* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

.content1300 {
  margin: 0 auto;
  width: 1300px;
}

.content1400 {
  margin: 0 auto;
  width: 1400px;
}

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

.content1500 {
  margin: 0 auto;
  width: 1500px;
}

.content1600 {
  margin: 0 auto;
  width: 1600px;
}

.hoverLi .pic {
  overflow: hidden;
}

.hoverLi:hover .imgScale {
  transform: scale(1.2);
}

.imgScale {
  transition: all 0.6s;
  display: block;
}

.content1300 {
  margin: 0 auto;
  width: 1300px;
}

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

.content1500 {
  margin: 0 auto;
  width: 1500px;
}

.content1600 {
  margin: 0 auto;
  width: 1600px;
}

.hoverLi .pic {
  overflow: hidden;
}

.hoverLi:hover .imgScale {
  transform: scale(1.2);
}

.imgScale {
  transition: all 0.6s;
  display: block;
  max-width: 100%;
  width: 100%;
}
.swiper-container {
  overflow: hidden;
}
.main {
  position: relative;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100px;
  z-index: 999;
}
.header .content1400 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header .c .nav {
  display: flex;
  line-height: 100px;
}
.header .c .nav > li {
  position: relative;
}
.selectNav {
  position: absolute;
  width: 100%;
  background: white;
  display: none !important;
}
.selectNavShow {
  display: block !important;
}
.selectNav > li {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e555;
}

.selectNav > li > a {
  color: rgba(0, 145, 41, 1) !important;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(3, 145, 41, 0);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0 4px !important;
}
.selectNav > li > a font {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
}

.selectNav > li > a:hover {
  background: rgba(0, 145, 41, 1) !important;
  color: white !important;
  border-bottom: 2px solid rgba(3, 145, 41, 1);
}
.selectNav > li::before {
  height: 0px !important;
  content: none;
}
.header .c .nav > li:not(:last-child)::before {
  position: absolute;
  content: "";
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: rgba(222, 222, 222, 1);
}
.header .c .nav > li > a {
  position: relative;
  display: block;
  margin: 0 42px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 100px;
  overflow: hidden;
}
.header .c .nav > li.active a,
.header .c .nav > li:hover a {
  color: rgba(0, 145, 41, 1);
}
.header .c .nav > li.active a::before,
.header .c .nav > li:hover a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 145, 41, 1);
  z-index: 2;
}
.header .r {
  display: flex;
  align-items: center;
}
.header .content .header-language {
  display: flex;
  align-items: center;
  margin-left: 64px;
}
.header .content .header-language .iconfont {
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  margin-right: 5px;
}
.header .content .header-language select {
  border: none;
  color: rgba(153, 153, 153, 1);
  outline: none;
}
.header .content .header-search {
  position: absolute;
  /* display: none; */
}
.header .content .header-search .icon-sousuo {
  font-size: 24px;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
  position: relative;
  top: 5px;
}
.inputss {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

.header .header-search .searchbox {
  position: absolute;
  display: none;
  width: 300px;
  height: 40px;
  top: 64px;
  right: 0;
  z-index: 2;
  background-color: #fff;
}

.header .header-search .searchbox.active {
  display: flex;
}

.header .header-search .searchbox input {
  flex: 1;
  height: auto;
  border: none;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.header .header-search .searchbox .btn {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f0f0;
  cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
  /* color: #222; */
}
.banner1 {
  position: relative;
  padding-top: 100px;
}
.banner1 .banner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner1 .banner-box .zh {
  font-size: 70px;
  font-family: BaskervilleOldFace;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.banner1 .banner-box .en {
  font-size: 44px;
  font-family: PingFang;
  color: #ffffff;
  line-height: 1;
  margin-top: 15px;
}
.banner1 .pic img {
  width: 100%;
  display: block;
}
.footer .footer-img {
  background-image: url(../image/index-box4-bg.jpg);
  background-size: cover;
  padding: 105px 0 142px;
  text-align: center;
}
.footer .footer-img .title {
  font-size: 36px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.footer .footer-img .sub-title {
  font-size: 30px;
  font-family: PingFang;
  color: #ffffff;
  line-height: 1;
  margin-top: 33px;
}
.footer .footer-img .more {
  width: 176px;
  height: 52px;
  line-height: 42px;
  text-align: center;
  background: rgba(0, 145, 41, 0);
  border: 1px solid #eaeaea;
  border-radius: 26px;
  margin: 53px auto 0;
}
.footer .footer-img .more:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-img .more a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.footer .footer-img .more a .iconfont {
  font-size: 20px;
  margin-left: 14px;
}
.footer .fooer-box {
  background-color: #fff;
  margin-top: 98px;
}
.footer .fooer-box .footer-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.footer .fooer-box .footer-t .footer-l {
  width: 69.64%;
  border-right: 1px solid #f0f0f0;
}
.footer .fooer-box .footer-t .logo {
  padding: 71px 0 47px;
  border-bottom: 1px solid #f0f0f0;
}
.footer .fooer-box .footer-t .footer-l ul {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  padding-right: 75px;
  /*margin-top: 80px;*/
}
.footer .fooer-box .footer-t .footer-l ul .li-title {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-bottom: 24px;
}
.footer .fooer-box .footer-t .footer-l ul .li-text a {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #777777;
  line-height: 34px;
}
.footer .fooer-box .footer-t .footer-l ul .li-text a:hover {
  color: #333;
}
.footer .fooer-box .footer-t .footer-r {
  padding: 43px 0px 42px 30px;
}
.footer .fooer-box .footer-t .footer-r .en {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.footer .fooer-box .footer-t .footer-r .zh {
  font-size: 16px;
  /*font-weight: 700;*/
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-top: 8px;
}
.footer .fooer-box .footer-t .footer-r .msg {
  margin-top: 34px;
}
.footer .fooer-box .footer-t .footer-r .msg li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  display: flex;
}
.footer .fooer-box .footer-t .footer-r .msg li .iconfont {
  margin-right: 15px;
}
.footer .fooer-box .footer-t .footer-r .ewm {
  margin-top: 100;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
  text-align: center;
}
.footer .fooer-box .footer-t .footer-r .ewm .text {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-top: 17px;
}
.footer .fooer-box .footer-b {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  padding: 19px 0 24px;
  flex-wrap: wrap;
}
.footer .fooer-box .footer-b a {
  color: #999;
}
.m_right {
  display: none;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 999;
}

.modal .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  /* background: #FFFFFF; */
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin: 0 5px;
  cursor: pointer;
  background: #eeeeee;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
  width: 62px;
  color: rgba(51, 51, 51, 1);
}

.pagination ul li .iconfont {
  font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}

.pagination ul li a {
  color: #333;
  display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
  color: #fff;
}
@media (max-width: 1630px) {
  .content1600 {
    width: 94%;
  }
}

@media (max-width: 1530px) {
  .content1500 {
    width: 94%;
  }
}

@media (max-width: 1430px) {
  .content1400 {
    width: 94%;
  }
  .header .c .nav li a {
    margin: 0 20px;
  }
}

@media (max-width: 1330px) {
  .content1300 {
    width: 94%;
  }
}

@media (max-width: 1230px) {
  .content1200 {
    width: 94%;
  }
}

@media (max-width: 1199px) {
  .header .c {
    display: none;
  }
  .header .content .header-search {
    display: none;
  }
  .header .content .header-language {
    margin-right: 25px;
    margin-left: 0;
  }
  .m_right {
    display: block;
  }

  .m_right .m_right_buttom {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }

  .m_right .m_right_buttom .iconfont {
    font-size: 22px;
    color: rgba(0, 145, 41, 1);
    font-weight: bold;
  }

  .m_right .m_aside {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #a0d4af;
    z-index: 999;
    transform: translateX(100%);
    transition: all 0.6s;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .m_right .m_aside.active {
    transform: translateX(0);
  }

  .m_right .m_aside li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 8px 0;
  }

  .m_aside li .zh {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
  }

  .m_aside li .en {
    font-size: 16px;
    color: #999999;
  }

  .m_searchbox_li .iconfont {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }

  .m_searchbox {
    display: none;
    margin: 0 auto;
    justify-content: center;
    margin-top: 10px;
    align-items: flex-start;
  }

  .m_searchbox.active {
    display: flex;
  }

  .m_searchbox input {
    width: 70%;
    height: 32px;
    border: 1px solid #d0d0d0;
    border-right: none;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .m_searchbox .btn {
    background-color: #f0f0f0;
    width: 37px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    position: relative;
  }
  .m_searchbox .btn .iconfont {
    color: #999;
  }
  .banner1 .banner-box .zh {
    font-size: 50px;
  }
  .banner1 .banner-box .en {
    font-size: 36px;
  }
  .banner1 .banner-box {
    top: 60%;
  }
}
@media (max-width: 768px) {
  .footer .fooer-box .footer-t .footer-l {
    display: none;
  }
  .footer .footer-img .title {
    font-size: 28px;
  }
  .footer .footer-img .sub-title {
    font-size: 22px;
  }
  .footer .footer-img {
    padding: 100px 0;
  }
  .footer .fooer-box .footer-t .footer-r {
    padding: 50px 0 40px;
  }
  .footer .fooer-box .footer-t .footer-r .ewm {
    margin-top: 20px;
  }
  .banner1 .banner-box {
    top: 65%;
  }
  .banner1 .banner-box .zh {
    font-size: 38px;
  }
  .banner1 .banner-box .en {
    font-size: 30px;
  }
  .footer .fooer-box .footer-b a {
    display: flex;
  }

  .footer .fooer-box .footer-b {
    flex-direction: column;
  }
  .footer .fooer-box .footer-b .l {
    display: flex;
  }
}
@media (max-width: 500px) {
  .banner1 {
    padding-top: 70px;
  }
  .banner1 .banner-box .zh {
    font-size: 24px;
  }
  .banner1 .banner-box .en {
    font-size: 20px;
  }
  .header .l img {
    width: 150px;
  }
  .header {
    height: 70px;
  }
  .footer .fooer-box{
      margin: 0;
  }
  .footer .footer-img .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer .footer-img .sub-title {
    font-size: 12px;
  }
  .footer .footer-img {
    padding: 60px 0;
  }
  .footer .footer-img .sub-title {
    margin-top: 15px;
  }
  .footer .footer-img .more {
    margin-top: 25px;
  }
  .footer .footer-img .more {
    height: 40px;
    line-height: 40px;
    width: 140px;
  }
  .footer .fooer-box .footer-t .footer-r .msg {
    margin-top: 20px;
  }
}
