/* 2025-06 HLP */
:root{--my-color:#009EA7;}

/* css reset start */
body{font-family:"Microsoft Yahei","微软雅黑","Arial","Helvetica";color:#333;width:100%;min-width:320px;font-size:14px;word-break:break-word;overflow-x:hidden;background:#fff;}
textarea{resize:none}
textarea:focus,
input:focus{outline: none;}
a{text-decoration:none;color:#333;}
a:hover{color:var(--my-color)}
p{margin-bottom:0;}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: "";position: absolute;top: 0;left: -90%;z-index: 2;display: block;width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
.text-justify,
.text-justify>p{text-align:justify;text-justify: distribute-all-lines;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:70vh;}
.inside-main{position: relative;width:100%;overflow: hidden;padding:40px 0;background-repeat: no-repeat;background-position: center;background-size:cover;}
.gotop{position:fixed;bottom:50px;right:15px;z-index:100;cursor:pointer;opacity: 0;transition:all .3s cubic-bezier(.55,0,.1,1);}
.gotop.on{opacity: 1;}
.InfoContent{line-height:1.8;}
.InfoContent img{display:inline-block;max-width:100%}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
.colorWhite{color:#fff;}
.colorWhite a{color:#fff;}
.color-999{color:#999;}
@media (max-width:767px){
	.gotop>img{width:40px;}
	.gotop{bottom:140px;}
	body .fadein-left,body .fadein-right{-webkit-animation-name: fadeinB;animation-name: fadeinB;}
}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: none;}
}
@media (max-width:767px){
	.PC-show{display:none!important}
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	.inside-main{padding:50px 0;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
}
@media (min-width:1200px){
	.inside-main{padding:60px 0;}
	.InfoContent{font-size:16px;}
}
@media (min-width:1400px){
	.inside-main{padding:70px 0;}
	.container{max-width:1200px;}
}


/* 导航 */
.header{border-bottom:1px solid var(--my-color);}
.header .container{display: flex;flex-wrap: inherit;align-items: center;justify-content: space-between;position: relative;}
.navbar-top{background:var(--my-color);color:#fff;line-height: 36px;}
.navbar-top a{color:#fff;}
.navbar-tel a{font-size:16px;font-weight: bold;}

.header .navbar-bottom{position: relative;}
.header .navbar{display: block;padding:0;background-color:#fff;box-shadow: none;transition: all 0.5s;}
.header .navbar-brand{padding:0;display: flex;align-items: center;margin-right:0;}
.navbar-brand .navbar-brand-logo{padding:20px 0;}
.navbar-brand .navbar-brand-item{display:block;height:36px;margin:0}

.header .nav-link{position:relative;font-size:14px;color:#717071;line-height:30px;transition:all .5s}
.header .active .nav-link,.header .nav-link:hover{color:var(--my-color);}
.header .nav-item>.dropdown-toggle{display:none}

.header .navbar-toggler{padding:0;border:none;width:30px;height:30px;position: absolute;right:15px;top:15px;}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:var(--my-color);display:block;position:relative;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}

.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;display: none;opacity: 0;z-index: 1029;visibility: hidden;display: none;}
@media (max-width:991px){
	.header .navbar-top>.container{display: flex;}
	.header .container{display: block;}
	.header .nav-link{border-bottom:1px solid rgba(0,0,0,0.1);padding:10px 0;}
	.header .active .nav-link, .header .nav-link:hover{padding-left:20px;}
	.header .nav-link:after{content:'';position:absolute;width:0;height:0;opacity: 0;transition:all .5s;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid var(--my-color);top:50%;margin-top:-6px;left:0;}
	.header .nav-item.active>.nav-link:after,
	.header .nav-link:hover:after{opacity: 1;}
	.nav-mask.active{display: none;background:rgba(0,0,0,0.3);opacity: 1;visibility: visible;}
	.header .navbar-collapse{padding:0 0 10px;border-top:1px solid rgba(0,0,0,0.1);}
}
@media (max-width:767px){
	.navbar-brand .navbar-brand-logo{padding-top:12px;padding-bottom:12px;}
	.header .nav-link{padding:5px 0;}
}
@media (max-width:380px){
	.navbar-tel>span{display: none;}
}
@media (min-width:768px){
	.header .navbar-toggler{right:0;top:26px;}
	.navbar-top{font-size:16px;}
	.navbar-tel a{font-size:18px;}
	.navbar-brand .navbar-brand-item{height:42px;}
	.header .nav-link{font-size:16px;}
}
@media (min-width:992px){
	.header .nav-item{padding-top:24px;padding-bottom:24px;}
	.header .nav-item + .nav-item{margin-left:10px;}
	.header .nav-link{width:85px;padding:0!important;line-height: 30px;border:1px solid #ddd;text-align: center;}
	.header .active .nav-link,.header .nav-link:hover{color:#fff;background:var(--my-color);}

	.English .header .nav-link{white-space:nowrap;font-size:14px;}
}
@media (min-width:1200px){
	.header .nav-link{width:100px;font-size:16px;}
	.header .nav-item{padding-top:29px;padding-bottom:29px;}
	.header .nav-item + .nav-item{margin-left:15px;}

    .English .header .nav-link{font-size:16px;}
}
@media (min-width:1400px){
	.navbar-brand .navbar-brand-item{height:52px;}
	.header .nav-link{font-size:18px;}
	.header .nav-item{padding-top:34px;padding-bottom:34px;}
	.header .nav-item + .nav-item{margin-left:20px;}
}

/*foot*/
.footer{font-size:13px;padding-top:6px;background:#595757;color:#DCDCDD;}
.footer a{color:#DCDCDD;}
.footer a:hover{color:#fff;}
.full-line{width:100%;height:4px;background:#fff;}
.foot-middle{padding:30px 0;}
.foot-Info{text-align: center;line-height: 26px;}
.foot-Info a img,.foot-Info img{display:inline-block;vertical-align:middle}
img.support{display:block;height:13px;vertical-align:-2px!important}
@media (min-width:1200px){
	.footer{font-size:15px;}
	img.support{height:15px;}
}

.SonlineBox{position:fixed;left:0;z-index:10;width:162px;color:#333;min-height:110px;font-size:12px;overflow:hidden;transition:all .5s;display: none;}
.SonlineBox .openTrigger{width:30px;height:110px;position:absolute;top:0px;left:-30px;z-index:1;cursor:pointer;background:#0176ba url('../images/icon/openTrigger.jpg') no-repeat;visibility: hidden;opacity: 0;transition: all 0.5s;}
.SonlineBoxEn .openTrigger{background:#0176ba url('../images/icon/openTrigger_en.jpg') no-repeat;}
.SonlineBox .titleBox{width:100%;height:35px;line-height:35px;background:#038bdc url('../images/icon/SonlineTitleBg.gif') repeat-x;border-bottom:2px solid #0176ba;position:relative;z-index:1}
.SonlineBox .titleBox span{margin-left:10px;color:#fff;font-size:14px;font-family:'微软雅黑','黑体'}
.SonlineBox .contentBox{display:block;width:100%;height:auto;border:2px solid #0176ba;overflow:hidden;background:#fff;transition: all 0.5s;}
.SonlineBox .contentBox .closeTrigger{background:url('../images/icon/closeBtnImg.gif') no-repeat;width:25px;height:25px;display:block;cursor:pointer;position:absolute;top:5px;right:5px;z-index:2}
.SonlineBox .contentBox .listBox{overflow:hidden;margin:6px 0;position:relative}
.SonlineBox .contentBox .listBox .QQList{display:block;width:100%;margin:5px auto 5px auto;padding:0px 0}
.SonlineBox .contentBox .listBox .QQList span{display:block;width:47%;height:25px;overflow:hidden;text-align:right;float:left;line-height:26px;color:#444}
.SonlineBox .contentBox .listBox .QQList div.ico{width:52%;height:25px;overflow:hidden;float:left}
.SonlineBox .contentBox .listBox .QQList div.ico a{}
.SonlineBox .contentBox .tels{width:90%;margin:0 auto;border-top:1px dotted #ccc;height:auto;padding-bottom:10px;line-height:200%;text-align:center}
.SonlineBox .contentBox .tels font{display:block;line-height:35px;font-family:'微软雅黑','黑体';font-size:16px;color:#555}
.SonlineBox .contentBox .tels span{display:block;line-height:25px;font-family:"Palatino Linotype","Book Antiqua";font-size:20px;color:#555;font-weight:bold}
.closeSonlineBox{width:30px;}
.closeSonlineBox .openTrigger{left:0;visibility: visible;opacity: 1;}
.closeSonlineBox .contentBox{transform: translateX(-162px);}
@media (min-width:768px){
	.SonlineBox{display: block;}
}


/*共用 - 标题*/
.index-title{margin-bottom:30px;position: relative;color:#595757;}
.index-title h2{font-size:24px;font-weight: normal;margin-bottom:0;}
.index-title .title-d{font-size:14px;font-family: Arial;}
.index-title .title-d span{font-size:30px;padding:0 10px;display:inline-block;top:8px;position:relative;}

.public-title{position: relative;overflow: hidden;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #dadada;}
.public-title>h2{float:left;position: relative;margin-bottom:0;font-size: 16px;line-height:42px;color:var(--my-color);font-weight: normal;padding-left:30px;}
.public-title>h2>span{color:var(--my-color);}
.public-title>h2>.icon{position: absolute;left:0;top:0;}
.public-title .more{float: right;padding-top:10px;font-size:12px;}

.location{color:#666;float: right;font-size:12px;padding-top:20px;}
.location a{color:#666;}
.location a:hover{color:var(--my-color);}
.location i{font-family: 宋体;font-style: normal;padding:0 5px;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;align-items: center;width:134px;max-width:100%;font-size:16px;line-height:40px;border: 2px #EFF1F0 solid;color:#009EA7;overflow: hidden;background:#EFF1F0;text-align: center;transition: all 0.3s;}
.public-href>.more:hover{color:#fefefe;background:transparent;}
@media (min-width:768px){
	.public-title>h2{font-size: 18px;}
	
	.index-title .title-d span{padding:0 40px;}
	.public-href>.more{font-size:18px;}
}
@media (min-width:1200px){
	.index-title{margin-bottom:50px;}
	.index-title h2{font-size:30px;}
	
	.location{font-size:14px;}
}

/*首页*/
.banner-main{position: relative;width:100%;overflow: hidden;}
.banner{position: relative;}
.banner .swiper-slide>img{display:block;width:100%;}
.banner .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px!important;background:transparent;border:2px solid #fff;opacity: 1;transition: all 0.5s;}
.banner .swiper-pagination-bullet-active{background:transparent;border-color:var(--my-color);}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:20px;}
	.banner .swiper-pagination-bullet{width:14px;height:14px;margin:0 8px!important;}
}

/*banner文字*/
.banner-text{color:#fff;}
.banner-text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);}


/*首页 - 关于*/
.color-fff.index-title{color:#fefefe;}
.color-fff.index-title .title-d{color:#fff;}
.index-about .index-title{margin-bottom:0;}
.index-about .InfoContent{margin:30px auto;max-width:800px;color:#fff;}
@media (min-width:768px){
	.index-about .InfoContent{font-size:16px;}
}
@media (min-width:1200px){
	.index-about .InfoContent{font-size:18px;margin-top:40px;margin-bottom:40px;}
}

/*首页 - 产品展示*/
.index-product-nav{display: flex;flex-wrap: wrap;margin:-5px -3px 0;}
.index-product-nav>li{width:50%;margin-top:5px;padding-left:3px;padding-right:3px;}
.index-product-nav>li>a{display: block;font-size: 14px;padding: 0 10px;line-height: 40px;color: #EFF1F0;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;border-radius: 8px;background:var(--my-color);}
.index-product-nav>li:nth-child(1)>a{background:#11969E;}
.index-product-nav>li:nth-child(2)>a{background:#66BBD4;}
.index-product-nav>li:nth-child(3)>a{background:#1C95D4; }
.index-product-nav>li:nth-child(4)>a{background:#90ACC2;}
.index-product-nav>li:nth-child(5)>a{background:#74818A;}
.index-product-nav>li:nth-child(6)>a{background:#52ADA4;}
.index-product-nav>li:nth-child(7)>a{background:#35A97C; }
.index-product-nav>li:nth-child(8)>a{background:#1F923A;}
.index-product-nav>li:nth-child(9)>a{background:#88B927;}
.index-product-nav>li:nth-child(10)>a{background:#628E33;}
.index-product-nav>li:nth-child(11)>a{background:#629275;}
.index-product-nav>li:nth-child(12)>a{background:#93BCA2;}
.index-product-nav>li:nth-child(13)>a{background:#9FB16A;}
.index-product-nav>li:nth-child(14)>a{background:#A0A180;}
	
.index-product-swiper{position: relative;margin-top:40px;padding-left:40px;padding-right:40px;}
.index-product-swiper:before{content: '';position: absolute;width:100%;left:0;bottom:0;height:60%;background:var(--my-color);}
.index-product-swiper .swiper{position: static;max-width:235px;margin-left:auto;margin-right:auto;}
.index-product-swiper .swiper-button-prev,
.index-product-swiper .swiper-button-next{width:40px;height:40px;top:55%;color:#fff;transition: all 0.5s;font-weight: bold;}
.index-product-swiper .swiper-button-prev:after,
.index-product-swiper .swiper-button-next:after{font-size:20px;}
.index-product-swiper .swiper-button-prev{left:0;}
.index-product-swiper .swiper-button-next{right:0;}
.index-product-swiper .swiper-button-prev:hover,
.index-product-swiper .swiper-button-next:hover{color:#333;}
.index-product-swiper .swiper-slide{height: auto;}
.productType-list .href{display: block;height:100%;background:#EEEEEE;color:var(--my-color);}
.productType-list .text{padding:20px;min-height:150px;}
.productType-list h3{font-size:16px;font-weight: normal;}
.productType-list .p{font-size:12px;line-height:20px;}
.productType-list>.swiper-slide:nth-child(1)>a{color:#11969E;}
.productType-list>.swiper-slide:nth-child(2)>a{color:#66BBD4;}
.productType-list>.swiper-slide:nth-child(3)>a{color:#1C95D4; }
.productType-list>.swiper-slide:nth-child(4)>a{color:#90ACC2;}
.productType-list>.swiper-slide:nth-child(5)>a{color:#74818A;}
.productType-list>.swiper-slide:nth-child(6)>a{color:#52ADA4;}
.productType-list>.swiper-slide:nth-child(7)>a{color:#35A97C; }
.productType-list>.swiper-slide:nth-child(8)>a{color:#1F923A;}
.productType-list>.swiper-slide:nth-child(9)>a{color:#88B927;}
.productType-list>.swiper-slide:nth-child(10)>a{color:#628E33;}
.productType-list>.swiper-slide:nth-child(11)>a{color:#629275;}
.productType-list>.swiper-slide:nth-child(12)>a{color:#93BCA2;}
.productType-list>.swiper-slide:nth-child(13)>a{color:#9FB16A;}
.productType-list>.swiper-slide:nth-child(14)>a{color:#A0A180;}
.productType-list .href:hover{color:#333!important;}
@media (min-width:576px){
	.index-product-nav>li{width:33.333333%;}
	
	.index-product-swiper .swiper{max-width:800px;}
}
@media (min-width:768px){
	.index-product-nav>li{width:20%;}
	
	.productType-list h3{font-size:18px;}
	
	.index-product-swiper{margin-top:50px;}
	
}
@media (min-width:992px){
	.index-product-nav>li{width:14.2857%;}
	
	.index-product-swiper .swiper-button-prev,
	.index-product-swiper .swiper-button-next{width:80px;height:80px;}
	.index-product-swiper .swiper-button-prev:after,
	.index-product-swiper .swiper-button-next:after{font-size:30px;}
	.productType-list .text{padding:20px 35px;}
}
@media (min-width:1200px){
	.productType-list h3{font-size:20px;}
	
	.index-product-swiper .swiper-button-prev,
	.index-product-swiper .swiper-button-next{width:120px;height:120px;}
	.index-product-swiper .swiper-button-prev:after,
	.index-product-swiper .swiper-button-next:after{font-size:40px;}
}


/*首页 - 优势*/
.index-adv-row{margin-top:-20px;}
.index-adv-row>div{margin-top:20px;}
.index-adv-row .inner{padding:20px;height:100%;text-align: center;position: relative;overflow: hidden;transition: all 0.5s;}
.index-adv-row .inner::before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:var(--my-color);transition: all 0.5s;}
.index-adv-row>div:nth-child(1) .inner::before{background:#E2B555;}
.index-adv-row>div:nth-child(2) .inner::before{background:#D6774A;}
.index-adv-row>div:nth-child(3) .inner::before{background:#66B28B;}
.index-adv-row .img{width:80px;margin:auto;}
.index-adv-row .text{position: relative;}
.index-adv-row h6{font-size:18px;font-weight: normal;margin:8px 0;}
.index-adv-row .inner:hover{color:#fff;}
.index-adv-row .inner:hover::before{width:100%;}
@media (max-width:767px){
	.index-adv-row .inner::before{width:100%;}
	.index-adv-row .inner{color:#fff;}
}
@media (min-width:768px){
	.index-adv-row{margin-left:-20px;margin-right:-20px;}
	.index-adv-row>div{padding-left:20px;padding-right:20px;}
	.index-adv-row .inner{padding:30px 20px;}
}
@media (min-width:1200px){
	.index-adv-row{margin-left:-35px;margin-right:-35px;}
	.index-adv-row>div{padding-left:35px;padding-right:35px;}
	.index-adv-row .img{width:110px;}
	.index-adv-row h6{font-size:20px;}
}
/*首页 - 产品*/
.index-case-swiper{position: relative;padding:0 50px;}
.index-case-swiper .swiper{position: static;padding:1px;}
.index-case-swiper .swiper-button-prev,
.index-case-swiper .swiper-button-next{width:40px;height:40px;margin-top:-20px;color:#333;background:#EEEFEF;font-weight: normal;transition: all 0.5s;}
.index-case-swiper .swiper-button-prev:after,
.index-case-swiper .swiper-button-next:after{font-size:20px;}
.index-case-swiper .swiper-button-prev{left:0;}
.index-case-swiper .swiper-button-next{right:0;}
.index-case-swiper .swiper-button-prev:hover,
.index-case-swiper .swiper-button-next:hover{color:var(--my-color);}
.index-case-swiper .swiper-slide{height: auto;}
.index-case-list .href{display: block;padding:6px;border:1px #EEEFEF solid;position: relative;overflow: hidden;}
.index-case-list .text{position: absolute;width:100%;padding:10px;height:0;left:0;top:100%;background: rgba(62, 58, 57, 0.85);color: #fff;overflow:hidden;display: flex;flex-direction: column;justify-content: center;text-align: center;opacity: 0;transition: all 0.5s;}
.index-case-list h3{width:100%;font-size: 18px;}
.index-case-list .href:hover .text{height:100%;top:0;opacity: 1;}
@media (min-width:768px){
	.index-case-swiper{position: relative;padding:0 60px;}
}
@media (min-width:1200px){
	.index-case-swiper{position: relative;padding:0 80px;}
	.index-case-swiper .swiper-button-prev,
	.index-case-swiper .swiper-button-next{width:50px;height:50px;margin-top:-25px;}
	.index-case-list h3{font-size: 20px;}
}
@media (min-width:1400px){
	.index-case-list h3{font-size: 24px;}
}

/*内页共用*/
.inside-banner{position:relative;overflow:hidden}
.inside-banner img{display:block;width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;-webkit-animation: imgZoomIn 5s ease-in;animation: imgZoomIn 5s ease-in;}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.05);transform:scale(1.05);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.05);transform:scale(1.05);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}

.page-main{padding-bottom:30px;}
.page-main::after{display: block;clear: both;content: "";}
.page-main-left{margin-bottom:30px;}
.pml-title{padding: 30px 0 40px;position: relative; background:var(--my-color);text-align: center;color: #FEFEFE;overflow: hidden;}
.pml-title h2{margin-bottom:10px;font-size: 22px;font-weight: normal;}
.pml-title p{position: relative;text-transform: uppercase;}
.pml-title p>span{padding: 0 10px;font-size: 16px;position: relative;}
.pml-title p>span::before,
.pml-title p>span::after{content: '';position: absolute;width:50px;height:1px;background:#fff;top:0px;}
.pml-title p>span::before{right:100%;}
.pml-title p>span::after{left:100%;}
.pml-contact{background:url(../images/contact-bg.jpg) no-repeat center;height:350px;color:#fff;}
.pml-contact a{color:inherit;}
.pml-contact .pml-title{background:none;color:inherit;padding:35px 0;}
.pml-contact-wrap{line-height:30px;padding:0 20px;}
.pml-contact-rx{text-align: center;font-size: 16px;margin-top: 40px;}
.pml-contact-rx a{font-weight: bold;}

/* 分页 */
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;margin:30px 0 0;padding:0;padding-right:20px;list-style: none;background:var(--my-color);}
.pager li{padding:0;margin:5px 0}
.pager li>a,.pager li>span{position: relative;display:block;float:none;background-color:transparent;color:#fff;border-radius:0;padding:0;margin:0;min-width:25px;height:32px;line-height:32px;text-align: center;transition: all 0.3s;}
.pager .active>a,
.pager li>a:hover{color:#333;background-color:var(--my-color)}
.pager .previous{margin-right:10px;}
.pager .next{margin-left:10px;}
.pager .total{margin-left:20px;display: none;}
.pager .total>span{width:auto;border:none;}

/* 详情页 */
.InfoTitle{margin-bottom:20px;}
.InfoTitle h2{font-size:18px;margin:0;line-height:1.4;font-weight: normal;}
.InfoTitle .date{font-size:12px;color:#999;line-height:20px;margin:10px 0 0;padding: 0 10px;border: 1px dashed #ddd;line-height: 30px;}
.InfoTitle .date>span{display: inline-block;padding:0 5px;}
.InfoTitle .date a{color:#999;}
.InfoTitle .date a:hover{color:var(--my-color);}
.InfoContent .table-responsive{margin-bottom:1rem;}
.InfoContent .table{vertical-align: middle;margin-bottom:0;text-align: center;}
.InfoContent .table td{white-space: nowrap;}

.details-other{margin-top:30px;}
.goBack{display: block;width:120px;margin:30px auto 0;text-align:center;line-height: 40px;color:#fff;background:var(--my-color);border-radius: 0;transition: all 0.5s;}
.goBack:hover{color:#fff;background:var(--my-color);}
.info-previous-next-wrap{font-size:14px;text-transform:uppercase;overflow: hidden;border-top:1px #ddd solid;}
.info-previous-next-wrap a{display: block;text-decoration:none;padding:10px 0;line-height: 24px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.info-previous-next-wrap a:hover{color:var(--my-color);}
@media (max-width: 767px) {
	.pager .total{display: none;}
	.pml-contact{display: none;}
	.pml-title{padding:20px 15px;}
	.page-main-left{display: none;}
	.page-main-left.nav-page-main-left{display: block;}
	.nav-page-main-left .pml-title{text-align: left;}
	.nav-page-main-left .pml-title p>span{padding:0;}
	.nav-page-main-left .pml-title p>span::before,
	.nav-page-main-left .pml-title p>span::after{display: none;}
}
@media (min-width:768px){
	.page-main-left{width:240px;float:left;}
	.page-main-right{width: calc(100% - 240px);float:right;padding-left:30px;}
	
	
	.pager,
	.details-other{margin-top:50px}
	.InfoTitle h2{font-size:22px;}
}
@media (min-width:1200px){
	.page-main-left{width:300px;}
	.page-main-right{width: calc(100% - 300px);}
	.pml-title h2{font-size: 24px;}
	.pml-title p>span{font-size: 18px;}
	.pml-title p>span::before,
	.pml-title p>span::after{width:75px;}
	.pml-contact-wrap{padding:0 60px;}
	.pml-contact .pml-title{padding:45px 0;}
	.pml-contact-rx{font-size: 18px;margin-top: 60px;}
	.pml-contact{height:420px;}
	
	.InfoTitle h2{font-size:26px;}
	
	.pager li>a,.pager li>span{min-width:35px;font-size:16px;}
}

/*分类*/
.sidebar-submenu{display: block;list-style: none;}
.sidebar-submenu>li{border-bottom:1px solid #E3E3E1;transition: all 0.5s;}
.sidebar-submenu>li>a{position: relative;padding:10px 20px;line-height:30px;font-size:14px;color:#333;display: block;background-color:#f0f0f0;overflow: hidden;transition: all 0.5s;}
.sidebar-submenu>li>a::after{content: '>';font-family: 宋体;width:10px;position: absolute;right:15px;}
.sidebar-submenu>li>a:hover{background-color:#f0f0f0;color:var(--my-color);}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li.active>a{background-color:#fff;color:var(--my-color);}


.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;display: none;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/submenu.svg) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;transition: all 0.3s;}
@media (max-width:767px){
	.pml-nav-wrap{display: none;}
	.nav-page-main-left .navIcon{display: block;}
}
@media (min-width:768px){
	.sidebar-submenu>li>a{font-size:16px;}
}
@media (min-width:1200px){
	.sidebar-submenu>li>a{font-size:18px;padding-top:15px;padding-bottom:15px;}
}


/* 产品中心 */
.product-sidebar-submenu>li:nth-child(1){border-left: 4px #11969E solid;}
.product-sidebar-submenu>li:nth-child(1) a{color:#11969E;}
.product-sidebar-submenu>li:nth-child(2){border-left: 4px #66BBD4 solid;}
.product-sidebar-submenu>li:nth-child(2) a{color:#66BBD4;}
.product-sidebar-submenu>li:nth-child(3){border-left: 4px #1C95D4 solid;}
.product-sidebar-submenu>li:nth-child(3) a{color:#1C95D4;}
.product-sidebar-submenu>li:nth-child(4){border-left: 4px #90ACC2 solid;}
.product-sidebar-submenu>li:nth-child(4) a{color:#90ACC2;}
.product-sidebar-submenu>li:nth-child(5){border-left: 4px #74818A solid;}
.product-sidebar-submenu>li:nth-child(5) a{color:#74818A;}
.product-sidebar-submenu>li:nth-child(6){border-left: 4px #52ADA4 solid;}
.product-sidebar-submenu>li:nth-child(6) a{color:#52ADA4;}
.product-sidebar-submenu>li:nth-child(7){border-left: 4px #35A97C solid;}
.product-sidebar-submenu>li:nth-child(7) a{color:#35A97C;}
.product-sidebar-submenu>li:nth-child(8){border-left: 4px #1F923A solid;}
.product-sidebar-submenu>li:nth-child(8) a{color:#1F923A;}
.product-sidebar-submenu>li:nth-child(9){border-left: 4px #88B927 solid;}
.product-sidebar-submenu>li:nth-child(9) a{color:#88B927;}
.product-sidebar-submenu>li:nth-child(10){border-left: 4px #628E33 solid;}
.product-sidebar-submenu>li:nth-child(10) a{color:#628E33;}
.product-sidebar-submenu>li:nth-child(11){border-left: 4px #629275 solid;}
.product-sidebar-submenu>li:nth-child(11) a{color:#629275;}
.product-sidebar-submenu>li:nth-child(12){border-left: 4px #93BCA2 solid;}
.product-sidebar-submenu>li:nth-child(12) a{color:#93BCA2;}
.product-sidebar-submenu>li:nth-child(13){border-left: 4px #9FB16A solid;}
.product-sidebar-submenu>li:nth-child(13) a{color:#9FB16A;}
.product-sidebar-submenu>li:nth-child(14){border-left: 4px #A0A180 solid;}
.product-sidebar-submenu>li:nth-child(14) a{color:#A0A180;}
.product-sidebar-submenu>li>a:hover,
.product-sidebar-submenu>li>a:focus,
.product-sidebar-submenu>li.active>a{color:#333!important;}

.grid-list{margin:-16px -8px 0;}
.grid-list .column{padding-left:8px;padding-right:8px;margin-top:16px;}
.grid-list .href{display: block;height:100%;background:#EEEEEE;position: relative;top:0;transition: all 0.5s;}
.grid-list .img{padding:10px;background:#D8D8D8;}
.grid-list .img>img{border:1px solid #949393;}
.grid-list .text{text-align: center;padding: 15px 10px;overflow: hidden;text-align: center;}
.grid-list h2{font-size:16px;font-weight: normal;margin-bottom:0;color: #009EA7;transition: all 0.5s;}
.grid-list .href:hover{top:-5px;}
.grid-list .href:hover h2{color:#333;}

.grid-list .first .href{padding-top:20px;padding-bottom:20px;background: #009EA7;display: flex;flex-direction: column;justify-content: center;text-align: center;}
.grid-list .first h2{color: #fff;padding-left:5px;padding-right:5px;}
.grid-list .first img{display: block;width: 94%;max-width:220px;margin: 30px auto 0;}
.grid-list .first .href:hover h2{color: #fff;}
@media (min-width:768px){
	.grid-list .text{padding: 18px;}
}
@media (min-width:1200px){
	.grid-list{margin:-40px -30px 0;}
	.grid-list .column{padding-left:30px;padding-right:30px;margin-top:40px;}
	.grid-list h2{font-size:18px;}
}
@media (min-width:1400px){
	.grid-list{margin:-50px -40px 0;}
	.grid-list .column{padding-left:40px;padding-right:40px;margin-top:50px;}
}


/* 人才招聘 */
.job-main>div{overflow: hidden;}
.job-main>div>div{float:left;padding:0 10px;}
.job-main>.job-top{background:var(--my-color);color:#fff;font-size:16px;line-height: 40px;border-radius: 0 0 10px 10px;}
.job-main .job-list{border-bottom:1px #D8D8D8 solid;padding:15px 0;display: flex;align-items: center;}
.job-main .column1{width:23%;}
.job-main .column2{width:20%;text-align: center;}
.job-main .column3{width:57%;}
.job-main .InfoContent{font-size:14px;}
@media (max-width:991px){
	.job-main .column1{width:32%;}
	.job-main .column2{display: none;}
	.job-main .column3{width:68%;}
}
@media (min-width:768px){
	.job-main>div>div{padding:0 15px;}
}


/* 关于我们 */
.honor-list{margin:-15px -7px 0;}
.honor-list>div{padding-left:7px;padding-right:7px;margin-top:15px;}
@media (min-width:768px){
	.honor-list{margin:-20px -10px 0;}
	.honor-list>div{padding-left:10px;padding-right:10px;margin-top:20px;}
}
@media (min-width:1200px){
	.honor-list{margin:-30px -15px 0;}
	.honor-list>div{padding-left:15px;padding-right:15px;margin-top:30px;}
}

/* 联系我们 */
.contact-d{text-align:center;}
.contact-d span{display:block;}
.contact-d .span1{font-size:28px;}
.contact-d .img{width:auto;height:35px;display:block;margin:auto;}
.contact-d .span2{max-width:550px;margin:10px auto;font-size:16px;text-align:left;color:#ADADAD;}
.contact-d .rx{color:var(--my-color);font-size:28px;}
.contact-d .rx a{color:var(--my-color);}

.contact-box{text-align: center;margin:40px 0;}
.contact-box>div + div{margin-top:30px;}
.contact-box .icon{width:80px;margin:0 auto 10px;display: block;}
.contact-box p{line-height: 1.8;font-size:16px;color:#ADADAD;}
.contact-box p a{color:#ADADAD;}
.contact-box p a:hover{color:var(--my-color);}

.contact-d-2{margin-top:40px;margin-bottom:40px;}
@media (max-width:380px){
	.contact-d .rx{font-size:24px;}
}
@media (min-width:768px){
	.contact-d .span1{font-size:32px;}
	.contact-d .img{height:45px;}
	.contact-d .span2{font-size:18px;}
	.contact-d .rx{font-size:36px;}
	
	.contact-box{margin:50px 0;}
	.contact-box>div + div{margin-top:0;}
	
	.contact-d-2{margin-top:50px;margin-bottom:50px;}
}
@media (min-width:1200px){
	.contact-d .span1{font-size:38px;}
	.contact-d .img{height:55px;}
	.contact-d .span2{font-size:20px;}
	.contact-d .rx{font-size:42px;}
	
	.contact-box{margin:60px 0;}
	.contact-box .icon{width:100px;}
	.contact-box p{font-size:18px;}
	
	.contact-d-2{margin-top:60px;margin-bottom:60px;}
}

/* 留言表单 */
.message-form .row{margin-left:-20px;margin-right:-20px}
.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:15px}
.message-form .column:last-child{margin-bottom:0;}
.message-form .inner{position:relative;display: flex;}
.message-form label{margin:0;height:40px;line-height:40px;padding:0 10px 0 0;width:60px;white-space: nowrap;flex: 0 0 auto;}
.message-form label i{color:#f00;font-style: normal;padding-left:2px;}
.message-form .form-control{width:calc(100% - 60px);font-size:14px;display:block;height:40px;border-radius:0;box-shadow:none;color:#333;padding:5px 8px;background:#EEEDED;border:1px solid #EEEDED;}
.message-form .form-control:focus{border-color:#ced4da;}
.message-form .error .form-control{border-color:#f00;}
.message-form .error .valid_message{font-size:12px;line-height:40px;color:#f00;position:absolute;right:8px;bottom:0;}
.message-form textarea.form-control{height:140px;padding:8px}
.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:40px}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;cursor: pointer;}
.message-form .btn{display: block;width:150px;height:50px;font-size:16px;color:#fff;background-color:var(--my-color);border:none;border-radius:5px;margin:0 auto;padding:0;box-shadow:none;outline:none;transition:all .5s}
.message-form .btn:hover{background-color:#333;color:#fff;}
@media (min-width:768px){
	.message-form label{width:100px;font-size:18px;}
}
@media (min-width:1200px){
	.message-form label{width:120px;font-size:20px;}
	.message-form .btn{font-size:20px;}
}