.header{
	position: absolute;
	left: 0;right: 0;z-index: 11;
	top: 0;background: #fff;
}
.layout.on {
	background: #f5f5f5;
}
.wrap {
	width: 1460px;
	margin: 0 auto;
}
.header .wrap{
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	position: relative;
	width: 1585px;
}
.header .logo{
	float: left;
	margin: 20px 0 20px 60px;
}
.header .logo a {
	display: block;
}
.header .rts{
	float: right;
	overflow: hidden;
}
.header .rts .nav{
	float: left;
	margin-top: 27px;
	margin-right: 320px;
}
.header .rts .nav ul{
	overflow: hidden;
}
.header .rts .nav li{
	float: left;
	margin-right: 20px;
}
.header .rts .nav li a{
	font-size: 16px;
	text-align: center;
	border-radius: 16px;
	color: #333333;
	line-height: 31px;
	display: block;
	padding: 0 20px;
	transition: all 0.3s;
}
.header .rts .nav li.on a,
.header .rts .nav li a:hover {
	background: #dab131;
	color: #fff;
}
.header .rts .cn_en{
	float: left;margin-right: 120px;margin-top: 22px;
}
.header .rts .cn_en dl{
	overflow: hidden;
}
.header .rts .cn_en dd{
	float: left;
	margin-left: 10px;
}
.header .rts .cn_en dd a{
	font-size: 15px;
	width: 39px;
	line-height: 39px;
	border-radius: 50%;
	color: #333333;display: block;
	text-align: center;
}
.header .rts .cn_en dd:hover a,
.header .rts .cn_en dd.on a {
	background: #dab131;color: #fff;
}
.header .rts .form{
	position: absolute;
	right: 0;z-index: 11;
	top: 0;bottom: 0;
	overflow: hidden;
}
.header .rts .form button {
   height: 83px;

}
.header .rts .form .btn{
	float: right;border: none;
	width: 83px;height: 83px;cursor: pointer;
	background: url(../images/icon4.png) no-repeat center #dab131;
	transition: all 0.3s;
}
.header .rts .form .text{
	width: 0px;
	height: 45px;
	font-size: 26px;
	color: #333;
	box-sizing: border-box;
	transition: all 0.3s;
	float: left;
	font-size: 18px;color: #dab131;
	transition: all 0.3s;
	margin-top: 20px;
	border: none;
}
.header .rts .form:hover .btn{
	height: 45px;
	margin-top: 20px;margin-right: 5px;
	border-top-right-radius:22px ;
	border-bottom-right-radius:22px ;
}
.header .rts .form:hover .text {
	padding: 10px 20px;
	border: 1px solid #dab131;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
}
.header .rts .form:hover .text{
	width: 200px;
} 
.banner {
	overflow: hidden;
}
.banner li{
	height: 100vh;
	background-size: cover !important;
	position: relative;
}
.banner li .txt {
	margin-bottom: -300px;
}
.banner li.swiper-slide-active .txt{
	margin-bottom: 90px;transition: all 0.6s ;
}
.banner .txt{
	position: absolute;
	left: 0;right: 0;
	bottom: 95px;z-index: 11;
}
.banner .txt h3 {
	font-size: 39px;
	line-height: 55px;
	color: #333;
}
.banner .txt i {
	width: 42px;height: 1px;background: #333;
	margin: 24px 0;display: block;
}
.banner .txt h2 {
	font-size: 43px;line-height: 53px;color: #333;font-weight: bold;text-transform: uppercase;
}
.banner .txt h4 {
	font-size: 21px;line-height: 37px;color: #333;
}

.banner .next,
.banner .prev{
	position: absolute;
	left: 50px;
	top: 50%;transition: all 0.3s;
	background: url(../images/icon2.png) no-repeat center;
	width: 23px;height: 42px;
	cursor: pointer;z-index: 11;
}
.banner .next:hover,
.banner .prev:hover {
	background: url(../images/icon2_2.png) no-repeat center;
}
.banner .prev{
	left: auto;right: 50px;
	transform: rotate(180deg);
}
.banner{
	position: relative;
}
.banner .arrow{
	position: absolute;
	left: 0;right: 0;cursor: pointer;
	bottom: 24px;width: 19px;transition: all 0.3s;
	height: 35px;z-index: 11;margin: 0 auto;
	background: url(../images/icon3.png) no-repeat center;
	-webkit-animation: bounce-up 1.5s linear infinite;
	animation: bounce-up 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}


@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}



.banner .arrow:hover {
	background: url(../images/icon3_3.png) no-repeat center;
}
.h_prod{
	background: #f0f0f0;
	padding:  88px 0 154px;
	overflow: hidden;
}
.title h3{
	font-size: 42px;
	line-height: 50px;
	color: #dab131;
	font-weight: bold;
}
.title h4{
	font-size: 41px;
	line-height: 51px;
	color: #646464;
	text-transform: uppercase;
	font-weight: bold;
}
.title{
	position: relative;
}
.title .more{
	position: absolute;
	right: 0;
	bottom: 5px;font-size: 16px;
	line-height: 18px;
	color: #333333;
	border-bottom: 1px solid #a3a3a3;
	text-decoration: underline;
	transition: all 0.3s;
}
.title .more:hover {
	color: #dab131;
	border-bottom: 1px solid #dab131;
}
.profile {
	padding: 60px 0;
}
.profile .title{
	margin-bottom: 40px;
}
.profile .rop {
	overflow: hidden;position: relative;float: left;width: 50%;
}
.profile .rop li {
	overflow: hidden;
}
.profile .rop li .img {
	height: 420px;overflow: hidden;
}
.profile .rop li .img img {
	transition: all 0.3s;display: block;height: 100%;width: 100%;
}
.profile .rop li .img a {
	display: block;height: 100%;
}

.profile .text {
	height: 420px;background: #f0f0f0;padding: 44px 80px 30px ;box-sizing: border-box;float: right;width: 50%;
}
.profile .text p {
	font-size: 16px;line-height: 28px;color: #333;
}
.profile .text a {
	display: block;margin-top: 44px;
	width: 112px;
    transition: all 0.3s;
    border-radius: 17px;
    border: 1px solid #dab131;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #dab131;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s;
    text-transform: uppercase;
}
.profile .text a:hover {
	background: #dab131;color: #fff;
}
.profile .rop .pagination {
	margin-top: 30px;
	text-align: center;
}
.profile .rop .pagination span {
	height: 15px;width: 15px;border-radius:50%;border: 2px solid #bfbdbd;box-sizing: border-box;background: #fff;display: inline-block;
}
.profile .rop .pagination span.swiper-pagination-bullet-active {
	background: #dab131;border-color: #dab131;
}

.h_prod .pr_swiper{
	margin: 46px auto 0;
}
.h_prod ul li{
	width: calc((100% - 50px )/5);
	margin-right: 12px;float: left;
}
.h_prod ul li:nth-child(5n){
	margin-right: 0;
}
.h_field .imgs li {
	opacity: 0 !important;
}
.h_field .imgs li.swiper-slide-active {
	opacity: 1 !important;
}
.h_prod ul li a{
	display: block;
	background: #fff;width: 100%;
}
.h_prod ul li .imgs{
	overflow: hidden;
}
.h_prod ul li .imgs img{
	height: 100%;display: block;transition: all 0.3s;width: 100%;
}
.h_prod ul li .imgs:hover img {
	transform: scale(1.05);
}
.h_prod ul li .txt{
	padding: 40px 24px 30px;
	background: #fff;transition: all 0.3s;
	height: 200px;box-sizing: border-box;
}
.h_prod ul li .txt h2{
	font-size: 30px;
	line-height: 34px;
	height: 68px;
	color: #414358;
	font-weight: bold;
	transition: all 0.3s;
	overflow: hidden;
}
.h_prod ul li .txt h6{
	font-size: 15px;
	line-height: 19px;
	height: 40px;
	color: #74768a;
	transition: all 0.3s;
	overflow: hidden;
	margin-top: 7px;
}
.h_prod ul li:hover .txt {
	background: #dab131;
}
.h_prod ul li:hover .txt h6,
.h_prod ul li:hover .txt h2 {
	color: #fff;
}
.h_field .wrap{
	padding: 85px 0;
	overflow: hidden;
	position: relative;
}
.h_field  .imgs li {
	overflow: hidden;font-size: 0;
}
.h_field  .imgs li .img {
	float: left;width: 50%;overflow: hidden;
}
.h_field  .imgs li a {
	display: block;
}
.h_field  li img{
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.h_field  li .img:hover img {
	transform: scale(1.05);
}
.h_field li .text{
	width: 45%;float: right;margin-top: 32px;
}
.h_field li .text .title {
	text-align: left;
}
.h_field li .text p{
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: 20px;
}
.h_field .wrap .field_swiper{
	position: absolute;
	right: 20px;
	bottom: 150px;
	z-index: 1;
	width: 44%;
	padding: 0 30px;
	box-sizing: border-box;
}
.h_field .wrap .swiper_fi{
	overflow: hidden;
	padding: 0 30px;
}
.h_field .wrap .next,
.h_field .wrap .prev{
	position: absolute;
	left: 0;
	top: 58px;
	width: 35px;
	height: 29px;transition: all 0.3s;
	cursor: pointer;z-index: 11;
	background: url(../images/icon10.png) no-repeat center;
}
.h_field .wrap .next:hover,
.h_field .wrap .prev:hover {
	background: url(../images/icon10_10.png) no-repeat center;
}
.h_field .wrap .next{
	left: auto;right: 0;transform: rotate(180deg);
}
.h_field .ico{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.h_field dd {
	cursor: pointer;
}
.h_field dd:hover .ico{
	background: #dab131;
}
.h_field  .ico img{
	position: absolute;
	left: 0;right: 0;margin: 0 auto;
	top: 0;transition: all 0.3s;
}
.h_field  dd:hover .ico img{
	top: -100%;
}
.h_field  dd h5{
	font-size: 18px;
	font-weight:bold;
	line-height: 34px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.h_news .title {
	margin-left: 134px;
}
.h_news{
	padding: 66px 0 90px ;
	background: #f0f0f0;
	overflow: hidden;
}
.h_news .ovs{
	position: relative;overflow: hidden;
}
.h_news .news_swiper{
	float: right;
	width: calc(100% - 134px);
	overflow: hidden;
	margin-top: 60px;
}
.h_news .lts{
	position: absolute;
	left: 0;bottom: 0;z-index: 11;
}
.h_news .lts .next,
.h_news .lts .prev{
	width: 52px;height: 52px;
	background: url(../images/icon1.png) no-repeat center;
	cursor: pointer;transform: rotate(180deg);transition: all 0.3s;
}
.h_news .lts .next:hover,
.h_news .lts .prev:hover {
	background: url(../images/icon1_1.png) no-repeat center;
}
.h_news .lts .prev{
	transform: rotate(0deg);
	margin-bottom: 33px;
}
.h_news .news_swiper li{
	background: #fff;
	box-sizing: border-box;
	transition: all 0.3s;
}
.h_news .news_swiper li a{
	padding: 50px 40px 40px 68px;display: block;
}
.h_news .news_swiper li h6{
	font-size: 15px;
	line-height: 25px;
	color: #333333;margin-bottom: 8px;transition: all 0.3s;
}
.h_news .news_swiper li h2{
	font-size: 30px;transition: all 0.3s;
	line-height: 38px;
	color: #333333;
	height: 76px;
	font-weight: bold;
	overflow: hidden;
}
.h_news .news_swiper li i{
	width: 36px;transition: all 0.3s;
	height: 4px;
	background: #000;
	margin: 45px 0 25px;
	display: block;
}
.h_news .news_swiper li p{
	font-size: 15px;transition: all 0.3s;
	line-height: 21px;
	color: #9a9a9a;
	height: 42px;
	overflow: hidden;
}
.h_news .news_swiper li .btn{
	width: 112px;transition: all 0.3s;
	border-radius: 17px;
	border: 1px solid #333333;
	line-height: 32px;text-align: center;
	font-size: 16px;color: #333333;
	overflow: hidden;
	margin-top: 30px;
	transition: all 0.3s;
}
.h_news .news_swiper li:hover .btn {
	border-color: #fff;color: #fff;
}
.h_news .news_swiper li:hover h6,
.h_news .news_swiper li:hover h2,
.h_news .news_swiper li:hover p {
	color: #fff;
}
.h_news .news_swiper li:hover i{
	background: #fff;
}
.h_news .news_swiper li:hover {
	background: #dab131;
}
.h_touch{
	background: #323232;
	padding: 0;
	position: relative;
}
.h_touch h2{
	text-align: center;
	font-size: 45px;
	line-height: 61px;
	color: #6b6b6b;
}
.h_touch .forms{
	margin: 20px auto 0;text-align: center;
}
.h_touch .forms .text{
	width: 490px;
	height: 41px;
	border-radius: 21px;
	border: 2px solid #c2c2c2;
	padding: 4px 26px ;
	box-sizing: border-box;
	margin: 0 auto 32px;
	background: none;
	font-size: 14px;color: #6b6b6b;
}
.h_touch .forms .text:focus{
	border-color: #dab131;
}
.h_touch .forms .btn{
	width: 220px;line-height: 42px;
	text-align: center;
	border-radius: 21px;
	cursor: pointer;
	font-size: 17px;
	color: #fff;
	background: #dab131; 
	margin: 0 auto;
	display: block;
	border: none;
	transition: all 0.3s;
}
.h_touch .forms .btn:hover {
	background: #fff;color: #DAB131;
}
.h_touch .h_top{
	position: absolute;
	z-index: 11;
	right: 45px;
	bottom: 8px;
	background: url(../images/icon5.png) no-repeat center top;
	padding-top: 37px;
	text-align: center;
	line-height: 36px;
	color: #333;
	z-index: 111;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
} 
.h_touch .h_top:hover {
	background: url(../images/icon5_5.png) no-repeat center top;color: #DAB131;
}

.footer{
	padding: 50px 160px 70px 100px;
	overflow: hidden;background: #323232;
}
.footer .f_nav{
	overflow: hidden;
	float: left;
}
.footer .f_nav dl{
	float: left;
	width: 110px;
	margin-right: 100px;
}
.footer .f_nav dt{
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #6e6e6e;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer .f_nav dd a{
	font-size: 15px;
	line-height: 27px;
	color: #858585;display: inline-block;
	transition: all 0.3s;
}
.footer .f_nav dd a:hover {
	color: #fff;
}
.footer .f_cont{
	float: right;
} 
.footer .f_cont h2{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 17px;
}
.footer .f_cont .icon{
	margin-bottom: 20px;cursor: pointer;position: relative;display: inline-block;
	background: url(../images/wx.png) no-repeat center;width: 33px;height: 27px;transition: all 0.3s;
}
.footer .f_cont .icon:hover {
	background: url(../images/wx1.png) no-repeat center;
}

.footer .f_cont .icon img{
	display: block;
}
.footer .f_cont h6{
	font-size: 13px;
	line-height: 23px;
	color: #858585;
}



/*闁艰鲸姊婚柈鎾箣閹存粍绮�*/
.h_banner{
	background-size: cover !important;
	height: 683px;position: relative;
}
.h_banner .ban_cent{
	position: absolute;
	left: 0;right: 0;text-align: center;
	top: 50%;transform: translateY(-50%);
}
.ban_cent h2 {
 	font-size: 46px;line-height: 76px;color: #fff;
 }
.ban_cent h3 {
	font-size: 43px;line-height: 64px;color: #fff;text-transform: uppercase;font-weight: bold;
}
.contact #cent{
	height: 642px;
}
.contact .map{
	position: relative;
}
.contact .map .wrap{
	position: absolute;
	left: 230px;
	top: 50%;z-index: 11;
	transform: translateY(-50%);
	width: 720px;
}
.contact .map .text{
	width: 100%;
	padding: 50px 30px 70px 105px;
	box-sizing: border-box;
	background: #fff;
}
.contact .map .text h2{
	font-size: 42px;
	line-height: 62px;
	color: #dab131;
}
.contact .map .text h6{
	font-size: 21px;
	line-height: 38px;
	color: #646464;
	text-transform: uppercase;
}
.contact .map .text i{
	width: 37px;
	height: 3px;
	margin: 20px 0 58px;
	display: block;
	background: #697070;
}
.contact .map .text ul {
	overflow: hidden;font-size: 0;
}
.contact .map .text li {
	float: left;width: calc((100% - 20px)/2);margin-right: 20px;overflow: hidden;margin-bottom: 22px;
}
.contact .map .text li:last-child {
	width: 100%;
}
.contact .map .text li .img {
	float: left;width: 46px;
}
.contact .map .text li .txt {
	float: left;margin-left: 15px;margin-top: 5px;
	width: calc((100% - 100px));
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.contact .map .text li:nth-child(2n) {
	margin-right: 0;
}
.contact .map .text li p{
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
	
}
.contact .map .text li h5{
	line-height: 1.4;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.contact .hd{
	background: #ffffff;
	padding: 84px 0 120px;
}
.map a img{
	display: none;
}
.map span{
	display: none;
}
.title{
	text-align: center;
}
.title h2{
	font-size: 42px;
	line-height: 50px;
	color: #dab131;
}
.hd .title p {
	margin-top: 18px;
}
.hd .wrap {
	padding-left: 40px;
}
.contact .hd .swiper_hd{
	width: 868px;
	box-sizing: border-box;
	padding: 0 100px;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}
.contact .hd .swiper_hd img{
	width: 100%;
	display: block;
}
.contact .hd .swiper_hd .prev,
.contact .hd .swiper_hd .next{
	position: absolute;
	left: 0;
	top: 50%;width: 50px;
	height: 50px;
	background: url(../images/icon13.png) no-repeat center #efefef;
	margin-top: ;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
	transform: translateY(-50%);
}
.contact .hd .swiper_hd .prev:hover,
.contact .hd .swiper_hd .next:hover {
	background: url(../images/icon13.png) no-repeat center #dab131;
}
.contact .hd .swiper_hd .prev{
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.contact .hd .swiper_bd{
	width: 620px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 90px;
}
.contact .hd .swiper_bd li h2{
	font-size: 20px;cursor: pointer;
	color: #e2e0e0;
	line-height: 58px;
	border-bottom: 1px solid #7f7f7f;
	box-sizing: border-box;
	height: 60px;
	transition: all 0.3s;
}
.contact .hd .swiper_bd p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;position: absolute;
	left: 0;
	right: 0;width: 200%;
	text-align: center;
	top: 90px;z-index: 11;
	margin: 0 auto;
}
.contact .hd li:nth-child(2n) p {
	margin-left: -100%;
}
.contact .hd .title h3{
	color: #646464;
}
.contact .hd .swiper_bd li.swiper-slide-thumb-active p {
	display: block;
}
.contact .hd .swiper_bd li p {
	display: none;
}
.contact .hd .swiper_bd li.swiper-slide-thumb-active h2{
	color: #000;
	border-bottom: 4px solid #dab131;
	line-height: 56px;
}


/*闁瑰灈鍋撻柡鍫灠閸ㄩ亶寮敓锟�*/
.title p{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 26px;
}
.innovation .hd{
	padding: 50px 25px 110px;
	background: url(../images/img8.jpg) no-repeat center bottom ;
	background-size: cover !important;
	overflow: hidden;box-sizing: border-box;
}
.innovation .hd .title{
	text-align: left;
}
.innovation .hd ul{
	margin: 50px 0 0;font-size: 0;
}
.innovation .hd li{
	float: left;
	width: 124px;
	margin-right: 55px;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.4s;
}
.innovation .hd li:hover{
	top: -15px;
}
.innovation .hd .icon{
	width: 124px;
	height: 124px;
	background: url(../images/fico1.png) no-repeat center #fff;
	border-radius: 18px;
	box-shadow: 0 0 20px 6px #e6e6e6;
}
.innovation .hd li:nth-child(2) .icon {
	background: url(../images/fico2.png) no-repeat center #fff;
}
.innovation .hd li:nth-child(3) .icon {
	background: url(../images/fico3.png) no-repeat center #fff;
}
.innovation .hd li:nth-child(4) .icon {
	background: url(../images/fico4.png) no-repeat center #fff;
}
.innovation .hd li:nth-child(5) .icon {
	background: url(../images/fico5.png) no-repeat center #fff;
}
.innovation .hd h5{
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	margin: 15px auto 78px;
}
.h_btns{
	display: block;
	border-radius: 19px;
	width: 182px;
	background: #dab131;
	font-size: 17px;
	box-sizing: border-box;
	padding: 0 24px;
	color: #fff;
	line-height: 37px;
	transition: all 0.3s;
}
.h_btns:hover {
	background: #f0b90f;padding: 0 30px;
}
.h_btns span{
	display: block;
	background: url(../images/fico9.png) no-repeat right center;
}
.innovation .bd{
	padding: 78px 0 46px;
}
.innovation .bd .title p {
	margin-top: 46px;
}
.innovation .bd ul{
	margin-top: 65px;font-size: 0;
}
.innovation .bd li{
	width: calc((100% - 56px)/2);float: left;margin-right: 54px;
}
.innovation .bd li:nth-child(2n) {
	margin-right: 0;
}

.innovation .bd .imgs{
	height: 494px;
	overflow: hidden;
	position: relative;
}
.innovation .bd .imgs .img_d{
	position: absolute;
	left: 0;right: 0;
	bottom: 20px;z-index: 11;
	text-align: center;
}
.innovation .bd .imgs .img_d span{
	width: 16px;border-radius: 50%;
	background: #ddd;display: inline-block;
	height: 16px;opacity: 1;
}
.innovation .bd .imgs .img_d span.swiper-pagination-bullet-active{
	background: #dab131;
}
.innovation .bd .imgs a{
	display: block;
	height: 100%;
	overflow: hidden;
}
.innovation .bd .imgs img{
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.innovation .bd .txt{
	margin: ;
	padding: 46px 54px 36px;
	text-align: center;
	box-sizing: border-box;
}
.innovation .bd h2 a{
	font-size: 34px;
	line-height: 60px;
	color: #000;
}
.innovation .bd li p{
	font-size: 18px;
	color: #636363;
	line-height: 36px;
	text-align: left;
	height: 72px;
	overflow: hidden;
	text-align: center;
}
.innovation .bd i{
	display: block;
	margin: 20px auto 22px;
	width: 36px;
	height: 4px;
	background: #333333;
	
}
.innovation .bd a.btn{
	width: 120px;line-height: 37px;
	display: block;
	margin: 48px auto 0;
	font-size: 17px;
	color: #fff;border-radius: 19px;
	background: #dab131;
	transition: all 0.3s;
}
.innovation .bd a.btn:hover {
	background: #f0b90f;
}

.innovation .ft{
	background: #f1f1f1;
	padding: 70px 0 86px;
}
.innovation .ft .title p {
	margin-top: 14px;
}
.innovation .ft .swiper_bd {
	overflow: hidden;
}
.innovation .ft .swiper_hd{
	margin: 70px 0 62px;
	text-align: center;
	display: inline-block;
}
/*.innovation .ft .swiper_hd ul {
	display: inline-block;
}*/
._cent{
	text-align: center;
}
.innovation .ft .swiper_hd li{
	width: 195px ;line-height: 41px;
	border-radius: 21px;margin: 0 10px;
	font-size: 16px;display: inline-block;
	color: #2b3036;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.innovation .ft .swiper_hd li:hover {
	background: #dab131;color: #fff;
}

.innovation .ft .swiper_hd li.active{
	background: #dab131;
	color: #fff;
}
.innovation .ft .swiper_hd li.swiper-slide-thumb-active {
	background: #dab131;
	color: #fff;
}
.innovation .ft .swiper_bd ul{
	overflow: hidden;font-size: 0;
}
.innovation .ft .swiper_bd li{
	float: left;
	width: calc((100% - 56px)/4);
	margin-right: 18px;
	margin-bottom: 18px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	transition: all 0.3s;
	height: auto;
}
.innovation .ft .swiper_bd li:nth-child(4n){
	margin-right: 0;
}
.innovation .ft .swiper_bd li .imgs{
	overflow: hidden;
	height: 174px;
}
.innovation .ft .swiper_bd h6{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	transition: all 0.3s;
	margin-bottom: 8px;
	word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
margin-top: 5px;
}
.innovation .ft .swiper_bd p{
	font-size: 14px;
	line-height: 26px;
	transition: all 0.3s;
	color: #585858;
	height: 78px;
	overflow: hidden;
}
.innovation .ft .swiper_bd li:hover{
	background: #dab131;
}
.innovation .ft .swiper_bd li:hover h6,
.innovation .ft .swiper_bd li:hover p{
	color: #fff;
}


/*闁告梻濮撮崣鍡涘箣閹存粍绮�*/

.chengxing {
	background: #f5f5f5;padding: 72px 0 100px ;
}
.chengxing .beij {
	margin-top: 30px;height: 700px;position: relative;
	padding: 70px 134px;box-sizing: border-box;
}
.chengxing .beij .text{
	float: left;width: 59%;
}
.chengxing .beij .text h3 {
	font-size: 20px;line-height: 50px;color: #343434;margin-bottom: 18px;font-weight: bold;
}
.chengxing .beij .text p {
	font-size: 15px;line-height: 23px;color: #343434;
}
.chengxing .beij .imgs{
	float: right;width: calc(100% - 62%);margin-top: 70px;
}
.chengxing .beij .imgs .img {
	width: 404px;height: 246px;
}
.chengxing .beij .imgs .img img {
	display: block;width: 100%;
}
.chengxing .beij .imgs .txt {
	margin-top: 20px;overflow: hidden;
}
.chengxing .beij .imgs .txt h5 {
	font-size: 14px;line-height: 1.4px;color: #000000;float: left;position: relative;top: 20px;
}
.chengxing .beij .imgs .txt .icon {
	float: left;margin-left: 16px;width: 122px;height: 42px;
}
.chengxing .beij h6 {
	position: absolute;z-index: 6;left: 0;right: 0;margin: 0 auto;bottom: 40px;font-size: 32px;line-height: 50px;color: #fff;text-transform: uppercase;
	text-align: center;
}








.join .hd{
	padding: 70px 0 30px;
}
.join .hd .title{
	margin-bottom: 70px;
}
.join .hd .imgs{
	width: 643px;
	height: 625px;
	overflow: hidden;
	float: left;
}
.join .hd img{
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.join .hd img:hover{
	transform: scale(1.05);
}
.join .hd .rts{
	width: calc(100% - 700px);
	float: right;
}
.join .hd .rts li{
	height: 142px;
	margin-bottom: 20px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 24px 70px 20px;
	transition: all 0.3s;
}
.join .hd .rts li h4{
	font-size: 26px;
	color: #505050;
	line-height: 42px;
	margin-top: 26px;
	transition: all 0.2s;
}
.join .hd .rts li p{
	font-size: 14px;
	color: #fff;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	opacity: 0;
	margin-top: 7px;
	transition: all 0.3s;
}
.join .hd .rts li:hover{
	background: #dab131;
}
.join .hd .rts li:hover h4{
	margin-top: 0;
	color: #fff;
}
.join .hd .rts li:hover p{
	opacity: 1;
}
.join .jobs{
	padding: 140px 0 130px;
	background: #f0f0f0;
}
.join .jobs ul{
	margin-top: 70px;
}
.join .jobs li{
	border-top: none;
}
.join .jobs li:first-child{
	background: #dab131 !important;border-color: #dab131;
}
.join .jobs li:nth-child(2n){
	background: #fff;
}
.join .jobs li:nth-child(2n+1){
	background: #fbf7ea;
}
.join .jobs li:first-child dd{
	color: #fff;
}
.join .jobs li dl {
	border: 1px solid #bcbcbc;overflow: hidden;
	border-top: none;
}
.join .jobs li dd{
	width: 304px;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 80px;
	color: #505050;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.join .jobs dd:nth-child(2){
	width: 218px;
}
.join .jobs dd:nth-child(3){
	width: 256px;
}
.join .jobs dd:nth-child(4){
	width: 265px;
}
.join .jobs dd:nth-child(5){
	width: 239px;
}
.join .jobs dd:nth-child(6){
	width: 176px;border-right: none;
}
.join .jobs .texts{
	background: #f6f6f6;
	padding: 45px 64px;
	display: none;
	border-bottom: 1px solid #d9d9d9;
}
.join .jobs .texts h4{
	font-size: 18px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 16px;
}
.join .jobs .texts p{
	font-size: 16px;
	margin-bottom: 26px;
	line-height: 26px;
	color: #333333;
}
.join .jobs .texts i {
	display: block;margin: 34px 0 26px;height: 1px;width: 143px;background: #c2c2c2;
}
.join .jobs .texts a {
	display: inline-block;color: #006ec2;
}
.join .jobs dd i{
	width: 100%;
	height: 80px;
	display: block;
	background: url(../images/fico8.png) no-repeat center;
	cursor: pointer;
	transition: all 0.3s;
}
.join .jobs dd i.on {
	transform: rotate(180deg);
}

/*闁哄牃鍋撻柡鍌涙緲婵晠骞€閿燂拷*/
.news li{
	padding: 80px 0 80px;
}
.news li .imgs{
	width: 506px;
	height: 466px;
	overflow: hidden;
	float: left;
	margin-left: 166px;overflow: hidden;
}
.news li .imgs a{
	display: block;
}
.news li .imgs img {
	display: block;transition: all 0.3s;width: 100%;
}
.news {
	padding-bottom: 90px;
}
.news li .imgs:hover img {
	transform: scale(1.05);
}
.news li .rts{
	float: right;
	width: 506px;
	margin-top: 35px;
	margin-right: 166px;
}
.news li .rts h6{
	font-size: 15px;
	color: #333333;
	line-height: 42px;
}
.news li .rts h2 a{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
}
.news li .rts h2 a:hover{
	color: #dab131;
}
.news li .rts p{
	font-size: 15px;
	color: #333333;
	line-height: 21px;
}
.news li .rts i{
	width: 36px;
	height: 4px;
	background: #333333;
	display: block;
	margin: 54px 0 12px;
}
.news li:nth-child(2n){
	background: #f0f0f0;
} 
.news li .wrap{
	overflow: hidden;
}
.news li:nth-child(2n) .imgs{
	float: right;margin-left: auto;margin-right: 166px;
}
.news li:nth-child(2n) .rts{
	float: left;margin-right: auto;margin-left: 166px;
}
.news li .h_btns {
	margin-top: 60px;
}
.news .more a{
	display: block;
	width: 168px;
	font-size: 16px;
	color: #333333;
	line-height: 37px;
	text-align: center;
	margin: 14px auto 0;border: 1px solid #282828;
}
.news .more a:hover{
	color: #fff;
	background: #282828;
}


/*闁哄倷鍗冲鍫㈡嫚閿旇棄鍓�*/
.newsdisp{
	box-sizing: border-box;
	margin: 40px 120px 74px;
}
.newsdisp .main{
	background: #fff;
	padding: 46px 90px 100px;
}
.newsdisp .main h1{
	font-size: 30px;
	line-height: 56px;
	color: #333333;
	text-align: center;
}
.newsdisp .main h6{
	font-size: 15px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	padding-bottom: 34px;
}
.newsdisp .main .texts{
	border-top: 1px solid #d4d4d4;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-top: 30px;
}
.newsdisp .main .texts img{
	display: block;
	width: 100%;
}
.newsdisp .ne_btn{
	margin-top: 72px;text-align: center;
}
.newsdisp .ne_btn li{
	display: inline-block;
	margin: 0 160px;
}
.newsdisp .ne_btn li a{
	display: block;
	width: 169px;
	line-height: 37px;
	color: #333333;
	border: 1px solid #282828;
	text-align: center;
	font-size: 16px;
}
.newsdisp .ne_btn li a:hover{
	background: #282828;
	color: #fff;
}


/*濞存籂鍐╂儌濞ｅ洠鍓濇导锟�*/
.products .hd{
	background: #fff;
}
.products .hd dl{
	overflow: hidden;
}
.products .hd dt{
	float: left;
	width: 231px;
	font-size: 30px;
	line-height: 210px;
	color: #000;font-weight: bold;
}
.products .hd dd{
	float: left;text-align: center;
	width: calc((100% - 234px)/6);
	height: 210px;transition: all 0.3s;
}
.products .hd dd a{
	display: block;height: 100%;
	padding: 50px 10px 0;box-sizing: border-box;
}
.products .hd dd .icon{
	height: 66px;margin: 0 auto;width: 110px;height: 70px;overflow: hidden;transition: all 0.3s;
	position: relative;
}
.products .hd dd .icon img {
	transition: all 0.3s;
	position: absolute;left: 0;right: 0;margin: 0 auto;
	top: 0;
}
.products .hd dd.on .icon img,
.products .hd dd:hover .icon img {
	top: -100%;
}
.products .hd dd .icon img {
	margin: 0 auto;
}
.products .hd dd h5{
	font-size: 18px;
	margin-top: 20px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
.products .hd dd.on a,
.products .hd dd:hover a{
	background: #dab131;
}
.products .hd dd.on a h5,
.products .hd dd:hover a h5{
	color: #fff;
}
.products .hd dd:nth-child(1).on a .icon,
.products .hd dd:nth-child(1):hover .icon{
	
}
.products .hd dd:nth-child(2).on a .icon,
.products .hd dd:nth-child(2):hover .icon{
	
}
.products .hd dd:nth-child(3).on a .icon,
.products .hd dd:nth-child(3):hover .icon{
	
}
.products .hd dd:nth-child(4).on a .icon,
.products .hd dd:nth-child(4):hover .icon{
	
}
.products .hd dd:nth-child(5).on a .icon,
.products .hd dd:nth-child(5):hover .icon{
	
}
.products .bd{
	background: #eaeaea;
	padding: 48px 0 76px;
}
.products .bd .sel{
	margin-bottom: 50px;
}
.products .bd .sel li{
	float: left;
	width: calc((100% - 80px)/6);
	margin-right: 15px;
}
.products .bd .sel li:nth-child(6n){
	margin-right: 0;
}
.products .bd .sel li .sele{
	width: 100%;
	cursor: pointer;
	border-radius: 25px;
	height: 49px;
	font-size: 16px;
	line-height: 49px;
	color: #000000;
	box-sizing: border-box;
	appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
     background: url("arrow.png") no-repeat scroll right center transparent;
	background: url(../images/fico6.png) no-repeat right 22px center #fff;
	text-align: center;text-align-last: center;padding: 0 20px;
}
.products .bd .sel li .sele option {
	padding: 0 20px;
	font-size: 18px;
}
.products .bd .table{
	text-align: center;
	margin-bottom: 72px;
}
.products .bd .table th{
	background: #dab131 !important;
	font-size: 16px;
	color: #fff;
	height: 72px;
	text-align: center;
}
.products .bd .table th:last-child{
	border-right:none;
}
.products .bd .table th:nth-child(9) {
	width: 114px;
}
.products .bd .table td{
	font-size: 14px;
	color: #333333;
	height: 54px;
	background: #fff;
}
.products .bd .table tr:nth-child(2n+1) td{
	background: #fbf7ea;
}
.products .bd .table tr:nth-child(2n) td{
	background: #fff;
}
.products .bd .table a{
	display: block;
	height: 100%;
	background: url(../images/fico7.png) no-repeat center;
}
/* 分页样式 */
.page { text-align:center; LINE-HEIGHT: 30px; MARGIN:5px auto 5px; HEIGHT: 30px; COLOR: #666666; FONT-SIZE: 12px; OVERFLOW: hidden}
.page a {MARGIN: 0px 2px; DISPLAY: inline}
.page A {BORDER-BOTTOM: #d6d6d6 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #d6d6d6 1px solid; PADDING-BOTTOM: 2px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; BORDER-TOP: #d6d6d6 1px solid; BORDER-RIGHT: #d6d6d6 1px solid; PADDING-TOP: 2px; color:#666666}
.page A:hover {BORDER:1px solid #ff7e26; COLOR: #ffffff; background:#ff7e26; TEXT-DECORATION: none}
.page .thisclass A {BORDER-BOTTOM-COLOR: #ff7e26; BORDER-TOP-COLOR: #ff7e26; COLOR: #ffffff; BORDER-RIGHT-COLOR: #ff7e26; BORDER-LEFT-COLOR: #ff7e26; background:#ff7e26}



/*闁稿繐鍘栫花顒勫箣閹存粍绮�*/
.f_banner {
	height: 850px;position: relative;
	background-size: cover !important;
	overflow: hidden;
}
.f_banner .text {
	margin: 0 auto;margin-top: 360px;text-align: center;
}
.f_banner .text h2 {
	font-size: 46px;line-height: 70px;color: #fff;
}
.f_banner .text h3 {
	font-size: 43px;line-height: 66px;color: #fff;text-transform: uppercase;font-weight: bold;
}
.f_banner .text p {
	font-size: 16px;line-height: 32px;color: #ccc;
	position: absolute;
	left: 0;right: 0;
	bottom: 70px;z-index: 1;
}
.f_list ul {
	font-size: 0;margin: 15px 0 10px;
}
.f_list li {
	display: inline-block;width: 25%;border-right: 2px solid #f7f7f7;
	padding: 36px 40px 62px;box-sizing: border-box;text-align: center;
}
.f_list li:last-child {
	border-right: none;
}
.f_list li h6 {
	font-size: 15px;line-height: 32px;color: #3c3c3c;
}
.f_list li h2 {
	font-size: 70px;line-height: 85px;color: #dab131;
	font-weight: bold;
}
.f_list li h5 {
	font-size: 15px;line-height: 24px;color: #3c3c3c;
}
.develop {
	background: #f1f1f1;padding: 84px 0 100px;
}
.develop .title p {
	margin-top: 35px;
}
.develop .swiper_hd {
	text-align: center;overflow: hidden;
	width: 900px;margin: 0 auto;padding-bottom: 30px;
}
.develop .swiper_hd ul {
	margin-top: 70px;padding-bottom: 26px;
}
.develop .xian {
	border-bottom: 1px solid #dab131;margin-top: -30px;
}
.develop .swiper_hd ul li {
	line-height: 54px;width: 178px ;border-radius: 27px;position: relative;margin-top: -30px;
	font-size: 34px;color: #dbb232;cursor: pointer;font-weight: bold;background: #f1f1f1;
}
.develop .swiper_hd ul li.swiper-slide-thumb-active span {
	display: block;position: absolute;z-index: 11;left: 0;right: 0;top: 65px;margin: 0 auto;
	height: 31px;width: 31px;background: url(../images/icon55.png) no-repeat center;
}
.develop .swiper_hd ul li.swiper-slide-thumb-active {
	background: #dbb232;color: #fff;
}
.develop .swiper_bd {
	margin: 0 256px;overflow: hidden;padding: 60px 30px 30px;
}
.develop .wrap {
	position: relative;
}
.develop .swiper_bd li {
	position: relative;background: #fff;box-shadow: 0 0 20px 10px #e8e8e8;
	padding: 22px;box-sizing: border-box;
}
.develop .swiper_bd li .img{
	float: left;width: 270px;height: 149px;
	overflow: hidden;
	display: none;
}
.develop .swiper_bd li .img img {
	display: block;width: 100%;
}
.develop .swiper_bd li .text {
	width: ;margin-top: 10px;
}
.develop .swiper_bd li .text h6 {
	font-size: 15px;line-height: 23px;color: #8a8a8a;
}
.develop .swiper_bd li .text h3 {
	font-size: 22px;line-height: 40px;color: #333333;font-weight: bold;padding:0 20px;
}
.develop .swiper_bd li .text .btn {
	font-size: 17px;line-height: 34px;color: #333333;box-sizing: border-box;
	width: 112px;border-radius: 17px;border: 1px solid #333333;overflow: hidden;margin-top: 20px;
	text-align: center;transition: all 0.3s;display: block;text-transform: uppercase;
}
.develop .swiper_bd li .text .btn:hover {
	background: #333333;color: #fff;
}
.develop .swiper_bd li .imgs {
	position: absolute;left: 0;right: 0;margin: 0 auto;top: -20px;background: url(../images/icon25.png) no-repeat center;
	height: 39px;width: 39px;
}
.develop .swiper_bd .prev_next .next,
.develop .swiper_bd .prev_next .prev {
	height: 50px;width: 50px;border-radius: 50%;border: 2px solid #dab131;overflow: hidden;transition: all 0.3s;
	position: absolute;z-index: 11;right: 176px;top: 50%;
	transform: translateY(-30%) rotate(180deg);
	background: url(../images/icon10_10.png) no-repeat center;cursor: pointer;box-sizing: border-box;
}
.develop .swiper_bd .prev_next .next {
	right: 0;left: 176px;transform: translateY(-30%)  rotate(0deg);
}
.develop .swiper_bd .prev_next .next:hover,
.develop .swiper_bd .prev_next .prev:hover {
	background: url(../images/icon13.png) no-repeat center #dab131;
}
.develop .swiper_bd .prev_next .next:hover {
	transform: translateY(-30%) rotate(0deg);
}
.culture {
	padding: 70px 0;
}
.swiper_cul{
	border-top: 1px solid #DAB131;border-bottom: 1px solid #DAB131;	margin: 75px 0 98px;
}
.culture ul{
	text-align: center;font-size: 0;
}
.culture li {
	display: inline-block;width: 14.28%;border-left:1px solid #dab131;position: relative;transition: all 0.3s;box-sizing: border-box;
	height: 526px;vertical-align: top;
}
.culture .swiper-pagination{
	display: none;
}
.culture li:last-child{
	border-right:1px solid #DAB131;
}
.culture li a {
	display: block;height: 100%;
}
.culture li .text {
	position: absolute;z-index: 1;top: 50%;transform: translateY(-50%);left: 30px;text-align: left;transition: all 0.3s;
	right: 30px;
}
.culture li:hover .text{
	top: 40%;
} 
.culture li .text img {
	margin-top: 30px;
	opacity: 0;
	transition: all 0.3s;
}
.culture li.on {
	transform: scale(1.05);
}
.culture li:hover .text img {
	opacity: 1;
} 
.culture li a h4 {
	height: 3px;width: 26px;position: absolute;z-index: 2;right: 37px;top: 27px;background: #fff;
}
.culture li .text h2 {
	font-size: 32px;line-height: 42px;color: #0c0c0c;
}
.culture li .text h3 {
	font-size: 22px;line-height: 38px;color: #0c0c0c;
}
.culture li .text h6 {
	font-size: 14px;line-height: 28px;color: #0c0c0c;text-transform: uppercase;
}
.culture li  p {
	font-size: 12px;line-height: 20px;color: #fff;margin-top: 70px;position: relative;display: none;
}
.culture li p:before {
	position: absolute;content: "";width: 24px;height: 1px;background: #fff;top: -22px;left: 0;z-index: 4;
}
.culture li.on{
	background: #dab132;padding: 20px 0;width: calc(14% + 4px);z-index: 11;
}
.culture li.on .text {
	top:50%;
}
.culture li.on p {
	display: block;
}
.culture li.on h6,
.culture li.on h3,
.culture li.on h2 {
	color: #fff;
}

.gallery {
	padding: 70px 0;
}
.gallery .rroyu {
	position: relative;
	margin-top: 40px;
}
.gallery .swiper_list {
	margin-top: 50px;overflow: hidden;margin: 0 125px;
}
.gallery .swiper_list .swiper-shuzi {
	margin: 30px auto 0;font-size: 41px;line-height: 58px;color: #a5a5a5;text-align: center;
}
.gallery .swiper_list .swiper-shuzi .swiper-pagination-current {
	color: #DAB131;
}
.gallery .swiper_list .prev,
.gallery .swiper_list .next {
	left: 0;top: 50%;transform: translateY(-50%);height: 68px;width: 68px;border-radius: 50%;overflow: hidden;cursor: pointer;
	background: url(../images/icon64.png) no-repeat center #DAB131;transition: all 0.3s;position: absolute;z-index: 2;
}
.gallery .swiper_list .prev:hover,
.gallery .swiper_list .next:hover {
	background: url(../images/icon64.png) no-repeat center #f1b808;
}

.gallery .swiper_list .prev {
	left: auto;right: 0;    transform: translateY(-50%) rotate(180deg);
}
.gallery .swiper_list .swiper-wrapper {
	font-size: 0;
}
.gallery .swiper_list .swiper-slide .img{
	width: auto;overflow: hidden;
}
.gallery .swiper_list .swiper-slide .img img {
	display: block;width: 100%;height: auto !important;
}
.gallery .swiper_list .swiper-slide h2{
	font-size: 24px;
	text-align: center;
	color: #333;
	padding-top: 20px;
}
.v_btn{
	background: url(../images/ic1.png) no-repeat center;
	width: 70px;height: 70px;
	border-radius: 50%;
	margin: 40px auto 0;cursor: pointer;
}

.videos{
	width: 60%;
	padding: 30px;
	background: #fff;
	position: fixed;
	left: 0;right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1111;box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	display: none;
}
.videos video{
	width: 100%;
	display: block;
}
.videos .icon{
	background: url(../images/icons.png) no-repeat center #fff;
	background-size: 80% !important;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 11;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	cursor: pointer;
}












.honor {
	padding: 74px 0 100px;box-sizing: border-box;
}
.honor .title h2 {
	color: #fff;
}
.honor .title h4 {
	color: #fff;
}
.honor .title p {
	color: #f0e2bf;font-size: 24px;line-height: 40px;margin-top: 16px;
}
.honor .wrap {
	position: relative;
}
.honor .swiper-honor {
	padding-top: 30px;overflow: hidden;margin:  0 180px;
}
.honor .swiper-honor ul li .img img {
	display: block;width: 100%;
}
.honor .swiper-honor ul li .img {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);	
}
.honor .swiper-honor ul li p {
	font-size: 20px;line-height: 40px;color: #fff;text-align: center;display: none;
	position: relative;left: 0;right: 0;margin: 30px auto 0;bottom: 0;
}
.honor .swiper-honor .next,
.honor .swiper-honor .prev {
	position: absolute;z-index: 1;top: 50%;transform: translateY(-50%);left: 30px;
	cursor: pointer;
	background: url(../images/icon10_10.png) no-repeat center #faf4e2;height: 50px;width: 50px;transition: all 0.3s;
}
.honor .swiper-honor .next {
	transform: translateY(-50%) rotate(180deg);left: auto;right: 30px;
}
.honor .swiper-honor .next:hover,
.honor .swiper-honor .prev:hover {
	background: url(../images/icon10_10.png) no-repeat center #fff;
}
.honor li .img{
	transform: scale(0.8) ;
	transition: all 0.3s;
	opacity: 0;
}
.honor .swiper-slide-prev .img,
.honor .swiper-slide-next .img{
	opacity: 1;
}
.honor .swiper-slide-active {
    z-index: 11;
}
.honor .swiper-slide-active .img{
    transform: scale(1);z-index: 11;
    opacity: 1;position: relative;
}
.honor .swiper-pagination {
	position: absolute;right: 45px;bottom: 200px;width: auto;display: block;left: auto;
	font-size: 30px;line-height: 42px;color: #fff;
}
.honor .swiper-pagination span {
	display: block;
}


.honor .swiper-honor ul li.swiper-slide-active p{
	display: block;
}
.partners {
	background: #fff;
	padding: 64px 0 200px;
}
.partners .list {
	margin-top: 80px;
}
.partners .list ul {
	overflow: hidden;border-top: 1px solid #bcbcbc;font-size: 0;
}
.partners .list li {
	float: left;width: calc((100% - 2px)/6);border: 1px solid #bcbcbc;border-top: none;border-right: none;
	height: 175px;position: relative;box-sizing: border-box;box-sizing: border-box;
}
.partners .list li img {
	display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;
	max-height: 80%;max-width: 80%;
	-webkit-filter: grayscale(100%);   
  -moz-filter: grayscale(100%);  
   -ms-filter: grayscale(100%);   
  -o-filter: grayscale(100%);     
     filter: grayscale(100%); 	
}
.partners .list li:hover img{
	-webkit-filter: grayscale(0%);   
  -moz-filter: grayscale(0%);  
   -ms-filter: grayscale(0%);   
  -o-filter: grayscale(0%);     
     filter: grayscale(0%); 	
}
.partners .list li:nth-child(6n) {
	border-right: 1px solid #bcbcbc;
}


.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
    display: none;
}
.w_mk{
	position: fixed;
	left: 0;right: 0;
	top: 50%;
	width: 400px;
	background: #fff;
	padding: 30px 30px 20px;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1000;box-sizing: border-box;
	display: none;
}
.w_mk img{
	width: 340px;
	height: 340px;
	display: block;
}
.w_mk h6{
	font-size: 24px;
	text-align: center;
	line-height: 2;
	padding-top: 10px;
}


/*妫板棗鐓欐禒瀣矝*/
.layout.df {
	background: #f0f1f2;
}
.equipment {
	margin: 35px 0;
}
.equipment ul {
	background: #fff;padding: 34px 30px;box-sizing: border-box;
}
.equipment li {
	overflow: hidden;font-size: 0;
}
.equipment li .img {
	float: left;width: 50%;height: 505px;position: relative;overflow: hidden;
}
.equipment li .img:before {
	position: absolute;content: "";z-index: 1;right: 0;top: 50%;transform: translateY(-50%);
	background: url(../images/icon61.png) no-repeat right center;height: 37px;width: 20px;
}
.equipment li:nth-child(2n) .img:before {
	right: auto;left: 0;transform: rotate(180deg);
}

.equipment li .img a {
	display: block;
}
.equipment li .img img {
	display: block;transition: all 0.3s;width: 100%;
}
.equipment li .img:hover img {
	transform: scale(1.05);
}
.equipment li .text {
	float: right;width: 50%;padding: 75px 30px;box-sizing: border-box;text-align: center;height: 505px;
}
.equipment li .text h2 {
	font-size: 28px;line-height: 52px;color: #262626;font-weight: bold;position: relative;
}
.equipment li .text h2:before {
	position: absolute;content: "";z-index: 1;width: 67px;height: 2px;background: #dab131;left: 0;right: 0;margin: 0 auto;bottom: -14px;
}
.equipment li .text h6 {
	font-size: 24px;line-height: 42px;color: #333333;margin-top: 54px;
}
.equipment li .text a {
	display: inline-block;text-align: center;overflow: hidden;
	transition: all 0.3s;position: relative;margin-top: 46px;
}
.equipment li .text a:before {
	position: absolute;content: "";z-index: 1;background: url(../images/icon62.png) no-repeat center;width: 48px;height: 10px;opacity: 0;
	top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: 0 auto;
}
.equipment li .text a:hover:before {
	opacity: 1;
}
.equipment li .text a:hover span {
	background: #fff;
}

.equipment li .text span {
	font-size: 16px;line-height: 48px;color: #fff;display: block;background: #dab131;border: 1px solid #dab131;box-sizing: border-box;
	border-radius:25px;padding: 0 25px;
}

.equipment li:nth-child(2n) .img {
	float: right;
} 
.equipment li:nth-child(2n) .text {
	float: left;
}

.ad_deve{
	margin: 60px auto;
}
.ad_deve ul{
	position: relative;
}
.ad_deve ul::before{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #bfbfbf;
	content: "";z-index: 1;
}
.ad_deve li{
	background: url(../images/ad1.png) no-repeat center;
	height: 150px;width: 660px;
	padding: 30px;margin: 0 -30px;
	position: relative;float: right;margin-bottom: -30px;
}
.ad_deve li.on{
	height: 260px;
}
.ad_deve li .ltx img{
	display: inline-block;
	width: 230px;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 15px;
}
.ad_deve li::before{
	content: "";
	position: absolute;
	top:25px ;left: -40px;
	z-index: 1;width: 45px;
	height: 1px;
	display: block;
	background: #bfbfbf;
}
.ad_deve li::after{
	width:15px ;
	height: 15px;position: absolute;
	left: -40px;
	top: 25px;transform: translate(-50%,-50%);
	content: "";background: #bfbfbf;
	border-radius: 50%;
}
.ad_deve li:nth-child(2n)::after{
	left: auto;right: -40px;
	top: 20px;
	transform: translate(50%,-50%);
}
.ad_deve li:nth-child(2n)::before{
	left: auto;right: -40px;
	top: 20px;
}
.ad_deve li:nth-child(2n){
	float: left;
}
.ad_deve li:nth-child(2){
	margin-top:70px ;
}
.ad_deve li .ltx{
	width: 440px;
	font-size: 15px;
	color: #525250;
	line-height: 22px;
	position: absolute;
	right: 70px;z-index: 11;
	top: 0;
	overflow: hidden;
}
.ad_deve li .ltx p{
	max-height: 130px;
}
.ad_deve li span{
	font-size: 44px;
	line-height:50px;
	padding-right: 25px;
	border-right: 1px solid #f2f2f2;
	position: absolute;
	left:68px ;top: 0;
	color: #e2b731;
}
.ad_deve li:nth-child(2n) .ltx{
	left: 70px;right: auto;
	text-align: right;
}
.ad_deve li:nth-child(2n) span{
	right: 68px;left: auto;
	border: none;padding: 0;
	padding-left: 25px;
	border-left: 1px solid #f2f2f2;
}
.ad_hon .ad_sw{
	margin: 80px 135px 0;
	overflow: hidden;
}
.ad_hon{
	padding: 80px 0;
}
.ad_hon .ad_sw li{
	border: 1px solid #dab131;
	height: 235px;box-sizing: border-box;
}
.ad_hon .ad_sw li img{
	width: 100%;max-width: 100%;
	max-height: 100%;display: block;
}
.adposi{
	position: relative;
}
.adposi .next,
.adposi .prev{
	background: url(../images/ad3.png) no-repeat center;
	width: 68px;height: 68px;
	border-radius: 50%;
	position: absolute;
	left: 0;top: 50%;
	margin-top: -34px;
}
.adposi .next{
	left: auto;right: 0;
	transform: rotate(180deg);
	cursor: pointer;
}



.fixed-contact{position: fixed;z-index: 10;right:30px;bottom: 300px;width: 60px;-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
.fc-item{position: relative;display: block;width: 60px;height: 60px;border-bottom: 1px solid #fff;background-color: #264283;text-align: center;cursor: pointer;}
.fc-item > img{display: inline-block;margin: 5px auto 0;width: 30px;}
.fc-item span{display: block;font-size: 12px;color: #fff;}
.fc-item-box{position: absolute;top: 0;right: 100%;padding-top: 6px;margin-right: 10px;width: 180px;height: 100%;background-color: #1f4897;font-size: 14px;line-height: 24px;color: #fff;text-align: center;display: none;}
.fc-item-box:after{
    content: '';position: absolute;top: 25px;left: 100%;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 10px;border-color: transparent transparent transparent #f5f5f5;
}

.fc-item-box1
{position: absolute;top: 0;right: 100%;padding-top: 0;margin-right: 10px;width: 156px;height: 100%;display: none;}
.fc-item-box1 img{display: block;width: 156px;}
.fc-item:hover .fc-item-box, .fc-item:hover .fc-item-box1{display: block;}

.fixed-gotop{width: 60px;height: 50px;background-color: #fff;text-align: center;}
.fixed-gotop img{display: inline-block;margin: 8px auto;}


.ad_mg.gallery{
	padding:30px 0 ;
}
.ad_mg.gallery .swiper_list{
	margin: 0 240px;
}
.ad_mg.gallery .swiper_list .prev, .ad_mg.gallery .swiper_list .next{
	margin: 0 100px;
}

.common-left { margin-bottom: 30px; }

.com-title { padding: 12px 14px; color: #ffffff; font-size: 16px; font-weight: bold; line-height: 26px; background: url(../images/wicon14.png) 0 center no-repeat, #009ca3; position: relative; background-size: auto 20px; }

.three-nav { display: none; padding: 8px 0; display: none; }

.three-nav a { display: block; padding: 8px 0 8px 50px; position: relative; }

.three-nav a:after { content: ""; position: absolute; width: 4px; height: 4px; background: #999999; -webkit-border-radius: 100%; border-radius: 100%; display: block; top: 50%; margin-top: -2px; left: 37px; }

.three-nav a.cur, .three-nav a:hover { color: #169CA2; }

.three-nav a.cur:after, .three-nav a:hover:after { background: #169CA2; }

.common-nav { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa; padding-bottom: 44px; }

.common-nav ul li { border-bottom: 1px solid #e6e6e6; }

.common-nav ul li h4 a { color: #333333; font-size: 14px; display: block; padding: 10px 42px; position: relative; }

.common-nav ul li h4 a:after { content: ""; position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-left: 6px solid #b3b3b3; border-bottom: 6px solid transparent; display: block; top: 50%; margin-top: -6px; left: 20px; }

.common-nav ul li.cur h4 a { color: #009ca3; font-weight: bold; background: #EBECEC; }

.common-nav ul li.cur h4 a:after { border-left-color: #009ca3; }

@media (min-width: 768px) {  
  .com-title { padding: 12px 33px; font-size: 18px; background-size: auto 28px; }
  .common-nav ul li h4 a { padding: 10px 50px; }
  .common-nav ul li h4 a:after { left: 30px; } }
 
@media (min-width: 1024px) {  
  .pcvisible-md { display: block; }
  .modhidden-md { display: none; }
  .common-nav { padding-bottom: 74px; }
  .common-nav ul li h4 a { font-size: 16px; height: 67px; line-height: 67px; padding: 0 0 0 50px; }
  .common-nav ul li h4 a:after { left: 30px; }
  .common-nav ul li:hover h4 a, .common-nav ul li.cur h4 a { color: #009ca3; font-weight: bold; }
  .common-nav ul li:hover h4 a:after, .common-nav ul li.cur h4 a:after { border-left-color: #009ca3; } }