@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 3652550 */
  src: url('http://at.alicdn.com/t/c/font_3652550_rh9jx9vb6y.woff2?t=1666576029965') format('woff2'),
       url('http://at.alicdn.com/t/c/font_3652550_rh9jx9vb6y.woff?t=1666576029965') format('woff'),
       url('http://at.alicdn.com/t/c/font_3652550_rh9jx9vb6y.ttf?t=1666576029965') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0;}
body{font: 12px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}
a:hover{ text-decoration: none; }

@font-face{ font-family: BDZYJT; src: url('./fonts/BDZYJT.ttf'); }
@font-face{ font-family: SWS; src: url('./fonts/Swiss.otf'); }
@font-face{ font-family: AG; src: url('./fonts/AG.otf'); }
@font-face{ font-family: SWB2; src: url('./fonts/SWB2.ttf'); }
@font-face{ font-family: YRD; src: url('./fonts/YRD.ttf'); }
/*清除内外边距*/
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
/*设置默认字体*/
:focus{outline: 0;}
ul,
ol{list-style: none;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}
abbr, acronym{border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt{font-size: 100%;}
/*修改滚动条*/
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}
textarea{resize: none;}
button:active, button:focus{ border:none; outline:0; }
/* 网站色值设置 */
body{--zhu-color:#00a0e9;--pei-color:#4ec669;}
.inner{ width: 1400px; margin:0 auto; padding-top: 90px;}
@media only screen and (max-width: 1400px){
  .inner{ width: 100%; box-sizing: border-box; height: 100%;}
}


.header {position: fixed;width: 100%;z-index: 9999;top: 0;border-bottom: 1px rgba(255,255,255,.4);background: rgba(84,84,84,0.7);}
.header.active {background: rgba(84,84,84,0.7);}
.header-box {display: flex;flex-direction: row;justify-content: space-between;width: 100%;height: 100%;align-items: center;}
.h-logo {width: 250px;display: block;padding: 20px 0;transition: all .5s;}
.header .h-logo img{transition: all .5s;}
.header.active .h-logo{padding:10px 0;}

.h-nav {width: calc(100% - 750px);display: flex;flex-direction: row;justify-content: space-between;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color: #fff;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 80px;font-weight: 400;transition: all .5s;}
.header.active .h-nav li .yiji{line-height: 60px;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:#fff;left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{letter-spacing: 1px;font-weight: 700;}
.h-nav li .yiji.on:after{width:100%;}



.language i {font-size: 15px;color: #ffffff;padding: 10px;border: 2px solid #fff;font-weight: bold;}

.h-right {width: 155px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.h-right .txt {color: #fff;}
.h-right .txt .t1 {line-height: 1;}
.h-right .txt .t2 {font-size: 22px;font-weight: bold;line-height: 1;}



@media only screen and (max-width: 1400px){
  .h-nav{width: calc(100% - 550px);}
}
@media only screen and (max-width: 1200px){
  .h-nav{width: calc(100% - 400px);}
  .h-right{display: none;}
  .h-logo{width: 200px;}
}

@media only screen and (max-width: 992px){
  .header{display: none;}
}







/*no-goods*/
.no-goods{ width: 100%;}
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 20px 0; width: 100%; clear: both; }
.de-page-mian .page-inner{display: inline-block; overflow: hidden;}
.de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 12px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden; border-radius: 5px; }
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color:var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}
.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}
.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; border-radius: 5px; }
@media only screen and (max-width: 1200px){
  .de-page-mian{ margin: 15px 0; }
}
@media only screen and (max-width: 992px){
  .de-page-mian{ margin: 10px 0; }
  .inner{padding-top: 0px;}
}
@media only screen and (max-width:768px){
  .de-page-mian{ margin: 5px 0; }
}
@media only screen and (max-width: 774px){
  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{ display: none; }
}
@media only screen and (max-width:640px){
  .de-page-mian{ margin: 0; }
}

/*down*/
.index .down{ opacity: 0; bottom: -100%; }
.index .plugin-fixed-call{ opacity: 0;  }
.down{ width: 100%; height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed; left:0; bottom: 0;display: none; z-index: 99999; transition: all .3s; }
.down li{width: 25%; box-sizing: border-box; text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li + li{ border-left: solid 1px #ffffff; }
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
.down_show{ transition: all .3s!important; opacity: 1!important; bottom:0!important; }
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000; }
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}
.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
@media only screen and (max-width: 768px){
  .down{ display: block; }
  .plugin-fixed-call{ display: none; }
}

/* index */
.index{ width:100%; overflow: hidden; }

/*侧边栏*/
.left_menu{ height:100vh; position:fixed; width:295px; background:var(--zhu-color); left:0; top:0; z-index:99; overflow: hidden; }
.left_menu .logo{ display: flex; line-height: 1; align-items: center; justify-content: center; padding:80px 0; }
.left_menu .nav{ box-sizing: border-box; height: calc(100% - 340px); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.left_menu .nav li{ width:100%; margin-top: 18px; display: flex; align-items: center; justify-content: center; }
.left_menu .nav a{ font-size: 16px; color: #ffffff; line-height: 1; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; padding:12px 0; position: relative; }
.left_menu .nav a::before{ content: ""; display: block; width: 0; height:1px; background: #fcde21; border:0; position: absolute; left:50%; bottom:0; transition: all .3s; }
.left_menu .nav a:hover::before{ transition: all .3s; width: 100%; left:0; }
.left_menu .tel{ display: flex; position: absolute; bottom: 0; width: 100%; flex-direction: column; align-items: center; justify-content: center; background: var(--pei-color); padding:40px 0; }
.left_menu .tel p{ font-size: 18px; color: #ffffff; line-height: 1; }
.left_menu .tel b{ line-height: 1; margin-top: 16px; font-size: 24px; color: #ffffff; }

.top_menu{ display: none; }

/* page */
.page{  overflow: hidden; }
@media only screen and (max-width: 1600px){
  .left_menu{ width:280px; }
  .left_menu .logo{ padding:65px 0; }
  .left_menu .nav{ height: calc(100% - 300px);  }
  .left_menu .nav li{ margin-top: 12px; }
  .left_menu .nav li:first-child{ margin-top: 0; }
  .left_menu .tel{ padding:35px 0; }
  /*.page{ width: calc(100% - 280px); }*/
}
@media only screen and (max-width: 1400px){
  .left_menu{ width:265px; }
  .left_menu .logo{ padding:60px 0; }
  .left_menu .nav{ height: calc(100% - 280px);  }
  .left_menu .nav li:first-child{ margin-top: 12px; }
  .left_menu .tel{ padding:30px 0; }
 /* .page{ width: calc(100% - 265px); }*/
}
@media only screen and (max-width: 1200px){
  .left_menu{ width:250px; }
  .left_menu .logo{ padding:50px 0; }
  .left_menu .nav{ height: calc(100% - 220px);  }
  .left_menu .nav li{ margin-top: 15px; }
  .left_menu .nav li:first-child{ margin-top: 15px; }
  .left_menu .nav a{ font-size: 15px; padding:12.5px 0; }
  .left_menu .tel{ padding:25px 0; }
  /*.page{ width: calc(100% - 250px); }*/
}
@media only screen and (max-width: 992px){
  .left_menu{ display: none; }
  .page{ width: 100%; }
  .top_menu{ display: flex; align-items: center; justify-content: space-between; width:100%; position: fixed; top:0; left:0; z-index: 9999; background: var(--zhu-color); box-shadow: 0 0 5px rgba(0, 0, 0, .33); height: auto; box-sizing: border-box; padding:12px 15px; }
}
@media only screen and (max-width: 768px){
  .top_menu{ padding:12px; }
}
@media only screen and (max-width: 640px){
  .cd-logo img{ height: 40px; }
}
@media only screen and (max-width: 576px){
  .cd-logo img{ height: 38px; }
}
@media only screen and (max-width: 414px){
  .cd-logo img{ height: 36px; }
}
@media (min-height: 760px) and (max-height: 860px) and (max-width: 1920px){
  .left_menu .logo{ padding:56px 0; }
  .left_menu .tel{ padding:34px 0; } 
}
@media (max-height: 760px) {
  .left_menu .logo{ padding:35px 0; }
  .left_menu .tel{ padding:30px 0; } 
  .left_menu .nav{ height: calc(100% - 230px); }
  .left_menu .nav li{ margin-top: 10px; }
}

.cd-logo{ display: inline-block; height: 100%; }
.cd-logo img{ max-width: 100%; }
.cd-nav-trigger{ position: absolute; top:11px; right:15px; display: inline-block; height:44px; width:44px; z-index:5; overflow:hidden; text-indent:100%; white-space:nowrap; }
.cd-nav-trigger::before,.cd-nav-trigger::after { content:""; position:absolute; top:0; left:0; border-radius:50%; height:100%; width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transition-property:-webkit-transform; -moz-transition-property:-moz-transform; transition-property:transform; }
.cd-nav-trigger::before{ background-color:#091d23; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; transition-delay:0.4s; }
.cd-nav-trigger2{ position: absolute; top:11px; right:35px; display: inline-block; height:44px; width:44px; z-index:5; overflow:hidden; text-indent:100%; white-space:nowrap; }
.cd-nav-trigger2::before,.cd-nav-trigger::after { content:""; position:absolute; top:0; left:0; border-radius:50%; height:100%; width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transition-property:-webkit-transform; -moz-transition-property:-moz-transform; transition-property:transform; }
.cd-nav-trigger2::before{ background-color:#091d23; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; transition-delay:0.4s; }

.cd-nav-trigger::after {background-color:#ffb441; -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transform:scale(0); -webkit-transition-duration:0s; -moz-transition-duration:0s; transition-duration:0s; -webkit-transition-delay:0s; -moz-transition-delay:0s; transition-delay:0s; }
.cd-nav-trigger .cd-icon{ position:absolute; left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); display:inline-block; width:18px; height:3px; background-color:#ffffff; z-index:10; }
.cd-nav-trigger .cd-icon::before,.cd-nav-trigger .cd-icon:after { content:""; position:absolute; top:0; right:0; width:100%; height:100%; background-color:#ffffff; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transition:-webkit-transform .3s; -moz-transition:-moz-transform .3s; transition:transform .3s; }
.cd-nav-trigger .cd-icon::before { -webkit-transform:translateY(-6px) rotate(0deg); -moz-transform:translateY(-6px) rotate(0deg); -ms-transform:translateY(-6px) rotate(0deg); -o-transform:translateY(-6px) rotate(0deg); transform:translateY(-6px) rotate(0deg); }
.cd-nav-trigger .cd-icon::after { -webkit-transform:translateY(6px) rotate(0deg); -moz-transform:translateY(6px) rotate(0deg); -ms-transform:translateY(6px) rotate(0deg); -o-transform:translateY(6px) rotate(0deg); transform:translateY(6px) rotate(0deg); }
.cd-nav-trigger.close-nav::before { -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transform:scale(0); }
.cd-nav-trigger.close-nav::after { -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; transition-delay:0.4s; }
.cd-nav-trigger.close-nav .cd-icon { background-color:rgba(255,255,255,0); }
.cd-nav-trigger.close-nav .cd-icon::before,.cd-nav-trigger.close-nav .cd-icon::after {background-color:white; }
.cd-nav-trigger.close-nav .cd-icon::before {-webkit-transform:translateY(0) rotate(45deg); -moz-transform:translateY(0) rotate(45deg); -ms-transform:translateY(0) rotate(45deg); -o-transform:translateY(0) rotate(45deg); transform:translateY(0) rotate(45deg); }
.cd-nav-trigger.close-nav .cd-icon::after {-webkit-transform:translateY(0) rotate(-45deg); -moz-transform:translateY(0) rotate(-45deg); -ms-transform:translateY(0) rotate(-45deg); -o-transform:translateY(0) rotate(-45deg); transform:translateY(0) rotate(-45deg); }
.cd-primary-nav { position:fixed; left:0; top:0; height:100%; width:100%; padding:80px 5%; z-index:3; background-color:#091d23; overflow:auto; -webkit-overflow-scrolling:touch; visibility:hidden; opacity:0; -webkit-transition:visibility 0s,opacity 0.3s; -moz-transition:visibility 0s,opacity 0.3s; transition:visibility 0s,opacity 0.3s; }
.cd-primary-nav li { padding:15px 0; border-bottom: 1px solid #f1f2f1; text-align:center; text-transform:capitalize; }
.cd-primary-nav li + li{ margin-top:10px; }
.cd-primary-nav a { display: flex; align-items: center; justify-content: space-between; font-size:20px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -webkit-transition:color 0.2s; -moz-transition:color 0.2s; transition:color 0.2s; }
.cd-primary-nav a span{ font-size:16px; color:#ffffff; }
.cd-primary-nav a span small{ font-size:14px; color: rgba(255, 255, 255, .33); margin-left: 12px; }
.cd-primary-nav a i{ display: inline-block; font-size: 16px; color: #d1d5de; }
.no-touch .cd-primary-nav a:hover { color:#ffffff; }
.cd-primary-nav.fade-in { visibility:visible; opacity:1; }
.cd-overlay-nav,.cd-overlay-content { position:fixed; top:18px; right:5%; height:4px; width:4px; -webkit-transform:translateX(-20px) translateY(20px); -moz-transform:translateX(-20px) translateY(20px); -ms-transform:translateX(-20px) translateY(20px); -o-transform:translateX(-20px) translateY(20px); transform:translateX(-20px) translateY(20px); }
.cd-overlay-nav span,.cd-overlay-content span {display:inline-block; position:absolute; border-radius:50%;  -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-backface-visibility:hidden; backface-visibility:hidden; will-change:transform; -webkit-transform-origin:50% 50%; -moz-transform-origin:50% 50%; -ms-transform-origin:50% 50%; -o-transform-origin:50% 50%; transform-origin:50% 50%; -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transform:scale(0); }
.cd-overlay-nav.is-hidden,.cd-overlay-content.is-hidden { opacity:0; visibility:hidden; -webkit-transition:opacity .3s 0s,visibility 0s .3s; -moz-transition:opacity .3s 0s,visibility 0s .3s; transition:opacity .3s 0s,visibility 0s .3s; }
.cd-overlay-nav { z-index:2;  }
.cd-overlay-nav span { background-color:#091d23;  }
.cd-overlay-content { z-index:4;  }
.cd-overlay-content span { background-color:#ffb441;  }
.cd-content { padding:80px 0;  width:90%;  max-width:768px;  margin:0 auto;  z-index:1;  }
.cd-content .cd-intro { height:200px;  padding-top:4.6em;  }
.cd-content h1 { text-align:center;  font-size:20px; font-size:1.25rem;  }
.cd-content p { line-height:1.5;  color:#a76500;  }
@media only screen and (max-width: 768px){
  .cd-nav-trigger{ right: 12px; }
}
@media only screen and (max-width: 640px){
  .cd-nav-trigger{ width:40px; height:40px; }
  .cd-primary-nav{ padding:60px 5%; }
}
@media only screen and (max-width: 576px){
  .cd-nav-trigger{ width:38px; height:38px; }
  .cd-primary-nav{ padding:50px 5%; }
}
@media only screen and (max-width: 414px){
  .cd-nav-trigger{ width:36px; height:36px; }
  .cd-primary-nav{ padding:40px 5%; }
  .cd-primary-nav li{ padding:12px 0; }
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/fC2rdBEW01IJ/3FJl-rw0rjiDhoFpCHCRO.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/fC2rdBEW01IJ/ZCGzgfn7_43rKqWBVNB35.woff") format("woff");
  font-display: swap;
}

/* section */
.section{ overflow: hidden; width: 100%; }

/*banner*/
#banner{ overflow: hidden; width: 100%; height: 100vh; position: relative; }
#banner .swiper-slide{ width: 100%; }
#banner a{ display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
#banner a > img{ width: 100%; height: 100%; object-fit: cover; }
#banner a .banner_box{ position: absolute; top:0; left:0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#banner a .banner_one b{ opacity: 0; transform: translate3d(0, -10%, 0); transition: all 0.2s ease 0.5s; font-weight: normal; font-family: "阿里妈妈数黑体 Bold"; letter-spacing: 1px; font-size: 60px; color: #ffffff; line-height: 1; text-align: center;}
#banner a .banner_one hr{ opacity: 0; transition: all 0.2s ease 0.5s; line-height: 1; width: 0; height: 2px; background: #babbbb; margin:32px 0; }
#banner a .banner_one p{ opacity: 0; transform: translate3d(0, 10%, 0); transition: all 0.2s ease 0.5s; line-height: 1; font-size: 30px; color: #ffffff; letter-spacing: 4px; }
#banner .swiper-slide-active a .banner_one b{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active a .banner_one hr{ opacity: 1; width: 90px; transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active a .banner_one p{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }
#banner a .banner_two b{ opacity: 0; transform: translate3d(0, -10%, 0); transition: all 0.2s ease 0.5s; font-weight: normal; font-family: "BDZYJT"; letter-spacing: 1px; font-size: 66px; color: #ffffff; line-height: 1; }
#banner a .banner_two p{ opacity: 0; transform: translate3d(0, 10%, 0); transition: all 0.2s ease 0.5s; margin-top: 26px; line-height: 1; font-size: 24px; color: #ffffff; letter-spacing: 4px; }
#banner .swiper-slide-active a .banner_two b{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active a .banner_two p{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; text-align: center;width: 70%;}
#banner a .banner_third{ position: absolute; top:0; left:24%; width: 52%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
#banner a .banner_third b{ opacity: 0; transform: translate3d(0, 10%, 0); transition: all 0.2s ease 0.5s; font-weight: normal; font-family: "BDZYJT"; letter-spacing: 1px; font-size: 66px; color: #ffffff; line-height: 1; }
#banner a .banner_third p{ opacity: 0; transform: translate3d(0, 20%, 0); transition: all 0.4s ease 0.8s; margin: 30px 0; line-height: 1; font-size: 24px; color: #ffffff; letter-spacing: 4px; }
#banner a .banner_third ul{ opacity: 0; transform: translate3d(0, 30%, 0); transition: all 0.6s ease 1.1s; display: flex; align-items: center;  }
#banner a .banner_third li{ display: inline-flex; margin-right: 30px; flex-direction: column; justify-content: center; align-items: center; }
#banner a .banner_third li i{ font-size: 46px; line-height: 1; color: #ffffff; display: inline-flex; width: 76px; height: 76px; align-items: center; justify-content: center; border:1px solid #ffffff; border-radius: 5px; }
#banner a .banner_third li span{ font-size: 16px; color: #ffffff; line-height: 1; margin-top: 12px; }
#banner .swiper-slide-active a .banner_third b{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active a .banner_third p{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active a .banner_third ul{ opacity: 1; transform: translate3d(0, 0, 0); transition: all 0.6s ease 0.6s; }

#banner .swiper-button-next, #banner .swiper-button-prev{ padding:30px 15px; background: rgba(0, 0, 0, .33); margin-top: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all .3s; }
#banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 32px; color: #fff; line-height: 1; font-weight: 200; }
#banner .swiper-button-next:after, #banner .swiper-button-prev::after{ display: none; }
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover{ transition: all .3s; background: var(--pei-color); }

@media only screen and (max-width: 1800px){
  #banner a .banner_one b{ font-size: 40px; }
  #banner .swiper-slide-active a .banner_one hr{ width: 80px; }
  #banner a .banner_one p{ font-size: 24px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 40px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 20px; }
}
@media only screen and (max-width: 1600px){
  #banner a .banner_one b{ font-size: 40px; }
  #banner .swiper-slide-active a .banner_one hr{ width: 75px; }
  #banner a .banner_one p{ font-size: 22px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 40px; letter-spacing: 6px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 22px; }
  #banner a .banner_third p{ margin:25px 0; }
  #banner a .banner_third{ left:22%; width: 56%;  }
  #banner a .banner_third li{ margin-right: 25px; }
  #banner a .banner_third li i{ font-size: 42px; width: 72px; height: 72px; }
  #banner a .banner_third li span{ font-size: 15px; margin-top: 10px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:28px 14px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 30px; }
}
@media only screen and (max-width: 1400px){
  #banner a .banner_one b{ font-size: 40px; }
  #banner .swiper-slide-active a .banner_one hr{ width: 70px; }
  #banner a .banner_one p{ font-size: 20px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 40px; letter-spacing: 4px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 20px; margin-top: 22px; }
  #banner a .banner_third p{ margin:20px 0; }
  #banner a .banner_third{ left:20%; width: 60%;  }
  #banner a .banner_third li{ margin-right: 20px; }
  #banner a .banner_third li i{ font-size: 38px; width: 68px; height: 68px; }
  #banner a .banner_third li span{ font-size: 14px; margin-top: 8px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:26px 13px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 28px; }
}
@media only screen and (max-width: 1200px){
  #banner a .banner_one b{ font-size: 40px; }
  #banner .swiper-slide-active a .banner_one hr{ width: 65px; }
  #banner a .banner_one p{ font-size: 19px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 40px; letter-spacing: 2px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 18px; margin-top: 18px; line-height: 1.5; box-sizing: border-box; padding:0 30px; letter-spacing: 3px; }
  #banner a .banner_third p{ margin:15px 0; padding:0; }
  #banner a .banner_third{ left:20%; width: 60%;  }
  #banner a .banner_third li{ margin-right: 15px; }
  #banner a .banner_third li i{ font-size: 34px; width: 64px; height: 64px; }
  #banner a .banner_third li span{ font-size: 13px; margin-top: 6px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:24px 12px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 26px; }
}
@media only screen and (max-width: 992px){
  #banner a .banner_one b{ font-size: 40px; letter-spacing: 6px; }
  #banner a .banner_one hr{ margin:30px 0; }
  #banner .swiper-slide-active a .banner_one hr{ width: 60px; }
  #banner a .banner_one p{ font-size: 18px; letter-spacing: 3px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 36px; letter-spacing: 0; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 16px; margin-top: 14px; letter-spacing: 2px; }
  #banner a .banner_third p{ margin:12px 0; padding:0; }
  #banner a .banner_third{ left:0; width: 100%; box-sizing: border-box; padding: 0 15px; display: flex; align-items: center; justify-content: center; }
  #banner a .banner_third li{ margin-right: 15px; }
  #banner a .banner_third li i{ font-size: 30px; width: 60px; height: 60px; }
  #banner a .banner_third li span{ font-size: 12px; margin-top: 4px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:22px 11px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  #banner a .banner_one b{ font-size: 40px; letter-spacing: 6px; }
  #banner a .banner_one hr{ margin:25px 0; }
  #banner .swiper-slide-active a .banner_one hr{ width: 55px; }
  #banner a .banner_one p{ font-size: 17px; letter-spacing: 3px; }
  #banner  .swiper-button-next{ right:5px; }
  #banner .swiper-button-prev{ left:5px; }
  #banner  .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 30px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 30px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 14px; margin-top: 10px; letter-spacing: 1px; }
  #banner a .banner_third li i{ font-size: 26px; width: 56px; height: 56px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:20px 10px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 22px; }
}
@media only screen and (max-width: 640px){
  #banner a .banner_one b{ font-size: 36px; letter-spacing: 4px; }
  #banner a .banner_one hr{ margin:20px 0; }
  #banner .swiper-slide-active a .banner_one hr{ width: 50px; }
  #banner a .banner_one p{ font-size: 16px; letter-spacing: 2px; }
  #banner  .swiper-button-next{ right:0; }
  #banner .swiper-button-prev{ left:0; }
  #banner  .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 28px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 28px; text-align: center; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 13px; margin-top: 6px; letter-spacing: 0; text-align: center; }
  #banner a .banner_third li i{ font-size: 24px; width: 52px; height: 52px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:18px 9px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 20px; }
}
@media only screen and (max-width: 576px){
  #banner a .banner_one b{ font-size: 30px; letter-spacing: 2px; }
  #banner a .banner_one hr{ margin:15px 0; }
  #banner .swiper-slide-active a .banner_one hr{ width: 45px; }
  #banner a .banner_one p{ font-size: 15px; letter-spacing: 1px; }
  #banner  .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 26px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 24px; }
  #banner a .banner_two p, #banner a .banner_third p{ font-size: 12px; }
  #banner a .banner_third li i{ font-size: 22px; width: 48px; height: 48px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ padding:16px 8px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 18px; }
}
@media only screen and (max-width: 414px){
  #banner a .banner_one b{ font-size: 24px; letter-spacing: 0; }
  #banner a .banner_one hr{ margin:10px 0; }
  #banner .swiper-slide-active a .banner_one hr{ width: 40px; }
  #banner a .banner_one p{ font-size: 14px; letter-spacing: 0; }
  #banner  .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 24px; }
  #banner a .banner_two b, #banner a .banner_third b{ font-size: 16px; }
  #banner a .banner_third li i{ font-size: 20px; width: 44px; height: 44px; }
  #banner .swiper-button-next i, #banner .swiper-button-prev i{ font-size: 16px; }
}

/* m_tit */
.m_tit{ width: 100%; padding:0px 30px; box-sizing: border-box; display: flex; flex-direction: column; }
.m_tit b{ font-size: 40px; color: #ffffff; font-weight: bold; line-height: 1;  display: block; }
.m_tit p{ font-size: 18px; color: #ffffff; line-height: 1; margin-top: 16px; }
.m_tit span{ font-size: 18px; color: #e4e5e5; text-transform: uppercase; line-height: 1; letter-spacing: 2px; margin-top: 16px; }
@media only screen and (max-width: 1600px){
  .m_tit{ padding:30px; }
  .m_tit b{ font-size: 36px; letter-spacing: 3px; }
  .m_tit p{ font-size: 16px; margin-top: 14px; }
  .m_tit span{ font-size: 16px; letter-spacing: 0; margin-top: 14px; }
}
@media only screen and (max-width: 1400px){
  .m_tit{ padding:20px 25px 5px 25px; }
  .m_tit b{ font-size: 32px; letter-spacing: 2px; }
  .m_tit p, .m_tit span{ font-size: 14px; margin-top: 12px; }
}
@media only screen and (max-width: 1200px){
  .m_tit{ padding:20px; }
  .m_tit b{ font-size: 28px; letter-spacing: 1px; }
  .m_tit p, .m_tit span{ font-size: 13px; margin-top: 10px; }
}
@media only screen and (max-width: 992px){
  .m_tit{ padding:15px; padding-top: 81px; }
  .m_tit b{ font-size: 24px; }
  .m_tit p, .m_tit span{ font-size: 12px; margin-top: 8px; }
}
@media only screen and (max-width: 768px){
  .m_tit b{ font-size: 20px; }
  .m_tit p, .m_tit span{ margin-top: 6px; }
}
@media only screen and (max-width: 640px){
  .m_tit{ padding-top: 79px; }
  .m_tit b{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .m_tit{ padding:12px; padding-top: 74px; }
  .m_tit b{ font-size: 17px; }
}
@media only screen and (max-width: 414px){
  .m_tit{ padding-top: 72px; }
  .m_tit b{ font-size: 16px; font-weight: normal; }
  .m_tit p, .m_tit span{ line-height: 1.5; }
}
@media (min-height: 760px) and (max-height: 860px)and (min-width: 992px) and (max-width: 1920px){
  .m_tit{ padding:20px; }
  .m_tit b{ font-size: 32px; letter-spacing: 2px; }
  .m_tit p{ font-size: 14px; margin-top: 12px; }
  .m_tit span{ font-size: 14px; letter-spacing: 0; margin-top: 12px; }
}

/* m_product */
.m_product{ width:100%; height:100vh; overflow: hidden; background: url(../images/product_bg.jpg) no-repeat center top; background-size: cover; }
.m_product .bd{ justify-content: center; height: calc(100% - 154px); background: #ffffff; padding:30px; display: flex; flex-direction: column; overflow: hidden; width: 100%; box-sizing: border-box; margin-top: 10px;}
.m_product .top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.m_product .type{ display: flex; align-items: center; width: calc(100% - 200px); }
.m_product .type a{ display: inline-flex; margin-right: 20px; align-items: center; justify-content: center; background: #eeeeee; padding:15px 20px; font-size: 18px; color: #2f2f2f; line-height: 1; transition: all .3s; }
.m_product .top > a{ display: inline-flex; align-items: center; justify-content: center; background: #2f2f2f; padding:15px 40px; font-size: 18px; color: #ffffff; line-height: 1; transition: all .3s; }
.m_product .type a:hover, .m_product .top > a:hover{ transition: all .3s; background: var(--pei-color); color: #ffffff; }
#mproduct{ width: 100%; overflow: hidden; }
#mproduct .swiper-slide{ height: auto; }
#mproduct a{ display: block; overflow: hidden; width: 100%; }
#mproduct a .img{ width: 100%; padding-bottom: 68%; background: #f5f6fa; overflow: hidden; position: relative; }
#mcase a .img{ width: 100%; padding-bottom: 68%; background: #f5f6fa; overflow: hidden; position: relative; }

#mproduct a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
#mproduct a .img span{ position: absolute; right: 0; top:0; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: url(../images/hot.png) no-repeat center; background-size: 100%; }
#mproduct a .img span small{ font-size: 16px; color: #ffe400; font-family: "YRD"; line-height: 1; position: relative; top:4px; left:-2px; }
#mproduct a b{ display: block; box-sizing: border-box; text-align: center; padding:15px; background: #eeeeee; font-size: 18px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: normal; margin-top: 8px; transition: all .3s; }
#mproduct a:hover img{ transition: all .3s; transform: scale(1.05); }
#mproduct a:hover b{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }
@media only screen and (max-width: 1600px){
  .m_product .bd{ height: calc(100% - 126px); padding:30px; }
  #mproduct a b{ font-size: 17px; padding:14px; margin-top: 7px; }
  #mproduct a .img{ padding-bottom: 50%; }
  #mcase a .img{ padding-bottom: 50%; }

  .m_product .type a{ margin-right: 18px; padding:14px 20px; font-size: 17px; }
  .m_product .top > a{ padding:14px 40px; font-size: 17px; }
}
@media only screen and (max-width: 1400px){
  #mproduct a b{ font-size: 16px; padding:13px; margin-top: 6px; }
  .m_product .bd{ height: calc(100% - 100px); padding:15px 25px 10px 25px; }
  .m_product .top{ margin-bottom: 15px; }
  .m_product .type a{ margin-right: 16px; padding:13px 20px; font-size: 16px; }
  .m_product .top > a{ padding:13px 40px; font-size: 16px; }
  #mproduct a .img{ padding-bottom: 30%; }
  #mproduct a .img span{ width: 58px; height: 58px;}
  #mproduct a .img span small{ font-size: 15px; top:4px; left:-2px; }


}
@media only screen and (max-width: 1200px){
  #mproduct a b{ font-size: 15px; padding:12px; margin-top: 6px; }
  .m_product .bd{ height: calc(100% - 91px); padding:20px; }
  .m_product .top{ margin-bottom: 20px; }
  .m_product .type a{ margin-right: 15px; padding:12px 20px; font-size: 15px; }
  .m_product .top > a{ padding:12px 36px; font-size: 15px; }
  #mproduct a .img span{ width: 56px; height: 56px;}
  #mproduct a .img span small{ font-size: 14px; top:4px; left:-2px; }
}
@media only screen and (max-width: 992px){
  #mproduct a b{ font-size: 14px; padding:11px; margin-top: 5px; }
  .m_product .bd{ height: calc(100% - 140px); padding:15px; }
  .m_product .top{ margin-bottom: 15px; }
  .m_product .type a{ margin-right: 14px; padding:12px 20px; font-size: 14px; }
  .m_product .top > a{ padding:12px 32px; font-size: 14px; }
  #mproduct a .img{ padding-bottom: 56%; }
  #mproduct a .img span{ width: 54px; height: 54px;}
  #mproduct a .img span small{ font-size: 13px; top:4px; left:-2px; }

  #mcase a .img{padding-bottom: 75px;}
}
@media only screen and (max-width: 768px){
  #mproduct a b{ font-size: 13px; padding:10px; margin-top: 4px; }
  .m_product .bd{ height: calc(100% - 134px); }
  .m_product .type a{ margin-right: 13px; padding:12px; font-size: 13px; }
  .m_product .top > a{ padding:12px 28px; font-size: 13px; }
  #mproduct a .img{ padding-bottom: 59%; }
  #mproduct a .img span{ width: 52px; height: 52px;}
  #mproduct a .img span small{ font-size: 12px; top:4px; left:-2px; }
}
@media only screen and (max-width: 640px){
  #mproduct a b{ font-size: 12px; padding:8px; margin-top: 2px; }
  .m_product .bd{ height: calc(100% - 130px); }
  .m_product .type a{ margin-right: 12px; padding:10px; font-size: 12px; }
  .m_product .top > a{ padding:10px 24px; font-size: 12px; }
  #mproduct a .img{ padding-bottom: 61%; }
  .m_product .type{ width: calc(100% - 96px); }
}
@media only screen and (max-width: 576px){
  .m_product .bd{ height: calc(100% - 121px); }
  .m_product .type a{ margin-right: 10px; padding:8px; font-size: 12px; }
  .m_product .top > a{ padding:8px 20px; font-size: 12px; }
  #mproduct a .img{ padding-bottom: 61%; }
  .m_product .type{ width: calc(100% - 88px); }
  #mproduct a .img span{ width: auto; height: auto; padding:6px 12px; background: #f00; line-height: 1; }
  #mproduct a .img span small{ font-size: 12px; top:0; left:0; }
}
@media only screen and (max-width: 414px){
  .m_product .type{ width: 100%; }
  .m_product .top > a{ display: none; }
  .m_product .type a{ padding:6px; margin-right: 6px; }
  #mproduct a .img{ padding-bottom: 75%; }

}
@media (min-height: 760px) and (max-height: 860px) and (max-width: 1920px){
  .m_product .bd{ justify-content: center; height: calc(100% - 98px); padding:20px; }
  .m_product .top{ margin-bottom: 20px; }
  .m_product .type a, .m_product .top > a{ font-size: 12px; }
  #mproduct a .img{ padding-bottom: 45%; }
  #mproduct a .img img{ object-fit: contain; }
}
@media (min-width: 1700px) and (min-height: 860px) and (max-height: 960px) and (max-width: 1920px){
  #mproduct a .img{ padding-bottom: 60%; }
}


/* m_about */
.m_about{ width:100%; height:100vh; overflow: hidden; }
.m_about .hd b{ color: var(--zhu-color); }
.m_about .bd{ justify-content: center; height: calc(100% - 380px); background: #ffffff; padding:30px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; width: 100%; box-sizing: border-box; }
.m_about .intro{ width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; }
.m_about .intro .txt{ width: 100%; box-sizing: border-box; position: relative; padding:30px 90px 0 50px; font-size: 16px; color: #333333; line-height: 1.75; overflow: hidden; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.m_about .intro .txt::before{ content: "“"; display: inline-block; font-family: "BDZYJT"; font-size: 200px; color: #e4e5e5; position: absolute; left:-112px; top:0; line-height: 1; }
.m_about .intro a{ display: inline-flex; float: right; margin-top: 30px; margin-right: 90px; padding:15px 38px; background: var(--zhu-color); line-height: 1; font-size: 14px; color: #ffffff; border-radius: 30px; text-transform: uppercase; }
.m_about .numbers{ margin-top: 30px; padding-right: 90px; box-sizing: border-box; display: flex; align-items: flex-start; }
.m_about .numbers li{ width: 33.3%; display: inline-flex; align-items: center; }
.m_about .numbers li > i{ display: inline-flex; width: 210px; height: 142px; background: #efeef3; align-items: center; justify-content: center; border-top: 4px solid var(--zhu-color); font-size: 98px; line-height: 1; }
.m_about .numbers li .num{ width: calc(100% - 210px); box-sizing: border-box; padding:0 30px; display: flex; flex-direction: column; }
.m_about .numbers .num p{ font-size: 24px; color: #5f616c; line-height: 1; display: block; }
.m_about .numbers .num small{ text-transform: uppercase; font-size: 14px; color: #5f616c; line-height: 1; margin:14px 0; display: block; }
.m_about .numbers .num hr{ width: 90px; height: 2px; background: #5f616c; border:0; margin-bottom: 10px; }
.m_about .numbers .num > div{ display: inline-flex; align-items: flex-end; line-height: 1; }
.m_about .numbers .num > div i{ font-size: 18px; color: #5f616c; line-height: 1; position: relative; top:-8px; left: 10px; }
.m_about .numbers .num > div span{ font-size: 48px; color: #5f616c; font-family: "SWS"; line-height: 1; }
.m_cult{ width: 100%; display: flex; flex-direction: column; box-sizing: border-box; padding:30px 30px; background: #333333; }
.m_cult b{ font-size: 40px; color: #ffffff; line-height: 1; font-weight: bold; display: block; }
.m_cult small{ text-transform: uppercase; letter-spacing: 2px; font-size: 18px; color: #ffffff; line-height: 1; font-weight: normal; display: block; margin:20px 0; }
.m_cult p{ font-size: 18px; color: #ffffff; line-height: 2; }
@media only screen and (max-width: 1800px){
  .m_about .numbers li > i{ font-size: 88px; width: 160px; height: 140px; }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 160px); }
  .m_about .numbers .num p{ font-size: 24px; }
  .m_about .numbers .num small{ font-size: 13px; }
  .m_about .numbers .num > div span{ font-size: 40px; }
  .m_about .numbers .num > div i{ font-size: 16px; }
}
@media only screen and (max-width: 1600px){
  .m_about .bd{ height: calc(100% - 290px); padding:30px; }
  .m_about .intro .txt{ padding:40px 0 0 80px; }
  .m_about .intro .txt::before{ font-size: 180px; left: -100px; }
  .m_about .intro a{ margin-right: 0; padding:13px 32px; }
  .m_about .numbers{ margin-top: 40px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 78px; width: 140px; height: 120px; }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 140px); }
  .m_about .numbers .num p{ font-size: 20px; }
  .m_about .numbers .num small{ font-size: 12px; }
  .m_about .numbers .num > div span{ font-size: 32px; }
  .m_about .numbers .num > div i{ font-size: 14px; }
  .m_cult{ padding:30px; }
  .m_cult b{ font-size: 36px; letter-spacing: 3px; }
  .m_cult small{ font-size: 16px; margin:18px 0; line-height: 1; letter-spacing: 0; }
  .m_cult p{ font-size: 16px; letter-spacing: 0; }
}
@media only screen and (max-width: 1400px){
  .m_about .bd{ height: calc(100% - 252px); padding:15px 25px 10px 25px; }
  .m_about .intro .txt{ padding:30px 0 0 60px; font-size: 15px; }
  .m_about .intro .txt::before{ font-size: 140px; left: -80px; }
  .m_about .intro a{ margin-right: 0; padding:12px 28px; }
  .m_about .numbers{ margin-top: 20px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 58px; width: 100px; height: 80px; }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 100px); }
  .m_about .numbers .num p{ font-size: 18px; }
  .m_about .numbers .num small{ margin: 8px 0; }
  .m_about .numbers .num hr{ height: 1px; }
  .m_about .numbers .num > div span{ font-size: 26px; }
  .m_about .numbers .num > div i{ font-size: 13px; }
  .m_cult{ padding:25px; }
  .m_cult b{ font-size: 32px; letter-spacing: 2px; }
  .m_cult p, .m_tit small{ font-size: 14px; }
  .m_cult small{ margin:16px 0; }
}
@media only screen and (max-width: 1200px){
  .m_about .bd{ height: calc(100% - 213px); padding:20px; }
  .m_about .intro .txt{ padding:30px 0 0 50px; font-size: 15px; }
  .m_about .intro .txt::before{ font-size: 100px; left: -54px; }
  .m_about .intro a{ margin-right: 0; padding:10px 24px; }
  .m_about .numbers{ margin-top: 30px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 38px; width: 80px; height: 60px; }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 80px); }
  .m_about .numbers .num p{ font-size: 18px; margin-bottom: 12px; }
  .m_about .numbers .num small, .m_about .numbers .num hr{ display: none; }
  .m_about .numbers .num > div span{ font-size: 24px; }
  .m_about .numbers .num > div i{ font-size: 12px; }
  .m_cult{ padding:20px; }
  .m_cult b{ font-size: 28px; letter-spacing: 1px; }
  .m_cult p, .m_cult small{ font-size: 13px; }
  .m_cult small{ margin:14px 0; }
}
@media only screen and (max-width: 992px){
  .m_about .bd{ height: calc(100% - 255px); padding:15px; }
  .m_about .intro a{ margin-right: 0; padding:10px 24px; font-size: 13px; }
  .m_about .intro .txt{ padding:30px 0 0 40px; font-size: 14px; }
  .m_about .numbers{ margin-top: 30px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 38px; width: 80px; height: 60px; }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 80px); }
  .m_about .numbers .num p{ font-size: 16px; font-weight: normal; margin-bottom: 12px; }
  .m_about .numbers .num > div span{ font-size: 22px; }
  .m_cult{ padding:15px; }
  .m_cult b{ font-size: 24px; }
  .m_cult p, .m_cult small{ font-size: 12px; }
  .m_cult small{ margin:12px 0; }
}
@media only screen and (max-width: 768px){
  .m_about .bd{ height: calc(100% - 246px); }
  .m_about .intro a{ margin-right: 0; padding:10px 24px; font-size: 13px; margin-top: 20px; }
  .m_about .intro .txt{ padding:30px 0 0 40px; font-size: 14px; }
  .m_about .numbers{ margin-top: 30px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 28px; width: 70px; height: 50px; border-top: 3px solid var(--zhu-color); }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 70px); }
  .m_about .numbers .num p{ font-size: 15px; font-weight: normal; margin-bottom: 12px; }
  .m_about .numbers .num > div span{ font-size: 20px; }
  .m_cult b{ font-size: 20px; }
  .m_cult p, .m_cult small{ line-height: 1.5; }
  .m_cult small{ margin:10px 0; }
}
@media only screen and (max-width: 640px){
  .m_about .bd{ height: calc(100% - 230px); }
  .m_about .intro a{ margin-right: 0; padding:8px 20px; font-size: 12px; margin-top: 10px; }
  .m_about .intro .txt{ padding:15px 0 0; font-size: 14px; }
  .m_about .intro .txt::before{ display: none; }
  .m_about .numbers{ margin-top: 20px; padding-right: 0; }
  .m_about .numbers li > i{ font-size: 18px; width: 60px; height: 40px; border-top: 2px solid var(--zhu-color); }
  .m_about .numbers li .num{ padding:0 15px; width: calc(100% - 60px); }
  .m_about .numbers .num p{ font-size: 14px; }
  .m_about .numbers .num > div span{ font-size: 18px; }
  .m_cult b{ font-size: 18px; }
  .m_cult small{ margin:8px 0; }
}
@media only screen and (max-width: 576px){
  .m_about .bd{ height: calc(100% - 350px); }
  .m_about .intro a{ padding:8px 16px;margin-top: 5px; }
  .m_about .intro .txt{ padding:0; margin:15px 0 0; font-size: 13px; }
  .m_about .numbers{ margin-top: 15px; padding-right: 0; flex-wrap: wrap; }
  .m_about .numbers li{ width: 100%; margin:2px 0; }
  .m_about .numbers li > i{ font-size: 16px; width: 40px; height: 40px; }
  .m_about .numbers li .num{ padding:0 12px; width: calc(100% - 40px); display: flex; flex-direction: row; align-items: center; }
  .m_about .numbers .num p{ font-size: 14px; margin-bottom: 0; margin-right: 12px; }
  .m_about .numbers .num > div span{ font-size: 16px; }
  .m_about .numbers .num > div i{ top:-3px; }
  .m_cult{ padding:12px; }
  .m_cult b{ font-size: 17px; }
  .m_cult small{ margin:6px 0; }
  #mcase a .img{padding-bottom: 75%;}
}
@media only screen and (max-width: 414px){
  .m_cult b{ font-size: 16px; font-weight: normal; }
  .m_cult p, .m_cult span{ line-height: 1.5; }
}
@media (min-height: 760px) and (max-height: 860px) and (max-width: 1920px){
  .m_about .bd{ justify-content: space-around; height: calc(100% - 300px); padding:20px; }
  .m_about .numbers{ margin-top: 30px; padding-right: 30px; }
  .m_about .numbers li > i{ font-size: 58px; width: 100px; height: 80px; }
  .m_about .numbers .num p{ font-size: 16px; }
  .m_about .numbers .num small{ font-size: 12px; margin:12px 0; }
  .m_about .numbers .num > div span{ font-size: 16px; }
  .m_about .numbers .num > div i{ font-size: 13px; top:-2px; }
  .m_cult{ padding:20px; }
  .m_cult b{ font-size: 32px; letter-spacing: 2px; }
  .m_cult small{ font-size: 14px; margin:12px 0; }
  .m_cult p{ font-size: 14px; }
}

/* m_case */
.m_case{ width:100%; height:100vh; overflow: hidden; background: url(../images/case_bg.jpg) no-repeat center top; background-size: cover; }
.m_case .hd{ border-bottom: 1px dashed #ffffff; }
.m_case .hd span{ color: #ffffff; }
.m_case .bd{ justify-content: center; height: calc(100% - 154px); padding:30px; display: flex; flex-direction: column; overflow: hidden; width: 100%; box-sizing: border-box; }
#mcase{ width: 100%; overflow: hidden; }
#mcase .swiper-slide{ height: auto; }
#mcase a{ display: block; overflow: hidden; width: 100%; overflow: hidden; position: relative; }
#mcase a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#mcase a .txt{ position: absolute; top:0; left: 0; box-sizing: border-box; padding:15px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; top:100%; transition: all .3s; }
#mcase a .txt span{ font-size: 36px; line-height: 1; color: #ffffff; font-weight: 200; }
#mcase a .txt b{ display: block; font-weight: normal; margin-top: 12px; text-align: center; line-height: 1; font-size: 18px; color: #ffffff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#mcase a:hover img{ transition: all .3s; transform: scale(1.05); }
#mcase a:hover .txt{ transition: all .3s; top:0; }
@media only screen and (max-width: 1600px){
  .m_case .bd{ height: calc(100% - 127px); padding:30px; }
  #mcase a .txt span{ font-size: 32px; }
  #mcase a .txt b{ font-size: 17px; }
}
@media only screen and (max-width: 1400px){
  .m_case .bd{ height: calc(100% - 140px); padding:15px 25px 10px 25px; }
  #mcase a .txt span{ font-size: 30px; }
  #mcase a .txt b{ font-size: 16px; }
}
@media only screen and (max-width: 1200px){
  .m_case .bd{ height: calc(100% - 92px); padding:20px; }
  #mcase a .txt span{ font-size: 28px; }
  #mcase a .txt b{ font-size: 15px; }
}
@media only screen and (max-width: 992px){
  .m_case .bd{ height: calc(100% - 141px); padding:15px; }
  #mcase a .txt span{ font-size: 26px; }
  #mcase a .txt b{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .m_case .bd{ height: calc(100% - 135px); }
  #mcase a .txt span{ font-size: 24px; }
  #mcase a .txt b{ font-size: 13px; }
}
@media only screen and (max-width: 640px){
  .m_case .bd{ height: calc(100% - 131px); }
  #mcase a .txt span{ font-size: 22px; }
  #mcase a .txt b{ font-size: 12px; }
}
@media only screen and (max-width: 576px){
  .m_case .bd{ height: calc(100% - 160px); }
  #mcase a .txt span{ font-size: 20px; }
}
@media only screen and (max-width: 414px){
  #mcase a .txt span{ font-size: 18px; }
}
@media (min-height: 760px) and (max-height: 860px) and (max-width: 1920px){
  .m_case .bd{ justify-content: center; height: calc(100% - 180px); padding:20px; }
  /*#mcase a{ padding-bottom: 80%; }*/
  #mcase a .txt span{ font-size: 32px; }
  #mcase a .txt b{ font-size: 16px; }
}



/* m_news */
.m_news{ width:100%; height:100vh; overflow: hidden; }
.m_news .hd b{ color: var(--zhu-color); }
.m_news .bd{ justify-content: center; height: calc(100% - 380px); background: #ffffff; padding:30px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; width: 100%; box-sizing: border-box; }
#mnews{ width: 100%; overflow: hidden; }
#mnews a{ display: block; overflow: hidden; }
#mnews a .img{ width: 100%; padding-bottom: 50%; overflow: hidden; position: relative; }
#mnews a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#mnews a .txt{ box-sizing: border-box; padding:24px 15px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; transition: all .3s; }
#mnews a .txt b{ display: block; font-weight: normal; line-height: 1; font-size: 18px; color: #303e5c; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width: 100%; }
#mnews a .txt p{ margin: 20px 0; font-size: 15px; line-height: 1.6; color: #303e5c; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#mnews a .txt small{ font-size: 12px; line-height: 1; color: #303e5c; border:1px solid #2a3854; padding:12px 48px; }
#mnews a:hover img{ transition: all .3s; transform: scale(1.05); }
#mnews a:hover .txt{ background: var(--zhu-color); transition: all .3s; }
#mnews a:hover .txt b, #mnews a:hover .txt p, #mnews a:hover .txt small{ color: #ffffff; border-color: #ffffff; transition: all .3s; }
.m_footer{ background: #333333; box-sizing: border-box; width: 100%; }
.m_footer .footer{ background: #333333; }
.m_footer .footer .info b{ display: none; }
.m_footer .footer .info p{  color: #ffffff; }
.m_footer .footer .copy p, .m_footer .footer .copy p a{  color: #ffffff;  }
.m_footer .footer .copy{ margin-top: 15px; }
@media only screen and (max-width: 1600px){
  .m_news .bd{ height: calc(100% - 346px); padding:30px; }
  #mnews a .txt p{ display: none;}
  #mnews a .img{padding-bottom: 40%;}
}
@media only screen and (max-width: 1400px){
  .m_news .bd{ height: calc(100% - 285px); padding:20px 25px 0px 25px;}
  #mnews a .txt small{ padding:10px 36px; margin-top: 10px;}
  #mnews a .txt p{ margin:16px 0;display: none;}

  #mnews a .img{padding-bottom: 35%;}

}
@media only screen and (max-width: 1200px){
  .m_news .bd{ height: calc(100% - 265px); padding:20px; }
  #mnews .swiper-slide{ height: auto; }
  #mnews a .txt p{ margin:14px 0; }
  #mnews a .txt b{ font-size: 17px; }
}
@media only screen and (max-width: 992px){
  .m_news .bd{ height: calc(100% - 291px); padding:15px; }
  #mnews a .txt p{ margin:12px 0; font-size: 14px; line-height: 1.6; }
  #mnews a .txt b{ font-size: 16px; }
}
@media only screen and (max-width: 768px){
  .m_news .bd{ height: calc(100% - 255px); }
  #mnews a .txt{ padding:15px; }
  #mnews a .txt b{ text-align: center; font-size: 15px; }
  #mnews a .txt p{ display: none; }
  #mnews a .txt small{ display: none; }
  .m_footer .footer{ padding-bottom: 15px; }
  .m_footer .footer .copy{ margin-top: 3px; }
}
@media only screen and (max-width: 640px){
  .m_news .bd{ height: calc(100% - 350px); }
  #mnews a .img{padding-bottom: 70%}
  #mnews a .txt{ padding:12px; }
  #mnews a .txt b{ font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .m_news .bd{ height: calc(100% - 350px); }
  #mnews a .img{padding-bottom: 70%}
  #mnews a .txt b{ font-size: 13px; }
  .m_footer .footer .copy p{ min-height: 36px; }
}
@media only screen and (max-width: 414px){
  .m_news .bd{ height: calc(100% - 350px); }
  #mnews a .txt b{ font-size: 12px; }
  #mnews a .img{padding-bottom: 70%}
}
@media (min-height: 760px) and (max-height: 860px) and (max-width: 1920px){
  .m_news .bd{ justify-content: center; height: calc(100% - 275px); padding:20px; }
  #mnews a .txt b{ margin-top: 0; }
  #mnews a .img{ padding-bottom: 65%; }
  .m_footer .footer{ padding:20px; }
  .m_footer .footer .info p{ font-size: 13px; }
  .m_footer .footer .form_group{ margin:5px 0; }
  .m_footer .footer .input_group input, .m_footer .code input, .m_footer .code img{ width: calc(50% - 5px); }
  .m_footer .footer .input_group, .m_footer .textarea_group{ width: calc(60% - 5px); }
  .m_footer .footer .code, .m_footer .footer .submit{ width: calc(40% - 5px); }
  .m_footer .footer .copy{ margin-top: 20px; }
}

/* footer */
.footer{ background: #f5f5f5; box-sizing: border-box; padding:30px; width: 100%; }
.footer .top{ display: flex; align-items: center; justify-content: space-between; }
.footer .info, .footer .msg{ width: calc(50% - 15px); }
.footer .info b{ display: block; font-size: 22px; line-height: 1; color: #0a0a0a; margin-bottom: 12px; }
.footer .info p{ font-size: 16px; line-height: 1.5; color: #333333; }
.footer .msg{ overflow: hidden; }
.footer form{ display: flex; flex-wrap: wrap; }
.footer .form_group{ width: 100%; margin:12px 0; display: flex; align-items: center; justify-content: space-between; }
.footer .code{ display: flex; align-items: center; justify-content: space-between; width: calc(40% - 15px); }
.footer .input_group, .footer .textarea_group{ width: calc(60% - 15px); }
.footer .submit{ width: calc(40% - 15px); background: var(--zhu-color); height: 36px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #ffffff; transition: all .3s; }
.footer .submit:hover{ transition: all .3s; background: var(--pei-color); }
.footer .input_group{ display: flex; align-items: center; justify-content: space-between; }
.footer .input_group input, .footer .code input{ width: calc(50% - 15px); height: 36px; background: #ffffff; font-size: 12px; color: #666666; box-sizing: border-box; padding:0 10px; border-radius: 5px; }
.footer .code img{ height: 36px; width: calc(50% - 15px); border-radius: 5px; }
.footer .textarea_group textarea{ width: 100%; height: 36px; background: #ffffff; font-size: 12px; color: #666666; box-sizing: border-box; padding:8px 10px; border-radius: 5px; }
.footer .copy{ width: 100%; margin-top: 30px; text-align: center; }
.footer .copy p, .footer .copy p a{ font-size: 14px; color: #666666; line-height: 1; }
@media only screen and (max-width: 1600px){
  .footer{ padding:30px; }
  .footer .copy{ margin-top: 30px; }
  .footer .info b{ font-size: 23px; }
  .footer .info p{ font-size: 16px; }
  .footer .form_group{ margin:10px 0; }
  .footer .input_group input, .footer .code input, .footer .code img{ width: calc(50% - 7.5px); }
  .footer .input_group, .footer .textarea_group{ width: calc(60% - 7.5px); }
  .footer .code, .footer .submit{ width: calc(40% - 7.5px); }
}
@media only screen and (max-width: 1400px){
  .footer{ padding:25px; }
  .footer .copy{ margin-top: 25px; }
  .footer .info b{ font-size: 21px; }
  .footer .info p{ font-size: 16px; line-height: 1.6; }
  .footer .form_group{ margin:8px 0; }
}
@media only screen and (max-width: 1200px){
  .footer{ padding:20px; }
  .footer .copy{ margin-top: 20px; }
  .footer .info b{ font-size: 19px; }
  .footer .info p{ font-size: 16px; }
  .footer .form_group{ margin:6px 0; }
}
@media only screen and (max-width: 992px){
  .footer{ padding:15px; }
  .footer .copy{ margin-top: 15px; }
  .footer .info b{ font-size: 17px; }
  .footer .info p{ font-size: 14px; }
  .footer .form_group{ margin:4px 0; }
}
@media only screen and (max-width: 768px){
  .footer{ padding-bottom: 65px; }
  .footer .info b{ font-size: 15px; }
  .footer .info p{ font-size: 13px; }
  .footer .info{ width: 100%; display: flex; flex-direction: column; align-items: center; }
  .footer .copy p, .footer .copy p a{ font-size: 13px; }
  .footer .msg{ display: none; }
}
@media only screen and (max-width: 640px){
  .footer .info b{ font-size: 14px; }
  .footer .info p{ font-size: 12px; }
  .footer .copy p, .footer .copy p a{ font-size: 12px; }
  .footer .copy p, .footer .copy p a{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .footer .copy p, .footer .copy p a{ font-size: 12px; line-height: 1.5; }
}


/* page_banner */
.page_banner{ width:100%; height: 100vh; position: relative; }
.page_banner > video{  height: 100vh; position: fixed; top: 0; right: 0; object-fit: cover; width: 100%;}
.page_banner > img{   position: fixed; bottom: 0; right: 0; height: 100%; object-fit: cover; width: 100%;}
.page_banner > .company_banner{  width: 100%; position: fixed; bottom: 0; right: 0; height: auto; }
.page_banner .mob_pbanner{ display: none; }
@media only screen and (max-width: 1600px){
  .page_banner > video{ width: 100%; }
  .page_banner > img{  width: 100%;  }
  .page_banner > .company_banner{  width: calc(100% - 280px); }
}
@media only screen and (max-width: 1400px){
  .page_banner{ width:100%; height: auto; }
  .page_banner > video, .page_banner > .company_banner{ display: none; }
  .page_banner > img, .page_banner .mob_pbanner{ display: block; position: static; width: 100%; }
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* crumbs */
.crumbs{ display: flex; align-items: flex-end; width: 100%; }
.crumbs .crumbs_tit{ width: 325px; height: 138px; background: var(--zhu-color) url(../images/logo_t.png) no-repeat 30px center; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }
.crumbs .crumbs_tit b{ font-size: 36px; color: #ffffff; line-height: 1; font-weight: normal; }
.crumbs .crumbs_tit small{ font-size: 24px; color: #ffffff; line-height: 1; margin-top: 12px; text-transform: uppercase; font-weight: normal; }
.crumbs .crumbs_nav{ background: #f7f8fc; padding:30px; box-sizing: border-box; width: calc(100% - 325px); display: flex; align-items: center; justify-content: space-between; }
.crumbs .crumbs_nav .nav{ display: inline-flex; align-items: center; }
.crumbs .crumbs_nav .nav a{ display: inline-flex; align-items: center; box-sizing: border-box; padding:0 10px; font-size: 16px; color: #333333; transition: all .3s; }
.crumbs .crumbs_nav .nav a i{ display: inline-block; width: 0; height: 1px; margin-right: 10px; background: #5f616c; border:0; transition: all .3s; }
.crumbs .crumbs_nav .nav a:hover i{ transition: all .3s; width: 30px; }
.crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 16px; color: #333333; line-height: 1; transition: all .3s; }
.crumbs .crumbs_nav span a:hover{ transition: all .3s; color: var(--pei-color); }
.crumbs .crumbs_nav span i{ font-size: 24px; line-height: 1; margin-right: 12px; }
@media only screen and (max-width: 1600px){
  .crumbs .crumbs_tit{ height: 128px; width: 280px; }
  .crumbs .crumbs_nav{ padding:25px; width: calc(100% - 280px); }
  .crumbs .crumbs_tit b{ font-size: 33px; }
  .crumbs .crumbs_tit small{ font-size: 22px; margin-top: 11px; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 17px; }
  .crumbs .crumbs_nav span i{ font-size: 22px; margin-right: 11px; }
}
@media only screen and (max-width: 1400px){
  .crumbs .crumbs_tit{ height: auto; padding:17px 0; width: 240px; background: var(--pei-color); }
  .crumbs .crumbs_nav{ padding:20px; width: calc(100% - 240px); }
  .crumbs .crumbs_tit b{ font-size: 30px; }
  .crumbs .crumbs_tit small{ display: none; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 16px; }
  .crumbs .crumbs_nav .nav a{ padding:0 6px; }
  .crumbs .crumbs_nav span i{ font-size: 20px; margin-right: 10px; }
}
@media only screen and (max-width: 1200px){
  .crumbs .crumbs_tit{ padding:13px 0; width: 200px; }
  .crumbs .crumbs_nav{ padding:15px 15px 15px 5px; width: calc(100% - 200px); }
  .crumbs .crumbs_tit b{ font-size: 27px; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 15px; }
  .crumbs .crumbs_nav .nav a{ padding:0 2px; }
  .crumbs .crumbs_nav span i{ font-size: 18px; margin-right: 9px; }
}
@media only screen and (max-width: 992px){
  .crumbs .crumbs_tit{ padding:13.5px 0; width: 180px; }
  .crumbs .crumbs_nav{ padding:15px 15px 15px 5px; width: calc(100% - 180px); }
  .crumbs .crumbs_tit b{ font-size: 24px; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 14px; }
  .crumbs .crumbs_nav .nav a{ padding:0 4px; }
  .crumbs .crumbs_nav span i{ font-size: 16px; margin-right: 9px; }
  .crumbs .crumbs_nav .nav a:hover i{ width: 25px; }
}
@media only screen and (max-width: 768px){
  .crumbs{ flex-direction: column; }
  .crumbs .crumbs_tit{ width: 100%; padding:15px; }
  .crumbs .crumbs_nav{ width: 100%; flex-direction: column-reverse; padding:12px; }
  .crumbs .crumbs_nav .nav{ margin-top: 10px; }
  .crumbs .crumbs_tit b{ font-size: 21px; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 13px; }
  .crumbs .crumbs_nav span i{ font-size: 14px; margin-right: 8px; }
  .crumbs .crumbs_nav .nav a:hover i{ width: 20px; margin-right: 8px; }
}
@media only screen and (max-width: 640px){
  .crumbs .crumbs_tit{ padding:14px; }
  .crumbs .crumbs_tit b{ font-size: 18px; }
  .crumbs .crumbs_nav .nav a, .crumbs .crumbs_nav span, .crumbs .crumbs_nav span a{ font-size: 12px; }
  .crumbs .crumbs_nav span i{ font-size: 12px; margin-right: 6px; }
  .crumbs .crumbs_nav .nav a:hover i{ width: 15px; }
}
@media only screen and (max-width: 576px){
  .crumbs .crumbs_tit{ padding:13px; }
  .crumbs .crumbs_tit b{ font-size: 17px; }
  .crumbs .crumbs_nav .nav a:hover i{ width: 10px; }
}
@media only screen and (max-width: 414px){
  .crumbs .crumbs_tit{ padding:12px; }
  .crumbs .crumbs_tit b{ font-size: 16px; }
  .crumbs .crumbs_nav .nav{ justify-content: center; }
}

/* page_main */
.page_main{ margin-top: -228px; position: relative; z-index: 11; }
.last_main{ margin-top: 90px; position: relative; z-index: 11; }
.main{ width:100%; padding:30px 0; min-height: 100px; overflow: hidden; box-sizing: border-box; background: #ffffff; }
.article{ box-sizing: border-box; padding:0 30px; }
@media only screen and (max-width: 1600px){
  .page_main{ margin-top: -128px; }
  .main{ padding:25px 0; }
  .article{ padding:0 25px; }
}
@media only screen and (max-width: 1400px){
  .page_main{ margin-top: -2px; }
  .main{ padding:20px 0; }
  .article{ padding:0 20px; }
}
@media only screen and (max-width: 1200px){
  .main{ padding:15px 0; }
  .article{ padding:0 15px; }
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}


/* catname */
.catname{ display: flex; align-items: center; justify-content: center; font-size: 36px; line-height: 1; color: #0a0a0a; margin-bottom: 30px; }
@media only screen and (max-width: 1600px){
  .catname{ font-size: 33px; margin-bottom: 25px; }
}
@media only screen and (max-width: 1400px){
  .catname{ font-size: 30px; margin-bottom: 20px; }
}
@media only screen and (max-width: 1200px){
  .catname{ font-size: 27px; margin-bottom: 15px; }
}
@media only screen and (max-width: 992px){
  .catname{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  .catname{ font-size: 21px; }
}
@media only screen and (max-width: 640px){
  .catname{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .catname{ font-size: 17px; }
}
@media only screen and (max-width: 414px){
  .catname{ font-size: 16px; }
}

/* company_intro */
#company_intro{ overflow: hidden; }
#company_intro .top, #company_intro .bom{ box-sizing: border-box; padding:0 30px; }
#company_intro .top > span{ display: block; font-size: 30px; color: #333333; line-height: 1; font-weight: 500; background: url(../images/logo_bg.png) no-repeat left center; padding:36px 0; }
#company_intro .top > p, #company_intro .bom > p{ padding:20px 0; margin-top: 15px; font-size: 16px; color: #333333; line-height: 1.75; transition: all .3s; }
/*.company_picture{ overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; padding:140px 0; background: url(../images/company_picture_bg.jpg) no-repeat right center; background-attachment: fixed; }*/
.company_picture{ overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; padding:140px 0; background: url(../images/company_picture_bg.jpg) no-repeat right center;  }
.company_picture b{ font-family: "阿里妈妈数黑体 Bold"; font-size: 64px; line-height: 1; color: #ffffff; letter-spacing: 2px; }
.company_picture p{ font-size: 18px; color: #ffffff; line-height: 1; margin-top: 16px; font-family: "AG"; text-transform: uppercase; letter-spacing: 4px; }
.company_adver{ overflow: hidden; padding:0 30px; }
.company_adver p{ font-size: 60px; color: #333333; line-height: 1.5; text-align: center; }
.company_adver b{ font-size: 100px; font-family: "SWB2"; color: #eeeeee; line-height: 1; margin: 30px 0; text-align: center; display: block; }
@media only screen and (max-width: 1600px){
  #company_intro .top, #company_intro .bom, .company_adver{ padding:0 25px; }
  #company_intro .top > span{ font-size: 28px; padding:30px 0; text-align: center; background-size: 30%; background-position: center; }
  #company_intro .top > p, #company_intro .bom > p{ margin-top: 0; padding:18px 0; }
  .company_picture{ padding:120px 0;  }
  .company_picture b{ font-size: 54px; letter-spacing: 1px; }
  .company_picture p{ font-size: 17px; margin-top: 14px; letter-spacing: 3px; }
  .company_adver p{ font-size: 49px; }
  .company_adver b{ font-size: 66px; margin: 25px 0; }
}
@media only screen and (max-width: 1400px){
  #company_intro .top, #company_intro .bom, .company_adver{ padding:0 20px; }
  #company_intro .top > span{ font-size: 26px; padding:24px 0; background-size: 24%; }
  #company_intro .top > p, #company_intro .bom > p{ padding:16px 0; line-height: 1.7; }
  .company_picture{ padding:100px 0;  }
  .company_picture b{ font-size: 48px; }
  .company_picture p{ font-size: 16px; margin-top: 12px; letter-spacing: 2px; }
  .company_adver p{ font-size: 44px; }
  .company_adver b{ font-size: 60px; margin: 20px 0; }
}
@media only screen and (max-width: 1200px){
  #company_intro .top, #company_intro .bom, .company_adver{ padding:0 15px; }
  #company_intro .top > span{ font-size: 24px; padding:18px 0; background-size: 24%; }
  #company_intro .top > p, #company_intro .bom > p{ padding:14px 0; line-height: 1.7; font-size: 15px; }
  .company_picture{ padding:80px 0;  }
  .company_picture b{ font-size: 42px; }
  .company_picture p{ font-size: 15px; margin-top: 10px; letter-spacing: 1px; }
  .company_adver p{ font-size: 39px; }
  .company_adver b{ font-size: 54px; margin: 15px 0; }
}
@media only screen and (max-width: 992px){
  #company_intro .top > span{ font-size: 21px; padding:0; background: none; }
  #company_intro .top > p, #company_intro .bom > p{ padding:12px 0; line-height: 1.65; font-size: 15px; }
  .company_picture{ padding:60px 0;  }
  .company_picture b{ font-size: 36px; }
  .company_picture p{ font-size: 14px; margin-top: 8px; letter-spacing: 0; }
  .company_adver p{ font-size: 35px; }
  .company_adver b{ font-size: 48px; }
}
@media only screen and (max-width: 768px){
  #company_intro .top > span{ font-size: 18px; }
  #company_intro .top > p, #company_intro .bom > p{ padding:10px 0; line-height: 1.60; font-size: 14px; }
  .company_picture{ padding:50px 0;  }
  .company_picture b{ font-size: 30px; }
  .company_picture p{ font-size: 13px; margin-top: 6px; }
  .company_adver p{ font-size: 29px; }
  .company_adver b{ font-size: 42px; }
}
@media only screen and (max-width: 640px){
  #company_intro .top > span{ font-size: 16px; }
  #company_intro .top > p, #company_intro .bom > p{ padding:8px 0; line-height: 1.55; font-size: 13px; }
  .company_picture{ padding:40px 0;  }
  .company_picture b{ font-size: 24px; }
  .company_picture p{ font-size: 12px; }
  .company_adver p{ font-size: 24px; }
  .company_adver b{ font-size: 36px; }
}
@media only screen and (max-width: 576px){
  #company_intro .top > span{ font-size: 15px; }
  #company_intro .top > p, #company_intro .bom > p{ padding:6px 0; line-height: 1.5; font-size: 12px; }
  .company_picture{ padding:30px 0;  }
  .company_picture b{ font-size: 18px; }
  .company_adver p{ font-size: 19px; }
  .company_adver b{ font-size: 30px; }
}
@media only screen and (max-width: 414px){
  #company_intro .top > span{ font-size: 14px; }
  #company_intro .top > p, #company_intro .bom > p{ padding:4px 0; }
  .company_picture{ padding:25px 0;  }
  .company_picture b{ font-size: 16px; }
  .company_adver p{ font-size: 14px; }
  .company_adver b{ font-size: 24px; }
}

/* show_list */
.show_list a { display: block; width:100%; margin-bottom: 30px; }
.show_list a .img{ width: 100%; padding-bottom: 72%; position: relative; overflow: hidden; }
.show_list a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.6s ease 0s; }
.show_list a .img span{ font-size: 30px; position: absolute; right:20px; bottom:20px; color: #ffffff; line-height: 1; }
.show_list a b{ font-weight: normal; display: block; font-size: 24px; color: #333333; line-height: 1; padding:20px 0; border-bottom: 1px solid #e1e1e1; transition: all .4s linear; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.show_list a:hover img { transform: scale(1.06); }
.show_list a:hover b{ transition: all .3s; border-color: var(--zhu-color); color: var(--zhu-color); }
.enter_list a{ box-sizing: border-box; border:1px solid #eeeeee; }
.enter_list a .img{ width: 100%; padding-bottom: 28%; position: relative; overflow: hidden; }
@media only screen and (max-width: 1400px){
  .show_list a b{ padding:18px 0; font-size: 22px; }
}
@media only screen and (max-width: 1200px){
  .show_list a b{ padding:16px 0; font-size: 20px; }
}
@media only screen and (max-width: 992px){
  .show_list a b{ font-size: 18px; padding:14px 0; }
  .show_list a .img span{ font-size:26px; }
}
@media only screen and (max-width: 768px){
  .show_list li{ padding-right: 7.5px; }
  .show_list li:nth-child(even){ padding-left: 7.5px; padding-right: 15px; }
  .show_list a{ margin-bottom: 15px; }
  .show_list a b{ font-size: 16px; padding:12px 0; }
  .show_list a .img span{ font-size:22px; }
}
@media only screen and (max-width: 640px){
  .show_list a b{ font-size: 15px; padding:10px 0; }
  .show_list a .img span{ font-size:18px; right:10px; bottom:10px; }
}
@media only screen and (max-width: 576px){
  .show_list a b{ font-size: 14px; }
}

/* service */
.service{ overflow: hidden; }
.service p{ font-size: 20px; color: #0a0a0a; line-height: 1.7; }
.service p em{ display: inline-block; text-indent: -9999px; width: 12px; height: 12px; background: #333333; border-radius: 50%; margin-right: 12px; position: relative; top: 12px; }
@media only screen and (max-width: 1600px){
  .service p{ font-size: 20px; line-height: 1.7; }
  .service p em{ width: 10px; height: 10px; margin-right: 10px; top: 11px; }
}
@media only screen and (max-width: 1400px){
  .service p{ font-size: 24px; line-height: 1.65; }
  .service p em{ width: 8px; height: 8px; margin-right: 8px; top: 10px; }
}
@media only screen and (max-width: 1200px){
  .service p{ font-size: 20px; line-height: 1.6; }
  .service p em{ width: 6px; height: 6px; margin-right: 6px; top: 9px; }
}
@media only screen and (max-width: 992px){
  .service p{ font-size: 18px; line-height: 1.55; }
  .service p em{ width: 4px; height: 4px; margin-right: 4px; top: 8px; }
}
@media only screen and (max-width: 768px){
  .service p{ font-size: 16px; line-height: 1.5; }
}
@media only screen and (max-width: 640px){
  .service p{ font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .service p{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .service p{ font-size: 12px; }
}


/* honors */
.honor{ padding:30px 0; }
#honors{ width: 100%; max-width: 500px; overflow: visible; }
#honors .swiper-slide { width: 75%; opacity: 0.5; }
#honors .swiper-wrapper{ display: flex; align-items: center; }
#honors .honor_box{ padding:0 10px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
#honors .img{ border:2px solid #f5f5f5; display: flex; align-items: center; justify-content: center; width: 100%; padding-bottom: 65%; position: relative; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
#honors .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; top:0; padding:20px; }
#honors b{ text-align: center; font-size: 16px; color: #333333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:12px; display: flex; align-items: center; justify-content: center; font-weight: normal; }
#honors .swiper-slide-active { opacity: 1; width: 100%; }
#honors .swiper-slide-active .img{ background: #ffffff; padding-bottom: 85%; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
#honors .swiper-button-next, #honors .swiper-button-prev{ margin-top: -55px; border-radius: 50%; display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; border:1px solid #333333; overflow: hidden; }
#honors .swiper-button-next{ right:-72px; }
#honors .swiper-button-prev{ left:-72px; }
#honors .swiper-button-next::after, #honors .swiper-button-prev::after{ display: none; }
#honors .swiper-button-next::before, #honors .swiper-button-prev::before{ content: ""; display: flex; width: 0; height: 100%; background: var(--zhu-color); position: absolute; left:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all .3s; }
#honors .swiper-button-next i, #honors .swiper-button-prev i{ font-size: 32px; line-height: 1; color: #333333; position: relative; z-index: 33; transition: all .3s; }
#honors .swiper-button-next:hover::before, #honors .swiper-button-prev:hover::before{ width: 100%; }
#honors .swiper-button-next:hover, #honors .swiper-button-prev:hover{ transition: all .3s; border-color: var(--zhu-color); }
#honors .swiper-button-next:hover i, #honors .swiper-button-prev:hover i{ transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1800px){
  #honors{ max-width: 33%; }
}
@media only screen and (max-width: 1600px){
  .honor{ padding:25px 0; }
  #honors .swiper-button-next, #honors .swiper-button-prev{ width: 52px; height: 52px; margin-top: -49.25px; }
  #honors .swiper-button-next i, #honors .swiper-button-prev i{ font-size: 28px; }
  #honors .img img{ padding:15px; }
  #honors b{ font-size: 15px; }
  #honors .swiper-button-next{ right:-62px; }
  #honors .swiper-button-prev{ left:-62px; }
}
@media only screen and (max-width: 1400px){
  .honor{ padding:20px 0; }
  #honors .swiper-button-next, #honors .swiper-button-prev{ width: 42px; height: 42px; margin-top: -43.5px; }
  #honors .swiper-button-next i, #honors .swiper-button-prev i{ font-size: 24px; }
  #honors .img img{ padding:10px; }
  #honors b{ font-size: 14px; }
  #honors .swiper-button-next{ right:-54px; }
  #honors .swiper-button-prev{ left:-54px; }
}
@media only screen and (max-width: 1200px){
  .honor{ padding:15px 0; }
  #honors .swiper-button-next, #honors .swiper-button-prev{ width: 32px; height: 32px; margin-top: -37.75px; }
  #honors .swiper-button-next i, #honors .swiper-button-prev i{ font-size: 20px; }
  #honors .img img{ padding:8px; }
  #honors b{ font-size: 13px; }
  #honors .swiper-button-next{ right:-45px; }
  #honors .swiper-button-prev{ left:-45px; }
}
@media only screen and (max-width: 992px){
  #honors .swiper-button-next, #honors .swiper-button-prev{ width: 24px; height: 24px; margin-top: -33px; }
  #honors .swiper-button-next i, #honors .swiper-button-prev i{ font-size: 16px; }
  #honors .img img{ padding:6px; }
  #honors b{ font-size: 12px; }
  #honors .swiper-button-next{ right:-36px; }
  #honors .swiper-button-prev{ left:-36px; }
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
  #honors{ max-width: 85%; }
  #honors .swiper-button-next{ right:10px; }
  #honors .swiper-button-prev{ left:10px; }
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* article_list */
.article_list{ overflow: hidden; display: flex; flex-wrap: wrap; justify-content: flex-start; }
.article_list li{ width: calc(33.3% - 16px); margin:0 24px 24px 0; }
.article_list li:nth-child(3n+0){ margin-right: 0; }
.article_list a{ display: block; width:100%; overflow: hidden; padding-bottom: 88px; position: relative; background: #f9f9f9; }
.article_list a .img{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden; transition: all .3s; }
.article_list a .img img{ width:100%; height:100%; position: absolute; object-fit: cover; transition: all .3s; }
.article_list a .txt{ position: absolute; left: 0; top:66%; background: #f9f9f9; width: 100%; height: 100%; box-sizing: border-box; padding:30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; transition: all .3s; }
.article_list a .txt span{ font-size: 16px; color: #999999; line-height: 1; display: block; margin:0 0 10px; }
.article_list a .txt b{ font-weight: normal; font-size: 22px; color: #0a0a0a; display: inline-block; width: 100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.article_list a .txt p{ height: 0; transition: all .3s; padding-top: 0; font-size: 16px; color: #999999; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.article_list a .txt i{ height: 0; overflow: hidden; transition: all .3s; font-size: 16px; color: #c5c8c7; line-height: 1; }
.article_list a:hover .txt{ transition: all .3s; top:0; justify-content: center; }
.article_list a:hover .txt p{ transition: all .3s; height: auto; margin:20px 0; }
.article_list a:hover .txt i{ transition: all .3s; height: auto; overflow: visible;}
@media only screen and (max-width: 1600px){
  .article_list a{ padding-bottom: 80px; }
  .article_list a .txt{ padding:25px; }
  .article_list a .txt span{ font-size: 15px; margin:0 0 8px; }
  .article_list a .txt b{font-size: 20px; }
  .article_list a .txt p{ font-size: 15px; line-height: 1.5; }
  .article_list a:hover .txt p{ margin:18px 0; }
}
@media only screen and (max-width: 1400px){
  .article_list li{ width: calc(33.3% - 13.3px); margin:0 20px 20px 0; }
  .article_list a{ padding-bottom: 72px; }
  .article_list a .txt{ padding:20px; top:68%; }
  .article_list a .txt span{ font-size: 14px; margin:0 0 6px; }
  .article_list a .txt b{font-size: 18px; }
  .article_list a .txt p{ font-size: 14px; }
  .article_list a:hover .txt p{ margin:16px 0; }
}
@media only screen and (max-width: 1200px){
  .article_list li{ width: calc(33.3% - 10px); margin:0 15px 15px 0; }
  .article_list a{ padding-bottom: 64px; }
  .article_list a .txt{ padding:15px; }
  .article_list a .txt span{ font-size: 13px; }
  .article_list a .txt b{font-size: 16px; }
  .article_list a .txt p{ font-size: 13px; margin:0 0 4px; }
  .article_list a:hover .txt p{ margin:14px 0; }
}
@media only screen and (max-width: 992px){
  .article_list a .txt{ top:70%; }
  .article_list a .txt span{ font-size: 12px; }
  .article_list a .txt b{font-size: 14px; }
  .article_list a .txt p{ font-size: 12px; -webkit-line-clamp:2; }
  .article_list a:hover .txt p{ margin:12px 0; }
}
@media only screen and (max-width: 768px){
  .article_list{ justify-content: space-between; }
  .article_list li{ width: calc(50% - 7.5px); margin:0 0 15px 0; }
  .article_list a{ padding-bottom: 58px; }
  .article_list a .txt{ top:72%; }
  .article_list a:hover .txt p{ margin:10px 0; }
}
@media only screen and (max-width: 640px){
  .article_list a .txt{ padding:12px; }
  .article_list a .txt{ top:70%; }
}
@media only screen and (max-width: 576px){
  .article_list a .txt{ padding:10px; }
  .article_list a .txt{ top:66%; }
}
@media only screen and (max-width: 414px){
  .article_list a .txt{ top:60%; }
}

/* article_content */
.article_content{ display: flex; align-items: flex-start; justify-content: space-between; }
.article_content .content{ width:100%; font-size: 15px; line-height: 1.6; color: #333333; }
.article_content .content p{ font-size: 16px; line-height: 1.8; color: #333333; margin-bottom: 6px; }
.article_content .content p img{ max-width: 100%; }
.article_content .content .meta{ padding:12px 16px; background: #f1f2f1; border:1px solid #eeeeee; margin-bottom: 24px; font-size: 14px; color: #666666; }
@media only screen and (max-width: 1800px){
  .article_content{ padding:0 0 30px; }
}
@media only screen and (max-width: 1600px){
  .article_content{ padding:0 0 25px; }
}
@media only screen and (max-width: 1400px){
  .article_content{ padding:0 0 20px; flex-direction: column; }
  .article_content .content{ width:100%; }
}
@media only screen and (max-width: 1200px){
  .article_content{ padding:0 0 15px; }
  .article_content .content p img{ max-width: 100%; }
}
@media only screen and (max-width: 992px){
  .article_content .content p{ font-size: 15px; line-height: 1.7; margin-bottom: 4px; }
}
@media only screen and (max-width: 768px){
  .article_content .content p{ font-size: 14px; line-height: 1.6; margin-bottom: 2px; }
}
@media only screen and (max-width: 640px){
  .article_content .content .meta{ padding:10px; font-size: 13px; }
  .article_content .content p{ font-size: 13px; line-height: 1.5; margin-bottom: 0; }
}


/* article_tit */
.article_tit{ width:100%; padding:16px 0; border-bottom: 2px solid #dcdfdd; margin-bottom: 24px; }
.article_tit span{ display: inline-block; position: relative; font-size: 24px; color: var(--zhu-color); line-height: 1; }
@media only screen and (max-width: 1600px){
}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
  .article_tit{ padding:12px 0; margin-bottom: 12px; }
  .article_tit span{ font-size: 20px; }
}
@media only screen and (max-width: 640px){
  .article_tit{ padding:10px 0; margin-bottom: 10px; }
  .article_tit span{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
}

/* product_list */
.product_list{ width:100%; display: flex; flex-direction: column; align-items: center; }
.product_list > li{ width: 100%; overflow: hidden; }
.product_list > li + li{ margin-top: 30px; }
.product_list > li a{ background: #f0f2f7; box-sizing: border-box; padding:30px; display: flex; align-items: center; justify-content: space-between; }
.product_list li a .img, .product_list li a .txt{ width: calc(50% - 15px); }
.product_list li a .img{ overflow: hidden; padding-bottom: 38%; position: relative; }
.product_list li a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
.product_list li a .img span{ position: absolute; right: 0; top:0; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: url(../images/hot.png) no-repeat center; background-size: 100%; }
.product_list li a .img span small{ font-size: 16px; color: #ffe400; font-family: "YRD"; line-height: 1; position: relative; top:4px; left:-2px; }
.product_list li a .txt b, .product_list li a .txt > span{ font-weight: normal; font-size: 26px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_list li a .txt p{ margin:30px 0; font-size: 16px; color: #666666; line-height: 1.625; overflow:hidden; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; }
.product_list li a .txt .group{ display: flex; align-items: flex-end; justify-content: space-between; }
.product_list li a .txt .icon{ display: inline-flex; align-items: center; }
.product_list li a .txt .icon li{ padding-right: 30px; display: inline-flex; flex-direction: column; align-items: center; }
.product_list li a .txt .icon li > i{ font-size: 60px; color: #333333; line-height: 1; }
.product_list li a .txt .icon li > small{ font-size: 18px; color: #333333; line-height: 1; margin-top: 16px; }
.product_list li a .txt .group > small{ display: inline-flex; position: relative; padding:10px 40px; border:1px solid var(--zhu-color); overflow: hidden; }
.product_list li a .txt .group > small::before{ content: ""; display: block; width: 0; height: 100%; position: absolute; left:0; top:0; transition: all .3s; background: var(--zhu-color); }
.product_list li a .txt .group > small i{ font-size: 16px; color: #333333; line-height: 1; position: relative; }
.product_list li a:hover img{ transition: all .3s; transform: scale(1.05); }
.product_list li a:hover .group > small::before{ transition: all .3s; width: 100%; }
.product_list li a:hover .group > small i{ transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1600px){
  .product_list > li + li{ margin-top: 25px; }
  .product_list > li a{ padding:25px; }
  .product_list li a .img{ padding-bottom: 36%; }
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 30px; }
  .product_list li a .txt p{ margin:20px 0; font-size: 15px; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
  .product_list li a .txt .icon li{ padding-right: 25px; }
  .product_list li a .txt .icon li > i{ font-size: 60px; }
  .product_list li a .txt .icon li > small{ font-size: 18px; margin-top: 10px; }
  .product_list li a .txt .group > small{ padding:8px 34px; }
  .product_list li a .txt .group > small i{ font-size: 15px; }
}
@media only screen and (max-width: 1400px){
  .product_list li a .img, .product_list li a .txt{ width: calc(50% - 7.5px); }
  .product_list > li + li{ margin-top: 20px; }
  .product_list > li a{ padding:20px; }
  .product_list li a .img{ padding-bottom: 34%; }
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 24px; }
  .product_list li a .txt p{ margin:15px 0; font-size: 14px; }
  .product_list li a .txt .icon li{ padding-right: 20px; }
  .product_list li a .txt .icon li > i{ font-size: 40px; }
  .product_list li a .txt .icon li > small{ font-size: 16px; margin-top: 8px; }
  .product_list li a .txt .group > small{ padding:8px 28px; }
  .product_list li a .txt .group > small i{ font-size: 14px; }
  .product_list li a .img span{ width: 58px; height: 58px;}
  .product_list li a .img span small{ font-size: 15px; top:4px; left:-2px; }
}
@media only screen and (max-width: 1200px){
  .product_list > li + li{ margin-top: 15px; }
  .product_list > li a{ padding:15px; }
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 18px; }
  .product_list li a .txt p{ margin:12px 0; font-size: 13px; line-height: 1.5; }
  .product_list li a .txt .icon li{ padding-right: 15px; }
  .product_list li a .txt .icon li > i{ font-size: 36px; }
  .product_list li a .txt .icon li > small{ font-size: 14px; margin-top: 8px; }
  .product_list li a .txt .group > small{ padding:8px 22px; }
  .product_list li a .txt .group > small i{ font-size: 13px; }
  .product_list li a .img span{ width: 56px; height: 56px;}
  .product_list li a .img span small{ font-size: 14px; top:4px; left:-2px; }
}
@media only screen and (max-width: 992px){
  .product_list li a .img{ padding-bottom: 36%; }
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 17px; }
  .product_list li a .txt p{ margin:15px 0; font-size: 12px; }
  .product_list li a .txt .icon li > i{ font-size: 32px; }
  .product_list li a .txt .icon li > small{ font-size: 13px; margin-top: 8px; }
  .product_list li a .img span{ width: 54px; height: 54px;}
  .product_list li a .img span small{ font-size: 13px; top:4px; left:-2px; }
}
@media only screen and (max-width: 768px){
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 16px; }
  .product_list li a .txt p{ margin:12px 0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
  .product_list li a .txt .icon li > i{ font-size: 28px; }
  .product_list li a .txt .icon li > small{ font-size: 12px; margin-top: 6px; }
  .product_list li a .txt .group > small{ padding:6px 18px; }
  .product_list li a .txt .group > small i{ font-size: 12px; }
  .product_list li a .img span{ width: 52px; height: 52px;}
  .product_list li a .img span small{ font-size: 12px; top:4px; left:-2px; }
}
@media only screen and (max-width: 640px){
  .product_list > li a{ flex-direction: column; }
  .product_list li a .img, .product_list li a .txt{ width: 100%; }
  .product_list li a .img{ padding-bottom: 72%; }
  .product_list li a .txt{ padding-top: 15px; }
  .product_list li a .txt .icon li > i{ font-size: 24px; }
}
@media only screen and (max-width: 576px){
  .product_list li a .txt b, .product_list li a .txt > span{ font-size: 15px; }
  .product_list li a .txt .icon li{ padding-right: 10px; }
  .product_list li a .txt .icon li > i{ font-size: 24px; }
  .product_list li a .img span{ width: auto; height: auto; padding:6px 12px; background: #f00; line-height: 1; }
  .product_list li a .img span small{ font-size: 12px; top:0; left:0; }
}
@media only screen and (max-width: 414px){
  .product_list li a .txt .icon li{ padding-right: 5px; }
  .product_list li a .txt .icon li > i{ font-size: 20px; }
}

/* product_foucs */
.product_foucs{ display: flex; align-items: center; justify-content: space-between; width:100%; height: 100vh; padding-bottom: 138px; background: #f0f2f7; }
.product_foucs .fl, .product_foucs .fr{ width: calc(50% - 15px); }
.product_foucs .fl img{ max-width: 100%; }
.product_foucs .fr{ padding-right: 80px; }
.product_foucs .fr b, .product_foucs .fr .parm > span{ font-weight: normal; font-size: 26px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_foucs .fr .parm p, .product_content p{ margin:10px 0; font-size: 16px; color: #666666; line-height: 1.8; overflow:hidden; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; }
.product_content p{ margin:0; }
.product_foucs .fr .parm .group{ display: flex; align-items: flex-end; justify-content: space-between; }
.product_foucs .fr .parm .icon{ display: inline-flex; align-items: center; }
.product_foucs .fr .parm .icon li{ padding-right: 30px; display: inline-flex; flex-direction: column; align-items: center; }
.product_foucs .fr .parm .icon li > i{ font-size: 80px; color: #333333; line-height: 1; }
.product_foucs .fr .parm .icon li > small{ font-size: 22px; color: #333333; line-height: 1; margin-top: 16px; }
#gfocus .swiper-button-next::after, #gfocus .swiper-button-prev::after{ display: none; }
.product_content{ overflow: hidden; }
.product_content p img{ max-width: calc(100% - 60px); margin:0 30px; }
@media only screen and (max-width: 1600px){
  .product_foucs{ padding:0 30px 128px; }
  .product_foucs .fr{ padding-right: 0; }
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 30px; }
  .product_foucs .fr .parm p, .product_content p{ margin:20px 0; font-size: 15px; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
  .product_foucs .fr .parm .icon li{ padding-right: 25px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 60px; }
  .product_foucs .fr .parm .icon li > small{ font-size: 18px; margin-top: 10px; }
  .product_content p img{ max-width: calc(100% - 30px); margin:15px; }
}
@media only screen and (max-width: 1400px){
  .product_foucs{ height: auto; padding: 0 25px; }
  .product_foucs .fl, .product_foucs .fr{ width: calc(50% - 7.5px); }
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 24px; }
  .product_foucs .fr .parm p, .product_content p{ margin:15px 0; font-size: 14px; }
  .product_foucs .fr .parm .icon li{ padding-right: 20px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 40px; }
  .product_foucs .fr .parm .icon li > small{ font-size: 16px; margin-top: 8px; }
  .product_content p img{ max-width: calc(100% - 20px); margin:0 10px; }
}
@media only screen and (max-width: 1200px){
  .product_foucs{ padding: 0 20px; }
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 18px; }
  .product_foucs .fr .parm p, .product_content p{ margin:12px 0; font-size: 13px; line-height: 1.5; }
  .product_foucs .fr .parm .icon li{ padding-right: 15px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 36px; }
  .product_foucs .fr .parm .icon li > small{ font-size: 14px; margin-top: 8px; }
  .product_content p img{ max-width: calc(100% - 10px); margin:0 5px; }
}
@media only screen and (max-width: 992px){
  .product_foucs{ padding: 66px 15px 0; }
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 17px; }
  .product_foucs .fr .parm p, .product_content p{ margin:15px 0; font-size: 12px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 32px; }
  .product_foucs .fr .parm .icon li > small{ font-size: 13px; margin-top: 8px; }
  .product_content p img{ max-width: calc(100% - 8px); margin:4px; }
}
@media only screen and (max-width: 768px){
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 16px; }
  .product_foucs .fr .parm p, .product_content p{ margin:12px 0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
  .product_foucs .fr .parm .icon li > i{ font-size: 28px; }
  .product_foucs .fr .parm .icon li > small{ font-size: 12px; margin-top: 6px; }
}
@media only screen and (max-width: 640px){
  .product_foucs{ flex-direction: column; padding: 64px 0 0; }
  .product_foucs .fl, .product_foucs .fr{ width: 100%; }
  .product_foucs .fr{ padding: 15px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 24px; }
}
@media only screen and (max-width: 576px){
  .product_foucs .fr b, .product_foucs .fr .parm > span{ font-size: 15px; }
  .product_foucs .fr .parm .icon li{ padding-right: 10px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 24px; }
}
@media only screen and (max-width: 414px){
  .product_foucs .fr .parm .icon li{ padding-right: 5px; }
  .product_foucs .fr .parm .icon li > i{ font-size: 20px; }
}


/*prev_next*/
.prev_next{ margin: 10px 0; clear: both; overflow: hidden; }
.prev_next .page-a{ margin: 10px 0; font-size: 14px; color: #333; }
.prev_next .page-a a{ font-size: 14px; color: #333; }
.prev_next .page-a span{ margin-right: 5px; }
.prev_next .page-a a:hover{ color: var(--pei-color); }
@media only screen and (max-width: 1800px){
}
@media only screen and (max-width: 1600px){
  .prev_next .page-a{ font-size: 13px; }
  .prev_next .page-a a{ font-size: 13px; }
}
@media only screen and (max-width: 1400px){
  .prev_next .page-a{ font-size: 12px; }
  .prev_next .page-a a{ font-size: 12px; }
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* contact */
.contact_info{  display: flex; align-items: center; justify-content: flex-end; width:100%; height: 100vh; box-sizing: border-box; padding-bottom: 84px; position: relative; }
.contact_info #dituContent{ width: 100%; height: 100%; position: absolute; top:0; left:0; }
.contact_info .contact_msg{ position: relative; }
.contact_msg{ width: 50%; box-sizing: border-box; background: #ffffff; padding:60px; margin-right: 30px; }
.contact_msg > b{ font-size: 26px; color: #0a0a0a; line-height: 1; display: block; font-weight: bold; margin-bottom: 30px; }
.contact_msg .info{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.contact_msg .info .txt{ overflow: hidden; }
.contact_msg .info .txt p{ font-size: 18px; color: #333333; line-height: 1.8; }
.contact_msg .info .ewm{ padding-left: 30px; text-align: center; }
.contact_msg .info .ewm div{ padding:8px; border:1px solid #999999; }
.contact_msg .info .ewm div img{ max-width: 124px; }
.contact_msg .info .ewm p{ font-size: 14px; color: #333333; margin:12px 0; text-align: center; }
.contact_msg .msg{ overflow: hidden; }
.contact_msg .msg form{ display: flex; flex-direction: column; }
.contact_msg .msg .form_top{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.contact_msg .msg .form_top li{ width: calc(50% - 10px); margin-bottom: 20px; }
.contact_msg .msg .form_top li input, .contact_msg .msg .form_bom .code input{ width: 100%; box-sizing: border-box; border:1px solid #999999; padding:16px 20px; font-size: 16px; color: #333333; line-height: 1; }
.contact_msg .msg .form_bom{ display: flex; align-items: center; justify-content: space-between; }
.contact_msg .msg .form_bom > textarea, .contact_msg .msg .form_bom .btn_group{ width: calc(50% - 10px); }
.contact_msg .msg .form_bom textarea{ box-sizing: border-box; border:1px solid #999999; height: 120px; padding:16px 20px; font-size: 16px; color: #333333; }
.contact_msg .msg .form_bom .btn_group{ display: flex; align-items: center; justify-content: space-between; }
.contact_msg .msg .form_bom .code{ width: calc(50% - 10px); display: flex; flex-direction: column; height: calc(50% - 10px); justify-content: space-between; align-items: center; }
.contact_msg .msg .form_bom .code img{ width: 100%; height: 55px; background: #f3fbfe; object-fit: contain; margin-top: 10px; }
.contact_msg .msg .form_bom .submit{ width: calc(50% - 10px); height: 120px; display: flex; align-items: center; justify-content: center; border:1px solid #999999; font-size: 16px; color: #333333; transition: all .3s; }
.contact_msg .msg .form_bom .submit:hover{ transition: all .3s; background: var(--pei-color); color: #ffffff; border-color: var(--pei-color); }
@media only screen and (max-width: 1600px){
  .contact_msg{ width: 65%; padding:40px; }
  .contact_msg > b{ margin-bottom: 25px; font-size: 32px; }
  .contact_msg .info{ margin-bottom: 25px; }
  .contact_msg .info .txt p{ font-size: 18px; line-height: 1.7; }
  .contact_msg .msg .form_top li input, .contact_msg .msg .form_bom .code input{ padding:14px 18px; font-size: 15px; }
  .contact_msg .msg .form_bom .code img{ height: 50px; }
  .contact_msg .msg .form_bom textarea, .contact_msg .msg .form_bom .submit{ height: 110px; }
}
@media only screen and (max-width: 1400px){
  .contact_msg{ width: 65%; padding:20px; }
  .contact_msg > b{ margin-bottom: 20px; font-size: 18px; }
  .contact_msg .info{ margin-bottom: 20px; }
  .contact_msg .info .txt p{ font-size: 16px; line-height: 1.6; }
  .contact_msg .msg .form_top li input, .contact_msg .msg .form_bom .code input{ padding:12px 16px; font-size: 14px; }
  .contact_msg .msg .form_bom textarea, .contact_msg .msg .form_bom .submit{ height: 105px; }
  .contact_catname{ position: fixed; top: -3px; right: 0; width:100%; }
  .contact_info{ padding-top: 64px; padding-bottom: 0; }
}
@media only screen and (max-width: 1200px){
  .contact_msg{ width: 70%; padding:15px; }
  .contact_msg > b{ margin-bottom: 15px; font-size: 17px; }
  .contact_msg .info{ margin-bottom: 15px; }
  .contact_msg .info .txt p{ font-size: 15px; line-height: 1.5; }
  .contact_msg .msg .form_top li input, .contact_msg .msg .form_bom .code input{ padding:10px 14px; font-size: 13px; }
  .contact_msg .info .ewm div img{ max-width: 100px; }
  .contact_msg .msg .form_bom textarea, .contact_msg .msg .form_bom .submit{ height: 99px; }
  .contact_catname{ width: 100%; }
}
@media only screen and (max-width: 992px){
  .contact{ display: flex; flex-direction: column-reverse; }
  .contact_catname{ width: 100%; position: static; margin-top: 66px; }
  .contact_info{ flex-direction: column; padding-top:0; height: auto; }
  .contact_info #dituContent{ position: static; height: 60vh; }
  .contact_msg{ width: 100%; box-sizing: border-box; padding:30px 15px; margin:0; }
}
@media only screen and (max-width: 768px){
  .contact_msg .msg .form_top li{ width: calc(50% - 7.5px); margin-bottom: 15px; }
  .contact_info #dituContent{ height: 50vh; }
}
@media only screen and (max-width: 640px){
  .contact_catname{ margin-top: 64px; }
  .contact_msg .msg .form_top li{ width:100%; }
  .contact_msg .msg .form_bom .code, .contact_msg .msg .form_bom .submit{ width: calc(50% - 7.5px); }
  .contact_msg .msg .form_bom > textarea, .contact_msg .msg .form_bom .btn_group{ width: calc(50% - 7.5px); }
  .contact_info #dituContent{ height: 40vh; }
}
@media only screen and (max-width: 576px){
  .contact_catname{ margin-top: 62px; }
  .contact_msg .msg .form_bom{ flex-direction: column; }
  .contact_msg .msg .form_bom textarea{ width: 100%; margin-bottom: 15px; }
  .contact_msg .msg .form_bom .btn_group{ width: 100%; }
}
@media only screen and (max-width: 414px){
  .contact_catname{ margin-top: 60px; }
  .contact_msg .info{ flex-direction: column; align-items: flex-start; }
  .contact_msg .info .ewm{ padding-left: 0; margin-top: 15px; }
}

/* equ_list */
.equ_list{ overflow: hidden; }
.equ_list li{ display: block; margin-bottom: 30px; }
.equ_list li .img{ position:relative; width:100%; padding-bottom: 75%; background:#f6f6f6; overflow:hidden; transition:0.58s; position: relative; }
.equ_list li .img:before{ position:absolute; left:0; top:0; background:var(--pei-color); content:""; width:100%; height:4px; box-sizing:border-box; transition:0.4s; transform-origin:left top; z-index:2; transform:scaleX(0); }
.equ_list li .img:after{ position:absolute; right:0; top:0; background:var(--pei-color); content:""; width:4px; height:100%; box-sizing:border-box; transition:0.4s; transform-origin:left top; transform:scaleY(0); }
.equ_list li .img i:before{ position:absolute; right:0; bottom:0; background:var(--pei-color); content:""; width:100%; height:4px; box-sizing:border-box; transition:0.4s; transform-origin:right top; transform:scaleX(0); z-index: 33; }
.equ_list li .img i:after{ position:absolute; left:0; bottom:0; background:var(--pei-color); content:""; width:4px; height:100%; box-sizing:border-box; transition:0.4s; transform-origin:left bottom; transform:scaleY(0); z-index: 33; }
.equ_list li .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition:0.5s; }
.equ_list li p{ background: #f1f1f1; display:block; text-align:center; line-height:1; color:#333333; font-size:16px; padding:20px 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.equ_list li a:hover .img{ background:#fff; }
.equ_list li a:hover .img:before{ transform:scaleX(1); }
.equ_list li a:hover .img:after{ transform:scaleY(1); transition-delay:0.4s; }
.equ_list li a:hover .img i:before{ transform:scaleX(1); transition-delay:0.8s; }
.equ_list li a:hover .img i:after{ transform:scaleY(1); transition-delay:1.2s; }
.equ_list li a:hover .img img{ transform:scale(1.05); }
.equ_list li a:hover p{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }
@media only screen and (max-width: 1600px){
  .equ_list li p{ font-size:16px; padding:19px 15px; }
}
@media only screen and (max-width: 1400px){
  .equ_list li p{ font-size:16px; padding:17px 15px; }
}
@media only screen and (max-width: 1200px){
  .equ_list li p{ font-size:16px; padding:17px 15px; }
}
@media only screen and (max-width: 992px){
  .equ_list li p{ font-size:15px; padding:16px 15px; }
  .equ_list li .img:before{ height:3px; }
  .equ_list li .img:after{ width:3px; }
  .equ_list li .img i:before{ height:3px;}
  .equ_list li .img i:after{ width:3px; }
}
@media only screen and (max-width: 768px){
  .equ_list li{ padding-right: 7.5px; margin-bottom: 15px; }
  .equ_list li:nth-child(even){ padding-left: 7.5px; padding-right: 15px; }
  .equ_list li p{ font-size:14px; padding:14px; }
  .equ_list li .img:before{ height:2px; }
  .equ_list li .img:after{ width:2px; }
  .equ_list li .img i:before{ height:2px;}
  .equ_list li .img i:after{ width:2px; }
}
@media only screen and (max-width: 640px){
  .equ_list li p{ font-size:13px; padding:12px; }
}
@media only screen and (max-width: 576px){
  .equ_list li p{ font-size:12px; padding:10px; }
}
@media only screen and (max-width: 414px){
}

/* case_list */
.case_list{ overflow: hidden; }
.case_list li{ display: block; margin-bottom: 30px; }
.case_list a{ display: flex; flex-direction: column; overflow: hidden; }
.case_list a .img{ width: 100%; padding-bottom: 66%; position: relative; overflow: hidden; }
.case_list a .img img{ width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .3s; }
.case_list a .img::before{ content: ""; display: block; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0); transition:all .36s ease; z-index: 3; }
.case_list a:hover .img::before{background:rgba(0,0,0,0.47); transition:all .36s ease; }
.case_list a .img .info{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position:absolute; top:-100%; left:0; padding:0 30px; transition:all .36s ease; z-index: 4; }
.case_list a .img .info b{ font-weight: normal; font-size: 16px; color: #ffffff; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.case_list a .img .info span{ font-size: 16px; color: #ffffff; line-height: 1; margin-top: 20px; }
.case_list a:hover .img .info{ top:0; transition:all .36s ease;  }
.case_list a > .tit{padding:15px 0; display: flex; align-items: center; justify-content: space-between; transition: all 0.6s ease 0s; }
.case_list a > .tit b{ width: calc(100% - 50px); font-weight: normal; font-size: 16px; color: #7d7d7d; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 1; transition: all 0.6s ease 0s; }
.case_list a > .tit span{ font-size: 16px; color: #929292; line-height: 1; transition: all 0.6s ease 0s; opacity: 0; }
.case_list a:hover > .tit{ background: #f1f1f1; transition: all 0.6s ease 0s; padding:15px; }
.case_list a:hover > .tit span{ transition: all 0.6s ease 0s; opacity: 1; }
@media only screen and (max-width: 1600px){
  .case_list li{ margin-bottom: 25px; }
}
@media only screen and (max-width: 1400px){
  .case_list li{ margin-bottom: 20px; }
}
@media only screen and (max-width: 1200px){
  .case_list li{ margin-bottom: 15px; }
  .case_list a .img .info b{ font-size: 15px; }
  .case_list a .img .info span{ font-size: 15px; margin-top: 18px; }
  .case_list a > .tit b{ width: calc(100% - 45px); font-size: 15px; }
  .case_list a > .tit span{ font-size: 15px; }
}
@media only screen and (max-width: 992px){
  .case_list a .img .info b{ font-size: 14px; }
  .case_list a .img .info span{ font-size: 14px; margin-top: 16px; }
  .case_list a > .tit b{ width: calc(100% - 40px); font-size: 14px; }
  .case_list a > .tit span{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .case_list li{ padding-right: 7.5px; }
  .case_list li:nth-child(even){ padding-left: 7.5px; padding-right: 15px; }
  .case_list a .img .info{ padding:0 25px; }
  .case_list a .img .info b{ font-size: 13px; }
  .case_list a .img .info span{ font-size: 13px; margin-top: 14px; }
  .case_list a > .tit b{ width: calc(100% - 35px); font-size: 13px; }
  .case_list a > .tit span{ font-size: 13px; }
}
@media only screen and (max-width: 640px){
  .case_list a .img .info{ padding:0 20px; }
  .case_list a .img .info b{ font-size: 12px; }
  .case_list a .img .info span{ font-size: 12px; margin-top: 12px; }
  .case_list a > .tit b{ width: calc(100% - 30px); font-size: 12px; }
  .case_list a > .tit span{ font-size: 12px; }
}
@media only screen and (max-width: 576px){
  .case_list a .img .info{ padding:0 15px; }
}
@media only screen and (max-width: 414px){
}