/**
 * base.less
 * 通用样式
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  box-sizing: border-box;
}
body {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #eaeaea;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img-circle {
  border-radius: 50%;
}
img-rounded {
  border-radius: 0.3rem;
}
img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
}
img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  transition: width .2s linear;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1320px;
  }
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1481266234445');
  src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1481266234445') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');

  /* IE9*/
  /* iOS 4.1- */
}
@font-face {
  font-family: 'sanfrancisco';
  src: url('../fonts/sanfranciscodisplayblackwebfont_0.eot');
  src: url('../fonts/sanfranciscodisplayblackwebfont_0.eot') format('embedded-opentype'), url('../fonts/sanfranciscodisplayblackwebfont_0.woff2') format('woff2'), url('../fonts/sanfranciscodisplayblackwebfont_0.woff') format('woff'), url('../fonts/sanfranciscodisplayblackwebfont_0.ttf') format('truetype'), url('../fonts/sanfranciscodisplayblackwebfont_0.svg#sanfranciscodisplayblackwebfont_0') format('svg');
}
.section {
  position: relative;
}
.radioWrap {
  width: 20px;
  height: 220px;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -90px;
}
.radio {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.radio li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  text-indent: -10000px;
  border-radius: 50%;
  margin-top: 12px;
  cursor: pointer;
  border: 1px solid #37903b;
}
.radio li:first-child {
  margin-top: 0;
}
.radioOn {
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #37903b;
  border-radius: 50%;
}
.mouse {
  width: 64px;
  height: 64px;
  background: url(../images/icon.png) no-repeat;
  background-position: -64px 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
}
.mouse span.ball {
  position: absolute;
  width: 2px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-animation: wheel 2s infinite;
  -moz-animation: wheel 2s infinite;
  -o-animation: wheel 2s infinite;
  -ms-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
}
.mouseup {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  display: none;
}
@media (max-height: 890px) {
  .mouseup {
    bottom: 140px;
  }
}
.mouseup span.ballup {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icon.png) no-repeat;
  background-position: -128px 0;
  -webkit-animation: wheel 2s infinite;
  -moz-animation: wheel 2s infinite;
  -o-animation: wheel 2s infinite;
  -ms-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
}
@-webkit-keyframes wheel {
  0% {
    top: 8px;
  }
  20% {
    top: 18px;
  }
  100% {
    top: 8px;
  }
}
@-moz-keyframes wheel {
  0% {
    top: 8px;
  }
  20% {
    top: 18px;
  }
  100% {
    top: 8px;
  }
}
@-o-keyframes wheel {
  0% {
    top: 8px;
  }
  20% {
    top: 18px;
  }
  100% {
    top: 8px;
  }
}
@-ms-keyframes wheel {
  0% {
    top: 8px;
  }
  20% {
    top: 18px;
  }
  100% {
    top: 8px;
  }
}
@keyframes wheel {
  0% {
    top: 8px;
  }
  20% {
    top: 18px;
  }
  100% {
    top: 8px;
  }
}
.header,
.header-in {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #1c1c1c;
  padding: 0 4%;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .header,
  .header-in {
    padding: 0 2%;
  }
}
.header .nav,
.header-in .nav {
  float: right;
  margin-right: 30px;
}
.header .nav > .item,
.header-in .nav > .item {
  float: left;
  line-height: 100px;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (max-width: 991px) {
  .header .nav > .item,
  .header-in .nav > .item {
    line-height: 40px;
  }
}
.header .nav > .item:hover,
.header-in .nav > .item:hover {
  color: #3d943b;
}
.header .nav > .item:hover .level-2,
.header-in .nav > .item:hover .level-2 {
  height: auto;
  color: #666;
}
.header .nav > .item:hover.more a::after,
.header-in .nav > .item:hover.more a::after {
  color: #3d943b;
}
.header .nav > .item:hover .bg,
.header-in .nav > .item:hover .bg {
  opacity: 1;
}
.header .nav > .item > a,
.header-in .nav > .item > a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  font-family: 'sanfrancisco';
  text-transform: uppercase;
}
@media (max-width: 1380px) {
  .header .nav > .item > a,
  .header-in .nav > .item > a {
    padding: 0 10px;
  }
}
.header .nav .level-2,
.header-in .nav .level-2 {
  position: absolute;
  top: 80px;
  z-index: 9;
  line-height: 2.14285714;
  background-color: #1c1c1c;
  min-width: 180px;
  display: none;
  color: #666;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.23);
  border-radius: 1px;
}
.header .nav .level-2 li,
.header-in .nav .level-2 li {
  padding: 0 16px;
  list-style: none;
}
.header .nav .level-2 li:hover,
.header-in .nav .level-2 li:hover {
  background-color: #3d943b;
}
.header .nav .level-2 li:hover a,
.header-in .nav .level-2 li:hover a {
  color: #fff;
}
.header .nav .level-2 li:hover a::before,
.header-in .nav .level-2 li:hover a::before {
  color: #fff;
}
.header .nav .level-2 li:last-child,
.header-in .nav .level-2 li:last-child {
  margin-bottom: 30px;
}
.header .nav .level-2 a,
.header-in .nav .level-2 a {
  padding: 0;
  font-size: 15px;
  line-height: 2.33333333;
  display: block;
  color: #666666;
  font-family: Arial;
  overflow: hidden;
}
.header .nav .level-2 a::before,
.header-in .nav .level-2 a::before {
  font-family: "iconfont";
  content: '\e637';
  color: #666666;
  float: left;
  margin-top: 3px;
}
.header .search,
.header-in .search {
  width: 340px;
}
@media (max-width: 1744px) {
  .header .search,
  .header-in .search {
    width: 280px;
  }
}
@media (max-width: 1510px) {
  .header .search,
  .header-in .search {
    width: 200px;
    margin-right: 10px;
  }
}
.header .search .text,
.header-in .search .text {
  width: 300px;
  float: left;
  height: 40px;
  padding: 0 16px;
  color: #b5b5b5;
  border: none;
  background-color: #3f3f3f;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1744px) {
  .header .search .text,
  .header-in .search .text {
    width: 208px;
  }
}
@media (max-width: 1510px) {
  .header .search .text,
  .header-in .search .text {
    width: 160px;
  }
}
.header .search .btn,
.header-in .search .btn {
  background: url(../images/icon.png) no-repeat center #3d943b;
  background-size: cover;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  border-radius: 0 30px 30px 0;
  border: 0;
  float: left;
  cursor: pointer;
}
.header .search input,
.header-in .search input {
  outline: none;
  font-size: 12px;
  color: #8a8a8a;
}
.header .language,
.header-in .language {
  margin-top: 8px;
}
.header .language a,
.header-in .language a {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 2;
  font-family: Helvetica;
}
@media (max-width: 1744px) {
  .header .language a,
  .header-in .language a {
    margin-left: 10px;
  }
}
.header .language a:hover,
.header-in .language a:hover {
  color: #3d943b;
}
.header .language a::before,
.header-in .language a::before {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  background: url(../images/language.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1744px) {
  .header .language a::before,
  .header-in .language a::before {
    width: 33px;
    height: 20px;
  }
}
.header .language a:first-child,
.header-in .language a:first-child {
  margin-left: 0;
}
.header .language a:nth-child(2)::before,
.header-in .language a:nth-child(2)::before {
  background-position: -50px 0;
}
@media (max-width: 1744px) {
  .header .language a:nth-child(2)::before,
  .header-in .language a:nth-child(2)::before {
    background-position: -34px 0;
  }
}
.header .language a:nth-child(3)::before,
.header-in .language a:nth-child(3)::before {
  background-position: -100px 0;
}
@media (max-width: 1744px) {
  .header .language a:nth-child(3)::before,
  .header-in .language a:nth-child(3)::before {
    background-position: -67px 0;
  }
}
.header-in {
  position: relative;
}
.online {
  width: 100px;
  z-index: 3;
  position: fixed;
  right: -50px;
  top: 40%;
}
@media (max-width: 767px) {
  .online {
    display: none;
  }
}
.online a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  color: #fff;
  background: url(../images/online.png) no-repeat;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin-top: 1px;
  border-radius: 6px 0 0 6px;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.online a.online-1 {
  background-position: 0px 0px;
  background-color: rgba(0, 0, 0, 0.8);
}
.online a.online-1:hover {
  background-color: rgba(0, 166, 228, 0.7);
}
.online a.online-2 {
  background-position: 0px -50px;
  background-color: rgba(0, 0, 0, 0.8);
}
.online a.online-2:hover {
  background-color: rgba(57, 87, 150, 0.7);
}
.online a.online-3 {
  background-position: 0 -100px;
  background-color: rgba(0, 0, 0, 0.8);
}
.online a.online-3:hover {
  background-color: rgba(129, 216, 72, 0.7);
}
.online a.online-4 {
  background-position: 0 -150px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 126px;
}
.online a.online-4:hover {
  transform: translateX(-76px);
  background-color: rgba(246, 34, 69, 0.7);
}
.online a.online-5 {
  background-position: 0 -200px;
  background-color: rgba(0, 0, 0, 0.8);
}
.online a.online-5:hover {
  background-color: rgba(13, 189, 116, 0.7);
}
.banner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner img {
  height: 100%;
}
.banner .banner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 960px;
  margin-top: -480px;
  width: 1920px;
  margin-left: -960px;
  text-align: center;
}
.banner .banner-box img {
  height: 100%;
}
.banner .banner-box .owl-carousel .owl-pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: none;
}
.banner .banner-box .owl-carousel .owl-controls .owl-page.active span {
  width: 25px;
  background-color: #fff;
}
.banner .banner-box .owl-carousel .owl-controls .owl-page span {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 5px;
  border-radius: 3px;
}
.banner .banner-box .owl-buttons {
  display: none;
}
.banner-inner {
  overflow: hidden;
  width: 100%;
  height: 540px;
  position: relative;
}
.banner-inner .inner-box {
  position: absolute;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.banner-inner .text {
  width: 100%;
  max-width: 990px;
  margin: auto;
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 0;
  right: 0;
  padding: 50px 20px 40px 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.banner-inner .text h3 {
  font-size: 40px;
  font-family: 'sanfrancisco';
  margin: 0;
  text-transform: uppercase;
}
.banner-inner .text p {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.banner-inner .mousein {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
}
.banner-inner .mousein span.ballin {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: url(../images/icon.png) no-repeat;
  background-position: -576px 0;
  -webkit-animation: wheel 2s infinite;
  -moz-animation: wheel 2s infinite;
  -o-animation: wheel 2s infinite;
  -ms-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
}
.box-history {
  background: url(../images/history_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 0;
}
@media (max-width: 1440px) {
  .box-history {
    padding: 8% 0;
  }
}
.box-history .container {
  overflow: visible;
  padding: 0;
}
.box-history .owl-theme {
  margin-top: 26px;
  position: relative;
}
.box-history .item {
  margin-top: 40px;
  float: left;
  margin: 0 15px;
  padding: 36px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid #3d943b;
}
.box-history .item p {
  line-height: 1.46666667;
  height: 44px;
  overflow: hidden;
  font-size: 15px;
  color: #666666;
  margin: 0 0 10px 0;
}
.box-history .item h3 {
  font-family: 'sanfrancisco';
  font-size: 20px;
  margin: 0 0 10px 0;
}
.box-history .item h3::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/icon.png) no-repeat;
  background-position: -48px 0;
  background-size: cover;
}
.box-history .owl-controls {
  margin: 0;
}
.box-history .owl-controls .owl-pagination {
  display: none;
}
.box-history .owl-controls .owl-buttons .owl-prev,
.box-history .owl-controls .owl-buttons .owl-next {
  position: absolute;
  opacity: 1;
  border-radius: 0;
  top: 62px;
  z-index: 999;
  background: none;
}
.box-history .owl-controls .owl-buttons .owl-prev::after,
.box-history .owl-controls .owl-buttons .owl-next::after {
  font-family: "iconfont";
  content: '\e608';
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 34px;
  display: block;
  color: #fff;
}
.box-history .owl-controls .owl-buttons .owl-prev {
  left: -56px;
}
.box-history .owl-controls .owl-buttons .owl-prev:hover::after {
  color: #3d943b;
}
@media (max-width: 1440px) {
  .box-history .owl-controls .owl-buttons .owl-prev {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .box-history .owl-controls .owl-buttons .owl-prev {
    display: none;
  }
}
.box-history .owl-controls .owl-buttons .owl-next {
  right: -50px;
}
.box-history .owl-controls .owl-buttons .owl-next::after {
  content: '\e609';
}
.box-history .owl-controls .owl-buttons .owl-next:hover::after {
  color: #3d943b;
}
@media (max-width: 1440px) {
  .box-history .owl-controls .owl-buttons .owl-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .box-history .owl-controls .owl-buttons .owl-next {
    display: none;
  }
}
.title {
  text-align: center;
}
.title h2 {
  position: relative;
  font-size: 40px;
  line-height: 1;
  margin: 0;
  color: #000000;
  font-family: 'sanfrancisco';
}
.title p {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.title::after {
  content: '';
  display: block;
  width: 64px;
  height: 30px;
  margin: 0 auto;
  margin-top: 14px;
  background: url(../images/icon.png) no-repeat;
  background-position: -192px 0;
}
.box-product {
  background: url(../images/product_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 8% 0;
}
@media (max-width: 1440px) {
  .box-product {
    padding: 6% 0;
  }
}
.box-product .list {
  width: 50%;
  margin-top: 20px;
  padding-right: 15px;
  float: left;
  overflow: hidden;
}
.box-product .list:hover .pic .img-box {
  transform: scale(1.1);
}
.box-product .list .note {
  padding: 80px 40px;
  width: 50%;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.box-product .list .note h3 {
  font-family: 'sanfrancisco';
  font-size: 30px;
  margin: 0 0 16px;
}
.box-product .list .note h3:hover {
  color: #3d943b;
}
.box-product .list .note span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66666667;
  margin-bottom: 6px;
}
.box-product .list .note p {
  line-height: 2;
  color: #666666;
  font-size: 15px;
  margin: 0;
}
.box-product .list .note .info a {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.box-product .list .note .info a:last-child {
  margin-right: 0;
}
.box-product .list .note .info a:hover {
  transform: translateY(-6px);
}
.box-product .list .note .info a::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/icon.png) no-repeat #0b0b0b;
  background-position: -300px 0;
  background-size: cover;
}
@media (max-width: 1440px) {
  .box-product .list .note .info a::after {
    width: 50px;
    height: 50px;
    background-position: -250px 0;
  }
}
.box-product .list .note .info a:nth-child(2)::after {
  background-position: -360px 0;
}
@media (max-width: 1440px) {
  .box-product .list .note .info a:nth-child(2)::after {
    background-position: -300px 0;
  }
}
.box-product .list .note .info a:nth-child(3)::after {
  background-position: -420px 0;
}
@media (max-width: 1440px) {
  .box-product .list .note .info a:nth-child(3)::after {
    background-position: -350px 0;
  }
}
.box-product .list .note a.more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  color: #fff;
  background-color: #3d943b;
  border-radius: 3px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .box-product .list .note a.more {
    margin-top: 20px;
  }
}
.box-product .list .note a.more::after {
  font-family: "iconfont";
  content: '\e6f9';
  font-size: 18px;
  margin-left: 10px;
  float: right;
  margin-top: 2px;
}
.box-product .list .note a.more:hover {
  color: rgba(255, 255, 255, 0.8);
}
.box-product .list .pic {
  width: 50%;
  float: left;
  background-color: rgba(61, 148, 59, 0.9);
}
.box-product .list .pic .img-box {
  padding-bottom: 164.55696203%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.box-product .list:last-child {
  padding-left: 15px;
  padding-right: 0;
}
.box-import {
  overflow: hidden;
}
.box-import .left {
  width: 50%;
  height: 100%;
  float: left;
  background: url(../images/import_1.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.box-import .left .text {
  width: 70%;
  float: right;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px 80px 60px 40px;
}
@media (max-width: 1440px) {
  .box-import .left .text {
    padding-right: 40px;
  }
}
.box-import .left .text h3 {
  font-size: 40px;
  font-family: 'sanfrancisco';
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .box-import .left .text h3 {
    font-size: 30px;
  }
}
.box-import .left .text p {
  font-size: 16px;
  margin: 0;
  line-height: 1.875;
  font-weight: bold;
}
.box-import .right {
  width: 50%;
  height: 100%;
  float: left;
  background: url(../images/import_2.jpg) no-repeat;
  background-size: cover;
}
.box-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.box-scroll img {
  height: 100%;
}
.box-scroll .text {
  width: 990px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 54px 40px;
  color: #fff;
}
.box-scroll .text h3 {
  font-size: 40px;
  font-family: 'sanfrancisco';
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .box-scroll .text h3 {
    font-size: 30px;
  }
}
.box-scroll .text p {
  font-size: 16px;
  margin: 0;
  line-height: 1.875;
  font-weight: bold;
}
.box-scroll .scroll {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 960px;
  margin-top: -480px;
  width: 1920px;
  margin-left: -960px;
  text-align: center;
}
.box-scroll .scroll img {
  height: 100%;
}
.box-scroll .scroll .owl-carousel .owl-pagination {
  display: none;
}
.box-scroll .scroll .owl-buttons .owl-prev,
.box-scroll .scroll .owl-buttons .owl-next {
  position: absolute;
  opacity: 1;
  border-radius: 0;
  top: 68%;
  z-index: 99;
  width: 45px;
  height: 45px;
  background: none;
}
.box-scroll .scroll .owl-buttons .owl-prev::after,
.box-scroll .scroll .owl-buttons .owl-next::after {
  font-family: "iconfont";
  content: '\e608';
  width: 24px;
  height: 24px;
  line-height: 45px;
  font-size: 22px;
  display: block;
  color: #fff;
}
.box-scroll .scroll .owl-buttons .owl-prev:hover::after,
.box-scroll .scroll .owl-buttons .owl-next:hover::after {
  opacity: .8;
}
.box-scroll .scroll .owl-buttons .owl-prev {
  margin-left: -45px;
  background-color: #3d943b;
}
.box-scroll .scroll .owl-buttons .owl-next {
  background-color: #fff;
  margin-left: 0;
}
.box-scroll .scroll .owl-buttons .owl-next::after {
  content: '\e609';
  color: #3d943b;
}
.box-sales {
  padding: 8% 0;
  height: 100%;
  background: url(../images/sales_bg.jpg) no-repeat center;
}
@media (max-width: 1530px) {
  .box-sales {
    padding: 7% 0;
  }
}
@media (max-height: 890px) {
  .box-sales {
    padding: 7% 0;
  }
}
.box-sales .title {
  margin-bottom: 30px;
}
.box-sales .title h2 {
  color: #fff;
}
.box-sales .title p {
  color: #fff;
}
.box-sales .title::after {
  background-position: -512px 0;
}
.box-sales .pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1530px) {
  .box-sales .pic img {
    width: 80%;
  }
}
.box-sales .info {
  margin-top: 40px;
  text-align: center;
}
.box-sales .info p {
  font-family: 'sanfrancisco';
  display: inline-block;
  margin: 0 20px;
  font-size: 18px;
  color: #fff;
}
.box-sales .info p::before {
  font-family: "iconfont";
  content: '\e700';
  font-size: 20px;
  float: left;
  margin-right: 10px;
  color: #a0578e;
}
.box-sales .info p:nth-child(2)::before {
  color: #ffd504;
}
.box-sales .info p:nth-child(3)::before {
  color: #22a9d6;
}
.box-sales .info p:nth-child(4)::before {
  color: #fb0200;
}
.box-sales .info p:nth-child(5)::before {
  color: #0b9442;
}
.box-sales .list {
  overflow: hidden;
  margin: 0px -15px 0 -15px;
  font-size: 0;
  letter-spacing: -8px;
  text-align: center;
}
.box-sales .list li {
  width: 20%;
  font-size: 14px;
  letter-spacing: 0;
  /*float: left;*/
  display: inline-block;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-height: 890px) {
  .box-sales .list li {
    margin-top: 15px;
  }
}
.box-sales .list li .img-box {
  padding-bottom: 40%;
}
.box-team {
  background: url(../images/team_bg.jpg) no-repeat;
  padding-top: 8%;
}
.box-team .team {
  width: 100%;
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .box-team .team {
    max-width: 1200px;
  }
}
.box-team .note {
  background-color: #fff;
  position: relative;
  padding: 50px;
}
.box-team .note::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  z-index: 9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #fff;
}
.box-team .note > div {
  height: 90px;
}
.box-team .note h3 {
  font-family: 'sanfrancisco';
  font-size: 40px;
  color: #3d943b;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.box-team .note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
.box-team .left {
  width: 50%;
  float: left;
}
.box-team .left:hover .video .img-box {
  transform: scale(1.1);
}
.box-team .left .video {
  position: relative;
  overflow: hidden;
}
.box-team .left .video .img-box {
  padding-bottom: 43.75%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.box-team .left .video .video-box {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  z-index: 100;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.box-team .left .video .iframe {
  display: none;
  width: 100%;
}
.box-team .left .video .play {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/play.png) no-repeat;
  background-size: cover;
}
.box-team .right {
  width: 50%;
  float: left;
}
.box-team .right:hover .pic .img-box {
  transform: scale(1.1);
}
.box-team .right .pic {
  overflow: hidden;
}
.box-team .right .pic .img-box {
  padding-bottom: 43.75%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.box-team .right .note::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  z-index: 9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #fff;
  border-top: none;
}
.copyright,
.copyrightin {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 25px 0;
  line-height: 30px;
  color: #666666;
  background-color: #000000;
}
.copyright p,
.copyrightin p {
  display: inline-block;
  margin: 0;
}
.copyright p a,
.copyrightin p a {
  color: #333333;
  margin-left: 4px;
}
.copyright .f-link,
.copyrightin .f-link {
  float: right;
}
.copyright .f-link a::after,
.copyrightin .f-link a::after {
  content: '|';
  margin: 0 4px;
}
.copyright .f-link a:last-child::after,
.copyrightin .f-link a:last-child::after {
  display: none;
}
.copyright a:hover,
.copyrightin a:hover {
  color: #fff;
}
.copyrightin {
  position: relative;
}
.content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
}
.wrap {
  padding: 100px 0;
}
.wrap-about .about-top {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.wrap-about .about-top .left {
  width: 67%;
  float: left;
  height: 260px;
  background: url(../images/about_bg1.jpg) no-repeat;
  background-size: cover;
}
.wrap-about .about-top .left p {
  font-size: 20px;
  font-family: Arial;
  font-weight: 900;
  width: 370px;
  display: inline-block;
  margin-left: 320px;
  margin-top: 150px;
  color: #666;
  margin-bottom: 0;
}
.wrap-about .about-top .left h3 {
  margin: 0;
  font-size: 100px;
  font-family: 'sanfrancisco';
  display: inline-block;
}
.wrap-about .about-top .right {
  width: 33%;
  float: left;
  height: 260px;
  background: url(../images/about_bg2.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-left: 1px solid #dbdbdb;
}
.wrap-about .about-top .right h3 {
  margin: 0;
  font-family: 'sanfrancisco';
  font-size: 40px;
  margin-top: 146px;
}
.wrap-about .about-top .right h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #333333;
  margin-top: 20px;
}
.wrap-about .text {
  border: 1px solid #dbdbdb;
  border-top: none;
  padding: 40px 28px 50px 28px;
  position: relative;
}
.wrap-about .text::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 12px solid #fff;
}
.wrap-about .text p {
  margin: 0;
  line-height: 2;
  font-size: 15px;
  color: #666666;
  display: flex;
}
.wrap-about .text p .dot::before {
  display: inline-block;
  content: '';
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../images/icon.png) no-repeat;
  background-position: -44px 0;
  background-size: cover;
}
.wrap-history {
  background: url(../images/history_bg1.jpg) no-repeat;
  background-size: cover;
}
.wrap-history .h-title {
  overflow: hidden;
  height: 70px;
  background: url(../images/earth.png) no-repeat;
  background-position: 0 0;
}
.wrap-history .h-title h3 {
  display: inline-block;
  float: left;
  line-height: 70px;
  margin: 0;
  font-size: 40px;
  color: #fff;
  padding-left: 70px;
  font-family: 'sanfrancisco';
}
.wrap-history .h-title h3::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #fff;
  margin: 0 20px;
}
.wrap-history .container {
  overflow: visible;
}
.wrap-history .owl-theme {
  position: relative;
  margin-top: 10px;
}
.wrap-history .info {
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-history .item {
  margin: 0 15px;
}
.wrap-history .item .pic {
  background-color: #fff;
  padding: 10px;
  margin-top: 30px;
}
.wrap-history .item .pic .img-box {
  padding-bottom: 71.42857143%;
}
.wrap-history .item .pic p {
  margin: 18px 0 4px;
  font-size: 15px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-history .owl-controls {
  margin: 0;
}
.wrap-history .owl-controls .owl-pagination {
  display: none;
}
.wrap-history .owl-controls .owl-buttons .owl-prev,
.wrap-history .owl-controls .owl-buttons .owl-next {
  position: absolute;
  opacity: 1;
  border-radius: 0;
  top: 50%;
  z-index: 999;
  background: none;
}
.wrap-history .owl-controls .owl-buttons .owl-prev::after,
.wrap-history .owl-controls .owl-buttons .owl-next::after {
  font-family: "iconfont";
  content: '\e608';
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 34px;
  display: block;
  color: #fff;
}
.wrap-history .owl-controls .owl-buttons .owl-prev {
  left: -56px;
}
.wrap-history .owl-controls .owl-buttons .owl-prev:hover::after {
  opacity: 0.8;
}
@media (max-width: 1440px) {
  .wrap-history .owl-controls .owl-buttons .owl-prev {
    left: -60px;
  }
}
.wrap-history .owl-controls .owl-buttons .owl-next {
  right: -48px;
}
.wrap-history .owl-controls .owl-buttons .owl-next::after {
  content: '\e609';
}
.wrap-history .owl-controls .owl-buttons .owl-next:hover::after {
  opacity: 0.8;
}
@media (max-width: 1440px) {
  .wrap-history .owl-controls .owl-buttons .owl-next {
    right: -50px;
  }
}
.wrap-process .p-title {
  overflow: hidden;
  height: 70px;
  margin-bottom: 10px;
  background: url(../images/earth.png) no-repeat;
  background-position: 0 -71px;
}
.wrap-process .p-title h3 {
  display: inline-block;
  float: left;
  line-height: 70px;
  margin: 0;
  font-size: 40px;
  padding-left: 70px;
  font-family: 'sanfrancisco';
}
.wrap-process .p-title h3::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #333333;
  margin: 0 20px;
}
.wrap-process .list {
  margin-top: 30px;
  overflow: hidden;
}
.wrap-process .list .note {
  border: 1px solid #dbdbdb;
  padding: 40px;
  background-color: #f6f6f6;
}
.wrap-process .list .note h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-family: 'sanfrancisco';
  text-transform: uppercase;
}
.wrap-process .list .note h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #3d943b;
  margin-top: 10px;
}
.wrap-process .list .note p {
  font-size: 15px;
  color: #666666;
  line-height: 2;
  margin: 0;
}
.wrap-process .list .pic img {
  display: block;
}
.wrap-process .list-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
}
.wrap-process .list-1 .note {
  position: relative;
  width: 50%;
}
.wrap-process .list-1 .note::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -16px;
  border-top: 20px solid transparent;
  border-left: 16px solid #f6f6f6;
  border-bottom: 20px solid transparent;
}
.wrap-process .list-1 .pic {
  width: 50%;
}
.wrap-process .list-1 .pic .img-box {
  padding-bottom: 46.58385093%;
}
.wrap-process .list-2 .note,
.wrap-process .list-3 .note {
  position: relative;
  width: 100%;
}
.wrap-process .list-2 .note::before,
.wrap-process .list-3 .note::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  border-left: 20px solid transparent;
  border-top: 16px solid #f6f6f6;
  border-right: 20px solid transparent;
}
.wrap-process .list-2 .pic {
  width: 33.33333333%;
  float: left;
}
.wrap-process .list-2 .pic .img-box {
  padding-bottom: 69.76744186%;
}
.wrap-process .list-3 .pic {
  width: 50%;
  float: left;
}
.wrap-process .list-3 .pic .img-box {
  padding-bottom: 46.51162791%;
}
.wrap-job .job-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
}
.wrap-job .job-top .left,
.wrap-job .job-top .right {
  width: 630px;
  padding: 30px 24px;
  border: 4px solid #eaeaea;
}
@media (max-width: 1440px) {
  .wrap-job .job-top .left,
  .wrap-job .job-top .right {
    width: 585px;
  }
}
.wrap-job .job-top .left h3,
.wrap-job .job-top .right h3 {
  font-family: Arial;
  font-size: 20px;
  line-height: 44px;
  margin: 0 0 30px;
  color: #0b0b0b;
  overflow: hidden;
}
.wrap-job .job-top .left h3::before,
.wrap-job .job-top .right h3::before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 44px;
  margin-right: 20px;
  float: left;
  background: url(../images/join.png) no-repeat;
}
.wrap-job .job-top .left p,
.wrap-job .job-top .right p {
  font-size: 15px;
  line-height: 2;
  margin: 0;
  color: #666666;
}
.wrap-job .job-top .left {
  margin-right: 15px;
}
.wrap-job .job-top .right {
  margin-left: 15px;
}
.wrap-job .job-top .right h3::before {
  background-position: -51px 0;
}
.wrap-job .job {
  border: 1px solid #eaeaea;
  margin-top: 50px;
}
.wrap-job .job .j-title {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 14px 30px;
}
.wrap-job .job .j-title p {
  float: left;
  width: 21%;
  margin: 0;
  line-height: 30px;
  font-size: 15px;
  color: #0b0b0b;
}
.wrap-job .job .j-title p:last-child {
  width: 16%;
}
.wrap-job .job > ul {
  padding: 0 30px;
}
.wrap-job .job > ul > li {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  color: #666666;
  font-size: 15px;
}
.wrap-job .job > ul > li:last-child {
  border-bottom: none;
}
.wrap-job .job > ul > li > p {
  width: 21%;
  float: left;
  margin: 0;
  padding: 14px 0;
  line-height: 30px;
}
.wrap-job .job > ul > li > a {
  display: inline-block;
  line-height: 30px;
  padding: 14px 0;
  width: 16%;
  color: #3d943b;
}
.wrap-job .job .detail {
  display: none;
  padding: 0px 30px 0px 30px;
  background-color: #eaeaea;
  position: relative;
}
.wrap-job .job .detail::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid #eaeaea;
}
.wrap-job .job .detail .text {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.wrap-job .job .detail .text p {
  width: 25%;
  float: left;
  margin: 0;
  line-height: 2;
}
.wrap-job .job .detail .info {
  overflow: hidden;
}
.wrap-job .job .detail .info .left,
.wrap-job .job .detail .info .right {
  width: 49%;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Arial;
}
.wrap-job .job .detail .info .left h3,
.wrap-job .job .detail .info .right h3 {
  color: #333;
  margin-top: 0;
}
.wrap-job .job .detail .info .left p,
.wrap-job .job .detail .info .right p {
  font-size: 15px;
  line-height: 2;
  color: #666666;
  margin: 0;
}
.wrap-job .job .detail .info .right {
  float: right;
}
.wrap-honor .text {
  border: 1px solid #dbdbdb;
  background-color: #f6f6f6;
  padding: 30px 38px;
}
.wrap-honor .text p {
  margin: 0;
  line-height: 2;
  font-size: 15px;
  color: #666666;
}
.wrap-honor .list {
  overflow: hidden;
}
.wrap-honor .list li {
  width: 300px;
  float: left;
  padding: 10px;
  background-color: #eaeaea;
  margin-left: 30px;
  margin-left: 22.5px\9;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .wrap-honor .list li {
    width: 270px;
  }
}
.wrap-honor .list li:nth-child(4n+1) {
  margin-left: 0;
}
.wrap-honor .list li .img-box {
  padding-bottom: 150%;
}
.wrap-market .text img {
  border: 1px solid #dbdbdb;
  max-width: 100%;
}
.wrap-market .list {
  margin: 50px -15px 0 -15px;
}
.wrap-market .list li {
  width: 20%;
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-market .list li .img-box {
  padding-bottom: 40%;
  border: 1px solid #dbdbdb;
}
.wrap-news ul {
  margin: 0 -15px;
  overflow: hidden;
}
.wrap-news ul li {
  font-family: Arial;
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
}
.wrap-news ul li:hover .img-box {
  transform: scale(1.1);
}
.wrap-news ul li .pic {
  overflow: hidden;
}
.wrap-news ul li .img-box {
  padding-bottom: 66%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.wrap-news ul li .note {
  background-color: #f6f6f6;
  padding: 30px;
}
.wrap-news ul li .note h3 {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-news ul li .note h3:hover {
  color: #3d943b;
}
.wrap-news ul li .note a {
  display: block;
}
.wrap-news ul li .note p {
  line-height: 1.6;
  height: 48px;
  margin: 20px 0;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap-news ul li .note p:hover {
  color: #3d943b;
}
.wrap-news ul li .note span {
  font-size: 15px;
  color: #3d943b;
}
/**
 * page
 */
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 20px;
}
.page a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #bbbbbb;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin: 0 5px;
  font-family: Arial;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.page a.active,
.page a:hover {
  background-color: #3d943b;
  border-color: #3d943b;
  color: #fff;
}
.wrap-news-show .news-title h3 {
  margin-top: 0;
  font-family: 'sanfrancisco';
  font-size: 22px;
}
.wrap-news-show .news-title p {
  margin: 0;
  border: 1px dashed #eaeaea;
  line-height: 50px;
  padding: 0 20px;
  font-family: Arial;
  font-size: 15px;
  color: #666666;
}
.wrap-news-show .text {
  padding: 30px 0 40px;
}
.wrap-news-show .text p {
  line-height: 2;
  font-size: 15px;
  margin: 0;
  color: #666666;
}
.wrap-news-show .text img {
  max-width: 100%;
}
.wrap-news-show .relate {
  background-color: #f6f6f6;
  border: 1px dashed #eaeaea;
  padding: 25px 30px;
}
.wrap-news-show .relate a {
  display: block;
  line-height: 30px;
  font-family: Arial;
  font-size: 15px;
}
.wrap-news-show .relate a::before {
  font-family: "iconfont";
  content: '\e61d';
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 22px;
  color: #bcbcbc;
  float: left;
  margin-right: 20px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 50%;
}
.wrap-news-show .relate a:first-child {
  margin-bottom: 10px;
}
.wrap-news-show .relate a:first-child::before {
  content: '\e9dc';
  line-height: 34px;
}
.wrap-news-show .relate a:hover {
  color: #3d943b;
}
.wrap-feedback form {
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-feedback table {
  width: 100%;
}
.wrap-feedback td {
  padding: 0 15px;
}
.wrap-feedback input,
.wrap-feedback textarea {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 8px 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666666;
  outline: none;
  resize: vertical;
}
.wrap-feedback input:focus,
.wrap-feedback textarea:focus {
  border-color: #ccc;
}
.wrap-feedback textarea {
  margin-bottom: 0;
}
.wrap-feedback p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.wrap-feedback a.send {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #3d943b;
  padding: 0 66px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
}
.wrap-feedback a.send:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-contact .info {
  overflow: hidden;
}
.wrap-contact .left {
  width: 42%;
  float: left;
}
@media (max-width: 1440px) {
  .wrap-contact .left {
    width: 44%;
  }
}
.wrap-contact .c-title h3 {
  margin-top: 0;
  font-size: 22px;
  font-family: 'sanfrancisco';
}
.wrap-contact .c-title h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #3d943b;
  margin-top: 8px;
}
.wrap-contact .c-title p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  padding-right: 30px;
}
.wrap-contact .note {
  margin-top: 50px;
  border-top: 1px solid #dbdbdb;
}
.wrap-contact .note p {
  border: 1px solid #dbdbdb;
  margin: 0;
  padding: 30px 20px;
  border-top: none;
  border-right: none;
  font-size: 15px;
  color: #666666;
}
.wrap-contact .note p::before {
  font-family: "iconfont";
  content: '\e601';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #3d943b;
  border-radius: 50%;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
}
.wrap-contact .note p:nth-child(2)::before {
  content: '\e646';
}
.wrap-contact .note p:nth-child(3)::before {
  content: '\e700';
}
.wrap-contact .note a:hover {
  color: #3d943b;
}
.wrap-contact .right {
  width: 58%;
  float: left;
  height: 677px;
  border: 1px solid #dbdbdb;
  background: url(../images/contact_1.jpg) no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .wrap-contact .right {
    width: 56%;
    height: 590px;
  }
}
.wrap-contact .right ul li {
  font-size: 13px;
  width: 154px;
  color: #fff;
  text-align: center;
  line-height: 1.53846154;
  position: relative;
}
.wrap-contact .right ul li a {
  display: block;
}
.wrap-contact .right ul li:first-child {
  margin: 0 auto;
  top: 70px;
}
@media (max-width: 1440px) {
  .wrap-contact .right ul li:first-child {
    top: 60px;
  }
}
.wrap-contact .right ul li:nth-child(2) {
  top: 280px;
  left: 50px;
}
@media (max-width: 1440px) {
  .wrap-contact .right ul li:nth-child(2) {
    top: 234px;
    left: 38px;
  }
}
.wrap-contact .right ul li:nth-child(3) {
  top: 240px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .wrap-contact .right ul li:nth-child(3) {
    top: 194px;
  }
}
.wrap-contact .right ul li:nth-child(4) {
  top: 160px;
  left: 540px;
}
@media (max-width: 1440px) {
  .wrap-contact .right ul li:nth-child(4) {
    top: 114px;
    left: 466px;
  }
}
.wrap-contact .right ul li:nth-child(5) {
  top: 370px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .wrap-contact .right ul li:nth-child(5) {
    top: 290px;
  }
}
.wrap-contact .right ul li b {
  line-height: 40px;
  font-size: 15px;
}
.wrap-contact .right ul li a:hover {
  text-decoration: underline;
}
.wrap-contact .wrap-map .m-title {
  margin-top: -54px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .wrap-contact .wrap-map .m-title {
    margin-top: -40px;
  }
}
.wrap-contact .wrap-map .m-title h3 {
  margin: 0;
  font-size: 22px;
  line-height: 64px;
  display: inline-block;
  font-family: 'sanfrancisco';
}
.wrap-contact .wrap-map .m-title h3::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  float: right;
  margin-left: 30px;
  background: url(../images/icon.png) no-repeat;
  background-position: -640px 0;
}
.wrap-contact .wrap-map .map {
  height: 500px;
  border: 1px solid #dbdbdb;
}
.wrap-contact .wrap-map .map img {
  display: block;
}
.wrap-product-w .pro-top,
.wrap-product-n .pro-top {
  overflow: hidden;
  margin-bottom: 10px;
  background-color: rgba(234, 234, 234, 0.9);
}
.wrap-product-w .pro-top .left,
.wrap-product-n .pro-top .left {
  width: 42.6%;
  overflow: hidden;
  float: left;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrap-product-w .pro-top .left .note,
.wrap-product-n .pro-top .left .note {
  padding: 0 0 0 40px;
  width: 46%;
}
.wrap-product-w .pro-top .left .note h3,
.wrap-product-n .pro-top .left .note h3 {
  font-family: 'sanfrancisco';
  font-size: 30px;
  margin: 0 0 16px;
}
.wrap-product-w .pro-top .left .note span,
.wrap-product-n .pro-top .left .note span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66666667;
  margin-bottom: 6px;
}
.wrap-product-w .pro-top .left .note p,
.wrap-product-n .pro-top .left .note p {
  line-height: 2;
  color: #666666;
  font-size: 15px;
  margin: 0;
}
.wrap-product-w .pro-top .left .note .info a,
.wrap-product-n .pro-top .left .note .info a {
  display: inline-block;
  margin-top: 20px;
  margin-right: 6px;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.wrap-product-w .pro-top .left .note .info a:last-child,
.wrap-product-n .pro-top .left .note .info a:last-child {
  margin-right: 0;
}
.wrap-product-w .pro-top .left .note .info a:hover,
.wrap-product-n .pro-top .left .note .info a:hover {
  transform: translateY(-6px);
}
.wrap-product-w .pro-top .left .note .info a::after,
.wrap-product-n .pro-top .left .note .info a::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/icon.png) no-repeat #0b0b0b;
  background-position: -300px 0;
  background-size: cover;
}
@media (max-width: 1440px) {
  .wrap-product-w .pro-top .left .note .info a::after,
  .wrap-product-n .pro-top .left .note .info a::after {
    width: 50px;
    height: 50px;
    background-position: -250px 0;
  }
}
.wrap-product-w .pro-top .left .note .info a:nth-child(2)::after,
.wrap-product-n .pro-top .left .note .info a:nth-child(2)::after {
  background-position: -360px 0;
}
@media (max-width: 1440px) {
  .wrap-product-w .pro-top .left .note .info a:nth-child(2)::after,
  .wrap-product-n .pro-top .left .note .info a:nth-child(2)::after {
    background-position: -300px 0;
  }
}
.wrap-product-w .pro-top .left .note .info a:nth-child(3)::after,
.wrap-product-n .pro-top .left .note .info a:nth-child(3)::after {
  background-position: -420px 0;
}
@media (max-width: 1440px) {
  .wrap-product-w .pro-top .left .note .info a:nth-child(3)::after,
  .wrap-product-n .pro-top .left .note .info a:nth-child(3)::after {
    background-position: -350px 0;
  }
}
.wrap-product-w .pro-top .left .pic,
.wrap-product-n .pro-top .left .pic {
  width: 54%;
}
.wrap-product-w .pro-top .left .pic .img-box,
.wrap-product-n .pro-top .left .pic .img-box {
  padding-bottom: 164.55696203%;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transform: scale(1.04);
}
.wrap-product-w .pro-top .left:last-child,
.wrap-product-n .pro-top .left:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.wrap-product-w .pro-top .right,
.wrap-product-n .pro-top .right {
  width: 57.4%;
  float: left;
  border: 1px solid #dbdbdb;
}
.wrap-product-w .pro-top .right img,
.wrap-product-n .pro-top .right img {
  display: block;
  max-width: 100%;
}
.wrap-product-w .pro-show {
  margin-top: 50px;
}
.wrap-product-w .pro-show .instruct {
  padding: 16px 30px;
  border: 1px solid #dbdbdb;
  background-color: #f6f6f6;
}
.wrap-product-w .pro-show .instruct a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: 900;
  margin-right: 10px;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -704px 0;
}
.wrap-product-w .pro-show .instruct a:nth-child(2) {
  background-position: -768px 0;
}
.wrap-product-w .pro-show .instruct a:nth-child(3) {
  background-position: -832px 0;
}
.wrap-product-w .pro-show .instruct p {
  display: inline-block;
  line-height: 64px;
  font-family: Arial;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
.wrap-product-w .pro-show ul {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-product-w .pro-show ul li {
  width: 25%;
  padding: 0 15px;
  float: left;
  margin-top: 30px;
  position: relative;
}
.wrap-product-w .pro-show ul li:hover .mask {
  opacity: 1;
}
.wrap-product-w .pro-show ul li:hover .mask a {
  transform: translateY(-6px);
}
.wrap-product-w .pro-show ul li:nth-child(5) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(6) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(7) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(8) .pic .note h3 {
  background-color: #f8ab03;
}
.wrap-product-w .pro-show ul li:nth-child(9) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(10) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(11) .pic .note h3,
.wrap-product-w .pro-show ul li:nth-child(12) .pic .note h3 {
  background-color: #3d943b;
}
.wrap-product-w .pro-show ul .pic {
  border: 1px solid #dbdbdb;
  position: relative;
}
.wrap-product-w .pro-show ul .pic .note {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.wrap-product-w .pro-show ul .pic .note h3,
.wrap-product-w .pro-show ul .pic .note h4 {
  margin: 0;
  display: inline-block;
  font-family: Arial;
  font-weight: 900;
}
.wrap-product-w .pro-show ul .pic .note h3 {
  background-color: #192988;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  font-size: 20px;
}
.wrap-product-w .pro-show ul .pic .note h4 {
  width: 60px;
  line-height: 34px;
  margin-left: 10px;
  border-top: 1px solid #666666;
  color: #666666;
  text-align: left;
  font-size: 15px;
}
.wrap-product-w .pro-show ul .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  background-color: rgba(61, 148, 59, 0.8);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrap-product-w .pro-show ul .mask a {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-top: 6px;
  background: url(../images/icon.png) no-repeat;
  background-position: -896px 0;
  -webkit-transition: transform .6s ease;
  -moz-transition: transform .6s ease;
  -ms-transition: transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
}
.wrap-product-w .pro-show ul .mask a:last-child {
  background-position: -960px 0;
}
.wrap-product-n .parameter {
  padding-top: 70px;
  margin-top: 100px;
  background: url(../images/parameter_bg.jpg) no-repeat center;
  background-size: cover;
}
.wrap-product-n .parameter .info:nth-child(2) .p-title h3::before {
  background-position: -1088px 0;
}
.wrap-product-n .parameter .info:nth-child(2) table th:nth-child(3n),
.wrap-product-n .parameter .info:nth-child(2) table td:nth-child(3n) {
  width: 15%;
}
.wrap-product-n .parameter .info:nth-child(3) .p-title h3::before {
  background-position: -1152px 0;
}
.wrap-product-n .parameter .info:nth-child(3) table {
  width: 49%;
  float: left;
}
.wrap-product-n .parameter .info:nth-child(3) table:last-child {
  float: right;
}
.wrap-product-n .parameter .info:nth-child(3) table th:nth-child(3n),
.wrap-product-n .parameter .info:nth-child(3) table td:nth-child(3n) {
  width: 32%;
}
.wrap-product-n .parameter .p-title {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 30px;
  text-align: center;
}
.wrap-product-n .parameter .p-title h3 {
  font-size: 20px;
  font-family: 'sanfrancisco';
  margin: 0;
  display: inline-block;
  line-height: 60px;
}
.wrap-product-n .parameter .p-title h3::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  background: url(../images/icon.png) no-repeat #cbcbcb;
  border-radius: 50%;
  background-position: -1024px 0;
}
.wrap-product-n .parameter table {
  width: 100%;
  font-family: Arial;
  font-size: 15px;
  border-collapse: collapse;
}
.wrap-product-n .parameter table tr {
  line-height: 40px;
}
.wrap-product-n .parameter table th {
  background-color: #000000;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding-left: 40px;
}
.wrap-product-n .parameter table td {
  padding-left: 40px;
  color: #666666;
}
.wrap-product-n .parameter tr:nth-child(2n) {
  background-color: #ecf0ef;
}
.wrap-product-n .parameter tr:nth-child(2n+1) {
  background-color: #dadedd;
}
.wrap-product-n .laboratory .laboratory-top {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  margin-bottom: 10px;
}
.wrap-product-n .laboratory .laboratory-top .left {
  width: 42.6%;
  overflow: hidden;
  padding: 80px 40px;
  background-color: rgba(234, 234, 234, 0.9);
}
.wrap-product-n .laboratory .laboratory-top .left h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-family: 'sanfrancisco';
}
.wrap-product-n .laboratory .laboratory-top .left h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #3d943b;
  margin-top: 8px;
}
.wrap-product-n .laboratory .laboratory-top .left p {
  font-family: Arial;
  font-size: 15px;
  line-height: 2;
  margin: 0;
  color: #666666;
}
.wrap-product-n .laboratory .laboratory-top .right {
  width: 57.4%;
  border: 1px solid #dbdbdb;
}
.wrap-product-n .laboratory .laboratory-top .right img {
  display: block;
  max-width: 100%;
}
.wrap-product-n .laboratory ul.list {
  overflow: hidden;
}
.wrap-product-n .laboratory ul.list li {
  width: 410px;
  padding: 34px 60px 28px 60px;
  border: 1px solid #dbdbdb;
  float: left;
  text-align: center;
  margin-left: 30px;
  margin-left: 20px\9;
  margin-top: 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (max-width: 1440px) {
  .wrap-product-n .laboratory ul.list li {
    width: 370px;
  }
}
.wrap-product-n .laboratory ul.list li:hover {
  border-color: #3d943b;
}
.wrap-product-n .laboratory ul.list li:hover p {
  color: #3d943b;
}
.wrap-product-n .laboratory ul.list li .img-box {
  padding-bottom: 141.37931034%;
}
.wrap-product-n .laboratory ul.list li:first-child {
  margin-left: 0;
}
.wrap-product-n .laboratory ul.list li p {
  margin: 30px 0 0 0;
  font-size: 15px;
  color: #666;
}
.wrap-product-n .valve .valve-top {
  overflow: hidden;
}
.wrap-product-n .valve .valve-top .left,
.wrap-product-n .valve .valve-top .right {
  width: 50%;
  float: left;
}
.wrap-product-n .valve .valve-top .left {
  padding-right: 30px;
}
.wrap-product-n .valve .valve-top .left h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-family: 'sanfrancisco';
}
.wrap-product-n .valve .valve-top .left p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin: 0;
}
.wrap-product-n .valve .valve-top .left p b {
  color: #333;
}
.wrap-product-n .valve .valve-top .left h4 {
  font-size: 18px;
  margin: 0;
}
.wrap-product-n .valve .valve-top .right {
  border: 1px solid #dbdbdb;
}
.wrap-product-n .valve .valve-top .right img {
  width: 100%;
  display: block;
}
.wrap-product-n .valve ul.list {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-product-n .valve ul.list li {
  width: 25%;
  padding: 0 15px;
  float: left;
  margin-top: 50px;
}
.wrap-product-n .valve ul.list li .img-box {
  border: 1px solid #dbdbdb;
  padding-bottom: 60%;
}
.wrap-product-n .detail table {
  width: 100%;
  font-family: Arial;
  font-size: 15px;
  margin-top: 50px;
  border-collapse: collapse;
}
.wrap-product-n .detail table tr {
  line-height: 40px;
}
.wrap-product-n .detail table th {
  background-color: #3d943b;
  color: #fff;
  line-height: 50px;
}
.wrap-product-n .detail table td {
  width: 11.11111111%;
  color: #666666;
}
.wrap-product-n .detail-1 table th {
  text-align: left;
  padding-left: 40px;
}
.wrap-product-n .detail-1 table td {
  padding-left: 40px;
}
.wrap-product-n .detail-1 tr:nth-child(2n) {
  background-color: #ecf0ef;
}
.wrap-product-n .detail-1 tr:nth-child(2n+1) {
  background-color: #dadedd;
}
.wrap-product-n .detail-2 table th,
.wrap-product-n .detail-3 table th {
  text-align: center;
  width: 10%;
  border: 1px solid #3d943b;
}
.wrap-product-n .detail-2 table th:nth-child(5),
.wrap-product-n .detail-3 table th:nth-child(5) {
  width: 13%;
}
.wrap-product-n .detail-2 table td,
.wrap-product-n .detail-3 table td {
  border: 1px solid #dbdbdb;
  width: 100%;
}
.wrap-product-n .detail-2 table td img,
.wrap-product-n .detail-3 table td img {
  width: 100%;
}
.wrap-product-n .detail-3 table th:nth-child(5) {
  width: 10%;
}


/*@media (max-width: 1530px) {
  .box-scroll .item img {
    width: 80%;
  }
}*/
