/* 2023-4 HLP */
/* 滚动条样式 */
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:#d8b573;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#d8b573}
::-webkit-scrollbar-thumb:vertical:hover{background:#d8b573}

/* 字体 */
@font-face{font-family:"D-DIN";src:url("../fonts/D-DIN.TTF");font-weight:400;font-style:normal}
@font-face{font-family:"GILROY-REGULAR";src:url("../fonts/GILROY-REGULAR-3.OTF");font-weight:400;font-style:normal}
/*@font-face{font-family:"思源黑体";src:url(../fonts/SourceHanSansCN-Regular.otf);font-weight:400;font-style:normal} */

/* css reset start */
body{font-family:'思源黑体','Source Han Sans','思源黑体 CN','Source Han Sans CN',"Helvetica Neue",Helvetica,Arial;color:#000;width:100%;min-width:320px;font-size:14px;word-break:break-word;overflow-x:hidden;background:#fff;}
textarea{resize:none}
a{text-decoration:none;color:#000;}
a:hover{color:#d8b573}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: "";position: absolute;top: 0;left: -90%;z-index: 2;display: block;width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:70vh;padding-top:100px;transition: all 0.3s;}
.inside-main{position: relative;width:100%;overflow: hidden;padding:55px 0;background-repeat: no-repeat;background-position: center;background-size:cover;}
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:60px;z-index:1;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:15px}
.gotop:hover{background-image:url(../images/icon/gotop1.png)}
.InfoContent{line-height:1.74;color:#4a4a4a;overflow: hidden;}
.InfoContent img{display:inline-block;max-width:100%}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
.InfoContent p{margin:0;/* text-align:justify;text-justify: distribute-all-lines; */}
.colorWhite{color:#fff;}
.colorWhite a{color:#fff;}
.hrefAnchor{position: absolute;top:-60px;}
@media (max-width:767px){
	.PC-show{display:none!important}
	.container{width:100%;padding-left:15px;padding-right:15px}
	.gotop{width:30px;height:30px}
}
@media (min-width:768px){
	.wrapper{padding-top:134px;}
	.hrefAnchor{top:-80px;}
	.inside-main{padding:65px 0;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
}
@media (min-width:1200px){
	.inside-main{padding:85px 0;}
}
@media (min-width:1600px){
	.container{max-width:1500px;}
}


/* 导航 */
.header-top{background:#e5e5e5;}
.header-top>div{display: flex;justify-content: space-between;align-items: center;padding-top:8px;padding-bottom:8px;}
.welcome-msg{color:#666666;}
.top-tel{color:#c60005;padding-left:42px;background-image: url(../images/icon/i3.png);background-repeat: no-repeat;background-position: left center;background-size:38px auto;line-height: 1;min-height:38px;}
.top-tel>span{display: block;line-height:inherit;}
.top-tel>p{margin:2px 0 0;font-family: 'Candara';font-size:22px;font-weight: 700;line-height:inherit;}
.navbar-top-nav>.container{display: flex;flex-wrap:wrap;align-items: center;justify-content: space-between;}
.header .navbar{padding:0;background-color:#000000;transition: all 0.3s linear 0s;display: block;}
.header .navbar-brand{padding:10px 0;margin-right:0;}
.navbar-brand .navbar-brand-item{display:block;height:60px;}

.header .nav-link{position:relative;font-size:14px;color:#fff;line-height:30px;font-weight:400;-webkit-transition:all .3s;transition:all .3s}
.header .active .nav-link,
.header .nav-link:hover{color:#fff}
.header .active .nav-link{font-weight: 500;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link:after{content:'';position:absolute;background:#d8b573;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler{padding:0;border:none;width:30px;height:30px;position: absolute;right:0;top:25px;}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#fff;display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}


/* 二级导航 */
.header .dropdown-menu{border-radius:0;border:none;margin-top:0}
.header .dropdown-item{font-size:14px;color:#333;line-height:20px;padding:8px 10px;}
.header .dropdown-menu>li + li{border-top:1px #e4e4e4 dashed}
.header .dropdown-item:hover{color:#d8b573;background-color:transparent}

.navbar-share{display: flex;}
.navbar-share>a{position: relative;display: block;width:28px;height:28px;margin-left:10px;border-radius: 50%;display: flex;justify-content: center;align-items: center;-webkit-transition:all .5s;transition:all .5s}
.navbar-share>a:first-child{margin-left: 0;}
.navbar-share>a>.div{position: absolute;width:110px;background:#fff;top:60px;left:50%;margin-left:-55px;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .5s;transition:all .5s}
.navbar-share>a>.div>img{display: block;width:100%;}
.navbar-share>a>img{display: block;width:75%;height:75%;}
.navbar-share>a>.hover{position: absolute;left:50%;top:50%;-webkit-transform: translate(-50%,-50%) scale(0);transform: translate(-50%,-50%) scale(0);opacity: 0;-webkit-transition:all .2s;transition:all .2s;}
.navbar-share>a:hover{box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.navbar-share>a:hover>.hover{opacity: 1;-webkit-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);}
.navbar-share>a:hover>.div{visibility:visible;opacity:1;transform:none}
@media (max-width:991px){
	.navbar-top-nav>.container{position: relative;}
	.header .nav-link{padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dbdbdb}
	.header .nav-link:after{width:6px;height:6px;border-radius: 50%;left:-10px;top:50%;margin-top:-3px;opacity: 0;}
	.header .active .nav-link,
	.header .nav-link:hover{padding-left:15px;}
	.header .active .nav-link:after,
	.header .nav-link:hover:after{left:0;opacity: 1;}
	.header .navbar-collapse{max-height:calc(100vh - 80px);overflow-y: auto;padding:15px 0 30px;}
	.header .navbar-collapse::-webkit-scrollbar{width:4px;height:4px}
	.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;background:rgba(0,0,0,0.2);display: none;}
	.nav-mask.active{display: block;}
	.navbar-share{position: absolute;line-height:30px;top:20px;right:70px;}
	
	/* 二级导航 */
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav>.dropdown>i{position:absolute;width:50%;height:55px;right:0;top:0;display:block;z-index:2;cursor:pointer}
	.navbar-nav>.dropdown>i:before{content:'';position:absolute;right:3px;top:50%;margin-top:-5px;width:10px;height:10px;border-top:1px solid #fff;border-right:1px solid #fff;transform: rotate(45deg);transition:all .3s;}
	.navbar-nav>.dropdown>i:after{display: none;}
	.navbar-nav>.dropdown>i.show:before{transform: rotate(135deg);}
	.header .dropdown-menu{margin:10px 0;padding:15px;background:rgba(255,255,255,0.2);border-radius: 10px;}
	.header .dropdown-menu>li + li{border-top-color:rgba(255,255,255,0.2)}
	.header .dropdown-item{padding:12px 0;color:rgba(255,255,255,0.8)}
	.header .dropdown-item:hover{color:#fff;}
}
@media (max-width:767px){
	.moveTop .navbar{transform: translateY(-40px);}
	.moveTop .wrapper{padding-top:60px;}
	.header-top>div{justify-content: center;}
	.welcome-msg,.top-tel>span{display: none;}
	.top-tel{background-size:auto 20px;padding-left:30px;min-height:24px;}
	.top-tel>p{margin:0;font-size:18px;line-height:24px;}
	.header .navbar-toggler{right:15px;top:15px;}
	.header .navbar-brand{padding-top:5px;padding-bottom:5px;}
	.navbar-brand .navbar-brand-item{height:50px;}
	.header .navbar-collapse{max-height:calc(100vh - 60px);}
	.navbar-share{top:15px;}
}
@media (min-width:768px){
	.moveTop .navbar{transform: translateY(-54px);}
	.moveTop .wrapper{padding-top:80px;}
	.header .nav-link{font-size:16px;}
	.navbar-share>a{width:40px;height:40px;margin-left:15px;}
}
@media (min-width:992px){
	.nav-mask{display: none;}
	.navbar-share,
	.header .nav-item+.nav-item{margin-left:24px}
	.header .nav-link{padding:25px 0!important;}
	.header .nav-link:after{width:0;height:2px;left:50%;transform: translateX(-50%);bottom:10px;}
	.header .nav-item.active>.nav-link:after,
	.header .nav-link:hover:after{width:78%;}
	
	.header .dropdown-menu{min-width:114px;box-shadow:none;text-align:center;padding:12px 0;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background:rgba(255,255,255,0.95);border-radius: 10px;box-shadow: 0 5px 5px rgba(0,0,0,0.15);}
	.header .dropdown-item{font-size:16px;}
}
@media (min-width:1200px){
	.header .navbar-brand{padding-top:5px;padding-bottom:5px;}
	.navbar-brand .navbar-brand-item{height:70px;}
	.navbar-share,
	.header .nav-item+.nav-item{margin-left:34px}
	.header .nav-link{font-size:18px;}
}
@media (min-width:1600px){
	.navbar-share,
	.header .nav-item+.nav-item{margin-left:44px}
}


/*foot*/
.footer{background:#2e2e2e;color:#ccc;overflow: hidden;}
.footer a{color:#ccc;}
.footer a:hover{color:#d8b573;}

.foot-top{padding:40px 0;}
.foot-nav{display: flex;justify-content: space-between;margin-left:-15px;margin-right:-15px;}
.foot-nav dl{padding-left:15px;padding-right:15px;margin-bottom:30px;}
.foot-nav a{display: block;font-size:14px;}
.foot-nav dt{margin-bottom:30px;}
.foot-nav dt>a{font-size:16px;color:#fff;font-weight: 500;}
.foot-nav dd{margin-bottom:0;}
.foot-nav dd>a + a{margin-top:10px;}

.foot-contact{display: flex;justify-content: space-between;align-items: center;}
.foot-contact-box{padding-right:25px;border-right:1px solid #fff;margin-right:40px;}
.foot-contact-box>p{position: relative;font-family:"D-DIN";padding-left:40px;line-height:30px;font-size:20px;margin-bottom:0;}
.foot-contact-box>p + p{margin-top:20px;}
.foot-contact-box>p>.icon{position: absolute;left:0;top:0;}

.foot-ewm-box{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.foot-ewm-box>.item{padding-left:10px;padding-right:10px;text-align: center;}
.foot-ewm-box>.item>img{display: block;width:110px;margin:0 auto;}
.foot-ewm-box>.item>p{margin:5px 0 0;font-size:16px;line-height:16px;color:#fff;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.3);}
.copyright{font-size:12px;padding:15px 0;line-height:20px;text-align: center;}
.copyright>p{margin:0}
.copyright a{display:inline-block;}
.copyright a img,.copyright img{display:inline-block;vertical-align:middle}
.copyright a:hover{text-decoration:underline;color:#ccc;}
img.support{display:block;height:12px;vertical-align:-2px!important}
@media (max-width:767px){
	.foot-top .row>div:first-child{display: none;}
}
@media (max-width:575px){
	.foot-contact{display: block;}
	.foot-contact-box{border:none;padding-right:0;margin-right:0;}
	.foot-ewm-box{margin-top:30px;}
}
@media (min-width:768px){
	.foot-top{padding:60px 0;}
	.foot-contact{margin-top:20px;}
	.copyright{font-size:14px;padding:20px 0;}
	img.support{height:14px;}
}
@media (min-width:1200px){
	.foot-top{padding:60px 0 20px;}
	.foot-nav a{dfont-size:16px;}
	.foot-nav dt>a{font-size:18px;}
	.foot-contact{margin-top:0;justify-content: flex-end;}
	.foot-contact-box{max-width:260px;}
	
	.copyright{font-size:16px;}
	img.support{height:16px;}
}
@media (min-width:1400px){
	.foot-contact-box{margin-right:60px;max-width:300px;}
	.foot-contact-box>p{font-size:24px;}
	.foot-contact-box>p + p{margin-top:30px;}
}



/*首页 - 结果*/
.inside-form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside-form form{position: relative;width:600px;max-width:100%;overflow: hidden;margin-bottom:8px;}
.inside-form form input{display: block;width:100%;height:50px;font-size:14px;border:1px solid #bfbfbf;background:none;padding:0 85px 0 15px;outline: none;border-radius: 5px;}
.inside-form form input:focus{border-color:#707070;}
.inside-form form .button{position: absolute;right:0;top:0;display:block;width:70px;height:100%;line-height:45px;padding:0;text-align: center;background-color:#333;border:0;border-radius:0 5px 5px 0;font-size:16px;color:#fff;outline:none;z-index: 2;background-image: url(../images/icon/i1h.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:#d8b573;}
.search-keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-keyList *{margin-right:5px;color:#666}
.search-keyList span{color:#333;font-weight: 700;}
.search-keyList a:hover{text-decoration: underline;color:#333;}

.returnList{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{position: relative;border-bottom:1px solid #e0e0e0;padding:20px 0;}
.returnList .return-title{position: relative;margin-bottom:10px;transition: all 0.5s;}
.returnList .return-title:before{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:#d8b573;left:-15px;top:50%;margin-top:-2px;opacity: 0;transition: all 0.5s;}
.returnList .return-title>a{font-size:16px;font-weight: 700;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return-content{font-size:14px;line-height:28px;height:56px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666;padding-right:70px;}
.returnList .swiper-button-next{position: absolute;top:auto;margin-top:0;right:0;bottom:30px;width:30px;height:30px;border-radius: 50%;border:1px solid #c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';color:#c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next>a{position: absolute;display: block;width:100%;height:100%;top:0;left:0;}
.returnList .item:hover .return-title{padding-left:15px;}
.returnList .item:hover .return-title:before{left:0;opacity: 1;}
.returnList .item:hover .return-title>a{color:#333;}
.returnList .item:hover .swiper-button-next{border-color:#d8b573}
.returnList .item:hover .swiper-button-next:after{color:#d8b573}
@media (min-width: 768px) {
	.inside-form form{margin-right:20px;}
	.inside-form form input{font-size:16px;}
	.search-keyList{font-size:16px;}
	.returnList{margin-left:-20px;margin-right:-20px;}
	.returnList .column{padding:0 20px;margin-bottom:20px;}
}
@media (min-width: 992px) {
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-30px;margin-right:-30px;}
	.returnList .column{padding:0 30px;}
	.returnList .item{height:100%;}
	.returnList .return-content{padding-right:85px;}
	.returnList .swiper-button-next{width:40px;height:40px;bottom:26px;}
}


/*首页 - 标题*/
.index-title{margin-bottom:40px}
.index-title .h2{font-weight: 700;font-size:20px;}
.index-title .h2>span{color:#d8b573;margin:0 0 15px;}
.index-title .p{font-size:14px;}
.index-title .p>span{padding:0 20px;}
.index-title .h3{font-size:22px;color:#4a4a4a;margin:0;font-weight: 400;}
.index-title .en{text-transform: uppercase;font-size:16px;margin-top:10px;font-family:"GILROY-REGULAR";font-weight: lighter;}
.index-title .p + .h3{margin:30px 0 0;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;align-items: center;width:160px;max-width:100%;font-size:16px;line-height:44px;border:2px solid #d8b573;border-radius: 28px;color:#d8b573;overflow: hidden;background:transparent;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more:before{content: '';position: absolute;width:100%;height:100%;border-radius: 25px;background:rgba(0,0,0,0.1);left:0;bottom:0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transition: all 0.2s linear 0.2s;transition: all 0.2s linear 0.2s;}
.public-href>.more>span{position: relative;margin-right:0;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more>i{position: relative;margin-left:5px;font-family: arial;font-weight: 500;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more:hover{color:#fff;border-color:#d8b573;background:#d8b573;}
.public-href>.more:hover>i{margin-left:15px;}
.public-href>.more:hover:before{-webkit-transform: rotate(0);transform: rotate(0);}
.public-href.white>.more{border-color:#fff;color:#fff;}
.public-href.white>.more:hover{color:#fff;border-color:rgba(0,0,0,0.1);background:#d8b573;}
@media (max-width:575px){
	.index-title .p>i{display: none;}
}
@media (min-width:768px){
	.index-title{margin-bottom:50px;}
	.index-title .h2{font-size:24px;}
	.index-title .p{font-size:16px;}
	.index-title .h3{font-size:26px;}
	.index-title .p + .h3{margin-top:40px;}
}
@media (min-width:1200px){
	.index-title{margin-bottom:60px;}
	.index-title .h2{font-size:30px;}
	.index-title .p{font-size:18px;}
	.index-title .h3{font-size:32px;}
	
	.public-href>.more{width:190px;line-height:54px;}
}
@media (min-width:1600px){
	.index-title .h2{font-size:36px;}
	.index-title .h3{font-size:38px;}
	.index-title .p + .h3{margin-top:50px;}
}
/*首页*/
.banner-main{position: relative;width:100%;overflow: hidden;}
.banner{position: relative;}
.banner .swiper-slide>img{display:block;width:100%}

.banner .swiper-pagination{bottom:5%;}
.banner .swiper-pagination-bullet{width:30px;height:4px;margin:0 5px!important;border-radius: 4px;background:#fff;opacity: 1;}
.banner .swiper-pagination-bullet-active{background:#d8b573;}
.banner .banner-swiper-button{width:30px;height:10px;margin-top:-5px;background-size:100% auto;background-position: center;background-repeat: no-repeat;-webkit-transition:all .5s;transition:all .5s;}
.banner .banner-swiper-button:after{display: none;}
.banner .swiper-button-prev{left:-50px;background-image: url(../images/icon/left.png);}
.banner .swiper-button-next{right:-50px;background-image: url(../images/icon/right.png);}
.banner:hover .swiper-button-prev{left:5.2%;}
.banner:hover .swiper-button-next{right:5.2%;}
@media (max-width:767px){
	.banner .banner-swiper-button{display: none;}
}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:10%;}
	.banner .swiper-pagination-bullet{width:40px;height:6px;margin:0 10px!important;}
	.banner .banner-swiper-button{width:40px;height:12px;margin-top:-6px;}
}
@media (min-width:1200px){
	.banner .swiper-pagination-bullet{width:60px;height:8px;margin:0 13px!important;}
	.banner .banner-swiper-button{width:49px;height:14px;margin-top:-7px;}
}

/*banner文字*/
.banner-text{color:#fff;}
.banner-text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);}


/*首页 - 搜索*/
.index-search{width:100%;padding:12px 0;background:#f7f7f7;overflow: hidden;}
.index-search-box{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
.index-search-box>div{width:100%;}
.index-search-keyword{display: flex;line-height: 24px;}
.index-search-keyword .tit{flex: 0 0 auto;font-size:12px;position: relative;font-weight: 700;padding-left:28px;}
.index-search-keyword .tit>img{position: absolute;height:20px;left:0;top:0;}
.hot-word{width:100%;overflow: hidden;}
.hot-word a{font-size:12px;margin:0 10px;float: left;color:#666;}
.hot-word a:hover{color:#d8b573;text-decoration: underline;}
.index-search-form form{display: block;position: relative;}
.index-search-form input{display: block;width:100%;height:32px;border-radius: 0;padding:0 60px 0 15px;font-size:14px;box-shadow: none;border:1px solid #e6e6e6;background:#fff;outline: none;}
.index-search-form .btn{padding:0;margin:0;border:none;box-shadow: none;border-radius: 0;position: absolute;width:60px;height:100%;right:0;top:0;background-image:url(../images/icon/i1h.png);background-repeat: no-repeat;background-position: center;background-color:#d8b573;}
@media (max-width:767px){
	.index-search-keyword + .index-search-form{margin-top:12px;}
	.index-search-form + .index-search-keyword{margin-top:12px;}
}
@media (min-width:768px){
	.index-search-box>.index-search-keyword{width:auto;max-width:60%;}
	.index-search-box>.index-search-form{width:34%;}
	.index-search-keyword .tit{padding-left:32px;}
	.index-search-keyword .tit>img{height:24px;}
	.index-search-keyword .tit,
	.hot-word a{font-size:14px;}

}
@media (min-width:1200px){
	
}


/* 二级导航 */
.submenu-swiper{padding:8px;text-align:center;background:#f5f5f5;font-size:0;}
.submenu-swiper .swiper{display:inline-block;max-width:100%;margin-left:-1px;margin-right:-1px}
.submenu-nav{list-style:none;margin:0;padding:0;flex-flow: row nowrap;}
.submenu-nav .nav-item{width:auto;padding:0 1px}
.submenu-nav .nav-link{font-size:14px;min-width:100px;line-height:20px;color:#333;padding:10px 20px;text-align: center;border-radius: 20px;background:transparent;cursor: pointer;}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link.active ,
.submenu-nav .nav-link:hover{background:#d8b573;color:#fff;border-color:#d8b573;}

.inside-submenu-swiper{padding:0;text-align: left;border-bottom:1px solid #ebebeb;}
.inside-submenu-swiper .swiper{margin:0;}
.inside-submenu-swiper .submenu-nav .nav-item{width:auto;padding:0}
.inside-submenu-swiper .submenu-nav .nav-link{border-radius: 0;padding:18px 20px;border:none;}
.inside-submenu-swiper .submenu-nav .nav-link:after{content: '';position: absolute;width:0;height:2px;left:0;bottom:0;background:#d8b573;-webkit-transition: all 0.5s;transition: all 0.5s;}
.inside-submenu-swiper .submenu-nav .nav-link:hover{background:transparent;color:#333;}
.inside-submenu-swiper .submenu-nav .nav-link:hover:after{width:100%;}
@media (min-width:768px){
	.submenu-nav .nav-link{font-size:16px;}
}
@media (min-width:1200px){
	.submenu-nav .nav-link{min-width:120px;}
}
@media (min-width:1600px){
	.submenu-nav .nav-link{min-width:140px;}
}

/*首页 - 产品展示*/
.index-product .submenu-swiper{margin-bottom:30px;}
.product-list{margin-left:-7.5px;margin-right:-7.5px;margin-top:-15px;}
.product-list a{display: block;position: relative;}
.product-list .column{padding-left:7.5px;padding-right:7.5px;margin-top:15px;}
.product-list h2{margin:0;font-weight: 400;right:0;font-size:14px;color:#fff;padding:10px;line-height:24px;text-align: center;background:rgba(0,0,0,0.25);-webkit-transition: all 0.5s;transition: all 0.5s;}
.product-list a:hover h2{color:#fff;background:#d8b573;}
.product-list a:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width: 768px) {
	.index-product .submenu-swiper{margin-bottom:40px;}
	.product-list{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.product-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.product-list h2{font-size:16px;position: absolute;left:0;bottom:0;}
}

/*首页 - 生产设备*/
.index-equipment .submenu-swiper{padding:0 8px;background:none;margin-bottom:40px;}
.index-equipment .submenu-swiper .swiper{margin-left:-10px;margin-right:-10px}
.index-equipment .submenu-nav .nav-item{padding:0 10px}
.index-equipment .submenu-nav .nav-link{border-radius: 10px;border:1px solid #666;}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link.active ,
.submenu-nav .nav-link:hover{background:#d8b573;color:#fff;border-color:#d8b573;}
.equipment-list{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.equipment-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.equipment-list a{display: block;background:#ebebeb;text-align: center;height:100%;}
.equipment-list .text{padding:22px;}
.equipment-list h2{font-weight: 500;font-size:18px;margin:0;line-height: 1;}
.equipment-list p{font-size:12px;color:#808080;margin:15px 0;}
.equipment-list .public-href>.more{width:140px;font-size:14px;color:#666;border:1px solid #666;line-height:34px;margin:0 auto;border-radius: 10px;}
.equipment-list a:hover .public-href>.more{color:#fff;border-color:#d8b573;background:#d8b573;}
@media (min-width:768px){
	.index-equipment .submenu-swiper{margin-bottom:50px;}
	.index-equipment .submenu-swiper .swiper{margin-left:-20px;margin-right:-20px;}
	.index-equipment .submenu-nav .nav-item{padding:0 20px}
}
@media (min-width:1200px){
	.index-equipment .submenu-swiper{margin-bottom:60px;}
	.index-equipment .submenu-swiper .swiper{margin-left:-30px;margin-right:-30px;}
	.index-equipment .submenu-nav .nav-item{padding:0 30px}
	.index-equipment .submenu-nav .nav-link{font-size:18px;}
	.equipment-list h2{font-size:24px;}
	.equipment-list p{font-size:14px;}
}
@media (min-width:1600px){
	.index-equipment .submenu-swiper .swiper{margin-left:-40px;margin-right:-40px;}
	.index-equipment .submenu-nav .nav-item{padding:0 40px}
	.equipment-list h2{font-size:30px;}
}

/*首页 - 优势*/
.adv-list{margin:0;}
.adv-list .column{padding:0;border-right:1px solid #e5e5e5;}
.adv-list .inner{text-align: center;padding:25px 15px;height:100%;transition: all 0.3s;}
.adv-list .icon{display: block;margin:0 auto 10px;width:60px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.adv-list h5{font-size:18px;font-weight: 400;margin-bottom:18px;}
.adv-list .p{font-size:14px;color:#5b5b5b;line-height: 1.875;}
.adv-list .inner:hover{background:#f2f8fe;box-shadow: 0 3px 6px rgba(0,0,0,0.12);}
.adv-list .inner:hover .icon{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@media (max-width:991px){
	.adv-list .column{border-top:1px solid #e5e5e5;}
	.adv-list .column:nth-child(1),
	.adv-list .column:nth-child(2){border-top:none;}
	.adv-list .column:nth-child(2n){border-right: none;}
}
@media (min-width:768px){
	.adv-list .inner{padding:35px 25px;}
	.adv-list h5{font-size:24px;margin-bottom:25px;}
}
@media (min-width:992px){
	.adv-list .column:nth-child(4n){border-right: none;}
	.adv-list .column:nth-child(n+5){border-top:1px solid #e5e5e5;}
}
@media (min-width:1400px){
	.adv-list .icon{width:80px;}
}
@media (min-width:1600px){
	.adv-list .icon{width:100px;}
	.adv-list h5{font-size:28px;}
	.adv-list .p{font-size:16px;}
}

/*首页 - 合作*/
.index-cooperate{padding-bottom:60px;}
.index-cooperate-list{padding-top:10px;}
.index-cooperate-list>.item{margin-left:-25px;margin-right:-25px;align-items: center;}
.index-cooperate-list>.item + .item{margin-top:60px;}
.index-cooperate-list>.item>div{padding-left:25px;padding-right:25px;}
.index-cooperate-list>.item>div + div{margin-top:30px;}
.index-cooperate-list>.item .text{position: relative;width:100%;}
.index-cooperate-list>.item .text>img{max-width:70%;display: inline-block;}
.index-cooperate-list>.item .text h2{font-size: 32px;color:#d8b573;font-weight: 700;margin:20px 0;}
.index-cooperate-list>.item .text h3{font-size: 16px;color:#4a4a4a;font-weight: 700;margin:20px 0;}
.index-cooperate-list>.item .text .img10{max-width:30%;margin-left:-10px;margin-top:35px;position: absolute;}
.index-cooperate-list>.item .imgs{width:100%;}
.index-cooperate-list>.item .img{border-radius: 30px;box-shadow: 0 3px 6px rgba(0,0,0,0.12);}
.index-cooperate-list>.item .img:hover>img{transform: scale(1.1);}
.index-cooperate-list>.item:nth-child(even){flex-direction: row-reverse;}
.index-cooperate-list>.item:nth-child(even) .imgs>.img{width:calc(50% - 9px);float:left;border-radius: 20px;}
.index-cooperate-list>.item:nth-child(even) .imgs>.img:nth-child(n+3){margin-top:18px;}
.index-cooperate-list>.item:nth-child(even) .imgs>.img:nth-child(2n){margin-left:18px;}
.index-cooperate-list>.item:nth-child(2) .text h3{margin:50px 0 20px;}
@media (min-width:768px){
	.index-cooperate-list>.item{display: flex;}
	.index-cooperate-list>.item>div + div{margin-top:0;}
	.index-cooperate-list>.item .text{width:55%;}
	.index-cooperate-list>.item .text h2{font-size: 42px;margin:30px 0;}
	.index-cooperate-list>.item .text h3{font-size: 20px;margin:30px 0;}
	.index-cooperate-list>.item .imgs{width:45%;}
}
@media (min-width:1200px){
	.index-cooperate-list>.item{margin-left:-35px;margin-right:-35px;}
	.index-cooperate-list>.item>div{padding-left:35px;padding-right:35px;}
	.index-cooperate-list>.item .text h2{font-size: 54px;}
	.index-cooperate-list>.item .text h3{font-size: 24px;}
	.index-cooperate-list>.item:nth-child(2) .text h3{margin:80px 0 30px;}
}
@media (min-width:1600px){
	.index-cooperate-list>.item{margin-left:-45px;margin-right:-45px;}
	.index-cooperate-list>.item>div{padding-left:45px;padding-right:45px;}
	.index-cooperate-list>.item .text h2{font-size: 64px;}
	.index-cooperate-list>.item .text h3{font-size: 30px;}
	.index-cooperate-list>.item:nth-child(2) .text h3{margin-bottom:40px;}
}
/*首页 - 合作伙伴*/
.partner-list{margin:0;overflow: hidden;}
.partner-list .column{padding:0;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;margin:-1px 0 0 -1px;}
.partner-list .img>img{width:auto;max-width:100%;margin:0 auto;}
.partner-list .img:hover>img{transform: scale(0.9);}
@media (min-width:992px) and (max-width:1199px){
	.partner-list .column{width:20%;}
}

/*首页 - 关于我们*/
.index-about{padding-top:70px;padding-bottom:70px;}
.index-about .leftBg{position: absolute;width:100%;opacity: 0.4;left:0;top:0;bottom:0;background-repeat: no-repeat;background-position: center;background-size:cover;}
.index-about .leftBg + div{position: relative;}
.index-about-title{margin-bottom:40px;}
.index-about-title .en{font-family:"D-DIN";font-size:32px;line-height: 1;text-transform: uppercase;font-style: italic;}
.index-about-title .ch{font-size:22px;line-height: 1;margin:20px 0 25px;}
.index-about-title .line{position: relative;width:70px;height:7px;}
.index-about-title .line:before,
.index-about-title .line:after{content: '';position: absolute;top:0;background:#fff;}
.index-about-title .line:before{width:86%;height:4px;left:0;top:1.5px;border-radius: 2px;}
.index-about-title .line:after{width:7px;height:7px;right:0;border-radius: 50%;}
.index-about-row{margin:0;}
.index-about-row>div{padding:0;overflow: hidden;}
.index-about-row>.right .tit{font-size:24px;line-height: 1.4;font-weight: 400;}
.index-about-row .InfoContent{margin:25px 0 30px;color:#fff;}
@media (min-width:768px){
	.index-about{padding-top:90px;padding-bottom:90px;}
	.index-about .leftBg{width:50%;opacity: 1;}
	.index-about-row>.right>.inner{padding-left:55px;}
	.index-about-title{margin-bottom: 0;}
	.index-about-title .en{font-size:48px;}
	.index-about-title .ch{font-size:30px;}
	.index-about-row>.right .tit{font-size:30px;}
	.index-about-row .InfoContent{margin:45px 0 50px;}
}
@media (min-width:1200px){
	.index-about{padding-top:110px;padding-bottom:110px;}
	.index-about-title .en{font-size:58px;}
	.index-about-title .ch{font-size:34px;}
	.index-about-title .line{width:100px;}
	.index-about-row>.right>.inner{padding-left:80px;}
	.index-about-row>.right .tit{font-size:34px;}
}
@media (min-width:1600px){
	.index-about-title .en{font-size:64px;}
	.index-about-title .ch{font-size:38px;}
	.index-about-row>.right>.inner{padding-left:110px;}
	.index-about-row>.right .tit{font-size:42px;}
}

/*内页共用*/
.inside-banner{position:relative;overflow:hidden}
.inside-banner img{display:block;width:100%}
.inside-banner-title{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff;}
.inside-banner-title .index-title{margin-bottom:0;}
.inside-banner-title .index-title .h3{color:#fff;}
.crumbsNav-main{background:#f5f5f5;padding:10px 0;}
.crumbsNav{font-size:14px;color:#7b7a7a;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.crumbsNav a{color:#7b7a7a}
.crumbsNav a:hover{color:#333;text-decoration: underline;}

/* 分页 */
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px 0 0;list-style: none;padding:0;}
.pager li{padding:0;margin:5px 0}
.pager li>a,.pager li>span{position: relative;display:block;float:none;font-size:16px;border:1px #e4e4e4 solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:35px;height:32px;line-height:32px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a:before,
.pager .next>span:before,
.pager .previous>a:before,
.pager .previous>span:before{content: '';position: absolute;width:0;height:0;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);border-top:7px solid transparent;border-bottom:7px solid transparent;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a:before,
.pager .next>span:before{border-left:8px solid #ccc;}
.pager .previous>a:before,
.pager .previous>span:before{border-right:8px solid #ccc;}
.pager .active>a,
.pager li>a:hover{color:#fff;border-color:#d8b573;background-color:#d8b573}
.pager .next>a:hover:before{border-left-color:#fff;}
.pager .previous>a:hover:before{border-right-color:#fff;}
.pager .previous{margin-right:10px;}
.pager .next{margin-left:10px;}
.pager .total{margin-left:20px;}
.pager .total>span{width:auto;border:none;}

/* 详情页 */
.InfoTitle{padding-bottom:25px;margin-bottom:35px;text-align:center;border-bottom:1px solid #f5f5f5;}
.InfoTitle h2{font-size:20px;margin:0;line-height:1.4;}
.InfoTitle .date{font-size:12px;color:#999;line-height:20px;margin-top:15px;}
.InfoTitle .date>img{margin-right:10px;}

.details-other{position: relative;margin-top:40px;}
.details-other .goBack>.more{background:#d8b573;color:#fff;}
.details-other .goBack:hover{}
.info-previous-next-wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info-previous-next-wrap b{font-weight:400;text-transform:uppercase}
.info-previous-next-wrap a{color:#666;text-decoration:none;display: inline;}
.info-previous-next-wrap a:hover{color:#d8b573}
.info-Next,.info-Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media (max-width: 767px) {
	
}
@media (min-width:768px){
	
	
	.pager,
	.details-other{margin-top:60px}
	
	.info-previous-next-wrap{font-size:16px;}
	.info-Next,.info-Previous{width:45%;}
	.info-Previous{float:left;}
	.info-Next{float:right;text-align:right;}
}
@media (min-width:1200px){
	.InfoTitle h2{font-size:24px}
	.InfoTitle .date{font-size:14px}
}



/* 关于 - 简介、文化及理念 */
.about-row{margin-left:-15px;margin-right:-15px;margin-top:-30px;display: flex;flex-flow: row wrap;}
.about-row>div{position: relative;padding-left:15px;padding-right:15px;margin-top:30px;}

.about-video{max-width:1000px;margin:35px auto 0;}
.about-video .img{cursor: pointer;}
.about-video .img .play{position: absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,0.1);display: flex;justify-content: center;align-items: center;}
.about-video .img .play>img{width:60px;display: block;}
.about-video .img:hover .play>img{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}
.about-video .img:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width:768px){
	.about-row{margin-left:-25px;margin-right:-25px;}
	.about-row>div{padding-left:25px;padding-right:25px;}
	.about-row .InfoContent{position: absolute;left:25px;right:25px;top:0;height:100%;overflow: auto;padding-right:5px;}
	.about-row .InfoContent::-webkit-scrollbar{width:3px;height:3px}
}
@media (min-width:1200px){
	.about-row{margin-left:-35px;margin-right:-35px;}
	.about-row>div{padding-left:35px;padding-right:35px;}
	.about-row .InfoContent{left:35px;right:35px;}
}
@media (min-width: 1600px) {
	.about-row{margin-left:-45px;margin-right:-45px;}
	.about-row>div{padding-left:45px;padding-right:45px;}
	.about-row .InfoContent{left:45px;right:45px;}
}

/* 关于 - 发展历程 */
.history-swiper{position: relative;padding-left:60px;padding-right:60px;margin:80px 0 30px;}
.history-swiper .swiper{padding-left:3.5px;padding-right:3.5px;}
.history-swiper .swiper:before,
.history-swiper .swiper:after{content: '';position: absolute;width:7px;height:7px;background:#d8b573;border-radius: 50%;top:50%;margin-top:-3.5px;z-index: 3;}
.history-swiper .swiper:before{left:0;}
.history-swiper .swiper:after{right:0;}
.history-swiper .swiper>.line{position: absolute;left:0;top:50%;margin-top:-0.5px;width:100%;height:1px;background:rgba(0,0,0,0.3);z-index: 1;}
.history-swiper .swiper-slide{width:300px;margin-left:-150px;z-index: 2;overflow: visible;}
.history-swiper .swiper-slide:nth-child(1){margin-left:0;}
.history-swiper .history-content{position: relative;height:300px;}
.history-swiper .history-content .line{position: absolute;width:1px;height:45%;background:rgba(0,0,0,0.3);left:-0.5px;top:5%;}
.history-swiper .history-content .line:before,
.history-swiper .history-content .line:after{content: '';position: absolute;width:7px;height:7px;background:#d8b573;border-radius: 50%;left:-3.5px;}
.history-swiper .history-content .line:before{top:-3.5px}
.history-swiper .history-content .line:after{bottom:-3.5px}
.history-swiper .history-content .text{position: relative;padding:15px;padding-top:40px;}
.history-swiper .history-content .year{position: absolute;font-size:20px;color:#d8b573;top:0;left:15px;line-height:30px;font-weight: 700;}
.history-swiper .history-content .InfoContent{font-size:14px;line-height:24px;height:72px;overflow: hidden;}

.history-swiper .swiper-slide:nth-child(2n) .history-content{padding-top:150px;}
.history-swiper .swiper-slide:nth-child(2n) .history-content .line{top:auto;bottom:5%;}
.history-swiper .swiper-slide:nth-child(2n) .history-content .text{padding-top:15px;padding-bottom:40px;}
.history-swiper .swiper-slide:nth-child(2n) .history-content .InfoContent{display: flex;flex-direction: column;justify-content: flex-end;}
.history-swiper .swiper-slide:nth-child(2n) .history-content .year{top:auto;bottom:0px;}

.history-swiper .swiper-button-white{width:40px;height:40px;margin-top:-20px;border-radius: 50%;background:#d8b573;color:#fff;transition: all 0.5s;}
.history-swiper .swiper-button-white:after{font-size:14px;}
@media (max-width:767px){
	.history-swiper{padding-left:0;padding-right:0;}
	.history-swiper .swiper-wrapper{display: block;padding-top:3.5px;padding-bottom:3.5px;}
	.history-swiper .swiper>.line,
	.history-swiper .swiper:before,
	.history-swiper .swiper:after{display: none;}
	.history-swiper .swiper-slide{width:100%;margin-left:0;}
	.history-swiper .swiper-button-white{display: none;}
	.history-swiper .history-content{height:auto;padding-top:10px;padding-bottom:10px;}
	.history-swiper .history-content .year{left:35px;}
	.history-swiper .history-content .InfoContent{height:auto;}
	.history-swiper .history-content .line{height:100%;top:22px!important;}
	.history-swiper .history-content .line:after{top:0;bottom:auto;}
	.history-swiper .history-content .line:before{width:25px;height:1px;left:0;top:3px;}
	.history-swiper .swiper-slide:nth-child(1) .history-content .line:before{display: block;}
	.history-swiper .swiper-slide:nth-child(2n) .history-content{padding-top:10px;}
	.history-swiper .swiper-slide:nth-child(2n) .history-content .text{padding-top:40px;padding-bottom:15px;}
	.history-swiper .swiper-slide:nth-child(2n) .history-content .year{top:0;bottom:auto;}
	.history-swiper .swiper-slide:nth-child(2n) .history-content .line{top:0;bottom:auto;}
}
@media (min-width:992px){
	.history-swiper .swiper-slide{width:340px;margin-left:-170px;}
}
@media (min-width:1200px){
	.history-swiper .swiper-slide{width:410px;margin-left:-205px;}
}
@media (min-width:1400px){
	.history-swiper .swiper-slide{width:480px;margin-left:-240px;}
}
@media (min-width:1600px){
	.history-swiper .swiper-slide{width:540px;margin-left:-270px;}
}

/* 关于 - 荣誉资质 */
.honor-list{position: relative;padding:5px 0;overflow: hidden;}
.honor-list .swiper{width:118%;margin-left:-9%;}
.honor-list .swiper-slide{transform: translateX(40%) scale(0.75);transition: all 0.5s;z-index: 1;opacity: 0.8;}
.honor-list .swiper-slide-prev{transform: translateX(15%) scale(0.85);z-index: 2;opacity: 0.9;}
.honor-list .swiper-slide-active{transform: none;z-index: 3;opacity: 1;}
.honor-list .swiper-slide-next{transform: translateX(-15%) scale(0.85);z-index: 2;opacity: 0.9;}
.honor-list .swiper-slide-next + .swiper-slide{transform: translateX(-40%) scale(0.75);}
.honor-list ul{list-style: none;padding:0;margin-bottom:0;}
.honor-list p{font-size:16px;line-height:30px;margin:15px 0 0;text-align: center;}
.honor-list .img:after{content: '';position: absolute;left:0;top:0;right:0;bottom:0;border:1px dashed #ccc;}
.honor-list .img:before{content: '';position: absolute;width:100%;height:100%;left:50%;top:50%;transform: translate(-50%,-50%);background-color:rgba(0,0,0,0.2);background-image: url(../images/icon/i1h.png);background-repeat: no-repeat;background-position: center;visibility: hidden;opacity: 0;transition: all 0.5s;z-index: 3;}
.honor-list li:hover .img:before{opacity: 1;visibility: visible;}
#lightGallery-Gallery .thumb_cont .thumb_info .count{opacity:0}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:#d8b573;color:#fff;opacity: 1;transition: all 0.5s;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight:lighter}
#lightGallery-outer #lightGallery-close:hover{background:#d8b573;color:#fff;transform: rotate(360deg);}
@media (min-width:768px){
	.honor-list{padding:10px 0;}
	.honor-list .swiper{width:125%;margin-left:-12.5%;}
}
@media (min-width:1200px){
	.honor-list p{font-size:18px;}
}

/* 科研服务 - 科研中心 */
.imgs-list .inner{position: relative;cursor: pointer;}
.imgs-list h2{position: static;color:#333;background:#f5f5f5;}
.imgs-list .inner:hover h2{color:#fff;background:#d8b573;}

/* 科研服务 - 应用领域 */
.area-list{overflow: hidden;}
.area-list-row{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #f5f5f5;flex-flow: row-reverse wrap;align-items: center;}
.area-list-row:nth-child(2n){flex-direction: row;}
.area-list-row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}
.area-list-row h5{font-size:20px;margin:0;}
.area-list-row .InfoContent{line-height:30px;max-height:90px;margin-top:15px;margin-bottom:20px;}
.area-list-row .img{border-radius: 20px;}
.area-list-row .img>img{width:auto;max-width:100%;}
.area-list-row:hover .img>img{transform: scale(1.03);}
.area-list-row:hover h5{color:#d8b573;}
@media (max-width:767px){
	.area-list-row .text{margin-bottom:30px;}
}
@media (min-width:768px){
	.area-list-row{margin-left:-25px;margin-right:-25px;}
	.area-list-row>div{padding-left:25px;padding-right:25px;}
	.area-list-row .InfoContent{margin-bottom:30px;}
}
@media (min-width:1200px){
	.area-list-row{margin-left:-50px;margin-right:-50px;padding-bottom:50px;margin-bottom:50px;}
	.area-list-row>div{padding-left:50px;padding-right:50px;}
	.area-list-row .InfoContent{margin-bottom:50px;max-height:150px;}
	.area-list-row h5{font-size:24px;}
}
@media (min-width:1600px){
	.area-list-row{margin-left:-70px;margin-right:-70px;padding-bottom:70px;margin-bottom:70px;}
	.area-list-row>div{padding-left:70px;padding-right:70px;}
	.area-list-row .InfoContent{margin-bottom:60px;}
	.area-list-row h5{font-size:28px;}
}


/* 科研服务 - 质量管理 */
.qc-list{margin-left:-7px;margin-right:-7px;margin-top:-30px;}
.qc-list .column{padding-left:7px;padding-right:7px;margin-top:20px;}
.qc-list a{display: block;background:#f9f9f9;transition: all 0.5s;}
.qc-list .text{text-align: center;padding:15px 10px;}
.qc-list h5{font-size:18px;margin:0;}
.qc-list a:hover{background:#d8b573;color:#fff;}
.qc-list .img .play{position: absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,0.1);display: flex;justify-content: center;align-items: center;}
.qc-list .img .play>img{width:60px;display: block;}
.qc-list a:hover .play>img{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}
.qc-list a:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (max-width:479px){
	.qc-list .column{width:100%;}
}
@media (min-width:768px){
	.qc-list{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.qc-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width:1200px){
	.qc-list h5{font-size:18px;}
	.qc-list .text{padding:20px 15px;}
}

.videoModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.videoModal .btn-close{position:absolute;width:30px;height:30px;background:#d8b573;opacity:1;color:#fff;z-index:999;right:5%;top:5%;border-radius:50%;}
.videoModal .btn-close>i{display: block;font-style: normal;background:url(../images/icon/close.png) no-repeat center;width:100%;height:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.videoModal .btn-close:focus{outline:0}
.videoModal .btn-close:hover{background-color:#d8b573;}
.videoModal .btn-close:hover>i{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.videoModal .modal-body{padding:0;}
.videoModal .modal-content{padding:0;border:none;border-radius: 0;background:#2e2e2e;box-shadow: 0 0 0 rgba(0,0,0,0);}
.videoModal .video{display: block;width:100%;margin:0 auto;outline: none;max-height:80vh;background:#2e2e2e;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (max-width:767px){
	.videoModal .modal-dialog{padding-left:0;padding-right:0;}
}
@media (min-width:768px){
	.videoModal .modal-dialog{width:80%;max-width:1200px;}
	.videoModal .btn-close{right:5%;top:10%;}
}

/* 科研服务 - 文件下载 */
.download-list .column{margin-bottom:5px;}
.download-list a{display: block;color:#333;font-size:16px;padding:15px 0;line-height:26px;border-bottom:1px dashed #ddd;padding-right:50px;background-image:url(../images/icon/i16.png);background-size:20px auto;background-position: right center;background-repeat: no-repeat;transition: all 0.3s;}
.download-list a:hover{color:#d8b573;background-image:url(../images/icon/i16h.png);}
@media (min-width:992px){
	.download-list{margin-left:-25px;margin-right:-25px;}
	.download-list .column{padding-left:25px;padding-right:25px;margin-bottom:10px;}
	.download-list a{line-height:30px;font-size:18px;background-size:30px auto;padding-right:60px;}
}

/*产品详情*/
.productDetailsTop{margin:0 -10px;overflow:hidden;display: flex;flex-flow: row-reverse wrap;}
.productDetailsTop>div{margin-bottom:40px;padding:0 10px;}
.productDetailsTop .swiper-slide>img{display:block;width:100%;margin:0 auto;}
.album-big{width:100%;margin-bottom:10px;}
.album-big .swiper-slide{cursor:pointer;overflow:hidden;background:#f5f5f5;}
.album-big .swiper-button-next,
.album-big .swiper-button-prev{width:40px;height:40px;margin-top:-20px;background:#d8b573;color:#fff;border-radius: 50%;-webkit-transition:all .5s;transition:all .5s}
.album-big .swiper-button-prev{left:-60px;}
.album-big .swiper-button-next{right:-60px;}
.album-big .swiper-button-prev:after,
.album-big .swiper-button-next:after{font-size:14px;}
.album-small .swiper-slide-thumb-active:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:2px solid #d8b573;}
.album-big:hover .swiper-button-prev{left:20px;}
.album-big:hover .swiper-button-next{right:20px;}
.productDetailsBottom{}
@media (min-width:768px){
	.productDetailsTop{margin-left:-25px;margin-right:-25px;}
	.productDetailsTop>div{padding-left:25px;padding-right:25px;}
}

/* 新闻资讯 */
.news_list{margin:-40px -15px 0;}
.news_list .column{padding-left:15px;padding-right:15px;margin-top:40px;}
.news_list a{display:block;}
.news_list .date{font-size:14px;font-family:"D-DIN";font-size:16px;}
.news_list h5{position:relative;font-size:16px;margin:10px 0;overflow:hidden;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_list h5:before{content: '—';position:absolute;width:0px;color:#d8b573;overflow:hidden;left:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.news_list .p{color:#727373;font-size:14px;line-height:24px;max-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_list a:hover h5:before{width:36px;}
.news_list a:hover h5{padding-left:36px;color:#d8b573;}
@media (min-width:992px){
	.news_list{margin-left:-25px;margin-right:-25px;margin-top:-50px;}
    .news_list .column{padding-left:25px;padding-right:25px;margin-top:50px;}
}
@media (min-width:1200px){
	.news_list h5{font-size:18px;margin:18px 0 15px;}
}
@media (min-width:1450px){
	.news_list{margin-left:-30px;margin-right:-30px;margin-top:-60px;}
	.news_list .column{padding-left:30px;padding-right:30px;margin-top:60px;}
	.news_list h5{font-size:20px;}
}



/* 联系我们 */
.contact-row .hrefAnchor{top:-120px;}
.contact-row{margin-left:-30px;margin-right:-30px;margin-top:-55px;}
.contact-row>div{position: relative;padding-left:30px;padding-right:30px;margin-top:55px;}
.contact-row .index-title{margin-bottom:30px;}
.contact-row .index-title .h2{margin-bottom:0;}
.contact-text .InfoContent{font-family:"D-DIN";}
.contact-ewms{margin-top:50px;text-align: center;display: flex;flex-flow: row wrap;}
.contact-ewms .item{margin-right:20px;max-width:110px;}
.contact-ewms .item:last-child{margin-right:0;}
.contact-ewms img{margin:0 auto 10px;display: block;}

.message-form .row{margin-left:-20px;margin-right:-20px}
.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:30px}
.message-form .inner{position:relative}
.message-form label{position:absolute;top:0;left:0;right:0;margin:0;height:45px;line-height:45px;padding:0 15px;color:#999;font-size:16px;overflow:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s}
.message-form .input_filled.error label,.message-form label.incorrect{display:none}
.message-form .input_filled.error label.incorrect{display:block}
.message-form .input_filled label{font-size:14px;height:auto;line-height:20px;-webkit-transform:translate3d(0,-120%,0);transform:translate3d(0,-120%,0);padding:0}
.message-form .error label{color:red}
.message-form .form-control{display:block;font-size:16px;height:45px;border-radius:4px;box-shadow:none;color:#333;padding:0 15px;background:none;border-color:#dedede;}
.message-form .error .valid_message{font-size:12px;line-height:20px;color:red;position:absolute;left:0;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:none}
.message-form textarea.form-control{height:160px;padding:15px;}
.message-form select.form-control{-webkit-appearance: button;-moz-appearance: button;appearance: button;}
.message-form .img-code-input{display:flex;align-items:center}
.message-form .img-code-input .inner{width:100%}
.message-form .img-code-input .img-code{flex:0 0 auto;width:100px;height:45px}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;}
.message-form .btn{padding:0;background:#d8b573;color:#fff;}
@media (min-width:768px){
	.contact-row .hrefAnchor{top:-160px;}
	.contact-row .index-title{margin-bottom:40px;}
	.contact-ewms .item{margin-right:30px;}
	.contact-text .InfoContent{margin-top:-15px;}
}
@media (min-width:1200px){
	.contact-row{margin-left:-50px;margin-right:-50px;}
	.contact-row>div{padding-left:50px;padding-right:50px;}
	.contact-row .index-title{margin-bottom:50px;}
	.contact-ewms .item{margin-right:40px;}
}