@charset "utf-8";
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > div {
  overflow: hidden;
}
.swiper-container {

}
.swiper-container img {

}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: auto;

}
@media screen and (max-width: 1400px) {
  .banner {
    width: 100%;
  }
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 2px #fff solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  margin-left: 30px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .banner-swiper.pcBanner {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner-swiper .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title em {
  font-size: 80px;
  line-height: 55px;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #000000;
  opacity: 0.06;
  font-weight: bold;
}
.title i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  line-height: 55px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-left: -52px;
  font-weight: bold;
}
.title b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 1.5;
  margin-left: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .title em {
    display: none;
  }
  .title i {
    margin-left: 0;
    font-size: 40px;
    line-height: 28px;
  }
  .title b {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    margin-left: 0;
    line-height: 1;
  }
  .title b::first-letter {
    display: none;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding:0 0 70px 0;
  width: 100%;
  overflow: hidden;
}
.about .aboutBox {
  max-width: 1860px;
  width: 96%;
}
@media screen and (max-width: 1400px) {
  .about .aboutBox {
    width: 100%;
  }
}
.about .aboutL {
  width: 52.15%;
  float: left;
  padding-top: 78px;
  padding-bottom: 70px;
  padding-right: 0;
  padding-left: 4.4%;
  position: relative;
  background-color: #fbfbfb;
  z-index: 1;
}
.about .aboutL .aboutPic {
  position: relative;
  width: 100%;
  height: 480px;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .aboutPic:hover {
  box-shadow: 0 5px 15px rgba(185, 17, 17, 0.1);
}
.about .aboutL .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  float: left;
  width: 43.15%;
  margin-top: 123px;
}
.about .aboutText .box {
  height: 530px;
  border-radius: 20px;
  border: solid 1px #6bb730;
  border-left: none;
  padding-top: 80px;
  padding-left: 11.26%;
  padding-right: 11.26%;
  position: relative;
}
.about .aboutText .tit {
  text-align:left;
  line-height: 1;
}
.about .aboutText .tit span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  margin-top: 38px;
}
.about .aboutText .more {
  display: block;
  width: 180px;
  height: 42px;
  background-color: #6bb730;
  margin-top: 60px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 160, 233, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about .aboutText .honor {
  width: 208px;
  height: 157px;
  position: absolute;
  background: url(../images/honorbg.png) 0 center no-repeat;
  background-size: 100%;
  right: 0;
  bottom: 0;
  padding: 12px;
}
.about .aboutText .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .about .title em {
    font-size: 64px;
    line-height: 40px;
  }
  .about .title i {
    font-size: 46px;
    line-height: 40px;
    margin-left: -40px;
  }
  .about .title b {
    font-size: 20px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .about .aboutBox {
    width: 94%;
  }
  .about .aboutL {
    width: 53%;
    padding: 60px 3.8%;
  }
  .about .aboutL .aboutPic {
    margin-top: 50px;
    height: 344px;
  }
  .about .aboutText {
    width: 47%;
    margin-top: 94px;
  }
  .about .aboutText .box {
    height: 460px;
    padding: 50px 8% 0;
  }
  .about .aboutText .box .text {
    margin-top: 28px;
    line-height: 36px;
    height: 144px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .about .aboutL {
    width: 100%;
    float: none;
  }
  .about .aboutL .aboutPic {
    margin-top: 40px;
    height: auto;
  }
  .about .aboutText {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .about .aboutText .box {
    height: auto;
    padding-bottom: 70px;
    border-left: solid 1px #6bb730;
  }
  .about .aboutText .box .more {
    margin-top: 20px;
  }
  .about .aboutText .box .honor {
    width: 150px;
    padding: 8px;
    height: 113px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 35px 0;
  }
  .about .aboutL {
    background-color: transparent;
    padding: 0;
  }
  .about .aboutL .aboutPic {
    margin-top: 25px;
  }
  .about .aboutText {
    margin-top: 20px;
  }
  .about .aboutText .box {
    padding: 30px 4%;
  }
  .about .aboutText .box .tit i {
    margin-top: 10px;
  }
  .about .aboutText .box .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    height: 120px;
    font-size: 14px;
    margin-top: 20px;
  }
  .about .aboutText .box .more {
    margin: 20px auto 0;
    width: 120px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .about .aboutText .box .honor {
    display: none;
  }
}
.about .number {
  margin-top: 50px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .number ul li {
  padding-left: 58px;
  padding-right: 38px;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
.about .number ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 47px;
  background: url(../images/numli.png) center center no-repeat;
  background-size: contain;
}
.about .number ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 47px;
  background: url(../images/numli.png) center center no-repeat;
  background-size: contain;
}
.about .number ul li .box {
  position: relative;
}
.about .number ul li .box .img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
}
.about .number ul li .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .number ul li .box p {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 26px;
  white-space: nowrap;
}
.about .number ul li .box p i {
  font-family: 'Times New Roman', Times, serif;
  font-size: 60px;
  display: inline-block;
  vertical-align: bottom;
  color: #6bb730;
  line-height: 42px;
  font-weight: bold;
}
.about .number ul li .box p em {
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li .box h4 {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  right: 70px;
  top: 86px;
  white-space: nowrap;
}
.about .number ul .line {
  border-left: dashed 1px #dedede;
}
@media screen and (max-width: 1100px) {
  .about .number ul li {
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about .number ul li::before {
    display: none;
  }
  .about .number ul li::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about .number {
    margin-top: 30px;
  }
  .about .number ul li {
    padding: 10px 0;
  }
  .about .number ul li .box {
    text-align: center;
  }
  .about .number ul li .box .img {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  .about .number ul li .box p {
    right: 0;
    top: 18px;
    text-align: center;
    width: 100%;
  }
  .about .number ul li .box p i {
    font-size: 26px;
    line-height: 20px;
  }
  .about .number ul li .box p em {
    font-size: 14px;
    margin-left: 5px;
  }
  .about .number ul li .box h4 {
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    top: 48px;
  }
}
.location {
  background: url(../images/qwbg.jpg) center 0 no-repeat;
  background-size: cover;
  display:none;
  padding: 70px 0 120px;
  max-width: 1860px;
  width: 96%;
  margin: auto;
  box-shadow: 0px -12px 13px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1400px) {
  .location {
    width: 100%;
  }
}
.location .qwTit {
  text-align: center;
  line-height: 1;
}
.location .qwTit::before {
  content: "";
  display: block;
  background: url(../images/qwtit.png) center center no-repeat;
  background-size: contain;
  height: 8px;
}
.location .qwTit span {
  display: block;
  font-size: 30px;
  margin-top: 28px;
}
.location .qwTit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 22px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 16px;
}
.location .qwBox {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  align-items: center;
  margin: auto;
  margin-top: 126px;
}
.location .qwPic {
  width: 36%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  padding: 20px;
}
.location .qwPic .pic {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.location .qwPic .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.location .qwTxt {
  width: 58%;
  max-width: 680px;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding-top: 60px;
  height: 328px;
  overflow: hidden;
}
.location .qwSwiper {
  margin-top: 62px;
}
.location .qwSwiper ul li {
  padding: 0 8.5%;
}
.location .qwSwiper ul li .item {
  display: flex;
  align-items: center;
}
.location .qwSwiper ul li .item .num {
  width: 72px;
  height: 72px;
  background-color: #29346b;
  border-radius: 100%;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.location .qwSwiper ul li .item p {
  flex: 1;
  margin-left: 20px;
  max-width: 400px;
  line-height: 40px;
  color: #666666;
  font-size: 16px;
}
.location .qw-next {
  position: absolute;
  z-index: 2;
  right: -108px;
  bottom: -110px;
  width: 200px;
  height: 200px;
  background-color: rgba(185, 17, 17, 0.95);
  border-radius: 100%;
  padding-top: 50px;
  padding-left: 30px;
  line-height: 30px;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location .qw-next::after {
  content: ">";
  font-family: simsun;
  font-weight: bold;
  margin-left: 6px;
}
.location .qw-next:hover {
  background-color: rgba(41, 52, 107, 0.95);
}
@media screen and (max-width: 1100px) {
  .location .qwBox {
    margin-top: 90px;
  }
  .location .qwTxt {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .location .qwTxt .qwSwiper {
    margin-top: 35px;
  }
  .location .qwTxt .qw-next {
    right: -108px;
    bottom: -110px;
    width: 190px;
    height: 180px;
    padding-top: 30px;
    padding-left: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .location {
    padding: 35px 0;
  }
  .location .qwTit span {
    font-size: 22px;
    margin-top: 18px;
  }
  .location .qwTit i {
    margin-top: 15px;
    letter-spacing: 0;
    font-size: 12px;
  }
  .location .qwBox {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .location .qwTxt {
    width: 100%;
    padding: 30px 0 40px;
  }
  .location .qwSwiper {
    margin-top: 20px;
  }
  .location .qwSwiper ul li .item .num {
    width: 60px;
    line-height: 60px;
    height: 60px;
  }
  .location .qwSwiper ul li .item p {
    line-height: 28px;
    font-size: 14px;
  }
  .location .qwPic {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .location .qwPic .pic {
    margin: auto;
  }
}
.titTit {
  font-size: 16px;
  margin-top: 18px;
  color: #999999;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .titTit {
    font-size: 14px;
  }
}
.business {
  padding: 70px 0 20px;
  max-width: 1860px;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .business {
    width: 100%;
  }
}
.business .fcList {
  position: relative;
}
.business .fcList::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #f6f6f6;
}
.business .fcList ul {
  margin: 0 -13px;
}
.business .fcList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .fcList ul li {
  float: left;
  width: 25%;
  padding: 0 13px;
  margin-top: 50px;
  margin-bottom: 24px;
}
.business .fcList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .fcList ul li .item .pic {
  display: block;
  width: 100%;
  border: solid 8px #f6f6f6;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .fcList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 73.7%;
}
.business .fcList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .fcList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .fcList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.business .fcList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.business .fcList ul li .item:hover .pic {
  border-color: rgba(185, 17, 17, 0.1);
}
.business .fcList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.business .fcList ul li .item:hover .bt {
  color: #6bb730;
}
@media screen and (max-width: 1200px) {
  .business .fcList {
    margin-top: 15px;
  }
  .business .fcList ul {
    margin: 0 -8px;
  }
  .business .fcList ul li {
    padding: 0 8px;
    margin-top: 26px;
    margin-bottom: 0;
  }
  .business .fcList ul li .item .pic {
    border-width: 5px;
  }
}
@media screen and (max-width: 980px) {
  .business .fcList {
    margin-top: 30px;
  }
  .business .fcList::before {
    display: none;
  }
  .business .fcList ul {
    margin: 0 -15px;
  }
  .business .fcList ul li {
    padding: 0 15px;
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .business {
    padding: 35px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .business .fcList {
    margin-top: 30px;
  }
  .business .fcList ul {
    margin: 0 -8px;
  }
  .business .fcList ul li {
    padding: 0 8px;
  }
  .business .fcList ul li .item .bt {
    padding: 0;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding: 80px 0 102px;
  background-size: cover;
  width:100%;
  margin: auto;
  box-shadow: 0px -12px 13px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 1400px) {
  .youshi {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .youshi {
    padding: 35px 0;
  }
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .titTit {
  color: #666666;
}
.youshi .ysNavSwiper {
  margin-top:46px;
}
.youshi .ysNavSwiper ul li {
  width: 17%;
  margin-right: 3.75%;
  position: relative;
  padding-bottom: 40px;
}
.youshi .ysNavSwiper ul li .item {
  overflow: hidden;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  outline: none;
  padding-top: 52px;
}
.youshi .ysNavSwiper ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  border: solid 12px #eeeeee;
  border-radius: 100%;
  top: -83px;
  left: 50%;
  margin-left: -60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysNavSwiper ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  background: url(../images/yslity.png) center 0 no-repeat;
  background-size: 100%;
  left: 0;
  top: 160px;
}
.youshi .ysNavSwiper ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysNavSwiper ul li i {
  display: block;
  width: 34px;
  height: 34px;
  margin: auto;
  position: relative;
}
.youshi .ysNavSwiper ul li i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100) brightness(0.5);
}
.youshi .ysNavSwiper ul li i::before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 10px;
  background: url(../images/ysicoty.png) center 0 no-repeat;
  top: 30px;
  left: 50%;
  margin-left: -28px;
}
.youshi .ysNavSwiper ul li h4 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
  color: #666666;
}
.youshi .ysNavSwiper ul li.swiper-slide-thumb-active .item::before {
  border-color: #6bb730;
}
.youshi .ysNavSwiper ul li.swiper-slide-thumb-active i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysNavSwiper ul li.swiper-slide-thumb-active i img {
  filter: grayscale(0) brightness(1);
}
.youshi .ysNavSwiper ul li.swiper-slide-thumb-active h4 {
  color: #6bb730;
}
@media screen and (max-width: 1100px) {
  .youshi .ysNavSwiper {
    margin-top: 50px;
  }
  .youshi .ysNavSwiper ul li {
    width: 23%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .youshi .ysNavSwiper {
    margin-top: 30px;
  }
  .youshi .ysNavSwiper ul li {
    width: 32%;
    margin-right: 2%;
	padding-bottom: 57px;
  }
  .youshi .ysNavSwiper ul li .item {
    height: 120px;
    padding-top: 34px;
  }
  .youshi .ysNavSwiper ul li .item::before {
    border-width: 8px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    top: -60px;
  }
  .youshi .ysNavSwiper ul li .item h4 {
    font-size: 15px;
    margin-top: 12px;
  }
}
.youshi .ysSwiper {
  margin-top: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.92);
}
.youshi .ysSwiper ul li {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.youshi .ysSwiper ul li .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi .ysSwiper ul li .pic {
  display: block;
  border-radius: 5px;
  width: 29.85%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .pic i {
  width: 100%;
  height: 0;
  padding-top: 72.5%;
  display: block;
  overflow: hidden;
  position: relative;
}
.youshi .ysSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .cont {
  width: 62.7%;
  display: flex;
  justify-content: space-between;
  margin-right: 3%;
}
.youshi .ysSwiper ul li .cont .tit {
  padding-top: 13px;
  padding-bottom: 6px;
  min-width: 180px;
  padding-right: 6px;
}
.youshi .ysSwiper ul li .cont .tit .num {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
}
.youshi .ysSwiper ul li .cont .tit .line {
  width: 3px;
  height: 25px;
  background-color: #6bb730;
  margin-top: 16px;
  margin-left: 2px;
}
.youshi .ysSwiper ul li .cont .tit h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.youshi .ysSwiper ul li .cont .tit h5 {
  color: #999999;
  line-height: 16px;
  margin-top: 6px;
  font-family: Arial;
  font-size: 12px;
}
.youshi .ysSwiper ul li .cont .text {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 42px;
}
.youshi .ysSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 1100px) {
  .youshi .ysSwiper {
    margin-top: -30px;
  }
  .youshi .ysSwiper ul li .pic {
    width: 34%;
  }
  .youshi .ysSwiper ul li .cont {
    margin-right: 2%;
    width: 62%;
  }
  .youshi .ysSwiper ul li .cont .tit {
    padding-top: 6px;
    padding-bottom: 5px;
    min-width: 120px;
    width: 140px;
  }
  .youshi .ysSwiper ul li .cont .text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .youshi .ysSwiper {
    margin-top: -50px;
  }
  .youshi .ysSwiper ul li .item {
    flex-wrap: wrap;
  }
  .youshi .ysSwiper ul li .pic {
    width: 100%;
  }
  .youshi .ysSwiper ul li .cont {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .youshi .ysSwiper ul li .cont .tit {
    width: 120px;
  }
  .youshi .ysSwiper ul li .cont .tit h4 {
    font-size: 18px;
  }
}
.youshi .page {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 10%;
  font-size: 0;
  text-align: center;
}
.youshi .page .ys-prev {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  background: url(../images/ysl.png) center center no-repeat;
  border: solid 1px #00a0e9;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .ys-prev:hover,
.youshi .page .ys-prev.on {
  background-color: #6bb730;
  background-image: url(../images/yslh.png);
  border-color: #6bb730;
}
.youshi .page .ys-next {
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  background: url(../images/ysl.png) center center no-repeat;
  border: solid 1px #00a0e9;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .ys-next:hover,
.youshi .page .ys-next.on {
  background-color: #6bb730;
  background-image: url(../images/yslh.png);
  border-color: #6bb730;
}
@media screen and (max-width: 1100px) {
  .youshi .page {
    right: 3%;
    bottom: 4%;
  }
  .youshi .page .ys-prev {
    width: 36px;
    height: 36px;
  }
  .youshi .page .ys-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .youshi .page {
    position: relative;
    margin: 20px auto 0;
  }
}
.factory {
  background: #f8f8f8;
  padding: 72px 0 78px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .factory {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .factory {
    padding: 35px 0;
  }
}
.factory .ywSwiper {
  margin-top: 50px;
  margin-left: -55px;
  margin-right: -55px;
}
.factory .ywSwiper ul li {
  float: left;
  width: 33.33%;
}
.factory .ywSwiper ul li .item {
  padding: 25px 25px 30px;
  border-radius:10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.factory .ywSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  border-radius:10px;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.factory .ywSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.factory .ywSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.factory .ywSwiper ul li .item .cont {
  padding: 30px 10px 0;
}
.factory .ywSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  padding-left: 90px;
  text-align: right;
  position: relative;
}
.factory .ywSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.factory .ywSwiper ul li .item .cont .bt i {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
}
.factory .ywSwiper ul li .item .cont .bt i::after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.factory .ywSwiper ul li .item .cont p {
  margin-top: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #999999;
  visibility: hidden;
  visibility: initial;
}
.factory .ywSwiper ul li .item:hover .cont .bt {
  color: #6bb730;
}
.factory .ywSwiper ul li .item:hover .cont .bt i::after {
  background-color: #6bb730;
}
.factory .ywSwiper ul li.swiper-slide-active .item,
.factory .ywSwiper ul li.swiper-slide-next + li .item {
  padding: 30px 45px;
}
.factory .ywSwiper ul li.swiper-slide-active .item .cont,
.factory .ywSwiper ul li.swiper-slide-next + li .item .cont {
  padding-top: 20px;
}
.factory .ywSwiper ul li.swiper-slide-active .item .cont p,
.factory .ywSwiper ul li.swiper-slide-next + li .item .cont p {
  visibility: hidden;
}
.factory .ywSwiper ul li.swiper-slide-next .item {
  background-color: #fff;
}
.factory .ywSwiper ul li.swiper-slide-next .item .cont .bt span {
  font-weight: bold;
}
.factory .ywSwiper ul li.swiper-slide-next .item .cont p {
  visibility: initial;
}
.factory .page .yw-prev {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  left: 22%;
  width: 60px;
  height: 60px;
  background-color: #6bb730;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.factory .page .yw-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.factory .page .yw-prev:hover,
.factory .page .yw-prev.on {
  background-color: #00a0e9;
}
.factory .page .yw-next {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  right: 22%;
  width: 60px;
  height: 60px;
  background-color: #6bb730;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.factory .page .yw-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.factory .page .yw-next:hover,
.factory .page .yw-next.on {
  background-color: #00a0e9;
}
@media screen and (max-width: 1100px) {
  .factory .ywSwiper {
    margin-top: 40px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .factory .ywSwiper ul li .item {
    padding: 15px 15px 35px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .factory .ywSwiper ul li .item .cont {
    padding: 20px 0 0;
  }
  .factory .ywSwiper ul li .item .cont .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 75px;
  }
  .factory .ywSwiper ul li .item .cont .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .factory .ywSwiper ul li .item .cont .bt i {
    font-size: 22px;
  }
  .factory .ywSwiper ul li .item .cont .bt i::after {
    width: 30px;
  }
  .factory .ywSwiper ul li .item .cont p {
    margin-top: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    color: #999999;
    visibility: hidden;
    visibility: initial;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt {
    color: #6bb730;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt i::after {
    background-color: #6bb730;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item,
  .factory .ywSwiper ul li.swiper-slide-next + li .item {
    padding: 25px 25px 35px;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item .cont,
  .factory .ywSwiper ul li.swiper-slide-next + li .item .cont {
    padding-top: 15px;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item .cont p,
  .factory .ywSwiper ul li.swiper-slide-next + li .item .cont p {
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .factory .ywSwiper {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .factory .ywSwiper ul li {
    width: 100%;
    margin-right: 30px;
  }
  .factory .ywSwiper ul li .item {
    padding: 15px 15px 25px !important;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .factory .ywSwiper ul li .item .cont {
    padding: 20px 0 0 !important;
  }
  .factory .ywSwiper ul li .item .cont p {
    margin-top: 5px !important;
    visibility: initial !important;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt {
    color: #6bb730;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt i::after {
    background-color: #6bb730;
  }
  .factory .page {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .factory .page .yw-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
  }
  .factory .page .yw-next {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 0;
  }
}
.honorary {
  background-color: #f8f9fb;
  padding: 70px 0 50px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .honorary {
    width: 100%;
  }
}
.honorary .zzBox {
  padding-left: 360px;
}
.honorary .title {
  position: absolute;
  left: 0;
  top: 10%;
}
.honorary .title i {
  font-size: 48px;
}
.honorary .title b {
  font-size: 20px;
  line-height: 2;
}
.honorary .page {
  position: absolute;
  left: 25px;
  top: 46%;
  font-size: 0;
}
.honorary .page .zz-prev {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border: solid 1px #333333;
  border-radius: 100%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.honorary .page .zz-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 24px;
}
.honorary .page .zz-prev:hover,
.honorary .page .zz-prev.on {
  background-color: #6bb730;
  border-color: #6bb730;
  color: #fff;
}
.honorary .page .zz-next {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border: solid 1px #333333;
  border-radius: 100%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.honorary .page .zz-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 24px;
}
.honorary .page .zz-next:hover,
.honorary .page .zz-next.on {
  background-color: #6bb730;
  border-color: #6bb730;
  color: #fff;
}
.honorary .zzSwiper {
  margin-right: -20px;
  padding-bottom: 64px;
  z-index: 1;
  position: relative;
}
.honorary .zzSwiper::before {
  content: "";
  display: block;
  position: absolute;
  width: 1355px;
  height: 91px;
  left: -80px;
  bottom: 0;
  z-index: -1;
  background: url(../images/honorboxbg.png) 0 0 no-repeat;
}
.honorary .zzSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honorary .zzSwiper ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.honorary .zzSwiper ul li .item {
  position: relative;
}
.honorary .zzSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  /* background: #fff; */
  /* box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.3); */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honorary .zzSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background: url(../images/honorli.png) center center no-repeat; */
  background-size: 100% 100%;
}
.honorary .zzSwiper ul li .item .pic i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 7%;
}
.honorary .zzSwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honorary .zzSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  background: rgba(185, 17, 17, 0.8);
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.honorary .zzSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.honorary .zzSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
@media screen and (max-width: 1360px) {
  .honorary .zzSwiper ul li {
    width: 32%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 980px) {
  .honorary .zzSwiper ul li {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .honorary {
    padding: 5px 0 35px;
  }
  .honorary .zzBox {
    padding-left: 0;
  }
  .honorary .title {
    position: relative;
    top: 0;
  }
  .honorary .page {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: -20px;
  }
  .honorary .page .zz-prev {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .honorary .page .zz-next {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .honorary .zzSwiper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .honorary .zzSwiper ul li {
    width: 49%;
    margin-right: 2%;
  }
}
.news {
  padding: 70px 0;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 35px 0;
  }
}
.news .newsTab {
  display: flex;
  justify-content: space-between;
}
.news .newsTab ul {
  width: 50%;
  max-width: 320px;
  min-width: 200px;
  display: flex;
  justify-content: space-between;
}
.news .newsTab ul li {
  float: left;
}
.news .newsTab ul li a {
  display: block;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 0;
  bottom: 0;
  background-color: #6bb730;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 32px;
  height: 30px;
  overflow: hidden;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: contain !important;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.active a,
.news .newsTab ul li:hover a {
  color: #6bb730;
}
.news .newsTab ul li.active a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.active a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTab ul li.active a::before,
.news .newsTab ul li:hover a::before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .news .newsTab {
    flex-wrap: wrap;
  }
  .news .newsTab .title {
    width: 100%;
  }
  .news .newsTab ul {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    min-width: 0;
  }
  .news .newsTab ul li a {
    font-size: 16px;
  }
  .news .newsTab ul li a i {
    width: 20px;
    margin-right: 10px;
  }
}
.news .newsSwiper {
  margin-top: 50px;
}
.news .newsSwiper .swiper-slide {
  position: relative;
}
.news .newsSwiper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.news .newsSwiper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsSwiper .swiper-slide ul li {
  float: left;
  width: 45.6%;
  background-color: #fbfbfb;
  position: relative;
  border: 1px solid #fbfbfb;
  padding: 19px;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .swiper-slide ul li:nth-child(1),
.news .newsSwiper .swiper-slide ul li:nth-child(2) {
  margin-top: 0;
}
.news .newsSwiper .swiper-slide ul li:nth-child(2n)::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  border-radius: 100%;
  top: 50%;
  margin-top: -6px;
  right: 108.7%;
  margin-left: -6px;
}
.news .newsSwiper .swiper-slide ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .newsSwiper .swiper-slide ul li .pic {
  display: block;
  width: 39.7%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .swiper-slide ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 78.26%;
}
.news .newsSwiper .swiper-slide ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .swiper-slide ul li .cont {
  flex: 1;
  padding-left: 3%;
  padding-right: 5%;
  min-width: 0;
}
.news .newsSwiper .swiper-slide ul li .cont .tt {
  position: relative;
  padding-left: 0;
}
.news .newsSwiper .swiper-slide ul li .cont .tt .date {
  position: absolute;
  left: 0;
  top: 0;
}
.news .newsSwiper .swiper-slide ul li .cont .tt .date span {
  display: block;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
}
.news .newsSwiper .swiper-slide ul li .cont .tt .date i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 12px;
}
.news .newsSwiper .swiper-slide ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .swiper-slide ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .swiper-slide ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #999999;
  margin-top: 22px;
}
.news .newsSwiper .swiper-slide ul li:hover {
  background-color: #fff;
  border-color: #6bb730;
}
.news .newsSwiper .swiper-slide ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsSwiper .swiper-slide ul li:hover .cont .bt {
  color: #6bb730;
}
@media screen and (max-width: 1100px) {
  .news .newsSwiper {
    margin-top: 30px;
  }
  .news .newsSwiper .swiper-slide ul li {
    width: 47.5%;
  }
  .news .newsSwiper .swiper-slide ul li:nth-child(2n)::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    right: 104.2%;
  }
  .news .newsSwiper .swiper-slide ul li .pic {
    width: 44%;
  }
  .news .newsSwiper .swiper-slide ul li .cont {
    padding-left: 0;
    padding-right: 3%;
  }
  .news .newsSwiper .swiper-slide ul li .cont .tt {
    padding-left: 0;
  }
  .news .newsSwiper .swiper-slide ul li .cont .tt .date {
    position: relative;
    left: 0;
  }
  .news .newsSwiper .swiper-slide ul li .cont .tt .date span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 14px;
  }
  .news .newsSwiper .swiper-slide ul li .cont .tt .date i {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-left: 5px;
  }
  .news .newsSwiper .swiper-slide ul li .cont .tt .bt {
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
  }
  .news .newsSwiper .swiper-slide ul li .cont p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsSwiper {
    margin-top: 30px;
  }
  .news .newsSwiper .swiper-slide::before {
    display: none;
  }
  .news .newsSwiper .swiper-slide ul li {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
  .news .newsSwiper .swiper-slide ul li:nth-child(2) {
    margin-top: 10px;
  }
  .news .newsSwiper .swiper-slide ul li:nth-child(2n)::before {
    display: none;
  }
  .news .newsSwiper .swiper-slide ul li .cont {
    padding-left: 1%;
    padding-right: 3%;
  }
  .news .newsSwiper .swiper-slide ul li .cont p {
    margin-top: 0;
  }
}
.settled {
  padding: 70px 0 50px;
  max-width: 1860px;
  width: 96%;
  margin: auto;
  background: url(../images/qybg.jpg) center bottom no-repeat;
  padding: 20px 0 70px;
}
@media screen and (max-width: 1100px) {
  .settled {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .settled {
    padding: 35px 0;
  }
}
.settled .title {
  margin-bottom: 20px;
}
.settled .qyBox {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.settled .qyBox:last-child {
  padding-bottom: 60px;
}
.settled .qyBox::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 113.24%;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.settled .qyBox .rzTit {
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-right: 90px;
}
.settled .qyBox .rzTit .tit {
  font-size: 24px;
  font-weight: bold;
}
.settled .qyBox .rzTit .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settled .qyBox .rzTit .more i {
  min-width: 5px;
}
.settled .qyBox .rzTit .more:hover {
  color: #6bb730;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.settled .qyList {
  margin-top: 50px;
}
.settled .qyList ul li {
  float: left;
  width: 17.6%;
  margin-right: 3%;
}
.settled .qyList ul li .item {
  position: relative;
}
.settled .qyList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settled .qyList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.settled .qyList ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settled .qyList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  background: rgba(185, 17, 17, 0.8);
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.settled .qyList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.settled .qyList ul li .item:hover .pic {
  border-color: #6bb730;
}
.settled .qyList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
@media screen and (max-width: 1100px) {
  .settled .qyBox {
    padding: 30px 0 20px;
  }
  .settled .qyList {
    margin-top: 30px;
  }
  .settled .qyList ul li {
    width: 23%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .settled .qyBox {
    padding: 20px 0 20px;
  }
  .settled .qyBox:last-child {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .settled .qyBox .rzTit {
    padding-right: 80px;
  }
  .settled .qyBox .rzTit .tit {
    font-size: 18px;
  }
  .settled .qyBox .rzTit .more {
    font-size: 18px;
  }
  .settled .qyList {
    margin-top: 15px;
  }
  .settled .qyList ul li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .settled .qyBox {
    padding: 10px 0;
  }
  .settled .qyBox:last-child {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .settled .qyBox .rzTit {
    padding-right: 70px;
  }
  .settled .qyBox .rzTit .tit {
    font-size: 16px;
  }
  .settled .qyBox .rzTit .more {
    font-size: 14px;
  }
  .settled .qyList {
    margin-top: 5px;
  }
  .settled .qyList ul li {
    width: 48%;
    margin-right: 4%;
  }
}
.message {
  padding: 60px 0 48px;
}
.message .inContent {
  background-color: #fbfbfb;
  padding: 25px 40px;
}
.message .formbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.message .formbox label {
  display: block;
  float: left;
  width: 19.5%;
  position: relative;
  z-index: 1;
  margin: 5px 0;
}
.message .formbox label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  left: 40px;
  top: 50%;
  margin-top: -10px;
}
.message .formbox label.li3 {
  width: 21.8%;
}
.message .formbox input {
  display: block;
  border: none;
  background: none;
  width: 100%;
  height: 50px;
  background-color: #ffffff !important;
  line-height: 50px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 14px center no-repeat;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 16px center no-repeat;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 14px center no-repeat;
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) 14px center no-repeat;
}
.message .formbox input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:focus,
.message .formbox input:active {
  box-shadow: 0 0 0 1px #6bb730;
  z-index: 2;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 6px;
  top: 7px;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message .formbox .tjBtn {
  width: 10.4%;
  margin-right: 0;
}
.message .formbox .tjBtn::before {
  display: none;
}
.message .formbox .submitform {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  color: #6bb730;
  font-size: 16px;
  overflow: hidden;
  border: none;
  position: relative;
  font-weight: bold;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox .submitform i {
  font-weight: bold;
}
.message .formbox .submitform:hover {
  background-color: #6bb730;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .message .inContent {
    padding: 20px 20px;
  }
  .message .formbox {
    flex-wrap: wrap;
  }
  .message .formbox label {
    width: 23%;
  }
  .message .formbox label::before {
    display: none;
  }
  .message .formbox label.li3 {
    width: 26%;
  }
  .message .formbox label input {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
  }
  .message .formbox .code .imgCode {
    right: 2px;
    top: 2px;
  }
  .message .formbox .tjBtn {
    width: 23%;
  }
  .message .formbox .tjBtn .submitform {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .message {
    padding: 40px 0;
  }
  .message .formbox label {
    width: 48%;
  }
  .message .formbox label.li3 {
    width: 48%;
  }
  .message .formbox .tjBtn {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .message {
    padding: 35px 0;
  }
  .message .formbox label {
    width: 100%;
  }
  .message .formbox label.li3 {
    width: 100%;
  }
  .message .formbox .tjBtn {
    width: 100%;
  }
}
.links {
  padding-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .links {
    display: none;
  }
}
.links .linksBox {
  display: flex;
  justify-content: space-between;
}
.links .linksBox .tit {
  font-size: 16px;
  line-height: 1;
  padding-left: 40px;
  width: 148px;
  height: 44px;
  background: url(../images/linkstit.png) 0 bottom no-repeat;
}
.links .linksBox .list {
  flex: 1;
  margin-top: 16px;
  margin-bottom: -10px;
}
.links .linksBox .list a {
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .linksBox .list a:hover {
  color: #6bb730;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
