@charset "utf-8";

/*-- 全局reset

-------------------------------------------*/

/* 引入外部图标样式 */

@font-face {

  font-family: 'iconfont';

  src: url('./fonts/iconfont.woff2?t=1661847106076') format('woff2'),

       url('./fonts/iconfont.woff?t=1661847106076') format('woff'),

       url('./fonts/iconfont.ttf?t=1661847106076') 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: BOD; src: url('./fonts/BOD.otf'); }

/*清除内外边距*/

h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}

/*设置默认字体*/

:focus{outline: 0;}

ul,

ol{list-style: none;}

/*重置图片元素*/

address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}

abbr, acronym{border: 0; font-variant: normal;}

input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}

code, kbd, samp, tt{font-size: 100%;}

/*修改滚动条*/

::-webkit-scrollbar{width:6px; height:6px ;}

::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}

::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}

textarea{resize: none;}

button:active, button:focus{ border:none; outline:0; }

/* 网站色值设置 */

body{--zhu-color:#f2a7be;--pei-color:#c8a062;}

.inner{ width: 1400px; margin:0 auto; }

@media only screen and (max-width: 1400px){

  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }

}



/*page*/

.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 20px 0; width: 100%; clear: both; }

.de-page-mian .page-inner{display: inline-block; overflow: hidden;}

.de-page-mian .page-inner a{ display: block; float: left; width: 36px; height: 36px; color: #646566; border:1px solid #646566; text-align: center; line-height: 36px; font-size: 14px; margin:0 2px; overflow: hidden; border-radius: 3px; }

.de-page-mian .page-inner a.active,

.de-page-mian .page-inner a:hover{ transition: all .3s; background: var(--zhu-color); border-color: var(--zhu-color); color: #ffffff; }

.de-page-mian .page-inner a.prev{ width: 80px; margin-right: 10px; background: #fff; color: #dedede; border-color: #dedede; }

.de-page-mian .page-inner a.prev::before{ content: "上一页";}

.de-page-mian .page-inner a.prev.on::before{ color: #646566; }

.de-page-mian .page-inner a.prev.on{ border-color: #646566; }

.de-page-mian .page-inner a.prev:hover{ transition: all .3s; background: #fff; }

.de-page-mian .page-inner a.prev.on:hover{ transition: all .3s; background: #edeef0; }



.de-page-mian .page-inner a.next{ width: 80px; margin-right: 10px; background: #fff; color: #dedede; border-color: #dedede; }

.de-page-mian .page-inner a.next::before{ content: "下一页";}

.de-page-mian .page-inner a.next.on::before{ color: #646566; }

.de-page-mian .page-inner a.next.on{ border-color: #646566; }

.de-page-mian .page-inner a.next:hover{ transition: all .3s; background: #fff; }

.de-page-mian .page-inner a.next.on:hover{ transition: all .3s; background: #edeef0; }



.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}

.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}

.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; border-radius: 5px; }

@media only screen and (max-width: 774px){

  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{ display: none; }

}



/*down*/

.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: none; z-index: 9999;}

.down li{width: 25%; box-sizing: border-box; text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}

.down li + li{ border-left: solid 1px #ffffff; }

.down li a{color: #ffffff;}

.down .current{border-right: none;}

.down li img{max-width: 25px;height: 25px;}

.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 999999;}

.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}

.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }

.plugin-fixed-call .child:hover{width:160px;background: #000;}

.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}

.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}

/*.plugin-fixed-call .fixedQQ{bottom:92px;}*/

.plugin-fixed-call .fixedCall{bottom:46px;}

.plugin-fixed-call .fixedTel{bottom:0px;}

.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:92px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}

.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}




.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}

.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}

.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}

.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}

@media only screen and (max-width: 768px){

  .down{ display: block; }

  .plugin-fixed-call{ display: none; }

}



/*no-goods*/

.no-goods{ width: 100%;}

.no-goods,.no-network{padding:50px 0; overflow: hidden; text-align: center;}

.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}

.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}





/* h_top */

.h_top{ width: 100%; position: fixed; top:0; z-index: 33; box-sizing: border-box; background: #ffffff; box-shadow: 0 0 18px rgba(0, 0, 0, .13); }

.h_top .row{ display: flex; align-items: center; justify-content: space-between; }

.h_top .logo{ display: flex; width: 330px; height: 100%; align-items: center; position: relative; z-index: 35; }

.h_top .logo img{ max-width: 100%; margin-right: 6px; position: relative; }

.h_top .logo .txt{ display: flex; flex-direction: column; position: relative; }

.h_top .logo .txt b{ display: block; margin:8px 0; letter-spacing: 6px; font-size: 36px; color: #865731; line-height: 1; font-family: "Microsoft Yahei"; }

.h_top .logo .txt span{ font-size: 24px; font-family: "Adobe 黑体 Std"; color: #a28332; text-transform: capitalize; line-height: 1; }

.h_top .nav{ width: calc(100% - 330px); display: flex; height:100%; align-items: center; justify-content: space-between; }

.h_top .nav > li{ width: 12.5%; height: 100%; display: inline-flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }

.h_top .nav > li::before{ content: ""; display: block; width: 0; height: 2px; background: var(--zhu-color); position: absolute; left:50%; bottom: 0; transition: all .3s; z-index: 35; }

.h_top .nav > li > a{ line-height: 1; display: block; padding:40px 20px; font-size: 18px; color: #333333; transition: all .3s; position: relative; z-index: 35; white-space: nowrap; }

.h_top .nav > li > a:hover{ transition: all .3s; color: var(--zhu-color); }

.h_top .nav > li .drop_menu{ width: 120%; position: absolute; left:-10%; top:120%; opacity: 0; padding:5px 0; transition: all .3s; background: #ffffff; z-index: 36; box-shadow: 0 0 7px 2px rgb(0 0 0 / 20%); border-radius: 5px; }

.h_top .nav > li .drop_menu::before{ content: ""; width:0; height:0; border-left:12px solid transparent; border-right:12px solid transparent; border-bottom:12px solid #fff; position: absolute; top:-12px; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.h_top .nav > li:hover{ overflow: visible; }

.h_top .nav > li:hover .drop_menu{ top:100%; transition: all .3s; opacity: 1; }

.h_top .nav > li:hover::before{ transition: all .3s; width: 100%; left:0; }

.h_top .drop_menu li{ display: block; }

.h_top .drop_menu li a{ transition: all .3s; display: block; box-sizing: border-box; text-align: center; padding:15px; font-size: 14px; color:#666; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.h_top .drop_menu li a:hover{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }

.scrolled_top{ background: #fff; z-index: 9999; }

.scrolled_top .nav > li > a{ padding:36px 20px; }

.scrolled_top .search{ padding:30px 22px; }

.no_index .h_top{ position: relative; z-index: 2; }

@media only screen and (max-width: 1450px){

  .h_top .logo .txt span{ font-size: 26px; }

}

@media only screen and (max-width: 1400px){

  .h_top .logo{ width: 220px; }

  .h_top .nav{ width: calc(100% - 240px); }

  .h_top .nav > li > a{ padding:35px 20px; }

  .h_top .logo .txt b{ font-size: 32px; letter-spacing: 0; display: inline-block; }

  .h_top .logo .txt span{ font-size: 20px; }

}

@media only screen and (max-width: 1200px){

  .h_top .logo{ width: 180px; }

  .h_top .nav{ width: calc(100% - 200px); }

  .h_top .nav > li > a{ padding:30px 15px; font-size: 16px; }

  .h_top .logo img{ max-width: 36%; }

  .h_top .logo .txt b{ font-size: 30px; margin:4px 0; }

  .h_top .logo .txt span{ font-size: 18px; }

}

@media only screen and (max-width: 992px){

  .h_top{ position: static; }

  .h_top .row{ flex-direction: column; }

  .h_top .logo{ width: 100%; height: 80px; justify-content: center; padding: 12px 0; }

  .h_top .logo img{ height: 100%; }

  .h_top .nav{ width: 100%; }

  .h_top .nav > li > a{ padding:20px 0; }

  .h_top::before{ display: none; }

}

@media only screen and (max-width: 768px){

  .h_top .inner{ padding:0; }

  .h_top .nav{ flex-wrap: wrap; border:1px solid var(--zhu-color); }

  .h_top .nav > li{ width: 25%; border-right: 1px solid var(--zhu-color); border-bottom: 1px solid var(--zhu-color); }

  .h_top .nav > li:nth-child(4), .h_top .nav > li:nth-child(8){ border-right: 0; }

  .h_top .nav > li:nth-child(5), .h_top .nav > li:nth-child(6), .h_top .nav > li:nth-child(7), .h_top .nav > li:nth-child(8){ border-bottom: 0; }

  .h_top .nav > li > a{ font-size: 14px; padding:14px 0; display: block; width: 100%; text-align: center; }

  .h_top .nav > li .drop_menu{ display: none; }

  .h_top .nav > li:hover::before{ display: none; }

}

@media only screen and (max-width: 640px){

  .h_top .logo{ height: 70px; }

  .h_top .logo .txt b{ font-size: 26px; margin:4px 0; }

  .h_top .logo .txt span{ font-size: 15px; }

}

@media only screen and (max-width: 576px){

  .h_top .logo{ height: 60px; }

  .h_top .logo{ padding: 10px 0; }

  .h_top .nav > li > a{ font-size: 13px; padding:13px 0; }

}

@media only screen and (max-width: 414px){

  .h_top .nav > li > a{ font-size: 12px; padding:12px 0; }

  .h_top .logo .txt b{ font-size: 22px; margin:2px 0; }

  .h_top .logo .txt span{ font-size: 13px; }

}



html.hc-yscroll { overflow-y: scroll }

body.hc-nav-open { position: fixed; width: 100%; min-height: 100% }

.hc-mobile-nav { display: none; position: fixed; top: 0; height: 100%; z-index: 9999; overscroll-behavior: none }

.hc-mobile-nav.is-ios * { cursor: pointer !important }

.hc-mobile-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 280px; max-width: 100%; height: 100%; transition: transform .4s ease }

.hc-mobile-nav .nav-wrapper { width: 100% }

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 { position: static; height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }

.hc-mobile-nav ul { list-style: none; margin: 0; padding: 0 }

.hc-mobile-nav li { position: relative; display: block }

.hc-mobile-nav li.level-open>.nav-wrapper { visibility: visible }

.hc-mobile-nav input[type="checkbox"] { display: none }

.hc-mobile-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer }

.hc-mobile-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer }

.hc-mobile-nav a,

.hc-mobile-nav a:hover { text-decoration: none }

.hc-mobile-nav.disable-body:not(.nav-open)::after { pointer-events: none }

.hc-mobile-nav.disable-body::after,

.hc-mobile-nav.disable-body .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease }

.hc-mobile-nav.disable-body.nav-open::after,

.hc-mobile-nav.disable-body .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s }

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after { display: none }

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s }

.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none }

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease }

.hc-mobile-nav.nav-levels-overlap ul ul { height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent { position: static }

.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transition: transform .4s ease }

.hc-mobile-nav.side-left { left: 0 }

.hc-mobile-nav.side-left .nav-container { left: 0; transform: translate3d(-100%, 0, 0) }

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(-40px, 0, 0) }

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) }

.hc-mobile-nav.side-right { right: 0 }

.hc-mobile-nav.side-right .nav-container { right: 0; transform: translate3d(100%, 0, 0) }

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(40px, 0, 0) }

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) }

.hc-mobile-nav.nav-open .nav-container { transform: translate3d(0, 0, 0) }

.hc-nav-trigger { position: absolute; cursor: pointer; display: none; top: 20px; z-index: 9980; min-height: 24px }

.hc-nav-trigger span { width: 30px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }

.hc-nav-trigger span,

.hc-nav-trigger span::before,

.hc-nav-trigger span::after { position: absolute; left: 0; height: 4px; background: #34495E; transition: all .2s ease }

.hc-nav-trigger span::before,

.hc-nav-trigger span::after { content: ''; width: 100% }

.hc-nav-trigger span::before { top: -10px }

.hc-nav-trigger span::after { bottom: -10px }

.hc-nav-trigger.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }

.hc-nav-trigger.toggle-open span::before { transform: translate3d(0, 10px, 0) }

.hc-nav-trigger.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }

.hc-mobile-nav::after,

.hc-mobile-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) }

.hc-mobile-nav .nav-wrapper { background: #36414c }

.hc-mobile-nav.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) }

.hc-mobile-nav h2 { font-size: 20px; font-weight: bold; font-weight: normal; text-align: left; padding: 20px 17px; color: #ffffff; }

.hc-mobile-nav a { padding: 14px 17px; font-size: 15px; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0); border-bottom: 1px solid #283440 }

.hc-mobile-nav:not(.touch-device) a:hover { background: var(--zhu-color); color: #fff; }

.hc-mobile-nav li { text-align: left }

.hc-mobile-nav li.nav-close a,

.hc-mobile-nav li.nav-back a { background: #283440; border-top: 1px solid #283440; border-bottom: 1px solid #283440 }

.hc-mobile-nav li.nav-close a:hover,

.hc-mobile-nav li.nav-back a:hover { background: #283440 }

.hc-mobile-nav li.nav-parent a { padding-right: 58px }

.hc-mobile-nav li.nav-close span,

.hc-mobile-nav li.nav-parent span.nav-next,

.hc-mobile-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease }

.hc-mobile-nav li.nav-close span::before,

.hc-mobile-nav li.nav-close span::after { display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #fff; border-left: 2px solid #fff }

.hc-mobile-nav li.nav-close span::before { margin-left: -6px; transform: rotate(135deg) }

.hc-mobile-nav li.nav-close span::after { transform: rotate(-45deg) }

.hc-mobile-nav a[href]:not([href="#"])>span.nav-next { border-left: 1px solid #283440 }

.hc-mobile-nav span.nav-next::before,

.hc-mobile-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center }

.hc-mobile-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) }

.hc-mobile-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) }

.hc-mobile-nav.side-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) }

.hc-mobile-nav.side-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) }

.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,

.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow: none; background: transparent }

.hc-mobile-nav.nav-levels-expand .nav-container ul h2,

.hc-mobile-nav.nav-levels-none .nav-container ul h2 { display: none }

.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,

.hc-mobile-nav.nav-levels-none .nav-container ul ul a { font-size: 14px }

.hc-mobile-nav.nav-levels-expand .nav-container li,

.hc-mobile-nav.nav-levels-none .nav-container li { transition: background .3s ease }

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,

.hc-mobile-nav.nav-levels-none .nav-container li.level-open { background: #2e6296 }

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,

.hc-mobile-nav.nav-levels-none .nav-container li.level-open a { border-bottom: 1px solid #295887 }

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,

.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover { background: #2f649a }

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,

.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before { margin-top: 2px; transform: translate(-50%, -50%) rotate(45deg) }

.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,

.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before { margin-top: -2px; transform: translate(-50%, -50%) rotate(225deg) }

#main-nav, .mob_nav{ display: none }

.mob_nav .toggle {position: relative; display: block; cursor: pointer; padding-left: 35px; min-height: 24px; z-index: 35; margin:28px 0; }

.mob_nav .toggle span { width: 35px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }

.mob_nav .toggle span,

.mob_nav .toggle span::before,

.mob_nav .toggle span::after { position: absolute; left: 0; height: 4px; background: #ffffff; transition: all .1s ease }

.mob_nav .toggle span::before,

.mob_nav .toggle span::after { content: ''; width: 100% }

.mob_nav .toggle span::before { top: -10px }

.mob_nav .toggle span::after { bottom: -10px }

.mob_nav .toggle.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }

.mob_nav .toggle.toggle-open span::before { transform: translate3d(0, 10px, 0) }

.mob_nav .toggle.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }

.mob_nav .toggle:hover span,

.mob_nav .toggle:hover span::before,

.mob_nav .toggle:hover span::after { background: var(--pei-color) }

.mob_nav .toggle div { display: inline-block; margin-right: 15px }

@media only screen and (max-width: 1200px){

  .mob_nav .toggle{ margin:0; }

}

@media only screen and (max-width: 992px){

  .mob_nav{ height: 100%; display: flex; align-items: center; justify-content: flex-end; }

}

@media only screen and (max-width: 768px){

  .mob_nav .toggle{ padding-left: 30px; }

  .mob_nav .toggle span{ width:30px; }

  .mob_nav .toggle span, .mob_nav .toggle span::before, .mob_nav .toggle span::after{ height:2px; }

}

@media only screen and (max-width: 567px){

  .hc-mobile-nav a{ padding:12px 17px; }

}



/*banner*/

#banner{ width: 100%; position: relative; }

#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 .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 > .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-pagination{ bottom:80px; }

#banner .swiper-pagination-bullet{ width: 15px; height: 15px; margin:0 6px; box-shadow: 0 0 3px rgba(232, 232, 232, .3); background: #ffffff; opacity: 1; border-radius: 50%; }

#banner .swiper-pagination-bullet-active{ background: var(--zhu-color); }

#banner .swiper-button-next, #banner .swiper-button-prev{ width: 62px; height: 62px; 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:calc(50% + 49px); right:12%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } 

#banner .swiper-button-prev{ top:calc(50% + 49px); left:12%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#banner .swiper-button-next span, #banner .swiper-button-prev span{ display: inline-block; font-size: 62px; color: #ffffff; line-height: 1; }

#banner .swiper-button-next:hover span, #banner .swiper-button-prev:hover span{ transition: all .3s; color: var(--pei-color); }

@media only screen and (min-width: 1930px){

  #banner a > img{ width:100%; }

}

@media only screen and (max-width: 1900px){

  #banner a > img{ width:100%; }

}

@media only screen and (max-width: 1400px){

  #banner .swiper-pagination{ bottom:30px; }

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 52px; height: 52px; }

  #banner .swiper-button-next{ top:calc(50% + 44px); right:12%; } 

  #banner .swiper-button-prev{ top:calc(50% + 44px); left:12%; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 52px; }

}

@media only screen and (max-width: 1200px){

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 42px; height: 42px; }

  #banner .swiper-button-next{ top:calc(50% + 38px); right:12%; } 

  #banner .swiper-button-prev{ top:calc(50% + 38px); left:12%; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 42px; }

  #banner .swiper-pagination-bullet{ width: 13px; height: 13px; margin:0 5px; }

}

@media only screen and (max-width: 992px){

  #banner .swiper-pagination{ bottom:20px; }

  #banner .swiper-button-next{ right:2%; bottom:auto; top:calc(50% + 20px); } 

  #banner .swiper-button-prev{ left:2%; bottom:auto; right:auto; top:calc(50% + 20px); }

  #banner .swiper-pagination-bullet{ width: 10px; height: 10px; margin:0 4px; }

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 32px; height: 32px; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 32px; }

}

@media only screen and (max-width: 768px){

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 32px; height: 32px; }

  #banner .swiper-button-next{ top:calc(50% + 16px); } 

  #banner .swiper-button-prev{ top:calc(50% + 16px); }

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 22px; height: 22px; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 22px; }

}

@media only screen and (max-width: 640px){

  #banner .swiper-button-next{ top:calc(50% + 16px); } 

  #banner .swiper-button-prev{ top:calc(50% + 16px); }

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 20px; height: 20px; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 20px; }

}

@media only screen and (max-width: 567px){

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 18px; height: 18px; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 18px; }

}

@media only screen and (max-width: 414px){

  #banner .swiper-button-next{ top:calc(50% + 24px); } 

  #banner .swiper-button-prev{ top:calc(50% + 24px); }

  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 16px; height: 16px; }

  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 16px; }

}



/*env_banner*/

#env_banner{ width: 100%; position: relative; }

#env_banner a{ display: block; position: relative; }

#env_banner a .inner{ height: 100%; position: absolute; left:50%; top:0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

#env_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; }

#env_banner a .inner > .b3_tit{ right:auto; left:0; }

#env_banner .swiper-slide-active a .inner > img{ filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1; top:240px; }

#env_banner .swiper-pagination{ bottom:80px; }

#env_banner .swiper-pagination-bullet{ width: 15px; height: 15px; margin:0 6px; box-shadow: 0 0 3px rgba(232, 232, 232, .3); background: #ffffff; opacity: 1; border-radius: 50%; }

#env_banner .swiper-pagination-bullet-active{ background: var(--zhu-color); }

#env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 62px; height: 62px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: all .3s; }

#env_banner .swiper-button-next::after, #env_banner .swiper-button-prev::after{ display: none; }

#env_banner .swiper-button-next{ top:calc(50% + 49px); right:12%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } 

#env_banner .swiper-button-prev{ top:calc(50% + 49px); left:12%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

#env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ display: inline-block; font-size: 62px; color: #ffffff; line-height: 1; }

#env_banner .swiper-button-next:hover span, #env_banner .swiper-button-prev:hover span{ transition: all .3s; color: var(--pei-color); }

@media only screen and (min-width: 1930px){

  #env_banner a > img{ width:100%; }

}

@media only screen and (max-width: 1900px){

  #env_banner a > img{ width:100%; }

}

@media only screen and (max-width: 1400px){

  #env_banner .swiper-pagination{ bottom:30px; }

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 52px; height: 52px; }

  #env_banner .swiper-button-next{ top:calc(50% + 44px); right:12%; } 

  #env_banner .swiper-button-prev{ top:calc(50% + 44px); left:12%; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 52px; }

}

@media only screen and (max-width: 1200px){

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 42px; height: 42px; }

  #env_banner .swiper-button-next{ top:calc(50% + 38px); right:12%; } 

  #env_banner .swiper-button-prev{ top:calc(50% + 38px); left:12%; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 42px; }

  #env_banner .swiper-pagination-bullet{ width: 13px; height: 13px; margin:0 5px; }

}

@media only screen and (max-width: 992px){

  #env_banner .swiper-pagination{ bottom:20px; }

  #env_banner .swiper-button-next{ right:2%; bottom:auto; top:calc(50% + 20px); } 

  #env_banner .swiper-button-prev{ left:2%; bottom:auto; right:auto; top:calc(50% + 20px); }

  #env_banner .swiper-pagination-bullet{ width: 10px; height: 10px; margin:0 4px; }

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 32px; height: 32px; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 32px; }

}

@media only screen and (max-width: 768px){

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 32px; height: 32px; }

  #env_banner .swiper-button-next{ top:calc(50% + 16px); } 

  #env_banner .swiper-button-prev{ top:calc(50% + 16px); }

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 22px; height: 22px; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 22px; }

}

@media only screen and (max-width: 640px){

  #env_banner .swiper-button-next{ top:calc(50% + 16px); } 

  #env_banner .swiper-button-prev{ top:calc(50% + 16px); }

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 20px; height: 20px; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 20px; }

}

@media only screen and (max-width: 567px){

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 18px; height: 18px; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 18px; }

}

@media only screen and (max-width: 414px){

  #env_banner .swiper-button-next{ top:calc(50% + 24px); } 

  #env_banner .swiper-button-prev{ top:calc(50% + 24px); }

  #env_banner .swiper-button-next, #env_banner .swiper-button-prev{ width: 16px; height: 16px; }

  #env_banner .swiper-button-next span, #env_banner .swiper-button-prev span{ font-size: 16px; }

}





/* m_tit */

.m_tit{ width: 100%; box-sizing: border-box; padding:55px 0; display: flex; flex-direction: column; align-items: center; }

.m_tit b{ font-size: 56px; color: #333333; line-height: 1; font-weight: normal; letter-spacing: 8px; }

.m_tit p{ font-size: 24px; color: #333333; line-height: 1; margin-top: 22px; }

@media only screen and (max-width: 1400px){

  .m_tit{ padding:50px 0; }

  .m_tit b{ font-size: 50px; letter-spacing: 6px; }

  .m_tit p{ font-size: 23px; margin-top: 20px; }

}

@media only screen and (max-width: 1200px){

  .m_tit{ padding:45px 0; }

  .m_tit b{ font-size: 44px; letter-spacing: 4px; }

  .m_tit p{ font-size: 22px; margin-top: 18px; }

}

@media only screen and (max-width: 992px){

  .m_tit{ padding:40px 0; }

  .m_tit b{ font-size: 38px; letter-spacing: 2px; }

  .m_tit p{ font-size: 21px; margin-top: 16px; }

}

@media only screen and (max-width: 768px){

  .m_tit{ padding:35px 0; }

  .m_tit b{ font-size: 32px; letter-spacing: 0; }

  .m_tit p{ font-size: 20px; margin-top: 14px; }

}

@media only screen and (max-width: 640px){

  .m_tit{ padding:30px 0; }

  .m_tit b{ font-size: 26px; }

  .m_tit p{ font-size: 19px; margin-top: 12px; }

}

@media only screen and (max-width: 567px){

  .m_tit{ padding:25px 0; }

  .m_tit b{ font-size: 20px; }

  .m_tit p{ font-size: 18px; margin-top: 10px; text-align: center; line-height: 1.4; }

}

@media only screen and (max-width: 414px){

  .m_tit{ padding:20px 0; }

  .m_tit b{ font-size: 18px; font-weight: bold; }

  .m_tit p{ font-size: 14px; margin-top: 8px; }

}



/* m_service */

.m_service{ overflow: hidden; width: 100%; }

.m_service .service_list{ margin:0 0 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.m_service .service_list li{ overflow: hidden; width: calc(25% - 22.5px); margin-bottom: 30px; }

.m_service .service_list a{ padding:55px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; border:1px solid #ebebeb; }

.m_service .service_list a span{ overflow: hidden; position: relative; display: inline-flex; width: 90px; height: 90px; background: #f8f8f8; border-radius: 50%; align-items: center; justify-content: center; transition: all .5s ease-in-out; }

.m_service .service_list a span i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 46px; color: #767b7e; line-height: 1; transition: all .5s ease-in-out; }

.m_service .service_list a span i + i{ left: -100%; }

.m_service .service_list a b{ display: block; font-size: 24px; color: #333333; font-weight: normal; line-height: 1; margin:24px 0; }

.m_service .service_list a p{ text-align: center; font-size: 14px; color: #333333; line-height: 1.5; min-height: 42px; }

.m_service .service_list a:hover span{ background: var(--zhu-color); transition: all .5s ease-in-out; }

.m_service .service_list a:hover i{ left:-100%; transition: all .5s ease-in-out; }

.m_service .service_list a:hover i + i{ color: #ffffff; left:50%; transition: all .5s ease-in-out; }

.m_service .service_list a:hover b{ transition: all .5s ease-in-out; color: var(--zhu-color); }

.m_service .service_list a:hover p{ transition: all .5s ease-in-out; color: var(--zhu-color); }

.m_service .customized{ width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.m_service .customized li{ width: calc(50% - 15px); height: 472px; }

.m_service .customized li:nth-child(3){ width: calc(37% - 15px); margin-top: 30px; }

.m_service .customized li:nth-child(4){ width: calc(63% - 15px); margin-top: 30px; }

.m_service .customized li a{ width: 100%; height: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }

.m_service .customized li a img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }

.m_service .customized li a::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, .2); position: absolute; left:0; top:0; transition: all .3s; z-index: 31; }

.m_service .customized li a::after{ content: ""; display: block; width: 100%; height: 0%; background: rgba(242, 167, 190, .8); position: absolute; left:0; top:0; transition: all .3s; z-index: 32; }

.m_service .customized li a b{ font-weight: normal; letter-spacing: 2px; position: absolute; z-index: 33; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); font-size: 48px; color: #ffffff; line-height: 1; transition: all .3s; display: block; width: 100%; text-align: center; }

.m_service .customized li a:hover img{ transition: all .3s; transform: scale(1.05); }

.m_service .customized li a:hover::before{ top:100%; transition: all .3s; }

.m_service .customized li a:hover::after{ height:100%; transition: all .3s; }

.m_service .customized li a:hover b{ transition: all .3s; letter-spacing: 8px; }

@media only screen and (max-width: 1400px){

  .m_service .service_list{ margin:0 0 25px; }

  .m_service .service_list li{ width:calc(25% - 15px); margin-bottom: 15px; }

  .m_service .service_list a{ padding:50px 35px; }

  .m_service .service_list a b{ margin:22px 0; font-size: 22px; }

  .m_service .customized li a b{ font-size: 40px; }

  .m_service .customized li{ width: calc(50% - 7.5px); height: 360px; }

  .m_service .customized li:nth-child(3){ width: calc(37% - 7.5px); margin-top: 15px; }

  .m_service .customized li:nth-child(4){ width: calc(63% - 7.5px); margin-top: 15px; }

  .m_service .customized li a:hover b{ letter-spacing: 6px; }

}

@media only screen and (max-width: 1200px){

  .m_service .service_list{ margin:0 0 20px; }

  .m_service .service_list a{ padding:30px 25px; }

  .m_service .service_list a p{ min-height: 63px; }

  .m_service .service_list a b{ font-size: 20px; margin:20px 0; }

  .m_service .customized li a b{ font-size: 32px; }

  .m_service .customized li{ width: calc(50% - 7.5px); height: 300px; }

  .m_service .customized li a:hover b{ letter-spacing: 4px; }

}

@media only screen and (max-width: 992px){

  .m_service .service_list{ justify-content: center; margin:0 0 15px; }

  .m_service .service_list li{ width:calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }

  .m_service .service_list li:nth-child(3n+0){ margin-right: 0; }

  .m_service .service_list a b{ margin:18px 0; }

  .m_service .customized li a b{ font-size: 24px; }

  .m_service .customized li{ width: calc(50% - 2px); height: 240px; }

  .m_service .customized li:nth-child(3){ width: calc(50% - 2px); margin-top: 4px; }

  .m_service .customized li:nth-child(4){ width: calc(50% - 2px); margin-top: 4px; }

  .m_service .customized li a:hover b{ letter-spacing: 2px; }

}

@media only screen and (max-width: 768px){

  .m_service .service_list{ justify-content: space-between; margin:0 0 10px; }

  .m_service .service_list li{ width:calc(50% - 7.5px); margin-right: 0; margin-bottom: 15px; }

  .m_service .service_list li:nth-child(3n+0){ margin-right: 0; }

  .m_service .service_list a b{ margin:16px 0; }

  .m_service .service_list a p{ min-height: 42px; }

  .m_service .customized li{ height: 200px; }

  .m_service .customized li a b{ font-size: 22px; }

  .m_service .customized li a:hover b{ letter-spacing: 0; }

}

@media only screen and (max-width: 640px){

  .m_service .service_list{ margin:0 0 5px; }

  .m_service .service_list a{ padding:15px 15px 10px; }

  .m_service .service_list a b{ margin:14px 0; font-size: 18px; }

  .m_service .service_list a span{ width: 60px; height: 60px; }

  .m_service .service_list a span i{ font-size: 32px; }

  .m_service .customized li{ height: 180px; }

  .m_service .customized li a b{ font-size: 20px; }

}

@media only screen and (max-width: 576px){

  .m_service .service_list{ margin:0; }

  .m_service .service_list a b{ margin:12px 0; font-size: 17px; }

  .m_service .service_list a p{ min-height: 63px; font-size: 13px; }

  .m_service .service_list a{ padding:15px 10px 10px; }

  .m_service .customized li{ height: 160px; }

  .m_service .customized li a b{ font-size: 18px; }

}

@media only screen and (max-width: 414px){

  .m_service .service_list a b{ margin:10px 0; font-size: 16px; }

  .m_service .service_list a p{ font-size: 12px; }

  .m_service .service_list a{ padding:15px 5px 5px; }

  .m_service .customized li{ height: 140px; }

  .m_service .customized li a b{ font-size: 16px; }

}



/* m_product */

.m_product{ overflow: hidden; }

.m_product .bd{ width: 100%; overflow: hidden; }

.product_box{ width: 100%; overflow: hidden; padding-bottom: 50px; }

.product_box .hd{ width: 100%; overflow: hidden; margin-bottom: 40px; }

.product_box .hd ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }

.product_box .hd li{ position: relative; transition: all .3s; display: inline-flex; cursor: pointer; align-items: center; justify-content: center; padding:8px 28px; line-height: 1; margin:0 16px; border-radius: 30px; }

.product_box .hd li::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); position: absolute; left:50%; top:0; transition: all .3s; border-radius: 40px; }

.product_box .hd li span{ position: relative; font-size: 32px; line-height: 1; margin-right: 10px; display: inline-block; color: var(--zhu-color); }

.product_box .hd li small{ position: relative; font-size: 18px; color: #333333; line-height: 1; display: inline-block; }

.product_box .hd li:hover::before, .product_box .hd li.on::before{ transition: all .3s; left:0; width: 100%; }

.product_box .hd li:hover span, .product_box .hd li.on span{ transition: all .3s; color: #ffffff; }

.product_box .hd li:hover small, .product_box .hd li.on small{ transition: all .3s; color: #ffffff; }

.product_list{ width: 100%; overflow: hidden;}

.product_list .li a{ width: 100%; position: relative; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: all .3s; }

.product_list .li a .img{ width: 100%; padding-bottom: 73%; position: relative; overflow: hidden; }

.product_list .li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.product_list .li a:hover img{ transition: all .3s; transform: scale(1.05); }

.product_list .li a .txt{ position: absolute; width: 100%; height: 100%; top:-100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; box-sizing: border-box; padding:50px; background: var(--zhu-color); transition: all .3s; }

.product_list .li a .txt b{ display: block; overflow:hidden; font-weight: normal; text-overflow:ellipsis; white-space:nowrap; font-size: 36px; color: #ffffff; }

.product_list .li a .txt p{ font-size: 20px; color: #ffffff; text-align: right; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:24px 0; }

.product_list .li a .txt small{ margin-top: 12px; display: inline-flex; align-items: center; padding:14px 32px; background: #ffffff; border-radius: 30px; line-height: 1; font-size: 18px; color: var(--zhu-color); }

.product_list .li a:hover .txt{ transition: all .3s; top:0; }

@media only screen and (max-width: 1400px){

  .product_box{ padding-bottom: 45px; }

  .product_box .hd{ margin-bottom: 35px; }

  .product_box .hd li{ padding:8px 24px; margin:0 14px; }

  .product_box .hd li span{ font-size: 30px; }

  .product_box .hd li small{ font-size: 17px; }

  .product_list .li a .txt{ padding:40px; }

  .product_list .li a .txt b{ font-size: 32px; }

  .product_list .li a .txt p{ font-size: 18px; margin:20px 0; }

  .product_list .li a .txt small{ font-size: 17px; }

}

@media only screen and (max-width: 1200px){

  .product_box{ padding-bottom: 40px; }

  .product_box .hd{ margin-bottom: 30px; }

  .product_box .hd li{ padding:8px 22px; margin:0 12px; }

  .product_box .hd li span{ font-size: 28px; }

  .product_box .hd li small{ font-size: 16px; }

  .product_list .li a .txt{ padding:30px; }

  .product_list .li a .txt b{ font-size: 26px; }

  .product_list .li a .txt p{ font-size: 16px; margin:18px 0; }

  .product_list .li a .txt small{ font-size: 16px; }

}

@media only screen and (max-width: 992px){

  .product_box{ padding-bottom: 35px; }

  .product_box .hd{ margin-bottom: 25px; }

  .product_box .hd li{ padding:8px 20px; margin:5px; }

  .product_box .hd li span{ font-size: 26px; }

  .product_box .hd li small{ font-size: 15px; }

  .product_list .li a .txt{ padding:20px; }

  .product_list .li a .txt b{ font-size: 22px; }

  .product_list .li a .txt p{ font-size: 14px; margin:16px 0; }

  .product_list .li a .txt small{ font-size: 15px; }

}

@media only screen and (max-width: 768px){

  .product_box .hd{ margin-bottom: 30px; }

  .product_box .hd li{ padding:8px 18px; margin:4px; }

  .product_box .hd li span{ font-size: 24px; }

  .product_box .hd li small{ font-size: 14px; }

  .product_list .li a .txt{ padding:10px; }

  .product_list .li a .txt b{ font-size: 18px; }

  .product_list .li a .txt p{ font-size: 12px; margin:14px 0; }

  .product_list .li a .txt small{ padding:12px 24px; font-size: 14px; }

}

@media only screen and (max-width: 640px){

  .product_box{ padding-bottom: 25px; }

  .product_box .hd{ margin-bottom: 15px; }

  .product_box .hd li{ padding:8px 16px; margin:3px; }

  .product_box .hd li span{ font-size: 22px; }

  .product_box .hd li small{ font-size: 13px; }

  .product_list .li a .txt b{ font-size: 17px; }

  .product_list .li a .txt p{ margin:12px 0; }

  .product_list .li a .txt small{ padding:10px 20px; font-size: 13px; }

}

@media only screen and (max-width: 576px){

  .product_box{ padding-bottom: 20px; }

  .product_box .hd{ margin-bottom: 10px; }

  .product_box .hd li{ padding:6px 12px; margin:2px; }

  .product_box .hd li span{ font-size: 20px; }

  .product_box .hd li small{ font-size: 12px; }

  .product_list .li a .txt b{ font-size: 16px; font-weight: normal; }

  .product_list .li a .txt p{ margin:10px 0; }

  .product_list .li a .txt small{ padding:8px 16px; font-size: 12px; }

}

@media only screen and (max-width: 414px){

  .product_box{ padding-bottom: 15px; }

  .product_box .hd li span{ font-size: 18px; }

  .product_list .li a .txt b{ font-size: 14px; }

  .product_list .li a .txt p{ font-size: 12px; margin:8px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

  .product_list .li a .txt small{ padding:6px 12px; }

}



/* m_mother */

.m_mother{ overflow: hidden; background: url(../images/mother_bg.jpg) no-repeat top center; }

.m_mother .row{ justify-content: flex-end; }

.m_mother .txt{ width: 53%; box-sizing: border-box; text-align: right; padding:168px 90px 168px 0; }

.m_mother .txt > b{ line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 90px; color: #ffffff; text-shadow: 4px 2px #000000; }

.m_mother .txt > ul{ display: flex; align-items: center; justify-content: space-between; margin:48px 0; }

.m_mother .txt > ul li{ display: inline-flex; flex-direction: column; align-items: center; justify-content: center; background: var(--zhu-color); padding:15px 26px; border-radius: 5px; }

.m_mother .txt > ul li b{ font-size: 32px; color: #ffffff; display: block; line-height: 1; font-weight: normal; }

.m_mother .txt > ul li p{ font-size: 18px; color: #ffffff; display: block; line-height: 1; margin-top: 12px; }

.m_mother .txt > img{ max-width: 100%; }

@media only screen and (max-width: 1400px){

  .m_mother .txt{ width: 60%; padding:90px 90px 90px 0; }

  .m_mother .txt > b{ font-size: 80px; }

  .m_mother .txt > ul{ margin:40px 0; }

  .m_mother .txt > ul li b{ font-size: 30px; }

}

@media only screen and (max-width: 1200px){

  .m_mother .txt{ width: 70%; padding:80px 80px 80px 0; }

  .m_mother .txt > b{ font-size: 70px; }

  .m_mother .txt > ul{ margin:36px 0; }

  .m_mother .txt > ul li b{ font-size: 28px; }

}

@media only screen and (max-width: 992px){

  .m_mother .txt{ width: 85%; padding:70px 30px 70px 0; }

  .m_mother .txt > b{ font-size: 60px; }

  .m_mother .txt > ul{ margin:32px 0; justify-content: space-around; }

  .m_mother .txt > ul li b{ font-size: 26px; }

  .m_mother .txt > ul li p{ font-size: 17px; }

}

@media only screen and (max-width: 768px){

  .m_mother .txt{ width: 100%; padding:30px 15px; text-align: center; }

  .m_mother .txt > b{ font-size: 50px; }

  .m_mother .txt > ul{ margin:28px 0; justify-content: space-between; }

  .m_mother .txt > ul li{ padding:15px 24px; }

  .m_mother .txt > ul li b{ font-size: 22px; }

  .m_mother .txt > ul li p{ font-size: 16px; margin-top: 10px; }

}

@media only screen and (max-width: 640px){

  .m_mother .txt > b{ font-size: 40px; }

  .m_mother .txt > ul{ margin:24px 0; }

  .m_mother .txt > ul li{ padding:15px 20px; }

  .m_mother .txt > ul li b{ font-size: 20px; }

  .m_mother .txt > ul li p{ font-size: 15px; margin-top: 8px; }

}

@media only screen and (max-width: 576px){

  .m_mother .txt{ padding:20px 0; }

  .m_mother .txt > b{ font-size: 30px; }

  .m_mother .txt > ul{ margin:20px 0; flex-direction: column; }

  .m_mother .txt > ul li{ padding:15px; margin:5px 0; width: 100%; }

  .m_mother .txt > ul li b{ font-size: 18px; }

  .m_mother .txt > ul li p{ font-size: 14px; margin-top: 6px; }

}

@media only screen and (max-width: 414px){

  .m_mother .txt > b{ font-size: 20px; }

  .m_mother .txt > ul{ margin:16px 0; }

  .m_mother .txt > ul li{ padding:12px; }

  .m_mother .txt > ul li b{ font-size: 16px; }

  .m_mother .txt > ul li p{ font-size: 13px; margin-top: 4px; }

}



/* m_visit */

.m_visit{ width: 100%; overflow: hidden; }

.m_visit .bd{ width: 100%; overflow: hidden; }

.m_visit .bd form{ display: flex; align-items: center; justify-content: space-between; }

.m_visit .bd form .form_input{ display: flex; align-items: center; justify-content: space-between; width: calc(50% - 15px); overflow: hidden; }

.m_visit .bd .form_input > *{ width: calc(50% - 15px); }

.m_visit .bd .form_input input{ display: flex; border:1px solid #ece9f4; border-radius: 5px; box-sizing: border-box; padding:15px; font-size: 14px; color: #333333; }

.m_visit .bd .form_input .code{ display: flex; align-items: center; justify-content: space-between; }

.m_visit .bd .form_input .code > *{ width: calc(50% - 15px); }

.m_visit .bd .form_input .code img{ height: 53px; background: #f3fbfe; object-fit: contain; border-radius: 5px; }

.m_visit .bd .form_input .submit{ height: 53px; display: flex; align-items: center; justify-content: center; background: var(--zhu-color); font-size: 16px; color: #ffffff; line-height: 1; border-radius: 5px; transition: all .3s; }

.m_visit .bd .form_input .submit:hover{ transition: all .3s; background: var(--pei-color); }

@media only screen and (max-width: 1400px){

  .m_visit .bd form .form_input{ width: calc(50% - 7.5px); }

  .m_visit .bd .form_input > *{ width: calc(50% - 7.5px); }

  .m_visit .bd .form_input .code > *{ width: calc(50% - 7.5px); }

}

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 992px){

  .m_visit .bd form{ flex-wrap: wrap; }

  .m_visit .bd form .form_input{ width: 100%; }

  .m_visit .bd form .form_input + .form_input{ margin-top: 15px; }

}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 640px){

  .m_visit .bd .form_input{ flex-wrap: wrap; }

  .m_visit .bd .form_input .code{ flex-wrap: wrap; }

  .m_visit .bd .form_input > *{ width: 100%; }

  .m_visit .bd .form_input input + input{ margin-top: 15px; }

  .m_visit .bd .form_input .code > *{ width: 100%; }

  .m_visit .bd .form_input .code img{ margin: 15px 0; }

  .m_visit .bd .form_input .submit{ font-size: 15px; height: auto; padding:15px 0; }

}

@media only screen and (max-width: 576px){

  .m_visit .bd .form_input .submit{ font-size: 14px; }

}

@media only screen and (max-width: 414px){

  .m_visit .bd .form_input input{ padding:12px; }

  .m_visit .bd .form_input .code img{ height: 47px; }

  .m_visit .bd .form_input .submit{ font-size: 13px; }

}



/* super */

#super{ overflow: hidden; width: 100%; margin:50px 0; }

#super .super_box{ background: #f8f8f8; overflow: hidden; position: relative; }

#super .super_box::before{ content: ""; display: block; width: 100%; height: 0%; background: var(--zhu-color); position: absolute; bottom: 0; transition: all .5s ease-in-out; }

#super .super_box .img{ width: 100%; padding-bottom: 119%; position: relative; overflow: hidden; }

#super .super_box .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease-in-out; position: absolute; }

#super .super_box .txt{ position: relative; overflow: hidden; box-sizing: border-box; padding:50px; }

#super .super_box .txt b{ font-weight: normal; font-size: 38px; color: var(--zhu-color); line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; text-align: center; }

#super .super_box .txt .info{ font-size: 24px; color: var(--zhu-color); line-height: 1.6; margin-top: 20px; text-align: center; }

#super .super_box:hover::before{ transition: all .5s ease-in-out; height: 100%; }

#super .super_box:hover img{ transition: all .5s ease-in-out; transform: scale(1.05); }

#super .super_box:hover .txt b{ transition: all .5s ease-in-out; color:#ffffff; }

#super .super_box:hover .txt .info{ transition: all .5s ease-in-out; color:#ffffff; }



@media only screen and (max-width:1400px){

  #super{ margin:40px 0; }

  #super .super_box .txt{ padding:40px; }

  #super .super_box .txt b{ font-size: 32px; }

  #super .super_box .txt .info{ font-size: 20px; margin-top: 18px; }

}

@media only screen and (max-width:1200px){

  #super{ margin:35px 0; }

  #super .super_box .txt{ padding:20px; }

  #super .super_box .txt b{ font-size: 26px; }

  #super .super_box .txt .info{ font-size: 16px; margin-top: 16px; }

}

@media only screen and (max-width:992px){

  #super{ margin:30px 0; }

  #super .super_box .txt{ padding:15px; }

  #super .super_box .txt b{ font-size: 20px; }

  #super .super_box .txt .info{ font-size: 15px; line-height: 1.5; margin-top: 14px; }

}

@media only screen and (max-width:768px){

  #super{ margin:25px 0; }

  #super .super_box .txt{ padding:10px; }

  #super .super_box .txt b{ font-size: 18px; }

  #super .super_box .txt .info{ font-size: 14px; margin-top: 12px; }

}

@media only screen and (max-width:640px){

  #super{ margin:20px 0; }

  #super .super_box .txt b{ font-size: 16px; }

  #super .super_box .txt .info{ font-size: 13px; line-height: 1.4; margin-top: 10px; }

}

@media only screen and (max-width:576px){

  #super{ margin:15px 0; }

  #super .super_box .txt b{ font-size: 15px; }

  #super .super_box .txt .info{ font-size: 12px; margin-top: 8px; }

}

@media only screen and (max-width:414px){

  #super{ margin:10px 0; }

  #super .super_box .txt{ padding:6px; }

  #super .super_box .txt b{ font-size: 14px; }

}



/* m_team */

.m_team{ width: 100%; overflow: hidden; padding-bottom: 50px; background: #fcf6f6; }

.m_team .bd{ width: 100%; overflow: hidden; }

.m_team > .img img{ width: 100%; }

#team{ width: 100%; overflow: hidden; padding-bottom: 50px; }

#team .swiper-slide { background-position: center; background-size: cover; }

#team a{ background: #ece9f4; display: flex; align-items: center; justify-content: space-between; }

#team a .info, #team a .img{ width: 50%; }

#team a .info{ box-sizing: border-box; padding-left: 50px; }

#team a .info b{ font-size: 36px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; font-weight: normal; }

#team a .info p{ font-size: 24px; color: #333333; line-height: 1.5; margin:16px 0 40px; }

#team a .info small{ display: inline-flex; align-items: center; justify-content: center; padding:6px 16px; border:1px solid #333333; border-radius: 30px; font-size: 16px; color: #333333; }

#team a .img{ text-align: center; padding:30px 0 0; }

#team a .img img{ max-width: 100%; }



@media only screen and (max-width:1400px){

.m_teamam{ padding-bottom: 45px; }

  #team{ padding-bottom: 45px; }

  #team a .info{ padding-left: 40px; }

  #team a .info b{ font-size: 32px; }

  #team a .info p{ font-size: 22px; margin:14px 0 28px; }

  #team a .info small{ padding:5px 15px; font-size: 15px; }

}

@media only screen and (max-width:1200px){

  .m_team{ padding-bottom: 40px; }

  #team{ padding-bottom: 40px; }

  #team a .info{ padding-left: 30px; }

  #team a .info b{ font-size: 28px; }

  #team a .info p{ font-size: 20px; margin:12px 0 24px; }

  #team a .info small{ padding:4px 14px; font-size: 14px; }

}

@media only screen and (max-width:992px){

  .m_team{ padding-bottom: 35px; }

  #team{ padding-bottom: 35px; }

  #team a .info{ padding-left: 20px; }

  #team a .info b{ font-size: 24px; }

  #team a .info p{ font-size: 18px; margin:10px 0 20px; }

  #team a .info small{ padding:3px 13px; font-size: 13px; }

}

@media only screen and (max-width:768px){

  .m_team{ padding-bottom: 30px; }

  #team{ padding-bottom: 30px; }

  #team a .info{ padding-left: 15px; }

  #team a .info b{ font-size: 20px; }

  #team a .info p{ font-size: 16px; margin:8px 0 16px; }

  #team a .info small{ padding:3px 12px; font-size: 12px; }

  #team a .img{ padding-top: 25px; }

}

@media only screen and (max-width:640px){

  .m_team{ padding-bottom: 25px; }

  #team{ padding-bottom: 25px; }

  #team a .info{ padding-left: 10px; }

  #team a .info b{ font-size: 16px; }

  #team a .info p{ font-size: 14px; margin:6px 0 12px; }

  #team a .img{ padding-top: 20px; }

}

@media only screen and (max-width:576px){

  .m_team{ padding-bottom: 20px; }

  #team{ padding-bottom: 20px; }

  #team a .info{ padding-left: 15px; }

  #team a .info b{ font-size: 18px; }

  #team a .info p{ font-size: 14px; }

  #team a .info small{ font-size: 14px; }

  #team a .img{ padding-top: 15px; }

}

@media only screen and (max-width:414px){

  .m_team{ padding-bottom: 15px; }

  #team{ padding-bottom: 15px; }

  #team a .info b{ font-size: 17px; }

  #team a .info p{ font-size: 13px; }

  #team a .info small{ font-size: 13px; }

  #team a .img{ padding-top: 10px; }

}



/* m_news */

.m_news{ width: 100%; overflow: hidden; padding-bottom: 30px; }

.m_news .inner{ overflow: visible; }

.m_news .m_tit{ padding-bottom: 30px; }

.article_four{ padding:20px 0; width: 100%; overflow: visible; }

.article_four .li{ text-align: center; overflow: hidden; width: calc(25% - 22.5px); border:1px solid #f2a7be; border-radius: 15px; transition: all .3s; }

.article_four .li .tit{ transition: all .3s; position: relative; display: flex; padding:58px 0 20px; flex-direction: column; align-items: center; justify-content: center; }

.article_four .li .tit::before{ content: ""; display: block; width: 0; height: 0; background: var(--zhu-color); position: absolute; top:-75%; left:50%; transition: all .3s; border-radius: 50%;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.article_four .li .tit span{ transition: all .3s; position: relative; font-size: 82px; line-height: 1; display: inline-block; color: var(--zhu-color); }

.article_four .li .tit b{ transition: all .3s; position: relative; font-weight: normal; font-size: 24px; line-height: 1; display: inline-block; color:#333333; margin-top: 26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.article_four .li .list{ width: 100%; box-sizing: border-box; padding:0 25px;  }

.article_four .li .list > a{ display: flex; align-items: center; padding:8px 0; }

.article_four .li .list > a i{ display: inline-block; width: 12px; height: 12px; background: var(--pei-color); border-radius: 50%; margin-right: 8px; transition: all .3s; }

.article_four .li .list > a p{ display: block; text-align: left; width: calc(100% - 20px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size: 16px; color: #333333; line-height: 1; transition: all .3s; }

.article_four .li .list > a:hover i{ transition: all .3s; background: var(--zhu-color); }

.article_four .li .list > a:hover p{ transition: all .3s; color: var(--zhu-color); }

.article_four .li > a{ display: inline-flex; margin:32px 0; padding:10px 30px; border:1px solid var(--pei-color); font-size: 14px; color: #333333; border-radius: 20px; line-height: 1; transition: all .3s; }

.article_four .li > a:hover{ transition: all .3s; background: var(--zhu-color); border-color: var(--zhu-color); color: #ffffff; }

.article_four .li:hover{ transition: all .3s; box-shadow: 0 0 18px rgba(0, 0, 0, .3); }

.article_four .li:hover .tit::before{ transition: all .3s; width: 360px; height: 360px;  }

.article_four .li:hover .tit{ transition: all .3s; padding:36px 0 42px; }

.article_four .li:hover .tit span{ transition: all .3s; color: #ffffff; }

.article_four .li:hover .tit b{ transition: all .3s; color: #ffffff; }

@media only screen and (max-width:1400px){

  .m_news{ padding-bottom: 25px; }

  .article_four{ padding:15px 0; }

  .article_four .li{ width: calc(25% - 11.25px); }

  .article_four .li .tit span{ font-size: 72px; }

  .article_four .li .tit::before{ top:-85%; }

  .article_four .li > a{ margin:30px 0; }

  .article_four .li .list{ padding:0 20px; }

  .article_four .li .tit b{ font-size: 22px; }

}

@media only screen and (max-width:1200px){

  .m_news{ padding-bottom: 20px; }

  .article_four{ padding:10px 0; }

  .article_four .li .tit span{ font-size: 62px; }

  .article_four .li .tit::before{ top:-95%; }

  .article_four .li > a{ margin:28px 0; }

  .article_four .li .list{ padding:0 15px; }

  .article_four .li .tit b{ font-size: 20px; }

}

@media only screen and (max-width:992px){

  .article_four{ padding:5px 0; }

  .m_news{ padding-bottom: 10px; }

  .article_four .li{ width: calc(33.3% - 10px); margin:5px 0; }

  .article_four .li .tit{ padding:38px 0 20px; }

  .article_four .li:hover .tit{ padding:30px 0 28px; }

  .article_four .li .tit span{ font-size: 52px; }

  .article_four .li > a{ margin:26px 0; }

  .article_four .li .tit::before{ top:-210%; }

  .article_four .li:hover .tit::before{ transition: all .3s; width: 470px; height: 470px;  }

  .article_four .li .tit b{ font-size: 18px; }

}

@media only screen and (max-width:768px){

  .article_four .li{ height: auto; }

  .article_four .li .tit::before{ top:-240%; }

  .article_four .li .tit span{ font-size: 42px; }

  .article_four .li > a{ margin:24px 0; }

  .article_four .li .tit b{ font-size: 16px; }

}

@media only screen and (max-width:640px){

  .m_news .m_tit{ padding-bottom: 20px; }

  .article_four .li .tit::before{ top:-260%; }

  .article_four .li .tit span{ font-size: 32px; }

  .article_four .li > a{ margin:22px 0; }

  .article_four .li .tit b{ font-size: 15px; }

  .article_four .li .list > a p{ font-size: 15px; }

}

@media only screen and (max-width:576px){

  .m_news .m_tit{ padding-bottom: 15px; }

  .article_four .li > a{ margin:20px 0; }

  .article_four .li .list > a p{ font-size: 14px; }

}

@media only screen and (max-width:414px){

  .m_news .m_tit{ padding-bottom: 10px; }

  .article_four .li > a{ margin:16px 0; }

  .article_four .li .list > a p{ font-size: 13px; }

}



/* footer */

.footer{ padding-top: 35px; background: #fff; overflow: hidden; position: relative; border-top:5px solid var(--zhu-color); }

.footer .row{ flex-direction: column; overflow: hidden; }

.footer .f_nav{ padding:15px 0; display: flex; align-items: center; justify-content: space-around; }

.footer .f_nav a{ font-size: 18px; color: #333333; line-height: 1; transition: all .3s; }

.footer .f_nav a:hover{ transition: all .3s; color: var(--zhu-color); }

.footer .f_info{ overflow: hidden; padding:50px 0; display: flex; align-items: center; justify-content: space-between; }

.footer .f_info li{ width: calc(33.3% - 20px); }

.footer .f_info .logo{ display: flex; align-items: center; }

.footer .f_info .logo a{ display: flex; align-items: center;  }

.footer .f_info .logo a img{ max-width: 100%; margin-right: 6px; position: relative; }

.footer .f_info .logo a .txt{ display: flex; flex-direction: column; position: relative; }

.footer .f_info .logo a .txt b{ display: block; margin:8px 0; letter-spacing: 6px; font-size: 36px; color: #865731; line-height: 1; font-family: "Microsoft Yahei"; }

.footer .f_info .logo a .txt span{ font-size: 24px; font-family: "Adobe 黑体 Std"; color: #a28332; text-transform: capitalize; line-height: 1; }

.footer .f_info .tel{ display: flex; align-items: center; }

.footer .f_info .tel span{ font-size: 72px; line-height: 1; color: var(--zhu-color); margin-right: 12px; }

.footer .f_info .tel b{ font-size: 36px; line-height: 1; font-weight: bold; display: block; color: var(--zhu-color); }

.footer .f_info .address{ display: flex; align-items: center; }

.footer .f_info .address span{ font-size: 72px; line-height: 1; color: var(--zhu-color); margin-right: 12px; }

.footer .f_info .address p{ font-size: 20px; line-height: 1.5; display: block; color: var(--zhu-color); }

.footer .f_copy{ padding:24px 0; border-top:1px solid var(--zhu-color); text-align: center; }

.footer .f_copy p, .footer .f_copy p a{ font-size: 18px; color: var(--zhu-color); line-height: 1; }

@media only screen and (max-width: 1400px){

  .footer{ padding-top: 30px; }

  .footer .f_info{ padding:45px 0; }

  .footer .f_info .tel span, .footer .f_info .address span{ font-size: 62px; }

  .footer .f_info .tel b{ font-size: 32px; }

  .footer .f_info .address p{ font-size: 18px; }

  .footer .f_info .logo a img{ max-width: 34%; }

  .footer .f_info .logo a .txt b{ font-size: 33px; letter-spacing: 0; }

  .footer .f_info .logo a .txt span{ font-size: 20px; }

  .footer .f_copy{ padding:22px 0; }

}

@media only screen and (max-width: 1200px){

  .footer{ padding-top: 25px; }

  .footer .f_info{ padding:40px 0; }

  .footer .f_info .tel span, .footer .f_info .address span{ font-size: 52px; }

  .footer .f_info .tel b{ font-size: 30px; }

  .footer .f_info .address p{ font-size: 16px; }

  .footer .f_info .logo a img{ max-width: 30%; }

  .footer .f_info .logo a .txt b{ font-size: 30px; margin:4px 0; }

  .footer .f_info .logo a .txt span{ font-size: 18px; }

  .footer .f_copy{ padding:20px 0; }

}

@media only screen and (max-width: 992px){

  .footer{ padding-top: 20px; }

  .footer .f_nav a{ font-size: 17px; }

  .footer .f_info{ flex-direction: column; padding:0; }

  .footer .f_info .logo, .footer .f_info .tel, .footer .f_info .address{ width: 100%; height: auto; padding:15px 0; display: flex; align-items: center; justify-content: center; }

  .footer .f_info .tel span, .footer .f_info .address span{ font-size: 42px; }

  .footer .f_info .tel b{ font-size: 26px; }

  .footer .f_copy p, .footer .f_copy p a{ font-size: 17px; }

  .footer .f_info .logo a{ width: 100%; align-items: center; justify-content: center; }

  .footer .f_info .logo a img{ max-width: 100%; height: 56px; }

  .footer .f_copy{ padding:18px 0; }

}

@media only screen and (max-width: 768px){

  .footer{ padding-top: 15px; }

  .footer .f_nav{ display: none; }

  .footer .f_copy{ margin-bottom: 55px; }

  .footer .f_copy p, .footer .f_copy p a{ font-size: 16px; }

  .footer .f_copy{ padding:16px 0; }

}

@media only screen and (max-width: 640px){

  .footer{ padding-top: 10px; }

  .footer .f_copy p, .footer .f_copy p a{ font-size: 15px; }

  .footer .f_info .logo a .txt b{ font-size: 26px; margin:4px 0; }

  .footer .f_info .logo a .txt span{ font-size: 15px; }

  .footer .f_info .logo a img{ height: 49px; }

  .footer .f_copy{ padding:14px 0; }

}

@media only screen and (max-width: 567px){

  .footer .f_info .tel, .footer .f_info .address{ flex-direction: column; }

  .footer .f_info .tel span, .footer .f_info .address span{ margin-bottom: 12px; }

  .footer .f_info .address p{ line-height: 1.5; text-align: center; }

  .footer .f_copy p, .footer .f_copy p a{ font-size: 14px; line-height: 1.5; }

  .footer .f_copy{ padding:12px 0; }

}

@media only screen and (max-width: 414px){

  .footer .f_copy p, .footer .f_copy p a{ font-size: 13px; }

  .footer .f_info .logo a .txt b{ font-size: 22px; margin:2px 0; }

  .footer .f_info .logo a .txt span{ font-size: 13px; }

  .footer .f_info .logo a img{ height: 39px; }

  .footer .f_copy{ padding:10px 0; }

}



/* main */

.main{ overflow: hidden; padding:30px 0; }

@media only screen and (max-width: 1400px){

}

@media only screen and (max-width: 1200px){

  .main{ padding:25px 0; }

}

@media only screen and (max-width: 992px){

  .main{ padding:20px 0; }

}

@media only screen and (max-width: 768px){

  .main{ padding:15px 0; }

}

@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 576px){

}



/* crumbs */

.crumbs{ box-sizing: border-box; padding:16px 0; width: 100%; background: var(--zhu-color); overflow: hidden; }

.crumbs .inner{ display: flex; align-items: center; justify-content: space-between; }

.crumbs p{ width: 50%; display: flex; align-items: center; line-height: 1; font-size: 18px; color: #ffffff; }

.crumbs p a{ line-height: 1; font-size: 18px; color: #ffffff; }

@media only screen and (max-width: 1400px){

  .crumbs{ padding:15px 0; }

}

@media only screen and (max-width: 1200px){

  .crumbs{ padding:14px 0; }

  .crumbs p{ font-size: 17px; }

  .crumbs p a{ font-size: 17px; }

}

@media only screen and (max-width: 992px){

  .crumbs{ padding:13px 0; }

  .crumbs p{ font-size: 16px; width: 100%; }

  .crumbs p a{ font-size: 16px; }

}

@media only screen and (max-width: 768px){

  .crumbs{ padding:12px 0; }

  .crumbs p{ font-size: 15px; }

  .crumbs p a{ font-size: 15px; }

}

@media only screen and (max-width: 640px){

  .crumbs p{ font-size: 14px; }

  .crumbs p a{ font-size: 14px; }

}

@media only screen and (max-width: 576px){

  .crumbs p{ font-size: 13px; }

  .crumbs p a{ font-size: 13px; }

  .crumbs p span{ display: none; }



}

@media only screen and (max-width: 414px){

  .crumbs p{ font-size: 12px; }

  .crumbs p a{ font-size: 12px; }

}



/* service_list */

.service_list{ overflow: hidden; width: 100%; margin:0; }

.service_list a{ display: flex; flex-direction: column; overflow: hidden; }

.service_list a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 10px; }

.service_list a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.service_list a b{ font-weight: normal; margin:25px 0; font-size: 18px; color: #f2a7be;  text-align: center; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box; padding:0 15px; transition: all .3s; }

.service_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.service_list a:hover b{ transition: all .3s; color: var(--pei-color); }

@media only screen and (max-width: 1400px){

  .service .inner{ padding:0; }

  .service_list a b{ margin:20px 0; font-size: 18px; }

}

@media only screen and (max-width: 1200px){

  .service_list a b{ margin:18px 0; font-size: 17px; }

}

@media only screen and (max-width: 992px){

  .service_list a b{ margin:16px 0; font-size: 16px; }

}

@media only screen and (max-width: 768px){

  /* .service_list li{ padding-right: 7.5px; } */

  /* .service_list li:nth-child(2n+0){ padding-right: 15px; padding-left: 7.5px; } */

  .service_list a b{ margin:15px 0; font-size: 15px; }

}

@media only screen and (max-width: 640px){

  .service_list a b{ margin:14px 0; font-size: 14px; }

}

@media only screen and (max-width: 576px){

  .service_list a b{ margin:13px 0; font-size: 13px; }

}

@media only screen and (max-width: 414px){

  .service_list a b{ margin:12px 0; font-size: 12px; }

}



/* article_main */

.article_main{ padding:30px 0; background: #ffffff; }

.article_content .left{ padding-left: 0; padding-right: 15px; }

.article_content .right{ padding-left: 15px; padding-right: 0; }

.article_content .single{ font-size: 16px; color: #666666; line-height: 1.5;}

.article_content .single img{ max-width: 100%; margin:12px 0!important }

.img_one{ box-sizing: border-box; border-radius: 10px; padding:24px; border:1px solid #f5f5f5; text-align: center; width: 100%; }

.img_one img{ max-width: 100%; }

.article_box{ background: #fff; box-sizing: border-box; }

.page_tit{ position: relative; padding: 30px 0; text-align: left; }

.page_tit b{ display: block; font-size: 32px; color: var(--zhu-color); line-height: 1.5; font-weight: normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.page_tit .meta{ font-size: 14px; color: #999999; line-height: 1; margin:18px 0 0; border-bottom: solid 1px #e9e9e9; padding-bottom: 15px; }

.page_tit .meta span{ display: inline-block; margin-right: 8px; color: #393939; font-size: 20px; }



.goods_box{ overflow: hidden; }

.goods_box .img_one{ box-sizing: border-box; border-radius: 10px; padding:0; border:1px solid #f5f5f5; text-align: center; width: 100%; padding-bottom: 51%; overflow: hidden; position: relative; }

.goods_box .img_one img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; left:0; }

.goods_box .tags{ margin-top: 12px; display: flex; flex-wrap: wrap; }

.goods_box .tags li{ background: var(--zhu-color); font-size: 16px; color: #ffffff; border-radius: 30px; padding:4px 30px; margin-right: 12px; }

.goods_box .single{ font-size: 16px; color: var(--zhu-color); line-height: 1.875; }





.prev_next{ width:100%; margin:20px 0 0; display: flex; border:1px solid #e9e9e9; }

.prev_next > div{ width:50%; padding:12px 15px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }

.prev_next > div + div{ border-left:1px solid #e9e9e9; }

.prev_next > div a{ color: #999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; width: calc(100% - 100px); font-size: 14px; }

.prev_next > div a:hover{ color: var(--zhu-color); }

@media only screen and (max-width: 1400px){

  .product_info .inner{ padding:0; }

  .img_one{ padding:20px; }

  .page_tit{ padding: 28px 0; }

  .page_tit b{ font-size: 28px; }

  .page_tit .meta{ font-size: 14px; margin:15px 0 0; padding-bottom: 15px; }

}

@media only screen and (max-width: 1200px){

  .img_one{ padding:18px; }

  .page_tit{ padding: 26px 0; }

  .page_tit b{ font-size: 26px; }

  .page_tit .meta{ font-size: 13px; margin:12px 0 0; padding-bottom: 12px; }

}

@media only screen and (max-width: 992px){

  .img_one{ padding:16px; }

  .page_tit{ padding: 24px 0; }

  .page_tit b{ font-size: 24px; }

  .article_content .right{ padding-left: 0; }

  .article_content .left{ padding-right: 0; }

  .page_tit .meta{ font-size: 12px; margin:10px 0 0; padding-bottom: 10px; }

}

@media only screen and (max-width: 768px){

  .img_one{ padding:14px; }

  .page_tit{ padding: 22px 0; }

  .page_tit b{ font-size: 22px; }

  .page_tit .meta span{ font-size: 16px;}

  .prev_next{ flex-wrap: wrap; }

  .prev_next > div{ width: 100%; }

  .prev_next > div + div{ border-left: 0; border-top: 1px solid #e9e9e9; }

}

@media only screen and (max-width: 640px){

  .img_one{ padding:12px; }

  .page_tit{ padding: 20px 0; text-align: center; }

  .page_tit b{ font-size: 20px; }

  .article_content .single{ font-size: 15px; }

  .page_tit .meta span{ font-size: 15px;}

  .goods_box .tags{ justify-content: center; }

  .goods_box .tags li{ padding:4px 16px; margin:0 6px; }

}

@media only screen and (max-width: 576px){

  .page_tit{ padding: 18px 0; }

  .page_tit b{ font-size: 18px; }

  .article_content .single{ font-size: 14px; }

  .page_tit .meta span{ font-size: 14px; margin-right: 6px; }

  .goods_box .tags li{ font-size: 13px; padding:4px 16px; }

  .goods_box .single{ font-size: 14px; } 

}

@media only screen and (max-width: 414px){

  .page_tit{ padding: 16px 0; }

  .page_tit b{ font-size: 16px; }

  .article_content .single{ font-size: 13px; }

  .page_tit .meta span{ font-size: 13px; margin-right: 4px; }

  .goods_box .tags li{ font-size: 12px; padding:3px 15px; margin:0 6px; }

  .goods_box .single{ font-size: 13px; line-height: 1.875; } 

}



.sider{ overflow: hidden; width: 100%; }

.sider .type{ display: flex; flex-direction: column; }

.sider .type a{ display: flex; align-items: center; justify-content: center; background: var(--zhu-color); padding:12px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size: 24px; color: #ffffff; border-radius: 30px; transition: all .3s; }

.sider .type a + a{ margin-top: 20px; }

.sider .type a:hover{ transition: all .3s; background: var(--pei-color); }

.sider .type a.vl{ background: #ffffff; color: var(--zhu-color); border:1px solid var(--zhu-color); transition: all .3s;  }

.sider .type a.vl:hover{ transition: all .3s; background: var(--pei-color); color: #ffffff; border-color: var(--pei-color); }

@media only screen and (max-width: 1400px){

  .sider .type a{ padding:10px; font-size: 20px; }

  .sider .type a + a{ margin-top: 15px; }

}

@media only screen and (max-width: 1200px){

  .sider .type a{ padding:8px; font-size: 18px; }

  .sider .type a + a{ margin-top: 10px; }

}

@media only screen and (max-width: 992px){

  .sider{ margin-bottom: 20px; }

  .sider .type a{ padding:6px; font-size: 16px; }

  .sider .type{ display: flex; flex-wrap: wrap; flex-direction: row; }

  .sider .type a{ width: calc(25% - 11.25px); margin:4px 0; margin-right: 15px; }

  .sider .type a + a{ margin-top: 4px; }

  .sider .type a:nth-child(4n+0){ margin-right: 0; }

}

@media only screen and (max-width: 768px){

  .sider .type a{ padding:4px; font-size: 15px; }

}

@media only screen and (max-width: 640px){

  .sider .type a{ font-size: 14px; }

  .sider .type a{ width: calc(50% - 7.5px); margin:4px 0; margin-right: 15px; }

  .sider .type a:nth-child(2n+0){ margin-right: 0; }

  .sider .type a:nth-child(4n+0){ margin-right: 0; }

}

@media only screen and (max-width: 576px){

  .sider .type a{ font-size: 13px; }

}

@media only screen and (max-width: 414px){

  .sider .type a{ font-size: 12px; }

}



.s_equ{ overflow: hidden; margin-top: 36px; background: var(--zhu-color); border-radius: 10px; box-sizing: border-box; padding:20px; }

.s_equ > b{ text-align: center; display: block; padding:16px 0 26px; line-height: 1; font-size: 24px; color: #ffffff; }

.s_equ #sequ{ width: 100%; overflow: hidden; border-radius: 15px; }

.s_equ #sequ a{ display: block; width: 100%; padding-bottom: 67%; position: relative; overflow: hidden; }

.s_equ #sequ a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.s_equ #sequ .swiper-pagination-bullet{ width: 8px; height: 8px; background: transparent; border:1px solid #ffffff; border-radius: 50%; opacity: 1; margin:0 2px; transition: all .3s; }

.s_equ #sequ .swiper-pagination-bullet-active{ transition: all .3s; background: #ffffff; }

.s_equ .s_tel{ display: flex; align-items: center; padding:26px 0; justify-content: center; }

.s_equ .s_tel i{ font-size: 50px; line-height: 1; color: #ffffff; margin-right: 16px; }

.s_equ .s_tel b{ display: block; font-size: 24px; color: #ffffff; line-height: 1.3; font-weight: bold; }

.s_equ > ul{ display: flex; width: 100%; align-items: flex-start; justify-content: space-between; }

.s_equ > ul li a{ display: inline-flex; flex-direction: column; justify-content: center; align-items: center; }

.s_equ > ul li a i{ display: inline-flex; width: 85px; height: 85px; border-radius: 10px; align-items: center; justify-content: center; border:1px solid #ffffff; font-size: 52px; line-height: 1; color: #fff; font-weight: 200; }

.s_equ > ul li a p{ font-size: 14px; color: #ffffff; line-height: 1; text-align: center; margin: 10px 0; }



@media only screen and (max-width: 1400px){

  .s_equ{ padding:10px; }

  .s_equ > b{ padding:10px 0 20px; line-height: 1; font-size: 20px; }

  .s_equ .s_tel{ padding:20px 0; }

  .s_equ .s_tel i{ margin-right: 8px; }

  .s_equ > ul{ justify-content: space-around; }

  .s_equ > ul li a i{ width: 60px; height: 60px; font-size: 36px; }



}

@media only screen and (max-width: 1200px){

  .s_equ .s_tel b{ font-size: 18px; }

  .s_equ .s_tel i{ font-size: 40px; }

}

@media only screen and (max-width: 992px){

  .s_equ{ 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){

}



/* env_list */

.env_list{ overflow: hidden; width: 100%; flex-wrap: wrap; display: flex; align-items: flex-start; }

.env_list li{ width: calc(33.3% - 20px); margin-right: 30px; }

.env_list li:nth-child(3n+0){ margin-right: 0; }

.env_list li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; }

.env_list li a .img{ border:1px solid #f6f6f6; border-radius: 10px; width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 10px; }

.env_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.env_list a b{ font-weight: normal; margin:25px 0; font-size: 18px; color: #f2a7be;  text-align: center; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box; padding:0 15px; transition: all .3s; }

.env_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.env_list a:hover b{ transition: all .3s; color: var(--pei-color); }

@media only screen and (max-width: 1400px){

  .env_list li{ width: calc(33.3% - 11.25px); margin-right: 15px; }

  .env_list a b{ margin:20px 0; }

}

@media only screen and (max-width: 1200px){

  .env_list a b{ margin:14px 0; }

}

@media only screen and (max-width: 992px){

  .env_list a b{ margin:14px 0; font-size: 17px; }

}

@media only screen and (max-width: 768px){

  .env_list{ justify-content: space-between; }

  .env_list li{ width: calc(50% - 7.5px); margin-right: 15px; }

  .env_list li:nth-child(2n+0){ margin-right: 0; }

  .env_list li:nth-child(3n+0){ margin-right: 15px; }

  .env_list li:nth-child(6n+0){ margin-right: 0; }

  .env_list a b{ margin:13px 0; font-size: 16px; }

}

@media only screen and (max-width: 640px){

  .env_list a b{ margin:12px 0; font-size: 15px; }

}

@media only screen and (max-width: 576px){

  .env_list a b{ margin:11px 0; font-size: 14px; }

}

@media only screen and (max-width: 414px){

  .env_list a b{ margin:10px 0; font-size: 13px; }

}



/* pro_list */

.pro_list{ overflow: hidden; width: 100%; flex-wrap: wrap; display: flex; align-items: flex-start; }

.pro_list li{ width: calc(33.3% - 20px); margin-right: 30px; }

.pro_list li:nth-child(3n+0){ margin-right: 0; }

.pro_list li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; }

.pro_list li a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; border-radius: 10px; }

.pro_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.pro_list a b{ font-weight: normal; margin:25px 0; font-size: 18px; color: #f2a7be;  text-align: center; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box; padding:0 15px; transition: all .3s; }

.pro_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.pro_list a:hover b{ transition: all .3s; color: var(--pei-color); }



@media only screen and (max-width: 1400px){

  .pro_list li{ width: calc(33.3% - 11.25px); margin-right: 15px; }

  .pro_list a b{ margin:20px 0; }

}

@media only screen and (max-width: 1200px){

  .pro_list a b{ margin:14px 0; }

}

@media only screen and (max-width: 992px){

  .pro_list a b{ margin:14px 0; font-size: 17px; }

}

@media only screen and (max-width: 768px){

  .pro_list{ justify-content: space-between; }

  .pro_list li{ width: calc(50% - 7.5px); margin-right: 15px; }

  .pro_list li:nth-child(2n+0){ margin-right: 0; }

  .pro_list li:nth-child(3n+0){ margin-right: 15px; }

  .pro_list li:nth-child(6n+0){ margin-right: 0; }

  .pro_list a b{ margin:13px 0; font-size: 16px; }

}

@media only screen and (max-width: 640px){

  .pro_list a b{ margin:12px 0; font-size: 15px; }

}

@media only screen and (max-width: 576px){

  .pro_list a b{ margin:11px 0; font-size: 14px; }

}

@media only screen and (max-width: 414px){

  .pro_list a b{ margin:10px 0; font-size: 13px; }

}



/* s_banner */

.s_banner{ display: block; box-sizing: border-box; position: relative; z-index: 1; }

.env_banner{ padding:416px 0; background:url(../images/env_banner.jpg) no-repeat top center; background-attachment: fixed; }

.team_banner{ padding:370px 0; background:url(../images/team_banner.jpg) no-repeat top center; background-attachment: fixed; }

.company_banner{ padding:256px 0; background:url(../images/company_banner.jpg) no-repeat top center; background-attachment: fixed; }

.proinfo_banner{ padding:375px 0; background:url(../images/proinfo_banner.jpg) no-repeat top center; background-attachment: fixed; }

.env_in_banner{ padding:300px 0; background-repeat: no-repeat; background-size: cover; }





.product_banner{ padding:80px 0 60px; background: #fcedf2 ; }

.product_banner .tit{ display: flex; flex-direction: column; align-items: center; justify-content: center; }

.product_banner .tit b{ font-size: 56px; color: var(--zhu-color); line-height: 1; font-weight: bold; }

.product_banner .tit b span{ font-weight: normal; }

.product_banner .tit small{ font-size: 24px; color: var(--zhu-color); line-height: 1; text-transform: uppercase; margin:20px 0 34px; }

@media only screen and (max-width: 1400px){

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ background-size: cover; padding: 276px 0; background-attachment: unset; }

  .product_banner{ padding:60px 0; background: #fcedf2; }

  .product_banner .tit b{ font-size: 42px; }

  .product_banner .tit small{ font-size: 20px; margin:16px 0 24px; }

}

@media only screen and (max-width: 1200px){

  .product_banner{ padding:50px 0; }

  .product_banner .tit b{ font-size: 36px; }

  .product_banner .tit small{ font-size: 15px; margin:14px 0 22px; }

}

@media only screen and (max-width: 992px){

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ padding: 200px 0; }

  .product_banner{ padding:40px 0; }

  .product_banner .tit b{ font-size: 32px; }

  .product_banner .tit small{ font-size: 14px; margin:12px 0 20px; }

}

@media only screen and (max-width: 768px){

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ padding: 180px 0; }

  .product_banner{ padding:30px 0; }

  .product_banner .tit b{ font-size: 26px; }

  .product_banner .tit small{ font-size: 13px; margin:10px 0 18px; }

}

@media only screen and (max-width: 640px){

  .product_banner{ padding:25px 0; }

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ padding: 160px 0; }

  .product_banner .tit b{ font-size: 24px; font-weight: normal; }

  .product_banner .tit small{ font-size: 12px; margin:12px 0; }

}

@media only screen and (max-width: 576px){

  .product_banner{ padding:20px 0; }

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ padding: 130px 0; }

  .product_banner .tit{ text-align: center; }

  .product_banner .tit b{ font-size: 20px; font-weight: normal; line-height: 1.3; }

  .product_banner .tit small{ line-height: 1.3; }

}

@media only screen and (max-width: 414px){

  .product_banner{ padding:15px 0; }

  .company_banner, .team_banner, .env_banner, .env_in_banner, .proinfo_banner{ padding: 80px 0; }

  .product_banner .tit b{ font-size: 18px; font-weight: normal; }

  .product_banner .tit small{ margin:10px 0;  }

}



/* env_tit */

@font-face {

  font-family: "思源宋体";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/fC2rdBEW01IJ/XcB07xcymVSpe5uZyR0QA.woff2") format("woff2"),

  url("//at.alicdn.com/wf/webfont/fC2rdBEW01IJ/Q3el5hxzakvqanUPymF5t.woff") format("woff");

  font-display: swap;

}

.env_tit{ overflow: hidden; margin-top: -150px; position: relative; z-index: 33; }

.env_tit .tit{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 326px; height: 326px; border-radius: 50%; background: var(--zhu-color); position: relative; }

.env_tit .tit::before{ content: ""; width: 100%; height: 31px; background: url(../images/env_tit_bg.png); position: absolute; top:64px; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.env_tit .tit::after{ content: ""; width: 100%; height: 31px; background: url(../images/env_tit_bg.png); position: absolute; bottom: 64px; transform: rotate(-180deg); left:0; }

.env_tit .tit b{ font-family: "思源宋体"; font-size: 60px; color: #ffffff; line-height: 1; }

.env_tit .tit span{ display: block; width: 70%; margin:15px auto 0; position: relative; text-align: center; }

.env_tit .tit span::before{ content: ""; width: 100%; height: 1px; background: #ffffff; border:0; position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.env_tit .tit span small{ display: inline-block; font-size: 24px; color: #ffffff; padding:0 15px; background: var(--zhu-color); position: relative; }

@media only screen and (max-width: 1400px){

  .env_tit{ margin-top: -100px; }

  .env_tit .tit{  width: 200px; height: 200px; }

  .env_tit .tit::before, .env_tit .tit::after{ display: none; }

  .env_tit .tit b{ font-size: 40px; }

  .env_tit .tit span small{ font-size: 20px;  }

}

@media only screen and (max-width: 1200px){

  .env_tit{ margin-top: -80px; }

  .env_tit .tit{  width: 160px; height: 160px; }

  .env_tit .tit b{ font-size: 32px; }

  .env_tit .tit span{ width: 100%; margin:14px auto 0; }

  .env_tit .tit span small{ font-size: 18px;  }

}

@media only screen and (max-width: 992px){

  .env_tit{ margin-top: -70px; }

  .env_tit .tit{  width: 140px; height: 140px; }

  .env_tit .tit b{ font-size: 24px; }

  .env_tit .tit span{ width: 100%; margin:12px auto 0; }

  .env_tit .tit span small{ font-size: 16px;  }

}

@media only screen and (max-width: 768px){

  .env_tit{ margin-top: -60px; }

  .env_tit .tit{  width: 120px; height: 120px; }

  .env_tit .tit b{ font-size: 20px; }

  .env_tit .tit span{ width: 100%; margin:10px auto 0; }

  .env_tit .tit span::before{ display: none; }

  .env_tit .tit span small{ font-size: 14px;  }

}

@media only screen and (max-width: 640px){

  .env_tit{ margin-top: -50px; }

  .env_tit .tit{  width: 100px; height: 100px; }

  .env_tit .tit b{ font-size: 18px; }

  .env_tit .tit span{ width: 100%; margin:8px auto 0; }

  .env_tit .tit span small{ font-size: 12px;  }

}

@media only screen and (max-width: 576px){

}

@media only screen and (max-width: 414px){

}



/* env_nav */

#env_nav{ display: flex; align-items: center; background: #f5f5f5; margin-bottom: 30px; }

#env_nav li p{ display: inline-block; padding:30px 50px; }

#env_nav li a{ font-size: 24px; color: #666666; }

#env_nav li p{ line-height: 1; }

#env_nav li p.current{ background: var(--zhu-color); }

#env_nav li p.current a{ color: #ffffff; }

.up{ position: fixed; left: 50%; top:0; width: 1400px; z-index: 9999; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.env_content{ overflow: hidden; }

.env_content hr{ display: block; margin:30px 0; border:0; height: 1px; width: 100%; border-bottom: 1px dashed var(--zhu-color); }

.env_content strong{ font-size: 18px; color: #666666; margin-bottom: 15px; display: block; }

.env_content p{ font-size: 16px; color: #666666; line-height: 2; }

#env_show{ display: flex; align-items: center; flex-wrap: wrap; }

#env_show li{ width: calc(25% - 22.5px); margin-right: 30px; margin-bottom: 30px; }

#env_show li:nth-child(4n+0){ margin-right: 0; }

#env_show li > p{ display: flex; width: 100%; padding-bottom: 71%; position: relative; overflow: hidden; }

#env_show li > p img{ width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .3s; }

@media only screen and (max-width: 1400px){

  #env_nav{ margin-bottom: 25px; }

  #env_nav li p{ display: inline-block; padding:25px 40px; }

  #env_nav li a{ font-size: 22px; color: #666666; }

  .env_content hr{ margin:25px 0; }

  .env_content strong{ font-size: 17px; margin-bottom: 15px; }

  .env_content p{ font-size: 15px; line-height: 2; }

  .up{ width: 100%; }

  #env_show li{ width: calc(25% - 11.25px); margin-right: 15px; margin-bottom: 15px; }

  #env_show li:nth-child(4n+0){ margin-right: 0; }

}

@media only screen and (max-width: 1200px){

  #env_nav{ margin-bottom: 20px; }

  #env_nav li p{ display: inline-block; padding:20px 35px; }

  #env_nav li a{ font-size: 20px; color: #666666; }

  .env_content hr{ margin:20px 0; }

  .env_content strong{ font-size: 16px; margin-bottom: 14px; }

  .env_content p{ font-size: 14px; line-height: 1.8; }

  #env_show li{ width: calc(33.3% - 15px); margin-right: 15px; margin-bottom: 15px; }

  #env_show li:nth-child(4n+0){ margin-right: 15px; }

}

@media only screen and (max-width: 992px){

  #env_nav{ margin-bottom: 15px; }

  #env_nav li p{ display: inline-block; padding:15px 30px; }

  #env_nav li a{ font-size: 18px; color: #666666; }

  .env_content hr{ margin:15px 0; }

  .env_content strong{ font-size: 15px; margin-bottom: 12px; }

  .env_content p{ font-size: 14px; line-height: 1.7; }

}

@media only screen and (max-width: 768px){

  #env_nav{ margin-bottom: 10px; }

  #env_nav li p{ display: inline-block; padding:10px 20px; }

  #env_nav li a{ font-size: 14px; color: #666666; }

  .env_content hr{ margin:10px 0; }

  .env_content strong{ font-size: 14px; margin-bottom: 10px; }

  .env_content p{ font-size: 13px; line-height: 1.6; }

  #env_show{ justify-content: space-between; }

  #env_show li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }

  #env_show li:nth-child(2n+0){ margin-right: 0; }

  #env_show li:nth-child(4n+0){ margin-right: 0; }

}

@media only screen and (max-width: 576px){

  #env_nav{ margin-bottom: 8px; }

  #env_nav li p{ display: inline-block; padding:10px; }

  #env_nav li a{ font-size: 12px; color: #666666; }

  .env_content hr{ margin:5px 0; }

  .env_content strong{ font-size: 13px; margin-bottom: 15px; }

  .env_content p{ font-size: 12px; line-height: 1.5; }

}

@media only screen and (max-width: 414px){

  #env_nav{ margin-bottom: 6px; }

}



/* team_nav */

#team_nav{ display: flex; align-items: center; background: #f5f5f5; margin-bottom: 30px; width: 100%; }

#team_nav li p{ display: inline-block; padding:30px 50px; }

#team_nav li a{ font-size: 24px; color: #666666; }

#team_nav li p{ line-height: 1; }

#team_nav li p.current, #team_nav li p:hover{ background: var(--zhu-color); }

#team_nav li p.current a, #team_nav li p:hover a{ color: #ffffff; }

.up{ position: fixed; left: 50%; top:0; width: 1400px; z-index: 9999; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.team_content{ overflow: hidden; }

.team_content hr{ display: block; margin:30px 0; border:0; height: 1px; width: 100%; border-bottom: 1px dashed var(--zhu-color); }

.team_content strong{ font-size: 18px; color: #666666; margin-bottom: 15px; display: block; }

.team_content p{ font-size: 16px; color: #666666; line-height: 2; }

#team_show{ display: flex; align-items: center; flex-wrap: wrap; }

#team_show li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }

#team_show li:nth-child(3n+0){ margin-right: 0; }

#team_show li > p{ display: flex; width: 100%; padding-bottom: 73%; position: relative; overflow: hidden; }

#team_show li > p img{ width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .3s; }

@media only screen and (max-width: 1400px){

  #team_nav{ margin-bottom: 25px; }

  #team_nav li p{ display: inline-block; padding:25px 40px; }

  #team_nav li a{ font-size: 22px; color: #666666; }

  .team_content hr{ margin:25px 0; }

  .team_content strong{ font-size: 17px; margin-bottom: 15px; }

  .team_content p{ font-size: 15px; line-height: 2; }

  .up{ width: 100%; }

  #team_show li{ width: calc(33.3% - 7.5px); margin-right: 15px; margin-bottom: 15px; }

  #team_show li:nth-child(3n+0){ margin-right: 0; }

}

@media only screen and (max-width: 1200px){

  #team_nav{ margin-bottom: 20px; }

  #team_nav li p{ display: inline-block; padding:20px 35px; }

  #team_nav li a{ font-size: 20px; color: #666666; }

  .team_content hr{ margin:20px 0; }

  .team_content strong{ font-size: 16px; margin-bottom: 14px; }

  .team_content p{ font-size: 14px; line-height: 1.8; }

}

@media only screen and (max-width: 992px){

  #team_nav{ margin-bottom: 15px; }

  #team_nav li p{ display: inline-block; padding:15px 30px; }

  #team_nav li a{ font-size: 18px; color: #666666; }

  .team_content hr{ margin:15px 0; }

  .team_content strong{ font-size: 15px; margin-bottom: 12px; }

  .team_content p{ font-size: 14px; line-height: 1.7; }

}

@media only screen and (max-width: 768px){

  #team_nav{ margin-bottom: 10px; }

  #team_nav li p{ display: inline-block; padding:10px 20px; }

  #team_nav li a{ font-size: 14px; color: #666666; }

  .team_content hr{ margin:10px 0; }

  .team_content strong{ font-size: 14px; margin-bottom: 10px; }

  .team_content p{ font-size: 13px; line-height: 1.6; }

  #team_show{ justify-content: space-between; }

  #team_show li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }

  #team_show li:nth-child(2n+0){ margin-right: 0; }

  #team_show li:nth-child(4n+0){ margin-right: 0; }

}

@media only screen and (max-width: 576px){

  #team_nav{ margin-bottom: 8px; }

  #team_nav li p{ display: inline-block; padding:10px; }

  #team_nav li a{ font-size: 12px; color: #666666; }

  .team_content hr{ margin:5px 0; }

  .team_content strong{ font-size: 13px; margin-bottom: 15px; }

  .team_content p{ font-size: 12px; line-height: 1.5; }

}

@media only screen and (max-width: 414px){

  #team_nav{ margin-bottom: 6px; }

}





/* pro_box */

.pro_box{ width: 100%; overflow: hidden;; }

.pro_box .hd{ width: 100%; overflow: hidden; margin-bottom: 30px; }

.pro_box .hd ul{ display: flex; align-items: center; justify-content: center; }

.pro_box .hd li{ padding:10px 18px; border:1px solid var(--zhu-color); border-radius: 30px; font-size: 18px; color: var(--zhu-color); margin:0 15px; transition: all .3s; }

.pro_box .hd li:hover, .pro_box .hd li.on{ background: var(--zhu-color); color: #fff; transition: all .3s; }

.pro_box .bd{ width: 100%; overflow: hidden; }

.pro_box .bd ul{ width: 100%; display: flex; align-items: center; justify-content: space-between; }

.pro_box .bd ul .txt{ width: calc(50% - 15px); }

.pro_box .bd ul .txt p{ font-size: 18px; color: var(--zhu-color); line-height: 2; display: flex; align-items: flex-start; }

.pro_box .bd ul .txt p i{ font-size: 22px; color: var(--zhu-color); line-height: 1; margin-right: 12px; margin-top: 8px; }

.pro_box .bd ul .img{ width: calc(50% - 15px); border-radius: 10px; overflow: hidden; }

.pro_box .bd ul .img img{ max-width: 100%; }

@media only screen and (max-width: 1400px){

  .pro_box .hd{ margin-bottom: 25px; }

  .pro_box .hd li{ padding:8px 24px; font-size: 16px; margin:0 15px; }

  .pro_box .bd ul .txt p{ font-size: 16px; line-height: 2; }

  .pro_box .bd ul .txt p i{ font-size: 16px; margin-right: 6px; }

}

@media only screen and (max-width: 1200px){

  .pro_box .hd{ margin-bottom: 20px; }

  .pro_box .hd li{ padding:6px 18px; font-size: 15px; margin:0 12px; }

  .pro_box .bd ul .txt p{ font-size: 14px; line-height: 1.8; }

  .pro_box .bd ul .txt p i{ font-size: 14px; margin-right: 6px; }

}

@media only screen and (max-width: 992px){

  .pro_box .bd ul{ flex-wrap: wrap; }

  .pro_box .hd li{ padding:6px 18px; font-size: 14px; margin:0 12px; }

  .pro_box .bd ul .txt, .pro_box .bd ul .img{ width: 100%; text-align: center; }

  .pro_box .bd ul .txt{ align-items: center; }

  .pro_box .bd ul .img{ display: none; }

}

@media only screen and (max-width: 768px){

  .pro_box .hd li{ padding:6px 18px; font-size: 13px; margin:0 12px; }

}

@media only screen and (max-width: 640px){

  .pro_box .hd li{ padding:6px 18px; font-size: 12px; margin:0 12px; }

  .pro_box .bd ul .txt p{ flex-wrap: wrap; text-align: left; }

  .pro_box .bd ul .txt p i{ width: 100%; height: 0; overflow: hidden; margin-top: 0; }

}

@media only screen and (max-width: 576px){

}

@media only screen and (max-width: 414px){

}





/* contact */

.contact{ overflow: hidden; }

.contact_tit{ width: 100%; padding:30px 0 0; display: flex; flex-direction: column; overflow: hidden; align-items: center; justify-content: center; }

.contact_tit b{ font-size: 56px; color: var(--zhu-color); line-height: 1; letter-spacing: 2px; }

.contact_tit p{ font-size: 24px; color: var(--zhu-color); line-height: 1; letter-spacing: 2px; text-transform: uppercase; margin-top: 20px; }



#dituContent{ width: 100%; height: 426px; box-sizing: border-box; }

@media only screen and (max-width: 1400px){

  #dituContent{ height: 400px; }

  .contact_tit{ padding:28px 0 0; }

  .contact_tit b{ font-size: 50px; letter-spacing: 1px; }

  .contact_tit p{ font-size: 22px; letter-spacing: 1px; margin-top: 18px; }

}

@media only screen and (max-width: 1200px){

  #dituContent{ height: 380px; }

  .contact_tit{ padding:25px 0 0; }

  .contact_tit b{ font-size: 44px; letter-spacing: 0; }

  .contact_tit p{ font-size: 20px; letter-spacing: 0; margin-top: 16px; }

}

@media only screen and (max-width: 992px){

  #dituContent{ height: 340px; }

  .contact_tit{ padding:24px 0 0; }

  .contact_tit b{ font-size: 38px; }

  .contact_tit p{ font-size: 18px; margin-top: 14px; }

}

@media only screen and (max-width: 768px){

  #dituContent{ height: 300px; }

  .contact_tit{ padding:22px 0 0; }

  .contact_tit b{ font-size: 32px; }

  .contact_tit p{ font-size: 16px; margin-top: 12px; }

}

@media only screen and (max-width: 640px){

  #dituContent{ height: 280px; }

  .contact_tit{ padding:0 0 22px; text-align: center; }

  .contact_tit b{ font-size: 26px; }

  .contact_tit p{ font-size: 14px; margin-top: 10px; }

}

@media only screen and (max-width: 576px){

  #dituContent{ height: 260px; }

  .contact_tit{ padding:0 0 20px; }

  .contact_tit b{ font-size: 20px; }

  .contact_tit p{ font-size: 13px; margin-top: 8px; }

}

@media only screen and (max-width: 414px){

  #dituContent{ height: 240px; }

  .contact_tit{ padding:0 0 15px; }

  .contact_tit b{ font-size: 18px; font-weight: normal; }

  .contact_tit p{ font-size: 12px; margin-top: 6px; }

}



/* team_list */

.team_list{ overflow: hidden; width: 100%; flex-wrap: wrap; display: flex; align-items: flex-start; }

.team_list li{ width: calc(33.3% - 20px); margin-right: 30px; }

.team_list li:nth-child(3n+0){ margin-right: 0; }

.team_list li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; }

.team_list li a .img{ background:radial-gradient(#56635a,#1d2823); width: 100%; padding-bottom: 110%; position: relative; overflow: hidden; border-radius: 10px; }

.team_list li a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }

.team_list a b{ display: block; width: 100%; font-weight: normal; margin:25px 0; font-size: 18px; color: #f2a7be;  text-align: center; display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box; padding:0 15px; transition: all .3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.team_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.team_list a:hover b{ transition: all .3s; color: var(--pei-color); }



@media only screen and (max-width: 1400px){

  .team_list li{ width: calc(33.3% - 11.25px); margin-right: 15px; }

  .team_list a b{ margin:20px 0; }

}

@media only screen and (max-width: 1200px){

  .team_list a b{ margin:14px 0; }

}

@media only screen and (max-width: 992px){

  .team_list a b{ margin:14px 0; font-size: 17px; }

}

@media only screen and (max-width: 768px){

  .team_list{ justify-content: space-between; }

  .team_list li{ width: calc(50% - 7.5px); margin-right: 15px; }

  .team_list li:nth-child(2n+0){ margin-right: 0; }

  .team_list li:nth-child(3n+0){ margin-right: 15px; }

  .team_list li:nth-child(6n+0){ margin-right: 0; }

  .team_list a b{ margin:13px 0; font-size: 16px; }

}

@media only screen and (max-width: 640px){

  .team_list a b{ margin:12px 0; font-size: 15px; }

}

@media only screen and (max-width: 576px){

  .team_list a b{ margin:11px 0; font-size: 14px; }

}

@media only screen and (max-width: 414px){

  .team_list a b{ margin:10px 0; font-size: 13px; }

}



/* team_box */

.team_box{ overflow: hidden; width: 100%; }

.team_info{ display: flex; width: 100%; align-items: flex-start; justify-content: space-between; margin-bottom: 50px; }

.team_info .img{ width: calc(50% - 15px); background:radial-gradient(#56635a,#1d2823); border-radius: 10px; overflow: hidden; }

.team_info .img img{ width: 100%; height: 100%; object-fit: contain; }

.team_info .info{ width: calc(50% - 15px); }

.team_info .info > b{ display: block; font-size: 24px; color: var(--zhu-color); line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:35px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.team_info .info > .tags{ display: flex; align-items: center; flex-wrap: wrap; border-top:1px dashed var(--zhu-color); border-bottom:1px dashed var(--zhu-color); padding:20px 0; }

.team_info .info > .tags li{ width: calc(25% - 15px); margin:8px 0; margin-right: 15px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--zhu-color); border:1px solid var(--zhu-color); border-radius: 20px; padding:5px 0; }

.team_info .info > .tags li:nth-child(4n+0){ margin-right: 0; }

.team_info .info > small{ display: block; font-size: 24px; color: var(--zhu-color); line-height: 1; margin:24px 0; }

.team_info .info > p{ font-size: 14px; color: #cacaca; display: flex; align-items: center; }

.team_info .info > p i{ font-size: 18px; color: var(--zhu-color); line-height: 1; margin:0 2px; }

.team_info .info > .dsc{ margin-top: 18px; display: flex; align-items: center; flex-wrap: wrap; }

.team_info .info > .dsc li{ width: 50%; padding:7px 0; font-size: 16px; color: #cacaca; line-height: 1; }



@media only screen and (max-width: 1400px){

  .team_info .info > .tags li{ font-size: 13px; }

  .team_info .info > b{ padding:24px 0; font-size: 22px; }

  .team_info .info > .tags{ padding:12px 0; }

  .team_info .info > small{ font-size: 22px; margin:20px 0; }

  .team_info .info > .dsc{ margin-top: 16px; }

  .team_info .info > .dsc li{ font-size: 15px; }

  

}

@media only screen and (max-width: 1200px){

  .team_info .info > .tags li{ font-size: 12px; margin:4px 0; margin-right: 8px; width: calc(25% - 8px); }

  .team_info .info > b{ padding:10px 0; font-size: 20px; }

  .team_info .info > .tags{ padding:5px 0; }

  .team_info .info > small{ font-size: 20px; margin:15px 0; }

  .team_info .info > .dsc{ margin-top: 16px; }

  .team_info .info > .dsc li{ font-size: 14px; }

}

@media only screen and (max-width: 992px){

}

@media only screen and (max-width: 768px){

  .team_info .info > .tags li{ font-size: 12px; margin:4px 0; margin-right: 8px; width: calc(25% - 8px); }

  .team_info .info > b{ padding:10px 0; font-size: 18px; }

  .team_info .info > .tags{ padding:4px 0; }

  .team_info .info > small{ font-size: 16px; margin:12px 0; }

  .team_info .info > .dsc{ margin-top: 12px; }

  .team_info .info > .dsc li{ font-size: 12px; }

}

@media only screen and (max-width: 640px){

  .team_info{ flex-wrap: wrap; }

  .team_info .info, .team_info .img{ width: 100%; }

}

@media only screen and (max-width: 576px){

}

@media only screen and (max-width: 414px){

}



/* company_about */

.company_about{ overflow: hidden; }

.company_about > b{ font-size: 56px; color: #333333; line-height: 1; padding-bottom: 18px; display: block; position: relative; font-weight: normal; letter-spacing: 6px; margin-bottom: 30px; }

.company_about > b::after{ content: ""; display: block; width: 240px; height: 7px; background: var(--zhu-color); position: absolute; left:0; bottom: 0; border:0; }

.company_about .bd{ display: flex; align-items: center; justify-content: space-between; }

.company_about .bd .info{ width: calc(50% - 15px); }

.company_about .bd .info p{ font-size: 16px; color: #333333; line-height: 1.875; }

.company_about .bd .video{ width: calc(50% - 15px); }

.company_about .bd .video .img{ width: 100%; padding-bottom: 50%; position: relative; overflow: hidden; }

.company_about .bd .video .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }

.company_about .bd .video:hover img{ transition: all .3s; transform: scale(1.05); }

.company_about .bd .video .img .video_btn{ cursor: pointer; width: 80px; height: 80px; background: #fff; transition: all .3s; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.company_about .bd .video .img .video_btn span{ font-size: 30px; color: var(--zhu-color); margin-left: 0; line-height: 1; transition: all .3s; }

.company_about .bd .video .img .video_btn:hover{ transition: all .3s; width: 135px; height: 135px; }

.company_about .bd .video .img .video_btn:hover span{ transition: all .3s; font-size: 60px; margin-left: 10px; }

.company_about .bd .video p{ text-align: center; font-size: 26px; color: #333333; line-height: 1; margin-top: 26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

@media only screen and (max-width: 1400px){

  .company_about > b{ font-size: 50px; margin-bottom: 28px; }

  .company_about .bd .video .img{ padding-bottom: 64%; }

  .company_about .bd .info p{ font-size: 15px; }

  .company_about .bd .video p{ font-size: 20px; margin-top: 12px; }

}

@media only screen and (max-width: 1200px){

  .company_about > b{ font-size: 44px; margin-bottom: 24px; }

  .company_about > b::after{ width: 140px; height: 6px; }

  .company_about .bd{ flex-wrap: wrap; }

  .company_about .bd .info, .company_about .bd .video{ width: 100%; }

  .company_about .bd .video .img{ padding-bottom: 32%; }

  .company_about .bd .video .img .video_btn{ width: 70px; height: 70px; }

  .company_about .bd .video .img .video_btn:hover{ width: 120px; height: 120px; }

  .company_about .bd .video .img .video_btn span{ font-size: 27px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 46px; margin-left: 9px; }

  .company_about .bd .video p{ font-size: 18px; margin-top: 10px; }

}

@media only screen and (max-width: 992px){

  .company_about > b{ font-size: 38px; padding-bottom: 16px; letter-spacing: 4px; margin-bottom: 20px; }

  .company_about > b::after{ width: 120px; height: 5px; }

  .company_about .bd .video .img{ padding-bottom: 34%; }

  .company_about .bd .video .img .video_btn{ width: 60px; height: 60px; }

  .company_about .bd .video .img .video_btn:hover{ width: 100px; height: 100px; }

  .company_about .bd .video .img .video_btn span{ font-size: 24px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 42px; margin-left: 8px; }

  .company_about .bd .video p{ font-size: 16px; }

}

@media only screen and (max-width: 768px){

  .company_about > b{ font-size: 32px; padding-bottom: 14px; letter-spacing: 2px; margin-bottom: 18px; }

  .company_about > b::after{ width: 100px; height: 4px; }

  .company_about .bd .video .img{ padding-bottom: 36%; }

  .company_about .bd .video .img .video_btn{ width: 50px; height: 50px; }

  .company_about .bd .video .img .video_btn:hover{ width: 80px; height: 80px; }

  .company_about .bd .video .img .video_btn span{ font-size: 21px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 38px; margin-left: 7px; }

  .company_about .bd .video p{ font-size: 15px; }

}

@media only screen and (max-width: 640px){

  .company_about > b{ font-size: 26px; padding-bottom: 12px; letter-spacing: 0; margin-bottom: 16px; }

  .company_about > b::after{ width: 80px; height: 3px; }

  .company_about .bd .info p{ font-size: 14px; line-height: 1.65; }

  .company_about .bd .video .img{ padding-bottom: 38%; }

  .company_about .bd .video .img .video_btn{ width: 40px; height: 40px; }

  .company_about .bd .video .img .video_btn:hover{ width: 60px; height: 60px; }

  .company_about .bd .video .img .video_btn span{ font-size: 14px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 34px; margin-left: 6px; }

  .company_about .bd .video p{ font-size: 14px; }

}

@media only screen and (max-width: 576px){

  .company_about > b{ font-size: 20px; padding-bottom: 10px; margin-bottom: 14px; }

  .company_about > b::after{ width: 60px; height: 2px; }

  .company_about .bd .video .img{ padding-bottom: 40%; }

  .company_about .bd .video .img .video_btn{ width: 30px; height: 30px; }

  .company_about .bd .video .img .video_btn:hover{ width: 50px; height: 50px; }

  .company_about .bd .video .img .video_btn span{ font-size: 15px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 30px; margin-left: 5px; }

  .company_about .bd .video p{ font-size: 13px; }

}

@media only screen and (max-width: 414px){

  .company_about > b{ font-size: 16px; padding-bottom: 8px; margin-bottom: 12px; }

  .company_about > b::after{ width: 40px; height: 1px; }

  .company_about .bd .video .img{ padding-bottom: 42%; }

  .company_about .bd .video .img .video_btn{ width: 20px; height: 20px; }

  .company_about .bd .video .img .video_btn:hover{ width: 40px; height: 40px; }

  .company_about .bd .video .img .video_btn span{ font-size: 12px; }

  .company_about .bd .video .img .video_btn:hover span{ font-size: 26px; margin-left: 2px; }

}



/* company_video */

.company_video{ overflow: hidden; margin:30px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.company_video li{ width: calc(50% - 15px); position: relative; overflow: hidden; }

.company_video li .img{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden; }

.company_video li .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }

.company_video li:hover img{ transition: all .3s; transform: scale(1.05); }

.company_video li .img .avideo_btn{ cursor: pointer; width: 80px; height: 80px; background: #fff; transition: all .3s; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.company_video li .img .avideo_btn span{ font-size: 30px; color: var(--zhu-color); margin-left: 0; line-height: 1; transition: all .3s; }

.company_video li .img .avideo_btn:hover{ transition: all .3s; width: 135px; height: 135px; }

.company_video li .img .avideo_btn:hover span{ transition: all .3s; font-size: 60px; margin-left: 10px; }

.company_video li p{ text-align: center; font-size: 26px; color: #333333; line-height: 1; margin-top: 26px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }



@media only screen and (max-width: 1400px){

  .company_video{ margin:28px 0; }

  .company_video li p{ font-size: 20px; margin-top: 12px; }

}

@media only screen and (max-width: 1200px){

  .company_video{ margin:26px 0; }

  .company_video li{ width: calc(50% - 7.5px); }

  .company_video li .img{ padding-bottom: 56%; }

  .company_video li .img .avideo_btn{ width: 70px; height: 70px; }

  .company_video li .img .avideo_btn:hover{ width: 120px; height: 120px; }

  .company_video li .img .avideo_btn span{ font-size: 27px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 46px; margin-left: 9px; }

  .company_video li p{ font-size: 18px; margin-top: 10px; }

}

@media only screen and (max-width: 992px){

  .company_video{ margin:24px 0; }

  .company_video li .img{ padding-bottom: 58%; }

  .company_video li .img .avideo_btn{ width: 60px; height: 60px; }

  .company_video li .img .avideo_btn:hover{ width: 100px; height: 100px; }

  .company_video li .img .avideo_btn span{ font-size: 24px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 42px; margin-left: 8px; }

  .company_video li p{ font-size: 16px; }

}

@media only screen and (max-width: 768px){

  .company_video{ margin:22px 0; }

  .company_video li .img{ padding-bottom: 60%; }

  .company_video li .img .avideo_btn{ width: 50px; height: 50px; }

  .company_video li .img .avideo_btn:hover{ width: 80px; height: 80px; }

  .company_video li .img .avideo_btn span{ font-size: 21px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 38px; margin-left: 7px; }

  .company_video li p{ font-size: 15px; }

}

@media only screen and (max-width: 640px){

  .company_video{ margin:20px 0; }

  .company_video li .img{ padding-bottom: 62%; }

  .company_video li .img .avideo_btn{ width: 40px; height: 40px; }

  .company_video li .img .avideo_btn:hover{ width: 60px; height: 60px; }

  .company_video li .img .avideo_btn span{ font-size: 14px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 34px; margin-left: 6px; }

  .company_video li p{ font-size: 14px; }

}

@media only screen and (max-width: 576px){

  .company_video{ margin:18px 0; }

  .company_video li .img{ padding-bottom: 64%; }

  .company_video li .img .avideo_btn{ width: 30px; height: 30px; }

  .company_video li .img .avideo_btn:hover{ width: 50px; height: 50px; }

  .company_video li .img .avideo_btn span{ font-size: 15px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 30px; margin-left: 5px; }

  .company_video li p{ font-size: 13px; }

}

@media only screen and (max-width: 414px){

  .company_video{ margin:16px 0; }

  .company_video li .img{ padding-bottom: 70%; }

  .company_video li .img .avideo_btn{ width: 20px; height: 20px; }

  .company_video li .img .avideo_btn:hover{ width: 40px; height: 40px; }

  .company_video li .img .avideo_btn span{ font-size: 12px; }

  .company_video li .img .avideo_btn:hover span{ font-size: 26px; margin-left: 2px; }

}





/* company_tit */

.company_tit{ display: flex; flex-direction: column; margin:50px 0; align-items: center; justify-content: center; }

.company_tit b{ font-size: 56px; color: #333333; line-height: 1; font-weight: normal; }

.company_tit p{ font-size: 24px; color: #333333; line-height: 1; font-weight: normal; margin-top: 24px; }

@media only screen and (max-width: 1400px){

  .company_tit{ margin:45px 0; }

  .company_tit b{ font-size: 50px; }

}

@media only screen and (max-width: 1200px){

  .company_tit{ margin:40px 0; }

  .company_tit b{ font-size: 44px; }

  .company_tit p{ font-size: 22px; }

}

@media only screen and (max-width: 992px){

  .company_tit{ margin:35px 0; }

  .company_tit b{ font-size: 38px; }

  .company_tit p{ font-size: 20px; margin-top: 22px; }

}

@media only screen and (max-width: 768px){

  .company_tit{ margin:30px 0; }

  .company_tit b{ font-size: 32px; }

  .company_tit p{ font-size: 18px; margin-top: 20px; }

}

@media only screen and (max-width: 640px){

  .company_tit{ margin:25px 0; }

  .company_tit b{ font-size: 26px; }

  .company_tit p{ font-size: 16px; margin-top: 18px; }

}

@media only screen and (max-width: 576px){

  .company_tit{ margin:20px 0; }

  .company_tit b{ font-size: 20px; }

  .company_tit p{ font-size: 14px; margin-top: 16px; }

}

@media only screen and (max-width: 414px){

  .company_tit{ margin:15px 0; }

  .company_tit b{ font-size: 18px; }

  .company_tit p{ font-size: 13px; margin-top: 12px; }

}



/* company_advantage */

.company_advantage{ width: 100%; overflow: hidden; }

.company_advantage ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.company_advantage li{ transition: all .3s; margin-bottom: 30px; width: calc(50% - 15px); box-sizing: border-box; padding:30px; border:1px solid #ece9e9; }

.company_advantage li .hd{ transition: all .3s; display: flex; align-items: flex-start; justify-content: space-between; }

.company_advantage li .hd .tit{ transition: all .3s; width: calc(100% - 220px); display: flex; flex-direction: column; }

.company_advantage li .hd .tit b{ transition: all .3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 1; font-weight: normal; font-size: 30px; color: var(--zhu-color); display: block; position: relative; padding:15px 0; }

.company_advantage li .hd .tit b::before{ transition: all .3s; content: ""; display: block; width: 130px; height: 2px; background: var(--zhu-color); position: absolute; left:0; bottom:0; }

.company_advantage li .hd .tit span{ transition: all .3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; padding:10px 0 0; font-size: 18px; color: var(--zhu-color); display: block; position: relative; }

.company_advantage li .hd small{ transition: all .3s; display: inline-block; padding:30px 18px; background: var(--zhu-color); border-radius: 0 0 40px 40px; font-size: 48px; color: #ffffff; font-family: "BOD"; margin-top: -30px; line-height: 1; }

.company_advantage li .bd{ transition: all .3s; margin:20px 0; font-size: 18px; color: var(--zhu-color); line-height: 1.6; min-height: 116px; }

.company_advantage li:hover{ transition: all .3s; background: var(--zhu-color); }

.company_advantage li:hover .tit b{ transition: all .3s; color: #ffffff; }

.company_advantage li:hover .tit b::before{ transition: all .3s; background: #ffffff; }

.company_advantage li:hover .tit span{ transition: all .3s; color: #ffffff; }

.company_advantage li:hover .hd small{ transition: all .3s; background: #ffffff; color: var(--zhu-color); }

.company_advantage li:hover .bd{ transition: all .3s; color: #ffffff; }

.company_advantage li:hover .hd img{ transition: all .3s; mix-blend-mode: color-dodge; }

@media only screen and (max-width: 1400px){

  .company_advantage li{ margin-bottom: 15px; width: calc(50% - 7.5px); }

  .company_advantage li .hd .tit b{ font-size: 24px; padding:15px 0; }

  .company_advantage li .hd .tit b::before{ width: 70px; height: 2px; }

  .company_advantage li .hd .tit span{ padding:10px 0 0; font-size: 15px; }

  .company_advantage li .hd small{ padding:30px 18px; border-radius: 0 0 40px 40px; font-size: 36px; margin-top: -30px; }

  .company_advantage li .bd{ margin:18px 0; font-size: 16px; line-height: 1.6; min-height: 104px; }

}

@media only screen and (max-width: 1200px){

  .company_advantage li{ padding:15px; }

  .company_advantage li{ margin-bottom: 15px; width: calc(50% - 7.5px); }

  .company_advantage li .hd > img{ width: 20%; }

  .company_advantage li .hd .tit{ width: calc(100% - 160px); }

  .company_advantage li .hd .tit b{ font-size: 20px; padding:12px 0; }

  .company_advantage li .hd .tit b::before{ width: 70px; height: 2px; }

  .company_advantage li .hd .tit span{ padding:10px 0 0; font-size: 13px; }

  .company_advantage li .hd small{ padding:20px 12px; border-radius: 0 0 40px 40px; font-size: 26px; margin-top: -15px; }

  .company_advantage li .bd{ margin:15px 0; font-size: 14px; line-height: 1.6; min-height: 90px; }

}

@media only screen and (max-width: 992px){

  .company_advantage li .hd > img{ display: none; }

  .company_advantage li .hd .tit{ width: calc(100% - 50px); }

  .company_advantage li .hd .tit b{ font-size: 18px; padding:10px 0; }

  .company_advantage li .hd .tit b::before{ width: 70px; height: 1px; }

  .company_advantage li .hd .tit span{ padding:8px 0 0; font-size: 12px; }

  .company_advantage li .hd small{ padding:16px 10px; border-radius: 0 0 40px 40px; font-size: 22px; margin-top: -15px; }

  .company_advantage li .bd{ margin:12px 0; font-size: 13px; line-height: 1.6; min-height: 104px; }

}

@media only screen and (max-width: 768px){

  .company_advantage li{ margin-bottom: 15px; width: 100%; }

  .company_advantage li .bd{ margin:12px 0; font-size: 13px; line-height: 1.6; min-height: auto; }

}

@media only screen and (max-width: 640px){

}

@media only screen and (max-width: 576px){

}

@media only screen and (max-width: 414px){

}



/* company_super */

.company_super{ width: 100%; overflow: hidden; }

.company_super ul{ display: flex; flex-direction: column; width: 100%; }

.company_super li{ display: flex; overflow: hidden; justify-content: space-between; height: 398px; }

.company_super li .img, .company_super li .txt{ width: calc(50% - 15px); overflow: hidden; }

.company_super li .img{ padding-bottom: 28%; position: relative; }

.company_super li .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

.company_super li .txt{ height: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }

.company_super li .txt b{ margin-bottom: 14px; position: relative; font-size: 72px; color: var(--zhu-color); line-height: 1; padding-bottom: 80px; display: flex; align-items: center; font-weight: normal; }

.company_super li .txt b::before{ content: ""; display: block; width: 1px; height: 60px; background: var(--zhu-color); border:0; position: absolute; left:30px; bottom:15px; }

.company_super li .txt b::after{ content: ""; display: block; width: 10px; height: 10px; background: var(--zhu-color); border-radius: 50%; border:0; position: absolute; left:25px; bottom:0; }

.company_super li .txt b span{ font-size: 30px; color: var(--zhu-color); text-transform: uppercase; line-height: 1; margin-left: 26px; }

.company_super li .txt p{ font-size: 24px; color: var(--zhu-color); line-height: 1.5; }

.company_super li + li{ margin-top: 30px; }

.company_super li:nth-child(2n+0){ flex-direction: row-reverse; }

@media only screen and (max-width: 1400px){

  .company_super li{ height: 348px; }

  .company_super li .txt b{ margin-bottom: 14px; font-size: 62px; padding-bottom: 70px; }

  .company_super li .txt b::before{ width: 1px; height: 40px; left:30px; bottom:15px; }

  .company_super li .txt b::after{ width: 10px; height: 10px; border-radius: 50%; left:25px; bottom:0; }

  .company_super li .txt b span{ font-size: 28px; margin-left: 24px; }

  .company_super li .txt p{ font-size: 20px; }

  .company_super li .img, .company_super li .txt{ width: calc(50% - 7.5px); }

  .company_super li + li{ margin-top: 20px; }

}

@media only screen and (max-width: 1200px){

  .company_super li{ height: 298px; }

  .company_super li .txt b{ margin-bottom: 12px; font-size: 52px; padding-bottom: 60px; }

  .company_super li .txt b::before{ width: 1px; height: 40px; left:25px; bottom:15px; }

  .company_super li .txt b::after{ width: 10px; height: 10px; border-radius: 50%; left:20px; bottom:0; }

  .company_super li .txt b span{ font-size: 26px; margin-left: 22px; }

  .company_super li .txt p{ font-size: 18px; }

  .company_super li + li{ margin-top: 10px; }

}

@media only screen and (max-width: 992px){

  .company_super li{ height: 248px; }

  .company_super li .txt b{ margin-bottom: 10px; font-size: 42px; padding-bottom: 0; margin-bottom: 15px; }

  .company_super li .txt b::before{ display: none; }

  .company_super li .txt b::after{ display: none; }

  .company_super li .txt b span{ font-size: 20px; margin-left: 10px; }

  .company_super li .txt p{ font-size: 16px; }

  .company_super li + li{ margin-top: 0; }

  .company_super li .img, .company_super li .txt{ width: 50%; }

  .company_super li .txt{ padding:20px; }

}

@media only screen and (max-width: 768px){

  .company_super li{ flex-wrap: wrap; height: auto; }

  .company_super li .img, .company_super li .txt{ width: 100%; }

  .company_super li .txt b{ margin-bottom: 8px; font-size: 32px; }

  .company_super li .txt b span{ font-size: 18px; margin-left: 6px; }

  .company_super li .txt p{ font-size: 14px; }

  .company_super li .txt{ padding:24px 0; }

}

@media only screen and (max-width: 640px){

  .company_super li .txt b{ font-size: 22px; }

  .company_super li .txt b span{ font-size: 16px; }

  .company_super li .txt p{ font-size: 13px; }

}

@media only screen and (max-width: 576px){

  .company_super li .txt b{ font-size: 20px; }

  .company_super li .txt b span{ font-size: 14px; }

  .company_super li .txt p{ font-size: 12px; }

}

@media only screen and (max-width: 414px){

  .company_super li .txt b{ font-size: 18px; }

  .company_super li .txt b span{ font-size: 12px; }

}



/* news_list */

.news_list{ overflow: hidden; width: 100%; }

.news_list li + li a{ border-top:1px solid #e9e9e8; }

.news_list li:first-child a{ padding-top: 0; }

.news_list a{ width: 100%; display: flex; padding:20px 0; }

.news_list a .img{ width: 100%; padding-bottom: 50%; overflow: hidden; position: relative; }

.news_list a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }

.news_list a .img span{ position: absolute; left: 50%; top:50%; color: #666; font-size: 12px;  opacity: 0; }

.news_list a .txt{ overflow: hidden; height: 100%; display: flex; flex-direction: column; justify-content: center; }

.news_list a .txt b{ transition: all .3s; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 20px; color: #1E1E1E; font-weight: normal; margin:0 0 12px; }

.news_list a .txt small{ color: #999; font-size: 14px; margin-bottom: 15px; display: block; }

.news_list a .txt p{ position: relative; transition: all .3s; font-size: 16px; color: #777; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.news_list a .txt p::before{ content: ""; display: inline-block; width: 2px; height: 0; position: absolute; left: 0; top:0; transition: all .3s; background: var(--zhu-color); border:0; }

.news_list a:hover b{ transition: all .3s; color: var(--zhu-color); }

.news_list a:hover .txt p{ transition: all .3s; padding-left: 30px; }

.news_list a:hover .txt ::before{ transition: all .3s; height: 100%; }

.news_list a:hover img{ transition: all .3s; transform: scale(1.05); }

.news_list a:hover .img small{ opacity: 1; transition: all .3s; background: rgba(255,255,255,.6); padding:8px 16px; }

@media only screen and (max-width: 1400px){

  .news_list a .txt b{ font-size: 23px; }

  .news_list a .txt small{ margin-bottom: 25px; }

}

@media only screen and (max-width: 1200px){

  .news_list a .txt b{ font-size: 22px; }

  .news_list a .txt small{ margin-bottom: 20px; }

  .news_list a .img{ padding-bottom: 68%; height: auto; position: relative; overflow: hidden; }

  .news_list a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }

}

@media only screen and (max-width: 992px){

  .news_list a .txt b{ font-size: 21px; }

  .news_list a .txt small{ margin-bottom: 15px; }

}

@media only screen and (max-width: 768px){

  .news_list a{ flex-direction: column; }

  .news_list a .txt b{ font-size: 20px; }

  .news_list a .img{ display: none; }

  .news_list a .txt{ width: 100%; }

}

@media only screen and (max-width: 640px){

  .news_list a .txt b{ font-size: 18px; margin-bottom: 0; }

  .news_list a .txt small{ margin:12px 0; }

  .news_list a .txt p{ font-size: 15px; }

}

@media only screen and (max-width: 576px){

  .news_list a .txt b{ font-size: 17px; }

  .news_list a .txt small{ margin:10px 0; }

  .news_list a .txt p{ font-size: 14px; }

}

@media only screen and (max-width: 414px){

  .news_list a .txt b{ font-size: 16px; }

  .news_list a .txt small{ margin:6px 0; }

  .news_list a .txt p{ font-size: 13px; }

}

































@media only screen and (max-width: 640px){

  .layui-layer{ width: 96%!important; }

}









