@charset "utf-8";
body{ font-family:Helvetica,"SourceHanSansCN-Normal","SourceHanSansCN"; margin:0; padding:0; color: #333;}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,dt{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none; outline: none;}
:focus{ outline: none;}
img{ border: none; outline: none; max-width:100%; height:auto;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

/*scroll*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#04caa4;}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#666;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#666;}
::-webkit-scrollbar-thumb:vertical:active {background-color:#666;}

/* 首页 */
.headerbox{
	width: 100%;
	height: 96px;
	position:relative;
	background:#fff;
	border-bottom:1px solid #f1f1f2;
	transition:all .5s;
	-webkit-transition: all .5s;
	-moz--transition:all .5s;
	-o-transition: all .5s;
}

.headerbox.position{

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	/* box-shadow: 0 0 10px rgba(4,202,164,.1); */
}
.headerbox .header{
	padding:0 5.2%;
	position: relative;
}
.headerbox .header::before{
	content:" ";
	width:100%;
	height:6px;
	background: url(../images/headtopbg.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.header-right{
	position:relative;
	float: right;
}
.headerbox a.logo{
	float: left;
	margin-top: 21px;
}
.headerbox a.logo img{
	height: 60px;
	width: auto;
}
.headerbox .navbox{
	float: right;
}
.navbox li{
	float: left;
	height:96px;
	position: relative;
	margin:0 14px;
}
.navbox li>a{
	display: block;
	font-size: 17px;
	color: #142147;
	line-height:102px;
	height:96px;
	padding: 0 4px;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.navbox li .subnav{
	width: 100%;
	top: 96px;
	left: 0;
	transition: top 0.36s;
	display: none;
	position: absolute;
	z-index: 5;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navbox li .subnav::after {
	content: '';
	position: fixed;
	top: 96px;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f7f7f7 !important;
	height: 60px;
	z-index: -1;
}

.navbox li .subnav .sub{
	display: inline-block;
	width: 100vw;
}
.navbox li.act .subnav .sub{
	margin-left: -180px;
}
.navbox li.act1 .subnav .sub{
	margin-left: -164px;
}
.navbox li .subnav .subchild {
	float: left;
	margin: 15px 20px 15px 6px;
}

.navbox li .subnav a{
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	transition: all 0.36s;
}
.navbox li .subnav a:hover{
	color: #1a6dab;
}

.navbox li>a::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	border-radius: 3px;
	background: url(../images/solidbg.png) no-repeat center center;
	background-size: cover;
	opacity: 0;
	transition: all 0.36s;
	z-index: 10;
}

.navbox li>a::after {
	border-color: #1a6dab;
}
.navbox li>a.hover::before {
	transform: none;
}
.navbox li>a.hover::after {
	/* transform: none; */
}
.navbox li:hover>a{
	color: #1a6dab;
	/* border-bottom:2px solid #0e2178; */
}

.navbox li:hover>a::after{
	width: 100%;
	opacity: 1;
	/* transform: none; */
}
.navbox li.current>a{

	/* border-bottom:4px solid #04caa4; */
}
.navbox li.current>a{
	color: #1a6dab;
}


.header-right .searchbox{
	float:right;
	margin-left: 16px;
}
.header-right .searchimg{
	height:96px;
	background-image:url(../images/search.png);
	background-size:19px auto;
}

.searchimg{
	display: block;
	width: 25px;
	height: 96px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-image:url(../images/search.png);
	background-position:center center;
	background-size:19px auto;
}

form.search_news {
	opacity: 0;
	display: none;
	/* width: 300px; */
	background: #fff;
	height: 40px;
	border: 1px solid rgb(160, 160, 162);
	margin-right: 30px;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	top: 96px;
	z-index: 6;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
img.closebtn {
	display: none;
	width: 20px;
	height: 20px;
	margin-top: 40px;
	cursor: pointer;
}
form.search_news input.search_text{
	width: 258px;
	float: left;
	height: 40px;
	font-size: 14px;
	color: #444;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form.search_news input.button{
	width: 40px;
	height: 38px;
	background: url(../images/search.png) no-repeat center center #fff;
	border-radius:0 4px 4px 0;
	background-size: 19px auto;
}

.indexbanner{
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #f1f1f2;
}
.wrapbanner{
	position: relative;
	background: #fff;
	z-index: 4;
}
.bannerbox{
	z-index: 1;
	position: relative;
}
.bannerbox .slick-slide{
	transition: opacity 2000ms ease 0s !important;
}
.bannerbox a{
	display: block;
	position: relative; 
	overflow: hidden;
}
.bannerbox .slick-img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(480% / 19.2);
	background: center right no-repeat;
	background-size: cover;
	/* animation: NewBannerAni 12s linear infinite; */
}
.bannerbox.banner1012 .slick-img{
	padding-bottom: 0;
	height: 300px;
}
.bannerbox .slick-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: 1000%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
/* @keyframes NewBannerAni {
	0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
} */
.bannerbox .slick-current .slick-img{
	animation: NewBannerAni2 2s linear;
}
@keyframes NewBannerAni2{
    0% { filter: blur(10px);}
    100% {  filter: blur(0px); }
}

.bannerbox .text_box{
	position: absolute;
	z-index: 5;
}
.bannerbox .text_box .title-banner{
	/* font-weight: bold; */
	color: #141f48;
	/* text-shadow: 1.5px 2.5px rgba(0, 0, 0, .8); */
	font-size: 3.75vw;
	position: relative;
}
.bannerbox .text_box .vice_title{
	color: #fff;
	text-shadow: 1.5px 2.5px rgba(0, 0, 0, .8);
	font-size: 1.45vw;
	position: relative;
}


.bannerbox .pos1 .text_box{left: 10.4%;bottom: 50%; width: 29.3%;}
.bannerbox .pos2 .text_box{left:10.4%;bottom: 50%; width:42.96875%;}
.bannerbox .pos3 .text_box{left: 10.4%;bottom: 50%; width:34.27%;}
.bannerbox .pos4 .text_box{left: 10.4%;bottom: 50%; width:29.4%}
.bannerbox .pos5 .text_box{left: 12.23%;bottom: 17%;}

.bannerbox.banner1012 .pos1 .text_box{bottom:40%;right:10.4%; width:28.78%;}
.bannerbox.banner1012 .pos2 .text_box{right:10.4%;bottom:42%;left:auto;width:28.2%; }
.bannerbox.banner1012 .pos4 .text_box{right: 10.4%;bottom:42%;left:auto; width: 18.6%;}
.bannerbox.banner1012 .pos3 .text_box{right: 10.4%;bottom:42%;left:auto; width:21.875%;}



.bannerbox .slick-current .title-banner,.bannerbox .slick-current .vice_title{animation: banner_title1 1.6s ease-out}
.bannerbox .slick-current .ani2 .title-banner,.bannerbox .slick-current .ani2 .vice_title{animation: banner_title2 1.6s ease-out}
.bannerbox .slick-current .ani3 .title-banner,.bannerbox .slick-current .ani3 .vice_title{animation: banner_title3 1.6s ease-out}
.bannerbox .slick-current .ani4 .title-banner,.bannerbox .slick-current .ani4 .vice_title{animation: banner_title4 1.6s ease-out}
.bannerbox .slick-current .ani5 .title-banner,.bannerbox .slick-current .ani5 .vice_title{animation: banner_title5 1.6s ease-out}
@keyframes banner_title1{
	0% {top: 20vh;opacity: .5;}
	100% {top: 0;opacity: 1;}
}
@keyframes banner_title2{
	0% {left: 20vw;opacity: .5;}
	100% {left: 0;opacity: 1;}
}
@keyframes banner_title3{
	0% {top: -20vh;opacity: .5;}
	100% {top: 0;opacity: 1;}
}
@keyframes banner_title4{
	0% {left: -20vw;opacity: .5;}
	100% {left: 0;opacity: 1;}
}
@keyframes banner_title5{
	0% {opacity: .5;}
	100% {opacity: 1;}
}

/* .bannerbox a::after{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 280px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;background: -webkit-linear-gradient(top, rgba(0,0,0,.8) , rgba(0,0,0,0));background: -o-linear-gradient(bottom, rgba(0,0,0,.8) , rgba(0,0,0,0));background: -moz-linear-gradient(bottom, rgba(0,0,0,.8) , rgba(0,0,0,0));background: linear-gradient(to bottom, rgba(0,0,0,.8) , rgba(0,0,0,0));z-index: 3;} */
.bannerbox a::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width:100%;
	height: 100%;
	background:url(../images/bg-cover1.png) no-repeat left top;
	background-size: contain;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: 3;
}
.bannerbox.banner1012 a::after{
	background:none;
}
.bannerbox .slick-dots{
	bottom: 25px;
}
.bannerbox .slick-dots li{width: 3px;height: 20px;padding: 0 7px;vertical-align: bottom;
	transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;position: relative;margin: 0;}
.bannerbox .slick-dots li::before{content: '';display: block;width: 3px;height: 20px;background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.4);transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;
}
.bannerbox .slick-dots li button{display: none;}
.bannerbox .slick-dots li.slick-active{height: 38px;}
.bannerbox .slick-dots li.slick-active::before{background: #518a3d;height: 38px;}

.bannerbox .slick-arrow{
	border: 0;
	width: 128px;
	height: 128px;
	font-size: 0;
	outline: none;
	border-radius: 50%;
}
.bannerbox .slick-arrow::after{
	display: none;
}
.bannerbox .slick-prev{
	left: -62px;
	background:72px center no-repeat #518a3d;
	background-image: url(../images/banner-arrow-l.png);
}
.bannerbox .slick-next{
	right: -62px;
	background:36px center no-repeat #518a3d;
	background-image: url(../images/banner-arrow-r.png);
}

.bannerbox.banner1012 .slick-next,.bannerbox.banner1012 .slick-prev{
	display: none !important;
}


.index-news{
	padding: 66px 0 0;
}
.index-title a{
	font-size: 32px;
	color: #333;
}
.index-title a:hover{
	color: #1a6dab;
}
.index-newsbox{
	margin-top:50px;
}
.index-news-left{
	float: left;
	width: 47.4%;
	position: relative;
}
.index-news-left .swiper-slide a{
	display: block;
	overflow: hidden;
}
.index-news-left .swiper-slide .imgbox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-news-left .swiper-slide .imgbox img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.index-news-left .swiper-slide .index-newstitle{
	padding: 26px 80px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #2f2f2f;
}
.index-news-left .swiper-slide:hover .index-newstitle{
	color: #1a6dab;
}
.index-news-left .swiper-slide:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.index-news-left .swiper-pagination{
	display: none;
}
.index-news-left .swiper-button-next{
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	margin-top: 0;
	width: 33px;
	height: 33px;
	border-radius: 50px;
	border: 1px solid #666;
	background: url(../images/news-arrow.png) no-repeat center center;
}
.index-news-left .swiper-button-next::after{
	display: none;
}
.index-news-left .swiper-button-next:hover{
	border: 1px solid #1a6dab;
	background: url(../images/news-arrow-white.png) no-repeat center center #1a6dab;
}

.index-news-right{
	float: right;
	width: 47.33%;
}
.index-news-right ul{

}
.index-news-right ul li{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.index-news-right ul li a{
	float: left;
	width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2f2f2f;
	font-size:16px;
}
.index-news-right ul li span{
	float: right;
	color: #999;
	font-size:16px;
}
.index-news-right ul li:hover a{
	color: #1a6dab;
}

.index-main{
	height: 374px;
}
.news-left{
	float: right;
	width: 30.8%;
	/* margin-top: -1px; */
}
.news-left .index-title a{
	font-size: 20px;
	color:#fff;
}
.news-left .index-title{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}
.block_center{
	/* margin-top: 14px; */
	position: relative;
}


.blockbox{
	position:absolute;
	left: 10px;
	bottom: 2px;
	/* width: 100%; */
	z-index:1;
	text-align: left;
}
.blockbox li{
	width: 23.4375%;
	text-align: center;
	float: left;
	margin-bottom:6px;
	margin-right: 6px;
	padding: 2px 0;
	background: rgba(44, 136, 191,.6);
	/* color: rgb(81, 138, 61); */
}
.blockbox li.active{
	background: rgba(81, 138, 61,1);
}
.blockbox li i{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.blockbox li.index0 i{
	background-image: url(../images/icon-index1.png);
}
.blockbox li.index1 i{
	background-image: url(../images/icon-index2.png);
}
.blockbox li.index2 i{
	background-image: url(../images/icon-index3.png);
}
.blockbox li.index3 i{
	background-image: url(../images/icon-index4.png);
}
.blockbox li.index4 i{
	background-image: url(../images/icon-index5.png);
}
.blockbox li.index5 i{
	background-image: url(../images/icon-index6.png);
}

.blockbox li .block_title{
	color: #fff;
	font-size: 16px;
	margin-top: -4px;
}

.news-right{
	/* float: left; */
	/* width: 68.16%; */
}
.index-news-swiper{
	float: left;
	width: 43.9%;
	/* margin-top: 5px; */
	position: relative;
}
.index-news-swiper .swiper-slide a{
	display: block;
	overflow: hidden;
}
.index-news-swiper .swiper-slide .imgbox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-news-swiper .swiper-slide .imgbox img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}
.index-news-swiper .swiper-slide .index-newstitle{
	background: #f4f7f9;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #2f2f2f;
	padding:0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news-swiper .swiper-button-next,.index-news-swiper .swiper-button-prev{
	background: rgba(255,255,255,.7);
}
.index-news-swiper .swiper-button-next,.index-news-swiper .swiper-button-prev{
	width: 22px;
	height: 42px;
	margin-top: -50px;
	
}
.index-news-swiper .swiper-button-next{
	right:0;
	border-radius: 3px 0 0 3px;
}
.index-news-swiper .swiper-button-prev{
	left:0;	
	border-radius:0 3px 3px 0;
}
.index-news-swiper .swiper-button-next:hover,.index-news-swiper .swiper-button-prev:hover{
	background: #508a3c;
}
.index-news-swiper .swiper-button-prev::after,.index-news-swiper .swiper-container-rtl .swiper-button-next::after{
	font-size: 16x;
	color: #508a3c;
}
.index-news-swiper .swiper-button-next::after,.index-news-swiper .swiper-button-prev::after{
	font-size: 16px;
	color: #508a3c;
}
.index-news-swiper .swiper-button-next:hover::after,.index-news-swiper .swiper-button-prev:hover::after{
	color: #fff;
}

.index-news-swiper .swiper-slide:hover .index-newstitle{
	color: #1a6dab;
}

.index-news-swiper .swiper-slide:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.index-news-boxlist{
	float: right;
	width:54%;
}
.boxnav{
	width:100%;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.index_more{
	display: none;
}
.boxnav a{ 
	display: inline-block; 
	position: relative;
	padding: 0 8px; 
	cursor: pointer; 
	margin-right: 14px; 
	color: #333; 
	font-size: 20px;
	padding-bottom: 14px;
}
.boxnav a.active{
	color: #2c88bf;   
}
.boxnav a::after{
	display: inline-block;
	content: " ";
	width: 0;
	height: 2px;
	background: #2c88bf;
	transition: all .5s;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}
.boxnav a.active::after{
	width: 100%;
}

.box{
	padding-top: 8px;
}
.box ul li{
	border-bottom: 1px solid #f2f2f2;
	/* line-height: 43px; */
	line-height:45px;
	overflow: hidden;
}
.box ul li a{
	float: left;
	width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2f2f2f;
	font-size:16px;
}
.box ul li span{
	float: right;
	color: #999;
	font-size:16px;
}
.box ul li:hover a{
	color: #1a6dab;
}

.index-newsbusiness{
	/* padding-top:60px; */
	padding-bottom: 35px;
}
.index-newsbusiness .index-title{
	text-align: center;
}
.index-newsbusiness ul{
	padding-top: 55px;
}
.index-newsbusiness ul li{
	float:left;
	width:16%;
	margin-right:.8%;
	position:relative;
}
.index-newsbusiness ul li .index-newsbusimg{
	overflow:hidden;
}
.index-newsbusiness ul li img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.index-newsbusiness ul li a{
	display:block;
}
.index-newsbusiness ul li .index-newsbustitle{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:15px;
	background:linear-gradient(to top, rgba(26,109,171,.1) 0%, rgba(26,109,171,.7) 100%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.index-newsbusiness ul li i{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.index-newsbusiness ul li.index0 i{
	background-image: url(../images/icon-index1.png);
}
.index-newsbusiness ul li.index1 i{
	background-image: url(../images/icon-index2.png);
}
.index-newsbusiness ul li.index2 i{
	background-image: url(../images/icon-index3.png);
}
.index-newsbusiness ul li.index3 i{
	background-image: url(../images/icon-index4.png);
}
.index-newsbusiness ul li.index4 i{
	background-image: url(../images/icon-index5.png);
}
.index-newsbusiness ul li.index5 i{
	background-image: url(../images/icon-index6.png);
}
.index-newsbusiness ul li h2{
	font-size:18px;
	color:#fff;
	margin-top: 5px;
}
.index-newsbusiness ul li:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/* 首页10.19 */
.introducebox {
	margin-top: 35px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.introduce:nth-child(even) {
  /* background: #f9f9f9; */
}
.introduce:nth-child(odd) {
  background: #f4f7f9;
}
.introduce{
	width:14.6%;
  display: flex;
  height: 88px;
  transition: all 0.7s;
	align-items: center;
  justify-content: center;
 
}
.introduce a{
	/* display: block; */
	display: flex;
	align-items: center;
  justify-content: center;

}
.active1 {
  width:27% !important;
  background: #2c88bf !important;
}
.active1 .introduceimg {
  display: block;
}
.active1 .introducetitle {
  color: #fff;
}
.active1 .introducetext {
  color: #fff;
}

.producticon {
  width: 58px;
  /* height: 68px; */
  margin-right: 21px;
}
.introduceimg {
  display: none;
}
.introducetitle {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.introduceinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introducebox:hover {
  cursor: pointer;
}


.index-about{
	padding: 60px 0 0;
	background: url(../images/index-bg.jpg) no-repeat center bottom #f5f8fa;
}
.index-aboutbox{
	position: relative;
	padding-top: 40px;
}
.index-about-left{
	float: left;
	width: 53.33%;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding-bottom: 165px;
	background: url(../images/index-bg1.png) no-repeat left bottom;
}
.index-about-right{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34.83%;
}

.index_djbox{
	width: 100%;
	/* padding-top: 60px; */
	background: url(../images/bg-dj.jpg) no-repeat center bottom;
	padding-bottom: 55px;
}
.index_djbox .index-title{
	text-align: center;
}
.index_djbox .dj_main{
	clear: both;
	padding-top: 56px;
	overflow: hidden;
}
.dj_main .dj_left{
	float: left;
	width: 34.8%;
}
.dj_left .dj_swiper{
	overflow: hidden;
	border-radius: 10px;
}
.dj_swiper .swiper-slide a{
	display: block;
	overflow: hidden;
	position: relative;
	/* height: 155px; */
	border-radius: 10px;
}
.dj_swiper .swiper-slide img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.36,.01,.29,.99);
	transition: -webkit-transform 1s cubic-bezier(.36,.01,.29,.99);
	-o-transition: transform 1s cubic-bezier(.36,.01,.29,.99);
	transition: transform 1s cubic-bezier(.36,.01,.29,.99);
	transition: transform 1s cubic-bezier(.36,.01,.29,.99),-webkit-transform 1s cubic-bezier(.36,.01,.29,.99);
	will-change: transform;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.dj_swiper .swiper-slide.swiper-slide-active img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.dj_swiper .swiper-pagination{
	display: none;
}
.dj_swiper .swiper-button-next,.dj_swiper .swiper-button-prev{
	width: 30px;
	height: 42px;
	margin-top: -21px;
	background-size: 30px 42px;
	background: rgba(0, 0, 0, .8);
}
.dj_swiper .swiper-button-prev{
	left: 0;
}
.dj_swiper .swiper-button-next{
	right: 0;
}

.dj_swiper .swiper-button-next:hover,.dj_swiper .swiper-button-prev:hover{
	background: #508a3c;
}
.dj_swiper .swiper-button-prev::after,.dj_swiper .swiper-container-rtl .swiper-button-next::after{
	font-size: 16px;
	color: #fff;
}
.dj_swiper .swiper-button-next::after,.dj_swiper .swiper-button-prev::after{
	font-size: 16px;
	color: #fff;
}
.dj_swiper .swiper-button-next:hover::after,.dj_swiper .swiper-button-prev:hover::after{
	/* color: #fff; */
}


.dj_left ul{
	margin-top: 16px;
}
.dj_left ul li{
	line-height: 45px;
	padding-left: 25px;
	position: relative;
	border-bottom: 1px solid #ededed;
}
.dj_left ul li a{
	display: block;
	font-size: 16px;
	color: #2f2f2f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dj_left ul li::before{
	content:" ";
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 4px;
	top: 20px;
	border-radius: 50%;
	background: #1a6dab;
}
.dj_left ul li:hover a{
	color: #1a6dab;
}
.dj_main .dj_right{
	float: right;
	width: 63.2%;
}
.dj_right .djImg{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 6px;
}
.dj_right .djImg img{
	width: 100%;
	height: auto;
}
.dj_right #swiper-container4 .swiper-slide a{
	display: block;
	overflow: hidden;
}
.dj_right #swiper-container4 .swiper-slide .imgbox{
	width: 100%;
	overflow: hidden;
	height: 135px;
	position: relative;
}
.dj_right #swiper-container4 .swiper-slide img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
.dj_right #swiper-container4 .swiper-pagination{
	display: none;
}
#swiper-container4 .swiper-button-next,#swiper-container4 .swiper-button-prev{
	width: 30px;
	height: 42px;
	margin-top: -21px;
	background-size: 30px 42px;
	background-color: rgba(0, 0, 0, .6);
}
#swiper-container4 .swiper-button-prev{
	left: 0;
}
#swiper-container4 .swiper-button-next{
	right: 0;
}

#swiper-container4 .swiper-button-next:hover,#swiper-container4 .swiper-button-prev:hover{
	background: #508a3c;
}
#swiper-container4 .swiper-button-prev::after,#swiper-container4 .swiper-container-rtl .swiper-button-next::after{
	font-size: 16px;
	color: #fff;
}
#swiper-container4 .swiper-button-next::after,#swiper-container4 .swiper-button-prev::after{
	font-size: 16px;
	color: #fff;
}
#swiper-container4 .swiper-button-next:hover::after,#swiper-container4 .swiper-button-prev:hover::after{
	/* color: #fff; */
}

.dj_right #swiper-container4 .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.dj_swiper .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



.index-business{
	width: 100%;
	height: auto;
	position: relative;
}
.index-business .imgbox{
	position: relative;
}

.index-business .estate_img {
	display: block;
}

/* icon */
.i_menus {
	position: absolute;
	left: 50%;
	top:50%;
	z-index:5;
	transform: translate(-50%,-50%);
}

.gsdt_list {
	float: left;
	width: 70%;
}
.i_wrap {
	cursor: pointer;
}
.gsdt_list>a {
	display: inline-block;
	margin-right: 9%;
}
.index-business .index-title{
	float: right;
	margin-top: 20px;
}
.index-business .index-title a{
	color: #fff;
}
.gsdt_list_con p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.i_wrap i {
	display: block;
	width: 59px;
	height: 50px;
	margin-bottom: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.icon_01 {
	background-image: url(../images/icon-index1.png);
}
.curr .icon_01 {
	background-image: url(../images/icon-index1-r.png);
}
.icon_02 {
	background-image: url(../images/icon-index2.png)
}
.curr .icon_02 {
	background-image: url(../images/icon-index2-r.png);
}
.icon_03 {
	background-image: url(../images/icon-index3.png)

}
.curr .icon_03 {
	background-image: url(../images/icon-index3-r.png);
}
.icon_04 {
	background-image: url(../images/icon-index4.png);
}
.curr .icon_04 {
	background-image: url(../images/icon-index4-r.png);
}
.icon_05 {
	background-image: url(../images/icon-index5.png);
}
.curr .icon_05 {
	background-image: url(../images/icon-index5-r.png);
}
.icon_06 {
	background-image: url(../images/icon-index6.png);
}
.curr .icon_06 {
	background-image: url(../images/icon-index6-r.png);
}
.curr p {
	color: #518a3d !important
}
.gsdt_list a:last-child {
	margin-right: 0;
}
.index-business .index-title a:hover{
	color: #518a3d;
}


.index-project{
	padding-top:60px;
	overflow: hidden;
	padding-bottom: 65px;
}
.index-project .index-title{
	text-align: center;
	margin-bottom: 64px;
}
.index-project-box{
	/* width: 88.54%; */

	position: relative;
	
}

.he_syp3bp {
	width: 100%;
	position: relative;
	margin-top: 20px;
	cursor: inherit !important;
	overflow: inherit !important;
}

.he_syp3bpul {
	width: 100%;
	position: relative;
}

.he_syp3bpli {
	width: 21% !important;
	margin: 0 11px !important;
	border-radius: 14px;
	overflow: hidden;
}
.he_syp3bpbx {
	width: 100%;
	position: relative;
	display: block;
}
.he_syp3bpsig {
	width: 100%;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}
.he_syp3bpgig {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	opacity: 0;
	transition: all 0.36s;
}
.he_syp3bpgig p {
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
	height: 30px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.he_syp3bpsig::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
	z-index: 10;
	opacity: 0;
	transition: all 0.36s;
}
.he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.he_syp3bpli.swiper-slide-active {
	margin: 0;
}
.he_syp3bpli.swiper-slide-active .he_syp3bpbx {
	transform: scale(0.94);
}
.he_syp3bpli.swiper-slide-active .he_syp3bpsig::after {
	opacity: 1;
}
.he_syp3bpli.swiper-slide-active .he_syp3bpgig {
	opacity: 1;
}

.he_swep {
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	text-align: center;
}
.he_swepbx {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	margin: 0 12px;
	outline: none;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;

}
.he_sweple{
	background-image: url(../images/l-black.png);
}
.he_swepri{
	background-image: url(../images/r-black.png);
}
.he_swepbx:hover{
	background-color: #1a6dab;
	border: 1px solid #1a6dab;
}
.he_sweple:hover{
	background-image: url(../images/l-white.png);
}
.he_swepri:hover{
	background-image: url(../images/r-white.png);
}


.mc_b_s3 {
	height:180vh;
	overflow: hidden;
	margin-top:60px;
	margin-bottom: 100px;
}
.mc_bs3_videobox {
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mc_bs3_videowrap {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	max-width: none;
	overflow: hidden;
	display: none;
}
.he_yilou {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 9;
}

.mc_bs3_video {
	width: 100%;
	height: auto;
	max-width: none;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	min-height: 100vh;
}
.mc_bs3_svg {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: none;
	/* transition: all 0.36s; */
}
.mc_bs3_svg {
	width: 120%;
}
.he_syp4 .mc_bs3_videobox .mc_bs3_svg {
	opacity: 0;
}
.he_vsglkt {
	display: none;
}
.he_chonxin {
	position: relative;
	/* top: 50%; */
	/* left: 50%;
	transform: translateX(-50%);
	bottom: 20px; */
	/* z-index: 11; */
	display: none;
}
.he_chonxcl {
	width: 24px;
}
.fl {
	float: left;
}
.he_chonxte {
	width: calc(100% - 24px);
	padding-left: 5px;
}
.he_chonxcl img {
	width: 100%;
}
.he_chonxte p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.mc_bs3_title {
	/* transition: all 0.36s; */
	position: absolute;
	bottom:10%;
	left: 0;
	width: 100%;
	text-align: center;
}
.mc_bs3_videobox.act .mc_bs3_title {
	/* transform: translate(-50%, -50%) translateX(-100%); */
	opacity: 0;
}
.he_syp4 .mc_bs3_videobox .mc_bs3_title {
	opacity: 0;
}
.he_syp4 .mc_bs3_videobox.act .mc_bs3_title {
	opacity: 1;
}
.he_pult1 {
	font-size: 32px;
	line-height: 1.75;
	color: #333;
}
.he_syp4 .mc_bs3_videobox.act .he_syp2ti p {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}


.mc_bs3_videobox.end .he_yilou {
	opacity: 0;
}

.he_syp4 .mc_bs3_videobox.act .he_syp2hmo {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}

.mc_bs3_videobox.act .mc_bs3_title {
    /* transform: translate(-50%, -50%) translateX(-100%); */
    opacity: 0;
}

.mc_bs3_videobox.act .mc_bs3_videowrap::before {
    opacity: 0;
}

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
}

.mc_bs3_videobox.end .mc_bs3_svg {
    opacity: 0;
}

.he_syp4 .mc_bs3_videobox .mc_bs3_svg {
	opacity: 0;
}
.he_syp4 .mc_bs3_videobox .mc_bs3_title {
	opacity: 0;
}

.he_syp4 .mc_bs3_videobox.end .mc_bs3_svg {
	opacity: 1;
}
.he_syp4 .mc_bs3_videobox.act .mc_bs3_title {
	opacity: 1;
}

.footer{
	padding-top: 42px;
	position: relative;
	background: #4d4d4d;
	padding-bottom: 40px;
}
.footer::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(../images/footersolid.jpg) no-repeat center top;
	background-size: cover;
}
.footer .foot p{
	color: #fff;
	line-height: 24px;
	font-size: 16px;
}
.footer .foot p.foot-li{
	float: left;
}
.footer .foot p a{
	color: #fff;
}
.footer .foot p.foot-li a{
	display: inline-block;
	padding-right: 16px;
	height: 16px;
	line-height: 14px;
	margin-right: 16px;
	border-right: 1px solid #fff;
}
.footimg{
	position: absolute;
	bottom: 0;
	right: 17.44%;
}
.footer .foot-select{
	float: left;
	width: 210px;
	height: 26px;
	border: 1px solid #fff;
	background-color: #f8f8f8;
	color: #333;
	padding: 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/arrow-down.png") no-repeat scroll 95% center transparent;
	cursor: pointer;
	position: relative;
}

.foot-select p{
	font-size: 14px;
}
.foot-select ul{
	display:none;
	position: absolute;
	width: calc(100% + 2px);
	bottom: 25px;
	left: -1px;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	z-index:10;
}
.foot-select ul li{
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	transition: all .3s;
	background-color: #fff;
}
.foot-select ul li.act{

}

.foot-select li:hover{
	/* background-color: #ebebeb; */
}
.foot-select a{
	color: #999;font-size: 14px;width: 100%;
	height: 100%;
	display: inline-block;
	cursor: default;
	padding: 10px 0 10px 10px;
}
.footer .foot-bottom{padding-top:10px;}
.foot-select ul li.act a{
    color: #333;
}
.foot-select ul li.act:hover a{
    cursor: pointer;
    color: #1a6dab;
}

/* 集团概况 */
.banner{
	position:relative;
	height:360px;
}
.banner .bannerimg{
	width: 100%;
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
}
.menubox{
	height:80px;
	overflow: hidden;
	background: #fff;
	box-shadow:0 0 10px rgba(26,43,89,.05);
}
.menubox ul li{
	float: left;
	position: relative;
	margin-right: 1px;
}
.menubox ul li::after{
	content:" ";
	display:inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 0;
	background: url(../images/menu-logo.png) no-repeat center center #2c88c0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition:all .5s;
}
.menubox li a{
	display: block;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	padding: 0 27px;
	z-index: 1;
	position:relative;
}
.menubox ul li:hover,.menubox ul li.current{
	box-shadow: 0 0 10px rgba(150,156,163,.2);
}
.menubox ul li:hover::after,.menubox ul li.current::after{
	opacity:1;
	top: 0;
}
.menubox ul li:hover a,.menubox ul li.current a{
	color:#fff;
}

.mainbox{
	padding-top: 60px;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.mainbox::before,.mainbox::after{
	content: " ";
	display: inline-block;
	width: 473px;
	height: 473px;
	border-radius: 50%;
	background:#f8fbfd;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 1s; 
	-o-transition: all 1s; 
	-moz-transition: all 1s; 
	transition: all 1s; 
	-webkit-animation-duration: 1s; 
	-moz-animation-duration: 1s; 
	-o-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-fill-mode: both; 
	-moz-animation-fill-mode: both; 
	-o-animation-fill-mode: both; 
	animation-fill-mode: both; 
	-webkit-animation-timing-function: ease-in-out; 
	-moz-animation-timing-function: ease-in-out; 
	-o-animation-timing-function: ease-in-out; 
	animation-timing-function: ease-in-out; 
}
.mainbox::before{
	left: -175px;
	top: 70px;
	-webkit-animation-name: fadeInDown; 
	-moz-animation-name: fadeInDown; 
	-o-animation-name: fadeInDown; 
	animation-name: fadeInDown; 
}
.mainbox::after{
	right: -175px;
	bottom: -175px;
	-webkit-animation-name: fadeInUp; 
	-moz-animation-name: fadeInUp; 
	-o-animation-name: fadeInUp; 
	animation-name: fadeInUp; 
}
.maintitle{
	text-align: center;
	font-size: 32px;
	color: #333;
}
.maintitle b{
	font-weight: normal;
	color: #73c32b;
}
.aboutbox{
	margin-top: 40px;
}
.aboutcontainer{
	margin-bottom: 70px;
}
.about-left{
	float: right;
	width: 40.83%;
	padding-top: 10px;
}
.about-left p{
	margin-bottom: 10px;
}

.aboutbox p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	text-align: justify;
}

.numscroll{
	padding-top:30px;
	padding-bottom:14px
}

.numscroll li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.numscroll li p{
	font-size: 16px;
	text-align: center;
}
.numscroll li p span{
	font-weight: bold;
	font-size: 42px;
	font-family: 'arial';
	margin-right: 6px;
	vertical-align: sub;
}
.numscroll li.index0 p,.numscroll li.index2 p{
	color: #2c88c0;
}
.numscroll li.index1 p{
	color: #508a3c;
}
.numscroll li p.cntt{
	font-size: 16px;
	color: #333;
	margin-top: 2px;
}
.swiper-about{
	float: left;
	width: 53.75%;
	/* overflow: hidden; */
}
#swiper-about{
	box-shadow: 0 0 20px rgba(22,22,22,.5);
	border-radius: 40px;
}

.develop-ways{
	width: 100%;
	background: url(../images/bgcompany.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	/* padding: 52px 54px 90px; */
	position: relative;
}
.develop-ways::after{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65%;
	height: 128px;
	z-index: 1;
	background: url(../images/bground.png) no-repeat left bottom;
/* opacity: 0.6; */
}

.develop-ways ul{
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: 14%;
	width: 59.83%;
	height: 81%;
}
.develop-ways ul li{
	/* float: left; */
	position:absolute;
	left:0;
	top:0;
	width:48.3%;
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	height: 226px;
	padding: 26px 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.develop-ways ul li.index2{
	left:51%;
	height: 375px;
}
.develop-ways ul li.index0{
	height: 145px;
}
.develop-ways ul li.index1{
	top: 165px;
	height: 210px;
}
.develop-ways ul li.index2{
	
	
}
.develop-ways li h3{
	font-size: 24px;
	color: #2c88c0;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	line-height:32px;
	padding-bottom: 20px;
	margin-bottom:15px;
}
.develop-ways li p{
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
	color: #666;
	line-height: 32px;
}


.develop-ways li p strong{
	font-size: 24px;
	font-weight: 500;
	color: #0e2178;
}

/* 联系我们 */
.contactbox{
	background: #f7f9fc;

}
.contact{
	padding-top: 10px;
	overflow: hidden;
}
.contact-left{
	float: left;
	width: 43.16%;
	margin-top: 58px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-left p{
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.contact-left .contact-info{
	background: #fff;
	padding: 28px 28px;
	border-radius: 8px;
	margin-top: 30px;
	color: #333
}
.contact-left dl{
	float: left;
}
.contact-left .imgbox{
	float: right;
}
.contact-left dl dt{
	font-size: 20px;
	margin-bottom: 8px;
}
.contact-left dl dd{
	font-size: 16px;
	line-height: 32px;
}
.contact-left dl dd a{
	font-size: 16px;
	color: #333;
}
.contact-left .imgbox img{
	display: block;
	border-radius: 5px;
	overflow: hidden;
	width: 110px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(102,102,102,.24);
}
.contact-left .imgbox p{
	text-align: center;
}
.contact-left dl dd a:hover,.othercompany .otheritem p a:hover{
	color: #508a3c;
}
.contact-right{
	float: right;
	width: 53.5%;
	position: relative;
	padding-right: 7.165%;
}
.contact-right .mapinfo{
	position: absolute;
	top: 13.387%;
	right: 14.165%;
}
.mapinfo .mapimg{
	position: relative;
	border-radius: 8px;
	border: 3px solid #333;
}
.mapinfo .mapimg img{
	border-radius: 3px;
}
.mapinfo .mapimg::after{
	content: " ";
	display: inline-block;
	position: absolute;
	bottom: -11px;
	right: 70px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #333;
}
.mapinfo .mapname{
	margin-top: 6px;
	text-align: right;
	font-size: 17px;
	color: #333;
	position: relative;
	padding-right: 32px;
}
.mapinfo .mapname span{
	content:" ";
	position: absolute;
	right: 76px;
	top: 5px;
	display: inline-block;
	width: 12px;
	height:12px;
	vertical-align: text-bottom;
	background: #fff;
	border: 3px solid #333;
	border-radius: 50%;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;

}
.mapinfo .mapname span::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(51, 51, 51, .4);
	animation: boderM 3s .75s infinite;
}
.mapinfo .mapname span::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(51, 51, 51, .4);
	animation: boderM 3s infinite;
}
@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	75% {
		transform: translate(-50%, -50%) scale(3);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes bordershow {
	50% {
		box-shadow: 0px 0px 15px 0 rgba(51, 51, 51, 1);
	}
}

.othercompany{
	/* background:rgba(255,255,255,.7); */
	margin-top: -90px;
	position:relative;
	z-index:1;
}
.othercompany h2{
	font-size: 24px;
	color: #333;
	height:28px;
	line-height:28px;
	padding-left: 24px;
	margin-bottom: 44px;
	border-left: 4px solid #2c88bf;
}

.otherBrief{
	background: rgba(255,255,255,.8);
	border-radius: 8px;
	width:100%;
	overflow:hidden;
	padding:40px 40px 0;
}
.othercompany .otheritem{
	float:left;
	width: 32.66%;
	margin-right: 1%;
	margin-bottom: 40px;
	padding: 30px 28px;
	border:1px solid #2c88bf;
	position:relative;
}
.othercompany .otheritem h3{
	font-size: 20px;
	color: #333;
	margin-bottom:15px;
}
.othercompany .otheritem p{
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left 4px;
	padding-left: 38px;
	line-height: 32px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
}
.othercompany .otheritem p a{
	color:#333;
}
.othercompany .otheritem ul{
	margin-top: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.othercompany .otheritem ul li{
	float: left;
	/* margin-right: 80px; */
}
.othercompany .otheritem ul li p img{
	border-radius: 5px;
	overflow: hidden;
	width: 110px;
	margin: 12px 0;
	box-shadow: 0 0 10px rgba(102,102,102,.24);
}
.othercompany .otheritem .webhome{
	width: 100%;
	height: 40px;
	padding-left: 42px;
	clear: both;
	position: relative;
}


.webhome::before{
	content:" ";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/about-ic1.png) no-repeat center center #2c88bf;
	background-size: 24px auto;
}
.webhome a{
	display:block;
	/* width: 100%; */
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	background: #2c88bf;
	color: #fff;
}
.webhome a::after{
	content: " ";
	position: absolute;
	width: 22px;
	height: 40px;
	background: url(../images/about-ic2.png) no-repeat center center;
	right: 10px;
	top: 0;
	background-size: 15px auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.webhome:hover a::after{
	right: 15px;
}


/* 集团要闻列表 */
.newsbox{
	padding-top: 44px;
}
.firstnews{
	margin-bottom: 64px;
}
.firstnews .swiper-slide a{
	display: block;
	padding-left: 9.83%;
	padding-top: 52px;
}
.firstnews .swiper-slide .imgbox{
	position: absolute;
	left: 15px;
	top:15px;
	width:52.5%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(44,136,192,.2);
}
.firstnews .swiper-slide img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}

.firstnews .swiper-slide:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.firstnews .swiper-slide .firstnews-info{
	background: #f7f9fc;
	padding-top: 44px;
	padding-right: 40px;
	height: 378px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.firstnews .swiper-slide .firstnewsbox{
	float: right;
	width: 45.26%;
}
.firstnews .swiper-slide h2{
	color: #000;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}
.firstnews .swiper-slide .firstnewstext{
	font-size: 16px;
	color: #666;
	line-height:28px;
	height:112px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.firstnews .swiper-slide:hover h2{
	color:#79c039;
}
.firstnews .swiper-pagination{
	width: auto !important;
	left: 57.74% !important;
	bottom: 65px !important;
}
.firstnews .swiper-pagination-bullet{
	width:6px;
	height:6px;
	background: #dcdada;
	opacity:1;
	border-radius:6px;
}
.firstnews .swiper-pagination-bullet-active{
	background:#79c039;
	width: 22px;
}
.newslists ul li{
	position: relative;
	height: 60px;
	line-height:60px;
	overflow: hidden;
	padding:0 28px 0 34px;
}
.newslists ul li::before{
	content:" ";
	position: absolute;
	left: 0;
	top: 27px;
	width:3px;
	height:4px;
	background:#73c32b;
	transition:all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.newslists ul li a{
	float: left;
	width: 85%;
	font-size:18px;
	overflow:hidden;
	color:#2f3745;
}
.newslists ul li a b{
	font-weight: normal;
	color:#73c32b;
}
.newslists ul li span{
	float:right;
	font-size: 18px;
	color:#a9abae;
}
.newslists ul li:hover{
	box-shadow:0 0 10px rgba(2,24,44,.05);
}
.newslists ul li:hover::before{
	top: 0;
	height: 100%;
}
.newslists ul li:hover a{
	color: #73c32b;
}

/* 新闻内容页 */
.titlebox{
	text-align: center;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom: 1px solid #f1f1f2;
}
.titlebox h1{
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
.titlebox .release{
	font-size:16px;
	line-height: 28px;
	color: #666;
}
.titlebox span{
	margin: 0 10px;
}

.newstext,.newstext p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
.newstext p img{
	max-width:100%;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 图片列表 */
.picsbox{
	padding-top:40px;
}
.picslist ul li{
	float:left;
	width: 44%;
	margin-right: 12%;
	margin-bottom:40px;
}
.picslist ul li a{
	display:block;
}
.picslist ul li .picstop{
	position: relative;
}
.picslist ul li .newsdate{
	width: 120px;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	background: #2c88c0;
}
.picslist ul li p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.picslist ul li .newsdate p{
	margin-top: 0;
	font-size: 48px;
	line-height: 80px;
	font-weight: bold;
	color: #fff;
}
.picslist ul li .newsdate span{
	font-size: 16px;
	line-height: 40px;
	display: block;
	color: #fff;
	background: #1b79b2;
}
.picslist ul li .imgbox{
	float: right;
	width: 71.5%;
	overflow: hidden;
}

.picslist ul li h2{
	margin-top: 16px;
	font-size: 20px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
	height: 56px; 
	 display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.picslist ul li .lookmore{
	display: block;
	margin-top: 10px;
	background: url(../images/eyebg.png) no-repeat left center;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
	background-size: 21px auto;
}
.picslist ul li:hover h2{
	color: #508a3c;
}
.picslist ul li img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
}

.picslist ul li:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

/* 党的建设列表 */
.party-status{
	padding-top:44px;
	padding-bottom: 15px;
}
.party-status li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 32px;
	box-shadow: 0 0 10px 0 rgba(2,24,44,.15);
}
.party-status li a{
	display:block;
	width:100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 28px 25px;
}
.party-status li a::before,.party-study li a::before{
	content: " ";
	/* display: none; */
	opacity: 0;
	position:absolute;
	left: 0;
	top: 0;
	width:60px;
	height: 60px;
	border-top: 1px solid #e8373b;
	border-left:1px solid #e8373b;
	transition:all .6s ease-in-out;
}
.party-status li a::after,.party-study li a::after{
	content: " ";
	opacity: 0;
	/* display: none; */
	position:absolute;
	right: 0;
	bottom: 0;
	width:60px;
	height: 60px;
	border-bottom: 1px solid #e8373b;
	border-right:1px solid #e8373b;
	transition:all .6s ease-in-out;
}
.party-status li .party-time{
	float: left;
	width: ;
	margin-top:22px;
	text-align: center;
}
.party-time p{
	font-size: 32px;
	color: #333;
	/* font-weight:bold; */
	font-family: 'arial';
}
.party-time span{
	font-size: 14px;
	font-family: 'arial';
	display: block;
	color: #666;
	margin-top:-8px;
}
.party-status li .status-r{
	float: right;
	width: 85.13%;
	overflow: hidden;
}
.party-status li .status-l{
	width: 48.03%;
	float: left;
	padding-top: 16px;
}
.party-status li .status-img{
	float: right;
	width:45.63%;
	overflow: hidden;
}
.party-status li .status-img img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.party-status li .status-l h2{
	font-size: 20px;
	line-height:32px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 96px;
	-webkit-line-clamp: 3;
}
.party-status li .status-l p{
	
	display: none;
	font-size:16px;
	color: #666;
	line-height: 28px;
	height: 58px;
	overflow: hidden;
	
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.party-status li.act .status-l{
	width:100%;
	padding-bottom: 11px;
}
.party-status li.act .status-l h2{
	height: auto;
	display: block;
	margin-bottom: 10px;
	-webkit-line-clamp:inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.party-status li.act .status-l p{
	display: -webkit-box;
}
.party-status li:hover .status-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.party-status li:hover a::before,.party-status li:hover a::after{
	opacity: 1;
	width:100%;
	height:100%;
}
.party-status li:hover .party-time p,.party-status li:hover .party-time span,.party-status li:hover h2{
	color: #e8373b;
}

.pages{
	text-align: center;
}
.pages a{
	display: inline-block;
	/* width: 38px;
	height: 38px; */
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-family: 'arial';
	color: #5d5a59;
	margin: 0 12px;
}
.pages b{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: 'arial';
	color: #fff;
	border-radius: 50%;
	background: #2c88c0;
	margin: 0 5px;
}
.pages a:hover{
	color: #2c88c0;
}

/* 招聘信息列表 */
.jobbox{
	padding-top: 40px;
	
}
.job-list { 
	background: #f4f4f4; 
	margin-bottom: 40px;
}
.job-list .item-title { 
	height: 70px; 
	background: #f8fbfd; 
	padding: 0 0 0 40px; 
}
.job-list .item-title .item { 
	height: 100%; 
	line-height: 70px;
	float: left; 
	width: 10%; 
	text-align: center; 
}
.job-list .item-title .item.i1 { 
	width: 30%; 
	text-align: left; 
}
.job-list .item-title .item.i2 { 
	width: 30%; 

}
.job-list .item-title .item span { 
	font-size: 20px;
	color: #333;
	vertical-align: middle; 
}
.job-list .item-content { 
	background: #fff; 
	margin-top: 1px; 
}
.job-list .item-content .top { 
	height: 70px; 
	padding: 0 0 0 40px; 
}
.job-list .item-content .top .item { 
	height: 100%; 
	line-height: 70px;
	float: left; 
	width: 10%; 
	text-align: center; 
	font-size: 16px;
	color: #333;
}
.job-list .item-content .top .item.i1 { 
	width: 30%; 
	text-align: left; 
}
.job-list .item-content .top .item.i2 { 
	width: 30%; 
 
}
.job-list .item-content .top .item span { 
	vertical-align: middle; 
}
.job-list .item-content .top .item.more { 
	cursor: pointer; 
	border-left: 1px solid #f4f4f4; 
	width: 10%; 
	background: url("../images/job-more.png") no-repeat center; 
	box-sizing:border-box;
}
.job-list .item-content .more-content { 
	background: #f8fbfd; 
	padding: 40px; 
	display: none; 
}

.job-list .item-content .more-content .content { 
	/*border-bottom: 1px solid #e4e4e4; 
	padding-bottom: 30px;*/
}

.job-list .item-content .more-content .content p { 
	font-size: 16px; 
	color: #333; 
	line-height: 32px; 
}
.job-list .item-content .more-content .btnbox { 
	padding-top: 30px; 
	font-size: 16px; 
	color:#518a3d;
}
.job-list .item-content .more-content .btnbox a { 
	width: 150px; 
	height: 50px; 
	background: #2c88c0; 
	line-height: 50px;
	text-align: center; 
	font-size: 16px; 
	color: #fff; 
	display: inline-block;
}
.job-list .item-content .more-content .btnbox a span { 
	/* vertical-align: middle;  */
}

/* 成员单位列表 */
.company-box{
	background: #f8fbfd;
}
.campany-text{
	font-size:18px;
	line-height: 32px;
	color:#666;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.campany-text p{
	text-indent: 32px;
	text-align: center;
}
.campany-nav{
	float:left;
	width:20%;
}
.campany-nav li{
	margin-bottom: 2px;
	position: relative;
	padding-right: 18px;
}
.campany-nav li::after{
	content: " ";
	display: inline-block;
	position: absolute;
	right:1px;
	top: 50%;
	margin-top: -15px;
	width: 0;
	height:0;
	opacity: 0;
	/* opacity: 1; */
	border-left: 18px solid #2c88c0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	
}
.campany-nav li a{
	display:block;
	padding:55px 0;
	text-align: right;
	background: #b4b8c0;
}
.campany-nav li.current a{
	background: #2c88c0;
}
.campany-nav li.current::after{
	opacity: 1;
}



.campany-nav li .nav-brief{
	position:relative;
	color:#fff;
	display: inline-block;
	padding:0 25px;
}
.campany-nav li .nav-brief p{
	font-size: 24px;
	font-weight: bold;
}
.campany-nav li .nav-brief h2{
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 5px;
}
.campanyContainer{
	padding-top: 50px;
}
.campany-list{
	float:right;
	width:77%;
}
.campany-list .comp{
	/* display: none; */
}
.campany-list dl.campany-item{
	display: none;
}
.campany-list dl{
	margin-bottom:24px;
}
.campany-list dl dd{
	margin-bottom: 10px;
}
.campany-list dl dd .title-top{
	height: 54px;
	font-size: 16px;
	color: #666;
	background: #fff;
	cursor: pointer;
	position:relative;
	z-index: 1;
}
.title-top h2{
	float: left;
	text-indent: 48px;
	font-size: 16px;
	line-height: 54px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.title-top .linktable{
	float: right;
	margin-top: 10px;
	overflow: hidden;
}
.linktable a{
	display: inline-block;
	width: 88px;
	height: 34px;
	line-height: 34px;
	padding-left: 36px;
	background: url(../images/icon-link.png) no-repeat left 12px center #2c88c0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.linktable span.arrowDown{
	display: inline-block;
	vertical-align: top;
	height: 34px;
	width: 74px;
	border-left: 1px solid #dee0e5;
	background-position:center center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-d.png);
}

.campnyBox{
	display: none;
	background: #fff;
	padding:20px 48px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-top: 1px;
	overflow: hidden;
}
.campnyBox .companyBrief{
	float:left;
	width: 58%;
	text-align: justify;
}
.companyBrief.on{
	float: none;
	width:100%;
}
.campnyBox .companypic{
	float: right;
	width: 40%;
}

.campany-list dl.campany-item.act{
	display: block;
}
.campany-nav li:hover a{
	background: #2c88c0;
}
.campany-nav li:hover::after{
	opacity: 1;
}
.campany-list dl dd:hover .title-top{
	color: #2c88c0;
	box-shadow: 0 0 10px rgba(14,33,120,.1);
}

.campany-list dl dd.act .title-top{
	color: #2c88c0;
	box-shadow: 0 0 10px rgba(14,33,120,.1);
}
.campany-list dl dd.act .campnyBox{
	display: block;
}
.campany-list dl dd.act span.arrowDown{
	background-image: url(../images/arrow-u.png);
}

/* 集团领导 */
.leadertop{
	margin-top:40px;
	position: relative;
	margin-bottom: 40px;
}
.leader-left{
	float: left;
	width: 65%;
	height: 342px;
	background-color: #f0f0f2;
	padding: 70px 54px 0;
}
.leader-left h3 {
	color: #ece8e6;
	font-size: 48px;
	line-height: 51px;
	height: 53px;
	margin-bottom: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -3px;
}
.leader-left h2 {
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 12px;
}
.leader-left p {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 28px;
}
.leader-right{
	float: right;
	width: 35%;
	height: 342px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 2px solid #f2f2f2;
}
.leader-right .leader-info{
	margin-left: -2px;
	position: relative;
	overflow: hidden;
}
.leaderlist{
	padding: 1px;
}
.leader-brief{
	/* padding: 0px 20px;
	width: calc(100% - 40px); */
}
.leader-brief .pad {
	padding: 46px 0 64px;
	position: relative;
}

.leader-brief .lie {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/lie_1.png) center top repeat-y;
}

.leader-brief .lie_1 {
	left: 20%;
}
.leader-brief .lie_2 {
	left: 40%;
}
.leader-brief .lie_3 {
	left: 60%;
}
.leader-brief .lie_4 {
	left: 80%;
}
.leader-brief .lie_5 {
	left: 0%;
	top: 46px;
	width: 100%;
	height: 1px;
	background: url(../images/lie_2.png) center top repeat-x;
}

.leader-brief .lie_6 {
	left: 0%;
	top: 239px;
	width: 100%;
	height: 1px;
	background: url(../images/lie_2.png) center top repeat-x;
}
.leader-brief .lie_7 {
	left: 0%;
	top: 432px;
	width: 100%;
	height: 1px;
	background: url(../images/lie_2.png) center top repeat-x;
}
.leader-brief .plus {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: url(../images/icon_26.png) center no-repeat;
}
.leader-brief .plus_1 {
	top: 37px;
	left: 20%;
	margin-left: -9px;
}
.leader-brief .plus_2 {
	top: 37px;
	left: 40%;
	margin-left: -9px;
}
.leader-brief .plus_3 {
	top: 37px;
	left: 60%;
	margin-left: -9px;
}
.leader-brief .plus_4 {
	top: 37px;
	left: 80%;
	margin-left: -9px;
}
.leader-brief .plus_5 {
	top: 230px;
	left: 20%;
	margin-left: -9px;
}
.leader-brief .plus_6 {
	top: 230px;
	left: 40%;
	margin-left: -9px;
}
.leader-brief .plus_7 {
	top: 230px;
	left: 60%;
	margin-left: -9px;
}

.leader-brief .plus_8 {
	top: 230px;
	left: 80%;
	margin-left: -9px;
}
.leader-brief .plus_9 {
	top: 423px;
	left: 20%;
	margin-left: -9px;
}

.leader-brief .plus_10 {
	top: 423px;
	left: 40%;
	margin-left: -9px;
}

.leader-brief .plus_11 {
	top: 423px;
	left: 60%;
	margin-left: -9px;
}
.leader-brief .plus_12 {
	top: 423px;
	left: 80%;
	margin-left: -9px;
}
.leader-brief ul li {
	float: left;
	width: 20%;
	background: url(../images/About_us_4.jpg) center no-repeat;
	background-size: cover;
}

.leader-brief ul li a {
	position: relative;
	display: block;
	height: 193px;
}

.leader-brief ul li .leadertext {
	padding: 62px 0 0;
	text-align: center;
}
.leader-brief ul li .leadertext h2{
	font-size: 20px;
	color: #333;
}
.leader-brief ul li .leadertext span {
	margin: 5px auto;
	width: 15px;
	height: 3px;
	display: inline-block;
	background: #2c88c0;
}
.leader-brief ul li .leadertext p {
	padding: 0px 18px;
	font-size: 16px;
	color: #666;
}

/* 集团文化 */
.culturebox{
	padding-bottom: 0;
}
.cultureMain{
	background: url(../images/culture_2.png) right bottom no-repeat;
	background-size: 31.55% auto;
}
.cuture-title{
	padding: 45px 0 40px 88px;
	background: url(../images/icon_3.png) left 60px no-repeat;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	background-size: 66px auto;
}
.culture-top {
	margin: 28px 0 80px;
	width: 52.1%;
}
.culture-top h2{
	font-size: 20px;
	color: #333;
	line-height:48px;
}
.culture-top p{
	line-height: 36px;
	font-size: 16px;
	color: #666;
}
.bot{
	background: rgba(244, 244, 244, 0.92);
}
.bot .container{
	position:relative;
}
.bot .culture-left {
	/* margin-left: 2.85%; */
	padding: 80px 0;
	width: 49.28%;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	float:left;
}
.bot .culture-right{
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -25px;
	font-size: 36px;
	color: #2c88c0;
}
.bot .culture-right p{
	display:inline-block;
	padding-right: 108px;
	letter-spacing: 8px;
	position:relative;
}
.bot .culture-right p::before{
	content:" ";
	position:absolute;
	right:0;
	top:50%;
	width:99px;
	height: 1px;
	background: #2c88c0;
	transform:translateY(-50%);
}
.cultureValue{
	padding-top: 40px;
	padding-bottom: 80px;
	background: url(../images/cul03_bac.png) center bottom no-repeat;
	background-size: 100% auto;
}
.cultureValue ul li{
	float:left;
	margin-right: 6.7%;
	width: 28.71%;
	position: relative;
	height: 179px;
	background: #2c88c0 url(../images/cul03_bac2.png) left bottom no-repeat;
}
.cultureValue ul li div{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	padding:0 30px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

/*自制弹窗样式*/
 
.mark {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height:150px;
	line-height: 150px;
	width: 30%;
	text-align: center;
	font-size: 18px;
	text-align: center;
	color: #000;
	z-index: 100001;
	background: rgba(255,255,255, 1);
	border: 1px solid #c9c9c9;
	border-radius:8px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.no-content{
	display: block;
	min-height: 400px;
	/* text-align: center; */
	color: #333;
	line-height: 32px;
	font-size: 16px;
}

/* 业务板块封面 */
.businessCover{
	padding-top:44px;
}
.business-item{
	position:relative;
	background: #e4ecf2;
	border-radius: 20px;
	overflow:hidden;
	margin-bottom: 50px;
}
.business-item .imgbox{
	overflow: hidden;
	width:58.33%;
}
.business-item .imgbox img{
	/* width:58.33%; */
}
.business-item .businessCovertext{
	width:73.75%;
	height:100%;
	z-index: 1;
	position:absolute;
	right:0;
	top:0;
	padding-top: 92px;
	padding-left: 24.4%;
	background-image: url(../images/bg-business.png);
	background-position: center top;
	background-size:cover;
	background-repeat: no-repeat;
}
.business-item .businessCovertext>div{
	width: 85.85%;
	display: inline-block;
}
.business-item .businessCovertext>div i{
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-bottom: 23px;
	background-position: center center;
	background-size:100% auto;
	background-repeat: no-repeat;
}
.business-item .businessCovertext>div h2{
	font-size: 22px;
	color: #333;
	margin-bottom: 27px;
}
.business-item .businessCovertext>div p{
	font-size: 18px;
	color: #333;
	line-height:40px;
}
.business-item .businessCovertext>div p span{
	margin-left:62px;
}
.business-item .businessCovertext>div ul{
	overflow: hidden;
	padding-top: 11px;
}
.business-item .businessCovertext>div ul li{
	float: left;
	width: 116px;
	height: 38px;
	line-height: 38px;
	margin-right: 42px;
	text-align: center;
	margin-bottom: 22px;
	background-image: url(../images/icon-button.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.business-item .businessCovertext>div ul li a{
	display: block;
	color: #333;
	font-size: 18px;
}
.business-item.act .imgbox{
	text-align: right;
}
.business-item.act .businessCovertext{
	left: 0;
	right: auto;
	padding-right: 22%;
	text-align: right;
	padding-left: 0;
	background-image: url(../images/bg-business-l.png);
}
.business-item .businessCovertext>div ul li:hover{
	background-image: url(../images/icon-button-r.png);
}
.business-item .businessCovertext>div ul li:hover a{
	color:  #fff;
}

/* 业务板块列表 */
.projectbox{
	/* padding-top:1px;
	background:#f7f9fc; */
}
.projectbox .maintitle{
	margin-bottom:44px;
}
.projectnav{
	padding-top: 60px;
	background: #fff;
	padding-bottom: 244px;
}
.projectnav ul{
	border-bottom: 2px solid #769b76;
}
.projectnav ul li{
	float:left;
	width: 26.66%;
	margin-right: 10.01%;
	text-align: center;
}
.projectnav ul li a{
	display: block;
	padding:12px 0;
	border-radius:10px;
	
}
.projectnav ul li .titlenav{
	padding-bottom: 44px;
	position:relative;
}
.projectnav ul li .titlenav::after{
	content:" ";
	position: absolute;
	width: 34px;
	bottom: -2px;
	left: 50%;
	height: 19px;
	background: url(../images/arrow-up.jpg) no-repeat center center;
	z-index: -2px;
	margin-left: -17px;
	opacity: 0;
	/* transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s; */
}
.projectnav ul li .imgbox{
	overflow: hidden;
	width:58px;
	height:61px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.projectnav ul li img.hover{
	display: none;
}
.projectnav ul li h2{
	color:#666;
	font-size:22px;
}
.projectnav ul li.current a,.projectnav ul li:hover a{
	box-shadow: 0 0 10px rgba(44,136,192,.1);
	
}
.projectnav ul li.current img.normal,.projectnav ul li:hover img.normal{
	display: none;
}
.projectnav ul li.current img.hover,.projectnav ul li:hover img.hover{
	display: inline-block;
}
.projectnav ul li.current h2,.projectnav ul li:hover h2{
	background-image:-webkit-linear-gradient(left,#81a265,#3d739f); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.projectnav ul li.current .titlenav::after,.projectnav ul li:hover .titlenav::after{
	opacity:1;
}
.businesstype{
	background: url(../images/bg2.jpg) no-repeat left top;
	background-size:auto 100%;
	border-radius: 10px;
	box-shadow:0 0 10px rgba(102,102,102,.24);
}
.classictype{
	float: left;
	width: 18%;
	background: rgba(255,255,255,.5);
	padding-top: 20px;
	border-radius: 10px 0 0 10px;
}
.classictype ul{
	
	overflow: hidden;
	
}
.classictype ul li{
	height: 64px;
	padding-left: 26px;
	cursor: pointer;
	font-size: 18px;
	line-height: 64px;
	color: #333;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-bottom: 1px;
}
.classictype ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateX(101%);
	transition: all .3s ease-in-out;
	z-index: -1;
}
.classictype ul li::after {
	display: none;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	border: 0;
	background: #2c88bf;
	border-radius: 2px 0 0 2px;
}
.classicinfo{
	float: right;
	width: 82%;
	background: #fff;
	padding: 38px 48px 0 52px;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 320px;
}
.classictype ul li.active,.classictype ul li:hover{
	color: #2c88bf;
}
.classictype ul li.active::before,.classictype ul li:hover::before {
	transform: translateX(1px);
}
.classictype ul li.active::after,.classictype ul li:hover::after{
	display: block;
}

.projectBrief{
	padding-bottom: 33px;
}
.projectContent{
	clear: both;
	position: relative;
	/* margin-top: -188px; */
	padding-top:66px;
	
}
.projectInfo{
	position:relative;
	padding-bottom:22px;
}
.projectInfo::after{
	content:" ";
	position:absolute;
	width:98%;
	height:96%;
	bottom:0;
	right:0;
	background-image:url(../images/bg-gas.png);
	background-repeat:no-repeat;
	background-size:cover;
	z-index:0;
}
.projectText{
	width:98%;
	position: relative;
	z-index:1;
	background:#fff;
	box-shadow:3px 3px 4px rgba(102,102,102,.24);
}

.classicinfo ul{
	overflow: hidden;
	/* padding-top: 48px; */
	margin-bottom: 38px;
}
.classicinfo .classicitem .classictext.ywsbtext ul{
	margin-bottom: 10px;
}
.cityimglis{
	margin-top: 10px;
}
.cityimglis .imgbox{
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
.cityimglis .imgbox:nth-child(even){
	margin-right: 0;
}
.cityimglis .imgbox p{
	margin-top: 10px;
}
.classicinfo .classicitem .classictext .citywlimg{
	padding-top: 10px;
}
.classicinfo .classicitem .classictext .citywlimg .imgbox{
	position: relative;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
}
.classicinfo .classicitem .classictext .citywlimg .imgbox:first-child{
	float: none;
	width: 100%;
}
.classicinfo .classicitem .classictext .citywlimg .imgbox:last-child,.classicinfo .classicitem .classictext .citywlimg .imgbox:first-child{
	margin-right: 0;
}
.citywlimg .imgbox .imgt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}


.classicinfo ul li{
	float: left;
	width:33.33%;
	margin-top:18px;
	padding:0 25px;
}
.classicinfo .classicitem .classictext.ywsbtext ul li{
	margin-top: 10px;
}
.classicinfo ul li p{
	line-height: 24px;
}
.classicinfo ul li span{
	font-size:16px;
}
.classicinfo ul li strong{
	font-size:24px;
	color:#2c88bf;
	margin: 0 15px;
}
.classicinfo .classicitem{
	display: none;
}


.classicinfo .classicitem.active {
	display: block;
}



.classicinfo .classicitem h2{
	color: #2c88bf;
	padding-left: 20px;
	font-size: 18px;
	
	font-weight: bold;
	border-left: 4px solid #2c88bf;
}

.classicinfo .classicitem .classictext.ywsbtext h2{
	margin-top: 10px;
}
.classicinfo .classicitem h2 strong{
	margin:0 10px;
}
.classicinfo .classicitem h2 strong{
	color: #2c88bf;
	font-size: 20px;
}
.classicinfo .classicitem h2 span{
	color: #666;
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	margin-top: 8px;
}

.classicinfo .classicitem .imgbox{
	text-align: center;
	margin-bottom: 15px;
}
.classicinfo .classicitem .classictext{
	margin-bottom: 25px;
}
.classicinfo .classicitem .classictext p{
	font-size: 16px;
	color: #333;
	line-height:32px;
}
.classictext p strong{
	color: #2c88bf;
}
.classicinfo .classicitem.ywfctext p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
}

.linkprojectbox h1{
	text-align:center;
	font-size:32px;
	color: #333;
	margin-bottom:64px;
}
.linkcaselist{
	overflow:hidden;
}
.linkcaselist li{
	float:left;
	width:30%;
	margin-right: 5%;
	margin-bottom:56px;
}
.linkcaselist li a{
	display: block;
}
.linkcaselist li .imgbox{
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 32px;
}
.linkcaselist li img{
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.linkcaselist li .ac-title{
	height: 60px;
	padding-left: 26px;
	border-left:5px solid #2c88bf;
}
.linkcaselist li p{
	font-size: 16px;
	color: #333;
	margin-bottom: 14px;
}
.linkcaselist li h2{
	color: #2c88bf;
	font-size:22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.linkcaselist li:hover img{
	width: 100%;
	height: auto;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.casebox .linkprojectbox{
	padding-top: 40px;
}

/* 项目内容 */
.location{
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333;
}
.location a{
	font-size: 16px;
	color: #333;
}
.location a:hover{
	color: #2c88c0;
}
.content-project{
	padding: 12px 45px 58px;
	background-image: linear-gradient(to top,#c8e1ef,#dbebf4,#fafcfd,#fff);
	border-radius: 20px;

}
.project-pic{
	float: right;
	width: 47.1%;
	padding-right: 6px;
	position: relative;
	padding-bottom: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.project-img{
	text-align: right;
	position: relative;
	z-index: 1;
}
.project-pic::after{
	content: " ";
	position: absolute;
	width: 92%;
	right:0;
	height: 96%;
	bottom:0;
	display: inline-block;
	z-index: 0;
	background-image: linear-gradient(to left, rgba(4,99,156,1) 56%,rgba(4,99,156,0.8) 71%,rgba(255,255,255,.5) , transparent 100%);

}
.project-newstext{
	float:left;
	width: 47.5%;
	text-align: justify;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	
}
.project-newstext p strong{
	color: #2c88bf;
}
.project-newstext ul{
	margin-top: 10px;
}
.project-newstext ul li{
	margin-bottom: 15px;
	position: relative;
	color: #333;
	padding-left: 18px;
}
.project-newstext ul li strong{
	color: #2c88bf;
}
.project-newstext ul li::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #2c88bf;
	border-radius: 50%;
	display: inline-block;

}

/* 网站地图 */
.webnavbox{
	overflow: hidden;
	padding-top: 58px;
}
.webnavbox li{
	width: 30%;
	float: left;
	margin-right:5%;
	min-height: 220px;
}
.webnavbox li>a{
	display: block;
	line-height: 48px;
	height: 48px;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.webnavbox li .mapnav{
	padding: 10px;
}
.webnavbox li .mapnav a{
	display: inline-block;
	width: 49%;
	font-size: 16px;
	color: #666;
	line-height:36px;
	background-size: 5px auto;
	padding-left: 20px;
	position: relative;
}
.webnavbox li .mapnav a::before{
	content: " ";
	position: absolute;
	left: 0;
	top: 15px;
	width: 6px;
	height: 6px;
	background: #2c88bf;
	border-radius: 50%;
	display: inline-block;
}
.webnavbox li a:hover{
	color: #2c88bf;
}

/* 基本信息 */
.fundbox{
	margin-top: 55px;
	margin-bottom: 68px;
	background: #f5f9fb;
}
.fundbox .fund-left{
	float: left;
	width: 47.16%;
}
.fund-left img{
	width: 100%;
	height: auto;
}
.fundbox .fund-right{
	float: right;
	width: 52.84%;
	padding: 42px 55px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.fund-right ul li{
	padding-left: 47px;
	font-size: 16px;
	color: #666;
	margin-bottom: 23px;
	background-position: left center;
	background-repeat: no-repeat;
}
.fund-right ul li p{
	display: inline-block;
	font-size: 16px;
	color: #000;
}

.publicbtn{
	padding-top: 15px;
}
.publicbtn a{
	display: inline-block;
	padding: 12px 0 12px 10px;
	width:207px;
	background: #2c88bf;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.publicbtn i{
	display: inline-block;
	width: 27px;
	height: 27px;
	vertical-align: bottom;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.publicbtn i{
	background-image: url(../images/icon-public-r.png);
}

.publicbtn p{
	display: inline-block;
	font-size:18px;
	color: #fff;
	margin-left: 15px;
	margin-right: 28px;
}
.publicbtn span{
	display: inline-block;
	width:32px;
	height: 18px;
	background: url(../images/png32-r.png) no-repeat center center;
	background-size: 100% auto;
}
.publicbtn a:hover{
	cursor: pointer;
	background: transparent;
	padding-left: 0;
}
.publicbtn a:hover i{
	background-image: url(../images/icon-public.png);
}

.publicbtn a:hover p{
	color: #2c88bf;
}
.publicbtn a:hover span{
	background: none;
	background-size: 100% auto;
}

/* 手机端导航 */
.mc_phone_nav{
	display: none;
	float: right;
	overflow: hidden;
	width: 35px;
	height: 70px;
}
.mc_menubox{
	width: 35px;
	height:70px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
}
.mc_menubox .point{
	position: relative;
	display: inline-block;
	width: 35px;
	height:70px;
}
.mc_menubox .point .mc_nav {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 100000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
	display: inline-block;
	width: 35px;
	height: 4px;
	border-radius: 4px;
	background-color: #1a6dab;
}
.mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before{
	width: 26px;
}
.mc_menubox .point .mc_nav::after {
	top: -11px;
}
.mc_menubox .point .mc_nav::before {
	top: 10px;
}
.mc_menubox .point.active .mc_nav {
	background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile{
	opacity: 0;
	position: fixed;
	width: 100%;
	left: -100%;
	top:70px;
	z-index:1000000;
	background-color: #fff;
	height: 100%;
	/* max-height: calc(100vh - 64px); */
	overflow: auto;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;

}
.mobile.active{
	opacity: 1;
	left: 0;
}
.mobilebox {
	/* display: none; */
	width: 100%;
	background-color: #fff;
	height: 100%;
	padding: 10px 0;
}
.mobilebox h4 {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}
.mobilebox h4::after {
	content: '';
	display: block;
	clear: both;
}
.mobilebox h4 a {
	float: left;
	width: 88%;
	font-size: 16px;
	line-height: 46px;
	color: #525252;
	max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	/* background: #f7f8fa; */
	border-top: 1px solid rgba(0, 0, 0, .1);
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}
.mobilebox .ul2 .container_s {
	max-width: 100%;
	padding: 0 25px;
}

.mobilebox .ul1 {
	/* border-bottom: 1px solid rgba(0, 0, 0, .1); */
	padding-bottom: 15px;
}
.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 46px;
	color: #5a545b;
	transition: all .36s;
}
.mc_phnav_hasnosub .img_s{
	display: none;
}
.mobilebox h5 {
	position: relative;
}

.mobilebox h5::after {
	content: '';
	display: block;
	clear: both;
}

.mobilebox h5 a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #5a545b;
	max-width: calc(100% - 36px);
}

.mobilebox h5 img {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	padding: 11px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
	display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
	display: block;
}
.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
	transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
	transform: rotate(180deg);
}
.phonemore{
	display: none;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	background: #1a6dab;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	line-height: 40px;
}

@media screen and (max-width:768px){
	.headerbox{ height: 70px;}
	.headerbox .header{ padding:0 10px;}
	.headerbox .header::before{ height:2px;}
	.headerbox a.logo{ margin-top:18px;}
	.headerbox a.logo img{ height:40px;}
	.mc_phone_nav{
		display: block;
	}
	.headerbox .navbox{ display: none;}
	.searchimg,.header-right .searchimg{ height:70px;}
	.header-right .searchbox{ margin-left:0; margin-right: 16px;}
	form.search_news input.search_text{ width:172px;}
	form.search_news{ margin-right:0; right:80px;}
	img.closebtn{ margin-top: 25px;}
	
	.bannerbox.banner1012 .slick-img{ height:70px;}

	.bannerbox .slick-slide img{ width: auto; display: inline-block; height:24px;}
	.bannerbox.banner1012 .pos1 .text_box{ left:5%; right:auto; width:auto; bottom: 35%;}
	.bannerbox.banner1012 .pos2 .text_box,.bannerbox.banner1012 .pos4 .text_box,.bannerbox.banner1012 .pos3 .text_box{ width:auto; right: 5%; text-align: right;bottom: 35%;}
	.bannerbox .slick-dots{bottom:10px;}
	.bannerbox .slick-dots li{ width:6px;height: 2px; padding: 0; margin:0 2px;}
	.bannerbox .slick-dots li::before{ width:6px;height: 2px;}
	.bannerbox .slick-dots li.slick-active{ width:16px; height:2px;}
	.bannerbox .slick-dots li.slick-active::before{ height: 2px; width:16px;}

	.index-news{ padding-top:40px;}
	.index-main{height:auto; padding-left: 10px;padding-right: 10px;}
	.index-news-swiper,.index-news-boxlist{ float:none; width:100%;}
	.index-news-boxlist,.dj_main .dj_right{margin-top: 30px;}
	.introducebox{ display: block;}
	.introduce{ display: block; float: left; width:33.33%; height:56px;}
	.introducetitle{ line-height:56px;}
	.phonemore{ display: block;}

	.index_djbox .dj_main{ padding-top: 30px; padding-left: 10px;padding-right: 10px;}
	.index_djbox{ padding-bottom: 30px;}
	.dj_main .dj_left,.dj_main .dj_right{ float:none; width:100%;}
	.index-project .index-title{ margin-bottom:34px;}
	.index-title a{ font-size: 24px;}

	.he_syp3bpli{ width:50% !important; margin: 0 5px !important;border-radius: 10px;}
	.index-project{ padding-top:40px;}
	.mc_bs3_videowrap{ display: block;position: relative;left: auto;top: auto;transform: none;width: 100%; height: auto;}
	.he_phgfbx{ display:none;}
	.he_chonxin{ display:block;}
	.mc_b_s3{ height:auto;margin-top: 35px; margin-bottom: 40px; padding:0 10px; border-radius: 10px;}
	.mc_bs3_videobox{ width:100%; height: auto;}
	.he_chonxcl{ position: absolute; width:100%; height:100%; left:0; top:0; background: rgba(0,0,0,.6);}
	.he_chonxcl img{ position: absolute; width:42px;height: auto; top: 50%;left:50%; transform: translate(-50%,-50%);}
	.he_syp4 .mc_bs3_videobox .mc_bs3_title{opacity: 1; position: relative;bottom: auto; margin-top: 20px;}
	.he_pult1{ font-size: 24px;}
	.he_chonxin video{ width:100%; height:auto;}

	.footer::before{height:4px;}
	.footer{ padding:30px 10px;}
	.foot{ position: relative; z-index: 1;}
	.footimg{ right: 0; z-index: 0;}
	.footimg img{ width:90px; height: auto;}
	.footer .foot p{ text-align:center; font-size: 14px; line-height: 22px;}
	.footer .foot-bottom{ text-align:center;}
	.footer .foot p.foot-li{ display: inline-block; float: none;}
	.footer .foot-select{ float: none; display: inline-block; width: 144px;}
	.foot-select ul{ width:215px; left:auto; right:-1px;}
	.foot-select ul li{ text-align:left;}


	.banner{height:100px;}
	.menubox{ height: auto;}
	.menubox ul li{ overflow: hidden; margin-right: 0;}
	.menubox li a{ line-height: 48px; padding: 0 0; text-align: center;}
	.mainbox::before, .mainbox::after{ width: 200px; height: 200px;}
	.mainbox::before{left: -100px;top: 40px;}
	.mainbox{ padding: 40px 10px;}
	.maintitle{ font-size: 24px;}
	.aboutbox{ margin-top: 20px;}
	.about-left{ float: none; width: 100%; margin-bottom: 25px;}
	.numscroll li p span{ font-size: 30px;}
	.numscroll{ padding: 28px 0 0;}
	.aboutcontainer{ margin-bottom: 30px;}
	.swiper-about{ float: none; width: 100%; }
	#swiper-about{
		box-shadow: 0 0 5px rgba(22,22,22,.5); border-radius: 10px;
	}
	
	.bgpc{ display: none;}
	.develop-ways::after{ display: none;}
	.develop-ways{
		padding: 30px 20px 0;
		background: url(../images/bgcompany.jpg) no-repeat center top;
    background-size: 100% auto;
	}
	.develop-ways ul{
		position: relative;
    left: auto;
    top: auto;
    width: 100%;
		height: auto;
	}
	.develop-ways ul li{
		position: relative;
    left: auto !important;
    top: auto !important;
    width:96%;
		margin: 0 auto 20px;
		height: auto !important;
		padding: 15px 18px;
		box-shadow: 0 0 10px rgba(26,43,89,.05);
	}
	.develop-ways li h3{ font-size: 20px;
		padding-bottom: 12px;
    margin-bottom: 12px;
	}

	.leader-brief{padding-top:20px;}
	.leader-brief ul li{ width:33.33%; background-position:center bottom; background-size:100% auto;}
	.leader-brief .lie_1,.leader-brief .plus_1,.leader-brief .plus_5,.leader-brief .plus_9{ left:33.33%;}
	.leader-brief .lie_2,.leader-brief .plus_2,.leader-brief .plus_6,.leader-brief .plus_10{ left: 66.66%;}
	.leader-brief .lie_3,.leader-brief .lie_4,.leader-brief .plus_3,.leader-brief .plus_4,.leader-brief .plus_7,.leader-brief .plus_8,.leader-brief .plus_11,.leader-brief .plus_12{ display: none;}
	.leader-brief .pad{ padding:26px 0 34px;}
	.leader-brief ul li a{height:182px;}
	.leader-brief ul li .leadertext{ padding-top:42px;}
	.leader-brief .lie_5{ top:26px;}
	.leader-brief .lie_6{ top:208px;}
	.leader-brief .lie_7{ top:390px;}
	.leader-brief .plus_1,.leader-brief .plus_2{ top:17px;}
	.leader-brief .plus_5,.leader-brief .plus_6{ top:199px;}
	.leader-brief .plus_9,.leader-brief .plus_10{ top:381px;}
	.leader-brief ul li .leadertext h2{font-size:18px;}

	.aboutbox p img{max-width: 100%; height: auto !important;	}

	.campanyContainer{ padding-top: 35px;}
	.campany-nav{ float: none; width: 100%; margin-bottom: 20px; overflow: hidden;}
	.campany-nav li{ float: left; width: 33.33%; padding-right: 0; padding-bottom: 10px;}
	.campany-nav li a{ padding:10px 0; text-align: center;}
	.campany-list{ float: none; width: 100%;}
	.campany-nav li .nav-brief{ padding: 0 5px;}
	.campany-nav li .nav-brief h2{ display: inline-block; font-size: 16px; font-weight: normal;margin-bottom: 2px;}
	
	.campany-nav li .nav-brief p{ display: inline-block;font-size: 16px; font-weight: normal;}
	.campany-nav li::after{right: 50%;margin-right: -9px;top: auto;margin-top: 0;bottom: 0;border-top: 10px solid #2c88c0; border-bottom: none; border-left: 10px solid transparent; border-right: 10px solid transparent;}
	.title-top h2{ text-indent: 18px;}
	.campnyBox{ padding: 20px 10px;}
	.campnyBox .companyBrief{ float: none;width: 100%;}
	.campnyBox .companypic{ float:none; width: 100%; margin-top: 15px;}

	.linktable span.arrowDown{ width: 34px;background-size: 15px;}
	.linktable a{ width: 60px; padding-left: 24px;background: url(../images/icon-link.png) no-repeat left 8px center #2c88c0; margin-right: 5px;background-size: 12px;}
	
	.cultureMain{ background:none;}
	.culture-top{ width: 100%; margin: 28px 0 20px;}
	.cuture-title{ padding: 0 0 20px 88px; background-position: left 11px; font-size: 20px;}
	.culture-top h2{ font-size: 18px;}
	.culture-top p{ line-height:32px;}
	.bot .culture-left{ padding:20px 10px; width:100%; float: none; line-height: 32px;}
	.bot .culture-right{position: relative; right: auto;top: auto; margin-top: 0; font-size: 20px;padding-left: 10px;padding-bottom: 25px;}
	.bot .culture-right p{ letter-spacing: 0; padding-right: 68px;}
	.bot .culture-right p::before{ width:60px;}
	.cultureValue{ padding-bottom: 20px;}
	.cultureValue ul{ margin-top: 15px;}
	.cultureValue ul li{ float:none; width: 100%; margin-bottom: 10px; height: 90px;background-size: auto 100%; margin-right: 0;}
	.cultureValue ul li div{ font-size: 18px; padding: 0 10px;}

	.contact-left{ float: none; width: 100%;margin-top: 18px;}
	.contact-right{ display:none;}
	.othercompany{ margin-top:40px;}
	.contact-left .contact-info{padding: 18px 10px;margin-top: 20px;}
	.contact-left dl dt{ font-size: 16px;}
	.contact-left dl dd{ font-size:15px; line-height: 28px;}
	.contact-left .imgbox img{ width:80px;}
	.otherBrief{padding:10px 10px 0;}
	.othercompany h2{margin-bottom: 34px;}
	.othercompany .otheritem{float: none; width: 100%;margin-right: 0; margin-bottom: 15px;padding: 15px 10px;}
	.othercompany .otheritem ul{ overflow: hidden; margin-bottom: 0;}
	.othercompany .otheritem ul li{ margin-right: 15px;}
	.othercompany .otheritem ul li p img{ width:80px;}

	.newsbox{ padding-top:34px;}
	.firstnews{margin-bottom: 14px;}
	.firstnews .swiper-slide a{padding-left: 0; padding-top: 0;}
	.firstnews .swiper-slide .imgbox{ position:relative;left: auto; top: auto; width: 100%;}
	.firstnews .swiper-slide .firstnews-info{ padding-top:24px; padding-right:10px; padding-left:10px; height:230px;}
	.firstnews .swiper-slide .firstnewsbox{ float:none; width:100%;}
	.firstnews .swiper-slide h2{font-size: 18px;margin-bottom: 10px; line-height: 28px; height: 56px;}
	.firstnews .swiper-pagination{width: 100% !important; left: auto !important;bottom: 15px !important;}
	.newslists ul li{padding: 0 0 0 14px;height: 40px; line-height: 40px;}
	.newslists ul li a{font-size: 16px;width: 74%; text-overflow:ellipsis;white-space: nowrap;}
	.newslists ul li span{font-size: 16px;}
	.newslists ul li::before{top: 18px;}

	.titlebox{ margin-bottom: 20px;padding-bottom: 15px;}
	.titlebox h1{line-height:32px;margin-bottom: 15px;}
	.newstext div img,.newstext p img{ height: auto !important;}

	.picsbox{ padding-top:30px;}
	.picslist ul li{float: none; width: 100%; margin-right: 0; margin-bottom: 20px;}
	.picslist ul li .newsdate{z-index:1; width:90px;}
	.picslist ul li .imgbox{float: none; width: 100%;}
	.picslist ul li .newsdate p{ font-size: 24px; line-height: 48px;}
	.picslist ul li .newsdate span{ line-height:32px;}

	.party-status{ padding-top:34px;}
	.party-status li{float: none; width: 100%; margin-right: 0;margin-bottom: 12px; }
	.party-status li a{padding: 18px 10px;}
	.party-status li .party-time{margin-top: 0;}
	.party-time p{font-size: 24px;}
	.party-time span{ margin-top:-4px;}
	.party-status li .status-r{width:80.13%;}
	.party-status li .status-l h2{ font-size: 16px; line-height: 26px; height: 78px;}
	.party-status li .status-l{ width: 53.03%;padding-top: 0;}
	.party-status li.act .status-l{padding-bottom: 0;}
	.party-status li .status-l p{font-size: 14px;line-height: 24px; height: 48px;}

	.fundbox{ margin-top: 35px; margin-bottom: 0px;}
	.fundbox .fund-left{float: none; width: 100%;}
	.fundbox .fund-right{float: none; width: 100%; padding: 22px 10px;}
	.fund-right ul li{ line-height:28px;padding-left: 36px;margin-bottom: 18px; background-position: left top 4px;}
	.publicbtn{padding-top: 5px;}

	.jobbox{ padding-top:30px;}
	.job-list .item-title{ padding:0 0 0 10px;}
	.job-list .item-title .item span{ font-size: 16px;}
	.job-list .item-content .top .item{ width:40%;}
	.job-list .item-title .item,.job-list .item-title .item.i1,.job-list .item-content .top .item.i1{ width:50%;}
	.job-list .item-title .item.i3,.job-list .item-title .item.i2,.job-list .item-content .top .item.i2,.job-list .item-content .top .item.i3{display: none;}
	.job-list .item-content .top .item.more{ background-size: 70% auto; position: absolute; height: 100%; right: 0;top: 0;}
	.job-list .item-content .top{ padding:0 0 0 10px; overflow: hidden; height: auto;position: relative;}
	.job-list .item-content .top .item{ line-height: 24px; padding-top: 15px; padding-bottom: 15px;}
	.job-list .item-content .more-content{ padding:15px 10px;}
	.job-list .item-content .more-content .content{ padding-bottom:20px;}
	.job-list .item-content .more-content .btnbox{ padding-top: 15px;}

	.businessCover{ padding-top:34px;}
	.business-item{border-radius: 10px;margin-bottom: 10px;}
	.business-item .businessCovertext{ position:relative; width: 100%; padding:12px 10px;}
	.business-item .businessCovertext>div{ width:100%;}
	.business-item .businessCovertext>div i{ width:42px; height:42px;margin-right:10px;margin-bottom: 0; display:inline-block;vertical-align: middle;}
	.business-item .businessCovertext>div h2{ font-size: 18px; margin-bottom: 18px; display:inline-block;}
	.business-item .businessCovertext>div p{ font-size:16px; line-height:32px;}
	.business-item .imgbox{ width: 100%;}
	.business-item .imgbox img{ width:105%; max-width: inherit; margin-left: -3%;}
	.business-item.act .businessCovertext{ left:auto;padding-right: 10px; padding-left: 10px; text-align: left;}
	.business-item.act .imgbox{ text-align: center;}
	.business-item .businessCovertext>div p span{ margin-right: 15px; margin-left: 0;}
	.business-item .businessCovertext>div ul li{ width:32.22%; margin-right: 1%;margin-bottom: 5px;}
	.business-item .businessCovertext>div ul li a{font-size:16px; }
	
	.businesstype{ overflow:hidden;}
	.classictype{ float:none; width:100%;padding-top: 0px;}
	.classictype ul{ overflow: hidden;}
	.classictype ul li{ float: left; width:33.33%; text-align:center; overflow: hidden; padding-left: 0; font-size: 16px;}
	.classictype ul li::after{ width:100%; height: 4px;}
	.classicinfo{float:none; width:100%; margin-top: 5px;padding: 18px 10px;border-radius: 0; min-height: auto;}
	.classicinfo .classicitem .classictext{ margin-bottom:10px;}
	.classicinfo ul{ margin-bottom: 18px;}
	.classicinfo ul li{ margin-top: 15px;float:none;width: 100%;padding: 0 5px;}
	.classicinfo ul li strong{font-size: 20px; margin:0 5px;}
	.classicinfo ul li span{ font-size: 15px;}
	.classicinfo ul li p{ height:auto; line-height: 22px;}
	.projectContent{ padding-top:36px;}
	.linkcaselist li{ float: none; width: 100%;margin-bottom: 25px;}
	.linkcaselist li .imgbox{ margin-bottom: 12px;}
	.linkprojectbox h1{ font-size: 24px; margin-bottom: 34px;}
	.linkcaselist li p{ margin-bottom: 8px;}
	.linkcaselist li .ac-title{padding-left: 16px;border-left: 4px solid #2c88bf;height: 54px;}
	.linkcaselist li h2{ font-size:20px;}

	.projectbox .maintitle{ margin-bottom: 24px;}
	.content-project{padding: 12px 10px 18px;border-radius: 10px}
	.project-pic{ float:none; width:100%;}
	.project-newstext{ float: none; width: 100%;margin-top: 12px;}
	.project-newstext ul li{ margin-bottom: 10px;}

	.webnavbox{ padding-top: 35px;}
	.webnavbox li{ float: none; width:100%;min-height: inherit; margin-bottom: 20px; margin-right: 0;}

}


