@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'segoeui';
  src: url('../fonts/segoeui.eot');
  src: local('☺'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'segoeuib';
  src: url('../fonts/segoeuib.eot');
  src: local('☺'), url('../fonts/segoeuib.woff') format('woff'), url('../fonts/segoeuib.ttf') format('truetype'), url('../fonts/segoeuib.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'SegoeUI-SemiBold';
  src: url('../fonts/SegoeUI-SemiBold.eot');
  src: local('☺'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('../fonts/SegoeUI-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'itc';
  src: url('../fonts/itc.eot');
  src: local('☺'), url('../fonts/itc.woff') format('woff'), url('../fonts/itc.ttf') format('truetype'), url('../fonts/itc.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}

body{font-family:segoeui,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:#df0615;}
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=1598939127628'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1598939127628#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=1598939127628') format('woff'),
  url('../fonts/iconfont.ttf?t=1598939127628') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1598939127628#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-baoxiu:before {
  content: "\e65b";
}

.icon-peixun:before {
  content: "\e6d4";
}

.icon-qiaoshiqizhongji:before {
  content: "\e6d8";
}

.icon-miaoshu:before {
  content: "\e702";
}

.icon-canshu:before {
  content: "\e608";
}

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

.icon-xiaoxi:before {
  content: "\e609";
}

.icon-anli:before {
  content: "\e714";
}

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

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

.icon-peijian:before {
  content: "\e9ec";
}

.icon-anzhuang:before {
  content: "\e62d";
}

.icon-xinxingqizhongji:before {
  content: "\e66d";
}

.icon-youtube:before {
  content: "\e6ab";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-socialwhatsapp:before {
  content: "\e88d";
}

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

.icon-gongsi:before {
  content: "\e693";
}

.icon-renwuxuanzhong:before {
  content: "\e68d";
}

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

.icon-jishu:before {
  content: "\e6d3";
}

.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: #f9f8f8; overflow: hidden;  }
.warper{ width:1400px; margin:0 auto; position: relative;}
.backToTop{width:55px; height:55px; border-radius: 55px; background:#666 url(../images/icon_top.png) no-repeat center; background-size: 42%;  cursor:pointer; position:fixed; right:35px; text-indent:9999px; bottom:150px; transition: all .3s}
.backToTop:hover{ opacity: .9;  }

header{  width: 100%; height: 145px; z-index: 999; position: fixed; background: #fff;  top: 0;  left: 0; }
.header_top{ height: 45px; background: #2b2b2b; }
.header_top .header_tr{ position: absolute; top: 0; right: -112px; width: 436px; padding-top: 12px; }
.header_top .header_tr span{ float: left; display: inline-block; height: 20px; line-height: 20px; padding-right: 26px; border-right: 1px solid #fff; }
.header_top .header_tr span a{ color: #fff; line-height: 20px; text-transform: uppercase; font-size: 16px; font-family: SegoeUI-SemiBold; }
.header_top .header_tr span a:hover{ text-decoration: underline; }

.searchform{ height: 22px; overflow: hidden; width: 155px; float: left; position: relative; }
.searchform i{ font-size: 20px; color: #999; position: absolute; top: 0; left: 0; color: #fff; }
.searchform input{ width: 100%; font-family: segoeui; font-size: 16px; background:transparent; color: #fff; line-height:22px; padding-left:32px; float: left; }
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder { color: #fff;}

.languagebox{ color: #fff; float: left; margin: 0 28px; width: 96px; position: relative; font-size: 16px; height: 24px; background: url(../images/selectbg.png) no-repeat 100% 10px; }
.languagebox ul{ width: 90%; height: 24px; display: inline-block; vertical-align: middle; overflow: hidden; transition: all .3s; position: absolute; left:0; top: 0; z-index: 55; background: url(../images/language_icon.png) #252525 no-repeat left 2px;}
.languagebox ul li:first-child {padding-left:25px;}
.languagebox ul li{ padding:0 6px 0 25px;}
.languagebox a{ line-height: 24px; color: #fff; font-size: 16px; }
.languagebox:hover ul{height:auto;}


.logo{ position: absolute; top: 25px; left: -72px;}
.logo img{ transition: all 0.3s; margin-right: 5px; }


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: #c3994b ; 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: 185px; }
nav li{ float: left;}
nav li>a{ position: relative; padding: 38px 30px 37px 30px; font-family: itc; display: block; text-align: center; font-style: italic; text-transform: uppercase;  transition:0.5s; font-size:18px;}
nav li.on a,nav li:hover a{ color: #000; cursor: pointer; }
nav li a:after,nav li a:after{ content: ''; width: 0; transition: all 0.3s;  height: 4px; background: #df0615; position: absolute; bottom: 0; left: 12px; }
nav li.on>a:after,nav li:hover>a:after{ width: calc(100% - 24px); }
.header_email{ position: absolute; top: 38px; right: -50px; font-family:itc; font-size: 16px;  }
.header_email i{ display: inline-block; color: #df0615; font-size: 22px; }
.header_email *{ vertical-align: middle; }


.menubox{ position: absolute; top: 100px; left: 0; width: 100%; padding: 30px 50px; background: #f4f4f4; display: none; }
nav li:hover .menubox{ display: block; }
.com_navwar{ width: 100%; overflow: hidden; }
.com_navwar .lcon{ float: left; width: 24%; }
.com_navwar .lcon ul li{ width: 100%; margin-bottom: 15px; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); }
.com_navwar .lcon ul li a{ padding: 14px 10px; text-transform: none; font-style: normal; background: #fff; text-align: center; font-family: SegoeUI-SemiBold; }
.com_navwar .lcon ul li:hover>a:after{ width: 0; }
.com_navwar .lcon ul li.on a,.com_navwar .lcon ul li:hover a{ background: #df0615; color: #fff; }
.com_navwar .rcon{ float: left; width: 76%; padding-left: 42px; }
.com_item{ width: 100%; overflow: hidden; display: none; }
.com_item.on{ display:block; }
.com_item .ll_com{ width: 64%; float: left; padding-right: 40px; }
.com_item .rr_com{ width: 36%; float: right; }
.com_item .ll_com h3{ font-style: italic; text-transform: uppercase; font-family:itc; font-size: 48px; }
.com_item .ll_com h3 a{ color: rgba(34,34,34,0.1); }
.com_item .ll_com h3 a:hover{ color: #df0615; }
.com_item .ll_com p{ line-height: 30px; height: 180px; overflow: hidden; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp:6; color: #888; font-style: italic; margin-top: 15px; }
.com_navwar .rcon:hover .changpic img{ transform: scale(1.15); }

.pro_header{ overflow: hidden; padding-bottom: 2px; }
.pro_header li{ float: left; width: 23.8%; margin-right: 1.5%; }
.pro_header li dl dt a{ font-family: SegoeUI-SemiBold; text-align: center; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); text-transform: none; font-style: normal; width: 100%; display: inline-block; background: #fff; padding: 12px 5px; }
.pro_header li dl dt{ margin-bottom: 25px; }
.pro_header li:last-child{ margin-right: 0; }
.position{ box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);  } 
.pro_header li.on dl dt a,.pro_header li:hover dl dt a{ background: #df0615; color: #fff; }
.pro_header li dl dd a{ font-style: italic; color: #666; }
.pro_header li dl dd{ margin-bottom: 14px; padding-left: 26px; position: relative; }
.pro_header li dl dd:after{ position: absolute; top: 8px; left: 13px; width: 5px; height: 5px; border-radius: 5px; background: #666; content: ''; }
.pro_header li dl dd a:hover{ color: #df0615; }
.pro_header li dl dd:hover:after{ background: #df0615; }


.fixnav{position: fixed; right: 0; top:40%; z-index: 999;}
.fixnav li{ transition: all .3s; width: 40px; text-align: center; font-size: 12px; height: 40px; margin-bottom:1px; background: #ececed; position: relative; }
.fixnav li .ic{width: 40px; line-height: 40px; height: 40px; background: #d73a27; position: relative; z-index: 2;}
.fixnav li a{color: #fff; transition: all .1s}
.fixnav li .iconfont{ font-size: 22px; }
/*.fixnav li:nth-of-type(2) .ic{ background: #05c30e; }*/
/*.fixnav li:nth-of-type(3) .ic{ background: #3a82d3; }*/
/*.fixnav li:nth-of-type(4) .ic{ background: #30afeb; }*/
/*.fixnav li:nth-of-type(5) .ic{ background: #0085b2; }*/
/*.fixnav li:nth-of-type(6) .ic{ background: #d20000; }*/

.fixnav li span{ line-height:40px; transition: all .3s; overflow: hidden; font-size: 16px; padding:0 10px; margin-right:40px; position: absolute; right:-600px; top:0; z-index: 3; width:200px; z-index: 0; text-align: left }
.fixnav li:hover span{display: block; right: 0; background: #d73a27; color: #fff}
.fixnav li:nth-of-type(2):hover span{ background: #d73a27; }
.fixnav li:hover .ic{ opacity: 0.85; }


.media { display: inline-block; }
.media a{ color: #fff; font-size: 16px; background:#3a3939; display: inline-block; margin-right: 2px; width: 38px; height: 38px; text-align: center; line-height: 38px; border-radius: 38px;  }
.media a:nth-of-type(1){background: #3a82d3; color: #fff; }
.media a:nth-of-type(2){background: #36b9ff; color: #fff; }
.media a:nth-of-type(3){background: #c60c1e; color: #fff; }
.media a:nth-of-type(4){background: #0183bf; color: #fff; }

footer{ background: #121212; padding: 172px 0 0 0; position: relative; }
.footer_red{ background: #df0615; padding: 40px 0 45px 0; position: absolute; width: 1400px; top: -100px; left: 50%; margin-left: -700px; }
.footer_red ul{ width: 100%; overflow: hidden; }
.footer_red ul li{ text-align: center; width: 25%; float: left; padding: 0 2%; }
.footer_red ul li h6{ color: #fff; transition: all 0.3s; font-size: 42px; width: 42px; height: 46px; overflow: hidden; }
.footer_red ul li span{ color: #fff; font-size: 52px; font-family:SegoeUI-SemiBold; }
.f_icon *{ vertical-align: middle; }
.footer_red ul li p{ color: #fff; line-height: 26px; }
.footer_red ul li:hover h6{ transform: rotateY(-180deg); }

footer .footer{ overflow: hidden; }
footer .item{ padding-bottom: 54px; }
footer .item1{ width:24%; float: left; margin-left: 7%; }
footer h4 { color: #fff;  font-size: 26px; font-family: itc; text-transform: uppercase; margin-bottom: 34px;}
footer .item ul li{ margin-bottom: 18px;  }
footer .item ul li a{ color: #fff; font-size: 22px; font-family:SegoeUI-SemiBold;}
footer .item ul li a:hover{ text-decoration: underline; }
footer .item3{ width:30%; float: left;}
footer .item3 ul li span{ display: block;  }
footer .item3 ul li span b{ color: #f1ae00; }
footer .item3 ul li:first-child span{ padding-left: 0; margin-bottom: 18px; }
footer .copyright .media span{ color: #fff; font-size: 18px; text-transform: uppercase;}
footer .item4{ width: 28%; float:right; }
footer .item4 ul li{ margin-bottom: 12px; }
.item4 form{ position: relative; }
.item4 input{ height:40px; line-height: 40px; }
.item4 input,.item4 textarea{  width: 100%; background: #1e1e1e; padding: 0 12px; font-family:segoeui; resize: none; color: #fff; font-size: 18px;}
.item4 input::-webkit-input-placeholder, .item4 textarea::-webkit-input-placeholder{  color: #aaa;}
.item4 textarea{ padding:5px 12px; padding-right: 135px; }
.item4 button{ width:60px; height: 106px; position: absolute; right: 0; top: 0; display: block; font-family:segoeui;  color: #fff; font-size: 18px; text-align: center; background:#df0615; border: none; cursor: pointer; }
.item4 button i{ font-size: 25px; }
.item4 ul li{ position: relative; }
.item4 button:hover{ opacity: 0.85; }

.con_icon{ margin-top: 15px; }
.con_icon div{ font-size: 18px; padding-left: 34px; position: relative; line-height: 26px; margin-bottom: 18px; color: #aaa;}
.con_icon div a{ color: #aaa; }
.con_icon div a:hover{ text-decoration: underline; }
.con_icon div h6{ color: #aaa; font-size: 20px; position: absolute; top: 0; left: 0; }

.copyright{ background: #121212; overflow: hidden; text-align: center; }
.copyright .warper{ padding: 24px 0; border-top: 1px solid #1e1e1e; }
.copyright p{ font-size: 18px; color: rgba(255,255,255,0.1); display: inline-block; }
.copyright p a{ color: rgba(255,255,255,0.1); }
.copyright p a:hover{ color: rgba(255,255,255,1); }



.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:#b61012;}
.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;}

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

header.position{ height: 100px; }

.home_boxtit{ font-size:70px; text-transform: uppercase; font-family: itc; position: absolute; color: rgba(0,0,0,0.1);
    top: 0; left: -95px; writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }
.home_boxtit a{ display: inline-block; color: rgba(0,0,0,0.1); }
.home_boxtit a:hover{ color: #df0615; }

.in_pro{ padding: 78px 0 65px 0; }
.in_probig .changpic{ display: none; }
.in_probig .changpic.on{ display: block; }
.in_prowar{ position: relative; width: 100%; }
.in_procaty{ position: absolute; top: 0; left: 0; width: 500px; overflow: hidden; }
.in_procaty li{ position: relative; }
.in_procaty li a{ padding: 33px 0 33px 126px; background: rgba(0,0,0,0.8); display: inline-block; width: 100%; }
.in_procaty li a p{ color: #fff; font-family: segoeuib; font-size: 22px; }
.in_procaty li a span{ color: #fff; display: inline-block; margin-top: 5px; }
.in_procaty li img{ width: 70px; height: 60px; position: absolute; top: 30px; left: 35px; }
.in_procaty li:hover a,.in_procaty li.on a{ background: #df0615; }
.in_probig:hover .changpic img{ transform: scale(1.15); }

.in_hotpro{ background: url(../images/in_pban.jpg) no-repeat center; background-size: cover; padding: 64px 0 100px 0; }
.in_hotswiper .item{ margin: 0 10px; padding-bottom: 30px; }
.in_hotitem{ background: #fff; padding: 10px; position: relative; }
.in_hotitem span{ position: absolute; bottom: -23px; left: 50%; margin-left: -87px; background: #df0615; display: inline-block; width: 175px; font-style: italic; height: 46px; line-height: 46px; text-align: center; color: #fff; }
.in_hottext{ padding: 20px 0 42px 0; text-align: center; }
.in_hottext h4{ font-size: 20px; font-family: SegoeUI-SemiBold; height: 28px; line-height: 28px; overflow: hidden; }
.in_hottext p{ margin-top: 14px; color: #888; line-height: 26px; height: 78px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3;  }
.in_hotswiper .item:hover .changpic img{ transform: scale(1.15); }
.in_hotswiper .item:hover .in_hotitem span{ animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; }
.in_hotswiper{ position: relative; }
.in_hotswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 30%; left: 0; width: 100%; z-index: 55; }
.in_hotswiper .owl-controls .owl-buttons{ position: relative; }
.in_hotswiper .owl-controls .owl-buttons div{ background: url(../images/right.png) center center no-repeat; margin: 0; background-size: 100%; position: absolute; border-radius: 0; height: 35px; width: 21px; }
.in_hotswiper .owl-controls .owl-buttons .owl-prev{ opacity: 1; text-indent: -9999em; left: -50px; transform: rotate(180deg);}
.in_hotswiper .owl-controls .owl-buttons .owl-next{opacity: 1;  text-indent: -9999em;  right: -50px; }
.in_hotswiper .owl-controls .owl-buttons div:hover{ opacity: 1; cursor: pointer; background: url(../images/right2.png) center center no-repeat; background-size: 85%;}


.in_ab{ overflow: hidden; padding: 70px 0 68px 0; position: relative; }
.in_ab .in_abpic{ width: 50%; float: right; }
.in_ab .warper{ position: absolute; top: 70px; left: 50%; margin-left: -700px; }
.in_abbox{ width: 100%; overflow: hidden; }
.in_abbox .lcon{ width: 50%; padding-right: 68px; }
.in_abbox .lcon h2{ font-size: 28px; font-family: SegoeUI-SemiBold;  }
.in_abtext{ margin-top: 20px; }
.in_abtext p{ line-height: 28px; color: #888; margin-bottom: 14px; height: 336px; overflow: hidden; }
.in_abtext a{ background: #df0615; margin-top: 42px; display: inline-block; width: 175px; font-style: italic; height: 46px; line-height: 46px; text-align: center; color: #fff; }
.in_abtext a:hover{  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.in_abnum{ margin-top: 40px; }
.in_abnum ul{ width: 100%; overflow: hidden; }
.in_abnum ul li{ float: left; width: 25%; text-align: center; font-size: 14px; color: #666; position: relative; }
.in_abnum ul li span{ font-size: 60px; font-weight: bold; color: #b61012; display: inline-block; line-height: 55px; }
.in_abnum ul li:after{ content: ''; width: 1px; height: 90px; background: #e7e5e5; position: absolute; top: 0; right: 0; }
.in_abnum ul li:last-child:after{ display: none; }

.in_case{ padding: 50px 0 200px 0; background: url(../images/in_casebg.jpg) no-repeat top center; background-size: cover; }
.in_casetop{ width: 100%; overflow: hidden; }
.in_casetop .lcon{ float: left; width: 62%; padding-left: 58px; padding-top: 40px; position: relative; }
.in_casetop .lcon:after{ content: '“'; position: absolute; font-size: 92px; top: 0; left: 0; color: #fff; font-family: itc;  }
.in_casetop .rcon{ float: right; width: 28%; }
.in_casetop .lcon p{ color: #fff; font-size: 22px; line-height: 30px; font-family:  SegoeUI-SemiBold; }
.in_casetop .rcon .home_boxtit{ position: static; line-height: 64px;  writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; writing-mode: horizontal-tb; }

.in_caseswiper{ margin-top: 80px; }
.in_caseitem{ background: #fff; padding: 10px; }
.in_casetext{ padding: 22px 14px 20px 14px; text-align: center; }
.in_caseword{ position: relative; padding-bottom: 20px; }
.in_caseword p{ font-size: 20px; line-height: 26px; height: 52px; overflow: hidden; font-family:  SegoeUI-SemiBold; }
.in_caseword:after{ content:''; transition: all 0.3s; position: absolute; width: 20%; height: 4px; background: #df0615; bottom: 0; left: 50%; margin-left: -10%; }
.in_casetext span{ display: inline-block; line-height: 26px; height: 78px; color: #888; margin-top: 15px; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;  }
.in_caseswiper .item{ margin: 0 10px; }
.in_caseswiper .item:hover .changpic img{ transform: scale(1.15); }
.in_caseswiper{ position: relative; }
.in_caseswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 30%; left: 0; width: 100%; z-index: 55; }
.in_caseswiper .owl-controls .owl-buttons{ position: relative; }
.in_caseswiper .owl-controls .owl-buttons div{ background: url(../images/right.png) center center no-repeat; margin: 0; background-size: 100%; position: absolute; border-radius: 0; height: 35px; width: 21px; }
.in_caseswiper .owl-controls .owl-buttons .owl-prev{ opacity: 1; text-indent: -9999em; left: -50px; transform: rotate(180deg);}
.in_caseswiper .owl-controls .owl-buttons .owl-next{opacity: 1;  text-indent: -9999em;  right: -50px; }
.in_caseswiper .owl-controls .owl-buttons div:hover{ opacity: 1; cursor: pointer; background: url(../images/right2.png) center center no-repeat; background-size: 100%;}




.subbanner{ position: relative; margin-top: 145px; }
.subbanner img{ width: 100%; display: block; }
.sub_pic{ position: relative; }
.sub_link{ width: 400px; position: absolute; font-style: italic; font-size: 19px; top: 140px; color: #fff; left: 50%; margin-left: -200px; text-align: center; }
.sub_link h1{ font-size: 59px; font-family: itc; color: #fff; text-transform: uppercase; }
.sub_link a{ color: #fff; }
.sub_link a:hover{ text-decoration: underline; }

.pat52{ padding-top: 52px; }


/*关于我们*/
.ab_textbox{ padding-bottom: 62px; }
.ab_textbox h2{ font-size: 28px; font-family: SegoeUI-SemiBold; margin-bottom: 32px; }
.ab_textbox p{ margin-bottom: 24px; line-height: 28px; color: #888; }
.ab_swiper{ margin-top: 40px; position: relative; }
.ab_swiper .item{ margin:0 20px; }
.ab_swiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 40%; left: 0; width: 100%; z-index: 55; }
.ab_swiper .owl-controls .owl-buttons{ position: relative; }
.ab_swiper .owl-controls .owl-buttons div{ background: url(../images/arrow_r.png) center center no-repeat #e5e5e5; margin: 0; position: absolute; border-radius: 0; height: 46px; width: 46px; }
.ab_swiper .owl-controls .owl-buttons .owl-prev{ opacity: 1; text-indent: -9999em; left: -50px; transform: rotate(180deg);}
.ab_swiper .owl-controls .owl-buttons .owl-next{opacity: 1;  text-indent: -9999em;  right: -50px; }
.ab_swiper .owl-controls .owl-buttons div:hover{ opacity: 1; cursor: pointer; background: url(../images/arrow_r.png) center center no-repeat #df0615;}


.ab_case{ background: url(../images/ab_casebg.jpg) no-repeat center; background-size: cover; padding: 52px 0 75px 0; }
.page_tit{ font-size: 42px; padding-bottom: 15px; font-family: itc; font-style: italic; text-align: center; position: relative; }
.page_tit:after{ content: ''; position: absolute; bottom: 0; width: 110px; height: 4px; background: #df0615; left: 50%; margin-left: -55px; }
.ab_case .in_caseswiper{ margin-top: 35px; }
.ab_case .in_caseword:after{ width: 0; }
.ab_case .in_caseword{ padding-bottom: 0; }

.ab_news{ padding: 38px 0 64px 0; }
.ab_newsbox{ margin-top: 20px; background: #f4f4f4; padding: 10px; overflow: hidden; }
.news_top{ width: 100%; overflow: hidden; }
.news_top .lcon{ float: left; width: 530px; }
.news_top .rcon{ margin-left: 530px; padding: 20px 36px 0 48px;}
.news_top .rcon h4{ font-size: 22px; font-family: SegoeUI-SemiBold; height: 90px; line-height: 30px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news_top .rcon em{ display: inline-block; color: #222; }
.news_top .rcon p{ margin-top: 15px; line-height: 28px; color: #888; height: 112px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news_top .rcon span{ display: inline-block; margin-top: 30px; font-style: italic; border: 1px solid #222; padding: 10px 30px; }
.ab_newsbox:hover .changpic img{ transform: scale(1.15); }
.ab_newsbox:hover .news_top .rcon span{ background: #df0615; border: 1px solid #df0615; color: #fff; }


.ab_ser{ background: url(../images/ab_serbg.jpg) no-repeat center; background-size: cover; padding: 100px 0 126px 0; }
.ab_serlibox{ width: 100%; overflow: hidden; }
.ab_serlibox li{ float: left; width: 33.333%; text-align: center; padding: 0 25px; }
.ab_serlibox li h6{ width: 88px; transition: all 0.3s; overflow: hidden; font-size: 48px; font-weight: normal; height: 88px; text-align: center; line-height: 88px; text-align: center; border-radius: 88px; background: #d50008; color: #fff; }
.ab_serlibox li p a{ color: #fff; font-size: 26px; font-style: italic; font-family: segoeuib; margin-top: 10px; }
.ab_serlibox li span{ display: inline-block; line-height: 28px; height: 84px; color: #b0b0b0; margin-top: 20px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ab_serlibox li:hover h6{ transform: scale(0.9); }


.ab_video{ padding: 52px 0 80px 0; }
.ab_videolist{ width: 100%; margin-top: 48px; overflow: hidden; }
.ab_videolist li{ float: left; width: 48.5%; }
.ab_videolist li:nth-of-type(2){ float: right; }
.ab_videolist li:hover .changpic img{ transform: scale(1.15); }

.ab_pro.in_hotpro{ padding: 48px 0 200px 0; }
.ab_pro .in_hotswiper{ margin-top: 20px; }
.ab_pro .in_hotswiper .item{ padding-bottom: 0; }

/*case*/
.case_listbox{ padding: 0 0 85px 0; }
.case_listbox li{ margin-bottom: 20px; }
.case_item{ width: 100%; overflow: hidden; background: #f4f4f4; padding: 10px; }
.case_item .lcon{ float: left; width: 432px; }
.case_item .rcon{ margin-left: 432px; padding:20px 60px 0 40px;  }
.case_item .rcon h3{ font-size: 22px; height: 30px; line-height: 30px; overflow: hidden; font-family: SegoeUI-SemiBold; }
.case_tit{ padding-bottom: 24px; position: relative; }
.case_tit:after{ content: ''; width: 80px; height: 4px; background: #d50008; position: absolute; bottom: 0; left: 0; }
.case_item .rcon p{ margin-top: 25px; line-height: 26px; color: #888; height: 104px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.case_item .rcon span{ display: inline-block; margin-top: 30px; border: 1px solid #222; font-style: italic; padding: 10px 30px; }
.case_listbox li:hover .changpic img{ transform: scale(1.15); }
.case_listbox li:hover .case_item .rcon span{ background: #d50008; border: 1px solid #d50008; color: #fff; }

.digg4{ text-align:center; padding-top: 30px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:34px; background:transparent; display: inline-block; vertical-align: middle; border:1px solid #666; height:34px; line-height: 34px; color:#222; text-decoration:none; margin:0 5px; }
.digg4 span.current,.digg4 span:hover { color:#fff; background:#d50008; border: 1px solid #d50008;}
.digg4 span.disabled { font-size: 32px; line-height:28px; background:transparent; color: #888; border-color: #666}

/*news*/
.news_listbox{ padding: 0 0 85px 0;  }
.news_listbox .ab_newsbox{ margin-top: 0; }
.news_listbox ul{ margin-top: 20px; }
.news_listbox li{ margin-bottom: 20px; position: relative; }
.news_item{ overflow: hidden; background: #f4f4f4; padding: 30px 210px 42px 40px; position: relative; }
.news_tit{ padding-bottom: 18px; position: relative; }
.news_tit:after{ content: ''; width: 80px; height: 4px; background: #d50008; position: absolute; bottom: 0; left: 0; }
.news_tit h3{ font-size: 22px; height: 30px; line-height: 30px; overflow: hidden; }
.news_item p{ margin-top: 25px; line-height: 28px; color: #888; height: 56px; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news_item span{ display: inline-block; margin-top: 30px; border: 1px solid #222; font-style: italic; padding: 10px 30px; }
.news_date{ width: 90px; padding: 14px 0 15px 0; color: #fff; background: #df0615; text-align: center; position: absolute; top: 90px; right: 40px; }
.news_date b{ font-size: 26px; font-family: segoeuib; display: block; }
.news_date em{ font-size: 16px; }
.news_listbox li:hover .changpic img{ transform: scale(1.15); }
.news_listbox li:hover .news_item span{ background: #d50008; border: 1px solid #d50008; color: #fff; }


.video_list{ padding: 0 0 85px 0; }
.video_list ul{ width: 100%; overflow: hidden; }
.video_list ul li{ float: left; width: 48.5%; margin-bottom: 36px; }
.video_list ul li:nth-of-type(even){ float: right; }
.video_list ul li p{ margin-top: 24px; height: 30px; line-height: 30px; overflow: hidden; text-align: center; font-size: 22px; font-family: SegoeUI-SemiBold; }
.video_list ul li:hover .changpic img{ transform: scale(1.15); }
.video_list ul li:hover p a{ color: #df0615; }

.agent_box{ width: 100%; overflow: hidden; padding-bottom: 100px; }
.agent_box .lcon{ width: 50%; float: left; }
.agent_box .rcon{ width: 50%; float: right; padding-left: 30px; }
.agent_box .lcon h5{ font-size: 28px; font-family: SegoeUI-SemiBold; margin-bottom: 28px; }
.agent_box .lcon h3{ font-size: 38px; line-height: 46px; font-family: itc; text-transform: uppercase; margin-bottom: 32px; }
.agent_box .lcon p{ line-height: 28px; color: #888; }
.agent_box .rcon:hover .changpic img{ transform: scale(1.15); }

/*产品列表*/
.pro-mainbox{ width: 100%; overflow: hidden; padding-bottom: 80px; }
.pro_nav{ width: 100%; overflow: hidden; }
.pro_nav li{ margin-right: 1%; width: 24.2%; float: left; }
.pro_nav li a{ display: inline-block; text-align: center; width: 100%; background: #f4f4f4; padding: 35px 0 24px 0; }
.pro_nav li p{ text-align: center; font-size: 20px; font-family: segoeuib; margin-top: 10px; }
.pro_nav li img:nth-of-type(2){ display: none; }
.pro_nav li:last-child{ margin-right: 0; }
.pro_nav li:hover a,.pro_nav li.on a{ background: #df0615; }
.pro_nav li:hover p,.pro_nav li.on p{ color: #fff; }
.pro_nav li:hover img:nth-of-type(1),.pro_nav li.on img:nth-of-type(1){ display: none; }
.pro_nav li:hover img:nth-of-type(2),.pro_nav li.on img:nth-of-type(2){ display: inline-block; }

.pro_list{ width: 100%; overflow: hidden; margin-top: 40px;  }
.pro_list li{ float: left; width: 32.2%; margin-right: 1.6%; margin-bottom: 60px; }
.pro_list li:nth-of-type(3n){ margin-right: 0; }
.pro_list li .in_hottext{ padding: 20px 0 0 0; }
.pro_list li .in_hotitem{ padding: 0; }
.pro_list li .in_hotitem span{ position: static; transition: all 0.3s; margin-left: 0; margin-top: 26px; background: #fff; color: #222; border: 1px solid #222; }
.pro_list li:hover .changpic img{ transform: scale(1.15); }
.pro_list li:hover .in_hotitem span{ background: #df0615; border: 1px solid #df0615; color: #fff; animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px;  }

/*行业列表*/
.indus{ padding-bottom: 85px; }
.indus_list{ margin-top: 40px; overflow: hidden; width: 100%; }
.indus_list li{ float: left; width:48.5%; margin-bottom: 30px;  }
.indus_list li:nth-of-type(even){ float: right; }
.indus_list li p{ margin-top: 24px; height: 30px; line-height: 30px; overflow: hidden; text-align: center; font-size: 22px; font-family: SegoeUI-SemiBold; }
.indus_list li:hover .changpic img{ transform: scale(1.15); }

/*service*/
.ser_box{ padding-bottom: 58px; }
.ser_box ul li{ margin-bottom: 25px; }
.ser_icon h6{ width: 60px; margin-right: 10px; height: 60px; line-height: 60px; overflow: hidden; text-align: center; font-weight: normal; border-radius: 60px; background: #df0615; color: #fff; font-size: 30px; }
.ser_icon span{ font-size: 26px; font-family: segoeuib; font-style: italic; }
.ser_icon *{ vertical-align: middle; }
.ser_box ul li p{ line-height: 28px; color: #888; margin-top: 15px; }



/*产品详情*/
.pro_show{ text-align: center; padding-bottom: 70px; }
.pro_show h2{ font-size: 32px; font-family:segoeuib; font-style: italic; margin-bottom: 5px;  }
.addthis_inline_share_toolbox{ display: inline-block; }
.pro_swiper{ margin-top: 25px; position: relative; }
.pro_swiper .item{ margin: 0 10px; }
.pro_swiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 42%; left: 0; width: 100%; z-index: 55; }
.pro_swiper .owl-controls .owl-buttons{ position: relative; }
.pro_swiper .owl-controls .owl-buttons div{ background: url(../images/arrow_r.png) center center no-repeat rgba(0,0,0,0.4); margin: 0; position: absolute; border-radius: 0; height: 46px; width: 46px; }
.pro_swiper .owl-controls .owl-buttons .owl-prev{ opacity: 1; text-indent: -9999em; left: 10px; transform: rotate(180deg);}
.pro_swiper .owl-controls .owl-buttons .owl-next{opacity: 1;  text-indent: -9999em;  right: 10px; }
.pro_swiper .owl-controls .owl-buttons div:hover{ opacity: 1; cursor: pointer; background: url(../images/arrow_r.png) center center no-repeat #df0615;}
.pro_deltext{ margin-top: 32px; }
.pro_deltext p{ line-height: 26px; color: #888; text-align: left; }

.pro_links{ margin-top: 35px; overflow: hidden; text-align: center; }
.pro_links a{ display: inline-block; height: 46px; font-family: SegoeUI-SemiBold; width: 240px; font-style: italic; line-height: 46px; text-align: center; color: #fff; background: #df0615; font-size: 18px; }
.pro_links a i{ font-size: 26px; margin-left: 7px; display: inline-block; font-weight: normal; }
.pro_links a *{ vertical-align: middle; }
.pro_links a:nth-of-type(2){ margin-left:1%; background: #fba808; }
.pro_links a:hover{ opacity: 0.85; }


.proinfo_nav{ overflow: hidden; }
.proinfo_nav.top0{ position: fixed; background: #fff; top: 0; left: 0; width: 100%; z-index: 666; }
.proinfo_nav a{ background: #ddd; margin-right: 0.1%; font-family: SegoeUI-SemiBold; position: relative; color: #222; font-size:20px; padding: 12px 0; width: 16.5%; text-align: center; float: left; display: block; }
.proinfo_nav a *{ vertical-align: middle; }
.proinfo_nav a.on,.proinfo_nav a:hover{background:#df0615; color: #fff;}
.proinfo_nav a h6{ font-size: 30px; font-weight: normal; margin-right: 6px; }

.pro_delxqk{ padding-top: 17px; }
.pro_block{ padding: 17px 0; }
.pro_block h3{ font-size: 32px; font-family: segoeuib; font-style: italic; margin-bottom: 12px; }
.pro_fea li{ color: #888; line-height: 30px; }

.pro_table{ overflow-x: auto; }
.pro_table table{ border-top: 1px solid #222; width: 100%; border-left: 1px solid #222; }
.pro_table table td{ border-bottom: 1px solid #222; border-right: 1px solid #222; text-align: center; padding: 15px 5px; }
.pro_table table tr:first-child td{ background: #cccccc; font-family:segoeuib;  }

.app_desc{ line-height: 30px; color: #888; }

.pro_case{ background: #f4f4f4; padding: 30px 0 60px 0; margin-top: 30px; }
.pro_case .in_caseswiper{ margin-top: 20px; }
.pro_case .in_caseword:after{ display: none; }
.pro_case .in_casetext span{ margin-top: 0;}
.pro_rel{ padding: 40px 0 60px 0; }
.pro_rel .in_hotswiper .item{ padding-bottom: 0; }
.pro_rel .in_hottext{ padding-bottom: 0; }
/*contact*/
.contact_box{ width: 100%; overflow: hidden; padding-bottom: 62px; }
.contact_box ul{ width: 100%; overflow: hidden; }
.contact_box ul li{ float: left; width: 31.3%; transition: all 0.3s;  margin-right: 3%; padding: 0 3%;  background: #f4f4f4; }
.contact_box ul li:last-child{ margin-right: 0; }
.con_tact{ width: 100%; text-align: center; transition: all 0.3s; min-height: 290px; padding: 55px 10px 0 10px; }
.con_tact h6{ width: 75px; height: 75px; font-size: 38px; overflow: hidden; font-weight: normal; line-height: 75px; text-align: center; border-radius: 75px; background: #df0615; color: #fff; }
.con_tact p{ font-size: 26px; color: #222; font-family: segoeuib; margin-top: 12px; font-style: italic; margin-bottom: 12px; }
.con_tact span{ font-size: 20px; line-height: 28px; }
.con_tact a{ font-size: 24px; }
.contact_box ul li:hover{ background:#df0615;  }
.contact_box ul li:hover .con_tact h6{ background: #fff; color: #df0615; }
.contact_box ul li:hover .con_tact p,.contact_box ul li:hover .con_tact span,.contact_box ul li:hover .con_tact a{ color: #fff; }

.con_infob{ background: #f4f4f4; padding: 28px 0 160px 0; }
.con_desc{ text-align: center; color: #666; margin-top: 20px; }

.infoform p{ font-size: 20px; line-height: 26px; margin-bottom: 10px; }
.infoform p span{ color: red; }
.infoform form{ margin-top: 20px; }
.infoform ul{ width: 100%; overflow: hidden; }
.infoform li{width: 49.3%; margin-bottom: 12px; position: relative; float: left;}
.infoform li:nth-of-type(even){ float: right; }
.infoform li font{ color: red; position: absolute; top: 16px; left: 10px; }
.infoform li:last-child{ width: 100%; float: none; overflow: hidden; }
.infoform input,.infoform select,.infoform textarea{width: 100%; /*font-style: italic;*/ border: 1px solid #666; resize: none; font-family:segoeui; background:#fff; font-size: 18px; line-height: 24px; padding: 10px 12px; }
.infoform select option{ padding: 8px 0;}
.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;}

.wz_select,.wz_selectt{ position: relative; }
.wz_select:before,.wz_selectt:before{ content: ''; background: url(../images/select_arrow2.png) no-repeat; width: 12px; height: 7px; position: absolute; top: 20px; right: 12px; }
.wz_select input,.wz_selectt input{ cursor: pointer; }
.sel_word p{ font-style: italic; margin-bottom: 0; font-size: 18px; }
.wz_option,.wz_optiont{ position: absolute; z-index: 666; top: 46px; left: 0; width: 100%; height: 150px; overflow-y: auto !important; border: 1px solid #666; border-top: 0; background: #fff; display: none; }
.wz_option li,.wz_optiont li{ width: 100%; float: none; overflow: hidden; margin-bottom: 0; padding: 6px 12px; font-style: italic; }
.wz_option li:hover,.wz_optiont li:hover{ background: #df0615; color: #fff; }

.phone_text{ width: 100%; position: relative; }
.phone_text input{ padding:10px 12px 10px 65px;}
.phone_cuntry{ width: 56px; position: absolute; top: 0; left: 0; }
.flag{ height: 46px; line-height: 43px; cursor: pointer; padding: 0 12px; background: url(../images/select_arrow2.png) no-repeat right center;  }
.flag img{ border: 1px solid #ececec; }


.phone_flag{ position: absolute; display: none; height: 150px; overflow-y: auto !important; border: 1px solid #222; border-top: none; background: #fff; top: 46px; left: 0; width: 100%; z-index: 55; }
.phone_flag li{ width: 100%; float: none; overflow: hidden; font-size: 18px; margin-bottom: 0; padding: 5px 12px; }
.phone_flag li img{ border: 1px solid #ddd; }
.phone_flag li em{ font-style: normal; color: #999; }
.phone_flag li:hover{ background: #eee; cursor: pointer; }


.infoform form button{ width:240px; padding: 14px 26px; display: block; margin: 0 auto; cursor: pointer; background: #df0615; color: #fff; font-style: italic; border: none; font-size: 18px;  }
.infoform form button:hover{ opacity: 0.85; }
/*新闻*/
.news-delbox{ width: 100%; overflow: hidden; margin-bottom: 65px; }
.infocon{color: #666; }
.infocon h2{font-size:26px; text-align: center; margin-bottom: 10px; color: #222;}
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ padding: 8px 0;  overflow: hidden; text-align: center;  color: #999; }
.infocon .other{border-top: 1px solid #eee; font-size: 17px; padding:30px 0 0 0; margin:50px 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: #df0615; }
.infocon p{line-height:28px; color: #888; margin: 10px 0; font-size: 17px; }


@media screen and (max-width: 1680px){
  
}
@media screen and (max-width: 1600px){
  .home_boxtit{ font-size: 56px; left: -71px; }
  .in_pro{ padding: 50px 0; }
  .in_hotpro{ padding: 40px 0 60px 0; }
  .in_abtext a{ margin-top: 14px; }
  .in_case{ padding: 50px 0 150px 0; }
  .in_caseswiper{ margin-top: 50px; }
  footer{ padding: 142px 0 0 0; }
  footer h4{ margin-bottom: 15px; }
  footer .item{ padding-bottom: 20px; }
  .copyright .warper{ padding: 15px 0; }
  .sub_link h1{ font-size: 46px; }
  .sub_link{ top: 128px; }
  .pat52{ padding-top: 45px; }
  .ab_textbox h2{ margin-bottom: 14px; }
  .ab_textbox p{ margin-bottom: 18px; }
  .agent_box{ padding-bottom: 65px; }
  .ab_pro.in_hotpro{ padding: 48px 0 150px 0 }
  .contact_box{ padding-bottom: 40px; }
}
@media screen and (max-width: 1440px){
  .warper{ width: 100%; padding: 0 100px; }
  .logo{ left: 48px; }
  .header_top .header_tr{ right: 0; }
  .header_email{ right: 40px; }
  nav{ margin-right: 158px; }
  nav li>a{ padding: 38px 22px 37px 22px; }
  .in_procaty li a{ padding: 25.2px 0 25px 126px; }
  .in_pro{ padding: 45px 0; }
  .in_abtext p:nth-of-type(2){ display: none; }
  .in_abbox .lcon{ padding-right: 37px; }
  .in_ab{ padding: 50px 0; }
  .in_casetop .lcon{ padding-top: 8px; }
  .in_casetop .lcon:after{ top: -20px; }
  .in_case{ padding: 42px 0 150px 0; }
  .footer_red ul li span{ font-size: 44px; }
  .footer_red ul li h6{ font-size: 33px; }
  .f_icon *{ vertical-align: bottom; }
  .footer_red{ padding: 30px 0 35px 0; }
  footer { padding: 105px 0 0 0;}
  footer .item1{ width: 26%; }
  footer h4{ font-size: 24px; }
  .com_navwar .lcon ul li{ margin-bottom: 10px; }
  .sub_link h1{ font-size: 40px; }
  .sub_link{ top: 105px; }
  .pat52{ padding-top: 28px; }
  .ab_swiper .item{ margin: 0 10px; }
  .ab_textbox{ padding-bottom: 50px; }
  .ab_case{ padding:30px 0 50px 0; }
  .page_tit{ font-size: 36px; }
  .ab_case .in_caseswiper{ margin-top: 20px; }
  .ab_ser{ padding: 80px 0 90px 0; }
  .ab_videolist{ margin-top: 25px; }
  .ab_videolist li{ width: 49%; }
  .ab_video{ padding: 32px 0 40px 0; }
  .ab_pro.in_hotpro .in_hottext{ padding: 20px 0 25px 0; }
  .ab_pro.in_hotpro .in_hottext p{ margin-top: 10px; }
  .digg4{ padding-top: 10px; }
  .case_listbox{ padding: 0 0 50px 0; }
  .ab_pro.in_hotpro{ padding: 30px 0 150px 0; }
  .infocon .other{ padding: 22px 0 0 0; margin: 30px 0 0 0; }
  .pro_nav li p{ font-size: 18px; }
  .pro_list,.indus_list{ margin-top: 30px; }
  .pro_list li{ margin-bottom: 40px; }
  .pro-mainbox,.news_listbox,.video_list,.indus{ padding-bottom: 50px; }
  .video_list ul li p,.indus_list li p{ margin-top: 15px; }
  .agent_box .lcon h3{ font-size: 30px; }
  .agent_box{ padding-bottom: 40px; }
  .contact_box ul li{ padding: 0 1%; }
  .con_tact{ padding: 40px 10px 0 10px; }
  .backToTop{ right: 0; width: 50px; height: 50px; }
  .home_boxtit{ left: 30px; }
}

@media screen and (max-width: 1366px){
  .warper{ width: 100%; padding: 0 80px; }
  .in_procaty li a{ padding: 24.2px 0 23px 126px; }
  .in_pro{ padding: 40px 0; }
  .in_hotswiper .owl-controls .owl-buttons .owl-prev,.in_caseswiper .owl-controls .owl-buttons .owl-prev{ left: -25px; }
  .in_hotswiper .owl-controls .owl-buttons .owl-next,.in_caseswiper .owl-controls .owl-buttons .owl-next{ right: -25px; }
  .in_hotpro{ padding: 40px 0 50px 0; }
  .in_ab .warper{ top: 50px; }
  .news_top .rcon{ padding: 20px 30px 0 30px; }
  .agent_box .lcon h3{ font-size: 30px; margin-bottom: 15px; }
  .agent_box .lcon h5{ margin-bottom: 18px; }
  .pro_nav li a{ padding: 25px 0 20px 0; }
  .pro_deltext{ margin-top: 20px; }
  .pro_links{ margin-top: 25px; }
  .pro_show{ padding-bottom:40px; }
  .proinfo_nav a h6{ font-size: 26px; margin-right: 3px; }
  .pro_block h3{ font-size: 28px; }
  .pro_rel{ padding-bottom: 50px; }
  .ser_icon span{ font-size: 22px; }
  .in_ab .warper{ left: 0; margin-left: 0; }
  .home_boxtit{ font-size: 45px; left: 22px; }
}
@media screen and (max-width: 1280px){
  .warper{ width: 100%; padding: 0 60px; }
  nav li>a{ padding: 38px 15px 37px 15px; }
  nav{ margin-right: 185px; }
  .com_navwar .rcon{ padding-left: 25px; }
  .com_item .ll_com{ padding-right: 25px; }
  .com_item .ll_com h3{ font-size: 38px; }
  .com_navwar .lcon ul li{ margin-bottom: 8px; }
  .com_navwar .lcon ul li a{ padding: 12px 10px; }
  .in_procaty li a p{ font-size: 20px; }
  .in_procaty li a{ padding: 23px 0 23px 126px; }
  .in_procaty li img{ top: 19px; }
  .in_pro{ padding: 30px 0; }
  .in_hotpro{ padding: 30px 0 40px 0; }
  .in_hottext{ padding: 15px 0 30px 0; }
  .in_abbox .lcon h2{ font-size: 26px; }
  .in_abbox .lcon{ padding-right: 20px; }
  .in_abtext{ margin-top: 10px; }
  .in_abtext a{ margin-top: 0; }
  .in_ab{ padding: 40px 0; }
  .in_ab .warper{ top: 34px; }
  .in_casetop .rcon .home_boxtit{ font-size: 43px; line-height: 48px; }
  .in_caseswiper{ margin-top: 70px; }
  .footer_red{ width: 100%; margin-left: 0; left: 0; }
  .footer_red ul li p{ line-height: 22px; }
  .footer_red ul li span{ font-size: 36px; }
  .footer_red ul li h6{ height: 36px; }
  .f_icon *{ vertical-align: middle; }
  .copyright .warper{ padding: 8px 0; }
  footer .item1{ width: 30%; }
  footer .item ul li{ margin-bottom: 12px; }
  footer .item ul li a{ font-size: 20px; }
  .sub_link{ top: 94px;}
  .ab_textbox h2{ font-size: 26px; }
  .ab_news{ padding: 22px 0 40px 0; }
  .ab_video{ padding: 22px 0 30px 0; }
  .ab_ser{ padding: 50px 0 60px 0; }
  .page_tit{ font-size: 32px; }
  .sub_link h1{ font-size: 38px; }
  .pro_nav li a{ padding: 20px 0 15px 0; }
  .pat52{ padding-top: 20px; }
  .pro_show h2{ font-size: 30px; }
  .pro_block h3{ font-size: 26px; }
  .indus_list li,.video_list ul li{ width: 49.2%; margin-bottom: 18px; }
  .video_list ul li p, .indus_list li p{ font-size: 20px; margin-top: 10px; }
  .ser_box{ padding-bottom: 40px; }
  .con_tact p{ font-size: 24px; }
  .contact_box{ padding-bottom: 30px; }
  .home_boxtit{ left: 7px; }
}
@media screen and (max-width: 1160px){ 
  .header_email{ display: none; }
  nav{ margin-right: 0; }
}

@media screen and (max-width: 1024px){ 
  .warper{ width: 100%; padding: 0 40px; } 
  nav li>a{ padding: 28px 15px 30px 15px; }
  header{ height: 128px; }
  #banner_home{ margin-top: 128px; }
  .logo{ top: 17px; }
  header.position{ height: 83px; }
  .fixnav{ display: none; }
  #banner_home .owl-theme .owl-controls{ bottom: 10px; }
  .menubox{ top: 83px; padding: 20px; }
  .pro_header li dl dt a{ padding: 10px 5px; height: 68px; display: flex; align-items: center; justify-content: center; }
  .pro_header li dl dd a{ font-size: 16px; }
  .pro_header li dl dd,.pro_header li dl dt{ margin-bottom: 6px; }
  .com_item .ll_com p{ font-size: 16px; line-height: 25px; height: 150px; margin-top: 6px; }
  .com_item .ll_com h3{ font-size: 32px; }
  .home_boxtit{ left: -100px; }
  .in_probig{ display: none; }
  .in_procaty{ position: static; width: 100%; }
  .in_procaty li{ width: 50%; float: left; }
  .in_pro{ padding: 20px 0; }
  .in_hotpro{ padding: 20px 0 30px 0; }
  .in_hotswiper .item{ margin: 0 5px; }
  .in_ab{ padding: 25px 0; }
  .in_ab .warper{ top: 15px; }
  .in_abbox .lcon h2{ font-size: 22px; }
  .in_abtext p{ font-size: 16px; line-height: 22px; height: 154px; overflow: hidden; }
  .in_abtext a{ margin-top: 12px; }
  .in_casetop .rcon .home_boxtit{ font-size: 39px; }
  .in_case{ padding: 33px 0 150px 0; }
  .in_casetop .lcon p{ font-size: 18px; }
  .in_caseswiper{ margin-top: 54px; }
  .in_case{ padding: 30px 0 138px 0; }
  .in_casetext{ padding: 15px 10px 10px 10px; }
  footer .item1{ margin-left: 5%; width: 33%; }
  .in_caseword{ padding-bottom: 10px; }
  .in_casetext span,.in_hottext p{ font-size: 16px; line-height: 22px; height: 66px; }
  .in_hottext p{ margin-top: 8px; }
  .sub_link{ top: 64px; }
  .ab_textbox p{ font-size: 16px; line-height: 22px; }
  .subbanner{ margin-top: 128px; }
  .ab_textbox h2{ font-size: 24px; margin-bottom: 10px; }
  .ab_swiper{ margin-top: 18px; }
  .ab_swiper .owl-controls .owl-buttons .owl-prev{ left: -30px; }
  .ab_swiper .owl-controls .owl-buttons .owl-next{ right: -30px; }
  .sub_link h1{ font-size: 35px; }
  .ab_textbox{ padding-bottom: 30px; }
  .ab_case{ padding: 20px 0 30px 0; }
  .page_tit{ padding-bottom: 6px; font-size: 28px; }
  .news_top .lcon{ width: 400px; }
  .news_top .rcon{ margin-left: 400px; padding: 10px 20px 0 20px; }
  .news_top .rcon h4{ height: 30px; -webkit-line-clamp: 1; margin-bottom: 8px; }
  .ab_serlibox li p{ font-size: 20px; margin-top: -2px; }
  .ab_serlibox li span{ margin-top: 6px; line-height: 22px; height: 66px; }
  .ab_serlibox li h6{ width: 70px; height: 70px; line-height: 70px; font-size: 36px; }
  .ab_ser{ padding: 30px 0 40px 0; }
  footer .item1{ margin-left: 2%; width: 38%; }
  .case_item .lcon{ width: 380px; }
  .case_item .rcon{ margin-left: 380px; padding: 20px 40px 0 20px; }
  .case_item .rcon p{ font-size: 16px; line-height: 22px; height: 88px; }
  .case_item .rcon span{ margin-top: 24px; }
  .case_tit{ padding-bottom: 16px; }
  .case_listbox{ padding-bottom: 30px; }
  .news_item{ padding: 20px 150px 35px 30px; }
  .news_date{ right: 28px; }
  .news_item p{ margin-top: 15px; }
  .news_item span{ margin-top: 20px; }
  .news_listbox li{ margin-bottom: 15px; }
  .pro-mainbox, .news_listbox, .video_list, .indus{ padding-bottom: 30px; }
  .ab_pro.in_hotpro{ padding: 20px 0 130px 0; }
  .agent_box .lcon h3{ font-size: 22px; line-height: 28px; margin-bottom: 6px; }
  .agent_box .lcon h5{ font-size: 25px; margin-bottom: 8px; }
  .agent_box .lcon p,.ser_box ul li p{ font-size: 16px; line-height: 22px; }
  .agent_box{ padding-bottom: 20px; }
  .pro_swiper .item{ margin: 0 5px; }
  .pro_show{ padding-bottom: 0; }
  .pro_block h3{ margin-bottom: 4px; }
  .pro_block{ padding: 15px 0; }
  .pro_case{ margin-top: 10px; }
  .ser_box ul li p{ margin-top: 6px; }
  .ser_icon span{ font-size: 20px; }
  .ser_icon h6{ width: 55px; height: 55px; line-height: 55px; }
  .con_tact span,.con_tact a{ font-size: 18px; line-height: 22px; }
  .con_tact p{ font-size: 20px; margin: 5px 0; }
  .con_tact{ min-height: 226px; padding: 18px 10px 0 10px; }
  .contact_box ul li{ margin-right: 2%; width: 32%; }
  .infocon p{ margin: 6px 0; line-height: 24px; }
}

@media screen and (max-width: 990px){
  .header_top .lcon,.searchform{ display: none; }
   #nav .nav-button{display: block; top: 11px; right: 20px; }
   .header_top{ height: 0; }
  header{ height: 62px; background: #fff; }
  .header_top .rcon{ width: 140px; }
  .head_rcon{ display: none; }
  #banner_home,.subbanner{ margin-top: 62px; }
  .header_top .rcon{ padding-right: 12px; padding-top: 15px; }
  .languagebox ul li:first-child{ padding: 0 10px; }
  .languagebox ul li{ padding: 0 10px; background: #df0615; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width:308px ; z-index: 99;overflow: auto;background: #222; transform: translateX(-308px);transition: 0.3s;}
  nav li{ float: none; padding: 0; }
  nav li>a{ margin:0; color: #fff; font-style: normal; font-size: 18px; display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
  .languagebox:hover ul{height:auto; border-radius: 0; width: 100%; }
  .languagebox a{ color: #fff; }
  .header_top .rcon{ width: 150px; }
  #nav .nav-button{ background: #df0615; }
  nav li.on>a:after, nav li:hover>a:after{ display: none; }
  nav li.on a, nav li:hover a{ background: #df0615; color: #fff; }
  nav li:hover .pro_botmenu ul li dl dt a,nav li.on .pro_botmenu ul li dl dt a{ background: #333 !important; }
  .logo{ left: 20px; top: 8px; }
  .logo img{ height: 45px; width: auto; padding-top: 0; }
  .header_top .header_tr{ width: 190px; }
  .languagebox ul li{ line-height: 35px; }
  .languagebox{ background: url(../images/selectbg.png) #df0615 no-repeat 95% 16px; height: 35px; border-radius: 0; }
  .languagebox ul{ height: 35px; width: 83%; }
  .header_top .header_tr span{ display: none; }
  .menubox{ display: block; position: static; padding: 0; }
  .com_navwar .rcon{ display: none; }
  .com_navwar .lcon{ width: 100%; }
  .com_navwar .lcon ul li a{ text-align: left; border-bottom: none; padding: 12px 25px; }
  .com_navwar .lcon ul li{ margin-bottom: 0; }
  .menubox{ background: #333; }
  .com_navwar .lcon ul li a{ background: #333; }
  .pro_header li dl dd{ display: none; }
  .pro_header li{ width: 100%; float: none; margin-right: 0; }
  .pro_header li dl dd, .pro_header li dl dt { margin-bottom: 0; }
  .pro_header li dl dt a{ height: auto; text-align: left; display: inline-block; padding: 12px 25px; background: #333; color: #fff; }
}
@media screen and (max-width: 768px){
  .warper{ width: 100%; padding: 0 20px; }
  #banner_home .owl-theme .owl-controls .owl-page span{ width: 13px; height: 13px; }
  .in_procaty li a span{ display: none; }
  .in_procaty li a p{ font-size: 18px; line-height: 24px; height: 48px; display: flex; align-items: center; }
  .in_hotpro{ padding: 20px 0; }
  .in_ab .warper{ position: static; }
  .in_abbox .lcon{ width: 100%; padding-right: 0; }
  .in_ab .in_abpic{ width: 100%; float: none; }
  .in_abtext p{ height: auto; line-height: normal; }
  .in_ab .in_abpic{ padding: 0 20px; margin-top: 20px; }
  .in_abtext a{ margin-top: 0; }
  .in_ab{ padding: 20px 0; }
  .in_hotswiper .owl-controls .owl-buttons .owl-prev, .in_caseswiper .owl-controls .owl-buttons .owl-prev{ left: -15px; }
  .in_hotswiper .owl-controls .owl-buttons .owl-next, .in_caseswiper .owl-controls .owl-buttons .owl-next{ right: -15px; }
  .in_casetop .lcon{ display: none; }
  .in_casetop .rcon{ width: 100%; float: none; }
  .in_case{ background: #f5f5f5; }
  .in_casetop .rcon .home_boxtit{ text-align: center; font-size: 26px;  }
  .in_casetop .rcon .home_boxtit a{ color: #333; }
  .in_caseswiper{ margin-top: 10px; }
  .in_case{ padding: 15px 0 138px 0; }
  footer .item1{ display: none; }
  footer .item3{ width: 50%; }
  footer .item4{ width: 48%; }
  .footer_red{ padding: 20px 0; }
  .footer_red ul li p{ font-size: 16px; }
  .com_navwar .lcon ul li.on a{ background: #333; color: #fff; }
  .sub_link{ top: 38px; }
  .sub_link h1{ font-size: 30px; }
  .ab_swiper .owl-controls .owl-buttons .owl-prev{ left: -12px; }
  .ab_swiper .owl-controls .owl-buttons .owl-next{ right: -12px; }
  .ab_swiper .owl-controls .owl-buttons div{ background: url(../images/arrow_r.png) center center no-repeat #df0615; }
  .ab_news{ padding: 20px 0 30px 0; }
  .pro_nav li{ width: 49.2%; margin-bottom: 6px; }
  .pro_nav li:nth-of-type(even){ margin-right: 0; }
  .pro_list, .indus_list{ margin-top: 15px; }
  .pro_list li .in_hottext{ padding: 10px 0 0 0; }
  .pro_list li .in_hotitem span{ margin-top: 10px; }
  .pro_list li{ margin-bottom: 20px; }
  .pro_show h2{ font-size: 25px; }
  .pro_deltext p,.pro_fea li,.app_desc,.con_tact span{ font-size: 16px; line-height: 22px; }
  .pro_links{ margin-top: 15px; }
  .pro_block{ padding: 5px 0; }
  .pro_delxqk{ padding-top: 6px; }
  .ser_box{ padding-bottom: 20px; }
  .con_tact h6{ width: 70px; height: 70px; line-height: 70px; }
  .contact_box{ padding-bottom: 20px; }
  .infoform p{ font-size: 18px; margin-bottom: 5px; }
  .con_infob{ padding: 28px 0 145px 0; }
}

@media screen and (max-width: 640px){
  .in_caseswiper .item{ margin: 0 5px; }
  .in_caseswiper{ margin-top: 5px; }
  .footer_red ul li{ width: 50%; }
  .footer_red{ position: static; }
  footer{ padding: 0; }
  footer .footer{ padding-top: 22px; }
  .footer_red ul li span{ font-size: 30px; }
  .footer_red ul li:nth-of-type(1),.footer_red ul li:nth-of-type(2){ margin-bottom: 10px; }
  .copyright p{ font-size: 16px; }
  .in_case{ padding: 15px 0 25px 0; }
  .in_casetext span{ margin-top: 3px; }
  .in_procaty li img{ width: 60px; height: auto; left: 17px; }
  .in_procaty li a{ padding: 23px 0 23px 98px; }
  .subbanner{ overflow: hidden; }
  .subbanner img{ height: 140px; width: auto; }
  .pat52{ padding-top: 10px; }
  .ab_swiper .item{ margin: 0 5px; }
  .ab_case,.ab_video,.ab_pro.in_hotpro{ padding: 20px 0; }
  .news_top .lcon{ width: 100%; float: none; }
  .news_top .rcon{ margin-left: 0; padding: 15px; }
  .news_top .rcon p{ font-size: 16px; line-height: 22px; }
  .news_top .rcon span{ margin-top: 15px; }
  .ab_serlibox li{ padding: 0 10px; }
  .ab_news{ padding-bottom: 20px; }
  .page_tit:after{ display: none; }
  .ab_videolist,.ab_pro .in_hotswiper,.ab_newsbox,.ab_case .in_caseswiper{ margin-top: 8px; }
  .page_tit{ font-size: 25px; }
  .case_item .lcon{ width: 278px; }
  .case_item .rcon{ margin-left: 278px; padding: 0 15px; }
  .case_tit{ padding-bottom: 8px; }
  .case_item .rcon p{ margin-top: 10px; }
  .case_item .rcon span{ margin-top: 12px; }
  .case_listbox li{ margin-bottom: 10px; }
  .infocon h2{ font-size: 22px; }
  .infocon .time{ padding: 4px 0; }
  .infocon p{ font-size: 16px; line-height: 22px; }
  .infocon .other{ padding: 10px 0 0 0; font-size: 16px; margin: 22px 0 0 0; }
  .news-delbox{ margin-bottom: 20px; }
  .sub_link h1{ font-size: 26px; }
  .news_date{ display: none; }
  .news_item{ padding: 15px; }
  .news_tit h3{ font-size: 18px; }
  .news_item p{ font-size: 16px; line-height: 22px; height: 44px; }
  .video_list ul li p, .indus_list li p{ margin-top: 4px; }
  .agent_box .lcon{ width: 100%; float: none; }
  .agent_box .rcon{ width: 100%; float: none; padding-left: 0; margin-top: 15px; }
  .pro_list li{ width: 49.2%; }
  .pro_list li:nth-of-type(3n){ margin-right: 1.6%; }
  .pro_list li:nth-of-type(even){ margin-right: 0; }
  .pro_swiper{ margin-top: 15px; }
  .con_infob{ padding: 20px 0; }
  .con_desc{ margin-top: 0; }
  .ser_box ul li{ margin-bottom: 15px; }
  .ser_icon h6{ margin-right: 5px; }
}

@media screen and (max-width:480px){
 .warper{ width: 100%; padding: 0 15px; }
 .in_pro{ padding: 10px 0; }
 .in_procaty li{ width: 100%; float: none; border-bottom: 1px solid #666; }
 .in_procaty li a{ padding: 15px 0 15px 98px; }
 .in_procaty li:last-child{ border-bottom: none; }
 .in_hotpro{ padding: 10px 0; }
 .in_hotitem span{ display: none; }
 .in_hottext{ padding-bottom: 0; }
 .in_hottext p{ margin-top: 5px; }
 .in_hotswiper .item{ padding-bottom: 0; }
 .in_ab{ padding: 15px 0; }
 .in_ab .in_abpic{ padding: 0 15px; }
 footer .item3{ width: 100%; float: none; }
 footer .item4{ width: 100%; float: none; padding-bottom: 0; }
 footer h4{ font-size: 20px; margin-bottom: 10px; }
 .ab_textbox h2{ font-size: 21px; }
 .page_tit{ font-size: 23px; }
 .ab_case, .ab_video, .ab_pro.in_hotpro{ padding: 15px 0; }
 .page_tit{ padding-bottom: 0; }
 .ab_news{ padding-top: 15px; }
 .ab_serlibox li{ width: 100%; float: none; margin-bottom: 15px; }
 .ab_serlibox li:last-child{ margin-bottom: 0; }
 .ab_ser{ padding: 20px 0; }
 .ab_serlibox li span{ font-size: 16px; }
 .ab_videolist li{ width: 100%; float: none; margin-bottom: 10px; }
 .ab_videolist li:last-child{ margin-bottom: 0; }
 .ab_pro.in_hotpro .in_hottext{ padding-bottom: 0px; padding-top: 12px; }
 .ab_pro.in_hotpro .in_hottext p{ margin-top: 5px; }
 .case_item .lcon{ width: 100%; float: none; }
 .case_item .rcon{ margin-left: 0; padding: 10px; }
 .digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current{ width: 30px; height: 30px; line-height: 30px; }
 .case_listbox{ padding-bottom: 20px; }
 .news_tit{ padding-bottom: 6px; }
 .pro-mainbox, .news_listbox, .video_list, .indus{ padding-bottom: 20px; }
 .news_listbox li{ margin-bottom: 10px; }
 .news_listbox ul{ margin-top: 10px; }
 .infocon h2{ font-size: 20px; }
 .video_list ul li p, .indus_list li p{ font-size: 16px; }
 .indus_list li, .video_list ul li{ margin-bottom: 6px; }
 .pro_nav li img{ width: 50px; height: auto; }
 .pro_nav li p{ font-size: 16px; line-height: 22px; height: 44px; margin-top: 2px; }
 .pro_nav li a{ padding: 10px 0; }
 .pro_list, .indus_list{ margin-top: 10px; }
 .pro_show h2{ font-size: 23px; }
 .pro_links a{ width: 100%; float: none; margin-bottom: 5px; }
 .pro_links a:nth-of-type(2){ margin-left: 0; margin-bottom: 0; }
 .pro_block h3{ font-size: 21px; }
 .pro_case .in_caseswiper{ margin-top: 5px; }
 .infoform li{ width: 100%; float: none; }
 .contact_box ul li{ width: 100%; float: none; margin-right: 0; margin-bottom: 5px;  }
 .con_tact{ min-height: auto; padding: 15px; }
 .footmenu{ display: block; }
 footer{ margin-bottom: 60px; }

}
@media screen and (max-width:414px){
 .warper{ width: 100%; padding: 0 10px; }
 .footer_red ul li{ width: 100%; float: none; text-align: left; }
 .case_item .rcon h3{ font-size: 19px; }
 .case_item .rcon span{ font-size: 16px; padding: 8px 20px; }
 .page_tit{ font-size: 22px; }
 .news_top .rcon{ padding: 5px; }
 .news_top .rcon h4,.agent_box .lcon h3{ font-size: 20px; }
 .news_item span{ margin-top: 12px; }
 .agent_box .lcon h5{ font-size: 20px; }
 .agent_box{ padding-bottom: 10px; }
 .ser_icon h6{ width: 45px; height: 45px; line-height: 45px; }
 .ser_icon span{ font-size: 18px; }
 .con_tact h6{ width: 50px; height: 50px; line-height: 50px; font-size: 25px; }
 .con_tact p{ font-size: 18px; }
 .footer_red ul li span{ font-size: 25px; }
 .footer_red ul li h6{ font-size: 25px; height: 27px; width: 30px; }
 .logo{ left: 10px; }
 #nav .nav-button{ right: 10px; }
 .header_top .header_tr{ width: 175px; }
 .in_hotswiper .owl-controls .owl-buttons .owl-next, .in_caseswiper .owl-controls .owl-buttons .owl-next{ right: -10px; }
 .in_hotswiper .owl-controls .owl-buttons .owl-prev, .in_caseswiper .owl-controls .owl-buttons .owl-prev{ left: -10px; }
 .in_casetop .rcon .home_boxtit{ font-size: 20px; line-height: normal; }
 .case_item .rcon{ padding: 10px 0; }
 .news_top .rcon{ padding: 5px 0; }
 .news_item{ padding: 10px; }
 .news_item p{ margin-top: 8px; }

}
@media screen and (max-width:380px){
    .indus_list li, .video_list ul li,.pro_list li{ width: 100%; float: none; margin-right: 0; }
    .con_infob{ padding-top: 12px; }
    .infoform form{ margin-top: 10px; }
}










