@charset "utf-8";


/* CSS Document */
body{font-family: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.3s;}
a:hover{cursor: pointer; color:#7ba73c;}
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*/  -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"; /* Project id 3851507 */
  src: url('fonts/iconfont.woff2?t=1774409119530') format('woff2'),
       url('fonts/iconfont.woff?t=1774409119530') format('woff'),
       url('fonts/iconfont.ttf?t=1774409119530') format('truetype');
}

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

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

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

.icon-tel:before {
  content: "\e6e8";
}

.icon-liuyanguanli:before {
  content: "\e63e";
}

.icon-Facebook:before {
  content: "\e606";
}

.icon-tel1:before {
  content: "\e63b";
}

.icon-tel2:before {
  content: "\e614";
}

.icon-youtube2:before {
  content: "\e97d";
}

.icon-youtube3:before {
  content: "\ea07";
}

.icon-shejiaomeiti_TikTok:before {
  content: "\e7c3";
}

.icon-lingying1:before {
  content: "\e6af";
}

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

.icon-whatsapp1:before {
  content: "\e737";
}

.icon-whatsapp2:before {
  content: "\ec2d";
}

.icon-instagram-fill:before {
  content: "\e88f";
}

.icon-icon_TikTok:before {
  content: "\e605";
}

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

.icon-whatsapp:before {
  content: "\e933";
}

.icon-daohang:before {
  content: "\e62b";
}

.icon-navicon:before {
  content: "\e641";
}

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

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

.icon-31sousuo:before {
  content: "\e601";
}

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

.icon-globeo24:before {
  content: "\e73d";
}

.icon-baojiaquotation:before {
  content: "\e63a";
}

.icon-baojiaquotation2:before {
  content: "\e63c";
}

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

.icon-shipin:before {
  content: "\e650";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-shouji:before {
  content: "\e615";
}

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

.icon-dianhua:before {
  content: "\e8bd";
}

.icon-shijian-xianxing:before {
  content: "\e8c4";
}

.icon-jinrujiantou:before {
  content: "\e88e";
}

.icon-fanhuijiantou:before {
  content: "\e8b5";
}

.icon-jinrujiantou1:before {
  content: "\e8f1";
}

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

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

.icon-shengchanpaicheng:before {
  content: "\e62f";
}

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

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

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

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

.icon-shengchanjihua:before {
  content: "\e667";
}

.icon-gongchangmoxing:before {
  content: "\e676";
}

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

.icon-lingying:before {
  content: "\ee48";
}



input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; overflow: hidden;  }
.main{  overflow: hidden; width: 100%;  }
.warper{ width: 96%; max-width: 1400px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px;background:#7ba73c url(images/icon_top.png) no-repeat center; background-size: 38%; cursor:pointer; position:fixed; right:30px; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}


header{ transition: all 0.3s; height: 100px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background:#f3f3f5;}
.media { margin-top: 25px; }
.media a{ color: #fff; background: rgba(255,255,255,.2); width: 30px; height: 30px; text-align: center; border-radius: 30px; line-height: 30px; margin: 0 4px; font-size:16px; display:inline-block;}
.media a:hover{ opacity: 0.85; }
/*.media a:first-child{ background:#3a82d3;}
.media a:nth-of-type(2){ background: #0085b2; }
.media a:nth-of-type(3){ background: #30afeb; }
.media a:nth-of-type(4){ background: #d20000; }*/


h6{ display: inline-block; font-weight: normal; }

#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; top: 18px; left:0; }
.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 888;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px;border-radius: 3px;background: #65a342; color: #fff;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; }
.position,.page_head{position: fixed; left: 0;right: 0; top: 0; z-index: 350;box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 200px;}
nav li{ float: left; padding:35px 25px 32px 25px; position: relative; }
nav li>a{ color: #333; font-size: 20px; padding-bottom: 10px; position: relative;  position: relative; display: block; text-align: center; transition:0.5s;}
nav li.on a,nav li:hover a{ color: #7ba73c; }
nav li a:after{ content: ''; width: 0; transition: all 0.3s; height: 2px; background: #7ba73c; position: absolute; bottom: 0; left: 0; }
nav li.on a:after,nav li:hover a:after{ width: 100%; }
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; color: #000 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap;font-size:16px;}
nav li.on dl dd a:after,nav li:hover dl dd a:after{ width: 0; }
nav li dl dd a:hover{ background: #7ba73c !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(255,106,0,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: #7ba73c; }

.head_rcon{ position: absolute; width: 180px; right: 0; top: 28px; }
.search-button{ width: 60%; background:#7ba73c; float:right; position: relative;  height: 37px; line-height: 37px; display: inline-block; border-radius: 25px; }
.search-button i{ color: #fff; font-size: 20px; position: absolute; top: 0; right: 8px;  }
.search-button span{ font-size: 16px; color: #fff; width: 100%; display: block; padding-left: 10px; cursor: pointer;  }
.searchform{ overflow: hidden;background:#7ba73c;position: absolute; right: 0; height: 0; z-index: 88; top:38px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; }
.searchform input{ width: 190px; background:#7ba73c; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:51px; background:#7ba73c; 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;}

.gt_switcher-popup span{display:none !important;}

.languagebox{position: relative; width:40%;float:left;   }
.languagebox i{display: inline-block; vertical-align: top ; margin-top:5px; color: #333; font-size: 28px;}
.languagebox ul{ padding:0 8px; width: 100%; padding-right:37px; border-radius: 3px; height: 40px; display: inline-block; vertical-align: middle; overflow: hidden; transition: all .3s; position: absolute; left: 0; top: 0;}
.languagebox ul li{padding:0 5px; line-height: 40px;}
/*.languagebox a{ line-height: 32px; font-size: 16px; color: #7ba73c;}*/
.languagebox:hover ul{height:auto;}
h6{ display: inline-block; font-weight: normal; }



footer{ background: url(images/f_topbg.png) no-repeat top center; background-size: cover; overflow: hidden;  bottom: 0; left: 0; width: 100%; padding-top: 60px;  }
.f_bot{ overflow: hidden; }
.f_bot .item1{ float: left; width: 15%; }
.f_bot .item2{ float: left; width: 23%; margin-right:9%; }
.f_bot .item2 img { width:100%; height:auto; margin-bottom:25px;}
.f_bot .item3{ float: left; width: 24%; }
.f_bot .item4{ float: right; width: 30%; }
.f_bot h5{ color: #fff; font-size: 26px; margin-bottom: 28px; text-transform: uppercase; font-weight: normal; }
.f_bot h4{ color: #fff; font-size: 17px; line-height:27px; font-weight: normal; text-align:center; }

.f_pronav li{ margin-bottom: 18px; font-size: 16px; padding-left: 15px; position: relative; }
.f_pronav li:after{ content: '>'; position: absolute; top: 0; left: 0; color: #808c99;}
.f_pronav li a{ color: #808c99; }
.f_pronav li a:hover{ color: #7ba73c; }
.con_libox{  }
.con_libox li{ position: relative; margin-bottom: 15px; }
.con_libox li p{ font-size: 16px; top: 2px; left: 0;   color: #fff; }
.con_libox li p i { font-size:20px; color:#fff; margin-right:5px;}
.con_libox li a{ color: #fff; display: block; font-size: 20px; margin-bottom: 4px; padding-top:5px; }
.con_libox li a:hover{ color: #fff; }
.con_libox li span { color:#FFF; font-size:17px; line-height:26px;}


.f_box{ width: 100%; overflow: hidden; }
.f_box .lcon{ width: 70%; padding-right: 50px; float: left; }
.f_box .rcon{ width: 30%; float: right; }
.f_box .home_boxtit p{ color: #fff; text-align: left; }
.f_inf{ color: #fff; margin-top: 12px; }

.infoform{ }
.infoform ul{ width: 100%; overflow: hidden; }
.infoform li{ width:100%; float: left; position: relative; margin-bottom: 15px;}
.infoform li:nth-of-type(3){ width: 100%; }
.infoform li p{ font-size: 14px; color: #bebebe; }
.infoform li:last-child{ margin-bottom: 0; }
.infoform li font{ position: absolute; top: 14px; left: 10px; color: red; }
.infoform input,.infoform textarea{width: 100%;border:none; color: #fff; background: rgba(255,255,255,0.1); font-family: Arial;  font-size: 14px; line-height: 24px; padding: 10px 15px; outline:none; }
.infoform textarea{ height:80px; resize: none; outline:none;}
.infoform form input::-webkit-input-placeholder,.infoform form textarea::-webkit-input-placeholder { color: #e5e5e5;}
.infoform form input:-moz-placeholder,.infoform form textarea:-moz-placeholder {color: #fff;}
.infoform form button{ border: none; font-size: 14px; width: 175px; color: #fff; border-radius: 35px; background: #7ba73c; height: 40px; }
.infoform form button:hover{ opacity: .8; cursor: pointer; }
.infoform p{ margin-bottom: 8px; }
.in_copy{ padding: 20px 0; font-size: 17px; margin-top: 56px; text-align: center; border-top:1px solid #76895b; }
.in_copy p{ color: #8c997d; }
.in_copy p a{ color: #999;}
.in_copy p a:hover{ color: #7ba73c;}
#banner img{ width: 100%; display: block; }
#banner_home{ position: relative; margin-top:100px; }
#banner_home .owl-theme .owl-controls{ position: absolute; bottom: 45px; width: 100%; }
#banner_home .owl-theme .owl-controls .owl-page span{ width: 32px; height: 5px; background: #fff; border-radius: 0; opacity: 1; }
#banner_home .owl-theme .owl-controls .owl-page.active span{ background: #7ba73c; }
.l_fixed{ width: 40px; position: fixed; top: 30%; left: 0; z-index: 666; }
.l_fixed li{ position: relative; margin-bottom: 1px; transition: all 0.3s; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #7ba73c; color: #fff; display: block; }
.l_fixed li a i{ font-size: 20px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #7ba73c; left: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #ed7d2a; }
.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: #ed7d2a; }
.l_fixed li:hover a span{ width: 200px; left: 40px; }
.l_fixed li:hover{ opacity: 0.9; }

.cl{ clear: both; }
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
/*版块标题*/
.home_boxtit{ font-weight: bold; font-size: 46px; text-transform: uppercase; font-family:Oswald-Regular; }
.home_boxtit span{ color: #666; font-size: 16px; font-weight: normal; text-transform: none; margin-top: 4px; display: block; }

/*首页*/
.in_prodiv{ padding:0 0 0 0; position: relative; box-shadow:0 1px 10px 0 rgb(0 0 0 / 20%);  }
.in_progd .item{ margin: 0 ;  }
.in_pclaitem{ background: #fff; text-align: center; transition: all 0.3s; }
.in_pclaitem a{ display: block; width: 100%; text-align:center; padding:35px; }
.in_pclaitem img { width:auto; height:auto;}
.in_pclaitem h3{ font-size: 16px; margin-bottom: 15px; line-height: 35px; overflow: hidden; height: 35px; font-weight: normal; color:#333; }
.in_pclaitem i{ font-size: 80px; color: #02bda7; }
.in_pclaitem p{ font-size: 14px; line-height: 26px; height: 52px; overflow: hidden; color: #888; display:-webkit-box;
  -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.in_pclaitem span{ display: inline-block; margin-top: 25px; width: 152px; height: 38px; border-radius: 38px; line-height: 38px; background: #7ba73c; color: #fff; font-size:16px; }
.in_pclaitem span em{ font-size: 12px; margin-left: 4px; }
.in_pclaitem:hover{ background: #7ba73c;}
.in_pclaitem:hover h3,.in_pclaitem:hover i{ color: #fff; }
.in_pclaitem:hover p{ color: #e6fffc; }
.in_pclaitem:hover span{ background: #fff; color: #7ba73c; }

.in_progd .owl-theme .owl-controls,.in_cerswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 50%; left: 0; width: 100%; z-index: 55; }
.in_progd .owl-controls .owl-buttons{ position: relative; }
.in_progd .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background:url(images/in_hotjt.png) center no-repeat ; border-radius: 0; background-size: 35%; position: absolute; height: 47px; width: 60px; }
.in_progd .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left:0; transform: rotate(180deg);}
.in_progd  .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right:0; }
.in_progd .changpic img{ transform: scale(1.15); }
.in_progd .owl-controls .owl-buttons div:hover,.in_cerswiper .owl-controls .owl-buttons div:hover,.in_caseswiper .owl-controls .owl-buttons div:hover{ background: url(images/in_hotjt.png) center  no-repeat #7ba73c; border-radius: 0; background-size: 35%; }
/*产品*/


.in_hotpro{ background-size:cover; padding:100px 0 100px 0; }
.in_hotpro .home_boxtit{ text-align:left;}
.in_hotswiper{ margin-top: 30px; position: relative;}
.in_hotswiper .item{ margin: 0 10px; }
.in_hotitem .changpic{ background: #fff; }
.in_hottext{text-align: center; padding: 35px 10px; border:solid 1px #bfbfbf; border-top:none; }
.in_hottext p{  line-height: 26px; height: 52px; overflow: hidden; font-size:20px; }
.in_hotitem:hover .changpic img{ transform: scale(1.15); }
.in_hotswiper .owl-theme .owl-controls,.in_cerswiper .owl-theme .owl-controls,.in_caseswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: -80px; left: 0; width: 100%; z-index: 55; }
.in_hotswiper .owl-controls .owl-buttons,.in_cerswiper .owl-controls .owl-buttons,.in_caseswiper .owl-controls .owl-buttons{ position: relative; }
.in_hotswiper .owl-controls .owl-buttons div,.in_cerswiper .owl-controls .owl-buttons div,.in_caseswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(images/right2.png) center center no-repeat #d1ded5; border-radius: 0; background-size: 35%; position: absolute; height: 47px; width: 60px; }
.in_hotswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left:90.5%; transform: rotate(180deg);}
.in_hotswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right:0; background-color:#7ba73c;  }
.in_hotitem:hover .changpic img{ transform: scale(1.15); }
.in_hotswiper .owl-controls .owl-buttons div:hover{ background: url(images/right2.png) center center no-repeat #7ba73c; border-radius: 0; background-size: 35%; }
.in_hottext span{ display: inline-block; margin-top: 16px; transition: all 0.3s;  color: #7ba73c; padding:0px 0 10px 0; font-size:16px; border-bottom:solid 1px #7ba73c; }
.in_hotitem:hover .in_hottext span { color:#7ba73c; border-bottom:solid 1px #7ba73c;}
.in_hotitem:hover .in_hottext p { color:#333;}
.in_hotitem:hover .in_hottext p {color:#7ba73c;}

.in_ab { background:url(images/in_abbg.jpg) no-repeat center top; padding:120px 0 100px 0;}
.flat-video-fancybox { text-align:center;}
.flat-video-fancybox a.fancybox { display: inline-block;
  background: #7ba73c; width: 95px; height: 95px; line-height: 95px;
  border-radius: 50%; position: relative; }
.flat-video-fancybox i{ font-size: 80px; color: #fff; }
.flat-video-fancybox a:hover.fancybox { background:#7ba73cs; }
.ripple, .ripple:before, .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-box-shadow: 0 0 0 0 rgba(123,167,60,0.6);
  -moz-box-shadow: 0 0 0 0 rgba(123,167,60,0.6);
  -ms-box-shadow: 0 0 0 0 rgba(123,167,60,0.6);
  -o-box-shadow: 0 0 0 0 rgba(123,167,60,0.6);
  box-shadow: 0 0 0 0 rgba(123,167,60,0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(123,167,60,0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(123,167,60,0)
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(123,167,60,0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(123,167,60,0)
  }
}
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.getbox{ width: 800px; background: #fff; height: auto; position: absolute; top: 30%; left: 50%; margin-left: -400px; }
.allhide{ opacity: 0; z-index: -3; }

.in_ab .text { width:100%; height:auto; overflow:hidden; background:#FFF; box-shadow:0 1px 10px 0 rgb(0 0 0 / 10%); padding:50px 100px 100px 100px; margin-top:100px; text-align:center;}
.in_ab .text .home_boxtit{ text-align: center; line-height:126px; }
/*.in_ab .text .home_boxtit:before { content: "\e63c"; font-family: iconfont; font-size:56px; color:#bdd39d; position: relative; top: -40px;}*/
/*.in_ab .text .home_boxtit:after { content: "\e63a"; font-family: iconfont; font-size:56px; color:#bdd39d; position: relative; top: 40px;}*/

.in_ab .text p { width:100%; height:auto; line-height:30px; font-size:16px; color:#666; text-align:left;}
.in_ab .text span {margin-top:70px;font-style:inherit;display: block;width: 100%;text-align: center;/* margin-left:48%; */}
.in_ab .text span a {width:188px;height:42px;background:#edf2e5;line-height:42px;font-size:16px;color:#a0af87;border-radius:25px;display: inline-block;text-align:center;}
.in_ab .text:hover span a{  background:#7ba73c; color:#FFF; }


/*hot_case*/
.in_hotcase{ padding: 0 0 0 0; position:relative; }
.in_hotcase:before{content: ""; position: absolute; right: 0; top:40%; width: 100%; height: 60%; background: #edf2e5;}
.in_hotcase .home_boxtit{ text-align:right; margin-left: 44%; position: absolute; margin-top:50px; line-height:90px;}
.in_hotcase .home_boxtit:before {    content: "";  position: absolute; top: 0; left: 0;  width: 55px; height: 3px; background: #83ad48;}
.in_hotcaseswiper{ position: relative; }
.in_hotcaseswiper.item{ margin: 0 20px; }
.in_hotcasetext { width:100%; height:auto; position:relative;}
.in_hotcasetext .changpic { width:40%; height:auto; float:left;}
.in_hotcasetext .wenzi{ width:60%; height:auto; float:left; padding-left:60px; margin-top:200px;}
.in_hotcasetext .wenzi p { color:#333; font-size:20px; line-height:60px;}
.in_hotcasetext .wenzi span { font-size:16px; color:#a4ad95; line-height:26px; float:left;}

.in_hotcaseswiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 80%; left: 0; width: 100%; z-index: 55; }
.in_hotcaseswiper .owl-controls .owl-buttons{ position: relative; }
.in_hotcaseswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(images/right2.png) center center no-repeat #d1ded5; border-radius: 0; background-size: 35%; position: absolute; height: 47px; width: 60px; }
.in_hotcaseswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left:44%; transform: rotate(180deg);}
.in_hotcaseswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right:46%; background-color:#7ba73c;  }
.in_hotcaseitem:hover .changpic img{ transform: scale(1.15); }
.in_hotcaseswiper .owl-controls .owl-buttons div:hover{ background: url(images/right2.png) center center no-repeat #7ba73c; border-radius: 0; background-size: 35%; }


/*hot_case*/
.in_case{ padding:70px 0 100px 0; }
.in_case .home_boxtit{ text-align: center; }
.in_caseswiper{ margin-top: 40px; position: relative; }
.in_caseswiper .item{ margin: 0 20px; }
.in_casetext{ padding: 32px 30px 34px 30px; background: #f0f3f7; position: relative; }
.in_casetext .lcon { width:133px; height:150px; border-right:solid 4px #7ba73c; border-bottom:solid 4px #7ba73c; background:#FFF; margin-top:-65px; float:left;}
.in_casetext .lcon h2 { width:100%; font-size:20px; line-height:30px; text-align:center; color:#7ba73c; font-weight:bold; margin-top:40px;}
.in_casetext .lcon h3{ width:100%; font-size:18px; line-height:25px; text-align:center; color:#666;}

.in_casetext p{ font-weight: bold; line-height: 25px; overflow: hidden; height: 25px; padding-left:25px;}
.in_casetext span{ display: block; margin-top: 12px; font-size: 16px; overflow: hidden; line-height: 22px; height: 66px; color: #999; padding-left:25px;}
.in_caseitem:hover .changpic img{ transform: scale(1.15); }
.in_caseswiper .owl-theme .owl-controls,.in_cerswiper .owl-theme .owl-controls,.in_caseswiper .owl-theme .owl-controls{ display:none; opacity:0; top: 0%; }

.in_cer{ padding: 0 0 60px 0; position: relative; background:url(images/zs_bg.png) no-repeat center; }
.in_cer .home_boxtit{ text-align: center; }
.in_cerswiper{ margin-top: 30px; position: relative; }
.in_cerswiper .item{ margin: 0 20px; }

.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.allhide{ display: none; }
.getbox{ width: 800px; background: #fff;  position: absolute; top: 20%; left: 50%; margin-left: -400px; }


.fixnav{position: fixed; right: 0; top:30%; z-index: 10;}
.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: #055fe4; 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: #fe7b1b; }
.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: #fc1a1c; }
.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: #055fe4; color: #fff}
.fixnav li:hover:nth-of-type(2) span{ background: #fe7b1b; }
/*位置*/
.subbanner{ position: relative; margin-top:100px;}
.subbanner img{ width: 100%; display: block; }
.sub_link{ width:100%; height: 66px; background:rgba(0,0,0,.5) ;  position: absolute; top: 228px; color: #fff; text-align: center; }
.sub_link h1{ position: absolute; width: 240px; top: -28px; left: 50%; margin-left: -120px; font-size: 44px; color: #fff; text-transform: uppercase; font-weight: normal; }
.sub_text{ position: relative; }
.sub_text span{ display: inline-block; margin-top: 30px; width: 100%; text-align: center; color: #fff; font-size: 18px; }
.sub_text span i{ color: #fff; font-size: 20px; margin-right: 10px; }
.sub_link a{ color: #fff; }
.sub_link a:hover{ text-decoration: underline; }


.positionline{ width:100%; height:66px;   background:#f6f6f6; color:#666; text-align:right;}
.positionline i{ color: #7ba73c; font-size:20px; display: inline-block; line-height:66px;}
.positionline a{ margin:0 5px; color:#666; line-height:66px; }
.positionline a:hover{ color: #666; }


.pt55{ padding-top: 55px; }
/*产品列表*/
.pro_list{ position: relative;  overflow: hidden; }
.pro_list .lcon { width:100%; height:auto; float:left; margin-bottom:25px;}
.pro_list .lcon ul li { width:25%; height:auto; float:left; text-align:center; padding:30px 50px; margin-bottom:20px;}
.pro_list .lcon ul li img { width:auto; height:auto;}
.pro_list .lcon ul li h3{ font-size: 16px; line-height: 35px; overflow: hidden; height: 35px; font-weight: normal; color:#333; }
.pro_list .lcon ul li p{ font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; color: #888; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.pro_list .lcon ul li:hover { background:#7ba73c;}
.pro_list .lcon ul li:hover h3 { color:#FFF;}
.pro_list .lcon ul li:hover p { color:#cde2af;}


.pro_list .rcon{ width:100%; }
.pro_navtit{ margin-top: 18px; position: relative; }
.pro_navtit a{ display: inline-block; width: 100%; background: #055fe4; padding: 15px; font-size: 24px; color: #fff; font-family: lato_b; }

.p_catlcon{ background: #fff; }
.p_pro{ overflow: hidden; width: 100%; overflow: hidden; background:#f9f9f9; padding:27px 35px; margin-top:25px; }
.p_pro p a { width:auto; height:49px; line-height:49px; font-size:18px; text-transform:uppercase; padding:0 20px; color:#666; float:left; font-family:Arial; margin-right:25px;}
.p_pro p a:hover { background:#7ba73c; color:#FFF;}
.p_pro p .on {background:#7ba73c; color:#FFF;}


.accordion { width: 100%;}
.accordion li:hover .links,.accordion li .links.active{  }
.accordion li:hover .links a,.accordion li .links.active a{ color: #333; }
.accordion .links { cursor: pointer; border-bottom: 2px solid #f9f9f9; display: block; position: relative;  padding: 14px 22px; }
.accordion .links a{ color: #000; display: inline-block; position: relative;  }
.submenu {display: none; overflow: hidden; padding: 10px 0 10px 32px; border-bottom: 2px solid #f9f9f9;  }
.submenu.on{ display: block; }
.accordion li ul.active{display: block}
.submenu li{ vertical-align: top;  position: relative; padding: 8px 0; }
.submenu a {display: inline-block; color: #666; }
.submenu li:hover a,.submenu li.on a{ color: #7ba73c; }

.submenu li:hover:after,.submenu li.on:after{  color: #7ba73c; }
.submenu li div{ display: block; padding: 10px 0; }
.submenu li div a{ display: block; color: #8496ae !important; padding: 3px 8px 3px 15px;  }
.submenu li div a:hover{ color: #7ba73c !important; }

.pro_listbox{ width: 100%; overflow: hidden; margin-top:30px; }
.pro_listbox li{ float: left; width: 32%; margin-right: 2%; margin-bottom: 26px; }
.pro_listbox li:nth-of-type(3n){ margin-right: 0; }
/*关于我们*/
.ab_com{ padding-bottom: 30px; width: 100%; overflow: hidden;  }
.ab_com .rcon{ float:left; width:100%; padding: 30px 50px 0 0; }
.ab_com .rcon .home_boxtit { text-align:center;line-height:126px;}
/*.ab_com .rcon .home_boxtit:before { content: "\e63c"; font-family: iconfont; font-size:56px; color:#bdd39d; position: relative; top: -40px;}*/
/*.ab_com .rcon .home_boxtit:after { content: "\e63a"; font-family: iconfont; font-size:56px; color:#bdd39d; position: relative; top: 40px;}*/

.ab_video { width:100%; height:auto; float:left; margin-top:25px;}
.ab_video img { width:100%; height:auto; transition:all .5s;}
.ab_video img:hover { transform:scale(1.15);}

.ab_his { width:100%; height:auto; float:left; margin-top:60px;}
.ab_his h4 { width:100%; line-height:30px; font-size:16px; color:#666; font-style:inherit; font-weight:normal; margin-bottom:20px;}
.ab_his ul li { width:25%; height:auto; text-align:center; padding:50px 30px; float:left;}
.ab_his ul li i { width: 67px; height: 67px; border-radius: 50%;background: #7ba73c; color: #FFF; text-align: center; font-size: 36px; display: inline-block; line-height: 67px;}
.ab_his ul li p { width: 100%; height: 70px; line-height: 70px; font-size: 36px; color: #333; text-align: center;font-weight:bolder;}
.ab_his ul li span {  display:inline-block; margin-top:14px; width:100%;  font-size: 16px; color: #333; line-height: 24px;}
.ab_his ul li:hover { background:#7ba73c;}
.ab_his ul li:hover i { border:solid 1px #FFFFFF;}
.ab_his ul li:hover p { color:#FFF;}
.ab_his ul li:hover span { color:#c3daa2;}

.ab_comtext{ margin-top: 16px; }
.ab_comtext p{ font-size: 16px; line-height:30px; color: #666; text-align:left; }



/*分页 结束*/
.digg4{ text-align:center; margin-top: 40px;  margin-bottom: 70px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:34px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: none; height:34px; line-height: 34px; color:#7ba73c; text-decoration:none; margin:0 5px; font-family:Arial; font-size:20px;}
.digg4 span.current,.digg4 span:hover, { color:#7ba73c; font-size:30px;}
.digg4 span.disabled { font-size: 34px; line-height:26px; background: #dfeccc; font-weight: normal;  color: #7ba73c;}
.digg4 span:hover.disabled,.digg4 a:hover {background: #7ba73c; font-weight: normal;  color: #fff;}
.digg4 a{  color: #666; font-size:20px; }
/*分页 结束*/
/*case*/
.case_war{ padding-bottom: 125px; }

.c_list{ margin-top: 0; }
.c_list li{ margin-bottom: 50px; }
.c_liitem{ width: 100%; overflow: hidden;position:relative; }
.c_liitem:before {content: ""; position: absolute;right: 0; top: 20%;  width: 100%; height: 60%;  background: #f7f7f7;}
.c_liitem .c_lilcon{ width: 54%; float: left; padding: 160px 60px 0 48px; }
.c_liitem .c_lircon{ width: 46%; float: right; }
.c_liitem .c_lilcon h3{ font-size: 24px; overflow: hidden; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; }
.c_desdiv{ margin-top: 15px; height: 60px; overflow: hidden; }
.c_desdiv p{ font-size: 16px; line-height: 30px; color: #777; }
.c_desdiv p span{ color: #444; }
.c_lilcon em{ display: inline-block; position: relative; font-size: 16px; margin-top: 25px; background: #7ba73c; width: 160px; height: 46px; line-height: 46px; text-align: center; font-style: normal;  color: #fff; border-radius:25px; }
.c_liitem:hover .changpic img{ transform: scale(1.15); }
.c_liitem:hover .c_lilcon em{ color:#7ba73c;  background: #d3daca; border: solid 1px #7ba73c;}
.c_list li:nth-of-type(even) .c_liitem .c_lilcon{ float: right; }
.c_list li:nth-of-type(even) .c_liitem .c_lircon{ float: left; }

/*case*/

/*产品详情*/
.pro_del{ position: relative; }
.pro_gdbox{ width: 100%; overflow: hidden; margin-bottom: 32px; }
.pro_gdbox .prolcon{ width: 50%; float: left; padding-right:60px;  }
.pro_gdbox .prorcon{ width: 50%; float: right; padding-left: 26px; background:#7ba73c; padding:40px 30px; }
.propicflash{ width: 100%; position: relative; overflow: hidden; }
.propicflash .big{width:100%;float: left;background: #fff;position: relative;}
.propicflash .big img{display: none; width: 100%; }
.propicflash .big img.on{display: block;}
.propicflash .small{width: 52%;margin-left: 37%;float:left;position: absolute;bottom: 9px;/* margin: 0 auto; *//* text-align: center; */}
.propicflash .small div.on{display: block;border:2px solid #7ba73c;}
.propicflash .small div{background: #fff;border: 2px solid #fff;width: 14%;/* margin-left:2%; */margin-right:2%;float:left;margin-top:10px;margin-bottom:13px;cursor: pointer;}
.propicflash .small img{ width: 100%; }
.propicflash .small div:last-child{margin-bottom: 0}

.pro_gdbox .prorcon h2{ font-size: 32px; line-height: 34px; margin-bottom:24px; color:#FFF; font-weight:normal;  }
.pro_desc{ height:auto;}
.pro_desc p{ line-height: 26px; color: #dbeac6; font-size: 16px;}


.del_contact{ overflow: hidden;  padding:18px 30px 18px 0; }
.del_contact span{display: inline-block; color: #2995ef; padding-left:40px; width: 100%; float: left; position: relative; margin-bottom:10px; font-weight:bold;}
.del_contact span a { color:#fff;font-size: 26px; font-weight: normal;}
.del_contact a{ margin-top: 5px; display:block; color: #808c99; }
.del_contact i{ font-size: 26px; font-weight: bold; font-style: normal; text-transform: uppercase; color: #fff; position: absolute; left: 0; top:8px;}
.del_contact i strong { color:#666;font-size:16px; margin-left:10px;}
.del_contact a:hover{ color: #fff; }

.pro_lxbtn{}
.pro_lxbtn a{ background: #ffffff;  color: #333; text-align: center; padding:14px 10px; width: 47%; display: inline-block; color: #7ba73c; border-radius:40px;}
.pro_lxbtn a:nth-child(2)  { background:#a1c66c; float:right; color:#FFF;}
.pro_lxbtn a:nth-child(2) i { color:#FFF;}
.pro_lxbtn a:hover{ opacity: 0.85; }
.pro_lxbtn a i{ display: inline-block; color:#7ba73c; font-weight: normal; font-size: 26px; margin-right: 5px; }
.pro_lxbtn a *{ vertical-align: middle; }

.share{ margin-top: 20px; }

.del_item{ background: #fff; padding:0 0 40px 0; margin-bottom: 15px;}
.del_item h3{ font-size: 32px; position: relative; padding-bottom:15px; font-weight:normal; }
.del_text{padding-bottom:20px;}
.del_text p{ line-height:28px; color: #999; margin-bottom:15px; font-size:16px;}
.app_pic{ width: 100%; overflow: hidden; margin-top: 22px; }
.app_pic li{ float: left; width: 32%; margin-right: 2%; margin-bottom:2%; }
.app_pic li:nth-child(3n) { margin-right:0;}

.app_pic li:last-child{ margin-right: 0; }
.app_pic li:hover .changpic img{ transform: scale(1.15); }

.pro_table{ overflow-x: auto; }
.pro_table table{ border-top: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8; width: 100%; }
.pro_table table tr td{ padding: 12px 10px; font-size: 16px; text-align: center; border-bottom: 1px solid #c8c8c8; border-right: 1px solid #c8c8c8; }
.pro_table table tr:nth-of-type(odd) td{ background: #f3f7ee; }
.pro_table table tr:first-child td{ font-weight: bold; padding: 24px 10px; font-weight: bold; }

.del_pro{ margin-top: 18px; width: 100%; overflow: hidden; }
.del_pro li{ float: left; width: 22%; position: relative; margin-right: 4%; text-align: center; }
.del_pro li:last-child{ margin-right: 0; }
.del_pro li p{ margin-top: 15px; }
.del_pro li:after{ position: absolute; right: -40px; top: 45%; content: ''; width: 22px; height: 21px; background: url(images/pro_cessicon.png) no-repeat; }
.del_pro li:hover .changpic img{ transform: scale(1.15); }

.process_text{ margin-top: 30px;  padding: 0 25px; }
.process_text li{ font-size: 16px; margin-bottom: 12px; padding-left: 18px; position: relative; color:#888; }
.process_text li:after{ width: 10px; height: 10px; background:#7ba73c; transform: rotate(45deg); content: ''; position: absolute; top: 2px; left: 0; }

.del_pic{ margin-top: 18px; }

.in_techwar{ margin-top: 66px; overflow: hidden; }
.in_techwar li{ width: 32.3%; margin-right: 1.5%; margin-bottom: 20px; float: left; position: relative; }
.in_techwar li:nth-of-type(3n){ margin-right: 0; }
.in_techwar li .changpic{ position: relative; background: #022239; }
.in_techtext{ background: #f5f5f5; height: 290px; text-align: center; padding: 77px 30px 0 32px; }
.in_techtext h5{ font-size: 18px; }
.in_techtext p{ margin-top: 26px; color: #666; font-size: 16px; line-height: 20px; height: 100px; overflow: hidden;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.jiantou{  z-index: 55; position: absolute; transform: rotate(180deg); top: 0; left: 50%; margin-left: -16px; width: 0;
  height: 0; border-style: solid; border-width: 0 15px 17px 15px; border-color: transparent transparent #f5f5f5; }
.in_techwar li:hover .changpic img{ transform: scale(1.15); opacity: 0.6; }
.in_techwar li:hover .in_techtext h5,.in_techwar li:hover .in_techtext p{ color: #fff; }
.in_techwar li:hover .in_techtext{ background: #7ba73c; }
.in_techwar li:hover .jiantou{ border-color: transparent transparent #7ba73c transparent; }
.in_techwar li:nth-of-type(even) .in_techtext{ margin-top: 286px; }
.in_techwar li:nth-of-type(even) .changpic{ position: absolute; top: 0; left: 0; }
.in_techwar li:nth-of-type(even) .jiantou{ bottom: auto; top: auto; bottom: 0; width: 0; height: 0; border-color: transparent transparent #f5f5f5; transform: rotate(0deg); }
.in_techwar li:nth-of-type(even):hover .jiantou{ border-color: transparent transparent #7ba73c; }

.com_line{ margin-top: 18px; width: 100%; overflow: hidden; position: relative; }
.com_line li{ float: left; width: 23%; margin-right: 2.5%; position: relative; }
.com_line li:last-child{ margin-right: 0; }
.com_line li p{ text-align: center; margin-top: 50px; }
.com_line li:after{ content: '1'; z-index: 6; text-align: center; position: absolute; top: 228px; left: 50%; margin-left: -14px; width: 28px; height: 28px; border-radius: 28px; background: #7ba73c; line-height: 28px; color: #fff; font-size: 18px; font-weight: bold; }
.com_line li:first-child:after{ content: '1'; }
.com_line li:nth-of-type(2):after{ content: '2'; }
.com_line li:nth-of-type(3):after{ content: '3'; }
.com_line li:nth-of-type(4):after{ content: '4'; }
.com_line li:nth-of-type(even) .changpic{ margin-top: 247px; }
.com_line li:nth-of-type(even) p{ position: absolute; width: 100%; top: 194px; left: 0; margin-top: 0; }
.com_line:after{ content: ''; position: absolute; margin-top: 9px; top: 50%; left: 0; width: 100%; height: 1px; background: #7ba73c; }
.com_line li:hover .changpic img{ transform: scale(1.15); }

.fini_war{ margin-top: 20px; overflow: hidden; }
.fini_war .lcon{ float: left; width: 500px; padding-right: 10px; padding-top: 62px; }
.fini_war .rcon{ margin-left: 500px; }
.fini_war .lcon p{ font-weight: bold; }
.fini_war .lcon ul{ margin-top: 18px; }
.fini_war .lcon ul li{ font-size: 16px; color: #666; margin-bottom: 10px; padding-left: 22px; position: relative; }
.fini_war .lcon ul li:after{ content: ''; transform: rotate(45deg); position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; background: #666; }

.packwar{ width: 100%; overflow: hidden; margin-top: 20px; }
.packwar li{ width: 24.2%; margin-right: 1%; float: left; }
.packwar li:last-child{ margin-right: 0; }
.packwar li:hover .changpic img{ transform: scale(1.15); }

.faq_list{ margin-top: 20px; }
.faq_list li{ margin-bottom: 22px; }
.faq_list li h5{ font-size: 18px; }
.faq_list li p{ font-size: 16px; line-height: 30px; color: #666; margin-top: 12px; }
.faq_list li:last-child{ margin-bottom: 0; }
.faq_list li dl{ margin-top: 5px; }
.faq_list li dl dd{ position: relative; font-size: 16px; color: #666; padding-left: 12px; margin-bottom: 8px; }
.faq_list li dl dd:after{ content: ''; width: 7px; height: 7px; border-radius: 7px; position: absolute; top: 3px; left: 0; background: #666;  }


.rel_swiper {}
.rel_swiper .owl-theme .owl-controls,.rel_swiper .owl-theme .owl-controls,.rel_swiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 100%; left: 0; width: 100%; z-index: 55; }
.rel_swiper .item{ margin:15px 15px;}
.rel_swiper .owl-pagination {margin-top: -42.25%;text-align: right; display:none;}
.rel_swiper .owl-theme .owl-controls .owl-page span {display: block; width: 52px; height: 41px;  margin:0; filter:  -moz-border-radius: 20px; margin-right:10px; background: #d0ded5; border-radius:0;}
.rel_swiper .owl-theme .owl-controls .owl-page:nth-child(1){transform:rotate(180deg);}
.rel_swiper .owl-theme .owl-controls .owl-page:nth-child(2){}
.rel_swiper .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background: #7ba73c;}

.rel_swiper .owl-controls .owl-buttons,.rel_swiper .owl-controls .owl-buttons,.rel_swiper .owl-controls .owl-buttons{ position: relative; }
.rel_swiper .owl-controls .owl-buttons div,.rel_swiper .owl-controls .owl-buttons div,.rel_swiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: #c3cbd2; border-radius: 0;  position: absolute; height: 47px; width: 60px; }
.rel_swiper .owl-controls .owl-buttons .owl-prev,.rel_swiper .owl-controls .owl-buttons .owl-prev,.rel_swiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left:90.5%; transform: rotate(180deg);}
.rel_swiper .owl-controls .owl-buttons .owl-next,.rel_swiper .owl-controls .owl-buttons .owl-next,.rel_swiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right:0;  }
.rel_swiper .owl-controls .owl-buttons div:hover,.rel_swiper .owl-controls .owl-buttons div:hover,.rel_swiper .owl-controls .owl-buttons div:hover{ background: #7ba73c; border-radius: 0; background-size: 35%; }

/*news*/
.news_box{ overflow: hidden; position: relative; }

.news_list{ width: 100%; overflow: hidden; }
.news_list li{ float: left; width: 49%; margin-bottom: 25px; }
.news_list li:nth-of-type(even){ float: right; }
.news_item{ width: 100%; transition: all 0.3s; overflow: hidden; background:#f0f3f7; }
.news_item .lcon{ width: 100%; float: left; }
.news_item .rcon{padding: 36px 25px 35px 24px; float:left;}
.news_item .rcon .left {    width: 133px;  height: 150px;   border-right: solid 4px #7ba73c; border-bottom: solid 4px #7ba73c;  background: #FFF; margin-top: -65px; float: left; position:relative; margin-right:20px;}
.news_item .rcon .left h2 {width: 100%; font-size: 20px; line-height: 30px; text-align: center; color: #7ba73c; font-weight: bold;  margin-top: 40px;}
.news_item .rcon .left h3 {width: 100%; font-size: 18px; line-height: 25px; text-align: center; color: #666;}
.news_item .rcon h4{ font-size: 18px; }
.news_item .rcon p{ font-size: 16px; margin-top: 10px; line-height: 22px; height: 66px; overflow: hidden; color: #666;}
.news_item .rcon span{ display: block; margin-top: 18px; font-size: 16px; color: #999; }
.news_item .rcon span b{ font-family: impact; font-size: 24px; font-weight: normal; color: #7ba73c; }
.news_item:hover .news_item .rcon .left{ background:#FFF; z-index:999999999999999;}
.news_item:hover .rcon h4{ color: #7ba73c; }
.news_item:hover .rcon span b{ color: #fff; }
.news_item:hover .changpic img{ transform: scale(1.15); }
/*newsdel*/
.infocon{ }
.infocon h1{font-size:36px; text-align: center; margin-bottom: 10px;  }
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:20px; margin-top: 18px;  }
.infocon .other{ margin:30px 0 0 0; position: relative; }
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; font-size: 18px; border-top: 1px solid #dcdcdc; padding-top: 20px;  margin-bottom:80px;}
.infocon .other a{color: #666}
.infocon .other a:hover{ color:#7ba73c; }
.infocon p{line-height:28px; margin-bottom: 10px; font-size: 17px; }
/*case*/
.case_box{ overflow: hidden;  position: relative; }
.case_list{ width: 100%; overflow: hidden; padding: 3px; }
.case_list li{ width: 30.3%; float: left; margin-right: 4%; margin-bottom: 44px; }
.case_list li:nth-of-type(3n){ margin-right: 0; }

.ser_box{}
.ser_list li{ margin-bottom: 30px; }
.ser_item{ width: 100%; overflow: hidden; background: #f4f9eb; }
.ser_item .rcon{ width: 53%; float: right; }
.ser_item .lcon{ width: 47%; float: left; padding: 65px 48px 0 52px; }
.ser_item .lcon h2{ font-size: 32px;  line-height: 45px; text-transform:uppercase; overflow: hidden;  }
.ser_tit{ padding-bottom: 15px; position: relative; }
.ser_text{ height:auto;}
.ser_text p{ font-size: 18px; height:90px; line-height: 30px; overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 8; color: #666; }
.ser_text span { width:155px; height:37px; line-height:37px; text-align:center; font-size:18px; color:#FFF; background:#7ba73c; margin-top:55px; display:block;}
.ser_list li:nth-of-type(even) .ser_item .rcon{ float: left; }
.ser_list li:nth-of-type(even) .ser_item .lcon{ float: right; }
.ser_item:hover .changpic img{ transform: scale(1.15); }
/*kaishi*/
.quiry_info{ overflow: hidden;}
.quiry_info p { width:100%; font-size:16px; font-weight:normal; color:#888; margin-bottom:30px;}

.quiry_info li{ float: left; width: 100%; margin-bottom: 10px; position: relative; }
.quiry_info li font{ position: absolute; color: red; top: 15px; left: 10px; font-size: 16px; }
.quiry_info li p{ margin-bottom: 8px; }
.quiry_info input,.quiry_info textarea{width: 100%; color: #000; resize: none; background:#fff; border:1px solid #aeaeae; border-radius: 5px;  font-size:16px; line-height: 22px; padding:12px 18px; font-family:Candara_0; }
.quiry_info textarea{height: 150px;}
.quiry_info form input::-webkit-input-placeholder,.quiry_info form textarea::-webkit-input-placeholder { color: #888;}
.quiry_info form input:-moz-placeholder,.quiry_info form textarea:-moz-placeholder {color: #888;}

.quiry_info button:hover{ opacity: 0.85; }
.quiry_info li div{ position: relative; }

.quiry_info1{ overflow: hidden;}
.quiry_info1 p { width:100%; font-size:16px; font-weight:bold; color:#888; margin-bottom:30px;}

.quiry_info1 li{ float: left; width:49%; margin-bottom: 15px; position: relative; }
.quiry_info1 li:nth-child(2n) { float:right;}
.quiry_info1 li:nth-child(3) { width:100%;}
.quiry_info1 li:nth-child(4) { width:100%;}
.quiry_info1 li font{ position: absolute; color: red; top: 15px; left: 10px; font-size: 16px; }
.quiry_info1 li p{ margin-bottom: 8px; }
.quiry_info1 input,.quiry_info textarea{width: 100%; color: #000; resize: none; background:#f3f7ee; border:1px solid #dcdcdc;  font-size:16px; line-height: 22px; padding:12px 18px; font-family:Arial; }
.quiry_info1 textarea{height: 150px; width:100%; border:1px solid #dcdcdc; padding: 10px 18px;  font-family:Arial; font-size:16px; background:#f3f7ee; }
.quiry_info1 form input::-webkit-input-placeholder,.quiry_info form textarea::-webkit-input-placeholder { color: #888;}
.quiry_info1 form input:-moz-placeholder,.quiry_info form textarea:-moz-placeholder {color: #888;}
.quiry_info1 button { border-radius:40px;    position: static;  width: 200px;  height: 46px; color: #fff; font-size: 16px; background: #7ba73c;  border: none; margin-top:20px;}
.quiry_info1 button:hover{ opacity: 0.85; }
.quiry_info1 li div{ position: relative; }

/*contact*/
.con_box{ width: 100%; position: relative; overflow: hidden;}
.con_nrwar{ width: 100%; overflow: hidden; }

.con_nrwar .lcon{ width:50%; float:left; }
.con_nrwar .lcon .page_tit { margin-top:20px;}
.con_nrwar .rcon{ width:50%; float:left; background:url(images/con_left_bg.png) no-repeat left; padding:100px 250px 50px 50px; }
.con_nrwar .rcon .page_tit { color:#FFF;}
.con_nrwar .quiry_info input, .con_nrwar .quiry_info textarea{ line-height: 32px; border:1px solid #aeaeae; background:#FFF; }
.con_nrwar .quiry_info textarea{ padding: 12px 18px; }
.con_nrwar .quiry_info button{ position: static; width: 176px; height: 46px; color: #fff; font-size: 16px; background:#7ba73c; border:none; font-weight:bold; }
.con_nrwar .rcon .media a { background:rgba(255,255,255,.8); color:#77a632;}

.con_xlwar{ margin-top: 25px; }
.con_xlwar p{ font-size: 16px; line-height: 20px; }
.con_xlwar ul{ margin-top: 18px; }
.con_xlwar ul li{ margin-bottom:20px; position: relative;}
.con_xlwar ul li p {  font-size: 16px; top: 2px; left: 0; font-weight: bold; text-transform: uppercase; color: #fff;}
.con_xlwar ul li p strong { font-weight:normal;}
.con_xlwar ul li p i{font-size: 18px; color: #fff; margin-right: 5px;}
.con_xlwar ul li a{ font-size: 16px; color: #fff; margin-bottom: 5px; display: block; width: 100%; font-weight:bold; }
.con_xlwar ul li a:hover{ color: #cefb8b; }

.con_nrwar .rcon .media a{ width: 31px; height: 31px; line-height: 31px; }
.con_nrwar .rcon .media{ margin-top: 30px; padding-bottom:50px; }

.map{ margin-top: 48px; float:left; }

/*faq*/
.faq_box{ width: 100%; position: relative; overflow: hidden;}
.faq_box_1 { width:100%; height:auto; float:left; padding-bottom:50px;}
.faq_box_1 ul li { width:32.333%; height:auto; float:left; margin-right:1.5%; background:#f8fbf1; border-left:5px solid #7ba73c; padding:30px 70px 40px 20px; margin-bottom:30px;}
.faq_box_1 ul li:nth-child(3n) { margin-right:0;}
.faq_box_1 ul li p { width:100%; line-height:25px; font-size:18px; color:#7ba73c; font-weight:bold; margin-bottom:20px;}
.faq_box_1 ul li span { width:100%; line-height:25px; font-size:16px; color:#666;}

.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:9999999999999999999999;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:#7ba73c;}
.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;}

/*404*/
.no_fun{ text-align: center;margin-bottom: 60px;}
.no_fun h5{ font-size: 36px; margin-bottom: 30px; }
.no_fun p{ color: #888; line-height:30px; }
.no_fun a{ display: inline-block; margin-top: 34px; font-size: 20px; border-radius: 40px; padding: 16px 64px; background: #239742; color: #fff; text-transform: uppercase; }
.no_fun a:hover{ transform: translateY(5px); }
.areatextClass::-webkit-input-placeholder { color: red!important;}
.wpcf7 fieldset{display:none;}
.wpcf7-response-output,.wpcf7-validation-errors {display: none !important;}
span.wpcf7-not-valid-tip {display: none;}
.screen-reader-response {display: none !important;}
@media screen and (max-width: 1680px){
  .backToTop{ right: 0; width: 50px; height: 50px; }

}
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
  nav li { padding:35px 15px 32px 15px;}
  .in_abtext{ margin-top: 12px; }
  .in_abbtn{ margin-top: 42px; }
  .in_hotswiper { margin-top:20px;}
  .in_hotpro { padding:70px 0 80px 0;}
  .in_ab .text .home_boxtit:before { font-size:50px;}
  .in_ab .text .home_boxtit:after { font-size:50px;}
  .in_ab .text span { margin-top:50px;}
  .in_ab .text { padding:50px 80px 60px 80px;}
  .in_hotcase { padding:0;}
  .in_hotcaseswiper { margin-top:0;}
  .in_hotcase:before { top:35%; height:65%;}
  .home_boxtit { font-size:42px;}
  .in_caseswiper { margin-top:15px;}
  .ab_com .rcon { padding:0 50px 0 0;}
  .ab_his { margin-top:40px;}
  .positionline i { line-height:60px;}
  .positionline a { line-height:60px;}
  .pro_gdbox .prolcon { padding-right:45px;}
  .del_item { margin-bottom:0; }
  .app_pic li { margin-bottom:0;}
  .del_item h3 { font-size:30px;}
  .in_ab .text p { margin-top:30px;}
  .in_ab .text .home_boxtit:before { font-size:46px;}
  .in_ab .text .home_boxtit:after { font-size:46px;}
  .f_bot .item3 { width:28%;}
  .ab_his ul li { padding:40px 20px;}
  .positionline { height:60px;}




}


@media screen and (max-width: 1366px){
  .c_liitem .c_lilcon h3 { font-size:22px;}
  .news_item .rcon p { font-size:14px;}
  .home_boxtit |{ font-size:38px;}
  .in_hotpro { padding:60px 0 70px 0;}
  .in_hottext { padding:30px 8px;}
  .in_hottext p { font-size:18px;}
  .in_ab { padding:120px 0 80px 0;}
  .in_hotcasetext .wenzi { margin-top:160px;}
  .in_hotcaseswiper .owl-controls .owl-buttons .owl-next { right:44%;}
  .in_case { padding:60px 0 80px 0;}
  .in_casetext .lcon h2 { font-weight:normal; font-size:18px;}
  .in_casetext p { font-weight:normal;}
  .con_libox li a { font-size:18px;}
  .ab_his ul li i { width:64px; height:64px; font-size:32px; line-height:64px;}
  .ab_his ul li p { height:60px; line-height:60px; font-size:34px;}
  .pro_gdbox .prolcon { padding-right:35px;}
  .pro_gdbox .prorcon h2 { font-size:28px; margin-bottom:16px;}
  .pro_gdbox .prorcon { padding:37px 30px;}
  .del_item h3 { font-size:28px;}


}

@media screen and (max-width: 1280px){
  .home_boxtit { font-size:38px;}
  .in_hotpro { padding:50px 0 70px 0;}
  .in_hottext span { margin-top:12px;}
  .in_ab .text .home_boxtit:before { top:-20px;}
  .in_ab .text .home_boxtit:after { top:20px;}
  .in_ab .text { padding:10px 80px 70px 80px;}
  .in_ab .text p { margin-top:0;}
  .in_hotcase .home_boxtit { line-height:70px;}
  .in_hotcasetext .wenzi p { line-height:40px;}
  .in_hotcaseswiper .owl-controls .owl-buttons div { height:40px;}
  .pro_gdbox .prorcon h2 { font-size:26px;}
  .pro_gdbox .prorcon { padding:30px;}
  .del_contact span a { font-size:24px;}
  .del_contact i { top:4px;}
  .del_contact { padding:12px 30px 12px 0;}
  .pro_lxbtn a { padding:12px 10px;}
  .news_item .rcon .left h2 { font-weight:normal;}
  .news_item .rcon .left h3 { font-size:16px;}
  .news_item .rcon { padding:25px 25px 25px 24px;}
  .c_liitem .c_lilcon { padding:130px 60px 0 48px;}
  .c_liitem .c_lilcon h3 { font-size:20px;}
  .con_nrwar .rcon { width:47%;}
  .con_nrwar .lcon { margin-left:3%;}


}

@media screen and (max-width: 1024px){
  #nav .nav-button{display: block; top: 14px; }
  header{ height: 62px;  background: #f3f3f5; }
  nav{position: fixed; left: 0;top: 0;bottom: 0;width: 250px; z-index: 999;overflow: auto;background: #222; transform: translateX(-300px);transition: 0.3s;}
  nav li{ float: none; padding: 0; }
  nav li>a{ margin:0; color: #fff; font-weight: normal; font-size: 18px; display:block; padding:15px 10px; border-bottom:1px solid #2e2e2e; text-align: left;}
  nav li dl{ left: 0;  top: 0; width: auto;  background: #2e2e2e;  position: inherit;  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{ background: #7ba73c; color: #fff; }
  nav li:hover dl{ left: 0; opacity: 1; }
  #banner_home .owl-theme .owl-controls{ bottom: 8px; }
  nav li dl dd a{ color: #fff !important; font-weight: normal; white-space: normal; font-size: 16px; }
  nav dl dd:hover div{display: none;}
  nav dl{ position: static; }
  #banner_home,.subbanner{ margin-top: 62px; }
  .logo{ top: 5px; left: 0; }
  .logo img{ height: 52px; }
  .search-button { display:none;}
  #nav .nav-button{ right: 0; background: #7ba73c ; }
  #nav .nav-button i{ color: #fff; }
  #banner_home .owl-theme .owl-controls .owl-page:after{ display: none; }
  #banner_home .owl-theme .owl-controls{ width: 100%; left: 0; bottom: 20px; }
  #banner_home .owl-theme .owl-controls .owl-page{ margin: 0 5px; }
  .warper{ width: 96%; }
  nav li a:after{ display: none; }
  .head_rcon { width: 28px; right: 54px;
        top: 20px;}
  .home_boxtit { font-size:36px;}
  .ripple, .ripple:before, .ripple:after { width:80px; height:80px;}
  .flat-video-fancybox a.fancybox { width:80px; height:80px; line-height:80px;}
  .flat-video-fancybox i { font-size:65px;}
  .in_ab .text span { margin-top:30px;}
  .in_ab .text { padding:10px 50px 50px 50px;}
  .in_hotcase .home_boxtit { margin-top:20px;}
  .in_hotcasetext .wenzi { margin-top:110px; padding-left:40px;}
  .in_hotcase:before { top:30%; height:70%;}
  .in_hotcaseswiper .owl-controls .owl-buttons .owl-next { right:40%;}
  .in_case { padding:40px 0 60px 0;}
  .ab_com .rcon .home_boxtit:before { top:-20px;}
  .ab_com .rcon .home_boxtit:after { top:20px;}
  .pt55 { padding-top:30px;}
  .ab_comtext { margin-top:0;}
  .news_item .rcon p { height:44px;}
  .c_liitem .c_lilcon { padding:100px 60px 0 48px;}
  .con_nrwar .rcon { background:#7ba73c; width:100%; padding:40px;}
  .con_nrwar .rcon .media { padding-bottom:10px;}
  .con_nrwar .lcon { margin-left:0; width:100%;}
  .quiry_info p { margin-bottom:20px;}
  .quiry_info input, .quiry_info textarea { padding:10px 18px; font-size:14px;}
  .f_bot h5 { font-size:24px; margin-bottom:20px;}
  .pro_desc p { height:96px; line-height:24px; overflow:hidden;}
  .del_contact span a { font-size:20px;}
  .pro_lxbtn a { font-size:16px; padding:8px 10px;}
  .pro_gdbox .prorcon h2 { font-size:24px; margin-bottom:6px;}
  .pro_gdbox .prolcon { padding-right:25px;}
  .share { margin-top:15px;}
  .del_text p { margin-bottom:10px;}
  .del_item h3 { font-size:24px;}
  .ab_com .rcon { padding:0;}


}
@media screen and (max-width: 990px){

}
@media screen and (max-width: 768px){
  .pro_gdbox .prolcon { width:100%; padding-right:0;}
  .pro_gdbox .prorcon { width:100%; margin-top:30px;}
  .in_hottext { padding:20px 8px;}
  .ab_his ul li span{ height:48px;}
  .f_bot .item2 { display:none;}
  .f_bot .item3 { width:47%;}
  .f_bot .item4 { width:46%;}
  .in_hotswiper .owl-controls .owl-buttons .owl-prev { left:80.5%;}
  .in_hotswiper .owl-controls .owl-buttons div, .in_cerswiper .owl-controls .owl-buttons div, .in_caseswiper .owl-controls .owl-buttons div { height:40px; }
  .in_hotswiper .owl-theme .owl-controls, .in_cerswiper .owl-theme .owl-controls, .in_caseswiper .owl-theme .owl-controls {top:-70px;}
  .in_ab { padding:80px 0 60px 0;}
  .ripple, .ripple:before, .ripple:after { width:65px; height:65px;}
  .flat-video-fancybox i { font-size:60px;}
  .in_ab .text { margin-top:60px;}
  .home_boxtit { font-size:32px;}
  .in_ab .text .home_boxtit:before { font-size:40px;}
  .in_ab .text .home_boxtit:after { font-size:40px;}
  .in_ab .text { padding:10px 20px 50px 20px;}
  .l_fixed { display:none;}
  .in_hotcasetext .wenzi { margin-top:80px;}
  .in_hotcase .home_boxtit { line-height:50px;}
  .in_hotcasetext .wenzi span { height:52px; overflow:hidden;}
  .in_hotcaseswiper .owl-controls .owl-buttons .owl-next { right:36%;}
  .ab_com .rcon .home_boxtit:before { font-size:40px;}
  .ab_com .rcon .home_boxtit:after { font-size:40px;}
  .ab_his { margin-top:20px;}
  .ab_his ul li { width:50%;}
  .ab_his ul li p { font-size:32px;}
  .pro_list .lcon ul li { width:50%; padding:20px 30px;}
  .pro_listbox li { width:48%; margin-right:0;}
  .pro_listbox li:nth-child(2n) { float:right;}
  .digg4 { margin-top:20px; margin-bottom:40px;}
  .news_list li { width:100%;}
  .infocon h1 { font-size:26px;}
  .c_liitem:before { top:10%; height:90%;}
  .c_liitem .c_lilcon { padding:60px 60px 0 48px; padding:60px 40px 0 20px;}

}

@media screen and (max-width: 640px){
  .con_nrwar .rcon { padding:30px;}
  .positionline { height:50px;}
  .positionline i { line-height:50px; }
  .positionline a { line-height:50px;}
  .con_nrwar .rcon .media { margin-top:20px;}
  .c_liitem .c_lilcon { padding:40px 40px 0 20px;}
  .c_lilcon em { height:40px; line-height:40px; margin-top:15px;}
  .pro_gdbox .prorcon { margin-top:20px;}
  .ab_com .rcon .home_boxtit:before { font-size:36px;}
  .ab_com .rcon .home_boxtit:after { font-size:36px;}
  .ab_his ul li p { font-size:28px;}
  .ab_his ul li { padding:30px 20px;}
  .home_boxtit { font-size:28px;}
  .in_hotcase .home_boxtit { line-height:45px; margin-top:0;}
  .in_hotcasetext .wenzi { margin-top:50px; padding-left:30px;}
  .in_hotcase:before { top:25%; height:75%;}
  .in_hotcasetext .wenzi p { font-size:18px;}
  .in_hotcaseswiper .owl-controls .owl-buttons div { height:32px;}
  .in_hotcaseswiper .owl-controls .owl-buttons .owl-next { right:34%;}
  .in_casetext { padding:25px 20px 24px 20px;}
  .infocon h1 { font-size:24px; font-weight:normal;}
  .infocon .time { font-size:16px;}



}

@media screen and (max-width:480px){
  .warper { width: 92%;}
  .positionline a { font-size:16px;}
  .infocon h1 { font-size:22px;}
  .f_bot .item3 { width:100%;}
  .f_bot .item4 { width:100%; margin-top:35px;}
  .footmenu { display:block;}
  .in_copy { padding-bottom:80px;}
  .c_liitem:before { top:0; height:100%;}
  .c_liitem .c_lilcon { padding:15px 20px 0 10px;}
  .c_desdiv { margin-top:5px; height:50px;}
  .c_desdiv p { line-height:25px;}
  .c_liitem .c_lilcon h3 { font-size:18px;}
  .c_lilcon em { width:130px; height:35px; line-height:35px; font-size:14px;}
  .news_item .rcon .left { margin-top:-45px; height:120px;}
  .news_item .rcon .left h2 { margin-top:30px;}
  .news_item .rcon h4 { font-weight:normal;}
  .news_item .rcon { padding:15px;}
  .news_item .rcon p { margin-top:5px;}
  .home_boxtit { font-size:26px;}
  .in_hotswiper .owl-controls .owl-buttons .owl-prev { left:68%;}
  .in_hotswiper .owl-controls .owl-buttons div, .in_cerswiper .owl-controls .owl-buttons div, .in_caseswiper .owl-controls .owl-buttons div { height:30px;}
  .in_hotswiper { margin-top:10px;}
  .in_hotswiper .owl-theme .owl-controls, .in_cerswiper .owl-theme .owl-controls, .in_caseswiper .owl-theme .owl-controls { top:-48px;}
  .in_hotpro { padding:40px 0 50px 0;}
  .in_hottext span { margin-top:6px;}
  .in_ab { padding:50px 0 60px 0;}
  .flat-video-fancybox a.fancybox { width:65px; height:65px; line-height:65px;}
  .flat-video-fancybox i { font-size:50px;}
  .home_boxtit { font-size:24px;}
  .in_ab .text .home_boxtit:before { font-size:30px; top:-10px;}
  .in_ab .text .home_boxtit:after { font-size:30px; top:10px;}
  .in_ab .text span { margin-top:10px;}
  .in_ab .text { padding:10px 20px 40px 20px;}
  .in_hotcase .home_boxtit { position:relative; text-align:center; margin-left:0;}
  .in_hotcase .home_boxtit:before { left:45%; width:10%;}
  .in_hotcase:before { top:0; height:100%;}
  .in_hotcase { padding:35px 0;}
  .in_hotcasetext .wenzi { margin-top:0; padding-left:20px;}
  .in_hotcasetext .wenzi p { height:40px; overflow:hidden; font-size:16px;}
  .in_hotcaseswiper .owl-controls .owl-buttons .owl-next { right:22%;}
  in_hotcaseitem img { margin-top:10px;}
  .in_hotcaseswiper .owl-theme .owl-controls { top:72%;}
  .in_casetext span { margin-top:5px;}
  .in_casetext { padding:15px 15px 15px 15px;}
  .in_casetext .lcon { margin-top:-50px;}
  .ab_his ul li p { font-size:26px; height:50px; line-height:50px;}
  .del_contact i { font-size:24px;}
  .pro_gdbox .prorcon { padding:15px;}
  .pro_gdbox .prorcon h2 { font-size:22px; margin-bottom:0;}
  .del_item h3 { padding-bottom:10px;}
  .app_pic li { width:100%; margin-bottom:10px;}
  .del_item { padding:0 0 30px 0;}
  .del_text { padding-bottom:0;}
  .pro_table table tr td { padding:6px 5px;}
  .rel_swiper .item { margin:0 7px;}
  .infocon h1 { font-size:20px;}
  .c_lilcon em { margin-top:10px;}
  .digg4 { margin-bottom:30px;}
  .digg4 a, .digg4 span.miy,  .digg4 span.current { font-size:19px;}
  .digg4 span.disabled { font-size:28px;}
  .map { margin-top:20px;}
  .c_liitem .c_lilcon { padding:8px 20px 0 10px;}
  .c_list li { margin-bottom:20px;}
}
@media screen and (max-width:414px){
  .home_boxtit{ font-size: 22px; }

}

@media screen and (max-width:380px){

}