@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 3319760 */
  src: url('http://at.alicdn.com/t/font_3319760_vza9hj6f1te.woff2?t=1652858314617') format('woff2'),
       url('http://at.alicdn.com/t/font_3319760_vza9hj6f1te.woff?t=1652858314617') format('woff'),
       url('http://at.alicdn.com/t/font_3319760_vza9hj6f1te.ttf?t=1652858314617') 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;
}
* { touch-action: pan-y; }
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: Swiss; src: url('./fonts/Swiss721BT-BlackCondensed.otf'); }
/*清除内外边距*/
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:#dc0007;--pei-color:#dde0e1;}
.inner{ width: 1400px; margin:0 auto; }
@media only screen and (max-width: 1400px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}

/*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; width: 36px; height: 36px; color: #fff; background: #666666; border-color: #666666; text-align: center; line-height: 36px; font-size: 14px; margin:0 2px; overflow: hidden; border-radius: 50%; }
.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: 774px){
  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{ display: none; }
}

/*down*/
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: none; z-index: 9999;}
.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;}
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 999999;}
.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; }
}

/*no-goods*/
.no-goods{ width: 100%;}
.no-goods,.no-network{padding:50px 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;}

/* h_top */
.h_top{ width: 100%; overflow: hidden; position: relative; }
.h_top::before{ content: ""; display: block; width: 100%; height: 100%; background: #ffffff; position: absolute; left:0; top:0; z-index: 34; }
.h_top .top{ display: flex; align-items: center; justify-content: space-between; padding:28px 0; }
.h_top .logo{ display: flex; width: 100%; height: 56px; align-items: center; position: relative; z-index: 35; }
.h_top .logo img{ max-width: 100%; position: relative; }
.h_top .tel{ display: inline-flex; align-items: center; overflow: hidden; position: relative; z-index: 35; float: right; }
.h_top .tel span{ font-size: 50px; color: var(--zhu-color); line-height: 1; margin-right: 20px; }
.h_top .tel p{ font-size: 18px; color: #333333; line-height: 1; }
.h_top .tel b{ font-size: 28px; color: var(--zhu-color); font-weight: bold; margin-top: 10px; line-height: 1; display: block; }
.h_top .h_menu{ overflow: hidden; border-top: 1px solid #f0f0f0; position: relative; z-index: 34; }
.h_top .nav{ display: flex; width:100%; height:100%; align-items: center; justify-content: space-between; }
.h_top .nav > li{ width: 10%; height: 100%; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.h_top .nav > li::before{ content: ""; display: block; width: 100%; height: 0; background: var(--zhu-color); position: absolute; left:0; bottom:0; transition: all .3s; z-index: 35; }
.h_top .nav > li > a{ display: block; width: 100%; text-align: center; padding:42px 0; font-size: 16px; color: #333333; transition: all .3s; position: relative; z-index: 35; }
.h_top .nav > li .drop_menu{ width: 200%; position: absolute; left:0; top:-320%; transition: all .3s; background: #ffffff; z-index: 33; }
.h_top .nav > li:hover > a{ transition: all .3s; color: #ffffff; }
.h_top .nav > li:hover .drop_menu{ top:100%; transition: all .3s; }
.h_top .nav > li:hover::before{ transition: all .3s; height: 100%; left:0; }
.drop_menu li{ display: block; }
.drop_menu li a{ transition: all .3s; display: block; box-sizing: border-box; padding:18px; font-size: 15px; color:#707070; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.drop_menu li a:hover{ transition: all .3s; background: #f6f5f5; }
@media only screen and (max-width: 1400px){
  .h_top{ position: relative; }
  .h_top .inner{ padding: 0; }
  .h_top .nav > li > a{ padding:24px 0; }
}
@media only screen and (max-width: 1200px){
  .h_top .top{ padding:18px 0; }
  .h_top .tel span{ font-size: 40px; }
  .h_top .tel b{ font-size: 24px; margin-top: 5px; }
  .h_top .tel p{ font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .h_top .tel, .h_top .h_menu{ display: none; }
}
@media only screen and (max-width: 768px){
  .h_top .top{ padding:24px 0; }
  .h_top .logo{ height: auto;}
}
@media only screen and (max-width: 640px){
  .h_top .top{ padding:20px 0; }
}
@media only screen and (max-width: 576px){
  .h_top .top{ padding:18px 0; }
}
@media only screen and (max-width: 414px){
  .h_top .top{ padding:15px 0; }
  .h_top .logo img{ max-width: 102%; }
}

/* banner */
#banner{ display:block; }
#banner img{ width:100%; }
#banner .swiper-button-prev, #banner .swiper-button-next{ width: 36px; height: 36px; margin-top: -18px; }
#banner .swiper-button-prev span, #banner .swiper-button-next span{ font-size: 36px; color: #e6e6e6; line-height: 1; display: inline-block; }
#banner .swiper-button-prev span{ transform: rotate(-180deg); }
#banner .swiper-button-prev::after, #banner .swiper-button-next::after{ display: none; }
@media only screen and (max-width: 1400px){
  #banner{ display: block; }
}


html.hc-yscroll { overflow-y: scroll }
body.hc-nav-open { position: fixed; width: 100%; min-height: 100% }
.hc-mobile-nav { display: none; position: fixed; top: 0; height: 100%; z-index: 9999; overscroll-behavior: none }
.hc-mobile-nav.is-ios * { cursor: pointer !important }
.hc-mobile-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 280px; max-width: 100%; height: 100%; transition: transform .4s ease }
.hc-mobile-nav .nav-wrapper { width: 100% }
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 { position: static; height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav ul { list-style: none; margin: 0; padding: 0 }
.hc-mobile-nav li { position: relative; display: block }
.hc-mobile-nav li.level-open>.nav-wrapper { visibility: visible }
.hc-mobile-nav input[type="checkbox"] { display: none }
.hc-mobile-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer }
.hc-mobile-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer }
.hc-mobile-nav a,
.hc-mobile-nav a:hover { text-decoration: none }
.hc-mobile-nav.disable-body:not(.nav-open)::after { pointer-events: none }
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease }
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s }
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after { display: none }
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s }
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none }
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease }
.hc-mobile-nav.nav-levels-overlap ul ul { height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent { position: static }
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transition: transform .4s ease }
.hc-mobile-nav.side-left { left: 0 }
.hc-mobile-nav.side-left .nav-container { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(-40px, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-right { right: 0 }
.hc-mobile-nav.side-right .nav-container { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(40px, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.nav-open .nav-container { transform: translate3d(0, 0, 0) }
.hc-nav-trigger { position: absolute; cursor: pointer; display: none; top: 20px; z-index: 9980; min-height: 24px }
.hc-nav-trigger span { width: 30px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after { position: absolute; left: 0; height: 4px; background: #34495E; transition: all .2s ease }
.hc-nav-trigger span::before,
.hc-nav-trigger span::after { content: ''; width: 100% }
.hc-nav-trigger span::before { top: -10px }
.hc-nav-trigger span::after { bottom: -10px }
.hc-nav-trigger.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
.hc-nav-trigger.toggle-open span::before { transform: translate3d(0, 10px, 0) }
.hc-nav-trigger.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) }
.hc-mobile-nav .nav-wrapper { background: #36414c }
.hc-mobile-nav.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) }
.hc-mobile-nav h2 { font-size: 20px; font-weight: bold; font-weight: normal; text-align: left; padding: 20px 17px; color: #ffffff; }
.hc-mobile-nav a { padding: 14px 17px; font-size: 15px; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0); border-bottom: 1px solid #283440 }
.hc-mobile-nav:not(.touch-device) a:hover { background: var(--zhu-color); color: #fff; }
.hc-mobile-nav li { text-align: left }
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a { background: #283440; border-top: 1px solid #283440; border-bottom: 1px solid #283440 }
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover { background: #283440 }
.hc-mobile-nav li.nav-parent a { padding-right: 58px }
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease }
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after { display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #fff; border-left: 2px solid #fff }
.hc-mobile-nav li.nav-close span::before { margin-left: -6px; transform: rotate(135deg) }
.hc-mobile-nav li.nav-close span::after { transform: rotate(-45deg) }
.hc-mobile-nav a[href]:not([href="#"])>span.nav-next { border-left: 1px solid #283440 }
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center }
.hc-mobile-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) }
.hc-mobile-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.side-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) }
.hc-mobile-nav.side-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow: none; background: transparent }
.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 { display: none }
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a { font-size: 14px }
.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li { transition: background .3s ease }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open { background: #2e6296 }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a { border-bottom: 1px solid #295887 }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover { background: #2f649a }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before { margin-top: 2px; transform: translate(-50%, -50%) rotate(45deg) }
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before { margin-top: -2px; transform: translate(-50%, -50%) rotate(225deg) }
#main-nav, .mob_nav{ display: none }
.mob_nav .toggle {position: relative; display: block; cursor: pointer; padding-left: 35px; min-height: 24px; z-index: 35; margin:28px 0; }
.mob_nav .toggle span { width: 35px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }
.mob_nav .toggle span,
.mob_nav .toggle span::before,
.mob_nav .toggle span::after { position: absolute; left: 0; height: 4px; background: #182631; transition: all .1s ease }
.mob_nav .toggle span::before,
.mob_nav .toggle span::after { content: ''; width: 100% }
.mob_nav .toggle span::before { top: -10px }
.mob_nav .toggle span::after { bottom: -10px }
.mob_nav .toggle.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
.mob_nav .toggle.toggle-open span::before { transform: translate3d(0, 10px, 0) }
.mob_nav .toggle.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }
.mob_nav .toggle:hover span,
.mob_nav .toggle:hover span::before,
.mob_nav .toggle:hover span::after { background: var(--pei-color) }
.mob_nav .toggle div { display: inline-block; margin-right: 15px }
@media only screen and (max-width: 1200px){
  .mob_nav .toggle{ margin:0; }
}
@media only screen and (max-width: 992px){
  .mob_nav{ height: 100%; display: flex; align-items: center; justify-content: flex-end; }
}
@media only screen and (max-width: 768px){
  .mob_nav .toggle{ padding-left: 30px; }
  .mob_nav .toggle span{ width:30px; }
  .mob_nav .toggle span, .mob_nav .toggle span::before, .mob_nav .toggle span::after{ height:2px; }
}
@media only screen and (max-width: 576px){
  .mob_nav .toggle{ padding-left: 24px; }
  .mob_nav .toggle span{ width:24px; }
  .mob_nav .toggle span, .mob_nav .toggle span::before, .mob_nav .toggle span::after{ height:2px; }
  .mob_nav .toggle span::before{ top:-8px; }
  .mob_nav .toggle span::after{ bottom: -8px; }
  .hc-mobile-nav a{ padding:10px 14px; font-size: 14px; }
  .hc-mobile-nav h2{ padding:14px; font-size: 18px; }
}

/* location */
.location{ overflow: hidden; border-bottom: 1px solid #f0f0f0; padding:22px 0; }
.location .keys{ height:50px; display: flex; align-items: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.location .keys b{ font-size: 14px; color: #5c5c5c; font-weight: bold;  }
.location .keys a{ font-size: 14px; color: #bfbfbf; margin:0 10px; transition: all .3s; }
.location .keys a:hover{ transition: all .3s; color: var(--zhu-color); }
.location form{ float: right; }
.location input{ height:30px; width: 240px; box-sizing: border-box; font-size: 14px; color: #666666; border-right: 2px solid #f0f0f0; }
.location button{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #f0f0f0; border-radius: 50%; margin-left: 20px; transition: all .3s; }
.location button span{ font-size: 26px; line-height: 1; color: #333333; transition: all .3s; }
.location button:hover{ transition: all .3s; background: var(--zhu-color); }
.location button:hover span{ transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1400px){
  .location button{ width: 30px; height: 30px; }
  .location button span{ font-size: 18px; }
  .location .keys{ height: 30px; }
  .location .inner{ padding:0; }
}
@media only screen and (max-width: 1200px){
  .location input{ width: 200px; }
  .location .keys a{ margin:0 6px; }
}
@media only screen and (max-width: 992px){
  .location{ padding:10px 0; }
  .location .keys{ justify-content: center; }
  .location form{ display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 5px; }
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
  .location .keys{ display: none; }
  .location form{ margin-top: 0; }
  .location input{ width: calc(100% - 50px); }
}
@media only screen and (max-width: 576px){
}

/* m_service */
.m_service{ border-bottom: 1px solid #f0f0f0; overflow: hidden; background: -webkit-linear-gradient(left, var(--zhu-color) 30%, #ffffff 30%); background: -o-linear-gradient(right, var(--zhu-color) 30%, #ffffff 30%); background: -moz-linear-gradient(right, var(--zhu-color) 30%, #ffffff 30%); background: linear-gradient(to right, var(--zhu-color) 30%, #ffffff 30%); }
.m_service ul{ width:100%; display: flex; align-items: center; justify-content: space-between; }
.m_service li{ background: #ffffff; width:25%; height: 100%; display: inline-flex; flex-direction: column; justify-content: center; align-items: flex-start; box-sizing: border-box; padding:0 60px; }
.m_service li + li{ border-left: 1px solid #f0f0f0; }
.m_service li > small{ position: relative; }
.m_service li > small span{ font-size: 50px; color: #333333; font-family: impact; line-height: 1; }
.m_service li > small i{ position: relative; top:-20px; display: inline-flex; width: 40px; height:40px; background: var(--zhu-color); border-radius: 50%; align-items: center; justify-content: center; font-size: 20px; line-height: 1; color: #ffffff; }
.m_service li > b{ font-size: 20px; color: #333333; line-height: 1; margin:13px 0; }
.m_service li > p{ font-size: 14px; color: #666666; line-height: 1.5; }
.m_service li:nth-child(1){ padding:30px; background: var(--zhu-color); align-items: flex-end; }
.m_service li:nth-child(1) b{ display: block; position: relative;  }
.m_service li:nth-child(1) b span{ font-size: 100px; font-weight: 800; text-transform: uppercase; line-height: 1; font-family: "Arial"; color: rgba(255, 255, 255, .3); }
.m_service li:nth-child(1) b small{ font-size: 30px; font-weight: bold; text-transform: uppercase; line-height: 1; position: absolute; color: #ffffff; right:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.m_service li:nth-child(1) p{ font-size: 15px; color: #ffffff; line-height: 1.6; }
.m_service li:nth-child(1) p:nth-of-type(1){ margin-top: -30px; }
@media only screen and (max-width: 1400px){
  .m_service .inner{ padding:0; }
  .m_service li{ padding:0 40px; }
  .m_service li:nth-child(1){ padding:30px 15px; }
  .m_service li:nth-child(1) b{ margin:0; }
  .m_service li:nth-child(1) b span{ font-size: 86px; }
  .m_service li:nth-child(1) p:nth-of-type(1){ margin-top: 0; }
}
@media only screen and (max-width: 1200px){
  .m_service li{ padding:0 20px; }
  .m_service li:nth-child(1){ padding:20px 15px; }
  .m_service li:nth-child(1) b small{ font-size: 26px; }
  .m_service li:nth-child(1) b span{ font-size: 72px; }
  .m_service li:nth-child(1) p{ font-size: 13px; }
  .m_service li > small span{ font-size: 42px; }
  .m_service li > small i{ width: 30px; height: 30px; font-size: 16px; }
  .m_service li > b{ font-size: 18px; }
  .m_service li > p{ font-size: 13px; }
}
@media only screen and (max-width: 992px){
  .m_service{ background: #ffffff; }
  .m_service ul{ flex-wrap: wrap; }
  .m_service li{ width: 50%; height: auto; min-height: 200px; }
  .m_service li:nth-child(3), .m_service li:nth-child(4){ border-top: 1px solid #f0f0f0; }
  .m_service li:nth-child(3){ align-items: flex-end; }
}
@media only screen and (max-width: 768px){
  .m_service li > small span{ font-size: 38px; }
}
@media only screen and (max-width: 640px){
  .m_service li:nth-child(1) b span{ font-size: 62px; }
  .m_service li:nth-child(1) b small{ font-size: 24px; }
}
@media only screen and (max-width: 576px){
  .m_service li{ width: 100%; height: auto; min-height: auto; align-items: center; }
  .m_service li:nth-child(3), .m_service li:nth-child(1){ align-items:  center; }
  .m_service li > small i{ top:-6px; }
  .m_service li, .m_service li:nth-child(1){ padding:15px; }
  .m_service li > small span{ font-size: 32px; }
}
@media only screen and (max-width: 414px){
  .m_service li:nth-child(1) b{ display: block; width: 100%; text-align: center; }
  .m_service li:nth-child(1) b small{ font-size: 20px; top:32%; right: auto; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .m_service li:nth-child(1) b span{ font-size: 48px; }

}

/* m_tit */
.m_tit{ overflow: hidden; width:100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding:55px 0; }
.m_tit b{ font-size: 32px; color: #000000; line-height: 1; display: block; }
.m_tit span{ font-size: 30px; color: var(--zhu-color); line-height: 1; font-weight: bold; text-transform: uppercase; margin-top: 10px; display: block; }
@media only screen and (max-width: 1400px){
  .m_tit{ padding:45px 0; }
  .m_tit b{ font-size: 30px; }
  .m_tit span{ font-size: 24px; }
}
@media only screen and (max-width: 1200px){
  .m_tit{ padding:40px 0; }
  .m_tit b{ font-size: 28px; }
  .m_tit span{ font-size: 22px; }
}
@media only screen and (max-width: 992px){
  .m_tit{ padding:35px 0; }
  .m_tit b{ font-size: 26px; }
  .m_tit span{ font-size: 20px; }
}
@media only screen and (max-width: 768px){
  .m_tit{ padding:30px 0; }
  .m_tit b{ font-size: 24px; }
  .m_tit span{ font-size: 18px; margin-top: 8px; }
}
@media only screen and (max-width: 640px){
  .m_tit{ padding:25px 0; }
  .m_tit b{ font-size: 22px; }
  .m_tit span{ font-size: 16px; margin-top: 7px; }
}
@media only screen and (max-width: 576px){
  .m_tit{ padding:20px 0; }
  .m_tit b{ font-size: 20px; }
  .m_tit span{ font-size: 15px; margin-top: 6px; }
}
@media only screen and (max-width: 414px){
  .m_tit{ padding:15px 0; }
  .m_tit b{ font-size: 18px; }
  .m_tit span{ font-size: 14px; margin-top: 5px; }
}

/* m_product */
.m_product{ overflow: hidden; }
.m_product .bd{ overflow: hidden; background: url(../images/product_bg.jpg) no-repeat top center; }
.m_product .bd .swiper-slide{ overflow: hidden; }
.m_product .bd .swiper-slide .row{ display: flex; align-items: center; }
.m_product .bd .info{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding:80px 40px; background: var(--zhu-color); border-radius: 20px; box-shadow: 0 0 18px rgba(0, 0, 0, 0.3); }
.m_product .bd .info b{ line-height: 1; font-size: 46px; color: #ffffff; font-weight: bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; }
.m_product .bd .info span{ line-height: 1; font-size: 26px; color: #ffffff; display: block; margin:28px 0 62px; }
.m_product .bd .info hr{ margin-bottom: 10px; display: inline-block; width: 90px; height:4px; background: #ffffff; border:0; }
.m_product .bd .info p{ font-size: 18px; line-height: 1; padding:10px 0; color: #ffffff; }
.m_product .bd .info .tel{ margin-top: 100px; padding:20px 0 20px 88px; font-size: 36px; color: #ffffff; line-height: 1; font-family: Impact; background: url(../images/ico_tel.png) no-repeat left center; }
.m_product .bd .img{ display: flex; align-items: center; justify-content: center; width: 100%; height: 82%; background: #ffffff; border-radius: 20px; overflow: hidden; }

.pro_list{ width:100%; overflow: hidden; }
#pro_list{ width:100%; overflow: hidden; margin: 40px 0; }
#pro_list .swiper-slide{ border: 1px solid #dbdddc; box-sizing: border-box; padding:15px; text-align: center; }
#pro_list .swiper-slide .img{ transition: all .3s; background: #f7f7f7; width: 100%; padding-bottom: 64%; position: relative; overflow: hidden; }
#pro_list .swiper-slide .img img{ width: 96%; height: 100%; object-fit: contain; position: absolute; left:2%; transition: all .3s; }
#pro_list .swiper-slide b{ font-size: 20px; font-weight: normal; display: block; line-height: 1; margin-top: 15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#pro_list .swiper-slide-active .img{ transition: all .3s; background: var(--zhu-color); }
@media only screen and (max-width: 1400px){
  .m_product .inner{ padding:0; }
  .m_product .bd .info{ padding:40px; }
  .m_product .bd .info b{ font-size: 36px; }
  .m_product .bd .info span{ font-size: 20px; margin:24px 0; }
  .m_product .bd .info hr{ margin-bottom: 30px; }
  .m_product .bd .info .tel{ margin-top: 60px; font-size: 32px; background-size: 20%; padding:10px 0 10px 48px; }
  .m_product .bd .img{ height: auto; padding-bottom: 50%; position: relative; }
  .m_product .bd .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; top:0; }
  #pro_list{ margin:30px 0; }
  #pro_list .swiper-slide{ padding:12px; }
  #pro_list .swiper-slide b{ font-size: 18px; }
}
@media only screen and (max-width: 1200px){
  #pro_list{ margin:25px 0; }
  #pro_list .swiper-slide b{ font-size: 16px; }
  .m_product .bd .info{ padding:30px; } 
  .m_product .bd .info b{ font-size: 30px; }
  .m_product .bd .info p{ font-size: 16px; padding:8px 0; }
  .m_product .bd .info .tel{ margin-top: 50px; font-size: 30px; background-size: 20%; padding:10px 0 10px 48px; }
}
@media only screen and (max-width: 992px){
  #pro_list{ margin:20px 0; }
  #pro_list .swiper-slide b{ font-size: 14px; }
  .m_product .bd .info p{ display: none; }
  .m_product .bd .info .tel{ margin-top: 0; }
  .m_product .bd .info b{ font-size: 26px; }
  .m_product .bd .info span{ font-size: 18px; }
}
@media only screen and (max-width: 768px){
  #pro_list{ margin:15px 0; }
  #pro_list .swiper-slide{ padding:10px; }
  #pro_list .swiper-slide b{ font-size: 12px; }
  .m_product .bd .info span, .m_product .bd .info .tel, .m_product .bd .info hr{ display: none; }
  .m_product .bd .info{ padding:15px; border-radius: 0; }
  .m_product .bd .info b{ text-align: center; display: block; width: 100%; }
  .m_product .bd .img{ border-radius: 0; }
}
@media only screen and (max-width: 640px){
  .m_product .bd .info{ padding:10px; border-radius: 0; }
  .m_product .bd .info b{ font-size: 22px; }
}
@media only screen and (max-width: 576px){
  .m_product .bd .info b{ font-size: 20px; }
}
@media only screen and (max-width: 414px){
  .m_product .bd .info b{ font-size: 18px; }
}

/* m_scope */
.m_scope{ overflow: hidden; }
.m_scope .m_tit{ padding:15px 0 35px; }
.m_scope .bd{ overflow: hidden; width: 100%; }
.scope_box, .scope_box .hd{ overflow: hidden; width:100%; }
.scope_box .hd ul{ display: flex; align-items: center; justify-content: space-between; overflow: hidden; width:100%; margin-bottom: 20px; }
.scope_box .hd li{ border-radius: 3px; transition: all .3s; display: inline-flex; font-size: 24px; color: #333333; background: #f1f3f4; width:210px; padding:18px 0; align-items: center; justify-content: center; }
.scope_box .hd li a{ font-size: 24px; color: #333333; transition: all .3s; }
.scope_box .hd li.on, .scope_box .hd li:hover{ transition: all .3s; background: #dde0e1; color: var(--zhu-color); }
.scope_box .hd li.on a, .scope_box .hd li:hover a{ transition: all .3s; color: var(--zhu-color); }
.swiper-scope{ position: relative; overflow: hidden; border-radius: 5px; }
.swiper-scope a{ display: flex; position: relative; align-items: center; justify-content: space-between; }
.swiper-scope a .info{ position: absolute; top:50%; right:20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding:60px 40px; background: var(--zhu-color); border-radius: 30px; }
.swiper-scope a .info b{ font-weight: bold; display: block; font-size: 36px; color: #ffffff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 1; }
.swiper-scope a .info > div{ font-size: 24px; font-weight: 200; margin:16px 0; line-height: 1.5; overflow:hidden; color: #ffffff; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.swiper-scope a .info > small{ font-size: 16px; color: #ffffff; display: inline-block; padding:12px 24px; border:1px solid #ffffff; border-radius: 12px; line-height: 1; }
.swiper-scope a .img{ width: 100%; background: #f7f7f7; border-radius: 12px; display: flex; align-items: center; justify-content: center; height:600px; }
.swiper-scope a .img img{ width: 100%; height: 100%; object-fit: cover; }
.swiper-scope .swiper-pagination{ right: 0; top: 418px; position: absolute; width: 374px; left: auto; }
.swiper-scope .swiper-pagination-bullet{ width:24px; height:24px; border:1px solid var(--zhu-color); position: relative; margin:0 3px; border-radius: 50%; transition: all .3s; background: none; opacity: 1; }
.swiper-scope .swiper-pagination-bullet::before{ content: ""; display: inline-block; width:12px; height:12px; background: #fff; position: absolute; top:5px; left:5px; border-radius: 50%; }
.swiper-scope .swiper-pagination-bullet-active{ transition: all .3s; border-color: #ffffff; }
@media only screen and (max-width: 1400px){
  .swiper-scope a .info b{ font-size: 32px; }
  .swiper-scope a .info > div{ font-size: 20px; }
  .scope_box .hd li{ font-size: 20px; width: 19%; }
  .swiper-scope a .img{ height: auto; padding-bottom: 50%; position: relative; }
  .swiper-scope a .img img{ width: 100%; height: 100%; position: absolute; transition: all .3s; top:0; }
}
@media only screen and (max-width: 1200px){
  .swiper-scope a .info{ padding:40px 30px 80px; }
  .swiper-scope .swiper-pagination{ width: 324px; top:348px; }
  .swiper-scope a .info b{ font-size: 26px; }
}
@media only screen and (max-width: 992px){
  .swiper-scope a .img{ width:100%; }
  .swiper-scope a .info{ border-radius:5px; padding:20px; width: 100%; bottom:0; top:auto; transform: translateY(0); left:0; }
  .swiper-scope a .info > div, .swiper-scope a .info > small{ display: none; }
  .swiper-scope .swiper-pagination{ top:auto; bottom:0; width: auto; box-sizing: border-box; padding:21px 15px; }
  .scope_box .hd ul{ justify-content: space-between; }
  .scope_box .hd li, .scope_box .hd li a{ font-size: 16px; }
  .scope_box .hd li{ padding:12px 0; margin:0; width: calc(20% - 5px); }
  .swiper-scope a .info b{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  .scope_box .hd ul{ margin-bottom: 15px; }
  .swiper-scope a .info b{ font-size: 22px; }
}
@media only screen and (max-width: 640px){
  .scope_box .hd ul{ margin-bottom: 10px; }
  .swiper-scope a .info b{ font-size: 20px; }
  .swiper-scope .swiper-pagination{ padding:18px 15px; }
}
@media only screen and (max-width: 576px){
  .swiper-scope a .info b{ font-size: 18px; }
  .swiper-scope .swiper-pagination{ padding:18px 15px; }
  .swiper-scope .swiper-pagination-bullet{ width: 12px; height: 12px; }
  .swiper-scope .swiper-pagination-bullet::before{ width: 6px; height: 6px; top:2px; left:2px; }
  .scope_box .hd li, .scope_box .hd li a{ font-size: 12px; }
  .swiper-scope a{ flex-direction: column; }
  .swiper-scope a .info{ position: static; }
  .swiper-scope a .info{ padding:15px; }
}
@media only screen and (max-width: 414px){
  .swiper-scope a .info b{ font-size: 17px; }
  .scope_box .hd li{ padding:6px 0; margin:0; width: calc(20% - 1.5px); }
  .swiper-scope a .info{ padding:12px; }
  .swiper-scope .swiper-pagination{ padding:11px; }
}

/* m_strength */
.m_strength{ overflow: hidden; }
.m_strength .bd{ overflow: hidden; background: var(--zhu-color); padding:48px 0; }
.strength_list{ width:100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.strength_list > li{ width:calc(50% - 15px); position: relative; }
.strength_list > li:nth-child(1), .strength_list > li:nth-child(2){ margin-bottom: 48px; }
.strength_list > li .img{ border-radius: 16px; width:100%; padding-bottom: 46%; position: relative; overflow: hidden; }
.strength_list > li .img img{ width:100%; height:100%; object-fit: cover; position: absolute; transition: all .3s; }
.strength_list > li .info{ border-radius: 16px; width:100%; height: 100%; box-sizing: border-box; padding:84px 50px; position: absolute; left:0; top:0; }
.strength_list > li .info b{ display: block; font-size: 48px; color: #ffffff; line-height: 1; font-weight: bold; transition: all .3s; }
.strength_list > li .info a{ border-radius: 5px; font-size: 18px; color: #ffffff; line-height: 1; display: inline-flex; padding:10px 20px; border:1px solid #ffffff; margin-top: 24px; transition: all .3s; } 
.strength_list > li:hover img{ transition: all .3s; transform: scale(1.05); }
.strength_list > li .info a:hover{ transition: all .3s; background: var(--zhu-color); border-color: var(--zhu-color); color: #ffffff; }
.strength_icon{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.strength_icon > li{ width: 33.3%; box-sizing: border-box; padding:24px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.strength_icon > li span{ font-size: 65px; line-height: 1; color: #fff; }
.strength_icon > li b{ font-weight: normal; font-size: 26px; line-height: 1; color: #fff; margin-top: 18px; }
.strength_icon > li:nth-child(2), .strength_icon > li:nth-child(5){ border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
.strength_icon > li:nth-child(1), .strength_icon > li:nth-child(2), .strength_icon > li:nth-child(3){ border-bottom:1px solid #ffffff; }
@media only screen and (max-width: 1400px){
  .m_strength .bd{ padding:40px 0; }
  .strength_list > li .img{ height: 316px; padding-bottom: auto; }
  .strength_icon > li b{ font-size: 24px; margin-top: 12px; }
  .strength_list > li .info b{ font-size: 36px; }
  .strength_list > li:nth-child(1), .strength_list > li:nth-child(2){ margin-bottom: 40px; }
}
@media only screen and (max-width: 1200px){
  .m_strength .bd{ padding:35px 0; }
  .strength_list > li .img{ height: 300px; padding-bottom: auto; }
  .strength_icon > li span{ font-size: 56px; }
  .strength_list > li:nth-child(1), .strength_list > li:nth-child(2){ margin-bottom: 35px; }
  .strength_icon > li b{ font-size: 20px; margin-top: 10px; }
}
@media only screen and (max-width: 992px){
  .m_strength .bd{ padding:15px 0; }
  .strength_list > li:nth-child(1), .strength_list > li:nth-child(2){ margin-bottom: 15px; }
  .strength_list > li{ width: calc(50% - 7.5px); }
  .strength_icon > li{ padding:12px; }
  .strength_list > li .img{ height: 220px; padding-bottom: auto; }
  .strength_list > li .info{ padding:40px 24px; border-radius: 8px; }
  .strength_list > li .info b{ font-size: 28px; }
  .strength_list > li .info a{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .strength_list{ flex-wrap: wrap; }
  .strength_list > li{ width: 100%; }
  .strength_list > li:nth-child(1), .strength_list > li:nth-child(2){ margin-bottom: 0; }
  .strength_list > li + li{ margin-top: 15px; }
  .strength_list > li .img{ height: auto; padding-bottom: 46%; }
  .strength_list > li .info b{ font-size: 26px; }
}
@media only screen and (max-width: 640px){
  .strength_list > li .info b{ font-size: 24px; }
  .strength_icon > li span{ font-size: 52px; }
  .strength_icon > li b{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .strength_list > li .info b{ font-size: 22px; }
  .strength_list > li .info a{ font-size: 13px; padding:6px 12px; }
  .strength_icon > li span{ font-size: 46px; }
  .strength_icon > li b{ font-size: 16px; }
}
@media only screen and (max-width: 414px){
  .strength_list > li .info b{ font-size: 20px; }
  .strength_list > li .info a{ font-size: 12px; padding:5px 10px; }
  .strength_icon > li span{ font-size: 40px; }
  .strength_icon > li b{ font-size: 14px; }
}

/* footer */
.footer{ overflow: hidden; background: #ebebeb; clear: both; }
.footer .hd{ width:100%; padding:50px 0; display: flex; align-items: flex-start; justify-content: space-between; }
.f_contact{ width:32%; }
.f_contact > b{ font-size: 26px; color:#232323; display: block; line-height: 1; }
.f_contact > .tel{ font-size: 36px; color: #232323; font-weight: bold; display: flex; align-items: center; line-height: 1; padding:26px 0; }
.f_contact > .tel span{ font-size: 44px; line-height: 1; margin-right: 12px; }
.f_contact > p{ font-size: 16px; line-height: 2; color: #232323; }
.f_nav{ width:68%; display: flex; align-items: flex-start; justify-content: space-around; }
.f_nav li{ width: 12.5%; display: flex; flex-direction: column; align-items: center; }
.f_nav li b > a{ font-size: 17px; display: block; color: #1f1f1f; line-height: 1; margin-bottom: 14px; transition: all .3s; }
.f_nav li > a{ font-size: 16px; color: #898989; line-height: 1.875; transition: all .3s; }
.f_nav li a:hover{ transition: all .3s; color: var(--zhu-color); }
.f_copy{ background: #232323; padding:18px 0; overflow: hidden; text-align: center; }
.f_copy p{ width:100%; }
.f_copy p, .f_copy p a{ font-size: 16px; color: rgba(255, 255, 255, .5); line-height: 1; }
@media only screen and (max-width: 1400px){
  .footer .hd{ padding:40px 0; }
  .f_contact{ width:26%; }
  .f_nav{ width: 74%; }
  .f_nav li > a{ font-size: 14px; }
  .f_contact > .tel{ font-size: 32px; }
}
@media only screen and (max-width: 1200px){
  .footer .hd{ padding:35px 0; align-items: center; }
  .f_contact{ width:50%; }
  .f_nav{ width: 50%; flex-wrap: wrap; }
  .f_nav li > a{ display: none; }
  .f_nav li{ width: 25%; }
  .f_nav li b > a{ margin:14px 0; }
  .f_contact > b{ font-size: 24px; }
  .f_contact > .tel{ font-size: 30px; padding:18px 0; }
  .f_contact > .tel span{ font-size: 32px; }
}
@media only screen and (max-width: 992px){
  .footer .hd{ padding:30px 0; }
  .f_contact > b{ font-size: 20px; }
  .f_contact > .tel{ font-size: 24px; padding:12px 0; }
  .f_contact > .tel span{ font-size: 26px; }
  .f_contact > p{ font-size: 15px; line-height: 1.8; }
}
@media only screen and (max-width: 768px){
  .footer .hd{ padding:25px 0; }
  .f_copy{ padding-bottom: 70px; }
  .f_contact > b{ font-size: 18px; }
  .f_contact > .tel{ font-size: 22px; padding:10px 0; }
  .f_contact > .tel span{ font-size: 24px; }
  .f_contact > p{ font-size: 14px; line-height: 1.8; }
}
@media only screen and (max-width: 640px){
  .footer .hd{ padding:20px 0; flex-direction: column; }
  .f_contact{ width:100%;text-align: center; margin-bottom: 20px; }
  .f_contact > .tel{ justify-content: center; }
  .f_nav{ width: 100%; flex-wrap: wrap; }
}
@media only screen and (max-width: 576px){
  .footer .hd{ padding:15px 0; }
  .f_nav li b > a{ margin:12px 0; font-size: 15px; font-weight: normal; }
  .f_copy p, .f_copy p a{ font-size: 15px; line-height: 1.5; }
}
@media only screen and (max-width: 414px){
  .f_nav li b > a{ margin:10px 0; font-size: 14px; font-weight: normal; }
  .f_copy p, .f_copy p a{ font-size: 14px; }
}


/* s_banner */
.s_banner{ display: flex; align-items: center; justify-content: flex-start; height:400px; box-sizing: border-box; background:url(../images/company_banner.jpg) no-repeat top center; }
.s_banner b{ margin:72px 0; width: 100%; display: block; font-weight: normal; font-size: 36px; color: #ffffff; line-height: 1; font-family: "思源黑体 CN"; }
.s_banner span{ font-size: 50px; color: #ffffff; line-height: 1; }
.company_banner{ background:url(../images/company_banner.jpg) no-repeat top center; }
.news_banner{ background:url(../images/news_banner.jpg) no-repeat top center; }
.case_banner{ background:url(../images/case_banner.jpg) no-repeat top center; }
.message_banner{ background:url(../images/message_banner.jpg) no-repeat top center; }
.product_banner{ background:url(../images/product_banner.jpg) no-repeat top center; }
.contact_banner{ background:url(../images/contact_banner.jpg) no-repeat top center; }
.culture_banner{ background:url(../images/culture_banner.jpg) no-repeat top center; }

@media only screen and (max-width: 1400px){
  .s_banner{ height: 360px; }
  .s_banner .row{ justify-content: center; }
  .s_banner b{ text-align: center; margin:62px 0; font-size: 30px; }
  .crumbs{ justify-content: center; }
  .s_banner span{ font-size: 42px; }
}
@media only screen and (max-width: 1200px){
  .s_banner{ height: 340px; }
  .s_banner b{ text-align: center; margin:52px 0; font-size: 28px; }
  .s_banner span{ font-size: 38px; }
}
@media only screen and (max-width: 992px){
  .s_banner{ height: 320px; }
  .s_banner b{ text-align: center; margin:42px 0; font-size: 26px; }
  .s_banner span{ font-size: 34px; }
}
@media only screen and (max-width: 768px){
  .s_banner{ height: 300px; }
  .s_banner b{ text-align: center; margin:32px 0; font-size: 24px; }
  .s_banner span{ font-size: 30px; }
}
@media only screen and (max-width: 640px){
  .s_banner{ height: 260px; }
  .s_banner b{ text-align: center; margin:26px 0; font-size: 22px; }
  .s_banner span{ font-size: 26px; }
}
@media only screen and (max-width: 576px){
  .s_banner{ height: 240px; }
  .s_banner b{ text-align: center; margin:20px 0; font-size: 20px; }
  .s_banner span{ font-size: 22px; }
}
@media only screen and (max-width: 414px){
  .s_banner{ height: 220px; }
  .s_banner span{ font-size: 18px; }
}

/* location */
.crumbs{ display: flex; width:100%; font-size: 15px; color: #ffffff; }
.crumbs span{ font-size: 24px; margin-right: 12px; color: #ffffff; line-height: 1; }
.crumbs a{ font-size: 15px; color: #ffffff; transition: all .3s; }
.crumbs a:hover{ transition: all .3s; color: var(--pei-color); }
@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){
}
@media only screen and (max-width: 640px){
  .crumbs a{ font-size: 14px; }
  .crumbs span{ font-size: 20px; margin-right: 10px; }
}
@media only screen and (max-width: 576px){
  .crumbs a{ font-size: 13px; }
  .crumbs span{ font-size: 16px; margin-right: 8px; }
}
@media only screen and (max-width: 414px){
  .crumbs a{ font-size: 12px; }
  .crumbs span{ font-size: 14px; margin-right: 6px; }
}

/* location_nav */
.l_nav{ overflow: hidden; border-bottom: 1px solid #dcdbdb; }
.location_nav dl dt{ float:left; line-height: 70px; margin-right: 30px; }
.location_nav dl dt a{ font-weight: normal; display: block; font-size: 16px; color: #333333; padding: 0 16px; position: relative; }
.location_nav dl dt a:hover,.location_nav dl dt .current{color: var(--zhu-color);}
.location_nav dl dt a:hover:after,.location_nav dl dt .current:after{ position: absolute; right: 0; width: 1920px; height: 2px; background: var(--zhu-color); content: ""; bottom: 0; }
.location_nav dl dd{ display: none; }
@media only screen and (max-width: 1400px){
  .location_nav dl dt{ line-height: 65px; }
  .l_nav .inner{ padding:0; }
}
@media only screen and (max-width: 1200px){
  .location_nav dl dt{ line-height: 60px; }
  .location_nav dl dt a{ padding:0 15px; }
  .location_nav dl dt{ margin-right: 16px; }
}
@media only screen and (max-width: 992px){
  .location_nav dl dt{ line-height: 55px; }
  .location_nav dl dt a{ padding:0 14px; }
  .location_nav dl dt{ margin-right: 14px; }
}
@media only screen and (max-width: 768px){
  .location_nav dl dt{ line-height: 50px; }
  .location_nav dl dt a{ padding:0 13px; font-size: 15px; }
  .location_nav dl dt{ margin-right: 12px; }
}
@media only screen and (max-width: 640px){
  .location_nav dl dt{ line-height: 45px; }
  .location_nav dl dt a{ padding:0 10px; font-size: 14px; }
  .location_nav dl dt{ margin-right: 14px; }
}
@media only screen and (max-width: 576px){
  .location_nav dl dt{ line-height: 40px; }
  .location_nav dl dt a{ padding:0 11px; font-size: 13px; }
  .location_nav dl dt{ margin-right: 8px; }
}
@media only screen and (max-width: 414px){
  .location_nav dl dt a{ padding:0 10px; font-size: 12px; }
  .location_nav dl dt{ margin-right: 6px; }
}

/* main */
.main{ padding:30px 0; background: #fff;  }
@media only screen and (max-width: 768px){
  .main{ padding:25px 0; }
}
@media only screen and (max-width: 640px){
  .main{ padding:20px 0; }
}
@media only screen and (max-width: 576px){
  .main{ padding:15px 0; }
}

/* c_tit */
.c_tit{ width:100%; padding:30px 0; line-height: 1; font-weight: normal; display: flex; align-items: center; justify-content: center; font-size: 36px; color: var(--zhu-color); }
/* company_intro */
.company_intro{ display: block; overflow: hidden; }
.company_intro .intro, .company_intro .img{ width:100%; }
.company_intro .img img{ max-width: 100%; }
.company_intro .article{ width:100%; overflow: hidden; padding:15px 0; }
.company_intro .article p{ font-size: 16px; color: #333333; line-height: 1.8; }
@media only screen and (max-width: 1400px){
  .c_tit{ padding:28px 0; font-size: 34px; }
}
@media only screen and (max-width: 1200px){
  .c_tit{ padding:24px 0; font-size: 32px; }
}
@media only screen and (max-width: 992px){
  .c_tit{ padding:20px 0; font-size: 30px; }
  .company_intro .article p{ line-height: 1.7; }
}
@media only screen and (max-width: 768px){
  .c_tit{ padding:18px 0; font-size: 28px; }
  .company_intro .article p{ font-size: 15px; line-height: 1.7; }
}
@media only screen and (max-width: 640px){
  .c_tit{ padding:16px 0; font-size: 26px; }
  .company_intro .article p{ font-size: 14px; line-height: 1.6; }
}
@media only screen and (max-width: 576px){
  .c_tit{ padding:14px 0; font-size: 24px; }
  .company_intro .article p{ font-size: 13px; line-height: 1.5; }
}
@media only screen and (max-width: 414px){
  .c_tit{ padding:12px 0; font-size: 20px; }
}

#certify { position: relative; width: 100%; margin: 20px auto; }
#certify .swiper-slide { width: 686px; height: 412px; }
#certify .swiper-slide img{ width: 686px; height: 412px; display:block; object-fit: contain; }
#certify .swiper-button-prev{ left:-10px; }
#certify .swiper-button-next{ right:-10px; }
#certify .swiper-button-prev, #certify .swiper-button-next{ width: 70px; height: 70px; margin-top: -35px; }
#certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 70px; color: #e6e6e6; line-height: 1; }
#certify .swiper-button-prev span{ display: block; transform: rotate(-180deg); }
#certify .swiper-button-prev::after, #certify .swiper-button-next::after{ display: none; }
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
  #certify { margin:18px 0; }
  #certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 56px; }
}
@media only screen and (max-width: 992px){
  #certify { margin:16px 0; }
  #certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 52px; }
}
@media only screen and (max-width: 768px){
  #certify { margin:14px 0; }
  #certify .swiper-button-prev{ left:0; }
  #certify .swiper-button-next{ right:0; }
  #certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 48px; }
  .product_tit a{ font-size: 14px; padding:8px 20px; }
}
@media only screen and (max-width: 640px){
  #certify { margin:12px 0; }
  #certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 36px; }
  #certify .swiper-slide img, #certify .swiper-slide{ width:100%; height: 320px; }
}
@media only screen and (max-width: 576px){
  #certify { margin:10px 0; }
  #certify .swiper-slide img, #certify .swiper-slide{ width:100%; height: 240px; }
}

/* c_achie */
.c_achie{ display: flex; width: 100%; flex-direction: column; overflow: hidden; border:2px solid #363636; }
.c_achie li{ display: flex; align-items: center; justify-content: space-between; }
.c_achie li + li{ border-top: 2px solid #363636; }
.c_achie li span{ width:40%; box-sizing: border-box; text-align: center; padding:15px; font-size: 24px; color: #333333; }
.c_achie li span + span{ width:60%; border-left: 2px solid #363636; }
@media only screen and (max-width: 1400px){
  .c_achie li span{ padding:15px; font-size: 24px; }
}
@media only screen and (max-width: 1200px){
  .c_achie li span + span{ height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
}
@media only screen and (max-width: 992px){
  .c_achie li span{ padding:15px; font-size: 20px; }
}
@media only screen and (max-width: 768px){
  .c_achie li span{ padding:14px; font-size: 19px; }
}
@media only screen and (max-width: 640px){
  .c_achie{ border:1px solid #363636; }
  .c_achie li + li{ border-top: 1px solid #363636; }
  .c_achie li span + span{ border-left: 1px solid #363636; }
  .c_achie li span{ padding:13px; font-size: 17px; }
}
@media only screen and (max-width: 576px){
  .c_achie li span{ padding:0; font-size: 15px; line-height: 1.5; }
}
@media only screen and (max-width: 414px){
  .c_achie li span{ font-size: 13px; padding:0 12px; min-height: 40px; }
}

/* article_list */
.article_list{ overflow: hidden; padding:15px 0; }
.article_list li{ margin-bottom: 45px; }
.article_list a{ display: block; width: 100%; position: relative; box-sizing: border-box; background: #ffffff; position: relative; }
.article_list a .txt{ padding:40px; background: #ffffff; box-sizing: border-box; position: relative; z-index: 34; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.article_list a .txt > .time{ text-align: left; display: flex; flex-direction: column; transition: all .3s; z-index: 33; border-bottom: 1px solid #e4e4e4; }
.article_list a .txt > .time > span{ font-size: 36px; color: var(--zhu-color); line-height: 1; font-weight: bold; } 
.article_list a .txt > .time > small{ font-size: 16px; color: #3d3d3d; line-height: 1; margin: 16px 0; } 
.article_list a .txt b{ min-height: 60px; margin:12px 0; display: block; font-size: 16px; color: #3d3d3d; font-weight: normal; line-height: 1.875; transition: all .3s; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all .3s; }
.article_list a .txt > small{ display: inline-flex; padding:8px 32px; align-items: center; font-size: 14px; color: #ffffff; background: var(--zhu-color); position: absolute; right: 46px; bottom:-26px; transition: all .3s; }
.article_list a .txt > small i{ margin-left: 20px; font-size: 42px; line-height: 1; }
.article_list a:hover .txt b{ color: #333; transition: all .3s; }
.article_list a:hover .txt > small{ background: #333; transition: all .3s; }
@media only screen and (max-width: 1400px){
  .article_list a .txt{ padding:35px; }
  .article_list li{ padding-right: 7.5px; }
  .article_list li:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
  .article_list a .txt > .time > span{ font-size: 34px; }
  .article_list a .txt > small{ right: 35px; }
}
@media only screen and (max-width: 1200px){
  .article_list a .txt{ padding:30px; }
  .article_list a .txt > small{ padding:6px 24px; right: 30px; }
  .article_list a .txt > small i, .article_list a .txt > .time > span{ font-size: 32px; }
}
@media only screen and (max-width: 992px){
  .article_list a .txt{ padding:25px; }
  .article_list a .txt > .time > span, .article_list a .txt > small i{ font-size: 30px; }
  .article_list a .txt > small{ right: 25px; bottom:-24px; }
}
@media only screen and (max-width: 768px){
  .article_list li{ margin-bottom: 35px; }
  .article_list a .txt{ padding:20px; }
  .article_list a .txt > .time > span, .article_list a .txt > small i{ font-size: 28px; }
  .article_list a .txt > small{ right: 20px; bottom:-22px; }
}
@media only screen and (max-width: 640px){
  .article_list a .txt{ padding:15px; }
  .article_list a .txt > .time > span, .article_list a .txt > small i{ font-size: 26px; }
  .article_list a .txt > small{ right: 15px; bottom:-20px; }
  .article_list a .txt b{ font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .article_list a .txt{ padding:12px; }
  .article_list a .txt > .time > span, .article_list a .txt > small i{ font-size: 24px; }
  .article_list a .txt > small{ right: 12px; }
  .article_list li{ padding-right: 15px; bottom:-18px; margin-bottom: 30px; }
  .article_list li:nth-child(2n+0){ padding-left: 15px; padding-right: 15px; }
  .article_list a .txt b{ font-size: 14px; min-height: 54px; }
}
@media only screen and (max-width: 414px){
  .article_list a .txt{ padding:10px; }
  .article_list a .txt > .time > span, .article_list a .txt > small i{ font-size: 20px; }
  .article_list a .txt > small{ right: 10px; bottom:-16px; }
}

/* article */
.article .content{ width: 100%; background: #fff; font-size: 16px; color: #333333; line-height: 1.8; }
.article .content_box p{ font-size: 18px; color: #3d3d3d; line-height: 2; }
.article .content_box img{ max-width:100%; }
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
  .article .content_box p{ font-size: 16px; line-height: 1.7; }
}
@media only screen and (max-width: 768px){
  .article .content_box p{ font-size: 15px; line-height: 1.5; }
  .article .content{ font-size: 15px; line-height: 1.5; }
}
@media only screen and (max-width: 640px){
  .article .content_box p{ font-size: 14px; }
  .article .content{ font-size: 14px; line-height: 1.5; }
}
@media only screen and (max-width: 576px){
  .article .content_box p{ font-size: 13px; line-height: 1.4; }
  .article .content{ font-size: 13px; line-height: 1.4; }
}


/* page_tit */
.page_tit{ padding:20px 0; box-sizing: border-box; width:100%; display: flex; align-items: center; justify-content: space-between; }
.page_tit b{ font-size: 24px; color:#3d3d3d; font-weight:bold; width: calc(100% - 140px); line-height: 1.5; }
.page_tit .time{ width: 124px; border-left: 1px solid #e4e4e4; text-align: right; display: flex; flex-direction: column; transition: all .3s; z-index: 33; }
.page_tit .time > span{ font-size: 36px; color: var(--zhu-color); line-height: 1; font-weight: bold; } 
.page_tit .time > small{ font-size: 16px; color: #3d3d3d; line-height: 1; margin: 16px 0; } 

.article .meta{ padding:12px 24px; margin-bottom: 24px; background:#f8f8f8; display: flex; align-items: center; justify-content: space-between; }
.article .meta .left{ width:60%; display: flex; align-items: center; }
.article .meta .left em{ color:#3d3d3d; font-size:15px; display:block; float:left; line-height:25px; }
.article .meta .share{ display: flex; align-items: center; }
.EMChange{ float: left; margin:0 20px; display:block; width:70px; height:24px; background:#fff; border:1px solid #f5f5f5; cursor:pointer; z-index:1000; position:relative; }
.EMChange i{ display:block; line-height:24px; color:#3d3d3d; font-size:15px;  background:url(../images/ico_down.png) no-repeat 50px center; padding:0 10px; }
.EMChange span{ width:70px; line-height:24px; display:none; background:#fff; border-bottom:1px solid #f5f5f5; }
.EMChange a{ color:#3d3d3d; font-size:15px; display:block; border-top:1px solid #f5f5f5; padding:0 10px; }
.EMChange a:hover{ color:#cc262c}
.Source{ color:#3d3d3d; font-size:15px; line-height:25px;  display:inline-block; }
.Source span{ display: none; }
/* prev_next */
.prev_next{ width:100%; margin:20px 0 0; display: flex; align-items: center; justify-content: space-between; }
.prev_next > div{ position: relative; width:calc(50% - 15px); display: flex;flex-direction: row;align-items: center; justify-content: flex-start; overflow: hidden; }
.prev_next > div::before{ content: ""; background: var(--zhu-color); display: block; width:0; height:100%; position: absolute; left:0; transition: all .3s; }
.prev_next > div a, .prev_next > div > span{ position: relative; }
.prev_next > div:first-child{ flex-direction: row-reverse; }
.prev_next > div:first-child::before{ left: auto; right:0; }
.prev_next > div:first-child a{ text-align: right; }
.prev_next > div > span{ background: var(--zhu-color); color: #ffffff; font-size: 12px; padding:18px 42px; min-width: 124px; line-height: 1; margin-right: 12px; }
.prev_next > div:first-child > span{ margin-left:12px; }
.prev_next > div a{ color: #3d3d3d; font-size: 15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; width: calc(100% - 140px); }
.prev_next > div a:hover{ color: var(--zhu-color);}
.prev_next > div:hover a{ transition: all .3s; color: #ffffff; }
.prev_next > div:hover{ transition: all .3s; color: #ffffff; }
.prev_next > div:hover::before{ width:100%; transition: all .3s; }
@media only screen and (max-width: 1400px){
  .page_tit{ padding:15px 0; }
  .page_tit .time > small{ margin:14px 0; }
  .page_tit .time > span{ font-size: 34px; }
}
@media only screen and (max-width: 1200px){
  .page_tit{ padding:12px 0; }
  .page_tit .time{ display: none; }
  .Source span{ display: inline-block; }
  .article .meta .left{ width: 75%; }
  .page_tit b{ width: 100%; font-size: 24px; }
}
@media only screen and (max-width: 992px){
  .page_tit{ padding:10px 0; }
  .page_tit b{ font-size: 22px; text-align: center; }
  .article .meta{ padding:10px; flex-direction: column; }
  .article .meta .share em{ display: none; }
  .article .meta .left{ width: 100%; flex-wrap: wrap; justify-content:center; }
  .Source{ width: 100%; text-align: center; }
  .prev_next > div > span{ min-width:auto; padding:12px 24px; }

}
@media only screen and (max-width: 768px){
  .page_tit b{ font-size: 20px; }
}
@media only screen and (max-width: 640px){
  .page_tit b{ font-size: 18px; }
  .prev_next{ flex-wrap: wrap; }
  .prev_next>div{ width:100%; }
  .prev_next>div + div{ border-left: 1px solid #e9e9e9; border-top: 0; }
  .prev_next > div:first-child{ flex-direction:row; margin-bottom: 12px; }
  .prev_next > div:first-child > span{ margin-left: 0; }
  .prev_next > div:first-child a{ text-align: left; }
  .prev_next > div > span{ margin-right: 10px; padding:8px 16px; }
  .social-share .social-share-icon{ width: 24px; height: 24px; line-height: 24px; font-size: 12px; }
}
@media only screen and (max-width: 576px){
  .page_tit b{ font-size: 16px; font-weight: normal; }
  .Source{ margin-top: 6px; }
  .Source i{ display: none; }
}
@media only screen and (max-width: 414px){
}

/* case_list */
.case{ width:100%; }
.case_list a { display: block; width:100%; margin-bottom: 12px; position: relative; overflow: hidden; }
.case_list a .img{ border:1px solid #f1f1f1; width: 100%; padding-bottom: 91%; position: relative; overflow: hidden; }
.case_list a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.6s ease 0s; }
.case_list a b{ font-weight: normal; display: block; font-size: 18px; color: #111111; line-height: 1; padding:18px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.case_list a:hover img { transform: scale(1.06); }
.case_list a:hover b{ transition: all .3s; color: var(--zhu-color); }
@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){
  .case_list li{ padding-right: 7.5px; }
  .case_list li:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
  .case_list a b{ font-size: 17px; padding:16px 0; }
}
@media only screen and (max-width: 640px){
  .case_list a b{ font-size: 16px; padding:14px 0; }
}
@media only screen and (max-width: 576px){
  .case_list a b{ font-size: 15px; padding:12px 0; }
}
@media only screen and (max-width: 414px){
  .case_list a b{ font-size: 14px; padding:10px 0; }
}


/* honor_list */
.honor{ width:100%; }
.honor_list a { display: block; width:100%; margin-bottom: 30px; border:1px solid #f1f1f1; position: relative; overflow: hidden; }
.honor_list a .img{ width: 100%; padding-bottom: 72%; position: relative; overflow: hidden; }
.honor_list a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.6s ease 0s; }
.honor_list a .txt{ display: flex; flex-direction: column; width:100%; height: 100%; background: rgba(0, 0, 0, .5); align-items: center; justify-content: center; box-sizing: border-box; padding:15px; position: absolute; top:100%; left:0; transition: all .3s; }
.honor_list a .txt span{ font-size: 44px; color: #ffffff; line-height: 1; }
.honor_list a .txt b{ font-weight: normal; display: block; font-size: 16px; color: #ffffff; line-height: 1; margin-top: 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.honor_list a:hover img { transform: scale(1.06); }
.honor_list a:hover .txt{ transition: all .3s; top:0; }
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
  .honor_list a .txt span{ font-size: 40px; }
}
@media only screen and (max-width: 992px){
  .honor_list li{ padding-right: 7.5px; }
  .honor_list a{ margin-bottom: 15px; }
  .honor_list li:nth-child(2n+0){ padding-right: 15px; padding-left: 7.5px; }
  .honor_list a .txt span{ font-size: 36px; }
}
@media only screen and (max-width: 768px){
  .honor_list a .txt span{ font-size: 32px; }
  .honor_list a .txt b{ font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .honor_list a .txt span{ font-size: 28px; }
  .honor_list a .txt b{ font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .honor_list a .txt span{ font-size: 24px; }
}

/* message */
.message_main{ background: #f7f7f7; }
.message{ overflow: hidden; padding:20px 0; }
.message .form_item{ margin-bottom: 30px; height: 54px; border:1px solid #eee; }
.message .form_item input{ border-radius: 5px; width: 100%; box-sizing: border-box; padding:0 20px; height: 100%; font-size: 16px; color: #666666; }
.message .form_box{ overflow: hidden; margin-bottom: 30px; background: #fff; height: 100px; border:1px solid #eee; }
.message .form_box textarea{ width: 100%; height: 100%; padding:20px;  font-size: 16px; color: #666; border-radius: 5px; }
.message .form_code{ display: flex; align-items: center; border: 0; }
.message .form_code input{ width:60%; border:1px solid #eee; border-radius: 5px; }
.message .form_code img{ height:100%; margin-left: 12px; }
.message .submit{ display: inline-block; float: right; padding:15px 90px; line-height: 1; font-size: 16px; color: #fff; background: #333333; text-align: center; border-radius: 5px; }
.message .submit:hover{ background: var(--zhu-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  .message{ padding:30px 0; }
  .message .form_item, .message .form_box{ margin-bottom: 25px; }
}
@media only screen and (max-width: 768px){
  .message{ padding:25px 0; }
  .message .submit{ width: 100%; } 
  .message .form_item, .message .form_box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 640px){
  .message .form_item, .message .form_box{ margin-bottom: 15px; }
  .message{ padding:20px 0; }
}
@media only screen and (max-width: 576px){
  .message{ padding:15px 0; }
}

/* advantage_info */
.advantage_info{ overflow: hidden; }
.advantage_info .c_tit + .dsc{ font-size: 16px; color: #333333; text-align: center; margin:-20px 0 40px; }
.advantage_info ul{ display: flex; align-items: center; justify-content: space-between; }
.advantage_info li{ width:25%; box-sizing: border-box; padding:52px; text-align: center; background: #f7f7f7; }
.advantage_info li:nth-child(even){ background: #f1f1f1; }
.advantage_info li b{ display: block; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin-bottom: 24px; }
.advantage_info li p{ font-size: 16px; color: #000000; line-height: 1.5; min-height: 72px; }
.advantage_info .txt p{ margin-top: 24px; font-size: 14px; color: #333333; line-height: 1.7; }
.advantage_info .txt p:first-child{ margin-top: 0; }
.advantage_info .txt strong{ font-weight: normal; font-size: 24px; color: #333333; line-height: 1.7; }
@media only screen and (max-width: 1400px){
  .advantage_info li{ padding:40px; }
  .advantage_info .c_tit + .dsc{ font-size: 16px; margin:-16px 0 30px; }
}
@media only screen and (max-width: 1200px){
  .advantage_info li{ padding:35px; }
  .advantage_info li b{ font-size: 22px; }
  .advantage_info .txt p{ margin-top: 20px; }
  .advantage_info li p{ min-height: 96px; }
  .advantage_info .txt strong{ font-size: 22px; }
  .advantage_info .c_tit + .dsc{ font-size: 16px; margin:-12px 0 20px; }
}
@media only screen and (max-width: 992px){
  .advantage_info ul{ flex-wrap: wrap; }
  .advantage_info li{ padding:30px; width: 50%; }
  .advantage_info li:nth-child(even){ background: #f7f7f7; }
  .advantage_info li:nth-child(2), .advantage_info li:nth-child(3){ background: #f1f1f1; }
  .advantage_info li b{ font-size: 21px; margin-bottom: 18px; }
  .advantage_info .txt p{ margin-top: 18px; }
  .advantage_info .txt strong{ font-size: 21px; }
  .advantage_info .c_tit + .dsc{ font-size: 15px; margin:-8px 0 15px; }
}
@media only screen and (max-width: 768px){
  .advantage_info li{ padding:25px; }
  .advantage_info li b{ font-size: 20px; margin-bottom: 16px; }
  .advantage_info .txt p{ margin-top: 16px; }
  .advantage_info .txt strong{ font-size: 20px; }
  .advantage_info .c_tit + .dsc{ font-size: 14px; margin:-2px 0 15px; }
}
@media only screen and (max-width: 640px){
  .advantage_info li{ padding:20px; }
  .advantage_info li b{ font-size: 19px; margin-bottom: 14px; }
  .advantage_info li p{ font-size: 15px; }
  .advantage_info .txt p{ margin-top: 14px; }
  .advantage_info .txt strong{ font-size: 19px; }
  .advantage_info .c_tit + .dsc{ font-size: 13px; margin:0 0 12px; }
}
@media only screen and (max-width: 576px){
  .advantage_info li{ padding:15px; }
  .advantage_info li b{ font-size: 18px; margin-bottom: 12px; }
  .advantage_info li p{ font-size: 14px; }
  .advantage_info .txt p{ margin-top: 12px; font-size: 13px; }
  .advantage_info .txt strong{ font-size: 18px; }
}
@media only screen and (max-width: 414px){
  .advantage_info li b{ font-size: 17px; margin-bottom: 10px; }
  .advantage_info li p{ font-size: 13px; }
  .advantage_info .txt p{ margin-top: 10px; font-size: 12px; }
  .advantage_info .txt strong{ font-size: 17px; }
}

/* strength */
.strength{ background: var(--zhu-color); overflow: hidden; }
.strength .c_tit{ color: #ffffff;  }
.strength .strength_info{ background: #ffffff; padding:30px 60px; }
.strength_info p{ font-size: 16px; color: #333333; line-height: 2;  }
.strength_info p em{ display: block; margin-top: 30px; font-size: 50px; letter-spacing: 2px; font-weight: bold; color: #f5f5f5; text-transform: uppercase; line-height: 1; }
.strength_info p strong{ margin-bottom: 30px; display: block; letter-spacing: 2px; font-size: 36px; color: #333333; text-transform: uppercase; line-height: 1; margin-top: -20px; position: relative; }
@media only screen and (max-width: 1400px){
  .strength .strength_info{ padding:30px 40px; }
  .strength_info p em{ font-size: 48px; margin-top: 28px; }
  .strength_info p strong{ font-size: 34px; margin-bottom: 28px; }
}
@media only screen and (max-width: 1200px){
  .strength .strength_info{ padding:30px; }
  .strength_info p em{ font-size: 44px; margin-top: 26px; }
  .strength_info p strong{ font-size: 32px; margin-bottom: 26px; }
}
@media only screen and (max-width: 992px){
  .strength .strength_info{ padding:25px; }
  .strength_info p em{ font-size: 40px; margin-top: 24px; }
  .strength_info p strong{ font-size: 30px; margin-bottom: 24px; }
}
@media only screen and (max-width: 768px){
  .strength .strength_info{ padding:20px; }
  .strength_info p em{ font-size: 36px; margin-top: 22px; }
  .strength_info p strong{ font-size: 28px; margin-bottom: 22px; margin-top: -15px; }
}
@media only screen and (max-width: 640px){
  .strength .strength_info{ padding:15px; }
  .strength_info p em{ font-size: 32px; margin-top: 20px; }
  .strength_info p strong{ font-size: 26px; margin-bottom: 20px; margin-top: -10px; }
  .strength_info p{ font-size: 15px; line-height: 1.8; }
}
@media only screen and (max-width: 576px){
  .strength .strength_info{ padding:12px; }
  .strength_info p em{ font-size: 28px; margin-top: 18px; }
  .strength_info p strong{ font-size: 24px; margin-bottom: 18px; line-height: 1.2; margin-top: -5px; }
  .strength_info p{ font-size: 14px; line-height: 1.6; }
}
@media only screen and (max-width: 414px){
  .strength .strength_info{ padding:10px; }
  .strength_info p em{ font-size: 24px; margin-top: 16px; }
  .strength_info p strong{ font-size: 20px; margin-bottom: 16px; margin-top: 0; line-height: 1.3; }
  .strength_info p{ font-size: 13px; line-height: 1.5; }
}

/* culture_info */
.culture_info{ width:100%; overflow: hidden; }
.core{ overflow: hidden; }
.core .hd{ display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 15px; }
.core .hd li{ width:calc(25% - 22.5px); overflow: hidden; position: relative; }
.core .hd li .img{ width:100%; padding-bottom: 56%; overflow: hidden; position: relative; }
.core .hd li .img img{ width:100%; height: 100%; object-fit: cover;  transition: all .3s; position: absolute; }
.core .hd li .txt{ position: absolute; bottom:-100%; width: 100%; height: 100%; background: var(--zhu-color); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; box-sizing: border-box; padding:40px; }
.core .hd li .txt b{ font-size: 26px; color: #ffffff; line-height: 1; display: block; font-weight: normal; }
.core .hd li .txt p{ font-size: 16px; color: #ffffff; line-height: 1; display: block; margin-top: 18px; }
.core .hd li:hover img{ transition: all .3s; transform: scale(1.05); }
.core .hd li:hover .txt{ transition: all .3s; bottom: 0; }
.core .bd{ display: flex; flex-direction: column; }
.core .bd li{ margin:15px 0; position: relative; }
.core .bd li img{ max-width: 100%; }
.core .bd li .txt{ box-sizing: border-box; padding:0 56px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width:100%; height: 100%; position: absolute; top:0; right:0; }
.core .bd li .txt b{ font-size: 36px; color: #333333; line-height: 1; margin-bottom: 30px; }
.core .bd li .txt div p{ font-size: 24px; color: #333333; line-height: 1.6; }
.core .bd li:nth-child(odd) .txt{ align-items: flex-end; }
.core .bd li:nth-child(1) .txt b, .core .bd li:nth-child(1) .txt p{ color: #ffffff; text-align: right; }
.spirit{ display: flex; align-items: flex-start; justify-content: space-between; }
.spirit li{ display: flex; flex-direction: column; background: var(--zhu-color); width:calc(33.3% - 20px); padding:50px; text-align: center; }
.spirit li span{ font-size: 142px; color: #ffffff; line-height: 1; }
.spirit li b{ display: block; font-size: 36px; color: #ffffff; line-height: 1; margin:30px 0; }
.spirit li p{ font-size: 18px; color: #ffffff; line-height: 1.6; min-height: 202px; }
@media only screen and (max-width: 1400px){
  .core .hd li .txt{ padding:30px; }
  .core .hd li .txt b{ font-size: 24px; }
  .core .bd li .txt div p{ font-size: 20px; }
  .core .bd li .txt b{ font-size: 26px; }
  .spirit li{ width: calc(33.3% - 10px); padding:35px; }
  .spirit li span{ font-size: 120px; }
  .spirit li b{ font-size: 32px; }
  .core .bd li .txt{ padding:0 50px; }
  .spirit li p{ font-size: 16px; }
}
@media only screen and (max-width: 1200px){
  .core .hd li .txt{ padding:20px; }
  .core .hd li .txt b{ font-size: 22px; }
  .core .bd li .txt div p{ font-size: 18px; }
  .core .bd li .txt b{ font-size: 24px; }
  .spirit li{ width: calc(33.3% - 10px); padding:30px; }
  .spirit li span{ font-size: 100px; }
  .spirit li b{ font-size: 30px; margin:20px 0; }
  .core .bd li .txt{ padding:0 40px; }
  .core .hd li .txt p{ font-size: 15px; margin-top: 12px; line-height: 1.4; }
  .spirit li p{ font-size: 14px; min-height: 180px; }
}
@media only screen and (max-width: 992px){
  .core .hd li .txt{ padding:18px 30px; }
  .core .hd li .txt b{ font-size: 20px; }
  .core .bd li .txt div p{ font-size: 17px; }
  .core .bd li .txt b{ font-size: 22px; margin-bottom: 18px; }
  .spirit{ flex-wrap: wrap; }
  .spirit li{ width: 100%; padding:15px; }
  .spirit li + li{ margin-top: 12px; }
  .spirit li span{ font-size: 80px; }
  .spirit li b{ font-size: 22px; }
  .spirit li p{ font-size: 14px; min-height: auto; }
  .core .bd li .txt{ padding:0 30px; }
  .core .bd li{ margin:7.5px 0; }
  .core .hd{ flex-wrap: wrap; }
  .core .hd li{ width: calc(50% - 7.5px); }
  .core .hd li:nth-child(1), .core .hd li:nth-child(2){ margin-bottom: 15px; }
}
@media only screen and (max-width: 768px){
  .core .hd li .txt{ padding:16px 25px; }
  .core .hd li .txt b{ font-size: 18px; }
  .core .hd li .txt p{ font-size: 15px; }
  .core .bd li .txt div p{ font-size: 16px; }
  .core .bd li .txt b{ font-size: 20px; margin-bottom: 16px; }
  .spirit li span{ font-size: 60px; }
  .spirit li b{ font-size: 26px; margin:22px 0; }
  .spirit li p{ font-size: 16px; line-height: 1.5; }
  .core .bd li .txt{ padding:0 25px; }
}
@media only screen and (max-width: 640px){
  .core .hd li .txt{ padding:14px; }
  .core .hd li .txt b{ font-size: 16px; }
  .core .hd li .txt p{ font-size: 14px; }
  .core .bd li .txt div p{ font-size: 15px; }
  .core .bd li .txt b{ font-size: 19px; margin-bottom: 14px; }
  .spirit li span{ font-size: 40px; }
  .spirit li b{ font-size: 24px; margin:20px 0; }
  .spirit li p{ font-size: 15px; }
  .core .bd li .txt{ padding:0 20px; }
  
}
@media only screen and (max-width: 576px){
  .core .hd li .txt{ padding:12px; }
  .core .hd li .txt b{ font-size: 14px; }
  .core .hd li .txt p{ font-size: 13px; }
  .core .bd li .txt div p{ font-size: 14px; }
  .core .bd li .txt b{ font-size: 18px; margin-bottom: 12px; }
  
  
  .spirit li span{ font-size: 30px; }
  .spirit li b{ font-size: 22px; margin:15px 0; }
  .spirit li p{ font-size: 14px; }
  .core .bd li{ height: 200px; }
  .core .bd li .img{ height: 100%; }
  .core .bd li img{ width: 100%; height: 100%; object-fit: cover; }
  .core .bd li .txt{ padding:25px; align-items: center; }
  .core .bd li .txt div p{ text-align: center; }
  .core .bd li:nth-child(odd) .txt{ align-items: center; }
  .core .bd li:nth-child(1) .txt b, .core .bd li:nth-child(1) .txt p{ text-align: center; }
}
@media only screen and (max-width: 414px){
  .core .hd li .txt{ padding:15px; }
  .core .hd li .txt p{ font-size: 12px; }
  .core .bd li .txt div p{ font-size: 13px; }
  .core .bd li .txt b{ font-size: 17px; margin-bottom: 10px; }
  .spirit li{ padding:10px; }
  .spirit li span{ font-size: 24px; }
  .spirit li b{ font-size: 20px; margin:12px 0; }
  .spirit li p{ font-size: 13px; line-height: 1.4; }
  .core .bd li{ margin:6px 0; }
}



/* product_list */
.product{ background: #f6f6f6; }
.product_list{ overflow: hidden; width:100%; margin:0; }
.product_list li{ overflow: hidden; margin-bottom: 30px; }
.product_list li a{ display: block; overflow: hidden; }
.product_list li a .img{ position: relative; background: #ffffff; display: block; width:100%; padding-bottom: 55%; position: relative; overflow: hidden; border:1px solid #f1f1f1; }
.product_list li a .img mark{ position:absolute; left:0; top:0; box-sizing:border-box; width:100%; height:100%; background:rgba(0,0,0,.2); filter:alpha(opacity=20); z-index:20; opacity:0; transform:skewX(45deg); visibility:hidden; transition:360ms;  }
.product_list li a .img mark::before{ content:"";width:100%;height:0%;border-left:3px solid var(--zhu-color);border-right:3px solid var(--zhu-color);box-sizing:border-box;position:absolute;left:0;top:0;transition:320ms; }
.product_list li a .img mark::after{ content:"";width:0%;height:100%;border-top:3px solid var(--zhu-color);border-bottom:3px solid var(--zhu-color);box-sizing:border-box;position:absolute;left:0;top:0;transition:320ms; }
.product_list li a .img b{ display:block;width:46px;height:46px;position:absolute;left:50%;top:50%;margin-left:-23px;margin-top:-23px;z-index:30; }
.product_list li a .img b::before{ content:"";width:100%;height:1px;background:var(--zhu-color);position:absolute;left:0;top:23px;transform:translateX(-200px);-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px); }
.product_list li a .img b::after{ content:"";width:1px;height:100%;background:var(--zhu-color);position:absolute;left:23px;top:0;transform:translateY(-200px);-webkit-transform:translateY(-200px);-moz-transform:translateY(-200px); }

.product_list li a:hover .img mark{opacity:1;transform:skewX(0);visibility:visible;}
.product_list li a:hover .img mark::before{height:100%;transition:330ms 200ms;}
.product_list li a:hover .img mark:after{width:100%;transition:330ms 200ms;}
.product_list li a:hover .img mark b:before{transition:355ms 180ms;transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);}
.product_list li a:hover .img mark b:after{transition:355ms 240ms;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);}



.product_list li a img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
.product_list li a > b{ text-align: center; font-weight: normal; display: block; padding:20px; box-sizing: border-box; background: #ffffff; line-height: 1; font-size: 22px; color: #333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_list li a:hover > b{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }
.product_list li a:hover img{ transition: all .3s; transform: scale(1.05); }
@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){
  .product .inner{ padding:0; }
  .product_list li{ padding-right: 7.5px; margin-bottom: 15px; }
  .product_list li:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
  .product_list li a b{ padding:14px; font-size: 15px; }
  .product_list li a .img small{ font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .product_list li a b{ padding:12px; font-size: 14px; }
  .product_list li a .img small{ font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .product_list li a b{ padding:10px; font-size: 13px; }
  .product_list li a .img small{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .product_list li a b{ padding:8px; font-size: 12px; }
  .product_list li a .img small{ font-size: 12px; }
}

/* contact_info */
.contact_info{ width:100%; display: flex; overflow: hidden; align-items: flex-start; justify-content: space-between; }
.contact_info .contact_txt{ display: flex; flex-direction: column; width: calc(42% - 15px); }
.contact_info .contact_txt b{ font-size: 30px; color: var(--zhu-color); line-height: 1; }
.contact_info .contact_txt small{ font-size: 16px; color: #666666; line-height: 1; margin:18px 0; }
.contact_info .contact_txt p{ font-size: 20px; font-weight: bold; color: #333333; line-height: 1.5; }
.contact_info .contact_txt ul{ margin-top:20px; }
.contact_info .contact_txt li{ font-size: 16px; color: #666666; line-height: 1; padding:16px 0; border-bottom: 1px solid #dedede; display: flex; align-items: center; }
.contact_info .contact_txt li span{ font-size: 32px; margin-right: 12px; }
.contact_info .contact_txt li b{ font-size: 30px; color: var(--zhu-color); }
.contact_info .contact_map{ width: calc(58% - 15px); }
.contact_info .contact_map #dituContent{ width:100%; height: 580px; }
@media only screen and (max-width: 1400px){
  .contact_info .contact_txt p{ font-size: 18px; }
  .contact_info .contact_map #dituContent{ height: 520px; }
}
@media only screen and (max-width: 1200px){
  .contact_info .contact_txt p{ font-size: 17px; }
  .contact_info .contact_txt li{ padding:14px 0; }
  .contact_info .contact_txt li b{ font-size: 30px; }
  .contact_info .contact_map #dituContent{ height: 460px; }
}
@media only screen and (max-width: 992px){
  .contact_info{ flex-wrap: wrap; }
  .contact_info .contact_txt, .contact_info .contact_map{ width: 100%; }
  .contact_info .contact_txt ul{ margin:20px 0; }
  .contact_info .contact_txt b{ font-size: 26px; }
  .contact_info .contact_txt li b{ font-size: 28px; }
  .contact_info .contact_map #dituContent{ height: 400px; }
}
@media only screen and (max-width: 768px){
  .contact_info .contact_txt b{ font-size: 24px; }
  .contact_info .contact_txt li b{ font-size: 26px; }
  .contact_info .contact_map #dituContent{ height: 340px; }
}
@media only screen and (max-width: 640px){
  .contact_info .contact_txt b{ font-size: 22px; }
  .contact_info .contact_txt p{ font-size: 16px; font-weight: normal; }
  .contact_info .contact_txt li{ font-size: 15px; padding:12px 0; }
  .contact_info .contact_txt li b{ font-size: 24px; }
  .contact_info .contact_txt li span{ font-size: 28px; margin-right: 10px; }
  .contact_info .contact_map #dituContent{ height: 280px; }
}
@media only screen and (max-width: 576px){
  .contact_info .contact_txt b{ font-size: 20px; }
  .contact_info .contact_txt p{ font-size: 15px; }
  .contact_info .contact_txt li{ font-size: 14px; padding:10px 0; }
  .contact_info .contact_txt li b{ font-size: 22px; }
  .contact_info .contact_txt li span{ font-size: 26px; margin-right: 8px; }
  .contact_info .contact_map #dituContent{ height: 260px; }
}
@media only screen and (max-width: 414px){
  .contact_info .contact_txt b{ font-size: 18px; }
  .contact_info .contact_txt p{ font-size: 14px; }
  .contact_info .contact_txt li{ font-size: 13px; line-height: 1.3; }
  .contact_info .contact_txt li b{ font-size: 20px; }
  .contact_info .contact_txt li span{ font-size: 24px; margin-right: 6px; }
  .contact_info .contact_map #dituContent{ height: 240px; }
}

/* product_top */
.product_top{ overflow: hidden; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.product_focus{ width:54%; overflow: hidden; }
#gfocus{ overflow: hidden; border:1px solid #f1f1f1; }
#gfocus .swiper-slide{ display: block; width: 100%; padding-bottom: 60%; overflow: hidden; position: relative; }
#gfocus .swiper-slide img{ box-sizing: border-box; padding:15px; position: absolute; width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#glist{ margin:16px 0; overflow: hidden; position: relative; }
#glist .swiper-slide{ cursor: pointer; width: 100%; padding:4px; height: 84px; border:1px solid #e5e5e5; box-sizing: border-box; transition: all .3s; }
#glist img{ width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; }
#glist .swiper-slide-active{ transition: all .3s; border:2px solid var(--zhu-color); }
.product_info{ width:46%; box-sizing: border-box; padding-left: 30px; overflow: hidden; }
.product_info b{ font-size: 26px; color: var(--zhu-color); line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_info .dsc{ margin:20px 0; background: #fafbfc; padding:18px 20px; }
.product_info .dsc p{ font-size: 14px; color: #696a6d; line-height: 1.7; display: flex; align-items: center; }
.product_info .dsc p span{ font-size: 16px; color: #111111; }
.product_info .dsc p:nth-of-type(2){ text-indent: -2em; display: block; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.product_info .pram_hd{ border:1px solid #e5e6e9; padding:20px; display: flex; align-items: center; justify-content: space-between; }
.product_info .pram_hd small{ font-weight: bold; font-size: 16px; color: #111111; line-height: 1; }
.product_info .pram_hd span{ font-size: 16px; color: #111111; line-height: 1; }
.product_info .parm_bd{ display: block; padding:20px; }
.product_info .parm_bd li{ display: flex; align-items: center; font-size: 16px; color: #272423; padding:5px 0; line-height: 1; }
.product_info .parm_bd li span{ display: block; width: 80px; color: #696a6d; }
.product_info .btns{ margin-top: 12px; }
.product_info .btns a{ display: inline-block; padding:16px 70px; border:1px solid #696a6d; font-size: 14px; color: #696a6d; line-height: 1; }
.product_info .btns a:first-child{ background: var(--zhu-color); border-color: var(--zhu-color); color: #fff; margin-right: 30px; }
@media only screen and (max-width: 1400px){
  #gfocus .swiper-slide{ height: 454px; padding-bottom: auto; }
  .product_info .dsc{ margin:12px 0; }
  .product_info .pram_hd, .product_info .parm_bd{ padding:15px; }
  .product_info .btns a{ padding:15px 70px; }
}
@media only screen and (max-width: 1200px){
  .product_info .btns a{ padding:12px 60px; }
  .product_info .btns a:first-child{ margin-right: 12px; }
}
@media only screen and (max-width: 992px){
  .product_top{ flex-wrap: wrap; }
  .product_focus, .product_info{ width: 100%; }
  #gfocus .swiper-slide{ height: auto; padding-bottom: 50%; }
  .product_info{ padding:20px 0; }
  .product_info b{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  .product_info b{ font-size: 22px; }
}
@media only screen and (max-width: 640px){
  .product_info b{ font-size: 20px; }
  #gfocus .swiper-slide{ height: auto; padding-bottom: 60%; }
  .product_info .btns a{ padding:10px 30px; }
}
@media only screen and (max-width: 576px){
  .product_info b{ font-size: 18px; }
}
@media only screen and (max-width: 414px){
}


/* product_content */
.product_content{ width:100%; }
/* product_infobox */
.product_infobox{ margin:15px 0; overflow: hidden; width:100%; display: flex; align-items: flex-start; justify-content: space-between; }
.product_infobox > b{ line-height: 1; display: block; font-size: 36px; color: var(--zhu-color); border-left: 8px solid var(--zhu-color); padding-left: 20px; font-weight: normal; }
.product_infobox .content, .product_infobox .parm{ width: calc(100% - 240px); }
.product_infobox .content h2{ font-weight: bold; font-size: 18px; }
.product_infobox .content p{ font-size: 16px; color: #696a6d; line-height: 1.875; }
.product_infobox .parm{ overflow: hidden; border:1px solid #c9c9c9; }
.product_infobox .parm li{ display: flex; align-items: center; justify-content: space-between; }
.product_infobox .parm li span{ display: block; width: 40%; font-size: 14px; box-sizing: border-box; padding:10px 15px; color: #000000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_infobox .parm li small{ border-left: 1px solid #c9c9c9; display: block; width: 60%; font-size: 14px; box-sizing: border-box; padding:10px 15px; color: #000000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_infobox .parm li + li{ border-top: 1px solid #c9c9c9; }
.product_infobox .parm li:nth-child(even){ background: #eeefee; }
/* product_xgcp */
.product_xgcp{ width:100%; overflow: hidden; display: flex; flex-direction: column; }
.product_xgcp > b{ line-height: 1; display: block; margin:30px 0; font-size: 36px; color: var(--zhu-color); border-left: 8px solid var(--zhu-color); padding-left: 20px; font-weight: normal; }
#g_xgcp{ display: block; width:100%; }
#g_xgcp a{ display: block; width: 100%; overflow: hidden; }
#g_xgcp a .img{ border:1px solid #f1f1f1; width:100%; padding-bottom: 65%; overflow: hidden; position: relative; }
#g_xgcp a .img img{ box-sizing: border-box; padding:15px; width:100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
#g_xgcp a b{ display: block; padding:18px 0; line-height: 1; font-size: 18px; color: #111111; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
#g_xgcp a:hover img{ transition: all .3s; transform: scale(1.05); }
#g_xgcp a:hover b{ transition: all .3s; color: var(--zhu-color); }

@media only screen and (max-width: 1400px){
  .product_infobox > b, .product_xgcp > b{ font-size: 32px; }
  .product_infobox .content, .product_infobox .parm{ width: calc(100% - 200px); }
}
@media only screen and (max-width: 1200px){
  .product_infobox > b, .product_xgcp > b{ font-size: 26px; }
  .product_infobox .content, .product_infobox .parm{ width: calc(100% - 160px); }
}
@media only screen and (max-width: 992px){
  .product_infobox{ flex-direction: column; }
  .product_infobox > b, .product_xgcp > b{ margin-bottom: 12px; }
  .product_infobox .content, .product_infobox .parm{ width: 100%; }
}
@media only screen and (max-width: 768px){
  .product_infobox > b, .product_xgcp > b{ font-size: 24px; }
  #g_xgcp a b{ font-size: 17px; padding:15px 0; }
}
@media only screen and (max-width: 640px){
  .product_infobox > b, .product_xgcp > b{ font-size: 22px; }
  #g_xgcp a b{ font-size: 16px; padding:14px 0; font-weight: normal; }
}
@media only screen and (max-width: 576px){
  .product_infobox > b, .product_xgcp > b{ font-size: 20px; }
  #g_xgcp a b{ font-size: 15px; padding:12px 0; }
}
@media only screen and (max-width: 414px){
  .product_infobox > b, .product_xgcp > b{ font-size: 18px; }
  #g_xgcp a b{ font-size: 14px; padding:10px 0; }
}

/* scope_list */
.scope_list{ overflow: hidden; display: flex; flex-direction: column; }
.scope_list li{ margin:12px 0; overflow: hidden; }
.scope_list li a{ background: #f0f0f0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.scope_list li a .img{ width: calc(30% - 15px); height: 240px; overflow: hidden; }
.scope_list li a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.scope_list li a .txt{ width: calc(70% - 15px); }
.scope_list li a .txt b{ font-size: 20px; color: #333333; line-height: 1; display: block; transition: all .3s; }
.scope_list li a .txt > div{ font-size: 16px; color: #999999; line-height: 1.5; margin-top: 12px; }
.scope_list li a:hover img{ transition: all .3s; transform: scale(1.05); }
.scope_list li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1400px){
  .scope_list{ padding:0 15px; }
  .scope_list li a .img{ width: calc(40% - 15px); }
  .scope_list li a .txt{ width: calc(60% - 15px); }
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
  .scope_list li a .img{ width: calc(50% - 15px); }
  .scope_list li a .txt{ width: calc(50% - 15px); }
}
@media only screen and (max-width: 768px){
  .scope_list li a .img{ height: 220px; }
  .scope_list li a .txt b{ font-size: 19px; }
}
@media only screen and (max-width: 640px){
  .scope_list li a{ flex-wrap: wrap; }
  .scope_list li a .img{ width:100%; height: 200px; }
  .scope_list li a .txt{ width:100%; padding:30px; }
  .scope_list li a .txt b{ font-size: 18px; }
  .scope_list li a .txt > div{ font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .scope_list li a .txt{ width:100%; padding:24px; }
  .scope_list li a .img{ height: 180px; }
  .scope_list li a .txt b{ font-size: 17px; }
  .scope_list li a .txt > div{ font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .scope_list li a .img{ height: 160px; }
  .scope_list li a .txt{ width:100%; padding:15px; }
  .scope_list li a .txt > div{ font-size: 13px; }
}


@media screen and (max-width: 640px){
  .layui-layer-iframe, .layui-layer{ width: 100%!important; }
  .send-form .order-content .order-line .dwid{ width: calc(100% - 80px)!important; }
}










































