@charset "UTF-8";
.content1440 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

/* 公共样式 */
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}

html {
  --vi-color: #196ccf;
  --title-color: #272727;
  --text-color: #4c505f;
  --content-Wdith-1200: 1480px;
  --bigTitle-fontSize-1200: 46px;
  --bigTitle-lineheight-1200: 56px;
  --smallTitle-fontsize-1200: 30px;
  --smallTitle-lineheight-1200: 35px;
  --padding-1200: 110px 0px;
  --text-fontsize-1200: 18px;
  --text-lineheight-1200: 28px;
  --content-Wdith-768: 1560px;
  --bigTitle-fontSize-768: 55px;
  --bigTitle-lineheight-768: 67px;
  --smallTitle-fontsize-768: 36px;
  --smallTitle-lineheight-768: 42px;
  --padding-768: 132px 0px;
  --text-fontsize-768: 21.6px;
  --text-lineheight-768: 33.6px;
  --content-Wdith: 100%;
  --bigTitle-fontSize: 22px;
  --bigTitle-lineheight: 30px;
  --smallTitle-fontsize: 16px;
  --smallTitle-lineheight: 23px;
  --text-fontsize: 14px;
  --text-lineheight: 24px;
  --padding: 35px 0px;
  --content-Wdith-1000: 1000px;
  --content-Wdith-1200: 1200px;
}

body {
  font-size: 12px;
  font-family: "思源黑体" !important;
  margin: 0px auto;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

i {
  font-style: normal;
}

/* 头部 */
body {
  position: relative;
  transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  left: 0px;
}

.header {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  left: 0px;
  z-index: 9999;
  box-shadow: none;
  transition: all 0.4s ease;
}

.header .commonMain {
  max-width: var(--content-Wdith);
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.header .logo {
  flex: 1;
}

.header .logo img {
  height: 32px;
}

.header .logo .transparent {
  display: block;
}

.header .logo .colour {
  display: none;
}

.header .navBox {
  display: flex;
  align-items: center;
}

.header .navBox .navList {
  background: #FAFAFA;
  display: none;
  position: fixed;
  width: 260px;
  right: -260px;
  top: 0px;
  bottom: 0px;
  padding: 50px 0px 0px;
  overflow-y: auto;
  transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list {
  position: relative;
  border-top: 1px solid #eff1f3;
}

.header .navBox .navList .list h3 a {
  padding: 0px 25px;
  display: flex;
  align-items: center;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  color: #333;
  font-weight: normal;
}

.header .navBox .navList .list h3 a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #D8D8D8;
  margin-right: 15px;
}

.header .navBox .navList .list.cur {
  background: #fff;
}

.header .navBox .navList .list.cur h3 a::before {
  background: #666;
  border-color: #666;
}

.header .navBox .navList .closeNavText a {
  visibility: hidden;
}

.header .navBox .haderOther {
  display: flex;
  align-items: center;
}
.header .navBox .haderOther .oa {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
  margin-left: 15px;
}
.header .navBox .haderOther .lang {
  display: none;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.header .navBox .haderOther .lang:hover div {
  visibility: visible;
  opacity: 1;
}
.header .navBox .haderOther .lang span {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.header .navBox .haderOther .lang div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  min-width: 65px;
  box-shadow: 0 0 5px #ddd;
  overflow: hidden;
}
.header .navBox .haderOther .lang div a {
  display: block;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  transition: none;
  text-align: center;
}
.header .navBox .haderOther .lang div a:hover {
  background-color: #e3e3e7;
}

.header .navBox .haderOther .email{
  display: none;
}

.header .navBox .haderOther .searchBox {
  margin-left: 0px;
  position: relative;
}

.header .navBox .haderOther .searchBox .searchBtn img {
  height: 22px;
  filter: invert(1);
}

.header .navBox .haderOther .languageBox {
  margin-left: 5px;
}

.header .navBox .haderOther .languageBox .languageBtn {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: var(--vi-color);
  text-align: center;
  font-size: 21px;
  background-color: #fff;
  border-radius: 100%;
}

.header .navBox .haderOther .navbtn {
  color: #191715;
  width: 26px;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  font-size: 26px;
}

.header .searchformMain {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}

.header .searchformMain .searchform {
  background: #fff;
  padding: 10px 0px 30px;
  position: relative;
  z-index: 99;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0px, -100%, 1px);
}

.header .searchformMain .searchform form {
  display: flex;
  max-width: 1080px;
  margin: 0px auto;
  border-bottom: 2px solid #595959;
  width: 100%;
  padding: 20px 0px;
  position: relative;
}

.header .searchformMain .searchform form input {
  flex: 1;
  margin: 0px 15px;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  vertical-align: middle;
  border: 0;
  outline: 0;
}

.header .searchformMain .searchform form button {
  left: 0px;
  font-size: 20px;
  height: 100%;
  top: 0px;
  background: none;
  border: none;
  cursor: pointer;
}

.header .searchformMain .searchform form .closeSearch {
  cursor: pointer;
  right: 0px;
  top: 0px;
  height: 100%;
  font-size: 20px;
  color: #333;
}

.header .searchformMain .search_mask {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.header .searchformMain.admission .searchform {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.headerDownBg {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.headerDownBg .logo .transparent {
  display: block !important;
}
.headerDownBg .logo .colour {
  display: none !important;
}
.headerDownBg .navBox .haderOther .oa {
  color: #272727;
}
.headerDownBg .navBox .haderOther .lang span {
  color: #272727;
}

.admissionheader {
  left: -260px;
}

.admissionheader .navBox .navList {
  right: 0px;
}

.hideScroll {
  overflow: hidden;
}
.hideScroll .logo {
  visibility: visible;
}
.hideScroll .navList {
  visibility: visible;
}
.hideScroll .oa {
  visibility: visible;
}
.hideScroll .lang {
  visibility: visible;
}

.admissionBody {
  left: -260px;
}

.header .navBox .navList .list .subNavBtn {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 45%;
  height: 50px;
  top: 0px;
  right: 0px;
  padding-right: 25px;
}

.header .navBox .navList .list .subNavBtn i {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}

.header .navBox .navList .list .subNavBtn i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #474747;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

.header .navBox .navList .list .subNavBtn i::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #474747;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1px;
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain {
  display: none;
}

.header .navBox .navList .list .subNavMain .threeNavBox {
  display: none;
}

.header .navBox .navList .list .subNavMain .subNavList {
  position: relative;
}

.header .navBox .navList .list .subNavMain .subNavList > a {
  padding: 15px 25px;
  border-top: 1px solid #EBEBEB;
  background: #f6f6f6;
  display: block;
  color: #555;
  font-size: 13px;
}

.header .navBox .navList .list .subNavMain .subNavList > a::before {
  margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
  display: none;
}

.header .navBox .navList .list.active h3 {
  background: #ebebeb;
}

.header .navBox .navList .list.active h3 a::before {
  background: #666;
  border-color: #666;
}

.header .navBox .navList .list.active .subNavBtn i::before {
  transform: rotate(-90deg);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 40%;
  height: 45px;
  top: 0px;
  right: 0px;
  padding-right: 25px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #474747;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #474747;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1px;
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
  display: block;
  padding: 15px 50px;
  border-top: 1px solid #EBEBEB;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
  margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
  transform: rotate(-90deg);
}

.header .toggle-btn {
  display: none;
}

.header .navBox .mobileOther {
  padding: 0 25px;
  margin-top: 10px;
}
.header .navBox .mobileOther .oa {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.header .navBox .mobileOther div {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  vertical-align: bottom;
}
.header .navBox .mobileOther div a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.header .navBox .mobileOther .email{
  margin-left: 9px;
}
.header .navBox .mobileOther .email img{
  height: 23px;
}

.headerDownBg2 .logo .transparent {
  display: none;
}
.headerDownBg2 .logo .colour {
  display: block;
}
.headerDownBg2 .navBox .haderOther .navbtn {
  color: #fff;
}

.headerDownBg.headerDownBg2 .navBox .haderOther .navbtn {
  color: #191715;
}

@media (min-width: 768px) {
  .header .commonMain {
    padding: 0px 15px;
  }
  .header .searchformMain .searchform {
    padding: 12px 0px 60px;
  }
  .header .searchformMain .searchform form {
    padding: 54px 0px;
  }
  .header .searchformMain .searchform form input {
    margin: 0px 36px;
    font-size: 21.6px;
  }
  .header .searchformMain .searchform form button {
    font-size: 28.8px;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 28.8px;
  }
  .header .searchformMain .search_mask {
    background: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 992px) {
  .hideScroll {
    overflow: hidden;
  }
  .hideScroll .logo {
    visibility: hidden;
  }
  .hideScroll .navList {
    visibility: hidden;
  }
  .hideScroll .oa {
    visibility: hidden;
  }
  .hideScroll .lang {
    visibility: hidden;
  }
  .hideScroll .headerDownBg {
    background: transparent;
    box-shadow: none;
  }
  .header .navBox .mobileOther {
    display: none;
  }
  .header .navBox .haderOther .oa {
    display: block;
    font-size: 20px;
    margin-left: 19px;
    transition: all 0.3s ease-in;
    color: #272727;
  }
  .header .navBox .haderOther .lang {
    display: block;
    margin-left: 33px;
    position: relative;
    height: 21px;
    line-height: 21px;
    cursor: pointer;
  }
  .header .navBox .haderOther .lang:hover div {
    visibility: visible;
    opacity: 1;
  }
  .header .navBox .haderOther .lang span {
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
    color: #272727;
  }
  .header .navBox .haderOther .lang div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    min-width: 80px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
  }
  .header .navBox .haderOther .lang div a {
    display: block;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    transition: none;
    text-align: center;
  }
  .header .navBox .haderOther .lang div a:hover {
    background-color: #e3e3e7;
  }
  .header .navBox .haderOther .email{
    display: block;
    margin-left: 19px;
  }
  .header .navBox .haderOther .email img{
    height: 28px;
  }
  .header .navBox .haderOther .email img.white{
    display: block;
  }
  .header .navBox .haderOther .email img.black{
    display: none;
  }
  body {
    padding-top: 0px !important;
  }
  .header {
    height: 100px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    transition: 0.8s ease;
  }
  .header .toggle-btn {
    display: block;
  }
  .header .commonMain {
    padding: 0px 2%;
  }
  .header .logo img {
    height: 56px /* 56px -> 56px */;
  }
  .header .logo .transparent {
    display: block;
  }
  .header .logo .colour {
    display: none;
  }
  .header .navBox .haderOther .navbtn {
    display: none;
  }
  .header .navBox .navList {
    padding: 0px;
    width: auto;
    right: 0px;
    background: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
    position: relative;
    overflow: visible;
    top: 0px;
  }
  .header .navBox .navList .list {
    margin-left: 49px;
    padding: 0px;
    border-top: none;
  }
  .header .navBox .navList .list h3 a {
    line-height: 100px;
    font-size: 20px;
    padding: 0px;
    color: #26282a;
    transition: all 0.3s ease-in;
  }
  .header .navBox .navList .list h3 a::before {
    display: none;
  }
  .header .navBox .navList .list.cur {
    background: none;
  }
  .header .navBox .navList .list.cur h3 a::after {
    width: 100%;
  }
  .header .navBox .navList .list:hover h3 a {
    color: var(--vi-color);
  }
  .header .navBox .navList .list:hover h3 a::after {
    width: 100%;
  }
  .header .navBox .navList .list:first-child {
    margin-left: 0px;
  }
  .header .navBox .navList .closeNavText {
    display: none;
  }
  .header .navBox .haderOther .searchBox {
    margin-left: 45px;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    color: #333;
    font-size: 21px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .header .navBox .haderOther .languageBox {
    margin-left: 15px;
  }
  .header .navBox .haderOther .languageBox .languageBtn {
    color: #333;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 21px;
  }
  .header .searchformMain .searchform {
    padding: 10px 0px 50px;
  }
  .header .searchformMain .searchform form {
    padding: 45px 0px;
  }
  .header .searchformMain .searchform form input {
    margin: 0px 30px;
    font-size: 20px;
  }
  .header .searchformMain .searchform form button {
    font-size: 26px;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 26px;
  }
  .headerDownBg2 .logo .transparent {
    display: none;
  }
  .headerDownBg2 .logo .colour {
    display: block;
  }
  .headerDownBg2 .navBox .navList .list h3 a {
    color: #fff;
  }
  .headerDownBg2 .navBox .navList .list.cur h3 a {
    color: #fff;
  }
  .headerDownBg2 .toggle-btn span {
    background: #fff;
  }
  .headerDownBg2 .navBox .haderOther .lang span {
    color: #fff;
  }
  .headerDownBg2 .navBox .haderOther .oa {
    color: #fff;
  }
  .headerDownBg {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
  }
  .headerDownBg .navBox .navList .list.cur h3 a {
    color: var(--vi-color);
  }
  .headerDownBg .logo .colour {
    display: none;
  }
  .headerDownBg .logo .transparent {
    display: block;
  }
  .headerDownBg .navBox .haderOther .oa {
    color: #272727;
  }
  .headerDownBg .navBox .haderOther .lang span {
    color: #272727;
  }
  .headerDownBg .toggle-btn span {
    background: #272727;
  }
  .headerDownBg .navBox .navList .list h3 a {
    color: #333;
  }
  .headerDownBg .navBox .haderOther .searchBox .searchBtn {
    background-color: #333;
    color: #fff;
  }
  .headerDownBg .navBox .haderOther .languageBox .languageBtn {
    background-color: #333;
    color: #fff;
  }
  .headerDownBg .navBox .haderOther .email img.black{
    display: block;
  }
  .headerDownBg .navBox .haderOther .email img.white{
    display: none;
  }
  .header2{
    background-color: transparent;
    box-shadow: none;
  }
  .header2 .navBox .navList .list h3 a{
    color: #ffffff;
  }
  .header2 .navBox .haderOther .oa{
    color: #ffffff;
  }
  .header2 .navBox .haderOther .lang span{
    color: #ffffff;
  }
  .header2 .toggle-btn span{
    background: #ffffff;
  }
  .header .navBox .navList .list .subNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain {
    position: absolute;
    min-width: 100%;
    left: -40px;
    overflow: hidden;
    max-height: 0px;
    display: block;
  }
  .header .navBox .navList .list .subNavMain .subNavBox {
    display: flex;
    background: #f9f9f9;
    white-space: nowrap;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav {
    min-width: 200px;
    padding: 30px 0px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a {
    display: block;
    background: none;
    border: none;
    line-height: 40px;
    font-size: 18px;
    padding: 0px 40px;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover::after {
    content: "";
    border-right: 8px solid transparent;
    border-top: 8px solid var(--vi-color);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a::after {
    content: "";
    border-right: 8px solid transparent;
    border-top: 8px solid var(--vi-color);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
    display: block;
    padding: 30px 0px;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #eae9f1;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
    min-width: 200px;
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a {
    display: block;
    line-height: 40px;
    padding: 0px 40px;
    font-size: 18px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list:hover .subNavMain {
    max-height: 540px;
    transition: all 0.8s ease-in-out;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a::before {
    display: none;
  }
}

@media (min-width: 1600px) {
  .header .commonMain{padding: 0px 8%;}
}
.toggle-btn {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 28px;
}

.toggle-btn span {
  width: 30px;
  height: 2px;
  background: #272727;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in;
}

.toggle-btn span:first-child {
  top: 2px;
}

.toggle-btn span:nth-child(2) {
  top: 10px;
}

.toggle-btn span:last-child {
  bottom: 0px;
}

.toggle-btn.closeCur span {
  background: #fff;
}

.toggle-btn.closeCur span:first-child {
  transform: translate(0, 9px) rotate(45deg);
}

.toggle-btn.closeCur span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.closeCur span:last-child {
  transform: translate(0, -7px) rotate(-45deg);
}

.full-main-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
}

.full-main-nav.active {
  z-index: 999;
  opacity: 1;
}

.full-main-nav.active .nav-swiper li {
  top: 0;
  opacity: 1;
}

.full-navbg {
  position: relative;
  z-index: 3;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.nav-swiper {
  position: relative;
  z-index: 3;
  height: 100%;
  overflow: visible;
}

.nav-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.nav-swiper li {
  position: relative;
  top: -40px /* -40px -> -40px */;
  opacity: 0;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-property: opacity, top;
  flex: 1;
  width: auto;
  border-right: 1px solid #fff;
  background-color: #196ccf;
  margin: 0px !important;
}

.nav-swiper li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-swiper li a {
  transition: all ease 0.3s;
  color: #fff;
}

.nav-swiper li:hover {
  background: none;
}

.nav-swiper li:hover a {
  opacity: 1;
  color: #ffffff;
}

.nav-swiper li:hover .id::before {
  opacity: 1;
}

.nav-swiper li:hover .id, .nav-swiper li:hover .title, .nav-swiper li:hover .subnav {
  opacity: 1;
  transform: translateY(-30px);
}

.nav-swiper li:nth-child(1) {
  transition-delay: 0.4s;
}

.nav-swiper li:nth-child(2) {
  transition-delay: 0.6s;
}

.nav-swiper li:nth-child(3) {
  transition-delay: 0.8s;
}

.nav-swiper li:nth-child(4) {
  transition-delay: 1s;
}

.nav-swiper li:nth-child(5) {
  transition-delay: 1.2s;
}

.nav-swiper li:nth-child(6) {
  transition-delay: 1.4s;
}

.nav-swiper li:nth-child(7) {
  transition-delay: 1.6s;
}

.nav-swiper li .id {
  transition: all ease 0.5s;
  font-size: 56px /* 56px -> 56px */;
  line-height: 56px /* 56px -> 56px */;
  color: #f6f6f6;
  font-family: DINEng;
  text-align: center;
}

.nav-swiper li .id::before {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  background-color: #00b9fc;
  margin: 0 auto 25px;
  opacity: 0;
}

.nav-swiper li .title {
  width: auto;
  transition: all ease 0.5s;
  text-align: center;
  font-size: 24px /* 24px -> 24px */;
  color: #545454;
  line-height: 28px /* 28px -> 28px */;
  margin: 57px 0 29px;
}

.nav-swiper li .subnav {
  transition: all ease 0.5s;
  font-size: 16px;
  line-height: 28px /* 28px -> 28px */;
  opacity: 1;
  text-align: center;
}

.nav-swiper li .subnav a {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 11;
}

.nav-swiper li .subnav a:hover {
  color: #fff;
}

.full-text {
  position: absolute;
  left: 0;
  top: 29%;
  width: 100%;
}

/* 首页标题 */
.title {
  
  width: 90%;
  max-width: 1600px;
  margin-bottom: 44px;
}
.title h1 {
  height: 64px;
  font-size: 40px /* 40px -> 40px */;
  color: #196ccf;
  background: url("../images/icon-title.png") no-repeat left top;
  background-size: 46px 46px;
  padding-top: 9px;
  padding-left: 25px;
  margin-left: -25px;
}
.title p {
  width: 450px;
  font-size: 40px /* 40px -> 40px */;
  color: #26282a;
  line-height: 48px;
  font-weight: bold;
}

/* 底部 */
.bottomBg {
  min-height: 560px;
  padding-top: 96px;
  background: url("../images/bototm-icon.png") no-repeat left top;
  background-size: 233px auto;
  background-position-y: 30px;
  background-position-x: 64px;
  background-color: #2c323b;
}

.bottom {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 417px;
  display: flex;
  justify-content: space-between;
}
.bottom .bottomLeft .bottomText {
  margin-bottom: 49px;
}
.bottom .bottomLeft .bottomText p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  margin-bottom: 14px;
}
.bottom .bottomLeft .bottomText h1 {
  font-size: 32px;
  color: #ffffff;
}
.bottom .bottomLeft .bottomInfo{
  width: 100px;
  text-align: center;
}
.bottom .bottomLeft .bottomInfo h1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  margin-bottom: 14px;
}

.bottom .bottomLeft .bottomInfo > img{
  width: 100%;
  height: auto;
}
.bottom .bottomLeft .bottomInfo a {
  margin-right: 6px;
}
.bottom .bottomLeft .bottomInfo a:hover {
  opacity: 0.7;
}
.bottom .bottomLeft .bottomInfo a > img {
  height: 50px;
}
.bottom .bottomNav {
  display: flex;
  justify-content: space-between;
}
.bottom .bottomNav dl {
  margin-left: 85px;
}
.bottom .bottomNav dl:first-child {
  margin-left: 0px;
}
.bottom .bottomNav dl dt {
  margin-bottom: 27px;
}
.bottom .bottomNav dl dt i{
  display: none;
}
.bottom .bottomNav dl dt a {
  font-size: 18px;
  color: #fff;
}
.bottom .bottomNav dl dt a:hover {
  opacity: 0.7;
}
.bottom .bottomNav dl dd a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 28px;
}
.bottom .bottomNav dl dd a:hover {
  opacity: 0.7;
}

.bottomMsg {
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottomMsg img {
  display: none;
}
.bottomMsg a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
.bottomMsg a:hover {
  opacity: 0.7;
}

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    transition-delay: 0s;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    transition-delay: 0s;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes amplify {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amplify {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes amplify2 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amplify2 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* banner */
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  /* transform: scale(1.1); */
  /* transition: all 4s ease-in; */
}
.banner-swiper .swiper-slide img.pc {
  display: block;
}
.banner-swiper .swiper-slide img.sj {
  display: none;
}
/* .banner-swiper .swiper-slide-active img {
  transform: scale(1);
} */
.banner-swiper .swiper-slide-active .banner-swiper-text {
  opacity: 1;
  visibility: visible;
  top: 13%;
}
.banner-swiper .banner-swiper-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 18%;
  left: 28.3%;
  /* transform: translateX(-50%); */
  text-align: center;
  transition: all 1s ease;
  transition-delay: 0.4s;
}
.banner-swiper .banner-swiper-text img{
  width: auto;
  height: 9.4271vw;
}
.banner-swiper .banner-swiper-text h1 {
  font-size: 47px;
  color: #ffffff;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 20px;
}
.banner-swiper .swiper-pagination {
  bottom: 5.2631578947% !important;
}
.banner-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 2.5px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 26px;
  background: rgb(255, 255, 255);
}

/* 关于我们 */
.iaboutus-bg {
  /* width: 972px; */
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  background: url("../images/iab-bg.png") no-repeat top right;
  background-size: 333px 333px;
  background-position-y: 60px;
  background-position-x: 97%;
  padding-top: 75px;
  position: relative;
}
.iaboutus-bg .title {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.iaboutus-main {
  position: relative;
  margin-top: 106px;
}

.iaboutus-text {
  position: absolute;
  top: 140px;
  right: 100px;
  width: 460px;
}
.iaboutus-text p {
  font-size: 20px;
  color: #272727;
  font-weight: normal;
  line-height: 28px /* 28px -> 28px */;
  height: 56px /* 56px -> 56px */;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iaboutus-text a {
  display: inline-block;
  font-size: 16px;
  color: #272727;
  margin-top: 48px;
  transition: all 0.4s ease;
}
.iaboutus-text a:hover {
  color: #196ccf;
  margin-left: 20px;
}
.iaboutus-text a img {
  height: 42px;
  margin-left: 10px;
}

.iaboutus-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.iaboutus-group .item {
  width: 415px;
  height: 100%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.iaboutus-group .item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.iaboutus-group .item:hover h1 {
  margin-top: 0px;
}
.iaboutus-group .item:hover p {
  opacity: 1;
  visibility: visible;
}
.iaboutus-group .item:hover i {
  opacity: 1;
  visibility: visible;
}
.iaboutus-group .item a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iaboutus-group .item h1 {
  font-size: 30px /* 30px -> 30px */;
  color: #ffffff;
  font-weight: bold;
  margin-top: 110px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.iaboutus-group .item p {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}
.iaboutus-group .item i {
  opacity: 0;
  visibility: hidden;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 55px;
  transition: all 0.4s ease;
}
.iaboutus-group .item i::before {
  font-size: 22px /* 22px -> 22px */;
  transition: all 0.4s ease;
}
.iaboutus-group .item i:hover {
  background-color: #196ccf;
}
.iaboutus-group .item i:hover::before {
  color: #fff;
}

.iaboutus-img-group {
  background-color: #080428;
  height: 26.3542vw /* 506px -> 26.3542vw */;
  overflow: hidden;
  position: relative;
}
.iaboutus-img-group .item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -9;
}
.iaboutus-img-group .item.active {
  z-index: 0;
}
.iaboutus-img-group .item.active img {
  -webkit-animation: slideup 1.2s forwards;
          animation: slideup 1.2s forwards;
}
.iaboutus-img-group .item img {
  width: 100%;
  height: 26.3542vw /* 506px -> 26.3542vw */;
  object-fit: cover;
}

/* 创新 */
.innovate {
  margin-top: 56px;
}
.innovate .title {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.innovate-swiper {
  margin-top: 44px;
}

.innovate-swiper1 {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 20px !important;
  margin-bottom: -80px;
  position: relative;
  z-index: 99 !important;
}
.innovate-swiper1 .swiper-slide {
  min-height: 214px;
  padding: 36px 50px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.innovate-swiper1 .swiper-slide div {
  align-items: center;
  display: flex;
}
.innovate-swiper1 .swiper-slide div img {
  height: 50px;
  transition: all 0.4s ease;
}
.innovate-swiper1 .swiper-slide div h1 {
  font-size: 30px /* 30px -> 30px */;
  color: #313131;
  margin-left: 19px;
}
.innovate-swiper1 .swiper-slide h2 {
  opacity: 0;
  visibility: hidden;
  font-size: 30px /* 30px -> 30px */;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}
.innovate-swiper1 .swiper-slide p {
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}
.innovate-swiper1 .swiper-slide-thumb-active {
  box-shadow: 5px 5px 10px #caefff;
  background: url("../images/in-item-bg.jpg") no-repeat center/cover;
}
.innovate-swiper1 .swiper-slide-thumb-active div img {
  filter: grayscale(1) brightness(500%);
}
.innovate-swiper1 .swiper-slide-thumb-active div h1 {
  opacity: 0;
  visibility: hidden;
}
.innovate-swiper1 .swiper-slide-thumb-active h2 {
  opacity: 1;
  visibility: visible;
}
.innovate-swiper1 .swiper-slide-thumb-active p {
  opacity: 1;
  visibility: visible;
}

.innovate-swiper2 .swiper-slide img {
  width: 100%;
  height: auto;
}
.innovate-swiper2 .swiper-slide img.pc {
  display: block;
}
.innovate-swiper2 .swiper-slide img.sj {
  display: none;
}
.innovate-swiper2 .innovate-swiper2-text {
  display: none;
}

/* 新闻动态 */
.inews {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 120px;
  position: relative;
}
.inews .swiper-button-next {
  top: 80px;
  right: 0px;
}
.inews .swiper-button-prev {
  left: auto;
  top: 80px;
  right: 64px;
}
.inews .swiper-button-next,
.inews .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #a6acb2;
  background: none;
  transition: all 0.4s ease;
}
.inews .swiper-button-next::after,
.inews .swiper-button-prev::after {
  font-size: 18px;
  color: #a6acb2;
  transition: all 0.4s ease;
}
.inews .swiper-button-next:hover,
.inews .swiper-button-prev:hover {
  background: #196ccf;
  border-color: #196ccf;
}
.inews .swiper-button-next:hover::after,
.inews .swiper-button-prev:hover::after {
  color: #ffffff;
}
.inews .swiper-pagination {
  display: none;
}

.inews-swiper {
  position: relative;
}
.inews-swiper::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dce3f0;
}
.inews-swiper .swiper-slide {
  width: auto;
  padding-top: 75px;
  margin-right: 30px;
  transition: all 0.8s ease;
}
.inews-swiper .swiper-slide:last-child {
  margin-right: 0px;
}
.inews-swiper .swiper-slide.active::after {
  width: 391px;
}
.inews-swiper .swiper-slide.active .inews-img span {
  opacity: 0;
}
.inews-swiper .swiper-slide.active .inews-text {
  width: 367px;
  opacity: 1;
}
.inews-swiper .swiper-slide::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #196ccf;
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  z-index: 9;
  transition: 1.4s ease;
}
.inews-swiper .swiper-slide a {
  display: flex;
  position: relative;
}
.inews-swiper .swiper-slide .inews-img {
  width: 391px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.inews-swiper .swiper-slide .inews-img::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/inews_bg.png") no-repeat;
  background-size: 100% 100%;
}
.inews-swiper .swiper-slide .inews-img:hover img {
  transform: scale(1.1);
}
.inews-swiper .swiper-slide .inews-img img {
  width: 391px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 1s;
}
.inews-swiper .swiper-slide .inews-img span {
  opacity: 1;
  position: absolute;
  left: 0px;
  bottom: 9.2%;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  z-index: 9;
  transition: ease 1s;
}
.inews-swiper .swiper-slide .inews-text {
  width: 0px;
  opacity: 0;
  transition: 1.4s ease;
  position: relative;
}
.inews-swiper .swiper-slide .inews-text div {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 301px;
}
.inews-swiper .swiper-slide .inews-text span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  padding: 0 13px;
  border-radius: 5px;
  background-color: #196ccf;
  white-space: nowrap;
}
.inews-swiper .swiper-slide .inews-text h1 {
  font-size: 20px;
  color: #373737;
  font-weight: normal;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 30px;
}
.inews-swiper .swiper-slide .inews-text i {
  font-size: 16px;
  color: rgba(52, 52, 52, 0.6);
  transition: all 0.4s ease;
}
.inews-swiper .swiper-slide .inews-text i:hover {
  color: #196ccf;
  margin-left: 20px;
}
.inews-swiper .swiper-slide .inews-text i:hover img {
  filter: none;
}
.inews-swiper .swiper-slide .inews-text i img {
  height: 42px;
  filter: grayscale(1) opacity(0.6);
  margin-left: 10px;
  transition: all 0.4s ease;
}
.inews-swiper .swiper-slide .inews-time {
  position: absolute;
  top: -57px;
  font-size: 20px;
  color: #373737;
  font-weight: bold;
}
.inews-swiper .swiper-wrapper {
  transition: 1s;
}

/* 内页banner */
.detailBanner {
  position: relative;
  overflow: hidden;
}
.detailBanner > img {
  width: 100%;
  height: auto;
  -webkit-animation: scale 3s forwards;
          animation: scale 3s forwards;
}
.detailBanner > img.pc {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailBanner > img.mobile {
  display: none;
}
.detailBanner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailBanner.detailBannerAboutus img.pc {
  -webkit-animation: inenr_banner 7s linear infinite alternate;
          animation: inenr_banner 7s linear infinite alternate;
}
.detailBanner .detailBannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detailBanner .detailBannerText img {
  height: 89px;
}
.detailBanner .detailBannerProductsText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft {
  width: 41.6%;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h1 {
  font-size: 26px;
  color: #26282A;
  opacity: 0.9;
  font-weight: normal;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h2 {
  font-size: 62px;
  color: #26282A;
  font-weight: bold;
  margin-bottom: 15px;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft div span {
  display: block;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  color: #26282A;
  padding: 0 19px;
  border-radius: 30px;
  border: 1px solid #cfd9dc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft a {
  font-size: 18px;
  color: #196ccf;
  transition: all 0.4s ease;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft a:hover {
  margin-left: 20px;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextLeft a img {
  width: auto;
  height: 42px;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextRight {
  width: 53.4%;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-slide img {
  width: 100%;
  height: auto;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: none;
  border: 2px solid #fff;
  margin: 0 7px !important;
}
.detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}

/* 内页标题 */
.detailTitle {
  text-align: center;
  margin-bottom: 46px;
}
.detailTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
  font-weight: bold;
}

/* 面包屑导航 */
.breadcrumbNav {
  height: 78px;
  line-height: 36px;
  margin-top: -78px;
  position: relative;
  z-index: 9;
}
.breadcrumbNav.breadcrumbNavProdutcs ul li:last-child a {
  color: #4c505f;
}
.breadcrumbNav.breadcrumbNavProdutcs ul li img {
  filter: invert(1) opacity(0.6);
}
.breadcrumbNav.breadcrumbNavProdutcs ul li a {
  color: rgba(76, 80, 95, 0.6);
}
.breadcrumbNav.breadcrumbNavProdutcs ul li a:hover {
  opacity: 1;
  color: #4c505f !important;
}
.breadcrumbNav.breadcrumbNavProdutcs ul li i {
  color: rgba(76, 80, 95, 0.6);
}
.breadcrumbNav ul {
  display: flex;
}
.breadcrumbNav ul li {
  display: flex;
  align-items: center;
}
.breadcrumbNav ul li img {
  height: 20px;
}
.breadcrumbNav ul li a {
  font-size: 17px;
  color: #fff;
}
.breadcrumbNav ul li a:hover {
  opacity: 0.8;
}
.breadcrumbNav ul li i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: lighter;
  margin: 0 8px;
}

/* 立国风采 */
.honorBg {
  margin-top: 90px;
  margin-bottom: 112px;
}
.honorBg .honor ul {
  display: flex;
  flex-wrap: wrap;
}
.honorBg .honor ul li {
  width: 47.9%;
  margin-right: 4.2%;
  margin-bottom: 4.2%;
}
.honorBg .honor ul li:nth-child(2n+2) {
  margin-right: 0%;
}
.honorBg .honor ul li .honorImg {
  border-radius: 15px;
  overflow: hidden;
}
.honorBg .honor ul li .honorImg:hover img {
  transform: scale(1.1);
}
.honorBg .honor ul li .honorImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.honorBg .honor ul li .honorText {
  font-size: 32px;
  color: #000000;
  line-height: 34px;
  margin-top: 38px;
}

/* 组织架构 */
.architectureBg {
  padding-top: 100px;
  padding-bottom: 110px;
  background: url("../images/arcBg.jpg") no-repeat center/cover;
}
.architectureBg .architectureTitle{
  text-align: center;
  margin-bottom: 40px;
}
.architectureBg .architectureTitle h1{
  font-size: 42px;
  color: #26282A;
  font-weight: bold;
}
.architectureBg .architecture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 企业文化 */
.culture {
  margin-top: 90px;
  margin-bottom: 120px;
}
.culture .cultureMain ul {
  display: flex;
}
.culture .cultureMain ul li {
  width: 30.5%;
  margin-right: 4.25%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.culture .cultureMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.culture .cultureMain ul li .cultureImg {
  overflow: hidden;
}
.culture .cultureMain ul li .cultureImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.culture .cultureMain ul li:hover .cultureImg img {
  transform: scale(1.1);
}
.culture .cultureMain ul li:hover .cultureText {
  min-height: 280px;
  background-color: #196ccf;
}
.culture .cultureMain ul li:hover .cultureText h1 {
  color: #fff;
}
.culture .cultureMain ul li:hover .cultureText p {
  color: #fff;
}
.culture .cultureMain ul li .cultureText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 190px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80.2%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 9;
  transition: all 0.4s ease;
}
.culture .cultureMain ul li .cultureText h1 {
  font-size: 28px /* 28px -> 28px */;
  color: #151515;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.culture .cultureMain ul li .cultureText p {
  font-size: 17px;
  color: #4c505f;
  line-height: 25px;
  transition: all 0.4s ease;
}

/* 客户服务 */
.servicesBg {
  padding-top: 90px;
  padding-bottom: 96px;
  background: url("../images/serBg.jpg") no-repeat center/cover;
  overflow: hidden;
}
.servicesBg .services {
  position: relative;
}
.servicesBg .services img {
  width: 100%;
  height: auto;
}
.servicesBg .services img.highlight{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease-out 0.1s;
}
.servicesBg .services img.highlight.active{
  opacity: 1;
  visibility: visible;
}
.servicesBg .services .servicesIn {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.servicesBg .services .servicesIn .servicesInRange {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.servicesBg .services .servicesIn .servicesInRange ul {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.servicesBg .services .servicesIn .servicesInRange ul li {
  position: absolute;
  cursor: pointer;
  z-index: 9;
}
.servicesBg .services .servicesIn .servicesInRange ul li:nth-child(1) {
  top: 9%;
  left: 0%;
  width: 100%;
  height: 34%;
}
.servicesBg .services .servicesIn .servicesInRange ul li:nth-child(2) {
  top: 30%;
  left: 3%;
  width: 64.5%;
  height: 66%;
}
.servicesBg .services .servicesIn .servicesInRange ul li:nth-child(3) {
  top: 43.5%;
  left: 59.5%;
  width: 35.5%;
  height: 46.5%;
}
.servicesBg .services .servicesIn .servicesInRange ul li:nth-child(4) {
  display: none;
  top: 34%;
  left: 80.5%;
  width: 19.5%;
  height: 66%;
}
.servicesBg .services .servicesIn .servicesInMain {
  position: absolute;
  top: 25%;
  left: 13%;
  width: 289px;
  height: 289px;
}
.servicesBg .services .servicesIn .servicesInMain.active .servicesInText {
  visibility: visible;
  opacity: 1;
}
.servicesBg .services .servicesIn .servicesInMain > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 13px;
}
.servicesBg .services .servicesIn .servicesInMain > i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  z-index: 9;
}
.servicesBg .services .servicesIn .servicesInMain > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 289px;
  height: 289px;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: rgba(25, 108, 207, 0.7);
  border-radius: 50%;
  -webkit-animation: amplify2 3s infinite 0.1s;
          animation: amplify2 3s infinite 0.1s;
}
.servicesBg .services .servicesChDrop {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  margin-left: 36.5px;
  margin-top: 36.5px;
}
.servicesBg .services .servicesChDrop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: rgba(68, 97, 168, 0.1);
  -webkit-animation: amplify 3s infinite;
          animation: amplify 3s infinite;
}
.servicesBg .services .servicesChDrop span {
  display: block;
}
.servicesBg .services .servicesChDrop span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #136ed3;
  content: "";
  display: block;
}
.servicesBg .services .servicesChDrop span::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(68, 97, 168, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: amplify 3s infinite 0.1s;
          animation: amplify 3s infinite 0.1s;
  content: "";
  display: block;
}
.servicesBg .services .serviceMark{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.servicesBg .services .serviceMark ul{
  position: absolute;
  top: 0px;left: 0px;
  width: 100%;
  height: 100%;
}
.servicesBg .services .serviceMark ul li {
  position: absolute;
  width: 0px;
  height: 0px;
}
.servicesBg .services .servicesCh {
  position: absolute;
  top: 37%;
  right: 17.5%;
  width: 223px;
  height: 164px;
  z-index: 9;
}
.servicesBg .services .servicesCh:hover .servicesInText {
  visibility: visible;
  opacity: 1;
}
.servicesBg .services .servicesCh ul li {
  position: absolute;
  cursor: pointer;
}
.servicesBg .services .servicesCh ul li:nth-child(1) .servicesChDrop i {
  -webkit-animation: amplify 3s infinite 0.1s;
          animation: amplify 3s infinite 0.1s;
}
.servicesBg .services .servicesCh ul li:nth-child(2) .servicesChDrop i {
  -webkit-animation: amplify 3s infinite 0.3s;
          animation: amplify 3s infinite 0.3s;
}
.servicesBg .services .servicesCh ul li:nth-child(3) .servicesChDrop i {
  -webkit-animation: amplify 3s infinite 0.4s;
          animation: amplify 3s infinite 0.4s;
}
.servicesBg .services .servicesCh ul li:nth-child(4) .servicesChDrop i {
  -webkit-animation: amplify 3s infinite 0.2s;
          animation: amplify 3s infinite 0.2s;
}
.servicesBg .services .servicesCh ul li .servicesChDrop {
  position: relative;
  width: 73px;
  height: 73px;
}
.servicesBg .services .servicesCh ul li .servicesChDrop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: rgba(68, 97, 168, 0.1);
  -webkit-animation: amplify 3s infinite;
          animation: amplify 3s infinite;
}
.servicesBg .services .servicesCh ul li .servicesChDrop span {
  display: block;
}
.servicesBg .services .servicesCh ul li .servicesChDrop span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #136ed3;
  content: "";
  display: block;
}
.servicesBg .services .servicesCh ul li .servicesChDrop span::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(68, 97, 168, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: amplify 3s infinite 0.1s;
          animation: amplify 3s infinite 0.1s;
  content: "";
  display: block;
}
.servicesBg .services .servicesCh ul li .servicesInText {
  top: -20px;
}
.servicesBg .servicesInText {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(calc(100% + 26px));
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #196ccf;
  padding: 28px;
  padding-bottom: 50px;
  font-size: 17px;
  color: #696969;
  line-height: 26px;
  display: block;
  box-shadow: 0 0 20px #e0e6f2;
  width: 400px;
  z-index: 9;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  pointer-events: none;
}
.servicesBg .servicesInText::after {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 20px;
  height: 23px;
  background: url("../images/textPop.png") no-repeat center/cover;
  background-size: 20px 23px;
  content: "";
  display: block;
}
.servicesBg .servicesInText h1 {
  font-size: 26px;
  color: #196ccf;
  font-weight: bold;
  margin-bottom: 27px;
}
.servicesBg .servicesInText p span {
  display: table-cell;
}
.servicesBg .servicesInText p span:first-child {
  white-space: nowrap;
}
.servicesBg .servicesMobile .servicesInText {
  display: none;
}

/* EHS动态 */
.news {
  margin-top: 100px;
  margin-bottom: 210px;
}
.news ul li {
  margin-bottom: 40px;
}
.news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.news ul li a:hover {
  box-shadow: 0 0 20px #dfe4f0;
}
.news ul li a:hover .newsImg img {
  transform: scale(1.1);
}
.news ul li a:hover .newsText i img {
  filter: none;
}
.news ul li .newsImg {
  flex: 44.4%;
  border-radius: 10px;
  overflow: hidden;
}
.news ul li .newsImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.news ul li .newsText {
  margin-left: 48px;
}
.news ul li .newsText h1 {
  font-size: 32px;
  color: #000000;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
.news ul li .newsText p {
  font-size: 18px;
  color: #4C505F;
  line-height: 28px;
  margin-bottom: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news ul li .newsText i {
  font-size: 18px;
  color: #272727;
}
.news ul li .newsText i img {
  height: 42px;
  filter: grayscale(1);
  transition: all 0.4s ease;
}

/* EHS法规 */
.law {
  margin-top: 140px;
  margin-bottom: 57px;
}
.law ul {
  display: flex;
  flex-wrap: wrap;
}
.law ul li {
  width: 29.5%;
  margin-right: 5.75%;
  margin-bottom: 5.75%;
  position: relative;
  border-radius: 20px;
  padding-top: 50px;
}
.law ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.law ul li:hover .lawImg img {
  transform: translateY(-65px);
}
.law ul li .lawImg {
  position: relative;
}
.law ul li .lawImg img {
  display: block;
  width: 85.4%;
  height: auto;
  margin-left: 20px;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  transform: translateY(-50px);
  box-shadow: 0 0 10px rgba(59, 59, 59, 0.1);
  transition: all 0.4s ease;
}
.law ul li .lawImg::after {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  height: 256px;
  background-color: #2c323b;
  border-radius: 40px;
  content: "";
  display: block;
}
.law ul li .lawText {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 191px;
  padding: 36px;
  border-radius: 20px 100px 20px 20px;
  background-color: #fff;
  box-shadow: 0px 30px 30px 0px #e5e9f3;
  z-index: 10;
}
.law ul li .lawText h1 {
  color: #272727;
  font-size: 24px /* 24px -> 24px */;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 17px;
}
.law ul li .lawText img {
  height: 38px;
}

/* EHS体系 */
.system {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.system .systemMain {
  padding: 46px 60px;
  border-radius: 8px;
  box-shadow: 0 20px 20px #dde2ef;
  background-color: #fff;
}
.system .systemMain .systemMainItem {
  margin-bottom: 39px;
}
.system .systemMain .systemMainItem h1 {
  font-size: 22px /* 22px -> 22px */;
  color: #323232;
  font-weight: bold;
  margin-bottom: 10px;
}
.system .systemMain .systemMainItem p {
  font-size: 20px;
  color: #575757;
  line-height: 33px /* 33px -> 33px */;
}
.system .systemMain .systemMainItem img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}

/* 产品中心 */
.productsTitle {
  margin-bottom: 46px;
}
.productsTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
}

.products {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.products .productsMain {
  margin-bottom: 45px;
}
.products .productsMain ul {
  display: flex;
  flex-wrap: wrap;
}
.products .productsMain ul li {
  width: 32.1%;
  padding-top: 34px;
  padding-bottom: 31px;
  margin-right: 1.85%;
  margin-bottom: 1.85%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}
.products .productsMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.products .productsMain ul li:hover {
  box-shadow: 0 20px 20px #c4cce2;
  border-color: #196ccf;
}
.products .productsMain ul li:hover .productsMore {
  color: #196ccf;
}
.products .productsMain ul li:hover .productsMore img {
  opacity: 1;
  width: 85px;
}
.products .productsMain ul li:hover .productsImg img {
  transform: scale(1.1);
}
.products .productsMain ul li .productsText {
  padding: 0 3%;
  text-align: center;
}
.products .productsMain ul li .productsText h1 {
  font-size: 24px /* 24px -> 24px */;
  color: #2D2D2D;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 4px;
}
.products .productsMain ul li .productsText p {
  font-size: 17px;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .productsMain ul li .productsImg {
  text-align: center;
  margin: 10px 0px;
  overflow: hidden;
}
.products .productsMain ul li .productsImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.products .productsMain ul li .productsMore {
  text-align: center;
  font-size: 18px;
  color: #2D2D2D;
  transition: all 0.4s ease;
}
.products .productsMain ul li .productsMore img {
  opacity: 0;
  width: 0px;
  height: 42px;
  transition: all 0.4s ease;
}

/* 产品中心详情 */
.productsPar {
  border-radius: 8px;
  overflow: hidden;
}
.productsPar .productsParTab {
  line-height: 98px;
  height: 98px;
  background-color: #196ccf;
}
.productsPar .productsParTab ul {
  display: flex;
}
.productsPar .productsParTab ul li {
  position: relative;
  font-size: 24px /* 24px -> 24px */;
  color: #a8bfe8;
  font-weight: bold;
  transition: all 0.4s ease;
  margin: 0 42px;
  cursor: pointer;
}
.productsPar .productsParTab ul li.active, .productsPar .productsParTab ul li:hover {
  color: #fff;
}
.productsPar .productsParTab ul li.active::after, .productsPar .productsParTab ul li:hover::after {
  width: 100%;
}
.productsPar .productsParTab ul li::after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: #e8f1fa;
  content: "";
  display: block;
  transition: all 0.4s ease;
}
.productsPar .productsParMain {
  background: url("../images/proParBg.jpg") no-repeat center/cover;
  background-color: #fff;
}
.productsPar .productsParMain ul li {
  min-height: 450px;
  padding: 65px 80px;
  display: none;
}
.productsPar .productsParMain ul li.active {
  display: block;
}
.productsPar .productsParMain ul li h1 {
  font-size: 22px /* 22px -> 22px */;
  color: #333434;
  font-weight: bold;
  margin-bottom: 19px;
}
.productsPar .productsParMain ul li p {
  font-size: 17px;
  color: #696969;
  line-height: 28px;
}

/* 相关产品 */
.productsCorrelation {
  padding-top: 0px !important;
  overflow: hidden;
  position: relative;
}
.productsCorrelation .productsCorrelationTitle {
  margin-bottom: 42px;
}
.productsCorrelation .productsCorrelationTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282a;
  font-weight: bold;
}
.productsCorrelation .productsCorrelationSwiper {
  overflow: visible !important;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide {
  padding-top: 34px;
  padding-bottom: 31px;
  margin-right: 1.85%;
  margin-bottom: 1.85%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide:hover {
  box-shadow: 0 20px 20px #c4cce2;
  border-color: #196ccf;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide:hover .productsMore {
  color: #196ccf;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide:hover .productsMore img {
  opacity: 1;
  width: 85px;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide:hover .productsImg img {
  transform: scale(1.1);
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText {
  text-align: center;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText h1 {
  font-size: 24px /* 24px -> 24px */;
  color: #2D2D2D;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 4px;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText p {
  font-size: 18px;
  color: #87898F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsImg {
  text-align: center;
  margin: 10px 0px;
  overflow: hidden;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsImg img {
  height: 300px;
  transition: all 0.4s ease;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsMore {
  text-align: center;
  font-size: 18px;
  color: #2D2D2D;
  transition: all 0.4s ease;
}
.productsCorrelation .productsCorrelationSwiper .swiper-slide .productsMore img {
  opacity: 0;
  width: 0px;
  height: 42px;
  transition: all 0.4s ease;
}
.productsCorrelation .productsCorrelationSwiper .swiper-pagination {
  opacity: 0;
}
.productsCorrelation .scrollbar {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 87.5%;
  height: 1px;
  background-color: #b2b2b2;
}
.productsCorrelation .scrollbar .scrollbarItem {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #196ccf;
  transition: all 0.4s ease;
}

.contentBg {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f3f5f9;
}
.contentBg .contenLeft {
  width: 77.7%;
}

/* 联系我们 */
.contactus {
  margin-top: 100px;
  margin-bottom: 120px;
}
.contactus .contactusInfoBig {
  display: flex;
  align-items: center;
  height: 426px;
  border-radius: 8px;
  overflow: hidden;
  background: url("../images/contactusBg.jpg") no-repeat center/cover;
}
.contactus .contactusInfoBig .contactusInfoBigText {
  max-width: 570px;
  padding-left: 50px;
}
.contactus .contactusInfoBig .contactusInfoBigText p {
  font-size: 20px;
  line-height: 33px /* 33px -> 33px */;
  background-image: -webkit-linear-gradient(left, #5f697f, #86a0c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contactus .contactusInfoSmall ul {
  display: flex;
  justify-content: space-between;
}
.contactus .contactusInfoSmall ul li {
  width: 48.6%;
  min-height: 148px;
  padding: 50px;
  margin-right: 2.8%;
  margin-top: 2.8%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.contactus .contactusInfoSmall ul li:nth-child(even) {
  margin-right: 0%;
}
.contactus .contactusInfoSmall ul li .contactusInfoSmallTitle {
  font-size: 22px /* 22px -> 22px */;
  color: #151515;
  font-weight: bold;
  margin-bottom: 12px;
}
.contactus .contactusInfoSmall ul li .contactusInfoSmallMain {
  display: flex;
  justify-content: space-between;
}
.contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallText {
  font-size: 17px;
  line-height: 25px;
  color: #696969;
}
.contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallImg img {
  height: 100px;
  border-radius: 5px;
}

/* 人才理念 */
.idea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 140px;
}
.idea .ideaImg {
  border-radius: 0px 30px 0px 30px;
  width: 57%;
  overflow: hidden;
}
.idea .ideaImg:hover img {
  transform: scale(1.1);
}
.idea .ideaImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.idea .ideaText {
  width: 37.2%;
}
.idea .ideaText h1 {
  font-size: 42px;
  color: #26282a;
  font-weight: bold;
  margin-bottom: 26px;
}
.idea .ideaText p {
  font-size: 17px;
  color: #696969;
  line-height: 25px;
}

/* 职业培训 */
.trainBg {
  padding-top: 110px;
  padding-bottom: 130px;
  background: url("../images/trainBg.jpg") no-repeat center/cover;
}
.trainBg .train .trainTitle {
  margin-bottom: 51px;
}
.trainBg .train .trainTitle h1 {
  font-size: 42px;
  color: #26282A;
  font-weight: bold;
}
.trainBg .train .trainMain ul {
  display: flex;
  flex-wrap: wrap;
}
.trainBg .train .trainMain ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 31.9%;
  height: 260px;
  margin-right: 2.15%;
  margin-bottom: 2.15%;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.trainBg .train .trainMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.trainBg .train .trainMain ul li img {
  height: 60px;
}
.trainBg .train .trainMain ul li h1 {
  font-size: 26px;
  color: #2a2929;
  font-weight: bold;
  margin-top: 18px;
}
.trainBg .train .trainMain ul li i {
  position: absolute;
  left: 40px;
  top: 0px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #196ccf;
  font-size: 26px;
  color: #fff;
  border-radius: 0px 0px 8px 8px;
}

/* 人才招聘 */
.join ul li {
  height: 80px;
  min-height: 80px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.join ul li.active {
  height: auto;
  min-height: 700px;
}
.join ul li.active .joinTitle {
  background-color: #196ccf;
}
.join ul li.active .joinTitle h1 {
  color: #fff;
}
.join ul li.active .joinTitle span {
  color: #fff;
}
.join ul li.active .joinTitle span img {
  filter: grayscale(1) brightness(500%);
}
.join ul li.active .joinTitle i {
  color: #fff;
  transform: rotate(0deg);
}
.join ul li:hover .joinTitle {
  background-color: #196ccf;
}
.join ul li:hover .joinTitle h1 {
  color: #fff;
}
.join ul li:hover .joinTitle span {
  color: #fff;
}
.join ul li:hover .joinTitle span img {
  filter: grayscale(1) brightness(500%);
}
.join ul li:hover .joinTitle i {
  color: #fff;
}
.join ul li .joinTitle {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.join ul li .joinTitle h1 {
  width: 323px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.join ul li .joinTitle span {
  display: block;
  width: 300px;
  font-size: 18px;
  color: #333333;
}
.join ul li .joinTitle span img {
  height: 20px;
  margin-top: -2px;
  transition: all 0.4s ease;
}
.join ul li .joinTitle i {
  color: #333333;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.join ul li .joinMain {
  padding: 0 60px;
  padding-top: 47px;
  padding-bottom: 56px;
}
.join ul li .joinMain h1 {
  font-size: 20px;
  color: #3b3b3b;
  font-weight: bold;
}
.join ul li .joinMain p {
  font-size: 16px;
  color: #393b3d;
  line-height: 24px;
}
.join ul li .joinBtn {
  margin-top: 64px;
}
.join ul li .joinBtn a {
  font-size: 16px;
  color: #196ccf;
}
.join ul li .joinBtn img {
  height: 42px;
  margin-left: 7px;
}

/* 新闻动态 */
.newsListCon {
  margin-top: 40px;
  margin-bottom: 40px;
}

.newsListMain {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 90px;
}

.newsListMain .commonMain {
  max-width: var(--content-Wdith);
  margin: 0px auto;
  padding: 0px 20px;
}

.newsListMain .newsImgListBox {
  display: flex;
}

.newsListMain .newsImgListBox .newsImgList {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide {
  position: relative;
  overflow: hidden;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
  position: relative;
  overflow: hidden;
  padding-top: 52%;
  border-radius: 15px;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.8s ease;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
  padding-top: 15px;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide .content .title {
  font-size: 16px;
  color: #333;
  width: 100%;
  text-align: left;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide .content .time {
  padding-top: 10px;
  font-size: 14px;
  color: #b0b0b0;
}

.newsListMain .newsImgListBox .newsImgList .newsImgListPage {
  display: none;
}

.newsListMain .newsImgListBox .newsImgList .swiper-slide:hover img {
  transform: scale(1.1);
}

.newsListMain .newsImgListBox .newsImgList .newsImgListPage {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.newsListMain .newsImgListBox .newsImgList .newsImgListPage span {
  background: #cccccc;
  opacity: 1;
  margin: 0px 3px;
}

.newsListMain .newsImgListBox .newsImgList .newsImgListPage span.swiper-pagination-bullet-active {
  background: var(--vi-color);
}

.newsListMain .newsImgListBox .newsImgListText {
  width: 28%;
  min-height: 300px;
  padding: 10px 0px;
  margin-left: 80px;
  display: none;
}

.newsListMain .newsImgListBox .newsImgListText .list {
  border-bottom: 1px solid #ebe5e5;
  position: relative;
}

.newsListMain .newsImgListBox .newsImgListText .list a {
  padding: 30px 0px;
  display: block;
  position: relative;
}

.newsListMain .newsImgListBox .newsImgListText .list::after {
  content: "";
  display: block;
  bottom: -1px;
  left: 0px;
  width: 0px;
  height: 2px;
  position: absolute;
  background: var(--vi-color);
  transition: 0.8s ease;
}

.newsListMain .newsImgListBox .newsImgListText .list a .title {
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
}

.newsListMain .newsImgListBox .newsImgListText .list a .time {
  margin-top: 15px;
  font-size: 14px;
  color: #b0b0b0;
}

.newsListMain .newsImgListBox .newsImgListText .list.cur::after {
  width: 100%;
}

.newsListMain .newsImgListBox .newsImgListText .list.cur a .title {
  color: var(--vi-color);
}

.newsListMain .newsImgListBox .newsImgListText .list:last-child {
  border: none;
}

.newsListMain .newsImgListBox .newsImgListText .list:last-child::after {
  display: none;
}

.newsListMain .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px;
}

.newsListMain .newsList .list {
  width: 100%;
  margin: 20px 0px 0px;
  transform: translate3d(0px, 0px, 1px);
  transition: 0.8s ease;
}

.newsListMain .newsList .list .imgBox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 15px 15px -20px rgba(0, 0, 0, 0);
  transition: 0.8s ease;
}

.newsListMain .newsList .list .imgBox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.8s ease;
}

.newsListMain .newsList .list .imgBox .time {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0px 10px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 40px;
  background-color: rgba(25, 108, 207, 0.4);
}

.newsListMain .newsList .list .title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  width: 100%;
  text-align: left;
}

.newsListMain .newsList .list:hover {
  transform: translate3d(0px, -10px, 1px);
}

.newsListMain .newsList .list:hover .imgBox {
  box-shadow: 0px 30px 15px -20px rgba(0, 0, 0, 0.2);
}

.newsListMain .newsList .list:hover .imgBox img {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .newsListCon {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .newsListMain .commonMain {
    max-width: auto;
  }
  .newsListMain .newsImgListBox .newsImgList {
    border-radius: 18px;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide {
    padding-top: 0px;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
    position: inherit;
    overflow: visible;
    padding-top: 0px;
    border-radius: 10px;
  }
  .newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
    display: none;
  }
  .newsListMain .newsImgListBox .newsImgListText {
    margin-left: 96px;
    display: block;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 36px 0px;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .title {
    font-size: 21.6px;
    line-height: 33.6px;
    height: 67px;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 18px;
    font-size: 16px;
  }
  .newsListMain .newsList {
    margin: 0px -24px;
  }
  .newsListMain .newsList .list {
    width: calc(50% - 48px);
    margin: 120px 24px 0px;
  }
  .newsListMain .newsList .list .imgBox .time {
    left: 18px;
    top: 18px;
    padding: 0px 24px;
    line-height: 48px;
    font-size: 20px;
  }
  .newsListMain .newsList .list .title {
    margin-top: 48px;
    font-size: 21.6px;
    line-height: 34px;
    height: 70px;
  }
  .newsListMain .newsList .list:hover {
    transform: translate3d(0px, -36px, 0px);
  }
  .newsListMain .newsList .list:hover .imgBox {
    box-shadow: 0px 36px 18px -24px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .newsListMain .newsList {
    margin: 0px -20px;
  }
  .newsListMain .newsList .list {
    width: calc(33.3333% - 40px);
    margin: 100px 20px 0px;
  }
}
@media (min-width: 1200px) {
  .newsListCon {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .newsListMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .newsListMain .newsImgListBox .newsImgList {
    border-radius: 15px;
  }
  .newsListMain .newsImgListBox .newsImgListText {
    margin-left: 80px;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 30px 0px;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }
  .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 15px;
    font-size: 16px;
  }
  .newsListMain .newsList {
    margin: 0px -20px;
  }
  .newsListMain .newsList .list {
    width: calc(33.3333% - 40px);
    margin: 80px 20px 0px;
  }
  .newsListMain .newsList .list .imgBox .time {
    left: 15px;
    top: 15px;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .newsListMain .newsList .list .title {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
    height: 58px;
  }
  .newsListMain .newsList .list:hover {
    transform: translate3d(0px, -30px, px);
  }
  .newsListMain .newsList .list:hover .imgBox {
    box-shadow: 0px 30px 15px -20px rgba(0, 0, 0, 0.2);
  }
}
/* 管理体系 */
.manageBg {
  padding-top: 92px;
  padding-bottom: 150px;
  background: url("../images/manageBg.jpg") no-repeat center/cover;
}
.manageBg .manage .manageTitle {
  text-align: center;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.manageBg .manage .manageTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
  font-weight: bold;
  margin-bottom: 17px;
}
.manageBg .manage .manageTitle p {
  font-size: 17px;
  color: #696969;
  line-height: 28px /* 28px -> 28px */;
}
.manageBg .manage .manageTitle img {
  width: auto;
  height: 63px;
  margin-top: 19px;
}
.manageBg .manage .manageMain ul {
  height: 337px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.manageBg .manage .manageMain ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 32%;
  height: 312px;
  padding: 0 58px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}
.manageBg .manage .manageMain ul li:hover {
  height: 337px;
  background: url("../images/man1ItemBg.png") no-repeat center/cover;
}
.manageBg .manage .manageMain ul li:hover .manageImg {
  filter: grayscale(1) brightness(500%);
}
.manageBg .manage .manageMain ul li:hover .manageText h1 {
  color: #fff;
}
.manageBg .manage .manageMain ul li:hover .manageText p {
  color: #fff;
}
.manageBg .manage .manageMain ul li .manageImg {
  display: flex;
  justify-content: flex-end;
}
.manageBg .manage .manageMain ul li .manageImg img {
  height: 80px;
}
.manageBg .manage .manageMain ul li .manageText {
  margin-top: 20px;
}
.manageBg .manage .manageMain ul li .manageText h1 {
  font-size: 30px /* 30px -> 30px */;
  color: #2E3032;
  font-weight: bold;
  margin-bottom: 18px;
}
.manageBg .manage .manageMain ul li .manageText p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 17px;
  color: #7B7B7B;
  line-height: 25px;
}

/* 管理体系2 */
.manage2Bg {
  padding-top: 120px;
}
.manage2Bg .manage2 ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.manage2Bg .manage2 ul li:nth-child(odd) {
  flex-direction: row;
}
.manage2Bg .manage2 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.manage2Bg .manage2 ul li .manage2Img {
  border-radius: 8px;
  overflow: hidden;
  width: 58.3%;
}
.manage2Bg .manage2 ul li .manage2Img:hover img {
  transform: scale(1.1);
}
.manage2Bg .manage2 ul li .manage2Img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.manage2Bg .manage2 ul li .manage2Text {
  width: 35.4%;
}
.manage2Bg .manage2 ul li .manage2Text h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 26px;
}
.manage2Bg .manage2 ul li .manage2Text p {
  font-size: 17px;
  color: #696969;
  line-height: 25px;
}

/* 管理体系3 */
.manage3Bg {
  padding-top: 93px;
  padding-bottom: 122px;
  background: url("../images/man3Bg.jpg") no-repeat center/cover;
}
.manage3Bg .manage3 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

.imgzoom_pack {
  z-index: 9999 !important;
}

.imgzoom_pack .imgzoom_img {
  background: #fff !important;
}

/* 研发中心 */
.center {
  padding-top: 93px;
  padding-bottom: 20px;
}
.center .centerTitle {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 140px;
}
.center .centerTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}
.center .centerTitle .desc {
  font-size: 17px;
  color: #696969;
  line-height: 28px /* 28px -> 28px */;
}
.center .centerTitle img {
  display: block;
  width: auto;
  height: 63px;
  margin: 0 auto;
  margin-top: 19px;
}
.center .centerMain {
  overflow: hidden;
}
.center .centerMain ul li {
  position: relative;
  margin-bottom: 100px;
}
.center .centerMain ul li:nth-child(odd) .centerImg {
  border-radius: 0px 8px 8px 0px;
}
.center .centerMain ul li:nth-child(odd) .centerRight {
  justify-content: flex-end;
}
.center .centerMain ul li:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.center .centerMain ul li:nth-child(even) .centerImg {
  border-radius: 8px 0px 0px 8px;
}
.center .centerMain ul li .centerImg {
  width: 55.5%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.center .centerMain ul li .centerImg:hover img {
  transform: scale(1.1);
}
.center .centerMain ul li .centerImg img {
  width: 100%;
  height: auto;
  min-height: 430px;
  object-fit: cover;
  transition: all 0.4s ease;
}
.center .centerMain ul li .centerRight {
  display: flex;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.center .centerMain ul li .centerRight .centerText {
  width: 36%;
}
.center .centerMain ul li .centerRight .centerText h1 {
  font-size: 40px /* 40px -> 40px */;
  color: #000000;
  line-height: 48px;
  margin-top: -6px;
  margin-bottom: 23px;
}
.center .centerMain ul li .centerRight .centerText img {
  height: 29px;
  margin-bottom: 23px;
}
.center .centerMain ul li .centerRight .centerText .desc{
  max-height: 250px;
  padding-right: 20px;
  overflow-y: auto;
}
.center .centerMain ul li .centerRight .centerText .desc::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d5d5d5;
}

.center .centerMain ul li .centerRight .centerText .desc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #d5d5d5;
}

.center .centerMain ul li .centerRight .centerText .desc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: var(--vi-color); 
}
.center .centerMain ul li .centerRight .centerText p {
  font-size: 17px;
  color: #696969;
  line-height: 25px /* 28px -> 28px */;
}

/* 资质认证 */
.honor2Bg {
  padding-bottom: 189px;
  padding-top: 160px;
  background: url("../images/honorBg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.honor2Bg .honor2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.honor2Bg .honor2 .honor2Title {
  position: relative;
  width: 22.2%;
  margin-top: 37px;
}
.honor2Bg .honor2 .honor2Title h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282a;
  font-weight: bold;
  margin-bottom: 80px;
}
.honor2Bg .honor2 .honor2Title .swiper-button-next,
.honor2Bg .honor2 .honor2Title .swiper-button-prev {
  position: static !important;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #aab0b6;
  margin-top: 0px;
  transition: all 0.4s ease;
}
.honor2Bg .honor2 .honor2Title .swiper-button-next::after,
.honor2Bg .honor2 .honor2Title .swiper-button-prev::after {
  font-size: 18px;
  color: #aab0b6;
  transition: all 0.4s ease;
}
.honor2Bg .honor2 .honor2Title .swiper-button-next:hover,
.honor2Bg .honor2 .honor2Title .swiper-button-prev:hover {
  background: #196ccf;
  border-color: #196ccf;
}
.honor2Bg .honor2 .honor2Title .swiper-button-next:hover::after,
.honor2Bg .honor2 .honor2Title .swiper-button-prev:hover::after {
  color: #fff;
}
.honor2Bg .honor2 .honor2Title .swiper-button-prev {
  margin-right: 10px;
}
.honor2Bg .honor2 .honor2Swiper {
  width: 74.4%;
  height: auto;
  padding: 20px;
  padding-right: 60px;
  /* padding-top: 50px; */
  /* margin-top: -50px; */
  margin-right: 0px;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide{
  /* height: auto !important; */
  visibility: visible !important;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul{
  display: flex;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li {
  width: 46.9%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 10px 10px 15px #939ba3;
  cursor: pointer;
  bottom: 0px;
  margin-right: 6.2%;
  /* margin-bottom: 6.2%; */
  transition: all 0.4s ease;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li:last-child{
  margin-right: 0%;
}
/* .honor2Bg .honor2 .honor2Swiper .swiper-slide ul li:hover {
  bottom: 50px;
} */
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2SmallBg{
  position: relative;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2SmallBg > img {
  width: 100%;
  height: auto;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Img {
  width: 48%;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Img img {
  width: 100%;
  height: auto;
}
.honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Text {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  font-size: 32px;
  color: #333;
  padding: 0 38px;
  padding-bottom: 34px;
}
.honor2Bg .honor2 .honor2Swiper .swiper-scrollbar {
  border-radius: 0px;
  top: 3.5%;
  width: 3px;
  height: 93%;
}
.honor2Bg .honor2 .honor2Swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  background: var(--vi-color);
  cursor: pointer;
}

/* 留言反馈 */
.breadcrumbNavMessage {
  transform: translateY(-75px);
}

.messageBg {
  padding-bottom: 120px;
  background-color: #fafcfe;
}
.messageBg .message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 570px;
  margin-top: -80px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px #ebeff7;
  padding: 100px;
  padding-bottom: 70px;
  z-index: 9;
}
.messageBg .message .messageInput {
  width: 49%;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ebeef1;
  position: relative;
}
.messageBg .message .messageInput input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: #f8f8f8;
  font-size: 18px;
  color: #3f3f3f;
  padding: 0 32px;
}
.messageBg .message .messageInput span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  font-size: 18px;
  color: #3f3f3f;
}
.messageBg .message .messageInput span i {
  color: #196ccf;
  font-weight: bold;
}
.messageBg .message .messageTextarea {
  width: 100%;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ebeef1;
  position: relative;
}
.messageBg .message .messageTextarea textarea {
  width: 100%;
  height: 105px;
  border: 0;
  outline: 0;
  background-color: #f8f8f8;
  resize: none;
  font-size: 18px;
  color: #3f3f3f;
  padding: 19px 32px;
}
.messageBg .message .messageTextarea span {
  display: block;
  position: absolute;
  top: 19px;
  left: 32px;
  font-size: 18px;
  color: #3f3f3f;
}
.messageBg .message .messageTextarea span i {
  color: #196ccf;
  font-weight: bold;
}
.messageBg .message .messageCode input {
  padding-right: 120px;
}
.messageBg .message .messageCode img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.messageBg .message .messageSubmit {
  width: 100%;
  margin-top: 43px;
  text-align: center;
  cursor: pointer;
}
.messageBg .message .messageSubmit input {
  font-size: 18px;
  color: #272727;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.messageBg .message .messageSubmit img {
  height: 42px;
}

/* 分类 */
.conList {
  width: 18.7%;
  min-height: 100vh;
  padding-left: 45px;
  border-left: 1px dashed #e2e3e5;
}
.conList h1 {
  display: none;
}
.conList ul li {
  margin-bottom: 19px;
}
.conList ul li.active a, .conList ul li:hover a {
  background-color: #196ccf;
  color: #ffffff;
  font-weight: bold;
}
.conList ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  font-size: 18px;
  color: #000000;
  transition: all 0.4s ease;
}

/* 分页 */
.pageMainBg #pagination a {
  background-color: #f6f6f6;
}

.pageMain {
  padding: 0px 0px 40px;
  overflow: hidden;
  position: relative;
}

.pageMain .commonMain {
  max-width: var(--content-Wdith);
  margin: 0px auto;
  padding: 0px 20px;
}

.pageMain #pagination {
  text-align: center;
  display: none;
}

.pageMain #pagination a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 8px;
  padding: 0px;
  margin: 0px 4px;
  position: relative;
  border: none;
  font-size: 14px;
}

.pageMain #pagination a:hover {
  color: var(--vi-color);
}

.pageMain #pagination a.layui-laypage-prev {
  font-size: 16px;
}

.pageMain #pagination a.layui-laypage-next {
  font-size: 16px;
}

.pageMain #pagination .layui-laypage .layui-laypage-curr,
.pageMain #pagination .layui-laypage .layui-laypage-spr {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  padding: 0px;
  margin: 0px 4px;
  font-weight: 600;
}

.pageMain #pagination .layui-laypage .layui-laypage-curr em {
  border-radius: 8px;
  background: #196ccf;
}

.pageMain .loadMore {
  display: flex;
  justify-content: center;
}

.pageMain .loadMore a {
  display: flex;
  align-items: center;
  transition: 0.8s ease;
  font-size: 12px;
  justify-content: center;
  color: #314a61;
  width: 130px;
  border-radius: 45px;
  height: 45px;
  border: 2px solid #196ccf;
}

.pageMain .loadMore a .icon {
  margin-left: 10px;
  width: 12px;
  height: 13px;
  transition: 0.6s ease;
  background-position: 0px -14px;
  background-repeat: no-repeat;
  background-image: url(//res.module.kaolasz.top/images/HL1GBCD1/solution001_06.png);
  display: block;
}

.pageMain .loadMore a:hover {
  background: #196ccf;
  color: #fff;
}

.pageMain .loadMore a:hover .icon {
  background-position: 0px 0px;
}

@media (min-width: 768px) {
  .pageMain {
    padding: 0px 0px 132px;
  }
  .pageMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .pageMain #pagination {
    display: block;
  }
  .pageMain #pagination a {
    height: 57.6px;
    line-height: 57.6px;
    width: 57.6px;
    border-radius: 18px;
    margin: 0px 6px;
    font-size: 16px;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr,
.pageMain #pagination .layui-laypage .layui-laypage-spr {
    height: 57.6px;
    line-height: 57.6px;
    width: 57.6px;
    font-size: 21.6px;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    border-radius: 18px;
  }
  .pageMain #pagination a.layui-laypage-prev {
    font-size: 19.2px;
  }
  .pageMain #pagination a.layui-laypage-next {
    font-size: 19.2px;
  }
  .pageMain .loadMore {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pageMain {
    padding: 0px 0px 0px;
  }
  .pageMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .pageMain #pagination a {
    height: 48px;
    line-height: 48px;
    width: 48px;
    border-radius: 8px;
    margin: 0px 4px;
    font-size: 16px;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr,
.pageMain #pagination .layui-laypage .layui-laypage-spr {
    height: 48px;
    line-height: 48px;
    width: 48px;
    font-size: 20px;
    margin: 0 7px;
  }
  .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    border-radius: 8px;
  }
  .pageMain #pagination a.layui-laypage-prev {
    font-size: 18px;
  }
  .pageMain #pagination a.layui-laypage-next {
    font-size: 18px;
  }
}
/* 新闻详情 */
@font-face {
  font-family: "shareIcon";
  src: url("data:font/ttf;charset=utf-8;base64,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sSQBFCuwBEMusCQrLbA5LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEkARQrLbA6LLEJBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEkARQrLbA7LLAuKy6xJAEUKy2wPCywLyshIyAgPLAEI0IjOLEkARQrsARDLrAkKy2wPSywABUgR7AAI0KyAAEBFRQTLrAqKi2wPiywABUgR7AAI0KyAAEBFRQTLrAqKi2wPyyxAAEUE7ArKi2wQCywLSotsEEssAAWRSMgLiBGiiNhOLEkARQrLbBCLLAJI0KwQSstsEMssgAAOistsEQssgABOistsEUssgEAOistsEYssgEBOistsEcssgAAOystsEgssgABOystsEkssgEAOystsEossgEBOystsEsssgAANystsEwssgABNystsE0ssgEANystsE4ssgEBNystsE8ssgAAOSstsFAssgABOSstsFEssgEAOSstsFIssgEBOSstsFMssgAAPCstsFQssgABPCstsFUssgEAPCstsFYssgEBPCstsFcssgAAOCstsFgssgABOCstsFkssgEAOCstsFossgEBOCstsFsssDArLrEkARQrLbBcLLAwK7A0Ky2wXSywMCuwNSstsF4ssAAWsDArsDYrLbBfLLAxKy6xJAEUKy2wYCywMSuwNCstsGEssDErsDUrLbBiLLAxK7A2Ky2wYyywMisusSQBFCstsGQssDIrsDQrLbBlLLAyK7A1Ky2wZiywMiuwNistsGcssDMrLrEkARQrLbBoLLAzK7A0Ky2waSywMyuwNSstsGossDMrsDYrLbBrLCuwCGWwAyRQeLABFTAtAABLuADIUlixAQGOWbkIAAgAYyCwASNEILADI3CwDkUgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbABRWMjYrACI0SzCgkFBCuzCgsFBCuzDg8FBCtZsgQoCUVSRLMKDQYEK7EGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAAAAAAAAAAAAAA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") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.social-share-icon {
  font-family: "shareIcon";
}

.social-share .icon-tencent:before {
  content: "\f07a";
}

.social-share .icon-qq:before {
  content: "\f11a";
}

.social-share .icon-weibo:before {
  content: "\f12a";
}

.social-share .icon-wechat:before {
  content: "\f09a";
}

.social-share .icon-douban:before {
  content: "\f10a";
}

.social-share .icon-heart:before {
  content: "\f20a";
}

.social-share .icon-like:before {
  content: "\f00a";
}

.social-share .icon-qzone:before {
  content: "\f08a";
}

.social-share .icon-linkedin:before {
  content: "\f01a";
}

.social-share .icon-diandian:before {
  content: "\f05a";
}

.social-share .icon-facebook:before {
  content: "\f03a";
}

.social-share .icon-google:before {
  content: "\f04a";
}

.social-share .icon-twitter:before {
  content: "\f06a";
}

.wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 190px;
  margin-top: -96px;
  margin-left: -100px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.wechat-qrcode.bottom:after {
  display: none;
}

.wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.wechat-qrcode .closeWechat {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  z-index: 9;
  transform: rotate(-45deg);
  cursor: pointer;
}

.wechat-qrcode .closeWechat:after {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  content: "";
  display: block;
  background: #666;
}

.wechat-qrcode .closeWechat::before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  content: "";
  display: block;
  background: #666;
}

.newsDetailMain {
  padding: var(--padding);
  overflow: hidden;
  position: relative;
}

.newsDetailMain .commonMain {
  max-width: var(--content-Wdith);
  margin: 0px auto;
  padding: 0px 20px;
}

.newsDetailTitleBox {
  padding: 89px 0px 37px;
  background-image: url("../images/news-de-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.newsDetailTitleBox .commonMain {
  max-width: var(--content-Wdith);
  margin: 0px auto;
  padding: 0px 20px;
}

.newsDetailTitle {
  max-width: 900px;
  margin: 0px auto;
}

.newsDetailTitle .title {
  font-size: 17.5px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}

.newsDetailTitle .time {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}

.newsDetailTitle .time .Slash {
  padding: 0px 5px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.2);
}

.newsDetailTitle .time::after {
  content: "";
  flex: 1;
  margin-left: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.newsDetailBox {
  max-width: 900px;
  margin: 0px auto;
}

.newsDetailBox .newsDetailShare {
  display: flex;
  align-items: center;
}

.newsDetailBox .newsDetailShare a {
  display: block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  color: #196ccf;
  border-radius: 100%;
  font-size: 18px;
  background: #f4f4f4;
}

.newsDetailBox .newsDetailShare a.icon-wechat:hover {
  color: #fff;
  background-color: #04b709;
}

.newsDetailBox .newsDetailShare a.icon-weibo:hover {
  color: #fff;
  background-color: #e30e0e;
}

.newsDetailBox .newsDetailShare a.icon-tencent:hover {
  color: #fff;
  background-color: #2888ff;
}

.newsDetailBox .newsDetailShare a.icon-twitter:hover {
  color: #fff;
  background-color: #28aae1;
}

.newsDetailBox .newsDetail {
  padding: 20px 0px;
  font-size: var(--text-fontsize);
  line-height: var(--text-lineheight);
  color: var(--text-color);
}

.newsDetailBox .newsDetail img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.newsDetailBox .prevNextArticle {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
}

.newsDetailBox .prevNextArticle a {
  transition: 0.3s ease;
  width: 48px;
  margin-right: 10px;
  padding: 0px 15px;
  height: 32px;
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid #999999;
  position: relative;
  color: #999999;
  display: flex;
  justify-content: center;
  font-size: 14px;
  align-items: center;
}

.newsDetailBox .prevNextArticle a div {
  position: relative;
  z-index: 20;
}

.newsDetailBox .prevNextArticle a .prevText, .newsDetailBox .prevNextArticle a .nextText {
  white-space: nowrap;
  display: none;
  color: #999999;
}

.newsDetailBox .prevNextArticle a::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
  z-index: 1;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 47px;
  right: -2px;
  bottom: -2px;
  background-color: var(--vi-color);
  background-image: linear-gradient(73deg, startHoverBgColor 0%, endHoverBgColor 100%);
}

.newsDetailBox .prevNextArticle a:hover {
  color: #fff;
  border-color: #1273db;
}

.newsDetailBox .prevNextArticle a:hover::after {
  opacity: 1;
  visibility: visible;
}

.newsDetailBox .prevNextArticle a:last-child {
  margin: 0px;
}

@media (min-width: 768px) {
  .newsDetailMain {
    padding: var(--padding-768);
  }
  .newsDetailMain .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .newsDetailTitleBox {
    padding: 18.1296px 0px 120px;
  }
  .newsDetailTitleBox .commonMain {
    max-width: var(--content-Wdith-768);
  }
  .newsDetailTitle .title {
    font-size: 44px;
    line-height: 57.6px;
  }
  .newsDetailTitle .time {
    font-size: 19.2px;
  }
  .newsDetailTitle .time .Slash {
    padding: 0px 0.796px;
  }
  .newsDetailBox .newsDetailShare a {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21.6px;
  }
  .newsDetailBox .newsDetail {
    padding: 60px 0px;
    font-size: var(--text-fontsize-768);
    line-height: var(--text-lineheight-768);
  }
  .newsDetailBox .prevNextArticle {
    padding-top: 48px;
    align-items: center;
    justify-content: right;
  }
  .newsDetailBox .prevNextArticle a {
    padding: 0px 28.8px;
    width: 80px;
    margin-right: 12px;
    height: 56px;
    border-radius: 56px;
    font-size: 16px;
  }
  .newsDetailBox .prevNextArticle a:hover .prevText {
    margin-left: 12px;
  }
  .newsDetailBox .prevNextArticle a:hover .nextText {
    margin-right: 12px;
  }
  .newsDetailBox .prevNextArticle a.prevPageBtn:hover {
    width: 141px;
  }
  .newsDetailBox .prevNextArticle a.nextPageBtn:hover {
    width: 141px;
  }
}
@media (min-width: 1200px) {
  .newsDetailMain {
    padding: 82px 0px;
  }
  .newsDetailMain .commonMain {
    max-width: var(--content-Wdith-1200);
  }
  .newsDetailTitleBox {
    padding: 286px 0px 95px;
  }
  .newsDetailTitleBox .commonMain {
    max-width: var(--content-Wdith-1000);
  }
  .newsDetailTitle .title {
    font-size: 36px;
    line-height: 48px;
  }
  .newsDetailTitle .time {
    font-size: 18px;
  }
  .newsDetailTitle .time .Slash {
    padding: 0px 12px;
  }
  .newsDetailBox .newsDetailShare a {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .newsDetailBox .newsDetail {
    padding: 50px 0px;
    font-size: var(--text-fontsize-1200);
    line-height: 33px /* 33px -> 33px */;
  }
  .newsDetailBox .prevNextArticle {
    padding-top: 40px;
  }
  .newsDetailBox .prevNextArticle a {
    padding: 0px 24px;
    width: 50px;
    margin-right: 10px;
    height: 50px;
    border-radius: 47px;
    font-size: 16px;
  }
  .newsDetailBox .prevNextArticle a .nextText,
.newsDetailBox .prevNextArticle a .prevText {
    display: none;
    opacity: 0;
    visibility: hidden;
    color: #272727;
    font-size: 16px;
    transition: all 0.4s ease;
  }
  .newsDetailBox .prevNextArticle a .nextText img,
.newsDetailBox .prevNextArticle a .prevText img {
    height: 43px;
  }
  .newsDetailBox .prevNextArticle a.prevPageBtn:hover,
.newsDetailBox .prevNextArticle a.nextPageBtn:hover {
    border-color: transparent;
    width: 165px !important;
  }
  .newsDetailBox .prevNextArticle a.prevPageBtn:hover::after,
.newsDetailBox .prevNextArticle a.nextPageBtn:hover::after {
    display: none;
  }
  .newsDetailBox .prevNextArticle a:hover .prevText {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .newsDetailBox .prevNextArticle a:hover .nextText {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
/* @media (min-width: 1920px) {
  .newsDetailTitle {
    max-width: 540px;
  }
  .newsDetailBox {
    max-width: 540px;
  }
} */
/* 立国简介 */
.aboutusBg {
  padding-top: 95px;
}
.aboutusBg .aboutus {
  justify-content: space-between;
  display: flex;
}
.aboutusBg .aboutus .aboutusTitle {
  width: 200px;
}
.aboutusBg .aboutus .aboutusTitle h1 {
  font-size: 42px /* 42px -> 42px */;
  color: #26282A;
  font-weight: bold;
  margin-bottom: 11px;
}
.aboutusBg .aboutus .aboutusTitle p {
  font-size: 18px;
  color: #898989;
}
.aboutusBg .aboutus .aboutusText {
  width: 69.4%;
  font-size: 17px;
  color: #696969;
  line-height: 25px;
  text-align: justify;
}
.aboutusBg .aboutusLetter {
  margin-top: 30px;
}
.aboutusBg .aboutusLetter img {
  height: 139px;
}

/* 立国简介2  */
.aboutus2Bg {
  padding-top: 134px;
  padding-bottom: 139px;
  background: url("../images/ab2Bg.jpg") no-repeat center/cover;
}
.aboutus2Bg .title p{
  font-size: 24px;
  word-break: keep-all;
}
.aboutus2Bg .aboutus2 .aboutus2Num {
  margin-bottom: 71px;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul {
  justify-content: space-around;
  display: flex;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li {
  display: flex;
  justify-content: space-between;
  width: 25%;
  padding: 0 1%;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumIcon{
  margin-top: 13px;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumIcon img {
  height: 60px;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText {
  width: 77.5%;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 {
  margin-bottom: 14px;
  font-size: 50px;
  color: #196CCF;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 i {
  font-size: 15px;
}
.aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText p {
  font-size: 19px;
  color: #3B3B3B;
  border-top: 1px solid #C3CCDC;
  padding-top: 22px;
}
.aboutus2Bg .aboutus2 .aboutus2Video {
  /* width: 864px; */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.aboutus2Bg .aboutus2 .aboutus2Video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus2Bg .aboutus2 .aboutus2Video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("../images/icon-play.png") no-repeat;
  background-size: 100px 100px;
  overflow: hidden;
  cursor: pointer;
}
.aboutus2Bg .aboutus2 .aboutus2Text {
  font-size: 19px;
  color: #272727;
  line-height: 33px /* 33px -> 33px */;
  margin-top: 54px;
  text-align: justify; 
}

/* 立国简介3 */
.aboutus3Bg {
  overflow: hidden;
}
.aboutus3Bg .aboutus3 ul li {
  display: flex;
  position: relative;
}
.aboutus3Bg .aboutus3 ul li:nth-child(odd) .aboutus3Center {
  justify-content: end;
}
.aboutus3Bg .aboutus3 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Img {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Img:hover img {
  transform: scale(1.1);
}
.aboutus3Bg .aboutus3 ul li .aboutus3Img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Center {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text {
  width: 43.4%;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h1 {
  font-size: 42px;
  color: #26282A;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: justify;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h2 {
  font-size: 20px;
  color: #282828;
  line-height: 28px /* 28px -> 28px */;
  margin-bottom: 16px;
  text-align: justify;
}
.aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text p {
  font-size: 17px;
  color: #696969;
  text-align: justify;
  line-height: 25px;
}

/* 视频弹窗 */
.PopupVideoBox {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.PopupVideo {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  max-width: 960px;
  transform: translate(-50%, -50%);
  padding: 0px 20px;
}

.PopupVideo video {
  width: 100%;
}

.PopupVideo iframe {
  width: 100%;
  min-height: 500px;
}

.PopupVideo .videoPlayer {
  overflow: hidden;
  border-radius: 10px;
}

.closeVideo {
  position: absolute;
  right: 25px;
  top: -25px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transform: rotate(-45deg);
}

.closeVideo::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.closeVideo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .PopupVideo .videoPlayer {
    border-radius: 12px;
  }
  .PopupVideo {
    max-width: 60px;
    padding: 0px 30px;
  }
  .PopupVideo iframe {
    min-height: 324px;
  }
  .closeVideo {
    right: 30px;
    top: -30px;
    width: 1.3796px;
    height: 1.3796px;
  }
  .closeVideo::after {
    width: 0.1296px;
  }
  .closeVideo::before {
    height: 0.1296px;
  }
}
@media (min-width: 1200px) {
  .PopupVideo .videoPlayer {
    border-radius: 10px;
  }
  .PopupVideo {
    max-width: 50px;
    padding: 0px 25px;
  }
  .PopupVideo iframe {
    min-height: 500px;
  }
  .closeVideo {
    right: 25px;
    top: -25px;
    width: 22px;
    height: 22px;
  }
  .closeVideo::after {
    width: 2px;
  }
  .closeVideo::before {
    height: 2px;
  }
}
/* 发展历程 */
.history {
  margin-top: 100px;
  margin-bottom: 120px;
}
.history .historyList .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.history .historyList .swiper-slide {
  width: 10.1%;
  margin-right: 1.13%;
  margin-bottom: 1.13%;
  height: 48px;
  line-height: 46px;
  border-radius: 48px;
  text-align: center;
  border: 1px solid #d4d4d4;
  font-size: 19px;
  color: #a4a4a4;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.4s ease;
}
.history .historyList .swiper-slide:nth-child(9n+9) {
  margin-right: 0%;
}
.history .historyList .swiper-slide.active, .history .historyList .swiper-slide:hover {
  background-color: #196ccf;
  border-color: #196ccf;
  color: #fff;
}
.history .historyMain {
  margin-top: 73px;
  box-shadow: 0 0 20px #e3e7f2;
  padding: 0 88px;
  padding-top: 75px;
  padding-bottom: 72px;
}
.history .historyMain .historyMainSwiper {
  height: auto;
}
.history .historyMain .swiper-wrapper {
  flex-direction: column;
}
.history .historyMain .swiper-slide {
  height: auto;
  min-height: 112px;
  padding-bottom: 81px;
  justify-content: space-between;
  display: flex;
  position: relative;
  cursor: pointer;
}
.history .historyMain .swiper-slide:nth-last-child(-n+7) {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.history .historyMain .swiper-slide:first-child .historySe {
  top: 60px;
  height: calc(100% + 15px);
}
.history .historyMain .swiper-slide:nth-last-child(-n+8) .historySe {
  height: 20px;
}
.history .historyMain .swiper-slide:nth-last-child(-n+7) .historyText .historyTextItem:first-child p {
  border: 0;
}
.history .historyMain .swiper-slide .historyTime {
  width: 15%;
  line-height: 75px /* 75px -> 75px */;
  font-size: 62px;
  color: #196CCF;
  font-weight: bold;
  margin-top: 28px;
}
.history .historyMain .swiper-slide .historySe {
  position: absolute;
  top: 60px;
  left: 18%;
  height: 110%;
  border-left: 1px solid #e3e1df;
}
.history .historyMain .swiper-slide .historySe i {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #196ccf;
}
.history .historyMain .swiper-slide .historySe i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.history .historyMain .swiper-slide .historyText {
  width: 74.3%;
  margin-right: 3.2%;
  position: relative;
}
.history .historyMain .swiper-slide .historyText .historyTextItem {
  position: relative;
  cursor: pointer;
}
.history .historyMain .swiper-slide .historyText .historyTextItem:first-child p {
  padding-top: 0px;
}
.history .historyMain .swiper-slide .historyText .historyTextItem.active p {
  color: #196ccf;
}
.history .historyMain .swiper-slide .historyText .historyTextItem.active .historyImg {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.history .historyMain .swiper-slide .historyText .historyTextItem p {
  font-size: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  line-height: 28px /* 28px -> 28px */;
  padding: 28px 0;
  border-bottom: 1px solid #e3e1de;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.history .historyMain .swiper-slide .historyText .historyTextItem .historyImg {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
  transition-delay: 0.2s;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 20px #ddd;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 280px;
  z-index: 9;
}
.history .historyMain .swiper-slide .historyText .historyTextItem .historyImg:hover img {
  transform: scale(1.1);
}
.history .historyMain .swiper-slide .historyText .historyTextItem .historyImg img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}


.policy {
  background: #f7f7f7;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 110px;
}

.new-list-template .list .item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dashed #dddddd;
  position: relative;
  z-index: 2;
  /* overflow: hidden; */
}

.new-list-template .list .item:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  z-index: -999;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.new-list-template .list .item:hover .item-l b,
.new-list-template .list .item:hover .item-l span {
  color: var(--vi-color);
}

.new-list-template .list .item:hover .item-r h2 {
  color: var(--vi-color);
}

.new-list-template .list .item:hover:before {
  width: 200%;
}

.new-list-template .list .item>div {
  /* float: left; */
}

.new-list-template .list .item .item-l {
  width: 10%;
  position: absolute;
  left: 0;
  top: 30px;
}

.new-list-template .list .item .item-l b {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #525252;
}

.new-list-template .list .item .item-l span {
  font-size: 16px;
  color: #929292;
  line-height: 34px;
}

.new-list-template .list .item .item-l span i {
  visibility: hidden;
}

.new-list-template .list .item .item-r {
  width: 100%;
  padding-left: 10%;
}

.new-list-template .list .item .item-r h2 {
  color: #525252;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.new-list-template .list .item .item-r p {
  color: #929292;
  font-weight: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new-list-template .more {
  text-align: center;
}

.new-list-template .more a {
  display: inline-block;
  padding-left: 190px;
  padding-right: 28px;
  border: 1px solid var(--vi-color);
  line-height: 60px;
  color: #a7a7a7;
  margin-top: 40px;
}

.new-list-template .more a:hover img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.new-list-template .more a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.policy {
  background: #f7f7f7;
  overflow: hidden;
  padding-top: 70px /* 70px -> 70px */;
  padding-bottom: 110px /* 110px -> 110px */;
}

.new-list-template .list .item {
  display: block;
  padding: 30px /* 30px -> 30px */ 0;
  border-bottom: 1px dashed #dddddd;
  position: relative;
  z-index: 2;
  /* overflow: hidden; */
}

.new-list-template .list .item:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  z-index: -999;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.new-list-template .list .item:hover .item-l b,
.new-list-template .list .item:hover .item-l span {
  color: var(--vi-color);
}

.new-list-template .list .item:hover .item-r h2 {
  color: var(--vi-color);
}

.new-list-template .list .item:hover:before {
  width: 200%;
}

.new-list-template .list .item>div {
  /* float: left; */
}

.new-list-template .list .item .item-l {
  width: 10%;
  position: absolute;
  left: 0;
  top: 30px /* 30px -> 30px */;
}

.new-list-template .list .item .item-l b {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #525252;
}

.new-list-template .list .item .item-l span {
  font-size: 16px;
  color: #929292;
  line-height: 34px /* 34px -> 34px */;
}

.new-list-template .list .item .item-l span i {
  visibility: hidden;
}

.new-list-template .list .item .item-r {
  width: 100%;
  padding-left: 10%;
}

.new-list-template .list .item .item-r h2 {
  color: #525252;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.new-list-template .list .item .item-r p {
  color: #929292;
  font-weight: 24px /* 24px -> 24px */;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new-list-template .more {
  text-align: center;
}

.new-list-template .more a {
  display: inline-block;
  padding-left: 190px /* 190px -> 190px */;
  padding-right: 28px /* 28px -> 28px */;
  border: 1px solid var(--vi-color);
  line-height: 60px /* 60px -> 60px */;
  color: #a7a7a7;
  margin-top: 40px /* 40px -> 40px */;
}

.new-list-template .more a:hover img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.new-list-template .more a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 768px) {
  .new-list-template .list .item .item-l {
    width: 13%;
  }

  .new-list-template .list .item .item-r {
    padding-left: 13%;
  }
}

@media (max-width: 414px) {
  .new-list-template .list .item {
    padding: 20px 0;
  }

  .new-list-template .list .item .item-l {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .new-list-template .list .item .item-l b {
    font-size: 16px;
    color: #929292;
    display: inline;
  }

  .new-list-template .list .item .item-l span{
    font-size: 16px;
  }

  .new-list-template .list .item .item-l span i {
    visibility: visible;
  }

  .new-list-template .list .item .item-r {
    width: 100%;
    padding-left: 0;
  }

  .new-list-template .list .item .item-r h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .new-list-template .more a {
    padding-left: 80px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .new-list-template .list .item .item-l {
    width: 13%;
  }

  .new-list-template .list .item .item-r {
    padding-left: 13%;
  }
}

@media (max-width: 414px) {
  .new-list-template .list .item {
    padding: 20px 0;
  }

  .new-list-template .list .item .item-l {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .new-list-template .list .item .item-l b {
    font-size: 16px;
    color: #929292;
    display: inline;
  }

  .new-list-template .list .item .item-l span i {
    visibility: visible;
  }

  .new-list-template .list .item .item-r {
    width: 100%;
    padding-left: 0;
  }

  .new-list-template .list .item .item-r h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .new-list-template .more a {
    padding-left: 80px;
    line-height: 40px;
  }
}

@media (max-width: 1580px) {
  .bottom .bottomNav dl{
    margin-left: 60px;
  }
  .bottom .bottomNav dl dt a{
    font-size: 16px;
  }
  .bottom .bottomNav dl dd a{
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .contentBg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .content1440 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .conList ul li a {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border-radius: 30px;
    padding: 0 15px;
  }
  /* banner */
  .banner-swiper .banner-swiper-text h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 4px;
    border-radius: 4px;
    margin: 0 3px !important;
  }
  .banner-swiper .swiper-pagination-bullet-active {
    width: 17px;
  }
  /* 关于我们 */
  .iaboutus-bg {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 50px;
  }
  .iaboutus-bg .title {
    width: 100%;
  }
  .iaboutus-text p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .iaboutus-text a {
    font-size: 12px;
    margin-right: 19px;
  }
  .iaboutus-text a img {
    height: 23px;
    margin-left: 5px;
  }
  .iaboutus-group .item {
    padding: 0 17px;
  }
  .iaboutus-group .item h1 {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .iaboutus-group .item p {
    font-size: 14px;
  }
  .iaboutus-group .item i {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
  .iaboutus-group .item i::before {
    font-size: 15px;
  }
  /* 创新 */
  .innovate .title {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .innovate {
    margin-top: 50px;
  }
  .innovate-swiper1 {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: -40px;
  }
  .innovate-swiper1 .swiper-slide {
    height: auto;
    min-height: 126px;
    padding: 15px 20px;
    border-radius: 10px;
  }
  .innovate-swiper1 .swiper-slide div h1 {
    font-size: 16px;
    margin-left: 12px;
  }
  .innovate-swiper1 .swiper-slide div img {
    height: 30px;
  }
  .innovate-swiper1 .swiper-slide h2 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .innovate-swiper1 .swiper-slide p {
    font-size: 12px;
  }
  .innovate-swiper1 .swiper-slide-thumb-active {
    box-shadow: 3px 3px 7px #caefff;
  }
  /* 新闻动态 */
  .inews {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .inews .swiper-button-prev {
    right: 40px;
  }
  .inews .swiper-button-next, .inews .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .inews .swiper-button-next::after, .inews .swiper-button-prev::after {
    font-size: 13px;
  }
  .inews-swiper .swiper-slide .inews-time {
    font-size: 12px;
  }
  .inews-swiper .swiper-slide .inews-text span {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
  }
  .inews-swiper .swiper-slide .inews-text h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .inews-swiper .swiper-slide .inews-img span {
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
  }
  .inews-swiper .swiper-slide .inews-img {
    width: 448px;
    border-radius: 10px;
  }
  .inews-swiper .swiper-slide .inews-img img {
    width: 448px;
    height: auto;
  }
  .inews-swiper .swiper-slide.active .inews-text {
    width: 428px;
  }
  /* 立国简介 */
  .aboutusBg {
    padding-top: 65px;
  }
  .aboutusBg .aboutus .aboutusTitle {
    width: 25%;
  }
  .aboutusBg .aboutus .aboutusTitle h1 {
    font-size: 26px;
  }
  .aboutusBg .aboutus .aboutusTitle p {
    font-size: 15px;
  }
  .aboutusBg .aboutus .aboutusText {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutus2Bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Video {
    width: 90%;
    border-radius: 12px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Video i {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num {
    margin-bottom: 30px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumIcon {
    margin-bottom: 15px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumIcon img {
    height: 45px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 {
    font-size: 32px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 i {
    font-size: 12px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText p {
    font-size: 14px;
    height: 52px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Img img {
    min-height: 482px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text p {
    font-size: 13px;
    line-height: 22px;
  }
  /* 企业文化 */
  .culture {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .culture .cultureMain ul li {
    border-radius: 12px;
  }
  .culture .cultureMain ul li .cultureText {
    min-height: 145px;
    bottom: 6%;
    border-radius: 8px;
  }
  .culture .cultureMain ul li .cultureText:hover {
    min-height: 170px;
  }
  .culture .cultureMain ul li .cultureText h1 {
    font-size: 16px;
  }
  .culture .cultureMain ul li .cultureText p {
    font-size: 13px;
    line-height: 22px;
  }
  /* 发展历程 */
  .history {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .history .historyList .swiper-slide {
    border-radius: 30px;
    font-size: 14px;
    height: 33px;
    line-height: 31px;
    border-width: 1px;
  }
  .history .historyMain {
    margin-top: 30px;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem p {
    font-size: 13px;
    padding: 17px 0;
  }
  .history .historyMain .swiper-slide .historyTime {
    font-size: 33px;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem .historyImg {
    width: 170px;
    border-radius: 8px;
  }
  .history .historyMain .swiper-slide .historySe {
    border-width: 1px;
    left: 15%;
  }
  /* 立国风采 */
  .honorBg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .honorBg .honor ul li .honorImg {
    border-radius: 12px;
  }
  .honorBg .honor ul li .honorText {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }
  /* 内页banner */
  .detailBanner > img.pc {
    min-height: 420px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h1 {
    font-size: 15px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h2 {
    font-size: 35px;
    margin-bottom: 11px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft div {
    margin-bottom: 23px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft div span {
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft a {
    font-size: 12px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft a img {
    height: 23px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextRight {
    width: 44%;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  /* 产品详情 相关参数 */
  .productsPar {
    border-radius: 8px;
  }
  .productsPar .productsParTab {
    height: 62px;
    line-height: 62px;
  }
  .productsPar .productsParTab ul li {
    font-size: 14px;
    margin: 0 20px;
  }
  .productsPar .productsParTab ul li::after {
    height: 2px;
  }
  .productsPar .productsParMain ul li {
    min-height: 300px;
  }
  .productsPar .productsParMain ul li h1 {
    font-size: 13.5px;
  }
  .productsPar .productsParMain ul li p {
    font-size: 13px;
    line-height: 22px;
  }
  /* 产品详情 相关产品 */
  .productsCorrelation .productsCorrelationTitle {
    margin-bottom: 30px;
  }
  .productsCorrelation .productsCorrelationTitle h1 {
    font-size: 24px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide {
    border-radius: 8px;
    padding: 20px 0px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText h1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText p {
    font-size: 12px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsImg img {
    width: 100%;
    height: auto;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsMore {
    font-size: 12px;
  }
  .productsCorrelation .scrollbar {
    width: calc(100% - 40px);
    right: 20px;
    height: 2px;
  }
  /* 管理体系 */
  .manageBg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .manageBg .manage .manageTitle {
    margin-bottom: 30px;
  }
  .manageBg .manage .manageTitle h1 {
    font-size: 24px;
  }
  .manageBg .manage .manageTitle p {
    font-size: 13px;
    line-height: 22px;
  }
  .manageBg .manage .manageTitle img {
    height: 39px;
  }
  .manageBg .manage .manageMain ul {
    height: 215px;
  }
  .manageBg .manage .manageMain ul li {
    border-radius: 12px;
    height: 195px;
  }
  .manageBg .manage .manageMain ul li:hover {
    height: 215px;
  }
  .manageBg .manage .manageMain ul li .manageText h1 {
    font-size: 15px;
  }
  .manageBg .manage .manageMain ul li .manageText p {
    font-size: 12px;
    line-height: 22px;
  }
  .manageBg .manage .manageMain ul li .manageImg img {
    height: 55px;
  }
  .manage2Bg {
    padding-top: 65px;
  }
  .manage2Bg .manage2 ul li {
    margin-bottom: 65px;
  }
  .manage2Bg .manage2 ul li .manage2Img {
    border-radius: 12px;
  }
  .manage2Bg .manage2 ul li .manage2Text h1 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .manage2Bg .manage2 ul li .manage2Text p {
    font-size: 12px;
    line-height: 24px;
  }
  .manage3Bg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  /* 资质认证 */
  .honor2Bg {
    padding-top: 65px;
  }
  .honor2Bg .honor2 .honor2Title h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Text{
    font-size: 22px;
  }
  .honor2Bg .honor2 .honor2Title .swiper-button-next, .honor2Bg .honor2 .honor2Title .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .honor2Bg .honor2 .honor2Title .swiper-button-next::after, .honor2Bg .honor2 .honor2Title .swiper-button-prev::after {
    font-size: 14px;
  }
  /* 研发中心 */
  .center .centerTitle h1 {
    font-size: 24px;
  }
  .center .centerTitle .desc {
    font-size: 13px;
    line-height: 22px;
  }
  .center .centerTitle img {
    height: 39px;
  }
  .center .centerMain ul li {
    margin-bottom: 50px;
  }
  .center .centerMain ul li:nth-child(odd) .centerImg {
    border-radius: 0px 12px 12px 0px;
  }
  .center .centerMain ul li:nth-child(even) .centerImg {
    border-radius: 12px 0px 0px 12px;
  }
  .center .centerMain ul li .centerImg{
    width: 60%;
  }
  .center .centerMain ul li .centerImg img{
    min-height: auto;
  }
  .center .centerMain ul li .centerRight .centerText {
    width: 33%;
  }
  .center .centerMain ul li .centerRight .centerText h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .center .centerMain ul li .centerRight .centerText img {
    height: 18px;
  }
  .center .centerMain ul li .centerRight .centerText .desc{
    max-height: 132px;
  }
  .center .centerMain ul li .centerRight .centerText p {
    font-size: 12px;
    line-height: 22px;
  }
  /* EHS体系 */
  .system .systemMain {
    border-radius: 12px;
  }
  .system .systemMain .systemMainItem {
    margin-bottom: 20px;
  }
  .system .systemMain .systemMainItem h1 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .system .systemMain .systemMainItem p {
    font-size: 13px;
    line-height: 23px;
  }
  /* EHS法规 */
  .law {
    padding-top: 65px;
    padding-bottom: 20px;
  }
  .law ul li .lawImg img {
    border-radius: 12px;
  }
  .law ul li .lawText h1 {
    font-size: 14px;
  }
  /* EHS动态 */
  .news {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .news ul li a {
    padding: 30px;
    border-radius: 8px;
  }
  .news ul li .newsImg {
    border-radius: 8px;
  }
  .news ul li .newsText h1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .news ul li .newsText p {
    font-size: 12px;
    line-height: 22px;
  }
  .news ul li .newsText i {
    font-size: 12px;
  }
  .news ul li .newsText i img {
    height: 23px;
  }
  /* 人才理念 */
  .idea {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .idea .ideaImg {
    border-radius: 0px 30px 0px 30px;
  }
  .idea .ideaText h1 {
    font-size: 22px;
  }
  .idea .ideaText p {
    font-size: 12px;
    line-height: 22px;
  }
  /* 职业培训 */
  .trainBg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .trainBg .train .trainTitle h1 {
    font-size: 24px;
  }
  .trainBg .train .trainMain ul li {
    height: 160px;
    border-radius: 12px;
  }
  .trainBg .train .trainMain ul li img {
    height: 40px;
  }
  .trainBg .train .trainMain ul li h1 {
    font-size: 14px;
  }
  .trainBg .train .trainMain ul li i {
    font-size: 13px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    border-radius: 0px 0px 4px 4px;
  }
  /* 人才招聘 */
  .join ul li {
    height: 60px;
    margin-bottom: 16px;
  }
  .join ul li .joinTitle {
    height: 60px;
    padding: 0 40px;
  }
  .join ul li .joinTitle h1 {
    font-size: 14px;
  }
  .join ul li .joinTitle span {
    font-size: 13px;
  }
  .join ul li .joinTitle span img {
    height: 15px;
    margin-top: -2px;
  }
  .join ul li .joinMain h1 {
    font-size: 14px;
  }
  .join ul li .joinMain p {
    font-size: 12px;
    line-height: 22px;
  }
  .join ul li .joinBtn a {
    font-size: 12px;
  }
  .join ul li .joinBtn img {
    height: 23px;
    margin-left: 10px;
  }
  /* 联系我们 */
  .contactus {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .contactus .contactusInfoBig {
    border-radius: 12px;
  }
  .contactus .contactusInfoBig .contactusInfoBigText p {
    font-size: 12px;
    line-height: 22px;
  }
  .contactus .contactusInfoSmall ul li {
    border-radius: 12px;
    padding: 30px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallText {
    font-size: 12px;
    line-height: 22px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallImg img {
    height: 80px;
    border-radius: 8px;
  }
  /* 留言反馈 */
  .messageBg .message {
    /* width: 864px; */
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    height: 450px;
    margin-top: -40px;
    border-radius: 12px;
  }
  .messageBg .message .messageInput {
    height: 43px;
    width: 48%;
    border-radius: 8px;
  }
  .messageBg .message .messageInput span {
    font-size: 13px;
    left: 15px;
  }
  .messageBg .message .messageInput input {
    font-size: 13px;
    padding: 0 15px;
  }
  .messageBg .message .messageTextarea {
    height: 80px;
    border-radius: 8px;
  }
  .messageBg .message .messageTextarea textarea {
    height: 80px;
    padding: 10px 15px;
  }
  .messageBg .message .messageTextarea span {
    font-size: 13px;
    left: 15px;
    top: 10px;
  }
  .messageBg .message .messageSubmit input {
    font-size: 13px;
  }
  .messageBg .message .messageSubmit img {
    height: 26px;
    margin-left: 10px;
  }
  /* 客户服务 */
  .servicesBg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .servicesBg .services .servicesInText h1 {
    font-size: 15px;
  }
  .servicesBg .services .servicesInText {
    font-size: 12px;
    line-height: 20px;
    width: 260px;
  }
  /* 内页标题 */
  .detailTitle {
    margin-bottom: 30px;
  }
  .detailTitle h1 {
    font-size: 26px;
  }
  /* 面包屑导航 */
  .breadcrumbNav {
    height: 45px;
    margin-top: -45px;
  }
  .breadcrumbNav ul li img {
    height: 19px;
  }
  .breadcrumbNav ul li a {
    font-size: 14px;
  }
  .breadcrumbNav ul li i {
    font-size: 13px;
    margin: 0 3px;
  }
  /* 标题 */
  .title h1 {
    font-size: 18px;
    height: 27px;
    background-size: 20px 20px;
  }
  .title p {
    font-size: 21px;
    line-height: 26px;
  }
  /* 底部 */
  .bottom-bg {
    padding-top: 50px;
  }
  .bottom {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .bottom .bottomNav dl {
    margin-left: 20px;
  }
  .bottom .bottomNav dl dt {
    margin-bottom: 12px;
  }
  .bottom .bottomNav dl dt a {
    font-size: 13.5px;
  }
  .bottom .bottomNav dl dd a {
    font-size: 12px;
    line-height: 23px;
  }
  .bottom .bottomLeft .bottomText p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bottom .bottomLeft .bottomText h1 {
    font-size: 20px;
  }
  .bottom .bottomLeft .bottomInfo h1 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bottom .bottomLeft .bottomInfo a {
    margin-right: 3px;
  }
  .bottom .bottomLeft .bottomInfo a > img {
    height: 40px;
  }
  .bottomMsg {
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    border-top-width: 1px;
  }

  .bottomMsg a{
    font-size: 12px;
  }
}
@media (max-width: 968px) {
  .inews-swiper .swiper-slide .inews-img {
    width: 602px;
  }
  .inews-swiper .swiper-slide .inews-img img {
    width: 602px;
  }
  .inews-swiper .swiper-slide.active .inews-text {
    width: 582px;
  }
  .inews-swiper .swiper-slide .inews-text div {
    width: 531px;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .contentBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contentBg .contenLeft {
    width: 100%;
  }
  .conList {
    position: absolute;
    top: -60px;
    right: 0px;
    min-width: 140px;
    min-height: auto;
    padding-left: 0px;
    border: 0px;
    z-index: 9;
  }
  .conList.active {
    box-shadow: 0 10px 10px #ddd;
  }
  .conList.active h1 {
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
  }
  .conList.active h1 i {
    transform: rotate(90deg);
  }
  .conList.active ul {
    display: block;
  }
  .conList h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 37px;
    min-width: 140px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    border-radius: 30px;
    border: 1px solid #ddd;
  }
  .conList h1 span {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .conList h1 i {
    color: #999;
    font-size: 13px;
    transform: rotate(-90deg);
  }
  .conList ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 10px 10px #ddd;
  }
  .conList ul li a {
    border-radius: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .conList ul li.active a, .conList ul li:hover a {
    border-color: #196ccf;
  }
  /* 头部 */
  /* banner */
  .banner-swiper .swiper-slide img.pc {
    display: none;
  }
  .banner-swiper .swiper-slide img.sj {
    display: block;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-swiper .banner-swiper-text {
    width: 90%;
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
  }
  .banner-swiper .banner-swiper-text h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .banner-swiper .swiper-slide-active .banner-swiper-text {
    top: 23%;
  }
  .banner-swiper .swiper-slide-active .banner-swiper-text img{
    width: auto;
    height: 70px;
  }
  .banner-swiper .swiper-pagination {
    bottom: 17px !important;
  }
  /* 关于我们 */
  .iaboutus-bg {
    padding-top: 40px;
    background: none;
  }
  .iaboutus-text p {
    font-size: 12px;
    line-height: 17px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .iaboutus-text a {
    display: block;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .iaboutus-text a:hover {
    margin-left: auto;
  }
  .iaboutus-text {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .iaboutus-main {
    margin-top: 25px;
  }
  .iaboutus-group .item {
    width: 33%;
    padding: 0 10px;
  }
  .iaboutus-group .item:last-child {
    border-right: 0px;
  }
  .iaboutus-group .item:first-child {
    border-left: 0px;
  }
  .iaboutus-group .item p {
    font-size: 12px;
  }
  .iaboutus-img-group {
    height: 200px;
  }
  .iaboutus-group .item h1 {
    margin-top: 90px;
  }
  .iaboutus-img-group .item img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* 创新 */
  .innovate {
    margin-top: 40px;
  }
  .innovate-swiper {
    margin-top: 25px;
  }
  .innovate-swiper1 {
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }
  .innovate-swiper1 .swiper-slide {
    width: 23.4%;
    height: 41px;
    line-height: 39px;
    padding: 0 10px;
    min-height: auto;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-right: 2.1%;
    margin-bottom: 2.1%;
  }
  .innovate-swiper1 .swiper-slide div {
    justify-content: center;
  }
  .innovate-swiper1 .swiper-slide div h1 {
    color: #363636;
    font-size: 14px;
    font-weight: normal;
    margin-left: 0px;
  }
  .innovate-swiper1 .swiper-slide h2 {
    display: none;
  }
  .innovate-swiper1 .swiper-slide p {
    display: none;
  }
  .innovate-swiper1 .swiper-slide div img {
    display: none;
  }
  .innovate-swiper1 .swiper-slide-thumb-active {
    box-shadow: none;
    border-color: #196ccf;
  }
  .innovate-swiper1 .swiper-slide-thumb-active div h1 {
    color: #196ccf;
    opacity: 1;
    visibility: visible;
    color: #fff;
  }
  .innovate-swiper2 .swiper-slide img {
    border-radius: 0px;
  }
  .innovate-swiper2 .swiper-slide img.pc {
    display: none;
  }
  .innovate-swiper2 .swiper-slide img.sj {
    display: block;
  }
  .innovate-swiper2 .innovate-swiper2-text {
    display: none;
  }
  /* 新闻动态 */
  .inews {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .inews .swiper-pagination {
    display: block;
    bottom: -25px !important;
  }
  .inews .swiper-pagination-bullet {
    background: #196ccf;
    width: 9px;
    height: 4px;
    border-radius: 4px;
    margin: 0 3px !important;
    transition: all 0.4s ease;
  }
  .inews .swiper-pagination-bullet-active {
    width: 13px;
  }
  .inews-swiper {
    margin-top: 25px;
  }
  .inews-swiper .swiper-slide {
    width: 100%;
    margin-right: 20px;
    padding-top: 40px;
  }
  .inews-swiper .swiper-slide::after {
    width: 0% !important;
    height: 1px;
  }
  .inews-swiper .swiper-slide.active::after {
    width: auto;
  }
  .inews-swiper .swiper-slide-active::after {
    width: 100% !important;
  }
  .inews-swiper .swiper-slide a {
    display: block;
  }
  .inews-swiper .swiper-slide .inews-img {
    width: 100%;
    border-radius: 10px;
  }
  .inews-swiper .swiper-slide .inews-img img {
    width: 100%;
    height: auto;
  }
  .inews-swiper .swiper-slide .inews-img span {
    display: none;
  }
  .inews-swiper .swiper-slide.active .inews-text {
    width: 100%;
  }
  .inews-swiper .swiper-slide .inews-text {
    width: 100%;
    margin-top: 0px;
    opacity: 1;
    position: absolute;
    bottom: 14px;
    left: 0px;
  }
  .inews-swiper .swiper-slide .inews-text span {
    display: none;
  }
  .inews-swiper .swiper-slide .inews-text div {
    position: static;
    width: 100%;
  }
  .inews-swiper .swiper-slide .inews-text h1 {
    margin: 0 16px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .inews-swiper .swiper-slide .inews-text i {
    display: none;
  }
  .inews-swiper .swiper-slide .inews-text i:hover {
    margin-left: 12px;
  }
  .inews-swiper .swiper-slide .inews-time {
    position: absolute;
    text-align: right;
    font-size: 13px;
    transform: translateY(-16px);
    font-weight: normal;
  }
  .inews .swiper-button-next {
    right: -13px;
  }
  .inews .swiper-button-prev {
    left: -13px;
    right: auto;
  }
  .inews .swiper-button-next, .inews .swiper-button-prev {
    display: none;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #196ccf;
    border-color: #196ccf;
  }
  .inews .swiper-button-next::after, .inews .swiper-button-prev::after {
    color: #fff;
  }
  /* 立国简介 */
  .aboutusBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutusBg .aboutus {
    display: block;
  }
  .aboutusBg .aboutus .aboutusTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutusBg .aboutus .aboutusTitle h1 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .aboutusBg .aboutus .aboutusTitle p {
    font-size: 15px;
  }
  .aboutusBg .aboutus .aboutusText {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .aboutusBg .aboutusLetter {
    display: none;
  }
  .aboutus2Bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Video {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul {
    flex-wrap: wrap;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li {
    width: 50%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumIcon img {
    height: 50px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText {
    width: 90%;
  }
  .aboutus2Bg .title{
    width: 100%;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText h1 i {
    font-size: 12px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Num ul li .aboutus2NumText p {
    font-size: 13px;
    padding-top: 7px;
    height: 42px;
    border-width: 1px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Text {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-top: 25px;
  }
  .aboutus2Bg .aboutus2 .aboutus2Video video {
    min-height: 260px;
  }
  .aboutus3Bg {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .aboutus3Bg .aboutus3 ul li {
    display: block;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Img {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 12px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center {
    display: block;
    position: static;
    transform: none;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h1 {
    font-size: 18px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Center .aboutus3Text p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .aboutus3Bg .aboutus3 ul li .aboutus3Img img {
    max-height: 260px;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* 组织架构 */
  .architectureBg {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .architectureBg .architecture {
    height: auto;
    position: relative;
  }
  .architectureBg .architectureTitle{
    margin-bottom: 25px;
  }
  .architectureBg .architectureTitle h1{
font-size: 24px;
  }
  .architectureBg .architecture img {
    width: 100%;
    height: auto;
  }
  /* 企业文化 */
  .culture {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .culture .cultureMain ul {
    display: block;
  }
  .culture .cultureMain ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .culture .cultureMain ul li:hover .cultureText {
    min-height: 165px;
  }
  .culture .cultureMain ul li .cultureImg img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .culture .cultureMain ul li .cultureText {
    border-radius: 8px;
    padding: 15px 0;
    bottom: 10%;
  }
  .culture .cultureMain ul li .cultureText h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .culture .cultureMain ul li .cultureText p {
    font-size: 14px;
    line-height: 24px;
  }
  /* 立国风采 */
  .honorBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honorBg .honor ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .honorBg .honor ul li .honorImg {
    border-radius: 12px;
  }
  .honorBg .honor ul li .honorText {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  /* 管理体系 */
  .manageBg {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .manageBg .manage .manageTitle {
    width: 100%;
    margin-bottom: 25px;
  }
  .manageBg .manage .manageTitle h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .manageBg .manage .manageTitle p {
    font-size: 14px;
    line-height: 24px;
  }
  .manageBg .manage .manageTitle img {
    height: 35px;
  }
  .manageBg .manage .manageMain ul {
    flex-wrap: wrap;
    height: auto;
  }
  .manageBg .manage .manageMain ul li {
    padding: 30px 25px;
    box-shadow: 0 5px 15px #c4cce2;
    border-radius: 12px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .manageBg .manage .manageMain ul li:hover {
    height: auto;
  }
  .manageBg .manage .manageMain ul li .manageImg img {
    height: 70px;
  }
  .manageBg .manage .manageMain ul li .manageText {
    width: 100%;
    text-align: center;
  }
  .manageBg .manage .manageMain ul li .manageText h1 {
    font-size: 16px;
  }
  .manageBg .manage .manageMain ul li .manageText p {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .manage2Bg {
    padding-top: 40px;
  }
  .manage2Bg .manage2 ul li {
    display: block;
    margin-bottom: 25px;
  }
  .manage2Bg .manage2 ul li .manage2Img {
    width: 100%;
    border-radius: 12px;
  }
  .manage2Bg .manage2 ul li .manage2Text {
    width: 100%;
  }
  .manage2Bg .manage2 ul li .manage2Text h1 {
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 12px;
  }
  .manage2Bg .manage2 ul li .manage2Text p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .manage3Bg {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .manage3Bg .manage3 {
    height: auto;
    position: relative;
  }
  .manage3Bg .manage3 img {
    width: 100%;
    height: auto;
  }
  /* 研发中心 */
  .center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .center .centerTitle {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .center .centerTitle h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .center .centerTitle .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .center .centerTitle img {
    height: 35px;
  }
  .center .centerMain ul li .centerImg {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 12px !important;
  }
  .center .centerMain ul li .centerRight {
    position: static;
    transform: none;
    display: block;
  }
  .center .centerMain ul li .centerRight .centerText {
    width: 100%;
    padding-top: 25px;
  }
  .center .centerMain ul li:nth-child(even) {
    display: block;
  }
  .center .centerMain ul li .centerRight .centerText h1 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .center .centerMain ul li .centerRight .centerText img {
    height: 16px;
    margin-bottom: 12px;
  }
  .center .centerMain ul li .centerRight .centerText .desc{
    max-height: none;
    padding-right: 0px;
  }
  .center .centerMain ul li .centerRight .centerText p {
    font-size: 14px;
    line-height: 24px;
  }
  /* EHS法规 */
  .law {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .law ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .law ul li .lawImg::after {
    height: 85%;
    border-radius: 20px;
  }
  .law ul li .lawImg img {
    margin-left: 5%;
    border-radius: 12px;
  }
  .law ul li .lawText {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32%;
    box-shadow: 0px 15px 20px 0px #e5e9f3;
  }
  .law ul li .lawText h1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .law ul li .lawText img {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 40px;
  }
  /* EHS动态 */
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news ul li {
    margin-bottom: 25px;
  }
  .news ul li a {
    display: block;
    padding: 0px;
  }
  .news ul li a:hover {
    box-shadow: none;
  }
  .news ul li .newsImg {
    border-radius: 12px;
  }
  .news ul li .newsText {
    margin-left: 0%;
    margin-top: 15px;
  }
  .news ul li .newsText h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .news ul li .newsText i {
    font-size: 12px;
  }
  .news ul li .newsText i img {
    height: 23px;
    filter: none;
  }
  .news ul li .newsText p {
    font-size: 14px;
    line-height: 24px;
  }
  /* 人才理念 */
  .idea {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  .idea .ideaImg {
    border-radius: 12px;
    width: 100%;
  }
  .idea .ideaText {
    width: 100%;
    margin-top: 20px;
  }
  .idea .ideaText h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .idea .ideaText p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  /* 人才招聘 */
  .join ul li {
    border-radius: 8px;
  }
  .join ul li .joinMain {
    padding: 25px 15px;
  }
  .join ul li .joinMain br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
  }
  .join ul li .joinTitle {
    padding: 0 20px;
  }
  .join ul li .joinTitle h1 {
    white-space: nowrap;
  }
  .join ul li .joinTitle span {
    display: none;
  }
  /* 职业培训 */
  .trainBg {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .trainBg .train .trainTitle {
    margin-bottom: 25px;
    text-align: center;
  }
  .trainBg .train .trainTitle h1 {
    font-size: 24px;
  }
  .trainBg .train .trainMain ul li {
    width: 100%;
    height: 160px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 15px #c4cce2;
    margin-right: 0%;
  }
  .trainBg .train .trainMain ul li img {
    height: 55px;
  }
  .trainBg .train .trainMain ul li h1 {
    font-size: 16px;
    margin-top: 13px;
    font-weight: normal;
  }
  .trainBg .train .trainMain ul li i {
    font-size: 14px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px 0px 5px 5px;
    left: 7%;
  }
  /* 资质认证 */
  .honor2Bg {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor2Bg .honor2 {
    width: 100%;
    flex-direction: column;
  }
  .honor2Bg .honor2 .honor2Title .swiper-button-next, .honor2Bg .honor2 .honor2Title .swiper-button-prev {
    display: none;
  }
  .honor2Bg .honor2 .honor2Title {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .honor2Bg .honor2 .honor2Title h1 {
    margin-bottom: 5px;
  }
  .honor2Bg .honor2 .honor2Swiper {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .honor2Bg .honor2 .honor2Swiper .swiper-slide ul li {
    width: 48%;
    border-radius: 8px;
    box-shadow: 10px 10px 15px #939ba3;
    margin-right: 4%;
  }
  .honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Img {
    width: 40%;
  }
  .honor2Bg .honor2 .honor2Swiper .swiper-slide ul li .honor2Text {
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 13px;
    padding: 0px 13px 10px;
  }
  .honor2Bg .honor2 .honor2Swiper .swiper-scrollbar{
    width: 3px;
    top: 20px;
    height: calc(100% - 40px);
  }
  /* .honor2Bg .honor2 .honor2Swiper .swiper-scrollbar {
    width: calc(100% - 40px);
    margin: 0 auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  } */
  /* 发展历程 */
  .history {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .historyList {
    display: none;
  }
  .history .historyMain {
    border-radius: 12px;
    box-shadow: 0 0 20px #e3e7f2;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0px;
  }
  .history .historyMain .historyMainSwiper {
    height: auto;
    overflow: visible !important;
  }
  .history .historyMain .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: left;
    border-bottom: 1px solid #196ccf;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    outline: none;
    background: none;
    text-decoration: none;
    padding-bottom: 0px;
    min-height: auto;
  }
  .history .historyMain .swiper-slide:nth-last-child(-n+8) {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .history .historyMain .swiper-slide:nth-last-child(-n+6) {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem:last-child p {
    /* border-bottom: 0px;
    padding-bottom: 4px; */
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem {
    position: relative;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem.active p {
    color: #196ccf;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem.active .historyImg {
    display: block;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem p {
    line-height: 22px;
    padding-left: 13px;
    padding-right: 13px;
    transform: none;
  }
  .history .historyMain .swiper-slide:nth-last-child(-n+5) {
    display: none;
  }
  .history .historyMain .swiper-slide .historySe {
    display: none;
  }
  .history .historyMain .swiper-slide .historyTime {
    width: 100%;
    line-height: 1;
    font-size: 22px;
    padding-left: 13px;
    margin-top: 0px;
    margin-bottom: 17px;
  }
  .history .historyMain .swiper-slide .historyText {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .history .historyMain .swiper-slide .historyText .historyTextItem .historyImg {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    width: calc(100% - 26px);
    margin: 16px auto;
    box-shadow: none;
    transform: none;
  }
  /* 联系方式 */
  .contactus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contactus .contactusInfoSmall ul {
    display: block;
  }
  .contactus .contactusInfoSmall ul li {
    width: 100%;
    border-radius: 12px;
    margin-right: 0%;
    margin-top: 20px;
    padding: 20px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallTitle {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallText {
    font-size: 14px;
    line-height: 24px;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallMain {
    display: block;
  }
  .contactus .contactusInfoSmall ul li .contactusInfoSmallMain .contactusInfoSmallImg img {
    height: 80px;
    border-radius: 8px;
    margin-top: 10px;
  }
  .contactus .contactusInfoBig {
    height: 232px;
    border-radius: 12px;
    background-position-x: 22%;
  }
  .contactus .contactusInfoBig .contactusInfoBigText {
    width: 70%;
    max-width: 70%;
    padding-left: 20px;
  }
  .contactus .contactusInfoBig .contactusInfoBigText p {
    font-size: 14px;
    line-height: 24px;
  }
  /* 留言反馈 */
  .messageBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .messageBg .message {
    margin-top: 0px;
    height: auto;
    width: 100%;
    border-radius: 12px;
    padding: 25px 20px;
    padding-bottom: 50px;
  }
  .messageBg .message .messageInput {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
  .messageBg .message .messageInput input {
    font-size: 13px;
    padding: 0 15px;
  }
  .messageBg .message .messageInput span {
    font-size: 13px;
    left: 15px;
  }
  .messageBg .message .messageTextarea {
    height: 90px;
  }
  .messageBg .message .messageTextarea textarea {
    height: 90px;
    padding: 10px 15px;
    font-size: 13px;
  }
  .messageBg .message .messageTextarea span {
    font-size: 13px;
    top: 10px;
    left: 15px;
  }
  .messageBg .message .messageSubmit {
    margin-top: 35px;
  }
  .messageBg .message .messageSubmit input {
    font-size: 13px;
  }
  .messageBg .message .messageSubmit img {
    height: 32px;
  }
  /* 产品 */
  .products {
    display: block;
  }
  .productsTitle {
    margin-bottom: 25px;
  }
  .productsTitle h1 {
    font-size: 24px;
  }
  .products .productsMain ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    padding: 30px 20px;
    border-width: 1px;
    border-radius: 12px;
  }
  .products .productsMain ul li:hover {
    box-shadow: 0 10px 10px #c4cce2;
  }
  .products .productsMain ul li:hover .productsMore img {
    opacity: 1;
    width: 47px;
    height: 23px;
  }
  .products .productsMain ul li .productsImg img {
    width: 100%;
    height: auto;
  }
  .products .productsMain ul li .productsText h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 26px;
  }
  .products .productsMain ul li .productsText p {
    font-size: 14px;
  }
  .products .productsMain ul li .productsMore {
    font-size: 13px;
  }
  /* 产品详情 相关参数 */
  .productsPar .productsParTab {
    overflow-x: auto;
  }
  .productsPar .productsParTab ul li {
    white-space: nowrap;
    margin: 0 15px;
  }
  .productsPar .productsParMain ul li {
    padding: 25px 15px;
  }
  .productsPar .productsParMain ul li h1 {
    margin-bottom: 13px;
  }
  /* 产品详情 相关产品 */
  .productsCorrelation .productsCorrelationTitle {
    text-align: center;
    margin-bottom: 25px;
  }
  .productsCorrelation .productsCorrelationTitle h1 {
    font-size: 24px;
  }
  .productsCorrelation .productsCorrelationSwiper {
    overflow: hidden !important;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide {
    padding: 30px 0px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide:hover .productsMore img {
    opacity: 1;
    width: 43px;
    height: 20px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText {
    padding: 0 10px;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsText h1 {
    line-height: auto;
  }
  .productsCorrelation .productsCorrelationSwiper .swiper-slide .productsMore {
    height: 22px;
  }
  /* 客户服务 */
  .servicesBg {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .servicesBg .services {
    width: 100%;
    position: relative;
  }
  .servicesBg .services::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #fff;
  }
  .servicesBg .services::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
  }
  .servicesBg .services::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: var(--vi-color);
  }
  .servicesBg .services img {
    width: 100%;
    height: auto;
  }
  .servicesBg .services .servicesIn {
    width: 100%;
  }
  .servicesBg .services .servicesIn .servicesInMain {
    top: 28%;
    left: 16%;
    width: 78px;
    height: 78px;
  }
  .servicesBg .services .servicesIn .servicesInMain .servicesInText {
    display: none;
  }
  .servicesBg .services .servicesIn .servicesInMain i::before {
    width: 7px;
    height: 7px;
  }
  .servicesBg .services .servicesIn .servicesInMain i::after {
    width: 110px;
    height: 110px;
  }
  .servicesBg .services .servicesCh {
    top: 37%;
    right: 17%;
    width: 16%;
    height: 20%;
  }
  .servicesBg .services .servicesCh .servicesInText {
    display: none;
  }
  .servicesBg .services .servicesInText {
    border-radius: 12px;
    box-shadow: 0 0 20px #e0e6f2;
    padding: 20px;
  }
  .servicesBg .services .servicesInText::after {
    width: 11px;
    height: 13px;
    top: 20px;
    left: -11px;
    background-size: 11px 13px;
    border-width: 1px;
  }
  .servicesBg .services .servicesCh ul li .servicesChDrop {
    width: 30px;
    height: 30px;
  }
  .servicesBg .services .servicesCh ul li .servicesChDrop i {
    width: 30px;
    height: 30px;
  }
  .servicesBg .services .servicesCh ul li .servicesChDrop span::after {
    width: 5px;
    height: 5px;
  }
  .servicesBg .services .servicesCh ul li .servicesChDrop span::before {
    width: 17px;
    height: 17px;
  }
  .servicesBg .services .servicesCh ul li .servicesInText {
    top: -20px;
  }
  .servicesBg .servicesMobile .servicesInText {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
    padding: 25px 15px;
    border-width: 1px;
    margin-bottom: 20px;
    transform: none;
  }
  .servicesBg .servicesMobile .servicesInText h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .servicesBg .servicesMobile .servicesInText p {
    font-size: 12px;
    line-height: 20px;
  }
  .servicesBg .services .servicesIn .servicesInMain > i {
    display: none;
  }
  .servicesBg .services .serviceMark{
    top: -7px;
    left: -7px;
  }
  .servicesBg .services .servicesChDrop {
    display: block;
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translate(-50%, -50%) scale(0.5);
  }
  .servicesBg .services .servicesChDrop {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-top: 15px;
  }
  .servicesBg .services .servicesChDrop i {
    width: 30px;
    height: 30px;
  }
  .servicesBg .services .servicesChDrop span::after {
    width: 8px;
    height: 8px;
  }
  .servicesBg .services .servicesChDrop span::before {
    width: 17px;
    height: 17px;
  }
  /* EHS体系 */
  .system .systemMain {
    padding: 25px 15px;
    box-shadow: 0 15px 20px #dde2ef;
  }
  .system .conList {
    display: none;
  }
  /* 内页banner */
  .detailBanner img.pc {
    display: none;
  }
  .detailBanner img.mobile {
    display: block;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detailBanner .detailBannerText img {
    height: 55px;
  }
  .detailBanner.detailBannerProducts {
    margin-top: 60px;
  }
  .detailBanner.detailBannerProducts img.mobile {
    display: none;
  }
  .detailBanner.detailBannerProducts .breadcrumbNav {
    display: none;
  }
  .detailBanner .detailBannerProductsText {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 40px;
    background-color: #fff;
    position: static;
    transform: none;
    display: block;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft {
    width: 100%;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextRight {
    width: 100%;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-pagination-bullet {
    border-color: #666;
    border-width: 1px;
    margin: 0 4px !important;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextRight .swiper-pagination-bullet-active {
    background-color: #196ccf;
    border-color: #196ccf;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h1 {
    font-size: 13px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft h2 {
    font-size: 22px;
  }
  .detailBanner .detailBannerProductsText .detailBannerProductsTextLeft div span {
    border-radius: 20px;
  }
  .productsCorrelation .scrollbar .scrollbarItem {
    height: 2px;
  }
  /* 内页标题 */
  .detailTitle {
    margin-bottom: 25px;
  }
  .detailTitle h1 {
    font-size: 24px;
  }
  /* 面包屑导航 */
  .breadcrumbNav {
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
  }
  .breadcrumbNav ul li img {
    height: 19px;
  }
  .breadcrumbNav ul li a {
    font-size: 13px;
  }
  .breadcrumbNav ul li i {
    font-size: 14px;
    margin: 0 3px;
  }
  /* 标题 */
  .title {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  .title h1 {
    display: inline-block;
    font-size: 21px;
    padding-left: 11px;
  }
  .title p {
    width: 80%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 28px;
    margin-top: 5px;
  }
  /* 底部 */
  .bottomBg {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #2c323b;
    min-height: auto;
    height: auto;
  }
  .bottom {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }
  .bottom .bottomLeft {
    margin-top: 25px;
  }
  .bottom .bottomLeft .bottomText{
    margin-bottom: 13px;
  }
  .bottom .bottomLeft .bottomText p{
    margin-bottom: 1px;
  }
  .bottom .bottomLeft .bottomInfo{
    width: 80px;
    text-align: left;
  }
  .bottom .bottomNav {
    flex-direction: column;
  }
  .bottom .bottomNav dl{
    margin-left: 0px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .bottom .bottomNav dl:last-child{
    margin-bottom: 0px;
  }
  .bottom .bottomNav dl dt{
    display: flex;
    justify-content: space-between;
  }
  .bottom .bottomNav dl dt a{
    font-size: 15px;
  }
  .bottom .bottomNav dl dd a{
    font-size: 13px;
    line-height: 25px;
  }
  .bottom .bottomNav dl dt i{
    display: block;
    font-size: 12px;
    color: #fff;
    transform: rotate(90deg);
  }
  .bottom .bottomNav dl .dd{
    display: none;
    margin-bottom: 14px;
  }
  .bottomMsg {
    height: 60px;
    line-height: 18px;
    padding: 0 15px;
    padding-top: 18px;
    margin-top: 0px;
    font-size: 12px;
    border-top: 0px;
  }
  .bottomMsg img {
    display: none;
    max-width: auto;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .bottomMsg a {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header{height: 78px;}
  .header .logo img{height: 36px;}
  .header .navBox .navList .list h3 a{font-size: 14px;}
  .header .navBox .navList .list{margin-left: 30px;}
  .header .navBox .haderOther .lang span{font-size: 14px;}
  .header .navBox .haderOther .oa{font-size: 14px;margin-left: 19px;}
  .header .navBox .haderOther .email{margin-left: 19px;}
  .header .navBox .haderOther .email img{height: 23px;}
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .header .logo img{height: 52px;}
  .header .navBox .navList .list h3 a{font-size: 18px;}
  .header .navBox .navList .list{margin-left: 44px;}
  .header .navBox .haderOther .lang span{font-size: 18px;}
  .header .navBox .haderOther .oa{font-size: 18px;margin-left: 29px;}
  .header .navBox .haderOther .email{margin-left: 29px;}
  .header .navBox .haderOther .email img{height: 26px;}
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .header .logo img{height: 46px;}
  .header .navBox .navList .list h3 a{font-size: 16px;}
  .header .navBox .navList .list{margin-left: 37px;}
  .header .navBox .haderOther .lang span{font-size: 16px;}
  .header .navBox .haderOther .oa{font-size: 16px;margin-left: 29px;}
  .header .navBox .haderOther .email{margin-left: 25px;}
  .header .navBox .haderOther .email img{height: 24px;}
  .detailBanner .detailBannerText img{height: 76px;}
  .productsTitle h1{font-size: 32px;}
}
.returnBtn{
  position: fixed;
  bottom: 10%;
  right: -80px;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 0 10px #ddd; */
  transition: all .4s ease;
  z-index: 99;

}
.returnBtn.active{
  right: 2%;
}
.returnBtn:hover{
  background-color: var(--vi-color);
  /* box-shadow: 0 0 10px var(--vi-color); */
}
.returnBtn:hover img{
filter: none;
}
.returnBtn:hover p{
  color: #ffffff;
}
.returnBtn img{
  width: 26px;
  height: auto;
  filter: invert(1) opacity(0.5);
  transition: all .4s ease;
}
.returnBtn p{
  font-size: 12px;
  color: #999;
  transition: all .4s ease;
}
