/* *{margin: 0;padding: 0;}
html,body{position: relative;min-width: 1200px; font-size: 16px;color: #333;font-family: MicrosoftYaHei;background: #f2f2f2;}
a{color: #333;text-decoration: none;}
li{list-style: none;}
img{display: block;}


.container{width: 1500px;margin: 0 auto;}
.clear:after{content: "";display: block;height: 0;overflow: hidden;clear: both;} */


@font-face {
	font-family:ArialMT;
	src: url(../fonts/arialmt.ttf);
}
@font-face {
	font-family:Helvetica;
	src: url(../fonts/helvetica.ttf);
}
.ywly_article p{
	text-indent: 32px;
}
.black_bg{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: black;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	display: none;
}
.wechat_img{
	display: none;
	position: fixed;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	z-index: 111111;
}
.wechat_img img{
	width: 100%;
}
.ss_k{
	position: fixed;
	display: none;
	width: 60%;
	max-width: 700px;
	top: 50%;
	left: calc(50% - 350px);
	z-index: 1111111;
	border-bottom: 1px solid #565656;
}
.ss_k input{
	width: 90%;
	border: none;
	padding: 0;
	margin: 0;
	height: 30px;
	float: left;
	background: none;
	color: #fff;
	outline: none;
	font-size: 14px;
	color: #969696;
}
.ss_k button{
	width:10%;
	border: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background: none;
	background: url(../images/search_ico1.png) no-repeat;
	background-position: 80% 0px;
	outline: none;
	cursor: pointer;
}
.ss_k .xx{
	position: absolute;
	right: -40px;
	top: 5px;
	cursor: pointer;
}






/*section1 start*/
.section1{
	position: relative;
	z-index: 111;
}
.sec1_title{
	text-align: center;
	margin: 50px 0;
}
.sec1_title h1{
	font-size: 36px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 8px;
}
.sec1_title span{
	font-size: 16px;
	color: #888888;
}
.ly_box{
	height: 100vh;
	width: 100%;
}
.ly_item{
	overflow: hidden;
	height: 50%;
	min-height: 400px;
	width: 33.333333%;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	background-size: cover !important;
}
.ly_item img{
	transition: .8s;
}
.ly_item .desc{
	position: absolute;
	top: 60%;
	left: 20%;
	transform: translateY(-50%);
	color: #fff;
	width: 60%;	
	transition: .3s;
}
.ly_item .desc .icon{
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/ly_icon.png) no-repeat;
	margin: 0 auto;
}
.ly_item .desc .icon2{background-position: -137px 0 !important;}
.ly_item .desc .icon3{background-position: -274px 0 !important;}
.ly_item .desc .icon4{background-position: -412px 0 !important;}
.ly_item .desc .icon5{background-position: -549px 0 !important;}
.ly_item .desc .icon6{background-position: -686px 0 !important;}

.ly_item .desc h3{
	margin: 25px 0;
	font-size: 24px;
	color: #FFFFFF;
}
.ly_item .desc span{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	opacity: 0;
	margin-top: 50px;	
	transition: .3s;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
	height: 72px;
}

.ly_item .jt {
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	height: 7px;
	width: 28px;
	background: url(../images/jt.png) no-repeat;
	background-position: -28px 0;	
	transition: .3s;
}

.ly_item .info{
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: Helvetica;
}
.ly_item .green_bg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #009C4D;
	opacity: 0;
	transition: .3s;
}


.ly_item:hover img{
	transform: scale(1.1);
}
.ly_item:hover .green_bg{
	opacity: .8;
}
.ly_item:hover .desc{
	top: 42%;
}
.ly_item:hover .desc span{
	opacity: 1;
	margin-top: 0;
}
.ly_item:hover .desc .jt{
	background-position: 0;
}
/*section1 end*/


/*section2 start*/
.section2{
	padding: 100px 0;
	position: relative;	
	background: url(../images/sec2_bg.jpg)no-repeat;
	background-size: cover !important;
}
.section2 .container{
	position: relative;
	z-index: 1111;
}

.section2 .left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
}
.section2 .left .desc h1{
	font-size: 36px;
	color: #000;
	font-weight: 400;
}
.section2 .left .desc h1 strong{
	color: #009B4C;	
	font-weight: 400;
}
.section2 .left .desc p{
	font-size: 22px;
	color: #222222;
	padding: 10px 0 26px 0;
}
.section2 .left .desc span{
	font-size: 14px;
	color: #888888;
	line-height: 28px;
}
.section2 .left .desc i{
	margin-top: 25px;
	display: block;
	height: 7px;
	width: 28px;
	background: url(../images/jt2.png) no-repeat;
	transition: .3s;
}
.section2 .left .desc:hover i{
	background: url(../images/jt3.png) no-repeat;
}


.section2 .left ul{
	margin-top: 100px;
}
.section2 .left ul li{
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 110px;
}
.section2 .left .icon{
	margin: 0 auto;
	display: block;
	height: 72px;
	width: 72px;
	margin-bottom: 14px;
	background: url(../images/sec2_icon.png) no-repeat;
	transition: .3s;
}
.section2 .left .icon2{background-position: -106px 0 !important;}
.section2 .left .icon3{background-position: -212px 0 !important;}
.section2 .left .icon4{background-position: -318px 0 !important;}
.section2 .left ul li:hover .icon{background: url(../images/sec2_icon_hover.png) no-repeat;}
.section2 .left ul li p{
	font-size: 16px;
	color: #009B4C;
	line-height: 10px;
}
.section2 .left ul li span{
	font-size: 12px;
	color: #ACE8C9;
}



.section2 .right{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 150px;
	position: relative;
}

.section2 .swiper-container_sec2 {
    margin: 20px auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.section2 .right:after{
	content: "";
	display: block;
	width: 70%;
	height: 80%;
	position: absolute;
	bottom: 0px;
	right: -20px;
	background: #009B4C;
}
.section2 .swiper-slide {
        text-align: center;
        font-size: 18px;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.section2 .right .img{
	width: 100%;
}
.section2 .right img{
	width: 100%;
}
.section2 .swiper-button-next,.section2 .swiper-button-prev{
	background: url(../images/sec2_np.png) no-repeat;
	height: 38px;
	width: 48px;	
	left: 103px;
	top: auto;
	transition: .3s;
}
.section2 .swiper-button-next:hover,.section2 .swiper-button-prev:hover{
	background: url(../images/sec2_np2.png) no-repeat;
}
.section2 .swiper-button-next{
	background-position: -87px 0 !important;
	bottom: 20px;
}
.section2 .swiper-button-prev{
	bottom: 58px;
}


.section2 .bot{
	margin-top: 60px;
	text-align: center;
}
.section2 .bot .info{
	display: inline-block;
}
.section2 .bot .desc{
	float: left;	
	text-align:left;
}
.section2 .bot .icon{
	display: block;
	height: 67px;
	width: 67px;
	float: left;
	background: url(../images/sec2_icon2.png) no-repeat;
	margin-right: 15px;
}
.section2 .bot .icon2{background-position: -125px 0 !important;}
.section2 .bot .icon3{background-position: -250px 0 !important;}
.section2 .bot .icon4{background-position: -375px 0 !important;}
.section2 .bot .icon5{background-position: -499px 0 !important;}
.section2 .bot ul li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	background: url(../images/sec2_bg2.png) no-repeat;
	background-size: 100%;	
	padding: 19px 0;
}
.section2 .bot ul li:last-child{
	margin-right: 0;
}
.section2 .bot ul li span{
	font-size: 36px;
	font-family: Helvetica;
	color: #FFFFFF;
}
.section2 .bot ul li sub{
	position: relative;
	top: -3px;
	font-size: 14px;
	color: #FFFFFF;
}
.section2 .bot ul li p{
	font-size: 14px;
	color: #FFFFFF;
}
/*section2 end*/



/*section3 start*/
.section3{
	position: relative;
}
.section3 .sec3_title{
	position: absolute;
	z-index: 11;
	top: 65px;
	color: #fff;
}
.section3 .sec3_title h1{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 400;
}
.section3 .sec3_title p{
	margin-top: 8px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.section3 .bt_lb{
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
}
.section3 .bt_lb .tit_lb{
	float: left;
	height: 100%;
	width: 30%;
	position: relative;
	background: #009B4C;
	z-index: 11;
}
.tit_lb .tit_box{
	width: 400px;
	height: 120px;
	margin-top: 40px;
	float: right;
	position: relative;
}
.swiper-container_tit_lb{
	overflow: hidden;
	height: 120px;
	box-sizing: border-box;
}
.swiper-container_tit_lb span{
	font-size: 14px;
	color: #93DFB8;	
	position: relative;
	padding-left: 25px;
	transition: .3s;
	overflow: hidden;
	height: 24px;
}
.tit_lb .swiper-button-next,.tit_lb .swiper-button-prev{
	background: url(../images/sec3_np.png) no-repeat;
	height: 20px;
	width: 20px;
	top: auto;
	left: 25px;
	bottom: auto;
	right: auto;
}
.tit_lb .swiper-button-next{	
	background-position: 3px -18px;
	bottom: -20px;
}
.tit_lb .swiper-button-prev{	
	background-position: 3px 5px;
	top: 0;
}
.tit_lb .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: all;
}
.tit_lb .swiper-slide{
	
}
.tit_lb .swiper-slide span:after{
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/grass.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 2px;
	opacity: 0;
	transition: .3s;
}
.tit_lb .swiper-slide-active span:after{
	opacity: 1;
}
.tit_lb .swiper-slide-active span{
	color: #fff;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	height: 24px;
}

.section3 .desc_lb .swiper-container_desc_lb,.section3 .desc_lb .swiper-wrapper,.section3 .desc_lb .swiper-slide{
	height: 100% !important;
}

.section3 .desc_lb .swiper-container_desc_lb{
	overflow: hidden;
	height: 140px !important;
	margin: 30px 0 0 100px;
}
.section3 .bt_lb .desc_lb{
	background: rgba(0,0,0,.5);
	height: 100%;
	position: relative;
	z-index: 111;
}
.section3 .bt_lb .desc_lb .swiper-slide{
	text-align: left !important;
	justify-content:left !important;
}
.section3 .desc_lb .desc{
	width: 1000px;
	box-sizing: border-box;
	color: #fff;
}
.section3 .desc_lb .desc a{
	color: #fff;
}
.section3 .desc_lb p{
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.section3 .desc_lb p span{
	display: inline-block;
	padding: 0 30px;
	height: 0;
}
.section3 .desc_lb span{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0.8;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	height: 40px;
}
.section3 .desc_lb i{
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	margin-top: 30px;
	display: block;
	transition: .3s;
}
.section3 .desc_lb i:hover{
	color: #009B4C;
	opacity: 1;
}




.section3 .bt_lb .tit_lb .swiper-slide{
	justify-content:left;
}
.section3 .bt_lb .desc_lb{
	float: left;
	width: 70%;
}

.section3 .swiper-container_big_lb {
    width: 100%;
    height: 870px;
	position: relative;
}
.section3 .swiper-container_big_lb:after{
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
.section3 .swiper-slide {
	overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.big_lb img{
	width: 1920px;
}

/*section3 end*/





/*section4 start*/
.section4{
	background: url(../images/sec4_bg.jpg) no-repeat;
	background-size: cover !important;
}
.sec4_bg{
	background: url(../images/sec4_bg.jpg) 50% 0 no-repeat fixed #f7f7f7;
	background-size: cover;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;	
	height: 100%;
}
.section4{
	position: relative;
	overflow: hidden;
	padding: 75px 0;
}
.section4 .container{
	position: relative;
	z-index: 10;
}
.sec4_title{
	margin-bottom: 45px;
}
.sec4_title p{
	font-size: 36px;
	color: #222222;
	margin-bottom: 8px;
}
.sec4_title p span{
	color: #009B4C;	
	font-size: 36px;
}
.sec4_title span{
	font-size: 16px;
	color: #888888;
}

.section4 .left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 50px;
}
.section4 .left .img_box{
	position: relative;
}
.section4 .left .img{
	overflow: hidden;
}
.section4 .left .img img{
	width: 100%;
	transition: .8s;
}
.section4 .left .date{
	display: block;
	position: absolute;
	background: #009B4C;
	z-index: 112;
	color: #fff;
	text-align: center;
	padding: 14px 40px;
	bottom: 20px;
	left: -40px;
}
.section4 .left .date p{
	font-size: 32px;
	line-height: 30px;
	font-family: Helvetica;
	font-weight: bold;
}
.section4 .left .date span{
	font-size: 16px;
}
.section4 .left .desc h2{
	font-size: 24px;
	color: #222222;
	font-weight: normal;
	margin: 30px 0 14px 0;
	transition: .3s;
}
.section4 .left .desc p{
	font-size: 14px;
	color: #888888;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	display: block;
	margin-bottom: 14px;
}
.section4 .left .desc span{
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}
.section4 .left:hover img{
	transform: scale(1.1);
}
.section4 .left:hover h2{
	color: #009B4C;
}


.section4 .right .date{
	text-align: center;
	display: inline-block
}
.section4 .right .date p{
	font-size: 28px;
    line-height: 30px;
    font-family: Helvetica;
    font-weight: bold;
}
.section4 .right .date span{
	font-size: 16px;
}
.section4 .right{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
}
.section4 .right .news_item{
	box-sizing: border-box;
	padding: 10px 45px 30px 45px;
	position: relative;
	display: block;
	z-index: 112;
}
.section4 .right .news_item .date,.section4 .right .news_item .desc{
	position: relative;
	z-index: 112;
}
.section4 .right .news_item:after{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50vw;
	top: 0;
	left: 50vw;
	background: #009B4C;
	z-index: 111;
	transition: .5s;
}
.section4 .news_item .date .d{
	font-size: 41px;
	font-weight: bold;
	color: #009B4C;
	font-family: Arial;
	float: left;
	margin-right: 14px;
}
.section4 .news_item .date .m-y{
	float: left;
	margin-top: 5px;
}
.section4 .news_item .date .m-y p{
	font-size: 16px;
	font-family: Arial;
	color: #009B4C;
}
.section4 .news_item .date .m-y span{	
	font-size: 16px;
	font-family: Arial;
	color: #009B4C;
}
.section4 .news_item .desc h2{
	font-size: 24px;
	color: #222222;
	font-weight: normal;
	margin: 10px 0 14px 0;
	transition: .3s;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	height: 62px;
}
.section4 .news_item .desc p{
	font-size: 14px;
	color: #888888;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	display: block;
	margin-bottom: 14px;
	
}
.section4 .news_item .desc span{
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}
.section4 .right .news_item:hover::after{
	left: 0;
}
.section4 .right .news_item .d,.section4 .right .news_item p,.section4 .right .news_item span,.section4 .right .news_item h2{
	transition: .3s .15s;
}
.section4 .right .news_item:hover p,.section4 .right .news_item:hover span,.section4 .right .news_item:hover h2{
	color: #fff;
}
/*section4 end*/





/*footer start*/

.ft_bt{
	background: url(../images/footer_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center top;
}

.ft_bt .ft_info{
	float: left;
	width: 42%;
}
.ft_bt .ft_info .img{
	display: inline-block;
	padding: 30px 20px;
	float: left;
}
.ft_bt .ft_info .img img{
	width: 90px;
	margin-top: 17px;
}
.ft_bt .ft_info .desc{
	float: left;
	box-sizing: border-box;
	padding: 50px 20px 0 50px;
	width: calc(100% - 162px);
}
.ft_bt .ft_info span{
	font-size: 14px;
	color: #FFFFFF;
}
.ft_bt .ft_info p{
	font-size: 28px;
	color: #FFFFFF;
	margin: 5px 0;
	font-family: Arial;
}

.ft_bt .ft_nav{
	float: left;
	width: 40%;
	display: block;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
	padding: 55px 100px 12px 100px;
}
.ft_bt .ft_nav ul li{
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
	text-align: center;
}
.ft_bt .ft_nav ul li a{
	font-size: 16px;
	color: #FFFFFF;
}
.ft_bt .ft_more{
	float: left;
	width: 18%;
	text-align: right;
}
.ft_bt .ft_more ul{
	display: inline-block;
	margin-right: 20px;
}
.ft_bt .ft_more ul li{
	float: left;
}
.ft_bt .ft_more .icon{
	float: left;
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/ft_icon.png) no-repeat rgba(255,255,255,.2);
	border-radius: 100%;
	margin: 0 10px;
	margin-top: 95px;
	transition: .3s;
}
.ft_bt .ft_more .icon1{background-position: 8px 8px !important;}
.ft_bt .ft_more .icon2{background-position: -65px 8px !important;}
.ft_bt .ft_more .icon3{background-position: -136px 8px !important;}

.ft_bt .ft_more .icon:hover{
	background: url(../images/ft_icon.png) no-repeat #009B4C;
}


.ft_bt .footer2{
	border-top: 1px solid rgba(255,255,255,.2);
	height: 66px;
	line-height: 65px;
}
.ft_bt .footer2 .left{
	width: 80%;
	float: left;
}
.ft_bt .footer2 .right{
	width: 20%;
	float: right;
	text-align: right;
}
.ft_bt .footer2 span,.ft_bt .footer2 a{
	color: #fff;
	font-size: 14px;
}
.ft_bt a{
	transition: .3s;
}
.ft_bt a:hover{
	color: #acce22 !important;
}
/*footer end*/


#lbtnSubmit{
	background: #009c4d;
	border: none;
	margin-right: 4.44444%;
	color: #fff;
}
#content{
	resize: none;
	padding: 15px 10px 5px 15px;
	font-family: "microsoft yahei";
}











@media screen and (max-width:1600px) {
	.subnav a{
		font-size: 12px;
	}
	.container{
		width: 1180px;
	}
	.header .nav ul>li{
		width: 95px;
	}
	.section2 .right{
		padding-left: 50px;
		padding-right: 20px;
	}
	.section2 .right:after{
		right: 0;
	}
	.section2 .bot ul li{
		padding: 8px 0;
	}
	.section2 .swiper-button-next, .section2 .swiper-button-prev{
		left: 3px;
	}
	.tit_lb .tit_box{
		width: 350px;
	}
	.section3 .desc_lb .desc{
		width: 820px;
		padding: 10px 0 0 40px;
	}
	.section4 .news_item .desc h2{
		margin-top: 0;
	}
	.section4 .right .news_item{
		padding-bottom: 20px;
	}
	.ft_bt .ft_info{
		width: 45%;
	}
	.ft_bt .ft_nav{
		width: 37%;
		padding: 55px 70px 12px 70px;
	}
	.ft_bt .ft_info .desc{
		padding: 50px 10px 0 15px;
	}
}

.swiper-button-prev:after,.swiper-button-next:after{
	display: none;
}
.swiper-button-next, .swiper-button-prev{
	outline: none;
}





@keyframes mouse{
	0%{bottom: 60px;}
	50%{bottom: 40px;}
	100%{bottom: 60px;}
}
@keyframes zifadeInUp{0%{transform:translateY(80px);opacity: 0;}100%{transform:translateY(0px);opacity: 1;}}
@keyframes zifadeOutUp{0%{transform:translateY(0);opacity: 1;}100%{transform:translateY(-80px);opacity: 0;}}

.crumbs {
    background: #f2f2f2;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #F0F0F0;
    color: #8D8D8D;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.crumbs a {
    color: #8D8D8D;
}
a {
    text-decoration: none;
    color: #404040;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    transition: all .6s ease;
    cursor: pointer;
}

/*二级about*/
.erjimenu {
	overflow: hidden;
}
.erjimenu ul {
	width: 100%;
}
.erjimenu ul li {
	float: left;
}
.erjimenu ul li a {
	color: #696969;
	width: 100%;
	text-align: center;
	height: 86px;
	line-height: 86px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.erjimenu ul li.on a, .erjimenu ul li a:hover {
	color: #fff;
	background: #009c4d;
}
.menuthree {
	overflow: hidden;
	padding: 0px 200px;
}
.menuthree ul li {
	float: left;
	width: 33.3%;
}
.menufour {
	overflow: hidden;
	padding: 0px 200px;
}
.menufour ul li {
	float: left;
	width: 25%;
}
.menufive {
	overflow: hidden;
	padding: 0px 200px;
}
.menufive ul li {
	float: left;
	width: 20%;
}
.menusix {
	overflow: hidden;
	padding: 0px 100px;
}
.menusix ul li {
	float: left;
	width: 16.66%;
}
.menuseven {
	overflow: hidden;
	background: #fff;
}
.menuseven ul li {
	float: left;
	width: 14.28%;
}

.menueight {
	overflow: hidden;
	padding: 0px 80px;
}
.menueight ul li {
	float: left;
	width: 12.5%;
}
.ny_title {
	text-align: center;
	clear: both;
	padding: 6vh 0px 4vh 0;
	overflow:hidden;
	position:relative;
}
.ny_title01 {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	height: 80px;
	line-height: 80px;
	clear:both;
}
.ny_title02 {
	width: 23px;
	height: 2px;
	background: #000;
	margin: 0 auto;
	clear:both;
}
.ny_title03 {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #000;
	text-transform : uppercase;
	clear:both;
}
.sy_title {
	text-align: center;
	clear: both;
	padding: 80px 0px 50px 0px;
}
.sy_title01 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	height: 50px;
	line-height: 50px;
}
.sy_title02 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #4c4c4c;
	text-transform : uppercase
}
.sy_buju_l {
	width: 50%;
	position: relative;
	height: 55vh;
	margin-left: 5%;
	overflow: hidden;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.sy_buju_l .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sy_buju_l:hover .img {
	transform: scale(1.1, 1.1);
}
.sy_buju_r {
	width: 45%;
	float: right;
}
.sybjh {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	z-index: 9;
	width: 60%;
	padding: 90px 20px 40px 30px;
}
.sybjh_title {
	color: #352b8b;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
}
.sybjh_jj {
	padding-top: 10px;
	clear: both;
	padding-bottom: 2px;
}
.sybjh_btn {
	float: right;
	position: relative;
	margin-top: -69px;
}
.sybjh_btn a {
	display: block;
	background: url(../images/morea.jpg) no-repeat 16px 25px;
	width: 85px;
	height: 40px;
}
.sybjh_btn a:hover {
	background: url(../images/morea.jpg) no-repeat 46px 25px;
}
.buju_menu {
	width: 100%;
	background: #dee4fc;
	overflow: hidden;
	height: 28vh;
}
.buju_menu li {
	width: 33.3%;
	text-align: center;
	float: left;
}
.buju_menu li a {
	color: #302d9e;
	width: 100%;
	text-align: center;
	height: 28vh;
	line-height: 36vh;
	background: url(../images/swkja.png) no-repeat center 40%;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.buju_menu li a.zbyjy {
	background: url(../images/zbyjya.png) no-repeat center 40%;
}
.buju_menu li a.dzsw {
	background: url(../images/dzswa.png) no-repeat center 40%;
}
.buju_menu li a:hover {
	color: #fff;
	background: url(../images/swkj.png) #2e318b no-repeat center 40%;
}
.buju_menu li a.zbyjy:hover {
	color: #fff;
	background: url(../images/zbyjy.png) #2e318b no-repeat center 40%;
}
.buju_menu li a.dzsw:hover {
	color: #fff;
	background: url(../images/dzsw.png) #2e318b no-repeat center 40%;
}
.tt01_l {
	width: 50%;
	float: left;
	height: 27vh;
	overflow: hidden;
}
.tt01_l .img {
	width: 100%;
	height: 100%;
	transition: all .6s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tt01_l:hover .img {
	transform: scale(1.1, 1.1);
}
.tt01_r {
	width: 50%;
	float: left;
	position: relative;
	padding: 10px 1vw;
	box-sizing: border-box;
}

.pd-left__area img{
	max-width: 100%;
}

.pdl-inner p>img{
	margin: 0 auto;
}

