/*
 云 1174188215 2017-7-4
 * 
 * */
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
input {-webkit-appearance:none; /*去除input默认样式*/border-radius: 0;}
input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-tap-highlight-color:transparent;} 
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
input:focus{
	outline: none;
}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "arial" ,'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
	overflow-x: hidden;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
} 
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body{position: relative;max-width: 100%;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
.fl{
	float:left;
}
.fr{
	float: right;
}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mid{
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width:1200px ) {
	.mid{
		padding: 0 15px;
	}
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	z-index: 10;
	line-height: 100px;
	border-bottom: 2px solid none;
	background: rgba(255,255,255,0);
}
.header .logo{
	float: left;
	height: 79px;
	margin-top: 10px;
}
.header .logo img{
	display: block;
	height: 100%;
	width: auto;
	display: none;
}
.header .logo img.img1{display: block;}
.header .pubnav{
	float: right;
	position: relative;
}
.header .pubnav li{
	display: inline-block;
	margin-left: 40px;
}
.header .pubnav li a{
	color: #ffffff;
	font-size: 18px;
}
.header .pubnav li.on a,.header .nav li:hover a{color: #ff8b02;}

.header.on{
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff,endcolorstr=#99ffffff);
	border-bottom: 2px solid #04b4eb;
}
.header.on .logo .img1{display: none;}
.header.on .logo .img2{display: block;}
.header.on .pubnav li a{color: #333;}
.header.on .pubnav li.on a{color:#ff8b02;}
.menuBtn{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: none;
	z-index: 5;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.menuBtn:before,.menuBtn:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #00466c;
	position: absolute;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.menuBtn:before{
	top: 8px;
}
.menuBtn:after{
	bottom: 8px;
}
.pubnav.active .menuBtn:before{
	transform: rotate(-45deg);
	top: 12px;
	background: #fff;
}
.pubnav.active .menuBtn:after{
	transform: rotate(45deg);
	bottom: 16px;
	background: #fff;
}


@media only screen and (max-width:1500px) {
	.header{
		height: 82px;
		line-height: 80px;
	}
	.header .logo{height: 60px;}
}
@media only screen and (max-width:960px) {
	.header{
		height: 60px;
		line-height: 60px;
		position: relative;
	}
	.header .logo img.img1{display: none;}
	.header .logo img.img2{display: block;}
	.header .logo{height: 40px;}
	.menuBtn{display: block;}
	.header .pubnav{
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		z-index: 5;
		line-height: initial;
		height: 60px;
		width: 60px;
	}
	.header .pubnav ul{
		position: absolute;
		right: 0;
		top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		transform: translateX(300px);
		-webkit-transform: translateX(300px);
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		background: rgba(0,0,0,0.8);
	}
	.header .pubnav.active ul{
		width: 300px;
		transform:none;
		-webkit-transform:none;
	}
	.header .pubnav li{
		display: block;
		margin: 0;
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.header .pubnav li a{
		color: #fff;
		font-size: 16px;
	}
}

.index_banner{
	width: 100%;
	position: relative;
	padding-top: 46.5%;
}
.index_banner img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_banner .swiper-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_banner .pagination{
	width: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	bottom: 90px;
	font-size: 20px;
	color: #0669a4;
}
.index_banner .pagination span{
	display: block;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 5px;
	cursor: pointer;
}
.index_banner .pagination span.swiper-active-switch{
	background: none;
	border: 2px solid #fff;
}
@media only screen and (max-width:960px) {
	.index_banner .pagination{bottom: 10px;}
}

.searchBox{
	position: relative;
	height: 110px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	top: -55px;
	margin-bottom: -55px;
	z-index: 8;
	padding: 35px 20px 35px 160px;
}
.searchBox .btn{
	position: absolute;
	padding-right: 16px;
	width: 156px;
	height: 131px;
	top: -18px;
	left: 0;
	background: url(../images/b1.png) no-repeat center;
	text-align: center;
	color: #fff;
	padding-top: 70px;
	font-size: 16px;
}
.searchBox .form input[type=text]{
	width: 82%;
	height: 42px;
	float: left;
	border: 1px solid #eee;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}
.searchBox .form .searchbtn{
	width: 16%;
	height: 42px;
	float: right;
	border: 0;
	font-size: 16px;
	color: #ffffff;
	background: #0392de;
}
.index_one .list{
	padding: 5% 0;
}
.index_one .list li{
	float: left;
	width: 16.66%;
	text-align: center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	border-left: 1px solid #eee;
}
.index_one .list li:first-child{border: 0;}
.index_one .list li a{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
}
.index_one .list i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background: url(../images/i1.png) no-repeat;
}
.index_one .list i.i1{background-position:0 0;}
.index_one .list i.i2{background-position:0 -60px;}
.index_one .list i.i3{background-position:0 -120px;}
.index_one .list i.i4{background-position:0 -180px;}
.index_one .list i.i5{background-position:0 -240px;}
.index_one .list i.i6{background-position:0 -300px;}
.index_one .list li:hover i.i1{background-position:-60px 0;}
.index_one .list li:hover i.i2{background-position:-60px -60px;}
.index_one .list li:hover i.i3{background-position:-60px -120px;}
.index_one .list li:hover i.i4{background-position:-60px -180px;}
.index_one .list li:hover i.i5{background-position:-60px -240px;}
.index_one .list li:hover i.i6{background-position:-60px -300px;}

.index_one .list li:hover{background: #0392de;}
.index_one .list li:hover a{color: #fff;}

.pubtit{
	text-align: center;
	font-size: 20px;
}
.pubtit h2{
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	line-height: 2em;
}
.pubtit p{
	font-size: 1.1em;
	color: #999;
	line-height: 2em;
}
@media only screen and (max-width:960px ) {
	.searchBox{
		padding: 20px 0 0;
		height: auto;
		top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.searchBox .btn{
		display: none;
	}
	.searchBox .form input[type=text],.searchBox .form .searchbtn{
		height: 35px;
		font-size: 14px;
	}
	.searchBox .form input[type=text]{
		width: 80%;
	}
	.searchBox .form .searchbtn{
		width: 18%;
	}
	.index_one .list{
		padding: 3% 0;
	}
	.index_one .list li{
		width: 33.33%;
		margin-bottom: 10px;
	}
	.index_one .list li a{font-size: 14px;}
	.index_one .list i{
		width: 40px;
		height: 40px;
		margin: 0 auto 5px;
		background-size:80px 240px;
		-webkit-background-size:80px 240px;
	}
	.index_one .list i.i1{background-position:0 0;}
	.index_one .list i.i2{background-position:0 -40px;}
	.index_one .list i.i3{background-position:0 -80px;}
	.index_one .list i.i4{background-position:0 -120px;}
	.index_one .list i.i5{background-position:0 -160px;}
	.index_one .list i.i6{background-position:0 -200px;}
	.index_one .list li:hover i.i1{background-position:-40px 0;}
	.index_one .list li:hover i.i2{background-position:-40px -40px;}
	.index_one .list li:hover i.i3{background-position:-40px -80px;}
	.index_one .list li:hover i.i4{background-position:-40px -120px;}
	.index_one .list li:hover i.i5{background-position:-40px -160px;}
	.index_one .list li:hover i.i6{background-position:-40px -200px;}
	.index_one .list li:nth-child(4){border: 0;}
	
	.pubtit{font-size: 12px;}
}

.index_two{
	background: #fafafa;
	padding: 3% 0 3%;
}
.index_two .proBox{
	padding: 3% 0 80px;
	position: relative;
}
.index_two .proBox .swiper-slide{
	float: left;
	width: 25%;
}
.index_two .proBox .swiper-slide a{
	display: block;
	padding: 0 5px;
}
.index_two .proBox .swiper-slide .img{
	width: 100%;
	position: relative;
	padding-top: 67.79%;
	overflow: hidden;
}
.index_two .proBox .swiper-slide .img img{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.index_two .proBox .swiper-slide .word{
	padding: 15px 15px 20px;
	background: #eeeeee;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 1.5em;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.index_two .proBox .swiper-slide .word p{
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_two .proBox .swiper-slide:hover .word{
	background: #FF8B02;
	color: #fff;
}
.index_two .proBox .swiper-slide:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.index_two .proBox .btn{
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px;
	width:160px;
	border: 1px solid #eee;
}
.index_two .proBox .btn a{
	display: inline-block;
	width: 50%;
	height: 40px;
	background-image: url(../images/i2.png);
	background-repeat:no-repeat ;
}
.index_two .proBox .btn a.prev{background-position:0 0;background-color:#FF8B02 ;}
.index_two .proBox .btn a.next{background-position:-80px -40px;}

@media only screen and (max-width:960px) {
	.index_two .proBox{
		padding-bottom: 60px;
	}
}

.index_three{
	padding: 8% 0 5%;
	background: url(../images/b2.png) no-repeat center top;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}

.index_three .left{
	float: left;
	width: 43.5%;
	padding: 0 10px;
}
.index_three .left img{
	width: 50%;
	display: block;
	margin-bottom: 5%;
}
.index_three .left .word{
	color: #333333;
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	height: 24em;
	overflow: hidden;
	outline:initial !important;
	padding-right: 5px;
}
.index_three .right{
	float: right;
	width: 53.5%;
}
.index_three .right img{
	display: block;
	width: 100%;
}
.index_three .more{
	display: block;
	width: 137px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #0392de;
	font-size: 16px;
	margin-top: 5%;
	background: url(../images/b4.png) no-repeat center;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {
	.index_three .right,.index_three .left{
		width: 100%;
		padding: 0;
	}
	.index_three .left .word{
		height: auto;
		padding: 0;
	}
	.index_three .more{
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-bottom: 5%;
	}
}
.index_four{
	background: #fafafa;
	padding: 3% 0 6%;
}
.index_four .pubtit{
	margin-bottom: 3%;
}
.index_four .topnav{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.index_four .topnav a{
	float: right;
	text-transform: uppercase;
	color: #999999;
	font-size: 14px;
}
.index_four .topnav a:hover{color: #0392DE;}
.index_four .topnav ul{float: left;}
.index_four .topnav li{
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	line-height: 1em;
	border-left: 2px solid #ddd;
	padding: 0 15px;
}
.index_four .topnav li:first-child{
	border: 0;
	padding-left:0 ;
}
.index_four .topnav li.on{color: #0392de;}
.index_four .left{
	width: 62%;
	float: left;
}
.index_four .left .box{
	font-size: 0;
	display: none;
}
.index_four .left .box:first-child{display: block;}
.index_four .left .box .img{
	display: inline-block;
	width: 44%;
	vertical-align: middle;
}
.index_four .left .box .img img{
	width: 100%;
}
.index_four .left .box .list{
	width: 56%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.index_four .left .box .list a{
	display: block;
	position: relative;
	padding-left: 115px;
}
.index_four .left .box .list a .date{
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	padding: 0 25px;
	text-align: center;
}
.index_four .left .date p{
	font-size: 0.8em;
	color: #666;
	line-height: 1em;
}
.index_four .left .date h2{
	font-size: 1.2em;
	color: #999;
	line-height: 1.2em;
	font-weight: normal;
}
.index_four .left .box .word{
	width: 100%;
	padding-left: 25px;
	border-left: 1px solid #ddd;
	color: #666;
}
.index_four .left .box li{
	margin-top: 2.6em;
}
.index_four .left .box li:first-child{margin-top: 0;}
.index_four .left .word h2{
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.index_four .left .word p{
	font-size: 0.7em;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index_four .left a:hover .word{color: #0669A4;}

.index_four .right{
	float: right;
	width: 34%;
}
.index_four .right .list li{
	border-top: 1px solid #ddd;
	padding-top:30px;
}
.index_four .right .list li:first-child{
	padding-bottom: 30px;
	padding-top: 0;
	border: 0;
}
.index_four .right p{
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5em;
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
	margin-top: 10px;
}
.index_four .right p:first-child{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin-bottom: 10px;
	padding-top: 0;
}
.index_four .right p.p2{
	height: 3em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_four .right p span{
	width: 24px;
	height: 24px;
	position: absolute;
	text-align: center;
	color: #fff;
	line-height: 24px;
	background: #ff8b02;
	left: 0;
	top: 0;
}
.index_four .right p:first-child span{
	background: #0392de;
}
@media only screen and (max-width:1200px ) {
	.index_four .left .box li{
		margin-top: 2em;
	}
	.index_four .left .box .list a{
		padding-left:100px;
	}
	.index_four .left .box .list a .date{
		padding: 0 10px;
		width: 100px;
	}
	.index_four .left .box .word{
		padding-left: 10px;
	}
	.index_four .right .list li{
		padding-top: 25px;
	}
	.index_four .right .list li:first-child{
		padding-bottom: 25px;
	}
	.index_four .right p{
		margin-top: 0;
	}
}
@media only screen and (max-width:1024px ) {
	.index_four .left .box li{
		margin-top: 1em;
	}
	.index_four .left .box .list{
		font-size: 18px;
	}
	.index_four .right .list li{
		padding-top: 15px;
	}
	.index_four .right .list li:first-child{
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:960px){
	.index_four .left,.index_four .right{
		width: 100%;
		margin-top: 20px;
	}
	.index_four .topnav{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.index_four .topnav li{font-size: 16px;}
	.index_four .left .box .img,.index_four .left .box .list{
		width: 100%;
		margin-bottom: 15px;
	}
}
.index_five{
	padding: 4% 0;
}
.index_five .pubtit{margin-bottom: 3%;}
.index_five .table ul{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.index_five .table li{
	float: left;
	width: 14.2857%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 10px;
}
.index_five .table li a{
	display: block;
	text-align: center;
	font-size: 0;
	height: 60px;
	width: 100%;
}
.index_five .table li a img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.index_five .table li a em{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: auto;
}

@media only screen and (max-width:960px ) {
	.index_five .table li a{
		height: 30px;
	}
	.index_five .table li{
		padding: 5px;
	}
}

.footer{
	background: #1a7baf;
	padding: 3% 0;
}
.footer dl{
	float: left;
	padding-bottom:3% !important;
}
.footer dl.dl1,.footer dl.dl2{
	width: 37%;
}
.footer dl.dl3{
	width: 26%;
	text-align: center;
}
.footer dl.dl1{
	padding-right: 3%;
}
.footer dl.dl1 img{
	max-width: 100%;
}
.footer dl.dl1 dt{
	padding-bottom: 3%;
	border-bottom: 1px solid #1575a9;
	margin-bottom: 5%;
}
.footer dl.dl1 dd{
	margin-bottom: 2%;
}
.footer dl dd{
	color: #ffffff;
	font-size: 12px;
	line-height: 2em;
}
.footer dl dd a{color: #fff;}
.footer dl.dl2{
	padding: 0 5%;
	border-left: 1px solid #278bc1;
	border-right: 1px solid #278bc1;
}
.footer dl.dl3{padding: 0 2%;}
.footer dl.dl3 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:768px ) {
	.footer dl{
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 15px;
		border: 0 !important;
	}
}