/* 2023-03 HLP */
/* 滚动条样式 */
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#ccc;border-radius:5px;}
::-webkit-scrollbar-thumb{background:#ec6618;border-radius:5px;}
::-webkit-scrollbar-thumb:window-inactive{background:#ec6618}
::-webkit-scrollbar-thumb:vertical:hover{background:#ec6618}

/* 字体 */
@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;
}

/* 禁止视频下载 */
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px); } 

/* 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:#ec6618}
.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;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:30px;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){
	.PC-show{display:none!important}
	.gotop{width:30px;height:30px}
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	.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){
	.inside-main{padding-top:90px;padding-bottom:90px;}
}
@media (min-width:1600px){
	.inside-main{padding-top:110px;padding-bottom:110px;}
	.container{max-width:1400px}
	.InfoContent{font-size:18px;}
}
@media (min-width:1800px){
	.container{max-width:1600px}
}


/* header */
.header .navbar{padding:0;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.header .container{position:relative}
.header .navbar-brand{padding:10px 0;position: relative;margin-right:0;}
.navbar-brand .navbar-brand-item{display:block;height:40px}
.navbar-brand .logo1{opacity: 0;}
.navbar-brand .logo2{position: absolute;left:0;top:10px;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;color:#fff;display: block;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .active .nav-link,
.header .nav-link:hover{color:#fff}
.header .nav-link:after{content: '';position: absolute;width:7px;height:7px;background:#fff;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:#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}

.top-search-btn{flex:0 0 auto;-webkit-transition:all .2s;transition:all .2s}
.top-search-btn a{display:block;width:30px;height:30px;position:relative;border-radius: 50%;-webkit-transition:all .5s;transition:all .5s}
.top-search-btn a::after{content:"";background-color:#ec6618;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100%;opacity:0;-webkit-transform:scale3d(0,0);transform:scale3d(0,0,0)}
.top-search-btn a img{display:block;position:absolute;width:20px;height:20px;z-index:2;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transition:all .2s;transition:all .2s}

.header.changeBg .navbar{background:rgba(255,255,255,0.95);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
.header.changeBg .logo1{opacity: 1;}
.header.changeBg .logo2{opacity: 0;}
.header.changeBg .nav-link:after{background:#ec6618;}
.header.changeBg .nav-link,
.header.changeBg .active .nav-link,
.header.changeBg .nav-link:hover{color:#333}
.header.changeBg .top-search-btn a{background:#ec6618;}
.header.changeBg .top-search-btn a>img{width:16px;height:16px;}
.header.changeBg .navbar-toggler .icon-bar{background-color:#333;}
@media (max-width:767px){
	.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;/* background:rgba(0,0,0,0.2); */}
	.nav-mask.active{display: block;}
	.top-search-btn{position: absolute;right:75px;top:15px;}
	.top-search-btn a{background:#ec6618;}
	.top-search-btn a>img{width:16px;height:16px;}
	.navbar-nav{padding-left:15px;padding-right:15px;margin:15px 0;}
	.header.openNavbarNav .navbar{background:rgba(255,255,255,0.95);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.header.openNavbarNav .navbar-toggler .icon-bar{background:#333;}
	.header.openNavbarNav .navbar-brand .logo1{opacity: 1;}
	.header.openNavbarNav .navbar-brand .logo2{opacity: 0;}
	.header.openNavbarNav .active .nav-link, .header .nav-link:hover{color:#ec6618;}
	.header.openNavbarNav .nav-link:after{background-color:#ec6618;}

	.header .nav-link{padding:15px 0;border-bottom:1px #ededed solid;color:#333;font-size:16px;}
	.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-toggler{position:absolute;right:15px;top:15px}
	.header .fixed-top .navbar-collapse{max-height:calc(100vh - 60px);height:calc(100vh - 60px)!important;position:fixed;right:0;top:60px;width:100%;background:rgba(255,255,255,.95);transform:translateX(100%);opacity:0;overflow:auto;-webkit-transition:all .3s;transition:all .3s}
	.navbar-collapse.collapse{display: block!important;}
	.navbar-collapse.collapse.show{transform: none;opacity: 1;}
}
@media (min-width:768px){
	.nav-mask{display: none;}
	.top-search-btn,
	.header .nav-item+.nav-item{margin-left:18px}
	.header .nav-link{font-size:14px;padding-left:0!important;padding-right:0!important;padding:20px 0;line-height:30px}
	
	.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-link{font-size:16px;}
	.top-search-btn,
	.header .nav-item+.nav-item{margin-left:35px}
}
@media (min-width:1200px){
	.navbar-brand .navbar-brand-item{height:52px}
	.top-search-btn,
	.header .nav-item+.nav-item{margin-left:50px}
	.header .nav-link{padding-top:35px;padding-bottom:35px;}
	.header .nav-link:hover:after,
	.header .active>.nav-link:after{bottom:13px;}
}
@media (min-width:1600px){
	.header .nav-link{font-size:18px;}
	.top-search-btn,
	.header .nav-item+.nav-item{margin-left:75px}
}

/* 搜索 */
.top-form{position: fixed;width:100%;left:0;top:60px;z-index: 1029;transition: all 0.5s;color:#fff;}
.top-form .mask{position: fixed;left:0;top:0;width:100%;height:100%;display: none;/* background:rgba(0,0,0,0.3); */}
.top-form.open .mask{display: block;}
.top-form .box{position: relative;background:rgba(0,0,0,0.4);padding:25px 0;display: none;}
.top-form form{display: block;position: relative;}
.top-form .input{display: block;width:100%;font-size:14px;color:#fff;height:48px;border-radius: 0;box-shadow: none;border:none;background:none;border-bottom:2px solid #fff;padding:0;}
.top-form .input:focus{outline: none;}
.top-form .input::-moz-placeholder{color:#fff;opacity:1}
.top-form .input::placeholder{color:#fff;opacity:1}
.top-form .button{position: absolute;top:0;right:0;border-radius: 0;box-shadow: none;border:none;background:none;width:40px;padding:0;height:100%;background-image: url(../images/icon/i4.png);background-repeat: no-repeat;background-position: center;background-size:auto;cursor: pointer;outline: none;}
.search-hot-div{position: relative;margin-top:30px;}
.search-hot>h3{font-size:18px;margin-bottom:10px;font-weight: 700;}
.search-hot ul{padding:0;list-style: none;margin:0;}
.search-hot ul>li{display: inline-block;margin-right:30px;}
.search-hot ul>li>a{display: block;font-size:16px;line-height:20px;color:#fff;padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-hot a:hover{color:#ec6618;text-decoration: underline;}

.openSearch .navbar{background:rgba(0,0,0,0.4);}
.changeBg .top-form .box{background:rgba(255,255,255,0.9);}
.changeBg .top-form{color:#333;}
.changeBg .search-hot>h3{color:#ec6618;}
.changeBg .search-hot ul>li>a{color:#333;}
.changeBg .top-form .input{border-bottom-color:#666;color:#333;}
.changeBg .top-form .input::-moz-placeholder{color:#666;opacity:1}
.changeBg .top-form .input::placeholder{color:#666;opacity:1}
.changeBg .top-form .button{background-image: url(../images/icon/i4h.png);}
@media (max-width: 767px) {
	.openSearch .navbar{background:rgba(255,255,255,0.9);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.openSearch .logo1{opacity: 1;}
	.openSearch .logo2{opacity: 0;}
	.openSearch .navbar-toggler .icon-bar{background-color:#333;}

	.top-form .box{background:rgba(255,255,255,0.9);}
	.top-form{color:#333;}
	.search-hot>h3{color:#ec6618;}
	.search-hot ul>li>a{color:#333;}
	.top-form .input{border-bottom-color:#666;color:#333;}
	.top-form .input::-moz-placeholder{color:#666;opacity:1}
	.top-form .input::placeholder{color:#666;opacity:1}
	.top-form .button{background-image: url(../images/icon/i4h.png);}
}
@media (min-width: 768px) {
	.top-form{top:70px;}
	.top-form .input{font-size: 16px;}
}
@media (min-width: 1200px) {
	.top-form .container{max-width:1000px;}
	.top-form{top:100px;}
	.top-form .input{font-size: 18px;}
}

/* 搜索结果 */
.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/i4.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:#ec6618;}
.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 a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.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:#ec6618;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:#ec6618}
.returnList .item:hover .swiper-button-next:after{color:#ec6618}
@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;}
}


/*foot*/
.footer{padding:30px 0 20px;background:#1a1a1a;color:rgba(255,255,255,0.8);width:100%;overflow: hidden;}
.foot-logo>a{display: block;}
.foot-logo>a>img{display: block;height:40px;}
.foot-nav{margin-left:-15px;margin-right:-15px;}
.foot-nav .nav-item{padding-left:15px;padding-right:15px;}
.foot-nav .nav-link{font-size:16px;color:#fff;padding:0;}
.foot-middle{margin:0 0 30px;}
.foot-middle>.fm-con{display: flex;flex-flow: row wrap;}
.fm-con>div{margin:0 0 30px;}
.fm-con .tit{position: relative;margin-bottom:15px;}
.fm-con .tit>.num{position: relative;font-size:50px;font-family: "Gilroy-D";line-height: 0.8;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,0.1);}
.fm-con p{margin:0;position: relative;line-height: 24px;padding-left:28px;font-size:16px;font-family: 'Gilroy-R';}
.fm-con-1 p{font-size:14px;}
.fm-con p>img{position: absolute;width:20px;left:0;top:2px;}
.fm-con .tit>b{font-size:16px;font-weight: 700;position: absolute;left:0;bottom:0;z-index: 2;color:#fff;}

.copyright{position: relative;line-height:24px;color:#999;}
.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-top{display: none;}
	.fm-con>div{width:50%;}
	.fm-con .fm-con-1{width:100%;}
}
@media (max-width:575px){
	.fm-con>div{width:100%;}
}
@media (min-width:768px){
	.footer{padding:70px 0 30px;}
	.foot-logo{display: none;}
	.foot-middle{position: relative;margin:40px 0;padding-right:125px;min-height:110px;}
	.foot-middle>.fm-con{justify-content: space-between;padding-right:15px;}
	.foot-middle>.fm-con>div{max-width:240px;}
	.fm-ewm{position: absolute;right:0;top:0;}
	.fm-con>div{margin:15px 0;}
	
	.copyright{display: flex;justify-content: space-between;}
}
@media (min-width:992px){
	.foot-logo{float:left;display: block;}
	.foot-top-right{float:right;}
	.foot-middle>.fm-con{padding-left:0;padding-right:13.5%;}
}
@media (min-width:1200px){
	.footer{padding:90px 0 50px;}
	.foot-logo>a>img{height:52px;}
	.foot-middle{margin:60px 0 70px;}
	.fm-con .tit>.num{font-size:60px;}
	.fm-con p{font-size:18px;}
	.fm-con-1 p{font-size:16px;}
	
	.foot-nav{margin-left:-25px;margin-right:-25px;}
	.foot-nav .nav-item{padding-left:25px;padding-right:25px;}
}
@media (min-width:1400px){
	.foot-middle>.fm-con{padding-left:14%;}
}
@media (min-width:1600px){
	.foot-nav{margin-left:-38px;margin-right:-38px;}
	.foot-nav .nav-item{padding-left:38px;padding-right:38px;}
}

/*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.375;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 .circular-btn{margin-top:20px;opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:all 0.5s 0.6s;transition:all 0.5s 0.6s;}
.banner-text .circular-btn>.more{font-family: 'Source Han Sans CN','思源黑体 CN';}
.banner .swiper-slide-active .banner-text .pCh,
.banner .swiper-slide-active .banner-text .circular-btn{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} */

.circular-btn .more{width:40px;height:40px;font-size:16px;color:#fff;border-radius: 35px;background:#ec6618;display: flex;justify-content: center;align-items: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.circular-btn .more>span{width:0;overflow: hidden;white-space: nowrap;-webkit-transition: all 0.3s;transition: all 0.3s;}
.circular-btn .more>i{width:14px;height:14px;margin-left:0;background-image: url(../images/icon/i5w.png);background-repeat: no-repeat;background-position: center;background-size:auto;-webkit-transition: all 0.3s;transition: all 0.3s;}
.circular-btn .more:hover{width:150px;}
.circular-btn .more:hover>span{width:64px;}
.circular-btn .more:hover>i{margin-left:10px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}

.banner-controls-container{position: absolute;left:50%;bottom:15px;transform: translateX(-50%);z-index: 2;display: flex;justify-content: space-between;align-items: center;}
.banner-controls-container .swiper-pagination{position: static;color:#ec6618;width:auto;height:auto;display: flex;}
.banner-controls-container .swiper-pagination-bullet{width:auto;height:auto;margin:0 15px 0 0!important;opacity: 1;font-size:12px;background:none;display: flex;align-items: center;-webkit-transition: all 0.3s;transition: all 0.3s;font-family: "Gilroy-D";}
.banner-controls-container .swiper-pagination-bullet:last-child{margin-right:0!important;}
.banner-controls-container .swiper-pagination-bullet>i{font-style: normal;-webkit-transition: all 0.3s;transition: all 0.3s;}
.banner-controls-container .swiper-pagination-bullet:after{content: '';display: block;width:0;height:2px;background:#ec6618;-webkit-transition: all 0.3s;transition: all 0.3s;}
.banner-controls-container .swiper-pagination-bullet-active{opacity: 1;}
.banner-controls-container .swiper-pagination-bullet-active>i{padding-right:5px;}
.banner-controls-container .swiper-pagination-bullet-active:after{width:20px;}
.banner-controls-container .swiper-btns{display: flex;}
.banner-controls-container .swiper-button-prev,
.banner-controls-container .swiper-button-next{position: static;width:36px;height:36px;margin:0 0 0 16px;border-radius: 50%;border:1px solid #fff;color:#fff;display: flex;justify-content: center;align-items: center;-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner-controls-container .swiper-button-prev:after,
.banner-controls-container .swiper-button-next:after{font-size:12px;}
.banner-controls-container .swiper-button-prev:hover,
.banner-controls-container .swiper-button-next:hover{background-color:#ec6618;border-color:#ec6618;}

.downTip{position: absolute;left:50%;margin-left:-10px;bottom:15px;z-index:3;display: block;width:20px;height:32px;background-image: url(../images/icon/downTip.png);background-repeat: no-repeat;background-position: center;background-size:100% auto;-webkit-transform: translateY(-5px);transform: translateY(-5px);opacity: 1;animation: iconMove 0.8s linear infinite alternate;-webkit-animation: iconMove 0.8s linear infinite alternate;cursor: pointer;}
@keyframes iconMove {
    from {-webkit-transform: translateY(-5px);transform: translateY(-5px);opacity: 0.9;}
    to {-webkit-transform: translateY(5px);transform: translateY(5px);opacity: 0.6;}
}
@-webkit-keyframes iconMove{
	from {-webkit-transform: translateY(-5px);transform: translateY(-5px);opacity: 0.9;}
	to {-webkit-transform: translateY(5px);transform: translateY(5px);opacity: 0.6;}
}
@media (max-width:767px){
	.downTip,
	.banner-text .pCh br,
	.banner-controls-container .swiper-btns{display: none;}
	.banner-controls-container{justify-content: center;}
}
@media (max-width:575px){
	.banner-text .pCh{font-size:18px;}
}
@media (min-width:768px){
	.banner-text .pCh{font-size:24px;}
	.downTip{bottom:5.555555%;}
	
	.circular-btn .more{width:50px;height:50px;font-size:16px;}
	.circular-btn .more:hover{width:175px;}
	
	.banner-controls-container{bottom:4.6296%;}
	.banner-controls-container .swiper-pagination-bullet{font-size:14px;margin-right:20px;}
	.banner-controls-container .swiper-pagination-bullet-active>i{padding-right:8px;}
	.banner-controls-container .swiper-pagination-bullet-active:after{width:30px;}
	.banner-controls-container .swiper-button-prev,
	.banner-controls-container .swiper-button-next{width:42px;height:42px;}
}
@media (min-width:992px){
	.banner-text .pCh{font-size:28px;}
	.banner-text .circular-btn{margin-top:40px;}
}
@media (min-width:1200px){
	.banner-text .pCh{font-size:38px;}
	.downTip{width:24px;height:38px;}
	
	.banner-text .circular-btn{margin-top:50px;}
	.circular-btn .more{width:66px;height:66px;font-size:18px;}
	.circular-btn .more:hover{width:200px;}
	.circular-btn .more:hover>span{width:72px;}
	.circular-btn .more:hover>i{margin-left:15px;}
	
	.banner-controls-container .swiper-pagination-bullet{font-size:16px;margin-right:25px;}
	.banner-controls-container .swiper-pagination-bullet-active:after{width:44px;}
	.banner-controls-container .swiper-button-prev,
	.banner-controls-container .swiper-button-next{width:50px;height:50px;}
	.banner-controls-container .swiper-button-prev:after,
	.banner-controls-container .swiper-button-next:after{font-size:14px;}
}
@media (min-width:1600px){
	.banner-text .pCh{font-size:48px;}
	.banner-text .circular-btn{margin-top:70px;}
}

.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:20px;margin:0;line-height: 1;font-weight: 700;}
.index-title .moreText{line-height: 1.74;margin:0 auto;}
.index-title .en{font-size:12px;margin-top:15px;line-height: 1;font-family: 'Gilroy-R';color:#666;text-transform: uppercase;}
.index-title .ch-icon{position: relative;line-height: 40px;}
.index-title .ch-icon>.icons{white-space: nowrap;font-size:0;}
.index-title .ch-icon .icon{width:40px;margin-bottom:10px;}
.index-title .ch-icon .icon + .icon{margin-left:20px;}

.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 #ec6618;color:#ec6618;overflow: hidden;background:transparent;font-family:"Gilroy-R";-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more>i{width:12px;height:12px;right:0;top:9px;background-image:url(../images/icon/i5.png);background-repeat: no-repeat;background-position: center;background-size:100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more>span{position: relative;margin-right:10px;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more:hover{color:#fff;border-color:#ec6618;background:#ec6618;}
.public-href>.more:hover>span{margin-right:20px;}
.public-href>.more:hover>i{-webkit-transform: rotate(45deg);transform: rotate(45deg);background-image:url(../images/icon/i5w.png);}
.public-href.white>.more{color:#fff;border-color:#fff;}
.public-href.white>.more>i{background-image:url(../images/icon/i5w.png);}
.public-href.white>.more:hover{color:#fff;border-color:#ec6618;background:#ec6618;}
@media (max-width:767px){
	.index-title-main{display: block;}
	.index-title-main .index-title{margin-bottom:30px;}
	.index-title-main .public-href>.more{margin:0 auto;}
	.index-title{text-align: center;}
	/* .fixedBg{background-size:cover;} */
	.index-title .moreText{font-size:18px;}
}
@media (min-width:768px){
	/* .fixedBg{background-attachment: fixed;} */
	.index-title .ch{font-size:24px;}
	.index-title .en{font-size:14px;}
	.index-title .ch-icon>.icons{position: absolute;left:216px;top:0;}
}
@media (min-width:992px){
	.index-title .ch-icon>.icons{left:296px;}
}
@media (min-width:1200px){
	.index-title-main,
	.index-title{margin-bottom:50px;}
	.index-title .ch{font-size:32px;}
	.index-title .en{font-size:16px;margin-top:20px;}
	.index-title .moreText{max-width:70%;font-size:26px;}
	.index-title .ch-icon{line-height: 50px;}
	.index-title .ch-icon>.icons{left:356px;}
	.index-title .ch-icon .icon{width:50px;}
	.public-href>.more{width:170px;font-size:16px;line-height:44px;}
}
@media (min-width:1400px){
	.index-title .ch-icon>.icons{left:416px;}
}
@media (min-width:1600px){
	.index-title-main,
	.index-title{margin-bottom:70px;}
	.index-title .ch{font-size:42px;}
	.index-title .moreText{font-size:36px;}
	.index-title .ch-icon>.icons{left:444px;}
}
@media (min-width:1800px){
	.index-title .ch-icon>.icons{left:510px;}
}

.text-main-1 .index-title{margin:30px 0;}
/* 首页 - 优势 */
.index-adv{min-height:350px;display: flex;flex-direction: column;justify-content: center;}
.index-adv .content .tit{font-size:18px;font-weight: 700;margin-bottom:20px;line-height: 1.4;}
.index-adv .content .InfoContent{font-size:15px;line-height:1.74}
.text-main-2 .index-title{margin:30px 0;}
.bg-filter-box{position: relative;padding:30px 25px;border-radius: 15px;overflow: hidden;margin-left:auto;margin-right:auto;border:1px solid rgba(255,255,255,0.6);}
.bg-filter{position: absolute;width:100%;height:100%;left:0;top:0;filter:blur(10px);background: rgba(0,0,0,0.00);backdrop-filter: blur(3px);border-radius: 15px;}
.index-adv .bg-filter-box{max-width:100%;display: inline-block;}
@media (min-width:768px){
	.index-adv{min-height:420px;}
	.index-adv .content{max-width:580px;}
	.index-adv .content .tit{font-size:20px;}
	.index-adv .content .InfoContent{font-size:16px;}
	
	.text-main-1 .index-title{margin:50px 0;}
	.text-main-2 .index-title{margin:50px 0;}
	
	.bg-filter-box{padding:40px 35px;border-radius: 30px;max-width:520px;}
	.bg-filter{border-radius: 30px;}
}
@media (min-width:1200px){
	.index-adv{min-height:500px;}
	.index-adv .content{max-width:590px;}
	.index-adv .content .tit{font-size:24px;}
	
	.bg-filter-box{max-width:650px;padding:50px 40px;}
}


/* 首页 - 产品中心 */
.index-product{padding-bottom:35px;}
.product-list{margin:-20px -10px 0;}
.product-list .column{padding:0 10px;margin-top:20px;}
.product-list .href{position: relative;display: block;color:#333;overflow: hidden;}
.product-list .mask{position: absolute;width:100%;height:100%;left:100%;top:100%;padding:25px;z-index: 2;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.product-list .mask:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);}
.product-list .mask .public-href>.more{max-width:90%;margin:0 auto;}
.product-list .text{padding:15px 5px;text-align: center;}
.product-list h2{font-size:16px;line-height:30px;margin:0;}
.product-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (max-width:767px){
	.product-list .mask .public-href>.more{width:120px;line-height:30px;}
}
@media (min-width:768px){
	.index-product{padding-bottom:50px;}
	.product-list{margin-left:-17.5px;margin-right:-17.5px;}
	.product-list .column{padding:0 17.5px;}
	.product-list .text{padding-top:20px;padding-bottom:20px;}
	.product-list h2{font-size:18px;}
}
@media (min-width:1200px){
	.index-product{padding-bottom:65px;}
	.product-list .text{padding-top:25px;padding-bottom:25px;}
	.product-list h2{font-size:20px;}
}
@media (min-width:1600px){
	.index-product{padding-bottom:85px;}
	.product-list h2{font-size:24px;}
}

.videoBox{width:100%;position: relative;}
.videoBox video{position:absolute;display: block;width:100%;height:100%;background:#1a1a1a;z-index: 2;left:0;top:0;display: none;}
.videoBox .playBtn{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);cursor: pointer;z-index: 3;}
.videoBox .playBtn>img{position: absolute;width:50px;left:50%;top:50%;margin-left:-25px;margin-top:-25px;}
.videoBox .playBtn>img:hover{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}

.index-contact{min-height:420px;display: flex;flex-direction: column;justify-content: center;}
.index-contact .content .h6{font-size:20px;margin:0;}
.index-contact .content .h4{font-size:24px;line-height:1.5;font-weight: 700;margin:15px 0 45px;}
.index-contact .content .more{margin:0 auto;}
.index-contact .bg-filter-box{display: inline-block;max-width:100%;}
@media (min-width:768px){
	.index-contact .content .h6{font-size:22px;}
	.index-contact .content .h4{font-size:36px;}
}
@media (min-width:1200px){
	.videoBox .playBtn>img{width:70px;margin-left:-35px;margin-top:-35px;}
	
	.index-contact{min-height:650px;}
	.index-contact .content .h6{font-size:26px;}
	.index-contact .content .h4{font-size:46px;}
}
@media (min-width:1600px){
	.index-contact .content .h6{font-size:30px;}
	.index-contact .content .h4{font-size:56px;}
}


/*内页*/
.inside-banner{width:100%;overflow:hidden;position:relative;}
.inside-banner>img{display:block;width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.inside-banner .index-title{position: absolute;margin:20px 0 0;width:100%;left:0;top:50%;transform: translateY(-50%);}
.inside-banner .bg-filter-box{max-width:400px;min-height:100px;display: flex;flex-direction: column;justify-content: center;}

.title-nav .swiper{margin-left:-8px;margin-right:-8px}
.submenu-nav-horizontal{list-style:none;margin:0;padding:0;flex-wrap: nowrap;}
.submenu-nav-horizontal .nav-item{width:auto;padding:0 8px;}
.submenu-nav-horizontal .nav-link{position: relative;min-width:120px;font-size:14px;line-height:38px;border:1px solid #666;padding:0 8px;color:#666;background:transparent;text-align: center;-webkit-transition:all .3s;transition:all .3s}
.submenu-nav-horizontal .nav-link.active,
.submenu-nav-horizontal .nav-link:hover{color:#fff;border-color:#ec6618;background:#ec6618;}

.page-box{margin-top:40px;display: flex;justify-content: center;flex-flow: row wrap;}
.tiaozhuan{margin-left:35px;}
.tiaozhuan .flexBetween{line-height:40px;display: flex;justify-content: space-between;flex-flow: row wrap;}
.tiaozhuan .flexBetween p{margin:5px 0;font-size:16px;}
.tiaozhuan .flexBetween input[type='text']{margin:5px 0;width:32px;text-align: center;height:40px;font-size:16px;font-family: 'Gilroy-D';border:none;background:none;border-bottom:1px solid #000;outline: none;}
.tiaozhuan .flexBetween .btn{margin:5px 0;width:84px;height:40px;display: block;padding:0;border:none;box-shadow: none;background:#ec6618;color:#fff;font-size:16px;text-align: -moz-center;margin-left:35px;border-radius: 0;}
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 -5px;list-style: none;padding:0;}
.pager li{padding:0 5px;margin:5px 0;font-size:16px;font-family:"Gilroy-D";font-weight: 700;}
.pager li>a,.pager li>span{display: block;background-color:transparent;color:#333;border:none;border-radius:0;padding:0 5px;margin:0;width:auto;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;background:#e0e0e0;font-size:20px;color:#fff;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:#ec6618;background-color:transparent;}
.pager .next>span,.pager .previous>span{background-color:#e0e0e0;color:#fff;}
.pager .next>a:hover{background-color:#ec6618;color:#fff;}
.pager .previous>a:hover{background-color:#ec6618;color:#fff;}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (max-width:768px){
	.inside-banner{display: flex;justify-content: center;}
	.inside-banner>img{width:auto;height:300px;}
	.submenu-nav-horizontal{display: block;text-align: center;white-space: nowrap;}
	.submenu-nav-horizontal .nav-item{display: inline-block;}
	.tiaozhuan{display: none;}
	
	.inside-banner .bg-filter-box{width:72%;}
}
@media (min-width:768px){
	.page-box{margin-top:60px;}
	.pager li>a,.pager li>span{padding-left:10px;padding-right:10px;}
	.title-nav .swiper{margin-left:-15px;margin-right:-15px}
	.submenu-nav-horizontal .nav-item{padding:0 15px}
	.inside-banner .bg-filter-box{max-width:400px;min-height:120px;}
}
@media (min-width:1200px){
	.title-nav .swiper{margin-left:-25px;margin-right:-25px}
	.submenu-nav-horizontal .nav-item{padding:0 25px}
	.submenu-nav-horizontal .nav-link{min-width:150px;font-size:16px;line-height:44px;}
	.inside-banner .bg-filter-box{max-width:560px;min-height:140px;}
}
@media (min-width:1600px){
	.page-box{margin-top:70px;}
	.submenu-nav-horizontal .nav-link{min-width:170px;}
	.inside-banner .bg-filter-box{min-height:180px;}
}

/* 详情 */
.details-row{margin-left:-50px;margin-right:-50px;}
.details-row>.column{position: relative;padding-left:50px;padding-right:50px;}
.details-row>.left{margin-bottom:50px;}
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ededed;margin-bottom:40px;}
.details-title .h2{font-size:20px;color:#333;line-height:1.4;margin-bottom:0;}
.details-title .time{color:#999;margin-top:20px;font-family:"Gilroy-R";display: flex;flex-flow: row wrap;}
.details-title .time>div{margin-right:60px;}
.details-title .time>div:last-child{margin-right:0;}

.details-other{position: relative;padding:20px 10px;background:#f8f8f8;margin-top:40px;}
.goBack{display: block;text-transform:uppercase;color:#ec6618;border:1px solid #ec6618;font-weight:700;width:120px;font-size:14px;margin:20px auto;text-align: center;line-height:40px;-webkit-transition:all 0.3s;transition: all 0.3s;}
.goBack:hover{background:#ec6618;color:#fff;}
.info-previous-next-wrap{font-size:16px;overflow: hidden;display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
.info-previous-next-wrap a{display: block;position: relative;line-height: 48px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all 0.3s;transition: all 0.3s;}
.info-previous-next-wrap .swiper-button-black{position:static;width:22px;height:48px;color:#333;display: inline-block;text-align: center;opacity: 1;margin:0;-webkit-transition:all 0.3s;transition: all 0.3s;}
.info-previous-next-wrap .swiper-button-black:after{font-size:14px;}
.info-previous-next-wrap a:hover{color:#ec6618}
.info-previous-next-wrap a:hover .swiper-button-black{color:#ec6618;}
.info-Next,.info-Previous{max-width:40%;}
@media (min-width:576px){
	.goBack{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);margin:0;}
}
@media (min-width:768px){
	.details-other{padding:20px 30px;}
	.goBack{line-height:46px;width:130px;font-size:16px;}
}
@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:30px 40px;margin-top:70px;}
	.goBack{line-height:42px;}
	.goBack:after{width:42px;height:42px;margin-left:-21px;margin-top:-21px;}
	
	.details-row>.left{width:72%;margin-bottom:0;}
	.details-row>.left:after{content: '';position: absolute;width:1px;height:calc(100% + 110px);right:0;top:-110px;background:#ededed;}
	.details-row>.right{width:28%;}
}
@media (min-width:1600px){
	.details-title .h2{font-size:28px;}
	.details-row{margin-left:-70px;margin-right:-70px;}
	.details-row>.column{padding-left:70px;padding-right:70px;}
}

/* 产品中心 */
.product-title{margin-bottom:50px;text-align: center;}
.product-title .h2{line-height:1.5;margin-bottom:0;font-size:28px;}
.product-list2{margin:0;}
.product-list2 .column{padding:0;}
.product-list2 a{display:block;color:#333;text-align:center;padding:10px 10px 30px;border:1px #ededed solid;height:100%}
.product-list2 h2{font-size:16px;margin:30px 0 8px}
.product-list2 .more{display:block}
.product-list2 .more::after{content:"";width:8px;height:8px;border-top:1px #0a3877 solid;border-right:1px #0a3877 solid;display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:10px}
.product-list2 a:hover{color:#ec6618}
.product-list2 a:hover .img img{-webkit-transform:scale(.9);transform:scale(.9)}
.product-list2 a:hover .more::after{border-top-color:#ec6618;border-right-color:#ec6618;}

.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:10px;padding-right:40px!important;line-height:30px;background-color:transparent;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu>li + li{margin-top:10px;}
.sidebar-submenu>li>a{font-size:16px;color:#333;}
.sidebar-submenu>li>a>.icon:before{width:13px;height:1px;right:15px;top:25px;background:#333;}
.sidebar-submenu>li>a>.icon:after{width:1px;height:13px;right:21px;top:19px;background:#333;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover,
.sidebar-submenu>li.active>a{background-color:#ec6618;color:#fff;}
.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:#fff;}
.sidebar-submenu>li>a:focus>.icon:after,
.sidebar-submenu>li>a:hover>.icon:after,
.sidebar-submenu>li.active>a>.icon:after{height:0;}

.two-submenu{display: none;}
.two-submenu a:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;top:22.5px;background:#999;-webkit-transition: all 0.5s;transition: all 0.5s;}
.two-submenu>li>a{padding-left:45px;font-size:14px;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:20px;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:#ec6618;}
.two-submenu>li>a:hover:before,
.two-submenu>.active>a:before{background:#ec6618;}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:#ec6618;border-top-color:#ec6618;}

.crumbs-top .container{position: relative;}
.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/submenu1.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;-webkit-transition: all 0.3s;transition: all 0.3s;}
@media (max-width: 991px) {
	.sidebar-nav{border:none}
	.sidebar-submenu{display: none;border:1px solid #e0e0e0;margin-bottom:20px;}
}
@media (min-width: 768px) {
	.product-list2 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;}
	.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:15px;}
	.sidebar-submenu>li>a{font-size:18px;}
	.sidebar-submenu>li>a>.icon:before{right:15px;top:30px;}
	.sidebar-submenu>li>a>.icon:after{right:21px;top:24px;}
	.two-submenu>li>a{font-size:16px;padding-left:45px;}
	.two-submenu>li>a:before{left:30px;top:26.5px;}
	.two-submenu>li>a>.icon:before{top:25px;}
	
	.product-list2 a{padding:18px 18px 40px;}
	.product-list2 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) {
	.product-list2 a{padding:25px 25px 50px;}
	.product-title .h2{font-size:32px;}
}
@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;}
}

/* 产品详情 */
.crumbs-top{position: relative;padding:15px 0;font-size:12px;background:#f8f8f8;}
.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:#333;font-weight: 700;}
.crumbs-nav a:hover{color:#333;}
.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:#ec6618;}
.crumbs-top .goBack:hover:after{background-color:#ec6618;}
.product-details-top .row{flex-direction: row-reverse;margin:0;}
.product-details-top .row>div{padding:0;margin-bottom:40px;}

.product-details-top .details-title{margin-bottom:30px;padding-bottom:0;border:none;}
.product-details-top .gallery-thumbs .swiper-slide{height:auto;}
.product-details-top .gallery-thumbs .img{border:1px solid #eaeaea;height:100%;background:#f9f9f9;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.product-details-top .gallery-thumbs .img>img{width:auto;height:70px;}
.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 .gallery-top .img{background:#f9f9f9;padding:30px;}
.product-details-top .gallery-top .img>img{max-width:440px;margin:0 auto;}
.product-details-top .gallery-top .img:hover>img{-webkit-transform: none;transform: none;}
.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:#ec6618;color:#ec6618;}
.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:#ec6618;}
.details-tab{padding-bottom:10px;margin-bottom:30px;flex-flow:nowrap;border-bottom:1px solid #ededed;}
.details-tab .swiper-slide{width:auto}
.details-tab .nav-link{padding:0;font-size:16px;color:#666}
.details-tab .nav-link.active{color:#ec6618}

.details-picture{margin-left:-10px;margin-right:-10px;}
.details-picture>.column{padding-left:10px;padding-right: 10px;margin-bottom:20px;}
@media (max-width: 767px) {
	.crumbs-top .goBack{display: none;}
}
@media (min-width: 768px) {
	.product-details-top .row>.album-small-box{padding-left:50px;}
	.details-tab{padding-bottom:20px}
	.details-tab .nav-link{font-size:18px}
}
@media (min-width: 1200px) {
	.crumbs-top{font-size:14px;padding-top:25px;padding-bottom:25px;}
	/* .product-details-top .row{flex-wrap: nowrap;} */
	.product-details-top .row>div{margin-bottom:70px;/* flex-shrink: 1; */}
	.product-details-top .row>.album-small-box{padding-left:80px;/* width:100%;overflow: hidden; */}
	/* .product-details-top .row>.album-big-box{width:500px;flex: 0 0 auto;} */
	.product-details-top .gallery-thumbs .img>img{height:100px;}
	.product-details-top .btns{margin-top:50px;}
	.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;}
	.details-tab{margin-bottom:50px}
	.details-tab .nav-link{font-size:20px}
	
	.details-picture{margin-left:-15px;margin-right:-15px;}
	.details-picture>.column{padding-left:15px;padding-right: 15px;margin-bottom:30px;}
}

/* 下载 */
.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 #ededed;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;-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:#ec6618;width:60px;height:100%;right:0;top:0;border-left:1px solid #ededed;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:#ec6618;color:#fff;border-color:#ec6618;}
.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:100px;}
	.download-list .download-tit{padding:20px;}
	.download-list .download-tit .icon{width:50px;margin-right:20px;}
	.download-list .download-tit h6{font-size:18px;padding-right:15px;}
	.download-list .download-tit p{width:26%;}
	.download-list .downBtn{width:100px;}
}
@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 .download-tit{padding:35px;}
	.download-list .download-tit .icon{width:70px;margin-right:30px;}
}
@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;}
}

/* 技术服务 */
.service-list{margin:-30px -15px 0;}
.service-list .column{margin-top:30px;padding-left:15px;padding-right:15px;}
.service-list a{display:block;text-align:center;color:#666;padding:5px}
.service-list .img{overflow:visible}
.service-list .img::after{content:"";background:url(../images/icon/i15.png) no-repeat center;background-size:100% 100%;position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;opacity:0;-webkit-transition:all .5s;transition:all .5s}
.service-list .img i{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(10,56,119,.2);opacity:0;-webkit-transition:all .5s;transition:all .5s}
.service-list .img i::after,
.service-list .img i::before{content:"";background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .5s;transition:all .5s}
.service-list .img i::before{width:0;height:2px}
.service-list .img i::after{width:2px;height:0}
.service-list a:hover .img i::before{width:30px}
.service-list a:hover .img i::after{height:30px}
.service-list .h2{font-size:16px;margin:0;position:relative;padding:30px 0 20px}
.service-list .h2::after{content:"";width:100%;height:2px;background-color:#999;position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .5s;transition:all .5s}
.service-list a:hover .h2::after{width:0}
.service-list a:hover{color:#ec6618}
.service-list a:hover .img i,
.service-list a:hover .img::after{opacity:1}
@media (min-width:768px){
	.service-list .h2{font-size:18px}
}
@media (min-width:1200px){
	.service-list .h2{font-size:20px}
}

/* 关于我们 - 品牌介绍 */
.about-list{margin:0;}
.about-list>div{width:100%;padding:0;}
.about-list-text{margin-top:30px;}
.about-list-text .InfoContent{line-height:1.875;}
.about-list-text ::-webkit-scrollbar{width:3px;height:3px}
.about-list-text ::-webkit-scrollbar-track{background:#ccc;border-radius:5px;}
.about-list-text ::-webkit-scrollbar-thumb{background:#ec6618;border-radius:5px;}
.about-list-text ::-webkit-scrollbar-thumb:window-inactive{background:#ec6618}
.about-list-text ::-webkit-scrollbar-thumb:vertical:hover{background:#ec6618}
.about-list-text .itemBox{width:100%;margin-top:16%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;padding-bottom:50px}
.about-list-text .itemBox .item{display:block;margin-right:0;width:140px}
.about-list-text .itemBox .t{font-size:14px;line-height:36px;color:#1c6da9;font-weight:700}
.about-list-text .itemBox .t>span{font-size: 24px;font-family:"Gilroy-D";}
.about-list-text .itemBox .t>i{margin-left: 6px;font-style: normal;}
.about-list-text .itemBox .t1{font-size:14px;line-height:20px;color:#333;margin-top:7px}

.about-list-img .swiper-pagination{position: static;bottom:0;padding:0;margin-top:40px;display:flex;flex-flow:row wrap;justify-content:center;}
.about-list-img .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.about-list-img .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-img .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-img .swiper-pagination-bullet-active:before{background:#ec6618;}
.about-list-img .swiper-pagination-bullet-active:after{width:100%;height:100%;border-color:#ec6618;}
@media (min-width:768px){
	.about-list{justify-content: space-between;flex-direction: row-reverse;}
}
@media (min-width:992px){
	.about-list>.about-list-text{width:45.8%;margin-top:0;}
	.about-list-text .InfoContent{max-height:312px;overflow-x: hidden;overflow-y: auto;padding-right:10px;}
	.about-list>.about-list-img{width:50%}
}
@media (min-width:1200px){
	.about-list-text .itemBox .t1,
	.about-list-text .itemBox .t{font-size:16px;}
	.about-list-text .itemBox .t>span{font-size: 34px;}
	.about-list-img .swiper-pagination-bullet{width:22px;height:22px;}
	.about-list-text .InfoContent{max-height:370px;}
}
@media (min-width:1400px){
	.about-list-text .InfoContent{max-height:429px;}
}
@media (min-width:1600px){
	.about-list-text .InfoContent{font-size:16px;}
	.about-list-text .itemBox .t>span{font-size: 44px;}
	.about-list-text .InfoContent{max-height:455px;}
}
@media (min-width:1800px){
	.about-list-text .InfoContent{max-height:518px;}
}

.history-main{background-color:#1c6da9;}
.history-main>.bg{position: absolute;width:100%;height:100%;left:0;top:0;background-image: url(../images/img14.png);background-repeat: no-repeat;background-position: center;background-size:cover;}
.history-swiper-content{position: relative;}
.history-swiper-content:before{content:'';width:100vw;height:1px;background-color:rgba(255,255,255,.3);position:absolute;top:9px;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index:10}
.history-swiper{position: static;}
.history-slide{width:33.333333%;cursor: pointer;}
.history-slide .dian{position: relative;margin:0 auto;width:20px;height:20px;border:1px solid rgba(255, 255, 255, 0.5);border-radius: 50%;}
.history-slide .dian:after{width:5px;height:5px;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;background-color:#bedfef;content:'';border-radius:100%;}
.history-slide .year{text-align:center;font-size:12px;line-height:36px;font-family:"Gilroy-R";color:#fff;opacity:.5}
.history-slide.swiper-slide-active .dian{border-color:#fff;}
.history-slide.swiper-slide-active .year{opacity: 1;font-size: 16px;font-family:"Gilroy-D";}
.history-swiper .swiper-button-prev,
.history-swiper .swiper-button-next{width:30px;height:30px;border-radius: 50%;background:#fff;color:#ec6618;top:-6px;margin:0;}
.history-swiper .swiper-button-prev:after,
.history-swiper .swiper-button-next:after{font-size:12px;}
.history-swiper .swiper-button-prev{left:0;}
.history-swiper .swiper-button-next{right:0;}
.history-tabContent .yearB{width:100%;text-align:center;font-size:110px;line-height:1.05;font-family:"Gilroy-D";color:#1964a7;}
.history-content-list{margin-top:-100px;}
.history-pane{display: none;}
.history-pane.active{display: block;}
.history-pane>ul{list-style: none;margin:0;padding:0;min-height:375px;display: flex;flex-direction: column;justify-content: flex-end;}
.history-pane>ul>li{width:calc(50% - 15px);margin-left:calc(50% + 15px);height:120px;position:relative;}
.history-pane>ul>li:nth-child(2n){margin-left:0;text-align: right;}
.history-pane>ul>li:last-child{height:120px;}
.history-pane>ul>li>.line{width:1px;height:100%;position:absolute;top:30px;left:-15.5px;background-color:#fff;}
.history-pane>ul>li:last-child>.line{height:calc(100% - 20px);}
.history-pane>ul>li>.line:after{width:5px;height:5px;left:-2px;border-radius:100%;top:0;background-color:#fff;content:'';position:absolute}
.history-pane>ul>li:nth-child(2n)>.line{right:-15.5px;left:auto;}
.history-pane>ul>li>.m{font-size:16px;line-height:20px;font-weight:bold;}
.history-pane>ul>li>.txt{font-size:12px;line-height:18px;height:90px;overflow: hidden;margin-top:10px;width: 90%;}
.history-pane>ul>li:nth-child(2n)>.txt{margin-left:10%;}

.about-adv{padding:0!important;}
.about-adv>img{display: block;width:100%;}
.about-adv .con{position: absolute;width:100%;left:0;top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.about-adv .container{position: relative;}
.about-adv .img{position: absolute;width:100%;top:0;left:0;margin-top:-4.5%;}
.about-adv .title{font-size:20px;line-height: 1.2;font-weight: 700;color:#ec6618;}
.about-adv.colorWhite .title{color:#fff;}
.about-adv .summary{font-size:16px;line-height: 1.4;margin:15px 0 20px;font-weight: 700;}
@media (max-width:767px){
	.about-adv>img{width:200%;margin-left:-50%;}
}
@media (min-width:768px){
	.history-slide{width:20%;}
	.history-main .index-title{margin-bottom:0;}
	.history-slide.swiper-slide-active .year{font-size: 18px;}
	.history-pane>ul>li>.m{font-size:18px;line-height:26px;}
	.history-pane>ul>li>.txt{font-size:16px;line-height:30px;height:60px;width: 80%;}
	.history-pane>ul>li:nth-child(2n)>.txt{margin-left:20%;}
	
	.about-adv .title{font-size:30px;}
	.about-adv .summary{font-size:18px;margin:20px 0 30px;}
	.about-adv .bg-filter-box{max-width:650px;}
}
@media (min-width:1200px){
	.history-tabContent .yearB{font-size:220px;}
	.history-swiper .swiper-button-prev,
	.history-swiper .swiper-button-next{width:42px;height:42px;top:-11px;}
	.history-slide .year{font-size:14px;}
	.history-slide.swiper-slide-active .year{font-size: 20px;}
	.history-pane>ul>li{width:calc(50% - 30px);margin-left:calc(50% + 30px);height:85px;}
	.history-pane>ul>li>.m{font-size:24px;}
	.history-pane>ul>li>.txt{font-size:18px;}
	.history-pane>ul>li:nth-child(2n)>.txt{margin-left:20%;}
	.history-pane>ul>li>.line{left:-30.5px;}
	.history-pane>ul>li:nth-child(2n)>.line{right:-30.5px;}
	
	.about-adv .title{font-size:40px;}
	.about-adv .summary{font-size:22px;margin:25px 0 40px;}
	.about-adv .bg-filter-box{max-width:750px;}
}
@media (min-width:1600px){
	.history-tabContent .yearB{font-size:320px;}
	
	.about-adv .title{font-size:50px;}
	.about-adv .InfoContent{font-size:16px;}
	.about-adv .summary{font-size:24px;}
}

/* 关于我们 - 荣誉证书 */
.honor-list{padding:0 1px 60px;}
.honor-control{position: absolute;width:100%;left:0;bottom:0;display: flex;justify-content:center;align-items: center;}
.honor-control>div{position: static;margin:0 5px;padding:0;right:auto;left:auto;}
.honor-control .swiper-button-prev,
.honor-control .swiper-button-next{width:30px;height:30px;}
.honor-control .swiper-button-prev:after,
.honor-control .swiper-button-next:after{color:#ec6618;font-size:14px;}
.honor-control .swiper-pagination{width:auto;display: flex;justify-content: center;align-items: center;}
.honor-control .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.honor-control .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#ec6618;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.honor-control .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid #ec6618;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.honor-control .swiper-pagination-bullet-active:after{width:100%;height:100%;}
.honor-list .img{padding-bottom:94%;border:1px solid #e2e2e2;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:16px;line-height: 30px;}
.honor-list .swiper-slide:hover p{color:#ec6618;}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.05);transform: scale(1.05);}
#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:#ec6618;color:#fff;opacity: 1;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight: lighter;}
#lightGallery-outer #lightGallery-close:hover{background:#ec6618;color:#fff;}
#lightGallery-outer #lightGallery-action a:hover, #lightGallery-action a:focus{background:#ec6618;}
#lightGallery-outer #lightGallery-Gallery .thumb_cont .thumb_info .close{opacity: 1;}
@media (min-width:768px){
	.honor-list{padding-bottom:75px;}
	.honor-list p{font-size:18px;}
}
@media (min-width:1200px){
	.honor-list{padding-bottom:90px;}
	.honor-list p{font-size:20px;}
	.about-list-img .swiper-pagination-bullet,
	.honor-control .swiper-pagination-bullet{width:22px;height:22px;margin:0 7px!important;}
	.honor-control>div{margin:0 10px;}
}
@media (min-width:1600px){
	.partner-list .column{width:12.5%}
}

/* 行业资讯 */
.news-date{position: relative;font-family:"Gilroy-R";line-height:22px;padding-left:32px;color:#999;}
.news-date>img{position: absolute;width:22px;left:0;top:0;}
.hot-news{margin:0 0 35px;}
.hot-news .href{display: block;}
.hot-news .text{padding:30px 20px;line-height:30px;background:#f8f8f8;}
.hot-news .h2{font-size:18px;line-height:inherit;margin:20px 0;}
.hot-news .p{line-height:inherit;height:60px;color:#999;}
.hot-news .public-href{margin-top:20px;}

.news-list{margin:-35px -15px 0;}
.news-list .column{margin-top:35px;padding-left:15px;padding-right:15px;}
.news-list .href{display: block;background:#fff;height:100%;box-shadow: 0px 0px 1rem #eee;-webkit-transition:all .5s;transition:all .5s}
.news-list .text{padding:30px 20px;line-height:30px;}
.news-list .h2{font-size:18px;line-height:inherit;margin:15px 0;}
.news-list .p{line-height:inherit;height:60px;color:#999;}
.news-list .more{margin-top:20px;font-family:"Gilroy-D";display: flex;align-items: center;color:#ec6618;font-size:16px;}
.news-list .more .swiper-button-next{position: static;height:30px;margin:0;color:inherit;-webkit-transition:all .5s;transition:all .5s}
.news-list .more .swiper-button-next:after{font-size:14px;}
.news-list .href:hover{color:#ec6618;border-shadow:0px 0px 1rem #ddd;}
.news-list .href:hover .more .swiper-button-next{margin-left:15px;}

.details-row .news-list{margin-top:0;}
.details-row .news-list .column{margin-top:0;margin-bottom:30px;}
.details-row .news-list .href .text{padding:25px 15px;}
.details-row .news-list .h2{margin-top:0;}
.details-row .news-list .more{margin-top:20px;}
@media (min-width:576px){
	.hot-news .href{display: flex;flex-flow: row-reverse wrap;}
	.hot-news .text,
	.hot-news .img{width:50%;}
	.hot-news .text{padding:5%;}
}
@media (min-width:576px) and (max-width:1399px){
	.hot-news .img>img{position: absolute;width:auto;height:100%;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
	.hot-news a:hover .img>img{-webkit-transform: translate(-50%,-50%) scale(1.1);transform: translate(-50%,-50%) scale(1.1);}
}
@media (min-width:768px){
	.hot-news{margin-bottom:45px}
	.hot-news .public-href{margin-top:35px;}
	
	.news-list .more{margin-top:30px;}
}
@media (min-width:1200px){
	.hot-news{margin-bottom:60px;}
	.hot-news .h2{font-size:22px;margin:30px 0;}
	.hot-news .p{font-size:18px;}
	.hot-news .public-href{margin-top:50px;}
	.news-date{font-size:16px;}
	
	.news-list{margin:-50px -20px 0;}
	.news-list .column{margin-top:50px;padding-left:20px;padding-right:20px;}
	.news-list .text{padding:40px 30px;}
	.news-list .h2{font-size:20px;margin:20px 0;}
	.news-list .p{font-size:16px;}
	.news-list .more{margin-top:40px;}
	
	.details-row .news-list .column{margin-bottom:15px;}
	.details-row .news-list .href{box-shadow: none;}
	.details-row .news-list .href .text{padding:35px 0;}
}
@media (min-width:1600px){
	.hot-news .h2{font-size:24px;}
	
	.news-list .text{padding:50px 40px;}
	.news-list .h2{font-size:22px;}
}

/*联系我们 */
.contact-list{position: relative;z-index: 2;}
.contact-list .column{margin-bottom:30px;}
.contact-list .item{position: relative;color:#333;}
.contact-list .icon{position: relative;width:50px;height:50px;margin-bottom:10px;border-radius: 50%;border:1px solid rgba(236,102,24,0.3);display: flex;justify-content: center;align-items: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.contact-list .icon:before{content: '';position: absolute;width:20px;height:20px;left:14px;top:50%;border:2px solid rgba(236,102,24,0.3);margin-top:-10px;opacity:0;border-radius:50%;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: -1;}
.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}
}
.contact-list .icon>img{display: block;width:30px;height:30px;}
.contact-list p{margin:0;line-height: 30px;}
.contact-list .p1{color:#666;}
.contact-list .p2{font-size:16px;color:#333;font-family: "Gilroy-D";font-weight: 700;}
.contact-list .p2 a{color:#333;}
.contact-list .column:last-child .item{padding-left:0;}
.contact-list .column:last-child img{margin-bottom:8px;}
.contact-list .column:last-child p{width:100px;text-align: center;}
.contact-list .ewm1{position: absolute;top:100%;left:70px;padding:5px;border-radius: 8px;box-shadow: 0 0 30px rgba(0,0,0,0.2);z-index: 20;display: none;background:#fff;}
.contact-list .column:hover{z-index: 3;}
.contact-list .column:hover .ewm1{display: block;}
.contact-list .ewm1>img{display: block;}
.map{width:100%;padding:3px;margin-top:30px;margin-bottom:60px;background:#f9f9f9;}
@media (max-width:767px){
	.contact-list .item{text-align: center;}
	.contact-list .icon{margin:0 auto 10px;}
	.contact-list .column:last-child p{width:100%;}
	.contact-list .ewm1{left:50%;top:0;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
}
@media (min-width:768px){
	.contact-list{padding-right:20%;}
	.contact-list .column{min-height:62px;}
	.contact-list .item{padding-left:70px;font-size:16px;}
	.contact-list .icon{position: absolute;left:0;top:5px;}
	.contact-list .p2{font-size:18px;}
	.contact-list .column:last-child{width:auto;position: absolute;right:0;top:0;}
}
@media (min-width:992px){
	.contact-list .column:last-child .item{padding:0;}
	.contact-list .p2{font-size:20px;}
}
@media (min-width:1200px){
	.map{margin-bottom:80px;}
}
@media (min-width:1400px){
	.contact-list{padding-right:15%;}
	.contact-list .column{width:25%;min-height:124px;display: flex;flex-direction: column;justify-content: center;}
}

.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;padding-left:40px;color:#999;font-size:14px;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:14px;height:50px;border-radius:0;box-shadow:none;color:#333;padding:8px 18px;padding-left:40px;background-color:#f9f9f9;border-color:#fff;background-position: 11px center;background-repeat: no-repeat;background-size:18px;}
.message-form .form-control.text1{background-image: url(../images/icon/i6.png);}
.message-form .form-control.text2{background-image: url(../images/icon/i7.png);}
.message-form .form-control.text3{background-image: url(../images/icon/i8.png);}
.message-form .form-control.text4{background-image: url(../images/icon/i9.png);}
.message-form .form-control.text5{background-image: url(../images/icon/i10.png);background-position: 11px 15px;padding-left:40px;padding-top:11px;}
.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:180px;height:50px;outline:0!important;border:none;background-color:#ec6618;color:#fff;font-size:16px;border-radius: 4px;transition: all 0.5s;}
.message-form .button:hover{background-color:#dc6017;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
@media (min-width:1200px){
	.message-form .column{margin-bottom:40px}
	.message-form label,
	.message-form .form-control{font-size:16px;}
	.message-form label{padding-left:54px;}
	.message-form .form-control{background-size:24px;background-position: 14px center;padding-left:54px;}
	.message-form .form-control.text5{background-position: 14px 12px;padding-left:50px;padding-top:10px;}
	.message-form textarea.form-control{height:240px}
}