﻿/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----×ÖÌåÍ¼±êÒýÈë------------------------------------------------------------------------*/
@import url("http://at.alicdn.com/t/font_268351_xfv8qctkti2ro1or.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;color: #0069c5;}
a:hover,a:focus{text-decoration: none; color: #0069c5;}
#skip{height: 0; overflow: hidden;}

/*-----¿Ø¼þ------------------------------------------------------------------------*/
body {
	background: #ebeff1;
	font-size: 14px !important;
}
/* ÎÄ×ÖÑÕÉ« */
.text-primary{
	color: #0069c5!important;
}
.text-success{
	color: #66bb6a!important;
}
.text-error{
	color: #f15a5d!important;
}
.text-info{
	color: #42a5f5!important;
}
.text-warning{
	color: #ffa726!important;
}
.text-orange{
	color: #ff7043!important;
}
.text-purple{
	color: #5c6bc0!important;
}
.text-pink{
	color: #ec407a!important;
}
.text-blue {
	color: #0069c5!important;
}
.text-default {
	color: #444 !important;
}
.text-yellow {
	color: #ffbe5f !important;
}
.text-cyan-blue {
	color: #23b6c8 !important;
}
/* °´Å¥ */
.btn {
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:hover {
	box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
	color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
	background-color:#0070d1!important;
	border-color:#0070d1!important;
}
.btn-info{
	color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;	
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
	background-color:#22a8f0!important;
	border-color:#22a8f0!important;
}
.btn-cyan-blue{
	color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;	
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
	color: #fff;
	background-color:#24bfd4!important;
	border-color:#24bfd4!important;
}
.btn-blue{
	color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;	
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
	color: #fff;
	background-color:#368DDA!important;
	border-color:#368DDA!important;
}
.btn-success{
	color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;	
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
	background-color:#6dc772;
	border-color:#6dc772;
}

.btn-danger{
	color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;	
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
	background-color:#ff5e61;
	border-color:#ff5e61;
}
.btn-orange{
	color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;	
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
	color: #fff;
	background-color:#ff855f;
	border-color:#ff855f;
}
.btn-yellow{
	color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;	
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
	color: #fff;
	background-color:#ffbe5f;
	border-color:#ffbe5f;
}
.btn-purple{
	color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;	
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
	color: #fff;
	background-color:#7987D8;
	border-color:#7987D8;
}
.btn-pink{
	color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;	
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
	color: #fff;
	background-color:#EE6090;
	border-color:#EE6090;
}
.btn-white {
	background-color: #fff;
	border: 0;
}
.btn-default:hover {
	background: #fff;
}

ul.btn-line li a.btn{
	box-shadow: none;
	border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
	border-color: #ddd;
	background-color: transparent;
	box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}

ul li{list-style:none}

/* ±êÇ© */
.label{
	line-height: 16px;
}
.label-primary{
	background-color:#42a5f5;
}
.label-success{
	background-color:#66bb6a;
}
.label-warning{
	background-color:#ffa726;
}
.label-info{
	background-color:#26c6da;
}
/* Ãæ°å */
.panel {
	position: relative;
	overflow: hidden;
	border:0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.panel:hover {
	box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}

/* ¾ÓÖÐÃæ°å±êÌâ */
.panel-heading2 {
	margin: 20px;
	border-bottom: 2px solid #e6e6e6;
}
.panel-heading2 .panel-title {
	position: absolute;
	left: 50%;
    margin-left: -75px;
    padding: 0 15px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
    color: #0069c5;
    background: #fff;
}
.panel-heading2 .panel-title i {
	margin-right: 5px;
}

/* ±êÌâ */
.panel-heading h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #0069c5;
}
.panel-heading i {
    margin-right: 10px;
    font-weight: normal;
    font-size: 22px;
}
.panel-heading-1 {
    padding: 0;
    margin: 0 15px;
    height: 54px;
    border-bottom: 1px solid #ddd;
}
.panel-heading-1 h2 {
    padding: 15px 20px;
    float: left;
    border-bottom: 2px solid #0069c5;
}
.panel-search {
    position: relative;
    margin: 10px 0;
}
.panel-search input {
    padding: 7px 0;
    width: 180px;
    text-indent: 10px;
    font-size: 12px;
}
.panel-search select, .panel-search input {
    height: 30px;
    line-height: 30px;
    width: 180px;
    padding: 0;
    font-size: 12px;
    color: #8b91a0;
    box-shadow: none !important;
}
.panel-search button {
    position: absolute;
    top: 0;
    right: -4px;
    padding: 0 6px;
    border: 0;
    background: transparent;
}
.panel-search button i {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #b5b5b5;
    font-size: 16px;
}
.tab-link{
	position: absolute;
	top: 0;
	right: 0;
}
.tab-link a{
	padding: 0 12px;
	border-left: 1px solid #ebebeb;
}
.tab-link a:first-child{
	border-left: 0;
}


/* TAB±êÇ© */
ul.nav-pills{
	background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	overflow: hidden;
}
ul.nav-pills li:last-child{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	overflow: hidden;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
	background-color: #0069c5;
}

ul.nav-tabs.nav-line{
	padding-bottom: 1px;
	border-bottom: 1px solid #ebebeb;
}
ul.nav-tabs.nav-line>li>a{
	padding: 0 15px 13px;
	font-size: 16px;
	border-bottom: 2px solid transition;
}
ul.nav-tabs.nav-line>li.active>a{
	padding: 0 15px 13px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #0069c5;
	color: #0069c5;
}

/* ÁÐ±í */
.uli14 li{
	padding: 6px 0 6px 15px;
	background: url(../img/dot-circle.png) 0 center no-repeat;
}
.uli14 li a{
	color: #444;
}
.uli14 li a:hover{
	color: #0069c5;
}

.navbar.navbar-inverse.stickUp-Nav.stuckMenu a {
	color: #fff;
}
.navbar-inverse,
.navbar.isStuck {
	margin-bottom: 0;
	background: #186eb9;
	opacity: .9;
}
.navbar-header h1 {
	font-size: 30px;
	margin: 20px 0;
	font-weight: bold;
	line-height: 2;
}
.navbar-header h1 a img {
	margin-top: -6px;
	margin-right: 20px;
}
.navbar-menu .owl-carousel {
	position: relative;
	margin-top: 42px;
}
.navbar-menu .owl-carousel .item {
	text-align: center;
}
.navbar-menu .owl-carousel .item a {
	display: block;
	font-size: 16px;
	line-height: 16px;
    border-right: 1px solid #86abda;
}
.navbar-menu .owl-controls .owl-dots {
	display: none !important;
}
.navbar-menu .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: -11px;
	padding: 0;
    background: #186eb9;
    font-size: 20px;
}
.navbar-menu .owl-controls .owl-prev {
	left: -20px;
}
.navbar-menu .owl-controls .owl-prev:before {
	content: "\e630";
}
.navbar-menu .owl-controls .owl-next {
	right: -20px;
}
.navbar-menu .owl-controls .owl-next:before {
	content: "\e600";
}
.index {
	height: 880px;
	background: url(../img/main-bg.jpg) no-repeat;
	background-size: 100% 1080px;
}
#footer {    
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 18px 0;
	background: #565a5d;
	text-align: center;
}
.index #footer {
	position: inherit;
    background: transparent !important;
	margin: 40px 0;
}
.index #footer p {
	line-height: 2;
}
#footer p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #fff;
}
#footer p a {
	padding: 0 8px;
	border-right: 1px solid #797979;
	color: #fff;
}
.index #footer p,
.index #footer a {
	color: #fff;
	font-size: 16px;
}
#footer p a:last-child {
	border-right: 0;
}
#main{padding-bottom:100px;}

.work li {
	margin-bottom: 30px;
}
.circle-btn {
	display: block;
}
.circle-btn i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	margin: 10px 15px;
	background: #fff;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
}
.circle-btn p {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0;
}
.border-bottom {
	border-bottom: 1px solid #ebebeb;
}
.new-list li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.new-list li a {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #5c5c5c;
}
.search {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}
.search input {
	border: 1px solid #ddd;
	width: 100%;
	padding: 15px;
	color: #959494;
}
.search button {
	position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 10px;
    border: 0;
    color: #fff;
    background: #3797eb;
}
.search button i {
	font-size: 30px;
}
.panel-color {
	position: relative;
	padding: 15px;
	color: #fff;
	border-radius: 0;
}
.panel-color .panel-header h2 {
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
}
.panel-color .panel-header h2 i {
	font-size: 30px;
	margin-right: 5px;
}
.panel-color .more {
	position: absolute;
	top: 10px;
	right: 5px;
	color: #fff;
}
.panel-color a {
	color: #fff;
}
.panel-body {
	background: none;
}
.panel-color-1 {
	background: #81b759;
}
.panel-color-2 {
	background: #f8ae70;
}
.panel-color-3 {
	background: #de7676;
}
.panel-color-4 {
	background: #5bb3ae;
}
.panel-color-5 {
	background: #8275ae;
}
.panel-color-6 {
	background: #ec946e;
}
.panel-color-7 {
	background: #6ac191;
}
.panel-color-1 dt {
	margin: 74px 0 !important;
}
.panel-color-1 dd {
	margin-top: 95px !important;
}
.panel-color-3 i,
.panel-color-4 i{
    right: -12px !important;
	font-size: 80px !important;
}
.panel-color-3 dt,
.panel-color-4 dt{
	margin: 0 !important;
	font-size: 58px !important;
}
.panel-color-3 dd,
.panel-color-4 dd {
	margin-top: 0 !important;
}
.panel-color-3 dd h4,
.panel-color-4 dd h4{
	font-size: 20px !important;
}
.panel-color-3 dd p,
.panel-color-4 dd p{
	font-size: 13px !important;
}
.panel-color-2 i,
.panel-color-7 i {
    right: -55px !important;
	font-size: 200px !important;
}
.panel-color-5 i {
	font-size: 150px !important;
	right: 40px !important;
}
.box{
    position: relative;
    perspective: 1000px;
}
.box .box-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img{
    transform: rotateY(-90deg);
}
.box .box-img img{
    width: 100%;
    height: auto;
}
.box .box-content{
	opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-content{
	opacity: 1;
    transform: rotateY(0);
}
.box:hover .box-img {
	opacity: 0;
}
.news-dl {
	overflow: hidden;
}
.news-dl dt {
	float: left;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.news-dl dt span {
	display: block;
	font-size: 20px;
}
.news-dl dd {
	padding-left: 80px;
}
.news-dl dd a {
    display: block;
    padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.news-dl dd p {
	color: #fff;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}
.icon-btn {
	text-align: center;
}
.icon-btn i {
	position: absolute;
    font-size: 250px;
    right: -65px;
    opacity: .3;
}
.icon-btn p {
	font-size: 20px;
	margin-bottom: 7px;
}
.icon-btn dl dt {
	float: left;
	margin: 40px 0;
	font-size: 95px;
	font-weight: normal;
}
.icon-btn dl dd {
	float: left;
	margin-top: 60px;
	margin-left: 15px;
	text-align: left;
}
.icon-btn dl dd h4 {
	margin-bottom: 15px;
	font-size: 26px;
}
.index-info li {
	float: left;
	width: 50%;
}
.index-info li a i {
	margin: 14px 5px 15px;
}
.friendlink {
	margin: 30px 0;
}
.friendlink select {
	height: 35px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0;
}
.place-list li {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.place-list li .circle-btn {
	display: inline-block;
}
.place-list li .circle-btn i {
	margin: 5px 15px;
}
.place-list li .btn-default {
	margin-left: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #7f7f7f;
}
.place-list li .btn-default i {
	font-size: 18px;
}
#header {
	min-height: 100px;
}
.margin-bottom-200 {
	margin-bottom: 200px;
}
.Article_content {
    font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.relative {
	position: relative;
}
.relative .more {
	position: absolute;
	top: 20px;
	right: 15px;
}
.result-list li {
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.result-list .brief p  {
	height: auto;
	max-height: 45px;
	overflow: hidden;
}
.result-list .brief .title a {
	color: #444;
	font-weight: normal;
}
.result-list .brief .title a:hover {
	color: #337ab7;
}
.search-url {
    font-size: 12px;
    color: #7eaa64;
}
.panel-white {
	margin-top: 10px;
    padding: 20px 5px 0;
    background: rgba(255, 255, 255, .5);
}
.search-form {
	display: none;
}
.search-form .search {
	margin-top: 0;
}
.breadcrumb {
	margin-top: 20px;
    color: #666;
    background: #fff;
    padding: 12px 15px;
}





