.c-box {
  position: relative;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c-img {
  width: 100%;
  height: 100%;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px #409eff;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  box-shadow: 0 2px 24px hsla(0, 0%, 76.1%, 0.3);
  z-index: 999;
  transition: all 0.4s;
}

.header .up {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 60px;
  background-color: #e4ebf2;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.header .up {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.header .up .header-telephone {
  padding-left: 24px;
  background: url(../img/header-telephone.png) no-repeat 0;
  font-size: 14px;
  color: #525252;
  line-height: 54px;
  margin-left: 55px;
}

.header .up .header-telephone em {
  font-size: 18px;
  color: #ff8a00;
  letter-spacing: -1px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.header.idx_head {
  box-shadow: none;
}

.header.idx_head,
.header.idx_head .up {
  background-color: transparent;
}
.header.idx_head.hover {
  background: #fff;
}
.header.idx_head.hover .up {
  background: #e4ebf2;
}

.header.idx_head .up .header-telephone {
  background: url(../img/header-telephone-white.png) no-repeat 0;
  color: #fff;
}
.header.idx_head.hover .up .header-telephone {
  background: url(../img/header-telephone.png) no-repeat 0;
  color: #ff8a00;
}

.header.idx_head .up .header-telephone em {
  color: #fff;
}
.header.idx_head.hover .up .header-telephone em {
  color: #ff8a00;
}
.header.idx_head .up .header-we {
  color: #fff;
}
.header .up .header-we {
  color: #333;
  font-size: 16px;
  margin-left: 60px;
}
.header.idx_head.hover .up .header-we {
  color: #333;
}
.header.idx_head .logo {
  background: url(../img/logo.png) no-repeat 50%;
}

.header.idx_head:hover .logo {
  background: url(../img/_logo.png) no-repeat 50%;
}

.header.idx_head .ri_box .dt {
  color: #fff;
  position: relative;
}

.header.idx_head.hover .ri_box .dt {
  color: #032974;
  position: relative;
}

.header.idx_head:hover .ri_box .li .dt:hover::after {
  background-color: #ff8e00;
}

.header.idx_head .ri_box .li.on .dt::after {
  background-color: #ff8e00;
}

.header.idx_head.scrollAct {
  background-color: #fff;
  box-shadow: 0 2px 24px hsla(0, 0%, 76.1%, 0.3);
}

.header.idx_head.scrollAct .logo {
  background: url(../img/_logo.png) no-repeat 50%;
}

.header.idx_head.scrollAct .ri_box .dt {
  color: #032974;
}

.header.scrollAct {
  top: -55px;
}

.header .nav_bg {
  position: absolute;
  left: 0;
  top: 142px;
  width: 100%;
  height: 0;
  background: #e4ebf2;
  transition: all 0.4s;
}
.header .nav_bg.on {
  height: 70px;
}
.header .nav_bg.big {
  height: 360px;
}
.header .logo {
  float: left;
  width: 348px;
  height: 74px;
  background: url(../img/_logo.png) no-repeat 50%;
  margin: 10px 0 0 40px;
}

.header .ri_box {
  position: relative;
  float: right;
  height: 100%;
}

.header .ri_box .dt {
  color: #032974;
  font-size: 14.5px;
  padding: 22px 0;
}
.header .ri_box .dt span {
  display: block;
  line-height: 24px;
  text-align: center;
}
.header .ri_box .nav {
  display: flex;
  float: left;
  margin-right: -21px;
}

.header .ri_box .nav .li_box {
  font-size: 0;
}

.header .ri_box .nav .li_box .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}

.header .ri_box .nav .li_box .item:last-child {
  margin-right: 0;
}

.header .ri_box .nav .li_box .item:first-child .a_box:before {
  display: none;
}

.header .ri_box .nav .li_box .item:first-child .a_box a {
  margin-right: 0;
}

.header .ri_box .nav .li_box a {
  margin-right: 0;
  float: none;
}

.header .ri_box .nav .li_box .a_box {
  position: relative;
  font-size: 0;
  overflow: visible;
  white-space: nowrap;
  max-height: 182px;
}

.header .ri_box .nav .li_box .a_box:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 13px;
  width: 0;
  border-left: 1px solid #c6d5dd;
  left: -40px;
}

.header .ri_box .nav .li_box .a_box .it {
  display: inline-block;
  vertical-align: top;
}

.header .ri_box .nav .li_box .a_box a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  color: grey;
}

.header .ri_box .nav .li_box .a_box a:hover {
  color: #032974;
}

.header .ri_box .nav .li {
  position: relative;
  height: 87px;
  line-height: 87px;
  font-size: 15px;
  color: #032974;
  font-weight: 700;
  padding: 0;
  margin-right: 82px;
  background: transparent;
}

.header .ri_box .nav .li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-color: transparent;
}

.header .ri_box .nav .li:hover::after {
  background-color: #ff8e00;
}

.header .ri_box .nav .li.on::after {
  background-color: #ff8e00;
}

.header .ri_box .nav .li:hover .sub_box {
  height: 70px;
}

.header .ri_box .nav .li.product_on:hover .sub_box {
  height: 360px;
}

.header .ri_box .sub_box {
  position: absolute;
  left: -200px;
  padding-left: 200px;
  padding-right: 100px;
  white-space: nowrap;
  font-size: 0;
  top: 100%;
  overflow: hidden;
  height: 0;
  width: auto;
  z-index: 5;
  transition: all 0.4s;
}

.header .ri_box .sub_box a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: grey;
  line-height: 70px;
  margin-right: 38px;
}

.header .ri_box .sub_box a:hover {
  color: #032974;
}

.header .ri_box .product_on .sub_box {
  margin-left: -130px;
}

.header .ri_box .sub_box[router-name="aboutUs"] {
  margin-left: -40px;
}
.header .ri_box .sub_box[router-name="yingyonganli"] {
  margin-left: -330px;
}
.header .ri_box .sub_box[router-name="fuwuzhichi"] {
  margin-left: -40px;
}
.header .ri_box .sub_box[router-name="zxzx"],
.header .ri_box .sub_box[router-name="jiaruwomen"] {
  margin-left: -300px;
}

.header .ri_box .menu-btn {
  float: right;
  width: 25px;
  height: 87px;
  line-height: 87px;
  cursor: pointer;
  background: url(../img/head_ri.png) no-repeat 0;
  margin: 0 60px 0 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.seek_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
}

.seek_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.seek_pop .popBody {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -52px;
  width: 1200px;
  height: 104px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bigToLittle;
  animation-name: bigToLittle;
}

.seek_pop .search_input {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border: 0;
  border-bottom: 3px solid #fff;
  padding: 20px 50px 26px 0;
  background: transparent;
  transition: all 0.4s;
}

.seek_pop .popBody p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.seek_pop .ico {
  width: 24px;
  height: 26px;
  background: url(../img/head_ri.png) no-repeat 50%;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

@-webkit-keyframes bigToLittle {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

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

@keyframes bigToLittle {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

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

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.index-up:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.index-title {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.index-cn {
  font-size: 20px;
  color: #71757a;
}

.index-en:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0.5;
}

.index-en {
  font-family: "GESans-Regular";
  font-size: 33px;
  color: #7c7c7c;
  color: hsla(0, 0%, 48.6%, 0.3);
  letter-spacing: -1.5px;
  position: relative;
  padding-left: 16px;
  margin-left: 12px;
  margin-top: -2px;
  text-transform: capitalize;
}

.index-box {
  position: relative;
}

.banner .hd {
  width: 1200px;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 66px;
  z-index: 99;
}

.banner .hd li.on {
  background-color: #ff8901;
  border: 2px solid #ff8901;
}

.banner .hd li {
  float: left;
  width: 12px;
  text-indent: -99999px;
  height: 12px;
  margin: 0 6px 0 0;
  position: relative;
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #032974;
}

.banner .bd {
  width: 100%;
  overflow: hidden;
}

.banner .bd ul {
  width: 100% !important;
  height: 100vh;
}

.banner .bd li {
  width: 100% !important;
  right: 0;
  bottom: 0;
  display: none;
}

.banner .bd li {
  position: absolute;
  left: 0;
  top: 0;
}

.banner .bd li .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

a.slideBtn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.7s;
  cursor: pointer;
}

.slideButton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: -600px;
  bottom: 36px;
  margin-right: 50%;
  z-index: 9;
}

.slideBtn.prev {
  margin-right: 10px;
  background: #fff url(../img/icon_prev.png) no-repeat 50%;
}

.slideBtn.next {
  background: #fff url(../img/icon_next.png) no-repeat 50%;
}

.slideBtn.prev:hover {
  background: #fff url(../img/icon_prev-on.png) no-repeat 5px;
}

.slideBtn.next:hover {
  background: #fff url(../img/icon_next-on.png) no-repeat 23px;
}

.address {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}

.address {
  left: 0;
  z-index: 9;
}

.c-box {
  position: relative;
}

.c-img {
  height: 100%;
}

.index1 {
  padding-top: 100px;
}

.index-box {
  overflow: hidden;
}

.index1 .infomation {
  float: left;
  width: 56.6%;
}

.index-culture {
  float: right;
  width: 38.9%;
  height: 272px;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
  text-align: right;
}

.index-culture .c-img {
  transition: all 0.4s;
}

.index-culture:hover .c-img {
  transform: scale(1.1);
}

.index-culture .cont {
  padding: 75px 65px 0 30px;
}

.index-culture .cont h3 {
  font-size: 20px;
  color: #71757a;
  line-height: 1.2;
}

.index-culture .cont h5 {
  font-family: "GESans-Regular";
  font-size: 33px;
  color: #00087e;
  color: rgba(0, 8, 126, 0.5);
  line-height: 1;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 12px;
  margin-top: -2px;
}

.index-culture .cont h5:before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ff8a00;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-culture .cont h6 {
  font-size: 30px;
  color: #202ba6;
  line-height: 1.2;
  font-weight: 300;
}

.index1 .infomation h1 {
  font-size: 48px;
  color: #202ba6;
  line-height: 1;
  font-weight: 300;
}

.index1 .infomation h3 {
  font-family: "GESans-Regular";
  font-size: 24px;
  color: #4a868f;
  color: rgba(74, 134, 143, 0.6);
  line-height: 24px;
  margin: 14px 0 24px;
  font-weight: 600;
}

.index1 .infomation p {
  font-size: 14.5px;
  color: #5d5d5d;
  color: rgba(93, 93, 93, 0.7);
  line-height: 22px;
}

.index1 .infomation .index1-more {
  display: inline-block;
}

.index1-more {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 22px;
  margin-top: 30px;
  transition: all 0.3s;
}

.index1-more:hover {
  color: #001f89;
}

.index1 .list {
  overflow: hidden;
  position: relative;
  min-height: 110px;
  padding: 23px 0 16px;
  border-bottom: 2px solid rgba(93, 93, 93, 0.2);
  margin-top: 40px;
}

.index1 .item {
  float: left;
  margin-right: 39px;
}

.index1 .item h5 {
  font-size: 14.5px;
  color: #5d5d5d;
}

.index1 .item:first-child h5 em {
  margin-left: 5px;
}

.index1 .item h5 em {
  font-family: "Gilroy-Bold";
  font-size: 37px;
  color: #ff8a00;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 8px;
}

.index1 .list .en {
  font-family: "Rajdhani-Bold";
  font-size: 94px;
  color: #7c7c7c;
  color: hsla(0, 0%, 48.6%, 0.1);
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: -1px;
}

.c-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.c-box {
  position: relative;
}

.c-img {
  height: 100%;
}

.index2 {
  padding: 85px 0 80px;
  overflow: hidden;
}

.index2 .list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 33px;
}

.index2 .swiper-container {
  width: 1210px;
  overflow: hidden;
}

.index2 .swiper-slide {
  width: 295px;
  cursor: pointer;
}

.index2 .li-box {
  background-color: #e4ebf2;
  width: 100%;
  height: 458px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.index2 .img {
  width: 100%;
  height: 293px;
  background: no-repeat 50%;
  background-size: cover;
}

.index2 .infomation {
  padding: 0 34px;
}

.index2 .icon {
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}

.index2 .icon img {
  display: block;
  width: auto;
  height: 52px;
  margin: auto;
  opacity: 1;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}

.index2 .icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.index2 .cn {
  font-size: 24px;
  color: #001f89;
  line-height: 1.4;
}

.index2 .cn,
.index2 .en {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.index2 .en {
  font-family: "Rajdhani-semibold";
  font-size: 16px;
  color: #7d8b99;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 2px;
}

.index2 .li-box:hover {
  background-color: #001f89;
}

.index2 .li-box:hover .cn {
  color: #fff;
}

.index2 .li-box:hover .en {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.7);
}

.index2 .li-box:hover .icon img {
  opacity: 0;
}

.index2 .li-box:hover .icon img:nth-child(2) {
  opacity: 1;
}

.c-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.index3 {
  overflow: hidden;
  position: relative;
}

.index3 .auto {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  z-index: 9;
}

.index3 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index3-1-bg.png) no-repeat 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.index3 .swiper-slide .auto {
  display: none;
}

.index3 .swiper-slide-active .auto {
  display: block;
}

.index3 .swiper-slide {
  width: 100%;
  height: 640px;
  background: no-repeat 50%;
  background-size: cover;
}

.index3 .index-up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 60px auto 0;
  z-index: 50;
}

.index3 .index-cn,
.index3 .index-en {
  color: #fff;
}

.index3 .index-en:before {
  background-color: #fff;
  opacity: 0.5;
}

.index3-more {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: inline-block;
  background-color: #ff9600;
  padding: 0 20px;
  border-radius: 26px;
  transition: background 0.3s;
}

.index3-more:hover {
  background-color: #d17b01;
}

.index3-more em {
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  display: block;
  padding-right: 35px;
  background: url(../img/index3-search.png) no-repeat 100%;
}

.index3 .infomation {
  margin-top: 266px;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.index3 .infomation h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}

.index3 .infomation h3 {
  font-family: "GESans-Regular";
  font-size: 24px;
  color: #ff7200;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0 26px;
}

.index3 .infomation h5 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  width: 512px;
}

.index3 .float {
  width: 594px;
  line-height: 87px;
  background-color: #f6f6f6;
  border-radius: 8px;
  position: absolute;
  right: 50%;
  margin-right: -600px;
  bottom: 50px;
  padding: 0 38px;
  z-index: 50;
}

.index3 .list a {
  float: left;
  font-size: 15px;
  color: #213562;
  margin-right: 50px;
}

.index3 .list a.on {
  color: #ff7200;
}

.slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.slide-icon {
  width: 18px;
  height: 87px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.slide-icon.slide-next {
  background: url(../img/slide-next.png) no-repeat 100%;
}

.slide-icon.slide-prev {
  background: url(../img/slide-prev.png) no-repeat 0;
  margin-right: 10px;
}

.slide-icon:hover {
  width: 41px;
}

.slide-icon.slide-next:hover {
  background: url(../img/slide-next-y.png) no-repeat 100%;
}

.slide-icon.slide-prev:hover {
  background: url(../img/slide-prev-y.png) no-repeat 0;
}

.index3 .swiper-pagination {
  display: none;
}

.index3-nav {
  width: 420px;
  overflow: hidden;
  float: left;
}

.index3-nav .list {
  width: 5000px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.c-box {
  position: relative;
}

.c-img {
  height: 100%;
}

.index4 {
  padding: 65px 0 60px;
}

.index4 .auto,
.index4-ri {
  position: relative;
}

.index4-ri {
  float: right;
  margin-left: 20px;
}

.index4-more {
  float: left;
  font-size: 14.5px;
  color: #ff8600;
  line-height: 40px;
}

.index4 .list {
  overflow: hidden;
  margin-top: 34px;
}

.index4 .li {
  width: 799px;
  float: left;
  cursor: pointer;
}

.index4 .li-box {
  width: 100%;
  height: 510px;
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.index4 .li-box:before {
  content: "";
  width: 100%;
  height: 334px;
  background: url(../img/index4-5.png) no-repeat bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index4 .infomation {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 40px;
  width: 100%;
}

.index4 .infomation h5 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.index4 .li + .li {
  width: 390px;
  float: right;
}

.index4 .li + .li .li-box {
  height: 248px;
}

.index4 .li + .li .infomation {
  padding: 0 30px;
}

.index4 .li + .li .li-box:before {
  height: 120px;
  background: url(../img/index4-6.png) no-repeat bottom;
  background-size: cover;
}

.index4 .li:nth-child(2) {
  margin-bottom: 14px;
}

.cnt-btns .case-prev {
  background: url(../img/slide2-prev.png) no-repeat 50%;
  left: 30px;
}

.cnt-btns .case-next {
  background: url(../img/slide2-next.png) no-repeat 50%;
  right: 30px;
}

.cnt-btns .case-next,
.cnt-btns .case-prev {
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: 260px;
  border-radius: 50%;
  background-color: #f2f2f2;
  cursor: pointer;
  z-index: 20;
}

.cnt-btns .case-prev {
  left: -80px;
}

.cnt-btns .case-next {
  right: -80px;
}

.cnt-btns .case-prev {
  background-image: url(../img/icon_prev.png);
}

.cnt-btns .case-prev:hover {
  background-image: url(../img/icon_prev-on.png);
}

.case-swiper2 {
  width: 1200px;
}

.case-swiper2 .case-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.cnt-btns .case-next {
  background-image: url(../img/icon_next.png);
}

.cnt-btns .case-next:hover {
  background-image: url(../img/icon_next-on.png);
}

.index-up {
  display: flex;
}

.index-up {
  overflow: visible !important;
}

.c-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.index5 {
  width: 100%;
  background: url(../img/index5-bg.jpg) no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  padding: 82px 0 87px;
}

.index5 .auto {
  position: relative;
  height: 100%;
}

.index5 .index-up {
  display: flex;
  flex-direction: column;
}

.index5 .tab-name {
  position: relative;
  overflow: hidden;
}

.index5 .tab-name .ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.index5 .tab-name .li {
  font-size: 15px;
  color: #71757a;
  margin-left: 32px;
  cursor: pointer;
  width: auto;
}

.index5 .tab-name .li.on {
  color: #2930a5;
}

.index5 .tab-box {
  margin-top: 24px;
}

.index5 .tab-box .con {
  display: none;
}

.index5 .list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  padding-top: 240px;
}

.index5 .list .item:first-child {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.index5 .list .item:first-child .img {
  width: 33.33333%;
  height: 100%;
  float: left;
}

.index5 .list .item:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index5 .list .item:first-child .infomation {
  width: 66.6666%;
  float: left;
}

.index5 .list .item:first-child .item-box {
  min-height: auto;
  height: 230px;
}

.index5 .list .item:first-child .item-box:after {
  content: "";
  clear: both;
  display: block;
}

.index5 .list .item:first-child .p {
  display: block;
}

.index5 .list .item {
  width: 33.33333%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.index5 .list .item:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.index5 .list .item:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.index5 .img {
  width: 100%;
  height: 200px;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

.index5 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s;
}

.item-box {
  min-height: 370px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.index5 .infomation {
  padding: 33px 28px 0;
}

.index5 .date {
  font-family: "GESans-Regular";
  font-size: 18px;
  color: #494949;
  color: rgba(73, 73 73, 0.8);
  line-height: 1;
  margin-bottom: 4px;
}

.index5 .item:first-child .name {
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.index5 .name {
  font-size: 18px;
  color: #494949;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.index5 .name,
.index5 .p {
  line-height: 24px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.index5 .p {
  font-size: 14px;
  color: grey;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: 12px;
  display: none;
  text-align: justify;
}

.index5 .btn {
  width: 19px;
  height: 14px;
  background: url(../img/index5-btn.png) no-repeat 50%;
  margin-top: 22px;
}

.index5-center {
  text-align: center;
  margin-top: 30px;
}

.index5-more {
  display: inline-block;
  font-size: 15px;
  color: #2930a5;
  line-height: 50px;
  background-color: #fff;
  border-radius: 26px;
  padding: 0 25px;
  transition: all 0.4s;
}

.index5-more:hover {
  color: #fff;
  background: #2930a5;
}

.index5 .list .item:hover img {
  transform: scale(1.1);
}

.c-box {
  position: relative;
}

.c-img {
  height: 100%;
}

.c-img {
  width: 100%;
}

.footer-up {
  position: relative;
  padding: 50px 0 45px;
  border-top: 2px solid #e7e8ea;
}

.footer-box {
  overflow: hidden;
}

.footer-nav {
  float: left;
}

.footer-box .infomation {
  max-width: 50%;
  float: right;
}

.footer-nav .dl {
  float: left;
  margin-right: 40px;
}

.footer-nav .dl:last-child {
  margin-right: 0;
}

.footer-nav .dt {
  font-size: 14px;
  color: #505050;
  line-height: 1.4;
  margin-bottom: 20px;
}

.footer-nav .dd {
  font-size: 14px;
  color: #505050;
  color: rgba(80, 80, 80, 0.6);
  line-height: 27px;
  position: relative;
  transition: all 0.4s;
}

.footer-nav .dd:hover {
  color: #2930a5;
}

.footer-nav-dd {
  padding-top: 20px;
}

.footer-nav-dd .dd:first-child:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #161e2f;
  position: absolute;
  top: 0;
  left: 0;
  top: -22px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-filter: alpha(opacity=10);
}

.footer-box .infomation p {
  font-size: 14px;
  color: #818181;
  line-height: 22px;
  text-align: right;
}

.footer-box .infomation p a {
  display: inline;
}

.footer-box .infomation p a:hover {
  color: #000;
}

.footer-up .list {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 24px;
}

.footer-up .img {
  width: 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

.footer-up .list .li {
  margin-left: 12px;
}

.footer-up .list .p {
  font-size: 14px;
  color: grey;
  line-height: 1.4;
  margin-top: 12px;
}

.c-box {
  position: relative;
}

.c-img {
  width: 100%;
  height: 100%;
}

.pack-up {
  position: fixed;
  right: -80px;
  top: 50%;
  width: 78px;
  margin-top: -147px;
  font-size: 14px;
  color: #fff;
  padding-left: 38px;
  line-height: 40px;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 1000;
  background: #a1a1a6 no-repeat 18px;
  background-image: url(data:image/pnbase64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAA6UlEQVQokXWSsWpCQRBFN0JsbBRSaCkGBEEbiUWKNDamDELKVDaCf+Af+BF+gVZaSyy0DoHYWpkmIYlFLGxOWLyPDI9xYJbdc++F3WUC4PUVsAP6KX0IfHmBPLDnVE3Dn8Se04FL4EPiteFdsXk828AFsJXYMPxebJEwG3qTeGNYW2xtb5Rs1hLvjHgrtkm/Oy6vEutGaIktvd/NhBAK4VTf4b+y2h2CV0q/OF/cEVt514udAd5lqhrDg9jMC8XOAZ8yVQx/FJt4oWQajjKVDO+Jjb1Q7KIMsWqGD8Sm5wa2DPw4AzsCfv8AMQkuLU4Jji0AAAAASUVORK5CYII=);
}

.pack-up.show {
  right: 0;
}

.pop-btns {
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  padding-top: 10px;
  z-index: 99;
  transition: all 0.6s;
}

.pop-btns .close-btn {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: auto;
  bottom: -46px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(168, 168, 174, 0.55);
  background: #fff no-repeat 50%;
  transition: all 0.4s;
  background-image: url(data:image/pnbase64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAy0lEQVQYlY3QO0qDURCG4ccUgjaCGrOHpNIdiJKkiTesspVgIJAqK7Czs9EiEhQNgoW9VuoajJcyQhrlwBz40zndcN73zDez8DuwgjN08Ga+FuPtFI8ldHGIB1QLaAIv0MZ56hN8gjEqIdQCvMQevrGPWYKnOMAdNkK4QQtf2MVTGlWKkT8h3KKMHXwG+JxzZfhfleElDNHER0RZxz02iz8vB9jABNshXWMthK0M91HHe4AvaXMcYYRVXOXT9aJJ4GshfBKO48ZtzP4Af70rnxk05C4AAAAASUVORK5CYII=);
}

.pop-btns .close-btn:hover {
  background-color: #2930a5;
}

.pop-btns.show {
  right: 45px;
}

.pop-btns .btn {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  transition: all 0.4s;
  background: #a1a1a6;
  border-radius: 6px;
}

.pop-btns .btn .cnt {
  height: 44px;
  background: no-repeat 50%;
}

.pop-btns .btn .p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.pop-btns .btn:hover {
  background-color: #2930a5;
}

.pop-btns .btn.form-btn .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACAklEQVRIibWWT0gVURTGf88mshaRhVi2aaVEBNEm3CiGLVqWy6iNu2inICGI6NsUQUFbFQRXQi3bBFEJFrSp/EMuNCgs3LiKTOP1xcUzcL3dyXnznh/MwPn7zTlz5swtScJwG+gCmimOt8AM8P6fDJISSa9UX3S5AvzL3e7UmcRhTVKDT9QAXKuhVVloBTp8myNq3AcihyZfSICtwOEr8MUeIg/cNJWAc8BRz19+bBJJdAHYKFDBDWDak9f3IioDb6qs6ABwy2TXoUvAB+AU8H3HS3pRx2nblHTaJu2ZpN+Snks6HquoFpyxli0DbZanB5iKES0B88CfoH0V4DDQCZyIxLUZyaJHkuJyrHVN4VcdXOVIy9rNZyGjpcOxiiaBjzaypaCiQ0Cvp9sGzgKrwDsb8RCPgdFahmHLe/FZldxLu1GU6Jekk5ZkOcPnQbhUqyWqSGqxBEsZPuXY9q6W6LwFL2bYR82e1ELUa4Gf9qjkkaS+okQ/LGggw/7Q7EMmXy9K9MSCPkdsY2Yb8XTdRYkuSjoW0Y9YssFAfyUkms1BUrGAfpPXJU14T303EnM1JHqdk+igpFZJHV6CRknjGTE94ZnhZY5tnfoltm7u2/LcBPoi/j+BuV0aSc2SvuWoqhrcDD/Y9ADZAgzbyeXIfypzvwn3+wjPGSlWgAng6S4t8Bez4902rpt4WwAAAABJRU5ErkJggg==);
}

.pop-btns .btn.phone-btn {
  position: relative;
}

.pop-btns .btn.phone-btn .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB0klEQVRIia2Wz4tPURiHn5kwppnBlKQmyUJmI7OzlRkrylpsLCxtWBALvxYUYT01/gKGJGVjQRo1RdlosphEKEqjCVPq0Tvdbx3TPfdc0/dT7+Lc857z3Pc973nv7VGptAG4DewHHgBngCWadQA4CAxUNgQMAsPAFmCGAKgb1af+q3tqXzWfs/M260c4DdVs3lEJEhm40YB4H06XC29xqRBF2P3M2re9wLFCno8CfQWfwczzXwFYV1gch7e2Yf4qMNEEmC0AXgKLmbmI/mwyngeeJeOfkb/jDfn/rI5m8r5XXUx8H6tbq7nOwT+JwSb1UwYwldm8X51L/G6pa1b4XFNPdganMoCHGcB69YX6XT3RVGHpgtc1gAV1W2Zx3J+RUgmvzOlSDWSyxT1oBQi7UgP4o050CxAH9agG8kUd6wYgbFh9VQOJStvXDUDYdvVdDeS3ej2p97AB9aI6oz5XT6cl20Tfpc5nyjcu4B31gjpbM3+304VLIY5mImmjaPX96Rctpx3ANDBWcqzRZNvD2lz1mv/VQm/LN/kGHAZuAsWQE82t5vKMq29aRPJR3b3aFhB9KErza2bzD+qe8G1zyE0aAY4Ah4CdQM/yrwqcW04P8BeTTI8LPmGMYAAAAABJRU5ErkJggg==);
}

.pop-btns .btn.phone-btn .hide {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.4s;
}

.pop-btns .btn.phone-btn .hide:hover {
  width: 200px;
}

.pop-btns .btn.phone-btn .hide:hover .phone-box {
  right: 0;
}

.pop-btns .btn.phone-btn .phone-box {
  transition: all 0.4s;
  position: absolute;
  right: -200px;
  top: 0;
  white-space: nowrap;
  height: 100%;
  line-height: 64px;
  color: #fff;
  border-radius: 6px;
  max-width: 200px;
  padding: 0 16px 0 58px;
  font-size: 22px;
  font-family: "Rajdhani-Bold";
  background: #ff9600 no-repeat 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB0klEQVRIia2Wz4tPURiHn5kwppnBlKQmyUJmI7OzlRkrylpsLCxtWBALvxYUYT01/gKGJGVjQRo1RdlosphEKEqjCVPq0Tvdbx3TPfdc0/dT7+Lc857z3Pc973nv7VGptAG4DewHHgBngCWadQA4CAxUNgQMAsPAFmCGAKgb1af+q3tqXzWfs/M260c4DdVs3lEJEhm40YB4H06XC29xqRBF2P3M2re9wLFCno8CfQWfwczzXwFYV1gch7e2Yf4qMNEEmC0AXgKLmbmI/mwyngeeJeOfkb/jDfn/rI5m8r5XXUx8H6tbq7nOwT+JwSb1UwYwldm8X51L/G6pa1b4XFNPdganMoCHGcB69YX6XT3RVGHpgtc1gAV1W2Zx3J+RUgmvzOlSDWSyxT1oBQi7UgP4o050CxAH9agG8kUd6wYgbFh9VQOJStvXDUDYdvVdDeS3ej2p97AB9aI6oz5XT6cl20Tfpc5nyjcu4B31gjpbM3+304VLIY5mImmjaPX96Rctpx3ANDBWcqzRZNvD2lz1mv/VQm/LN/kGHAZuAsWQE82t5vKMq29aRPJR3b3aFhB9KErza2bzD+qe8G1zyE0aAY4Ah4CdQM/yrwqcW04P8BeTTI8LPmGMYAAAAABJRU5ErkJggg==);
}

.pop-btns .btn.go-top .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAhCAYAAAAoNdCeAAABa0lEQVRIie2V0U3DQAyGf6MOkBE6AA8dISMwAry0PKGyQTZA4o23boCYIGxARsgG3AQ1cuMLbhrC+dryQi1ZTWzffXeu7RAzwylLAATgxbsQAnPoipm3qivnWhdsaUBZwNRAe6MHVTcwBxTtbmAuKAt4DMgNPBbkAo4Z752gZOCpQEnAq2GPq64BPLsnRLdmrXskTZDrjBsl7ZEzG7NlmMYL7AL7J7AZgGoqgIgqZp4DuB1xb4ioRTccftqnJaINNOg3KSf8n8y8SNjnaXdwZn4FUACYq+5Ooxr0/UZ/G7VJ/MLc7o6/R1HQOJHSZIj6u0oazEkqY6+j0dgKE1sPblaPrZUMZRUIEYWEsAM5dzUW5jnMzgAo+fBTEoio+as+e4T22amliZurNPE/dsGkpyQdUlkTYZKy9zFHCqw1zx8jX/a3pJMmVqOkJDbpUMTejaIE6btaGtVMhT7Pxi++vVKWlBp/TO2evRcAXzxqTpdnlJs2AAAAAElFTkSuQmCC);
}

.index-culture .cc-img {
  background: url("../img/index1-1.jpg") no-repeat center/cover;
}

.index1 .c-box .c-cnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.cit-tit {
  margin-bottom: 40px;
}

.cit-tit h2 {
  color: #ff8a00;
  font-size: 24px;
  font-family: "Rajdhani-Bold";
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: -6px;
}

.cit-tit h1 {
  color: #001f89;
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 32px;
}

.btn-more {
  transition: all 0.4s;
}

.btn-more:hover {
  color: #fff !important;
  background-color: #1a248f !important;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url(../font/Gilroy-Bold.eot);
  src: url(../font/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
    url(../font/Gilroy-Bold.woff2) format("woff2"),
    url(../font/Gilroy-Bold.woff) format("woff"),
    url(../font/Gilroy-Bold.ttf) format("truetype"),
    url(../font/Gilroy-Bold.svg#BlenderPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url(../font/Gilroy-Medium.eot);
  src: url(../font/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
    url(../font/Gilroy-Medium.woff2) format("woff2"),
    url(../font/Gilroy-Medium.woff) format("woff"),
    url(../font/Gilroy-Medium.ttf) format("truetype"),
    url(../font/Gilroy-Medium.svg#Gilroy-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad-Pro";
  src: url(../font/MyriadPro-Regular.eot);
  src: url(../font/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/MyriadPro-Regular.woff2) format("woff2"),
    url(../font/MyriadPro-Regular.woff) format("woff"),
    url(../font/MyriadPro-Regular.ttf) format("truetype"),
    url(../font/MyriadPro-Regular.svg#BlenderPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani-Bold";
  src: url(../font/Rajdhani-Bold.eot);
  src: url(../font/Rajdhani-Bold.eot?#iefix) format("embedded-opentype"),
    url(../font/Rajdhani-Bold.woff2) format("woff2"),
    url(../font/Rajdhani-Bold.woff) format("woff"),
    url(../font/Rajdhani-Bold.ttf) format("truetype"),
    url(../font/Rajdhani-Bold.svg#BlenderPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani-semibold";
  src: url(../font/Rajdhani-semibold.eot);
  src: url(../font/Rajdhani-semibold.eot?#iefix) format("embedded-opentype"),
    url(../font/Rajdhani-semibold.woff2) format("woff2"),
    url(../font/Rajdhani-semibold.woff) format("woff"),
    url(../font/Rajdhani-semibold.ttf) format("truetype"),
    url(../font/Rajdhani-semibold.svg#BlenderPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GESans-Regular";
  src: url(../font/GESans-Regular.eot);
  src: url(../font/GESans-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/GESans-Regular.woff2) format("woff2"),
    url(../font/GESans-Regular.woff) format("woff"),
    url(../font/GESans-Regular.ttf) format("truetype"),
    url(../font/GESans-Regular.svg#BlenderPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ONE-DAY";
  src: url(../font/ONEDAY.eot);
  src: url(../font/ONEDAY.eot?#iefix) format("embedded-opentype"),
    url(../font/ONEDAY.woff2) format("woff2"),
    url(../font/ONEDAY.woff) format("woff"),
    url(../font/ONEDAY.ttf) format("truetype"),
    url(../font/ONEDAY.svg#ONEDAY) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

@font-face {
  font-family: element-icons;
  src: url(/_nuxt../font/element-icons.535877f.woff) format("woff"),
    url(/_nuxt../font/element-icons.732389d.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px #409eff;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

#wrapper {
  position: relative;
}

#ieTips {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999;
  opacity: 0;
  filter: alpha(0);
  -webkit-animation: fadeIn 0s 1s forwards;
  animation: fadeIn 0s 1s forwards;
}

#ieTips .cnt {
  width: 860px;
  height: 200px;
  padding-top: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -430px;
  padding-left: 150px;
  background: url(/pc/ie/icon_rocket.png) no-repeat 0;
}

#ieTips .cnt .remind {
  padding-left: 43px;
  background: url(/pc/ie/icon_remind.png) no-repeat 0;
}

#ieTips .cnt p {
  margin: 0;
  font-size: 14px;
  color: #585858;
}

#ieTips .cnt .p1 {
  letter-spacing: 7px;
  font-size: 16px;
}

#ieTips .cnt .link {
  padding-left: 43px;
  padding-top: 14px;
}

#ieTips .cnt .link a {
  display: inline;
  color: #0cf;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  box-shadow: 0 2px 24px hsla(0, 0%, 76.1%, 0.3);
  z-index: 999;
  transition: all 0.4s;
}

.seek_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
}

.seek_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.seek_pop .popBody {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -52px;
  width: 1200px;
  height: 104px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bigToLittle;
  animation-name: bigToLittle;
}

.seek_pop .search_input {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border: 0;
  border-bottom: 3px solid #fff;
  padding: 20px 50px 26px 0;
  background: transparent;
  transition: all 0.4s;
}

.seek_pop .popBody p {
  font-size: 18px;
  color: #fff;
  text-align: right;
  margin-top: 20px;
}

.seek_pop .ico {
  width: 24px;
  height: 26px;
  background: url(../img/head_ri.png) no-repeat 50%;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

@-webkit-keyframes bigToLittle {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

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

@keyframes bigToLittle {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

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

.head-down {
  position: relative;
  white-space: nowrap;
}

.head-down .til {
  display: flex;
}

.head-down .til .icon {
  display: none;
  width: 20px;
  cursor: pointer;
  background: no-repeat 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjRlZmY1Y2ItZDZhMi0xNDQ0LTg2ZDEtNzg3YjA5NWFiNDY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVGRDFCNzJFMkQ4MTExRUQ5N0FERjJEQzMwQzdEMUE4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVGRDFCNzJEMkQ4MTExRUQ5N0FERjJEQzMwQzdEMUE4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxMzM2ZGQyLTFhNjEtOTk0MS04MWYwLWU3ZjNiMzFmNzViYiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NGVmZjVjYi1kNmEyLTE0NDQtODZkMS03ODdiMDk1YWI0NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ZJQC9AAAAK0lEQVR42mL838Xwn4EAYAJiRgJqGJlgDFwKYCYx4FDIiGwdNgkUDQABBgDU4gKar9NM+QAAAABJRU5ErkJggg==);
}

.head-down .til .icon:hover {
  transform: scale(1.2);
}

.cit-tit {
  margin-bottom: 40px;
}

.cit-tit h2 {
  color: #ff8a00;
  font-size: 24px;
  font-family: "Rajdhani-Bold";
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: -6px;
}

.cit-tit h1 {
  color: #001f89;
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 32px;
}

.btn-more {
  transition: all 0.4s;
}

.btn-more:hover {
  color: #fff !important;
  background-color: #1a248f !important;
}

.about-wrap {
  margin: 77px 0;
}

.about-wrap .infomation p {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 22px;
  margin-bottom: 20px;
}

.about-wrap .infomation2 p {
  line-height: 24px;
}

.industrial-park {
  width: 100%;
  height: 496px;
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  margin: 36px 0 50px;
}

.industrial-park .slogan {
  margin: 155px 40px 0;
  position: relative;
}

.industrial-park .en {
  font-family: "Rajdhani-Bold";
  font-size: 94px;
  color: #cbcbd1;
  line-height: 1;
  text-transform: uppercase;
}

.industrial-park .en em {
  color: #202ba7 !important;
}

.industrial-park .ic {
  width: 41px;
  margin: 45px 0 4px;
}

.industrial-park .list {
  max-width: 460px;
  overflow: hidden;
}

.industrial-park .list .item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: none !important;
}

.industrial-park .list .item h5 {
  font-size: 16px;
  color: #636363;
}

.industrial-park .list .item h5 em {
  font-family: "Rajdhani-Bold";
  font-size: 32px;
  color: #202ba7;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.industrial-park .btn-more {
  line-height: 52px;
  border-radius: 26px;
  padding: 0 38px 0 80px;
  background: url(../img/about/about-3.png) no-repeat 38px #212ba6;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 477px;
  bottom: 20px;
}

.industrial-park .btn-more:hover {
  background: url(../img/about/about-3.png) no-repeat 38px #1a248f !important;
}

.about-wrap .video {
  width: 100%;
  height: 520px;
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 55px;
  position: relative;
  cursor: pointer;
}

.about-wrap .video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #070a2a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.about-wrap .video .slogan {
  position: relative;
  z-index: 2;
  margin: 162px 65px 0;
}

.about-wrap .video h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.about-wrap .video h5 {
  font-size: 48px;
  color: #ff8a00;
  line-height: 55px;
  font-weight: 300;
  margin-top: 15px;
}

.btn-video {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.video-box {
  width: 100%;
}

.video-box video,
.pop-video video {
  display: block;
  min-width: auto;
  max-width: none;
  max-height: calc(100vh - 80px);
  width: 100%;
  border-radius: 8px;
}

.pop-content {
  padding: 35px 20px;
}

.about-brand1-box .infomation {
  min-height: 120px;
  background: url(../img/about/about2-1.png) no-repeat left 8px;
  padding: 0 10px 0 24px;
}

.about-brand1-box .infomation h1 {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 1;
  margin-bottom: 4px;
}

.about-brand1-box .infomation h1 em {
  font-family: "Rajdhani-Bold";
  font-size: 24px;
  color: #ff8e00;
}

.about-brand1-box .infomation p {
  font-size: 14px;
  color: grey;
  line-height: 22px;
}

.about-brand1-box {
  position: relative;
  margin-top: 34px;
  margin-bottom: 40px;
}

.tit .cn {
  font-size: 20px;
  color: #4c4c4c;
  line-height: 1;
}

.brand1-swiper {
  overflow: hidden;
}

.brand1-swiper .swiper-slide {
  width: 300px;
}

.pc-banner {
  padding-top: 142px;
}

.page-ban {
  position: relative;
}

.page-ban .img {
  width: 100%;
  height: 316px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.page-ban .auto {
  position: relative;
  height: 100%;
}

.page-ban .slogan {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page-ban .slogan .cn {
  font-size: 36px;
  color: #ff9d00;
  line-height: 1.2;
  font-weight: 300;
}

.page-ban .slogan .en {
  font-family: "Myriad-Pro";
  font-size: 20px;
  color: #c8dee9;
  text-transform: capitalize;
  margin-top: 10px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.page-nav {
  width: 1200px;
  margin: auto;
  height: 75px;
  position: relative;
}

.page-nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #e7e5cf;
}

.page-nav a {
  float: left;
  line-height: 75px;
  position: relative;
  font-size: 14px;
  color: #656565;
  font-weight: 700;
}

.page-nav .list {
  position: relative;
  float: right;
  margin-right: -50px;
  z-index: 50;
}

.page-nav .list .li {
  position: relative;
  float: left;
}

.page-nav .list a {
  color: #5d5d5d;
  margin-right: 50px;
  font-weight: 600;
  position: relative;
}

.page-nav .list .li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-color: transparent;
}

.page-nav .list .li:hover > a::after {
  background-color: #e50016;
}

.page-nav .list .li.on > a::after {
  background-color: #e50016;
}

.page-nav .name {
  float: left;
}

.page-nav .name a {
  padding-left: 25px;
  background: url(../img/icon-nav.png) no-repeat 0;
  color: #0032a3;
}

.page-nav .name a + a {
  color: #fe8d01;
  padding-left: 20px;
  margin-left: 15px;
  background: url(../img/icon-nav02.png) no-repeat 0;
}

.page-nav .inner-bor {
  height: 3px;
  background: #e50016;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.5s;
}

.page-nav .list .li .a-pop {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 100px;
  padding: 10px 0;
  margin-left: -75px;
  background: #032974;
  -webkit-animation-direction: 0.4s;
  animation-direction: 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-nav .list .li .a-pop a {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  transition: all 0.3s;
}

.page-nav .list .li .a-pop:before {
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: currentcolor transparent #032974;
  border-style: none solid solid;
  border-width: 0 5px 8px;
}

.page-nav .list .li .a-pop:after {
  position: absolute;
  content: "";
  left: 0;
  top: -18px;
  width: 100%;
  height: 20px;
}

.pop-card {
  z-index: 99999;
  overflow: auto;
}

.pop-card,
.pop-card .block {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pop-card .block {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.pop-content {
  width: 1200px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
  border-radius: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.closeButton {
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
  z-index: 9;
}

.case-box .img {
  height: 460px;
  overflow: hidden;
}

.case-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-content .case-box ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 40px;
}

.pop-content .case-box ul li {
  padding-right: 20px;
}

.case-box li {
  float: left;
  width: 33.33333%;
  padding-left: 22px;
  border-left: 2px solid #e5e5e5;
}

.case-box li h3 {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 26px;
}

.pop-content .case-box ul li p {
  line-height: 20px;
}

.case-box li p {
  font-size: 14px;
  color: grey;
  line-height: 24px;
}

.footer-up {
  position: relative;
  padding: 50px 0 45px;
  border-top: 2px solid #e7e8ea;
}

.footer-box {
  overflow: hidden;
}

.footer-nav {
  float: left;
}

.footer-box .infomation {
  max-width: 50%;
  float: right;
}

.footer-nav .dl {
  float: left;
  margin-right: 40px;
}

.footer-nav .dl:last-child {
  margin-right: 0;
}

.footer-nav .dt {
  font-size: 14px;
  color: #505050;
  line-height: 1.4;
  margin-bottom: 20px;
}

.footer-nav .dd {
  font-size: 14px;
  color: #505050;
  color: rgba(80, 80, 80, 0.6);
  line-height: 27px;
  position: relative;
  transition: all 0.4s;
}

.footer-nav .dd:hover {
  color: #2930a5;
}

.footer-nav-dd {
  padding-top: 20px;
}

.footer-nav-dd .dd:first-child:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #161e2f;
  position: absolute;
  top: 0;
  left: 0;
  top: -22px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-filter: alpha(opacity=10);
}

.footer-box .infomation p {
  font-size: 14px;
  color: #818181;
  line-height: 22px;
  text-align: right;
}

.footer-box .infomation p a {
  display: inline;
}

.footer-box .infomation p a:hover {
  color: #000;
}

.footer-up .list {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 24px;
}

.footer-up .img {
  width: 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

.footer-up .list .li {
  margin-left: 12px;
}

.footer-up .list .p {
  font-size: 14px;
  color: grey;
  line-height: 1.4;
  margin-top: 12px;
}

.footer-down {
  width: 100%;
  background-color: #e4ebf2;
}

.footer-nav2 {
  display: flex;
}

.footer-nav2 a {
  float: left;
  font-size: 14px;
  color: grey;
  line-height: 76px;
}

.footer-nav2 .head-down,
.footer-nav2 a {
  margin-right: 40px;
}

.footer-nav2 .head-down a {
  margin-right: 0;
}

.head-down {
  position: relative;
  white-space: nowrap;
}

.head-down .til {
  display: flex;
}

.head-down .til .icon {
  display: none;
  width: 20px;
  cursor: pointer;
  background: no-repeat 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF9GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NGVmZjVjYi1kNmEyLTE0NDQtODZkMS03ODdiMDk1YWI0NjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUZEMUI3MkUyRDgxMTFFRDk3QURGMkRDMzBDN0QxQTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OGQxNDY1NGItYzg3Ny0yYTQwLTk4Y2ItMDhiZWQ5MTIyODFjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMTAtMTlUMTc6MjQ6MzYrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTEwLTE5VDE3OjI1OjM1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTEwLTE5VDE3OjI1OjM1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZDEzMzZkZDItMWE2MS05OTQxLTgxZjAtZTdmM2IzMWY3NWJiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0ZWZmNWNiLWQ2YTItMTQ0NC04NmQxLTc4N2IwOTVhYjQ2NyIvPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ZDE0NjU0Yi1jODc3LTJhNDAtOThjYi0wOGJlZDkxMjI4MWMiIHN0RXZ0OndoZW49IjIwMjItMTAtMTlUMTc6MjU6MzUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LAbqDAAAAKklEQVQImWP838WADv4zMDAwIgswYVGATGMoQpFA5jPhUICikAmPArhCAAU4CosMjDFJAAAAAElFTkSuQmCC);
}

.head-down .til .icon:hover {
  transform: scale(1.2);
}

.pack-up {
  position: fixed;
  right: -80px;
  top: 50%;
  width: 78px;
  margin-top: -147px;
  font-size: 14px;
  color: #fff;
  padding-left: 38px;
  line-height: 40px;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 1000;
  background: #a1a1a6 no-repeat 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAA6UlEQVQokXWSsWpCQRBFN0JsbBRSaCkGBEEbiUWKNDamDELKVDaCf+Af+BF+gVZaSyy0DoHYWpkmIYlFLGxOWLyPDI9xYJbdc++F3WUC4PUVsAP6KX0IfHmBPLDnVE3Dn8Se04FL4EPiteFdsXk828AFsJXYMPxebJEwG3qTeGNYW2xtb5Rs1hLvjHgrtkm/Oy6vEutGaIktvd/NhBAK4VTf4b+y2h2CV0q/OF/cEVt514udAd5lqhrDg9jMC8XOAZ8yVQx/FJt4oWQajjKVDO+Jjb1Q7KIMsWqGD8Sm5wa2DPw4AzsCfv8AMQkuLU4Jji0AAAAASUVORK5CYII=);
}

.pop-btns {
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  padding-top: 10px;
  z-index: 99;
  transition: all 0.6s;
}

.pop-btns .close-btn {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: auto;
  bottom: -46px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(168, 168, 174, 0.55);
  background: #fff no-repeat 50%;
  transition: all 0.4s;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAy0lEQVQYlY3QO0qDURCG4ccUgjaCGrOHpNIdiJKkiTesspVgIJAqK7Czs9EiEhQNgoW9VuoajJcyQhrlwBz40zndcN73zDez8DuwgjN08Ga+FuPtFI8ldHGIB1QLaAIv0MZ56hN8gjEqIdQCvMQevrGPWYKnOMAdNkK4QQtf2MVTGlWKkT8h3KKMHXwG+JxzZfhfleElDNHER0RZxz02iz8vB9jABNshXWMthK0M91HHe4AvaXMcYYRVXOXT9aJJ4GshfBKO48ZtzP4Af70rnxk05C4AAAAASUVORK5CYII=);
}

.pop-btns .close-btn:hover {
  background-color: #2930a5;
}

.pop-btns .btn {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  transition: all 0.4s;
  background: #a1a1a6;
  border-radius: 6px;
}

.pop-btns .btn .cnt {
  height: 44px;
  background: no-repeat 50%;
}

.pop-btns .btn .p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.pop-btns .btn:hover {
  background-color: #2930a5;
}

.pop-btns .btn.form-btn .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACAklEQVRIibWWT0gVURTGf88mshaRhVi2aaVEBNEm3CiGLVqWy6iNu2inICGI6NsUQUFbFQRXQi3bBFEJFrSp/EMuNCgs3LiKTOP1xcUzcL3dyXnznh/MwPn7zTlz5swtScJwG+gCmimOt8AM8P6fDJISSa9UX3S5AvzL3e7UmcRhTVKDT9QAXKuhVVloBTp8myNq3AcihyZfSICtwOEr8MUeIg/cNJWAc8BRz19+bBJJdAHYKFDBDWDak9f3IioDb6qs6ABwy2TXoUvAB+AU8H3HS3pRx2nblHTaJu2ZpN+Snks6HquoFpyxli0DbZanB5iKES0B88CfoH0V4DDQCZyIxLUZyaJHkuJyrHVN4VcdXOVIy9rNZyGjpcOxiiaBjzaypaCiQ0Cvp9sGzgKrwDsb8RCPgdFahmHLe/FZldxLu1GU6Jekk5ZkOcPnQbhUqyWqSGqxBEsZPuXY9q6W6LwFL2bYR82e1ELUa4Gf9qjkkaS+okQ/LGggw/7Q7EMmXy9K9MSCPkdsY2Yb8XTdRYkuSjoW0Y9YssFAfyUkms1BUrGAfpPXJU14T303EnM1JHqdk+igpFZJHV6CRknjGTE94ZnhZY5tnfoltm7u2/LcBPoi/j+BuV0aSc2SvuWoqhrcDD/Y9ADZAgzbyeXIfypzvwn3+wjPGSlWgAng6S4t8Bez4902rpt4WwAAAABJRU5ErkJggg==);
}

.pop-btns .btn.gya-btn .cnt {
  background-image: url(/gart/images/gyg-ic.png);
  background-position: center 19px;
}

.pop-btns .btn.vip-btn .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAbCAYAAABm409WAAABi0lEQVRIibWWzytEURiGn5FCzIqaoRS7SRTKQkkpSqxYiD/Cwl9hRVYWykJJNrOgZCHWsrKRLEysmFJCgySvPp1bGnfuLzNvnW6d7nmfe+53vu87KUmEqAeYA8aAHPAMnAGHwA7wFbjcAAFjRcEqSBoO8ggy3wwx/63RuIDFGOamkqR0VIDF5SUmwLTmB6jzCcs00BIWeR/NAqnyaT/AZAJzUyeQjQJoSggwNUQBXCY0LwHFKIDthIBT4C0K4B44SABY9p2tkAcZSY8xjuhqkkzOSbqNYL6RtFR4Y0nSuaTXX6ZFSXlJg2Hro1RT0wjQD2SAD+DaBbUQtrC+wvw4MANMAN3O9Mk9LVubgVb37g1wAuwDe2FBzko6SlCHPJ1K6q0Ugz73b/+rd0lj5TFoBB7c1qulDuDOS7R8lc1xLfVnB9ZzL6ps7mnKdjBfI3PTggGGaggYMEBXDQFtdf9sMGFKG2C9hoAtLw+sLFgvtptbuzuyXhmxj/jTzJ1ssXez+3RdzfrJFXAM7H4DO/km3w1yV/gAAAAASUVORK5CYII=);
}

.pop-btns .btn.phone-btn {
  position: relative;
}

.pop-btns .btn.phone-btn .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB0klEQVRIia2Wz4tPURiHn5kwppnBlKQmyUJmI7OzlRkrylpsLCxtWBALvxYUYT01/gKGJGVjQRo1RdlosphEKEqjCVPq0Tvdbx3TPfdc0/dT7+Lc857z3Pc973nv7VGptAG4DewHHgBngCWadQA4CAxUNgQMAsPAFmCGAKgb1af+q3tqXzWfs/M260c4DdVs3lEJEhm40YB4H06XC29xqRBF2P3M2re9wLFCno8CfQWfwczzXwFYV1gch7e2Yf4qMNEEmC0AXgKLmbmI/mwyngeeJeOfkb/jDfn/rI5m8r5XXUx8H6tbq7nOwT+JwSb1UwYwldm8X51L/G6pa1b4XFNPdganMoCHGcB69YX6XT3RVGHpgtc1gAV1W2Zx3J+RUgmvzOlSDWSyxT1oBQi7UgP4o050CxAH9agG8kUd6wYgbFh9VQOJStvXDUDYdvVdDeS3ej2p97AB9aI6oz5XT6cl20Tfpc5nyjcu4B31gjpbM3+304VLIY5mImmjaPX96Rctpx3ANDBWcqzRZNvD2lz1mv/VQm/LN/kGHAZuAsWQE82t5vKMq29aRPJR3b3aFhB9KErza2bzD+qe8G1zyE0aAY4Ah4CdQM/yrwqcW04P8BeTTI8LPmGMYAAAAABJRU5ErkJggg==);
}

.pop-btns .btn.phone-btn .hide {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  transition: all 0.4s;
}

.pop-btns .btn.phone-btn .hide:hover {
  width: 200px;
}

.pop-btns .btn.phone-btn .hide:hover .phone-box {
  right: 0;
}

.pop-btns .btn.phone-btn .phone-box {
  transition: all 0.4s;
  position: absolute;
  right: -200px;
  top: 0;
  white-space: nowrap;
  height: 100%;
  line-height: 64px;
  color: #fff;
  border-radius: 6px;
  max-width: 200px;
  padding: 0 16px 0 58px;
  font-size: 22px;
  font-family: "Rajdhani-Bold";
  background: #ff9600 no-repeat 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB0klEQVRIia2Wz4tPURiHn5kwppnBlKQmyUJmI7OzlRkrylpsLCxtWBALvxYUYT01/gKGJGVjQRo1RdlosphEKEqjCVPq0Tvdbx3TPfdc0/dT7+Lc857z3Pc973nv7VGptAG4DewHHgBngCWadQA4CAxUNgQMAsPAFmCGAKgb1af+q3tqXzWfs/M260c4DdVs3lEJEhm40YB4H06XC29xqRBF2P3M2re9wLFCno8CfQWfwczzXwFYV1gch7e2Yf4qMNEEmC0AXgKLmbmI/mwyngeeJeOfkb/jDfn/rI5m8r5XXUx8H6tbq7nOwT+JwSb1UwYwldm8X51L/G6pa1b4XFNPdganMoCHGcB69YX6XT3RVGHpgtc1gAV1W2Zx3J+RUgmvzOlSDWSyxT1oBQi7UgP4o050CxAH9agG8kUd6wYgbFh9VQOJStvXDUDYdvVdDeS3ej2p97AB9aI6oz5XT6cl20Tfpc5nyjcu4B31gjpbM3+304VLIY5mImmjaPX96Rctpx3ANDBWcqzRZNvD2lz1mv/VQm/LN/kGHAZuAsWQE82t5vKMq29aRPJR3b3aFhB9KErza2bzD+qe8G1zyE0aAY4Ah4CdQM/yrwqcW04P8BeTTI8LPmGMYAAAAABJRU5ErkJggg==);
}

.pop-btns .btn.go-top .cnt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAhCAYAAAAoNdCeAAABa0lEQVRIie2V0U3DQAyGf6MOkBE6AA8dISMwAry0PKGyQTZA4o23boCYIGxARsgG3AQ1cuMLbhrC+dryQi1ZTWzffXeu7RAzwylLAATgxbsQAnPoipm3qivnWhdsaUBZwNRAe6MHVTcwBxTtbmAuKAt4DMgNPBbkAo4Z752gZOCpQEnAq2GPq64BPLsnRLdmrXskTZDrjBsl7ZEzG7NlmMYL7AL7J7AZgGoqgIgqZp4DuB1xb4ioRTccftqnJaINNOg3KSf8n8y8SNjnaXdwZn4FUACYq+5Ooxr0/UZ/G7VJ/MLc7o6/R1HQOJHSZIj6u0oazEkqY6+j0dgKE1sPblaPrZUMZRUIEYWEsAM5dzUW5jnMzgAo+fBTEoio+as+e4T22amliZurNPE/dsGkpyQdUlkTYZKy9zFHCqw1zx8jX/a3pJMmVqOkJDbpUMTejaIE6btaGtVMhT7Pxi++vVKWlBp/TO2evRcAXzxqTpdnlJs2AAAAAElFTkSuQmCC);
}

.product-details .tab-box {
  width: 1200px;
  background-color: #e4ebf2;
  overflow: hidden;
  border-radius: 8px;
  padding: 50px 40px 30px;
  margin: 0 auto 60px;
}

.product-details1 {
  margin: 40px 0 30px;
}

.product-details1-box {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border-radius: 8px;
  background: #e4ebf2 url(../img/product-bg.jpg) no-repeat 0;
}

.product-details1-box .infomation {
  width: 47.5%;
  float: left;
  height: 100%;
  padding: 42px 75px 0 52px;
  position: relative;
}

.product-details1-box .img {
  float: left;
  width: 52.5%;
  height: 100%;
  background: no-repeat 50%;
}

.product-details1-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details1-box h1 {
  font-size: 26px;
  color: #2b3c4c;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.product-details1-box ul {
  overflow: hidden;
}

.product-details1-box .info li {
  display: flex;
}

.product-details1-box .info .label {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 24px;
  white-space: nowrap;
}

.product-details1-box .info .p {
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  color: grey;
  letter-spacing: 1px;
}

.product-details1-box .info li:first-child .p {
  word-break: break-all;
}

.pages {
  clear: both;
  margin: 20px auto 20px auto;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}

.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 15px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}

.pages ul li:hover {
  background: #032974;
  color: #fff;
  border: 1px solid #032974;
}

.pages ul li:hover a {
  color: #fff;
}

.pages ul li.page-active {
  display: inline-block;
  border: 1px solid #032974;
  padding: 6px 15px;
  margin: 0 1px;
  background: #032974;
  color: #fff;
}

.pages ul li.page-active a {
  color: #fff;
}

.pages ul li a {
  display: block;
  color: #999;
}

.pages ul li a:hover {
  color: #fff;
}

.polymerization-wrap {
  margin-top: 40px;
}

.polymerization-wrap .list {
  margin-top: 40px;
}

.polymerization-wrap .li {
  float: left;
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.polymerization-wrap .li-box {
  background-color: #e4ebf2;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.polymerization-wrap .img {
  width: 100%;
  height: 280px;
  transform: scale(0.8);
  background: no-repeat 50%;
  background-size: contain;
}

.polymerization-wrap .infomation {
  padding: 0 10px 0 28px;
}

.polymerization-wrap .cn {
  font-size: 24px;
  color: #001f89;
  line-height: 1.4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 10px;
}

.polymerization-wrap .en {
  font-size: 15px;
  color: #ff8a00;
  line-height: 1;
  margin-top: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.polymerization-wrap .li-box:hover {
  background-color: #001f89;
}

.polymerization-wrap .li-box:hover .cn {
  color: #fff;
}

.polymerization-wrap .li-box:hover .en {
  color: #fff;
  color: hsla(0, 0%, 100%, 0.7);
}

.solution-wrap {
  margin: 80px 0;
}

.product-up {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.product-up .p p {
  font-size: 16px;
  color: #000;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}

.solution-wrap .list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 33px;
}

.solution-wrap .li {
  float: left;
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.solution-wrap .li-box {
  background-color: #e4ebf2;
  width: 100%;
  height: 411px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.solution-wrap .img {
  width: 100%;
  height: 411px;
  background: no-repeat 50%;
  background-size: cover;
  position: relative;
}

.solution-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/pc/images/product/solution-26.png) no-repeat bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.solution-wrap .infomation {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  padding: 0 10px 0 28px;
}

.solution-wrap .cn {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.solution-wrap .en {
  font-family: "Rajdhani-Bold";
  font-size: 20px;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 18px;
  margin-top: 3px;
  min-height: 36px;
  text-transform: capitalize;
}

.content-text {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

.content-text img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content-text p {
  margin-top: 10px;
}

.case-wrap {
  margin-top: 40px;
}

.case-wrap .list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.case-wrap .li {
  float: left;
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 30px;
  cursor: pointer;
}

.case-wrap .li-box {
  width: 100%;
  background-color: #e4ebf2;
  overflow: hidden;
  border-radius: 8px;
}

.case-wrap .img {
  width: 100%;
  height: 220px;
  background: no-repeat 50%;
  background-size: cover;
}

.case-wrap .infomation {
  padding: 24px 34px 0;
  height: 147px;
}

.case-wrap .infomation h3 {
  font-size: 16px;
  color: #4c4c4c;
  background: url(../img/case-7.png) no-repeat left 0;
  line-height: 26px;
  padding-left: 26px;
  min-height: 50px;
  border-bottom: 1px solid #cad3dd;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-wrap .infomation h5 {
  font-size: 14px;
  color: grey;
  line-height: 24px;
}

.service-wrap .list {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #e4ebf2;
}
.service-wrap .list .item-wrap {
  margin-right: -12px;
}
.service-wrap .list .item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.service-wrap .list .item-wrap .item {
  float: left;
  margin-bottom: 12px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 12px;
  width: 392px;
  height: 120px;
  border-radius: 8px;
  background-color: #fff;
  transition-duration: 0.5s;
}
.service-wrap .list .item-wrap .item h4 {
  width: 250px;
  font-size: 16px;
  color: #4c4c4c;
}
.buy-form {
  padding: 20px 0 50px;
  background-color: #fff;
}
.form-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.form-title span {
  color: #ff8a00;
  font-weight: bold;
}
.buy-form .p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy-form .p .Input {
  flex: 1;
}
.buy-form .Input {
  flex: 1;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.buy-form .Input span {
  width: 110px;
  font-size: 14px;
  color: #a6a6a6;
  text-align: right;
}
.buy-form .Input input[type="text"] {
  flex: 1;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 5px;
  border: 2px solid #dde4eb;
  outline: none;
  font-size: 14px;
  color: #333333;
}
.buy-form .Input textarea {
  flex: 1;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 5px;
  border: 2px solid #dde4eb;
  outline: none;
  font-size: 14px;
  color: #333333;
}
.buy-form .joinlyBtn {
  display: block;
  width: 30%;
  height: 54px;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 54px;
  background-color: #202ba6;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.custom-text {
  color: #a6a6a6;
}
.custom-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 0 10px 0 15px;
}
.custom-radio:checked {
  background-color: #032974;
}
.about-brand2 {
  margin-top: 50px;
}
.about-brand .tit {
  height: 50px;
  border-bottom: 2px solid #e6e6e6;
}
.about-brand2 ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
}
.about-brand2 li {
  float: left;
  width: 33.333333%;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 10px;
}
.about-brand2 .img {
  width: 100%;
  height: 270px;
  background: url(../img/about2-10.jpg) no-repeat 50%;
  background-size: cover;
  position: relative;
}
.about-brand2 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 240px;
  max-width: 86%;
  transform: translate(-50%, -50%);
}
.about-brand3 .name {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 24px;
  display: flex;
  height: 64px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.about-brand3 {
  width: 100%;
  overflow: hidden;
  background: url(../img/about2-5.jpg) no-repeat 50%;
  background-size: cover;
  padding: 60px 0 74px;
}
.about-brand3 .tit .cn {
  color: #fff;
}
.about-brand3 ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
}
.about-brand3 li {
  float: left;
  width: 25%;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 35px;
}
.about-brand3 li .li-box {
  width: 100%;
  height: 465px;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 22px;
}
.about-brand3 .img {
  width: 100%;
  height: 349px;
  position: relative;
}
.about-brand3 .img img {
  width: 246px;
  height: 349px;
}
.about-brand3 .name {
  height: 92px;
  line-height: 92px;
  width: 100%;
  padding: 0 22px;
}
.about-brand3 .name em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 22px;
}
.industry .wrap-mpn1 {
  display: flex;
  margin-top: 40px;
  position: relative;
  z-index: 199;
}
.industry .wrap-mpn1 .item {
  background: #f0f8fd;
  width: 32.85%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 0.74%;
}
.industry .wrap-mpn1 .item .img {
  height: 195px;
  overflow: hidden;
}
.industry .wrap-mpn1 .item .img .c-img,
.industry .wrap-mpn1 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s;
}
.industry .wrap-mpn1 .item .txt {
  padding: 45px 30px;
}
.industry .wrap-mpn1 .item .txt h1 {
  color: #494949;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry .wrap-mpn1 .item .txt h2 {
  color: #494949;
  margin-top: 10px;
  opacity: 0.6;
  font-size: 15px;
  line-height: 15px;
  font-family: "GESans-Regular";
}
.industry .wrap-mpn1 .item .txt h3 {
  color: #494949;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.6;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.industry .wrap-mpn2 {
  margin-top: 40px;
  background: #f0f8fd;
  padding: 45px;
}
.industry .wrap-mpn2 .item {
  padding: 45px 35px;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.industry .wrap-mpn2 .item:before {
  content: "";
  width: 26%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fff 60%);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.industry .wrap-mpn2 .item:after {
  content: "";
  background: url(../img/ico1.png);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  transition: all 0.4s;
  opacity: 0;
}
.industry .wrap-mpn2 .item .img {
  color: #9cb0bc;
  font-size: 20px;
  font-family: "Gilroy-Bold";
  width: 120px;
}
.industry .wrap-mpn2 .item .txt {
  flex: 1;
}
.industry .wrap-mpn2 .item .txt h1 {
  color: #565f66;
  font-size: 18px;
}
.industry .wrap-mpn2 .item .txt h3 {
  color: #7e878c;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry .wrap-mpn2 .item .line {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e2eaed;
}
.industry .wrap-mpn1 .item:hover .c-img,
.industry .wrap-mpn1 .item:hover img {
  transform: scale(1.1);
}
.industry .wrap-mpn2 .item:hover {
  background: #fff;
  box-shadow: 0 10px 15px 5px #dde9f0;
}
.industry .wrap-mpn2 .item:hover:after {
  opacity: 1;
  right: 35px;
}
.industry .wrap-mpn2 .item:hover:before {
  opacity: 1;
  transition: all 0.4s;
}
.newsdata .news-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 30px;
}
.newsdata .news-top .le {
  float: left;
  width: 80%;
}
.newsdata .news-top .le h1 {
  color: #4c4c4c;
  font-size: 20px;
  margin-bottom: 5px;
}
.newsdata .news-top .le h2 {
  font-size: 14px;
  color: grey;
  display: flex;
}
.newsdata .news-top .le h2 em {
  font-family: "Gilroy-Bold";
  font-size: 18px;
  margin-right: 17px;
  color: #b2b2b2;
}
.newsdata .news-top .le h2 span {
  font-size: 16px;
  font-family: "Gilroy-Medium";
}
.newsdata .news-top .ri {
  height: 32px;
  float: right;
  margin-top: -10px;
}
.newsdata .conet {
  padding-top: 30px;
}
.newsdata .more {
  background: #e4ebf2;
  border-radius: 8px;
  height: 68px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: grey;
  font-size: 14px;
  margin: 55px 0;
}
.newsdata .more .prev {
  padding-left: 17px;
  background: url(../img/prev.png) no-repeat;
  background-position: left 50%;
}
.newsdata .more .return {
  padding-left: 35px;
  margin: 0 auto;
  background: url(../img/return.png) no-repeat;
  background-position: left 50%;
  line-height: 25px;
}
.newsdata .more .next {
  background: url(../img/next.png) no-repeat;
  padding-right: 17px;
  background-position: right 50%;
}
.video {
  padding: 40px 0;
}
.video .auto .list {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.video .auto .item {
  width: 33.33333%;
  padding: 0 5px;
  float: left;
}
.video .item {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 12px;
}
.video .item .img {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.video .item .img:before {
  width: 64px;
  height: 64px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ico2.png);
  z-index: 5;
}
.video .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s;
}
.video .item .img:after,
.video .item .img:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.4s;
  opacity: 0;
}
.video .item .img:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.video .item .txt {
  line-height: 92px;
  height: 92px;
  background-color: #f0f0f0;
  padding: 0 35px;
  border-radius: 0 0 8px 8px;
}

.video .item .txt .name {
  display: inline-block;
  vertical-align: middle;
}
.video .item .txt h1 {
  color: #494949;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video .item:hover .img:after,
.video .item:hover .img:before {
  opacity: 1;
}
.video .item:hover img {
  transform: scale(1.15);
}
.info-box {
  margin-top: 24px;
}
.info-box h3 {
  font-size: 16px;
  color: grey;
  line-height: 26px;
  float: left;
  width: 25%;
  min-width: 25%;
  padding-right: 10px;
}
.info-box .ul-wrap {
  width: 75%;
  float: right;
}
.info-box ul {
  flex: 1;
  margin-right: -40px;
}
.info-box ul li {
  float: left;
  position: relative;
  padding-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.info-box ul li img {
  position: absolute;
  left: 0;
  top: -4px;
}
.info-box ul li h4,
.info-box ul li p {
  font-size: 15px;
  color: grey;
  line-height: 20px;
}
.info-box ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.info-box .ul-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.info-box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.social .slogan {
  right: 0;
  left: auto;
}
.social .slogan .cn {
  color: #fff;
  font-size: 54px;
}
.social .slogan .en {
  color: #50769d;
  font-size: 24px;
}
.contact1 {
  padding: 0 0 30px;
}
.contact3 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url(../img/about5-5.jpg) no-repeat 50%;
  background-size: cover;
  padding: 130px 0 50px;
}
.contact3 .tit {
  float: left;
}
.contact3 .tit .cn {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
.contact3 .tit .en {
  font-family: "Gilroy-Bold";
  font-size: 48px;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.3);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 14px;
}
.contact3 .infomation {
  float: right;
}
.contact3 ul {
  overflow: hidden;
}
.contact3 li {
  float: left;
  margin-left: 12px;
  text-align: center;
}
.contact3 .img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.contact3 .name {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
.map {
  height: 500px;
  background: url(../img/map.jpg) no-repeat center;
  overflow: hidden;
}
.map a {
  display: flex;
  width: 100%;
  height: 100%;
}
.sr-lists-tt .title h3 {
  font-size: 18px;
  color: #04a07b;
  margin: 35px 0 10px;
}
.sr-lists-tt .title ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
}
.sr-lists-tt .title ul li a {
  font-size: 14px;
  color: #666;
}
.sr-lists-tt .title ul li a.ac {
  color: #ff0000;
}
.sr-lists-wrap {
  margin-top: 35px;
}
.sr-lists-wrap ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.sr-lists-wrap ul li h5 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sr-lists-wrap ul li h5 a {
  font-size: 16px;
  color: #666;
}
.sr-lists-wrap ul li p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 6px 0;
}
.sr-lists-wrap ul li div {
  font-size: 14px;
  color: #999;
}
.sr-lists-wrap ul li:hover h5 a {
  color: #04a07b;
}
.search .cit-tit h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  margin: 30px 0 40px;
}
.search .cit-tit h3 span {
  color: #4c4c4c;
  font-size: 30px;
}
.search .lit-dt {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}
.search .lit-dt .li {
  width: 160px;
  height: 50px;
  padding: 0 10px;
  background-color: #e9e9e9;
  color: #6e6666;
  transition: all 0.3s;
  margin-left: 12px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.search .lit-dt .li.active {
  background-color: #032974;
  color: #fff;
}
.industry .wrap-mpn2 .item .txt h1 strong {
  display: inline;
}
.search {
  padding: 0 0 40px;
}
.pop-honor {
  text-align: center;
  height: 760px;
}
#honor-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.pro-list {
  width: 100%;
  clear: both;
}
.pro-list li {
  float: left;
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
