@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 4087368 */
  src: url('//at.alicdn.com/t/c/font_4087368_sqlu3946f8.woff2?t=1699258836816') format('woff2'),
       url('//at.alicdn.com/t/c/font_4087368_sqlu3946f8.woff?t=1699258836816') format('woff'),
       url('//at.alicdn.com/t/c/font_4087368_sqlu3946f8.ttf?t=1699258836816') 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'); }

/*清除内外边距*/
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:#06439f;--pei-color:#c00505; --fu-color:#ececec;}
.inner{ width: 1600px; margin:0 auto; }
@media only screen and (max-width: 1650px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}

/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 20px 0; width: 100%; clear: both; }
.de-page-mian .page-inner{display: inline-block; overflow: hidden;}
.de-page-mian .page-inner a{ display: block; float: left; width: 36px; height: 36px; color: #fff; background: #666666; border-color: #666666; text-align: center; line-height: 36px; font-size: 14px; margin:0 2px; overflow: hidden; border-radius: 50%; }
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color:var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;display: none}
.de-page-mian .page-inner span{display: none; font-size: 12px; color: #333; float: left; line-height: 38px;}
.de-page-mian .page-inner input{display: none; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; border-radius: 5px; }
@media only screen and (max-width: 774px){
  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{ display: none; }
}

/*down*/
.down{ border-top:1px solid #fff; 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{ display: none; transition: all .3s; position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call.on{ display: block; transition: all .3s; }
.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!important; }
  .down li a{font-size:12px;}
}

/* h_top */
.h_top{ position: fixed; top:0; left:0; z-index: 99;  background: #ffffff; transition: all .3s; box-sizing: border-box; width: 100%; transition: all .3s; }
.h_top .inner{ display: flex; align-items: center; justify-content: space-between;flex-direction: row }
.h_top .logo{display: flex;flex-direction: row;align-items: center;padding:20px 0;}
.h_top .logo img{ max-width: 100%; }
.h_top .right{ display: flex; align-items: center; justify-content: flex-end;height: 110px }
.h_top .nav{ display: flex; align-items: center;flex-direction: row;height: 100%}
.h_top .nav li{height: 100%;display: flex;flex-direction: column;justify-content: center;}
.h_top .nav li .yiji{ font-size: 16px; color: #333; transition: all .3s; line-height: 1; margin:0 30px; }
.h_top .nav li.active .yiji{ transition: all .3s; color: var(--pei-color); }
.h_top .btns{ display: flex; align-items: center; }
.h_top .search_btn{ font-size: 24px; line-height: 1; color: var(--zhu-color); margin:0 15px; }
.h_top .lange_btn{ font-size: 24px; line-height: 1; color: var(--zhu-color); }
.h_top .menu_btn{ cursor: pointer; margin-left: 30px; display: inline-flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.h_top .menu_btn small{ display: inline-block; width: 40px; height: 3px; background: var(--zhu-color); border-radius: 2px; }
.h_top .menu_btn small:nth-child(2){ margin:10px 0; width: 30px; transition: all .3s; }
.h_top .menu_btn:hover small:nth-child(2){ transition: all .3s; width: 40px; }
.h_top.on{ position: fixed; width:100%; z-index: 9999; top:0; box-shadow: 0 5px 10px rgba(0, 0, 0, .15); transition: all .3s ;}
.h_top.active{ top:-100%; }
@media only screen and (max-width: 1600px){
  .h_top .logo{ width: 400px;padding:0; }
  .h_top .nav li .yiji{ margin:0 28px; }
  .h_top .menu_btn{ margin-left: 28px; }
  .h_top .menu_btn small{ width: 38px; height: 3px; }
  .h_top .menu_btn small:nth-child(2){ margin:9px 0; width: 28px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 38px; }
}
@media only screen and (max-width: 1500px){
  .h_top .logo{ width: 350px; }
  .h_top .nav li .yiji{  margin:0 26px; }
  .h_top .menu_btn{ margin-left: 26px; }
  .h_top .menu_btn small{ width: 36px; height: 3px; }
  .h_top .menu_btn small:nth-child(2){ margin:8px 0; width: 26px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 36px; }
}
@media only screen and (max-width: 1400px){
  .h_top .logo{ width: 300px; }
  .h_top .nav{ padding-right: 30px; }
  .h_top .nav li .yiji{ margin:0 16px; }
  .h_top .search_btn, .h_top .lange_btn{ font-size: 24px; }
  .h_top .menu_btn{ margin-left: 24px; }
  .h_top .menu_btn small{ width: 34px; height: 3px; }
  .h_top .menu_btn small:nth-child(2){ margin:7px 0; width: 24px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 34px; }
  .h_top .right{height: 90px}
}
@media only screen and (max-width: 1200px){
  .h_top{ position: static; }
  .h_top .logo{ width: 260px; }
  .h_top .nav{ padding-right: 20px; }
  .h_top .nav li .yiji{ font-size: 14px; margin:0 10px; }
  .h_top .search_btn, .h_top .lange_btn{ font-size: 22px; }
  .h_top .menu_btn{ margin-left: 20px; }
  .h_top .menu_btn small{ width: 32px; height: 2px; }
  .h_top .menu_btn small:nth-child(2){ margin:7px 0; width: 22px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 32px; }
  .h_top .right{height: 75px}
}
@media only screen and (max-width: 992px){
  .h_top .logo{ width: 260px; }
  .h_top .nav{ display: none; }
  .h_top .search_btn, .h_top .lange_btn{ font-size: 20px; }
  .h_top .menu_btn{ margin-left: 20px; }
  .h_top .menu_btn small{ width: 32px; height: 2px; }
  .h_top .menu_btn small:nth-child(2){ margin:7px 0; width: 22px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 32px; }
}
@media only screen and (max-width: 768px){
  .h_top .logo{ width: 200px; }
  .h_top .search_btn, .h_top .lange_btn{ font-size: 18px; }
  .h_top .menu_btn{ margin-left: 18px; }
  .h_top .menu_btn small{ width: 30px; height: 2px; }
  .h_top .menu_btn small:nth-child(2){ margin:7px 0; width: 20px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 30px; }
}
/*@media only screen and (max-width: 640px){
  .h_top .logo{ width: 190px; }
  .h_top .search_btn, .h_top .lange_btn{ font-size: 17px; }
  .h_top .menu_btn{ margin-left: 17px; }
  .h_top .menu_btn small{ width: 28px; height: 2px; }
  .h_top .menu_btn small:nth-child(2){ margin:6px 0; width: 18px; transition: all .3s; }
  .h_top .menu_btn:hover small:nth-child(2){ width: 28px; }
}*/
@media only screen and (max-width: 576px){
   .h_top .right{height:50px}
   .h_top .logo{ width: 180px; }
   .h_top .menu_btn{ margin-left: 16px; }
   .h_top .menu_btn small{ width: 26px; height: 2px; }
   .h_top .menu_btn small:nth-child(2){ margin:6px 0; width: 16px; transition: all .3s; }
   .h_top .menu_btn:hover small:nth-child(2){ width: 26px; }
}

/*pro-sublist*/
.pro-sublist{width:100%;background: rgba(255,255,255,.9);padding:35px 0;position: absolute;top:110px;left:0;z-index: 99;display: none;height: calc(100vh - 110px);}
.pro-sublist .inner{height: 100%}
.pro-sublist .drop-box{overflow:hidden;width:100%;display: flex;flex-direction: row;justify-content: space-between;height: 100%}
.pro-sublist .drop-left{width:calc(100% - 390px);height: 100%;overflow-y: scroll}
.pro-sublist .drop-left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.pro-sublist .drop-left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
  background   : rgba(6,67,159,.5);
}
.pro-sublist .drop-left::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
}
.pro-sublist .drop-left .erji{color:#333333;font-size:20px;display: block;margin: 15px 0;}
.pro-sublist .drop-left .erji:hover{color:var(--zhu-color);}
.pro-sublist .drop-left ul{width:100%;overflow: hidden;margin-top: 26px;}
.pro-sublist .drop-left ul a{width:23%;margin:0 2% 1.5% 0;display:block;border:solid 1px #e1e1e1;border-radius: 10px;float: left;overflow: hidden;transition: all .5s}
.pro-sublist .drop-left ul a .bg{height: 90px;width:100%;}
.pro-sublist .drop-left ul a .tt{display: flex;flex-direction: row;padding:8px 25px;background: #fff;align-items: center;}
.pro-sublist .drop-left ul a .tt i{color:#cdcdcd;font-size:24px;opacity: 0;transition: all .5s;line-height: 1}
.pro-sublist .drop-left ul a .tt p{width:calc(100% - 20px);font-size:16px;color:#666666;}
.pro-sublist .drop-left ul a:hover .tt i{opacity: 1}
.pro-sublist .drop-right{width:375px;padding:0 15px;}
.pro-sublist .drop-right b{color:#333333;font-size:20px;display: block;margin-top: 15px;}
.pro-sublist .drop-right ul{display: flex;flex-direction: column;padding:20px 0;}
.pro-sublist .drop-right ul li{display: flex;flex-direction: row;justify-content: space-between;padding:6px 0;align-items: flex-start;}
.pro-sublist .drop-right ul li i{color:var(--zhu-color);font-size:24px;line-height: 1}
.pro-sublist .drop-right ul li p{width:calc(100% - 30px);font-size:14px;}
.pro-sublist .drop-right .md{margin-top: 30px}
.pro-sublist .drop-right .bd{margin-top: 30px}
.pro-sublist .drop-right .bd > div{display: flex;flex-direction:row;align-items: center;}
.pro-sublist .drop-right .bd > div b{margin-top: 0}
.pro-sublist .drop-right .bd > div span{height: 1px;background: #333333;display: block;width:60px;margin:0 5px;}
.pro-sublist .drop-right .bd > div small{color:#333333;font-size:16px;}
@media(max-width:1400px){
  .pro-sublist{top:90px;height: calc(100vh - 90px);}
}
@media(max-width: 1200px){
  .pro-sublist{top:75px;height: calc(100vh - 75px);}
  .pro-sublist .drop-left{width:calc(100% - 300px);}
  .pro-sublist .drop-left .erji{font-size:18px;}
  .pro-sublist .drop-left ul a .bg{height: 70px;}
  .pro-sublist .drop-left ul a .tt{padding:8px 10px;}
  .pro-sublist .drop-left ul a .tt p{font-size:14px;}
  .pro-sublist .drop-left ul a .tt i{font-size:20px;}
  .pro-sublist .drop-right{width:300px;}

}

/* search_box */
.search_box{ width: 100%; height: 100%; overflow: hidden; transition: ease .6s; transform: scale(.9,.9); opacity: 0; visibility: hidden; position: fixed; left: 0; top: -100%; z-index: 1001; background: #fff; box-sizing: border-box; }
.search_box .inner{ display: flex; flex-direction: column; justify-content: space-between; }
.search_box.on{ opacity:1; visibility:visible; transform:scale(1,1); top:0; z-index: 99999; }
.search_box .hd{ display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding:100px 0; }
.search_box .hd .logo img{ max-width: 100%; }
.search_box .hd .close{ opacity: 1; cursor: pointer; display: inline-flex; align-items: center; line-height: 1; padding:10px 24px; position: relative; border-radius: 30px; overflow: hidden; }
.search_box .hd .close i{ position: relative; z-index: 3; transition: all .35s; font-size: 20px; color: var(--zhu-color); line-height: 1; }
.search_box .hd .close span{ position: relative; z-index: 3; transition: all .35s; font-size: 24px; color: #333333; line-height: 1; margin-left: 5px; }
.search_box .hd .close::before{ content: ""; display: block; width: 0; height: 100%; background: var(--pei-color); position: absolute; left:0; top:0; transition: all 0.35s; z-index: 1; }
.search_box .hd .close:hover::before{ transition: all .35s; width: 100%; }
.search_box .hd .close:hover i, .search_box .hd .close:hover span{ transition: all .35s; color: #ffffff; }

.search_box .ct{ box-sizing: border-box; overflow: hidden; display: flex; flex-direction: column; align-items: center; }
.search_box .ct > b{ font-size: 30px; color: #333333; line-height: 1; margin-bottom: 120px; }
.search_box .ct > form{ width: 580px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #999999; padding:12px 0; }
.search_box .ct > form input{ width: calc(100% - 80px); font-size: 14px; color: #999999; line-height: 1; background: transparent; }
.search_box .ct > form button{ justify-content: flex-end; background: transparent; display: inline-flex; align-items: center; font-size: 16px; color: #333333; line-height: 1; }
.search_box .ct > form button span{ margin-right: 10px; font-size: 20px; color: #3e3e3e; line-height: 1; }
.search_box .ct > .keys{ width: 580px; display: flex; align-items: center; margin-top: 20px; }
.search_box .ct > .keys p{ display: flex; align-items: center; font-size: 16px; color: #999999; line-height: 1; }
.search_box .ct > .keys p span{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin-right: 7px; }
.search_box .ct > .keys div{ display: flex; align-items: center; }
.search_box .ct > .keys div a{ font-size: 12px; margin:0 3px; color: #999999; line-height: 1; transition: all .3s; }
.search_box .ct > .keys div a:hover{ transition: all .3s; color: var(--pei-color); }

.search_box .bd{ position: absolute; bottom:0; left: 0; width: 100%; background: #f7f7f7; box-sizing: border-box; padding:30px 0; }
.search_box .bd .inner{ display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.search_box .bd .inner > div{ display: inline-flex; align-items: center; margin:0 20px; }
.search_box .bd .inner > div i{ color: #726f70; font-size: 30px; line-height: 1; margin-right: 12px; }
.search_box .bd .inner b{ color: #333333; font-size: 18px; line-height: 1; font-weight: normal; }
#lizi2{ position: absolute; width: 100%; height: 60%; left:0; bottom:0; overflow: hidden; z-index: -1; }
#lizi2 canvas{ width: 100%!important; }
@media only screen and (max-width: 1600px){
  .search_box .hd{ padding:80px 15px; }
  .search_box .hd .logo{ width: 420px; }
  .search_box .hd .close{ padding:10px 24px; }
  .search_box .hd .close i{ font-size: 18px; }
  .search_box .hd .close span{ font-size: 22px; }
  .search_box .ct{ padding:0 15px; }
  .search_box .ct > b{ font-size: 28px; margin: 60px 0; }
  .search_box .ct > form{ width: 580px; padding:12px 0; }
  .search_box .ct > form input{ width: calc(100% - 80px); font-size: 14px; }
  .search_box .ct > form button{ font-size: 15px; }
  .search_box .ct > form button span{ margin-right: 10px; font-size: 18px; }
  .search_box .ct > .keys{ width: 580px; margin-top: 20px; }
  .search_box .ct > .keys p{ font-size: 15px; }
  .search_box .ct > .keys p span{ font-size: 22px; margin-right: 6px; }
  .search_box .bd{ padding:25px 0; }
  .search_box .bd .inner > div{ margin:0 18px; }
  .search_box .bd .inner > div i{ font-size: 28px; margin-right: 10px; }
  .search_box .bd .inner b{ font-size: 17px; }
}
@media only screen and (max-width: 1500px){
  .search_box .hd{ padding:60px 15px; }
  .search_box .hd .logo{ width: 380px; }
  .search_box .hd .close{ padding:10px 24px; }
  .search_box .hd .close i{ font-size: 16px; }
  .search_box .hd .close span{ font-size: 20px; }
  .search_box .ct > b{ font-size: 26px; margin: 55px 0; }
  .search_box .ct > form{ width: 580px; }
  .search_box .ct > form input{ width: calc(100% - 80px); font-size: 14px; }
  .search_box .ct > form button{ font-size: 14px; }
  .search_box .ct > form button span{ margin-right: 10px; font-size: 16px; }
  .search_box .ct > .keys{ width: 580px; }
  .search_box .ct > .keys p{ font-size: 14px; }
  .search_box .ct > .keys p span{ font-size: 20px; margin-right: 6px; }
  .search_box .bd{ padding:20px 0; }
  .search_box .bd .inner > div{ margin:0 16px; }
  .search_box .bd .inner > div i{ font-size: 26px; margin-right: 8px; }
  .search_box .bd .inner b{ font-size: 16px; }
}
@media only screen and (max-width: 1400px){
  .search_box .hd{ padding:40px 15px; }
  .search_box .hd .logo{ width: 340px; }
  .search_box .hd .close{ padding:9px 22px; }
  .search_box .hd .close i{ font-size: 14px; }
  .search_box .hd .close span{ font-size: 18px; }
  .search_box .bd{ padding:15px 0; }
  .search_box .bd .inner > div{ margin:0 14px; }
  .search_box .bd .inner > div i{ font-size: 22px; margin-right: 6px; }
  .search_box .bd .inner b{ font-size: 15px; }
}
@media only screen and (max-width: 1200px){
  .search_box .hd{ padding:20px 15px; }
  .search_box .hd .logo{ width: 300px; }
  .search_box .hd .close{ padding:8px 20px; }
  .search_box .hd .close i{ font-size: 14px; }
  .search_box .hd .close span{ font-size: 16px; }
  .search_box .bd{ padding:15px 0; }
  .search_box .bd .inner > div{ margin:0 12px; }
  .search_box .bd .inner > div i{ font-size: 18px; margin-right: 6px; }
  .search_box .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .search_box .hd{ padding:15px; }
  .search_box .hd .logo{ width: 260px; }
  .search_box .hd .close{ padding:8px 18px; }
  .search_box .hd .close i{ font-size: 12px; }
  .search_box .hd .close span{ font-size: 15px; }
  .search_box .ct{ padding:15px; border-top: 1px dashed #f1f1f1; }
  .search_box .bd{ padding:15px 0; }
  .search_box .bd .inner > div{ margin:0 8px; }
  .search_box .bd .inner > div i{ font-size: 14px; margin-right: 6px; }
  .search_box .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .search_box .hd .logo{ width: 240px; }
  .search_box .ct{ padding:15px; border-top: 1px dashed #f1f1f1; }
  .search_box .bd{ padding:15px 0; }
  .search_box .bd .inner{ display: flex; flex-direction: column; }
  .search_box .bd .inner > div{ margin:6px; }
  .search_box .bd .inner > div i{ font-size: 14px; margin-right: 6px; }
  .search_box .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .search_box .hd .logo{ width: 220px; }
  .search_box .bd .inner > div{ margin:0 4px; }
  .search_box .bd .inner > div i{ font-size: 13px; margin-right: 4px; }
  .search_box .bd .inner b{ font-size: 13px; }
  .search_box .ct > b{ font-size: 20px; margin: 50px 0; }
  .search_box .ct > form{ width: 100%; }
  .search_box .ct > form input{ font-size: 13px; }
  .search_box .ct > form button{ font-size: 13px; }
  .search_box .ct > form button span{ margin-right: 10px; font-size: 13px; }
  .search_box .ct > .keys{ width: 100%; }
  .search_box .ct > .keys p{ font-size: 13px; }
  .search_box .ct > .keys p span{ font-size: 15px; margin-right: 6px; }
}
@media only screen and (max-width: 576px){
  .search_box .inner{ padding:0; }
  .search_box .hd .logo{ width: 200px; }
  .search_box .bd{ padding:10px 0; }
  .search_box .bd .inner > b{ display: none; }
  .search_box .bd .inner > div{ margin:0 4px; }
  .search_box .bd .inner > div i{ font-size: 12px; margin-right: 4px; }
  .search_box .bd .inner b{ font-size: 12px; }
  .search_box .ct > b{ font-size: 18px; margin: 40px 0; }
  .search_box .ct > form{ width: 100%; }
  .search_box .ct > form input{ font-size: 13px; }
  .search_box .ct > form button{ font-size: 13px; }
  .search_box .ct > form button span{ margin-right: 10px; font-size: 13px; }
  .search_box .ct > .keys{ width: 100%; }
  .search_box .ct > .keys p{ font-size: 13px; }
  .search_box .ct > .keys p span{ font-size: 15px; margin-right: 6px; }
}
@media only screen and (max-width: 414px){
  .search_box .hd .logo{ width: 180px; }
  .search_box .bd .inner > div{ margin:5px 0; }
  .search_box .ct > b{ font-size: 16px; margin: 30px 0; }
  .search_box .ct > form{ width: 100%; }
  .search_box .ct > form input{ font-size: 12px; }
  .search_box .ct > form button{ font-size: 12px; }
  .search_box .ct > form button span{ margin-right: 10px; font-size: 12px; }
  .search_box .ct > .keys{ width: 100%; }
  .search_box .ct > .keys p{ font-size: 12px; }
  .search_box .ct > .keys p span{ font-size: 14px; margin-right: 6px; }
}

/*no-goods*/
.no-goods{ width: 100%; }
.no-goods,.no-network{padding:50px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}


/* 手机端菜单 */
.h_menu{ width: 100%; height: 100%; overflow: hidden; transition: ease .6s; transform: scale(.9,.9); opacity: 0; visibility: hidden; position: fixed; left: 0; top: -100%; z-index: 1001; background: #fff; box-sizing: border-box; }
.h_menu .inner{ display: flex; flex-direction: column; }
.h_menu.on{ opacity:1; visibility:visible; transform:scale(1,1); top:0; z-index: 99999; }
.h_menu .hd{ display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding:100px 0; }
.h_menu .hd .logo img{ max-width: 100%; }
.h_menu .hd .close{ opacity: 1; cursor: pointer; display: inline-flex; align-items: center; line-height: 1; padding:10px 24px; position: relative; border-radius: 30px; overflow: hidden; }
.h_menu .hd .close i{ position: relative; z-index: 3; transition: all .35s; font-size: 20px; color: var(--zhu-color); line-height: 1; }
.h_menu .hd .close span{ position: relative; z-index: 3; transition: all .35s; font-size: 24px; color: #333333; line-height: 1; margin-left: 5px; }
.h_menu .hd .close::before{ content: ""; display: block; width: 0; height: 100%; background: var(--pei-color); position: absolute; left:0; top:0; transition: all 0.35s; z-index: 1; }
.h_menu .hd .close:hover::before{ transition: all .35s; width: 100%; }
.h_menu .hd .close:hover i, .h_menu .hd .close:hover span{ transition: all .35s; color: #ffffff; }
.h_menu .ct{ box-sizing: border-box; overflow: hidden;}
.h_menu .menu_nav{ display: flex; align-items: flex-start; justify-content: space-between; }
.h_menu .menu_nav > li > a{ transition: all .35s; font-size: 30px; color: #333333; line-height: 1; font-weight: bold; margin-bottom: 20px; display: block; }
.h_menu .menu_nav > li > a:hover{ transition: all .35s; color: var(--zhu-color); }
.h_menu .menu_nav .d_nav a{ transition: all .35s; position: relative; font-size: 18px; color: #333333; line-height: 2; padding:5px 0; display: inline-block; }
.h_menu .menu_nav .d_nav a::before{ transition: all .35s; content: ""; display: block; width: 0; height: 2px; background: var(--zhu-color); position: absolute; left:0; bottom:0; }
.h_menu .menu_nav .d_nav a:hover::before{ transition: all .35s; width: 100%; }
.h_menu .bd{ position: absolute; bottom:0; left: 0; width: 100%; background: #f7f7f7; box-sizing: border-box; padding:30px 0; }
.h_menu .bd .inner{ display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.h_menu .bd .inner > div{ display: inline-flex; align-items: center; margin:0 20px; }
.h_menu .bd .inner > div i{ color: #726f70; font-size: 30px; line-height: 1; margin-right: 12px; }
.h_menu .bd .inner b{ color: #333333; font-size: 18px; line-height: 1; font-weight: normal; }
#lizi{ position: absolute; width: 100%; height: 60%; left:0; bottom:0; overflow: hidden; z-index: -1; }
#lizi canvas{ width: 100%!important; }
@media only screen and (max-width: 1600px){
  .h_menu .hd{ padding:80px 15px; }
  .h_menu .hd .logo{ width: 420px; }
  .h_menu .hd .close{ padding:10px 24px; }
  .h_menu .hd .close i{ font-size: 18px; }
  .h_menu .hd .close span{ font-size: 22px; }
  .h_menu .ct{ padding:0 15px; }
  .h_menu .menu_nav > li > a{ font-size: 26px; margin-bottom: 18px; }
  .h_menu .menu_nav .d_nav a{ font-size: 16px; padding:5px 0; }
  .h_menu .bd{ padding:25px 0; }
  .h_menu .bd .inner > div{ margin:0 18px; }
  .h_menu .bd .inner > div i{ font-size: 28px; margin-right: 10px; }
  .h_menu .bd .inner b{ font-size: 17px; }
}
@media only screen and (max-width: 1500px){
 /* .h_menu .hd{ padding:60px 15px; }*/
  .h_menu .hd .logo{ width: 380px; }
  .h_menu .hd .close{ padding:10px 24px; }
  .h_menu .hd .close i{ font-size: 16px; }
  .h_menu .hd .close span{ font-size: 20px; }
  .h_menu .ct{ padding-top: 100px }
  .h_menu .menu_nav > li > a{ font-size: 22px; margin-bottom: 16px; }
  .h_menu .menu_nav .d_nav a{ font-size: 15px; padding:4px 0; }
  .h_menu .bd{ padding:20px 0; }
  .h_menu .bd .inner > div{ margin:0 16px; }
  .h_menu .bd .inner > div i{ font-size: 26px; margin-right: 8px; }
  .h_menu .bd .inner b{ font-size: 16px; }
}
@media only screen and (max-width: 1400px){
  /*.h_menu .hd{ padding:40px 15px; }*/
  .h_menu .hd .logo{ width: 340px; }
  .h_menu .hd .close{ padding:9px 22px; }
  .h_menu .hd .close i{ font-size: 14px; }
  .h_menu .hd .close span{ font-size: 18px; }
  .h_menu .menu_nav > li > a{ font-size: 18px; margin-bottom: 14px; }
  .h_menu .menu_nav .d_nav a{ font-size: 14px; padding:3px 0; }
  .h_menu .bd{ padding:15px 0; }
  .h_menu .bd .inner > div{ margin:0 14px; }
  .h_menu .bd .inner > div i{ font-size: 22px; margin-right: 6px; }
  .h_menu .bd .inner b{ font-size: 15px; }
}
@media only screen and (max-width: 1200px){
  /*.h_menu .hd{ padding:20px 15px; }*/
  .h_menu .hd .logo{ width: 300px; }
  .h_menu .hd .close{ padding:8px 20px; }
  .h_menu .hd .close i{ font-size: 14px; }
  .h_menu .hd .close span{ font-size: 16px; }
  .h_menu .menu_nav > li > a{ font-size: 18px;  }
  .h_menu .menu_nav .d_nav a{ font-size: 14px; padding:3px 0; }
  .h_menu .bd{ padding:15px 0; }
  .h_menu .bd .inner > div{ margin:0 12px; }
  .h_menu .bd .inner > div i{ font-size: 18px; margin-right: 6px; }
  .h_menu .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .h_menu .hd{ padding:15px; }
  .h_menu .hd .logo{ width: 260px; }
  .h_menu .hd .close{ padding:8px 18px; }
  .h_menu .hd .close i{ font-size: 12px; }
  .h_menu .hd .close span{ font-size: 15px; }

  .h_menu .menu_nav .d_nav a{ font-size: 14px; padding:2px 0; }
  .h_menu .ct{ padding:100px 15px 15px; border-top: 1px dashed #f1f1f1; }
  .h_menu .bd{ padding:15px 0; }
  .h_menu .bd .inner > div{ margin:0 8px; }
  .h_menu .bd .inner > div i{ font-size: 14px; margin-right: 6px; }
  .h_menu .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .h_menu .hd .logo{ width: 240px; }
  .h_menu .menu_nav{ display: flex; flex-wrap: wrap;justify-content: flex-start; }
  .h_menu .menu_nav > li{ width: 33.3%; display: flex; align-items: center; justify-content: center; }
  .h_menu .menu_nav > li > a{ font-size: 16px; margin: 15px 0; }
  .h_menu .menu_nav .d_nav{ display: none; }
  .h_menu .ct{  border-top: 1px dashed #f1f1f1; }
  .h_menu .bd{ padding:15px 0; }
  .h_menu .bd .inner{ display: flex; flex-direction: column; }
  .h_menu .bd .inner > div{ margin:6px; }
  .h_menu .bd .inner > div i{ font-size: 14px; margin-right: 6px; }
  .h_menu .bd .inner b{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .h_menu .hd .logo{ width: 220px; }
  .h_menu .menu_nav > li > a{ font-size: 15px; margin: 15px 0; }
  .h_menu .bd .inner > div i{ font-size: 13px; margin-right: 4px; }
  .h_menu .bd .inner b{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .h_menu .inner{ padding:0; }
  .h_menu .hd .logo{ width: 200px; }
  .h_menu .menu_nav > li > a{ font-size: 14px; margin: 12px 0; }
  .h_menu .bd{ padding:10px 0; }
  /* .h_menu .bd .inner{ display: flex; flex-direction: column; align-items: center; } */
  .h_menu .bd .inner > b{ display: none; }
  .h_menu .bd .inner > div i{ font-size: 12px; margin-right: 4px; }
  .h_menu .bd .inner b{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .h_menu .hd .logo{ width: 180px; }
}

/* banner */
.banner{ position: relative; overflow: hidden; }
#banner{ overflow: hidden; position: relative; width: 100%; height: 100vh; --swiper-theme-color: #fff; }
#banner .swiper-slide-active .scaleBg{visibility: visible;-webkit-animation:scale-bg 3s linear forwards;animation:scale-bg 3s linear forwards;}
#banner .swiper-slide{ width: 100%!important; position: relative; }
#banner .swiper-slide a{ display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
#banner .swiper-slide a > img{ transition:2s ease; width: 100%; height: 100%; object-fit: cover; }
#banner .swiper-slide::before{ content: ""; display: block; width: 1px; height: 100%; background: rgba(255, 255, 255, .5); position: absolute; right:14%; top:0; z-index: 33; }

#banner .swiper-slide:nth-child(1) a > img { transform:scale(1.1); }
#banner .swiper-slide:nth-child(2) a > img { transform:scale(1.1); }
#banner .swiper-slide:nth-child(3) a > img { transform:scale(1.1); }
#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 a .banner_box{ display: flex; align-items: flex-start; flex-direction: column; justify-content: center; z-index: 33; width: 1600px; height: 100%; position: absolute; top:0; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#banner a .banner_box .b1_p{ font-size: 30px; color: #ffffff; line-height: 1; }
#banner a .banner_box .b1_tit{ font-size: 60px; color: #ffffff; font-weight: bold; line-height: 1; margin:20px 0 40px; }
#banner a .banner_box .b1_hr{ display: block; width: 201px; height: 6px; background: url(../images/b1_hr.png) no-repeat left center; }
#banner a .banner_box .b1_list{ margin-top: 16px; display: flex; flex-wrap: wrap; max-width:800px; }
#banner a .banner_box .b1_list li{ width: 180px; margin:10px 0; display: inline-flex; align-items: center; }
#banner a .banner_box .b1_list li i{ display: inline-block; width: 30px; height: 30px; background: url(../images/ico_shape.png) no-repeat left center; margin-right: 12px; }
#banner a .banner_box .b1_list li small{ font-size: 18px; color: #ffffff; line-height: 1; }
#banner a .banner_box .b1_dsc{ margin-top: 16px; font-size: 18px; color: #ffffff; line-height: 1.6; }
#banner a .banner_box .b3_p{color:#000000;}
#banner a .banner_box .b3_tit{color:#171a28;}
#banner a .banner_box .b3_hr{background: #171a28}
#banner a .banner_box .b3_dsc{color:#333333;}


#banner .swiper-pagination{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 10px; height: 100%; position: absolute; left:auto; top:0; right:11%; }
#banner .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px; margin:5px 0; background: rgba(255, 255, 255, .6); opacity: 1; transition: all .3s; border-radius: 5px; }
#banner .swiper-pagination .swiper-pagination-bullet-active{ height: 50px; background: rgba(255, 255, 255, 1); transition: all .3s; }
#banner .swiper-button-next, #banner .swiper-button-prev{ display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; line-height: 1; z-index: 35; }
#banner .swiper-button-next::after, #banner .swiper-button-prev::after{ display: none; }
#banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 50px; line-height: 1; transition: all .3s; color: #ffffff; }
#banner .swiper-button-next:hover span, #banner .swiper-button-prev:hover span{ transition: all .3s; color: var(--zhu-color); }
#banner .swiper-button-next { right: 10%; top:auto; bottom:120px; }
#banner .swiper-button-prev { right:10%; left: auto; top:auto; bottom:60px; }
@-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); }}

/* scroll_down */
.scroll_down{ position: absolute; width: 20px; bottom: 60px; left: 10%; display: flex; flex-direction: column; }
.scroll_down small{ text-transform: uppercase; color: #fff; display: block; font-family: arial; writing-mode: tb; line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; z-index: 33; } 
.scroll_down span{ position: relative; right:21px; z-index: 33; font-size: 60px; color: #ffffff; line-height: 1; }

@media only screen and (max-width: 1900px){
  #banner .swiper-pagination{ width: 9px; height: 100%; right:8%; }
  #banner .swiper-pagination .swiper-pagination-bullet{ width: 9px; height: 9px; margin:5px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 48px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 48px; height: 48px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 48px;}
  #banner .swiper-button-next { right:7%; bottom:120px; }
  #banner .swiper-button-prev { right:7%; bottom:60px; }
  /* .scroll_down{ left:7%; bottom:50px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 15px; } 
  .scroll_down span{ right:8px; font-size: 34px; } */
  .scroll_down{ left:7%; bottom:50px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; } 
  .scroll_down span{ right:21px; font-size: 60px; }
  #banner a .banner_box .b1_p{ font-size: 27px; }
  #banner a .banner_box .b1_tit{ font-size: 56px; margin:20px 0 40px; }
  #banner a .banner_box .b1_hr{ width: 196px; height: 6px; background-size: 100%; }
  #banner a .banner_box .b1_list{ margin-top: 15px; max-width:800px; }
  #banner a .banner_box .b1_list li{ width: 180px; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 29px; height: 29px; margin-right: 11px; background-size: 100%; }
  #banner a .banner_box .b1_list li small{ font-size: 17px; }
  #banner a .banner_box .b1_dsc{ margin-top: 15px; font-size: 17px; }
}
@media only screen and (max-width: 1800px){
  #banner .swiper-pagination{ width: 8px; height: 100%; right:6.3%; }
  #banner .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px; margin:5px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 46px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 46px; height: 46px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 46px;}
  #banner .swiper-button-next { right:5%; bottom:120px; }
  #banner .swiper-button-prev { right:5%; bottom:60px; }
  /* .scroll_down{ left:5%; bottom:40px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 14px; } 
  .scroll_down span{ right:8px; font-size: 32px; } */
  .scroll_down{ left:5%; bottom:40px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; } 
  .scroll_down span{ right:21px; font-size: 60px; }
  #banner a .banner_box .b1_p{ font-size: 26px; }
  #banner a .banner_box .b1_tit{ font-size: 52px; margin:18px 0 38px; }
  #banner a .banner_box .b1_hr{ width: 190px; height: 6px; }
  #banner a .banner_box .b1_list{ margin-top: 14px; max-width:800px; }
  #banner a .banner_box .b1_list li{ width: 170px; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 28px; height: 28px; margin-right: 10px; }
  #banner a .banner_box .b1_list li small{ font-size: 16px; }
  #banner a .banner_box .b1_dsc{ margin-top: 14px; font-size: 16px; }
}
@media only screen and (max-width: 1700px){
  #banner .swiper-pagination{ width: 7px; height: 100%; right:4.2%; }
  #banner .swiper-pagination .swiper-pagination-bullet{ width: 7px; height: 7px; margin:5px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 44px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 44px; height: 44px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 44px;}
  #banner .swiper-button-next { right:3%; bottom:12px; }
  #banner .swiper-button-prev { right:3%; bottom:60px; }
  /* .scroll_down{ left:3%; bottom:30px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 8px; font-size: 13px; } 
  .scroll_down span{ right:6px; font-size: 30px; } */
  .scroll_down{ left:3%; bottom:30px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; } 
  .scroll_down span{ right:21px; font-size: 60px; }
  #banner a .banner_box .b1_p{ font-size: 25px; }
  #banner a .banner_box .b1_tit{ font-size: 48px; margin:16px 0 36px; }
  #banner a .banner_box .b1_hr{ width: 180px; height: 6px; }
  #banner a .banner_box .b1_list{ margin-top: 14px; max-width:50%; }
  #banner a .banner_box .b1_list li{ width: 170px; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 27px; height: 27px; margin-right: 9px; }
  #banner a .banner_box .b1_list li small{ font-size: 15px; }
  #banner a .banner_box .b1_dsc{ margin-top: 14px; font-size: 15px; }
}
@media only screen and (max-width: 1600px){
  #banner a .banner_box{ width: 100%; padding:0 15px; }
  #banner .swiper-pagination{ width: 6px; height: 100%; right:35px; }
  #banner .swiper-pagination .swiper-pagination-bullet{ width: 6px; height: 6px; margin:5px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 42px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 42px; height: 42px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 42px;}
  #banner .swiper-button-next { right:15px; bottom:65px; }
  #banner .swiper-button-prev { right:15px; bottom:15px; }
  /* .scroll_down{ left:15px; bottom:15px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 1px; margin-bottom: 6px; font-size: 12px; } 
  .scroll_down span{ right:4px; font-size: 28px; } */
  .scroll_down{ left:15px; bottom:15px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; } 
  .scroll_down span{ right:21px; font-size: 60px; }
  #banner a .banner_box .b1_p{ font-size: 24px; }
  #banner a .banner_box .b1_tit{ font-size: 44px; margin:14px 0 34px; }
  #banner a .banner_box .b1_hr{ width: 170px; height: 6px; }
  #banner a .banner_box .b1_list{ margin-top: 13px; max-width:50%; }
  #banner a .banner_box .b1_list li{ width: 160px; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 26px; height: 26px; margin-right: 8px; }
  #banner a .banner_box .b1_list li small{ font-size: 14px; }
  #banner a .banner_box .b1_dsc{ margin-top: 13px; font-size: 14px; }
  #banner .swiper-slide::before{ right:5%; }
}
@media only screen and (max-width: 1400px){
  #banner .swiper-pagination{ width: 5px; height: 100%; right:35px; }
  #banner .swiper-pagination .swiper-pagination-bullet{ width: 5px; height: 5px; margin:5px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 40px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 40px; height: 40px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 40px;}
  #banner .swiper-button-next { right:15px; bottom:65px; }
  #banner .swiper-button-prev { right:15px; bottom:15px; }
  /* .scroll_down small{ line-height: 20px; letter-spacing: 0; margin-bottom: 5px; font-size: 12px; } 
  .scroll_down span{ right:2px; font-size: 24px; } */
  .scroll_down small{ line-height: 20px; letter-spacing: 2px; margin-bottom: 10px; font-size: 18px; } 
  .scroll_down span{ right:21px; font-size: 60px; }
  #banner a .banner_box .b1_p{ font-size: 30px; }
  #banner a .banner_box .b1_tit{ font-size: 60px; margin:12px 0 30px; }
  #banner a .banner_box .b1_hr{ width: 160px; height: 6px; }
  #banner a .banner_box .b1_list{ margin-top: 12px; max-width:60%; }
  #banner a .banner_box .b1_list li{ width: 150px; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 25px; height: 25px; margin-right: 7px; }
  #banner a .banner_box .b1_list li small{ font-size: 18px; }
  #banner a .banner_box .b1_dsc{ margin-top: 12px; font-size: 18px; }
  #banner .swiper-slide::before{ right:6%; }
}
@media only screen and (max-width:1200px){
  #banner{ height: 500px; }
  #banner a .banner_box{ align-items: center; }
  #banner .swiper-pagination{ right:35px; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 35px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 35px; height: 35px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 35px;}
  #banner .swiper-button-next{ bottom:60px; }
  .scroll_down small{ line-height: 20px; letter-spacing: 0; margin-bottom: 5px; font-size: 12px; } 
  .scroll_down span{ right:2px; font-size: 24px; }
  #banner a .banner_box .b1_p{ font-size: 22px; }
  #banner a .banner_box .b1_tit{ font-size: 36px; margin:12px 0 30px; }
  #banner a .banner_box .b1_hr{ width: 150px; height: 5px; }
  #banner a .banner_box .b1_list{ margin: 12px auto 0; max-width:60%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:10px 0; display: flex; align-items: center; justify-content: center; }
  #banner a .banner_box .b1_list li i{ width: 20px; height: 20px; margin-right: 6px; }
  #banner a .banner_box .b1_list li small{ font-size: 12px; }
  #banner a .banner_box .b1_dsc{ margin: 12px auto 0; font-size: 12px; }
}
@media only screen and (max-width:992px){
  #banner .swiper-pagination{ right:28px; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 30px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 30px; height: 30px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 30px;}
  #banner .swiper-button-next{ bottom:55px; }
  #banner a .banner_box .b1_p{ font-size: 22px; }
  #banner a .banner_box .b1_tit{ font-size: 32px; margin:12px 0 28px; }
  #banner a .banner_box .b1_hr{ width: 140px; height: 4px; }
  #banner a .banner_box .b1_list{ margin: 12px auto 0; max-width:60%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:10px 0; }
  #banner a .banner_box .b1_list li i{ width: 18px; height: 18px; margin-right: 5px; }
  #banner a .banner_box .b1_list li small{ font-size: 12px; }
  #banner a .banner_box .b1_dsc{ margin: 12px auto 0; }
  #banner .swiper-slide::before{ right:8%; }
}
@media only screen and (max-width:768px){
  #banner{ height: 350px; }

  #banner .swiper-pagination{ right:25px; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 25px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 25px; height: 25px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 25px;}
  #banner .swiper-button-next{ bottom:50px; }
  .scroll_down{ left:10px; }
  #banner a .banner_box .b1_p{ font-size: 20px; }
  #banner a .banner_box .b1_tit{ font-size: 28px; margin:10px 0 20px; }
  #banner a .banner_box .b1_hr{ width: 130px; height: 4px; }
  #banner a .banner_box .b1_list{ margin: 12px auto 0; max-width:60%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:5px 0; }
  #banner a .banner_box .b1_list li i{ width: 16px; height: 16px; margin-right: 5px; }
  #banner a .banner_box .b1_list li small{ font-size: 12px; }
  #banner a .banner_box .b1_dsc{ margin: 12px auto 0; }
  #banner .swiper-slide::before{ right:10%; }
}
@media only screen and (max-width:640px){
  #banner .swiper-pagination{ right:22px; }
  #banner .swiper-pagination .swiper-pagination-bullet{ margin:4px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 20px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 20px; height: 20px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 20px;}
  #banner .swiper-button-next{ bottom:40px; }
  #banner a .banner_box .b1_p{ font-size: 18px; }
  #banner a .banner_box .b1_tit{ font-size: 24px; margin:8px 0 16px; }
  #banner a .banner_box .b1_hr{ width: 120px; height: 3px; }
  #banner a .banner_box .b1_list{ margin: 12px auto 0; max-width:60%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:5px 0; }
  #banner a .banner_box .b1_list li i{ width: 14px; height: 14px; }
  #banner a .banner_box .b1_dsc{ margin: 12px auto 0; }
  #banner .swiper-slide::before{ display: none; }
}
@media only screen and (max-width:576px){
   #banner{ height: 260px; }

  #banner .swiper-pagination{ right:20px; }
  #banner .swiper-pagination .swiper-pagination-bullet{ margin:3px 0; }
  #banner .swiper-pagination .swiper-pagination-bullet-active{ height: 15px; }
  #banner .swiper-button-next, #banner .swiper-button-prev{ width: 15px; height: 15px; }
  #banner .swiper-button-next span, #banner .swiper-button-prev span{ font-size: 15px;}
  #banner .swiper-button-next{ bottom:35px; }
  .scroll_down small{ display: none; }
  #banner a .banner_box .b1_p{ font-size: 16px; }
  #banner a .banner_box .b1_tit{ font-size: 20px; margin:8px 0 16px; }
  #banner a .banner_box .b1_hr{ width: 110px; height: 2px; }
  #banner a .banner_box .b1_list{ margin: 10px auto 0; max-width:80%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:4px 0; }
  #banner a .banner_box .b1_list li i{ width: 12px; height: 12px; }
  #banner a .banner_box .b1_dsc{ margin: 10px auto 0; }
}
@media only screen and (max-width:414px){
  #banner .swiper-pagination{ right:15px; }
  #banner .swiper-pagination .swiper-pagination-bullet{ margin:3px 0; }
  #banner .swiper-button-next { right:10px; bottom:30px; }
  #banner .swiper-button-prev { right:10px; bottom:10px; }
  .scroll_down{ left:8px; bottom: 10px; }
  #banner a .banner_box .b1_p{ font-size: 14px; }
  #banner a .banner_box .b1_tit{ font-size: 17px; margin:6px 0 12px; }
  #banner a .banner_box .b1_hr{ width: 100px; height: 2px; }
  #banner a .banner_box .b1_list{ margin: 6px auto 0; max-width:90%; }
  #banner a .banner_box .b1_list li{ width: 25%; margin:4px 0; }
  #banner a .banner_box .b1_list li i{ width: 10px; height: 10px; }
  #banner a .banner_box .b1_dsc{ margin: 6px auto 0; }
}

.banner_more { position: absolute; width: 1px; height: 60px; bottom: 0px; left: 50%; background: rgba(255, 255, 255, 0.2); z-index: 2; }
.banner_more span { position: absolute; top: -59px; left: 50%; transform: translateX(-50%); color: rgb(255, 255, 255); font-size: 16px; cursor: pointer; display: block; line-height: 60px; white-space: nowrap; }
.banner_more span a{ color: #fff; }
.banner_more::before { position: absolute; content: ""; width: 9px; height: 9px; left: -4px; top: 0px; z-index: 2; background: rgb(255, 255, 255); border-radius: 5px; animation: 2s ease 0s infinite normal none running ani_move; }

@keyframes ani_move { 

  0%{top:0;opacity: 1}
  100%{top:60px;opacity: 0}
}
@media only screen and (max-width:1600px){
  /*.banner_more { height: 120px; }*/
  .banner_more span { top: -59px; font-size: 16px; line-height: 60px; }
  .banner_more::before { width: 8px; height: 8px; left: -4px; border-radius: 5px; }

}
@media only screen and (max-width:1500px){
  /*.banner_more { height: 110px; }*/

}
@media only screen and (max-width:1400px){
  /*.banner_more { height: 100px; }*/

}
@media only screen and (max-width:1200px){
  /*.banner_more { height: 90px; }*/

}
@media only screen and (max-width:992px){
  /*.banner_more { height: 80px; }*/
  
}
@media only screen and (max-width:768px){
  /*.banner_more { height: 70px; }*/
  .banner_more span { font-size: 15px; top: -49px; line-height: 50px; }


}
@media only screen and (max-width:640px){
  .banner_more { height: 60px; }
  .banner_more span { font-size: 14px; top: -39px; line-height: 40px; }
  .banner_more::before { width: 6px; height: 6px; left: -2.5px; border-radius: 5px; }


}
@media only screen and (max-width:576px){
  .banner_more { height: 50px; }
  .banner_more span { font-size: 13px; top: -29px; line-height: 30px; }
  .banner_more::before { width: 4px; height: 4px; left: -1.2px; border-radius: 5px; }
   @keyframes ani_move { 

    0%{top:0;opacity: 1}
    100%{top:50px;opacity: 0}
  }
  
}
@media only screen and (max-width:414px){
  .banner_more { height: 40px; }
  .banner_more span { font-size: 12px; }
  .banner_more::before { width: 3px; height: 3px; left: -1px; border-radius: 5px; }
   @keyframes ani_move { 

    0%{top:0;opacity: 1}
    100%{top:40px;opacity: 0}
  }
}

/* m_about */
.m_about{ overflow: hidden; padding:60px 0; }
.m_about .hd{ text-align: center; position: relative; }
.m_about .hd span{  font-weight: bold; font-family: "ALO"; letter-spacing: 15px; font-size: 200px; color: rgba(133, 133, 133, .05); line-height: 1; text-transform: uppercase; }
.m_about .hd b{ width: 100%; font-size: 50px; color: #333333; line-height: 1; display: inline-block; position: absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.m_about .bd{ box-sizing: border-box; padding:0 8%; width: 100%; text-align: center; }
.m_about .bd > p{ margin:48px 0; font-size: 15px; color: #333333; line-height: 2; }
.m_about .bd ul{ display: flex; align-items: center; justify-content: space-between; }
.m_about .bd li{ display: flex; flex-direction: column; }
.m_about .bd li p{ font-weight: bold; display: inline-flex; align-items: flex-start; color: var(--zhu-color); line-height: 1; }
.m_about .bd li p span{ font-size: 60px; }
.m_about .bd li p i{ font-size: 20px; margin-left: 20px; }
.m_about .bd li small{ text-align: left; line-height: 1; font-size: 16px; color: #333333; margin-top: 20px; }
@media only screen and (max-width: 1600px){
  .m_about{ padding:50px 0; }
  .m_about .hd span{ font-size: 160px; }
  .m_about .hd b{ font-size: 46px; }
  .m_about .bd{ padding:0 15px; }
  .m_about .bd > p{ margin:46px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 55px; }
  .m_about .bd li p i{ font-size: 18px; margin-left: 18px; }
  .m_about .bd li small{ font-size: 16px; margin-top: 18px; }
}
@media only screen and (max-width: 1500px){
  .m_about{ padding:40px 0; }
  .m_about .hd span{ font-size: 120px; }
  .m_about .hd b{ font-size: 42px; }
  .m_about .bd{ padding:0 15px; }
  .m_about .bd > p{ margin:42px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 50px; }
  .m_about .bd li p i{ font-size: 16px; margin-left: 16px; }
  .m_about .bd li small{ font-size: 16px; margin-top: 16px; }
}
@media only screen and (max-width: 1400px){
  .m_about{ padding:30px 0; }
  .m_about .hd span{ font-size: 80px; }
  .m_about .hd b{ font-size: 38px; }
  .m_about .bd{ padding:0 15px; }
  .m_about .bd > p{ margin:38px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 45px; }
  .m_about .bd li p i{ font-size: 15px; margin-left: 15px; }
  .m_about .bd li small{ font-size: 15px; margin-top: 15px; }
}
@media only screen and (max-width: 1200px){
  .m_about .hd span{ font-size: 40px; }
  .m_about .hd b{ font-size: 34px; }
  .m_about .bd{ padding:0 15px; }
  .m_about .bd > p{ margin:34px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 40px; }
  .m_about .bd li p i{ font-size: 15px; margin-left: 15px; }
  .m_about .bd li small{ font-size: 15px; margin-top: 15px; }
}
@media only screen and (max-width: 992px){
  .m_about .hd span{ font-size: 0; height: 30px; line-height: 1; }
  .m_about .hd b{ font-size: 30px; }
  .m_about .bd{ padding:0 15px; }
  .m_about .bd > p{ margin:30px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 35px; }
  .m_about .bd li p i{ font-size: 15px; margin-left: 15px; }
  .m_about .bd li small{ font-size: 15px; margin-top: 15px; }
}
@media only screen and (max-width: 768px){
  .m_about{ padding:25px 0; }
  .m_about .hd span{ height: 26px; }
  .m_about .hd b{ font-size: 26px; }
  .m_about .bd{ padding:0; }
  .m_about .bd > p{ margin:25px 0; font-size: 15px; }
  .m_about .bd li p span{ font-size: 30px; }
  .m_about .bd li p i{ font-size: 14px; margin-left: 10px; }
  .m_about .bd li small{ font-size: 14px; margin-top: 10px; }
}
@media only screen and (max-width: 640px){
  .m_about .hd span{ height: 22px; }
  .m_about .hd b{ font-size: 22px; }
  .m_about .bd > p{ margin:20px 0; font-size: 14px; }
  .m_about .bd li p span{ font-size: 25px; }
  .m_about .bd li p i{ font-size: 13px; margin-left: 8px; }
  .m_about .bd li small{ font-size: 13px; margin-top: 8px; }
}
@media only screen and (max-width: 576px){
  .m_about .hd span{ height: 18px; }
  .m_about .hd b{ font-size: 18px; }
  .m_about .bd > p{ margin:15px 0; font-size: 13px; }
  .m_about .bd li p span{ font-size: 20px; }
  .m_about .bd li p i{ font-size: 13px; margin-left: 6px; }
  .m_about .bd li small{ font-size: 13px; margin-top: 6px; }
}
@media only screen and (max-width: 414px){
  .m_about .hd span{ height: 16px; }
  .m_about .hd b{ font-size: 16px; font-weight: normal; }
  .m_about .bd > p{ margin:12px 0; font-size: 12px; }
  .m_about .bd li p span{ font-size: 15px; }
  .m_about .bd li p i{ font-size: 12px; margin-left: 4px; }
  .m_about .bd li small{ font-size: 12px; margin-top: 4px; }
}

/* m_video */
.m_video{ padding:190px 0; position: relative; overflow: hidden; background: url(../images/video_bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover;}
.m_video::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, .2); position: absolute; top:0; left:0; }
.m_video .inner{ display: flex; align-items: center; justify-content: center; }
.m_video a span{ position: relative; z-index: 3; /*display: inline-block;*/ font-size: 88px; color: #ffffff; line-height: 1; transition: all .3s; display: none;}
.m_video a:hover span{ transition: all .3s; transform: rotate(360deg); }
@media only screen and (max-width: 1600px){
  .m_video{ padding:180px 0;  }
  .m_video a span{ font-size: 84px; }
}
@media only screen and (max-width: 1500px){
  .m_video{ padding:170px 0;  }
  .m_video a span{ font-size: 80px; }
}
@media only screen and (max-width: 1400px){
  .m_video{ padding:160px 0;  }
  .m_video a span{ font-size: 76px; }
}
@media only screen and (max-width: 1200px){
  .m_video{ padding:150px 0;  }
  .m_video a span{ font-size: 72px; }
}
@media only screen and (max-width: 992px){
  .m_video{ padding:140px 0;  }
  .m_video a span{ font-size: 68px; }
}
@media only screen and (max-width: 768px){
  .m_video{ padding:130px 0;  }
  .m_video a span{ font-size: 64px; }
}
@media only screen and (max-width: 640px){
  .m_video{ padding:120px 0;  }
  .m_video a span{ font-size: 60px; }
}
@media only screen and (max-width: 576px){
  .m_video{ padding:110px 0;background-attachment: inherit;  }
  .m_video a span{ font-size: 56px; }
}
@media only screen and (max-width: 414px){
  .m_video{ padding:100px 0;  }
  .m_video a span{ font-size: 52px; }
}

/* m_tit */
.m_tit{ width: 100%; padding:15px 0; overflow: hidden; text-align: center; position: relative; }
.m_tit span{ text-transform: uppercase; font-size: 200px; color: rgba(133, 133, 133, .05); line-height: 1; font-weight: bold; letter-spacing: 15px; }
.m_tit b{ padding-bottom: 24px; font-size: 40px; color: #333333; line-height: 1; font-weight: bold; position: absolute; left:50%; top:50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.m_tit b::after{ content: ""; width: 110px; height: 8px; background: var(--zhu-color); border:0; position: absolute; bottom:0; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
@media only screen and (max-width: 1600px){
  .m_tit span{ font-size: 160px; letter-spacing: 13px; }
  .m_tit b{ padding-bottom: 23px; font-size: 38px; }
  .m_tit b::after{ width: 105px; height: 7px; }
}
@media only screen and (max-width: 1500px){
  .m_tit span{ font-size: 120px; letter-spacing: 11px; }
  .m_tit b{ padding-bottom: 22px; font-size: 36px; }
  .m_tit b::after{ width: 100px; height: 6px; }
}
@media only screen and (max-width: 1400px){
  .m_tit span{ font-size: 80px; letter-spacing: 9px; }
  .m_tit b{ padding-bottom: 21px; font-size: 32px; }
  .m_tit b::after{ width: 95px; height: 5px; }
}
@media only screen and (max-width: 1200px){
  .m_tit span{ font-size: 75px; letter-spacing: 7px; }
  .m_tit b{ padding-bottom: 20px; font-size: 30px; }
  .m_tit b::after{ width: 90px; height: 4px; }
}
@media only screen and (max-width: 992px){
  .m_tit span{ font-size: 70px; letter-spacing: 5px; }
  .m_tit b{ padding-bottom: 19px; font-size: 28px; }
  .m_tit b::after{ width: 85px; height: 3px; }
}
@media only screen and (max-width: 768px){
  .m_tit span{ font-size: 65px; letter-spacing: 3px; }
  .m_tit b{ padding-bottom: 18px; font-size: 26px; }
  .m_tit b::after{ width: 80px; height: 2px; }
}
@media only screen and (max-width: 640px){
  .m_tit span{ font-size: 60px; letter-spacing: 1px; }
  .m_tit b{ padding-bottom: 17px; font-size: 24px; }
  .m_tit b::after{ width: 75px; height: 1px; }
}
@media only screen and (max-width: 576px){
  .m_tit{ height: 38px; margin:12px 0; }
  .m_tit span{ display: none; }
  .m_tit b{ padding-bottom: 16px; font-size: 22px; }
}
@media only screen and (max-width: 414px){
  .m_tit{ height: 35px; margin:10px 0; }
  .m_tit b{ padding-bottom: 15px; font-size: 20px; }
}

/* m_product */
.m_product{ overflow: hidden; }
.pro_list{ display: flex; flex-wrap: wrap; overflow: hidden; align-items: flex-start; justify-content: space-between; }
.pro_list .lf, .pro_list .lc, .pro_list .lr{ width: calc(33.3% - 20px); }
.pro_list li a{ display: block; position: relative; overflow: hidden; border-radius: 15px; }
.pro_list li .img{ width: 100%; padding-bottom: 72%; overflow: hidden; position: relative; }
.pro_list li .img::before{ content: ""; display: block; width: 100%; height: 100%; /*background: rgba(0, 0, 0, .15);*/ position: absolute; top:0; left:0; z-index: 33; }
.pro_list li .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.pro_list li .img b{ font-weight: normal; position: absolute; z-index: 33; font-size: 24px; width: 100%; color: #ffffff; line-height: 1; position: absolute; bottom:50px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding:0 30px; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
.pro_list li .txt{ border-radius: 15px; width: 100%; height:100%; position: absolute; top:0; left:0; transition: all .3s; display: flex; flex-direction: column; align-items: center; justify-content: center; box-sizing: border-box; padding:65px; background: rgba(0, 83, 255, .50); opacity: 0; transform: scale(.8); }
.pro_list li .txt b{ font-size: 24px; color: #ffffff; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position: relative; z-index: 3; }
.pro_list li .txt p{ font-size: 15px; color: #ffffff; line-height: 2; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:30px 0 60px; position: relative; z-index: 3; }
.pro_list li .txt small{ display: inline-flex; align-items: center; font-size: 15px; color: #ffffff; line-height: 1; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid #fff; position: relative; z-index: 3; }
.pro_list li .txt small i{ font-size: 12px; color: #fff; line-height: 1; margin-left: 12px; }
.pro_list li:hover .txt{ transition: all .3s; opacity: 1; transform: scale(1); }
.pro_list li:hover .img b{ transition: all .3s; bottom: -100%; }
.pro_list .lf li:nth-child(1), .pro_list .lr li:nth-child(1){ margin-bottom: 30px; }
.pro_list .lc li .img{ padding-bottom: 150%; }
.pro_list .lc li .img img{object-fit: contain; }
.pro_list .bd{ margin-top: 30px; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.pro_list .bd li{ width: calc(50% - 15px); }
.pro_list .bd li .img{ padding-bottom: 46%; }
/*.pro_list2{display: none;}*/
@media only screen and (max-width: 1600px){
  .pro_list .lf, .pro_list .lc, .pro_list .lr{ width: calc(33.3% - 10px); }
  .pro_list li .img{ padding-bottom: 72%; }
  .pro_list li .img b{ font-size: 22px; bottom:50px; }
  .pro_list li .txt{ padding:60px; }
  .pro_list li .txt b{ font-size: 22px; }
  .pro_list li .txt p{ font-size: 14px; margin:28px 0 56px; }
  .pro_list li .txt small{ font-size: 14px; padding-bottom: 10px; }
  .pro_list li .txt small i{ font-size: 12px; margin-left: 10px; }
  .pro_list .lf li:nth-child(1), .pro_list .lr li:nth-child(1){ margin-bottom: 15px; }
  .pro_list .lc li .img{ padding-bottom: 147%; }
  .pro_list .bd{ margin-top: 15px; }
  .pro_list .bd li{ width: calc(50% - 7.5px); }
  .pro_list .bd li .img{ padding-bottom: 46%; }
}
@media only screen and (max-width: 1500px){
  .pro_list .lf, .pro_list .lc, .pro_list .lr{ width: calc(33.3% - 10px); }
  .pro_list li .img{ padding-bottom: 72%; }
  .pro_list li .img b{ font-size: 20px; bottom:40px; }
  .pro_list li .txt{ padding:55px; }
  .pro_list li .txt b{ font-size: 20px; }
  .pro_list li .txt p{ font-size: 13px; margin:26px 0 52px; }
  .pro_list li .txt small{ font-size: 13px; }
  .pro_list .lf li:nth-child(1), .pro_list .lr li:nth-child(1){ margin-bottom: 15px; }
  .pro_list .lc li .img{ padding-bottom: 147%; }
  .pro_list .bd{ margin-top: 15px; }
  .pro_list .bd li{ width: calc(50% - 7.5px); }
  .pro_list .bd li .img{ padding-bottom: 46%; }
}
@media only screen and (max-width: 1400px){
  .pro_list .lf, .pro_list .lc, .pro_list .lr{ width: calc(33.3% - 10px); }
  .pro_list li .img{ padding-bottom: 72%; }
  .pro_list li .img b{ font-size: 18px; bottom:30px; }
  .pro_list li .txt{ padding:50px; }
  .pro_list li .txt b{ font-size: 18px; }
  .pro_list li .txt p{ font-size: 12px; margin:24px 0 48px; }
  .pro_list li .txt small{ font-size: 12px; }
  .pro_list .lf li:nth-child(1), .pro_list .lr li:nth-child(1){ margin-bottom: 15px; }
  .pro_list .lc li .img{ padding-bottom: 147%; }
  .pro_list .bd{ margin-top: 15px; }
  .pro_list .bd li{ width: calc(50% - 7.5px); }
  .pro_list .bd li .img{ padding-bottom: 46%; }
}
@media only screen and (max-width: 1200px){
  .pro_list li .img b{ font-size: 16px; bottom:20px; }
  .pro_list li .txt{ padding:40px; }
  .pro_list li .txt b{ font-size: 16px; }
  .pro_list li .txt p{ font-size: 12px; margin:22px 0 44px; }
}
@media only screen and (max-width: 992px){
  .pro_list .lf, .pro_list .lc, .pro_list .lr{ width: calc(33.3% - 6px); }
  .pro_list li .img{ padding-bottom: 72%; }
  .pro_list li .img b{ font-size: 14px; bottom:15px; }
  .pro_list li .txt{ padding:30px; }
  .pro_list li .txt b{ font-size: 14px; }
  .pro_list li .txt p{ margin:20px 0; }
  .pro_list .lf li:nth-child(1), .pro_list .lr li:nth-child(1){ margin-bottom: 9px; }
  .pro_list .lc li .img{ padding-bottom: 147%; }
  .pro_list .bd{ margin-top: 9px; }
  .pro_list .bd li{ width: calc(50% - 4.5px); }
  .pro_list .bd li .img{ padding-bottom: 46%; }
}
@media only screen and (max-width: 768px){
  .pro_list{display: none;}
  .pro_list2{display: flex;flex-direction:row;justify-content: space-between;flex-wrap: wrap; }
  .pro_list2 a{width:46%;display: block;}
  .pro_list2 a .img{position: relative;width:100%;overflow:hidden;padding-bottom: 72%;}
  .pro_list2 a .img img{position: absolute;top:0;left:0;width:100%;height: 100%}
/*  .pro_list .lf, .pro_list .lr{ width: calc(100% - 10px);}
  .pro_list .lc{ width:48%; }
   .pro_list li{width:48%;float: left;}
  .pro_list li .img{ padding-bottom: 72%; }
  .pro_list .lc li .img{padding-bottom: 72%;}
  .pro_list .lc li .img img{object-fit: cover;}
  .pro_list li .img b{ font-size: 14px; bottom:15px; }
  .pro_list li .txt{ padding:25px; }
  .pro_list li .txt b{ font-size: 14px; }
  .pro_list li .txt p{ margin:15px 0; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
  .pro_list .bd li{ width: calc(50% - 4.5px); }
  .pro_list .bd li .img{ padding-bottom: 72%; }
  .pro_list li .txt small{ padding-bottom: 8px }
  .pro_list li .txt small i{ margin-left: 8px; }*/
}
@media only screen and (max-width: 640px){
  /*.pro_list li .img b{ font-size: 13px; bottom:12px; }
  .pro_list li .txt{ padding:20px; }
  .pro_list li .txt b{ font-size: 13px; }
  .pro_list li .txt p{ margin:12px 0; }
  .pro_list li .txt small{ padding-bottom: 6px }
  .pro_list li .txt small i{ margin-left: 6px; }*/
}
@media only screen and (max-width: 576px){
  /*.pro_list li .img b{ font-size: 12px; bottom:10px; }
  .pro_list li .txt{ padding:15px; }
  .pro_list li .txt b{ font-size: 12px; }
  .pro_list li .txt p{ margin:10px 0; }
  .pro_list li .txt small{ padding-bottom: 4px }
  .pro_list li .txt small i{ margin-left: 4px; }*/
}
@media only screen and (max-width: 414px){
  /*.pro_list li .txt p{ margin:5px 0; }*/
}

/* m_area */
.m_area{ overflow: hidden; }
.m_area .bd{ overflow: hidden; position: relative; }
.m_area .bd > .inner{ position: relative; z-index: 33; }
.area_imgs{ width: 100%; height: 100%; overflow: hidden; position: absolute;  }
.area_imgs li{ width: 100%; height: 100%; position: absolute; left:0%; top:0%; opacity: 0; transition: all .3s; z-index: 3; }
.area_imgs li:first-child{ opacity: 1; }
.area_imgs li img{ width: 100%; height: 100%; object-fit: cover; }
.area_info{ overflow: hidden; box-sizing: border-box; padding-left: 242px; display: block; height: calc(100vh - 110px); }
.area_info li{ width: 264px; height: 33.3%; border:1px solid #ffffff; box-sizing: border-box; position: relative; overflow: hidden; }
.area_info li > div{ width: 100%; height:100%; box-sizing: border-box; padding:0px 40px; }
.area_info li:nth-child(1), .area_info li:nth-child(3){ border-bottom: 0; border-right: 0; float: left; }
.area_info li:nth-child(5){ border-right: 0; float: left; }
.area_info li:nth-child(2), .area_info li:nth-child(4){ border-bottom: 0; }
.area_info li .tit{ overflow: hidden; position: relative; top:0; left:0; display: flex;flex-direction: column;justify-content: center;}
.area_info li .tit span{ font-size: 37px; line-height: 1; color: #fff; }
.area_info li .tit b{ display: block; font-size: 28px; line-height: 1; color: #fff; padding: 14px 0; }
.area_info li .tit hr{ display: inline-block; width: 92px; height: 4px; background: #fff; border:0; }
.area_info li .info{ overflow: hidden; background: var(--zhu-color); position: absolute; transition: all .3s; left:-100%; top:-100%;display: flex;flex-direction: column;justify-content: center;}
.area_info li .info b{ font-size: 28px; color: #ffffff; line-height: 1; display: block; margin-bottom: 15px; }
.area_info li .info p{ font-size: 14px; color: #ffffff; line-height: 1.4; }
.area_info li .info a{ display: inline-block; font-size: 14px; color: #ffffff; line-height: 1; margin-top: 26px; }
.area_info li .info a:hover{color:var(--pei-color);}
.area_info li .info span{ font-size: 140px; color: rgba(255, 255, 255, .05); line-height: 1; position: absolute; right: -32px; bottom:-15px; z-index: 0; }
.area_info li:hover .tit{ transition: all .3s; left:-100%; top:-100%; }
.area_info li:hover .info, .area_info li.on .info{ transition: all .3s; left:0; top:0; }
.area_list{ padding-top: 110px; }
@media only screen and (max-width: 1600px){
  .area_info{ padding-left: 15px; }
  .area_info li{ width: 254px; height: 33.3%; }
  .area_info li > div{ padding:0px 35px; }
  .area_info li .tit span{ font-size: 35px; }
  .area_info li .tit b{ font-size: 26px; padding: 12px 0; }
  .area_info li .tit hr{ width: 90px; height: 3px; }
  .area_info li .info b{ font-size: 26px; margin-bottom: 13px; }
  .area_info li .info p{ font-size: 14px; }
  .area_info li .info a{ font-size: 14px; margin-top: 24px; }
  .area_info li .info span{ font-size: 130px; }
}
@media only screen and (max-width: 1500px){
  .area_info{ padding-left: 15px; }
  .area_info li{ width: 254px; height: 33.3%; }
  .area_info li > div{ padding:0px 30px; }
  .area_info li .tit span{ font-size: 33px; }
  .area_info li .tit b{ font-size: 24px; padding: 10px 0; }
  .area_info li .tit hr{ width: 88px; height: 3px; }
  .area_info li .info b{ font-size: 24px; margin-bottom: 11px; }
  .area_info li .info p{ font-size: 14px; }
  .area_info li .info a{ font-size: 14px; margin-top: 22px; }
  .area_info li .info span{ font-size: 120px; }
}
@media only screen and (max-width: 1400px){
  .area_info{ padding-left: 0; height: calc(100vh - 90px); }
  .area_info li{ width: 244px; height: 33.3%; }
  .area_info li > div{ padding:0px 30px; }
  .area_info li .tit span{ font-size: 31px; }
  .area_info li .tit b{ font-size: 22px; padding: 10px 0; }
  .area_info li .tit hr{ width: 86px; height: 3px; }
  .area_info li .info b{ font-size: 22px; margin-bottom: 11px; }
  .area_info li .info p{ font-size: 13px; }
  .area_info li .info a{ font-size: 13px; margin-top: 20px; }
  .area_info li .info span{ font-size: 110px; }
  .area_list{ padding-top: 90px; }
}
@media only screen and (max-width: 1200px){
  .area_info{ padding-left: 0; }
  .area_info li{ width: 244px; height: 33.3%; }
  .area_info li > div{ padding:0px 30px; }
  .area_info li .tit span{ font-size: 29px; }
  .area_info li .tit b{ font-size: 20px; padding: 8px 0; }
  .area_info li .tit hr{ width: 84px; height: 3px; }
  .area_info li .info b{ font-size: 20px; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 13px; }
  .area_info li .info a{ font-size: 13px; margin: 18px 0; }
  .area_info li .info span{ font-size: 100px; }
  .area_list{ padding-top: 0px; }
}
@media only screen and (max-width: 992px){
  .area_info{ padding-left: 0; }
  .m_area .bd > .inner{ padding:0; }
  .area_info li{ width: 33.3%; height: 50%; }
  .area_info li > div{ padding:0px 30px; }
  .area_info li .tit span{ font-size: 27px; }
  .area_info li .tit b{ font-size: 18px; padding: 8px 0; }
  .area_info li .tit hr{ width: 82px; height: 2px; }
  .area_info li .info b{ font-size: 18px; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 13px; }
  .area_info li .info a{ font-size: 13px; margin: 18px 0; }
  .area_info li:nth-child(2), .area_info li:nth-child(4), .area_info li:nth-child(6){ float: left; border-right:0; }
}
@media only screen and (max-width: 768px){
  .area_info li{ width: 33.3%; height: 50%; }
  .area_info li > div{ padding:0px 20px; }
  .area_info li .tit span{ font-size: 25px; }
  .area_info li .tit b{ font-size: 17px; padding: 8px 0; }
  .area_info li .tit hr{ width: 80px; height: 2px; }
  .area_info li .info b{ font-size: 17px; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 13px; }
  .area_info li .info a{ font-size: 13px; margin: 18px 0; }
}
@media only screen and (max-width: 640px){
  .area_info li{ width: 50%; height: 33.3%; }
  .area_info li > div{ padding:0px 20px; }
  .area_info li .tit span{ font-size: 23px; }
  .area_info li .tit b{ font-size: 16px; font-weight: normal; padding: 8px 0; }
  .area_info li .tit hr{ width: 78px; height: 1px; }
  .area_info li .info b{ font-size: 16px; font-weight: normal; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 13px; }
  .area_info li .info a{ font-size: 13px; margin: 18px 0; }
}
@media only screen and (max-width: 576px){
  .area_info li{ width: 50%; height: 33.3%; }
  .area_info li > div{ padding:0px 20px; }
  .area_info li .tit span{ font-size: 20px; }
  .area_info li .tit b{ font-size: 15px; padding: 8px 0; }
  .area_info li .tit hr{ width: 76px; height: 1px; }
  .area_info li .info b{ font-size: 15px; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 12px; }
  .area_info li .info a{ font-size: 12px; margin: 16px 0; }
}
@media only screen and (max-width: 414px){
  .area_info li{ width: 50%; height: 33.3%; }
  .area_info li > div{ padding:0px 15px; }
  .area_info li .tit span{ font-size: 18x; }
  .area_info li .tit b{ font-size: 14px; padding: 8px 0; }
  .area_info li .tit hr{ width: 76px; height: 1px; }
  .area_info li .info b{ font-size: 14px; margin-bottom: 10px; }
  .area_info li .info p{ font-size: 12px; }
  .area_info li .info a{ font-size: 12px; margin: 14px 0; }
}

/* m_news */
.m_news{ padding:60px 0; overflow: hidden; background: #f7f7f7; }
.m_news .bd{ width: 100%; overflow: hidden; }
#mnews .swiper-slide{ -webkit-perspective: 500; }
#mnews a{ width: 100%; display: flex; flex-flow: column; overflow: hidden; height: 100%; transform: rotateY(20deg) scale(0.8); box-shadow: 0px 4px 25px 4px rgba(176, 176, 176, 0.14); transition: 1s; }
#mnews a .img{ width: 100%; padding-bottom: 74%; overflow: hidden; position: relative; }
#mnews a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
#mnews a .txt{ position: relative; width: 100%; background: #fff; padding:30px 30px 100px; box-sizing: border-box; }
#mnews a .txt::after{ content: "news"; font-weight: bold; font-size: 50px; color: rgba(133, 133, 133, .06); text-transform: uppercase; line-height: 1; position: absolute; right:50px; bottom:20px; }
#mnews a .txt b{ font-size: 24px; color: #333333; line-height: 1; font-weight: normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
#mnews a .txt p{ text-indent: -2em; font-size: 15px; color: #999999; line-height: 1; margin-top: 20px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
#mnews a:hover{ transform: rotateY(0deg) scale(1); }
@media only screen and (max-width: 1600px){
  .m_news{ padding:50px 0; }
  #mnews .swiper-slide{ -webkit-perspective: 500; }
  #mnews a{ transform: rotateY(10deg) scale(0.9); }
  #mnews a .txt{ padding:30px 30px 100px; }
  #mnews a .txt::after{ font-size: 46px; right:46px; bottom:18px; }
  #mnews a .txt b{ font-size: 22px; }
  #mnews a .txt p{ font-size: 15px; margin-top: 18px; }
}
@media only screen and (max-width: 1500px){
  .m_news{ padding:40px 0; }
  #mnews a .txt{ padding:25px 25px 90px; }
  #mnews a .txt::after{ font-size: 42px; right:42px; bottom:16px; }
  #mnews a .txt b{ font-size: 20px; }
  #mnews a .txt p{ font-size: 14px; margin-top: 16px; }
}
@media only screen and (max-width: 1400px){
  .m_news{ padding:30px 0; }
  #mnews a .txt{ padding:20px 20px 80px; }
  #mnews a .txt::after{ font-size: 38px; right:38px; bottom:14px; }
  #mnews a .txt b{ font-size: 18px; }
  #mnews a .txt p{ font-size: 13px; margin-top: 14px; }
}
@media only screen and (max-width: 1200px){
  .m_news{ padding:25px 0; }
  #mnews a .txt{ padding:15px 15px 70px; }
  #mnews a .txt::after{ font-size: 34px; right:34px; bottom:12px; }
  #mnews a .txt b{ font-size: 16px; }
  #mnews a .txt p{ font-size: 12px; margin-top: 12px; }
}
@media only screen and (max-width: 992px){
  .m_news{ padding:20px 0; }
  #mnews a .txt{ padding:15px 15px 60px; }
  #mnews a .txt::after{ font-size: 30px; right:30px; bottom:10px; }
  #mnews a .txt b{ font-size: 14px; }
  #mnews a .txt p{ margin-top: 10px; }
}
@media only screen and (max-width: 768px){
  .m_news{ padding:15px 0; }
  .m_news .m_tit{ margin-bottom: 15px; }
  #mnews .swiper-slide{ -webkit-perspective: none; }
  #mnews a{ transform: rotateY(0) scale(1); }
  #mnews a:hover img{ transform: scale(1.05); transition: all .3s; }
  #mnews a .txt{ padding:15px 15px 50px; }
  #mnews a .txt::after{ font-size: 26px; right:26px; bottom:6px; }
  #mnews a .txt p{ margin-top: 8px; }
  #mnews a:hover b{ transition: all .3s; color: var(--zhu-color); }
}
@media only screen and (max-width: 640px){
  #mnews a .txt{ padding:15px 15px 40px; }
  #mnews a .txt::after{ font-size: 22px; right:22px; bottom:5px; }
}
@media only screen and (max-width: 576px){
  #mnews a .txt{ padding:15px 15px 35px; }
  #mnews a .txt::after{ font-size: 18px; right:18px; }
}
@media only screen and (max-width: 414px){
  #mnews a .txt::after{ font-size: 14px; right:14px; }
}

/* m_service */
.m_service{ overflow: hidden; padding:60px 0; }
.m_service .hd{ margin-bottom: 50px; display: flex; align-items: center; justify-content: space-between; }
.m_service .hd .m_tit{ text-align: left; }
.m_service .hd .m_tit b{ padding-bottom: 0; left:0; -webkit-transform: translateX(0) translateY(-50%); -ms-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); }
.m_service .hd .m_tit b::after{ display: none; }
.m_service .more{ display: flex; align-items: center; }
.m_service .more{ min-width: 80px; position: relative; display: inline-flex; align-items: center; border-bottom: 1px solid #999999; padding:4px 0; transition: all .3s; }
.m_service .more::before{ content: ""; display: block; width: 0; height: 1px; background: var(--zhu-color); position: absolute; right:0; bottom:-1px; }
.m_service .more small{ display: inline-block; font-size: 14px; color: #858585; line-height: 1; transition: all .3s; }
.m_service .more i{ font-size: 12px; margin-left: 8px; color: #858585; transition: all .3s; }
.m_service .more:hover::before{ transition: all .3s; width: 100%; left: 0; }
.m_service .more:hover small{ transition: all .3s; color: var(--zhu-color); }
.m_service .more:hover i{ transition: all .3s; color: var(--zhu-color); }
.m_service .bd{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
#service_focus{ margin:0; margin-bottom: 30px; width: calc(33.3% - 20px); --swiper-theme-color: var(--zhu-color); }
#service_focus a .img{ width: 100%; padding-bottom: 87%; overflow: hidden; position: relative; }
#service_focus a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; }
.service_li{ width: calc(33.3% - 20px); box-sizing: border-box; }
.service_li a{ width: 100%; display: block; box-sizing: border-box; overflow: hidden; position: relative; padding:50px; background: #f5f6fb; }
.service_li a::before{ transition: all .3s; content: ""; display: block; width: 100%; height: 0; background: var(--zhu-color); position: absolute; left:0; bottom:0; z-index: 1; }
.service_li a::after{ transition: all .3s; content: ""; display: block; width: 0; height: 10px; background: var(--pei-color); position: absolute; left:0; bottom:0; z-index: 2; }
.service_li a .time{ display: inline-flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 33; }
.service_li a .time span{ font-size: 28px; color: #333333; line-height: 1; margin:16px 0; }
.service_li a .time small{ font-size: 14px; color: #333333; line-height: 1; }
.service_li a b{ display: block; font-size: 36px; margin:24px 0; color: #333333; line-height: 1; font-weight: normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position: relative; z-index: 33; }
.service_li a p{ display: block; font-size: 15px; color: #333333; line-height: 1.8; font-weight: normal; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; position: relative; z-index: 33; }
.service_li a .more{ position: absolute; right:50px; top:70px; z-index: 34; }
.service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:50px 50px 60px; }
.service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -117px; }
.service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 100px; }
.service_li a:hover::before{ transition: all .3s; height: 100%; }
.service_li a:hover::after{ transition: all .3s; width: 100%; }
.service_li a:hover .time span, .service_li a:hover .time small{ transition: all .3s; color: #ffffff; }
.service_li a:hover b, .service_li a:hover p{ transition: all .3s; color: #ffffff; }
.service_li a:hover .more small, .service_li a:hover .more i{ position: relative; z-index: 34; transition: all .3s; color: #ffffff; }
@media only screen and (max-width: 1600px){
  .m_service{ padding:50px 0; }
  .m_service .hd{ margin-bottom: 50px; }
  .m_service .more{ min-width: 80px; padding:4px 0; }
  .m_service .more small{ font-size: 14px; }
  #service_focus{ margin-bottom: 30px; width: calc(33.3% - 20px);  }
  .service_li{ width: calc(33.3% - 20px); }
  .service_li a{ padding:45px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:45px 45px 55px; }
  .service_li a::after{ height: 9px; }
  .service_li a .time span{ font-size: 26px; margin:14px 0; }
  .service_li a .time small{ font-size: 13px; }
  .service_li a b{ font-size: 32px; margin:20px 0; }
  .service_li a p{ font-size: 14px; line-height: 1.8; }
  .service_li a .more{ right:50px; top:70px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -117px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 100px; }
}
@media only screen and (max-width: 1500px){
  .m_service{ padding:40px 0; }
  .m_service .hd{ margin-bottom: 40px; }
  .m_service .more{ min-width: 80px; padding:4px 0; }
  .m_service .more small{ font-size: 13px; }
  #service_focus{ margin-bottom: 30px; width: calc(33.3% - 20px);  }
  #service_focus a .img{ padding-bottom: 0; height: 376px; }
  .service_li{ width: calc(33.3% - 20px); }
  .service_li a{ padding:40px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:40px 40px 50px; }
  .service_li a::after{ height: 8px; }
  .service_li a .time span{ font-size: 24px; margin:12px 0; }
  .service_li a .time small{ font-size: 12px; }
  .service_li a b{ font-size: 28px; margin:18px 0; }
  .service_li a p{ font-size: 14px; line-height: 1.6; }
  .service_li a .more{ right:40px; top:60px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -117px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 100px; }
}
@media only screen and (max-width: 1400px){
  .m_service{ padding:30px 0; }
  .m_service .hd{ margin-bottom: 30px; }
  .m_service .more small{ font-size: 12px; }
  #service_focus{ margin-bottom: 18px; width: calc(33.3% - 9px);  }
  #service_focus a .img{ padding-bottom: 0; height: 340px; }
  .service_li{ width: calc(33.3% - 9px); }
  .service_li a{ padding:35px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:35px 35px 45px; }
  .service_li a::after{ height: 8px; }
  .service_li a .time span{ font-size: 22px; margin:10px 0; }
  .service_li a b{ font-size: 24px; margin:18px 0; }
  .service_li a p{ font-size: 13px; line-height: 1.5; }
  .service_li a .more{ right:35px; top:55px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -110px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 90px; }
}
@media only screen and (max-width: 1200px){
  .m_service{ padding:25px 0; }
  .m_service .hd{ margin-bottom: 25px; }
  #service_focus{ margin-bottom: 18px; width: calc(33.3% - 9px);  }
  #service_focus a .img{ padding-bottom: 0; height: 314px; }
  .service_li{ width: calc(33.3% - 9px); }
  .service_li a{ padding:30px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:30px 30px 40px; }
  .service_li a::after{ height: 7px; }
  .service_li a .time span{ font-size: 20px; margin:10px 0; }
  .service_li a b{ font-size: 20px; margin:18px 0; }
  .service_li a p{ font-size: 13px; line-height: 1.5; }
  .service_li a .more{ right:30px; top:50px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -98px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 80px; }
}
@media only screen and (max-width: 992px){
  .m_service{ padding:20px 0; }
  .m_service .hd{ margin-bottom: 20px; }
  #service_focus{ margin-bottom: 18px; width: calc(33.3% - 9px);  }
  #service_focus a .img{ padding-bottom: 0; height: 273px; }
  .service_li{ width: calc(33.3% - 9px); }
  .service_li a{ padding:25px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:25px 25px 35px; }
  .service_li a::after{ height: 6px; }
  .service_li a .time span{ font-size: 18px; margin:10px 0; }
  .service_li a b{ font-size: 18px; margin:16px 0; }
  .service_li a p{ font-size: 12px; line-height: 1.5; }
  .service_li a .more{ right:25px; top:45px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: -78px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 60px; }
}
@media only screen and (max-width: 768px){
  .m_service{ padding:15px 0; }
  .m_service .hd{ margin-bottom: 15px; }
  #service_focus{ margin-bottom: 15px; width: 100%;  }
  #service_focus a .img{ padding-bottom: 60%; height: auto; }
  .service_li:nth-child(2){ display: none; }
  .service_li{ width: calc(50% - 7.5px); }
  .service_li a{ padding:20px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:20px 20px 30px; }
  .service_li a::after{ height: 5px; }
  .service_li a .time span{ font-size: 16px; margin:8px 0; }
  .service_li a b{ font-size: 16px; margin:14px 0; }
  .service_li a .more{ right:20px; top:40px; }
  .service_li:nth-child(5), .service_li:nth-child(6){ margin-top: 15px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: static; margin-top: 30px; }
}
@media only screen and (max-width: 640px){
  .service_li a{ padding:15px; }
  .service_li:nth-child(2) a, .service_li:nth-child(3) a, .service_li:nth-child(4) a{ padding:15px 15px 25px; }
  .service_li a::after{ height: 4px; }
  .service_li a .time span{ font-size: 15px; margin:6px 0; }
  .service_li a b{ font-size: 15px; margin:12px 0; }
  .service_li a .more{ right:15px; top:25px; }
  .service_li:nth-child(5) a .more, .service_li:nth-child(6) a .more{ position: absolute; margin-top: 0; }
}
@media only screen and (max-width: 576px){
  .service_li a::after{ height: 3px; }
  .service_li a .time span{ font-size: 14px; margin:6px 0; }
  .service_li a b{ font-size: 14px; margin:12px 0; }
  .service_li a .more{ right:15px; top:20px; }
}
@media only screen and (max-width: 414px){
  .service_li{ width: 100%; margin-bottom: 15px; }
}

/* footer */
.footer{ width: 100%; overflow: hidden; background: #222223; }
.footer b{ display: block; font-size: 34px; color: #ffffff; font-weight: bold; line-height: 1; margin:30px 0; }
.footer .f_nav{ padding:30px 0; border-bottom: 1px solid #656565; }
.footer .f_nav ul{ display: flex; align-items: flex-start; justify-content: space-around; }
.footer .f_nav li{ margin:0 60px; }
.footer .f_nav li > a{ display: block; font-size: 24px; color: #ffffff; line-height: 1; margin:30px 0; font-weight: bold; }
.footer .f_nav li > a:hover{color:var(--zhu-color);}
.footer .f_nav li > div{ display: flex; flex-direction: column; align-items: flex-start; }
.footer .f_nav li > div a{ font-size: 18px; color: #ffffff; line-height: 1; margin-bottom: 18px; transition: all .3s;display: none }
.footer .f_nav li > div a:hover{ transition: all .3s; color: var(--pei-color); }
.footer .f_business ul, .footer .f_contact ul{ display: flex; align-items: center; }
.footer .f_business li, .footer .f_contact li{ width: 33.3%; overflow: hidden; display: flex; align-items: center; }
.footer .f_business li span, .footer .f_contact li span{ font-size: 30px; line-height: 1; color: var(--zhu-color); margin:0 15px; }
.footer .f_business li small, .footer .f_contact li small{ font-size: 18px; color: #ffffff; line-height: 1.5; }
.footer .f_contact{ padding:30px 0; overflow: hidden; border-top: 1px solid #656565; border-bottom: 1px solid #656565; margin-top: 30px; }
/*.footer .f_contact li:nth-child(2){ width: 66.7%; }*/
.footer .f_copy{ display: flex; align-items: center; justify-content: center; padding:18px 0; }
.footer .f_copy p, .footer .f_copy p a{ font-size: 14px; color: #ffffff; line-height: 1; transition: all .3s; }
.footer .f_copy p a{display: inline-block;}
.footer .f_copy p a:hover{ transition: all .3s; color: var(--pei-color); }
@media only screen and (max-width: 1600px){
  .footer .f_nav{ padding:25px 0; }
  .footer .f_nav li{ margin:0 50px; }
  .footer .f_nav li > div a{ font-size: 17px; margin-bottom: 17px; }
  .footer .f_business li, .footer .f_contact li{ width: 33.3%; }
  .footer .f_business li span, .footer .f_contact li span{ font-size: 28px; margin:0 13px; }
  .footer .f_business li small, .footer .f_contact li small{ font-size: 17px; }
  .footer .f_contact{ padding:25px 0; margin-top: 25px; }
  /*.footer .f_contact li:nth-child(2){ width: 66.7%; }*/
}
@media only screen and (max-width: 1500px){
  .footer .f_nav{ padding:20px 0; }
  .footer .f_nav li{ margin:0 40px; }
  .footer .f_nav li > div a{ font-size: 16px; margin-bottom: 16px; }
  .footer .f_business li, .footer .f_contact li{ width: 33.3%; }
  .footer .f_business li span, .footer .f_contact li span{ font-size: 26px; margin:0 11px; }
  .footer .f_business li small, .footer .f_contact li small{ font-size: 16px; }
  .footer .f_contact{ padding:20px 0; margin-top: 20px; }
  /*.footer .f_contact li:nth-child(2){ width: 66.7%; }*/
}
@media only screen and (max-width: 1400px){
  .footer .f_nav{ padding:15px 0; }
  .footer .f_nav li{ margin:0 30px; }
  .footer .f_nav li > a{ font-size: 24px; }
  .footer .f_nav li > div a{ font-size: 15px; margin-bottom: 15px; }
  .footer .f_business li, .footer .f_contact li{ width: 33.3%; }
  .footer .f_business li span, .footer .f_contact li span{ font-size: 24px; margin:0 9px; }
  .footer .f_business li small, .footer .f_contact li small{ font-size: 15px; }
  .footer .f_contact{ padding:15px 0; margin-top: 15px; }
  /*.footer .f_contact li:nth-child(2){ width: 66.7%; }*/
}
@media only screen and (max-width: 1200px){
  .footer b{ font-size: 24px; margin:25px 0; }
  .footer .f_nav{ padding:10px 0; }
  .footer .f_nav ul{justify-content: space-between;}
  .footer .f_nav li{ margin:0 25px; }
  .footer .f_nav li > a{ font-size: 18px; margin:25px 0; }
  .footer .f_nav li > div a{ font-size: 14px; margin-bottom: 14px; }
  .footer .f_business li, .footer .f_contact li{ width: 33.3%; }
  .footer .f_business li span, .footer .f_contact li span{ font-size: 22px; margin:0 7px; }
  .footer .f_business li small, .footer .f_contact li small{ font-size: 14px; }
  .footer .f_contact{ padding:15px 0; margin-top: 15px; }
  /*.footer .f_contact li:nth-child(2){ width: 66.7%; }*/
}
@media only screen and (max-width: 992px){
  .footer b{ font-size: 20px; margin:20px 0; text-align: center; }
  /*.footer .f_nav ul{ justify-content: flex-start; }*/
  .footer .f_nav li{ margin:0; width: 16.6%; display: flex; align-items: center; justify-content: center; }
  .footer .f_nav li > a{ font-size: 16px; font-weight: normal; margin:20px 0; }
  .footer .f_nav li > a:hover{ color: var(--pei-color); transition: all .3s; }
  .footer .f_nav li > div{ display: none; }
  .footer .f_business ul, .footer .f_contact ul{ flex-wrap: wrap; }
  .footer .f_business li, .footer .f_contact li{ width: 100%; margin:6px 0; display: flex; align-items: center; justify-content: center; }
  .footer .f_business li span, .footer .f_contact li span{ display: none; }
  .footer .f_business li small, .footer .f_contact li small{ font-size: 13px; }
  .footer .f_contact{ padding:15px 0; margin-top: 15px; }
  /*.footer .f_contact li:nth-child(2){ width: 100%; }*/
}
@media only screen and (max-width: 768px){
  .footer{ padding-bottom: 60px; }
  .footer b{ font-size: 24px; margin:15px 0; }
  .footer .f_nav li{ margin:0; }
  .footer .f_nav li > a{ font-size: 16px; margin:13px 0; }
}
@media only screen and (max-width: 640px){
  .footer b{ font-size: 20px; }
  .footer .f_nav li > a{ font-size: 14px; margin:10px 0; }
  .footer .f_copy{ padding:16px 0; }
  .footer .f_copy p{ text-align: center; line-height: 1.5; }
}
@media only screen and (max-width: 576px){
  .footer b{ font-size: 18px; }
  .footer .f_nav ul{ flex-wrap: wrap; }
  .footer .f_nav li{ width: 33.3%; }
  .footer .f_nav li > a{ font-size: 13px; margin:10px 0; }
  .footer .f_copy{ padding:14px 0; }
  .footer .f_copy p, .footer .f_copy p a{ font-size: 13px; }
  .footer .f_business li small, .footer .f_contact li small{ text-align: center; line-height: 1.5; }
}
@media only screen and (max-width: 414px){
  .footer b{ font-size: 16px; font-weight: normal; }
  .footer .f_nav li > a{ font-size: 12px; margin:10px 0; }
  .footer .f_copy{ padding:12px 0; }
  .footer .f_copy p, .footer .f_copy p a{ font-size: 12px; }
}

/* s_banner */
.s_banner{ position: relative; height: 520px;  background-attachment: fixed; }
.s_banner .inner{ position: relative; padding:200px 0; height: 100% }
.s_banner .s_tit{ display: flex; align-items: center; justify-content: center; position: relative;}
.s_banner .s_tit .box{text-align: center;position: relative;width:100%; }
.s_banner .s_tit .box span{color:#fff;opacity: 0.1;font-size:80px;font-weight:bold;letter-spacing: 2px;text-transform: uppercase;}
.s_banner .s_tit .box b{color:#fff;font-size:50px;position: absolute;left:50%;transform: translate(-50%);top:22px;}
.s_banner p{ position: absolute; left:0; bottom:30px; }
.s_banner p, .s_banner p a{ transition: all .3s; font-size: 14px; color: #fff; line-height: 1; }
.s_banner p a:hover{ transition: all .3s; color: var(--pei-color); }
.company_banner{ background:url(../images/company_banner.jpg) no-repeat center center; /*background-attachment: fixed;*/background-size: cover; }
.product_banner{ background:url(../images/product_banner.jpg) no-repeat center center; background-attachment: fixed;background-size: cover; }
.news_banner{ background:url(../images/news_banner.jpg) no-repeat center center; background-attachment: fixed;background-size: cover; }
@media only screen and (max-width: 1600px){
  /*.s_banner{ height: auto; }*/
  /*.s_banner .inner{ padding:280px 0; height: auto; }*/
  .s_banner p{ bottom:28px; padding:0 15px; }
}
@media only screen and (max-width: 1500px){
  /*.s_banner .inner{ padding:260px 0; }*/
  .s_banner .s_tit .box b{ font-size: 42px; }
  .s_banner p{ bottom:26px; }
}
@media only screen and (max-width: 1400px){
  /*.s_banner .inner{ padding:240px 0; }*/
  .s_banner .s_tit .box span{ font-size: 70px; }
  .s_banner .s_tit .box b{ font-size: 38px; }
  .s_banner p{ bottom:24px; }
}
@media only screen and (max-width: 1200px){
  .s_banner{height: 400px}
  .s_banner .inner{ padding:100px 0; }
  .s_banner .s_tit .box span{ font-size: 60px; }
  .s_banner .s_tit .box  b{ font-size: 34px;top:18px; }
  .s_banner p{ bottom:22px; }
}
@media only screen and (max-width: 992px){
  .s_banner{height: 300px}
  /*.s_banner .inner{ padding:200px 0; }*/
  .s_banner .s_tit .box span{ font-size: 50px; }
  .s_banner .s_tit .box b{ font-size: 30px;top:14px; }
  .s_banner p{ bottom:20px; }
  .s_banner p span{ display: none; }
}
@media only screen and (max-width: 768px){
  .s_banner{height: 260px}
  /*.s_banner .inner{ padding:180px 0; }*/
  .s_banner .s_tit .box span{ font-size: 40px; }
  .s_banner .s_tit .box b{ font-size: 22px;top:14px; }
  .s_banner p{ bottom:18px; }
}

@media only screen and (max-width: 576px){
  .s_banner{height: 200px}
  .s_banner .inner{ padding:60px 0; }
  .s_banner .s_tit .box span{ font-size: 26px; }
  .s_banner .s_tit .box b{ font-size: 20px;top:6px; }
  /*.s_banner .s_tit b{ font-size: 18px; }*/
  .s_banner p{ bottom:14px; }
  .s_banner p, .s_banner p a{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  /*.s_banner .inner{ padding:80px 0 100px; }*/
  /*.s_banner .s_tit span{ font-size: 28px; }
  .s_banner .s_tit b{ font-size: 14px; }
  .s_banner p{ bottom:12px; }
  .s_banner p, .s_banner p a{ font-size: 12px; }*/
}

/* l_nav */
.l_nav{ overflow: hidden; background: #f4f4f4; overflow: hidden; }
.l_nav a{ padding:20px 15px; display: inline-block; font-size: 18px; color: #333333; line-height: 1; transition: all .3s; }
.l_nav a + a{ margin-left: 10px; }
.l_nav a:hover{ transition: all .3s; background: var(--zhu-color); color: #ffffff; }
@media only screen and (max-width: 1600px){
}
@media only screen and (max-width: 1500px){
}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
  .l_nav a{ font-size: 17px; }
}
@media only screen and (max-width: 992px){
  .l_nav a{ padding:18px 14px; font-size: 16px; }
}
@media only screen and (max-width: 768px){
  .l_nav a{ padding:16px 12px; font-size: 15px; }
  .l_nav a + a{ margin-left: 8px; }
}
@media only screen and (max-width: 640px){
  .l_nav .inner{ padding:0 10px; }
  .l_nav a{ padding:14px 10px; font-size: 14px; }
  .l_nav a + a{ margin-left: 6px; }
}
@media only screen and (max-width: 576px){
  .l_nav a{ padding:12px 8px; font-size: 13px; }
  .l_nav a + a{ margin-left: 4px; }
}
@media only screen and (max-width: 414px){
  .l_nav a{ padding:10px 6px; font-size: 12px; }
  .l_nav a + a{ margin-left: 2px; }
}

/* c_tit */
.main{ padding:20px 0; background: #fff;  }
.c_tit{ padding:60px 0; font-size: 50px; color: #333333; line-height: 1; display: flex; align-items: center; justify-content: center; }
@media only screen and (max-width: 1600px){
  .main{ padding:15px 0;  }
  .c_tit{ padding:50px 0; font-size: 46px; }
}
@media only screen and (max-width: 1500px){
  .c_tit{ padding:40px 0; font-size: 42px; }
}
@media only screen and (max-width: 1400px){
  .c_tit{ padding:30px 0; font-size: 38px; }
}
@media only screen and (max-width: 1200px){
  .c_tit{ padding:25px 0; font-size: 34px; }
}
@media only screen and (max-width: 992px){
  .c_tit{ padding:20px 0; font-size: 30px; }
}
@media only screen and (max-width: 768px){
  .c_tit{ padding:15px 0; font-size: 26px; }
}
@media only screen and (max-width: 640px){
  .c_tit{ font-size: 22px; }
}
@media only screen and (max-width: 576px){
  .c_tit{ font-size: 18px; }
}
@media only screen and (max-width: 414px){
  .c_tit{ font-size: 17px; }
}


/* company_info */
#company_info{ overflow: hidden; padding:0 136px 60px; }
#company_info .hd{ text-align: left; }
#company_info .hd span{  }
#company_info .bd{ padding:0; }
#company_info .bd p{ margin:15px 0; text-align: left; }
@media only screen and (max-width: 1900px){
  #company_info{ padding:0 70px 60px; }
}
@media only screen and (max-width: 1800px){
  #company_info{ padding:0 40px 60px; }
}
@media only screen and (max-width: 1700px){
  #company_info{ padding:0 10px 60px; }
}
@media only screen and (max-width: 1600px){
  #company_info{ padding:0 0 50px; }
}
@media only screen and (max-width: 1500px){
  #company_info{ padding:0 0 40px; }
}
@media only screen and (max-width: 1400px){
  #company_info{ padding:0 0 30px; }
}
@media only screen and (max-width: 1200px){
  #company_info{ padding:0 0 25px; }
}
@media only screen and (max-width: 992px){
  #company_info{ padding:0 0 20px; }
  #company_info .bd p{ margin:14px 0; }
}
@media only screen and (max-width: 768px){
  #company_info{ padding:0 0 15px; }
  #company_info .bd p{ margin:12px 0; }
}
@media only screen and (max-width: 640px){
  #company_info .bd p{ margin:10px 0; }
}
@media only screen and (max-width: 576px){
  #company_info .bd p{ margin:8px 0; }
}
@media only screen and (max-width: 414px){
  #company_info .bd p{ margin:6px 0; }
}

/* company_show */
#company_show{ overflow: hidden; }
#company_show .bd{ width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
#company_show .bd .left{ width: calc(25% - 15px); }
#company_show .bd .right{ width: calc(75% - 15px); }
.factory_list{ width: 100%; height: 100%; display: flex; flex-direction: column; }
.factory_list li{ cursor: pointer; width: 100%; overflow: hidden; }
.factory_list li + li{ margin-top: 30px; }
.factory_list li .img{ box-sizing: border-box; border:1px solid #f1f1f1; width: 100%; padding-bottom: 47%; overflow: hidden; position: relative; }
.factory_list li .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
#factory{ width: 100%; overflow: hidden; }
#factory .img{ box-sizing: border-box; border:1px solid #f1f1f1; width: 100%; padding-bottom: 69%; overflow: hidden; position: relative; }
#factory .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
@media only screen and (max-width: 1600px){
  #company_show .bd .left{ width: calc(25% - 15px); }
  #company_show .bd .right{ width: calc(75% - 15px); }
  .factory_list li + li{ margin-top: 30px; }
  .factory_list li .img{ padding-bottom: 0; height: 165px; }
  #factory .img{ padding-bottom: 0; height: 750px; }
}
@media only screen and (max-width: 1500px){
  #company_show .bd .left{ width: calc(25% - 12.5px); }
  #company_show .bd .right{ width: calc(75% - 12.5px); }
  .factory_list li + li{ margin-top: 25px; }
  .factory_list li .img{ padding-bottom: 0; height: 153.5px; }
  #factory .img{ padding-bottom: 0; height: 690px; }
}
@media only screen and (max-width: 1400px){
  #company_show .bd .left{ width: calc(20% - 10px); }
  #company_show .bd .right{ width: calc(80% - 10px); }
  .factory_list li + li{ margin-top: 20px; }
  .factory_list li .img{ height: 134px; }
  #factory .img{ padding-bottom: 0; height: 598px; }
}
@media only screen and (max-width: 1200px){
  #company_show .bd .left{ width: calc(20% - 7.5px); }
  #company_show .bd .right{ width: calc(80% - 7.5px); }
  .factory_list li + li{ margin-top: 15px; }
  .factory_list li .img{ height: 118px; }
  #factory .img{ padding-bottom: 0; height: 520px; }
}
@media only screen and (max-width: 992px){
  #company_show .bd .left{ width: calc(20% - 7.5px); }
  #company_show .bd .right{ width: calc(80% - 7.5px); }
  .factory_list li + li{ margin-top: 15px; }
  .factory_list li .img{ height: 89px; }
  #factory .img{ padding-bottom: 0; height: 400px; }
}
@media only screen and (max-width: 768px){
  #company_show .bd{ flex-direction: column-reverse; }
  #company_show .bd .left, #company_show .bd .right{ width: 100%; }
  .factory_list{ flex-direction: row; justify-content: space-between; margin-top: 15px; }
  .factory_list li{ width: calc(25% - 11.25px); }
  .factory_list li + li{ margin-top: 0; }
  .factory_list li .img{ height: auto; padding-bottom: 60%; }
  #factory .img{ padding-bottom: 60%; height: auto; }
}
@media only screen and (max-width: 640px){
  .factory_list{ margin-top: 10px; }
  .factory_list li{ width: calc(25% - 7.5px); }
}
@media only screen and (max-width: 576px){
  .factory_list{ margin-top: 8px; }
  .factory_list li{ width: calc(25% - 6px); }
}
@media only screen and (max-width: 414px){
  .factory_list{ margin-top: 6px; }
  .factory_list li{ width: calc(25% - 4.5px); }
}

/* chonor */
#chonor{ overflow: hidden; }
#chonor .swiper-slide{ width: auto; }
#chonor a .img{ box-sizing: border-box; border:1px solid #f1f1f1; overflow: hidden;padding-bottom: 75%;position: relative;overflow:hidden; }
#chonor a .img img{ max-width: 100%; transition: all .3s;position: absolute;top:0;left:0;object-fit: contain;width:100%;height: 100% }
#chonor a:hover img{ transition: all .3s; transform: scale(1.05); }
@media only screen and (max-width: 1600px){
  #chonor a .img{ padding-bottom: 68%; overflow: hidden; position: relative; }
  #chonor a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; }
}
@media only screen and (max-width: 1500px){
}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/*产品中心频道页*/
.pindex{padding:30px 0;overflow: hidden;width:100%;}
.pindex .section{display: flex;flex-direction: column;}
.pindex .section .hd{margin:25px 0;}
.pindex .section .hd a{font-size:30px;color:#333333;transition: all .5s}
/*.pindex .section .hd a:hover{color:var(--zhu-color);}*/

@media(max-width:576px){
  .pindex{padding:0;}
  .pindex .section .hd a{font-size:22px;padding:10px 0;}
  .pindex .section .bd .item{padding:5px;}
  .pindex .section .bd .row>div{margin-bottom:15px;padding:0 8px;}
  .pindex .section .bd .bdd{padding:10px 0;}
  .pindex .section .bd .bdd .t1{font-size:12px;}
  .pindex .section .bd .bdd .t2{font-size:12px;}
  .pindex .section .bd .bdd .left{width:calc(100% - 20px);}
  .pindex .section .bd .bdd .right{width:20px;}
}

/*pro_list2*/
.pro_list2 .row>div{margin-bottom:30px;}
.pro_list2 .item{background: #fff;box-shadow: 0 0 15px #cecece;padding:15px;width:100%;overflow: hidden;display: flex;flex-direction: column;transition: all .5s}
.pro_list2 .hdd{width:100%;position: relative;padding-bottom:100%;}
.pro_list2 .hdd .color{width:100%;height: 100%;position: absolute;top:0;left:0;}
.pro_list2 .bdd{padding:20px 0 10px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.pro_list2 .bdd .left{width:calc(100% - 70px);}
.pro_list2 .bdd .t1{font-size:22px;color:#333333;}
.pro_list2 .bdd .t2{font-size:15px;color:#333333;}
.pro_list2 .bdd .right{width:60px;}
.pro_list2 .bdd .right img{opacity: 0;width:100%;transition: all .5s}
.pro_list2 .item:hover{box-shadow: 0 0 15px #666}
.pro_list2 .item:hover .bdd .right img{opacity: 0.6}
@media(max-width:576px){
  .pro_list2 .item{padding:5px;}
  .pro_list2 .row>div{margin-bottom:15px;padding:0 8px;}
  .pro_list2 .bdd{padding:10px 0;}
  .pro_list2 .bdd .t1{font-size:14px;}
  .pro_list2 .bdd .t2{font-size:12px;}
  .pro_list2 .bdd .left{width:calc(100% - 20px);}
  .pro_list2 .bdd .right{width:20px;}
}


/* product_main */
.product_main{ overflow: hidden; background: #f4f4f4; }
.product_type{ margin:30px 0 60px; display: flex; align-items: center; justify-content: space-between; }
.product_type li{ width: 14%; overflow: hidden; box-shadow: 9px 0 7px rgba(0, 0, 0, .13); }
.product_type li a{ display: block; box-sizing: border-box; background: #ffffff; padding:12px; overflow: hidden; }
.product_type li a .img{ width: 100%; padding-bottom: 100%; position: relative; }
.product_type li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.product_type li a .txt{ margin-top: 15px; display: flex; align-items: center; justify-content: space-between; transition: all .3s; }
.product_type li a .tit{ width: calc(100% - 60px); transition: all .3s; }
.product_type li a .tit b{ font-weight: normal; font-size: 16px; color: #333333; line-height: 1; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all .3s; }
.product_type li a .tit p{ font-size: 12px; margin-top: 7px; text-transform: capitalize; color: #333333; line-height: 1; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all .3s; }
.product_type li a .txt img{ max-width: 40px; opacity: 0; transition: all .3s; }
.product_type li a:hover img{ transition: all .3s; transform: scale(1.05); }
.product_type li a:hover .txt img{ transition: all .3s; opacity: 1; }
@media only screen and (max-width: 1600px){
  .product_type{ margin:15px 0 30px; }
  .product_type li{ width: 14%; }
  .product_type li a{ padding:10px; }
  .product_type li a .txt{ margin-top: 12px; }
  .product_type li a .tit{ width: calc(100% - 50px); }
  .product_type li a .tit b{ font-size: 18px; }
  .product_type li a .tit p{ font-size: 13px; margin-top: 6px; }
  .product_type li a .txt img{ max-width: 35px; }
}
@media only screen and (max-width: 1500px){
  .product_type{ margin:10px 0 25px; }
  .product_type li{ width: 14%; }
  .product_type li a{ padding:10px; }
  .product_type li a .txt{ margin-top: 12px; }
  .product_type li a .tit{ width: calc(100% - 40px); }
  .product_type li a .tit b{ font-size: 16px; }
  .product_type li a .tit p{ font-size: 12px; margin-top: 5px; }
  .product_type li a .txt img{ max-width: 30px; }
}
@media only screen and (max-width: 1400px){
  .product_type{ margin:5px 0 20px; }
  .product_type li{ width: 14%; }
  .product_type li a{ padding:10px; }
  .product_type li a .txt{ margin-top: 12px; }
  .product_type li a .tit{ width: calc(100% - 30px); }
  .product_type li a .tit b{ font-size: 14px; }
  .product_type li a .tit p{ font-size: 12px; margin-top: 4px; }
  .product_type li a .txt img{ max-width: 25px; }
}
@media only screen and (max-width: 1200px){
  .product_type{ margin:0 0 15px; }
  .product_type li{ width: 14%; }
  .product_type li a{ padding:10px; }
  .product_type li a .txt{ margin-top: 12px; }
  .product_type li a .tit{ width: calc(100% - 25px); }
  .product_type li a .tit b{ font-size: 13px; }
  .product_type li a .tit p{ display: none; }
  .product_type li a .txt img{ max-width: 20px; }
}
@media only screen and (max-width: 992px){
  .product_type{ margin:0 0 5px; flex-wrap: wrap; justify-content: flex-start; }
  .product_type li{ width: calc(25% - 7.5px); margin-right: 10px; margin-bottom: 10px; }
  .product_type li:nth-child(4n+0){ margin-right: 0; }
  .product_type li a{ padding:10px; }
  .product_type li a .txt{ margin-top: 12px; }
  .product_type li a .tit{ width: calc(100% - 25px); }
  .product_type li a .tit b{ font-size: 13px; }
  .product_type li a .tit p{ display: none; }
  .product_type li a .txt img{ max-width: 20px; }
}
@media only screen and (max-width: 768px){
  .product_type{ margin:0 0 5px; }
  .product_type li{ width: calc(25% - 7.5px); margin-right: 10px; margin-bottom: 10px; }
  .product_type li:nth-child(4n+0){ margin-right: 0; }
  .product_type li a .tit b{ font-size: 12px; }
}
@media only screen and (max-width: 640px){
  .product_type{ margin:0 0 5px; }
  .product_type li{ width: calc(25% - 7.5px); margin-right: 10px; margin-bottom: 10px; }
  .product_type li:nth-child(4n+0){ margin-right: 0; }
  .product_type li a{ padding:5px; }
  .product_type li a .txt{ margin-top: 5px; padding:6px; }
  .product_type li a .tit{ width: calc(100% - 25px); }
}
@media only screen and (max-width: 576px){
  .product_type li{ width: calc(33.3% - 6.6px); margin-right: 10px; margin-bottom: 10px; }
  .product_type li:nth-child(4n+0){ margin-right: 10px; }
  .product_type li:nth-child(3n+0){ margin-right: 0; }
  .product_type li a{ padding:5px; }
  .product_type li a .txt{ margin-top: 5px; padding:6px; }
  .product_type li a .tit{ width: calc(100% - 25px); }
}
@media only screen and (max-width: 414px){
  .product_type li{ width: calc(50% - 5px); margin-right: 10px; margin-bottom: 10px; }
  .product_type li:nth-child(3n+0){ margin-right: 10px; }
  .product_type li:nth-child(4n+0){ margin-right: 0; }
  .product_type li:nth-child(2n+0){ margin-right: 0; }
  .product_type li a{ padding:5px; }
  .product_type li a .txt{ margin-top: 5px; padding:6px; }
  .product_type li a .tit{ width: calc(100% - 25px); }
}

/* product_list */
.product_list{ overflow: hidden; flex-wrap: wrap; display: flex; align-items: flex-start; }
.product_list li{ width: calc(33.3% - 20px); margin-right: 30px; margin-bottom: 30px; }
.product_list li:nth-child(3n+0){ margin-right: 0; }
.product_list li a, #xgcp a{ box-sizing: border-box; border:1px solid #e5e5e5; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: all .3s; }
.product_list li a::before, #xgcp a::before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0, 0, 0, 0); transition: all .3s; z-index: 33; transition: all .3s; }
.product_list li a .img, #xgcp a .img{ background: #ffffff; width: 100%; padding-bottom: 91%; overflow: hidden; position: relative; transition: all .3s; }
.product_list li a .img img, #xgcp a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.product_list li a .cimg, #xgcp a .cimg{ width: 100%; height: 56%; text-align: center; position: absolute; top:-100%; transition: all .3s; z-index: 34; }
.product_list li a .cimg img, #xgcp a .cimg img{ height: 100%; }
.product_list li a .txt, #xgcp a .txt{ position: absolute; bottom: -100%; width: 100%; height: 44%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; transition: all .3s; z-index: 34; }
.product_list li a .txt b, #xgcp a .txt b{ display: block; box-sizing: border-box; padding:0 15px; text-align: center; font-weight: normal; font-size: 24px; color: #ffffff; margin:18px 0; line-height: 1; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; transition: all .3s; }
.product_list li a .txt .tags, #xgcp a .txt .tags{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; transition: all .3s; }
.product_list li a .txt .tags span, #xgcp a .txt .tags span{ display: inline-flex; align-items: center; justify-content: center; padding:7px 12px; border:1px solid #ffffff; color: #ffffff; border-radius: 5px; margin:6px 15px; font-size: 14px; line-height: 1; transition: all .3s; }
.product_list li a:hover::before, #xgcp a:hover::before{ transition: all .3s; background: rgba(0, 0, 0, .2); }
.product_list li a:hover img, #xgcp a:hover img{ transition: all .3s; transform: scale(1.05); }
.product_list li a:hover .cimg, #xgcp a:hover .cimg{ transition: all .3s; top:0; }
.product_list li a:hover .txt, #xgcp a:hover .txt{ transition: all .3s; bottom: 0; }
@media only screen and (max-width: 1600px){
  .product_list li{ width: calc(33.3% - 13.3px); margin-right: 20px; margin-bottom: 20px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .img, #xgcp a .img{ padding-bottom: 91%; }
  .product_list li a .cimg, #xgcp a .cimg{ height: 56%; }
  .product_list li a .txt, #xgcp a .txt{ height: 44%; }
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 22px; }
  .product_list li a .txt .tags span, #xgcp a .txt .tags span{ padding:6px 12px; margin:6px 12px; font-size: 13px; }
}
@media only screen and (max-width: 1500px){
  .product_list li{ width: calc(33.3% - 10px); margin-right: 15px; margin-bottom: 15px; }
  .product_list li:nth-child(3n+0){ margin-right: 0; }
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 20px; }
  .product_list li a .txt .tags span, #xgcp a .txt .tags span{ padding:5px 10px; margin:6px 8px; font-size: 13px; }
}
@media only screen and (max-width: 1400px){
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 18px; }
  .product_list li a .txt .tags span, #xgcp a .txt .tags span{ padding:4px 8px; margin:4px 6px; font-size: 12px; }
}
@media only screen and (max-width: 1200px){
  .product_list li a .cimg, #xgcp a .cimg{ height: 50%; }
  .product_list li a .txt, #xgcp a .txt{ height: 50%; }
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 16px; }
}
@media only screen and (max-width: 992px){
  .product_list li{ width: calc(50% - 7.5px); margin-right: 15px; margin-bottom: 15px; }
  .product_list li:nth-child(3n+0){ margin-right: 15px; }
  .product_list li:nth-child(2n+0){ margin-right: 0; }
  .product_list li a .txt .tags span, #xgcp a .txt .tags span{ padding:4px 6px; margin:2px; font-size: 12px; }
}
@media only screen and (max-width: 768px){
  .product_list li a .cimg, #xgcp a .cimg{ height: 45%; }
  .product_list li a .txt, #xgcp a .txt{ height: 55%; }
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .product_list li a .txt b, #xgcp a .txt b{ font-size: 14px; margin:15px 0; }
}
@media only screen and (max-width: 576px){
  .product_list li a .cimg, #xgcp a .cimg{ height: 60%; }
  .product_list li a .txt, #xgcp a .txt{ height: 40%; }
  .product_list li a .txt .tags, #xgcp a .txt .tags{ display: none; }
  .product_list li a .txt b, #xgcp a .txt b{ margin:12px 0; }
}
@media only screen and (max-width: 414px){
  .product_list li a .txt b, #xgcp a .txt b{ margin:10px 0; }
}

/*pro_list*/
.pro_list{overflow: hidden;}
.pro_list .row>div{margin:15px 0;}
.pro_list a{display: block;position: relative;overflow: hidden;border-radius: 2px;}

.pro_list a .img{width:100%;position: relative;padding-bottom: 72%;overflow: hidden;}
.pro_list a .img .bg{width:100%;height: 100%;position: absolute;top:0;left:0;}
.pro_list a .box{width:100%;height: 100%;background:rgba(0,0,0,0.5);opacity: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;position: absolute;top:0;left:0;}

.pro_list a .txt{/*position: absolute;bottom:-110%;width:100%;left:0;padding:calc(40% + 25px) 15px 15px;*/transition: all .5s;text-align: center;}
.pro_list a .txt b{font-size:20px;font-weight: bold;color:#fff;margin-bottom: 15px;}
.pro_list a .txt .tags{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;margin-top: 15px;}
.pro_list a .txt .tags span{padding:2px 6px;border:solid 1px #eee;display: inline-block;font-size:14px;color:#eee;margin:3px;border-radius: 3px;opacity: 0.7}
.pro_list a .cimg{/*position: absolute;top:-100%;left:50%;transform: translateX(-50%);*/overflow: hidden;opacity: 0;transition: all .5s;z-index: 1;width:40%;height: 40%;margin-bottom: 10px;}
.pro_list a .cimg .pic{width:100%;border-radius: 50%;overflow: hidden;height: 100%}
.pro_list a .cimg .pic img{width:100%;height: 100%;object-fit: cover;}
.pro_list a .tit{text-align: center;font-size:16px;padding:15px;color:#333;}
.pro_list a:hover .box{opacity: 1}
.pro_list a:hover .cimg{/*top:10%;*/opacity: 1;}
/*.pro_list a:hover .txt{bottom:10%;}*/
@media(max-width: 1400px){
	/*.pro_list a .txt{padding:calc(40% + 10px) 5px;}*/
	.pro_list a .txt .tags span{font-size:13px;padding:1px 5px;}
}
@media(max-width: 1200px){
	.pro_list a .txt{/*padding:calc(40% + 20px) 5px;*/}
  .pro_list a .txt b{font-size:18px;}
  .pro_list a .txt .tags span{font-size:12px;padding:0px 2px;}
}
@media(max-width: 992px){
	/*.pro_list a .txt{padding:calc(40% + 10px) 5px;}*/
	.pro_list a .txt .tags{margin-top: 5px;}
	.pro_list a .txt .tags span{font-size:12px;padding:1px 4px;}
}
@media(max-width: 576px){
  .pro_list a .txt b{font-size:14px;}
}
/* article */
.article{ width: 100%; }
.article{ font-size: 16px; color: #333333; line-height: 1.8; }
.article p{ margin-bottom: 12px; }
.article img{ max-width:100%; }
@media only screen and (max-width: 1600px){
}
@media only screen and (max-width: 1500px){
}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
  .article{ font-size: 15px; line-height: 1.8; }
  .article p{ margin-bottom: 10px; }
}
@media only screen and (max-width: 640px){
  .article{ font-size: 14px; line-height: 1.7; }
  .article p{ margin-bottom: 8px; }
}
@media only screen and (max-width: 576px){
  .article{ font-size: 13px; line-height: 1.6; }
  .article p{ margin-bottom: 6px; }
}
@media only screen and (max-width: 414px){
  .article{ font-size: 12px; line-height: 1.5; }
  .article p{ margin-bottom: 4px; }
}

/* contact_map */
.contact_map{ border:1px solid #f1f1f1; overflow: hidden; box-sizing: border-box; }
.contact_map #dituContent{ width: 100%; height: 740px; }
@media only screen and (max-width: 1600px){
  .contact_map #dituContent{ height:700px; }
}
@media only screen and (max-width: 1500px){
  .contact_map #dituContent{ height:660px; }
}
@media only screen and (max-width: 1400px){
  .contact_map #dituContent{ height:620px; }
}
@media only screen and (max-width: 1200px){
  .contact_map #dituContent{ height:580px; }
}
@media only screen and (max-width: 992px){
  .contact_map #dituContent{ height:540px; }
}
@media only screen and (max-width: 768px){
  .contact_map #dituContent{ height:500px; }
}
@media only screen and (max-width: 640px){
  .contact_map #dituContent{ height:460px; }
}
@media only screen and (max-width: 576px){
  .contact_map #dituContent{ height:420px; }
}

/* 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: 1200px){
  .prev_next{ margin:18px 0 0; }
  .prev_next>div{ padding:10px; }
}
@media only screen and (max-width: 992px){
  .prev_next{ margin:16px 0 0; }
  .prev_next>div{ padding:8px; }
}
@media only screen and (max-width: 768px){
  .prev_next{ margin:14px 0 0; }
  .prev_next>div{ padding:6px; }
}
@media only screen and (max-width: 640px){
  .prev_next{ flex-wrap: wrap; margin:12px 0 0; }
  .prev_next>div{ width:100%; padding:4px; }
  .prev_next>div + div{ border-left: 1px solid #e9e9e9; border-top: 0; }
}

/* article_list */
.article_list{ overflow: hidden; width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap; }
.article_list li{ margin-bottom: 30px; box-sizing: border-box; width: calc(33.3% - 20px); margin-right: 30px; }
.article_list li:nth-child(3n+1){ margin-right: 0; }
.article_list li a{ display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.article_list li a .img{ box-sizing: border-box; border:1px solid #f1f1f1; width: 100%; padding-bottom: 60%; overflow: hidden; position: relative; }
.article_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.article_list li a .txt{ width: 100%; display: flex; align-items: center; justify-content: space-between; overflow: hidden; padding:15px 0; }
.article_list li a .txt h2{ line-height: 1; display: flex; width: calc(100% - 70px); font-size: 28px; color: #333333; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.article_list li a .txt .time{ font-size: 18px; color: #999999; line-height: 1; }
.article_list li a:hover img{ transition: all .3s; transform: scale(1.05); }
.article_list li a:hover .txt h2{ transition: all .3s; color: var(--zhu-color); }
.article_list li a:hover .txt .time{ transition: all .3s; color: var(--zhu-color); }
.article_list li:first-child{ width: 100%; }
.article_list li:first-child a{ width: 100%; flex-direction: row; display: flex; align-items: center; justify-content: space-between; }
.article_list li:first-child a .img{ width: calc(58% - 15px); padding-bottom: 32%; overflow: hidden; position: relative; }
.article_list li:first-child a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.article_list li:first-child a .txt{ width: calc(42% - 15px); display: block; overflow: visible; }
.article_list li:first-child a .txt .time{ display: flex; align-items: center; position: relative; left:-160px; transition: all .3s; }
.article_list li:first-child a .txt .time hr{ width: 200px; height: 2px; background: #c9c9c9; margin:0 30px; transition: all .3s; }
.article_list li:first-child a .txt .time span{ font-size: 36px; color: var(--zhu-color); line-height: 1; }
.article_list li:first-child a .txt h2{ margin:24px 0; font-size: 28px; color: #333333; line-height: 1; overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.article_list li:first-child a .txt p{ font-size: 16px; color: #333333; line-height: 1.875; overflow:hidden; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; }
.article_list li:first-child a .txt small{ margin-top: 70px; display: inline-block; padding:18px 50px; background: var(--zhu-color); border-radius: 30px; position: relative; overflow: hidden; }
.article_list li:first-child a .txt small::before{ content: ""; display: block; width: 0; height: 100%; position: absolute; left:0; top:0; background: var(--pei-color); transition: all .3s; }
.article_list li:first-child a .txt small i{ position: relative; z-index: 33; font-size: 16px; color: #ffffff; line-height: 1; }
.article_list li:first-child a:hover img{ transition: all .3s; transform: scale(1.05); }
.article_list li:first-child a:hover .time{ left:0; transition: all .3s; }
.article_list li:first-child a:hover .time hr{ width: 0; transition: all .3s; margin:0; }
.article_list li:first-child a:hover .txt small::before{ transition: all .3s; width: 100%; }
@media only screen and (max-width: 1600px){
  .article_list li{ margin-bottom: 25px; width: calc(33.3% - 16.6px); margin-right: 25px; }
  .article_list li:nth-child(3n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:15px 0; }
  .article_list li a .txt h2{ font-size: 24px; width: calc(100% - 65px); }
  .article_list li a .txt .time{ font-size: 17px; }
  .article_list li:first-child a .img{ width: calc(50% - 12.5px); }
  .article_list li:first-child a .txt{ width: calc(50% - 12.5px); }
  .article_list li:first-child a .txt .time{ left:-140px; }
  .article_list li:first-child a .txt .time hr{ width: 180px; height: 2px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 30px; }
  .article_list li:first-child a .txt h2{ margin:22px 0; font-size: 24px; }
  .article_list li:first-child a .txt p{ font-size: 16px; line-height: 1.6; }
  .article_list li:first-child a .txt small{ margin-top: 50px; padding:16px 40px; }
  .article_list li:first-child a .txt small i{ font-size: 15px; }
}
@media only screen and (max-width: 1500px){
  .article_list li{ margin-bottom: 20px; width: calc(33.3% - 13.3px); margin-right: 20px; }
  .article_list li:nth-child(3n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:15px 0; }
  .article_list li a .txt h2{ font-size: 20px; width: calc(100% - 60px); }
  .article_list li a .txt .time{ font-size: 16px; }
  .article_list li:first-child a .img{ width: calc(50% - 10px); }
  .article_list li:first-child a .txt{ width: calc(50% - 10px); }
  .article_list li:first-child a .txt .time{ left:-120px; }
  .article_list li:first-child a .txt .time hr{ width: 160px; height: 1px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 24px; }
  .article_list li:first-child a .txt h2{ margin:20px 0; font-size: 20px; }
  .article_list li:first-child a .txt p{ font-size: 15px; line-height: 1.5; }
  .article_list li:first-child a .txt small{ margin-top: 30px; padding:14px 35px; }
  .article_list li:first-child a .txt small i{ font-size: 14px; }
}
@media only screen and (max-width: 1400px){
  .article_list li{ margin-bottom: 15px; width: calc(33.3% - 10px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:15px 0; }
  .article_list li a .txt h2{ font-size: 18px; width: calc(100% - 55px); }
  .article_list li a .txt .time{ font-size: 15px; }
  .article_list li:first-child a .img{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt .time{ left:-100px; }
  .article_list li:first-child a .txt .time hr{ width: 140px; height: 1px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 18px; }
  .article_list li:first-child a .txt h2{ margin:18px 0; font-size: 18px; }
  .article_list li:first-child a .txt p{ font-size: 14px; line-height: 1.5; }
  .article_list li:first-child a .txt small{ margin-top: 18px; padding:12px 30px; }
  .article_list li:first-child a .txt small i{ font-size: 14px; }
}
@media only screen and (max-width: 1200px){
  .article_list li{ margin-bottom: 15px; width: calc(33.3% - 10px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:12px 0; }
  .article_list li a .txt h2{ font-size: 16px; width: calc(100% - 50px); }
  .article_list li a .txt .time{ font-size: 14px; }
  .article_list li:first-child a .img{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt .time{ left:-120px; }
  .article_list li:first-child a .txt .time hr{ width: 120px; height: 1px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 18px; }
  .article_list li:first-child a .txt h2{ margin:18px 0; font-size: 18px; }
  .article_list li:first-child a .txt p{ font-size: 14px; line-height: 1.5; }
  .article_list li:first-child a .txt small{ margin-top: 18px; padding:12px 30px; }
  .article_list li:first-child a .txt small i{ font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .article_list li{ margin-bottom: 15px; width: calc(50% - 7.5px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 15px; }
  .article_list li:nth-child(2n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:10px 0; }
  .article_list li a .txt h2{ font-size: 15px; width: calc(100% - 45px); }
  .article_list li a .txt .time{ font-size: 13px; }
  .article_list li:first-child a .img{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt .time{ left:-100px; }
  .article_list li:first-child a .txt .time hr{ width: 100px; height: 1px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 16px; }
  .article_list li:first-child a .txt h2{ margin:16px 0; font-size: 16px; }
  .article_list li:first-child a .txt p{ font-size: 14px; line-height: 1.5; -webkit-line-clamp:3; }
  .article_list li:first-child a .txt small{ margin-top: 16px; padding:8px 24px; }
  .article_list li:first-child a .txt small i{ font-size: 13px; }
}
@media only screen and (max-width: 768px){
  .article_list li{ margin-bottom: 15px; width: calc(50% - 7.5px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 15px; }
  .article_list li:nth-child(2n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:10px 0; }
  .article_list li a .txt h2{ font-size: 14px; width: calc(100% - 40px); }
  .article_list li a .txt .time{ font-size: 13px; }
  .article_list li:first-child a .img{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt{ width: calc(50% - 7.5px); }
  .article_list li:first-child a .txt .time{ left:-80px; }
  .article_list li:first-child a .txt .time hr{ width: 80px; height: 1px; margin:0 30px; }
  .article_list li:first-child a .txt .time span{ font-size: 15px; }
  .article_list li:first-child a .txt h2{ margin:15px 0; font-size: 15px; }
  .article_list li:first-child a .txt p{ font-size: 14px; -webkit-line-clamp:2; }
  .article_list li:first-child a .txt small{ margin-top: 15px; padding:6px 20px; }
  .article_list li:first-child a .txt small i{ font-size: 12px; }
}
@media only screen and (max-width: 640px){
  .article_list li{ margin-bottom: 15px; width: calc(50% - 7.5px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 15px; }
  .article_list li:nth-child(2n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:10px 0; }
  .article_list li a .txt h2{ font-size: 13px; width: calc(100% - 35px); }
  .article_list li a .txt .time{ font-size: 13px; }
  .article_list li:first-child a .txt .time{ left:-60px; }
  .article_list li:first-child a .txt .time hr{ width: 60px; height: 1px; margin:0 15px; }
  .article_list li:first-child a .txt .time span{ font-size: 14px; }
  .article_list li:first-child a .txt h2{ margin:14px 0; font-size: 14px; }
  .article_list li:first-child a .txt p{ font-size: 13px; -webkit-line-clamp:2; }
  .article_list li:first-child a .txt small{ margin-top: 14px; padding:6px 16px; }
}
@media only screen and (max-width: 576px){
  .article_list li{ margin-bottom: 15px; width: calc(50% - 7.5px); margin-right: 15px; }
  .article_list li:nth-child(3n+1){ margin-right: 15px; }
  .article_list li:nth-child(2n+1){ margin-right: 0; }
  .article_list li a .txt{ padding:10px 0; }
  .article_list li a .txt h2{ font-size: 13px; width: calc(100% - 30px); }
  .article_list li a .txt .time{ font-size: 13px; }
  .article_list li:first-child a{ flex-wrap: wrap; }
  .article_list li:first-child a .txt, .article_list li:first-child a .img{ width: 100%; }
  .article_list li:first-child a .txt .time{ left:-60px; }
  .article_list li:first-child a .txt .time hr{ width: 60px; height: 1px; margin:0 15px; }
  .article_list li:first-child a .txt .time span{ font-size: 14px; }
  .article_list li:first-child a .txt h2{ margin:14px 0; font-size: 14px; }
  .article_list li:first-child a .txt p{ font-size: 13px; -webkit-line-clamp:2; }
  .article_list li:first-child a .txt small{ margin-top: 14px; padding:6px 16px; }
}
@media only screen and (max-width: 414px){
  .article_list li a .txt{ padding:10px 0; }
  .article_list li a .txt h2{ font-size: 12px; }
  .article_list li a .txt .time{ font-size: 12px; }
  .article_list li:first-child a .txt .time span{ font-size: 13px; }
  .article_list li:first-child a .txt h2{ margin:13px 0; font-size: 13px; }
  .article_list li:first-child a .txt p{ font-size: 12px; -webkit-line-clamp:2; }
  .article_list li:first-child a .txt small{ margin-top: 13px; padding:4px 15px; }
}

/* page_tit */
.page_tit{ border-bottom: 1px solid #adadad; width:100%; margin-bottom: 30px; }
.page_tit .inner{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.page_tit b{ font-size: 36px; color:#333333; font-weight:normal; line-height: 1.5; }
.page_tit .meta{ font-size: 14px; color:#999999; line-height: 1; margin: 20px 0 30px; display: block; }
@media only screen and (max-width: 1600px){
  .page_tit{ margin-bottom: 30px; }
  .page_tit b{ font-size: 32px; }
  .page_tit .meta{ font-size: 14px; margin: 20px 0 30px; }
}
@media only screen and (max-width: 1500px){
  .page_tit b{ font-size: 30px; }
}
@media only screen and (max-width: 1400px){
  .page_tit b{ font-size: 28px; }
}
@media only screen and (max-width: 1200px){
  .page_tit b{ font-size: 26px; }
}
@media only screen and (max-width: 992px){
  .page_tit{ margin-bottom: 20px; padding-bottom: 20px; }
  .page_tit b{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  .page_tit{ margin-bottom: 18px; padding-bottom: 18px; }
  .page_tit b{ font-size: 22px; }
  .page_tit .meta{ font-size: 14px; margin: 15px 0; }
}
@media only screen and (max-width: 640px){
  .page_tit{ margin-bottom: 15px; padding-bottom: 15px; }
  .page_tit b{ font-size: 20px; }
  .page_tit .meta{ font-size: 13px; margin: 10px 0; }
}
@media only screen and (max-width: 576px){
  .page_tit{ margin-bottom: 12px; padding-bottom: 12px; }
  .page_tit b{ font-size: 18px; }
  .page_tit .meta{ font-size: 13px; margin: 8px 0; }
}
@media only screen and (max-width: 414px){
  .page_tit{ margin-bottom: 10px; padding-bottom: 10px; }
  .page_tit b{ font-size: 16px; }
  .page_tit .meta{ font-size: 12px; margin: 5px 0; }
}

/* service */
.service{ background: var(--zhu-color); padding:180px 0 60px; }
.service .inner{ box-sizing: border-box; padding:0 136px; position: relative; }
#service{ overflow: hidden; padding-bottom: 80px; }
#service img{ max-width: 100%; }
#service .swiper-pagination{ bottom:40px; }
#service .swiper-pagination-bullet{ transition: all .3s; width: 8px; height: 8px; margin:0 5px; background: transparent; border:1px solid #ffffff; border-radius: 50%; opacity: 1; }
#service .swiper-pagination-bullet-active{ transition: all .3s; width: 30px; border-radius: 5px; }
.service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 68px; height: 68px; margin-top: -65px; }
.service .inner .swiper-button-next::after, .service .inner .swiper-button-prev::after{ display: none; }
.service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 68px; line-height: 1; color: #ffffff; transition: all .3s; }
.service .inner .swiper-button-next:hover i, .service .inner .swiper-button-prev:hover i{ transition: all .3s; color: var(--pei-color); }
#service_tit{ overflow: hidden; }
#service_tit .txt{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
#service_tit .txt i{ width: 8px; height: 8px; background: #ffffff; line-height: 1; border-radius: 50%; position: relative; }
#service_tit .txt i::before{ content: ""; width: 50px; height: 1px; background: #ffffff; display: block; position: absolute; left:-60px; top:50%; }
#service_tit .txt i::after{ content: ""; width: 50px; height: 1px; background: #ffffff; display: block; position: absolute; right: -60px; top:50%; }
#service_tit .txt b{ font-size: 36px; font-weight: normal; color: #ffffff; line-height: 1; margin:15px 0; }
#service_tit .txt p{ font-size: 12px; color: #ffffff; line-height: 1; text-transform: uppercase; }
@media only screen and (max-width: 1600px){
  .service{ padding:160px 0 50px; }
  .service .inner{ padding:0 100px; }
  #service{ padding-bottom: 70px; }
  #service .swiper-pagination{ bottom:30px; }
  #service .swiper-pagination-bullet{ width: 8px; height: 8px; margin:0 5px; }
  #service .swiper-pagination-bullet-active{ width: 30px; border-radius: 5px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 60px; height: 60px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 60px; }
  #service_tit .txt i{ width: 7px; height: 7px; }
  #service_tit .txt i::before{ width: 40px; height: 1px; left: -50px; top:50%; }
  #service_tit .txt i::after{ width: 40px; height: 1px; right: -50px; top:50%; }
  #service_tit .txt b{ font-size: 30px; margin:12px 0; }
}
@media only screen and (max-width: 1500px){
  .service{ padding:140px 0 40px; }
  .service .inner{ padding:0 80px; }
  #service{ padding-bottom: 70px; }
  #service .swiper-pagination{ bottom:30px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 50px; height: 50px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 50px; }
  #service_tit .txt i{ width: 6px; height: 6px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 24px; margin:10px 0; }
}
@media only screen and (max-width: 1400px){
  .service{ padding:120px 0 30px; }
  .service .inner{ padding:0 60px; }
  #service{ padding-bottom: 60px; }
  #service .swiper-pagination{ bottom:25px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 40px; height: 40px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 40px; }
  #service_tit .txt i{ width: 6px; height: 6px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 18px; margin:10px 0; }
}
@media only screen and (max-width: 1200px){
  .service{ padding:30px 0; }
  .service .inner{ padding:0 50px; }
  #service{ padding-bottom: 60px; }
  #service .swiper-pagination{ bottom:25px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 30px; height: 30px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 30px; }
  #service_tit .txt i{ width: 6px; height: 6px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 16px; margin:8px 0; }
}
@media only screen and (max-width: 992px){
  .service{ padding:20px 0; }
  .service .inner{ padding:0 40px; }
  #service{ padding-bottom: 60px; }
  #service .swiper-pagination{ bottom:25px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 20px; height: 20px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 20px; }
  #service_tit .txt i{ width: 6px; height: 6px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 16px; margin:8px 0; }
  #service_tit .txt p{ display: none; }
}
@media only screen and (max-width: 768px){
  .service{ padding:15px 0; }
  .service .inner{ padding:0 15px; }
  #service{ padding-bottom: 40px; }
  #service .swiper-pagination{ bottom:15px; }
  #service .swiper-pagination-bullet{ width: 7px; height: 7px; margin:0 5px; }
  #service .swiper-pagination-bullet-active{ width: 25px; border-radius: 5px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ width: 20px; height: 20px; margin-top: -50px; }
  .service .inner .swiper-button-next i, .service .inner .swiper-button-prev i{ font-size: 20px; }
  .service .inner .swiper-button-next{ right: 30px; }
  .service .inner .swiper-button-prev{ left: 30px; }
  #service_tit .txt i{ width: 6px; height: 6px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 16px; margin:8px 0; }
  #service_tit .txt p{ display: none; }
}
@media only screen and (max-width: 640px){
  #service{ padding-bottom: 40px; }
  #service .swiper-pagination{ bottom:15px; }
  #service .swiper-pagination-bullet{ width: 6px; height: 6px; margin:0 5px; }
  #service .swiper-pagination-bullet-active{ width: 20px; border-radius: 5px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ margin-top: -40px; }
  #service_tit .txt i{ width: 5px; height: 5px; }
  #service_tit .txt i::before{ width: 30px; height: 1px; left: -40px; top:50%; }
  #service_tit .txt i::after{ width: 30px; height: 1px; right: -40px; top:50%; }
  #service_tit .txt b{ font-size: 15px; margin:6px 0; }
}
@media only screen and (max-width: 576px){
  #service{ padding-bottom: 40px; }
  #service .swiper-pagination{ bottom:15px; }
  #service .swiper-pagination-bullet{ width: 6px; height: 6px; margin:0 5px; }
  #service .swiper-pagination-bullet-active{ width: 20px; border-radius: 5px; }
  .service .inner .swiper-button-next, .service .inner .swiper-button-prev{ margin-top: -40px; }
  #service_tit .txt i{ width: 5px; height: 5px; }
  #service_tit .txt i::before{ display: none; }
  #service_tit .txt i::after{ display: none; }
  #service_tit .txt b{ font-size: 14px; margin:5px 0; }
}
@media only screen and (max-width: 414px){
  #service_tit .txt b{ font-size: 13px; margin:4px 0; }
}

/* info_banner */
.info_banner{ position: relative; }
.info_banner::before{ content: ""; display: block; width: 100%; height: 100%;  position: absolute; top:0; left:0; }

/* product_info */
.product_info{ background: #f4f4f4; padding:20px 0; }
.product_focus{ display: flex; flex-direction: column; box-sizing: border-box; padding:0 136px; }
.product_focus > b{ padding:40px 0; text-align: center; font-size: 36px; color: #333333;  overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.pinfo-part1{ display: flex; align-items: center; justify-content: space-between;flex-direction: row; }
.pinfo-part1 .left{width:550px;overflow: hidden;}
.pinfo-part1 .left .bigbox{width:100%;overflow: hidden;border:solid 1px #ddd;}
.pinfo-part1 .left .bigbox .swiper-slide{width:100%;padding-bottom: 75%;position: relative;overflow: hidden;cursor: pointer;}
.pinfo-part1 .left .bigbox .swiper-slide img{width:100%;height: 100%;position: absolute;object-fit: cover;top:0;left:0;}
.pinfo-part1 .left .smallbox{width:100%;overflow: hidden;margin-top: 10px;}
.pinfo-part1 .left .smallbox .swiper-slide{border:solid 1px #ddd;}
.pinfo-part1 .left .smallbox .swiper-slide .img{width:100%;padding-bottom: 75%;position: relative;cursor: pointer;}
.pinfo-part1 .left .smallbox .swiper-slide .img img{position: absolute;top:0;left:0;width:100%;height: 100%;object-fit: cover;}
.pinfo-part1 .left .smallbox .swiper-slide-thumb-active{border:solid 1px var(--zhu-color);}
.pinfo-part1 .right{width:calc(100% - 580px);}
.pinfo-part1 .right .txt{ display: flex; flex-direction: column; }
.pinfo-part1 .right .txt > small{ font-size: 26px; color: var(--zhu-color); font-weight: normal; line-height: 1; }
.pinfo-part1 .right .txt > div{ margin:24px 0; overflow: hidden; }
.pinfo-part1 .right .txt > div i{ margin:7px 0; margin-right: 14px; font-size: 14px; color: #858585; border:1px solid #858585; border-radius: 5px; padding:7px 12px; display: inline-flex; align-items: center; justify-content: center; }
.pinfo-part1 .right .txt > div p{ font-size: 14px; color: #858585; line-height: 1.8;text-indent: 2em }
.pinfo-part1 .right .txt > .tel{ display: flex; align-items: center; font-size: 36px; font-weight: bold; color: var(--pei-color); }
.pinfo-part1 .right .txt > .tel span{ font-size: 26px; color: var(--zhu-color); line-height: 1; }
.product_content{ overflow: hidden; }
.product_content strong{ border-bottom: 1px solid var(--zhu-color); display: block; margin:30px 0; }
.product_content strong em{ display: inline-flex; align-items: center; justify-content: center; background: var(--zhu-color); padding:18px 45px; font-size: 26px; color: #ffffff; line-height: 1; }
.product_content p{ font-size: 18px; color: #858585; line-height: 2; }
.product_content p img{ max-width: 100%; }
.pinfo_xg{width:100%;overflow: hidden;margin-bottom: 45px;}

@media only screen and (max-width: 1600px){
  .product_info{ padding:15px 0; }
  .product_focus{ padding:0 60px; }
  .product_focus > b{ padding:30px 0; font-size: 32px; }
  
  .pinfo-part1 .right .txt > small{ font-size: 24px; }
  .pinfo-part1 .right .txt > div{ margin:20px 0; }
  .pinfo-part1 .right .txt > div i{ margin:5px 0; margin-right: 10px; font-size: 13px; padding:5px 10px; }
  .pinfo-part1 .right .txt > .tel{ font-size: 32px; font-weight: bold; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 24px; }
  .product_content strong{ margin:30px 0; }
  .product_content strong em{ padding:16px 40px; font-size: 22px; }
  .product_content p{ font-size: 18px; line-height: 1.8; }
}
@media only screen and (max-width: 1500px){
  .product_info{ padding:10px 0 15px; }
  .product_focus{ padding:0; }

  .pinfo-part1 .right .txt > small{ font-size: 22px; }
  .pinfo-part1 .right .txt > div{ margin:18px 0; }
  .pinfo-part1 .right .txt > div i{ margin:4px 0; margin-right: 8px; font-size: 12px; padding:4px 8px; }
  .pinfo-part1 .right .txt > div p{ font-size: 12px; }
  .pinfo-part1 .right .txt > .tel{ font-size: 28px; font-weight: bold; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 22px; }
  .product_content strong{ margin:20px 0; }
  .product_content strong em{ padding:14px 36px; font-size: 18px; }
  .product_content p{ font-size: 17px; line-height: 1.7; }
}
@media only screen and (max-width: 1400px){
  .product_info{ padding:5px 0 15px; }
 
  .pinfo-part1 .right .txt > small{ font-size: 18px; }
  .pinfo-part1 .right .txt > div{ margin:16px 0; }
  .pinfo-part1 .right .txt > div i{ margin:4px 0; margin-right: 6px; padding:3px 6px; }
  .pinfo-part1 .right .txt > .tel{ font-size: 24px; font-weight: bold; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 18px; }
  .product_content strong{ margin:15px 0; }
  .product_content strong em{ padding:12px 30px; font-size: 14px; }
  .product_content p{ font-size: 16px; }
}
@media only screen and (max-width: 1200px){
  .product_info{ padding:0 0 15px; }
  

  .pinfo-part1 .right .txt > small{ font-size: 16px; }
  .pinfo-part1 .right .txt > div{ margin:15px 0; }
  .pinfo-part1 .right .txt > div i{ margin:3px 0; margin-right: 5px; padding:3px 5px; }
  .pinfo-part1 .right .txt > .tel{ font-size: 20px; font-weight: bold; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 16px; font-weight: normal; }
  .product_content strong{ margin:10px 0; }
  .product_content strong em{ padding:10px 20px; font-size: 14px; }
  .product_content p{ font-size: 15px; }
}

@media only screen and (max-width: 992px){
  .pinfo-part1 .left{width:450px;}
  .pinfo-part1 .right{width:calc(100% - 480px);}
  .pinfo-part1 .right{ flex-wrap: wrap; }
  .pinfo-part1 .right .img, .pinfo-part1 .right .txt{ width: 100%; }
  .pinfo-part1 .right .img{ padding-bottom: 45%; margin-bottom: 18px; }
  .pinfo-part1 .right .txt > small{ font-size: 16px; }
  .pinfo-part1 .right .txt > div{ margin:10px 0 15px; }
  .pinfo-part1 .right .txt > div i{padding:1px 5px;}
  .pinfo-part1 .right .txt > div p{line-height: 1.6}
  .pinfo-part1 .right .txt > .tel{ font-size: 20px; font-weight: bold;margin:5px 0; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 16px; }
  .product_content strong{ margin:10px 0; }
  .product_content strong em{ padding:10px 20px; font-size: 14px; }
  .product_content p{ font-size: 15px; }
}
@media only screen and (max-width: 768px){
  .product_focus > b{ padding:15px 0; font-size: 20px; }

  .pinfo-part1{flex-direction: column;}
  .pinfo-part1 .left{width:100%;}
  .pinfo-part1 .right{width:100%;margin-top: 30px;}
  .pinfo-part1 .right .txt > small{ font-size: 16px; }
  .pinfo-part1 .right .txt > div{ margin:12px 0; }
  .pinfo-part1 .right .txt > .tel{ font-size: 16px; font-weight: normal; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 15px; }
  .product_content strong{ margin:10px 0; }
  .product_content strong em{ padding:10px 20px; font-size: 14px; }
  .product_content p{ font-size: 14px; }
}
@media only screen and (max-width: 640px){
  .pinfo-part1 .right .txt > small{ font-size: 15px; }
  .pinfo-part1 .right .txt > div{ margin:10px 0; }
  .pinfo-part1 .right .txt > .tel{ font-size: 14px; font-weight: normal; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 14px; }
  .product_content strong{ margin:10px 0; }
  .product_content strong em{ padding:8px 16px; font-size: 13px; }
  .product_content p{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .product_focus > b{ padding:15px 0; font-size: 20px; }
  .pinfo-part1 .right .txt > small{ font-size: 14px; }
  .pinfo-part1 .right .txt > div{ margin:10px 0; }
  .pinfo-part1 .right .txt > .tel{ font-size: 13px; font-weight: normal; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 13px; }
  .product_content strong{ margin:10px 0; }
  .product_content strong em{ padding:8px 16px; font-size: 12px; }
  .product_content p{ font-size: 12px; }
  .pinfo_xg{margin-bottom:0px;}


}
@media only screen and (max-width: 414px){
  .pinfo-part1 .right .txt > small{ font-size: 13px; }
  .pinfo-part1 .right .txt > div{ margin:10px 0; }
  .pinfo-part1 .right .txt > .tel{ font-size: 12px; font-weight: normal; }
  .pinfo-part1 .right .txt > .tel span{ font-size: 12px; }
  .pinfo_xg a .txt .tags{display: none;}
}


/*case_list*/
.case_list a{display: block;width:100%;}
.case_list a .img{width:100%;padding-bottom: 75%;position: relative;overflow: hidden;border:solid 1px #eee;}
.case_list a .img img{width:100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;transition: all .5s}
.case_list a p{color:#333;font-size:16px;padding:15px 0;transition: all .5s;font-weight: bold;}
.case_list a:hover .img img{transform:scale(1.05,1.05);}
.case_list a:hover p{color:var(--zhu-color);}
@media(max-width: 576px){
  .case_list li{padding:0 7px;}
  .case_list a p{font-size:14px;padding:10px 0;}
}




/*goodsinfo*/
.goodsinfo{padding: 60px 0;overflow: hidden;background: #f4f4f4}
.goodsinfo-hd{height: 60px;border-radius: 8px;padding:5px 0;position: relative;text-align: center;}
.goodsinfo-hd .t1{text-transform: uppercase;font-family: 'Arial';font-weight: 900;font-size:24px;color:#fff;opacity: .2;line-height: 50px;}
.goodsinfo-hd .t2{margin-top: -45px;font-size:24px;font-weight: bold;color:#fff;}
.goodsinfo-bd{padding:0px 30px;overflow: hidden;}
.goodsinfo-bd .part1{}
.goodsinfo-bd b{color:#222222;font-size:18px;padding:30px 0;display: block;}
.goodsinfo-bd .content{line-height: 2;font-size:130%;}
.goodsinfo-bd .content img{max-width: 100%}
.goodsinfo-bd .content table{width:100%;}
.goodsinfo-bd .part3 .content table td{border:solid 1px #ddd;padding:10px;width:auto;font-size:16px;white-space: nowrap;line-height: 1.6;text-align: center;}

.goodsinfo-bd .part2 .imglist{overflow: hidden;}
.goodsinfo-bd .part2 .imglist .img{position: relative;width:100%;padding-bottom:75%;border-radius: 10px;background: #fff;overflow: hidden;}
.goodsinfo-bd .part2 .imglist .img img{position: absolute;top:0;left:0;object-fit: cover;width:100%;height: 100%}
@media(max-width: 1450px){
  .goodsinfo-bd .part3 .content table td{font-size:14px;}
  
}
@media(max-width: 1350px){
  .goodsinfo-bd .part3 .content{overflow-x: auto;}
  .goodsinfo-bd .part3 .content table{min-width: 1350px!important}
}
@media(max-width: 1200px){
  
}
@media(max-width: 992px){
  
}

@media(max-width: 768px){
  .goodsinfo-bd{padding:0;}
  .goodsinfo-bd .content{font-size:100%;}
  .goodsinfo-bd .part3 .content table td{font-size:12px;}
  
}



/*newslist*/
.newslist{overflow: hidden;padding:30px 0;}
.newslist-box{display: flex;flex-direction: row;justify-content: space-between;width:90%;margin:0 auto;}
.newslist-left{width:100%;}
.newslist-left a{display: flex;flex-direction: row;width:100%;justify-content: space-between;border-bottom: 1px solid #c9c9c9;padding:30px 0;}
.newslist-left a .left{display: flex;flex-direction: column;width:calc(100% - 390px);justify-content: center;}
.newslist-left a .left .t1{color:#858585;display: flex;flex-direction: row;align-items: center;}
.newslist-left a .left .t1 i{font-size:20px;}
.newslist-left a .left .t1 span{font-size:16px;margin-left: 5px;}
.newslist-left a .left .t2{font-size:18px;margin:15px 0;color:#333;}
.newslist-left a .left .t3{font-size:14px;color:#666;margin:15px 0;}
.newslist-left a .right{width:360px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.newslist-left a .right .pic{width:310px;}
.newslist-left a .right .pic .img{padding-bottom:60%;width:100%;position: relative;overflow:hidden;}
.newslist-left a .right .pic .img img{width:100%;height: 100%;position: absolute;top:0;left:0;object-fit: cover;transition: all .5s}
.newslist-left a .right i{font-size:30px;color:red;}
.newslist-left a:hover .left .t1{color:red;}
.newslist-left a:hover .left .t2{color:red;}
.newslist-left a:hover .right .pic .img img{box-shadow: 5px 5px 10px #ddd;top:-5px;left:-5px;}

@media(max-width: 992px){
  .newslist-box{width:100%;}
}
@media(max-width: 768px){
  .newslist-left a .left{width:calc(100% - 280px);}
  .newslist-left a .right{width:250px;}
  .newslist-left a .right .pic{width:200px;}
}
@media(max-width: 576px){
  .newslist-left a{flex-direction: column-reverse;}
  .newslist-left a .left{width:100%;margin-top: 15px;}
  .newslist-left a .left .t3{margin:0;}
  .newslist-left a .right{width:100%;}
}






/*contact-part1*/
.contact-part1-hd{font-size:30px;color:#333;padding:25px 0;}
.contact-part1-bd{padding:25px;background: #f5f6f8;display: flex;flex-direction: row;justify-content: space-between;}
.contact-part1-bd .left{width:325px;display: flex;flex-direction: column;}
.contact-part1-bd .left li{background: #fff;padding:25px;list-style: none;margin-bottom: 15px;}
.contact-part1-bd .left li .t1{display: flex;flex-direction: row;color:var(--zhu-color);align-items: center;}
.contact-part1-bd .left li .t1 i{font-size:26px;}
.contact-part1-bd .left li .t1 span{font-size:18px;margin-left:10px;}
.contact-part1-bd .left li .t2{font-size:18px;margin-top: 15px;}
.contact-part1-bd .right{width:calc(100% - 355px);}
@media(max-width: 768px){
  .contact-part1-bd{flex-direction: column;}
  .contact-part1-bd .left{width:100%;}
  .contact-part1-bd .right{width:100%;}
}
@media(max-width: 576px){
  .contact-part1-hd{font-size:24px;}
  .contact-part1-bd{padding:15px;}

}

/*contact-part2*/
.contact-part2-bd{background:#f5f6f8;padding:26px;width:100%;overflow:hidden;margin-bottom: 30px}
.contact-part2-bd .hd{width:100%;display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 30px;}
.contact-part2-bd .hd li{width:calc(calc(100% - 30px)/2);list-style: none;}
.contact-part2-bd .hd input{width:100%;padding:15px;font-size:16px;height: 68px;border:solid 1px #eee;background: #fff;}
.contact-part2-bd .md{width:100%;}
.contact-part2-bd .md textarea{width:100%;height: 135px;border:solid 1px #eee;padding:15px;font-size:16px;}
.contact-part2-bd .bd{width:100%;display: flex;flex-direction: row;justify-content: space-between;margin-top: 30px;}
.contact-part2-bd .bd .left{width:48%;display: flex;flex-direction: row;justify-content: space-between;}
.contact-part2-bd .bd .left input{width:calc(100% - 190px);height: 68px;border:solid 1px #eee;background: #fff;padding:15px;font-size:16px;}
.contact-part2-bd .bd .left img{width:160px;height: 68px}
.contact-part2-bd .bd .right{width:40%;}
.contact-part2-bd .bd .right a{width:100%;height: 68px;border-radius: 5px;line-height: 68px;text-align: center;background: var(--zhu-color);color:#fff;font-size:16px;display: block;}
.contact-part2-bd .bd .right a:hover{background: var(--pei-color)}

@media(max-width: 768px){
  .contact-part2-bd .bd .left{width:58%;}
}
@media(max-width: 576px){
  .contact-part2-bd{padding:15px;}
  .contact-part2-bd .hd{flex-direction: column;margin-bottom: 0}
  .contact-part2-bd .hd li{width:100%;margin-bottom: 15px;}
  .contact-part2-bd .bd{flex-direction: column;}
  .contact-part2-bd .bd .left{width:100%;}
  .contact-part2-bd .bd .left img{width:120px;height: 45px;}
  .contact-part2-bd .bd .left input{width:calc(100% - 135px);height: 45px}
  .contact-part2-bd .bd{margin-top: 15px;}
  .contact-part2-bd .bd .right{width:100%;margin-top: 15px;}
  .contact-part2-bd .hd input{height: 45px;}
  .contact-part2-bd .bd .right a{height: 45px;line-height: 45px;}
}






































