/* 2023-04 HLP */
/* 滚动条样式 */
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#E2E2E2}
::-webkit-scrollbar-thumb{background:#4162E0;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#4162E0}
::-webkit-scrollbar-thumb:vertical:hover{background:#4162E0}

/* 字体 */
@font-face{font-family:D-DIN;src:url(../fonts/D-DIN.TTF);font-weight:400;font-style:normal}
@font-face{font-family:"PingFang Regular";src:url("../fonts/PingFang Regular.TTF");font-weight:400;font-style:normal}
@font-face{font-family:"PingFang Light";src:url("../fonts/PingFang Light.TTF");font-weight:400;font-style:normal}
@font-face{font-family:"思源黑体 CN Heavy";src:url(../fonts/SourceHanSansCN-Heavy.otf);font-weight:400;font-style:normal}
@font-face{font-family:"思源黑体";src:url(../fonts/SourceHanSansCN-Regular.otf);font-weight:400;font-style:normal}

/* css reset start */
body{font-family:'思源黑体','Source Han Sans SC','思源黑体SC',"Helvetica Neue",Helvetica,Arial;color:#000;width:100%;min-width:320px;font-size:14px;word-break:break-word;overflow-x:hidden}
textarea{resize:none}
a{text-decoration:none;color:#333;}
a:hover{color:#4162E0}
.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}
.fadeImg:before{content: '';position: absolute;width:100%;height:100%;transform: rotate(30deg) scale(0.8);opacity: 0;background:rgba(0,0,0,0.2);left:0;top:0;transform-origin: center;z-index: 2;-webkit-transition:all .5s;transition:all .5s}
.fadeImg:hover:before{transform: rotate(0) scale(1);opacity: 1;background:rgba(0,0,0,0);}
.img:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:50vh;padding-top:60px;}
.inside-main{position: relative;overflow: hidden;width:100%;padding:50px 0;background-position: center;background-repeat: no-repeat;background-size:cover;}
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:50px;z-index:10;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:5px}
.gotop:hover{background-image:url(../images/icon/gotop1.png)}
.InfoContent{line-height:1.875}
.InfoContent img{display:inline-block;max-width:100%}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
.InfoContent p{margin:0;text-indent: 2em;text-align:justify;text-justify: distribute-all-lines;/* text-align-last:justify; */}
.hrefAnchor{position: absolute;top:-60px;}
@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){
	.wrapper{padding-top:70px;}
	.hrefAnchor{top:-70px;}
	.inside-main{padding:65px 0;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
}
@media (min-width:992px){
	.wrapper{padding-top:80px;}
	.hrefAnchor{top:-80px;}
}
@media (min-width:1200px){
	.wrapper{padding-top:90px;}
	.hrefAnchor{top:-90px;}
	.inside-main{padding:75px 0;}
	/* .InfoContent{font-size:18px;} */
}
@media (min-width:1400px){
	.container{max-width:1300px}
}
/* @media (min-width:1600px){
	.wrapper{padding-top:100px;}
	.hrefAnchor{top:-100px;}
} */
/* @media (min-width:1800px){
	.container{max-width:1600px}
	.max1400{max-width:1400px;}
	.max1500{max-width:1500px;}
} */

/* 导航 */
.header .navbar{padding:0;background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.15);transition: all 0.3s;}
.header .navbar-brand{padding:10px 0;margin-right:0;display: flex;align-items: center;}
.navbar-brand .navbar-brand-item{display:block;height:40px;transition: all 0.3s;}
.navbar-brand .logo2{position: absolute;top:10px;opacity: 0;}
.navbar-brand .navbar-brand-text{padding:0 0 0 10px;}
.navbar-brand .navbar-brand-text>p{margin:0;line-height: 1;}
.navbar-brand .navbar-brand-text>.p1{font-size:12px;color:#555;transition: all 0.3s;}
.navbar-brand .navbar-brand-text>.p2{font-size:16px;margin-top:8px;color:#4162E0;transition: all 0.3s;}
.header .nav-link{position:relative;font-size:16px;color:#000;line-height:30px;font-weight: 300;}
.header .nav-link:hover{color:#000;opacity: 0.8;}
.header .active .nav-link{color:#4162E0;}
.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:#333;display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

.header-transparent .navbar{background-color: transparent;box-shadow: none;}
.header-transparent .logo1{opacity: 0;}
.header-transparent .logo2{opacity: 1;}
.header-transparent .navbar-toggler .icon-bar{background:#fff;}
.header-transparent .navbar-brand .navbar-brand-text>.p1,
.header-transparent .navbar-brand .navbar-brand-text>.p2{color:rgba(255,255,255,0.95);}

/* 二级导航 */
.navbar-nav .dropdown{position: static;}
.navbar-nav .dropdown-menu{position: absolute;left:0;right:0;width:100%;overflow:hidden;border-radius:0;padding:0;margin:0;box-shadow:none;background:#fff;border-top:1px solid rgba(0,0,0,0.1);}
.navbar-nav .dropdown-menu-inner{padding:25px 0;background:#fff;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul{list-style: none;margin:0 -10px;padding:0;white-space: nowrap;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul>li{padding-left:10px;padding-right:10px;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt{position: relative;padding:6px 0;margin-bottom:10px;font-weight: 400;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul a{display:block;position:relative;color:#222;font-size:14px;line-height:20px;padding:5px;-webkit-transition:all .3s;transition:all .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;/* font-weight: 600; */}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dd>a{margin:10px 0;color:#666;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt>a{font-size:16px;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul a:focus,
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul a:hover{color:#4162E0;background:none;text-decoration: underline;}
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt>a:focus,
.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt>a:hover{color:#4162E0;background:none;text-decoration: none;border-color:#4162E0;}

.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;opacity: 0;visibility: hidden;}
.nav-mask.active{display: block;background:rgba(0,0,0,0.3);opacity: 1;visibility: visible;}
@media (max-width:767px){
	.header .nav-link{border-bottom:1px solid #dbdbdb}
	.header .navbar-collapse{height:calc(100vh - 60px);max-height:calc(100vh - 60px);padding:15px 0;}
	.header .navbar-collapse::-webkit-scrollbar{width:4px;height:4px}
	
	.header .navbar-toggler{right:15px;top:15px}
	.header .navbar-nav{padding:0 15px;}
	.header .fixed-top .navbar-collapse {position: fixed;width:100%;max-height: calc(100vh - 60px);height: calc(100vh - 60px)!important;right:0;top:60px;box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);opacity: 0;transform: translateX(100%);background:#fff;transition: all 0.3s;z-index:2;visibility: hidden;}
	.navbar-collapse.collapse.show{transform: none;opacity: 1;visibility: visible;}

	/* 二级导航 */
	.navbar-nav>.nav-item{position: relative;}
	.navbar-nav .dropdown-menu .container{padding-left:0;padding-right:0;}
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav>li>i{position:absolute;width:50%;height:47px;right:0;top:0;display:block;z-index:2;cursor:pointer}
	.navbar-nav>li>i:before{content:'';position:absolute;width:10px;height:18px;transition:all .3s;right:3px;top:50%;margin-top:-9px;background: url(../images/icon/rightArrow.png) no-repeat right center;}
	.navbar-nav>li>i:after{display: none;}
	.navbar-nav>li>i.show:before{}
	
	.navbar-nav .dropdown-menu{position: fixed;padding:0;border-radius: 0;background:#fff;width:100%;height:100%;left:0;top:0;overflow-x: hidden;overflow-y: auto;padding-top:49px;border:none;display: block;transform: translateX(100%);visibility: hidden;transition: all 0.3s;}
	.navbar-nav .dropdown-menu.active{transform: none;visibility: visible;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar{width:3px;height:3px}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-track{background:#efefef}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb{background:#c2c2c2;height:60px;border-radius: 6px;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:window-inactive{background:#c2c2c2}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:vertical:hover{background:#c2c2c2}
	.navbar-nav .dropdown-menu-inner{padding:0;background:none;}
	.navbar-nav .dropdown-menu-inner .container{width:100%;max-width:100%;padding:0;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul{margin:0;padding:15px;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul>li{padding:0;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dl,
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt{margin-bottom:0;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dd>a{margin:5px 0;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul a{padding:0;line-height: 40px;border-bottom:1px solid rgba(0,0,0,0.1);}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt>a{border-bottom:1px dashed rgba(0,0,0,0.1);}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt{padding:0;}

	
	.headerEffect .navbar{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.15);}
	.headerEffect .logo1{opacity: 1;}
	.headerEffect .logo2{opacity: 0;}
	.headerEffect .navbar-toggler .icon-bar{background:#333;}
}
@media (max-width:575px){
	.navbar-brand .navbar-brand-text{display: none;}
}
@media (min-width:768px){
	.nav-mask{display: none;}
	.header .navbar-brand{padding:15px 0}
	.navbar-brand .logo2{top:15px;}
	.navbar-brand .navbar-brand-text{display: none;}
	.navbar-brand .navbar-brand-text>.p1{font-size:14px;}
	.header .nav-link{padding-top:20px;padding-bottom:20px;padding-left:10px!important;padding-right:10px!important;}
	
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) .container{max-height:calc(100vh - 120px);overflow-x: hidden;overflow-y: auto;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul{display: flex;flex-flow: row wrap;align-items: stretch;/* justify-content: center; */}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul>li{width:25%;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul dt:after{height:4px;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) .container::-webkit-scrollbar{width:3px;height:3px}
	
	.header-transparent .nav-link{color:#fff;}
	.header-transparent .nav-link:hover{color:#fff;opacity: 0.8;}
	.header-transparent .active .nav-link{color:#fff;}
	
	.header-transparent:hover .nav-link{color:#000;}
	.header-transparent:hover .nav-link:hover{color:#000;opacity: 0.8;}
	.header-transparent:hover .active .nav-link{color:#4162E0;}
	.header-transparent:hover .navbar{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.15);}
	.header-transparent:hover .logo1{opacity: 1;}
	.header-transparent:hover .logo2{opacity: 0;}
	.header-transparent:hover .navbar-toggler .icon-bar{background:#333;}
	.header-transparent:hover .navbar-brand .navbar-brand-text>.p1{color:#555;}
	.header-transparent:hover .navbar-brand .navbar-brand-text>.p2{color:#4162E0;}
}
@media (min-width:992px){
	.header .navbar-brand{padding:20px 0;}
	.navbar-brand .navbar-brand-text{display: block;}
	.header .nav-link{padding-top:25px;padding-bottom:25px;padding-left:12px!important;padding-right:12px!important;}
	
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) .container{max-height:calc(100vh - 130px);}
}
@media (min-width:1200px){
	.navbar-brand .navbar-brand-item{height:50px;}
	.navbar-brand .logo2{top:20px;}
	.navbar-brand .navbar-brand-text{padding-left:15px;}
	.navbar-brand .navbar-brand-text>.p2{font-size:18px;}
	.header .nav-link{padding-top:30px;padding-bottom:30px;padding-left:25px!important;padding-right:25px!important;}
	
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) .container{max-height:calc(100vh - 140px);}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul{margin:0 -15px;}
	.navbar-nav .dropdown-menu:not(.dropdown-menu-product) ul>li{width:20%;padding-left:15px;padding-right:15px;}
}
@media (min-width:1400px){
	.header .nav-link{padding-left:30px!important;padding-right:30px!important;}
}

/* 产品导航 */
.product-nav-container ul{margin:0;padding:0;list-style: none;}
.dropdown-menu-product .dropdown-menu-inner{height:490px;}
.dropdown-menu-title{font-size:20px;margin-bottom:15px;padding-left:15px;line-height:25px;}
.box-ul{position: relative;}
.box-ul li{width: 100%;}
.box-ul li>p{float: left;width: 24%;font-size: 16px;height: 40px;line-height: 40px;padding-left: 15px;box-sizing: border-box;margin-right: 1%;overflow: hidden;margin-bottom:0;}
.box-ul .second-dl{position: absolute;width: 76%;left: 22.8%;top: 0;padding-left: 3.5%;display: none;}
.box-ul li.active>.second-dl{display: block;}
.box-ul .second-dl>.short{float:left;width:100%;}
.box-ul .second-dl>dl{margin:0;}
.box-ul .second-dl>dl dd{width: 100%;height: 40px;line-height: 40px;text-indent: 20px;overflow: hidden;margin-bottom:0;}
.box-ul li a{color: #333;overflow: hidden;text-overflow: ellipsis;display: inline-block;cursor: pointer;width: 100%;font-size: 14px;}
.box-ul li .second-dl a.fis-a{display: block;width: 39%;}
.box-ul>li:nth-child(11) a{display: flex;align-items: center;}
.box-ul>li:nth-child(11) a>img{margin-left:5px;width:8px;}
.box-ul .second-dl>.short>dd:nth-child(11) a{display: flex;align-items: center;}
.box-ul .second-dl>.short>dd:nth-child(11) a>img{margin-left:5px;width:8px;}

.nav-detail-box{position: absolute;padding-left: 30px;top: 0px;right: 0;max-height: 440px;right: 0%;width: 57%;overflow-x: hidden;overflow-y: auto;cursor: default;display: none;}
.product-dd-li.active .nav-detail-box{display: block;}
.nav-detail-box::-webkit-scrollbar{width:6px;height:6px}
.nav-detail-box::-webkit-scrollbar-track{background:#efefef}
.nav-detail-box::-webkit-scrollbar-thumb{background:#c2c2c2;height:60px;border-radius: 6px;}
.nav-detail-box::-webkit-scrollbar-thumb:window-inactive{background:#c2c2c2}
.nav-detail-box::-webkit-scrollbar-thumb:vertical:hover{background:#c2c2c2}
.product-nav-detail-box li{width:100%;}

.boxli{padding:10px;margin-left:-1.2%;}
.boxli:after{display: none;}
.boxli>.at-navigation{display: flex;align-items: center;}
.boxli .img-div{width: 70px;}
.boxli .content-div{width: calc(100% - 70px);overflow: hidden;text-indent: 0px;padding-left: 15px;}
.boxli .content-div>p{margin:0;}
.boxli .content-div p.title{font-size: 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;line-height: 26px;padding-right: 0;/* font-weight: bold; */}
.boxli .content-div p.p-content{text-indent: 0px;color:#666;line-height: 22px;height: 44px;font-size: 13px;position: relative;top: 0px;width: 100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
@media (max-width:767px){
	.dropdown-phmenu-top{position: fixed;left:0;top:0;right:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);background:#fff;z-index: 3;}
	.dropdown-phmenu-close{width:50px;line-height: 48px;position: absolute;left:0;top:0;left:15px;padding-left:15px;cursor: pointer;}
	.dropdown-phmenu-close::before{content: '';position:absolute;left:0;top:0;bottom:0;width:10px;background:url(../images/icon/rightArrow.png) no-repeat center;transform: rotate(180deg);}
	.dropdown-menu-title{line-height: 48px;text-align: center;margin:0;font-size:16px;}
	.navbar-nav .dropdown-menu-product{background:#f8f8f8;}
	.dropdown-menu-product .dropdown-menu-inner{height:100%;}
	.product-nav-container ul.box-ul{padding-top:20px;}
	.boxli{padding:10px 0 10px 10px;margin:0;}
	.box-ul li>p{width:120px;margin-right:0;height:auto;line-height:22px;position: relative;padding:0 10px 22px 15px;}
	.box-ul li>p::before{content: '';position: absolute;width:3px;height:18px;left:0;top:2px;background:#4162E0;display: none;}
	.min-mask{position: absolute;width:100%;height:100%;left:0;top:0;cursor: pointer;}
	.box-ul li.active>p>a{color:#4162E0;}
	.box-ul li.active>p::before{display: block;}
	.nav-detail-box{display: block;position: static;max-height:none;padding-left:0;width:100%;}
	.box-ul .second-dl{width:calc(100% - 120px);height:100%;min-height:calc(100vh - 49px);left:120px;padding-left:0;top:0;overflow-x: hidden;overflow-y: auto;background:#fff;padding-top:10px;}
	.box-ul .second-dl::-webkit-scrollbar{width:3px;height:3px}
	.box-ul .second-dl::-webkit-scrollbar-track{background:#efefef}
	.box-ul .second-dl::-webkit-scrollbar-thumb{background:#c2c2c2;height:60px;border-radius: 6px;}
	.box-ul .second-dl::-webkit-scrollbar-thumb:window-inactive{background:#c2c2c2}
	.box-ul .second-dl::-webkit-scrollbar-thumb:vertical:hover{background:#c2c2c2}
	.box-ul .second-dl>dl dd{height:auto;text-indent: 10px;}
	.box-ul>dl dd{height:auto;}
	.box-ul li .second-dl a.fis-a{width:100%;font-weight: 700;}
	.second-dl>.min-more{display: block;padding:10px;text-decoration: underline;}
	.second-dl>.min-more:hover{color:#4162E0;}
	.boxli .img-div{width: 50px;}
	.boxli .content-div{width:calc(100% - 50px);padding-left:10px;}
	.boxli .content-div p.title{font-weight: 400;}
	.boxli .content-div p.p-content{display: none;}
	.product-dd-li{position: relative;}
	.icon-dropdown-toggle{position: absolute;width:33.333333%;top:0;right:0;height:40px;cursor: pointer;}
	.icon-dropdown-toggle::before{content: '';position: absolute;right:10px;top:50%;margin-top:-9px;width:10px;height:18px;background:url(../images/icon/rightArrow.png) no-repeat right center;transform: rotate(-90deg);transform-origin: center;background-size:8px auto}
	.toggle-icon .icon-dropdown-toggle::before{transform: rotate(90deg);}
}
@media (min-width:768px){
	.box-ul li.active>p{position: relative;background-color: rgba(239, 239, 239, 0.8);/* font-weight: 700; */}
	.box-ul li.active>p::after{content: '';position: absolute;top: 0;right: 20px;background:url(../images/icon/rightArrow.png) no-repeat right center;width: 10px;height: 40px;background-size:8px auto;}
	.box-ul li .second-dl li.active a.fis-a{background-color: rgba(239, 239, 239, 0.6);}
	.product-nav-detail-box li.boxli.active{background-color: rgba(239, 239, 239, 0.6);}
	.nav-detail-box{background:#fff;}
	
	.box-ul>li:nth-child(11).active>p::after{display: none;}
	
	.dropdown-phmenu-top,
	.second-dl>.min-more,
	.dropdown-phmenu-close,
	.icon-dropdown-toggle,.min-mask{display: none;}
}
@media (min-width:1200px){
	.box-ul .second-dl{padding-left:6%;}
	.nav-detail-box{padding-left:50px;}
	.boxli{padding:15px;}
	.boxli .img-div{width: 80px;}
	.boxli .content-div{width: calc(100% - 80px);padding-left:15px;}
	.boxli .content-div p.p-content{width:90%;}
}


/*foot*/
.footer{background: #1E2326;color:#fff;font-weight: 300;}
.footer a{color:#fff;}
.foot-top{position: relative;padding:45px 0;background-position: center;background-repeat: no-repeat;background-size:cover;}
.foot-top .video{position: absolute;width:100%;height:100%;object-fit: cover;left:0;top:0;}
.foot-middle{padding:45px 0 30px;overflow: hidden;}
.foot-top h5{font-size:24px;line-height: 1.4;margin:0;font-weight: 300;text-shadow: 1px 1px 0 #000;}
.foot-top .InfoContent{margin:10px 0 20px;text-shadow: 1px 1px 0 #000;}
.foot-nav{display: flex;justify-content: space-between;flex-flow: row wrap;margin-left:-15px;margin-right:-15px;}
.foot-nav dl{font-size:14px;padding-left:15px;padding-right:15px;margin-bottom:35px;}
.foot-nav dl>dt{margin-bottom:20px;}
.foot-nav dl>dt>a{font-weight: 300;}
.foot-nav dl>dd{margin:0;}
.foot-nav dl>dd>a{margin-bottom:10px;display: block;color:rgba(255,255,255,0.8)}
.foot-nav dl>dd>a:last-child{margin-bottom:0;}
.foot-nav dl>dt>a:hover,
.foot-nav dl>dd>a:hover{color:#4162E0;}
.foot-contact p{position: relative;padding-left:30px;line-height: 24px;margin-bottom:10px;}
.foot-contact p>img{position: absolute;left:0;top:2px;width:20px;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.18);}
.copyright{font-size:12px;padding:15px 0;line-height:24px;text-align: center;opacity: 0.8;}
.copyright a{display:inline-block;}
.copyright a img,.copyright img{display:inline-block;vertical-align:middle}
.copyright a:hover{text-decoration:underline}
img.support{display:block;height:12px;vertical-align:-2px!important}
@media (max-width:767px){
	.foot-nav{display: block;}
	.foot-nav dl{margin-bottom:0;}
	.foot-nav dl:not(.foot-contact){display: none;}
}
@media (min-width:768px){
	.foot-top h5{font-size:26px;}
	.foot-middle{padding-bottom:5px;}
	
	.copyright{font-size:14px;}
	img.support{height:14px;}
}
@media (min-width:1200px){
	.foot-top h5{font-size:28px;}
	
	.copyright{padding:25px 0;}
	img.support{height:16px;}
}
@media (min-width:1600px){

}


/* 按钮 */
.href-more>.a{position:relative;display:block;/* font-family:"PingFang Regular"; */max-width:130px;line-height:40px;padding:0 10px;text-align:center;font-size:14px;color:#fff;overflow:hidden;background:#1677ff;font-weight: 400;-webkit-transition:all .5s;transition:all .5s;z-index:2;}
.href-more>.a:after{content:'';position:absolute;z-index:-1;width:100%;height:0;bottom:0;left:0;-webkit-transition:all .3s linear .2s;transition:all .3s linear .2s;background:#4162E0}
.href-more>.a:hover{color:#fff;}
.href-more>.a:hover:after{height:100%}
@media (min-width:768px){
	.href-more>.a{max-width:150px;line-height:50px;font-size:16px;}
}
@media (min-width:1200px){
	/* .href-more>.a{max-width:180px;font-size:18px;} */
}

/*首页 - 标题*/
.index-title{position: relative;margin-bottom:40px;}
.index-title .h2{font-size:24px;line-height: 1.4;margin:0;}
.index-title .h2>span,
.index-title .en>span{color:#1677ff;}
.index-title .en{font-size:12px;color:#999;margin:5px 0 10px;line-height: 1.6;text-transform: uppercase;}
.index-title .line{width:120px;height:2px;background:#1677ff;}
.index-title.text-center .line{margin-left:auto;margin-right:auto;}
.text-white .index-title .en{color:#fff;}
.text-white .index-title .line{background:#fff;}
.see-more{margin-top:15px;}
.see-more>a{position: relative;display: flex;align-items: center;font-size:16px;color:#000;font-family:"PingFang Regular";-webkit-transition:all .5s;transition:all .5s}
.see-more>a:before{content: '';width:12px;height:2px;background:#000;margin-right:10px;display: block;-webkit-transition:all .5s;transition:all .5s}
.see-more>a:hover{color:#4162E0}
.see-more>a:hover:before{width:28px;background:#4162E0}
@media (max-width:767px){
	.index-title{text-align: center;}
	.index-title .en br{display: none;}
	.index-title .line{margin-left:auto;margin-right:auto;}
	.see-more{display: flex;justify-content: center;margin-top:20px;}
}
@media (min-width:768px){
	.index-title{margin-bottom:50px;}
	.index-title .h2{font-size:28px;}
	.index-title .en{margin:10px 0 15px;}
	.index-title .line{width:160px;}
	.see-more{position:absolute;right:0;top:5px;margin-top:0;}
}
@media (min-width:1200px){
	/* .index-title{margin-bottom:60px;} */
	.index-title .h2{font-size:38px;}
	.index-title .en{font-size:14px;}
	.index-title .line{width:180px;}
	.see-more>a{font-size:18px;}
}
/* @media (min-width:1600px){
	.index-title .line{width:200px;}
	.index-title .h2{font-size:42px;}
} */

/*首页*/
.banner .swiper-slide>img{display:block;width:100%}
.banner .swiper-pagination{display: flex;justify-content: center;bottom:15px;}
.banner .swiper-pagination>span{position: relative;display: block;width:auto;height:auto;border-radius: 0;font-size:14px;line-height:18px;font-family: arial;color:#fff;margin:0!important;background:none;opacity: 1;}
.banner .swiper-pagination>span + span{margin-left:30px!important;}
.banner .swiper-pagination>span:after{content: '';position: absolute;width:0;height:1px;background:#fff;left:100%;top:50%;margin-left:5px;transition: all 0.3s;}
.banner .swiper-pagination>.swiper-pagination-bullet-active:after{width:15px;}
/*banner文字*/
.banner-text{color:#fff;}
.banner-text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);overflow: hidden;} 
.banner-text h2{font-size:24px;font-family:"PingFang Regular";margin:0;transform:translateY(-100px);opacity: 0;transition: all 1s ease 0.2s;}
.banner-text h6{font-size:14px;font-family:"PingFang Regular";margin:20px 0 30px;transform:translateY(100px);opacity: 0;transition: all 1s ease 0.5s;}
.banner-text .href-more{transform:translateX(50%);opacity: 0;transition: all 1s ease 0.8s;}
.banner-text .href-more>a{font-weight: 400;}
.swiper-slide-active .banner-text h2,
.swiper-slide-active .banner-text h6,
.swiper-slide-active .banner-text .href-more,
.swiper-slide-active .banner-text .playBtn{transform: none;opacity: 1;}

.banner1 .container{overflow: visible;}
.banner1 .banner-content{display: inline-block;padding:30px;background:rgba(22,119,255,0.1);transform:translateX(50%);opacity: 0;transition: all 1s ease 0.2s;}
.banner1 .banner-content h6{margin-bottom:0;}
.swiper-slide-active.banner1 .banner-content{transform: none;opacity: 1;}
/* .banner2 .banner-content{float:right;}
.banner3 .banner-content{float:right;} */

.banner .swiper-slide{height:100vh;}
.banner .video{display: block;width:100%;height:100%;object-fit: cover;}
.banner .playBtn{width:50px;height:50px;border-radius: 50%;background:rgba(255,255,255,0.15);border:1px solid #fff;margin:0 auto;transform:translateY(100px);opacity: 0;transition: all 1s ease 1s;}
.banner .playBtn>.icon{display: block;width:100%;height:100%;}
.banner .playBtn>.icon>svg{display: block;width:100%;height:100%;}
.banner .playBtn>.icon>svg path{fill:#fff;}
.banner .videoGif{display: block;width:100%;height:100vh;object-fit: cover;}
@media (max-width:767px){
	/* .banner-text h2{text-shadow: 1px 1px 0 #000;}
	.banner-text h6{text-shadow: 1px 1px 0 #000;} */
	.banner .video{position: absolute;z-index: -10000;left:0;top:0;}
}
@media (max-width:575px){
	/* .banner-text{margin-top:30px;} */
	.banner-text h2{font-size:22px;}
	.banner-text h6{font-size:14px;}
	.banner-text .href-more>.a{line-height: 40px;font-size:14px;}
}
@media (min-width:768px){
	.banner-text h2{font-size:30px;}
	.banner-text h6{font-size:16px;margin:30px 0 40px;}
	
	.banner1 .banner-content{padding:40px;margin-left:-40px;}
}
@media (min-width:900px){
	.banner .swiper-pagination{width:auto;left:15px;top:50%;transform: translateY(-50%);bottom:auto;display: block;}
	.banner .swiper-pagination>span + span{margin-top:30px!important;margin-left:0!important;}
	.banner .swiper-pagination>span:after{margin-left:10px;}
	.banner .swiper-pagination>.swiper-pagination-bullet-active:after{width:20px;}
}

@media (min-width:1200px){
	.banner .swiper-pagination>span:after{margin-left:10px;}
	.banner .swiper-pagination>.swiper-pagination-bullet-active:after{width:26px;}
	.banner-text h2{font-size:40px;}
	.banner-text h6{font-size:20px;}
	
	.banner1 .banner-content{padding:50px;margin-left:-50px;}
}
@media (min-width:1400px){
	.banner1 .banner-content{padding:60px;margin-left:-60px;}
}
@media (min-width:1600px){
	.banner .swiper-pagination{left:25px;}
	.banner .swiper-pagination>span + span{margin-top:40px!important;}
	.banner-text h2{font-size:50px;}
	.banner-text h6{font-size:24px;margin:40px 0 60px;}
}
/* @media (min-width:1800px){
	.banner .swiper-pagination{left:50px;}
	.banner-text h2{font-size:60px;}
	.banner-text h6{font-size:30px;}
} */

/*首页 - 行业解决方案*/
.index-solution{padding-bottom:0;}
.index-solution .container{width:100%;max-width:100%;padding:0;}
.index-solution-list .swiper-wrapper{transition: margin 0.6s;background:#000;margin-left:0;}
.index-solution-list ul{list-style: none;margin:0;padding:0;}
.index-solution-list .swiper-slide{/* width: 50%; */height:calc(100vh - 170px);min-height:300px;transition: width 0.6s;}
/* .index-solution-list .swiper-slide:hover{width: 100%;} */

.index-solution-list .inner{position: relative;color:#fff;}
.index-solution-list .inner,
.index-solution-list .slide-img,
.index-solution-list .slide-img>img,
.index-solution-list .slide-inside{width:100%;height:100%;}
.index-solution-list .slide-img{position: relative;}
.index-solution-list .slide-img>img{width:100%;object-fit: cover;display: block}
.index-solution-list .slide-inside{position: absolute;background-color: rgba(0,0,0,.6);z-index: 1;top: 0;left: 0;text-align: center;}
.index-solution-list .slide-inside-inner{margin-top:15vh;}
.index-solution-list .slide-inside-inner>.tit1{font-size: 16px;line-height: 25px;opacity: 0.8;font-family:"PingFang Regular";}
.index-solution-list .slide-inside-inner>.line{width: 2px;height: 25vh;display: inline-block;background-color:#fff;margin: 16px 0;opacity: 0.2;}
.index-solution-list .slide-inside-inner>.tit2{font-size: 20px;line-height: 45px;letter-spacing: 1px;font-family:"PingFang Regular";}
.index-solution-list .slide-bottom{position: absolute;width: 100%;height:100%;background: linear-gradient(180deg,transparent,rgba(0,0,0,.4));bottom: 0;left: 0;overflow: hidden;}
.index-solution-list .slide-bottom-inner{padding:25px 20px;position: absolute;width:100%;bottom:0;left:0;transform:translateY(100%);transition: transform 1s;opacity: 0;}
.index-solution-list .slide-bottom-inner>span{font-size: 20px;line-height: 67px;letter-spacing: 1px;}
.index-solution-list .slide-bottom-inner>p{font-size: 14px;font-weight: 300;line-height: 24px;margin:8px 0 12px;}
.index-solution-list .slide-bottom-inner>.href-more .a{width:120px;max-width:100%;font-size:14px;line-height: 40px;}
.index-solution-list .inner:hover .slide-bottom-inner{transform: none;opacity: 1;}
.index-solution-list .inner:hover .slide-inside{opacity: 0;}
/* @media (max-width:1199px){
	.index-solution-list .swiper-wrapper{margin-left:-8px;margin-right:-8px;margin-top:-20px;flex-wrap: wrap;width:auto;}
	.index-solution-list .swiper-slide{width: 50%!important;height:auto;padding:0 8px;margin-top:20px;}
	.index-solution-list .swiper-slide:nth-child(n+7){display: none;}
	.index-solution-list .slide-inside{display: none;}
	.index-solution-list .slide-bottom{position: static;background:none;}
	.index-solution-list .slide-bottom-inner{position: static;padding:15px 0 0;transform: none;opacity: 1;}
	.index-solution-list .slide-bottom-inner>span{line-height:1.2;font-size:18px;}
	.index-solution-list .slide-bottom-inner>p{font-size:14px;line-height: 20px;color:#666;text-align:justify;text-justify: distribute-all-lines;}
} */
@media (max-width:767px){
	.index-solution-list .swiper-pagination{position: static;}
	.index-solution-list .swiper-pagination-progressbar-fill{background:#1677ff;}
	.index-solution .index-title{padding-left:15px;padding-right: 15px;}
	/* .index-solution-list .swiper-slide{cursor: pointer;} */
	.index-solution-list .swiper-slide{width: 100%;height:calc(100vh - 170px);min-height:300px;transition: width 0.6s;}
	.index-solution-list .swiper-slide:hover{width: 100%;}
}
@media (min-width:768px){
	.index-solution-list .swiper-pagination{display: none;}
	/* .index-solution-list .swiper-slide{width: 20%;height:calc(100vh - 70px);}
	.index-solution-list .swiper-slide:hover{width: 40%;} */
	.index-solution-list .swiper-slide{width: 14.285714%;height:calc(100vh - 70px);min-height:300px;}
	.index-solution-list .swiper-slide:hover{width: 28.571428%;}
	.index-solution-list .slide-inside-inner>.tit1{font-size:12px;}
	.index-solution-list .slide-inside-inner>.tit2,
	.index-solution-list .slide-bottom-inner>span{font-size: 16px;}
}
@media (min-width:992px){
	.index-solution-list .swiper-slide{width: 14.285714%;height:calc(100vh - 80px);}
	.index-solution-list .swiper-slide:hover{width: 28.571428%;}
	.index-solution-list .slide-inside-inner>.tit1{font-size:16px;}
	.index-solution-list .slide-inside-inner>.tit2,
	.index-solution-list .slide-bottom-inner>span{font-size: 20px;}
}
@media (min-width:1200px){
	.index-solution-list .slide-inside-inner>.tit1{font-size:18px;}
	.index-solution-list .slide-inside-inner>.tit2,
	.index-solution-list .slide-bottom-inner>span{font-size: 22px;}
	.index-solution-list .swiper-slide{height:calc(100vh - 90px);min-height:400px;margin-left:0;}
	.index-solution-list .swiper-slide:nth-child(n+8){display: none;}
}
@media (min-width:1400px){
	.index-solution-list .slide-bottom-inner{pading:25px;}
	.index-solution-list .slide-inside-inner>.tit2,
	.index-solution-list .slide-bottom-inner>span{font-size: 24px;}
}
@media (min-width:1600px){
	.index-solution-list .slide-inside-inner>.tit2,
	.index-solution-list .slide-bottom-inner>span{font-size: 28px;}
}

/*首页 - 科技创新*/
.index-solution-list-box{max-width:1190px;margin:0 auto;}
.index-solution-list-2{margin-left:-5px;margin-right:-5px;margin-top:-10px;}
.index-solution-list-2 .column{padding-left:5px;padding-right:5px;margin-top:10px;}
.index-solution-list-2 .href{display: block;position: relative;color:#fff;height:100%;}
.index-solution-list-2 .img{height:100%;max-height:388px;}
.index-solution-list-2 .img>img{position: absolute;width:100%;height:100%;object-fit: cover;left:0;top:0;}
.index-solution-list-2 .img::before{content:'';display: block;padding-top:65%;}
.index-solution-list-2 .text{position: absolute;left:0;bottom:0;right:0;padding:20px;background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 70%);}
.index-solution-list-2 h5{font-weight: 400;margin-bottom:10px;font-size:16px;}
.index-solution-list-2 h6{font-weight: 400;margin-bottom:10px;font-size:14px;}
.index-solution-list-2 .href-more .a{width:120px;max-width:100%;font-size:14px;line-height: 40px;height:0;opacity: 0;transition: all 0.5s;}
.index-solution-list-2 .href:hover .href-more .a{opacity: 1;height: 40px;margin-top:20px;}
@media (min-width:660px){
	.index-solution-list-2 .col-big{width:67.226891%;}
	.index-solution-list-2 .col-small{width:32.773109%;}
	.index-solution-list-2 .img::before{padding-top:50%;}
}
@media (min-width:768px){
	.index-solution-list-2{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.index-solution-list-2 .column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.index-solution-list-2 .text{padding:25px;}
	.index-solution-list-2 h5{font-size:18px;}
}
@media (min-width:1200px){
	.index-solution-list-2 h5{font-size:22px;}
	.index-solution-list-2 h6{font-size:16px;}
}

/*首页 - 我们能做什么*/
.index-weDo .inside-main{padding:0;}
.index-weDo .fixedBg{position: static;}
.index-weDo .fixedBg>video,
.index-weDo .fixedBg>img{display: block;width:100%;}
.index-weDo-row{flex-direction:row-reverse;margin:0 -20px;align-items: center;}
.index-weDo-row>div{padding:0 20px;}
.index-weDo-row>div + div{margin-top:30px;}
.index-weDo-row .text>.p1{font-size:24px;color:#333;line-height:1.2;font-family:"PingFang Bold";}
.index-weDo-row .text>.p1>span{font-size:30px;color:#1677ff}
.index-weDo-row .text>.p2{font-size:14px;line-height:1.666667;color:#666;margin-top:20px;margin-bottom:25px;}
.index-weDo-row .img>img{width:auto;max-width:100%}
.index-weDo-row .img:hover>img{transform: none;}
.index-weDo-row .href-more{display: flex;}
.index-weDo-row .href-more>.a{width:130px;border-radius:25px;border:1px solid #1677ff;color:#1677ff;background:transparent;}
.index-weDo-row .href-more>.a:hover{border-color:#1677ff;color:#fff;background:#1677ff;}
@media (max-width:767px){
	.index-weDo .fixedBg{position: relative;}
	.index-weDo .fixedBg>video{position: absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;opacity: 0;visibility: hidden;display: none;}
	.index-weDo-row .img>img{margin:0 auto;display: none;}
	.index-weDo-row .text{padding:30px 0 0;}
	.index-weDo-row .href-more>.a{border:1px solid #1677ff;color:#fff;background:#1677ff;}
	.index-weDo-row .href-more>.a:hover{border-color:#4162E0;}
}
@media (min-width:768px){
	.index-weDo .inside-main .container{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
	.index-weDo-row>div + div{margin-top:0;}
	.index-weDo-row .text{text-align:right}
	.index-weDo-row .href-more{display: flex;justify-content: flex-end;}
	.index-weDo-row .href-more>.a{line-height:40px;font-size:14px;}
	.index-weDo-row .text>.p2{padding-left:40px;margin-bottom:20px;}
}
@media (min-width:992px){
	.index-weDo-row .text>.p1{font-size:34px;}
	.index-weDo-row .text>.p1>span{font-size:44px;}
	.index-weDo-row .text>.p2{padding-left:0;margin-bottom:40px;font-size:16px;}
	.index-weDo-row .href-more>.a{width:150px;line-height:50px;font-size:16px;}
}
@media (min-width:1200px){
	.index-weDo-row .text>.p1{font-size:42px;}
	.index-weDo-row .text>.p1>span{font-size:52px;}
	.index-weDo-row .text>.p2{font-size:18px;margin-top:30px;margin-bottom:60px}
}
@media (min-width:1400px){
	.index-weDo-row .text>.p1{font-size:48px;}
	.index-weDo-row .text>.p1>span{font-size:58px;}
}


/*首页 - 产品*/
.index-product-swiper .album-big{margin:0 auto 20px;}
.index-product-swiper .img:hover>img{transform: none;}
.index-product-swiper .swiper-button-arrow{width:30px;height:30px;margin-top:-15px;}
.index-product-swiper .swiper-button-arrow::after{display: none;}
.index-product-swiper .swiper-button-arrow>img{width:60%;display: block;}
.index-product-swiper .swiper-button-prev{left:0;justify-content: flex-start;}
.index-product-swiper .swiper-button-next{right:0;justify-content: flex-end;}
.index-product-swiper .album-small{position: relative;padding-left:30px;padding-right:30px;}
.index-product-swiper .album-small .swiper-slide{cursor: pointer;}
.index-product-swiper .album-small .swiper{position: static;}
.index-product-swiper .album-small .mask{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.75);}
.index-product-swiper .album-small .mask::before{content: '';position: absolute;left:10px;top:10px;right:10px;bottom:10px;border:1px solid #fff;opacity: 0.8;}
.index-product-swiper .album-small .mask .tit{position: absolute;width:100%;left:0;top:50%;margin-top:-20px;line-height: 40px;color:#fff;text-align: center;font-size:14px;font-family: "PingFang Regular";}
.index-product-swiper .swiper-slide-active .mask{opacity: 0;}
@media (max-width:767px){

}
@media (min-width:768px){
	.index-product-swiper .album-small{padding-left:50px;padding-right:50px;}
	.index-product-swiper .album-small .mask .tit{font-size:16px;}
	.index-product-swiper .swiper-button-arrow{width:36px;height:36px;margin-top:-18px;}
	
}
@media (min-width:992px){
	.index-product-swiper .album-big{max-width:66%;}
	.index-product-swiper .album-small .mask .tit{font-size:18px;}
}
@media (min-width:1200px){
	.index-product-swiper .album-big{max-width:66%;margin-bottom:30px;}
	.index-product-swiper .album-small .mask::before{left:15px;top:15px;right:15px;bottom:15px;}
	.index-product-swiper .album-small{padding-left:70px;padding-right:70px;}
	.index-product-swiper .swiper-button-arrow>img{width:100%;}
	.index-product-swiper .album-small .mask .tit{font-size:20px;}
}


/*首页 - 关于*/
.index-about{padding-bottom:70px;}
@media (min-width:768px){
	.index-about{padding-top:130px;padding-bottom:210px;}
	.index-about .InfoContent{max-width:56.65%;/* max-width:54%; */}
}
@media (min-width:1200px){
	.index-about{padding-top:200px;}
}
@media (min-width:1600px){
	.index-about{padding-top:250px;}
}
@media (min-width:1800px){
	.index-about .InfoContent{font-size:18px;}
}

/*首页 - 案例*/
.index-case{padding-bottom:0;}
.case-news-list{margin:-35px -12px 0;}
.case-news-list>.column{padding-left:12px;padding-right:12px;margin-top:25px;}
.case-news-list .img{display: block;}
.case-news-list .href{display: block;}
.case-news-list .text{position: relative;padding:15px 0;border-bottom:1px solid #E2E2E2;}
.case-news-list .date{position: absolute;color:#999;line-height: 24px;font-size:12px;right:0;top:15px;}
.case-news-list h3{font-size:16px;line-height: 24px;margin:0;padding-right:90px;-webkit-transition:all .5s;transition:all .5s;}
.case-news-list h3>a{color:inherit;-webkit-transition: inherit;transition: inherit;line-height: inherit;display: block;white-space:inherit;overflow:inherit;text-overflow:inherit}
.case-news-list .playBtn{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(2,2,2,0.6);cursor: pointer;z-index: 3;display: flex;justify-content: center;align-items: center;-webkit-transition:all .5s;transition:all .5s}
.case-news-list .playBtn>img{width:50px;display: block;}
.case-news-list .videoBox{display: none;position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;background:#000;}
.case-news-list .videoBox>video{display: block;width:100%;height:100%;}
.case-news-list .href:hover h3>a,
.case-news-list .href:hover h3{color:#4162E0;}
.case-news-list .href:hover .playBtn{background:rgba(2,2,2,0.4);}
.case-news-list .href:hover .playBtn>img{-webkit-animation:bounce 1.5s;animation:bounce 1.5s;}
@media (min-width:768px){
	.case-news-list .date{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
	.case-news-list h3{padding-right:0;}
	.case-news-list .date{position: static;margin-top:5px;}
}
@media (min-width:1200px){
	.case-news-list{margin-top:-50px;margin-left:-16px;margin-right:-16px;}
	.case-news-list>.column{padding-left:16px;padding-right:16px;margin-top:50px;}
	.case-news-list .playBtn>img{width:60px;}
	.case-news-list .text{padding:25px 0;}
	.case-news-list .date{top:25px;}
	.case-news-list h3{font-size:18px;}
}


/*首页 - 新闻*/
/* .case-news-list.news-list .img{position: relative;padding-top:59.68%;}
.case-news-list.news-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;} */

/*首页 - 资质*/
.index-honor-swiper .swiper{padding:10px;margin:-10px;}
.index-honor-swiper .swiper-pagination{display: flex;justify-content: center;position: static;margin-top:30px;}
.index-honor-swiper .swiper-pagination-bullet{margin:0 5px!important;}
.index-honor-swiper .swiper-pagination-bullet-active{background:#4162E0}
@media (min-width:768px){
	.index-honor-swiper .swiper-pagination{margin-top:40px;}
}
@media (min-width:1200px){
	.index-honor-swiper .swiper-pagination-bullet{margin:0 8px!important;}
}

/*内页共用*/
.inside-banner{position:relative;overflow:hidden}
.inside-banner img{display:block;width:100%}
.inside-title h1{font-size:24px;font-weight: 300;margin-bottom:15px;}
.inside-title p{font-size:14px;font-weight: 300;margin:0;}
.InfoTitle{margin-bottom:30px;}
.InfoTitle h2{font-size:18px;margin:0;line-height:1.4;}
.InfoTitle .date{font-size:12px;color:#999;margin-top:15px;}
.InfoTitle .date span{padding:0 5px}
.details-main .InfoTitle{padding-bottom:25px;border-bottom:1px solid #E0E0E0;}

.submenu-swiper{background:#F5F7FA;}
.submenu-nav{list-style:none;margin:0;padding:0}
.submenu-nav .nav-item{width:auto;padding:0}
.submenu-nav .nav-link{font-size:16px;line-height:30px;color:#000;padding:5px 10px;background:transparent;text-align: center;}
.submenu-nav .nav-link>span{position: relative;display: inline-block;padding:5px 0}
.submenu-nav .nav-link>span:after{content: '';position: absolute;width:0;left:50%;bottom:0;height:3px;background:#4162E0;transform: translateX(-50%);}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link:hover{background:#fff;color:#4162E0;}
.submenu-nav .active .nav-link>span:after,
.submenu-nav .nav-link:hover>span:after{width:100%;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:50px -5px 0;padding:0;list-style: none;}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,.pager li>span{display:block;background-color:transparent;color: #131314;border-radius:0;padding:0;margin:0;width:28px;height:28px;line-height:28px;text-align: center;font-size:14px;}
.pager .next>a,
.pager .previous>a{width:auto;float:none;display:block;border:0;color: #21438F;padding-left:10px;padding-right:10px;}
.pager .next>span,
.pager .previous>span{width:auto;float:none;display:block;border:0;color:#939393;padding-left:10px;padding-right:10px;}
.pager .active>a,
.pager li>a:hover{color:#fff;background-color:#4162E0;}

.details-other{position: relative;padding:30px 0;border-top:1px solid #E6E6E6;margin-top:50px;}
.details-other .href-more{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.details-other .href-more>a{padding:0 15px;}
.info-previous-next-wrap{font-size:14px;text-transform:uppercase;overflow: hidden;}
.info-previous-next-wrap a{display: block;position: relative;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.info-previous-next-wrap a:hover{color:#4162E0}
@media (max-width: 991px) {
	.info-Next,.info-Previous{margin-top:15px;}
	.details-other .href-more{position: static;transform: none;}
	.details-other .href-more>.a{margin:0 auto 15px;}
}
@media (max-width: 767px) {
	.pager li:not(.next,.previous){display: none;}
}
@media (min-width:768px){
	.inside-title h1{font-size:28px;}
	.inside-title p{font-size:16px;}
}
@media (min-width:992px){
	.info-previous-next-wrap{font-size:16px;display: flex;flex-flow: row wrap;justify-content: space-between;}
	.info-Next,.info-Previous{max-width:38%;}
	.details-other{min-height:85px;}
	.details-other .href-more>a{padding:0 35px;}
	.submenu-nav .nav-link{padding-left:8px;padding-right:8px;}
}
@media (min-width:1200px){
	.inside-title h1{font-size:32px;margin-bottom:20px;}
	.inside-title p{font-size:18px;}
	.submenu-nav .nav-link{line-height:40px;padding:10px 15px;}
	
	.InfoTitle h2{font-size:24px}
	.InfoTitle .date{font-size:14px}
	
	.pager li>a, .pager li>span{font-size:16px;}
	.details-main .InfoContent{font-size:16px;}
}
@media (min-width:1600px){
	.inside-title h1{font-size:36px;}
	.inside-title p{font-size:20px;}
	.submenu-nav .nav-link{font-size:18px;padding:10px 20px;}
	
	.InfoTitle h2{font-size:30px}
	.InfoTitle .date{font-size:16px}
}
@media (min-width:1800px){
	.inside-title h1{font-size:42px;}
	
	/* .details-main .InfoTitle{padding-bottom:35px;margin-bottom:45px;}
	.details-main .InfoTitle h2{font-size:42px} */
}

/*关于*/
/* 简介 */
.about-row{margin-left:-20px;margin-right:-20px;}
.about-row>div{padding-left:20px;padding-right:20px;position: relative;}
.about-row .InfoContent{color: #7D7D7D;}
.about-row>.right{margin-top:30px;}


/* 历史记录 */
.history-list{position: relative;}
.history-list:after{content: '';position: absolute;width:100vw;height:1px;background:#fff;left:50%;top:50%;transform: translate(-50%,50%);}
.history-list .swiper{position: static;}
.history-list ul{list-style: none;padding:0;margin-bottom:0;}
.history-list .swiper-slide{position: relative;height:360px;}
.history-list .year{font-size:20px;line-height:1;font-family: arial;margin:20px 0;text-align: center;transition: all 0.5s;}
.history-list .swiper-slide:nth-child(2n) .year{margin-top:10px;}
.history-list .InfoContent{line-height: 24px;max-height:120px;text-align: center;}
.history-list .InfoContent p{text-align: center;text-indent: 0;}
.history-list .img-box{position: absolute;width:100%;max-width:236px;padding:10px;background:#fff;left:50%;transform: translateX(-50%);}
.history-list .icon{position: absolute;width:18px;height:18px;border-radius: 50%;border:1px solid #fff;padding:3px;left:50%;top:50%;transform: translate(-50%,-50%);transition: all 0.5s;}
.history-list .icon:before{content: '';display: block;width:100%;height:100%;background:#fff;border-radius: 50%;}
.history-list .swiper-slide:nth-child(odd){padding-top:180px;}
.history-list .swiper-slide:nth-child(even){padding-bottom:180px;}
.history-list .swiper-slide:nth-child(odd) .img-box{top:0;}
.history-list .swiper-slide:nth-child(even) .img-box{bottom:0;}
.history-list .swiper-slide:hover .img>img{-webkit-transform: scale(1.3);transform: scale(1.3);}
.history-list .swiper-slide:hover .icon{padding:0;}
.history-list .swiper-arrows>div{width:40px;height:40px;margin-top:-19px;border-radius: 50%;color:#fff;background:#1677ff;}
.history-list .swiper-arrows>div:after{font-size:12px;}
.history-list .swiper-arrows>.swiper-button-prev{left:-20px;}
.history-list .swiper-arrows>.swiper-button-next{right:-20px;}
.history-list .swiper-arrows>.swiper-button-disabled{opacity: 0;}
.history-list .swiper-slide:hover .img>img{-webkit-transform: scale(1.3);transform: scale(1.3);}
.history-list .swiper-slide:hover .icon{padding:0;background:#fff;}

/* 企业文化 */
.culture-InfoContent{color:#333;}
.culture-InfoContent + .culture-row{margin-top:20px;}
.culture-row{margin-left:-10px;margin-right:-10px;}
.culture-row>.column{padding-left:10px;padding-right:10px;margin-top:20px;}
.culture-row p{font-size:16px;text-align: center;font-weight: 600;color: #2B2B2B;margin:20px 0 0;}
@media (max-width:991px){
	#aboutItem-1 + .container .page-title{text-align: center;}
	#aboutItem-1 + .container .page-title h2>span:before{left:50%;transform: translateX(-50%);}
}
@media (max-width:767px){
	.about-row .InfoContent img{margin-left:0!important;max-width:100%!important;}
	
	#aboutItem-2 + .container{padding-top:20px;padding-bottom:20px;}
	.history-list .swiper-slide{padding-left:40px;padding-right:40px;}
	.history-list .year + .InfoContent{margin-top:-10px;}
	.history-list .img-box{width:calc(100% - 80px);}
	.history-list .swiper-arrows>.swiper-button-prev{left:-15px;}
	.history-list .swiper-arrows>.swiper-button-next{right:-15px;}
	.history-list .swiper-slide-active .year{font-size:34px;}
}
@media (min-width:768px){
	.history-list .year{font-size:26px;}
	.history-list .active .year{font-size:34px;}
	.history-list .active .img>img{-webkit-transform: scale(1.3);transform: scale(1.3);}
	.history-list .active .icon{padding:0;background:#fff;}

	.culture-InfoContent + .culture-row{margin-top:30px;}
}
@media (min-width:992px){
	.about-row>.left{width:47.285714%;}
	.about-row>.right{width:52.714286%;margin-top:0;}
	/* .about-row>.left .InfoContent{position: absolute;left:20px;right:20px;margin-right:-8px;height:100%;top:0;padding-right:8px;overflow-x: hidden;overflow-y: auto;}
	.about-row>.left .InfoContent::-webkit-scrollbar{width:3px;height:3px}
	.about-row>.left .InfoContent::-webkit-scrollbar-track{background:#E2E2E2}
	.about-row>.left .InfoContent::-webkit-scrollbar-thumb{background:#1E2326;height:60px}
	.about-row>.left .InfoContent::-webkit-scrollbar-thumb:window-inactive{background:#1E2326}
	.about-row>.left .InfoContent::-webkit-scrollbar-thumb:vertical:hover{background:#1E2326} */
}
@media (min-width:1200px){
	.about-row{margin-left:-30px;margin-right:-30px;}
	.about-row>div{padding-left:30px;padding-right:30px;}
	/* .about-row>.left .InfoContent{left:30px;right:30px;} */
	
	.history-list .year{font-size:30px;}
	/* .history-list .active .year{font-size:44px;}
	.history-list .InfoContent{font-size:16px;} */
	
	.culture-row p{font-size:18px;}
}
@media (min-width:1600px){
	.about-row{margin-left:-40px;margin-right:-40px;}
	.about-row>div{padding-left:40px;padding-right:40px;}
	/* .about-row>.left .InfoContent{left:40px;right:40px;} */

	.culture-row p{font-size:20px;margin-top:30px;}
}


/* 荣誉资质 */
.honor-main:before{content: '';position: absolute;width:100%;height:30%;left:0;top:0;background:url(../images/img22.png) no-repeat center;background-size: cover;}
.page-title + .tab-nav{margin-top:15px;}
.tab-nav{font-size:0;margin-bottom:40px;}
.tab-nav .swiper{/* display: inline-block; */margin-left:-15px;margin-right:-15px;}
.tab-nav .nav{list-style:none;margin:0;padding:0;flex-wrap: nowrap;}
.tab-nav .nav-item{width:auto;padding:0 15px;}
.tab-nav .nav-link{position: relative;font-size:16px;color:#000;line-height:30px;padding:14px 0;background:transparent;font-family: Microsoft Yahei;}
.tab-nav .nav-link:after{content:"";width:0;height:3px;background-color:#4162E0;position:absolute;left:0;bottom:0;-webkit-transition:all .3s;transition:all .3s}
.tab-nav .active .nav-link:after,
.tab-nav .nav-link.active:after,
.tab-nav .nav-link:hover:after{width:100%;}
.tab-nav .active .nav-link,
.tab-nav .nav-link.active,
.tab-nav .nav-link:hover{color:#4162E0;}

.text-white .tab-nav .nav-link{color:#fff;}
.text-white .tab-nav .nav-link:after{background-color:#e9a813;}
.text-white .tab-nav .active .nav-link,
.text-white .tab-nav .nav-link.active,
.text-white .tab-nav .nav-link:hover{color:#e9a813;}
.index-title + .tab-nav{margin-top:-14px;}

.honor-list.row{margin:-20px -11px 0;padding-bottom:20px;}
.honor-list .column{margin-top:20px;padding-left:11px;padding-right:11px;}
.honor-list .img{padding-bottom:94%;background:#FCFCFC;box-shadow: 0px 3px 6px rgba(0,0,0,0.14);cursor: pointer;}
.honor-list .img>img{position: absolute;width:auto;height:auto;max-width:90%;max-height:84%;margin:auto;left:0;top:0;right:0;bottom:0;}
.honor-list p{text-align: center;margin:15px 0 0;font-size:16px;line-height: 36px;font-weight: 600;}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.1);transform: scale(1.1);}
#lightGallery-outer{background-color:rgba(0,0,0,0.6)!important;}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:#4162E0;color:#fff;opacity: 1;transition: all 0.5s;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight: lighter;}
#lightGallery-outer #lightGallery-close:hover{background:#4162E0;color:#fff;transform: rotate(360deg);}
#lightGallery-outer #lightGallery-action a:hover, #lightGallery-action a:focus{background:#4162E0;}
#lightGallery-outer #lightGallery-Gallery .thumb_cont .thumb_info .close{opacity: 1;}
@media (min-width:768px){
	.tab-nav{margin-bottom:50px;}
	.tab-nav .nav-link{font-size:18px;}
	
	.honor-main:before{height:44.18%;}
}
@media (min-width:1200px){
	.tab-nav{margin-bottom:60px;}
	.tab-nav .nav-link{font-size:20px;}
	
	.honor-main:before{height:40.18%;}
	.honor-list.row{margin-top:-38px;}
	.honor-list .column{margin-top:38px;}
	.honor-list p{font-size:18px;margin-top:20px;}
}
@media (min-width:1600px){
	.tab-nav .nav-link{font-size:24px;}
	
	.honor-list p{font-size:20px;}
}


/*产品列表*/
.produtTop-row{margin:0;}
.produtTop-row>div{padding:0;position: relative;}
.produtTop-row .img{display: block;}
.produtTop-img{margin-top:30px;}
.produtTop-text h3{font-size:24px;font-weight: 400;margin-bottom:30px;}
.produtTop-text .InfoContent{color: #7D7D7D;margin-bottom:30px;line-height: 1.67;}
.produtTop-text .href-more>.a{/* max-width:244px; */font-weight: 400;}

.product-title{margin-bottom:40px;overflow: hidden;}
.product-title .page-title{margin-bottom:20px;}
.product-title .page-title h2{margin-bottom:0;font-size:24px;}
.product-title .tab-nav{margin:0;}
.product-title .tab-nav .swiper{margin-left:-10px;margin-right:-10px;}
.product-title .tab-nav .nav-item{padding-left:10px;padding-right:10px;}
.product-title .tab-nav .nav-link{padding:7px 0;}
.product-list.row{margin-left:-9px;margin-right:-9px;margin-top:-16px;}
.product-list .column{padding-left:9px;padding-right:9px;margin-top:16px;}
.product-list a{display: block;}
.product-list .img{background:#fff;}
.product-list .text{padding:20px 0;text-align: center;}
.product-list h2{font-size: 15px;font-weight: 500;margin-bottom:10px;color:#666;font-weight: 400;}
.product-list .p{font-size:13px;color:#999;}
.product-list a:hover h2{color:#4162E0;}
.product-list a:hover .img>img{-webkit-transform: scale(0.9);transform: scale(0.9);}

/* 产品详情 */
.productDetailsTop{margin-left:-25px;margin-right:-25px;overflow:hidden}
.productDetailsTop>div{padding-left:25px;padding-right:25px;}
.productDetailsTop>.left{margin-bottom:30px;}
.productDetailsTop>.right .InfoTitle{display: none;}
.productDetailsTop .img{background: #F8F8F8;}
.productDetailsTop .img>img{display:block;width:auto;max-width:100%;margin:0 auto;}
.productDetailsTop .InfoContent{font-size:14px;color:#666;max-width:620px;}
.productDetailsTop .InfoContent p{text-indent: 0;}
.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next{width:40px;height:40px;margin-top:-20px;border-radius: 50%;color:#fff;background:#4162E0;opacity: 1;-webkit-transition: all 0.5s;transition: all 0.5s;}
.gallery-top .swiper-button-prev:after,
.gallery-top .swiper-button-next:after{font-size:12px;}
.gallery-top .swiper-button-prev{left:-40px;}
.gallery-top .swiper-button-next{right:-40px;}
.gallery-top:hover .swiper-button-prev{left:10px;}
.gallery-top:hover .swiper-button-next{right:10px;}

.album-small{position:relative;width:100%;padding:0 30px;margin-top:15px}
.album-small .swiper{position: static;}
.album-small .swiper-slide::after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;border:1px solid transparent;transition:all .5s}
.album-small .swiper-slide-thumb-active:after{border-color:#4162E0}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev{width:20px;height:100%;background-color:#909090;top:0;margin-top:0;background-size:12px auto}
.gallery-thumbs .swiper-button-prev{left:0}
.gallery-thumbs .swiper-button-next{right:0}
.gallery-thumbs{
    --swiper-theme-color: #ffffff;/* è®¾ç½®Swiperé£Žæ ¼ */
    --swiper-navigation-color: #ffffff;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 16px;/* è®¾ç½®æŒ‰é’®å¤§å° */
  }

.recommend-swiper .swiper-pagination{display: flex;justify-content: center;position: static;margin-top:10px;}
.recommend-swiper .swiper-pagination-bullet{margin:0 5px!important;}
.recommend-swiper .swiper-pagination-bullet-active{background:#4162E0}
.recommend-swiper .product-list .text{padding-bottom:15px;}
@media (max-width:767px){
	.gallery-top .swiper-button-prev,
	.gallery-top .swiper-button-next{display: none;}
	
	.product-title .index-title{margin-bottom:20px;}
}
@media (min-width:768px){
	.produtTop-text h3{font-size:26px;}

	.product-title{display: flex;justify-content: space-between;align-items: flex-end;flex-flow: row wrap;margin-bottom:50px;}
	.product-title .page-title{margin-bottom:0;}
	.product-title .page-title h2{font-size:26px;}
	.product-title .tab-nav{max-width:calc(100% - 150px);}
	.product-title .tab-nav .nav-link{font-size:16px;}
	
	.productDetailsTop>.left{width:40%;margin-bottom:0;}
	.productDetailsTop>.left .InfoTitle{display: none;}
	.productDetailsTop>.right{width:60%;}
	.productDetailsTop>.right .InfoTitle{display: block;}
}
@media (min-width:768px) and (max-width:991px){
	.produtTop-row>div{width:100%;}
}
@media (min-width:992px){
	/* .produtTop-row .img{height:100%;min-height: 440px;}
	.produtTop-row .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;} */
	.produtTop-row .produtTop-text{padding-right:40px;}
	.produtTop-text>.text{min-height:100%;position: relative;padding-bottom:50px;}
	.produtTop-text>.text>.href-more{position: absolute;left:0;bottom:0;width:100%;}
	.produtTop-img{margin-top:0;}
	
	/* .produtTop-row-1 .img>img{position: absolute;width: 100%;height: auto;left: 0;top: 50%;object-fit: none;transform: translateY(-63%);} */
}
@media (min-width:1200px){
	.produtTop-row .produtTop-text{width:calc(100% - 480px);padding-right:70px;}
	.produtTop-img{width:480px;}
	.produtTop-text h3{font-size:30px;}
	
	.product-title{margin-bottom:60px;}
	.product-title .page-title h2{font-size:30px;}
	.product-title .tab-nav .nav-link{font-size:16px;}

	.product-list.row{margin-top:-26px;}
	.product-list .column{margin-top:26px;}
	.product-list h2{font-size: 18px;}
	.product-list .p{font-size:14px;}
	
	.recommend-swiper .swiper-pagination-bullet{margin:0 8px!important;}
}
@media (min-width:1600px){
	.produtTop-row .produtTop-text{width:calc(100% - 590px);/* padding-right:110px; */}
	.produtTop-img{width:590px;}
	
	.product-title{margin-bottom:70px;}
	.product-title .tab-nav .nav-link{font-size:18px;}
	
	.product-list.row{margin-top:-36px;}
	.product-list .column{margin-top:36px;}
	.product-list .text{padding:30px 0;}
	.product-list h2{font-size: 20px;}
	.product-list .p{font-size:16px;}
}
/* 技术参数 */
.productDetailsBottom{overflow: hidden;}
.productDetailsBottom .listBox{overflow: hidden;display: flex;flex-flow: row wrap;background: #F2F2F2;}
.details-title-wrap{float:left;width:18.2857%;flex: 0 0 auto;background:#909090;padding:30px 0;}
.details-title-wrap>.nav{display: block;}
.details-title-wrap>.nav>li{border-bottom: 1px solid rgba(152,152,152,0.7098);}
.details-title-wrap>.nav>li>a{position: relative;font-size:14px;padding:10px 15px;line-height:20px;color:#f2f2f2;padding-left:30px;cursor: pointer;}
.details-title-wrap>.nav>li>a>h3{display: inline;font-size:inherit}
.details-title-wrap>.nav>li.active>a{font-size:16px;background-color:#F2F2F2;color:#D7000F;}
.details-description-wrap{float:right;width:81.7143%;overflow: auto;height:580px;padding:0 20px 20px;margin-bottom:20px;}
.details-description-wrap::-webkit-scrollbar{width:4px;height:4px;}
.details-description-wrap>*:last-child{padding-bottom:400px;}
.details-description-item{list-style: none;margin:0;padding:0 0 20px;margin-bottom:10px;font-size:14px;line-height: 40px;}
.details-description-item>li{display: flex;border-bottom:1px solid #ddd;}
.details-description-item>li + .InfoContent{margin-top:10px;}
.details-description-item .InfoContent p{text-indent: 0;}
.details-description-item>li>span{display: inline-block;}
.details-description-item .heading{font-weight: 600;color: #D7000F;}
.details-description-item .title{width:30%;}
.details-description-item .title-details{width:70%;padding-left:15px;}
.details-description-item .title-details p{margin-bottom:0;}
@media (max-width:575px){
	.details-title-wrap{float:none;width:100%;}
	.details-title-wrap>.nav{display: flex;flex-flow: row nowrap;overflow-x:auto;}
	.details-title-wrap>.nav::-webkit-scrollbar,
	.details-description-wrap::-webkit-scrollbar{width:0;height:0}
	.details-title-wrap>.nav>li>a{white-space: nowrap;}
	.details-description-wrap{float:none;width:100%;margin-top:5px;height:480px;padding:0 10px 10px;}
	.details-description-wrap>*:last-child{padding-bottom:320px;}
}
@media (min-width:768px){
	.details-description-item{font-size:16px;}
	.details-description-item .title{width:26%;}
	.details-description-item .title-details{width:74%;}
}
@media (min-width:1200px){
	.details-title-wrap>.nav>li>a{padding-left:45px;}
}
/* 案例展示 */
.case-title{font-size:24px;padding-bottom:25px;border-bottom: 1px solid #E2E2E2;margin-bottom:40px;}
.caseTop-row{flex-direction: row-reverse;}
.caseTop-row .produtTop-text{padding-right:0;}
.caseTop-row .produtTop-text h3{position: relative;padding-left:50px;line-height: 40px;}
.caseTop-row .produtTop-text h3>.icon{position: absolute;left:0;top:0;height:40px;}
@media (min-width:768px){
	.case-title{font-size:26px;}
}
@media (min-width:992px){
	.caseTop-row .produtTop-text{padding-left:40px;}
	.caseTop-row .produtTop-row .img{min-height: 0;}
	.caseTop-row .produtTop-row .img>img{width:100%;height:100%;left:0;top:0;object-fit: cover;}
}
@media (min-width:1200px){
	.case-title{font-size:30px;}
	.caseTop-row .produtTop-text{padding-left:70px;}
	.caseTop-row .produtTop-text h3{padding-left:80px;line-height: 50px;}
	.caseTop-row .produtTop-text h3>.icon{height:50px;}
}
/* @media (min-width:1600px){
	.caseTop-row .produtTop-text{padding-left:110px;}
} */
	
/* 服务支持 - 资料下载 */
.title-swiper .swiper{margin-left:-15px;margin-right:-15px;}
.title-nav{list-style: none;margin:0;padding:0}
.title-nav .nav-item{position: relative;width:auto;padding:0;padding-left:15px;padding-right:15px;}
.title-nav a{display: block;}
/* .title-nav .index-title{padding-bottom:1px;} */
.title-nav .index-title .line{/* position: absolute;left:50%;bottom:0;max-width:100%;transform: translateX(-50%); */background:transparent;transition: all 0.3s;}
.title-nav .index-title a:hover{color:inherit;}
.title-nav .index-title a:hover .line,
.title-nav .active .index-title .line{background:#1677ff;}
.title-nav .nav-item:after{content: '/';position: absolute;right:-4px;top:0;font-size:24px;line-height: 1.4;margin: 0;font-weight: 500;}
.title-nav .nav-item:last-child:after{display: none;}

.download-list .item{border-bottom: 1px solid #EBEBEB;padding:15px 0;}
.download-list .item:first-child{border-top:1px solid #EBEBEB;}
.download-list a{position: relative;display: block;padding:0 85px 0 35px;line-height:34px;}
.download-list .icon{position: absolute;left:0;top:2px;width:30px;height:30px;background-image:url(../images/icon/i8.png);background-repeat: no-repeat;background-position: center;background-size: 100%;}
.download-list .tit{font-size:16px;}
.download-list .btn{position: absolute;top:0;right:0;padding:0;width:70px;height:34px;line-height:32px;text-align: center;font-size:14px;color: #676767;border-radius: 0;border: 1px solid #E5E5E5;transition: all 0.5s;}
.download-list a:hover .icon{background-image:url(../images/icon/i8-2.png);}
.download-list a:hover .btn{color:#fff;background:#4162E0;border-color:#4162E0;}
.download-list + .pager,
.problem-list + .pager{padding-top:0;border-top:none;}
@media (min-width:768px){
	.title-swiper .swiper{margin-left:-30px;margin-right:-30px;}
	.title-nav .nav-item{padding-left:30px;padding-right:30px;}
	.title-nav .nav-item:after{font-size:28px;}
	
	.download-list .item{padding:20px 15px;}
	.download-list a{padding-left:45px;padding-right:95px;}
	.download-list .tit{font-size:18px;}
	.download-list .btn{width:80px;font-size:16px;}
}
@media (min-width:1200px){
	.title-nav .nav-item:after{font-size:38px;}
}

/* 服务支持 - 常见问题 */
.problem-list .accordion-item{border:none;border-radius:0;background:none;border-bottom:1px solid #EBEBEB;}
.problem-list .accordion-item:first-child{border-top:1px solid #EBEBEB;}
.problem-list .accordion-button{position: relative;background-color:#fff;border:none;font-size:16px;line-height:32px;padding:15px 35px;box-shadow: none;-webkit-transition:all .5s;transition:all .5s}
.problem-list .accordion-button:not(.collapsed){color:#333;}
.problem-list .accordion-button:focus{box-shadow:none}
.problem-list .icon{position: absolute;font-style: normal;width:22px;height:22px;left:0;top:0;background-repeat: no-repeat;background-position: center;background-size: 100%;-webkit-transition:all .5s;transition:all .5s}
.problem-list .accordion-header .icon{top:20px;background-image: url(../images/icon/i9.png);}
.problem-list .accordion-body .icon{top:4px;background-image: url(../images/icon/i10.png);}
.problem-list .active .accordion-button{background-color:#fff;}
.problem-list .active .accordion-header .icon{background-image: url(../images/icon/i9-2.png);}
.problem-list .accordion-button:after{content:"";width:17px;height:17px;background-image:url(../images/icon/i11.png);background-size:100%;background-repeat: no-repeat;background-position: center;position:absolute;right:0;top:22px;-webkit-transition:all .5s;transition:all .5s}
.problem-list .active .accordion-button:after{background-image:url(../images/icon/i11-2.png)}
.problem-list .accordion-collapse{border-top:1px solid #EBEBEB;}
.problem-list .accordion-body{padding:25px 0 50px;background:#fff;}
.problem-list .accordion-body .icon{left:0;top:0;}
.problem-list .InfoContent{position: relative;padding-left:35px;color:#7D7D7D;}
@media (min-width:768px){
	.problem-list .accordion-button{padding:20px 55px 20px 45px;}
	.problem-list .accordion-button:after{top:27px;right:25px;}
	.problem-list .icon{left:10px;}
	.problem-list .accordion-header .icon{top:25px;}
	.problem-list .accordion-body{padding-left:10px;}
}
@media (min-width:1200px){
	.problem-list .accordion-button{font-size:18px;}
}




/* 联系我们 */
.index-title + .InfoContent{margin-top:-8px;}
.contact-banner .inside-title{margin-bottom:30px;}
.contact-main{padding-top:0;position: relative;z-index: 2;overflow: visible;}
.contact-list{margin-top:-50px;margin-left:-10px;margin-right:-10px;}
.contact-list .column{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.contact-list .item{position: relative;height:100%;background:#fff;text-align: center;padding:35px 15px;}
.contact-list .ewm{position: absolute;width:126px;background:#fff;box-shadow: 0px 3px 16px rgba(0,0,0,0.16);left:50%;top:0;transform: translate(-50%,0);display: none;}
.contact-list .ewm>img{display: block;width:100%;}
.contact-list .icon{position: relative;width:40px;margin:0 auto 10px;transition: all 0.5s;}
.contact-list .icon>img{display: block;width:100%;transition: all 0.5s;}
.contact-list .icon>.hover{position: absolute;left:0;top:0;opacity: 0;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.contact-list h2{font-size:16px;font-weight: 500;margin:0;line-height:30px;transition: all 0.5s;}
.contact-list p{font-size:14px;color:#606060;margin:15px 0;line-height:24px;transition: all 0.5s;}
.contact-list a{display: block;width:136px;line-height: 36px;font-size:16px;border:1px solid #707070;margin:0 auto;transition: all 0.5s;}
.contact-list .item:hover a{color:#fff;background:#1677ff;border-color:#1677ff;}
.contact-list .item:hover .icon>.default{opacity: 0;}
.contact-list .item:hover .icon>.hover{opacity: 1;-webkit-transform: none;transform: none;}
.contact-list .item:hover p{color:#1677ff;}
.contact-list .item:hover h2{color:#1677ff;}
/* .contact-list .column:nth-child(2) .icon>.default{opacity: 0;}
.contact-list .column:nth-child(2) .icon>.hover{opacity: 1;-webkit-transform: none;transform: none;}
.contact-list .column:nth-child(2) p{color:#1677ff;}
.contact-list .column:nth-child(2) h2{color:#1677ff;}
.contact-list .column:nth-child(2) a{color:#fff;background:#1677ff;border-color:#1677ff;} */
.contact-list .item2.active .icon>.default{opacity: 0;}
.contact-list .item2.active .icon>.hover{opacity: 1;-webkit-transform: none;transform: none;}
.contact-list .item2.active p{color:#1677ff;}
.contact-list .item2.active h2{color:#1677ff;}
.contact-list .item2.active a{color:#fff;background:#1677ff;border-color:#1677ff;}
.contact-list .column:nth-child(1) .item:hover .icon,
.contact-list .column:nth-child(1) .item:hover h2,
.contact-list .column:nth-child(1) .item:hover .ewm{display: block;}

.contact-row{position: relative;margin:35px 0 0;padding:55px 0;box-shadow: 0px 3px 16px rgba(0,0,0,0.16);background:#fff;}
.contact-row>div{padding:0 15px;}
.contact-row>.col-left{padding-bottom:38px;border-bottom:1px solid #D9D9D9;}
.contact-row>.col-right{padding:55px 15px 0;}
.contact-contact .InfoContent{color: #989898;line-height: 2;}
.contact-contact .InfoContent p{text-indent: 0;}
.contact-contact .InfoContent a{color:#989898}
.contact-contact .InfoContent a:hover{color:#1677ff}

.message-form .row{margin-left:-15px;margin-right:-15px}
.message-form .column{padding-left:15px;padding-right:15px;margin-bottom:22px}
.message-form .inner{position:relative;padding-left:50px;}
.message-form label{position:absolute;top:0;left:0;margin:0;width:50px;line-height:32px;padding:0;color:#606060;font-size:14px;overflow:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s}
.message-form .form-control{display:block;font-size:14px;height:32px;border-radius:0;box-shadow:none;color:#333;padding:0 12px;background: #FCFDFE;}
.message-form .error .valid_message{font-size:12px;line-height:20px;color:red;position:absolute;left:50px;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
.message-form textarea.form-control{height:180px;padding:12px;}
.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:32px}
.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{border:none;padding:0;box-shadow: none;background:none;outline:0!important;}
.message-form .button>.a{width:195px;max-width:100%;line-height:45px;font-size:18px;}

.map{width:100%;height:360px;overflow: hidden;}
#dituContent{width:100%;height:100%;}
.BMap_bubble_title{font-size:16px;font-weight: 700;color:#1677ff;margin-bottom:5px;}
.map .img{width:100%;height:360px;background-repeat: no-repeat;background-position: center;background-size:auto 100%;}
/* .map:hover .img{-webkit-transform: scale(1.05);transform: scale(1.05);} */
.map a{position: absolute;width:100%;height:100%;left:0;top:0;}
@media (max-width:575px){
	.contact-row{margin-top:55px;}
	.contact-list .column{width:100%;}
	.contact-list .column:last-child{margin-bottom:0;}
}
@media (min-width:768px){
	.contact-list .item{padding:45px 20px 20px;}
	.contact-list .icon{width:50px;}
	.contact-list h2{font-size:20px;}
	.contact-list p{font-size:16px;line-height:30px;}
	.contact-list .ewm{top:15px;}
	
	.contact-row{margin-top:45px;}
	.contact-row>.col-left{width:52.2857%;border-right: 1px solid #D9D9D9;border-bottom:none;padding:15px 35px 10px;}
	.contact-row>.col-right{width:47.7143%;padding:15px 35px 10px;}
}
@media (min-width:992px){
	.contact-list .column{margin-bottom:0;}
}
@media (min-width:1200px){
	.map,
	.map .img{height:450px;}
	.contact-banner .inside-title{margin-bottom:50px;}
	.contact-list{margin-top:-100px;margin-left:-13px;margin-right:-13px;}
	.contact-list .column{padding-left:13px;padding-right:13px;}
	.contact-list h2{font-size:22px;line-height:35px;}
	.contact-list p{font-size:18px;}
	
	.contact-row{margin-top:75px;padding:75px 0;}
	.contact-row>.col-left{padding:15px 55px 10px 50px;}
	.contact-row>.col-right{padding:15px 78px 10px;}
	
	.message-form .row{margin-left:-20px;margin-right:-20px}
	.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:32px;}
	.message-form .button>.a{line-height:52px;font-size:20px;}
	.message-form label,.message-form .form-control{font-size:16px}
	.message-form .inner{padding-left:60px;}
	.message-form .error .valid_message{left:60px;}
}
@media (min-width:1600px){
	.map,
	.map .img{height:570px;}
	.contact-list h2{font-size:24px;}
	.contact-list p{font-size:20px;}
	.contact-list a{font-size:18px;}
	
	.contact-contact .InfoContent{font-size:20px;}
	
	.message-form .row{margin-left:-24px;margin-right:-24px}
	.message-form .column{padding-left:24px;padding-right:24px;}
}

/* 人才招聘 */
.job-list .accordion-item{border-color:#E2E2E2;border-radius:0;margin-bottom:15px}
.job-list .accordion-button{background:#E2E2E2;border:none;border-radius:0;font-size:16px;line-height:24px;padding-right:45px;}
.job-list .accordion-button:focus{box-shadow:none}
.job-list .accordion-item:first-of-type .accordion-button{border-radius: 0;}
.job-list .active .accordion-button{background-color:#1677ff;color:#fff;}
.job-list .accordion-button:after{content:"";width:16px;height:10px;background:url(../images/icon/i16.png) no-repeat center;background-size:contain;position:absolute;right:15px;top:50%;margin-top:-5px;-webkit-transition:all .5s;transition:all .5s}
.job-list .active .accordion-button:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);background-image:url(../images/icon/i16-1.png)}
.job-list .accordion-body{padding:15px}
.job-list .InfoContent p{text-indent: 0;}
@media (min-width:768px){
	.job-list .accordion-body{padding:20px}
	.job-list .accordion-button{font-size:18px;}
}