/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
  font-family: "Gilroy";
  font-weight: regular;
  src: url("../fonts/Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  src: url("../fonts/Gilroy-Bold.otf") format("opentype");
}
/* noto-sans-sc-100 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-100.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-300 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-300.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-regular */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-500 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-500.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  

/* noto-sans-sc-700 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-700.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
  
/* noto-sans-sc-900 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  src: url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans SC'), local('NotoSans SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-900.svg#NotoSans SC') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'iconfont';  /* Project id 2214638 */
  src: url('//at.alicdn.com/t/font_2214638_3f7jbxgv1u3.woff2?t=1627028994946') format('woff2'),
       url('//at.alicdn.com/t/font_2214638_3f7jbxgv1u3.woff?t=1627028994946') format('woff'),
       url('//at.alicdn.com/t/font_2214638_3f7jbxgv1u3.ttf?t=1627028994946') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
body {font-family:'Gilroy','Noto Sans SC';min-width: 320px;color: #333;overflow: hidden;}
@font-face {
  font-family: 'goomay';  /* project id 523133 */
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot');
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.svg#goomay') format('svg');
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(0,0,0,1)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(0,0,0,.5)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #333;}
a:focus{text-decoration: none;outline: none;color:#333;}
a:hover { color: #333;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1600px; width:100%;  margin: 0 auto; padding: 0 10px;}
.container3 {max-width: 1300px; width:100%;  margin: 0 auto; padding: 0 10px;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.iconfont{font-family: 'iconfont';}
*::-webkit-scrollbar{width:2px;border-radius:1.5px;height:1px}
*::-webkit-scrollbar-button{display:none}
*::-webkit-scrollbar-track{background-color:#eee}
*::-webkit-scrollbar-thumb{background-color:#002b69}
/* header */
#page>.head{height: 80px;line-height: 80px;}
.p60{padding: 0 60px;}
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;}
.header .inner{height: 80px;line-height: 80px;transition: 0.36s;background: rgba(255,255,255,0.5);}
.header .inner .logo{font-size: 0;height: 80px;line-height: 80px;transition: 0.36s;position: relative;z-index: 5;}
.header .inner .nav{margin-right: 5vw;}
.header .inner .nav ul li{float: left;margin-right:2vw;font-size: 1rem;position: relative;}
.header .inner .nav ul li:last-child{margin-right: 0;}
.header .inner .nav ul li a{transition: color 0.3s;display: inline-block;height: 100%;position: relative;padding:0 12px;text-transform: uppercase;}
.header .inner .nav ul li>a::after{content:'';width: 0;left: 50%;height: 3px;background: #e62129;position: absolute;bottom:0;transition: 0.36s;border-radius: 1.5px;}
.header .inner .nav ul li.active>a::after,.header .inner nav ul li>a:hover::after{left: 0;width: 100%;}
.header .inner .nav ul li .child{white-space: nowrap;position: absolute;top:100%;margin-top:-10px;text-align: center;left: 50%;transform: translateX(-50%);display: none;padding: 10px 25px 15px;background: #fff;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);}
.header .inner .nav ul li .child a{font-size:1rem;display: block;margin-top:5px;color:#333;text-transform: none;line-height: 1.6;}
.header .inner .nav ul li .child a:hover{color:#e62129}
.header .inner .language{margin-right: 1.5vw;font-size: 1rem;position: relative;z-index: 5;}
.header .inner .language a{color:#999999;text-transform: uppercase;font-weight: bold;}
.header .inner .language a.active{color:#333;}
.header .inner .index-search{position: relative;font-size: 0;position: relative;margin-right: 1.8vw;}
.header .inner .index-search a{display: inline-block;line-height: normal;vertical-align: middle;}
.header .inner .index-search i.iconfont{font-size: 1.125rem;display: inline-block;vertical-align: middle;transition:color 0.36s;}
.header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .inner .index-search .content .container{position: relative;height: 100%;}
.header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .inner .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .inner .index-search .content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
.header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%;color:#292929;}
.header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt4{width: 60px;background: #313131;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}
.header .inner .code{position: relative;}
.header .inner .code a {display: inline-block;vertical-align: middle;line-height: 1;}
.header .inner .code a i.iconfont{vertical-align: middle;display: inline-block;font-size: 1.5rem;}
.header .inner .code .img{position: absolute;background: #fff;padding:10px;top:100%;right: -30px;line-height: 1.5;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);display: none;text-align: center;}
.header .inner .code .img img{max-width: none;}

.header.active .inner{box-shadow: 0 5px 12px rgba(10, 2, 4, 0.08);;background: #fff;}
/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;}
.col-banner .swiper-slide .container2{height: 100%;position: relative;}
#banner .swiper-container{height: 100%;}
#banner .swiper-slide .ban_cont{position: absolute;width: 80%;left: 50%; top:50%;transform: translate(-50%,-50%);color:#fff;z-index: 2;padding:0 10px;}
#banner .swiper-slide .ban_cont#ban_cont2{/*transform: none;*/}
#banner .swiper-slide .ban_cont p{font-size: 1.5rem;line-height: 1.6666;transform: translateY(20px);opacity: 0;transition: 0.5s;}
#banner .swiper-slide .ban_cont strong{font-weight: 500;font-size: 3.75rem; margin-right:30px;}
#banner .swiper-slide .ban_cont h3{font-weight: 500;font-size: 3rem; line-height:1.6; margin-bottom:15px;}
#banner .swiper-slide-active .ban_cont p{transform: none;opacity: 1;transition-delay: 0.5s;}
#banner .swiper-pagination{left: 60px;width:auto;bottom: auto;top: 50%;transform: translateY(-50%);}
#banner .swiper-pagination span{display: block;width: 10px;height: 10px;background: #fff;opacity: 0.5;transition: 0.36s;margin-bottom: 18px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;}
#col-banner{margin-top: 80px;}
#col-banner .swiper-slide .ban_cont{position: absolute;color:#fff;z-index: 2;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
#col-banner .swiper-slide .ban_cont h1{font-size: 3rem;font-weight: 500;transform: translateY(20px);opacity: 0;transition: 0.5s;margin-bottom: 5px;}
#col-banner .swiper-slide .ban_cont .content{font-size: 1rem;transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-banner .swiper-slide-active .ban_cont h1{transform: none;opacity: 1;transition-delay: 0.5s;}
#col-banner .swiper-slide-active .ban_cont .content{transform: none;opacity: 1;transition-delay: 0.6s;}




/*  */

/* about */
#index-body .section:not(#footer){height: 100vh;background-attachment: scroll !important;}
.init-2 .relative{padding-top: 80px;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;justify-content: space-between;}
.init-2 .content{width: 24.5%;color:#fff;margin:0 auto;margin-left: 0;position: relative;z-index: 12;}
.init-2 .content h2{font-size: 2.25rem;font-weight: 500;margin-bottom: 4vh;padding-bottom: 3.6vh;position: relative;}
.init-2 .content h2::after{content:'';width: 20px;height: 4px;background: #f7850b;position: absolute;bottom: 0;left: 0;}
.init-2 .content .s-content{font-size: 1rem;line-height: 2.25;}
.init-2 .content a.more{display: block;width: 150px;height: 50px;background: #fff;text-align: center;line-height: 50px;font-size: 14px;color:#e62129;transition: color 0.3s;margin-top: 9vh;position: relative;z-index: 1;}
.init-2 .content a.more::before{width: 4px;height: 100%;content:'';position: absolute;left: 0;top: 0;background: #e62129;transition: all 0.5s;z-index: -1;}
.init-2 .content a.more:hover{color:#fff;}
.init-2 .content a.more:hover::before{width: 100%;}
.init-2 .circle{position: absolute;top: calc(50% + 40px);left: 50%;transform: translate(-50%,-50%);width: 760px;}
.init-2 .circle .img{position: absolute;right: 50%;top: 50%;transform: translateY(-50%);}
.init-2 .circle .turn{position: absolute;top: 0;left: 0;width: 50%;}
.init-2 .circle .turn .rotate{transform: rotate(144deg);transform-origin: right center;position: relative;animation:turn 5s linear infinite;}
.init-2 .circle .turn .rotate i{display: block;width: 12px;height: 12px;border-radius: 50%;background: #e62129;position: absolute;right: 0;bottom: 0;transform: translate(50%,50%);font-size: 0;line-height: 1;}
.init-2 .circle .turn .rotate i .dot{animation: sploosh 3s cubic-bezier(0,0,1,1);display: inline-block;vertical-align: middle;height: 100%;width: 100%;border-radius: 50%;z-index: 10;animation-iteration-count: infinite !important;background: transparent;cursor: pointer;}
@keyframes sploosh {0% {box-shadow: 0 0 0 0px rgba(230,33,41, 0.3);}70% {box-shadow: 0 0 0 20px rgba(230,33,41, 0);}100% {box-shadow: 0 0 0 20px rgba(230,33,41, 0);}}
@keyframes turn{
  0%{-webkit-transform:rotate(144deg);}
  50%{-webkit-transform:rotate(-36deg);}
  100%{-webkit-transform:rotate(-216deg);}
}

.init-2 .product_img{position: relative;width: 43%;z-index: 1;}
.init-2 .product_img img{border-radius: 4px;}
.init-2 .product_img::after{content:'';width: 100%;height: 100%;background: #e62129;border-radius: 4px;position: absolute;right: -12px;bottom: -12px;z-index: -1;}
.init-3 .container2{padding-top: 80px;}
.init-3 .slides{padding:6.6vh 3.5vw 9.5vh;box-shadow: 6px 10.392px 26px 0px rgba(10, 2, 4, 0.08);background: #fff;}
.init-3 .slides h2{text-align: center;font-size: 2.25rem;font-weight: 500;margin-bottom: 6vh;}
.init-3 .slides .swiper-button{width: 50px;height: 50px;margin-top: -25px;outline: none;opacity: 1;background: #fff;text-align: center;line-height: 50px;font-size: 24px;box-shadow: 2.5px 4.33px 8px 0px rgba(10, 2, 4, 0.2);border-radius: 50%;transition: 0.36s;pointer-events: auto;}
.init-3 .slides .swiper-button:hover{background: #e62129;color:#fff;}
.init-3 .slides .swiper-button-prev{left: -25px;}
.init-3 .slides .swiper-button-next{right: -25px;}
.init-3 .slides .swiper-slide a{display: block;border:1px solid #e5e5e5;padding:15px 0 0;;}
.init-3 .slides .swiper-slide a .img{overflow: hidden;}
.init-3 .slides .swiper-slide a .img img{width: 100%;transition: 0.5s;}
.init-3 .slides .swiper-slide a .title{background: rgba(26,26,26,0.8);color:#fff;text-align: center;padding:20px 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-top-left-radius: 20px;border-top-right-radius: 20px;font-size: 1.125rem;transition: 0.36s;}
.init-3 .slides .swiper-slide a:hover .img img{transform: scale(1.1);}
.init-3 .slides .swiper-slide a:hover .title{background: #e62129;}
.init-3 .product-nav{margin-top: 6vh;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;z-index: 1;}
.init-3 .product-nav a{text-align: center;font-size: 0;transition: color 0.36s;position: relative;margin:0 auto;}
.init-3 .product-nav::before{content:'';width: 100%;height: 1px;background: #666666;position: absolute;left: 0;top: 12px;z-index: -1;}
.init-3 .product-nav a .dot{width: 26px;height: 26px;border-radius: 50%;background: #666666;border:8px solid #f9f9f9;display: inline-block;transition: background 0.36s;}
.init-3 .product-nav a p{font-size: 1rem;margin-top: 10px;}
.init-3 .product-nav a:hover {color:#e62129;}
.init-3 .product-nav a:hover .dot{background: #e62129;}
.init-4 .container2{padding-top: 80px;height: 100%;}
.init-4 ul{height: 100%;}
.init-4 ul li{float: left;width: 50%;height: 100%;position: relative;text-align: center;}
.init-4 ul li:nth-child(1){border-right: 1px solid rgba(255,255,255,0.33);}
.init-4 ul li img{transition: 0.8s;margin:0 auto;}
.init-4 ul li img:hover{transform: scale(0.95);}
.init-4 ul li .title{color:#fff;position: absolute;width: 100%;left: 0;bottom: 8.8vh;z-index: 1;}
.init-4 ul li .title .class1{font-size: 1rem;margin-bottom: 10px;}
.init-4 ul li .title h2{font-size: 2.25rem;font-weight: 500;margin-bottom: 5vh;}
.init-4 ul li .title h2 a{color:#fff;transition: color 0.3s;}
.init-4 ul li .title a.more{color:#fff;transition: 0.3s color;font-size: 1rem;border-bottom: 1px solid;line-height: 1.5;display: inline-block;}
.init-4 ul li .title a.more:hover{color:#e62129;}

/* page */
.page {text-align: center;}
.page ul li a{border:1px solid #e5e5e5 !important;background: #fff;color:#e62129;margin:0 3.5px;width: 40px;height:40px;padding: 0;line-height: 38px;font-size: 14px;border-radius: 0 !important;}
.page ul li.disabled a{border:none;background: #fff;}
.page ul li.active a{border:none;background: #e62129;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: #fff;color:#e62129}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:none;background: #e62129;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#e62129;}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #e62129}
/* 内页 */

/* solution */
.col-solution-nav{background: #f2f2f7;padding:10vh 0;}
.col-solution-nav .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-solution-nav .wrap ul{width: 28.6%;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: column;}
.col-solution-nav .wrap ul li{position: relative;padding:4px;flex: 1;}
.col-solution-nav .wrap ul li:first-child{padding-top: 0;}
.col-solution-nav .wrap ul li:last-child{padding-bottom: 0;}
.col-solution-nav .wrap ul li a{display: block;background: #fff;transition: 0.36s;position: relative;overflow: hidden;height: 100%;padding:0 3vw 0 1.6vw}
.col-solution-nav .wrap ul li a h2{font-size: 1.5rem;font-weight: 500;line-height: 1.5;}
.col-solution-nav .wrap ul li a .namemark{font-size: 1rem;margin-top: 12px;display: -webkit-box;line-height: 1.5;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 3rem;min-height: 36px;display: none;}
.col-solution-nav .wrap ul li a .num{font-size: 7.5rem;font-weight: bold;color:rgba(0, 0, 0, 0.05);position: absolute;right: -6px;bottom: -25px;line-height: 1;transition: 0.3s;}
.col-solution-nav .wrap ul li.active a,.col-solution-nav .wrap ul li a:hover{background: #354f7a;color:#fff;}
.col-solution-nav .wrap ul li.active a .num,.col-solution-nav .wrap ul li a:hover .num{color:rgba(255,255,255,0.05);}
.col-solution-nav .wrap .columnImg{width: calc(71.4% - 4px);margin-left: 4px;position: relative;}
.col-solution-nav .wrap .columnImg .img{width: 100%;padding-bottom: 60.77%;min-height: 100%;}
.col-page-solution .Content {padding:10vh 0 12vh;}
.col-page-solution .Content h2{font-size: 3rem;text-align: center;font-weight: bold;margin-bottom: 4vh;}
.col-page-solution .Content .content{color:#666;line-height: 2;font-size: 1.125rem;max-width: 985px;margin:0 auto;}
.col-page-solution .Content .content strong{font-size:1.5rem;color:#e62129;}
.col-page-system1 .col-1 .wrap{color:#fff;padding:8vh 4.2vw 7.5vh;}
.col-page-system1 .col-1 .wrap h3{font-size: 1.875rem;margin-bottom: 18px;font-weight: 400;}
.col-page-system1 .col-1 .wrap .content{font-size: 1rem;line-height: 1.875;margin-bottom: 8vh;max-width: 680px;}
.col-page-system1 .col-1 .wrap ul.list li{font-size: 0;}
.col-page-system1 .col-1 .wrap ul.list li a{color:#fff;display: inline-block;margin-right: 30px;margin-bottom: 10px;min-width: 180px;border-bottom: 1px solid;font-size: 1.125rem;padding:8px 15px 8px 0;position: relative;transition: 0.36s;}
.col-page-system1 .col-1 .wrap ul.list li a i.fa{font-size: 1rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.col-page-system1 .col-1 .wrap ul.list li a:hover{color:#e62129;}
.col-page-system1 .col-2 {padding:15vh 0 16vh;}
.col-page-system1 .col-2 h3{font-weight: bold;font-size: 3rem;margin-bottom: 5.5vh;text-align: center;}
.col-page-system1 .col-2 .wrap{padding:6vh 20px 4vh;}
.col-page-system1 .col-2 .wrap .content{text-align: center;}
.col-page-system1 .col-3 .img{position: relative;padding-bottom: 72%;}
.col-page-system1 .col-3 .img .inner{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.col-page-system1 .col-3 .img .content{position: absolute;top: 12vh;width: 100%;left: 0;text-align: center;}
.col-page-system1 .col-3 .img .content h2{color:#e62129;font-size: 2.25rem;margin-bottom: 5vh;font-weight: bold;}
.col-page-system1 .col-3 .img .content .s-content{color:#666;font-size: 1rem;line-height: 2.25;max-width: 580px;margin:0 auto;}
.col-page-system1 .col-3 .img .content .s-content span{color:#333;}
.col-page-system1 .col-3 .img .content .s-content strong{line-height: 1.25;}
.col-page-system2 .list{margin: 5vh 0 9vh;}
.col-page-system2 .list ul{display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.col-page-system2 .list ul li{width: 47%;margin-right: 6%;margin-bottom: 8vh;}
.col-page-system2 .list ul li:nth-child(2n){margin-right: 0;}
.col-page-system2 .list ul li .img{overflow: hidden;margin-bottom: 22px;}
.col-page-system2 .list ul li .img img{transition: 0.5s;width: 100%;}
.col-page-system2 .list ul li .content{padding-left: 2.2vw;border-left: 1px solid #354f7a;}
.col-page-system2 .list ul li .content .num{color:#354f7a;font-size: 1.875rem;font-weight: bold;margin-bottom: 8px;}
.col-page-system2 .list ul li .content .s-content{color:#666;font-size: 1rem;line-height: 1.875;}
.col-page-system2 .child{padding:0 0 16vh;}
.col-page-system2 .child .img{margin-bottom: 50px;}
.col-page-system2 .child .content ul{overflow: hidden;}
.col-page-system2 .child .content ul li{float: left;width: 46%;margin-right: 8%;margin-bottom: 20px;color:#888888;font-size: 0.875rem;line-height: 2.1;padding-left: 1.8vw;}
.col-page-system2 .child .content ul li:nth-child(2n){margin-right: 0;}
.col-page-system2 .child .content ul li p:nth-child(1){color:#354f7a;font-size: 1.875rem;}
.col-page-system2 .child .content ul li p:nth-child(1) strong{font-weight: 500;position: relative;}
.col-page-system2 .child .content ul li p:nth-child(1) strong::before{content:'';border-top: 9px solid transparent;border-bottom: 9px solid transparent;border-left: 10px solid #354f7a;position: absolute;left: -1.8vw;top: 50%;transform: translateY(-50%);}
.col-page-system2 .child .content ul li span{color:#333;line-height: 1.429;}
.col-page-system3 .list{margin:8vh 0 16vh;}
.col-page-system3 .list li{margin-bottom: 8vh;font-size: 0;}
.col-page-system3 .list li .content{display: inline-block;vertical-align:middle;width: 50%;padding-right: 2vw;padding-left: 1.5vw;}
.col-page-system3 .list li .content h3{font-weight: 500;font-size: 1.5rem;margin-bottom: 12px;position: relative;}
.col-page-system3 .list li .content h3::before{content:'';border-top: 9px solid transparent;border-bottom: 9px solid transparent;border-left: 10px solid #354f7a;position: absolute;left: -1.5vw;top: 50%;transform: translateY(-50%);}
.col-page-system3 .list li .content .s-content{color:#888;line-height: 1.875;font-size: 1rem;}
.col-page-system3 .list li .content .s-content strong{color:#333;font-weight: bold;font-size: 1.125rem;}
.col-page-system3 .list li .img{display: inline-block;vertical-align: middle;width: 50%;padding-left: 2vw;}

/* product */
.col-page-product{background: #f2f2f7;padding:7vh 0 5vh;}
.col-page-product .product-nav{float: left;width: 300px;background: #fff;padding:2.8vh 10px 2.5vh 1.5vw;}
.col-page-product .product-nav ul li{margin-bottom: 20px;}
.col-page-product .product-nav ul li a{color:#666;transition: color 0.3s;font-size: 0;}
.col-page-product .product-nav ul li a:hover{color:#e62129;}
.col-page-product .product-nav ul li a span{display: inline-block;vertical-align: middle;max-width: calc(100% - 15px);font-size: 16px;}
.col-page-product .product-nav ul li a i.fa{display: inline-block;vertical-align: middle;margin-left: 5px;font-size: 18px;width: 10px;text-align: right;opacity: 0;transition: 0.36s;transform: translateX(-5px);}
.col-page-product .product-nav ul li .child{padding:10px 20px;}
.col-page-product .product-nav ul li .child p{margin-bottom: 5px;}
.col-page-product .product-nav ul li .child a{font-size: 14px;color:#666;}
.col-page-product .product-nav ul li.active a i.fa{opacity: 1;transform: none;}
.col-page-product .product-nav ul li.active>a{color:#e62129;}
.col-page-product .product-nav ul li p.active a{color:#e62129;}
.col-page-product ul.list{float: right;width: calc(100% - 300px);display: flex !important;flex-wrap: wrap;}
.col-page-product ul.list li{width: 48%;margin-left: 2%;margin-bottom: 2%;background: #fff;padding:4.6vh 1.6vw 5.2vh;}
.col-page-product ul.list li:nth-child(2n){}
.col-page-product ul.list li .img{overflow: hidden;}
.col-page-product ul.list li .img img{width: 100%;transition: 0.5s;}
.col-page-product ul.list li .content{padding:16px 0 0;}
.col-page-product ul.list li h3{font-size: 1.5rem;font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 6px;}
.col-page-product ul.list li .s-content{font-size: 1rem;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 3rem;min-height: 36px;}
.col-page-product ul.list li .more{margin-top: 28px;font-size: 1rem;}
.col-page-product ul.list li .more a{display: inline-block;padding:10px 0;}
.col-page-product ul.list li .more a.inquiry{display: inline-block;padding:14px 28px;background: #e62129;border-radius: 3px;color:#fff;font-weight: 500;font-size: 1rem;margin-right: 1.6vw;transition: 0.36s;}
.col-page-product ul.list li .more a.inquiry:hover{box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);}
.col-page-product ul.list li:hover .img img{transform:scale(1.1);}

/* detail */
.col-product-detail{padding:11vh 0 14vh;background: #f2f2f7;}
.col-product-detail .caseleft{width: 45%;float: left;box-shadow: 0px 0px 35px 0px rgba(6, 0, 1, 0.05);}
.col-product-detail .caseleft .bimg{overflow: hidden;}
.col-product-detail .caseleft .bimg img{width: 100%;transition: 0.8s;}
.col-product-detail .caseleft .bimg:hover img{transform: scale(1.1);}
.col-product-detail .caseright{width: 55%;padding-left: 5.2vw;position: relative;float: right;}
.col-product-detail .caseright h1{font-size: 1.875rem;font-weight: bold;margin-bottom: 4vh;}
.col-product-detail .caseright .content{font-size: 1.125rem;}
.col-product-detail .caseright .content table{width: 100%;border-top: 1px solid #000;border-bottom: 1px solid #000;}
.col-product-detail .caseright .content table tr.firstRow{background: #fafafa;}
.col-product-detail .caseright .content table tr:not(:last-child){border-bottom: 1px solid #e5e5e5;}
.col-product-detail .caseright .content table td{padding:18px 15px 15px;}
.col-product-detail .caseright .content table td:first-child{border-right: 1px solid #e5e5e5;}
.col-product-detail .product-detail{margin-top: 5vh;}
.col-product-detail .product-detail h2{font-size: 1.5rem;font-weight: 400;margin-bottom: 30px;padding-bottom: 15px;border-bottom: 1px solid #dcdcdc;}
.col-product-detail .product-detail .s-content{font-size:1.125rem;line-height: 2;margin-bottom: 6vh;}
.col-product-detail .inquiry {margin-top: 10vh;}
.col-product-detail .inquiry h3{font-size: 2.25rem;font-weight: bold;margin-bottom: 4vh;}
.col-product-detail .inquiry p.cont{font-size: 1.125rem;margin-bottom: 5vh;color:#666;}
.col-product-detail .inquiry form ul {float: left;width: 50%;}
.col-product-detail .inquiry form ul li{margin-bottom: 20px;font-size: 0}
.col-product-detail .inquiry form ul li input{width: 100%;border:1px solid #d2d2d2;padding-left: 10px;outline: none;background: #fff;font-size: 18px;height: 58px;}
.col-product-detail .inquiry form ul li textarea{width:100%;border:1px solid #d2d2d2;;outline: none;background: #fff;font-size: 18px;min-height: 214px;padding-left: 10px;}
.col-product-detail .inquiry form ul li .form-check{display: inline-block;font-size: 14px;color:#868686;width: 60px;}
.col-product-detail .inquiry form ul li .form-check input{width:auto;margin-right: 5px;    vertical-align: middle;margin-bottom: 6px;}
.col-product-detail .inquiry form ul li:last-child i{vertical-align: top;}
.col-product-detail .inquiry form ul li:last-child span{vertical-align: top}
.col-product-detail .inquiry form .code{float: right;width: 50%;padding-left: 3.5vw}
.col-product-detail .inquiry form .code .verify{line-height: 30px;border:1px solid #d2d2d2;padding-left: 10px;;background: none;}
.col-product-detail .inquiry form .code .recaptcha{color:#868686;margin:10px 0 15px;display: inline-block;border-bottom: 1px solid #868686;}
.col-product-detail .inquiry form .code .content{color:#868686;font-size: 1rem;line-height: 1.5;margin-bottom: 18px;}
.col-product-detail .inquiry form .code .sub{width: 200px;height: 55px;background: #e62129;margin-top: 6vh;border:none;outline: none;color:#fff;border-radius: 2px;font-size: 18px;}
.col-product-detail .product-detail .s-content .xmz{
  width: 100%;
}
.col-product-detail .product-detail .s-content .xmz td{
      width: 25%;
    text-align: center;
}
.col-product-detail .product-detail .s-content .xmz tr:last-child td{
  padding: 0 40px;
}

/* technology */
.col-page-technology h2{font-size: 3rem;font-weight: bold;text-align: center;margin-bottom: 4.6vh;}
.col-strength .wrap{padding-top: 11vh;padding-bottom: 10vh;}
.col-strength .content{color:#666;font-size: 1.125rem;line-height: 2;margin-bottom: 30px;}
.col-strength .content strong{font-size: 1.5rem;color:#e62129;font-weight: 500;}
.col-strength .img{overflow: hidden;}
.col-strength .img img{width: 100%;}
.col-strength .child{margin-top: 14vh;}
.col-strength .child h3{text-align: center;font-size: 2.25rem;font-weight: bold;margin-bottom: 7vh;}
.col-strength .child .slide .swiper-container{overflow: visible;}
.col-strength .child .slide .swiper-slide .img{overflow: hidden;}
.col-strength .child .slide .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-strength .child .slide .swiper-slide .title{margin-top: 16px;font-size: 1.125rem;padding-left: 20px;position: relative;transition: 0.3s;}
.col-strength .child .slide .swiper-slide .title::before{content:'';border-top: 9px solid transparent;border-bottom: 9px solid transparent;border-left: 10px solid #354f7a;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-strength .child .slide .swiper-slide:hover .img img{transform: scale(1.1);}
.col-strength .child .slide .swiper-slide:hover .title{color:#e62129;}
.col-strength .child .slide .swiper-pagination{position: relative;width: 300px;height:2px;background: #cccccc;display: block;margin:9.2vh auto 0;;}
.col-strength .child .slide .swiper-pagination .swiper-pagination-progressbar-fill{background: #333;height: 4px;}
.col-certification .wrap{padding-top: 10vh;padding-bottom: 23vh;}
.col-certification .slide{background: #f2f2f7;padding:5.8vh 5.2vw;position: relative;}
.col-certification .slide .swiper-slide .img{overflow: hidden;position: relative;min-height: 80px;}
.col-certification .slide .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-certification .slide .swiper-slide:hover .img img{transform: scale(1.1);}
.col-certification .slide .swiper-pagination{bottom: -6vh;width: 100%;left: 0;}
.col-certification .slide .swiper-pagination span{width: 24px;height: 2px;background: #cccccc;border-radius: 0;transition: 0.5s;opacity: 1;margin:0 5px;}
.col-certification .slide .swiper-pagination span.swiper-pagination-bullet-active{width: 60px;height: 4px;background: #333;}


/* service */
.col-page-service h2{font-size: 3rem;font-weight: bold;text-align: center;margin-bottom: 4.2vh;}
.col-production .container3{padding:10vh 10px 10vh;}
.col-production h2 span{color:#e62129;}
.col-production .content{padding:0 0 5vh;color:#666;font-size: 1.125rem;line-height: 2;}
.col-production .img{overflow: hidden;}
.col-production .img img{width: 100%;}
.col-service .container3{padding: 7vh 10px 10vh;}
.col-service h2{border-top: 1px solid #cccccc;padding:5vh 0 0;}
.col-service .content{padding:0 6.5vw 7vh;color:#666;font-size: 1.125rem;line-height: 2;border-bottom: 1px solid #ccc;}
.col-maintenance .container3{padding:10vh 10px 18vh;}
.col-maintenance .wrap{font-size: 0;}
.col-maintenance .wrap .content{width: 50%;display: inline-block;vertical-align: middle;padding-right: 7.6vw;}
.col-maintenance .wrap .content ul li{margin-bottom: 3.2vh;line-height: 2.25;font-size: 1rem;}
.col-maintenance .wrap .content ul li strong{font-size: 1.5rem;font-weight: bold;}
.col-maintenance .wrap .img{width: 50%;display: inline-block;vertical-align: middle;}
.col-maintenance .wrap .img img{width: 100%;}
.col-inquiry {background: #f2f2f7;}
.col-inquiry .container3{padding:11vh 10px;}
.col-inquiry h2{margin-bottom: 6vh;}
.col-inquiry form ul{font-size: 0}
.col-inquiry form ul li{font-size: 14px;width: 32%;margin-right: 2%;float: left;margin-bottom: 20px;}
.col-inquiry form ul li:nth-child(3n){margin-right: 0;}
.col-inquiry form ul li:nth-child(n+4){margin-right: 0;width: 100%}
.col-inquiry form ul li input{border:1px solid #999999;background-color: #fff;padding-left: 45px;width: 100%;height: 50px;outline: none;}
.col-inquiry form ul li input[name="verify"]{width: 260px;}
.col-inquiry form ul li textarea{border:1px solid #999999;background-color: #fff;padding-left: 15px;width: 100%;padding-top: 15px;min-height: 300px;outline: none;}
.col-inquiry ul li:nth-child(1) input{background-image: url(../images/1.svg);background-repeat: no-repeat;background-position: 12px center;}
.col-inquiry ul li:nth-child(2) input{background-image: url(../images/2.svg);background-repeat: no-repeat;background-position: 12px center;}
.col-inquiry ul li:nth-child(3) input{background-image: url(../images/3.svg);background-repeat: no-repeat;background-position: 12px center;}
.col-inquiry ul li textarea{width: 100%}
.col-inquiry ul li input::-webkit-input-placeholder {color: #cccccc;}
.col-inquiry ul li input:-moz-placeholder {color: #cccccc;}
.col-inquiry ul li input::-moz-placeholder {color: #cccccc;}
.col-inquiry ul li input:-ms-input-placeholder {color: #cccccc;}
.col-inquiry ul li textarea::-webkit-input-placeholder {color: #cccccc;}
.col-inquiry ul li textarea:-moz-placeholder {color: #cccccc;}
.col-inquiry ul li textarea::-moz-placeholder {color: #cccccc;}
.col-inquiry ul li textarea:-ms-input-placeholder {color: #cccccc;}
.col-inquiry ul li textarea:-ms-input-placeholder{color:#cccccc}
.col-inquiry .col-sub{text-align: center;margin:30px 0 0}
.col-inquiry .col-sub input{background-color: #666464;height: 56px;width: 150px;font-size: 14px;color:#fff;transition: 0.3s;border:none;padding: 0;margin:0 5px;}
.col-inquiry .col-sub input:hover{background: #e62129;}

/* 关于我们 */
.col-page-about h2{font-size: 3rem;font-weight: bold;margin-bottom: 5.5vh;text-align: center;}
.col-profile .wrap{padding:9vh 0 10vh;}
.col-profile .wrap .title{margin-bottom: 5.6vh;}
.col-profile .wrap .video{position: relative;overflow: hidden;}
.col-profile .wrap .video img{width: 100%;}
.col-profile .wrap .video a.play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color:#fff;text-align: center;}
.col-profile .wrap .video a.play i{font-size: 3.8rem;}
.col-profile .wrap .video a.play p{font-weight: 500;font-size: 1.5rem;}
.col-profile .content {padding:9vh 0;}
.col-profile .content ul {font-size: 0;}
.col-profile .content ul li{width: 50%;display: inline-block;vertical-align: middle;margin-bottom: 16vh;color:#666;font-size: 1.125rem;line-height: 2;}
.col-profile .content ul li strong{font-weight: 500;font-size: 1.875rem;color:#333;}
.col-profile .content ul li:nth-child(1){padding-right: 5.2vw;}
.col-profile .content ul li:nth-child(4){padding-left: 5.2vw;}
.col-culture .container3{padding:10vh 10px 18vh;}
.col-culture h2{margin-bottom: 4.2vh;}
.col-culture .content{font-size: 1.5rem;font-weight: 500;margin-bottom: 5.5vh;}
.col-culture .content p:nth-child(2){color:#888888;font-size: 1rem;font-weight: bold;margin-top: 5px;}
.col-culture .tab-nav{display: -webkit-flex;display: -ms-flexbox;display: flex;margin-bottom: 6vh;}
.col-culture .tab-nav a{flex: 1;padding:16px 5px;border:1px solid #e2e2e2;border-left: none;text-align: center;font-size: 1rem;transition: 0.36s;}
.col-culture .tab-nav a:last-child{border-right: 1px solid #e2e2e2;}
.col-culture .tab-nav a:hover,.col-culture .tab-nav a.active{background: #354f7a;color:#fff;border-color: #354f7a;}
.col-culture .tab-box .box{display: none;padding:20px 15px;text-align: center;color:#fff;position: relative;}
.col-culture .tab-box .box.active{display: block;}
.col-culture .tab-box .box .img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;z-index: -2;}
.col-culture .tab-box .box .img .inner{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.col-culture .tab-box .box .table{min-height: 680px;}
.col-culture .tab-box .box .title{font-size: 2.25rem;font-weight: 500;margin-bottom: 6vh;}
.col-culture .tab-box .box .s-content{font-size: 1rem;line-height: 2.25;}
.col-culture .tab-box .box .s-content strong{font-size: 1.125rem;font-weight: 500;}
.col-history .wrap{padding:10vh 20px 5vh;min-height: 1000px;}
.col-history .wrap h2{color:#fff;margin-bottom: 5vh;}
.col-history .wrap .slide{padding:0 100px;position: relative;}
.col-history .wrap .slide .swiper-button{width: 100px;height: 100%;margin-top: 0;top: 0;opacity: 1;outline: none;transition: 0.5s;}
.col-history .wrap .slide .swiper-button-prev{left: 0;background: url(../images/left.png)no-repeat center/100% 100%;}
.col-history .wrap .slide .swiper-button-prev:hover{background: url(../images/left_h.png)no-repeat center/100% 100%;}
.col-history .wrap .slide .swiper-button-next{right: 0;background: url(../images/right.png)no-repeat center/100% 100%;}
.col-history .wrap .slide .swiper-button-next:hover{background: url(../images/right_h.png)no-repeat center/100% 100%;}
.col-history .wrap .slide .swiper-slide .title{padding:16px 0 16px 30px;background: url(../images/title_bg.png)no-repeat center/100% 100%;transition: background 0.36s;cursor: pointer;}
.col-history .wrap .slide .swiper-slide .title span{font-size: 1.5rem;font-weight: bold;transition: 0.3s;}
.col-history .wrap .slide .swiper-slide.swiper-slide-thumb-active .title,.col-history .wrap .slide .swiper-slide .title:hover{background: url(../images/title_bg_h.png)no-repeat center/100% 100%;}
.col-history .wrap .slide .swiper-slide.swiper-slide-thumb-active .title span,.col-history .wrap .slide .swiper-slide .title:hover span{color:#fff;}
.col-history .wrap .content-container .content{padding:4.5vh 10px 0;color:#fff;font-size: 1.125rem;font-weight: 500;line-height: 1.875;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.col-history .wrap .content-container .swiper-slide-active .content{transform: none;opacity: 1;transition-delay: 0.3s;}
.col-partner .container3{padding:10vh 10px;}
.col-partner .swiper-slide .img{overflow: hidden;}
.col-partner .swiper-slide .img img{width: 100%;transition: 0.5s;}
.col-partner .swiper-slide:hover .img img{transform: scale(0.95);}
.col-partner .swiper-pagination{position: relative;margin-top: 5.5vh;bottom: auto;}
.col-partner .swiper-pagination span{width: 24px;height: 2px;background: #cccccc;border-radius: 0;transition: 0.5s;opacity: 1;margin:0 5px;}
.col-partner .swiper-pagination span.swiper-pagination-bullet-active{width: 60px;height: 4px;background: #333;}
.col-recruit .container3{padding:10vh 10px 18vh;}
.col-recruit .job table {width:100%;}
.col-recruit .job table tr th{padding: 15px 0;font-size: 1.125rem;font-weight: normal;width:20%;background: #e62129;text-align: center;color:#fff;}
.col-recruit .job table tr th:first-child{text-align: left;padding-left: 2.5vw;}
.col-recruit .jobtit table tr td{width:20%;padding:15px 0;font-size: 1rem;text-align: center;color:#666;}
.col-recruit .jobtit table tr td:first-child{text-align: left;padding-left: 2.5vw;}
.col-recruit .job ul li{border-bottom: 1px solid #cccccc;}
.col-recruit .job ul li .jobtit {color: #000;cursor: pointer;position: relative;transition: 0.36s;}
.col-recruit .job ul li .jobtit.active{background: #fff;}
.col-recruit .job ul li .jobcon{background: #fff;}
.col-recruit .job ul li .jobcon {display: none;padding:25px 2.5vw 6vh;position: relative;}
.col-recruit .job ul li .jobcon div.box{margin-bottom: 20px;color: #666;}
.col-recruit .job ul li .jobcon div.box:nth-child(2){margin-right: 0;}
.col-recruit .job ul li.active .jobtit{border:none;}
.col-recruit .job ul li.active .jobcon{border-bottom: 0;-webkit-animation: fadeIn 1s both ;animation: fadeIn 1s both ;display: block;}
.col-recruit .jobcon .content{position: relative;}
.col-recruit .jobcon .content .box{color:#666;line-height: 1.8;font-size: 1rem;}
.col-recruit .jobcon .content .box{color:#666;}
.col-recruit .jobcon .jobform{display: block;width: 200px;border-radius: 2px;height: 50px;background: #e62129;color:#fff;text-align: center;line-height: 50px;margin-top:15px;font-size: 16px;}

.col-page-jobform{padding:8vh 0 6vh;}
.col-page-jobform #cvlist {padding: 15px;}
.col-page-jobform #cvlist .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
.col-page-jobform #cvlist .v52fmbx h3{border-top: 1px solid #ddd;margin: 0;padding: 0 5px 0 15px;font-weight: bold;font-size: 16px;background: #ddd;height: 60px;line-height: 60px;}
.col-page-jobform #cvlist .v52fmbx dl{border-top: 1px solid #ddd;margin: 0;display: -webkit-box;display: -moz-box;display: box;display: -ms-flexbox;position: relative;padding: 5px 0;}
.col-page-jobform #cvlist .v52fmbx dl dt{padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
.col-page-jobform #cvlist .v52fmbx dl dd{-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 15px;margin: 10px 0;}
.col-page-jobform #cvlist .v52fmbx dl dd input{width: 350px;height: 28px;line-height: 28px\9;padding: 2px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;border-radius: 2px;}
.col-page-jobform #cvlist .v52fmbx dl dd input[type="radio"]{border-radius: 100%;bottom: 3px;height: 15px;position: relative;vertical-align: middle;width: 15px;margin: 0;position: relative;top: -1px;margin-right: 6px;}
.col-page-jobform #cvlist .v52fmbx dl dd textarea{width: 350px;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}
.col-page-jobform #cvlist .v52fmbx dl dd input[type="submit"]{display: block;width: 150px;height: 45px;background: #008ad1;color:#fff;line-height: 45px;text-align: center;transition: 0.3s;font-size: 16px;border:none;padding:0;}
.col-page-jobform #cvlist .v52fmbx dl dd input[type="submit"]:hover{box-shadow: 0px 5px 27px 0px rgba(6, 0, 1, 0.22);}

.col-contact .content{background: #354f7a;}
.col-contact .content .info1{padding:6vh 10px 4vh;border-bottom: 1px solid rgba(255,255,255,0.3);}
.col-contact .content .info1 ul{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-contact .content .info1 ul li{color:#fff;font-size: 1rem;}
.col-contact .content .info1 ul li strong{font-size: 3rem;font-weight: bold;}
.col-contact .content .info1 ul li:last-child {line-height: 2;}
.col-contact .content .info2{padding:3vh 10px 5vh;color:#fff;}
.col-contact .content .info2 ul{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.col-contact .content .info2 ul li{color:#fff;font-size: 1rem;}
.col-contact .content .info2 ul li p:nth-child(2n){font-size: 1.625rem;}
.col-contact .content .info ul li:nth-child(1){width: 44%;}
.col-contact .content .info ul li:nth-child(3){margin:0 auto;margin-right: 0;text-align: center;}
.col-contact .content .info2 ul li:last-child{text-align: left;}
.col-contact .map{height: 600px;margin-top: -14vh;position: relative;}
.col-contact .map #allmap{height: 100%;width: 100%;}
.col-contact .map #allmap img { max-width: 1070px; max-height: 500px;}
.col-contact .map #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
.col-contact .map #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
.col-contact .map #allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content{overflow-y: auto !important;}
/**/
.col-product-desc table td{border:1px solid #ccc; padding:5px;}

.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}

/* news */
.col-page-news{padding:9vh 0 15vh;}
.col-page-news .news-nav{margin-bottom: 5vh;}
.col-page-news .news-nav a{font-size: 1.5rem;display: inline-block;margin-right:1.5vw;padding-bottom: 8px;transition: 0.3s;position: relative;}
.col-page-news .news-nav a::after{content:'';width: 0;height: 2px;background: #e62129;position: absolute;bottom: 0;left: 0;transition: 0.5s;}
.col-page-news .news-nav a.active,.col-page-news .news-nav a:hover{color:#e62129;font-weight: bold;}
.col-page-news .news-nav a.active::after,.col-page-news .news-nav a:hover::after{width: 100%;}
.col-page-news .news-nav .news-search{border-bottom: 1px solid #666666;padding-bottom: 10px;}
.col-page-news .news-nav .news-search input{background: none;outline: none;border:none;padding: 0;font-size: 18px;vertical-align: middle;}
.col-page-news .news-nav .news-search .inpt3{width: 280px;}
.col-page-news .news-nav .news-search .inpt3::-webkit-input-placeholder {color: #cccccc;}
.col-page-news .news-nav .news-search .inpt3:-moz-placeholder {color: #cccccc;}
.col-page-news .news-nav .news-search .inpt3::-moz-placeholder {color: #cccccc;}
.col-page-news .news-nav .news-search .inpt3:-ms-input-placeholder {color: #cccccc;}
.col-page-news .news-nav .news-search .inpt4{font-size: 24px;}
.col-page-news ul.list li{padding:6vh 0;border-bottom: 1px solid #cccccc;font-size: 0;}
.col-page-news ul.list li .img{width: 40%;display: inline-block;vertical-align: middle;overflow: hidden;}
.col-page-news ul.list li .img img{width: 100%;transition: 0.5s;}
.col-page-news ul.list li .content{width: 60%;display: inline-block;vertical-align: middle;padding-left: 3.2vw;}
.col-page-news ul.list li .content h3{font-size: 1.5rem;font-weight: 500;margin-bottom: 5.2vh;transition: 0.3s;}
.col-page-news ul.list li .content .s-content{color:#666;line-height: 2.25;font-size: 1rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 6.75rem;min-height: 81px;}
.col-page-news ul.list li .content .date{color:#666;font-size: 1rem;margin-top: 3.4vh;}
.col-page-news ul.list li:hover .img img{transform: scale(1.1);}
.col-page-news ul.list li:hover .content h3{color:#e62129;}
.col-page-news .page{margin-top: 5vh;}




/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;}
.col-news-detail{background: #f2f5f8;}
.col-news article {margin:40px 0;float: left;width: 100%;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 28px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}

/* search */
#search{padding: 120px 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #e3007f !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#d92129;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #e62129;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#e62129;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #e62129;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#d80808;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}
  



/* 底部 */
#footer{background: #fff;border-top: 1px solid #cccccc;}
#footer .wrap{padding:6vh 0 11vh;border-bottom: 1px solid #cccccc;}
#footer .wrap .footer-info{float: left;width: 31%;}
#footer .wrap .footer-info .logo{margin-bottom: 5vh;}
#footer .wrap .footer-info .info{font-size:1rem;font-weight: 500;margin-bottom: 20px;}
#footer .wrap .footer-info .info strong{color:#e62129;font-weight: bold;font-size: 2.25rem;line-height: 1;}
#footer .wrap .footer-info>p{font-size: 1rem;margin-bottom: 8px;}
#footer .wrap .footer-info>p a{color:#e62129;border-bottom: 1px solid;display: inline-block;line-height: 1.5;}
#footer .wrap .footer-nav{float: right;width: 69%;}
#footer .wrap .footer-nav ul{display: -webkit-flex;display: -ms-flexbox;display: flex;}
#footer .wrap .footer-nav ul li{margin:0 auto; width: 16.667%;}
#footer .wrap .footer-nav ul li:first-child{margin-left: 0;}
#footer .wrap .footer-nav ul li:last-child{margin-right: 0;}
#footer .wrap .footer-nav ul li>a{font-size: 1.125rem;display: inline-block;padding-bottom: 16px;position: relative;}
#footer .wrap .footer-nav ul li>a::after{content:'';width: 15px;height: 2px;background: #333;position: absolute;bottom: 0;left: 0;}
#footer .wrap .footer-nav ul li .child{margin-top: 4vh;}
#footer .wrap .footer-nav ul li .child p{margin-bottom: 8px;}
#footer .wrap .footer-nav ul li .child p a{color:#999999;font-size: 1rem;transition: 0.36s;}
#footer .wrap .footer-nav ul li .child p a:hover{color:#e62129;}
#footer .copyright{padding:3.8vh 0;}
#footer .copyright .pull-left{font-size: 1rem;color:#999999;line-height: 1.875;}
#footer .copyright .share a{display: inline-block;margin-left: 20px;width: 50px;height: 50px;border:1px solid #cccccc;border-radius: 50%;text-align: center;line-height: 48px;font-size: 18px;color:#999999;position: relative;transition: 0.36s;}
#footer .copyright .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);}
#footer .copyright .share a.wechat .code::after{content:'';border-top:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
#footer .copyright .share a.wechat .code img{max-width: 120px;}
#footer .copyright .share a:hover{color:#b5001e;}





/* 副导航 */
.mbx{background: #fff;padding:20px 0;font-size: 1rem;border-bottom: 1px solid #e5e5e5;}
.mbx a{color:#888888;transition: 0.3s;}
.mbx a:hover{color:#e62129;}

/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1800px) {

  
  
}
@media (max-width: 1600px) {
  
    .header .inner .nav ul li{margin-right:1.2vw;}
  
}
@media (max-width: 1460px) {
  .init-2 .circle{width: 500px;}
  .p60{padding:0 40px;}
  .header .inner .nav{margin-right: 2.5vw;}
  html{font-size: 14px;}
  .header .inner .nav ul li{margin-right:1vw;}
  .header .inner .nav ul li a{padding:0 6px;}
  
}
@media (max-width: 1200px) {
  #banner .swiper-pagination{left: 0;top: auto;bottom: 0;width: 100%;text-align: center;transform: none;}
  #banner .swiper-pagination span{display: inline-block;vertical-align: middle;}
  .col-culture .tab-box .box .table{min-height: 500px;}
  .header .inner .index-search i.iconfont,.header .inner .code a i.iconfont{font-size: 1.875rem;}
  .header .inner .nav ul li{font-size: 1.125rem;margin-right: 1vw;}

  .p60{padding:0 30px;}
  html{font-size: 12px;}

  
}
@media (max-width: 992px) {
    #banner .swiper-slide .ban_cont{width:100%;}
    .fp-tableCell{height:500px!important;}
    #banner,#banner .swiper-container{height: 500px!important;}
  .col-culture .tab-box .box .table{min-height: auto;padding:4vh 0;}
  #footer .wrap .footer-info{width: 100%;text-align: center;}
  #footer .wrap{padding:5vh 0;}
  .init-3 .product-nav{flex-wrap: wrap;}
  .init-3 .product-nav a{min-width: 80px;}
  .header .inner .nav,.header .inner .language,.init-2 .circle,#footer .wrap .footer-nav{display: none;}
  .init-2 .content,.init-2 .product_img{width: 50%;}
  .header .inner .code{margin-right: 50px;}
  html{font-size: 10px;}

  
}
@media (max-width: 768px) {
  .col-solution-nav .wrap ul li a h2,.col-page-product ul.list li h3,.col-product-detail .product-detail h2,.col-history .wrap .slide .swiper-slide .title span,.col-page-news .news-nav a,.col-news .met_module2 h1.met_title,.header .inner .index-search .content .title{font-size: 1.875rem;}
  .col-product-detail .inquiry form ul li input,.col-product-detail .inquiry form ul li textarea{font-size: 16px;}

  .header .inner .index-search .content .inpt3{width: 65%;}
  .col-page-news .news-nav .news-search{float: none;margin-top: 20px;width: 100%;}
  .col-page-news .news-nav .news-search .inpt3{width: calc(100% - 25px);}
  .col-page-news .news-nav .news-search .inpt4{width: 25px;}
  .col-page-news .news-nav .news-search input{font-size: 14px !important;}
  .col-contact .content .info ul {display: block !important;}
  .col-contact .content .info ul li{width: 100% !important;text-align: center !important;padding:10px 0;}
  .col-contact .map{height: 350px;margin-top: 20px;padding:0 10px;}
  .col-history .wrap{min-height: auto;}
  .col-history .wrap{padding:8vh 5px 40vh;}
  .col-history .wrap .slide{padding:0 60px;}
  .col-history .wrap .slide .swiper-button{width: 60px;}
  .col-history .wrap .slide .swiper-slide .title{padding-left: 20px;}
  .col-culture .tab-nav{flex-wrap: wrap;}
  .col-culture .tab-nav a{min-width: 100px;margin-top: -1px;border-left: 1px solid #e5e5e5;margin-left: -1px;}
  .col-profile .content ul li{padding:0 0 20px !important;margin: 0 !important}
  .col-product-detail .inquiry form .code .sub,.col-inquiry .col-sub input,.col-recruit .jobcon .jobform{width: 120px;height: 45px;font-size: 14px;line-height: 45px;}
  .col-page-system1 .col-3 .img .content{position: relative;top: auto;padding-top: 20px;}
  .col-solution-nav .wrap{display: block;}
  .col-page-product .product-nav{margin-bottom: 20px;}
  .col-page-product ul.list li{margin-left: 0;margin-right: 4%;}
  .col-page-product ul.list li:nth-child(2n){margin-right: 0;}
  .col-solution-nav .wrap ul,.col-solution-nav .wrap .columnImg,.col-page-system3 .list li .content,.col-page-system3 .list li .img,.col-page-product .product-nav,.col-page-product ul.list,.col-product-detail .caseleft,.col-product-detail .caseright,.col-product-detail .inquiry form ul,.col-product-detail .inquiry form .code,.col-maintenance .wrap .content,.col-maintenance .wrap .img,.col-inquiry form ul li,.col-profile .content ul li,.col-page-news ul.list li .img,.col-page-news ul.list li .content{display: block;width: 100%;float: none;}
  .col-page-news ul.list li .content{padding:20px 0 0;}
  .col-maintenance .wrap .content{padding:0 0 20px;}
  .col-product-detail .caseright{padding:20px 0 0;}
  .col-solution-nav .wrap ul li a{padding:20px 10px}
  .col-solution-nav .wrap ul li:last-child{padding:4px;margin-bottom: 4px;}
  #footer .copyright{text-align: center;}
  #footer .copyright .pull-left,#footer .copyright .pull-right{float: none !important;margin-bottom: 10px;}
  #footer .copyright .share a:first-child{margin-left: 0;}
  .init-4 ul li{width: 100%;float: none;height: 50%;position: relative;}
  .init-4 ul li img{max-height: 100%;width: 50%;margin:0 auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .init-4 ul li:nth-child(1){border-right: none;border-bottom: 1px solid rgba(255,255,255,0.33);}
  .init-3 .slides .swiper-slide a .title{padding:10px 5px;}
  .init-2 .relative{display: block;}
  .init-2 .content,.init-2 .product_img{width: 100%;text-align: center;padding:20px 0;}
  .init-2 .content a.more{margin:5vh auto 0;}
  .p60{padding:0 20px;}

  
}
@media (max-width: 700px) {
  .init-2 .relative,.init-3 .container2,.init-4 .container2{padding-top: 0;}
}
@media (max-width: 468px) {
    .fp-tableCell{height:220px!important;}
    #banner,#banner .swiper-container{height: 220px!important;}
    #banner .swiper-slide .ban_cont strong{font-size:2.4rem; display:block; margin:0;}
    #banner .swiper-slide .ban_cont h3{font-size:2rem;}
  .col-page-product ul.list li .more a.inquiry{padding:8px 12px;}
  .col-page-product ul.list li{padding:3vh 2vw 4vh;}
  .col-page-system3 .list li .content{padding-left: 20px;}
  .col-page-system2 .child .content ul li{padding-left: 20px;float: none;width: 100%;margin-bottom: 25px;}
  .col-page-system2 .child .content ul li p:nth-child(1) strong::before,.col-page-system3 .list li .content h3::before{left: -20px;}
  .init-4 ul li img{width: 66%;}
  .header .inner .logo img{width: 120px;}
  .p60{padding:0 15px;}
  html{font-size: 8px;}

  
}
@media (max-width: 320px) {

  
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 10px;right:0; padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #0c0c74; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}
.message-form{position: fixed;right: 15px;width:170px;height: 58px;border-radius: 15px;background: #e50012; bottom:220px;z-index: 99;text-align: center;line-height: 56px;cursor: pointer;}
.message-form span.sign{font-size:0;line-height: 1;display: inline-block;vertical-align: middle;}
.message-form span.sign i{display: inline-block; font-size:24px; color:#fff;}
.message-form span.sign i.msg{display: none;}
.message-form.active span.txt{font-size:24px; color:#fff; text-shadow:1px 1px 2px rgba(0,0,0,.3)}
.message-form.active span.sign i.msg{display: inline-block;}
.message-form.active span.sign i.close-btn{display: none;}
.message-form .form{position: absolute;width: 300px;right: 0;bottom:78px;background: #fff;border-radius: 5px;overflow: hidden;line-height: 1.4;text-align: left;box-shadow: 0px 0px 30px 0px rgba(6, 0, 1, 0.2);display: none;}
.message-form .form .join-cont{padding:1.5vh 1vw;color:#fff;font-size:16px;line-height: 1.5;background: #004098;}
.message-form .form .join-cont p:nth-child(1){font-size:20px;margin-bottom: 12px;}
.message-form .form .list{padding:1.5vh 1vw 2vh;}
.message-form .form .list li{margin-bottom: 10px;}
.message-form .form .list li input,.message-form .form .list textarea{width:100%;padding-left: 12px;background: #f6f6f6;border:1px solid #dcdcdc;height: 30px;border-radius: 3px;box-shadow: inset 0px 0px 10px 0px rgba(6, 0, 1, 0.1);}
.message-form .form .list textarea{min-height: 100px;padding-top:10px;}
.message-form .form .list .col-sub input{width:100%;height: 42px;border-radius: 3px;border:none;background: #004098;color:#fff;}
.message-form .inner{position:relative; width:100%; height:100%; text-align:center; padding:0 15px;}
.message-form .inner a{position:absolute; width:100%; height:100%; left:0; right:0; top:0; bottom:0;}
/**/
.page-inquiry-container{
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 998;
    display: none;
}
.page-inquiry-container .inner{
    background: #fff;
    position: fixed;
    max-width: 600px;
    min-width: 340px;
    padding:0 10px 20px 10px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.col-page-inquiry{margin:20px 0 50px 0;}
.page-inquiry-container .title-head{ padding:10px 0; color:#333; background: #fff; border-bottom:1px solid #dedede; font-weight: bold; font-size: 20px;}
.page-inquiry-container ul li{padding: 10px 0; list-style: none; margin-top: 5px;}
.page-inquiry-container ul li.captcha{margin: 0;}
.page-inquiry-container ul li.captcha img{height:35px; width:166px;}
.page-inquiry-container input, .page-inquiry-container textarea{border:1px solid #efefef; height: auto; padding: 8px 5px; width: 100%; border-left: 3px solid #3076c5;}
.page-inquiry-container textarea{height: 100px;}
.page-inquiry-container .submits{width: 100%; padding: 10px 0; margin-top: 15px; background:#3076c5; border:none; color: #fff; text-align: center; border-left:none;}
.page-inquiry-container .inquiry-form{padding-top:20px;}
.col-page-inquiry .title span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #ed7f11;
    line-height: 40px;
    padding: 0 30px;
}
.btn_close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 48px;
    font-family: Arial;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #000;
    cursor: pointer;
}
