﻿@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.head1 {
  border-bottom: 1px solid #d6d6d6;
  height: 32px;
  line-height: 31px;
  color: #555555;
  font-size: 13px;
}

.head1 a {
  color: #555555;
  font-size: 13px;
}

.head1 .head1-index .yuyan {
  margin-right: 40px;
}

@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}

.head-index .logo {
  line-height: 107px;
}

.head-index .logowz {
  margin-left: 20px;
  border-left: 1px solid #d6d6d6;
  height: 43px;
  padding-left: 23px;
  margin-top: 32px;
}

.head-index .logowz .lw1 {
  font-weight: bold;
  line-height: 20px;
}

.head-index .logowz .lw1 p:nth-of-type(1) {
  color: #333333;
  font-size: 20px;
}

.head-index .logowz .lw1 p:nth-of-type(1) strong {
  color: #6ab83e;
}

.head-index .logowz .lw2 {
  padding-top: 5px;
}

.head-index .logowz .lw2 ul {
  display: flex;
}

.head-index .logowz .lw2 ul li {
  color: #333333;
  font-size: 16px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.head-index .logowz .lw2 ul li img {
  animation: msClock2 1.4s linear infinite;
  margin-right: 8px;
}

.head-index .logowz .lw2 ul li:last-child {
  margin-right: 0;
}

.head-index .headr {
  margin-top: 18px;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-index .headr .hw1 {
  width: 172px;
}

.head-index .headr .hw1 .hwa {
  font-size: 14px;
  background: url(../images/61eee8fadb4de25a4a34e489db20e71d9f101dea.png) no-repeat left center;
  padding-left: 26px;
}

.head-index .headr .hw1 .hwa a {
  color: #333333;
  font-size: 14px;
}

.head-index .headr .hw1 .hwa a:hover {
  color: #70bf44;
  font-weight: bold;
  text-decoration: underline;
}

.head-index .headr .hw1 .hwb {
  padding-left: 26px;
  position: relative;
  color: #333333;
  font-size: 14px;
  margin-top: 4px;
}

.head-index .headr .hw1 .hwb p {
  line-height: 20px;
}

.head-index .headr .hw1 .hwb p:nth-of-type(2) {
  font-weight: bold;
  color: #70bf44;
  font-size: 20px;
  font-family: "Arial";
}

.head-index .headr .hw1 .hwb::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background: url(../images/e5206bc188a31c17f5921a23f6f59741fe99ee32.png) no-repeat left center;
  animation: msClock2 1.4s linear infinite;
  width: 16px;
  height: 16px;
}

.head-index .headr .herq {
  width: 69px;
  height: 69px;
}

/**/
.banner {
  position: relative;
  z-index: -1;
  height: 500px;
  overflow: hidden;
}

.banner .slider {
  width: 100% !important;
  height: 620px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.banner .slider-main li {
  width: 100%;
  height: 100%;
}

.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/3bcc83386b8bb1829452896b77fb6e5e444a8f18.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}

.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/0c4d1e18725c1266c653dd9726f92ee5535f0c93.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}

.banner .osSlider-main .slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}

.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.banner .osSlider-main .slider-nav li.active {
  background-color: #00538a;
  border-color: #00538a;
}

/**/
.ss-bg {
  padding: 18px 0;
}

.ss-bg .ss-index .hot {
  background: url(../images/39fa1630db3e115556ff3965978c078885f82be4.png) no-repeat left center;
  padding-left: 40px;
  color: #b80106;
  font-size: 16px;
  font-weight: bold;
  float: left;
  line-height: 40px;
}

.ss-bg .ss-index .hot a {
  font-weight: normal;
  color: #333333;
  padding-right: 5px;
}

#formsearch {
  float: right;
  width: 270px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}

#formsearch input {
  height: 40px;
  background: none;
  border: none;
  line-height: 40px;
}

#formsearch input#keyword {
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  color: #a4a3a3;
  font-size: 14px;
  width: 210px;
}

#formsearch input#s_btn {
  width: 42px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  background: url(../images/ac467c3f20f9329542eaf13613071c8601e3c43c.png) no-repeat center center;
  padding: 0;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a4a3a3;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a4a3a3;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a4a3a3;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a4a3a3;
}

/**/
.tt {
  display: none;
}

.product-bg {
  background: url(../images/58b01fcd585516195a0093935c55cf0129b28372.jpg) no-repeat top center;
  height: 706px;
  overflow: hidden;
}

.product-bg .product-index {
  margin-top: 65px;
}

.product-bg .product-index .pt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-bg .product-index .pt .pt1 {
  width: 345px;
}

.product-bg .product-index .pt .pt1 h3 {
  color: #08144a;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-bg .product-index .pt .pt1 h3 span {
  color: #64b239;
}

.product-bg .product-index .pt .pt1 h4 {
  color: #333333;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.product-bg .product-index .pt .pt1 h4 span {
  width: 200px;
  height: 1px;
  background: #64b239;
}

.product-bg .product-index .pt .pt2 {
  width: 800px;
  color: #333333;
  font-size: 15px;
  letter-spacing: 17px;
  text-align: right;
  padding-top: 20px;
  margin-right: -17px;
}

.product-bg .product-index .product-con {
  position: relative;
  margin-top: 50px;
}

.product-bg .product-index .product-con .psort {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.product-bg .product-index .product-con .psort li {
  position: relative;
}

.product-bg .product-index .product-con .psort li a .wz {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 16px;
  padding-top: 10px;
}

.product-bg .product-index .product-con .psort li a .img1 {
  position: absolute;
  right: 12px;
  bottom: 3px;
}
.product-bg .product-index .product-con .psort li a .img1 img {
  width: 30px;
}
.product-bg .product-index .product-con .psort li{
  background: url(../images/0fc0c9dbcb259ea38268101b55a0cef268507ceb.png) no-repeat top center;
  width: 154px;
  height: 50px;
  margin-bottom: 14px;
}



.product-bg .product-index .product-con .p-nei .p-list1 li .wz {
  margin-top: 170px;
  width: 560px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w1 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 33px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w1 span {
  padding-left: 8px;
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w2 {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w3 {
  margin-top: 55px;
  display: flex;
  align-items: center;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w3 .w3a {
  background: #70bf44;
  border-radius: 30px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w3 .w3b {
  background: #08144a;
  border-radius: 30px;
  margin-left: 12px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .wz .w3 a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 140px;
  height: 40px;
}

.product-bg .product-index .product-con .p-nei .p-list1 li .img1 img {
  width: 600px;
  height: 440px;
}

/**/
@keyframes banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.tt2 {
  display: none;
}

.fwly-bg {
  height: 780px;
  overflow: hidden;
}

.fwly-bg .wsort-bg {
  position: relative;
}

.fwly-bg .wsort-bg li {
  height: 780px;
  animation: banner 10s linear infinite;
}

.fwly-bg .fwly-index {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}

.fwly-bg .fwly-index .fwly-left {
  margin-top: 140px;
}

.fwly-bg .fwly-index .fwly-left h3 {
  color: #ffffff;
  font-size: 26px;
}

.fwly-bg .fwly-index .fwly-left h3 span {
  color: #b7b5b5;
  padding-left: 5px;
  font-size: 14px;
}

.fwly-bg .fwly-index .fwly-left h4 {
  color: #fff;
  line-height: 72px;
  font-size: 40px;
  margin-top: 30px;
}

.fwly-bg .fwly-index .fwly-left .wsort {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 390px;
}

.fwly-bg .fwly-index .fwly-left .wsort li {
  width: 187px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 44px;
  margin-bottom: 24px;
}

.fwly-bg .fwly-index .fwly-left .wsort li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fwly-bg .fwly-index .fwly-left .wsort li a .img0 {
  width: 20px;
  height: 44px;
  overflow: hidden;
}

.fwly-bg .fwly-index .fwly-left .wsort li a .img0 .img1 {
  transition: 0.5s;
}

.fwly-bg .fwly-index .fwly-left .wsort li a .wz {
  color: #ffffff;
  font-size: 16px;
  margin-left: 20px;
}

.fwly-bg .fwly-index .fwly-left .wsort li.cur {
  background: #ffffff;
}

.fwly-bg .fwly-index .fwly-left .wsort li.cur .img0 .img1 {
  margin-top: -44px;
}

.fwly-bg .fwly-index .fwly-left .wsort li.cur .wz {
  color: #70bf44;
}

.fwly-bg .fwly-right {
  position: absolute;
  right: 360px;
  top: 0;
  z-index: 999;
  width: 600px;
}

.fwly-bg .fwly-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 58px;
  height: 130px;
  background: url(../images/2f82a7cc599557bccde60e77e1c2c02ef8effafc.png) no-repeat top center;
}

.fwly-bg .fwly-right ul li a .wz {
  width: 365px;
}

.fwly-bg .fwly-right ul li a .wz .w1 {
  color: #ffffff;
  font-size: 20px;
}

.fwly-bg .fwly-right ul li a .wz .w1 span {
  color: #b7b5b5;
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.fwly-bg .fwly-right ul li a .wz .w2{
    display: none;
}
.fwly-bg .fwly-right ul li a .img0 {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.fwly-bg .fwly-right ul li a .img0 .img2 {
  margin-top: -50px;
  transition: 0.5s;
}

.fwly-bg .fwly-right ul li.cur{
  background: url(../images/0ee0a7293d45000b4fa8aebe8f9063bb8aacaae8.png) no-repeat top center;
}

.fwly-bg .fwly-right ul li.cur .img0 .img2 {
  margin-top: 0px;
}

.fwly-bg .fwly-right ul li.cur .wz .w1 {
  font-weight: bold;
  color: #70bf44;
}

.fwly-bg .fwly-right ul li:hover .wz .w2 {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}

/**/


.pro-index {
  margin-top: 68px;
}

.pro-index .pt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-index .pt .pt1 {
  width: 345px;
}

.pro-index .pt .pt1 h3 {
  color: #08144a;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.pro-index .pt .pt1 h3 span {
  color: #64b239;
}

.pro-index .pt .pt1 h4 {
  color: #333333;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.pro-index .pt .pt1 h4 span {
  width: 200px;
  height: 1px;
  background: #64b239;
}

.pro-index .pt .pt2 {
  width: 720px;
}

.pro-index .pt .pt2 .prosort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-index .pt .pt2 .prosort li {
  background: url(../images/094445e460025d94e58379113b6413a94225e3c2.png) no-repeat right center;
  width: 180px;
}

.pro-index .pt .pt2 .prosort li:last-child {
  background: none;
}

.pro-index .pt .pt2 .prosort li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-index .pt .pt2 .prosort li a .img0 .img1 {
  display: block;
}

.pro-index .pt .pt2 .prosort li a .img0 .img2 {
  display: none;
}

.pro-index .pt .pt2 .prosort li a .w {
  color: #333333;
  font-size: 18px;
  margin-left: 10px;
}

.pro-index .pt .pt2 .prosort li.cur a .w {
  color: #70bf44;
}

.pro-index .pt .pt2 .prosort li.cur a .img0 .img1 {
  display: none;
}

.pro-index .pt .pt2 .prosort li.cur a .img0 .img2 {
  display: block;
}

.pro-index .pro-con {
  margin-top: 45px;
}

.pro-index .pro-con .plist2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pro-index .pro-con .plist2 li {
  width: 288px;
  border: 1px solid #dcdcdc;
  padding: 9px;
  margin-bottom: 32px;
}

.pro-index .pro-con .plist2 li .img1 {
  position: relative;
}

.pro-index .pro-con .plist2 li .img1 img {
  width: 269px;
  height: 218px;
}

.pro-index .pro-con .plist2 li .img1 .erq {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pro-index .pro-con .plist2 li .img1 .erq img {
  width: 50px;
  height: 50px;
}

.pro-index .pro-con .plist2 li .zi1 {
  background: #e9e8e8;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #333333;
  font-size: 15px;
  margin-top: 5px;
      overflow: hidden;
    text-overflow: ellipsis;
    /* width: 100%; */
    white-space: nowrap;
}

.pro-index .pro-con .plist2 li .zi2 {
  color: #5eaf31;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.pro-index .pro-con .plist2 li:hover {
  box-shadow: 0 0 10px #dadada;
}

.pro-index .pro-con .plist2 li:hover .zi1 {
  background: #70bf44;
  color: #fff;
}

.prowen {
  margin-top: 40px;
}

.prowen .pw1 {
  color: #eef4ea;
  font-size: 177px;
  text-transform: uppercase;
  font-family: "Arial";
  text-align: center;
  font-weight: bold;
  line-height: 103px;
}

.prowen .pw2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -80px;
}

.prowen .pw2 .pw2a {
  width: 870px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.prowen .pw2 .pw2a span {
  color: #70bf44;
}

.prowen .pw2 .pw2b {
  background: url(../images/3c1a2e3fd8be90811fc02c9208efdb92337324dc.png) no-repeat top center;
  width: 274px;
  height: 88px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 65px;
}

/**/
.num-bg {
  background: url(../images/2e2996b475158ed354ad48ce8f05a1079f20f0e4.jpg) no-repeat top center;
  height: 280px;
  overflow: hidden;
  margin-top: -10px;
}

.num-bg .num-index {
  margin-top: 80px;
}

.num-bg .num-index ul li {
  float: left;
  background: url(../images/f59b0260c4289265d9ccabdf2d4a35bf8093e26c.png) no-repeat right center;
  padding: 0 92px;
}

.num-bg .num-index ul li:first-child {
  padding-left: 0;
}

.num-bg .num-index ul li:last-child {
  background: none;
  padding-right: 0;
}

.num-bg .num-index ul li .count-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  font-family: "Arial";
  display: inline-block;
  text-align: center;
}

.num-bg .num-index ul li dt {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

.num-bg .num-index ul li p {
  color: #ffffff;
  font-size: 16px;
}

/**/


.reason-bg {
  margin-top: 74px;
  margin-bottom: 70px;
  height: 729px;
  overflow: hidden;
}

.reason-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/041f66780946b8f2a10ac74e8178231affb19c5c.png) no-repeat top center;
  width: 263px;
  height: 729px;
}

.reason-bg .reason-index {
  margin-left: 360px;
}

.reason-bg .reason-index .ret .rt1 {
  color: #eef4ea;
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}

.reason-bg .reason-index .ret .rt2 {
  color: #333333;
  font-size: 30px;
  margin-top: -30px;
}

.reason-bg .reason-index .ret .rt3 {
  color: #333333;
  font-size: 15px;
  letter-spacing: 14px;
  padding-top: 20px;
}

.reason-bg .reason-index .rsort ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 920px;
  box-shadow: 0 0 20px #e6e6e6;
  margin-top: 75px;
  height: 164px;
  border-radius: 5px;
  background: #fff;
}

.reason-bg .reason-index .rsort ul li {
  width: 25%;
  background: url(../images/974e1f847e4e6c82b8c63cd48f2955f6f4a59cbc.png) no-repeat right center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 3px solid #fff;
}

.reason-bg .reason-index .rsort ul li:last-child {
  background: none;
}

.reason-bg .reason-index .rsort ul li .img0 .img2 {
  display: none;
}

.reason-bg .reason-index .rsort ul li .w1 {
  color: #333333;
  font-size: 18px;
  padding-top: 20px;
}

.reason-bg .reason-index .rsort ul li.cur {
  background: #eefce6;
  border-bottom: 3px solid #70bf44;
}

.reason-bg .reason-index .rsort ul li.cur .img1 {
  display: none;
}

.reason-bg .reason-index .rsort ul li.cur .img2 {
  display: block;
}

.reason-bg .reason-index .zixun {
  border: 1px solid #e3e3e3;
  width: 450px;
  height: 60px;
  border-radius: 5px;
  margin-top: 40px;
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason-bg .reason-index .zixun .zixuna {
  background: #70bf44;
  border-radius: 5px;
  width: 160px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.reason-bg .reason-index .zixun .zixunb {
  background: url(../images/30842d29e7c007f2bb47501895b63897fe506dc6.png) no-repeat left center;
  padding-left: 45px;
  color: #333333;
  font-size: 24px;
  width: 226px;
  text-align: center;
  margin-right: 25px;
}

.reason-bg .reason-index .reason-list {
  margin-top: 60px;
  width: 545px;
}

.reason-bg .reason-index .reason-list li .w2 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}

.reason-bg .reason-index .reason-list li .w3 {
  color: #888888;
  font-size: 13px;
  letter-spacing: 4px;
  border-bottom: 1px solid #dbdbdb;
  padding: 18px 0;
}

.reason-bg .reason-index .reason-list li .w4 {
  padding-right: 68px;
  color: #333333;
  font-size: 15px;
  line-height: 39px;
  margin-top: 25px;
}

.reason-bg .reason-index .reason-list li .tu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/**/
.about-bg {
  background: url(../images/435f754fb0799d1968c70eb042d4c2dbf5cef5eb.jpg) no-repeat top center;
  height: 700px;
  overflow: hidden;
}

.about-bg .about-index {
  margin-top: 70px;
  width: 893px;
}

.about-bg .about-index .at {
  background: url(../images/673a91aefef082a79d8be8a733961750e02728f7.png) no-repeat right 25px;
}

.about-bg .about-index .at .at1 {
  color: rgba(255, 255, 255, 0.1);
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}

.about-bg .about-index .at .at2 {
  color: #fff;
  font-size: 30px;
  margin-top: -30px;
}

.about-bg .about-index .at .at3 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 14px;
  padding-top: 20px;
}

.about-bg .about-index .a1 {
  margin-top: 56px;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.about-bg .about-index .a1 p {
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.about-bg .about-index .a2 {
  margin-top: 40px;
}

.about-bg .about-index .a2 a {
  display: block;
  color: #fff;
  background: url(../images/e0a6a2fb4797b70b23ef29cbe607045fd369a214.png) no-repeat 85px center;
}

.about-bg .about-index .a2 a:hover{
    color: #83d34e;
}

.about-bg .about-index .a3 {
  margin-top: 45px;
}

.about-bg .about-index .a3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-bg .about-index .a3 ul li {
  text-align: center;
}

.about-bg .about-index .a3 ul li .img1 {
  border: 1px solid #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.about-bg .about-index .a3 ul li .img1 img {
  transition: 0.5s;
}

.about-bg .about-index .a3 ul li .w1 {
  color: #fff;
  font-size: 14px;
  padding-top: 18px;
}

.about-bg .about-index .a3 ul li .w2 {
  color: #c2c0c0;
  font-size: 12px;
  text-transform: uppercase;
}

.about-bg .about-index .a3 ul li:hover .img1 img {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}

/**/
.news-index {
  margin-top: 45px;
  margin-bottom: 35px;
}

.news-index .pt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .pt .pt1 {
  width: 345px;
}

.news-index .pt .pt1 h3 {
  color: #08144a;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.news-index .pt .pt1 h3 span {
  color: #64b239;
}

.news-index .pt .pt1 h4 {
  color: #333333;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.news-index .pt .pt1 h4 span {
  width: 200px;
  height: 1px;
  background: #64b239;
}

.news-index .pt .pt2 {
  width: 720px;
}

.news-index .pt .pt2 .nsort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .pt .pt2 .nsort li {
  background: url(../images/094445e460025d94e58379113b6413a94225e3c2.png) no-repeat right center;
  width: 180px;
}

.news-index .pt .pt2 .nsort li:last-child {
  background: none;
}

.news-index .pt .pt2 .nsort li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-index .pt .pt2 .nsort li a .img0 .img1 {
  display: block;
}

.news-index .pt .pt2 .nsort li a .img0 .img2 {
  display: none;
}

.news-index .pt .pt2 .nsort li a .w {
  color: #333333;
  font-size: 18px;
  margin-left: 10px;
}

.news-index .pt .pt2 .nsort li.active a .w {
  color: #70bf44;
}

.news-index .pt .pt2 .nsort li.active a .img0 .img1 {
  display: none;
}

.news-index .pt .pt2 .nsort li.active a .img0 .img2 {
  display: block;
}

.news-index .tab-con {
  margin-top: 40px;
}

.tab-con {
  position: relative;
}




.news1 .news-left {
  width: 740px;
}

.news1 .news-left .nlist1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news1 .news-left .nlist1 li .img1 {
  width: 290px;
  height: 212px;
}

.news1 .news-left .nlist1 li .img1 img {
  width: 290px;
  height: 212px;
}

.news1 .news-left .nlist1 li .wz {
  width: 416px;
}

.news1 .news-left .nlist1 li .wz a {
  display: block;
}

.news1 .news-left .nlist1 li .wz a .wz1 {
  color: #333333;
  font-size: 17px;
}

.news1 .news-left .nlist1 li .wz a .wz2 {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0;
}

.news1 .news-left .nlist1 li .wz a .wz3 {
  color: #666666;
  font-size: 14px;
  background: url(../images/1c9539aaf2ecc91847c1fc8ff8331f758463f139.png) no-repeat 52px center;
  text-transform: uppercase;
}

.news1 .news-left .nlist1 li:hover .wz a .wz1 {
  color: #70bf44;
}

.news1 .news-left .nlist2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.news1 .news-left .nlist2 li {
  width: 360px;
  background: #ecf3e9;
  height: 126px;
  padding: 14px;
  margin-bottom: 16px;
}

.news1 .news-left .nlist2 li .w1 {
  color: #333333;
  font-size: 17px;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.news1 .news-left .nlist1 li .wz a .wda {
  color: #333;
  margin-top: 15px;
}

.news1 .news-left .nlist2 li .wda {
  color: #666666;
  padding-top: 3px;
  font-size: 13px;
}
.news1 .news-left .nlist2 li .w2 {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin-top: 4px;
}

.news1 .news-left .nlist2 li:hover .w1 {
  color: #70bf44;
}

.news1 .news-right {
  width: 404px;
  background: #ecf3e9;
  padding: 0px 22px;
  height: 508px;
}

.news1 .news-right .p5-swiper {
  overflow: hidden;
}

.news1 .news-right .p5a2b li a {
  display: block;
  border-bottom: 1px dotted #c6d1c1;
  padding: 10px 0;
}

.news1 .news-right .p5a2b li a .wen {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  /* padding-left: 48px; */
  line-height: 32px;
}

.news1 .news-right .p5a2b li a .da {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}

.news1 .news-right .p5a2b li:hover a .wen {
  color: #70bf44;
}

/**/
.foot-bg {
  background: #191d20 url(../images/bdf4282e6a16a9361a29e37f2cae24e838368f6e.jpg) no-repeat top center;
  height: 750px;
  overflow: hidden;
}

.foot-bg .foot-index {
  padding-top: 50px;
}

.foot-bg .foot-index .foot1 {
  padding-bottom: 20px;
}

.foot-bg .foot-index .foot1 .lx1 {
  width: 690px;
}

.foot-bg .foot-index .foot1 .lx1 h3 {
  color: #70bf44;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.foot-bg .foot-index .foot1 .lx1 .lx1-list li {
  float: left;
  width: 335px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.foot-bg .foot-index .foot1 .lx1 .lx1-list li .img1 {
  animation: msClock2 1.4s linear infinite;
}

.foot-bg .foot-index .foot1 .lx1 .lx1-list li .wz {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}

.foot-bg .foot-index .foot1 .lx1 .lx1-list li:nth-child(2n) {
  float: right;
}

.foot-bg .foot-index .foot1 .lx2 {
  width: 506px;
}

.foot-bg .foot-index .foot1 .lx2 h3 {
  color: #70bf44;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft {
  width: 410px;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .m0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .m0 .m1 {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #45474e;
  padding: 0px 16px;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .m0 .m2 {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #45474e;
  padding: 0px 16px;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .m3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .m3 .ml{
      display: flex;
  justify-content: space-between;
  align-items: center;
   border: 1px solid #45474e;
  padding: 0px 16px;
  width: 200px;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .meleft .code-group {
  width: 200px;
  border: 1px solid #45474e;
  padding: 0px 16px;
      display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-bg .foot-index .foot1 .lx2 .mess-con .tijiao {
  width: 86px;
  text-align: center;
  height: 94px;
  background: #70bf44;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 10px;
}

.foot-bg .foot-index .foot2 {
  border-top: 1px solid #414141;
  padding-top: 20px;
}

.foot-bg .foot-index .foot2 .cop {
  width: 420px;
  padding-right: 55px;
  color: #bebdbd;
  font-size: 14px;
  line-height: 26px;
}

.foot-bg .foot-index .foot2 .cop .flogo {
  margin-bottom: 20px;
}

.foot-bg .foot-index .foot2 .cop a {
  color: #bebdbd;
  font-size: 14px;
}

.foot-bg .foot-index .foot2 .cop a:hover {
  color: #70bf44;
}

.foot-bg .foot-index .foot2 .xian {
  width: 1px;
  height: 162px;
  background: #414141;
}

.foot-bg .foot-index .foot2 .fnav {
  /* width: 715px; */
}

.foot-bg .foot-index .foot2 .fnav dl {
  width: 290px;
  float: left;
}

.foot-bg .foot-index .foot2 .fnav dl dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.foot-bg .foot-index .foot2 .fnav dl dt span {
  display: block;
  width: 22px;
  height: 3px;
  background: #70bf44;
  margin-top: 20px;
}

.foot-bg .foot-index .foot2 .fnav dl dd a {
  display: block;
  color: #bebdbd;
  font-size: 14px;
  line-height: 40px;
}

.foot-bg .foot-index .foot2 .fnav dl dd a:hover {
  color: #70bf44;
}

.foot-bg .foot-index .foot2 .fnav dl:last-child {
}

.foot-bg .foot-index .foot3 {
  border-top: 1px solid #414141;
  padding: 24px 0;
}
.news1 .news-right .p5a2b li a .wda {
  color: #666666;
  font-size: 13px;
  margin: 2px 0;
}

.news1 .news-right .p5a2b li:last-child a {
  border-bottom: none;
}
.foot3{
  margin:30px 0
}
.wechat{
  background:url(../images/wec.png) no-repeat;
  width: 132px;
  height: 160px;
  padding: 3px 3px;
}
.wechat img {
  width: 126px;
  height: 124px;
}

.wechat p {
  display: block;
  line-height: 30px;
  text-align: center;
  margin-top: 3px;
}
.foot-bg .foot-index .foot2 .fnav dl dd {
  width: 134px;
  float: left;
  background: #171b1c;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.copyright {
  color: rgb(209, 209, 209);
  margin-top: 37px;
  padding-top: 16px;
  line-height: 25px;
  border-top: 1px solid #3a3a3a;
}
.copyright a{
  color: rgb(209, 209, 209);
}