@charset "utf-8";
/*-- 全局reset
-------------------------------------------*/
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{ overflow-x: hidden; 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-Medium.otf'); }
@font-face{ font-family: Khmer; src: url('./fonts/Khmer-UI-Bold.ttf'); }
@font-face{ font-family: Didot; src: url('./fonts/Didot Bold.ttf'); }

/*清除内外边距*/
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
/*设置默认字体*/
:focus{outline: 0;}
ul,
ol{list-style: none;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup{font-style: normal; font-weight: normal;}
abbr, acronym{border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt{font-size: 100%;}
/*修改滚动条*/
::-webkit-scrollbar{width:6px; height:6px ;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent; background: #f8f8f8; border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px; background: #bbb;}
textarea{resize: none;}
.inner{ width: 1400px; margin:0 auto; }
/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin: 10px 0 35px; 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: #0095d8; background: #0095d8;}
.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;}
.de-news-list{ width: 100%; } 
/*header*/
.h_top{ position: relative; overflow: hidden; }
.h_menu{ position: relative; display: flex; height: 118px; align-items: center; background: #fff; box-sizing: border-box; padding:0 56px; }
.h_menu .logo{ width: 26%; padding:22px 0; display: inline-block; box-sizing: border-box; height: 100%; }
.h_menu .nav{ width: 62%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.h_menu .nav li{display: inline-block; position: relative; height: 100%; width: 11.1%; display: flex; align-items: center; justify-content: center; }
.h_menu .nav li > a{ position: relative;  display: block; font-size: 18px; color: #070000; transition: all .3s; }
.h_menu .nav li > a::after{ content: ""; display: inline-block;  width:0; height:2px; background: #276bda; position: absolute; left: 50%; bottom:-24px; transition: all .3s; }
.h_menu .nav li:hover > a{ font-weight: bold; color: #0090d5; transition: all .3s; }
.h_menu .nav li:hover > a::after{ opacity: 1; width: 100%; left: 0; transition: all .3s; }

.h_menu .d_menu{ position: absolute; left:-10%; top:120%; background: #00a9eb; width: 120%; overflow: hidden; z-index: 33; padding:0; height: 0;  transition: all .3s ease; box-sizing: border-box; }
.h_menu .d_menu::before{ content: ""; display: block; width: 100%; height: 1px; background: #f1f1f1; border:0; position: absolute; top:0; }
.h_menu .d_menu img{ max-width: 100%; margin:30px 0; }
.h_menu .d_menu .list{ margin:0; overflow: hidden; }
.h_menu .d_menu .list a{ display: inline-block; box-sizing: border-box; width: 100%; text-align: center; padding:12px 0; float: left; font-weight: normal; font-size: 17px; color: #fff; overflow: hidden; }
.h_menu .d_menu .list a:hover{ background: #007cc5; font-weight: bold; }
.h_menu .nav li:hover .d_menu{ height: auto; transition: all .3s ease; top: 100%; }
/*.h_menu .nav li:nth-child(4) .d_menu .list a{ width: 50%; }
.h_menu .nav li:nth-child(4) .d_menu .list a:nth-child(odd){ border-right: 1px solid #f1f1f1; }*/

.h_menu .tool{ width: 12%; display: flex; align-items: center; }
.h_menu .tool > a{ display: inline-block; margin:0 20px; }
.h_menu .tool > a span{ font-size: 18px; color: #090909; line-height: 1.2; }
.h_menu .tel{ overflow: hidden; text-align: center;  }
.h_menu .tel a{ display: inline-block; overflow: hidden; width: 26px; height: 26px; border-radius: 50%; background: #0083cb; text-align: center; }
.h_menu .tel a span{ font-size: 12px; color: #fff; line-height: 26px; }
.h_menu .tel a + a{ display: none; }
.h_menu .tool > .menu_btn{ display: none; }
.collapse:not(.show){ display: flex; transition: all .3s; }
.scrolledDown{ position: fixed; top:0; left: 0; width: 100%; background: #fff; z-index: 99; }

/*banner*/
#banner{ width: 100%; height: 840px; position: relative; }
#banner .swiper-slide{ min-width: 1400px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide a{ position: absolute; top:0; left: 0; display: block; width: 100%; height: 100%; }
#banner .swiper-slide .inner{ overflow:visible; position: relative; height: 840px; width: 1400px; margin:0 auto; display: block; }
#banner .swiper-slide .b1_tit{ position: absolute; top:256px; left: 270px;  }
#banner .swiper-slide .b1_p{position: absolute; top:372px; left: 180px;  }
#banner .swiper-slide .b1_span{position: absolute; top:190px; right: 0; }

#banner .swiper-slide .b3_tit{ position: absolute; top:256px; left: 386px;  }

#banner .swiper-pagination{ width: 38px; height: 190px; background: rgba(255,255,255,.6); border-radius: 30px; left: 102px; top:282px; display: flex; align-items: center; justify-content: space-around; flex-flow: column; }
#banner .swiper-pagination-bullet{ width: 12px; height: 12px; background: #fff; opacity: 1; border-radius: 50%; }
#banner .swiper-pagination-bullet-active{ background: #efab34; }

.move_down{ position: absolute; z-index: 33; bottom: 48px; left: 50%; margin-left: -35px; }
.move_down p{ margin-left: -17.5px; font-size: 14px; color: #fbfcfd; margin-top: 14px; }
.mouse { /*background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);*/ position: relative; width: 21px; height: 35px; border-radius: 100px; background-size: 100% 200%; -webkit-animation: nudgeMouse 5s ease-out infinite; animation: nudgeMouse 5s ease-out infinite; }
.mouse:before, .mouse:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.mouse:before { width: 21px; height: 35px; border:3px solid #fff; border-radius: 100px; }
.mouse:after { background-color: #ffffff; width: 6px; height: 6px; border-radius: 50%; -webkit-animation: trackBallSlide 5s linear infinite; animation: trackBallSlide 5s linear infinite; }
@-webkit-keyframes colorSlide {
  0% { background-position: 0% 100%; }
  20% { background-position: 0% 0%; }
  21% { background-color: #4e5559; }
  29.99% { background-color: #ffffff; background-position: 0% 0%; }
  30% { background-color: #4e5559; background-position: 0% 100%; }
  50% { background-position: 0% 0%; }
  51% { background-color: #4e5559; }
  59% { background-color: #ffffff; background-position: 0% 0%; }
  60% { background-color: #4e5559; background-position: 0% 100%; }
  80% { background-position: 0% 0%; }
  81% { background-color: #4e5559; }
  90%, 100% { background-color: #ffffff; }
}
@keyframes colorSlide {
  0% { background-position: 0% 100%; }
  20% { background-position: 0% 0%; }
  21% { background-color: #4e5559; }
  29.99% { background-color: #ffffff; background-position: 0% 0%; }
  30% { background-color: #4e5559; background-position: 0% 100%; }
  50% { background-position: 0% 0%; }
  51% { background-color: #4e5559; }
  59% { background-color: #ffffff; background-position: 0% 0%; }
  60% { background-color: #4e5559; background-position: 0% 100%; }
  80% { background-position: 0% 0%; }
  81% { background-color: #4e5559; }
  90%, 100% { background-color: #ffffff; }
}
@-webkit-keyframes trackBallSlide {
  0% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  6% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  14% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  15%, 19% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  28%, 29.99% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  30% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  36% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  44% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  45%, 49% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  58%, 59.99% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  60% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  66% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  74% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  75%, 79% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  88%, 100% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
}
@keyframes trackBallSlide {
  0% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  6% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  14% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  15%, 19% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  28%, 29.99% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  30% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  36% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  44% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  45%, 49% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  58%, 59.99% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  60% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  66% { opacity: 1; -webkit-transform:translateY(5px); transform:translateY(5px); }
  74% { opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
  75%, 79% { opacity: 0; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
  88%, 100% { opacity: 1; -webkit-transform:translateY(-8px); transform:translateY(-8px); }
}
@-webkit-keyframes nudgeMouse {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  20% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  30% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  60% { -webkit-transform: translateY(0); transform: translateY(0); }
  80% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  90% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes nudgeMouse {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  20% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  30% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  60% { -webkit-transform: translateY(0); transform: translateY(0); }
  80% { -webkit-transform: translateY(8px); transform: translateY(8px); }
  90% { -webkit-transform: translateY(0); transform: translateY(0); }
}
/*m_about*/
.m_about{ overflow: hidden; background: url(../images/about_bg.jpg) no-repeat top center; padding: 135px 0 60px;  }
.m_about .inner{ overflow: visible; }
.m_about .about_info{ overflow: hidden; }
.m_about .about_info .hd{ overflow: hidden; }
.m_about .about_info .hd span{ /*text-indent: -9999px; display: block; height: 50px; background: url(../images/about_tit.png) no-repeat left center;*/ line-height: 1; margin:20px 0 40px; font-size: 66px; color: #0083cb; font-weight: bold; text-transform: uppercase; font-family: Didot; }
.m_about .about_info .hd strong{ display: block; font-weight: normal; font-size: 20px; color: #666666; line-height: 1; margin-bottom: 48px; }
.m_about .about_info .bd{ overflow: hidden; }
.m_about .about_info .bd p{ font-size: 14px; color: #7a7a7a; line-height: 36px; }
.m_about .about_info .bd a{ position: relative; display: inline-block; margin:66px 0 86px; line-height: 1; padding:10px 42px; border:1px solid #222222; transition: all 1s; overflow: hidden; }
.m_about .about_info .bd a span{ position: relative; z-index: 3; font-size: 22px; line-height: 1; color: #222222; transition: all .6s; }
.m_about .about_info .bd a::before{ animation:scale-dot .3s linear alternate; content: ""; display: inline-block; width: 4px; height: 4px; background: #0083cb; border-radius: 50%; position: absolute; right: 10px; top:10px; transition: all .6s; }
.m_about .about_info .bd a:hover{ border-color: #0083cb; border-radius: 30px; transition: all .6s; padding:10px 52px; }
.m_about .about_info .bd a:hover::before{ transition: all .6s; width: 300px; height: 300px; right: -60px; top:-60px; }
.m_about .about_info .bd a:hover span{ color: #fff; transition: all .6s; }
@-webkit-keyframes scale-dot{
  from{ -webkit-transform:scale(1.2); transform:scale(1.2); }
  to{ -webkit-transform:scale(1); transform:scale(1); }
}
@keyframes scale-dot{
  from{ -webkit-transform:scale(1.2); transform:scale(1.2); }
  to{ -webkit-transform:scale(1); transform:scale(1); }
}
.m_about .about_info .bd .img{ width: 100%; height: 240px; border-radius: 0 40px 0 40px; overflow: hidden; }
.m_about .about_info .bd img{ width: 100%; height: 100%; object-fit: cover;  }
.m_about .about_img{ text-align: right; position: relative; }
.m_about .about_img .img{ width: 100%; height: 530px; overflow: hidden; border-radius: 0 40px 0 40px;  }
.m_about .about_img .img img{ max-width: 100%; height: 100%; object-fit: cover; }
.m_about .about_img .img + img{ position: absolute; top:66px; right: -80px; }
.m_about .about_img ul{ overflow: hidden; margin-top: 88px; }
.m_about .about_img li{ text-align: center; width: 33.3%; float: left; box-sizing: border-box; }
.m_about .about_img li + li{ border-left: 1px solid #b8afaf; }
.m_about .about_img li span{margin-right: 18px; font-family: DIN; display: inline-block; font-size: 72px; color: #0083cb; line-height: 1; }
.m_about .about_img li small{ display: inline-block; width: 26px; height: 66px; text-align: center; }
.m_about .about_img li small i, .m_about .about_img li small b{ font-size: 24px; color: #222222; display: block; font-weight: normal; }
.m_about .about_img li small b{ font-size: 20px; }
.m_about .about_img li p{ clear: both; display: block; margin-top: 20px; font-size: 16px; color: #999999; line-height: 1; }
.scale{ visibility: visible;-webkit-animation:scale-bg 6s linear forwards; animation:scale-bg 6s linear forwards;}
@-webkit-keyframes scale-bg{
  from{ -webkit-transform:scale(1.2); transform:scale(1.2); }
  to{ -webkit-transform:scale(1); transform:scale(1); }
}
@keyframes scale-bg{
  from{ -webkit-transform:scale(1.2); transform:scale(1.2); }
  to{ -webkit-transform:scale(1); transform:scale(1); }
}

/*honor_list*/
.honor_list{ overflow: hidden; width: 100%; }
.honor_list .page_tit{ margin-bottom: 60px; }
.honor_list li{ overflow: hidden; }
.honor_list li .wrap, .honor_list li > a{ display: block; width: 100%; border:3px solid #eee; box-sizing: border-box; overflow: hidden; padding:10px; }
.honor_list li .img{ overflow: hidden; transition: all .3s; height: 200px; }
.honor_list li:nth-child(1), .honor_list li:nth-child(2){ margin-bottom: 30px; }
.honor_list li .img img{ width: 100%; height: 100%; object-fit: contain; transition: all .3s; }
.honor_list li:hover img{ transition: all .3s; transform: scale(1.05); }


/*m_super*/
.m_super{ overflow: hidden; padding-top: 107px; }
.m_super .tit{ overflow: hidden; margin-bottom: 70px; }
.m_super .tit span{ /*text-indent: -9999px; display: block; height: 51px; background: url(../images/super_tit.png) no-repeat left center;*/ line-height: 1; margin:0 0 28px;font-size: 66px; color: #0083cb; font-weight: bold; text-transform: uppercase; font-family: Didot; }
.m_super .tit strong{ display: block; font-weight: normal; font-size: 20px; color: #666666; line-height: 1; }
.m_super .tit p{ font-size: 16px; color: #333333; line-height: 30px; width: 486px; text-align: right; float: right; }

.super_list{ overflow: hidden; position: relative; width: 100%; height: 710px; }
.super_list .hd{ position: absolute; z-index: 3; left: 0%; top:0%; width: 100%; height: 100%; }
.super_list .hd ul{ display: block; overflow: hidden; height: 100%; width: 100%; background: rgba(0,0,0,.7);  }
.super_list .hd li{ width: 25%; height: 100%; float: left; box-sizing: border-box; padding:100px 42px; position: relative; transition: all .3s; }
.super_list .hd li small{ letter-spacing: 1px; font-family: Khmer; width: 28px; writing-mode: vertical-rl; writing-mode: tb-rl; text-transform: uppercase; font-size: 18px; color: #ffffff; }
.super_list .hd li strong{ line-height: 1; display: block; clear: both; font-size: 36px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.super_list .hd li p{ margin:25px 0; font-size: 16px; color: #ffffff; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.super_list .hd li span{ display: inline-block; font-size: 42px; color: #fff; transition: all .3s; }
.super_list .hd li .txt{ position: absolute; bottom:60px; width: 82.5%; transition: all .3s; }
.super_list .hd li + li{ border-left: 1px solid rgba(255,255,255,.4); }
.super_list .hd li:hover, .super_list .hd li.on{ background: rgba(0,131,203,.67); padding:50px 42px; transition: all .3s;  }
.super_list .hd li:hover .txt, .super_list .hd li.on .txt{ bottom: 100px; transition: all .3s; }
.super_list .hd li:hover .txt span, .super_list .hd li.on .txt span{ opacity: 0; transition: all .3s; }
.super_list .bd{  position: absolute; left: 0; top:0; z-index: 2;  }
.super_list .bd li{ width: 100vw; height: 100vh; box-sizing: border-box; padding:15% 0; }
.super_list .bd li.item-1{background: url("../images/super_bg01.jpg") no-repeat center top; background-size: cover; }
.super_list .bd li.item-2{background: url("../images/super_bg02.jpg") no-repeat center top; background-size: cover;}
.super_list .bd li.item-3{background: url("../images/super_bg03.jpg") no-repeat center top; background-size: cover;}
.super_list .bd li.item-4{background: url("../images/super_bg04.jpg") no-repeat center top; background-size: cover;}

/*m_case*/
.m_case{ overflow: hidden; background: url(../images/case_bg.jpg) no-repeat top center; padding:80px 0; }
.m_case .tit{ overflow: hidden; }
.m_case .tit span{ /*text-indent: -9999px; display: block; height: 48px; background: url(../images/case_tit.png) no-repeat left center;*/ line-height: 1; margin:0 0 28px; font-size: 66px; color: #0083cb; font-weight: bold; text-transform: uppercase; font-family: Didot; }
.m_case .tit strong{ display: block; font-weight: normal; font-size: 20px; color: #666666; line-height: 1; margin-bottom: 48px; }
.m_case .tit p{ font-size: 16px; color: #333333; line-height: 30px; width: 372px; text-align: right; float: right; }
#m_case{ overflow: hidden; }
#m_case .swiper-slide{ height: 324px; }
#m_case a{ display: block; width: 100%; height: 324px; overflow: hidden; position: relative; border-radius: 20px; }
#m_case a img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#m_case a strong{ width: 100%; font-size: 18px; color: #fff; display: block; line-height: 46px; height: 46px; background: rgba(0,0,0,.58); position: absolute; bottom:0; left:0; box-sizing: border-box; padding:0 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#m_case a strong span{ font-size:22px; font-family: DIN; text-transform: uppercase; margin-right: 12px; }
#m_case a:hover img{ transition: all .3s; transform: scale(1.05); }

/*m_news*/
.m_news{ overflow: hidden; background: url(../images/news_bg.jpg) no-repeat top center; padding:76px 0; }
.m_news .tit{ overflow: hidden; }
.m_news .tit span{ /*text-indent: -9999px; display: block; height: 50px; background: url(../images/news_tit.png) no-repeat left center;*/ line-height: 1; margin:0 0 28px;font-size: 66px; color: #0083cb; font-weight: bold; text-transform: uppercase; font-family: Didot; }
.m_news .tit strong{ display: block; font-weight: normal; font-size: 20px; color: #666666; line-height: 1; margin-bottom: 92px; }
.m_news .tit a{ transition: all .3s; float: right; display: inline-block; padding:15px 26px; border:1px solid #aaaaaa; border-radius: 30px; font-size: 14px; color: #333333; line-height: 1; }
.m_news .tit a:hover{ background: #0083cb; border-color: #0083cb; color: #fff; padding:15px 32px; transition: all .3s; }
.m_news .left, .m_news .right{ width: 100%; overflow: hidden; }
.m_news .focus_news{ margin-bottom: 22px; display: block; overflow: hidden; background: #fff; border-radius: 50px 0 0 0; }
.m_news .focus_news .img{ width: 100%; height: 258px; overflow: hidden; }
.m_news .focus_news .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.m_news .focus_news .txt{ padding:35px; overflow: hidden; }
.m_news .focus_news .txt strong{ transition: all .3s; line-height: 1; margin-bottom: 20px; font-size: 22px; color: #333333; font-family: webfont; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.m_news .focus_news .txt p{ font-size: 16px; line-height: 26px; color: #999999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.m_news .focus_news .txt p small{ font-size: 16px; color: #0083cb; }
.m_news .focus_news:hover strong{ transition: all .3s; color: #0083cb; }
.m_news .focus_news:hover img{ transition: all .3s; transform: scale(1.05); }
.m_news .focus_list{ display: block; overflow: hidden; padding:20px 0; border-bottom: 1px solid #e5e6e6; clear: both; position: relative; }
.m_news .focus_list::after{ content: ""; display: inline-block; height: 1px; background: #0083cb; width: 0; transition: all .3s; border:0; position: absolute; left:0; bottom:0; }
.m_news .focus_list span{ display: inline-block; margin-right: 30px; float: left; }
.m_news .focus_list span small{ display: block; font-size: 30px; font-family: DIN; color: #333333; line-height: 1; margin-bottom: 12px;}
.m_news .focus_list span b{ display: block; font-size: 18px; color: #b8b8b8; font-family: DIN; line-height: 1; }
.m_news .focus_list strong{ margin-top: 3px; font-weight: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: block; float: left; width: 80%; font-size: 18px; color: #333333; line-height: 26px; }
.m_news .focus_list p{ width: 80%; text-indent: -2em; float: left; margin-top: 12px; transition: all .3s; font-weight: normal;display: block; font-size: 14px; color: #999999; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.m_news .focus_list:hover strong{ transition: all .3s; color: #0083cb; }
.m_news .focus_list:hover::after{ transition: all .3s; width: 100%; }
.m_news .news_list a{ overflow: hidden; display: block; box-sizing: border-box; padding:30px 35px; border:1px solid #e1dede; border-radius: 20px; transition: all .3s; }
.m_news .news_list a + a{ margin:26px 0 0; }
.m_news .news_list a span{ display: inline-block; margin:10px 36px 0 0; float: left; position: relative; padding-bottom: 40px; position: relative; }
.m_news .news_list a span small{ transition: all .3s; display: block; font-size: 30px; font-family: DIN; color: #333333; line-height: 1; margin-bottom: 12px;}
.m_news .news_list a span b{ transition: all .3s; display: block; font-size: 18px; color: #b8b8b8; font-family: DIN; line-height: 1; }
.m_news .news_list a span::after{ transition: all .3s; content: ""; display: inline-block; height: 2px; width: 60px; background: #e5e6e6; border:0; position: absolute; left:0; bottom:15px; }
.m_news .news_list a div{ width: 80%; float: left; }
.m_news .news_list a div strong{ transition: all .3s; margin-bottom: 20px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; font-size: 18px; color: #333333; line-height: 26px; }
.m_news .news_list a div p{  transition: all .3s; font-weight: normal;display: block; font-size: 14px; color: #999999; line-height: 26px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
.m_news .news_list a:hover{ background: #0083cb; transition: all .3s; }
.m_news .news_list a:hover span,.m_news .news_list a:hover span small, .m_news .news_list a:hover span b, .m_news .news_list a:hover div strong, .m_news .news_list a:hover div p{ color: #fff; transition: all .3s; }
.m_news .news_list a:hover span::after{ transition: all .3s; width: 100%; }
/*m_party*/
.m_party{ overflow: hidden; background: url(../images/party_bg.jpg) no-repeat top center; padding:40px 0; }
.m_party .info{ position: relative;padding:80px 100px 0; border-radius: 50px 0 50px 0; height: 600px; width: 100%; box-sizing: border-box;/* background: url(../images/party_info.jpg) no-repeat top center;*/  overflow: hidden; }
.m_party .info > video{ position: absolute; left: 0; bottom: 0; width: 100%; }
.m_party .hd{ overflow: hidden; margin-bottom: 50px; position: relative; }
.m_party .hd strong{ font-size: 48px; color: #333333; font-weight: normal; }
.m_party .hd a{ transition: all .3s; float: right; display: inline-block; padding:12px 42px; font-size: 16px; color: #0b7bcd; line-height: 1; border:1px solid #0a79cd; }
.m_party .bd{ overflow: hidden; position: relative; }
.m_party .bd p{ font-size: 16px; color: #333333; line-height: 1; }
.m_party .hd a:hover{ transition: all .3s; background: #0a79cd; color: #fff; }
/*f_link*/
.f_link{ border-bottom: 1px solid #747576; line-height: 88px; height: 88px; }
.f_link strong{ font-weight: normal; display: inline-block; font-size: 16px; color: #fffdfd; }
.f_link a{ transition: all .3s; display: inline-block; margin:0 26px; font-size: 14px; color: #fffdfd; }
.f_link a:hover{ transition: all .3s; color: #0083cb; }
/*footer*/
.footer{ overflow: hidden; background: url(../images/footer_bg.jpg) no-repeat top center; padding:0 0 43px; }
.footer .f_info{ overflow: hidden; padding-top: 36px; }
.footer .f_nav{ display: flex; justify-content: space-around; }
.footer .f_nav div{ width: 14%; text-align: left; }
.f_nav div strong{ line-height: 1; margin:14px 0 20px; display: block; font-size: 18px; color: #fffdfd; }
.f_nav div a{ transition: all .3s; display: block; font-size: 14px; color: #999999; line-height: 30px; }
.f_nav div a:hover{ transition: all .3s; color: #0083cb; }
.f_ewm{ overflow: hidden; width: 100%; }
.f_ewm .hd{ overflow: hidden; }
.f_ewm .hd div{ display: inline-block;  box-sizing: border-box; }
.f_ewm .hd div img{ border:2px solid #dddddd; width: 122px; }
.f_ewm .hd div + div{ margin-left: 12px; }
.f_ewm .hd div p{ line-height: 54px; text-align: center; font-size: 14px; color: #999999; }
.f_ewm .bd{ overflow: hidden; }
.f_ewm .bd p{ font-size: 14px; color: #999999; line-height: 24px; }
.f_copy{ overflow: hidden; margin-top: 40px; }
.f_copy p, .f_copy p a{ font-size: 14px; color: #616162; transition: all .3s; }
.f_copy p a:hover{ color: #eb6210; transition: all .3s; }
/*s_banner*/
.s_banner{ text-align: center; padding:110px 0; background: url(../images/company_bg.jpg) no-repeat top center;   }
.s_banner strong{ display: block; width: 100%; font-weight: normal; position: relative; font-family: "Microsoft YaHei"; font-size: 52px; color: #fff; line-height: 1; }
.s_banner p{ font-size: 20px; color: #fff; line-height: 1; width: 100%; margin:40px 0 52px; }
.s_banner .s_down{ display:block; margin:0 auto; width: 50px; height: 50px; line-height: 50px; border:1px solid #fff; border-radius: 50%; }
.s_banner .s_down span{ font-size: 18px; color: #fff; animation:scroll 1s ease infinite; display: inline-block;  }
@keyframes scroll { 0% { transform: translate(0,-15px); opacity: 0; } 100% { transform: translate(0,5px); opacity: 1; } }
.company_banner .s_banner strong{ color: #0090d5; }
.company_banner .s_banner p{ color: #1c1c1c; }
.company_banner .s_banner .s_down{ border-color: #0090d5; }
.company_banner .s_banner .s_down span{ color: #0090d5; }

.product_banner .s_banner{ background: url(../images/servicer_banner.jpg) no-repeat top center;  }
.news_banner .s_banner{ background: url(../images/news_banner.jpg) no-repeat top center; }
.case_banner .s_banner{ background: url(../images/case_banner.jpg) no-repeat top center; }
.contact_banner .s_banner{ background: url(../images/contact_banner.jpg) no-repeat top center; }
.party_banner .s_banner{ background: url(../images/party_banner.jpg) no-repeat top center; }
.video_banner .s_banner{ background: url(../images/video_banner.jpg) no-repeat top center; }
.contact_banner .s_banner strong{ color: #0090d5; }
.contact_banner .s_banner p{ color: #1c1c1c; }
.contact_banner .s_banner .s_down{ border-color: #0090d5; }
.contact_banner .s_banner .s_down span{ color: #0090d5; }

/*c_case*/
#c_case{ background: #ededed; overflow: hidden; position: relative; z-index: 1; }
#c_case .hd{ text-align: center; padding:0 0 50px; }
#c_case .hd strong{ display: block; font-weight: normal; font-size: 36px; color: #333333; line-height: 1; margin-bottom: 24px; }
#c_case .hd p{ font-size: 14px; color: #999999; line-height: 1; }
#c_case .bd{ position: relative; padding-bottom: 40px; box-sizing: border-box; }
#c_case .inner{ overflow: visible; }
#c_case .bd a{ display: block; width: 100%; height: 324px; overflow: hidden; position: relative; border-radius: 20px; }
#c_case .bd a img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#c_case .bd a strong{ width: 100%; font-size: 18px; color: #fff; display: block; line-height: 46px; height: 46px; background: rgba(0,0,0,.58); position: absolute; bottom:0; left:0; box-sizing: border-box; padding:0 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#c_case .bd a strong span{ font-size:22px; font-family: DIN; text-transform: uppercase; margin-right: 12px; }
#c_case .bd a:hover img{ transition: all .3s; transform: scale(1.05); }
#c_case .bd .swiper-button-next, #c_case .bd .swiper-button-prev{ text-align: center; background-image: none; width: 42px; height: 42px; margin-top: -30px; transition: all .3s; }
#c_case .bd .swiper-button-next{ right: -65px; border-radius: 50%; }
#c_case .bd .swiper-button-prev{ left: -65px; border-radius: 50%; }
#c_case .bd .swiper-button-next span, #c_case .bd .swiper-button-prev span{ font-size: 42px; color: #9b9898; line-height: 42px; position: relative; left: 0; transition: all .3s; }
#c_case .bd .swiper-button-next:hover{ transition: all .3s; right: -62px; }
#c_case .bd .swiper-button-prev:hover{ transition: all .3s; left: -62px; }
#c_case .bd .swiper-button-next:hover span, #c_case .bd .swiper-button-prev:hover span{ transition: all .3s; color: #2776db; }


/*location*/
.location{ overflow: hidden; border-bottom: 1px solid #dddddd; margin-bottom: 20px; }
.location p, .location p a{ font-size: 14px; color: #888888; line-height: 1; transition: all .3s; }
.location p a:hover{ font-weight: bold; transition: all .3s; }
.location p span{ height: 100%; display: inline-block; padding:26px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; font-size: 18px; color: #888888; margin-right: 30px; }
.r_nav{ overflow: hidden; text-align: right; }
.r_nav a{ display: inline-block; padding:27px 36px; line-height: 1; font-size: 16px; color: #333333; transition: all .3s; }
.r_nav a:hover{ background: #016bbf; color: #fff; transition: all .3s; }
.p_type .r_nav{ text-align: left; }
/*c_intro*/
#c_intro{ overflow: hidden; padding:60px 0; }
#c_intro .txt{ overflow: hidden; }
#c_intro .txt span{ display: block; text-transform: uppercase; font-size: 48px; color: #0090d5; font-family: Didot; letter-spacing: 1px; line-height: 1; }
#c_intro .txt strong{ font-size: 36px; color: #515354; line-height: 1; margin:18px 0 70px; display: block; font-weight: normal; }
#c_intro .txt p{ font-size: 15px; color: #666666; line-height: 28px; }
#c_intro .txt p + p{ margin-top: 36px; }
#c_intro .txt a{ margin-top: 60px; display: inline-block; padding:20px 40px; background: #0090d5; font-size: 16px; color: #f3f2f2; border-radius: 5px; }
#c_intro .txt a span{ display: inline-block; font-size: 20px; color: #fff; margin-left: 14px; font-weight: 200; transition: all .3s; }
#c_intro .txt a:hover span{ transition: all .3s; margin-left: 20px; }
#c_intro .img{ overflow: hidden; position: relative; display: block; }
#c_intro .img div{ width: 530px; height: 504px; background: #016bbf; float: right; margin-top: 20px; }
#c_intro .img img{ border-radius: 5px; position: absolute; max-height: 466px; top:40px; right: 20px; }
/*c_product*/
#c_product{ padding:98px 0 90px; overflow: hidden; background:#ededed url(../images/c_product_bg.jpg) no-repeat top center; }
#c_product .hd{ overflow: hidden; padding-bottom: 46px; }
#c_product .hd span{ font-size: 60px; display: block; color: #ffffff; font-family: Didot; text-transform: uppercase; line-height: 1; }
#c_product .hd b{ font-weight: normal; font-size: 36px; color: #fff; line-height: 1; margin-top: 12px; }
#c_product .bd{ overflow: hidden; }
#service{ width: 100%; }
#service a{ display: block; width: 100%; height: 574px; border-radius: 8px; overflow: hidden; position: relative; }
#service a .img{ width: 100%; height: 100%; overflow: hidden; position: relative; }
#service a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#service a .img b{ background: #fff; font-size: 24px; color: #0472ca; display: block; position: absolute; left: 0; bottom: 0; height: 76px; line-height: 76px; width: 100%; box-sizing: border-box; padding:0 62px; transition: all .3s; }
#service a .img b::before{ content: ""; display: inline-block; width: 40px; height: 6px; background: #0472ca; position: absolute; left:8px; top:50%; margin-top: -3px; }
#service a .txt{ text-align: center; position: absolute; top:100%; transition: all .3s; width: 100%; height: 100%; background: rgba(4,114,202,.86); box-sizing: border-box; padding:74px 56px; }
#service a .txt b{ font-size: 36px; color: #ffffff; font-weight: normal;  display: block; padding-bottom: 70px; position: relative; }
#service a .txt b::after{ transition: all .3s; content: ""; display: inline-block; width: 50px; height: 2px; background: #fff; border:0; position: absolute; left: 50%; bottom:42px; margin-left: -25px; }
#service a .txt p{ font-size: 16px; color: #ffffff; line-height: 28px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
#service a .txt small{ display: inline-block; margin-top: 100px; padding:8px 22px; border:1px solid #85b5db;  }
#service a .txt small span{ font-size: 22px; line-height: 1; color: #fff; margin-right: 12px; }
#service a .txt small i{ font-size: 14px; color: #ffffff; position: relative; top:-2px; line-height: 1; }
#service a:hover .img b{ bottom: -20%; transition: all .3s; }
#service a:hover .txt{ top:0; transition: all .3s; }

/*contact_us*/
#contact_us{ overflow: hidden; padding:48px 0; }
#contact_us .txt{ overflow: hidden; }
#contact_us .txt > span{ display: block; text-transform: uppercase; font-size: 50px; font-family: DINCOND; letter-spacing: 1px; line-height: 1; }
#contact_us .txt > span i{ color: #016bbf; }
#contact_us .txt strong{ font-size: 36px; color: #515354; line-height: 1; margin:12px 0 34px; display: block; font-weight: normal; }
#contact_us .txt li{ display: block; overflow: hidden; background: #f1f1f1; padding:12px 25px; font-size: 16px; color: #333; border-radius: 3px; }
#contact_us .txt li + li{ margin-top: 18px; }
#contact_us .txt li span{ font-size: 24px; color: #016bbf; margin-right: 12px; }
#contact_us .img{ overflow: hidden; position: relative; display: block; }
#contact_us .img > .block{ width: 530px; height: 504px; background: #fff; float: right; margin-top: 20px; }
#dituContent{ border-radius: 5px; position: absolute; width: 97%; height: 466px; top:40px; right: 20px; border:2px solid #e6e6e6; }
#contact_msg, .c_tit{ overflow: hidden; padding:0 15px; width: 100%; box-sizing: border-box; }
#contact_msg .hd, .c_tit .hd{ text-align: center; }
#contact_msg .hd strong, .c_tit .hd strong{ position: relative; font-size: 36px; color: #333; line-height: 1; margin:12px 0 20px; display: block; font-weight: normal;  }
#contact_msg .hd strong::after, .c_tit .hd strong::after{ content: ""; display: inline-block; width: 60px; height: 4px; border:0; background: #016bbf; position: absolute; left: 50%; margin-left: -30px; bottom:-20px; }
#contact_msg .hd p, .c_tit .hd p{ font-size: 14px; color: #999; padding:20px 0; }
#contact_msg .bd{ background: #f7f7f7; padding:40px; overflow: hidden; margin:10px 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: 83%; float: left; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:24px 0; line-height: 1; font-size: 16px; color: #fff; background: #016bbf; text-align: center; border-radius: 5px; }
#contact_msg .bd .submit:hover{ background: #5abb2d; transition: all .3s; }
/*no-goods*/
.no-goods,.no-network{ display: block; width: 100%; padding-top:30px; 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;}
/*case_list*/
.case_list{ display: block; width: 100%; margin-bottom:20px;transition:.36s all ease; }
.case_list .img{ height: 300px; width: 100%; overflow: hidden; }
.case_list .img img{ width: 100%; height: 100%; object-fit: cover; transition: .36s height; }
.case_list .txt{ background:#fafafa;padding:20px 20px; }
.case_list .txt strong{ color:#333;font-size:17px;font-weight:bold;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; display: block; }
.case_list .txt p { font-size: 14px; line-height: 26px; height: 52px; color:#999; margin-top:15px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case_list .txt span { font-size: 30px; color: #999; line-height: 1; margin-top:25px;transition:.36s all ease;}
.case_list:hover {box-shadow: 0 0 15px 5px #999;transition:.36s all .3s;}
.case_list:hover img {height:110%;transition: .36s height;}
.case_list:hover strong {color:#db2016;}
.case_list:hover span {padding-left:25px;transition:.36s all .3s;}









/*-----------------------------------------------------------------*/
/*search*/
.search{ border-bottom: 1px solid #e8e6e6; overflow: hidden; }
.search_keys{ height: 90px; font-size: 16px; color: #333333; display: flex; align-items: center; }
.search_keys span{ display: inline-block; font-size: 18px; color: #016bbf; margin-right: 8px; }
.search_keys a{ display: inline-block; font-size: 14px; color: #333333; padding:0 25px; transition: all .3s; }
.search_keys a:hover{ color: #016bbf; letter-spacing: .5px; transition: all .3s; }
.search_from{ width: 100%; height: 90px; background: url(../images/tel_bg.png) no-repeat right center; box-sizing: border-box; padding-right: 151px; }
.search_from form{ width: 70%; height: 100%; display: flex; align-items: center; position: relative; }
.search_from .search_text{ width: 100%; height: 60px; line-height: 60px; font-size: 14px; color: #666666; box-sizing: border-box; padding-left: 15px; }
.search_from .search_btn{ position: absolute; top:50%; right: 0; margin-top:-10px; background: none; }
.search_from .search_btn span{ font-size: 20px; color: #666666; line-height: 1; }

/*pro_list*/
.pro_list li{ margin-bottom: 30px;  }
.pro_list a{ padding:10px; overflow: hidden; display: block; width: 100%; box-sizing: border-box; background: #f1f1f1; position: relative; top:0; }
.pro_list a .img{ width: 50%; height: 240px; float: left; overflow: hidden; }
.pro_list a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.pro_list a .txt{ width: 50%; box-sizing: border-box; float: left; padding-left: 15px; }
.pro_list a .txt strong{ font-size: 22px; color: #333; line-height: 2; font-weight: normal; display: block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_list a .txt .hd p{ font-size: 18px; color: #016bbf; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_list a .txt .bd{ overflow: hidden; padding-top: 20px; background: url(../images/line-bg.png) no-repeat left top; }
.pro_list a .txt .bd ul{ overflow: hidden; }
.pro_list a .txt .bd li{ display: inline-block; padding-right: 15px; float: left; box-sizing: border-box; font-size: 14px; color: #666; margin-bottom: 12px; }
.pro_list a .txt .bd li + li{ box-sizing: border-box; border-left: 1px solid #999; padding-left: 15px; }
.pro_list a .txt .bd li span{ color: #016bbf; font-size: 14px; margin-right: 4px; }
.pro_list a .txt .bd p{ color: #999999; font-size: 14px; overflow: hidden; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.pro_list a .txt > small{ display: inline-block; padding:4px 24px; background: #016bbf; color: #fff; border-radius: 5px; font-size: 14px; color: #ffffff; transition: all .3s; border:1px solid #016bbf; }
.pro_list a .txt > small:hover{ background: #5abb2d; border-color: #5abb2d; padding:4px 30px; transition: all .3s; }
.pro_list a:hover{ transition: all .3s; box-shadow: 0 0 10px #999; top:-5px; }
.pro_list a:hover img{ transition: all .3s; transform: scale(1.05); }
/*sub_tit*/
.sub_tit{ overflow: hidden; padding-bottom: 30px; width: 100%; }
.sub_tit span{ display: block; text-transform: uppercase; font-size: 36px; font-family: DINCOND; letter-spacing: 1px; line-height: 1; }
.sub_tit span i{ color: #016bbf; }
.sub_tit strong{ display: block; margin-top: 20px; font-size: 24px; color: #333333; font-weight: normal; position: relative; line-height: 1; }
.sub_tit strong::after{ content: ""; display: inline-block; width: 220px; height: 1px; border:0; background: #a8a5a5; position: absolute; left: 104px; top:50%; }
.sub_tit a{ text-decoration: none; transition: all .3s; position: relative; display: inline-block; float: right; font-size: 14px; color: #666666; padding-left: 40px; box-sizing: border-box; top:30px; right:0; }
.sub_tit a::after{ transition: all .3s; content: ""; display: inline-block; width: 30px; height: 1px; background: #666666; top:50%; left: 0; border:0; position: absolute; }
.sub_tit a span{ display: inline-block; line-height: 1; font-size: 12px; color: #000; margin-left: 10px; font-weight: 400;transition: all .3s; }
.sub_tit a:hover{ color: #016bbf; transition: all .3s; }
.sub_tit a:hover::after{ transition: all .3s; left:114px; }
.sub_tit a:hover span{ margin-left: 40px; transition: all .3s; }
/*industry_news*/
.industry_news{ overflow: hidden; margin-bottom: 30px; }
.industry_news li{ overflow: hidden; margin-bottom: 30px; }
.industry_news a{ display: block; width: 100%; overflow: hidden; }
.industry_news a .img{ width: 100%; height: 200px; overflow: hidden; }
.industry_news a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.industry_news a .txt{ overflow: hidden; padding:20px; background: #f5f5f5;transition: all .3s; }
.industry_news a .txt strong{ font-weight: normal; display: block; font-size: 16px; color: #444; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.industry_news a .txt span{ display: block; font-size: 14px; color: #777; line-height: 1.5; }
.industry_news a .txt p{ font-size: 14px; color: #777; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.industry_news a .txt p + span{ font-size: 16px; margin-top: 4px; margin-left: 0; transition: all .3s; }
.industry_news a:hover img{ transition: all .3s; transform: scale(1.05); }
.industry_news a:hover .txt{ transition: all .3s; background: #016bbf; }
.industry_news a:hover .txt strong, .industry_news a:hover .txt span, .industry_news a:hover .txt p{ color: #fff; }
.industry_news a:hover .txt p + span{ margin-left: 10px; transition: all .3s; }
/*company_news*/
.company_news{ overflow: hidden; margin-bottom: 30px; }
.company_news .img_new{ width: 100%; height: 540px; overflow: hidden; display: block; position: relative; }
.company_news .img_new img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s ease; }
.company_news .img_new strong{ font-weight: normal; display: block; background: rgba(0,0,0,0.8); color: #fff; bottom: 0; position: absolute; line-height: 50px; width: 100%; padding: 0 2%; font-size: 14px; color: #fff; }
.company_news .img_new:hover img{ transition: all .3s ease; transform: scale(1.02);  }
.company_news .list{ overflow: hidden; }
.company_news .list li{ display: block; overflow: hidden; transition: all .3s; }
.company_news .list li .img{ float: left; width: 30%; height: 170px; overflow: hidden; }
.company_news .list li .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.company_news .list li .txt{ float: left; width: 70%; box-sizing: border-box; padding-left: 20px; }
.company_news .list li .txt strong{ color: #444; display: block; font-size: 18px; line-height: 45px; margin-top: 2%; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company_news .list li .txt p{ line-height: 30px; color: #777; font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.company_news .list li .txt span{ display: block; line-height: 30px; color: #777; font-size: 14px; }
.company_news .list li + li{ margin-top: 15px; }
.company_news .list li:hover{ background: #016bbf; transition: all .3s; }
.company_news .list li:hover img{ transition: all .3s; transform: scale(1.05); }
.company_news .list li:hover strong, .company_news .list li:hover p, .company_news .list li:hover span{ color: #fff; transition: all .3s; }
.news_list{ overflow: hidden; width: 100%; }
.news_list li + li a{ border-top:1px solid #e9e9e8; }
.news_list a{ display: block; display: flex; padding:20px 0; }
.news_list a .img{ width: 100%; height: 160px; overflow: hidden; position: relative; }
.news_list a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.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: #007bff; border:0; }
.news_list a:hover strong{ transition: all .3s; color: #007bff; }
.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; }
/*main*/
.main{ overflow: visible; padding:30px 0; }
.main p{ font-size: 16px; line-height: 2; margin-bottom: 12px; }
.main img{ max-width: 100%; }
.page_tit{ position: relative; margin-bottom: 75px; }
.page_tit + img{ display: block; text-align: center; margin:0 auto 20px; }
.page_tit strong{ display: inline-block; font-size: 36px; color: #222; font-weight: normal;  }
.page_tit small{ text-transform: uppercase; display: inline-block; color: rgba(51,51,51,.42); margin-left: 25px; font-size: 22px; }
.page_tit::before{ content: ""; display: inline-block; width: 50px; height: 3px; background: #db2016; position: absolute; left:0; bottom:-25px; border:0; }

/*newsPage*/
.newsPage {margin-top:55px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsPage .page-a{ font-size: 15px; color: #212529; }
.newsPage .page-a a{ color: #212529; }
.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; }
/*g_focus*/
.g_focus{ background: #f7f8fa; overflow: hidden; padding:15px; margin-bottom: 20px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info strong{ font-size: 36px; line-height: 2; display: block; font-weight: normal; }
.g_focus .info .brief{ font-size: 18px; color: #016bbf; }
.g_focus .info .desc{ font-size: 14px; color: #666; line-height: 28px; margin:20px 0; }
.g_focus .info .tel{ padding:10px 0; overflow: hidden; }
.g_focus .info .tel span{ float: left; margin-right: 10px; display: inline-block; width: 51px; height: 51px; background: #016bbf; border-radius: 50%; text-align: center; line-height: 51px; color: #fff; font-size: 16px; }
.g_focus .info .tel div{ float: left; width: 50%; }
.g_focus .info .tel i{ font-size: 14px; display: block; color: #999; font-style: normal; }
.g_focus .info .tel b{ font-size: 20px; color: #016bbf; }
#gfocus{ width: 100%; height: 414px; }
#gfocus img, #glist img{ width: 100%; }
#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 strong{ display: inline-block; line-height: 1; padding:20px 70px; background: #016bbf; font-weight: normal; font-size: 18px; color: #fff; }
.g_info .txt{ padding:15px; }
.g_info .txt p{ font-size: 16px; line-height: 32px; margin-bottom: 12px; }
.g_info .txt strong{ font-size: 20px; color: #333; border-left: 4px solid #016bbf; padding-left: 16px; }
.g_info .txt em{ color: #fff; background: #016bbf; padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider strong{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid #016bbf; 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: #016bbf; color: #fff; transition: all .3s; padding-left: 20px; }
/*servict_list*/
.service_list{ width: 100%; }
.service_list li{ overflow: hidden; padding:0 0 20px; cursor: pointer; }
.service_list li:nth-child(even){ flex-direction: row-reverse; }
.service_list li .img{ width: 100%; height: 410px; overflow: hidden; position: relative; }
.service_list li .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s ease; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.service_list li .scale:hover img{ transform: translate(-50%, -50%) scale(1.05); transition: all .3s ease; }
.service_list li .txt{ padding:35px; }
.service_list li .txt strong{ display: block; font-size: 45px; color: #001200; font-weight: normal; }
.service_list li .txt p{ margin:30px 0; font-size: 15px; line-height: 2; color: #999; }
.service_list li .txt a{ font-size: 14px; display: inline-block; padding:10px 30px; background: #db2016; color: #fff; }
.service_list li .txt a span{ display: inline-block; margin-left: 10px; transition: all .3s; }
.service_list li:hover a span{ margin-left: 15px; transition: all .3s; }
.service_list li:hover img{  }
/*sider-news*/
.sider-news{ width: 100%; background: #f6f6f6; padding:30px; overflow: hidden; }
.sider-news strong{ font-weight: normal; margin-bottom: 30px; display: block; font-size: 26px; color: #333; }
.sider-news a{ display: block; font-size: 15px; color: #666; line-height: 20px; margin-bottom: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .3s; }
.sider-news a:hover{ text-decoration: underline; transition: all .3s; }
.sider-news .box{ float: left; color: #666; background: #fff; border: 1px solid #d9d9d9; width: 47%; line-height: 35px; height: 35px; margin-bottom: 12px; text-align: center;  }
.sider-news .box:nth-child(even){ margin-left: 6%; }
.sider-news .box:hover {color:#fff;background:#db2016; text-decoration: none; }
/*type*/
.g_type{ overflow: hidden; background: #f1f1f1; padding:10px; }
#type{ width: 100%; overflow: hidden; }
#type a{ transition: all .3s; display: block; width: 100%; text-align: center; background: #fff; }
#type a strong{ display: block; font-size: 16px; color: #333; line-height: 24px; padding:20px 0; font-weight: normal; }
#type a .img{ width: 100%; height: 160px; }
#type a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: relative; top:0; }
#type a:hover{ transition: all .3s; box-shadow: 0 0 10px #ccc; }
#type a:hover strong{ padding:30px 0 10px; color: #016bbf; transition: all .3s; }
#type a:hover img{ top:-10px; transition: all .3s; }

@media only screen and (max-width: 1600px){
	.h_menu .logo{ width: 20%; }
  .h_menu .logo img{ max-width: 100%; }
  .h_menu .nav{ width: 72%; }
  .h_menu .tool{ width: 8%; justify-content: center; }
  .m_about .about_img .img + img{ right: 0; }
}

@media only screen and (max-width: 1400px){
	.h_menu{ padding:0 30px; }
  .inner{ box-sizing: border-box; width: 100%; padding:0 15px; }
  #banner .swiper-slide{ width: 100%; }
  #banner .swiper-slide .inner{ width: 100%; }
  #banner .swiper-pagination{ left: 25px; }
  #banner .swiper-slide .b1_span{ right: 25px; }
  .m_about, .m_case, .m_news{ padding:45px 0; }
  .m_about .about_img .img + img{ right: 0; }
  .m_super{ padding-top: 45px; }
  .m_super .tit, .m_case .tit strong, .m_news .tit strong{ margin-bottom: 45px; }
  .m_news .tit a{ margin-top: 14px; }
  .m_news .focus_list strong{ width: 76%; }
  .m_party .inner{ padding:0; }
  .super_list .hd li .txt{ bottom: 40px; }
  .super_list .hd li:hover .txt, .super_list .hd li.on .txt{ bottom:100px; }
  .m_about .about_info .hd span, .m_super .tit span, .m_case .tit span, .m_news .tit span{ font-size: 52px; }
	#contact_msg .bd .form_item:last-child input{ width: 78%; }
  .m_news .focus_list p{ width: 75%; }
  .m_party .bd p{ line-height: 2; }
  #contact_us .txt > span{ font-size: 44px; }
  #contact_us .txt li{ padding:12px; }
}
@media only screen and (max-width: 1200px){
  .h_menu .d_menu{ display: none; }
	.h_menu .tool > .menu_btn{ display: block; }
  .h_menu .tool > .menu_btn span{ font-size: 30px; color: #0083cb; }
  .collapse:not(.show){ display: none; transition: all .3s; }
  .h_menu{ justify-content: space-between; position: relative; overflow: visible; }
  .h_menu .tool{ justify-content: flex-end; width:50%; }
  .h_menu .nav{ flex-flow: column; position:absolute; width: 100%; top:100%; left: 0; background: rgba(255,255,255,.8); z-index: 33; height: auto; }
  .h_menu .nav li{ text-align: center; width: 100%;border-top:1px solid #fff; }
  .h_menu .nav li a{ display: block; width: 100%; padding:15px 0; }
  .h_menu .nav li::after{ bottom: 0; }
  .h_menu .nav li > a::after{ bottom: 0; }
  .h_menu .logo{ width: 50%; padding:20px 0; }
  .h_menu .tool > a{ margin:0 10px; }
  #banner{ height: 600px; }
  #banner .swiper-slide{ min-width: 100%; }
  #banner .swiper-slide .inner{ padding:0; text-align: center; }
  #banner .swiper-slide .inner img{ max-width: 80%; }
  #banner .swiper-slide .b1_tit{ position: static; margin:160px 0 42px; }
  #banner .swiper-slide .b3_tit{ position: static; margin:160px 0 42px; }
  #banner .swiper-slide .b1_p{ position: static; }
  #banner .swiper-slide .b1_p img{ position: static; max-width: 80%; }
  #banner .swiper-slide .b1_span{ top:90px; }
  .m_about .about_img li span{ font-size: 56px; }
  .m_about .about_info .bd a{ margin:30px 0; }
  .super_list .hd li{ width: 50%; height: 50%;  }
  .super_list .hd li:nth-child(1), .super_list .hd li:nth-child(2){ border-bottom:1px solid rgba(255,255,255,.4); } 
  .super_list .hd li .txt{ left: 20%; width: 70%; }
  .super_list .hd li .txt strong{ transition: all .3s; top:0; position: relative; }
  .super_list .hd li:hover .txt, .super_list .hd li.on .txt{ bottom: 60px; }
  .super_list .hd li:hover .txt span, .super_list .hd li.on .txt span{ opacity: 1; transform: rotate(360deg); transition: all .3s; }
  .super_list .hd li:hover .txt strong, .super_list .hd li.on .txt strong{ transition: all .3s; top:15px; }
  .m_party .info{ padding:80px; }
  .m_party .bd p{ line-height: 2; }
  .m_news .news_list a{ padding:20px; }
  .m_news .news_list a span{ margin:20px 20px 0 0; }
  .m_news .news_list a div{ width: 76%; }
  .m_news .news_list a div strong, .m_news .focus_list strong{ max-height: 52px; }
  .m_news .news_list a div strong{ margin-bottom: 15px; }
  .m_news .news_list a div p{ max-height: 78px; }
  .f_link{ height: 46px; line-height: 46px; }
  .f_ewm .hd, .f_ewm .bd{ width: 50%; float: left; }
  .f_ewm .bd{ box-sizing: border-box; padding-top: 30px; }
  .footer{ padding-bottom: 0; }
  .footer .f_info{ padding-top: 20px; }
  .f_copy{ margin-top: 0; line-height: 46px; }
  #c_product{ padding:60px 0; }
  #service a{ height: 480px; }
  #service a .txt b{ font-size: 32px; }
	#contact_msg .bd .form_item:last-child input{ width: 60%; }
  #banner .swiper-pagination{ top:186px; }
  #dituContent{ width: 96%; }
}
@media only screen and (max-width: 992px){
  .m_about .about_img .img{ display: none; }
  .m_about .about_img .img + img{ top:-285px; border-radius: 0 40px 0 0; }
  .m_about .about_img ul{ margin-top: 45px; }
  .m_about, .m_case, .m_news, .m_party{ padding:30px 0; }
  .m_about .about_info .hd span, .m_about .about_info .hd strong{ margin:0 0 30px; }
  .m_super{ padding-top: 30px; }
  .m_super .tit, .m_case .tit strong, .m_news .tit strong{ margin-bottom: 30px; }
  .m_super .tit p, .m_case .tit p{ display: none; }
  .super_list .hd li strong{ font-size: 32px; }
  .m_news{ background-size: cover; }
  .m_news .tit{ position: relative; }
  .m_news .tit a{ position: absolute; right: 0; top:-100px; }
  .m_news .focus_list strong, .m_news .news_list a div{ width: 84%; }
  .m_news .right{ margin-top: 20px; }
  .footer{ background-size: cover; }
  .f_logo{ width: 100%; text-align: center; margin-bottom: 20px; padding-left: 30px; }
  .f_ewm{ display: none; }
  .f_copy{ width: 100%; margin-top: 20px; }
  .m_party .hd strong{ line-height: 1; }
	
	#c_intro, #contact_us{ padding:0 0 30px; }
	#c_intro .img div, #contact_us .img .block{ width: 100%; margin-top: 0; height: 240px; background: #fff; }
	#c_intro .img img, #contact_us .img img{ width: 100%; height: 100%; object-fit: cover; right: 0; top:0; }
	#c_intro .txt, #contact_us .txt{ padding-top: 30px; }
  #c_intro .txt strong{ margin:18px 0 30px; }
  #c_intro .txt p + p{ margin-top: 16px; }
  #c_intro .txt a{ margin-top: 20px; }

  #c_product{ padding:40px 0; }
  #c_product .hd span{ font-size: 48px; }
  #service a{ height: 420px; }
  #service a .txt b{ font-size: 30px; }
  #service a .txt small{ padding:8px 12px; margin-top: 40px; }
	.company_news .list{ margin-top: 20px; }
	.company_news .img_new{ height: 400px; }
	.service_list li .img{ height: 280px; }
	#dituContent{ width: 100%; top:0; right: 0; }
  .service_list li .txt{ padding:20px; }
  .service_list li .txt strong{ font-size: 28px; }
  .service_list li .txt p{ font-size: 14px; margin:18px 0; }
  #contact_us .img{ position: static; }
  #contact_us .txt li{ padding:5px 10px; font-size: 14px; }
  #contact_us .txt > span{ font-size: 38px; }
}
@media only screen and (max-width: 767px){
  .h_menu{ padding:0 15px; height: auto; }
  .h_menu .logo{ padding:10px 0; }
  .m_about .about_info .hd span{ background-size: 30%; }
   .m_about .about_info .hd span, .m_super .tit span, .m_case .tit span, .m_news .tit span{ background-size: 40%; font-size: 42px; }
  .m_about .about_info .hd span, .m_about .about_info .hd strong{ margin-bottom: 20px; }
  .m_about .about_info .hd strong, .m_super .tit strong, .m_case .tit strong, .m_news .tit strong{ font-size: 18px; }
  .m_party .hd strong{ font-size: 36px; }
  .m_news .focus_news .txt{ padding:20px; }
  .super_list .hd li{ padding:40px 22px; }
  .super_list .hd li:hover, .super_list .hd li.on{ padding:40px 22px; }
  .super_list .hd li small{ font-size: 14px; }
  .super_list .hd li strong{ font-size: 24px; }
  .super_list .hd li p{ font-size: 14px; }
  .super_list .hd li:hover .txt, .super_list .hd li.on .txt{ bottom: 60px; }
  .m_news .focus_list strong, .m_news .news_list a div{ width: 78%; }
  .s_banner{ padding:120px 0; }
  .r_nav{ display: none; }
  .location .inner, #c_intro .inner{ padding:0; }

	#contact_msg .inner{ padding:0; }
	#contact_msg .bd{ margin:10px; padding:15px; }
	#contact_msg .bd .form_item{ margin-bottom: 15px; }
	.product_banner .s_banner{background-size: 100% 100%; }
	.pro_list a .txt .bd ul{ display: block; }
  .company_news, .industry_news{ padding:0 15px; }
  .news_list a .img{ display: none; }
  .de-news-list{ padding:0 15px; }
  #contact_us .img{ position: relative; }
  #dituContent{ height: 100%; }
  #c_intro .txt span, #c_product .hd span{ font-size: 36px; }
  #c_product .hd b, #c_intro .txt strong{ font-size: 24px; }
}
@media only screen and (max-width: 640px){
  #banner{ height: 460px; }
  #banner .swiper-slide .b1_span{ top:0; }
  #banner .swiper-pagination{ left:12px; width: 20px; height: 120px; }
  #banner .swiper-pagination-bullet{ width: 10px; height: 10px; }
  .m_about .about_info .hd span{ background-size: 60%;  }
  .m_about .about_img .img + img{ max-width: 50%; }
  .m_about .about_info .bd .img{ height: 200px; }
  .m_about .about_img .img + img{ top:-245px; }
  .m_about .about_img ul{ margin-top: 20px; }
  .m_about .about_img li span{ font-size: 26px; }
  .m_about .about_img li small i, .m_about .about_img li small b{ font-size: 14px; }
  .m_about .about_img li small{ height: 40px; }
  .m_about .about_img li p{ padding:0 12px; line-height: 1.5; }
  .m_super .tit span, .m_case .tit span, .m_news .tit span{ background-size: 60%; }
  .m_about .about_info .hd span, .m_super .tit span, .m_case .tit span, .m_news .tit span{ margin-bottom: 20px; font-size: 30px; }
  .super_list{ height: 500px; }
  .super_list .hd li{ width: 100%; height: 25%; border-bottom: 1px solid rgba(255,255,255,.4); }
  .super_list .hd li + li{ border-left: 0; }
  .super_list .hd li p{ display: none; }
  .super_list .hd li small{ display: none; }
  .super_list .hd li .txt{ position: static; width: 100%; height: 100%; display: flex; align-items: center; }
  .super_list .hd li strong{ display: block; width: 80%; }
  .super_list .hd li{ padding:0 20px; }
  .super_list .hd li:hover, .super_list .hd li.on{ padding:0 20px; }
  #m_case .swiper-slide{ height: 200px; }
  #m_case a{ height: 100%; }
  #m_case a strong span{ font-size: 14px; }
  #m_case a strong{ font-size: 14px; font-weight: normal; }
  .m_news .tit a{ top:-100px; }
  .m_news .focus_news .img{ height: 148px; }
  .m_news .focus_news .txt strong{ font-size: 18px; }
  .m_news .focus_news .txt p{ font-size: 14px; }
  .m_news .focus_list strong{ font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .m_news .focus_list strong, .m_news .news_list a div{ width: 68%; }
  .m_news .focus_list p{ width: 65%; }
  .m_news .news_list a div p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .m_news .news_list a span{ margin:0 12px 0 0; }
  .m_party .info{ padding:40px; height: 330px; background-size: cover; }
  .footer .f_nav{ display: none; }
  .f_copy p{ text-align: center; }
  .s_banner{ padding:50px 0; }
  .s_banner strong{ font-size: 36px; }
  .s_banner p{ margin:25px 0; }
  #c_product{ padding:15px; }
	.location p span{ padding:20px; }
  #c_case{ padding:20px 0; }
  #c_case .hd p{ line-height: 1.5; }
  #c_case .bd a{ height: 220px; }
  #c_case .bd a strong span{ font-size: 14px; }
  #c_case .bd a strong{ font-size: 14px; font-weight: normal; }
  #contact_us .txt > span{ font-size: 28px; }
	.p_type .r_nav a{ width: 32%; border:1px solid #f1f1f1; margin-bottom: 2px; }
	.company_news .img_new{ height: 240px; }
	.company_news .list li .img{ display: none; }
	.company_news .list li .txt{ width: 100%; padding-left: 0; }
	.company_news .list li + li{ border-top: 1px dashed #ccc; }
	.industry_news a .img{ height: 140px; }
	.industry_news a .txt{ padding:10px; }
	.industry_news a .txt p{ display: none; }
	.main{ padding:0 0 30px; }
	.main .inner{ padding:0; }
	.page_tit{ margin-bottom: 55px; padding:0 15px; }
	.page_tit::before{ left: 15px; }
	.page_tit strong{ font-size: 24px; }
	.page_tit small{ font-size: 18px; }
	.case_list .img{ height:140px; }
	.case_list .txt{ padding:10px; }
	.case_list .txt strong{ font-size: 14px; }
	.case_list .txt p{ font-size: 12px; }
	.service_list li .img{ height: 240px; }
	.service_list li .txt{ padding:20px; }
	.service_list li .txt strong{ font-size: 30px; }
	.service_list li .txt p{ font-size: 13px; margin:12px 0; }
	#contact_us .txt li{ font-size: 12px; padding:6px 10px;  }
	#contact_us .txt li span{ font-size: 18px; }
	.p_type .inner{ padding:0; margin-bottom: 20px; }
	.pro_list a .img, .pro_list a .txt{ width: 100%; }
	.pro_list a .txt{ padding-left: 0; }
	.de-page-mian .page-inner span{ display: none; }
  .move_down{ left: 58%; }
  .m_about .about_info .hd strong, .m_super .tit strong, .m_case .tit strong, .m_news .tit strong{ font-size: 16px; }
  .m_news{ padding:10px ​0 30px; }
  .article{ overflow: hidden; padding:0 15px; }
}
@media only screen and (max-width: 414px){
  .m_party .hd strong{ font-size: 32px; }
  .m_party .hd a{ padding:8px 20px; font-size: 14px; }
}