@charset "utf-8";
body{
	font-family: "微软雅黑";
	background-color: #FFFFFF;
}
ul,li{
	list-style: none;
	margin: 0;	padding: 0;
	vertical-align: middle;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
a{
	color: #333333;
}
a:hover{
	color: #ff5b00;
}
p{
	margin-bottom: 0;
}
h2,h3,h4,h1{
	margin: 0;
	font-weight: normal;
}
.scale{
	display: block;
	overflow: hidden;
}
.scale img{
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.scale:hover img{
	-webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1);
}
.qui-cell{
	padding: 15px;
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
}
.qui-cell__bd{
  -webkit-box-flex:1;
  -webkit-flex:1;
          flex:1;
          min-width: 1px;
}
.shadow{
	background-color: #FFFFFF;
	transition: .4s all;
	-webkit-transition: .4s all;
}
.shadow:hover{
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
.container{
	padding-left: 0;
	padding-right: 0;
	width: 1150px;
}
.container .row{
	margin-left: 0;
	margin-right: 0;
}
.topbar{
	background-color: #f5f5f5;
}
.topbar .row{
	height: 34px;
}
.wel-text{
	line-height: 34px;
	height: 34px;
	font-size: 13px;
	color: #727171;
}
.menu-list{
	float: right;
	height: 34px;
}
.menu-list li{
	position: relative;
	float: left;
	padding: 0 20px;
}
.menu-list li:first-child:after{
	display: block;
	content: '　';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 1px;
	background-color: #7c7c7c;
}
.menu-list li a.item{
	display: block;
	line-height: 34px;
	color: #727171;
	font-size: 13px;
}
.menu-list li .talk-link{
	background: url(../images/link.png) center no-repeat;
	display: block;
	width: 22px;
	height: 34px;
}
.header{
	padding: 20px;
	background-color: #FFFFFF;
}
.logo{
	float: left;
}
.website{
	font-size: 22px;
	color: #0079c1;
	line-height: 20px;
	float: right;
	margin-top: 75px;
}
.navbar{
	position: relative;
	z-index: 999;
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	background-color: #0079c1;
}
.site-nav{
	width: 1150px;
	margin: 0 auto;
	height: 56px;
}
.site-nav>li{
	position: relative;
	float: left;
	width:14%;
}
.site-nav>li>a{
	font-size: 20px;
	display: block;
	line-height: 56px;
	text-align: center;
	color: #FFF
}
.site-nav .sub-nav{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top:56px;
	background-color: #ffffff;
}
.site-nav>li:hover .sub-nav{
	display: block;
}
.site-nav .sub-nav a{
	display: block;
	padding: 0 40px;
	font-size: 17px;
	line-height: 40px;
	color: #0184cb;
}
.site-nav .sub-nav a:hover{
	background-color: #d9eaf3;
	color: #333;
}
.site-nav>li:hover{
	background-color: #5ca5cc;
}
.inbanner{
	font-size: 0;
	text-align: center;
}
.footer{
	background-color: #0079c1;
	color: #FFFFFF;
}
.copyright{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	line-height: 2;
}
.foot-row{
	padding-top: 70px;
	padding-bottom: 35px;
}
.foot-nav{
	overflow: hidden;
	float: left;
}
.foot-nav>li{
	float: left;
	margin-right: 50px;
}
.foot-nav>li:last-child{
	margin-right: 0;
}
.wx-list{
	float: right;
	overflow: hidden;
}
.wx-list li{
	float: left;
	padding: 5px;
	border:1px solid #fff;
	margin-left: 40px;
}
.foot-nav>li>a{
	font-size: 22px;
	color: #FFFFFF;
}
.foot-nav .sub-nav li{
	margin-top: 15px;
}
.foot-nav .sub-nav{
	overflow: hidden;
}
.foot-nav .sub-nav a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.inwrap{
	padding-top: 50px;
	padding-bottom: 50px;
}
.breadcrumb-bar{
	margin-bottom: 40px;
	overflow: hidden;
	background: url(../images/line.png) 0 20px repeat-x;
}
.bread-cell{
	font-size: 16px;
	color: #0079c1;
	background-color: #FFFFFF;
	line-height: 40px;
	float: left;
}
.bread-cell a{
	font-size: 16px;
	color: #0079c1;
}
.bread-nav{
	float: right;
	width: 600px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.bread-nav li{
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.bread-nav li a{
	display: block;
	width: 140px;
	height: 44px;
	border: 4px solid #0075bf;
	border-radius: 44px;
	text-align: center;
	color: #0079c1;
	font-size: 16px;
	line-height: 36px;
}
.bread-nav li.active a{
	color: #68d5fc;
	border:4px solid #68d5fc
}
.article-header{
	text-align: center;
	margin-bottom: 50px;
}
.article-title{
	color: #0079c1;
	font-size: 36px;
	text-align: center;
	background: url(../images/dobleline.png) bottom center no-repeat;
	padding-bottom:30px;
	margin-bottom: 10px;
}
.article-meta{
	color: #999;
}
.picFocus{
	margin-bottom: 50px;
}
.article-body{
	font-size: 16px;
	line-height: 2;
}
.article-body p{
	margin-bottom: 20px;
}
.picFocus{
	width: 870px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.picFocus .bd{
	width: 870px;
	height: 570px;
	overflow: hidden;
}
.picFocus .hd{
	margin-top: 20px;
	overflow: hidden;
}
.picFocus .hd li{
	float: left;
	cursor: pointer;
	width: 105px;
	height: 70px;
	margin-right: 10px;
}
.media-lists li{
	overflow: hidden;
	padding: 50px 0;
}
.media-lists .media-pic{
	float: left;
	width: 280px;
	height: 190px;
	margin-right: 30px;
}
.media-lists .media-pic img{
	width: 280px;
	height: 190px;
}
.col{
	overflow: hidden;
}
.media-header{
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
}
.media-lists .media-title{
	display: block;
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #74b3dc;
}
.media-lists .media-date{
	float: right;
	font-size: 18px;
	color: #999;
	line-height: 30px;
}
.media-lists .media-desc{
	font-size: 17px;
	color: #666666;
	line-height: 1.8;
}
.page-cell{
	text-align: center;
}
.page-cell *{
	display: inline-block;
	color: #0079c1;
	vertical-align: middle;
}
.page-cell a{
	padding: 0 15px;
	font-size: 18px;
	color: #0079c1;
	line-height: 32px;
}
.page-cell a.cur{
	color: #000;
}
.page-cell .prev,
.page-cell .next{
	border:1px solid #0079c1;
}
.page-input{
	margin: 0 20px;
}
.page-input input{
	border:1px solid #0079c1;
	width: 32px;
	line-height: 30px;
}
.page-btn{
	border:1px solid #0079c1;
}
.page-cell .span{
	padding-left: 10px;
}
.section{
	padding: 30px 0;
}
.sec-headaer{
	background: url(../images/ttbg.png) center no-repeat;
	height: 32px;
	line-height: 32px;
	font-size: 30px;
	color: #0184cb;
	margin-bottom: 40px;
	text-align: center;
}
.sec-header{
	background: url(../images/ttbg.png) center no-repeat;
	height: 32px;
	line-height: 32px;
	font-size: 30px;
	color: #0184cb;
	margin-bottom: 80px;
	text-align: center;
}
.ab-headaer{
	text-align: center;
}
.about-cell{
	position: relative;
	color: #595959;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 20px;
}
.about-cell:after{
	display: block;
	content: '　';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 6px;
	width: 150px;
	background-color: #0079c1;
}
.ab-headaer{
	margin-bottom: 40px;
	background: url(../images/tt.png) center top no-repeat;
	padding-top: 50px;
	font-size: 34px;
	color: #0079c1;
}
.grid-intro{
	position: relative;
}
.grid-intro .grid-text{
	position: absolute;
	right: 70px;
	top: 60px;
	padding: 40px;
	color: #595959;
	font-size: 16px;
	line-height: 2;
	background-color: rgba(255,255,255,.7);
	width: 480px;
}
.swiper-banner{
	border-top: 10px solid #bdcd2a;
	border-bottom: 10px solid #bdcd2a;
	text-align: center;
}
.swiper-banner .swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 1;
	width:14px;
	height:14px;
	margin:0 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 8px;
}
.swiper-banner .swiper-pagination-bullet-active{
	background-color: #0079c1;
}
.index-section{
	padding: 50px 0;
}
.sec-box{
	cursor: pointer;
	text-align: center;
}
.sec-circle{
	position: relative;
	cursor: pointer;
	width: 208px;
	height: 196px;
	border-radius: 50%;
	margin: 0 auto;
}
.sec-text{
	background:#0079c1;
	width: 208px;
	height: 196px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4;
	padding-top:30%;
	padding-left: 10%;
	padding-right: 10%;
	display: none
}
.sec-text p{
	color: #FFFFFF;
	line-height: 1.6;
}
.sec-box:hover .sec-text{
	display: block;
}


.sec-box>p{
	color: #0079c1;
	font-size: 16px;
	margin-top: 20px;
}
.about-main{
	overflow: hidden;
}
.about-main>div{
	padding: 0;
	height: 590px;
}
.about-main>div:last-child{
	background-color: #eef1f3;
}
.about-text{
	height: 270px;
	padding:10px 30px;
	line-height: 1.8;
	color: #898989;
}
.about-pic{
	height: 320px;
	text-align: center;
}
.about-ft{
	text-align: right;
	margin-top: -10px;
}
.about-ft .about-link{
	display: inline-block;
	background: #2d90cb;
	height: 50px;
	width: 170px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 20px #7bb4d7;
}
.about-ft .about-link span{
	display: inline-block;
	padding-right: 30px;
	font-size: 18px;
	background: url(../images/sq.png) right center no-repeat;
}
.media-section{
	padding: 80px 0;
	background-color: #0079c1;
	color: #FFFFFF;
}
.media-section .sec-header{
	background: url(../images/ttbg2.png) center no-repeat;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.tabs{
	overflow: hidden;
	margin-bottom: 30px;
}
.tabs .zx-tabs{
	float: left;
	height: 60px;
	border-bottom: 4px solid #bfbfbf;
}
.zx-tabs li{
	float: left;
}
.zx-tabs li a{
	display: block;
	padding: 0 10px;
	font-size: 24px;
	color: #FFFFFF;
}
.zx-tabs li.active a{
	height: 60px;
	border-bottom: 4px solid #75ffeb;
}
.tab-footer{
	text-align: right
}
.tab-footer .media-more{
	display: inline-block;
	background: #dee6ee;
	height: 50px;
	width: 170px;
	color: #0079c1;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 20px #7bb4d7;
}

.media-cell li{
	overflow: hidden;
	padding: 10px 0;
}
.media-cell .media-pic{
	float: left;
	width: 180px;
	height: 110px;
	margin-right: 20px;
}
.media-cell .media-pic img{
	width: 180px;
	height: 110px;
}
.media-cell .media-header{
	margin-bottom:10px;
	overflow: hidden;
	padding-top: 0px;
}
.media-cell .media-title{
	display: block;
	float: left;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.media-cell .media-date{
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.media-cell .media-desc{
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
}







