@charset "utf-8";
/* 引入外部图标样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 3635624 */
  src: url('http://at.alicdn.com/t/c/font_3635624_jm7u41r5ew9.woff2?t=1662546223291') format('woff2'),
       url('http://at.alicdn.com/t/c/font_3635624_jm7u41r5ew9.woff?t=1662546223291') format('woff'),
       url('http://at.alicdn.com/t/c/font_3635624_jm7u41r5ew9.ttf?t=1662546223291') 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;
}
/* 网站色值设置 */
body{--zhu-color:#131f8f;--pei-color:#ffcb00;}
/* 样式重置 */
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: DIN; src: url('./fonts/DINPro-Bold.ttf'); }
@font-face{ font-family: DINLIGHT; src: url('./fonts/DIN-Light.otf'); }
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_hume9lcb8kb.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_hume9lcb8kb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_hume9lcb8kb.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

/*清除内外边距*/
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;}
.inner{ width: 1400px; margin:0 auto; }
@media only screen and (max-width: 1400px){
  .inner{ width: 100%; box-sizing: border-box; padding:0 15px; }
}

/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 10px 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; min-width: 26px; padding: 0 12px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden;}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color: var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}
.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px;}
.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px;}
@media only screen and (max-width: 768px){
  .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn{ display: none; }
}

/*h_tool*/
.h_tool{ background: #2d2d2d; padding:15px 0;}
.h_tool .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_tool p{ font-size: 14px;color: #999999; }
.h_tool ul{ float: right; }
.h_tool li{ float: left; font-size: 14px;color: #999999; }
.h_tool li a{ font-size: 14px;color: #999999; padding:0 10px; transition: all .3s; }
.h_tool li a:hover{ transition: all .3s; color: var(--pei-color); }
@media only screen and (max-width: 992px){
  .h_tool{ padding:12px 0;}
}
@media only screen and (max-width: 768px){
  .h_tool ul{ display: none; }
}
@media only screen and (max-width: 640px){
  .h_tool p{ text-align: center; width: 100%; }
}
@media only screen and (max-width: 576px){
  .h_tool{ padding:10px 0;}
  .h_tool p{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .h_tool{ padding:8px 0;}
  .h_tool p{ font-size: 12px; }
}

/* h_top */
.h_top{ padding:35px 0; overflow: hidden; }
.h_top .inner{ display: flex; align-items: center; justify-content: space-between; }
.h_top .tel{ display: inline-flex; align-items: center; }
.h_top .tel span{ margin-right: 10px; display: inline-block; font-size: 42px; line-height: 1; color: var(--zhu-color); }
.h_top .tel p{ font-size: 16px; color: #333333; }
.h_top .tel b{ display: inline-block; line-height: 1; font-size: 26px; color: var(--zhu-color); font-weight: bold; }
@media only screen and (max-width: 1400px){
  .h_top{ padding:15px 0; }
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
  .h_top .logo{ width: 50%; }
  .h_top .logo img{ max-width: 100%; }
}
@media only screen and (max-width: 768px){
  .h_top .tel{ display: none; }
  .h_top .logo{ width: 50%; margin:0 auto; }
}
@media only screen and (max-width: 640px){
  .h_top .logo{ width: 70%; }
}
@media only screen and (max-width: 576px){
  .h_top .logo{ width: 80%; }
}
@media only screen and (max-width: 414px){
  .h_top .logo{ width: 100%; }
}

/* h_menu */
.h_menu{ overflow: visible; border-top: 1px solid #e2e2e2; }
.h_menu .nav{ width: 100%; display: flex; align-items: center; justify-content: space-between; overflow: visible; }
.h_menu .nav li{ width: 12.5%; position: relative; box-sizing: border-box; border-left: 1px solid #e2e2e2; }
.h_menu .nav li::after{ content: ""; display: inline-block; width: 0%; height: 6px; background: var(--pei-color); border:0; position: absolute; top:-6px; left: 0; transition: all .3s; }
.h_menu .nav li:last-child{ border-right: 1px solid #e2e2e2; }
.h_menu .nav li a{ position: relative; transition: all .3s; display: flex; align-items: center; justify-content: center; width: 100%; padding:19px 0; text-align: center; font-size: 16px; color: #333333; }
.h_menu .nav li:hover::after{ transition: all .3s; width: 100%; }
.h_menu .nav li:hover a{ background: var(--zhu-color); color: #fff; transition: all .3s; }
@media only screen and (max-width: 1400px){
  .h_menu .inner{ padding:0; }
  .h_menu .nav li a{ padding:17px 0; }
}
@media only screen and (max-width: 1200px){
  .h_menu .nav li a{ padding:15px 0; }
}
@media only screen and (max-width: 992px){
  .h_menu .nav li a{ padding:13px 0; }
}
@media only screen and (max-width: 768px){
  .h_menu .nav{ flex-wrap: wrap; border-bottom: 1px solid #e2e2e2; }
  .h_menu .nav li{ width: 25%; }
  .h_menu .nav li:nth-child(1), .h_menu .nav li:nth-child(2), .h_menu .nav li:nth-child(3), .h_menu .nav li:nth-child(4){ border-bottom: 1px solid #e2e2e2; }
  .h_menu .nav li:nth-child(4){ border-right: 1px solid #e2e2e2; }
  .h_menu .nav li a{ padding:11px 0; font-size: 15px; }
  .h_menu .nav li::after{ height: 5px; top:-5px; }
}
@media only screen and (max-width: 640px){
  .h_menu .nav li a{ padding:9px 0; font-size: 14px; }
  .h_menu .nav li::after{ height: 4px; top:-4px; }
}
@media only screen and (max-width: 576px){
  .h_menu .nav li a{ padding:7px 0; font-size: 13px; }
  .h_menu .nav li::after{ height: 3px; top:-3px; }
}
@media only screen and (max-width: 414px){
  .h_menu .nav li a{ font-size: 12px; }
  .h_menu .nav li::after{ height: 2px; top:-2px; }
}

/* banner */
#banner{ width: 100%; overflow: hidden; }
@media only screen and (min-width: 1930px){
  #banner img{ width: 100%; }
}
@media only screen and (max-width: 1900px){
  #banner img{ width: 100%; }
}
@media only screen and (max-width: 1400px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 32px; }
}
@media only screen and (max-width: 1200px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 30px; }
}
@media only screen and (max-width: 992px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 28px; }
}
@media only screen and (max-width: 768px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 26px; }
}
@media only screen and (max-width: 640px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 24px; }
}
@media only screen and (max-width: 576px){
  #banner .swiper-button-next{ right:5px; }
  #banner .swiper-button-prev{ left:5px; }
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 22px; }
}
@media only screen and (max-width: 414px){
  #banner .swiper-button-next:after, #banner .swiper-button-prev:after{ font-size: 20px; }
}

/*search*/
.search{ background: #ffffff; overflow: hidden; border-bottom: 1px solid #e3e3e3; padding:16px 0; }
.search .inner{ display: flex; align-items: center; justify-content: space-between; }
.search_keys{ width: 50%; display: flex; align-items: center; }
.search_keys b{ font-weight: normal; font-size: 14px; color: #999999; margin-right: 8px; }
.search_keys a{ display: inline-block; font-size: 14px; color: #999999; padding:0 10px; transition: all .3s; }
.search_keys a:hover{ color: #063a90; letter-spacing: .5px; transition: all .3s; }
.search_from{ width: 33%; box-sizing: border-box;  }
.search_from form{ width: 60%; height: 100%; display: flex; align-items: center; position: relative; float: right; position: relative; }
.search_from .search_text{ width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #757575; box-sizing: border-box;background: #fff; border-left: 1px solid #e5e5e5; padding-left: 15px; }
.search_from .search_btn{ height: 30px; width: 48px; text-align: center; line-height: 32px; background: none; border-right:1px solid #e5e5e5;  }
.search_from .search_btn span{ font-size: 27px; color: #0068d3; line-height: 1; }
@media only screen and (max-width: 1400px){
  .search{ padding:14px 0; }
  .search_from{ width: 35%; }
  .search_from .search_btn span{ font-size: 25px; }
}
@media only screen and (max-width: 1200px){
  .search{ padding:12px 0; }
  .search_from{ width: 40%; }
  .search_from .search_btn span{ font-size: 22px; }
}
@media only screen and (max-width: 992px){
  .search{ padding:10px 0; }
  .search_from{ width: 45%; }
  .search_from .search_btn span{ font-size: 20px; }
}
@media only screen and (max-width: 768px){
  .search .inner{ flex-wrap: wrap; }
  .search_keys{ width: 100%; justify-content: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .search_from{ width: 100%; margin-top: 10px; }
	.search_from form{ width: 100%; border-top:1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; }
  .search_from .search_text{ padding-left: 10px; }
  .search_from .search_btn{ width: 40px; }
  .search_keys b{ margin-right: 0; }
}
@media only screen and (max-width: 640px){
  .search_keys a{ padding:0 8px; font-size: 13px; }
  .search_keys b{ font-size: 13px; }
  .search_from .search_text{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .search_keys b{ font-size: 12px; }
  .search_keys a{ padding:0 6px; font-size: 12px; }
  .search_from .search_text{ font-size: 12px; }
}
@media only screen and (max-width: 414px){
  .search_keys a{ padding:0 4px; }
}
/*m_brand*/
.m_brand{ overflow: hidden; background: #f6f6f6; padding:52px 0 38px; }
.m_brand .tit{ overflow: hidden; }
.m_brand .tit b{ display: block; font-size: 36px; color: #333333; font-weight: bold; line-height: 1; padding:8px 0 20px; position: relative; }
.m_brand .tit b::after{ content: ""; display: inline-block; width: 44px; height: 1px; background: #555353; border:0; position: absolute; left:0; bottom:0; }
.m_brand .tit span{ display: block; font-size: 24px; color: #333333; line-height: 1; margin:23px 0 17px; }
.m_brand .tit p{ display: block; font-size: 24px; color: #333333; line-height: 1; margin-bottom: 10px; }
.m_brand .tit small{ display: block; font-size: 11px; color: #999999; text-transform: uppercase; width: 150px; line-height: 1.5; }
.m_brand .brand_list{ overflow: hidden; }
.brand_list li{ width: 33.3%; float: left; text-align: center; }
.brand_list li img{ max-width: 100%; }
.brand_list li b{ display: block; font-size: 30px; color: #333333; font-weight: normal; line-height: 1; margin:18px 0; }
.brand_list li p{ display: block; padding:0 19%; text-align: left; font-size: 14px; color: #999999; line-height: 1.5; }
@media only screen and (max-width: 1400px){
  .m_brand{ padding:35px 0; }
  .m_brand .brand_list{ display: flex; align-items: flex-start; justify-content: space-between; }
  .brand_list li{ width: calc(33.3% - 30px); }
  .brand_list li p{ padding:0; text-align: center; }
}
@media only screen and (max-width: 1200px){
  .m_brand{ padding:30px 0; }
  .brand_list li{ width: calc(33.3% - 25px); }
}
@media only screen and (max-width: 992px){
  .m_brand{ padding:25px 0; }
  .brand_list li{ width: calc(33.3% - 20px); }

  .m_brand .tit{ overflow: hidden; margin-bottom: 20px; text-align: center; }
	.m_brand .tit b{ display: inline-block; font-size: 32px; }
  .m_brand .tit b::after{ left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .m_brand .tit span, .m_brand .tit p, .m_brand .tit small{ display: none; }
}
@media only screen and (max-width: 768px){
  .m_brand{ padding:20px 0; }
  .m_brand .row > div{ padding:0; }
  .m_brand .tit{ margin-bottom: 15px; }
  .m_brand .tit b{ display: inline-block; font-size: 28px; }
  .brand_list li{ width: calc(33.3% - 15px); }
  .brand_list li b{ font-size: 28px; margin:16px 0; }
  .brand_list li p{ font-size: 13px; }

}
@media only screen and (max-width: 640px){
  .m_brand{ padding:15px 0; }
  .m_brand .tit b{ display: inline-block; font-size: 24px; }
  .brand_list li b{ font-size: 24px; margin:14px 0; }
  .brand_list li img{ max-width: 60px; }
}
@media only screen and (max-width: 576px){
  .m_brand .tit b{ display: inline-block; font-size: 20px; }
  .brand_list li b{ font-size: 20px; margin:12px 0; }
  .brand_list li img{ max-width: 54px; }
}
@media only screen and (max-width: 414px){
  .m_brand .tit b{ display: inline-block; font-size: 17px; }
  .brand_list li b{ font-size: 16px; margin:10px 0; }
  .brand_list li p{ display: none; }
}
/*m_about*/
.m_about{ overflow: hidden; position: relative; padding: 48px 0;  }
.m_about > img{ position: absolute; left: calc(50% + 15px); top:50%; z-index: 3; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.m_about .info{ width: 100%; box-sizing: border-box; position: relative; z-index: 4; }
.m_about .info .hd{ display: flex; align-items: center; justify-content: space-between; overflow: hidden; width: 100%; padding:9px 0 28px; }
.m_about .info .hd b{ font-size: 40px; font-weight: bold; color: #333333; line-height: 1; display: inline-block; position: relative; }
.m_about .info .hd b::after{ content: ""; display: inline-block; width: 60px; height: 2px; background:var(--pei-color); border:0; position: absolute; right: -85px; top:15px; }
.m_about .info .hd span{ font-size: 28px; color: #d2cdd0; text-transform: capitalize; float: right; display: inline-block; }
.m_about .info p{ font-size: 16px; color: #666666; line-height: 34px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.m_about .list{ overflow: hidden; position: relative; z-index: 4; margin-top: 28px; }
.m_about .list li{ width: 25%; float: left; text-align: center; background: #fff; }
.m_about .list li a{ position: relative; display: inline-block; width: 100%; padding:32px 0; background: #fff; }
.m_about .list li a::after{ content: ""; display: inline-block; width: 0; height: 0; background: var(--pei-color); position: absolute; left: 50%; top:50%; transition: all .5s; }
.m_about .list li a span{ position: relative; z-index: 3; font-size: 46px; color: #333333; line-height: 1; }
.m_about .list li a b{ position: relative; z-index: 3; font-size: 18px; color: #333333; font-weight: bold; line-height: 1; margin:16px 0 0; display: block; }
.m_about .list li:hover a::after{ width: 100%; height: 100%; left: 0; top:0; transition: all .5s;  }
@media only screen and (max-width: 1400px){
  .m_about{ padding: 40px 0;  }
  .m_about .inner{ padding:0; }
  .m_about .info .hd b{ font-size: 36px; }
  .m_about .info .hd span{ font-size: 26px; }
  .m_about .list li a{ padding:28px 0; }
  .m_about .list li a span{ font-size: 44px; }
  .m_about .list li a b{ font-size: 17px; }
}
@media only screen and (max-width: 1200px){
  .m_about{ padding: 30px 0;  }
  .m_about .info .hd b{ font-size: 32px; }
  .m_about .info .hd span{ font-size: 24px; }
  .m_about .list li a{ padding:24px 0; }
  .m_about .list li a span{ font-size: 42px; }
  .m_about .info p{ font-size: 15px; }
}
@media only screen and (max-width: 992px){
  .m_about{ padding: 25px 0; }
  .m_about > img{ display: none; }
  .m_about .info .hd b{ font-size: 28px; }
  .m_about .info .hd span{ font-size: 20px; }
  .m_about .list{ margin-top:25px; }
  .m_about .list li a{ padding:20px 0; }
  .m_about .list li a span{ font-size: 36px; }
  .m_about .info p{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .m_about{ padding: 20px 0;  }
  .m_about .info .hd b{ font-size: 24px; }
  .m_about .info .hd span{ font-size: 18px; }
  .m_about .list{ margin-top:20px; }
  .m_about .list li a{ padding:18px 0; }
  .m_about .list li a span{ font-size: 30px; }
}
@media only screen and (max-width: 640px){
  .m_about{ padding: 15px 0;  }

  .m_about .info .hd b{ font-size: 22px; }
  .m_about .info .hd span{ font-size: 18px; }
	.m_about .info .hd b::after{ top:10px; }
	.m_about .info .hd{ padding:0 0 15px; }
	.m_about .info p{ font-size: 14px; line-height: 2; }
	.m_about .list{ margin-top: 15px; }
	.m_about .list li{ width: 50%; }
	.m_about .list li a{ padding:20px 0; }
	.m_about .list li a b{ font-size: 14px; font-weight: normal; margin-top: 12px; }
}
@media only screen and (max-width: 576px){
  .m_about{ padding: 20px 0;  }
  .m_about .info .hd b{ font-size: 20px; }
  .m_about .info .hd span{ font-size: 16px; }
  .m_about .info .hd b::after{ right: -50px; width: 40px; }
}
@media only screen and (max-width: 414px){
  .m_about{ padding: 15px 0;  }
  .m_about .info .hd b{ font-size: 18px; }
}
/*m_pro*/
.m_pro{ overflow: hidden; padding:48px 0 0; background: url(../images/pro_bg.jpg) no-repeat top center; }
.m_pro .hd{ text-align: center; width: 100%; margin-bottom: 70px; }
.m_pro .hd b{ font-size: 36px; color: #ffffff; line-height: 1; }
.m_pro .hd b span{ color: var(--pei-color); }
.m_pro .hd p{ font-size: 16px; color: #ffffff; line-height: 1; margin:17px 0 0; background: url(../images/p_bg.png) no-repeat center; }
.m_pro .bd{ width: 100%; }
.m_pro .bd, .m_pro .bd .type{ overflow: hidden; }
.m_pro .bd .type{ overflow: hidden; margin-bottom: 24px; display: flex; align-items: center; }
.m_pro .bd .type a{ line-height: 1; display: inline-block; width: 20%; display: block; padding:24px 0; position: relative; background: var(--zhu-color); position: relative; transition: all .3s; overflow: hidden; }
.m_pro .bd .type a + a::before{ content: ""; display: inline-block; width: 2px; height: 100%; background: #2856ad; border:0; position: absolute; left: 0; top:0; }
.m_pro .bd .type a i{ font-style: normal; display: block; width: 100%; height: 100%; position: absolute; left:0; top:-20px; text-align: center; font-size: 100px; font-weight: bold; color: #3a589e; line-height: 1; }
.m_pro .bd .type a small{ display: block; width: 100%; height: 100%; text-align: center; font-size: 20px; color: #ffffff; line-height: 1; position: relative; z-index: 33; }
.m_pro .bd .type a:last-child{ background: var(--pei-color); text-align: center; padding:23px 0; }
.m_pro .bd .type a:last-child small{ display: inline-block; font-size: 20px; color: #333333; width: auto; transition: all .3s; }
.m_pro .bd .type a:last-child span{ font-size: 22px; line-height: 1; color: #333333; margin-left: 40px; transition: all .3s; }
.m_pro .bd .type a:hover{ background: var(--pei-color); color: #333; transition: all .3s; }
.m_pro .bd .type a:hover i{ color: var(--pei-color); transition: all .3s; }
.m_pro .bd .type a:hover small{ color: #333; transition: all .3s; }
.m_pro .bd .type a:hover:last-child{ transition: all .3s; background: var(--pei-color); }
.m_pro .bd .type a:hover:last-child span{ margin-left: 30px; transition: all .3s; }
#pro{ overflow: hidden; }
#pro a{ display: block; overflow: hidden; background: #fff; }
#pro a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden;
  background: #fff;}
#pro a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
#pro a .txt{ box-sizing: border-box; padding:15px; overflow: hidden; background: #f1f1f1; }
#pro a .txt span{ font-size: 25px; color: var(--zhu-color); }
#pro a .txt b{ display: block; line-height: 1; padding:14px 0; position: relative; }
#pro a .txt b small{ font-size: 16px; color: #333333; font-weight: normal; display: block; width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#pro a .txt b::after{ content: ""; display: inline-block; background: #bababb; width: 98px; height: 3px; border:0; position: absolute; right: 0; top:20px; }
#pro a:hover img{ transform: scale(1.05); transition: all .3s; }
#pro a:hover span{ transition: all .3s; color: var(--pei-color); }
#pro a:hover b small{ transition: all .3s; color: var(--zhu-color); }
#pro a:hover b::after{ transition: all .3s; background: #333; }
.pro_btn{ display: flex; align-items: center; justify-content: center; padding:45px 0; }
.pro_btn a{ display: inline-block; min-width: 230px; text-align: center; height: 50px; line-height: 50px; border-radius: 50px; background: #063990; font-size: 14px; color: #fff; }
.pro_btn a + a{ display: inline-flex; align-items: center; justify-content: center; background: #ffbf00; margin-left: 12px; color: #333; }
.pro_btn a + a span{ font-size: 26px; margin-right: 5px; }
.pro_btn a + a small{ font-size: 14px; color: #333; }
@media only screen and (max-width: 1400px){
  .m_pro{ padding:40px 0 0; }
  .m_pro .hd{ margin-bottom: 40px; }
  .m_pro .hd b{ font-size: 34px; }
  .pro_btn{ padding:40px 0; }
  .m_pro .bd .type a{ padding:20px 0; }
  .m_pro .bd .type a:last-child{ padding:19px 0; }
  .m_pro .bd .type a i{ font-size: 86px; top:-15px; }
  #pro a .txt b{ padding:13px 0; }
}
@media only screen and (max-width: 1200px){
  .m_pro{ padding:35px 0 0; background-size: cover; }
  .m_pro .hd{ margin-bottom: 35px; }
  .m_pro .hd b{ font-size: 32px; }
  .m_pro .hd p{ font-size: 15px; }
  .m_pro .bd .type a:last-child span{ margin-left: 20px; }
  .pro_btn{ padding:35px 0; }
  .pro_btn a{ background: #ffffff; color: #333; }
  #pro a .txt{ padding:12px; }
  #pro a .txt span{ font-size: 24px; line-height: 1; }
}
@media only screen and (max-width: 992px){
  .m_pro{ padding:30px 0 0; }
  .m_pro .hd{ margin-bottom: 30px; }
  .m_pro .hd b{ font-size: 30px; }
  .pro_btn{ padding:30px 0; }
  .m_pro .hd p{ font-size: 14px; }
  .m_pro .bd .type a{ padding:12px 0; }
	.m_pro .bd .type a i{ display: none; }
	.m_pro .bd .type a small, .m_pro .bd .type a:last-child small{ font-size: 16px; }
	.m_pro .bd .type a:last-child{ padding:11px 0; }
	.m_pro .bd .type a:last-child span{ font-size: 14px; margin-left: 12px; }
	#pro a .txt{ padding:5px 15px; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; }
	#pro a .txt b{ width: calc(100% - 36px); float: left; padding:10px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
	#pro a .txt b::after{ display: none; }
	#pro a .txt b small{ width: 100%; }
  .pro_btn a{ min-width: auto; height: auto; line-height: 1; padding:12px 36px; }
  .pro_btn a + a span{ font-size: 14px; }
  .pro_btn a + a small{ line-height: 1; }
}
@media only screen and (max-width: 768px){
  .m_pro{ padding:25px 0 0; }
  .m_pro .hd{ margin-bottom: 25px; }
  .m_pro .hd b{ font-size: 25px; }
  .pro_btn{ padding:25px 0; }
  .m_pro .hd p{ font-size: 13px; }
  .m_pro .bd .type{ flex-wrap: wrap; }
  .m_pro .bd .type a{ width: 33%; margin-bottom: 1px; }
	.m_pro .bd .type a:last-child{ width: 66%; }
  .m_pro .bd .type a:nth-child(4)::before{ display: none; }
  .m_pro .bd .type a small, .m_pro .bd .type a:last-child small{ font-size: 15px; }
  .pro_btn a{ padding:10px 24px; font-size: 13px; }
  .pro_btn a + a span, .pro_btn a + a small{ font-size: 13px; }
}
@media only screen and (max-width: 640px){
  .m_pro{ padding:20px 0 0; }
  .m_pro .hd{ margin-bottom: 20px; }
  .m_pro .hd b{ font-size: 20px; }
  .pro_btn{ padding:20px 0; }
  .m_pro .bd .type{ margin-bottom: 20px; }
  .m_pro .bd .type a small, .m_pro .bd .type a:last-child small{ font-size: 14px; }
  .m_pro .hd p{ margin-top: 10px; line-height: 1.5; font-size: 12px; }
  #pro a .txt b{ padding:8px 0; }
}
@media only screen and (max-width: 576px){
  .m_pro{ padding:15px 0 0; }
  .m_pro .hd{ margin-bottom: 15px; }
  .m_pro .hd b{ font-size: 18px; }
  .pro_btn{ padding:15px 0; }
  .m_pro .bd .type{ margin-bottom: 15px; }
  .m_pro .bd .type a small, .m_pro .bd .type a:last-child small{ font-size: 13px; }
  .m_pro .hd p{ background: none; }
  .pro_btn a + a{ display: none; }
  #pro a .txt{ padding:5px 10px; }
  #pro a .txt b{ padding:6px 0; }
}
@media only screen and (max-width: 414px){
  .m_pro .bd .type a small, .m_pro .bd .type a:last-child small{ font-size: 12px; }
  #pro a .txt{ padding:5px; }
  #pro a .txt b{ padding:4px 0; }
}

/*m_super*/
.m_super{ overflow: hidden; background: #fff url(../images/super_bg.jpg) no-repeat top center; }
.m_super .hd{ width: 100%; text-align: center; padding:60px 0; } 
.m_super .hd b{ font-size: 72px; color: #ffffff; font-weight: bold; line-height: 1; }
.m_super .hd p{ font-size: 18px; color: #ffffff; background: url(../images/b2_bg.png) no-repeat center; line-height: 1; margin:28px 0 0; }
.m_super .bd{ overflow: hidden; clear: both; width: 100%; }
.super_box{ overflow: hidden; width: 100%; padding-top: 24px; position: relative; }
.super_box::before{ content: ""; display: inline-block; width: 60px; height: 100%; background: url(../images/ico_super.png) no-repeat top center; position: absolute; left:0; top:24px; }
.super_box li{ overflow: hidden; padding:56px 0; display: flex; align-items: center; justify-content: space-between; }
.super_box li:nth-child(2n+0){ flex-direction: row-reverse; }
.super_box li .txt, .super_box li .img{ width: 50%; float: left; box-sizing: border-box; }
.super_box li .img img{ max-width: 100%; }
.super_box li .txt{ box-sizing: border-box; padding-left: 76px; }
.super_box li .tit{ overflow: hidden; margin-bottom: 46px; }
.super_box li .tit span{ display: inline-block; width: 66px; height: 48px; float: left; margin-right: 24px; }
.super_box li .tit b{ display: block; text-align: left; display: inline-block; font-size: 30px; color: #333333; font-weight: bold; line-height: 1; }
.super_box li .tit i{ font-style: normal; display: block; font-size: 12px; color: #999999; line-height: 1; margin-top: 15px; }
.super_box li .txt p{ width: 500px; font-size: 16px; color: #666666; line-height: 34px; margin-bottom: 20px; padding-left: 24px; position: relative; }
.super_box li .txt p span{ font-size: 14px; color: #063990; position: absolute; left: 0; top:10px; line-height: 1; }
.super_box li:nth-child(1) .tit{ padding-top: 64px; }
.super_box li:nth-child(1) .tit span{ background: url(../images/super_num1.png) no-repeat center; }
.super_box li:nth-child(2) .tit span{ background: url(../images/super_num2.png) no-repeat center; }
.super_box li:nth-child(3) .tit span{ background: url(../images/super_num3.png) no-repeat center; }
.super_box li:nth-child(4) .tit span{ background: url(../images/super_num4.png) no-repeat center; }
.super_box li:nth-child(4){ padding-bottom: 0; }
@media only screen and (max-width: 1400px){
  .m_super{ background-size: 150%; }
  .m_super .hd b{ font-size: 68px; }
  .m_super .hd p{ font-size: 16px; }
  .super_box li{ padding:50px 0; }
}
@media only screen and (max-width: 1200px){
  .m_super{ background: none; }
  .m_super .inner{ padding:0; }
  .m_super .hd{ padding:30px 0; }
  .m_super .hd b{ color: #333; font-size: 46px; }
  .m_super .hd p{ color: #333; font-size: 16px; margin:12px 0 0; }
  .super_box{ padding-top: 0; }
  .super_box::before{ display: none; }
  .super_box li{ padding:30px 15px; background: #f1f1f1; }
  .super_box li:nth-child(2n+0){ background: #fff; }
  .super_box li .txt{ padding-left: 0; }
  .super_box li .txt p{ width: 100%; font-size: 15px; line-height: 1.5; }
  .super_box li .txt, .super_box li .img{ width: calc(50% - 7.5px); }
  .super_box li:nth-child(1) .tit{ padding-top:0; }
  .super_box li .tit{ margin-bottom: 24px; }
}
@media only screen and (max-width: 992px){
  .m_super .hd{ padding:25px 0; }
  .m_super .hd b{ font-size: 36px; }
  .m_super .hd p{ font-size: 15px; }
  .super_box li{ padding:25px 15px; }
  .super_box li .tit i{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top: 10px; }
  .super_box li .tit b{ font-size: 24px; }
  .super_box li .txt p{ width: 100%; font-size: 14px; line-height: 1.5; padding-left: 20px; margin-bottom: 14px; }
  .super_box li .txt p span{ top:5px;  }
  .super_box li .tit span{ margin-right: 12px; background-size: 80%!important; }
}
@media only screen and (max-width: 768px){
  .m_super .hd{ padding:20px 0; }
  .m_super .hd b{ font-size: 30px; }
  .m_super .hd p{ font-size: 14px; }
	.super_box li{ padding:15px; }
	.super_box li .txt{ width: calc(70% - 7.5px); }
	.super_box li .img{ width: calc(30% - 7.5px); }
  .super_box li .tit{ margin-bottom: 12px; }
  .super_box li .tit span{ width: 60px; height: 40px; margin-right: 12px; background-size: 70%!important; }
  .super_box li .tit b{ font-size: 20px; }
  .super_box li .tit i{ margin-top: 4px; }
  .super_box li .txt p{ margin-bottom: 6px; }
}
@media only screen and (max-width: 640px){
  .m_super .hd{ padding:15px 0; }
  .m_super .hd b{ font-size: 24px; }
  .m_super .hd p{ font-size: 13px; }
	.super_box li .txt{ width: calc(60% - 7.5px); }
	.super_box li .img{ width: calc(40% - 7.5px); }
  .super_box li .tit b{ font-size: 18px; }
  .super_box li .txt p{ font-size: 13px; }
}
@media only screen and (max-width: 576px){
  .super_box li{ flex-direction: column-reverse; }
  .super_box li:nth-child(2n+0){ flex-direction: column-reverse; }
  .super_box li .txt, .super_box li .img{ width: 100%; }
  .super_box li .img{ text-align: center; }
  .super_box li .img img{ max-width: 50%; margin-bottom: 10px; }
}
@media only screen and (max-width: 414px){
  .super_box li .tit span{ width: 40px; height: 40px; background-size: 100%!important; }
  .super_box li .img img{ max-width: 70%; margin-bottom: 10px; }
}
/*m_news*/
.m_news{ overflow: hidden; padding:62px 0 0; background: url(../images/news_bg.jpg) no-repeat top center; }
.m_news .hd{ width: 100%; text-align: center; padding:0 0 50px; } 
.m_news .hd b{ font-size: 48px; color: #ffffff; font-weight: bold; line-height: 1; }
.m_news .hd b span{ color: var(--pei-color); }
.m_news .hd p{ font-size: 18px; color: #ffffff; background: url(../images/p_bg.png) no-repeat center; line-height: 1; margin:25px 0 0; }
.new_tit{ box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding:13px; margin-bottom: 24px;  }
.new_tit b{ display: inline-flex; align-items: center; }
.new_tit b span{ font-weight: normal; font-size: 24px; color: #fff; line-height: 1; margin-right: 14px; }
.new_tit b small{ font-size: 18px; color: #ffffff; font-weight: bold; }
.new_tit a{ display: inline-block; float: right; font-size: 14px; color: #ffffff; transition: all .3s; }
.new_tit a:hover{ transition: all .3s; color: var(--pei-color); letter-spacing: 2px; }
.new_time{ overflow: hidden; }
.new_time a{ display: block; padding:24px 0; overflow: hidden; }
.new_time a span{ font-size: 12px; color: #ffffff; display: inline-block; width: 77px; height: 77px; text-align: center; margin-right: 15px; float: left; background: var(--zhu-color); transition: all .3s; }
.new_time a span b{ display: block; font-size: 42px; line-height: 1; margin:6px 0; transition: all .3s; }
.new_time a div{ width: calc(100% - 92px); float: left; }
.new_time a div b{ font-size: 18px; color: #333333; line-height: 32px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.new_time a div p{ font-size: 14px; color: #666666; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.new_time a:hover span{ background: #ffbf00; transition: all .3s; }
.new_time a:hover div b{ color: var(--zhu-color); transition: all .3s; }
.new_list{ overflow: hidden; }
.new_list a{ display: block; padding:26px 0; overflow: hidden; border-bottom: 1px solid #dedddb; }
.new_list a b{ transition: all .3s; margin-bottom: 16px; display: block; font-size: 18px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.new_list a b span{ font-size: 14px; color: #063990; line-height: 1; margin-right: 10px; }
.new_list a p{ font-size: 14px; color: #666666; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  }
.new_list a:hover b{ color: var(--zhu-color); transition: all .3s; }
.new_list a:hover b span{ margin-right: 5px; transition: all .3s; }
@media only screen and (max-width: 1400px){
  .m_news .hd{ padding:0 0 60px; }
  .m_news .hd b{ font-size: 42px; }
  .m_news .hd p{ font-size: 16px; }
  .m_news .tit{ height: 480px; }
  .m_news .tit img{ max-width: 100%; }
  .new_tit{ margin-bottom: 10px; padding:13px 0; }
  .new_time a{ padding:10px 0; }
  .new_list a{ padding:10px 0; }

}
@media only screen and (max-width: 1200px){
  .m_news .hd b{ font-size: 36px; }
  .m_news .hd p{ font-size: 14px; }
  .m_news .tit{ display: none; }
  .m_news .bd{ position: relative; }
  .m_news .bd::before{ content: ""; display: block; width: 18.75%; height: 50px; background: rgba(0,0,0,.2); position: absolute; top:-1px; }
	.new_time a{ padding:9px 0; }
	.new_time a span{ width: 67px; }
  .new_list a b{ font-size: 16px; font-weight: normal; line-height: 1.5; }
  .new_list a p{ font-size: 13px; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
  .new_time a div b{ font-size: 16px; font-weight: normal; line-height: 2; }
  .new_time a div p{ font-size: 13px; line-height: 1.5; }
  .new_list a{ padding:13px 0; }
}
@media only screen and (max-width: 992px){
  .m_news{ background: none; padding:0; }
  .m_news .inner{ padding:0; }
  .m_news .hd{ padding:30px 0; background: url(../images/news_bg.jpg) no-repeat center; background-size: 170%; }
  .m_news .hd b{ font-size: 30px; }
  .m_news .hd p{ font-size: 13px; margin-top: 12px; }
  .m_news .bd{ padding:0 15px; }
  .m_news .bd::before{ display: none; }
	.new_tit{ background: rgba(0,0,0,.5); margin:0 -15px; padding:12px 15px; }
  .new_time{ padding:6px 0; }
  .new_list{ padding:2px 0 15px; }
  .new_list a b{ margin-bottom: 12px; }
  .new_time a span b{ font-size: 36px; margin:12px 0 0; }
}
@media only screen and (max-width: 768px){
  .new_tit b small{ font-size: 16px; font-weight: normal; }
  .new_tit b span{ font-size: 16px; margin-right: 10px; }
  .new_tit{ padding:10px 12px; }
  .new_time a span b{ font-size: 32px; margin:14px 0 0; }
}
@media only screen and (max-width: 640px){
  .new_tit b small{ font-size: 15px; }
  .new_tit b span{ font-size: 15px; margin-right: 8px; }
  .new_tit{ padding:8px 12px; }
  .new_time a span b{ font-size: 28px; margin:16px 0 0; }
}
@media only screen and (max-width: 576px){
  .new_tit b small{ font-size: 14px; }
  .new_tit b span{ font-size: 14px; margin-right: 6px; }
  .new_tit a{ font-size: 13px; }
  .new_time a span b{ font-size: 24px; margin:18px 0 0; }
}
@media only screen and (max-width: 414px){
  .new_tit b small{ font-size: 13px; }
  .new_tit b span{ font-size: 13px; margin-right: 4px; }
  .new_tit a{ font-size: 12px; }
}
/*m_case*/
.m_case{ overflow: hidden; background: url(../images/case_bg.jpg) no-repeat top center; }
.m_case .hd{ width: 100%; text-align: center; padding:74px 0 68px; } 
.m_case .hd b{ font-size: 36px; color: #171818; font-weight: bold; line-height: 1; }
.m_case .hd b span{ color: #ffbf00; }
.m_case .hd p{ font-size: 22px; color: #666666; background: url(../images/b3_bg.png) no-repeat center; line-height: 1; margin:20px 0 0; }
.m_case .bd{ overflow: visible; width: 100%; position: relative; }
.m_case .bd a{ display: block; overflow: hidden; box-sizing: border-box; border:1px solid #e9e5e5; }
.m_case .bd a .img{ width: 100%; padding-bottom: 72%; position: relative; overflow: hidden; }
.m_case .bd a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s; position: absolute; }
.m_case .bd a .txt{ box-sizing: border-box; padding:20px; position: relative; background: #fff; }
.m_case .bd a .txt b{ display: block; font-size: 16px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;transition: all .5s; }
.m_case .bd a .txt .wenzi{ font-size: 14px; color: #999999; line-height: 24px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: justify;
}
.m_case .bd a .txt::after{ content: ""; display: inline-block; width: 28px; height: 27px; background: url(../images/ico_more.png) no-repeat center; position: absolute; right:0; bottom: 0; }
.m_case .bd a:hover img{ transition: all .5s; transform: scale(1.05); }
.m_case .bd a:hover b{ transition: all .5s; color: #063990; }
.m_case .bd a:hover p{ transition: all .5s; color: #333; }
.m_case .btn{ display: block; text-align: center; padding:52px 0; width: 100%; }
.m_case .btn a{ transition: all .5s; display: inline-block; width: 200px; height: 45px; line-height: 45px; border-radius: 45px; background: #ffbf00; font-size: 18px; color: #ffffff; }
.m_case .btn a + a{ background: #063990; margin-left: 40px; }
.m_case .btn a span{ font-size: 22px; margin-left: 14px; color: #fff; display: inline-block; line-height: 1; }
.m_case .btn a:hover{ transition: all .5s; background: #333; }
.m_case .bd .swiper-button-next, .m_case .bd .swiper-button-prev{ background-image: none; width: 54px; height: 54px; }
.m_case .bd .swiper-button-next::after, .m_case .bd .swiper-button-prev::after{ display: none; }
.m_case .bd .swiper-button-next{ right: -98px; }
.m_case .bd .swiper-button-prev{ left: -98px; }
.m_case .bd .swiper-button-next span, .m_case .bd .swiper-button-prev span{ transition: all .3s; font-size: 54px; color: #dfdddc; }
.m_case .bd .swiper-button-next:hover span, .m_case .bd .swiper-button-prev:hover span{ transition: all .3s; color: #063990; }
@media only screen and (max-width: 1400px){
  .m_case .hd{ padding:60px 0; } 
  .m_case .hd b{ font-size: 32px; }
  .m_case .hd p{ font-size: 20px; margin-top: 16px; }
  .m_case .btn{ padding:40px 0; }
  .m_case .btn a{ display: inline-flex; align-items: center; width: auto; height: auto; line-height: 1; padding:12px 30px; background: #ffbf00; font-size: 17px; }
  .m_case .btn a + a{ margin-left: 10px; }
  .m_case .btn a span{ font-size: 17px; margin-left: 12px; }
}
@media only screen and (max-width: 1200px){
  .m_case .hd{ padding:50px 0; } 
  .m_case .hd b{ font-size: 28px; }
  .m_case .hd p{ font-size: 18px; margin-top: 14px; }
  .m_case .btn{ padding:35px 0; }
  .m_case .btn a{ padding:12px 30px; font-size: 16px; }
  .m_case .btn a span{ font-size: 16px; margin-left: 12px; }
}
@media only screen and (max-width: 992px){
  .m_case .hd{ padding:45px 0; } 
  .m_case .hd b{ font-size: 24px; }
  .m_case .hd p{ font-size: 16px; margin-top: 12px; }
  .m_case .btn{ padding:30px 0; }
  .m_case .btn a{ padding:10px 24px; font-size: 15px; }
  .m_case .btn a span{ font-size: 15px; margin-left: 10px; }

  .m_case .bd a .img{ height: 220px; }
	.m_case .bd a .txt{ padding:15px; }
	.m_case .bd a .txt b{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .m_case .hd{ padding:40px 0; } 
  .m_case .hd b{ font-size: 20px; }
  .m_case .hd p{ font-size: 14px; margin-top: 10px; }
  .m_case .btn{ padding:25px 0; }
  .m_case .btn a{ padding:8px 20px; font-size: 14px; }
  .m_case .btn a span{ font-size: 14px; margin-left: 10px; }
}
@media only screen and (max-width: 640px){
  .m_case .hd{ padding:35px 0; } 
  .m_case .hd b{ font-size: 18px; }
	.m_case .hd p{ display: none; }
	.m_case .bd a .img{ height: 130px; }
	.m_case .bd a .txt p{ -webkit-line-clamp:1; }
  .m_case .btn{ padding:20px 0; }
	.m_case .btn a + a{ margin:10px 0 0; }
}
@media only screen and (max-width: 576px){
  .m_case .hd{ padding:25px 0; } 
  .m_case .btn{ padding:15px 0; }
}
@media only screen and (max-width: 414px){
  .m_case .hd{ padding:20px 0; } 
}
/*m_link*/
.m_link{  width: 100%; padding:64px 0; background: #f6f5f5;  }
.m_link b{display: flex; align-items: center; font-size: 18px; color: #333333; margin-right: 20px; }
.m_link b span{ font-size: 26px; color: #000; margin-right: 25px; line-height: 1; }
.m_link a{ float: left; font-size: 16px; color: #333333; margin:0 12px; transition: all .3s; }
.m_link a:hover{ color: #ffbe00; transition: all .3s; }
.m_link .row{ display: flex; align-items: center; }
@media only screen and (max-width: 1400px){
  .m_link{ padding:50px 0; }
  .m_link b{ font-size: 17px; margin-right: 15px; }
  .m_link b span{ font-size: 24px; margin-right: 20px; }
  .m_link a{ font-size: 15px; margin:0 10px; }
}
@media only screen and (max-width: 1200px){
  .m_link{ padding:45px 0; }
  .m_link b{ font-size: 16px; margin-right: 12px; font-weight: normal; }
  .m_link b span{ font-size: 22px; margin-right: 16px; }
  .m_link a{ font-size: 14px; margin:0 8px; }
}
@media only screen and (max-width: 992px){
  .m_link{ padding:40px 0; }
  .m_link b{ font-size: 15px; margin-right: 10px; }
  .m_link b span{ font-size: 20px; margin-right: 12px; }
  .m_link a{ font-size: 13px; margin:0 6px; }
}
@media only screen and (max-width: 768px){
  .m_link{ padding:35px 0; }
  .m_link b{ font-size: 14px; margin-right: 8px; }
  .m_link b span{ font-size: 18px; margin-right: 10px; }
  .m_link a{ font-size: 12px; margin:0 4px; }
}
@media only screen and (max-width: 640px){
  .m_link{ padding:30px 0; }
  .m_link b{ font-size: 13px; margin-right: 6px; }
  .m_link b span{ font-size: 16px; margin-right: 8px; }
}
@media only screen and (max-width: 576px){
  .m_link{ padding:25px 0; }
  .m_link b{ font-size: 12px; margin-right: 4px; }
  .m_link b span{ font-size: 14px; margin-right: 6px; }
}
@media only screen and (max-width: 414px){
  .m_link{ padding:20px 0; }
}
/*footer*/
.footer{ overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat top center; padding:90px 0 0; }
.f_nav{ overflow: hidden; }
.f_nav a{ transition: all .3s; margin-bottom: 32px; color: #f6f5f5; position: relative; display: inline-block; width: 50%; float: left; font-size: 16px; box-sizing: border-box; padding-left: 32px; }
.f_nav a::before{ content: ""; display: inline-block; width:0; height:0; border-top:3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #fff; position: absolute; left: 12px; top:10px; transition: all .3s; }
.f_nav a:hover{ color: #ffbe00; transition: all .3s; }
.f_nav a:hover::before{ border-left: 5px solid #ffbe00; color: #ffbe00; left: 20px; transition: all .3s; }
.footer .ewm{ text-align: center; }
.f_ewm{ display: inline-block; margin:0 auto; background: #17487061; overflow: hidden; }
.f_ewm > div{ float: left; width: 156px; text-align: center; box-sizing: border-box; padding:28px 0; }
.f_ewm > div img{ width: 106px; }
.f_ewm > div p{ font-size: 14px; color: #8c9093; line-height: 1; margin-top: 20px; }
.f_contact{ padding-left: 70px; }
.f_contact p{ font-size: 30px; color: #fefefe; font-weight: bold; }
.f_contact p small{ font-size: 14px; color: #f6f5f5; position: relative; top:-5px; }
.f_contact ul{ overflow: hidden; padding: 10px 0 114px; }
.f_contact li{ display: inline-block; padding:0 32px; position: relative; }
.f_contact li + li{ border-left: 1px solid #293038; }
.f_contact li .hd{ text-align: center; }
.f_contact li .hd span{ font-size: 26px; color: #fff; }
.f_contact li .hd p{ font-size: 14px; color: #f6f5f5; font-weight: normal; text-align: center; display: block; line-height: 1; margin-top: 8px; }
.f_contact li .bd{ display: none; position: absolute; left:0; top:0; }
.f_contact li .bd p{ display: inline-block; float: left; font-size: 18px; color: #333333; }
.f_contact li:nth-child(1) .bd{ top:116%; left: 36px; background: #e8ebf0; padding:10px 15px; width: 130px; border-radius: 3px; }
.f_contact li:nth-child(1) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 10px; }
.f_contact li:nth-child(1) .bd img{ float: left; margin-right: 10px; }
.f_contact li:nth-child(2) .bd{ top:116%; left: -80%; background: #e8ebf0; padding:10px 15px; width: auto; border-radius: 3px; }
.f_contact li:nth-child(2) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 46%; }
.f_contact li:nth-child(3) .bd{ top:116%; left: -176px; background: #e8ebf0; padding:10px 15px; width: auto; border-radius: 3px; }
.f_contact li:nth-child(3) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 82%; }
.f_contact li:hover .bd{ display: block; }
.f_copy{ margin-bottom: 15px; line-height: 46px; width: 100%; }
.f_copy p{ width: 50%; float: left; font-size: 14px; color: #fbfbfb; }
.f_copy p a{ color: #fbfbfb;  }
.f_copy p + p{ text-align: right; }
@media only screen and (max-width: 1400px){
  .footer{ padding:80px 0 0; }
}
@media only screen and (max-width: 1200px){
  .footer{ padding:70px 0 0; }
  .f_ewm{ width: 100%; }
	.f_ewm div{ width: 50%; }
	.f_contact{ padding-left: 20px; }
	.f_contact p{ font-size: 24px; }
	.f_contact li{ padding:0 22px; width: 32.3%; }
}
@media only screen and (max-width: 992px){
  .footer{ background-size: cover; padding:60px 0 0; }
	.f_nav a{ width: 25%; }
	.f_ewm{ overflow: hidden; margin-bottom: 20px; }
	.f_contact p{ width: 50%; float: left; }
	.f_contact ul{ width: 100%; display: none; }
	.f_copy{ margin-bottom: 0; margin-top: 20px; }
}
@media only screen and (max-width: 768px){
  .footer{ padding:50px 0 55px; }
  .f_copy{ flex-direction: column; padding-bottom: 20px; }
  .f_copy p{ width: 100%; text-align: center; line-height: 1.8; }
  .f_copy p + p{ text-align: center; }
}
@media only screen and (max-width: 640px){
  .footer{ padding:40px 0 55px; }
  .footer .ewm{ padding:0; }
  .f_contact{ padding-left: 0; }
  .f_contact p, .f_copy p{ width: 100%; text-align: center; }
}
@media only screen and (max-width: 576px){
  .f_nav{ display: none; }
  .footer{ padding:30px 0  55px; }
}
@media only screen and (max-width: 414px){
  .footer{ padding:20px 0  55px; }
}




/*down*/
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: none; z-index: 9999;}
.down li{width: 25%; box-sizing: border-box; text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li + li{ border-left: solid 1px #ffffff; }
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media only screen and (max-width: 768px){
  .down{ display: block; }
}

.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#063a90;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:#063a90;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){
  .plugin-fixed-call{ display: none; }
}

/*no-goods*/
.no-goods,.no-network{ padding-top:100px; 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;}
@media only screen and (max-width: 414px){
  .no-goods,.no-network{ padding-top:30px; }
  .no-goods img{ width:80%; }
}







/*s_banner*/
.s_banner{ text-align: center; position: relative; padding:89px 0; background: url(../images/company_bg.jpg) no-repeat top center; background-attachment:fixed; }
.s_banner .row > b{ display: block; width: 100%; font-size:46px; color: #fff; font-weight: 400; line-height: 1; text-shadow: 0 0 3px rgba(125,125,125,0.5); }
.s_banner .row > p{ display: block; width: 100%; box-sizing: border-box; padding: 30px 0; text-align: center; line-height: 2; font-size: 14px; color: #fff;  text-shadow: 0 0 3px rgba(125,125,125,0.5); }
.s_banner .row > span{ display: block; margin:0 auto; font-size: 32px; line-height: 1; color: #fff; font-weight: 200; }
.s_banner .row small{ overflow: hidden; position: relative; display: block; width: 100%; animation:title_font_img_down 1.5s linear 0s infinite running; -webkit-animation:title_font_img_down 1.5s linear 0s infinite running; margin: 5px 0 1px; }
.s_banner .row small span{ display: block; clear: both; font-size: 36px; height: 16px; color: #fff; line-height: 1; }
.s_banner .row small span + span{ position: relative; top:-7px; }
.pro_banner .s_banner{ background: url(../images/spro_bg.jpg) no-repeat top center;  background-attachment:fixed; }
.case_banner .s_banner{ background: url(../images/scase_bg.jpg) no-repeat top center;  background-attachment:fixed; }
.contact_banner .s_banner{ background: url(../images/scontact_bg.jpg) no-repeat top center;  background-attachment:fixed; }
.news_banner .s_banner{ background: url(../images/snews_bg.jpg) no-repeat top center;  background-attachment:fixed; }
.honor_banner .s_banner{ background: url(../images/shonor_bg.jpg) no-repeat top center;  background-attachment:fixed; }
@keyframes title_font_img_down{ 0%{ bottom:10px; opacity: 0.5;} 30%{ bottom:5px; opacity: 1;} 100%{ bottom:0px;  opacity: 0;} }
@-webkit-keyframes title_font_img_down{ 0%{ bottom:10px; opacity: 0.5;} 30%{ bottom:5px; opacity: 1;} 100%{ bottom:0px;  opacity: 0;} }
@media only screen and (max-width: 768px){
  .s_banner{ padding:60px 0 40px; }
  .s_banner .row > b{ font-size: 36px; }
}
@media only screen and (max-width: 640px){
  .s_banner{ padding:40px 0 20px; }
  .s_banner .row > span{ display: none; }
  .s_banner .row small{ display: none; }
  .s_banner .row > b{ font-size: 32px; }
  .s_banner .row > p{ padding:20px 15px; }
}
@media only screen and (max-width: 5760px){
  .s_banner .row > b{ font-size: 28px; }
  .s_banner .row > p{ font-size: 13px; line-height: 1.5; }
}
@media only screen and (max-width: 414px){
  .s_banner .row > b{ font-size: 24px; }
  .s_banner .row > p{ font-size: 12px; }
}

/* location */
.location{ overflow: hidden; background: #f9f8f8; border-bottom: 1px solid #e0dfdf; }
.location .row{ display: flex; align-items: center; }
.location p{ font-size: 14px; color: #777777; padding:13px 0; }
.location p span{ font-size: 20px; color: var(--zhu-color); margin-right: 10px; }
.location p a{ font-size: 14px; color: #777777; transition: all .3s; }
.location p a:hover{ color: var(--zhu-color); transition: all .3s; }
.r_nav{ overflow: hidden; display: flex; align-items: center; justify-content: flex-end; }
.r_nav a{ display: inline-block; padding:20px 0; margin: 0 16px; line-height: 1; font-size: 16px; color: #333333; transition: all .3s; position: relative; }
.r_nav a::before{ content: ""; display: inline-block; width: 0; height: 2px; position: absolute; bottom:0; left: 0; background: var(--zhu-color); transition: all .3s; }
.r_nav a:hover{ color: var(--zhu-color); transition: all .3s; }
.r_nav a:hover::before{ transition: all .3s; width: 100%; }
.p_type .r_nav{ text-align: left; }
@media only screen and (max-width: 1400px){
  .location .inner{ padding:0; }
}
@media only screen and (max-width: 1200px){
  .r_nav a{ padding:18px 0; margin: 0 14px; font-size: 14px; }
}
@media only screen and (max-width: 992px){
  .r_nav a{ padding:16px 0; margin: 0 12px; }
}
@media only screen and (max-width: 768px){
  .location p{ display: flex; align-items: center; justify-content: center; padding: 12px 0; }
  .location p span{ font-size: 14px; }
  .r_nav{ align-items: center; justify-content: center; }
  .r_nav a{ padding:14px 0; margin: 0 12px; }
}
@media only screen and (max-width: 640px){
  .location p{ text-align: center; }
  .location p i{ display: none; }
  .location p span{ margin-right: 8px; }
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
  .r_nav a{ font-size: 13px; margin:0 10px; padding:12px 0; }
}

/* company_info */
.company_info{ background: url(../images/company_about_bg.jpg) no-repeat top center; padding:30px 0; }
.company_info .c_tit p{ font-size: 16px; color: var(--zhu-color); line-height: 1; margin-bottom: 36px; }
.company_info .bd > p, .company_info div > p{ font-size: 16px; color: #333333; line-height: 30px; }
.company_strength{ background: var(--zhu-color); box-sizing: border-box; padding:42px 0; overflow: hidden; margin:20px 0 10px; }
.company_strength li{ width: 25%; float: left; text-align: center; }
.company_strength li span{ font-size: 60px; color: #fff; font-family: "Myriad Pro"; line-height: 1; }
.company_strength li > p{ font-size: 14px; color: #ffffff; margin-top:22px; }
.company_img{ overflow: hidden; margin-bottom: 20px; }
.company_img img:nth-child(2), .company_img img:nth-child(3){ margin-left: 6px; }
.company_info .down_more{ margin: 24px 0; text-align: center; position: relative; }
.company_info .down_more::before{ content: ""; display: inline-block; width: 43%; height: 1px; background: #e1e1e1; position: absolute; left:0; top:50%; }
.company_info .down_more::after{ content: ""; display: inline-block; width: 43%; height: 1px; background: #e1e1e1; position: absolute; right:0; top:50%; }
.company_info .down_more span{ font-size: 30px; color: #e1e1e1; line-height: 1; margin-right: 12px; }
.company_info .down_more small{ font-size: 16px; color: #666666; position: relative; top:-5px; }
.company_super .hd{ padding-bottom: 0; }
.company_super .hd b{ font-size: 30px; color: #333333; line-height: 1; display: block; padding-bottom: 0; }
.company_super .hd b::after{ display: none; }
.company_super .hd hr{ display: inline-block; margin:24px 0 36px; position: relative; width: 30px; height: 3px; background: var(--zhu-color); left: -6.5px; }
.company_super .hd hr::after{ content: ""; display: inline-block; width: 10px; height: 3px; background: var(--zhu-color); position: absolute; right: -13px; }
@media only screen and (max-width: 1400px){
  .company_info{ padding:25px 0; }
  .c_tit b{ font-size: 36px; }
  .company_info .c_tit p{ margin-bottom: 30px; } 
  .company_img{ padding-top: 10px; }
  .company_img img{ float: left; }
  .company_img img:nth-of-type(1){ width: 46%; margin:0; }
  .company_img img:nth-of-type(2){ width: 25%; margin:0 0 0 2%; }
  .company_img img:nth-of-type(3){ width: 25%; margin:0 0 0 2%; }
}
@media only screen and (max-width: 1200px){
  .c_tit b{ font-size: 32px; }
  .company_info .c_tit p{ margin-bottom: 28px; } 
}
@media only screen and (max-width: 992px){
  .company_info .hd hr{ margin:20px 0; }
  .company_info .hd p{ font-size: 24px; margin-bottom: 20px; }
  .company_strength li span{ font-size: 50px; }
  .company_info .c_tit p, .c_tit b{ font-size: 28px; }
  .company_info .c_tit p{ margin-bottom: 26px; } 
}
@media only screen and (max-width: 768px){
  .company_info{ padding:20px 0; }
  .company_strength{ padding:20px 0; margin:20px 0 0; }
  .company_strength li{ width: 50%; }
  .company_strength li:nth-child(1), .company_strength li:nth-child(2){ margin-bottom: 15px; }
}
@media only screen and (max-width: 640px){
  .company_info{ padding:15px 0; }
  .company_super .hd hr{ margin:24px 0; }
  .c_tit b{ font-size: 24px; }
  .company_info .c_tit p{ margin-bottom: 24px; font-size: 15px; } 
  .company_info .bd > p, .company_info div > p{ font-size: 14px; line-height: 1.5; }
  .company_img img:nth-of-type(1){ width: 100%; margin:0 0 10px; }
  .company_img img:nth-of-type(2){ width: 49%; margin:0 1% 0 0; }
  .company_img img:nth-of-type(3){ width: 49%; margin:0 0 0 1%; }
  .company_strength li span{ font-size: 32px; }
  .company_strength li > p{ margin-top: 16px; }
}
@media only screen and (max-width: 576px){
  .c_tit b{ font-size: 20px; }
  .company_info .c_tit p{ margin-bottom: 20px; font-size: 14px; } 
  .company_strength li span{ font-size: 28px; }
  .company_strength li > p{ margin-top: 14px; }
}
@media only screen and (max-width: 414px){
  .c_tit b{ font-size: 16px; }
  .company_info .c_tit p{ font-size: 13px; margin-bottom: 15px; } 
  .company_strength li span{ font-size: 24px; }
  .company_strength li > p{ margin-top: 12px; }
}

/* company_culture */
.company_culture{ background: url(../images/company_culture_bg.jpg) no-repeat top center; padding:62px 0 100px; background-attachment: fixed; background-size: 100% 100%; position: relative; }
.company_culture::before{ content: ""; position: absolute; top: 0; left:0; width: 100%; height: 100%; background: var(--zhu-color); opacity: .58; z-index: 32; }
.company_culture .inner{ position: relative; z-index: 33; }
.company_culture .c_tit b{ color: #fff; }
.company_culture .c_tit hr, .company_culture .c_tit hr::after{ background: #fff; }
.company_culture .bd{ padding:44px 58px; background: #fff; }
.company_culture .bd > p{ overflow: hidden; margin-bottom: 14px; }
.company_culture .bd > p span{ color: #fff; display: inline-block; width: 52px; height: 52px; background: #d11d26; border-radius: 50%; text-align: center; line-height: 52px; font-size: 32px; float: left; margin-right: 26px; }
.company_culture .bd > p b{ font-size: 24px; color: #333333; line-height: 52px; float: left; font-weight: normal; margin-right: 22px; }
.company_culture .bd > p small{ font-size: 18px; color: #333333; line-height: 52px;  }
.company_culture .bd ul{ padding:36px 0 6px; display: flex; align-items: center; justify-content: space-between; }
.company_culture .bd li{ width: 25%; box-sizing: border-box; padding-left: 35px; }
.company_culture .bd li b{ font-size: 24px; color: #333333; line-height: 1; font-weight: normal; }
.company_culture .bd li p{ font-size: 14px; color: #666666; line-height: 1; margin-top:15px; }
@media only screen and (max-width: 1400px){
  .company_culture{ padding:60px 0; }
  .company_culture .inner{ padding:0; }
  .company_culture .bd ul{ padding:28px 0 6px; }
}
@media only screen and (max-width: 1200px){
  .company_culture{ padding:50px 0; }
  .company_culture .inner{ padding:0; }
  .company_culture .bd{ padding:40px; }
  .company_culture .bd ul{ padding:24px 0 6px; }
  .company_culture .bd > p b{ font-size: 23px; }
}
@media only screen and (max-width: 992px){
  .company_culture{ padding:40px 0 15px; }
  .company_culture .bd{ padding:20px 15px; }
  .company_culture .bd li{ padding-left: 0; padding:0 15px; }
  .company_culture .bd > p{ width: 50%; text-align: center; float: left; }
  .company_culture .bd > p span{ margin-right: 0; float: none; }
  .company_culture .bd > p b, .company_culture .bd > p small{ display: block; clear: both; text-align: center; margin-right: 0; width: 100%; }
  .company_culture .bd > p small{ font-size: 14px; line-height: 1.5;  }
  .company_culture .bd ul{ clear: both; padding:20px 0 6px; }
  .company_culture .bd li{ padding:0 10px; }
  .company_culture .bd li b{ font-size: 18px; }
  .company_culture .bd li p{ line-height: 1.5; }
  .company_culture .bd > p b{ font-size: 22px; }
}
@media only screen and (max-width: 768px){
  .company_culture{ padding:30px 0 15px; }
  .company_culture .bd{ padding:20px 10px; }
  .company_culture .bd ul{ padding:18px 0 6px; }
  .company_culture .bd > p b{ font-size: 21px; }
}
@media only screen and (max-width: 640px){
  .company_culture{ padding:25px 0 15px; background-size: cover; }
  .company_culture .bd{ padding:15px 5px; }
  .company_culture .bd > p{ width: 100%; }
  .company_culture .bd ul{ flex-wrap: wrap; padding:16px 0 6px; }
  .company_culture .bd li{ width: 50%; float: left; margin-bottom: 15px; }
  .company_culture .bd > p b{ font-size: 20px; }
}
@media only screen and (max-width: 576px){
  .company_culture{ padding:20px 0 15px; }
  .company_culture .bd ul{ padding:14px 0 6px; }
  .company_culture .bd > p b{ font-size: 19px; }
}
@media only screen and (max-width: 414px){
  .company_culture{ padding:15px 0; }
  .company_culture .bd ul{ padding:12px 0 6px; }
  .company_culture .bd > p b{ font-size: 18px; }
}

/*company_case*/
.company_case{ background:#f7f6f6 url(../images/company_case_bg.png) no-repeat center; padding:50px 0; }
.company_case .c_tit{ width: 100%; text-align: center; padding-bottom: 14px; }
.company_case .c_tit span{ font-weight: 200; font-size: 45px; font-family: DINLIGHT; display: block; line-height: 1; margin-bottom: 20px; text-transform: uppercase; }
.company_case .c_tit b i{ font-size: 50px; color: var(--zhu-color); font-family: webfont; }
.company_case .bd{ overflow: hidden; width:100%; }
.company_case .bd a{ display: block; width: 100%; overflow: hidden; }
.company_case .bd a .img{ position: relative; width: 100%; padding-bottom: 75%; overflow: hidden; }
.company_case .bd a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
.company_case .bd a .txt{ overflow: hidden; background: #f2f2f3; width: 100%; padding:15px; overflow: hidden; text-align: center; }
.company_case .bd a .txt b{ display: block; font-weight: normal; line-height: 1; font-size: 18px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company_case .bd a .txt p{ display: inline-block; position: relative; line-height: 1; margin-top: 16px; font-size: 14px; color: var(--zhu-color);overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 24px; }
.company_case .bd a .txt p::before{ content: ""; display: inline-block; width: 14px; height: 1px; background: var(--zhu-color); position: absolute; top:50%; left: 0; }
.company_case .bd a .txt p::after{ content: ""; display: inline-block; width: 14px; height: 1px; background: var(--zhu-color); position: absolute; top:50%; right: 0; }
.company_case .bd a:hover img{ transition: all .3s; transform: scale(1.05); }
.company_case .bd a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1400px){
  .company_case{ padding:40px 0; }
  .company_case .c_tit{ padding-bottom: 0; }
}
@media only screen and (max-width: 1200px){
  .company_case{ padding:35px 0; }
  .company_case .hd b i{ font-size: 40px; }
}
@media only screen and (max-width: 992px){
  .company_case{ padding:30px 0; }
  .company_case .bd a .txt b{ font-size: 16px; }
}
@media only screen and (max-width: 768px){
  .company_case{ padding:25px 0; }
  .company_case .bd a .txt b{ font-size: 15px; }
}
@media only screen and (max-width: 640px){
  .company_case{ padding:20px 0; }
  .company_case .c_tit span{ font-size: 26px; }
  .company_case{ padding:30px 0; }
  .company_case .bd a .txt{ padding:8px 12px; }
  .company_case .bd a .txt b{ font-size: 14px; }
  .company_case .bd a .txt p{ display: none; }
}
@media only screen and (max-width: 576px){
  .company_case{ padding:15px 0; }
  .company_case .bd a .txt b{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .company_case .bd a .txt b{ font-size: 12px; }
}


/* contact_txt */
.contact_txt{ overflow: hidden; background: #f5f5f5; margin-bottom: 46px; }
.contact_txt .img{ width: 100%; overflow: hidden; }
.contact_txt .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.contact_txt .txt{ box-sizing: border-box; padding:80px 20px; }
.contact_txt .txt b{ display: block; font-weight: normal; font-size: 24px; color: #333333; line-height: 1; margin-bottom: 32px; }
.contact_txt .txt p{ font-size: 18px; color: #666666; line-height: 40px; }
@media only screen and (max-width: 1400px){
  .contact_txt{ margin-bottom: 40px; }
}
@media only screen and (max-width: 1200px){
  .contact_txt{ margin-bottom: 35px; }
}
@media only screen and (max-width: 992px){
  .contact_txt{ margin-bottom: 30px; }
}
@media only screen and (max-width: 768px){
  .contact_txt{ margin-bottom: 25px; }
  .contact_txt > .row{ margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .contact_txt .txt{ padding:20px 15px; }
  .contact_txt .txt b{ font-size: 18px; }
  .contact_txt .txt p{ font-size: 14px; line-height: 2; }
}
@media only screen and (max-width: 640px){
  .contact_txt{ margin-bottom: 20px; }
}
@media only screen and (max-width: 576px){
  .contact_txt{ margin-bottom: 15px; }
}
@media only screen and (max-width: 414px){
}

/* contact_way */
.contact_way{ overflow: hidden; display: flex; flex-wrap: nowrap; margin-bottom: 40px; }
.contact_way .box{ position: relative; width: 25%; text-align: center; border:2px solid #eae7e7; border-radius: 3px; padding:30px 0; }
.contact_way .box::before{ content: ""; display: inline-block; width: 0; height: 3px; background: var(--zhu-color); position: absolute; left:50%; bottom: 0; transition: all .3s; }
.contact_way .box + .box{ margin-left: 30px; }
.contact_way .box span{ display: inline-block; font-size: 54px; color: var(--zhu-color); line-height: 1; margin-bottom: 20px; }
.contact_way .box p{ font-size: 18px; color: #666666; line-height: 32px; margin-bottom: 0; }
.contact_way .box:hover::before{ transition: all .3s; width: 100%; left: 0; }
#dituContent{ width: 100%; margin:0 auto; height: 520px; margin-bottom: 40px; border:1px solid #cccccc; }

@media only screen and (max-width: 1400px){
  .contact_way{ margin-bottom: 40px; }
  .contact_way .box + .box{ margin-left: 20px; }
  .contact_way .box p{ font-size: 16px; line-height: 1.5; box-sizing: border-box; padding:0 15px; }
  .contact_way .box span{ font-size: 50px; margin-bottom: 10px; }
  .contact_way .box p:first-of-type{ margin-bottom: 10px; }
}
@media only screen and (max-width: 1200px){
  .contact_way{ margin-bottom: 35px; }
  .contact_way .box + .box{ margin-left: 15px; }
  .contact_way .box p{ font-size: 14px; }
  .contact_way .box span{ font-size: 40px; }
}
@media only screen and (max-width: 992px){
  .contact_way{ display: block; margin-bottom: 10px; }
  .contact_way .box{ width: 49%; margin-bottom: 20px; float: left; padding:15px 0; }
  .contact_way .box + .box{ margin-left: 0; }
  .contact_way .box:nth-child(2n+0){ margin-left: 2%; }
  .contact_way .box p{ font-size: 12px; }
  .contact_way .box span{ font-size: 30px; }
  
}
@media only screen and (max-width: 768px){
  .contact_way{ margin-bottom: 5px; }
  .contact_way .box p + p{ min-height: 36px; }
}
@media only screen and (max-width: 640px){
  .contact_way{ margin-bottom: 0; }
  #dituContent{ height: 240px; margin-bottom: 20px; }
}
@media only screen and (max-width: 576px){
  .contact_way .box p + p{ min-height: 25px; word-break: break-all; }
  .contact_way .box{
    height: 165px;
  }
}
@media only screen and (max-width: 414px){
}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:46px 0 62px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 36px; color: #333333; }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 54px; }
#contact_msg .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; line-height: 54px; position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 30px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 30px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333; }
#contact_msg .bd .form_item:last-child label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item:last-child img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item:last-child input{ width: calc(100% - 66px); float: left; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .form_item:last-child .code{ width: calc(100% - 200px); }
#contact_msg .bd .submit{ display: block; width: 100%; padding:24px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px; }
#contact_msg .bd .submit:hover{ background: var(--pei-color); transition: all .3s; }

@media only screen and (max-width: 1400px){
  #contact_msg{ padding:40px 0; }
  #contact_msg .bd{ margin-bottom: 25px; }
  #contact_msg .bd .col-md-6{ padding-right: 7.5px; }
  #contact_msg .bd .col-md-6:nth-of-type(2n+0){ padding-left: 7.5px; padding-right: 15px; }
  #contact_msg .bd .form_item{ margin-bottom: 15px; }
  #contact_msg .bd .form_box{ margin-bottom: 15px; }
}
@media only screen and (max-width: 1200px){
  #contact_msg{ padding:35px 0; }
  #contact_msg .bd{ margin-bottom: 20px; }
}
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  #contact_msg .bd{ margin-bottom: 15px; }
  #contact_msg .bd .form_box{ height: 120px; }
}
@media only screen and (max-width: 768px){
  #contact_msg{ padding:25px 0; }
  #contact_msg .bd{ margin-bottom: 10px; }
  #contact_msg .bd .submit{ padding:16px 0; font-size: 15px; }
  #contact_msg .bd .col-md-6{ padding-right: 7.5px; padding-left: 7.5px; }
  #contact_msg .bd .col-md-6:nth-of-type(2n+0){ padding-left: 7.5px; padding-right: 7.5px; }
  #contact_msg .bd .col-12{ padding-right: 7.5px; padding-left: 7.5px; }
}
@media only screen and (max-width: 640px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ margin-bottom: 5px; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .submit{ padding:14px 0; font-size: 14px; }
  #contact_msg .bd .form_box{ height: 160px; }
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:15px 0; }
  #contact_msg .bd .submit{ padding:12px 0; font-size: 13px; }
}
@media only screen and (max-width: 414px){
  #contact_msg .bd .form_item:last-child img{ width: 100px; }
}

/*main*/
.main{ overflow: visible; padding:30px 0; }
.main p{ font-size: 16px; line-height: 1.5; margin-bottom: 12px; }

@media only screen and (max-width: 1400px){
  .main{ padding:25px 0; }
}
@media only screen and (max-width: 1200px){
  .main{ padding:20px 0; }
}
@media only screen and (max-width: 992px){
  .main{ padding:15px 0; }
}
@media only screen and (max-width: 768px){
  .main p{ font-size: 15px; margin-bottom: 10px; }
}
@media only screen and (max-width: 640px){
  .main p{ font-size: 14px; margin-bottom: 8px; }
}
@media only screen and (max-width: 576px){
  .main p{ font-size: 13px; margin-bottom: 6px; }
}
@media only screen and (max-width: 414px){
  .main p{ font-size: 12px; margin-bottom: 4px; }
}
/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0; width: 100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background: var(--zhu-color); border-radius: 50%; text-align: center; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color: #e60113; }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 640px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 70%; }
  .product_type_search > .type{ padding:0 20px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}
@media only screen and (max-width: 414px){
  .product_type_search > b{ font-size: 18px; line-height: 1.5; padding:0 15px; }
}
@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){
}

/* product_list */
.product_list{ overflow: hidden; }
.product_list li{ padding:60px 0 45px; }
.product_list li:nth-child(odd){ background: #f3f3f3; }
.product_list .type{ overflow: hidden; margin-bottom: 30px; width: 100%; }
.product_list .type > b{ font-size: 30px; color: #333333; line-height: 1; float: left; }
.product_list .type b a{ color: #333333; transition: all .3s; }
.product_list .type > a{ font-size: 16px; color: #333333; line-height: 30px; margin:0 20px; transition: all .3s; float: left; }
.product_list .type a:hover{ transition: all .3s; color: #e60113; }
.product_list .goods{ width: 100%; }
.product_list .goods .goods_swiper{ padding:15px 0; }
.product_list .goods .swiper-slide{ width: 100%; box-sizing: border-box; padding:0 0 20px; border:1px solid #f1f0f0; background: #ffffff; }
.product_list .goods a{ display: block; width: 100%; overflow: hidden;  }
.product_list .goods a .img{ width: 100%; height: auto; position: relative; padding-bottom: 92%; overflow: hidden; margin-bottom: 12px; }
.product_list .goods a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.product_list .goods .txt{ overflow: hidden; padding:0 20px; }
.product_list .goods .txt b{ display: block; margin-bottom: 10px; font-size: 18px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; }
.product_list .goods .txt p{ margin-bottom: 26px; font-size: 14px; color: #999999; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product_list .goods .txt > a{ width: auto; display: inline-block; padding:12px 22px; border:1px solid #aaaaaa; font-size: 14px; color: #333333; line-height: 1; transition: all .3s; }
.product_list .goods .txt > a:nth-of-type(1){ border-color: var(--zhu-color); background: var(--zhu-color); color: #fff; margin-right: 20px; }
.product_list .goods .txt > a:hover{ background: #333; color: #fff; border-color: #333; transition: all .3s; }
.product_list .goods .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.product_list .goods .swiper-slide:hover { transition: all .3s; box-shadow: 0 0 15px rgba(160, 160, 160, .5); }
.product_list .goods .swiper-slide:hover b { transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 992px){
  .product_list li{ padding:30px 0; }
  .product_list .type{ margin-bottom: 25px; }
  .product_list .type > a{ font-size: 14px; margin:0 16px; }
  .product_list .goods .txt > a:nth-of-type(1){ margin-right: 10px; }
  .product_list .goods .txt > a{ padding:8px 12px; }
}
@media only screen and (max-width: 768px){
  .product_list .type > a{ display: none; }
}
@media only screen and (max-width: 640px){
  .product_list .type > b{ font-size: 20px; display: block; text-align: center; width: 100%; }
  .product_list .goods .swiper-slide{ padding:0 0 10px; }
  .product_list .goods .txt b{ font-size: 14px; font-weight: normal; }
  .product_list .goods .txt p{ margin-bottom: 12px; font-size: 13px; }
  .product_list .goods .txt > a:nth-of-type(1){ margin-right: 5px; }
  .product_list .goods .txt > a{ padding:6px 10px; font-size: 13px; }
}
@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){
}

/* goods_list */
.goods_list{ overflow: hidden; width: 100%; }
.goods_list li{ width: 100%; margin-bottom: 30px; }
.goods_list li .box{ width: 100%; box-sizing: border-box; padding:0; border:1px solid #f1f0f0; background: #ffffff; }
.goods_list a{ display: block; width: 100%; overflow: hidden;  }
.goods_list a .img{ width: 100%; height: auto; position: relative; padding-bottom: 68%; overflow: hidden; }
.goods_list a .img img{ width: 100%; height: 100%; object-fit: contain; position: absolute; transition: all .3s; }
.goods_list .txt{ overflow: hidden; padding:20px; }
.goods_list .txt b{ display: block; margin-bottom: 10px; font-size: 18px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; }
.goods_list .txt p{ margin-bottom: 26px; font-size: 14px; color: #999999; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.goods_list .btns{ display: flex; align-items: center; justify-content: space-between; }
.goods_list .btns > a{ width: auto; display: inline-block; padding:12px 22px; border:1px solid #aaaaaa; font-size: 14px; color: #333333; line-height: 1; transition: all .3s; }
.goods_list .btns > a:nth-of-type(1){ border-color: var(--zhu-color); background: var(--zhu-color); color: #fff; margin-right: 20px; }
.goods_list .btns > a:hover{ background: #333; color: #fff; border-color: #333; transition: all .3s; }
.goods_list li:hover img{ transition: all .3s; transform: scale(1.05); }
.goods_list li:hover { transition: all .3s; border-color: var(--zhu-color); }
.goods_list li:hover b { transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 1400px){
  .goods_list .txt p{ margin-bottom: 20px; }
}
@media only screen and (max-width: 1200px){
  .goods_list .txt p{ margin-bottom: 14px; }
}
@media only screen and (max-width: 992px){
  .goods_list .btns > a:nth-of-type(1){ margin-right: 10px; }
  .goods_list .btns > a{ padding:8px 12px; }
}
@media only screen and (max-width: 768px){
  .goods_list li{ padding-right: 7.5px; margin-bottom: 15px; }
  .goods_list li:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
}
@media only screen and (max-width: 640px){
  .goods_list .txt{ padding:15px; }
  .goods_list .txt b{ font-size: 14px; font-weight: normal; }
  .goods_list .txt p{ margin-bottom: 12px; font-size: 13px; }
  .goods_list .btns > a:nth-of-type(1){ margin-right: 5px; }
  .goods_list .btns > a{ font-size: 12px; padding:5px; }
}
@media only screen and (max-width: 576px){
  .goods_list .txt{ padding:12px; }
}
@media only screen and (max-width: 414px){
  .goods_list .txt{ padding:10px; }
  .goods_list .txt p{ font-size: 12px; }
  .goods_list .btns > a{ padding:2px; width: 100%; text-align: center; }
  
}

/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 30px; color: #333333; line-height: 2; display: block; font-weight: normal; margin-bottom: 8px; }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid #cd0700; font-size: 18px; color: #cd0700; margin-bottom: 20px; }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_focus .info .order-btn{ float: left; line-height: 1; padding:16px 120px; background: var(--zhu-color); border-radius: 3px; font-size: 18px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--pei-color); }
.g_focus .info .tel{ float: left; margin-left: 60px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px; line-height: 1; color: var(--zhu-color); font-size: 38px; }
.g_focus .info .tel div{ float: left; width: 50%; }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden; overflow: hidden; margin:20px 0; }
#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 70%; position: relative; border:1px solid #e1e0e0; }
#g_xgcp a img{ width: 100%; height: 100%; object-fit: contain; position: absolute; }
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover img{ transition: all .3s; transform: scale(1.05); }
#gfocus{ width: 100%; height: 414px; border:1px solid #f1f1f1; }
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: contain; }
#gfocus .swiper-button-next, #gfocus .swiper-button-prev{ background-image: none; width: 36px; height: 36px; margin-top: -18px; }
#gfocus .swiper-button-next::after, #gfocus .swiper-button-prev::after{ display: none; }
#gfocus .swiper-button-next span, #gfocus .swiper-button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); }
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; }
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ padding:15px; }
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; margin-bottom: 12px; }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
}
@media only screen and (max-width: 992px){
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 640px){
  #gfocus{ height: 246px; }
  .info_nav b{ padding:8px 15px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px; }
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 36px; color: #333333; }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 54px; }
.g_news .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; line-height: 54px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid #cd0700; position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: #cd0700; }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
  
}
@media only screen and (max-width: 640px){
  .g_news{ padding:20px 15px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
}
@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){
}

/* news_list */
.news_list{ overflow: hidden; width: 100%; }
.news_list li + li a{ border-top:1px solid #e9e9e8; }
.news_list a{ display: block; width: 100%; display: flex; padding:20px 0; }
.news_list a .img{ width: 100%; height: 100%; overflow: hidden; position: relative; }
.news_list a .img img{ width: 100%; height: 100%; object-fit: cover; background: #f1f1f1; transition: all .3s; position: absolute; }
.news_list a .img span{ position: absolute; left: 50%; top:50%; color: #666; font-size: 12px;  opacity: 0; }
.news_list a .txt{ overflow: hidden; }
.news_list a .txt strong{ transition: all .3s; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #1E1E1E; font-weight: normal; margin:12px 0 6px; }
.news_list a .txt small{ color: #999; font-size: 12px; margin-bottom: 30px; display: block; }
.news_list a .txt p{ position: relative; transition: all .3s; font-size: 14px; color: #777; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_list a .txt p::before{ content: ""; display: inline-block; width: 2px; height: 0; position: absolute; left: 0; top:0; transition: all .3s; background: var(--zhu-color); border:0; }
.news_list a:hover strong{ transition: all .3s; color: var(--zhu-color); }
.news_list a:hover .txt p{ transition: all .3s; padding-left: 30px; }
.news_list a:hover .txt ::before{ transition: all .3s; height: 100%; }
.news_list a:hover img{ transition: all .3s; transform: scale(1.05); }
.news_list a:hover .img small{ opacity: 1; transition: all .3s; background: rgba(255,255,255,.6); padding:8px 16px; }

.page_tit{ position: relative; padding:0 0 25px; margin-bottom: 30px; }
.page_tit strong{ display: block; font-size: 36px; color: #222; font-weight: normal;  }
.page_tit span{ font-size: 14px; color: #999; margin-top: 10px; }
.page_tit small{ text-transform: uppercase; display: inline-block; color: rgba(51,51,51,.42); font-size: 22px; }
.page_tit::before{ content: ""; display: inline-block; width: 50px; height: 3px; background: #db2016; position: absolute; left:0; bottom:0; border:0; }
@media only screen and (max-width: 1400px){
  .page_tit{ padding:0 0 25px; margin-bottom: 30px; }
  .page_tit strong{ font-size: 32px; }
  .page_tit::before{ height: 2px; }
}
@media only screen and (max-width: 1200px){
  .page_tit{ padding:0 0 20px; margin-bottom: 25px; }
  .page_tit strong{ font-size: 28px; }
}
@media only screen and (max-width: 992px){
  .page_tit{ padding:0 0 15px; margin-bottom: 20px; }
  .page_tit strong{ font-size: 24px; }
}
@media only screen and (max-width: 768px){
  .page_tit{ padding:0 0 10px; margin-bottom: 15px; text-align: center; }
  .page_tit strong{ font-size: 20px; }
  .page_tit::before{ height: 1px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);; }
}
@media only screen and (max-width: 640px){
  .page_tit strong{ font-size: 18px; }
}
@media only screen and (max-width: 576px){
  .news_list a{ flex-wrap: wrap; padding:15px; }
  .news_list a .img{ height: auto; padding-bottom: 40%; }
  .news_list a .txt small{ margin-bottom: 10px; }
  .news_list a .txt p{ margin-bottom: 0; }
}
@media only screen and (max-width: 414px){
}

/*case_list*/
.case_list{ overflow: hidden; }
.case_list .box{ display: block; width: 100%; margin-bottom:30px;transition:.36s all ease; }
.case_list .box .img{ padding-bottom: 75%; width: 100%; overflow: hidden; position: relative;background: #fff; }
.case_list .box .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; }
.case_list .box .txt{ background:#fff;padding:20px 20px; }
.case_list .box .txt strong{ color:#333;font-size:17px;font-weight:normal;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; display: block; }
.case_list .box .txt p { font-size: 14px; line-height: 26px; height: 52px; color:#999; margin-top:15px; overflow:hidden; }
.case_list .box .txt span { font-size: 30px; color: #999; line-height: 1; margin-top:25px;transition:.36s all ease;}
.case_list .box:hover {box-shadow: 0 0 15px 5px #999;transition: all .3s;}
.case_list .box:hover img {height:110%;transition: all .3s;}
.case_list .box:hover strong {color:#db2016;}
.case_list .box:hover span {padding-left:25px;transition:.36s all .3s;}
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
  .case_list > div{ padding-right: 7.5px; margin-bottom: 15px; }
  .case_list > div:nth-child(2n+0){ padding-left: 7.5px; padding-right: 15px; }
  .case_list .box{ margin-bottom: 0; }

}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 640px){
  .case_list .box .txt{ padding:10px; }
  .case_list .box .txt b{ font-size: 14px; }
  .case_list .box .txt p{ font-size: 12px; margin:6px 0; }
  .case_list .box .txt strong{ font-size: 14px; font-weight: normal; }
}
@media only screen and (max-width: 576px){
}
@media only screen and (max-width: 414px){
}

/*newsPage*/
.newsPage {margin:30px 0;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;  }
.newsPage .page-a{ font-size: 15px; color: #212529; display: flex; align-items: center; }
.newsPage .page-a a{ color: #212529; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsPage .page-a + .page-a{margin-top:10px;}
.newsPage .more { display:block;color:#fff;background:#db2016;margin-left:auto;text-align:center;max-width:100%; height:50px;line-height: 50px;width:160px;transition:.36s all;}
.newsPage .more:hover {width:180px;transition:.36s all ease-in;}
.newsPage .page-a a:hover{ color:#db2016; }
/*honor_list*/
.honor_list{ overflow: hidden; width: 100%; }
.honor_list .page_tit{ margin-bottom: 60px; }
.honor_list li{ overflow: hidden; margin-bottom: 30px; }
.honor_list .box .img{ border: 5px 5px 0 0; border: 2px solid #f6f5f5; border-bottom: 0; width:100%;padding-bottom:75%;position: relative;overflow: hidden;transition: all .5s;}
.honor_list .box .img img{width:100%;height: 100%;object-fit: cover;position: absolute;}
.honor_list .box .img:after{width:0;height: 0;content:'';position: absolute;top:0;left:0;background: rgba(0,0,0,.8);transition: all .5s;border-radius: 50%;}
.honor_list .box .img i{color:#fff;font-size: 50px;position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: 1;opacity: 0;transition: all .5s}
.honor_list .box .txt{background: #f6f5f5;padding:15px;transition: all .5s;}
.honor_list .box b{ color: #333;font-size: 16px;font-weight: 700;transition: all .5s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:block; box-sizing: border-box; font-weight: normal; }
.honor_list .box:hover{box-shadow: 0 0 10px #999;}
.honor_list .box:hover .txt{background: var(--zhu-color)}
.honor_list .box:hover .txt b{padding-left: 10px;color:#fff;}
.honor_list .box:hover .img{ border-color: var(--zhu-color);transition: all .5s; }
.honor_list .box:hover .img:after{width:200%;height:200%; left:-50%;top:-50%;}
.honor_list .box:hover .img i{opacity: 1;}

@media only screen and (max-width: 1400px){
  .honor .inner{ padding:0; }
  .show .inner{ padding:0; }
}
@media only screen and (max-width: 1200px){
  .honor_list .box b{ font-size: 15px; }
}
@media only screen and (max-width: 992px){
  .honor_list .box b{ font-size: 14px; }
}
@media only screen and (max-width: 768px){
  .honor_list li{ padding-right: 7.5px; margin-bottom: 15px; }
  .honor_list li:nth-child(2n+0){ padding-left: 7.5px; padding-right:15px; }
  .honor_list .box .txt{ padding:10px; }
  .honor_list .box b{ font-size: 13px; font-weight: normal; }
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 576px){
  
}
@media only screen and (max-width: 414px){
}

/* c_tit */
.c_tit{ overflow: hidden; width: 100%; text-align: center; }
.c_tit b{ font-size: 40px; color: #333333; line-height: 1; display: block; font-weight: normal; }
.c_tit hr{ display: inline-block; margin:24px 0 36px; position: relative; width: 30px; height: 3px; background: var(--zhu-color); left: -8.5px; }
.c_tit hr::after{ content: ""; display: inline-block; width: 10px; height: 3px; background: var(--zhu-color); position: absolute; right: -13px; }

@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
  .c_tit b{ font-size: 36px; }
}
@media only screen and (max-width: 992px){
  .c_tit hr{ margin:20px 0; }
  .c_tit b{ font-size: 32px; }
  .c_tit p{ font-size: 24px; margin-bottom: 20px; }
}
@media only screen and (max-width: 768px){
  .c_tit b{ font-size: 28px; }
  .c_tit p{ font-size: 22px; margin-bottom: 18px; }
}
@media only screen and (max-width: 640px){
  .c_tit b{ font-size: 24px; }
  .c_tit p{ font-size: 20px; margin-bottom: 16px; }
}
@media only screen and (max-width: 576px){
  .c_tit b{ font-size: 20px; }
  .c_tit p{ font-size: 18px; margin-bottom: 14px; }
}
@media only screen and (max-width: 414px){
  .c_tit b{ font-size: 16px; }
  .c_tit p{ font-size: 14px; margin-bottom: 12px; }
}

/* hot_news */
.hot_news{ clear: both; overflow: hidden; padding:0 15px; }
.hot_news a{ display: block; overflow: hidden; border:1px solid #e7e7e7; box-sizing: border-box; transition: all .4s; }
.hot_news a .img{ width: 100%; position: relative; padding-bottom: 70%; overflow: hidden; transition: all .4s; }
.hot_news a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .4s; }
.hot_news a .txt{ width: 100%; padding:25px; overflow: hidden; height: 120px; transition: all .4s; box-sizing: border-box; }
.hot_news a .txt b{ font-weight: normal; display: block; width: 100%; color: #010101; font-size: 18px; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot_news a .txt span{ font-size: 14px; color: #909090; }
.hot_news a .txt p{ transition: all .4s; line-height: 30px; color: #434343; font-size: 14px; margin-top: 15px; opacity: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.5; }
.hot_news a:hover img{ transition: all .4s; transform: scale(1.05); }
.hot_news a:hover .img{ transition: all .4s; margin-top: -80px; }
.hot_news a:hover .txt{ transition: all .4s; background: var(--zhu-color); height: 200px; }
.hot_news a:hover .txt b, .hot_news a:hover .txt span, .hot_news a:hover .txt p{ transition: all .4s; color: #fff; opacity: 1; }
@media only screen and (max-width: 1400px){
  .news .inner{ padding:0; }
}
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 992px){
}
@media(max-width: 768px){
  .hot_news a .txt{ padding:20px; height: 100px; }
  .hot_news a .txt b{ font-size: 16px; margin-bottom: 16px; }
  .hot_news a .txt span{ font-size: 13px; }
  .hot_news a .txt p{ font-size: 13px; -webkit-line-clamp: 2; }
  .hot_news a:hover .txt{ height: 140px; }
}
@media(max-width: 640px){
  .hot_news a .txt{ padding:15px; height: 80px; }
  .hot_news a .txt b{ font-size: 14px; margin-bottom: 12px; }
  .hot_news a .txt span{ font-size: 12px; }
  .hot_news a .txt p{ font-size: 12px; }
}
@media(max-width: 576px){
  .hot_news a .txt{ padding:10px; height: 70px; }
  .hot_news a .txt p{ font-size: 12px; margin-bottom: 8px; }
}

/* company_list */
.company_list{ overflow: hidden; margin:20px 0 0; padding:40px 0; background: #F6F6F6; }
.company_list .hd{ width: 100%; overflow: hidden; padding: 0 15px 20px; }
.company_list .hd b{ display: block; font-size: 36px; color: #333; font-weight: normal; }
.company_list .hd b a{ color: #333; transition: all .3s; }
.company_list .hd b a:hover{ color: #fb880c; transition: all .3s; letter-spacing: 1px; }
.company_list .hd small{ font-size: 18px; color: #c1c1c1; text-transform: uppercase; }
.company_list .news_img{ display: block; width: 100%; overflow: hidden;  }
.company_list .news_img .img{ width: 100%; padding-bottom: 34%; position: relative; overflow: hidden; background: #e4e4ec; }
.company_list .news_img .img img{ width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .4s; }
.company_list .news_img .txt{ overflow: hidden; padding:20px 0; }
.company_list .news_img .txt b{ margin-bottom: 20px; display: block; width: 100%; font-size: 20px; color: #535353; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; transition: all .4s; }
.company_list .news_img .txt span{ display: inline-block; text-align: left; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px solid #e8e8e8; position: relative; }
.company_list .news_img .txt span::after{ content: ""; display: inline-block; width: 1px; height: 0; position: absolute; right: 0; top:0; background: var(--zhu-color);transition: all .4s }
.company_list .news_img .txt span small{ font-size: 22px; color: #444; display: block; }
.company_list .news_img .txt span i{ font-size: 16px; color: #999; display: block; }
.company_list .news_img .txt p{ float: left; width: calc(100% - 100px); color: #979797; font-size: 14px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0; }
.company_list .news_img:hover img{ transition: all .4s; transform: scale(0.95) rotate(-1deg); }
.company_list .news_img:hover b{ transition: all .4s; color: var(--zhu-color); font-weight: bold; padding-left: 10px; }
.company_list .news_img:hover span, .company_list .news_img:hover span i, .company_list .news_img:hover p{ transition: all .4s; color: #333; }
.company_list .news_img:hover span::after{ transition: all .4s; height: 100%; }
.company_list .list{ display: block; overflow: hidden; border-bottom:1px solid #eaeaea; }
.company_list .list a{ display: block; padding:25px 0; overflow: hidden; border-top:1px solid #eaeaea; }
.company_list .list a span{ display: inline-block; text-align: left; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px solid #e8e8e8; position: relative; }
.company_list .list a span::after{ content: ""; display: inline-block; width: 1px; height: 0; position: absolute; right: 0; top:0; background: var(--zhu-color);transition: all .4s }
.company_list .list a span small{ font-size: 22px; color: #444; display: block; text-align: left; transition: all .3s; }
.company_list .list a span i{ font-size: 16px; color: #999; display: block; text-align: left; transition: all .3s; }
.company_list .list a .txt{ float: left; width: calc(100% - 100px); overflow: hidden; }
.company_list .list a .txt b{ margin-bottom: 7px; display: block; width: 100%; font-size: 20px; color: #535353; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: normal; }
.company_list .list a .txt p{ text-indent: -2em; float: left; color: #979797; font-size: 14px; line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0; }
.company_list .list a:hover b{ transition: all .4s; color: var(--zhu-color); font-weight: bold; padding-left: 10px; }
.company_list .list a:hover p{ transition: all .4s; color: #333; padding-left: 10px; }
.company_list .list a:hover small, .company_list .list a:hover i{  transition: all .4s; color: var(--zhu-color); }
.company_list .list a:hover span::after{ transition: all .4s; height: 100%; }
@media only screen and (max-width: 1400px){
  .company_list{ padding:35px 0; }
  .company_list .hd b{ font-size: 34px; }
  .company_list .news_img .img{ height: 240px; }
  .company_list .list a .txt, .company_list .news_img .txt p{ width:82%; }
}
@media only screen and (max-width: 1200px){
  .company_list{ padding:30px 0; }
  .company_list .hd b{ font-size: 32px; }
  .company_list .list a{ padding:25px 0; }
  .company_list .list a .txt, .company_list .news_img .txt p{ width:calc(100% - 94px); }
}
@media only screen and (max-width: 992px){
  .company_list{ padding:25px 0; }
  .company_list .hd{ padding:0 15px 15px; }
  .company_list .hd b{ font-size: 30px; }
  .company_list .list a .txt p{ -webkit-line-clamp:1; }
  .company_list .news_img .txt b, .company_list .list a .txt b{ margin-bottom: 10px; }
  .company_list .news_img .img{ height: auto; }
}
@media only screen and (max-width: 768px){
  .company_list{ padding:20px 0; }
  .company_list .hd b{ font-size: 28px; }
}
@media only screen and (max-width: 640px){
  .company_list{ padding:15px 0; }
  .company_list .hd b{ font-size: 24px; }
  .company_list .hd small{ font-size: 13px; }
  .company_list .news_img .txt, .company_list .list a{ padding:12px 0; }
  .company_list .news_img .txt b, .company_list .list a .txt b{ font-size:18px; margin-bottom: 8px; }
  .company_list .news_img .txt span, .company_list .list a span{ margin-right: 10px; padding-right: 10px; }
  .company_list .news_img .txt span i, .company_list .list a span i{ font-size: 14px; }
  .company_list .news_img .txt span small, .company_list .list a span small{ font-size: 18px; }
  .company_list{ margin:20px 0 0; }
  .company_list .list a .txt p{ margin-bottom: 0; }
  .company_list .list a .txt, .company_list .news_img .txt p{ width: calc(100% - 66px); }
}
@media only screen and (max-width: 576px){
  .company_list .news_img .txt b, .company_list .list a .txt b{ font-size:17px; margin-bottom: 8px; }
}
@media only screen and (max-width: 414px){
  .company_list .news_img .txt b, .company_list .list a .txt b{ font-size:16px; margin-bottom: 8px; }
}

/* industry_news */
.industry_news{ overflow: hidden; padding:30px 0 0; }
.industry_news .bd{ display: block; width: 100%; }
.industry_news .bd li{ padding: 50px 0; position: relative; border-bottom: solid 1px #e5e5e5; }
.industry_news .bd li a{ display: flex; align-items: center; z-index: 2; position: relative; }
.industry_news .bd li a span{ text-align: center; display: block; width: 8%; height: 125px; color: var(--zhu-color); font-size: 16px; position: relative; transition: 1s ease .2s; }
.industry_news .bd li a span small{ font-size: 60px; display: block; }
.industry_news .bd li a span::after{ width: 1px; height: 100px; content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: .2s ease .1s; background: #e5e5e5; }
.industry_news .bd li a .txt{ width: 68%; box-sizing: border-box; padding: 0 35px; position: relative; }
.industry_news .bd li a .txt b{ font-weight: bolder; font-size: 24px; color: #212122; line-height: 30px; margin-bottom: 20px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.industry_news .bd li a .txt p{ text-indent: -2em; font-size: 14px; color: #434343; line-height: 30px; margin-bottom: 36px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.industry_news .bd li a .txt i{ display: none; font-size: 14px; color: #434343; }
.industry_news .bd li a .txt small{ padding: 10px 30px; color: var(--zhu-color); border: solid 1px var(--zhu-color); font-size: 14px; display: inline-block; border-top-left-radius: 10px; border-bottom-right-radius: 10px; transition: all .4s; }
.industry_news .bd li a .img{ width: 24%; overflow: hidden; box-sizing: border-box; padding-left: 20px; }
.industry_news .bd li a .img img{ width: 100%; height: 195px; object-fit: cover; transition: all .3s; }
.industry_news .bd li::before{ position: absolute; left: 8%; top: 0; width: 1200px; height: 100%; background: #fafafa url(../images/n_bg.jpg) top right; content: ''; transition: .6s ease .1s; opacity: 0; }
.industry_news .bd li::after{ position: absolute; right: 92%; top: 0; width: 0; height: 100%; background: var(--zhu-color); content: ''; transition: .2s ease .1s; }
.industry_news .bd li:hover::before{ width: 120%; transition: .4s ease 0.1s; opacity: 1; }
.industry_news .bd li:hover::after{ width: 120%; transition: .4s ease 0.1s; }
.industry_news .bd li:hover{ border-color: transparent; }
.industry_news .bd li:hover a span::after{ background: transparent; }
.industry_news .bd li:hover a span{ color: #fff; transition: 1s ease 0.3s; }
.industry_news .bd li:hover a .txt b{ color: var(--zhu-color); }
.industry_news .bd li:hover a .txt small{ background: var(--zhu-color); color: #fff; border-radius: 0; border-top-right-radius: 10px; border-bottom-left-radius: 10px; }
@media only screen and (max-width: 1400px){
  .industry_news{ padding:25px 15px 0; }
  .industry_news .bd li{ padding:40px 0; }
  .industry_news .bd li a .txt{ padding:0 10px 0 25px; }
  .industry_news .bd li a .txt b{ font-size: 22px; }
  .industry_news .bd li a .txt small{ padding: 8px 24px; }
}
@media only screen and (max-width: 1200px){
  .industry_news{ padding:20px 15px 0; }
  .industry_news .bd li{ padding:30px 0; }
  .industry_news .bd li a span{ display: none; }
  .industry_news .bd li::before{ left:-15px; }
  .industry_news .bd li::after{ display: none; }
  .industry_news .bd li{ padding:30px 0; }
  .industry_news .bd li a .txt{ width: 70%; padding:0 0 0 15px; }
  .industry_news .bd li a .img{ width: 30%; }
  .industry_news .bd li a .txt{ padding:0; }
  .industry_news .bd li a .txt b{ font-size: 20px; margin-bottom: 10px; }
  .industry_news .bd li a .txt p{ margin-bottom: 0; }
  .industry_news .bd li a .txt i{ display: block; margin:10px 0; }
  .industry_news .bd li a .txt small{ padding: 6px 20px; }
}
@media only screen and (max-width: 992px){
  .industry_news{ padding:15px 15px 0; }
  .industry_news .bd li{ padding:20px 0; }
  .industry_news .bd li a .txt p{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .industry_news .bd li a .txt b{ font-size: 20px; font-weight: normal; margin-bottom: 10px; }
}
@media only screen and (max-width: 768px){
  .industry_news .bd li{ padding:15px 0; }
  .industry_news .bd li a .txt b{ font-size: 18px; }
  .industry_news .bd li a .txt p{  -webkit-line-clamp: 1; }
  .industry_news .bd li a .img img{ height:146px; }
}
@media only screen and (max-width: 640px){
  .industry_news .bd li a .img{ display:none; }
  .industry_news .bd li a .txt{ width: 100%; }
  .industry_news .bd li a .txt b{ font-size: 16px; font-weight: normal; margin-bottom: 6px; }
}
@media only screen and (max-width: 576px){
  .industry_news .bd li a .txt b{ font-size: 15px; }
  .industry_news .bd li a .txt small{ font-size: 13px; }
}
@media only screen and (max-width: 414px){
  .industry_news .bd li a .txt b{ font-size: 14px; }
  .industry_news .bd li a .txt small{ font-size: 12px; }
}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-bottom: 30px; list-style: none; }
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  
/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:40px;line-height:40px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:40px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:40px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform button{width:100px;height:38px;background:var(--pei-color);color:#fff;display:block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;}
  #jobform button:hover{background:var(--zhu-color);}
  @media(max-width: 500px){
    #jobform button{ margin-top: 60px; width: 100%; }
  }

/* job_content */
.job_content{ overflow: hidden;  }
.job_content p{ text-align: center; font-size: 16px; color: #333; line-height: 1.8; margin-bottom: 0; }
.job_content p strong{ margin: 24px 0; display: flex; line-height: 1; align-items: center; justify-content: center; font-size: 36px; color: #222; font-weight: normal; }
.job_content ul{ width: 100%; display: flex; align-items: center; justify-content: center; }
.job_content ul li{ width: 50%; margin:15px; list-style: none; }
.job_content ul li img{ width: 100%; height: 420px; object-fit: cover; }
.job_content ul li p{ margin-bottom: 0; }
@media(max-width: 1400px){
  .job_content p strong{ margin: 22px 0; font-size: 30px; }
  .job_content ul li img{ height: 380px; }
}
@media(max-width: 1200px){
  .job_content p strong{ margin: 20px 0; font-size: 28px; }
  .job_content ul li img{ height: 340px; }
}
@media(max-width: 992px){
  .job_content p strong{ margin: 18px 0; font-size: 26px; }
  .job_content ul li img{ height: 300px; }
}
@media(max-width: 768px){
  .job_content p{ line-height: 1.5;  }
  .job_content p strong{ margin: 16px 0; font-size: 24px; }
  .job_content ul{ flex-wrap: wrap; }
  .job_content ul li{ width: 100%; }
  .job_content ul li img{ height: 280px; }
}
@media(max-width: 640px){
  .job_content p{ font-size: 15px; }
  .job_content p strong{ margin: 14px 0; font-size: 22px; }
  .job_content ul li img{ height: 260px; }
}
@media(max-width: 576px){
  .job_content p{ font-size: 14px; }
  .job_content p strong{ margin: 12px 0; font-size: 20px; }
  .job_content ul li img{ height: 240px; }
}
@media(max-width: 414px){
  .job_content p{ font-size: 13px; }
  .job_content p strong{ margin: 10px 0; font-size: 18px; }
  .job_content ul li img{ height: 220px; }
}