
/*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: 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: 35px;
	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%;
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{	
	width:48px; height:6px;background:rgba(0,0,0,0.6);
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.block_txt h4 span{display: inline-block;height: 1px; width: 300px; background: #fff; vertical-align: middle; margin:0 20px ;}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:0;
	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: 30px;
	}
}
@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;
	}

}
/*====================导航*********/
.header{width:100%;position:absolute;top:0;left:0;z-index:999;height:150px;line-height: 150px;background:url(../img/topbg.png) repeat-x;}
/*左侧logo*/
.header .left a img{height: 40px;margin-top: 6px;}
.header .left .img2{display: none;}
/*
.header .nav{-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;height: 100%;line-height: 150px;display: block;}
.header .navbar_nav li{float:left;position: relative;display: block;}
.header .navbar_nav li.jt01:after{content: "";width: 0;height: 6px;background: url(../img/sj.png) no-repeat;position: absolute;top: 90px;left: 45%;}
.header .navbar_nav li:hover:after{width: 8px;}
.header .navbar_nav li a{text-decoration: none;height: 100%;padding: 0 14px;display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;color: #fff;font-size: 16px;}
.header .navbar_nav li.dropdown{display: inherit;position: relative;}
.header .navbar_nav li.dropdown .jt{width: 20px;height: 20px;background: url(../img/top.png) no-repeat;background-size: 100%;display: block;}
.header .navbar_nav li.dropdown .dropdown_menu{display: none;position: absolute;top:50px;width: 100%;background: #fff;box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);width: 120%;left: -10%;}
.header .navbar_nav li.dropdown .dropdown_menu a{font-size: 14px;color: #666;padding: 0 10px;line-height: 40px;text-align: center;background: #fff;margin-bottom: 2px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu{display: block;background: #f3f3f3;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.on{background: url(../img/sj.png) no-repeat center 90px;}*/
.banner{width: 100%;}
.banner img{width: 100%;}
.ban{ line-height: 24px; margin-top: 52px; margin-left: 15px; }
.ban a{color: #fff; }
.title h2{ color: #1155bb; font-size: 36px; text-align: center; padding-top: 90px;}
.title p{ background: url(../img/jt.png) no-repeat center; width: 14px; height: 24px; margin: 16px auto;}
.title h3{ color: #1155bb; font-size: 24px; text-align: center;}
.about{ padding:30px 38px; width: 600px;}
.about h2{ font: 18px; height: 46px; border-bottom: 2px solid #e6e6e6;position: relative;}
.about h2 span{ width: 80px; height: 2px; background: #1155BB; position: absolute; left: 0; bottom:-2px;}
.gy{ margin: 40px 0 0; position: relative;}
.guimo{position: absolute; bottom: 0; left: 0; height: 120px; background: rgba(17,85,187,0.7); width: 1200px;}
.about p{ text-align: justify; margin-bottom: 20px; color: #333;}
.blue{ color: #1155BB;}
.sz{ width: 25%; text-align: center; position: relative;}
.block{display: inline-block; color: #fff;}
.block div{ color: #fff;}
.sz{ margin: 14px 0;}
h2.block{ font-size: 50px; padding: 0 6px;}
.block1{ color: #fff;position: absolute;top:16px; right:62px; font-size: 18px;}
.ls{ line-height: 36px; text-align: center;}
#wrap{	width: 1200px;height: 574px;margin: 0 auto;}
#wrap ul li .a1 img{width: 282px;height:230px;}
#wrap ul li{width: 282px;height: 290px;list-style: none;position: relative;float: left;overflow: hidden;margin: 5px;} 
#wrap ul li .a1 .divA{position: absolute;bottom: 0;	left: 0;width: 282px;height: 60px;	line-height: 60px;text-align: center;	background: rgba(0,0,0,0.7);}
#wrap ul li .a1 .divA>.p1{	height: 60px;font-size: 18px;    line-height: 60px; color: #fff;text-align: center;}
/*遮罩*/
#wrap ul li .a2{position: absolute;top: 0;left:-282PX;width: 281px;height: 290px;text-align: center;color: white;background: rgba(0,0,0,0.7);transition: all 0.2s;} 
#wrap ul li .a2 .p4{width: 110px;text-align: center;position: absolute;	top: 90px;left: 98px;
font-size: 18px;transition: all 0.2s 0.1s ease-out ; color: #fff;  border-bottom: 1px solid #fff;border-top: 1px solid #fff;height: 60px; line-height: 60px;
}
#wrap ul li .a2 .p5{width: 185px;text-align: center;line-height:24px ;position: absolute;top: 174px;left: -282px;font-size: 14px;color: white;transition: all 0.2s 0.2s ease-out;}
#wrap ul li .a2 .p7{position: absolute;	bottom:-50px;left: 120px;width: 40px;height: 40px;line-height: 38px;border-radius: 20px;border: 1px solid #fff;transition: all 0.2s 0.5s ;color: #fff;font-size: 24px;font-weight: bold;}
    
.xs{ color: #1155BB;}
.xs h2{display: inline-block; height: 90px; line-height: 90px; font-size: 48px;}
.block2{display: inline-block; color: #222;}
.xs .fl{ width: 33%; position: relative; color: #1155BB;text-align: center;}
.xs .block1{ position: absolute; top:40px; left: 0; color: #1155BB;}
.map{ height:570px; background: url(../img/map.jpg) no-repeat center;  position: relative; }
.map p{ background: url(../img/mapbg.png) no-repeat center; width:165px; padding: 14px; color: #fff; height: 192px; position: absolute; background-size:100% ;}
.map span{ display: block; margin-top: 10px; color: #fff;}