html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color:#666;}
a:link{color:#666;}
a:hover,a:active,a:focus{color:#e87518;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}


.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}


/*公用样式*/
.wt{width:1920px;position: relative;left:50%;margin-left:-960px;}
.wt_t{width:1190px;margin:0 auto;}

.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}




/*头部*/
.hh1{height:27px;background:#eeeeee;overflow: hidden;}
.wel{color:#777777;font-size:13px;line-height:27px}
.kk1{color:#777777;font-size:13px;line-height:27px}
.kk1 a{color:#777777;font-size:13px;line-height:27px}

.hh2{height:103px;}
.logo{line-height:103px;}
.by{line-height:103px;margin-left:69px}
.tel{float:right;color:#222222;font-size:28px;line-height:34px;font-weight: 500;margin-top:16px;letter-spacing: 1px;}





/* 导航样式 */
.menux{background:#729b0b}
.x-menu {
width:1190px;margin:0 auto;
}

.x-menu > li {
  float: left;
  position: relative;text-align: center;width:119px;line-height:44px

}

.x-menu > li > a {
  display: block;
  font-size: 16px;font-weight: bold;letter-spacing: 1px;
  color: #ffffff;text-align: center;line-height:44px;
  height:44px
}

.x-menu > li > a:hover {
  background: #90bd1e;
  color: #fff;
}

.x-menu > li.active > a {
  /*background: #90bd1e;*/
  color: #fff;
}


.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0%;
  top: 44px;
  background: #90bd1e;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #90bd1e;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #90bd1e transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #729b0b;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #0eb856;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}



/*热门搜索*/
.sou{height:48px;background:#f6f6f6}

.hotSearch{float:left;height:48px;line-height:48px;font-weight:normal;color:#000;font-size:14px;font-weight: bold;}
.hotSearch a{margin-right:6px;font-weight: 400;color:#777777}

/*搜索和热门搜索*/
#formsearch{width:320px;float:right;margin-top:10px;}
#formsearch input{height:28px;background:none;border:1px solid #dddddd;line-height:22px;width:245px;outline: none;float:left;}
#formsearch input#keyword{height:28px;line-height:28px;padding-left:54px;color:#888888;letter-spacing: 1px;}
#formsearch input#s_btn{width:36px;height:28px;line-height:28px;text-align:center;background:url(../images/ss.png) no-repeat center top;color:#fff;border:none;cursor:pointer;font-size:0px;}





/* <!--{* 产品中心 *}--> */
.prott{text-align: center;color:#222222;font-size:32px;font-weight: bold;background:url(../images/xx1.png) no-repeat 50% 36%}
.prott span{color:#888888;font-size:15px;font-weight: 400;display: block;margin-top:10px}
.plist{display:block;margin-top:50px}
.plist li{width:297px;border:1px solid #eeeeee;float:left;position: relative;}
.plist li a.img{display: block;}
.plist li a.img img{display: block;width:295px;height:261px;}

.plist li:nth-child(2){border-right: none;border-bottom: none}
.plist li:nth-child(1){border-right: none;border-bottom: none}
.plist li:nth-child(3){border-right: none;border-bottom: none}
.plist li:nth-child(4){border-bottom: none}


.plist li:nth-child(5){border-right: none;}
.plist li:nth-child(6){border-right: none;}
.plist li:nth-child(7){border-right: none;}

.plist li h3{color:#333333;font-size:16px;background:url(../images/jt2.png) no-repeat   70% 50%;line-height:77px}
.plist li h3 a{color:#333333;font-size:16px;line-height:77px;color:#00923e;padding-left: 96px;}
.plist li:hover h3{background:url(../images/jt2.png) no-repeat  70% 50%;}
.plist li:hover h3 a{color:#00923e}
.ff1{color:#fff;font-size:14px;font-weight: bold;position: absolute;left:0px;top:0px;background:url(../images/f1.png) no-repeat center top;width:77px;height:29px;line-height:29px;text-align: center;}





/* <!--{* 产品特点： *}--> */
.td{height:850px;background:url(../images/bg2.png) no-repeat center top;/*margin-top: -60px;*/}

.swiper-container{ width: 1000px!important;margin:0 auto;padding-top:308px!important}
.swimg{width:392px;float:right}
.swimg a img{display:block;width:372px;height:398px}

.swwz{float:left;width:500px;}
.swwz h2{color:#000;font-size:36px;font-weight:600;}
.swwz h2 a{color:#000;font-size:36px;font-weight:600;}

.swwz h3{color:#777777;font-size:14px;font-weight:400;margin-top:20px}
.swwz h3 a{color:#777777;font-size:14px;font-weight:400;letter-spacing: 8px;display: block;}
.tdtt{color:#00923e;font-size:20px;font-weight: bold;margin-top:40px;margin-bottom: 20px}
.swwz span{display:block;color:#000;font-size:15px;line-height:28px;}


.swiper-pagination{display: none}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    position: absolute;
    top:89%;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;border-radius:20px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;}
    .swiper-container .swiper-button-prev{left:0;background:url(../images/le.png) no-repeat center #00923e}
    .swiper-container .swiper-button-prev:hover{background:url(../images/le.png) no-repeat center #0eb856}
    .swiper-container .swiper-button-next{left:7%;background:url(../images/re.png) no-repeat center #00923e}
    .swiper-container .swiper-button-next:hover{background:url(../images/re.png) no-repeat center #0eb856}



.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;overflow:hidden;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);overflow:hidden;}




/* <!--{* 理由 *}--> */
.ly{height:865px;overflow: hidden;}
.lybt{text-align: center;}
.lybt img{text-align: center;}
.lynr{width:1200px;margin:0 auto;position: relative;margin-top:90px}
.lytpx{position:absolute;left:70px;top:0px}
.lytpx img{width: 779px;height: 695px;}
.adv1{width:380px;float:right;margin-top:32px;margin-right: 30px;}
.adv1 li{margin-bottom: 65px;}
.adv1 li h2{color:#00923e;font-size:21px}
.adv1 li h2 a{color:#00923e;font-size:21px;letter-spacing: 1px;}
.adv1 li span{width:373px;display: block;color:#000;font-size:15px;margin-top:15px;letter-spacing: 1px;font-weight: bold;line-height:26px;height:48px;overflow: hidden;}
.adv1 li:nth-child(2){margin-left:70px}
.adv1 li:nth-child(2) h2{width: 330px;}
.adv1 li:nth-child(3){margin-left:76px}
.adv1 li:nth-child(4){margin-left:13px}






/* <!--{* 公司简介 *}--> */
.ab{background:url(../images/bg4.png) no-repeat center top;height:920px;margin-top: -25px;}
.prott2{text-align: center;color:#000000;font-size:32px;font-weight: bold;background:url(../images/x1.png) no-repeat 50% 36%}
.prott2 span{color:#000000;font-size:15px;font-weight: 400;display: block;margin-top:20px}

.abnr{margin-top:60px;height:458px;overflow:hidden;background:#fff;}
.ale{width:485px;float:left;margin-left:54px;margin-top:50px}
.ab2{color:#222222;font-size:15px;line-height:34px;height:295px;overflow: hidden;}
.morex{background:#0eb856;width:199px;height:50px;border-radius: 10px;text-align: center;font-size:16px;font-weight: bold;margin-top:20px}
.morex a{color:#ffffff;text-align: center;font-size:16px;font-weight: bold;line-height:50px;display: block;}
.morex:hover{background:#0eb856;line-height:50px}

.are{float:right;width:586px;height:448px;overflow: hidden;margin-right:6px;margin-top:6px}
.are img{display: block;width: 580px;height: 444px;}

.prott3{text-align: center;color:#000000;font-size:32px;font-weight: bold;background:url(../images/x11.png) no-repeat 60% 26%}
.prott3 span{color:#888888;font-size:15px;font-weight: 400;display: block;margin-top:20px}




.ser_conc{width:1190px;height:597px;position:relative;}
.ser_conc li h2{}
.ser_conc li:nth-child(1){position:absolute;left:3px;top:0px;width:287px;height:291px;overflow:hidden}
.ser_conc li:nth-child(2){position:absolute;left:305px;top:0px;width:287px;height:291px;overflow:hidden}

.ser_conc li:nth-child(3){position:absolute;right:0;top:0px;width:581px;height:290px;overflow:hidden}
.ser_conc li:nth-child(4){position:absolute;left:3px;bottom:0px;width:589px;height:290px;overflow:hidden}



.ser_conc li:nth-child(5){position:absolute;left:609px;bottom:0px;width:284px;height:291px;overflow:hidden}
.ser_conc li:nth-child(6){position:absolute;right:0px;bottom:0px;width:281px;height:291px;overflow:hidden}
.ser_conc li a.imgx{position: relative;}
.ser_conc li a.imgx dt{width:100%;text-align: center;letter-spacing: 3px;color: #fefefc;font-size:22px;position: absolute;z-index: 99999;bottom:0px;font-weight: 400;background:#00923e;line-height: 69px;}


.ser_conc li:nth-child(3) a.imgx dt,.ser_conc li:nth-child(4) a.imgx dt,.ser_conc li:nth-child(6) a.imgx dt{background:#729b0b;}

.qx{background:url(../images/qx.png) no-repeat center top;height:190px;margin-top: 20px;}




/* <!--{* 新闻中心 *}--> */
.xw1{width:575px;float:left}

.list4 {
  margin-top: 40px;
}

.list4 li {
  float: left;
  margin-right: 3px;
  width: 585px;}


.list4 li .img img {
  width: 574px;
  height: 263px;border-radius: 5px;
}

.list4 li h3 {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 35px;margin-top:10px
}

.list4 li span {
  font-size: 12px;
  color: #fff;
  line-height: 25px;overflow: hidden;
}
.list4 li dd {
  font-size: 14px;
  color: #777777;
  line-height: 25px;height:50px;overflow: hidden;margin-top:5px
}

.list4 li:hover h3{color:#00923e}

.wen2{width:570px;float:right;  margin-top: 40px;}

.newx li{height:100px;border-bottom: 1px dashed #dddddd;margin-bottom: 30px;}
.newx li:last-child{margin-bottom: 0;}
.time{float:left;width:83px;height:83px;border-radius: 10px;background:#00923e;}
.time dt{font-weight: 500;color:#ffffff;font-size:36px;text-align: center;margin-top:1px}
.time dd{font-weight: 400;color:#ffffff;font-size:15px!important;text-align: center;}


.newx li .dac{display:block;width:465px;overflow: hidden;float:right;}
.newx li .dac h3{color:#222222;font-size:18px;line-height:35px;font-weight: 400;}
.newx li .dac h3 a{color:#222222;font-size:18px;line-height:35px}
.newx li .dac span{
  font-size: 14px;
  color: #777777;
  line-height: 25px;height:50px;overflow: hidden;display: block;margin-top:3px
}
.newx li:hover .dac h3 a{color:#00923e}


/* 常见问题 */
.changtt{color:#333333;font-size:18px;font-weight: 600;position: relative;line-height:45px;border-bottom: 1px dashed #dddddd}
.changtt a{color:#333333;font-size:13px;font-weight: 400;position: absolute;line-height:45px;right:0px}


.c7{
  margin-top:10px;border-bottom: 1px dashed #dddddd;padding-bottom:5px;
}

.c7 .c7-1 h3 {
  font-weight: 500;
  font-size: 26px;
  color: #000;
}

.c7 .c7-1 h3 p {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 10px;
}

.c7 .c7-1 .xx {
  cursor: pointer;
  margin-top: 54px;
}

.c7 .c7-1 .xx.prev {
  margin-left: 3px;
}

.c7 .c7-2 {
  width: 1200px;
}

.c7 .bd {
  overflow: hidden;
}

.c7 .list2 li {
  float: left;
  width: 400px !important;
  height: 138px;
  margin-right: 18px;
  padding: 25px 30px 0 28px;  background: url(../images/xv.png) no-repeat center right;
}

.c7 .list2 li h3 {
  display: block;
  padding-left: 40px;
  background: url(../images/w.png) no-repeat 0 50%;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  line-height: 27px;
}
.c7 .list2 li h3:hover{color:#047f38}

.c7 .list2 li dd {
  padding-left: 40px;
  background: url(../images/d.png) no-repeat 0 0;
  line-height: 25px;height:50px;overflow: hidden;
  color: #777777;
  margin-top: 10px;
  font-size: 14px;
}




.dff{background:url(../images/dff.png) no-repeat center top #0c331c;padding-bottom: 10px;margin-top:60px;padding-top: 40px;}
.logo2{float:left;width:269px;float:left;margin-top: 20px; overflow: hidden;}
.nav2{margin-top: 10px; float:left;margin-left: 20px;color:#fff;line-height:30px;font-size:15px;width:330px;overflow: hidden;}
.nav2 a{color:#fff;line-height:28px;font-size:15px;display: block;width: 145px;text-align: center;}
.dh2{width:300px;float:left;color:#fff;line-height:26px;margin-left: 66px;overflow: hidden;font-size: 13px;margin-top: 20px;}
.dtel{font-size: 14px;margin-top: 10px;color: #d8f0e2;}
.wmx{float:right;}


.cop{color:#d1caca;line-height:23px;text-align: center;font-size: 13px;}
.cop a{color:#d1caca;text-align: center;}
.foot1{height: 163px;overflow: hidden;margin-bottom: 10px;}





#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.xypg-right-content{font-size: 14px;line-height: 28px;font-family: '微软雅黑';}


.page-product-inquiry a{color: #fff;}