@charset "UTF-8";

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@font-face {
  font-family: "gle";

  src: url("../fonts/GILROY-REGULAR.OTF"), url("../fonts/GILROY-REGULAR.ttf");

  font-weight: normal;

  font-style: normal;
}

/* @font-face {

  font-family: "pop2";

  src:
     url("../fonts/Poppins.otf") ,

     url("../fonts/Poppins.ttf") ;

  font-weight: normal;

  font-style: normal;
} */

@font-face {
  font-family: "pop3";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pop4";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pop5";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
i,
em {
  font-style: normal;
}
.line1 {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_pic {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_pic img:hover {
  transform: scale(1.05);
}
.container {
  padding: 0 1.9rem;
}
.pd6 {
  padding: 6% 0;
}
.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_17 {
  font-size: 17px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_41 {
  font-size: 41px;
}

.f_42 {
  font-size: 42px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 48px;
}

.f_56 {
  font-size: 56px;
}

.f_66 {
  font-size: 66px;
}

.f_68 {
  font-size: 68px;
}

.f_60 {
  font-size: 60px;
}

.f_72 {
  font-size: 72px;
}

.f_74 {
  font-size: 70px;
}

.f_80 {
  font-size: 80px;
}

.bold {
  font-weight: bold;
}
.padd50 {
  padding: 50px 0;
}
.pd3 {
  padding: 3% 0 !important;
}
.pd4 {
  padding: 4% 0 !important;
}
.pd5 {
  padding: 5% 0 !important;
}
.pd6 {
  padding: 6% 0 !important;
}
.pd8 {
  padding: 8% 0 !important;
}
.pd10 {
  padding: 10% 0 !important;
}
.pd12 {
  padding: 12% 0 !important;
}
.pdb {
  padding-bottom: 0 !important;
}
.pdt {
  padding-top: 0 !important;
}
.pdt4 {
  padding-top: 4% !important;
}
.pdt5 {
  padding-top: 5% !important;
}
.pdt6 {
  padding-top: 6% !important;
}
.pdt7 {
  padding-top: 7% !important;
}
.pdt8 {
  padding-top: 8% !important;
}
.pdt9 {
  padding-top: 9% !important;
}
.pdt10 {
  padding-top: 10% !important;
}
.pdt6 {
  padding-top: 6% !important;
}
.pdb3 {
  padding-bottom: 3% !important;
}
.pdb5 {
  padding-bottom: 5% !important;
}
.pdb8 {
  padding-bottom: 8% !important;
}
.pdb10 {
  padding-bottom: 10% !important;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px !important;
}
.f30 {
  font-size: 30px !important;
}
.f32 {
  font-size: 32px !important;
}
.f34 {
  font-size: 34px !important;
}
.f36 {
  font-size: 36px !important;
}
.f38 {
  font-size: 38px !important;
}
.f40 {
  font-size: 40px !important;
}
.f44 {
  font-size: 44px !important;
}
.f48 {
  font-size: 48px !important;
}
.f50 {
  font-size: 50px !important;
}
.f60 {
  font-size: 60px !important;
}
.f70 {
  font-size: 70px !important;
}
.f90 {
  font-size: 90px !important;
}
@media screen and (max-width: 1550px) {
  .f16 {
    font-size: 15px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  .f22 {
    font-size: 20px !important;
  }
  .f24 {
    font-size: 22px !important;
  }
  .f30 {
    font-size: 28px !important;
  }
  .f32 {
    font-size: 30px !important;
  }
  .f34 {
    font-size: 30px !important;
  }
  .f36 {
    font-size: 30px !important;
  }
  .f38 {
    font-size: 34px !important;
  }
  .f40 {
    font-size: 36px !important;
  }
  .f48 {
    font-size: 42px !important;
  }
  .f50 {
    font-size: 44px !important;
  }
  .f60 {
    font-size: 52px !important;
  }
  .f70 {
    font-size: 54px !important;
  }
  .f90 {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
  body {
    font-size: 14px;
  }
  .f16 {
    font-size: 15px !important;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  .f22 {
    font-size: 20px !important;
  }
  .f24 {
    font-size: 20px !important;
  }
  .f30 {
    font-size: 26px !important;
  }
  .f32 {
    font-size: 28px !important;
  }
  .f34 {
    font-size: 28px !important;
  }
  .f38 {
    font-size: 30px !important;
  }
  .f36 {
    font-size: 30px !important;
  }
  .f40 {
    font-size: 32px !important;
  }
  .f48 {
    font-size: 36px !important;
  }
  .f50 {
    font-size: 38px !important;
  }
  .f60 {
    font-size: 46px !important;
  }
  .f70 {
    font-size: 50px !important;
  }
  .f90 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px !important;
  }
  .pdb3 {
    padding-bottom: 30px !important;
  }
  .pd3 {
    padding: 30px 0 !important;
  }
  .pd4,
  .pd5 {
    padding: 40px 0 !important;
  }
  .pd8 {
    padding: 50px 0 !important;
  }
  .pdt {
    padding-top: 0 !important;
  }
  .f14 {
    font-size: 12px !important;
  }
  .f16 {
    font-size: 14px !important;
  }
  .f18 {
    font-size: 15px !important;
  }
  .f20 {
    font-size: 16px !important;
  }
  .f22 {
    font-size: 18px !important;
  }
  .f24 {
    font-size: 16px !important;
  }
  .f30 {
    font-size: 20px !important;
  }
  .f32 {
    font-size: 22px !important;
  }
  .f34 {
    font-size: 22px !important;
  }
  .f38 {
    font-size: 26px !important;
  }
  .f36 {
    font-size: 22px !important;
  }
  .f40 {
    font-size: 26px !important;
  }
  .f48 {
    font-size: 30px !important;
  }
  .f50 {
    font-size: 32px !important;
  }
  .f60 {
    font-size: 40px !important;
  }
  .f70 {
    font-size: 40px !important;
  }
  .f90 {
    font-size: 46px !important;
  }
}
@media screen and (max-width: 700px) {
  .f38 {
    font-size: 24px !important;
  }
  .f40 {
    font-size: 24px !important;
  }
  .f60 {
    font-size: 24px !important;
  }
  .f70 {
    font-size: 30px !important;
  }
  .f90 {
    font-size: 32px !important;
  }
}

.ce {
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime3,
.alltime3 * {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime2,
.alltime2 * {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.alltime4,
.alltime4 * {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.alltime5,
.alltime5 * {
  -webkit-transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.alltime6,
.alltime6 * {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.box {
  max-width: 1800px;
  min-width: 1200px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.box2 {
  min-width: 1200px;
  width: 74%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.box3 {
  width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.box4 {
  max-width: 1600px;
  min-width: 1200px;
  width: 83.33%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.box5 {
  min-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

/* 头部 */

/* 移动 */

.nav_y {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav_y .con_y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav_y .con_y .logo_y {
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav_y .con_y .dengl {
  display: flex;
}

.nav_y .con_y .dengl a {
  display: block;
  margin-right: 15px;
  width: 20px;
}

.nav_y .con_y .dengl a {
}

.nav_y .con_y .logo_y img {
  width: 100%;
}

.nav_y .con_y .san {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.nav_y_con {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(110%);
  transition: all 0.6s;
  z-index: 101;
}

.nav_y_con.act {
  transform: translateX(0);
  transition: all 0.6s;
}

.nav_y_con .cuo {
  position: absolute;
  right: 5%;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 102;
}

.nav_y_con .navy_top {
  display: flex;
  justify-content: space-between;
  padding: 100px 5% 20px;
  display: none;
}

.nav_y_con .navy_top .sous {
  width: 40px;
  height: 40px;
  background: url(../images/s3.png) center no-repeat;
  border-radius: 100%;
  border: 1px solid #000;
  background-size: 25px 25px;
}

.nav_y_con .navy_top .top_le,
.nav_y_con .navy_top .top_re {
  width: 40px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  line-height: 38px;
  text-align: center;
  display: block;
  color: #999999;
}

.nav_y_con .navy_top .top_re {
  background: url(../images/sso.png) no-repeat center;
  background-size: 20px;
  border: 1px dashed;
}
/* .nav_y_con .ul{padding-top: 100px;} */

.nav_y_con .ul {
  overflow-y: auto;
  height: 90%;
  padding-top: 30%;
}

.nav_y_con .ul::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
.nav_y_con .ul::-webkit-scrollbar-thumb {
  background: #000;
}
.nav_y_con .ul::-webkit-scrollbar-track {
  background: #fff;
}

.nav_y_con .li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.nav_y_con .li .ptop {
  display: block;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.nav_y_con .li .ptop a {
  display: block;
}

.nav_y_con .li .ptop::after {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 20px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}

.nav_y_con .li .ptop::before {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 0;
  background: url(../images/touj.png) center no-repeat;
  background-size: 15px;
  pointer-events: none;
}

.nav_y_con .li .ptop.act::before {
  transform: rotate(90deg);
}

.nav_y_con .li .txt {
  padding-left: 5px;
  display: none;
}

.nav_y_con .li .txt .atxt {
  padding-left: 15px;
}

.nav_y_con .li .txt a {
  display: block;
  line-height: 35px;
}

.nav_y_con .li.lis .txt .at {
  font-weight: bold;
}

.nav_y_con .li:nth-child(4n) .ptop::before,
.nav_y_con .li:nth-child(5n) .ptop::before {
  content: none;
}

.nav_y_con .li:first-child .ptop::before {
  content: none;
}


.head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.head .hedad_pc {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.head .hedad_pc.bei {
  background: #fff;
}

.head .hedad_pc .htop {
  padding: 28px 0;
}

.head .hedad_pc .htop .hlt {
  float: left;
  display: flex;
  height: 30px;
  align-items: center;
  align-content: center;
  position: relative;
  cursor: pointer;
}

.head .hedad_pc .htop .hlt form {
  display: flex;
  align-items: center;
}

.head .hedad_pc .htop .hlt input {
  display: block;
  width: 0px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
}

.head .hedad_pc .htop .hlt .ss {
  width: 30px;
  height: 30px;
  background: url(../images/ss_b.png) center no-repeat;
}

.head .hedad_pc .htop .hlt .wz {
  width: 30px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.head .hedad_pc .htop .hlt s {
  display: block;
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.head .hedad_pc .htop .hrt {
  float: right;
  display: flex;
  height: 30px;
  align-items: center;
  align-content: center;
  position: relative;
  cursor: pointer;
  line-height: 30px;
}

.head .hedad_pc .htop .hrt .a {
  display: flex;
  position: relative;
  /* padding: 7px; */
}
.head .hedad_pc .htop .hrt .a a {
  margin: 0 3px;
  &:hover {
    img {
      opacity: 0.6;
    }
  }
}

.head .hedad_pc .htop .hrt .a img {
  display: block;
  width: 28px;
}

.head .hedad_pc .htop .hrt .a img:nth-child(2),
.head .hedad_pc .htop .hrt .a img:nth-child(3) {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  opacity: 0;
}

.head .hedad_pc .htop .hrt .yy {
  font-family: Arial;
  margin-left: 7px;
  font-size: 15px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.head .hedad_pc .htop .hrt .yy2 {
  margin-right: 5px;
}

.head .hedad_pc .htop .hrt .yy2 .a2 {
  text-align: center;
}

.head .hedad_pc .htop .hrt .yy .en {
  color: #fff;
  font-size: 17px;
  padding-top: 0px;
}

.head .hedad_pc .htop .hrt .yy2 .en {
  padding: 0;
}

.head .hedad_pc .htop .hrt .yy .en .i {
  position: relative;
  width: 18px;
  height: 18px;
}

.head .hedad_pc .htop .hrt .yy .en .i2 {
  width: 106px;
  height: auto;
}

.head .hedad_pc .htop .hrt .yy .en .i img {
  width: 100%;
  opacity: 0;
}

.head .hedad_pc .htop .hrt .yy .en .i img:last-child,
.head .hedad_pc .htop .hrt .yy .en .i img:nth-child(2n) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.head .hedad_pc .htop .hrt .yy .en .i img:first-child {
  opacity: 1;
}

.head:hover .hedad_pc .htop .hrt .yy .en .i img {
  opacity: 0;
}

.head:hover .hedad_pc .htop .hrt .yy .en .i img:nth-child(2n) {
  opacity: 1;
}

.head .hedad_pc .htop .hrt .yy:hover .en {
  color: #e2b852 !important;
}

.head .hedad_pc.bai .htop .hrt .yy .en .i img,
.head .hedad_pc.bai .htop .hrt .yy .en .i img,
.head .hedad_pc.bai2 .htop .hrt .yy .en .i img,
.head .hedad_pc.bai2 .htop .hrt .yy .en .i img {
  opacity: 0;
}

.head .hedad_pc.bai .htop .hrt .yy .en .i img:nth-child(2n),
.head .hedad_pc.bai .htop .hrt .yy .en .i img:nth-child(2n),
.head .hedad_pc.bai2 .htop .hrt .yy .en .i img:nth-child(2n),
.head .hedad_pc.bai2 .htop .hrt .yy .en .i img:nth-child(2n) {
  opacity: 1;
}

.head .hedad_pc.bai .htop .hrt .yy:hover .en .i img,
.head .hedad_pc.bai .htop .hrt .yy:hover .en .i img,
.head .hedad_pc.bai2 .htop .hrt .yy:hover .en .i img,
.head .hedad_pc.bai2 .htop .hrt .yy:hover .en .i img {
  opacity: 0;
}

.head .hedad_pc.bai .htop .hrt .yy:hover .en .i img:last-child,
.head .hedad_pc.bai .htop .hrt .yy:hover .en .i img:last-child,
.head .hedad_pc.bai2 .htop .hrt .yy:hover .en .i img:last-child,
.head .hedad_pc.bai2 .htop .hrt .yy:hover .en .i img:last-child,
.head .hedad_pc .htop .hrt .yy:hover .en .i img {
  opacity: 1;
}

.hei .head .hedad_pc .htop .hrt .yy:hover .en {
  color: #e2b852;
}

.head .hedad_pc .htop .hrt .yy .yox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(33, 48, 61, 0.5);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.head .hedad_pc .htop .hrt .yy .a2 {
  position: absolute;
  top: 20px;
  padding-top: 25px;
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  right: -10px;
}

.head .hedad_pc .htop .hrt .yy .a2 .aox {
  background: #fff;
  padding: 25px;
  width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.head .hedad_pc .htop .hrt .yy .a2 .i {
  width: 14px;
  margin-right: 10px;
}

.head .hedad_pc .htop .hrt .yy .a2::before {
  width: 14px;
  height: 14px;
  background: transparent;
  position: absolute;
  top: 18px;
  content: "";
  transform: rotate(45deg);
  right: 10px;
  pointer-events: none;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.head .hedad_pc .htop .hrt .yy .a2 a {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}

.head .hedad_pc .htop .hrt .yy .a2 a:last-child {
  margin-bottom: 0;
}

.head .hedad_pc .htop .hrt .yy .a2 a:last-child div s {
  display: none;
}

.head .hedad_pc .htop .hrt .yy .a2 a div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #222;
  white-space: nowrap;
}

.head .hedad_pc .htop .hrt .yy .a2 a span {
  margin: 0 5px;
}

.head .hedad_pc .htop .hrt .yy .a2 a div s {
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -10px;
  bottom: -13px;
  z-index: 2;
}

.head .hedad_pc .htop .hrt .yy:hover .yox {
  visibility: visible;
  opacity: 1;
}

.head .hedad_pc .htop .hrt .yy:hover .a2 {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

/*.head .hedad_pc .htop .hrt .yy .a2 a:hover  div s{width: 100%;}*/

.head .hedad_pc .htop .hrt .yy .a2 a:hover div {
  color: #e2b852;
}

.head .hedad_pc .htop .logo {
  height: 50px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.head .hedad_pc .htop .logo img {
  display: block;
  height: 100%;
}

.head .hedad_pc .htop .logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.head .hedad_pc .hbtm {
  width: 950px;
  margin: 0 auto;
}

.head .hedad_pc .hbtm .a {
  display: flex;
  justify-content: center;
}

.head .hedad_pc .hbtm .a a {
  display: block;
  margin: 0 35px;
  height: 35px;
}

.head .hedad_pc .hbtm .a a span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.head .hedad_pc .hbtm .a a span s {
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 1;
  width: 0%;
  background: #e2b852;
  height: 1px;
}

.head .hedad_pc .hbtm .hbtm2 {
  position: fixed;
  width: 100%;
  background: #fafafa;
  left: 0;
  top: 120px;
  z-index: 5;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 {
}

.head .hedad_pc .hbtm .hbtm2 .dl1 dd {
  display: none;
  overflow: hidden;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd {
  padding: 50px 0 90px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox {
  display: flex;
  justify-content: space-between;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .dlt {
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .dlt a {
  display: block;
  color: #555;
  margin-bottom: 18px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .dlt .dtt a {
  margin-top: 0;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .dlt a.act {
  color: #e2b852;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt {
  width: 710px;
  position: relative;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 {
  display: flex;
  height: 260px;
  position: relative;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li {
  width: 200px;
  margin-right: 55px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

/* .head .hedad_pc .hbtm .hbtm2 .dl1 .dd:nth-child(2) .dox .dlt a:nth-child(3),.head .hedad_pc .hbtm .hbtm2 .dl1 .dd:nth-child(2) .dox .dlt a:nth-child(4){display:none;} */

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li:last-child {
  margin-right: 0;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li .img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 190px;
  position: relative;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li .img img {
  display: block;
  width: 100%;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li .txt {
  padding-top: 25px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li .txt .ltc {
  display: block;
  color: #bbb;
  margin-top: 10px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li:nth-child(2) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1 li:nth-child(3) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .ul1.act li {
  top: 100%;
  -webkit-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .img {
  width: 260px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt {
  width: 400px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .tc {
  text-align: justify;
  line-height: 24px;
  color: #555;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .tc s {
  display: block;
  width: 100%;
  height: 15px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .more {
  display: block;
  width: 160px;
  line-height: 50px;
  background: #e2b852;
  text-align: center;
  position: absolute;
  overflow: hidden;
  z-index: 3;
  bottom: 0;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .more span {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .more s {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  position: absolute;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .more:hover s {
  height: 0%;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .jj .txt .more:hover span {
  color: #fff;
}

.head.act {
}

.head.act .hedad_pc {
  transform: translateY(-120px);
  -webkit-transform: translateY(-180px);
}

.head .hedad_pc:hover,
.head .hedad_pc.act {
  background: #fff;
}

.head .hedad_pc:hover .htop .hrt .a img:nth-child(1),
.head .hedad_pc.act .htop .hrt .a img:nth-child(1),
.head .hedad_pc:hover .htop .logo img:nth-child(1),
.head .hedad_pc.act .htop .logo img:nth-child(1) {
  /* opacity: 0.6; */
}

.head .hedad_pc:hover .htop .hrt .a img:nth-child(2),
.head .hedad_pc.act .htop .hrt .a img:nth-child(2),
.head .hedad_pc:hover .htop .logo img:nth-child(2),
.head .hedad_pc.act .htop .logo img:nth-child(2) {
  opacity: 1;
}

.head .hedad_pc:hover .htop .hrt .yy .en,
.head .hedad_pc.act .htop .hrt .yy .en {
  color: #000;
}

.head .hedad_pc:hover .hbtm .a a span,
.head .hedad_pc.act .hbtm .a a span {
  color: #000;
}

.head .hedad_pc:hover .htop .hlt .ss,
.head .hedad_pc.act .htop .hlt .ss {
  background: url(../images/ss_h.png) center no-repeat;
}

.head .hedad_pc:hover .htop .hlt .wz,
.head .hedad_pc.act .htop .hlt .wz {
  color: #000;
}

.head .hedad_pc.bai,
.head .hedad_pc.bai2 {
  background: #fff;
}

.head .hedad_pc.bai .head_con {
  background: #fff;
}

.head:hover .head_con {
  background: #fff;
}

.head .hedad_pc.bai .htop .logo img:nth-child(1),
.head .hedad_pc.bai .htop .hrt .a img:nth-child(1),
.head .hedad_pc.bai2 .htop .logo img:nth-child(1),
.head .hedad_pc.bai2 .htop .hrt .a img:nth-child(1) {
  /* opacity: 0; */
}

.head .hedad_pc.bai .htop .logo img:nth-child(2),
.head .hedad_pc.bai .htop .hrt .a img:nth-child(2),
.head .hedad_pc.bai2 .htop .logo img:nth-child(2),
.head .hedad_pc.bai2 .htop .hrt .a img:nth-child(2) {
  opacity: 1;
}

.head .hedad_pc.bai .htop .hrt .yy .en,
.head .hedad_pc.bai2 .htop .hrt .yy .en {
  color: #000;
}

.head .hedad_pc.bai .hbtm .a a span,
.head .hedad_pc.bai2 .hbtm .a a span {
  color: #000;
}

.head .hedad_pc.bai .htop .hlt .ss,
.head .hedad_pc.bai2 .htop .hlt .ss {
  background: url(../images/ss_h.png) center no-repeat;
}

.head .hedad_pc.bai .htop .hlt .wz,
.head .hedad_pc.bai2 .htop .hlt .wz {
  color: #000;
}

.head .hedad_pc .htop .hlt:hover input {
  width: 200px;
}

.head .hedad_pc .htop .hlt:hover s {
  width: 100%;
}

.head .hedad_pc .htop .hlt:hover .wz {
  width: 0px;
}

.head .hedad_pc .htop .hrt .yy:hover {
  color: #e2b852;
}

.head .hedad_pc .hbtm .a a:hover span {
  color: #e2b852;
}

.head .hedad_pc .hbtm .a a:hover span s {
  width: 100%;
}

.head .hedad_pc .htop .hrt a.a:hover img:nth-child(1),
.head .hedad_pc .htop .hrt a.a:hover img:nth-child(2) {
  opacity: 0;
}

.head .hedad_pc .htop .hrt a.a:hover img:nth-child(3) {
  opacity: 1;
}

.head .hedad_pc.bei .htop .hrt .a img:nth-child(1),
.head .hedad_pc.bei .htop .hrt .a img:nth-child(1),
.head .hedad_pc.bei .htop .logo img:nth-child(1),
.head .hedad_pc.bei .htop .logo img:nth-child(1) {
  opacity: 0;
}

.head .hedad_pc.bei .htop .hrt .a img:nth-child(2),
.head .hedad_pc.bei .htop .hrt .a img:nth-child(2),
.head .hedad_pc.bei .htop .logo img:nth-child(2),
.head .hedad_pc.bei .htop .logo img:nth-child(2) {
  opacity: 1;
}

.head .hedad_pc.bei .hbtm .a a span {
  color: #000;
}

.head .hedad_pc.bei .htop .hlt .wz {
  color: #000;
}

.head .hedad_pc.bei .htop .hlt .ss {
  background: url(../images/ss_h.png) center no-repeat;
}

/* 详情页的面包屑导航 */

.head .hedad_pc .head_con {
  width: 100%;
  height: 55px;
  transition: all 0.6s;
}

.head .hedad_pc .head_con .h_con {
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #d6d6d6;
  height: 100%;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1.2px;
}

.head .hedad_pc .head_con .h_con .con_re {
  display: flex;
  align-items: center;
}

.head .hedad_pc .head_con .h_con .con_re .more {
  display: block;
  width: 100px;
  background: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-left: 13px;
}

.head .hedad_pc .head_con .h_con .con_re .more span {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  display: block;
  line-height: 26px;
  padding-bottom: 2px;
}

.head .hedad_pc .head_con .h_con .con_re .more s {
  display: block;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #e2b852;
  position: absolute;
}

.head .hedad_pc .head_con .h_con .con_re .more:hover s {
  height: 100%;
}

.head .hedad_pc .head_con .h_con .con_re .more:hover span {
  color: #fff;
}

.head .hedad_pc .head_con2 .h_con {
  max-width: 1420px;
  width: 100%;
  min-width: 1200px;
}

.i2 {
  z-index: 2;
}

.i2 .ul1 {
  padding: 80px 50px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.i2 .ul1 li {
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.i2 .ul1 li .img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.i2 .ul1 li .img img {
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  transform: scale(1.000000000000001);
  -webkit-transform: scale(1.000000000000001);
}

.i2 .ul1 li .txt {
  color: #000;
  position: relative;
  z-index: 2;
}

.i2 .ul1 li .txt .ltc {
  letter-spacing: 1.3px;
  color: #555;
}

.i2 .ul1 li .txt .ltt {
  margin: 10px 0 20px;
  letter-spacing: 1.2px;
  color: #555;
}

.i2 .ul1 li .txt .more {
  display: block;
  width: 160px;
  line-height: 50px;
  background: #e2b852;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin: 0 auto;
  font-size: 14px;
}

.i2 .ul1 li .txt .more span {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
}

.i2 .ul1 li .txt .more s {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000;
  position: absolute;
}

.i2 .ul1 li .txt .more:hover s {
  height: 0%;
}

.i2 .ul1 li .txt .more:hover span {
  color: #fff;
}

.i2 .ul1 li:hover .txt .more {
  opacity: 1;
}

.i2 .ul1 li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.i2 .ibtm {
  position: relative;
  overflow: hidden;
}

.i2 .ibtm .s {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.i2 .ibtm .s s {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.i2 .ibtm .s s:nth-child(1) {
  display: block;
}

.i2.act {
  z-index: -2;
}

/* 字体黑色 */
.hei .head .hedad_pc .head_con {
  position: absolute;
  top: auto;
  transition: all 0.6s;
}

.hei .head .hedad_pc .hbtm .a a span {
  color: #000;
}

.hei .head .hedad_pc .htop .hrt .yy .en {
  color: #000;
}

.hei .head .hedad_pc .htop .hlt .wz {
  color: #000;
}

.hei .head .hedad_pc .htop .hlt .ss {
  background: url(../images/ss_h.png) center no-repeat;
}

.hei .head .hedad_pc .head_con.as {
  top: auto;
  transition: all 0.6s;
}

/* .hei .head .hedad_pc{background: #fff;} */

.head:hover .hedad_pc {
  background: #fff;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .c {
  display: none;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .c.act {
  display: block;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cl {
  width: 260px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr {
  width: 400px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr .r1 {
  text-align: justify;
  line-height: 24px;
  color: #555;
  margin-bottom: 10px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr .r1 s {
  display: block;
  width: 100%;
  height: 15px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr a {
  display: block;
  width: 160px;
  line-height: 50px;
  background: #000;
  text-align: center;
  overflow: hidden;
  z-index: 3;
  bottom: 0;
  position: relative;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr a span {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr a s {
  display: block;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #e2b852;
  position: absolute;
}

.head .hedad_pc .hbtm .hbtm2 .dl1 .dd .dox .drt .con .cs .cr a:hover s {
  height: 100%;
}

.head .i2 .ul1 {
  padding: 50px 0 90px;
}

.chap.i2 .ul1 {
  background: #fafafa;
}
/* 头部  end */

.i3 {
  padding: 160px 0;
  background: #fff;
  color: #000;
}

.i3 .box5 {
  width: 80%;
}

.i3 .ul1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateX(10px);
}

.i3 .ul1 li {
  position: relative;
}

.i3 .ul1 li:first-child {
  left: -20px;
}

/* .i3 .ul1 li{margin-bottom: 150px;} */

/* .i3 .ul1 li:nth-child(2n){min-width: 34%;} */

.i3 .ul1 li .num {
  position: relative;
  margin-bottom: 10px;
  display: flex;
}

.i3 .ul1 li .num span {
  position: absolute;
  right: -10px;
  top: 0;
  color: #000;
  transform: scale(0.9);
}

.i3 .ul1 li .num .d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 118px;
}

.i3 .ul1 li .num .img {
  position: relative;
  overflow: hidden;
  line-height: 0.9;
}

/* .i3 .ul1 li:hover .d{opacity: 1;} */

.i3 .ul1 li:hover .img {
  span {
    color: #e2b852;
  }
}

.i3 .ul1 li .num .img span {
  display: block;
  position: relative;
  top: 150px;
  opacity: 0;
  left: 0;
  height: 100%;
  font-size: 170px;
  letter-spacing: -7px;
  font-weight: bold;
}

.i3 .ul1 li .num .img span.text120 {
  font-size: 140px;
}
.i3 .ul1 li .num .img span.text20 {
  font-size: 20px;
}
.i3 .ul1 li .num .img span:nth-child(1) {
  position: relative;
}

.i3 .ul1 li .num .xian {
  display: block;
  width: 12px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
}

.i3 .ul1 li .num .xian s {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/in_jt.png) center no-repeat;
}

.i3 .ul1 li .num .xian .s2 {
  top: 100%;
  opacity: 0;
}

.i3 .ul1 li .wz {
  opacity: 0;
  font-size: 20px;
}

.i3 .ul1 li.wow1 .num .xian .s1 {
  top: -100%;
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.i3 .ul1 li.wow1 .num .xian .s2 {
  top: 0%;
  opacity: 1;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.i3 .ul1 li.wow1 .num .img span {
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.i3 .ul1 li.wow1 .num .img span:nth-child(2) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.i3 .ul1 li.wow1 .num .img span:nth-child(3) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.i3 .ul1 li.wow1 .num .img span:nth-child(4) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.i3 .ul1 li.wow1 .wz {
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.i3 .ul1 li.wow1 .wz s {
  width: 20px;
  display: inline-block;
}

.i3 .ul1 li .wz .x {
  transform: scale(0.7) translate(-4px, -3px);
  display: inline-block;
  font-family: pop3;
}

.i3 .ibtmx {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
}

.i3 .ibtmx s {
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
}

.i3 .ibtmx.wow1 s {
  width: 100%;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.i4 {
  padding-top: 0;
}

.i4 .itop {
  text-align: center;
}

.i4 .itop .logo {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.i4 .itop .tt {
  line-height: 28px;
  margin: 30px 0;
}

.i4 .itop .en {
  width: 350px;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 12px;
  color: #ccc;
  margin: 0 auto;
  display: block;
}

.i4 .itop .en:hover {
  color: #e2b852;
  border-bottom: 1px solid #e2b852;
}

.i4 .ibtm {
  padding: 0 0 80px;
}

.i4 .ibtm .ul1 {
  display: flex;
  background: #000;
  position: relative;
  z-index: 2;
}

.i4 .ibtm .ul1::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #e2b852;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.i4 .ibtm .ul1.act0::after {
  left: 0;
}

.i4 .ibtm .ul1.act1::after {
  left: 50%;
}

.i4 .ibtm .ul1 li {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 450px;
  padding-top: 125px;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.i4 .ibtm .ul1 li.ilt {
  width: 50%;
}

/* .i4 .ibtm .ul1 li.irt{display: none;} */

.i4 .ibtm .ul1 li .txt {
  position: relative;
  z-index: 3;
}

.i4 .ibtm .ul1 li .zws {
  width: 100%;
  height: 64px;
  margin: 55px auto 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.i4 .ibtm .ul1 li .ss {
  border: 1px solid #fff;
  width: 380px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.i4 .ibtm .ul1 li .ss input {
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border: 0;
  resize: none;
  outline: none;
  padding-left: 25px;
  color: #fff;
}

.i4 .ibtm .ul1 li .ss a {
  display: block;
  width: 50px;
  height: 40px;
  background: url(../images/sso.svg) center no-repeat;
  border-left: 1px solid #fff;
  margin-top: 4px;
  background-size: 15px 15px;
}

.i4 .ibtm .ul1 li .ss input::-webkit-input-placeholder {
  -webkit-text-fill-color: #fff;
}

.i4 .ibtm .ul1 li .ss input::-moz-input-placeholder {
  -webkit-text-fill-color: #fff;
}

.i4 .ibtm .ul1 li .ss input::-ms-input-placeholder {
  -webkit-text-fill-color: #fff;
}

.more {
  width: 100%;
  display: block;
  max-width: 240px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin: 0 auto;
}

.more span {
  position: relative;
  z-index: 3;
  color: #000;
  letter-spacing: 2px;
}

.more s {
  display: block;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  position: absolute;
}

.more:hover s {
  height: 100%;
}

.more:hover span {
  color: #fff;
}

.i4 .ibtm .ul1 .ilt .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #e2b852;
  opacity: 0;
}

.i4 .ibtm .ul1 .irt .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
}

.i4 .ibtm .ul1 .irt .itc {
  line-height: 2;
  margin: 55px 0 35px;
  letter-spacing: 1.2px;
  height: 64px;
  font-family: "gle";
}

.i4 .ibtm .ul1 .irt .itt {
  letter-spacing: 1.3px;
}

/* 底部 */

/* .footer {
  width: 100%;
  padding: 100px 0 50px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
}

.footer .logo {
  display: block;
  width: 110px;
}

.footer .logo img {
  display: block;
  width: 100%;
}

.footer .ftop {
  margin: 30px 0 90px;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
  justify-content: space-between;
}

.footer .ftop .flt {
  width: 180px;
  img{
    width: 80%;
    max-width: 120px;
    margin-top: 15px;
  }
}

.footer .ftop .flt .ftt {
  margin-bottom: 10px;
}

.footer .ftop .flt .a {
  display: flex;
  margin: 15px 0 60px;
}

.footer .ftop .flt .a a {
  display: block;
  position: relative;
  margin-right: 10px;
  width: 30px;
}

.footer .ftop .flt .a a img {
  display: block;
  width: 100%;
}

.footer .ftop .flt .a a:hover img {
}

.footer .ftop .flt .dh {
  color: #fff;
  letter-spacing: 2px;
}

.footer .ftop .frt {
  width: 74%;
  padding: 10px 10% 0;
}

.footer .ftop .frt .dl1 {
  display: flex;
  justify-content: space-between;
}

.footer .ftop .frt .dl1 dd {
}

.footer .ftop .frt .dl1 dd a {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.footer .ftop .frt .dl1 dd a:nth-child(1) {
  font-size: 16px;
}

.footer .ftop .frt .dl1 dd a:last-child {
  margin-bottom: 0;
}

.footer .ftop .frt .dl1 dd a span {
  display: inline-block;
  position: relative;
}

.footer .ftop .frt .dl1 dd a span s {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  width: 0%;
  background: #e2b852;
  height: 1px;
}

.footer .ftop .frt .dl1 dd a:hover span {
  color: #e2b852;
}

.footer .ftop .frt .dl1 dd a:hover span s {
  width: 100%;
}

.footer .fbtm {
  display: flex;
  justify-content: space-between;
  color: #7f7f7f;
  padding-top: 25px;
  border-top: 1px solid #444444;
}

.footer .fbtm * {
  color: #7f7f7f;
}

.footer .fbtm .flt {
  display: flex;
  align-items: center;
  align-content: center;
}

.footer .fbtm .flt .a {
  display: block;
  margin-right: 10px;
}

.footer .fbtm a:hover {
  color: #e2b852;
} */

/* .i4{position: relative;}

.i4 .imgbg{position: relative;background: rgba(10, 50, 86, 1);overflow: hidden;z-index: 1;}

.i4 .imgbg::after{content: '';display: block;width: 100%;top: 0;left: 0;z-index: 3;height: 100%;position: absolute;background: rgba(10, 50, 86, 0.2);}

.i4 .imgbg img{position: absolute;top: 0;left: 0;width: 100%;opacity: 0;transform: scale(1.05);-webkit-transform: scale(1.05);}

.i4 .imgbg img:nth-child(1){position: relative;}

.i4 .imgbg img.act{opacity: 1;transform: scale(1);-webkit-transform: scale(1);}

.i4 .ul1{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;cursor: pointer;display: flex;}

.i4 .ul1 li{width: 50%;height: 100%;border-right: 1px solid rgba(255, 255, 255, 0.2);opacity: 0.5;}

.i4 .ul1 li a{display: block;width: 100%;height: 100%;position: relative;color: #fff;}

.i4 .ul1 li a .lox{display: block;width: 100%;position: absolute;text-align: center;left: 0;bottom: 6.25vw;}

.i4 .ul1 li a .lox .ico{margin: 0 auto;width: 100px;}

.i4 .ul1 li a .lox .tt{margin: 30px 0 60px;}

.i4 .ul1 li a .lox s{display: block;width: 85px;height: 44px;background: #4CA36D url(../images/svg/in_1_5.svg) center no-repeat;border-radius: 30px;margin: 0 auto;opacity: 0;position: relative;left: -50px;}

.i4 .ul1 li.act{opacity: 1;}

.i4 .ul1 li.act a .lox s{opacity: 1;left: 0;}

.i4 .btxt{width: 100%;color: #fff;position: absolute;left: 0;top: 150px;z-index: 5;}

.i4 .btxt .tt1{display: flex;align-items: center;align-content: center;}

.i4 .btxt .tt1 .ico{margin-right: 10px;}

.i4 .btxt .tt2{line-height: 1.2;margin: 20px 0;} */

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wr {
  width: 100%;
  position: relative;
}
.home-d {
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.home-d .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.home-d .list {
  width: 100%;
  padding: 1.35rem 0 1.45rem;
  z-index: 3;
  left: 0;
  border-top: 1px solid #fbf9fa;
  display: flex;
}

.home-d .list .li {
  width: calc(100% / 3);
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 2px solid rgba(251, 249, 250, 0.5);
}

.home-d .list .li .t1 {
  line-height: 1;
  font-size: 34px;
}

.home-d .list .li .t2 {
  margin-top: 0.9rem;
  height: 1.2rem;
  font-size: 20px;
}

.home-d .list .li .more {
  margin-top: 1rem;
}

.home-d .txt .first {
  padding: 0 4.35rem;
  padding-bottom: 1.65rem;
  border-right: 2px solid rgba(251, 249, 250, 0.5);
}

.home-d .txt .first .t1 {
  line-height: 1;
}

.home-d .txt .first .t2 {
  margin-top: 0.8rem;
}

.home-d .txt .first .more {
  margin-top: 1rem;
}

.home-d .bglist {
  position: relative;
  height: 100%;
  width: 100%;
}

.home-d .bglist::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    transparent,
    transparent
  );
}

.home-d .bglist .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-d .list .li .t1 {
    font-size: 28px;
  }
  .home-d .list .li .t2 {
    font-size: 16px;
  }
  .home-d .list .li {
    padding: 0 20px;
  }
  .home-d {
    height: 600px;
    min-height: auto;
  }
}
@media screen and (max-width: 700px) {
  .home-d {
    height: 693px;
  }
  .home-d .txt {
    top: 0;
    bottom: auto;
  }
  .home-d .list {
    flex-wrap: wrap;
  }
  .home-d .list .li {
    width: 100%;
    border-bottom: 1px solid #ffffff59;
    padding: 30px 0;
    &:last-child {
      border-bottom: none;
    }
  }
  .home-d .list .li .more {
    width: 160px;
    line-height: 40px;
  }
  .home-d .list .li .t1 {
    font-size: 24px;
  }
}
.fEwm {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  img {
    width: 150px;
  }
}

.index-newslist {
  width: 102%;
  margin-left: -2%;
}
.index-newslist a {
  display: block;
  overflow: hidden;
  float: left;
  width: 31.33%;
  margin: 1% 0 1% 2%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.index-newslist a hr {
  position: relative;
  display: block;
  border: none;
  width: 100%;
  height: 2px;
  background: #666666;
  margin-top: 60px;
}
.index-newslist a hr::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00a9ca;
  transition: all 1s;
}
.index-newslist a:hover .img_pic::after {
  opacity: 0;
}
.index-newslist a .img_pic {
  padding-top: 85%;
}
.index-newslist a:hover .img img.img-center {
  transform: scale(1.1);
}
.index-newslist a .text {
  padding: 40px 9% 20px;
  overflow: hidden;
}
.index-newslist a .text h2 {
  height: 68px;
  line-height: 1.5;
  color: #202020;
  margin: 0px 0 13px 0;
  transition: all 0.3s;
}
.index-newslist a .text h5 {
  height: 72px;
  color: #7c7c7c;
  margin: 18px 0 26px;
  line-height: 1.5;
  font-weight: 400;
  transition: all 0.3s;
}
/* .index-newslist a .text span {
  display: block;
  margin: 40px auto 0;
  border-top: 1px solid #dcdcdc;
  padding: 22px 32px 28px 0;
  line-height: 29px;
  text-align: center;
  background: url(../images/more.png) no-repeat 70% center;
  background-size: 29px;
  transition: all 0.3s;
} */
.index-newslist a:hover .img_pic img {
  transform: scale(1.05);
}
.index-newslist a:hover hr::before {
  width: 100%;
}
.index-newslist a:hover .text h5 {
  color: #808080;
}
/* .index-newslist a:hover .text span {
  background: #f8972e url(../images/more1.png) no-repeat 70% center;
  background-size: 29px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border-color: #f8972e;
} */
.index-newslist a.mr0 {
  margin-right: 0;
}
.index-newsmore {
  margin-top: 30px;
  clear: both;
}
@media screen and (max-width: 1500px) {
  /* .index-newslist a .text span {
    background-position: 80% center;
  } */
  .index-newslist a .text h5 {
    height: 82px;
  }
  .index-newslist a .text h2 {
    height: 62px;
  }
}
@media screen and (max-width: 1200px) {
  .index-newslist a .text h2 {
    height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .index-newslist a .text h5 {
    height: 87px;
  }
  .index-newslist a hr {
    margin-top: 40px;
  }
  .index-newslist a .text {
    padding-top: 30px;
  }
  .index-newslist a .text h5 {
    margin-top: 0;
  }
  /* .index-newslist a .text span {
    margin-top: 20px;
  } */
}
@media screen and (max-width: 850px) {
  .index-newslist a {
    width: 100%;
    margin-left: 0;
    margin: 10px 0;
  }
  .index-newslist {
    width: 100%;
    margin-left: 0;
  }
  /* .index-newslist a .text span {
    background-position: 67% center;
    background-size: 24px !important;
  } */
  .index-newslist a .img_pic {
    padding-top: 66%;
  }
}
@media screen and (max-width: 768px) {
  .index-news-swiper .more {
    display: none;
  }
  .index-newslist a .text h5 {
    height: 68px;
  }
  .index-newslist a hr {
    margin-top: 30px;
  }
  .index-newslist a .text {
    padding-top: 8%;
  }
  .index-newslist a .text h5 {
    font-size: 14px !important;
    margin-top: 0;
  }
  .index-newslist a .text h2 {
    height: 44px;
  }
}
@media screen and (max-width: 600px) {
  .index-newslist a hr {
    margin-top: 15px;
  }
  .index-newslist a .text {
    padding: 6% 6% 0;
  }
  /* .index-newslist a .text span {
    padding: 15px 32px 20px 0;
  }
  .index-newslist a .text span {
    background-position: 71% center;
    background-size: 20px !important;
  } */
}

/* nybanner */
.bannerNy {
  position: relative;
}
.bannerNy .btn_play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerNy > img {
  width: 100vw;
  /* margin-top: 121px; */
  /* height: 100vh; */
  /* height: 72vh; */
  object-fit: cover;
}
.banHei > img {
  height: 75vh;
  min-height: 500px;
}
.bannerNy .bannerNr {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*  width: 94%;*/
  /*max-width: 1800px;*/
  color: #fff;
  text-align: center;
  display: none;
}
.bannerNy .bannerNr h5 {
  font-weight: 400;
  line-height: 1.4;
}
.bannerNy .bannerNr p {
  /*font-size: 50px;*/
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
.bannerBox .bannerNr {
  top: 29%;
}

.mouse-wrapper {
  position: absolute;
  width: 100%;
  /* height: 130px; */
  bottom: 46px;
  left: 0;
  z-index: 9;
}
.mouse-wrapper .mouse-icon-wrapper {
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
  font-size: 15px;
  /* animation: mouse-animation 2s ease-in-out infinite; */
}
.mouse-wrapper .shubiao {
  font-size: 1.25vw;
}
.mouse-wrapper img {
  width: 80%;
  margin: 0 auto;
  height: auto;
  min-height: auto;
}
.mouse-wrapper .icon-down1,
.mouse-wrapper .icon-down2,
.mouse-wrapper .icon-down3 {
  margin-top: -29px;
  display: flex;
  justify-content: center;
  opacity: 0.8;
}
.mouse-wrapper .icon-down1 {
  margin-top: 0;
  animation: down1-animation 2s ease-in-out infinite;
}
.mouse-wrapper .icon-down2 {
  animation: down2-animation 2s ease-in-out 0.2s infinite;
}
.mouse-wrapper .icon-down3 {
  animation: down3-animation 2s ease-in-out 0.4s infinite;
}
@keyframes mouse-animation {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes down1-animation {
  0% {
    transform: translateY(4px);
    opacity: 0;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
  to {
    transform: translateY(4px);
    opacity: 0;
  }
}
@keyframes down2-animation {
  0% {
    transform: translateY(4px);
    opacity: 0;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
  to {
    transform: translateY(4px);
    opacity: 0;
  }
}
@keyframes down3-animation {
  0% {
    transform: translateY(4px);
    opacity: 0;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
  to {
    transform: translateY(4px);
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .bannerNy > img {
    height: auto;
    min-height: auto;
    margin-top: 50px;
  }
  .mouse-wrapper {
    bottom: 26px;
  }
  .bannerBox .bannerNr {
    top: 46%;
  }
}
@media screen and (max-width: 768px) {
  .bannerNy > img {
    height: 320px;
  }
}
/* nybanner  end */

.mainBox {
  /* padding-top: 100px; */
}
@media screen and (max-width: 1024px) {
  .mainBox {
    /* padding-top: 50px; */
  }
}
/* news-info */
.newsInfoMbx {
  background-color: #f5f5f5;
  padding: 18px 0;
  color: #989898;
}
.newsInfoMbx a {
  color: #989898;
}
.newsInfoMbx span {
  margin: 0 8px;
}
.newsInfoTop {
  padding: 10% 0;
  text-align: center;
  background: url(../images/6926ba56f289c.jpg) repeat-y center;
  background-size: cover;
}
.newsInfoTop h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
.newsInfoTop span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.newsInfoTop img {
  width: 18px;
  margin: 30px auto;
}
.newsInfoNr {
  margin: 0 auto;
}
.newsInfoNr .newsInfoP p {
  color: #4d4d4d;
  margin: 5px 0;
}
.newsInfoNr .page1 {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  margin: 0 0 5%;
  display: flex;
  justify-content: space-between;
}
.newsInfoNr .page1 .left,
.newsInfoNr .page1 .right {
  width: 43%;
  height: auto;
}
/* .newsInfoNr .page1 .left p,
.newsInfoNr .page1 .right p {
  width: 30px;
  height: 30px;
  background: url("../images/right.png") no-repeat center;
  background-size: contain;
}
.newsInfoNr .page1 .left a:hover p,
.newsInfoNr .page1 .right a:hover p {
  background: url("../images/right-1.png") no-repeat center;
  background-size: contain;
}
.newsInfoNr .page1 .left p {
  transform: rotate(180deg);
} */
.newsInfoNr .page1 .fy {
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsInfoNr .page1 .fy p {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f21;
  transition: 0.6s;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 65px;
}
.newsInfoNr .page1 .fy a {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.newsInfoNr .page1 .fy span {
  width: calc(100% - 30px);
  font-size: 15px;
  text-align: left;
  color: #282828;
  line-height: 32px;
  padding-left: 16px;
  transition: 0.6s;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newsInfoNr .page1 .right.fy span {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}
.newsInfoNr .page1 .fy .jdt {
  width: 100%;
  height: 5px;
  background: #cccccc;
  position: relative;
}
.newsInfoNr .page1 .fy .jdt:after {
  width: 0%;
  height: 100%;
  background: #e2b852;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.newsInfoNr .page1 .fy a:hover .jdt:after {
  width: 100%;
}
.newsInfoNr .page1 .back {
  padding: 32px 0px;
  width: 74px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.newsInfoNr .page1 .back:hover {
  opacity: 0.8;
}
.newsInfoNr .page1 .fy a:hover p,
.newsInfoNr .page1 .fy a:hover span {
  color: #e2b852;
}
@media screen and (max-width: 1024px) {
  .newsInfoNr {
    padding-bottom: 110px !important;
  }
  .newsInfoNr .ti h3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .newsInfoTop {
    padding: 90px 0 50px;
  }
  .newsInfoTop h3 {
    margin-bottom: 10px;
  }
  .newsInfoNr .page1 {
    display: block;
    padding: 15px 0;
  }
  .newsInfoNr .page1 .left,
  .newsInfoNr .page1 .right {
    width: 100%;
    padding: 2px 0;
  }
  .newsInfoNr .page1 .fy.right a {
    justify-content: flex-start;
  }
  .newsInfoNr .page1 .fy span {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-size: 14px;
  }
  .newsInfoNr .page1 .right.fy span {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
  }
  .newsInfoNr .page1 .fy p {
    border: 0;
    padding: 0;
  }
  .newsInfoNr .page1 .back {
    display: none;
  }
  .newsInfoNr .page1 .left p,
  .newsInfoNr .page1 .right p {
    width: 25px;
    height: 25px;
  }
  .newsInfoNr .page1 .fy a {
    align-items: center;
  }
  .newsInfoNr .newsInfoP p {
    font-size: 14px;
  }
}
/* news-info  end */

/* social */
.newsList {
  margin-bottom: 5%;
}
.newsList .next-list {
  padding-top: 0;
}
.new_list {
}
.new_list > a {
  margin-bottom: 60px;
  margin-right: 60px;
  width: calc((100% - 120px) / 3);
  display: block;
  cursor: pointer;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  position: relative;
}
@media screen and (orientation: landscape) {
  .new_list > a:nth-child(3n) {
    margin-right: 0;
  }
}
.new_list > a::before {
  content: "";
  display: block;
  margin-top: 121.221719%;
}
.new_list > a > .pic {
  z-index: 4;
  background-size: cover;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f8f9;
  background-size: cover;
  background-position: center;
}
.new_list > a > .pic .node {
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  width: 100%;
  left: 0;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 12% 10% 0 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.new_list > a > .pic .node .top h3 {
  margin-top: 0.3rem;
}
.new_list > a > .pic .node .btm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12% 0;
}
.new_list > a > .pic .node .btm .c1 {
  font-size: 54px;
  line-height: 0.8;
}
.new_list > a > .pic .node .btm .c2 {
  line-height: 1.4;
  text-align: right;
}
.new_list > a > .pic .node.bc {
  background-color: rgba(0, 0, 0, 0);
}
.new_list > a > .pic .node.bc .wc {
  color: #333;
}
.new_list > a > .pic .node.bc .btm {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.new_list > a > .pic .node.bc .btm .c1 {
  color: #e2b852;
}
.new_list > a > .pic:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}
.pagediv {
  width: 100%;
  margin: auto;
  text-align: center;
}
.pagediv a:hover {
  color: #fff;
  background-color: #c1c1c1;
}
.page-dot {
  margin-top: -15px;
  position: relative;
  z-index: 5;
  max-width: 120px;
}
.page-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6a6a6a;
  margin-right: 10px;
  cursor: pointer;
}
.page-dot li.on {
  background-color: #c1c1c1;
}
.zxfPagenum,
.ddd {
  color: #666;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  display: inline-block;
  text-align: center;
}
.pagediv .current {
  color: #ffffff;
  background: #c1c1c1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  text-align: center;
}
/* social  end */

/* service */
.cultureInner {
  border-bottom: 2px solid #fff;
}
.cultureslide {
  align-items: stretch;
}
.cultureslide .ny_title {
  width: 50%;
  padding: 12% 5%;
}
.cultureslide .ny_title p {
  margin-top: 40px;
  color: #333333;
}
.cultureslide .img_pic {
  width: 50%;
  padding-top: 0;
}
.cultureslide:nth-child(2n) {
  flex-direction: row-reverse;
}
.cultureslide:nth-child(3n) {
  background-color: #f5f5f5;
}
.ny_title {
  text-align: center;
  padding-bottom: 60px;
}
.ny_title h3 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #333333;
}
.ny_title span {
  position: relative;
  width: 50px;
  height: 3px;
  display: block;
  margin: 0 auto;
  background-color: #e2b852;
}
@media screen and (max-width: 1024px) {
  .ny_title {
    padding-bottom: 40px;
  }
  .ny_title h3 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ny_title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cultureslide .ny_title p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cultureslide .ny_title {
    width: 100%;
  }
  .cultureslide .img_pic {
    width: 100%;
  }
  .cultureslide .img_pic img {
    position: static;
  }
}
/* service  end */

.indTit {
  text-align: center;
  margin-bottom: 3%;
}

/* contact */
.contactOne {
  position: relative;
}
.contactOneBox {
  align-items: stretch;
}
.contactOneBox .left {
  width: 65%;
  padding-right: 3%;
}
.contactOneBox .left .indMore {
  margin-top: 5%;
  background: #d6a869;
  color: #fff;
}
.contactOneBox .left .indMore::before {
  background: #fef2f3;
}
.contactOneBox .right {
  position: relative;
  width: 35%;
  border-radius: 20px;
  overflow: hidden;
}
.contactOneBox .right .img_pic {
  padding-top: 0;
  height: 100%;
}
.contactOneBox .right > img {
  position: absolute;
  padding: 5% 10%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.map img {
  width: 100%;
}
.contactOneBox from {
  justify-content: space-between;
}
.contactOneBox from .input1 {
  margin-bottom: 3%;
  width: 48%;
  text-align: left;
}
.contactOneBox from textarea,
.contactOneBox from input {
  width: 100%;
  padding: 24px 24px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  background: #f3f3f3;
  border-radius: 10px;
  border: none;
}
.contactOneBox from textarea {
  height: 300px;
}
.contactInner {
  position: relative;
  z-index: 1;
}
.contactInner .contactImg {
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contactInner .contactTop {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}
.contactInner .contactTop li {
  width: 31.8%;
  margin: 10px 0;
  align-items: flex-start;
  text-align: center;
  border-radius: 30px;
  padding: 3%;
  background: #f3f3f3;
}
.contactInner .contactTop li.conLiLast {
  width: auto;
  justify-content: flex-end;
}
.contactInner .contactTop li img {
  width: 112px;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.contactInner .contactTop li div {
  flex: 1;
}
.contactInner .contactTop li div h3 {
  font-size: 20px;
  margin: 20px 0 0;
}
.contactInner .contactTop li p {
  font-size: 14px;
  color: #585858;
  font-weight: 500;
  margin-top: 8px;
  word-wrap: break-word;
}
.contactInner .contactTop li div p.cnConP {
  min-height: 75px;
  line-height: 1.4;
  color: #757575;
}
.contactInner .contactTop li div p.enConP {
  min-height: 100px;
}
.contactInner .contactTop li .ewmOne {
  width: auto;
  padding-left: 11%;
}
.contactInner .contactTop li .ewmOne > img {
  width: 90px;
  margin: 0 auto;
}
.contactInner .contactTop li .ewmOne p {
  margin-top: 5px;
  text-align: center;
  justify-content: center;
}
.contactInner .contactTop li .ewmOne p img {
  width: 20px;
}
.contactInner .contactTop li .ewmOne p span {
  display: block;
  color: #5a5a5a;
  margin-left: 5px;
}
.contactBt {
  width: 100%;
  padding: 40px 0;
  background: #d6a869;
}
.contactBt .swiper-slide {
  width: auto;
  padding-left: 120px;
  background: url("../images/icon_1.png") no-repeat left center;
  background-size: 36px;
  margin-right: 100px;
}
@media screen and (max-width: 1550px) {
  .contactInner .contactTop li img {
    width: 100px;
  }
  .contactBt .swiper-slide {
    padding-left: 100px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .contactInner .contactTop li img {
    width: 80px;
  }
  .contactOneBox from textarea,
  .contactOneBox from input {
    padding: 22px 24px;
  }
  .contactOneBox from textarea {
    height: 240px;
  }
  .contactInner .contactTop li img {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactInner .contactTop li img {
    width: 70px;
  }
  .contactBt .swiper-slide {
    padding-left: 80px;
    margin-right: 60px;
  }
  .contactBt {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .contactBt {
    padding: 20px 0;
  }
  .contactBt .swiper-slide {
    background-size: 26px;
  }
  .contactBt .swiper-slide {
    padding-left: 60px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .contactOneBox {
    
  }
  .contactOneBox .left {
    width: 100%;
    padding-right: 0;
  }
  .contactOneBox .right {
    width: 100%;
    margin-top: 20px;
  }
  .contactOneBox .right .img_pic {
    padding-top: 80%;
  }
  .contactOneBox from textarea,
  .contactOneBox from input {
    padding: 17px 18px;
    border-radius: 10px;
  }
  .contactOneBox from textarea {
    height: 150px;
  }
}
@media screen and (max-width: 700px) {
  .contactInner .contactTop li {
    width: 100%;
    margin: 7px 0;
    padding: 30px 20px;
  }
  .contactInner .contactTop li img {
    width: 60px;
  }
}
/* contact  end */

/* about */
.about_public_title {
  font-size: 2.1875vw;
  line-height: 2.708333vw;
  color: #222222;
  font-weight: bold;
}
.about_intro_big {
  width: 47.7777%;
  padding-right: 4.1666vw;
}
.about_intro_big img{
  width: 100%;
}
.about_intro_content {
  align-items: flex-start;
}
.about_intro_subtitle_label {
  color: #565656;
  text-transform: uppercase;
}
.about_intro_subtitle_text {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.about_intro_text {
  text-transform: uppercase;
  margin-top: 4%;
  line-height: 1.5;
}
.about_intro_made_wrap {
  margin-top: 8%;
}
.about_intro_made_number {
  font-weight: bold;
  color: #d6a869;
  line-height: 1;
  align-items: flex-start;
}
.about_intro_made_number span {
  font-weight: 600;
  margin-left: 10px;
}
.about_intro_made_text {
  margin-top: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.about_logo {
  width: 100%;
  margin-bottom: 28px;
  overflow: hidden;
  border-bottom: 1px solid #adadad;
  align-items: center;
}

.about_logo #logo {
  float: left;

  color: #000;
  font-size: 27px;
  margin-right: 8px;
  font-weight: bold;
}

.about_logo #menul {
  float: left;
  color: #aaa;
  font-size: 14px;
}

.about_logo #menul a {
  font-size: 14px;
  color: #aaa;
}
.about_intro_pack {
  width: 52.2223%;
}
.about_intro_bjq img {
  border-radius: 20px;
}
.about_intro_bjq p {
  margin: 0 0 3%;
}
.about_intro_video_wrap {
  margin-top: 2.6041666vw;
}
.about_intro_video_box {
  position: relative;
  overflow: hidden;
}
.about_intro_video_box .about_intro_video_img video {
  width: 100%;
}
.about_intro_video_button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.about_intro_video_btn {
  width: 50px;
  height: 50px;
  position: relative;
}
.about_intro_video_tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_intro_video_label {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border: 0.1041666vw solid #fff;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.about_intro_video_label:nth-child(1) {
  -webkit-animation: jing_scale 2.4s linear infinite normal both;
  animation: jing_scale 2.4s linear infinite normal both;
}
.about_intro_video_label:nth-child(2) {
  -webkit-animation: jing_scale 2.4s 0.8s linear infinite normal both;
  animation: jing_scale 2.4s 0.8s linear infinite normal both;
}
.about_intro_video_label:nth-child(3) {
  -webkit-animation: AboutVideoScale 2.4s 1.6s linear infinite normal both;
  animation: AboutVideoScale 2.4s 1.6s linear infinite normal both;
}
@-webkit-keyframes AboutVideoScale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  20% {
    width: 150%;
    height: 150%;
    opacity: 0.6;
  }
  40% {
    width: 200%;
    height: 200%;
    opacity: 0.4;
  }
  60% {
    width: 250%;
    height: 250%;
    opacity: 0.2;
  }
  80% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes AboutVideoScale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  20% {
    width: 150%;
    height: 150%;
    opacity: 0.6;
  }
  40% {
    width: 200%;
    height: 200%;
    opacity: 0.4;
  }
  60% {
    width: 250%;
    height: 250%;
    opacity: 0.2;
  }
  80% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about_intro_big {
    width: 100%;
    padding-right: 0;
  }
  .about_intro_pack {
    width: 100%;
    margin-top: 20px;
  }
  .about_intro_made_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .public_banner_wrap .container {
    padding: 25px 0 !important;
  }
  .proInfoView .container {
    padding-bottom: 0 !important;
  }
}

.aboutLn {
  background: #f5f5f5;
}
.aboutLn ul {
  display: flex;
  width: 100%;
  height: 88vh;
  min-height: 600px;
  background: url("../images/lnBg.jpg") no-repeat center;
  background-size: cover;
}
.aboutLn ul li {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 17% 2% 0;
  transition: all 0.3s;
}
.aboutLn ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutLn ul li:hover {
  background: rgba(255, 255, 255, 0.3);
  background-size: contain;
}
.aboutLn ul li h3 {
  margin: 7% 0;
  color: #fff;
}
.aboutLn ul li p {
  line-height: 2;
}
.aboutLn ul li img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .aboutLn ul li img {
    width: 50px;
    height: 50px;
  }
  .aboutLn ul li h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutLn ul {
    flex-wrap: wrap;
  }
  .aboutLn ul li {
    display: flex;
    align-items: center;
    width: 50%;
    flex: inherit;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .aboutLn ul {
    height: auto;
  }
  .aboutLn ul li {
    width: 100%;
    padding: 12% 4%;
    border-left: none;
  }
  .aboutLn ul li h3 {
    margin: 17px 0;
    min-height: auto;
  }
  .aboutLn ul li img {
    width: 40px;
    height: 40px;
  }
}

/* harvest  end */
.hls-history {
  background: url(../images/history_page.png) center no-repeat;
}
.hls-history .index-Title {
  text-align: center;
  /* color: #fff; */
  text-transform: uppercase;
}
.hls-history .index-Title h3 {
  font-size: 60px;
}
.hls-history {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hls-history .title {
  text-align: center;
}
.hls-history .title h2,
.hls-history .title h3 {
  /* color: #fff; */
}
.histor {
  position: relative;
  overflow: hidden;
}
.histor-time-line {
  background: url("../images/hline.svg") center bottom no-repeat;
  background-size: 100%;
}
.histor-time {
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.histor-time h3 {
  padding: 50px 0;
  overflow: hidden;
  font-size: 30px;
  color: #ababab;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.histor-time .swiper-slide-thumb-active h3,
.histor-time .swiper-slide-active h3 {
  color: #d6a869;
}
.histor-main {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 50px auto auto;
  border-radius: 20px;
  overflow: hidden;
}
.histor-main li {
  background: #d6a869;
  color: #fff;
  padding: 7% 5%;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  list-style: none;
}
.histor-time h3,
.histor-main li {
  cursor: url("../images/hmous.png"), default !important;
}
.hls-history .index-Title {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .hls-history .index-Title h3 {
    font-size: 50px;
  }
  .hls-history {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1024px) {
  .hls-history .index-Title h3 {
    font-size: 42px;
  }
  .hls-history {
    padding: 90px 0;
  }
  .histor-time h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .hls-history .index-Title h3 {
    font-size: 32px;
  }
  .hls-history {
    padding: 60px 0;
  }
  .histor-time h3 {
    font-size: 18px;
  }
  .histor-main li {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .hls-history .index-Title h3 {
    font-size: 24px;
  }
}
/* about  end */
.index_case_top {
  margin-bottom: 30px;
  /* padding-bottom: 20px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #adadad;
  overflow: hidden;
}

.index_case_top form select {
  font-size: 12px;
  padding-left: 10px;
}

.index_case_top h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-info-top {
  padding-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.news-box {
  width: 103%;
  margin-left: -3%;
  overflow: hidden;
}

.news-box li {
  width: 30.33%;
  float: left;
  margin: 0 0 4% 3%;
}
.news-box li a:hover {
  color: #333;
}

.news-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.news-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news-box li:hover .news-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-text h3 {
  font-size: 20px;
  margin: 25px 0 30px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news-text span {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.news-text span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #333;
  left: 0;
  top: 5px;
}

.news-text p {
  font-size: 14px;
  line-height: 1.8;
  height: 50px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ibanner {
  }
  .ibanner .swiper-slide .slide-inner,
  .ibanner .bg {
    height: auto;
  }
  .ibanner .yun-ant.active .yun3 {
    transform: translate(10%, 150%);
  }

  .ibanner .yun-ant.active .yun2 {
    transform: translate(-50%, 75%);
  }
}

@media (max-width: 768px) {
  .news-box {
    width: 100%;
    margin-left: 0;
  }
  .news-box li {
    width: 100%;
    margin-left: 0;
  }
  .news-text h3 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .news-text span {
    margin-bottom: 12px;
  }
}
/* 社会责任 */
.news_list {
  width: 100%;
  height: auto;
  padding: 3% 0;
  border-bottom: 2px solid #3e3938;
}
.p_news_list {
  align-items: stretch;
}
.m_news_list {
  display: none;
}
.news_info {
  width: 52.1%;
  align-content: space-between;
  margin-left: 0;
  padding-right: 5%;
}
.news_date {
  width: 100%;
  color: #332c2b;
}
.news_title {
  width: 100%;
  height: auto;
  color: #332c2b;
}
.news_title a {
  color: #332c2b;
  line-height: 1.25;
}
.news_title a:hover {
  color: #332c2b;
  opacity: 0.7;
}
.news_desc {
  width: 100%;
  height: auto;
  color: #332c2b;
}
.news_more {
  color: #5f5d5d;
  cursor: pointer;
}
.news_more a {
  color: #5f5d5d;
}
.news_more a:hover {
  color: #d6a869;
}
.news_more span {
  color: #5f5d5d;
}
.news_more a:hover span {
  color: #d6a869;
}
.news_thumb {
  width: 44%;
  padding-top: 25%;
}
.news_thumb img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index_case_top{
    margin-bottom: 0;
  }
  .news_list{
    padding: 20px 0;
  }
  .news_info {
    width: 100%;
  }
  .news_thumb {
    width: 100%;
    padding-top: 65%;
    margin-top: 20px;
  }
  .news_title{
    margin: 10px 0;
  }
}
/* 社会责任  end */

/* 文化 */
.wel-about {
  background: #f5f5f5;
}
.wel-ab-box .list {
  margin-top: 2%;
  font-size: 0;
  justify-content: space-between;
  align-items: stretch;
}
.wel-ab-box .list .li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #e6e5e5;
  width: 32.33%;
  text-align: center;
  padding: 5%;
  position: relative;
  text-align: center;
}
.wel-ab-box .list .li .imgs img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
}
.wel-ab-box .list .li:nth-child(4n + 1) {
  margin-left: 0;
}
.wel-ab-box .list .li .num {
  margin-top: 10%;
  margin-bottom: 5%;
}
.wel-ab-box .list .li .span,
.wel-ab-box .list .li .num {
  line-height: 1;
}
.wel-ab-box .list .li .span {
  line-height: 1.4;
}
@media screen and (max-width: 1480px) {
  .wel-ab-box .list .li .imgs img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .wel-ab-box .list .li .imgs img {
    width: 40px;
    height: 40px;
  }
  .about_logo #logo {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wel-ab-box .list .li {
    width: 100%;
    margin: 5px 0;
    padding: 30px 20px;
  }
  .wel-ab-box .list .li .imgs img {
    width: 40px;
    height: 40px;
  }
  .wel-ab-box .list .li .num {
    margin: 22px 0 15px;
  }
  .about_logo #logo {
    font-size: 20px;
  }
}
/* 文化  end */

.about_parent .about_service_next {
  margin-left: 20px;
}
.about_parent .public_color_btn:after {
  border: 1px solid #c7c7c7;
}
.about_service_content {
  overflow: hidden;
}
.cover {
  position: relative;
  height: 0;
  overflow: hidden;
}
.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_service_item_img {
  padding-bottom: 51.127819%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about_service_item_img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about_service_tab{
  gap: 20px;
}
.about_service_big{
  width: calc(16.66% - 20px);
}

.officesLi{
  margin-bottom: 5%;
}

#roll{
  overflow-x: hidden;
}