
/*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: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
/*	background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top:40%;
	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;
	width:60%;
	height:auto;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	padding:15px 0
}
.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: 15px;
	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(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/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(../images/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: 10px;
	}
}
@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;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}

/* 第二页 */

.news_w{
	width: 100%;
	background: #f5f6fb;
	margin-top: 20px;
}
.news{
	width: 100%;
	margin: 0 auto;

}
.zxdt{
	
}
.news_ti{
	width: 100%;
	margin-bottom: 20px;
}
.news_ti h1{
	font-size: 18px;
	font-weight: bold;
}
.news_ti h1 i{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	font-style: italic;
	padding-left: 5px;
}
.more{
	font-size: 14px;
	font-style: italic;
	margin-top: 18px;
}
.more a{
	color: #999;
}
.more a:hover{
	color: #FF0000;
}
.zxdt_x{
	width: 350px;
}
.zxdt_xspic{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.zxdt_xspic a{
	display: block;
}
.zxdt_xspic a img{
	width: 100%;
	height: 100%;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}
.zxdt_xspic a:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.zxdt_xs h1{
	margin-top: 20px;
	line-height: 36px;
	font-size:16px;
	
}
.zxdt_xs h1 a{
	font-size:16px;
	color:#333
}
.zxdt_xs h1 a:hover{
	color: #337ab7;
}
.zxdt_xs p{
	color: #999;
}
.zxdt_xs i{
	display: block;
	width: 56px;
	height: 4px;
	background: #FBC400;
	margin-top: 10px;
}
.zxdt_xsx{
	margin-top: 20px;
}
.zxdt_xsx ul li{
	line-height: 40px;
}
.zxdt_xsx ul li a{
	color:#333
}
.zxdt_xsx ul li span{
	float: right;
}
.zxdt_xsx ul li a:hover{
	color: #FF0000;
}
.ml40{
	margin-left: 40px;
}
.xygg{
	
}
.xygg ul li{
	height: 64px;
	margin-top: 30px;
}
.xygg ul li .xygg_time{
	width: 64px;
	height: 64px;
	background: #fff url(../img/xygg_time.png) no-repeat top center;
}
.xygg ul li .xygg_time p{
	text-align: center;
	height: 32px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.xygg ul li .xygg_time span{
	display: block;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #fbc400;
}
.xygg ul li .xygg_tx{
	padding-left: 74px;
}
.xygg ul li .xygg_tx h1{
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size:16px
}
.xygg ul li .xygg_tx h1 a{

	font-size:16px;
	color:#333;
}
.xygg ul li .xygg_tx h1 a:hover{
	color: #337ab7;
}
.xygg ul li .xygg_tx p{
	font-size: 12px;
	color: #999;
}



.bkst{
	width: 1200px;
	margin: 0 auto;
}
.bkst{ width:100%; margin:0 auto; margin-top:20px;}
.bkst .hd{ height:30px; line-height:30px; position:relative;  margin-bottom: 10px;}
.bkst .hd ul{ float:none; position:absolute; left:30%;  height:30px; margin:0; }
.bkst .hd ul li{color:#0c7f87; font-weight: bold; font-size:18px; float:left; padding:0 25px; cursor:pointer; background-color: #ffffff;margin-left: 5px; margin-right: 5px; border-radius:5px;}
.bkst .hd ul li.on{ height:30px; color: #fff;  background-color:#f1845b; }
.bkst .bd{width:100%;float:left; margin-bottom: 30px;}

@media (max-width:1024px){
	.bkst .hd ul{ left:39%; }
}
@media (max-width:823px){
	.bkst .hd ul{ left:36%; }
	.bkst .bd{margin-bottom: 10px;}
}
@media (max-width:768px){
	.bkst .hd ul{ left:35%; }
}
@media (max-width:667px){
	.bkst .hd ul{ left:33%; }
}
@media (max-width:640px){
	.bkst .hd ul{ left:30%; }
}
@media (max-width:568px){
	.bkst .hd ul{ left:30%; }
}
@media (max-width:414px){
	.bkst .hd ul{ left:23%; }
}
@media (max-width:360px){
	.bkst .hd ul{ left:20%; }
}
@media (max-width:320px){
	.bkst .hd ul{ left:10%; }
}
.bkst_ti{
	width: 1200px;
	height: 238px;
	margin: 0 auto;
	background: url(../img/bkst.png) no-repeat 240px top;
	margin-top: 78px;
	position: relative;
}
.bkst_ti h1{
	position: absolute;
	top: 64px;
	left: 606px;
	font-size: 18px;
	font-weight: bold;
}
.bkst_ti p{
	position: absolute;
	top: 152px;
	left: 545px;
	font-size: 16px;
	font-weight: bold;
	color: #fbc400;
}
.bkst_tx ul li{
	float: left;
	width: 25%;
	height:300px;
	margin-left: 26px;
	position: relative;
}
.bkst_tx ul li.mlno{
	margin-left: 0;
}
.bkst_tx ul li .bkst_pic{
	display: block;

	height: 300px;
}
.bkst_tx ul li .bkst_pic img{
	width: 100%;
	height: 100%;
}
.bkst_tx ul li .bkst_zi{
	position: absolute;
	top: 220px;

	
	width:80%;
	margin:0 5%;
	height: 105px;
	padding: 10px;
	background: url(../images/hui90.png) repeat;
	color: #fff;
}
.bkst_tx ul li .bkst_zi h1{
	font-size: 14px;
	font-weight: bold;
	margin-top:0px
}
.bkst_tx ul li .bkst_zi h1 a{
	color: #fff;
	font-size:18px
}
.bkst_tx ul li .bkst_zi h1 a:hover{
	color: #FBC400;
}
.bkst_tx ul li .bkst_zi hr{
	width: 84px;
	height: 1px;
	background: #fff;
	border: 0;
	margin: 10px 0;
}
.bkst_tx ul li .bkst_zi p{
	font-size: 12px;
	line-height: 24px;
}
.bkst_j{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.bkst_tx ul li:hover .bkst_zi{
	background: #3E77DD;
}
.bkst_tx ul li:hover .bkst_j{
	display: block;
}
.bkst .ljgd a{
	display: block;
	width: 110px;
	height: 28px;
	margin: 0 auto;
	border: 2px solid #3E77DD;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 28px;
	text-align: center;
	margin-top: 110px;
}
.bkst .ljgd a:hover{
	background: #3E77DD;
	color: #fff;
}

.link_bg{
	width: 100%;
	height: 150px;
	padding: 20px 0;
	background: #ebebeb;

}
.link_w{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.link{
	width: 600px;
}
.link h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.link a{
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	background: url(../img/lan4.jpg) no-repeat center left;
	padding-left: 14px;
}
.link a:hover{
	color: #3E77DD;
}
.slideBox3{ width:600px; height:110px; position:relative; overflow:hidden;}
.slideBox3 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; display: none;}
.slideBox3 .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox3 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox3 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox3 .bd{ position:relative; height:100%; z-index:0;}
.slideBox3 .bd li{ zoom:1; vertical-align:middle;width:  248px; height:110px;float:  left;margin: 0 20px;}
.slideBox3 .bd li .ztbdr{display: inline-block; margin-left: 40px;}
.slideBox3 .bd img{ width:248px; height:110px; display: inline-block;}


.sxan{width: 40px; height: 110px; background:rgba(62,119,221,0.6); position: absolute; right: 0; top: 0;}
.slideBox3 .prev,
.slideBox3 .next{ position:absolute; width: 24px; height:14px; filter:alpha(opacity=100);opacity:1;}
.slideBox3 .next{ top: 22px; right: 8px; background: url(../images/sxan_x.png) no-repeat;}
.slideBox3 .prev{ bottom: 22px; right: 8px; background: url(../images/sxan_s.png) no-repeat;}
.slideBox3 .prev:hover,
.slideBox3 .next:hover{ filter:alpha(opacity=50);opacity:0.5;}
.slideBox3 i{position: absolute; top: 55px; right: 8px; display: block; width: 24px; height: 1px; background: #fff;}
		
.dipic_bg{
	width: 100%;
	padding: 20px 0;
	background:#00488A;
}
.dipic{
	width: 1200px;
	margin: 0 auto;
    position:relative;
}
.dipic img{
	float: left;
}
.erweima{
	display: block;
	width: 98px;
	height: 98px;
	margin-left: 340px;
	margin-top: 6px;
        cursor:pointer;
}
.erweima_pic{
       position:absolute;
       left:115px;
       top:-60px;
       display:none;
}
.erweima_pic img{
       width:200px;
       height:200px;
}
.dilogo{
	display: block;
	width: 110px;
	height: 110px;
	margin-left: 102px;
}
.sydw{
	display: block;
	width: 82px;
	height: 103px;
	margin-left: 105px;
	margin-top: 3px;
}
.foot{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #4f525b;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.foot i{
	padding: 0 10px;
}