@import url(../css/fonts.css);
/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
  {
  /* font: 14px/1.0 "FZS3JW", "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif; */
  font: 14px/1.0 "AlibabaPuHuiTiR", "Arial", "Source Han Sans CN", "Microsoft YaHei", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5rem;
  left: -.2rem;
}

* {
  font-size: 24px;
  --colorR: #94a28a;
  --colorW: #fff;
}

@font-face {
  font-family: 'wbzt1';
  src: url('wbzt1.otf');
}


.colorR {
  color: var(--colorR);
}

.colorW {
  color: #fff;
}

.flex-row {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.padding {
  padding: 4.5vw 7.5vw;
  box-sizing: border-box;
}

.page6.padding {
  padding: 4.5vw 20.5vw;
}

.padding2 {
  padding: 8% 0;
  box-sizing: border-box;
}

.out {
  width: 100%;
}

.head {
  height: 80px;
  /* height: 70px; */
  width: 80vw;
  left: 10vw;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #fff; */
  box-sizing: border-box;
  top: 0;
  transition: .5s;
}

.head-active {
  /* background: rgba(255, 255, 255, 0.9); */
  width: 100%;
  left: 0;
  padding: 0 6.5%;
  border-bottom: none;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
.language a{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
}

.catalogue{
  display: block;
  width: 166px;
  height: 40px;
  background: #FFF4F4;
  border-radius: 4px;
  border: 1px solid #F35E5E;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.catalogue span{
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #333333;
}
.catalogue .catalogue-img{
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../../static/images/icon_pdf@2x.png");
  background-size: 100% 100%;
}
.catalogue:hover{
  background: #F35E5E;
}
.catalogue:hover .catalogue-img{
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../../static/images/icon_pdf.png");
  background-size: 100% 100%;
}
.catalogue:hover span{
  color: #FFFFFF;
}

.language span{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.home-act{
  color: #E8E8E8 !important;
}
.language-cn{
  /* color: #FFFFFF !important; */
  color: #323993 !important;
}
.language-cn-hover{
  color: #323993 !important;
}
input-border .head .logo {
  display: flex;
  /* width: 9%;
  height: 100%;
  background-image: url('../images/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
  width: 10%;
  align-items: center;
}

.head .logo img {
  width: auto;
  height: 40px;
}

.input-box {
  position: relative;
}

.input-box form {
  width: 100%;
}

.input-border {
  border: none;
  padding: 0 0.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 45px;
  background-color: #fff;
  color: #333;
  /* float: left; */
  font-size: 16px;
}

input.input-border::placeholder {
  font-size: 14px;
}

.input-box form .submit {
  border: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #0346c1;
  background-image: url(../images/a3-b.png);
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -6px;
}

.hs-a {
  display: none;
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 108;
  white-space: nowrap;
}

.home_img{
  margin-top: 80px;
  width: 100%;
  height: 100%;
}
.home_img_vessel{
  width: 100%;
  height: 100vh;
}
.home_video {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_video img{
  width: 100%;
  height: 100%;
}
.home_video video {
  width: 100%;
  height: 100%;
}

.home_video {
  font-size: 0;
  background-color: none;
}

.home_video video {
  display: block;
  width: 99%;
  height: 100%;
  /* // object-fit: fill; */
  object-fit: contain;
  outline: none !important;
  /* // 注意：IE和Edge浏览器不支持mix-blend-mode属性 */
  mix-blend-mode: darken;
}

.home_video video:focus {
  outline: none !important;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.1;
}
.head ul {
  display: flex;
  width: 70%;
  justify-content: flex-end;
}

.head ul li {
  position: relative;
  width: 124px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.head ul li>a {
  display: inline-block;
  position: relative;
  width: 124px;
  height: 26px;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #E8E8E8;
  line-height: 26px;
}

.head ul>li:hover>a {
  font-size: 16px;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}
.head ul>li:hover{
  /* background: #FFE800;   */
}
.head ul>li.active{
  /* background: #FFE800; */
}
.head ul>li:hover>a, .head ul>li.active>a {
  color: #FFFFFF;
  font-family: Poppins-Medium, Poppins;
}
.head ul li>a:after {
  content: '';
  position: absolute;
  /* bottom: 0; */
  top: -30px;
  left: 0;
  /* transform: translate(-50%, 0); */
  transition: all ease .5s;
  width: 0;
  height: 4px;
  /* background: #061060; */
}
.head ul>li.active>a:after{
  width: 100%;
  height: 4px;
  /* background: #061060; */
}
/* .head ul li>a:hover:after {
  width: 100% !important;
  border-radius: 2px;
} */

.head ul li dl {
  width: 120px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 12;
}

.head ul li dl {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}

.head ul li dl dd {
  line-height: 49px;
  height: 49px;
  /* border-top: 1px solid #e5e5e5; */
  text-align: left;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  transition: 0.3s;
}

.head ul li dl dd:first-child {
  border: none;
}

.head ul li dl dd a {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: AlibabaPuHuiTiM;
}

.head ul li dl dd:hover {
  background: #E6EFFF;
}

.head ul li dl dd:hover a{
  color: #0045C1;
  font-family: AlibabaPuHuiTiB;
}

.head ul li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.head-hover{
  background-color: #ffffff;
}
.head-hover ul>li:hover{
  background: #FFE800;  
}
.head-hover ul>li:hover>a, .head ul>li.active>a {
  color: #333333;
  font-family: AlibabaPuHuiTiB;
}
.head-hover ul>li.active{
  background: #FFE800;
}
.head-hover ul>li.active>a:after{
  width: 100%;
  height: 4px;
  background: #061060;
}
.head-hover  ul li>a {
  display: inline-block;
  position: relative;
  width: 124px;
  height: 26px;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.head-hover  ul>li:hover>a {
  font-size: 16px;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.head-hover  ul li>a:after {
  content: '';
  position: absolute;
  /* bottom: 0; */
  top: -30px;
  left: 0;
  /* transform: translate(-50%, 0); */
  transition: all ease .5s;
  width: 0;
  height: 4px;
  background: #061060;
}

.head-hover  ul li>a:hover:after {
  width: 100% !important;
  border-radius: 2px;
}

.head{
  background-color: #ffffff;
}
.head ul>li:hover{
  background: #FFE800;  
}
.head ul>li:hover>a, .head ul>li.active>a {
  color: #333333;
  font-family: AlibabaPuHuiTiB;
}
.head ul>li.active{
  background: #FFE800;
}
.head ul>li.active>a:after{
  width: 100%;
  height: 4px;
  background: #061060;
}
.head  ul li>a {
  display: inline-block;
  position: relative;
  width: 124px;
  height: 26px;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.head  ul>li:hover>a {
  font-size: 16px;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.head  ul li>a:after {
  content: '';
  position: absolute;
  /* bottom: 0; */
  top: -30px;
  left: 0;
  /* transform: translate(-50%, 0); */
  transition: all ease .5s;
  width: 0;
  height: 4px;
  background: #061060;
}

.head  ul li>a:hover:after {
  width: 100% !important;
  border-radius: 2px;
}
.nav-btn {
  width: 30px;
  height: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.nav-btn span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: flex;
  position: absolute;
  transition: .5s;
}

.nav-btn span:nth-child(1) {
  top: 0;
  left: 0;
}

.nav-btn span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.nav-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.nav-btn-active span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-btn-active span:nth-child(2) {
  opacity: 0;
}

.nav-btn-active span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.head-right {
  display: flex;
  justify-content: space-between;
  width: 10%;
  position: relative;
  align-items: center;
}



.head .en {
  text-transform: capitalize;
  color: #fff;
  font-size: .62rem;
}

.head a {
  transition: .5s;
}

/* .head a:hover {
  color: var(--colorR);
} */

/* .head-active ul a {
  color: #333;
}

.head-active .nav-btn span {
  background-color: #333;
}

.head-active .input-border {
  border: 1px solid rgba(0, 0, 0, .1);
}

.head-active .en {
  color: #333;
}

.head-active .head-right::after {
  background-color: #333;
} */

.pageSwier {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.pageSwier-inner {
  position: relative;
  height: 100vh !important;
  overflow: hidden;
}

.bannerSwiper {
  height: 100vh !important;
}

.bannerSwiper img {
  width: 100%;
}

.bannerSwiper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-text {
  display: none;
}

.bannerSwiper .swiper-slide span {
  font-size: 24px;
  color: #fff;
  letter-spacing: 80px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding-left: 80px;
  white-space: nowrap;
}

.mobile-jt {
  display: none;
}

.page2 .page-title {
  letter-spacing: 0px;
  font-size: 50px;
  font-family: Montserrat-Regular, Montserrat;
}

.page2 .page-title p {
  font-size: 30px;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 42px;
}

.page-title {
  position: relative;
  font-size: 2.4rem;
  color: #000;
}

.page-title p {
  margin-bottom: 10vh;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 42px;
}

.page2-left .page-title::after {
  content: "";
  position: absolute;
  right: 90px;
  top: 32px;
  width: 120px;
  height: 2px;
  background: #666666;
}

/* .page2-info {
  position: absolute;
  width: 90%;
  left: 0;
  background-color: #F6F6F6;
  padding: 100px 16.5vw;
  padding-left: 0;
  height: auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.page2-info span {
  font-size: .65rem;
  line-height: 1.2rem;
}

/* .page2-info-inner {
  overflow: hidden;
  padding-left: 16.5vw;
  box-sizing: border-box;
  position: relative;
} */

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #94a28a;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #B5B5B5;
}

.mCSB_scrollTools {
  position: absolute;
  left: -8.25vw;
  top: 0;
}

.mCustomScrollBox {
  overflow: visible;
}

.page2-info p {
  width: 50%;
  font-size: 16px;
  line-height: 1.3rem;
  margin-bottom: 30px;
  color: #4d4d4d;
  text-align: justify;
}

.page2-info p:nth-last-child(1) {
  margin-bottom: 0;
}

.page2-ul {
  position: absolute;
  bottom: 8%;
  display: flex;
  transform: translate(0, -50%);
  width: 70%;
  justify-content: space-between;
}

.page2-ul h2 {
  font-size: 3.5rem;
  color: #94a28a;
  font-weight: 500;
  font-family: 'wbzt1';
  text-align: center;
  display: flex;
  align-items: flex-end;
  line-height: 2.5rem;
  justify-content: center;
}

.page2-ul h2 p {
  font-size: 3.5rem;
  color: #94a28a;
  font-weight: 500;
  font-family: 'wbzt1';
  text-align: center;
  margin: 0;
  margin-right: 5px;
}

.page2-ul sup {
  top: -2.4rem;
}

.page2-ul span {
  margin-left: -.2rem;
}

.page2-ul li span {
  margin-left: -.5rem;
}

.page2-ul p {
  font-size: .7rem;
  margin-top: 25px;
  color: #333;
  text-align: center;
}

.page2-ul span {
  font-size: .7rem;
  line-height: 1rem;
}

.page2-info-img {
  position: absolute;
  top: 7.5vw;
  right: 15vw;
  width: 15vw;
  z-index: 2;
  display: none;
}

.page2::after {
  content: "";
  width: 10vw;
  height: 15vw;
  position: absolute;
  right: calc(15vw - 18px);
  top: calc(7.5vw - 16px);
  background-color: var(--colorR);
  display: none;
}

.page3 {
  width: 100%;
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page3-bj .band {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: cover;
}

.page3-bj .band .conariter {
  width: 20%;
  padding: 22vh;
}

.page3-bj .band .conariter .title {
  font-size: 40px;
  font-family: AlibabaPuHuiTiM;
  color: #FFFFFF;
  line-height: 55px;
}

.page3-bj .band .conariter .subtitle {
  font-size: 26px;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  line-height: 35px;
  margin: 10px 0;
}
.page3-bj .band .images {
  margin-bottom: 16px;
}

.page3-bj .band .conariter .content{
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 24px;
}
.page3-bj .band .conariter .content p {
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  line-height: 26px;
  text-align: justify;
}

.page3-band {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  z-index: 9;
  padding-top: 20px;
  background: rgba(255,255,255,0.06);
  /* box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.5); */
  backdrop-filter: blur(26px);
}

.page3-band .page3-band-img .swiper-container {
  position: relative;
  width: 930px;
  overflow: hidden;
  margin: 0 auto;
}

.page3-band .page3-band-img {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.page3-band .page3-radius {
  width: 140px;
  height: 140px;
  background-color: hsla(0, 0%, 100%, 0.39);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.page3-band .swiper-button-prev,
.page3-band .swiper-container-rtl .swiper-button-next {
  left: 30px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px 10px;
  background-size: 15px 15px;
  transition: 0.3s;
}

.page3-band .swiper-button-prev:hover,
.page3-band .swiper-button-next:hover {
  border: 1px solid #0045c1;
  background-color: #0045c1;
}

.page3-band .swiper-button-next,
.page3-band .swiper-container-rtl .swiper-button-prev {
  right: 50px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px 10px;
  background-size: 15px 15px;
  transition: 0.3s;
}

.page3-band .swiper-wrapper .swiper-slide-thumb-active .page3-radius {
  background-color: #fff;
}

.swiper-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 4% 7% 0;
  opacity: 0;
  color: #fff;
  transition: .5s;
}

.button-white {
  width: 160px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: .65rem;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: 0.3s;
  border-radius: 25px;
}

.button-white:hover {
  border: 1px solid #0045C1;
  color: #fff;
  background: #0045C1;
}

.swiper-inner h1 {
  font-size: 9rem;
  font-family: 'wbzt1';
  margin-bottom: 0.4rem;
  margin-left: -0.4rem;
  opacity: 0.8;
  letter-spacing: -0.1rem;
}

.swiper-inner p {
  font-size: 0.8rem;
  line-height: 1.6;
}

.page3-inner .page3-swpier-pagination,
.page5 .page5-swpier-pagination {
  width: 100%;
  margin-top: 50px;
}

.page3-swpier-pagination .swiper-pagination-bullet,
.page5-swpier-pagination .swiper-pagination-bullet {
  width: 80px;
  background-color: #fff;
  height: 3px;
  margin: 0 3px;
  border-radius: 0;
  opacity: 1;
}

.page3-swpier-pagination .swiper-pagination-bullet-active,
.page5-swpier-pagination .swiper-pagination-bullet-active {
  background-color: var(--colorR) !important;
  height: 3px;
}

.page3-swpier .swiper-slide-active .swiper-inner {
  opacity: 1;
}

/* .page3-swpier .swiper-slide .swiper-inner::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 9px;
  background-image: url('../images/a-jt.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  right: 20px;
  transition: .5s;
} */

.page3-swpier .swiper-slide .swiper-inner:hover::after {
  right: 10px;
}

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

.background-item2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.page4 {
  /* background-image: url('../images/p4-b2.jpg'); */
  background-image: url('../images/bg_corporate_honors.png');
}
.corporate-honors-page4{
  margin-top: 100px;
}
.swiper-container-page4{
  margin-top: 60px;
}

.logo-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.logo-item {
  display: flex;
  /* width: 24.5%;
  margin-right: 0.66%; */
  width: calc(25% - 8px);
  margin-right: 10px;
  padding-bottom: 16%;
  /* background-color: rgba(255, 255, 255, .5); */
  border-radius: 15px;
  margin-top: 20px;
  /* filter: grayscale(); */
  box-shadow: 11px 16px 32px rgba(0, 0, 0, .1);
  opacity: 1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  align-items: flex-start;
  transition: .5s;
}

.logo-item:hover img:nth-child(1) {
  opacity: 0;
}

.logo-item:hover img:nth-child(2) {
  opacity: 1;
}

.logo-item img {
  width: 75%;
  display: inline-block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: .5s;
}

.logo-item img:nth-child(2) {
  opacity: 0;
}

.logo-item:nth-child(4n) {
  margin-right: 0;
}

.page5 {}

.page5-swpier {
  width: 100%;
  overflow: visible;
}

.page5-inner {
  overflow: hidden;
  /* width: 75%; */
  width: 70%;
  position: absolute;
  /* left: 12.5%; */
  left: 15%;
  padding: 50px 0;
  margin-top: -50px;
  transition: .5s;
}

.page5-swpier .swiper-slide {
  padding-bottom: 35%;
  position: relative;
  transition: transform .5s;
}

.page5-swpier .swiper-slide h2 {
  position: absolute;
  font-size: .65rem;
  left: 30px;
  top: 30px;
}

.page5-swpier-pagination {
  position: absolute;
  bottom: 5vw;
  width: 100% !important;
  left: 0;
}

.page5-swpier .swiper-slide:hover {
  /* border: 10px solid #fff; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
  z-index: 5;
  /* transition: .5s; */
  transform: translate(-5%, 0) scale(1.1);
}

.page5-swpier .swiper-slide-active:hover {
  transform: translate(10%, 0) scale(1.1) !important;
}

.page5-inner:hover {
  /* padding-right: 5px; */
  box-sizing: unset;
}

.page5 .page-title {
  color: #333;
}

.page5-swpier-pagination span {
  /* background-color: #333 !important; */
}

.page6-tab {
  position: absolute;
  left: 46.5vw;
  top: 6.5vw;
  transform: translate(0, 50%);
  display: flex;
}

.page6-tab span {
  cursor: pointer;
  font-size: .65rem;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  margin: 0 5px;
}

.page6-tab .active {
  background-color: var(--colorR);
  color: #fff;
}

.page6-tab span:hover {
  background-color: var(--colorR);
  color: #fff;
}

.page6-box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 55vh;
  left: 0;
  overflow: hidden;
}

.page6-left {
  width: 49%;
  background-color: #fff;
  /* height: 100%; */
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

.page6-left .mCustomScrollBox {
  padding-left: calc(16.5vw - 30px);
  overflow: hidden;
}

.page6-left .mCSB_scrollTools {
  left: 8.25vw;
  display: none !important;
}

.page6-left-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.page6-left-inner img {
  width: 100%;
  border-radius: 10px;
}

.page6-left h2 {
  text-align: right;
  font-size: .8rem;
  color: #989898;
}

.page6-left h1 {
  font-size: 28px;
  font-family: AlibabaPuHuiTiM;
  color: #333333;
  line-height: 38px;
}

.page6-left .p {
  font-size: .6rem;
  color: #989898;
  line-height: 1.2rem;
  margin-bottom: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.page6-left p:nth-child(-n + 3) {
  margin-top: 15px;
}

.page6-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--colorR)
}

.page6-right {
  width: 49%;
  height: 100%;
}

.page6-right a {
  display: flex;
  width: 100%;
  height: 33.3%;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  padding: 38px 20px;
  position: relative;
  transition: .5s;
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 19px;
}


.page6-right a h1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  position: relative;
  line-height: 36px;
  font-family: AlibabaPuHuiTiM;
}

.page6-right a h1 span {
  color: #989898;
  font-size: .8rem;
}

.page6-right a p {
  font-size: .65rem;
  color: #989898;
  line-height: 1.2rem;
  width: 80%;
}


.page6-right a:hover::after {
  opacity: 1;
}

.page6-right .img {
  max-width: 197px;
  overflow: hidden;
}

.page6-right .txt {
    width: 50%;
  padding-left: 20px;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

.page6-right .img img {
  width: 100%;
  border-radius: 10px;
}
.page6-right a:nth-last-child(1){
  margin-bottom: 0;
}
.page6-boxs{position: relative;}

.page6-box {
  left: -100%;
  opacity: 0;
  transition: .8s;
}

.page6-left .mCustomScrollBox {
  position: relative;
}

.page6-left .mCustomScrollBox::after {
  position: absolute;
  content: '';
  left: calc(8.25vw - 30px);
  top: 0;
  width: 3px;
  height: 100%;
  background-position: center;
  background-image: url('../images/zsx.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.page6-box-active {
  left: 0;
  opacity: 1;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  height: 100%;
}

.page6-left-inner {
  justify-content: space-between;
}

.page6 .data {
  position: relative;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM;
  color: #666666;
  line-height: 22px;
  padding-left: 20px;
  margin-top: 30px;
}

.page6 .data::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.newslist .img {
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  border-radius: 10px;
}

.newslist .img img {
  transition: 0.5s;
}

.newslist a:hover h1 {
  color: #0045c1;
}

.newslist a:hover img {
  transform: scale(1.1);
}

.foot-out {
  height: auto !important;
}

.foot {
  height: auto;
  background-color: #070A1F;
  padding: 4.5vh 16.5vw;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.bot{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bot-cont{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #343747;
  padding-bottom: 37px;
  position: relative;
}
.bot-img{
  width: 146px;
  height: 48px;
}
.bot-img img{
  width: 100%;
  height: 100%;
}
.bot-nav {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bot-nav a{
  margin: 18px;
  font-size: 14px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}
.bot-det{
  /* width: 376px;   */
  width: 340px;  
  /* margin-left: 40px; */
  display: flex;
  flex-direction: column;
}
.bot-iphone{
  font-size: 20px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
}
.bot-iphone a{
  color: #FFFFFF;
}
.bot-hotline{
  font-size: 16px;
  font-family: PingFangTC-Regular, PingFangTC;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
}
.bot-address{
  width: 376px;
  margin-top: 40px;
  font-size: 16px;
  font-family: PingFangTC-Regular, PingFangTC;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
}
.bot-icon{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.footicon{
  width: 30px;
  height: 30px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.footicon a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footicon1{
  background: url("/template/default/images/icon-wechat-nor.png") no-repeat;
  background-size: 100% 100%;
}
.footicon2{
  background: url("/template/default/images/icon-facebook-nor.png") no-repeat;
  background-size: 100% 100%;
}
.footicon3{
  background: url("/template/default/images/icon-whatsup-nor.png") no-repeat;
  background-size: 100% 100%;
}
.footicon4{
  background: url("/template/default/images/icon-linkin-nor.png") no-repeat;
  background-size: 100% 100%;
}
.footicon1:hover{
  background: url("/template/default/images/icon-wechat-sel.png") no-repeat;
  background-size: 100% 100%;
}
.footicon2:hover{
  background: url("/template/default/images/icon-facebook-sel.png") no-repeat;
  background-size: 100% 100%;
}
.footicon3:hover{
  background: url("/template/default/images/icon-whatsup-sel.png") no-repeat;
  background-size: 100% 100%;
}
.footicon4:hover{
  background: url("/template/default/images/icon-linkin-sel.png") no-repeat;
  background-size: 100% 100%;
}
.foot-wechat{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 83px;
  background: url("/template/default/images/qiye_wechat.png") no-repeat;
  background-size: 100% 100%;
}
.foot-whatsup{
  position: absolute;
  top: -36px;
  left: -51px;
  width: 112px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 18px;
}
.foot-pop-hide{
  display: none;
}
.foot-pop-show{
  display: block;
}
.bot-icon img{
  margin: 0 20px;
  width: 30px;
  height: 30px;
}
.bot-siteicp{
  margin-top: 51px;
  display: flex;
  justify-content: center;
}
.bot-siteicp span{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.bot-siteicp span a{
  font-size: 12px;
  color: #656774;
}
.foot-left {
  width: 70%;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}

.foot_cont {
  margin-left: 100px;
}

.foot_cont p {
  color: #DCE5F5;
  font-size: 14px;
  line-height: 30px;
}

.foot_cont p a {
  color: #DCE5F5;
  font-size: 14px;
  line-height: 30px;
}

.foot_cont p a:hover {
  color: #bac2d1;
}

.foot_cont p svg {
  vertical-align: middle;
  margin-right: 10px;
}

.foot-left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.foot-left ul li {
  display: flex;
  flex-direction: column;
}

.foot-left ul a {
  font-size: .6rem;
  margin-bottom: 13px;
  color: #cccccc;
  transition: .5s;
}

.foot-left ul a:nth-last-child(1) {
  margin-bottom: 0;
}

.foot-left ul a:hover {
  color: #fff;
}

.foot-left ul li a:nth-child(1) {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
}

.foot-left-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.foot-left-bottom-left h1 {
  font-size: .62rem;
  color: #fff;
  margin-bottom: 25px;
}

.foot-left-bottom-left p {
  font-size: .6rem;
  color: #ccc;
  margin-bottom: 15px;
}

.foot-left-bottom-left p:nth-last-child(1) {
  margin-bottom: 0;
}

.foot-h6 {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 20px;
  text-align: center;
}

.foot-h6 a {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #bfbfbf;
}

.share {
  display: flex;
  align-items: flex-end;
}

.share a {
  width: 30px !important;
  height: 30px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  margin-bottom: 0 !important;
  margin-right: 30px;
}

.foot-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ewm ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ewm ul li {
  text-align: center;
   margin:0 10px;
  padding: 10px;
  background: #fff;
    border-radius: 5px;
}

.ewm ul li img {
  max-width: 120px;
}

.ewm p {
  font-size: .62rem;
  color: #fff;
  margin-top: 20px;
}

.foot-right input {
  border: none;
  height: 35px;
  border-radius: 17.5px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: .62rem;
  width: 200px;
  line-height: 35px;
}

.search {
  position: relative;
  width: 200px;
}

.search p {
  border: none;
  height: 35px;
  border-radius: 17.5px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
  line-height: 35px;
  background-color: #fff;
  color: #666;
  display: flex;
  position: relative;
  cursor: pointer;
  transition: .5s;
}

.search-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search p::after {
  position: absolute;
  content: '';
  right: 15px;
  background-image: url('../images/xl-yl.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.yqlj-more {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  transform: translate(0, 100%);
  border-radius: 17.5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
}

.yqlj-more a {
  font-size: 15px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 30px;
  color: #666;
  box-sizing: border-box;
}

/* .search::after {
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(0, -50%);
} */

.foot-more {
  height: 50px !important;
  background-color: #070A1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
}

.head-mc {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 10vw;
  padding-top: 20vh;
  box-sizing: border-box;
  display: none;
}

.head-mc ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.head-mc ul li {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.head-mc ul .checkout_l {
  display: none;
}

.head-mc ul li a {
  font-size: 28px;
  font-family: AlibabaPuHuiTiR;
  color: #040D14;
  line-height: 38px;
  margin-bottom: 25px;
  display: flex;
}

.head-mc ul li a:nth-child(1) {
  color: #000;
  margin-bottom: 35px;
}

.head-mc ul li a:nth-last-child(1) {
  margin-bottom: 0;
}

.head-mc ul li {
  margin-top: 80px;
}

.head-mc ul li:nth-child(-n+5) {
  margin-top: 0;
}

.head-mc ul li span {
  font-size: .65rem;
  color: #ccc;
  margin-top: 20px;
}

.page3-mobile-swiper {
  display: none;
}

.mobile-title-page5 {
  display: none;
}

.page5-mobile-swiper {
  display: none;
}

.page6-mobile {
  display: none;
}

.mobile-p {
  display: none;
}

.mobile-video-mc {
  display: none;
}

.mobile-page {
  display: none;
}

.box-page {
  min-height: 60vh;
  width: 100%;
  margin-top: 8vh;
  box-sizing: border-box;
}

.title-page {
  font-size: 1.2rem;
  color: #333;
  position: relative;
  margin-bottom: 80px;
}

.title-page::after {
  position: absolute;
  content: '';
  right: 0;
  width: 80%;
  height: 1px;
  background-color: rgba(125, 125, 125, 1);
  top: 50%;
  transform: translate(0, -50%);
}

.cp-box {
  display: flex;
  justify-content: space-between;
  width: 1285px;
  height: 556px;
  zoom: .99;
}

.ceter-cp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: space-between;
}

.cp-box a {
  display: flex;
}

.left-cp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-box a {
  position: relative;
  transition: .5s;
}

.ceter-cp a {
  margin-right: 1.2%;
  display: flex;
}

.ceter-cp a:nth-child(2n) {
  margin-right: 0;
}

.cp-box span {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: .5s;
}

.cp-box a:hover span {
  opacity: 1;
}

.mobile-box-cp {
  display: none;
}

.cplb-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cplb-left {
  width: 23%;
  background-color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}

.cplb-right {
  width: 75%;
}

.cplb-left a {
  height: 80px;
  display: flex;
  width: 100%;
  font-size: .65rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  box-sizing: border-box;
  position: relative;
}

.cplb-left li:nth-last-child(1) a {
  border: none;
}

.box-page2 {
  background-color: #FAFAFA;
}

.cplb-left a::after {
  position: absolute;
  content: '';
  right: 0;
  height: 16px;
  width: 20px;
  background-image: url('../images/cp-xy.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
  transition: .5s;
}

.cplb-left a:hover,
.cplb-left .active {
  color: #94a28a;
}

.cplb-left a:hover::after,
.cplb-left .active::after {
  opacity: 1;
}

.cplb-right video {
  width: 100%;
  margin-bottom: 30px;
}

.cplb-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cplb-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding-bottom: 34%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cplb-item:nth-child(3n) {
  margin-right: 0;
}

.cplb-item span {
  position: absolute;
  bottom: 5%;
  font-size: .65rem;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.pagination a {
  height: 35px !important;
  width: 35px !important;
  background-color: #CCCCCC;
  color: #fff;
  font-size: .6rem;
  line-height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: .5s;
}

.pagination .prev,
.pagination .next {
  /* width: 90px; */
  height: 35px !important;
  border-radius: 50% !important;
  display: none;
}

.pagination .next {
  background-image: url('../images/p-jt1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.pagination .prev {
  background-image: url('../images/p-jt1.png');
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.pagination .next:hover,
.pagination .prev:hover {
  background-image: url('../images/p-jt2.png');
}

/* .pagination .last,
.pagination .first {
  width: 60px;
  height: 35px;
  border-radius: 5px;
} */

.pagination a:hover {
  background-color: #94a28a;
}

.pagination .active {
  background-color: #94a28a;
}

.cplb-item-list a:hover span {
  color: #94a28a;
}

.title-page-box {
  display: flex;
  justify-content: space-between;
}

.title-page-box .title-page {
  width: 100%;
}

.title-page-box .title-page::after {
  width: 85%;
}

.tab-box {
  display: flex;
}

.tab-box span {
  font-size: .6rem;
  height: 30px;
  border-radius: 17.5px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-right: 20px;
  cursor: pointer;
  transition: .5s;
}

.tab-box span:nth-last-child(1) {
  margin-right: 0;
}

.tab-box span:hover,
.tab-box .active {
  background-color: var(--colorR);
  color: #fff;
  border: 1px solid var(--colorR);
}

.video-box {
  display: none;
  flex-wrap: wrap;
}

.active-v-box {
  display: flex;
}

.video-item {
  width: 32%;
  margin-right: 2%;
  margin-top: 35px;
}

.video-item:nth-child(3n) {
  margin-right: 0;
}

.video-item:nth-child(-n + 3) {
  margin-top: 0;
}

.video-item p {
  padding-bottom: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.video-item span {
  font-size: .6rem;
  color: #333;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.video-item p::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/v-play2.png');
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-mc {
  width: 50%;
  padding: 35px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 5;
  display: none;
}

.video-mc video {
  width: 100%;
}

.video-mc img {
  right: 10px;
  top: 5px;
  position: absolute;
  cursor: pointer;
}

.page-box {
  width: 100%;
  margin-top: 30px;
}

.page-box a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .5);
  color: #808080;
  background-color: transparent;
  box-sizing: border-box;
}

.page-box .prev,
.page-box .next {
  border-radius: 5px;
}

.page-box .active {
  color: #fff;
  border: none;
}

.page-box a:hover {
  color: #fff;
  border: 1px solid transparent;
}

.title-page2::after {
  width: 85%;
}

.news-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.news-item {
  display: flex;
  flex-direction: column;
  width: 32.5%;
  margin-right: 1.25%;
  box-shadow: 7px 0px 20px rgba(15, 5, 10, .08);
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
}

.news-item:nth-child(3n) {
  margin-right: 0;
}

.news-item:nth-child(-n + 3) {
  margin-top: 0;
}

.news-img {
  padding-bottom: 61%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-info {
  padding: 42.5px 20px;
  box-sizing: border-box;
}

.news-info p {
  font-size: .6rem;
  color: #808080;
  margin-bottom: 20px;
}

.news-info h1 {
  font-size: .75rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.news-info span {
  text-align: right;
  font-size: .6rem;
  color: var(--colorR);
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.mobile-news-box {
  display: none;
}


/* 动画 */
/* .mo-bottom {
  transform: translate(0, 5vh);
  opacity: 0;
} */

/* .mo-opt::after {
  opacity: 0;
  transform: translate(0, 5vh);
} */

.bannerSwiper .swiper-slide span {
  transition: 1.5s;
}

.page-title {
  transition: .5s .5s;
}

.page2-info-img {
  transition: .5s .5s;
}

.page2::after {
  transition: .5s .5s;
}

.page2-info-img {
  transition: .5s .8s;
}

.page2::after {
  transition: .5s .8s;
}

.page2-info {
  transition: .5s 1.2s;
}

.page2-ul {
  transition: .5s 1.5s;
}

.page3-inner {
  transition: .5s 1s;
}

.logo-list {
  transition: .5s 1s;
}

.page5-swpier {
  transition: .5s 1s;
}

.page5-swpier-pagination {
  transition: .5s 1.5s;
}

.page6-tab {
  transition: .5s 1s;
}

.page6-left {
  transition: .5s 1.5s;
  float: left;
  position: absolute;
  height: 100%;
}

.page6-right {
  transition: .5s 1.5s;
  float: right;
}

.title-page {
  transition: .5s;
}

.cp-box {
  transition: .5s .5s;
}

.video-box {
  transition: .5s .5s;
}

.title-page-box {
  transition: .5s;
}

.news-box {
  transition: .5s .5s;
}

.page-box {
  transition: .5s 1s;
}

.foot-left-bottom-left .pc-p {
  margin-bottom: 0;
}

.tab-box a {
  margin-right: 20px;
}

.tab-box a:nth-last-child(1) {
  margin-right: 0;
}

.foot-more p {
  font-size: 11px;
}

.foot-more p span {
  font-size: 11px;
}

.foot-more p a {
  color: #fff;
  font-size: 11px;
}

.foot-more p a img {
  width: 14px;
  vertical-align: middle;
}

.mobile-fz-swiper-out {
  display: none;
}

.ewm p {
  font-size: 13px;
}

.page2-info-inner::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  left: 8.25vw;
  background-image: url('../images/zsx2.png');
  display: none;
}

.mCSB_scrollTools {
  display: none !important;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  padding: 0 !important;
  margin: 0 10px !important;
}

.banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: fill;
}

.bannerSwiper .swiper-slide span {
  z-index: 6;
}

.v-mobile {
  display: none;
}



/* 20201130 */
/* 增加产业板块页面 */
.auto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.cybk-item {
  width: 29%;
  margin-right: 6.5%;
}

.cybk-item:nth-child(3n) {
  margin-right: 0;
}

.cybk-item-img {
  padding-bottom: 69%;
}

.cybk-item-logo {
  padding-bottom: 35%;
  background-size: 50%;
}

.cybk-item-info {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

/* 20210226 */
/* .page2{
  padding: 9.5vw 16.5vw;
} */
.page-title {
  margin: 30px 0 50px 0;
}

.page-title p {
  margin-bottom: 0;
}

.page2-info {
  margin-top: 0;
  padding: 30px 16.5vw;
  padding-left: 0;
}

.page4 .page-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
  font-size: 50px;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  line-height: 61px;
}


.page4 .swiper-container {
  /* margin-top: -45px; */
}

.page4 .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.9);
  /* margin: 1px; */
  transform: scale(0.9);
}

.page4 .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}

.page4 .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}
.page4 .swiper-slide a p{
  position: absolute;
  bottom:5px;
  left: 0px;
  font-size: 18px;
font-family: AlibabaPuHuiTiR;
color: #FFFFFF;
line-height: 25px;
    width: 100%;
    text-align: left;
    background: #343434d4;
     padding: 10px 0 10px 40px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(137 227 253 / 0%)), to(rgb(28 28 28 / 90%)));
    background: gradient(linear, 0 0, 0 100%, from(rgb(137 227 253 / 0%)), to(rgb(28 28 28 / 90%)));
}

.layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  background-color: #1b1b1b;
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  border-radius: 15px;
}

.page4 .swiper-slide-active,
.page4 .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1002;
  text-align: center;
}

.page4 .swiper-slide-active a:after {
  background: none;
}

.page4 .swiper-slide-active .layer-mask {
  display: none;
}

.page4 .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
}

.page4 .swiper-button-next:hover {
  /* background-image: url("../images/icon_sel@2x.png") center 50%/50% 50% no-repeat; */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
}

.page4 .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
  opacity: 1;
  background-size: 15px;
  cursor: pointer;
}

.page4 .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
  opacity: 1;
  background-size: 15px;
  cursor: pointer;
}

.page4 .swiper-button-next,
.page4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  transition: 0.3s;
}

.page4 .button {
  width: 55%;
  margin: 0 auto;
  top: -290px;
  position: relative;
  z-index: 1002;
}

.logo-item {
  margin-top: 9px;
}

.logo-item:nth-child(-n + 4) {
  margin-top: 0;
}

.page5-inner {
  margin-top: -27px;
}

.page5-swpier .swiper-slide h2 {
  top: 40px;
}

.page6-box {
  top: 31%;
}

.page6-tab {
  top: 7.8vw;
}

.page6-tab span {
  margin: 0 20px;
  position: relative;
}

.page6-left {
  padding: 40px 30px;
}

.page6-box {
  height: 60vh;
}

.page6-left h2 {
  margin-bottom: 20px;
}


.page6-left .mCustomScrollBox::after {
  height: calc(100% - 56px);
  top: unset;
  bottom: 0;
}

.foot {
  position: relative;
  padding: 6vh 16.5vw;
}

.foot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1300px;
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.foot-left ul {
  padding-bottom: 35px;
  margin-bottom: 35px;
}


.bannerSwiper .swiper-slide span {
  letter-spacing: 90px;
  font-size: 26px;
  padding-left: 90px;
}

.head-active {
  /*padding: 0 10%;*/
}




/* .page3-swpier .swiper-slide-active::before {
  display: none;
} */

.page6-tab span:nth-child(1) {
  margin-left: 0;
}



.page6-right a:hover::after {
  background-image: url('../images/jt-p6s.png');
}



.colorW {
  color: #fff;
}

.page2 {
  background-image: url('../images/jtjsbg.jpg');
  background-position: center 0;
}

.page5-swpier .swiper-slide {
  position: relative;
}

.page5-swpier .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .05);
  transition: .5s;
}

.page5-swpier .swiper-slide:hover::after {
  opacity: 0;
}

.cpzx2_main11 {
  background-color: #f5f5f5;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.newBox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.cpzx2_main1_list {
  position: relative;
}

/*@media screen and (max-width: 1690px) {*/
.cpzx2_main1_list {
  padding: 60px 0px 56px 0px;
}

/*}*/

.cx2_l {
  width: 45%;
  float: left;
}

.cpzx2_main1_list>div {
  /*display: inline-block;*/
  vertical-align: top;
}

.cx2_r {
  width: 55%;
  height: auto;
  /* position: absolute; */
  float: right;
  top: 0;
}

/*@media screen and (max-width: 1690px) {*/

.cx2_l h4,
.xx_r h3 i,
.xq_lt h4 {
  font-size: 28px;
  font-weight: bold;
  color: #94a28a;
  line-height: 40px;
}

/*}*/

.cx2_l h5 {
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  padding-top: 40px;
  padding-bottom: 30px;
}

.cx2_l_btn {
  width: 162px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #94a28a;
  margin-top: 90px;
}

.cx2_l_btn a {
  color: #fff;
}

.cx2_swpr_t img {
  max-width: 70%;
}

.cx2_swpr_b {
  padding-right: 26px;
  box-sizing: border-box;
}

.cx2_swpr_t {
  height: 76%;
}

.cx2_swpr_t .swiper-slide {
  text-align: center;
}

.cx2_swpr_b {
  position: relative;
  height: 14%;
  margin-top: 3%;
}

.cx2_swpr_b .swiper-slide.active {
  border: 1px solid #31b1a3;
}

.cx2_swpr_b img,
.cx2_swpr_t img {
  /* height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); */
}

.cx2_swpr_b img {
  /* max-width: 50%; */
  width: auto;
  height: 90%;
  max-height: 100px;
}

.cx2_swpr_b .swiper-slide {
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  text-align: center;
}

.cx2_swpr_b .swiper-button-prev span,
.cx2_swpr_b .swiper-button-next span {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.cx2_swpr_b .swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.4);
}

.cx2_swpr_b .swiper-button-prev {
  top: 0;
  left: -24px;
}

.cx2_swpr_b .swiper-button-prev:after,
.cx2_swpr_b .swiper-button-next:after {
  font-size: 20px;
}

.cx2_swpr_b .swiper-button-prev,
.cx2_swpr_b .swiper-button-next {
  background-image: none;
  width: 16px;
  height: 100%;
  background-color: #b7b7b7;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1690px) {
  .cpzx_xq {
    padding-top: 30px 0px;
  }
}

.cxxq_t {
  background-color: #f5f5f5;
}

.cxxq_t li {
  width: 16.2%;
  margin-right: 0.555555%;
  text-align: center;
  background-color: #dadada;
  display: inline-block;
}

.backs ul .active {
  background-color: #94a28a;
}

.cxxq_t .active a {
  color: #fff;
}

.cxxq_t li a {
  color: #282828;
  font-size: 16px;
  line-height: 44px;
}

.cpzx_xq .xq_btn {
  border-top: 1px solid rgb(213, 213, 213);
  padding-top: 30px;
  padding-bottom: 30px;
}

.xq_btn ul {
  width: 80%;
}

.xq_btn ul li {
  margin-bottom: 10px;
}

.xq_btn ul li a {
  font-size: 16px;
  color: #333;
}

.xq_btn ul li a:hover {
  font-size: 16px;
  color: #94a28a;
}


.xq_btn ol {
  width: 20%;
  vertical-align: bottom;
  text-align: right;
  float: right;
}

.xq_btn ol li a {
  width: 160px;
  height: 34px;
  padding: 7px 12px;
  line-height: 34px;
  text-align: center;
  border-radius: 17px;
  background-color: #ccc;
  color: #000;
  font-size: 16px;
}

.xq_btn ol li a:hover {
  background-color: #94a28a;
  color: #fff;
}

.cx2_r .swiper-container {
  height: 100%;
}

.cx2_swpr_b .swiper-button-next {
  right: 0;
  top: 0;
}

.cx2Active p {
  font-size: 16px;
  line-height: 30px;
}

.cpzx_xq {
  padding: 30px 0;
}

@media screen and (max-width: 1920px) {

  .cxxq_bs1,
  .cxxq_bs2,
  .cxxq_bs3 {
    padding: 20px 0 40px 0;
  }

  .cxxq_bs1 img,
  .cxxq_bs2 img,
  .cxxq_bs3 img {
    max-width: 100%;
  }

}

@media screen and (max-width: 1279px) {
  .newBox {
    width: 100%;
    /*padding: 0 20px;*/
  }

  .cx2_l,
  .cx2_r {
    width: 100%;
    float: none;
  }

  .cx2_r {
    margin-top: 20px;
  }

  .cpzx_xq {
    padding: 30px 20px;
  }

  .xq_btn ol {
    width: 35%;
  }

  .cpzx2_main1_list {
    padding: 30px 20px 26px 20px;
  }

  .cx2_l h4,
  .xx_r h3 i,
  .xq_lt h4 {
    font-size: 16px;
  }

  .cx2_l h5 {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .cx2Active p {
    font-size: 14px;
    line-height: 25px;
  }

  .cx2_l_btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #94a28a;
    margin-top: 20px;
  }

  .cx2_l_btn a i {
    font-size: 15px;
  }

  .cx2_swpr_b {
    height: 50px;
    padding: 0 20px;
  }

  .cx2_swpr_b .swiper-button-prev {
    top: 0;
    left: -4px;
  }

  .cx2_swpr_b .swiper-button-next {
    right: -4px;
    top: 0;
  }

  .cx2_swpr_b .swiper-button-prev:after,
  .cx2_swpr_b .swiper-button-next:after {
    font-size: 14px;
  }

  .cxxq_t li {
    width: 32%;
    margin-right: 0;
  }

  .list_bs p,
  .cl_search button,
  .cxxq_t li a,
  .qh_title p,
  .rcln_main1_list2 p,
  .xx_r h4,
  .style_nav li a,
  .zw_r h6,
  .Jm_t>div p,
  .cx2_l p i,
  .sjj_nav ul li,
  .sjj_nav {
    font-size: 14px;
  }

  .cxxq_t li a {
    line-height: 32px;
  }

  .cxxq_t .active a {
    color: #fff;
  }

  .cxxq_t {
    background-color: #fff;
  }
}

.cx2_swpr_b .swiper-button-prev,
.cx2_swpr_b .swiper-button-next {
  background-color: #94a28a;
}

.cx2_swpr_b .swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.4);
}

/*==========================================首页 开始=============================================*/
.banner {
  position: relative;
  z-index: 2;
  height: 100vh;
}

.banner ul.slider,
.banner ul.slider .miso-list,
.banner ul.slider .miso-list .miso-track {
  height: 100%
}

.banner .miso-list li {
  height: 100%;
  text-align: left;
}

.banner .miso-list li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  background-size: cover !important
}

.banner .miso-list li.miso-current .img {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .miso-list li h2 {
  position: relative;
  margin-left: 15rem;
  -webkit-animation: sectitle0 2s ease-in-out 100ms forwards;
  animation: sectitle0 2s ease-in-out 100ms forwards;
  top: 25px;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  margin-top: -15rem;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 0 0 0 0;
}

.banner .miso-list li h2 p {
  font-size: 54px;
  color: #fff;
}

.banner .miso-list li h2 em {
  font-size: 22px;
  color: #fff;
  display: block;
  line-height: 2rem;
  margin: 2rem 0 3rem 0;
  width: 57%;
  font-style: normal;
  letter-spacing: 1px;
}

@-webkit-keyframes sectitle0 {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
}

.banner .miso-list li.miso-current h2 {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1
}

.banner .miso-list li a {
  display: inline-block;
  width: 13.75rem;
  height: 3.75rem;
  border-radius: 30px;
  transition: .5s;
  margin-top: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
}

.banner .miso-list li a span {
  margin-right: 2rem;
  font-size: 18px;
  color: #fff;
}

.banner .miso-list li a:hover {
  background-color: #679cd2;
  border: none;
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.banner .miso-prev,
.banner .miso-next {
  z-index: 100000;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-top: -37.5px;
  background: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.banner .miso-prev:hover,
.banner .miso-next:hover {
  opacity: 1
}

.banner .miso-prev {
  left: 5rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.banner .miso-prev:before {
  content: "<";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  font-family: simsun;
  color: rgba(255, 255, 255, 0.65);
}

.banner .miso-next {
  right: 5rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.banner .miso-next:hover {}

.banner .miso-next:before {
  content: ">";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  font-family: simsun;
  color: rgba(255, 255, 255, 0.65)
}

.banner .layui-container,
.banner .layui-row,
.banner .layui-col-xs12 {
  height: 100%
}

.banner .miso-list li .table {
  text-align: left
}

.banner .miso-prev:hover:before {
  color: #fff
}

.banner .miso-next:hover:before {
  color: #fff
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

.banner .miso-dots {
  position: absolute;
  height: 2px;
  top: 0;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  z-index: 100000;
}

.banner .miso-dots li button {
  display: none;
}

.banner .miso-dots li {
  float: left;
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  margin: 0;
}

.banner .miso-dots li.miso-active {
  width: 100%;
  -webkit-animation: ProgressDots 5s both;
  animation: ProgressDots 5s both;
}

/* Slider */
.miso-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.miso-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.miso-list:focus {
  outline: none
}

.miso-list.dragging {
  cursor: hand
}

.miso-slider.miso-track,
.miso-slider.miso-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.miso-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.miso-track:before,
.miso-track:after {
  content: "";
  display: table
}

.miso-track:after {
  clear: both
}

.miso-loading.miso-track {
  visibility: hidden
}

.miso-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"].miso-slide {
  float: right
}

.miso-slide img {
  display: block
}

.miso-slide.miso-loading img {
  display: none
}

.miso-slide.dragging img {
  pointer-events: none
}

.miso-initialized .miso-slide {
  display: block
}

.miso-loading.miso-slide {
  visibility: hidden
}

.miso-vertical.miso-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.miso-prev,
.miso-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 57%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.miso-slider {}

.miso-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%
}

.miso-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}

.miso-dots li.miso-active {
  background: rgba(255, 255, 255, 1)
}

.miso-slide:focus,
.miso-slide a:focus {
  outline: none !important;
}

.miso-dots li button {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

  .banner .miso-prev,
  .banner .miso-next {
    background: none;
  }

  .banner .miso-prev {
    left: 5rem;
  }
}

@media screen and (min-width: 200px) and (max-width: 640px) {

  .banner .miso-prev,
  .banner .miso-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .banner .miso-prev {
    left: 1rem;
  }

  .banner .miso-prev:before {
    font-size: 2rem;
  }

  .banner .miso-next {
    right: 1rem;
  }

  .banner .miso-next:before {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1040px) {
  .head-right {
    display: none;
  }
}

.anchor.swiper-pagination .swiper-pagination-bullet b {
  display: none;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: -115px;
  top: -3px;
  width: 100px;
  font-size: 14px;
}

.anchor.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  display: block;
  text-align: right;
}

.anchor.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: transparent;
}

.anchor.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.anchor.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

.anchor.swiper-pagination .swiper-pagination-bullet {
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.4);
}

.anchor.swiper-pagination-bullets {
  right: 34px;
  text-align: center;
}

.page2-right {
  float: right;
  width: 59%;
  height: 100%;
}

.corporate-honors{
  margin: 0 260px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.corporate-honors-header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate-honors-content{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.corporate-honors-header img{
  width: 27px;
  height: 18px;
  margin: 20px;
}
.corporate-honors-header p{
  font-size: 40px;
  font-family: Poppins-SemiBold, Poppins;
  font-weight: 600;
  color: #ffffff;
  line-height: 66px;
}
.corporate-honors-p p{
  color: #333333;
}
.corporate-honors-content-left{
  width: 640px;
  height: 360px;
}
.corporate-honors-content-left img{
  width: 100%;
  height: 100%;
}
.corporate-honors-content-right{
  width: 760px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0,6,52,0.08);
  overflow-y: auto;
}
.corporate-honors-content-right::-webkit-scrollbar {
  width: 4px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #DCDDF2;
}
.corporate-honors-content-right::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /* box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  background: rgba(0,0,0,0.2);
}
.corporate-honors-content-right::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 0;
  /* background: rgba(0,0,0,0.1); */

}
.corporate-honors-content-right p{
  width: 680px;
  height: 280px;
  margin: 40px;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #383838;
  line-height: 28px;
}
.hon-cont-right p{
  margin: 110px 40px;
  height: 0;
}
.protection-advantage{
  width: 335px;
  height: 513px;
  margin-left: 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(6,12,62,0.12);
  border-radius: 12px;
}
.protection-advantage:nth-child(1){
  margin-left: 0;
}
.protection-advantage img{
  width: 335px;
  height: 303px;
}
.protection-advantage-name{
  text-align: center;
  margin: 30px 12px 14px 12px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.protection-advantage-content{
  text-align: center;
  margin: 14px 30px 30px 30px;
  font-size: 24px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}
.protection-advantage:hover{
  cursor: pointer;
  border-bottom: 4px solid #061060;
}
.protection-advantage:hover .protection-advantage-name{
  font-size: 28px;
  color: #061060;
}
.product-advantage{
  width: 1400px;
  height: 602px;
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(6,12,62,0.12);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}
.product-advantage-one{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-advantage-details{
  width: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 2px solid #FAFAFC;
  border-bottom: 2px solid #FAFAFC;
}
.product-advantage-details:nth-child(4),.product-advantage-details:nth-child(8){
  border-right: none;
}
.product-advantage-details img{
  width: 156px;
  height: 156px;
}
.product-advantage-details-name{
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}



.page2-left {
  float: left;
  width: 41%;
}

.page2-contionr {
  padding: 12vw 7.5vw;
  box-sizing: border-box;

}

.page2-about {
  font-size: 16px;
  font-family: AlibabaPuHuiTiR;
  color: #4D4D4D;
  line-height: 30px;
}
.page2-about P{
  font-size: 16px;
  font-family: AlibabaPuHuiTiR;
  color: #4D4D4D;
  line-height: 30px;
}
.margin-40 {
  margin-top: 40px;
}

.button-bule {
  width: 160px;
  height: 50px;
  background: #0045C1;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: 0.3s;
}

.button-bule:hover {
  background: #ebecee;
  color: #0045C1;
}

.button-grey {
  width: 160px;
  height: 50px;
  border: 1px solid #333333;
  color: #333333;
  font-size: .65rem;
  padding: 14px 28px;
  margin: 40px auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: 0.3s;
}

.button-grey:hover {
  background: #0045c1;
  color: #ffffff;
  border: 1px solid #0045c1;
}
.button-grey-page4{
  width: 176px;
  height: 50px;
  border: 1px solid #333333;
  color: #333333;
  font-size: .65rem;
  padding: 14px 28px;
  margin: 40px auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.3s;
}
.view-more{
  padding-bottom: 60px;
}
.button-grey-page4:hover{
  background: #061060;
  color: #ffffff;
}

.page5 .customiz-container {
  width: 450px;
  height: 391px;
  background: #FFFFFF;
  color: #1A1A1A;
  border-radius: 10px;
  padding: 70px;
  box-sizing: border-box;
  margin-top: 150px;
}

.page5 .customiz-container .title {
  font-size: 50px;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 61px;
}

.page5 .customiz-container .subtitle {
  font-size: 30px;
  line-height: 42px;
  margin: 4px 0 24px 0;
  color: #1A1A1A;
  font-family: AlibabaPuHuiTiM;
}

.page5 .customiz-container p {
  font-size: 16px;
  line-height: 22px;
  color: #1A1A1A;
  font-family: AlibabaPuHuiTiR;
}

.page6 .page-title {
  text-align: center;
  margin-top: 0;
}

.banner {
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;object-fit: cover;
}
.banner_swiper{
  width: 100%;
  height: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 8px;
}


.banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  /* bottom: 170px; */
}


.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.banner .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #0045C1;
  opacity: 1;
  margin: 2px 8px 0 8px !important;
}

.cleafix {
  display: block;
}

.cleafix::after {
  content: "";
  display: block;
  clear: both;
}

.page6 .button-grey {
  margin: 30px auto 0px auto;

}
.page2-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* @media (min-width: 760px) and (max-width: 992px){{
    
} */
@media screen and (max-width:1921px) {
  .banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    /*bottom: 170px;*/
  }
}
@media screen and (min-width:1921px) {
  .banner .swiper-pagination {
    bottom: 5px;
  }
}
.contact-us{
  width: 100%;
  height: 500px;
}
.contact-us-cooperation{
  height: 100%;
  background: url("/static/images/img_contact.png") no-repeat;
  background-size:100% 100%;
}
.contact-us-cooperation{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cooperation-title{
  font-size: 40px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 66px;
}
.cooperation-btn{
  width: 180px;
  height: 56px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #979797;
}
.cooperation-btn span{
  font-size: 18px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
}
/* 滑动到顶部 */
#totop {
  width: 68px;
  height: 68px;
  cursor: pointer;
  position: fixed;
  bottom: 600px;
  right: 16px;
  background: url(/static/images/back-top_nor.png) no-repeat;
  background-size:  100% 100%;
  opacity: 1;
  z-index: 100;
  display: none;
  transition: 0.3s;
}
#totop:hover{
   background: url(/static/images/back-top_sel.png) no-repeat;
   background-size:  100% 100%;
}