@charset "utf-8";

a,
img {
	vertical-align: top;
}

.bannersj{
	display: none;
}
#think_page_trace_open { display:none!important; }
.wzan a{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 53px;
	background: #009943;
	height: 52px;
	width: 178px;
	text-align: center;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}

.wzan a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: red;
	transition: all 0.5s;
}

.wzan a:hover:before{
	width: 100%;
}

.wzan a i{
	font-style: normal;
	position: relative;
	z-index: 2;
}

.wzan a span{
	width: 14px;
	height: 12px;
	margin-top: -1px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	background: url(../images/wzan.png) no-repeat center center/cover;
	position: relative;
	z-index: 2;
}




/**头部**/
.nav{
	background: #fff;
	padding: 0 58px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.nav .logo{
	padding-top: 8px;
	padding-bottom: 15px;
}

.nav .logo a img{
	height: 57px;
}

.nav .nav-la .la-a{
	background: #d8d8d8;
	display: inline-block;
	color: #fff;
	margin: 23px 0 0 12px;
	line-height: 1;
	border-radius: 5px;
	padding: 8px 7px 6px 9px;
}

.nav .nav-la .la-a .a1{
	font-size: 12px;
	line-height: 1;
}

.nav .nav-la .la-a .a2{
	font-size: 15px;
	line-height: 1;
	margin-top: 2px;
}

.nav .nav-la .la-b{
	display: inline-block;
	font-size: 14px;
	color: red;
	line-height: 1;
	vertical-align: middle;
	margin-top: -18px;
	margin-left: 2px;
	padding-left: 15px;
	position: relative;
}

.nav .nav-la .la-b:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 10px;
	height: 6px;
	transform: translateY(-50%);
	background: url(../images/la-b.png) no-repeat center center/cover;
}

.nav .nav-la .la-b span{
	display: inline-block;
	color: #b5b6b6;
	margin-left: 7px;
}

.nav .nav-ra .ra-la ul li{
	float: left;
	margin-right: 40px;
}

.nav .nav-ra .ra-la ul li:last-child{
	margin-right: 0;
}

.nav .nav-ra .ra-la ul li .cup{
	display: block;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	padding: 32px 0 31px;
}

.nav .nav-ra .ra-la ul li .cup .cupa{
	display: inline-block;
	position: relative;
}

.nav .nav-ra .ra-la ul li .cup .cupa:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #009944;
	display: none;
}

.nav .nav-ra .ra-la ul .cur a{
	color: #009944;
}

.nav .nav-ra .ra-la ul .cur .cup .cupa:before{
	display: block;
}

.nav .nav-ra .ra-la ul li:hover a{
	color: #009944;
}

.nav .nav-ra .ra-la ul li:hover .cup .cupa:before{
	display: block;
}

.nav .nav-ra .sear {
	position: relative;
	padding: 30px 0 31px;
	margin-left: 46px;	
}

.nav .nav-ra .sear span{
	cursor: pointer; 
	float: left;
	width: 18px;
	height: 18px;
	background:url(../images/bba.png) no-repeat center;
}

.nav .nav-ra .sear:hover span{  
	background:url(../images/bbabg.png) no-repeat center;
}

.subsearch {
	display: block;
    width: 330px;
    position: absolute;
    top: 50px;
    left: -276px;
    display: none;
    padding-top: 47px;
}

.nav .nav-ra .sear:hover .subsearch {
    display: block;
}

.nav .menu{
	position: absolute;
	right: 3%;
	top: 50%;
	display: none;
	transform: translateY(-50%);
}

.nav .menu span {
    background: url(../images/menu_mo.png)center center/cover;
    width: 34px;
    height: 27px;
    display: inline-block;
}



.subsearch form {
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    height: 45px;
}

.subsearch form input.inp {
    width: 100%;
    border: none;
    border-left: 2px solid #93969d;
    background: none;
    outline: none;
    padding-left: 10px;
    color: #333;
}

.subsearch form input.subxx {
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
   	top: 2px;
    height: 40px;
    background: url(../images/ssbg.png) no-repeat center;
    font-size: 0;
    width: 25px;
}

.subsearch form:after {
    content: '';
    position: absolute;
    right: 36px;
    top: -8px;
    line-height: 0;
    border-width: 8px;
    border-color: #ffffff;
    border-top-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav .nav-ra .rc-lc{
	float: left;
	margin-left: 18px;
    margin-top: 30px;
}

.nav .nav-ra .rc-lc dl {
    position: relative;
    padding-bottom: 32px;
}

.nav .nav-ra .rc-lc dl dt {
    position: relative;
    padding: 0 14px 0 23px;
    font-size: 16px;
}

.nav .nav-ra .rc-lc dl dt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../images/dt.png) no-repeat center center/cover;
}

.nav .nav-ra .rc-lc dl dt:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 10px;
    height: 7px;
    transform: translateY(-50%);
    background: url(../images/zxta.png) no-repeat center center/cover;
}

.nav .nav-ra .rc-lc dl dd {
    background: #fff;
    position: absolute;
    top: 32px;
    width: 150px;
    display: none;
    border-radius: 3px;
}

.nav .nav-ra .rc-lc:hover dl dd {
	display: block;
}


.nav .nav-ra .rc-lc dl dd p {
    line-height: 1;
}

.nav .nav-ra .rc-lc dl dd a {
    color: #000000;
    display: inline-block;
    float: left;
    padding: 10px 0 10px 15px;
    width: 100%;
}

.nav .nav-ra .rc-lc dl dd a:last-child {
    margin-bottom: 0;
}

.nav .nav-ra .rcd-ld{
	font-size: 16px;
	color: #666666;
	line-height: 1;
	position: relative;
	margin-left: 23px;
	padding: 30px 0 33px 30px;
}

.nav .nav-ra .rcd-ld:before{
	position: absolute;
	content: "";
	left: 0;
	top: 48%;
	width: 21px;
	height: 12px;
	transform: translateY(-50%);
	background: url(../images/rcd-ld.png)no-repeat center center/cover;
}


/**sjnav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: #333333;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box.cur {
	left: 0;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box .box {
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.nav_box .nav-title {
	padding: 10px 0 10px 15px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .logop img{
	width: 60px;
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}
.nav_box .navlist ul>li p{
    color: #fff;
    text-align: center;
}
.nav_box .navlist ul>li p a{
    color: #fff;
    padding: 0 15px;
    line-height: 60px;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;

}

.nav_box .navlist ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
}

.nav_box .navlist ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


@media(max-width: 1920px) {
	.nav .nav-la .la-a .a2{
		margin-top: 0;
	}
}



/**首页**/
.index-banner{
	margin-top: 81px;
	position: relative;
}

.index-banner .indexswip{
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	width: 100%;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide{
	position: relative;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz{
	position: absolute;
	top: 50%;
	width: 40%;
	padding-left: 8.3%;
	transform: translateY(-50%);
	z-index: 5;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerzta{
	line-height: 57px;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztb{
	line-height: 57px;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztc{
	color: #666666;
	line-height: 18px;
	width: 430px;
	text-transform: uppercase;
	margin: 10px 0 70px;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg{
	overflow: hidden;
	border-radius: 5px;
	width: 60%;
	overflow: hidden;
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg img{
	-webkit-animation:haha2 800ms linear both; 
	animation:haha2 800ms linear both; 
}


@-webkit-keyframes haha2{
    0%{ transform: scale(1.1) }
    10%{ transform: scale(1.09) }
    20%{ transform: scale(1.08) }
    30%{ transform: scale(1.07) }
    40%{ transform: scale(1.06) }
    50%{ transform: scale(1.05) }
    60%{ transform: scale(1.04) }
    70%{ transform: scale(1.03) }
    80%{ transform: scale(1.02) }
    90%{ transform: scale(1.01) }
    100%{ transform: scale(1) }
}

.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg .sj{
	display: none;
}

.index-banner .dexswiper-pagination{
	bottom: .5%;
	left: 8.3%;
}

.index-banner .dexswiper-pagination .swiper-pagination-bullet{
	width: 51px;
	height: 3px;
	border-radius: 0;
	margin-right: 3px;
	opacity: 1;
	background: #b8b9b8;
	position: relative;
}

.index-banner .dexswiper-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

.index-banner .dexswiper-pagination .swiper-pagination-bullet:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #666666;
	transition: all 0.9s;
}

.index-banner .dexswiper-pagination .swiper-pagination-bullet-active:before{
	width: 100%;
}

.sbxxh .sbxxha{
	color: #bababa;
	margin-top: 10px;
	padding-bottom: 21px;
	margin-right: 3.8%;
}

.sbxxh .sbxxha span{
	width: 12px;
	height: 13px;
	margin-left: 11px;
	vertical-align: middle;
	display: inline-block;
	background: url(../images/xxha.png) no-repeat center center/cover;
}

.index-one{
	background: #f3f3f3;
	padding: 94px 0 130px;
}

.index-one .one-top .top-left{
	width: 53%;
	padding-top: 77px;
}

.index-one .one-top .top-left .left-nr{
	line-height: 30px;
	color: #666666;
	margin-top: 18px;
}

.index-one .one-top .top-right{
	width: 36.5%;
}

/*.index-one .one-top .top-right .img{*/
/*    height: 468px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.index-one .one-bottom{
	position: relative;
	margin-top: 64px;
}

.index-one .one-bottom .bottomd-left{
	width: 36.25%;
	background: #009943;
	overflow: hidden;
	border-radius: 10px;
}

.index-one .one-bottom .bottomd-left .ul li{
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	
}

.index-one .one-bottom .bottomd-left .ul li a{
	display: block;
	position: relative;
	padding: 36px 40px 35px 44px;
}

.index-one .one-bottom .bottomd-left .ul li a:before{
	position: absolute;
	content: "";
	left: 90%;
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 13px;
	transition: all 0.6s;
	background: url(../images/bottomd-left.png)right;
}

.index-one .one-bottom .bottomd-left .ul li a:hover:before{
	width: 26px;
	background: url(../images/bottomd-left.png)right;
}

.index-one .one-bottom .bottomd-left .ul li:last-child{
	border-bottom: 0;
}

.index-one .one-bottom .bottomd-left .ul li .ula{
	display: inline-block;
	color: #fff;
	line-height: 1;
}

.index-one .one-bottom .bottomd-left .ul li .ulb{
	display: inline-block;
	color: #fff;
	line-height: 1;
	opacity: .3;
	margin-left: 25px;
}

.index-one .one-bottom .bottomd-left .ul .cur{
	background: #008339;
	border-color: rgba(0, 0, 0, 0);
}
.index-one .one-bottom .bottomd-left .ul li:hover{
	background: #008339;
	border-color: rgba(0, 0, 0, 0);
}

.index-one .one-bottom .bottomd-right{
	width: 62.5%;
	position: absolute;
	height: 100%;
	right: 0;
	overflow: hidden;
	border-radius: 10px;
}

.index-one .one-bottom .bottomd-right .box1{
	position: absolute;
	height: 100%;
	width: 100%;
}

.index-one .one-bottom .bottomd-right .box1 .pmlid{
	position: absolute;
	bottom: 1vw;
	left: 1.8vw;
	-webkit-text-stroke: 1px #e7e7e7;
    color: transparent;
    font-size: 5.7vw;
    line-height: 1;
    margin-top: 44px;
}

/*.index-two {*/
/*	padding: 35px 0 0;*/
/*}*/

.index-two .two-dw{
	position: absolute;
	bottom: -63px;
	width: 100%;
}

.index-two .two-dw .dw-top{
	background: #fff;
	width: 62.5%;
	border-radius: 10px;
	float: right;
	padding: 63px 0 63px 71px;
}

.index-two .two-dw .dw-top .dw-top1{
	margin-top: 21px;
	color: #828282;
	margin-bottom: 34px;
}

.index-three{
	padding: 160px 0 145px;
	background: #f3f3f3;
}

.index-three .three-top {
	position: relative;
}

.index-three .three-top .top-right{
	position: absolute;
	right: 0;
	bottom: 0;
}

.index-three .three-top .top-right ul li{
	float: left;
	width: 137px;
	height: 51px;
	line-height: 51px;
	border-radius: 40px;
	text-align: center;
	border: 1px solid #c8c8c8;
	margin-right: 8px;
	color: #666666;
	cursor:pointer;
	font-size: 16px;
}

.index-three .three-top .top-right ul .cur{
	color: #fff;
	background: #009944;
	border-color: #009944;
}

.xxtsan a{
	display: block;
	font-size: 16px;
	width: 154px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	color: #666666;
}

.xxtsan a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #009944;
	transition: all 0.5s;
}

.xxtsan a:hover{
	color: #fff;
	border-color: #009944;
}

.xxtsan a:hover:before{
	width: 100%;
}

.xxtsan a i{
	font-style: normal;
	position: relative;
	z-index: 2;
}

.xxtsan a span{
	width: 14px;
	height: 12px;
	margin-top: -1px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	background: url(../images/wzana.png) no-repeat center center/cover;
	position: relative;
	z-index: 2;
}

.xxtsan a:hover span{
	background: url(../images/wzan.png) no-repeat center center/cover;
}

.index-three .three-bottom{
	margin-top: 46px;
}

.index-three .three-bottom .box1 .box1-left{
	width: 36.25%;
	border-radius: 5px;
	overflow: hidden;
}

.index-three .three-bottom .box1 .box1-left .img img{
	height: 410px;
}


.index-three .three-bottom .box1 .box1-left .box1-nr{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr{
	position: absolute;
	bottom: 37px;
	width: 100%;
	padding: 0 40px 0 40px;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr .boxr1{
	color: #fff;
	margin-bottom: 7px;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr .boxr2{
	color: #fff;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a:hover .x1-nr .boxr2{
	color: #009944;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr .boxr3{
	color: #fff;
	margin-top: 8px;
}

.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr .boxr3 span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 6px;
	background: url(../images/boxr3.png) no-repeat center center/cover;
}

.index-three .three-bottom .box1 .box1-right{
	/* width: 62.5%; */
}

.index-three .three-bottom .box1 .box1-right .rightoo-l{
	background: #fff;
	width: 31.5%;
	/* height: 410px; */
	margin-right: 2.02%;
	border-radius: 5px;
	overflow: hidden;
	padding: 40px 40px 40px 40px;
}
.index-three .three-bottom .box1 .box1-right .rightoo-l .img{
	height: 200px;
	overflow: hidden;
}
.index-three .three-bottom .box1 .box1-right .rightoo-l .img img{
	object-fit: cover;
}
.index-three .three-bottom .box1 .box1-right .rightoo-l a{
	display: block;
	width: 100%;
	height: 100%;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr1{
	color: #888888;
	line-height: 1;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr2{
	margin:10px 0;
	color: #333333;
	/* margin-top: 45px; */
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a:hover .boxr2{
	color: #009944;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr3{
	line-height: 25px;
	color: #999999;
	margin-top: 7px;
	margin-bottom: 30px;
	height: 100px;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr3 p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;	
	
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr4{
	color: #666666;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr4 span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-top: -3px;
	vertical-align: middle;
	margin-left: 6px;
	background: url(../images/boxr3.png) no-repeat center center/cover;
}

.index-three .three-bottom .box1 .box1-right .rightoo-l:last-child{
	margin-right: 0;
}

.index-four{
	padding: 106px 0 20px;
}

.index-four .four-top{
	position: relative;
	margin-bottom: 62px;
}

.index-four .four-top .our-left{
	width: 70%;
}

.index-four .four-top .our-left .our-t1{
	color: #222222;
	line-height: 56px;
}

.index-four .four-top .our-left .our-t2{
	margin-top: 15px;
	color: #666666;
}

.index-four .four-top .our-right{
	position: absolute;
	bottom: 0;
	right: 0;
}

.index-four .dex-four .dex-fourw{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.index-four .dex-four .img{
	overflow: hidden;
	border-radius: 10px;	
}

.index-four .dex-four .dex-fourw .fourew{
	width: 33.33%;
	text-align: center;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .46);
}

.index-four .dex-four .dex-fourw .fourew:last-child{
	border-right: 0;
	border-bottom: 0;
}

.index-four .dex-four .dex-fourw .fourew a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.index-four .dex-four .dex-fourw .fourew a:hover{
	background: rgba(0, 0, 0, .25);
}

.index-four .dex-four .dex-fourw .fourew a .tdw{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.index-four .dex-four .dex-fourw .fourew a .tdw .dww{
	color: #fff;
	margin-top: 17px;
}

.index-four .dex-four .dex-fourw .fourew a .tdw .dww span{
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 6px;
	margin-top: -6px;
	vertical-align: middle;
	background: url(../images/dww.png) no-repeat center center/cover;
}

.footer .footersyc{
	background: #222222;
	padding: 63px 0 54px;
}

.footer .footersyc .footer-top .ooter-topl{
	width: 90px;
}

.footer .footersyc .footer-top .ooter-topr{
	border-bottom: 1px solid #393939;
	width: calc(100% - 107px);
	padding-bottom: 14px;
	margin-top: 13px;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-a{
	border: 1px solid #606161;
	display: inline-block;
	border-radius: 5px;
	padding: 7px 5px 5px 8px;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-a .a1{
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-a .a2{
    font-size: 15px;
    line-height: 1;
    margin-top: 2px;
    color: #fff;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-b{
    display: inline-block;
    font-size: 14px;
    color: red;
    line-height: 1;
    vertical-align: middle;
    margin-top: -18px;
    margin-left: 2px;
    padding-left: 15px;
    position: relative;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-b:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    background: url(../images/la-b.png) no-repeat center center/cover;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-left .la-b span {
    display: inline-block;
    color: #b5b6b6;
    margin-left: 7px;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right{
	margin-top: 11px;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right ul li{
	float: left;
	margin-right: 55px;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right ul li:last-child{
	margin-right: 0;
}

.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right ul li a{
	color: #fff;
	line-height: 1;
}

.footer .footersyc .footer-zjd{
	margin-top: 35px;
}

.footer .footersyc .footer-zjd .zjd-left p{
	color: #747474;
	line-height: 26px;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-t{
	color: #707070;
	margin-top: 2px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 7px;
	margin-bottom: 15px;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul li{
	float: left;
	margin-right: 15px;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul li:last-child{
	margin-right: 0;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul .ewm{
	position: relative;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul .ewm .sbjg{
	position: absolute;
	background: #000;
	width: 100px;
	height: 100px;
	left: 50%;
	top: -110px;
	transform: translateX(-50%);
	display: none;
}

.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul .ewm:hover .sbjg{
	display: block;
}

.footer .footerbposa{
	background: #1f1f1f;
	padding: 23px 0 23px;
}

.footer .footerbposa .bposa{
	line-height: 1;
	font-size: 12px;
	color: #505050;
}


.footer .footerbposa .bposb a{
	display: block;
	color: #505050;
	margin-right: 20px;
	line-height: 1;
	font-size: 12px;
	display: inline-block;
	position: relative;
}

.footer .footerbposa .bposb a:before{
	position: absolute;
	content: "";
	right: -13px;
	height: 100%;
	width: 1px;
	background: #505050;
}

.footer .footerbposa .bposb a:last-child{
	margin-right: 0;
}

.footer .footerbposa .bposb a:last-child:before{
	display: none;
}

.dbmo{
	display: none;
	padding: 0 3%;
	margin-top: 25px;
}

@media(max-width: 1680px) {
	.index-one .one-top .top-left {
    	padding-top: 58px;
	}

	.index-four .four-top .our-left .our-t1 {
	    line-height: 45px;
	}
}

@media(max-width: 1500px) {
	.index-one {
    	padding: 74px 0 110px;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz {
	    padding-left: 5%;
	}

	.index-banner .dexswiper-pagination{
		left: 5%;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerzta {
    	line-height: 49px;
	}

	.text .text2 {
    	line-height: 40px;
	}

	.index-one .one-bottom .bottomd-left .ul li a {
    	padding: 26px 40px 25px 44px;
	}

	.index-one .one-bottom .bottomd-right .box1 .pmlid {
	    font-size: 5vw;
	}

	.index-four .dex-four .dex-fourw .fourew a .tdw .icon img{
		width: 110px;
	}

	.index-two .two-dw .dw-top {
	    padding: 43px 51px 43px 51px;
	}

	.index-three {
	    padding: 130px 0 125px;
	}

	.index-four .four-top .our-left .our-t1 {
	    line-height: 41px;
	}

	.nav {
	    padding: 0 40px;
	}

	.nav .nav-ra .sear {
	    margin-left: 25px;
	}

}

@media(max-width: 1480px) {
	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztb {
    	line-height: 50px;
	}


	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerzta {
    	line-height: 41px;
	}

	.wzan a {
	    line-height: 45px;
	    height: 45px;
	    width: 165px;
	}

	.index-three .three-top .top-right ul li {
	    height: 45px;
	    line-height: 44px;
	}

	.xxtsan a{
		height: 45px;
	    line-height: 44px;	
	}

	.wzan a span {
	    margin-top: -3px;
	}

	.index-one .one-bottom .bottomd-left .ul li a {
	    padding: 26px 25px 25px 25px;
	}

	.index-two .two-dw .dw-top {
    	padding: 43px 35px 43px 35px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l {
	    padding: 47px 20px 30px 20px;
	}

	.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr {
	    padding: 0 20px 0 20px;
	}

	.index-four .four-top .our-left .our-t1 {
	    line-height: 36px;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztc {
	    width: 327px;
	}

	.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right ul li {
	    margin-right: 35px;
	}
}

@media(max-width: 1280px) {
	.nav .nav-ra .ra-la ul li {
	    margin-right: 25px;
	}

	.index-four .dex-four .dex-fourw .fourew a .tdw .icon img {
    	width: 90px;
	}

	.index-one .one-top .top-left {
		padding-top: 28px;
	}
}

@media(max-width: 1180px) {
	.nav .nav-ra .ra-la ul li {
	    margin-right: 15px;
	}

	.footer .footersyc .footer-top .ooter-topr .toprb .toprb-right ul li {
	    margin-right: 25px;
	}
}

@media(max-width: 1100px) {
	.nav .nav-ra{
		display: none;
	}

	.nav{
		padding: 0 3%;
	}

	.nav .nav-la{
		display: none;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg{
		width: 100%;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg .pc{
		display: none;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg .sj{
		display: block;
	}

	.index-banner .indexswip{
		position: inherit;
	}

	.index-banner .zszgl{
		display: none;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerzta,
	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztb,
	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztc{
		color: #fff;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz{
		width: 100%;
		padding: 0 3%;
	}

	.sbxxh{
		display: none;
	}

	.nav .logo {
    	padding-top: 10px;
    	padding-bottom: 12px;
	}

	.nav .logo a img {
	    height: auto;
	    width: 65px;
	}

	.index-banner {
    	margin-top: 71px;
	}

	.nav .menu{
		display: block;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerzta{
		line-height: 1.5;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztb{
		line-height: 1.5;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztc{
		width: 100%;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliwz .bannerztc {
	    margin: 10px 0 28px;
		line-height: 1.6;
	}

	.index-banner .dexswiper-pagination {
    	left: 3%;
    	bottom: 25px;
	}

	.index-banner .dexswiper-pagination .swiper-pagination-bullet {
    	margin-right: 10px;
	}

	.index-one{
		padding: 35px 0 45px;
	}

	.index-one .one-top .top-right{
		display: none;
	}

	.index-one .one-top .top-left{
		padding-top: 0;
		width: 100%;
	}

	.index-banner .indexswip .dexswiper .swiper-slide .slide .sliimg{
		border-radius: 0;
	}

	.index-one .one-bottom {
	    margin-top: 25px;
	}

	.index-one .one-bottom .bottomd-left .ul li .ula{
		font-size: 16px;
	}

	.index-one .one-bottom .bottomd-right .box1 .pmlid {
    	font-size: 40px; bottom: 10px;
	}

	.index-one .one-bottom .bottomd-left .ul li a {
    	padding: 20px 15px 20px 15px;
	}

	.index-one .one-bottom .bottomd-left .ul li a:before{
		right: 15px;
	}

	.index-one .one-bottom .bottomd-left .ul li a:hover:before {
	    width: 15px;
	    background: url(../images/bottomd-left.png)right;
	}

	.index-two .two-dw .dw-top {
    	padding: 25px 0 35px 0;
    	width: 100%;
	}

	.index-two .two-dw {
		position: initial;
	    width: 100%;
	}

	.index-two .two-dw .dw-top .dw-top1 {
    	margin-top: 5px;
    	margin-bottom: 20px;
	}

	.wzan a{
		font-size: 14px;
		line-height: 40px;
	    height: 40px;
	    width: 152px;
	}

	.index-two .img{
		padding: 0 3%;
	}

	.index-three{
		padding: 35px 0 45px;
	}

	.index-three .three-top .top-right{
		width: 100%;
		position: initial;
		margin-top: 10px;
	}

	.index-three .three-top .top-right ul li {
	    font-size: 14px;
	}

	.index-three .three-top .top-right ul li {
	    height: 40px;
	    line-height: 38px;
	    width: 32.66%;
	    margin-right: 1%;
	}

	.xxtsan a{
		font-size: 14px;
		height: 40px;
	    line-height: 38px;
	}

	.index-three .three-top .top-right .zssta .rll {
	    width: 76%;
	    margin-right: .8%;
	}

	.index-three .three-top .top-right .zssta .rl {
	    width: 23.2%;
	}

	.index-three .three-top .top-right .zssta .rl .xxtsan a{
		width: 100%;
	}

	.index-three .three-top .top-right ul li:last-child{
		margin-right: 0;
	}

	.index-three .three-bottom {
    	margin-top: 25px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr3{
		line-height: 1.6;
	}

	.index-three .three-bottom .box1 .box1-left{
		width: 100%;
		margin-bottom: 20px;
	}

	.index-three .three-bottom .box1 .box1-left .img img {
	    height: auto;
	}

	.index-three .three-bottom .box1 .box1-left .box1-nr a .x1-nr {
	    padding: 0 15px 0 15px;
	    bottom: 20px;
	}

	.index-three .three-bottom .box1 .box1-right{
		width: 100%;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l{
		height: auto;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l {
    	padding: 20px 15px 25px 15px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr3{
		height: auto;
		margin-bottom: 50px;
	}

	.index-four{
		padding: 35px 0 45px;
	}

	.index-four .four-top .our-left{
		width: 100%;
	}

	.index-four .four-top .our-right{
		display: none;
	}

	.index-four .four-top {
	    margin-bottom: 25px;
	}

	.index-four .four-top .our-left .our-t1{
		line-height: 1.5;
	}

	.index-four .four-top .our-left .our-t2 {
	    margin-top: 5px;
	}

	.index-four .dex-four .dex-fourw .fourew a .tdw .dww{
		font-size: 20px;
	}

	.index-four .dex-four .dex-fourw .fourew a .tdw .icon img {
    	width: 75px;
	}

	.footer .footersyc .footer-top .ooter-topr{
		display: none;
	}

	.footer .footerbposa{
		display: none;
	}

	.footer .footersyc{
		padding: 35px 0 45px;
	}

	.footer {
		text-align: center;
	}

	.footer .footersyc .footer-top .ooter-topl{
		display: inline-block;
		float: initial;
	}

	.footer .footersyc .footer-zjd .zjd-left{
		width: 100%;
	}

	.footer .footersyc .footer-zjd .zjd-right{
		width: 100%;
	}

	.footer .footersyc .footer-zjd .zjd-right .zjdr-t{
		text-align: center;
		padding-right: 7px;
    	margin-bottom: 20px;
	}

	.footer .footersyc .footer-zjd .zjd-right .zjdr-tb ul{
		display: inline-block;
	}

	.footer .footersyc .footer-zjd {
    	margin-top: 15px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr2 {
	    margin-top: 25px;
	}

	.dbmo{
		display: block;
	}

	.bannersj{
		display: block;
	}

	.bannerpc{
		display: none;
	}

}

@media(max-width: 1024px) {
	.index-one .one-bottom .bottomd-left{
		width: 100%;
		margin-bottom: 20px;
	}

	.index-one .one-bottom .bottomd-right{
		position: initial;
		width: 100%;
		height: 300px;
	}

	.index-one .one-bottom .bottomd-right .box1{
		position: initial;
	}

	.index-one .one-bottom .bottomd-left .ul li .ula,
	.index-one .one-bottom .bottomd-left .ul li .ulb{
		font-size: 16px;
	}

	.index-one .one-bottom .bottomd-left .ul li a {
    	padding: 15px 15px 15px 15px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l{
		width: 100%;
		margin-bottom: 20px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l:last-child{
		margin-bottom: 0;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr2 {
	    margin-top: 15px;
	}

	.index-three .three-bottom .box1 .box1-right .rightoo-l a .boxr3 {
	    margin-bottom: 25px;
	}
}

@media(max-width: 750px) {
	.index-four .dex-four .dex-fourw .fourew{
		width: 100%;
		height: 217px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	.index-four .dex-four .img img{
		height: 650px;
	}



}

@media(max-width: 620px){
	.index-three .three-top .top-right{
		overflow: scroll;
	}

	.index-three .three-top .top-right .zssta{
		min-width: 600px;
	}

	.index-three .three-top .top-right::-webkit-scrollbar {
		display: none
	}
	.index-three .three-top .top-right ul li{
		width: auto;
		margin-right: 10px;
		padding: 10px 16px; line-height: 1;height: auto;
	}

	.index-three .three-top .top-right .zssta .rll {
	    width: 431px;
	    margin-right: 10px;
	}
    .index-three .three-top .top-right .zssta .rll { width: auto; }

	.index-three .three-top .top-right .zssta .rl .xxtsan a{
		width: 137px; width: auto; padding: 10px 16px; height:auto; line-height: 1; 
	}

	.index-three .three-top .top-right .zssta .rl{
		width: auto;
	}
}
@media(max-width: 500px){
    .index-three .three-top .top-right ul li{
		width: auto;
		margin-right: 5px;
		padding: 6px 10px; line-height: 1;height: auto;
	}
	.index-three .three-top .top-right .zssta .rl .xxtsan a{
		width: 137px; width: auto; padding: 6px 10px; font-size: 13px; height:auto; line-height: 1; 
	}
}



/**团队详情**/


.nybanner .nysmdlban{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 100%;
}

.nybanner .nysmdlban .nyscdwz{
	position: absolute;
    top: 50%;
    padding-left: 8.3%;
    transform: translateY(-50%);
}

.nybanner .nysmdlban .nyscdwz .text .text1:before{
	top: 60%;
}

.nybanner .nysmdlban .sliimg{
	width: 60.5%;
	overflow: hidden;
}

.nybanner .nysmdlban .sliimg img{
	-webkit-animation:haha2 800ms linear both; 
	animation:haha2 800ms linear both; 
}


.tsdmbx{
	width: 100%;
	z-index: 1;
	height: 60px;
	text-align: right;
	padding: 22px 7% 0 0;
	position: relative;
	margin-top: -3.1%;
}

.tsdmbx:before{
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 13px;
	background: url(../images/xxha.png) no-repeat center center/cover;
}

.tsdmbx .mbxa {
    display: inline-block;
    position: relative;
    line-height: 16px;
    padding-left: 25px;
}

.tsdmbx .mbxa:before{
	position: absolute;
	left: 0;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../images/locabg.png)no-repeat center center/cover;
}

.tsdmbx  .mbxa a {
    font-size: 14px;
    color: #999999;
}

.tsdmbx  .mbxa .cur{
	color: #666666;
}

.team-one{
	background: url(../images/team-one.jpg) no-repeat center center/cover;
	padding: 6.4vw 0;
}

.team-one .clearfix{
	position: relative;
}

.team-one .one-left{
	width: 35.8%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.team-one .one-left img{
	height: 100%;
	/*position: absolute;*/
}

.team-one .one-right{
	width: 62.81%;
	float: right;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 84px 65px 77px 65px;
}

.team-one .one-right .right-t .t1{
	color: #222222;
	line-height: 1;
}

.team-one .one-right .right-t .t2{
	color: #666666;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.team-one .one-right .right-ta{
	line-height: 28px;
	color: #666666;
	margin-top: 33px;
	margin-bottom: 62px;
}

.team-one .one-right .oc .fxan a{
	display: block;
	font-size: 15px;
	width: 177px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border-radius: 40px;
	background: #009944;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.team-one .one-right .oc .fxan a i{
	font-style: normal;
	position: relative;
	z-index: 2;	
}

.team-one .one-right .oc .fxan a span{
	background: url(../images/fxdz.png) no-repeat center center/cover;
	width: 14px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.team-one .one-right .oc .fxan a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: red;
	transition: all 0.5s;
}

.team-one .one-right .oc .fxan a:hover:before{
	width: 100%;
}


@media(max-width: 1500px) {
	.nybanner .nysmdlban .nyscdwz{
		padding-left: 5%;
	}
}

@media(max-width: 1480px) {
	.team-one .one-right .right-ta{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 25px;
	    margin-bottom: 32px;
	}

	.team-one .one-right {
	    padding: 50px 35px 40px 35px;
	}

}

@media(max-width: 1100px) {
	.tsdmbx{
		display: none;
	}

	.nybanner .img{
		display: none;
	}

	.nybanner .nysmdlban{
		position: initial;
	}

	.nybanner .nysmdlban .sliimg{
		width: 100%;
	}

	.nybanner .nysmdlban .nyscdwz{
		padding-left: 3%;
		z-index: 5;
	}

	.nybanner .nysmdlban .nyscdwz .text .text1:before{
		background: #fff;
	}

	.nybanner .nysmdlban .nyscdwz .text .text1{
		color: #fff;
	}

	.nybanner .nysmdlban .nyscdwz .text .text2{
		color: #fff;
	}

	.team-one{
		padding: 35px 0 45px;
	}

	.team-one .one-left{
		width: 100%;
		height: auto;
		position: initial;
	}

	.team-one .one-left img{
		position: initial;
	}

	.team-one .one-right{
		width: 100%;
		margin-top: 25px;
		padding: 25px 15px 30px 15px;
	}

	.team-one .one-right .right-t .t2 {
	    margin-top:  8px;
	    padding-bottom: 15px;
	}

	.team-one .one-right .right-ta {
	    margin-top: 13px;
	    margin-bottom: 25px;
	}

	.team-one .one-right .oc .fxan a {
	    font-size: 14px;
	    width: 150px;
	    height: 45px;
	    line-height: 45px;
	}
}




/**auto**/
.About-one{
	background: #f3f3f3;
	padding: 5.4vw 0 5vw;
	position: relative;
}

.About-one .one-left{
	background: #019944;
	border-radius:10px 0 0 10px;
	overflow: hidden;
	width: 37.5%;
	padding: 59px 40px 54px 40px;
}

.About-one .one-left .onelefta{
	border-bottom: 1px solid #3eb070;
}

.About-one .one-left .onelefta:last-child{
	border-bottom: 0;
}

.About-one .one-left .onelefta .eftaa{
	width: 50%;
	float: left;
	padding: 54px 0 43px;
}

.About-one .one-left .onelefta .eftaa:last-child{
	padding-left: 13%;
}

.About-one .one-left .onelefta .eftaa .taa1{
	font-size: 80px;
	line-height: .8;
	color: #fff;
}

.About-one .one-left .onelefta .eftaa .taa2{
	color: #fff;
	margin-top: 21px;
}

.About-one .one-right{
	background: #fff;
	width: 62.5%;
	position: absolute;
	right: 0;
	height: 100%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	padding: 76px 60px 0 104px;
	overflow-y: scroll;
}

.About-one .one-right:before{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
    width: 30.42vw;
    height: 18.3vw;
	background: url(../images/About-one1.png) no-repeat center center/cover;
}

.About-one .one-right .onerightb{
	line-height: 28px;
	color: #666666;
	margin-top: 20px;
	overflow-x: hidden;
    height: 13vw;
    padding-right: 20px;
    overflow-y: scroll;
    position: relative; z-index: 10;
}

.About-one .one-right .onerightb::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.About-one .one-right .onerightb::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	background: #019944;
}

.About-one .one-right .onerightb::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
}

.About-two{
	background: url(../images/About-two.jpg) no-repeat center center/cover;
	padding: 7.4vw 0 6.5vw;
}

.About-two .two-top .text .text1{
	color: #fff;
}

.About-two .two-top .text .text1:before{
	background: #fff;
}

.About-two .two-top .text .text2{
	color: #fff;
}

.About-two .two-bottom{
	margin-top: 58px;
}

.About-two .two-bottom ul li{
	float: left;
	background: #fff;
	width: 49%;
    margin-right: 1.16%;
    border-radius: 10px;
    padding: 49px 0 50px 0;
}

.About-two .two-bottom ul li:last-child{
	margin-right: 0;
}

.About-two .two-bottom ul li .two-wz{
	color: #333333;
	margin-top: 35px;
	line-height: 30px;
}

.About-three{
	background: #f3f3f3;
	padding: 7vw 0 7.5vw;
}

.About-three .three-top{
	position: relative;
}

.About-three .three-top .thre-right{
	position: absolute;
	right: 0;
	bottom: -9px;
}

.About-three .three-top .thre-right ul li{
	float: left;
	width: 137px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border: 1px solid #cacaca;
	border-radius: 40px;
	margin-right: 10px;
}

.About-three .three-top .thre-right ul li:last-child{
	margin-right: 0;
}

.About-three .three-top .thre-right ul .cur{
	background: #009944;
	color: #fff;
	border: 1px solid #009944;
}

.About-three .three-bottom{
	margin-top: 40px;
}

.About-three .three-bottom .box{
	position: relative;
}

.About-three .three-bottom .box .swiper-button-next:after,
.About-three .three-bottom .box .swiper-button-prev:after{
	opacity: 0;
}

.About-three .three-bottom .box .swiper-button-next,
.About-three .three-bottom .box .swiper-button-prev{
	width: 56px;
	height: 56px;
}

.About-three .three-bottom .box .swiper-button-next{
	background: url(../images/next.png) no-repeat center center/cover;
	right: -77px;
}

.About-three .three-bottom .box .swiper-button-prev{
	background: url(../images/prev.png) no-repeat center center/cover;
	left: -77px;
}

.About-three .three-bottom .box .swiper-button-next:hover{
	background: url(../images/nexta.png) no-repeat center center/cover;
}

.About-three .three-bottom .box .swiper-button-prev:hover{
	background: url(../images/preva.png) no-repeat center center/cover;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide{
	background: #fff;
	padding: 10px 40px 10px 10px;
	border-radius: 10px;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-left{
	width: 338px;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right{
	width: calc(100% - 380px);
	padding: 50px 0 0 0;
}


.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-a{
	color: #333333;
	line-height: 1;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-b{
	color: #333333;
	margin-top: 5px;
	padding-bottom: 21px;
	border-bottom: 1px solid #e7e7e7;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c{
	color: #666666;
	line-height: 26px;
	margin-top: 25px;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-d{
	color: #666666;
	line-height: 1;
	margin-top: 45px;
}

.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-d span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 13px;
	margin-top: -4px;
	vertical-align: middle;
	background: url(../images/de-d.png)no-repeat center center/cover;
} 

.About-five{
	padding: 7vw 0 6.5vw;
}

.About-five .five-top{
	position: relative;
}

.About-five .five-top .five-right{
	position: absolute;
	right: 0;
	bottom: 0;
}

.About-five .five-top .five-right .fiveabout-next,
.About-five .five-top .five-right .fiveabout-prev{
	position: initial;
	margin-top: 0;
	width: 56px;
	height: 56px;
}

.About-five .five-top .five-right .fiveabout-next:after,
.About-five .five-top .five-right .fiveabout-prev:after{
	opacity: 0;
}

.About-five .five-top .five-right .fiveabout-next{
	background: url(../images/next.png)no-repeat center center/cover;
	margin-left: 10px;
}

.About-five .five-top .five-right .fiveabout-prev{
	background: url(../images/prev.png)no-repeat center center/cover;
}

.About-five .five-top .five-right .fiveabout-next:hover{
	background: url(../images/nexta.png)no-repeat center center/cover;
}

.About-five .five-top .five-right .fiveabout-prev:hover{
	background: url(../images/preva.png)no-repeat center center/cover;
}

.About-five .five-bottom{
	background: #f3f3f3;
	border-radius: 10px;
	padding: 10px 50px 10px 10px;
	margin-top: 54px;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide{
	position: relative;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deleft{
	width: 36.875%;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright{
	width: 56.5%;
	height: 100%;
	padding-top: 30px;
	position: absolute;
	right: 0;

}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an{
	margin-bottom: 30px;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an .an{
	float: left;
    width: 137px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 40px;
    margin-right: 10px;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an .an:last-child{
	margin-right: 0;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an .cur {
    background: #009944;
    color: #fff;
    border: 1px solid #009944;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wznrmd .box .rmdp p{
	color: #333333;
	margin-bottom: 15px;
}
.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wznrmd .box .rmdp p::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 119px;
    width: 6px;
    height: 6px;
    background: #009944;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbbottmad{
	font-size: 6.5vw;
	color: #dbdbdb;
	position: absolute;
	right: 2vw;
	bottom: 2vw;
}

.About-five .sjz{
	text-align: center;
	position: relative;
	margin-top: 70px;
}

.About-five .sjz:after{
	position: absolute;
	content: "";
	top: 33px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e1e1e1;
}

.About-five .sjz .sjzmp .swiper-wrapper{
	padding-top: 15px;
}

.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide{
	color: #cbcbcb;
	font-size: 22px;
	line-height: 1;
	padding-top: 40px;
	position: relative;
}

.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide:before{
	position: absolute;
	content: "";
	top: 0;
	width: 21px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/sjzmp.png)no-repeat center center/cover;
}

.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active{
	font-size: 30px;
	color: #009944;
}

.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active:before{
	background: url(../images/sjzmpa.png)no-repeat center center/cover;
	width: 29px;
	height: 33px;
	top: -13px;
}

.About-six{
	background: #f3f3f3;
	padding: 7.5vw 0 7vw;
}

.About-six .six-top{
	margin-bottom: 39px;
}

.About-six .six-bottom ul li{
	float: left;
	width: 49.1%;
	background: #fff;
	margin-right: 1.8%;
	border-radius: 10px;
	overflow: hidden;
}

.About-six .six-bottom ul li:last-child{
	margin-right: 0;
}

.About-six .six-bottom ul li a{
	display: block;
}

.About-six .six-bottom ul li a .six-nrxsa{
	background: #fff;
	color: #333333;
	position: relative;
	padding: 28px 23px 26px 28px;
}

.About-six .six-bottom ul li a:hover .six-nrxsa{
	color: #009944;
}

.About-six .six-bottom ul li a .six-nrxsa:before{
	position: absolute;
	content: "";
	top: 50%;
	right: 23px;
	width: 25px;
	height: 16px;
	transform: translateY(-50%);
	background: url(../images/six-nrxsa.png) no-repeat center center/cover;
}

.About-six .six-bottom ul li a:hover .six-nrxsa:before{
	background: url(../images/six-nrxsa1.png) no-repeat center center/cover;
}

@media(max-width: 1850px) {
	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c p{
		-webkit-line-clamp: 3;
	}
}

@media(max-width: 1680px) {
	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbbottmad {
	    font-size: 6vw;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active {
	    font-size: 27px;
	}

	.About-one .one-left .onelefta .eftaa .taa1 {
	    font-size: 70px;
	}
}

@media(max-width: 1500px) {
	.About-one .one-left .onelefta .eftaa .taa1 {
    	font-size: 55px;
	}

	.About-one .one-right {
	    padding: 111px 60px 0 94px;
	}

	.About-two .two-bottom ul li .icon img{
		width: 95px;
	}

	.About-three .three-bottom .box .swiper-button-next,
	.About-three .three-bottom .box .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	}

	.About-three .three-bottom .box .swiper-button-prev {
	    left: -55px;
	}

	.About-three .three-bottom .box .swiper-button-next{
		right: -55px;
	}

	.About-five .five-top .five-right .fiveabout-next, .About-five .five-top .five-right .fiveabout-prev {
	    width: 50px;
	    height: 50px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-left {
	    width: 320px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right {
	    width: calc(100% - 343px);
	    padding: 30px 0 0 0;
	}
}

@media(max-width: 1480px) {
	.About-one .one-left .onelefta .eftaa .taa1 {
	    font-size: 50px;
	}

	.About-one .one-left .onelefta .eftaa {
	    padding: 43px 0 33px;
	}

	.About-one .one-left {
	    padding: 39px 40px 30px 40px;
	}

	.About-one .one-right {
    	padding: 75px 35px 0 60px;
	}

	.About-three .three-top .thre-right ul li{
		height: 45px;
		line-height: 45px;
	}

	.About-five .five-top .five-right .fiveabout-next, .About-five .five-top .five-right .fiveabout-prev {
	    width: 45px;
	    height: 45px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an .an{
		height: 45px;
		line-height: 45px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deleft {
	    width: 39%;
	}

	.About-six .six-bottom ul li a .six-nrxsa {
	    padding: 25px 20px 22px 20px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c p{
		-webkit-line-clamp: 2;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-left {
	    width: 285px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right {
    	width: calc(100% - 310px);
	}
}

@media(max-width: 1280px) {
	.About-one .one-left .onelefta .eftaa .taa1 {
    	font-size: 45px;
	}

	.About-two .two-bottom ul li .icon img {
    	width: 85px;
	}

	.About-two .two-bottom ul li {
	    padding: 39px 0 40px 0;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active {
	    font-size: 24px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbbottmad {
	    font-size: 5vw;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbbottmad {
	    bottom: 1vw;
	}

	.About-three .three-bottom .box .swiper-button-prev {
	    left: -25px;
	}

	.About-three .three-bottom .box .swiper-button-next{
		right: -25px;
	}

	.About-three .three-bottom .box .swiper-button-next, .About-three .three-bottom .box .swiper-button-prev {
	    width: 45px;
	    height: 45px;
	}
}

@media(max-width: 1200px) {
	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-left {
	    width: 240px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right {
    	width: calc(100% - 258px);
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c{
		font-size: 14px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-d {
    	margin-top: 20px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c {
	    line-height: 1.6;
	    margin-top: 17px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-b{
		font-size: 15px;
	}
}

@media(max-width: 1100px) {
	.About-one,
	.About-two,
	.About-three,
	.About-five,
	.About-six{
		padding: 35px 0 45px;
	}

	.About-one .one-left{
		width: 100%;
		border-radius: 10px 10px 0 0;
		padding: 15px 15px 15px 15px;
	}

	.About-one .one-right{
		position: initial;
		width: 100%;
		padding: 25px 15px 30px 15px;
		border-radius:0 0 10px 10px;
	}

	.About-one .one-left .onelefta .eftaa .taa1 {
	    font-size: 35px;
	}

	.About-one .one-left .onelefta .eftaa {
    	padding: 20px 0 20px;
	}

	.About-one .one-left .onelefta .eftaa:last-child{
		padding-left: 0;
	}

	.About-one .one-left .onelefta .eftaa .taa2 {
	    margin-top: 5px;
	}

	.About-one .one-right .onerightb{
		line-height: 1.6;
		margin-top: 10px;
	}

	.About-one .one-right:before{
		display: none;
	}

	.About-two .two-bottom{
		margin-top: 25px;
	}

	.About-two .two-bottom ul li .two-wz{
		font-size: 16px;
		line-height: 1.6;
		margin-top: 15px;
	}

	.About-two .two-bottom ul li .icon img {
    	width: 75px;
	}

	.About-two .two-bottom ul li {
	    padding: 25px 0 30px 0;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-left{
		width: 100%;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right{
		width: 100%;
		padding-top: 25px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-b {
    	font-size: 14px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-c {
	    margin-top: 10px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide .slide .slide-right .de-b {
	    padding-bottom: 13px;
	}

	.About-three .three-bottom .box .swiper-wrapper .swiper-slide {
	    padding: 20px 15px 25px 15px;
	    border-radius: 10px;
	}

	.About-three .three-top .thre-right ul li {
    	height: 40px;
    	line-height: 40px;
	}

	.About-three .three-top .thre-right{
		bottom: 0;
	}

	.About-three .three-bottom{
		margin-top: 25px;
	}

	.About-three .three-bottom .box .swiper-button-next, .About-three .three-bottom .box .swiper-button-prev{
		display: none;
	}

	.About-five .five-bottom{
		margin-top: 25px;
		padding: 20px 15px 25px 15px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deleft{
		width: 100%;
		border-radius: 25px;
		overflow: hidden;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright{
		width: 100%;
		padding-top: 25px;
		position: initial;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an .an{
		height: 40px;
		line-height: 40px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wznrmd .rmdp{
		font-size: 14px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wznrmd .box .rmdp p{
		margin-bottom: 5px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbbottmad{
		position: initial;
		font-size: 35px;
		margin-top: 15px;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deright .wbtab .wbtab-an {
	    margin-bottom: 18px;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide {
	    font-size: 18px;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide {
	    padding-top: 33px;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active{
		font-size: 22px;
		padding-top: 34px;
	}

	.About-five .sjz .sjzmp .swiper-wrapper .swiper-slide-thumb-active:before {
		width: 20px;
		height: 22px;
		top: -3px;
	}

	.About-five .sjz {
	    margin-top: 23px;
	}

	.About-five .five-top .five-right{
		display: none;
	}

	.About-six .six-top{
		margin-bottom: 25px;
	}

	.About-six .six-bottom ul li a .six-nrxsa {
    	padding: 20px 15px 25px 15px;
	}
}

@media(max-width: 1024px) {
	.About-two .two-bottom ul li{
		width: 100%;
		margin-bottom: 20px;
	}

	.About-two .two-bottom ul li:last-child{
		margin-bottom: 0;
	}

	.About-two .two-bottom ul li .two-wz {
	    font-size: 15px;
	}

	.About-six .six-bottom ul li{
		width: 100%;
		margin-bottom: 20px;
	}

	.About-six .six-bottom ul li:last-child{
		margin-bottom: 0;
	}

	.About-six .six-bottom ul li a .six-nrxsa {
	    padding: 15px 15px 20px 15px;
	}

	.About-one .one-left .onelefta .eftaa .taa1 {
	    font-size: 30px;
	}
}

@media(max-width: 600px) {
	.About-three .three-top .thre-left{
		width: 100%;
	}

	.About-three .three-top .thre-right{
		width: 100%;
		position: initial;
		float: initial;
		margin-top: 12px;
		display: inline-block;
	}

	.About-five .five-bottom .about-fivel .swiper-slide .slide .deleft {
	    border-radius: 15px;
	}

	.About-one .one-left .onelefta .eftaa{
		width: 100%;
		padding: 18px 0;
    	border-bottom: 1px solid #3eb070;
	}

	.About-one .one-left .onelefta .oc{
		border-bottom: 0;
	}

	.About-one .one-left .onelefta .eftaa .taa1 {
	    font-size: 25px;
	}

	.About-one .one-left .onelefta{
		border-bottom: 0;
	}

	.About-one .one-left .onelefta .eftaa .taa2{
		font-size: 14px;
	}
}


/**加入我们**/
.Join-one{
	background: #f0f1f2;
	padding: 5.2vw 0 5.2vw;
	position: relative;
}

.Join-one .one-left{
	background: #fff;
	position: absolute;
	width: 37.5%;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 92px 70px 0 70px;
	border-radius: 15px 0 0 15px;
}

.Join-one .one-left .one-nr{
	line-height: 30px;
	color: #666666;
	margin-top: 15px;
	height: 14.5vw;
	overflow-y: auto;
	padding-right: 5px;
    overflow-x: hidden;
}

.Join-one .one-left .one-nr::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.Join-one .one-left .one-nr::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #009944;
}

.Join-one .one-left .one-nr::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.Join-one .one-right{
	width: 62.49%;
	border-radius: 0 15px 15px 0;
	overflow: hidden;
}

.Join-two{
	background: url(../images/Join-two.jpg) no-repeat center center/cover;
	padding: 18.6vw 0 3.2vw;
}

.Join-two .two-bt{
	margin-bottom: 2.3vw;
}

.Join-two .two-bt .text .text1{
	color: #333333;
}

.Join-two .two-bt .text .text1:before{
	background: #333333;
}

.Join-two .two-nr{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 2.3vw 0 3vw;
}

.Join-two .two-nr ul li{
	float: left;
	text-align: center;
	width: 25%;
	position: relative;
}

.Join-two .two-nr ul li:before{
	position: absolute;
	content: "";
	right: 0;
	top: 55%;
	width: 1px;
	height: 4.5vw;
	transform: translateY(-50%);
	background: #99d6b4;
}

.Join-two .two-nr ul li .icon{
	width: 4.7vw;
	height: 4.7vw;
	display: inline-block;
}

.Join-two .two-nr ul li .nr-nr{
	font-size: 1.05vw;
	color: #333333;
	margin-top: 1.3vw;
}


.Join-three{
	padding: 7vw 0 7.5vw;
}

.Join-three .three-top{
	margin-bottom: 45px;
}

.Join-three .three-top .three-right{
	position: absolute;
	right: 0;
	bottom: 5px;
}

.Join-three .three-top .three-right .three-an .jointhre-prev,
.Join-three .three-top .three-right .three-an .jointhre-next{
	position: initial;
	margin-top: 0;
	width: 56px;
	height: 56px;
}

.Join-three .three-top .three-right .three-an .jointhre-prev{
	background: url(../images/prev.png)no-repeat center center/cover;
}

.Join-three .three-top .three-right .three-an .jointhre-next{
	background: url(../images/next.png)no-repeat center center/cover;
	margin-left: 10px;
}

.Join-three .three-top .three-right .three-an .jointhre-prev:hover{
	background: url(../images/preva.png)no-repeat center center/cover;
}

.Join-three .three-top .three-right .three-an .jointhre-next:hover{
	background: url(../images/nexta.png)no-repeat center center/cover;
}

.Join-three .three-top .three-right .three-an .jointhre-prev:after,
.Join-three .three-top .three-right .three-an .jointhre-next:after{
	opacity: 0;
}

.Join-three .three-botom .jointhre-con .swiper-slide a{
	display: block;
	border-radius: 15px;
	overflow: hidden;
}

.Join-three .three-botom .jointhre-con .swiper-slide .thsdfm{
	background: #f3f3f3;
	color: #333333;
	line-height: 1;
	padding: 29px 33px 29px 33px;
}

.Join-four{
	background: #f0f1f2;
	padding: 7vw 0 7.5vw;
}

.Join-four .four-top{
	position: relative;
}

.Join-four .four-top .four-right{
	position: absolute;
	right: 0;
	bottom: 5px;
}

.Join-four .four-top .four-right ul li{
	float: left;
	width: 137px;
	height: 51px;
	margin-right: 10px;
	text-align: center;
	line-height: 51px;
	border-radius: 40px;
	border: 1px solid #c6c7c7;
	color: #666666;
}

.Join-four .four-top .four-right ul .cur{
	color: #fff;
	border-color: #009944;
	background: #009944;
}

.Join-four .four-top .four-right ul li:last-child{
	margin-right: 0;
}

.Join-four .four-bottm{
	margin-top: 33px;
}

.Join-four .four-bottm .box1 .wcznqr{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 60px;
}

.Join-four .four-bottm .box1 .wcznqr .join-a{
	background: #256743;
}

.Join-four .four-bottm .box1 .wcznqr .join-a .join-zt{
	float: left;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #fff;
	width: 20%;
	padding: 24px 0 20px;
	border-right: 1px solid #4d8265;
}

.Join-four .four-bottm .box1 .wcznqr .join-a .join-zt:last-child{
	border-right: 0;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li{
	background: #fff;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li:nth-child(2n){
	background: #ececec;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a{
	display: inline-block;
	color: #333333;
	width: 100%;
	padding: 25px 0 22px;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li:hover .t a{
	background: url(../images/g-inp.jpg) no-repeat center center/cover;
	color: #fff;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a .t-t{
	float: left;
	font-size: 18px;
	line-height: 1;
	width: 20%;
	text-align: center;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a .t-t .t-ta span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 10px;
	background: url(../images/g-inpw1.png)no-repeat center center/cover;
}

.Join-four .four-bottm .box1 .wcznqr .g-inp ul li:hover .t a .t-t .t-ta span{
	background: url(../images/g-inpw2.png)no-repeat center center/cover;
}

.page {
    text-align: center;
}

.page a,.page span {
    transition: all 0.6s;
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    width: 49px;
    line-height: 47px;
    border: 1px solid #d2d2d2;
    color: #999999;
    font-size: 18px;
    font-family: arial;
    height: 47px;
}

.page a:hover, .page a.cur {
    background: #009944;
    border-color: #009944;
    color: #fff;
}

.Join-two .two-nr ul li:last-child:before{
	display: none;
}

@media(max-width: 1680px) {
	.Join-one .one-left {
    	padding: 60px 70px 0 70px;
	}
}

@media(max-width: 1480px) {
	.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a .t-t{
		font-size: 16px;
	}

	.Join-four .four-bottm .box1 .wcznqr .join-a .join-zt{
		font-size: 16px;
	}

	.Join-four .four-bottm .box1 .wcznqr .join-a .join-zt {
	    padding: 19px 0 15px;
	}

	.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a {
	    padding: 20px 0 17px;
	}

	.Join-four .four-top .four-right ul li{
		height: 45px;
		line-height: 45px;
	}

	.Join-three .three-top .three-right .three-an .jointhre-prev, 
	.Join-three .three-top .three-right .three-an .jointhre-next{
		width: 45px;
		height: 45px;
	}

	.Join-one .one-left {
	    padding: 60px 45px 0 45px;
	}

	.Join-two .two-nr {
	    padding: 2vw 0 2.7vw;
	}

	.Join-three .three-botom .jointhre-con .swiper-slide .thsdfm {
	    padding: 25px 23px 25px 23px;
	}
}


@media(max-width: 1100px) {
	.Join-one .one-left .one-nr{
		line-height: 1.6;
		height: auto;
		margin-top: 5px;
	}

	.Join-four .four-bottm .box1 .wcznqr .join-a .join-zt {
    	font-size: 14px;
	}

	.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a .t-t {
	    font-size: 14px;
	}

	.Join-four .four-bottm .box1 .wcznqr .g-inp ul li .t a .t-t .t-ta span{
		vertical-align: middle;
		margin-top: -2px;
	}

	.Join-four .four-bottm .box1 .wcznqr{
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.Join-one,
	.Join-three,
	.Join-four{
		padding: 35px 0 45px;

	}

	.Join-four .four-bottm {
	    margin-top: 25px;
	}

	.Join-three .three-botom .jointhre-con .swiper-slide a{
		border-radius: 10px;
	}

	.Join-one .one-left{
		width: 100%;
		position: initial;
		border-radius: 10px;
		padding: 25px 15px 30px 15px;
		margin-top: 25px;
	}

	.Join-one .one-right{
		width: 100%;
		overflow: hidden;
		border-radius: 10px;
	}

	.Join-one .container{
		border-radius: 10px;
		overflow: hidden;
	}

	.Join-two .two-nr ul li .nr-nr{
		font-size: 14px;
	}

	.Join-two .two-nr ul li .icon{
		width: 65px;
		height: 65px;
	}

	.Join-two .two-nr{
		padding: 25px 0 30px;
	}

	.Join-three .three-botom .jointhre-con .swiper-slide .thsdfm{
		padding: 20px 15px 25px 15px;
	}

	.Join-three .three-top .three-right{
		display: none;
	}

	.Join-three .three-top{
		margin-bottom: 25px;
	}

	.Join-four .four-top .four-right ul li{
		height: 40px;
		line-height: 40px;
	}

	.page a {
	    width: 43px;
	    line-height: 39px;
	    font-size: 14px;
	    height: 39px;
	}

	.Join-two .two-nr ul li:before{
		height: 50px;
	}

	.Join-two .two-bt{
		margin-bottom: 25px;
	}

	.Join-two .two-nr ul li{
		width: 33.3%;
	}

	.Join-two .two-nr ul li:nth-child(3):before{
		display: none;
	}

	.Join-two .two-nr ul li:nth-child(4){
		width: 50%;
		margin-top: 20px;
	}

	.Join-two .two-nr ul li:nth-child(5){
		width: 50%;
		margin-top: 20px;
	}

	.Join-two{
		padding: 190px 0 45px;
	}

	.Join-two .two-nr ul{
		padding: 0 15px;
	}

}

@media(max-width: 750px) {
	.Join-two .two-nr ul li .icon {
    	width: 52px;
    	height: 52px;
	}

	.Join-four .four-bottm .box1 .wcznqr{
		overflow: scroll;
	}

	.Join-four .four-bottm .box1 .wcznqrover{
		min-width: 700px;
	}

	.Join-two .two-nr ul li .nr-nr {
    	font-size: 12px;
	}
}

@media(max-width:650px) {
	.Join-two .two-nr ul li{
		width: 50%;
		margin-bottom: 20px;
	}

	.Join-two .two-nr ul li:nth-child(4){
		margin-top: 0;
	}

	.Join-two .two-nr ul li:last-child{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.Join-two .two-nr ul li:nth-child(2):before{
		display: none;
	}

	.Join-two .two-nr ul li:nth-child(3):before{
		display: block;
		margin-bottom: 0;
	}

	.Join-two .two-nr ul li:nth-child(4):before{
		display: none;
		margin-bottom: 0;
	}
}

@media(max-width: 500px) {
	.Join-four .four-top .four-right{
		position: initial;
		width: 100%;
		margin-top: 15px;
	}

	.Join-four .four-bottm{
		margin-top: 30px;
	}
}

@media(max-width: 400px){
	.Join-two .two-nr ul li .nr-nr {
    	font-size: 12px;
	}
}









/**研究与发展**/
.Research-one{
	background: #f3f3f3;
	padding: 5.2vw 0 4.5vw;
}

.Research-one .one-left{
	width: 56.25%;
	padding-top: 3.5vw;
}

.Research-one .one-left .left-nr{
	color: #666666;
	line-height: 40px;
	margin-top: 37px;
}

.Research-one .one-left .left-nr p{
	position: relative;
	padding-left: 27px;
}

.Research-one .one-left .left-nr p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 14px;
	width: 11px;
	height: 13px;
	background: url(../images/slz.png) no-repeat center center/cover;
}

.Research-one .one-right{
	width: 35.625%;
}

.Research-two{
	background: url(../images/Research-two.jpg) no-repeat center center/cover;
	padding: 8vw 0 9vw;
}

.Research-two .two-bt .text .text1:before{
	background: #fff;
}

.Research-two .two-bt .text .text1,
.Research-two .two-bt .text .text2{
	color: #fff;
}

.Research-two .two-nrd{
	margin-top: 35px;
}

.Research-two .two-nrd ul li{
	background: #fff;
	float: left;
	width: 32.7%;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 0.95%;
	padding: 39px 30px 0 30px;
	height: 356px;
}

.Research-two .two-nrd ul li:last-child{
	margin-right: 0;
}

.Research-two .two-nrd ul li .icon{
	text-align: right;
	padding-right: 6px;
	margin-bottom: 16px;
}

.Research-two .two-nrd ul li .icon .sj{
	display: none;
}

.Research-two .two-nrd ul li .icon .sj,
.Research-two .two-nrd ul li .icon .mr{
	width: 101px;
}

.Research-two .two-nrd ul li:hover .icon .sj{
	display: inline-block;
}

.Research-two .two-nrd ul li:hover .icon .mr{
	display: none;
}

.Research-two .two-nrd ul li .nrd-nr .nra{
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.Research-two .two-nrd ul li .nrd-nr .nrb{
	color: #666666;
	line-height: 24px;
}

.Research-two .two-nrd ul li:hover{
	background: url(../images/two-nrdf.png) no-repeat center center/cover;
}

.Research-two .two-nrd ul li:hover .nrd-nr .nra{
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
}

.Research-two .two-nrd ul li:hover .nrd-nr .nrb{
	color: #fff;
}

.Research-three{
	background: #f3f3f3;
	padding: 8vw 0 8.5vw;
	overflow: hidden;
}
.Research-three .container { position: relative; }



.Research-three .three-left{
	width: 30%;
}

.Research-three .three-left .left-nr{
	line-height: 34px;
	color: #666666;
	margin-top: 45px;
}

.Research-three .three-left .left-nr { max-height:38vw; overflow-y:scroll; padding-right:10px; }

@media(max-width: 1920px){
    .Research-three .left-an { position: absolute; right:0; bottom:0; margin-top:0; }
    
}

@media(max-width: 1200px){
.Research-two .two-nrd ul li .icon {
    margin-bottom: -4px;
}
}
@media(max-width: 1100px){
    .Research-three .three-left .left-nr { max-height:10000px; overflow-y:hidden; }
    .Research-three .left-an { position: relative; right:auto; bottom:0; margin-top:0; }
    
}

.Research-three .three-left .left-nr::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.Research-three .three-left .left-nr::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	background: #009944;
}

.Research-three .three-left .left-nr::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
}

.Research-three .three-left .left-an{
	margin-top: 7vw;
}

.Research-three .three-left .left-an .resdfg-next,
.Research-three .three-left .left-an .resdfg-prev{
	position: initial;
	margin-top: 0;
	width: 56px;
	height: 56px;
}

.Research-three .three-left .left-an .resdfg-next{
	background: url(../images/next.png) no-repeat center center/cover;
	margin-left: 10px;
}

.Research-three .three-left .left-an .resdfg-prev{
	background: url(../images/prev.png) no-repeat center center/cover;
}

.Research-three .three-left .left-an .resdfg-next:hover{
	background: url(../images/nexta.png) no-repeat center center/cover;
}

.Research-three .three-left .left-an .resdfg-prev:hover{
	background: url(../images/preva.png) no-repeat center center/cover;
}

.Research-three .three-left .left-an .resdfg-next:after,
.Research-three .three-left .left-an .resdfg-prev:after{
	opacity: 0;
}

.Research-three .three-right{
	width: 63%;
	position: relative;
}

.Research-three .three-right:before{
	position: absolute;
	content: "";
    left: -12vw;
    bottom: -8.5vw;
    width: 19.1vw;
    height: 21.3vw;
	background: url(../images/Research-three.png) no-repeat center center/cover;
}

.Research-three .three-right .resdfg-three{
	padding: 41px 0 43px;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide{
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	border-radius: 10px;
	overflow: hidden;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide-active{
	transform: scale(1.09);
	z-index: 3;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .wenzi{
	position: absolute;
	bottom: 36px;
	left: 25px;
	color: #fff;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text{
	position: absolute;
	bottom: -100%;
	padding: 41px 27px 66px 27px;
	background: #009944;
	transition: all 0.5s;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .bt{
	color: #fff;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js{
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p{
	height: 235px;
	overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.Research-three { position:relative; }
.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide-active .text{
	bottom: 0;
}

.Research-four{
	padding: 6vw 0 8vw;
	background: #ffffff;
	position: relative;
}

/*.Research-four:before{*/
/*	position: absolute;*/
/*	content: "";*/
/*	left: 0;*/
/*	top: 0;*/
/*	height: 100%;*/
/*	width: 27px;*/
/*	background: #f3f3f3;*/
/*}*/

/*.Research-four:after{*/
/*	position: absolute;*/
/*	content: "";*/
/*	right: 0;*/
/*	top: 0;*/
/*	height: 100%;*/
/*	width: 27px;*/
/*	background: #f3f3f3;	*/
/*}*/

.Research-four .Researchbs{
	/*padding: 6vw 0 6vw;*/
	background: #fff;
}

.Research-four .four-bottom{
	margin-top: 40px;
}

.Research-four .four-bottom ul li{
	float: left;
	border-radius: 10px;
	overflow: hidden;
	width: 24%;
	height: 502px;
	background: #f3f3f3;
	margin-right: 1.33%;
	padding: 42px 38px 42px 38px;
}

.Research-four .four-bottom ul li:last-child{
	margin-right: 0;
}

.Research-four .four-bottom ul li .icon{
	width: 100%;
	text-align: right;
	margin-bottom: 172px;
}

.Research-four .four-bottom ul li .fontbutt .butt1{
	color: #333333;
	line-height: 1;
	padding-bottom: 21px;
	margin-bottom: 29px;
	border-bottom: 1px solid #dadada;
}

.Research-four .four-bottom ul li .fontbutt .butt2{
	line-height: 24px;
	color: #666666;
}

@media(max-width: 1500px) {
	.Research-four:before,
	.Research-four:after{
		width: 20px;
	}

	.Research-four{
		padding-bottom: 30px;
	}
}

@media(max-width: 1480px) {
	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p{
		height: 145px;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text {
	    padding: 30px 20px 40px 21px;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js {
	    margin-top: 15px;
	}

	.Research-three .three-left .left-an .resdfg-next,
	.Research-three .three-left .left-an .resdfg-prev{
		width: 45px;
		height: 45px;
	}

	.Research-three .three-left .left-an{
		margin-top: 80px;
	}

	.Research-two .two-nrd ul li .icon .sj, .Research-two .two-nrd ul li .icon .mr{
		width: 80px;
	}

	.Research-four .four-bottom ul li .icon img{
		width: 80px;
	}

	.Research-four .four-bottom ul li .icon{
		margin-bottom: 120px;
	}

	.Research-four .four-bottom ul li {
	    padding: 25px 20px 32px 20px;
	    height: auto;
	}

	.Research-two .two-nrd ul li {
	    padding: 25px 20px 0 20px;
	    height: 333px;
	}

	.Research-one .one-left .left-nr p:before{
		top: 13px;
	}
}

@media(max-width: 1280px) {
	.Research-four .four-bottom ul li .icon{
		margin-bottom: 95px;
	}
}

@media(max-width: 1170px) {
	.Research-four .four-bottom ul li{
		height: 373px;
	}
}

@media(max-width: 1100px) {
	.Research-one,
	.Research-three,
	.Research-four {
		padding: 35px 0 60px;
	}

	.Research-one .one-left{
		padding-top: 0;
	}

	.Research-one .one-left .left-nr{
		margin-top: 12px;
	}

	.Research-one .one-left .left-nr p{
		line-height: 1.6;
		font-size: 14px;
		padding-left: 20px;
	}

	.Research-one .one-left .left-nr p:before{
		top: 6px;
		width: 9px;
    	height: 11px;
	}

	.Research-one .one-left{
		width: 100%;
	}

	.Research-one .one-right{
		float: left;
		margin-bottom: 25px;
	}

	.Research-two .two-nrd{
		margin-top: 25px;
	}

	.Research-two .two-nrd ul li .icon .sj, .Research-two .two-nrd ul li .icon .mr {
	    width: 70px;
	}

	.Research-two .two-nrd ul li .nrd-nr .nra {
	    padding-bottom: 11px;
	    margin-bottom: 8px;
	}

	.Research-two .two-nrd ul li{
		height: auto;
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 15px 25px 15px;
	}

	.Research-two .two-nrd ul li:last-child{
		margin-bottom: 0;
	}

	.Research-two{
		padding: 35px 0 45px;
	}

	.Research-two .two-nrd ul li .icon{
		margin-bottom: 20px;
	}

	.Research-three .three-left{
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.Research-three .three-left .left-nr{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 15px;
	}

	.Research-two .two-nrd ul li .nrd-nr .nrb{
		line-height: 1.6;
	}

	.Research-three .three-left .left-an{
		display: none;
	}

	.Research-three .three-right{
		width: 100%;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .wenzi {
	    bottom: 20px;
	    left: 15px;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js{
		margin-top: 8px;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text {
	    padding: 20px 15px 25px 15px;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p{
		line-height: 1.6;
		font-size: 13px;
	}

	.Research-four{
		padding-bottom: 0;
	}

	.Research-four:before, .Research-four:after{
		width: 0;
	}

	.Research-four .four-bottom{
		margin-top: 25px;
	}

	.Research-four .four-bottom ul li{
		height: auto;
		padding: 20px 15px 25px 15px;
		width: 100%;
		margin-bottom: 20px;
	}

	.Research-four .four-bottom ul li .icon{
		margin-bottom: 20px;
	}

	.Research-four .four-bottom ul li .icon img{
		width: 70px;
	}

	.Research-four .four-bottom ul li .fontbutt .butt2{
		font-size: 14px;
		line-height: 1.6;
	}

	.Research-four .four-bottom ul li:last-child{
		margin-bottom: 19;
	}

	.Research-four .four-bottom ul li .fontbutt .butt1 {
	    padding-bottom: 13px;
	    margin-bottom: 11px;
	}
}

@media(max-width: 759px) {
	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide-active{
		margin-left: 3.8%;
	}

	.Research-three .three-right .resdfg-three .swiper-wrapper .swiper-slide .text .js p {
	    height: 83px;
	}
}

@media(max-width: 400px) {
	.Research-three .three-right .resdfg-three {
    	padding: 28px 0 28px;
	}
}






/**产品与业务**/
.business-one{
	background: url(../images/business.jpg) no-repeat center center/cover;
	padding: 7vw 0 6vw;
}

.business-one .one-top{
	margin-bottom: 58px;
}

.business-one .one-bottom ul li{
	float: left;
	width: 32%;
	margin-right: 1.5%;
	position: relative;
	overflow: hidden;
}

/*.business-one .one-bottom ul li:nth-child(1){*/
/*	width: 36.4%;*/
/*}*/

.business-one .one-bottom ul li:last-child{
	margin-right: 0;
}

.business-one .one-bottom ul li .dqzt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 38px;
	top: 0;
	transition: all 0.5s;
}

.business-one .one-bottom ul li .dqzt .xddwmd{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 63px;
}

.business-one .one-bottom ul li .dqzt .xddwmd .md-t .md-bt{
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.business-one .one-bottom ul li .dqzt .xddwmd .md-b{
	position: absolute;
	bottom: 47px;
	color: #fff;
	font-size: 28px;
	line-height: 36px;
}

.business-one .one-bottom ul li .one-dqzt{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 38px;
	transition: 0.3s;
	background: rgba(0, 0, 0, .1);
}

.business-one .one-bottom ul li .one-dqzt .dqztpor{
	position: relative;
	padding-top: 63px;
	width: 100%;
	height: 100%;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-bt{
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-nr{
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	margin-top: 25px;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an{
	bottom: 65px;
	position: absolute;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an .wzan a{
	background: #fff;
	color: #009944;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an .wzan a span{
	background: url(../images/wzana.png) no-repeat center center/cover;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an .wzan a:hover{
	background: #fff;
	color: #ffffff;
}

.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an .wzan a:hover span{
	background: url(../images/wzan.png) no-repeat center center/cover;
}

.business-one .one-bottom ul li:hover .one-dqzt{
	top: 0;
}

.business-one .one-bottom ul li:hover .dqzt{
	opacity: 0;
}

.business-two{
	padding: 6.5vw 0 5.5vw;
}

.business-two .two-top{
	margin-bottom: 46px;
}

.business-two .two-top .two-right{
	position: absolute;
	right: 0;
	bottom: 4px;
}

.business-two .two-top .two-right ul li{
	float: left;
	width: 137px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border-radius: 40px;
	color: #666666;
	margin-right: 8px;
	border: 1px solid #cecece;
}

.business-two .two-top .two-right ul li:last-child{
	margin-right: 0;
}

.business-two .two-top .two-right ul .cur{
	color: #fff;
	border-color: #009944;
	background: #009944;
}

.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a .slide-opwz{
	background: #f3f3f3;
	color: #333333;
	padding: 20px 38px 26px 38px;
	position: relative;
}

.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a .slide-opwz .splf{
    max-width: 44%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a .slide-opwz:before{
	position: absolute;
	content: "";
	right: 38px;
	width: 16px;
	height: 14px;
	top: 45%;
	transform: translateY(-50%);
	background: url(../images/ztmtw.png) no-repeat center center/cover;
}

.business-two .two-bottom .box .boxwow-an{
	margin-top: 50px;
}

.business-two .two-bottom .box .boxwow-an .relative{
	width: 122px;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next,
.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev{
	position: initial;
	margin-top: 0;
	width: 56px;
	height: 56px;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next:after,
.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev:after{
	opacity: 0;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next{
	background: url(../images/next.png) no-repeat center center/cover;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev{
	background: url(../images/prev.png) no-repeat center center/cover;
	margin-right: 10px;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next:hover{
	background: url(../images/nexta.png) no-repeat center center/cover;
}

.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev:hover{
	background: url(../images/preva.png) no-repeat center center/cover;
}

.business-two .two-bottom .box .boxwow-an .xtsh{
	height: 1px;
	margin-top: 28px;
	background: #e5e5e5;
	width: calc(100% - 160px);
}

.yewu_a{
	background: #f3f3f3;
	padding: 8.4vw 0 7.5vw;
}

.yewu_a .left{
	width: 36.4375%;
}

.yewu_a .left .mmpils{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 72px 86px 100px 51px;
	margin-top: 50px;
}

.yewu_a .left .mmpils .box{
	display: none;
}

.yewu_a .left .mmpils .cur{
	display: block;
}

.yewu_a .left .mmpils .box .bt{
	font-size: 24px;
	color: #333333;
	padding-bottom: 29px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 55px;
}

.yewu_a .left .mmpils .box .ol li{
	margin-bottom: 43px;
}

.yewu_a .left .mmpils .box .ol li:last-child{
	margin-bottom: 0;
}

.yewu_a .left .mmpils .box .ol li .t{
	font-size: 24px;
	color: #009944;
	line-height: 1;
}

.yewu_a .left .mmpils .box .ol li .p{
	line-height: 40px;
	color: #666666;
	margin-top: 15px;
}

.yewu_a .left .mmpils .box .ol li .p p{
	position: relative;
	padding-left: 25px;
}

.yewu_a .left .mmpils .box .ol li .p p:before{
	position: absolute;
	content: "";
	left: 0;
	width: 11px;
	height: 12px;
	top: 13px;
	background: url(../images/slzh.png) no-repeat center center/cover;
}

.yewu_a .right{
	width: 62.5%;
	position: relative;
}

.yewu_a .right ul li{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	top: 15.3%;
	right: 21.5%;
	transform: translate(-50%, -50%);
	border: 1px solid #009944;
}

.yewu_a .right ul li:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #009944;
	transform: translate(-50%, -50%);
}

.yewu_a .right ul .cur{
	background: #009944;
}

.yewu_a .right ul .cur:before{
	background: #fff;
	width: 3px;
	height: 3px;
}

.yewu_a .right ul .xia2{
	top: 22%;
	right: 20.9%;
}

.yewu_a .right ul .xia3{
	top: 21.5%;
	right: 30.5%;
}

.yewu_a .right ul .xia4{
	top: 28.5%;
	right: 24%;	
}

.yewu_a .right ul .xia5{
	top: 34.6%;
	right: 33%;	
}

.yewu_a .right ul .xia6{
	top: 55.3%;
	right: 23.4%;	
}

.yewu_a .right ul .xia7{
	top: 50.8%;
	right: 36.5%;	
}

.yewu_a .right ul .xia8{
	top: 65%;
	right: 31.5%;	
}

.yewu_a .right ul .xia9{
	top: 65%;
	right: 38%;	
}

.yewu_a .right ul .xia10{
	top: 68%;
	right: 44.6%;	
}

.yewu_a .right ul .xia11{
	top: 58.2%;
	right: 63%;	
}

.business-three{
	background: #f3f3f3;
	padding: 0 1.5% 1.5% 1.5%;
}

.containerap{
	width: 85.7%;
	margin: 0 auto;
}

.business-three .thrr-nk{
	background: url(../images/thrr-nk.jpg) no-repeat center center/cover;
	border-radius: 10px;
	overflow: hidden;
	padding: 8.1vw 0 8.8vw;
}

.business-three .thrr-nk .nk-bt{
	margin-bottom: 37px;
}

.business-three .thrr-nk .nk-bt .text .text1,
.business-three .thrr-nk .nk-bt .text .text2{
	color: #fff;
}

.business-three .thrr-nk .nk-bt .text .text1:before{
	background: #fff;
}
.business-three .thrr-nk .nk-nr ul { display:flex; flex-wrap: wrap; }
.business-three .thrr-nk .nk-nr ul li{
	float: left;
	background: #fff;
	width: 32.659%;
	margin-right: 1%;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 43px 20px 28px;
	height: auto;
}

.business-three .thrr-nk .nk-nr ul li .icon{
	margin-bottom: 25px;
}

.business-three .thrr-nk .nk-nr ul li:last-child{
	margin-right: 0;
}

.business-three .thrr-nk .nk-nr ul li .jg{
	display: none;
}

.business-three .thrr-nk .nk-nr ul li:hover .jg{
	display: block;
}

.business-three .thrr-nk .nk-nr ul li:hover .mr{
	display: none;
}

.business-three .thrr-nk .nk-nr ul li .nk-nessn .sna{
	color: #333333;
	padding-bottom: 20px;
	font-size: 28px;
}

.business-three .thrr-nk .nk-nr ul li .nk-nessn .sna1{
	line-height: 22px;
	color: #666666;
	margin-top: 15px;
}

.business-three .thrr-nk .nk-nr ul li:hover{
	background: url(../images/nk-nr.png) no-repeat center center/cover;
}

.business-three .thrr-nk .nk-nr ul li:hover .nk-nessn .sna{
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.business-three .thrr-nk .nk-nr ul li:hover .nk-nessn .sna,
.business-three .thrr-nk .nk-nr ul li:hover .nk-nessn .sna1{
	color: #fff;
}

@media(max-width: 1800px) {
	.yewu_a .left {
	    width: 30%;
	}

	.yewu_a .right{
		width: 68.5%;
	}
}

@media(max-width: 1500px) {
	.containerap {
	    width: 92.7%;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd .md-b,
	.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-nr{
	    bottom: 25px;
	    font-size: 24px;
	    line-height: 1.5;
	}

}

@media(max-width: 1480px) {
	.containerap {
	    width: 92.7%;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd .md-b,
	.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-nr{
	    bottom: 20px;
	    font-size: 22px;
	}

	.business-one .one-bottom ul li .dqzt,
	.business-one .one-bottom ul li .one-dqzt{
		padding: 0 20px;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd .md-t .md-bt 
	.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-bt{
	    font-size: 22px;
	}

	.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a .slide-opwz {
	    padding: 20px 20px 22px 20px;
	}

	.business-three .thrr-nk .nk-nr ul li {
	    padding: 20px 20px 20px 20px;
	    /*height: 326px;*/
	}

	.business-three .thrr-nk .nk-nr ul li .icon img{
		width: 80px;
	}

	.business-three .thrr-nk .nk-nr ul li .icon{
		margin-bottom: 20px;
	}

	.yewu_a .left .mmpils {
	    padding: 55px 35px 75px 25px;
	}

	.yewu_a .left .mmpils .box .ol li .t{
		font-size: 18px;
	}

	.business-two .two-top .two-right ul li{
		height: 45px;
		line-height: 45px;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd,
	.business-one .one-bottom ul li .one-dqzt .dqztpor {
	    padding-top: 25px;
	}

	.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-an {
    	bottom: 30px;
	}

	.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next,
	.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev{
		width: 45px;
		height: 45px;
	}

	.business-two .two-bottom .box .boxwow-an .relative {
	    width: 100px;
	}

	.business-two .two-bottom .box .boxwow-an .xtsh {
	    margin-top: 22px;
	    width: calc(100% - 136px);
	}
}

@media(max-width: 1280px) {
	.yewu_a .left .mmpils {
    	padding: 25px 35px 32px 25px;
	}
}

@media(max-width: 1100px) {
	.business-one .one-bottom ul li .dqzt .xddwmd .md-b, .business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-nr {
    	bottom: 20px;
    	font-size: 18px;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd .md-t .md-bt,
	.business-one .one-bottom ul li .one-dqzt .dqztpor .tpor-bt {
    	font-size: 18px;
	}

	.business-one{
		padding: 35px 0 45px;
	}

	.business-one .one-top{
		margin-bottom: 25px;
	}

	.business-one .one-bottom ul li .dqzt .xddwmd, .business-one .one-bottom ul li .one-dqzt .dqztpor {
	    padding-top: 20px;
	}

	.yewu_a .left .mmpils .box .bt {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	    font-size: 18px;
	}

	.yewu_a .left .mmpils .box .ol li .t {
	    font-size: 16px;
	}

	.yewu_a .left .mmpils .box .ol li .p{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 5px;
	}

	.yewu_a .left .mmpils .box .ol li .p p:before {
	    width: 9px;
	    height: 10px;
	    top: 6px;
	}

	.yewu_a .left .mmpils .box .ol li{
		margin-bottom: 20px;
	}

	.yewu_a .left .mmpils {
	    padding: 20px 15px 25px 15px;
	    margin-top: 25px;
	}

	.business-one .one-bottom ul li .dqzt, .business-one .one-bottom ul li .one-dqzt {
	    padding: 0 15px;
	}

	.yewu_a .left{
		width: 100%;
	}

	.yewu_a .right{
		width: 100%;
		margin-bottom: 30px;
	}

	.yewu_a{
		padding: 35px 0 45px;
	}

	.yewu_a .right ul li{
		width: 22px;
		height: 22px;
	}

	.yewu_a .right ul li:before{
		width: 6px;
		height: 6px;
	}

	.yewu_a .right ul li {
	    right: 23.5%;
	}


	.business-three .thrr-nk{
		padding: 35px 0 35px;
	}

	.business-three{
		padding:0 3% 45px 3%;
	}

	.containerap{
		width: 100%;
		padding: 0 20px;
	}

	.business-three .thrr-nk .nk-nr ul li{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		padding: 20px 15px 25px 15px;
	}

	.business-three .thrr-nk .nk-nr ul li .icon{
		margin-bottom: 30px;
	}

	.business-three .thrr-nk .nk-nr ul li .icon img {
    	width: 75px;
	}

	.business-three .thrr-nk .nk-nr ul li:last-child{
		margin-bottom: 0;
	}

	.business-two .two-bottom .box .boxwow-an .relative .swiper-button-next, 
	.business-two .two-bottom .box .boxwow-an .relative .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	}

	.business-two .two-bottom .box .boxwow-an .relative {
    	width: 91px;
	}

	.business-two .two-bottom .box .boxwow-an .xtsh {
	    margin-top: 19px;
	    width: calc(100% - 115px);
	}

	.business-two .two-bottom .box .boxwow-an{
		margin-top: 30px;
	}

	.business-two .two-top .two-right{
		width: 100%;
		position: initial;
		margin-top: 15px;
	}

	.business-two .two-top{
		margin-bottom: 25px;
	}

	.business-two .two-top .two-right{
		overflow: scroll;
	}

	.business-two .two-top .two-right::-webkit-scrollbar {
		display: none
	}

	.business-two .two-top .two-right ul{
		min-width: 1000px;
	}

	.business-two .two-top .two-right ul li {
	    height: 40px;
	    line-height: 38px;
	    width: 19.1%;
	    margin-right: 10px;
	}

	.business-two .two-bottom .box .swiper-container .swiper-wrapper .swiper-slide a .slide-opwz {
	    padding: 18px 15px 17px 15px;
	}

	.business-one .one-bottom ul li{
		width: 100%;
		margin-bottom: 20px;
	}

	.business-one .one-bottom ul li:nth-child(1){
		width: 100%;
	}


	.business-one .one-bottom ul li:last-child{
		margin-bottom: 0;
	}

	.business-two{
		padding: 35px 0 45px;
	}

	.business-three .thrr-nk .nk-bt{
		margin-bottom: 25px;
	}

}

@media(max-width: 450px) {
	.business-two .two-top .two-right ul li {
	    width: 15.1%;
	}
}

@media(max-width: 550px) {
	.yewu_a .right ul li:before {
	    width: 4px;
	    height: 4px;
	}

	.yewu_a .right ul li {
	    width: 14px;
	    height: 14px;
	}
}













/**投资者关系*/
.shuju{
	background: #f3f3f3;
	padding: 5.3vw 0 5vw;
}

.shuju .data1{
	background: #fff;
	padding: 109px 114px 124px 118px;
	border-radius: 5px;
}

.shuju .data1 .data-l{
	width: 350px;
	position: relative;
}

.shuju .data1 .data-l:before{
	position: absolute;
	content: "";
	top: 30px;
	right: 0;
	height: 102px;
	width: 1px;
	background: #009944;
}

.shuju .data1 .data-l .ta-sm{
	font-size: 30px;
	color: #009944;
	margin-bottom: 18px;
}

.shuju .data1 .data-l .ta-sm span{
	display: inline-block;
	color: #666666;
	margin-top: 4px;
	margin-left: 16px;
	vertical-align: middle;
}

.shuju .data1 .data-l .ta-sma{
	font-size: 84px;
	color: #009944;
	line-height: 1;
}

.shuju .data1 .data-l .ta-sma span{
	width: 21px;
	vertical-align: top;
	height: 29px;
	margin-left: 11px;
	margin-top: 12px;
	display: inline-block;
	background: url(../images/tz_icon_arrow_tops.png)no-repeat center center/cover;
}

.shuju .data1 .data-l .ta-smb{
	color: red;
	margin-top: 16px;
}

.shuju .data1 .data-l .ta-smb span{
	display: inline-block;
	vertical-align: top;
	width: 13px;
	margin-top: 4px;
	margin-right: 7px;
	height: 18px;
	background: url(../images/tz_icon_arrow_topx.png) no-repeat center center/cover;
}

.shuju .data1 .data-r{
	width: calc(100% - 350px);
	padding-top: 36px;
	padding-left: 112px;
}

.shuju .data1 .data-r ul li{
	float: left;
	width: 21%;
	margin-right: 5%;
}

.shuju .data1 .data-r ul li:last-child{
	margin-right: 0;
}

.shuju .data1 .data-r ul li .ta1{
	color: #666666;
	line-height: 1;
}

.shuju .data1 .data-r ul li .ta2{
	font-size: 40px;
	color: #009944;
	line-height: 1;
	margin-top: 7px;
}

.shuju .data1 .data-r .wenben{
	color: #999999;
	margin-top: 52px;
}

.shuju .taozhuan{
	margin-top: 60px;
}

.shuju .taozhuan .box-default{
	border-radius: 5px;
	background: #fff;
	width: 32.3%;
	margin-right: 1.55%;
	overflow: hidden;
}
.xinjiade{
   height: 100px;
}

.shuju .taozhuan .box-default:last-child{
	margin-right: 0;
}

.shuju .taozhuan .box-default a{
	display: block;
	padding: 37px 35px 29px 31px;
	position: relative;
}

.shuju .taozhuan .box-default a .icon{
	width: 100%;
	text-align: right;
}

.shuju .taozhuan .box-default a .icon .jg{
	display: none;
}

.shuju .taozhuan .box-default a:hover .icon .jg{
	display: inline-block;
}

.shuju .taozhuan .box-default a:hover .icon .mr{
	display: none;
}

.shuju .taozhuan .box-default a:hover{
	background:#009944;
}

.shuju .taozhuan .box-default a:before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 18vw;
    height: 9.9vw;
    opacity: 0;
	background: url(../images/tz_listbjimg.png) no-repeat center center/cover ;
}

.shuju .taozhuan .box-default a:hover:before{
	opacity: 1;
}

.shuju .taozhuan .box-default a .huan{
	color: #333333;
	margin-top: 24px;
}

.shuju .taozhuan .box-default a .huana{
	line-height: 25px;
	color: #666666;
	margin-top: 11px;
	margin-bottom: 23px;
}

.shuju .taozhuan .box-default a .huana p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.shuju .taozhuan .box-default a .huanb{
	color: #666666;
}

.shuju .taozhuan .box-default a .huanb span{
	width: 18px;
	height: 12px;
	margin-left: 5px;
	display: inline-block;
	background: url(../images/boxr3.png) no-repeat center center/cover;
	vertical-align: middle;
	margin-top: -2px;
}

.shuju .taozhuan .box-default a:hover .huanb span{
	background: url(../images/g-inpw2.png) no-repeat center center/cover;
}


.shuju .taozhuan .box-default a:hover .huan,
.shuju .taozhuan .box-default a:hover .huanb,
.shuju .taozhuan .box-default a:hover .huana{
	color: #fff;
}


.gonggao{
	padding: 6.7vw 0 7.2vw;
}

.gonggao .gonggao-top .top-right{
	position: absolute;
	bottom: 5px;
	right: 0;
}

.gonggao .filelist{
	margin-top: 38px;
}

.gonggao .filelist ul li{
	margin-bottom: 20px;
}

.gonggao .filelist ul li:last-child{
	margin-bottom: 0;
}


.gonggao .filelist ul li a{
	display: block;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 28px 0 33px 30px;
	position: relative;
}

.gonggao .filelist ul li a:before{
	position: absolute;
	content: "";
	right: 31px;
	width: 26px;
	height: 26px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/tz_icon_download_huise.png) no-repeat center center/cover;
}

.gonggao .filelist ul li a .lista{
	width: 29px;
	height: 37px;
	margin-top: 3px;
	margin-right: 18px;
	background: url(../images/tz_icon_file_huise.png) no-repeat center center/cover;
}

.gonggao .filelist ul li a .listb .b1{
	color: #666666;
	line-height: 1;
}

.gonggao .filelist ul li a .listb .b2{
	color: #333333;
	margin-top: 3px;
}

.gonggao .filelist ul li a .listb .b2 p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: 90%;
}

.gonggao .filelist ul li a:hover{
	background: url(../images/tz_listbj.png) no-repeat center center/cover #009944;
}

.gonggao .filelist ul li a:hover .listb .b1,
.gonggao .filelist ul li a:hover .listb .b2{
	color: #fff;
}


.gonggao .filelist ul li a:hover:before{
	background: url(../images/tz_icon_download_white.png) no-repeat center center/cover;
}

.gonggao .filelist ul li a:hover .lista{
	background: url(../images/tz_icon_file_white.png) no-repeat center center/cover;
}

.tzzlx {
	background: #fff;
}

.tzzlx .thrr-nk{
	background: url(../images/tz_bjimg.jpg) no-repeat center center/cover;
	padding: 8vw 0 6vw;
}

.tzzlx .thrr-nk .tzzlx-box{
	background: #fff;
	width: 599px;
	padding: 50px 40px 45px 74px;
	border-radius: 10px;
}

.tzzlx .thrr-nk .tzzlx-box .box-top{
	margin-bottom: 37px;
}

.tzzlx .thrr-nk .tzzlx-box .xinxi{
	margin-bottom: 31px;
}

.tzzlx .thrr-nk .tzzlx-box .xinxi:last-child{
	margin-bottom: 0;
}

.tzzlx .thrr-nk .tzzlx-box .xinxi .wzxx{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: -3px;
	margin-left: 21px;
	width: calc(100% - 90px);
}

@media(max-width: 1680px) {
	.shuju .data1 .data-l .ta-sma {
    	font-size: 70px;
	}

	.shuju .data1 .data-l {
    	width: 340px;
	}

	.shuju .data1 .data-r .wenben {
	    margin-top: 39px;
	}

	.shuju .data1 {
	    padding: 89px 114px 94px 118px;
	}
}

@media(max-width: 1500px) {
	.shuju .data1 .data-l .ta-sma {
    	font-size: 60px;
	}

	.shuju .data1 .data-l {
    		width: 325px;
	}

	.shuju .data1 .data-r ul li .ta2 {
    	font-size: 32px;
	}

	.shuju .data1 .data-r .wenben {
    	margin-top: 35px;
	}

	.shuju .data1 {
	    padding: 79px 114px 84px 118px;
	}

	.shuju .taozhuan .box-default a .icon img{
		width: 90px;
	}


	.shuju .data1 .data-l .ta-sma span {
	    width: 16px;
	    margin-top: 9px;
	    height: 22px;
	}
}

@media(max-width: 1480px) {
	.shuju .data1 .data-l .ta-sm {
    	font-size: 25px;
	}

	.shuju .data1 .data-l .ta-sm span {
	    margin-top: 1px;
	}

	.shuju .data1 .data-r {
    	padding-top: 34px;
    	width: calc(100% - 300px);
	}

	.shuju .taozhuan .box-default a{
		padding: 27px 20px 25px 20px;
	}

	.shuju .taozhuan .box-default a .icon img{
		width: 70px;
	}

	.gonggao .filelist ul li a {
    	padding: 25px 0 33px 20px;
	}

	.gonggao .filelist ul li a:before{
		right: 20px;
	}

	.gonggao .filelist ul li a .lista {
	    margin-top: 1px;
	}

	.shuju .data1 .data-l .ta-sma {
	    font-size: 50px;
	}

	.shuju .data1 .data-l .ta-smb span {
	    width: 8px;
	    height: 14px;
	}

	.shuju .data1 .data-l .ta-sma span {
	    width: 16px;
	    margin-top: 7px;
	    height: 22px;
	}

	.shuju .data1 .data-r {
	    padding-top: 25px;
	    width: calc(100% - 300px);
	}

	.shuju .data1 {
	    padding: 79px 20px 84px 40px;
	}

	.shuju .data1 .data-l {
    	width: 291px;
	}

	.tzzlx .thrr-nk .tzzlx-box .xinxi .wzxx {
	    font-size: 18px;
	    margin-top: 0;
	}

	.tzzlx .thrr-nk .tzzlx-box {
	    width: 500px;
	    padding: 40px 40px 35px 50px;
	}
}

@media(max-width: 1100px) {
	.shuju{
		padding: 35px 0 45px;
	}

	.shuju .taozhuan{
		margin-top: 25px;
	}

	.shuju .data1 .data-l .ta-sm {
    	font-size: 22px;
	}

	.shuju .data1 {
    	padding: 25px 15px 30px 15px;
	}

	.shuju .data1 .data-l .ta-sma {
    	font-size: 40px;
	}

	.shuju .data1 .data-r ul li .ta2 {
    	font-size: 25px;
	}

	.shuju .data1 .data-l:before {
    	height: 65px;
	}

	.shuju .data1 .data-r .wenben {
    	margin-top: 29px;
	}

	.shuju .data1 .data-l .ta-sma span {
	    width: 11px;
	    margin-top: 5px;
	    height: 15px;
	}

	.gonggao .filelist{
		margin-top: 25px;
	}

	.gonggao .gonggao-top .top-right{
		display: none;
	}

	.gonggao{
		padding: 35px 0 45px;
	}

	.gonggao .dbmo{
		padding-left: 0;
	}

	.gonggao .filelist ul li a {
	    padding: 20px 0 20px 15px;
	}

	.tzzlx .thrr-nk .tzzlx-box .xinxi .wzxx {
    	font-size: 16px;
	}

	.shuju .taozhuan .box-default a .huana{
		line-height: 1.6;
		margin-top: 7px;
	    margin-bottom: 15px;
	}

	.shuju .taozhuan .box-default a .huanb span {
	    width: 16px;
	    height: 10px;
	}

	.shuju .taozhuan .box-default a .icon img {
	    width: 65px;
	}

	.shuju .taozhuan .box-default a {
	    padding: 20px 20px 25px 20px;
	}

	.shuju .data1 .data-r {
	    width: calc(100% - 250px);
	    padding-left: 100px;
	}

	.shuju .data1 .data-l {
	    width: 250px;
	}

	.tzzlx .thrr-nk {
	    padding: 30px 0 40px;
	}

	.tzzlx .thrr-nk .tzzlx-box {
	    width: 450px;
	    padding: 20px 15px 25px 15px;
	}

	.gonggao .filelist ul li a .listb .b2 p{
		max-width: 70%;
	}

	.tzzlx .thrr-nk .tzzlx-box .box-top{
		margin-bottom: 20px;
	}

	.tzzlx .thrr-nk .tzzlx-box .xinxi{
		margin-bottom: 20px;
	}

	.gonggao .filelist ul li a:before{
		right: 15px;
	}
}

@media(max-width: 1024px) {
	.shuju .data1 .data-l{
		width: 100%;
	}

	.shuju .data1 .data-l:before{
		display: none;
	}

	.shuju .data1 .data-r{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
		padding-top: 0;
	}

	.shuju .data1 .data-r ul li .ta2 {
	    font-size: 20px;
	}

	.shuju .data1 .data-r ul li{
		width: 48%;
		margin-right: 4%;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eeeeee;
	}

	.shuju .data1 .data-r ul li:nth-child(2n){
		margin-right: 0;
	}

	.shuju .data1 .data-l .ta-sma {
    	font-size: 30px;
	}

	.shuju .data1 .data-l .ta-sm span {
	    margin-top: 0px;
	}

	.shuju .data1 .data-r .wenben {
	    margin-top: 0px;
	    line-height: 1.6;
	}

	.shuju .taozhuan .box-default{
		width: 100%;
		margin-bottom: 20px;
	}

	.shuju .taozhuan .box-default:last-child{
		margin-bottom: 0;
	}

	.tzzlx .thrr-nk .tzzlx-box{
		width: 100%;
	}

	.gonggao .filelist ul li a .listb{
		width: 70%;
	}

	.gonggao .filelist ul li a .listb .b2 p{
		max-width: 100%;
	}

	.gonggao .filelist ul li a .lista{
		display: none;
	}

	.gonggao .filelist ul li a:before{
		width: 18px;
		height: 18px;
	}

}




/**财务报告**/
.reports-one{
	background: #f3f3f3;
	padding: 6.5vw 0 7vw;
}

.reports-one .one-top{
	margin-bottom: 40px;
}

.reports-one .one-top .one-tleft .mlzbt{
	color: #333333;
}

.reports-one .one-top .one-tright{
	position: absolute;
	top: 7px;
	right: 0;
	width: 70%;
}

.reports-one .one-top .one-tright ul li{
	float: left;
	margin-right: 1%;
	width: 31.5%;
}

.reports-one .one-top .one-tright ul li:last-child{
	margin-right: 0;
}

.reports-one .one-top .one-tright ul li select{
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
	border-radius: 40px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dadada;
	background: url(../images/select-icon.png) no-repeat scroll 94% center;
}

.reports-one .one-top .one-tright ul .pude{
	width: 35%;
	position: relative;
}

.reports-one .one-top .one-tright ul .pude .inp{
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border-radius: 40px;
	font-size: 16px;
	border: 1px solid #dadada;
	background: #ddd0;
}

.reports-one .one-top .one-tright ul .pude .inp::-webkit-input-placeholder{
    color:#666666;
}

.reports-one .one-top .one-tright ul .pude .inp::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#666666;
}

.reports-one .one-top .one-tright ul .pude .inp:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666666;
}

.reports-one .one-top .one-tright ul .pude .inp:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666666;
}    

.reports-one .one-top .one-tright ul .pude .sub{
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/ggthb.png) no-repeat 40px center #009944;
    text-align: left;
    padding-left: 66px;
    width: 138px;
    border-radius: 50px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    border: 1px solid #8195b9;
}

.reports-one .one-bottom{
	margin-bottom: 50px;
}

.reports-one .one-bottom ul li{
	float: left;
	width: 24%;
	margin-bottom: 1.33%;
	margin-right: 1.33%;
}

.reports-one .one-bottom ul li:nth-child(4n){
	margin-right: 0;
}

.reports-one .one-bottom ul li a{
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.reports-one .one-bottom ul li a .bome{
	background: #fff;
	color: #333333;
	padding: 29px 0 26px 22px;
	position: relative;
}

.reports-one .one-bottom ul li a .bome:before{
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url(../images/bome.png) no-repeat center center/cover;
}

.reports-one .one-bottom ul li a .bome .bomea{
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

@media(max-width: 1920px){
	.reports-one .one-top .one-tleft .mlzbt{
		font-size: 45px;
	}
}

@media(max-width: 1680px) {
	.reports-one .one-top .one-tleft .mlzbt{
		font-size: 40px;
	}	

	.reports-one .one-top .one-tright ul li select{
		height: 45px;
	}

	.reports-one .one-top .one-tright ul .pude .inp{
		height: 45px;
	}

	.reports-one .one-top .one-tright ul .pude .sub{
		height: 45px;
	}
}

@media(max-width: 1500px) {
	.reports-one .one-top .one-tleft .mlzbt{
		font-size: 35px;
	}

	.reports-one .one-top .one-tright ul li select{
		font-size: 14px;
		height: 38px;
		background-size: 15px 10px;
	}

	.reports-one .one-top .one-tright ul .pude .inp{
		height: 38px;
		font-size: 14px;
	}

	.reports-one .one-top .one-tright ul .pude .sub{
		height: 38px;
		font-size: 14px;
	}
}

@media(max-width: 1480px) {
	.reports-one .one-bottom ul li a .bome {
    	padding: 25px 0 22px 20px;
	}

	.reports-one .one-bottom ul li a .bome:before{
		width: 17px;
		height: 17px;
	}

	.reports-one .one-top .one-tleft .mlzbt {
    	font-size: 32px;
	}

	.reports-one .one-top .one-tright {
	    top: 3px;
	}

	.reports-one .one-top .one-tright {
    	width: 75%;
	}

	.reports-one .one-top .one-tright ul li{
		width: 27%;
	}

	.reports-one .one-top .one-tright ul .pude{
		width: 44%;
	}
}

@media(max-width: 1280px) {
	.reports-one .one-top .one-tleft .mlzbt{
		font-size: 30px;
	}

	.reports-one .one-top .one-tright {
	    top: 2px;
	}
}

@media(max-width: 1100px) {
	.reports-one .one-top .one-tleft .mlzbt{
		font-size: 22px;
	}

	.reports-one{
		padding: 35px 0 45px;
	}

	.reports-one .one-top .one-tright{
		position: initial;
		width: 100%;
		margin-top: 18px;
	}

	.reports-one .one-top{
		margin-bottom: 25px;
	}

	.reports-one .one-top .one-tright ul li{
		width: 100%;
		margin-bottom: 20px;
	}

	.reports-one .one-top .one-tright ul li select{
		background: url(../images/select-icon.png) no-repeat scroll 98% center;
		background-size: 15px 10px;
	}

	.reports-one .one-top .one-tright ul .pude{
		width: 100%;
		margin-bottom: 0;
	}

	.reports-one .one-bottom ul li a .bome {
    	padding: 15px 0 20px 15px;
	}

	.reports-one .one-bottom ul li a .bome:before{
		width: 15px;
		height: 15px;
		right: 15px;
	}

	.reports-one .one-bottom ul li{
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
	}

	.reports-one .one-bottom ul li:nth-child(2n){
		margin-right: 0;
	}

	.reports-one .one-bottom{
		margin-bottom: 20px;
	}
}

@media(max-width: 500px) {
	.reports-one .one-bottom ul li{
		width: 100%;
		margin-bottom: 20px;
	}


	.reports-one .one-top .one-tright ul .pude .sub {
	    background: url(../images/ggthb.png) no-repeat 27px center #009944;
	    padding-left: 55px;
	    width: 115px;
	}
}





/**一体化全方位服务**/
.voyage-one{
	background: url(../images/voyage-one.jpg) no-repeat center center/cover;
	padding: 7.3vw 0 8.3vw;
}

.voyage-one .one-buttonem{
	margin-top: 53px;
}

.voyage-one .one-buttonem ul { display: flex; flex-wrap: wrap; }
.voyage-one .one-buttonem ul li{
	float: left;
	background: #fff;
	width: 32.5%;
	margin-right: 1.25%;
	border-radius: 5px;
	padding: 79px 45px 50px 45px;
}

.voyage-one .one-buttonem ul li:last-child{
	margin-right: 0;
}

.voyage-one .one-buttonem ul li .nemw-t{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 27px;
}

.voyage-one .one-buttonem ul li .nemw-t .t1{
	color: #666666;
}

.voyage-one .one-buttonem ul li .nemw-t .t2{
	font-size: 28px;
	color: #333333;
	margin-top: 10px;
}

.voyage-one .one-buttonem ul li .nemw-b{
	line-height: 30px;
	color: #666666;
	margin-top: 39px;
}

.voyage-one .one-buttonem ul li .nemw-b p{
	position: relative;
	padding-left: 20px;
	margin-bottom: 23px;
}

.voyage-one .one-buttonem ul li .nemw-b p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 11px;
	height: 13px;
	background: url(../images/slz.png) no-repeat center center/cover;
}

.voyage-one .one-buttonem ul li .nemw-b p:last-child{
	margin-bottom: 0;
}

.voyage-two{
	padding: 8.5vw 0 6.8vw;
}

.voyage-two .two-top{
	margin-bottom: 80px;
}

.voyage-two .two-top .two-left{
	width: 51%;
}

.voyage-two .two-top .two-left .two-lt{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 37px;
	margin-bottom: 35px;
}

.voyage-two .two-top .two-left .two-lb .lbc{
	margin-bottom: 10px;
	line-height: 1.6;
}


.voyage-two .two-top .two-left .two-lb .lbc span{
	color: #333333;
	margin-right: 16px;
}

.voyage-two .two-top .two-right{
	width: 40.1875%;
	padding-top: 37px;
}

@media(max-width: 1680px) {
	.voyage-one .one-buttonem ul li {
	    height: 600px;
	}
}

@media(max-width: 1500px) {
	.voyage-one .one-buttonem ul li .nemw-t .t2{
		font-size: 24px;
	}

}

@media(max-width: 1480px) {
	.voyage-one .one-buttonem ul li {
	    height: 515px;
	    padding: 40px 25px 0 25px;
	}
}

@media(max-width: 1280px) {
	.voyage-one .one-buttonem ul li .nemw-t .t2 {
    	font-size: 22px;
	}
}

@media(max-width: 1100px) {
	.voyage-one,
	.voyage-two{
		padding: 35px 0 45px;
	}

	.voyage-one .one-buttonem{
		margin-top: 25px;
	}

	.voyage-one .one-buttonem ul li{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
    	padding: 20px 15px 25px 15px;
	}

	.voyage-one .one-buttonem ul li:last-child{
		margin-bottom: 0;
	}

	.voyage-one .one-buttonem ul li .nemw-b p{
		margin-bottom: 5px;
	}

	.voyage-one .one-buttonem ul li .nemw-t .t2 {
    	font-size: 18px;
	}

	.voyage-one .one-buttonem ul li .nemw-b p:before{
		top: 6px;
		width: 10px;
    	height: 12px;
	}

	.voyage-one .one-buttonem ul li .nemw-b{
		line-height: 1.6;
		margin-top: 15px;
	}

	.voyage-one .one-buttonem ul li .nemw-t{
		padding-bottom: 15px;
	}

	.voyage-two .two-top .two-left{
		width: 100%;
	}

	.voyage-two .two-top .two-right{
		width: 100%;
		padding-top: 25px;
	}

	.voyage-two .two-top{
		margin-bottom: 25px;
	}

	.voyage-two .two-top .two-left .two-lt {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}

	.voyage-two .two-top .two-left .two-lb .lbc{
		margin-bottom: 15px;
	}
}




/**社會責任**/
.Socialman-one{
	background: url(../images/Socialman-one.jpg) no-repeat center center/cover;
	padding: 7.5vw 0 5.5vw;
}

.Socialman-one .one-botton{
	margin-top: 49px;
}

.Socialman-one .one-botton ul li{
	float: left;
    width: 32.66%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 34px 30px 0 30px;
    height: 334px;
}

.Socialman-one .one-botton ul li:hover{
	background: url(../images/one-bottona.png) no-repeat center center/cover;
}

.Socialman-one .one-botton ul li:nth-child(3n){
	margin-right: 0;
}

.Socialman-one .one-botton ul li .icon{
	width: 100%;
	text-align: right;
}

.Socialman-one .one-botton ul li .icon .sj{
	display: none;
}

.Socialman-one .one-botton ul li:hover .icon .sj{
	display: inline-block;
}

.Socialman-one .one-botton ul li:hover .icon .pc{
	display: none;
}

.Socialman-one .one-botton ul li .bottonne{
	margin-top: 32px;
}

.Socialman-one .one-botton ul li .bottonne .nnebt{
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	padding-bottom: 18px;
}

.Socialman-one .one-botton ul li .bottonne .nnenr{
	line-height: 26px;
	color: #666666;
	margin-top: 19px;
}

.Socialman-one .one-botton ul li:hover .bottonne .nnebt{
	border-color: #fff;
}

.Socialman-one .one-botton ul li:hover .bottonne .nnebt,
.Socialman-one .one-botton ul li:hover .bottonne .nnenr{
	color: #fff;
}

.Socialman-two{
	background: #f3f3f3;
	padding: 0 1.5% 2.2% 1.5%;
}

.Socialman-two .twodald{
	background: #fff;
	padding: 6.8vw 0 7.5vw;
	border-radius: 5px;
}

.Socialman-two .twodald .almnand-l{
	width: 37.3%;
}

.Socialman-two .twodald .almnand-r{
	width: 60%;
}

.Socialman-two .twodald .almnand-r .lianxi{
	margin-top: 42px;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li{
	background: #f3f3f3;
	border-radius: 5px;
	margin-bottom: 12px;
	position: relative;
	padding: 22px 50px 22px 38px;
	overflow: hidden;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0%;
	width: 17.7vw;
    height: 11.9vw;
    opacity: 0;
	background: url(../images/g-ine.png) no-repeat center center/cover;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul .cur:before{
	opacity: 1;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li:last-child{
	margin-bottom: 0;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .t{
	color: #333;
	font-size: 24px;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont{
	display: none;
	margin-top: 12px;
	padding-top: 17px;
	border-top: 1px solid #dadada;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta{
	line-height: 34px;
	color: #666666;
	padding-bottom: 10px;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta p{
	position: relative;
	padding-left: 25px;
}

.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 10px;
	height: 12px;
	background: url(../images/slz.png) no-repeat center center/cover;
}


@media(max-width: 1500px) {
	.Socialman-one .one-botton ul li .icon img{
		width: 80px;
	}
}

@media(max-width: 1480px) {
	.Socialman-one .one-botton ul li {
    	padding: 25px 20px 0 20px;
    	height: 295px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li {
	    padding: 15px 20px 15px 20px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .t {
	    font-size: 22px;
	}
}

@media(max-width: 1100px) {
	.Socialman-one{
		padding: 35px 0 45px;
	}

	.Socialman-one .one-botton{
		margin-top: 25px;
	}

	.Socialman-one .one-botton ul li .icon img {
    	width: 70px;
	}

	.Socialman-one .one-botton ul li {
	    padding: 20px 15px 20px 15px;
	    height: auto;
	    width: 100%;
	    margin-bottom: 20px;
	}

	.Socialman-one .one-botton ul li:last-child{
		margin-bottom: 0;
	}

	.Socialman-one .one-botton ul li .bottonne .nnenr{
		line-height: 1.6;
		margin-top: 12px;
	}

	.Socialman-one .one-botton ul li .bottonne .nnebt {
	    padding-bottom: 13px;
	    font-size: 17px;
	}

	.Socialman-one .one-botton ul li .bottonne{
		margin-top: 25px;
	}

	.Socialman-two .twodald .almnand-l{
		width: 100%;
	}

	.Socialman-two{
		padding: 0 3% 40px 3%;
	}

	.Socialman-two .twodald .almnand-r{
		width: 100%;
		margin-top: 30px;
	}

	.Socialman-two .twodald .almnand-r .lianxi{
		margin-top: 25px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .t {
	    font-size: 19px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li {
	    padding: 10px 15px 7px 15px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta{
		line-height: 1.5;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta p:before {
	    top: 5px;
	    width: 8px;
	    height: 10px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont .conta p {
	    padding-left: 20px;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li:before{
		height: 100%;
		background-size: 100% 100%;
	}

	.Socialman-two .twodald .almnand-r .lianxi .join .g-in ul li .cont {
	    margin-top: 12px;
	    padding-top: 11px;
	}

	.Socialman-two .twodald{
		padding: 35px 0 45px;
	}
}

















/**公告及通函**/
.Noticed-one .one-bottom ol li{
	margin-bottom: 20px;
}

.Noticed-one .one-bottom ol li:last-child{
	margin-bottom: 0;
}

.Noticed-one .one-bottom ol li a{
	display: block;
    background: #fff;
    border-radius: 10px;
    padding: 28px 0 33px 30px;
    position: relative;
}

.Noticed-one .one-bottom ol li a:hover {
    background: url(../images/tz_listbj.png) no-repeat center center/cover #009944;
}

.Noticed-one .one-bottom ol li a .lista {
    width: 29px;
    height: 37px;
    margin-top: 3px;
    margin-right: 18px;
    background: url(../images/tz_icon_file_huise.png) no-repeat center center/cover;
}

.Noticed-one .one-bottom ol li a:hover .lista {
    background: url(../images/tz_icon_file_white.png) no-repeat center center/cover;
}

.Noticed-one .one-bottom ol li a .listb .b1 {
    color: #666666;
    line-height: 1;
}

.Noticed-one .one-bottom ol li a .listb .b2 {
    color: #333333;
    margin-top: 3px;
}

.Noticed-one .one-bottom ol li a .listb .b2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.Noticed-one .one-bottom ol li a:hover .listb .b1,
.Noticed-one .one-bottom ol li a:hover .listb .b2 {
    color: #fff;
}

.Noticed-one .one-bottom ol li a:before {
    position: absolute;
    content: "";
    right: 31px;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/tz_icon_download_huise.png) no-repeat center center/cover;
}

.Noticed-one .one-bottom ol li a:hover:before {
    background: url(../images/tz_icon_download_white.png) no-repeat center center/cover;
}


@media (max-width: 1480px){
	.Noticed-one .one-bottom ol li a .lista {
	    margin-top: 1px;
	}
}

@media(max-width: 1100px) {
	.Noticed-one .one-bottom ol li a:before {
    	right: 15px;
	}

	.Noticed-one .one-bottom ol li a {
	    padding: 20px 0 20px 15px;
	}
}

@media (max-width: 1024px){
	.Noticed-one .one-bottom ol li a .lista {
	    display: none;
	}

	.Noticed-one .one-bottom ol li a:before {
	    width: 18px;
	    height: 18px;
	}

	.Noticed-one .one-bottom ol li a .listb .b2 p {
	    max-width: 100%;
	}

	.Noticed-one .one-bottom ol li a .listb {
	    width: 70%;
	}
}




/**企业管治**/
.control-one{
	background: #f3f3f3;
	padding: 7.3vw 0 7.2vw;
}

.control-one .one-top{
	margin-bottom: 40px;
}

.control-one .one-top .one-right{
	position: absolute;
	bottom: 3px;
	right: 0;
}

.control-one .one-top .one-right .tabTit .tita{
	width: 180px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	float: left;
	margin-right: 10px;
	color: #666666;
	border-radius: 40px;
	border: 1px solid #c8c8c8;
}

.control-one .one-top .one-right .tabTit .cur{
	color: #fff;
	background: #009944;
	border-color: #009944;
}

.control-one .one-top .one-right .tabTit .tita:last-child{
	margin-right: 0;
}

.control-one .one-bottom .box ul li{
	float: left;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 32.625%;
	margin-right: 1%;
	padding: 28px 30px 0 30px;
	height: 250px;
	position: relative;
}

.control-one .one-bottom .box ul li:before{
	position: absolute;
	content: "";
	right: 5px;
	bottom: 0;
    width: 18.8vw;
    height: 8.1vw;
	background: url(../images/boxsxd.png) no-repeat center center/cover;
	background-size: 100% 100%;
}

.control-one .one-bottom .box ul li:nth-child(n+4){
	margin-top: 20px;
}


.control-one .one-bottom .box ul li:nth-child(3n){
	margin-right: 0;
}

.control-one .one-bottom .box ul li .box-bt{
	color: #333333;
	margin-bottom: 63px;
}

.control-one .one-bottom .box ul li .box-nr{
	color: #666666;
	line-height: 25px;
}

.control-one .one-bottom .box ul li .box-nr p{
	position: relative;
	padding-left: 15px;
}

.control-one .one-bottom .box ul li .box-nr p:before{
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #c1c1c1;
	border-radius: 50%;
}

.control-two{
	background: #fff;
	padding: 7.2vw 0 7vw;
}

.control-two .contasd-twonr{
	margin-bottom: 59px;
	margin-top: 41px;
}

.control-two .contasd-twonr ul li{
	background: #f3f3f3;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.control-two .contasd-twonr ul li a{
	display: block;
	padding: 34px 90px 33px 30px;
	position: relative;
}

.control-two .contasd-twonr ul li a:before{
	position: absolute;
	content: "";
	right: 30px;
	top: 50%;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	background: url(../images/tz_icon_download_huise.png) no-repeat center center/cover;
}

.control-two .contasd-twonr ul li a .lista{
	width: 21px;
	height: 27px;
	background: url(../images/tz_icon_file_huise.png)no-repeat center center/cover;
}

.control-two .contasd-twonr ul li a .listb{
	line-height: 1;
	color: #333333;
	margin-top: 7px;
	margin-left: 19px;
	max-width: 90%;
}

.control-two .contasd-twonr ul li a .listb p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.control-two .contasd-twonr ul li a .listc{
	color: #666666;
	line-height: 1;
	margin-top: 7px;
}

.control-two .contasd-twonr ul li:last-child{
	margin-bottom: 0;
}



@media(max-width: 1480px) {
	.control-one .one-top .one-right .tabTit .tita{
		height: 45px;
    	line-height: 45px;
	}

	.control-two .contasd-twonr ul li a {
    	padding: 25px 65px 25px 20px;
	}

	.control-two .contasd-twonr ul li a:before {
	    width: 22px;
	    height: 22px;
	    right: 20px;
	}

	.control-one .one-bottom .box ul li {
	    padding: 28px 25px 0 25px;
	}

	.control-two .contasd-twonr ul li a .listb {
	    max-width: 70%;
	}
}

@media(max-width: 1100px) {
	.control-two .contasd-twonr ul li a .lista{
		display: none;
	}

	.control-two .contasd-twonr ul li a .listb{
		width: 80%;
		margin-left: 0;
		font-size: 14px;
		margin-top: 0;
	}

	.control-one{
		padding: 35px 0 45px;
	}

	.control-one .one-top{
		margin-bottom: 25px;
	}

	.control-one .one-top .one-right .tabTit .tita{
		line-height: 40px;
		height: 40px;
	}

	.control-one .one-bottom .box ul li{
		width: 100%;
		height: auto;
		padding: 20px 15px 25px 15px;
		margin-bottom: 20px;
		margin-top:0!important;
	}

	.control-one .one-bottom .box ul li .box-bt{
		margin-bottom: 25px;
	}

	.control-one .one-bottom .box ul li:last-child{
		margin-bottom: 0;
	}

	.control-one .one-bottom .box ul li .box-nr p:before{
		line-height: 1.6;
	}

	.control-two .contasd-twonr ul li a {
	    padding: 17px 55px 16px 15px;
	}

	.control-two .contasd-twonr ul li a:before {
    	width: 16px;
    	height: 16px;
    	right: 15px;
    	top: 49%;
	}

	.control-two .contasd-twonr ul li a .listc{
		margin-top: 0;
	}

	.control-two .contasd-twonr{
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.control-two{
		padding: 35px 0 45px;
	}

}

@media(max-width: 600px) {
	.control-one .one-top .one-right{
		position: initial;
		margin-top: 15px;
		width: 100%;
	}

	.control-one .one-top{
		margin-bottom: 30px;
	}
}





/**投资者日历**/
.Calendar-one{
	background: #f3f3f3;
	padding: 6.5vw 0 7.3vw;
}

.Calendar-one .one-tright{
	position: absolute;
	right: 0;
	bottom: 1px;
}

.Calendar-one .one-tright .tabTit .btoit{
	width: 137px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    float: left;
    margin-right: 10px;
    color: #666666;
    border-radius: 40px;
    border: 1px solid #c8c8c8;
}
.Calendar-one .one-tright .tabTit .btoit a { display: block; }

.Calendar-one .one-tright .tabTit .cur{
	color: #fff;
    background: #009944;
    border-color: #009944;
}
.Calendar-one .one-tright .tabTit .cur a { color:#fff; }
.Calendar-one .one-tright .tabTit .btoit:last-child{
	margin-right: 0;
}

.Calendar-one .onesmd-mpy{
	margin-top: 37px;
	margin-bottom: 60px;
}

.Calendar-one .onesmd-mpy .box ul li{
	background: #fff;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.Calendar-one .onesmd-mpy .box ul li:last-child{
	margin-bottom: 0;
}

.Calendar-one .onesmd-mpy .box ul li a{
	display: block;
	position: relative;
	padding: 29px 30px 25px 30px;
}

.Calendar-one .onesmd-mpy .box ul li a:before{
	position: absolute;
	content: "";
	right: 30px;
	top: 50%;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	background: url(../images/tz_icon_download_huise.png) no-repeat center center/cover;
}

.Calendar-one .onesmd-mpy .box ul li a .a-l{
	text-align: center;
}

.Calendar-one .onesmd-mpy .box ul li a .a-l .la{
	font-size: 30px;
	line-height: 1;
	color: #666666;
	margin-bottom: 1px;
}

.Calendar-one .onesmd-mpy .box ul li a .a-l .lb{
	font-size: 16px;
	color: #666666;
}

.Calendar-one .onesmd-mpy .box ul li a .a-la{
	color: #333333;
	margin-left: 28px;
	margin-top: 13px;
	max-width: 65%;
}

.Calendar-one .onesmd-mpy .box ul li a .a-la p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

@media(max-width: 1480px) {
	.Calendar-one .one-tright .tabTit .btoit{
		height: 45px;
		line-height: 45px;
	}

	.Calendar-one .onesmd-mpy .box ul li a {
	    padding: 21px 20px 20px 20px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-l .la {
    	font-size: 23px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-la {
	    margin-top: 10px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-l .lb{
		font-size: 15px;
	}

	.Calendar-one .onesmd-mpy .box ul li a:before {
	    right: 20px;
	    width: 21px;
	    height: 21px;
	}
}

@media(max-width: 1100px) {
	.Calendar-one{
		padding: 35px 0 45px;
	}

	.Calendar-one .onesmd-mpy{
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.Calendar-one .one-tright .tabTit .btoit {
	    height: 40px;
	    line-height: 40px;
	}

	.Calendar-one .onesmd-mpy .box ul li a {
	    padding: 17px 15px 16px 15px;
	}

	.Calendar-one .onesmd-mpy .box ul li a:before{
		right: 15px;
		width: 18px;
    	height: 18px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-l .lb {
    	font-size: 14px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-l .la{
		font-size: 19px;
	}

	.Calendar-one .onesmd-mpy .box ul li a .a-la {
	    margin-top: 7px;
	    margin-left: 15px;
	}
}

@media(max-width: 600px){
	.Calendar-one .one-tright{
		width: 100%;
		position: initial;
		margin-top: 10px;
	}
}




/**产品详情**/
.Myproduct-one{
	background: url(../images/Myproduct-one.jpg) no-repeat center center/cover;
	padding: 7.3vw 0 7.5vw;
}

.Myproduct-one .one-top{
	margin-bottom: 37px;
}

.Myproduct-one .one-top .one-right{
	position: absolute;
	right: 0;
	bottom: 3px;
}

.Myproduct-one .one-top .one-right a{
	display: block;
	color: #fff;
	width: 178px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 40px;
	background: #009943;
	position: relative;
	overflow: hidden;
}

.Myproduct-one .one-top .one-right a i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

.Myproduct-one .one-top .one-right a span{
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	margin-top: -4px;
	vertical-align: middle;
	background: url(../images/fxdz.png) no-repeat center center/cover;
}

.Myproduct-one .one-top .one-right a:before{
	position: absolute;
	content: "";
	width: 100%;
	right: -100%;
	height: 100%;
	transition: all 0.5s;
	background: red;
}

.Myproduct-one .one-top .one-right a:hover:before{
	right: 0;
}

.Myproduct-one .one-bottom{
	position: relative;
}

.Myproduct-one .one-bottom .borttom-left{
	background: #fff;
	width: 36.375%;
	border-radius: 10px;
	overflow: hidden;
	padding: 72px 6.5% 123px 45px;
}

.Myproduct-one .one-bottom .borttom-left .ttopml-t{
	font-size: 24px;
	color: #333333;
	padding-bottom: 25px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.Myproduct-one .one-bottom .borttom-left .ttopml-b{
	margin-top: 38px;
}

.Myproduct-one .one-bottom .borttom-left .ttopml-b p{
	line-height: 30px;
	padding-left: 20px;
	color: #666666;
	
	position: relative;
}

/*.Myproduct-one .one-bottom .borttom-left .ttopml-b p:before{*/
/*	position: absolute;*/
/*	content: "";*/
/*	top: 8px;*/
/*	left: 0;*/
/*	width: 11px;*/
/*	height: 13px;*/
/*	background: url(../images/slz.png)no-repeat center center/cover;*/
/*}*/

.Myproduct-one .one-bottom .borttom-right{
	position: absolute;
	right: 0;
	height: 100%;
	width: 62.5%;
	border-radius: 10px;
	overflow: hidden;
}

.Myproduct-one .one-bottom .borttom-right .rightbotm{
	position: relative;
	width: 100%;
	height: 100%;
}

.Myproduct-one .one-bottom .borttom-right .rightbotm .pmlid{
	position: absolute;
    bottom: 1vw;
    left: 1.8vw;
    -webkit-text-stroke: 1px #e7e7e7;
    color: transparent;
    font-size: 5.7vw;
    line-height: 1;
    margin-top: 44px;
}


.Myproduct-two{
	background: #f3f3f3;
	padding: 0 1.5% 2.2% 1.5%;
}

.Myproduct-two .twodald{
	background: #fff;
	padding: 7.3vw 0 6.8vw;
	border-radius: 5px;
	overflow: hidden;
}

.Myproduct-two .containerap{
	position: relative;
}

.Myproduct-two .Myproduct-left{
	width: 36.375%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.Myproduct-two .Myproduct-left img{
	position: absolute;
	width: 100%;
	height: 100%;
}



.Myproduct-two .Myproduct-right{
	width: 100%;
}

.Myproduct-right .tabBoxA .swiper-pagination { width: 1px; height:1px; overflow: hidden; }

.Myproduct-two .Myproduct-right .fl { float: left; }
.Myproduct-two .Myproduct-right .fr { float: right; padding-top:20px; }
.Myproduct-two .Myproduct-right .fr.add115 { display: none; }
.Myproduct-two .Myproduct-right .tabTit span { display: inline-block; padding: 10px 30px; margin-left:10px; font-size:16px; color:#333; cursor: pointer; border-radius: 50px; border:1px solid #ededed; margin-top: 10px;}
.Myproduct-two .Myproduct-right .tabTit span.cur,.Myproduct-two .Myproduct-right .tabTit span:hover { color:#fff; background:#62b688; border-color:#62b688; }


.Myproduct-two .Myproduct-right .right-bottm{
	margin-top: 46px;
	/*padding-right: 40px;*/
	overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
}

.Myproduct-two .Myproduct-right .right-bottm::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.Myproduct-two .Myproduct-right .right-bottm::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #d9d9d9;
}

.Myproduct-two .Myproduct-right .right-bottm::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #f2f2f2;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma{
	text-align: center;
	overflow: hidden;
}
.Myproduct-two .Myproduct-right .right-bottm  .right-bottma p{
	text-align: left;
	line-height: 30px;
    padding-left: 20px;
    color: #666666;
    position: relative;
    padding-bottom: 20px;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-a{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .g-inp{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-a .join-zt{
	color: #fff;
	padding: 22px 0 28px;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-dy{
	width: 39%;
	text-align: left;
	float: left;
	border-right: 1px solid #dadada;
	padding-left: 60px !important;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-de{
	width: 30.5%;
	float: left;
	border-right: 1px solid #dadada;
}


.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-ds{
	width: 30.5%;
	float: left;
}

.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-a .join-dy,
.Myproduct-two .Myproduct-right .right-bottm  .right-bottma .join-a .join-de{
	border-color: #62b688;
}


.Myproduct-two .Myproduct-right .right-bottm .right-bottma .join-a{
	background: #009944;
}


.Myproduct-two .Myproduct-right .right-bottm .g-inp ul li{
	background: #f2f2f2;
}

.Myproduct-two .Myproduct-right .right-bottm .g-inp ul li:nth-child(2n){
	background: #e8e8e8;
}

.Myproduct-two .Myproduct-right .right-bottm .g-inp ul li .t .t-t{
	padding: 22px 0 20px;
	color: #666;	
}

.one-rightdasda{
	display: none;
}

.one-rightdasda a{
	display: block;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	background: #009943;
	position: relative;
	overflow: hidden;
}

.one-rightdasda a i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

.one-rightdasda a span{
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	margin-top: -4px;
	vertical-align: middle;
	background: url(../images/fxdz.png) no-repeat center center/cover;
}

@media(max-width: 1500px) {
	.Myproduct-one .one-bottom .borttom-right .rightbotm .pmlid{
		font-size: 5vw;
	}
}

@media(max-width: 1480px) {
	.Myproduct-one .one-bottom .borttom-left{
		background: #fff;
		width: 36.375%;
		border-radius: 10px;
		overflow: hidden;
		padding: 62px 30px 80px 20px;
	}

	.Myproduct-two .Myproduct-right .right-bottm .right-bottma .join-dy {
	    padding-left: 20px !important;
	}

	.Myproduct-two .Myproduct-right .right-bottm {
	    /*padding-right: 25px;*/
	}

	.Myproduct-one .one-top .one-right a{
		height: 45px;
		line-height: 45px;
		width: 158px;
	}
}

@media(max-width: 1100px) {
        
    .Myproduct-two .Myproduct-right .fr { width: 100%; padding-top: 5px; }
    .Myproduct-two .Myproduct-right .fr span { margin: 10px 10px 0 0; }
	.Myproduct-one .one-bottom .borttom-right .rightbotm .pmlid{
		font-size: 40px;
	}

	.Myproduct-one{
		padding: 35px 0 45px;
	}

	.Myproduct-one .one-top{
		margin-bottom: 25px;
	}

	.Myproduct-one .one-bottom .borttom-left {
    	padding: 20px 15px 25px 15px;
    	width: 100%;
	}

	.Myproduct-one .one-bottom .borttom-left .ttopml-t {
	    font-size: 20px;
	    padding-bottom: 13px;
	    line-height: 1.5;
	}

	.Myproduct-one .one-bottom .borttom-left .ttopml-b p{
		line-height: 1.6;
	}

	.Myproduct-one .one-bottom .borttom-left .ttopml-b{
		margin-top: 13px;
	}

	.Myproduct-one .one-bottom .borttom-right{
		position: initial;
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}

	.Myproduct-one .one-top .one-right{
		display: none;
	}

	.one-rightdasda{
		display: block;
		margin-top: 30px;
	}

	.Myproduct-two .twodald{
		padding: 25px 0 30px;
	}

	.Myproduct-two .Myproduct-left{
		position: initial;
		width: 100%;
	}

	.Myproduct-two .Myproduct-left img{
		position: initial;
	}

	.Myproduct-two .Myproduct-right{
		margin-top: 20px;
		width: 100%;
	}

	.Myproduct-two .Myproduct-right .right-bottm{
		margin-top: 25px;
		height: auto;
		padding-right: 0;
	}

	.Myproduct-two .Myproduct-right .right-bottm .right-bottma .join-a .join-zt {
	    padding: 11px 0 12px;
	}

	.Myproduct-two .Myproduct-right .right-bottm .g-inp ul li .t .t-t {
	    padding: 15px 0 15px;
	}

	.Myproduct-two{
		padding: 0 3% 40px 3%;
	}

}

@media(max-width: 600px) {
	.Myproduct-two .Myproduct-right .right-bottm{
		overflow: scroll;
	}
    .Myproduct-two .Myproduct-right .fr span { font-size:14px; padding:8px 20px; }
	.Myproduct-two .Myproduct-right .right-bottm .right-bottma{
		min-width: 700px;
	}


	.Myproduct-two .Myproduct-right .right-bottm::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 6px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 4px;
		display:none;
	}
}



/**招聘详情**/
.Recruitingme-one{
	background: #f3f3f3;
	padding: 52px 0 7.2vw;
}

.Recruitingme-one .one-left{
	background: #fff;
	border-radius: 5px;
	width: 72.5%;
	padding: 40px 50px 70px 50px;
}

.Recruitingme-one .one-left .left-bta{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 21px;
}

.Recruitingme-one .one-left .left-bta .bta1{
	font-size: 28px;
	color: #222222;
	margin-bottom: 16px;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li{
	float: left;
	line-height: 1;
	color: #666666;
	margin-right: 40px;
	position: relative;
	padding-left: 22px;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	background: url(../images/sjm.png)no-repeat center center/cover;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li:nth-child(2):before{
	background: url(../images/sjm1.png)no-repeat center center/cover;
	height: 13px;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li:nth-child(3):before{
	background: url(../images/sjm2.png)no-repeat center center/cover;
	height: 12px;
	width: 10px;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li:last-child{
	margin-right: 0;
}

.Recruitingme-one .one-left .left-bta .bta2 ul li span{
	display: inline-block;
	line-height: 1;
	color: #666666;
}

.Recruitingme-one .one-left .left-btb{
	margin-top: 30px;
	line-height: 36px;
}

.Recruitingme-one .one-left .left-btb p{
	color: #666666;
}

.Recruitingme-one .one-left .left-btb .font20{
	color: #333333;
}

.Recruitingme-one .one-left .left-btc{
	border-top: 1px solid #e3e3e3;
	padding-top: 45px;
	margin-top: 40px;
}

.Recruitingme-one .one-left .left-btc .btc-left .tc-a a{
	color: #666666;
	overflow: hidden;
	max-width: 100%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap; 
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.Recruitingme-one .one-left .left-btc .btc-left .tc-a a:hover{
	border-bottom: 1px solid #009944;
}

.Recruitingme-one .one-left .left-btc .btc-left .tc-a:last-child{
	margin-bottom: 0;
}

.Recruitingme-one .one-left .left-btc .btc-right{
	margin-top: 12px;
}

.Recruitingme-one .one-left .left-btc .btc-right a{
	width: 138px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 40px;
	background: #009944;
	overflow: hidden;
	position: relative;
}

.Recruitingme-one .one-left .left-btc .btc-right a i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

.Recruitingme-one .one-left .left-btc .btc-right a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	background: red;
	transition: all 0.5s;
}

.Recruitingme-one .one-left .left-btc .btc-right a:hover:before{
	left: 0;
}

.Recruitingme-one .one-right{
	width: 26%;
	background: #fff;
	border-radius: 5px;
	padding: 34px 0 27px 34px;
}

.Recruitingme-one .one-right ul li .right-nr{
	margin-left: 20px;
}

.Recruitingme-one .one-right ul li .right-nr .nra1{
	margin-top: 7px;
}

.Recruitingme-one .one-right ul li .right-nr .nra1,
.Recruitingme-one .one-right ul li .right-nr .nra2{
	color: #333333;
}

.Recruitingme-one .one-right ul li .right-nr .nra2{
	margin-top: 7px;
}

@media(max-width: 1480px) {
	.Recruitingme-one .one-left .left-bta .bta1 {
    	font-size: 24px;
	}

	.Recruitingme-one .one-left{
		width: 70%;
		padding: 25px 20px 40px 20px;
	}

	.Recruitingme-one .one-left .left-btc .btc-right a{
		height: 45px;
		line-height: 45px;
	}

	.Recruitingme-one .one-right{
		width: 28.5%;
		padding: 25px 0 24px 20px;
	}

	.Recruitingme-one .one-right ul li .right-nr .nra1 {
	    margin-top: 10px;
	}
}

@media(max-width: 1100px) {
	.Recruitingme-one .one-right{
		display: none;
	}

	.Recruitingme-one{
		padding: 35px 0 45px;
	}

	.Recruitingme-one .one-left{
		width: 100%;
		padding: 20px 15px 30px 15px;
	}

	.Recruitingme-one .one-left .left-bta .bta1 {
    	font-size: 20px;
	}

	.Recruitingme-one .one-left .left-btb{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 13px;
	}

	.Recruitingme-one .one-left .left-btb .font20{
		font-size: 18px;
	}

	.Recruitingme-one .one-left .left-bta {
    	padding-bottom: 17px;
	}

	.Recruitingme-one .one-left .left-btc {
	    padding-top: 20px;
	    margin-top: 20px;
	}

	.Recruitingme-one .one-left .left-btc .btc-right a{
		height: 40px;
		line-height: 40px;
	}

	.Recruitingme-one .one-left .left-btc .btc-right{
		margin-top: 0;
	}

}

@media(max-width: 750px) {
	.Recruitingme-one .one-left .left-bta .bta2 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.Recruitingme-one .one-left .left-bta .bta2 ul li:last-child{
		margin-bottom: 0;
	}
}

@media(max-width: 600px) {
	.Recruitingme-one .one-left .left-btc .btc-right{
		width: 100%;
		margin-top: 10px;
	}

	.Recruitingme-one .one-left .left-btc .btc-left{
		width: 100%;
	}

	.Recruitingme-one .one-left .left-btc .btc-left .tc-a a{
		border: 0px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
}













/**咨询详情**/
.newsnr-one{
	background: url(../images/newsnr-one.jpg) no-repeat center center/cover;
	padding: 6.5vw 0 6.8vw;
}

.newsnr-one .one-left{
	width: 36.25%;
}

.newsnr-one .one-left .left-top{
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	padding: 56px 55px 51px 47px;
}

.newsnr-one .one-left .left-top:last-child{
	margin-bottom: 0;
}

.newsnr-one .one-left .left-top .top-bt{
	color: #333333;
	font-size: 30px;
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.newsnr-one .one-left .left-top ul{
	margin-top: 20px;
}

.newsnr-one .one-left .left-top ul li{
	border-bottom: 1px solid #f3f6f4;
}

.newsnr-one .one-left .left-top ul li a{
	display: block;
	padding-top: 23px;
	position: relative;
	padding-bottom: 15px;
}

.newsnr-one .one-left .left-top ul li a:before{
	position: absolute;
	content: "";
	right: 0;
	width: 18px;
	top: 50%;
	transform: translateY(-50%);
	height: 13px;
	background: url(../images/g-inpw1.png) no-repeat center center/cover;
}

.newsnr-one .one-left .left-top ul li a:hover:before{
	background: url(../images/boxr3.png) no-repeat center center/cover;
}

.newsnr-one .one-left .left-top ul li a .bszn{
	font-size: 20px;
	color: #666666;
	line-height: 1;
}

.newsnr-one .one-left .left-top ul li:hover a .bszn{
	color: #009944;
}

.newsnr-one .one-left .left-top ul li a .bszn span{
	font-size: 14px;
	display: inline-block;
	color: #666666;
	line-height: 1;
	margin-left: 8px;
}

.newsnr-one .one-left .left-top ul li:hover a .bszn span{
	color: #009944;
}

.newsnr-one .one-left .left-top ol{
	margin-top: 12px;
}

.newsnr-one .one-left .left-top ol li{
	border-bottom: 1px solid #f3f6f4;
}

.newsnr-one .one-left .left-top ol li a{
	display: block;
	padding: 30px 0 23px;
}

.newsnr-one .one-left .left-top ol li a .topa{
	color: #009944;
	line-height: 1;
	margin-bottom: 10px;
}

.newsnr-one .one-left .left-top ol li a .topb{
	line-height: 26px;
	color: #333333;
}

.newsnr-one .one-right{
	width: 62.75%;
	background: #fff;
	padding: 61px 64px 89px 47px;
	border-radius: 5px;
	overflow: hidden;
}

.newsnr-one .one-right .right-ta{
	line-height: 1;
	color: #009944;
	margin-bottom: 13px;
}

.newsnr-one .one-right .right-tb{
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.newsnr-one .one-right .right-tb .tb-left{
	color: #333333;
	font-size: 24px;
	line-height: 32px;
}

.newsnr-one .one-right .right-tb .tb-right{
	display: inline-block;
	margin-top: 30px;
}

.newsnr-one .one-right .right-tc{
	color: #666666;
	margin-top: 38px;
	line-height: 26px;
}

.newsnr-one .one-right .right-td{
	border-top: 1px solid #e5e5e5;
	margin-top: 44px;
	padding-top: 35px;
}

.newsnr-one .one-right .right-td .td-left .td-ta{
	margin-bottom: 10px;
}

.newsnr-one .one-right .right-td .td-left .td-ta:last-child{
	margin-bottom: 0;
}

.newsnr-one .one-right .right-td .td-left .td-ta a{
	width: 211px;
	height: 41px;
	display: block;
	border-radius: 5px;
	background: #f0f0f0;
	line-height: 40px;
	padding-left: 25px;
	overflow: hidden;
	position: relative;
}

.newsnr-one .one-right .right-td .td-left .td-ta a:before{
	position: absolute;
	content: "";
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	background: #009944;
}

.newsnr-one .one-right .right-td .td-left .td-ta a:hover:before{
	left: 0;
}

.newsnr-one .one-right .right-td .td-left .td-ta a i{
	position: relative;
	z-index: 1;
	font-style: normal;
	color: #666666;
}

.newsnr-one .one-right .right-td .td-left .td-ta a span{
	display: inline-block;
	width: 14px;
	height: 10px;
	position: relative;
	z-index: 1;
	margin-left: 107px;
	background: url(../images/wzana.png) no-repeat center center/cover;
}

.newsnr-one .one-right .right-td .td-left .td-ta a:hover i{
	color: #fff;
}

.newsnr-one .one-right .right-td .td-left .td-ta a:hover span{
	background: url(../images/wzan.png) no-repeat center center/cover;
}

.newsnr-one .one-right .right-td .td-right .td-tb a{
	display: block;
	width: 212px;
	height: 41px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	background: #009944;
	padding: 0 0 0 27px;
	position: relative;
}

.newsnr-one .one-right .right-td .td-right .td-tb a:before{
	position: absolute;
	content: "";
	right: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	background: red;
	transition: all 0.5s;
}

.newsnr-one .one-right .right-td .td-right .td-tb a:hover:before{
	right: 0;
}

.newsnr-one .one-right .right-td .td-right .td-tb a i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

.newsnr-one .one-right .right-td .td-right .td-tb a span{
	display: inline-block;
	width: 19px;
	height: 13px;
	position: relative;
	margin-left: 82px;
	margin-top: -1px;
	vertical-align: middle;
	background: url(../images/td-tb.png) no-repeat center center/cover;	
}

@media(max-width: 1680px) {
	.newsnr-one .one-left .left-top .top-bt {
	    font-size: 25px;
	}

	.newsnr-one .one-right .right-tb .tb-left {
    	font-size: 22px;
	}
}

@media(max-width: 1480px) {
	.newsnr-one .one-right {
    	padding: 41px 20px 65px 20px;
	}

	.newsnr-one .one-left .left-top {
	    padding: 36px 20px 41px 20px;
	}

	.newsnr-one .one-left {
    	width: 33%;
	}

	.newsnr-one .one-right{
		width: 65.5%;
	}
}

@media(max-width: 1280px) {
	.newsnr-one .one-right .right-tb .tb-left{
		width: 100%;
	}

	.newsnr-one .one-right .right-tb .tb-right{
		float: left;
		margin-top: 10px;
	}

	.newsnr-one .one-left .left-top ul li a .bszn {
	    font-size: 18px;
	}
}

@media(max-width:1100px) {
	.newsnr-one .one-left{
		display: none;
	}

	.newsnr-one{
		padding: 35px 0 45px;
		background: #f3f3f3;
	}

	.newsnr-one .one-right{
		width: 100%;
		padding: 20px 15px 30px 15px;
	}

	.newsnr-one .one-right .right-tb .tb-left {
	    font-size: 18px;
	    line-height: 1.5;
	}

	.newsnr-one .one-right .right-tb {
    	padding-bottom: 15px;
	}

	.newsnr-one .one-right .right-tc{
		line-height: 1.6;
		margin-top: 15px;
	}

	.newsnr-one .one-right .right-td {
	    margin-top: 18px;
	    padding-top: 18px;
	}

	.newsnr-one .one-right .right-td .td-left .td-ta a {
	    width: 140px;
	    padding-left: 15px;
	}

	.newsnr-one .one-right .right-td .td-left .td-ta a span {
	    margin-left: 52px;
	}

	.newsnr-one .one-right .right-td .td-right .td-tb a {
	    width: 140px;
	    padding: 0 0 0 15px;
	}

	.newsnr-one .one-right .right-td .td-right .td-tb a span {
	    margin-left: 36px;
	}


}







/**资讯动态**/
.newsnrmp-one .newsnrmp-top {
	margin-bottom: 46px;
}

.newsnrmp-one .newsnrmp-top .newsnrmp-right{
	position: absolute;
	bottom: 0;
	right: 0;
}
.newsnrmp-one .newsnrmp-top .newsnrmp-right ul { padding-top:2px; }

.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li{
	float: left;
	width: 137px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #666666;
	border-radius: 40px;
	margin-right: 10px;
	border: 1px solid #c8c8c8;
}
.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li a{
    display: block;
	width: 137px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #666666;
	border-radius: 40px;
}

.newsnrmp-one .newsnrmp-top .newsnrmp-right ul .cur a{
	color: #fff;
	background: #009944;
	border: 1px solid #009944;
}
.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li a { color:#666; }

.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li:last-child{
	margin-right: 0;
}


@media(max-width:1100px){
    .newsnrmp-one .newsnrmp-top .newsnrmp-right ul li,.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li a { width: auto; padding: 10px 20px; height: auto; line-height: 1; }
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-left{
	width: 579px;
	height: 436px;
	border-radius: 5px;
	overflow: hidden;
	background:#fff;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right{
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	width: calc(100% - 600px);
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a{
	display: block;
	height: 436px;
	position: relative;
	padding: 48px 46px 0 42px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .sz{
	color: #888888;
	line-height: 1;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .sza{
	font-size: 18px;
	color: #333333;
	line-height: 29px;
	font-weight: bold;
	margin-top: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szb {
	line-height: 25px;
	color: #999999;
	margin-top: 10px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szb p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szc{
	position: absolute;
	left: 42px;
	line-height: 1;
	bottom: 38px;
	color: #666666;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szc span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	background: url(../images/boxr3.png)no-repeat center center/cover;
}

.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a:hover .sza{
	color: #22a75d;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom{
	margin-top: 24px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul {
	margin-bottom: 50px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 24px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:last-child{
	margin-bottom: 0;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a{
	display: block;
	padding: 46px 46px 53px 41px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .sz{
	color: #888888;
	line-height: 1;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .sza{
	font-size: 18px;
	color: #333333;
	line-height: 29px;
	font-weight: bold;
	margin-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .szb {
	line-height: 25px;
	color: #999999;
	margin-top: 3px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .szb p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .szc{
	line-height: 1;
	color: #666666;
	margin-top: 33px;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .szc span{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
	background: url(../images/boxr3.png)no-repeat center center/cover;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a{
	background: #009944;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a .sz,
.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a .sza,
.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a .szb,
.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a .szc{
	color: #fff;
}

.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li:hover a .szc span{
	background: url(../images/g-inpw2.png)no-repeat center center/cover;
}


/*.fyqa .page a{*/
/*	font-size: 14px;*/
/*}*/

/*.fyqa .page .prev{*/
/*	width: 118px;*/
/*	margin-right: 5px;*/
/*}*/

/*.fyqa .page .next{*/
/*	width: 118px;*/
/*	margin-left: 5px;*/
/*}*/

/*.fyqa .page .prev span{*/
/*	display: inline-block;*/
/*	width: 14px;*/
/*	height: 12px;*/
/*	margin-top: -2px;*/
/*	margin-right: 14px;*/
/*	vertical-align: middle;*/
/*	background: url(../images/fyqal.png)no-repeat center center/cover;*/
/*}*/

/*.fyqa .page .next span{*/
/*	display: inline-block;*/
/*	width: 14px;*/
/*	height: 12px;*/
/*	margin-top: -2px;*/
/*	margin-left: 14px;*/
/*	vertical-align: middle;*/
/*	background: url(../images/fyqar.png)no-repeat center center/cover;*/
/*}*/

/*.fyqa .page .prev:hover span{*/
/*	background: url(../images/fyqala.png)no-repeat center center/cover;*/
/*}*/

/*.fyqa .page .next:hover span{*/
/*	background: url(../images/fyqara.png)no-repeat center center/cover;*/
/*}*/

/*.fyqa .page .prev:hover,*/
/*.fyqa .page .next:hover{*/
/*	background: #acacac;*/
/*	border-color: #acacac;*/
/*}*/


/*分页*/
.pages{ display:flex; justify-content:center; }
.pages span{ margin:0 2px; padding:5px 8px; background:#fff; border-radius:6px; border:1px solid #dedede; }

.fyq { margin-top: 4vw; text-align: center;}
.fyq .page>ul{ display:flex; justify-content:center; }
.fyq .page span { font-size: 18px;color: #666666;border-radius: 5px; border: 1px solid #dedede;height: 48px;display: inline-block;width: 50px;text-align: center;line-height: 50px; margin: 0 2px; }
.fyq .page span {background: #009944; border-color: #fff;color: #fff;border: inherit;}
.fyq .page a .fa.fa-angle-left:after,.fyq .page .layui-laypage-disabled .fa.fa-angle-left:after { content:'<'; }
.fyq .page a .fa.fa-angle-right:after,.fyq .page .layui-laypage-disabled .fa.fa-angle-right:after { content:'>'; }
.fyq .page li { vertical-align: top; display: inline-block; }
@media(max-width:  1024px){
	.fyq { margin-top:20px; }
    .fyq .page a,.fyq .page span { font-size: 16px; height: 32px; width: 34px; line-height: 34px; }
}
.layui-laypage{display: flex;font-size:14px; color:#333;  align-items: center; justify-content:center;}
.fyq .page .layui-laypage-curr {background: #009944;color: #fff;text-align: center;border-radius:5px;}
.layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;}
.layui-laypage-limits select {background: #fff;height: 40px;font-size: 16px;color: #333;line-height: 40px;padding: 0 16px;text-align: center;border: #dadada solid 1px;margin: 0 4px;background: #fff;border-radius:100px;}
#goPageId {background: #fff;width: 50px;font-size: 16px;color: #333;line-height: 40px;padding: 0 16px;text-align: center;border: #dadada solid 1px;margin: 0 10px;border-radius:100px;}
.layui-laypage-btn {background: #fff;font-size: 16px;color: #333;line-height: 40px;padding: 0 16px;text-align: center;border: #dadada solid 1px;margin: 0 10px;border-radius:100px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.layui-laypage-disabled {font-size: 16px;color: #333;line-height: 40px;padding: 0 16px;text-align: center;margin: 0 10px;background: #fff;border-radius:100px;}
.layui-laypage-disabled:hover{ background:#009944; color:#fff; border:1px solid #333333;}
.layui-laypage a:hover{ background:#009944; color:#fff;  border:1px solid #333333;}
.layui-laypage-btn:hover{ background:#009944; color:#fff;  border:1px solid #333333; cursor:pointer; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}



@media(max-width: 1480px) {
	.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li{
		height: 45px;
		line-height: 45px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a {
	    padding: 26px 20px 43px 20px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a {
	    padding: 38px 20px 0 20px;
	    height: 356px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-left {
	    width: 500px;
	    height: 356px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right {
	    width: calc(100% - 519px);
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .sza {
	    margin-top: 25px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szc{
		left: 20px;
	}
}

@media(max-width: 1100px) {
	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-left{
		width: 100%;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right{
		width: 100%;
		margin-top: 20px;
	}

	.newsnrmp-one .newsnrmp-top{
		margin-bottom: 30px;
	}

	.newsnrmp-one .newsnrmp-top .newsnrmp-right{
		position: initial;
		width: 100%;
		margin-top: 15px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a {
	    padding: 20px 15px 25px 15px;
		height: auto;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szc{
		position: initial;
		margin-top: 30px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .szb{
		line-height: 1.6;
		margin-top: 20px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-top .top-right a .sza{
		line-height: 1.5;
		margin-top: 13px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a {
	    padding: 20px 15px 25px 15px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .szb{
		line-height: 1.6;
		margin-top: 20px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li a .sza{
		margin-top: 10px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom{
		margin-top: 20px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul li{
		margin-bottom: 20px;
	}

	.newsnrmp-one .newsnrmp-bottom .bottom-bottom ul{
		margin-bottom: 30px;
	}

	.newsnrmp-one .newsnrmp-top .newsnrmp-right ul li{
		height: auto;
		line-height: 1;padding:0;
	}
}

@media(max-width: 500px) {
	.newsnrmp-one .newsnrmp-top .newsnrmp-right{
		overflow: scroll;
	}

	.newsnrmp-one .newsnrmp-top .newsnrmp-right ul{
		min-width: 500px;
	}

	.newsnrmp-one .newsnrmp-top .newsnrmp-right::-webkit-scrollbar {
		display: none
	}

	.fyqa a {
	    width: 31px;
	    line-height: 31px;
	    height: 31px;
	}

	.fyqa .page .prev {
	    width: 90px;
	    margin-right: 3px;
	}

	.fyqa .page .next {
	    width: 90px;
	    margin-left: 3px;
	}

	.fyqa .page .prev span {
	    margin-right: 5px;
	}

	.fyqa .page a{
		font-size: 12px;
	}
}



/**聯係我們**/
.contactus-one{
	background: url(../images/contactus-one.jpg) no-repeat center center/cover;
	padding: 6.7vw 0 6.5vw;
}

.contactus-one .one-top {
	margin-bottom: 42px;
}

.contactus-one .one-top .top-right{
	position: absolute;
	right: 0;
	bottom: 3px;
}

.contactus-one .one-top .top-right ul li{
    float: left;
    width: 137px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 40px;
    color: #666666;
    margin-right: 8px;
    border: 1px solid #cecece;
}

.contactus-one .one-top .top-right ul li:last-child{
	margin-right: 0;
}


.contactus-one .one-top .top-right ul .cur{
	color: #fff;
    border-color: #009944;
    background: #009944;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left{
	width: 580px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 78px 53px 20px 53px;margin-right:20px;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .booca{
	font-size: 30px;
	color: #222222;
	padding-bottom: 29px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 65px;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li{
	margin-bottom: 60px;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li:last-child{
	margin-bottom: 0;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont{
	margin-left: 20px;
	width: calc(100% - 100px);
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont .ta{
	color: #666666;
	line-height: 1;
	margin-top: 14px;
}

.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont .tb{
	color: #666666;
	margin-top: 5px;
}


.contactus-one .one-bottom .box .bott-cle { display: flex; flex-wrap: wrap; }
.contactus-one .one-bottom .box .bott-cle .bottoc-right{
	width: calc(100% - 600px);
	border-radius: 5px;
	overflow: hidden;
}


.contactus-one .one-bottom .box .bott-cle .bottoc-right img{
	/*height: 651px;*/
}

.contactus-two{
	background: #f3f3f3;
	padding: 0 1% 2.5% 1%;
}

.contactus-two .contactus-nk{
	background: url(../images/contactus-nk.jpg) no-repeat center center/cover;
	padding: 86px 0;
}

.contactus-two .contactus-nk .ctus-box{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 82px 57px 85px 57px;
	width: 1000px;
}

.contactus-two .contactus-nk .ctus-box .box-bt{
	color: #222222;
	font-size: 30px;
	margin-bottom: 19px;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li{
	width: 49%;
	float: left;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-right: 2%;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li span{
	position: absolute;
	top: 19px;
	left: 20px;
	color: #c30d22;
	font-size: 16px;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li:nth-child(2n){
	margin-right: 0;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li:last-child{
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li input{
	border: 0;
	width: 100%;
	height: 54px;
	font-size: 16px;
	color: #999999;
	padding-left: 28px;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li input::-webkit-input-placeholder{
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}     

.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea{
	width: 100%;
	border: 0;
	height: 112px;
	padding-top: 14px;
	padding-left: 28px;
	font-size: 16px;
	resize: none;
	color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea::-webkit-input-placeholder{
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}

.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}   

.contactus-two .contactus-nk .ctus-box .an{
	margin-top: 33px;
	position: relative;
}  

.contactus-two .contactus-nk .ctus-box .an input{
	border-radius: 40px;
	border: 0;
	width: 178px;
	height: 52px;
	color: #fff;
	text-align: left;
	padding-left: 50px;
	font-size: 15px;
	background: url(../images/wzan.png) no-repeat 128px center #009944;
	background-size: 15px 12px;
}


@media(max-width: 1480px) {
	.contactus-one .one-bottom .box .bott-cle .bottoc-left {
    	padding: 45px 20px 20px 20px;
    	/*height: 530px;*/
    	width: 480px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li {
	    margin-bottom: 35px;
	}



	.contactus-one .one-bottom .box .bott-cle .bottoc-left .booca {
		font-size: 28px;
	    margin-bottom: 45px;
	}

	.contactus-two .contactus-nk .ctus-box .box-bt{
		font-size: 28px;
	}

	.contactus-two .contactus-nk .ctus-box {
	    padding: 30px 20px 35px 20px;
	    width: 700px;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea {
	    height: 100px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-right {
	    width: calc(100% - 500px);
	}

	.contactus-one .one-top .top-right ul li{
		height: 45px;
		line-height: 45px;
	}
}

@media(max-width: 1100px) {
	.contactus-one .one-bottom .box .bott-cle .bottoc-left{
		width: 100%;
		margin-bottom: 20px;margin-right:0;
		padding: 20px 15px 25px 15px;
    	height: auto;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-right{
		width: 100%;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-right img{
		height: auto;
	}

	.contactus-one .one-top .top-right ul li{
		height: 40px;
		line-height: 40px;
		width: 23.5%;
		margin-right: 2%;
	}

	.contactus-one{
		background: #f3f3f3;
		padding: 35px 0 35px;
	}

	.contactus-one .one-top{
		margin-bottom: 30px;
	}

	.contactus-one .one-top .top-right{
		position: initial;
		width: 100%;
		margin-top: 15px;
	}

	.contactus-two .contactus-nk{
		padding: 35px 0 35px;
	}

	.contactus-two .contactus-nk .ctus-box{
		width: 100%;
		padding: 20px 15px 30px 15px;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li{
		width: 100%;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li input {
	    height: 45px;
	    font-size: 14px;
	    padding-left: 25px;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li span {
	    top: 16px;
	    left: 16px;
	    font-size: 16px;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li textarea {
	    height: 80px;
	    padding-top: 15px;
	    padding-left: 25px;
	    font-size: 14px;
	}

	.contactus-two .contactus-nk .ctus-box .an input {
	    width: 160px;
	    height: 45px;
	    padding-left: 40px;
	    font-size: 14px;
	    background: url(../images/wzan.png) no-repeat 111px center #009944;
	    background-size: 13px 10px;
	}

	.contactus-two .contactus-nk .ctus-box .an{
		margin-top: 30px;
	}

	.contactus-two .contactus-nk .ctus-box .box-bt {
	    font-size: 22px;
	}

	.contactus-two{
		padding: 0 3% 3% 3%;
	}

	.contactus-two .contactus-nk .ctus-box .box-nr ul li{
		border: 1px solid #f0f0f0;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .booca{
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont .ta {
	    margin-top: 16px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li {
	    margin-bottom: 20px;
	}

	.contactus-one .one-top .top-right{
		overflow: scroll;
	}

	.contactus-one .one-top .top-right::-webkit-scrollbar {
		display: none
	}

	.contactus-one .one-top .top-right ul{
		min-width: 500px;
	}
}

@media(max-width: 600px) {
	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icon{
		width: 60px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont .tb{
		font-size: 15px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont .ta {
	    margin-top: 11px;
	}

	.contactus-one .one-bottom .box .bott-cle .bottoc-left .boocb ul li .icont{
		margin-left: 13px;
	}

}



/*0305法律声明&网站地图*/
.state {
	padding-top: 160px;
	background: #f4f4f4;
	padding-bottom: 50px;
}

.state .tag-box {
	margin: 0 auto;
	padding: 45px 80px 45px;
	box-shadow: 0 0 80px #EAEAEA;
	box-sizing: border-box;
	margin-top: 35px;
	background: #fff;
}

.state .tag-box .state-content {
	font-size: 14px;
	color: #A9A9A9;
	line-height: 28px;
	margin-bottom: 40px;
}

.state .state-tit {
	text-align: center;
}

.state .state-tit a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 10px 25px;

}

.state .state-tit a.cur {
	color: #ffffff;
	background-color: #dd2226;

}

@media(max-width: 1500px) {
	.state {
		padding-top: 130px;
	}
}

@media(max-width: 1100px) {
	.state {
		padding-top: 100px;
	}

	.state .tag-box {
		padding: 28px 0.2rem;
	}

	.state .tag-box {
		margin-top: 28px;
	}

	.state .state-tit a {
		padding: 8px 20px;
	}

}

@media(max-width: 550px) {
	.state .state-tit a {
		padding: 8px 16px;
		font-size: 14px;
	}

	.state .tag-box {
		margin-top: 20px;
	}
}
