@charset "utf-8";
.fp-watermark{display: none !important;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.container{
	/*width: 67%;*/
	width: 1274px;
	margin: 0 auto;
}
.container2{
	width: 1314px;
	margin: 0 auto;
}
@media(max-width: 1600px){
	.container{
		width: 80%;
	}
	.container2{
		width: 86%;
		margin: 0 auto;
	}
}
@media(max-width: 1100px){
	.container,.container2{
		width: calc(100% - 40px);
	}

}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.img100{line-height: 0;}
.img100 img{width: 100%;}
/*手机导航*/
/**mobile nav**/
.nav_box {width: 100%;height: calc(100% - 59px);position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 99999999;background: #37a9cc;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 {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.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: 86px;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: 50px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 6px;height: 11px;background: url(../images/jtwhite.png) no-repeat center center / cover;}
.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;}
.nav_box { display: none!important;}
.navR .search { display: block; }
.navR { float: right;margin-top: 6px;display: none;}
.nav {display: inline-block;}
.nav_box .nav_ss{padding: 0 15px;margin-top: 20px;}
.nav_box .nav_ss input.inp{
	line-height: 40px;
	height: 40px;
	background: #fff;
	border: none;
	width: 100%;
	padding: 0 90px 0 20px;
	font-size: 15px;
	border-radius: 50px;
}
.nav_box .nav_ss input.sub{
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #e27130;
	font-size: 16px;
	border: none;
	border-radius: 50px;
	color: #fff;
}
/*.navR .search { display: none; }*/
.header .lang p,.fixed-head .header .lang p,.fixed-headA .header .lang p { color:rgba(255,255,255,0.6); position: relative; background: url(../images/langbg.png) no-repeat right center; }
.header .navBtn { height: 50px; margin-top:-1px; float: left; left:3%; }
.header .lang p:after { display: none; }
.menu-i {
    height: 2px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #333;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.fixed-head .menu-i { background: #333;}
.fixed-headA .menu-i { background: #333;}
.menu-i-1 {
    width: 28px;
    top: 13px;
}
.menu-i-2 {
    width: 20px;
    top: 23px;
}.menu-i-3 {
    width: 28px;
    top: 33px;
}
.mobile-menu {
    width: 28px;
    height: 50px;
    position: relative;
    display: block;
    background: none;
    border: none;
}
.mobile-menu-on {
    z-index: 1001;
}
.mobile-menu-on .menu-i-1 {
    transform: translateY(10px) rotate(45deg);
    /*background-color: #fff;*/
}
.mobile-menu-on .menu-i-2 {
   /* opacity: 0;*/
   width: 0;
}
.mobile-menu-on .menu-i-3 {
    transform: translateY(-10px) rotate(-45deg);
   /* background-color: #fff;*/
}

.fixed-head .mobile-menu-on .menu-i-3,.fixed-head .mobile-menu-on .menu-i-1{
	background: #333;
}
.nav_box { display: block!important; top: 57px; width: 100%; left:-100%; border-top: 1px solid rgba(255,255,255,0.2); /*height: calc(100% - 50px);*/ }
.nav_box { background: rgba(0, 0, 0, 0.9); }
.bgGreen { background: #474443; }
.nav_box .navlist { padding-top: 10px; }
.nav_box .navlist ul>li { border:none; line-height: 50px; }
.navSear { margin-top: 20px; padding: 0 15px;}
.navSear .search { padding-top: 20px; border-top:1px solid rgba(255,255,255,0.3); }
.navSear .search .subsearch { z-index: 9;}
.navSear .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
.navSear .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 0px; background: none; } 
.navSear .search .subsearch .subsearcha .sub { opacity: 0.7; border: none;outline: none;position: absolute;left: 0px;top: 50%;height: 26px;background: url(../images/searchxa.png) no-repeat left center;font-size: 0;width: 26px;transform: translateY(-50%);}
.navSear .search:hover .subsearch {display: block;}
.navSear .search .subsearch .subsearcha .inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.7); 
}
.navSear .search .subsearch .subsearcha .inp::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.7);
} 
.navSear .search .subsearch .subsearcha .inp:-ms-input-placeholder{
    color: rgba(255,255,255,0.7);
}
.navSear .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.nav_box .navlist ul>li .navlist2,.nav_box .navlist ul>li .secondNav .navlist3,.nav_box .navlist ul>li .fourthNav .navlist4 { position: fixed; left:-102%; transition: all 0.6s; display: block; top:80px; width: 100%; height: calc(100% - 80px);  background: rgba(0, 0, 0, 0.9); z-index: 10000; }
.nav_box .navlist ul>li .navlist2 a,.nav_box .navlist ul>li .secondNav .navlist3 a,.nav_box .navlist ul>li .fourthNav .navlist4 a { padding: 0 15px; line-height: 50px; font-size: 16px; color:rgba(255,255,255,0.8); }
.nav_box .navlist ul>li.cur .navlist2,.nav_box .navlist ul>li .secondNav.cur .navlist3,.nav_box .navlist ul>li .fourthNav.cur .navlist4 { left:0; }
.nav_box .navlist ul>li .backNav { padding: 0 15px; }
.nav_box .navlist ul>li .backNav span { display: block; padding: 5px 0 5px 25px; border-top: 1px solid rgba(255,255,255,0); background: url(../images/back.png) no-repeat left center; font-size: 18px;color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); margin-bottom: 10px; }
.nav_box .navlist ul>li a.cur { font-weight: bold; color:#fff!important;  }

@media(max-width: 1680px){
	.nav_box { top: 57px; }
	.nav_box .navlist ul>li .navlist2,
	.nav_box .navlist ul>li .secondNav .navlist3,
	.nav_box .navlist ul>li .fourthNav .navlist4 { 
		top:60px; height: calc(100% - 60px);
	}
}

.mo_header{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	display: none;
	padding: 0 20px;
	background: #fff;

}
.mo_header .logo{
	width: 140px;
	float: left;
	padding: 8px 0 6px;
}

.mo_header .logo .img2{display: none;}

.mo_header.fixed-head,.mo_header.fixed-head2{
	position: fixed;
	top: 0;
}

@media(max-width: 1100px){
	.mo_header{display: block;}
}


/*go*/
.header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.header .top {
	padding: 14px 0;
}
.header .top .left .abox{padding-left: 20px;position: relative;}
.header .top .left .abox:before{
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	width: 15px;
	height: 15px;
	content: "";
	background: url(../images/yuyan.png) center center/cover;
}
.header .top .left .abox a{
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	opacity: 0.5;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header .top .left .abox a:nth-child(1){
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.header .top .left .abox a.cur{opacity: 1;}
.header .top .right .ul li{
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	position: relative;
}
.header .top .right .ul li:before{
	background: rgba(255, 255, 255, 0.2);
	height: 80%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}
.header .top .right .ul li:last-child{margin-right: 0;padding-right: 0;}
.header .top .right .ul li a{
	color: #fff;
	display: block;
}

.header .btm{
	border-top: 4px solid #e27130;
	background: #fff;
	padding: 0 20px;
}

.header .btm .logo{
	padding-top: 14px;
}
.header .btm .right{}
.header .btm .right .ul li{
	float: left;
	margin-right: 2vw;
	position: relative;
}
.header .btm .right .ul li *{transition: all 0.4s;}
.header .btm .right .ul li:before{
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	bottom: 0;
	content: "";
	transition: all 0.4s;
	background: #e27130;
}
.header .btm .right .ul li > a{
	display: block;
	padding: 24px 0 26px;
	color: #141414;
}

.header .btm .right .ul li.cur > a,.header .btm .right .ul li:hover > a{
	color: #e27130;
}
.header .btm .right .ul li.cur:before,.header .btm .right .ul li:hover:before{
	width: 100%;
}

.header .btm .right .ul li .box{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-0%);
	background: #fff;
	border-radius: 0  0 8px 8px;
	top: 100%;
	width: calc(100% + 4vw);
	text-align: center;
	display: none;
	padding: 10px 10px 20px;
}

.header .btm .right .ul li .box a{
	display: block;
	padding: 5px 0;
	color: #999999;
}
.header .btm .right .ul li .box a:hover{
	color: #e27130;
}
.header .btm .right .ul li:hover .box{
	display: block;
	 animation:daohangerji 0.6s 1;
}


@-webkit-keyframes daohangerji {
	0% {
		transform: translate(-50%,-10px);
	}
	100% {
		transform: translate(-50%,0);
	}
}
@keyframes daohangerji {
	0% {
		transform: translate(-50%,-10px);
	}
	100% {
		transform: translate(-50%,0);
	}
}


.banner .img .img2{display: none;}
.banner .text{
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	color: #fff;
}

.banner .text .icon{
	width: 62px;
	display: inline-block;
}

.banner .text .bt{
	margin-top: 24px;
	line-height: 1.2;
}

.banner .text .js{margin-top: 16px;}
.banner .swiper-pagination{
	bottom: 2.6vw;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0;
	opacity: 0.23;
	width: 32px;
	height: 4px;
	margin: 0 3px;
	background: #fff;
	transition: all 1s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;width: 74px;}
.youqing{
	padding: 2vw 0 1.3vw;
	background: #f6f6f6;
}
.youqing .left{margin-right: 3.6vw;width: calc(33.6% - 3.6vw);}
.youqing .left .tit .bt{
	background: #e6e6e6;
	float: left;
	color: #666666;
	margin-right: 4px;
	padding: 0.6vw 1.1vw;
	cursor: pointer;
}
.youqing .left .tit .bt:last-child{margin-right: 0;}
.youqing .left .tit .bt.cur{
	background: #333333;
	color: #fff;
}
.youqing .left .text{
	margin-top: 30px;
}
.youqing .right{
	width: 66.4%;
	padding-top: 3px;
	position: relative;
}

.youqing .right .box{display: none;height: 110px;position: relative;}
.youqing .right .box.none{
	height: auto;
}
.youqing .right .box.cur{display: block;}
.youqing .right .box a{
	display: inline-block;
	color: #999999;
	margin-right: 18px;
	padding-bottom: 12px;
}

.youqing .right .jt{
	width: 20px;
	height: 11px;
	background: url(../images/youqing_jt.png) center center/cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	cursor: pointer;
	transition: all 0.4s;
}

.youqing .right .jt.xz{
	transform-origin:  25% 50%;
	transform: rotate(180deg);
}

.footer{
	padding: 3.6vw 0;
	background: #222222;
}
.footer .top{border-bottom: 1px solid rgba(255, 255, 255, 0.07);}
.footer .top .logo{
	width: 107px;
}

.footer .top .zhong{
	float: left;
	margin-left: 2.6vw;
}

.footer .top .zhong .ul li,.footer .btm .ul li{float: left;margin-right: 20px;}
.footer .top .zhong .ul li:last-child,.footer .btm .ul li:last-child{margin-right: 0;}
.footer .top .zhong .ul li a{
	color: #cccccc;
	padding: 26px 0;
	display: block;
	position: relative;
}
.footer .top .right{
	text-align: right;
	color: rgba(255, 255, 255, .6);
}

.footer .top .right .tel{margin-bottom: 6px;}
.footer .btm{
	margin-top: 30px;
}

.footer .btm .ul li a{
	color: #999999;
}

.banquan{
	padding: 20px 0;
	background: #191919;
}

.banquan .text{
	line-height: 1.6;
	color: rgba(255, 255, 255, .3);
}

.banquan .text a{color: rgba(255, 255, 255, .3);}
@media(max-width: 1500px){
	.header .top{padding: 10px 0;}
}
@media(max-width: 1300px){
	.footer .top .zhong .ul li:last-child,.footer .top .zhong .ul li:nth-last-child(2){display: none;}
}
@media(max-width: 1100px){
	.header{display: none;}
	.banner .img .img1{display: none;}
	.banner .img .img2{display: block;}

	.banner .text .icon{
		width: 50px;
	}
	.banner .text .bt{margin-top: 16px;}
	.banner .text .js{margin-top: 10px;}
	.banner .swiper-pagination .swiper-pagination-bullet{width: 20px;}
	.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 50px;}
	.footer{
		padding: 40px 0;
	}
	.footer .top .logo{
		width: 90px;
	}
	.footer .top .zhong{margin-top: 20px;margin-left: 0;padding-top: 20px;border-top: 1px solid rgba(255, 255, 255, 0.07);}
	.footer .top .zhong .ul li:last-child,.footer .top .zhong .ul li:nth-last-child(2){display: block;}
	.footer .top .zhong .ul li {
		float: left;
		margin-right: 3%;
		width: 48.5%;
		margin-bottom: 10px;
	}
	.footer .top .zhong .ul li:nth-child(2n){margin-right: 0;}
	.footer .top .zhong .ul li a{
		padding: 0;
	}
	.footer .top .right{
		width: 100%;
		text-align: left;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.footer .btm {
	    margin-top: 20px;
	}
	.footer .btm .left{display: none;}
	.footer .btm .right{
		float: left;
	}
	.banquan {
	    padding: 14px 0;
	}
	.youqing{display: none;}
}

.home_a{background: #fdfdfd;border-bottom: 1px solid rgba(0, 0, 0, .06);}
.home_a .home_a_box{
	border-left: 1px solid rgba(0, 0, 0, .06);
	border-right: 1px solid rgba(0, 0, 0, .06);
}
.home_a .left{
	width: 67.8%;
}
.home_a .left .ul {display: flex;}
.home_a .left .ul li{
	width: 33.3%;
	text-align: center;
	padding: 30px;
	border-right: 1px solid rgba(0, 0, 0, .06);
}

.home_a .left .ul li .img{
	width: 60px;
	display: inline-block;
}

.home_a .left .ul li .bt{color: #333333;margin-top: 10px;}
.home_a .left .ul li .js{line-height: 1.6;color: #666666;margin-top: 4px;}
.home_a .right{
	border-right: 1px solid rgba(0, 0, 0, .06);
	width: 32.2%;
	padding: 20px 24px 0 30px;
}
.home_a .right .tit{border-bottom: 1px solid #eee;}
.home_a .right .tit .bt{
	float: left;
	color: #333333;
	margin-right: 20px;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
}
.home_a .right .tit .bt:last-child{margin-right: 0;}
.home_a .right .tit .bt:before{
	bottom: -2px;
	position: absolute;
	left: 0;
	height: 2px;
	background: #e27130;
	width: 0;
	transition: all 0.4s;
	content: "";
}
.home_a .right .tit .bt.cur{color: #e27130;}
.home_a .right .tit .bt.cur:before{width: 100%;}
.home_a .right .right_box{
	margin-top: 24px;
}
.home_a .right .right_box a{
	margin-bottom: 0.83vw;
	display: block;
	color: #666666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_a .right .right_box a:last-child{margin-bottom: 0;}
.home_a .right .right_box a .time{margin-right: 10px;}
.home_a .right .right_box .box{display: none;}
.home_a .right .right_box .box.cur{display: block;}

.title .bt{
	color: #111111;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.title .js{color: #666666;margin-top: 10px;line-height: 1.6;}
.title .bt:before{
	width: 2.8vw;
	height: 4vw;
	background: url(../images/title_icon.png) center center/cover;
	content: "";
	top: -1vw;
	right: -1vw;
	position: absolute;
}
.title.title_bai .bt,.title.title_bai .js{color: #fff;}
.title.title_bai .bt:before{
	background: url(../images/title_icon2.png) center center/cover;
}
.home_b{
	padding: 5.2vw 0 6.2vw;
}

.home_b .ul{margin-top: 2vw;}
.home_b .ul li{
	float: left;
	/*width: 24.3%;
	margin-right: 0.93%;*/
	position: relative;
}

/*.home_b .ul li:last-child{margin-right: 0;}*/

.home_b .ul li .text1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 18px;
	color: #ffffff;
	background: rgba(0, 0, 0, .5);
	transition: all 0.4s;
}

.home_b .ul li .text .js{
	margin-top: 6px;
	line-height: 1.6;
}

.home_b .ul li .text2{
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.4s;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	background: url(../images/home_b_bg.jpg) center center/cover;
}

.home_b .ul li .text2 .nr{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	padding: 0 20px;
	transform: translateY(-50%);
}

.home_b .ul li .text2 .nr .wenzi{
	line-height: 1.6;
	margin-top: 20px;
}
.home_b .gd{margin-top: 40px;}
.gd,a.gd{
	display: inline-block;
	position: relative;
}

.gd i,a.gd i{
	width: 8px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/home_b_jt.png) center center/cover;
	position: relative;
	top: -2px;
	margin-left: 2px;
}

.more,a.more{
	display: inline-block;
	background: #e27130;
	color: #fff;
	padding: 14px 40px;
	opacity: 1;
	transition: all 0.4s;
}
.more i,a.more i{
	width: 8px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/home_b_jt.png) center center/cover;
	position: relative;
	top: -2px;
	margin-left: 4px;
}

.more:hover,a.more:hover{opacity: 0.8;}

.more2,a.more2{
	background: #fff;
	color: #e27130;
}
.more2 i,a.more2 i{
	background: url(../images/home_b_jt2.png) center center/cover;
}
.home_b .ul li:hover .text1{opacity: 0;}
.home_b .ul li:hover .text2{opacity: 1;}

.home_c{
	padding: 4.6vw 0 3.1vw;
	background: url(../images/home_c_bg.jpg) center center/cover;
}
.home_c .left{
	float: left;
	width: 47%;
}

.home_c .left .text{margin-top: 2vw;padding-right: 2vw;}
.home_c .left .text .fbt{color: #111111;}
.home_c .left .text .js{color: #333333;line-height: 1.6;margin-top: 12px;}
.home_c .left .text .more{margin-top: 2vw;}
.home_c .left .ul{
	margin-top: 4vw;
}
.home_c .left .ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.home_c .left .ul li:last-child{margin-right: 0;}
.home_c .left .ul li .icon{width: 44px;}
.home_c .left .ul li .bt{margin-top: 12px;color: #333333;}
.home_c .left .ul li .js{color: #666666;margin-top: 8px;line-height: 1.6;}
.home_c .right{
	width: 38%;
}
.home_c .right .img1{padding-right: 4vw;}
.home_c .right .img2{
	margin-top: -6.5vw;
	padding: 0 4vw 0 3.1vw;
}

.home_c .right .img2 .t2{
	position: absolute;
	bottom: 2vw;
	right: -3.6vw;
	z-index: 2;
	width: 11.7vw;
}

.home_d{
	padding: 5.7vw 0;
	background: #fff;
}

.home_d .ul{
	margin-top: 2vw;
}

.home_d .ul li{
	float: left;
	width: 24.2%;
	margin-right: 1.06%;
}

.home_d .ul li:last-child{margin-right: 0;}
.home_d .ul li .text{
	padding-top: 16px;
	padding-right: 1.5vw;
}
.home_d .ul li .text .bt{color: #141414;}
.home_d .ul li .text .js{color: #666666;margin-top: 4px;line-height: 1.6;}
.home_e{
	padding: 5.2vw 0 6.2vw;
	background: url(../images/home_e_bg.jpg) center center/cover;
}

.home_e .ul{margin-top: 2vw;}
.home_e .ul li{
	float: left;
	width: 25%;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}
.home_e .ul li:nth-child(1),
.home_e .ul li:nth-child(2),
.home_e .ul li:nth-child(3),
.home_e .ul li:nth-child(4){
	border-top: none;
	border-left: none;
}

.home_f{
	padding: 5.2vw 0;
	background: #fff;
}

.home_f .top{
	margin-top: 2vw;
}
.home_f .top .ul li{
	float: left;
	margin-right: 1.1%;
	width: 32.6%;
}

.home_f .top .ul li:last-child{margin-right: 0;}
.home_f .top .ul li .text{
	padding: 14px 0 30px;
}
.home_f .top .ul li .text .bt{
	color: #141414;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_f .top .ul li .text .time{
	margin-top: 8px;
	color: #999999;
}
.home_f .top .ul li .text .js{
	margin-top: 6px;
	color: #666666;
	line-height: 1.6;
	padding-right: 2vw;
	height: 48px;
	overflow: hidden;
}

.home_f .btm{
	padding-top: 24px;
	border-top: 1px solid #ededed;
}

.home_f .btm .ul li{
	float: left;
	margin-right: 1.1%;
	margin-bottom: 8px;
	width: 32.6%;
}

.home_f .btm .ul li:nth-child(3n){margin-right: 0;}
.home_f .btm .ul li .bt{
	padding-left: 14px;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.home_f .btm .ul li .bt:before{
	border-radius: 100%;
	width: 4px;
	height: 4px;
	background: #fff;
	border: 2px solid #c7c7c7;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.banner .img .img1{
	transition: all 2s;
	transform: scale(1.06);
}

.banner .swiper-slide-active .img .img1{
	transform: scale(1);
}


.banner .xg{
	position: absolute;
	right: 0;
	top: 0;
	width: 39.5%;
	height: 100%;
	z-index: 3;
}
.banner .xg .img1{
	width: 100%;
	position: relative;
	right: -10%;
	opacity: 0;
	 
}
.banner .xg .img2{
	position: absolute;
	width: 55.9%;
	top: 37.7%;
	right: 12.3%;
	transform: translateX(10%);
	opacity: 0;
}
.banner .xg .img3{
	width: 86.5%;
	position: absolute;
	/*right: 0;
	top: 0;*/
	right: -10%;
	top: -10%;
	opacity: 0;
}

.banner .swiper-slide-active .xg .img1{
	animation: bannerbg2 1s 1;
	animation-fill-mode: forwards;
	animation-delay: 0.6s;
}

.banner .swiper-slide-active .xg .img2{
	animation: bannerbg3 1s 1;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}

.banner .swiper-slide-active .xg .img3{
	animation: bannerbg1 1s 1;
	animation-fill-mode: forwards;
}


.active .title .bt:before{
	opacity: 0;
	animation: title 0.6s 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
@-webkit-keyframes bannerbg1 {
	0% {
		right: -10%;
		top: -10%;
		opacity: 0;
	}
	100% {
		right: 0;
		top: 0;
		opacity: 1;
	}
}
@keyframes bannerbg1 {
	0% {
		right: -10%;
		top: -10%;
		opacity: 0;
	}
	100% {
		right: 0;
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes bannerbg2 {
	0% {
		right: -10%;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@keyframes bannerbg2 {
	0% {
		right: -10%;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@-webkit-keyframes bannerbg3 {
	0% {
		transform: translateX(8%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes bannerbg3 {
	0% {
		transform: translateX(8%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes title {
	0% {
		transform: translateY(8%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes title {
	0% {
		transform: translateY(8%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.imghover .imghoverbox{overflow: hidden;}
.imghover .imghoverbox .imghoverimg{
	transition: all 0.4s;
	transform: scale(1);
}
.imghover:hover .imghoverbox .imghoverimg{
	transform: scale(1.04);
}

@media(max-width: 1100px){
	.home_a{padding: 30px 0 40px;}
	.home_a .left{width: 100%;display: none;}
	.home_a .left .ul {display: block;}
	.home_a .left .ul li{
		width: 100%;
		padding: 0 20px;
		border-right: none;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .06);
	}
	.home_a .left .ul li:last-child{margin-bottom: 0;}
	.home_a .right{
		width: 100%;
		border-right: none;
		padding: 0;
	}
	.home_a .home_a_box{border-right: none;border-left: none;}
	.home_a .right .right_box a{margin-bottom: 15px;}
	.home_b{
		padding: 40px 0 50px;
	}
	.home_b .ul li{
		width: 49%;
		/*margin-right: 2%;
		margin-bottom: 15px;*/
	}
	/*.home_b .ul li:nth-child(2n){margin-right: 0;}*/
	.home_c{
		padding: 40px 0 50px;
	}
	.home_c .left{
		width: 100%;
	}
	.home_c .right{
		width: 100%;
		margin-top: 20px;
		display: none;
	}
	.home_c .right .img2 {margin-top: -26.5vw;}
	.home_c .right .img2 .t2 {
	    width: 60%;
	}
	.more, a.more{padding: 10px 30px;}
	.home_c .left .text{
		padding-top: 15px;
		margin-top: 15px;
	}
	.home_c .left .text .more{margin-top: 20px;}
	.home_d{
		padding: 40px 0 50px;
	}
	.home_d .ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.home_d .ul li:nth-child(2n){margin-right: 0;}
	.home_e{
		padding: 40px 0 50px;
	}
	.home_e .ul,.home_d .ul,.home_b .ul,.home_f .top .ul{margin-top: 20px;}
	.home_e .ul li{width: 33.3%;}
	.home_e .ul li:nth-child(4){
		    border-top: 1px solid #ededed;
		    border-left: 1px solid #ededed;
	}
	.home_f{
		padding: 40px 0 50px;
	}
	.home_f .top .ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.home_f .top .ul li:last-child{margin-bottom: 0;}
	.home_f .top .ul li .text {
	    padding: 20px 0;
	}
	.home_f .btm{padding-top: 20px;}
	.home_f .btm .ul li{width: 100%;margin-right: 0;margin-bottom: 12px;}
	.title {padding-top: 10px;}
	.title .bt:before{
	    width: 40px;
	    height: 58px;
	    top: -20px;
	    right: -18px;
	}
}

@media(max-width: 768px){
	.home_b .ul li .text1{
		padding: 10px;
	}
	.home_b .ul li .text2 .nr .wenzi{margin-top: 14px;}
	.home_b .ul li .text2 .nr{padding: 0 10px;}
	.home_b .gd{margin-top: 20px;}
	.home_c .left .ul{margin-top: 30px;}
	.home_c .left .ul li{width: 100%;margin-bottom: 20px;}
	.home_c .left .ul li:last-child{margin-bottom: 0;}
	.home_c .left .ul li .icon{width: 40px;float: left;}
	.home_c .left .ul li .wenzi{
		float: left;
		padding-left: 16px;
		width: calc(100% - 40px);
	}
	.home_c .left .ul li .bt{margin-top: 0;}

	.home_e .ul li:nth-child(3),.home_e .ul li:nth-child(2){
		border-top: 1px solid #ededed;
		border-left: 1px solid #ededed;
	}
	.home_e .ul li:nth-child(1),.home_e .ul li:nth-child(2){
		border-top: none;
	}
	.home_e .ul li:nth-child(1){
		border-left: 1px solid #ededed;
	}
	.home_e .ul li{
		width: 50%;
	}
}

@media(max-width: 540px){
	.home_c .right{
		display: block;
	}
}
.nybanner .img{overflow: hidden;}
.nybanner .img .img1{
	transition: all 2s;
	transform: scale(1.04);
}
.nybanner.cur .img .img1{transform: scale(1.0);}
.nybanner .img .img2{display: none;}
.nybanner .text{
	position: absolute;
	left: 0;
	right: 0;
	/*top: calc(50% - 20px);*/
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.nybanner .text .icon{
	width: 62px;
	margin-bottom: 16px;
	display: inline-block;
}
.nybanner .text .js{line-height: 1.6;margin-top: 14px;}
.mbx.fdfdfd{background: #fdfdfd;}
.mbx.borderbtm{
	border-bottom: 1px solid #f0f0f0;
}
.mbx .box a,.mbx .box span{
	color: #999999;
	padding: 15px 0;
	display: inline-block;
}
.mbx .box span{
	margin: 0 6px;
}
.mbx .box a.home{
	position: relative;
}
.mbx .box a.home i{
	width: 16px;
	height: 15px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	margin-right: 10px;
	background: url(../images/home.png) center center/cover;
}
@media(max-width: 768px){
	.nybanner .img .img1{display: none;}
	.nybanner .img .img2{display: block;}
}

.ddp_a .box{
	padding-top: 5.2vw;
	margin-top: 5.2vw;
}
.ddp_a .box:nth-child(1){margin-top: 0;}
.ddp_a .box .top .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.ddp_a .box .top .right{
	width: 50%;
	background: #fbf8f6;
	padding: 3.6vw;
}

.ddp_a .box .top .right .text{
	line-height: 1.6;
	color: #666666;
	margin-top: 1.5vw;
}

.ddp_a .box .btm{
	margin-top: 2.6vw;
}
.ddp_a .box .btm .ul li{
	float: left;
	width: 9.7%;
	margin-right: 8.36%;
	position: relative;
}
.ddp_a .box .btm .ul li:last-child{margin-right: 0;}
.ddp_a .box .btm .ul li .icon{
	border-radius: 100%;
	border: 2px solid #dedede;
	position: relative;
	background: #fff;
}
.ddp_a .box .btm .ul li .icon .x{
	background: #dedede;
	height: 2px;
	position: absolute;
	left: 100%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.ddp_a .box .btm .ul li .icon .x:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	background: url(../images/ddp_jt.png) center center no-repeat #fff;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 3px 0 1px;
}
.ddp_a .box .btm .ul li:last-child .icon .x{display: none;}

.ddp_a .box .btm .ul li .text{
	text-align: center;
	margin-top: 16px;
	color: #333333;
	line-height: 1.6;
}

.ddp_a .box.box2{
	background: url(../images/ddp_b_bg.jpg) center center/cover;
	padding-bottom: 6.2vw;
}

.ddp_a .box.box2 .top .left{
	left: auto;
	right: 0;
}
.ddp_a .box.box2 .top .right{float: left;background: #ffffff;}
.ddp_a .box.box2 .btm .ul li .icon{
	background-color: #f8f1ed;
}
.ddp_a .box.box2 .btm .ul li .icon .x:before{
	background-color: #f8f1ed;
}
@media(max-width: 1100px){
	.ddp_a .box{
		padding: 40px 0;
		margin-top: 0 !important;
	}
	.ddp_a .box .top .right{
		width: 100%;
		padding: 40px 20px 30px;
	}
	.ddp_a .box .top .left{
		width: 100%;
		height: 500px;
		position: initial;
		display: inline-block;
	}
	.ddp_a .box .btm{overflow: auto;margin-top: 30px;}
}

@media(max-width: 768px){
	.ddp_a .box .top .left{
		height: 300px;
	}
	.ddp_a .box .btm .ul{width: 800px;}
	.ddp_a .box .btm .ul li .text{font-size: 14px;margin-top: 10px;padding-bottom: 10px;}
}

.contact_banner .contact_text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact_banner .contact_text .box{
	background: rgba(255, 255, 255, .8);
	width: 746px;
	
}

.contact_banner .contact_text .top{
	padding: 1.2vw 2vw;
	background: rgba(255, 255, 255, 0.4);
}
.contact_banner .contact_text .top .bt{color: #666666;}
.contact_banner .contact_text .top .dh_box{
	margin-top: 10px;
}
.contact_banner .contact_text .top .dh_box .dh{
	float: left;
	margin-right: 2.6vw;
	color: #333333;
	position: relative;
	padding-left: 22px;
}
.contact_banner .contact_text .top .dh_box .dh:last-child{margin-right: 0;}
.contact_banner .contact_text .top .dh_box .dh:before{
	content: "";
	width: 18px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contact_banner .contact_text .top .dh_box .dh.dh1:before{background: url(../images/contact_dh1.png) center center/cover;}
.contact_banner .contact_text .top .dh_box .dh.dh2:before{background: url(../images/contact_dh2.png) center center/cover;}
.contact_banner .contact_text .btm{
	padding: 2vw;
}

.contact_banner .contact_text .btm .s .bt{color: #333333;}
.contact_banner .contact_text .btm .s .duoxuan{
	position: absolute;
	right: 0;
	bottom: 4px;
}
.contact_banner .contact_text .btm .s .duoxuan .nr{
	float: left;
	margin-bottom: 4px;
	margin-right: 20px;
}
.contact_banner .contact_text .btm .s .duoxuan .nr:last-child{margin-right: 0;}
.contact_banner .contact_text .btm .s .duoxuan .nr:nth-child(1){margin-right: 10px;}
.contact_banner .contact_text .btm .s .duoxuan .nr input[type='checkbox']{
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	float: left;
}


.contact_banner .contact_text .btm .s .duoxuan .nr input[type='checkbox']:checked {
	background: #e27130;
}

.contact_banner .contact_text .btm .s .duoxuan .nr .t{
	float: left;
	position: relative;
	top: -4px;
	margin-left: 4px;
}
.contact_banner .contact_text .btm .x{
	margin-top: 20px;
}

.contact_banner .contact_text .btm .x .ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 10px;
}

.contact_banner .contact_text .btm .x .ul li:nth-child(3){margin-right: 0;}
.contact_banner .contact_text .btm .x .ul li input{
	width: 100%;
	height: 42px;
	line-height: 42px;
	bordeR: none;
	background: #fff;
	font-size: 16px;
	padding: 0 12px;
}

.contact_banner .contact_text .btm .x .ul li input::placeholder,.contact_banner .contact_text .btm .x .ul li textarea::placeholder{color: #ccc;}
.contact_banner .contact_text .btm .x .ul li.w100{width: 100%;}
.contact_banner .contact_text .btm .x .ul li textarea{
	width: 100%;
	height: 7.2vw;
	bordeR: none;
	background: #fff;
	font-size: 16px;
	padding: 12px;
	resize: none;
}
.contact_banner .contact_text .btm .x .ul li.btn{
	width: 100%;
	margin-right: 0;
	margin-top: 6px;
	display: inline-block;
	margin-bottom: 0;
}
.contact_banner .contact_text .btm .x .ul li.btn input{
	width: auto;
	color: #fff;
	padding: 0 38px;
	background: #e27130;
}

.contact_a{
	padding-top: 5.2vw;
}

.contact_a .ul{
	margin-top: 3.1vw;
	display: flex;
}

.contact_a .ul li{
	width: 49.2%;
	margin-right: 1.6%;
	background: url(../images/contact_a_img.jpg) center center/cover;
}
.contact_a .ul li:last-child{margin-right: 0;}
.contact_a .ul li .box{
	padding: 2.6vw 2.7vw;
}
.contact_a .ul li .box .bt{
	color: #666666;
}

.contact_a .ul li .box .dh_box{
	margin-top: 20px;
}

.contact_a .ul li .box .dh_box .dh{margin-bottom: 14px;padding-left: 28px;position: relative;color: #666666;}
.contact_a .ul li .box .dh_box .dh:last-child{margin-bottom: 0;}
.contact_a .ul li .box .dh_box .dh:before{
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.contact_a .ul li .box .dh_box .dh.dh1:before{background: url(../images/contact_a_icon1.png) center center/cover;}
.contact_a .ul li .box .dh_box .dh.dh2:before{background: url(../images/contact_a_icon2.png) center center/cover;}
.contact_a .ul li .box .dh_box .dh.dh3:before{background: url(../images/contact_a_icon3.png) center center/cover;}
.contact_b{padding-top: 6.2vw;}

@media(max-width: 1100px){
	.contact_banner .contact_text .btm .x .ul li input{
	    height: 38px;
	    line-height: 38px;
	}
	.contact_banner .contact_text .btm .x .ul li textarea{height: 100px;}
	.contact_banner .contact_text .top,.contact_banner .contact_text .btm{
		padding: 20px;
	}
	.contact_a{padding: 40px 0;}
	.contact_a .ul{margin-top: 20px;display: block;}
	.contact_a .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_a .ul li .box{padding: 20px;}
	.contact_a .ul li:last-child{margin-bottom: 0;}
}

@media(max-width: 800px){
	.contact_banner .contact_text .btm .x .ul li{width: 100%;margin-bottom: 8px;}
	.contact_banner .contact_text .box{width: 100%;}
	.contact_banner .contact_text .btm .s .duoxuan{
		position: initial;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.contact_banner .contact_text .btm .x .ul li input{
	    height: 34px;
	    line-height: 34px;
	    font-size: 14px;
	}
	.contact_banner .contact_text .btm .x .ul li textarea{font-size: 14px;height: 60px;}
}

@media(max-width: 440px){
	.contact_banner .contact_text .top{display: none;}
}

.xitong_a{padding: 5.2vw 0 4.6vw;}
.xitong_b{
	background: url(../images/ddp_b_bg.jpg) center center/cover;
	padding: 4.6vw 0 2.6vw;
}
.xitong_b .xitong_b_box{
	margin-top: 2vw;
	padding-bottom: 70px;
}
.xitong_b .xitong_b_box .img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.xitong_b .xitong_b_box .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(77, 77, 77, .7);
	padding: 1vw 2vw;
}

.xitong_b .xitong_b_box .text .bt{
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.xitong_b .xitong_b_box .swiper-button-prev,
.xitong_b .xitong_b_box .swiper-button-next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: auto;
	bottom: 0;
	transition: all 0.4s;
}

.xitong_b .xitong_b_box .swiper-button-prev{background: url(../images/xitong_b_jt1.png) center center/cover;left: 0;}
.xitong_b .xitong_b_box .swiper-button-next{background: url(../images/xitong_b_jt2.png) center center/cover;left: 60px;}
.xitong_b .xitong_b_box .swiper-button-prev:hover{background: url(../images/xitong_c_jtl2.png) center center/cover;}
.xitong_b .xitong_b_box .swiper-button-next:hover{background: url(../images/xitong_c_jtr2.png) center center/cover;}


.xitong_c{
	padding: 4.6vw 0 5.2vw;
}
.xitong_c .xitong_c_box{margin-top: 2.6vw;padding: 0 70px;}
.xitong_c .xitong_c_box .xitong_c_nr{padding: 0 9.3vw;}

.xitong_c .xitong_c_box .swiper-button-prev,
.xitong_c .xitong_c_box .swiper-button-next{
	width: 40px;
	height: 40px;
	position: absolute;
	transition: all 0.4s;
}


.xitong_c .xitong_c_box .swiper-button-prev{background: url(../images/xitong_b_jt1.png) center center/cover;left: 0;}
.xitong_c .xitong_c_box .swiper-button-next{background: url(../images/xitong_b_jt2.png) center center/cover;right: 0;}
.xitong_c .xitong_c_box .swiper-button-prev:hover{background: url(../images/xitong_c_jtl2.png) center center/cover;}
.xitong_c .xitong_c_box .swiper-button-next:hover{background: url(../images/xitong_c_jtr2.png) center center/cover;}

.xitong_c .xitong_c_box .swiper-slide{transition: all 0.4s;opacity: 0;}
.xitong_c .xitong_c_box .swiper-slide.swiper-slide-prev {
    transform-origin: left center;
    transform: scale(0.9);
    opacity: 1;
}

.xitong_c .xitong_c_box .swiper-slide.swiper-slide-next {
    transform-origin: right center;
    transform: scale(0.9);
    opacity: 1;
}
.xitong_c .xitong_c_box .swiper-slide.swiper-slide-prev .img{
	clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}
.xitong_c .xitong_c_box .swiper-slide.swiper-slide-next .img{
	clip-path: polygon(0% 20%, 0% 80%, 100% 100%, 100% 0%);
}
.xitong_c .xitong_c_box .swiper-slide.swiper-slide-active{
	z-index: 2;
	opacity: 1;
}

.xitong_c .xitong_c_box .img{position: relative;transition: all 0.4s;}
.xitong_c .xitong_c_box .img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.xitong_c .xitong_c_box .swiper-slide.swiper-slide-active .img:before{display: none;}
.xitong_d{
	background: url(../images/ddp_b_bg.jpg) center center/cover;
}

@media(max-width: 1100px){
	.xitong_b{
		padding: 40px 0 50px;
	}
	.xitong_b .xitong_b_box{margin-top: 20px;padding-bottom: 58px;}
	.xitong_b .xitong_b_box .text{
		padding: 8px 14px;
	}
	.xitong_c .xitong_c_box .xitong_c_nr{
		padding: 0;
	}
	.xitong_c{
		padding: 40px 0 50px;
	}
	.xitong_c .xitong_c_box{
		padding: 0;
		margin-top: 20px;
	}
}

@media(max-width: 768px){
	.xitong_b .xitong_b_box .swiper-button-prev, .xitong_b .xitong_b_box .swiper-button-next{
		width: 36px;
		height: 36px;
	}
	.xitong_b .xitong_b_box .swiper-button-next{left: 48px;}
}

.youshi_a{
	padding: 5.2vw 0;
}

.youshi_a .ul{margin-top: 2vw;display: flex;}
.youshi_a .ul li{
	float: left;
	width: 49.4%;
	margin-right: 1.2%;
	background: #faf5f2;
}
.youshi_a .ul li:last-child{margin-right: 0;}
.youshi_a .ul li .text{
	padding: 1.5vw;
}

.youshi_a .ul li .text .bt{color: #000000;}
.youshi_a .ul li .text .js{color: #666666;line-height: 1.6;margin-top: 10px;}
.youshi_b{
	padding: 6.2vw 0 7.2vw;
	background: url(../images/youshi_b_bg.jpg)  center center/cover no-repeat;
	background-attachment: fixed;
}

.youshi_b .youshi_b_box{
	margin-top: 2.6vw;
	text-align: center;
}
.youshi_b .youshi_b_box .icon{
	width: 93px;
	display: inline-block;
}
.youshi_b .youshi_b_box .text{
	margin-top: 4.6vw;
	line-height: 1.6;
	color: #fff;
}
.youshi_b .youshi_b_box a.anniu{margin-top: 2.6vw;}
a.anniu{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 0.8vw 3.1vw;
	transition: all 0.4s;
}
a.anniu:hover{
	color: #fff;
	background: #e27130;
	border-color: #e27130;
}
.youshi_c{
	padding: 5.2vw 0;
}
.youshi_c .youshi_c_box{margin-top: 2.6vw;}
.youshi_c .youshi_c_box .left{
	float: left;
	width: 49.5%;
}

.youshi_c .youshi_c_box .right{
	width: 50.5%;
	padding-left: 2.6vw;
}
.youshi_c .youshi_c_box .right .ul li{
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	border-bottom: 1px solid #dddddd;
}
.youshi_c .youshi_c_box .right .ul li:last-child{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.youshi_c .youshi_c_box .right .ul li .icon{
	float: left;
	border-radius: 100%;
	border: 1px solid #bfbfbf;
	width: 16.6%;
}
.youshi_c .youshi_c_box .right .ul li .text{
	float: left;
	padding-left: 26px;
	width: 83.4%;
	padding-top: 4px;
}
.youshi_c .youshi_c_box .right .ul li .text .bt{color: #000000;}
.youshi_c .youshi_c_box .right .ul li .text .js{color: #666666;line-height: 1.6;margin-top: 10px;}

.youshi_d{
	padding: 5.2vw 0;
	background: url(../images/ddp_b_bg.jpg) center center/cover;
}

.youshi_d .youshi_d_box{
	margin-top: 2.6vw;
}

.youshi_d .youshi_d_box .text{
	background: #fff;
}
.youshi_d .youshi_d_box .text table tr td,
.youshi_d .youshi_d_box .text table tr th{
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 1.5vw;
}
.youshi_d .youshi_d_box .text table tr td:nth-child(1){
	text-align: center;
	padding: 1.5vw 0;
}
.youshi_d .youshi_d_box .text table tr td:nth-child(2n){background: #fffbf9;}
.youshi_d .youshi_d_box .text table tr td:last-child{border-right: none;}
.youshi_d .youshi_d_box .text table tr th{
	background: #e27130;
	color: #fff;
	padding: 14px;
	border-right: none;
	line-height: 1.6;
}

.youshi_d .youshi_d_box .text table tr th:nth-child(1){background: #f3d4c3;}
.youshi_d .youshi_d_box .text table tr:last-child td{
	border-bottom: none;
}

.youshi_e {
	padding: 5.2vw 0;
}
.youshi_e .youshi_e_box{
	margin-top: 2vw;
	height: 22vw;
	background: url(../images/youshi_e_bg.jpg) center center/cover;
}
.youshi_e .youshi_e_box .text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}

.youshi_e .youshi_e_box .text .js{
	margin-top: 10px;
}
.youshi_e .youshi_e_box .text .anniu{
	margin-top: 30px;
}


@media(max-width: 1100px){
	.youshi_a {
	    padding: 40px 0;
	}
	.youshi_a .ul{margin-top: 20px;}
	.youshi_a .ul{display: block;}
	.youshi_a .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.youshi_a .ul li:last-child{margin-bottom: 0;}
	.youshi_a .ul li .text {
	    padding: 20px;
	}
	.youshi_b{padding: 40px 0 50px;}
	.youshi_b .youshi_b_box .icon{width: 60px;}
	.youshi_b .youshi_b_box,.youshi_b .youshi_b_box a.anniu{margin-top: 20px;}
	.youshi_b .youshi_b_box .text{margin-top: 30px;}
	a.anniu{
	   padding: 8px 40px;
	}
	.youshi_c{
		padding: 40px 0 50px;
	}
	.youshi_c .youshi_c_box{margin-top: 20px;}
	.youshi_c .youshi_c_box .right{
		width: 100%;
	}
	.youshi_c .youshi_c_box .left{width: 100%;margin-top: 20px;}
	.youshi_c .youshi_c_box .right .ul li{
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
	.youshi_c .youshi_c_box .right .ul li .text{padding-left: 16px;padding-top: 0;}
	.youshi_d{
		padding: 40px 0 50px;
	}
	.youshi_d .youshi_d_box{margin-top: 20px;}
	.youshi_e{
		padding: 40px 0 50px;
	}
	.youshi_e .youshi_e_box{margin-top: 20px;height: 450px;}
	.youshi_e .youshi_e_box .text{padding: 0 20px;}
}

@media(max-width: 768px){
	.youshi_d .youshi_d_box .text{overflow: auto;}
	.youshi_d .youshi_d_box .text table{width: 900px;}
	.youshi_d .youshi_d_box .text table tr td, .youshi_d .youshi_d_box .text table tr th{padding: 14px 0;}
	.youshi_e .youshi_e_box{margin-top: 20px;height: 300px;}
}

.about_a{
	padding-top: 4.1vw;
	position: relative;
}
.about_a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	content: "";
	z-index: 0;
	background: #f8f1ed;
}
.about_a .container{z-index: 2;position: relative;}
.about_a .top .left{
	width: 31.8%;
	padding-top: 20px;
}
.about_a .top .right{float: left;width: 68.2%;}
.about_a .top .right .text{
	line-height: 1.8;
	color: #333333;
}
.about_a .top .right .ul{margin-top: 30px;width: 32vw;}
.about_a .top .right .ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.about_a .top .right .ul li:last-child{margin-right: 0;}
.about_a .top .right .ul li .icon{
	width: 43px;
}
.about_a .top .right .ul li .wenzi{margin-top: 10px;}
.about_a .top .right .ul li .wenzi .bt{color: #333333;}
.about_a .top .right .ul li .wenzi .js{color: #666666;margin-top: 6px;line-height: 1.6;}
.about_a .btm{
	margin-top: -110px;
	display: inline-block;
}

.about_b{
	background: #f8f1ed;
	padding: 7.2vw 0 6.7vw;
}

.about_b .ul{
	margin-top: 2vw;
}
.about_b .ul li{
	float: left;
	width: 49.1%;
	margin-right: 1.8%;
}
.about_b .ul li:last-child{margin-right: 0;}
.about_b .ul li .img:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about_b_yy.png) center center/cover;
}

.about_b .ul li .text1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 20px;
	color: #fff;
	transition: all 0.4s;
}

.about_b .ul li .text .js{
	margin-top: 6px;
	line-height: 1.6;
}

.about_b .ul li .text2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	color: #fff;
	opacity: 0;
	background: url(../images/about_b_bg.jpg) center center/cover;
}

.about_b .ul li .text2 .box{
	position: absolute;
	padding: 0 20px;
	width: 100%;
	top: 40%;
	transform: translateY(-50%);
}

.about_b .ul li .text2 .box .wenzi{
	line-height: 1.8;
	margin-top: 20px;
	padding-right: 10.9vw;
}
.about_b .ul li:hover .text1{opacity: 0;}
.about_b .ul li:hover .text2{opacity: 1;}

.about_c{
	padding: 5.7vw 0 5.2vw;
}

.about_c .top .left{
	width: 49%;
}
.about_c .top .right{
	width: 49%;
	padding-left: 2.1vw;
	padding-top: 1vw;
}
.about_c .top .right .text{
	line-height: 1.8;
	margin-top: 20px;
	color: #333333;
}
.about_c .btm{
	margin-top: 2vw;
}
.about_c .btm .ul{display: flex;}
.about_c .btm .ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 26px 20px;
}
.about_c .btm .ul li:last-child{margin-right: 0;}
.about_c .btm .ul li .text{
	line-height: 2;
	color: #fff;
}
.about_d{
	background: url(../images/about_d_bg.jpg) center center/cover;
	padding: 5.7vw 0 6.2vw;
}

.about_d .ul{
	margin-top: 2vw;
}

.about_d .ul li{
	float: left;
	width: 17.2%;
	margin-right: 10.4%;
	text-align: center;
	margin-bottom: 1vw;
}
.about_d .ul li:nth-child(4n){margin-right: 0;}
.about_d .ul li .img{
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #aeaba9;
	width: 9.3vw;
	transition: all 0.4s;
}
.about_d .ul li .img img{
	transition: all 0.4s;
}
.about_d .ul li .img .img2{display: none;}
.about_d .ul li .text{
	margin-top: 20px;
}
.about_d .ul li .text .bt{color: #333333;}
.about_d .ul li .text .js{color: #666666;margin-top: 8px;line-height: 1.6;}

.about_d .ul li:hover .img{
	background: #e27130;
	border-color: #e27130;
}
.about_d .ul li:hover .img .img1{
	display: none;
}
.about_d .ul li:hover .img .img2{
	display: block;
}
.about_d .more{
	margin-top: 4.1vw;
}

.about_f{
	height: 47.1vw;
	background: url(../images/about_f_bg.jpg) center center;
}
.about_f .container{height: 100%;}
.about_f .box{
	position: absolute;
	left: 0;
	width: 540px;
	bottom: 10.5%;
	background: url(../images/home_b_bg.jpg) center center/cover;
	padding: 3.6vw 20px 6.2vw;
	color: #fff;
}
.about_f .box .text{
	margin-top: 2.6vw;
	line-height: 1.8;
}
.about_f .box .text .ul {margin-top: 14px;}
.about_f .box .text .ul li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 6px;
	line-height: 1.6;
}
.about_f .box .text .ul li:last-child{margin-bottom: 0;}
.about_f .box .text .ul li:before{
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
}

.about_f .box .text .ul li.li1:before{background: url(../images/about_f_icon1.png) center center/cover;}
.about_f .box .text .ul li.li2:before{background: url(../images/about_f_icon2.png) center center/cover;}
.about_f .box .text .ul li.li3:before{background: url(../images/about_f_icon3.png) center center/cover;}
.about_f .box .text .ul li.li4:before{background: url(../images/about_f_icon4.png) center center/cover;}
.about_f .box .more{margin-top: 3.6vw;}
@media(max-width: 1500px){
	.about_a .top .right .ul{width: 38vw;}
}

@media(max-width: 1100px){
	.about_a{
		padding: 40px 0 50px;
	}
	.about_a .top .left{width: 100%;padding-top: 0;}
	.about_a .top .right{
		width: 100%;
		margin-top: 20px;
	}
	.about_a .top .right .ul{width: 80%;margin-top: 10px;}
	.about_a .btm{margin-top: -54px;}
	.about_a:before{
		height: 100px;
	}
	.about_b{
		padding: 0 0 50px;
	}
	.about_b .ul{margin-top: 20px;}
	.about_c{
		padding: 40px 0 50px;
	}
	.about_c .top .right{
		width: 100%;
		padding-left: 0;
	}
	.about_c .top .left{
		width: 100%;
		margin-top: 20px;
	}
	.about_c .btm{margin-top: 10px;}
	.about_c .btm .ul{display: block;}
	.about_c .btm .ul li{
		width: 100%;
		margin-top: 10px;
	}
	.about_d{
		padding: 50px 0;
	}
	.about_d .ul{margin-top: 30px;}
	.about_d .ul li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 24px;
	}
	.about_d .ul li:nth-child(2n){margin-right: 0;}
	.about_d .ul li .img{width: 70px;}
	.about_d .ul li .text{margin-top: 10px;}
	.about_d .more{margin-top: 20px;}
	.about_f{
		height: auto;
		padding: 40px 0;
	}
	.about_f .box{
		width: 100%;
		position: initial;
		display: inline-block;
		width: 100%;
		padding: 30px 20px 40px;
	}
	.about_f .box .text{margin-top: 20px;}
	.about_f .box .more{margin-top: 30px;}

}
@media(max-width: 768px){
	.about_b .ul li{
		width: 100%;
		margin-bottom: 14px;
	}
}
@media(max-width: 600px){
	.about_a .top .right .ul li{margin-top: 16px;}
	.about_a .top .right .ul li .icon{width: 36px;}
	.about_a .top .right .ul{width: 100%;}
	.about_a .top .right .ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.about_a .top .right .ul li:nth-child(2n){margin-right: 0;}
	.about_a .btm{margin-top: -30px;}
}

.zhaopin_a{
	padding: 5.2vw 0;
}

.zhaopin_a .ul{margin-top: 2vw;display: flex;}
.zhaopin_a .ul > li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	background: url(../images/zhaopin_a_bg.jpg) center center/cover;
}
.zhaopin_a .ul > li:last-child{margin-right: 0;}
.zhaopin_a .ul > li .box{
	padding: 3.1vw 2.5vw 4.6vw;
}

.zhaopin_a .ul > li .box .bt{color: #333333;}
.zhaopin_a .ul > li .box .js{
	color: #666666;
	line-height: 1.6;
	margin-top: 8px;
}

.zhaopin_a .ul > li .box .icon{
	position: absolute;
	right: 2.5vw;
	bottom: 1.5vw;
	width: 3.3vw;
}

.zhaopin_a .ul > li .text{
	line-height: 1.6;
	margin-top: 1.5vw;
	color: #333333;
	padding-bottom: 4.6vw;
}

.zhaopin_a .ul > li .text ul li{
	padding-left: 14px;
	position: relative;
	margin-bottom: 12px;
}
.zhaopin_a .ul > li .text ul li:last-child{margin-bottom: 0;}
.zhaopin_a .ul > li .text ul li:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #e3793b;
	left: 0;
	border-radius: 100%;
	top: 9px;
}

.zhaopin_b{
	padding: 6.2vw 0 5.2vw;
	background: url(../images/zhaopin_b_bg.jpg) center center/cover;
}

.zhaopin_b .zhaopin_b_box{margin-top: 20px;}
.zhaopin_b .zhaopin_b_box .top{padding: 0 20px;background: #e27130;}
.zhaopin_b .zhaopin_b_box .top .bt{
	float: left;
	color: #fff;
	padding: 16px 0;
}
.zhaopin_b .zhaopin_b_box .btm .box{
	padding: 0 20px;
	background: #fff;
	border-bottom: 1px solid #f8f1ed;
}
.zhaopin_b .zhaopin_b_box .btm .box:last-child{border-bottom: none;}
.zhaopin_b .zhaopin_b_box .btm .t {cursor: pointer;}
.zhaopin_b .zhaopin_b_box .btm .t .fbt{
	float: left;
	padding: 16px 0;
	color: #333333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhaopin_b .zhaopin_b_box .btm .t .fbt.time{color: #999999;}
.zhaopin_b .zhaopin_b_box .width1{width: 45.3%;}
.zhaopin_b .zhaopin_b_box .width2{width: 21%;}
.zhaopin_b .zhaopin_b_box .width3{width: 21%;}
.zhaopin_b .zhaopin_b_box .width4{width: 12.7%;}

.zhaopin_b .zhaopin_b_box .btm .b{
	border-top: 1px solid #f8f1ed;
	padding: 20px 0 2.6vw;
	line-height: 1.6;
	display: none;
}

.zhaopin_b .zhaopin_b_box .btm .b .text{
	color: #999999;
}
.zhaopin_b .zhaopin_b_box .btm .b .ewm{
	margin-top: 20px;
}

.zhaopin_b .zhaopin_b_box .btm .b .ewm .img{
	width: 6.2vw;
	vertical-align: middle;
	display: inline-block;
}

.zhaopin_b .zhaopin_b_box .btm .b .ewm .wenzi{
	display: inline-block;
	padding-left: 14px;
	vertical-align: middle;
	color: #999999;
	line-height: 1.8;
}
/*.zhaopin_b .zhaopin_b_box *{transition: all 0.4s;}*/
.zhaopin_b .zhaopin_b_box .btm .box.cur .t .fbt,
.zhaopin_b .zhaopin_b_box .btm .box:hover .t .fbt{
	color: #e27130;
}

/*.zhaopin_b .zhaopin_b_box .btm .box.cur .b{
	display: block;
}*/

.zhaopin_b .more{
	margin-top: 30px;
	background: none;
	border: 1px solid #e27130;
}
@media(max-width: 1100px){
	.zhaopin_a{padding: 40px 0 50px;}
	.zhaopin_a .ul{margin-top: 20px;display: block;}
	.zhaopin_a .ul li{
		width: 100%;
		margin-bottom: 12px;
	}
	.zhaopin_a .ul > li:last-child {
	   margin-bottom: 0;
	}
	.zhaopin_a .ul > li .box {
	    padding: 30px 20px 40px;
	}
	.zhaopin_a .ul > li .box .icon{
		width: 46px;
		right: 20px;
		bottom: 14px;
	}
	.zhaopin_b{
		padding: 40px 0 50px;
	}
	.zhaopin_b .zhaopin_b_box .top .bt.width4,.zhaopin_b .zhaopin_b_box .btm .t .fbt.time{display: none;}
	.zhaopin_b .zhaopin_b_box .width1{
		width: 50%;
	}
	.zhaopin_b .zhaopin_b_box .width2,.zhaopin_b .zhaopin_b_box .width3{
		width: 25%;
	}
	.zhaopin_b .zhaopin_b_box .btm .b .ewm .img{
		width: 80px;
	}
	.zhaopin_b .zhaopin_b_box .btm .b{
		padding: 20px 0 30px;
	}
	.zhaopin_b .more{margin-top: 20px;}
}

.news_a{
	padding: 5.7vw 0 4.1vw;
}

.news_a .news_a_box{
	margin-top: 2vw;
}
.news_a .news_a_box .top .ul{display: flex;}
.news_a .news_a_box .top .ul li{
	float: left;
	width: 49.2%;
	background: #f8f1ed;
	margin-right: 1.6%;
	position: relative;
}
.news_a .news_a_box .top .ul li:before,.news_a .news_a_box .btm .ul li:before{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f4d7c7;
	content: "";
}

.news_a .news_a_box .top .ul li:after,.news_a .news_a_box .btm .ul li:after{
	width: 0;
	transition: all 0.4s;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #e27130;
	content: "";
}

.news_a .news_a_box .top .ul li:last-child{margin-right: 0;}
.news_a .news_a_box .top .ul li .text{
	padding: 20px;
}
.news_a .news_a_box  .bt{
	color: #141414;
}
.news_a .news_a_box .time{
	color: #999999;
	margin-top: 8px;
}
.news_a .news_a_box .en{
	margin-left: 10px;
}
.news_a .news_a_box .js{
	line-height: 1.6;
	margin-top: 14px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}
.news_a .news_a_box .news_more{margin-top: 30px;}
a.news_more,.news_more{
	color: #141414;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.4s;
}

a.news_more i,.news_more i{
	margin-left: 3px;
	width: 9px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: url(../images/news_more.png) center center/cover;
	transition: all 0.4s;
}
a.news_more.cur,.news_more.cur{
	color: #e27130;
}
a.news_more.cur i,.news_more.cur i{
	background: url(../images/news_more2.png) center center/cover;
}

.news_a .news_a_box .top .ul li:hover:after,
.news_a .news_a_box .btm .ul li:hover:after{width: 100%;left: 0;right: auto;}
.news_a .news_a_box .top .ul li:hover .news_more,.news_a .news_a_box .btm .ul li:hover .box .right .news_more{color: #e27130;}
.news_a .news_a_box .top .ul li:hover .news_more i,
.news_a .news_a_box .btm .ul li:hover .box .right .news_more i{background: url(../images/news_more2.png) center center/cover;}
.news_a .news_a_box .btm .ul li{
	margin-top: 20px;
	background: #f8f1ed;
	position: relative;
}


.news_a .news_a_box .btm .ul li .box{
	padding: 20px 30px 20px 20px;
}

.news_a .news_a_box .btm .ul li .box .left{
	--width: 256px;
	height: 165px;
	width: 0;
	overflow: hidden;
	transition: all 0.4s;
}

.news_a .news_a_box .btm .ul li .box .right{
	float: right;
	--width: 256px;
	width: 100%;
	padding-top: 10px;
	transition: all 0.4s;
}

.news_a .news_a_box .btm .ul li .box .right .news_more{margin-top: 14px;}

.news_a .news_a_box .btm .ul li:hover .left{width: var(--width);}
.news_a .news_a_box .btm .ul li:hover .right{width: calc(100% - var(--width) - 20px);}
.page{
	margin-top: 2vw;
}
.page a{
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #666666;
	border: 1px solid #f0f0f0;
	margin: 0 4px;
	transition: all 0.4s;
}
.page a.cur,
.page a:hover{
	color: #fff;
	background: #e27130;
	border-color: #e27130;
}

@media(max-width: 1500px){
	.page a{
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
}
@media(max-width: 1100px){
	.news_a{padding: 40px 0;}
	.news_a .news_a_box .top .ul{display: block;}
	.news_a .news_a_box .top .ul li{
		width: 100%;
		margin-bottom: 14px;
	}
	.news_a .news_a_box .top .ul li:last-child{margin-bottom: 0;}
	.news_a .news_a_box .js{margin-top: 10px;}
	.news_a .news_a_box .news_more{margin-top: 20px;}
	.news_a .news_a_box .btm .ul li{margin-top: 14px;}
	.news_a .news_a_box .btm .ul li .box,.news_a .news_a_box .top .ul li .text{padding: 20px 14px;}
	.news_a .news_a_box .btm .ul li .left{display: none;}
	.news_a .news_a_box .btm .ul li:hover .left{width: 0;display: none;}
	.news_a .news_a_box .btm .ul li:hover .right {
	    width: 100%;
	}
	.news_a .news_a_box .btm .ul li .box .right{padding-top: 0;}
	.page{margin-top: 30px;}
	.page a{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.news_a .news_a_box{margin-top: 20px;}
}

.fuwu_a{
	padding: 4.1vw 0;
}


.fuwu_a .swiper-button-next,
.fuwu_a .swiper-button-prev{
	width: 17px;
	height: 32px;
	transition: all 0.4s;
}
.fuwu_a .swiper-button-prev{left: -48px;background: url(../images/fuwu_a_jtl.png) center center/cover;}
.fuwu_a .swiper-button-next{right: -48px;background: url(../images/fuwu_a_jtr.png) center center/cover;}
.fuwu_a .swiper-button-prev:hover{background: url(../images/fuwu_a_jtl2.png) center center/cover;}
.fuwu_a .swiper-button-next:hover{background: url(../images/fuwu_a_jtr2.png) center center/cover;}
.fuwu_a .fuwu_a_box .box{
	background: #fbf8f6;
}

.fuwu_a .fuwu_a_box .box .text{
	padding: 20px 20px 30px;
}
.fuwu_a .fuwu_a_box .box .text .bt{color: #000000;font-weight: bold;}
.fuwu_a .fuwu_a_box .box .text .js{
	margin-top: 6px;
	color: #666666;
	line-height: 1.4;
	height: 38px;
	overflow: hidden;
}

.fuwu_a .fuwu_a_box .box .text .news_more{margin-top: 20px;}

@media(max-width: 1100px){
	.fuwu_a{
		padding: 40px 0;
	}
	.fuwu_a .swiper-button-next{right: 0;}
	.fuwu_a .swiper-button-prev{left: 0;}
}

.meiguo_a{
	padding: 4.1vw 0 5.2vw;
}
.meiguo_a .title{padding: 0 13vw;}
.meiguo_a .img{margin-top: 2vw;}
.meiguo_b .left {width: 49.1%;padding-top: 3.1vw;}
.meiguo_b .left .box{
	background: #fff;
	padding: 4.6vw 1.7vw;
}
.meiguo_b .left .box .wenzi{margin-top: 2.6vw;}
.meiguo_b .left .box .wenzi .fbt{color: #111111;}
.meiguo_b .left .box .wenzi .js{margin-top: 12px;line-height: 2;color: #333333;}

.meiguo_c{
	padding: 5.2vw 0 3.1vw;
}

.meiguo_c .meiguo_c_box,.container_left{
	margin-left: 323px;
	width: 1400px;
}

.meiguo_c .meiguo_c_box .left{
	float: left;
	width: 29.2%;
	padding-top: 3.6vw;
}
.meiguo_c .meiguo_c_box .left .text{
	margin-top: 12px;
	line-height: 1.8;
	color: #666666;
}
.meiguo_c .meiguo_c_box .right{
	float: right;
	width: 70.8%;
}
.meiguo_d{
	background: url(../images/meiguo_d_bg.jpg) center center/cover;
	padding: 6.2vw 0 6.7vw;
}

.meiguo_d .top .left{
	width: 49.1%;
}

.meiguo_d .top .left .img,.meiguo_d .top .right .nr_box .box{display: none;}
.meiguo_d .top .left .img.cur,.meiguo_d .top .right .nr_box .box.cur{display: block;}

.meiguo_d .top .right{
	width: 44.7%;
	padding-top: 20px;
}

.meiguo_d .top .right .tit {
	background: #ffffff;
	border-radius: 8px;
}
.meiguo_d .top .right .tit a{
	float: left;
	width: 6vw;
	height: 2.6vw;
	text-align: center;
	line-height: 2.9vw;
	color: #111111;
	border-radius: 8px;
	margin-right: 10px;
}
.meiguo_d .top .right .nr_box{margin-top: 2.6vw;}
.meiguo_d .top .right .tit a.cur{
	background: #e27130;
	color: #fff;
}

.meiguo_d .top .right .nr_box .text{
	line-height: 1.6;
	margin-top: 24px;
	color: #000000;
}

.meiguo_d .btm{
	margin-top: 4.1vw;
}
.meiguo_d .btm .dbt{color: #000000;}
.meiguo_d .btm .box{display: none;}
.meiguo_d .btm .box.cur{display: block;}
.meiguo_d .btm .box .ul{
	margin-top: 24px;
}
.meiguo_d .btm .box .ul li{
	float: left;
	width: 13.3%;
	margin-right: 4.04%;
	position: relative;
}

.meiguo_d .btm .box .ul li:nth-child(6n){margin-right: 0;}
.meiguo_d .btm .box .ul li .icon{
	border: 2px solid #bbbbbb;
	border-radius: 100%;
	position: relative;
}

.meiguo_d .btm .box .ul li .icon:before{
	background: url(../images/meiguo_d_jt.png) center center/cover;
	width: 13px;
	height: 17px;
	content: "";
	top: 50%;
	right: -22%;
	transform: translateY(-50%);
	position: absolute;
}

.meiguo_d .btm .box .ul li .text{
	margin-top: 14px;
	color: #000000;
}

.meiguo_d .btm .box .ul li:last-child .icon:before{display: none;}
.meiguo_e{
	padding: 5.2vw 0;
}
.meiguo_e .meiguo_e_box{background: #fbf8f6;}
.meiguo_e .left{
	width: 50%;
	padding: 3.1vw 3.1vw 0;
}

.meiguo_e .left .text{
	margin-top: 20px;
	line-height: 1.8;
	color: #666666;
}
.meiguo_e .right{
	width: 50%;
}

@media(max-width: 1600px){
	.meiguo_c .meiguo_c_box,.container_left{margin: 0 auto;width: 80%;}
}

@media(max-width: 1100px){
	.meiguo_a{
		padding: 40px 0;
	}
	.meiguo_a .title{
		padding: 0 20px;
	}
	.meiguo_b .left{width: 100%;}
	.meiguo_c{
		padding: 40px 0;
	}
	.meiguo_c .meiguo_c_box,.container_left{
		width: calc(100% - 40px);
	}
	.meiguo_c .meiguo_c_box .left{
		width: 100%;
		padding-top: 0;
	}
	.meiguo_c .meiguo_c_box .right{
		width: 100%;
		margin-top: 20px;
	}
	.meiguo_d{
		padding: 40px 0;
	}
	.meiguo_d .top .right{
		width: 100%;
	}
	.meiguo_d .top .right .tit a{
		width: 33.3%;
		margin-right: 0;
		line-height: 38px;
		height: 38px;
	}
	.meiguo_d .top .right .nr_box{margin-top: 40px;}
	.meiguo_d .top .right .nr_box .text{margin-top: 18px;}
	.meiguo_d .top .left{width: 100%;margin-top: 20px;}
	.meiguo_d .btm{
		margin-top: 30px;
	}
	.meiguo_d .btm .box .ul{margin-top: 20px;}
	.meiguo_e {
	    padding: 40px 0;
	}
	.meiguo_e .left{
		width: 100%;
		padding: 30px 16px 20px;
	}
	.meiguo_e .left .text{margin-top: 16px;}
	.meiguo_e .right{width: 100%;}
}

@media(max-width: 768px){
	.meiguo_d .btm .box .table{overflow: auto;padding-bottom: 16px;}
	.meiguo_d .btm .box .ul{width: 800px;}
}

.zhenggui_a{
	padding: 3.6vw 0 4.6vw;
}

.zhenggui_a .zhenggui_a_box{
	width: auto;
	margin-top: 3.1vw;
}

.zhenggui_a .title{
	    padding: 0 13vw;
}

.zhenggui_a .zhenggui_a_box .box .text1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1vw 1.5vw;
	background: rgba(77, 77, 77, 0.7);
	color: #fff;
	transition: all 0.4s;
}

.zhenggui_a .zhenggui_a_box .box .text2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	color: #fff;
	background: url(../images/about_b_bg.jpg) center center/cover;
	opacity: 0;
}
.zhenggui_a .zhenggui_a_box .box .text2 .nr{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 3.6vw;
	padding: 0 2vw;
}
.zhenggui_a .zhenggui_a_box .box .text2 .nr .js{
	margin-top: 6px;
	line-height: 1.6;
}
.zhenggui_a .zhenggui_a_box .box:hover .text1{opacity: 0;}
.zhenggui_a .zhenggui_a_box .box:hover .text2{opacity: 1;}
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb{
	padding-bottom: 80px;
}

.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-prev,
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-next{
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 20px;
	transition: all 0.4s;
}

.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-prev{
	background: url(../images/xitong_c_jtl.png) center center/cover;
}
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-next{
	left: 60px;
	background: url(../images/xitong_c_jtr.png) center center/cover;
}
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-prev:hover{
	background: url(../images/xitong_c_jtl2.png) center center/cover;
}
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-next:hover{
	background: url(../images/xitong_c_jtr2.png) center center/cover;
}

.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-pagination{
	bottom: 0;
	top: auto;
	height: 2px;
	background: #eeeeee;
}
.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-pagination .swiper-pagination-progressbar-fill{
	background: #e27130;
}
.zhenggui_b{
	padding: 5.2vw 0 8.3vw;
	background: url(../images/ddp_b_bg.jpg) center center/cover;
}

.zhenggui_b .ul{
	margin-top: 4.6vw;
}

.zhenggui_b .ul li{
	float: left;
	width: 25%;
	text-align: center;
}

.zhenggui_b .ul li .box{
	padding: 10px 2vw 0;
	text-align: center;
}
.zhenggui_b .ul li .box .icon{
	width: 6.2vw;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid #dddddd;
}

.zhenggui_b .ul li .box .text{margin-top: 16px;}
.zhenggui_b .ul li .box .text .bt{color: #333333;}
.zhenggui_b .ul li .box .text .js{color: #666666;margin-top: 14px;line-height: 1.6;}
.zhenggui_b .ul li{
	border-right: 1px solid #dddddd;
}
.zhenggui_b .ul li:last-child{border-right: none;}


.zhenggui_d{
	background: url(../images/ddp_b_bg.jpg) top center/cover;
	padding: 5.2vw 0 5.7vw;
}
.zhenggui_d .ul{margin-top: 3.1vw;}
.zhenggui_d .ul li{
	float: left;
    width: 12%;
    margin-right: 5.6%;
    position: relative;
    text-align: center;
}

.zhenggui_d .ul li:nth-child(6n){margin-right: 0;}
.zhenggui_d .ul li .icon{
	border-radius: 100%;
	border: 2px solid #dedede;
	position: relative;
	background: #f8f1ed;
	width: calc(100% - 2vw);
	display: inline-block;
}
.zhenggui_d .ul li .icon .x{
	background: #dedede;
	height: 2px;
	position: absolute;
	left: 100%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.zhenggui_d .ul li .icon .x:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	background: url(../images/ddp_jt.png) center center no-repeat #f8f1ed;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 3px 0 1px;
}
.zhenggui_d .ul li:last-child .icon .x{display: none;}
.zhenggui_d .ul li .text{
	margin-top: 12px;
	color: #333333;
}
.zhenggui_d .ul li .text .bt{margin-top: 5px;}
@media(max-width: 1600px){
	.zhenggui_a .zhenggui_a_box{
		padding-left: 10%;
	}
}

@media(max-width: 1100px){
	.zhenggui_a{padding: 40px 0;}
	.zhenggui_a .title{padding: 0 20px;}
	.zhenggui_a .zhenggui_a_box{padding: 0 20px;margin-top: 20px;}
	.zhenggui_b{
		padding: 40px 0;
	}
	.zhenggui_b .ul li{
		width: 50%;
		margin-bottom: 20px;
		border-right: none;
	}
	.zhenggui_b .ul li .box{padding: 0 20px;}
	.zhenggui_b .ul li .box .icon{
		width: 80px;
	}
	.zhenggui_b .ul li .box .text .js{margin-top: 10px;}
}

@media(max-width: 760px){
	.zhenggui_b .ul li .box .icon{
		width: 60px;
	}
	.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-prev, .zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-next{
		width: 36px;
		height: 36px;
	}
	.zhenggui_a .zhenggui_a_box .zhenggui_a_lb .swiper-button-next {
	    left: 56px;
	}
	.zhenggui_a .zhenggui_a_box .zhenggui_a_lb {
	    padding-bottom: 70px;
	}
	.zhenggui_d .btm{overflow: auto;padding-bottom: 20px;}
	.zhenggui_d .ul{
		width: 800px;
		margin-top: 30px;
	}
	.zhenggui_d .ul li .text{font-size: 14px;}
}

.kongyun_a{padding: 5.2vw 0 6.2vw;}
.kongyun_a .xitong_c_box .box .text{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1vw 1.5vw;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	transition: all 0.4s;
	opacity: 0;
}
.kongyun_a .xitong_c_box .box .text .js{margin-top: 6px;}
.kongyun_a .xitong_c_box .swiper-slide-active .box .text{opacity: 1;}
.kongyun_b{
	padding: 5.2vw 0;
}
.kongyun_b .ul{
	display: flex;
	flex-wrap: wrap;
}
.kongyun_b .ul li,.kongyun_b .ul li:nth-child(6n){
	width: 14.1%;
	margin-right: 7.375%;
	margin-bottom: 1.5vw;
}

.kongyun_b .ul li:nth-child(5n){margin-right: 0;}
.kongyun_b .ul li:nth-child(5n) .icon .x{display: none;}
.kongyun_b .ul li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #666666;
}

.kongyun_c{
	padding: 5.2vw 0;
}

.kongyun_c .ul{
	margin-top: 2vw;
}
.kongyun_c .ul li{
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 14px;
	position: relative;
}
.kongyun_c .ul li:nth-child(3n){margin-right: 0;}

.kongyun_c .ul li .img{position: relative;}
.kongyun_c .ul li .img:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/about_b_yy.png) center bottom repeat-x;
	opacity: 0.8;
	content: "";
}
.kongyun_c .ul li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	padding: 1vw 1.5vw;
}

.kongyun_c .ul li .text .en{
	margin-top: 5px;
}

.kongyun_d{
	padding: 4.6vw 0 6.7vw;
	background: url(../images/ddp_b_bg.jpg) top center/cover;
}
@media(max-width: 1100px){
	.kongyun_b{
		padding: 40px 0 50px;
	}
	.kongyun_c{
		padding: 40px 0;
	}
	.kongyun_c .ul{margin-top: 20px;}
	.kongyun_c .ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.kongyun_c .ul li:nth-child(3n){margin-right: 3%;}
	.kongyun_c .ul li:nth-child(2n){margin-right: 0;}
	.kongyun_c .ul li .text{padding: 14px;}
}

@media(max-width: 640px){
	.kongyun_c .ul li{
		width: 100%;
		margin-right: 0%;
	}
}

.zhichi_a{
	padding: 5.2vw 0;
}
.zhichi_a .btm{
	padding: 0 7.2vw;
}
.zhichi_a .ul{
	margin-top: 1.6vw;
}
.zhichi_a .ul li{
	float: left;
	width: 11%;
	margin-right: 11.25%;
	text-align: center;
	margin-top: 2vw;
}

.zhichi_a .ul li:nth-child(5n){margin-right: 0;}
.zhichi_a .ul li .icon{
	border-radius: 25px;
	overflow: hidden;
	width: 80px;
	margin: 0 auto;
	filter: drop-shadow(10px 6px 5px rgba(0,0,0,0.1));
}

.zhichi_a .ul li .bt{
	margin-top: 14px;
	color: #666666;
}

.zhichi_b{
	padding: 5.7vw 0;
	background: url(../images/meiguo_d_bg.jpg) center center/cover;
}

.zhichi_b .more ,.zhichi_c .more{
    background: none;
    position: absolute;
    bottom: 4px;
    right: 0;
    border: 1px solid #e27130;
}

.zhichi_b .btm,.zhichi_c .btm{
	margin-top: 2vw;
}

.zhichi_b .btm .ul li{
	margin-top: 10px;
	background: #fff;
}
.zhichi_b .btm .ul li:last-child{
	margin-top: 10px;
}

.zhichi_b .btm .ul li .box{
	padding: 1.5vw;
}

.zhichi_b .btm .ul li .box .yuan{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0084ff;
	color: #fff;
	border-radius: 100%;
}

.zhichi_b .btm .ul li .right{
	width: calc(100% - 28px);
	padding-left: 20px;
}

.zhichi_b .btm .ul li .t{
	margin-bottom: 15px;
}
.zhichi_b .btm .ul li .t .right{color: #333333;}
.zhichi_b .btm .ul li .b .yuan{background: #e27130;}
.zhichi_b .btm .ul li .b .right{line-height: 1.6;color: #666666;}

.zhichi_c{
	padding: 5.2vw;	
}

.zhichi_c .btm .ul li{
	float: left;
	width: 47%;
	margin-right: 6%;
}
.zhichi_c .btm .ul li:nth-child(2n){margin-right: 0;}
.zhichi_c .btm .t .ul li .left{
	width: 47.1%;
}

.zhichi_c .btm .t .ul li .right{
	width: 48.3%;
	padding-top: 1vw;
}

.zhichi_c .btm .t .ul li .right .bt{
	color: #141414;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zhichi_c .btm .t .ul li .right .time{color: #999999;margin-top: 6px;}
.zhichi_c .btm .t .ul li .right .time span{margin-left: 6px;}
.zhichi_c .btm .t .ul li .right .js{
	line-height: 1.6;
	color: #666666;
	margin-top: 10px;
}

.zhichi_c .btm .b{
	margin-top: 30px;

}
.zhichi_c .btm .b .ul li:nth-child(1),
.zhichi_c .btm .b .ul li:nth-child(2){border-top: 2px solid #f6f6f6;}
.zhichi_c .btm .b .ul li .box{
	padding: 12px 0;
	color: #999999;
}

.zhichi_c .btm .b .ul li:nth-child(1) .box,
.zhichi_c .btm .b .ul li:nth-child(2) .box{padding-top: 22px;}
.zhichi_c .btm .b .ul li .box .bt{
	color: #666666;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 14px;
}
.zhichi_c .btm .b .ul li .box .bt:before{
	width: 4px;
	height: 4px;
	border: 2px solid #cccccc;
	border-radius: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.zhichi_c .btm .b .ul li .box .left{
	width: 70%;
}
.mo_more{display: none !important;}
@media(max-width: 1100px){
	.zhichi_a{
		padding: 40px 0;
	}
	.zhichi_a .ul{margin-top: 20px;}
	.zhichi_a .ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 12px;
	}
	.zhichi_a .ul li:nth-child(5n){margin-right: 5%;}
	.zhichi_a .ul li:nth-child(3n){margin-right: 0;}
	.zhichi_b{
		padding: 40px 0;
	}
	.pc_more{display: none !important;}
	.mo_more{display: inline-block !important;}
	.zhichi_b .more,.zhichi_c .more{
		position: initial;
		margin-top: 30px;
	}
	.zhichi_b .btm, .zhichi_c .btm{margin-top: 20px;}
	.zhichi_b .btm .ul li .box{
		padding: 20px 16px;
	}
	.zhichi_c{
		padding: 40px 0;
	}
	.zhichi_c .btm .ul li{
		width: 100%;
	}
}

@media(max-width: 768px){
	.zhichi_a .btm{
		padding: 0;
	}
	.zhichi_a .ul li .icon{width: 70px;}
}

@media(max-width: 548px){
	.zhichi_a .ul li{
		width: 46%;
		margin-right: 8%;
	}
	.zhichi_a .ul li:nth-child(5n){margin-right: 8%;}
	.zhichi_a .ul li:nth-child(3n){margin-right: 8%;}
	.zhichi_a .ul li:nth-child(2n){margin-right: 0;}

	.zhichi_c .btm .t .ul li{
		margin-bottom: 12px;
	}
	.zhichi_c .btm .t .ul li:last-child{margin-bottom: 0;}
	.zhichi_c .btm .t .ul li .left{
		width: 100%;
	}
	.zhichi_c .btm .t .ul li .right{
		width: 100%;
		padding-top: 10px;
	}
	.zhichi_c .btm .b {
	    margin-top: 20px;
	}
	.zhichi_c .btm .b .ul li .box{
		padding: 10px 0;
	}
	.zhichi_c .btm .b .ul li:nth-child(1) .box, .zhichi_c .btm .b .ul li:nth-child(2) .box {
	    padding-top: 16px;
	}
	.zhichi_c .btm .b .ul li:nth-child(2){border-top: none;}
	.zhichi_c .btm .b .ul li .box .left{width: 100%;}
	.zhichi_c .btm .b .ul li .box .right{display: none;}
}


.changshi_a{
	padding: 4.6vw 0;
}

.changshi_a .left{
	width: 63.7%;
	padding-top: 20px;
}
.changshi_a .left .ul{
	margin-top: 2vw;
}
.changshi_a .left .ul li{border-top: 1px solid #ededed;}
.changshi_a .left .ul li:last-child{border-bottom: 1px solid #ededed;}
.changshi_a .left .ul li .box{
	padding: 24px 0 30px;
}

.changshi_a .left .ul li .box .left2{
	width: 25.2%;
	float: left;
}
.changshi_a .left .ul li .box .right2{
	float: right;
	width: 73%;
	padding-top: 4px;
}
.changshi_a .left .ul li .box .right2 .bt{color: #141414;}
.changshi_a .left .ul li .box .right2 .time{color: #999999;margin-top: 4px;}
.changshi_a .left .ul li .box .right2 .time span{margin-left: 5px;}
.changshi_a .left .ul li .box .right2 .js{
	line-height: 1.5;
	margin-top: 10px;
	height: 42px;
	overflow: hidden;
	color: #666666;
}

.changshi_a .left .ul li .box .right2 .views{
	margin-top: 16px;
	padding-left: 24px;
	position: relative;
	line-height: 1;
	color: #666666;
}

.changshi_a .left .ul li .box .right2 .views:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 18px;
	height: 11px;
	transform: translateY(-50%);
	background: url(../images/changshi_a_view.png) center center/cover;
}

.changshi_a .right{
	width: 27.3%;
	padding-left: 2.8vw;
	border-left: 1px solid #ededed;
}

.changshi_a .right .box{
	margin-bottom: 1.5vw;
	background: #f8f1ed;
}

.changshi_a .right .box .bt{
	color: #fff;
	padding: 14px 20px;
	font-weight: bold;
	background: url(../images/changshi_a_bg.jpg) center center/cover;
}
.changshi_a .right .box:last-child{margin-bottom: 0;}
.changshi_a .right .box .btm {
	padding: 1.5vw 1.4vw;
}
.changshi_a .right .box .btm .ul{
	padding-top: 6px;
	position: relative;
	border-top: 1px solid #fcf8f6;
}
.changshi_a .right .box .btm .ul:before{
	width: 28.4%;
	height: 2px;
	position: absolute;
	top: -1px;
	left: 0;
	background: #e27130;
	content: "";
}
.changshi_a .right .box .btm .ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-top: 14px;
}
.changshi_a .right .box .btm .ul li:nth-child(2n){margin-right: 0;}
.changshi_a .right .box .btm .ul li a{
	color: #141414;
	position: relative;
	padding-left: 16px;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.changshi_a .right .box .btm .ul li a:before{
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/changshi_a_sj.png) center center/cover;
	content: "";
}
.changshi_a .right .box.boxw100 .btm .ul li {width: 100%;}

.changshi_a .right .box.boxol .btm{padding-bottom: 0;}
.changshi_a .right .box.boxol .btm .ol li{
	width: 100%;
	border-bottom: 1px solid transparent;
	background: linear-gradient(#f8f1ed,#f8f1ed) padding-box,repeating-linear-gradient(-45deg,#f8f1ed 0, #f8f1ed 3px,#e5844c 0,#e5844c 0.75em);
	margin-top: 0;
}

.changshi_a .right .box.boxol .btm .ol li a{
	padding-top: 14px;
	padding-bottom: 14px;
}
.changshi_a .right .box.boxol .btm .ol li:last-child{
	border-bottom: none;
	background: none;
}

.changshi_a .changshi_a_btm{
	margin-top: 2vw;
	padding-top: 1vw;
	border-top: 2px solid #f5f5f5;
	display: inline-block;
	width: 100%;
}
.changshi_a .changshi_a_btm .changshi_a_btm_ul li{
	float: left;
	width: 32%;
	margin-top: 14px;
	margin-right: 2%;
}
.changshi_a .changshi_a_btm .changshi_a_btm_ul li:nth-child(3n){margin-right: 0;}
.changshi_a .changshi_a_btm .changshi_a_btm_ul li a .bt{
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
}
.changshi_a .changshi_a_btm .changshi_a_btm_ul li a .bt:before{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	border: 2px solid #c7c7c7;
	position: absolute;
	left: 0;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	content: "";
}


@media(max-width: 1100px){
	.changshi_a{padding: 40px 0;}
	.changshi_a .left{
		width: 100%;
	}
	.changshi_a .right{display: none;}
	.changshi_a .left .ul li .box {
	    padding: 14px 0;
	}
	.changshi_a .left .ul{margin-top: 20px;}
	.changshi_a .changshi_a_btm{
		margin-top: 20px;
		padding-top: 6px;
	}
	.changshi_a .changshi_a_btm .changshi_a_btm_ul li{width: 48%;margin-right: 4%;}
	.changshi_a .changshi_a_btm .changshi_a_btm_ul li:nth-child(3n){margin-right: 4%;}
	.changshi_a .changshi_a_btm .changshi_a_btm_ul li:nth-child(2n){margin-right: 0;}
}

@media(max-width: 768px){
	.changshi_a .left .ul li .box .left2{width: 100%;}
	.changshi_a .left .ul li .box .right2{
		width: 100%;
		padding-top: 14px;
	}
	.changshi_a .changshi_a_btm .changshi_a_btm_ul li{width: 100%;margin-right: 0;}
	.nybanner .text .icon{width: 50px;}
}

.dailizixun_a .left{
	width: 73%;
}
.dailizixun_a .right{
	width: 25.1%;
	padding-left: 20px;
}
.dailizixun_a .left .ol{margin-top: 1vw;display: inline-block;width: 100%;}
.dailizixun_a .left .ol li{
	margin-top: 20px;
	background: #f8f1ed;
	position: relative;
}

.dailizixun_a .left  .ol li .box{
	padding: 20px;
}

.dailizixun_a .left  .ol li .box .left2{
	--width: 256px;
	height: 165px;
	width: 0;
	overflow: hidden;
	transition: all 0.4s;
	float: left;
}

.dailizixun_a .left .ol li .box .right2{
	float: right;
	--width: 256px;
	width: 100%;
	padding-top: 10px;
	transition: all 0.4s;
}

.dailizixun_a .left .ol li .box .right2 .news_more{margin-top: 20px;}
.dailizixun_a .left .ol li .box .right2 .bt{color: #141414;}
.dailizixun_a .left .ol li .box .right2 .time{
    color: #999999;
    margin-top: 8px;
}
.dailizixun_a .left .ol li .box .right2 .time .en {
    margin-left: 10px;
}
.dailizixun_a .left .ol li .box .right2 .js{
	line-height: 1.6;
    margin-top: 14px;
    color: #666666;
    height: 48px;
    overflow: hidden;
}
.dailizixun_a .left .ol li:hover .left2{width: var(--width);}
.dailizixun_a .left .ol li:hover .right2{width: calc(100% - var(--width) - 20px);}

.dailizixun_a .left .ol li:hover .box .right2 .news_more{color: #e27130;}
.dailizixun_a .left .ol li:hover .box .right2 .news_more i{background: url(../images/news_more2.png) center center/cover;}
@media(max-width: 1100px){
	.dailizixun_a .left{width: 100%;}
	.dailizixun_a .left .ol li .box .right2 {
	    padding-top: 0;
	}
	.dailizixun_a .left .ol li .left2{display: none;}
	.dailizixun_a .left .ol li:hover .left2{width: 0;display: none;}
	.dailizixun_a .left .ol li:hover .right2 {
	    width: 100%;
	}
}
.header *{transition: all 0.4s;}
.header.fixed-head,.header{
	position: fixed;
}

.header.fixed-head .container{width: 86%;}
.header.fixed-head .btm{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);}


/**/
.afuwu_a .ul li{position: relative;}
.afuwu_a .ul li:before{
	height: 1px;
	transition: all 0.4s;
	width: 0;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #e27130;
}
.afuwu_a .ul li:hover:before{width: 100%;}
.afuwu_b{padding: 7.2vw 0;}
.afuwu_c {padding: 6.2vw 0;}
.afuwu_c .youshi_c_box .ul li .box .text{width: 100%;padding: 0;}
.afuwu_d{
	position: relative;
	padding: 5.2vw 0 6.2vw;
	background: url(../images/afuwu_d_bg.jpg) center center/cover;
}

.afuwu_d .afuwu_d_box{
	margin-top: 2vw;
	padding: 0 60px;
}
.afuwu_d:before{
	content: "";
	background: #ebebeb;
	position: absolute;
	left: 0;
	height: 1px;
	bottom: calc(6.2vw + 21px);
	width: 100%;
}

.afuwu_d .afuwu_d_box .box{
	background: #fff;
	padding: 4.1vw 2vw 3.1vw;
}

.afuwu_d .afuwu_d_box .box .icon{width: 8vw;display: inline-block;}
.afuwu_d .afuwu_d_box .box .text{margin-top: 10px;line-height: 1.6;color: #333333;}
.afuwu_d .afuwu_d_box .box .text .bt{
	height: 40px;
	overflow: hidden;
}

.afuwu_d .afuwu_d_box .swiper-button-next,
.afuwu_d .afuwu_d_box .swiper-button-prev{
	width: 42px;
	height: 42px;
}
.afuwu_d .afuwu_d_box .swiper-button-prev{background: url(../images/afuwu_d_jt1.png) center center/cover;left: 0;}
.afuwu_d .afuwu_d_box .swiper-button-next{background: url(../images/afuwu_d_jt2.png) center center/cover;right: 0;}
.afuwu_d .afuwu_d_box .num{color: #fff;width: 44px;height: 44px;line-height: 44px;border: 1px solid #fff;text-align: center;margin: 0 auto;border-radius: 100%;margin-top: 1.5vw;background: #e27130;}
@media(max-width: 1100px){
	.afuwu_d:before{bottom: 61px;}
	.afuwu_d{padding: 40px 0;}
	.afuwu_d .afuwu_d_box{margin-top: 20px;}
	.afuwu_d .afuwu_d_box .swiper-button-next, .afuwu_d .afuwu_d_box .swiper-button-prev{
		display: none;
	}
	.afuwu_d .afuwu_d_box{padding: 0;}
	.afuwu_d .afuwu_d_box .box .icon{width: 100px;}
	.afuwu_d .afuwu_d_box .num{margin-top: 20px;}
}

.fixVideo{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}

.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

@media(max-width: 1100px) {
	.fixVideoB{
		width: 92%;
	}
}


.hangkong_a .home_b_box {
	padding-bottom: 74px;
}
.hangkong_a .home_b_box .swiper-pagination{
	bottom: 21px;
	top: auto;
	height: 1px;
	width: 84%;
	background: #ebebeb;
}
.hangkong_a .home_b_box .swiper-pagination .swiper-pagination-progressbar-fill{background: #e27130;}
.hangkong_a .home_b_box .swiper-button-prev,
.hangkong_a .home_b_box .swiper-button-next{
	width: 42px;
	height: 42px;
	top: auto;
	bottom: 0;
	left: auto;
	transition: all 0.4s;
}
.hangkong_a .home_b_box .swiper-button-next{
	right: 0;
	background: url(../images/xitong_c_jtr2.png) center center/cover;
}

.hangkong_a .home_b_box .swiper-button-prev{
	right: 58px;
	background: url(../images/xitong_c_jtl2.png) center center/cover;
}

.hangkong_a .ul li .text2 .nr .wenzi{margin-top: 6px;}

.hangkong_a .home_b_box .swiper-button-next:hover{
	background: url(../images/afuwu_d_jt01.png) center center/cover;
}

.hangkong_a .home_b_box .swiper-button-prev:hover{
	background: url(../images/afuwu_d_jt1.png) center center/cover;
}

.hangkong_b{
	background: url(../images/about_d_bg.jpg) center center/cover;
}
.youshi_c .youshi_c_box .right .ul li{border-bottom: 1px solid #999999;}
.hangkong_c .ul li{
	width: 32.7%;
	margin-right: 0.95%;
}

.hangkong_c .ul li:nth-child(3n){margin-right: 0;}

.hangkong_d{
	padding: 5.2vw 0 6.2vw;
	background: url(../images/afuwu_d_bg.jpg) center center/cover;
}

.hangkong_d .ul{margin-top: 1.8vw;}
.hangkong_d .ul li{
	width: 32.7%;
	margin-right: 0.95%;
	position: relative;
	float: left;
}

.hangkong_d .ul li:nth-child(3n){margin-right: 0;}
.hangkong_d .ul li .bt{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	padding: 1vw 1.1vw;
}
.hangkong_e{
	padding: 7.2vw 0 6.2vw;
	background: #f0f0f0;
}
.hangkong_e .afuwu_d_box .swiper-button-prev{background: url(../images/afuwu_d_jt02.png) center center/cover;}
.hangkong_e .afuwu_d_box .swiper-button-prev:hover{background: url(../images/afuwu_d_jt1.png) center center/cover;}
.hangkong_e .afuwu_d_box .swiper-button-next:hvoer{background: url(../images/afuwu_d_jt01.png) center center/cover;}
.hangkong_e .afuwu_d_box .num{border: 2px solid #fff;}
.hangkong_e:before{background: #999999;}


.saihuochuan_a .afuwu_d_box .box *{transition: all 0.4s;}
.saihuochuan_a .afuwu_d_box .box {height: 350px;padding: 0;position: relative;border: 1px solid rgba(0, 0, 0, 0);}
.saihuochuan_a .afuwu_d_box .box .nr {
	position: absolute;
	width: 100%;
	padding: 0 1vw;
	top: 50%;
	transform: translateY(-50%);
}
.saihuochuan_a .afuwu_d_box .box .text .wenzi{color: #fff;margin-top: 6px;height: 4.6vw;overflow: auto;display: none;}

.saihuochuan_a .afuwu_d_box .box .text .wenzi::-webkit-scrollbar{
	width: 2px;
}
.saihuochuan_a .afuwu_d_box .box .text .wenzi::-webkit-scrollbar-track{
	background: #666;
	width: 2px;
}

.saihuochuan_a .afuwu_d_box .box .text .wenzi::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.saihuochuan_a .afuwu_d_box .box .text .wenzi::-webkit-scrollbar-thumb{
	    background: #fff;
		border: 5px;
}
.saihuochuan_a .afuwu_d_box .box .text .wenzi::-webkit-scrollbar-button{
	display: none;
}

.saihuochuan_a .afuwu_d_box .box:hover{
	background: #e27130;
	border: 1px solid #fff;
}
.saihuochuan_a .afuwu_d_box .box:hover .nr{
	top: 1.5vw;
	transform: translateY(0);
}
.saihuochuan_a .afuwu_d_box .box:hover .text .bt{
	color: #fff;
}
.afuwu_d .afuwu_d_box .box .icon .img2{display: none;}
.afuwu_d .afuwu_d_box .box:hover .icon .img2{display: block;}
.afuwu_d .afuwu_d_box .box:hover .icon .img1{display: none;}
.saihuochuan_a .afuwu_d_box .box:hover .text .wenzi{display: block;}
.saihuochuan_a .afuwu_d_box .box .text .bt{height: auto;}

.afuwu_d .afuwu_d_box .box{position: relative;}

.afuwu_d .afuwu_d_box .box:before{
	width: 20px;
	height: 19px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -32px;
	content: "";
	background: url(../images/afuwu_d_icon1.png) center center/cover;
}
.afuwu_d .afuwu_d_box .swiper-slide.swiper-slide-active .box:before{background: url(../images/afuwu_d_icon01.png) center center/cover;}
@media(max-width: 1500px){
	.saihuochuan_a .afuwu_d_box .box {height: 300px;}
}
@media(max-width: 1100px){
	.afuwu_d .afuwu_d_box .box:before{display: none;}
	.hangkong_a .home_b_box .swiper-button-prev, .hangkong_a .home_b_box .swiper-button-next{
		width: 36px;
		height: 36px;
	}
	.hangkong_a .home_b_box .swiper-button-prev {
	    right: 45px;
	}
	.hangkong_a .home_b_box .swiper-pagination{width: 68%;}
	.hangkong_a .home_b_box {
	    padding-bottom: 56px;
	}
	.hangkong_d .ul li .bt{padding: 20px;}
	.youshi_c .youshi_c_box .right{padding-left: 0;}
	.hangkong_d .ul{margin-top: 20px;}
	.saihuochuan_a .afuwu_d_box .box .text .wenzi{
		height: 120px;
	}
	.saihuochuan_a .afuwu_d_box .box {height: 260px;}
	.saihuochuan_a .afuwu_d_box .box .nr{padding-left: 20px;padding-right: 20px;}
}

@media(max-width: 768px){
	.hangkong_c .ul li{width: 100%;margin-bottom: 10px;}
	.hangkong_d .ul li{width: 100%;margin-bottom: 10px;}
}


.about_f .container{
	    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}


/*新闻详情*/
.newsxq_a{
	padding: 4vw 0 5.2vw;
}

.newsxq_a .left{
	width: 73.8%;
	background: #f8f1ed;
	padding: 24px 20px 3.1vw;

}

.newsxq_a .left .bt{color: #333333;}
.newsxq_a .left .js_box{margin-top: 12px;display: flex;flex-wrap: wrap;align-items: flex-end;}
.newsxq_a .left .js_box > div{margin-right: 1.1vw;color: #555555;}
.newsxq_a .left .js_box > div:last-child{margin-right: 0;}
.newsxq_a .left .js_box .time{color: #e27130;}
.newsxq_a .left .text{
	margin-top: 18px;
	padding-top: 24px;
	line-height: 1.8;
	color: #555555;
	border-top: 1px solid #e5e6e7;
	position: relative;
}
.newsxq_a .left .text:before,.newsxq_a .left .btm:before{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	background: #e27130;
	width: 3.6vw;
	height: 1px;
}
.newsxq_a .left .btm{
	padding-top: 1.4vw;
	margin-top: 3vw;
	border-top: 1px solid #e5e6e7;
	position: relative;
}
.newsxq_a .left .btm .l{
	width: 75%;
	float: left;
}
.newsxq_a .left .btm .l a{
	display: block;
	margin-bottom: 8px;
	color: #666666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsxq_a .left .btm .l a span{
	 position: relative;
}
.newsxq_a .left .btm .l a span:before{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e27130;
	content: "";
	width: 0;
	height: 1px;
	transition: all 0.4s;
}
.newsxq_a .left .btm .l a:last-child{margin-bottom: 0;}

.newsxq_a .left .btm .l a:hover span{color: #e27130;}
.newsxq_a .left .btm .l a:hover span:before{width: 100%;}
.newsxq_a .left .btm .more{
	float: right;
}
.newsxq_a .right{width: 26.2%;border-left: none;position: relative;padding-left: 2vw;}
.newsxq_a .right:before{
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 14px;
	top: 0;
	background: #ededed;
}

@media(max-width: 1100px){
	.newsxq_a{
		padding: 20px 0 40px;
	}
	.newsxq_a .left{width: 100%;}
	.newsxq_a .left .js_box > div{width: 100%;margin-bottom: 6px;}
	.newsxq_a .left .js_box > div:last-child{margin-bottom: 0;}
	.newsxq_a .left .text {
	    margin-top: 14px;
	    padding-top: 14px;
	}
	.newsxq_a .right{display: none;}
	.newsxq_a .left{padding: 20px 20px 30px;}
	.newsxq_a .left .btm {
	    padding-top: 20px;
	    margin-top: 30px;
	}
	.newsxq_a .left .btm .l{width: 100%;}
	.newsxq_a .left .btm .more{margin-top: 14px;}
}
