li{list-style: none;}
a:hover{text-decoration: none;}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	
	width: 100%;
	height: 460px;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
.slick-list{height:260px;}
.index_main .section1 .index_banner .items{
	height: 260px;
}
}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.text-center{ text-align: center;}
.golbal_title{overflow: hidden;margin-bottom: 10px;padding-top: 20px;}
.golbal_title .title{color:#212121;font-size: 18px;line-height:30px;}
.golbal_title .title span{padding-right:5px;}
.golbal_title .title a{color:#838383;font-size:12px;}

.index-peixun h3{font-size:16px;}
.index-peixun h3 a{color:#212121;}
.index-peixun p{font-size:14px;}
.index-peixun1{background-color: #f4f4f4; overflow: hidden;}

.index-threeR{height:auto;overflow:hidden;}
.index-threeR li{line-height:35px;height:35px;border-bottom:1px dashed #dcdcdc; }
.index-threeR li a{color:#212121;}
.index-threeR li a i{padding-top:10px;color:#ababab;}
.index-threeR li a:hover{color:#005bac;}

.index-friendlink{width:100%;padding:25px 0;background-color:#f4f4f4;position:relative;z-index:10;}
.index-friendlink dl{width:100%;margin:0 auto;}
.index-friendlink dt{/*float:left;*/font-size:14px;color:#333;line-height:26px;overflow:hidden;}
.index-friendlink dd{/*float:right;width:1028px;*/}
.index-friendlink ul{/*width:1059px;*/}
.index-friendlink li{/*float:left;width:234px;margin-right:30px;background-color:#fff;*/position:relative;}
.index-friendlink li .onebtn{display:block;height:26px;background:#fff url(../image/indexBg-08.png) no-repeat 216px center;text-align:center;line-height:26px;}
.index-friendlink li .twobtns{display:none;height:108px;position:absolute;bottom:26px;left:0;width:100%;background:#fff;overflow:auto;}
.index-friendlink li .twobtns a{display:block;text-align:center;line-height:26px;border-top:1px solid #f1f1f1;}
.index-friendlink li .twobtns a:hover{color:#005bac;}

/*页脚*/
.footer{background-color:#e5e7e9;width:100%;overflow:hidden;}
.footer-top{width:100%;padding:15px 0;margin:0 auto;text-align:center;color:#333;font-size:12px;line-height:22px;}
.footer-top a{color:#333;padding:0 10px;vertical-align:-1px;}
.footer-bottom{width:100%;margin:0 auto;padding:15px 0;line-height:20px;color:#333;text-align:center;border-top:1px solid #b3b3b5;}
.footer-bottom a{color:#333;}


.bgbackground{background:#005bac;padding:30px 0;}
.bgbackground li{line-height:40px;}
.bgbackground li a{color:#fff;}


/*滚动条*/
#scrollbar1{position:relative;}
#scrollbar1 .thumb .end,#scrollbar1 .thumb { background-color: #e5e5e5; }
#scrollbar1 .scrollbar { position: absolute; width: 3px; background-color:#a0a0a0; top:0;right:-17px;}
#scrollbar1 .track{position:relative;}
#scrollbar1 .viewport{position:relative;}
#scrollbar1 .overview{position:absolute;top:0;left:0;}
#scrollbar1 .thumb { width: 3px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:0;}
#scrollbar1 .thumb .end { overflow: hidden;  }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#scrollbar1 .viewport { width: 100%; height: 191px; overflow: hidden; position: relative; }   

.index-twoleft{overflow:hidden;zoom:1;height:344px;}
.index-twoleft li{float:left;position:relative;overflow:hidden;}
.index-twoleft li h6{font-size:15px;color:#000;line-height:40px;height:40px;overflow:hidden;}
.index-twoleft li p{font-size:12px;color:#444;line-height:18px;}
.index-twoleft .li1{width:382px;height:183px;overflow:hidden;padding-top:161px;}
.index-twoleft .li1 .text{width:338px;height:139px;position:absolute;left:0;top:0;background:url(../webimages/indexBg-02.png) no-repeat;padding:16px 26px 16px 22px;}
.index-twoleft .li1 img{display:block;height:183px;width:382px;}
.index-twoleft .li2{width:173px;height:172px;overflow:hidden;padding-right:154px;}
.index-twoleft .li2 .text{width:135px;height:140px;position:absolute;right:0;top:0;background:url(../webimages/indexBg-03.png) no-repeat;padding:16px 12px 16px 18px;}
.index-twoleft .li2 img{display:block;width:173px;height:173px;}
.index-twoleft .li3{width:175px;height:172px;overflow:hidden;padding-left:152px;}
.index-twoleft .li3 .text{width:132px;height:141px;position:absolute;left:0;top:0;background:url(../webimages/indexBg-04.png) no-repeat;padding:16px 18px 16px 12px;}
.index-twoleft .li3 img{display:block;width:176px;height:173px;}
.index-tworight{width:auto;background-color:#005bac;padding:12px 7px 12px 12px;}
.index-twotitle{overflow:hidden;zoom:1;width:100%;}
.index-twotitle li{float:left;line-height:22px;height:22px;color:#fff;font-weight:bold;width:25%;text-align:center;}
.index-twotitle li span{display:block;text-align:center;border-right:1px solid #4d8dc5;}
.index-twotitle li .span1{text-align:center;}
.index-twotitle li .span2{text-align:center;}
.index-twotitle li .span3{text-align:center;}
.index-twotitle li .span4{text-align:center;;border:none;}
.index-tworightM{height:191px;border-top:1px solid #4d8dc5;border-bottom:1px solid #4d8dc5;margin-top:16px;color:#fff;font-size:12px;width:100%;}
.index-tworightM table{width:100%;line-height:42px;}
.index-tworightM table td{text-align:center;}
.index-tworightM table td a{color:#fff;font-size:12px;}
.index-tworightM table td a:hover{color:#dd7070;}
.index-tworightM table .th1{width:55px;}
.index-tworightM table .th2{width:87px;}
.index-tworightM table .th3{width:87px;}
.index-tworightM table .th4{width:87px;}
.index-twobtn{display:block;width:164px;height:28px;line-height:32px;text-align:center;margin:0px auto;background:url(../image/indexBg-05.png) no-repeat;color:#fff;font-weight:bold;padding-left:10px;margin-top:5px;}
a.index-twobtn:hover{color:#333;}
.index-righttext{width:100%;height:256px;overflow:hidden;}
.index-smallnav{overflow:hidden;zoom:1;background:url(../image/indexLineBg-01.jpg) repeat-x bottom;margin: 0;height:35px;}
.index-smallnav a{float:left;padding:0 7px;font-size:14px;line-height:16px;color:#666;padding-bottom:17px;}
.index-smallnav a.cur{color:#005bac;border-bottom:1px solid #005bac;}
.index-righttext ul{margin-top:3px; margin-bottom:0;}
.index-righttext li{overflow:hidden;zoom:1;border-bottom:1px solid #e5e5e5;line-height:34px;height:34px;*height:33px;*line-height:33px;}
.index-righttext li a{float:left;max-width:306px;_width:306px;font-size:13px;overflow:hidden;height:35px;line-height:35px;color:#000;*height:33px;*line-height:33px;}
.index-righttext li a:hover{color:#005bac;text-decoration:underline;}
.index-righttext li span{float:right;width:72px;font-size:12px;color:#005bac;height:35px;*height:33px;overflow:hidden;}
.nqh-video{width:358px;height:226px;background-color:#000;}

.content_inner{color:#848484;padding:20px 0; font-size: 14px; line-height: 28px;}

