.special_con{
    width: 100%;
    height: 1000px;
    position: relative;
}
.special_cont{
	height:auto;
	position:relative;
	margin:0 auto;
}
.special_cont .ico_mark{
	width:110px;
	height:110px;
	display:block;
	margin: 0 auto;
	border-radius:50%;
	border:solid #fff 1px;
	margin-bottom:30px;
	-webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}
.special_cont .ico0{
	background:url(../images/section0_ico.png) center no-repeat #fff;
}
.special_cont .ico0:hover{
	background:url(../images/section0_ico_white.png) center no-repeat #75a7c4;
	border:solid #75a7c4 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico1{
	background:url(../images/section1_ico.png) center no-repeat #fff;
}
.special_cont .ico1:hover{
	background:url(../images/section1_ico_white.png) center no-repeat #969696;
	border:solid #969696 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico2{
	background:url(../images/section2_ico.png) center no-repeat #fff;
}
.special_cont .ico2:hover{
	background:url(../images/section2_ico_white.png) center no-repeat #624141;
	border:solid #624141 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico3{
	background:url(../images/section3_ico.png) center no-repeat #fff;
}
.special_cont .ico3:hover{
	background:url(../images/section3_ico_white.png) center no-repeat #89bac1;
	border:solid #89bac1 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico4{
	background:url(../images/section4_ico.png) center no-repeat #fff;
}
.special_cont .ico4:hover{
	background:url(../images/section4_ico_white.png) center no-repeat #000;
	border:solid #000 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico5{
	background:url(../images/section5_ico.png) center no-repeat #fff;
}
.special_cont .ico5:hover{
	background:url(../images/section5_ico_white.png) center no-repeat #d18c2f;
	border:solid #d18c2f 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .ico6{
	background:url(../images/section6_ico.png) center no-repeat #fff;
}
.special_cont .ico6:hover{
	background:url(../images/section6_ico_white.png) center no-repeat #636e66;
	border:solid #636e66 1px;
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
}
.special_cont .s_down_more_con{
	position:relative;
}
.special_cont .s_down_more{
	display:block;
	width:55px;
	height:55px;
	margin:0 auto;
	margin-top:82px;border: 1px solid #fff;border-radius: 50%;
	background:url(../images/mouse.png) center no-repeat;
}
.special_cont .s_down_more_black{
	background:url(../images/mouse.png) center no-repeat;
}

.special_cont .s_down_more:hover{
	opacity:.8;
}
.special_cont .c_black{
	color:#000;
}
#zt_nav{
	position:fixed;
	top:50%;
	margin-top:-150px;
	left:0px;
	z-index:1111;
	width:90px;
}
#zt_nav li{
	height:42px;
	width:90px;
	float:left;
	margin-bottom:2px;
}
#zt_nav li a{
	display:block;
	width:140px;
	height:42px;
	line-height:42px;
	font-size:16px;
	padding-left:40px;
	color:#fff;
	margin-left:-30px;
	/*background:rgba(0,0,0,0.6);*/
	background:url(../images/zt_nav_m_bg.png) repeat-x;
}
#zt_nav li.backtop a{
	padding-left:29px;
}
#zt_nav li a:hover,#zt_nav li.active a{
	margin-left:0px;
}
.section,.section .slide{
	background-size: cover !important;
}
.special_cont p,.special_cont a ,.special_cont h3{
	color:#fff;
	text-align:center;
}
.section .h3_en{
	font-size:26px;
	line-height:33px;	margin-bottom:32px; 
	text-transform:uppercase;      
}
.section .h3_cn{
	font-size:34px; margin-top: 100px;
	line-height:50px;
 
}

.special_cont p{
	line-height:32px;
	font-size:16px;font-family: 'SimHei',sans-serif; 

}
#section0 p{
	position:relative;	
}
#section0 .h3_cn,#section0 .h3_en{
	position:relative;
} 

#section1 p{
	position:relative;
	right:-110%;	
}
#section1 .h3_cn,#section1 .h3_en{
	position:relative;
	left:-110%;	
} 

#section2 p{
	position:relative;
	right:-110%;	
}
#section2 .h3_cn,#section2 .h3_en{
	position:relative;
	left:-110%;	
}
#section3 p{
	position:relative;
	right:-110%;	
}
#section3 .h3_cn,#section3 .h3_en{
	position:relative;
	left:-110%;	
}

#section4 p{
	position:relative;
	right:-110%;	
}
#section4 .h3_cn,#section4 .h3_en{
	position:relative;
	left:-110%;	
}

#section5 p{
	position:relative;
	right:-110%;	
}
#section5 .h3_cn,#section5 .h3_en{
	position:relative;
	left:-110%;	
}

#section6 .special_cont p{
	position:relative;
	right:-110%;	
}
#section6 .special_cont .h3_cn,#section6 .special_cont .h3_en{
	position:relative;
	left:-110%;	
}



#section0{
	background:url(../images/AD0IqYP8BRACGAAgpZuR0gUoh7ainwEwgA84vAU.jpg);
}
#section1{
	background:url(../images/AD0IqsGUBhACGAAg_uWgywUo-v-7ngMwgA84tgc.jpg);
}
#section2{
	background:url(../images/AD0Imsb3BRACGAAg18mSwwUogN-UvgMwgQ84wwU.jpg);
}
#section3{
	background:url(../images/banner01.jpg);
}
#section4{
	background:url(../images/banner06.jpg);
}
#section5{
	background:url(../images/guide_01_img.png);
}
#section6{
	background:url(../images/AD0I38b1BRACGAAgi4DFzQUo6e7GhwQwgA840AU.jpg);
}

.section_last_con {
	padding-top:160px;
}
.section_last_con .special_cont {
	padding-bottom:160px;
}
.zxzx_con{
	display:block;
	width:218px;
	height:45px;
	background:url(../images/zxzx_bg.png) center no-repeat;
	margin: 0 auto;
	margin-top:42px;
	font-size: 16px;
	line-height: 45px;
	padding-left: 47px;
}
.tjxq_con{
	display:block;
	width:218px;
	height:45px;
	background:url(../images/tjxq_bg.png) center no-repeat;
	margin: 0 auto;
	margin-top:16px;
	font-size: 16px;
	line-height: 45px;
	padding-left: 47px;
}
@media (min-width: 1366px){
	.section_last_con{
		padding-top:88px;
	}
	.section_last_con .special_cont{
		padding-bottom:88px;
	}
}
@media (min-width: 1600px){
	.section_last_con{
		padding-top:200px;
	}
	.section_last_con .special_cont{
		padding-bottom:288px;
	}
}
.fp-controlArrow.fp-prev{
	border:none;
}
.fp-controlArrow.fp-next{
	border:none;
	width:60px;
	height:60px;
	right:50px;
	background:url(../images/ico_left_point.png) center no-repeat;
}
#zt_ys_nav{
	position:fixed;
	top:40%;
	left:0px;
	z-index:1111;
	width:90px;
}
#zt_ys_nav li{
	height:60px;
	width:90px;
	float:left;
	margin-bottom:2px;
}
#zt_ys_nav li a{
	display:block;
	width:90px;
	height:60px;
	line-height:60px;
	font-size:16px;
	padding-left:40px;
	color:#fff;
	margin-left:-30px;
	/*background:rgba(0,0,0,0.6);*/
	background:url(../images/zt_nav_m_bg.png) repeat-x;
}
#zt_ys_nav li a:hover,#zt_ys_nav li.active a{
	margin-left:0px;
}

#ys_slide #slide1{
	background:url(../images/ys_bg1.jpg);
}
#ys_slide #slide2{
	background:url(../images/ys_bg2.jpg);
}
#ys_slide #slide3{
	background:url(../images/ys_bg3.jpg);
}
#ys_slide #slide4{
	background:url(../images/ys_bg4.jpg);
}
#ys_slide #slide5{
	background:url(../images/ys_bg5.jpg);
}
#ys_slide #slide6{
	background:url(../images/ys_bg6.jpg);
}
/** youshi content */

	.intro_cont{
		width:1024px;
		margin:0 auto; margin-top:100px;
	}
	.intro_cont h1,.intro_cont h3,.intro_cont p,.intro_cont a{
		color:#fff;
	}
	.intro_cont h1 img{
		height:50px;
	}
	.intro_cont .ys1_h1_cn{
		margin-bottom:42px;
	}
	.slide .intro_cont h3{
		font-size:18px;
		line-height:30px;
		font-weight:600;
		margin-top:20px;
	}
	.slide .intro_cont p{
		font-size:14px;
		line-height:22px;
		opacity:0.6;
	}
	#slide1 .intro_cont .zxzx_con,#slide1 .intro_cont .tjxq_con{
		padding-left:100px;
	}
	.left_cont{
		width:432px;
		float:left;
	}
	.right_cont{
		width:592px;
		float:right;
	}
	.intro_cont .right_cont{
		position:relative;
		overflow:hidden;
		display:table;
	}
	.intro_cont .right_cont span{
		width:100%;
		display:table-cell;
		vertical-align:middle;
	}
	#slide1 .intro_cont .right_cont span{
		width:100%;
		height:532px;
	}
	#slide1 .intro_cont .right_cont{
		height:532px;
	}
	
	.right_cont .ys1_right_con1 img{
		width:100%;
		height:auto;
	}
	#slide2 .left_cont{
		margin-top:33px;
	}
	#slide3 .right_cont img{
		height:570px;
		max-height:570px;
		width:auto;
	}
	#slide2 .intro_cont .right_cont img{
		height:570px;
		max-height:570px;
		width:auto;
	}
	#slide2 .intro_cont h3,#slide3 .intro_cont h3{
		font-size:18px;
		line-height:30px;
	}
	#slide5 .ys5_h1_cn{
		margin-top:35px;
	}
	#slide6 .ys6_h1_cn{
		margin-top:60px;
	}
	#slide5 .intro_cont h3,#slide6 .intro_cont h3{
		margin-top:35px;
	}
	#slide5 .intro_cont h4,#slide6 .intro_cont h4{
		font-size:21px;
		line-height:30px;
		font-size:100;
		color:#fff;
		margin-bottom:35px;
	}
	#slide2 .intro_cont .right_cont{
		height:570px;
	}
	#slide2 .intro_cont .right_cont span,#slide3 .intro_cont .right_cont span,#slide5 .intro_cont .right_cont span{
		width:592px;
		text-align:center;
	}
	#slide5 .intro_cont .right_cont span,#slide6 .intro_cont .right_cont span{
		width:810px;
		text-align:center;
	}

	#slide2 .con_success{
		margin-top:35px;
	}
	#slide2 .con_success .h2_tx_left{
		color:#fff;
		font-size:22px;
		line-height:33px;
		display:block;
		width:160px;
		float:left;
	}
	#slide2 .con_success span{
		display: block;
		width: 66px;
		height: 66px;
		float: left;
		background: url(../images/success_span_bg.png) no-repeat;;
		line-height: 66px;
		text-align: center;
		border-radius: 50%;
		font-size: 18px;
		color: #7c6741;
		cursor:pointer;
	}
	#slide2 .con_success span:hover{
		background:url(../images/success_span_bg.png) -66px 0px no-repeat;
		color:#fff;
	}
	#slide2 .intro_cont .left_cont .ys2_con_ul{
		width:420px;
		margin-top:62px;
	}
	#slide2 .ys2_con_ul li{
		width:130px;
		height:42px;
		float:left;
		margin-right:10px;
	}
	#slide2 .ys2_con_ul li a{
		display:block;
		width:130px;
		height:28px;
		font-size:16px;
		line-height:28px;
		text-align:center;
		background:url(../images/ys2_li_bg_small.png);
	}
	#slide2 .ys2_con_ul li a:hover{
		background:url(../images/ys2_li_bg_small.png) 0px 28px;
	}
	#slide3 .left_cont{
		margin-top:42px;
	}
	#slide3 .ys3_ul_r{
		margin-top:28px;
	}
	#slide3 .ys3_ul_r .ys3_li_w{
		width:195px;
		height:35px;
	}
	#slide3 .ys3_ul_r .ys3_li_w a{
		display:block;
		width:195px;
		height:35px;
		line-height:35px;
		font-size:18px;
		text-align:center;
		color:#4e6e47;
		background:url(../images/ys3_li_bg.png) no-repeat;
	}
	#slide3 .ys3_ul_r .ys3_li_i{
		width:195px;
		height:42px;
		background:url(../images/ys3_li_bg.png) 0px -35px no-repeat;
	}
	#slide4 .ys4_h1_cn{
		text-align:center;
	}
	#slide4 h3{
		margin-top:0px;
	}
	#slide4 .intro_cont{
		margin-top:22px;
	}
	#slide4 .ys4_divideline{
		height:56px;
		background:url(../images/ys4_divideline_bg_small.png) center no-repeat;
	}
	#slide4 .left_cont{
		width:516px;
		text-align:center;
	}
	#slide4 .right_cont{
		width:500px;
		text-align:center;
	}
	#slide4 .ys4_cont_re_r{
		margin-top:60px;
		width:430px;
		height:323px;
		margin-left:42px;
		position:relative;
		background:url(../images/ys4_img1_bg_small.png) center no-repeat;
	}
	#slide4 .ys4_cont_re_r span{
		position:absolute;
		color:#fff;
		font-size:14px;
	}
	#slide4 .ys4_cont_re_r #s4_l1{
		right:160px;
		top:21px;
	}
	#slide4 .ys4_cont_re_r #s4_l2{
		top:73px;
		right:115px;
	}
	#slide4 .ys4_cont_re_r #s4_l3{
		bottom:188px;
		right:102px;
	}
	#slide4 .ys4_cont_re_r #s4_l4{
		bottom:134px;
		right:70px;
	}
	#slide4 .ys4_cont_re_r #s4_l5{
		bottom:83px;
		right:48px;
	}
	#slide4 .ys4_cont_re_l{
		margin-top:12px;
		width:492px;
		height:446px;
		position:relative;
		background:url(../images/ys4_img2_bg_small.png) center no-repeat;
	}
	#slide4 .ys4_cont_re_l span{
		display:block;
		position:absolute;
		color:#fff;
		font-size:14px;
	}
	#slide4 .ys4_cont_re_l #s4_r1,#slide4 .ys4_cont_re_l #s4_r4{
		width:62px;
		height:38px;
		background:url(../images/ys4_span_point.png) center bottom no-repeat;
		line-height:21px;
		top:15px;
		left:213px;
	}
	#slide4 .ys4_cont_re_l #s4_r2,#slide4 .ys4_cont_re_l #s4_r3{
		width:80px;
		height:21px;
		text-align:right;
		line-height:21px;
		background:url(../images/ys4_span_point.png) left center no-repeat;
		top: 132px;
		right: 43px;
	}
	#slide4 .ys4_cont_re_l #s4_r3{
		top:295px;
	}
	#slide4 .ys4_cont_re_l #s4_r4{
		top:395px;
		padding-top:16px;
		background:url(../images/ys4_span_point.png) center top no-repeat;
	}
	#slide4 .ys4_cont_re_l #s4_r5,#slide4 .ys4_cont_re_l #s4_r6{
		width:80px;
		height:21px;
		line-height:21px;
		text-align:left;
		background:url(../images/ys4_span_point.png) right center no-repeat;
		left:43px;
		top:297px;
	}
	#slide4 .ys4_cont_re_l #s4_r5{
		left:43px;
		top:131px;
	}

/** animate ¶¯»­ */
	.section .ys1_h1_cn,.section .ys2_h1_cn,.section .ys3_h1_cn,.section .ys4_h1_cn,.section .ys5_h1_cn,.section .ys6_h1_cn,{
		position:relative;
		display:none;
	}
	
	.section .ys1_second_con,.section .ys2_second_con,.section .ys3_second_con,.section .ys4_second_con,.section .ys5_second_con,.section .ys6_second_con{
		position:relative;
		display:none;
	}
	.right_cont .ys1_right_con1 img{
		position:relative;
		bottom:-120%;
	}
	.right_cont .ys2_right_con1 img,.right_cont .ys3_right_con1 img,.right_cont .ys4_right_con1 img,.right_cont .ys5_right_con1 img,.right_cont .ys6_right_con1 img{
		position:relative;
		right:-120%;
	}
	#slide4 .ys4_divideline{
		display:none;
	}
	#slide4 .left_cont{
		display:none;
	}
	#slide4 .right_cont{
		display:none;
	}
	#slide1 .ys1_h1_cn{
		display:block;
	}
	#slide1 .ys1_second_con{
		display:block;
	}
	#slide1 .ys1_right_con1 img{
		bottom:0;
	}


	#slide5 .intro_cont .right_cont img{
		height:471px;
		max-height:471px;
		width:auto;
	}
	#slide5 .ys5_ul_r{
	margin-top:35px;
	width:400px;
	}
	#slide6 .ys6_ul_r{
	margin-top:35px;
	}
	#slide5 .ys5_ul_r li{
		width:100px;
		height:35px;
		float:left;
		margin-right:20px;
		margin-top:10px;
		border: 1px solid #dedede;
		-moz-border-radius: 5px;      /* Gecko browsers */
		-webkit-border-radius: 5px;   /* Webkit browsers */
		border-radius:5px;
		font-size:18px;
		line-height:30px;
		color:#fff;
		text-align:center;
	}
	#slide6 .ys6_ul_r li{
		width:157px;
		height:35px;
		float:left;
		margin-right:20px;
		margin-top:10px;
		border: 1px solid #dedede;
		-moz-border-radius: 5px;      /* Gecko browsers */
		-webkit-border-radius: 5px;   /* Webkit browsers */
		border-radius:5px;
		font-size:18px;
		line-height:30px;
		color:#fff;
		text-align:center;
	}
	#slide6 .ys6_right_img{
		position:relative 
	}
	#slide6 ys6_right_img1{
		position:absolute; 
		top:50px; 
		left:120px;
	}
	#slide6 .intro_cont .right_cont .ys6_right_img1 img{
		width:337px; 
		height:264px;
		top:-280px;
	}
	#slide6 .intro_cont .right_cont .ys6_right_img2 img{
		width:175px; 
		height:175px;
		left: -197px;
		top: 169px;
		 border:4px solid #FFF;
    -moz-box-shadow:0 0 3px #AAA;
    -webkit-box-shadow:0 0 3px #AAA;
    box-shadow:0 0 3px #AAA;
    padding:9px;
	border-radius:97px;
	}
	#slide6 .intro_cont .right_cont .ys6_right_img3 img{
		width:260px; 
		height:260px;
		top: -134px;
		left: 74px;
		 border:5px solid #FFF;
    -moz-box-shadow:0 0 3px #AAA;
    -webkit-box-shadow:0 0 3px #AAA;
    box-shadow:0 0 3px #AAA;
    padding:13px;
	border-radius:134px;
	}
	#slide6 .intro_cont .right_cont .ys6_right_img4 img{
		width:135px; 
		height:135px;
		top: -151px;
		left: 222px;
		border:2px solid #FFF;
		-moz-box-shadow:0 0 3px #AAA;
		 -webkit-box-shadow:0 0 3px #AAA;
		 box-shadow:0 0 3px #AAA;
		padding:6px;
		border-radius:65px;
	}




@media (min-width:1600px){
	.intro_cont{
		width:1390px;
		margin:10% auto 0;
		
	}
	.left_cont{
		width:590px;
		float:left;
		overflow:hidden;
	}
	.right_cont{
		width:800px;
		float:right;
	}
	.intro_cont h1 img{
		height:68px;
	}
	.slide .intro_cont h3{
		font-size:24px;
		line-height:38px;
		font-weight:600;
		margin-top:20px;
	}
	.slide .intro_cont p{
		font-size:16px;
		line-height:24px;
		opacity:0.6;
	}
	#slide2 .intro_cont .right_cont{
		height:771px;
	}
	#slide2 .intro_cont .right_cont span,#slide3 .intro_cont .right_cont span{
		width:800px;
	}
	#slide3 .intro_cont .right_cont img{
		height:735px;
		max-height:735px;
		width:auto;
	}
	#slide2 .intro_cont .right_cont img{
		height:771px;
		max-height:771px;
		width:auto;
	}
	#slide2 .intro_cont .left_cont{
		margin-top:88px;
	}
	#slide2 .intro_cont .left_cont .ys2_con_ul{
		width:510px;
		margin-top:62px;
	}
	#slide2 .ys2_con_ul li{
		width:160px;
		height:48px;
		float:left;
		margin-right:10px;
	}
	#slide2 .ys2_con_ul li a{
		display:block;
		width:160px;
		height:35px;
		font-size:16px;
		line-height:35px;
		text-align:center;
		background:url(../images/ys2_li_bg.png);
	}
	#slide2 .ys2_con_ul li a:hover{
		background:url(../images/ys2_li_bg.png) 0px 35px;
	}

	#slide3 .left_cont{
		margin-top:66px;
	}
	#slide4 .ys4_divideline{
		height:56px;
		background:url(../images/ys4_divideline_bg.png) center no-repeat;
	}
	#slide4 .ys4_cont_re_r{
		margin-top:80px;
		width:444px;
		height:441px;
		margin-left:42px;
		position:relative;
		background:url(../images/ys4_img1_bg.png) center no-repeat;
	}
	#slide4 .ys4_cont_re_l{
		margin-top:32px;
		width:492px;
		height:546px;
		position:relative;
		background:url(../images/ys4_img2_bg.png) center no-repeat;
	}
	#slide4 .ys4_cont_re_r #s4_l1{
		right:150px;
		top:30px;
	}
	#slide4 .ys4_cont_re_r #s4_l2{
		top:100px;
		right:101px;
	}
	#slide4 .ys4_cont_re_r #s4_l3{
		bottom:259px;
		right:81px;
	}
	#slide4 .ys4_cont_re_r #s4_l4{
		bottom:184px;
		right:38px;
	}
	#slide4 .ys4_cont_re_r #s4_l5{
		bottom:100px;
		right:2px;
	}
	#slide4 .ys4_cont_re_l #s4_r1,#slide4 .ys4_cont_re_l #s4_r4{
		width:62px;
		height:38px;
		background:url(../images/ys4_span_point.png) center bottom no-repeat;
		line-height:21px;
		top:11px;
		left:213px;
	}
	#slide4 .ys4_cont_re_l #s4_r2,#slide4 .ys4_cont_re_l #s4_r3{
		width:80px;
		height:21px;
		text-align:right;
		line-height:21px;
		background:url(../images/ys4_span_point.png) left center no-repeat;
		top: 152px;
		right: 5px;
	}
	#slide4 .ys4_cont_re_l #s4_r3{
		top:375px;
	}
	#slide4 .ys4_cont_re_l #s4_r4{
		top:498px;
		padding-top:16px;
		background:url(../images/ys4_span_point.png) center top no-repeat;
	}
	#slide4 .ys4_cont_re_l #s4_r5,#slide4 .ys4_cont_re_l #s4_r6{
		width:80px;
		height:21px;
		line-height:21px;
		text-align:left;
		background:url(../images/ys4_span_point.png) right center no-repeat;
		left:2px;
		top:375px;
	}
	#slide4 .ys4_cont_re_l #s4_r5{
		left:2px;
		top:152px;
	}


}
.banner-n2{width:100%;height:450px;overflow:hidden;background-size:100% auto;background-repeat:no-repeat;}

.banner-n{width:100%;height:615px;overflow:hidden;background-repeat:no-repeat;}
.banner-n .bannerBg{visibility:hidden;width:100%;height:auto;vertical-align:middle;}
.banner-n .bannerInfo{  position:absolute;top:28%;left:0px;width:100%;height:220px;text-align:center;color:#fff; }
.banner-n .bannerInfo .title{font-family:'MyriadPro-Bold_0';font-size:55px;line-height:60px; text-transform:uppercase }
.banner-n .bannerInfo .titleCh{position:relative;top:20px;border:3px solid #fff;padding:6px 24px 8px 24px;font-size:27px;font-weight:bold;color:#fff;text-align:center;}
.banner-n .bannerInfo .xiaozi{position:relative;top:40px;padding:6px 24px 8px 24px;font-size:16px;color:#fff;text-align:center;}



.banner-n1{width:100%;height:1200px;overflow:hidden;background-size: cover;background-repeat:no-repeat;}
.banner-n1 .bannerBg{visibility:hidden;width:100%;height:auto;vertical-align:middle;}
.banner-n1 .bannerInfo{width:72%;margin:auto; margin-left:14%; background: url(../images/mask.png) repeat;padding: 3% 0;box-sizing: border-box;position: absolute; top:20%; color:#333333;}
.banner-n1 .bannerInfo .title{font-family:'MyriadPro-Bold_0';font-size:55px;line-height:60px; text-transform:uppercase }
.banner-n1 .bannerInfo .titleCh{position:relative;top:20px;border:3px solid #333333;padding:6px 24px 8px 24px;font-size:27px;font-weight:bold;color:#333333;text-align:center;}
.banner-n1 .bannerInfo .xiaozi{position:relative;top:40px;padding:6px 24px 8px 24px;font-size:16px;color:#333333;text-align:center;}

.pi {width: 100%; box-sizing: border-box;}
.pi p { float: left;width: 45%; padding-left: 5%; color: #333333; font-size: 14px;line-height: 35px;margin-bottom: 20px;}
.pi p i {display: inline-block;*display: inline; *zoom: 1; width: 35px; height: 35px; vertical-align: middle; margin-right: 10px;}
.pi span { float: left;width: 95%; padding-left: 5%; color: #333333; font-size: 14px;line-height: 35px;margin-bottom: 20px;}
.pi span i {display: inline-block;*display: inline; *zoom: 1; width: 35px; height: 35px; vertical-align: middle; margin-right: 10px;}
.pi h2 { text-align: center;font-size: 26px;color: #333; line-height: 45px; margin-bottom: 20px;}
.pi h1 { text-align: center;font-size: 35px;color: #333; line-height: 55px; margin-bottom: 20px;}
.ka i { background: url(../images/ka.png) no-repeat center;background-size: 35px 35px;}
.ka:hover i { background: url(../images/ka02.png) no-repeat center; background-size: 35px 35px;}
.eqq i { background: url(../images/qq.png) no-repeat center;background-size: 35px 35px;}
.eqq:hover i { background: url(../images/qq02.png) no-repeat center; background-size: 35px 35px;}
.email i { background: url(../images/email.png) no-repeat center;background-size: 35px 35px;}
.email:hover i { background: url(../images/email02.png) no-repeat center; background-size: 35px 35px;}
.ckefu i { background: url(../images/ckefu.png) no-repeat center;background-size: 35px 35px;}
.ckefu:hover i { background: url(../images/ckefu02.png) no-repeat center; background-size: 35px 35px;}
.caddr i {background: url(../images/caddr.png) no-repeat center;background-size: 35px 35px;}
.caddr:hover i { background: url(../images/caddr02.png) no-repeat center; background-size: 35px 35px;}
.ctel i {background: url(../images/ctel.png) no-repeat center;background-size: 35px 35px;}
.ctel:hover i { background: url(../images/ctel02.png) no-repeat center; background-size: 35px 35px;}
.cmail i { background: url(../images/cmail.png) no-repeat center; background-size: 35px 35px;}
.cmail:hover i { background: url(../images/cmail02.png) no-repeat center; background-size: 35px 35px;}
.wrap-1 { width: 95%;margin: 0 auto;box-sizing: border-box;padding: 0 2.5%;}




.naiye{   width:100%; float:left;   position: relative;}
.neiwz11{width:100%; float:left;  }
.neiwz{width:1100px; margin:auto; color: #303053; font-size:12px; }
.jishu{width:1100px;margin:0 auto; overflow:hidden; font-family:"SimHei";}
.jishu h2{ height:112px; overflow:hidden; text-align:center; font-size:36px; line-height:50px; color:#bababa; font-weight:normal; padding-top:40px;}
.jishu h2 span{ color:#15499a; font-weight:bold;}
.jishu h2 i{ display:block; font-size:18px; color:#7d7d7d; text-transform: uppercase; }
.jishu h2 p{ display:block; font-size:14px; color:#7d7d7d; text-transform: uppercase; }

.jishu dl{ border-right:1px dashed #d4d4d3; float:left; width:290px; overflow:hidden; padding-right:34px; margin-right:35px;}
.jishu dl dt{ margin:0 auto; width:116px;}
.jishu dt img{ width:116px; height:116px;}
.jishu dd{ font-size:16px; line-height:24px; color:#848484;text-align:center;}
.jishu dd b{ display:block; padding:30px 0 20px; color:#15499a; font-size:30px; }
.jishu .nomar{ padding-right:0; margin-right:0; border-right:0;}



.daohang{width:100%;float:left; }
.hdChiose{ width:1200px; height:30px; margin:0 auto; padding:15px 0px 15px 0px; }
.hdChiose li{  height:28px; float:left; margin-right:5px; padding: 2px 10px 2px 10px;}
.hdChiose li a{ display:block; padding: 2px 20px 2px 20px; height:35px; line-height:35px; text-align:center; border-radius:10px; border:#CCC solid 1px;color: #666;}
.hdChiose li a:hover{height:35px; padding: 2px 20px 2px 20px;line-height:35px; background:#15499a; border:none; color:#FFF;}
.hdChiose li a.focus{height:35px; padding: 2px 20px 2px 20px;line-height:35px; background:#15499a; border:none; color:#FFF;}

.ppw {width: 1200px;margin: 0 auto;}
.pronav {padding: 30px 0 25px 0;}
.pronav ul {text-align: center;font-size: 0;}
.pronav ul li {display: inline-block;*display:inline;*zoom:1;font-size: 14px;vertical-align: middle;width: 11%;margin: 5px;line-height:35px;height:35px;}
.pronav ul a {display: block;color: #666;line-height:35px;height:35px;text-align: center;position: relative;}
.pronav li .ico {display: block;width: 100%;height: 80px;background-repeat: no-repeat;background-position: center -12px;}
.pronav li .ch {font-size: 14px;}
.pronav li .line {width: 90px;height: 2px;background: #eee;margin: 10px auto 0px;display: block;}
.pronav li .txts {position: relative;background: #fff;line-height: 35px;border:#eaeaea solid 1px;}
.pronav li.act .txts {background: #15499a;}
.pronav li.act a, .pronav li:hover a {color: #fff;}
.pronav li:hover .line, .pronav li.act .line {background: #fff;}
.pronav li .txts:hover {background-color: #15499a;}


.daohang1{width:100%;float:left; }
.hdChiose1{ width:1100px; height:30px; margin:0 auto; padding:15px 0px 15px 0px; }
.hdChiose1 li{  height:28px; float:left; margin-right:5px; padding: 2px 5px 2px 5px;}
.hdChiose1 li a{ display:block; padding: 2px 20px 2px 20px; height:35px; line-height:35px; text-align:center; border:#CCC solid 1px;color: #666;}
.hdChiose1 li a:hover{height:35px; padding: 2px 20px 2px 20px;line-height:35px; background:#15499a; border:none; color:#FFF;}
.hdChiose1 li a.focus{height:35px; padding: 2px 20px 2px 20px;line-height:35px; background:#15499a; border:none; color:#FFF;}


#yx_box1 {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 25px;
}
#yx_box1 .box1_img1 {
  width: 540px;

  display: inline-block;
  vertical-align: middle;
}
#yx_box1 .box1_text1 {
  width: 660px;

  display: inline-block;
  vertical-align: middle;
}
#yx_box1 .box1_text1 h1 {
  font-size: 30px;font-family:"SimHei"; 
  padding: 50px 0 20px;

}
#yx_box1 .box1_text1 p {
  font-size: 16px;font-family:"SimHei";
  line-height: 30px;
  color: #666;
  -moz-text-shadow: 0 0 1px #dddddd;
  -webkit-text-shadow: 0 0 1px #dddddd;
  text-shadow: 0 0 1px #dddddd;
}
#yx_box1 .box1_img2 {
  width: 440px;
  height: 400px;
  display: inline-block;
  vertical-align: middle; text-align: right;
}
#yx_box1 .box1_text2 {
  width: 660px;
  height: 300px;
  display: inline-block;
  vertical-align: middle;
}
#yx_box1 .box1_text2 h1 {
  font-size: 28px;
  color: #000;font-family:"SimHei";
  line-height: 30px;
  -moz-text-shadow: 0 0 1px #15499a;
  -webkit-text-shadow: 0 0 1px #15499a;

  padding: 40px 0 20px;
}
#yx_box1 .box1_text2 h1 strong {
  display: block;
  font-size: 25px;
}
#yx_box1 .box1_text2 p {
  font-size: 16px;font-family:"SimHei";
  line-height: 30px;
  color: #666;
  -moz-text-shadow: 0 0 1px #dddddd;
  -webkit-text-shadow: 0 0 1px #dddddd;
  text-shadow: 0 0 1px #dddddd;
}


.feedback {
    background: url(../images/hou.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 5em 0;
}

.youshi {
    background: url(../images/66.png) no-repeat center fixed;
    background-size: cover;
    padding: 5em 0; width:100%; float: left;
}

.neiys{width:1200px; margin:auto; color: #FFFFFF; font-size:12px; line-height:24px; padding-bottom:20px; }
.lc_bj{ padding-top:60px; height:583px;overflow:hidden; font-family:"SimHei";}
.lc{ width:1200px; height:583px; margin:0 auto; overflow:hidden;}
.lc h2{ height:148px; overflow:hidden; text-align:center; line-height:50px}
.lc h2 span{ display:block; font-size:22px; color:#fff; font-weight:normal;}
.lc h2 {font-family: "SimHei"; color:#fff; font-size:32px;font-weight: bold;}.lc h2 a{ color:#fff; font-size:32px;}.lc h2 a:hover{ color:#fff; font-size:32px;}
.lc ul{ border:1px solid #cbcbcb; height:364px; overflow:hidden;}
.lc ul li{border:1px solid #cbcbcb; border-width:1px 1px 0 0; width:238px; height:182px;  overflow:hidden; float:left; position:relative; margin-top:-1px;}
.lc ul li img{ display:block; margin:0 auto;}
.lc li span{ padding-left:10px; display:block; height:44px; font:24px/39px Arial, Helvetica, sans-serif; color:#fff;}
.lc li i{ display:block; text-align:center; color:#fff; font-size:18px; line-height:30px;}
.lc .nomar{ border-right:0;}



.xinwen{width:100%; float: left}
#news {
	width: 1220px; margin-top: 20px;
	margin: auto;position: relative;
	
}
#news .box {
	background-color: #FFF;
	position: relative;
	height: 350px;
	width: 47%;
	float: left;
	margin-bottom: 40px;
	margin-right:1%;
	margin-left: 1%;
	overflow:hidden;
	-webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	-moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;		
}
#news .box1 {
	background-color: #FFF;
	position: relative;
	min-height: 200px;
	width: 47%;
	float: left;
	margin-bottom: 40px;
	margin-right:1%;
	margin-left: 1%;
	overflow:hidden;
	-webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	-moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 8px;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;		
}
#news .box .int,#news .box1 .int {padding:20px;}
#news .box:hover ,#news .box1:hover
{
	-webkit-box-shadow: rgba(0,0,0,0.15) 0px 2px 18px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0px 2px 18px;
	box-shadow: rgba(0,0,0,0.15) 0px 2px 18px;	
}
#news .box .time,#news .box1 .time {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-weight: bold;
	color: #333;
	line-height: 80px;
	position: relative;
	overflow: hidden;
	height: 80px;
}
#news .box .time span,#news .box1 .time span {
	font-size: 11px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#news .box .text,#news .box1 .text {
	position: absolute;
	left: 3%;
	top: 100px;
	height: 255px;
	width: 94%;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	z-index: 2;
	background-color: #FFF;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#news .box:hover .text,#news .box1:hover .text
{
	top: 20px;
	height: 270px;
}
#news .box .text img,#news .box1 .text img  {
	margin-bottom: 10px;
	display: block;   
    object-fit: cover;height: 150px;
}

/*#news .box .text img {
	margin-bottom: 10px;
	display: block;
	height:141px;
}*/

#news .box .text h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
}
#news .box .line {
	background-color: #FFF;
	position: absolute;
	height: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 5;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;	
}
#news .box:hover .line {
	background-color: #15499a;
	height: 5px;

}

.page{
	font-size:12px;
	line-height:22px;
	text-align:center;
	clear:both; width:100%;}
.page a{
	text-decoration:none;
	color:#3c3c3c;
	background:#fff;
	border:1px solid #cccccc;
	padding:3px 8px;
	padding-bottom:2px;
	margin-right:3px;
	cursor:pointer
}
.page .red{
	background:#15499a !important; color:#fff; border:0; padding:3px 8px;

}
.page a.active{
	background:#000;
	border:1px solid #051b67;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#15499a;
	border:1px solid #15499a
}

.newinfo {
	padding: 50px;
	background-color: #fff;
	margin-bottom: 70px;
	-webkit-box-shadow: rgba(0,0,0,0.06) 0px 1px 13px;
	-moz-box-shadow: rgba(0,0,0,0.06) 0px 1px 13px;
	box-shadow: rgba(0,0,0,0.06) 0px 1px 13px;
	text-align: left;
	width: 1100px;
	margin: auto;	
}


.sx{padding:20px 0; text-align:left;border-top:1px dashed #ddd;color:#333;margin-top:10px;font-family:Verdana, SimHei, Helvetica, sans-serif}
.sx p{clear:both;line-height:30px;font-weight:bold;}
.sx a{padding-left:10px;font-weight:normal}
.sx a:link{color:#999;text-decoration:none;}
.sx a:visited{color:#999;text-decoration:none;}
.sx a:hover{color:#15499a;text-decoration:underline;}
.sx a:active{color:#15499a;text-decoration:underline;}
.sx span{ float:right;  padding-right:20px;}
.sx span{ float:right;  padding-right:20px;}
.sx span a{ padding-left:20px; color:#999 !important; text-transform:uppercase;	font-family:Verdana, SimHei, Helvetica, sans-serif}


.cen-04{font-size:20px;font-weight:bold; color:#000; text-align:center; line-height:50px;font-family: "SimHei";}
.cen-04-1{ text-align:center; border-bottom:1px dashed #ccc; line-height:25px; color:#666; }
.cen-04-2{ background:#f2e3d0; border:1px solid #e7d1b4;  padding:5px;}
.cen-04-3{ padding-top:8px; padding-bottom:8px; }
.cen-04-3 img{ max-width: 100%; padding-bottom: 10px;}
.cen-04-2 span{ font-weight:bold; color:#ff9933;}
.cen-04-6{border:1px solid #fec3d7; font-size:12px;}

.newsdetail2{ text-align:right;}



.neiys .adv{ width:1200px; height:807px; float: left; background:url(../images/adv1.png); float:left; margin-top:20px; position:relative;}
.neiys .adv .item{ width:288px; height:auto; position:absolute;}
.neiys .adv .item .tit{ color:#eab000; font-size:18px; line-height:36px;}
.neiys .adv .item p{ line-height:20px; color:#666;}
.neiys .adv .right{ text-align:right;}
.neiys .adv .one{ top:22px; right:0;}
.neiys .adv .two{ top:185px; left:0;}
.neiys .adv .three{ top:300px; left:0;}
.neiys .adv .four{ top:446px; right:0;}
.neiys .adv .five{ top:558px; right:0;}
.neiys .adv .six{ top:700px; left:0;}

.neiwz h3{color: #fff;font-weight: bold;text-align: center;font-size: 36px;line-height: 50px; }
.neiwz h4{font-size: 18px;color: #fff;font-style: normal;text-align: center;line-height: 50px;padding-bottom: 25px;}


.col-md-6 { width: 98%;text-align: left;    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;}
.bzlie {
   padding-top:30px; padding-bottom:30px;
   height:auto; overflow:hidden;
   border-bottom:1px solid #f0f0f0;
   }
   
.bzlie-zuo {
   width:40%; margin-left: 5%;
   float:left;
   }
 .bzlie-zuo img{max-width:100%;}  
.bzlie-you {
   width:45%;
   float:right; font-size: 14px; color: #333; line-height: 25px;
   }
   
.bzlie-you h2 {
   font-family: SimHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#000000;
   margin:0px; margin-bottom:10px;
   }
.quan {margin-bottom:12px;border:solid 1px #ccc;padding:5px; }