@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 4054590 */
  src: url('//at.alicdn.com/t/c/font_4054590_gi07e1a3ljo.woff2?t=1713428234897') format('woff2'),
       url('//at.alicdn.com/t/c/font_4054590_gi07e1a3ljo.woff?t=1713428234897') format('woff'),
       url('//at.alicdn.com/t/c/font_4054590_gi07e1a3ljo.ttf?t=1713428234897') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
* { touch-action: pan-y; }
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img{margin: 0; padding: 0; border: 0; outline: 0;}
body{font: 12px/1.5 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif'; color: #333; background-color: #fff;}
a:hover{ text-decoration: none; }

@font-face{ font-family: ZTQ; src: url('./fonts/ZTQ.ttf'); }
@font-face{ font-family: HLXS; src: url('./fonts/HLXS.otf'); }
@font-face{ font-family: ALO; src: url('./fonts/ALO.ttf'); }
@font-face{ font-family: PNBC; src: url('./fonts/PNBC.ttf'); }

/*清除内外边距*/
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
/*设置默认字体*/
:focus{outline: 0;}
ul,
ol{list-style: none;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}
abbr, acronym{border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt{font-size: 100%;}
/*修改滚动条*/
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}
textarea{resize: none;}
button:active, button:focus{ border:none; outline:0; }
/* 网站色值设置 */
body{--zhu-color:#384285;--pei-color:#009641;}
.inner{ width: 1600px; margin:0 auto; }
@media only screen and (max-width: 1650px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}
.ellipsis{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.clamp{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}

/*page*/
.de-page-mian{ overflow: hidden; text-align: center; font-size: 0; margin: 20px 0; width: 100%; clear: both; }
.de-page-mian .page-inner{ display: inline-block; overflow: hidden; }
.de-page-mian .page-inner a{ display: block; float: left; width: 36px; height: 36px; color: #fff; background: #666666; border-color: #666666; text-align: center; line-height: 36px; font-size: 14px; margin:0 2px; overflow: hidden; border-radius: 50%; }
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{ color: #fff; border-color:var(--zhu-color); background: var(--zhu-color); }
.de-page-mian .page-inner a.prev{ border:1px solid #eee; border-radius: 50%; margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center; }
.de-page-mian .page-inner a.prev.on{ background: #fff url(../images/prev-hover.jpg) no-repeat center; }
.de-page-mian .page-inner a.prev:hover{ background-color: #fff; border-color: #dddddd; }
.de-page-mian .page-inner a.next{ border:1px solid #eee; border-radius: 50%; margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center; }
.de-page-mian .page-inner a.next.on{ background: #fff url(../images/next-hover.jpg) no-repeat center; }
.de-page-mian .page-inner a.next:hover{ background-color: #fff; border-color: #dddddd; }
.de-page-mian .page-inner a.page-btn{ font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px; }
.de-page-mian .page-inner span{ display: block; font-size: 12px; color: #333; float: left; line-height: 38px; }
.de-page-mian .page-inner input{ display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; border-radius: 5px; }
@media only screen and (max-width: 774px){
  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{ display: none; }
}
@media only screen and (max-width: 640px){
  .de-page-mian{ margin: 15px 0; }
  .de-page-mian .page-inner a{ width: 30px; height: 30px; line-height: 30px; font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .de-page-mian{ margin: 10px 0; }
  .de-page-mian .page-inner a{ width: 25px; height: 25px; line-height: 25px; font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .de-page-mian{ margin: 5px 0; }
}

/*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: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}
.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:var(--zhu-color);line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
@media only screen and (max-width: 768px){
  .down{ display: block; }
  .plugin-fixed-call{ display: none; }
}

/* h_top */
.h_top{ width: 100%; padding:26px 0; position: relative; }
.h_top .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_top .logo{ display: flex; align-items: center; position: relative; z-index: 35; }
.h_top .logo img{ max-width: 100%; position: relative; }
.h_top .logo .tit{ margin-left: 20px; padding-left: 20px; border-left: 1px solid #919191; display: flex; flex-direction: column; }
.h_top .logo .tit p{ display: flex; align-items: center; font-size: 26px; color: #333333; font-weight: bold; line-height: 1; }
.h_top .logo .tit p span{ font-size: 50px; top:5px; margin-right: 12px; font-family: "HLXS"; line-height: 1; position: relative; }
.h_top .logo .tit small{ font-size: 36px; color: #333333; font-weight: 200; line-height:90px;  }

.h_top .right{ width: calc(50% - 15px); overflow: hidden; display: flex; align-items: center; justify-content: flex-end; }
.h_top .right .tel{ display: flex; flex-direction: column; margin-right: 30px; }
.h_top .right .tel p{ font-size: 20px; color: #333333; line-height: 1; }
.h_top .right .tel b{ font-size: 50px; font-weight: bold; color: #0252a7; line-height: 1; margin-top: 12px; display: block; }
.h_top .right .search_btn{ padding:30px; cursor: pointer; }
.h_top .right .search_btn span{ font-size: 38px; line-height: 1; color: #333333; transition: all .3s; }
.h_top .right .search_btn:hover span{ transition: all .3s; color: var(--pei-color); }

.h_top .right .search_form{ background: var(--zhu-color); opacity: 0; transform: scale(.9,.9); position: fixed; top:-100%; left:0; z-index: 999; width: 100vw; height:100vh; transition: all .5s ease; }
.h_top .right .search_form.on{ top:0; opacity: 1; transform:scale(1,1); }
.h_top .right .search_form .inner{ height: 100%; display: flex; flex-direction: column; justify-content: space-around; }
.search_form .close_btn{ align-self: flex-end; }
.search_form .close_btn span{ display: inline-block; font-size: 50px; color: #ffffff; line-height: 1; cursor: pointer; transition: all .3s; }
.search_form .close_btn:hover span{ transition: all .3s; transform: rotate(225deg); }
.search_form .form_box{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.search_form .form_box b{ text-align: center; font-weight: 200; font-size:50px; color: #ffffff; line-height: 1.3; }
.search_form .form_box form{ margin:50px 0 18px; display: flex; align-items: center; justify-content: center; width: 648px; box-sizing: border-box; padding:0 30px; background: #ffffff; border-radius: 30px; }
.search_form .form_box .search_text{ width: calc(100% - 120px); padding:18px 0; font-size:14px; color: #999999; line-height: 1; }
.search_form .form_box .search_submit{ background: none; display: inline-flex; align-items: center; justify-content: center; }
.search_form .form_box .search_submit span{ font-size: 20px; color: #333333; margin-right: 12px; }
.search_form .inner > p{ align-self: flex-start; font-size: 14px; color: #ffffff; justify-self: flex-start; }
.search_form .form_box p{ display: flex; align-items: center; font-size: 16px; color: #ffffff; }
.search_form .form_box p span{ font-size: 22px; margin-right: 10px; color: #fff; line-height: 1; }
.search_form .form_box p a{ font-size: 12px; color: #ffffff; margin:0 8px; transition: all .3s; }
.search_form .form_box p a:hover{ transition: all .3s; color: #bce105; }
@media only screen and (max-width: 1600px){
  .h_top{ padding:24px 0;}
  .h_top .logo .tit{ margin-left: 18px; padding-left: 18px; }
  .h_top .logo .tit p{ font-size: 24px; }
  .h_top .logo .tit p span{ font-size: 46px; top:5px; margin-right: 12px; }
  .h_top .logo .tit small{ font-size: 32px;line-height: 2.5 }
  .h_top .right{ width: calc(50% - 7.5px); }
  .h_top .right .tel{ margin-right: 25px; }
  .h_top .right .tel p{ font-size: 18px; }
  .h_top .right .tel b{ font-size: 45px; margin-top: 11px; }
  .h_top .right .search_btn{ padding:25px; }
  .h_top .right .search_btn span{ font-size: 34px; }
}
@media only screen and (max-width: 1500px){
  .h_top{ padding:22px 0;}
  .h_top .right .tel{ margin-right: 20px; }
  .h_top .right .tel p{ font-size: 17px; }
  .h_top .right .tel b{ font-size: 40px; margin-top: 10px; }
  .h_top .right .search_btn{ padding:25px; }
  .h_top .right .search_btn span{ font-size: 30px; }
  .h_top .logo .tit{ margin-left: 16px; padding-left: 16px; }
  .h_top .logo .tit p{ font-size: 22px; }
  .h_top .logo .tit p span{ font-size: 42px; top:5px; margin-right: 10px; }
  .h_top .logo .tit small{ font-size: 28px;  }
}
@media only screen and (max-width: 1400px){
  .h_top{ padding:20px 0; }
  .h_top .right .tel{ margin-right: 15px; }
  .h_top .right .tel p{ font-size: 16px; }
  .h_top .right .tel b{ font-size: 35px; margin-top: 9px; }
  .h_top .right .search_btn{ padding:20px; }
  .h_top .right .search_btn span{ font-size: 26px; }
  .h_top .logo img{ max-height: 70px; }
  .h_top .logo .tit{ margin-left: 14px; padding-left: 14px; }
  .h_top .logo .tit p{ font-size: 20px; }
  .h_top .logo .tit p span{ font-size: 38px; top:5px; margin-right: 8px; }
  .h_top .logo .tit small{ font-size: 24px;}
}
@media only screen and (max-width: 1200px){
  .h_top{ padding:15px 0;}
  .h_top .right .tel{ margin-right: 10px; }
  .h_top .right .tel p{ font-size: 15px; }
  .h_top .right .tel b{ font-size: 30px; margin-top: 8px; }
  .h_top .right .search_btn{ padding:15px; }
  .h_top .right .search_btn span{ font-size: 22px; }
  .h_top .right{ width: calc(40% - 7.5px); }
  .h_top .logo img{ max-height: 62px; }
  .h_top .logo .tit{ margin-left: 12px; padding-left: 12px; }
  .h_top .logo .tit p{ font-size: 18px; }
  .h_top .logo .tit p span{ font-size: 34px; top:5px; margin-right: 4px; }
  .h_top .logo .tit small{ font-size: 20px;}
}
@media only screen and (max-width: 992px){
  .h_top .right .tel p{ font-size: 14px; }
  .h_top .right .tel b{ font-size: 20px; margin-top: 7px; }
  .h_top .right .search_btn{ padding:10px; }
  .h_top .right .search_btn span{ font-size: 18px; }
  .h_top .right{ width: calc(40% - 7.5px); }
  .h_top .logo img{ max-height: 40px; }
  .h_top .logo .tit{ margin-left: 10px; padding-left: 10px; }
  .h_top .logo .tit p{ font-size: 16px; font-weight: normal; }
  .h_top .logo .tit p span{ font-size: 16px; top:5px; margin-right: 4px; }
  .h_top .logo .tit small{ font-size: 16px;}
}
@media only screen and (max-width: 768px){
  .h_top .right .tel p{ display: none; }
  .h_top .right .tel b{ font-size: 18px; margin-top: 6px; }
  .h_top .right .search_btn{ padding:8px; }
  .h_top .right .search_btn span{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .h_top .right .tel b{ font-size: 16px; margin-top: 6px; }
  .h_top .right .search_btn{ padding:8px; }
  .h_top .right .search_btn span{ font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .h_top .right{ width: calc(50% - 7.5px); }
  .h_top .right .tel{ flex-direction: column-reverse; margin-right: 0; }
  .h_top .right .tel b{ font-size: 15px; margin-top: 5px; }
  .h_top .right .search_btn{ display: none; }
  .h_top .logo{ width: calc(67% - 5px); }
  .h_top .right{ width: calc(33% - 5px); }
  .h_top .logo img{ max-height: 32px; }
  .h_top .logo .tit{ margin-left: 6px; padding-left: 6px; }
  .h_top .logo .tit p{ font-size: 12px; font-weight: normal; }
  .h_top .logo .tit p span{ font-size: 12px; top:5px; margin-right: 4px; }
  .h_top .logo .tit small{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .h_top .right{ width: calc(45% - 7.5px); }
  .h_top .right .tel b{ font-size: 14px; margin-top: 4px; }
  .h_top .logo img{ max-height: 24px; }
  .h_top .logo .tit p{ display: none;}
  .h_top .logo .tit small{line-height: 1}
}

/* h_menu */
.h_menu{ background: var(--zhu-color); overflow: hidden; }
.h_menu .nav{ display: flex; align-items: center; justify-content: space-between; }
.h_menu .nav li{ width: 10%; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.h_menu .nav li::after{ content: ""; display: block; width: 100%; height: 0; background: var(--pei-color); position: absolute; left:0; bottom:0; transition: all .3s; }
.h_menu .nav li a{ display: flex; width: 100%; font-size: 18px; color: #ffffff; line-height: 1; padding:32px 0; align-items: center; justify-content: center; position: relative; z-index: 3; }
.h_menu .nav li:hover::after{ transition: all .3s; height:100%; }
@media only screen and (max-width: 1600px){
  .h_menu .inner{ padding:0; }
  .h_menu .nav li{ width: 10%; }
  .h_menu .nav li a{ font-size: 18px; padding:30px 0; }
}
@media only screen and (max-width: 1500px){
  .h_menu .nav li a{ font-size: 17px; padding:27px 0; }
}
@media only screen and (max-width: 1400px){
  .h_menu .nav li a{ font-size: 16px; padding:24px 0; }
}
@media only screen and (max-width: 1200px){
  .h_menu .nav li a{ font-size: 15px; padding:21px 0; }
}
@media only screen and (max-width: 992px){
  .h_menu .nav li a{ font-size: 14px; padding:18px 0; }
}
@media only screen and (max-width: 768px){
  .h_menu .nav{ flex-wrap: wrap; }
  .h_menu .nav li{ width: 20%; border-bottom:1px solid #fff; box-sizing: border-box; }
  .h_menu .nav li + li{ border-left: 1px solid #fff; }
  .h_menu .nav li:nth-child(6){ border-left: 0; }
  .h_menu .nav li a{ font-size: 13px; padding:15px 0; }
}
@media only screen and (max-width: 640px){
  .h_menu .nav li a{ font-size: 12px; padding:12px 0; }
}
@media only screen and (max-width: 576px){
  .h_menu .nav li a{ padding:9px 0; }
}
@media only screen and (max-width: 414px){
}

/*banner*/
#banner{ width: 100%; position: relative; }
#banner .swiper-pagination{ bottom:30px; }
#banner .swiper-pagination-bullet{ opacity: 1; width: 14px; height: 14px; background: none; border:2px solid #f7fbfe; border-radius: 50%; }
#banner .swiper-pagination-bullet-active{ width: 42px; height: 12px; background: var(--pei-color); border-radius: 12px; border:none; }
/* #banner .swiper-slide-active .scaleBg{visibility: visible;-webkit-animation:scale-bg 3s linear forwards;animation:scale-bg 3s linear forwards;} */
#banner .swiper-slide a{ display: block; overflow: hidden; position: relative; }
#banner .swiper-slide a > img{ transition:9s ease; width: 100%;}
#banner .swiper-slide:nth-child(1) a > img { transform:scale(1.05); }
#banner .swiper-slide:nth-child(2) a > img { transform:scale(1.05); }
#banner .swiper-slide:nth-child(3) a > img { transform:scale(1.05); }
#banner .swiper-slide:nth-child(4) a > img { transform:scale(1.05); }
#banner .swiper-slide-active:nth-child(1) a > img { transform:scale(1)}
#banner .swiper-slide-active:nth-child(2) a > img { transform:scale(1)}
#banner .swiper-slide-active:nth-child(3) a > img { transform:scale(1)}
#banner .swiper-slide-active:nth-child(4) a > img { transform:scale(1)}
#ul_imgs{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
#ul_imgs .b1_tit { opacity: 0; position: absolute; top: 12%; left: 50%; -webkit-transform: translate3d(-50%, -13%, 0); transform: translate3d(-50%, -13%, 0); transition: all 0.2s ease 0.5s; }
#ul_imgs .b1_img { opacity: 0; position: absolute; top: 20%; left: 50%; -webkit-transform: translate3d(-50%, 46%, 0); transform: translate3d(-50%, 46%, 0); transition: all 0.2s ease 0.5s; }
#ul_imgs .b1_imgs { opacity: 0; position: absolute; top: 40%; left: 50%; -webkit-transform: translate3d(-50%, 66%, 0); transform: translate3d(-50%, 66%, 0); transition: all 0.2s ease 0.5s; }

#banner .swiper-slide-active .b1_tit { opacity: 1; transform: translate3d(-50%, 13%, 0); transition: all 0.6s ease 0.6s; }
#banner .swiper-slide-active .b1_img { opacity: 1; transform: translate3d(-50%, 32%, 0); transition: all 0.7s ease 0.7s; }
#banner .swiper-slide-active .b1_imgs { opacity: 1; transform: translate3d(-50%, 57%, 0); transition: all 0.8s ease 0.8s; }

#banner .speed { width:0; height:4px; background:var(--pei-color); position:absolute; bottom:0; left:0; z-index:99; }
#banner .speed.move { width:100vw; transition:5s width linear; }

@media only screen and (max-width: 1900px){
  #banner .swiper-slide a > img{ width: 100%;}
  #ul_imgs .b1_imgs{ width:100%; box-sizing: border-box; padding:0 30px; }
  #ul_imgs .b1_imgs img{ max-width: 100%; }
}
@media only screen and (max-width: 1700px){
  #ul_imgs .b1_img img, #ul_imgs .b1_tit img{ max-width: 90%; }
}
@media only screen and (max-width: 1600px){
   #ul_imgs .b1_tit img{ max-width: 80%; }
}
@media only screen and (max-width: 1500px){
  #ul_imgs .b1_tit img{ max-width: 70%; position: relative; left:30px; }
  #ul_imgs .b1_img img{ max-width: 80%; }
}
@media only screen and (max-width: 1400px){
  #ul_imgs .b1_tit { position: absolute; top: 10%; }
  #ul_imgs .b1_img { position: absolute; top: 16%; }
  #ul_imgs .b1_img img{ max-width: 70%; }
  #ul_imgs .b1_imgs { position: absolute; top: 36%; }
}
@media only screen and (max-width: 1200px){
  #ul_imgs .b1_tit, #ul_imgs .b1_img{ width:100%; box-sizing: border-box; padding:0 30px; text-align: center; }
  #ul_imgs .b1_tit img{ max-width: 40%; }
  #ul_imgs .b1_img img{ max-width: 40%; }
}
@media only screen and (max-width: 992px){
  #ul_imgs .b1_tit img{ left:0; }
}
@media only screen and (max-width: 640px){
  #banner .swiper-pagination{ bottom:15px; }
  #banner .swiper-pagination-bullet{ opacity: 1; width: 10px; height: 10px; background: none; border:1px solid #f7fbfe; border-radius: 50%; }
  #banner .swiper-pagination-bullet-active{ width: 32px; height: 8px; background: var(--pei-color); border-radius: 12px; border:none; }
}
@media only screen and (max-width: 576px){
}
@-webkit-keyframes scale-bg{
	from{ -webkit-transform:scale(1.25); transform:scale(1.25); }
	to{ -webkit-transform:scale(1); transform:scale(1); }
}
@keyframes scale-bg{
	from{ -webkit-transform:scale(1.25); transform:scale(1.25); }
	to{ -webkit-transform:scale(1); transform:scale(1); }
}

#canvas{ position: absolute; width:100%; height: 100%; left:0; top:0; z-index: 33; }
#headline{ position: absolute; left:-9999px; }

/*ikeywords*/
.ikeywords{padding:15px 0;overflow: hidden;}
.ikeywords-box{display: flex;flex-direction: row;justify-content: space-between;}
.ikeywords-box .left{width:calc(100% - 300px);}
.ikeywords-box .left .lt{width:115px;float: left;}
.ikeywords-box .left .lt img{float: left;}
.ikeywords-box .left .lt b{font-size:16px;margin-left: 10px;float: left;margin-top: 3px;}
.ikeywords-box .left .rt{display: flex;flex-direction: row;align-items: center;padding-top:3px;flex-wrap:wrap;}
.ikeywords-box .left .rt a{font-size:16px;color:#666666;margin:0 10px;}
.ikeywords-box .left .rt a:hover{color:var(--zhu-color);}
.ikeywords-box .right{width:290px;}
.ikeywords-box .right .input_txt{width:calc(100% - 65px);float: left;height: 35px;background: #f4f4f4;padding:0 15px;}
.ikeywords-box .right .input_btn{width:65px;float: right;background:url('../images/search.png') var(--pei-color) no-repeat center;color:#fff;background-size: 24px 24px;height: 35px;}
.ikeywords-box .right .input_btn:hover{background:url('../images/search.png') var(--zhu-color) no-repeat center;color:#fff;background-size: 24px 24px;}
@media(max-width: 992px){
 .ikeywords-box .left{width:100%;}
 .ikeywords-box .right{display: none;}
}
@media(max-width: 768px){
  .ikeywords-box .left .lt{width:100%;}
  .ikeywords-box .left .rt{width:100%;margin-top: 15px;float: left;}
  .ikeywords-box .left .rt a{font-size:12px;}
 

}

/*idata*/
.idata{background: url(../images/idata-bg.jpg) bottom center no-repeat;margin-top: 30px;}
.idata-hd{display: flex;flex-direction: column;align-items: center;padding:30px 0;}
.idata-hd b{font-size:36px;color:#212121;}
.idata-hd p{font-size:16px;color:#333333;margin-top: 20px;text-align: center;}
.idata-bd{display: flex;flex-direction: row;justify-content: space-around;padding-bottom: 60px;flex-wrap:wrap;}
.idata-bd li{list-style: none;}
.idata-bd li .hd{display: flex;flex-direction: row;align-items: flex-start;justify-content: center;}
.idata-bd li .hd b{font-size:46px;color:var(--pei-color);line-height: 1}
.idata-bd li .hd span{font-size:14px;font-weight: bold;}
.idata-bd li .bd{font-size:16px;font-weight: bold;margin-top: 15px;text-align: center;}
@media(max-width: 992px){
  .idata-hd b{font-size:30px;}
  .idata-bd li .hd b{font-size:40px;}
  .idata-bd li .bd{font-size:14px;}
}
@media(max-width: 768px){
  .idata-bd li{width:33%;margin-top: 30px;}
}
@media(max-width: 576px){
  .idata{margin-top: 0}
  .idata-hd b{font-size:26px;}
  .idata-hd p{font-size:14px;}
  .idata-bd li .hd b{font-size:30px;}
  .idata-bd li .bd{font-weight: normal;}
}


/*ipro*/
.ipro .inner{padding:0 5vw;}
.ipro-hd{display: flex;flex-direction: column;align-items: center;padding:60px 0;}
.ipro-hd b{font-size:36px;color:#212121;}
.ipro-hd p{font-size:16px;color:#666666;margin-top: 10px;text-align: center;}
.ipro-md{display: flex;flex-direction: row;justify-content: space-between;}
.ipro-md .left{width:510px;float: left;background: var(--zhu-color);padding:25px;color:#fff;line-height: 1;height: 105px;}
.ipro-md .left .lt{float:left;width:165px;display: flex;flex-direction: column;text-align: center;}
.ipro-md .left .lt b{font-size:28px;}
.ipro-md .left .lt span{font-size:14px;margin-top: 10px;}
.ipro-md .left .rt{display: flex;flex-direction: column;width:calc(100% - 165px);border-left:solid 1px #fff;padding-left: 23px}
.ipro-md .left .rt b{font-size:30px;}
.ipro-md .left .rt span{font-size:14px;margin-top: 10px;}

.ipro-md .right{width:calc(100% - 525px);float: right;margin-top: -5px;}
.ipro-md .right a{width:calc(calc(100% - 90px)/3);border-radius: 10px;background: #eeeeee;height: 50px;line-height: 50px;text-align: center;font-size:14px;font-weight: bold;color:#333333;transition: all .5s;display: block;margin:3px 15px;float: left;padding:0 15px;}
.ipro-md .right a:hover{background: var(--pei-color);color:#fff;}
.ipro-bd{padding:45px 0 0;}
.ipro-bd a{display: block;border:solid 1px #f3f3f3;margin-bottom: 30px;}
.ipro-bd a .img{width:100%;position: relative;padding-bottom: 75%;}
.ipro-bd a .img img{width:100%;height: 100%;object-fit: cover;position: absolute;top:0;left:0;}
.ipro-bd a .txt{padding:25px;overflow: hidden;}
.ipro-bd a .txt .t1{font-size:16px;font-weight: bold;color:#333333;}
.ipro-bd a .txt .t2{margin-top: 10px;position: relative;}
.ipro-bd a .txt .t2:before{position: absolute;content:'';width:8px;height: 8px;background: #333333;left:0;top:7px;}
.ipro-bd a .txt .t2 .lt{font-size:14px;color:#666666;float: left;margin-left: 15px;}
.ipro-bd a .txt .t2 .rt{font-size:14px;color:var(--pei-color);float: right;font-size:12px;}

@media(max-width: 1400px){
  .ipro .inner{padding:0;}
}
@media(max-width: 1200px){
  .ipro-md .left{width:400px;padding:25px 15px;height: 98px;}
  .ipro-md .left .lt{width:130px;}
  .ipro-md .left .lt b{font-size:25px;}
  .ipro-md .left .lt span{font-size:12px;}
  .ipro-md .left .rt{width:calc(100% - 130px);padding-left: 15px;}
  .ipro-md .left .rt b{font-size:25px;}
  .ipro-md .left .rt span{font-size:12px;}
  .ipro-md .right{width:calc(100% - 415px);}
  .ipro-md .right a{height: 46px;line-height: 46px;}
}
@media(max-width: 992px){
  .ipro-md .left{display: none;}
  .ipro-md .right{width:100%;}
}
@media(max-width: 768px){
  .ipro-hd b{font-size:30px;}
  .ipro-bd a .txt{padding:15px;}
  .ipro-bd a .txt .t1{font-size:14px;}
  .ipro-bd a .txt .t2{display: none;}
}
@media(max-width: 576px){
  .ipro-hd{padding:30px 0;}
  .ipro-hd b{font-size:26px;}
  .ipro-hd p{font-size:14px;}
  .ipro-md .right a{width:calc(calc(100% - 30px)/2);margin:3px 7px;}
  .ipro-bd{padding:25px 0;}
  .ipro-bd .col-6{padding:0 5px;}
  .ipro-bd a{margin-bottom: 15px;}
}

/*iadv*/
.iadv .inner{padding:0 5vw;}
.iadv-hd{display: flex;flex-direction: column;align-items: center;padding:30px 0 60px;}
.iadv-hd b{font-size:36px;color:#212121;}
.iadv-hd p{font-size:16px;color:#666666;margin-top: 10px;text-align: center;}
.iadv-bd{display: flex;flex-direction: row;justify-content: space-between;flex-wrap:wrap;}
.iadv-bd li{width:calc(calc(100% - 60px)/3);background: #f4f8fa;padding:35px;position: relative;list-style: none;margin-bottom: 30px;cursor: pointer;}
.iadv-bd li:before{content:'\e6bc';color:#e6e6e6;font-family: 'iconfont';font-size:100px;position: absolute;top:0px;right:35px;}
.iadv-bd li:nth-child(2):before{content:'\e91a';}
.iadv-bd li:nth-child(3):before{content:'\e60b';}
.iadv-bd li:nth-child(4):before{content:'\e610';}
.iadv-bd li:nth-child(5):before{content:'\e62e';}
.iadv-bd li:nth-child(6):before{content:'\e605';}
.iadv-bd li .hd{display: flex;flex-direction: column;}
.iadv-bd li .hd b{color:#333333;font-size:24px;}
.iadv-bd li .hd p{color:#a7a8a9;font-size:14px;text-transform: uppercase;margin-bottom: 15px;}
.iadv-bd li .hd span{width:70px;height: 1px;background: #aaaaaa;}
.iadv-bd li .bd{line-height: 1.8;font-size:16px;margin-top: 30px;}
.iadv-bd li:hover{background: var(--pei-color);}
.iadv-bd li:hover .hd b,.iadv-bd li:hover .hd p,.iadv-bd li:hover:before,.iadv-bd li:hover .bd{color:#fff;}
.iadv-bd li:hover .hd span{background: #fff;}
@media(max-width: 1400px){
  .iadv .inner{padding:0 15px;}
}
@media(max-width: 1200px){
  .iadv-bd li:before{font-size:80px;}
}
@media(max-width: 992px){
  .iadv-hd b{font-size:30px;}
  .iadv-bd li{padding:25px;}
  .iadv-bd li:before{font-size:40px;top:20px;right:20px;}
  .iadv-bd li .hd b{font-size:20px;}
  .iadv-bd li .hd p{font-size:12px;}
  .iadv-bd li .bd{font-size:14px;margin-top: 20px;}
}
@media(max-width: 768px){
  .iadv-bd li{width:calc(calc(100% - 15px)/2);}
}
@media(max-width: 576px){
  .iadv-hd{padding:0px 0 45px;}
  .iadv-hd b{font-size:26px;}
  .iadv-hd p{font-size:14px;}
  .iadv-bd li{width:100%;margin-bottom: 15px;padding:15px;}
  .iadv-bd li .hd b{font-size:18px;}
  .iadv-bd li:before{font-size:26px;width:30px;}
  .iadv-bd li .bd{margin-top: 15px;}
}

/*icase*/
.icase{padding-bottom:60px;}
.icase-hd{display: flex;flex-direction: column;align-items: center;padding:30px 0 60px;}
.icase-hd b{font-size:36px;color:#212121;}
.icase-hd p{font-size:16px;color:#666666;margin-top: 10px;text-align: center;}
.icase-bd{overflow: hidden;position: relative;padding-bottom: 45px;}
.icase-bd a{display: block;width:100%;position: relative;}
.icase-bd a .img{width:100%;padding-bottom: 75%;position: relative;}
.icase-bd a .img img{width:100%;height: 100%;object-fit: cover;position: absolute;top:0;left:0;}
.icase-bd a .txt{background: #323c7f;padding:25px;text-align: center;width:85%;position: absolute;bottom:0px;left:50%;transform:translateX(-50%);color:#fff;font-size:16px;}
.icase-bd a:hover .txt{background:var(--pei-color) }
.icase-bd .swiper-pagination{bottom:0;top:auto;}
.icase-bd .swiper-pagination-bullet{width:20%;background: #f3f3f3;border-radius: 0;height: 3px;}
.icase-bd .swiper-pagination-bullet-active{background: var(--pei-color)}
.icase-bd:after{content:'';position: absolute;bottom:4px;width:100%;background: #f3f3f3;height: 3px;}
@media(max-width: 992px){
  .icase-hd b{font-size:30px;}
  .icase-bd a .txt{padding:10px 15px;font-size:14px;}
}
@media(max-width: 576px){
  .icase .inner{padding:0;}
  .icase-hd{padding:25px 0px 45px;}
  .icase-hd b{font-size:26px;}
  .icase-hd p{font-size:14px;padding:0 15px;}
  .icase-bd{padding:0 60px;}
  .icase-bd .swiper-pagination{display: none;}
}

/*icom*/
.icom{overflow: hidden;}
.icom-hd{padding:0px 0 45px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: center; }
.icom-hd .left{width:calc(100% - 500px);display: flex;flex-direction: row;justify-content: space-around;}
.icom-hd .left li{list-style: none;text-align: center;}
.icom-hd .left li img{max-width: 100%}
.icom-hd .right{width:370px; display: flex;flex-direction: column;align-items: flex-end;}
.icom-hd .right .hd{font-size:36px;color:#333333;font-weight: bold;text-align: right;}
.icom-hd .right .md{width:274px;border:solid 1px var(--pei-color);text-align: center;margin:10px 0;}
.icom-hd .right .md .t1{color:var(--pei-color);font-size:16px;height: 36px;line-height: 36px;}
.icom-hd .right .md .t2{color:#fff;font-size:24px;height: 36px;line-height: 36px;font-weight: bold;background: var(--pei-color)}
.icom-hd .right .bd{font-size:16px;}
.icom-bd{display: flex;flex-direction: row;justify-content: space-between;}
.icom-bd .left{width:calc(100% - 650px);}
.icom-bd .left .hd .t1{color:#212121;font-size:36px;font-weight: bold;}
.icom-bd .left .hd .t2{color:#666666;font-size:15px;margin-top: 10px;}
.icom-bd .left .md{padding:30px 0;display: flex;flex-direction: row;justify-content: space-between;}
.icom-bd .left .md li{display: flex;flex-direction: row;}
.icom-bd .left .md li .lt{width:70px;}
.icom-bd .left .md li .rt{width:calc(100% - 90px);margin-left: 20px;display: flex;flex-direction: column;}
.icom-bd .left .md li b{color:var(--pei-color);font-size:24px;}
.icom-bd .left .md li span{color:#666666;font-size:18px;font-weight: bold;}
.icom-bd .left .bd{color:#666666;font-size:16px;line-height: 30px;-webkit-line-clamp:4;}
.icom-bd .left .more{width:163px;height: 50px;background: var(--pei-color);color:#fff;text-align: center;line-height: 50px;display: block;font-size:14px;margin-top: 30px;transition: all .5s;}
.icom-bd .left .more:hover{background: var(--zhu-color);border-radius: 5px;}
.icom-bd .right{width:620px}
.icom-bd .right img{width:100%;height: 100%;object-fit: cover;max-width: 100%}

@media(max-width: 1400px){
  .icom-hd .left{width:calc(100% - 330px);}
  .icom-hd .right{width:330px;}
  .icom-hd .right .hd{font-size:30px;}
  .icom-bd .left .hd .t1{font-size:30px;}
  .icom-bd .left .md li b{font-size:18px;}
  .icom-bd .left .md li .lt{width:50px;}
  .icom-bd .left .md li .rt{width:calc(100% - 50px);}
  .icom-bd .left .md li span{font-size:14px;margin-top: 2px;}
  .icom-bd .left .bd{font-size:15px;}
}
@media(max-width: 1200px){
  .icom-hd .left{width:calc(100% - 330px);}
  .icom-hd .left li img{width:80%;}
  .icom-hd .right .hd{font-size:26px;}
  .icom-hd .right .md{width:200px;}
  .icom-hd .right .md .t1{font-size:14px;}
  .icom-hd .right .md .t2{font-size:20px;}
  .icom-hd .right .bd{font-size:14px;}
  .icom-bd .right{width:500px;}
  .icom-bd .left{width:calc(100% - 530px);}
  .icom-bd .left .more{width:120px;height: 40px;line-height: 40px;}
  .icom-bd .left .md li{flex-direction: column;align-items: center;}
  .icom-bd .left .md li .rt{width:100%;margin-left: 0;text-align: center;}
  .icom-bd .left .bd{font-size:14px;line-height: 1.8}
  
}
@media(max-width: 992px){
  .icom-hd{flex-direction: column;}
  .icom-hd .left{width:100%;}
  .icom-hd .right{align-items: center;margin-top: 15px;}
  .icom-bd{flex-direction: column;}
  .icom-bd .left{width:100%;}
  .icom-bd .left .md li{flex-direction: row;}
  .icom-bd .left .md li .rt{text-align: left;margin-left: 15px;}
  .icom-bd .right{margin-top: 45px;}
}
@media(max-width: 576px){
  .icom-hd .right .hd{font-size:22px;}
  .icom-bd .left .hd .t1{font-size:22px;}
  .icom-bd .left .hd .t2{font-size:12px;}
  .icom-bd .left .md li{flex-direction: column;}
  .icom-bd .left .md li b{font-size:16px;margin-top: 5px;}
  .icom-bd .left .md li .rt{margin-left: 0;text-align: center;}
  .icom-bd .left .md li span{font-size:12px;font-weight: bold;}
  .icom-bd .right{width:100%;}
}

/*ihonor*/
.ihonor{}
.ihonor-hd{display: flex;flex-direction: column;align-items: center;padding:45px 0;}
.ihonor-hd b{font-size:36px;color:#212121;}
.ihonor-hd p{font-size:16px;color:#666666;margin-top: 10px;text-align: center;}
.ihonor-bd{overflow: hidden;}
.ihonor-bd a{display: block;position: relative;padding:30px;}
.ihonor-bd a:after{content:'';width:100%;height: 100%;background: url(../images/ihonor-bg.png) center no-repeat;position: absolute;top:0;left:0;background-size: 100% 100%;}
.ihonor-bd .img{position: relative;width:100%;padding-bottom: 130%;overflow: hidden;}
.ihonor-bd .img img{position: absolute;width:100%;height: 100%;object-fit: cover;top:0;left:0;}
@media(max-width: 992px){
  .ihonor-hd b{font-size:30px;}
}
@media(max-width: 576px){
  .ihonor .inner{padding:0;}
  .ihonor-hd{padding:30px 0;}
  .ihonor-hd b{font-size:26px;}
  .ihonor-hd p{font-size:14px;padding:0 15px;}
  .ihonor-bd{padding:0 90px;}
  .ihonor-bd a{padding:15px;}
}

/*inews*/
.inews{background:#f2f4f7;padding:50px 0;overflow: hidden;}
.inews .hd{display: flex;flex-direction: row;align-items: flex-end;justify-content: space-between;padding:15px 0;}
.inews .hd b{font-size:28px;color:#343434;line-height: 1}
.inews .hd span{font-size:12px;color:#b3b3b3;font-weight: bold;margin:0 10px;}
.inews .hd .line{width:calc(100% - 320px);height: 1px;background:#b7b7b8;}
.inews .hd a{font-size:14px;color:#7b7b7b;transition: all .5s}
.inews .hd a:hover{color:var(--zhu-color);}
.inews-left{width:49%;float: left;}
.inews-left .md{margin:30px 0 }
.inews-left .md .img{width:100%;padding-bottom: 33.12%;position: relative;overflow: hidden;}
.inews-left .md .img img{width:100%;height: 100%;object-fit: cover;position: absolute;top:0;left:0;}
.inews-left .md .tit{margin:25px 0;font-size:18px;font-weight: bold;color:#242424;float: left;width:100%;}
.inews-left .md .tit:hover{color:var(--pei-color);}
.inews-left .bd{overflow: hidden;width:100%;}
.inews-left .bd a{overflow: hidden;width:100%;display: block;margin:6px 0;float: left;}
.inews-left .bd a p{width:calc(100% - 120px);float: left;font-size:14px;font-weight: lighter;color:#343434;}
.inews-left .bd a span{width:75px;font-size:14px;color:#999;float: right;font-weight: lighter;}
.inews-left .bd a:hover p{color:var(--pei-color);}
.inews-right{float: right;width:49%;}
.inews-right .hd .line{width:calc(100% - 260px);}
.inews-right .bd a{padding:2vw 0;display: block;width:100%;border-bottom:solid 1px #959595;overflow: hidden;}
.inews-right .bd a .t1{width:100%;float: left;}
.inews-right .bd a .t1 span{width:20px;height: 20px;background: var(--zhu-color);display: block;text-align: center;line-height: 20px;color:#fff;float: left;}
.inews-right .bd a .t1 p{width:calc(100% - 35px);float: right;font-size:16px;font-weight: bold;color:#242424;}
.inews-right .bd a .t2{width:100%;float: left;margin-top: 15px;}
.inews-right .bd a .t2 span{width:20px;height: 20px;background: var(--pei-color);display: block;text-align: center;line-height: 20px;color:#fff;float: left;}
.inews-right .bd a .t2 p{width:calc(100% - 35px);float: right;font-size:14px;color:#959595;text-indent: -2em;-webkit-line-clamp:1;}
.inews-right .bd a:hover{border-bottom:solid 1px var(--pei-color);}
@media(max-width: 992px){
  .inews-left,.inews-right{width:100%;}
  .inews-right{margin-top: 30px;}
}
@media(max-width: 768px){
  .inews .hd .line{display: none;}
}
@media(max-width:576px){
  .inews .hd span{display: none;}
  .inews .hd b{font-size:22px;}
  .inews-left .md .tit{font-size:16px;margin:15px 0;}
  .inews-right .bd a{padding:15px 0;}
  .inews-right .bd a .t2 p{font-size:12px;-webkit-line-clamp:2;}
}

/*footer*/
.footer{background: var(--zhu-color);border-top:solid 7px var(--pei-color);overflow: hidden;}
.f-hd{display: flex;flex-direction: row;justify-content: space-between;padding:55px 0;}
.f-left{width:510px;}
.f-left .hd img{max-width: 100%;}
.f-left .bd{margin-top: 40px}
.f-left .bd img{width:130px;float: left;}
.f-left .bd p{width:24px;float: left;margin-left: 15px;color:#fff;font-size:18px;font-weight: bold;line-height: 1.4}
.f-right{width:380px;display: flex;flex-direction: column;color:#fff;}
.f-right .t1{font-size:14px;}
.f-right .t2{font-size:30px;font-weight: bold;margin-bottom:15px;}
.f-right .t3{font-size:16px;line-height: 2}

.f-mid{width:calc(100% - 1020px);border-top:solid 1px #fff;padding:18px 0;color:#fff;}
.f-mid span{font-size:16px;float: left;}
.f-mid a{font-size:14px;color:#fff;float: left;margin-top: 1px}
.f-mid a:hover{color:var(--pei-color);}
.f-bd{border-top:solid 1px #fff;padding:20px 0;font-size:14px;color:#fff;text-align: center;}
.f-bd a{color:#fff;}
.f-bd a:hover{color:var(--pei-color);}
@media(max-width: 1400px){
  .f-left{width:350px;}
  .f-mid{width:calc(100% - 850px);}
}
@media(max-width: 1200px){
  .f-mid{display: none;}
}
@media(max-width: 992px){
  .f-left{width:48%;}
  .f-right{width:48%;}
  .f-right .t3{font-size:14px;}
}
@media(max-width: 768px){
  .footer{margin-bottom: 52px;}
  .f-hd{flex-direction:column;}
  .f-mid{display: block;}
  .f-left,.f-mid,.f-right{width:100%;}
  .f-mid{margin: 30px 0;border-bottom:solid 1px #fff;}
}



/* m_tit */
.m_tit{ width: 100%; overflow: hidden; text-align: center; padding:60px 0; }
.m_tit b{ display: block; font-size: 60px; color: var(--zhu-color); line-height: 1; font-weight: normal; }
.m_tit p{ display: block; font-size: 24px; color: #333333; line-height: 1.5; margin-top: 20px; }
@media only screen and (max-width: 1600px){
  .m_tit{ padding:50px 0; }
  .m_tit b{ font-size: 50px; }
  .m_tit p{ font-size: 22px; margin-top: 18px; }
}
@media only screen and (max-width: 1500px){
  .m_tit{ padding:40px 0; }
  .m_tit b{ font-size: 40px; }
  .m_tit p{ font-size: 20px; margin-top: 16px; }
}
@media only screen and (max-width: 1400px){
  .m_tit{ padding:30px 0; }
  .m_tit b{ font-size: 36px; }
  .m_tit p{ font-size: 18px; margin-top: 16px; }
}
@media only screen and (max-width: 1200px){
  .m_tit{ padding:25px 0; }
  .m_tit b{ font-size: 32px; }
  .m_tit p{ font-size: 16px; margin-top: 14px; }
}
@media only screen and (max-width: 992px){
  .m_tit{ padding:20px 0; }
  .m_tit b{ font-size: 28px; }
  .m_tit p{ font-size: 15px; margin-top: 12px; }
}
@media only screen and (max-width: 768px){
  .m_tit{ padding:15px 0; }
  .m_tit b{ font-size: 24px; }
  .m_tit p{ font-size: 14px; margin-top: 10px; }
}
@media only screen and (max-width: 640px){
  .m_tit{ padding:10px 0; }
  .m_tit b{ font-size: 20px; }
  .m_tit p{ font-size: 13px; margin-top: 8px; }
}
@media only screen and (max-width: 576px){
  .m_tit b{ font-size: 16px; }
  .m_tit p{ font-size: 12px; margin-top: 6px; }
}
@media only screen and (max-width: 414px){
}

/* type */
.type{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.type a { width: calc(20% - 12px); overflow:hidden; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: #333333; line-height: 1; background: #f5f5f5; transition: all .3s; position: relative; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.type a::before { text-align: center; content:attr(data-text); position:absolute; top:0; left:-2px; width:100%; height:100%; color: #fff; background:var(--zhu-color); -webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.type a > span { display:block; }
.type a::before,.type a > span { color: #333; padding:20px 24px; -webkit-transition:-webkit-transform 0.3s; transition:transform 0.3s; -webkit-transition-timing-function:cubic-bezier(0.75,0,0.125,1); transition-timing-function:cubic-bezier(0.75,0,0.125,1); }
.type a:hover::before { color: #ffffff; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }
.type a:hover > span { -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0); }
@media only screen and (max-width: 1600px){
  .type{ margin-bottom: 50px; }
  .type a { font-size: 17px; }
  .type a::before,.type a > span { padding:18px 26px; }
}
@media only screen and (max-width: 1500px){
  .type{ margin-bottom: 40px; }
  .type a { font-size: 16px; }
  .type a::before,.type a > span { padding:16px 28px; }
}
@media only screen and (max-width: 1400px){
  .type{ margin-bottom: 30px; }
  .type a { font-size: 15px; }
  .type a::before,.type a > span { padding:15px 30px; }
}
@media only screen and (max-width: 1200px){
  .type{ margin-bottom: 25px; }
  .type a { font-size: 14px; }
  .type a::before,.type a > span { padding:15px 30px; }
}
@media only screen and (max-width: 992px){
  .type{ margin-bottom: 20px; }
  .type a { font-size: 12px; width: calc(20% - 4px); }
  .type a::before,.type a > span { padding:15px 0; text-align: center; }
}
@media only screen and (max-width: 768px){
  .type{ margin-bottom: 15px; flex-wrap: wrap; justify-content: flex-start; }
  .type a { width: calc(33.3% - 4px); margin-right: 6px; margin-bottom: 6px; }
  .type a:nth-child(3n+0){ margin-right: 0; }
  .type a::before,.type a > span { padding:14px 0; }
}
@media only screen and (max-width: 640px){
  .type a::before,.type a > span { padding:13px 0; }
}
@media only screen and (max-width: 576px){
  .type a { width: calc(50% - 3px); margin-right: 6px; margin-bottom: 6px; }
  .type a:nth-child(3n+0){ margin-right: 6px; }
  .type a:nth-child(2n+0){ margin-right: 0; }
  .type a::before,.type a > span { padding:12px 0; }
}
@media only screen and (max-width: 414px){
  .type a::before,.type a > span { padding:10px 0; }
}

/* m_product */
.m_product{ overflow: hidden; padding:40px 0 100px; }
#product{ overflow: hidden; }
#product a{ display: flex; flex-direction: column; overflow: hidden; }
#product a .img{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; }
#product a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .4s ease; }
#product a .txt{ box-sizing: border-box; border:1px solid #f5f5f5; padding:22px; overflow: hidden; position: relative; }
#product a .txt::after{ content: ""; width: 100%; height: 0; background: var(--zhu-color); position: absolute; left:0; bottom:0; transition: all .4s ease; }
#product a .txt b{ font-weight: normal; margin:16px 0; display: block; font-size: 24px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position: relative; z-index: 3; }
#product a .txt p{ margin-bottom: 16px; box-sizing: border-box; padding-left: 20px; font-size: 14px; color: #333333; line-height: 1.85; position: relative; z-index: 3; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
#product a .txt p::before{ content: ""; display: inline-block; width: 8px; height: 8px; background: #333333; position: absolute; left:0; top:10px; }
#product a:hover img{ transition: all .4s ease; transform: scale(1.05); }
#product a:hover .txt::after{ transition: all .4s ease; height: 100%; }
#product a:hover .txt b{ transition: all .4s ease; color: #ffffff; }
#product a:hover .txt p{ transition: all .4s ease; color: #ffffff; }
#product a:hover .txt p::before{ transition: all .4s ease; background: #ffffff; }
@media only screen and (max-width: 1600px){
  .m_product{ padding:10px 0 50px; }
  #product a .txt{ padding:20px; }
  #product a .txt b{ margin:14px 0; font-size: 22px; }
  #product a .txt p{ margin-bottom: 14px; padding-left: 18px; font-size: 14px; line-height: 1.85; }
  #product a .txt p::before{ width: 8px; height: 8px; left:0; top:10px; }
}
@media only screen and (max-width: 1500px){
  .m_product{ padding:10px 0 40px; }
  #product a .txt{ padding:18px; }
  #product a .txt b{ margin:12px 0; font-size: 20px; }
  #product a .txt p{ margin-bottom: 12px; padding-left: 16px; font-size: 14px; line-height: 1.7; }
  #product a .txt p::before{ width: 8px; height: 8px; left:0; top:8px; }
}
@media only screen and (max-width: 1400px){
  .m_product{ padding:10px 0 30px; }
  #product a .txt{ padding:16px; }
  #product a .txt b{ margin:10px 0; font-size: 18px; }
  #product a .txt p{ margin-bottom: 10px; padding-left: 16px; font-size: 14px; line-height: 1.6; }
  #product a .txt p::before{ width: 8px; height: 8px; left:0; top:7px; }
}
@media only screen and (max-width: 1200px){
  .m_product{ padding:10px 0 25px; }
  #product a .txt{ padding:14px; }
  #product a .txt b{ margin:8px 0; font-size: 16px; }
  #product a .txt p{ margin-bottom: 8px; font-size: 13px; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
  #product a .txt p::before{ width: 6px; height: 6px; left:0; top:6px; }
}
@media only screen and (max-width: 992px){
  .m_product{ padding:10px 0 20px; }
  #product a .txt{ padding:12px; }
  #product a .txt b{ margin:6px 0; font-size: 15px; }
  #product a .txt p{ margin-bottom: 6px; font-size: 13px; line-height: 1.5; }
  #product a .txt p::before{ width: 6px; height: 6px; left:0; top:6px; }
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
  #product a .txt{ padding:10px; }
  #product a .txt b{ margin:4px 0; font-size: 14px; }
  #product a .txt p{ margin-bottom: 4px; font-size: 12px; line-height: 1.5; }
  #product a .txt p::before{ width: 6px; height: 6px; left:0; top:6px; }
}
@media only screen and (max-width: 414px){
  #product a .txt{ padding:10px; }
  #product a .txt b{ margin:4px 0; font-size: 13px; }
  #product a .txt p{ margin-bottom: 4px; font-size: 12px; line-height: 1.5; }
  #product a .txt p::before{ width: 5px; height: 5px; left:0; top:5px; }
}

/* m_about */
.m_about{ overflow: hidden; padding:100px 0; background:#f1f5f9 url(../images/super_bg.jpg) no-repeat bottom center; }
.m_about .inner{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.m_about .tit{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.m_about .tit b{ font-family: "ZTQ"; text-transform: uppercase; line-height: 1; font-size: 80px; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: url(../images/super_tit_bg.jpg); background-repeat: no-repeat; background-position: 49.5% 100%; }
.m_about .tit p{ text-align: center; font-weight: bold; font-size: 30px; color: #000000; line-height: 1; margin:60px 0; }
.m_about .bd{ overflow: hidden; text-align: center; width: 100%; }
.m_about .bd p{ font-size: 16px; color: #999999; line-height: 2; text-align: center; padding:0 8.5%; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.m_about .bd a{ position: relative; display: inline-flex; margin:60px 0; align-items: center; justify-content: center; padding:16px 70px; border:1px solid #999999; border-radius: 30px; overflow: hidden; }
.m_about .bd a span{ font-size: 14px; color: #999999; line-height: 1; position: relative; z-index: 33; }
.m_about .bd a::after{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); position: absolute; left:50%; top:0; transition: all .3s; }
.m_about .bd a:hover span{ transition: all .3s; color: #ffffff; letter-spacing: 2px; }
.m_about .bd a:hover::after{ transition: all .3s; width: 100%; left: 0; }
.m_about ul{ width: 100%; display: flex; align-items: center; justify-content: space-around; }
.m_about ul li{ display: inline-flex; flex-direction: column; position: relative; box-sizing: border-box; padding:0 2%; }
.m_about ul li b{ display: inline-flex; align-items: flex-start; line-height: 1; }
.m_about ul li b span{ font-size: 60px; color: #0252a7; line-height: 1; font-weight: bold; }
.m_about ul li b small{ font-size: 20px; color: #0252a7; line-height: 1; font-weight: normal; margin-left: 20px; }
.m_about ul li p{ font-size: 16px; color: #333333; line-height: 1; margin-top: 20px; }
.m_about ul li + li::before{ content: ""; display: block; width: 4px; height: 100%; background: #999999; position: absolute; left:-30px; top:0; transform: rotate(15deg);  }
@media only screen and (max-width: 1600px){
  .m_about{ padding:50px 0; }
  .m_about .tit b{ font-size: 74px; }
  .m_about .tit p{ font-size: 28px; margin:50px 0; }
  .m_about .bd p{ font-size: 16px; line-height: 1.8; padding:0 15px; }
  .m_about .bd a{ margin:50px 0; padding:15px 60px; border-radius: 30px; }
  .m_about .bd a span{ font-size: 14px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 56px; }
  .m_about ul li b small{ font-size: 18px; margin-left: 18px; }
  .m_about ul li p{ font-size: 15px; margin-top: 18px; }
  .m_about ul li + li::before{ width: 3px; left:-30px; }
}
@media only screen and (max-width: 1500px){
  .m_about{ padding:40px 0; }
  .m_about .tit b{ font-size: 68px; }
  .m_about .tit p{ font-size: 26px; margin:40px 0; }
  .m_about .bd p{ font-size: 16px; line-height: 1.7; padding:0 15px; }
  .m_about .bd a{ margin:40px 0; padding:14px 58px; border-radius: 30px; }
  .m_about .bd a span{ font-size: 14px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 50px; }
  .m_about ul li b small{ font-size: 16px; margin-left: 16px; }
  .m_about ul li p{ font-size: 14px; margin-top: 16px; }
  .m_about ul li + li::before{ width: 3px; left:-30px; }
}
@media only screen and (max-width: 1400px){
  .m_about{ padding:30px 0; }
  .m_about .tit b{ font-size: 62px; }
  .m_about .tit p{ font-size: 24px; margin:30px 0; }
  .m_about .bd p{ font-size: 15px; line-height: 1.6; padding:0 15px; }
  .m_about .bd a{ margin:30px 0; padding:13px 56px; }
  .m_about .bd a span{ font-size: 13px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 44px; }
  .m_about ul li b small{ font-size: 15px; margin-left: 15px; }
  .m_about ul li p{ font-size: 13px; margin-top: 14px; }
  .m_about ul li + li::before{ width: 2px; left:-30px; }
}
@media only screen and (max-width: 1200px){
  .m_about{ padding:25px 0; }
  .m_about .tit b{ font-size: 56px; }
  .m_about .tit p{ font-size: 22px; margin:25px 0; }
  .m_about .bd p{ font-size: 14px; line-height: 1.5; }
  .m_about .bd a{ margin:25px 0; padding:12px 54px; }
  .m_about .bd a span{ font-size: 12px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 40px; }
  .m_about ul li b small{ font-size: 15px; margin-left: 15px; }
  .m_about ul li p{ font-size: 13px; margin-top: 14px; }
  .m_about ul li + li::before{ width: 2px; left:-30px; }
}
@media only screen and (max-width: 992px){
  .m_about{ padding:20px 0; }
  .m_about .tit b{ font-size: 50px; }
  .m_about .tit p{ font-size: 20px; margin:20px 0; }
  .m_about .bd p{ font-size: 13px; line-height: 1.5; padding:0; }
  .m_about .bd a{ margin:20px 0; padding:12px 54px; }
  .m_about .bd a span{ font-size: 12px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 36px; }
  .m_about ul li b small{ font-size: 14px; margin-left: 10px; }
  .m_about ul li p{ font-size: 13px; margin-top: 14px; }
  .m_about ul li + li::before{ width: 1px; left:-30px; }
}
@media only screen and (max-width: 768px){
  .m_about .tit b{ font-size: 44px; }
  .m_about .tit p{ font-size: 18px; margin:15px 0; }
  .m_about .bd p{ font-size: 13px; line-height: 1.5; }
  .m_about .bd a{ margin:15px 0; padding:12px 52px; }
  .m_about .bd a span{ font-size: 12px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 32px; }
  .m_about ul li b small{ font-size: 13px; margin-left: 10px; }
  .m_about ul li p{ font-size: 13px; margin-top: 12px; }
  .m_about ul li + li::before{ width: 1px; left:-25px; }
}
@media only screen and (max-width: 640px){
  .m_about .tit b{ font-size: 38px; }
  .m_about .tit p{ font-size: 16px; font-weight: normal; margin:15px 0; }
  .m_about .bd p{ font-size: 13px; line-height: 1.5; }
  .m_about .bd a{ margin:15px 0; padding:12px 52px; }
  .m_about .bd a span{ font-size: 12px; }
  .m_about ul li{ padding:0 2%; }
  .m_about ul li b span{ font-size: 28px; }
  .m_about ul li b small{ font-size: 13px; margin-left: 10px; }
  .m_about ul li p{ font-size: 13px; margin-top: 12px; }
  .m_about ul li + li::before{ width: 1px; left:-20px; }
}
@media only screen and (max-width: 576px){
  .m_about .tit b{ font-size: 32px; }
  .m_about .tit p{ font-size: 14px; }
  .m_about .bd p{ font-size: 12px; }
  .m_about .bd a{ padding:10px 18px; }
  .m_about .bd a span{ font-size: 12px; }
  .m_about ul{ flex-wrap: wrap; border:1px solid #999999; }
  .m_about ul li{ padding:15px; width: 50%;  }
  .m_about ul li:nth-child(1), .m_about ul li:nth-child(2){ border-bottom: 1px solid #999999; }
  .m_about ul li:nth-child(2), .m_about ul li:nth-child(4){ border-left: 1px solid #999999; }
  .m_about ul li b span{ font-size: 20px; }
  .m_about ul li b small{ font-size: 12px; margin-left: 8px; }
  .m_about ul li p{ font-size: 12px; margin-top: 12px; }
  .m_about ul li + li::before{ display: none; }
}
@media only screen and (max-width: 414px){
  .m_about .tit b{ font-size: 26px; }
  .m_about .tit p{ font-size: 13px; }
  .m_about .bd a{ padding:8px 16px; }
  .m_about ul li b span{ font-size: 16px; }
}

/* m_super */
.m_super{ overflow: hidden; padding:40px 0 100px; }
.m_super .bd{ width: 100%; overflow: hidden; }
#super{ overflow: hidden; width: 100%; border:1px solid #999999; }
#super .super_box + .super_box{ border-left: 1px solid #999999; }
#super .super_box{ width: 15%!important; box-sizing: border-box; padding:35px; height: 100%; transition: all .3s; }
#super .super_box b{ font-size: 30px; color: #333333; font-weight: bold; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#super .super_box p{ min-height: 150px; margin:24px 0; font-size: 16px; color: #333333; line-height: 1.875;  }
#super .super_box span{ float: right; font-size: 60px; color: #dcdcdc; line-height: 1; transition: all .3s; }
#super .swiper-slide-active{ width: 25%!important; transition: all .3s; }
#super .swiper-slide-active span{ font-size: 130px; transition: all .3s; margin-top: -70px; }
@media only screen and (max-width: 1600px){
  .m_super{ padding:10px 0 50px; }
  #super .super_box{ padding:30px; }
  #super .super_box b{ font-size: 26px; }
  #super .super_box p{ margin:22px 0; font-size: 16px; line-height: 1.7;  }
  #super .super_box span{ font-size: 60px; }
  #super .swiper-slide-active span{ font-size: 120px; margin-top: -60px; }
}
@media only screen and (max-width: 1500px){
  .m_super{ padding:10px 0 40px; }
  #super .super_box{ padding:25px; }
  #super .super_box b{ font-size: 22px; }
  #super .super_box p{ margin:20px 0; font-size: 16px; line-height: 1.5; }
  #super .super_box span{ font-size: 50px; }
  #super .swiper-slide-active span{ font-size: 100px; margin-top: -50px; }
}
@media only screen and (max-width: 1400px){
  .m_super{ padding:10px 0 30px; }
  #super .swiper-wrapper{ width: 100%!important; }
  #super .super_box{ padding:20px; }
  #super .super_box b{ font-size: 18px; }
  #super .super_box p{ margin:18px 0; font-size: 15px; line-height: 1.5; }
  #super .super_box span{ font-size: 40px; }
  #super .swiper-slide-active span{ font-size: 80px; margin-top: -40px; }
}
@media only screen and (max-width: 1200px){
  .m_super{ padding:10px 0 25px; }
  #super .super_box{ padding:15px; width: 33.3%!important; }
  #super .super_box:nth-child(even){ border-top: 1px solid #999999; }
  #super .super_box:nth-child(2){ border-left: none; }
  #super .super_box b{ font-size: 16px; font-weight: normal; }
  #super .super_box p{ min-height: 100px; margin:16px 0; font-size: 14px; }
  #super .super_box span{ font-size: 30px; }
  #super .swiper-slide-active{ width: 33.3%!important; transition: all .3s; }
  #super .swiper-slide-active span{ font-size: 60px; margin-top: -30px; }
}
@media only screen and (max-width: 992px){
  .m_super{ padding:10px 0 20px; }
  #super .super_box{ padding:15px; width: 33.3%!important; }
  #super .super_box b{ font-size: 16px; font-weight: normal; }
  #super .super_box p{ min-height: 100px; margin:16px 0; font-size: 13px; }
  #super .super_box span{ font-size: 30px; }
  #super .swiper-slide-active{ width: 33.3%!important; transition: all .3s; }
  #super .swiper-slide-active span{ font-size: 60px; margin-top: -30px; }
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
  #super .super_box{ padding:15px; width: 50%!important; }
  #super .super_box:nth-child(odd){ border-top: 1px solid #999999; }
  #super .super_box:nth-child(2){ border-left: 1px solid #999999; }
  #super .super_box:nth-child(1), #super .super_box:nth-child(2){ border-top: 0; }
  #super .super_box:nth-child(3), #super .super_box:nth-child(5){ border-left: 0; }
  #super .super_box b{ font-size: 16px; font-weight: normal; }
  #super .super_box p{ min-height: 100px; margin:16px 0; font-size: 13px; }
  #super .super_box span{ font-size: 30px; }
  #super .swiper-slide-active{ width: 50%!important; transition: all .3s; }
  #super .swiper-slide-active span{ font-size: 60px; margin-top: -30px; }
}
@media only screen and (max-width: 576px){
  #super .super_box b{ font-size: 15px; }
  #super .super_box p{ min-height: 110px; margin:14px 0; font-size: 12px; }
  #super .super_box span{ font-size: 20px; }
  #super .swiper-slide-active span{ font-size: 40px; margin-top: -20px; }
}
@media only screen and (max-width: 414px){
}

/* m_flow */
.m_flow{ padding:100px 0; position: relative; background: url(../images/flow_bg.jpg) no-repeat top center; background-attachment: fixed; }
.m_flow::after{ content: ""; display: block; width: 100%; height: 100%; background: rgba(2, 82, 167, .7); position: absolute; top:0; left:0; }
.m_flow .hd, .m_flow .bd{ position: relative; z-index: 33; text-align: center;  }
.m_flow .hd b{ font-size: 60px; color: #ffffff; line-height: 1; font-weight: normal; }
.m_flow .bd ul{ margin-top: 60px; display: flex; align-items: flex-start; justify-content: space-between; }
.m_flow .bd ul li{ width: 20%; box-sizing: border-box; padding-left: 10px; transition: all .3s; border-left: 1px solid rgba(255, 255, 255, .3); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.m_flow .bd ul li .tit{ text-align: left; }
.m_flow .bd ul li p{ font-size: 18px; line-height: 1; color: #ffffff; }
.m_flow .bd ul li p + p{ margin-top: 16px; }
.m_flow .bd ul li span{ margin-top: 48px; font-size: 26px; line-height: 1; color: #ffffff; }
.m_flow .bd ul li:hover{ transition: all .3s; border-color: rgba(255, 255, 255, 1); }
@media only screen and (max-width: 1600px){
  .m_flow{ padding:50px 0; }
  .m_flow .hd b{ font-size: 50px; }
  .m_flow .bd ul{ margin-top: 50px;  }
  .m_flow .bd ul li{ width: 20%; padding-left: 12px; }
  .m_flow .bd ul li p{ font-size: 18px;  }
  .m_flow .bd ul li p + p{ margin-top: 14px; }
  .m_flow .bd ul li span{ margin-top: 44px; font-size: 24px; }
}
@media only screen and (max-width: 1500px){
  .m_flow{ padding:40px 0; }
  .m_flow .hd b{ font-size: 40px; }
  .m_flow .bd ul{ margin-top: 40px;  }
  .m_flow .bd ul li{ width: 20%; padding-left: 14px; }
  .m_flow .bd ul li p{ font-size: 18px;  }
  .m_flow .bd ul li p + p{ margin-top: 12px; }
  .m_flow .bd ul li span{ margin-top: 40px; font-size: 22px; }
}
@media only screen and (max-width: 1400px){
  .m_flow{ padding:30px 0; }
  .m_flow .hd b{ font-size: 30px; }
  .m_flow .bd ul{ margin-top: 30px;  }
  .m_flow .bd ul li{ width: 20%; padding-left: 15px; }
  .m_flow .bd ul li p{ font-size: 17px;  }
  .m_flow .bd ul li p + p{ margin-top: 10px; }
  .m_flow .bd ul li span{ margin-top: 36px; font-size: 20px; }
}
@media only screen and (max-width: 1200px){
  .m_flow{ padding:25px 0; }
  .m_flow .hd b{ font-size: 25px; }
  .m_flow .bd ul{ margin-top: 25px;  }
  .m_flow .bd ul li{ width: 20%; padding-left: 15px; }
  .m_flow .bd ul li p{ font-size: 16px;  }
  .m_flow .bd ul li p + p{ margin-top: 8px; }
  .m_flow .bd ul li span{ margin-top: 32px; font-size: 18px; }
}
@media only screen and (max-width: 992px){
  .m_flow{ padding:20px 0; }
  .m_flow .hd b{ font-size: 20px; }
  .m_flow .bd ul{ margin-top: 20px;  }
  .m_flow .bd ul li{ width: 20%; padding-left: 15px; }
  .m_flow .bd ul li p{ font-size: 15px;  }
  .m_flow .bd ul li p + p{ margin-top: 6px; }
  .m_flow .bd ul li span{ margin-top: 28px; font-size: 16px; }
}
@media only screen and (max-width: 768px){
  .m_flow .bd ul li{ width: 20%; padding-left: 12px; }
  .m_flow .bd ul li p{ font-size: 14px;  }
  .m_flow .bd ul li p + p{ margin-top: 4px; }
  .m_flow .bd ul li span{ margin-top: 24px; font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .m_flow .bd ul li{ width: 20%; padding-left: 10px; }
  .m_flow .bd ul li p{ font-size: 13px;  }
  .m_flow .bd ul li span{ margin-top: 20px; font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .m_flow .bd ul{ flex-wrap: wrap; justify-content: flex-start; }
  .m_flow .bd ul li{ width: 33.3%; padding-left: 10px; margin-bottom: 15px; }
  .m_flow .bd ul li p{ font-size: 13px;  }
  .m_flow .bd ul li span{ margin-top: 20px; font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .m_flow .bd ul{ flex-wrap: wrap; justify-content: flex-start; }
  .m_flow .bd ul li{ width:50%; padding-left: 10px; margin-bottom: 15px; }
  .m_flow .bd ul li p{ font-size: 13px;  }
  .m_flow .bd ul li span{ margin-top: 20px; font-size: 12px; }
}

/* m_case */
.m_case{ padding:40px 0; overflow: hidden; }
.m_case .hd p{ box-sizing: border-box; padding:0 15%; }
.m_case .bd{ width: 100%; overflow: hidden; }
#case{ overflow: hidden; width: 100%; }
#case a{ display: flex; align-items: center; justify-content: center; position: relative; }
#case a .img{ width: 100%; padding-bottom: 53%; overflow: hidden; position: relative; }
#case a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#case a .txt{ transition: all 1s; opacity: 0; background: rgba(0, 0, 0, .4); position: absolute; top:0; left:0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding:100px; }
#case a .txt b{ display: block; text-align: center; font-size: 36px; color: #ffffff; line-height: 1.6; font-weight: normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#case a .txt::before{ content: ""; position: absolute; width: calc(100% - 60px); height: 0px; left: 30px; bottom: 30px; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
#case a .txt::after{ content: ""; position: absolute; width: 0px; height: calc(100% - 60px); left: 30px; bottom: 30px; z-index: 9; background: transparent; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
#case a:hover img{ transition: all .3s; transform: scale(1.05); }
#case a:hover .txt{ transition: all 1s; opacity: 1; }
#case a:hover .txt::before{ height: calc(100% - 60px); border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
#case a:hover .txt::after{ width: calc(100% - 60px); border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
@media only screen and (max-width: 1600px){
  .m_case{ padding:40px 0;  }
  .m_case .hd p{ padding:0 12%; }
  #case a .txt{ padding:80px; }
  #case a .txt b{ font-size: 32px; line-height: 1.6; }
  #case a .txt::before{ width: calc(100% - 50px); left: 25px; bottom: 25px; }
  #case a .txt::after{ height: calc(100% - 50px); left: 25px; bottom: 25px; }
  #case a:hover .txt::before{ height: calc(100% - 50px); }
  #case a:hover .txt::after{ width: calc(100% - 50px); }
}
@media only screen and (max-width: 1500px){
  .m_case{ padding:30px 0;  }
  .m_case .hd p{ padding:0 9%; }
  #case a .txt{ padding:60px; }
  #case a .txt b{ font-size: 28px; line-height: 1.5; }
  #case a .txt::before{ width: calc(100% - 40px); left: 20px; bottom: 20px; }
  #case a .txt::after{ height: calc(100% - 40px); left: 20px; bottom: 20px; }
  #case a:hover .txt::before{ height: calc(100% - 40px); }
  #case a:hover .txt::after{ width: calc(100% - 40px); }
}
@media only screen and (max-width: 1400px){
  .m_case{ padding:25px 0;  }
  .m_case .hd p{ padding:0 6%; }
  #case a .txt{ padding:40px; }
  #case a .txt b{ font-size: 24px; }
  #case a .txt::before{ width: calc(100% - 30px); left: 15px; bottom: 15px; }
  #case a .txt::after{ height: calc(100% - 30px); left: 15px; bottom: 15px; }
  #case a:hover .txt::before{ height: calc(100% - 30px); }
  #case a:hover .txt::after{ width: calc(100% - 30px); }
}
@media only screen and (max-width: 1200px){
  .m_case{ padding:20px 0;  }
  .m_case .hd p{ padding:0 3%; }
  #case a .txt{ padding:30px; }
  #case a .txt b{ font-size: 20px; }
}
@media only screen and (max-width: 992px){
  .m_case{ padding:15px 0;  }
  .m_case .hd p{ padding:0; }
  #case a .txt{ padding:25px; }
  #case a .txt b{ font-size: 18px; }
}
@media only screen and (max-width: 768px){
  #case a .txt{ padding:20px; }
  #case a .txt b{ font-size: 16px; }
}
@media only screen and (max-width: 640px){
  #case a .img{ padding-bottom: 60%; }
  #case a .txt{ padding:15px; }
  #case a .txt b{ font-size: 14px; padding:0 15px; }
}
@media only screen and (max-width: 576px){
  #case a .img{ padding-bottom: 65%; }
  #case a .txt{ padding:10px; }
  #case a .txt::before{ width: calc(100% - 20px); left: 10px; bottom: 10px; }
  #case a .txt::after{ height: calc(100% - 20px); left: 10px; bottom: 10px; }
  #case a:hover .txt::before{ height: calc(100% - 20px); }
  #case a:hover .txt::after{ width: calc(100% - 20px); }
  #case a .txt b{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
  #case a .img{ padding-bottom: 70%; }
}

/* m_news */
.m_news{ padding:40px 0; overflow: hidden; }
.m_news .bd{ width: 100%; overflow: hidden; }
.m_news .bd a{ display: flex; flex-direction: column; overflow: hidden; }
.m_news .bd a .img{ width: 100%; padding-bottom: 63%; overflow: hidden; position: relative; }
.m_news .bd a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.m_news .bd a b{ min-height: 78px; margin:30px 0; font-weight: normal; font-size: 26px; color: #333333; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.m_news .bd a:hover img{ transition: all .3s; transform: scale(1.05); }
.m_news .bd a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1600px){
  .m_news{ padding:40px 0; }
  .m_news .bd a b{ min-height: 72px; margin:25px 0; font-size: 24px; }
}
@media only screen and (max-width: 1500px){
  .m_news{ padding:30px 0; }
  .m_news .bd a b{ min-height: 66px; margin:20px 0; font-size: 22px; }
}
@media only screen and (max-width: 1400px){
  .m_news{ padding:25px 0; }
  .m_news .bd a b{ min-height: 60px; margin:15px 0; font-size: 20px; }
}
@media only screen and (max-width: 1200px){
  .m_news{ padding:20px 0; }
  .m_news .bd a b{ min-height: 54px; margin:12px 0; font-size: 18px; }
}
@media only screen and (max-width: 992px){
  .m_news{ padding:15px 0; }
  .m_news .bd a b{ min-height: 48px; margin:10px 0; font-size: 16px; }
}
@media only screen and (max-width: 768px){
  .m_news .bd a b{ min-height: 45px; font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .m_news .bd a b{ min-height: 42px; font-size: 14px; }
}
@media only screen and (max-width: 576px){
  .m_news .bd a b{ min-height: 39px; font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .m_news .bd a b{ min-height: 36px; font-size: 12px; }
}

/* m_message */
.m_message{ position: relative; padding:40px 0 100px; background: var(--zhu-color) url(../images/message_bg.jpg) no-repeat center; overflow: hidden; }
#lizi{ width: 100%; height: 100%; position: absolute; left:0; top:0; z-index: 3; }
.m_message .hd b, .m_message .hd p{ color: #ffffff; }
.m_message .hd, .m_message .bd{ width: 100%; position: relative; z-index: 33; }
.m_message .bd form{ display: flex; align-items: center; justify-content: space-between; }
.m_message .bd form input, .m_message .bd form .code, .m_message .bd form .submit{ width: calc(25% - 22.5px); }
.m_message .bd form input{ box-sizing: border-box; padding:18px 30px; background: #1560b0; line-height: 1; font-size: 16px; color: #fff; font-weight: 200; }
.m_message .bd form input::-webkit-input-placeholder{ color: #ffffff; }
.m_message .bd form .code{ display: flex; align-items: center; justify-content: space-between; }
.m_message .bd form .code input{ width: 50%; }
.m_message .bd form .code img{ width: 50%; height: 57px; object-fit: cover; }
.m_message .bd form .submit{ padding:18px 30px; min-height: 57px; line-height: 1; display: flex; align-items: center; justify-content: center; background: #ffffff; font-size: 16px; color: var(--zhu-color); transition: all .3s; }
.m_message .bd form .submit:hover{ transition: all .3s; background: var(--pei-color); color: #ffffff; }
@media only screen and (max-width: 1600px){
  .m_message{ padding:10px 0 50px; }
  .m_message .bd form input, .m_message .bd form .code, .m_message .bd form .submit{ width: calc(25% - 15px); }
  .m_message .bd form input{ padding:16px 28px; font-size: 15px; }
  .m_message .bd form .code input{ width: 50%; }
  .m_message .bd form .code img{ width: 50%; height: 52px; }
  .m_message .bd form .submit{ padding:16px 28px; min-height: 52px; font-size: 15px; }
}
@media only screen and (max-width: 1500px){
  .m_message{ padding:10px 0 40px; }
  .m_message .bd form input, .m_message .bd form .code, .m_message .bd form .submit{ width: calc(25% - 11.25px); }
  .m_message .bd form input{ padding:14px 26px; font-size: 14px; }
  .m_message .bd form .code input{ width: 50%; }
  .m_message .bd form .code img{ width: 50%; height: 47px; }
  .m_message .bd form .submit{ padding:14px 26px; min-height: 47px; font-size: 14px; }
}
@media only screen and (max-width: 1400px){
  .m_message{ padding:10px 0 30px; }
  .m_message .bd form input{ padding:12px 24px; font-size: 14px; }
  .m_message .bd form .code input{ width: 50%; }
  .m_message .bd form .code img{ width: 50%; height: 43px; }
  .m_message .bd form .submit{ padding:12px 24px; min-height: 43px; font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .m_message{ padding:10px 0 25px; }
  .m_message .bd form input{ padding:10px 20px; font-size: 13px; }
  .m_message .bd form .code input{ width: 50%; }
  .m_message .bd form .code img{ width: 50%; height: 37px; }
  .m_message .bd form .submit{ padding:10px 20px; min-height: 37px; font-size: 13px; }
}
@media only screen and (max-width: 992px){
  .m_message{ padding:10px 0 20px; }
  .m_message .bd form input{ padding:10px 20px; font-size: 13px; }
  .m_message .bd form .code input{ width: 50%; }
  .m_message .bd form .code img{ width: 50%; height: 37px; }
  .m_message .bd form .submit{ padding:10px 20px; min-height: 37px; font-size: 13px; }
}
@media only screen and (max-width: 768px){
  .m_message .bd form{ flex-wrap: wrap; }
  .m_message .bd form input, .m_message .bd form .code, .m_message .bd form .submit{ width: calc(50% - 7.5px); }
  .m_message .bd form input{ padding:10px 20px; font-size: 13px; margin-bottom: 15px; }
  .m_message .bd form .code input{ width: 50%; margin-bottom: 0; }
  .m_message .bd form .code, .m_message .bd form .code img{ height: 37px; }
  .m_message .bd form .submit{ padding:10px 20px; min-height: 37px; font-size: 13px; }
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
  .m_message .bd form input{ padding:8px 15px; font-size: 12px; margin-bottom: 15px; }
  .m_message .bd form .code, .m_message .bd form .code img{ height: 32px; }
  .m_message .bd form .submit{ padding:8px 15px; min-height: 32px; font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .m_message .bd form input{ padding:8px 10px; font-size: 12px; margin-bottom: 10px; }
  .m_message .bd form .code, .m_message .bd form .code img{ height: 32px; }
  .m_message .bd form .submit{ padding:8px 15px; min-height: 32px; font-size: 12px; }
}

/* footer */
/*.footer{ width: 100%; overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat center top; }
.f_nav{ overflow: hidden; padding:60px 0; }
.f_nav .inner{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.f_nav .nav{ margin-top: 30px; display: flex; align-items: center; justify-content: center; }
.f_nav .nav a{ transition: all .3s; font-size: 18px; color: #ffffff; line-height: 1; padding:0 45px; position: relative; }
.f_nav .nav a + a::before{ content: ""; display: inline-block; width: 2px; height: 100%; background: #ffffff; line-height: 1; position: absolute; left:0; top:0; }
.f_nav .nav a:hover{ transition: all .3s; color: #ff7200; }
.f_contact{ padding:60px 0; border-top: 1px solid #838383; }
.f_contact ul{ display: flex; align-items: center; justify-content: space-between; }
.f_contact li{ display: flex; align-items: center; flex-direction: column; position: relative; }
.f_contact li:nth-child(1){ flex-direction: row; }
.f_contact li span{ font-size: 50px; color: #ffffff; line-height: 1; margin-right: 18px; }
.f_contact li .txt{ display: flex; flex-direction: column; }
.f_contact li .txt p{ font-size: 16px; color: #ffffff; line-height: 1; }
.f_contact li .txt b{ margin-top: 12px; font-size: 30px; color: #ffffff; font-family: "PNBC"; line-height: 1; }
.f_contact li p{ font-size: 15px; color: #ffffff; line-height: 2; text-align: center; }
.f_contact li:last-child span{ font-size: 50px; line-height: 1; }
.f_contact li:last-child div{ background: #cdcdcd; border-radius: 5px; position: absolute; padding:5px; width: 120px; left:-50%; opacity: 0; top:-300%; transition: all .3s; }
.f_contact li:last-child div::before{ content: ""; width: 0; height: 0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #cdcdcd; position: absolute; bottom: -5px; left:45%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.f_contact li:last-child div img{ max-width: 100%; }
.f_contact li:last-child:hover div{ transition: all .3s; top: -260%; opacity: 1; }
.f_copy{ background: #333333; }
.f_copy p{  padding:18px; box-sizing: border-box; font-size: 16px; color: #ffffff; line-height: 1; font-weight: 200; text-align: center; }

@media only screen and (max-width: 1600px){
  .f_nav{ padding:50px 0; }
  .f_nav .nav{ margin-top: 30px; }
  .f_nav .nav a{ font-size: 17px; padding:0 40px; }
  .f_nav .nav a + a::before{ width: 2px; }
  .f_contact{ padding:50px 0; }
  .f_contact li span{ font-size: 44px; margin-right: 16px; }
  .f_contact li .txt p{ font-size: 16px; }
  .f_contact li .txt b{ margin-top: 10px; font-size: 28px; }
  .f_contact li p{ font-size: 15px; line-height: 1.8; }
  .f_contact li:last-child span{ font-size: 44px; margin-right: 40px; }
  .f_contact li:last-child div{ left:-46%; width: 120px; top:-300%; }
  .f_contact li:last-child:hover div{ top: -290%; }
  .f_copy p{ padding:16px; font-size: 15px; }
}
@media only screen and (max-width: 1500px){
  .f_nav{ padding:40px 0; }
  .f_nav .nav{ margin-top: 25px; }
  .f_nav .nav a{ font-size: 16px; padding:0 30px; }
  .f_nav .nav a + a::before{ width: 1px; }
  .f_contact{ padding:40px 0; }
  .f_contact li span{ font-size: 34px; margin-right: 14px; }
  .f_contact li .txt p{ font-size: 16px; }
  .f_contact li .txt b{ margin-top: 10px; font-size: 28px; }
  .f_contact li p{ font-size: 15px; line-height: 1.8; }
  .f_contact li:last-child span{ font-size: 38px; }
  .f_contact li:last-child div{ left:-40%; width: 100px; top:-300%; }
  .f_contact li:last-child:hover div{ top: -280%; }
  .f_copy p{ padding:14px; font-size: 15px; }
}
@media only screen and (max-width: 1400px){
  .f_nav{ padding:30px 0; }
  .f_nav .nav{ margin-top: 20px; }
  .f_nav .nav a{ font-size: 15px; padding:0 20px; }
  .f_nav .nav a + a::before{ width: 1px; }
  .f_contact{ padding:30px 0; }
  .f_contact li span{ font-size: 30px; margin-right: 12px; }
  .f_contact li .txt p{ font-size: 15px; }
  .f_contact li .txt b{ margin-top: 8px; font-size: 24px; }
  .f_contact li p{ font-size: 15px; line-height: 1.6; }
  .f_contact li:last-child span{ font-size: 34px; }
  .f_contact li:last-child div{ left:-40%; width: 90px; top:-300%; }
  .f_contact li:last-child:hover div{ top: -280%; }
  .f_copy p{ padding:14px; font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .f_nav{ padding:20px 0; }
  .f_nav .nav{ margin-top: 15px; }
  .f_nav .nav a{ font-size: 14px; padding:0 15px; }
  .f_nav .nav a + a::before{ width: 1px; }
  .f_contact{ padding:20px 0; }
  .f_contact ul{ flex-direction: column; }
  .f_contact li{ padding:5px 0; }
  .f_contact li:nth-child(1){ flex-direction: column; }
  .f_contact li:nth-child(1) span{ margin-bottom: 15px; }
  .f_contact li span{ font-size: 26px; margin-right: 0; }
  .f_contact li .txt p{ font-size: 14px; }
  .f_contact li .txt b{ margin-top: 6px; font-size: 20px; }
  .f_contact li p{ font-size: 14px; line-height: 1.5; }
  .f_contact li:last-child span{ font-size: 30px; margin-right: 0; }
  .f_contact li:last-child div{ left:-150%; width: 120px; top:-320%; }
  .f_contact li:last-child:hover div{ top: -300%; }
  .f_copy p{ padding:12px; font-size: 13px; }
}
@media only screen and (max-width: 992px){
  .f_nav{ padding:15px 0; }
  .f_nav .nav a{ font-size: 14px; padding:0 15px; }
  .f_contact{ padding:15px 0; }
  .f_contact li{ padding:5px 0; }
  .f_contact li span{ font-size: 26px; }
  .f_contact li .txt p{ font-size: 14px; }
  .f_contact li .txt b{ font-size: 20px; }
  .f_contact li p{ font-size: 14px; line-height: 1.5; }
  .f_contact li:last-child span{ font-size: 30px; margin-right: 0; }
  .f_copy p{ padding:12px; font-size: 13px; }
}
@media only screen and (max-width: 768px){
  .f_nav .nav a{ font-size: 13px; padding:10px; }
  .f_nav .nav a + a::before{ display: none; }
  .footer{ padding-bottom: 52px; }
  .f_copy p{ line-height: 1.5; }
}
@media only screen and (max-width: 640px){
  .footer{ background-size: cover; }
  .f_copy p{ padding:10px; }
  .f_nav .nav a{ padding:8px; }
}
@media only screen and (max-width: 576px){
  .f_copy p{ padding:8px; }
  .f_nav .nav a{ padding:6px; }
}
@media only screen and (max-width: 414px){
  .f_copy p{ font-size: 12px; }
  .f_nav .nav a{ padding:5px; }
}*/


/*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;}

/* s_banner */
.s_banner{ overflow: hidden; background:url(../images/company_banner.jpg) no-repeat top center; background-attachment: fixed; }
.s_banner .inner{ padding:130px 15px 200px; position: relative; }
.s_banner .s_box{ display: flex; flex-direction: column; overflow: hidden; }
.s_banner .s_box .s_tit{ position: relative; overflow: hidden; }
.s_banner .s_box .s_tit span{ line-height: 1; font-family: "ALO"; font-size: 80px; text-transform: uppercase; color: rgba(255, 255, 255, .1); }
.s_banner .s_box .s_tit b{ font-size: 60px; color: #ffffff; line-height: 1; font-weight: bold; position: absolute; top:50%; left:0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.s_banner .s_box p{ font-size: 26px; color: #ffffff; line-height: 1; font-weight: normal; margin-top: 26px; }
.s_banner .inner > p{ display: flex; align-items: center; font-size: 16px; color: #ffffff; line-height: 1; position: absolute; left:15px; bottom:30px; }
.s_banner .inner > p a, .s_banner .inner > p small{ font-size: 100%; color: #ffffff; transition: all .3s; }
.s_banner .inner > p span{ font-size: 24px; line-height: 1; margin-right: 10px; }
.s_banner .inner > p a:hover{ transition: all .3s; color: var(--pei-color); }
.engineering_banner{ background: url(../images/engineering_banner.jpg) no-repeat top center; background-attachment: fixed; }
.culture_banner{ background: url(../images/culture_banner.jpg) no-repeat top center; background-attachment: fixed; }
.album_banner{ background: url(../images/album_banner.jpg) no-repeat top center; background-attachment: fixed; }
.contact_banner{ background: url(../images/contact_banner.jpg) no-repeat top center; background-attachment: fixed; }
.product_banner{ background: url(../images/product_banner.jpg) no-repeat top center; background-attachment: fixed; }
@media only screen and (max-width: 1600px){
  .s_banner .inner{ padding:110px 15px 180px; }
  .s_banner .s_box .s_tit span{ font-size: 74px; }
  .s_banner .s_box .s_tit b{ font-size: 56px; }
  .s_banner .s_box p{ font-size: 24px; margin-top: 24px; }
  .s_banner .inner > p{ font-size: 16px; }
  .s_banner .inner > p span{ font-size: 22px; margin-right: 10px; }
}
@media only screen and (max-width: 1500px){
  .s_banner .inner{ padding:100px 15px 160px; }
  .s_banner .s_box .s_tit span{ font-size: 68px; }
  .s_banner .s_box .s_tit b{ font-size: 52px; }
  .s_banner .s_box p{ font-size: 22px; margin-top: 22px; }
  .s_banner .inner > p{ font-size: 15px; }
  .s_banner .inner > p span{ font-size: 20px; margin-right: 8px; }
}
@media only screen and (max-width: 1400px){
  .s_banner .inner{ padding:90px 15px 140px; }
  .s_banner .s_box .s_tit span{ font-size: 62px; }
  .s_banner .s_box .s_tit b{ font-size: 48px; }
  .s_banner .s_box p{ font-size: 20px; margin-top: 20px; }
  .s_banner .inner > p{ font-size: 15px; }
  .s_banner .inner > p span{ font-size: 18px; margin-right: 8px; }
}
@media only screen and (max-width: 1200px){
  .s_banner .inner{ padding:80px 15px 120px; }
  .s_banner .s_box .s_tit{ text-align: center; }
  .s_banner .s_box .s_tit span{ font-size: 56px; }
  .s_banner .s_box .s_tit b{ font-size: 44px; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
  .s_banner .s_box p{ font-size: 18px; margin-top: 18px; text-align: center; }
  .s_banner .inner > p{ font-size: 14px; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .s_banner .inner > p span{ display: none; }
}
@media only screen and (max-width: 992px){
  .s_banner .inner{ padding:70px 15px 100px; }
  .s_banner .s_box .s_tit span{ font-size: 50px; }
  .s_banner .s_box .s_tit b{ font-size: 40px; width: 100%; justify-content: center; box-sizing: border-box; padding:0 15px; }
  .s_banner .s_box p{ font-size: 17px; margin-top: 17px; }
  .s_banner .inner > p{ font-size: 14px; width: 100%; justify-content: center; box-sizing: border-box; padding:0 15px; }
  .s_banner .inner > p span{ font-size: 14px; margin-right: 6px; }
  .s_banner .inner > p small{ display: none; }
}
@media only screen and (max-width: 768px){
  .s_banner .inner{ padding:60px 15px 80px; }
  .s_banner .s_box .s_tit span{ font-size: 44px; }
  .s_banner .s_box .s_tit b{ font-size: 36px; }
  .s_banner .s_box p{ font-size: 16px; margin-top: 16px; }
  .s_banner .inner > p{ font-size: 13px; bottom:25px; }
  .s_banner .inner > p span{ font-size: 13px; margin-right: 6px; }
}
@media only screen and (max-width: 640px){
  .s_banner .inner{ padding:50px 15px 60px; }
  .s_banner .s_box .s_tit span{ font-size: 38px; }
  .s_banner .s_box .s_tit b{ font-size: 32px; }
  .s_banner .s_box p{ font-size: 15px; margin-top: 15px; }
  .s_banner .inner > p{ font-size: 13px; bottom:20px; }
  .s_banner .inner > p span{ font-size: 13px; margin-right: 6px; }
}
@media only screen and (max-width: 576px){
  .s_banner .inner{ padding:40px 15px 60px; }
  .s_banner .s_box .s_tit span{ font-size: 32px; }
  .s_banner .s_box .s_tit b{ font-size: 28px; }
  .s_banner .s_box p{ font-size: 14px; margin-top: 14px; }
  .s_banner .inner > p{ font-size: 12px; bottom:15px; }
  .s_banner .inner > p span{ font-size: 12px; margin-right: 6px; }
}
@media only screen and (max-width: 414px){
  .s_banner .s_box .s_tit span{ font-size: 26px; }
  .s_banner .s_box .s_tit b{ font-size: 20px; }
  .s_banner .inner > p{ font-size: 12px; bottom:12px; }
  .s_banner .s_box p{ font-size: 13px; margin-top: 13px; }
}

/* l_nav */
.l_nav{ overflow: hidden; box-shadow: 0 0 7px 3px rgba(0,0,0,.04); position: relative; z-index: 33; }
.l_nav ul{ display: flex; flex-wrap: wrap; align-items: center; }
.l_nav li{ width: 16.6%; box-sizing: border-box; }
.l_nav li + li{ border-left: 1px solid #ffffff; }
.l_nav li a{ width: 100%; padding:15px 0; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.l_nav li a::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); transition: all .3s; position: absolute; left:0; top:0; }
.l_nav li a p{ font-size: 20px; color: var(--zhu-color); line-height: 1; position: relative; z-index: 3; }
.l_nav li a small{ font-size: 12px; margin-top: 8px; color: var(--zhu-color); line-height: 1; text-transform: uppercase; position: relative; z-index: 3; }
.l_nav li a:hover::before, .l_nav li.on a::before{ transition: all .3s; width: 100%; }
.l_nav li a:hover p, .l_nav li.on a p{ transition: all .3s; color: #ffffff; }
.l_nav li a:hover small, .l_nav li.on a small{ transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1600px){
  .l_nav .inner{ padding:0; }
  .l_nav li a{ padding:14px 0; }
  .l_nav li a p{ font-size: 19px; }
  .l_nav li a small{ margin-top: 7px; }
}
@media only screen and (max-width: 1500px){
  .l_nav li a{ padding:13px 0; }
  .l_nav li a p{ font-size: 18px; }
  .l_nav li a small{ margin-top: 6px; }
}
@media only screen and (max-width: 1400px){
  .l_nav li a{ padding:12px 0; }
  .l_nav li a p{ font-size: 17px; }
  .l_nav li a small{ margin-top: 5px; }
}
@media only screen and (max-width: 1200px){
  .l_nav li a{ padding:11px 0; }
  .l_nav li a p{ font-size: 16px; }
  .l_nav li a small{ display: none; }
}
@media only screen and (max-width: 992px){
  .l_nav ul{ flex-wrap: wrap; }
  .l_nav li{ width: 16.6%; }
  .l_nav li a{ width: 100%; padding:10px 0; text-align: center; }
  .l_nav li a p{ font-size: 15px; }
}
@media only screen and (max-width: 768px){
  .l_nav li a p{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .l_nav li{ width: 33.3%; border:1px solid #f1f1f1; }
  .l_nav li + li{ border-left: 0; }
  .l_nav li:nth-child(1), .l_nav li:nth-child(2), .l_nav li:nth-child(3){ border-bottom: 0; }
  .l_nav li:nth-child(1){ border-left: 0; }
  .l_nav li:nth-child(3), .l_nav li:nth-child(6){ border-right: 0; }
  .l_nav li a{ padding:9px 0; }
  .l_nav li a p{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .l_nav li a{ padding:8px 0; }
  .l_nav li a p{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
}

/* main */
.main{ padding:30px 0; background: #fff; }
.main .c_tit{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding:40px 0; width: 100%; }
.main .c_tit b{ font-size: 60px; color: #333333; line-height: 1; font-weight: bold; display: block; }
.main .c_tit p{ font-size: 26px; color: #333333; line-height: 1; margin-top: 16px; display: block; }
@media only screen and (max-width: 1600px){
  .main{ padding:15px 0; }
  .main .c_tit{ padding:35px 0; }
  .main .c_tit b{ font-size: 54px; }
  .main .c_tit p{ font-size: 24px; margin-top: 14px; text-align: center; line-height: 1.5; }
}
@media only screen and (max-width: 1500px){
  .main .c_tit{ padding:30px 0; }
  .main .c_tit b{ font-size: 48px; }
  .main .c_tit p{ font-size: 22px; margin-top: 12px; }
}
@media only screen and (max-width: 1400px){
  .main .c_tit{ padding:25px 0; }
  .main .c_tit b{ font-size: 42px; }
  .main .c_tit p{ font-size: 20px; margin-top: 10px; }
}
@media only screen and (max-width: 1200px){
  .main .c_tit{ padding:20px 0; }
  .main .c_tit b{ font-size: 36px; }
  .main .c_tit p{ font-size: 18px; margin-top: 8px; }
}
@media only screen and (max-width: 992px){
  .main .c_tit{ padding:15px 0; }
  .main .c_tit b{ font-size: 30px; }
  .main .c_tit p{ font-size: 16px; margin-top: 8px; }
}
@media only screen and (max-width: 768px){
  .main .c_tit b{ font-size: 24px; }
  .main .c_tit p{ font-size: 14px; margin-top: 8px; }
}
@media only screen and (max-width: 640px){
  .main .c_tit b{ font-size: 18px; }
  .main .c_tit p{ font-size: 13px; margin-top: 8px; }
}
@media only screen and (max-width: 576px){
  .main .c_tit b{ font-size: 17px; }
  .main .c_tit p{ font-size: 12px; margin-top: 8px; }
}
@media only screen and (max-width: 414px){
}

/* company_info */
#company_info{ overflow: hidden; }
#company_info .bd{ text-align: center; overflow: hidden; width: 100%; }
#company_info .bd p{ font-size: 18px; color: #333333; line-height: 1.8; }
#company_info .bd p + p{ margin-top: 30px; }
#company_info .bd ul{ margin:40px 0; width: 100%; display: flex; align-items: center; justify-content: space-around; }
#company_info .bd ul li{ display: inline-flex; flex-direction: column; position: relative; box-sizing: border-box; padding:0 2%; }
#company_info .bd ul li b{ display: inline-flex; align-items: flex-start; line-height: 1; }
#company_info .bd ul li b span{ font-size: 60px; color: var(--zhu-color); line-height: 1; font-weight: bold; }
#company_info .bd ul li b small{ font-size: 20px; color: var(--zhu-color); line-height: 1; font-weight: normal; margin-left: 20px; }
#company_info .bd ul li p{ font-size: 16px; color: #333333; line-height: 1; margin-top: 20px; text-align: left; }
#company_info .bd ul li + li::before{ content: ""; display: block; width: 1px; height: 100%; background: #999999; position: absolute; left:-30px; top:0;  }
@media only screen and (max-width: 1600px){
  #company_info .bd p{ line-height: 1.5; }
  #company_info .bd p + p{ margin-top: 28px; }
  #company_info .bd ul{ margin:35px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 56px; }
  #company_info .bd ul li b small{ font-size: 18px; margin-left: 18px; }
  #company_info .bd ul li p{ font-size: 15px; margin-top: 18px; }
  #company_info .bd ul li + li::before{ width: 3px; left:-30px; }
}
@media only screen and (max-width: 1500px){
  #company_info .bd p + p{ margin-top: 26px; }
  #company_info .bd ul{ margin:30px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 50px; }
  #company_info .bd ul li b small{ font-size: 16px; margin-left: 16px; }
  #company_info .bd ul li p{ font-size: 14px; margin-top: 16px; }
  #company_info .bd ul li + li::before{ width: 3px; left:-30px; }
}
@media only screen and (max-width: 1400px){
  #company_info .bd p{ font-size: 17px; }
  #company_info .bd p + p{ margin-top: 24px; }
  #company_info .bd ul{ margin:25px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 44px; }
  #company_info .bd ul li b small{ font-size: 15px; margin-left: 15px; }
  #company_info .bd ul li p{ font-size: 13px; margin-top: 14px; }
  #company_info .bd ul li + li::before{ width: 2px; left:-30px; }
}
@media only screen and (max-width: 1200px){
  #company_info .bd p{ font-size: 16px; }
  #company_info .bd p + p{ margin-top: 22px; }
  #company_info .bd ul{ margin:20px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 40px; }
  #company_info .bd ul li b small{ font-size: 15px; margin-left: 15px; }
  #company_info .bd ul li p{ font-size: 13px; margin-top: 14px; }
  #company_info .bd ul li + li::before{ width: 2px; left:-30px; }
}
@media only screen and (max-width: 992px){
  #company_info .bd p{ font-size: 15px; }
  #company_info .bd p + p{ margin-top: 20px; }
  #company_info .bd ul{ margin:15px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 36px; }
  #company_info .bd ul li b small{ font-size: 14px; margin-left: 10px; }
  #company_info .bd ul li p{ font-size: 13px; margin-top: 14px; }
  #company_info .bd ul li + li::before{ width: 1px; left:-30px; }
}
@media only screen and (max-width: 768px){
  #company_info .bd p{ font-size: 14px; }
  #company_info .bd p + p{ margin-top: 18px; }
  #company_info .bd ul{ margin:10px 0; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 32px; }
  #company_info .bd ul li b small{ font-size: 13px; margin-left: 10px; }
  #company_info .bd ul li p{ font-size: 13px; margin-top: 12px; }
  #company_info .bd ul li + li::before{ width: 1px; left:-25px; }
}
@media only screen and (max-width: 640px){
  #company_info .bd p{ font-size: 14px; }
  #company_info .bd p + p{ margin-top: 16px; }
  #company_info .bd ul li{ padding:0 2%; }
  #company_info .bd ul li b span{ font-size: 28px; }
  #company_info .bd ul li b small{ font-size: 13px; margin-left: 10px; }
  #company_info .bd ul li p{ font-size: 13px; margin-top: 12px; }
  #company_info .bd ul li + li::before{ width: 1px; left:-20px; }
}
@media only screen and (max-width: 576px){
  #company_info .bd p{ font-size: 13px; }
  #company_info .bd p + p{ margin-top: 14px; }
  #company_info .bd ul{ flex-wrap: wrap; border:1px solid #999999; }
  #company_info .bd ul li{ padding:15px; width: 50%;  }
  #company_info .bd ul li:nth-child(1), #company_info .bd ul li:nth-child(2){ border-bottom: 1px solid #999999; }
  #company_info .bd ul li:nth-child(2), #company_info .bd ul li:nth-child(4){ border-left: 1px solid #999999; }
  #company_info .bd ul li b span{ font-size: 20px; }
  #company_info .bd ul li b small{ font-size: 12px; margin-left: 8px; }
  #company_info .bd ul li p{ font-size: 12px; margin-top: 12px; }
  #company_info .bd ul li + li::before{ display: none; }
}
@media only screen and (max-width: 414px){
  #company_info .bd p{ font-size: 12px; }
  #company_info .bd p + p{ margin-top: 12px; }
  #company_info .bd ul li b span{ font-size: 16px; }
}

/* company_application */
#company_application{ overflow: hidden; }
#company_application .bd{ overflow: hidden; }
#company_application .bd .inner{ position: relative; z-index: 33; }
#company_application .bd .inner::before{ content: ""; display: block; width: 100%; height: 1px; background: #eae6e1; position: absolute; left:0; bottom:138px; }
.application_list{ position: absolute; left:0; bottom:0; width: 100%; display: flex; align-items: flex-end; justify-content: space-around; }
.application_list li, .application_list li .tit{ display: inline-flex; flex-direction: column; align-items: center; }
.application_list li .tit{ transition: all .3s; position: relative; top: 30px; opacity: 0; }
.application_list li span{ font-size: 90px; color: #ffffff; line-height: 1; }
.application_list li p{ font-size: 24px; color: #ffffff; line-height: 1; margin-top: 50px; }
.application_list li small{ cursor: pointer; font-weight: 200; display: inline-flex; margin:120px 0; align-items: center; justify-content: center; font-size: 36px; color: #ffffff; line-height: 1; }
.application_list li.on .tit, .application_list li:hover .tit{ top: 0; opacity: 1; transition: all .3s; }
.application_list li:hover small{ animation: turn 2s linear infinite; }
@keyframes turn { 0% { transform: rotate(0deg); } 20% { transform: rotate(72deg); } 40% { transform: rotate(144deg); } 60% { transform: rotate(216deg); } 80% { transform: rotate(288deg); } 100% { transform: rotate(360deg); }}
@media only screen and (max-width:1600px){
  #company_application .bd .inner::before{ bottom:116px; }
  .application_list li span{ font-size: 80px; }
  .application_list li p{ font-size: 22px; margin-top: 40px; }
  .application_list li small{ margin:100px 0; font-size: 32px;  }
}
@media only screen and (max-width:1500px){
  #company_application .bd .inner::before{ bottom:94px; }
  .application_list li span{ font-size: 70px; }
  .application_list li p{ font-size: 20px; margin-top: 30px; }
  .application_list li small{ margin:80px 0; font-size: 28px;  }
}
@media only screen and (max-width:1400px){
  #company_application .bd .inner::before{ bottom:72px; }
  .application_list li span{ font-size: 60px; }
  .application_list li p{ font-size: 18px; margin-top: 20px; }
  .application_list li small{ margin:60px 0; font-size: 24px;  }
}
@media only screen and (max-width:1200px){
  #application{ overflow: hidden; }
  #application .swiper-slide{ width: 100%; padding-bottom: 50%; position: relative; overflow: hidden; }
  #application .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
  #company_application .bd .inner::before{ display: none; }
  #company_application .bd{ position: relative; }
  #company_application .bd .inner{ width: 100%; height: 100%; padding:0; position: absolute; top:0; left:0; }
  .application_list{ top:0; left:0; bottom:auto; width: 100%; height: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  .application_list li{ border:1px solid #fff; border-left: 0; width: 33.3%; height: 50%; justify-content: center; }
  .application_list li:nth-child(4), .application_list li:nth-child(5){ border-top: 0; }
  .application_list li:nth-child(3){ border-right: 0; }
  .application_list li .tit{ opacity: 1; top:0; }
  .application_list li span{ font-size: 50px; }
  .application_list li p{ font-size: 17px; margin-top: 10px; }
  .application_list li small{ display: none; }
}
@media only screen and (max-width:992px){
  .application_list li span{ font-size: 40px; }
  .application_list li p{ font-size: 16px; }
}
@media only screen and (max-width:768px){
  #application .swiper-slide{ padding-bottom: 70%; }
  .application_list li{ width: 50%; height: 33.3%; }
  .application_list li:nth-child(3), .application_list li:nth-child(4), .application_list li:nth-child(5){ border-top: 0; }
  .application_list li:nth-child(3){ border-right: 1px solid #fff; }
  .application_list li span{ font-size: 36px; }
  .application_list li p{ font-size: 15px; }
}
@media only screen and (max-width:640px){
  #application .swiper-slide{ padding-bottom: 75%; }
  .application_list li span{ font-size: 32px; }
  .application_list li p{ font-size: 14px; margin-top: 8px; }
}
@media only screen and (max-width:576px){
  #application .swiper-slide{ padding-bottom: 80%; }
  .application_list li span{ font-size: 28px; }
  .application_list li p{ font-size: 13px; margin-top: 4px; }
}
@media only screen and (max-width:414px){
  #application .swiper-slide{ padding-bottom: 85%; }
  .application_list li span{ font-size: 24px; }
  .application_list li p{ font-size: 12px; margin-top: 4px; }
}

/* company_witness */
#company_witness{ overflow: hidden; padding-bottom: 60px; }
#company_witness .bd{ width: 100%; box-sizing: border-box; padding:0 8.5%; }
#witness{ width: 100%; overflow: hidden; }
#witness .swiper-slide{ transition: 300ms; transform: scale(0.75); }
#witness .swiper-slide-active{ transform: scale(1); }
#witness .img{ width: 100%; padding-bottom: 100%; border-radius: 50%; overflow: hidden; position: relative; overflow: hidden; }
#witness .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
@media only screen and (max-width:1600px){
  #company_witness{ padding-bottom: 50px; }
  #company_witness .bd{ padding:0; }
  #witness .swiper-slide{ transition: 300ms; transform: scale(0.75); }
  #witness .swiper-slide-active{ transform: scale(1); }
}
@media only screen and (max-width:1500px){
  #company_witness{ padding-bottom: 40px; }
  #witness .swiper-slide{ transform: scale(0.80); }
}
@media only screen and (max-width:1400px){
  #company_witness{ padding-bottom: 30px; }
  #witness .swiper-slide{ transform: scale(0.85); }
}
@media only screen and (max-width:1200px){
  #company_witness{ padding-bottom: 25px; }
  #witness .swiper-slide{ transform: scale(0.90); }
}
@media only screen and (max-width:992px){
  #company_witness{ padding-bottom: 20px; }
  #witness .swiper-slide{ transform: scale(0.95); }
}
@media only screen and (max-width:768px){
  #company_witness{ padding-bottom: 15px; }
}
@media only screen and (max-width:640px){
}
@media only screen and (max-width:576px){
}
@media only screen and (max-width:414px){
}

/* company_honor */
#company_honor{ overflow: hidden; background: url(../images/company_honor_bg.jpg) no-repeat center; }
#chonor{ width: 100%; overflow: hidden; padding-bottom: 214px; }
#chonor .honor_box{ padding:75px; border-radius: 30px; display: flex; flex-direction: column; box-sizing: border-box; align-items: center; justify-content: center; background: #ffffff; transition: all .3s; }
#chonor .honor_box span{ font-size: 132px; color: var(--zhu-color); line-height: 1; transition: all .3s; }
#chonor .honor_box .tit{ width: 100%; position: relative; margin-top: 48px; transition: all .3s; }
#chonor .honor_box .tit b{ width: 100%; text-align: center; font-size: 90px; color: rgba(2, 82, 167, .08); text-transform: uppercase; font-weight: bold; display: block; line-height: 1; transition: all .3s; }
#chonor .honor_box .tit p{ display: block; text-align: center; width:100%; font-size: 18px; color: var(--zhu-color); line-height: 1.33; position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition: all .3s; }
#chonor .honor_box:hover{ transition: all .3s; background: var(--zhu-color); }
#chonor .honor_box:hover span{ transition: all .3s; color: #ffffff; }
#chonor .honor_box:hover .tit b{ transition: all .3s; color: rgba(255, 255, 255, .08); }
#chonor .honor_box:hover .tit p{ transition: all .3s; color: #ffffff; }
#chonor .swiper-button-next, #chonor .swiper-button-prev{ top:auto; bottom:50px; width: 50px; height: 50px; }
#chonor .swiper-button-next::after, #chonor .swiper-button-prev::after{ display: none; }
#chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 50px; color: #fff; line-height: 1; transition: all .3s; }
#chonor .swiper-button-next:hover span, #chonor .swiper-button-prev:hover span{ transition: all .3s; color: var(--zhu-color); }
#chonor .swiper-button-prev{ left:0; } 
#chonor .swiper-button-next{ left:60px; right:auto; transform: rotate(-180deg); } 
#chonor .swiper-pagination{ bottom:152px; top:auto; }
#chonor .swiper-pagination::before{ content: ""; width: 20px; height: 20px; background: var(--zhu-color); border-radius: 50%; position: absolute; left:0; top:-8px; }
#chonor .swiper-pagination-progressbar{ height: 2px; background: #ededed; }
#chonor  .swiper-pagination-progressbar-fill{ background: var(--zhu-color); }
@media only screen and (max-width:1600px){
  #chonor{ padding-bottom: 200px; }
  #chonor .honor_box{ padding:70px; border-radius: 30px; }
  #chonor .honor_box span{ font-size: 120px; }
  #chonor .honor_box .tit{ margin-top: 40px; }
  #chonor .honor_box .tit b{ font-size: 84px; }
  #chonor .honor_box .tit p{ font-size: 17px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:45px; width: 45px; height: 45px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 45px; }
  #chonor .swiper-button-next{ left:50px; } 
  #chonor .swiper-pagination{ bottom:142px; }
  #chonor .swiper-pagination::before{ width: 18px; height: 18px; top:-8px; }
}
@media only screen and (max-width:1500px){
  #chonor{ padding-bottom: 180px; }
  #chonor .honor_box{ padding:65px; border-radius: 25px; }
  #chonor .honor_box span{ font-size: 108px; }
  #chonor .honor_box .tit{ margin-top: 32px; }
  #chonor .honor_box .tit b{ font-size: 78px; }
  #chonor .honor_box .tit p{ font-size: 16px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:40px; width: 40px; height: 40px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 40px; }
  #chonor .swiper-button-next{ left:45px; } 
  #chonor .swiper-pagination{ bottom:120px; }
  #chonor .swiper-pagination::before{ width: 16px; height: 16px; top:-7px; }
}
@media only screen and (max-width:1400px){
  #chonor{ padding-bottom: 140px; }
  #chonor .honor_box{ padding:60px; border-radius: 20px; }
  #chonor .honor_box span{ font-size: 96px; }
  #chonor .honor_box .tit{ margin-top: 24px; }
  #chonor .honor_box .tit b{ font-size: 70px; }
  #chonor .honor_box .tit p{ font-size: 15px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:35px; width: 35px; height: 35px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 35px; }
  #chonor .swiper-button-next{ left:40px; } 
  #chonor .swiper-pagination{ bottom:100px; }
  #chonor .swiper-pagination::before{ width: 14px; height: 14px; top:-6px; }
}
@media only screen and (max-width:1200px){
  #chonor{ padding-bottom: 120px; }
  #chonor .honor_box{ padding:35px; border-radius: 20px; }
  #chonor .honor_box span{ font-size: 84px; }
  #chonor .honor_box .tit{ margin-top: 18px; }
  #chonor .honor_box .tit b{ font-size: 62px; }
  #chonor .honor_box .tit p{ font-size: 14px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:20px; width: 30px; height: 30px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 30px; }
  #chonor .swiper-button-next{ left:35px; } 
  #chonor .swiper-pagination{ bottom:80px; }
  #chonor .swiper-pagination::before{ width: 13px; height: 13px; top:-6px; }
}
@media only screen and (max-width:992px){
  #chonor{ padding-bottom: 100px; }
  #chonor .honor_box{ padding:30px; border-radius: 20px; }
  #chonor .honor_box span{ font-size: 72px; }
  #chonor .honor_box .tit{ margin-top: 16px; }
  #chonor .honor_box .tit b{ font-size: 54px; }
  #chonor .honor_box .tit p{ font-size: 13px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:15px; width: 25px; height: 25px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 25px; }
  #chonor .swiper-button-next{ left:30px; } 
  #chonor .swiper-pagination{ bottom:60px; }
  #chonor .swiper-pagination::before{ width: 12px; height: 12px; top:-6px; }
}
@media only screen and (max-width:768px){
  #chonor{ padding-bottom: 75px; }
  #chonor .honor_box{ padding:25px; border-radius: 20px; }
  #chonor .honor_box span{ font-size: 60px; }
  #chonor .honor_box .tit{ margin-top: 14px; }
  #chonor .honor_box .tit b{ font-size: 46px; }
  #chonor .honor_box .tit p{ font-size: 12px; }
  #chonor .swiper-button-next, #chonor .swiper-button-prev{ bottom:15px; width: 25px; height: 25px; }
  #chonor .swiper-button-next span, #chonor .swiper-button-prev span{ font-size: 25px; }
  #chonor .swiper-button-next{ left:25px; } 
  #chonor .swiper-pagination{ bottom:50px; }
  #chonor .swiper-pagination::before{ width: 10px; height: 10px; top:-4px; }
}
@media only screen and (max-width:640px){
  #chonor .honor_box{ padding:20px; border-radius: 15px; }
  #chonor .honor_box span{ font-size: 48px; }
  #chonor .honor_box .tit{ margin-top: 12px; }
  #chonor .honor_box .tit b{ font-size: 38px; }
}
@media only screen and (max-width:576px){
  #chonor .honor_box{ padding:15px; }
  #chonor .honor_box span{ font-size: 36px; }
  #chonor .honor_box .tit{ margin-top: 10px; }
  #chonor .honor_box .tit b{ font-size: 30px; }
}
@media only screen and (max-width:414px){
}

/* engineering */
.engineering{ overflow: hidden; background: url(../images/engineering_bg.jpg) no-repeat top center; background-attachment: fixed; }
.engineering ul{ padding:110px 0 560px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.engineering ul li{ cursor: pointer; width: 165px; height: 165px; box-sizing: border-box; padding:8px; display: flex; position: relative; transition: all .5s; margin-top: 0; }
.engineering ul li::before{ content: ""; display: block; width: 100%; height: 100%; border:1px dashed #ffffff; border-radius: 50%; position: absolute; top:0; left:0; animation: water 3s linear infinite; }
.engineering ul li .box{ position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; height: 100%; background: #ffffff; border-radius: 50%; }
.engineering ul li .box::before{ transition: all .5s; content: ""; display: block; width: 0%; height: 0%; background: var(--zhu-color); border-radius: 50%; position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.engineering ul li .box span{ transition: all .5s; position: relative; z-index: 3; font-size: 60px; color: var(--zhu-color); line-height: 1; }
.engineering ul li .box p{ transition: all .5s; position: relative; z-index: 3; font-size: 18px; color: var(--zhu-color); line-height: 1; margin-top: 8px; }
.engineering ul li:nth-child(1){ top:230px; }
.engineering ul li:nth-child(2){ top:172px; }
.engineering ul li:nth-child(3){ top:92px; }
.engineering ul li:nth-child(4){ top:116px; }
.engineering ul li:nth-child(6){ top:78px; }
.engineering ul li:hover{ transition: all .5s; }
.engineering ul li:hover .box::before{ transition: all .5s; width: 101%; height: 101%; }
.engineering ul li:hover .box span{ transition: all .5s; color: #ffffff; }
.engineering ul li:hover .box p{ transition: all .5s; color: #ffffff; }
@-webkit-keyframes water { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);} }

@media only screen and (max-width:1600px){
  .engineering ul{ padding:110px 0 460px; }
  .engineering ul li{ width: 150px; height: 150px; padding:8px; }
  .engineering ul li .box span{ font-size: 54px; }
  .engineering ul li .box p{ font-size: 17px; margin-top: 8px; }
  .engineering ul li:nth-child(1){ top:230px; }
  .engineering ul li:nth-child(2){ top:172px; }
  .engineering ul li:nth-child(3){ top:92px; }
  .engineering ul li:nth-child(4){ top:116px; }
  .engineering ul li:nth-child(6){ top:78px; }
}
@media only screen and (max-width:1500px){
  .engineering ul{ padding:110px 0 360px; }
  .engineering ul li{ width: 140px; height: 140px; padding:8px; }
  .engineering ul li .box span{ font-size: 48px; }
  .engineering ul li .box p{ font-size: 17px; margin-top: 8px; }
  .engineering ul li:nth-child(1){ top:220px; }
  .engineering ul li:nth-child(2){ top:162px; }
  .engineering ul li:nth-child(3){ top:82px; }
  .engineering ul li:nth-child(4){ top:106px; }
  .engineering ul li:nth-child(6){ top:68px; }
}
@media only screen and (max-width:1400px){
  .engineering ul{ padding:100px 0 300px; }
  .engineering ul li{ width: 130px; height: 130px; padding:8px; }
  .engineering ul li .box span{ font-size: 42px; }
  .engineering ul li .box p{ font-size: 16px; margin-top: 8px; }
  .engineering ul li:nth-child(1){ top:210px; }
  .engineering ul li:nth-child(2){ top:152px; }
  .engineering ul li:nth-child(3){ top:72px; }
  .engineering ul li:nth-child(4){ top:96px; }
  .engineering ul li:nth-child(6){ top:58px; }
}
@media only screen and (max-width:1200px){
  .engineering ul{ padding:100px 0 290px; }
  .engineering ul li{ width: 120px; height: 120px; padding:8px; }
  .engineering ul li .box span{ font-size: 36px; }
  .engineering ul li .box p{ font-size: 15px; margin-top: 8px; }
  .engineering ul li:nth-child(1){ top:200px; }
  .engineering ul li:nth-child(2){ top:142px; }
  .engineering ul li:nth-child(3){ top:62px; }
  .engineering ul li:nth-child(4){ top:86px; }
  .engineering ul li:nth-child(6){ top:48px; }
}
@media only screen and (max-width:992px){
  .engineering ul{ padding:80px 0 240px; }
  .engineering ul li{ width: 100px; height: 100px; padding:6px; }
  .engineering ul li .box span{ font-size: 30px; }
  .engineering ul li .box p{ font-size: 14px; margin-top: 6px; }
  .engineering ul li:nth-child(1){ top:180px; }
  .engineering ul li:nth-child(2){ top:122px; }
  .engineering ul li:nth-child(3){ top:42px; }
  .engineering ul li:nth-child(4){ top:66px; }
  .engineering ul li:nth-child(6){ top:28px; }
}
@media only screen and (max-width:768px){
  .engineering ul{ padding:60px 0; }
  .engineering ul li{ width: 100px; height: 100px; padding:6px; position: relative; }
  .engineering ul li .box span{ font-size: 24px; }
  .engineering ul li .box p{ font-size: 14px; margin-top: 6px; }
  .engineering ul li:nth-child(1){ top:0; }
  .engineering ul li:nth-child(2){ top:0; }
  .engineering ul li:nth-child(3){ top:0; }
  .engineering ul li:nth-child(4){ top:0; }
  .engineering ul li:nth-child(6){ top:0; }
}
@media only screen and (max-width:640px){
  .engineering ul{ padding:30px 0; flex-wrap: wrap; }
  .engineering ul li{ width: 160px; height: 160px; margin:10px 0; padding:6px; position: relative; }
  .engineering ul li .box span{ font-size: 28px; }
  .engineering ul li .box p{ font-size: 16px; margin-top: 6px; }
}
@media only screen and (max-width:576px){
  .engineering ul{ padding:30px 0; flex-wrap: wrap; justify-content: space-around; }
  .engineering ul li{ width: 160px; height: 160px; margin:10px 0; padding:6px; position: relative; }
  .engineering ul li .box span{ font-size: 30px; }
  .engineering ul li .box p{ font-size: 16px; margin-top: 6px; }
}
@media only screen and (max-width:414px){
  .engineering ul{ padding:30px 0; flex-wrap: wrap; justify-content: space-around; }
  .engineering ul li{ width: 120px; height: 120px; margin:10px 0; padding:6px; position: relative; }
  .engineering ul li .box span{ font-size: 24px; }
  .engineering ul li .box p{ font-size: 14px; margin-top: 6px; }
}

/* culture */
.culture{ overflow: hidden; }
.culture .inner{ position: relative; }
.culture_list{ height: 780px; position: relative; padding:60px 0; box-sizing: border-box; }
.culture_list li{ cursor: pointer; position: absolute; font-size: 28px; color: #fff; line-height: 1; display: inline-block; padding:67px 40px; background: #9daccf; border-radius: 30px; transition: all .3s; }
.culture_list li:nth-child(1){ top:86px; left: 202px; background: #39425a; }
.culture_list li:nth-child(2){ top:60px; left: 575px; }
.culture_list li:nth-child(3){ top:60px; left: 826px; background: url(../images/xian_bg.jpg) no-repeat center; color: #333333; }
.culture_list li:nth-child(4){ top:88px; right: 305px; background: #39425a; }
.culture_list li:nth-child(5){ top:282px; right: 192px; }
.culture_list li:nth-child(6){ bottom: 122px; right: 310px; background: #f5f5f6; color: #333333; }
.culture_list li:nth-child(7){ bottom:60px; right: 572px; background: url(../images/xian_bg.jpg) no-repeat center; color: #333333; }
.culture_list li:nth-child(8){ bottom:60px; right: 826px; background: #39425a; }
.culture_list li:nth-child(9){ bottom:124px; left: 308px; }
.culture_list li:nth-child(10){ bottom:260px; left: 192px; background: #f5f5f6; color: #333333; }

.culture_list li:nth-child(1).on{ top:86px; left: 152px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); }
.culture_list li:nth-child(2).on{ top:60px; left: 525px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); }
.culture_list li:nth-child(3).on{ top:60px; left: 866px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); color: #ffffff; }
.culture_list li:nth-child(4).on{ top:88px; right: 255px; border-radius: 30px 30px 30px 0; background: var(--zhu-color); }
.culture_list li:nth-child(5).on{ top:312px; right: 192px; border-radius: 30px 30px 30px 0; background: var(--zhu-color); }
.culture_list li:nth-child(6).on{ bottom: 82px; right: 310px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); color: #ffffff; }
.culture_list li:nth-child(7).on{ bottom:70px; right: 572px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); color: #ffffff; }
.culture_list li:nth-child(8).on{ bottom:80px; right: 826px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); }
.culture_list li:nth-child(9).on{ bottom:84px; left: 308px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); }
.culture_list li:nth-child(10).on{ bottom:310px; left: 192px; border-radius: 30px 30px 0 30px; background: var(--zhu-color); color: #ffffff; }
#cultures{ width: 784px; overflow: hidden; border-radius: 50px; background: #ffffff; box-shadow: 0 0 30px rgba(149, 149, 149, .12); position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
#cultures .culture_box{ background: #ffffff; padding:60px; display: flex; align-items: center; }
#cultures .culture_box span{ font-size: 140px; color: var(--zhu-color); line-height: 1; margin-right: 30px; }
#cultures .culture_box .txt{ width: calc(100% - 170px); display: flex; flex-direction: column; }
#cultures .culture_box .txt b{ display: block; font-size: 36px; margin-bottom: 30px; font-weight: normal; color: var(--zhu-color); line-height: 1; box-sizing: border-box; padding-bottom: 30px; border-bottom: 1px solid var(--zhu-color); }
#cultures .culture_box .txt .p{ font-size: 22px; color: #333333; line-height: 1.6; }
@media only screen and (max-width:1600px){
  .culture_list{ height: 650px; padding:30px 0; }
  .culture_list li{ font-size: 28px; padding:50px 40px; border-radius: 25px; }
  .culture_list li:nth-child(1){ top:56px; left: 152px; }
  .culture_list li:nth-child(2){ top:30px; left: 525px; }
  .culture_list li:nth-child(3){ top:30px; left: 776px; }
  .culture_list li:nth-child(4){ top:58px; right: 225px; }
  .culture_list li:nth-child(5){ top:252px; right: 142px; }
  .culture_list li:nth-child(6){ bottom: 92px; right: 260px; }
  .culture_list li:nth-child(7){ bottom:30px; right: 522px; }
  .culture_list li:nth-child(8){ bottom:30px; right: 776px; }
  .culture_list li:nth-child(9){ bottom:94px; left: 258px; }
  .culture_list li:nth-child(10){ bottom:230px; left: 142px; }
  .culture_list li:nth-child(1).on{ top:56px; left: 102px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(2).on{ top:30px; left: 475px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(3).on{ top:30px; left: 816px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(4).on{ top:58px; right: 205px; border-radius: 25px 25px 25px 0; }
  .culture_list li:nth-child(5).on{ top:282px; right: 142px; border-radius: 25px 25px 25px 0; }
  .culture_list li:nth-child(6).on{ bottom: 52px; right: 260px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(7).on{ bottom:40px; right: 522px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(8).on{ bottom:50px; right: 776px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(9).on{ bottom:54px; left: 258px; border-radius: 25px 25px 0 25px; }
  .culture_list li:nth-child(10).on{ bottom:280px; left: 142px; border-radius: 25px 25px 0 25px; }
  #cultures{ border-radius: 40px; }
  #cultures .culture_box{ padding:50px; }
  #cultures .culture_box span{ font-size: 120px; margin-right: 25px; }
  #cultures .culture_box .txt{ width: calc(100% - 145px); }
  #cultures .culture_box .txt b{ font-size: 32px; margin-bottom: 25px; padding-bottom: 25px; }
  #cultures .culture_box .txt .p{ font-size: 20px; line-height: 1.5; }
}
@media only screen and (max-width:1500px){
  .culture_list{ height: 520px; padding:30px 0; }
  .culture_list li{ font-size: 26px; padding:40px 35px; border-radius: 20px; }
  .culture_list li:nth-child(1){ top:46px; left: 202px; }
  .culture_list li:nth-child(2){ top:30px; left: 450px; }
  .culture_list li:nth-child(3){ top:30px; left: 700px; }
  .culture_list li:nth-child(4){ top:48px; right: 150px; }
  .culture_list li:nth-child(5){ top:222px; right: 100px; }
  .culture_list li:nth-child(6){ bottom: 32px; right: 210px; }
  .culture_list li:nth-child(7){ bottom:30px; right: 450px; }
  .culture_list li:nth-child(8){ bottom:30px; right: 700px; }
  .culture_list li:nth-child(9){ bottom:40px; left: 200px; }
  .culture_list li:nth-child(10){ bottom:150px; left: 100px; }
  .culture_list li:nth-child(1).on{ top:36px; left: 70px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(2).on{ top:30px; left: 400px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(3).on{ top:30px; left: 750px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(4).on{ top:40px; right: 150px; border-radius: 20px 20px 20px 0; }
  .culture_list li:nth-child(5).on{ top:232px; right: 100px; border-radius: 20px 20px 20px 0; }
  .culture_list li:nth-child(6).on{ bottom: 42px; right: 210px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(7).on{ bottom:40px; right: 450px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(8).on{ bottom:40px; right: 700px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(9).on{ bottom:44px; left: 200px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(10).on{ bottom:190px; left: 100px; border-radius: 20px 20px 0 20px; }
  #cultures{ border-radius: 30px; }
  #cultures .culture_box{ padding:40px; }
  #cultures .culture_box span{ font-size: 100px; margin-right: 20px; }
  #cultures .culture_box .txt{ width: calc(100% - 120px); }
  #cultures .culture_box .txt b{ font-size: 28px; margin-bottom: 20px; padding-bottom: 20px; }
  #cultures .culture_box .txt .p{ font-size: 18px; line-height: 1.5; }
}
@media only screen and (max-width:1400px){
  .culture_list{ height: 420px; padding:30px 0; }
  .culture_list li{ font-size: 26px; padding:30px 25px; border-radius: 20px; }
  .culture_list li:nth-child(1){ top:46px; left: 122px; }
  .culture_list li:nth-child(2){ top:30px; left: 370px; }
  .culture_list li:nth-child(3){ top:30px; left: 620px; }
  .culture_list li:nth-child(4){ top:48px; right: 70px; }
  .culture_list li:nth-child(5){ top:222px; right: 20px; }
  .culture_list li:nth-child(6){ bottom: 32px; right: 130px; }
  .culture_list li:nth-child(7){ bottom:30px; right: 370px; }
  .culture_list li:nth-child(8){ bottom:30px; right: 620px; }
  .culture_list li:nth-child(9){ bottom:40px; left: 120px; }
  .culture_list li:nth-child(10){ bottom:150px; left: 20px; }
  .culture_list li:nth-child(1).on{ top:36px; left: 30px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(2).on{ top:30px; left: 320px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(3).on{ top:30px; left: 670px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(4).on{ top:40px; right: 70px; border-radius: 20px 20px 20px 0; }
  .culture_list li:nth-child(5).on{ top:232px; right: 20px; border-radius: 20px 20px 20px 0; }
  .culture_list li:nth-child(6).on{ bottom: 42px; right: 130px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(7).on{ bottom:40px; right: 370px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(8).on{ bottom:40px; right: 620px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(9).on{ bottom:44px; left: 120px; border-radius: 20px 20px 0 20px; }
  .culture_list li:nth-child(10).on{ bottom:190px; left: 20px; border-radius: 20px 20px 0 20px; }
  #cultures{ border-radius: 20px; }
  #cultures .culture_box{ padding:30px; }
  #cultures .culture_box span{ font-size: 80px; margin-right: 15px; }
  #cultures .culture_box .txt{ width: calc(100% - 95px); }
  #cultures .culture_box .txt b{ font-size: 24px; margin-bottom: 15px; padding-bottom: 15px; }
  #cultures .culture_box .txt .p{ font-size: 16px; line-height: 1.5; }
}
@media only screen and (max-width:1200px){
  .culture_list{ display: none; height: 420px; padding:30px 0; }
  #cultures{ background: #fafafa; margin:15px 0; width: 100%; border-radius: 0; position: static; -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); }
  #cultures .culture_box{ padding:25px; border-radius: 20px; }
  #cultures .culture_box span{ font-size: 80px; margin-right: 15px; }
  #cultures .culture_box .txt{ width: calc(100% - 95px); }
  #cultures .culture_box .txt b{ font-size: 20px; margin-bottom: 12px; padding-bottom: 12px; }
  #cultures .culture_box .txt .p{ font-size: 16px; line-height: 1.5; min-height: 48px; }
}
@media only screen and (max-width:992px){
  #cultures .culture_box{ padding:20px; border-radius: 15px; }
  #cultures .culture_box span{ font-size: 70px; margin-right: 15px; }
  #cultures .culture_box .txt{ width: calc(100% - 85px); }
  #cultures .culture_box .txt b{ font-size: 18px; margin-bottom: 10px; padding-bottom: 10px; }
  #cultures .culture_box .txt .p{ font-size: 15px; min-height: 68px; }
}
@media only screen and (max-width:768px){
  #cultures .culture_box{ padding:15px; display: flex; flex-direction: column; border-radius: 15px; }
  #cultures .culture_box span{ font-size: 60px; margin-right: 0; }
  #cultures .culture_box .txt{ width: 100%; text-align: center; }
  #cultures .culture_box .txt b{ font-size: 16px; margin-bottom: 8px; padding-bottom: 8px; }
  #cultures .culture_box .txt .p{ font-size: 14px; min-height: 48px; }
}
@media only screen and (max-width:640px){
  #cultures .culture_box{ padding:12px; border-radius: 12px; }
  #cultures .culture_box span{ font-size: 50px; }
  #cultures .culture_box .txt{ width: 100%; text-align: center; }
  #cultures .culture_box .txt b{ font-size: 15px; margin-bottom: 8px; padding-bottom: 8px; }
  #cultures .culture_box .txt .p{ font-size: 13px; min-height: 63px; }
}
@media only screen and (max-width:576px){
  #cultures .culture_box{ padding:10px; border-radius: 10px; }
  #cultures .culture_box span{ font-size: 40px; }
  #cultures .culture_box .txt b{ font-size: 15px; margin-top: 8px; margin-bottom: 8px; padding-bottom: 8px; }
  #cultures .culture_box .txt .p{ font-size: 13px; min-height: 78px; }
}
@media only screen and (max-width:414px){
  #cultures .culture_box{ padding:8px; border-radius: 8px; }
  #cultures .culture_box span{ font-size: 30px; }
  #cultures .culture_box .txt b{ font-size: 14px; }
  #cultures .culture_box .txt .p{ font-size: 12px; min-height: auto; }
}

/* show_list */
.show_list{ display: flex; flex-wrap: wrap; }
.show_list li{ width: calc(25% - 15px); margin-right: 20px; margin-bottom: 20px; }
.show_list li:nth-child(4n+0){ margin-right: 0; }
.show_list a{ position: relative; overflow: hidden; display: block; width:100%; border:1px solid #f1f1f1; }
.show_list a::before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); transition: all 0.36s ease; z-index: 33; }
.show_list a:hover::before{  background: rgba(0, 0, 0, 0.47); }
.show_list a .img{ width: 100%; padding-bottom: 75%; background: #f1f1f1; position: relative; overflow: hidden; }
.show_list a .img img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.6s ease 0s; }
.show_list a span{ font-size: 30px; color: #ffffff; position: absolute; z-index: 33; top: -30%; left: 50%; margin-top: -15px; margin-left: -15px; transition: all 0.6s ease; }
.show_list a:hover span{ top:50%; }
.show_list a b{ font-weight: normal; display: block; font-size: 16px; width: 100%; background: rgba(0, 0, 0, .5); color: #ffffff; position: absolute; left:0; bottom:0; box-sizing: border-box; padding:10px 12px; transition: all 0.6s ease 0s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.show_list a:hover img { transform: scale(1.06); }
.show_list a:hover b{ bottom:-100%; }
@media only screen and (max-width: 1600px){
  .show_list li{ width: calc(25% - 11.25px); margin-right: 15px; margin-bottom: 15px; }
  .show_list li:nth-child(4n+0){ margin-right: 0; }
  .show_list a span{ font-size: 30px; margin-top: -15px; margin-left: -15px; }
  .show_list a b{ font-size: 16px; padding:10px 12px; }
}
@media only screen and (max-width: 1500px){
}
@media only screen and (max-width: 1400px){
  .show_list li{ width: calc(25% - 11.25px); margin-right: 15px; margin-bottom: 15px; }
  .show_list li:nth-child(4n+0){ margin-right: 0; }
  .show_list a span{ font-size: 30px; margin-top: -15px; margin-left: -15px; }
  .show_list a b{ font-size: 15px; padding:9px 12px; }
}
@media only screen and (max-width: 1200px){
  .show_list li{ width: calc(25% - 11.25px); margin-right: 15px; margin-bottom: 15px; }
  .show_list li:nth-child(4n+0){ margin-right: 0; }
  .show_list a span{ font-size: 30px; margin-top: -15px; margin-left: -15px; }
  .show_list a b{ font-size: 14px; padding:8px 12px; }
}
@media only screen and (max-width: 992px){
  .show_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .show_list li:nth-child(4n+0){ margin-right: 15px; }
  .show_list li:nth-child(3n+0){ margin-right: 0; }
  .show_list a span{ font-size: 28px; margin-top: -14px; margin-left: -14px; }
  .show_list a b{ font-size: 14px; padding:8px 12px; }
}
@media only screen and (max-width: 768px){
  .show_list li{ width: calc(33.3% - 8px); margin-right: 12px; margin-bottom: 12px; }
  .show_list li:nth-child(4n+0){ margin-right: 12px; }
  .show_list li:nth-child(3n+0){ margin-right: 0; }
  .show_list a span{ font-size: 26px; margin-top: -13px; margin-left: -13px; }
  .show_list a b{ font-size: 14px; padding:8px 12px; }
}
@media only screen and (max-width: 640px){
  .show_list li{ width: calc(50% - 6px); margin-right: 12px; margin-bottom: 12px; }
  .show_list li:nth-child(4n+0){ margin-right: 12px; }
  .show_list li:nth-child(3n+0){ margin-right: 12px; }
  .show_list li:nth-child(2n+0){ margin-right: 0; }
  .show_list a span{ font-size: 24px; margin-top: -12px; margin-left: -12px; }
  .show_list a b{ font-size: 13px; padding:7px 10px; }
}
@media only screen and (max-width: 576px){
  .show_list a span{ font-size: 24px; margin-top: -12px; margin-left: -12px; }
  .show_list a b{ font-size: 12px; padding:6px 10px; }
}
@media only screen and (max-width: 414px){
  .show_list a span{ font-size: 22px; margin-top: -11px; margin-left: -11px; }
  .show_list a b{ font-size: 12px; padding:5px 10px; }
}

/* contact_info */
.contact_info{ padding:30px 0 60px; overflow: hidden; display: flex; align-items: center; }
.contact_info li{ width: calc(25% - 11.25px); display: flex; flex-direction: column; }
.contact_info li b{ font-size: 24px; color: var(--zhu-color); line-height: 1; font-weight: bold; }
.contact_info li span{ font-size: 56px; color: var(--zhu-color); line-height: 1; margin:26px 0; }
.contact_info li p{ font-size: 22px; color: var(--zhu-color); line-height: 1.4; }
#dituContent{ width: 100%; height: 500px; overflow: hidden; }
@media only screen and (max-width: 1600px){
  .contact_info{ padding:15px 0 40px; }
  .contact_info li{ width: calc(25% - 11.25px); justify-content: center; align-items: center; }
  .contact_info li b{ font-size: 22px; }
  .contact_info li span{ font-size: 50px; margin:22px 0; }
  .contact_info li p{ font-size: 20px; text-align: center; }
  #dituContent{ height: 480px; }
}
@media only screen and (max-width: 1500px){
  .contact_info{ padding:15px 0 35px; }
  .contact_info li{ width: calc(25% - 11.25px); }
  .contact_info li b{ font-size: 20px; }
  .contact_info li span{ font-size: 44px; margin:20px 0; }
  .contact_info li p{ font-size: 18px; }
  #dituContent{ height: 460px; }
}
@media only screen and (max-width: 1400px){
  .contact_info{ padding:15px 0 30px; }
  .contact_info li{ width: calc(25% - 11.25px); }
  .contact_info li b{ font-size: 18px; }
  .contact_info li span{ font-size: 38px; margin:18px 0; }
  .contact_info li p{ font-size: 16px; }
  #dituContent{ height: 440px; }
}
@media only screen and (max-width: 1200px){
  .contact_info{ padding:10px 0 25px; }
  .contact_info li{ width: calc(25% - 11.25px); }
  .contact_info li b{ font-size: 16px; font-weight: normal; }
  .contact_info li span{ font-size: 32px; margin:16px 0; }
  .contact_info li p{ font-size: 14px; }
  #dituContent{ height: 420px; }
}
@media only screen and (max-width: 992px){
  .contact_info{ padding:5px 0 20px; }
  .contact_info li{ width: calc(25% - 11.25px); }
  .contact_info li b{ font-size: 15px; }
  .contact_info li span{ font-size: 26px; margin:15px 0; }
  .contact_info li p{ font-size: 13px; }
  #dituContent{ height: 400px; }
}
@media only screen and (max-width: 768px){
  .contact_info{ padding:0; margin-bottom: 15px; flex-wrap: wrap; background: #f9f9f9; }
  .contact_info li{ width: 50%; padding:15px 0; }
  .contact_info li:nth-child(2), .contact_info li:nth-child(3){ background: #f0f0f0; }
  .contact_info li b{ font-size: 15px; }
  .contact_info li span{ font-size: 26px; margin:15px 0; }
  .contact_info li p{ font-size: 13px; }
  #dituContent{ height: 380px; }
}
@media only screen and (max-width: 640px){
  .contact_info li{ width: 50%; padding:15px 0; }
  .contact_info li b{ font-size: 14px; }
  .contact_info li span{ font-size: 20px; margin:12px 0; }
  .contact_info li p{ font-size: 12px; }
  #dituContent{ height: 360px; }
}
@media only screen and (max-width: 576px){
  .contact_info li{ width: 50%; padding:10px; }
  .contact_info li b{ font-size: 13px; }
  .contact_info li span{ font-size: 16px; margin:10px 0; }
  .contact_info li p{ font-size: 12px; }
  #dituContent{ height: 340px; }
}
@media only screen and (max-width: 414px){
  .contact_info li{ width: 50%; padding:8px; }
  .contact_info li b{ font-size: 13px; }
  .contact_info li span{ font-size: 14px; margin:10px 0; }
  .contact_info li p{ font-size: 12px; }
  #dituContent{ height: 320px; }
}

/* message */
.message{ display: flex; overflow: hidden; flex-direction: column; }
.message li{ display: flex; flex-direction: column; }
.message li + li{ margin-top: 30px; }
.message li label{ font-size: 24px; color: #666666; padding:18px 0; }
.message li .box{ display: flex; align-items: center; border:1px solid #e7e7e7; box-sizing: border-box; padding:14px; transition: all .3s; }
.message li .box span{ font-size: 30px; color: #999999; line-height: 1; margin-right: 14px; }
.message li .box input{ width: calc(100% - 44px); background: transparent; }
.message li:nth-child(3) .box{ display: flex; align-items: flex-start; }
.message li:nth-child(3) .box textarea{ display: flex; line-height: 2; }
.message li .box textarea{ width: calc(100% - 44px); height: 120px; background: transparent; }
.message li .box:hover{ border-color: var(--zhu-color); transition: all .3s; }
.message li:last-child{ display: flex; flex-direction: row; align-items: center; justify-content: center; }
.message li .code{ border:1px solid #e7e7e7; }
.message li .code input{ padding:14px; }
.message li .code img{ height: 48px; border-left: 1px solid #e7e7e7; }
.message li .submit{ margin-left: 30px; background: var(--zhu-color); padding:18px 170px; font-size: 14px; color: #ffffff; line-height: 1; transition: all .3s; }
.message li .submit:hover{ transition: all .3s; background: var(--pei-color); }
@media only screen and (max-width: 1600px){
  .message li + li{ margin-top: 15px; }
  .message li label{ font-size: 22px; padding:15px 0; }
  .message li .box{ padding:12px; }
  .message li .box span{ font-size: 26px; margin-right: 12px; }
  .message li .box input{ width: calc(100% - 38px); }
  .message li .box textarea{ width: calc(100% - 38px); }
  .message li .code input{ padding:12px; }
  .message li .code img{ height: 44px; }
  .message li .submit{ margin-left: 25px; padding:16px 160px; font-size: 14px; }
  .message li:last-child{ margin-top: 35px; }
}
@media only screen and (max-width: 1500px){
  .message li + li{ margin-top: 15px; }
  .message li label{ font-size: 20px; padding:12px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.9; }
  .message li .box{ padding:12px; }
  .message li .box span{ font-size: 22px; margin-right: 12px; }
  .message li .box input{ width: calc(100% - 34px); }
  .message li .box textarea{ width: calc(100% - 34px); }
  .message li .code input{ padding:12px; }
  .message li .code img{ height: 44px; }
  .message li .submit{ margin-left: 20px; padding:16px 160px; font-size: 14px; }
  .message li:last-child{ margin-top: 30px; }
}
@media only screen and (max-width: 1400px){
  .message li + li{ margin-top: 10px; }
  .message li label{ font-size: 18px; padding:10px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.7; }
  .message li .box{ padding:10px; }
  .message li .box span{ font-size: 20px; margin-right: 10px; }
  .message li .box input{ width: calc(100% - 30px); }
  .message li .box textarea{ width: calc(100% - 30px); }
  .message li .code input{ padding:10px; }
  .message li .code img{ height: 44px; }
  .message li .submit{ margin-left: 15px; padding:16px 160px; font-size: 14px; }
  .message li:last-child{ margin-top: 25px; }
}
@media only screen and (max-width: 1200px){
  .message li + li{ margin-top: 8px; }
  .message li label{ font-size: 16px; padding:8px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.5; }
  .message li .box span{ font-size: 18px;  }
  .message li .box input{ width: calc(100% - 28px); }
  .message li .box textarea{ width: calc(100% - 28px); }
  .message li .submit{ padding:16px 160px; font-size: 14px; }
  .message li:last-child{ margin-top: 20px; }
}
@media only screen and (max-width: 992px){
  .message li + li{ margin-top: 6px; }
  .message li label{ font-size: 15px; padding:8px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.5; }
  .message li .box span{ font-size: 16px;  }
  .message li .box input{ width: calc(100% - 26px); }
  .message li .box textarea{ width: calc(100% - 26px); }
  .message li .code img{ height: 40px; }
  .message li .submit{ padding:14px 150px; font-size: 14px; }
  .message li:last-child{ margin-top: 15px; }
}
@media only screen and (max-width: 768px){
  .message li + li{ margin-top: 6px; }
  .message li label{ font-size: 15px; padding:8px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.4; }
  .message li .box span{ font-size: 16px;  }
  .message li .box input{ width: calc(100% - 26px); }
  .message li .box textarea{ width: calc(100% - 26px); }
  .message li .code{ width: 100%; }
  .message li .code input{ width: calc(100% - 133px); }
  .message li .code img{ height: 40px; }
  .message li .submit{ padding:14px 15px; width: 100%; text-align: center; margin-left: 0; margin-top: 15px; font-size: 14px; }
  .message li:last-child{ display: flex; flex-direction: column; margin-top: 15px; }
}
@media only screen and (max-width: 640px){
  .message li + li{ margin-top: 6px; }
  .message li label{ font-size: 14px; padding:6px 0; }
  .message li:nth-child(3) .box textarea{ line-height: 1.4; }
  .message li .code{ width: 100%; }
  .message li .code input{ width: calc(100% - 133px); }
  .message li .code img{ height: 40px; }
  .message li .submit{ padding:14px 15px; width: 100%; text-align: center; margin-left: 0; margin-top: 15px; font-size: 14px; }
  .message li:last-child{ display: flex; flex-direction: column; margin-top: 15px; }
}
@media only screen and (max-width: 576px){
  .message li + li{ margin-top: 6px; }
  .message li label{ font-size: 13px; padding:6px 0; }
  .message li .submit{ padding:14px 15px; font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .message li + li{ margin-top: 6px; }
  .message li label{ font-size: 12px; padding:6px 0; }
  .message li .submit{ padding:14px 15px; font-size: 12px; }
}

/* solution */
.solution{ overflow: hidden; padding:30px 0; }
.solution_type{ display: flex; flex-wrap: wrap; box-sizing: border-box; margin-bottom: 30px; }
.solution_type li{ width: calc(25% - 9px); margin:5px 0; margin-right: 12px; }
.solution_type li:nth-child(4n+0){ margin-right: 0; }
.solution_type li a{ display: block; transition:.4s; position: relative; }
.solution_type li a span{ font-size: 14px; display: block; width: 100%; box-sizing: border-box; padding:15px; border: 1px solid rgba(0,0,0,.8); color: #333; transition:.5s; text-align: center;  position: relative; white-space: nowrap;  text-overflow:ellipsis;  overflow: hidden; }
.solution_type li a:hover > div{ width: 10px; height: 10px; }
.solution_type li a span:hover { transform:scale(0.95,0.87); background: var(--zhu-color); border: 1px solid var(--zhu-color); }
.solution_type li a span:hover { color: #fff; }
.solution_type li a span:hover i{ color: #fff; }
.solution_type li a:hover .tl { border-top-width: 1px; border-left-width: 1px; }
.solution_type li a:hover .tr { border-top-width: 1px; border-right-width: 1px; }
.solution_type li a:hover .bl { border-bottom-width: 1px; border-left-width: 1px; }
.solution_type li a:hover .br { border-bottom-width: 1px; border-right-width: 1px; }
.solution_type li a > div{ position: absolute; border-style: solid; border-width: 0; width: 0em; height: 0em; transition: all 0.5s; -webkit-transition: all 0.5s; }
.solution_type li .tl { left: -3px; top: -3px; border-top-width: 0px; border-left-width: 0px; border-color: var(--zhu-color); }
.solution_type li .tr { right: -3px; top: -3px; border-top-width: 0px; border-right-width: 0px; border-color: var(--zhu-color); }
.solution_type li .bl { left: -3px; bottom: -3px; border-bottom-width: 0px; border-left-width: 0px; border-color: var(--zhu-color); }
.solution_type li .br { right: -3px; bottom: -3px; border-bottom-width: 0px; border-right-width: 0px; border-color: var(--zhu-color); }
.solution_list{ display: flex; flex-wrap: wrap; overflow: hidden; }
.solution_list li{ width: calc(25% - 9px); margin-right: 12px; margin-bottom: 12px; }
.solution_list li:nth-child(4n+0){ margin-right: 0; }
.solution_list li a{ display: block; background: #f1f1f1; }
.solution_list li a .img{ box-sizing: border-box; border:1px solid #f1f1f1; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }
.solution_list li a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-out 0s; position: absolute; }
.solution_list li a .img .mask{ width: calc(100% - 22px); height: calc(100% - 22px); margin: 10px; position: absolute; top: 0; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 30px rgba(0,0,0,.2); -moz-box-shadow: 0 0 30px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2); background: rgba(0,0,0,.5); opacity: 0; filter: alpha(opacity=0); transition: all ease-out .3s; }
.solution_list li a .txt{ position: relative; }
.solution_list li a .txt .info{ position: relative; width: 100%; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; padding: 20px; }
.solution_list li a .txt .info .tit{ overflow: hidden; text-align: center; position: relative; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; top:0; }
.solution_list li a .txt .info .tit b{ display: block; font-size: 16px; color: #444; font-weight: normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:8px 0; line-height: 1; }
.solution_list li a .txt .info .tit p{ font-size: 14px; color: #888; }
.solution_list li a .txt .info .desc{ position: absolute; font-size: 13px; color: #777; line-height: 1.5; opacity: 0; top: 30px; left:0; box-sizing: border-box; padding:0 20px; transition: all .3s ease-out 0s; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.solution_list li a .txt > span{ color: transparent; position: absolute; width: 138px; height: 35px; border: 1px solid #2c2c2c; display: block; margin: 0 auto 2px; opacity: 0; transition: all .3s ease-out 0s; bottom:-15px; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.solution_list li a .txt > span::before{ content: ''; width: 0; height: 1px; background: #5b5b5b; position: absolute; top: 50%; left: 50%; margin-left: -60px; margin-top: -1px; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.solution_list li a .txt > span::after{ content: ''; width: 1px; height: 0; background: #5b5b5b; position: absolute; top: 50%; left: 50%; margin-top: -58px; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.solution_list li a:hover .info .tit{ top: -120px; }
.solution_list li a:hover .info .tit b{ color: #ffffff; }
.solution_list li a:hover .info .tit p{ color: #f8f8f8; }
.solution_list li a:hover .info .desc{ opacity: 1; top: 10px; }
.solution_list li a:hover .txt > span{ opacity: 1; display: block; margin-bottom: 0; border: 1px solid #5b5b5b; bottom: 8px; }
.solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; background: #2c2c2c; }
.solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; background: #2c2c2c; }
.solution_list li a:hover .img img{ transform: scale(1.15,1.15); }
.solution_list li a:hover .img .mask{ opacity: 1; filter: alpha(opacity=100); border: 1px solid rgba(255,255,255,.25); }
@media only screen and (max-width: 1600px){
  .solution{ padding:15px 0; }
  .solution_type{ margin-bottom: 15px; }
  .solution_type li{ width: calc(25% - 9px); margin:5px 0; margin-right: 12px; }
  .solution_type li:nth-child(4n+0){ margin-right: 0; }
  .solution_type li a span{ font-size: 14px; padding:14px; }
  .solution_type li a:hover > div{ width: 10px; height: 10px; }
  .solution_list li{ width: calc(25% - 9px); margin-right: 12px; margin-bottom: 12px; }
  .solution_list li:nth-child(4n+0){ margin-right: 0; }
  .solution_list li a .img .mask{ width: calc(100% - 22px); height: calc(100% - 22px); margin: 10px; }
  .solution_list li a .txt .info{ padding: 20px; }
  .solution_list li a .txt .info .tit b{ font-size: 16px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 14px; }
  .solution_list li a .txt .info .desc{ font-size: 13px; top: 30px; padding:0 20px; }
  .solution_list li a .txt > span{ width: 138px; height: 35px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -120px; }
  .solution_list li a:hover .info .desc{ top: 10px; }
  .solution_list li a:hover .txt > span{ bottom: 8px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 1500px){
  .solution_type li{ width: calc(25% - 9px); margin:5px 0; margin-right: 12px; }
  .solution_type li:nth-child(4n+0){ margin-right: 0; }
  .solution_type li a span{ font-size: 14px; padding:12px; }
  .solution_type li a:hover > div{ width: 10px; height: 10px; }
  .solution_list li{ width: calc(25% - 9px); margin-right: 12px; margin-bottom: 12px; }
  .solution_list li:nth-child(4n+0){ margin-right: 0; }
  .solution_list li a .img .mask{ width: calc(100% - 22px); height: calc(100% - 22px); margin: 10px; }
  .solution_list li a .txt .info{ padding: 20px; }
  .solution_list li a .txt .info .tit b{ font-size: 16px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 14px; }
  .solution_list li a .txt .info .desc{ font-size: 13px; top: 30px; padding:0 20px; }
  .solution_list li a .txt > span{ width: 138px; height: 35px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -120px; }
  .solution_list li a:hover .info .desc{ top: 10px; }
  .solution_list li a:hover .txt > span{ bottom: 8px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 1400px){
  .solution_type li{ width: calc(25% - 7.5px); margin:4px 0; margin-right: 10px; }
  .solution_type li:nth-child(4n+0){ margin-right: 0; }
  .solution_type li a span{ font-size: 13px; padding:10px; }
  .solution_type li a:hover > div{ width: 10px; height: 10px; }
  .solution_list li{ width: calc(25% - 7.5px); margin-right: 10px; margin-bottom: 10px; }
  .solution_list li:nth-child(4n+0){ margin-right: 0; }

  .solution_list li a .img .mask{ width: calc(100% - 22px); height: calc(100% - 22px); margin: 10px; }
  .solution_list li a .txt .info{ padding: 20px 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 16px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 14px; }
  .solution_list li a .txt .info .desc{ font-size: 13px; top: 30px; padding:0 15px; }
  .solution_list li a .txt > span{ width: 138px; height: 30px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -120px; }
  .solution_list li a:hover .info .desc{ top: 10px; }
  .solution_list li a:hover .txt > span{ bottom: 8px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 1200px){
  .solution_type li{ width: calc(33.3% - 6.6px); margin:4px 0; margin-right: 10px; }
  .solution_type li:nth-child(4n+0){ margin-right: 10px; }
  .solution_type li:nth-child(3n+0){ margin-right: 0; }
  .solution_type li a span{ font-size: 12px; padding:8px; }
  .solution_type li a:hover > div{ width: 8px; height: 8px; }
  .solution_list li{ width: calc(33.3% - 6.6px); margin-right: 10px; margin-bottom: 10px; }
  .solution_list li:nth-child(4n+0){ margin-right: 10px; }
  .solution_list li:nth-child(3n+0){ margin-right: 0; }
  .solution_list li a .img .mask{ width: calc(100% - 22px); height: calc(100% - 22px); margin: 10px; }
  .solution_list li a .txt .info{ padding: 20px 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 15px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 13px; }
  .solution_list li a .txt .info .desc{ font-size: 12px; top: 30px; padding:0 15px; }
  .solution_list li a .txt > span{ width: 120px; height: 30px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -120px; }
  .solution_list li a:hover .info .desc{ top: 10px; }
  .solution_list li a:hover .txt > span{ bottom: 8px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 992px){
  .solution_type li{ width: calc(33.3% - 6.6px); margin:4px 0; margin-right: 10px; }
  .solution_type li:nth-child(4n+0){ margin-right: 10px; }
  .solution_type li:nth-child(3n+0){ margin-right: 0; }
  .solution_type li a span{ font-size: 12px; padding:6px 8px; }

  .solution_list li{ width: calc(33.3% - 6.6px); margin-right: 10px; margin-bottom: 10px; }
  .solution_list li:nth-child(4n+0){ margin-right: 10px; }
  .solution_list li:nth-child(3n+0){ margin-right: 0; }

  .solution_list li a .img .mask{ width: calc(100% - 12px); height: calc(100% - 12px); margin: 5px; }
  .solution_list li a .txt .info{ padding: 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 14px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 12px; }
  .solution_list li a .txt .info .desc{ top: 30px; padding:0 15px; }
  .solution_list li a .txt > span{ width: 100px; height: 25px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -90px; }
  .solution_list li a:hover .info .desc{ top: 6px; }
  .solution_list li a:hover .txt > span{ bottom: 5px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 768px){
  .solution_type li{ width: calc(50% - 5px); margin:4px 0; margin-right: 10px; }
  .solution_type li:nth-child(4n+0){ margin-right: 10px; }
  .solution_type li:nth-child(3n+0){ margin-right: 10px; }
  .solution_type li:nth-child(2n+0){ margin-right: 0; }
  .solution_list li{ width: calc(50% - 5px); margin-right: 10px; margin-bottom: 10px; }
  .solution_list li:nth-child(4n+0){ margin-right: 10px; }
  .solution_list li:nth-child(3n+0){ margin-right: 10px; }
  .solution_list li:nth-child(2n+0){ margin-right: 0; }

  .solution_list li a .img .mask{ width: calc(100% - 12px); height: calc(100% - 12px); margin: 5px; }
  .solution_list li a .txt .info{ padding: 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 14px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 12px; }
  .solution_list li a .txt .info .desc{ top: 30px; padding:0 12px; }
  .solution_list li a .txt > span{ width: 100px; height: 25px; bottom:-15px; }
  .solution_list li a .txt > span::before{  margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -90px; }
  .solution_list li a:hover .info .desc{ top: 6px; }
  .solution_list li a:hover .txt > span{ bottom: 5px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -7px; width: 15px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -8px; height: 15px; }
}
@media only screen and (max-width: 640px){
  .solution_list li a .txt .info{ padding: 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 14px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 12px; }
  .solution_list li a .txt > span{ width: 100px; height: 25px; bottom:-15px; }
  .solution_list li a .txt > span::before{ margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -90px; }
  .solution_list li a:hover .info .desc{ top: 6px; }
  .solution_list li a:hover .txt > span{ bottom: 5px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -6px; width: 12px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -7px; height: 12px; }
}
@media only screen and (max-width: 576px){
  .solution_list li a .txt .info{ padding: 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 14px; margin:8px 0; }
  .solution_list li a .txt .info .tit p{ font-size: 12px; }
  .solution_list li a .txt > span{ width: 100px; height: 25px; bottom:-15px; }
  .solution_list li a .txt > span::before{ margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -90px; }
  .solution_list li a:hover .info .desc{ top: 6px; }
  .solution_list li a:hover .txt > span{ bottom: 5px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -6px; width: 12px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -7px; height: 12px; }
}
@media only screen and (max-width: 414px){
  .solution_list li a .txt .info{ padding: 15px; }
  .solution_list li a .txt .info .tit b{ font-size: 13px; margin:8px 0; }
  .solution_list li a .txt > span{ width: 100px; height: 25px; bottom:-15px; }
  .solution_list li a .txt > span::before{ margin-left: -60px; }
  .solution_list li a .txt > span::after{ margin-top: -58px; }
  .solution_list li a:hover .info .tit{ top: -90px; }
  .solution_list li a:hover .info .desc{ top: 6px; }
  .solution_list li a:hover .txt > span{ bottom: 5px; }
  .solution_list li a:hover .txt > span::before{ margin-left: -6px; width: 12px; }
  .solution_list li a:hover .txt > span::after{ margin-top: -7px; height: 12px; }
}

/* case */
.case{ overflow: hidden; padding:30px 0; }
.case_list{ display: flex; flex-wrap: wrap; }
.case_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; margin-bottom: 20px; }
.case_list li:nth-child(3n+0){ margin-right: 0; }
.case_list li a{ display: flex; overflow: hidden; position: relative; }
.case_list li a::before{ content: ""; width: 32px; height: 2px; background-color: #fff; position: absolute; top: 50%; left: -10%; transition: all 0.36s ease-out; z-index: 1; }
.case_list li a::after{ content: ""; width: 2px; height: 32px; background-color: #fff; position: absolute; top: -10%; left: 50%; transition: all 0.36s ease-out; }
.case_list li a .img{ width: 100%; padding-bottom: 80%; overflow: hidden; position: relative; }
.case_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.36s ease; }
.case_list li a .img .mask{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; box-sizing: border-box; transition: all 0.36s ease; border: none; background-color: rgba(0, 0, 0, 0); }
.case_list li a:hover .img img{ transform: scale(1.08) translate3d(0, 0, 0); }
.case_list li a:hover .img .mask{ background-color: rgba(0, 0, 0, 0.5); }
.case_list li a:hover::before{ top: calc(50% - 0px); left: calc(50% - 16px); opacity: 0.9; }
.case_list li a:hover::after{ top: calc(50% - 15px); left: calc(50% - 1px); opacity: 0.9; }
.case_list li a b{ position: absolute; font-weight: normal; bottom:-100%; transition: all 0.36s ease; width: 100%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding:40px; font-size: 16px; text-align: center; color: #ffffff; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.case_list li a:hover b{ bottom:0; }
@media only screen and (max-width: 1600px){
  .case{ padding:15px 0; }
  .case_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; margin-bottom: 20px; }
  .case_list li:nth-child(3n+0){ margin-right: 0; }
  .case_list li a::before{ width: 32px; height: 2px; }
  .case_list li a::after{ width: 2px; height: 32px; }
  .case_list li a b{ padding:30px; font-size: 16px; }
}
@media only screen and (max-width: 1500px){
  .case_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .case_list li:nth-child(3n+0){ margin-right: 0; }
  .case_list li a::before{ width: 32px; height: 2px; }
  .case_list li a::after{ width: 2px; height: 32px; }
  .case_list li a b{ padding:30px; font-size: 16px; }
}
@media only screen and (max-width: 1400px){
  .case_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .case_list li:nth-child(3n+0){ margin-right: 0; }
  .case_list li a::before{ width: 32px; height: 2px; }
  .case_list li a::after{ width: 2px; height: 32px; }
  .case_list li a b{ padding:25px; font-size: 16px; }
}
@media only screen and (max-width: 1200px){
  .case_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .case_list li:nth-child(3n+0){ margin-right: 0; }
  .case_list li a::before{ width: 30px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 30px; }
  .case_list li a b{ padding:20px; font-size: 15px; }
}
@media only screen and (max-width: 992px){
  .case_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .case_list li:nth-child(3n+0){ margin-right: 15px; }
  .case_list li:nth-child(2n+0){ margin-right: 0; }
  .case_list li a::before{ width: 30px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 30px; }
  .case_list li a b{ padding:0 15px; margin:15px 0; font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .case_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .case_list li a::before{ width: 28px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 28px; }
  .case_list li a b{ font-size: 14px; -webkit-line-clamp:1; }
}
@media only screen and (max-width: 640px){
  .case_list li a::before{ width: 26px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 26px; }
  .case_list li a b{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .case_list li a::before{ width: 24px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 24px; }
  .case_list li a b{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .case_list li a::before{ width: 22px; height: 1px; }
  .case_list li a::after{ width: 1px; height: 22px; }
}

/* product_type */
.product_type{ overflow: hidden; flex-direction: column; }
.product_type li{ width: 100%; overflow: hidden; box-sizing: border-box; padding:30px; display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; border:1px solid #eeeeee; }
.product_type li + li{ margin-top: 30px; }
.product_type li .img, .product_type li .txt{ width: calc(50% - 15px); }
.product_type li .img{ border:1px solid #eeeeee; }
.product_type li .img img{ width: 100%; height: 100%; object-fit: cover; }
.product_type li .txt{ display: flex; flex-direction: column; }
.product_type li .txt b{ margin:20px 0; display: block; font-size: 30px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_type li .txt p{ font-size: 15px; color: #333333; line-height: 2; }
.product_type li .txt > div{ margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.product_type li .txt > div a{ border:1px solid #eee; margin-bottom: 15px; padding:15px; display: inline-flex; align-items: center; justify-content: space-between; width: calc(50% - 7.5px);  position: relative; }
.product_type li .txt > div a::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); transition: all .5s ease; position: absolute; top:0; left:0; }
.product_type li .txt > div a small{ font-size: 15px; color: #333333; line-height: 1; width: calc(100% - 40px); transition: all .5s ease; position: relative; }
.product_type li .txt > div a span{ font-size: 30px; color: #353535; line-height: 1; transition: all .5s ease; position: relative; }
.product_type li .txt > div a:hover::before{ width: 100%; }
.product_type li .txt > div a:hover small{ color: #ffffff; }
.product_type li .txt > div a:hover span{ color: #ffffff; transform: rotate(180deg); }
@media only screen and (max-width: 1600px){
  .product_type li{ padding:25px; }
  .product_type li + li{ margin-top: 25px; }
  .product_type li .img, .product_type li .txt{ width: calc(50% - 12.5px); }
  .product_type li .txt b{ margin:15px 0; font-size: 28px; }
  .product_type li .txt p{ font-size: 15px; line-height: 1.8; }
  .product_type li .txt > div{ margin-top: 15px; }
  .product_type li .txt > div a{ margin-bottom: 15px; padding:12px 15px; }
  .product_type li .txt > div a small{ font-size: 15px; width: calc(100% - 38px); }
  .product_type li .txt > div a span{ font-size: 28px; }
}
@media only screen and (max-width: 1500px){
  .product_type li{ padding:20px; }
  .product_type li + li{ margin-top: 20px; }
  .product_type li .img, .product_type li .txt{ width: calc(50% - 10px); }
  .product_type li .txt b{ margin:15px 0; font-size: 26px; }
  .product_type li .txt p{ font-size: 15px; line-height: 1.7; }
  .product_type li .txt > div{ margin-top: 15px; }
  .product_type li .txt > div a{ margin-bottom: 15px; padding:10px 15px;  }
  .product_type li .txt > div a small{ font-size: 15px; width: calc(100% - 36px); }
  .product_type li .txt > div a span{ font-size: 26px; }
}
@media only screen and (max-width: 1400px){
  .product_type li{ padding:15px; }
  .product_type li + li{ margin-top: 15px; }
  .product_type li .img, .product_type li .txt{ width: calc(50% - 7.5px); }
  .product_type li .txt b{ margin:12px 0; font-size: 24px; }
  .product_type li .txt p{ font-size: 14px; line-height: 1.6; }
  .product_type li .txt > div{ margin-top: 12px; }
  .product_type li .txt > div a{ margin-bottom: 12px; padding:8px 12px; }
  .product_type li .txt > div a small{ font-size: 14px; width: calc(100% - 34px); }
  .product_type li .txt > div a span{ font-size: 24px; }
}
@media only screen and (max-width: 1200px){
  .product_type li{ padding:10px; }
  .product_type li + li{ margin-top: 10px; }
  .product_type li .img, .product_type li .txt{ width: calc(50% - 5px); }
  .product_type li .txt b{ margin:10px 0; font-size: 22px; }
  .product_type li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_type li .txt > div{ margin-top: 10px; }
  .product_type li .txt > div a{ margin-bottom: 10px; padding:6px 10px; width: calc(50% - 5px); }
  .product_type li .txt > div a small{ font-size: 14px; width: calc(100% - 32px); }
  .product_type li .txt > div a span{ font-size: 22px; }
}
@media only screen and (max-width: 992px){
  .product_type li{ flex-wrap: wrap; }
  .product_type li .img, .product_type li .txt{ width: 100%; }
  .product_type li .txt{ margin-top: 10px; }
  .product_type li .txt b{ margin:10px 0; font-size: 20px; }
  .product_type li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_type li .txt > div{ margin-top: 10px; }
  .product_type li .txt > div a{ margin-bottom: 10px; padding:6px 10px; width: calc(50% - 5px); }
  .product_type li .txt > div a small{ font-size: 14px; width: calc(100% - 30px); }
  .product_type li .txt > div a span{ font-size: 20px; }
}
@media only screen and (max-width: 768px){
  .product_type li .txt b{ font-size: 18px; }
  .product_type li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_type li .txt > div a small{ font-size: 14px; width: calc(100% - 30px); }
  .product_type li .txt > div a span{ font-size: 18px; }
}
@media only screen and (max-width: 640px){
  .product_type li .txt b{ font-size: 16px; font-weight: normal; }
  .product_type li .txt p{ font-size: 13px; line-height: 1.5; }
  .product_type li .txt > div a small{ font-size: 13px; width: calc(100% - 28px); }
  .product_type li .txt > div a span{ font-size: 16px; }
}
@media only screen and (max-width: 576px){
  .product_type li .txt b{ font-size: 15px; }
  .product_type li .txt p{ font-size: 12px; line-height: 1.5; }
  .product_type li .txt > div a small{ font-size: 12px; line-height: 1.2; width: calc(100% - 28px); }
  .product_type li .txt > div a span{ font-size: 15px; }
}
@media only screen and (max-width: 414px){
}

/* product_list */
.product_list{ overflow: hidden; flex-direction: column; }
.product_list li{ width: 100%; overflow: hidden; box-sizing: border-box; padding:30px; display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; border:1px solid #eeeeee; }
.product_list li + li{ margin-top: 30px; }
.product_list li .img, .product_list li .txt{ width: calc(50% - 15px); }
.product_list li .img{ background: #f5f5f5; overflow: hidden; border:1px solid #eeeeee; box-sizing: border-box; padding-bottom: 30.6%; position: relative; }
.product_list li .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .5s ease-out; }
.product_list li .img:hover img{ transform: scale(1.05); transition: all .5s ease-out; }
.product_list li .txt{ display: flex; flex-direction: column; }
.product_list li .txt b{ margin:20px 0; display: block; font-size: 30px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_list li .txt p{ font-size: 15px; color: #333333; line-height: 2; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.product_list li .txt p span{ font-weight: bold; }
.product_list li .txt > div{ margin-top: 20px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.product_list li .txt > div a{ border:1px solid #eee; margin-bottom: 15px; padding:15px; display: inline-flex; align-items: center; width: 100%;  position: relative; }
.product_list li .txt > div a:last-child{ margin-bottom: 0; }
.product_list li .txt > div a::before{ content: ""; display: block; width: 0; height: 100%; background: var(--zhu-color); transition: all .5s ease; position: absolute; top:0; left:0; }
.product_list li .txt > div a small{ font-size: 15px; color: #333333; line-height: 1; width: calc(100% - 40px); transition: all .5s ease; position: relative; }
.product_list li .txt > div a span{ font-size: 30px; color: #353535; line-height: 1; transition: all .5s ease; position: relative; }
.product_list li .txt > div a:hover::before{ width: 100%; }
.product_list li .txt > div a:hover small{ color: #ffffff; }
.product_list li .txt > div a:hover span{ color: #ffffff; transform: rotate(180deg); }
@media only screen and (max-width: 1600px){
  .product_list li{ padding:25px; }
  .product_list li + li{ margin-top: 25px; }
  .product_list li .img, .product_list li .txt{ width: calc(50% - 12.5px); }
  .product_list li .txt b{ margin:15px 0; font-size: 28px; }
  .product_list li .txt p{ font-size: 15px; line-height: 1.8; }
  .product_list li .txt > div{ margin-top: 15px; }
  .product_list li .txt > div a{ margin-bottom: 15px; padding:12px 15px; }
  .product_list li .txt > div a small{ font-size: 15px; width: calc(100% - 38px); }
  .product_list li .txt > div a span{ font-size: 28px; }
}
@media only screen and (max-width: 1500px){
  .product_list li{ padding:20px; }
  .product_list li + li{ margin-top: 20px; }
  .product_list li .img, .product_list li .txt{ width: calc(50% - 10px); }
  .product_list li .txt b{ margin:15px 0; font-size: 26px; }
  .product_list li .txt p{ font-size: 15px; line-height: 1.7; }
  .product_list li .txt > div{ margin-top: 15px; }
  .product_list li .txt > div a{ margin-bottom: 15px; padding:10px 15px;  }
  .product_list li .txt > div a small{ font-size: 15px; width: calc(100% - 36px); }
  .product_list li .txt > div a span{ font-size: 26px; }
}
@media only screen and (max-width: 1400px){
  .product_list li{ padding:15px; }
  .product_list li + li{ margin-top: 15px; }
  .product_list li .img, .product_list li .txt{ width: calc(50% - 7.5px); }
  .product_list li .txt b{ margin:12px 0; font-size: 24px; }
  .product_list li .txt p{ font-size: 14px; line-height: 1.6; }
  .product_list li .txt > div{ margin-top: 12px; }
  .product_list li .txt > div a{ margin-bottom: 12px; padding:8px 12px; }
  .product_list li .txt > div a small{ font-size: 14px; width: calc(100% - 34px); }
  .product_list li .txt > div a span{ font-size: 24px; }
}
@media only screen and (max-width: 1200px){
  .product_list li{ padding:10px; }
  .product_list li + li{ margin-top: 10px; }
  .product_list li .img, .product_list li .txt{ width: calc(50% - 5px); }
  .product_list li .txt b{ margin:10px 0; font-size: 22px; }
  .product_list li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_list li .txt > div{ margin-top: 10px; }
  .product_list li .txt > div a{ margin-bottom: 10px; padding:6px 10px; }
  .product_list li .txt > div a small{ font-size: 14px; width: calc(100% - 32px); }
  .product_list li .txt > div a span{ font-size: 22px; }
}
@media only screen and (max-width: 992px){
  .product_list li{ flex-wrap: wrap; }
  .product_list li .img, .product_list li .txt{ width: 100%; }
  .product_list li .img{ padding-bottom: 68%; }
  .product_list li .txt{ margin-top: 10px; }
  .product_list li .txt b{ margin:10px 0; font-size: 20px; }
  .product_list li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_list li .txt > div{ margin-top: 10px; }
  .product_list li .txt > div a{ margin-bottom: 10px; padding:6px 10px; }
  .product_list li .txt > div a small{ font-size: 14px; width: calc(100% - 30px); }
  .product_list li .txt > div a span{ font-size: 20px; }
}
@media only screen and (max-width: 768px){
  .product_list li .txt b{ font-size: 18px; }
  .product_list li .txt p{ font-size: 14px; line-height: 1.5; }
  .product_list li .txt > div a small{ font-size: 14px; width: calc(100% - 30px); }
  .product_list li .txt > div a span{ font-size: 18px; }
}
@media only screen and (max-width: 640px){
  .product_list li .txt b{ font-size: 16px; font-weight: normal; }
  .product_list li .txt p{ font-size: 13px; line-height: 1.5; }
  .product_list li .txt > div a small{ font-size: 13px; width: calc(100% - 28px); }
  .product_list li .txt > div a span{ font-size: 16px; }
}
@media only screen and (max-width: 576px){
  .product_list li .txt b{ font-size: 15px; }
  .product_list li .txt p{ font-size: 12px; line-height: 1.5; }
  .product_list li .txt > div a small{ font-size: 12px; width: calc(100% - 28px); }
  .product_list li .txt > div a span{ font-size: 15px; }
}
@media only screen and (max-width: 414px){
}

/* product_focus */
.product{ overflow: hidden; }
.product_focus{ background: #e5edf6; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.product_focus .inner{ box-sizing: border-box; padding:30px 0; display: flex; align-items: center; justify-content: space-between; }
.product_focus #gfocus{ width: calc(50% - 15px); margin:0; }
.product_focus #gfocus .img{ width: 100%; padding-bottom: 68%; background: #f5f5f5; box-sizing: border-box; border:1px solid #eeeeee; position: relative; overflow: hidden; }
.product_focus #gfocus .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
.product_focus .info{ width: calc(50% - 15px); display: flex; flex-direction: column; }
.product_focus .info b{ margin:22px 0; font-size: 30px; color: #333333; font-weight: bold; line-height: 1; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.product_focus .info .parm{ overflow: hidden; }
.product_focus .info .parm p{ font-size: 15px; color: #555555; line-height: 2; }
.product_focus .info .parm p strong{ font-weight: bold; color: var(--zhu-color); }
.product_focus .info .g_cate{ padding:15px 0; font-size: 15px; color: var(--pei-color); display: flex; align-items: center; margin:22px 0; border-top: 1px solid #999999; border-bottom: 1px solid #999999; }
.product_focus .info .g_cate strong{ color: #555555; font-weight: bold; }
.product_focus .info .g_tel{ margin:100px 0 30px; font-size: 36px; color: #333333; line-height: 1; font-weight: bold; }
.product_focus .info .g_btns{ display: flex; align-items: center; }
.product_focus .info .g_btns a{ font-size: 14px; border-radius: 5px; transition: all .3s; color: #ffffff; line-height: 1; display: inline-flex; align-items: center; padding:18px 90px; background: var(--zhu-color); }
.product_focus .info .g_btns a + a{ background: var(--pei-color); margin-left: 30px; }
.product_focus .info .g_btns a:hover{ transition: all .3s; background: #333; }
.product_content{ padding:30px 0; display: flex; align-items: flex-start; justify-content: space-between; }
.product_content .right{ width: calc(100% - 348px - 30px); overflow: hidden; border:1px solid #eeeeee; box-sizing: border-box; padding:30px; }
.product_content .right strong{ display: block; margin:15px 0; font-size: 26px; color: #333333; font-weight: bold; line-height: 1; }
.product_content .right p{ font-size: 15px; color: #333333; line-height: 2; }
.product_content .right img{ max-width: 100%; margin: 15px 0; }
.product_content .right table{/*border:solid 1px #eee;*/width:100%;}
.product_content .right table td,.product_content .right table tr{border:solid 1px #999!important;padding:3px 15px!important;}
@media only screen and (max-width: 1600px){
  .product{ padding:0 0 15px; }
  .product_focus .inner{ padding:15px; }
  .product_focus #gfocus{ width: calc(50% - 7.5px);  }
  .product_focus .info{ width: calc(50% - 7.5px); }
  .product_focus .info b{ margin:20px 0; font-size: 28px; }
  .product_focus .info .parm p{ font-size: 15px; line-height: 2; }
  .product_focus .info .g_cate{ padding:13px 0; font-size: 15px; margin:20px 0; }
  .product_focus .info .g_tel{ margin:60px 0 30px; font-size: 34px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:18px 90px; }
  .product_focus .info .g_btns a + a{ margin-left: 15px; }
  .product_content{ padding:15px 0; }
  .product_content .right{ width: calc(100% - 340px - 15px); padding:25px; }
  .product_content .right strong{ margin:15px 0; font-size: 26px; }
  .product_content .right p{ font-size: 15px; line-height: 2; }
  .product_content .right img{ margin: 15px 0; }
}
@media only screen and (max-width: 1500px){
  .product_focus #gfocus{ width: calc(50% - 7.5px);  }
  .product_focus .info{ width: calc(50% - 7.5px); }
  .product_focus .info b{ margin:18px 0; font-size: 26px; }
  .product_focus .info .parm p{ font-size: 15px; line-height: 1.8; }
  .product_focus .info .g_cate{ padding:11px 0; font-size: 15px; margin:18px 0; }
  .product_focus .info .g_tel{ margin:40px 0 20px; font-size: 32px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:18px 80px; }
  .product_content{ padding:15px 0; }
  .product_content .right{ width: calc(100% - 320px - 15px); padding:20px; }
  .product_content .right strong{ margin:15px 0; font-size: 24px; }
  .product_content .right p{ font-size: 15px; line-height: 1.8; }
  .product_content .right img{ margin: 13px 0; }
}
@media only screen and (max-width: 1400px){
  .product_focus #gfocus{ width: calc(50% - 7.5px);  }
  .product_focus .info{ width: calc(50% - 7.5px); }
  .product_focus .info b{ margin:16px 0; font-size: 24px; }
  .product_focus .info .parm p{ font-size: 15px; line-height: 1.6; }
  .product_focus .info .g_cate{ padding:10px 0; font-size: 15px; margin:16px 0; }
  .product_focus .info .g_tel{ margin:30px 0; font-size: 30px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:16px 70px; }
  .product_content{ padding:15px 0; }
  .product_content .right{ width: calc(100% - 300px - 15px); padding:15px; }
  .product_content .right strong{ margin:15px 0; font-size: 22px; }
  .product_content .right p{ font-size: 15px; line-height: 1.6; }
  .product_content .right img{ margin: 11px 0; }
}
@media only screen and (max-width: 1200px){
  .product_focus #gfocus{ width: calc(50% - 7.5px);  }
  .product_focus .info{ width: calc(50% - 7.5px); }
  .product_focus .info b{ margin:14px 0; font-size: 22px; }
  .product_focus .info .parm p{ font-size: 14px; line-height: 1.5; }
  .product_focus .info .g_cate{ padding:8px 0; font-size: 14px; margin:14px 0 0; }
  .product_focus .info .g_tel{ margin:20px 0; font-size: 28px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:14px 60px; }
  .product_content .right{ width: calc(100% - 280px - 15px); padding:15px; }
  .product_content .right strong{ margin:13px 0; font-size: 20px; }
  .product_content .right p{ font-size: 14px; line-height: 1.5; }
  .product_content .right img{ margin: 10px 0; }
}
@media only screen and (max-width: 992px){
  .product_focus .inner{ flex-wrap: wrap; }
  .product_focus #gfocus{ width: 100%; }
  .product_focus .info{ width: 100%; }
  .product_focus .info b{ margin:15px 0 12px; font-size: 20px; }
  .product_focus .info .parm p{ font-size: 14px; line-height: 1.5; }
  .product_focus .info .g_cate{ padding:6px 0; font-size: 14px; margin:15px 0 0; }
  .product_focus .info .g_tel{ margin:15px 0; font-size: 26px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:12px 50px; }
  .product_content{ flex-direction: column-reverse; }
  .product_content .slider{ width: 100%; }
  .product_content .right{ width: 100%; padding:15px; }
  .product_content .right strong{ margin:11px 0; font-size: 18px; }
  .product_content .right p{ font-size: 14px; line-height: 1.5; }
  .product_content .right img{ margin: 8px 0; }
}
@media only screen and (max-width: 768px){
  .product_focus .info b{ font-size: 18px; }
  .product_focus .info .parm p{ font-size: 14px; }
  .product_focus .info .parm p strong{ font-weight: normal; }
  .product_focus .info .g_cate{ padding:5px 0; font-size: 14px; }
  .product_focus .info .g_tel{ font-size: 24px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:10px 40px; }
  .product_content .right strong{ margin:10px 0; font-size: 17px; }
  .product_content .right p{ font-size: 14px; }
  .product_content .right img{ margin: 6px 0; }
}
@media only screen and (max-width: 640px){
  .product_focus .info b{ font-size: 16px; font-weight: normal; }
  .product_focus .info .parm p{ font-size: 14px; }
  .product_focus .info .g_cate{ padding:5px 0; font-size: 14px; }
  .product_focus .info .g_tel{ font-size: 22px; }
  .product_focus .info .g_btns a{ font-size: 14px; padding:10px 30px; }
  .product_content .right strong{ margin:8px 0; font-size: 16px; font-weight: normal; }
  .product_content .right p{ font-size: 14px; }
  .product_content .right img{ margin: 6px 0; }
}
@media only screen and (max-width: 576px){
  .product_focus .info b{ font-size: 15px; }
  .product_focus .info .parm p{ font-size: 13px; }
  .product_focus .info .g_cate{ padding:5px 0; font-size: 13px; }
  .product_focus .info .g_tel{ font-size: 20px; }
  .product_focus .info .g_btns a{ font-size: 13px; padding:10px 30px; }
  .product_content .right strong{ margin:8px 0; font-size: 15px; }
  .product_content .right p{ font-size: 13px; }
  .product_content .right img{ margin: 6px 0; }
}
@media only screen and (max-width: 414px){
  .product_focus .info b{ font-size: 14px; }
  .product_focus .info .parm p{ font-size: 12px; }
  .product_focus .info .g_cate{ padding:5px 0; font-size: 12px; }
  .product_focus .info .g_tel{ font-size: 18px; }
  .product_focus .info .g_btns a{ font-size: 12px; padding:10px 30px; }
  .product_content .right strong{ margin:8px 0; font-size: 14px; }
  .product_content .right p{ font-size: 12px; }
  .product_content .right img{ margin: 5px 0; }
}

/* product_sider */
.product_sider{ width: 348px; overflow: hidden; border:1px solid #eeeeee; box-sizing: border-box; padding:30px; }
.product_sider .tit{ display: flex; flex-direction: column; overflow: hidden; margin-bottom: 20px; }
.product_sider .tit b{ font-size: 26px; color: #333333; font-weight: bold; line-height: 1; }
.product_sider .tit hr{ width: 60px; height: 4px; background-color: var(--pei-color); border: 0; margin-top: 20px; }
.cate_menu{ overflow: hidden; margin-bottom: 30px; }
.cate_menu h3{ margin:15px 0; display: flex; align-items: center; justify-content: space-between; }
.cate_menu h3 a, .cate_menu h3 em{ cursor: pointer; font-size: 22px; color: #333333; line-height: 1; transition: all .3s; }
.cate_menu ul{ overflow: hidden; display: flex; flex-direction: column; }
.cate_menu ul li a{ display: block; font-size: 15px; color: #666666; line-height: 1; margin:10px 0; transition: all .3s; }
.cate_menu ul li a:hover, .cate_menu h3 a:hover{ color: var(--pei-color); transition: all .3s; }
.xgcp{ width: 100%; display: flex; flex-direction: column; }
.xgcp li{ width: 100%; overflow: hidden; margin-bottom: 15px; }
.xgcp li:last-child{ margin-bottom: 0; }
.xgcp li a{ display: block; }
.xgcp li .img{ width: 100%; padding-bottom: 75%; box-sizing: border-box; border:1px solid #eeeeee; position: relative; }
.xgcp li .img img{ width: calc(100% - 4px); height: calc(100% - 4px); left: 2px; top:2px; object-fit: contain; border:1px solid #eeeeee; position: absolute; background: #f5f5f5; }
.xgcp li a b{ font-weight: normal; font-size: 15px; color: #333333; text-align: center; display: block; box-sizing: border-box; padding:15px; }
.xgcp li a:hover .img{ transition: all .3s; background: var(--zhu-color); }
.xgcp li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1600px){
  .product_sider{ width: 340px; padding:25px; }
  .product_sider .tit{ margin-bottom: 15px; }
  .product_sider .tit b{ font-size: 24px; }
  .product_sider .tit hr{ width: 60px; height: 4px; margin-top: 15px; }
  .cate_menu{ margin-bottom: 15px; }
  .cate_menu h3{ margin:13px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 20px; }
  .cate_menu ul li a{ font-size: 15px; margin:10px 0; }
  .xgcp li{ margin-bottom: 10px; }
  .xgcp li a b{ font-size: 15px; padding:13px; }
}
@media only screen and (max-width: 1500px){
  .product_sider{ width: 320px; padding:20px; }
  .product_sider .tit{ margin-bottom: 14px; }
  .product_sider .tit b{ font-size: 22px; }
  .product_sider .tit hr{ width: 50px; height: 3px; margin-top: 15px; }
  .cate_menu h3{ margin:11px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 19px; }
  .cate_menu ul li a{ font-size: 15px; margin:8px 0; }
  .xgcp li{ margin-bottom: 5px; }
  .xgcp li a b{ font-size: 15px; padding:11px; }
}
@media only screen and (max-width: 1400px){
  .product_sider{ width: 300px; padding:15px; }
  .product_sider .tit{ margin-bottom: 12px; }
  .product_sider .tit b{ font-size: 20px; }
  .product_sider .tit hr{ width: 40px; height: 3px; margin-top: 13px; }
  .cate_menu h3{ margin:10px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 18px; }
  .cate_menu ul li a{ font-size: 14px; margin:6px 0; }
  .xgcp li a b{ font-size: 14px; padding:10px; }
}
@media only screen and (max-width: 1200px){
  .product_sider{ width: 280px; padding:15px; }
  .product_sider .tit b{ font-size: 19px; }
  .product_sider .tit hr{ width: 30px; height: 2px; margin-top: 11px; }
  .cate_menu h3{ margin:8px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 17px; font-weight: bold; }
  .cate_menu ul li a{ font-size: 13px; margin:5px 0; }
  .xgcp li a b{ font-size: 13px; padding:8px 10px; }
}
@media only screen and (max-width: 992px){
  .product_sider{ width: 100%; padding:15px; margin-top: 15px; }
  .product_sider .tit b{ font-size: 18px; }
  .product_sider .tit hr{ width: 30px; height: 2px; margin-top: 10px; }
  .cate_menu h3{ margin:8px 0; }
  .cate_menu h3:first-child{ margin-top: 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 17px; font-weight: bold; }
  .cate_menu ul{ display: none!important; }
  .xgcp{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
  .xgcp li{ width: calc(50% - 7.5px); }
  .xgcp li a b{ font-size: 13px; padding:8px 10px; }
}
@media only screen and (max-width: 768px){
  .product_sider{ padding:15px; }
  .product_sider .tit b{ font-size: 16px; font-weight: normal; }
  .product_sider .tit hr{ width: 20px; height: 1px; margin-top: 8px; }
  .cate_menu h3{ margin:6px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 16px; font-weight: normal; }
  .xgcp li{ width: calc(50% - 5px); }
  .xgcp li a b{ font-size: 13px; padding:6px 10px; }
}
@media only screen and (max-width: 640px){
  .product_sider{ padding:13px; }
  .product_sider .tit b{ font-size: 16px; font-weight: normal; }
  .product_sider .tit hr{ width: 18px; margin-top: 8px; }
  .cate_menu h3{ margin:8px 0; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 15px; font-weight: normal; }
  .xgcp li{ width: calc(50% - 5px); }
  .xgcp li a b{ font-size: 12px; padding:5px 10px; }
}
@media only screen and (max-width: 576px){
  .product_sider{ padding:12px; }
  .product_sider .tit b{ font-size: 15px; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .product_sider .tit b{ font-size: 14px; }
  .cate_menu h3 a, .cate_menu h3 em{ font-size: 13px; }
}

/* support */
.support{ overflow: hidden; padding:30px 0; }
.support_list{ display: flex; flex-wrap: wrap; }
.support_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; margin-bottom: 20px; }
.support_list li:nth-child(3n+0){ margin-right: 0; }
.support_list li a{ padding:30px 0 10px; border:1px solid #eee; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.support_list li a .time{ display: block; overflow: hidden; }
.support_list li a .time p{ margin-bottom: 30px; display: block; box-sizing: border-box; padding:0 30px; font-size: 24px; color: #999; display: block; line-height: 1; width: 100%; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; transition: all .3s ease-out 0s; }
.support_list li a .time > span{ position: relative; display: block; box-sizing: border-box; }
.support_list li a .time > span::before{ content: ""; display: block; width: calc(100%); height: 1px; background: #eee; border:0; position: absolute; left:0; top:calc(50% - 2px); }
.support_list li a .time > span i{ margin:0 30px; display: inline-block; width: 16px; height: 16px; border:1px solid #999999; border-radius: 50%; position: relative; transition: all ease-out .3s; }
.support_list li a .time > span i::before{ content: ""; display: inline-block; width: 50%; height: 50%; background: #999999; border-radius: 50%; position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); transition: all ease-out .3s; }
.support_list li a .txt{ padding:0 30px 30px; overflow: hidden; }
.support_list li a .txt b{ font-size: 16px; position: relative; top:0; font-weight: normal; color: #333; line-height: 1; margin:30px 0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.support_list li a .txt p{ min-height: 39px; text-indent: -2em; font-size: 13px; color: #999; position: relative; top:0; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.support_list li a .txt span{ position: relative; width: 138px; height: 35px; border: 1px solid #5b5b5b; display: block; top:30px; opacity: 0; transition: all ease-out .3s; }
.support_list li a .txt span::before{ content: ''; width: 0; height: 1px; background: #5b5b5b; position: absolute; top: 50%; left: 50%; margin-left: -57px; margin-top: -1px; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.support_list li a .txt span::after{ content: ''; width: 0; height: 15px; background: #5b5b5b; position: absolute; top: 50%; left: 50%; margin-top: -58px; transition: all .6s cubic-bezier(.215,.61,.355,1) 0s; }
.support_list li a:hover .time > span i{ border:4px solid #999999; }
.support_list li a:hover .time > span i::before{ width: 4px; height:4px; }
.support_list li a:hover .txt b{ top:-10px; }
.support_list li a:hover .txt p{ top:-10px; }
.support_list li a:hover .txt span{ top: 10px; opacity: 1; }
.support_list li a:hover .txt span::before{ background: #afafaf; position: absolute; margin-left: -7px; width: 15px; }
.support_list li a:hover .txt span::after{ width: 1px; background: #afafaf; margin-top: -8px; }
@media only screen and (max-width: 1600px){
  .support{ padding:20px 0; }
  .support_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .support_list li:nth-child(3n+0){ margin-right: 0; }
  .support_list li a{ padding:25px 0 5px; }
  .support_list li a .time p{ margin-bottom: 25px; padding:0 25px; font-size: 24px; }
  .support_list li a .time > span::before{ top:calc(50% - 2px); }
  .support_list li a .time > span i{ margin:0 25px; width: 16px; height: 16px; }
  .support_list li a .txt{ padding:0 25px 25px; }
  .support_list li a .txt b{ font-size: 16px; margin:25px 0; }
  .support_list li a .txt span{ width: 138px; height: 35px; top:25px;  }
}
@media only screen and (max-width: 1500px){
  .support_list li{ width: calc(33.3% - 10px); }
  .support_list li:nth-child(3n+0){ margin-right: 0; }
  .support_list li a{ padding:20px 0 0; }
  .support_list li a .time p{ margin-bottom: 20px; padding:0 20px; font-size: 22px; }
  .support_list li a .time > span::before{ top:calc(50% - 2px); }
  .support_list li a .time > span i{ margin:0 20px; width: 16px; height: 16px; }
  .support_list li a .txt{ padding:0 20px 20px; }
  .support_list li a .txt b{ font-size: 16px; margin:20px 0; }
  .support_list li a .txt span{ width: 138px; height: 35px; top:20px;  }
  .support_list li a:hover .time > span i{ border:3px solid #999999; }
  .support_list li a:hover .time > span i::before{ width: 5px; height:5px; }
}
@media only screen and (max-width: 1400px){
  .support_list li{ width: calc(33.3% - 10px); }
  .support_list li:nth-child(3n+0){ margin-right: 0; }
  .support_list li a{ padding:15px 0 0; }
  .support_list li a .time p{ margin-bottom: 15px; padding:0 15px; font-size: 22px; }
  .support_list li a .time > span::before{ top:calc(50% - 2px); }
  .support_list li a .time > span i{ margin:0 15px; width: 16px; height: 16px; }
  .support_list li a .txt{ padding:0 15px 15px; }
  .support_list li a .txt b{ font-size: 16px; margin:15px 0; }
  .support_list li a:hover .txt b{ top:-6px; }
  .support_list li a:hover .txt p{ top:-8px; }
  .support_list li a .txt span{ width: 120px; height: 30px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
  .support_list li a:hover .time > span i{ border:3px solid #999999; }
  .support_list li a:hover .time > span i::before{ width: 5px; height:5px; }
}
@media only screen and (max-width: 1200px){
  .support_list li{ width: calc(33.3% - 10px); }
  .support_list li:nth-child(3n+0){ margin-right: 0; }
  .support_list li a{ padding:15px 0 0; }
  .support_list li a .time p{ padding:0 15px; font-size: 20px; }
  .support_list li a .time > span::before{ top:calc(50% - 2px); }
  .support_list li a .txt{ padding:0 15px 15px; }
  .support_list li a .txt b{ font-size: 16px; }
  .support_list li a:hover .txt b{ top:-6px; }
  .support_list li a:hover .txt p{ top:-8px; }
  .support_list li a .txt span{ width: 110px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}
@media only screen and (max-width: 992px){
  .support_list li{ width: calc(50% - 7.5px); }
  .support_list li:nth-child(3n+0){ margin-right: 15px; }
  .support_list li:nth-child(2n+0){ margin-right: 0; }
  .support_list li a .time p{ font-size: 18px; }
  .support_list li a .txt b{ font-size: 16px; }
  .support_list li a .txt span{ width: 110px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}
@media only screen and (max-width: 768px){
  .support_list li{ width: calc(50% - 7.5px); }
  .support_list li:nth-child(3n+0){ margin-right: 15px; }
  .support_list li:nth-child(2n+0){ margin-right: 0; }
  .support_list li a .time p{ font-size: 16px; }
  .support_list li a .txt b{ font-size: 15px; }
  .support_list li a .txt p{ min-height: 36px; font-size: 12px; }
  .support_list li a .txt span{ width: 110px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}
@media only screen and (max-width: 640px){
  .support_list li{ width: calc(50% - 7.5px); }
  .support_list li:nth-child(3n+0){ margin-right: 15px; }
  .support_list li:nth-child(2n+0){ margin-right: 0; }
  .support_list li a .time p{ font-size: 15px; }
  .support_list li a .txt b{ font-size: 14px; }
  .support_list li a .txt span{ width: 110px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}
@media only screen and (max-width: 576px){
  .support_list li{ width: calc(50% - 7.5px); }
  .support_list li:nth-child(3n+0){ margin-right: 15px; }
  .support_list li:nth-child(2n+0){ margin-right: 0; }
  .support_list li a .time p{ font-size: 15px; }
  .support_list li a .txt b{ font-size: 14px; }
  .support_list li a .txt span{ width: 80px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}
@media only screen and (max-width: 414px){
  .support{ padding:15px 0; }
  .support_list li{ width: 100%; margin-right: 0; }
  .support_list li:nth-child(3n+0){ margin-right: 0; }
  .support_list li:nth-child(2n+0){ margin-right: 0; }
  .support_list li a .time p{ font-size: 15px; }
  .support_list li a .txt b{ font-size: 14px; }
  .support_list li a .txt p{ min-height: auto; }
  .support_list li a .txt span{ width: 80px; height: 28px; top:15px;  }
  .support_list li a:hover .txt span{ top: 4px; }
}

/* article */
.article{ width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.article .fl{ border: 1px solid #eeeeee; box-sizing: border-box; padding:30px; width: calc(100% - 348px - 30px); }
.article .fl p{ font-size: 16px; color: #333; line-height: 2; }
.article .fl p + p{ margin-top: 10px; }
.article .fl p img{ max-width: 100%; }
.article .fl .download_btn{ display: inline-block; padding:16px 40px; background: var(--zhu-color); font-size: 20px; color: #ffffff; line-height: 1; margin:15px auto; transition: all .3s; }
.article .fl .download_btn:hover{ transition: all .3s; background: var(--pei-color); }
.article .fr{ width: 348px; }
.page_tit{ padding-left: 30px; border-left: 4px solid var(--pei-color); margin-bottom: 30px; }
.page_tit b{ font-size: 20px; color: #333333; line-height: 1.5 }
.page_tit .meta{ font-size: 13px; color: #666666; line-height: 1.5; margin-top: 10px; }
@media only screen and (max-width: 1600px){
  .article .fl{ padding:25px; width: calc(100% - 340px - 15px); }
  .article .fl p{ font-size: 16px; line-height: 1.8; }
  .article .fl p + p{ margin-top: 10px; }
  .article .fl .download_btn{ padding:14px 36px; font-size: 18px; margin:10px auto; }
  .article .fr{ width: 340px; }
  .page_tit{ border-left: 4px solid var(--pei-color); margin-bottom: 25px; }
  .page_tit b{ font-size: 19px; }
  .page_tit .meta{ font-size: 13px; margin-top: 10px; }
}
@media only screen and (max-width: 1500px){
  .article .fl{ padding:20px; width: calc(100% - 320px - 15px); }
  .article .fl p{ font-size: 16px; line-height: 1.6; }
  .article .fl p + p{ margin-top: 10px; }
  .article .fl .download_btn{ padding:12px 32px; font-size: 17px; }
  .article .fr{ width: 320px; }
  .page_tit{ border-left: 3px solid var(--pei-color); margin-bottom: 20px; }
  .page_tit b{ font-size: 18px; }
  .page_tit .meta{ font-size: 13px; margin-top: 10px; }
}
@media only screen and (max-width: 1400px){
  .article .fl{ padding:15px; width: calc(100% - 300px - 15px); }
  .article .fl p{ font-size: 15px; line-height: 1.5; }
  .article .fl p + p{ margin-top: 10px; }
  .article .fl .download_btn{ padding:10px 28px; font-size: 16px; }
  .article .fr{ width: 300px; }
  .page_tit{ padding-left: 25px; border-left: 3px solid var(--pei-color); margin-bottom: 15px; }
  .page_tit b{ font-size: 17px; }
  .page_tit .meta{ font-size: 13px; margin-top: 8px; }
}
@media only screen and (max-width: 1200px){
  .article .fl{ padding:15px; width: calc(100% - 280px - 15px); }
  .article .fl p{ font-size: 15px; line-height: 1.5; }
  .article .fl p + p{ margin-top: 10px; }
  .article .fl .download_btn{ padding:8px 24px; font-size: 15px; }
  .article .fr{ width: 280px; }
  .page_tit{ padding-left: 20px; border-left: 2px solid var(--pei-color); }
  .page_tit b{ font-size: 16px; font-weight: normal; }
  .page_tit .meta{ font-size: 13px; margin-top: 6px; }
}
@media only screen and (max-width: 992px){
  .article{ flex-wrap: wrap; }
  .article .fl{ padding:15px; width: 100%; }
  .article .fl p{ font-size: 15px; line-height: 1.5; }
  .article .fl p + p{ margin-top: 10px; }
  .article .fl .download_btn{ padding:8px 24px; font-size: 14px; }
  .article .fr{ width: 100%; }
  .page_tit{ padding-left: 15px; border-left: 2px solid var(--pei-color); }
  .page_tit b{ font-size: 16px; font-weight: normal; }
  .page_tit .meta{ font-size: 13px; margin-top: 6px; }
}
@media only screen and (max-width: 768px){
  .article .fl .download_btn{ padding:8px 24px; font-size: 13px; }
  .article .fl p{ font-size: 14px; line-height: 1.5; }
  .page_tit b{ font-size: 16px; font-weight: normal; }
  .page_tit .meta{ font-size: 13px; margin-top: 6px; }
}
@media only screen and (max-width: 640px){
  .article .fl .download_btn{ padding:8px 24px; font-size: 12px; }
  .article .fl p{ font-size: 13px; line-height: 1.5; }
  .page_tit b{ font-size: 16px; font-weight: normal; }
  .page_tit .meta{ font-size: 13px; margin-top: 6px; }
}
@media only screen and (max-width: 576px){
  .article .fl .download_btn{ padding:8px 20px; }
  .article .fl p{ font-size: 12px; line-height: 1.5; }
  .page_tit b{ font-size: 15px; font-weight: normal; }
  .page_tit .meta{ font-size: 12px; margin-top: 4px; }
}
@media only screen and (max-width: 414px){
}

/* prev_next */
.prev_next{ width:100%; margin:20px 0 0; display: flex; }
.prev_next > div{ width:50%; padding:12px; border: 1px solid #e9e9e9; display: flex;flex-direction: row;align-items: center; justify-content: flex-start; }
.prev_next > div + div{ border-left: 0; }
.prev_next > div a{ color: #999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; width: calc(100% - 100px); }
.prev_next > div a:hover{ color: var(--zhu-color);}
@media only screen and (max-width: 1600px){
  .prev_next{ margin:15px 0 0; }
}
@media only screen and (max-width: 1500px){
  .prev_next{ margin:10px 0 0; }
}
@media only screen and (max-width: 1400px){
  .prev_next{ margin:5px 0 0; }
}
@media only screen and (max-width: 640px){
  .prev_next{ flex-wrap: wrap; }
  .prev_next > div{ width:100%; padding:10px 12px; }
  .prev_next > div + div{ border-left: 1px solid #e9e9e9; border-top: 0; }
}
@media only screen and (max-width: 576px){
  .prev_next > div{ padding:10px 12px; }
}
@media only screen and (max-width: 414px){
  .prev_next > div{ padding:8px 12px; }
}
