/* common css */
@font-face {
  src: url(../fonts/zcool.ttf);
  font-family: 'zcool';
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container1 {
  width: 1200px;
  margin: 0 auto;
}
/* box-head */
.box-head {
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.head-logo {
  margin-top: 4px;
}
/* banner */
.section1 .x-banner .owl-carousel .banner-item a img {
  width: 100%;
    height: 100vh;
    object-fit: cover;
}
.xyin-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}
.slick-con span {
  width: 150px;
  height: 54px;
  position: absolute;
  top: 67%;
  left: 8%;
  background: url(../images/down.png) center left no-repeat;
  padding-left: 64px;
  font: 500 18px/54px "å¾®è½¯é›…é»‘";
  color: #fff;
}
/* section5 */
.main-company .main-title {
  text-align: center;
}
.main-company .main-title h3 {
  font-size: 32px;
  color: #00923e;
  font-weight: bold;
  background: url(../images/companytitlebg.png) no-repeat center;
}
.title-red {
  display: inline-block;
  width: 180px;
  height: 30px;
  background-color: #e90000;
  font-size: 16px;
  font-family: 'zcool','微软雅黑';
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 22px;
}
.title-black {
  color: #000;
  font-size: 20px;
  font-family: 'zcool','微软雅黑';
}
.main-title p {
  margin-top: 15px;
}
.company-con {
  background: url(../images/companybg.png) no-repeat center;
  height: 526px;
  margin-top: 52px;
}
.company-left {
  width: 567px;
  padding-top: 47px;
  padding-left: 35px;
}
.company-left .company-text {
  font-size: 16px;
  line-height: 34px;
  color: #222;
}
.company-left .company-text p {
  line-height: 34px;
}
.company-left a {
  display: block;
  width: 199px;
  height: 50px;
  background-color: #00923e;
  text-align: center;
  line-height: 50px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 57px;
}
.company-right {
  padding-right: 32px;
  padding-top: 19px;
}
.company-right .company-video {
  width: 552px;
  height: 420px;
}
/* box-foot */
.box-foot {
  background-color: #047f38;
  height: 204px;
  border-top: 13px solid #fff;
}
.foot-main {
  margin-top: 40px;
}
.flinks {
  position: absolute;
  top: -37px;
}
.main-links {
  width: 128px;
  height: 57px;
  background-color: #fff;
  color: #047f38;
  font-size: 39px;
  text-align: center;
  line-height: 57px;
}
.main-friend {
  position: relative;
  width: 60px;
  height: 20px;
  background-color: #fff;
  font-size: 14px;
  color: #047f38;
  text-align: center;
  line-height: 20px;
  top: -37px;
  left: 37px;
}
.footnav {
  padding-left: 60px;
  background: url(../images/footborder.jpg) no-repeat top right;
  height: 113px;
}
.footnav li {
  float: left;
}
.footnav li a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-right: 72px;
  height: 35px;
}
.footnav li a:hover {
  color: #e1282e;
}
.footlogo {
    padding-top:26px;
    width: 283px;
    background: url(../images/footborder.jpg) no-repeat 86% 58%;
    height: 113px;
}
.footnav {
  width: 342px;
  margin-right: 68px;
}
.foot-contact {
  width: 320px;
  color: #fff;
}
.foot-contact img {
  margin-right: 10px;
}
.foot-address {
  margin-top: 6px;
}
.foot-address p {
  line-height: 1.8 ;
}
/* box-bottom  */
.box-bottom {
  background-color: #0c331c;
}
.main-bottom {
  text-align: center;
  color: #d1caca;
  padding: 12px 0;
}
.main-bottom a {
  color: #d1caca;
  font-size: 13px;
  line-height: 2;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 22px;
  width: 22px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background-color: #e20001;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 31px 0;
  position: relative;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  right: 59px;
}