@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'DINCond-Bold';
  src: url('../fonts/DINCond-Bold.eot');
  src: local('☺'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf') format('truetype'), url('../fonts/DINCond-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'segoeui_0';
  src: url('../fonts/segoeui_0.eot');
  src: local('☺'), url('../fonts/segoeui_0.woff') format('woff'), url('../fonts/segoeui_0.ttf') format('truetype'), url('../fonts/segoeui_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}

body{font-family:segoeui_0,Arial,Helvetica,sans-serif; font-size: 18px;overflow-x: hidden; color: #333;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle;}
a{color: #333;text-decoration:none;background-color:transparent;transition: 0.5s;}
a:hover{cursor: pointer; color:#d7352e;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }


.owl-theme .owl-controls{ margin-top: 10px; text-align: center;}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px;  padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  background: #869791;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none;}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{  display: block;  width: 12px;  height: 12px;  margin: 5px 7px;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;  -webkit-border-radius: 20px;  -moz-border-radius: 20px;  border-radius: 20px;  background: #869791;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/  opacity: 1;}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{  height: auto;  width: auto;  color: #FFF;  padding: 2px 10px;  font-size: 12px;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;}

/* preloading images */
.owl-item.loading{ min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center}

/* clearfix */
.owl-carousel .owl-wrapper:after {  content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0;}
/* display none until init */
.owl-carousel{ position: relative; width: 100%;  -ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{ display: none;  position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{  -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out;}
  
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{ cursor: pointer;}
.owl-controls { -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/* fix */
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}

/* CSS3 Transitions */

.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%; -moz-perspective : 1200px;  -moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%; perspective : 1200px;}
/* fade */
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}
/* backSlide */
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;}
/* goDown */
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
/* scaleUp */
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}

.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1607930343933'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1607930343933#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1607930343933') format('woff'),
  url('../fonts/iconfont.ttf?t=1607930343933') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1607930343933#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-original-whatapp:before {
  content: "\e60c";
}

.icon-zhuye:before {
  content: "\e6c5";
}

.icon-liaotian:before {
  content: "\e6a5";
}

.icon-baojia:before {
  content: "\e708";
}

.icon-riqi:before {
  content: "\e659";
}

.icon-jiantou-xia:before {
  content: "\e600";
}

.icon-chuanzhen:before {
  content: "\e6d9";
}

.icon-shouji3:before {
  content: "\e834";
}

.icon-credit:before {
  content: "\e6b9";
}

.icon-chuangxintiyan:before {
  content: "\e61d";
}

.icon-qiyewenhua:before {
  content: "\e617";
}

.icon-service-active:before {
  content: "\e632";
}

.icon-fasong:before {
  content: "\e694";
}

.icon-dizhi:before {
  content: "\e658";
}

.icon-dianhua2:before {
  content: "\e60a";
}

.icon-skype:before {
  content: "\e8dc";
}

.icon-gongchang:before {
  content: "\e640";
}

.icon-duanzao:before {
  content: "\e85f";
}

.icon-twitter:before {
  content: "\e89d";
}

.icon-youtube1:before {
  content: "\e8d7";
}

.icon-facebook:before {
  content: "\e6e5";
}

.icon-youxiang11:before {
  content: "\e607";
}

.icon-dianhua1:before {
  content: "\e61e";
}

.icon-mean_list:before {
  content: "\e653";
}

.icon-fangdajing:before {
  content: "\e603";
}

.icon-in:before {
  content: "\e6f1";
}

.icon-diqiu:before {
  content: "\e634";
}



.iconfont:before{ display: block; margin:0 auto; }




input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
.w_p_main{ background: #fff; overflow: hidden;  }
.main{ background: #fefefe; overflow: hidden;  }
.w_main{ background: #f4f4f4; overflow: hidden; }
.warper{ width:1400px; margin:0 auto; position: relative;}
.backToTop{width:60px; height:60px; border-radius: 60px; background:#0345a8 url(../images/icon_top.png) no-repeat center; background-size: 40%;  cursor:pointer; position:fixed; right:40px; text-indent:9999px; bottom:150px; transition: all .3s}
.backToTop:hover{ opacity: .9;  }

header{  width: 100%; height: 100px; z-index: 999; position: fixed; background: #fff;  top: 0;  left: 0; }
.logo{ position: absolute; left: -85px; top: 18px; }
.logo img{ transition: all 0.3s; }
.logo p{ display: inline-block; font-size: 20px; margin-top: 8px; font-family: Arial; font-weight: bold; }
.logo p span{ display: block; }
.logo *{ vertical-align: middle; }


h6{ display: inline-block; font-weight: normal; }
#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #0345a8 ; position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 310px;}
nav li{ float: left; position: relative;}
nav li>a{ position: relative; padding: 38px 25px 37px 25px; display: block; text-align: center; font-family: DINCond-Bold;  text-transform: uppercase;  transition:0.5s; font-size:22px;}
nav li>a:after{ position: absolute; content: ''; width: 0; transition: all 0.3s; height: 4px; background: #d7352e; bottom: 0; left: 50%; margin-left: -40%; }
nav li.on a,nav li:hover a{ color: #d7352e; cursor: pointer; }
nav li.on a:after,nav li:hover a:after{ width: 80%; }
nav dl{ opacity: 0; transition: opacity 1s ease;position: absolute; display: block; background: #fff; width: auto; top: 100px;  left:-9999px; z-index: 999;  }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ opacity: 1; background: transparent !important; font-weight: bold; color: #666 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap; font-size:17px;}
nav li dl dd a:hover{ background: #d7352e !important; cursor: pointer; color: #fff !important;}
nav li:hover dl{ left: 0; opacity: 1; }
nav dl dd div{position: absolute; left: 100%; top: 0; background:rgba(215,53,46,0.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:15px 20px; color: #fff !important; border-bottom: none; font-size: 15px; }
nav dl dd div a:hover{ background: #1b438b; }

.position{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);  } 


.head_rcon{ position: absolute; right: -251px; top: 0; background: #0345a8; height: 100px; width: 485px; transition: all 0.3s; }
.h_box{ position: relative;  padding-top: 36px; }
.h_box:before{ content: ''; width: 64px; height: 100px; background: url(../images/h_rconbg.jpg) no-repeat; position: absolute; left: -64px; top: 0; }
.search-button{ width: 89px; text-align: center; float: right; cursor: pointer;  border-left: 1px solid #356ab9; }
.search-button *{ vertical-align: middle; }
.search-button i{ color: #fff; display: inline-block; font-size: 25px;  }
.search-button span{ color: #fff; font-size: 14px; margin-right: 3px; }
.searchform{ height: 0; overflow: hidden;background:#0854ad;position: absolute; right: 10px; top:100px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; }
.searchform input{ width: 190px; background:#0854ad; color: #fff; line-height:50px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:50px; background:#0854ad; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder { color: #fff;}

.language{ width: 80px; margin-left: 40px; float: left; font-size: 16px; display: inline-block; position: relative; cursor: pointer; text-align: center; }
.language i{ font-size: 23px; color: #fff; display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 20px;}
.language-main { width: 120px; padding: 1px 0;  position: absolute;  display: none;  z-index: 99;  left: -30px;  top: 24px;
    background: url("../images/ffggg.png") no-repeat 57px 4px;  }
.language:hover .language-main {display: block;}
.language-cont { width: 120px; padding: 0 16px; margin-top: 10px; box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05); border-top: 3px solid #df1717; background: #ffffff;  padding-bottom: 10px;}
.language-cont a { width: 100% !important; position: relative; font-size: 14px !important; padding: 0 !important; padding-left: 15px !important;color: #888 !important; background: #fff !important; height: auto !important; border: none !important; line-height: 28px !important; text-align: left; display: block !important;}
.language-post { padding-top: 10px;}
.language-cont a:after{ position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background: #df1717; content: ''; }
.language-cont a:hover { color: #df1717 !important;}
.language:hover i{ background: #df1717; }

.h_email{ float: left; margin-left: 42px; }
.h_email *{ vertical-align: middle; }
.h_email i{ font-size: 25px; display: inline-block; margin-right: 8px; }
.h_email a{ color: #fff; font-size: 20px; font-family: DINCond-Bold; }
.h_email a:hover span{ text-decoration: underline; }

.media { display: inline-block; text-align: center; width: 100%; margin-top: 50px; }
.media a{ color: #fff; font-size: 20px; background:#fff; display: inline-block; margin-right: 4px; width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 45px;  }
.media a:nth-of-type(1){background: #3b57a0; }
.media a:nth-of-type(2){background: #c60c1e; }
.media a:nth-of-type(3){background: #0183bf; }
.media a:nth-of-type(4){background: #36b9ff; }

.in_footer{ background:url(../images/in_footerbg.png) no-repeat top center #f4f4f4; overflow: hidden; background-size: cover; padding-top: 130px; padding-bottom: 52px;  }
.in_footer .lcon{ width: 35%; float: left; }
.in_footer .rcon{ width: 50%; float: right; }
.in_footer h4{ font-size: 32px; text-transform: uppercase; color: #fff; }
.in_footertit h4{ display: inline-block; margin-right: 44px; }
.in_footertit *{ vertical-align: middle; }

.in_footerli{ margin-top: 60px; }
.in_footerli li{ margin-bottom: 32px; }
.in_footerli li p{ color: #fff; font-size: 16px; font-weight: bold; font-family: Arial; margin-bottom: 12px; }
.in_footerli li p i{ display: inline-block; font-weight: normal; font-size: 22px; margin-right: 8px; }
.in_footerli li a,.in_footerli li span{ color: #fff; font-size: 24px; display: block; font-weight: bold; font-family: Arial; }
.in_footerli li a:hover{ text-decoration: underline; }

.in_footer .rcon form{ margin-top: 32px; background: #fff; padding: 40px 32px 30px 32px; }
.in_footer .rcon form ul li{ margin-bottom: 22px; }
.in_footer .rcon form ul li p{ font-size: 16px; font-family: Arial; margin-bottom: 8px; }
.in_footer .rcon form input{ height: 40px; line-height: 40px; }
.in_footer .rcon form input,.in_footer .rcon form textarea{  width: 100%; border: 1px dashed #a1c9f7; padding: 0 10px; padding-left: 18px; font-family:Arial; resize: none;  color: #333; font-size: 16px;}
.in_footer .rcon form textarea{ padding: 10px; padding-left: 18px; }
.in_footer .rcon button{ width: 176px; height: 42px; display: block; border-radius: 5px; font-family:Arial; font-size: 16px; line-height:42px; color: #fff;  text-align: center; background:#0854ad; border: none; cursor: pointer; }
.in_footer .rcon button:hover{ opacity: 0.85; }

.copyright{ background: #111; font-size: 16px; font-family: Arial; padding: 18px; clear: both; text-align: center; color: #5b5b5b; }
.copyright a{ color: #5b5b5b; }
.copyright a:hover{ text-decoration: underline; }

footer{ background: url(../images/footer_bg.jpg) no-repeat center; background-size: cover; padding: 188px 0 26px 0; position: relative;  }
.footer_blue{ background: #0345a8; padding: 30px 0 38px 0; position: absolute; width: 1400px; top: -100px; left: 50%; margin-left: -700px; }
.footer_blue ul{ width: 100%; overflow: hidden; }
.footer_blue ul li{ text-align: center; width: 25%; float: left; padding: 0 2%; }
.footer_blue ul li h6{ color: #fff; transition: all 0.3s; font-size: 35px; background: #356ab9; width: 76px; line-height: 76px; height: 76px; border-radius: 76px; overflow: hidden; }
.f_icon{ margin-bottom: 14px; }
.footer_blue ul li:hover h6{ transform: rotateY(-180deg); }
.footer_blue ul li a,.footer_blue ul li p{ color: #fff; font-family: DINCond-Bold; font-size: 26px; }
.footer_blue ul li a:hover{ text-decoration: underline; }
footer .in_titbox p{ color: #fff; }
.form_p{ margin-top: 24px; color: #fff; }
.quiry_info{ margin-top: 15px; overflow: hidden; }
.quiry_info li{ float: left; width: 32%; margin-right: 2%; margin-bottom: 18px; position: relative; }
.quiry_info li:nth-of-type(3){ margin-right: 0; }
.quiry_info li:nth-of-type(4){ width: 100%; }
.quiry_info input,.quiry_info textarea{width: 100%; color: #fff; font-family:segoeui_0; background:rgba(255,255,255,0.1); border:0; border-radius: 0;  font-size:18px; line-height: 26px; padding: 12px; }
.quiry_info textarea{ padding: 15px 100px 12px 12px; }
.quiry_info form input::-webkit-input-placeholder,.quiry_info form textarea::-webkit-input-placeholder { color: #b8b8b8;}
.quiry_info form input:-moz-placeholder,.quiry_info form textarea:-moz-placeholder {color: #b8b8b8;}
.quiry_info button{ border: none; width: 86px; cursor: pointer; background: #0345a8; color: #fff; height: 105px; position: absolute; top: 0; right: 0; }
.quiry_info button i{ font-size: 33px; }
.quiry_info button:hover{ opacity: 0.85; }
.copy_r{ margin-top: 25px; text-align: center; }
.copy_r p{ color: rgba(255,255,255,0.2); }
.copy_r p a{ color: rgba(255,255,255,0.2); }
.copy_r p a:hover{ color: rgba(255,255,255,1); }


#banner img{ width: 100%; display: block; }
#banner_home{ position: relative; margin-top: 90px; }
#banner_home .owl-theme .owl-controls{ position: absolute; bottom: 45%; right: 90px; width: 100%; width: 15px; }
#banner_home .owl-theme .owl-controls .owl-page span{ width: 15px; height: 15px;  opacity: 1; background: #5d81b8; }
#banner_home .owl-theme .owl-controls .owl-page.active span{ background: #fff; }
.cl{ clear: both; }
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.5s; }

.l_fixed{ width: 40px; position: fixed; top: 30%; left: 0; z-index: 666; }
.l_fixed li{ margin-bottom: 1px; position: relative; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #d7352e; color: #fff; display: block; }
.l_fixed li a i{ font-size: 22px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #d7352e; left: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #036bbb; }
.l_fixed li:nth-of-type(3) a{ background: #3a82d3; }
.l_fixed li:nth-of-type(4) a{ background: #30afeb; }
.l_fixed li:nth-of-type(5) a{ background: #0085b2; }
.l_fixed li:nth-of-type(6) a{ background: #d20000; }
.l_fixed li:nth-of-type(2) a span{ background: #036bbb; }
.l_fixed li:hover a span{ width: 210px; left: 40px; }

.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#0345a8;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}

/*首页*/
.in_ab{ padding: 50px 0 72px 0; width: 100%; overflow: hidden; }
.in_titbox{ padding-left: 48px; position: relative; }
.in_titbox p{ font-size: 26px; font-family: DINCond-Bold; text-transform: uppercase; }
.in_titbox:after{ content: ''; width: 40px; height: 2px; background: #d7352e; position: absolute; top: 15px; left: 0; }
.in_abwar{ margin-top: 38px; overflow: hidden; }
.in_abwar .in_lcon{ width: 50%; float: left; padding-right: 45px; }
.in_abwar .in_rcon{ width: 50%; float: right; padding-left: 26px; }
.in_abwar .in_lcon h1{ font-size: 46px; text-transform: uppercase; font-family: DINCond-Bold; }
.in_abtext{ margin-top: 35px; }
.in_abtext li{ margin-bottom: 22px; }
.in_abtext li:last-child{ margin-bottom: 0; }
.in_abtext li p{ font-size: 24px; font-family: DINCond-Bold; margin-bottom: 16px; }
.in_abtext li p i{ display: inline-block; font-size: 28px; }
.in_abtext li span{ line-height: 28px; color: #888; }
.in_abwar .in_rcon:hover .changpic img{ transform: scale(1.15); }

.in_probox{ background: url(../images/in_probg.jpg) center no-repeat; background-size: cover; padding: 88px 0 32px 0; overflow: hidden; position: relative; }
.in_probox .lcon{ float: left; width: 314px; }
.in_probox h2 a{ color: #fff; font-family: DINCond-Bold; text-transform: uppercase; font-size: 60px; }
.in_probox .lcon ul{ margin-top: 25px; }
.in_probox .lcon ul li{ margin-bottom: 22px; font-family:DINCond-Bold; font-size: 22px; padding-left: 20px; position: relative;  }
.in_probox .lcon ul li:after{ position: absolute; top: 8px; left: 0; content: ''; width: 7px; height: 11px; background: url(../images/in_proicon.png) no-repeat; background-size: cover; }
.in_probox .lcon ul li a{ color: #fff; display: inline-block; width: 100%; position: relative; }
.in_probox .lcon ul li a:hover{ color: #d7352e; }
.in_probox .lcon ul li:hover:after{ background: url(../images/in_proiconh.png) no-repeat; background-size: cover; }

.in_probox .rcon{ margin-left: 314px; padding-left: 52px; }
.in_proswiper .item{ margin: 0 11px; }
.in_proswiper .item .changpic{ overflow: hidden; }
.in_proswiper .item p{ line-height: 26px; color: rgba(255,255,255,0.5); text-align: center; height: 52px; overflow: hidden; margin-top: 15px; }
.item_list li:hover .changpic img{ transform: scale(1.12); }
.item_list li{ margin-bottom: 38px; }
.item_list li:hover p{ color: rgba(255,255,255,1); }
.in_proswiper .owl-theme .owl-controls{ margin-top: 0; position: absolute; bottom: 150px; left: -316px; z-index: 55; }
.in_proswiper .owl-controls .owl-buttons{ position: relative; }
.in_proswiper .owl-controls .owl-buttons div{ background: url(../images/arrow_r.png) center center transparent no-repeat ; border: 1px solid #fff; background-size: 33%; position: absolute; border-radius: 0; height: 40px; width: 40px; }
.in_proswiper .owl-controls .owl-buttons .owl-prev{ opacity: 0.5; text-indent: -9999em; opacity: 1; left: 4px; }
.in_proswiper .owl-controls .owl-buttons .owl-next{opacity: 0.5;  text-indent: -9999em; opacity: 1; right: 4px; transform: rotate(180deg);}
.in_proswiper .owl-controls .owl-buttons div:hover{ opacity: 1; cursor: pointer; background: url(../images/arrow_r2.png) center center no-repeat #ffffff;  background-size: 33%; }


.in_news{ padding: 50px 0 200px 0; }
.in_news h2{ font-size: 46px; text-transform: uppercase; font-family:DINCond-Bold; margin-top: 16px;  }
.in_newswar{ width: 100%; overflow: hidden; margin-top: 28px; }
.in_newswar li{ float: left; width: 32%; margin-right: 2%; }
.in_newswar li:nth-of-type(3n){ margin-right: 0; }
.in_newstext{ padding: 20px 0;}
.in_newstext h4{ line-height: 28px; font-size: 26px; font-family: DINCond-Bold; height: 56px; overflow: hidden; }
.in_newstext p{ margin-top: 20px; line-height: 28px; color: #666; height: 84px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.in_newswar li:hover .changpic img{ transform: scale(1.15); }
.in_newswar li:last-child{ margin-right: 0; }

/*位置*/
.subbanner{ position: relative; margin-top: 100px; }
.subbanner img{ width: 100%; display: block; }
.pat26{ padding-top: 26px; }
/*关于我们*/
.ab_text{ margin-top: 35px; }
.ab_text h1{ font-size: 40px; text-transform: uppercase; font-family: DINCond-Bold; }
.in_abtext li span{ display: block; }
.ab_facpic{ margin-top: 42px; overflow: hidden; }
.ab_facpic li{ float: left; width: 24.2%; margin-right: 1%; }
.ab_facpic li:nth-of-type(4n){ margin-right: 0; }
.ab_facpic li:hover .changpic img{ transform: scale(1.15); }
.ab_cul{ margin-top: 54px; background: url(../images/ab_curbg.jpg) no-repeat center; background-size: cover; padding: 100px 0 25px 0; }
.ab_cul ul{ width: 100%; overflow: hidden; font-size: 0; }
.ab_cul ul li{ display: inline-block; vertical-align: top; font-size: 12px; width: 50%; position: relative; margin-bottom: 78px; padding-right: 80px; padding-left: 150px; color: #fff; }
.ab_cul ul li h4{ font-family: DINCond-Bold; font-size: 30px; text-transform: uppercase; margin-bottom: 24px; }
.ab_cul ul li p{ line-height: 28px; color: #888; font-size: 18px; }
.ab_cul ul li h6{ position: absolute; transition: all 0.3s; top: 0; font-size: 50px; color: #fff; left: 0; width: 98px; line-height: 98px; text-align: center; height: 98px; border-radius: 98px; border: 1px solid #fff; }
.ab_cul ul li:hover h6{ transform: rotateY(-180deg); }

.ab_certext{ padding: 70px 0 200px 0; }
.ab_cer{ width: 100%; overflow: hidden; padding: 5px; }
.ab_cer li{ float: left; width: 23.8%; margin-right: 1.6%; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3); }
.ab_cer li:nth-of-type(4n){ margin-right: 0; }
.ab_cer li .changpic{ border: 10px solid #f4f4f4; }
.ab_cer li:hover .changpic img{ transform: scale(1.1); }

.ab_ser{ margin-top: 42px; }
.ab_ser h2{ font-family: DINCond-Bold; font-size: 40px; text-transform: uppercase; }
.ab_ser ul{ margin-top: 25px; }
.ab_ser ul li{ margin-bottom: 25px; }
.ab_ser ul li p{ font-family:DINCond-Bold; font-size: 24px; margin-bottom: 5px;  }
.ab_ser ul li span{ display: block; line-height: 28px; color: #888; }
/*产品列表*/
.pro_nav{ margin-top: 20px; background: #fff; overflow: hidden; padding: 36px 65px 25px 65px; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1); }
.pro_listbox{ padding-bottom: 200px; }
.pro_nav li{ width: 33.333%; float: left; margin-bottom: 20px; padding-left: 24px; position: relative; }
.pro_nav li:after{ content:''; position: absolute; top: 8px; left: 0; width: 7px; height: 11px; background: url(../images/in_proicon2.png) no-repeat; background-size: cover; }
.pro_nav li a{ font-family: DINCond-Bold; font-size: 22px; }
.pro_nav li:hover:after{ background: url(../images/in_proiconh.png) no-repeat; background-size: cover; }
.pro_listbox h2{ background: #d7352e; color: #fff; padding: 10px 15px; position: relative; display: none; }
.pro_listbox h2 a{ display: block; width: 100%; height: 100%; position: absolute; padding: 8px 15px 0 0; text-align: right; top: 0; right: 0; color: #fff; font-size: 20px; }
.pro_list{ width: 100%; overflow: hidden; margin-top: 44px; }
.pro_list li{ margin-bottom: 20px; }
.pro_item{ width: 100%; overflow: hidden; background: #fff; }
.pro_item .lcon{ width: 462px; float: left; }
.pro_item .rcon{ margin-left: 462px; padding: 48px 30px 0 38px; }
.pro_item .rcon h4{ font-family: DINCond-Bold; font-size: 30px; height: 35px; line-height: 35px; overflow: hidden; }
.pro_item .rcon p{ margin-top: 20px; line-height: 30px; height: 90px; overflow: hidden; color: #666; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pro_item .rcon span{ display: inline-block; margin-top: 38px; font-size: 16px; padding: 9px 38px; border: 1px solid #333; border-radius: 40px; }
.pro_item .rcon span i{ font-size: 18px; display: inline-block; margin-left: 5px; }
.pro_list li:hover .pro_item .rcon span{ background: #d7352e; color: #fff; border: 1px solid #d7352e; }
.pro_list li:hover .changpic img{ transform: scale(1.15); }
/*分页 结束*/
.digg4{ text-align:center; font-size: 16px; font-weight: bold; padding:20px 0;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background:transparent; border: 1px solid #666; height:36px; line-height: 36px;  color:#222; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#fff; background:#0854ad; border: 1px solid #0854ad; }
.digg4 span.disabled { font-size: 30px; line-height:28px; font-weight: normal;  background: transparent; color: #333;}
.digg4 a{ border: 1px solid #666; color: #666; }
/*分页 结束*/

/*产品详情*/
.pro_delbox{ background: #fff; margin-top: 30px; }
.pro_delwar{}
.pro_delbox{ width: 100%; overflow: hidden; background: #fff; }
.pro_delbox .l_con{ float: left; width: 500px; }
.pro_delbox .r_con{ margin-left: 500px; padding: 44px 38px 0 55px; }
.pro_delswiper{ position: relative; }
.pro_delswiper .owl-theme .owl-controls{ position: absolute; margin-top: 0; width: 100%; bottom: 15px; }
.pro_delswiper .owl-theme .owl-controls .owl-page span{ margin: 0 3px; width: 17px; height: 17px; opacity: 1; background: #d6d6d6; }
.pro_delswiper .owl-theme .owl-controls .owl-page.active span{ background: #d7352e; }

.pro-deltext h1{ font-size: 30px;  font-family: DINCond-Bold; }
.pro_deldec{ margin-top: 10px;  }
.pro_deldec p{ line-height: 30px; height: 90px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #666; margin-top: 20px;}

.pro_delbox .r_con .links{overflow: hidden; margin-top: 30px;}
.pro_delbox .r_con .links a{display: inline-block; background:#d7352e; width: 30%; border-radius:50px; height: 48px; line-height: 48px; text-align: center; font-size: 18px; color: #fff;}
.pro_delbox .r_con .links a:hover{opacity: 0.85;  }
.pro_delbox .r_con .links a i{ font-size: 24px; font-weight: normal; margin-left: 10px; display: inline-block; }
.pro_delbox .r_con .links a *{ vertical-align: middle; }
.pro_delbox .r_con .links a:last-child{ background:#0345a8; margin-left: 2%; }

.share{ margin-top: 25px; font-size: 15px; font-family: Arial;}
.pro_delbox .r_con .addthis_inline_share_toolbox{ display: inline-block; }

.del_box{ background: #fff; padding-bottom: 58px; }
.pro_block{ padding: 55px 58px 0 58px; }
.del_tit{ font-size: 30px; margin-bottom: 20px; font-family: DINCond-Bold; padding-left: 38px; position: relative; }
.del_tit:after{ content: ''; position: absolute; top: 6px; left: 0; width: 28px; height: 23px; background: url(../images/tit_bg.png) no-repeat; background-size: cover; }
.del_desctext p{ line-height: 30px; color: #666; }

.del_table{ width: 100%; overflow-x: auto; }
.del_table table{ width: 100%; border-top: 1px solid #666; background: #fff; border-left: 1px solid #666; }
.del_table table tr:first-child td{ background: #d7352e; color: #fff; font-size: 22px; font-family: DINCond-Bold; }
.del_table table tr td{ padding: 12px 10px; color: #666; text-align: center; border-bottom: 1px solid #666; border-right: 1px solid #666; }

.pro_rel{ margin-top: 45px; }
.pro_rel h3,.infoform h3{ font-family: DINCond-Bold; margin-bottom: 25px; font-size: 40px; text-transform: uppercase; padding-left: 48px; position: relative; }
.pro_rel h3:after,.infoform h3:after{ position: absolute; top: 22px; left: 0; width: 38px; height: 2px; background: #d7352e; content: ''; }

.pro_rel{ position: relative; }
.pro_rel .item{ margin: 0 6px; }
.pro_rel .item .changpic{ background: #fff; }
.pro_rel .item:hover .changpic img{ transform: scale(1.15); }
.rel_text{ background: #fff; padding: 24px; text-align: center; }
.rel_text p{ line-height: 25px; color: #666; height: 50px; overflow: hidden; }
.pro_rel{ position: relative; }
.pro_rel .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 35%; left: 0; width: 100%; z-index: 55; }
.pro_rel .owl-controls .owl-buttons{ position: relative; }
.pro_rel .owl-controls .owl-buttons div{ background: url(../images/arrow_r.png) rgba(0,0,0,0.3) center center no-repeat; opacity: 1; background-size: 40%; position: absolute; border-radius: 0; height: 35px; width: 35px; }
.pro_rel .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: 0; transform: rotate(180deg);}
.pro_rel .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: 0; }
.pro_rel .owl-controls .owl-buttons div:hover{  cursor: pointer; background: url(../images/arrow_r.png) rgba(3,69,168,0.8) center center no-repeat; background-size: 40%; }
.del_info{ margin-top: 50px; }
.pro_delwar{ padding-bottom: 200px; }

/*news*/
.news-box{ padding-bottom:200px; }
.news_list{ width: 100%; overflow: hidden; margin-top: 20px; }
.news_list li{ overflow: hidden; margin-bottom: 35px; position: relative; }
.news_itembox{ width: 100%; overflow: hidden; }
.news_itembox .lcon{ float: left; width: 32%; }
.news_itembox .rcon{ float: right; width: 68%; padding: 15px 35px 0 35px; }
.news_itembox .rcon h4{ font-size: 30px; font-family: DINCond-Bold; height: 35px; line-height: 35px; overflow: hidden; }
.news_itembox .rcon em{ display: inline-block; color: #333; margin-top: 18px; font-family: DINCond-Bold; font-size: 20px; }
.news_itembox .rcon em i{ display: inline-block; font-size: 20px; margin-right: 5px; }
.news_itembox .rcon p{ margin-top: 20px; line-height: 30px; height: 120px; overflow: hidden; color: #666; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news_itembox .rcon span{  display: inline-block; margin-top: 38px; font-size: 16px; padding: 9px 38px; border: 1px solid #333; border-radius: 40px; }
.news_itembox .rcon span i{ display: inline-block; }
.news_list li:hover .changpic img{ transform: scale(1.15); }
.news_list li:hover .news_itembox .rcon span{ background: #d7352e; color: #fff; border: 1px solid #d7352e; }
.news_list li:nth-of-type(even) .news_itembox{ background: #f4f4f4; padding: 26px; }
.news_list li:nth-of-type(even) .news_itembox .lcon{ float: right; }
.news_list li:nth-of-type(even) .news_itembox .rcon{ float: left; }
/*video*/
.video-box{ padding-bottom: 200px; }
.video_list{ margin-top: 30px; overflow: hidden; }
.video_list li{ float: left; width: 48.2%; margin-bottom: 36px; }
.video_list li:nth-of-type(even){ float: right; }
.video_list li p{ margin-top: 15px; height: 30px; line-height: 30px; overflow: hidden; text-align: center; font-size: 20px; }
.video_list li:hover .changpic img{ transform: scale(1.1); }
.video_list li:hover p a{ color: #df0615; }
/*faq*/
.faq-box{ padding-bottom: 200px; }
.faq_list{ overflow: hidden; margin-top: 40px; }
.faq_list li{ margin-bottom: 28px; }
.in_faqitem h3{ font-size:26px; transition: all 0.5s; font-family: DINCond-Bold; background: url(../images/ask-icon.png) no-repeat 20px center #f4f4f4; line-height: 60px; height: 60px; overflow: hidden; padding-left:60px; }
.faq-anbox{ margin-top:10px; padding: 0 22px; }
.faq-anbox p{ font-size:18px; line-height: 26px; color: #888; }
.faq_list li:hover .in_faqitem h3{ background: url(../images/ask-icon2.png) no-repeat 20px center #d7352e; color: #fff; }

/*contact*/
.con_contactbox{ width: 100%; overflow: hidden; padding-bottom: 200px; margin-top: 42px; }
.contactbox{ width: 100%; overflow: hidden; }
.contactbox .lcon,.contactbox .rcon{ width: 50%; float: left; }
.contactbox .lcon{ padding-right: 110px; }
.contactbox .rcon{ padding-left: 30px; }
.con_box li{ margin-bottom: 22px; font-size: 20px; position: relative; padding-left: 38px;  }
.con_box li i{ position: absolute; top: 0; left: 0; font-size:25px; color: #d7352e; }

.infoform h2{ font-size: 36px; font-family: DINCond-Bold; text-transform: uppercase; margin-bottom: 12px; }
.infoform li{width: 48.8%; position: relative; margin-bottom: 14px; float: left; overflow: hidden;}
.infoform li:nth-of-type(even){ float: right; }
.infoform li:nth-of-type(5){ width: 100%; float: none; }
.infoform li font{ color: red; position: absolute; top: 10px; left: 5px; }
.infoform input,.infoform textarea{width: 100%; border: 1px solid #707070; resize: none; font-family:Arial; background:#fff; font-size: 16px; line-height: 24px; padding: 10px 12px; }
.infoform form input::-webkit-input-placeholder,.infoform form textarea::-webkit-input-placeholder { color: #666;}
.infoform form input:-moz-placeholder,.infoform form textarea:-moz-placeholder {color: #666;}
.infoform li:last-child{ width: 100% !important; float: none; }
.infoform form button{ padding: 12px 50px; cursor: pointer; background: #d7352e; color: #fff; border-radius: 30px; border: none; font-size: 18px;  }
.infoform form button i{ display: inline-block; }
.infoform form button:hover{ opacity: 0.85; }

.map{ margin-top: 60px; }

/*新闻*/
.news-delbox{ width: 100%; overflow: hidden; padding-bottom: 200px; }
.infocon{color: #666; margin-top: 20px; }
.infocon h1{font-size:30px; font-family: DINCond-Bold; text-align: center; margin-bottom: 10px; color: #222;}
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ display: inline-block; font-family: DINCond-Bold; width: 100%; margin-top: 10px; overflow: hidden; text-align: center;  border-bottom: 1px solid #eee; padding-bottom:20px; color: #666; font-size: 20px; }
.infocon .time *{ vertical-align: bottom; }
.infocon .time i{ font-size: 22px; color: #999; margin-right: 5px; display: inline-block; }
.time_ril{ float: left; display: inline-block; }
.news_share{ float: right; display: inline-block; }
.news_share img{ margin: 0; }
.infocon .other{border-top: 1px solid #eee; padding:20px 0 0 0; margin:20px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #0345a8; }
.infocon p{line-height:27px; color: #333; margin: 10px 0;  }


@media screen and (max-width: 1680px){
  .head_rcon{ right: -133px; width: 417px; }
  .search-button{ width: 68px; }
  .h_email{ margin-left: 10px; }
  nav{ margin-right: 366px; }
}
@media screen and (max-width: 1600px){
 .head_rcon{ width: 394px; right: -91px; }
 .language{ width: 54px; margin-left: 28px; }
 .item_list li{ margin-bottom: 23px; }
 .ab_cul ul li{ margin-bottom: 44px; }
 .pro_rel h3, .infoform h3{ font-size: 33px; }
 footer{ padding: 157px 0 26px 0; }
 .media{ margin-top: 12px; }
 .ab_certext,.pro_listbox,.pro_delwar,.news-box,.news-delbox,.video-box,.faq-box,.con_contactbox,.in_news{ padding-bottom: 150px; }
 .map{ margin-top: 32px; }
}
@media screen and (max-width: 1440px){
  .warper{ width: 100%; padding: 0 100px; }
  .logo{ left: 20px; }
  .head_rcon{ right: 0; width: 347px; }
  .language{ margin-left: 30px; width: 38px; }
  .search-button{ width: 49px; }
  .h_email{ margin-left: 0; }
  nav{ margin-right: 310px; }
  nav li>a{ padding: 38px 20px 37px 20px; }
  .in_abwar{ margin-top: 15px; }
  .in_abwar .in_lcon h1{ font-size: 32px; }
  .in_abtext li p{ margin-bottom: 4px; }
  .in_abtext{ margin-top: 17px; }
  .in_ab{ padding: 50px 0; }
  .in_probox .rcon{ padding-left: 10px; }
  .in_proswiper .owl-theme .owl-controls{ bottom: 80px; left: -278px; }
  .in_probox{ padding: 60px 0 45px 0; }
  .in_probox h2 a{ font-size: 46px; }
  .in_probox .lcon ul li{ margin-bottom: 19px; }
  .in_news h2{ font-size: 36px; margin-top: 6px; }
  .in_newswar{ margin-top: 18px; }
  .in_newstext{ padding: 10px 0; }
  .in_newstext p{ margin-top: 12px; }
  .footer_blue{ padding: 25px 0; }
  .f_icon{ margin-bottom: 6px; }
  .footer_blue ul li a, .footer_blue ul li p{ font-size: 22px; }
  footer{ padding: 110px 0 26px 0; }
  .form_p{ margin-top: 10px; }
  .backToTop{ right: 0; }
  .ab_text{ margin-top: 13px; }
  .ab_text h1{ font-size: 31px; }
  .ab_facpic{ margin-top: 26px; }
  .in_abtext li span{ line-height: 25px; }
  .ab_cul{ margin-top: 38px; padding: 60px 0 20px 0; }
  .ab_cul ul li h6{ width: 80px; height: 80px; line-height: 80px; font-size: 38px; }
  .ab_cul ul li{ padding-left: 95px; padding-right: 40px; }
  .ab_cul ul li h4{ margin-bottom: 6px; font-size: 24px; }
  .ab_certext{ padding-top: 50px; }
  .ab_ser h2{ font-size: 31px; }
  .ab_ser ul li{ margin-bottom: 12px; }
  .ab_ser ul{ margin-top: 12px; }
  .pro_nav{ padding: 30px; }
  .pro_list{ margin-top: 30px; }
  .pro_item .lcon{ width: 423px; }
  .pro_item .rcon{ margin-left: 423px; }
  .pro_delswiper .owl-theme .owl-controls .owl-page span{ width: 15px; height: 15px; }
  .pro_block{ padding: 30px 30px 0 30px; }
  .del_tit{ font-size: 25px; }
  .del_box{ padding-bottom: 38px; }
  .pro_rel h3, .infoform h3{ margin-bottom: 15px; }
  .pro_rel,.del_info{ margin-top: 30px; }
  .news_itembox .rcon p{ height: 90px; -webkit-line-clamp:3; }
  .news_itembox .rcon span{ margin-top: 22px; }
  .news_list li{ margin-bottom: 20px; }
  .video_list li{ margin-bottom: 26px; width: 49%; }
  .in_faqitem h3{ font-size: 23px; }
  .con_contactbox{ margin-top: 22px; }
  .contactbox .lcon{ padding-right: 50px; }
}

@media screen and (max-width: 1366px){
  .warper{ width: 100%; padding: 0 80px; }
  .head_rcon{ width: 326px; }
  .h_email i{ display: none; }
  .language{ margin-left: 45px; }
  .in_abwar .in_lcon h1{ font-size: 28px; }
  .in_ab{ padding: 40px 0; }
  .in_proswiper .item{ margin: 0 6px; }
  .in_proswiper .item p{ margin-top: 8px; }
  .in_probox{ padding: 50px 0 30px 0; }
  .in_probox h2 a{ font-size: 42px; }
  .in_news{ padding-top: 40px; }
  .in_news h2{ font-size: 31px; }
  .in_newswar li{ margin-right: 1.5%; width: 32.3%; }
  .footer_blue ul li h6{ width: 60px; height: 60px; line-height: 60px; font-size: 28px; }
  .copy_r{ margin-top: 15px; }
  .pro_item .rcon h4{ font-size: 28px; }
  .pro_rel h3, .infoform h3{ font-size: 28px; }
  .infoform li{ width: 49%; }
  .footer_blue{ width: 100%; left: 0; margin-left: 0; }
}
@media screen and (max-width: 1280px){
  .warper{ width: 100%; padding: 0 60px; }
  .head_rcon{ width: 301px; }
  .language{ margin-left: 23px; }
  nav{ margin-right: 293px; }
  nav li>a{ padding: 38px 15px 37px 15px; }
  .in_abwar .in_lcon h1{ font-size: 24px; }
  .in_abwar .in_lcon{ padding-right: 20px; }
  .in_abtext{ margin-top: 20px; }
  .in_probox .lcon{ width: 275px; }
  .in_probox .rcon{ margin-left: 275px; }
  .in_proswiper .owl-theme .owl-controls{ bottom: 101px; left: -240px; }
  .in_probox .lcon ul li{ margin-bottom: 16px; font-size: 21px; }
  .ab_text h1{ font-size: 27px; }
  .in_titbox p{ font-size: 22px; }
  .ab_cul{ padding: 40px 0 9px 0; }
  .ab_cul ul li{ padding-right: 28px; }
  .ab_certext{ padding-top: 30px; }
  .ab_ser{ margin-top: 23px; }
  .ab_certext, .pro_listbox, .pro_delwar, .news-box, .news-delbox, .video-box, .faq-box, .con_contactbox, .in_news{ padding-bottom: 130px; }
  .news_list li:nth-of-type(even) .news_itembox{ padding: 10px; }
  .news_itembox .rcon h4{ font-size: 28px; }
}

@media screen and (max-width: 1024px){ 
  .warper{ width: 100%; padding: 0 40px; } 
  .h_email i{ display: inline-block; }
  .h_email span{ display: none; }
  .head_rcon{ width: 91px; }
  .language{ margin-left: 8px; }
  .search-button{ display: none; }
  nav{ margin-right: 112px; }
  nav li>a{ padding: 38px 12px 37px 12px; }
  #banner_home .owl-theme .owl-controls{ width: 100%; text-align: center; left: 0; right: auto; bottom: 20px; }
  .in_abtext li span{ line-height: 24px; font-size: 17px; }
  .in_abtext li{ margin-bottom: 13px; }
  .in_abwar .in_rcon{ padding-left: 0; }
  .in_abtext{ margin-top: 8px; }
  .in_probox .lcon{ display: none; }
  .in_probox .rcon{ margin-left: 0; padding-left: 0; }
  .in_proswiper .owl-theme .owl-controls{ position: static; width: 100%; }
  .in_proswiper .owl-controls .owl-buttons div{ position: static; background: url(../images/arrow_r.png) center center no-repeat ;  background-size: 33%; }
  .in_proswiper .owl-controls .owl-buttons .owl-next{ transform: rotate(0deg); }
  .in_proswiper .owl-controls .owl-buttons .owl-prev{ transform: rotate(180deg); }
  .in_news{ padding-top: 30px; }
  .in_newstext h4{ font-size: 22px; }
  .in_newstext p{ margin-top: 5px; font-size: 17px; line-height: 24px; height: 72px;  }
  body{ font-size: 17px; }
  .ab_cul ul li p{ font-size: 17px; line-height: 24px; }
  .pro_nav li{ margin-bottom: 7px; }
  .pro_nav li a{ font-size: 20px; }
  .pro_item .lcon{ width: 320px; }
  .pro_item .rcon{ margin-left: 320px; padding: 33px 20px 0 28px; }
  .pro_item .rcon p{ line-height: 24px; height: 72px; margin-top: 8px; }
  .pro_item .rcon span{ margin-top: 14px; }
  .pro_item .rcon h4{ font-size: 24px; }
  .pro_list li{ margin-bottom: 10px; }
  .pro_list{ margin-top: 15px; }
  .pro_delbox .l_con{ width: 100%; float: none; }
  .pro_delbox .r_con{ margin-left: 0; padding: 20px 30px 0 30px; }
  .pro-deltext h1{ font-size: 25px; }
  .pro_deldec p{ margin-top: 0; line-height: 24px; height: 72px; }
  .pro_delbox .r_con .links{ margin-top: 18px; }
  .del_desctext p{ line-height: 25px; }
  .del_tit{ margin-bottom: 8px; font-size: 22px; line-height: 33px; }
  .pro_block{ padding: 20px 30px 0 30px; }
  .pro_rel h3, .infoform h3{ font-size: 24px; }
  .pro_rel h3:after, .infoform h3:after{ width: 20px; top: 15px; }
  .pro_rel h3,.infoform h3{padding-left: 30px;}
  .news_itembox .rcon h4{ font-size: 24px; }
  .news_itembox .rcon em{ margin-top: 9px; }
  .news_itembox .rcon p{ margin-top: 6px; line-height: 24px; height: 72px; }
  .news_itembox .rcon span{ margin-top: 15px; padding: 8px 20px; }
  .news_itembox .rcon{padding: 15px 20px 0 20px;}
  .news_list li:nth-of-type(even) .news_itembox{ padding: 0; }
  .news_list li{ margin-bottom: 14px; }
  .infocon h1{ font-size: 25px; }
  .infocon .time{ margin-top: 0; padding-bottom: 10px; }

}

@media screen and (max-width: 990px){
   #nav .nav-button{display: block; top: 14px; right: 20px; }
  header{ height: 62px; background: #fff; }
  .h_box:before{ display: none; }
  #banner_home,.subbanner{ margin-top: 62px; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:310px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-310px);transition: 0.3s;}
  nav li{ float: none; padding: 0; }
  nav li>a{ margin:0; color: #fff; font-size: 18px; display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li dl{ left: 0; border:0; top: 0; width: auto;  background: #2e2e2e;  position: static;  opacity: 1; display: block; } 
  nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
  nav li.on a, nav li:hover a,.position nav li.on a, .position nav li:hover a{ background: #0345a8; color: #fff; background-image:none; }
  nav li:hover dl{ left: 0; opacity: 1; }
  nav li.on a:after,nav li:hover a:after{ width: 0;}
  nav li dl dd a{ color: #fff !important; font-size: 16px; }
  .logo{ top: 5px; }
  .logo img{ height: 52px; width: auto; }
  .l_fixed{ display: none; }
  nav li dl dd a:hover{ background: #0345a8 !important; cursor: pointer; color: #fff !important;}
  .head_rcon{ height: auto; background: #fff; }
  .h_box{ padding-top: 14px; }
  .h_email i{ background: #0345a8; font-size: 20px; display: inline-block; text-align: center; width: 35px; height: 35px; line-height: 35px; border-radius: 35px; }
  .head_rcon{ right: 42px; }
  .language{ width: 35px; margin-left: 0; height: 35px; background: #df1717; border-radius: 35px; line-height: 35px; font-size: 20px; }
  .language i{ font-size: 20px; }
  .language-main{background: url(../images/ffggg.png) no-repeat 30px 4px;}
}
@media screen and (max-width: 768px){
  .warper{ width: 100%; padding: 0 20px; }
  .logo{ left: 10px; }
  #nav .nav-button{ right: 10px; }
  .in_abwar .in_lcon{ padding-right: 0; width: 100%; float: none; }
  .in_abwar .in_rcon{ width: 100%; float: none; margin-top: 12px; }
  .in_ab{ padding: 20px 0;  }
  .in_abtext li p{ font-size: 22px; }
  .in_probox{ padding: 20px 0 10px 0; }
  .item_list li{ margin-bottom: 16px; }
  .in_news h2{ font-size: 27px; }
  .in_news{ padding-top: 20px; }
  .in_newswar{ margin-top: 10px; }
  .footer_blue ul li{ padding: 0 2%; width: 50%; float: left; margin-bottom: 18px; }
  footer{ padding: 182px 0 26px 0; }
  .footer_blue{ padding: 20px 0 10px 0; }
  .footer_blue ul li a, .footer_blue ul li p{ font-size: 20px; }
  .backToTop{ width: 40px; height: 40px; }
  .media{ margin-top: 0; }
  .media a{ width: 35px; height: 35px; line-height: 35px; }
  .pat26{ padding-top: 15px; }
  .ab_text h1{ font-size: 22px; }
  .ab_cul{ margin-top: 20px; }
  .ab_cul ul li{ width: 100%; float: none; padding-right: 0; margin-bottom: 20px; padding-left: 75px; }
  .ab_cul ul li h4{ font-size: 20px; }
  .ab_cul{ padding: 30px 0 9px 0; }
  .ab_cul ul li h6{ width: 60px; height: 60px; line-height: 60px; font-size: 30px; }
  .ab_cer li .changpic{ border: 5px solid #f4f4f4; }
  .ab_certext{ padding-top: 15px; }
  .ab_ser h2{ font-size: 26px; }
  .ab_ser ul li span{ line-height: 24px; }
  .pro_nav{ padding: 20px; }
  .pro_nav li{ width: 50%; }
  .digg4{ padding-bottom: 0; }
  .pro_rel, .del_info{ margin-top: 20px; }
  .news_itembox .rcon span,.news_itembox .rcon em{ display: none; }
  .news_itembox .lcon{ width: 42%; }
  .news_itembox .rcon{ width: 58%; padding: 10px 10px 0 10px; }
  .news_itembox .rcon h4{ font-size: 22px; }
  .news_list li{ margin-bottom: 10px; }
  .infocon,.video_list,.faq_list,.con_contactbox,.pro_nav,.news_list,.ab_text,.pro_delbox{ margin-top: 10px; }
  .infocon h1{ font-size: 22px; }
  .infocon p{ line-height: 24px; }
  .video_list li{ margin-bottom: 10px; }
  .video_list li p{ margin-top: 4px; font-size: 18px; }
  .contactbox .lcon{ padding-right: 0; width: 100%; float: none; }
  .contactbox .rcon{ padding-left: 0; width: 100%; margin-top: 10px; }
  .con_box li{ margin-bottom: 6px; font-size: 18px; }
  .infoform h2{ font-size: 25px; }
  .infoform li{ margin-bottom: 9px; }
  .map{ margin-top: 8px; }
}

@media screen and (max-width: 640px){
  .footer_blue{padding: 10px 0 5px 0;}
  .pro_item .lcon{ width: 250px; }
  .pro_item .rcon{ margin-left: 250px; padding: 15px 10px 0 10px; }
  .pro_item .rcon h4{ font-size: 22px; }
  .pro_item .rcon p{ height: 48px; -webkit-line-clamp: 2; }
  .pro_item .rcon span{ padding: 5px 20px; }
  .pro_delbox .r_con{ padding: 10px 12px 0 12px; }
  .pro_block{ padding: 15px 12px 0 12px; }
  .del_box{ padding-bottom: 20px; }
  .news_itembox .rcon span{ display: inline-block; }
  .news_itembox .rcon p{ height: 48px; -webkit-line-clamp:2; }
  .news_itembox .rcon{padding: 16px 10px 0 10px;}
  .pat26{ padding-top: 10px; }
  .in_faqitem h3{ height: 45px; line-height: 45px; font-size: 22px; }
  .faq-anbox p{ font-size: 17px; line-height: 24px; }
  .faq_list li{ margin-bottom: 18px; }
}

@media screen and (max-width:480px){
 .warper{ width: 100%; padding: 0 15px; }
 #banner_home .owl-theme .owl-controls{ bottom: 10px; }
 #banner_home .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
 .in_abwar{ margin-top: 4px; }
 .in_ab{ padding: 15px 0; }
 .in_abwar .in_lcon h1{ font-size: 22px; }
 body{ font-size: 16px; }
 .in_abtext li span{ font-size: 16px; }
 .in_newswar li{ width: 100%; float: none; margin-right: 0; margin-bottom: 10px; }
 .in_newstext h4{ height: 28px; }
 .ab_certext, .pro_listbox, .pro_delwar, .news-box, .news-delbox, .video-box, .faq-box, .con_contactbox, .in_news{ padding-bottom: 115px; }
 .quiry_info li{ width: 100%; float: none; margin-right: 0; margin-bottom: 5px; }
 .copy_r{ margin-top: 10px; }
 .footer_blue ul li h6{ width: 50px; height: 50px; line-height: 50px; font-size: 23px; }
 footer{ padding: 158px 0 26px 0; }
 .in_proswiper .item{ margin: 0; }
 .item_list li{ margin-bottom: 12px; }
 .in_proswiper .owl-controls .owl-buttons div{ width: 30px; height: 30px; }
 .in_newstext p{ font-size: 16px; }
 footer{ padding-bottom: 12px; }
 .ab_facpic li,.ab_cer li{ width: 49%; margin-right: 2%; margin-bottom: 10px; }
 .ab_facpic li:nth-of-type(even),.ab_cer li:nth-of-type(even){ margin-right: 0; }
 .ab_facpic{ margin-top: 10px; }
 .ab_cul{ margin-top: 8px; }
 .ab_cul ul li{ padding-left: 50px; }
 .ab_cul ul li h6{ width: 40px; height: 40px; line-height: 40px; font-size: 20px; }
 .ab_cul ul li p{ font-size: 16px; }
 .ab_ser{ margin-top: 0; }
 .ab_ser ul{ margin-top: 5px; }
 .ab_ser ul li p{ font-size: 22px; }
 .pro_nav{ padding: 10px; display: none; margin-top: 0; }
 .pro_nav li{ width: 100%; float: none; padding-left: 15px; }
 .pro_listbox h2{ display: block; margin-top: 10px; font-size: 20px; text-transform: uppercase; }
 .pro_item .lcon{ width: 180px; }
 .pro_item .rcon{ margin-left: 180px; }
 .pro_item .rcon h4{ height: 30px; line-height: 30px; }
 .pro_item .rcon p{ margin-top: 2px; height: 24px; -webkit-line-clamp:1; }
 .digg4{ padding-top: 12px; }
 .digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current{ width: 30px; height: 30px; line-height: 30px; }
 .digg4 span.disabled{ line-height: 22px; }
 .pro_list{ margin-top: 10px; }
 .pro_delswiper .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
 .pro-deltext h1{ font-size: 24px; }
 .pro_delbox .r_con .links a{ width: 100%; }
 .pro_delbox .r_con .links a:last-child{ margin-left: 0; margin-top: 5px; }
 .pro_delbox .r_con .links a i{ font-size: 20px; }
 .share,.pro_delbox .r_con .links{ margin-top: 10px; }
 .del_table table tr:first-child td{ font-size: 20px; }
 .del_table table tr td{ padding: 8px; }
 .pro_rel h3, .infoform h3{ font-size: 22px; margin-bottom: 10px; }
 .infoform li{ width: 100%; float: none; margin-bottom: 6px; }
 .infoform form button{ padding: 10px 30px; }
 .news_itembox .rcon{ padding:0 10px; }
 .news_itembox .rcon h4{ height: 30px; line-height: 30px; }
 .news_itembox .rcon p{ margin-top: 3px; }
 .news_itembox .rcon span{ margin-top: 5px; }
 .infocon .other{ margin-top: 10px; padding-top: 10px; }
 .video_list li p,.con_box li{ font-size: 17px; }
 .faq-anbox p{ font-size: 16px; }
 footer .in_titbox p{ font-size: 22px; }
 .footmenu{ display: block; }
 footer{ margin-bottom: 60px; }
}
@media screen and (max-width:414px){
 .warper{ width: 100%; padding: 0 10px; }
 .in_abtext li p,.in_abwar .in_lcon h1{ font-size: 20px; }
 .in_news h2{ font-size: 22px; }
 .in_titbox p{ font-size: 18px; }
 .in_news{ padding-top: 12px; }
 .footer_blue ul li{ width: 100%; margin-bottom: 8px; display: flex; align-items: center; float: none; text-align: left; padding-left: 60px; min-height: 40px; position: relative; }
 footer{ padding-top: 130px; }
 .f_icon{ width: 40px; position: absolute; top: 0; left: 10px; }
 .footer_blue ul li h6{ width: 40px; height: 40px; line-height: 40px; text-align: center; }
 .ab_ser h2{ font-size: 22px; }
 .pro_item .rcon span{ font-size: 15px; }
 .pro_item .lcon{ width: 100%; float: none; }
 .pro_item .rcon{ margin-left: 0; padding:8px 10px 15px 10px; }
 .pro_item .rcon p{ height: 48px; -webkit-line-clamp:2; }
 .in_titbox{ padding-left: 0; }
 .in_titbox:after{ display: none; }
 .del_tit{ line-height: normal; }
 .news_itembox .rcon span{ display: none; }
 .news_itembox .rcon{ padding: 0 0 0 10px; }
 .news_itembox .rcon p{ height: 66px; line-height: 22px; -webkit-line-clamp:3; }
 .news_itembox .rcon h4{ font-size: 21px; }
 .infocon h1{ font-size: 21px; }
 .infocon .time,.infocon .time i{ font-size: 17px; }
 .in_faqitem h3{ font-size: 20px; padding-left: 40px; background: url(../images/ask-icon.png) no-repeat 7px center #f4f4f4; }
 .faq-anbox{ padding: 0; }
 .infoform h2{ font-size: 22px; }
 .pro_list{ width: 100%; overflow: hidden; }
 .pro_list li,.news_list li{ float: left; width: 49%; margin-right: 2%; }
 .pro_list li:nth-of-type(even),.news_list li:nth-of-type(even){ margin-right: 0; }
 .pro_item .rcon span{ padding: 5px 12px; }
}
@media screen and (max-width:380px){
  .news_itembox .lcon{ width: 100%; float: none; }
  .news_itembox .rcon{ width: 100%; float: none; padding: 5px 10px 10px 10px; }
  .news_list li .news_itembox{ background: #f4f4f4; }
 
}










