@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 4017826 */
  src: url('http://at.alicdn.com/t/c/font_4017826_i44p0kvcx2s.woff2?t=1687833015059') format('woff2'),
       url('http://at.alicdn.com/t/c/font_4017826_i44p0kvcx2s.woff?t=1687833015059') format('woff'),
       url('http://at.alicdn.com/t/c/font_4017826_i44p0kvcx2s.ttf?t=1687833015059') 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: ZTQ; src: url('./fonts/ZTQ.ttf'); }
/*清除内外边距*/
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
/*设置默认字体*/
:focus{outline: 0;}
ul,
ol{list-style: none;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}
abbr, acronym{border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt{font-size: 100%;}
/*修改滚动条*/
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}
textarea{resize: none;}
button:active, button:focus{ border:none; outline:0; }
/* 网站色值设置 */
body{--zhu-color:#0143b5;--pei-color:#cc3300;}
.inner{ width: 1500px; margin:0 auto; }
@media only screen and (max-width: 1500px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}
.ellipsis{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.clamp{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}

/*fenye*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0;  clear: both;width:100%;}
    .de-page-mian .page-inner{display: inline-block; overflow: hidden;margin: 10px auto 35px;}
    .de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;width:auto;}
    .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;display: none;}
    .de-page-mian .page-inner span{display: none; font-size: 12px; color: #333; float: left; line-height: 38px;}
    .de-page-mian .page-inner input{display: none; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}


/*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{ width: 100%; 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%; position: relative; }
.h_top .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_top::before{ content: ""; display: block; width: 100%; height: 100%; background: var(--zhu-color); position: absolute; left:0; top:0; z-index: 34; }
.h_top .logo{  font-size: 60px; font-family: "ZTQ"; line-height: 1; color: #ffffff; display: flex; width: 10%; align-items: center; position: relative; z-index: 35;justify-content: flex-end; }
.h_top .logo img{ max-width: 100%; position: relative;max-height: 65px }
.h_top .nav_box{ width: 80%; }
.h_top .nav{ display: flex; height:100%; align-items: center; justify-content: space-between; }
.h_top .nav > li{ width: 11.1%; height: 100%; display: inline-flex; align-items: center; justify-content: center; }
.h_top .nav > li > a{ display: block; padding:32px 0; font-size: 18px; color: #ffffff; transition: all .3s; position: relative; z-index: 35; }
.h_top .nav > li > a span{ display: inline-block; position: relative; padding:12px 24px; }
.h_top .nav > li > a span::before{ content: ""; position: absolute; width: 100%; height: 0px; left: 0; bottom: 0; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.h_top .nav > li > a span::after{ content: ""; position: absolute; width: 0px; height: 100%; left: 0; bottom: 0; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.h_top .nav > li > a:hover span::before, .h_top .nav > li.active > a span::before, .h_top .nav > li > a:focus span::before{ height: 100%; border-right: 1px solid var(--pei-color); border-left: 1px solid var(--pei-color); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.h_top .nav > li > a:hover span::after,.h_top .nav > li.active  > a span::after, .h_top .nav > li > a:focus span::after{ width: 100%; border-top: 1px solid var(--pei-color); border-bottom: 1px solid var(--pei-color); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.h_top .nav > li:hover > a::before{ transition: all .3s; width: 100%; left:0; }
.h_top .top_wrap{ position: static; }
.h_top .nav > li .drop_menu{ width: 100%; position: absolute; left:0; top:-800%; padding:30px 0; border-top:3px solid var(--pei-color); transition: all .3s; background: rgba(255, 255, 255, .9); z-index: 33; }
.h_top .nav > li .drop_menu .inner{ position: relative; z-index: 33; }

.h_top .nav > li:hover .drop_menu{ top:100%; transition: all .3s; }

.drop_menu{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.drop_menu .inner{ display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.drop_menu .inner > b{ font-size: 22px; color: #4b4b4b; line-height: 1; margin-bottom: 30px; }
.drop_menu .inner .yiji{font-size: 22px; color: #4b4b4b; line-height: 1; margin: 0px 30px 30px 30px;float: left;}
.drop_menu .inner .yiji:hover{color:var(--pei-color);}

.drop_menu .bd{ overflow: hidden; width: 100%; }

.company_type{ width: 100%; height: 560px; display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; }
.company_type li{ width: 16.6%; height: 100%; transition: all .3s; }
.company_type li a{ display: block; width: 100%; height: 100%; position: relative; }
.company_type li a::before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left:0; top:0; background: rgba(0, 0, 0, .6); z-index: 3; }
.company_type li a img{ width: 100%; height: 100%; object-fit: cover; }
.company_type li a b{ display: flex; font-weight: 200; align-items: center; box-sizing: border-box; width: 100%; padding:25px; font-size: 20px; color: #ffffff; line-height: 1; transition: all .3s; z-index: 4; position: absolute; left:0; bottom:0; }
.company_type:hover li{ width: 10%; }
.company_type li:hover{ width: 50%; }
.company_type li:hover b{ background: #4b4b4b; font-size: 30px; padding:24px 34px; transition: all .3s; }
.company_type li:hover a::before{ transition: all .3s; background: rgba(0, 0, 0, 0); }
.proContent{width:100%;display: flex;flex-direction: row;}
.proContent .item{width:80%;}
.proContent .item:nth-child(2){width:20%;}
.goods_type{ display: flex; flex-wrap: wrap; width: 100%;justify-content: space-around; }
.goods_type li{ width:calc(25% - 20px); }
.proContent .item:nth-child(2) li{ width:calc(100% - 20px);margin:0 10px; }
.goods_type li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.goods_type li a .img{ width: 100%; padding-bottom:75%; overflow: hidden; position: relative; }
.goods_type li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.goods_type li a b{ display: block; width: 100%; font-weight: normal; box-sizing: border-box; padding:15px; text-align: center; font-size: 16px; color: #4b4b4b; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;transition: all .3s; }
.goods_type li a:hover img{ transition: all .3s; transform: scale(1.05); }
.goods_type li a:hover b{ transition: all .3s; color: var(--pei-color); }

.news_type{ display: flex; flex-wrap: wrap; width: 100%;justify-content: space-around; }
.news_type li{ width: calc(25% - 20px); }
.news_type li:nth-child(2n+0){ margin-right: 0; }
.news_type li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.news_type li a .img{ width: 100%; padding-bottom: 49%; overflow: hidden; position: relative; }
.news_type li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.news_type li a b{ display: block; width: 100%; font-weight: normal; box-sizing: border-box; padding:15px 0; text-align: left; font-size: 16px; color: #4b4b4b; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_type li a:hover img{ transition: all .3s; transform: scale(1.05); }
.news_type li a:hover b{ transition: all .3s; color: var(--pei-color); }

.h_top .tool_wrap{ width: 7%; }
.h_top .tool_box{ display: flex; height:100%; align-items: center; justify-content: flex-end; position: relative; z-index: 35; }
.h_top .tool_box li{ position: relative; overflow: hidden; transition: all .3; }
.h_top .tool_box li .btn_group{ display: inline-flex; align-items: center; padding:0 28px; }
.h_top .tool_box li + li::before{ content: ""; display: inline-block; width: 1px; height: 13px; background: #d6d3d4; border:0; position: absolute; left:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.h_top .tool_box .btn_group span{ font-size: 32px; color: #ffffff; line-height: 1; cursor: pointer; }
.h_top .tool_box .tool_form{ width:280%; position: absolute; left:-170%; top:120%; z-index: 33; transition: all .3s; opacity: 0; display: flex; align-items: center; }
.h_top .tool_box .tool_form form{ width:calc(100% - 32px); display: flex; align-items: center; justify-content: space-between; background: #f6f6f6; padding:10px 18px; border-radius: 3px;  }
.h_top .tool_box .tool_form input{ width:calc(100% - 32px); box-sizing: border-box; background: transparent; font-size: 14px; color: #474747; }
.h_top .tool_box .tool_form button{ background: none; }
.h_top .tool_box .tool_form button span{ font-size: 18px; line-height: 1; color: #474747; transition: all .3s; }
.h_top .tool_box .tool_form button:hover span{ transition: all .3s; color: var(--pei-color); }
.h_top .tool_box li:hover{ transition: all .3s; overflow: visible; }
.h_top .tool_box .tool_form_on{ transition: all .3s; top:-5.5px; opacity: 1; }
.h_top .tool_box .tool_form .btn_close{ display: inline-block; padding:0 0 0 10px; }
.h_top .tool_box .tool_form .btn_close span{ font-size: 26px; color: #fff; line-height: 1; transition: all .3s; display: inline-block; }
.h_top .tool_box .tool_form .btn_close:hover span{ transition: all .3s; transform: rotate(360deg); }


@media only screen and (max-width: 1500px){
  .h_top .logo img{ max-height: 65px; margin-left: 30px}
  /*.h_top .logo{ top:-5px; font-size: 55px; }*/
  .h_top .nav > li > a{ padding:24px 0; font-size: 16px; }
  .company_type{ height: 480px; }
  .company_type li a b{ padding:20px; font-size: 18px; }
  .company_type li:hover b{ font-size: 32px; padding:20px 30px; }
 /* .goods_type li{ width: calc(20% - 16px); margin-right: 20px; }
  .goods_type li a b{ padding:12px; font-size: 15px; }*/
  /*.news_type li{ width: calc(50% - 10px); margin-right: 20px; }*/
  .news_type li a b{ padding:12px 0; font-size: 15px; }
  .drop_menu .inner > b{ font-size: 20px; margin-bottom: 20px; }
}
@media only screen and (max-width: 1400px){
   .h_top .logo img{margin-left: 10px}
  /*.h_top .logo{ top:-4px; font-size: 50px; }*/
  .h_top .logo{margin-left: 30px}
  .h_top .nav > li > a{ padding:20px 0; font-size: 14px; }
  .h_top .nav > li > a span{ padding:10px 20px; }
  .company_type{ height: 400px; }
  .company_type li a b{ padding:15px; font-size: 16px; }
  .company_type li:hover b{ font-size: 28px; padding:15px 25px; }
  /*.goods_type li{ width: calc(20% - 12px); margin-right: 15px; }
  .goods_type li a b{ padding:10px; font-size: 14px; }*/
  /*.news_type li{ width: calc(50% - 7.5px); margin-right: 15px; }*/
  .news_type li a b{ padding:10px 0; font-size: 14px; }
  .drop_menu .inner > b{ font-size: 18px; margin-bottom: 15px; }
}
@media only screen and (max-width: 1200px){
  /*.h_top .logo{ top:-3px; font-size: 45px; }*/
 
  .h_top .inner{ padding:15px; }
  .h_top .top_wrap{ display: none; }
}
@media only screen and (max-width: 992px){
  /*.h_top .inner{ padding:13px 15px; }*/
  /*.h_top .logo{ top:-2px; font-size: 40px; }*/
}
@media only screen and (max-width: 640px){
  .h_top .inner{ padding:5px 15px; }
  .mob_nav{padding:5px 0;}
  .h_top .logo{width:15%;}
  /*.h_top .logo{ top:-1px; font-size: 35px; }*/
}

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: 260px; 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: 10px 15px; 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) }
.hc-mobile-nav .drop_menu{ display: none; }
#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: #fff; 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; }
  .mob_nav{ height: 100%; display: flex; align-items: center; justify-content: flex-end; }
}
@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; }
}

/*banner*/
#banner{ width: 100%; position: relative; overflow: hidden; }
#banner a{ display: block; position: relative; }
#banner a .inner{ height: 100%; position: absolute; left:50%; top:0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#banner a > img{ width:100%; }
#banner a .inner > img{ position: absolute; top:300px; right:0; filter:alpha(opacity=0); opacity:0; -moz-opacity:0; -khtml-opacity:0; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
#banner a .inner > b{ line-height: 1.5; font-size: 80px; color: #ffffff; font-weight: bold; text-shadow: 0 3px 10px rgba(0, 0, 0, .15); }
#banner a .inner > .b3_tit{ right:auto; left:0; }
#banner .swiper-slide-active a .inner > img{ filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1; top:240px; }
#banner .swiper-slide:nth-child(1) .inner{ display: flex; align-items: center; justify-content: flex-end; }
#banner .swiper-slide:nth-child(2) .inner{ display: flex; align-items: center; justify-content: center; }
#banner .swiper-slide:nth-child(3) .inner{ display: flex; align-items: center; justify-content: flex-start; }

#banner .swiper-slide:nth-child(1) .inner b{ text-align: right; }
#banner .swiper-slide:nth-child(2) .inner b{ text-align: center; }

#banner .swiper-pagination{ padding:8px 0; width: 28px; height: 74px; background: rgba(255,255,255,.52); border-radius: 30px; left: 120px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: flex; align-items: center; justify-content: space-around; flex-flow: column; }
#banner .swiper-pagination-bullet{ width: 14px; height: 14px;background: rgba(255,255,255,.52); opacity: 1; border-radius: 50%; }
#banner .swiper-pagination-bullet-active{ background: #ffffff; }
#banner .swiper-button-next, #banner .swiper-button-prev{ width: 56px; height: 56px; background: #ffffff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: all .3s; }
#banner .swiper-button-next::after, #banner .swiper-button-prev::after{ display: none; }
#banner .swiper-button-next{ top:auto; right:17%; bottom:100px; } 
#banner .swiper-button-prev{ top:auto; left:auto; bottom:100px; right:calc(17% + 78px); }
#banner .swiper-button-next span, #banner .swiper-button-prev span{ display: inline-block; font-size: 24px; color: #e82d2e; line-height: 1; }
#banner .swiper-button-prev span{ transform: rotate(180deg); }
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover{ transition: all .3s; background: -webkit-linear-gradient(left, #e52a27 0%, #f38824 100%); background: -o-linear-gradient(right, #e52a27 0%, #f38824 100%); background: -moz-linear-gradient(right, #e52a27 0%, #f38824 100%); background: linear-gradient(to right, #e52a27 0%, #f38824 100%); }
#banner .swiper-button-next:hover span, #banner .swiper-button-prev:hover span{ transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1600px){
  #banner .swiper-pagination{ left:30px; }
  #banner a .inner > img{ width: 35%; right:15px; }
  #banner a .inner > b{ font-size: 80px; }
}
@media only screen and (max-width: 1500px){
  #banner .swiper-pagination{ left:30px; }
  #banner a .inner > img{ width: 35%; top:20%; right:6%; }
  #banner .swiper-slide-active a .inner > img{ top:30%; }
  #banner a .inner > .b3_tit{ left:6%; }
  #banner .swiper-button-next{ right:15px; bottom:40px; } 
  #banner .swiper-button-prev{ left:auto; bottom:40px; right:86px; }
  #banner a .inner > b{ font-size: 70px; }
}
@media only screen and (max-width: 1400px){
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 42px; height: 42px; }
  #banner .swiper-button-next{ top:auto; bottom:50px; } 
  #banner .swiper-button-prev{ top:auto; left:auto; bottom:50px; right:80px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 18px; }
  #banner a .inner > b{ font-size: 60px; }
}
@media only screen and (max-width: 1200px){
  #banner .swiper-pagination{ left:2%; }
  #banner .swiper-button-next{ top:auto; bottom:30px; } 
  #banner .swiper-button-prev{ top:auto; left:auto; bottom:30px; right:75px; }
  #banner a .inner > img{ width: 30%; top:24%; right:6%; }
  #banner .swiper-slide-active a .inner > img{ top:36%; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 17px; }
  #banner a .inner > b{ font-size: 50px; }
}
@media only screen and (max-width: 992px){
  #banner .swiper-pagination{ display: none; }
  #banner .swiper-button-next{ bottom:auto; top:50%; } 
  #banner .swiper-button-prev{ left:15px; bottom:auto; right:auto; top:50%; }
  #banner a .inner > img{ right:12%; top:24%; }
  #banner a .inner > .b3_tit{ left:12%; }
  #banner .swiper-slide-active a .inner > img{ top:32%; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 16px; }
  #banner a .inner > b{ font-size: 40px; }
  #banner .swiper-slide:nth-child(1) .inner{  justify-content: center; }
  #banner .swiper-slide:nth-child(2) .inner{  justify-content: center; }
  #banner .swiper-slide:nth-child(3) .inner{  justify-content: center; }
  #banner .swiper-slide:nth-child(1) .inner b{ text-align: center; }
  #banner .swiper-slide:nth-child(2) .inner b{ text-align: center; }
  #banner .swiper-slide:nth-child(3) .inner b{ text-align: center; }
}
@media only screen and (max-width: 768px){
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 32px; height: 32px; top:50%; }
  #banner a .inner > img{ right:10%; top:20%; width: 35%; }
  #banner a .inner > .b3_tit{ left:10%; }
  #banner .swiper-slide-active a .inner > img{ top:26%; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 15px; }
  #banner a .inner > b{ font-size: 34px; }
}
@media only screen and (max-width: 640px){
  #banner{ background: var(--zhu-color); }
  #banner a .inner > img{ right:14%; top:20%; width:38%; }
  #banner a .inner > .b3_tit{ left:14%; }
  #banner .swiper-slide-active a .inner > img{ top:26%; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 30px; height: 30px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 14px; }
  #banner a .inner > b{ font-size: 28px; }
}
@media only screen and (max-width: 600px){
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 28px; height: 28px; top:50%; }
  
}
@media only screen and (max-width: 567px){
  #banner a .inner > img{ right:14%; top:15%; width:40%; }
  #banner a .inner > .b3_tit{ left:14%; }
  #banner .swiper-slide-active a .inner > img{ top:22%; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 26px; height: 26px; top:calc(50% + 13px) }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 13px; }
  #banner a .inner > b{ font-size: 22px; }
}
@media only screen and (max-width: 414px){
  #banner a .inner > img{ right:18%; top:34%; width:42%; }
  #banner a .inner > .b3_tit{ left:18%; }
  #banner .swiper-slide-active a .inner > img{ top:34%; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 24px; height: 24px; top:calc(50% + 12px) }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 12px; }
  #banner a .inner > b{ font-size: 16px; font-weight: normal; }
}

/* m_super */
.m_super{ overflow: hidden; background: var(--zhu-color); padding:60px 0; }
.m_super .super_box{ overflow: hidden; position: relative; display: flex; flex-direction: column; background: #ffffff; box-sizing: border-box; padding:30px; }
.m_super .super_box i{ font-weight: bold; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border:2px solid var(--zhu-color); border-radius: 50%; font-size: 18px; color: var(--zhu-color); line-height: 1; position: relative; z-index: 3; }
.m_super .super_box b{ font-weight: normal; font-family: "PingFangSC Regular","MicrosoftYahei"; font-size: 30px; color: #333333; line-height: 1; margin:20px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; letter-spacing: 2px; position: relative; z-index: 3; }
.m_super .super_box p{ font-family: "PingFangSC Regular","MicrosoftYahei"; font-size: 18px; color: #333333; line-height: 1.5; position: relative; z-index: 3; }
.m_super .super_box .red{ font-size: 38px; color: var(--pei-color); line-height: 1; margin-top: 20px; text-align: right; text-shadow: 5px 5px 3px; }
.m_super .super_box .grey{ font-size: 116px; color: #f4f6f9; line-height: 1; position: absolute; left: -25px; bottom:-48px; z-index: 1; opacity: 1; transition: all .5s ease; }
.m_super .super_box:hover i{ transition: all .3s; color: var(--pei-color); border-color: var(--pei-color); }
.m_super .super_box:hover .red{ transition: all .3s; color: var(--zhu-color); }
.m_super .super_box:hover .grey{ transition: all .5s ease; font-size: 240px; }
@media only screen and (max-width:1600px){
}
@media only screen and (max-width:1500px){
  .m_super{ padding:35px 5px; }
  .m_super .super_box{ padding:25px; }
  .m_super .super_box i{ width: 36px; height: 36px; border:2px solid var(--zhu-color); font-size: 17px;}
  .m_super .super_box b{ font-size: 28px; margin:18px 0; letter-spacing: 2px; }
  .m_super .super_box p{ font-size: 17px; }
  .m_super .super_box .red{ font-size: 36px; margin-top: 18px; }
  .m_super .super_box .grey{ font-size: 100px; left: -20px; bottom:-40px; }
  .m_super .super_box:hover .grey{ font-size: 220px; }
}
@media only screen and (max-width:1400px){
  .m_super{ padding:30px 5px; }
  .m_super .super_box{ padding:20px; }
  .m_super .super_box i{ width: 34px; height: 34px; border:1px solid var(--zhu-color); font-size: 16px;}
  .m_super .super_box b{ font-size: 26px; margin:16px 0; letter-spacing: 1px; }
  .m_super .super_box p{ font-size: 16px; }
  .m_super .super_box .red{ font-size: 34px; margin-top: 16px; }
  .m_super .super_box .grey{ font-size: 90px; left: -15px; bottom:-35px; }
  .m_super .super_box:hover .grey{ font-size: 200px; }
}
@media only screen and (max-width:1200px){
  .m_super{ padding:25px 5px; }
  .m_super .super_box{ padding:15px; }
  .m_super .super_box i{ width: 32px; height: 32px; font-size: 13px;}
  .m_super .super_box b{ font-size: 18px; margin:14px 0; letter-spacing: 0; }
  .m_super .super_box p{ font-size: 13px; }
  .m_super .super_box .red{ font-size: 32px; margin-top: 14px; }
  .m_super .super_box .grey{ font-size: 80px; left: -10px; bottom:-30px; }
  .m_super .super_box:hover .grey{ font-size: 180px; }
}
@media only screen and (max-width:992px){
  .m_super{ padding:20px 5px; }
  #super .swiper-slide{ height: 50%; }
  .m_super .super_box i{ width: 32px; height: 32px; font-size: 15px;}
  .m_super .super_box b{ font-size: 24px; margin:14px 0; letter-spacing: 0; }
  .m_super .super_box p{ font-size: 15px; }
  .m_super .super_box .red{ font-size: 32px; margin-top: 14px; }
  .m_super .super_box .grey{ font-size: 80px; left: -10px; bottom:-30px; }
  .m_super .super_box:hover .grey{ font-size: 160px; }
}
@media only screen and (max-width:768px){
  .m_super{ padding:20px 0; }
  .m_super .super_box i{ width: 30px; height: 30px; font-size: 14px;}
  .m_super .super_box b{ font-size: 22px; margin:12px 0; }
  .m_super .super_box p{ font-size: 14px; }
  .m_super .super_box .red{ font-size: 30px; margin-top: 12px; }
  .m_super .super_box .grey{ font-size: 70px; left: -5px; bottom:-25px; }
  .m_super .super_box:hover .grey{ font-size: 140px; }
}
@media only screen and (max-width:640px){
  .m_super .super_box i{ width: 28px; height: 28px; font-size: 13px;}
  .m_super .super_box b{ font-size: 20px; margin:10px 0; }
  .m_super .super_box p{ font-size: 13px; }
  .m_super .super_box .red{ font-size: 28px; margin-top: 10px; }
  .m_super .super_box .grey{ font-size: 65px; left: -3px; bottom:-20px; }
  .m_super .super_box:hover .grey{ font-size: 120px; }
}
@media only screen and (max-width:576px){
  .m_super .super_box i{ width: 26px; height: 26px; font-size: 12px;}
  .m_super .super_box b{ font-size: 18px; }
  .m_super .super_box p{ font-size: 12px; }
  .m_super .super_box .red{ font-size: 26px; }
  .m_super .super_box .grey{ font-size: 60px; left: -3px; bottom:-15px; }
  .m_super .super_box:hover .grey{ font-size: 100px; }
}
@media only screen and (max-width:414px){
  .m_super .super_box i{ width: 24px; height: 24px; font-size: 12px;}
  .m_super .super_box b{ font-size: 16px; }
  .m_super .super_box .red{ font-size: 24px; }
  .m_super .super_box .grey{ font-size: 55px; left: -3px; bottom:-10px; }
  .m_super .super_box:hover .grey{ font-size: 80px; }
}

/* m_tit */
.m_tit{ overflow: hidden; display: flex; flex-direction: column; }
.m_tit b{ font-size: 36px; color: #333333; font-weight: bold; line-height: 1; }
.m_tit span{ margin:26px 0; display: inline-flex; width: 100px; height: 5px; background: var(--zhu-color); border:0; position: relative; }
.m_tit span::after{ content: ""; display: inline-block; width: 0; height: 0; border-bottom: 5px solid #fff; border-left: 8px solid transparent; position: absolute; right:0; bottom:0; }
.m_tit p{ font-size: 20px; color: #333333; line-height: 1; }
@media only screen and (max-width:1600px){
  .m_tit b{ font-size: 34px; }
  .m_tit span{ margin:24px 0; width: 95px; height: 5px; }
  .m_tit span::after{ border-bottom: 5px solid #fff; border-left: 8px solid transparent; }
  .m_tit p{ font-size: 19px; }
}
@media only screen and (max-width:1500px){
  .m_tit b{ font-size: 32px; }
  .m_tit span{ margin:22px 0; width: 90px; height: 5px; }
  .m_tit span::after{ border-bottom: 5px solid #fff; border-left: 8px solid transparent; }
  .m_tit p{ font-size: 18px; }
}
@media only screen and (max-width:1400px){
  .m_tit b{ font-size: 30px; }
  .m_tit span{ margin:20px 0; width: 85px; height: 4px; }
  .m_tit span::after{ border-bottom: 4px solid #fff; border-left: 7px solid transparent; }
  .m_tit p{ font-size: 17px; }
}
@media only screen and (max-width:1200px){
  .m_tit b{ font-size: 28px; }
  .m_tit span{ margin:18px 0; width: 80px; height: 4px; }
  .m_tit span::after{ border-bottom: 4px solid #fff; border-left: 7px solid transparent; }
  .m_tit p{ font-size: 16px; }
}
@media only screen and (max-width:992px){
  .m_tit b{ font-size: 26px; }
  .m_tit span{ margin:16px 0; width: 75px; height: 3px; }
  .m_tit span::after{ border-bottom: 3px solid #fff; border-left: 6px solid transparent; }
  .m_tit p{ font-size: 15px; }
}
@media only screen and (max-width:768px){
  .m_tit b{ font-size: 24px; }
  .m_tit span{ margin:14px 0; width: 70px; }
  .m_tit p{ font-size: 14px; }
}
@media only screen and (max-width:640px){
  .m_tit b{ font-size: 22px; }
  .m_tit span{ margin:12px 0; width: 65px; }
  .m_tit p{ font-size: 13px; }
}
@media only screen and (max-width:576px){
  .m_tit b{ font-size: 20px; }
  .m_tit span{ margin:10px 0; width: 60px; }
  .m_tit p{ font-size: 12px; }
}
@media only screen and (max-width:414px){
  .m_tit b{ font-size: 18px; }
  .m_tit span{ margin:10px 0; width: 50px; }
}

/* m_about */
.m_about{ padding:60px 0; background: #f5f6f6; overflow: hidden; }
.m_about .hd{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.m_about .m_tit span{ margin:26px 0 0; }
.m_about .hd a{ position: relative; display: inline-flex; padding:16px 50px; background: #ffffff; line-height: 1; font-size: 14px; color: #333333; }
.m_about .hd a::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); position: absolute; left:0; top:0; transition: all .3s; }
.m_about .hd a span{ position: relative; z-index: 33; }
.m_about .hd a:hover::before{ transition: all .3s; width: 100%; }
.m_about .hd a:hover span{ transition: all .3s; color: #ffffff; }
.m_about .inner{ display: flex; align-items: center; justify-content: space-between; }
.m_about .info{ width: calc(58% - 15px); }
.m_about .info p{ font-size: 18px; color: #333333; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; }
.m_about .info ul{ margin-top: 30px; display: flex; align-items: center; justify-content: space-between; }
.m_about .info li{ display: flex; flex-direction: column; padding:0 30px; text-align: center; }
.m_about .info li p{ display: flex; align-items: flex-end; justify-content: center; font-size: 18px; color: #333333; line-height: 1; }
.m_about .info li p + p{ margin-top: 10px; }
.m_about .info li span{ font-size: 80px; color: var(--zhu-color); line-height: 1; }
.m_about .info li i{ position: relative; top:-10px; font-size: 28px; color: var(--zhu-color); line-height: 1; margin-left: 15px; }
.m_about .img{ width: calc(42% - 15px); padding-bottom: 30%; position: relative; overflow: hidden; border-radius:0 80px 0 80px; transition: all .3s; }
.m_about .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }
.m_about .inner:hover .img{ transition: all .3s; border-radius: 80px 0 80px 0; }
@media only screen and (max-width: 1500px){
  .m_about{ padding:50px 0; }
  .m_about .hd{ margin-bottom: 35px; }
  .m_about .m_tit span{ margin:22px 0 0; }
  .m_about .hd a{ padding:15px 46px; font-size: 14px; }
  .m_about .info{ width: calc(58% - 10px); }
  .m_about .info p{ font-size: 17px; line-height: 1.5; -webkit-line-clamp:6; }
  .m_about .info ul{ margin-top: 30px; }
  .m_about .info li{ padding:0 25px; }
  .m_about .info li p{ font-size: 17px; }
  .m_about .info li p + p{ margin-top: 10px; }
  .m_about .info li span{ font-size: 72px; }
  .m_about .info li i{ top:-8px; font-size: 26px; margin-left: 12px; }
  .m_about .img{ width: calc(42% - 10px); border-radius:0 70px 0 70px; }
  .m_about .inner:hover .img{ border-radius: 70px 0 70px 0; }
}
@media only screen and (max-width: 1400px){
  .m_about{ padding:40px 0; }
  .m_about .hd{ margin-bottom: 30px; }
  .m_about .m_tit span{ margin:20px 0 0; }
  .m_about .hd a{ padding:14px 42px; font-size: 14px; }
  .m_about .info{ width: calc(52% - 10px); }
  .m_about .info p{ font-size: 16px; line-height: 1.5; -webkit-line-clamp:6; }
  .m_about .info ul{ margin-top: 30px; }
  .m_about .info li{ padding:0 20px; }
  .m_about .info li p{ font-size: 16px; }
  .m_about .info li p + p{ margin-top: 8px; }
  .m_about .info li span{ font-size: 64px; }
  .m_about .info li i{ top:-7px; font-size: 24px; margin-left: 10px; }
  .m_about .img{ width: calc(48% - 10px); border-radius:0 60px 0 60px; }
  .m_about .inner:hover .img{ border-radius: 60px 0 60px 0; }
}
@media only screen and (max-width: 1200px){
  .m_about{ padding:30px 0; }
  .m_about .hd{ margin-bottom: 25px; }
  .m_about .m_tit span{ margin:18px 0 0; }
  .m_about .hd a{ padding:13px 38px; font-size: 14px; }
  .m_about .info{ width: calc(52% - 10px); }
  .m_about .info p{ font-size: 15px; line-height: 1.5; -webkit-line-clamp:5; }
  .m_about .info ul{ margin-top: 25px; }
  .m_about .info li{ padding:0 15px; }
  .m_about .info li p{ font-size: 15px; }
  .m_about .info li p + p{ margin-top: 6px; }
  .m_about .info li span{ font-size: 56px; }
  .m_about .info li i{ top:-6px; font-size: 22px; margin-left: 8px; }
  .m_about .img{ width: calc(48% - 10px); border-radius:0 60px 0 60px; }
  .m_about .inner:hover .img{ border-radius: 60px 0 60px 0; }
}
@media only screen and (max-width: 992px){
  .m_about{ padding:25px 0; }
  .m_about .hd{ margin-bottom: 20px; }
  .m_about .m_tit span{ margin:16px 0 0; }
  .m_about .hd a{ padding:12px 34px; font-size: 14px; }
  .m_about .inner{ flex-direction: column-reverse; }
  .m_about .info{ width: 100%; }
  .m_about .info p{ font-size: 14px; line-height: 1.5; -webkit-line-clamp:5; }
  .m_about .info ul{ margin-top: 20px; }
  .m_about .info li{ padding:0 14px; }
  .m_about .info li p{ font-size: 14px; }
  .m_about .info li p + p{ margin-top: 6px; }
  .m_about .info li span{ font-size: 48px; }
  .m_about .info li i{ top:-5px; font-size: 20px; margin-left: 6px; }
  .m_about .img{ width: 100%; padding-bottom: 60%; border-radius:50px 0 50px 0; margin-bottom: 20px; }
  .m_about .inner:hover .img{ border-radius: 50px 0 50px 0; }
}
@media only screen and (max-width: 768px){
  .m_about{ padding:20px 0; }
  .m_about .hd{ margin-bottom: 15px; }
  .m_about .m_tit span{ margin:14px 0 0; }
  .m_about .hd a{ padding:11px 30px; font-size: 14px; }

  .m_about .info p{ font-size: 14px; }
  .m_about .info ul{ margin-top: 15px; }
  .m_about .info li{ padding:0 10px; }
  .m_about .info li p{ font-size: 14px; }
  .m_about .info li p + p{ margin-top: 5px; }
  .m_about .info li span{ font-size: 40px; }
  .m_about .info li i{ top:-4px; font-size: 18px; margin-left: 5px; }
  .m_about .img{ border-radius:40px 0 40px 0; margin-bottom: 15px; }
  .m_about .inner:hover .img{ border-radius: 40px 0 40px 0; }
}
@media only screen and (max-width: 640px){
  .m_about{ padding:15px 0; }
  .m_about .m_tit span{ margin:12px 0 0; }
  .m_about .hd a{ padding:10px 26px; font-size: 13px; }
  .m_about .info p{ font-size: 13px; }
  .m_about .info ul{ margin-top: 12px; }
  .m_about .info li{ padding:0 10px; }
  .m_about .info li p{ font-size: 13px; }
  .m_about .info li p + p{ margin-top: 5px; }
  .m_about .info li span{ font-size: 32px; }
  .m_about .info li i{ top:-3px; font-size: 17px; margin-left: 5px; }
  .m_about .img{ border-radius:30px 0 30px 0; margin-bottom: 15px; }
  .m_about .inner:hover .img{ border-radius: 30px 0 30px 0; }
}
@media only screen and (max-width: 576px){
  .m_about .m_tit span{ margin:10px 0 0; }
  .m_about .hd a{ padding:9px 22px; font-size: 12px; }
  .m_about .info p{ font-size: 13px; }
  .m_about .info ul{ margin-top: 10px; }
  .m_about .info li{ padding:0 10px; }
  .m_about .info li p{ font-size: 13px; }
  .m_about .info li p + p{ margin-top: 5px; }
  .m_about .info li span{ font-size: 24px; }
  .m_about .info li i{ top:-2px; font-size: 16px; margin-left: 5px; }
  .m_about .img{ border-radius:20px 0 20px 0; margin-bottom: 15px; }
  .m_about .inner:hover .img{ border-radius: 20px 0 20px 0; }
}
@media only screen and (max-width: 414px){
  .m_about .hd a{ padding:8px 18px; }
  .m_about .info p{ font-size: 12px; }
  .m_about .info ul{ margin-top: 10px; }
  .m_about .info li{ padding:0 10px; }
  .m_about .info li p{ font-size: 12px; }
  .m_about .info li p + p{ margin-top: 5px; }
  .m_about .info li span{ font-size: 20px; }
  .m_about .info li i{ top:-1px; font-size: 13px; margin-left: 5px; }
  .m_about .img{ border-radius:10px 0 10px 0; margin-bottom: 15px; }
  .m_about .inner:hover .img{ border-radius: 10px 0 10px 0; }
}

/* m_product */
.m_product{ overflow: hidden; box-sizing: border-box; padding:60px 0; }
.m_product .bd{ padding-top:60px; position: relative; }
.m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 44px; height: 44px; background: #f4f6f9; border:1px solid #dfdbdb; margin-top: 0; }
.m_product .bd .swiper-button-next:hover, .m_product .bd .swiper-button-prev:hover{ background: var(--zhu-color); border-color: var(--zhu-color); }
.m_product .bd .swiper-button-next::after, .m_product .bd .swiper-button-prev::after{ display: none; }
.m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 26px; color: #dedada; line-height: 1; }
.m_product .bd .swiper-button-next:hover span, .m_product .bd .swiper-button-prev:hover span{ transition: all .3s; color: #ffffff; }
.m_product .bd .swiper-button-next{ right: 0; top:-20px; }
.m_product .bd .swiper-button-prev{ right: 65px; top:-20px; left: auto; }

#product{ overflow: hidden; position: relative; }
#product::before{ content: ""; display: block; width: 100%; height: 0; border-bottom: 1px dashed #e1dfdf; position: absolute; top:130px; z-index: 33; }
#product .swiper-slide{ width: calc(25% - 15px); background: #f9f9f9; height:400px; position:relative; transition:all .5s ease; }
#product .product_box{ display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding:25px; }
#product .product_box .imgs{ width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#product .product_box .imgs b{ margin:35px 0; text-align: center; font-weight: normal; display: block; font-size: 26px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#product .product_box .imgs span{ margin:0 0 16px; width: 20px; height: 20px; background: #d5d2d2; border-radius: 50%; position: relative; z-index: 35; }
#product .product_box .imgs .img{ width: 316px; padding-bottom: 70%; position: relative; overflow: hidden; }
#product .product_box .imgs .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; }
#product .product_box .info{ width: 0; height: 0; overflow: hidden; }
#product .product_box .info p{ font-size: 18px; margin:100px 0; line-height: 1.7; color: #333333; }
#product .product_box .info small{ display: inline-flex; align-items: center; justify-content: center; padding:15px 36px; background: var(--zhu-color); font-size: 14px; color: #ffffff; line-height: 1; }
#product .swiper-slide.swiper-slide-active{ width:calc(50% - 15px); height:400px; }
#product .swiper-slide-active .product_box .imgs{ width: calc(50% - 30px); }
#product .swiper-slide-active .product_box .info{ width: 50%; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }

#mob_product{ display: none; }
#mob_product a{ display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f1f1f1; box-sizing: border-box; padding:15px; }
#mob_product a b{ margin:35px 0; text-align: center; font-weight: normal; display: block; font-size: 26px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#mob_product a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; }
#mob_product a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; }

@media only screen and (max-width: 1500px){
  .m_product{ padding:35px 0; }
  .m_product .bd{ padding-top:55px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 42px; height: 42px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 24px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-16px; }
  .m_product .bd .swiper-button-prev{ right: 60px; top:-16px; }
  #product::before{ top:113px; }
  #product .swiper-slide{ width: calc(25% - 15px); height:380px; }
  #product .product_box{ padding:20px; }
  #product .product_box .imgs b{ margin:30px 0; font-size: 24px; }
  #product .product_box .imgs span{ margin:0 0 14px; width: 18px; height: 18px; }
  #product .product_box .imgs .img{ width: 316px; padding-bottom: 70%; }
  #product .product_box .info p{ font-size: 16px; margin:90px 0; line-height: 1.6; }
  #product .product_box .info small{ padding:14px 32px; font-size: 14px; }
  #product .swiper-slide.swiper-slide-active{ width:calc(50% - 15px); height:380px; }
  #product .swiper-slide-active .product_box .imgs{ width: calc(50% - 30px); }
  #product .swiper-slide-active .product_box .info{ width: 50%; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
}
@media only screen and (max-width: 1400px){
  .m_product{ padding:30px 0; }
  .m_product .bd{ padding-top:50px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 40px; height: 40px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 22px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-12px; }
  .m_product .bd .swiper-button-prev{ right: 55px; top:-12px; }
  #product::before{ top:113px; }
  #product .swiper-slide{ width: calc(25% - 15px); height:360px; }
  #product .product_box{ padding:20px; }
  #product .product_box .imgs b{ margin:25px 0; font-size: 22px; }
  #product .product_box .imgs span{ margin:0 0 12px; width: 16px; height: 16px; }
  #product .product_box .imgs .img{ width: 316px; padding-bottom: 70%; }
  #product .product_box .info p{ font-size: 15px; margin:85px 0; line-height: 1.5; }
  #product .product_box .info small{ padding:12px 26px; font-size: 13px; }
  #product .swiper-slide.swiper-slide-active{ width:calc(50% - 15px); height:360px; }
  #product .swiper-slide-active .product_box .imgs{ width: calc(50% - 30px); }
  #product .swiper-slide-active .product_box .info{ width: 50%; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
}
@media only screen and (max-width: 1200px){
  .m_product{ padding:25px 0; }
  .m_product .hd{ width: 70%; }
  .m_product .bd{ padding-top:30px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 38px; height: 38px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 20px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-35px; }
  .m_product .bd .swiper-button-prev{ right: 50px; top:-35px; }
  #mob_product{ display: block; }
  #product{ display: none; }
  #mob_product a{ padding:15px; }
  #mob_product a b{ margin:15px 0; font-size: 18px; }
}
@media only screen and (max-width: 992px){
  .m_product{ padding:20px 0; }
  .m_product .bd{ padding-top:25px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 36px; height: 36px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 18px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-30px; }
  .m_product .bd .swiper-button-prev{ right: 48px; top:-30px; }
  #mob_product a{ padding:10px; }
  #mob_product a b{ font-size: 17px; }
}
@media only screen and (max-width: 768px){
  .m_product{ padding:15px 0; }
  .m_product .bd{ padding-top:20px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 34px; height: 34px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 16px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-30px; }
  .m_product .bd .swiper-button-prev{ right: 46px; top:-30px; }
  #mob_product a{ padding:5px; }
  #mob_product a b{ font-size: 16px; }
}
@media only screen and (max-width: 640px){
  .m_product .bd{ padding-top:30px; }
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 32px; height: 32px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 14px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-30px; }
  .m_product .bd .swiper-button-prev{ right: 44px; top:-30px; }
  #mob_product a b{ font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 30px; height: 30px; }
  .m_product .bd .swiper-button-next span, .m_product .bd .swiper-button-prev span{ font-size: 12px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-30px; }
  .m_product .bd .swiper-button-prev{ right: 42px; top:-30px; }
  #mob_product a b{ font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .m_product .bd .swiper-button-next, .m_product .bd .swiper-button-prev{ width: 28px; height: 28px; }
  .m_product .bd .swiper-button-next{ right: 0; top:-30px; }
  .m_product .bd .swiper-button-prev{ right: 40px; top:-30px; }
}


/* m_trend */
.m_trend{ overflow: hidden; }
.m_trend .inner b{ display: block; font-size: 36px; color: #333333; line-height: 1; margin-bottom: 60px; }
.trend_list{ display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.trend_list li{ width: 50%; overflow: hidden; position: relative; }
.trend_list li .img{ width: 100%; padding-bottom: 75%; overflow: hidden; }
.trend_list li .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.trend_list li .txt{ transition: all .3s; flex-direction: column; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: var(--zhu-color); line-height: 1; position: absolute; top:100%; }
.trend_list li .txt b{ font-weight: normal; font-size: 26px; color: #ffffff; line-height: 1; }
.trend_list li .txt span{ margin-top: 178px; font-size: 18px; color: #ffffff; line-height: 1; display: inline-flex; width: 80px; height: 80px; border: 1px solid #fff; border-radius: 50%; align-items: center; justify-content: center; }
.trend_list li .txt span a{ color: #fff; font-size: 100%; }
.trend_list li:hover .txt, .trend_list li.on .txt{ transition: all .3s; top:0; }
.trend_list li:hover img, .trend_list li.on img{ transition: all .3s; transform: scale(1.05); }
@media only screen and (max-width: 1500px){
  .m_trend .inner b{ font-size: 33px;  margin-bottom: 35px; }
  .trend_list li{ width: 50%; }
  .trend_list li .txt b{ font-size: 24px;  }
  .trend_list li .txt span{ margin-top: 150px; font-size: 17px; width: 70px; height: 70px; }
}
@media only screen and (max-width: 1400px){
  .m_trend .inner b{ font-size: 30px; margin-bottom: 30px; }
  .trend_list li .txt b{ font-size: 22px;  }
  .trend_list li .txt span{ margin-top: 120px; font-size: 16px; width: 60px; height: 60px; }
}
@media only screen and (max-width: 1200px){
  .m_trend .inner b{ font-size: 27px; margin-bottom: 25px; }
  .trend_list li .txt b{ font-size: 20px;  }
  .trend_list li .txt span{ margin-top: 90px; font-size: 15px; width: 50px; height: 50px; }
}
@media only screen and (max-width: 992px){
  .m_trend .inner b{ font-size: 24px; margin-bottom: 20px; }
  .trend_list li{ width: 50%; }
  .trend_list li .img{ padding-bottom: 85%; }
  .trend_list li .txt b{ font-size: 18px;  }
  .trend_list li .txt span{ margin-top: 60px; font-size: 14px; width: 40px; height: 40px; }
}
@media only screen and (max-width: 768px){
  .m_trend .inner b{ font-size: 21px; margin-bottom: 15px; }
  .trend_list li .txt b{ font-size: 16px; font-weight: normal; }
  .trend_list li .txt span{ margin-top: 30px; font-size: 13px; }
}
@media only screen and (max-width: 640px){
  .m_trend .inner b{ font-size: 18px; }
  .trend_list li .txt b{ font-size: 15px; }
  .trend_list li .txt span{ margin-top: 15px;font-size: 12px; }
}
@media only screen and (max-width: 576px){
  .m_trend .inner b{ font-size: 15px; font-weight: normal; text-align: center; }
}
@media only screen and (max-width: 414px){
}

/* m_news */
.m_news{ overflow: hidden; padding:60px 0; }
.m_news .hd{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.m_news .hd a{ position: relative; display: inline-flex; padding:16px 50px; background: #f4f6f9; line-height: 1; font-size: 14px; color: #333333; }
.m_news .hd a::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); position: absolute; left:0; top:0; transition: all .3s; }
.m_news .hd a span{ position: relative; z-index: 33; }
.m_news .hd a:hover::before{ transition: all .3s; width: 100%; }
.m_news .hd a:hover span{ transition: all .3s; color: #ffffff; }
.m_news .bd{ overflow: hidden; }
.m_news .bd .first{ display: flex; align-items: center; justify-content: space-between; }
.m_news .bd .first .info, .m_news .bd .first .img{ width: calc(50% - 15px); }
.m_news .bd .first .info .txt{ padding:45px 0; position: relative; }
.m_news .bd .first .info .txt::before{ content: ""; display: inline-block; width: 31px; height: 27px; background: url(../images/l_fen.png) no-repeat; position: absolute; left:0; top:0; }
.m_news .bd .first .info .txt::after{ content: ""; display: inline-block; width: 31px; height: 27px; background: url(../images/r_fen.png) no-repeat; position: absolute; right:0; bottom:0; }
.m_news .bd .first .info .txt b{ transition: all .3s; display: block; margin:0 0 24px; font-size: 26px; color: #333333; font-weight: bold; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.m_news .bd .first .info .txt p{ font-size: 18px; color: #333333; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.m_news .bd .first .info small{ display: inline-block; margin-top: 20px; padding:10px; font-size: 14px; color: #333333; line-height: 1; position: relative; }
.m_news .bd .first .info small span{ position: relative; z-index: 33; }
.m_news .bd .first .info small i{ position: absolute; left:100%; top:50%; margin-top: -6px; transition: all .3s; border-radius: 3px; display: inline-flex; width: 12px; height: 12px; background: var(--pei-color); border-radius: 50%; margin-left: 12px; }
.m_news .bd .first .img{ padding-bottom: 16%; overflow: hidden; position: relative; }
.m_news .bd .first .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
.m_news .bd .first:hover .info .txt b{ transition: all .3s; color: var(--zhu-color); }
.m_news .bd .first:hover .info small{ transition: all .3s; color: #ffffff; }
.m_news .bd .first:hover .info small i{ transition: all .3s; margin-top: 0; position: absolute; border-radius: 5px; margin-left: 0; left:0; top:0; width: 100%; height: 100%; }
.m_news .bd .first:hover img{ transition: all .3s; transform: scale(1.05); }
#mnews{ margin-top: 60px; border:1px solid #bfbfbf; }
#mnews .news_box{ box-sizing: border-box; padding:20px; border-left: 1px solid #bfbfbf; position: relative; }
#mnews .swiper-slide:first-child{ border-left: 0; }
#mnews .news_box::after{ content: ""; display: block; width: 0; height: 4px; background: var(--pei-color); border:0; position: absolute; left:0; bottom:0; transition: all .3s; }
#mnews .news_box .time{ display: flex; align-items: flex-end; padding:30px 0; }
#mnews .news_box .time span{ font-size: 30px; color: var(--zhu-color); line-height: 1; }
#mnews .news_box .time i{ font-size: 14px; color: #bebebe; line-height: 1; margin-left: 15px; position: relative; top:-3px; }
#mnews .news_box b{ display: block; margin:0 0 20px; font-size: 26px; color: #333333; line-height: 1; font-weight: bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#mnews .news_box p{ font-size: 18px; color: #333333; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
#mnews .news_box small{ display: inline-block; margin:60px 0 40px; font-size: 14px; color: #333333; line-height: 1; }
#mnews .news_box:hover::after{ transition: all .3s; width: 100%; }
@media only screen and (max-width: 1500px){
  .m_news{ padding:35px 0; }
  .m_news .hd{ margin-bottom: 35px; }
  .m_news .hd a{ padding:15px 46px; font-size: 14px; }
  .m_news .bd .first .info, .m_news .bd .first .img{ width: calc(50% - 15px); }
  .m_news .bd .first .info .txt{ padding:40px 0; }
  .m_news .bd .first .info .txt::before{ width: 29px; height: 25px; background-size: 100%; }
  .m_news .bd .first .info .txt::after{ width: 29px; height: 25px; background-size: 100%; }
  .m_news .bd .first .info .txt b{ margin:0 0 22px; font-size: 24px; }
  .m_news .bd .first .info .txt p{ font-size: 17px; }
  .m_news .bd .first .info small{ margin-top: 30px; font-size: 14px; }
  .m_news .bd .first .info small i{ width: 12px; height: 12px; margin-left: 12px; }
  #mnews{ margin-top: 35px; }
  #mnews .news_box{ padding:20px; }
  #mnews .news_box::after{ height: 3px; }
  #mnews .news_box .time{ padding:25px 0; }
  #mnews .news_box .time span{ font-size: 28px; }
  #mnews .news_box .time i{ font-size: 14px; margin-left: 12px; position: relative; top:-3px; }
  #mnews .news_box b{ margin:0 0 18px; font-size: 24px; }
  #mnews .news_box p{ font-size: 17px; line-height: 1.7; }
  #mnews .news_box small{ margin:50px 0 30px; font-size: 14px; }
}
@media only screen and (max-width: 1400px){
  .m_news{ padding:30px 0; }
  .m_news .hd{ margin-bottom: 30px; }
  .m_news .hd a{ padding:14px 42px; font-size: 14px; }
  .m_news .bd .first .info, .m_news .bd .first .img{ width: calc(50% - 12px); }
  .m_news .bd .first .info .txt{ padding:35px 0; }
  .m_news .bd .first .info .txt::before, .m_news .bd .first .info .txt::after{ width: 27px; height: 23px; }
  .m_news .bd .first .info .txt b{ margin:0 0 20px; font-size: 22px; }
  .m_news .bd .first .info .txt p{ font-size: 16px; }
  .m_news .bd .first .info small{ margin-top: 20px; font-size: 14px; }
  .m_news .bd .first .info small i{ width: 12px; height: 12px; margin-left: 12px; }
  #mnews{ margin-top: 30px; }
  #mnews .news_box{ padding:20px; }
  #mnews .news_box::after{ height: 3px; }
  #mnews .news_box .time{ padding:20px 0; }
  #mnews .news_box .time span{ font-size: 26px; }
  #mnews .news_box .time i{ font-size: 14px; margin-left: 10px; }
  #mnews .news_box b{ margin:0 0 16px; font-size: 22px; }
  #mnews .news_box p{ font-size: 16px; line-height: 1.7; }
  #mnews .news_box small{ margin:40px 0 20px; font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .m_news{ padding:25px 0; }
  .m_news .hd{ margin-bottom: 25px; }
  .m_news .hd a{ padding:13px 38px; font-size: 14px; }
  .m_news .bd .first .info, .m_news .bd .first .img{ width: calc(50% - 10px); }
  .m_news .bd .first .info .txt{ padding:30px 0; }
  .m_news .bd .first .info .txt::before, .m_news .bd .first .info .txt::after{ width: 23px; height: 19px; }
  .m_news .bd .first .info .txt b{ margin:0 0 15px; font-size: 20px; }
  .m_news .bd .first .info .txt p{ font-size: 15px; }
  .m_news .bd .first .info small{ margin-top: 0; font-size: 13px; }
  .m_news .bd .first .info small i{ width: 10px; height: 10px; margin-left: 10px; }
  #mnews{ margin-top: 25px; }
  #mnews .news_box{ padding:15px; }
  #mnews .news_box::after{ height: 3px; }
  #mnews .news_box .time{ padding:15px 0; }
  #mnews .news_box .time span{ font-size: 24px; }
  #mnews .news_box .time i{ font-size: 13px; margin-left: 10px; }
  #mnews .news_box b{ margin:0 0 14px; font-size: 20px; }
  #mnews .news_box p{ font-size: 15px; line-height: 1.7; }
  #mnews .news_box small{ margin:30px 0 15px; font-size: 13px; }
}
@media only screen and (max-width: 992px){
  .m_news{ padding:20px 0; }
  .m_news .hd{ margin-bottom: 20px; }
  .m_news .hd a{ padding:12px 34px; font-size: 14px; }
  .m_news .bd .first .info, .m_news .bd .first .img{ width: calc(50% - 7.5px); }
  .m_news .bd .first .info .txt{ padding:15px 0; }
  .m_news .bd .first .info .txt::before, .m_news .bd .first .info .txt::after{ display: none; width: 23px; height: 19px; }
  .m_news .bd .first .info .txt b{ margin:0 0 12px; font-size: 18px; }
  .m_news .bd .first .info .txt p{ font-size: 14px; }
  .m_news .bd .first .info small{ margin-top: 0; font-size: 13px; }
  .m_news .bd .first .info small i{ width: 10px; height: 10px; margin-left: 10px; }
  #mnews{ margin-top: 20px; }
  #mnews .news_box{ border:1px solid #bfbfbf; }
  #mnews .swiper-slide:first-child{ border-left: 1px solid #bfbfbf; }
  #mnews .news_box::after{ height: 3px; }
  #mnews .news_box .time{ padding:5px 0 15px; }
  #mnews .news_box .time span{ font-size: 20px; }
  #mnews .news_box .time i{ font-size: 12px; margin-left: 8px; }
  #mnews .news_box b{ margin:0 0 12px; font-size: 18px; }
  #mnews .news_box p{ font-size: 14px; line-height: 1.6; }
  #mnews .news_box small{ margin:20px 0 5px; font-size: 13px; }
}
@media only screen and (max-width: 768px){
  .m_news .hd{ margin-bottom: 15px; }
  .m_news .hd a{ padding:11px 30px; font-size: 14px; }
  .m_news .bd .first{ flex-wrap: wrap; flex-direction: column-reverse; }
  .m_news .bd .first .info, .m_news .bd .first .img{ width: 100%; }
  .m_news .bd .first .info .txt{ padding:15px 0; }
  .m_news .bd .first .info .txt b{ margin:0 0 12px; font-size: 17px; }
  .m_news .bd .first .info .txt p{ font-size: 13px; }
  .m_news .bd .first .info small{ margin-top: 0; font-size: 13px; }
  .m_news .bd .first .info small i{ width: 8px; height: 8px; margin-left: 8px; }
  .m_news .bd .first .img{ padding-bottom: 30%; }
  #mnews{ margin-top: 15px; }
  #mnews .news_box::after{ height: 2px; }
  #mnews .news_box .time span{ font-size: 17px; }
  #mnews .news_box b{ margin:0 0 12px; font-size: 17px; }
  #mnews .news_box p{ font-size: 13px; line-height: 1.6; }
  #mnews .news_box small{ margin:20px 0 5px; font-size: 13px; }
}
@media only screen and (max-width: 640px){
  .m_news .hd a{ padding:10px 26px; font-size: 13px; }
  .m_news .bd .first .info .txt b{ margin:0 0 10px; font-size: 16px; font-weight: normal; }
  .m_news .bd .first .info .txt p{ font-size: 13px; }
  .m_news .bd .first .info small{ font-size: 13px; }
  .m_news .bd .first .info small i{ width: 8px; height: 8px; margin-left: 8px; }
  #mnews .news_box .time span{ font-size: 16px; }
  #mnews .news_box b{ margin:0 0 12px; font-size: 16px; font-weight: normal; }
  #mnews .news_box p{ font-size: 13px; line-height: 1.6; -webkit-line-clamp:2; }
  #mnews .news_box small{ margin:20px 0 5px; font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .m_news .hd a{ padding:9px 22px; font-size: 12px; }
  .m_news .bd .first .info .txt b{ font-size: 15px; }
  .m_news .bd .first .info .txt p{ font-size: 12px; }
  .m_news .bd .first .info small{ font-size: 12px; }
  .m_news .bd .first .info small i{ width: 6px; height: 6px; margin-left: 6px; }
  #mnews .news_box .time span{ font-size: 16px; }
  #mnews .news_box b{ margin:0 0 10px; font-size: 15px; font-weight: normal; }
  #mnews .news_box p{ font-size: 12px; line-height: 1.6; }
  #mnews .news_box small{ margin:20px 0 5px; font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .m_news .hd a{ padding:8px 18px; }
  #mnews .news_box b{ margin:0 0 10px; font-size: 14px; font-weight: normal; }
}

/* m_cult */
.m_cult{ padding:100px 0; background: url(../images/cult_bg.jpg) no-repeat center; background-attachment: fixed; }
.m_cult .hd{ display: flex; flex-direction: column; }
.m_cult .hd b{ font-size: 36px; color: #ffffff; font-weight: bold; }
.m_cult .hd .dsc{ margin: 92px 0; }
.m_cult .hd .dsc p{ font-size: 30px; color: #ffffff; line-height: 1; }
.m_cult .hd .dsc small{ display: inline-block; font-size: 14px; color: #ffffff; line-height: 1; text-transform: uppercase; margin-top: 12px; }
.m_cult .bd{ overflow: hidden; }
.m_cult .bd ul{ background: #ffffff; display: flex; align-items: center; justify-content: space-between; }
.m_cult .bd li{ width: 33.3%; box-sizing: border-box; padding:48px 0; display: flex; align-items: center; justify-content: center; }
.m_cult .bd li small{ position: relative; display: inline-block; margin-right: 14px; }
.m_cult .bd li small::before{ content: ""; position: absolute; left:-3px; top:0; display: inline-block; width: 26px; height: 26px; background: var(--pei-color); border-radius: 50%; box-shadow: 0 10px 7px #ed9999; }
.m_cult .bd li small span{ font-size: 54px; color: #333333; position: relative; z-index: 33; }
.m_cult .bd li b{ font-size: 30px; color: #333333; font-weight: normal; display: block; line-height: 1; }
.m_cult .bd li p{ font-size: 16px; color: #333333; font-weight: normal; display: inline-block; line-height: 1; margin-top: 12px; }
@media only screen and (max-width: 1500px){
  .m_cult{ padding:80px 0; }
  .m_cult .hd b{ font-size: 34px; }
  .m_cult .hd .dsc{ margin: 70px 0; }
  .m_cult .hd .dsc p{ font-size: 28px; }
  .m_cult .hd .dsc small{ font-size: 14px; margin-top: 12px; }
  .m_cult .bd li{ width: 33.3%; padding:44px 0; }
  .m_cult .bd li small{ margin-right: 13px; }
  .m_cult .bd li small::before{ width: 24px; height: 24px; }
  .m_cult .bd li small span{ font-size: 50px; }
  .m_cult .bd li b{ font-size: 28px; }
  .m_cult .bd li p{ font-size: 15px; margin-top: 12px; }
}
@media only screen and (max-width: 1400px){
  .m_cult{ padding:60px 0; }
  .m_cult .hd b{ font-size: 32px; }
  .m_cult .hd .dsc{ margin: 50px 0; }
  .m_cult .hd .dsc p{ font-size: 26px; }
  .m_cult .bd li{ width: 33.3%; padding:40px 0; }
  .m_cult .bd li small{ margin-right: 11px; }
  .m_cult .bd li small::before{ width: 22px; height: 22px; }
  .m_cult .bd li small span{ font-size: 46px; }
  .m_cult .bd li b{ font-size: 26px; }
  .m_cult .bd li p{ font-size: 15px; margin-top: 12px; }
}
@media only screen and (max-width: 1200px){
  .m_cult{ padding:40px 0; }
  .m_cult .hd b{ font-size: 30px; }
  .m_cult .hd .dsc{ margin: 30px 0; }
  .m_cult .hd .dsc p{ font-size: 24px; }
  .m_cult .bd li{ width: 33.3%; padding:36px 0; }
  .m_cult .bd li small{ margin-right: 10px; }
  .m_cult .bd li small::before{ width: 20px; height: 20px; }
  .m_cult .bd li small span{ font-size: 42px; }
  .m_cult .bd li b{ font-size: 24px; }
  .m_cult .bd li p{ font-size: 15px; margin-top: 10px; }
}
@media only screen and (max-width: 992px){
  .m_cult{ padding:30px 0; }
  .m_cult .hd b{ font-size: 28px; }
  .m_cult .hd .dsc{ margin: 20px 0; }
  .m_cult .hd .dsc p{ font-size: 22px; }
  .m_cult .bd li{ width: 33.3%; padding:32px 0; }
  .m_cult .bd li small{ margin-right: 8px; }
  .m_cult .bd li small::before{ width: 18px; height: 18px; }
  .m_cult .bd li small span{ font-size: 36px; }
  .m_cult .bd li b{ font-size: 22px; }
  .m_cult .bd li p{ font-size: 14px; margin-top: 10px; }
}
@media only screen and (max-width: 768px){
  .m_cult{ padding:25px 0; }
  .m_cult .hd{ justify-content: center; align-items: center; }
  .m_cult .hd b{ font-size: 26px; }
  .m_cult .hd .dsc{ margin: 15px 0; text-align: center; }
  .m_cult .hd .dsc p{ font-size: 20px; }
  .m_cult .hd .dsc small{ font-size: 14px; margin-top: 12px; text-align: center; }
  .m_cult .bd ul{ flex-wrap: wrap; }
  .m_cult .bd li{ width: 100%; padding:26px 0; }
  .m_cult .bd li + li{ border-top: 1px solid #f1f1f1; }
  .m_cult .bd li small{ margin-right: 8px; }
  .m_cult .bd li small::before{ width: 16px; height: 16px; }
  .m_cult .bd li small span{ font-size: 34px; }
  .m_cult .bd li b{ font-size: 20px; }
  .m_cult .bd li p{ font-size: 14px; margin-top: 8px; }
}
@media only screen and (max-width: 640px){
  .m_cult{ padding:20px 0; }
  .m_cult .hd b{ font-size: 24px; }
  .m_cult .hd .dsc{ margin: 10px 0; }
  .m_cult .hd .dsc p{ font-size: 18px; }
  .m_cult .hd .dsc small{ font-size: 14px; margin-top: 10px; }
  .m_cult .bd li{ width: 100%; padding:22px 0; }
  .m_cult .bd li small::before{ width: 14px; height: 14px; }
  .m_cult .bd li small span{ font-size: 32px; }
  .m_cult .bd li b{ font-size: 18px; }
  .m_cult .bd li p{ font-size: 13px; margin-top: 8px; }
}
@media only screen and (max-width: 576px){
  .m_cult{ padding:15px 0; }
  .m_cult .hd b{ font-size: 22px; }
  .m_cult .hd .dsc{ margin: 8px 0; }
  .m_cult .hd .dsc p{ font-size: 16px; }
  .m_cult .hd .dsc small{ font-size: 13px; margin-top: 8px; }
  .m_cult .bd li{ width: 100%; padding:16px 0; }
  .m_cult .bd li small span{ font-size: 30px; }
  .m_cult .bd li b{ font-size: 16px; }
  .m_cult .bd li p{ font-size: 12px; margin-top: 8px; }
}
@media only screen and (max-width: 414px){
  .m_cult .hd b{ font-size: 20px; }
  .m_cult .hd .dsc p{ font-size: 14px; }
  .m_cult .hd .dsc small{ font-size: 12px; margin-top: 6px; }
}

/* footer */
.footer{ background: #f4f6f9; overflow: hidden; position: relative; }
.f_logo{ padding:46px 0; display: flex; align-items: center; justify-content: space-between; }
.f_logo img{ max-width: 100%; }
.f_logo .cd-top{ cursor: pointer; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; background: var(--pei-color); padding:16px 5px; border-radius: 30px; }
.f_logo .cd-top span{ font-size: 16px; color: #ffffff; line-height: 1; }
.f_logo .cd-top small{ margin-top: 12px; font-size: 12px; color: #ffffff; line-height: 1; text-transform: uppercase; }
.f_contact{ display: flex; align-items: flex-start; justify-content: space-between; padding:40px 0; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; }
.f_contact > li{ width: calc(25% - 7.5px); }
.f_contact > li p{ font-size: 16px; color: #333333; line-height: 1.5; }
.f_contact > li p:first-child{ margin-bottom: 20px; }
.f_contact .f_ewm li{ position: relative; }
.f_contact .f_ewm li span{ font-size: 40px; color: var(--zhu-color); line-height: 1; }
.f_contact .f_ewm li div{ background: #cdcdcd; border-radius: 5px; position: absolute; padding:5px; max-width: 120px; left:60px; opacity: 0; top:-100%; transition: all .3s; }
.f_contact .f_ewm li div::before{ content: ""; width: 0; height: 0; border-right: 5px solid #cdcdcd; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left:-5px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.f_contact .f_ewm li div img{ max-width: 100%; }
.f_contact .f_ewm li:hover div{ transition: all .3s; left: 50px; opacity: 1; }
.f_copy{ display: flex; align-items: center; justify-content: space-between; padding:20px 0; }
.f_copy p{ font-size: 14px; color: #333333; line-height: 1; }
.f_copy p a{ color: #333333; transition: all .3s; }
.f_copy p a:hover{ transition: all .3s; color: var(--pei-color); }
@media only screen and (max-width: 1500px){
  .f_logo{ padding:35px 0; }
  .f_logo img{ max-width: 160px; }
  .f_logo .cd-top{ padding:14px 5px; }
  .f_logo .cd-top span{ font-size: 15px; }
  .f_logo .cd-top small{ margin-top: 8px; }
  .f_contact{ padding:35px 0; }
  .f_contact > li p{ font-size: 15px; }
  .f_contact > li p:first-child{ margin-bottom: 18px; }
  .f_contact .f_ewm li span{ font-size: 36px; }
  .f_contact .f_ewm li div{ max-width: 118px; left:60px; top:-110% }
  .f_contact .f_ewm li:hover div{ left: 50px; }
  .f_copy{ padding:18px 0; }
  .f_copy p{ font-size: 14px; }
}
@media only screen and (max-width: 1400px){
  .f_logo{ padding:30px 0; }
  .f_logo img{ max-width: 140px; }
  .f_logo .cd-top{ padding:12px 4px; }
  .f_logo .cd-top span{ font-size: 14px; }
  .f_logo .cd-top small{ margin-top: 6px; }
  .f_contact{ padding:30px 0; }
  .f_contact > li p{ font-size: 14px; }
  .f_contact > li p:first-child{ margin-bottom: 16px; }
  .f_contact .f_ewm li div{ top:-130% }
  .f_contact .f_ewm li:hover div{ left: 45px; }
  .f_contact .f_ewm li span{ font-size: 32px; }
  .f_copy{ padding:16px 0; }
  .f_copy p{ font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .f_logo{ padding:25px 0; }
  .f_logo img{ max-width: 120px; }
  .f_logo .cd-top{ padding:10px 4px; }
  .f_logo .cd-top span{ font-size: 13px; }
  .f_logo .cd-top small{ margin-top: 4px; }
  .f_contact{ padding:25px 0; }
  .f_contact > li p{ font-size: 14px; }
  .f_contact > li p:first-child{ margin-bottom: 14px; }
  .f_contact .f_ewm li span{ font-size: 28px; }
  .f_contact .f_ewm li div{ top:-160% }
  .f_contact .f_ewm li:hover div{ left: 40px; }
  .f_copy{ padding:16px 0; }
  .f_copy p{ font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .f_logo{ padding:20px 0; }
  .f_logo img{ max-width: 100px; }
  .f_logo .cd-top{ padding:8px 3px; }
  .f_logo .cd-top span{ font-size: 12px; }
  .f_logo .cd-top small{ margin-top: 2px; }
  .f_contact{ padding:20px 0; }
  .f_contact > li p{ font-size: 14px; }
  .f_contact > li p:first-child{ margin-bottom: 12px; }
  .f_contact .f_ewm li span{ font-size: 24px; }
  .f_contact .f_ewm li div{ top:-180% }
  .f_contact .f_ewm li:hover div{ left: 35px; }
  .f_copy{ padding:14px 0; }
  .f_copy p{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .f_logo{ padding:15px 0; }
  .f_logo img{ max-width: 80px; }
  .f_logo .cd-top{ padding:8px; }
  .f_logo .cd-top small{ margin-top: 0; display: none; }
  .f_contact{ padding:15px 0; flex-wrap: wrap; }
  .f_contact > li{ width: 100%; text-align: center; }
  .f_contact > li p{ font-size: 14px; }
  .f_contact > li p:first-child{ margin: 10px 0; }
  .f_contact .f_ewm li span{ font-size: 20px; }
  .f_contact .f_ewm li div{ top:-240%; left: calc(50% + 50px); }
  .f_contact .f_ewm li:hover div{ left: calc(50% + 20px); }
  .f_copy{ padding:12px 0; padding-bottom: 65px; flex-direction: column; align-items: center; justify-content: center; }
  .f_copy p{ font-size: 14px; line-height: 1.5; }
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 567px){
  .f_contact > li p{ font-size: 13px; }
  .f_copy p{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .f_contact > li p{ font-size: 12px; }
  .f_copy p{ font-size: 12px; }
}

/* s_banner */
.s_banner{ position: relative; display: block; padding:250px 0; box-sizing: border-box; background:url(../images/company_banner.jpg) no-repeat top center; }
.company_banner{ background:url(../images/company_banner.jpg) no-repeat top center; background-size: 100%; }
.product_banner{ background:url(../images/product_banner.jpg) no-repeat top center; background-size: 100%; }
.case_banner{ background:url(../images/case_banner.jpg) no-repeat top center; background-size: 100%; }
.news_banner{ background:url(../images/news_banner.jpg) no-repeat top center; background-size: 100%; }
.join_banner{ background:url(../images/join_banner.jpg) no-repeat top center; background-size: 100%; }
.message_banner{ background:url(../images/message_banner.jpg) no-repeat top center; background-size: 100%; }
.contact_banner{ background:url(../images/contact_banner.jpg) no-repeat top center; background-size: 100%; }
@media only screen and (max-width: 1920px){
  .s_banner{ padding:234px 0; }
}
@media only screen and (max-width: 1800px){
  .s_banner{ padding:220px 0; }
}
@media only screen and (max-width: 1700px){
  .s_banner{ padding:208px 0; }
}
@media only screen and (max-width: 1600px){
  .s_banner{ padding:195px 0; }
}
@media only screen and (max-width: 1500px){
  .s_banner{ padding:182px 0; }
}
@media only screen and (max-width: 1400px){
  .s_banner{ padding:156px 0; }
}
@media only screen and (max-width: 1200px){
  .s_banner{ padding:129px 0; }
}
@media only screen and (max-width: 992px){
  .s_banner{ padding:100px 0; }
}
@media only screen and (max-width: 768px){
  .s_banner{ padding:82px 0; }
}
@media only screen and (max-width: 640px){
  .s_banner{ padding:75px 0; }
}
@media only screen and (max-width: 576px){
  .s_banner{ padding:54px 0; }
}
@media only screen and (max-width: 414px){
  .s_banner{ padding:40px 0; }
}

/* crumbs */
.crumbs{ overflow: hidden; padding:30px 0; background: var(--zhu-color); }
.crumbs .inner{ display: flex; align-items: center; justify-content: space-between; }
.crumbs .crumbs_tit{ position: relative; }
.crumbs .crumbs_tit span{ font-size: 24px; line-height: 1; color: #ffffff; font-weight: normal; }
.crumbs .crumbs_tit small{ font-family: "ZTQ"; margin-top: -4px; font-size: 60px; color: rgba(255, 255, 255, .1); text-transform: uppercase; position: absolute; left:0; top:50%; line-height: 1; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.crumbs .crumbs_nav{ flex-wrap: wrap; margin-right: 12px; display:inline-flex; align-items: center; justify-content: center; }
.crumbs .crumbs_nav a{ font-size: 18px; color: #ffffff; display: inline-block; padding:12px 0; line-height: 1; margin:0 25px; position: relative; }
.crumbs .crumbs_nav a::before{ content: ""; display: inline-block; width: 0; height: 2px; background: #ffffff; position: absolute; left:0; bottom:0; transition: all .3s; }
.crumbs .crumbs_nav a:hover::before{ transition: all .3s; width: 100%; }
.crumbs p{ display: inline-flex; align-items: center; }
.crumbs p, .crumbs p a{ font-size: 16px; color: #ffffff; line-height: 1; }
.crumbs p i{ font-size: 24px; margin-right: 10px; line-height: 1; }
.product_crumbs{ background: #ffffff; box-shadow: 0 4px 7px rgba(0, 0, 0, .04); }
.product_crumbs .crumbs_tit span{ color: #777777; }
.product_crumbs .crumbs_tit small{ color: rgba(119, 119, 119, .1); }
.product_crumbs .crumbs_nav a{ color: #777777; }
.product_crumbs .crumbs_nav a::before{ background: #777777; }
.product_crumbs p, .product_crumbs p a{ color: #777777; }
@media only screen and (max-width: 1500px){
  .crumbs{ padding:25px 0; }
  .crumbs .crumbs_tit span{ font-size: 22px; }
  .crumbs .crumbs_tit small{ margin-top: -4px; font-size: 52px; }
  .crumbs .crumbs_nav a{ font-size: 17px; padding:12px 0; margin:0 20px; }
  .crumbs .crumbs_nav a::before{ height: 2px; }
  .crumbs p, .crumbs p a{ font-size: 17px; }
  .crumbs p i{ font-size: 22px; margin-right: 9px; }
}
@media only screen and (max-width: 1400px){
  .crumbs{ padding:20px 0; }
  .crumbs .crumbs_tit span{ font-size: 20px; }
  .crumbs .crumbs_tit small{ margin-top: -3px; font-size: 44px; }
  .crumbs .crumbs_nav a{ font-size: 16px; padding:12px 0; margin:0 15px; }
  .crumbs .crumbs_nav a::before{ height: 2px; }
  .crumbs p, .crumbs p a{ font-size: 16px; }
  .crumbs p i{ font-size: 20px; margin-right: 8px; }
}
@media only screen and (max-width: 1200px){
  .crumbs{ padding:15px 0; }
  .crumbs .crumbs_tit span{ font-size: 18px; }
  .crumbs .crumbs_tit small{ margin-top: -2px; font-size: 36px; }
  .crumbs .crumbs_nav a{ font-size: 15px; padding:12px 0; margin:0 10px; }
  .crumbs .crumbs_nav a::before{ height: 2px; }
  .crumbs p, .crumbs p a{ font-size: 15px; }
  .crumbs p i{ font-size: 18px; margin-right: 7px; }
}
@media only screen and (max-width: 992px){
  .crumbs{ padding:10px 0; }
  .crumbs .inner{ flex-direction: column; }
  .crumbs .crumbs_tit span{ font-size: 16px; }
  .crumbs .crumbs_tit small{ left:50%; margin-top: -2px; font-size: 28px; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
  .crumbs_other{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .crumbs .crumbs_nav a{ font-size: 14px; padding:8px 0; margin:0 5px; }
  .crumbs .crumbs_nav a::before{ height: 1px; }
  .crumbs p{ margin-top: 5px; }
  .crumbs p, .crumbs p a{ font-size: 14px; }
  .crumbs p i{ font-size: 16px; margin-right: 6px; }
}
@media only screen and (max-width: 768px){
  .crumbs .crumbs_tit span{ font-size: 15px; }
  .crumbs .crumbs_tit small{ font-size: 20px; }
  .crumbs .crumbs_nav a{ font-size: 13px; padding:6px 0; margin:0 5px; }
  .crumbs p{ margin-top: 5px; }
  .crumbs p, .crumbs p a{ font-size: 13px; }
  .crumbs p i{ font-size: 15px; margin-right: 5px; }
}
@media only screen and (max-width: 640px){
  .crumbs .crumbs_tit span{ font-size: 14px; }
  .crumbs .crumbs_tit small{ font-size: 18px; }
  .crumbs .crumbs_nav a{ font-size: 12px; padding:5px 0; margin:0 5px; }
  .crumbs p{ margin-top: 5px; }
  .crumbs p, .crumbs p a{ font-size: 12px; }
  .crumbs p i{ font-size: 14px; margin-right: 4px; }
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* company_tit */
.company_tit{ margin:30px 0; display: flex; align-items: center; justify-content: center; }
.company_tit b{ font-size: 30px; color: var(--zhu-color); line-height: 1; font-weight: normal; }
@media only screen and (max-width: 1500px){
  .company_tit{ margin:30px 0; }
  .company_tit b{ font-size: 28px; }
}
@media only screen and (max-width: 1400px){
  .company_tit{ margin:25px 0; }
  .company_tit b{ font-size: 26px; }
}
@media only screen and (max-width: 1200px){
  .company_tit{ margin:20px 0; }
  .company_tit b{ font-size: 24px; }
}
@media only screen and (max-width: 992px){
  .company_tit{ margin:15px 0; }
  .company_tit b{ font-size: 22px; }
}
@media only screen and (max-width: 768px){
  .company_tit b{ font-size: 20px; }
}
@media only screen and (max-width: 640px){
  .company_tit b{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .company_tit b{ font-size: 16px; }
}
@media only screen and (max-width: 414px){
  .company_tit b{ font-size: 15px; }
}

/* company_info */
.company_info{ overflow: hidden; padding:30px 0; }
.company_info .bd{ text-align: left; font-size: 16px; color: #777777; line-height: 2.25; }
.company_info .bd p strong{ font-weight: bold; font-size: 20px; color: #333333; }
.company_info ul{ margin:30px 0 0; display: flex; align-items: center; justify-content: center; }
.company_info ul li{ display: inline-flex; margin:0 90px; flex-direction: column; align-items: center; justify-content: center; }
.company_info ul li small{ display: inline-flex; align-items: flex-end; color: var(--zhu-color); }
.company_info ul li small span{ font-size: 80px; line-height: 1; }
.company_info ul li small i{ font-size: 28px; line-height: 1; margin-left: 12px; }
.company_info ul li p{ font-size: 18px; color: #333333; line-height: 1; margin-top: 10px; }
@media only screen and (max-width: 1500px){
  .company_info{ padding:30px 0; }
  .company_info .bd{ font-size: 16px; line-height: 2; }
  .company_info .bd p strong{ font-size: 18px; }
  .company_info ul{ margin:30px 0 0; }
  .company_info ul li{ margin:0 80px; }
  .company_info ul li small span{ font-size: 72px; }
  .company_info ul li small i{ font-size: 26px; margin-left: 12px; }
  .company_info ul li p{ font-size: 18px; margin-top: 10px; }
}
@media only screen and (max-width: 1400px){
  .company_info{ padding:25px 0; }
  .company_info .bd{ font-size: 16px; line-height: 1.8; }
  .company_info ul{ margin:25px 0 0; }
  .company_info ul li{ margin:0 70px; }
  .company_info ul li small span{ font-size: 64px; }
  .company_info ul li small i{ font-size: 24px; margin-left: 10px; }
  .company_info ul li p{ font-size: 18px; margin-top: 8px; }
}
@media only screen and (max-width: 1200px){
  .company_info{ padding:20px 0; }
  .company_info .bd{ font-size: 16px; line-height: 1.6; }
  .company_info ul{ margin:20px 0 0; }
  .company_info ul li{ margin:0 60px; }
  .company_info ul li small span{ font-size: 56px; }
  .company_info ul li small i{ font-size: 22px; margin-left: 8px; }
  .company_info ul li p{ font-size: 18px; margin-top: 6px; }
}
@media only screen and (max-width: 992px){
  .company_info{ padding:15px 0; }
  .company_info .bd{ font-size: 15px; line-height: 1.5; }
  .company_info .bd p strong{ font-size: 17px; }
  .company_info ul{ margin:15px 0 0; }
  .company_info ul li{ margin:0 50px; }
  .company_info ul li small span{ font-size: 48px; }
  .company_info ul li small i{ font-size: 20px; }
  .company_info ul li p{ font-size: 17px; }
}
@media only screen and (max-width: 768px){
  .company_info .bd{ font-size: 14px; line-height: 1.5; }
  .company_info .bd p strong{ font-size: 16px; font-weight: normal; }
  .company_info ul li{ margin:0 40px; }
  .company_info ul li small span{ font-size: 40px; }
  .company_info ul li small i{ font-size: 18px; }
  .company_info ul li p{ font-size: 16px; }
}
@media only screen and (max-width: 640px){
  .company_info .bd{ font-size: 13px; }
  .company_info .bd p strong{ font-size: 15px; }
  .company_info ul li{ margin:0 30px; }
  .company_info ul li small span{ font-size: 32px; }
  .company_info ul li small i{ font-size: 17px; }
  .company_info ul li p{ font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .company_info .bd{ font-size: 12px; }
  .company_info .bd p strong{ font-size: 14px; }
  .company_info ul li{ margin:0 20px; }
  .company_info ul li small span{ font-size: 24px; }
  .company_info ul li small i{ font-size: 16px; }
  .company_info ul li p{ font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .company_info ul li{ margin:0 10px; }
  .company_info ul li small span{ font-size: 16px; }
  .company_info ul li small i{ font-size: 13px; }
  .company_info ul li p{ font-size: 12px; }
}

/* company_scope */
.company_scope{ overflow: hidden; }
.company_scope .bd{ overflow: hidden; position: relative; }
.scope_box{ width: 100%; background: rgba(0, 0, 0, .3); box-sizing: border-box; position: absolute; bottom:0; left:0; z-index: 999; }
.scope_ul{ display: flex; align-items: center; justify-content: space-between; width:100%; }
.scope_ul li{ position: relative; width:50%; box-sizing: border-box; display: flex; align-items: center; padding:45px 0; justify-content: center; }
.scope_ul li a{ display: flex; align-items: center; }
.scope_ul li::before{ content: ""; display: block; width: 0; height: 100%; position: absolute; right:0; bottom:0; transition: all .3s; background: rgba(1, 67, 181, .6); }
.scope_ul li span{ position: relative; display: inline-block; font-size: 60px; color: #ffffff; line-height: 1; margin-right: 24px; }
.scope_ul li small{ position: relative; font-size: 26px; color: #ffffff; line-height: 1; font-weight: normal; }
.scope_ul li + li{ border-left: 1px solid #1f2a2f; }
.scope_ul li:hover::before, .company_scope .bd .scope_ul li.on::before{ transition: all .3s; width: 100%; left:0; }
.scope_imgs{ width: 100%; height: 678px; overflow: hidden; position: relative; }
.scope_imgs .item{ position: absolute; left:0; top:0; width: 100%; height: 100%; transition: all .6s ease; z-index: 1; }
.scope_imgs .on{ opacity: 1; transition: all .6s ease; z-index: 6!important; }
.scope_imgs .item .img{ position: relative; overflow: hidden; width:100%; height: 100%; }
.scope_imgs .item .img img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.scope_imgs .on .img{ -webkit-animation: slideIn 1s; animation: slideIn 1s; }
.scope_imgs .on .img img { -webkit-animation: imgIn 1s; animation: imgIn 1s; }
@-webkit-keyframes slideIn { 0% { -webkit-transform: translateX(-100%); opacity: 1; } 100% { -webkit-transform: translateX(0); opacity: 1; } }
@keyframes slideIn { 0% { transform: translateX(-100%); opacity: 1; } 100% { transform: translateX(0); opacity: 1; } }
@-webkit-keyframes imgIn { 0% { -webkit-transform: -webkit-translateX(100%); opacity: 1; } 100% { -webkit-transform: -webkit-translateX(0); opacity: 1; } }
@keyframes imgIn { 0% { transform: translateX(100%); opacity: 1; } 100% { transform: translateX(0); opacity: 1; } }
@media only screen and (max-width: 1500px){
  .scope_ul li{ width:50%; padding:30px 0; }
  .scope_ul li span{ font-size: 40px; margin-right: 20px; }
  .scope_ul li small{ font-size: 20px; }
  .scope_imgs{ height: 600px; }
}
@media only screen and (max-width: 1400px){
  .scope_ul li{ width:50%; padding:25px 0; }
  .scope_ul li span{ font-size: 36px; margin-right: 15px; }
  .scope_ul li small{ font-size: 18px; }
  .scope_imgs{ height: 500px; }
}
@media only screen and (max-width: 1200px){
  .scope_ul li{ width:50%; padding:25px 0; }
  .scope_ul li span{ font-size: 32px; margin-right: 15px; }
  .scope_ul li small{ font-size: 17px; }
  .scope_imgs{ height: 400px; }
}
@media only screen and (max-width: 992px){
  .scope_ul li{ width:50%; padding:20px 0; }
  .scope_ul li span{ font-size: 28px; margin-right: 12px; }
  .scope_ul li small{ font-size: 16px; }
  .scope_imgs{ height: 320px; }
}
@media only screen and (max-width: 768px){
  .scope_ul li{ width:50%; padding:15px 0; }
  .scope_ul li span{ font-size: 24px; margin-right: 10px; }
  .scope_ul li small{ font-size: 15px; }
  .scope_imgs{ height: 240px; }
}
@media only screen and (max-width: 640px){
  .scope_box .inner{ padding:0; }
  .scope_ul li{ width:50%; padding:15px 0; }
  .scope_ul li span{ font-size: 20px; margin-right: 8px; }
  .scope_ul li small{ font-size: 14px; }
  .scope_imgs{ height: 220px; }
}
@media only screen and (max-width: 576px){
  .scope_ul li{ width:50%; padding:12px 0; }
  .scope_ul li span{ font-size: 18px; margin-right: 6px; }
  .scope_ul li small{ font-size: 13px; }
  .scope_imgs{ height: 200px; }
}
@media only screen and (max-width: 414px){
  .scope_ul li{ width:50%; padding:10px 0; }
  .scope_ul li span{ font-size: 16px; margin-right: 4px; }
  .scope_ul li small{ font-size: 12px; }
  .scope_imgs{ height: 180px; }
}

/* company_idea */
.company_idea{ overflow: hidden; }
.company_idea .bd{ width: 100%; overflow: hidden; }
.company_idea .ideas{ display: flex; align-items: flex-start; justify-content: space-between; }
.company_idea .ideas li{ width: 33.33%; height: 360px; overflow: hidden; position: relative; }
.company_idea .ideas li .img{ width: 100%; height: 100%; overflow: hidden; }
.company_idea .ideas li .img img{ width: 100%; height: 100%; object-fit: cover; transition: all 1s; position: relative; left:0; z-index: 3; }
.company_idea .ideas li .txt{ background: #f7f6f7; box-sizing: border-box; padding:60px; width: 100%; height: 100%; position: absolute; top:0; left:0; transition: all 1s; }
.company_idea .ideas li .txt b{ width: 44px; display: block; letter-spacing: 5px; margin:0; position: relative; z-index: 33; padding-left: 20px; line-height: 1.3; font-size: 24px; color: #ffffff; transition: all 1s; }
.company_idea .ideas li .txt b::before{ content: ""; width: 6px; height: 60px; background: #ffffff; border:0; position: absolute; top:0; left:0; transition: all 1s; }
.company_idea .ideas li .txt p{ padding-left: 35px; font-size: 16px; color: #777777; line-height: 2; }
.company_idea .ideas li .txt > img{ float: right; margin-top: 20px; }
.company_idea .ideas li:hover .img > img{ transition: all 1s; left:100%; }
.company_idea .ideas li:hover .txt{ transition: all 1s; padding:0 60px; }
.company_idea .ideas li:hover .txt b{ width: 180px; padding:60px 0 20px; padding-left: 35px; transition: all 1s; color: var(--zhu-color); letter-spacing: 2px; }
.company_idea .ideas li:hover .txt b::before{ transition: all 1s; height: 300px; background: var(--zhu-color); }
@media only screen and (max-width: 1500px){
  .company_idea .ideas li{ width: 33.33%; height: 320px; }
  .company_idea .ideas li .txt{ padding:40px; }
  .company_idea .ideas li .txt b{ width: 44px; letter-spacing: 4px; padding-left: 15px; font-size: 22px; }
  .company_idea .ideas li .txt b::before{ width: 5px; height: 50px;  }
  .company_idea .ideas li .txt p{ padding-left: 30px; font-size: 15px; line-height: 1.7; }
  .company_idea .ideas li:hover .txt{ padding:0 40px; }
  .company_idea .ideas li:hover .txt b{ width: 180px; padding:40px 0 20px; padding-left: 30px; letter-spacing: 1px; }
  .company_idea .ideas li:hover .txt b::before{ height: 280px; }
}
@media only screen and (max-width: 1400px){
  .company_idea .ideas li{ width: 33.33%; height: 280px; }
  .company_idea .ideas li .txt{ padding:30px; }
  .company_idea .ideas li .txt b{ width: 44px; letter-spacing: 3px; font-size: 20px; }
  .company_idea .ideas li .txt b::before{ width: 4px; height: 40px;  }
  .company_idea .ideas li .txt p{ padding-left: 25px; font-size: 15px; line-height: 1.5; }
  .company_idea .ideas li:hover .txt{ padding:0 30px; }
  .company_idea .ideas li:hover .txt b{ padding:30px 0 20px; padding-left: 25px; letter-spacing: 1px; }
  .company_idea .ideas li:hover .txt b::before{ height: 260px; }
}
@media only screen and (max-width: 1200px){
  .company_idea .ideas li{ width: 33.33%; height: 240px; }
  .company_idea .ideas li .txt{ padding:25px; }
  .company_idea .ideas li .txt b{ width: 44px; letter-spacing: 2px; font-size: 18px; }
  .company_idea .ideas li .txt b::before{ width: 3px; height: 30px;  }
  .company_idea .ideas li .txt p{ padding-left: 25px; font-size: 14px; }
  .company_idea .ideas li .txt > img{ margin-top: 15px; width: 160px; display: none;}
  .company_idea .ideas li:hover .txt{ padding:0 25px; }
  .company_idea .ideas li:hover .txt b{ padding:25px 0 20px; padding-left: 25px; letter-spacing: 1px; }
  .company_idea .ideas li:hover .txt b::before{ height: 220px; }
}
@media only screen and (max-width: 992px){
  .company_idea .ideas li{ width: 33.33%; height: 200px; }
  .company_idea .ideas li .txt{ padding:15px; }
  .company_idea .ideas li .txt b{ width: 44px; letter-spacing: 0; font-size: 17px; }
  .company_idea .ideas li .txt b::before{ width: 3px; height: 30px;  }
  .company_idea .ideas li .txt p{ padding-left: 20px; font-size: 14px; }
  .company_idea .ideas li .txt > img{ margin-top: 15px; width: 140px; }
  .company_idea .ideas li:hover .txt{ padding:0 15px; }
  .company_idea .ideas li:hover .txt b{ padding:15px 0 15px; padding-left: 15px; letter-spacing: 1px; }
  .company_idea .ideas li:hover .txt b::before{ height: 180px; }
}
@media only screen and (max-width: 768px){
  .company_idea .ideas{ flex-wrap: wrap; }
  .company_idea .ideas li{ width: 100%; height: 200px; }
  .company_idea .ideas li .txt{ padding:15px; }
  .company_idea .ideas li .txt b{ width: 44px; letter-spacing: 0; font-size: 17px; }
  .company_idea .ideas li .txt b::before{ width: 3px; height: 30px;  }
  .company_idea .ideas li .txt p{ padding-left: 20px; font-size: 14px; }
  .company_idea .ideas li .txt > img{ margin-top: 15px; width: 120px; }
  .company_idea .ideas li:hover .txt{ padding:0 15px; }
  .company_idea .ideas li:hover .txt b{ padding:15px 0 15px; padding-left: 15px; letter-spacing: 0; }
  .company_idea .ideas li:hover .txt b::before{ height: 180px; }
}
@media only screen and (max-width: 640px){
  .company_idea .ideas li .txt b{ font-size: 16px; font-weight: normal; letter-spacing: 0; }
  .company_idea .ideas li .txt b::before{ width: 3px; height: 30px;  }
  .company_idea .ideas li .txt p{ padding-left: 15px; font-size: 13px; }
  .company_idea .ideas li .txt > img{ margin-top: 15px; width: 100px; }
  .company_idea .ideas li:hover .txt{ padding:0 15px; }
  .company_idea .ideas li:hover .txt b{ padding:15px 0; padding-left: 15px; }
  .company_idea .ideas li:hover .txt b::before{ height: 180px; }
}
@media only screen and (max-width: 576px){
  .company_idea .ideas li .txt b{ font-size: 15px; width: 30px; }
  .company_idea .ideas li .txt p{ font-size: 12px; }
  .company_idea .ideas li .txt > img{ width: 100px; }
}
@media only screen and (max-width: 414px){
  .company_idea .ideas li .txt b{ font-size: 14px; }
  .company_idea .ideas li .txt > img{ width: 80px; }
}

/* company_honor */
.company_honor{ overflow: hidden; }
.honor_box{ width: 100%; overflow: hidden; }
.honor_box .hd, .honor_box .bd{ width: 100%; overflow: hidden;; }
.honor_box .hd, .honor_box .hd ul{ display: flex; align-items: center; justify-content: center; }
.honor_box .hd ul li{ cursor: pointer; font-size: 22px; color: #777777; line-height: 1; margin:0 50px; padding:30px 0; transition: all .3s; }
.honor_box .hd ul li.on{ transition: all .3s; color: var(--zhu-color); }
.honor_box .bd ul{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.honor_box .bd ul li{ width: calc(33.3% - 20px); overflow: hidden; margin-bottom: 30px; position: relative; }
.honor_box .bd ul li:nth-child(3n+0){ margin-right: 0; }
.honor_box .bd ul li .img{ width: 100%; box-sizing: border-box; border:1px solid #f1f1f1; padding-bottom: 64%; position: relative; overflow: hidden; }
.honor_box .bd ul li .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
.honor_box .bd ul li b{ display: flex; width: 100%; height: 100%; font-size: 18px; font-weight: normal; color: #ffffff; align-items: center; justify-content: center; box-sizing: border-box; padding:15px; background: rgba(1, 67, 181, .8); position: absolute; top:100%; transition: all .3s; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.honor_box .bd ul li:hover img{ transition: all .3s; transform: scale(1.05); }
.honor_box .bd ul li:hover b{ transition: all .3s; top:0; }
@media only screen and (max-width: 1500px){
  .honor_box .hd ul li{ font-size: 20px; margin:0 40px; padding:0 0 25px; }
  .honor_box .bd ul li{ width: calc(33.3% - 16.6px); margin-bottom: 25px; }
  .honor_box .bd ul li:nth-child(3n+0){ margin-right: 0; }
  .honor_box .bd ul li b{ font-size: 18px; padding:15px; }
}
@media only screen and (max-width: 1400px){
  .honor_box .hd ul li{ font-size: 18px; margin:0 30px; padding:0 0 20px; }
  .honor_box .bd ul li{ width: calc(33.3% - 13.3px); margin-bottom: 20px; }
  .honor_box .bd ul li:nth-child(3n+0){ margin-right: 0; }
  .honor_box .bd ul li b{ font-size: 17px; padding:12px; }
}
@media only screen and (max-width: 1200px){
  .honor_box .hd ul li{ font-size: 16px; margin:0 20px; padding:0 0 15px; }
  .honor_box .bd ul li{ width: calc(33.3% - 10px); margin-bottom: 15px; }
  .honor_box .bd ul li:nth-child(3n+0){ margin-right: 0; }
  .honor_box .bd ul li b{ font-size: 16px; padding:10px; }
}
@media only screen and (max-width: 992px){
  .honor_box .hd ul li{ font-size: 15px; margin:0 15px; padding:0 0 15px; }
  .honor_box .bd ul li{ width: calc(33.3% - 10px); margin-bottom: 15px; }
  .honor_box .bd ul li:nth-child(3n+0){ margin-right: 0; }
  .honor_box .bd ul li b{ font-size: 15px; }
}
@media only screen and (max-width: 768px){
  .honor_box .hd ul li{ font-size: 14px; margin:0 14px; padding:0 0 14px; }
  .honor_box .bd ul li{ width: calc(50% - 7.5px); }
  .honor_box .bd ul li:nth-child(3n+0){ margin-right: 15px; }
  .honor_box .bd ul li:nth-child(2n+0){ margin-right: 0; }
  .honor_box .bd ul li b{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .honor_box .hd ul li{ font-size: 13px; margin:0 13px; padding:0 0 13px; }
  .honor_box .bd ul li b{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .honor_box .hd ul li{ font-size: 12px; margin:0 12px; padding:0 0 12px; }
  .honor_box .bd ul li b{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
}

/* company_flow */
.company_flow{ overflow: hidden; }
.company_flow .bd{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.company_flow .bd .flow_tit{ width: calc(25% - 15px); }
.company_flow .bd .flow_tit b{ display: block; font-size: 30px; color: var(--zhu-color); line-height: 1; font-weight: normal; margin-bottom: 25px; }
.company_flow .bd .flow_tit .more{ margin-top: 50px; display: block; font-size: 16px; color: var(--zhu-color); transition: all .3s; position: relative; z-index: 35; }
.company_flow .bd .flow_tit .more span{ border:1px solid #f1f1f1; display: inline-block; position: relative; padding:14px 50px; }
.company_flow .bd .flow_tit .more span::before{ content: ""; position: absolute; width: 100%; height: 0px; left: 0; bottom: 0; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.company_flow .bd .flow_tit .more span::after{ content: ""; position: absolute; width: 0px; height: 100%; left: 0; bottom: 0; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.company_flow .bd .flow_tit .more:hover span::before{ height: 100%; border-right: 1px solid var(--zhu-color); border-left: 1px solid var(--zhu-color); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.company_flow .bd .flow_tit .more:hover span::after{ width: 100%; border-top: 1px solid var(--zhu-color); border-bottom: 1px solid var(--zhu-color); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.company_flow .bd .flow_tit .more:hover::before{ transition: all .3s; width: 100%; left:0; }
.company_flow .bd .flow_list{ position: relative; width: calc(75% - 15px); display: flex; align-items: center; justify-content: space-between; }
.company_flow .bd .flow_list li{ text-align: center; }
.company_flow .bd .flow_list li span{ font-size: 66px; color: var(--zhu-color); line-height: 1; transition: all .3s; }
.company_flow .bd .flow_list li p{ font-size: 20px; color: var(--zhu-color); line-height: 1; margin-top: 36px; transition: all .3s; }
.company_flow .bd .flow_list li:hover span{ transition: all .3s; color: var(--pei-color); }
.company_flow .bd .flow_list li:hover p{ transition: all .3s; color: var(--pei-color); }
.company_flow .bd .flow_list:before{ content:""; position:absolute; left:2px; top:84px; width:100%; height:2px; border-bottom:#e3e1e1 2px dashed; }
.company_flow .bd .flow_list:after{ content:""; position:absolute; right:0; top:84px; width:0; height:2px; border-bottom:var(--pei-color) 2px dashed; z-index:0; -moz-transition: all 4s ease-in-out;-webkit-transition: all 4s ease-in-out; -o-transition: all 4s ease-in-out; -ms-transition: all 4s ease-in-out; transition: all 4s ease-in-out; }
.company_flow .bd .flow_list:hover:after{ left:2px; width:100%; }
@media only screen and (max-width: 1500px){
  .company_flow .bd .flow_tit{ width: calc(25% - 15px); }
  .company_flow .bd .flow_tit b{ font-size: 26px; margin-bottom: 15px; }
  .company_flow .bd .flow_tit .more{ margin-top: 30px; font-size: 15px; }
  .company_flow .bd .flow_tit .more span{ padding:12px 40px; }
  .company_flow .bd .flow_list{ width: calc(75% - 15px); }
  .company_flow .bd .flow_list li span{ font-size: 60px; }
  .company_flow .bd .flow_list li p{ font-size: 18px; margin-top: 36px; }
  .company_flow .bd .flow_list:before{ left:2px; top:76px; height:2px; border-bottom:#e3e1e1 2px dashed; }
  .company_flow .bd .flow_list:after{ right:0; top:76px; width:0; height:2px; border-bottom:var(--pei-color) 2px dashed; }
}
@media only screen and (max-width: 1400px){
  .company_flow .bd .flow_tit{ width: calc(25% - 15px); }
  .company_flow .bd .flow_tit b{ font-size: 22px; margin-bottom: 12px; }
  .company_flow .bd .flow_tit .more{ margin-top: 24px; font-size: 14px; }
  .company_flow .bd .flow_tit .more span{ padding:12px 40px; }
  .company_flow .bd .flow_list{ width: calc(75% - 15px); }
  .company_flow .bd .flow_list li span{ font-size: 54px; }
  .company_flow .bd .flow_list li p{ font-size: 17px; margin-top: 36px; }
  .company_flow .bd .flow_list:before{ left:2px; top:70px; height:2px; border-bottom:#e3e1e1 2px dashed; }
  .company_flow .bd .flow_list:after{ right:0; top:70px; width:0; height:2px; border-bottom:var(--pei-color) 2px dashed; }
}
@media only screen and (max-width: 1200px){
  .company_flow .bd .flow_tit{ width: calc(25% - 15px); }
  .company_flow .bd .flow_tit b{ font-size: 18px; margin-bottom: 10px; }
  .company_flow .bd .flow_tit .more{ margin-top: 16px; font-size: 13px; }
  .company_flow .bd .flow_tit .more span{ padding:10px 34px; }
  .company_flow .bd .flow_list{ width: calc(75% - 15px); }
  .company_flow .bd .flow_list li span{ font-size: 48px; }
  .company_flow .bd .flow_list li p{ font-size: 16px; margin-top: 36px; }
  .company_flow .bd .flow_list:before{ left:2px; top:64px; height:2px; border-bottom:#e3e1e1 2px dashed; }
  .company_flow .bd .flow_list:after{ right:0; top:64px; width:0; height:2px; border-bottom:var(--pei-color) 2px dashed; }
}
@media only screen and (max-width: 992px){
  .company_flow .bd .flow_tit{ width: calc(25% - 15px); }
  .company_flow .bd .flow_tit b{ font-size: 16px; margin-bottom: 8px; }
  .company_flow .bd .flow_tit .more{ margin-top: 12px; font-size: 12px; }
  .company_flow .bd .flow_tit .more span{ padding:10px 30px; }
  .company_flow .bd .flow_list{ width: calc(75% - 15px); }
  .company_flow .bd .flow_list li span{ font-size: 42px; }
  .company_flow .bd .flow_list li p{ font-size: 15px; margin-top: 36px; }
  .company_flow .bd .flow_list:before{ left:2px; top:58px; height:2px; border-bottom:#e3e1e1 2px dashed; }
  .company_flow .bd .flow_list:after{ right:0; top:58px; width:0; height:2px; border-bottom:var(--pei-color) 2px dashed; }
}
@media only screen and (max-width: 768px){
  .company_flow .bd .flow_tit{ width: calc(25% - 15px); }
  .company_flow .bd .flow_tit b{ font-size: 15px; margin-bottom: 6px; }
  .company_flow .bd .flow_tit .more{ margin-top: 6px; }
  .company_flow .bd .flow_tit .more span{ padding:10px 24px; }
  .company_flow .bd .flow_list{ width: calc(75% - 15px); }
  .company_flow .bd .flow_list li span{ font-size: 36px; }
  .company_flow .bd .flow_list li p{ font-size: 14px; margin-top: 24px; }
  .company_flow .bd .flow_list:before{ left:2px; top:46px; height:1px; border-bottom:#e3e1e1 1px dashed; }
  .company_flow .bd .flow_list:after{ right:0; top:46px; width:0; height:1px; border-bottom:var(--pei-color) 1px dashed; }
}
@media only screen and (max-width: 640px){
  .company_flow .bd .flow_tit{ display: none; }
  .company_flow .bd .flow_list{ width: 100%; margin: 20px 0; }
  .company_flow .bd .flow_list li span{ font-size: 30px; }
  .company_flow .bd .flow_list li p{ font-size: 13px; margin-top: 24px; }
  .company_flow .bd .flow_list:before{ top:42px; }
  .company_flow .bd .flow_list:after{ top:42px; }
}
@media only screen and (max-width: 576px){
  .company_flow .bd .flow_list{ margin: 15px 0; }
  .company_flow .bd .flow_list li span{ font-size: 24px; }
  .company_flow .bd .flow_list li p{ font-size: 12px; margin-top: 20px; }
  .company_flow .bd .flow_list:before{ top:36px; }
  .company_flow .bd .flow_list:after{ top:36px; }
}
@media only screen and (max-width: 414px){
  .company_flow .bd .flow_list{ margin: 10px 0; }
  .company_flow .bd .flow_list li p{ font-size: 12px; margin-top: 16px; }
  .company_flow .bd .flow_list:before{ top:30px; }
  .company_flow .bd .flow_list:after{ top:30px; }
}

/* company_style */
.company_style{ overflow: hidden; }
.company_style .bd{ overflow: hidden; }
#style{ overflow: hidden; padding:60px 0; }
#style .swiper-slide{ transition: 300ms; transform: scale(0.5); }
#style .swiper-slide a{ position: relative; border:1px solid #f1f1f1; box-sizing: border-box; width: 100%; padding-bottom: 67%; overflow: hidden; display: block; overflow: hidden; }
#style .swiper-slide a::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, .65); position: absolute; top:0; left:0; z-index: 33; transition: all .3s; }
#style .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
#style .swiper-slide-active{ transform: scale(1.3); }
#style .swiper-slide-active a::before{ background: rgba(0, 0, 0, 0); transition: all .3s; }
#style_small{ overflow: hidden; margin-top: 20px; }
#style_small .swiper-slide{ transition: 300ms; }
#style_small .swiper-slide a{ position: relative; box-sizing: border-box; width: 100%; padding-bottom: 62.5%; overflow: hidden; display: block; overflow: hidden; }
#style_small .swiper-slide a::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); position: absolute; top:0; left:0; z-index: 33; transition: all .3s; }
#style_small .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
#style_small .swiper-slide:hover a::before{ background: rgba(0, 0, 0, 0); transition: all .3s; }
@media only screen and (max-width: 1500px){
  #style{ padding:50px 0; }
  #style .swiper-slide{ transform: scale(0.6); }
  #style .swiper-slide-active{ transform: scale(1.3); }
}
@media only screen and (max-width: 1400px){
  #style{ padding:40px 0; }
  #style .swiper-slide{ transform: scale(0.6); }
  #style .swiper-slide-active{ transform: scale(1.3); }
}
@media only screen and (max-width: 1200px){
  #style{ padding:30px 0; }
  #style .swiper-slide{ transform: scale(0.6); }
  #style .swiper-slide-active{ transform: scale(1.3); }
}
@media only screen and (max-width: 992px){
  #style{ padding: 0; }
  #style .swiper-slide{ transform: scale(1); }
  #style .swiper-slide-active{ transform: scale(1); }
  #style_small{ display: none; }
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* product_list */
.product_list{ overflow: hidden; width: 100%; display: flex; align-items: center; flex-wrap: wrap; }
.product_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
.product_list li:nth-child(3n+0){ margin-right: 0; }
.product_list li a{ border:1px solid #f1f1f1; display: flex; flex-direction: column; align-items: center; width: 100%; position: relative; padding:15px;}
.product_list li a .img{ background: #fff; width: 100%; padding-bottom: 70%; overflow: hidden; position: relative; }
.product_list li a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
.product_list li a .tit{ position: absolute; top: 0px; left: 0px; opacity: 0; width: 100%; height: 100%; transition: all .5s ease; background: rgba(1, 67, 181, .8); display: flex; align-items: center; text-align: center; }
.product_list li a .tit::before{ content: ""; opacity: 0; position: absolute; transition: all 0.5s; z-index: 99; top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; transform: scale(0,1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.product_list li a .tit::after{ content: ""; opacity: 0; position: absolute; transition: all 0.5s; z-index: 99; top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; transform: scale(1,0); transform-origin: 100% 0; }
.product_list li:hover a .tit::before, .product_list li:hover a .tit::after{ opacity: 1; transform: scale(1); transition: all 0.5s; }
.product_list li a .tit .box{ display: flex; flex-direction: column; width: 100%; height: 100%; align-items: center; justify-content: center; }
.product_list li a .tit .box .ico{ width: 80px; height: 80px; position: relative; }
.product_list li a .tit .box .ico::before{ content: ""; position: absolute; left: 50%; top: -100%; height: 100%; width: 1px; background: #ffffff; transition: all 0.5s; opacity: 0; }
.product_list li a .tit .box .ico::after{ content: ""; position: absolute; left: -100%; top: 50%; width: 100%; height: 1px; background: #ffffff; transition: all 0.5s; opacity: 0; }
.product_list li:hover a .tit .box .ico::before{ top: 0px; opacity: 1; }
.product_list li:hover a .tit .box .ico::after{ left: 0px; opacity: 1; }
.product_list li a .tit .box b{ position: relative; top: 60px; opacity: 0; font-size: 20px; color: #ffffff; line-height: 1; font-weight: normal; transition: all .5s ease; }
.product_list li:hover a .tit .box b{ opacity: 1; top:30px; }
.product_list li:hover .tit{ opacity: 1; }
.product_list li:hover a .img img{ transform: scale(1.05); }
@media only screen and (max-width: 1500px){
  .product_list li{ width: calc(33.3% - 16.6px); margin-right: 25px; margin-bottom: 25px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .tit .box .ico{ width: 74px; height: 74px; }
  .product_list li a .tit .box b{ font-size: 19px; top: 55px; }
  .product_list li:hover a .tit .box b{ top:25px; }
  
}
@media only screen and (max-width: 1400px){
  .product_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; margin-bottom: 20px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .tit .box .ico{ width: 68px; height: 68px; }
  .product_list li a .tit .box b{ font-size: 18px; top: 50px; }
  .product_list li:hover a .tit .box b{ top:20px; }
}
@media only screen and (max-width: 1200px){
  .product_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .tit .box .ico{ width: 62px; height: 62px; }
  .product_list li a .tit .box b{ font-size: 17px; top: 45px; }
  .product_list li:hover a .tit .box b{ top:15px; }
}
@media only screen and (max-width: 992px){
  .product_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .tit .box .ico{ width: 56px; height: 56px; }
  .product_list li a .tit .box b{ font-size: 16px; top:40px; }
  .product_list li:hover a .tit .box b{ top:10px; }
}
@media only screen and (max-width: 768px){
  .product_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .product_list li:nth-child(3n+0){ margin-right: 15px; }
  .product_list li:nth-child(2n+0){ margin-right: 0; }
  .product_list li a .tit .box .ico{ width: 50px; height: 50px; }
  .product_list li a .tit .box b{ font-size: 15px; top:35px; }
  .product_list li:hover a .tit .box b{ top:5px; }
}
@media only screen and (max-width: 640px){
  .product_list li a .tit .box .ico{ width: 44px; height: 44px; }
  .product_list li a .tit .box b{ font-size: 14px; }
  .product_list li a .tit::before{ top: 20px; right: 15px; bottom: 20px; left: 15px; }
  .product_list li a .tit::after{ top: 15px; right: 20px; bottom: 15px; left: 20px; }
}
@media only screen and (max-width: 576px){
  .product_list li a .tit .box .ico{ width: 38px; height: 38px; }
  .product_list li a .tit .box b{ font-size: 13px; }
  .product_list li a .tit::before{ top: 15px; right: 10px; bottom: 15px; left: 10px; }
  .product_list li a .tit::after{ top: 10px; right: 15px; bottom: 10px; left: 15px; }
}
@media only screen and (max-width: 414px){
  .product_list li a .tit .box .ico{ width: 32px; height: 32px; }
  .product_list li a .tit .box b{ font-size: 12px; }
  .product_list li a .tit::before{ top: 10px; right: 5px; bottom: 10px; left: 5px; }
  .product_list li a .tit::after{ top: 5px; right: 10px; bottom: 5px; left: 10px; }
}

/* show_list */
.show_list{ overflow: hidden; display: flex; flex-wrap: wrap; }
.show_list li{ width: calc(33.3% - 20px); margin-right: 30px; }
.show_list li:nth-child(3n+0){ margin-right: 0; }
.show_list li .img{ width: 100%; padding-bottom: 75%; background: #f1f1f1; position: relative; text-align: center; overflow: hidden;border:solid 1px #eee; }
.show_list li .img img{ width: 100%; height: 100%; object-fit: cover; left:0; position: absolute; transition: all .3s; }
.show_list li figcaption { color: #fff; background: rgba(1, 67, 181, .85); opacity: 0; text-transform: uppercase; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.show_list li figcaption::before,
.show_list li figcaption::after { pointer-events: none; }
.show_list li figcaption { position: absolute; top: -15%; left: -15%; width: 130%; height: 130%; }
.show_list li figcaption::after,
.show_list li img,
.show_list li figcaption p { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; }
.show_list li figcaption::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; content: ''; opacity: 0; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.show_list li figcaption p { opacity: 1; -webkit-transform: scale3d(0.8,0.8,1);	transform: scale3d(0.8,0.8,1); }
.show_list li figcaption p { position: absolute; top:50%; left:0; width: 100%; line-height: 30px; margin-top: -15px; text-transform:uppercase; font-size: 10px; opacity: 0; }
.show_list li:hover img { opacity: 0.3; -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); }
.show_list li:hover figcaption{ transition: all .3s; opacity: 1; }
.show_list li:hover figcaption::after { opacity: 0.8; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); }
.show_list li:hover figcaption p { opacity: 1; -webkit-transform: scale3d(1,1,1);	transform: scale3d(1,1,1); }
.show_list li a b{ display: flex; font-weight: normal; align-items: center; justify-content: center; padding:25px; font-size: 18px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.show_list li:hover a b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1500px){
  .show_list li{ width: calc(33.3% - 16.6px); margin-right: 25px; }
  .show_list li:nth-child(3n+0){ margin-right: 0; }
  .show_list li a b{ padding:20px; font-size: 18px; }
}
@media only screen and (max-width: 1400px){
  .show_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; }
  .show_list li:nth-child(3n+0){ margin-right: 0; }
  .show_list li a b{ padding:15px; font-size: 17px; }
}
@media only screen and (max-width: 1200px){
  .show_list li{ width: calc(33.3% - 10px); margin-right: 15px; }
  .show_list li:nth-child(3n+0){ margin-right: 0; }
  .show_list li a b{ padding:15px; font-size: 16px; }
}
@media only screen and (max-width: 992px){
  .show_list li a b{ font-size: 15px; }
}
@media only screen and (max-width: 768px){
  .show_list li a b{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .show_list li{ width: calc(50% - 7.5px); margin-right: 15px; }
  .show_list li:nth-child(3n+0){ margin-right: 15px; }
  .show_list li:nth-child(2n+0){ margin-right: 0; }
  .show_list li a b{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .show_list li a b{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
}

/* main */
.main{ overflow: hidden; padding:30px 0; }
@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){
  .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; }
}

/* news_list */
.news_list{ display: flex; flex-wrap: wrap; align-items: flex-start; overflow: hidden; width: 100%; }
.news_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
.news_list li:nth-child(3n+0){ margin-right: 0; }
.news_list li a{ display: flex; flex-direction: column; overflow: hidden; }
.news_list li a .img{ width: 100%; padding-bottom: 71%; box-sizing: border-box; border:1px solid #f7f6f7; border-bottom: 0; overflow: hidden; position: relative; }
.news_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.news_list li a .txt{ border:1px solid #f7f6f7; padding:30px; box-sizing: border-box; display: flex; flex-wrap: wrap; }
.news_list li a .txt small{ display: inline-flex; align-items: center; justify-content: center; padding:5px 8px; color: var(--zhu-color); border:1px solid var(--zhu-color); border-radius: 3px; transition: all .3s; }
.news_list li a .txt b{ display: block; width: 100%; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin:20px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
.news_list li a .txt p{ font-size: 14px; color: #333333; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all .3s; }
.news_list li a:hover .img{ transition: all .3s; border-color: var(--zhu-color); }
.news_list li a:hover .img img{ transition: all .3s; transform: scale(1.05); }
.news_list li a:hover .txt{ transition: all .3s; border-color: var(--zhu-color); }
.news_list li a:hover .txt small{ transition: all .3s; background: var(--zhu-color); color: #fff; }
.news_list li a:hover .txt b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1500px){
  .news_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
  .news_list li:nth-child(3n+0){ margin-right: 0; }
  .news_list li a .txt{ padding:25px; }
  .news_list li a .txt small{ padding:5px 8px; }
  .news_list li a .txt b{ font-size: 22px; margin:18px 0; }
  .news_list li a .txt p{ font-size: 14px; line-height: 1.6; }
}
@media only screen and (max-width: 1400px){
  .news_list li{ width: calc(33.3% - 16.6px); margin-right: 25px; margin-bottom: 25px; }
  .news_list li:nth-child(3n+0){ margin-right: 0; }
  .news_list li a .txt{ padding:20px; }
  .news_list li a .txt small{ padding:5px 8px; }
  .news_list li a .txt b{ font-size: 20px; margin:16px 0; }
  .news_list li a .txt p{ font-size: 14px; line-height: 1.6; }
}
@media only screen and (max-width: 1200px){
  .news_list li{ width: calc(33.3% - 16.6px); margin-right: 20px; margin-bottom: 20px; }
  .news_list li:nth-child(3n+0){ margin-right: 0; }
  .news_list li a .txt{ padding:15px; }
  .news_list li a .txt small{ padding:5px 8px; }
  .news_list li a .txt b{ font-size: 18px; margin:14px 0; }
  .news_list li a .txt p{ font-size: 13px; line-height: 1.6; }
}
@media only screen and (max-width: 992px){
  .news_list li{ width: calc(33.3% - 13.3px); margin-right: 15px; margin-bottom: 15px; }
  .news_list li:nth-child(3n+0){ margin-right: 0; }
  .news_list li a .txt{ padding:10px; }
  .news_list li a .txt small{ padding:4px 8px; font-size: 12px; }
  .news_list li a .txt b{ font-size: 16px; margin:12px 0; }
  .news_list li a .txt p{ font-size: 12px; line-height: 1.5; }
}
@media only screen and (max-width: 768px){
  .news_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .news_list li:nth-child(3n+0){ margin-right: 15px; }
  .news_list li:nth-child(2n+0){ margin-right: 0; }
  .news_list li a .txt{ padding:10px; }
  .news_list li a .txt small{ padding:3px 6px; }
  .news_list li a .txt b{ font-size: 15px; margin:10px 0; }
  .news_list li a .txt p{ font-size: 12px; line-height: 1.5; }
}
@media only screen and (max-width: 640px){
  .news_list li a .txt small{ padding:2px 4px; }
  .news_list li a .txt b{ font-size: 14px; margin:8px 0; }
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
  .news_list li{ width: 100%; margin-right: 0; margin-bottom: 15px; }
  .news_list li:nth-child(3n+0){ margin-right: 0; }
  .news_list li:nth-child(2n+0){ margin-right: 0; }
}

/* new_list */
.new_list{ display: flex; flex-wrap: wrap; align-items: flex-start; overflow: hidden; width: 100%; }
.new_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
.new_list li:nth-child(3n+0){ margin-right: 0; }
.new_list li a{ display: flex; flex-direction: column; overflow: hidden; }
.new_list li a .img{ width: 100%; padding-bottom: 71%; overflow: hidden; position: relative; }
.new_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.new_list li a .img .mask{ width: calc(100% - 40px); height: calc(100% - 40px); position: absolute; left:20px; top:20px; background: var(--zhu-color); display: flex; align-items: center; flex-direction: column; justify-content: center; opacity: 0; transition: all .5s ease; }
.new_list li a .img .mask .ico{ width: 80px; height: 80px; position: relative; }
.new_list li a .img .mask .ico::before{ content: ""; position: absolute; left: 50%; top: -100%; height: 100%; width: 1px; background: #ffffff; transition: all 0.5s; opacity: 0; }
.new_list li a .img .mask .ico::after{ content: ""; position: absolute; left: -100%; top: 50%; width: 100%; height: 1px; background: #ffffff; transition: all 0.5s; opacity: 0; }
.new_list li a:hover .img .mask .ico::before{ top: 0px; opacity: 1; }
.new_list li a:hover .img .mask .ico::after{ left: 0px; opacity: 1; }
.new_list li a .img .mask p{ position: relative; top: 36px; opacity: 0; font-size: 16px; color: #ffffff; line-height: 1; font-weight: normal; transition: all .5s ease; }
.new_list li a:hover .img .mask p{ opacity: 1; top:18px; }
.new_list li a:hover .img .mask{ opacity: 1; }
.new_list li a .txt{ border:1px solid #f7f6f7; padding:30px; box-sizing: border-box; display: flex; flex-wrap: wrap; }
.new_list li a .txt b{ display: block; width: 100%; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin:0 0 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
.new_list li a .txt p{ font-size: 14px; color: #333333; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all .3s; }
.new_list li a:hover .img img{ transition: all .3s; transform: scale(1.05); }
.new_list li a:hover .txt{ transition: all .3s; border-color: var(--zhu-color); }
.new_list li a:hover .txt b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1500px){
  .new_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
  .new_list li:nth-child(3n+0){ margin-right: 0; }
  .new_list li a .txt{ padding:25px; }
  .new_list li a .txt b{ font-size: 22px; margin:18px 0; }
  .new_list li a .txt p{ font-size: 14px; line-height: 1.6; }
  .new_list li a .img .mask .ico{ width: 76px; height: 76px; }
}
@media only screen and (max-width: 1400px){
  .new_list li{ width: calc(33.3% - 16.6px); margin-right: 25px; margin-bottom: 25px; }
  .new_list li:nth-child(3n+0){ margin-right: 0; }
  .new_list li a .txt{ padding:20px; }
  .new_list li a .txt b{ font-size: 20px; margin:16px 0; }
  .new_list li a .txt p{ font-size: 14px; line-height: 1.6; }
  .new_list li a .img .mask .ico{ width: 72px; height: 72px; }
}
@media only screen and (max-width: 1200px){
  .new_list li{ width: calc(33.3% - 16.6px); margin-right: 20px; margin-bottom: 20px; }
  .new_list li:nth-child(3n+0){ margin-right: 0; }
  .new_list li a .txt{ padding:15px; }
  .new_list li a .txt b{ font-size: 18px; margin:14px 0; }
  .new_list li a .txt p{ font-size: 13px; line-height: 1.6; }
  .new_list li a .img .mask .ico{ width: 68px; height: 68px; }
}
@media only screen and (max-width: 992px){
  .new_list li{ width: calc(33.3% - 13.3px); margin-right: 15px; margin-bottom: 15px; }
  .new_list li:nth-child(3n+0){ margin-right: 0; }
  .new_list li a .txt{ padding:10px; }
  .new_list li a .txt b{ font-size: 16px; margin:12px 0; }
  .new_list li a .txt p{ font-size: 12px; line-height: 1.5; }
  .new_list li a .img .mask .ico{ width: 64px; height: 64px; }
}
@media only screen and (max-width: 768px){
  .new_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .new_list li:nth-child(3n+0){ margin-right: 15px; }
  .new_list li:nth-child(2n+0){ margin-right: 0; }
  .new_list li a .txt{ padding:10px; }
  .new_list li a .txt b{ font-size: 15px; margin:10px 0; }
  .new_list li a .txt p{ font-size: 12px; line-height: 1.5; }
  .new_list li a .img .mask .ico{ width: 60px; height: 60px; }
  .new_list li a .img .mask p{ font-size: 15px;  }
}
@media only screen and (max-width: 640px){
  .new_list li a .txt b{ font-size: 14px; margin:8px 0; }
  .new_list li a .img .mask .ico{ width: 56px; height: 56px; }
  .new_list li a .img .mask p{ font-size: 14px;  }
}
@media only screen and (max-width: 576px){
  .new_list li a .img .mask .ico{ width: 52px; height: 52px; }
  .new_list li a .img .mask p{ font-size: 13px;  }
}
@media only screen and (max-width: 414px){
  .new_list li{ width: 100%; margin-right: 0; margin-bottom: 15px; }
  .new_list li:nth-child(3n+0){ margin-right: 0; }
  .new_list li:nth-child(2n+0){ margin-right: 0; }
  .new_list li a .img .mask .ico{ width: 48px; height: 48px; }
  .new_list li a .img .mask p{ font-size: 12px;  }
}

/* article_main */
.article_main{padding:30px 0; }
.article_content{ display: flex; align-items: flex-start; justify-content: space-between; }
.article_content .left{ width: calc(75% - 15px); font-size: 14px; color: #333333; line-height: 2; }
.article_content .left .cotent{ font-size: 14px; color: #333333; line-height: 2; }
.article_content .right{ width: calc(25% - 15px); }
.article_content .left img{ max-width: 100%; margin:12px 0!important }
.img_one{ text-align: center; width: 100%; }
.img_one img{ max-width: 100%; }
.page_tit{ display: flex; flex-direction: column; overflow: hidden; }
.page_tit b{ display: block; font-size: 30px; color: #333333; line-height: 1.5; font-weight: normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:20px 0; border-bottom: 1px solid #f7f6f7; }
.page_tit .meta{ margin:20px 0; display: flex; align-items: center; justify-content: space-between; }
.page_tit .meta p, .page_tit .meta span{ font-size: 14px; color: #333333; line-height: 1; }
.article_content .left .param{ margin:0 0 20px; background: #f7f6f7; box-sizing: border-box; padding:30px; }
.article_content .left .param p{ font-size: 14px; color: #333333; line-height: 2; }
.prev_next{ width:100%; display: flex; flex-direction: column; }
.prev_next > div{ width:100%; padding:20px; border:1px solid #f7f6f7; font-size: 18px; color: #333333; line-height: 1; position: relative; }
.prev_next > div::before{ content: ""; display: block; width: calc(100% - 110px); height: 1px; background: #f7f6f7; position: absolute; right: 20px; top:30px; }
.prev_next > div + div{ margin-top: 20px; }
.prev_next > div a{ color: #333333; font-size: 15px; line-height: 1.6; display: block; margin-top: 20px; }
.prev_next > div a:hover{ color: var(--zhu-color); }

.relevant_news{ padding:20px; box-sizing: border-box; border:1px solid #f7f6f7; margin-top: 20px; }
.relevant_news > b{ display: inline-block; font-size: 30px; color: #333333; font-weight: bold; line-height: 1; margin: 12px 0; }
.xg_article{ display: flex; flex-direction: column; overflow: hidden; }
.xg_article li + li{ margin-top: 20px; }
.xg_article li a{ display: flex; padding:15px 0; align-items: center; justify-content: space-between; position: relative; }
.xg_article li a::after{ content: ""; display: block; width: calc(100% - 30px); height: 100%; background: #f7f6f7; position: absolute; right: 0; border-radius: 3px; z-index: -1; }
.xg_article li a .time{ border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; background: var(--zhu-color); flex-direction: column; transition: all .3s; }
.xg_article li a .time small{ font-size: 14px; color: #ffffff; line-height: 1; display: inline-block; border-bottom: 1px solid #ffffff; padding:0 0 8px; margin-bottom: 8px; }
.xg_article li a .time span{ font-size: 14px; color: #ffffff; line-height: 1; display: inline-block; }
.xg_article li a .txt{ box-sizing: border-box; padding-right: 10px; display: inline-flex; flex-direction: column; width: calc(100% - 74px); transition: all .3s; }
.xg_article li a .txt b{ display: block; font-weight: normal; margin-bottom: 10px; font-size: 15px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
.xg_article li a .txt p{ font-size: 12px; color: #333333; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.xg_article li a:hover .time{ width: 74px; transition: all .3s; background: #999; }
.xg_article li a:hover .txt{ width: calc(100% - 84px); transition: all .3s; }
.xg_article li a:hover .txt b{ color: var(--zhu-color); transition: all .3s; }
@media only screen and (max-width: 1400px){
  .article_main{ padding:25px 0; }
  .article_content .left{ width: calc(70% - 12.5px); font-size: 14px; line-height: 1.8; }
  .article_content .right{ width: calc(30% - 12.5px); }
  .page_tit b{ font-size: 28px; padding:18px 0; }
  .page_tit .meta{ margin:18px 0; }
  .page_tit .meta p, .page_tit .meta span{ font-size: 14px; }
  .article_content .left .param{ margin:0 0 18px; padding:25px; }
  .article_content .left .param p{ font-size: 14px; line-height: 2; }
  .prev_next > div{ padding:20px; font-size: 18px; }
  .prev_next > div::before{ width: calc(100% - 110px); right: 20px; top:30px; }
  .prev_next > div + div{ margin-top: 20px; }
  .prev_next > div a{ font-size: 15px; margin-top: 20px; }

  .relevant_news{ padding:20px; margin-top: 20px; }
  .relevant_news > b{ font-size: 30px; font-weight: bold; margin: 12px 0; }
  .xg_article li + li{ margin-top: 20px; }
  .xg_article li a{ padding:15px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 62px; height: 62px; }
  .xg_article li a .time small{ font-size: 14px; padding:0 0 8px; margin-bottom: 8px; }
  .xg_article li a .time span{ font-size: 14px; }
  .xg_article li a .txt{ width: calc(100% - 74px); }
}
@media only screen and (max-width: 1200px){
  .article_main{ padding:20px 0; }
  .article_content .left{ width: calc(65% - 10px); line-height: 1.6; }
  .article_content .right{ width: calc(35% - 10px); }
  .page_tit b{ font-size: 26px; padding:16px 0; }
  .page_tit .meta{ margin:16px 0; }
  .article_content .left .param{ margin:0 0 16px; padding:20px; }
  .article_content .left .param p{ line-height: 1.8; }
  .article_content .left .cotent{ font-size: 14px; line-height: 1.8; }
  .relevant_news{ padding:20px; margin-top: 20px; }
  .relevant_news > b{ font-size: 20px; }
  .xg_article li + li{ margin-top: 20px; }
  .xg_article li a{ padding:20px 20px 20px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 60px; height: 60px; }
}
@media only screen and (max-width: 992px){
  .article_main{ padding:15px 0; }
  .article_content{ flex-wrap: wrap; }
  .article_content .left{ width: 100%; line-height: 1.5; }
  .article_content .right{ width: 100%; }
  .page_tit b{ font-size: 24px; padding:14px 0; }
  .page_tit .meta{ margin:14px 0; }
  .article_content .left .param{ margin:0 0 14px; padding:15px; }
  .article_content .left .param p{ line-height: 1.6; }
  .article_content .left .cotent{ font-size: 14px; line-height: 1.6; }
  .prev_next{ margin-top: 15px; }
  .prev_next > div{ padding:18px; font-size: 17px; }
  .prev_next > div::before{ width: calc(100% - 110px); right: 20px; top:30px; }
  .prev_next > div + div{ margin-top: 18px; }
  .prev_next > div a{ font-size: 16px; margin-top: 18px; }
  .relevant_news{ padding:18px; margin-top: 18px; }
  .relevant_news > b{ font-size: 18px; }
  .xg_article li + li{ margin-top: 18px; }
  .xg_article li a{ padding:18px 18px 18px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 58px; height: 58px; }
}
@media only screen and (max-width: 768px){
  .page_tit b{ font-size: 22px; padding:12px 0; }
  .page_tit .meta{ margin:12px 0; }
  .article_content .left .param{ margin:0 0 12px; padding:15px; }
  .article_content .left .param p{ line-height: 1.5; }
  .article_content .left .cotent{ font-size: 14px; line-height: 1.5; }
  .prev_next > div{ padding:16px; font-size: 16px; }
  .prev_next > div::before{ width: calc(100% - 80px); right: 15px; top:30px; }
  .prev_next > div + div{ margin-top: 16px; }
  .prev_next > div a{ font-size: 15px; margin-top: 16px; }
  .relevant_news{ padding:16px; margin-top: 16px; }
  .relevant_news > b{ font-size: 16px; }
  .xg_article li + li{ margin-top: 16px; }
  .xg_article li a{ padding:16px 16px 16px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 56px; height: 56px; }
}
@media only screen and (max-width: 640px){
  .article_content .left{ font-size: 14px; line-height: 1.5; }
  .page_tit b{ font-size: 18px; padding:15px 0; }
  .page_tit .meta{ margin:15px 0; }
  .page_tit .meta p, .page_tit .meta span{ font-size: 14px; }
  .article_content .left .param{ margin:0 0 15px; padding:15px; }
  .article_content .left .param p{ font-size: 14px; line-height: 1.5; }
  .article_content .left .cotent{ font-size: 14px; line-height: 1.5; }
  .prev_next > div{ padding:14px; font-size: 15px; }
  .prev_next > div::before{ width: calc(100% - 80px); right: 15px; top:30px; }
  .prev_next > div + div{ margin-top: 14px; }
  .prev_next > div a{ font-size: 14px; margin-top: 14px; }
  .relevant_news{ padding:14px; margin-top: 14px; }
  .relevant_news > b{ font-size: 18px; }
  .xg_article li + li{ margin-top: 14px; }
  .xg_article li a{ padding:14px 14px 14px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 54px; height: 54px; }
  .xg_article li a .time small{ font-size: 14px; padding:0 0 6px; margin-bottom: 6px; }
  .xg_article li a .time span{ font-size: 14px; }
  .xg_article li a .txt{ width: calc(100% - 64px); }
  .xg_article li a .txt b{ margin-bottom: 10px; font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .article_content .left{ font-size: 13px; line-height: 1.5; }
  .page_tit b{ font-size: 16px; padding:15px 0; }
  .page_tit .meta{ margin:15px 0; }
  .page_tit .meta p, .page_tit .meta span{ font-size: 13px; }
  .article_content .left .param{ margin:0 0 15px; padding:15px; }
  .article_content .left .param p, .article_content .left .cotent{ font-size: 13px; line-height: 1.5; }
  .prev_next > div{ padding:12px; font-size: 14px; }
  .prev_next > div::before{ width: calc(100% - 80px); right: 15px; top:30px; }
  .prev_next > div + div{ margin-top: 12px; }
  .prev_next > div a{ font-size: 13px; margin-top: 12px; }

  .relevant_news{ padding:12px; margin-top: 12px; }
  .relevant_news > b{ font-size: 16px; font-weight: normal; }
  .xg_article li + li{ margin-top: 12px; }
  .xg_article li a{ padding:12px 12px 12px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 52px; height: 52px; }
  .xg_article li a .time small{ font-size: 13px; padding:0 0 4px; margin-bottom: 4px; }
  .xg_article li a .time span{ font-size: 13px; }
  .xg_article li a .txt{ width: calc(100% - 62px); }
  .xg_article li a .txt b{ margin-bottom: 8px; font-size: 15px; }
}
@media only screen and (max-width: 414px){
  .article_content .left{ font-size: 12px; line-height: 1.5; }
  .page_tit b{ font-size: 14px; padding:12px 0; }
  .page_tit .meta{ margin:12px 0; }
  .page_tit .meta p, .page_tit .meta span{ font-size: 12px; }
  .article_content .left .param{ margin:0 0 12px; padding:12px; }
  .article_content .left .param p, .article_content .left .cotent{ font-size: 12px; line-height: 1.5; }
  .prev_next > div{ padding:10px; font-size: 13px; }
  .prev_next > div::before{ width: calc(100% - 80px); right: 15px; top:30px; }
  .prev_next > div + div{ margin-top: 10px; }
  .prev_next > div a{ font-size: 12px; margin-top: 10px; }
  .relevant_news{ padding:10px; margin-top: 10px; }
  .relevant_news > b{ font-size: 16px; font-weight: normal; }
  .xg_article li + li{ margin-top: 10px; }
  .xg_article li a{ padding:10px 10px 10px 0; }
  .xg_article li a .time{ border-radius: 3px; width: 50px; height: 50px; }
  .xg_article li a .time small{ font-size: 12px; padding:0 0 2px; margin-bottom: 2px; }
  .xg_article li a .time span{ font-size: 12px; }
  .xg_article li a .txt{ width: calc(100% - 60px); }
  .xg_article li a .txt b{ margin-bottom: 6px; font-size: 14px; }
}


/* product_info */
.product_info{ overflow: hidden; }
.product_tit{ margin:30px 0; font-size: 36px; color: #777777; font-weight: bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 1; }
.g_focus{ display: flex; align-items: flex-start; justify-content: space-between; }
.g_focus .left{ width: calc(65% - 15px); }
.g_focus .right{ width: calc(35% - 15px); }
#gfocus{ overflow: hidden; }
#gfocus .img{ width: 100%; padding-bottom: 80%; position: relative; overflow: hidden; }
#gfocus .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }
.g_focus .right ul{ width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.g_focus .right li{ width: 100%; height: calc(33.3% - 20px); background: #dbe8ff; box-sizing: border-box; padding:60px; }
.g_focus .right li:nth-child(2){ background: #daffd9; margin:15px 0; }
.g_focus .right li p{ display: flex; align-items: flex-start; }
.g_focus .right li p:first-child{ margin-bottom: 12px; }
.g_focus .right li p span{ overflow: hidden; text-indent: -9em; width: 6px; height: 6px; background: #777777; border-radius: 50%; margin-right: 10px; position: relative; top:12px; }
.g_focus .right li p small{ font-size: 16px; color: #777777; line-height: 1.875; }
.g_focus .right li p:first-child span{ width: auto; height: auto; background: transparent; border-radius: 0; line-height: 1; font-size: 24px; color: #777777; text-indent: 0; top:0; }
.g_focus .right li p:first-child small{ font-size: 24px; color: rgba(119, 119, 119, .3); text-transform: uppercase; line-height: 1; }
.g_content{ padding:30px 0; overflow: hidden; }
.g_content > b{ font-size: 36px; color: #777777; font-weight: bold; line-height: 1; display: block; margin:30px 0; }
.g_content p{ font-size: 16px; color: #777777; line-height: 2.25; }
.g_content p + p{ margin-top: 12px; }
@media only screen and (max-width: 1500px){
  .product_tit{ margin:25px 0; font-size: 34px; }
  #gfocus .img{ height:700px; padding-bottom: 0; }
  .g_focus .left{ width: calc(65% - 7.5px); }
  .g_focus .right{ width: calc(35% - 7.5px); }
  .g_focus .right li{ height: calc(33.3% - 20px); padding:49px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:12px; }
  .g_focus .right li p small{ font-size: 16px; line-height: 1.875; }
  .g_focus .right li p:first-child span{ font-size: 24px; }
  .g_focus .right li p:first-child small{ font-size: 24px; }
  .g_content{ padding:25px 0; }
  .g_content > b{ font-size: 34px; margin:25px 0; }
  .g_content p{ font-size: 16px; line-height: 2; }
  .g_content p + p{ margin-top: 10px; }
}
@media only screen and (max-width: 1400px){
  .product_tit{ margin:20px 0; font-size: 32px; }
  #gfocus .img{ height:594px; padding-bottom: 0; }
  .g_focus .left{ width: calc(60% - 7.5px); }
  .g_focus .right{ width: calc(40% - 7.5px); }
  .g_focus .right li{ height: calc(33.3% - 20px); padding:36px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:11px; }
  .g_focus .right li p small{ font-size: 15px; line-height: 1.8; }
  .g_focus .right li p:first-child span{ font-size: 22px; }
  .g_focus .right li p:first-child small{ font-size: 22px; }
  .g_content{ padding:20px 0; }
  .g_content > b{ font-size: 32px; margin:20px 0; }
  .g_content p{ font-size: 16px; line-height: 1.8; }
  .g_content p + p{ margin-top: 10px; }
}
@media only screen and (max-width: 1200px){
  .product_tit{ margin:15px 0; font-size: 30px; }
  #gfocus .img{ height:451px; padding-bottom: 0; }
  .g_focus .left{ width: calc(60% - 7.5px); }
  .g_focus .right{ width: calc(40% - 7.5px); }
  .g_focus .right li{ height: calc(33.3% - 20px); padding:16px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:10px; }
  .g_focus .right li p small{ font-size: 14px; line-height: 1.8; }
  .g_focus .right li p:first-child span{ font-size: 20px; }
  .g_focus .right li p:first-child small{ font-size: 20px; }
  .g_content{ padding:15px 0; }
  .g_content > b{ font-size: 30px; margin:15px 0; }
  .g_content p{ font-size: 16px; line-height: 1.6; }
  .g_content p + p{ margin-top: 8px; }
}
@media only screen and (max-width: 992px){
  .product_tit{ font-size: 28px; }
  #gfocus .img{ height:auto; padding-bottom: 80%; }
  .g_focus{ display: flex; flex-direction: column; }
  .g_focus .left{ width: 100%; margin-bottom: 15px; }
  .g_focus .right{ width: 100%; }
  .g_focus .right li{ height: calc(33.3% - 20px); padding:16px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:9px; }
  .g_focus .right li p small{ font-size: 14px; line-height: 1.6; }
  .g_focus .right li p:first-child span{ font-size: 18px; }
  .g_focus .right li p:first-child small{ font-size: 18px; }
  .g_content{ padding:10px 0; }
  .g_content > b{ font-size: 28px; margin:10px 0; }
  .g_content p{ font-size: 15px; line-height: 1.6; }
  .g_content p + p{ margin-top: 8px; }
}
@media only screen and (max-width: 768px){
  .product_tit{ font-size: 26px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:8px; }
  .g_focus .right li p small{ font-size: 14px; line-height: 1.6; }
  .g_focus .right li p:first-child span{ font-size: 18px; }
  .g_focus .right li p:first-child small{ font-size: 18px; }
  .g_content > b{ font-size: 26px; }
  .g_content p{ font-size: 15px; line-height: 1.5; }
  .g_content p + p{ margin-top: 8px; }
}
@media only screen and (max-width: 640px){
  .product_tit{ font-size: 24px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:8px; }
  .g_focus .right li p small{ font-size: 13px; line-height: 1.6; }
  .g_focus .right li p:first-child span{ font-size: 16px; }
  .g_focus .right li p:first-child small{ font-size: 16px; }
  .g_content > b{ font-size: 24px; }
}
@media only screen and (max-width: 576px){
  .product_tit{ font-size: 22px; }
  .g_focus .right li p span{  width: 6px; height: 6px; margin-right: 10px; top:8px; }
  .g_focus .right li p small{ font-size: 12px; line-height: 1.6; }
  .g_focus .right li p:first-child span{ font-size: 14px; }
  .g_focus .right li p:first-child small{ font-size: 14px; }
  .g_content > b{ font-size: 22px; }
  .g_content p{ font-size: 15px; }
  .g_content p + p{ margin-top: 7px; }
}
@media only screen and (max-width: 414px){
  .product_tit{ font-size: 20px; }
  .g_content > b{ font-size: 20px; }
  .g_content p{ font-size: 14px; }
  .g_content p + p{ margin-top: 6px; }
}
@media only screen and (max-width: 640px){
  .product_tit{ font-size: 18px; }
  .g_content > b{ font-size: 18px; }
  .g_content p{ font-size: 13px; }
  .g_content p + p{ margin-top: 5px; }
}

/* contact */
.contact_way{ display: flex; align-items: flex-start; justify-content: space-between; margin:60px 0; }
.contact_way li{ width: calc(33.3% - 20px); display: flex; align-items: flex-start; }
.contact_way li span{ font-size: 32px; line-height: 1; margin-right: 12px; }
.contact_way li p{ font-size: 24px; color: #333333; line-height: 1.5; }
.contact_way li b{ display: block; font-weight: normal; font-size: 15px; color: #777777; line-height: 2; }
#dituContent{ width: 100%; height: 400px; box-sizing: border-box; border:1px solid #cccbcb; }
@media only screen and (max-width: 1400px){
  .contact_way{ margin:30px 0; }
  .contact_way li{ width: calc(33.3% - 16.6px); }
  .contact_way li span{ font-size: 30px; margin-right: 10px; }
  .contact_way li p{ font-size: 22px; }
  .contact_way li b{ font-size: 15px; line-height: 1.8; }
  #dituContent{ height: 360px; }
}
@media only screen and (max-width: 1200px){
  .contact_way{ margin:25px 0; }
  .contact_way li{ width: calc(33.3% - 13.3px); }
  .contact_way li span{ font-size: 28px; margin-right: 8px; }
  .contact_way li p{ font-size: 20px; }
  .contact_way li b{ font-size: 15px; line-height: 1.6; }
  #dituContent{ height: 380px; }
}
@media only screen and (max-width: 992px){
  .contact_way{ margin:20px 0; }
  .contact_way li{ width: calc(33.3% - 10px); }
  .contact_way li span{ font-size: 26px; margin-right: 6px; }
  .contact_way li p{ font-size: 18px; }
  .contact_way li b{ font-size: 15px; line-height: 1.5; }
  #dituContent{ height: 340px; }
}
@media only screen and (max-width: 768px){
  .contact_way{ margin:15px 0; flex-direction: column; }
  .contact_way li{ width: 100%; margin:5px 0; }
  .contact_way li span{ font-size: 26px; margin-right: 6px; }
  .contact_way li p{ font-size: 18px; }
  .contact_way li b{ font-size: 15px; line-height: 1.5; }
  #dituContent{ height: 300px; }
}
@media only screen and (max-width: 640px){
  .contact_way{ margin:10px 0; }
  .contact_way li span{ font-size: 24px; margin-right: 5px; }
  .contact_way li p{ font-size: 16px; }
  .contact_way li b{ font-size: 14px; line-height: 1.5; }
  #dituContent{ height: 280px; }
}
@media only screen and (max-width: 576px){
  .contact_way li span{ font-size: 22px; margin-right: 5px; }
  .contact_way li p{ font-size: 14px; }
  .contact_way li b{ font-size: 13px; line-height: 1.5; }
  #dituContent{ height: 260px; }
}
@media only screen and (max-width: 414px){
  .contact_way li span{ font-size: 20px; margin-right: 5px; }
  .contact_way li p{ font-size: 13px; }
  .contact_way li b{ font-size: 12px; }
  #dituContent{ height: 240px; }
}

/* contact_form */
.contact_form{ margin:30px 0;  }
.contact_form .two{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.contact_form .two input, .contact_form .two .code{ width: calc(50% - 15px); position: relative; background: #f7f6f7; box-sizing: border-box; padding:13px 20px; }
.contact_form .two input{ font-size: 18px; color: #333333; line-height: 1; }
.contact_form .two .code{ padding:0; }
.contact_form .two .code img{ position: absolute; height: 100%; position: absolute; right: 0; top:0; }
.contact_form .two .code input{ width: calc(100% - 160px); }
.contact_form textarea{ width: 100%; height: 150px; background: #f7f6f7; font-size: 18px; color: #333333; line-height: 1; box-sizing: border-box; padding:20px; }
.contact_form .submit{ margin-top: 30px; transition: all .3s; display: flex; align-items: center; justify-content: center; padding:16px 0; background: var(--zhu-color); font-size: 18px; color: #ffffff; line-height: 1; }
.contact_form .submit:hover{ transition: all .3s; background: var(--pei-color); }
@media only screen and (max-width: 1500px){
  .contact_form{ margin:25px 0;  }
  .contact_form .two{ margin-bottom: 30px; }
  .contact_form .two input, .contact_form .two .code{ width: calc(50% - 10px); padding:12px 20px; }
  .contact_form .two input{ font-size: 18px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); }
  .contact_form textarea{ height: 150px; font-size: 18px; padding:18px; }
  .contact_form .submit{ margin-top: 30px; padding:16px 0; font-size: 18px; }
}
@media only screen and (max-width: 1400px){
  .contact_form{ margin:20px 0;  }
  .contact_form .two{ margin-bottom: 25px; }
  .contact_form .two input, .contact_form .two .code{ width: calc(50% - 7.5px); padding:12px 20px; }
  .contact_form .two input{ font-size: 17px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); }
  .contact_form textarea{ height: 150px; font-size: 17px; padding:15px; }
  .contact_form .submit{ margin-top: 25px; padding:15px 0; font-size: 17px; }
}
@media only screen and (max-width: 1200px){
  .contact_form{ margin:15px 0;  }
  .contact_form .two{ margin-bottom: 20px; }
  .contact_form .two input, .contact_form .two .code{ width: calc(50% - 7.5px); padding:10px 18px; }
  .contact_form .two input{ font-size: 16px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); }
  .contact_form textarea{ height: 150px; font-size: 16px; padding:13px; }
  .contact_form .submit{ margin-top: 20px; padding:15px 0; font-size: 16px; }
}
@media only screen and (max-width: 992px){
  .contact_form{ margin:10px 0;  }
  .contact_form .two{ margin-bottom: 15px; }
  .contact_form .two input, .contact_form .two .code{ width: calc(50% - 7.5px); padding:8px 16px; }
  .contact_form .two input{ font-size: 15px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); }
  .contact_form textarea{ height: 150px; font-size: 15px; padding:13px; }
  .contact_form .submit{ margin-top: 15px; padding:15px 0; font-size: 15px; }
}
@media only screen and (max-width: 768px){
  .contact_form{ margin:5px 0;  }
  .contact_form .two input, .contact_form .two .code{ width: calc(50% - 7.5px); padding:8px 14px; }
  .contact_form .two input{ font-size: 15px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); }
  .contact_form textarea{ height: 150px; font-size: 15px; padding:12px; }
  .contact_form .submit{ margin-top: 15px; padding:15px 0; font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .contact_form{ margin:0;  }
  .contact_form .two{ display: flex; flex-direction: column; margin-bottom: 0; }
  .contact_form .two input, .contact_form .two .code{ width: 100%; padding:8px 14px; }
  .contact_form .two input{ font-size: 15px; margin-bottom: 15px; }
  .contact_form .two .code{ padding:0; }
  .contact_form .two .code input{ width: calc(100% - 160px); margin-bottom: 0; }
  .contact_form textarea{ height: 150px; font-size: 15px; padding:12px; margin-top: 15px; }
  .contact_form .submit{ margin-top: 15px; padding:15px 0; font-size: 15px; }
}
@media only screen and (max-width: 576px){
  .contact_form .two input{ font-size: 14px; margin-bottom: 15px; }
  .contact_form .two .code{ padding:0; }
  .contact_form textarea{ height: 150px; font-size: 14px; padding:12px; margin-top: 15px; }
  .contact_form .submit{ margin-top: 15px; padding:15px 0; font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .contact_form .two input{ font-size: 13px; margin-bottom: 15px; }
  .contact_form .two .code{ padding:0; }
  .contact_form textarea{ height: 150px; font-size: 13px; padding:10px; margin-top: 15px; }
  .contact_form .submit{ margin-top: 15px; padding:15px 0; font-size: 13px; }
}

/* jobs */
.jobs{ width: 100%; overflow: hidden; }
.jobs_list{ width: 100%; display: flex; flex-direction: column; }
.jobs_list .jobs_tit{ background: var(--zhu-color); display: flex; align-items: center; justify-content: space-between; }
.jobs_list .jobs_tit span{ display: inline-flex; width: 16.6%; align-items: center; justify-content: center; padding:40px 15px; font-size: 18px; color: #ffffff; line-height: 1; }
.jobs_list .jobs_tit span + span{ border-left: 1px solid #6b87b6; }
.jobs_list .jobs_li{ display: flex; align-items: center; justify-content: space-between; }
.jobs_list .jobs_li span, .jobs_list .jobs_li a{ transition: all .3s; display: inline-flex; width: 16.6%; align-items: center; justify-content: center; padding:40px 15px; font-size: 18px; color: #777777; line-height: 1; }
.jobs_list .jobs_li a:hover{ transition: all .3s; color: var(--zhu-color); }
.jobs_list .jobs_li a{ border-left: 1px solid #eeedee; }
.jobs_list li{ background: #f7f6f7; }
.jobs_list li:nth-child(odd){ background: #ffffff; }
.jobs_info{ width: 100%; overflow: hidden; position: relative; }
.jobs_info::after{ content: "join"; font-size: 200px; color: rgba(119, 119, 119, .05); font-family: "ZTQ"; text-transform: uppercase; position: absolute; right: 0; top:0; transform: rotate(-15deg); }
.jobs_info .jobs_tit{ display: block; width: 100%; }
.jobs_info .jobs_tit b{ font-weight: normal; font-size: 36px; color: #333333; padding:20px 0; border-bottom: 1px solid #333333; display: inline-block; line-height: 1; }
.jobs_info .jobs_tit .meta{ margin:30px 0; display: flex; align-items: center; justify-content: space-between; }
.jobs_info .jobs_tit .meta .txt span{ display: inline-flex; align-items: center; justify-content: center; padding:15px; border:1px solid #cdcccd; font-size: 15px; color: #333333; line-height: 1; }
.jobs_info .jobs_tit .meta .txt span + span{ margin-left: 30px; }
.jobs_info .jobs_tit .meta .time{ display: flex; align-items: center; font-size: 15px; color: #333333; line-height: 1; }
.jobs_info .jobs_tit .meta .time span{ display: inline-block; font-size: 32px; color: #333333; line-height: 1; margin-right: 12px; }
.jobs_info .info{ overflow: hidden; }
.jobs_info .info strong{ display: block; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin:15px 0; position: relative; }
.jobs_info .info strong::before{ content: ""; display: block; width: 92%; height: 1px; background: var(--zhu-color); line-height: 1; position: absolute; top:50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.jobs_info .info p{ font-size: 15px; color: #999999; line-height: 2; }
.jobs_info .info a{ display: inline-flex; margin-top: 30px; align-items: center; justify-content: center; padding:15px 36px; font-size: 14px; color: #ffffff; line-height: 1; background: var(--zhu-color); transition: all .3s; border-radius: 3px; }
.jobs_info .info a:hover{ transition: all .3s; background: var(--pei-color); }
@media only screen and (max-width: 1500px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 16.6%; padding:30px 15px; font-size: 17px; }
  
  .jobs_info::after{ font-size: 180px;  }
  .jobs_info .jobs_tit b{ font-size: 30px; padding:18px 0; }
  .jobs_info .jobs_tit .meta{ margin:25px 0; }
  .jobs_info .jobs_tit .meta .txt span{ padding:14px; font-size: 14px; }
  .jobs_info .jobs_tit .meta .txt span + span{ margin-left: 25px; }
  .jobs_info .jobs_tit .meta .time{ font-size: 15px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 30px; margin-right: 10px; }
  .jobs_info .info strong{ font-size: 22px; margin:13px 0; }
  .jobs_info .info strong::before{ width: 92%; }
  .jobs_info .info p{ font-size: 15px; line-height: 1.8; }
  .jobs_info .info a{ margin-top: 25px; padding:15px 36px; font-size: 14px; }
}
@media only screen and (max-width: 1400px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 16.6%; padding:25px 15px; font-size: 16px; }
  .jobs_info::after{ font-size: 160px;  }
  .jobs_info .jobs_tit b{ font-size: 28px; padding:16px 0; }
  .jobs_info .jobs_tit .meta{ margin:20px 0; }
  .jobs_info .jobs_tit .meta .txt span{ padding:13px; font-size: 13px; }
  .jobs_info .jobs_tit .meta .txt span + span{ margin-left: 20px; }
  .jobs_info .jobs_tit .meta .time{ font-size: 15px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 28px; margin-right: 8px; }
  .jobs_info .info strong{ font-size: 20px; margin:11px 0; }
  .jobs_info .info strong::before{ width: 92%; }
  .jobs_info .info p{ font-size: 15px; line-height: 1.6; }
  .jobs_info .info a{ margin-top: 20px; padding:15px 36px; font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 16.6%; padding:20px 15px; font-size: 15px; }
  .jobs_info::after{ font-size: 140px;  }
  .jobs_info .jobs_tit b{ font-size: 26px; padding:14px 0; }
  .jobs_info .jobs_tit .meta{ margin:15px 0; }
  .jobs_info .jobs_tit .meta .txt span{ padding:11px; font-size: 12px; }
  .jobs_info .jobs_tit .meta .txt span + span{ margin-left: 15px; }
  .jobs_info .jobs_tit .meta .time{ font-size: 14px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 26px; margin-right: 6px; }
  .jobs_info .info strong{ font-size: 18px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 92%; }
  .jobs_info .info p{ font-size: 14px; line-height: 1.5; }
  .jobs_info .info a{ margin-top: 15px; padding:14px 34px; font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 16.6%; padding:15px 15px; font-size: 14px; }
  .jobs_info::after{ font-size: 120px;  }
  .jobs_info .jobs_tit b{ font-size: 24px; padding:12px 0; }
  .jobs_info .jobs_tit .meta .txt span{ padding:8px; font-size: 12px; }
  .jobs_info .jobs_tit .meta .txt span + span{ margin-left: 10px; }
  .jobs_info .jobs_tit .meta .time{ font-size: 14px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 24px; }
  .jobs_info .info strong{ font-size: 16px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 90%; }
  .jobs_info .info p{ font-size: 14px; line-height: 1.5; }
  .jobs_info .info a{ margin-top: 15px; padding:14px 34px; font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 20%; }
  .jobs_list .jobs_tit span:nth-child(5), .jobs_list .jobs_li span:nth-child(5){ display: none; }
  .jobs_info .jobs_tit .meta .txt span + span{ margin-left: 5px; }
  .jobs_info::after{ font-size: 100px;  }
  .jobs_info .jobs_tit b{ font-size: 22px; padding:10px 0; }
  .jobs_info .jobs_tit .meta .time{ font-size: 14px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 22px; }
  .jobs_info .info strong{ font-size: 14px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 88%; }
  .jobs_info .info p{ font-size: 14px; line-height: 1.5; }
  .jobs_info .info a{ padding:12px 32px; font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 25%; }
  .jobs_list .jobs_tit span:nth-child(4), .jobs_list .jobs_li span:nth-child(4){ display: none; }
  .jobs_info::after{ font-size: 80px;  }
  .jobs_info .jobs_tit b{ font-size: 20px; padding:10px 0; }
  .jobs_info .jobs_tit .meta{ flex-direction: column; align-items: flex-start; }
  .jobs_info .jobs_tit .meta .time{ margin-top: 10px; font-size: 14px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 20px; }
  .jobs_info .info strong{ font-size: 14px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 86%; }
  .jobs_info .info p{ font-size: 14px; line-height: 1.5; }
  .jobs_info .info a{ padding:12px 32px; font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 25%; padding:10px; font-size: 13px; }
  .jobs_info::after{ font-size: 60px;  }
  .jobs_info .jobs_tit b{ font-size: 18px; padding:10px 0; }
  .jobs_info .jobs_tit .meta .time{ font-size: 13px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 18px; }
  .jobs_info .info strong{ font-size: 13px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 84%; }
  .jobs_info .info p{ font-size: 13px; line-height: 1.5; }
  .jobs_info .info a{ padding:12px 32px; font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .jobs_list .jobs_tit span, .jobs_list .jobs_li span, .jobs_list .jobs_li a{ width: 33.3%; font-size: 12px; }
  .jobs_list .jobs_tit span:nth-child(2), .jobs_list .jobs_li span:nth-child(2){ display: none; }
  .jobs_info::after{ font-size: 40px;  }
  .jobs_info .jobs_tit b{ font-size: 16px; padding:10px 0; }
  .jobs_info .jobs_tit .meta .time{ font-size: 12px; }
  .jobs_info .jobs_tit .meta .time span{ font-size: 16px; }
  .jobs_info .info strong{ font-size: 12px; margin:9px 0; }
  .jobs_info .info strong::before{ width: 82%; }
  .jobs_info .info p{ font-size: 12px; line-height: 1.5; }
  .jobs_info .info a{ padding:10px 30px; font-size: 12px; }
}

/* strength_tit */
.strength_tit{ margin:30px 0; font-size: 30px; color: var(--zhu-color); line-height: 1; display: flex; align-items: center; justify-content: center; }
@media only screen and (max-width: 1500px){
  .strength_tit{ margin:25px 0; font-size: 28px; }
}
@media only screen and (max-width: 1400px){
  .strength_tit{ margin:20px 0; font-size: 26px; }
}
@media only screen and (max-width: 1200px){
  .strength_tit{ margin:15px 0; font-size: 24px; }
}
@media only screen and (max-width: 992px){
  .strength_tit{ font-size: 22px; }
}
@media only screen and (max-width: 768px){
  .strength_tit{ font-size: 20px; }
}
@media only screen and (max-width: 640px){
  .strength_tit{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .strength_tit{ font-size: 17px; }
}
@media only screen and (max-width: 414px){
  .strength_tit{ font-size: 16px; }
}

/* company_advantage */
#company_advantage{ overflow: hidden; }
#company_advantage .bd{ border-top: 1px solid #f7f6f7; border-bottom: 1px solid #f7f6f7; position: relative; }
#company_advantage .bd::after{ content: ""; display: block; width: 100%; height: 1px; background: #f7f7f7; position: absolute; left:0; top:50%; }
.advantage_list{ display: flex; flex-wrap: wrap; overflow: hidden; }
.advantage_list li{ width: 33.3%; box-sizing: border-box; padding:40px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.advantage_list li + li{ border-left: 1px solid #f7f7f7; }
.advantage_list li span{ font-size: 86px; color: #777777; line-height: 1; transition: all .3s; position: relative; top:60px; }
.advantage_list li b{ font-size: 24px; color: #333333; line-height: 1; margin:30px 0; transition: all .3s; position: relative; top:60px; }
.advantage_list li p{ height: 112px; opacity: 0; font-size: 14px; color: #777777; line-height: 2; text-align: center; transition: all .3s; }
.advantage_list li:hover{ padding:40px; transition: all .3s; }
.advantage_list li:hover span{ color: var(--pei-color); transition: all .3s; position: relative; top:0; }
.advantage_list li:hover b{ color: var(--pei-color); transition: all .3s; position: relative; top:0; }
.advantage_list li:hover p{ opacity: 1; transition: all .3s; }
@media only screen and (max-width: 1500px){
  .advantage_list li{ width: 33.3%; padding:35px; }
  .advantage_list li span{ font-size: 80px; top:55px; }
  .advantage_list li b{ font-size: 22px; margin:25px 0; top:55px; }
  .advantage_list li p{ height: 101px; font-size: 14px; line-height: 1.8; }
  .advantage_list li:hover{ padding:35px; }
}
@media only screen and (max-width: 1400px){
  .advantage_list li{ width: 33.3%; padding:30px; }
  .advantage_list li span{ font-size: 74px; top:50px; }
  .advantage_list li b{ font-size: 20px; margin:20px 0; top:50px; }
  .advantage_list li p{ height: 101px; font-size: 14px; line-height: 1.6; }
  .advantage_list li:hover{ padding:30px; }
}
@media only screen and (max-width: 1200px){
  .advantage_list li{ width: 33.3%; padding:25px; }
  .advantage_list li span{ font-size: 68px; top:45px; }
  .advantage_list li b{ font-size: 18px; margin:15px 0; top:45px; }
  .advantage_list li p{ height: 101px; font-size: 13px; line-height: 1.5; }
  .advantage_list li:hover{ padding:25px; }
}
@media only screen and (max-width: 992px){
  #company_advantage .bd{ border-bottom: 0; }
  #company_advantage .bd::after{ display: none; }
  .advantage_list li{ width:50%; position: relative; padding:40px 20px; border-bottom: 1px solid #f7f7f7; }
  .advantage_list li span{ font-size: 62px; top:0; }
  .advantage_list li b{ font-size: 16px; font-weight: normal; margin:15px 0; top:0; }
  .advantage_list li p{ position: absolute; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding:30px; height: 100%; width: 100%; position: absolute; top:100%; transition: all .3s; background: #f1f1f1; font-size: 13px; }
  .advantage_list li:hover{ padding:20px; }
  .advantage_list li:hover p{ transition: all .3s; top:0; }
}
@media only screen and (max-width: 768px){
  .advantage_list li{ padding:15px; }
  .advantage_list li span{ font-size: 56px; }
  .advantage_list li b{ font-size: 15px; margin:10px 0; }
  .advantage_list li p{ font-size: 13px; }
  .advantage_list li:hover{ padding:15px; }
}
@media only screen and (max-width: 640px){
  .advantage_list li span{ font-size: 50px; }
  .advantage_list li b{ font-size: 14px; margin:5px 0; }
  .advantage_list li p{ font-size: 12px; }
}
@media only screen and (max-width: 576px){
  .advantage_list li span{ font-size: 44px; }
  .advantage_list li p{ display: none; }
}
@media only screen and (max-width: 414px){
  .advantage_list li span{ font-size: 38px; }
}

/* company_quality */
#company_quality{ overflow: hidden; }
#company_quality .bd{ width: 100%; overflow: hidden; position: relative; }
#quality{ overflow: hidden; padding:0 30px; }
#quality a{ display: flex; padding-bottom: 64%; overflow: hidden; flex-direction: column; position: relative; }
#quality a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#quality a b{ transition: all .3s ease; font-weight: normal; display: inline-block; padding:15px 30px; width: 40%; background: linear-gradient(254deg, transparent 10%, #777777 10%) 0 0; line-height: 1; font-size: 22px; color: #ffffff; position: absolute; left:0; bottom:0; z-index: 3; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#quality a:hover img{ transition: all .3s; transform: scale(1.05); }
#quality a:hover b{ transition: all .3s ease; width: 120%; background: var(--pei-color); }
#quality .swiper-button-next, #quality .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px; }
#quality .swiper-button-next::after, #quality .swiper-button-prev::after{ display: none; }
#quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 60px; color: #cdcdcd; line-height: 1; transition: all .3s; }
#quality .swiper-button-next:hover span, #quality .swiper-button-prev:hover span{ color: var(--pei-color); transition: all .3s; }
@media only screen and (max-width: 1500px){
  #quality a b{ padding:14px 28px; font-size: 20px; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 55px; height: 55px; margin-top: -27.5px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 55px; }
}
@media only screen and (max-width: 1400px){
  #quality{ padding:0 25px; }
  #quality a b{ padding:13px 26px; font-size: 18px; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 50px; height: 50px; margin-top: -25px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 50px; }
}
@media only screen and (max-width: 1200px){
  #quality{ padding:0 20px; }
  #quality a b{ padding:12px 24px; font-size: 16px; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 45px; height: 45px; margin-top: -22.5px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 45px; }
}
@media only screen and (max-width: 992px){
  #quality{ padding:0 15px; }
  #quality a b{ padding:11px 22px; font-size: 14px; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 40px; height: 40px; margin-top: -20px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 40px; }
}
@media only screen and (max-width: 768px){
  #quality a b{ padding:10px 20px; font-size: 13px; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 35px; height: 35px; margin-top: -17.5px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 35px; }
}
@media only screen and (max-width: 640px){
  #quality a b{ padding:8px 15px; font-size: 12px; width: 50%; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 30px; height: 30px; margin-top: -15px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 30px; }
}
@media only screen and (max-width: 576px){
  #quality a b{ padding:6px 12px; font-size: 12px; width: 60%; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 25px; height: 25px; margin-top: -12.5px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 25px; }
}
@media only screen and (max-width: 414px){
  #quality a b{ padding:5px 10px; font-size: 12px; width: 70%; }
  #quality .swiper-button-next, #quality .swiper-button-prev{ width: 20px; height: 20px; margin-top: -10px; }
  #quality .swiper-button-next span, #quality .swiper-button-prev span{ font-size: 20px; }
}

















/* 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; word-break: break-all; white-space: normal; text-align: center; line-height: 1.3; }
}
@media only screen and (max-width: 576px){
  .honor_list a .txt span{ font-size: 24px; }
}

/*kehu*/
.kehu{overflow: hidden;}
.kehu .bd{width:100%;overflow: hidden;margin-bottom: 30px}
.kehu .bd a{width:100%;display: block;border:solid 1px #eee;}
.kehu .bd a .img{width:100%;padding-bottom: 50%;position: relative;}
.kehu .bd a .img img{width:100%;height: 100%;object-fit: contain;position: absolute;top:0;left:0;}
.kehu .bd a p{font-size:16px;text-align: center;padding:10px;color:#666;}
.kehu .bd a:hover{border:solid 1px var(--zhu-color);}
.kehu .bd a:hover p{color:var(--zhu-color);}

@media(max-width: 576px){
  .kehu .bd{padding:0 60px;}
  .kehu .bd a p{font-size:14px;}
}

/*kehu_list*/
.kehu_list{width:100%;overflow: hidden;margin-bottom: 30px}
.kehu_list li{width:calc(calc(100% - 120px)/4);margin:15px;float: left;border:solid 1px #eee;padding:;}
.kehu_list li a{padding:15px;display: block;}
.kehu_list li a .img{position:relative;width:100%;padding-bottom: 50%;}
.kehu_list li a .img img{position: absolute;width:100%;height: 100%;object-fit: contain;}
.kehu_list li a p{text-align: center;font-size:16px;padding:15px 15px 5px;color:#666;}
.kehu_list li:hover{border:solid 1px var(--zhu-color);}
.kehu_list li:hover a p{color:var(--zhu-color);}


@media(max-width: 992px){
  .kehu_list li{width:calc(calc(100% - 90px)/3);}
}

@media(max-width: 768px){
  .kehu_list li{width:calc(calc(100% - 60px)/2);}
}
@media(max-width: 576px){
  .kehu_list li{width:calc(calc(100% - 20px)/2);margin:5px;}
  .kehu_list li a{padding:5px;}
  .kehu_list li a p{font-size:14px;padding:10px 10px 5px;}
  .case .inner{padding:0;}
}


/*ptype*/
.ptype{padding:30px 30px 0;overflow: hidden;}
.ptype ul{display: flex;flex-direction: row;justify-content: space-between;}
.ptype ul li{width:calc(calc(100% - 30px)/2);padding:30px;border:solid 1px #eee;}
.ptype ul li .hd{text-align: center;}
.ptype ul li .hd a{font-weight: bold;color:#222;font-size:24px;}
.ptype ul li .bd{text-align: center;margin-top: 30px;}
.ptype ul li .bd a{color:#999;font-size:16px;padding:5px 15px;display: inline-block;}
.ptype ul li a:hover{color:var(--zhu-color);}
@media(max-width: 1200px){
  .ptype ul li{padding:30px 15px;}
  .ptype ul li .bd{margin-top: 20px;}
}
@media(max-width: 992px){
  .ptype{padding:30px 0px 0;}
}
@media(max-width:576px){
  .ptype ul{flex-direction: column;}
  .ptype ul li{width:100%;padding:15px;margin-top: 5px}
  .ptype ul li .hd a{font-size:20px;}
  .ptype ul li .bd{margin-top: 10px}
  .ptype ul li .bd a{font-size:14px;padding:5px;}
}