@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover {
  color: #87bb0a;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
#scrollUp:hover {
    cursor: pointer;
    background: #f39700;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#scrollUp {
    position: fixed;
    right: 0;
    bottom: 30px;
    background: #e5e5e5;
    text-align: center;
    padding: 10px 15px;
    font-size: 24px;
}
/*常用css样式*/
pre{
   white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
.about{
  color: #000;
}
.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-blue {
  color: #299df6;
}

.font-bold {
  font-weight: bold;
}
/* 首页css */
.top{
  position: relative;
  z-index: 9999;
}
.header{
  background-color: #222;
  line-height: 30px;
}
.nav-active{
  color: #87bb0a !important;
}
.title{
  line-height: 80px;
  /* width: 200px;
  margin: auto;
  background-image: url(../../images/title-bg.jpg);*/
  font-size: 24px; 
  color: #87bb0a;
}
.product .btn{
  margin-bottom:15px;
}
.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}


/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}
.product-name{
  border:1px solid #ddd;
  border-top: none;
  margin-bottom: 20px;
  line-height: 40px;
}
@media(min-width:768px){
  /* .product-scroll{
    width: 25%;
    float: left;
    padding: 0 15px;
    overflow:hidden;
    height: 100px;
  } */
}
.product-scroll{
  overflow: hidden;
}
#marquee1{
  height: 700px;
  overflow: hidden;
}

.about{
  background-image: url(../../images/home-about.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  padding:20px;
  margin-top: 30px;
}
.about-text{
  font-size: 16px;
  line-height: 32px;
}
#marquee2{
  overflow: hidden;
}
#marquee2 li{
  float: left;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 220px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.home-img-news{
  background-repeat: repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}
.img-news-title{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  background-color: rgba(135, 187, 10, .7);
  line-height: 36px;
  padding:0 10px;
}
.n-time{
  border-right: 1px solid #ccc;
  padding-right: 5px;
}
.line2{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n-title{
  margin-top: 0;
}
.home-news-list{
  overflow: hidden;
  padding: 17px 0;
  border-bottom:1px dashed #ccc;
  margin-bottom: 15px;
}
.home-news-list:hover .n-title a,.home-news-list:hover .n-time,.home-news-list:hover .line2,.home-news-list:hover .word-break,.home-news-list:hover .read{
  color: #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover .n-time{
  border-right: 1px solid #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
.home-news-list:hover {
  border-bottom: 1px dashed #87bb0a;
  -webkit-transition: all .4s ease;
   -moz-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
#marquee3{
  overflow: hidden;
}
#marquee3 li{
  float: left;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 220px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.bootom-nav{
  background-color: #537c36;
  line-height: 40px;
  font-size: 16px;
  margin-top: 20px;
}
.text-green{
  color: #87bb0a;
}
.pro-en{
  font-family: "宋体";
  color: #a4a4a4;
  font-size: 18px;
}
.bootom-pro{
  line-height: 24px;
}
.border-right{
  border-right: 1px solid #a4a4a4;
  margin-top: 15px;
}
.bootom-contact{
  line-height: 24px;
  padding-left: 15px;
}
.copyright{
  background-color: #537c36;
  line-height: 32px;
}
.left-nav{
  line-height: 40px;
  font-size: 18px;
}
.left-active{
  line-height: 60px;
  font-size: 24px;
  background-color: #f5f5f5;
}
.left-nav li{
  border-bottom: 1px solid #e5e5e5;
}
.bread{
  line-height: 40px;
  background-color: #e5e5e5;
  color: #444;
  font-size: 18px;
  margin-bottom:30px;
}
.bread a{
  color: #444;
}
.bread-title{
  font-size: 24px;
}
.read{
  margin-bottom: 5px;
  color: #a4a4a4;
}
.show-img{
  max-width: 500px;
}
.show-new-des{
  background-color: #e5e5e5;
  border-left: 4px solid #a4a4a4;
  padding: 10px 15px;
  color: #363636;
}
.show-news-info{
  padding-top:20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
}
.margin-top-30{
  margin-top: 30px;
}
#marquee3 li{
  padding: 10px;
}
.show-product{
  font-size: 16px;
  line-height: 2em;
}
.brand-join{
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e56b39;
}
.join-brand{
  font-size: 24px;
}
.join-ul{
  margin-top: 20px;
  line-height: 2em;
  font-size: 16px;
}
.btn{
  border-radius: 4px;
}
.join-tel{
  position: relative;
  overflow: hidden;
}
.join-tel span{
  font-size: 24px;
}
.join-tel{
  border: 2px solid red;
  border-radius: 8px;
  padding: 5px 15px;
  margin-top: 20px;
}
.tel-back{
  position: absolute;
  top: 0;
  right: 0px;
}
.join-btn{
  margin-top: 30px;
}
.join-btn .col-xs-4{
  padding: 0 10px;
}
.join-rz{
  font-size: 18px;
  margin-left: 5px;
}
.join-de{
  font-size: 14px;
  color: #7b7b7b;
  padding-top: 5px;
  margin-left: 5px;
}
.text-success{
  color: #20b415;
}
.join-right-ul{
  line-height: 32px;
  font-size: 14px;
}
.join-right-ul .fa-check-circle{
  font-size: 22px;
}
.join-right-ul li{
  padding: 5px 0;
}
.join-b{
  font-size: 24px;
  padding-left: 15px;
  border-left: #f00 4px solid;
}
.join-company{
  color: #7d7d7d;
  line-height: 1.75em;
  padding-top: 15px;
  letter-spacing: .5px;
  /* font-size: 16px; */
}
.join-information,.join-pay,.join-adva,.join-yq{
  color: #7d7d7d;;
  line-height: 2em;
  /* font-size: 16px; */
  padding-top: 15px;
}
.join-adva{
  height: 300px;
  overflow: hidden;
}
.join-adva-active{
  height:auto;
}
.step{
  margin: 30px 0;
}
.btn-renz{
  border-radius: 4px;
  border:1px solid #f00;
  color: #f00;
  margin-top: 15px;
}
.join-guide{
  font-size: 18px;
}

.join-icon .col-xs-4{
  padding: 0 10px;
}
.join-icon .text-center{
  font-size: 16px;
  padding-top: 10px;
}
.join-pc{
  line-height: 2em;
}
.join-hot{
  margin-bottom: 15px;
  padding: 0 10px;
}
.join-from{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: none;
}
.join-from-container{
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -150px;
  padding: 15px;
}
.join-logo{
  margin-bottom: 30px;
  overflow: hidden;
}
.join-logo-title{
  font-size: 18px;
  padding-top: 15px;
}
.join-read{
  padding: 10px 0;
  overflow: hidden;
}
.form-bottom{
  font-size: 16px;
  padding-top: 20px;
}
.join-close{
  position: absolute;
  top:-40px;
  right: -40px;
  cursor: pointer;
}
.swiper-container{text-align: center;}
td.px13{
  padding:15px 0
}
.dsn{
  padding:15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1px;
}
.main_body{
  line-height: 1.5em;;
}
.main_head{
  padding: 15px 0;
}
.show-job-title{
  font-size: 22px;
  font-weight: bold;
  color: #ffc90d;
  margin-bottom:10px;
}
.show-job-info{
  padding: 10px 0;
}
.lh18{
  line-height: 2em;
}
.show-pro-info table td{
  border:1px solid #ddd;
  padding:5px;
  width: auto !important;
}
.home-about{
	font-size:16px;
	line-height:2em;
	padding-top:30px;
}
.px13 table td,#dform table td{
  border:1px solid #ddd;
  padding:5px;
  width: auto !important;
}

.hide{display:none;}