body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "微软雅黑", "黑体", serif;
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
}

body.modelShow {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

li,
ul {
  list-style: none;
}

@font-face {
  font-family: "impact";
  src: url("../fonts/impact.ttf");
}

@font-face {
  font-family: 'HYQingYaTiJ';
  src: url("../fonts/HYQingYaTiJ.ttf");
  font-weight: normal;
  font-style: normal;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1650px;
}

/* 头部  */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
  border-color: rgba(255, 255, 255, 0.24);
}

.header:hover {
  background: #fff;
}

.header .wrap {
  height: auto;
}

.header.active {
  background-color: #fff;
}

.header .logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: 220px;
  float: left;
}

.header.active .logo .logo_b {
  display: block;
}

.header.active .logo .logo_w {
  display: none;
}

.header .logo img {
  width: 100%;
}

.header .logo a {
  display: flex;
  height: 85px;
  align-items: center;
}

.header .tools {
  display: flex;
  align-items: center;
  padding: 0 40px;
  float: right;
  transition: 0.5s ease;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.header .tools .item {
  display: flex;
}

.header .tools span {
  display: flex;
  align-items: center;
}

.header:hover .tools span {
  color: #333;
}

.header.active .tools span {
  color: #333;
}

.header .tools span img {
  width: 25px;
  height: 25px;
  display: flex;
}

.header .tools span.arrow {
  margin-left: 5px;
  padding-top: 4px;
}

.header .tools .active {
  display: none;
}

.header:hover .tools .active {
  display: flex;
}

.header.active .tools .active {
  display: flex;
}

.header.acctive .tools .normal {
  display: none;
}

.header .tools .language img {
  width: 20px;
  height: 20px;
}

.header .tools .language {
  margin-left: 15px;
}

.header .tools .search img {
  width: 23px;
  height: 23px;
}

.header .tools .search {
  margin-left: 15px;
}

.header .tools .search span {
  margin-left: 5px;
}

.header .tools .dz img {
  width: 20px;
  height: 20px;
}

.header .tools .dz {
  margin-left: 15px;
}

.header .tools .dz span {
  margin-left: 5px;
}

.header .tools .item:hover {
  cursor: pointer;
}

.header .tools .item {
  position: relative;
}

.header .tools .item.think ul {
  padding: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  margin-top: 5px;
  width: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: none;
  background: #fff;
  z-index: 6;
}

.header .tools .item.think ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.header .tools .item.language .sub {
  position: absolute;
  padding: 35px 0;
  left: -55px;
  top: 28px;
  background: #f4f4f4;
  width: 128px;
  font-size: 12px;
  padding: 7px 20px;
  color: #555;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 6;
}

.header .tools .item.language .sub a {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: block;
  line-height: 32px;
  text-align: center;
}

.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header.active .innav li {
  color: #333;
}

.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
}

.header .tools .item.language .sub a:hover {
  color: #c0a872;
}

.header .tools .item.language:hover .sub {
  opacity: 1;
}

.header .innav {
  float: right;
}

.header .innav>ul>li {
  font-size: 15px;
  line-height: 100px;
  padding: 0px 30px;
  float: left;
  transition: padding 0.5s ease;
}

.header:hover .innav li {
  color: #333;
}

.header:hover .innav li:hover {
  color: #c0a872;
}

.searchBox {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 98;
}

.searchBox .wrap {
  height: 100%;
}

.searchBox .searchL {
  float: left;
  height: 100%;
  width: calc(100% - 101px);
}

.searchBox .close {
  border-left: 1px solid #e1e0e1;
  cursor: pointer;
  float: right;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBox .close img {
  width: 35px;
  transition: all 0.5s ease;
}

.searchBox .close:hover img {
  transform: rotate(90deg);
}

.searchBox .searchL .input {
  position: relative;
  padding-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.searchBox .searchL .input .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background: url(../images/search2.png) no-repeat;
  background-size: 25px;
}

.searchBox .searchL .input form {
  position: relative;
  width: 100%;
}

.searchBox .searchL .input input {
  outline: none;
  border: none;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  width: 80%;
  box-sizing: border-box;
  background: none;
  padding: 0;
}

.searchBox .searchL .input button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid#aaa;
  cursor: pointer;
  color: #aaa;
  font-size: 15px;
  transition: all 0.5s ease;
}

.searchBox .searchL .input button:hover {
  background-color: #c0a872;
  color: #fff;
  border: 1px solid #c0a872;
}

.header .innav li .dropDown {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  display: none;
}

.header .innav li .dropDown .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.header .innav li .dropDown .l {
  height: 100%;
  padding-top: 40px;
  padding-left: 4%;
  float: left;
  width: 28%;
  background-image: linear-gradient(to right, #efefef, #eee);
  padding-bottom: 40px;
}

.header .innav li .dropDown .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header .innav li .dropDown .bg .l {
  float: left;
  width: 28%;
  background-image: linear-gradient(to right, #efefef, #eee);
}

.header .innav li .dropDown .bg .r {
  position: absolute;
  left: 28%;
  top: 0;
  right: 0;
  bottom: 0;
}

.header .innav li .dropDown1 .bg .r {
  background: url(../images/dropdown1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown2 .bg .r {
  background: url(../images/dropdown2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 97%;
}

.header .innav li .dropDown3 .bg .r {
  background: url(../images/dropdown3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown4 .bg .r {
  background: url(../images/dropdown4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown5 .bg .r {
  background: url(../images/dropdown5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown6 .bg .r {
  background: url(../images/dropdown6.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown7 .bg .r {
  background: url(../images/dropdown7.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown .l .dnav li a {
  display: block;
  line-height: 45px;
  color: #333;
  padding-left: 30px;
}

.header .innav li .dropDown .l .dnav li a:hover {
  background: #fff;
  color: #c0a872;
}

.header .innav li .dropDown .dnav {
  padding-bottom: 30px;
  position: relative;
}

.header .innav li .dropDown .dnav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 15%;
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
}

.header .innav li .dropDown .l .sig {
  padding-top: 30px;
  padding-left: 30px;
}

.header .innav li .dropDown .l .sig dt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a:hover {
  color: #c0a872;
}

.header .innav li .dropDown .wrap .r {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-top: 50px;
}

.header .innav li .dropDown .wrap .r h2 {
  font-size: 25px;
  color: #000;
  line-height: 50px;
  font-weight: normal;
}

.header .innav li .dropDown .wrap .r p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  margin: 13px 0 45px;
}

.header .innav li .dropDown .wrap .r a {
  border: 1px solid #e1e0e1;
  width: 170px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  padding-left: 40px;
  margin-bottom: 80px;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
}

.header .innav li .dropDown .wrap .r a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}

.header .innav li .dropDown .wrap .r a:hover span {
  background: url(../images/arrow_right_1_on.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.header .innav li .dropDown .wrap .r a:hover {
  background-color: #c0a872;
  color: #fff;
  border: 1px solid #c0a872;
}

.header .orderCon {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  height: 600px;
  display: none;
  background-color: #f9f9f9;
}

.header .orderCon .l {
  float: left;
  width: 50%;
  padding-top: 85px;
}

.header .orderCon .l h2 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header .orderCon .l p {
  margin-bottom: 28px;
}

.header .orderCon .l input {
  width: 47%;
  padding-right: 7%;
  border: none;
  height: 46px;
  line-height: 46px;
  background-color: #efefef;
  text-indent: 30px;
  margin-left: 4%;
  float: left;
  outline: none;
  margin-bottom: 25px;
}

.header .orderCon .l input:nth-child(2n + 1) {
  margin-left: 0;
}

.header .orderCon .l textarea {
  background-color: #f5f5f5;
  width: 98%;
  border: none;
  outline: none;
  height: 130px;
  padding-top: 20px;
  padding-left: 4%;
}

.header .orderCon .l button {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #c0a872;
  font-size: 15px;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.header .orderCon .r {
  padding-top: 70px;
  float: right;
  width: 28%;
}

.header .orderCon .r .con {
  position: relative;
  background-color: #c0a872;
  padding: 30px 35px 50px 45px;
}

.header .orderCon .r .con h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.header .orderCon .r .con p {
  color: #fff;
  margin-bottom: 30px;
}

.header .orderCon .r .con h2 span {
  font-size: 20px;
}

.header .orderCon .r .con p span {
  margin-right: 5px;
}

.header .orderCon .r .con img {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 40px;
}

.header_menu {
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

.header_menu .menu_box {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header_menu .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu .wrap .logo {
  display: flex;
}

.header_menu .wrap .logo img {
  height: 45px;
}

.header_menu .wrap .menu_box img {
  width: 30px;
}

.rightNav {
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffff;
  z-index: 999999;
  transition: all 0.4s ease;
  padding: 0 15px;
  box-sizing: border-box;
}

.rightNav .top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 5px 30px 0;
}

.rightNav .close img {
  width: 25px;
}

.rightNav ul li {
  border-bottom: 1px solid #eee;
}

.rightNav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #333;
  position: relative;
}

.rightNav ul li a .arrow {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.rightNav ul li a .arrow img {
  width: 20px;
  transition: 0.3s;
}

.rightNav ul li .sub {
  display: none;
}

.rightNav ul li .sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.rightNav ul li.active .arrow img {
  transform: rotate(90deg);
}

/* 首页banner */
.banner-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-box .banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 8.3333333%;
}

.banner-box .banner-item .c1 {
  padding-left: 40px;
}

.banner-box .banner-item .c1 .line {
  width: 140px;
  height: 3px;
  background-color: #213f6b;
  margin-top: 110px;
}

.banner {
  position: relative;
}

.banner-box .banner-item .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-box .banner-item .videoBox .mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/mask.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.banner-box .banner-item h3 {
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-box .banner-item p {
  color: #fff;
  font-size: 28px;
}

.banner-box .banner-item .bannerTxt {
  z-index: 2;
  position: relative;
}

.banner-box .banner-item .bannerTxt h2 {
  color: #fff;
  font-family: "impact";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 34px;
  margin-top: 13px;
}

.banner-box.swiper-slide-active .bannerTxt h2 {
  animation: fadeInUp 1s ease both;
  animation-delay: 2s;
}

.banner-box.swiper-slide-active .bannerTxt h3 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}

.banner-box.swiper-slide-active .bannerTxt p {
  animation: fadeInUp 1s ease both;
  animation-delay: 1.5s;
}

.home .bannerprev {
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/prev.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .bannernext {
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/next.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.homepagination {
  position: absolute;
  left: 0;
  bottom: 3% !important;
  z-index: 5;
  text-align: center;
}

.homepagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 100%;
}

.homepagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.footer_bott .wrap {
  height: 50px;
  border-top: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bott .l {
  float: left;
  color: #777;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.footer_bott .r {
  float: right;
  color: #777;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.footer_bott .r span {
  margin-right: 5px;
}

.footer_bott .r .supp {
  float: left;
  margin-right: 40px;
}

.friendLink {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  width: 140px;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
  float: right;
  position: relative;
}

.friendLink img {
  width: 25px;
}

footer .footer-left .f-logo img {
  width: 160px;
}

footer .footer-left .f-logo {
  margin-bottom: 0.25rem;
}

.footer-right {
  float: right;
  width: 100px;
  text-align: left;
}

.footer-right h2 {
  color: #fff;
  font-size: 0.2rem;
  padding-bottom: 25px;
}

.footer-right img {
  width: 100%;
}

.indexPart4 {
  background-color: #f5f5f5;
}

.footer_bott .l img {
  margin-left: 5px;
  cursor: pointer;
}

.friendLink img {
  transition: all .3s;
}

.friendLink img.rotate {
  transform: rotate(180deg);
}

.friendLink .friendBox {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 35px;
  display: none;
}

.friendLink .friendBox a {
  display: block;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.indexPart5 {
  padding: 0.6rem 0 0.6rem 0;
  background-position: center right;
  position: relative;
}

.indexPart5 .bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 400px;
  background-image: url(../images/inbg1.jpg);
  z-index: 1;
}

.indexPart5 .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  background: transparent;
}

.indexPart5 .top {
  margin-bottom: 50px;
  height: auto;
  overflow: hidden;
}

.indexPart5 .top .l {
  float: left;
  width: 34%;
}

.indexPart5 .top .l h2 {
  color: #fff;
  font-size: 0.34rem;
}

.indexPart5 .top .r {
  margin-right: 5%;
  float: right;
  color: #fff;
}

.indexPart5 .top .r .item {
  float: right;
  margin-left: 150px;
  text-align: center;
}

.indexPart5 .top .r h2 {
  vertical-align: top;
  font-size: 20px;
  font-family: "BEBASNEUE REGULAR";
}

.indexPart5 .top .r h2 span {
  font-size: 0.55rem;
}

.indexPart5 .top .r sub {
  position: relative;
  font-family: "BEBASNEUE REGULAR";
  margin-left: 5px;
  top: -.17rem;
}

.inService {
  position: relative;
  z-index: 3;
  height: auto;
  overflow: hidden;
}

.inService .l {
  float: left;
  width: 49%;
  height: 100%;
  overflow: hidden;
}

.inService .r {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  overflow: hidden;
  background: url(../images/inbg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3% 5% 4% 4%;
}

.inService .r .title {
  font-size: 0.26rem;
  margin-bottom: 25px;
}

.inService .l img {
  transition: all .3s ease;
}

.inService .l:hover img {
  transform: scale(1.1);
}

.inService .r .bottom {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  padding: 0 6% 0 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inService .r .bottom .contact {
  float: right;
  padding-left: 18px;
  display: inline-block;
  width: 115px;
  height: 35px;
  background-color: #c0a872;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.inService .r .bottom .contact span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1_on.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: all 0.3s ease;
}

.inService .r .bottom .contact:hover span {
  right: 3px;
}

.inService .r .body {
  height: 80%;
}

.inSerSwiper {
  height: 95%;
  overflow: hidden;
}

.inService .r .body {
  overflow: hidden;
}

.inSerSwiper .item {
  padding-top: 20px;
  padding-bottom: 28px;
  border-bottom: 1px dotted #ccc;
}

.inSerSwiper .item h2 {
  font-size: .24rem;
  padding-bottom: 5px;
}

.inSerSwiper .item p {
  font-size: 14px;
  line-height: 25px;
}

.inSerSwiper-pagination .swiper-pagination-bullet-active {
  background: none;
}

.inSerSwiper-pagination .swiper-pagination-bullet {
  background: none;
  margin-right: 22px;
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
}

.inSerSwiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #333;
  content: "";
  display: block;
  right: -70px;
  transition: all .3s;
}

.inSerSwiper-pagination .swiper-pagination-bullet-active {
  margin-right: 80px;
  font-weight: bold;
}

.inSerSwiper-pagination .swiper-pagination-bullet-active::after {
  width: 65px;
}

.inSerSwiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
  width: 0;
}

.productSort {
  float: right;
  padding-top: 10px;
}

.productSort .item {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  background-color: #f4f4f4;
  width: 180px;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
  position: relative;
}

.productSort .item img {
  width: 25px;
  transition: all .3s;
}

.productSort .item ul {
  background-color: #f4f4f4;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
  z-index: 51;
}
.productSort .item:hover ul{
  display: block;
}
.productSort .item ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.productSort .item ul li a:hover {
  color: #c0a872;
}

/* .productSort .item:hover ul {
  display: block;
} */

.productSort .item.active img {
  transform: rotate(180deg);
}
.productSort .item  ul{
  display: none;
}
.productSort .item.active ul{
  display: block;
}
.inBanner {
  height: 400px;
  margin-top: 100px;
}

.inBanner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.inBanner .wrap {
  position: relative;
  height: 100%;
}

.bannerBg {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}

.bannerBg h2 {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 .en {
  color: #fff;
  font-size: 46px;
}

.bannerBg h3 em {
  margin: 0 20px;
}

.bannerBg h3 .cn {
  font-size: 42px;
}

.inBanner1 {
  background: url(../images/inbanner1.jpg);
}

.inBanner2 {
  background: url(../images/inbanner2.jpg);
}

.inBanner3 {
  background: url(../images/inbanner3.jpg);
}

.inBanner4 {
  background: url(../images/inbanner4.jpg);
}

.inBanner5 {
  background: url(../images/inbanner5.jpg);
  
}

.inBanner6 {
  background: url(../images/inbanner6.jpg);
  background-position: bottom center !important;
}

.inBanner7 {
  background: url(../images/inbanner7.jpg);
}

.inNav {
  position: relative;
  height: 100px;
  border: 1px solid #f7f7f7;
  margin-top: -58px;
  background-color: #fff;
}

.inNav ul {
  height: 100%;
  display: flex;
}

.inNav ul li {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.inNav ul li a {
  text-align: center;
  font-size: 18px;
  position: relative;
}

.inNav ul li:not(:first-child):before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: -3px;
  width: 5px;
  height: 9px;
  background-image: url(../images/info_blt.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.inNav ul li a::before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: #c0a872;
  transition: all .3s;
}

.inNav ul li:hover a::before {
  width: 100%;
}

.inNav ul li.active a::before {
  width: 100%;
}

.abSec1 {
  padding: 0.8rem 0;
}

/* 新闻 */
.newsList li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.newsList li .img {
  float: right;
  width: 270px;
  height: 180px;
  overflow: hidden;
}

.newsList li .img>div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all .5s;
}

.newsList li a:hover .img>div {
  transform: scale(1.1);
}

.newsList li a {
  padding: 40px 0 30px 0;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
}

.newsList li .wrap {
  position: relative;
  z-index: 3;
}

.newsList li a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f9fc;
  transition: all .5s;
}

.newsList li a:hover::after {
  width: 100%;
}

.newsList li .content {
  margin-right: 310px;
}

.newsList li .content .ndate {
  float: left;
  width: 100px;
  padding: 2% 1%;
  background-color: #c0a872;
  text-align: center;
  position: relative;
}

.newsList li .content .ndate h2 {
  font-size: 16px;
  color: #fff;
}

.newsList li .content .ndate h3 {
  font-size: 16px;
  color: #fff;
}

.newsList li .content .ndate::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  right: -25px;
  top: 0;
}

.newsList li .content .main {
  float: left;
  width: calc(100% - 170px);
  margin-left: 60px;
}

.newsList li .content .main h3 {
  font-size: 20px;
  color: #202020;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 25px;
}

.newsList li .content .main p {
  font-size: 13px;
  color: #999;
  line-height: 25px;
}

.newsList li .content .main .more {
  margin-top: 25px;
  padding-left: 18px;
  display: inline-block;
  width: 115px;
  height: 35px;
  background-color: #c0a872;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.newsList li .content .main .more span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1_on.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: all 0.3s ease;
}

.newsList li .content .main .more:hover span {
  right: 3px;
}

.pageBox {
  margin-top: 30px;
}

.pageBox .page_num {
  float: left;
}

.pageBox .page_num a {
  line-height: 58px;
  color: #666;
  background-color: #f2f3f5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  margin: 0;
  float: left;
}

.pageBox .page_num a.current {
  background-color: #c0a872;
  color: #fff;
}

.page_arr {
  float: right;
}

.page_arr span {
  line-height: 58px;
  color: #666;
  background-color: #f2f3f5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  margin: 0;
  float: left;
}

.page_arr span a {
  line-height: 58px;
  color: #666;
  background-color: #f2f3f5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  margin: 0;
  background-color: transparent;
}

.pageBox .page_num a:hover {
  background-color: #c0a872;
  color: #fff;
}

.page_arr span:hover {
  background-color: #c0a872;
  color: #fff;
}

.page_arr span:hover a {
  color: #fff;
}

.newsSec {
  padding: .8rem 0;
}

.newsSec .detail_l {
  line-height: 30px;
  width: 71%;
  float: left;
  background: #f6f9fd;
  padding: 5% 4%;
}

.newsSec .detail_r {
  width: 24%;
  float: right;
}

.newsSec .wrap {
  height: auto;
  overflow: hidden;
}

.newsSec .detail_l .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}

.newsSec .detail_l .tools {
  margin-bottom: 40px;
  line-height: 20px;
  color: #999;
}

.newsSec .detail_l .tools span {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.newsSec .content {
  border-top: 1px solid #ccc;
  padding: 5% 0;
  box-sizing: border-box;
}

.newsSec .detail_r .item {
  background: #f6f9fd;
  margin-bottom: 20px;
  padding: 7%;
}

.newsSec .detail_r .item h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.newsSec .detail_r .back {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  background-color: #c0a872;
  color: #fff;
  display: block;
}

.bannerBg.bannerBg1 {
  transform: translateY(0);
  top: auto;
  bottom: 5%;
}

.comp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  background-color: #c0a872;
  height: 150px;
  padding: 40px 55px;
}

.comp h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 4px;
}

.comp h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
}

.map {
  height: 620px;
  position: relative;
}

.map .mapCon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.map .contact {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
  z-index: 2;
  background-color: rgba(255, 255, 255, .89);
  padding: 40px 50px;
}

.map .wrap {
  height: 100%;
  position: relative;
  z-index: 2;
}

.map .contact .item1 {
  padding: 30px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.map .contact .item1 h2 {
  font-size: 15px;
  margin-bottom: 5px;
}

.map .contact .item1 p {
  font-size: 13px;
  color: #999;
}

.map .contact .item2 {
  padding: 30px 0;
  height: auto;
  overflow: hidden;
}

.map .contact .item2 .l {
  float: left;
  padding-top: 30px;
}

.map .contact .item2 .r {
  float: right;
}

.map .contact .item2 .l p {
  line-height: 28px;
}

.map .contact .item2 .r img {
  width: 130px;
}

.map .contact .item3 {
  color: #c0a872;
}

.map .contact .item3 h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0;
}

.map .contact .item3 p {
  font-size: 14px;
}

.map .contact .item3 img {
  width: 40px;
}

.map .online {
  cursor: pointer;
  margin-top: 40px;
  padding-left: 18px;
  display: inline-block;
  width: 115px;
  height: 35px;
  background-color: #c0a872;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.map .online span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1_on.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: all 0.3s ease;
}

.onlinePop {
  position: fixed;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease
}

.onlinePop.show {
  top: 0;
}

.onlinePop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #c0a872;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}
.productSort1 .item .tn{
  font-weight: bold;
  font-size: 15px;
}
.productSort .item ul li a{
  width: 100%;
  text-align: center;
}
.productSort1 .item ul li a{
  line-height: 25px;
}
.map .online:hover span {
  right: 3px;
}
.proNav{
  padding: 20px 0;
  background-color: #f9f9f9;
}
.proNav .wrap{
  height: auto;
}
.proNav .wrap .l{
  float: left;
}
.proNav .wrap .r{
  float: right;
  color: #c0a872;
  font-size: 20px;
}
.proNav .wrap .l a{
  display: inline-block;
  padding: 13px 30px;
}
.proNav .wrap .l a:hover{
  background-color: #c0a872;
  color: #fff;
}
.proNav .wrap .l a.active{
  background-color: #c0a872;
  color: #fff;
}
.proNav .wrap .nav1{
  padding: 25px 0;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.proNav .wrap .nav2{
  display: flex;
  align-items: center;
  padding: 15px 0 30px 0;
}
.proNav .wrap .nav2 span{
  margin-right: 40px;
  font-weight: bold;
  font-size: 20px;
  display: block;
  float: left;
  color: #c0a872;
}
.proNav .wrap .nav2  a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 40px;
  position: relative;
}
.proNav .wrap .nav2  a.active::after{
  display: block;
}
.proNav .wrap .nav2  a::after{
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background-color: #c0a872;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.peoSec ul li{
  cursor: pointer;
  float: left;
  width: calc(94%/4);
  margin-left: 2%;
  margin-bottom: 85px;
}
.peoSec ul li:nth-child(4N+1){
  margin-left: 0;
}
.peoSec ul {
  height: auto;
  overflow: hidden;
}
.peoSec{
  padding: .8rem 0;
}
.peoSec ul li .imgBox{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.peoSec ul li .imgBox .img{
  width: 100%;
  height: 270px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  transition: all .5s;
}
.peoSec ul li .none{
  display: none;
}
.peoSec ul li a:hover .imgBox .img{
  transform: scale(1.1);
}
.peoSec ul li .txt{
  position: relative;
  z-index: 2;
  height: 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: -35px;
  box-shadow: 0px 0px 20px #ddd;
}
.peoSec ul li .txt::after{
  display: block;
  content: "";
  width: 100%;
  height: 0;
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #c0a872;
  z-index: 1;
  transition: all .3s ease;
  height: 0;
}
.peoSec ul li a:hover .txt::after{
  transform: scale(1);
  height: 100%;
}
.peoSec ul li .txt >div{
  position: relative;
  z-index: 2;
  padding-top: 30px;
  text-align: center;
}
.peoSec ul li .txt >div h2{
  font-size: 16px;
}
.peoSec ul li .txt >div h3{
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin-top: 10px;
  transition: all .3s ease;
}
.peoSec ul li a:hover .txt >div h3{
  width: 55px;
  background-color: #fff;
}
.peoSec ul li a:hover .txt >div h2{
  color: #fff;
}
.peoSec .pageBox{
  padding-top: .2rem;
  padding-left: 0;
  padding-right: 0;
}
._title{
  position: relative;
}
._title .en{
  position: absolute;
  font-size: 55px;
  line-height: 52px;
  left: 18px;
  top: -18px;
  color: #000;
  opacity: 0.1;
  text-transform: uppercase;
}
._title .cn{
  font-size: 30px;
}
.abSec1{
  background: url(../images/bg1.jpg);
}
.abSec2{
  background: #f7f7f7;
  padding: 60px 0;
}
.abSec2 .l{
  float: left;
}
.abSec2 .l .t{
  font-size: 30px;
  padding-bottom:18px;
}
.abSec2 .wrap{
  height: auto;
  overflow: hidden;
}
.abSec2 .r{
  margin-left: 300px;
}
.abSec2 .r .item{
  float: left;
  width: 33.33%;
}
.abSec2 .r .item .num{
  font-family: "BEBASNEUE REGULAR";
  float: left;
  font-size: 55px;
  font-weight: bold;
  color: #c0a872;
  margin-right: 10px;
}
.abSec2 .r .item .txt{
  padding-top: 2px;
}
.abSec2 .r .item .txt h3{
  padding-top: 10px;
}
.abSec1 .profile{
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.abSec1 .profile .l h3{
  font-size: 30px;
  color: #c0a872;
  margin-top: 30px;
  margin-bottom: 20px;
}
.abSec1 .profile .l {
  float: left;
  width: 50%;
}
.abSec1 .profile .l p{
  font-size: 15px;
  text-indent: 20px;
  line-height: 30px;
}
.abSec1 .profile .r{
  float: right;
  width: 40%;
  position: relative;
}
.abSec1 .profile .r .img{
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.abSec1 .profile .r div.bg{
  width: 100%;
  height: 320px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all .8s;
}
.abSec1 .profile .r:hover .bg{
  transform: scale(1.1);
}
.abSec1 .profile .r::after{
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #c0a872;
}
.abSec3{
  padding: .8rem 0;
  background: url(../images/culbg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
._title.white .en{
  color: #fff;
  opacity: .5;
}
._title.white .cn{
  color: #fff;
}
.abSec3 ul{
  padding-top: .6rem;
  height: auto;
  overflow: hidden;
}
.abSec3 ul li{
  cursor: pointer;
  float: left;
  width: 25%;
  text-align: center;
}
.abSec3 ul li .image{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  transform: translateY(10px);
  transition: all .5s;
}
.abSec3 ul li .image img{
  width: 65px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.abSec3 ul li:last-child .image img{
  width: 57px;
}
.abSec3 ul li  h2{
  font-size: .32rem;
  margin-top: 25px;
  margin-bottom: 28px;
  color: #fff;
  transform: translateY(10px);
  transition: all .5s;
}
.abSec3 ul li .des{
  transform: translateY(10px);
  transition: all .5s;
}
.abSec3 ul li  p{
  color: #fff;
  font-size: 16px;
}
.abSec3 ul li .main{
  padding: 65px 35px;
  height: 360px;
}
.abSec3 ul li .main:hover{
  background-color: #fff;
} 
.abSec3 ul li .main:hover .image{
  transform: translateY(0);
  background-color: #c0a872;
  transform: rotateZ(380deg);
}
.abSec3 ul li .main:hover h2{
  transform: translateY(0);
  color: #000;
}
.abSec3 ul li .main:hover .des{
  transform: translateY(0);
  color: #000;
}
.abSec3 ul li .main:hover .des p{
  color: #000;
}
.abSec4{
  padding: .8rem 0;
  background: url(../images/honbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.honorSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}
.honorSwiper {
  padding-top: 40px;
}
.honorSwiper .swiper-slide-active,.honorSwiper .swiper-slide-duplicate-active{
  transform: scale(.9);
}
.honorSwiper .honarr{
  text-align: center;
  padding-top: 40px;
}
.honorSwiper .honarr .honprev{
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
}
.honorSwiper .honarr .honnext{
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
}
.honorSwiper .honarr .honprev img{
  width:55px;
}
.honorSwiper .honarr .honnext img{
  width:55px;
}
.abSec5{
  padding: .8rem 0;
  background: url(../images/abg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.abSec5 .caseBox{
  height: auto;
  overflow: hidden;
}
.abSec5 .caseBox .l{
  float: left;
  width: 32%;
  padding-top: 30px;
}

.abSec5 .caseBox .l p{
  margin-top: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.abSec5 .caseBox .l .line1{
  margin-top: .6rem;
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 3px;
}
.abSec5 .caseBox .r{
  margin-top: 20px;
  padding: 80px 40px 30px 40px;
  float: right;
  width: 63%;
  background-color: #fff;
  height: 430px;
}
.caseArr{
  text-align: center;
  padding-top: 40px;
}

.caseArr .caseprev{
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
}
.caseArr .casenext{
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
}
.caseArr .caseprev img{
  width:55px;
}
.caseArr .casenext img{
  width:55px;
}
.caseSerSwiper .item{
  height: 200px;
  cursor: pointer;
  overflow: hidden;
}
.caseSerSwiper .bg{
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all .5s;
}
.caseSerSwiper .item img{
  display: none;
}
.caseSerSwiper .item:hover .bg{
  transform: scale(1.1);
}

.join3{
  padding: .8rem 0;
  background: url(../images/joinbg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.join2{
  padding: .8rem 0;
  background: url(../images/joinbg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.join1{
  padding: .8rem 0;
  background: url(../images/joinbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.join1 ul{
  margin-top: .8rem;
  height: auto;
  overflow: hidden;
}
.join1 ul li{
  float: left;
  width: 20%;
  padding: 0 10px;
}
.join1 ul li .main{
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 55px 35px;
  height: 340px;
}
.join1 ul li .main img {
  height: 45px;
}
.join1 ul li .main img.normal{
  display: inline-block;
}
.join1 ul li .main img.on{
  display: none;
}
.join1 ul li .main:hover img.normal{
  display: none;
}
.join1 ul li .main:hover img.on{
  display: inline-block;
}
.join1 ul li .main h2{
  color: #c0a872;
  font-size: .25rem;
  margin: 15px 0 25px 0;
}
.join1 ul li .main p{
  display: block;
  width: auto;
  line-height: 26px;
  height: 50px;
}
.join1 ul li .main .aline{
  margin-top: 40px;
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #c0a872;
}
.join1 ul li .main > div{
  position: relative;
  z-index: 2;
}
.join1 ul li .main::before{
  display: block;
  content: "";
  background-color: #c0a872;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .44s;
}
.join1 ul li .main:hover::before{
  height: 50%;
}
.join1 ul li .main:hover h2{
  color: #fff;
}
.join1 ul li .main:hover p{
  color: #fff;
}
.join1 ul li .main:hover .aline{
  background: #fff;
}
.join1 ul li .main::after{
  display: block;
  content: "";
  background-color: #c0a872;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all .44s;
}
.join1 ul li .main:hover::after{
  height: 50%;
}

.join3 ul{
  height: auto;
  overflow: hidden;
  margin-top: .8rem;
}
.join3 ul li{
  text-align: center;
  float:left;
  width: 33.33%;
  padding: 40px 65px 0 65px;
}
.join3 ul li h2{
  color: #fff;
  font-size: .28rem;
  margin: 15px 0 25px 0;
}
.join3 ul li p{
  display: block;
  height: 100px;
  color: #fff;
  line-height: 26px;
  font-size: 15px;
}

.join2 ul{
  margin-top: .8rem;
  height: auto;
  overflow: hidden;
}
.join2 ul li{
  float: left;
  width: 25%;
  background-color: #fff;
}
.join2 ul li .img{
  height: 200px;
  overflow: hidden;
}
.join2 ul li .img > div{
  width: 100%;
  height: 100%;
  transition: all .45s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.join2 ul li .img:hover > div{
  transform: scale(1.1);
}
.join2 ul li .txt{
  height: 200px;
  padding: 20px 35px 35px 35px;
}
.join2 ul li .txt h2{
  color: #c0a872;
  font-size: .24rem;
  margin: 15px 0 20px 0;
}
.join2 ul li .txt p{
  color: #000;
  line-height: 26px;
  font-size: 15px;
}
.join2 ul li:hover .txt{
  background-color: #c0a872;
}
.join2 ul li:hover .txt h2{
  color: #fff;
}
.join2 ul li:hover .txt p{
  color: #fff;
}
.join2 ul li:nth-child(even){
  position: relative;
  height: 400px;
}
.join2 ul li:nth-child(even) .txt{
  position: relative;
}
.join2 ul li:nth-child(even) .img{
  position: absolute;
  left: 0;
  top: 200px;
  right: 0;
  height: 200px;
}

.join4{
  padding: .8rem 0;
  background: url(../images/joinbg4.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.join5{
  padding: .8rem 0;
}
.join4 .item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0417vw 0;
  width: 3.5417vw;
  height: 180px;
  letter-spacing: 1px;
  text-indent: 1px;
  border: 1px solid #fff;
  line-height: 1.2;
  box-sizing: border-box;
  writing-mode: vertical-lr;
}
.join4 .processBox{
  margin-top: .8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}
.join4 .processBox .arr{
  width: 30px;
}
.join4 .item:hover{
  background-color:  #c0a872;
  border-color: #c0a872;
}
.join5 .item{
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 30px;
  height: 50px;
  padding: 15px;
  height: 50px;
  background-color: #f5f5f5;
}
.join5 .item:nth-child(2N+1){
  margin-left: 0;
}
.join5 .form{
  margin-top: .8rem;
  height: auto;
  overflow: hidden;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.join5 .item.text{
  height: 180px;
  width: 100%;

}
.join5 .btn{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 45px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c0a872;
  color: #fff;
  font-size: .2rem;
}
.serS1,.serS2{
  padding: .8rem 0;
}
._title p{
  font-size: 15px;
  margin-top: 10px;
}
.serS1 ul{
  margin-top: .8rem;
  height: auto;
  overflow: hidden;
}
.serS1 ul li{
  float: left;
  margin-left: 5%;
  width: 30%;
}
.serS1 ul li .main{
  text-align: center;
  padding: 35px;
  background-color: #f5f5f5;
  transition: all .5s;
  height: 240px;
}
.serS1 ul li:first-child{
  margin-left: 0;
}
.serS1 ul li .ico{
  transition: all .45s;
  width: 64px;
  height: 73px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.serS1 ul li h2{
  color: #000;
  font-size: .24rem;
  margin: 8px 0 15px 0;
}
.serS1 ul li p{
  font-size: 15px;
}
.serS1 ul li .main:hover .ico{
  background-position: 0 -73px !important;
}
.serS1 ul li .main:hover{
  background-color: #c0a872;
}
.serS1 ul li .main:hover h2{
  color: #fff;
}
.serS1 ul li .main:hover p{
  color: #fff;
}
.spro{
  margin-top: .8rem;
  height: auto;
  overflow: hidden;
}
.spro .l{
  float: left;
  width: 35%;
  background-color: #f5f5f5;
  height: 400px;
}
.spro .r{
  position: relative;
  float: left;
  width: 65%;
  height: 400px;
  background: url(../images/sbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.spro .l .t{
  height: 210px;
  font-size: .3rem;
  padding: 120px 030px 20px 30px;
}
.spro .l  .item{
  position: relative;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 22px 40px;
}
.spro .l  .item span{
  display: block;
  width: 40px;
  height: 40px;
  background:url(../images/arrow_right_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.serS2{
  background: url(../images/fw.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
._title.white p{
  color: #fff;
}
.serS2 .r .decs{
  background-color: rgba(11, 90, 120, .89);
  padding: 50px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  display: none;
}
.serS2 .r .decs p{
  color: #fff;
  line-height: 30px;
}
.serS2 .r .decs:first-child{
  display: block;
}
.spro .l  .item.active{
  background-color: #c0a872;
  color: #fff;
}
.spro .l  .item.active span{
  background: url(../images/arrow_right_1_on.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.serS3{
  padding: .8rem 0;
}
.serS3 ._title p{
  display: inline-block;
  width: 50%;
  line-height: 28px;
}
.serS3 img{
  margin-top: 100px;
  display: block;
  width: 100%;
}
.serS3 .Box{
  height: auto;
  overflow: hidden;
}
.serS3 .Box .l{
  width: 55%;
  float: left;
}
.serS3 .Box .r{
  padding-top: 110px;
  width: 28%;
  float: right;
}
.serS3 .Box .r h2{
  color: #c0a872;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.serS3 .Box .r h3{
  color: #c0a872;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.onlinePop .popForm{
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.onlinePop .popForm  img{
  max-height: 80vh;
  max-width: 80vw;
  display: block;
  margin: 0 auto;
}
.onlinePop .popForm .prev{
  width: 30px;
  height: 30px;
  background: url(../images/prev_b.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.onlinePop .popForm .next{
  width: 30px;
  height: 30px;
  background: url(../images/next_b.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.onlinePop .popForm .arr{
  width: 100%;
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.popT{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.mobileA{
  text-align: center;
  padding-top: 35px;
}
.mobileA a{
  margin: 0 15px;
  font-size: 15px;
  text-decoration: underline;
}
/* 产品 */

.pmodel {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
  background-color: rgba(0,0,0, 0.55);
}
.pmodel .modelCon {
  background-color: #fff;
  width: 75%;
  min-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 222;
  border: 4px solid #c0a872;
  padding: 45px 26px 45px 0;
}
.pmodel  .modelCon .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c0a872;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/close1.png);
  background-position: center center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.pmodel .modelCon .wrap{
height: auto;
overflow: hidden;
position: relative;
width: 95%;
}
.pmodel .modelCon .wrap .l{
float: left;
width: 59%;
position: relative;
overflow: hidden;
}
.pmodel .modelCon .wrap .l img{
max-width: 100%;
width: 100%;
height: 450px;
display: block;
margin: 0 auto;
}
.pmodel .modelCon .wrap .r{
padding-top: 25px;
margin-left: 65%;
}
.pmodel .modelCon .wrap .r .item{
font-size: 16px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
padding-top: 15px;
display: flex;
}
.pmodel .modelCon .wrap .r .item img{
  width: 50px;
  height: 50px;
}
.pmodel .modelCon .wrap .sarr{
text-align: right;
position: absolute;
right: 0;
bottom: 0;

}
.pmodel .modelCon .wrap .sarr .prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #c0a872;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
  display: inline-block;
  background-image: url(../images/arrl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pmodel .modelCon .wrap .sarr .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #c0a872;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 25px;
  display: inline-block;
  background-image: url(../images/arrr.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.imgNo{
display: none;
}
.none{
  display: none;
}
.honorSwiper .item{
  padding: 45px 20px;
  background-color: #fff;
}
.productSort1{
  float: left;
}
.proNav .wrap .nav2 a.active{
  color: #c0a872;
  font-weight: bold;
}
.proNav .wrap .nav2 a.active::after{
  display: none;
}
.productSort1 .item{
  height: 40px;
  line-height: 40px;
}
.empty{
  display: none;
  font-size: 18px;
  text-align: center;
  padding: 80px 0;
}
.aboutSwiperBox{
  position:relative;
  z-index: 2;
}
.aboutSwiper .img{
  overflow: hidden;
}
.aboutSwiper .img img{
  width: 100%;
  transition: all .3s;
}
.aboutSwiper .img:hover img{
  transform: scale(1.1);
}
.aboutSwiper{
  position: relative;
}
.aboutprev{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #c0a872;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.aboutSwiper .arr .aboutprev img{
  width: 50%;
}

.aboutnext{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c0a872;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.aboutSwiper .arr .aboutnext img{
  width: 90%;
}
.aboutSwiperBox .arr{
  z-index: 4;
  height: 40px;
  position: absolute;
  left: 0;
  right:0;
  top: 50%;
  transform: translateY(-50%);
}
.viewMore{
  margin-top: 38px;
  margin-bottom: 8px;
  font-family: HYQingYaTiJ;
  display: flex;
  width: 120px;
  height:34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  font-size: 13px;
}
.viewMore span{
  margin-left: 5px;
}

.inProSwiper .item{
  position: relative;
  display: block;
  width: 100vw;
}
.inProSwiper .item .img{
  z-index: 1;
  position: relative;
  height: 450px;
  background-size: cover !important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
.inProSwiper .item .img::before{
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.inProSwiper .item .bannerTxT{
  z-index: 3;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 60px;
}
.inProSwiper .item  .bannerTxT1{
  left: 6%;
  right: 6%;
}
.inProSwiper .item  .bannerTxT p{
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
.inProSwiper .item  .bannerTxT h2{
  font-family: HYQingYaTiJ;
  letter-spacing: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  margin-top: 5px;
  margin-left: -4px;
}
.indexPart2 .swiper-scrollbar{
  opacity: 1 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background: rgba(255, 255, 255, .59);
}
.inProSwiper{
  position: relative;
}
.indexPart2 .swiper-scrollbar-drag{
  background: #888;
}
.footer_bott .r .bz .item{
  border: 1px solid rgba(255, 255, 255, .89);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  opacity: .7;
}
.footer_bott .r .bz {
  display: flex;
  margin-right: 10px;
}
.footer_bott .r .bz .item.item1 img{
  height: 19px;
  width: auto;
}
.footer_bott .r .bz .item.item2 img{
  height: 22px;
  width: auto;
}
.footer_bott .r .bz .item.item3 img{
  height: 28px;
  width: auto;
}
.footer_bott .r .bz .item.item4 img{
  height: 15px;
  width: auto;
}
.footer_bott .r .bz .item.item5 img{
  height: 28px;
  width: auto;
}
.footer_bott .r .bz .item.item6 img{
  height: 28px;
  width: auto;
}