/* 2023-03 HLP */
/* 滚动条样式 */
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:#e7980b;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#e7980b}
::-webkit-scrollbar-thumb:vertical:hover{background:#e7980b} */

/* 字体 */
@font-face{
	font-family:"DIN-Bold";
	src:url(../fonts/D-DIN-Bold.otf) format("truetype"),url(../fonts/D-DIN-Bold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-R";
	src: url("../fonts/GILROY-REGULAR-3.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-L";
	src: url("../fonts/GILROY-LIGHT-11.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-D";
	src: url("../fonts/GILROY-BOLD-4.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* css reset start */
body{font-family:"微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial;color:#333;width:100%;min-width:320px;font-size:14px;background:#fff;word-break:break-word;overflow-x:hidden}
textarea{resize:none}
a{text-decoration:none;outline: none;color:#333;}
a:hover{color:#e7980b}
.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 .8s;transition:all .8s}
.img img{display:block;width:100%;-webkit-transition:all .8s;transition:all .8s}
.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.15) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 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}
img[onclick]{cursor:pointer}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:50vh;}
.inside-main{width:100%;padding-top:50px;padding-bottom:50px;overflow:hidden;position:relative}
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.svg) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:120px;z-index:1;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:15px}
.gotop:hover{background-image:url(../images/icon/gotop.png)}
.InfoContent{color:#666;line-height:2}
.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;}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: none;}
}
@media (max-width:767px){
	.wrapper{padding-top:60px;}
	.PC-show{display:none!important}
	.gotop{width:30px;height:30px}
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	.wrapper{padding-top:80px;}
	.inside-main{padding-top:70px;padding-bottom:70px;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
}
@media (min-width:1200px){
	.wrapper{padding-top:100px;}
	.inside-main{padding-top:90px;padding-bottom:90px;}
}
@media (min-width:1600px){
	.inside-main{padding-top:110px;padding-bottom:110px;}
	.container{max-width:1400px}
}
@media (min-width:1800px){
	.container{max-width:1600px}
}

/* 横屏 */
@media (max-width:767px) and (orientation:landscape){

}
/* 竖屏 */
@media (max-width:767px) and (orientation:portrait){

}




/* header */
.header .navbar{padding:0;background:#fff;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.header.changeBg .navbar{box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
.header .container{position:relative}
.header .navbar-brand{padding:10px 0}
.navbar-brand .navbar-brand-item{display:block;height:40px}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;color:#333;display: block;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .active .nav-link,
.header .nav-link:hover{color:#333}
.header .nav-link:after{content: '';position: absolute;width:7px;height:7px;background:#e7980b;border-radius: 50%;left:50%;transform: translate(-50%,0);bottom:-10px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .nav-link:hover:after,
.header .active>.nav-link:after{bottom:13px;opacity: 1;}


.header .navbar-toggler{padding:0;border:none;width:30px;height:30px}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#333;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-menu>li{border-bottom:1px dashed #e4e4e4;}
.header .dropdown-item{font-size:14px;color:#333;line-height:20px;padding:10px;}
.header .dropdown-menu .dropdown-item+.dropdown-item{border-top:1px #e4e4e4 dashed}
.header .dropdown-item:hover{color:#e7980b;background-color:transparent}
@media (max-width:767px){
	.header .navbar{background:#fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.header .nav-link{padding:15px 0;border-bottom:1px solid #e4e4e4;}
	.header .nav-link:after{left:-10px;bottom:auto;top:50%;transform: translate(0,-50%);}
	.header .nav-link:hover:after,
	.header .active>.nav-link:after{bottom:auto;left:0;}
	.header .active .nav-link,
	.header .nav-link:hover{padding-left:15px;}
	.header .navbar-collapse{max-height:calc(100vh - 60px);overflow-y: auto;}
	.header .navbar-toggler{position:absolute;right:15px;top:15px}
	
	/* 二级导航 */
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav{overflow: hidden;}
	.navbar-nav>.dropdown>i{position:absolute;width:50%;height:50px;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 #222;border-right:1px solid #222;transform: rotate(45deg);transition:all .3s;}
	.navbar-nav>.dropdown>i:after{display: none;}
	.navbar-nav>.dropdown>i.show:before{transform: rotate(135deg);}
	.header .dropdown-item{color:#666;padding-left:calc(15px + 1em);}
}
@media (min-width:768px){
	.header .navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand .navbar-brand-item{height:50px}
	.header .nav-item+.nav-item{margin-left:25px}
	.header .nav-link{font-size:16px;padding-left:0!important;padding-right:0!important;padding:25px 0;line-height:30px}
	.header .dropdown-menu{min-width:120px;box-shadow:none;text-align:center;padding:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background:rgba(255,255,255,0.9);border-bottom:2px solid #e7980b;}
	
	.navbar .nav-item{-webkit-transition:all .2s;transition:all .2s}
	.navbar .nav-item:nth-child(1){-webkit-transition-delay:35ms;transition-delay:35ms}
	.navbar .nav-item:nth-child(2){-webkit-transition-delay:.105s;transition-delay:.105s}
	.navbar .nav-item:nth-child(3){-webkit-transition-delay:.175s;transition-delay:.175s}
	.navbar .nav-item:nth-child(4){-webkit-transition-delay:.245s;transition-delay:.245s}
	.navbar .nav-item:nth-child(5){-webkit-transition-delay:.315s;transition-delay:.315s}
	.navbar .nav-item:nth-child(6){-webkit-transition-delay:.385s;transition-delay:.385s}
	.navbar .nav-item:nth-child(7){-webkit-transition-delay:.455s;transition-delay:.455s}
	.navbar .nav-item:nth-child(8){-webkit-transition-delay:.525s;transition-delay:.525s}
	.navbar .nav-item:nth-child(9){-webkit-transition-delay:.595s;transition-delay:.595s}
}
@media (min-width:992px){
	.header .nav-item+.nav-item{margin-left:35px}
}
@media (min-width:1200px){
	.header .navbar-brand{padding-top:20px;padding-bottom:20px;}
	.navbar-brand .navbar-brand-item{height:60px}
	.header .dropdown-menu>li:last-child{border-bottom:none;}
	.header .nav-item+.nav-item{margin-left:60px}
	.header .nav-link:hover:after,
	.header .active>.nav-link:after{bottom:13px;}
}
@media (min-width:1400px){
	.header .nav-link{padding-top:35px;padding-bottom:35px;}
}
@media (min-width:1600px){
	.header .nav-item+.nav-item{margin-left:80px}
}
@media (min-width:1800px){
	.header .nav-item+.nav-item{margin-left:100px}
}



/*foot*/
.footer{background:#f6f6f6;color:#666;width:100%;overflow: hidden;}
.foot-top{overflow: hidden;padding:40px 0 10px;border-bottom:1px solid #ededed;}
.foot-logo{display: flex;align-items: center;justify-content: center;}
.foot-logo>a{display: block;margin-right:25px;}
.foot-logo>a:last-child{margin-right:0;}
.foot-logo>a>img{display: block;height:50px;}
.foot-share{display:flex;justify-content: center;margin-bottom:30px;}
.foot-share>a{position:relative;width:40px;height:40px;border-radius: 50%;border:1px solid #e1e1e1;margin:20px 12px 0 0;color:#fff;font-size:16px;display: flex;justify-content: center;align-items: center;}
.foot-share>a:before{content: '';position: absolute;border-radius: 50%;left:50%;top:50%;transform: translate(-50%,-50%) scale(0.5);width:50%;height:50%;background:rgba(231,152,11,,0);transition: all 0.5s;}
.foot-share>a:hover:before{transform: translate(-50%,-50%) scale(2);background:rgba(231,152,11,0.5);opacity: 0;}
.foot-share>a>img{display: block;width:24px;height:24px;position: relative;}
.foot-share>a:last-child{margin-right:0;}
.foot-share>a>.default{display:block}
.foot-share>a>.hover{display:none}
.foot-share>a>div{position:absolute;width:120px;bottom:100%;left:50%;margin-left:-60px;margin-bottom:15px;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .5s;transition:all .5s}
.foot-share>a>div>img{width:100%}
.foot-share>a:hover{border-color:#e7980b;}
.foot-share>a:hover>.default{display:none}
.foot-share>a:hover>.hover{display:block}
.foot-share>a:hover>div{visibility:visible;opacity:1;transform:none}
.foot-top-right{float:none;}
.foot-nav{display: flex;flex-flow: row wrap;justify-content: space-between;margin-left:-15px;margin-right:-15px;}
.foot-nav>dl{padding-left:15px;padding-right:15px;margin-bottom:35px;}
.foot-nav a{position: relative;display: block;top:0;line-height: inherit;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot-nav a:hover{color:#e7980b;top:-2px;}
.foot-nav dt>a{font-size:16px;font-weight: 400;color:#333;line-height: 1;margin-bottom:20px;}
.foot-nav dd{margin:0;}
.foot-nav dd>a{color:#666;margin-bottom:10px;line-height: 1;}
.foot-nav dd>a:last-child{margin-bottom:0;}
.foot-middle{padding:20px 0;margin-left:-10px;margin-right:-10px;}
.foot-middle dl{margin:15px 0;padding-left:10px;padding-right:10px;}
.foot-middle dt{font-size:14px;margin-bottom:10px;font-weight: 400;}
.foot-middle dd{position: relative;padding-left:35px;line-height:30px;font-size:16px;margin-bottom:0;}
.foot-middle dd font{font-size:20px;}
.foot-middle dd .icon{position: absolute;left:0;top:3px;}

.copyright{position: relative;padding:17px 0;line-height:24px;color:#999;}
.copyright:before{content: '';position: absolute;width:100%;height:1px;background:#ededed;left:0;top:0;}
.copyright p{margin:0;}
.copyright a{display: inline-block;color:#999;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{text-decoration: underline;}
img.support{display:block;height:14px;vertical-align: -2px!important;}
@media (max-width:991px){
	.copyright{font-size:12px;text-align: center;}
	img.support{height:12px;}
}
@media (max-width:767px){
	.foot-nav{justify-content: flex-start;display: none;}
}
@media (min-width:576px){
	.foot-middle{display: flex;flex-flow: row wrap;justify-content: space-between;}
	.foot-middle dl{width:50%;}
}
@media (min-width:768px){
	.foot-middle{padding:30px 0;}
	.copyright{display: flex;justify-content: space-between;}
	
	.foot-top{padding:60px 0 30px;}
	.foot-top-left{float:left;width:33.125%;display: block;}
	.foot-logo,.foot-share{justify-content: flex-start;}
	.foot-top-right{float:right;}
	.foot-middle dl{width:33.333333%;}
	.foot-nav{margin-left:-30px;margin-right:-30px;}
	.foot-nav>dl{padding-left:30px;padding-right:30px;}
}
@media (min-width:1200px){
	.foot-top{padding:85px 0 40px;}
	.foot-logo>a>img{height:74px;}
	.foot-share>a{width:50px;height:50px;}
	.foot-nav{margin-left:-45px;margin-right:-45px;}
	.foot-nav>dl{padding-left:45px;padding-right:45px;}
	.foot-nav dt>a{font-size:18px;margin-bottom:40px;}
	.foot-nav dd>a{font-size:16px;margin-bottom:20px;}
	.foot-middle{padding:45px 0;}
	.foot-middle dl{width:auto;margin:20px 0;}
	.foot-middle dt{font-size:16px;}
	.foot-middle dd{font-size: 18px;}
	.foot-middle dd font{font-size:24px;}
}
@media (min-width:1600px){
	.foot-top{padding-top:105px;}
}

/*banner*/
.banner{position: relative;}
.banner-text{position:absolute;width:100%;left:0;right:0;top:50%;transform: translateY(-50%);overflow: hidden;z-index: 2;color:#fff;}
.banner-text .pCh{font-size:20px;line-height: 1.333;opacity:0;font-family: 'Source Han Sans CN','思源黑体 CN';-webkit-transform:translateX(30%);transform:translateX(30%);-webkit-transition:all 0.5s 0.4s;transition:all 0.5s 0.4s;}
.banner-text .public-href{margin-top:30px;opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:all 0.5s 0.6s;transition:all 0.5s 0.6s;}
.banner-text .public-href>.more{font-family: 'Source Han Sans CN','思源黑体 CN';font-weight: lighter;}
.banner .swiper-slide-active .banner-text .pCh,
.banner .swiper-slide-active .banner-text .public-href{opacity:1;-webkit-transform:none;transform:none}
/* .banner .swiper-slide:nth-child(2) .banner-text>img{-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.banner .swiper-slide:nth-child(3) .banner-text>img{-webkit-transform:translateY(50%);transform:translateY(50%)}
.banner .swiper-slide:nth-child(4) .banner-text>img{-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.banner .swiper-slide-active .banner-text>img{opacity:1;-webkit-transform:none!important;transform:none!important;-webkit-transition-delay:.5s;transition-delay:.5s} */


.banner .swiper-pagination{display: flex;justify-content: center;bottom:7.384615%;}
.banner .swiper-pagination-bullet{position: relative;width:18px;height:18px;background:transparent;opacity: 1;overflow: hidden;}
.banner .swiper-pagination-bullet:before{content: '';position: absolute;width:6px;height:6px;background:#fff;opacity: 0.5;left:50%;top:50%;margin-left:-3px;margin-top:-3px;border-radius: 50%;-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-pagination-bullet:after{content: '';position: absolute;width:100%;height:100%;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);opacity: 0;left:50%;top:50%;margin-left:-50%;margin-top:-50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-pagination-bullet-active:before{opacity: 1;}
.banner .swiper-pagination-bullet-active:after{opacity: 1;-webkit-transform: none;transform: none;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width:36px;height:36px;margin-top:-18px;border-radius: 50%;border:1px solid #fff;color:#fff;display: flex;justify-content: center;align-items: center;opacity: 0.5;-webkit-transition:all 0.5s;transition:all 0.5s;display: none;}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{display: none;}
.banner .swiper-button-prev{left:-50px;}
.banner .swiper-button-next{right:-50px;}
.banner:hover .swiper-button-prev{left:2vw;}
.banner:hover .swiper-button-next{right:2vw;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{opacity: 1;}
@media (min-width:768px){
	.banner-text .pCh{font-size:24px;}
	.banner-text .public-href{margin-top:40px;}
}
@media (min-width:992px){
	.banner-text .pCh{font-size:30px;}
	.banner-text .public-href{margin-top:50px;}
}
@media (min-width:1200px){
	.banner-text .pCh{font-size:40px;}
	.banner-text .public-href{margin-top:60px;}
	.banner .swiper-pagination-bullet{width:22px;height:22px;margin:0 7px!important;}
}
@media (min-width:1600px){
	.banner-text .pCh{font-size:50px;}
}

.colorWhite,
.colorWhite *,
.colorWhite .index-title .en{color:#fff;}
.index-title-main{margin-bottom:40px;display: flex;justify-content: space-between;align-items: flex-end;}
.index-title-main .index-title{margin-bottom:0;}
.index-title{margin-bottom:40px;}
.index-title .ch{font-size:24px;margin:0;line-height: 1}
.index-title .en{font-size:12px;margin-top:10px;font-family: 'Gilroy-R';color:#999;}
.index-title-main .more{position: relative;font-size:16px;line-height:30px;padding-right:28px;color:#333;margin-bottom:3px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.index-title-main .more:after{content: '';position: absolute;width:12px;height:12px;right:0;top:9px;background:url(../images/icon/i5.png) no-repeat center;background-size:100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.index-title-main .more:hover{color:#e7980b;}
.index-title-main .more:hover:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;align-items: center;width:140px;max-width:100%;font-size:14px;line-height:38px;border:1px solid #666;border-radius: 25px;color:#333;overflow: hidden;background:transparent;-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.05);left:0;bottom:0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transition: all 0.5s;transition: all 0.5s;}
.public-href>.more>span{position: relative;margin-right:08px;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more>i{position: relative;font-family: arial;padding-top:2px;}
.public-href>.more:hover{color:#fff;border-color:#e7980b;background:#e7980b;}
.public-href>.more:hover>span{margin-right:15px;}
.public-href>.more:hover:before{-webkit-transform: rotate(0);transform: rotate(0);}
.public-href.white>.more{color:#fff;border-color:#fff;}
.public-href.white>.more:hover{color:#fff;border-color:#e7980b;background:#e7980b;}
@media (max-width:767px){
	.index-title-main{display: block;}
	.index-title-main .index-title{margin-bottom:30px;}
	.index-title{text-align: center;}
	.fixedBg{background-attachment: scroll;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index-title .ch{font-size:30px;}
	.index-title .en{font-size:14px;}
	.index-title-main .more{font-size:18px;}
	.index-title-main .more:after{width:14px;height:14px;top:8px;}
}
@media (min-width:1200px){
	.index-title-main,
	.index-title{margin-bottom:50px;}
	.index-title .ch{font-size:36px;}
	.index-title .en{font-size:16px;}
	.index-title-main .more{font-size:20px;}
	.public-href>.more{width:176px;font-size:16px;line-height:48px;}
}
@media (min-width:1600px){
	.index-title-main,
	.index-title{margin-bottom:70px;}
	.index-title .ch{font-size:42px;}
}

/* 首页 - 产品中心 */
.index-product-list{margin:0;}
.index-product-list .column{padding:0;background-repeat: no-repeat;background-size:cover;background-position: center;}
.index-product-list .column:nth-child(1){background-image: url(../images/1.png);}
.index-product-list .column:nth-child(2){background-image: url(../images/2.png);}
.index-product-list .column:nth-child(3){background-image: url(../images/3.png);}
.index-product-list .column:nth-child(4){background-image: url(../images/4.png);}
.index-product-list .column:nth-child(5){background-image: url(../images/5.png);}
.index-product-list .column:nth-child(6){background-image: url(../images/6.png);}
.index-product-list .column:nth-child(1) .img>.text,
.index-product-list .column:nth-child(6) .img>.text{display: block;}
.index-product-list .href{position: relative;display: block;color:#fff;overflow: hidden;height:100%;}
.index-product-list .mask{position: absolute;width:100%;height:100%;left:100%;top:100%;padding:20px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.index-product-list .mask:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.7);}
.index-product-list .text{position: relative;width:100%;text-align: center;}
.index-product-list h2{font-size:16px;margin:0 0 15px;}
.index-product-list p{font-size:12px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.index-product-list .img{padding:35px 0;}
.index-product-list .img>.text{position: absolute;width:100%;padding:20px;left:0;top:0;color:#333;display: none;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-product-list .img>.text>p{color:#666;}
.index-product-list .public-href{margin-top:15px;}
.index-product-list .public-href>.more{border-color:transparent;color:#e7980b;}
.index-product-list .href:hover .img>img{/* -webkit-transform: scale(1.1);transform: scale(1.1); */}
.index-product-list .href:hover .img>.text{-webkit-transform: translateY(-110%);transform: translateY(-110%);}
@media (max-width:991px){
	.index-product-list .public-href>.more{width:130px;line-height: 34px;}
}
@media (max-width:767px){
	.index-product .index-title-main,
	.index-news .index-title-main{display: flex;}
	.index-product .index-title-main .index-title,
	.index-news .index-title-main .index-title{margin-bottom:0;text-align: left;}
	
	.index-product-list .column{width:50%;}
	.index-product-list .column:nth-child(1),
	.index-product-list .column:nth-child(6){width:100%;}
	.index-product-list .column:nth-child(1) .img>img,
	.index-product-list .column:nth-child(6) .img>img{width:64%;margin:50px auto 0;}
}
@media (min-width:768px){
	.index-product-list .column{width:25%;}
	.index-product-list .column:nth-child(1),
	.index-product-list .column:nth-child(6){width:50%;}
	.index-product-list .column:nth-child(1) .img,
	.index-product-list .column:nth-child(6) .img{height:100%;}
	.index-product-list .column:nth-child(1) .img>img,
	.index-product-list .column:nth-child(6) .img>img{position: absolute;width:auto;height:76%;bottom:0;left:50%;transform: translateX(-50%);}
	.index-product-list .public-href{margin-top:25px;}
}
@media (min-width:1200px){
	.index-product-list h2{font-size:20px;}
	.index-product-list p{font-size:14px;}
	.index-product-list .mask,
	.index-product-list .img>.text{padding:30px;}
	.index-product-list .public-href>.more{width:150px;line-height: 40px;}
}
@media (min-width:1600px){
	.index-product-list h2{font-size:24px;}
	.index-product-list p{font-size:16px;}
	.index-product-list .mask,
	.index-product-list .img>.text{padding:40px;}
	.index-product-list .public-href{margin-top:35px;}
}


/* 首页 - 关于我们 */
.index-about{min-height:500px;}
.index-about-content .index-title-main{margin-bottom:0;}
.index-about-content .InfoContent{margin:35px 0 45px;}
.index-about-content .public-href>.more>i{text-indent: -9999px;color:transparent;}
.index-about-content .public-href>.more>i{width:14px;height:14px;background:url(../images/icon/i5w.png) no-repeat center;background-size:auto;-webkit-transition: all 0.3s;transition: all 0.3s;}
.index-about-content .public-href>.more:hover>i{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
@media (max-width:767px){
	.index-about{padding-top:70px;padding-bottom:70px;}
	.index-about .fixedBg:before{content: '';display: block;width:100%;height:100%;background:rgba(0,0,0,0.2);}
	.index-about-content .public-href>.more{margin:0 auto;}
}
@media (min-width:768px){
	.index-about{min-height:600px;}
	.index-about-content{width:50%;}
}
@media (min-width:1200px){
	.index-about{min-height:800px;}
	.index-about-content{width:42.5%;}
	.index-about-content .InfoContent{margin-top:45px;margin-bottom:65px;}
}
@media (min-width:1600px){
	.index-about{min-height:970px;}
	.index-about-content .InfoContent{margin-top:55px;margin-bottom:85px;}
}

/* 首页 - 新闻 */
.index-news-row{margin:0;}
.index-news-row>div{padding:0;overflow: hidden;}
.index-news-row a{display: block;position: relative;}
.index-news-row a:hover h5{font-weight: 700;}
.index-news-row a:hover .more:after{right:10px;}
.index-news-row .swiper-slide .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.38)}
.index-news-row .date{font-family:'Gilroy-D';}
.index-news-row h5{font-size:16px;line-height:26px;height:52px;margin:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-news-swiper .text{position: absolute;width:100%;left:0;bottom:0;color:#fff;padding:20px;}
.index-news-swiper .date{font-family:'Gilroy-R';}
.index-news-swiper h5{margin:15px 0;}
.index-news-swiper .more{position: relative;font-size:14px;width:70px;line-height:30px;font-family:'Gilroy-R';text-transform: uppercase;}
.index-news-swiper .more:after{content: '';position: absolute;right:0;top:50%;margin-top:-4px;width:8px;height:8px;border-top:1px solid #fff;border-right:1px solid #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-news-swiper .swiper-pagination{width:auto;left:auto;right:20px;bottom:30px;display: flex;}
.index-news-swiper .swiper-pagination-bullet{width:8px;height:8px;margin:0 0 0 10px!important;background:#fff;opacity: 1;}
.index-news-swiper .swiper-pagination-bullet-active{background:#e7980b;}
.index-news-row .index-news-list{padding-top:30px;padding-bottom:30px;}
.index-news-list{background:#f6f6f6;display: flex;flex-direction: column;justify-content: center;}
.index-news-list .item{padding:20px 8%;}
.index-news-list a{display: flex;color:#333;}
.index-news-list a .date{color:#e7980b;width:25%;flex: 0 0 auto;line-height:36px;}
.index-news-list a .text{width:100%;overflow: hidden;}
@media (min-width:768px){
	.index-news-swiper .swiper,
	.index-news-swiper .img{height:100%;}
	.index-news-swiper .img>img{width:auto;height:100%;position: absolute;left:50%;transform: translateX(-50%);top:0;}
	.index-news-row .index-news-list{padding-top:20px;padding-bottom:20px;}
	.index-news-list .item{padding:10px 8%;}
}
@media (min-width:1200px){
	.index-news-row{align-items: stretch;}
	.index-news-row h5{font-size:18px;line-height:30px;height:60px;}
	.index-news-row .date{font-size:18px;}
	.index-news-swiper .text{padding:35px;}
	.index-news-swiper h5{font-size:20px;line-height:36px;height:72px;margin:25px 0 35px;}
	.index-news-swiper .more{font-size:16px;}
	.index-news-swiper .swiper-pagination{right:30px;bottom:46px;}
	
	.index-news-list .item{padding:14px 20% 14px 10%;}
}
@media (min-width:1600px){
	.index-news-swiper .text{padding:45px;}
	.index-news-swiper .swiper-pagination{right:40px;bottom:60px;}
	.index-news-list .item{padding:20px 20% 20px 10%;}
}
@media (min-width:1800px){
	.index-news-list a{padding:10px 0;}
	.index-news-swiper h5{font-size:24px;}
}
/*内页*/
.inside-banner{width:100%;overflow:hidden;position:relative;display: flex;flex-direction: column;justify-content: center;}
.inside-banner>img{display:block;width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}

.title-nav{margin-bottom:10px;}
.title-nav .swiper{margin-left:-15px;margin-right:-15px}
.submenu-nav-horizontal{list-style:none;margin:0;padding:0;flex-wrap: nowrap;}
.submenu-nav-horizontal .nav-item{width:auto;padding:0 15px;}
.submenu-nav-horizontal .nav-link{position: relative;font-size:14px;line-height:20px;color:#333;padding:10px 0;background:transparent}
.submenu-nav-horizontal .nav-link:after{content:"";width:0;height:2px;background-color:#e7980b;position:absolute;left:0;bottom:0;-webkit-transition:all .3s;transition:all .3s}
.submenu-nav-horizontal .nav-link.active:after,
.submenu-nav-horizontal .nav-link:hover:after{width:100%;}
.submenu-nav-horizontal .nav-link.active,
.submenu-nav-horizontal .nav-link:hover{color:#e7980b;}
.submenu-nav-horizontal .nav-link.active{font-weight: 700;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:40px -5px 0;list-style: none;padding:0;}
.pager li{padding:0 5px;margin:5px 0;font-size:16px;font-family: 'DIN-Bold';font-weight: 700;}
.pager li>a,.pager li>span{display: block;background-color:transparent;color:#333;border:none;border-radius:0;padding:0;margin:0;width:30px;line-height:40px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a,.pager .next>span,
.pager .previous>a,.pager .previous>span{position: relative;width:40px;height:40px;border-radius: 50%;border:1px solid rgba(232,55,24,0.3);font-size:20px;color:#e7980b;display: flex;justify-content: center;align-items: center;}
.pager .next>a:after,.pager .next>span:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .previous>a:before,.pager .previous>span:before{content: 'prev';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .active>a,.pager li>a:hover{color:#e7980b;background-color:transparent;}
.pager .next>span,.pager .previous>span{border-color:#bebebe;color:#333;}
.pager .next>a:hover{border-color:#e7980b;background-color:transparent;}
.pager .previous>a:hover{border-color:#e7980b;background-color:transparent;}
@media (max-width:768px){
	.submenu-nav-horizontal{display: block;text-align: center;white-space: nowrap;}
	.submenu-nav-horizontal .nav-item{display: inline-block;}
}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (min-width:768px){
	.submenu-nav-horizontal .nav-link{font-size:16px;padding:15px 0;}
	
	.pager{margin-top:60px;}
}
@media (min-width:1200px){
	.title-nav .swiper{margin-left:-25px;margin-right:-25px}
	.submenu-nav-horizontal .nav-item{padding:0 25px}
	
	.pager li>a,.pager li>span{width:40px;line-height:50px;}
	.pager .next>a,.pager .next>span,
	.pager .previous>a,.pager .previous>span{width:50px;height:50px;}
	.pager .next,.pager .previous{margin-left:10px;margin-right:10px;}
}
@media (min-width:1600px){
	.pager{margin-top:85px;}
}


/* 详情 */
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ededed;margin-bottom:40px;}
.details-title .h2{font-size:20px;font-weight: 700;color:#333;line-height:1.4;margin-bottom:0;}
.details-title .time{color:#999;margin-top:10px;font-family:"Gilroy-R";}

.details-other{position: relative;padding:30px 0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-top:40px;}
.goBack{position: absolute;display: block;text-transform:uppercase;color:#e7980b;font-weight:700;font-size:16px;text-align: center;line-height:32px;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack>span{display: block;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:after{content: '';position: absolute;width:32px;height:32px;background:#e7980b url(../images/icon/fanhui-white.png) no-repeat center;border-radius: 50%;left:50%;top:50%;margin-left:-16px;margin-top:-16px;opacity: 0;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:hover{color:#e7980b;}
.goBack:hover>span{opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.goBack:hover:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.info-previous-next-wrap{font-size:16px;overflow: hidden;}
.info-previous-next-wrap a{display: block;position: relative;line-height: 32px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black{position:absolute;width:32px;height:32px;border:1px solid #e7980b;top:50%;margin-top:-16px;border-radius: 50%;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black:after{font-size:12px;color:#e7980b;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-Previous>a{padding-left:50px;}
.info-Previous>a>.swiper-button-black{left:0;}
.info-Next>a{padding-right:50px;}
.info-previous-next-wrap a:hover{color:#e7980b}
.info-previous-next-wrap a:hover .swiper-button-black{background:#e7980b;border-color:#e7980b;}
.info-previous-next-wrap a:hover .swiper-button-black:after{color:#fff;}
.info-Previous>a:hover .swiper-button-black{left:10px;}
.info-Next>a:hover .swiper-button-black{right:10px;}
@media (max-width: 991px) {
	.details-other{padding-right:140px;}
	.info-Next{margin-top:15px;}
	.info-Next>a{padding-right:0;padding-left:50px;}
	.info-Next>a>.swiper-button-black{right:auto;left:0;}
	.goBack{left:auto;right:0;top:50%;transform: translate(0,-50%);}
	.info-Next>a:hover .swiper-button-black{left:10px;}
}
@media (max-width: 767px) {
	.details-other{padding-right:0;}
	.goBack{position: relative;margin:0 auto 30px;transform: none;}
}
@media (min-width:992px){
	.info-previous-next-wrap{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
	.info-Next,.info-Previous{max-width:40%;}
}
@media (min-width:1200px){
	.details-title{margin-bottom:60px;}
	.details-title .time{font-size:16px;margin-top:20px;}
	.details-title .h2{font-size:24px;}
	
	.details-other{padding:55px 0;margin-top:70px;}
	.info-previous-next-wrap a{line-height: 42px;}
	.info-previous-next-wrap .swiper-button-black{width:42px;height:42px;margin-top:-21px;}
	.info-Previous>a{padding-left:80px;}
	.info-Next>a{padding-right:80px;}
	.info-Previous>a:hover .swiper-button-black{left:15px;}
	.info-Next>a:hover .swiper-button-black{right:15px;}
	.info-previous-next-wrap .swiper-button-black:after{font-size:18px;}
	.goBack{line-height:42px;}
	.goBack:after{width:42px;height:42px;margin-left:-21px;margin-top:-21px;}
}

/* 产品中心 */
.product-title{margin-bottom:50px;text-align: center;}
.product-title .h2{line-height:1.5;margin-bottom:0;font-size:28px;}
.product-list{margin:0;}
.product-list .column{padding:0;border:1px solid #e0e0e0;margin-left:-1px;margin-top:-1px;}
.product-list .href{display: block;text-align: center;color:#333;padding:20px;}
.product-list .text{padding:30px 0 15px;}
.product-list .h2{margin-bottom:15px;font-size:16px;}
.product-list .p{color:#666;line-height:24px;height:48px;}
.product-list .more{width:auto;line-height:24px;font-size:14px;border-radius:0;color:#999;border:none;display: block;background:none;}
.product-list .href:hover .h2{color:#e7980b;}
.product-list .href:hover .more{color:#e7980b;}
.product-list .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.product-list .public-href>.more:hover,
.product-list .href:hover .public-href>.more{color:#e7980b;background:none;}
.product-list .href:hover .public-href>.more>span{margin-right:15px;}


.sidebar-nav{}
.sidebar-submenu{border:1px solid #e0e0e0;}
.sidebar-submenu,
.sidebar-submenu ul{list-style: none;padding:0;}
.sidebar-submenu a>.icon{position: absolute;width:100%;height:100%;left:0;top:0;display: block;}
.sidebar-submenu a>.icon:before,
.sidebar-submenu a>.icon:after{content: '';position: absolute;display: block;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li{-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li>a{position: relative;display: block;padding:15px;padding-right:40px!important;line-height:30px;border-bottom:1px solid #e0e0e0;background-color:transparent;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu>li>a{font-size:18px;color:#333;}
.sidebar-submenu>li>a>.icon:before{width:13px;height:1px;right:15px;top:30px;background:#333;}
.sidebar-submenu>li>a>.icon:after{width:1px;height:13px;right:21px;top:24px;background:#333;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover,
.sidebar-submenu>li.active>a{background-color:transparent;color:#e7980b;}
.sidebar-submenu>li>a:focus>.icon:before,
.sidebar-submenu>li>a:hover>.icon:before,
.sidebar-submenu>li.active>a>.icon:before,
.sidebar-submenu>li>a:focus>.icon:after,
.sidebar-submenu>li>a:hover>.icon:after,
.sidebar-submenu>li.active>a>.icon:after{background:#e7980b;}

.two-submenu{display: none;}
.two-submenu a:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;top:27.5px;background:#999;-webkit-transition: all 0.5s;transition: all 0.5s;}
.two-submenu>li>a{padding-left:45px;font-size:16px;color:#666;}
.two-submenu>li>a:before{left:30px;}
.two-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:#e7980b;}
.two-submenu>li>a:hover:before,
.two-submenu>.active>a:before{background:#e7980b;}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:#e7980b;border-top-color:#e7980b;}

.three-submenu{display: none;}
.three-submenu>li>a{padding-left:70px;font-size:14px;color:#666;}
.three-submenu>li>a:before{left:55px;}
.three-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.three-submenu>li>a>.icon:after{display: none;}
.three-submenu>li>a:hover,
.three-submenu>.active>a{color:#e7980b;}
.three-submenu>li>a:hover:before,
.three-submenu>.active>a:before{background:#e7980b;}
.three-submenu>li>a:hover>.icon:before,
.three-submenu>.active>a>.icon:before{border-right-color:#e7980b;border-top-color:#e7980b;}

.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/submenu.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;-webkit-transition: all 0.3s;transition: all 0.3s;}
/* .in .navIcon:after{background:url(../images/icon/close1.png) no-repeat center;background-size:auto;} */
@media (max-width: 991px) {
	.sidebar-title{position: relative;background:#f9f9f9;padding:15px 55px 15px 15px;text-align: left;margin-bottom:0;}
	.sidebar-title .h2{font-size:18px;font-weight: 700;}
	.sidebar-nav{margin-bottom:40px;border:none}
	.sidebar-submenu{display: none;border:1px solid #e0e0e0;border-bottom:none;}
}
@media (min-width: 768px) {
	.product-list .more{font-size:16px;}
	.product-list .h2{font-size:18px;}
}
@media (min-width: 992px) {
	.sidebar-nav{float:left;width:25%;top:110px;position: sticky;position: -webkit-sticky;border-bottom:none;margin-bottom:50px;}
	.sidebar-nav .sidebar-title{margin-bottom:20px;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:25%;padding-left:60px;}
	.product-title{padding-left:calc(25% + 60px);}
}
@media (min-width: 1200px) {
	.sidebar-submenu li>a{padding:20px;}
	.sidebar-submenu>li>a{font-size:20px;}
	.sidebar-submenu>li>a>.icon:before{right:18px;top:35px;}
	.sidebar-submenu>li>a>.icon:after{right:24px;top:29px;}
	.two-submenu>li>a{font-size:18px;padding-left:48px;}
	.two-submenu>li>a:before{left:34px;top:32.5px;}
	.two-submenu>li>a>.icon:before{top:30px;}
	.three-submenu>li>a{font-size:16px;padding-left:70px;}
	.three-submenu>li>a:before{left:55px;top:32.5px;}
	.three-submenu>li>a>.icon:before{top:30px;}

	.product-list .h2{font-size:20px;}
}
@media (min-width: 1400px) {
	.sidebar-nav{width:20%;}
	.rightContent{margin-left:20%;padding-left:70px;}
	.product-title{padding-left:calc(20% + 70px);}
}
@media (min-width: 1600px) {
	.sidebar-submenu li>a{padding:25px 20px;}
	.sidebar-submenu>li>a{font-size:22px;}
	.sidebar-submenu>li>a>.icon:before{top:40px;}
	.sidebar-submenu>li>a>.icon:after{top:34px;}
	.two-submenu>li>a{font-size:20px;padding-left:52px;}
	.two-submenu>li>a:before{left:38px;top:37.5px;}
	.two-submenu>li>a>.icon:before{top:36px;}
	.three-submenu>li>a{font-size:18px;padding-left:75px;}
	.three-submenu>li>a:before{left:60px;top:37.5px;}
	.three-submenu>li>a>.icon:before{top:36px;}

	.product-title .h2{font-size:32px;}
	.product-list .h2{font-size:24px;}
}
@media (min-width: 1800px) {
	.sidebar-nav{width:18.75%;}
	.rightContent{margin-left:18.75%;padding-left:85px;}
	.product-title{padding-left:calc(18.75% + 85px);}
	.product-title .h2{font-size:36px;}
}

/* 二维码列表 */
.shop-ewm{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
.shop-ewm .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.shop-ewm .img{border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,0.15);}
.shop-ewm p{text-align: center;font-size:14px;font-weight: 700;margin:15px 0 0;}
.shop-ewm-main{margin-top:50px;}
.shop-ewm-main .product-details-title{background:#f9f9f9;padding:10px 15px;}
@media (min-width: 768px) {
	.shop-ewm-main{margin-top:70px;}
}
@media (min-width: 992px) {
	.shop-ewm .column{width:20%;}
	.shop-ewm-main .shop-ewm .column{width:25%;}
}
@media (min-width: 1200px) {
	.shop-ewm{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.shop-ewm .column{width:16.666666%;padding-left:20px;padding-right:20px;margin-top:40px;}
	.shop-ewm p{font-size:16px;}
	
	.shop-ewm-main{margin-top:100px;}
	.shop-ewm-main .shop-ewm .column{width:20%;}
}

@media (min-width: 1600px) {
	.shop-ewm{margin-left:-25px;margin-right:-25px;margin-top:-50px;}
	.shop-ewm .column{padding-left:25px;padding-right:25px;margin-top:50px;}
}

/* 产品详情 */
.crumbs-top{position: relative;padding:25px 0;font-size:12px;border-bottom:1px solid #ededed;}
.crumbs-top .container{position: relative;}
.crumbs-nav{display: flex;align-items: center;flex-flow: row wrap;color:#666;line-height:30px;}
.crumbs-nav .icon{width:20px;height:20px;background:url(../images/icon/i38.png) no-repeat center;margin-right:10px;font-family: arial;}
.crumbs-nav i:not(.icon){margin:0 5px;font-family: arial;}
.crumbs-nav a{color:inherit;}
.crumbs-nav a:last-child{color:#e7980b;font-weight: 700;}
.crumbs-nav a:hover{color:#e7980b;}
.crumbs-top .goBack{position: absolute;width:30px;height:30px;right:0;top:0;line-height: 30px;left:auto;-webkit-transform: none;transform: none;font-size:inherit;font-weight: 400;color:#666;margin:0;text-indent: -9999px;overflow: hidden;}
.crumbs-top .goBack:after{width:30px;height:30px;top:0;left:auto;margin:0;right:0;opacity: 1;-webkit-transform: none;transform: none;background-color:#666;}
.crumbs-top .goBack:hover{color:#e7980b;}
.crumbs-top .goBack:hover:after{background-color:#e7980b;}
.product-details-title{font-size:20px;font-weight: 700;line-height:1.4;color:#333;margin-bottom:20px;}
.product-details-top .row{flex-direction: row-reverse;margin:0;}
.product-details-top .row>div{padding:0;margin-bottom:40px;}

.product-details-top .product-details-title{margin-bottom:20px;}
.product-details-top .InfoContent{padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid #eaeaea;}
.product-details-top .gallery-thumbs .swiper-slide{height:auto;}
.product-details-top .gallery-thumbs .img{border:1px solid #eaeaea;height:100%;}
.product-details-top .gallery-thumbs .img>img{width:auto;max-width:100%;}
.product-details-top .album-small-title{font-size:20px;font-weight: 700;margin:0 0 30px;color:#333;}
.product-details-top .btns{margin-top:35px;}
.product-details-top .public-href{display: flex;flex-flow: row wrap;}
.product-details-top .public-href>.more{margin-right:4%;max-width:48%;}
.product-details-top .public-href>.more:last-child{margin-right:0;}
.product-details-top .public-href>.btn1{border-color:#e7980b;background:#e7980b;color:#fff;}
.product-details-top .public-href>.btn2{cursor: default;}
.product-details-top .public-href>.btn2>span{margin:0;}
.product-details-top .public-href>.more:hover>span{margin-right:0;}
.product-details-top .gallery-top .img{background:#fff;border:10px solid #f9f9f9;}
.product-details-top .gallery-top .img>img{width:600px;max-width:100%;margin:0 auto;}
.product-details-top .swiper-button-prev{left:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-next{right:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-prev,
.product-details-top .swiper-button-next{width:40px;height:40px;border-radius: 50%;border:1px solid #bebebe;color:#333;margin-top:-20px;}
.product-details-top .swiper-button-prev:after,
.product-details-top .swiper-button-next:after{font-size:12px;}
.product-details-top .swiper-button-prev:hover,
.product-details-top .swiper-button-next:hover{border-color:#e7980b;color:#e7980b;}
.product-details-top .gallery-top:hover .swiper-button-prev{left:10px;}
.product-details-top .gallery-top:hover .swiper-button-next{right:10px;}
.product-details-top .swiper-slide-thumb-active .img{border-color:#e7980b;}
.product-details-bottom .product-details-title.border-b{border-bottom:1px solid #eaeaea;padding-bottom:30px;margin-bottom:30px;margin-top:0;}
.product-details-bottom .details-item{margin-top:40px;}
.product-details-bottom .details-item:first-child{margin-top:0;}

/* 产品推荐 */
.related-list{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
.related-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.related-list .href{display: block;background:#f7f7f7;color:#333;height:100%;padding:5px;}
.related-list .text{padding:20px;}
.related-list .h5{position: relative;top:0;font-size:16px;line-height:34px;margin-bottom:0;text-align: center;-webkit-transition:all .5s;transition:all .5s}
.related-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.related-list .href:hover .h5{color:#e7980b;top:-3px;}

@media (max-width: 767px) {
	.crumbs-top .goBack{display: none;}
}
@media (min-width: 768px) {
	.crumbs-top{font-size:14px;}
	.product-details-top .row>.album-small-box{padding-left:50px;}
	.product-details-top .btns{margin-top:55px;}
	.product-details-bottom .details-item{margin-top:50px;}

	.product-details-bottom .download-list .inner{padding-right:100px;}
	.product-details-bottom .download-list h6{font-size:18px;}
	.product-details-bottom .download-list .downBtn{width:100px;}
}
@media (min-width: 1200px) {
	.product-details-title{font-size:24px;margin-bottom:30px;}
	.product-details-top .row>div{margin-bottom:70px;}
	.product-details-top .row>.album-small-box{padding-left:80px;}
	.product-details-top .btns{margin-top:75px;}
	.product-details-top .btns{margin-top:60px;}
	.product-details-top .swiper-button-prev,
	.product-details-top .swiper-button-next{width:50px;height:50px;margin-top:-25px;}
	.product-details-top .public-href>.more{margin-right:40px;}
	.product-details-bottom .details-item{margin-top:80px;}
	.product-details-bottom .product-details-title.border-b{padding-bottom:40px;margin-bottom:40px;}

	.related-list{margin-left:-22.5px;margin-right:-22.5px;margin-top:-45px;}
	.related-list .column{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.related-list .text{padding-top:30px;padding-bottom:30px;}
	.related-list .h5{font-size:20px;}
}

/* 下载 */
.download-list{margin-left:-10px;margin-right:-10px;margin-top:-22px;}
.download-list>div{padding-left:10px;padding-right:10px;margin-top:22px;}
.download-list .inner{display: block;position: relative;border:1px solid #e1e1e1;padding-right:60px;background:#fff;}
.download-list .download-tit{position: relative;width:100%;overflow: hidden;display: flex;align-items: center;padding:15px;}
.download-list .download-tit .icon{margin-right:15px;width:40px;}
.download-list .download-tit h6{width:100%;font-size:16px;line-height:30px;max-height:60px;margin:0;color:#333;padding-right:15px;-webkit-transition:all .5s;transition:all .5s}
.download-list .download-tit p{color:#666666;margin:0;}
.download-list .downBtn{position: absolute;cursor: pointer;right:0;top:0;color:#e7980b;width:60px;height:100%;right:0;top:0;border-left:1px solid #e1e1e1;display: flex;flex-direction: column;justify-content: center;align-items: center;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>i{display: block;width:30px;height:30px;background-image: url(../images/icon/i31.png);background-repeat: no-repeat;background-size:auto;background-position: center;margin:0 auto 5px;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>span{display: block;}
.download-list .inner:hover .download-tit h6{padding-left:8px;}
.download-list .inner:hover .downBtn{background:#e7980b;color:#fff;border-color:#e7980b;}
.download-list .inner:hover .downBtn>i{background-image: url(../images/icon/i31h.png);}
@media (max-width:767px){
	.download-list .download-tit{display: block;padding-left:70px;min-height:90px;}
	.download-list .download-tit .icon{position: absolute;left:15px;top:15px;}
}
@media (min-width:768px){
	.download-list .inner{padding-right:80px;}
	.download-list .download-tit{padding:20px;}
	.download-list .download-tit .icon{width:50px;margin-right:20px;}
	.download-list .download-tit p{width:26%;}
	.download-list .downBtn{width:80px;}
}
@media (min-width:992px){
	.download-list .inner{height:100%;}
	.download-list .download-tit p{font-size:16px;}
}
@media (min-width:1200px){
	.download-list{margin-left:-22.5px;margin-right:-22.5px;margin-top:-45px;}
	.download-list>div{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.download-list .inner{padding-right:110px;}
	.download-list .download-tit{padding:35px;}
	.download-list .download-tit h6{font-size:20px;}
	.download-list .download-tit .icon{width:70px;margin-right:30px;}
	.download-list .downBtn{width:110px;}
}
@media (min-width:1600px){
	.download-list{margin-left:-32.5px;margin-right:-32.5px;margin-top:-65px;}
	.download-list>div{padding-left:32.5px;padding-right:32.5px;margin-top:65px;}
}


/* 视频列表 */
.video-list{margin:-30px -15px 0;}
.video-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.video-list .href{display: block;height:100%;background:#fff;color:#333;box-shadow:0 0 5px rgba(6,0,1,0.2);}
.video-list .text{padding:15px;}
.video-list .h5{font-size:16px;line-height:34px;margin-bottom:0;text-align: center;-webkit-transition:all .5s;transition:all .5s}
.video-list .imgIcon{position: absolute;width:50px;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.video-list .imgIcon>img{display: block;width:100%;}
.video-list .href:hover .h5{color:#e7980b;}
.video-list .href:hover .imgIcon>img{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}
.video-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.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:#e7980b;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:#e7980b;}
.videoModal .btn-close:hover>i{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
/* .videoModal .close span{position:relative;font-weight:lighter;text-shadow:none} */
.videoModal .modal-body{padding:0;}
.videoModal .modal-content{padding:0;border:none;border-radius: 0;background:#fff;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:#000;}
.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%;}
}
@media (min-width:1200px){
	.video-list{margin:-45px -22.5px 0;}
	.video-list .column{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.video-list .text{padding:20px;}
	.video-list .h5{font-size:20px;}
	.video-list .imgIcon{width:60px;}
}

/* 环境治理 */
.solution-list{margin:-20px -10px 0;}
.solution-list .column{padding-left:10px;padding-right:10px;margin-top:30px}
.solution-list .href{display: block;color:#333;background:#fff;box-shadow: 0px 0px 1rem #eee;}
.solution-list .text{padding:15px;}
.solution-list .h2{font-size:14px;margin:0;font-weight: 700;text-align: center;}
.solution-list .href:hover .h2{color:#e7980b;}
.solution-list .img::after{content: '';display: block;padding-top:74.175%;}
.solution-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
@media (min-width:768px){
	.solution-list .text{padding-top:25px;padding-bottom:25px;}
	.solution-list .h2{font-size:16px;}
}
@media (min-width:1200px){
	.solution-list{margin:-30px -15px 0;}
	.solution-list .column{padding-left:15px;padding-right:15px;}
	.solution-list .h2{font-size:18px;}
}

/* 材料科学 */
.material-list{margin:-20px -10px 0;}
.material-list .column{padding-left:10px;padding-right:10px;margin-top:30px}
.material-list .href{display: block;height:100%;color:#333;background:#f9f9f9;}
.material-list .text{padding:15px;}
.material-list .h2{font-size:14px;margin:0;font-weight: 700;text-align: center;}
.material-list .href:hover .h2{color:#e7980b;}
.material-list .img::after{content: '';display: block;padding-top:74.175%;}
.material-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
@media (min-width:768px){
	.material-list .text{padding-top:25px;padding-bottom:25px;}
	.material-list .h2{font-size:16px;}
}
@media (min-width:1200px){
	.material-list{margin:-30px -15px 0;}
	.material-list .column{padding-left:15px;padding-right:15px;}
	.material-list .h2{font-size:18px;}
}

/* 专家团队 */
#team1{background:#f8f8f8;}
.expert-list{margin:-30px -7px 0;}
.expert-list .column{padding-left:7px;padding-right:7px;margin-top:30px;}
.expert-list .href{display: block;background:#fff;box-shadow: 0 3px 5px rgba(0,0,0,0.05);-webkit-transition:all .5s;transition:all .5s}
.expert-list .text{position: relative;padding:25px 15px;-webkit-transition:all .5s;transition:all .5s}
.expert-list .name>span{font-size:18px;color:#333;font-weight: 700;-webkit-transition:all .5s;transition:all .5s}
.expert-list .name>em{font-size:14px;color:#666;font-style: normal;}
.expert-list .p{color:#666;font-size:12px;line-height:20px;height:60px;margin:15px 0 20px;-webkit-transition:all .5s;transition:all .5s}
.expert-list .public-href>.more{width:120px;font-size:14px;line-height:34px;}
.expert-list .href:hover{box-shadow: 0 3px 5px rgba(0,0,0,0.15);}
.expert-list .href:hover .name>span{color:#e7980b;}
.expert-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.expert-list .href:hover .public-href>.more{color:#fff;border-color:#e7980b;background:#e7980b;}
.expert-list .img::after{content: '';display: block;padding-top:130%;}
.expert-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}

/* 详情 */
.team-details-left .public-href>.more{margin:30px auto 0;background:#e7980b;border-color:#e7980b;color:#fff;}
.team-details-right .tit{font-size:30px;font-weight: 700;line-height:1.44;}
.team-details-right .position{font-size:16px;color:#666;line-height:1.33;margin:10px 0 30px;}
@media (max-width:575px){
	.team-details-left{margin-bottom:30px;}
	.team-details-left .img>img{width:70%;margin:0 auto;}
	.team-details-right .tit,
	.team-details-right .position{text-align: center;}
}
@media (min-width:576px){
	.team-details-left{float:left;width:34.905%;padding-right:30px;position:-webkit-sticky;position:sticky;top: 100px;}
	.team-details-right{float:right;width:65.095%;min-height:200px;padding-left:30px;border-left:solid 1px #d2d2d2;}
}
@media (min-width:768px){
	.expert-list{margin:-30px -10px 0;}
	.expert-list .column{padding-left:10px;padding-right:10px;}
	.expert-list .name>span{font-size:20px;}
	.expert-list .p{font-size:14px;line-height:26px;height:78px;}
	
	.team-details-left{width:26.905%;padding-right:40px;}
	.team-details-left .public-href>.more{margin-top:40px;}
	.team-details-right{width:73.095%;padding-left: 40px;min-height:275px;}
}
@media (min-width:992px){
	.team-details-right{min-height:340px;}
}
@media (min-width:1200px){
	.expert-list{margin:-50px -15px 0;}
	.expert-list .column{padding-left:15px;padding-right:15px;margin-top:50px;}
	.expert-list .text{padding:35px 20px;}
	.expert-list .name>span{font-size:24px;}
	.expert-list .name>em{font-size:16px;}
	.expert-list .public-href>.more{width:140px;line-height:38px;}
	
	.team-details-left{padding-right:50px;}
	.team-details-right{padding-left: 50px;min-height:395px;}
	.team-details-right .tit{font-size:40px;}
	.team-details-right .position{font-size:18px;}
}
@media (min-width:1400px){
	.team-details-left{padding-right:70px;}
	.team-details-right{padding-left: 70px;min-height:430px;}
}
@media (min-width:1600px){
	.expert-list .column{width:20%;}
	.team-details-right{min-height:455px;}
	.team-details-right .tit{font-size:50px;}
}
@media (min-width:1800px){
	.team-details-right{min-height:520px;}
}

/* 关于我们 - 品牌介绍 */
.about-list{margin:0 -50px;}
.about-list>div{padding:0 50px;}
.about-list-left ul{margin:40px -15px 30px;padding:0;list-style: none;display: flex;justify-content: space-between;}
.about-list-left ul>li{padding-left:15px;padding-right:15px;}
.about-list-left ul>li:first-child{flex:0 0 auto;}
.about-list-left ul .num{margin-bottom:15px;color:#e7980b;}
.about-list-left ul .num>span{font-size: 26px;font-family:"Gilroy-D";line-height: 0.8;}
.about-list-left ul p{color:#333;margin:0;}
.about-list-right .swiper-pagination{position: static;bottom:0;padding:0;margin-top:30px;display:flex;flex-flow:row wrap;justify-content:center;}
.about-list-right .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.about-list-right .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#333;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.about-list-right .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid #333;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.about-list-right .swiper-pagination-bullet-active:before{background:#e7980b;}
.about-list-right .swiper-pagination-bullet-active:after{width:100%;height:100%;border-color:#e7980b;}

/* 关于我们 - 公司荣誉 */
.honor-list{margin:-30px -10px 0;}
.honor-list .column{margin-top:30px;padding-left:10px;padding-right:10px;}
.honor-list .img{padding-bottom:94%;border:1px solid #e6e6e6;background:#fff;}
.honor-list .img>img{position: absolute;width:auto;height:auto;max-width:90%;max-height:90%;margin:auto;left:0;top:0;right:0;bottom:0;}
.honor-list p{text-align: center;margin:20px 0 0;font-size:14px;line-height: 1.65;font-weight: 700;}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.1);transform: scale(1.1);}
#lightGallery-outer{background-color:rgba(0,0,0,0.6)!important;}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:#e7980b;color:#fff;opacity: 1;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight: lighter;}
#lightGallery-outer #lightGallery-close:hover{background:#e7980b;color:#fff;}
#lightGallery-outer #lightGallery-action a:hover, #lightGallery-action a:focus{background:#e7980b;}
#lightGallery-outer #lightGallery-Gallery .thumb_cont .thumb_info .close{opacity: 1;}
@media (min-width:768px){
	.about-list-left ul .num>span{font-size: 30px;}

	.honor-list p{font-size:16px;}
}
@media (min-width:1200px){
	.about-list-left ul{margin-top:60px;margin-bottom:0;}
	.about-list-left ul .num>span{font-size: 40px;}
	.about-list-left ul .num{font-size:16px;}
	.about-list-left ul p{font-size:16px;}
	
	.honor-list{margin:-40px -20px 0;}
	.honor-list .column{margin-top:40px;padding-left:20px;padding-right:20px;}
	.honor-list p{font-size:18px;}
}
@media (min-width:1600px){
	.about-list-left ul{margin-top:80px;}
	.about-list-left ul .num{font-size:18px;}
	.about-list-left ul .num>span{font-size: 50px;}
	.about-list-left ul p{font-size:18px;}
	
	.honor-list p{font-size:20px;}
}

/* 关于我们 - 新闻资讯 */
.news-list{margin:-35px -20px 0;}
.news-list .column{margin-top:35px;padding-left:20px;padding-right:20px;}
.news-list .href{display: block;height:100%;border-bottom:1px solid #e6e6e6;-webkit-transition:all .5s;transition:all .5s}
.news-list .text{padding:30px 0 20px;line-height:30px;}
.news-list .h2{font-size:18px;line-height:inherit;height:30px;margin:0;}
.news-list .p{line-height:inherit;height:60px;color:#999;margin:15px 0 20px;display: none;}
.news-list .date{font-family:"Gilroy-R";margin-top:10px;}
.news-list .href:hover{color:#e7980b;border-bottom-color:#e7980b;}
.news-list .img::after{content: '';display: block;padding-top:70%;}
.news-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
@media (min-width:1200px){
	.news-list .text{padding:40px 0 30px;}
	.news-list .h2{font-size:20px;}
	.news-list .p{font-size:16px;margin-bottom:30px;}
	.news-list .date{font-size:16px;}
}
@media (min-width:1600px){
	.news-list .h2{font-size:22px;}
}

/* 关于我们 - 联系我们 */
.contact-list{margin:-20px -10px 0;}
.contact-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.contact-list .column>.inner{background:#f9f9f9;height:100%;padding:30px 20px;}
.contact-list h5{font-size:18px;margin:0;line-height:1.4;}
.contact-list h5:after{content: '';display: block;width:18px;height:1px;background:#999;margin:30px 0;}
.contact-list P{position: relative;font-family:"Gilroy-R";font-size:16px;line-height:30px;padding-left:35px;}
.contact-list P>strong{font-size:18px;}
.contact-list p>.icon{position: absolute;left:0;top:3px;width:24px;}
.contact-list .ewmInner{display: flex;justify-content: center;flex-flow: row wrap;align-items: center;}
.contact-list .ewmInner>.item{text-align: center;margin:10px;color:#666;}
.contact-list .ewmInner>.item span{display: block;margin:10px 0 0;}
.contact-list .item{}
.contact-list .item:hover .icon:before{animation: ff 2s linear infinite alternate;opacity: 1;}
@keyframes ff{
  0%{transform: scale(0);opacity: 1}
  50%{transform: scale(4);opacity: 0}
  100%{transform: scale(0);opacity: 1}
}
.map{width:100%;padding:3px;margin-top:30px;margin-bottom:60px;background:#f9f9f9;}
@media (min-width:992px) and (max-width:1199px){
	#contact1 .contact-list .col-lg-3{width:29.166666665%;}
}
@media (min-width:1200px){
	.contact-list .column>.inner{padding:50px 30px;}
	.contact-list h5{font-size:20px;}
	.contact-list h5:after{margin:40px 0;}
	
	.map{margin-bottom:80px;}
}
@media (min-width:1400px){
	.contact-list .ewmInner>.item{margin:10px 20px;}
}

.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:50px;line-height:50px;padding:0 18px;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:50px;border-radius:0;box-shadow:none;color:#333;padding:8px 18px;background-color:#f9f9f9;border-color:#fff;}
.message-form .form-control:focus{border-color:#e5e5e5;}
.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:180px;padding:18px;}
.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:50px}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;}
.message-form .btn-box{display:flex;justify-content:center;align-items:center}
.message-form .button{display:block;margin:0 auto;width:100%;height:50px;outline:0!important;border:none;background-color:#e7980b;color:#fff;font-size:16px;border-radius: 4px;transition: all 0.5s;}
.message-form .button:hover{background:#e7980b;}
@media (min-width:1200px){
	.message-form textarea.form-control{height:246px}
	.message-form .column{margin-bottom:40px}
}
