@charset "utf-8";
/*初始化代码*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body, html{width:100%;height:100%;}
body { background:#ffffff; color:#333333; font-size:14px; font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#333333; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }/*公共类*/
.fl { float:left}
.fr {float:right}
.al {text-align:left}
.ac {text-align:center}
.ar {text-align:right}
.hide {display:none !important;}
/* 文本溢出省略 父级样式需为块级元素、宽度不能为空*/
.ellipsis{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ellipsis2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis4{
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*引入字体图标*/
@font-face {
  font-family: 'iconfont';
  src: url('./font/iconfont.eot');
  src: url('./font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('./font/iconfont.woff') format('woff'),
  url('./font/iconfont.ttf') format('truetype'),
  url('./font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*css3动画时间*/
.animated1_5{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

/*统一样式更改*/
a:hover{color:#2d8cf0;}
input[type="text"], input[type="password"] {outline: 0;}

/*头部*/
.menu{
  height:80px;
  width:100%;
  min-width:1200px;
  background:#ffffff;
  border-bottom:1px solid #f5f5f5;
  position:fixed;
  top:0px;
  left:0;
  z-index:66;
}
.menu .logo{
  width:140px;
  height:60px;
  vertical-align:middle;
  padding:10px 0;
}
.nav ul li{
  float:left;
  font-size:16px;
  line-height:80px;
  padding:0 15px;
  margin:0 15px;
  position:relative;
}
.nav ul li a{
  display:inline-block;
}
.nav ul .more a:before{
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 0 2px 2px 0;
  border-color: #666666;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
}
.nav ul li .more-content{
  display:none;
  width:200px;
  line-height:normal;
  background:#ffffff;
  border-radius:8px;
  -moz-box-shadow:5px 5px 10px #666666;
  -webkit-box-shadow:5px 5px 10px #666666;
  box-shadow:5px 5px 10px #666666;
  position:absolute;
  top:81px;
  left:-50px;
  z-index:99;
}
.nav ul li .qrcode{
  width:116px;
  height:116px;
  padding:10px;
}
.nav ul li .qrcode img{
  width:116px;
  height:116px;
  vertical-align:middle;
}
.nav ul li .more-content a{
  display:block;
  padding:10px;
  color:#333333;
  text-align:center;
  border-bottom:1px solid #dddddd;
}
.nav ul li .more-content a:last-child{
  border-bottom:0;
}
.nav ul li .more-content a:before{
  display:none;
}
.nav ul .more:hover .more-content{
  display:block;
}
.nav ul li a:hover{
  color:#8FC320;
}
.nav ul .more a:hover::before{
  border-width: 0 2px 2px 0;
  border-color: #8FC320;
  border-style: solid;
}
.nav ul li.active a{
  color:#8FC320;
}
.nav ul li input{
  width: 110px;
  height: 24px;
  line-height: 24px;
  padding: 0 25px 0 5px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 5px;
  margin-top:-5px;
}
.nav ul li .search-btns{
  width: 16px;
  height: 16px;
  padding: 5px;
  line-height: 12px;
  background: #8FC320;
  position: absolute;
  top: 26px;
  right: 0;
  margin-left: 0;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav ul li .search-btns img{
  vertical-align:middle;
}
/*公用*/
.fill{
  height:80px;
  width:100%;
  min-width:1200px;
}
.banner{
  width:100%;
  min-width:1200px;
  position:relative;
  overflow:hidden;
}
.banner img{
  width:100%;
  vertical-align: middle;
}
.banner .banner-info{
  width:100%;
  min-width:1200px;
  color:#ffffff;
  text-align:center;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-102px;
}
.banner-info h3{
  font-size:48px;
  margin-bottom:47px;

}
.banner-info h3 span{
  margin:0 20px;
}
.banner-info p{
  font-size:30px;
  margin-bottom:68px;
}
.banner-info a{
  display:inline-block;
  color:#ffffff;
  font-size:16px;
  padding:12px 70px;
  background:#8FC320;
}
@media screen and (min-width:1025px){
  .bimg {  visibility: visible !important; -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);}
  @-webkit-keyframes scaleUpDown {
      from { -webkit-transform: scale(1.08); transform: scale(1.08); }
      to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  }
  @keyframes scaleUpDown {
      from { -webkit-transform: scale(1.08); transform: scale(1.08); }
      to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  }
}
/*底部*/
.footer{
  min-width:1200px;
  background:#545454;
}
.footer-menu{
  padding:80px 0;
}
.footer-menu ul li{
  width: 213px;
  padding-left: 5px;
}
.footer-menu ul li:last-child{
  width:320px;
}
.footer-menu ul li h3{
  font-size:16px;
  color:#CCCCCC;
  margin-bottom:5px;
}
.footer-menu ul li a{
  display:block;
  color:#888888;
  line-height:34px;
}
.footer-menu ul li a img{
  width:170px;
  vertical-align:middle;
}
.footer-menu ul li span{
  display:block;
  line-height:34px;
  color:#888888;
}
.footer-menu ul li a:hover{
  color:#8FC320;
}
/*返回顶部*/
.back-top {
  position:fixed;
  width:60px;
  height:60px;
  bottom:30px;
  right:30px;
  background:#ccc;
  text-align:center;
  line-height:60px;
  text-decoration:none;
}



