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

/* 字体 */
@font-face{
	font-family:"DIN-Bold";
	src:url(../fonts/D-DIN-Bold.otf) format("truetype"),url(../fonts/D-DIN-Bold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-R";
	src: url("../fonts/GILROY-REGULAR-3.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-L";
	src: url("../fonts/GILROY-LIGHT-11.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-D";
	src: url("../fonts/GILROY-BOLD-4.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* css reset start */
body{font-family:"微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial;color:#000;width:100%;min-width:320px;font-size:14px;background:#f8f8f8;word-break:break-word;overflow-x:hidden}
textarea{resize:none}
a{text-decoration:none;outline: none;}
a:hover{color:#c7000b}
.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.15) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
img[onclick]{cursor:pointer}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:50vh;}
.inside-main{width:100%;padding-top:50px;padding-bottom:50px;overflow:hidden;position:relative}
/* .gotop{width:40px;height:40px;background:url(../images/icon/gotop.svg) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:120px;z-index:1;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:15px}
.gotop:hover{background-image:url(../images/icon/gotop.png)} */
.InfoContent{color:#666;line-height:1.875}
.InfoContent img{display:inline-block;max-width:100%;width:auto!important;height:auto!important;transition: all 0.3s;}
.InfoContent a:hover img{transform: scale(1.05);}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
/* .InfoContent a{color:#c7000b;}
.InfoContent a:hover{text-decoration: underline;} */
.InfoContent p{margin:0;overflow: hidden;}
.InfoContent .table{border-color:#e6e6e6;color:inherit}
.InfoContent .table>:not(caption)>*>*{padding:8px 10px;}
.InfoContent .table tr>td:first-child{width: 25%;}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: 530px;}
	.navbar-brand .navbar-brand-item{margin-left:-25px;}
}
@media (max-width:767px){
	.wrapper{padding-top:60px;}
	.PC-show{display:none!important}
	/* .gotop{width:30px;height:30px} */
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	.wrapper{padding-top:70px;}
	.inside-main{padding-top:70px;padding-bottom:70px;}
	.container{max-width:680px;padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
	.InfoContent .table>:not(caption)>*>*{padding:8px 20px;}
}
@media (min-width:992px){
	.container{max-width:900px;}
}
@media (min-width:1200px){
	.wrapper{padding-top:0;}
	.container{max-width:1110px;}
	.inside-main{padding-top:90px;padding-bottom:90px;}
	.InfoContent .table tr>td:first-child{width: 20%;}
}
@media (min-width:1400px){
	.container{max-width:1280px;}
}
@media (min-width:1600px){
	.inside-main{padding-top:110px;padding-bottom:110px;}
	.container{max-width:1400px}
	.InfoContent{font-size:18px;}
	.InfoContent .table>:not(caption)>*>*{padding:8px 30px;}
	.InfoContent .table tr>td:first-child{width: 16.25%;}
}
@media (min-width:1800px){
	.container{max-width:1600px}
}

/* 侧栏 */
.sidebar{width:45px;position:fixed;right:10px;top:60%;z-index:999;color:#fff;transition: all 0.5s;}
.sidebar ul{list-style: none;margin:0;padding:0;}
.sidebar li a{color:#fff}
.sidebar li .cont{display: none;}
.sidebar li{position:relative;margin-bottom:5px;width:45px;height:45px;border-radius:50%;cursor:pointer;}
.sidebar li.kefu-qq{background:#c7000b url(../images/icon/i39.png) center no-repeat}
.sidebar li.kefu-weixin{background:#c7000b url(../images/icon/i40.png) center no-repeat}
.sidebar li.kefu-tel{background:#c7000b url(../images/icon/i41.png) center no-repeat}
.sidebar li.kefu-fenxiang{background:#c7000b url(../images/icon/fenxiang.png) center no-repeat}
.sidebar li.kefu-shouye{background:#c7000b url(../images/icon/tohome.png) center no-repeat;background-size:26px}
.sidebar li.kefu-shouye a{width:45px;height:45px;display:block}
.sidebar li.kefu-ftop{background:#c7000b url(../images/icon/returnTop.png) center no-repeat}
.sidebar li.kefu-qq .cont{background:#c7000b url(../images/icon/i39.png) 15px center no-repeat;border-radius:23px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:16px;width:130px;position:absolute;top:0;right:0;z-index:999}
.sidebar li.kefu-tel .cont{background:#c7000b url(../images/icon/i41.png) 15px center no-repeat;border-radius:23px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:16px;width:180px;position:absolute;top:0;right:0;z-index:999}
.sidebar li.kefu-fenxiang .cont{background:#c7000b;border-radius:23px;color:#fff;font-size:14px;width:160px;position:absolute;top:0;right:0;z-index:999}
.sidebar li.kefu-fenxiang .cont a{display: block;background: url(../images/icon/zcr.png) 15px center no-repeat;background-size:24px;padding-left:45px;height:45px;line-height:45px;}
.sidebar li.kefu-weixin .cont{width:260px;padding:5px;border:solid 1px #ccc;position:absolute;left:-280px;top:-44px;background-color:#fff;}
.sidebar li.kefu-weixin .cont-ewm{display: flex;}
.sidebar li.kefu-weixin .cont-ewm>div:nth-child(1){margin-right:10px;}
.sidebar li.kefu-weixin .cont  span{display:block;line-height:20px;font-size:12px;text-align:center;color:#1a1a1a}
.sidebar li.kefu-weixin .cont img{width:120px;max-width:100%;}
.sidebar li:hover .cont{display:block!important}
.sidebar .gotop{display: none;}
@media (max-width:767px){
	.sidebar{width:100%;left:0;top:auto;bottom:0;right:0;}
	.sidebar ul{overflow: hidden;}
	.sidebar li{width:40px;height:40px;margin:0;float:left;border-radius: 0;}
	.sidebar li.kefu-qq,
	.sidebar li.kefu-weixin,
	.sidebar li.kefu-shouye,
	.sidebar li.kefu-fenxiang{display: none;}
	.sidebar li.kefu-tel{width:100%;display: flex;justify-content: center;background:#c7000b;}
	.sidebar li.kefu-tel .cont{display: block;width:auto;position: relative;height:40px;line-height:40px;}
	.sidebar .gotop{display: none!important;}
	.footer{margin-bottom:40px;}
}

/* header */
.header .navbar{padding:0;background-color:transparent;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.header .container{position:relative}
.header .navbar-brand{padding:10px 0;margin-right:0;}
.navbar-brand .navbar-brand-item{display:block;height:40px}
.navbar-brand .navbar-brand-logo2{display: none;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;color:#fff;display: block;}
.header .active .nav-link,
.header .nav-link:hover{color:#fff}
.header .nav-link:after{content: '';position: absolute;width:0;height:2px;background:#fff;left:50%;transform: translateX(-50%);bottom:0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .nav-link:hover:after,
.header .active>.nav-link:after{width:100%;}


.header .navbar-toggler{padding:0;border:none;width:30px;height:30px}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#000;display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

.top-search-btn{flex:0 0 auto;-webkit-transition:all .2s;transition:all .2s}
.top-search-btn a{display:block;width:24px;height:24px;position:relative;border-radius: 50%;-webkit-transition:all .5s;transition:all .5s}
.top-search-btn a::after{content:"";background-color:#c7000b;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100%;opacity:0;-webkit-transform:scale3d(0,0);transform:scale3d(0,0,0)}
.top-search-btn a:hover::after{-webkit-animation:scale1 .3s .3s forwards;animation:scale1 .3s .3s forwards}
.top-search-btn a img{display:block;width:100%;position:relative;z-index:2}
@-webkit-keyframes scale1{
	to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes scale1{
	to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.top-search form{position:relative;-webkit-transition:all .5s;transition:all .5s}
.top-search form input{display:block;width:100%;height:36px;background-color:#282828;border:0;padding:0 15px 0 36px;color:#fff;outline:0}
.top-search form button{position:absolute;top:0;left:0;z-index:1;border-radius:0;border:0;background:url(../images/icon/icon-1.png) no-repeat center;background-size:24px;width:36px;height:36px;padding:0;outline:0!important}
.search-link{padding:20px 40px;-webkit-transition:all .5s;transition:all .5s}
.search-link .h3{font-size:14px;color:#888;margin:0 0 8px;flex:0 0 auto;font-weight: 700;}
.search-link-list{list-style:none;padding:0;margin:0}
.search-link-list li a{display:block;color:#333;padding:5px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.search-link-list li a:hover{color:#c7000b}
.searchview-close{position:absolute;right:0;top:0;z-index:3;height:36px;border:0;background-color:transparent;color:#c7000b;padding:0;outline:0;-webkit-transition:all .2s;transition:all .2s;opacity:0}
.top-search~.searchview-close{width:44px;height:44px;right:0;top:-44px;-webkit-transition-delay:35ms;transition-delay:35ms}
.top-search~.searchview-close:hover{opacity:.65}
.searchview-close-wrapper{display:block;width:100%;height:100%}
.searchview-close-wrapper span{display:block;height:18px;width:2px;background-color:#fff;position:absolute;top:11px}
.searchview-close-wrapper .searchview-close-left{right:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}
.searchview-close-wrapper .searchview-close-right{left:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
.search-curtain{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:1029;display:none}
.search-show .search-link{display:block}
.search-show .searchview-close{opacity:1}
html.noscroll,html.noscroll body{overflow:hidden!important;height:100%!important}
html.noscroll{overflow-y:scroll!important}

.language{margin-left:auto;margin-right:20px;display:flex;flex-direction:column;justify-content:center;height:70px;-webkit-transition:all .2s;transition:all .2s}
.language .nav-link{font-size:16px!important;font-family:Arial;padding:0!important}

.header .dropdown-menu{border-radius:0;border:none;margin-top:0}
.header .dropdown-menu>li{border-bottom:1px dashed #e4e4e4;}
.header .dropdown-item{font-size:14px;color:#000;line-height:20px;padding:10px;}
.header .dropdown-menu .dropdown-item+.dropdown-item{border-top:1px #e4e4e4 dashed}
.header .dropdown-item:hover{color:#c7000b;background-color:transparent}


.header.product-header .navbar{background:#fff;}
.header.product-header .navbar-brand .navbar-brand-logo1{display: none;}
.header.product-header .navbar-brand .navbar-brand-logo2{display: block;}
.header.product-header .nav-link{color:#000;}
.header.product-header .top-search-btn a{background:#c7000b;}
.header.product-header .active .nav-link,
.header.product-header .nav-link:hover{color:#c7000b;}
.header.product-header .nav-link:after{background:#c7000b;}
.header.border-b .navbar{border-bottom:1px solid #eaeaea;}

.top-text{margin-left:15px;margin-right:-40px;}
.top-text img{display: block;height:60px;}
.top-text .img1{display: block;}
.top-text .img2{display: none;}
.header.product-header .top-text .img1{display: none;}
.header.product-header .top-text .img2{display: block;}
@media (max-width:1199px){
	.header .navbar{background:#fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.header .navbar-brand .navbar-brand-logo1{display: none;}
	.header .navbar-brand .navbar-brand-logo2{display: block;}
	.header .nav-link{color:#000;}
	.header .top-search-btn a{background:#c7000b;}
	.header .active .nav-link,
	.header .nav-link:hover{color:#c7000b;}
	.header .nav-link:after{background:#c7000b;}
	.header .navbar-collapse{max-height:calc(100vh - 70px);overflow-y: auto;}
	
	.top-search-btn{display:none}
	.header .navbar-toggler{position:absolute;right:0;top:20px}
	.language{position:absolute;top:0;right:45px}
	.top-search{margin:10px 0}
	.top-search-form{position:relative}
	.search-link{display:none}
	.top-search~.searchview-close{display:none}
	.search-show .top-search form{margin-right:50px}
	
	/* 二级导航 */
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav>.dropdown>i{position:absolute;width:50%;height:47px;right:0;top:0;display:block;z-index:2;cursor:pointer}
	.navbar-nav>.dropdown>i:after,.navbar-nav>.dropdown>i:before{content:'';position:absolute;background:#222;transition:all .3s;border:none;}
	.navbar-nav>.dropdown>i:before{width:14px;height:2px;right:0;top:50%;margin-top:-1px}
	.navbar-nav>.dropdown>i:after{width:2px;height:14px;right:6px;top:17px}
	.navbar-nav>.dropdown>i.show:after,.navbar-nav>.dropdown>i.show:before{background:#222}
	.navbar-nav>.dropdown>i.show:after{height:0}
	.navbar-nav>.dropdown.active>i:after,.navbar-nav>.dropdown.active>i:before{background:#c7000b}
	
	.top-text{margin-right:140px;}
	.top-text img{height:54px;}
	.top-text .img1{display: none;}
	.top-text .img2{display: block;}
}
@media (max-width:991px){
	.top-text{margin-right:128px;}
}
@media (max-width:767px){
	.top-text{display: none;}
	.language{height:60px}
	.header .navbar-toggler{right:15px;top:15px}
	.header .navbar-collapse{max-height:calc(100vh - 60px);}
}
@media (max-width:360px){
	.header .navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand .navbar-brand-item{height:30px;}
}
@media (min-width:768px){
	.header .navbar-brand{padding:17px 0;}
	.navbar-brand .navbar-brand-item{height:50px;margin-left:-40px;}
	.header .nav-link{line-height:30px}
}
@media (min-width:1200px){
	.header .navbar-brand{padding:5px 0;}
	.header .dropdown-menu>li:last-child{border-bottom:none;}
	.header .nav-item+.nav-item{margin-left:25px}
	.header .nav-link{font-size:16px;padding-top:25px;padding-bottom:25px;padding-left:0!important;padding-right:0!important;}
	.language{height:80px;margin-left:25px;margin-right:25px}
	.header .dropdown-menu{min-width:120px;box-shadow:none;text-align:center;padding:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background:rgba(255,255,255,0.9);border-bottom:2px solid #c7000b;}

	.top-search{position:absolute;right:0;top:0;z-index:3;width:66.666667%;height:calc(100vh - 18px);overflow:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:all .2s;transition:all .2s;-webkit-transition-delay:.455s;transition-delay:.455s;opacity:0}
	.top-search form input{height:44px;padding-left:44px;padding-right:44px}
	.top-search form button{width:44px;height:44px}
	.top-search-form .searchview-close{display:none}
	.search-link{background-color:#fff;max-height:calc(100% - 64px);overflow-y:auto}
	.search-link,.top-search-form{-webkit-transition:all .8s;transition:all .8s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;-webkit-transition-delay:35ms;transition-delay:35ms}
	.search-show .search-link,.search-show .top-search-form{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition-delay:.315s;transition-delay:.315s}
	.search-show .search-link{-webkit-transition-delay:.385s;transition-delay:.385s}
	.search-show .top-search{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:35ms;transition-delay:35ms;opacity:1;top:18px}
	.search-show .top-search~.searchview-close{top:18px}
	.search-show~.search-curtain{display:block}
	.navbar .nav-item{-webkit-transition:all .2s;transition:all .2s}
	.navbar .nav-item:nth-child(1){-webkit-transition-delay:35ms;transition-delay:35ms}
	.navbar .nav-item:nth-child(2){-webkit-transition-delay:.105s;transition-delay:.105s}
	.navbar .nav-item:nth-child(3){-webkit-transition-delay:.175s;transition-delay:.175s}
	.navbar .nav-item:nth-child(4){-webkit-transition-delay:.245s;transition-delay:.245s}
	.navbar .nav-item:nth-child(5){-webkit-transition-delay:.315s;transition-delay:.315s}
	.navbar .nav-item:nth-child(6){-webkit-transition-delay:.385s;transition-delay:.385s}
	.navbar .nav-item:nth-child(7){-webkit-transition-delay:.455s;transition-delay:.455s}
	.navbar .nav-item:nth-child(8){-webkit-transition-delay:.525s;transition-delay:.525s}
	.navbar .nav-item:nth-child(9){-webkit-transition-delay:.595s;transition-delay:.595s}
	.navbar .language{-webkit-transition-delay:.665s;transition-delay:.665s}
	.navbar .top-search-btn{-webkit-transition-delay:.735s;transition-delay:.735s}
	.search-show .language,.search-show .nav-item,.search-show .top-search-btn{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden}
	.search-show .nav-item:nth-child(1){-webkit-transition-delay:.735s;transition-delay:.735s}
	.search-show .nav-item:nth-child(2){-webkit-transition-delay:.665s;transition-delay:.665s}
	.search-show .nav-item:nth-child(3){-webkit-transition-delay:.595s;transition-delay:.595s}
	.search-show .nav-item:nth-child(4){-webkit-transition-delay:.525s;transition-delay:.525s}
	.search-show .nav-item:nth-child(5){-webkit-transition-delay:.455s;transition-delay:.455s}
	.search-show .nav-item:nth-child(6){-webkit-transition-delay:.385s;transition-delay:.385s}
	.search-show .nav-item:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
	.search-show .nav-item:nth-child(8){-webkit-transition-delay:.245s;transition-delay:.245s}
	.search-show .nav-item:nth-child(9){-webkit-transition-delay:.175s;transition-delay:.175s}
	.search-show .language{-webkit-transition-delay:.105s;transition-delay:.105s}
	.search-show .top-search-btn{-webkit-transition-delay:35ms;transition-delay:35ms}
	
	.top-text{-webkit-transition:all .2s;transition:all .2s;-webkit-transition-delay:.85s;transition-delay:.85s}
	.search-show .top-text{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden;-webkit-transition-delay:.1s;transition-delay:.1s}
	
	
	
	.header:hover .navbar{background:#fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.header:hover .navbar-brand .navbar-brand-logo1{display: none;}
	.header:hover .navbar-brand .navbar-brand-logo2{display: block;}
	.header:hover .nav-link{color:#000;}
	.header:hover .top-search-btn a{background:#c7000b;}
	.header:hover .active .nav-link,
	.header:hover .nav-link:hover{color:#c7000b;}
	.header:hover .nav-link:after{background:#c7000b;}
	
	.header.changeBg .navbar{background:#fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
	.header.changeBg .navbar-brand .navbar-brand-logo1{display: none;}
	.header.changeBg .navbar-brand .navbar-brand-logo2{display: block;}
	.header.changeBg .nav-link{color:#000;}
	.header.changeBg .top-search-btn a{background:#c7000b;}
	.header.changeBg .active .nav-link,
	.header.changeBg .nav-link:hover{color:#c7000b;}
	.header.changeBg .nav-link:after{background:#c7000b;}
	
	.header:hover .top-text .img1{display: none;}
	.header:hover .top-text .img2{display: block;}
	
	.header.changeBg .top-text .img1{display: none;}
	.header.changeBg .top-text .img2{display: block;}
	.top-text{display: none;}
}
@media (min-width:1400px){
	.navbar-brand .navbar-brand-item{height:50px;}
	.header .nav-item+.nav-item{margin-left:20px}
	.header .nav-link{padding-top:35px;padding-bottom:35px;}
	.language{height:100px;margin-left:30px;margin-right:30px}
	.search-show .top-search,.search-show .top-search~.searchview-close{top:28px}
	.top-search{height:calc(100vh - 28px)}
	
	.top-text{display: block;}
}
@media (min-width:1600px){
	.navbar-brand .navbar-brand-item{height:60px;}
	.header .nav-item+.nav-item{margin-left:25px}
	/* .header .nav-item+.nav-item{margin-left:45px} */
	
}
@media (min-width:1800px){
	.navbar-brand .navbar-brand-item{height:70px;}
	.header .nav-item+.nav-item{margin-left:30px}
	.language{margin-left:45px;margin-right:45px}
	/* .header .nav-item+.nav-item{margin-left:60px} */
	/* .language{margin-left:60px;margin-right:60px} */
	
	.top-text{margin-left:30px;}
	.top-text img{height:70px;}
}

/* 搜索结果 */
.inside-form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside-form form{position: relative;width:600px;max-width:100%;overflow: hidden;margin-bottom:8px;}
.inside-form form input{display: block;width:100%;height:50px;font-size:14px;border:1px solid #ccc;background:none;padding:0 85px 0 15px;outline: none;border-radius: 5px;}
.inside-form form input:focus{border-color:#999;}
.inside-form form .button{position: absolute;right:0;top:0;display:block;width:70px;height:100%;line-height:45px;padding:0;text-align: center;background-color:#c7000b;border:0;border-radius:0 5px 5px 0;font-size:16px;color:#fff;outline:none;z-index: 2;background-image: url(../images/icon/icon4.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:#ff3e1c;}
.search-keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-keyList *{margin-right:5px;color:#666}
.search-keyList a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.returnList{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{position: relative;border-bottom:1px solid #e0e0e0;padding:20px 0;}
.returnList .return-title{position: relative;margin-bottom:10px;transition: all 0.5s;}
.returnList .return-title:before{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:#c7000b;left:-15px;top:50%;margin-top:-2px;opacity: 0;transition: all 0.5s;}
.returnList .return-title>a{font-size:16px;font-weight: 700;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return-content{font-size:14px;line-height:28px;height:56px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666;padding-right:70px;}
.returnList .swiper-button-next{position: absolute;top:auto;margin-top:0;right:0;bottom:30px;width:30px;height:30px;border-radius: 50%;border:1px solid #c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';color:#c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next>a{position: absolute;display: block;width:100%;height:100%;top:0;left:0;}
.returnList .item:hover .return-title{padding-left:15px;}
.returnList .item:hover .return-title:before{left:0;opacity: 1;}
.returnList .item:hover .return-title>a{color:#333;}
.returnList .item:hover .swiper-button-next{border-color:#c7000b}
.returnList .item:hover .swiper-button-next:after{color:#c7000b}
@media (min-width: 768px) {
	.inside-form form{margin-right:20px;}
	.inside-form form input{font-size:16px;}
	.search-keyList{font-size:16px;}
	.returnList{margin-left:-20px;margin-right:-20px;}
	.returnList .column{padding:0 20px;margin-bottom:20px;}
}
@media (min-width: 992px) {
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-30px;margin-right:-30px;}
	.returnList .column{padding:0 30px;}
	.returnList .item{height:100%;}
	.returnList .return-content{padding-right:85px;}
	.returnList .swiper-button-next{width:40px;height:40px;bottom:26px;}
}


/*foot*/
.footer{background:#fff;color:#333;width:100%;overflow: hidden;}
.foot-top{overflow: hidden;padding:35px 0 15px;border-bottom:1px solid #e5e5e5;}
.foot-top-left{float:none;list-style: none;padding:0;margin:0 0 40px;display: flex;flex-flow: row wrap;}
.foot-top-left>li{border-bottom:1px solid #d2d2e7;padding:12px 0;margin-right: 30px;text-align:center;}
.foot-top-left>li img{height:30px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot-top-left>li>a:hover>img{transform: scale(0.98);}
.foot-top-right{float:none;}
.foot-nav{display: flex;flex-flow: row wrap;justify-content: space-between;margin-left:-15px;margin-right:-15px;}
.foot-nav>dl{padding-left:15px;padding-right:15px;margin-bottom:25px;}
.foot-nav a{position: relative;top:0;display: block;line-height: 25px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot-nav a:hover{color:#c7000b;top:-2px;}
.foot-nav dt>a{font-size:16px;font-weight: 700;color:#000;margin-bottom:15px;}
.foot-nav dd{margin:0;}
.foot-nav dd>a{color:#666;margin-bottom:5px;}
.foot-nav dd>a:last-child{margin-bottom:0;}
.foot-middle{padding:45px 0 15px;display: flex;flex-flow: wrap;justify-content: space-between;margin-left:-15px;margin-right:-15px;}
.foot-middle dl{margin-bottom:30px;padding-left:15px;padding-right:15px;width:50%;}
.foot-middle dd{margin-bottom:0;}
.foot-middle dt{font-size:16px;font-weight: 700;margin-bottom:15px;font-weight: bolder;}
.foot-middle dd>p{font-size:14px;line-height:30px;margin-bottom:20px}
.foot-middle dd>p:last-child{margin-bottom:0;}
.foot-middle dd>p>strong{display: block;font-size:15px;font-weight: 600;}
.fm-dl-1{font-family: 'Myriad Pro';}
.fm-dl-1 dd>p{margin-bottom:0;}
.fm-dl-1 dd>p:first-child{font-size:18px;color:#c7000b;}
.fm-dl-1 dd>p:first-child span{font-size:20px;}
.fm-dl-1 dd>p>font{min-width:160px;display: inline-block;}
.foot-bottom{padding:20px 0 10px;border-top:1px solid #e5e5e5;}
.copyright{line-height:24px;color:#666;margin-bottom:10px;}
.copyright a{display: inline-block;color:#666;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{text-decoration: underline;}
img.support{display:block;height:14px;vertical-align: -2px!important;}
.foot-share{display:flex;margin-bottom:10px;}
.foot-share>a{position:relative;display:block;margin:0 10px;color:#fff;font-size:16px}
.foot-share>a:first-child{margin-left:0;}
.foot-share>a:last-child{margin-right:0;}
.foot-share>a>.default{display:block}
.foot-share>a>.hover{display:none}
.foot-share>a>div{position:absolute;width:120px;bottom:100%;left:50%;margin-left:-60px;margin-bottom:15px;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .5s;transition:all .5s}
.foot-share>a>div>img{width:100%}
.foot-share>a:hover>.default{display:none}
.foot-share>a:hover>.hover{display:block}
.foot-share>a:hover>div{visibility:visible;opacity:1;transform:none}

.foot-ewm{display: flex;flex-flow: row wrap;margin-left:-10px;}
.foot-ewm .item{margin-left:10px;margin-bottom:20px;}
.foot-ewm img{display: block;width:120px;margin:0 auto 10px;}
.foot-ewm span{display: block;text-align: center;}
@media (max-width:767px){
	.copyright{font-size:12px;}
	img.support{height:12px;}
	.foot-top{display: none;}
	.foot-middle{display: block;}
	.foot-middle dl{width:100%;}
	.foot-ewm{max-width:350px;}
}
@media (min-width:768px){
	.foot-bottom{display: flex;justify-content: space-between;padding:30px 0 20px;}
}
@media (min-width:992px){
	.foot-top{padding:60px 0 35px;}
	.foot-top-left{float:left;display: block;}
	.foot-top-left>li:last-child{border-bottom:none;}
	.foot-top-right{float:right;width:76%;}
}
@media (min-width:992px) and (max-width:1199px){
	.foot-ewm{max-width:350px;}
}
@media (min-width:1200px){
	.foot-top{padding:100px 0 35px;}
	.foot-nav dt>a{font-size:18px;margin-bottom:20px;}
	.foot-nav dd>a{font-size:16px;}
	.foot-nav dd>a{margin-bottom:10px;}
	.foot-middle dt{font-size:18px;}
	.foot-middle dd>p{font-size:15px;line-height:36px;}
	.foot-middle dd>p>strong{font-size:16px;}
	.fm-dl-1 dd>p:first-child{font-size:20px;}
	.fm-dl-1 dd>p:first-child span{font-size:22px;}
	.fm-dl-1 dd>p>font{min-width:182px;}
	
	.foot-ewm{font-size:15px;}
	.foot-top-left>li img{height:35px;}
}
@media (min-width:1400px){
	.foot-middle{padding-bottom:30px;}
	.foot-middle dl{width:auto;max-width:25%;margin-bottom:15px;}
	.foot-middle dl:first-child{max-width:28%;}
	.foot-middle dt{margin-bottom:25px;}
	.foot-ewm{justify-content: flex-end;margin-left:-20px;}
	.foot-ewm img{width:130px;}
	.foot-ewm .item{margin-left:20px;}
	.foot-top-left>li img{height:40px;}
}


/*banner*/
.banner{position: relative;}
.banner-text{position:absolute;width:100%;left:0;right:0;top:25%;overflow: hidden;z-index: 2;color:#fff;}
.banner-text .pCh{font-size:20px;line-height: 1.333;opacity:0;font-family: 'Source Han Sans CN';-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0);transition: all 0.8s 0.4s;}
.banner-text .pEn{color:rgba(255,255,255,0.75);font-size:12px;line-height: 1.875;margin-top:25px;font-family: 'Gilroy-R';text-transform: uppercase;opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 0.6s;}
.banner .swiper-slide-active .banner-text .pCh,
.banner .swiper-slide-active .banner-text .pEn{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
/* .banner .swiper-slide:nth-child(2) .banner-text>img{-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.banner .swiper-slide:nth-child(3) .banner-text>img{-webkit-transform:translateY(50%);transform:translateY(50%)}
.banner .swiper-slide:nth-child(4) .banner-text>img{-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.banner .swiper-slide-active .banner-text>img{opacity:1;-webkit-transform:none!important;transform:none!important;-webkit-transition-delay:.5s;transition-delay:.5s} */


.banner-swiper-control{position: absolute;left:0;right:0;z-index: 2;}
.swiper-control-pagination{bottom:5%;z-index: 3;}
.banner .swiper-pagination{position: static;display: flex;}
.banner .swiper-pagination-bullet{position: relative;display: block;width:16px;height:16px;margin:0 14px 0 0!important;background:transparent;opacity: 1;overflow: hidden;}
.banner .swiper-pagination-bullet:before,
.banner .swiper-pagination-bullet:after{content: '';position: absolute;border-radius: 50%;-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-pagination-bullet:before{width:5px;height:5px;top:50%;left:50%;transform: translate(-50%,-50%);background:#fff;opacity: 0.7;}
.banner .swiper-pagination-bullet:after{width:100%;height:100%;border:2px solid #c7000b;clip: rect(0px 0px 0px 0px);left:0;top:0;}
.banner .swiper-pagination-bullet:hover:after,
.banner .swiper-pagination-bullet-active:after{clip: rect(0px 16px 16px 8px);}
.banner .swiper-pagination-bullet:hover:before,
.banner .swiper-pagination-bullet-active:before{opacity: 1;}
.swiper-control-button{bottom:7.2%;}
.banner .swiper-button-box{display: flex;justify-content: space-between;align-items: flex-end;}
.banner .swiper-button>div{position: static;margin:0;width:36px;height:36px;border-radius: 50%;border:1px solid #fff;color:#fff;display: flex;justify-content: center;align-items: center;opacity: 0.5;-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-button>div:after{display:none}
.banner .swiper-button>.swiper-button-prev{margin-bottom:18px;}
.banner .swiper-button>.swiper-button-prev>img{transform: rotate(180deg);}
.banner .swiper-button>div:hover{opacity: 1;}
.downTip{display: flex;-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;animation: iconMove 0.8s linear infinite alternate;-webkit-animation: iconMove 0.8s linear infinite alternate;cursor: pointer;}
.downTip>.icon{position: relative;width:14px;height:20px;border-radius: 7px;background:#c7000b;background:-webkit-linear-gradient(to bottom,#c7000b,#f85d3f);background:linear-gradient(to bottom,#c7000b,#f85d3f);}
.downTip>.icon:before{content: '';position: absolute;width:4px;height:6px;background:#fff;border-radius: 2px;top:4px;left:50%;margin-left:-2px;}
.downTip>.txt{margin-left:10px;position: relative;text-transform: uppercase;color:rgba(255,255,255,0.75);font-family: 'Gilroy-R';font-size:12px;}
@keyframes iconMove {
    from {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
    to {-webkit-transform: translateY(10px);transform: translateY(10px);opacity: 0.5;}
}
@-webkit-keyframes iconMove{
	from {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
	to {-webkit-transform: translateY(10px);transform: translateY(10px);opacity: 0.5;}
}

@media (max-width:767px){
	.banner-text{top:50%;transform: translateY(-50%);}
	.banner-text .pEn{margin-top:20px;}
	.swiper-control-button{display: none;}
}
@media (min-width:768px){
	.banner-text .pCh{font-size:30px;}
	.banner-text .pEn{font-size:14px;}
	
	.swiper-control-pagination{bottom:20%;}
}
@media (min-width:992px){
	.banner-text{top:32%;}
	.swiper-control-pagination{bottom:24%;}
}
@media (min-width:1200px){
	.banner-text .pCh{font-size:40px;}
	.banner .swiper-button>div{width:46px;height:46px;}
	.downTip>.txt{font-size:14px;}
}
@media (min-width:1400px){
	.banner-text .pCh{font-size:50px;}
	.banner-text .pEn{font-size:16px;}
}
@media (min-width:1600px){
	.banner-text .pCh{font-size:60px;}
	.swiper-control-pagination{bottom:32%;}
}

.index-title{margin-bottom:40px;}
.index-title .en{font-size:12px;margin-bottom:8px;text-transform: uppercase;font-family: 'Gilroy-L';color:#999;}
.index-title .en strong{font-family: 'Gilroy-D';}
.index-title .ch{font-size:24px;font-weight: 700;margin:0;line-height: 1.1;}
.index-title .p{font-size:14px;margin-top:15px;}

.public_href.text-center{display: flex;justify-content: center;}
.public_href>.more{position: relative;display: flex;justify-content: center;width:170px;font-size:16px;line-height:44px;border:1px solid #666;border-radius: 23px;color:#333;overflow: hidden;background:transparent;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public_href>.more:before{content: '';position: absolute;width:100%;height:100%;border-radius: 25px;background:rgba(0,0,0,0.05);left:0;bottom:0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transition: all 0.5s;transition: all 0.5s;}
.public_href>.more>span{position: relative;margin-right:0;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public_href>.more>i{position: relative;font-family: arial;}
.public_href>.more:hover{color:#fff;border-color:#c7000b;background:#c7000b;}
.public_href>.more:hover>span{margin-right:15px;}
.public_href>.more:hover:before{-webkit-transform: rotate(0);transform: rotate(0);}
.public_href.white>.more{color:#fff;border-color:#fff;}
.public_href.white>.more:hover{color:#fff;border-color:#c7000b;background:#c7000b;}
@media (max-width:767px){
	.fixedBg{background-size:cover;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index-title .en{font-size:14px;}
	.index-title .ch{font-size:30px;}
	.index-title .p{font-size:16px;}
}
@media (min-width:1200px){
	.index-title{margin-bottom:50px;}
	.index-title .en{font-size:16px;}
	.index-title .ch{font-size:40px;}
	.index-title .p{font-size:20px;}
}
@media (min-width:1600px){
	.index-title{margin-bottom:80px;}
	.index-title .en{font-size:18px;margin-bottom:15px;}
	.index-title .ch{font-size:50px;}
	.index-title .p{font-size:24px;margin-top:25px;}
}

/* 首页 - 产品中心 */
.index-product-main{position: relative;}
.index-product-left .nav{list-style: none;}
.index-product-left .nav>li>a{position: relative;display: block;line-height:45px;padding-right:15px;font-size:14px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-product-left .nav>li>a:before{content: '';position: absolute;width:5px;height:5px;left:10px;top:50%;border:2px solid #c7000b;margin-top:-2.5px;opacity:0;border-radius:50%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-product-left .nav>li>a:after{content: '';position: absolute;width:5px;height:5px;left:10px;top:50%;margin-top:-2.5px;border-radius:50%;background-color:#c7000b;opacity:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-product-left .nav>li>a:hover,
.index-product-left .nav>.active>a{color:#000;padding-left:18px;}
.index-product-left .nav>.active>a:before{animation: ff 2s linear infinite alternate;opacity: 1;left: 5px;}
.index-product-left .nav>li>a:hover:after,
.index-product-left .nav>.active>a:after{opacity: 1;left: 5px;}
@keyframes ff{
  0%{transform: scale(1);opacity: 1}
  50%{transform: scale(1.5);opacity: 0}
  100%{transform: scale(1);opacity: 1}
}
.index-product-center{position: relative;width:70%;margin:30px auto;}
.index-product-center>.inner>.quan,
.index-product-center>.inner>.quan>.line{position: absolute;left:0;top:0;right:0;bottom:0;}
.index-product-center>.inner>img,
.index-product-center>.inner>.quan>img,
.index-product-center>.inner>.quan>.line>img{display: block;width:100%;}
.index-product-center>.inner>.quan>.line{-webkit-transition: all 1s;transition: all 1s;}
.index-product-center>.inner>.quan>.t>span{position: absolute;display: block;width:40px;height:40px;text-align: center;font-size:16px;font-family: 'DIN-Bold';font-weight: 700;color:#999;cursor: pointer;}
.index-product-center>.inner>.quan>.t>span:before{content: '';position: absolute;width:8px;height:8px;border-radius: 50%;background:#c7000b;;}
.index-product-center>.inner>.quan>.t>span.active{color:#333;}
.index-product-center>.inner>.quan>.t>span:nth-child(1){top:-9.2%;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.index-product-center>.inner>.quan>.t>span:nth-child(2){top:31.5%;right:-10%;}
.index-product-center>.inner>.quan>.t>span:nth-child(3){top:90%;right:7%;}
.index-product-center>.inner>.quan>.t>span:nth-child(4){top:90%;left:7%;}
.index-product-center>.inner>.quan>.t>span:nth-child(5){top:31.5%;left:-10%;}
.index-product-center>.inner>.quan>.t>span:nth-child(1):before{bottom:-4px;left:50%;margin-left:-4px;}
.index-product-center>.inner>.quan>.t>span:nth-child(2):before{bottom:20px;left:-15px;}
.index-product-center>.inner>.quan>.t>span:nth-child(3):before{top:-9px;left:-15px;}
.index-product-center>.inner>.quan>.t>span:nth-child(4):before{top:-6px;right:-19px;}
.index-product-center>.inner>.quan>.t>span:nth-child(5):before{bottom:20px;right:-15px;}
.index-product-center>.inner>.pic{position: absolute;width:65.067466%;left:50%;top:50%;transform: translate(-50%,-50%);}
.index-product-center>.inner>.pic>.img{display: none;}
.index-product-center>.inner>.pic>.img.active{display: block;}
.index-product-center>.inner>.pic>.img.zoomImg:hover>img{transform: scale(1);}
.index-product-right{}
.index-product-right .item{display: none;}
.index-product-right .item.active{display: block;}
.index-product-right .item>img{height:26px;}
.index-product-right .item .h2{font-family: 'albbph';font-size: 20px;font-weight: 700;color:#000;margin-bottom:0;}
.index-product-right .item .h2+p{font-size:16px;color:#666;margin-top:15px;margin-bottom:0;}
.index-product-right .item .list{margin-top:20px;display: flex;flex-flow: row wrap;}
.index-product-right .item .list>a{display: block;font-size:14px;line-height: 2;color:#666;margin-right:20px;}
.index-product-right .item .list>a:hover{color:#c7000b;}
.index-product-center>.inner>img{-webkit-animation:rotate360 20s linear infinite;animation:rotate360 20s linear infinite}
@-webkit-keyframes rotate360{
	from{-webkit-transform:rotate(0);transform:rotate(0);}
	to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes rotate360{
	from{-webkit-transform:rotate(0);transform:rotate(0);}
	to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@media (max-width:991px){
	.index-product-left .nav{margin-bottom:20px;}
	.index-product-left .nav>li{width:33.333333%;}
	.index-product-right .item{position: relative;}
	.index-product-right .item>img{position: absolute;left:0;top:0;}
	.index-product-right .item .h2{padding-left:45px;line-height: 26px;}
}
@media (max-width:575px){
	.index-product-left .nav>li{width:50%;}
}
@media (min-width:768px){
	.index-product-right .item .h2{font-size: 24px;}
}
@media (min-width:992px){
	.index-product{padding-top:120px;padding-bottom:85px;}
	.index-product-main{min-height:400px;display: flex;justify-content: flex-end;align-items: center;}
	.index-product-left .index-title{position: absolute;left:0;top:-50px;}
	.index-product-left .navBox{position: absolute;left:0;top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
	.index-product-left .nav{display: block;}
	.index-product-left .nav>li{width:100%;}
	.index-product-left .nav>li>a{font-size:16px;}
	.index-product-center{position: absolute;width:41.6878%;margin:0 auto;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translateY(-50%,-50%);}
	.index-product-right{width:20.625%;}
	.index-product-right .item>img{height:36px;}
	.index-product-right .item .h2{margin-top:20px;}
	.index-product-right .item .h2+p{font-size:18px;}
	.index-product-right .item .list{margin-top:25px;display: block;}
	.index-product-right .item .list>a{font-size:16px;margin-right:0;}
}
@media (min-width:1200px){
	.index-product-main{min-height:475px;}
	.index-product-right .item .h2{font-size: 30px;}
	
	.index-product-center>.inner>.quan>.t>span:nth-child(1){top:-7.6%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(2){right:-7.8%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(3){right:9.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(4){left:9.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(5){left:-7.8%;}
}
@media (min-width:1400px){
	.index-product{padding-top:140px;padding-bottom:110px;}
	.index-product-main{min-height:550px;}
	.index-product-left .nav>li>a{line-height: 60px;font-size:18px;}
	.index-product-right .item>img{height:44px;}
	.index-product-right .item .h2{font-size: 34px;margin-top:30px;}
	.index-product-right .item .h2+p{font-size:20px;}
	.index-product-right .item .list{margin-top:40px;}
	.index-product-right .item .list>a{font-size:18px;}
	
	.index-product-center>.inner>.quan>.t>span:nth-child(1){top:-6.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(2){right:-6.2%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(3){right:11%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(4){left:11%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(5){left:-6.2%;}
}
@media (min-width:1600px){
	.index-product-main{min-height:584px;}
	.index-product-center>.inner>.quan>.t>span:nth-child(1){top:-6%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(2){right:-5.7%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(3){right:11.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(4){left:11.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(5){left:-5.7%;}
}
@media (min-width:1800px){
	.index-product{padding-top:160px;padding-bottom:130px;}
	.index-product-main{min-height:667px;}
	.index-product-right .item .h2{font-size: 38px;}
	.index-product-right .item .h2+p{font-size:22px;}
	.index-product-left .nav>li>a{line-height: 72px;}
	
	.index-product-center>.inner>.quan>.t>span:nth-child(1){top:-5.2%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(2){right:-4.5%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(3){right:13%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(4){left:13%;}
	.index-product-center>.inner>.quan>.t>span:nth-child(5){left:-4.5%;}
}
/* 首页 - 解决方案 */
.index-solution.inside-main{padding:0;height:80vh;min-height:500px;}
.index-solution .swiper,
.index-solution .swiper-wrapper,
.index-solution .swiper-slide,
.index-solution a,
.index-solution .img{height:100%;}
.index-solution a{display: block;position: relative;color:#fff;}
.index-solution .img{position: absolute;left:0;top:0;right:0;bottom:0;background-repeat: no-repeat;background-size:cover;background-position:left center;z-index: 1;}
.index-solution .text{position: absolute;left:0;top:0;right:0;bottom:0;z-index: 2;padding:80px 25px;}
.index-solution .num{font-size:16px;font-weight: 700;font-family: 'DIN-Bold';line-height: 0.8;margin-bottom:20px;}
.index-solution .tit{position: relative;}
.index-solution .h2{font-size:20px;font-weight: 700;line-height: 1.1;margin-bottom:0;}
.index-solution .more{position: absolute;right:18px;top:0;font-weight: 700;font-family: 'DIN-Bold';font-size:14px;display: flex;align-items: center;text-transform: uppercase;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-solution .more>i{width:24px;height:8px;background:url(../images/icon/i9.png) no-repeat center;background-size:100% auto;margin-left:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-solution .txt{padding-top:10px;margin-top:10px;border-top:1px solid #fff;font-size:14px;line-height:1.8;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-solution .icon{position: absolute;width:70px;height:70px;border:1px solid #fff;display: flex;justify-content: center;align-items: center;z-index: 2;bottom:80px;overflow: hidden;}
.index-solution .icon:before{content: '';position: absolute;width:70%;height:70%;left:15%;top:15%;transform: rotate(45deg);border:1px dashed #fff;}
.index-solution .icon>img{width:50%;height:50%;-webkit-transition: all 1s;transition: all 1s;}
.index-solution .swiper-slide{-webkit-transition: all 1s;transition: all 1s;}
@media (max-width:767px){
	.index-solution .swiper-slide-active .more{opacity: 1;}
	.index-solution .swiper-slide-active .more>i{margin-left:10px;}
	.index-solution .swiper-slide-active .txt{opacity: 1;padding-top:5.5vh;margin-top:5.5vh;}
	.index-solution .swiper-slide-active .icon>img{transform: rotateY(360deg);}
}
@media (min-width:768px){
	.index-solution .num{font-size:18px;}
	.index-solution .h2{font-size:24px;}
	.index-solution .more{font-size:16px;right:28px;}
	.index-solution .txt{font-size:16px;}
	.index-solution .swiper-slide{width:28.125vw!important;}
	.index-solution .swiper-slide.active{width:43.75vw!important;}
	.index-solution .swiper-slide.active .more{opacity: 1;}
	.index-solution .swiper-slide.active .more>i{margin-left:10px;}
	.index-solution .swiper-slide.active .txt{opacity: 1;padding-top:5.5vh;margin-top:5.5vh;}
	.index-solution .swiper-slide.active .icon>img{transform: rotateY(360deg);}
}
@media (min-width:1200px){
	.index-solution.inside-main{min-height:600px;}
	.index-solution .text{padding:90px 40px;}
	.index-solution .num{font-size:20px;}
	.index-solution .h2{font-size:30px;}
	.index-solution .txt{font-size:18px;}
	.index-solution .icon{width:85px;height:85px;bottom:90px;}
	.index-solution .more{right:48px;}
	.index-solution .more>i{width:40px;}
	.index-solution .swiper-slide{width:18.75vw!important;}
	.index-solution .swiper-slide.active{width:43.75vw!important;}
	.index-solution .swiper-slide.active .more{opacity: 1;}
	.index-solution .swiper-slide.active .more>i{margin-left:30px;}
	.index-solution .swiper-slide.active .txt{opacity: 1;padding-top:7.5vh;margin-top:7.5vh;}
	.index-solution .swiper-slide.active .icon>img{transform: rotateY(360deg);}
}
@media (min-width:1600px){
	.index-solution.inside-main{min-height:700px;}
	.index-solution .text{padding:115px 80px;}
	.index-solution .num{font-size:22px;}
	.index-solution .h2{font-size:36px;}
	.index-solution .more{font-size:18px;right:78px;}
	.index-solution .txt{font-size:20px;}
	.index-solution .icon{width:100px;height:100px;bottom:115px;}
}

/* 首页 - 关于我们 */
.index-about{position: relative;overflow: hidden;}
.index-about-row{margin:-30px 0 0;}
.index-about-row>div{position: relative;padding:0;margin-top:30px;}
.index-about-row>.right>.bg{font-size:136px;line-height:1;font-family: arial;position: absolute;left:0;top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);color:#e2e2e2;white-space: nowrap;font-style: italic;opacity: 0.46;}
.index-about-row>.right>.bg2{position: absolute;width:100vw;height:60%;background: #f5f5f5;left:38%;bottom:-70px;}
.index-about-row>.right>.img{width:auto;float:right;max-width:100%;}
.index-about-row .public_href{margin-top:35px;}
.index-about-row ul{margin:50px -15px 20px;padding:0;list-style: none;display: flex;justify-content: space-between;}
.index-about-row ul>li{padding-left:15px;padding-right:15px;}
.index-about-row ul>li:first-child{flex:0 0 auto;}
.index-about-row ul .num{font-size: 42px;font-family:"DIN-Bold";font-weight: 700;font-style: italic;line-height: 0.8;margin-bottom:20px;}
.index-about-row ul p{color:#333;margin:0;}
.index-about-row:hover .img>.img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.about-main .index-about-row>.right>.img{width:100%;}
@media (min-width:992px){
	.index-about-row>.right{padding-left:50px;}
	.index-about-row>.right>.img{width:auto;}
	.index-about-row>.right>.bg2{height:66%;left:44%;bottom:-110px;}
	.index-about-row ul .num{font-size: 52px;}
	.index-about-row ul p{font-size:16px;}
	
	.about-main .index-about-row>.right>.img{width:auto;}
}
@media (min-width:1200px){
	.index-about-row .public_href{margin-top:50px;}
	.index-about-row ul{margin:80px -15px 0;}
	.index-about-row ul .num{font-size: 62px;}
}
@media (min-width:1600px){
	.index-about-row .InfoContent{font-size:16px;}
	.index-about-row ul .num{font-size: 72px;}
	.index-about-row .public_href{margin-top:70px;}
	.index-about-row>.right>.bg{left:16.25%;font-size:156px;}
	
	.index-about-row .index-title,
	.about-main .index-title{margin-bottom:50px;}
}


/* 首页 - 急救培训 */
.index-train.inside-main{padding:0;}
.index-train-row{margin:0}
.index-train-row .column{padding:0;}
.index-train-row a{display: block;position: relative;background:#000;color:#fff;overflow: hidden;}
.index-train-row .img{opacity: 0.7;}
.index-train-row .text{position: absolute;left:0;top:0;right:0;bottom:0;}
.index-train-row .tit{position: absolute;width:100%;left:0;top:50%;padding:25px;text-align: center;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-train-row .tit>div{-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-train-row .inner{position: absolute;width:100%;left:0;top:50%;padding:25px;text-align: center;-webkit-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-train-row .num{font-size:60px;line-height: 0.8;font-family:'DIN-Bold';font-weight: 700;color:rgba(255,255,255,0.06);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-train-row .h2{font-size:24px;font-weight: 700;margin-top:30px;margin-bottom:0;line-height: 1.1;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-train-row .txt{font-size:14px;line-height:24px;height:72px;margin-top:15px;margin-bottom:15px;-webkit-transition: all 0.5s;transition: all 0.5s;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.index-train-row a:hover .img{opacity: 0.3;}
.index-train-row a:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index-train-row a:hover .tit{opacity: 0;}
.index-train-row a:hover .tit>div{-webkit-transform: translateY(-80px);transform: translateY(-80px);}
.index-train-row a:hover .h2{margin-top:-30px;}
.index-train-row a:hover .inner{opacity: 1;}
.index-train-row a:hover .num{color:rgba(255,255,255,0.2);-webkit-text-stroke-width:0;}
.index-train-row a:hover .txt{margin-top:25px;margin-bottom:35px;}
@media (max-width:991px){
	.index-train-row .h2{font-size:20px;}
	.index-train-row .num{font-size:50px;}
	.index-train-row .h2{margin-top:20px;}
	.index-train-row a:hover .h2{margin-top:-23px;}
	.index-train-row a:hover .txt{margin-top:18px;margin-bottom:28px;}
	.index-train-row .public_href>.more{width:140px;line-height: 36px;font-size:14px;}
	.index-train-row .txt{height:48px;}
}
@media (max-width:767px){
	.index-train-row .txt{height:72px;}
}
@media (min-width:1400px){
	.index-train-row .tit,
	.index-train-row .inner{padding-left:40px;padding-right:40px;}
	.index-train-row .num{font-size:80px;}
	.index-train-row .h2{font-size:32px;}
	.index-train-row .txt{font-size:16px;line-height:30px;height:90px;}
	.index-train-row a:hover .txt{margin-top:35px;margin-bottom:45px;}
}
@media (min-width:1600px){
	.index-train-row .tit,
	.index-train-row .inner{padding-left:15.625%;padding-right:15.625%;}
	.index-train-row .num{font-size:90px;}
	.index-train-row .h2{font-size:36px;}
}
@media (min-width:1800px){
	/* .index-train-row .num{font-size:120px;}
	.index-train-row .h2{font-size:48px;}
	.index-train-row a:hover .txt{margin-top:45px;margin-bottom:65px;} */
}
/*内页*/
.inside-banner{width:100%;overflow:hidden;position:relative;display: flex;flex-direction: column;justify-content: center;}
.inside-banner>img{display:block;width:100%;transition:all .5s;}
.inside-banner-img{width:100%;height:300px;background-repeat: no-repeat;background-position: center;background-size:cover;-webkit-transition: all 0.5s;transition: all 0.5s;}
.inside-banner-title{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff;margin-top:20px;}
.inside-banner-title .index-title{margin-bottom:0;}
.page-top{border-bottom:1px solid #e5e5e5;background:#fff;}
.page-top .home{float:left;width:40px;height:40px;background-image: url(../images/icon/i11.png);background-repeat: no-repeat;background-size: auto 20px;background-position: center;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.page-top .home:hover{background-image: url(../images/icon/i11h.png);}
.page-top .back{float:right;width:40px;height:40px;background-image: url(../images/icon/fanhui-gray.png);background-repeat: no-repeat;background-size: auto 20px;background-position: center;border-right:1px solid #e5e5e5;}
.page-top .back:hover{background-image: url(../images/icon/fanhui.png);}
.page-top .select{position: relative;float:left;width:calc(50% - 40px);max-width:275px;border-right:1px solid #e5e5e5;}
.page-top .select a{color:#666;transition: all .36s;}
.page-top .select a:hover{color:#c7000b;}
.page-top .select>.name{position: relative;line-height: 40px;padding:0 12px;padding-right:30px;font-size:14px;}
.page-top .select>.name:after{content: '';position: absolute;width:24px;height:24px;top:8px;right:4px;background-image: url(../images/icon/i12.png);background-repeat: no-repeat;background-size: auto 18px;background-position: center;}
.page-top .select>.name>a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;}
.page-top .select>.list{position: absolute;left:-1px;right:-1px;top:calc(100% - 1px);border:1px solid #e5e5e5;border-top:none;z-index: 9;background:#fff;display: none;}
.page-top .select>.list>dl{padding:15px 0;margin-bottom:0;}
.page-top .select>.list dd{padding:0 12px;}
.page-top .select>.list dd>a{position: relative;display: block;line-height: 25px;padding:5px 0;padding-right:0;font-size:14px;}
.page-top .select:hover>.list{display: block;}


.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:40px -5px 0;list-style: none;padding:0;}
.pager li{padding:0 5px;margin:5px 0;font-size:16px;font-family: 'DIN-Bold';font-weight: 700;}
.pager li>a,.pager li>span{display: block;background-color:transparent;color:#333;border:none;border-radius:0;padding:0;margin:0;width:30px;line-height:40px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a,.pager .next>span,
.pager .previous>a,.pager .previous>span{position: relative;width:40px;height:40px;border-radius: 50%;border:1px solid rgba(232,55,24,0.3);font-size:20px;color:#c7000b;display: flex;justify-content: center;align-items: center;}
.pager .next>a:after,.pager .next>span:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .previous>a:before,.pager .previous>span:before{content: 'prev';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .active>a,.pager li>a:hover{color:#c7000b;background-color:transparent;}
.pager .next>span,.pager .previous>span{border-color:#bebebe;color:#333;}
.pager .next>a:hover{border-color:#c7000b;background-color:transparent;}
.pager .previous>a:hover{border-color:#c7000b;background-color:transparent;}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (min-width:768px){
	.inside-banner-img{height:460px;}
	.inside-banner-title{margin-top:0;}
	
	.page-top .home,
	.page-top .back{height:60px;width:60px;background-size: auto 20px;}
	.page-top .select{width:calc(50% - 60px);}
	.page-top .select>.name{line-height: 60px;padding:0 20px;padding-right:40px;font-size:16px;}
	.page-top .select>.name:after{top:18px;right:15px;background-size:auto 20px;}
	.page-top .select>.list dd{padding:0 25px;}
	.page-top .select>.list dd>a{font-size:16px;}
	
	.pager{margin-top:60px;}
}
@media (min-width:1200px){
	.inside-banner-img{height:500px;}
	.page-top .home,
	.page-top .back{height:70px;width:70px;}
	.page-top .select{width:calc(50% - 70px);}
	.page-top .select>.name{line-height: 70px;padding:0 30px;padding-right:50px;}
	.page-top .select>.name:after{top:23px;right:20px;background-size:auto 24px;}
	.page-top .select>.list dd{padding:0 35px;}
	
	.pager li>a,.pager li>span{width:40px;line-height:50px;}
	.pager .next>a,.pager .next>span,
	.pager .previous>a,.pager .previous>span{width:50px;height:50px;}
	.pager .next,.pager .previous{margin-left:10px;margin-right:10px;}
}
@media (min-width:1600px){
	.inside-banner-img{height:650px;}
	.pager{margin-top:85px;}
}


/* 详情 */
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ededed;margin-bottom:40px;}
.details-title .h2{font-size:20px;font-weight: 700;color:#333;line-height:1.4;margin-bottom:0;}
.details-title .time{color:#999;margin-top:10px;}

.details-other{position: relative;padding:30px 0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-top:40px;}
.goBack{position: absolute;display: block;text-transform:uppercase;color:#c7000b;font-weight:700;font-size:16px;text-align: center;line-height:32px;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack>span{display: block;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:after{content: '';position: absolute;width:32px;height:32px;background:#c7000b url(../images/icon/fanhui-white.png) no-repeat center;border-radius: 50%;left:50%;top:50%;margin-left:-16px;margin-top:-16px;opacity: 0;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:hover{color:#c7000b;}
.goBack:hover>span{opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.goBack:hover:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.info-previous-next-wrap{font-size:16px;overflow: hidden;}
.info-previous-next-wrap a{display: block;position: relative;line-height: 32px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black{position:absolute;width:32px;height:32px;border:1px solid #999;top:50%;margin-top:-16px;border-radius: 50%;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black:after{font-size:12px;color:#999;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-Previous>a{padding-left:50px;}
.info-Previous>a>.swiper-button-black{left:0;}
.info-Next>a{padding-right:50px;}
.info-previous-next-wrap a:hover{color:#c7000b}
.info-previous-next-wrap a:hover .swiper-button-black{background:#c7000b;border-color:#c7000b;}
.info-previous-next-wrap a:hover .swiper-button-black:after{color:#fff;}
.info-Previous>a:hover .swiper-button-black{left:10px;}
.info-Next>a:hover .swiper-button-black{right:10px;}
@media (max-width: 991px) {
	.details-other{padding-right:140px;}
	.info-Next{margin-top:15px;}
	.info-Next>a{padding-right:0;padding-left:50px;}
	.info-Next>a>.swiper-button-black{right:auto;left:0;}
	.goBack{left:auto;right:0;top:50%;transform: translate(0,-50%);}
	.info-Next>a:hover .swiper-button-black{left:10px;}
}
@media (max-width: 767px) {
	.details-other{padding-right:0;}
	.goBack{position: relative;margin:0 auto 30px;transform: none;}
}
@media (min-width:992px){
	.info-previous-next-wrap{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
	.info-Next,.info-Previous{max-width:40%;}
	.details-title .h2{font-size:24px;}
}
@media (min-width:1200px){
	.details-title{margin-bottom:60px;}
	.details-title .time{font-size:16px;margin-top:20px;}
	
	.details-other{padding:55px 0;margin-top:70px;}
	.info-previous-next-wrap a{line-height: 42px;}
	.info-previous-next-wrap .swiper-button-black{width:42px;height:42px;margin-top:-21px;}
	.info-Previous>a{padding-left:80px;}
	.info-Next>a{padding-right:80px;}
	.info-Previous>a:hover .swiper-button-black{left:15px;}
	.info-Next>a:hover .swiper-button-black{right:15px;}
	.info-previous-next-wrap .swiper-button-black:after{font-size:18px;}
	.goBack{line-height:42px;}
	.goBack:after{width:42px;height:42px;margin-left:-21px;margin-top:-21px;}
}


/* 关于我们 */
.culture-main{height:400px;display: flex;flex-direction: column;justify-content: center;}
.culture-title{position: relative;color:#fff;}
.culture-title .en{font-size:80px;text-transform: uppercase;line-height: 1;font-family:'Gilroy-R';color:rgba(255,255,255,0);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,0.3);white-space: nowrap;}
.culture-title .ch{position: absolute;width:100%;left:0;top:50%;-webkit-transform: translateY(-52%);transform: translateY(-52%);font-weight: 700;}
.culture-title .ch-1{font-size:30px;line-height: 1;margin-bottom:10px;}
.culture-title .ch-2{font-size:18px;line-height: 1.4;}

.partner-list{margin:-24px -11.5px 0;}
.partner-list .column{padding-left:11.5px;padding-right:11.5px;margin-top:24px;}
.partner-list .img{border:1px solid #e2e2e2;}
.partner-list .img>img{-webkit-transition: all 1s;transition: all 1s;}
.partner-list .img:hover{box-shadow:2px 2px 5px rgba(0,0,0,0.15);}
.partner-list .img:hover>img{-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}

.honor-list{padding-bottom:60px;}
.honor-list .swiper-pagination{bottom:0;}
.honor-list .swiper-pagination-bullet{position: relative;width:20px;height:20px;margin:0 7px!important;border-radius: 50%;background:none;opacity: 1;}
.honor-list .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#7c7c7c;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.honor-list .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid rgba(232,55,24,0.5);left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.honor-list .swiper-pagination-bullet-active:before{background:#c7000b;}
.honor-list .swiper-pagination-bullet-active:after{width:100%;height:100%;}
.honor-list .img{padding:25px;border:1px solid #e6e6e6;display: flex;justify-content: center;align-items: center;}
.honor-list .img>img{width:auto;max-width:100%;height:230px;}
.honor-list p{text-align: center;margin:20px 0 0;font-size:16px;line-height: 36px;font-weight: 700;}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.1);transform: scale(1.1);}
#lightGallery-outer{background-color:rgba(0,0,0,0.6)!important;}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:#c7000b;color:#fff;opacity: 1;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight: lighter;}
#lightGallery-outer #lightGallery-close:hover{background:#c7000b;color:#fff;}
#lightGallery-outer #lightGallery-action a:hover, #lightGallery-action a:focus{background:#c7000b;}
#lightGallery-outer #lightGallery-Gallery .thumb_cont .thumb_info .close{opacity: 1;}
@media (min-width:768px){
	.culture-main{height:550px;}
	.culture-title .en{font-size:140px;}
	.culture-title .ch-1{font-size:40px;margin-bottom:15px;}
	.culture-title .ch-2{font-size:20px;}
	
	.honor-list{padding-bottom:75px;}
	.honor-list p{font-size:18px;}
}
@media (min-width:1200px){
	.culture-main{height:650px;}
	.culture-title .en{font-size:170px;}
	.culture-title .ch-1{font-size:50px;margin-bottom:20px;}
	.culture-title .ch-2{font-size:24px;}
	
	.honor-list{padding-bottom:90px;}
	.honor-list .img>img{height:270px;}
	
	.partner-list .column{width:20%;}
}
@media (min-width:1600px){
	.culture-main{height:750px;}
	.culture-title .en{font-size:200px;}
	
	.honor-list p{font-size:20px;}
}

/* 产品中心 */
.product-sort-nav{margin:40px -10px 50px;padding:10px 6px;}
.submenu-nav{list-style: none;padding:0;margin:0;}
.submenu-nav .nav-item{height:auto;}
.submenu-nav .nav-link{display: block;width:100%;height:100%;text-align: center;font-size:16px;padding:20px;background:#fff;color:#333;-webkit-transition: all 0.5s;transition: all 0.5s;}
.submenu-nav .icon{width:72px;max-width:100%;margin:0 auto 10px;}
.submenu-nav .icon>img{width:100%;display: block;}
.submenu-nav .nav-link p{margin:0;}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link:hover{box-shadow:0 4px 7px rgba(6,0,1,0.2);}

.product-title{margin-bottom:50px;text-align: center;}
.product-title .h2{line-height:1.5;margin-bottom:0;font-size:28px;}
.product-list{margin:-16px -8px 0;}
.product-list .column{padding:0 8px;margin-top:16px;}
.product-list .href{display: block;text-align: center;color:#333;padding-bottom:20px;border:1px solid #e0e0e0;height: 100%;}
.product-list .img{padding:30px 15px;display: flex;justify-content: center;align-items: center;}
.product-list .img>img{height:130px;width:auto;}
.product-list .text{padding:0 15px;}
.product-list .h2{margin-bottom:10px;font-size:15px;font-weight: 700;}
.product-list .more{width:auto;line-height:24px;font-size:12px;border-radius:0;color:#999;border:none;display: block;background:none;}
.product-list .href:hover .h2{color:#c7000b;}
.product-list .href:hover .more{color:#c7000b;}
.product-list .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.product-list .public_href>.more:hover,
.product-list .href:hover .public_href>.more{color:#c7000b;background:none;}
.product-list .href:hover .public_href>.more>span{margin-right:15px;}


.sidebar-nav{border:1px solid #e0e0e0;}
.sidebar-submenu,
.sidebar-submenu ul{list-style: none;padding:0;}
.sidebar-submenu a>.icon{position: absolute;width:100%;height:100%;left:0;top:0;display: block;}
.sidebar-submenu a>.icon:before,
.sidebar-submenu a>.icon:after{content: '';position: absolute;display: block;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li{-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li>a{position: relative;display: block;padding:15px;padding-right:40px!important;line-height:30px;border-bottom:1px solid #e0e0e0;background-color:transparent;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu>li>a{font-size:18px;color:#333;}
.sidebar-submenu>li>a>.icon:before{width:13px;height:1px;right:15px;top:30px;background:#333;}
.sidebar-submenu>li>a>.icon:after{width:1px;height:13px;right:21px;top:24px;background:#333;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover,
.sidebar-submenu>li.active>a{background-color:transparent;color:#c7000b;}
.sidebar-submenu>li>a:focus>.icon:before,
.sidebar-submenu>li>a:hover>.icon:before,
.sidebar-submenu>li.active>a>.icon:before,
.sidebar-submenu>li>a:focus>.icon:after,
.sidebar-submenu>li>a:hover>.icon:after,
.sidebar-submenu>li.active>a>.icon:after{background:#c7000b;}

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

.three-submenu{display: none;}
.three-submenu>li>a{padding-left:70px;font-size:14px;color:#666;}
.three-submenu>li>a:before{left:55px;}
.three-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.three-submenu>li>a>.icon:after{display: none;}
.three-submenu>li>a:hover,
.three-submenu>.active>a{color:#e62129;}
.three-submenu>li>a:hover:before,
.three-submenu>.active>a:before{background:#e62129;}
.three-submenu>li>a:hover>.icon:before,
.three-submenu>.active>a>.icon:before{border-right-color:#e62129;border-top-color:#e62129;}

.four-submenu{display: none;}
.four-submenu>li>a{padding-left:85px;font-size:12px;color:#666;}
.four-submenu>li>a:before{left:70px;}
.four-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.four-submenu>li>a>.icon:after{display: none;}
.four-submenu>li>a:hover,
.four-submenu>.active>a{color:#e62129;}
.four-submenu>li>a:hover:before,
.four-submenu>.active>a:before{background:#e62129;}
.four-submenu>li>a:hover>.icon:before,
.four-submenu>.active>a>.icon:before{border-right-color:#e62129;border-top-color:#e62129;}

.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/submenu.png) no-repeat center;background-size:auto 24px;right:15px;top:16px;transition: all 0.3s;}
.in .navIcon:after{background:url(../images/icon/close1.png) no-repeat center;background-size:auto;}
@media (max-width: 991px) {
	.hidden-md{display: none!important;}
	.sidebar-title{position: relative;background:#fff;padding:15px 55px 15px 15px;text-align: left;margin-bottom:0;}
	.sidebar-title .h2{font-size:18px;font-weight: 700;}
	.sidebar-nav{margin-bottom:40px;border:none}
	.sidebar-submenu{display: none;border:1px solid #e0e0e0;border-bottom:none;}
}
@media (min-width: 768px) {
	.product-sort-nav{margin-top:50px;margin-bottom:60px;}
	.submenu-nav .nav-link{padding:30px;}
	.submenu-nav .icon{width:82px;}

	.product-list .href{padding-bottom:35px;}
	.product-list .more{font-size:16px;}
	.product-list .img>img{height:200px;}
	.product-list .h2{font-size:18px;}
}
@media (min-width: 992px) {
	.hidden-lg{display: none!important;}
	.sidebar-nav{float:left;width:25%;top:110px;position: sticky;position: -webkit-sticky;border-bottom:none;margin-bottom:50px;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:25%;padding-left:60px;}
	.product-title{padding-left:calc(25% + 60px);}
	.product-list .img>img{height:160px;}
}
@media (min-width: 1200px) {
	.product-sort-nav{margin-top:140px;margin-bottom:70px;}
	.submenu-nav .nav-link{padding:40px;}
	.submenu-nav .icon{width:92px;}
	
	.sidebar-submenu li>a{padding:20px;}
	.sidebar-submenu>li>a{font-size:20px;}
	.sidebar-submenu>li>a>.icon:before{right:18px;top:35px;}
	.sidebar-submenu>li>a>.icon:after{right:24px;top:29px;}
	.two-submenu>li>a{font-size:18px;padding-left:48px;}
	.two-submenu>li>a:before{left:34px;top:32.5px;}
	.two-submenu>li>a>.icon:before{top:30px;}
	.three-submenu>li>a{font-size:16px;padding-left:70px;}
	.three-submenu>li>a:before{left:55px;top:32.5px;}
	.three-submenu>li>a>.icon:before{top:30px;}
	.four-submenu>li>a{font-size:14px;padding-left:90px;}
	.four-submenu>li>a:before{left:74px;top:32.5px;}
	.four-submenu>li>a>.icon:before{top:30px;}
}
@media (min-width: 1400px) {
	.sidebar-nav{width:20%;}
	.rightContent{margin-left:20%;padding-left:70px;}
	.product-title{padding-left:calc(20% + 70px);}
}
@media (min-width: 1600px) {
	.submenu-nav .icon{width:112px;}
	
	.sidebar-submenu li>a{padding:25px 20px;}
	/* .sidebar-submenu>li>a{font-size:22px;} */
	.sidebar-submenu>li>a>.icon:before{top:40px;}
	.sidebar-submenu>li>a>.icon:after{top:34px;}
	.two-submenu>li>a{/* font-size:20px; */padding-left:52px;}
	.two-submenu>li>a:before{left:38px;top:37.5px;}
	.two-submenu>li>a>.icon:before{top:36px;}
	.three-submenu>li>a{/* font-size:18px; */padding-left:75px;}
	.three-submenu>li>a:before{left:60px;top:37.5px;}
	.three-submenu>li>a>.icon:before{top:36px;}
	.four-submenu>li>a{/* font-size:16px; */padding-left:94px;}
	.four-submenu>li>a:before{left:78px;top:37.5px;}
	.four-submenu>li>a>.icon:before{top:36px;}
	
	.product-title .h2{font-size:32px;}
	.product-list .img>img{height:200px;}
	/* .product-list .h2{font-size:20px;} */
}
@media (min-width: 1800px) {
	.sidebar-nav{width:18.75%;}
	.rightContent{margin-left:18.75%;padding-left:85px;}
	.product-title{padding-left:calc(18.75% + 85px);}
	.product-title .h2{font-size:36px;}
}

/* 产品详情 */
.crumbs-top{position: relative;padding:25px 0;margin-bottom:30px;font-size:12px;}
.crumbs-nav{display: flex;align-items: center;flex-flow: row wrap;color:#666;line-height:30px;}
.crumbs-nav .icon{width:20px;height:20px;background:url(../images/icon/i38.png) no-repeat center;margin-right:10px;font-family: arial;}
.crumbs-nav i:not(.icon){margin:0 5px;font-family: arial;}
.crumbs-nav a{color:inherit;}
.crumbs-nav a:last-child{color:#c7000b;font-weight: 700;}
.crumbs-nav a:hover{color:#c7000b;}
.crumbs-top .goBack{position: absolute;width:auto;height:auto;right:0;top:25px;line-height: 30px;left:auto;-webkit-transform: none;transform: none;font-size:inherit;font-weight: 400;color:#666;margin:0;}
.crumbs-top .goBack:after{left:auto;right:0;-webkit-transform: none;transform: none;}
.crumbs-top .goBack:hover{color:#c7000b;}
.product-details-title{font-size:20px;font-weight: 700;line-height:1.4;color:#333;margin-bottom:20px;}
.product-details-top{position: relative;z-index: 2;}
.product-details-top .row{flex-direction: row-reverse;margin:0;align-items: center;}
.product-details-top .row>div{padding:0;margin-bottom:40px;position: relative;}
.product-details-top .row>div:first-child{z-index: 2;}

.product-details-top .product-details-title{margin-bottom:20px;}
.product-details-top .InfoContent{padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid #eaeaea;}
.product-details-top .gallery-thumbs .swiper-slide{height:auto;}
.product-details-top .gallery-thumbs .img{border:1px solid #eaeaea;height:100%;display: flex;justify-content: center;align-items: center;}
.product-details-top .gallery-thumbs .img>img{width:auto;height:60px;}
.product-details-top .album-small-title{font-size:20px;font-weight: 700;margin:0 0 30px;color:#333;}
.product-details-top .btns{margin-top:35px;}
.product-details-top .public_href{display: flex;flex-flow: row wrap;position: relative;}
.consult-more:hover + .consult-ewm{display: block;}
.consult-ewm{position: absolute;top:46px;left:0;box-shadow: 0 2px 5px rgba(0,0,0,0.2);border-radius: 5px;background:#fff;overflow: hidden;margin-top:10px;z-index: 2;max-width:300px;display: none;}
.consult-ewm.active{display: block;}
.consult-ewm>p{padding:10px 10px 0;margin:0;font-size:16px;color:#666;}
.consult-ewm>.inner{padding:8px;display: flex;flex-flow: row wrap;margin-left:-8px;margin-right:-8px;margin-top:-15px;}
.consult-ewm>.inner>.item{width:150px;padding-left:8px;padding-right:8px;margin-top:15px;}
.consult-ewm>.inner>.item>img{display: block;width:100%;}
.product-details-top .public_href>.more{margin-right:4%;max-width:48%;}
.product-details-top .public_href>.more:last-child{margin-right:0;}
.product-details-top .public_href>.more:nth-child(1){border-color:#c7000b;background:#c7000b;color:#fff;}
.product-details-top .public_href>.more>i{display: none;}
.product-details-top .public_href>.more:hover>span{margin-right:0;}
.product-details-top .gallery-top .swiper-slide{height:auto;}
.product-details-top .gallery-top .img{height:100%;background:#f6f6f6;display: flex;justify-content: center;align-items: center;}
.product-details-top .gallery-top .img>img{width:auto;max-width:100%;}
.product-details-top .swiper-button-prev{left:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-next{right:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-prev,
.product-details-top .swiper-button-next{width:40px;height:40px;border-radius: 50%;border:1px solid #bebebe;color:#333;margin-top:-20px;}
.product-details-top .swiper-button-prev:after,
.product-details-top .swiper-button-next:after{font-size:14px;}
.product-details-top .swiper-button-prev:hover,
.product-details-top .swiper-button-next:hover{border-color:#c7000b;color:#c7000b;}
.product-details-top .gallery-top:hover .swiper-button-prev{left:0;}
.product-details-top .gallery-top:hover .swiper-button-next{right:0;}
.product-details-top .swiper-slide-thumb-active .img{border-color:#c7000b;}
.product-details-bottom .product-details-title.border-b{border-bottom:1px solid #eaeaea;padding-bottom:30px;margin-bottom:30px;margin-top:0;}
.product-details-bottom .details-item{margin-top:40px;}
.product-details-bottom .details-item:first-child{margin-top:0;}

.usage-list{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.usage-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.usage-list .InfoContent{margin-top:20px;}

.related-list{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
.related-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.related-list .href{display: block;background:#f7f7f7;color:#333;height:100%;}
.related-list .text{padding:20px;border-top:1px solid #e9e9e9;}
.related-list .h5{position: relative;top:0;font-size:16px;line-height:34px;font-weight: 700;margin-bottom:0;text-align: center;-webkit-transition:all .5s;transition:all .5s}
.related-list .img{padding:30px 15px;display: flex;justify-content: center;align-items: center;}
.related-list .img>img{width:auto;height:250px;}
.related-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.related-list .href:hover .h5{color:#c7000b;top:-3px;}


.product-pager .next>a,.product-pager .next>span,
.product-pager .previous>a,.product-pager .previous>span{position: relative;width:auto;height:auto;border-radius: 0;border:none;font-size:16px;color:#333;font-weight: 400;}
.product-pager .next>a:after,.product-pager .next>span:after{position: static;margin-left:15px;}
.product-pager .previous>a:before, .product-pager .previous>span:before{position: static;margin-right:15px;}
.product-pager .active>a,.product-pager li>a:hover{color:#c7000b;}
@media (max-width: 991px) {
	.product-pager .next>a,.product-pager .next>span,
	.product-pager .previous>a,.product-pager .previous>span{font-size:14px;}
}
@media (max-width: 767px) {
	.crumbs-top .goBack{display: none;}
}
@media (max-width: 575px) {
	.consult-ewm{max-width:290px;}
	.consult-ewm>.inner>.item{width:145px;}
}
@media (min-width: 576px) and (max-width:767px){
	.consult-ewm{max-width:450px;}
}
@media (min-width: 768px) {
	.crumbs-top{font-size:14px;}
	.product-details-title{font-size:24px;margin-bottom:30px;}
	.product-details-top .row>.album-small-box{padding-left:50px;}
	.product-details-top .btns{margin-top:55px;}
	.product-details-bottom .details-item{margin-top:50px;}
	
	.usage-list{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.usage-list .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	
	.product-details-bottom .download-list .inner{padding-right:100px;}
	.product-details-bottom .download-list h6{font-size:18px;}
	.product-details-bottom .download-list .downBtn{width:100px;}
	
	.related-list .img>img{height:165px;}
}
@media (min-width: 992px) {
	.consult-ewm{max-width:420px;}
	.consult-ewm>.inner>.item{width:140px;}
}
@media (min-width: 1200px) {
	.kong{height: 80px;}
	.product-details-top .row>div{margin-bottom:70px;}
	.product-details-top .row>.album-small-box{padding-left:80px;}
	.product-details-top .btns{margin-top:75px;}
	.product-details-top .btns{margin-top:60px;}
	.product-details-top .swiper-button-prev,
	.product-details-top .swiper-button-next{width:50px;height:50px;margin-top:-25px;}
	.product-details-top .swiper-button-prev:after,
	.product-details-top .swiper-button-next:after{font-size:20px;}
	.product-details-top .gallery-top:hover .swiper-button-prev{left:10px;}
	.product-details-top .gallery-top:hover .swiper-button-next{right:10px;}
	.product-details-top .public_href>.more{margin-right:40px;}
	.consult-ewm{max-width:480px;}
	.consult-ewm>.inner>.item{width:160px;}
	.product-details-bottom .details-item{margin-top:80px;}
	.product-details-bottom .product-details-title.border-b{padding-bottom:40px;margin-bottom:40px;}
	.product-details-top .gallery-thumbs .img>img{height:80px;}
	
	.usage-list{margin-left:-30px;margin-right:-30px;margin-top:-60px;}
	.usage-list .column{width:20%;padding-left:30px;padding-right:30px;margin-top:60px;}
	
	.related-list{margin-left:-22.5px;margin-right:-22.5px;margin-top:-45px;}
	.related-list .column{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.related-list .text{padding-top:30px;padding-bottom:30px;}
	.related-list .h5{font-size:20px;}
	.related-list .img>img{height:225px;}
}
@media (min-width: 1400px) {
	.kong{height: 100px;}
	.product-details-title{font-size:30px;}
	.usage-list .column{width:16.66666667%;}
}
@media (min-width:1600px){
	.product-details-top .row>div{margin-bottom:100px;}
	.product-details-top .row>.album-small-box{padding-left:110px;}
	.product-details-top .gallery-thumbs .img>img{width:auto;height:110px;}
	
	.related-list .text{padding-top:40px;padding-bottom:40px;}
	.related-list .img>img{height:350px;}
}

/* 获取报价 */
.quoteModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.quoteModal .modal-content{background:#fff;border-radius: 10px;}
.quoteModal .modal-header{padding:15px;background:#f5f7fa;}
.quoteModal .modal-title{font-size:16px;font-weight: 700;}
.quoteModal .btn-close{outline: none;}
.quoteModal .quote-tips{position: relative;background:#e5f5ff;font-size:14px;padding:10px 15px;padding-left:40px;line-height:20px;}
.quoteModal .quote-tips>i{position: absolute;left:15px;top:12px;width:16px;height:16px;line-height:16px;font-size:12px;color:#fff;background:#09f;text-align: center;font-style: normal;border-radius: 50%;}
.quoteModal .modal-body{padding:15px;}
.modal-product{display: flex;}
.modal-product{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eaeaea;align-items: center;}
.modal-product .img{flex: 0 0 auto;width:80px;border:1px solid #eaeaea;}
.modal-product h2{font-size:16px;font-weight: 700;width:100%;overflow: hidden;padding-left:15px;margin-bottom:0;}
.quote-form .column{margin-bottom:25px;}
.quote-form .column:first-child{margin-bottom:15px;}
.quote-form .column:last-child{margin-bottom:15px;margin-top:5px;}
.quote-form .inner{position: relative;display: flex;}
.quote-form .form-control{width:100%;height:45px;border-radius: 3px;outline: none;background:none;box-shadow: none;border-color:#eaeaea;}
.quote-form .placeholder{flex: 0 0 auto;min-width:85px;color:#333;line-height:45px;background:none;font-size:14px;opacity: 1;}
.quote-form .placeholder>i{font-style: none;color:red;padding-right:3px;}
.quote-form .want-ul{display: flex;flex-flow: row wrap;list-style: none;padding:0;margin:0;}
.quote-form .want-ul>li{font-size:14px;padding: 0 15px;line-height:43px;margin-right:10px;margin-bottom:10px;position:relative;overflow:hidden;cursor:pointer;}
.quote-form .want-ul>li>input{position: absolute;width:100%;height:100%;left:0;top:0;opacity: 0;z-index: 2;cursor:pointer;}
.quote-form .want-ul>li>span{position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #ced3d9;border-radius:3px;}
.quote-form .want-ul>li>span:after{content: '';position: absolute;right:-1px;bottom:-1px;width:14px;height:14px;background:url(../images/icon/dui.png) no-repeat center;background-size:auto;display: none;}
.quote-form .want-ul>li>input:checked + span{border-color:#c7000b;color:#c7000b;}
.quote-form .want-ul>li>input:checked + span:after{display: block;}
.quote-form .valid_message{position: absolute;top:100%;left:85px;color:red;font-size:12px;}
.quote-form .btns>button{width:80px;height:45px;border-radius: 3px;text-align: center;margin-right:20px;padding:0;background:#f5f7fa;border:1px solid #eaeaea;box-shadow: none;outline: none;font-size:14px;}
.quote-form .btns>button:last-child{margin-right:0;}
.quote-form .btns>button:hover{background:#e4e4e4;}
.quote-form .btns>.submit-btn{color:#fff;background:#c7000b;border-color:#c7000b;}
.quote-form .btns>.submit-btn:hover{color:#fff;background:#cb2f14;border-color:#cb2f14;}
@media (max-width:767px){
	.quoteModal .quote-tips{font-size:12px;}
	.quote-form .placeholder{line-height:40px;}
	.quote-form .form-control{height:40px;}
	.quote-form .want-ul>li{font-size:12px;line-height:38px;padding-left:12px;padding-right:12px;}
	.quote-form .btns{justify-content: center;}
	.quote-form .column:first-child .inner{display: block;}
}
@media (min-width:768px){
	.quoteModal .modal-dialog{width:80%;max-width:680px;}
	.quote-form .btns{padding-left:85px;}
}

/* 解决方案 */
.solution-list .column{margin-bottom:30px}
.solution-list .href{display: block;color:#333}
.solution-list .text{background-color:#fff;padding:30px}
.solution-list .icon{display:block;width:54px;-webkit-transition:all .5s;transition:all .5s}
.solution-list .h2{font-size:18px;margin:10px 0;font-weight: 700;}
.solution-list .public_href{margin-top:45px;}
.solution-list .public_href>.more{background:#c7000b;border-color:#c7000b;color:#fff;}
.solution-list .img{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.solution-list .href:hover .icon{/* -webkit-transform:translateY(-10px);transform:translateY(-10px); */-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.solution-list .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.solution-list .href:hover .public_href>.more>span{margin-right:15px;}
@media (min-width:768px){
	.solution-list .text{padding:50px 5%;}
	.solution-list .h2{font-size:24px;margin:25px 0 20px}
	.solution-list .icon{width:64px}
	.solution-list .InfoContent{font-size:16px;}
}
@media (min-width:992px){
	.solution-list .href{display:flex}
	.solution-list .column:nth-child(odd) a{flex-direction:row}
	.solution-list .column:nth-child(even) a{flex-direction:row-reverse}
	.solution-list .href>*{width:50%}
	.solution-list .text{display: flex;flex-direction: column;justify-content: center;}
	.solution-list .img{display: flex;justify-content: center;align-items: center;}
	.solution-list .img>img{width:auto;height:100%;}
}

/* 解决方案详情 */
.solution-details .details-title{padding:0;margin:0;border:none;}
.solution-details .details-title .h2{margin:0 0 30px;line-height:1.875;}
.solution-details .InfoContent h6{font-size:20px;font-weight: 700;color:#333;margin:0 0 20px;line-height:1.875;}
.solution-details-list{list-style: none;padding:0;margin:0;display: flex;justify-content: space-between;flex-flow: row wrap;color:#666;text-align: center;}
.solution-details-list>li{padding-left:15px;padding-right:15px;margin-top:30px;}
.solution-details-list>li>.icon{height:100px;margin-bottom:5px;}
@media (min-width:768px){
	.solution-details-list{font-size:16px;}
	.solution-details-list>li{width:20%;}
}
@media (min-width:992px){
	.solution-details .InfoContent h6{font-size:24px;margin-bottom:30px;}
}
@media (min-width:1600px){
	.solution-details-list{font-size:18px;}
}
/* 急救培训 */

/* 服务支持 - 产品画册 */
.download-list{margin-left:-10px;margin-right:-10px;margin-top:-22px;}
.download-list>div{padding-left:10px;padding-right:10px;margin-top:22px;}
.download-list .inner{display: block;position: relative;border:1px solid #e1e1e1;padding-right:60px;background:#fff;}
.download-list .download-tit{position: relative;width:100%;overflow: hidden;display: flex;align-items: center;padding:15px;}
.download-list .download-tit .icon{margin-right:15px;width:40px;}
.download-list .download-tit h6{width:100%;font-size:16px;line-height:30px;max-height:60px;margin:0;color:#333;padding-right:15px;-webkit-transition:all .5s;transition:all .5s}
.download-list .download-tit p{color:#666666;margin:0;}
.download-list .downBtn{position: absolute;cursor: pointer;right:0;top:0;color:#c7000b;width:60px;height:100%;right:0;top:0;border-left:1px solid #e1e1e1;display: flex;flex-direction: column;justify-content: center;align-items: center;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>i{display: block;width:30px;height:30px;background-image: url(../images/icon/i31.png);background-repeat: no-repeat;background-size:auto;background-position: center;margin:0 auto 5px;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>span{display: block;}
.download-list .inner:hover .downBtn{background:#c7000b;color:#fff;border-color:#c7000b;}
.download-list .inner:hover .downBtn>i{background-image: url(../images/icon/i31h.png);}
@media (max-width:767px){
	.download-list .download-tit{display: block;padding-left:70px;min-height:90px;}
	.download-list .download-tit .icon{position: absolute;left:15px;top:15px;}
	.download-list .downBtn{font-size:12px;}
}
@media (min-width:768px){
	.download-list .inner{padding-right:80px;}
	.download-list .download-tit{padding:20px;}
	.download-list .download-tit .icon{width:50px;margin-right:20px;}
	.download-list .download-tit p{width:26%;}
	.download-list .downBtn{width:80px;}
}
@media (min-width:992px){
	.download-list .inner{height:100%;}
	.download-list .download-tit p{font-size:16px;}
}
@media (min-width:1200px){
	.download-list{margin-left:-22.5px;margin-right:-22.5px;margin-top:-45px;}
	.download-list>div{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.download-list .inner{padding-right:110px;}
	.download-list .download-tit h6{font-size:20px;}
	.download-list .download-tit .icon{width:70px;margin-right:30px;}
	.download-list .downBtn{width:110px;}
}
@media (min-width:1600px){
	.download-list{margin-left:-32.5px;margin-right:-32.5px;}
	.download-list>div{padding-left:32.5px;padding-right:32.5px;}
}


/* 服务支持 - 视讯中心 */
.video-list{margin:-30px -15px 0;}
.video-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.video-list .href{display: block;height:100%;background:#fff;color:#333;box-shadow:0 0 5px rgba(6,0,1,0.2);}
.video-list .text{padding:15px;}
.video-list .h5{font-size:16px;line-height:34px;font-weight: 700;margin-bottom:0;text-align: center;-webkit-transition:all .5s;transition:all .5s}
.video-list .imgIcon{position: absolute;width:50px;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.video-list .imgIcon>img{display: block;width:100%;}
.video-list .href:hover .h5{color:#c7000b;}
.video-list .href:hover .imgIcon>img{-webkit-animation: bounce 1.5s linear;animation: bounce 1.5s linear;}
.video-list .href:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.videoModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.videoModal .btn-close{position:absolute;width:30px;height:30px;background:#c7000b;opacity:1;color:#fff;z-index:999;right:5%;top:5%;border-radius:50%;}
.videoModal .btn-close>i{display: block;font-style: normal;background:url(../images/icon/close.png) no-repeat center;width:100%;height:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.videoModal .btn-close:focus{outline:0}
.videoModal .btn-close:hover{background-color:#c7000b;}
.videoModal .btn-close:hover>i{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
/* .videoModal .close span{position:relative;font-weight:lighter;text-shadow:none} */
.videoModal .modal-body{padding:0;}
.videoModal .modal-content{padding:0;border:none;border-radius: 0;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.videoModal video{display: block;width:100%;margin:0 auto;outline: none;max-height:80vh;background:#000;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (max-width:767px){
	.videoModal .modal-dialog{padding-left:0;padding-right:0;}
}
@media (min-width:768px){
	.videoModal .modal-dialog{width:80%;max-width:1200px;}
	.videoModal .btn-close{right:5%;top:10%;}
}
@media (min-width:1200px){
	.video-list{margin:-45px -22.5px 0;}
	.video-list .column{padding-left:22.5px;padding-right:22.5px;margin-top:45px;}
	.video-list .text{padding:20px;}
	.video-list .h5{font-size:20px;}
	.video-list .imgIcon{width:60px;}
}
@media (min-width:1600px){
	.video-list .h5{font-size:24px;}
}

/* 服务支持 - 常见问题 */
.problem-item{margin-bottom:40px;}
.problem-item:last-child{margin-bottom:0;}
.problem-item .title{font-size:20px;font-weight: 700;color:#333;margin-bottom:40px;}
.problem-list .accordion-item{margin-bottom:30px;border:none;border-radius:0;background:none;}
.problem-list .accordion-item:last-child{margin-bottom:0;}
.problem-list .accordion-button{position: relative;background:#fff;border:none;font-size:16px;color:#333;line-height:30px;border-radius: 6px;font-weight:700;padding:20px 60px;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:30px;height:30px;border-radius: 50%;display: flex;justify-content: center;align-items: center;color:#333;font-size:16px;border:1px solid #c7000b;left:15px;top:20px;font-family: "DIN-Bold";font-weight: 400;-webkit-transition:all .5s;transition:all .5s}
.problem-list .active .accordion-button{background-color:#c7000b;color:#fff;border-radius: 0;}
.problem-list .active .accordion-button .icon{color:#fff;border-color:#fff;}
.problem-list .accordion-button:after{content:"";width:30px;height:30px;border:1px solid #c7000b;border-radius: 50%;background-image:url(../images/icon/right.png);background-size:auto;background-repeat: no-repeat;background-position: center;position:absolute;right:15px;top:20px;-webkit-transition:all .5s;transition:all .5s}
.problem-list .active .accordion-button:after{border-color:#fff;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background-image:url(../images/icon/righth.png)}
.problem-list .accordion-body{padding:20px 15px;background:#fff;box-shadow:0 8px 8px rgba(180,180,180,0.16);}
.problem-list .accordion-body .icon{left:0;top:0;}
.problem-list .InfoContent{position: relative;padding-left:50px;color:#333;}
@media (min-width:768px){
	.problem-item{margin-bottom:50px;}
	.problem-item .title{font-size:24px;}
	.problem-list .accordion-button{font-size:18px;padding:26px 80px;}
	.problem-list .icon{left:30px;top:26px;}
	.problem-list .accordion-button:after{width:38px;height:38px;right:30px;top:22px;}
	.problem-list .accordion-body{padding:26px 30px;}
}
@media (min-width:1200px){
	.problem-item{margin-bottom:60px;}
	.problem-item .title{font-size:28px;}
	.problem-list .accordion-item{margin-bottom:40px;}
	.problem-list .accordion-button{font-size:20px;}
}
@media (min-width:1600px){
	.problem-item{margin-bottom:70px;}
	.problem-item .title{font-size:30px;}
	.problem-list .accordion-button{font-size:22px;}
	.problem-list .accordion-button:after{top:26px;}
}
/* 新闻中心 */
.news-main .href{position: relative;display: block;height:100%;background:#fff;color:#0d0c0c;-webkit-transition:all .5s;transition:all .5s}
.news-main .h2{font-size:16px;line-height:28px;max-height:56px;margin-bottom:20px;color:#0d0c0c;-webkit-transition:all .5s;transition:all .5s}
.news-main .more{width:auto;line-height:24px;border-radius:0;color:#999;border:none;display: block;background:none;}
.news-main .public_href>.more:before{display: none;}
.news-main .href:hover .h2{color:#c7000b;}
.news-main .href:hover .more{color:#c7000b;}
.news-main .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.news-main .public_href>.more:hover,
.news-main .href:hover .public_href>.more{color:#c7000b;background:none;}
.news-main .href:hover .public_href>.more>span{margin-right:15px;}

.hot-news-list{margin-bottom:30px;}
.hot-news-list .href{display: flex;flex-flow: row wrap;padding-bottom:5px;padding-top:5px;padding-right:5px;background:none;}
.hot-news-list .text{width:100%;padding:25px;box-shadow:0 2px 9px rgba(6,0,1,0.075);background:#fff;display: flex;flex-direction: column;justify-content: center;}
.hot-news-list .h2{font-size:18px;}
.hot-news-list .p{color:#666;line-height:24px;max-height:72px;}
.hot-news-list .public_href{margin-top:35px;}
.hot-news-list .swiper-button{position: absolute;right:30px;bottom:30px;z-index: 2;display: flex;}
.hot-news-list .swiper-button>div{position: static;margin:0 0 0 15px;width:40px;height:40px;border-radius: 50%;border:1px solid #c7000b;font-size:20px;color:#c7000b;background:#fff;}
.hot-news-list .swiper-button-next:after,
.hot-news-list .swiper-button-prev:after{font-size:14px;font-weight: 700;}
.hot-news-list .swiper-button>div.swiper-button-disabled{border-color:#c5c5c5;color:#333;opacity: 1;}

.news-list{margin:-30px -14px 0;}
.news-list .column{margin-top:30px;padding-left:14px;padding-right:14px;}
.news-list .href{padding:15px;box-shadow:0 5px 13px rgba(6,0,1,0.15);top:0;}
.news-list .text{position: relative;padding-left:80px;margin:30px 0 15px;}
.news-list .date{position: absolute;left:20px;top:0;color:#999;font-family: 'Gilroy-R';text-align: center;}
.news-list .date>span{display: block;line-height:1;}
.news-list .day{font-size:30px;color:#666;}
.news-list .href:hover{top:-5px;}
@media (max-width:767px){
	.hot-news-list .href{padding-left:5px;padding-top:0;}
}
@media (min-width:992px){
	.news-main .href{font-size:16px;}
	.news-main .h2{font-size:18px;}
	
	.hot-news-list{margin-bottom:50px;}
	.hot-news-list .img{width:55%;}
	.hot-news-list .img>img{height:288px;}
	.hot-news-list .text{width:45%;padding:30px;}
	.hot-news-list .h2{font-size:20px;}
	.hot-news-list .p{line-height:28px;max-height:84px;}
	
	.news-list .text{margin:40px 0 25px;}
}
@media (min-width:1200px){
	.news-main .h2{font-size:20px;line-height:34px;max-height:68px;margin-bottom:35px;}
	
	.hot-news-list .text{padding:40px;}
	.hot-news-list .h2{font-size:22px;}
	.hot-news-list .swiper-button{right:40px;bottom:40px;}
	.hot-news-list .swiper-button>div{width:50px;height:50px;}
	.hot-news-list .img>img{height:auto;min-height:310px;}
	
	.news-list .href{padding:20px;}
	.news-list .text{padding-left:105px;}
	.news-list .day{font-size:36px;}
}
@media (min-width:1600px){
	.news-main .h2{font-size:22px;}
	.news-list .text{margin:50px 0 40px;}
	.hot-news-list .img{width:64%;}
	.hot-news-list .text{width:36%;padding:50px;}
	.hot-news-list .public_href{margin-top:20%;}
	.hot-news-list .h2{font-size:24px;}
	.hot-news-list .swiper-button{right:50px;bottom:50px;}
}

/* 联系我们 */
.contact-list{align-items: center;}
.contact-list .column{margin-bottom:30px;}
.contact-list .item{position: relative;padding-left:75px;color:#333;font-size:16px;}
.contact-list .icon{position: absolute;width:48px;height:48px;border-radius: 50%;border:1px solid rgba(232,55,24,0.3);display: flex;justify-content: center;align-items: center;left:0;top:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.contact-list .icon:before{content: '';position: absolute;width:20px;height:20px;left:14px;top:50%;border:2px solid rgba(232,55,24,0.3);margin-top:-10px;opacity:0;border-radius:50%;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: -1;}
.contact-list .item:hover .icon:before{animation: ff 2s linear infinite alternate;opacity: 1;}
@keyframes ff{
  0%{transform: scale(0);opacity: 1}
  50%{transform: scale(4);opacity: 0}
  100%{transform: scale(0);opacity: 1}
}
.contact-list .icon>img{display: block;width:30px;height:30px;}
.contact-list p{margin:0;}
.contact-list .p1{color:#666;}
.contact-list .p2{font-size:20px;color:#000;font-family: "Gilroy-D";font-weight: 700;}
.contact-list .p2 a{color:#000;}
.contact-list .column:last-child{text-align: center;display: flex;}
.contact-list .column:last-child img{margin-bottom:8px;}
.contact-list .column:last-child .item{padding:0;}
.contact-list .column:last-child .item + .item{margin-left:25px;}
.map-main{margin-bottom:60px;}
.map-list .item{font-size:14px;padding:20px;background:#fff;cursor: pointer;border:2px solid #fff;}

.map-list .item.active{border-color:#c7000b;}
.map-list .item p{margin-bottom:10px;}
.map-list .item p:first-child{font-weight: 700;font-size:16px;}
.map-list .item p:nth-child(2){font-weight: 600;font-size:15px;}
.map-list .item p:last-child{margin-bottom:0;color:#666;}
.map #dituContent{width:100%;height:100%;}
.BMap_bubble_title{font-size:16px;color:#c7000b;margin-bottom:5px;font-weight: 700;white-space:normal!important;}
.BMap_bubble_content{font-size:14px;color:#666;}
.BMap_bubble_content span{font-family: "Gilroy-D";font-weight: 700;}
.anchorBL{display: none;}
@media (max-width:991px){
	.map{height:380px;}
	.map-list{display: flex;justify-content: space-between;margin-top:30px;}
	.map-list .item{width:32%;}
	.BMap_bubble_title{font-size:15px;}
	.BMap_bubble_content{font-size:13px;}
}
@media (max-width:600px){
	/* .map{display: none;} */
	.map-list{display: block;}
	.map-list .item{width:100%;}
	.map-list .item + .item{margin-top:20px;}
}
@media (min-width:768px){
	.map-main{margin-bottom:80px;}
}
@media (min-width:992px){
	.contact-list .column:last-child{justify-content: flex-end;}
	
	.map-main{display: flex;justify-content: space-between;}
	.map-list{width:30%;}
	.map{width:65%;}
	.map-list .item + .item{margin-top:30px;}
}
@media (min-width:1200px){
	.contact-list .p2{font-size:24px;}
	.map-main{margin-bottom:100px;}
	.map-list .item{font-size:16px;padding:30px;}
	.map-list .item p{margin-bottom:15px;}
	.map-list .item p:first-child{font-size:18px;}
	.map-list .item p:nth-child(2){font-size:17px;}
}
@media (min-width:1600px){
	.contact-list .p2{font-size:30px;}
}

.message-form .row{margin-left:-20px;margin-right:-20px}
.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:30px}
.message-form .inner{position:relative}
.message-form label{position:absolute;top:0;left:0;right:0;margin:0;height:50px;line-height:50px;padding:0 18px;color:#999;font-size:16px;overflow:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s}
.message-form .input_filled.error label,.message-form label.incorrect{display:none}
.message-form .input_filled.error label.incorrect{display:block}
.message-form .input_filled label{font-size:14px;height:auto;line-height:20px;-webkit-transform:translate3d(0,-120%,0);transform:translate3d(0,-120%,0);padding:0}
.message-form .error label{color:#c7000b}
.message-form .form-control{display:block;font-size:16px;height:50px;border-radius:0;box-shadow:none;color:#333;padding:8px 18px;background-color:#fff;border-color:#fff;}
.message-form .form-control:focus{border-color:#e5e5e5;}
.message-form .error .valid_message{font-size:12px;line-height:20px;color:#c7000b;position:absolute;left:0;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:none}
.message-form textarea.form-control{height:180px;padding:18px;}
.message-form .img-code-input{display:flex;align-items:center}
.message-form .img-code-input .inner{width:100%}
.message-form .img-code-input .img-code{flex:0 0 auto;width:100px;height:50px}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;}
.message-form .btn-box{display:flex;justify-content:center;align-items:center}
.message-form .button{display:block;margin:0 auto;width:100%;height:50px;outline:0!important;border:none;background-color:#c7000b;color:#fff;font-size:16px;border-radius: 4px;transition: all 0.5s;}
.message-form .button:hover{background:#c7000b;}
@media (min-width:1200px){
	.message-form textarea.form-control{height:246px}
	.message-form .column{margin-bottom:40px}
}