@charset "UTF-8";
/*
 *宽高设置;
 */
/*
 *设置input，textarea的默认颜色;
 */
/*
 *placeholder自定义
 */
/*
 *设置边框;
 */
/*
 *设置字体大小，颜色，行高，水平对齐方式;
 */
/*
 *水平居中;
 */
/*
 *顶部定位；
 */
/* 
 *随机定位
 */
/* 
 *flex水平居中
 */
/*
 *元素百分百定位；
 */
/*
 *元素填充;
 */
/*
 *上下左右居中--定位;
*/
/*
 *css3上下左右居中带缩放;
 */
/*
 *c3 水平居中
 */
/*
 *css3 垂直居中
 */
/*
 *背景图片设置;
 */
/*
 *background-size设置背景图片;
 */
/*
 *背景颜色和黑色遮罩
 */
/*
 *关闭按钮;
 */
/**字左右间隙**/
/**渐变**/
/**截字**/
/*
 *缩放;
 */
/*
 *各个方向的边框
*/
/*
 *三角;
 */
/*动画暂停*/
/*
 *隐藏位移;
 */
/*
 *过度时间速度;
 */
/**弹性盒子**/
* {
  margin: 0px;
  padding: 0px;
  max-height: 999999999px;
}

@font-face {
  font-family: "source_han_serif_twregular";
  src: url("../fontS/sourcehanseriftw-regular-webfont.eot");
  src: url("../fontS/sourcehanseriftw-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* url("../fontS/sourcehanseriftw-regular-webfont.woff2") format("woff2"), */
    /* url("../fontS/sourcehanseriftw-regular-webfont.woff") format("woff"), */
    /* url("../fontS/sourcehanseriftw-regular-webfont.ttf") format("truetype"), */
    url("../fontS/sourcehanseriftw-regular-webfont.svg#source_han_serif_twregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "source_han_serif_twregular";
  color: #666;
  font-size: 14px;
  min-height: 100vh;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
textarea {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  font-family: "source_han_serif_twregular";
}

.hide {
  display: none;
}

ul,
li,
dl,
dd {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

button {
  -webkit-appearance: none;
}

input,
textarea {
  border: 0px;
  width: 100%;
  background: none;
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

.pagelock {
  overflow: hidden;
}

/**音乐**/
.musiced {
  position: absolute;
  left: 20px;
  top: 75px;
  z-index: 80;
  opacity: 0.8;
}

.msyuddtd {
  background: url(../images/musice.png) no-repeat center center;
  width: 54px;
  height: 54px;
}

.kuddtz {
  -webkit-animation: kdd1 2s infinite linear;
  -moz-animation: kdd1 2s infinite linear;
  -o-animation: kdd1 2s infinite linear;
  animation: kdd1 2s infinite linear;
}

.bigyf {
  background: url(../images/yid1.png) no-repeat center center;
  width: 25px;
  height: 53px;
  position: absolute;
  left: 0px;
  top: -80px;
  -webkit-animation: dd1 2s infinite;
  -moz-animation: dd1 2s infinite;
  -o-animation: dd1 2s infinite;
  animation: dd1 2s infinite;
}

.smyf {
  background: url(../images/yid2.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -30px;
  -webkit-animation: dd1 1.5s infinite;
  -moz-animation: dd1 1.5s infinite;
  -o-animation: dd1 1.5s infinite;
  animation: dd1 1.5s infinite;
}

@-webkit-keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-moz-keyframes dd1 {
  0% {
    -moz-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-o-keyframes dd1 {
  0% {
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    -moz-transform: translateY(0px) scale(0.6);
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    -moz-transform: translateY(-50px) scale(0.6);
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes kdd1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes kdd1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

.m_box {
  width: 100%;
  min-height: 100vh;
  padding-top: 103px;
}
.m_box .topbanner {
  width: 100%;
  position: relative;
}
.m_box .topbanner img {
  width: 100%;
  height: auto;
}
.m_box .topbanner h3 {
  font-size: 46px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.m_box .topbanner h3::before {
  content: "";
  background-image: url("../images/m2.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  position: absolute;
  left: -61px;
  top: 56%;
  transform: translateY(-50%);
}
.m_box .topbanner h3::after {
  content: "";
  background-image: url("../images/m3.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  position: absolute;
  top: 56%;
  right: -61px;
  transform: translateY(-50%);
}
.m_box .toptit {
  width: 100%;
  padding-left: 320px;
  position: relative;
}
.m_box .toptit h3 {
  font-size: 63px;
  color: #059ba0;
  line-height: 75px;
  text-align: left;
  position: relative;
  font-weight: 500;
  display: inline-block;
  z-index: 5;
}
.m_box .toptit h3::before {
  content: "";
  width: 116px;
  height: 2px;
  background-image: url("../images/m4.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.m_box .toptit h4 {
  font-size: 80px;
  color: #e7e6e6;
  line-height: 66px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50px;
  font-weight: 500;
}
.m_box .toptit h4 span {
  display: block;
  font-size: 48px;
}

.m_hyjjfa {
  background-color: #fff;
}
.m_hyjjfa .con {
  width: 85%;
  margin: 0 auto;
}
.m_hyjjfa .con .conbox {
  width: 100%;
  margin-top: 80px;
}
.m_hyjjfa .con .conbox .fabox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 134px;
}
.m_hyjjfa .con .conbox .fabox li {
  flex: 0 0 22%;
  height: 385px;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
.m_hyjjfa .con .conbox .fabox li .img {
  width: 100%;
  max-height: 238px;
}
.m_hyjjfa .con .conbox .fabox li .img img {
  width: 100%;
  height: auto;
}
.m_hyjjfa .con .conbox .fabox li p {
  margin-top: 45px;
  font-size: 24px;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.m_hyjjfa .con .conbox .fabox .left {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background-color: #059ba0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.m_hyjjfa .con .conbox .fabox .left a {
  display: block;
}
.m_hyjjfa .con .conbox .fabox .left h6 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.m_hyjjfa .con .conbox .fabox .left p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  margin-top: 120px;
}
.m_hyjjfa .con .conbox .fabox .left.on {
  transform: translateY(0);
  transition: all 0.3s;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_box .con .conbox .toptit {
    padding-left: 300px;
  }
  .m_box .con .conbox .toptit h3 {
    font-size: 58px;
  }
  .m_box .con .conbox .toptit h4 {
    font-size: 74px;
  }
  .m_box .con .conbox .toptit h4 span {
    font-size: 42px;
  }

  .m_hyjjfa .con .conbox .fabox li {
    height: 340px;
  }
  .m_hyjjfa .con .conbox .fabox li p {
    font-size: 22px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_box .topbanner h3 {
    font-size: 42px;
  }
  .m_box .con .conbox .toptit {
    padding-left: 280px;
  }
  .m_box .con .conbox .toptit h3 {
    font-size: 52px;
  }
  .m_box .con .conbox .toptit h4 {
    font-size: 66px;
  }
  .m_box .con .conbox .toptit h4 span {
    font-size: 38px;
  }

  .m_hyjjfa .con .conbox .fabox li {
    height: 300px;
  }
  .m_hyjjfa .con .conbox .fabox li p {
    font-size: 20px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_box .topbanner h3 {
    font-size: 38px;
  }
  .m_box .con .conbox .toptit {
    padding-left: 250px;
  }
  .m_box .con .conbox .toptit h3 {
    font-size: 46px;
  }
  .m_box .con .conbox .toptit h4 {
    font-size: 60px;
  }
  .m_box .con .conbox .toptit h4 span {
    font-size: 34px;
  }

  .m_hyjjfa .con .conbox .fabox {
    flex-wrap: wrap;
  }
  .m_hyjjfa .con .conbox .fabox li {
    flex: 0 0 44%;
    height: 380px;
    margin-bottom: 20px;
  }
  .m_hyjjfa .con .conbox .fabox li p {
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_box .topbanner h3 {
    font-size: 34px;
  }
  .m_box .con .conbox .toptit {
    padding-left: 200px;
  }
  .m_box .con .conbox .toptit h3 {
    font-size: 40px;
  }
  .m_box .con .conbox .toptit h4 {
    font-size: 50px;
  }
  .m_box .con .conbox .toptit h4 span {
    font-size: 30px;
  }

  .m_hyjjfa .con .conbox .fabox {
    flex-wrap: wrap;
  }
  .m_hyjjfa .con .conbox .fabox li {
    flex: 0 0 44%;
    height: 310px;
    margin-bottom: 16px;
  }
  .m_hyjjfa .con .conbox .fabox li p {
    font-size: 18px;
  }
}
.m_foodbox .con {
  width: 100%;
  background-color: #f3f2f2;
}
.m_foodbox .con .toptab {
  width: 100%;
  height: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_foodbox .con .toptab .tab {
  width: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_foodbox .con .toptab .tab li {
  flex: 0 0 30%;
}
.m_foodbox .con .toptab .tab li a {
  font-size: 24px;
  color: #000;
  line-height: 90px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.m_foodbox .con .toptab .tab li.on a {
  background-color: #059ba0;
  color: #fff;
}

.m_foodscheme .con .details {
  width: 100%;
  margin-top: 80px;
}
.m_foodscheme .con .details ul {
  width: 100%;
}
.m_foodscheme .con .details ul li {
  width: 100%;
  display: flex;
  background-color: #fff;
}
.m_foodscheme .con .details ul li .img {
  flex: 0 0 57%;
}
.m_foodscheme .con .details ul li .img img {
  width: 100%;
  height: auto;
}
.m_foodscheme .con .details ul li .font {
  flex: 0 0 43%;
  padding: 85px 135px 0 75px;
  font-size: 20px;
  color: #3e5166;
  line-height: 30px;
  text-align: left;
}
.m_foodscheme .con .details ul li .font p {
  margin-bottom: 36px;
}
.m_foodscheme .con .details ul li:nth-child(odd) {
  flex-direction: row-reverse;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_foodbox .con .toptab {
    height: 150px;
  }
  .m_foodbox .con .toptab .tab li a {
    font-size: 22px;
    line-height: 85px;
  }

  .m_foodscheme .con .details ul li .font {
    font-size: 16px;
    padding: 40px 90px 0 65px;
  }
  .m_foodscheme .con .details ul li .font p {
    margin-bottom: 8px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_foodbox .con .toptab {
    height: 140px;
  }
  .m_foodbox .con .toptab .tab li a {
    font-size: 20px;
    line-height: 76px;
  }

  .m_foodscheme .con .details ul li .font {
    font-size: 14px;
    padding: 30px 70px 0 65px;
    line-height: 26px;
  }
  .m_foodscheme .con .details ul li .font p {
    margin-bottom: 8px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_foodbox .con .toptab {
    height: 120px;
  }
  .m_foodbox .con .toptab .tab li a {
    font-size: 18px;
    line-height: 64px;
  }

  .m_foodscheme .con .details {
    margin-top: 50px;
  }
  .m_foodscheme .con .details ul li {
    display: block;
  }
  .m_foodscheme .con .details ul li .font {
    font-size: 14px;
    padding: 30px 70px 30px 65px;
    line-height: 26px;
  }
  .m_foodscheme .con .details ul li .font p {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_foodbox .con .toptab {
    height: 100px;
  }
  .m_foodbox .con .toptab .tab li a {
    font-size: 16px;
    line-height: 60px;
  }

  .m_foodscheme .con .details {
    margin-top: 50px;
  }
  .m_foodscheme .con .details ul li {
    display: block;
  }
  .m_foodscheme .con .details ul li .font {
    font-size: 14px;
    padding: 30px 70px 30px 65px;
    line-height: 26px;
  }
  .m_foodscheme .con .details ul li .font p {
    margin-bottom: 8px;
  }
}
.m_foodparameter .con .conbox {
  padding: 80px 138px;
  background-color: #fff;
}
.m_foodparameter .con .conbox:nth-child(odd) {
  background-color: #f3f2f2;
}
.m_foodparameter .con .conbox:nth-child(odd) .toptit {
  padding-left: 280px;
}
.m_foodparameter .con .conbox:nth-child(odd) .toptit h4 {
  color: #fff;
}
.m_foodparameter .con .shop ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.m_foodparameter .con .shop ul li {
  flex: 0 0 18%;
  background-color: #fff;
  padding-bottom: 57px;
  position: relative;
}
.m_foodparameter .con .shop ul li .img {
  width: 100%;
  max-height: 165px;
}
.m_foodparameter .con .shop ul li .img img {
  width: 100%;
  max-height: 100%;
}
.m_foodparameter .con .shop ul li p {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  font-size: 18px;
  color: #000;
  line-height: 24px;
  text-align: center;
}
.m_foodparameter .con .software table {
  width: 100%;
  margin-top: 112px;
  font-size: 20px;
  color: #3e5166;
  line-height: 26px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #f0eded;
}
.m_foodparameter .con .software table tr {
  width: 100%;
}
.m_foodparameter .con .software table tr th {
  width: 34%;
  background-color: #e9f3fb;
  font-size: 24px;
  color: #3e5166;
  line-height: 30px;
  text-align: center;
  padding: 28px;
}
.m_foodparameter .con .software table tr td {
  width: 34%;
  background-color: #fff;
  font-size: 20px;
  color: #3e5166;
  line-height: 28px;
  text-align: center;
  padding: 28px;
  border: 1px solid #f0eded;
}
.m_foodparameter .con .Adapting ul {
  width: calc(100% + 26px);
  margin-top: 112px;
  display: flex;
  flex-wrap: wrap;
}
.m_foodparameter .con .Adapting ul li {
  flex: 0 0 18%;
  position: relative;
  padding-bottom: 90px;
  margin-right: 26px;
}
.m_foodparameter .con .Adapting ul li .img {
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_foodparameter .con .Adapting ul li .img img {
  display: block;
  max-height: 92%;
  max-width: 92%;
}
.m_foodparameter .con .Adapting ul li p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_foodparameter .con .software table tr th {
    font-size: 22px;
    padding: 24px;
  }
  .m_foodparameter .con .software table tr td {
    font-size: 18px;
    padding: 24px;
  }
  .m_foodparameter .con .Adapting ul li {
    flex: 0 0 17%;
    margin-right: 36px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_foodparameter .con .shop ul {
    flex-wrap: wrap;
  }
  .m_foodparameter .con .shop ul li {
    flex: 0 0 24%;
    margin-bottom: 20px;
  }
  .m_foodparameter .con .shop ul li p {
    font-size: 16px;
  }
  .m_foodparameter .con .software table tr th {
    font-size: 20px;
    padding: 20px;
  }
  .m_foodparameter .con .software table tr td {
    font-size: 16px;
    padding: 20px;
  }
  .m_foodparameter .con .Adapting ul {
    flex-wrap: wrap;
    width: calc(100% + 41px);
  }
  .m_foodparameter .con .Adapting ul li {
    padding-bottom: 75px;
    flex: 0 0 21%;
    margin-right: 41px;
  }
  .m_foodparameter .con .Adapting ul li .img {
    height: 170px;
  }
  .m_foodparameter .con .Adapting ul li p {
    font-size: 16px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_foodparameter .con .shop ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .m_foodparameter .con .shop ul li {
    flex: 0 0 30%;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .m_foodparameter .con .shop ul li p {
    font-size: 16px;
  }
  .m_foodparameter .con .software table tr th {
    font-size: 20px;
    padding: 18px;
  }
  .m_foodparameter .con .software table tr td {
    font-size: 16px;
    padding: 18px;
  }
  .m_foodparameter .con .Adapting ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .m_foodparameter .con .Adapting ul li {
    padding-bottom: 75px;
    flex: 0 0 30%;
    margin-right: 24px;
  }
  .m_foodparameter .con .Adapting ul li .img {
    height: 170px;
  }
  .m_foodparameter .con .Adapting ul li p {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_foodparameter .con .shop ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .m_foodparameter .con .shop ul li {
    flex: 0 0 46%;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .m_foodparameter .con .shop ul li p {
    font-size: 16px;
  }
  .m_foodparameter .con .software table tr th {
    font-size: 18px;
    padding: 16px;
  }
  .m_foodparameter .con .software table tr td {
    font-size: 14px;
    padding: 16px;
  }
  .m_foodparameter .con .Adapting ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .m_foodparameter .con .Adapting ul li {
    padding-bottom: 75px;
    flex: 0 0 46%;
    margin-right: 20px;
  }
  .m_foodparameter .con .Adapting ul li .img {
    height: 200px;
  }
  .m_foodparameter .con .Adapting ul li p {
    font-size: 16px;
  }
}
.m_fooddata {
  background-color: #f3f2f2;
}
.m_fooddata .datalist {
  width: 85%;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 18px;
  color: #3e5166;
  line-height: 24px;
  text-align: left;
}
.m_fooddata .datalist ul {
  width: calc(100% + 34px);
  display: flex;
  flex-wrap: wrap;
}
.m_fooddata .datalist ul li {
  flex: 0 0 22%;
  margin-right: 33px;
  margin-bottom: 34px;
  background-color: #fff;
  padding: 33px;
}
.m_fooddata .datalist ul li img {
  margin-bottom: 20px;
  display: block;
}
.m_fooddata .datalist ul li .bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.m_fooddata .datalist ul li .bot a {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/m26.png");
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_fooddata .datalist ul li {
    padding: 28px;
    font-size: 16px;
  }
  .m_fooddata .datalist ul li img {
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_fooddata .datalist ul li {
    padding: 28px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_fooddata .datalist ul li img {
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_fooddata .datalist ul li {
    flex: 0 0 31%;
    padding: 28px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 18px;
  }
  .m_fooddata .datalist ul li img {
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_fooddata .datalist ul li {
    flex: 0 0 30%;
    padding: 28px;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 18px;
  }
  .m_fooddata .datalist ul li img {
    transform: scale(0.9);
    transform-origin: center;
  }
}
.m_sdtx {
  background-color: #fff;
}
.m_sdtx .con {
  width: 86%;
  margin: 0 auto;
}
.m_sdtx .con .conbox {
  margin-top: 80px;
}
.m_sdtx .con .conbox .toptit {
  margin-bottom: 184px;
}
.m_sdtx .con .conbox .details {
  width: 100%;
}
.m_sdtx .con .conbox .details ul {
  width: calc(100% + 26px);
  display: flex;
  flex-wrap: wrap;
}
.m_sdtx .con .conbox .details ul li {
  flex: 0 0 23%;
  margin-right: 26px;
  position: relative;
  padding-bottom: 25px;
  font-size: 28px;
  color: #313f4e;
  line-height: 36px;
  text-align: left;
  margin-bottom: 30px;
}
.m_sdtx .con .conbox .details ul li .top {
  width: 100%;
  height: 314px;
  position: relative;
  padding: 25px 29px 27px 0;
}
.m_sdtx .con .conbox .details ul li .top img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.m_sdtx .con .conbox .details ul li .top .bgblue {
  width: 83%;
  height: 100%;
  background-color: #f0f7fc;
  position: absolute;
  top: 0;
  right: 0;
}
.m_sdtx .con .conbox .details ul li p {
  position: relative;
  margin-top: 26px;
}
.m_sdtx .con .conbox .details ul li p::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #313f4e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m_sdtx .con .conbox .details ul li strong {
  display: none;
}
.m_sdtx .tc {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.m_sdtx .tc .box {
  width: 58%;
  max-height: 90%;
  padding: 50px;
  padding-top: 44px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m_sdtx .tc .box .prev {
  width: 88px;
  height: 88px;
  background-image: url("../images/m38.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -106px;
  transform: translateY(-50%);
}
.m_sdtx .tc .box .prev.on {
  background-image: url("../images/m35.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m_sdtx .tc .box .next {
  width: 88px;
  height: 88px;
  background-image: url("../images/m36.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -106px;
  transform: translateY(-50%);
}
.m_sdtx .tc .box .next.on {
  background-image: url("../images/m37.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m_sdtx .tc .box .img {
  width: 100%;
  height: 43%;
  display: flex;
  justify-content: center;
}
.m_sdtx .tc .box .img img {
  width: 76%;
  max-height: 100%;
  display: block;
}
.m_sdtx .tc .box h6 {
  font-size: 32px;
  color: #313f4e;
  line-height: 42px;
  text-align: left;
  font-weight: 500;
  position: relative;
  margin-top: 36px;
}
.m_sdtx .tc .box h6::after {
  content: "";
  width: 58px;
  height: 2px;
  background-color: #313f4e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m_sdtx .tc .box p {
  margin-top: 16px;
  font-size: 20px;
  color: #313f4e;
  line-height: 30px;
  text-align: left;
  max-height: 120px;
  overflow-y: auto;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_sdtx .con .conbox .details ul li {
    margin-right: 25px;
  }
  .m_sdtx .con .conbox .details ul li .top {
    height: 257px;
  }
  .m_sdtx .con .conbox .details ul li p {
    font-size: 24px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_sdtx .con .conbox .details ul li {
    flex: 0 0 22%;
    margin-right: 25px;
  }
  .m_sdtx .con .conbox .details ul li .top {
    height: 215px;
  }
  .m_sdtx .con .conbox .details ul li p {
    font-size: 20px;
  }
  .m_sdtx .con .conbox .details ul li p::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #313f4e;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_sdtx .con .conbox .details ul li {
    flex: 0 0 30%;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .m_sdtx .con .conbox .details ul li .top {
    height: 266px;
  }
  .m_sdtx .con .conbox .details ul li p {
    font-size: 18px;
    margin-top: 14px;
  }
  .m_sdtx .con .conbox .details ul li p::after {
    content: "";
    width: 36px;
    height: 2px;
    background-color: #313f4e;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_sdtx .con .conbox {
    margin-bottom: 40px;
  }
  .m_sdtx .con .conbox .toptit {
    margin-bottom: 128px;
  }
  .m_sdtx .con .conbox .details ul li {
    flex: 0 0 30%;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .m_sdtx .con .conbox .details ul li .top {
    height: 175px;
    padding: 20px 25px 23px 0;
  }
  .m_sdtx .con .conbox .details ul li p {
    font-size: 16px;
    margin-top: 11px;
  }
  .m_sdtx .con .conbox .details ul li p::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #313f4e;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.m_terminalbox {
  background-color: #fff;
}
.m_terminalbox .topbanner {
  height: calc(100vh - 103px);
}
.m_terminalbox .topbanner img {
  height: 100%;
}
.m_terminalbox .con {
  width: 85%;
  margin: 0 auto;
}
.m_terminalbox .con .toptab {
  width: 100%;
  margin-bottom: 80px;
  transform: translateY(-50%);
}
.m_terminalbox .con .toptab ul {
  width: 100%;
  height: 166px;
  display: flex;
  box-shadow: 0px 6px 8px #f4f4f4;
}
.m_terminalbox .con .toptab ul li {
  flex: 0 0 33.3%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.m_terminalbox .con .toptab ul li a {
  font-size: 24px;
  color: #3e5166;
  line-height: 166px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.m_terminalbox .con .toptab ul li:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.m_terminalbox .con .toptab ul li:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.m_terminalbox .con .toptab ul li.on {
  background-color: #059ba0;
}
.m_terminalbox .con .toptab ul li.on a {
  color: #fff;
}
.m_terminalbox .con .conbox .toptit {
  padding-left: 30px;
  margin-bottom: 170px;
}
.m_terminalbox .con .topcon {
  margin-top: 80px;
  padding-bottom: 70px;
}
.m_terminalbox .con .topcon .details img {
  display: block;
  max-width: 100%;
  height: auto;
}
.m_terminalbox .con .topcon .details .mtxt {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: left;
  margin: 40px 0;
  font-weight: 500;
}
.m_terminalbox .botdel {
  width: 100%;
  background-color: #f3f2f2;
  padding: 60px 0 120px 0;
}
.m_terminalbox .botdel ul {
  width: calc(85% + 30px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.m_terminalbox .botdel ul li {
  position: relative;
  flex: 0 0 31%;
  margin-right: 30px;
  height: 433px;
  padding-top: 37px;
  margin-bottom: 50px;
}
.m_terminalbox .botdel ul li .tit {
  width: 81%;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  text-align: left;
  padding: 20px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #059ba0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.m_terminalbox .botdel ul li .box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 60px 50px 50px 30px;
  font-size: 22px;
  color: #3e5166;
  line-height: 44px;
  text-align: left;
  overflow: hidden;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_terminalbox .con .toptab ul {
    height: 148px;
  }
  .m_terminalbox .con .toptab ul li a {
    line-height: 148px;
    font-size: 22px;
  }
  .m_terminalbox .botdel ul li {
    margin-right: 25px;
  }
  .m_terminalbox .botdel ul li .tit {
    font-size: 22px;
  }
  .m_terminalbox .botdel ul li .box {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_terminalbox .con .toptab ul {
    height: 132px;
  }
  .m_terminalbox .con .toptab ul li a {
    line-height: 132px;
    font-size: 20px;
  }
  .m_terminalbox .botdel ul li {
    height: 390px;
    margin-right: 25px;
  }
  .m_terminalbox .botdel ul li .tit {
    font-size: 18px;
  }
  .m_terminalbox .botdel ul li .box {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_terminalbox .con .toptab ul {
    height: 110px;
  }
  .m_terminalbox .con .toptab ul li a {
    line-height: 110px;
    font-size: 18px;
  }
  .m_terminalbox .botdel ul {
    width: calc(86% + 34px);
  }
  .m_terminalbox .botdel ul li {
    flex: 0 0 46%;
    height: 390px;
    margin-right: 34px;
  }
  .m_terminalbox .botdel ul li .tit {
    font-size: 22px;
  }
  .m_terminalbox .botdel ul li .box {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_terminalbox .topbanner h3 {
    font-size: 26px;
  }
  .m_terminalbox .con .toptab {
    margin-bottom: 25px;
  }
  .m_terminalbox .con .toptab ul {
    height: 90px;
  }
  .m_terminalbox .con .toptab ul li a {
    line-height: 90px;
    font-size: 18px;
  }
  .m_terminalbox .botdel ul {
    width: calc(86% + 34px);
  }
  .m_terminalbox .botdel ul li {
    flex: 0 0 46%;
    height: 390px;
    margin-right: 27px;
  }
  .m_terminalbox .botdel ul li .tit {
    font-size: 20px;
  }
  .m_terminalbox .botdel ul li .box {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .m_box {
    width: 100%;
    min-height: 100vh;
    padding-top: 16vw;
  }
  .m_box .topbanner {
    width: 100%;
    position: relative;
  }
  .m_box .topbanner img {
    width: 100%;
    min-height: 56vw;
  }
  .m_box .topbanner h3 {
    font-size: 5.3333333333vw;
    color: #fff;
    line-height: 7.7333333333vw;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
  }
  .m_box .topbanner h3::before {
    content: "";
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.2666666667vw;
    height: 4.4vw;
    position: absolute;
    left: -8.6666666667vw;
    top: 56%;
    transform: translateY(-50%);
  }
  .m_box .topbanner h3::after {
    content: "";
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.2666666667vw;
    height: 4.4vw;
    position: absolute;
    top: 56%;
    right: -8.6666666667vw;
    transform: translateY(-50%);
  }
  .m_box .toptit {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .m_box .toptit h3 {
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 8vw;
    text-align: left;
    z-index: 5;
  }
  .m_box .toptit h3::before {
    content: "";
    width: 11.6vw;
    height: 0.4vw;
    background-image: url("../images/m4.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .m_box .toptit h4 {
    font-size: 3.2vw;
    color: #e7e6e6;
    line-height: 6.6666666667vw;
    text-align: left;
    position: absolute;
    left: 0;
    top: 2.6666666667vw;
  }
  .m_box .toptit h4 span {
    font-size: 2.6666666667vw;
    display: inline;
  }

  .m_foodbox .con {
    width: 100%;
    background-color: #f3f2f2;
  }
  .m_foodbox .con .toptab {
    width: 100%;
    height: auto;
  }
  .m_foodbox .con .toptab .tab {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
  .m_foodbox .con .toptab .tab li {
    flex: 0 0 30%;
  }
  .m_foodbox .con .toptab .tab li a {
    font-size: 3.4666666667vw;
    color: #000;
    line-height: 7.7333333333vw;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
  }
  .m_foodbox .con .toptab .tab li.on a {
    background-color: #059ba0;
    color: #fff;
  }

  .m_foodscheme .con .details {
    width: 100%;
    box-sizing: border-box;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-top: 0;
  }
  .m_foodscheme .con .details ul {
    width: 100%;
  }
  .m_foodscheme .con .details ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: none;
  }
  .m_foodscheme .con .details ul li .img {
    flex: 0 0 57%;
  }
  .m_foodscheme .con .details ul li .img img {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
    border-radius: 15px;
  }
  .m_foodscheme .con .details ul li .font {
    flex: 0 0 43%;
    padding: 0;
    font-size: 3.2vw;
    color: #3e5166;
    line-height: 5.8666666667vw;
    text-align: left;
  }
  .m_foodscheme .con .details ul li .font p {
    margin-bottom: 4vw;
  }
  .m_foodscheme .con .details ul li .font p:last-child {
    margin-bottom: 4vw;
  }
  .m_foodscheme .con .details ul li:nth-child(odd) {
    flex-direction: column;
  }

  .m_fooddata {
    background-color: #f3f2f2;
  }
  .m_fooddata .datalist {
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw;
    margin: 0 auto;
    margin-top: 0;
    font-size: 3.2vw;
    color: #3e5166;
    line-height: 5.8666666667vw;
    text-align: left;
  }
  .m_fooddata .datalist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_fooddata .datalist ul li {
    width: 49%;
    flex: none;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 4vw;
    padding: 2.6666666667vw;
  }
  .m_fooddata .datalist ul li img {
    width: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
    display: block;
  }
  .m_fooddata .datalist ul li .bot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_fooddata .datalist ul li .bot a {
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("../images/m26.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .m_foodparameter .con .conbox {
    padding: 5.3333333333vw;
  }
  .m_foodparameter .con .conbox:nth-child(odd) {
    background-color: #f3f2f2;
  }
  .m_foodparameter .con .conbox:nth-child(odd) .toptit {
    padding-left: 0;
  }
  .m_foodparameter .con .conbox:nth-child(odd) .toptit h4 {
    color: #fff;
  }
  .m_foodparameter .con .shop ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
  .m_foodparameter .con .shop ul li {
    width: 42.4vw;
    flex: none;
    background: none;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 4vw;
  }
  .m_foodparameter .con .shop ul li .img {
    width: 100%;
    height: 28.1333333333vw;
    border-radius: 2vw;
    max-height: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 4vw;
  }
  .m_foodparameter .con .shop ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .m_foodparameter .con .shop ul li p {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    font-size: 3.2vw;
    color: #000;
    line-height: 4vw;
    text-align: center;
  }
  .m_foodparameter .con .software table {
    width: 100%;
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
    color: #3e5166;
    line-height: 3.4666666667vw;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #f0eded;
  }
  .m_foodparameter .con .software table tr {
    width: 100%;
  }
  .m_foodparameter .con .software table tr th {
    width: 34%;
    font-size: 3.2vw;
    color: #3e5166;
    line-height: 4vw;
    text-align: center;
    padding: 3.7333333333vw;
  }
  .m_foodparameter .con .software table tr td {
    width: 34%;
    font-size: 2.6666666667vw;
    color: #3e5166;
    line-height: 3.7333333333vw;
    text-align: center;
    padding: 3.7333333333vw;
    border: 1px solid #f0eded;
  }
  .m_foodparameter .con .Adapting ul {
    width: 100%;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m_foodparameter .con .Adapting ul li {
    flex: none;
    width: 42.4vw;
    position: relative;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .m_foodparameter .con .Adapting ul li .img {
    width: 100%;
    height: 28.1333333333vw;
    border-radius: 2vw;
    margin-bottom: 4vw;
  }
  .m_foodparameter .con .Adapting ul li p {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    font-size: 3.2vw;
    color: #000;
    line-height: 4vw;
    text-align: center;
  }

  .m_hyjjfa .con {
    width: 100%;
    padding: 5.3333333333vw;
    margin: 0 auto;
  }
  .m_hyjjfa .con .conbox {
    margin-top: 0;
  }
  .m_hyjjfa .con .conbox .fabox {
    margin-top: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.3333333333vw;
  }
  .m_hyjjfa .con .conbox .fabox li {
    flex: none;
    border: none;
    width: 42.4vw;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 4vw;
  }
  .m_hyjjfa .con .conbox .fabox li .img {
    width: 100%;
    height: 28vw;
    border-radius: 2vw;
    overflow: hidden;
    max-height: none;
    position: relative;
  }
  .m_hyjjfa .con .conbox .fabox li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .m_hyjjfa .con .conbox .fabox li p {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    color: #000;
    line-height: 4.2666666667vw;
    text-align: center;
  }
  .m_hyjjfa .con .conbox .fabox .left {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    background-color: #059ba0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    opacity: 0;
    z-index: 10;
  }
  .m_hyjjfa .con .conbox .fabox .left a {
    display: block;
  }

  .m_terminalbox .topbanner {
    height: auto;
  }
  .m_terminalbox .topbanner img {
    height: auto;
  }
  .m_terminalbox .con {
    width: 85%;
    margin: 0 auto;
  }
  .m_terminalbox .con .toptab {
    width: 100%;
    margin-bottom: 80px;
    transform: translateY(-50%);
  }
  .m_terminalbox .con .toptab ul {
    width: 100%;
    height: 166px;
    display: flex;
    box-shadow: 0px 6px 8px #f4f4f4;
  }
  .m_terminalbox .con .toptab ul li {
    flex: 0 0 33.3%;
    height: 100%;
    position: relative;
    background-color: #fff;
  }
  .m_terminalbox .con .toptab ul li a {
    font-size: 24px;
    color: #3e5166;
    line-height: 166px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
  .m_terminalbox .con .toptab ul li:nth-child(1)::after {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #f4f4f4;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .m_terminalbox .con .toptab ul li:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #f4f4f4;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .m_terminalbox .con .toptab ul li.on {
    background-color: #059ba0;
  }
  .m_terminalbox .con .toptab ul li.on a {
    color: #fff;
  }
  .m_terminalbox .con .conbox .toptit {
    padding-left: 0;
    margin-bottom: 6.6666666667vw;
  }
  .m_terminalbox .con .topcon {
    margin-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
  .m_terminalbox .con .topcon .details img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 2vw;
  }
  .m_terminalbox .con .topcon .details .mtxt {
    font-size: 3.2vw;
    color: #000;
    line-height: 6.4vw;
    text-align: left;
    margin: 5.3333333333vw 0;
  }
  .m_terminalbox .botdel {
    width: 100%;
    background-color: #f3f2f2;
    padding: 5.3333333333vw;
  }
  .m_terminalbox .botdel ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .m_terminalbox .botdel ul li {
    width: 100%;
    position: relative;
    flex: none;
    margin-right: 0;
    height: auto;
    padding-top: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .m_terminalbox .botdel ul li .tit {
    min-width: 80%;
    font-size: 4.2666666667vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: left;
    padding: 2.6666666667vw 4vw;
    padding-left: 4vw;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .m_terminalbox .botdel ul li .box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 4vw;
    padding-top: 8vw;
    font-size: 3.2vw;
    color: #3e5166;
    line-height: 5.8666666667vw;
    text-align: left;
    overflow: hidden;
  }

  .m_sdtx .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  .m_sdtx .con .conbox {
    margin-top: 6.6666666667vw;
  }
  .m_sdtx .con .conbox .toptit {
    margin-bottom: 8vw;
  }
  .m_sdtx .con .conbox .details {
    width: 100%;
  }
  .m_sdtx .con .conbox .details ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m_sdtx .con .conbox .details ul li {
    width: 40vw;
    flex: none;
    margin-right: 0;
    position: relative;
    padding-bottom: 0vw;
    font-size: 3.2vw;
    color: #313f4e;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
  .m_sdtx .con .conbox .details ul li .top {
    width: 100%;
    height: 20.6666666667vw;
    position: relative;
    padding: 0;
    border-radius: 2vw;
    overflow: hidden;
  }
  .m_sdtx .con .conbox .details ul li .top img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    object-fit: cover;
    width: auto;
  }
  .m_sdtx .con .conbox .details ul li .top .bgblue {
    display: none;
  }
  .m_sdtx .con .conbox .details ul li p {
    position: relative;
    margin-top: 4vw;
  }
  .m_sdtx .con .conbox .details ul li p::after {
    content: "";
    width: 2em;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .m_sdtx .tc {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .m_sdtx .tc .box {
    width: 83.0666666667vw;
    padding: 4.9333333333vw;
    border-radius: 1.3333333333vw;
  }
  .m_sdtx .tc .box .prev {
    width: 6.5333333333vw;
    height: 6.5333333333vw;
    background-image: url("../images/m38.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 23.2vw;
    left: -3.2vw;
    background-size: cover;
    border-radius: 50%;
  }
  .m_sdtx .tc .box .prev.on {
    background-image: url("../images/m39.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .m_sdtx .tc .box .next {
    width: 6.5333333333vw;
    height: 6.5333333333vw;
    background-image: url("../images/m36.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    top: 23.2vw;
    right: -3.2vw;
  }
  .m_sdtx .tc .box .next.on {
    background-image: url("../images/m40.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .m_sdtx .tc .box .img {
    width: 100%;
    height: 44.2666666667vw;
    display: flex;
    justify-content: center;
  }
  .m_sdtx .tc .box .img img {
    width: 100%;
    max-height: 100%;
    display: block;
  }
  .m_sdtx .tc .box h6 {
    font-size: 4.2666666667vw;
    color: #313f4e;
    line-height: 5.6vw;
    text-align: left;
    font-weight: 500;
    position: relative;
    margin-top: 4.5333333333vw;
  }
  .m_sdtx .tc .box h6::after {
    content: "";
    width: 7.2vw;
    height: 0.2666666667vw;
    background-color: #313f4e;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .m_sdtx .tc .box p {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    color: #313f4e;
    line-height: 5.0666666667vw;
    text-align: left;
    max-height: 16vw;
    overflow-y: auto;
  }
}
.m_haishi {
  min-height: calc(100vh - 140px);
  background-color: #f3f2f2;
}
.m_haishi .h5Box {
  display: none;
}
.m_haishi .pcBox {
  display: block;
}
.m_haishi .topBanner {
  position: relative;
  margin-bottom: 0;
}
.m_haishi .topBanner .font {
  width: 38%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(38, 54, 73, 0.5),
    rgba(38, 54, 73, 0)
  );
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_haishi .topBanner .font h5 {
  font-size: 72px;
  color: #fff;
  line-height: 80px;
  text-align: left;
  margin-bottom: 14px;
}
.m_haishi .topBanner .font p {
  font-size: 20px;
  color: #fff;
  line-height: 2.2916666667vw;
  text-align: left;
}
.m_haishi .con {
  width: 100%;
  padding: 110px 136px 110px 136px;
}
.m_haishi .con ul {
  width: 100%;
}
.m_haishi .con ul li {
  background-color: #fff;
  padding: 55px 138px;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_haishi .con ul li .img {
  width: 42.5%;
}
.m_haishi .con ul li .img img {
  width: 100%;
  height: auto;
  display: block;
}
.m_haishi .con ul li .font {
  margin-left: 70px;
  width: 50%;
}
.m_haishi .con ul li .font h4 {
  font-size: 40px;
  color: #059ba0;
  line-height: 50px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.m_haishi .con ul li .font p {
  font-size: 24px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  margin-bottom: 18px;
}
.m_haishi .con ul li:last-child {
  margin-bottom: 0;
}
.m_haishi .con ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.m_haishi .con ul li:nth-child(even) .font {
  margin-left: 0;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_haishi .topBanner .font h5 {
    font-size: 62px;
  }
  .m_haishi .topBanner .font p {
    font-size: 18px;
  }
  .m_haishi .con ul li .font h4 {
    font-size: 30px;
  }
  .m_haishi .con ul li .font p {
    font-size: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_haishi .topBanner .font h5 {
    font-size: 58px;
  }
  .m_haishi .topBanner .font p {
    font-size: 16px;
  }
  .m_haishi .con ul li {
    padding: 100px 80px 100px 80px;
  }
  .m_haishi .con ul li .font h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .m_haishi .con ul li .font p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_haishi .topBanner .font {
    padding-left: 42px;
  }
  .m_haishi .topBanner .font h5 {
    font-size: 48px;
  }
  .m_haishi .topBanner .font p {
    font-size: 14px;
  }
  .m_haishi .con ul li {
    padding: 60px 50px 60px 50px;
  }
  .m_haishi .con ul li .font {
    margin-left: 44px;
  }
  .m_haishi .con ul li .font h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .m_haishi .con ul li .font p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_haishi .topBanner .font {
    padding-left: 34px;
  }
  .m_haishi .topBanner .font h5 {
    font-size: 40px;
    line-height: 56px;
  }
  .m_haishi .topBanner .font p {
    font-size: 12px;
  }
  .m_haishi .con {
    padding: 60px 70px 60px 70px;
  }
  .m_haishi .con ul li {
    padding: 50px 40px 50px 40px;
  }
  .m_haishi .con ul li .font {
    margin-left: 30px;
  }
  .m_haishi .con ul li .font h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .m_haishi .con ul li .font p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .m_haishi {
    min-height: calc(100vh - 72px);
    padding-bottom: 10.1333333333vw;
  }
  .m_haishi .pcBox {
    display: none;
  }
  .m_haishi .h5Box {
    display: block;
  }
  .m_haishi .h5Box .top {
    width: 100vw;
    position: relative;
  }
  .m_haishi .h5Box .top img {
    width: 100%;
    height: auto;
  }
  .m_haishi .h5Box .top .font {
    width: 100%;
    height: 40vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0)
    );
    padding: 6.6666666667vw 8vw 0vw 8vw;
    display: none;
  }
  .m_haishi .h5Box .top .font ul {
    display: flex;
    flex-wrap: wrap;
  }
  .m_haishi .h5Box .top .font ul li {
    flex: 0 0 50%;
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    color: #96bcdf;
    line-height: 4.2666666667vw;
    text-align: left;
  }
  .m_haishi .h5Box .h5con ul li {
    margin-top: 8vw;
  }
  .m_haishi .h5Box .h5con ul li .img {
    width: 100%;
  }
  .m_haishi .h5Box .h5con ul li .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .m_haishi .h5Box .h5con ul li .font {
    width: 88.8vw;
    border-radius: 1.3333333333vw;
    margin: 0 auto;
    margin-top: -24.6666666667vw;
    background-color: #fff;
    padding: 7.7333333333vw 6.4vw 12vw 6.4vw;
    z-index: 9;
    position: relative;
    color: #3e4c5b;
    text-align: justify;
  }
  .m_haishi .h5Box .h5con ul li .font h5 {
    font-size: 5.3333333333vw;
    color: #059ba0;
    line-height: 6.6666666667vw;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5.8666666667vw;
  }
  .m_haishi .h5Box .h5con ul li .font p {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 7vw;
    text-align: left;
  }
}
.m_hssolvescheme {
  min-height: calc(100vh - 140px);
}
.m_hssolvescheme .h5unit {
  display: none !important;
}
.m_hssolvescheme .pageBox {
  display: block;
}
.m_hssolvescheme .pageBox .topBanner {
  position: relative;
  margin-bottom: 0;
}
.m_hssolvescheme .pageBox .topBanner .font {
  width: 45%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(38, 54, 73, 0.5),
    rgba(38, 54, 73, 0)
  );
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_hssolvescheme .pageBox .topBanner .font h5 {
  font-size: 68px;
  color: #fff;
  line-height: 80px;
  text-align: left;
  margin-bottom: 30px;
}
.m_hssolvescheme .pageBox .topBanner .font p {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: left;
}
.m_hssolvescheme .pageBox .tablist {
  width: 100%;
  padding-bottom: 25px;
  background-color: #f3f2f2;
  position: sticky;
  top: 0;
  z-index: 99;
}
.m_hssolvescheme .pageBox .tablist ul {
  width: 85%;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #059ba0;
  justify-content: space-around;
}
.m_hssolvescheme .pageBox .tablist ul li {
  flex: 1;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 75px;
  text-align: center;
  padding-bottom: 6px;
  cursor: pointer;
}
.m_hssolvescheme .pageBox .tablist ul li.on {
  color: #059ba0;
  border-bottom: 3px solid #059ba0;
}
.m_hssolvescheme .pageBox .tablist.up {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9;
}
.m_hssolvescheme .pageBox .conBox {
  width: 100%;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div {
  padding: 60px 136px 90px 136px;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div p.line {
  position: relative;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div p.line::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #059ba0;
  position: absolute;
  left: 0;
  top: -30px;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div h1 {
  font-size: 40px;
  color: #059ba0;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 56px;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div h1::before {
  content: "";
  width: 80px;
  height: 1px;
  background-image: url("../images/m51.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div h1::after {
  content: "";
  width: 80px;
  height: 1px;
  background-image: url("../images/m52.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div .look {
  width: 78px;
  height: 24px;
  background-image: url("../images/m55.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 30px;
  cursor: pointer;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div .look img {
  display: none;
  width: 100%;
  height: auto;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div .look.on {
  width: 100%;
  background: url("../images/m55_1.png") bottom center no-repeat !important;
  height: auto;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div .look.on img {
  display: block;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.brief .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.brief .top .left {
  flex: 0 0 55%;
  display: flex;
  justify-content: space-between;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.brief .top .left .img {
  flex: 0 0 48%;
}
.m_hssolvescheme
  .pageBox
  .conBox
  .boxlist
  .con
  > div.brief
  .top
  .left
  .img
  img {
  display: block;
  width: 100%;
  height: auto;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.brief .top .right {
  flex: 0 0 42%;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul {
  width: calc(100% + 100px);
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul li {
  width: 29%;
  float: left;
  margin-right: 50px;
  margin-bottom: 58px;
  padding: 53px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul li .outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul li .outer h6 {
  font-size: 36px;
  color: #3e4c5b;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul li .outer img {
  height: 5.2083333333vw;
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div.feature ul li .mjump {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #059ba0;
  padding: 40px 35px;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  text-align: left;
  overflow-y: auto;
  transition: all 0.3s 0s;
  transform: translateY(-110%);
}
.m_hssolvescheme
  .pageBox
  .conBox
  .boxlist
  .con
  > div.feature
  ul
  li:hover
  .mjump {
  transform: translateY(0);
}
.m_hssolvescheme .pageBox .conBox .boxlist .con > div:nth-child(odd) {
  background-color: #fff;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .m_hssolvescheme .pageBox {
    display: block;
  }
  .m_hssolvescheme .pageBox .topBanner .font h5 {
    font-size: 60px;
    line-height: 74px;
  }
  .m_hssolvescheme .pageBox .topBanner .font p {
    font-size: 18px;
  }
  .m_hssolvescheme .pageBox .tablist ul li {
    font-size: 22px;
    line-height: 70px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box {
    font-size: 18px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box h1 {
    font-size: 38px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .outer h6 {
    font-size: 32px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .mjump {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .m_hssolvescheme .pageBox {
    display: block;
  }
  .m_hssolvescheme .pageBox .topBanner .font h5 {
    font-size: 54px;
    line-height: 70px;
  }
  .m_hssolvescheme .pageBox .topBanner .font p {
    font-size: 17px;
  }
  .m_hssolvescheme .pageBox .tablist ul li {
    font-size: 20px;
    line-height: 64px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box {
    font-size: 17px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box h1 {
    font-size: 34px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li {
    width: 28%;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .outer h6 {
    font-size: 30px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .mjump {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .m_hssolvescheme .pageBox {
    display: block;
  }
  .m_hssolvescheme .pageBox .topBanner .font h5 {
    font-size: 44px;
    line-height: 54px;
  }
  .m_hssolvescheme .pageBox .topBanner .font p {
    font-size: 14px;
  }
  .m_hssolvescheme .pageBox .tablist ul li {
    font-size: 18px;
    line-height: 60px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box {
    font-size: 14px;
    line-height: 26px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box h1 {
    font-size: 32px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li {
    width: 27%;
    padding: 40px 0;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .outer h6 {
    font-size: 24px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .mjump {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 25px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .m_hssolvescheme .pageBox {
    display: block;
  }
  .m_hssolvescheme .pageBox .topBanner .font {
    padding-left: 20px;
  }
  .m_hssolvescheme .pageBox .topBanner .font h5 {
    font-size: 34px;
    line-height: 46px;
  }
  .m_hssolvescheme .pageBox .topBanner .font p {
    font-size: 12px;
    line-height: 24px;
  }
  .m_hssolvescheme .pageBox .tablist ul li {
    font-size: 18px;
    line-height: 50px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box {
    font-size: 14px;
    line-height: 26px;
    padding: 50px 70px 60px 70px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box h1 {
    font-size: 28px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul {
    width: calc(100% + 30px);
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li {
    width: 27%;
    padding: 30px 0;
    margin-right: 30px;
    margin-bottom: 38px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .outer h6 {
    font-size: 18px;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature ul li .mjump {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .m_hssolvescheme .pcunit {
    display: none !important;
  }
  .m_hssolvescheme .h5unit {
    display: block !important;
  }
  .m_hssolvescheme .pageBox .topban {
    width: 100vw;
    position: relative;
  }
  .m_hssolvescheme .pageBox .topban img {
    width: 100%;
    height: auto;
  }
  .m_hssolvescheme .pageBox .topban .font {
    width: 100%;
    height: 40vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
      to bottom,
      rgba(35, 77, 109, 0.4),
      rgba(35, 77, 109, 0)
    );
    padding: 8vw 4vw 0vw 4vw;
  }
  .m_hssolvescheme .pageBox .topban .font h5 {
    font-size: 5.3333333333vw;
    color: #fff;
    line-height: 10.6666666667vw;
    text-align: center;
    margin-bottom: 3.4666666667vw;
    font-weight: 500;
  }
  .m_hssolvescheme .pageBox .topban .font p {
    font-size: 3.2vw;
    color: #fff;
    line-height: 3.2vw;
    text-align: center;
  }
  .m_hssolvescheme .pageBox .tablist {
    padding-bottom: 0;
  }
  .m_hssolvescheme .pageBox .tablist ul {
    width: 100%;
    border: none;
  }
  .m_hssolvescheme .pageBox .tablist ul li {
    padding-top: 3.2vw;
    height: 17.8666666667vw;
    font-size: 3.7333333333vw;
    color: #000;
    line-height: 5.3333333333vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m_hssolvescheme .pageBox .tablist ul li span {
    display: block;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box {
    padding: 8vw 5.0666666667vw;
    font-size: 3.2vw;
    color: #333333;
    line-height: 5.8666666667vw;
    text-align: left;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box h1 {
    font-size: 5.3333333333vw;
    color: #059ba0;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 4.5333333333vw;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box p.line {
    margin-top: 4vw;
    padding-top: 3.3333333333vw;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box p.line::before {
    content: "";
    width: 3.7333333333vw;
    height: 0.4vw;
    background-color: #059ba0;
    position: absolute;
    left: 0;
    top: -2vw;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box .look {
    width: 10.4vw;
    height: 6.6666666667vw;
    background-image: url("../images/m55.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 8vw;
    cursor: pointer;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box .look img {
    display: none;
    width: 100%;
    height: auto;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box .look .pack {
    width: 10.4vw;
    height: 6.6666666667vw;
    background-image: url("../images/m60.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box .look.on {
    background-image: none;
    width: 100%;
    height: auto;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box .look.on img {
    display: block;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.brief .top {
    display: block;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.brief .top .left {
    margin-bottom: 5.0666666667vw;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature .h5unit {
    width: 88.9333333333vw;
    border-radius: 10px;
    background-color: #fff;
    padding: 8vw 4vw;
    padding-bottom: 21.3333333333vw;
    overflow: hidden;
    position: relative;
  }
  .m_hssolvescheme .pageBox .conBox .boxlist .con .box.feature .h5unit .swiper {
    overflow: hidden;
  }
  .m_hssolvescheme
    .pageBox
    .conBox
    .boxlist
    .con
    .box.feature
    .h5unit
    .swiper
    .swiper-wrapper
    .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m_hssolvescheme
    .pageBox
    .conBox
    .boxlist
    .con
    .box.feature
    .h5unit
    .swiper
    .swiper-wrapper
    .swiper-slide
    img {
    display: block;
    width: 13.8666666667vw;
    height: auto;
    margin-bottom: 3.7333333333vw;
  }
  .m_hssolvescheme
    .pageBox
    .conBox
    .boxlist
    .con
    .box.feature
    .h5unit
    .swiper
    .swiper-wrapper
    .swiper-slide
    h6 {
    font-size: 4.8vw;
    color: #313f4e;
    line-height: 5.8666666667vw;
    text-align: left;
    font-weight: 500;
    margin-bottom: 3.4666666667vw;
  }
  .m_hssolvescheme
    .pageBox
    .conBox
    .boxlist
    .con
    .box.feature
    .h5unit
    .swiper
    .swiper-wrapper
    .swiper-slide
    p {
    font-size: 3.2vw;
    color: #313f4e;
    line-height: 5.8666666667vw;
    text-align: left;
    height: 26.6666666667vw;
    overflow-y: auto;
  }
  .m_hssolvescheme
    .pageBox
    .conBox
    .boxlist
    .con
    .box.feature
    .h5unit
    .swiper-pagination {
    font-size: 3.2vw;
    color: #313f4e;
    line-height: 4.5333333333vw;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 9.3333333333vw;
    transform: translateX(-50%);
  }
}
a {
  color: inherit;
}

.scaleBig {
  transform: scale(1.3);
}

body {
  background: #fff;
  overflow: overlay !important;
}

.load {
  background: #000;
  z-index: 1000;
}

.stion {
  transition: all 1s ease;
}

.load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 300;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modlist {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modlist img {
  opacity: 0.9;
}

.load .myload {
  text-align: center;
  width: 100px;
  height: 300px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  top: 50%;
  margin-top: -280px;
}

.load .myload span {
  display: inline-block;
  width: 10px;
  background: #059ba0;
  position: absolute;
  bottom: 0;
}

.load .myload span:nth-child(1) {
  height: 0;
  left: 0;
  -webkit-animation: s1 2s 0s infinite;
}

.load .myload span:nth-child(2) {
  height: 0;
  left: 20px;
  -webkit-animation: s1 2s 0.2s infinite;
}

.load .myload span:nth-child(3) {
  height: 0;
  left: 40px;
  -webkit-animation: s1 2s 0.4s infinite;
}

.load .myload span:nth-child(4) {
  height: 0;
  left: 60px;
  -webkit-animation: s1 2s 0.6s infinite;
}

.load .myload span:nth-child(5) {
  height: 0;
  left: 80px;
  -webkit-animation: s1 2s 0.8s infinite;
}

@-webkit-keyframes s1 {
  50% {
    height: 80px;
  }
}
#loofd {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  margin-left: -50px;
}

.backtop {
  cursor: pointer;
}

.noscroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}

.layui-laydate-range {
  width: 462px !important;
}

.layui-laydate-main {
  width: 230px !important;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.newscroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  border-radius: 10px;
}

.newscroll::-moz-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  border-radius: 10px;
}

/*定义滚动条轨道 内阴影+圆角*/
.newscroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e1e1e1;
}

.newscroll::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #e1e1e1;
}

/*定义滑块 内阴影+圆角*/
.newscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #727272;
}

.newscroll::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #727272;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: normal;
}

/**轮播**/
.lkBnanerBoxCont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bannerImgBox {
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
  /* height: 100vh; 注释掉固定高度，让JavaScript动态设置 */
}
.bannerImgBox .showAll {
  opacity: 1 !important;
  visibility: visible !important;
}
.bannerImgBox li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  height: 100% !important;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.bannerImgBox li .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.bannerImgBox li video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 10;
}
.bannerImgBox li .bgImgbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 20;
}
.bannerImgBox li .boxCont {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  padding-left: 5%;
}
.bannerImgBox li .boxCont h3 {
  opacity: 0;
  transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  text-align: left;
}
.bannerImgBox li .boxCont h3:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #d1d1d1;
  margin-top: 15px;
}
.bannerImgBox li .boxCont h4 {
  overflow: hidden;
  margin-top: 40px;
  font-size: 22px;
  color: #3c3c3c;
  line-height: 34px;
  text-align: left;
}
.bannerImgBox li .boxCont h4 p {
  opacity: 0;
  transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -moz-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
}
.bannerImgBox li .boxCont h4 p:nth-child(2) {
  opacity: 0;
  transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
}
.bannerImgBox li .boxCont div {
  opacity: 0;
  transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
}
.bannerImgBox li .boxCont a {
  display: inline-block;
  width: 100px;
  height: 28px;
  border-radius: 30px;
  border: 1px solid #3c3c3c;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 28px;
  text-align: center;
  margin-top: 25px;
  transition: all 1s 0s;
  -webkit-transition: all 1s 0s;
  -moz-transition: all 1s 0s;
  -ms-transition: all 1s 0s;
  -o-transition: all 1s 0s;
}
.bannerImgBox li .boxCont a:hover {
  border-color: #00aaa9;
  color: #fff;
  background: #00aaa9;
}
.bannerImgBox li .boxCont.boxCont1 {
  left: auto;
  padding-left: 0%;
  padding-right: 5%;
  right: 0;
  width: 30%;
}
.bannerImgBox li.chost {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.bannerImgBox li.chost .boxCont h3 {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transition: all 0.7s 0.2s;
  -webkit-transition: all 0.7s 0.2s;
  -moz-transition: all 0.7s 0.2s;
  -ms-transition: all 0.7s 0.2s;
  -o-transition: all 0.7s 0.2s;
}
.bannerImgBox li.chost .boxCont h4 p {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transition: all 0.6s 0.5s;
  -webkit-transition: all 0.6s 0.5s;
  -moz-transition: all 0.6s 0.5s;
  -ms-transition: all 0.6s 0.5s;
  -o-transition: all 0.6s 0.5s;
}
.bannerImgBox li.chost .boxCont div {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transition: all 0.6s 0.7s;
  -webkit-transition: all 0.6s 0.7s;
  -moz-transition: all 0.6s 0.7s;
  -ms-transition: all 0.6s 0.7s;
  -o-transition: all 0.6s 0.7s;
}
.bannerImgBox li.gotOut {
  opacity: 0;
  transform: translate(-10%, 0px);
  -webkit-transform: translate(-10%, 0px);
  -moz-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  -o-transform: translate(-10%, 0px);
  z-index: 1;
  visibility: hidden;
  transition: all 0.6s 0s linear;
  -webkit-transition: all 0.6s 0s linear;
  -moz-transition: all 0.6s 0s linear;
  -ms-transition: all 0.6s 0s linear;
  -o-transition: all 0.6s 0s linear;
}
.bannerImgBox li.gotIn {
  animation: goIn 0.6s linear forwards;
}
@keyframes goIn {
  0% {
    transform: translateX(10%);
    z-index: 1;
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    z-index: 20;
    visibility: visible;
  }
}
.bannerImgBox li.gofOut {
  opacity: 0;
  transform: translate(10%, 0px);
  -webkit-transform: translate(10%, 0px);
  -moz-transform: translate(10%, 0px);
  -ms-transform: translate(10%, 0px);
  -o-transform: translate(10%, 0px);
  z-index: 1;
  visibility: hidden;
  transition: all 0.6s 0s linear;
  -webkit-transition: all 0.6s 0s linear;
  -moz-transition: all 0.6s 0s linear;
  -ms-transition: all 0.6s 0s linear;
  -o-transition: all 0.6s 0s linear;
}
.bannerImgBox li.gofIn {
  animation: goIn1 0.6s linear forwards;
}
@keyframes goIn1 {
  0% {
    transform: translateX(-10%);
    z-index: 1;
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    z-index: 20;
    visibility: visible;
  }
}
.pointBox {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 100;
}
.pointBox ul {
  text-align: center;
}
.pointBox ul li {
  display: inline-block;
  /*兼容处理 ie7 下 display:inline-block 不起效的问题*/
  /* *display: inline; */
  /* *zoom: 1; */
  font-size: 14px;
  color: #5f6464;
  line-height: 40px;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
  width: 120px;
}
.pointBox ul li::after {
  content: "";
  display: block;
  height: 3px;
  width: 0px;
  background: #6fc0ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.pointBox ul li::before {
  opacity: 1;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
}
.pointBox ul li p {
  width: 0px;
  height: 3px;
  background: #6fc0ff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.pointBox ul li:hover {
  color: #6fc0ff;
}
.pointBox ul li:hover::after {
  width: 100%;
  transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -ms-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
}
.pointBox ul li.relatChost {
  color: #6fc0ff;
}
.pointBox ul li.relatChost p {
  width: 100%;
  transition: all 3.4s 0s linear;
  -webkit-transition: all 3.4s 0s linear;
  -moz-transition: all 3.4s 0s linear;
  -ms-transition: all 3.4s 0s linear;
  -o-transition: all 3.4s 0s linear;
}
.pointBox ul .acolor {
  color: #6fc0ff;
}

.logo {
  display: block;
  height: 73px;
  width: 120px;
  background: url("../images/logo.jpeg") center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 100;
}

.logo1 {
  display: block;
  width: 190px;
  height: 34px;
  /* background: url("../images/logo.jpeg") center no-repeat; */
  background-size: 100%;
  position: absolute;
  left: 6%;
  top: 30px;
}

.phonenav {
  display: none;
}

.phonebox {
  display: none;
}

.navbox {
  width: 100%;
  height: 103px;
  border-bottom: 3px solid #059ba0;
  box-sizing: border-box;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
}
.navbox > ul {
  width: 78%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbox > ul > li {
  height: 100%;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2em;
}
.navbox > ul > li span {
  display: block;
  white-space: nowrap;
}
.navbox > ul > li img {
  margin-right: 10px;
}
.navbox > ul > li .mr {
  display: block;
}
.navbox > ul > li .xz {
  display: none;
}
.navbox > ul > li.on > a {
  color: #059ba0;
}
.navbox > ul > li.on span {
  width: auto;
}
.navbox > ul > li.on .mr {
  display: none;
}
.navbox > ul > li.on .xz {
  display: block;
}
.navbox > ul > li:hover > a {
  color: #059ba0;
}
.navbox > ul > li:hover .mr {
  display: none;
}
.navbox > ul > li:hover .xz {
  display: block;
}
.navbox > ul > li:hover .secondbox,
.navbox > ul > li:hover .secondbox2 {
  display: flex;
  opacity: 1;
  transition: all 0.3s linear;
}
.navbox > ul > li:hover .shadowBox,
.navbox > ul > li:hover .shadowBox2 {
  transform: translateY(0);
  opacity: 1;
}
.navbox > ul > li:after {
  content: "";
  width: 100%;
  height: 14px;
  background: url("../images/img9.png") center no-repeat;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 90;
  opacity: 0;
}
.navbox > ul > li:hover:after {
  transition: all 0.3s linear;
  opacity: 1;
}
.navbox > ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  font-size: 20px;
  color: #3e4c5b;
  line-height: 100px;
  text-align: center;
  position: relative;
  z-index: 80;
}
.navbox > ul .noCur > a {
  cursor: default;
}
.navbox > ul .noChild::after {
  display: none;
}
.navbox .secondbox {
  height: auto;
  padding: 40px 46px;
  padding-top: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 103px;
  z-index: 60;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  display: none;
  opacity: 0;
  transition: all 0.3s linear;
}
.navbox .secondbox li {
  margin-bottom: 10px;
  position: relative;
}
.navbox .secondbox li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #059ba0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.navbox .secondbox li:hover a:after,
.navbox .secondbox li.on a:after {
  content: "";
  width: 100%;
  transition: all 0.3s;
}
.navbox .secondbox li:hover a,
.navbox .secondbox li.on a {
  color: #059ba0;
}
.navbox .secondbox a {
  white-space: nowrap;
  font-size: 16px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
}
.navbox .secondbox a:hover {
  text-decoration: none;
}
.navbox .shadowBox2 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  left: 0;
  top: 103px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform: translateY(-200%);
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.navbox .shadowBox2 .nleft {
  margin-right: 60px;
}
.navbox .shadowBox2 .nleft strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 70px;
  cursor: pointer;
}
.navbox .shadowBox2 .nleft strong:hover {
  border-bottom: 1px solid #059ba0;
  color: #059ba0;
}
.navbox .shadowBox2 .nleft .on {
  border-bottom: 1px solid #059ba0;
  color: #059ba0;
}
.navbox .shadowBox2 .nright > div {
  width: 620px;
  display: none;
}
.navbox .shadowBox2 .nright > div ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.navbox .shadowBox2 .nright > div ul li {
  padding-left: 10px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 20px;
}
.navbox .shadowBox2 .nright > div:nth-child(1) {
  display: block;
}
.navbox .shadowBox2 .nright > div:nth-child(2) {
  height: 200px;
}
.navbox .shadowBox2 .nright .actOn {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.navbox .shadowBox2 li:hover a {
  color: #059ba0;
}
.navbox .shadowBox2 li:hover a:after {
  display: block;
}
.navbox .shadowBox2 .liAct a {
  color: #059ba0;
}
.navbox .shadowBox2 .liAct a:after {
  display: block;
}
.navbox .shadowBox2 p {
  white-space: nowrap;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.navbox .shadowBox2 a {
  justify-content: flex-start;
  font-size: 16px;
  line-height: 30px;
}
.navbox .shadowBox2 li {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.navbox .shadowBox2 li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #059ba0;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -2px;
  display: none;
}
.navbox .shadowBox2 a:hover {
  text-decoration: none;
}
.navbox .shadowBox2 li:last-child {
  margin-bottom: 0;
}
.navbox .shadowBox2 div {
  padding: 0 !important;
}
.navbox .shadowBox2 div p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
}
.navbox .shadowBox2 div.simg {
  position: relative;
  width: 410px;
  height: 230px;
  overflow: hidden;
}
.navbox .shadowBox2 div.simg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbox .shadowBox2 div.simg > a {
  position: absolute;
  left: 0;
  top: 0;
}
.navbox .shadowBox {
  width: 100%;
  transform: translateY(-200%);
  opacity: 0;
  overflow: hidden;
  background: #fff;
  position: fixed;
  left: 0;
  top: 103px;
  z-index: 50;
  transition: all 0.3s linear;
}
.navbox .shadowBox > ul {
  padding: 60px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.navbox .shadowBox > ul li {
  margin: 0 40px;
}
.navbox .shadowBox > ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.navbox .shadowBox > ul li img {
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}
.navbox .shadowBox > ul li span {
  height: auto;
  line-height: 30px;
  color: #3e4c5b;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.navbox .shadowBox > ul li:hover span,
.navbox .shadowBox > ul li.on span {
  color: #059ba0;
  border-bottom: 2px solid #059ba0;
  transition: all 0.3s linear;
}
.navbox .shadowBox > ul .on span {
  color: #059ba0;
  border-bottom: 2px solid #059ba0;
}
.navbox .shadowBox .nTabBox {
  padding: 50px 0;
  padding-bottom: 25px;
}
.navbox .shadowBox .nTabBox ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navbox .shadowBox .nTabBox ul li {
  font-size: 18px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: center;
  margin: 0 40px;
  cursor: pointer;
  white-space: nowrap;
}
.navbox .shadowBox .nTabBox ul li:hover {
  color: #059ba0;
}
.navbox .shadowBox .nTabBox ul .on {
  color: #059ba0;
}
.navbox .shadowBox .nTabBarBox {
  padding-bottom: 50px;
}
.navbox .shadowBox .nTabBar {
  display: none;
}
.navbox .shadowBox .nTabBar .picImg {
  width: 1020px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.navbox .shadowBox .nTabBar li {
  margin: 10px;
}
.navbox .shadowBox .nTabBar li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.navbox .shadowBox .nTabBar li div {
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.navbox .shadowBox .nTabBar li div::before {
  content: "";
  width: 0;
  height: 1px;
  border-left: 1px solid #059ba0;
  border-top: 1px solid #059ba0;
  position: absolute;
  right: -1px;
  top: 0;
  opacity: 0;
}
.navbox .shadowBox .nTabBar li div::after {
  content: "";
  width: 0;
  height: 1px;
  border-right: 1px solid #059ba0;
  border-bottom: 1px solid #059ba0;
  position: absolute;
  left: -1px;
  bottom: 0;
  opacity: 0;
}
.navbox .shadowBox .nTabBar li div img {
  margin: 0;
}
.navbox .shadowBox .nTabBar li img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.navbox .shadowBox .nTabBar li span {
  font-size: 14px;
  height: auto;
  line-height: 30px;
  color: #3e4c5b;
  padding-bottom: 10px;
}
.navbox .shadowBox .nTabBar li:hover div::before,
.navbox .shadowBox .nTabBar li.on div::before {
  animation: widthL 0.3s linear forwards;
}
.navbox .shadowBox .nTabBar li:hover div::after,
.navbox .shadowBox .nTabBar li.on div::after {
  animation: widthR 0.3s linear forwards;
}
.navbox .shadowBox .nTabBar li:hover span,
.navbox .shadowBox .nTabBar li.on span {
  color: #059ba0;
  transition: all 0.3s linear;
}
.navbox .shadowBox .nTabBar:nth-child(1) {
  display: block;
}
.navbox .box {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.navbox .box p {
  cursor: pointer;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: center;
}
.navbox .box p a {
  color: #c2d4e2;
}
.navbox .box p a:hover {
  color: #3e4c5b;
}
.navbox .box p .on {
  color: #3e4c5b;
}

.navbox:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 80;
}

.searchalert {
  width: 100vw;
  height: 100vh;
  background: url("../images/img11.png") center no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.searchalert .close {
  width: 22px;
  height: 22px;
  background: url("../images/img12.png") center no-repeat;
  position: absolute;
  right: 6%;
  top: 30px;
  cursor: pointer;
}
.searchalert .searchbox {
  width: 62%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.searchalert h1 {
  font-size: 42px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}
.searchalert .ibox {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  padding-left: 55px;
  position: relative;
  margin-bottom: 40px;
}
.searchalert .ibox input {
  width: 80%;
  height: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: left;
}
.searchalert .ibox input::-webkit-input-placeholder {
  color: #fff;
}
.searchalert .ibox input::-moz-input-placeholder {
  color: #fff;
}
.searchalert .ibox input::-ms-input-placeholder {
  color: #fff;
}
.searchalert .searchbtn {
  width: 40px;
  height: 110px;
  background: url("../images/img13.png") center no-repeat;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}
.searchalert .sbox {
  width: 86%;
  height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
.searchalert .sbox ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchalert .sbox .aspNetHidden {
  display: none;
}
.searchalert .sbox form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchalert .sbox li {
  width: 45%;
  height: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.searchalert .sbox li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/q_img21.png") right center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.backtop {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: none;
  z-index: 100;
}

.HYAO {
  background: #fff;
  padding-top: 103px;
  padding-bottom: 60px;
}

/*招聘*/
.topBanner {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
.topBanner.sptopBanner img:nth-child(1) {
  display: block;
}
.topBanner.sptopBanner .mob_pic {
  display: none;
}
.topBanner img {
  width: 100%;
  height: auto;
}
.topBanner .htit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 90px;
}
.topBanner .htit h3 {
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
}
.topBanner .htit p {
  font-size: 30px;
  color: #fff;
  line-height: 58px;
  text-align: center;
}
.topBanner h3 {
  white-space: nowrap;
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.topBanner h3::before {
  content: "";
  background-image: url("../images/m2.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  position: absolute;
  left: -61px;
  top: 30%;
  transform: translateY(-50%);
}
.topBanner h3::after {
  content: "";
  background-image: url("../images/m3.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  position: absolute;
  top: 30%;
  right: -61px;
  transform: translateY(-50%);
}

.tabbox {
  width: 780px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tabbox li {
  width: 30%;
  height: 58px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
.tabbox .on {
  background: #059ba0;
  color: #fff;
}

.fsearch {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fsearch .fleft {
  width: 30%;
  height: 58px;
  border: 1px solid #059ba0;
  position: relative;
}
.fsearch .fleft p {
  background: url("../images/img29.png") right 20px center no-repeat;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 58px;
  text-align: left;
  text-indent: 20px;
  cursor: pointer;
}
.fsearch .fleft ul {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 102%;
  display: none;
}
.fsearch .fleft ul li {
  padding: 10px 20px;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.fsearch .fleft ul li:hover {
  color: #059ba0;
}
.fsearch .fright {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fsearch .fright input {
  width: 80%;
  height: 58px;
  border: 1px solid #059ba0;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 58px;
  text-align: left;
  text-indent: 20px;
}
.fsearch .fright div {
  width: 20%;
  height: 58px;
  background: #059ba0;
  border: 1px solid #059ba0;
  font-size: 20px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}

.qtabbar {
  width: 86%;
  margin: 0 auto;
}
.qtabbar .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}
.qtabbar .table tr {
  border-bottom: 1px solid #f9f9f9;
}
.qtabbar .table tr th {
  background: #e9f3fb;
  white-space: nowrap;
}
.qtabbar .table tr th,
.qtabbar .table tr td {
  padding: 15px;
  font-size: 20px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  width: 33.33333%;
}
.qtabbar .table tr th:first-child,
.qtabbar .table tr td:first-child {
  padding-left: 80px;
  text-align: left;
}
.qtabbar .table tr th:last-child,
.qtabbar .table tr td:last-child {
  padding-right: 80px;
  text-align: right;
  white-space: nowrap;
}
.qtabbar .bar {
  display: none;
}
.qtabbar .bar:nth-child(1) {
  display: block;
}
.qtabbar .txts {
  padding-left: 80px;
  margin-bottom: 30px;
}
.qtabbar .txts strong {
  display: block;
  font-size: 20px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.qtabbar .txts ul {
  font-size: 18px;
  color: #3e4c5b;
  line-height: 24px;
  text-align: left;
}
.qtabbar .txts ul li {
  margin-bottom: 10px;
}

/*支持中心*/
.qlist {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qlist > li {
  width: 48%;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #f5f5f5;
  overflow: hidden;
}
.qlist > li img {
  width: 47.5%;
}
.qlist > li div {
  width: 52.5%;
  box-sizing: border-box;
  padding: 30px;
}
.qlist > li p {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.qlist > li p span {
  display: block;
  font-size: 20px;
  color: #e7e6e6;
  line-height: 24px;
  text-align: left;
}
.qlist > li p strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 36px;
  color: #3e4c5b;
  line-height: 60px;
  text-align: left;
}
.qlist > li li {
  width: 100%;
}
.qlist > li li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #3e4c5b;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 30px;
  background: url("../images/img21.png") right center no-repeat;
  background-size: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.qsupport {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.qsupport > li {
  width: 49%;
  background: #f5f5f5;
  margin-bottom: 1.5625vw;
}
.qsupport .imgbox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.qsupport .img {
  width: 17.3958333333vw;
  height: 12.9166666667vw;
  overflow: hidden;
  margin-right: 2.0833333333vw;
}
.qsupport .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qsupport .txtBox {
  flex: 1;
}
.qsupport .txtBox li {
  width: 15.625vw;
}
.qsupport p {
  position: relative;
  padding-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  cursor: pointer;
}
.qsupport p span {
  display: block;
  font-size: 1.0416666667vw;
  color: #e7e6e6;
  line-height: 1.25vw;
  text-align: left;
}
.qsupport p strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.875vw;
  color: #3e4c5b;
  line-height: 3.125vw;
  text-align: left;
}
.qsupport li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 0.9375vw;
  color: #059ba0;
  line-height: 1.5625vw;
  text-align: left;
  margin-bottom: 1.0416666667vw;
  padding-right: 1.5625vw;
  background: url("../images/img21.png") right center no-repeat;
  background-size: 1.4583333333vw;
}

/*售前咨询*/
.preSales {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preSales::after {
  content: "";
  width: 32%;
}
.preSales li {
  width: 48%;
  margin-bottom: 40px;
}
.preSales div {
  width: 100%;
  height: 320px;
  padding: 30px 5%;
  box-sizing: border-box;
  background: #f0f7fc;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.preSales div div {
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.preSales div div img {
  margin: 0;
  margin-right: 20px;
}
.preSales div strong {
  display: block;
  font-size: 30px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}
.preSales div span {
  display: block;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 24px;
  text-align: left;
}
.preSales div a {
  display: block;
  font-size: 24px;
  color: #059ba0;
  line-height: 40px;
  text-align: left;
}
.preSales div .ewBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: initial;
  margin: 0;
  margin-top: 20px;
}
.preSales div .ewBox img {
  width: 90px;
  margin: 0;
  margin-bottom: 10px;
}
.preSales div .ewBox p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}
.preSales p {
  font-size: 28px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: center;
}

.ltit {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.ltit .ftit {
  font-size: 30px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}

.fillIn {
  width: 1200px;
  margin: 0 auto;
}
.fillIn li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.fillIn li > div {
  width: 100%;
  background: #f5f6fb;
}
.fillIn li .sel {
  width: 32%;
  box-sizing: border-box;
  padding-right: 30px;
  background: #f5f6fb url("../images/img29.png") right 20px center no-repeat;
  position: relative;
}
.fillIn li .iBox {
  width: 49%;
}
.fillIn li input,
.fillIn li p {
  height: 80px;
  font-size: 16px;
  color: #9eacb9;
  line-height: 80px;
  text-align: left;
  text-indent: 40px;
}
.fillIn li input::-webkit-input-placeholder {
  color: #9eacb9;
}
.fillIn li input::-moz-input-placeholder {
  color: #9eacb9;
}
.fillIn li input::-ms-input-placeholder {
  color: #9eacb9;
}
.fillIn li select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block !important;
}
.fillIn li textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px;
  height: 130px;
  resize: none;
  font-size: 16px;
  color: #9eacb9;
  line-height: 30px;
  text-align: left;
}
.fillIn li .filebox {
  background: #f5f6fb url("../images/img31.png") right 20px center no-repeat;
  position: relative;
}
.fillIn li .filebox .file {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fillIn li .qimgbox {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fillIn li .qimgbox p {
  width: 23%;
  margin-right: 2%;
  padding: 10px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.fillIn li .qimgbox p .qimg {
  max-width: 100%;
  max-height: 100%;
}
.fillIn li .qimgbox p .close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
}
.fillIn li .choosebox {
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.fillIn li .choosebox p {
  margin-right: 40px;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-indent: 10px;
  cursor: pointer;
}
.fillIn li .choosebox p strong {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  background: #f5f6fb;
  background-clip: content-box;
  border: 1px solid #059ba0;
}
.fillIn li .choosebox .on strong {
  background: #059ba0;
  background-clip: content-box;
  border: 1px solid #059ba0;
}

.qbtn {
  width: 406px;
  height: 74px;
  background: #059ba0;
  font-size: 24px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  margin: 110px auto;
  margin-bottom: 120px;
}

.firstBanner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.firstBanner .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.firstBanner .playBtn {
  width: 80px;
  height: 80px;
  background: url("../images/img34.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.firstBanner .playBtn.on {
  background: url("../images/img36.png") center no-repeat;
  background-size: cover;
}
.firstBanner .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
}

.topBanner .playBtn {
  width: 80px;
  height: 80px;
  background: url("../images/img34.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.topBanner .playBtn.on {
  background: url("../images/img36.png") center no-repeat;
  background-size: cover;
}
.topBanner .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
}

.tit {
  width: 100%;
  padding: 0 135px;
  box-sizing: border-box;
  margin: 80px 0;
  font-weight: normal;
  position: relative;
}
.tit strong {
  font-size: 80px;
  color: #e7e6e6;
  line-height: 90px;
  text-align: left;
}
.tit span {
  font-size: 40px;
  color: #e7e6e6;
  line-height: 50px;
  text-align: left;
}
.tit p {
  font-weight: bold;
  position: absolute;
  left: 220px;
  top: 0;
  font-size: 50px;
  color: #059ba0;
  line-height: 60px;
  text-align: left;
}
.tit p:before {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  right: 0;
  top: -5px;
  background: #059ba0;
}

.moreImg {
  width: 46.875vw;
  position: absolute;
  right: 8.3333333333vw;
  bottom: 3.125vw;
}
.moreImg img {
  width: 100%;
  cursor: pointer;
}

.onVideo {
  width: 100vw;
  height: 50vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.onVideo .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 100;
}
.onVideo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 50;
}

.imgboxs {
  width: 100%;
  font-size: 0;
}
.imgboxs li {
  position: relative;
}
.imgboxs li strong {
  display: block;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  text-align: left;
}
.imgboxs li span {
  display: block;
  width: 310px;
  width: auto !important;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  text-align: left;
  opacity: 0.8;
  white-space: nowrap;
}
.imgboxs li .txts.white strong,
.imgboxs li .txts.white span {
  color: #fff;
}
.imgboxs li .txts.black strong,
.imgboxs li .txts.black span {
  color: #3c3c3c;
}
.imgboxs li:nth-child(odd) .txts {
  position: absolute;
  left: 135px;
  top: 50%;
  transform: translateY(-50%);
}
.imgboxs li:nth-child(even) .txts {
  position: absolute;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.imgboxs li:nth-child(even) strong {
  text-align: right;
}
.imgboxs li:nth-child(even) span {
  text-align: right;
}
.imgboxs img {
  display: block;
  width: 100%;
}

.imgboxs1 {
  width: 100%;
  font-size: 0;
}
.imgboxs1 li {
  position: relative;
}
.imgboxs1 li strong {
  display: block;
  font-size: 50px;
  color: #3c3c3c;
  line-height: 60px;
  text-align: left;
}
.imgboxs1 li span {
  display: block;
  width: 330px;
  font-size: 30px;
  color: #3c3c3c;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
.imgboxs1 li .txts.white strong,
.imgboxs1 li .txts.white span {
  color: #fff;
}
.imgboxs1 li .txts.black strong,
.imgboxs1 li .txts.black span {
  color: #3c3c3c;
}
.imgboxs1 li:nth-child(even) .txts {
  position: absolute;
  left: 135px;
  top: 50%;
  transform: translateY(-50%);
}
.imgboxs1 li:nth-child(odd) .txts {
  position: absolute;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.imgboxs1 li:nth-child(odd) strong {
  text-align: right;
}
.imgboxs1 li:nth-child(odd) span {
  text-align: right;
}
.imgboxs1 img {
  display: block;
  width: 100%;
}

.icons {
  width: 100%;
  box-sizing: border-box;
  padding: 1px 135px;
  padding-bottom: 90px;
  background: #f3f2f2;
}
.icons ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.icons ul li {
  width: 18%;
  padding: 2.0833333333vw 0;
  text-align: center;
  margin: 0 1%;
  margin-bottom: 1.5625vw;
}
.icons ul li img {
  width: 36%;
  margin-bottom: 15px;
}
.icons ul li p {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: center;
}

.aCBox {
  position: relative;
}
.aCBox .aTabBox {
  position: absolute;
  left: 36%;
  top: -210px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aCBox .aTabBox p {
  font-size: 1.5625vw;
  color: #999;
  line-height: 3.125vw;
  text-align: center;
  cursor: pointer;
  margin: 0 1.0416666667vw;
}
.aCBox .aTabBox p:hover {
  color: #059ba0;
}
.aCBox .aTabBox .listTab {
  color: #059ba0;
}

.aTabBar .listOn {
  display: flex;
}

.config_pic {
  padding: 0 135px;
  margin: 0 auto;
  text-align: center;
}
.config_pic > img {
  display: inline;
  max-width: 100%;
}

.toConfigure {
  padding: 0 135px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  transform: translateX(5%);
}
.toConfigure > li {
  width: 24% !important;
  margin-right: 1% !important;
  font-size: 24px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.toConfigure > li img {
  width: 4.1666666667vw !important;
  margin-right: 2.6041666667vw !important;
}
.toConfigure > li > div {
  flex: 1;
}
.toConfigure ul li {
  padding-top: 5px;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
}

.toConfigure:after {
  content: "";
  width: 25%;
}

.m_botTip {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.yearbox {
  width: 1600px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yearbox .leftbtn {
  width: 18px;
  height: 62px;
  background: url("../images/img83.png") center no-repeat;
  background-size: 18px 62px;
  cursor: pointer;
}
.yearbox .leftbtn.on {
  background: url("../images/img83_1.png") center no-repeat;
  background-size: 18px 62px;
}
.yearbox .rightbtn {
  width: 18px;
  height: 62px;
  background: url("../images/img84.png") center no-repeat;
  background-size: 18px 62px;
  cursor: pointer;
}
.yearbox .rightbtn.on {
  background: url("../images/img84_1.png") center no-repeat;
  background-size: 18px 62px;
}
.yearbox .ulbox {
  width: 1490px;
  overflow: hidden;
}
.yearbox ul {
  overflow: hidden;
}
.yearbox ul li {
  width: 220px;
  height: 120px;
  padding-bottom: 50px;
  box-sizing: border-box;
  margin: 0 15px;
  font-size: 24px;
  color: #3c3c3c;
  line-height: 24px;
  text-align: left;
  background: #f0f7fc url("../images/img85_1.png") bottom 10px center no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  float: left;
  cursor: pointer;
}
.yearbox ul li span {
  display: block;
  font-size: 40px;
  color: #3c3c3c;
  line-height: 32px;
  text-align: left;
}
.yearbox ul li:last-child {
  margin-right: 0;
}
.yearbox ul .on {
  background: #059ba0 url("../images/img85.png") bottom 10px center no-repeat;
  color: #fff;
}
.yearbox ul .on span {
  color: #fff;
}

.monthbox {
  width: 1460px;
  border-bottom: 1px solid #eee;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.monthbox .qmonth {
  font-size: 40px;
  color: #059ba0;
  line-height: 50px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.monthbox .qmonth:after {
  content: "";
  width: 1em;
  height: 2px;
  background: #059ba0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.monthbox ul li {
  padding-bottom: 40px;
}
.monthbox .txtbox {
  padding: 50px 30px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.monthbox .right {
  width: 110px;
  box-sizing: border-box;
  padding-left: 40px;
  height: 110px;
  border-left: 1px solid #d9d9d9;
  background: url("../images/img86_1.png") left 40px bottom no-repeat;
}
.monthbox .right span {
  display: block;
  font-size: 14px;
  color: #a2a2a2;
  line-height: 20px;
  text-align: left;
}
.monthbox .right strong {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 24px;
  color: #a2a2a2;
  line-height: 30px;
  text-align: left;
}
.monthbox .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.monthbox .left .img {
  width: 260px;
  height: 158px;
  overflow: hidden;
  position: relative;
}
.monthbox .left .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.monthbox .left .qtxt {
  flex: 1;
  padding-left: 40px;
  padding-right: 60px;
}
.monthbox .left .qtxt h3 {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 50px;
  text-align: left;
}
.monthbox .left .qtxt p {
  font-size: 16px;
  color: #9eacb9;
  line-height: 24px;
  text-align: left;
}
.monthbox .txtbox:hover {
  background: #059ba0;
}
.monthbox .txtbox:hover .left .qtxt h3 {
  color: #fff;
}
.monthbox .txtbox:hover .left .qtxt p {
  color: #fff;
  opacity: 0.5;
}
.monthbox .txtbox:hover .right {
  border-left: 1px solid #fff;
  background: url("../images/img86.png") left 40px bottom no-repeat;
}
.monthbox .txtbox:hover .right span,
.monthbox .txtbox:hover .right strong {
  color: #fff;
}

.pagingbox div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagingbox ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.pagingbox ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
}
.pagingbox ul li a {
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: center;
}
.pagingbox ul li.on {
  color: #fff;
  border: 1px solid #059ba0;
  background: #059ba0;
}
.pagingbox ul li.on a {
  color: #fff;
  background: #059ba0;
}
.pagingbox ul li:hover {
  color: #fff;
  border: 1px solid #059ba0;
  background: #059ba0;
}
.pagingbox ul li:hover a {
  color: #fff;
  background: #059ba0;
}
.pagingbox p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #cecece;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.pagingbox p.on {
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.pagingbox span,
.pagingbox strong {
  display: block;
  margin: 0 10px;
}
.pagingbox strong {
  cursor: pointer;
}
.pagingbox input {
  width: 80px;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #cecece;
  border-radius: 5px;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  text-align: left;
}

.footbox {
  width: 100%;
  background: #059ba0;
  position: relative;
  z-index: 100;
}

.footerphone {
  display: none;
}

.footer {
  width: 1600px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .left {
  height: 100%;
  box-sizing: border-box;
  /* padding-bottom: 13px; */
  /* display: flex;
  align-items: flex-start; */
  justify-content: flex-end;
  /* flex-direction: column; */
  /* align-items: center; */
  font-size: 12;
  color: #ddd;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.footer .left img {
  margin-bottom: 40px;
  height: 60px;
  width: auto;
}
.footer .right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .right .tel {
  padding-left: 26px;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  background: url("../images/q_img11.png") left center no-repeat;
}
.footer .right ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .right ul li {
  margin-left: 50px;
  position: relative;
}
.footer .right ul li div {
  width: 150px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  display: none;
}
.footer .right ul li div img {
  width: 100%;
}
.footer .right ul li div::before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 100%;
}
.footer .right ul li:first-child {
  display: none;
}
.footer .right .phoneban {
  display: none;
}

.ewmalert {
  display: none;
}

.qtxtimgbox {
  width: 80%;
  margin: 0 auto;
}
.qtxtimgbox .qtitle {
  padding-bottom: 16px;
  border-bottom: 1px solid #bcbbbb;
  margin-bottom: 50px;
}
.qtxtimgbox .qtitle h2 {
  font-weight: normal;
  font-size: 36px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.qtxtimgbox .qtitle h2:after {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #059ba0;
}
.qtxtimgbox .qtitle span {
  display: block;
  padding-left: 10px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-top: 20px;
}
.qtxtimgbox .qtxtimg {
  text-align: center;
}
.qtxtimgbox .qtxtimg p {
  font-size: 18px;
  color: #000;
  line-height: 36px;
  text-align: left;
  margin-bottom: 50px;
}
.qtxtimgbox .qtxtimg img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}
.qtxtimgbox .qtxtimg .newlistBoxCont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.qtxtimgbox .qtxtimg .newlistBoxCont .item {
  width: 32%;
  margin-right: 2%;
}
.qtxtimgbox .qtxtimg .newlistBoxCont .item:nth-child(3n) {
  margin-right: 0;
}
.qtxtimgbox .qtxtimg .newlistBoxCont .item img {
  margin: 0;
  width: 80px;
}
.qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
  font-size: 40px;
  color: #059ba0;
  line-height: 50px;
  text-align: left;
  margin-left: 10px;
}
.qtxtimgbox .qtxtimg .newlistBoxCont.newlistBoxCont1 {
  display: block;
}
.qtxtimgbox .qtxtimg .newlistBoxCont.newlistBoxCont1 .item {
  width: 100%;
  margin-right: 0;
}
.qtxtimgbox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 10px;
  border-top: 1px solid #f7f6f6;
}
.qtxtimgbox ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.qtxtimgbox ul li:nth-child(1) {
  background: url("../images/img91.png") left center no-repeat;
}
.qtxtimgbox ul li:nth-child(1) a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 26px;
  text-align: left;
}
.qtxtimgbox ul li:nth-child(1):hover {
  background: url("../images/img91_1.png") left center no-repeat;
}
.qtxtimgbox ul li:nth-child(1):hover a {
  color: #059ba0;
}
.qtxtimgbox ul li:nth-child(2) {
  background: url("../images/img92.png") right center no-repeat;
}
.qtxtimgbox ul li:nth-child(2) a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 26px;
  text-align: right;
}
.qtxtimgbox ul li:nth-child(2):hover {
  background: url("../images/img92_1.png") right center no-repeat;
}
.qtxtimgbox ul li:nth-child(2):hover a {
  color: #059ba0;
}

.map-wrapper {
  margin-bottom: 30px;
}

.areabox {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.areabox li {
  width: 48%;
  box-sizing: border-box;
  padding: 30px 50px;
  background: #f0f7fc;
  margin-bottom: 50px;
}
.areabox li p {
  font-size: 24px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.areabox li span,
.areabox li strong {
  display: block;
  padding-left: 35px;
  font-size: 16px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
}
.areabox li span {
  background: url("../images/img95.png") left center no-repeat;
}
.areabox li strong {
  background: url("../images/img96.png") left center no-repeat;
}
.areabox li:hover {
  background: #059ba0;
}
.areabox li:hover p,
.areabox li:hover span,
.areabox li:hover strong {
  color: #fff;
}
.areabox li:hover span {
  background: url("../images/img95_1.png") left center no-repeat;
}
.areabox li:hover strong {
  background: url("../images/img96_1.png") left center no-repeat;
}

.bgbox {
  width: 100%;
  background: #fff;
}
.bgbox .qban,
.bgbox .pban {
  width: 100%;
}
.bgbox .pban {
  display: none;
}

.banBox {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: -550px;
}
.banBox .tbox {
  padding: 40px;
  background: #059ba0;
  margin-bottom: 80px;
}
.banBox .tbox h1 {
  font-size: 44px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.banBox .tbox div {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.banBox .tbox div p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.banBox .tbox div p:nth-child(1),
.banBox .tbox div p:nth-child(2) {
  display: block;
}
.banBox .tbox .more {
  display: none;
  width: 110px;
  padding-right: 20px;
  background: url("../images/img80_1.png") right center no-repeat;
  background-size: 15px 8px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.banBox .tbox .more.on {
  background: url("../images/img80.png") right center no-repeat;
  background-size: 15px 8px;
}
.banBox .picbox .pics {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banBox .picbox .pics:nth-child(2) {
  flex-direction: row-reverse;
}
.banBox .picbox .imgsbox {
  width: 900px;
  height: 514px;
  position: relative;
  font-size: 0;
}
.banBox .picbox .imgsbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.banBox .picbox .imgsbox img:nth-child(1) {
  display: block;
}
.banBox .picbox ul {
  width: 650px;
  height: 514px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.banBox .picbox ul li {
  width: 100%;
  height: 30%;
  padding: 0 40px;
  padding-top: 25px;
  box-sizing: border-box;
  background: #f0f7fc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banBox .picbox ul li .right {
  padding-left: 40px;
}
.banBox .picbox ul li h2 {
  font-weight: normal;
  font-size: 36px;
  color: #3e4c5b;
  line-height: 50px;
  text-align: left;
}
.banBox .picbox ul li p {
  font-size: 24px;
  color: #7f7f7f;
  line-height: 32px;
  text-align: left;
}
.banBox .picbox ul li .mr {
  display: block;
}
.banBox .picbox ul li .xz {
  display: none;
}
.banBox .picbox ul .on {
  background: #059ba0;
}
.banBox .picbox ul .on h2 {
  color: #fff;
}
.banBox .picbox ul .on p {
  color: #fff;
}
.banBox .picbox ul .on .mr {
  display: none;
}
.banBox .picbox ul .on .xz {
  display: block;
}
.banBox .phoneImgbox {
  display: none;
}

.txbox {
  width: 1600px;
  padding: 40px;
  padding-top: 70px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -100px;
  margin: 0 auto;
}
.txbox h3 {
  font-size: 36px;
  color: #059ba0;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 130px;
}
.txbox .tplist {
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.txbox .tplist li {
  width: 23%;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.txbox .tplist li strong {
  display: block;
  width: 100%;
  height: 98px;
  border-radius: 98px;
  background: #059ba0;
  font-size: 32px;
  color: #fff;
  line-height: 108px;
  text-align: center;
  position: relative;
  top: -39px;
  margin-bottom: 30px;
}
.txbox .tplist li strong span {
  position: relative;
  z-index: 10;
}
.txbox .tplist li p {
  padding: 0 30px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  display: none;
}
.txbox .tplist li:before {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -76px;
  z-index: 5;
  transform: translateX(-50%);
}
.txbox .tplist li:nth-child(1):before {
  background: #059ba0 url("../images/q_img1.png") center no-repeat;
  background-size: cover;
}
.txbox .tplist li:nth-child(2):before {
  background: #059ba0 url("../images/q_img2.png") center no-repeat;
  background-size: cover;
}
.txbox .tplist li:nth-child(3):before {
  background: #059ba0 url("../images/q_img3.png") center no-repeat;
  background-size: cover;
}
.txbox .tplist li:nth-child(4):before {
  background: #059ba0 url("../images/q_img4.png") center no-repeat;
  background-size: cover;
}
.txbox .tptxt {
  width: 100%;
}
.txbox .tptxt li {
  display: none;
}
.txbox .tptxt p {
  padding: 0 30px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
}

.yearlist {
  background: #f3f2f2;
  padding-top: 70px;
  padding-bottom: 40px;
}
.yearlist .yearbox {
  margin-bottom: 70px;
}
.yearlist .yearbox .ulbox li {
  width: 268px;
  height: 230px;
  background: #fff url("../images/img85_1.png") bottom 40px center no-repeat;
  padding-bottom: 130px;
}
.yearlist .yearbox .ulbox li span {
  position: relative;
}
.yearlist .yearbox .ulbox li span:before {
  content: "";
  width: 1.5em;
  height: 3px;
  background: #059ba0;
  position: absolute;
  left: 0;
  top: -10px;
}
.yearlist .yearbox .ulbox .on {
  background: #059ba0 url("../images/img85.png") bottom 40px center no-repeat;
}
.yearlist .yearbox .ulbox .on span:before {
  background: #fff;
}
.yearlist .newsList {
  width: 1460px;
  padding-bottom: 40px;
  border-left: 1px solid #059ba0;
  margin: 0 auto;
  position: relative;
}
.yearlist .newsList li {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.yearlist .newsList .left {
  margin-right: 30px;
  padding-left: 20px;
  position: relative;
}
.yearlist .newsList .left span {
  display: block;
  width: 14px;
  height: 14px;
  border: 4px solid #059ba0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 0;
}
.yearlist .newsList .left strong {
  display: block;
  font-size: 26px;
  color: #059ba0;
  line-height: 24px;
  text-align: left;
  position: relative;
}
.yearlist .newsList .left strong:after {
  content: "年";
  font-size: 12px;
  position: absolute;
  right: -1em;
  bottom: -3px;
}
.yearlist .newsList .left strong:before {
  content: "";
  width: 1.6em;
  height: 1px;
  background: #059ba0;
  position: absolute;
  left: 0;
  top: -5px;
}
.yearlist .newsList .right {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ea;
}
.yearlist .newsList .right img {
  width: 100%;
  margin-bottom: 30px;
}
.yearlist .newsList .right h2 {
  font-weight: normal;
  font-size: 22px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
.yearlist .newsList .right p {
  font-size: 16px;
  color: #75797c;
  line-height: 28px;
  text-align: left;
  margin-bottom: 30px;
  display: none;
}
.yearlist .newsList:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #059ba0;
  position: absolute;
  left: -5px;
  bottom: 0;
}

.bookBox {
  width: 100%;
  padding: 70px 0;
  background: #fff;
}
.bookBox .swiper-button-next,
.bookBox .swiper-button-prev {
  top: 90%;
}
.bookBox .swiper-button-next:after,
.bookBox .swiper-button-prev:after {
  display: none;
}
.bookBox .swiper-button-prev {
  left: 46%;
  background: url("../images/img114.png") center no-repeat;
}
.bookBox .swiper-button-prev:hover {
  background: url("../images/img114_1.png") center no-repeat;
}
.bookBox .swiper-button-next {
  right: 46%;
  background: url("../images/img115.png") center no-repeat;
}
.bookBox .swiper-button-next:hover {
  background: url("../images/img115_1.png") center no-repeat;
}
.bookBox .swiper-container {
  padding-bottom: 0;
}
.bookBox .swiper-slide {
  height: 300px;
  background: #f0f7fc;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bookBox .swiper-slide img {
  max-width: 100%;
  transition: all 0.4s;
}
.bookBox .swiper-slide:hover img {
  transform: scale(1.2);
}

.homeBanner {
  position: relative;
}
.homeBanner .ts {
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -10px;
  z-index: 20;
  animation: updown 2s infinite;
}

.homepic {
  display: none;
}

.secondBan {
  width: 100%;
  overflow: hidden;
}
.secondBan ul {
  width: 100%;
  height: inherit;
  position: relative;
}
.secondBan li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.secondBan li.on {
  transition: all 0.6s linear;
}
.secondBan li.on .left {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s linear;
}
.secondBan li.on .right {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s linear;
}
.secondBan li.tran100 {
  transform: translateY(-100%);
  transition: all 0.6s linear;
}
.secondBan li:nth-child(1) {
  z-index: 50;
}
.secondBan li:nth-child(2) {
  z-index: 40;
}
.secondBan li:nth-child(3) {
  z-index: 30;
}
.secondBan li:nth-child(4) {
  z-index: 20;
}
.secondBan .left {
  width: 36%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 200px;
  padding-left: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  float: left;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s linear;
}
.secondBan .left .qtit {
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.secondBan .left .qtit strong {
  display: block;
  font-size: 70px;
  color: #f3f3f3;
  line-height: 80px;
  text-align: left;
  white-space: nowrap;
}
.secondBan .left .qtit span {
  font-size: 50px;
  color: #f3f3f3;
  line-height: 80px;
  text-align: left;
}
.secondBan .left .qtit h1 {
  font-weight: normal;
  font-size: 60px;
  color: #059ba0;
  line-height: 70px;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 0;
}
.secondBan .left .qtit h1:after {
  content: "";
  width: 2em;
  height: 1px;
  background: #059ba0;
  position: absolute;
  right: 0;
  top: -10px;
}
.secondBan .left p {
  font-size: 22px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 50px;
  border-left: 3px solid #059ba0;
}
.secondBan .left a {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  background: #059ba0;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.secondBan .right {
  width: 64%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s linear;
}
.secondBan .right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pjbg {
  width: 100%;
  background: #f3f2f2;
}

.thirdBox .qtit {
  width: 450px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.thirdBox .qtit strong {
  display: block;
  font-size: 70px;
  color: #e7e6e6;
  line-height: 80px;
  text-align: left;
  white-space: nowrap;
}
.thirdBox .qtit span {
  font-size: 50px;
  color: #e7e6e6;
  line-height: 80px;
  text-align: left;
}
.thirdBox .qtit h1 {
  font-size: 60px;
  color: #059ba0;
  line-height: 70px;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 0;
}
.thirdBox .qtit h1:after {
  content: "";
  width: 2em;
  height: 1px;
  background: #059ba0;
  position: absolute;
  right: 0;
  top: -10px;
}
.thirdBox .btns {
  text-align: right;
  margin-bottom: 20px;
}
.thirdBox .btns img {
  margin-left: 20px;
  cursor: pointer;
}

.yj {
  width: 1600px;
  padding-top: 120px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.yj .qtit {
  width: 450px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.yj .qtit strong {
  display: block;
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  text-align: left;
  white-space: nowrap;
}
.yj .qtit span {
  font-size: 50px;
  color: #fff;
  line-height: 80px;
  text-align: left;
}
.yj .qtit h1 {
  font-size: 60px;
  color: #059ba0;
  line-height: 70px;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 0;
}
.yj .qtit h1:after {
  content: "";
  width: 2em;
  height: 1px;
  background: #059ba0;
  position: absolute;
  right: 0;
  top: -10px;
}
.yj .swiper-slide {
  padding-bottom: 30px;
}
.yj .swiper-slide .qtop {
  background: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 30px;
  text-align: center;
}
.yj .swiper-slide .img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yj .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s;
}
.yj .swiper-slide .img .mr {
  visibility: visible;
  opacity: 1;
}
.yj .swiper-slide .img .xz {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.yj .swiper-slide img {
  max-width: 100%;
}
.yj .swiper-slide h2 {
  font-size: 24px;
  color: #121619;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.yj .swiper-slide p {
  font-size: 16px;
  color: #9aa8b6;
  line-height: 30px;
  text-align: left;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yj .swiper-slide .maxHeight {
  height: 60px;
}
.yj .swiper-slide a {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  background: #059ba0;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  top: 25px;
  margin: 0 auto;
}

.rj {
  padding-top: 0;
}

.newsbg {
  width: 100%;
  background: #f3f2f2;
}

.fanbg {
  padding: 110px 0;
  width: 1600px;
  margin: 0 auto;
  /* 防止抖动优化 */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.fanbg .img {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.fanbg .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.fanbg .img:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.fanbg h2 {
  font-size: 24px;
  color: #121619;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.fanbg p {
  height: 120px;
  font-size: 16px;
  color: #9aa8b6;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 30px;
}
.fanbg a {
  display: block;
  font-size: 20px;
  color: #059ba0;
  line-height: 30px;
  text-align: center;
}

/* 运维服务轮播容器特殊优化 */
#solutionsContainer {
  /* 强制硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /* 平滑过渡 */
  transition: transform 0.1s ease-out;
}

#solutionsContainer .swiper-wrapper {
  /* 优化wrapper渲染性能 */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /* 强制硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* 平滑过渡 */
  transition: transform 0.1s ease-out;
}

#solutionsContainer .swiper-slide {
  /* 优化slide渲染性能 */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media (min-width: 769px) {
  .yj .swiper-slide .img:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
  }
  .yj .swiper-slide .img:hover .mr {
    visibility: hidden;
    opacity: 0;
  }
  .yj .swiper-slide .img:hover .xz {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}
.qnewsbox {
  width: 1600px;
  padding-top: 110px;
  padding-bottom: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.qnewsbox .imgtxt {
  position: relative;
}
.qnewsbox .imgtxt .img {
  width: 40%;
  height: 400px;
  overflow: hidden;
  float: left;
  position: relative;
}
.qnewsbox .imgtxt .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.qnewsbox .imgtxt .txts {
  width: 55%;
  float: right;
}
.qnewsbox .imgtxt ul li {
  margin-bottom: 30px;
  cursor: pointer;
}
.qnewsbox .imgtxt ul li p {
  font-size: 28px;
  color: #3e4c5b;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
}
.qnewsbox .imgtxt ul li span {
  font-size: 16px;
  color: #9aa8b6;
  line-height: 20px;
  text-align: left;
}
.qnewsbox .imgtxt ul li:hover p {
  color: #059ba0;
}
.qnewsbox .imgtxt ul li:hover span {
  color: #059ba0;
}
.qnewsbox .imgtxt .more {
  display: block;
  font-size: 20px;
  color: #059ba0;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -100px;
}

.searchList {
  width: 1600px;
  margin: 0 auto;
}
.searchList .qsearchBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.searchList .qsearchBox div {
  border: 1px solid #059ba0;
  cursor: pointer;
}
.searchList .qsearchBox .selbox {
  width: 80%;
  position: relative;
}
.searchList .qsearchBox .selbox input,
.searchList .qsearchBox .selbox p {
  height: 72px;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 72px;
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.searchList .qsearchBox .selbox select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 72px;
  text-align: left;
}
.searchList .qsearchBox .btn {
  width: 18%;
  background: #059ba0;
  font-size: 18px;
  color: #fff;
  line-height: 72px;
  text-align: center;
}
.searchList .qsearchBox2 {
  padding: 0 10%;
  box-sizing: border-box;
}
.searchList .problemList {
  width: 100%;
  margin-bottom: 80px;
}
.searchList .problemList li {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.searchList .problemList li span {
  width: 70px;
  padding-right: 10px;
  display: block;
  font-size: 40px;
  color: #059ba0;
  line-height: 80px;
  text-align: left;
  white-space: nowrap;
}
.searchList .problemList li .txts {
  flex: 1;
}
.searchList .problemList li strong {
  display: block;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
.searchList .problemList li p {
  font-size: 18px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
}

.qChoose {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  margin-bottom: 50px;
}
.qChoose .qChooseBtn {
  width: 1600px;
  padding: 0 5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qChoose .qChooseBtn li {
  width: 40%;
  height: 90px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}
.qChoose .qChooseBtn .on {
  color: #fff;
  background: #059ba0;
}

.qTab {
  width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}
.qTab > p {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  text-align: left;
  padding-left: 20px;
  background: url("../images/img132.png") left center no-repeat;
  cursor: pointer;
}
.qTab > p.on {
  background: url("../images/img132_1.png") left center no-repeat;
}
.qTab ul {
  width: 101%;
  padding-top: 30px;
  overflow: hidden;
}
.qTab ul li {
  width: 24%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 1%;
  float: left;
  margin-bottom: 30px;
}
.qTab ul span {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/img132.png") left center no-repeat;
  background-size: cover;
  margin-right: 10px;
  cursor: pointer;
}
.qTab ul span.on {
  background: url("../images/img132_1.png") left center no-repeat;
  background-size: cover;
}
.qTab ul .lbg {
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.qTab ul .lbg div {
  width: 90%;
}
.qTab ul .lbg div img {
  width: 80px;
  margin-bottom: 20px;
}
.qTab ul .lbg div p {
  width: 100%;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cbg {
  background: #fff;
}

.customerCase {
  width: 1600px;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
.customerCase .swiper-container {
  width: 1500px;
  margin: 0 auto;
}
.customerCase .swiper-container .swiper-slide div {
  height: 720px;
  margin-bottom: 30px;
  position: relative;
}
.customerCase .swiper-container .swiper-slide div img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.customerCase .swiper-container .swiper-slide p {
  font-size: 30px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.customerCase .swiper-pagination {
  bottom: 100px;
  color: #fff;
}
.customerCase .kprev,
.customerCase .knext {
  width: 40px;
  height: 248px;
  cursor: pointer;
  background-size: 18px 62px !important;
}
.customerCase .kprev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  background: #f1f1f1 url("../images/img83.png") center no-repeat;
}
.customerCase .kprev.on {
  background: #059ba0 url("../images/img83_2.png") center no-repeat;
}
.customerCase .kprev:hover {
  background: #059ba0 url("../images/img83_2.png") center no-repeat;
}
.customerCase .knext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  background: #f1f1f1 url("../images/img84.png") center no-repeat;
}
.customerCase .knext.on {
  background: #059ba0 url("../images/img84_2.png") center no-repeat;
}
.customerCase .knext:hover {
  background: #059ba0 url("../images/img84_2.png") center no-repeat;
}

.tListBox {
  width: 1600px;
  margin: 0 auto;
}
.tListBox .tListTab {
  background: #eaeaea;
  padding: 8px;
  margin-bottom: 50px;
}
.tListBox .tListTab ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tListBox .tListTab ul li {
  width: 20%;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.tListBox .tListTab ul li.on {
  background: #fff;
  color: #059ba0;
}
.tListBox .tList {
  margin-bottom: 90px;
}
.tListBox .tList .tListBar {
  display: none;
}
.tListBox .tList .tListBar:first-child {
  display: block;
}
.tListBox .tList ul {
  display: flex;
  /* width: calc(100% + 21px); */
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tListBox .tList ul li {
  width: 32%;
  padding: 10px;
  padding-bottom: 30px;
  background: #fff;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  margin-right: 21px;
}
.tListBox .tList ul li div {
  padding-bottom: 70%;
  margin-bottom: 40px;
  position: relative;
}
.tListBox .tList ul li div img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.tListBox .tList ul li p {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tListBox .tList ul li .qJump {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #059ba0;
  transform: translateY(-110%);
  cursor: pointer;
  transition: all 0.3s linear;
}
.tListBox .tList ul li .qJump img {
  width: 8.3333333333vw !important;
  height: auto;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}
.tListBox .tList ul li .qJump a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
.tListBox .tList ul li .qJump2 {
  display: none;
}
.tListBox .tList ul li:hover .qJump {
  transform: translateY(0);
}
.tListBox .tList ul.newListBoxCont li {
  padding-bottom: 15px;
}
.tListBox .tList ul.newListBoxCont li div {
  margin-bottom: 15px;
}
.tListBox .tList ul.newListBoxCont li p {
  height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtImgalert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: none;
}
.txtImgalert .kuang {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.txtImgalert .contain {
  width: 1000px;
  max-height: 90vh;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 40px;
}
.txtImgalert .contain .qtit {
  font-size: 32px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}
.txtImgalert .contain .imgBox {
  width: 100%;
  padding-bottom: 10px;
}
.txtImgalert .contain .imgBox .boxImg {
  height: 500px;
  margin-bottom: 10px;
}
.txtImgalert .contain .imgBox .boxImg img {
  width: 100%;
}
.txtImgalert .contain .pnbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.txtImgalert .contain .pnbtn div {
  width: 38px;
  height: 48px;
  margin: 0 20px;
  background-size: 38px 48px !important;
  cursor: pointer;
}
.txtImgalert .contain .pnbtn .pbtn {
  background: url("../images/img114.png") center no-repeat;
}
.txtImgalert .contain .pnbtn .pbtn.on {
  background: url("../images/img114_1.png") center no-repeat;
}
.txtImgalert .contain .pnbtn .pbtn:hover {
  background: url("../images/img114_1.png") center no-repeat;
}
.txtImgalert .contain .pnbtn .nbtn {
  background: url("../images/img115.png") center no-repeat;
}
.txtImgalert .contain .pnbtn .nbtn.on {
  background: url("../images/img115_1.png") center no-repeat;
}
.txtImgalert .contain .pnbtn .nbtn:hover {
  background: url("../images/img115_1.png") center no-repeat;
}
.txtImgalert .contain p {
  width: 100%;
  font-size: 16px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
}

.oldProducts {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 6.6666666667vw;
}
.oldProducts > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 5;
}
.oldProducts > div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 6vw;
}
.oldProducts h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6.6666666667vw;
}
.oldProducts h1 span {
  margin: 0 10px;
}
.oldProducts h1::before {
  content: "";
  background-image: url("../images/m2.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  background-size: cover;
}
.oldProducts h1::after {
  content: "";
  background-image: url("../images/m3.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 51px;
  height: 37px;
  background-size: cover;
}
.oldProducts .txts {
  width: 1600px;
  height: auto !important;
  position: relative;
}
.oldProducts .txts .btns {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oldProducts .txts .btns img {
  cursor: pointer;
}
.oldProducts .txts .txtBox {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.oldProducts .txts .swiper-container {
  padding-bottom: 2vw;
}
.oldProducts .txts .swiper-slide {
  padding-bottom: 100px;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.oldProducts .txts .swiper-slide .downLoad {
  position: absolute;
  left: 50%;
  bottom: -13.3333333333vw;
  transform: translateX(-50%);
}
.oldProducts .txts p {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: left;
}
.oldProducts .txts p img {
  margin-right: 3px;
}
.oldProducts .downLoad {
  width: 406px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 24px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.oldProducts .downLoad a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 76px;
  text-align: center;
}
.oldProducts .downLoad:hover {
  border: 1px solid white;
}

.newProduct .txts p {
  text-align: center;
}

.secondBan2 {
  width: 100%;
  position: relative;
}
.secondBan2 .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.secondBan2 .imgs ul {
  width: 100%;
  height: 100%;
}
.secondBan2 .imgs li {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.secondBan2 .imgs li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.secondBan2 .imgs li div {
  display: none;
}
.secondBan2 .imgs li:nth-child(1) {
  display: block;
}
.secondBan2 .txts {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.secondBan2 .txts ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondBan2 .txts li {
  width: 25%;
  height: 100%;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.secondBan2 .txts li div {
  font-weight: bold;
}
.secondBan2 .txts li p {
  font-size: 66px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.secondBan2 .txts li span {
  display: block;
  font-size: 44px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 10px;
  transition: all 0.5s;
}
.secondBan2 .txts .act p {
  transform: translateY(-50%);
}
.secondBan2 .txts .act span {
  transform: translateY(50%);
}
.secondBan2 .txts li:last-child {
  border-right: none;
}

.shadowalert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.shadowalert .kuang {
  width: 100%;
  height: 100%;
}

.lookalert {
  display: none;
}
.lookalert .kuang {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lookalert .kuang img {
  max-width: 80%;
  max-height: 80%;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .secondBan2 .txts li p {
    font-size: 60px;
    line-height: 70px;
  }
  .secondBan2 .txts li span {
    font-size: 44px;
    line-height: 50px;
  }

  .oldProducts h1 {
    font-size: 46px;
    line-height: 58px;
  }
  .oldProducts h1::before {
    width: 51px;
    height: 37px;
  }
  .oldProducts h1::after {
    width: 51px;
    height: 37px;
  }
  .oldProducts .txts {
    width: 1400px;
    height: 230px;
  }
  .oldProducts .txts .txtBox {
    width: 1000px;
  }
  .oldProducts .txts p {
    font-size: 20px;
    line-height: 40px;
  }
  .oldProducts .downLoad {
    width: 406px;
    height: 76px;
    font-size: 24px;
    line-height: 76px;
  }

  .txtImgalert .contain {
    width: 880px;
    padding: 20px 40px;
  }
  .txtImgalert .contain .qtit {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .txtImgalert .contain .imgBox {
    padding-bottom: 10px;
  }
  .txtImgalert .contain .imgBox .boxImg {
    height: 400px;
  }
  .txtImgalert .contain .pnbtn div {
    width: 38px;
    height: 48px;
    margin: 0 20px;
    background-size: 38px 48px !important;
    cursor: pointer;
  }
  .txtImgalert .contain p {
    font-size: 16px;
    line-height: 30px;
  }

  .tListBox {
    width: 1400px;
  }
  .tListBox .tListTab {
    margin-bottom: 50px;
  }
  .tListBox .tListTab ul li {
    font-size: 24px;
    line-height: 54px;
  }
  .tListBox .tList {
    margin-bottom: 90px;
  }
  .tListBox .tList ul li {
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-right: 17px;
  }
  .tListBox .tList ul li div {
    margin-bottom: 30px;
  }
  .tListBox .tList ul li p {
    font-size: 24px;
    line-height: 30px;
  }
  .tListBox .tList ul.newListBoxCont li {
    padding-bottom: 15px;
  }
  .tListBox .tList ul.newListBoxCont li div {
    margin-bottom: 15px;
  }

  .customerCase {
    width: 1400px;
    padding: 10px 0;
    margin-bottom: 50px;
  }
  .customerCase .swiper-container {
    width: 1300px;
  }
  .customerCase .swiper-container .swiper-slide div {
    height: 650px;
    margin-bottom: 30px;
  }
  .customerCase .swiper-container .swiper-slide p {
    font-size: 30px;
    line-height: 40px;
  }
  .customerCase .swiper-pagination {
    bottom: 100px;
  }
  .customerCase .kprev,
  .customerCase .knext {
    width: 40px;
    height: 230px;
    background-size: 16px 55px !important;
  }

  .qChoose {
    margin-bottom: 50px;
  }
  .qChoose .qChooseBtn {
    width: 1400px;
  }
  .qChoose .qChooseBtn li {
    height: 90px;
    font-size: 24px;
    line-height: 90px;
  }

  .qTab {
    width: 1400px;
  }
  .qTab > p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
    background: url("../images/img132.png") left center no-repeat;
  }
  .qTab > p.on {
    background: url("../images/img132_1.png") left center no-repeat;
  }
  .qTab ul span {
    width: 16px;
    height: 16px;
  }
  .qTab ul .lbg {
    padding: 30px;
  }
  .qTab ul .lbg div img {
    width: 76px;
    margin-bottom: 20px;
  }
  .qTab ul .lbg div p {
    font-size: 18px;
    line-height: 22px;
  }

  .searchList {
    width: 1400px;
  }
  .searchList .qsearchBox {
    margin-bottom: 45px;
  }
  .searchList .qsearchBox .selbox input,
  .searchList .qsearchBox .selbox p {
    font-size: 18px;
    line-height: 72px;
    height: 72px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .searchList .qsearchBox .selbox select {
    font-size: 18px;
    line-height: 72px;
  }
  .searchList .qsearchBox .btn {
    font-size: 18px;
    line-height: 72px;
  }
  .searchList .problemList {
    margin-bottom: 80px;
  }
  .searchList .problemList li {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .searchList .problemList li span {
    width: 70px;
    font-size: 40px;
    line-height: 80px;
  }
  .searchList .problemList li strong {
    display: block;
    font-size: 24px;
    line-height: 40px;
  }
  .searchList .problemList li p {
    font-size: 16px;
    line-height: 40px;
  }

  .fanbg {
    padding: 100px 0;
    width: 1400px;
  }
  .fanbg h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .fanbg p {
    height: 120px;
    font-size: 16px;
    line-height: 30px;
  }
  .fanbg a {
    font-size: 18px;
    line-height: 30px;
  }

  .qnewsbox {
    width: 1400px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .qnewsbox .imgtxt .img {
    height: 400px;
  }
  .qnewsbox .imgtxt ul li {
    margin-bottom: 30px;
  }
  .qnewsbox .imgtxt ul li p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li span {
    font-size: 14px;
    line-height: 20px;
  }
  .qnewsbox .imgtxt .more {
    font-size: 18px;
    line-height: 30px;
    top: -100px;
  }

  .secondBan .left {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 100px;
  }
  .secondBan .left .qtit strong {
    font-size: 60px;
    line-height: 80px;
  }
  .secondBan .left .qtit span {
    font-size: 40px;
    line-height: 60px;
  }
  .secondBan .left .qtit h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .secondBan .left p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 50px;
  }
  .secondBan .left a {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  .thirdBox .qtit {
    width: 450px;
    margin-bottom: 30px;
  }
  .thirdBox .qtit strong {
    font-size: 60px;
    line-height: 80px;
  }
  .thirdBox .qtit span {
    font-size: 40px;
    line-height: 60px;
  }
  .thirdBox .qtit h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .yj {
    width: 1400px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .yj .swiper-slide {
    padding-bottom: 30px;
  }
  .yj .swiper-slide .qtop {
    padding: 0 30px;
    padding-top: 30px;
  }
  .yj .swiper-slide h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .yj .swiper-slide p {
    font-size: 16px;
    line-height: 30px;
  }
  .yj .swiper-slide a {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    top: 25px;
  }

  .banBox {
    width: 1400px;
    margin-top: -260px;
  }
  .banBox .tbox {
    padding: 40px;
    margin-bottom: 60px;
  }
  .banBox .tbox h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .banBox .tbox div {
    padding-top: 30px;
  }
  .banBox .tbox div p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .banBox .tbox .more {
    width: 110px;
    padding-right: 20px;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 15px 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .banBox .tbox .more.on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 15px 8px;
  }
  .banBox .picbox .pics {
    margin-bottom: 60px;
  }
  .banBox .picbox .imgsbox {
    width: 800px;
    height: 514px;
  }
  .banBox .picbox ul {
    width: 550px;
    height: 514px;
  }
  .banBox .picbox ul li {
    padding: 0 40px;
    padding-top: 25px;
  }
  .banBox .picbox ul li .right {
    padding-left: 40px;
  }
  .banBox .picbox ul li h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .banBox .picbox ul li p {
    font-size: 20px;
    line-height: 32px;
  }

  .txbox {
    width: 1400px;
    padding: 40px;
    padding-top: 70px;
    top: -80px;
  }
  .txbox h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 120px;
  }
  .txbox .tplist li strong {
    height: 98px;
    border-radius: 98px;
    font-size: 32px;
    line-height: 108px;
    top: -39px;
    margin-bottom: 30px;
  }
  .txbox .tplist li p {
    padding: 0 30px;
    font-size: 24px;
    line-height: 40px;
  }
  .txbox .tplist li:before {
    content: "";
    width: 76px;
    height: 76px;
    top: -76px;
  }
  .txbox .tptxt p {
    padding: 0 30px;
    font-size: 24px;
    line-height: 40px;
  }

  .yearlist {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .yearlist .yearbox {
    margin-bottom: 70px;
  }
  .yearlist .yearbox .ulbox li {
    width: 228px;
    height: 186px;
    background: #fff url("../images/img85_1.png") bottom 40px center no-repeat;
    padding-bottom: 100px;
  }
  .yearlist .yearbox .ulbox li span:before {
    top: -10px;
  }
  .yearlist .yearbox .ulbox .on {
    background: #059ba0 url("../images/img85.png") bottom 40px center no-repeat;
  }
  .yearlist .newsList {
    width: 1250px;
    padding-bottom: 40px;
  }
  .yearlist .newsList li {
    margin-bottom: 30px;
  }
  .yearlist .newsList .left {
    margin-right: 30px;
    padding-left: 20px;
  }
  .yearlist .newsList .left span {
    width: 14px;
    height: 14px;
    left: -9px;
  }
  .yearlist .newsList .left strong {
    font-size: 24px;
    line-height: 24px;
  }
  .yearlist .newsList .right {
    padding-bottom: 40px;
  }
  .yearlist .newsList .right img {
    width: 100%;
    margin-bottom: 30px;
  }
  .yearlist .newsList .right h2 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .yearlist .newsList .right p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .bookBox {
    padding: 70px 0;
  }
  .bookBox .swiper-button-prev {
    left: 46%;
  }
  .bookBox .swiper-button-next {
    right: 46%;
  }
  .bookBox .swiper-container {
    padding-bottom: 0;
  }
  .bookBox .swiper-slide {
    height: 240px;
    padding: 20px;
  }

  .areabox {
    width: 1400px;
  }
  .areabox li {
    padding: 25px 40px;
    margin-bottom: 40px;
  }
  .areabox li p {
    font-size: 20px;
    line-height: 30px;
  }
  .areabox li span,
  .areabox li strong {
    padding-left: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .areabox li span {
    background: url("../images/img95.png") left center no-repeat;
    background-size: 25px;
  }
  .areabox li strong {
    background: url("../images/img96.png") left center no-repeat;
    background-size: 25px;
  }
  .areabox li:hover span {
    background: url("../images/img95_1.png") left center no-repeat;
    background-size: 25px;
  }
  .areabox li:hover strong {
    background: url("../images/img96_1.png") left center no-repeat;
    background-size: 25px;
  }

  .qtxtimgbox .qtitle {
    padding-bottom: 16px;
    margin-bottom: 50px;
  }
  .qtxtimgbox .qtitle h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .qtxtimgbox .qtitle h2:after {
    height: 40px;
  }
  .qtxtimgbox .qtitle span {
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
  }
  .qtxtimgbox .qtxtimg p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .qtxtimgbox .qtxtimg img {
    margin-bottom: 40px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item img {
    width: 70px;
    margin: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
    margin-bottom: 25px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .qtxtimgbox ul li:nth-child(1) a,
  .qtxtimgbox ul li:nth-child(2) a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    width: 1400px;
    height: 130px;
  }
  .footer .left img {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
  }
  .footer .right .tel {
    padding-left: 26px;
    font-size: 22px;
    line-height: 30px;
  }
  .footer .right ul li {
    margin-left: 40px;
  }

  .pagingbox ul {
    padding: 0 10px;
  }
  .pagingbox ul li {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .pagingbox ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .pagingbox p {
    width: 80px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .pagingbox strong {
    cursor: pointer;
  }
  .pagingbox input {
    width: 80px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .navbox {
    height: 103px;
    padding: 0 2%;
  }
  .navbox > ul > li img {
    width: 25px;
    margin-right: 10px;
  }
  .navbox > ul a {
    font-size: 16px;
    line-height: 100px;
  }
  .navbox .secondbox {
    height: auto;
    padding: 40px 46px;
    padding-top: 20px;
    top: 103px;
  }
  .navbox .secondbox li {
    margin-bottom: 10px;
  }
  .navbox .secondbox a {
    font-size: 16px;
    line-height: 30px;
  }
  .navbox .secondbox:after {
    content: "";
    width: 100%;
    height: 14px;
    top: -14px;
  }
  .navbox .box {
    width: 8%;
  }
  .navbox .box p {
    font-size: 14px;
    line-height: 30px;
  }

  /*招聘*/
  .topBanner {
    margin-bottom: 60px;
  }
  .topBanner .htit {
    padding-top: 80px;
  }
  .topBanner .htit p {
    font-size: 30px;
    line-height: 58px;
  }
  .topBanner h3 {
    font-size: 64px;
    height: 70px;
    line-height: 70px;
  }
  .topBanner h3::before {
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 37px;
    position: absolute;
    left: -61px;
    top: 30%;
  }
  .topBanner h3::after {
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 37px;
    position: absolute;
    top: 30%;
    right: -61px;
  }

  .tabbox {
    width: 750px;
    margin-bottom: 30px;
  }
  .tabbox li {
    width: 30%;
    height: 58px;
    font-size: 22px;
    line-height: 58px;
  }

  .qtabbar .table {
    margin-bottom: 30px;
  }
  .qtabbar .table tr th,
  .qtabbar .table tr td {
    font-size: 18px;
    line-height: 30px;
  }
  .qtabbar .table tr th:first-child,
  .qtabbar .table tr td:first-child {
    padding-left: 60px;
  }
  .qtabbar .table tr th:last-child,
  .qtabbar .table tr td:last-child {
    padding-right: 60px;
  }
  .qtabbar .txts {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .qtabbar .txts strong {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .qtabbar .txts ul {
    font-size: 16px;
    line-height: 24px;
  }

  /*支持中心*/
  .qlist > li {
    margin-bottom: 50px;
  }
  .qlist > li div {
    padding: 30px;
  }
  .qlist > li p {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .qlist > li p span {
    font-size: 18px;
    line-height: 24px;
  }
  .qlist > li p strong {
    font-size: 30px;
    line-height: 50px;
  }
  .qlist > li li a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    background-size: 24px;
  }

  .preSales li {
    width: 32%;
    margin-bottom: 40px;
  }
  .preSales div {
    height: 280px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .preSales div img:nth-child(1) {
    margin-bottom: 20px;
  }
  .preSales div strong {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .preSales div span {
    font-size: 22px;
    line-height: 24px;
  }
  .preSales div a {
    font-size: 22px;
    line-height: 40px;
  }
  .preSales .ewBox {
    margin: 0;
    margin-top: 20px;
  }
  .preSales .ewBox img {
    width: 80px;
    margin: 0;
    margin-bottom: 10px;
  }
  .preSales .ewBox p {
    margin-right: 15px;
  }
  .preSales p {
    font-size: 26px;
    line-height: 40px;
  }

  .yearbox {
    width: 1400px;
  }
  .yearbox .leftbtn {
    width: 18px;
    height: 62px;
    background: url("../images/img83.png") center no-repeat;
    background-size: 18px 62px;
  }
  .yearbox .leftbtn.on {
    background: url("../images/img83_1.png") center no-repeat;
    background-size: 18px 62px;
  }
  .yearbox .rightbtn {
    width: 18px;
    height: 62px;
    background: url("../images/img84.png") center no-repeat;
    background-size: 18px 62px;
  }
  .yearbox .rightbtn.on {
    background: url("../images/img84_1.png") center no-repeat;
    background-size: 18px 62px;
  }
  .yearbox .ulbox {
    width: 1290px;
  }
  .yearbox ul li {
    width: 188px;
    height: 100px;
    padding-bottom: 50px;
    margin: 0 15px;
    font-size: 20px;
    line-height: 20px;
    background: #f0f7fc url("../images/img85_1.png") bottom 10px center
      no-repeat;
  }
  .yearbox ul li span {
    font-size: 26px;
    line-height: 20px;
  }
  .yearbox ul .on {
    background: #059ba0 url("../images/img85.png") bottom 10px center no-repeat;
  }

  .monthbox {
    width: 1260px;
    padding-top: 50px;
  }
  .monthbox .qmonth {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .monthbox ul li {
    padding-bottom: 40px;
  }
  .monthbox .txtbox {
    padding: 40px 20px;
  }
  .monthbox .right {
    width: 110px;
    padding-left: 40px;
    height: 110px;
    background: url("../images/img86_1.png") left 40px bottom no-repeat;
  }
  .monthbox .right span {
    font-size: 12px;
    line-height: 20px;
  }
  .monthbox .right strong {
    font-size: 20px;
    line-height: 30px;
  }
  .monthbox .left .img {
    width: 260px;
    height: 158px;
  }
  .monthbox .left .qtxt {
    padding-left: 30px;
    padding-right: 50px;
  }
  .monthbox .left .qtxt h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .monthbox .left .qtxt p {
    font-size: 14px;
    line-height: 24px;
  }
  .monthbox .txtbox:hover .right {
    background: url("../images/img86.png") left 40px bottom no-repeat;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .HYAO {
    padding-top: 83px;
  }

  .logo {
    width: 150px;
    height: 70px;
  }

  .secondBan2 .txts li p {
    font-size: 50px;
    line-height: 60px;
  }
  .secondBan2 .txts li span {
    font-size: 34px;
    line-height: 40px;
  }

  .oldProducts h1 {
    font-size: 42px;
    line-height: 58px;
  }
  .oldProducts h1::before {
    width: 45px;
    height: 33px;
  }
  .oldProducts h1::after {
    width: 45px;
    height: 33px;
  }
  .oldProducts .txts {
    width: 1200px;
    height: 200px;
  }
  .oldProducts .txts .txtBox {
    width: 800px;
  }
  .oldProducts .txts p {
    font-size: 16px;
    line-height: 40px;
  }
  .oldProducts .downLoad {
    width: 300px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
  .oldProducts .downLoad a {
    font-size: 20px;
    line-height: 70px;
  }

  .txtImgalert .contain {
    width: 800px;
    padding: 20px 40px;
  }
  .txtImgalert .contain .qtit {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .txtImgalert .contain .imgBox {
    padding-bottom: 10px;
  }
  .txtImgalert .contain .imgBox .boxImg {
    height: 360px;
  }
  .txtImgalert .contain .pnbtn div {
    width: 32px;
    height: 40px;
    margin: 0 15px;
    background-size: 32px 40px !important;
  }
  .txtImgalert .contain p {
    font-size: 16px;
    line-height: 30px;
  }

  .tListBox {
    width: 1200px;
  }
  .tListBox .tListTab {
    margin-bottom: 40px;
  }
  .tListBox .tListTab ul li {
    font-size: 20px;
    line-height: 50px;
  }
  .tListBox .tList {
    margin-bottom: 70px;
  }
  .tListBox .tList ul li {
    padding-bottom: 25px;
    margin-bottom: 40px;
    margin-right: 13px;
  }
  .tListBox .tList ul li div {
    margin-bottom: 25px;
  }
  .tListBox .tList ul li p {
    font-size: 20px;
    line-height: 30px;
  }
  .tListBox .tList ul.newListBoxCont li {
    padding-bottom: 15px;
  }
  .tListBox .tList ul.newListBoxCont li div {
    margin-bottom: 15px;
  }

  .customerCase {
    width: 1200px;
    padding: 10px 0;
    margin-bottom: 50px;
  }
  .customerCase .swiper-container {
    width: 1100px;
  }
  .customerCase .swiper-container .swiper-slide div {
    height: 600px;
    margin-bottom: 30px;
  }
  .customerCase .swiper-container .swiper-slide p {
    font-size: 24px;
    line-height: 26px;
  }
  .customerCase .swiper-pagination {
    bottom: 80px;
  }
  .customerCase .kprev,
  .customerCase .knext {
    width: 30px;
    height: 200px;
    background-size: 14px 48px !important;
  }

  .qChoose {
    margin-bottom: 50px;
  }
  .qChoose .qChooseBtn {
    width: 1200px;
  }
  .qChoose .qChooseBtn li {
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }

  .qTab {
    width: 1200px;
  }
  .qTab > p {
    font-size: 18px;
    line-height: 26px;
    padding-left: 20px;
    background: url("../images/img132.png") left center no-repeat;
  }
  .qTab > p.on {
    background: url("../images/img132_1.png") left center no-repeat;
  }
  .qTab ul span {
    width: 16px;
    height: 16px;
  }
  .qTab ul .lbg {
    padding: 24px;
  }
  .qTab ul .lbg div img {
    width: 70px;
    margin-bottom: 16px;
  }
  .qTab ul .lbg div p {
    font-size: 16px;
    line-height: 22px;
  }

  .searchList {
    width: 1200px;
  }
  .searchList .qsearchBox {
    margin-bottom: 30px;
  }
  .searchList .qsearchBox .selbox input,
  .searchList .qsearchBox .selbox p {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .searchList .qsearchBox .selbox select {
    font-size: 18px;
    line-height: 60px;
  }
  .searchList .qsearchBox .btn {
    font-size: 16px;
    line-height: 60px;
  }
  .searchList .problemList {
    margin-bottom: 70px;
  }
  .searchList .problemList li {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .searchList .problemList li span {
    width: 60px;
    font-size: 36px;
    line-height: 70px;
  }
  .searchList .problemList li strong {
    display: block;
    font-size: 22px;
    line-height: 36px;
  }
  .searchList .problemList li p {
    font-size: 14px;
    line-height: 36px;
  }

  .fanbg {
    padding: 90px 0;
    width: 1200px;
  }
  .fanbg h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .fanbg p {
    height: 100px;
    font-size: 14px;
    line-height: 25px;
  }
  .fanbg a {
    font-size: 16px;
    line-height: 30px;
  }

  .qnewsbox {
    width: 1200px;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .qnewsbox .imgtxt .img {
    height: 350px;
  }
  .qnewsbox .imgtxt ul li {
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li span {
    font-size: 12px;
    line-height: 20px;
  }
  .qnewsbox .imgtxt .more {
    font-size: 16px;
    line-height: 30px;
    top: -100px;
  }

  .secondBan .left {
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 80px;
  }
  .secondBan .left .qtit strong {
    font-size: 50px;
    line-height: 70px;
  }
  .secondBan .left .qtit span {
    font-size: 30px;
    line-height: 50px;
  }
  .secondBan .left .qtit h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .secondBan .left p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 30px;
  }
  .secondBan .left a {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .thirdBox .qtit {
    width: 450px;
    margin-bottom: 30px;
  }
  .thirdBox .qtit strong {
    font-size: 50px;
    line-height: 70px;
  }
  .thirdBox .qtit span {
    font-size: 30px;
    line-height: 50px;
  }
  .thirdBox .qtit h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .yj {
    width: 1200px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .yj .swiper-slide {
    padding-bottom: 30px;
  }
  .yj .swiper-slide .qtop {
    padding: 0 30px;
    padding-top: 30px;
  }
  .yj .swiper-slide h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .yj .swiper-slide p {
    font-size: 16px;
    line-height: 30px;
  }
  .yj .swiper-slide a {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
    top: 25px;
  }

  .banBox {
    width: 1200px;
    margin-top: -200px;
  }
  .banBox .tbox {
    padding: 20px;
    margin-bottom: 40px;
  }
  .banBox .tbox h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banBox .tbox div {
    padding-top: 20px;
  }
  .banBox .tbox div p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .banBox .tbox .more {
    width: 100px;
    padding-right: 15px;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 12px 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .banBox .tbox .more.on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 12px 7px;
  }
  .banBox .picbox .pics {
    margin-bottom: 40px;
  }
  .banBox .picbox .imgsbox {
    width: 700px;
    height: 400px;
  }
  .banBox .picbox ul {
    width: 450px;
    height: 400px;
  }
  .banBox .picbox ul li {
    padding: 0 30px;
    padding-top: 20px;
  }
  .banBox .picbox ul li .right {
    padding-left: 30px;
  }
  .banBox .picbox ul li img {
    width: 66px;
  }
  .banBox .picbox ul li h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .banBox .picbox ul li p {
    font-size: 18px;
    line-height: 24px;
  }

  .txbox {
    width: 1200px;
    padding: 30px;
    padding-top: 50px;
    top: -60px;
  }
  .txbox h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 110px;
  }
  .txbox .tplist li strong {
    height: 90px;
    border-radius: 90px;
    font-size: 24px;
    line-height: 100px;
    top: -35px;
    margin-bottom: 20px;
  }
  .txbox .tplist li p {
    padding: 0 20px;
    font-size: 20px;
    line-height: 36px;
  }
  .txbox .tplist li:before {
    content: "";
    width: 60px;
    height: 60px;
    top: -60px;
  }
  .txbox .tptxt p {
    padding: 0 20px;
    font-size: 20px;
    height: 72px;
    line-height: 36px;
  }

  .yearlist {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .yearlist .yearbox {
    margin-bottom: 50px;
  }
  .yearlist .yearbox .ulbox li {
    width: 198px;
    height: 150px;
    background: #fff url("../images/img85_1.png") bottom 40px center no-repeat;
    padding-bottom: 100px;
  }
  .yearlist .yearbox .ulbox li span:before {
    top: -10px;
  }
  .yearlist .yearbox .ulbox .on {
    background: #059ba0 url("../images/img85.png") bottom 40px center no-repeat;
  }
  .yearlist .newsList {
    width: 1060px;
    padding-bottom: 30px;
  }
  .yearlist .newsList li {
    margin-bottom: 20px;
  }
  .yearlist .newsList .left {
    margin-right: 20px;
    padding-left: 15px;
  }
  .yearlist .newsList .left span {
    width: 14px;
    height: 14px;
    left: -9px;
  }
  .yearlist .newsList .left strong {
    font-size: 22px;
    line-height: 22px;
  }
  .yearlist .newsList .right {
    padding-bottom: 30px;
  }
  .yearlist .newsList .right img {
    margin-bottom: 30px;
  }
  .yearlist .newsList .right h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .yearlist .newsList .right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .bookBox {
    padding: 50px 0;
  }
  .bookBox .swiper-button-prev {
    left: 46%;
  }
  .bookBox .swiper-button-next {
    right: 46%;
  }
  .bookBox .swiper-container {
    padding-bottom: 0;
  }
  .bookBox .swiper-slide {
    height: 240px;
    padding: 20px;
  }

  .areabox {
    width: 1200px;
  }
  .areabox li {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .areabox li p {
    font-size: 18px;
    line-height: 24px;
  }
  .areabox li span,
  .areabox li strong {
    padding-left: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .areabox li span {
    background: url("../images/img95.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li strong {
    background: url("../images/img96.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover span {
    background: url("../images/img95_1.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover strong {
    background: url("../images/img96_1.png") left center no-repeat;
    background-size: 22px;
  }

  .qtxtimgbox .qtitle {
    padding-bottom: 14px;
    margin-bottom: 40px;
  }
  .qtxtimgbox .qtitle h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .qtxtimgbox .qtitle h2:after {
    height: 34px;
  }
  .qtxtimgbox .qtitle span {
    font-size: 20px;
    line-height: 36px;
    margin-top: 16px;
  }
  .qtxtimgbox .qtxtimg p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .qtxtimgbox .qtxtimg img {
    margin-bottom: 30px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item img {
    width: 60px;
    margin: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
    margin-bottom: 20px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .qtxtimgbox ul li:nth-child(1) a,
  .qtxtimgbox ul li:nth-child(2) a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    width: 1200px;
    height: 120px;
  }
  .footer .left img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
  }
  .footer .right .tel {
    padding-left: 26px;
    font-size: 18px;
    line-height: 30px;
  }
  .footer .right ul li {
    margin-left: 30px;
  }

  .pagingbox ul {
    padding: 0 10px;
  }
  .pagingbox ul li {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox p {
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox strong {
    cursor: pointer;
  }
  .pagingbox input {
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .m_box {
    padding-top: 83px;
  }

  .navbox {
    height: 83px;
    padding: 0 2%;
  }
  .navbox > ul > li img {
    width: 20px;
    margin-right: 10px;
  }
  .navbox > ul a {
    font-size: 14px;
    line-height: 80px;
  }
  .navbox .secondbox {
    height: auto;
    padding: 40px 46px;
    padding-top: 20px;
    top: 83px;
  }
  .navbox .secondbox li {
    margin-bottom: 10px;
  }
  .navbox .secondbox a {
    font-size: 16px;
    line-height: 30px;
  }
  .navbox .secondbox:after {
    content: "";
    width: 100%;
    height: 14px;
    top: -14px;
  }
  .navbox .shadowBox2 {
    top: 83px;
  }
  .navbox .shadowBox2 .nleft {
    margin-right: 40px;
  }
  .navbox .shadowBox2 .nleft strong {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 60px;
  }
  .navbox .shadowBox2 .nright > div {
    width: 580px;
  }
  .navbox .shadowBox2 p {
    white-space: nowrap;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 a {
    font-size: 16px;
    line-height: 30px;
  }
  .navbox .shadowBox2 li {
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 div {
    padding: 0 90px;
  }
  .navbox .shadowBox2 div p:before {
    content: "";
    width: 26px;
    height: 26px;
    left: -26px;
  }
  .navbox .shadowBox {
    top: 83px;
  }
  .navbox .shadowBox > ul {
    padding: 60px 0;
  }
  .navbox .shadowBox > ul li {
    margin: 0 40px;
  }
  .navbox .shadowBox > ul li img {
    margin-bottom: 20px;
  }
  .navbox .shadowBox > ul li span {
    line-height: 30px;
  }
  .navbox .shadowBox .nTabBox {
    padding: 30px 0;
    padding-bottom: 15px;
  }
  .navbox .shadowBox .nTabBox ul li {
    margin: 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .navbox .shadowBox .nTabBarBox {
    padding-bottom: 30px;
  }
  .navbox .shadowBox .nTabBar li div {
    width: 150px;
    height: 90px;
  }
  .navbox .box {
    width: 8%;
  }
  .navbox .box p {
    font-size: 12px;
    line-height: 30px;
  }

  .topBanner {
    margin-bottom: 50px;
  }
  .topBanner .htit {
    padding-top: 70px;
  }
  .topBanner .htit p {
    font-size: 24px;
    line-height: 48px;
  }
  .topBanner h3 {
    font-size: 56px;
    height: 62px;
    line-height: 62px;
  }
  .topBanner h3::before {
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 37px;
    position: absolute;
    left: -61px;
    top: 50%;
  }
  .topBanner h3::after {
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: -61px;
  }

  .tabbox {
    width: 730px;
    margin-bottom: 20px;
  }
  .tabbox li {
    width: 30%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  .qtabbar .table {
    margin-bottom: 20px;
  }
  .qtabbar .table tr th,
  .qtabbar .table tr td {
    font-size: 16px;
    line-height: 28px;
  }
  .qtabbar .table tr th:first-child,
  .qtabbar .table tr td:first-child {
    padding-left: 40px;
  }
  .qtabbar .table tr th:last-child,
  .qtabbar .table tr td:last-child {
    padding-right: 40px;
  }
  .qtabbar .txts {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .qtabbar .txts strong {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .qtabbar .txts ul {
    font-size: 14px;
    line-height: 24px;
  }

  .qlist > li {
    margin-bottom: 30px;
  }
  .qlist > li div {
    padding: 20px;
  }
  .qlist > li p {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .qlist > li p span {
    font-size: 16px;
    line-height: 20px;
  }
  .qlist > li p strong {
    font-size: 28px;
    line-height: 50px;
  }
  .qlist > li li a {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    background-size: 20px;
  }

  .preSales li {
    width: 32%;
    margin-bottom: 40px;
  }
  .preSales div {
    height: 260px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .preSales div img:nth-child(1) {
    width: 50px;
    margin-bottom: 20px;
  }
  .preSales div strong {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .preSales div span {
    font-size: 18px;
    line-height: 24px;
  }
  .preSales div a {
    font-size: 18px;
    line-height: 40px;
  }
  .preSales .ewBox {
    margin: 0;
    margin-top: 20px;
  }
  .preSales .ewBox img {
    width: 70px !important;
    margin: 0;
    margin-bottom: 10px !important;
  }
  .preSales .ewBox p {
    margin-right: 10px;
  }
  .preSales p {
    font-size: 24px;
    line-height: 40px;
  }

  .ltit {
    width: 800px;
    margin-bottom: 40px;
  }
  .ltit .ftit {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .fillIn {
    width: 800px;
  }
  .fillIn li {
    margin-bottom: 20px;
  }
  .fillIn li input,
  .fillIn li p {
    height: 70px;
    font-size: 14px;
    line-height: 70px;
    text-indent: 30px;
  }
  .fillIn li textarea {
    padding: 20px 30px;
    height: 130px;
    font-size: 14px;
    line-height: 30px;
  }
  .fillIn li .choosebox {
    padding-left: 30px;
  }
  .fillIn li .choosebox p {
    margin-right: 30px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
  }
  .fillIn li .choosebox p strong {
    width: 14px;
    height: 14px;
  }

  .qbtn {
    width: 300px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }

  .firstBanner .playBtn {
    width: 80px;
    height: 80px;
    background: url("../images/img34.png") center no-repeat;
    background-size: cover;
    margin-left: -40px;
    margin-top: -40px;
  }

  .tit {
    padding: 0 120px;
    margin: 65px 0;
  }
  .tit strong {
    font-size: 60px;
    line-height: 70px;
  }
  .tit span {
    font-size: 30px;
    line-height: 50px;
  }
  .tit p {
    left: 200px;
    font-size: 40px;
    line-height: 50px;
  }

  .imgboxs li strong {
    font-size: 30px;
    line-height: 40px;
  }
  .imgboxs li span {
    width: 310px;
    font-size: 20px;
    line-height: 40px;
  }
  .imgboxs li:nth-child(odd) .txts {
    left: 120px;
  }
  .imgboxs li:nth-child(even) .txts {
    right: 120px;
  }

  .imgboxs1 li strong {
    font-size: 30px;
    line-height: 40px;
  }
  .imgboxs1 li span {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .imgboxs1 li:nth-child(even) .txts {
    left: 120px;
  }
  .imgboxs1 li:nth-child(odd) .txts {
    right: 120px;
  }

  .icons {
    padding: 1px 120px;
    padding-bottom: 70px;
  }
  .icons ul li img {
    width: 36%;
    margin-bottom: 15px;
  }
  .icons ul li p {
    font-size: 20px;
    line-height: 30px;
  }

  .aCBox {
    position: relative;
  }
  .aCBox .aTabBox {
    top: -174px;
  }

  .config_pic {
    padding: 0 120px;
  }

  .toConfigure {
    padding: 0 120px;
  }
  .toConfigure > li {
    width: 25%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .toConfigure > li img {
    width: 70px;
    margin-right: 30px;
  }
  .toConfigure ul li {
    padding-top: 5px;
    font-size: 14px;
    line-height: 30px;
  }

  .m_botTip {
    font-size: 12px;
    color: #000;
    line-height: 28px;
    text-align: center;
    padding: 15px;
  }

  .yearbox {
    width: 1200px;
  }
  .yearbox .leftbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img83.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .leftbtn.on {
    background: url("../images/img83_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img84.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn.on {
    background: url("../images/img84_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .ulbox {
    width: 1090px;
  }
  .yearbox ul li {
    width: 164px;
    height: 80px;
    padding-bottom: 40px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    background: #f0f7fc url("../images/img85_1.png") bottom 10px center
      no-repeat;
  }
  .yearbox ul li span {
    font-size: 20px;
    line-height: 16px;
  }
  .yearbox ul .on {
    background: #059ba0 url("../images/img85.png") bottom 10px center no-repeat;
  }

  .monthbox {
    width: 1070px;
    padding-top: 50px;
  }
  .monthbox .qmonth {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .monthbox ul li {
    padding-bottom: 40px;
  }
  .monthbox .txtbox {
    padding: 30px 20px;
  }
  .monthbox .right {
    width: 110px;
    padding-left: 40px;
    height: 110px;
    background: url("../images/img86_1.png") left 40px bottom no-repeat;
  }
  .monthbox .right span {
    font-size: 12px;
    line-height: 20px;
  }
  .monthbox .right strong {
    font-size: 20px;
    line-height: 30px;
  }
  .monthbox .left .img {
    width: 260px;
    height: 158px;
  }
  .monthbox .left .qtxt {
    padding-left: 30px;
    padding-right: 50px;
  }
  .monthbox .left .qtxt h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .monthbox .left .qtxt p {
    font-size: 14px;
    line-height: 24px;
  }
  .monthbox .txtbox:hover .right {
    background: url("../images/img86.png") left 40px bottom no-repeat;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .HYAO {
    padding-top: 63px;
  }

  .logo {
    width: 120px;
    height: 46px;
  }

  .secondBan2 .txts li p {
    font-size: 40px;
    line-height: 50px;
  }
  .secondBan2 .txts li span {
    font-size: 24px;
    line-height: 30px;
  }

  .oldProducts h1 {
    font-size: 38px;
    line-height: 58px;
  }
  .oldProducts h1::before {
    width: 45px;
    height: 33px;
  }
  .oldProducts h1::after {
    width: 45px;
    height: 33px;
  }
  .oldProducts .txts {
    width: 900px;
    height: 200px;
  }
  .oldProducts .txts .txtBox {
    width: 700px;
  }
  .oldProducts .txts p {
    font-size: 14px;
    line-height: 30px;
  }
  .oldProducts .downLoad {
    width: 300px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
  .oldProducts .downLoad a {
    font-size: 20px;
    line-height: 70px;
  }

  .txtImgalert .contain {
    width: 600px;
    padding: 20px 40px;
  }
  .txtImgalert .contain .qtit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .txtImgalert .contain .imgBox {
    padding-bottom: 10px;
  }
  .txtImgalert .contain .imgBox .boxImg {
    height: 300px;
  }
  .txtImgalert .contain .pnbtn div {
    width: 32px;
    height: 40px;
    margin: 0 15px;
    background-size: 32px 40px !important;
  }
  .txtImgalert .contain p {
    font-size: 14px;
    line-height: 26px;
  }

  .tListBox {
    width: 900px;
  }
  .tListBox .tListTab {
    margin-bottom: 30px;
  }
  .tListBox .tListTab ul li {
    font-size: 18px;
    line-height: 46px;
  }
  .tListBox .tList {
    margin-bottom: 60px;
  }
  .tListBox .tList ul li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-right: 8px;
  }
  .tListBox .tList ul li div {
    margin-bottom: 20px;
  }
  .tListBox .tList ul li p {
    font-size: 18px;
    line-height: 20px;
  }
  .tListBox .tList ul.newListBoxCont li {
    padding-bottom: 10px;
  }
  .tListBox .tList ul.newListBoxCont li div {
    margin-bottom: 10px;
  }
  .tListBox .tList ul.newListBoxCont li p {
    height: 40px;
  }

  .customerCase {
    width: 900px;
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .customerCase .swiper-container {
    width: 800px;
  }
  .customerCase .swiper-container .swiper-slide div {
    height: 500px;
    margin-bottom: 30px;
  }
  .customerCase .swiper-container .swiper-slide p {
    font-size: 20px;
    line-height: 26px;
  }
  .customerCase .swiper-pagination {
    bottom: 80px;
  }
  .customerCase .kprev,
  .customerCase .knext {
    width: 30px;
    height: 150px;
    background-size: 14px 48px !important;
  }

  .qChoose {
    margin-bottom: 50px;
  }
  .qChoose .qChooseBtn {
    width: 900px;
  }
  .qChoose .qChooseBtn li {
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }

  .qTab {
    width: 900px;
  }
  .qTab > p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    background: url("../images/img132.png") left center no-repeat;
    background-size: 14px;
  }
  .qTab > p.on {
    background: url("../images/img132_1.png") left center no-repeat;
    background-size: 14px;
  }
  .qTab ul {
    width: 102%;
  }
  .qTab ul li {
    width: 31%;
    margin-right: 2%;
  }
  .qTab ul span {
    width: 14px;
    height: 14px;
  }
  .qTab ul .lbg {
    padding: 20px;
  }
  .qTab ul .lbg div img {
    width: 60px;
    margin-bottom: 16px;
  }
  .qTab ul .lbg div p {
    font-size: 16px;
    line-height: 22px;
  }

  .searchList {
    width: 900px;
  }
  .searchList .qsearchBox {
    margin-bottom: 30px;
  }
  .searchList .qsearchBox .selbox input,
  .searchList .qsearchBox .selbox p {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .searchList .qsearchBox .selbox select {
    font-size: 14px;
    line-height: 50px;
  }
  .searchList .qsearchBox .btn {
    font-size: 14px;
    line-height: 50px;
  }
  .searchList .problemList {
    margin-bottom: 60px;
  }
  .searchList .problemList li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .searchList .problemList li span {
    width: 50px;
    font-size: 30px;
    line-height: 70px;
  }
  .searchList .problemList li strong {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
  .searchList .problemList li p {
    font-size: 12px;
    line-height: 32px;
  }

  .fanbg {
    padding: 90px 0;
    width: 900px;
  }
  .fanbg h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .fanbg p {
    height: 80px;
    font-size: 12px;
    line-height: 20px;
  }
  .fanbg a {
    font-size: 14px;
    line-height: 30px;
  }

  .qnewsbox {
    width: 900px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .qnewsbox .imgtxt .img {
    height: 290px;
  }
  .qnewsbox .imgtxt ul li {
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li span {
    font-size: 12px;
    line-height: 20px;
  }
  .qnewsbox .imgtxt .more {
    font-size: 14px;
    line-height: 30px;
    top: -80px;
  }

  .secondBan .left {
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 80px;
  }
  .secondBan .left .qtit strong {
    font-size: 50px;
    line-height: 70px;
  }
  .secondBan .left .qtit span {
    font-size: 30px;
    line-height: 50px;
  }
  .secondBan .left .qtit h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .secondBan .left p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 30px;
  }
  .secondBan .left a {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .thirdBox .qtit {
    width: 320px;
    margin-bottom: 30px;
  }
  .thirdBox .qtit strong {
    font-size: 50px;
    line-height: 70px;
  }
  .thirdBox .qtit span {
    font-size: 30px;
    line-height: 50px;
  }
  .thirdBox .qtit h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .yj {
    width: 900px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .yj .swiper-slide {
    padding-bottom: 30px;
  }
  .yj .swiper-slide .qtop {
    padding: 0 30px;
    padding-top: 30px;
  }
  .yj .swiper-slide h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .yj .swiper-slide p {
    font-size: 14px;
    line-height: 30px;
  }
  .yj .swiper-slide a {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
    top: 25px;
  }

  .banBox {
    width: 900px;
    margin-top: -150px;
  }
  .banBox .tbox {
    padding: 20px;
    margin-bottom: 40px;
  }
  .banBox .tbox h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banBox .tbox div {
    padding-top: 20px;
  }
  .banBox .tbox div p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .banBox .tbox .more {
    width: 100px;
    padding-right: 15px;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 12px 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .banBox .tbox .more.on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 12px 7px;
  }
  .banBox .picbox .pics {
    margin-bottom: 40px;
  }
  .banBox .picbox .imgsbox {
    width: 550px;
    height: 320px;
  }
  .banBox .picbox ul {
    width: 330px;
    height: 320px;
  }
  .banBox .picbox ul li {
    padding: 0 20px;
    padding-top: 10px;
  }
  .banBox .picbox ul li .right {
    padding-left: 20px;
  }
  .banBox .picbox ul li img {
    width: 50px;
  }
  .banBox .picbox ul li h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .banBox .picbox ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .txbox {
    width: 900px;
    padding: 20px;
    padding-top: 30px;
    top: -50px;
  }
  .txbox h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 100px;
  }
  .txbox .tplist li strong {
    height: 70px;
    border-radius: 70px;
    font-size: 20px;
    line-height: 80px;
    top: -25px;
    margin-bottom: 10px;
  }
  .txbox .tplist li p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .txbox .tplist li:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -50px;
  }
  .txbox .tptxt p {
    padding: 0 20px;
    font-size: 16px;
    height: 60px;
    line-height: 30px;
  }

  .yearlist {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .yearlist .yearbox {
    margin-bottom: 30px;
  }
  .yearlist .yearbox .ulbox li {
    width: 180px;
    height: 120px;
    background: #fff url("../images/img85_1.png") bottom 20px center no-repeat;
    padding-bottom: 80px;
  }
  .yearlist .yearbox .ulbox li span:before {
    top: -10px;
  }
  .yearlist .yearbox .ulbox .on {
    background: #059ba0 url("../images/img85.png") bottom 20px center no-repeat;
  }
  .yearlist .newsList {
    width: 770px;
    padding-bottom: 30px;
  }
  .yearlist .newsList li {
    margin-bottom: 20px;
  }
  .yearlist .newsList .left {
    margin-right: 20px;
    padding-left: 15px;
  }
  .yearlist .newsList .left span {
    width: 14px;
    height: 14px;
    left: -9px;
  }
  .yearlist .newsList .left strong {
    font-size: 22px;
    line-height: 22px;
  }
  .yearlist .newsList .right {
    padding-bottom: 30px;
  }
  .yearlist .newsList .right img {
    margin-bottom: 30px;
  }
  .yearlist .newsList .right h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .yearlist .newsList .right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .bookBox {
    padding: 40px 0;
  }
  .bookBox .swiper-button-prev {
    left: 46%;
  }
  .bookBox .swiper-button-next {
    right: 46%;
  }
  .bookBox .swiper-container {
    padding-bottom: 0;
  }
  .bookBox .swiper-slide {
    height: 160px;
    padding: 20px;
  }

  .areabox {
    width: 900px;
  }
  .areabox li {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .areabox li p {
    font-size: 18px;
    line-height: 24px;
  }
  .areabox li span,
  .areabox li strong {
    padding-left: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .areabox li span {
    background: url("../images/img95.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li strong {
    background: url("../images/img96.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover span {
    background: url("../images/img95_1.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover strong {
    background: url("../images/img96_1.png") left center no-repeat;
    background-size: 22px;
  }

  .qtxtimgbox .qtitle {
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .qtxtimgbox .qtitle h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .qtxtimgbox .qtitle h2:after {
    height: 30px;
  }
  .qtxtimgbox .qtitle span {
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
  }
  .qtxtimgbox .qtxtimg p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .qtxtimgbox .qtxtimg img {
    margin-bottom: 30px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item img {
    width: 50px;
    margin: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
    margin-bottom: 20px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .qtxtimgbox ul li:nth-child(1) a,
  .qtxtimgbox ul li:nth-child(2) a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    width: 950px;
    height: 120px;
  }
  .footer .left img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
  }
  .footer .right .tel {
    padding-left: 26px;
    font-size: 18px;
    line-height: 30px;
  }
  .footer .right ul li {
    margin-left: 30px;
  }

  .pagingbox ul {
    padding: 0 10px;
  }
  .pagingbox ul li {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox p {
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .pagingbox strong {
    cursor: pointer;
  }
  .pagingbox input {
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .m_box {
    padding-top: 63px;
  }

  .navbox {
    height: 63px;
    padding: 0 2%;
  }
  .navbox > ul > li {
    margin-right: 1rem;
  }
  .navbox > ul > li img {
    width: 16px;
    margin-right: 5px;
  }
  .navbox > ul a {
    font-size: 14px;
    line-height: 60px;
  }
  .navbox .secondbox {
    height: auto;
    padding: 20px 26px;
    padding-top: 20px;
    top: 63px;
  }
  .navbox .secondbox li {
    margin-bottom: 5px;
  }
  .navbox .secondbox a {
    font-size: 14px;
    line-height: 28px;
  }
  .navbox .secondbox:after {
    content: "";
    width: 100%;
    height: 14px;
    top: -14px;
  }
  .navbox .secondbox2 {
    padding: 20px 0;
  }
  .navbox .secondbox2 p {
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 {
    top: 63px;
  }
  .navbox .shadowBox2 .nleft {
    margin-right: 30px;
  }
  .navbox .shadowBox2 .nleft strong {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 60px;
  }
  .navbox .shadowBox2 .nright > div {
    width: 500px;
  }
  .navbox .shadowBox2 p {
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 a {
    font-size: 14px;
    line-height: 30px;
  }
  .navbox .shadowBox2 li {
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 div {
    padding: 0 70px;
  }
  .navbox .shadowBox2 div p:before {
    content: "";
    width: 20px;
    height: 20px;
    left: -26px;
  }
  .navbox .shadowBox2 div:nth-child(3) {
    width: 300px;
    height: 168px;
  }
  .navbox .shadowBox {
    top: 63px;
  }
  .navbox .shadowBox > ul {
    padding: 40px 0;
  }
  .navbox .shadowBox > ul li {
    margin: 0 30px;
  }
  .navbox .shadowBox > ul li img {
    margin-bottom: 20px;
  }
  .navbox .shadowBox > ul li span {
    line-height: 30px;
  }
  .navbox .shadowBox .nTabBox {
    padding: 30px 0;
    padding-bottom: 15px;
  }
  .navbox .shadowBox .nTabBox ul li {
    margin: 0 30px;
    font-size: 12px;
    line-height: 20px;
  }
  .navbox .shadowBox .nTabBarBox {
    padding-bottom: 30px;
  }
  .navbox .shadowBox .nTabBar .picImg {
    width: 850px;
  }
  .navbox .shadowBox .nTabBar li div {
    width: 150px;
    height: 90px;
  }
  .navbox .box {
    width: 10%;
  }
  .navbox .box p {
    font-size: 12px;
    line-height: 20px;
  }

  .topBanner {
    margin-bottom: 40px;
  }
  .topBanner .htit {
    padding-top: 60px;
  }
  .topBanner .htit p {
    font-size: 24px;
    line-height: 48px;
  }
  .topBanner h3 {
    font-size: 48px;
    height: 58px;
    line-height: 58px;
  }
  .topBanner h3::before {
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 29px;
    position: absolute;
    left: -50px;
    top: 50%;
  }
  .topBanner h3::after {
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 29px;
    position: absolute;
    top: 50%;
    right: -50px;
  }

  .tabbox {
    width: 700px;
    margin-bottom: 20px;
  }
  .tabbox li {
    width: 30%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }

  .fsearch {
    width: 700px;
  }
  .fsearch .fleft {
    height: 40px;
  }
  .fsearch .fleft p {
    font-size: 16px;
    line-height: 40px;
  }
  .fsearch .fleft ul {
    top: 102%;
  }
  .fsearch .fleft ul li {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .fsearch .fright input {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .fsearch .fright div {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .qtabbar .table {
    margin-bottom: 20px;
  }
  .qtabbar .table tr th,
  .qtabbar .table tr td {
    font-size: 14px;
    line-height: 28px;
  }
  .qtabbar .table tr th:first-child,
  .qtabbar .table tr td:first-child {
    padding-left: 30px;
  }
  .qtabbar .table tr th:last-child,
  .qtabbar .table tr td:last-child {
    padding-right: 30px;
  }
  .qtabbar .txts {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .qtabbar .txts strong {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .qtabbar .txts ul {
    font-size: 12px;
    line-height: 24px;
  }

  .qlist > li {
    margin-bottom: 30px;
  }
  .qlist > li div {
    padding: 10px;
  }
  .qlist > li p {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .qlist > li p span {
    font-size: 12px;
    line-height: 20px;
  }
  .qlist > li p strong {
    font-size: 26px;
    line-height: 40px;
  }
  .qlist > li li a {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    background-size: 15px;
  }

  .preSales li {
    width: 32%;
    margin-bottom: 40px;
  }
  .preSales div {
    height: 240px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .preSales div img:nth-child(1) {
    width: 45px;
    margin-bottom: 10px;
  }
  .preSales div strong {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .preSales div span {
    font-size: 14px;
    line-height: 20px;
  }
  .preSales div a {
    font-size: 14px;
    line-height: 30px;
  }
  .preSales .ewBox {
    margin: 0;
    margin-top: 20px;
  }
  .preSales .ewBox img {
    width: 60px !important;
    margin: 0;
    margin-bottom: 10px !important;
  }
  .preSales .ewBox p {
    margin-right: 10px;
  }
  .preSales p {
    font-size: 18px;
    line-height: 40px;
  }

  .ltit {
    width: 700px;
    margin-bottom: 30px;
  }
  .ltit .ftit {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .fillIn {
    width: 700px;
  }
  .fillIn li {
    margin-bottom: 20px;
  }
  .fillIn li input,
  .fillIn li p {
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    text-indent: 20px;
  }
  .fillIn li textarea {
    padding: 20px 20px;
    height: 130px;
    font-size: 12px;
    line-height: 30px;
  }
  .fillIn li .choosebox {
    padding-left: 20px;
  }
  .fillIn li .choosebox p {
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
  }
  .fillIn li .choosebox p strong {
    width: 14px;
    height: 14px;
  }

  .qbtn {
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }

  .firstBanner .playBtn {
    width: 80px;
    height: 80px;
    background: url("../images/img34.png") center no-repeat;
    background-size: cover;
    margin-left: -40px;
    margin-top: -40px;
  }

  .tit {
    padding: 0 80px;
    margin: 45px 0;
  }
  .tit strong {
    font-size: 60px;
    line-height: 70px;
  }
  .tit span {
    font-size: 30px;
    line-height: 50px;
  }
  .tit p {
    left: 160px;
    font-size: 40px;
    line-height: 50px;
  }

  .imgboxs li strong {
    font-size: 30px;
    line-height: 40px;
  }
  .imgboxs li span {
    width: 200px;
    font-size: 20px;
    line-height: 40px;
  }
  .imgboxs li:nth-child(odd) .txts {
    left: 80px;
  }
  .imgboxs li:nth-child(even) .txts {
    right: 80px;
  }

  .imgboxs1 li strong {
    font-size: 30px;
    line-height: 40px;
  }
  .imgboxs1 li span {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .imgboxs1 li:nth-child(even) .txts {
    left: 80px;
  }
  .imgboxs1 li:nth-child(odd) .txts {
    right: 80px;
  }

  .icons {
    padding: 1px 80px;
    padding-bottom: 60px;
  }
  .icons ul li img {
    width: 36%;
    margin-bottom: 15px;
  }
  .icons ul li p {
    font-size: 14px;
    line-height: 24px;
  }

  .aCBox {
    position: relative;
  }
  .aCBox .aTabBox {
    top: -148px;
  }

  .config_pic {
    padding: 0 80px;
  }

  .toConfigure {
    padding: 0 80px;
  }
  .toConfigure > li {
    width: 25%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .toConfigure > li img {
    width: 60px;
    margin-right: 30px;
  }
  .toConfigure ul li {
    padding-top: 5px;
    font-size: 12px;
    line-height: 26px;
  }

  .m_botTip {
    font-size: 10px;
    color: #000;
    line-height: 28px;
    text-align: center;
    padding: 10px;
  }

  .yearbox {
    width: 900px;
  }
  .yearbox .leftbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img83.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .leftbtn.on {
    background: url("../images/img83_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img84.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn.on {
    background: url("../images/img84_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .ulbox {
    width: 800px;
  }
  .yearbox ul li {
    width: 142px;
    height: 80px;
    padding-bottom: 40px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    background: #f0f7fc url("../images/img85_1.png") bottom 10px center
      no-repeat;
  }
  .yearbox ul li span {
    font-size: 20px;
    line-height: 16px;
  }
  .yearbox ul .on {
    background: #059ba0 url("../images/img85.png") bottom 10px center no-repeat;
  }

  .monthbox {
    width: 780px;
    padding-top: 50px;
  }
  .monthbox .qmonth {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .monthbox ul li {
    padding-bottom: 40px;
  }
  .monthbox .txtbox {
    padding: 30px 20px;
  }
  .monthbox .right {
    width: 110px;
    padding-left: 40px;
    height: 110px;
    background: url("../images/img86_1.png") left 40px bottom no-repeat;
  }
  .monthbox .right span {
    font-size: 12px;
    line-height: 20px;
  }
  .monthbox .right strong {
    font-size: 20px;
    line-height: 30px;
  }
  .monthbox .left .img {
    width: 200px;
    height: 130px;
  }
  .monthbox .left .qtxt {
    padding-left: 30px;
    padding-right: 50px;
  }
  .monthbox .left .qtxt h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .monthbox .left .qtxt p {
    font-size: 12px;
    line-height: 24px;
  }
  .monthbox .txtbox:hover .right {
    background: url("../images/img86.png") left 40px bottom no-repeat;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .HYAO {
    padding-top: 63px;
  }

  .logo {
    width: 80px;
    height: 14px;
  }

  #container-01 {
    transform: scale(0.7);
  }

  .secondBan2 .txts li p {
    font-size: 30px;
    line-height: 40px;
  }
  .secondBan2 .txts li span {
    font-size: 18px;
    line-height: 20px;
  }

  .oldProducts h1 {
    font-size: 26px;
    line-height: 58px;
  }
  .oldProducts h1::before {
    width: 30px;
    height: 22px;
  }
  .oldProducts h1::after {
    width: 30px;
    height: 22px;
  }
  .oldProducts .txts {
    width: 700px;
    height: 200px;
  }
  .oldProducts .txts .txtBox {
    width: 600px;
  }
  .oldProducts .txts p {
    font-size: 12px;
    line-height: 24px;
  }
  .oldProducts .downLoad {
    width: 200px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .oldProducts .downLoad a {
    font-size: 18px;
    line-height: 60px;
  }

  .txtImgalert .contain {
    width: 600px;
    padding: 20px 40px;
  }
  .txtImgalert .contain .qtit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .txtImgalert .contain .imgBox {
    padding-bottom: 10px;
  }
  .txtImgalert .contain .imgBox .boxImg {
    height: 300px;
  }
  .txtImgalert .contain .pnbtn div {
    width: 32px;
    height: 40px;
    margin: 0 15px;
    background-size: 32px 40px !important;
  }
  .txtImgalert .contain p {
    font-size: 12px;
    line-height: 26px;
  }

  .tListBox {
    width: 700px;
  }
  .tListBox .tListTab {
    margin-bottom: 30px;
  }
  .tListBox .tListTab ul li {
    font-size: 16px;
    line-height: 40px;
  }
  .tListBox .tList {
    margin-bottom: 50px;
  }
  .tListBox .tList ul li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-right: 3px;
  }
  .tListBox .tList ul li div {
    margin-bottom: 20px;
  }
  .tListBox .tList ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  .tListBox .tList ul.newListBoxCont li {
    padding-bottom: 15px;
  }
  .tListBox .tList ul.newListBoxCont li div {
    margin-bottom: 15px;
  }
  .tListBox .tList ul.newListBoxCont li p {
    height: 40px;
  }

  .customerCase {
    width: 700px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .customerCase .swiper-container {
    width: 600px;
  }
  .customerCase .swiper-container .swiper-slide div {
    height: 400px;
    margin-bottom: 20px;
  }
  .customerCase .swiper-container .swiper-slide p {
    font-size: 18px;
    line-height: 26px;
  }
  .customerCase .swiper-pagination {
    bottom: 80px;
  }
  .customerCase .kprev,
  .customerCase .knext {
    width: 30px;
    height: 120px;
    background-size: 14px 48px !important;
  }

  .qChoose {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .qChoose .qChooseBtn {
    width: 700px;
  }
  .qChoose .qChooseBtn li {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .qTab {
    width: 700px;
  }
  .qTab > p {
    font-size: 14px;
    line-height: 26px;
    padding-left: 20px;
    background: url("../images/img132.png") left center no-repeat;
    background-size: 14px;
  }
  .qTab > p.on {
    background: url("../images/img132_1.png") left center no-repeat;
    background-size: 14px;
  }
  .qTab ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qTab ul li {
    width: 49%;
    margin-right: 0;
  }
  .qTab ul span {
    width: 14px;
    height: 14px;
  }
  .qTab ul .lbg {
    padding: 20px;
  }
  .qTab ul .lbg div img {
    width: 50px;
    margin-bottom: 12px;
  }
  .qTab ul .lbg div p {
    font-size: 10px;
    line-height: 22px;
  }

  .searchList {
    width: 700px;
  }
  .searchList .qsearchBox {
    margin-bottom: 30px;
  }
  .searchList .qsearchBox .selbox input,
  .searchList .qsearchBox .selbox p {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .searchList .qsearchBox .selbox select {
    font-size: 14px;
    line-height: 50px;
  }
  .searchList .qsearchBox .btn {
    font-size: 14px;
    line-height: 50px;
  }
  .searchList .problemList {
    margin-bottom: 50px;
  }
  .searchList .problemList li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .searchList .problemList li span {
    width: 50px;
    font-size: 24px;
    line-height: 60px;
  }
  .searchList .problemList li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .searchList .problemList li p {
    font-size: 12px;
    line-height: 24px;
  }

  .fanbg {
    padding: 90px 0;
    width: 700px;
  }
  .fanbg h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .fanbg p {
    height: 80px;
    font-size: 12px;
    line-height: 20px;
  }
  .fanbg a {
    font-size: 14px;
    line-height: 30px;
  }

  .qnewsbox {
    width: 700px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .qnewsbox .imgtxt .img {
    height: 225px;
  }
  .qnewsbox .imgtxt ul li {
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .qnewsbox .imgtxt ul li span {
    font-size: 12px;
    line-height: 20px;
  }
  .qnewsbox .imgtxt .more {
    font-size: 14px;
    line-height: 30px;
    top: -80px;
  }

  .secondBan .left {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .secondBan .left .qtit strong {
    font-size: 40px;
    line-height: 70px;
  }
  .secondBan .left .qtit span {
    font-size: 20px;
    line-height: 50px;
  }
  .secondBan .left .qtit h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .secondBan .left p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 30px;
  }
  .secondBan .left a {
    width: 160px;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  .thirdBox .qtit {
    width: 320px;
    margin-bottom: 30px;
  }
  .thirdBox .qtit strong {
    font-size: 40px;
    line-height: 70px;
  }
  .thirdBox .qtit span {
    font-size: 20px;
    line-height: 50px;
  }
  .thirdBox .qtit h1 {
    font-size: 30px;
    line-height: 50px;
  }

  .yj {
    width: 700px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .yj .swiper-slide {
    padding-bottom: 30px;
  }
  .yj .swiper-slide .qtop {
    padding: 0 30px;
    padding-top: 30px;
  }
  .yj .swiper-slide .img {
    height: 153px;
  }
  .yj .swiper-slide h2 {
    font-size: 14px;
    line-height: 30px;
  }
  .yj .swiper-slide p {
    font-size: 12px;
    line-height: 30px;
  }
  .yj .swiper-slide a {
    width: 160px;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
    top: 25px;
  }

  .banBox {
    width: 700px;
    margin-top: -100px;
  }
  .banBox .tbox {
    padding: 10px;
    margin-bottom: 30px;
  }
  .banBox .tbox h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banBox .tbox div {
    padding-top: 20px;
  }
  .banBox .tbox div p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .banBox .tbox .more {
    width: 100px;
    padding-right: 15px;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 12px 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .banBox .tbox .more.on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 12px 7px;
  }
  .banBox .picbox .pics {
    margin-bottom: 40px;
  }
  .banBox .picbox .imgsbox {
    width: 450px;
    height: 320px;
  }
  .banBox .picbox ul {
    width: 230px;
    height: 320px;
  }
  .banBox .picbox ul li {
    padding: 0 20px;
    padding-top: 10px;
  }
  .banBox .picbox ul li .right {
    padding-left: 20px;
  }
  .banBox .picbox ul li img {
    width: 40px;
  }
  .banBox .picbox ul li h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .banBox .picbox ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .txbox {
    width: 700px;
    padding: 20px;
    padding-top: 30px;
    top: -50px;
  }
  .txbox h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .txbox .tplist li strong {
    height: 70px;
    border-radius: 70px;
    font-size: 18px;
    line-height: 80px;
    top: -25px;
    margin-bottom: 10px;
  }
  .txbox .tplist li p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .txbox .tplist li:before {
    content: "";
    width: 40px;
    height: 40px;
    top: -44px;
  }
  .txbox .tptxt p {
    padding: 0 20px;
    font-size: 14px;
    height: 56px;
    line-height: 28px;
  }

  .yearlist {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .yearlist .yearbox {
    margin-bottom: 30px;
  }
  .yearlist .yearbox .ulbox li {
    width: 180px;
    height: 120px;
    background: #fff url("../images/img85_1.png") bottom 20px center no-repeat;
    padding-bottom: 80px;
  }
  .yearlist .yearbox .ulbox li span:before {
    top: -10px;
  }
  .yearlist .yearbox .ulbox .on {
    background: #059ba0 url("../images/img85.png") bottom 20px center no-repeat;
  }
  .yearlist .newsList {
    width: 570px;
    padding-bottom: 20px;
  }
  .yearlist .newsList li {
    margin-bottom: 20px;
  }
  .yearlist .newsList .left {
    margin-right: 20px;
    padding-left: 15px;
  }
  .yearlist .newsList .left span {
    width: 14px;
    height: 14px;
    left: -9px;
  }
  .yearlist .newsList .left strong {
    font-size: 22px;
    line-height: 22px;
  }
  .yearlist .newsList .right {
    padding-bottom: 30px;
  }
  .yearlist .newsList .right img {
    margin-bottom: 30px;
  }
  .yearlist .newsList .right h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .yearlist .newsList .right p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .bookBox {
    padding: 40px 0;
  }
  .bookBox .swiper-button-next,
  .bookBox .swiper-button-prev {
    top: 85%;
  }
  .bookBox .swiper-button-prev {
    left: 46%;
  }
  .bookBox .swiper-button-next {
    right: 46%;
  }
  .bookBox .swiper-container {
    padding-bottom: 0;
  }
  .bookBox .swiper-slide {
    height: 160px;
    padding: 20px;
  }

  .areabox {
    width: 700px;
  }
  .areabox li {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .areabox li p {
    font-size: 18px;
    line-height: 24px;
  }
  .areabox li span,
  .areabox li strong {
    padding-left: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .areabox li span {
    background: url("../images/img95.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li strong {
    background: url("../images/img96.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover span {
    background: url("../images/img95_1.png") left center no-repeat;
    background-size: 22px;
  }
  .areabox li:hover strong {
    background: url("../images/img96_1.png") left center no-repeat;
    background-size: 22px;
  }

  .qtxtimgbox .qtitle {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .qtxtimgbox .qtitle h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .qtxtimgbox .qtitle h2:after {
    height: 22px;
  }
  .qtxtimgbox .qtitle span {
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
  }
  .qtxtimgbox .qtxtimg p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .qtxtimgbox .qtxtimg img {
    margin-bottom: 20px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item img {
    width: 40px;
    margin: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
    margin-bottom: 15px;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
    font-size: 22px;
    line-height: 38px;
  }
  .qtxtimgbox ul li:nth-child(1) a,
  .qtxtimgbox ul li:nth-child(2) a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    width: 700px;
    height: 120px;
  }
  .footer .left img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
  }
  .footer .right .tel {
    padding-left: 26px;
    font-size: 16px;
    line-height: 30px;
  }
  .footer .right ul li {
    margin-left: 10px;
  }
  .footer .right ul li img {
    width: 26px;
  }

  .pagingbox ul {
    padding: 0 10px;
  }
  .pagingbox ul li {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .pagingbox ul li a {
    font-size: 12px;
    line-height: 24px;
  }
  .pagingbox p {
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .pagingbox strong {
    cursor: pointer;
  }
  .pagingbox input {
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .m_box {
    padding-top: 63px;
  }

  .navbox {
    height: 63px;
    padding: 0 2%;
  }
  .navbox > ul > li {
    margin-right: 0.5rem;
  }
  .navbox > ul > li img {
    width: 12px;
    margin-right: 2px;
  }
  .navbox > ul a {
    font-size: 12px;
    line-height: 60px;
  }
  .navbox .secondbox {
    height: auto;
    padding: 20px 26px;
    padding-top: 20px;
    top: 63px;
  }
  .navbox .secondbox li {
    margin-bottom: 5px;
  }
  .navbox .secondbox a {
    font-size: 12px;
    line-height: 20px;
  }
  .navbox .secondbox:after {
    content: "";
    width: 100%;
    height: 14px;
    top: -14px;
  }
  .navbox .secondbox2 {
    padding: 20px 0;
  }
  .navbox .secondbox2 p {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 {
    top: 63px;
  }
  .navbox .shadowBox2 .nleft {
    margin-right: 20px;
  }
  .navbox .shadowBox2 .nleft strong {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 60px;
  }
  .navbox .shadowBox2 .nright > div {
    width: 450px;
  }
  .navbox .shadowBox2 p {
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 a {
    font-size: 12px;
    line-height: 20px;
  }
  .navbox .shadowBox2 li {
    margin-bottom: 20px;
  }
  .navbox .shadowBox2 div {
    padding: 0 50px;
  }
  .navbox .shadowBox2 div p:before {
    content: "";
    width: 20px;
    height: 20px;
    left: -26px;
  }
  .navbox .shadowBox2 div:nth-child(3) {
    width: 260px;
    height: 146px;
  }
  .navbox .shadowBox {
    top: 63px;
  }
  .navbox .shadowBox > ul {
    padding: 40px 0;
  }
  .navbox .shadowBox > ul li {
    margin: 0 30px;
  }
  .navbox .shadowBox > ul li img {
    margin-bottom: 20px;
  }
  .navbox .shadowBox > ul li span {
    line-height: 30px;
  }
  .navbox .shadowBox .nTabBox {
    padding: 30px 0;
    padding-bottom: 15px;
  }
  .navbox .shadowBox .nTabBox ul li {
    margin: 0 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .navbox .shadowBox .nTabBarBox {
    padding-bottom: 30px;
  }
  .navbox .shadowBox .nTabBar .picImg {
    width: 680px;
  }
  .navbox .shadowBox .nTabBar li div {
    width: 150px;
    height: 90px;
  }
  .navbox .box {
    width: 10%;
  }
  .navbox .box img {
    width: 12px;
  }
  .navbox .box p {
    font-size: 12px;
    line-height: 20px;
  }

  .topBanner {
    margin-bottom: 40px;
  }
  .topBanner .htit {
    padding-top: 50px;
  }
  .topBanner .htit p {
    font-size: 20px;
    line-height: 48px;
  }
  .topBanner h3 {
    font-size: 40px;
    height: 52px;
    line-height: 52px;
  }
  .topBanner h3::before {
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 22px;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  .topBanner h3::after {
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: -40px;
  }

  .tabbox {
    width: 700px;
    margin-bottom: 20px;
  }
  .tabbox li {
    width: 30%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }

  .fsearch {
    width: 700px;
  }
  .fsearch .fleft {
    height: 40px;
  }
  .fsearch .fleft p {
    font-size: 16px;
    line-height: 40px;
  }
  .fsearch .fleft ul {
    top: 102%;
  }
  .fsearch .fleft ul li {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .fsearch .fright input {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .fsearch .fright div {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .qtabbar .table {
    margin-bottom: 20px;
  }
  .qtabbar .table tr th,
  .qtabbar .table tr td {
    font-size: 14px;
    line-height: 28px;
  }
  .qtabbar .table tr th:first-child,
  .qtabbar .table tr td:first-child {
    padding-left: 30px;
  }
  .qtabbar .table tr th:last-child,
  .qtabbar .table tr td:last-child {
    padding-right: 30px;
  }
  .qtabbar .txts {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .qtabbar .txts strong {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .qtabbar .txts ul {
    font-size: 12px;
    line-height: 24px;
  }

  .qlist > li {
    width: 49%;
    margin-bottom: 30px;
  }
  .qlist > li div {
    padding: 5px;
  }
  .qlist > li p {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .qlist > li p span {
    font-size: 12px;
    line-height: 20px;
  }
  .qlist > li p strong {
    font-size: 24px;
    line-height: 40px;
  }
  .qlist > li li a {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    background-size: 15px;
  }

  .preSales li {
    width: 32%;
    margin-bottom: 40px;
  }
  .preSales div {
    height: 240px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .preSales div img:nth-child(1) {
    width: 45px;
    margin-bottom: 20px;
  }
  .preSales div strong {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .preSales div span {
    font-size: 12px;
    line-height: 20px;
  }
  .preSales div a {
    font-size: 12px;
    line-height: 30px;
  }
  .preSales .ewBox {
    margin: 0;
    margin-top: 20px;
  }
  .preSales .ewBox img {
    width: 50px !important;
    margin: 0;
    margin-bottom: 10px !important;
  }
  .preSales .ewBox p {
    margin-right: 10px;
  }
  .preSales p {
    font-size: 16px;
    line-height: 40px;
  }

  .ltit {
    width: 500px;
    margin-bottom: 30px;
  }
  .ltit .ftit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .fillIn {
    width: 500px;
  }
  .fillIn li {
    margin-bottom: 20px;
  }
  .fillIn li input,
  .fillIn li p {
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    text-indent: 20px;
  }
  .fillIn li textarea {
    padding: 20px 20px;
    height: 130px;
    font-size: 12px;
    line-height: 30px;
  }
  .fillIn li .choosebox {
    padding-left: 20px;
  }
  .fillIn li .choosebox p {
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
  }
  .fillIn li .choosebox p strong {
    width: 12px;
    height: 12px;
  }

  .qbtn {
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }

  .firstBanner .playBtn {
    width: 80px;
    height: 80px;
    background: url("../images/img34.png") center no-repeat;
    background-size: cover;
    margin-left: -40px;
    margin-top: -40px;
  }

  .tit {
    padding: 0 40px;
    margin: 25px 0;
  }
  .tit strong {
    font-size: 40px;
    line-height: 50px;
  }
  .tit span {
    font-size: 20px;
    line-height: 40px;
  }
  .tit p {
    left: 90px;
    font-size: 30px;
    line-height: 40px;
  }

  .imgboxs li strong {
    font-size: 20px;
    line-height: 40px;
  }
  .imgboxs li span {
    width: 150px;
    font-size: 14px;
    line-height: 20px;
  }
  .imgboxs li:nth-child(odd) .txts {
    left: 40px;
  }
  .imgboxs li:nth-child(even) .txts {
    right: 40px;
  }

  .imgboxs1 li strong {
    font-size: 20px;
    line-height: 40px;
  }
  .imgboxs1 li span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .imgboxs1 li:nth-child(even) .txts {
    left: 40px;
  }
  .imgboxs1 li:nth-child(odd) .txts {
    right: 40px;
  }

  .icons {
    padding: 1px 40px;
    padding-bottom: 40px;
  }
  .icons ul li img {
    width: 36%;
    margin-bottom: 10px;
  }
  .icons ul li p {
    font-size: 12px;
    line-height: 24px;
  }

  .aCBox {
    position: relative;
  }
  .aCBox .aTabBox {
    top: -100px;
  }

  .config_pic {
    padding: 0 40px;
  }

  .toConfigure {
    padding: 0 40px;
  }
  .toConfigure > li {
    width: 25%;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .toConfigure > li img {
    width: 40px;
    margin-right: 20px;
  }
  .toConfigure ul li {
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .m_botTip {
    font-size: 10px;
    color: #000;
    line-height: 28px;
    text-align: center;
    padding: 5px;
  }

  .yearbox {
    width: 700px;
  }
  .yearbox .leftbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img83.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .leftbtn.on {
    background: url("../images/img83_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn {
    width: 12px;
    height: 41px;
    background: url("../images/img84.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .rightbtn.on {
    background: url("../images/img84_1.png") center no-repeat;
    background-size: 12px 41px;
  }
  .yearbox .ulbox {
    width: 600px;
  }
  .yearbox ul li {
    width: 132px;
    height: 80px;
    padding-bottom: 40px;
    margin: 0 10px;
    font-size: 14px;
    line-height: 14px;
    background: #f0f7fc url("../images/img85_1.png") bottom 10px center
      no-repeat;
  }
  .yearbox ul li span {
    font-size: 18px;
    line-height: 14px;
  }
  .yearbox ul .on {
    background: #059ba0 url("../images/img85.png") bottom 10px center no-repeat;
  }

  .monthbox {
    width: 580px;
    padding-top: 20px;
  }
  .monthbox .qmonth {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .monthbox ul li {
    padding-bottom: 40px;
  }
  .monthbox .txtbox {
    padding: 20px 20px;
  }
  .monthbox .right {
    width: 90px;
    padding-left: 20px;
    height: 110px;
    background: url("../images/img86_1.png") left 20px bottom no-repeat;
  }
  .monthbox .right span {
    font-size: 12px;
    line-height: 20px;
  }
  .monthbox .right strong {
    font-size: 20px;
    line-height: 30px;
  }
  .monthbox .left .img {
    width: 200px;
    height: 130px;
  }
  .monthbox .left .qtxt {
    padding-left: 20px;
    padding-right: 40px;
  }
  .monthbox .left .qtxt h3 {
    font-size: 14px;
    line-height: 30px;
  }
  .monthbox .left .qtxt p {
    font-size: 12px;
    line-height: 24px;
  }
  .monthbox .txtbox:hover .right {
    background: url("../images/img86.png") left 20px bottom no-repeat;
  }
}
@media (max-width: 768px) {
  .footer {
    width: 100vw;
    height: 19.2vw;
  }
  .footer .left {
    display: none;
  }
  .footer .right {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer .right .tel {
    display: none;
  }
  .footer .right ul {
    width: 74.6666666667vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3333333333vw;
  }
  .footer .right ul li:first-child {
    display: block;
  }
  .footer .right ul li {
    margin-left: 0;
  }
  .footer .right ul li img {
    width: 4.5333333333vw;
  }
  .footer .right .phoneban {
    display: block;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
    color: #fff;
    opacity: 0.7;
  }

  .ewmalert {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .ewmalert .kuang {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ewmalert .kuang img {
    width: 50vw;
  }

  #container-01 {
    display: none;
  }

  .bgbox .qban {
    display: none;
  }
  .bgbox .pban {
    display: block;
  }

  .banBox {
    width: 89.3333333333vw;
    margin-top: -18.6666666667vw;
  }
  .banBox .tbox {
    padding: 4vw;
    margin-bottom: 6.6666666667vw;
    border-radius: 2vw;
  }
  .banBox .tbox h1 {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    margin-bottom: 4vw;
  }
  .banBox .tbox div {
    padding-top: 4vw;
  }
  .banBox .tbox div p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
    display: none;
  }
  .banBox .tbox .more {
    display: block;
    width: 21.3333333333vw;
    padding-right: 3.3333333333vw;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 2.9333333333vw 1.6vw;
    font-size: 2.1333333333vw;
    line-height: 2.6666666667vw;
  }
  .banBox .tbox .more.on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 2.9333333333vw 1.6vw;
  }
  .banBox .picbox {
    display: none;
  }
  .banBox .phoneImgbox {
    display: block;
    width: 89.3333333333vw;
    min-height: 60vw;
    margin: 0 auto;
    position: relative;
    margin-bottom: 6.6666666667vw;
  }
  .banBox .phoneImgbox li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
    transition: all 0.6s 0s;
  }
  .banBox .phoneImgbox li h2 {
    font-size: 4vw;
    color: #3e4c5b;
    line-height: 5.8666666667vw;
    text-align: center;
    opacity: 0;
    margin-bottom: 2.6666666667vw;
    transition: all 0.6s 0s;
  }
  .banBox .phoneImgbox li p {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: center;
    opacity: 0;
    margin-bottom: 4vw;
    transition: all 0.6s 0s;
  }
  .banBox .phoneImgbox .img {
    width: 78.6666666667vw;
    height: 41.3333333333vw;
    border-radius: 2vw;
    overflow: hidden;
    position: relative;
  }
  .banBox .phoneImgbox .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banBox .phoneImgbox .chost {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 10;
  }
  .banBox .phoneImgbox .chost h2 {
    opacity: 1;
    transition: all 0.2s 0.6s;
  }
  .banBox .phoneImgbox .chost p {
    opacity: 1;
    transition: all 0.2s 0.6s;
  }
  .banBox .phoneImgbox .nextItem {
    opacity: 1;
    transform: translate(-36%, -48%) scale(0.85);
    z-index: 5;
  }
  .banBox .phoneImgbox .prevItem {
    opacity: 1;
    transform: translate(-64%, -48%) scale(0.85);
    z-index: 5;
  }

  .txbox {
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
    padding-top: 9.3333333333vw;
    top: -8vw;
    border-radius: 2vw;
  }
  .txbox h3 {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    margin-bottom: 12vw;
  }
  .txbox .tplist {
    flex-direction: column;
  }
  .txbox .tplist li {
    width: 100%;
    height: auto;
    background: #f0f7fc;
    border-radius: 2vw;
    box-sizing: border-box;
    margin-bottom: 8vw;
  }
  .txbox .tplist li strong {
    width: 50%;
    height: 10.4vw;
    border-radius: 10.4vw;
    font-size: 4.2666666667vw;
    line-height: 10.4vw;
    top: -5.2vw;
    margin: 0 auto;
    margin-bottom: 0vw;
    text-indent: 8vw;
  }
  .txbox .tplist li p {
    display: block;
    padding: 0 4vw;
    padding-bottom: 6.6666666667vw;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.8666666667vw;
    text-align: left;
  }
  .txbox .tplist li:before {
    content: "";
    display: none;
  }
  .txbox .tplist li:nth-child(1) strong {
    background: #059ba0 url("../images/q_img1.png") left 6.6666666667vw center
      no-repeat;
    background-size: 10.1333333333vw 10.1333333333vw;
  }
  .txbox .tplist li:nth-child(2) strong {
    background: #059ba0 url("../images/q_img2.png") left 6.6666666667vw center
      no-repeat;
    background-size: 10.1333333333vw 10.1333333333vw;
  }
  .txbox .tplist li:nth-child(3) strong {
    background: #059ba0 url("../images/q_img3.png") left 6.6666666667vw center
      no-repeat;
    background-size: 10.1333333333vw 10.1333333333vw;
  }
  .txbox .tplist li:nth-child(4) strong {
    background: #059ba0 url("../images/q_img4.png") left 6.6666666667vw center
      no-repeat;
    background-size: 10.1333333333vw 10.1333333333vw;
  }
  .txbox .tptxt {
    display: none;
  }

  .config_pic {
    width: 92vw;
    padding: 0;
  }

  .yearlist {
    background: #f3f2f2;
    padding-top: 9.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
  .yearlist .yearbox {
    width: 89.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .yearlist .yearbox .ulbox {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2.6666666667vw;
  }
  .yearlist .yearbox .ulbox li {
    width: 25.6vw;
    height: 18.9333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
    background: #fff url("../images/img85_1.png") bottom 2.6666666667vw center
      no-repeat;
    background-size: 4vw 1.7333333333vw;
    padding-bottom: 9.3333333333vw;
    margin: 0;
    margin-right: 2vw;
    border-radius: 2vw;
  }
  .yearlist .yearbox .ulbox li span {
    font-size: 3.4666666667vw;
    line-height: 3.4666666667vw;
  }
  .yearlist .yearbox .ulbox li span:before {
    height: 2px;
    top: -2.6666666667vw;
  }
  .yearlist .yearbox .ulbox li:last-child {
    margin-right: 0;
  }
  .yearlist .yearbox .ulbox .on {
    background: #059ba0 url("../images/img85.png") bottom 2.6666666667vw center
      no-repeat;
    background-size: 4vw 1.7333333333vw;
  }
  .yearlist .yearbox .leftbtn,
  .yearlist .yearbox .rightbtn {
    display: none;
  }
  .yearlist .newsList {
    width: 89.3333333333vw;
    padding-left: 2.6666666667vw;
    box-sizing: border-box;
    padding-bottom: 9.3333333333vw;
    border-left: 1px solid #059ba0;
    margin: 0 auto;
    position: relative;
  }
  .yearlist .newsList li {
    margin-bottom: 4vw;
    flex-direction: column;
  }
  .yearlist .newsList .left {
    margin-right: 30px;
    padding-left: 0vw;
  }
  .yearlist .newsList .left span {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border: 0.5333333333vw solid #059ba0;
    left: -3.8666666667vw;
    top: 0;
  }
  .yearlist .newsList .left strong {
    font-size: 4vw;
    color: #059ba0;
    line-height: 4vw;
    text-align: left;
    position: relative;
    margin-bottom: 4vw;
  }
  .yearlist .newsList .left strong:after {
    content: "年";
    right: -1.5em;
    font-size: 2.4vw;
  }
  .yearlist .newsList .right {
    padding-bottom: 5.3333333333vw;
  }
  .yearlist .newsList .right img {
    border-radius: 2vw;
  }
  .yearlist .newsList .right h2 {
    font-weight: normal;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 6.4vw;
    text-align: left;
    padding-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  .yearlist .newsList .right h2:after {
    content: "";
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    left: 0;
    top: 2.4vw;
    border-radius: 50%;
    background: #059ba0;
  }
  .yearlist .newsList .right p {
    font-size: 3.2vw;
    color: #75797c;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
  .yearlist .newsList:after {
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    left: -0.6666666667vw;
  }

  .bookBox {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 4vw;
    background: #fff;
  }
  .bookBox .swiper-button-next,
  .bookBox .swiper-button-prev {
    top: 90%;
  }
  .bookBox .swiper-button-next:after,
  .bookBox .swiper-button-prev:after {
    display: none;
  }
  .bookBox .swiper-button-prev {
    left: 40%;
    background: url("../images/img114.png") center no-repeat;
    background-size: 5.0666666667vw 6.4vw;
  }
  .bookBox .swiper-button-prev:hover {
    background: url("../images/img114_1.png") center no-repeat;
    background-size: 5.0666666667vw 6.4vw;
  }
  .bookBox .swiper-button-next {
    right: 40%;
    background: url("../images/img115.png") center no-repeat;
    background-size: 5.0666666667vw 6.4vw;
  }
  .bookBox .swiper-button-next:hover {
    background: url("../images/img115_1.png") center no-repeat;
    background-size: 5.0666666667vw 6.4vw;
  }
  .bookBox .swiper-container {
    padding-bottom: 0;
  }
  .bookBox .swiper-slide {
    height: 46.6666666667vw;
    background: #f0f7fc;
    box-sizing: border-box;
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 2vw;
  }
  .bookBox .swiper-slide img {
    max-width: 100%;
  }

  .areabox {
    width: 100%;
    padding: 0 5.3333333333vw;
    flex-direction: column;
  }
  .areabox li {
    width: 100%;
    background: #fff;
    padding: 4vw 5.3333333333vw;
    margin-bottom: 4.6666666667vw;
    border-radius: 2vw;
  }
  .areabox li p {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .areabox li span,
  .areabox li strong {
    padding-left: 4.6666666667vw;
    font-size: 3.2vw;
    color: #75797c;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .areabox li span {
    background: url("../images/img95.png") left center no-repeat;
    background-size: 4vw;
  }
  .areabox li strong {
    background: url("../images/img96.png") left 3px no-repeat;
    background-size: 4vw;
  }
  .areabox li:hover span {
    background: url("../images/img95_1.png") left center no-repeat;
    background-size: 4vw;
  }
  .areabox li:hover strong {
    background: url("../images/img96_1.png") left center no-repeat;
    background-size: 4vw;
  }

  .qtxtimgbox {
    width: 100%;
    background: #f6f7f8;
    box-sizing: border-box;
    padding: 5.3333333333vw;
    margin: 0 auto;
  }
  .qtxtimgbox > a {
    display: block !important;
    font-size: 4vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: left;
    position: relative;
    top: -2.6666666667vw;
  }
  .qtxtimgbox .qtitle {
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #bcbbbb;
    margin-bottom: 2.6666666667vw;
  }
  .qtxtimgbox .qtitle h2 {
    width: 100%;
    font-weight: normal;
    font-size: 3.7333333333vw;
    color: #3e4c5b;
    line-height: 6.6666666667vw;
    text-align: left;
    padding-left: 0;
    position: relative;
    margin: 0 auto;
  }
  .qtxtimgbox .qtitle h2:after {
    content: "";
    width: 2em;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #059ba0;
  }
  .qtxtimgbox .qtitle span {
    display: none;
  }
  .qtxtimgbox .qtxtimg {
    text-align: center;
  }
  .qtxtimgbox .qtxtimg p {
    font-size: 3.2vw;
    color: #000;
    line-height: 5.8666666667vw;
    text-align: left;
    margin-bottom: 0vw;
  }
  .qtxtimgbox .qtxtimg img {
    width: auto;
    width: 100% !important;
    margin: 5.3333333333vw 0;
    border-radius: 2.6666666667vw;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont {
    display: block;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item {
    position: relative;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 14.6666666667vw;
    padding-bottom: 3.3333333333vw;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item img {
    width: 10.6666666667vw !important;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item .topBoxCont {
    margin-bottom: 0;
  }
  .qtxtimgbox .qtxtimg .newlistBoxCont .item h3 {
    margin-left: 0;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .qtxtimgbox ul {
    flex-direction: column;
    margin-top: 60px;
    padding-top: 10px;
    border-top: 1px solid #f7f6f6;
  }
  .qtxtimgbox ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 1.3333333333vw;
  }
  .qtxtimgbox ul li:nth-child(1) {
    background: url("../images/img91.png") left center no-repeat;
    padding-right: 0;
  }
  .qtxtimgbox ul li:nth-child(1) a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 3.2vw;
    color: #b9b9b9;
    line-height: 4vw;
    text-align: left;
  }
  .qtxtimgbox ul li:nth-child(2) {
    padding-left: 0;
    background: url("../images/img92.png") right center no-repeat;
  }
  .qtxtimgbox ul li:nth-child(2) a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 4vw;
    text-align: right;
  }

  .pagingbox ul {
    padding: 0 1.3333333333vw;
  }
  .pagingbox ul li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin: 0 2px;
  }
  .pagingbox ul li a {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .pagingbox p {
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .pagingbox input {
    width: 8vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }

  .navbox {
    display: none;
  }

  .logo {
    width: 27.2vw;
    height: 10.8vw;
  }

  .logo1 {
    width: 27.2vw;
    height: 4.8vw;
    position: relative;
    left: 0;
    top: 0;
  }

  .navbtn {
    width: 6.4vw;
    height: 4.2666666667vw;
    background: url("../images/img70.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
  }

  .phonenav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
  }

  .HYAO {
    padding-top: 16vw;
    padding-bottom: 8vw;
    background: #f6f7f8;
  }

  .topnav {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 4vw;
    height: 16vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .topnav > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topnav .qsearch {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-right: 2.6666666667vw;
    cursor: pointer;
  }

  .navalert {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 16vw;
    padding-bottom: 13.3333333333vw;
    background: #059ba0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s linear;
    z-index: 200;
  }
  .navalert.on {
    transform: translateX(0);
    transition: all 0.2s linear;
  }

  .top1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
    height: 16vw;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top1 p {
    font-size: 4.2666666667vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: center;
  }
  .top1 .qclose {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url("../images/img12.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
  }

  #wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .navphone {
    padding: 0 8.6666666667vw;
  }
  .navphone > li {
    margin-bottom: 6.6666666667vw;
  }
  .navphone > li > a {
    font-size: 4.2666666667vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4vw;
  }
  .navphone > li > a img {
    width: 5.3333333333vw;
    margin-right: 0.6666666667vw;
  }
  .navphone > li div span {
    font-size: 3.4666666667vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: left;
    display: inline-block;
    padding: 0 6vw;
    cursor: pointer;
    background: url("../images/img80_1.png") right center no-repeat;
    background-size: 2.9333333333vw 1.6vw;
  }
  .navphone > li div .on {
    background: url("../images/img80.png") right center no-repeat;
    background-size: 2.9333333333vw 1.6vw;
  }
  .navphone > li ul {
    padding-left: 6vw;
  }
  .navphone > li ul a {
    font-size: 3.4666666667vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: left;
    opacity: 0.6;
  }

  .searchalert {
    background: #059ba0;
    display: none;
  }
  .searchalert .close {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url("../images/img12.png") center no-repeat;
    background-size: cover;
    position: absolute;
    right: 4vw;
    top: 4vw;
    cursor: pointer;
  }
  .searchalert .logo1 {
    position: absolute;
    left: 4vw;
    top: 4vw;
  }
  .searchalert .searchbox {
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
  }
  .searchalert h1 {
    font-size: 5.3333333333vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .searchalert ul {
    font-size: 3.4666666667vw;
    color: #b0ccea;
    line-height: 4vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .searchalert ul li {
    margin: 0 8vw;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .searchalert ul .on {
    color: #fff;
    border-bottom: 1px solid white;
  }
  .searchalert .ibox {
    padding: 4vw 0;
    padding-left: 8vw;
  }
  .searchalert .ibox input {
    width: 80%;
    height: 4vw;
    font-size: 3.2vw;
    color: #b0ccea;
    line-height: 4vw;
    text-align: left;
  }
  .searchalert .ibox input::-webkit-input-placeholder {
    color: #b0ccea;
  }
  .searchalert .ibox input::-moz-input-placeholder {
    color: #b0ccea;
  }
  .searchalert .ibox input::-ms-input-placeholder {
    color: #b0ccea;
  }
  .searchalert .searchbtn {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url("../images/img13.png") center no-repeat;
    background-size: 3.7333333333vw;
    right: 6.6666666667vw;
    top: 5.3333333333vw;
  }

  .m_botTip {
    padding: 4vw;
    font-size: 2.9333333333vw;
    color: #000;
    line-height: 5.6vw;
    text-align: left;
  }

  .pcbox {
    display: none;
  }

  .qTabbtn {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .qTabbtn ul {
    box-shadow: 0 5px 5px #f8f8f8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qTabbtn li {
    width: 25%;
    padding: 4vw 0;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: center;
    cursor: pointer;
  }
  .qTabbtn .on {
    color: #fff;
    background: #059ba0;
  }

  .qTabbox {
    position: relative;
  }

  .moreImg {
    width: 37.3333333333vw;
    right: 4vw;
    bottom: 4vw;
  }

  .onVideo {
    width: 92vw;
    height: 45.3333333333vw;
    border-radius: 2vw;
  }

  .qTabbar {
    display: none;
  }
  .qTabbar .imgsbox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
  }
  .qTabbar .imgsbox li {
    width: 100%;
    margin-bottom: 4vw;
    position: relative;
  }
  .qTabbar .imgsbox li img {
    width: 100%;
    border-radius: 2vw;
  }
  .qTabbar .txts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .qTabbar .txts strong {
    display: block;
    font-size: 4.5333333333vw;
    color: #296b9b;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .qTabbar .txts span {
    display: block;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .qTabbar .cc {
    width: 100%;
  }
  .qTabbar .qhy {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
    padding-top: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qTabbar .qhy li {
    width: 28vw;
    height: 24.2666666667vw;
    border-radius: 2vw;
    background: #f0f7fc;
    margin-bottom: 2.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .qTabbar .qhy li img {
    width: 10vw;
  }
  .qTabbar .qhy li p {
    font-size: 3.2vw;
    color: #121619;
    line-height: 5.3333333333vw;
    text-align: center;
  }
  .qTabbar .qhy:after {
    content: "";
    width: 28vw;
  }

  .newListType {
    font-family: "思源黑";
  }
  .newListType .qTabbar .imgsbox {
    padding: 0 2.6666666667vw;
  }
  .newListType .qTabbar .imgsbox li {
    margin-bottom: 13.3333333333vw;
  }
  .newListType .qTabbar .imgsbox li img {
    margin-top: 4vw;
    border-radius: 0;
  }
  .newListType .qTabbar .txts {
    padding: 0 5.3333333333vw;
    display: block;
  }
  .newListType .qTabbar .txts::before {
    content: "";
    display: block;
    background: #3c6e9f;
    width: 10.1333333333vw;
    height: 1px;
    margin-bottom: 2.4vw;
  }
  .newListType .qTabbar .txts strong,
  .newListType .qTabbar .txts b,
  .newListType .qTabbar .txts span {
    text-align: left;
  }
  .newListType .qTabbar .txts strong {
    font-size: 5.8666666667vw;
    line-height: 8vw;
    color: #2f6d9e;
  }
  .newListType .qTabbar .txts span {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    margin-bottom: 0;
    color: #2c2c2c;
  }

  .qTabbar:first-child {
    display: block;
  }

  .ptabBar .listOn {
    display: flex;
  }

  .aTabBox2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .aTabBox2 p {
    font-size: 3.4666666667vw;
    color: #999;
    line-height: 5.3333333333vw;
    text-align: center;
    padding: 0 2.6666666667vw;
  }

  /* 移动端产品详情页面专用样式 */
  .phonebox {
    display: block;
    background: #f3f2f2;
    min-height: calc(100vh - 140px);
  }

  .phonebox .mobile-section {
    background: #fff;
    margin-bottom: 4vw;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .phonebox .mobile-section:last-child {
    margin-bottom: 0;
  }

  .phonebox .mobile-section-title {
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 6.4vw;
    text-align: center;
    padding: 4vw;
    margin: 0;

    font-weight: 600;
  }

  .phonebox .imgsbox {
    width: 100%;
    padding: 4vw;
  }

  .phonebox .imgsbox ul {
    width: 100%;
  }

  .phonebox .imgsbox li {
    width: 100%;
    margin-bottom: 4vw;
    position: relative;
    border-radius: 2vw;
    overflow: hidden;
  }

  .phonebox .imgsbox li:last-child {
    margin-bottom: 0;
  }

  .phonebox .imgsbox li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2vw;
  }

  .phonebox .txts {
    padding: 4vw;
    background: #f8f9fa;
    border-radius: 2vw;
    margin-top: 2vw;
  }

  .phonebox .txts strong {
    display: block;
    font-size: 4.5333333333vw;
    color: #296b9b;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
    font-weight: 600;
  }

  .phonebox .txts span {
    display: block;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: center;
  }

  /* 移动端设备配置样式 */
  .phonebox .aCBox {
    padding: 4vw;
  }

  .phonebox .aTabBar {
    width: 100%;
  }

  .phonebox .toConfigure {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .phonebox .toConfigure li {
    background: #f8f9fa;
    border-radius: 2vw;
    padding: 4vw;
    display: flex;
    align-items: flex-start;
    gap: 3vw;
  }

  .phonebox .toConfigure li img {
    width: 20vw;
    height: 15vw;
    object-fit: cover;
    border-radius: 1vw;
    flex-shrink: 0;
  }

  .phonebox .toConfigure li div {
    flex: 1;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
  }

  .phonebox .toConfigure li div ul {
    margin-top: 2vw;
  }

  .phonebox .toConfigure li div ul li {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 3.2vw;
    color: #666;
    line-height: 4.8vw;
  }

  .aTabBox2 .listTab2 {
    color: #059ba0;
  }

  .qicons {
    width: 100%;
    padding: 0 5.3333333333vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
  }
  .qicons > li {
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8vw;
  }
  .qicons > li p {
    font-size: 3.2vw;
    color: #121619;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .qicons > li li {
    font-size: 2.6666666667vw;
    color: #121619;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .qicons img {
    width: 9.3333333333vw;
    margin-right: 4vw;
  }

  .topBanner {
    width: 100%;
    height: auto !important;
    margin-bottom: 6.6666666667vw;
  }
  .topBanner.sptopBanner img:nth-child(1) {
    display: none;
  }
  .topBanner.sptopBanner .mob_pic {
    display: block !important;
  }
  .topBanner img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .topBanner .htit {
    padding-top: 8vw;
  }
  .topBanner .htit p {
    font-size: 4vw;
    line-height: 6.6666666667vw;
    white-space: nowrap;
  }
  .topBanner h3 {
    height: 8vw !important;
    font-size: 5.3333333333vw;
    color: #fff;
    line-height: 8vw;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
  }
  .topBanner h3::before {
    content: "";
    background-image: url("../images/m2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.8vw;
    height: 4.9333333333vw;
    position: absolute;
    left: -8.1333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .topBanner h3::after {
    content: "";
    background-image: url("../images/m3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.8vw;
    height: 4.9333333333vw;
    position: absolute;
    top: 50%;
    right: -8.1333333333vw;
    transform: translateY(-50%);
  }

  .preSales {
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .preSales::after {
    content: "";
    width: 32%;
    display: none;
  }
  .preSales li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .preSales div {
    width: 100%;
    height: auto;
    min-height: 34.6666666667vw;
    padding: 5.3333333333vw;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .preSales div img:nth-child(2) {
    width: 8.5333333333vw;
    margin-bottom: 4vw;
  }
  .preSales div strong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 4vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
  .preSales div span {
    display: block;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 3.2vw;
    text-align: left;
  }
  .preSales div a {
    display: inline;
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .preSales div p {
    display: block;
    margin-bottom: 4vw;
  }
  .preSales .imTxt {
    min-height: 13.3333333333vw;
  }
  .preSales .ewBox {
    min-height: auto;
    margin: 0;
    margin-top: 2.6666666667vw;
  }
  .preSales .ewBox img {
    width: 18.6666666667vw !important;
    margin: 0;
    margin-bottom: 2.6666666667vw !important;
  }
  .preSales .ewBox p {
    margin-right: 2.6666666667vw;
  }
  .preSales p {
    font-size: 4.8vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: left;
    display: none;
  }

  .ltit {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5.3333333333vw;
  }
  .ltit .ftit {
    padding: 0 5.3333333333vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .ltit .fillIn li > div {
    background: #f5f6fb;
  }

  .fillIn {
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .fillIn li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .fillIn li > div {
    width: 100%;
    border-radius: 2vw;
    background: #fff;
  }
  .fillIn li .sel {
    width: 32%;
    padding-right: 5.3333333333vw;
    background: #fff url("../images/img29.png") right 2.6666666667vw center
      no-repeat;
    background-size: 2.2666666667vw 1.2vw;
  }
  .fillIn li .iBox {
    width: 49%;
  }
  .fillIn li input,
  .fillIn li p {
    height: 10.6666666667vw;
    font-size: 3.2vw;
    color: #9eacb9;
    line-height: 10.6666666667vw;
    text-align: left;
    text-indent: 4.6666666667vw;
  }
  .fillIn li input::-webkit-input-placeholder {
    color: #9eacb9;
  }
  .fillIn li input::-moz-input-placeholder {
    color: #9eacb9;
  }
  .fillIn li input::-ms-input-placeholder {
    color: #9eacb9;
  }
  .fillIn li select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fillIn li textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 2.6666666667vw 5.3333333333vw;
    height: 40vw;
    resize: none;
    font-size: 3.2vw;
    color: #9eacb9;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .fillIn li .filebox {
    background: #fff url("../images/img31.png") right 2.6666666667vw center
      no-repeat;
    background-size: 3.0666666667vw 2.5333333333vw;
    position: relative;
  }
  .fillIn li .filebox .file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fillIn li .qimgbox {
    width: 100%;
    box-sizing: border-box;
    padding: 2.6666666667vw 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .fillIn li .qimgbox p {
    width: 30%;
    margin-right: 2%;
    padding: 1.3333333333vw 0;
    background: none;
    margin-bottom: 2.6666666667vw;
  }
  .fillIn li .qimgbox p .qimg {
    max-width: 100%;
    max-height: none;
    height: 100%;
  }
  .fillIn li .qimgbox p .close {
    width: 2.4vw;
    right: 1.2vw;
    top: 1.2vw;
  }
  .fillIn li .choosebox {
    padding-left: 5.3333333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 4vw;
  }
  .fillIn li .choosebox p {
    width: 33.333%;
    margin-right: 0;
    height: 8vw;
    line-height: 8vw;
    text-indent: 1.3333333333vw;
    cursor: pointer;
  }
  .fillIn li .choosebox p strong {
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    padding: 0.5333333333vw;
    border-radius: 50%;
    background: #f5f6fb;
    background-clip: content-box;
    border: 1px solid #059ba0;
  }
  .fillIn li .choosebox .on strong {
    background: #059ba0;
    background-clip: content-box;
    border: 1px solid #059ba0;
  }

  .qbtn {
    width: 42.6666666667vw;
    height: 9.8666666667vw;
    border-radius: 9.8666666667vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 9.8666666667vw;
    text-align: center;
    cursor: pointer;
    margin: 10.6666666667vw auto;
    margin-bottom: 5.3333333333vw;
  }

  .tabbox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .tabbox li {
    width: 30%;
    height: 8vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    color: #3e4c5b;
    line-height: 8vw;
    text-align: center;
  }

  .fsearch {
    width: 92vw;
  }
  .fsearch .fleft {
    height: 8vw;
  }
  .fsearch .fleft p {
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
    text-indent: 2.6666666667vw;
    background: url("../images/img29.png") right 2.6666666667vw center no-repeat;
    background-size: 2.2666666667vw 1.2vw;
  }
  .fsearch .fleft ul {
    top: 102%;
  }
  .fsearch .fleft ul li {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .fsearch .fright input {
    width: 70%;
    height: 8vw;
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
  }
  .fsearch .fright div {
    width: 30%;
    height: 8vw;
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
  }

  .qtabbar {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  .qtabbar .table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4vw;
  }
  .qtabbar .table tr th {
    background: #e9f3fb;
  }
  .qtabbar .table tr th,
  .qtabbar .table tr td {
    padding: 2vw;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: center;
  }
  .qtabbar .table tr th:first-child,
  .qtabbar .table tr td:first-child {
    padding-left: 2.6666666667vw;
    text-align: center;
  }
  .qtabbar .table tr th:last-child,
  .qtabbar .table tr td:last-child {
    padding-right: 5.3333333333vw;
    white-space: nowrap;
  }
  .qtabbar .txts {
    padding-left: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .qtabbar .txts strong {
    display: block;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
  .qtabbar .txts ul {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 4.8vw;
    text-align: left;
  }
  .qtabbar .txts ul li {
    margin-bottom: 1.3333333333vw;
  }

  .qsupport {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .qsupport > li {
    width: 100%;
    padding: 4vw 2vw;
    padding-right: 4vw;
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .qsupport .imgbox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .qsupport .img {
    width: 44.5333333333vw;
    height: 33.0666666667vw;
    border-radius: 2.6666666667vw;
    margin-right: 5.0666666667vw;
    overflow: hidden;
  }
  .qsupport .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .qsupport .txtBox li {
    width: 100%;
  }
  .qsupport .txtBox li a {
    background: none;
  }
  .qsupport p {
    flex: 1;
    cursor: pointer;
  }
  .qsupport p strong {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 3.7333333333vw;
    color: #000;
    line-height: 4.8vw;
    text-align: left;
  }
  .qsupport p span {
    display: none;
  }
  .qsupport ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1.3333333333vw;
  }
  .qsupport ul li {
    width: 48%;
    box-sizing: border-box;
    padding-right: 4vw;
    background: url("../images/img82.png") right center no-repeat;
    background-size: 2.9333333333vw 2.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .qsupport ul li a {
    display: block;
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 4.8vw;
    text-align: left;
  }

  .yearphone {
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    margin-bottom: 4vw;
  }
  .yearphone .ulbox {
    width: 100%;
    padding-bottom: 2.1333333333vw;
    overflow: hidden;
    overflow-x: auto;
  }
  .yearphone ul li {
    width: 24.8vw;
    height: 12.8vw;
    padding-bottom: 6.6666666667vw;
    border-radius: 2.6666666667vw;
    float: left;
    margin-right: 2.6666666667vw;
    font-size: 2.4vw;
    color: #3e4c5b;
    line-height: 2.6666666667vw;
    text-align: center;
    background: #fff url("../images/img85_1.png") bottom 2vw center no-repeat;
    background-size: 3.2vw 1.3333333333vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .yearphone ul li span {
    display: block;
    font-size: 4.2666666667vw;
    color: #3e4c5b;
    line-height: 2.6666666667vw;
    text-align: center;
  }
  .yearphone ul li:last-child {
    margin-right: 0;
  }
  .yearphone ul .on {
    color: #fff;
    background: #059ba0 url("../images/img85.png") bottom 2vw center no-repeat;
    background-size: 3.2vw 1.3333333333vw;
  }
  .yearphone ul .on span {
    color: #fff;
  }

  .monthphone {
    padding: 0 5.3333333333vw;
  }
  .monthphone .qmonth {
    font-size: 4.2666666667vw;
    color: #059ba0;
    line-height: 6.1333333333vw;
    text-align: left;
    position: relative;
    margin-bottom: 4vw;
  }
  .monthphone .qmonth:after {
    content: "";
    width: 1em;
    height: 2px;
    background: #059ba0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .monthphone ul li {
    padding: 2.6666666667vw;
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  .monthphone .txtbox {
    width: 100%;
  }
  .monthphone .left {
    margin-bottom: 4vw;
  }
  .monthphone .left .img {
    width: 100%;
    border-radius: 2vw;
    overflow: hidden;
    margin-bottom: 4vw;
  }
  .monthphone .left .img img {
    width: 100%;
  }
  .monthphone .qtxt h3 {
    font-size: 3.7333333333vw;
    color: #000;
    line-height: 6.1333333333vw;
    text-align: left;
  }
  .monthphone .qtxt p {
    font-size: 3.2vw;
    color: #9eacb9;
    line-height: 4.8vw;
    text-align: left;
  }
  .monthphone .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .monthphone .right span {
    font-size: 2.9333333333vw;
    color: #a2a2a2;
    line-height: 4.8vw;
    text-align: left;
  }
  .monthphone .right a {
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 4.8vw;
    text-align: left;
  }

  .lkBnanerBoxCont {
    display: none;
  }

  .homeBanner {
    position: relative;
  }
  .homeBanner .ts {
    width: 5.3333333333vw;
    bottom: 6.6666666667vw;
    margin-left: -2.6666666667vw;
    animation: updown 2s infinite;
  }

  .homepic {
    display: block;
  }
  .homepic .swiper-slide {
    height: 100%;
    position: relative;
  }
  .homepic .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .homepic .swiper-slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .homepic .swiper-pagination {
    bottom: 100px;
  }
  .homepic .swiper-pagination-bullet {
    background: #fff;
    border-radius: 8px;
    opacity: 1;
  }
  .homepic .swiper-pagination-bullet-active {
    width: 8vw;
    background: #fff;
  }

  .secondBan .left {
    display: none;
  }
  .secondBan .right {
    width: 100%;
  }

  .thirdBox {
    background: #f6f7f8;
  }
  .thirdBox .qtit {
    width: 100%;
    position: relative;
    margin-bottom: 4vw;
  }
  .thirdBox .qtit strong,
  .thirdBox .qtit span {
    font-size: 3.2vw;
    color: #e7e6e6;
    line-height: 4vw;
    text-align: left;
    white-space: nowrap;
    display: inline;
  }
  .thirdBox .qtit h1 {
    font-weight: normal;
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: left;
    position: absolute;
    right: auto;
    left: 0;
    top: -2.6666666667vw;
  }
  .thirdBox .qtit h1:after {
    right: auto;
    left: 0;
    top: -10px;
  }
  .thirdBox .btns {
    text-align: right;
    margin-bottom: 2.6666666667vw;
  }
  .thirdBox .btns img {
    width: 3.3333333333vw;
    margin-left: 1.3333333333vw;
    position: relative;
    top: 0;
    left: 0;
    max-width: auto;
    max-height: auto;
    transform: translate(0);
  }

  .pjbg {
    background: none;
  }

  .yj {
    width: 89.3333333333vw;
    padding-top: 16vw;
    padding-bottom: 8vw;
    margin: 0 auto;
  }
  .yj .qtit {
    width: 100%;
    position: relative;
    margin-bottom: 4vw;
  }
  .yj .qtit strong,
  .yj .qtit span {
    font-size: 3.2vw;
    color: #e7e6e6;
    line-height: 4vw;
    text-align: left;
    white-space: nowrap;
    display: inline;
  }
  .yj .qtit h1 {
    font-weight: normal;
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: left;
    position: absolute;
    right: auto;
    left: 0;
    top: -2.6666666667vw;
  }
  .yj .qtit h1:after {
    right: auto;
    left: 0;
    top: -10px;
  }
  .yj .swiper-slide {
    background: none;
    user-select: none;
    padding-bottom: 4vw;
  }
  .yj .swiper-slide .qtop {
    padding: 0 0vw;
    background: none;
  }
  .yj .swiper-slide .img {
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .yj .swiper-slide .img img {
    max-width: 100%;
  }
  .yj .swiper-slide .img:active img {
    transform: scale(1.1);
    transition: all 0.2s;
  }
  .yj .swiper-slide .img:active .mr {
    visibility: hidden;
    opacity: 0;
  }
  .yj .swiper-slide .img:active .xz {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  .yj .swiper-slide h2 {
    font-size: 4vw;
    color: #121619;
    line-height: 5.3333333333vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .yj .swiper-slide p {
    display: none;
  }
  .yj .swiper-slide a {
    display: none;
  }

  .rj {
    padding-top: 0;
  }

  .fanbg {
    padding: 8vw 5.3333333333vw;
    width: 100vw;
    background: none;
    margin: 0 auto;
  }
  .fanbg .img {
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .fanbg h2 {
    font-size: 4vw;
    color: #121619;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .fanbg p {
    display: none;
  }
  .fanbg a {
    display: none;
  }

  .qnewsbox {
    width: 100vw;
    padding: 0 5.3333333333vw;
    padding-top: 14.6666666667vw;
    padding-bottom: 12vw;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
  }
  .qnewsbox .imgtxt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .qnewsbox .imgtxt .img {
    width: 100%;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    float: left;
    margin-bottom: 4vw;
  }
  .qnewsbox .imgtxt .img img {
    width: 100%;
  }
  .qnewsbox .imgtxt .txts {
    width: 100%;
    float: right;
  }
  .qnewsbox .imgtxt ul {
    margin-bottom: 6.6666666667vw;
  }
  .qnewsbox .imgtxt ul li {
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
  }
  .qnewsbox .imgtxt ul li p {
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 4.8vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
  .qnewsbox .imgtxt ul li span {
    font-size: 3.2vw;
    color: #9aa8b6;
    line-height: 4vw;
    text-align: left;
  }
  .qnewsbox .imgtxt .more {
    display: block;
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 4vw;
    text-align: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .searchList {
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .searchList .qsearchBox {
    margin-bottom: 5.3333333333vw;
  }
  .searchList .qsearchBox div {
    border-radius: 2vw;
  }
  .searchList .qsearchBox .selbox {
    width: 76%;
    position: relative;
  }
  .searchList .qsearchBox .selbox input,
  .searchList .qsearchBox .selbox p {
    height: 10.1333333333vw;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 10.1333333333vw;
    text-align: left;
    padding: 0 20px;
  }
  .searchList .qsearchBox .btn {
    width: 22%;
    background: #059ba0;
    font-size: 3.2vw;
    color: #fff;
    line-height: 10.1333333333vw;
    text-align: center;
  }
  .searchList .qsearchBox2 {
    padding: 0;
  }
  .searchList .problemList {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .searchList .problemList li {
    padding-top: 4vw;
    margin-bottom: 4vw;
  }
  .searchList .problemList li span {
    width: 10.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: 5.8666666667vw;
    color: #059ba0;
    line-height: 10.6666666667vw;
    text-align: left;
  }
  .searchList .problemList li strong {
    font-size: 3.7333333333vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: left;
    margin-bottom: 1.3333333333vw;
  }
  .searchList .problemList li p {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.8666666667vw;
    text-align: left;
  }

  .qChoose {
    width: 100%;
    background: #fff;
    padding: 3.2vw 0;
    margin-bottom: 5.3333333333vw;
  }
  .qChoose .qChooseBtn {
    width: 100%;
    padding: 0 8vw;
  }
  .qChoose .qChooseBtn li {
    width: 46%;
    height: 8vw;
    border-radius: 2vw;
    font-size: 4vw;
    color: #3e4c5b;
    line-height: 8vw;
    text-align: center;
  }

  .qTab {
    width: 100%;
  }
  .qTab > p {
    font-size: 3.4666666667vw;
    color: #000;
    line-height: 3.4666666667vw;
    text-align: left;
    padding-left: 20px;
    background: url("../images/img132.png") left center no-repeat;
    background-size: 2.6666666667vw;
  }
  .qTab > p.on {
    background: url("../images/img132_1.png") left center no-repeat;
    background-size: 2.6666666667vw;
  }
  .qTab ul {
    width: 100%;
    padding-top: 4vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qTab ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .qTab ul span {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url("../images/img132.png") left center no-repeat;
    background-size: cover;
    margin-right: 1.3333333333vw;
  }
  .qTab ul span.on {
    background: url("../images/img132_1.png") left center no-repeat;
    background-size: cover;
  }
  .qTab ul .lbg {
    padding: 2.6666666667vw;
    width: 90%;
    border-radius: 1.3333333333vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .qTab ul .lbg div {
    width: 90%;
  }
  .qTab ul .lbg div img {
    width: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .qTab ul .lbg div p {
    width: 100%;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: left;
  }
  .qTab ul .lbg a img {
    width: 3.2vw;
  }

  .customerCase {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .customerCase .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .customerCase .swiper-container .swiper-slide div {
    border-radius: 2vw;
    overflow: hidden;
    height: 57.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .customerCase .swiper-container .swiper-slide p {
    font-size: 3.7333333333vw;
    color: #3c3c3c;
    line-height: 4vw;
    text-align: left;
  }
  .customerCase .swiper-pagination {
    bottom: 10.6666666667vw;
    color: #fff;
  }
  .customerCase .kprev,
  .customerCase .knext {
    width: 5.3333333333vw;
    height: 19.2vw;
    top: 46%;
    cursor: pointer;
    background-size: 1.4666666667vw 3.3333333333vw !important;
    z-index: 10;
    opacity: 1;
  }
  .customerCase .kprev {
    position: absolute;
    left: 2.6666666667vw;
  }
  .customerCase .knext {
    position: absolute;
    right: 2.6666666667vw;
  }

  .tListBox {
    width: 89.3333333333vw;
  }
  .tListBox .tListTab {
    background: #eaeaea;
    padding: 1.0666666667vw 2.4vw;
    margin-bottom: 4vw;
    border-radius: 2vw;
  }
  .tListBox .tListTab ul li {
    width: 20%;
    border-radius: 2vw;
    font-size: 3.7333333333vw;
    color: #3e4c5b;
    line-height: 6.6666666667vw;
    text-align: center;
  }
  .tListBox .tList {
    margin-bottom: 8vw;
  }
  .tListBox .tList ul {
    flex-direction: column;
  }
  .tListBox .tList ul li {
    width: 100%;
    border-radius: 2vw;
    overflow: hidden;
    padding: 1.3333333333vw;
    padding-bottom: 4vw;
    background: #fff;
    margin-bottom: 5.3333333333vw;
  }
  .tListBox .tList ul li div {
    border-radius: 2vw;
    overflow: hidden;
    padding-bottom: 44.2666666667vw;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  .tListBox .tList ul li p {
    font-size: 3.2vw;
    color: #000;
    line-height: 4vw;
    text-align: left;
  }
  .tListBox .tList ul li .qJump {
    display: none;
  }
  .tListBox .tList ul li .qJump2 {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .tListBox .tList ul li .qJump2 img {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tListBox .tList ul.newListBoxCont li {
    padding-bottom: 2vw;
  }
  .tListBox .tList ul.newListBoxCont li div {
    margin-bottom: 2vw;
  }
  .tListBox .tList ul.newListBoxCont li p {
    height: 8vw;
  }

  .txtImgalert .contain {
    width: 88vw;
    padding: 2.6666666667vw 8vw;
    border-radius: 3.3333333333vw;
  }
  .txtImgalert .contain .cbox {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .txtImgalert .contain .qtit {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .txtImgalert .contain .imgBox {
    padding-bottom: 4vw;
  }
  .txtImgalert .contain .imgBox .boxImg {
    height: 44vw;
    margin-bottom: 4vw;
  }
  .txtImgalert .contain .pnbtn div {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    margin: 0 2.6666666667vw;
    background-size: 4.2666666667vw 5.3333333333vw !important;
  }
  .txtImgalert .contain p {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .oldProducts {
    padding-top: 20vw;
    box-sizing: border-box;
  }
  .oldProducts h1 {
    font-size: 5.3333333333vw;
    color: #fff;
    line-height: 7.7333333333vw;
    text-align: center;
    margin-bottom: 16vw;
  }
  .oldProducts h1::before {
    width: 6.8vw;
    height: 4.9333333333vw;
  }
  .oldProducts h1::after {
    width: 6.8vw;
    height: 4.9333333333vw;
  }
  .oldProducts .txts {
    width: 92vw;
    height: auto;
    margin-bottom: 40vw;
  }
  .oldProducts .txts .btns {
    width: 100%;
  }
  .oldProducts .txts .btns img {
    width: 4.8vw;
  }
  .oldProducts .txts .txtBox {
    width: 73.3333333333vw;
  }
  .oldProducts .txts p {
    font-size: 3.2vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: left;
  }
  .oldProducts .txts p img {
    margin-right: 0.6666666667vw;
  }
  .oldProducts .downLoad {
    width: 43.4666666667vw;
    height: 9.8666666667vw;
    border: 1px solid white;
    font-size: 3.2vw;
    color: #fff;
    line-height: 10.1333333333vw;
    text-align: center;
  }
  .oldProducts .downLoad a {
    font-size: 3.2vw;
    color: #fff;
    line-height: 10.1333333333vw;
    text-align: center;
  }

  .newProduct .txts p {
    text-align: center;
  }

  .secondBan2 {
    width: 100%;
    position: relative;
  }
  .secondBan2 .imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .secondBan2 .imgs ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .secondBan2 .imgs li {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .secondBan2 .imgs li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .secondBan2 .imgs li div {
    display: block;
    position: relative;
    z-index: 10;
  }
  .secondBan2 .imgs li p {
    font-size: 6.4vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .secondBan2 .imgs li span {
    display: block;
    font-size: 4.8vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: center;
    padding-bottom: 15px;
  }
  .secondBan2 .imgs li span:before {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2.6666666667vw;
  }
  .secondBan2 .imgs li:nth-child(1) {
    display: block;
  }
  .secondBan2 .txts {
    display: none;
  }
}
@keyframes updown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes widthL {
  0% {
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
@keyframes widthR {
  0% {
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.nHYAO {
  background: #f3f2f2;
}

.hrefBanner {
  position: relative;
}
.hrefBanner h3 {
  height: 80px;
  display: flex;
  align-items: center;
  transform: translate(-50%, -200%);
}
.hrefBanner .qtit {
  transform: translate(-50%, -300%);
}
.hrefBanner .qtit::before,
.hrefBanner .qtit::after {
  position: static !important;
  transform: translate(0, 0) !important;
  margin: 0 10px;
}
.hrefBanner .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.hrefBanner .nmore {
  width: 406px;
  height: 76px;
  position: absolute;
  left: 50%;
  bottom: 4vw;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 24px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.hrefBanner .nmore:hover {
  border: 1px solid white;
}

.newContain {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.ntoptit {
  width: 100%;
  padding-top: 30px;
  position: relative;
  margin-bottom: 110px;
}
.ntoptit h3 {
  font-size: 63px;
  color: #059ba0;
  line-height: 75px;
  text-align: left;
  position: absolute;
  left: 320px;
  top: 0;
  display: inline-block;
  z-index: 5;
}
.ntoptit h3::before {
  content: "";
  width: 116px;
  height: 2px;
  background-image: url("../images/m4.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.ntoptit h4 {
  font-size: 80px;
  color: #e7e6e6;
  line-height: 80px;
  text-align: left;
  font-weight: 500;
}
.ntoptit h4 span {
  display: block;
  font-size: 48px;
}

.stepBox {
  width: 100%;
  padding-top: 90%;
  padding-bottom: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  position: relative;
}
.stepBox li {
  width: 50%;
  padding: 50px 0;
  padding-bottom: 100px;
  position: absolute;
}
.stepBox li:nth-child(1) {
  left: 0;
  top: 0;
}
.stepBox li:nth-child(2) {
  left: 50%;
  top: 0;
}
.stepBox li:nth-child(4) {
  left: 0;
  top: 50%;
}
.stepBox li:nth-child(3) {
  left: 50%;
  top: 50%;
}
.stepBox li:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
}
.stepBox li:nth-child(1):after {
  background: url("../images/q_img37.png") center no-repeat;
  background-size: cover;
  right: -25px;
  top: 50%;
  margin-top: -25px;
}
.stepBox li:nth-child(2):after {
  background: url("../images/q_img38.png") center no-repeat;
  background-size: cover;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}
.stepBox li:nth-child(3):after {
  background: url("../images/q_img39.png") center no-repeat;
  background-size: cover;
  left: -25px;
  top: 50%;
  margin-top: -25px;
}
.stepBox .ntit {
  padding: 0 120px;
  position: relative;
}
.stepBox .ntit strong {
  display: block;
  position: absolute;
  left: 120px;
  top: 0;
  font-size: 100px;
  color: #cee6ff;
  line-height: 100px;
  text-align: left;
  font-family: arial;
  font-weight: bold;
}
.stepBox .txt {
  padding-left: 50px;
  position: relative;
  z-index: 10;
}
.stepBox .txt p {
  font-size: 44px;
  color: #059ba0;
  line-height: 100px;
  text-align: left;
}
.stepBox .txt span {
  display: block;
  font-size: 20px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: left;
}
.stepBox img {
  width: 100%;
}

.nimgtxt {
  width: 100%;
}
.nimgtxt li {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nimgtxt li h2 {
  width: 530px;
  font-size: 40px;
  color: #059ba0;
  line-height: 60px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}
.nimgtxt li p {
  width: 530px;
  font-size: 20px;
  color: #3e4c5b;
  line-height: 36px;
  text-align: left;
}
.nimgtxt li .txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.nimgtxt li .img {
  width: 50%;
}
.nimgtxt li .img img {
  width: 100%;
}
.nimgtxt li:nth-child(odd) {
  flex-direction: row;
}
.nimgtxt li:nth-child(even) {
  flex-direction: row-reverse;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hrefBanner .txt {
    font-size: 20px;
    line-height: 40px;
  }
  .hrefBanner .nmore {
    width: 406px;
    height: 76px;
    font-size: 24px;
    line-height: 76px;
  }

  .newContain {
    width: 1400px;
  }

  .ntoptit {
    margin-bottom: 110px;
  }
  .ntoptit h3 {
    left: 300px;
    font-size: 58px;
    line-height: 70px;
  }
  .ntoptit h4 {
    font-size: 74px;
    line-height: 74px;
  }

  .stepBox {
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
  .stepBox li {
    padding: 50px 0;
    padding-bottom: 100px;
  }
  .stepBox .ntit {
    padding: 0 120px;
  }
  .stepBox .ntit strong {
    left: 120px;
    font-size: 90px;
    line-height: 90px;
  }
  .stepBox .txt {
    padding-left: 50px;
  }
  .stepBox .txt p {
    font-size: 40px;
    line-height: 90px;
  }
  .stepBox .txt span {
    font-size: 18px;
    line-height: 40px;
  }

  .nimgtxt li {
    margin-bottom: 30px;
  }
  .nimgtxt li h2 {
    width: 450px;
    font-size: 40px;
    line-height: 60px;
  }
  .nimgtxt li p {
    width: 450px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hrefBanner .txt {
    font-size: 16px;
    line-height: 32px;
  }
  .hrefBanner .nmore {
    width: 300px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .newContain {
    width: 1200px;
  }

  .ntoptit {
    margin-bottom: 70px;
  }
  .ntoptit h3 {
    left: 260px;
    font-size: 52px;
    line-height: 70px;
  }
  .ntoptit h4 {
    font-size: 66px;
    line-height: 66px;
  }

  .stepBox {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .stepBox li {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  .stepBox .ntit {
    padding: 0 100px;
  }
  .stepBox .ntit strong {
    left: 100px;
    font-size: 80px;
    line-height: 80px;
  }
  .stepBox .txt {
    padding-left: 40px;
  }
  .stepBox .txt p {
    font-size: 30px;
    line-height: 80px;
  }
  .stepBox .txt span {
    font-size: 16px;
    line-height: 30px;
  }

  .nimgtxt li {
    margin-bottom: 30px;
  }
  .nimgtxt li h2 {
    width: 440px;
    font-size: 34px;
    line-height: 60px;
  }
  .nimgtxt li p {
    width: 440px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1130px) and (max-width: 1280px) {
  .hrefBanner .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .hrefBanner .nmore {
    width: 300px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .newContain {
    width: 1130px;
  }

  .ntoptit {
    margin-bottom: 60px;
  }
  .ntoptit h3 {
    left: 200px;
    font-size: 46px;
    line-height: 60px;
  }
  .ntoptit h4 {
    font-size: 60px;
    line-height: 60px;
  }

  .stepBox {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .stepBox li {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  .stepBox .ntit {
    padding: 0 80px;
  }
  .stepBox .ntit strong {
    left: 80px;
    font-size: 60px;
    line-height: 60px;
  }
  .stepBox .txt {
    padding-left: 40px;
  }
  .stepBox .txt p {
    font-size: 26px;
    line-height: 60px;
  }
  .stepBox .txt span {
    font-size: 14px;
    line-height: 28px;
  }

  .nimgtxt li {
    margin-bottom: 30px;
  }
  .nimgtxt li h2 {
    width: 320px;
    font-size: 24px;
    line-height: 40px;
  }
  .nimgtxt li p {
    width: 320px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .hrefBanner .txt {
    font-size: 12px;
    line-height: 24px;
  }
  .hrefBanner .nmore {
    width: 200px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .newContain {
    width: 700px;
  }

  .ntoptit {
    margin-bottom: 110px;
  }
  .ntoptit h3 {
    left: 150px;
    font-size: 40px;
    line-height: 60px;
  }
  .ntoptit h4 {
    font-size: 50px;
    line-height: 50px;
  }

  .stepBox {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .stepBox li {
    padding: 30px 0;
    padding-bottom: 40px;
  }
  .stepBox .ntit {
    padding: 0 60px;
  }
  .stepBox .ntit strong {
    left: 60px;
    font-size: 50px;
    line-height: 50px;
  }
  .stepBox .txt {
    padding-left: 30px;
  }
  .stepBox .txt p {
    font-size: 20px;
    line-height: 50px;
  }
  .stepBox .txt span {
    font-size: 12px;
    line-height: 24px;
  }

  .nimgtxt li {
    margin-bottom: 30px;
  }
  .nimgtxt li h2 {
    width: 270px;
    font-size: 20px;
    line-height: 40px;
  }
  .nimgtxt li p {
    width: 270px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .hrefBanner h3 {
    height: 58px;
    transform: translate(-50%, -200%);
  }
  .hrefBanner .qtit {
    transform: translate(-50%, -500%);
  }
  .hrefBanner .nqtit {
    transform: translate(-50%, -180%);
  }
  .hrefBanner .nqtit1 {
    transform: translate(-50%, -50%);
  }
  .hrefBanner .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.2vw;
    color: #fff;
    line-height: 5.6vw;
    text-align: center;
  }
  .hrefBanner .nntxt {
    display: none;
  }
  .hrefBanner .nmore {
    width: 45.8666666667vw;
    height: 9.8666666667vw;
    bottom: 10.6666666667vw;
    border: 1px solid white;
    font-size: 3.2vw;
    color: #fff;
    line-height: 9.8666666667vw;
    text-align: center;
  }

  .newContain {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .newContain .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ntoptit {
    width: 100%;
    padding-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .ntoptit h3 {
    font-size: 6.6666666667vw;
    line-height: 9.3333333333vw;
    left: 0;
  }
  .ntoptit h3::before {
    content: "";
    width: 12vw;
    height: 2px;
    background-image: url("../images/m4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
  }
  .ntoptit h4 {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
  }

  .stepBox {
    width: 100%;
    padding-top: 0;
    padding-bottom: 6.6666666667vw;
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .stepBox li {
    width: 100%;
    padding: 6.6666666667vw 0;
    padding-bottom: 20vw;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .stepBox li:after {
    display: none;
  }
  .stepBox li:before {
    content: "";
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background: url("../images/q_img38.png") center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6.6666666667vw;
  }
  .stepBox li:last-child {
    padding-bottom: 6.6666666667vw;
  }
  .stepBox li:last-child:before {
    display: none;
  }
  .stepBox .ntit {
    padding: 0 10.6666666667vw;
  }
  .stepBox .ntit strong {
    left: 10.6666666667vw;
    font-size: 13.3333333333vw;
    color: #cee6ff;
    line-height: 13.3333333333vw;
    text-align: left;
  }
  .stepBox .txt {
    padding-left: 6.6666666667vw;
  }
  .stepBox .txt p {
    font-size: 5.8666666667vw;
    line-height: 13.3333333333vw;
  }
  .stepBox .txt span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }

  .nimgtxt {
    width: 100%;
  }
  .nimgtxt li {
    background: #fff;
    padding: 5.3333333333vw 0;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    flex-direction: column !important;
  }
  .nimgtxt li h2 {
    width: auto;
    padding-left: 9.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
  }
  .nimgtxt li p {
    width: auto;
    padding-left: 9.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 6.1333333333vw;
  }
  .nimgtxt li .txt {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .nimgtxt li .img {
    width: 100%;
  }
  .nimgtxt li .img img {
    width: 100%;
  }
}
.hrefBanner {
  background: #fff;
}
.hrefBanner .itxt {
  width: 1600px;
  box-sizing: border-box;
  padding: 30px 45px;
  background: rgba(52, 113, 160, 0.8);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  text-align: left;
}
.hrefBanner .vBox {
  width: 1500px;
  padding: 80px 0;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hrefBanner .vBox .qleft {
  width: 880px;
  height: 500px;
  padding: 10px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.hrefBanner .vBox .qleft video {
  width: 100%;
  height: 100%;
  position: relative;
}
.hrefBanner .vBox .qright {
  padding-left: 50px;
}
.hrefBanner .vBox .qright h1 {
  font-size: 56px;
  color: #059ba0;
  line-height: 80px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}
.hrefBanner .vBox .qright p {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 46px;
  text-align: left;
  margin-bottom: 60px;
}
.hrefBanner .vBox .qright a {
  display: block;
  width: 260px;
  height: 56px;
  border: 1px solid #059ba0;
  font-size: 18px;
  color: #059ba0;
  line-height: 56px;
  text-align: center;
}

.nitxt {
  width: 1400px;
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 100px;
}
.nitxt .img {
  width: 690px;
}
.nitxt .img img {
  width: 100%;
}
.nitxt .txts {
  width: 630px;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nitxt .txts p {
  margin: 20px 0;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: left;
  position: relative;
}
.nitxt .txts p:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #059ba0;
  position: absolute;
  left: 0;
  top: -20px;
}

.ctabBg {
  width: 100%;
  background: none;
  position: relative;
}

.ctabBox {
  width: 1400px;
  box-sizing: border-box;
  padding: 0 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #059ba0;
}
.ctabBox li {
  padding: 0 80px;
  font-size: 32px;
  color: #3e4c5b;
  line-height: 90px;
  text-align: center;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.ctabBox .on {
  color: #059ba0;
  border-bottom: 4px solid #059ba0;
}

.barBg {
  width: 100%;
}

.iconbox {
  width: 1200px;
  overflow: hidden;
  margin: 70px auto;
  position: relative;
}
.iconbox ul {
  width: 100%;
  transition: all 0.2s linear;
  overflow: hidden;
}
.iconbox li {
  width: 350px;
  box-sizing: border-box;
  padding: 40px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  margin-right: 75px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s linear;
}
.iconbox li img {
  width: 90px;
  margin-right: 20px;
}
.iconbox li p {
  font-size: 20px;
  color: #3e4c5b;
  line-height: 40px;
  text-align: center;
}
.iconbox li .qtBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #55a0da;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.iconbox li .qtBox p,
.iconbox li .qtBox span {
  padding-left: 20px;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: left;
}
.iconbox li .qtBox p {
  background: url("../images/q_img7.png") left center no-repeat;
}
.iconbox li:last-child {
  margin-right: 0;
}
.iconbox .act {
  width: 1500px;
}
.iconbox .act .on {
  width: 500px;
}
.iconbox .act .on .qtBox {
  display: block;
}
.iconbox .end {
  width: 1500px;
  transform: translateX(-150px);
}
.iconbox .end .on {
  width: 500px;
}
.iconbox .end .on .qtBox {
  display: block;
}
.iconbox > ul {
  display: none;
}

.detialTxt {
  width: 100%;
  height: 100%;
  background: url("../images/q_img54.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.detialTxt .bprev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.detialTxt .bnext {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.detialTxt .bookTxt {
  width: 100%;
  height: 100%;
}
.detialTxt .bookTxt .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detialTxt .bookTxt .swiper-pagination {
  display: none;
}
.detialTxt .bookTxt .contain {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.detialTxt .bookTxt .contain .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.detialTxt .bookTxt .contain .top p {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  text-align: left;
}
.detialTxt .bookTxt .contain .txt {
  padding-left: 10px;
}
.detialTxt .bookTxt .contain .txt p,
.detialTxt .bookTxt .contain .txt span {
  padding-left: 20px;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  text-align: left;
}
.detialTxt .bookTxt .contain .txt p {
  background: url("../images/q_img7.png") left center no-repeat;
}

.bookShow {
  visibility: visible;
}

.sevBg {
  background: #fff;
  padding-top: 90px;
}

.sevBg2 {
  background: #fff;
}

.resourcestxt {
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin-bottom: 30px;
}
.resourcestxt .severResources {
  position: relative;
  z-index: 50;
}
.resourcestxt .severResources .swiper-pagination {
  display: none;
}
.resourcestxt .severResources .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.resourcestxt .severResources .swiper-slide {
  width: 32%;
  min-height: 410px;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #f3f2f2;
}
.resourcestxt .severResources h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 30px;
  color: #059ba0;
  line-height: 55px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
}
.resourcestxt .severResources ul {
  padding-left: 40px;
}
.resourcestxt .severResources ul li {
  padding-left: 20px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 42px;
  text-align: left;
  background: url("../images/q_img7_1.png") top 15px left no-repeat;
}
.resourcestxt .mapImg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 20;
}

.Warehouse {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.Warehouse img {
  width: 62.5%;
}
.Warehouse ul {
  width: 60%;
  padding: 6%;
  background: #f0f7fc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #3e4c5b;
  line-height: 42px;
  text-align: left;
}
.Warehouse ul li {
  padding-left: 20px;
  background: url("../images/q_img7_1.png") top 15px left no-repeat;
  margin-bottom: 50px;
}
.Warehouse ul li:last-child {
  margin-bottom: 0;
}

.Qualification {
  margin-bottom: 80px;
}
.Qualification .iTxtBox {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #fff;
  display: none;
}
.Qualification .iTxtBox.on {
  border: 1px solid #059ba0;
  display: block;
}
.Qualification .icontxt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Qualification .icontxt img {
  width: 30px;
  margin: 0;
  margin-right: 10px;
}
.Qualification .icontxt .icontit {
  font-size: 30px;
  color: #059ba0;
  line-height: 40px;
  text-align: center;
}
.Qualification .introduce {
  padding-left: 40px;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 42px;
  text-align: left;
}
.Qualification .Quali {
  overflow: inherit;
  margin-bottom: 36px;
}
.Qualification .Quali .swiper-pagination {
  display: none;
}
.Qualification .Quali .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Qualification .Quali .swiper-wrapper .swiper-slide {
  width: 24%;
  padding: 4%;
  height: 475px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.Qualification .Quali .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.Qualification .Quali .swiper-wrapper .on {
  border: 4px solid #059ba0;
  position: relative;
}
.Qualification .Quali .swiper-wrapper .on:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #059ba0;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
}
.Qualification .Quali .swiper-wrapper .on:after {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #059ba0;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -5px;
}

.tbg {
  position: relative;
}
.tbg .q_img88 {
  position: absolute;
  right: 0;
  top: -200px;
}

.trainingBox {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  z-index: 20;
}
.trainingBox .training {
  width: 100%;
  height: 100%;
}
.trainingBox .swiper-pagination {
  display: none;
}
.trainingBox .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trainingBox .swiper-slide {
  width: 23%;
  height: 400px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccdfef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trainingBox .swiper-slide h2 {
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  text-align: left;
  padding: 30px 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.trainingBox .swiper-slide ul {
  padding: 20px;
}
.trainingBox .swiper-slide ul li {
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: left;
  background: url("../images/q_img7.png") top 15px left no-repeat;
  opacity: 0.9;
}
.trainingBox .swiper-slide .qhide {
  width: 100%;
  height: 100%;
  background: #059ba0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-110%);
  transition: all 0.4s linear;
}
.trainingBox .swiper-slide .qhide .pc {
  display: block;
}
.trainingBox .swiper-slide .qhide .phone {
  display: none;
}
.trainingBox .swiper-slide .qshow h2 {
  font-size: 30px;
  color: #059ba0;
  line-height: 45px;
  text-align: left;
}
.trainingBox .swiper-slide .qshow h2 img {
  margin-bottom: 24px;
}
.trainingBox .swiper-slide:hover .qhide {
  transform: translateY(0);
  transition: all 0.4s linear;
}

.liBg {
  background: #fff;
}

.proBg {
  padding: 80px 0;
}

.proBox {
  width: 100%;
}
.proBox .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proBox .swiper-slide {
  width: 24%;
  box-sizing: border-box;
  padding: 30px;
  padding-right: 0;
  background: #f0f7fc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.proBox .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.proBox .swiper-slide .img {
  display: block;
  height: 56px;
  margin-right: 5px;
}
.proBox .swiper-slide .mr {
  display: none;
}
.proBox .swiper-slide .xz {
  display: block;
}
.proBox .swiper-slide:hover,
.proBox .swiper-slide.on {
  background: #059ba0;
  color: #fff;
}
.proBox .swiper-slide:hover .mr,
.proBox .swiper-slide.on .mr {
  display: block;
}
.proBox .swiper-slide:hover .xz,
.proBox .swiper-slide.on .xz {
  display: none;
}

.fantxt {
  padding: 40px 46px;
  background: #f0f7fc;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 52px;
  text-align: left;
  margin-bottom: 70px;
}

.features {
  height: 370px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.features li {
  width: 32%;
  height: 100%;
  padding: 25px 20px;
  border: 1px solid #f0f7fc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.features li img {
  margin-bottom: 20px;
}
.features li span {
  display: block;
  font-size: 26px;
  color: #059ba0;
  line-height: 52px;
  text-align: center;
  margin-bottom: 20px;
}
.features li p {
  font-size: 24px;
  color: #3e4c5b;
  line-height: 44px;
  text-align: left;
}

.caseBox {
  border: 1px solid #f0f7fc;
  padding: 3.125vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}
.caseBox img {
  width: 17.6041666667vw;
}
.caseBox p {
  flex: 1;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 44px;
  text-align: left;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hrefBanner .itxt {
    width: 1400px;
    padding: 30px 45px;
    font-size: 20px;
    line-height: 40px;
  }
  .hrefBanner .vBox {
    width: 1400px;
    padding: 70px 0;
    margin-bottom: 70px;
  }
  .hrefBanner .vBox .qleft {
    width: 700px;
    height: 398px;
  }
  .hrefBanner .vBox .qright {
    padding-left: 40px;
  }
  .hrefBanner .vBox .qright h1 {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 30px;
  }
  .hrefBanner .vBox .qright p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .hrefBanner .vBox .qright a {
    width: 260px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
  }

  .nitxt {
    width: 1200px;
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .nitxt .img {
    width: 600px;
  }
  .nitxt .img img {
    width: 100%;
  }
  .nitxt .txts {
    width: 530px;
    height: 369px;
  }
  .nitxt .txts p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 36px;
  }
  .nitxt .txts p:before {
    top: -15px;
  }

  .ctabBox {
    width: 1200px;
    padding: 0 110px;
  }
  .ctabBox li {
    padding: 0 70px;
    font-size: 30px;
    line-height: 80px;
  }

  .iconbox {
    width: 1200px;
    margin: 60px auto;
  }
  .iconbox ul {
    width: 1500px;
  }
  .iconbox li {
    width: 350px;
    padding: 40px 0;
    margin-right: 75px;
    margin-bottom: 30px;
  }
  .iconbox li img {
    width: 90px;
  }
  .iconbox li p {
    font-size: 18px;
    line-height: 36px;
  }
  .iconbox li .qtBox {
    padding: 20px;
  }
  .iconbox li .qtBox p,
  .iconbox li .qtBox span {
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .iconbox li .qtBox p {
    background: url("../images/q_img7.png") left center no-repeat;
    background-size: 6px 10px;
  }
  .iconbox .act .on {
    width: 500px;
  }
  .iconbox .end {
    transform: translateX(-150px);
  }
  .iconbox .end .on {
    width: 500px;
  }

  .detialTxt .bprev {
    left: 20px;
  }
  .detialTxt .bnext {
    right: 20px;
  }
  .detialTxt .bookTxt .contain .top {
    margin-bottom: 30px;
  }
  .detialTxt .bookTxt .contain .top img {
    width: 120px;
  }
  .detialTxt .bookTxt .contain .top p {
    font-size: 36px;
    line-height: 48px;
  }
  .detialTxt .bookTxt .contain .txt {
    padding-left: 10px;
  }
  .detialTxt .bookTxt .contain .txt p,
  .detialTxt .bookTxt .contain .txt span {
    padding-left: 20px;
    font-size: 24px;
    line-height: 48px;
  }

  .sevBg {
    padding-top: 70px;
  }

  .resourcestxt {
    padding: 30px 0;
  }
  .resourcestxt .severResources .swiper-slide {
    min-height: 384px;
    padding: 20px;
  }
  .resourcestxt .severResources h2 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 14px;
  }
  .resourcestxt .severResources ul {
    padding-left: 30px;
  }
  .resourcestxt .severResources ul li {
    padding-left: 16px;
    font-size: 20px;
    line-height: 40px;
    background: url("../images/q_img7_1.png") top 14px left no-repeat;
  }
  .resourcestxt .mapImg {
    top: 0px;
  }

  .Warehouse {
    margin-bottom: 70px;
  }
  .Warehouse ul {
    font-size: 20px;
    line-height: 40px;
  }
  .Warehouse ul li {
    padding-left: 20px;
    background: url("../images/q_img7_1.png") top 15px left no-repeat;
    margin-bottom: 40px;
  }

  .Qualification {
    margin-bottom: 60px;
  }
  .Qualification .icontxt img {
    width: 24px;
    margin: 0;
    margin-right: 10px;
  }
  .Qualification .icontxt .icontit {
    font-size: 24px;
    line-height: 30px;
  }
  .Qualification .introduce {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide {
    padding: 3%;
    height: 450px;
  }

  .tbg .q_img88 {
    width: 800px;
    top: -150px;
  }

  .trainingBox .swiper-slide h2 {
    padding: 20px 0;
    font-size: 22px;
    line-height: 40px;
    padding: 24px 0;
  }
  .trainingBox .swiper-slide ul {
    padding: 15px;
  }
  .trainingBox .swiper-slide ul li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
    background: url("../images/q_img7.png") top 10px left no-repeat;
  }
  .trainingBox .swiper-slide .qshow h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .trainingBox .swiper-slide .qshow h2 img {
    margin-bottom: 20px;
  }

  .proBg {
    padding: 70px 0;
  }

  .proBox .swiper-slide {
    width: 24%;
    padding: 28px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .proBox .swiper-slide .img {
    height: 50px;
  }

  .fantxt {
    padding: 36px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .features {
    height: 340px;
    margin-bottom: 80px;
  }
  .features li {
    width: 32%;
    padding: 25px 20px;
  }
  .features li img {
    width: 70px;
    margin-bottom: 20px;
  }
  .features li span {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .features li p {
    font-size: 20px;
    line-height: 40px;
  }

  .caseBox {
    padding: 90px 0;
    margin-bottom: 100px;
  }
  .caseBox p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hrefBanner .itxt {
    width: 1200px;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 36px;
  }
  .hrefBanner .vBox {
    width: 1200px;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .hrefBanner .vBox .qleft {
    width: 700px;
    height: 398px;
  }
  .hrefBanner .vBox .qright {
    padding-left: 40px;
  }
  .hrefBanner .vBox .qright h1 {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 30px;
  }
  .hrefBanner .vBox .qright p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .hrefBanner .vBox .qright a {
    width: 210px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }

  .nitxt {
    width: 1000px;
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .nitxt .img {
    width: 500px;
  }
  .nitxt .img img {
    width: 100%;
  }
  .nitxt .txts {
    width: 470px;
    height: 307px;
  }
  .nitxt .txts p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 32px;
  }
  .nitxt .txts p:before {
    top: -10px;
  }

  .ctabBox {
    width: 1000px;
    padding: 0 80px;
  }
  .ctabBox li {
    padding: 0 50px;
    font-size: 26px;
    line-height: 60px;
  }

  .iconbox {
    width: 1000px;
    margin: 50px auto;
  }
  .iconbox ul {
    width: 1500px;
  }
  .iconbox li {
    width: 290px;
    padding: 30px 0;
    margin-right: 65px;
    margin-bottom: 30px;
  }
  .iconbox li img {
    width: 80px;
  }
  .iconbox li p {
    font-size: 16px;
    line-height: 36px;
  }
  .iconbox li .qtBox {
    padding: 20px;
  }
  .iconbox li .qtBox p,
  .iconbox li .qtBox span {
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
  }
  .iconbox li .qtBox p {
    background: url("../images/q_img7.png") left center no-repeat;
    background-size: 5px 9px;
  }
  .iconbox .act .on {
    width: 500px;
  }
  .iconbox .end {
    transform: translateX(-210px);
  }
  .iconbox .end .on {
    width: 500px;
  }

  .detialTxt .bprev {
    left: 20px;
  }
  .detialTxt .bnext {
    right: 20px;
  }
  .detialTxt .bookTxt .contain .top {
    margin-bottom: 20px;
  }
  .detialTxt .bookTxt .contain .top img {
    width: 110px;
  }
  .detialTxt .bookTxt .contain .top p {
    font-size: 30px;
    line-height: 40px;
  }
  .detialTxt .bookTxt .contain .txt {
    padding-left: 10px;
  }
  .detialTxt .bookTxt .contain .txt p,
  .detialTxt .bookTxt .contain .txt span {
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .sevBg {
    padding-top: 60px;
  }

  .resourcestxt {
    padding: 20px 0;
  }
  .resourcestxt .severResources .swiper-slide {
    min-height: 354px;
    padding: 20px;
  }
  .resourcestxt .severResources h2 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .resourcestxt .severResources h2 img {
    width: 40px;
  }
  .resourcestxt .severResources ul {
    padding-left: 30px;
  }
  .resourcestxt .severResources ul li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 32px;
    background: url("../images/q_img7_1.png") top 11px left no-repeat;
  }
  .resourcestxt .mapImg {
    top: 0px;
  }

  .Warehouse {
    margin-bottom: 60px;
  }
  .Warehouse ul {
    padding: 5%;
    font-size: 16px;
    line-height: 30px;
  }
  .Warehouse ul li {
    padding-left: 14px;
    background: url("../images/q_img7_1.png") top 10px left no-repeat;
    margin-bottom: 30px;
  }

  .Qualification {
    margin-bottom: 50px;
  }
  .Qualification .icontxt img {
    width: 20px;
    margin: 0;
    margin-right: 10px;
  }
  .Qualification .icontxt .icontit {
    font-size: 20px;
    line-height: 24px;
  }
  .Qualification .introduce {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide {
    padding: 2%;
    height: 400px;
  }

  .tbg .q_img88 {
    width: 700px;
    top: -150px;
  }

  .trainingBox .swiper-slide h2 {
    padding: 15px 0;
    font-size: 20px;
    line-height: 40px;
    padding: 24px 0;
  }
  .trainingBox .swiper-slide ul {
    padding: 15px;
  }
  .trainingBox .swiper-slide ul li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 32px;
    background: url("../images/q_img7.png") top 11px left no-repeat;
  }
  .trainingBox .swiper-slide .qshow h2 {
    font-size: 18px;
    line-height: 36px;
  }
  .trainingBox .swiper-slide .qshow h2 img {
    margin-bottom: 20px;
  }

  .proBg {
    padding: 60px 0;
  }

  .proBox .swiper-slide {
    padding: 25px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .proBox .swiper-slide .img {
    height: 46px;
  }

  .fantxt {
    padding: 30px;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .features {
    height: 350px;
    margin-bottom: 60px;
  }
  .features li {
    padding: 25px 20px;
  }
  .features li img {
    width: 60px;
    margin-bottom: 20px;
  }
  .features li span {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .features li p {
    font-size: 16px;
    line-height: 32px;
  }

  .caseBox {
    padding: 80px 0;
    margin-bottom: 70px;
  }
  .caseBox p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .hrefBanner .itxt {
    width: 960px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 32px;
  }
  .hrefBanner .vBox {
    width: 960px;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .hrefBanner .vBox .qleft {
    width: 600px;
    height: 340px;
  }
  .hrefBanner .vBox .qright {
    padding-left: 30px;
  }
  .hrefBanner .vBox .qright h1 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .hrefBanner .vBox .qright p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .hrefBanner .vBox .qright a {
    width: 180px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }

  .nitxt {
    width: 700px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .nitxt .img {
    width: 300px;
  }
  .nitxt .img img {
    width: 100%;
  }
  .nitxt .txts {
    width: 370px;
    height: 200px;
  }
  .nitxt .txts p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .nitxt .txts p:before {
    top: -10px;
  }

  .ctabBox {
    width: 700px;
    padding: 0 60px;
  }
  .ctabBox li {
    padding: 0 40px;
    font-size: 22px;
    line-height: 50px;
  }

  .iconbox {
    width: 700px;
    margin: 40px auto;
  }
  .iconbox ul {
    width: 1500px;
  }
  .iconbox li {
    width: 210px;
    padding: 30px 0;
    margin-right: 35px;
    margin-bottom: 30px;
  }
  .iconbox li img {
    width: 60px;
  }
  .iconbox li p {
    font-size: 14px;
    line-height: 30px;
  }
  .iconbox li .qtBox {
    padding: 20px;
  }
  .iconbox li .qtBox p,
  .iconbox li .qtBox span {
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
  }
  .iconbox li .qtBox p {
    background: url("../images/q_img7.png") left center no-repeat;
    background-size: 5px 9px;
  }
  .iconbox .act .on {
    width: 400px;
  }
  .iconbox .end {
    transform: translateX(-190px);
  }
  .iconbox .end .on {
    width: 400px;
  }

  .detialTxt .bprev {
    left: 20px;
  }
  .detialTxt .bnext {
    right: 20px;
  }
  .detialTxt .bookTxt .contain .top {
    margin-bottom: 20px;
  }
  .detialTxt .bookTxt .contain .top img {
    width: 80px;
  }
  .detialTxt .bookTxt .contain .top p {
    font-size: 24px;
    line-height: 40px;
  }
  .detialTxt .bookTxt .contain .txt {
    padding-left: 10px;
  }
  .detialTxt .bookTxt .contain .txt p,
  .detialTxt .bookTxt .contain .txt span {
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
  }

  .sevBg {
    padding-top: 50px;
  }

  .resourcestxt {
    padding: 20px 0;
  }
  .resourcestxt .severResources .swiper-slide {
    min-height: 260px;
    padding: 20px;
  }
  .resourcestxt .severResources h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .resourcestxt .severResources h2 img {
    width: 30px;
  }
  .resourcestxt .severResources ul {
    padding-left: 30px;
  }
  .resourcestxt .severResources ul li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 28px;
    background: url("../images/q_img7_1.png") top 9px left no-repeat;
  }
  .resourcestxt .mapImg {
    top: 0px;
  }

  .Warehouse {
    margin-bottom: 50px;
  }
  .Warehouse ul {
    padding: 4%;
    font-size: 14px;
    line-height: 28px;
  }
  .Warehouse ul li {
    padding-left: 12px;
    background: url("../images/q_img7_1.png") top 10px left no-repeat;
    background-size: 5px 8px;
    margin-bottom: 20px;
  }

  .Qualification {
    margin-bottom: 40px;
  }
  .Qualification .icontxt img {
    width: 18px;
    margin: 0;
    margin-right: 10px;
  }
  .Qualification .icontxt .icontit {
    font-size: 18px;
    line-height: 24px;
  }
  .Qualification .introduce {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide {
    padding: 2%;
    height: 290px;
  }

  .tbg .q_img88 {
    width: 600px;
    top: -120px;
  }

  .trainingBox .swiper-slide {
    height: 340px;
  }
  .trainingBox .swiper-slide h2 {
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .trainingBox .swiper-slide ul {
    padding-left: 30px;
  }
  .trainingBox .swiper-slide ul li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 28px;
    background: url("../images/q_img7.png") top 9px left no-repeat;
  }
  .trainingBox .swiper-slide .qshow h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .trainingBox .swiper-slide .qshow h2 img {
    width: 100px;
    margin-bottom: 20px;
  }

  .proBg {
    padding: 50px 0;
  }

  .proBox .swiper-slide {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .proBox .swiper-slide .img {
    height: 20px;
  }

  .fantxt {
    padding: 30px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .features {
    height: 300px;
    margin-bottom: 40px;
  }
  .features li {
    padding: 25px 20px;
  }
  .features li img {
    width: 50px;
    margin-bottom: 20px;
  }
  .features li span {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .features li p {
    font-size: 14px;
    line-height: 28px;
  }

  .caseBox {
    padding: 70px 0;
    margin-bottom: 50px;
  }
  .caseBox p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .hrefBanner .itxt {
    width: 700px;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .hrefBanner .vBox {
    width: 700px;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .hrefBanner .vBox .qleft {
    width: 400px;
    height: 227px;
  }
  .hrefBanner .vBox .qright {
    padding-left: 30px;
  }
  .hrefBanner .vBox .qright h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .hrefBanner .vBox .qright p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .hrefBanner .vBox .qright a {
    width: 160px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }

  .nitxt {
    width: 700px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .nitxt .img {
    width: 300px;
  }
  .nitxt .img img {
    width: 100%;
  }
  .nitxt .txts {
    width: 370px;
    height: 307px;
  }
  .nitxt .txts p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 32px;
  }
  .nitxt .txts p:before {
    top: -10px;
  }

  .ctabBox {
    width: 600px;
    padding: 0 50px;
  }
  .ctabBox li {
    padding: 0 30px;
    font-size: 20px;
    line-height: 40px;
  }

  .iconbox {
    width: 600px;
    margin: 40px auto;
  }
  .iconbox ul {
    width: 1500px;
  }
  .iconbox li {
    width: 190px;
    padding: 30px 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .iconbox li img {
    width: 40px;
  }
  .iconbox li p {
    font-size: 12px;
    line-height: 30px;
  }
  .iconbox li .qtBox {
    padding: 20px;
  }
  .iconbox li .qtBox p,
  .iconbox li .qtBox span {
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
  }
  .iconbox li .qtBox p {
    background: url("../images/q_img7.png") left center no-repeat;
    background-size: 4px 8px;
  }
  .iconbox .act .on {
    width: 300px;
  }
  .iconbox .end {
    transform: translateX(-110px);
  }
  .iconbox .end .on {
    width: 300px;
  }

  .detialTxt .bprev {
    left: 20px;
  }
  .detialTxt .bnext {
    right: 20px;
  }
  .detialTxt .bookTxt .contain .top {
    margin-bottom: 20px;
  }
  .detialTxt .bookTxt .contain .top img {
    width: 50px;
  }
  .detialTxt .bookTxt .contain .top p {
    font-size: 20px;
    line-height: 40px;
  }
  .detialTxt .bookTxt .contain .txt {
    padding-left: 10px;
  }
  .detialTxt .bookTxt .contain .txt p,
  .detialTxt .bookTxt .contain .txt span {
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
  }

  .sevBg {
    padding-top: 30px;
  }

  .resourcestxt {
    padding: 20px 0;
  }
  .resourcestxt .severResources .swiper-slide {
    min-height: 260px;
    padding: 10px;
  }
  .resourcestxt .severResources h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .resourcestxt .severResources h2 img {
    width: 20px;
  }
  .resourcestxt .severResources ul {
    padding-left: 10px;
  }
  .resourcestxt .severResources ul li {
    padding-left: 10px;
    font-size: 12px;
    line-height: 24px;
    background: url("../images/q_img7_1.png") top 9px left no-repeat;
    background-size: 4px 6px;
  }
  .resourcestxt .mapImg {
    top: 0px;
  }

  .Warehouse {
    margin-bottom: 40px;
  }
  .Warehouse ul {
    padding: 3%;
    font-size: 12px;
    line-height: 24px;
  }
  .Warehouse ul li {
    padding-left: 10px;
    background: url("../images/q_img7_1.png") top 10px left no-repeat;
    background-size: 4px 7px;
    margin-bottom: 10px;
  }

  .Qualification {
    margin-bottom: 30px;
  }
  .Qualification .icontxt img {
    width: 16px;
    margin: 0;
    margin-right: 10px;
  }
  .Qualification .icontxt .icontit {
    font-size: 16px;
    line-height: 24px;
  }
  .Qualification .introduce {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide {
    padding: 2%;
    height: 230px;
  }

  .tbg .q_img88 {
    width: 500px;
    top: -100px;
  }

  .trainingBox .swiper-slide {
    padding: 10px;
    height: 260px;
  }
  .trainingBox .swiper-slide h2 {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .trainingBox .swiper-slide ul {
    padding-left: 10px;
  }
  .trainingBox .swiper-slide ul li {
    padding-left: 10px;
    font-size: 12px;
    line-height: 24px;
    background: url("../images/q_img7.png") top 9px left no-repeat;
    background-size: 4px 6px;
  }
  .trainingBox .swiper-slide .qshow h2 {
    font-size: 12px;
    line-height: 20px;
  }
  .trainingBox .swiper-slide .qshow h2 img {
    width: 90px;
    margin-bottom: 20px;
  }

  .proBg {
    padding: 30px 0;
  }

  .proBox .swiper-slide {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .proBox .swiper-slide .img {
    height: 14px;
  }

  .fantxt {
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .features {
    height: 260px;
    margin-bottom: 40px;
  }
  .features li {
    padding: 25px 20px;
  }
  .features li img {
    width: 40px;
    margin-bottom: 20px;
  }
  .features li span {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .features li p {
    font-size: 12px;
    line-height: 24px;
  }

  .caseBox {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .caseBox p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  
  .emal{
    font-size: 14px;
  }
  .hrefBanner .itxt {
    width: 100%;
    box-sizing: border-box;
    padding: 4.6666666667vw 5.3333333333vw;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 3.2vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .hrefBanner .itxt p {
    margin-bottom: 3.4666666667vw;
  }
  .hrefBanner .itxt p:last-child {
    margin-bottom: 0;
  }
  .hrefBanner .vBox {
    width: 100%;
    padding: 0 5.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 12vw;
    margin-bottom: 5.3333333333vw;
    align-items: flex-start;
    flex-direction: column;
  }
  .hrefBanner .vBox .qleft {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
    padding: 0;
    border: none;
    margin-bottom: 4vw;
  }
  .hrefBanner .vBox .qleft video {
    object-fit: cover;
  }
  .hrefBanner .vBox .qright {
    padding-left: 0;
  }
  .hrefBanner .vBox .qright h1 {
    font-size: 7.4666666667vw;
    color: #059ba0;
    line-height: 9.3333333333vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  .hrefBanner .vBox .qright p {
    font-size: 3.2vw;
    color: #3c3c3c;
    line-height: 6.1333333333vw;
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
  .hrefBanner .vBox .qright a {
    width: 45.8666666667vw;
    height: 9.8666666667vw;
    font-size: 3.2vw;
    color: #059ba0;
    line-height: 9.8666666667vw;
    text-align: center;
  }

  .ctabBg {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .ctabBox {
    width: 89.3333333333vw;
    padding: 0;
    border: none;
  }
  .ctabBox li {
    padding: 0 9.3333333333vw;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 13.3333333333vw;
    text-align: center;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .ctabBox .on {
    border-bottom: 0.5333333333vw solid #059ba0;
  }

  .nitxt {
    width: 100%;
    padding: 5.3333333333vw;
    background: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
  }
  .nitxt .img {
    display: none;
  }
  .nitxt .txts {
    width: 100%;
    height: auto;
  }
  .nitxt .txts p {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 6.4vw;
    text-align: left;
    margin: 5.3333333333vw 0;
  }
  .nitxt .txts p:before {
    width: 4vw;
    height: 0.4vw;
    top: -2.6666666667vw;
  }

  .iconbox {
    margin: 5.3333333333vw 0;
  }
  .iconbox .iconboxPc {
    display: none;
  }
  .iconbox > ul {
    display: none;
  }

  .detialTxt {
    width: 89.3333333333vw;
    height: 100%;
    box-sizing: border-box;
    padding: 2.6666666667vw 4vw;
    border-radius: 2.6666666667vw;
    background: url("../images/q_img54.png") center no-repeat;
    background-size: cover;
    position: relative;
    visibility: visible;
  }
  .detialTxt .bprev {
    display: none;
  }
  .detialTxt .bnext {
    display: none;
  }
  .detialTxt .bookTxt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 10.6666666667vw;
  }
  .detialTxt .bookTxt .swiper-pagination {
    display: block;
    color: #fff;
  }
  .detialTxt .bookTxt .contain .top {
    margin-bottom: 2.6666666667vw;
  }
  .detialTxt .bookTxt .contain .top p {
    font-size: 4.2666666667vw;
    color: #fff;
    line-height: 6.4vw;
    text-align: left;
  }
  .detialTxt .bookTxt .contain .top img {
    width: 18.5333333333vw;
  }
  .detialTxt .bookTxt .contain .txt {
    padding-left: 4vw;
  }
  .detialTxt .bookTxt .contain .txt p,
  .detialTxt .bookTxt .contain .txt span {
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 6.4vw;
    text-align: left;
  }
  .detialTxt .bookTxt .contain .txt p {
    background: url("../images/q_img7.png") left center no-repeat;
    background-size: 4px 7px;
  }

  .resourcestxt {
    width: 100%;
    padding: 0vw 0;
    margin-bottom: 30px;
  }
  .resourcestxt .severResources {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #f3f2f2;
  }
  .resourcestxt .severResources .swiper-wrapper {
    width: 100%;
  }
  .resourcestxt .severResources .swiper-pagination {
    display: block;
    color: #3c3c3c;
  }
  .resourcestxt .severResources .swiper-slide {
    width: auto;
    min-height: 64.6666666667vw;
    padding: 4vw;
    background: none;
    border: none;
  }
  .resourcestxt .severResources h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 7.3333333333vw;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .resourcestxt .severResources h2 img {
    width: 7.3333333333vw;
  }
  .resourcestxt .severResources ul {
    padding-left: 4vw;
  }
  .resourcestxt .severResources ul li {
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.6vw;
    text-align: left;
    background: url("../images/q_img7_1.png") top 1.8666666667vw left no-repeat;
    background-size: 0.9333333333vw 1.4666666667vw;
  }
  .resourcestxt .mapImg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 6.6666666667vw;
    z-index: 20;
  }

  .newContain2 {
    overflow: inherit;
  }

  .Warehouse {
    width: 100%;
    padding-top: 40vw;
    padding-bottom: 8vw;
    position: relative;
    margin-bottom: 6.6666666667vw;
  }
  .Warehouse img {
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 10;
  }
  .Warehouse ul {
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: left;
    z-index: 20;
  }
  .Warehouse ul li {
    padding-left: 2.6666666667vw;
    background: url("../images/q_img7_1.png") top 1.8666666667vw left no-repeat;
    background-size: 0.9333333333vw 1.4666666667vw;
    margin-bottom: 4vw;
  }
  .Warehouse ul li:last-child {
    margin-bottom: 0;
  }

  .sevBg2 {
    background: #f3f2f2;
  }

  .Qualification {
    margin-bottom: 10.6666666667vw;
    background: #fff;
    padding-top: 0vw;
    border-radius: 2.6666666667vw;
  }
  .Qualification .icontxt {
    margin-bottom: 0;
  }
  .Qualification .icontxt img {
    width: 12vw;
    margin-bottom: 2.6666666667vw;
  }
  .Qualification .icontxt .icontit {
    font-size: 4vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: center;
  }
  .Qualification .introduce {
    display: none;
  }
  .Qualification .hidetit {
    display: block;
    padding-left: 4.6666666667vw;
    background: url("../images/q_img60.png") left center no-repeat;
    background-size: 4vw 5.4666666667vw;
    font-size: 4vw;
    color: #059ba0;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  .Qualification .hideIn {
    display: block;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 6.6666666667vw;
  }
  .Qualification .Quali .swiper-pagination {
    display: block;
    color: #3c3c3c;
  }
  .Qualification .Quali .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide {
    border: none;
    width: auto;
    padding: 4.8vw;
    padding-bottom: 8vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: none;
  }
  .Qualification .Quali .swiper-wrapper .swiper-slide img {
    width: auto;
    max-width: 100%;
  }
  .Qualification .Quali .swiper-wrapper .qtxtBox {
    padding: 2.6666666667vw;
  }

  .q_img88 {
    display: none;
  }

  .trainingBox {
    padding-top: 8vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
    background: #fff;
    border-radius: 2.6666666667vw;
  }
  .trainingBox .swiper-pagination {
    display: block;
    color: #3c3c3c;
  }
  .trainingBox .swiper-slide {
    width: auto;
    border: none;
    height: 61.3333333333vw;
    box-sizing: border-box;
    padding: 4vw 14.6666666667vw;
    background: none;
    position: relative;
  }
  .trainingBox .swiper-slide h2 {
    width: 49.3333333333vw;
    padding: 0;
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    color: #059ba0;
    line-height: 7.3333333333vw;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #059ba0;
    margin: 0 auto;
  }
  .trainingBox .swiper-slide h2 img {
    width: 12vw;
    margin-bottom: 2.6666666667vw;
  }
  .trainingBox .swiper-slide ul {
    padding-left: 4vw;
  }
  .trainingBox .swiper-slide ul li {
    padding-left: 2.6666666667vw;
    font-size: 3.4666666667vw;
    color: #3e4c5b;
    line-height: 5.6vw;
    text-align: left;
    background: url("../images/q_img7_1.png") top 1.8666666667vw left no-repeat;
    background-size: 0.9333333333vw 1.4666666667vw;
  }
  .trainingBox .swiper-slide .qshow {
    display: none;
  }
  .trainingBox .swiper-slide .qhide {
    transform: translateY(0);
    background: none;
  }
  .trainingBox .swiper-slide .qhide .pc {
    display: none;
  }
  .trainingBox .swiper-slide .qhide .phone {
    display: block;
  }

  .liBg {
    background: #f3f2f2;
  }

  .proBg {
    padding: 6.6666666667vw 0;
  }

  .proBox {
    background: url("../images/q_img54.png") center no-repeat;
    background: none;
    background-size: cover;
    border-radius: 0vw;
    overflow: hidden;
  }
  .proBox .swiper-slide {
    width: 49%;
    background: #fff;
    padding: 0;
    font-size: 3.2vw;
    line-height: 10.6666666667vw;
    margin-bottom: 0;
    color: #3c3c3c;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
  .proBox .swiper-slide a {
    width: auto;
  }
  .proBox .swiper-slide .mr {
    display: none !important;
  }
  .proBox .swiper-slide .xz {
    display: none !important;
  }
  .proBox .swiper-slide .img {
    width: 7.6vw;
    height: auto;
  }
  .proBox .swiper-slide:hover {
    background: #059ba0;
  }
  .proBox .swiper-slide:hover .mr {
    display: none;
  }
  .proBox .swiper-slide:hover .xz {
    display: none;
  }
  .proBox .swiper-pagination {
    color: #fff;
  }

  .fantxt {
    padding: 6.6666666667vw 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    margin-bottom: 6.6666666667vw;
    background: #fff;
    border-radius: 2.6666666667vw;
  }

  .features {
    height: auto;
    margin-bottom: 8vw;
    flex-direction: column;
  }
  .features li {
    width: 100%;
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .features li img {
    width: 8.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .features li span {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .features li p {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }

  .caseBox {
    padding: 5.3333333333vw 8vw;
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-bottom: 12vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .caseBox img {
    width: 32vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .caseBox p {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
.nTabBox1 {
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
}
.nTabBox1 ul {
  width: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.nTabBox1 ul li {
  width: 25%;
  height: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  color: #3e4c5b;
  line-height: 46px;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.nTabBox1 ul li span {
  display: block;
  width: 100%;
  height: 52px;
  background-size: contain !important;
  background: url("../images/q_img92.png") center no-repeat;
}
.nTabBox1 ul li.actOn,
.nTabBox1 ul li:hover {
  border-bottom: 2px solid #059ba0;
  color: #059ba0;
}
.nTabBox1 ul li.actOn span,
.nTabBox1 ul li:hover span {
  background: url("../images/q_img92_1.png") center no-repeat;
}
.nTabBox1 ul li.bBox span {
  background: url("../images/q_img92.png") center no-repeat !important;
  background-size: auto 100% !important;
}
.nTabBox1 ul li.bBox.actOn span,
.nTabBox1 ul li.bBox:hover span {
  background: url("../images/q_img92_1.png") center no-repeat !important;
  background-size: auto 100% !important;
}
.nTabBox1 ul li:nth-child(1) span {
  background: url("../images/q_img90.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(1).actOn span,
.nTabBox1 ul li:nth-child(1):hover span {
  background: url("../images/q_img90_1.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(2) span {
  background: url("../images/q_img91.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(2).actOn span,
.nTabBox1 ul li:nth-child(2):hover span {
  background: url("../images/q_img91_1.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(3) span {
  background: url("../images/q_img92.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(3).actOn span,
.nTabBox1 ul li:nth-child(3):hover span {
  background: url("../images/q_img92_1.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(4) span {
  background: url("../images/q_img93.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(4).actOn,
.nTabBox1 ul li:nth-child(4):hover {
  border-bottom: 2px solid #059ba0;
  color: #059ba0;
}
.nTabBox1 ul li:nth-child(4).actOn span,
.nTabBox1 ul li:nth-child(4):hover span {
  background: url("../images/q_img93_1.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(5) span {
  background: url("../images/q_img94.png") center no-repeat;
}
.nTabBox1 ul li:nth-child(5).actOn,
.nTabBox1 ul li:nth-child(5):hover {
  border-bottom: 2px solid #059ba0;
  color: #059ba0;
}
.nTabBox1 ul li:nth-child(5).actOn span,
.nTabBox1 ul li:nth-child(5):hover span {
  background: url("../images/q_img94_1.png") center no-repeat;
}

.downSearchBox {
  width: 1600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.downSearchBox .seBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downSearchBox .seBox2 {
  display: none;
}
.downSearchBox .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.downSearchBox .left p {
  padding-left: 40px;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 56px;
  text-align: left;
  background: url("../images/q_img95.png") left center no-repeat;
  margin-right: 20px;
  cursor: pointer;
}
.downSearchBox .left .on {
  background: url("../images/q_img95_1.png") left center no-repeat;
}
.downSearchBox .left a {
  display: block;
  width: 150px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background: #059ba0;
}
.downSearchBox .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.downSearchBox .right .selBox {
  width: 210px;
  height: 54px;
  border: 1px solid #059ba0;
  margin-right: 15px;
  position: relative;
}
.downSearchBox .right .selBox p {
  height: 100%;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 54px;
  text-align: left;
  text-indent: 10px;
  padding-right: 30px;
  background: url("../images/q_img98.png") right 10px center no-repeat;
}
.downSearchBox .right .selBox select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.downSearchBox .right .iBox {
  width: 210px;
  height: 54px;
  border: 1px solid #059ba0;
  margin-right: 15px;
}
.downSearchBox .right .iBox input {
  height: 100%;
  font-size: 18px;
  color: #3e4c5b;
  line-height: 54px;
  text-align: left;
  text-indent: 10px;
}
.downSearchBox .right .seaBtn {
  width: 150px;
  height: 56px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background: #059ba0;
  cursor: pointer;
}

.nots {
  font-size: 20px;
  color: #3e4c5b;
  line-height: 56px;
  text-align: center;
}

.qTabBarBox {
  width: 1600px;
  margin: 0 auto;
}
.qTabBarBox .tabBar {
  width: 100%;
  min-height: 400px;
  display: none;
}
.qTabBarBox .tabBar:nth-child(1) {
  display: block;
}
.qTabBarBox .downList {
  overflow: hidden;
}
.qTabBarBox .downList li {
  width: 19%;
  margin-right: 1.25%;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}
.qTabBarBox .downList li .img {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.qTabBarBox .downList li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.qTabBarBox .downList li .img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 10;
}
.qTabBarBox .downList li .img a:after {
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  background: url("../images/q_img97.png") center no-repeat;
  background-size: 77px;
  pointer-events: none;
}
.qTabBarBox .downList li .img:hover a {
  opacity: 1;
  transition: all 0.2s linear;
}
.qTabBarBox .downList li p {
  font-size: 18px;
  color: #3e4c5b;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.qTabBarBox .downList li .pOn {
  padding-right: 30px;
  text-align: left;
  background: url("../images/q_img95.png") right center no-repeat;
}
.qTabBarBox .downList .on .pOn {
  background: url("../images/q_img95_1.png") right center no-repeat;
}
.qTabBarBox .downList li:nth-child(5n) {
  margin-right: 0;
}
.qTabBarBox .tableBox {
  width: 100%;
  margin-bottom: 70px;
}
.qTabBarBox .tableBox table {
  width: 100%;
  border-collapse: collapse;
}
.qTabBarBox .tableBox table tr:nth-child(1) {
  background: #eaeaea;
}
.qTabBarBox .tableBox table th {
  font-size: 18px;
  color: #3e4c5b;
  line-height: 68px;
  text-align: center;
  font-weight: bold;
}
.qTabBarBox .tableBox table th:nth-child(1) {
  width: 140px;
  padding-left: 20px;
}
.qTabBarBox .tableBox table th:nth-child(1) span {
  display: block;
  padding-left: 40px;
  text-align: left;
  background: url("../images/q_img95.png") left center no-repeat;
  cursor: pointer;
}
.qTabBarBox .tableBox table th:nth-child(1) .on {
  background: url("../images/q_img95_1.png") left center no-repeat;
}
.qTabBarBox .tableBox table th:nth-child(2) {
  width: 160px;
}
.qTabBarBox .tableBox table th:nth-child(3) {
  width: 25%;
}
.qTabBarBox .tableBox table th:nth-child(4) {
  width: 38%;
}
.qTabBarBox .tableBox table th:nth-child(5) {
  width: 80px;
}
.qTabBarBox .tableBox table td {
  padding: 20px 10px;
  border-bottom: 1px solid #eaeaea;
}
.qTabBarBox .tableBox table td span {
  display: block;
  height: 26px;
  width: 26px;
  background: url("../images/q_img95.png") left center no-repeat;
  cursor: pointer;
}
.qTabBarBox .tableBox table td > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qTabBarBox .tableBox table td p {
  font-size: 16px;
  color: #121619;
  line-height: 32px;
  text-align: left;
}
.qTabBarBox .tableBox table td a {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/m26.png") center no-repeat;
  background-size: 22px;
}
.qTabBarBox .tableBox table td:nth-child(1) {
  padding-left: 20px;
}
.qTabBarBox .tableBox table .act td .cOn {
  background: url("../images/q_img95_1.png") left center no-repeat;
}
.qTabBarBox .tableBoxd tr td:nth-child(1),
.qTabBarBox .tableBoxd tr th:nth-child(1) {
  display: none;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  
  .emal{
    font-size: 18px;
  }
  .nTabBox1 {
    margin-bottom: 50px;
  }
  .nTabBox1 ul {
    width: 1400px;
  }
  .nTabBox1 ul li {
    width: 25%;
    height: 140px;
    font-size: 22px;
    line-height: 40px;
  }
  .nTabBox1 ul li span {
    height: 48px;
  }

  .downSearchBox {
    width: 1400px;
    margin-bottom: 40px;
  }
  .downSearchBox .left p {
    padding-left: 30px;
    font-size: 18px;
    line-height: 56px;
    background-size: 20px !important;
  }
  .downSearchBox .left a {
    width: 150px;
    font-size: 18px;
    line-height: 56px;
  }
  .downSearchBox .right .selBox {
    height: 54px;
  }
  .downSearchBox .right .selBox p {
    font-size: 18px;
    line-height: 54px;
    padding-right: 30px;
  }
  .downSearchBox .right .iBox {
    height: 54px;
  }
  .downSearchBox .right .iBox input {
    font-size: 18px;
    line-height: 54px;
    padding-right: 30px;
  }
  .downSearchBox .right .seaBtn {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }

  .nots {
    font-size: 18px;
    line-height: 56px;
  }

  .qTabBarBox {
    width: 1400px;
  }
  .qTabBarBox .downList li .img a:after {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
  .qTabBarBox .downList li p {
    font-size: 18px;
    line-height: 26px;
    padding-right: 30px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox {
    margin-bottom: 60px;
  }
  .qTabBarBox .tableBox table th {
    font-size: 18px;
    line-height: 68px;
  }
  .qTabBarBox .tableBox table th:nth-child(1) span {
    padding-left: 40px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td span {
    height: 20px;
    width: 20px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td p {
    font-size: 16px;
    line-height: 32px;
  }
  .qTabBarBox .tableBox table td a {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  
  .emal{
    font-size: 16px;
  }
  .nTabBox1 {
    margin-bottom: 50px;
  }
  .nTabBox1 ul {
    width: 1200px;
  }
  .nTabBox1 ul li {
    width: 25%;
    height: 120px;
    font-size: 18px;
    line-height: 36px;
  }
  .nTabBox1 ul li span {
    height: 44px;
  }

  .downSearchBox {
    width: 1200px;
    margin-bottom: 40px;
  }
  .downSearchBox .left p {
    padding-left: 30px;
    font-size: 18px;
    line-height: 56px;
    background-size: 20px !important;
  }
  .downSearchBox .left a {
    width: 150px;
    font-size: 18px;
    line-height: 56px;
  }
  .downSearchBox .right .selBox {
    height: 54px;
  }
  .downSearchBox .right .selBox p {
    font-size: 18px;
    line-height: 54px;
    padding-right: 30px;
  }
  .downSearchBox .right .iBox {
    height: 54px;
  }
  .downSearchBox .right .iBox input {
    font-size: 18px;
    line-height: 54px;
  }
  .downSearchBox .right .seaBtn {
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }

  .nots {
    font-size: 16px;
    line-height: 56px;
  }

  .qTabBarBox {
    width: 1200px;
  }
  .qTabBarBox .downList li .img a:after {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
  .qTabBarBox .downList li p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 30px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox {
    margin-bottom: 50px;
  }
  .qTabBarBox .tableBox table th {
    font-size: 16px;
    line-height: 60px;
  }
  .qTabBarBox .tableBox table th:nth-child(1) span {
    padding-left: 30px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td span {
    height: 20px;
    width: 20px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td p {
    font-size: 14px;
    line-height: 28px;
  }
  .qTabBarBox .tableBox table td a {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  
  .emal{
    font-size: 16px;
  }
  .nTabBox1 {
    margin-bottom: 50px;
  }
  .nTabBox1 ul {
    width: 900px;
  }
  .nTabBox1 ul li {
    width: 25%;
    height: 100px;
    font-size: 16px;
    line-height: 30px;
  }
  .nTabBox1 ul li span {
    height: 40px;
  }

  .downSearchBox {
    width: 900px;
    margin-bottom: 40px;
  }
  .downSearchBox .left p {
    padding-left: 30px;
    font-size: 16px;
    line-height: 40px;
    background-size: 20px !important;
  }
  .downSearchBox .left a {
    width: 150px;
    font-size: 16px;
    line-height: 40px;
  }
  .downSearchBox .right .selBox {
    height: 38px;
  }
  .downSearchBox .right .selBox p {
    font-size: 16px;
    line-height: 38px;
    padding-right: 30px;
  }
  .downSearchBox .right .iBox {
    height: 40px;
  }
  .downSearchBox .right .iBox input {
    font-size: 16px;
    line-height: 40px;
  }
  .downSearchBox .right .seaBtn {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .nots {
    font-size: 14px;
    line-height: 56px;
  }

  .qTabBarBox {
    width: 900px;
  }
  .qTabBarBox .downList li {
    margin-bottom: 15px;
  }
  .qTabBarBox .downList li .img a:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .qTabBarBox .downList li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox {
    margin-bottom: 40px;
  }
  .qTabBarBox .tableBox table th {
    font-size: 14px;
    line-height: 50px;
  }
  .qTabBarBox .tableBox table th:nth-child(1) span {
    padding-left: 30px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td span {
    height: 20px;
    width: 20px;
    background-size: 20px !important;
  }
  .qTabBarBox .tableBox table td p {
    font-size: 12px;
    line-height: 28px;
  }
  .qTabBarBox .tableBox table td a {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  
  .emal{
    font-size: 16px;
  }
  .nTabBox1 {
    margin-bottom: 50px;
  }
  .nTabBox1 ul {
    width: 700px;
  }
  .nTabBox1 ul li {
    width: 25%;
    height: 100px;
    font-size: 14px;
    line-height: 24px;
  }
  .nTabBox1 ul li span {
    height: 26px;
  }

  .downSearchBox {
    width: 700px;
    margin-bottom: 40px;
  }
  .downSearchBox .left p {
    padding-left: 30px;
    font-size: 14px;
    line-height: 40px;
    background-size: 16px !important;
  }
  .downSearchBox .left a {
    width: 120px;
    font-size: 14px;
    line-height: 40px;
  }
  .downSearchBox .right .selBox {
    width: 150px;
    height: 38px;
  }
  .downSearchBox .right .selBox p {
    font-size: 14px;
    line-height: 38px;
    padding-right: 30px;
  }
  .downSearchBox .right .iBox {
    width: 150px;
    height: 40px;
  }
  .downSearchBox .right .iBox input {
    font-size: 14px;
    line-height: 40px;
  }
  .downSearchBox .right .seaBtn {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .nots {
    font-size: 12px;
    line-height: 56px;
  }

  .qTabBarBox {
    width: 700px;
  }
  .qTabBarBox .downList li {
    margin-bottom: 15px;
  }
  .qTabBarBox .downList li .img a:after {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .qTabBarBox .downList li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
    background-size: 16px !important;
  }
  .qTabBarBox .tableBox {
    margin-bottom: 40px;
  }
  .qTabBarBox .tableBox table th {
    font-size: 14px;
    line-height: 50px;
  }
  .qTabBarBox .tableBox table th:nth-child(1) span {
    padding-left: 30px;
    background-size: 16px !important;
  }
  .qTabBarBox .tableBox table td span {
    height: 16px;
    width: 16px;
    background-size: 16px !important;
  }
  .qTabBarBox .tableBox table td p {
    font-size: 12px;
    line-height: 28px;
  }
  .qTabBarBox .tableBox table td a {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
@media (max-width: 768px) {
  .pplogo {
    width: 89.3333333333vw;
    height: 17.3333333333vw;
    background: #fff;
    box-sizing: border-box;
    padding: 0 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -8vw;
    position: relative;
    z-index: 10;
    margin-bottom: 4vw;
  }
  .pplogo .left {
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: center;
  }
  .pplogo .left span {
    display: block;
    height: 8vw;
    background: url("../images/q_img90.png") center no-repeat;
    background-size: contain;
  }
  .pplogo a {
    display: block;
    width: 21.6vw;
    height: 10.4vw;
    border-radius: 10.4vw;
    background: #059ba0 url("../images/q_img99.png") center no-repeat;
    background-size: 3.4666666667vw;
  }

  .nTabBox1 {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .nTabBox1 ul {
    width: 100%;
  }
  .nTabBox1 ul li {
    width: 25%;
    height: 21.3333333333vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .nTabBox1 ul li span {
    height: 7.4666666667vw;
  }
  .nTabBox1 ul li:nth-child(1) span {
    background: url("../images/q_img91.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(1).actOn,
  .nTabBox1 ul li:nth-child(1):hover {
    border-bottom: 2px solid #059ba0;
    color: #059ba0;
  }
  .nTabBox1 ul li:nth-child(1).actOn span,
  .nTabBox1 ul li:nth-child(1):hover span {
    background: url("../images/q_img91_1.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(2) span {
    background: url("../images/q_img92.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(2).actOn,
  .nTabBox1 ul li:nth-child(2):hover {
    border-bottom: 2px solid #059ba0;
    color: #059ba0;
  }
  .nTabBox1 ul li:nth-child(2).actOn span,
  .nTabBox1 ul li:nth-child(2):hover span {
    background: url("../images/q_img92_1.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(3) span {
    background: url("../images/q_img93.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(3).actOn,
  .nTabBox1 ul li:nth-child(3):hover {
    border-bottom: 2px solid #059ba0;
    color: #059ba0;
  }
  .nTabBox1 ul li:nth-child(3).actOn span,
  .nTabBox1 ul li:nth-child(3):hover span {
    background: url("../images/q_img93_1.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(4) span {
    background: url("../images/q_img94.png") center no-repeat;
  }
  .nTabBox1 ul li:nth-child(4).actOn,
  .nTabBox1 ul li:nth-child(4):hover {
    border-bottom: 2px solid #059ba0;
    color: #059ba0;
  }
  .nTabBox1 ul li:nth-child(4).actOn span,
  .nTabBox1 ul li:nth-child(4):hover span {
    background: url("../images/q_img94_1.png") center no-repeat;
  }

  .downSearchBox {
    width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .downSearchBox .seBox1 .iBox {
    width: 62.1333333333vw !important;
  }
  .downSearchBox .seBox2 {
    display: none;
  }
  .downSearchBox .left {
    display: none;
  }
  .downSearchBox .right {
    width: 100%;
    justify-content: space-between;
  }
  .downSearchBox .right .selBox {
    width: 31.2vw;
    height: 10.4vw;
    box-sizing: border-box;
    margin-right: 0;
  }
  .downSearchBox .right .selBox p {
    font-size: 3.2vw;
    line-height: 10.4vw;
    text-indent: 2.6666666667vw;
    padding-right: 4vw;
    background: url("../images/q_img98.png") right 1.3333333333vw center
      no-repeat;
    background-size: 2.4vw 1.3333333333vw;
  }
  .downSearchBox .right .iBox {
    width: 28vw;
    height: 10.4vw;
    margin-right: 0;
  }
  .downSearchBox .right .iBox input {
    font-size: 3.2vw;
    line-height: 10.4vw;
    text-indent: 2.6666666667vw;
  }
  .downSearchBox .right .seaBtn {
    width: 24vw;
    height: 10.4vw;
    border-radius: 10.4vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 10.4vw;
    text-align: center;
  }

  .nots {
    font-size: 4vw;
    color: #3e4c5b;
    line-height: 7.4666666667vw;
    text-align: center;
  }

  .qTabBarBox {
    width: 89.3333333333vw;
  }
  .qTabBarBox .tabBar {
    min-height: 53.3333333333vw;
  }
  .qTabBarBox .downList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qTabBarBox .downList li {
    width: 48%;
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-right: 0;
    margin-bottom: 4vw;
    cursor: pointer;
  }
  .qTabBarBox .downList li .img {
    padding-bottom: 66%;
    border-radius: 2.6666666667vw;
  }
  .qTabBarBox .downList li a {
    display: block;
    padding: 2.6666666667vw;
    padding-right: 8vw;
    font-size: 2.9333333333vw;
    color: #3e4c5b;
    line-height: 4vw;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url("../images/m26.png") right 2.6666666667vw center no-repeat;
    background-size: 3.7333333333vw;
  }
  .qTabBarBox .downmore {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .qTabBarBox .downBox {
    width: 100%;
    padding: 0.5333333333vw;
    background: #fff;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
    box-sizing: border-box;
  }
  .qTabBarBox .downBox ul {
    border-radius: 2.6666666667vw;
    overflow: hidden;
  }
  .qTabBarBox .downBox ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .qTabBarBox .downBox ul li label {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    color: #3e4c5b;
    line-height: 5.3333333333vw;
    text-align: center;
  }
  .qTabBarBox .downBox ul li > div {
    width: 60vw;
    padding: 2.6666666667vw 8vw;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 3.2vw;
    color: #121619;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .qTabBarBox .downBox ul li a {
    display: block;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    background: url("../images/q_img100.png") center no-repeat;
    background-size: contain;
  }
  .qTabBarBox .downBox ul li:last-child label {
    border-bottom: none;
  }
  .qTabBarBox .downBox ul li:last-child > div {
    border-bottom: none;
  }
}
.topBanner {
  overflow: hidden;
}
.topBanner .prijectBox {
  position: absolute;
  top: 3.125vw;
  right: 16.6666666667vw;
  opacity: 0;
  transform: scale(0);
  transform-origin: 26.0416666667vw center;
  z-index: 20;
}
.topBanner .prijectBox .proj {
  width: 34.4270833333vw;
}
.topBanner .prijectBox .pm {
  width: 18.125vw;
  position: absolute;
  top: 1.0416666667vw;
  left: 9.8958333333vw;
  opacity: 0;
}
.topBanner .titTxt {
  position: absolute;
  left: 16.9791666667vw;
  top: 14.0625vw;
  opacity: 0;
  transform: translateY(200px);
  z-index: 20;
}
.topBanner .titTxt p {
  font-size: 2.0833333333vw;
  color: #fff;
  line-height: 2.6041666667vw;
  text-align: left;
  margin-bottom: 10px;
}
.topBanner .titTxt span {
  font-size: 1.5625vw;
  color: #fff;
  line-height: 2.0833333333vw;
  text-align: left;
  display: block;
}
.topBanner .titTxt img {
  width: 22.9166666667vw;
  margin-bottom: 20px;
}
.topBanner .titTxt .line {
  width: 6.25vw;
  height: 1px;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}
.topBanner .light {
  width: 94.375vw;
  position: absolute;
  right: 1.5625vw;
  top: 29.6875vw;
  opacity: 0;
  transform: scale(0);
  transform-origin: 72.9166666667vw top;
}
.topBanner .iconBoxs {
  width: 72.9166666667vw;
  position: absolute;
  left: 50%;
  bottom: 2.6041666667vw;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topBanner .iconBoxs li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100px);
}
.topBanner .iconBoxs img {
  width: 6.5104166667vw;
  margin-bottom: 10px;
}
.topBanner .iconBoxs p {
  font-size: 1.25vw;
  color: #fff;
  line-height: 2.0833333333vw;
  text-align: center;
}
.topBanner.qAct .prijectBox {
  transform: scale(1);
  opacity: 1;
  transition: all 1s linear;
}
.topBanner.qAct .prijectBox .pm {
  opacity: 1;
  transition: all 0.4s linear 1s;
}
.topBanner.qAct .light {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s linear 0.5s;
}
.topBanner.qAct .titTxt {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s linear;
}
.topBanner.qAct .iconBoxs li:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear 1.2s;
}
.topBanner.qAct .iconBoxs li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear 1.4s;
}
.topBanner.qAct .iconBoxs li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear 1.6s;
}
.topBanner.qAct .iconBoxs li:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear 1.8s;
}
.topBanner .videoBan {
  display: block;
  width: 100%;
  object-fit: cover;
}

.detailBox {
  width: 100%;
  overflow: hidden;
}
.detailBox .viBox {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detailBox .viBox .vTit {
  margin-bottom: 3.125vw;
  position: absolute;
  z-index: 20;
}
.detailBox .viBox .vTit1 {
  width: 28.75vw;
  top: 10.4166666667vw;
  left: 3.125vw;
}
.detailBox .viBox .vTit2 {
  width: 27.96875vw;
  left: 3.125vw;
  top: 10.4166666667vw;
}
.detailBox .viBox .vdBox {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.detailBox .viBox .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  object-fit: cover;
}
.detailBox .viBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailBox .viBox .playVideo {
  width: 6.6666666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  cursor: pointer;
}
.detailBox .hsBox {
  width: 87.5vw;
  margin: 2.6041666667vw auto;
}
.detailBox .imgVideoBox {
  width: 100%;
  background: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailBox .imgVideoBox .txBtn p {
  width: 13.5416666667vw;
  height: 6.4583333333vw;
  background: #181818;
  border: 1px solid #2d2d2d;
  font-size: 2.6041666667vw;
  color: #555;
  line-height: 6.4583333333vw;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.detailBox .imgVideoBox .txBtn p:nth-child(1) {
  margin-bottom: 8.3333333333vw;
}
.detailBox .imgVideoBox .txBtn p:after {
  content: "";
  width: 1px;
  height: 2.0833333333vw;
  position: absolute;
  left: 50%;
  background: #2e2e2e;
}
.detailBox .imgVideoBox .txBtn .on {
  border: 1px solid #a4e1ff;
  background: linear-gradient(to right, #26cfce, #1a2a80);
  color: #fff;
}
.detailBox .imgVideoBox .txBtn .on:nth-child(1):after {
  background: #7c7c7c;
}
.detailBox .imgVideoBox .txBtn .on:nth-child(2):after {
  background: #7c7c7c;
}
.detailBox .imgVideoBox .txBtn p:nth-child(1):after {
  bottom: -4.1666666667vw;
}
.detailBox .imgVideoBox .txBtn p:nth-child(2):after {
  top: -4.1666666667vw;
}
.detailBox .imgVideoBox .imgVideo {
  width: 100%;
  height: 56.25vw;
}
.detailBox .imgVideoBox .imgVideo video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.detailBox .imgVideoBox .imgVideo li {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.detailBox .imgVideoBox .imgVideo li:first-child {
  display: block;
}
.detailBox .imgVideoBox .imgVideo .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  object-fit: cover;
}
.detailBox .imgVideoBox .imgVideo .playBtnC {
  width: 8.8541666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 20;
}
.detailBox .proBoxLine {
  position: absolute;
  left: 23.0208333333vw;
  top: 2.9166666667vw;
}
.detailBox .proBoxLine li {
  height: 1.7708333333vw;
  background: linear-gradient(to right, #373737, #6a6a6a);
  box-shadow: inset 0 -0.2083333333vw 0.5208333333vw rgba(255, 255, 255, 0.4);
  border-radius: 1.875vw;
  position: absolute;
  left: 0;
}
.detailBox .proBoxLine li:nth-child(1) {
  width: 0;
  top: 0;
  background: linear-gradient(to right, #1f2e83, #2fcecf);
}
.detailBox .proBoxLine li:nth-child(2) {
  width: 0;
  top: 6.4583333333vw;
}
.detailBox .proBoxLine li:nth-child(3) {
  width: 0;
  top: 12.8125vw;
}
.detailBox .imgs {
  width: 100%;
  position: relative;
}
.detailBox .imgs img {
  width: 100%;
}
.detailBox .imgs.on .proBoxLine li {
  transition: all 1s ease-in;
}
.detailBox .imgs.on .proBoxLine li:nth-child(1) {
  width: 53.125vw;
}
.detailBox .imgs.on .proBoxLine li:nth-child(2) {
  width: 37.5vw;
}
.detailBox .imgs.on .proBoxLine li:nth-child(3) {
  width: 17.7083333333vw;
}
.detailBox .chooseBoxImg {
  position: relative;
}
.detailBox .chooseBoxImg .cImgBox li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.detailBox .chooseBoxImg .cImgBox li img {
  width: 100%;
}
.detailBox .chooseBoxImg .cImgBox .on {
  position: relative;
  display: block;
}
.detailBox .chooseBoxImg .cTxtBtn {
  position: absolute;
  right: 15.625vw;
  bottom: 1.5625vw;
}
.detailBox .chooseBoxImg .cTxtBtn li {
  width: 27.6041666667vw;
  height: 13.75vw;
  box-sizing: border-box;
  padding-left: 2.6041666667vw;
  border: 2px solid #fff;
  margin-bottom: 2.0833333333vw;
  opacity: 0.4;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.detailBox .chooseBoxImg .cTxtBtn li strong {
  font-size: 2.3958333333vw;
  color: #fff;
  line-height: 2.6041666667vw;
  text-align: left;
}
.detailBox .chooseBoxImg .cTxtBtn li p {
  font-size: 1.5625vw;
  color: #fff;
  line-height: 2.0833333333vw;
  text-align: left;
}
.detailBox .chooseBoxImg .cTxtBtn .actOn {
  opacity: 1;
  background: #2379a5;
}
.detailBox .chooseBoxImg .cTxtBtn li:hover {
  opacity: 1;
  background: #2379a5;
}
.detailBox .boxImgHk {
  position: relative;
}
.detailBox .boxImgHk .txtIm {
  width: 20.2083333333vw;
  position: absolute;
  right: 14.0625vw;
  top: 50%;
  transform: translateY(-50%);
}
.detailBox .boxImgB {
  position: relative;
}
.detailBox .boxImgB .boxImg {
  width: 55.7291666667vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.detailBox .boxImgB .boxImg img {
  width: 100%;
}
.detailBox .threeImg {
  width: 100%;
  height: 50vw;
}
.detailBox .threeImg .txt {
  position: absolute;
  left: 18.75vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.detailBox .threeImg .txt > p {
  font-size: 3.125vw;
  color: #282828;
  line-height: 3.6458333333vw;
  text-align: left;
  margin-bottom: 2.0833333333vw;
}
.detailBox .threeImg .txt > p:before {
  content: "";
  display: block;
  width: 5.7291666667vw;
  height: 1px;
  background: #282828;
  position: absolute;
  top: -2.6041666667vw;
}
.detailBox .threeImg .txtW > p {
  color: #fff;
}
.detailBox .threeImg .txtW > p:before {
  background: #fff;
}
.detailBox .threeImg .txtW .chooseBtn li {
  color: #eaeaea;
}
.detailBox .threeImg .txtW .chooseBtn li strong {
  border: 1px solid #eaeaea;
}
.detailBox .threeImg .chooseBtn li {
  font-size: 1.5625vw;
  color: #333;
  line-height: 1.5625vw;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.detailBox .threeImg .chooseBtn li strong {
  display: block;
  box-sizing: content-box;
  width: 0.625vw;
  height: 0.625vw;
  padding: 0.2083333333vw;
  border-radius: 50%;
  background: none;
  background-clip: content-box;
  border: 1px solid #333;
  margin-right: 5px;
}
.detailBox .threeImg .chooseBtn li:nth-child(2n) {
  width: 1px;
  height: 1.25vw;
  background: #2c7aa1;
  margin: 0.4166666667vw 0;
  margin-left: 0.5208333333vw;
  pointer-events: none;
}
.detailBox .threeImg .chooseBtn li:hover {
  color: #2c7aa1 !important;
}
.detailBox .threeImg .chooseBtn .on {
  font-size: 2.0833333333vw;
  color: #2c7aa1 !important;
  margin-left: -0.3125vw;
}
.detailBox .threeImg .chooseBtn .on strong {
  display: block;
  width: 0.9375vw;
  height: 0.9375vw;
  padding: 0.3125vw;
  background: #2c7aa1;
  background-clip: content-box;
  border: 1px solid #2c7aa1;
}
.detailBox .threeImg .imgBgT {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.detailBox .threeImg .imgBgT img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.detailBox .threeImg .imgBgT img:nth-child(1) {
  display: block;
}
.detailBox .xlzImgs {
  width: 100%;
  position: relative;
}
.detailBox .xlzImgs video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.detailBox .xlzImgs .txtI {
  width: 31.0416666667vw;
  position: absolute;
  right: 11.9791666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.detailBox .handBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.detailBox .handBox .iBg {
  width: 100%;
}
.detailBox .handBox .hand {
  width: 31.1979166667vw;
  position: absolute;
  left: 38.8020833333vw;
  bottom: 0;
  transform: translate(5.2083333333vw, 21.6145833333vw);
}
.detailBox .handBox .paperBox {
  width: 12.5vw;
  position: absolute;
  left: 34.0625vw;
  top: 27.6041666667vw;
  overflow: hidden;
  transform: rotate(-4deg);
}
.detailBox .handBox .paperBox img {
  width: 100%;
  position: relative;
  transform: translate(-1.5625vw, -3.6458333333vw);
}
.detailBox .handBox.on .hand {
  transform: translate(0, 0);
  transition: all 0.5s linear 0.5s;
}
.detailBox .handBox.on .paperBox img {
  transform: translate(0, 0);
  transition: all 1s linear 1s;
}
.detailBox > div {
  width: 100%;
  position: relative;
}
.detailBox > div .bImg {
  width: 100%;
}
.detailBox > div .imgBg {
  width: 100%;
}
.detailBox > div .txtBox > p {
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.6458333333vw;
  text-align: right;
  margin-bottom: 1.5625vw;
  z-index: 50;
}
.detailBox > div .txtBox > p:before {
  content: "";
  display: block;
  width: 5.7291666667vw;
  height: 1px;
  position: absolute;
  top: -2.6041666667vw;
}
.detailBox > div .txtBox span {
  display: block;
  font-size: 1.4583333333vw;
  color: #fff;
  line-height: 2.0833333333vw;
  text-align: right;
}
.detailBox > div .txtBox .tback {
  color: #3c3c3c;
}
.detailBox > div .txtBox .twhite:before {
  background: #fff;
}
.detailBox > div .txtBox .tback:before {
  background: #2c7aa1;
  left: 0;
}
.detailBox > div > p {
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.6458333333vw;
  text-align: left;
  z-index: 50;
}
.detailBox > div > p:before {
  content: "";
  display: block;
  width: 5.7291666667vw;
  height: 1px;
  position: absolute;
  top: -2.6041666667vw;
}
.detailBox > div .tback {
  color: #3c3c3c;
}
.detailBox > div .tback:before {
  background: #2c7aa1;
  left: 0;
}
.detailBox .txtRight .txtBox {
  position: absolute;
  right: 18.2291666667vw;
  top: 50%;
}
.detailBox .txtRight .txtBox > p,
.detailBox .txtRight .txtBox span {
  opacity: 0;
  transform: translateX(10.4166666667vw);
}
.detailBox .txtRight .txtBox > p:before {
  right: 0;
}
.detailBox .txtRight > p {
  position: absolute;
  right: 18.2291666667vw;
  top: 50%;
  margin-top: -1.8229166667vw;
  opacity: 0;
  transform: translateX(10.4166666667vw);
}
.detailBox .txtRight .tback {
  right: 9.1145833333vw;
}
.detailBox .txtRight .imBox {
  position: relative;
  z-index: 20;
}
.detailBox .txtRight .imBox .lightBox {
  width: 67.2916666667vw;
  opacity: 0;
  transform: translateX(-10.4166666667vw);
}
.detailBox .txtRight .imBox .light {
  width: 37.1875vw;
  position: absolute;
  left: 25.9375vw;
  top: 22.03125vw;
  z-index: 10;
  opacity: 0;
}
.detailBox .txtRight .ibg {
  position: absolute;
  left: 0;
  top: 0;
}
.detailBox .txtRight.on > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtRight.on .txtBox > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtRight.on .txtBox span {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtRight.on .imBox .lightBox {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtRight.on .imBox .light {
  animation: ligh 3s infinite linear 0.8s;
}
.detailBox .txtLeft {
  overflow: hidden;
}
.detailBox .txtLeft .txtBox {
  position: absolute;
  left: 18.2291666667vw;
  top: 50%;
}
.detailBox .txtLeft .txtBox > p,
.detailBox .txtLeft .txtBox span {
  text-align: left;
  opacity: 0;
  transform: translateX(-10.4166666667vw);
}
.detailBox .txtLeft .txtBox > p:before {
  left: 0;
}
.detailBox .txtLeft .txtBox span {
  text-align: left;
  opacity: 0;
  transform: translateX(-10.4166666667vw);
}
.detailBox .txtLeft > p {
  position: absolute;
  left: 18.2291666667vw;
  top: 50%;
  margin-top: -1.8229166667vw;
}
.detailBox .txtLeft > p:before {
  left: 0;
}
.detailBox .txtLeft.on > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtLeft.on .txtBox > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtLeft.on .txtBox span {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s linear;
}
.detailBox .txtMiddle {
  padding: 4.6875vw 0;
  background: linear-gradient(to bottom, #2b2b2d, #3a3b3f);
  overflow: hidden;
}
.detailBox .txtMiddle h2 {
  font-weight: normal;
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.6458333333vw;
  text-align: center;
  margin-bottom: 3.6458333333vw;
  opacity: 0;
  transform: translateY(-10.4166666667vw);
}
.detailBox .txtMiddle .imgsBox {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detailBox .txtMiddle .imgsBox img {
  width: 27.7604166667vw;
  margin-bottom: 2.0833333333vw;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtMiddle.on h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
}
.detailBox .txtMiddle.on .imgsBox img:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0s;
}
.detailBox .txtMiddle.on .imgsBox img:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.5s;
}
.detailBox .txtMiddle.on .imgsBox img:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 1s;
}
.detailBox .txtMiddle.on .imgsBox img:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 1.5s;
}
.detailBox .txtMiddle2 {
  padding: 4.6875vw 0;
  background: #fff;
  overflow: hidden;
}
.detailBox .txtMiddle2 h2 {
  font-weight: normal;
  font-size: 3.125vw;
  color: #333;
  line-height: 3.6458333333vw;
  text-align: center;
  margin-bottom: 1.0416666667vw;
  opacity: 0;
  transform: translateY(-10.4166666667vw);
}
.detailBox .txtMiddle2 strong {
  display: block;
  font-weight: normal;
  font-size: 1.1458333333vw;
  color: #333;
  line-height: 1.5625vw;
  text-align: center;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtMiddle2 .cpBox {
  width: 75vw;
  padding-top: 4.1666666667vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.detailBox .txtMiddle2 .cpBox li {
  width: 33%;
  position: relative;
  opacity: 0;
  transform: translateX(5.2083333333vw);
}
.detailBox .txtMiddle2 .cpBox li > img {
  width: 100%;
}
.detailBox .txtMiddle2 .cpBox li .oneBox {
  width: 8.5416666667vw;
  height: 6.5625vw;
  background: url("../images/q_img129.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.6458333333vw;
  top: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
}
.detailBox .txtMiddle2 .cpBox li .oneBox img {
  width: 3.9583333333vw;
  opacity: 0;
  transform: scale(0);
  margin-left: 1.0416666667vw;
}
.detailBox .txtMiddle2 .cpBox li .twoBox {
  width: 12.2916666667vw;
  height: 9.6875vw;
  background: url("../images/q_img130.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.875vw;
  top: 2.1875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
}
.detailBox .txtMiddle2 .cpBox li .twoBox img {
  width: 4.8958333333vw;
  opacity: 0;
  transform: scale(0);
  margin-left: 1.0416666667vw;
}
.detailBox .txtMiddle2.on h2,
.detailBox .txtMiddle2.on strong {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
}
.detailBox .txtMiddle2.on .cpBox li .oneBox {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s linear 0.9s;
}
.detailBox .txtMiddle2.on .cpBox li .oneBox img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s linear 1.4s;
}
.detailBox .txtMiddle2.on .cpBox li .twoBox {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s linear 1.2s;
}
.detailBox .txtMiddle2.on .cpBox li .twoBox img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s linear 1.7s;
}
.detailBox .txtMiddle2.on .cpBox li:nth-child(1) {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0s;
}
.detailBox .txtMiddle2.on .cpBox li:nth-child(2) {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.3s;
}
.detailBox .txtMiddle2.on .cpBox li:nth-child(3) {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.6s;
}
.detailBox .txtMiddle3 {
  padding: 4.6875vw 0;
  padding-bottom: 0;
  background: linear-gradient(45deg, #b9b3b5, #b9b3b5, #fffffa, #c5c7ca);
}
.detailBox .txtMiddle3 h2 {
  font-weight: normal;
  font-size: 3.125vw;
  color: #333;
  line-height: 3.6458333333vw;
  text-align: center;
  margin-bottom: 1.0416666667vw;
  opacity: 0;
  transform: translateY(-5.2083333333vw);
}
.detailBox .txtMiddle3 > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.2083333333vw;
  opacity: 0;
  transform: translateY(5.2083333333vw);
}
.detailBox .txtMiddle3 > ul li {
  width: 5.5208333333vw;
  height: vwPC(50);
  background: #2c7aa1;
  font-size: 1.5625vw;
  color: #fff;
  line-height: 2.6041666667vw;
  text-align: center;
  margin: 0 0.5208333333vw;
}
.detailBox .txtMiddle3 .imBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailBox .txtMiddle3 .imBox > img {
  width: 12.3958333333vw;
}
.detailBox .txtMiddle3 .imBox .line {
  width: 50px;
  height: 1px;
  background: #2c7aa1;
  margin: 0 3.125vw;
}
.detailBox .txtMiddle3 .pmBox {
  position: relative;
}
.detailBox .txtMiddle3 .pmBox img:nth-child(1) {
  width: 21.9270833333vw;
}
.detailBox .txtMiddle3 .pmBox .pm {
  width: 8.59375vw;
  position: absolute;
  right: 0.5208333333vw;
  top: 2.8645833333vw;
  opacity: 0;
}
.detailBox .txtMiddle3 .smBox {
  width: 12.8645833333vw;
  position: relative;
  overflow: hidden;
}
.detailBox .txtMiddle3 .smBox .q_img123 {
  width: 100%;
}
.detailBox .txtMiddle3 .smBox .smImg {
  position: absolute;
  left: 0;
  top: 0;
}
.detailBox .txtMiddle3.on h2,
.detailBox .txtMiddle3.on > ul {
  opacity: 1;
  transform: translateY(0vw);
  transition: all 0.5s linear;
}
.detailBox .txtMiddle3.on .pmBox .pm {
  opacity: 1;
  transition: all 0.5s linear 0.5s;
}
.detailBox .txtMiddle3.on .smBox .smImg {
  animation: moveTB 6s infinite 1s;
}
.detailBox .txtDouble {
  overflow: hidden;
}
.detailBox .txtDouble > div {
  width: 50%;
  position: relative;
}
.detailBox .txtDouble > div > img {
  width: 100%;
}
.detailBox .txtDouble .left {
  float: left;
}
.detailBox .txtDouble .left .txt {
  position: absolute;
  right: 5.7291666667vw;
  top: 3.6458333333vw;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtDouble .left .txt p {
  font-size: 3.125vw;
  color: #333;
  line-height: 3.6458333333vw;
  text-align: right;
  margin-bottom: 1.5625vw;
}
.detailBox .txtDouble .left .txt span {
  font-size: 1.5625vw;
  color: #333;
  line-height: 2.0833333333vw;
  text-align: right;
}
.detailBox .txtDouble .left .titt {
  font-size: 3.125vw;
  color: #333;
  line-height: 3.6458333333vw;
  text-align: center;
  position: absolute;
  right: 4.6875vw;
  top: 4.6875vw;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtDouble .left strong {
  display: block;
  padding: 0 1.0416666667vw;
  background: #2c7aa1;
  font-size: 1.5625vw;
  color: #fff;
  line-height: 2.7083333333vw;
  text-align: center;
  position: absolute;
  opacity: 0;
  transform: translateX(10.4166666667vw);
}
.detailBox .txtDouble .left .one {
  top: 21.1458333333vw;
  right: 4.6875vw;
}
.detailBox .txtDouble .left .two {
  top: 34.8958333333vw;
  right: 4.6875vw;
}
.detailBox .txtDouble .right {
  float: right;
}
.detailBox .txtDouble .right .txt {
  position: absolute;
  left: 4.4270833333vw;
  bottom: 4.6875vw;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtDouble .right .txt p {
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.6458333333vw;
  text-align: left;
  margin-bottom: 1.5625vw;
}
.detailBox .txtDouble .right .txt ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detailBox .txtDouble .right .txt ul li {
  width: 5.5208333333vw;
  height: vwPC(50);
  margin-right: 1.0416666667vw;
  background: #494a4e;
  font-size: 1.5625vw;
  color: #fff;
  line-height: 2.6041666667vw;
  text-align: center;
}
.detailBox .txtDouble .right .titt {
  font-size: 3.125vw;
  color: #fff;
  line-height: 3.6458333333vw;
  text-align: center;
  position: absolute;
  left: 4.6875vw;
  top: 4.6875vw;
  opacity: 0;
  transform: translateY(10.4166666667vw);
}
.detailBox .txtDouble.on .left .txt,
.detailBox .txtDouble.on .left .titt {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
}
.detailBox .txtDouble.on .left .one {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.3s;
}
.detailBox .txtDouble.on .left .two {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.6s;
}
.detailBox .txtDouble.on .right .txt,
.detailBox .txtDouble.on .right .titt {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.5s;
}
.detailBox .xlzBox {
  width: 100%;
  height: 50vw;
  background: #e7e7e7;
  position: relative;
}
.detailBox .xlzBox .txt {
  position: absolute;
  left: 18.2291666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.detailBox .xlzBox .txt > p {
  font-size: 3.125vw;
  color: #3c3c3c;
  line-height: 3.6458333333vw;
  text-align: left;
  margin-bottom: 1.5625vw;
  z-index: 50;
  opacity: 0;
  transform: translateY(-5.2083333333vw);
}
.detailBox .xlzBox .txt > p:before {
  content: "";
  display: block;
  width: 5.7291666667vw;
  height: 1px;
  background: #2c7aa1;
  position: absolute;
  top: -2.6041666667vw;
}
.detailBox .xlzBox .txt .imBox {
  margin-bottom: 3.6458333333vw;
}
.detailBox .xlzBox .txt .imBox img {
  display: inline-block;
  width: 9.0104166667vw;
}
.detailBox .xlzBox .txt .imBox .q_img131 {
  opacity: 0;
  transform: translateX(-5.2083333333vw);
}
.detailBox .xlzBox .txt .imBox .q_img132 {
  opacity: 0;
  transform: translateX(5.2083333333vw);
}
.detailBox .xlzBox .txt .q_img133 {
  width: 23.8541666667vw;
  opacity: 0;
  transform: translateY(5.2083333333vw);
}
.detailBox .xlzBox .dxlBox {
  height: 100%;
  position: absolute;
  right: 3.125vw;
  top: 0;
}
.detailBox .xlzBox .dxlBox img {
  width: auto;
  height: 100%;
}
.detailBox .xlzBox.on .txt > p {
  opacity: 1;
  transform: translateY(0vw);
  transition: all 0.5s linear 0s;
}
.detailBox .xlzBox.on .txt .imBox .q_img131 {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.3s;
}
.detailBox .xlzBox.on .txt .imBox .q_img132 {
  opacity: 1;
  transform: translateX(0vw);
  transition: all 0.5s linear 0.3s;
}
.detailBox .xlzBox.on .txt .q_img133 {
  opacity: 1;
  transform: translateY(0vw);
  transition: all 0.5s linear 0.6s;
}
.detailBox .jTxt {
  width: 100%;
  height: 11.9791666667vw;
  background: #2c7aa1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailBox .jTxt p {
  font-size: 1.5625vw;
  color: #fff;
  line-height: 1.5625vw;
  text-align: center;
  margin: 0 2.6041666667vw;
}
.detailBox .jTxt p span {
  font-size: 3.125vw;
}

@keyframes ligh {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveTB {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(12.7083333333vw);
  }
  80% {
    transform: translateY(12.7083333333vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveTB2 {
  0% {
    transform: translateY(-2px);
  }
  20% {
    transform: translateY(14.4vw);
  }
  80% {
    transform: translateY(14.4vw);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes moveTB3 {
  0% {
    top: -3.6458333333vw;
    left: -1.5625vw;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  
  .emal{
    font-size: 14px;
  }
  .topBanner .prijectBox {
    top: 8vw;
    right: 6.6666666667vw;
    transform-origin: 16vw 24vw;
  }
  .topBanner .prijectBox .proj {
    width: 40vw !important;
  }
  .topBanner .prijectBox .pm {
    width: 20.5333333333vw !important;
    position: absolute !important;
    top: 1.3333333333vw;
    left: 11.7333333333vw;
  }
  .topBanner .titTxt {
    left: 5.3333333333vw;
    top: 13.3333333333vw;
  }
  .topBanner .titTxt p {
    font-size: 3.2vw;
    color: #fff;
    line-height: 4vw;
    text-align: left;
    margin-bottom: 10px;
  }
  .topBanner .titTxt span {
    font-size: 2.6666666667vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: left;
  }
  .topBanner .titTxt img {
    width: 34.6666666667vw !important;
    margin-bottom: 20px;
  }
  .topBanner .titTxt .line {
    width: 16vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .topBanner .light {
    position: absolute !important;
    width: 173.3333333333vw !important;
    right: -20vw;
    top: 29.3333333333vw;
    opacity: 1;
    transform: scale(1);
    mix-blend-mode: color-burn;
  }
  .topBanner .iconBoxs {
    display: none;
  }
  .topBanner.qAct .prijectBox {
    transition: all 1s linear;
  }
  .topBanner.qAct .prijectBox .pm {
    transition: all 0.4s linear 1s;
  }
  .topBanner.qAct .light {
    transition: all 0.5s linear 0.5s;
  }
  .topBanner.qAct .titTxt {
    transition: all 1s linear;
  }

  .onlytab {
    padding-top: 4vw;
    padding-bottom: 4vw;
    background: #fff;
    margin: 0;
  }

  .cBox {
    width: 89.3333333333vw !important;
    margin: 0 auto;
  }

  .detailBox .viBox .vTit1 {
    width: 40vw;
    top: 6.6666666667vw;
    left: 4vw;
  }
  .detailBox .viBox .vTit2 {
    width: 40vw;
    left: 4vw;
    top: 6.6666666667vw;
  }
  .detailBox .viBox .vdBox {
    width: 100%;
  }
  .detailBox .hsBox {
    width: 100%;
    height: 57.3333333333vw;
    background: #c2c2c2;
    margin: 6.6666666667vw auto;
  }
  .detailBox .imgVideoBox {
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
    background: #ededed;
    flex-direction: column;
  }
  .detailBox .imgVideoBox .txBtn {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
  }
  .detailBox .imgVideoBox .txBtn p {
    width: 22.4vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 10.6666666667vw;
  }
  .detailBox .imgVideoBox .txBtn p:nth-child(1) {
    margin-bottom: 0;
    margin-right: 16vw;
  }
  .detailBox .imgVideoBox .txBtn p:after {
    display: none;
  }
  .detailBox .imgVideoBox .imgVideo {
    width: 100%;
    height: 45.0666666667vw;
    border-radius: 2vw;
    overflow: hidden;
  }
  .detailBox .imgVideoBox .imgVideo .playBtnC {
    width: 17.3333333333vw;
  }
  .detailBox .proBoxLine {
    left: 13.8666666667vw;
    top: 4.5333333333vw;
  }
  .detailBox .proBoxLine li {
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .detailBox .proBoxLine li:nth-child(2) {
    width: 0;
    top: 10.6666666667vw;
  }
  .detailBox .proBoxLine li:nth-child(3) {
    width: 0;
    top: 21.3333333333vw;
  }
  .detailBox .imgs img {
    margin-top: -1px;
  }
  .detailBox .imgs.on .proBoxLine li:nth-child(1) {
    width: 64vw;
  }
  .detailBox .imgs.on .proBoxLine li:nth-child(2) {
    width: 50.6666666667vw;
  }
  .detailBox .imgs.on .proBoxLine li:nth-child(3) {
    width: 21.3333333333vw;
  }
  .detailBox .chooseBoxImg {
    background: #ededed;
  }
  .detailBox .chooseBoxImg .cImgBox {
    width: 89.7333333333vw;
    margin: 0 auto;
    position: relative;
  }
  .detailBox .chooseBoxImg .cImgBox .on {
    position: relative;
    display: block;
  }
  .detailBox .chooseBoxImg .cTxtBtn {
    right: 11.3333333333vw;
    bottom: 1.5625vw;
  }
  .detailBox .chooseBoxImg .cTxtBtn li {
    width: 33.0666666667vw;
    height: 13.3333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .detailBox .chooseBoxImg .cTxtBtn li strong {
    font-size: 3.4666666667vw;
    line-height: 4vw;
  }
  .detailBox .chooseBoxImg .cTxtBtn li p {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .detailBox .chooseBoxImg .cTxtBtn .actOn {
    opacity: 1;
    background: #2379a5;
  }
  .detailBox .chooseBoxImg .cTxtBtn li:hover {
    opacity: 1;
    background: #2379a5;
  }
  .detailBox .boxImgHk {
    position: relative;
    background: #ededed;
  }
  .detailBox .boxImgHk .boxImg {
    width: 89.7333333333vw;
    border-radius: 2.6666666667vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .detailBox .boxImgB {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    position: relative;
    margin: 0 auto;
    background: #000a14;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .detailBox .boxImgB .boxImg {
    width: 78%;
    position: relative;
  }
  .detailBox .threeImg {
    height: 63.0666666667vw;
  }
  .detailBox .threeImg .txt {
    left: 8vw;
  }
  .detailBox .threeImg .txt > p {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  .detailBox .threeImg .txt > p:before {
    width: 8vw;
    top: -2.6666666667vw;
  }
  .detailBox .threeImg .chooseBtn li {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .detailBox .threeImg .chooseBtn li strong {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    padding: 0.8vw;
    margin-right: 1.3333333333vw;
  }
  .detailBox .threeImg .chooseBtn li:nth-child(2n) {
    height: 3.2vw;
    margin: 1.0666666667vw 0;
    margin-left: 1.6vw;
  }
  .detailBox .threeImg .chooseBtn .on {
    font-size: 4vw;
    margin-left: -0.5333333333vw;
  }
  .detailBox .threeImg .chooseBtn .on strong {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    padding: 1.0666666667vw;
  }
  .detailBox .xlzImgs {
    width: 100%;
  }
  .detailBox .xlzImgs .imgBg {
    position: relative;
    z-index: 10;
  }
  .detailBox .xlzImgs video {
    height: 100%;
    object-fit: cover;
  }
  .detailBox .xlzImgs .txtI {
    width: 46.4vw;
    position: absolute;
    right: 8vw;
  }
  .detailBox .handBox {
    width: 100%;
    position: relative;
  }
  .detailBox .handBox .iBg {
    width: 100%;
  }
  .detailBox .handBox .hand {
    width: 28.2666666667vw;
    position: absolute;
    left: 51.4666666667vw;
    bottom: 1px;
    transform: translate(5.2083333333vw, 21.6145833333vw);
  }
  .detailBox .handBox .paperBox {
    width: 12vw;
    position: absolute;
    left: 46.6666666667vw;
    top: 40vw;
    overflow: hidden;
    transform: rotate(-4deg);
  }
  .detailBox .handBox .paperBox img {
    display: inline;
    width: 100%;
    position: relative;
    transform: translate(-4vw, -9.3333333333vw);
  }
  .detailBox .handBox.on .hand {
    transform: translate(0, 0);
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .handBox.on .paperBox img {
    transform: translate(0, 0);
    transition: all 1s linear 0.5s;
  }
  .detailBox > div .bImg {
    width: 100%;
  }
  .detailBox > div .txtBox > p {
    font-size: 4.8vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: right;
    margin-bottom: 1.3333333333vw;
    z-index: 50;
  }
  .detailBox > div .txtBox > p:before {
    content: "";
    display: block;
    width: 14.6666666667vw;
    height: 1px;
    position: absolute;
    top: -2.6666666667vw;
  }
  .detailBox > div .txtBox span {
    display: block;
    font-size: 2.9333333333vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: right;
  }
  .detailBox > div .txtBox .tback {
    color: #3c3c3c;
  }
  .detailBox > div .txtBox .twhite:before {
    background: #fff;
  }
  .detailBox > div .txtBox .tback:before {
    background: #2c7aa1;
    left: 0;
  }
  .detailBox > div > p {
    font-size: 8vw;
    color: #fff;
    line-height: 9.3333333333vw;
    text-align: left;
    z-index: 50;
  }
  .detailBox > div > p:before {
    content: "";
    display: block;
    width: 14.6666666667vw;
    height: 1px;
    position: absolute;
    top: -6.6666666667vw;
  }
  .detailBox .cBox {
    padding: 8vw 0;
  }
  .detailBox .cBox .ptit {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .detailBox .cBox .ptitBox {
    overflow: hidden;
  }
  .detailBox .txtIcon {
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw;
    background: #2c7aa1;
  }
  .detailBox .txtIcon ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .detailBox .txtIcon ul li {
    width: 50%;
    height: 24vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 2.6666666667vw 0;
    overflow: hidden;
  }
  .detailBox .txtIcon ul li img {
    width: 11.2vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .txtIcon ul li p {
    font-size: 3.2vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: center;
    opacity: 0;
    transform: translateY(13.3333333333vw);
  }
  .detailBox .txtIcon.on ul li img {
    opacity: 1;
    transform: translateY(0);
  }
  .detailBox .txtIcon.on ul li p {
    opacity: 1;
    transform: translateY(0vw);
  }
  .detailBox .txtIcon.on ul li:nth-child(1) img {
    transition: all 0.5s linear;
  }
  .detailBox .txtIcon.on ul li:nth-child(1) p {
    transition: all 0.5s linear;
  }
  .detailBox .txtIcon.on ul li:nth-child(2) img {
    transition: all 0.5s linear 0.3s;
  }
  .detailBox .txtIcon.on ul li:nth-child(2) p {
    transition: all 0.5s linear 0.3s;
  }
  .detailBox .txtIcon.on ul li:nth-child(3) img {
    transition: all 0.5s linear 0.6s;
  }
  .detailBox .txtIcon.on ul li:nth-child(3) p {
    transition: all 0.5s linear 0.6s;
  }
  .detailBox .txtIcon.on ul li:nth-child(4) img {
    transition: all 0.5s linear 0.9s;
  }
  .detailBox .txtIcon.on ul li:nth-child(4) p {
    transition: all 0.5s linear 0.9s;
  }
  .detailBox .txtRight .txtBox {
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-30%);
  }
  .detailBox .txtRight > p {
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    margin-top: -4.6666666667vw;
    opacity: 0;
    transform: translateX(26.6666666667vw);
  }
  .detailBox .txtRight .tback {
    right: 23.3333333333vw;
  }
  .detailBox .txtRight .ptit {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .detailBox .txtRight .ptitBox {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .detailBox .txtRight .ptitBox p {
    margin-bottom: 2.6666666667vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .txtRight .imBox {
    width: 100%;
    height: 45.0666666667vw;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    position: relative;
    background: url("../images/q_img119.png") center no-repeat;
    background-size: contain;
  }
  .detailBox .txtRight .imBox .lightBox {
    width: auto !important;
    height: 100%;
    transform: translateX(-26.6666666667vw);
  }
  .detailBox .txtRight .imBox .light {
    width: 50.6666666667vw;
    left: 22.6666666667vw;
    top: 18.6666666667vw;
  }
  .detailBox .txtRight.on > p {
    transition: all 0.5s linear;
  }
  .detailBox .txtRight.on .txtBox > p {
    transition: all 0.5s linear;
  }
  .detailBox .txtRight.on .txtBox span {
    transition: all 0.5s linear;
  }
  .detailBox .txtRight.on .ptitBox p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtRight.on .imBox .lightBox {
    transition: all 0.5s linear;
  }
  .detailBox .txtRight.on .imBox .light {
    animation: ligh 3s infinite linear 0.8s;
  }
  .detailBox .txtLeft {
    overflow: hidden;
  }
  .detailBox .txtLeft .txtBox {
    position: absolute;
    left: 5.3333333333vw;
    top: 50%;
    transform: translateY(-30%);
  }
  .detailBox .txtLeft .txtBox > p,
  .detailBox .txtLeft .txtBox span {
    transform: translateX(-26.6666666667vw);
  }
  .detailBox .txtLeft .txtBox span {
    transform: translateX(-26.6666666667vw);
  }
  .detailBox .txtLeft > p {
    left: 5.3333333333vw;
    top: 50%;
    margin-top: -4.6666666667vw;
  }
  .detailBox .txtLeft.on > p {
    transition: all 0.5s linear;
  }
  .detailBox .txtLeft.on .txtBox > p {
    transition: all 0.5s linear;
  }
  .detailBox .txtLeft.on .txtBox span {
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle {
    padding: 6.6666666667vw 0;
    background: linear-gradient(to bottom, #2b2b2d, #3a3b3f);
  }
  .detailBox .txtMiddle h2 {
    font-weight: normal;
    font-size: 4.8vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
    opacity: 0;
    transform: translateY(-26.6666666667vw);
  }
  .detailBox .txtMiddle .imgsBox {
    width: 89.3333333333vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detailBox .txtMiddle .imgsBox img {
    width: 42.9333333333vw;
    margin-bottom: 4vw;
    opacity: 0;
    transform: translateY(26.6666666667vw);
  }
  .detailBox .txtMiddle.on h2 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle.on .imgsBox img:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 0s;
  }
  .detailBox .txtMiddle.on .imgsBox img:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .txtMiddle.on .imgsBox img:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 1s;
  }
  .detailBox .txtMiddle.on .imgsBox img:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 1.5s;
  }
  .detailBox .txtMiddle2 {
    padding: 8vw 0;
    padding-bottom: 0;
    background: none;
    overflow: hidden;
  }
  .detailBox .txtMiddle2 .ptitBox {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .detailBox .txtMiddle2 .ptitBox p {
    margin-bottom: 2.6666666667vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .txtMiddle2 strong {
    display: block;
    font-weight: normal;
    font-size: 2.9333333333vw;
    color: #333;
    line-height: 4vw;
    text-align: center;
    opacity: 0;
    transform: translateY(26.6666666667vw);
  }
  .detailBox .txtMiddle2 .cpBox {
    width: 100%;
    padding: 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
    box-sizing: border-box;
    padding-top: 10.6666666667vw;
    background: #e7e7e7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    overflow: hidden;
  }
  .detailBox .txtMiddle2 .cpBox li {
    width: 30%;
    position: relative;
    opacity: 0;
    transform: translateX(13.3333333333vw);
    background: #e7e7e7;
  }
  .detailBox .txtMiddle2 .cpBox li > img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  .detailBox .txtMiddle2 .cpBox li .oneBox {
    width: 9.6vw;
    height: 6.4vw;
    background: url("../images/q_img129.png") center no-repeat;
    background-size: contain;
    position: absolute;
    right: 3.3333333333vw;
    top: 4.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
  }
  .detailBox .txtMiddle2 .cpBox li .oneBox img {
    width: 4.8vw;
    opacity: 0;
    transform: scale(0);
    margin-left: 0.6666666667vw;
  }
  .detailBox .txtMiddle2 .cpBox li .twoBox {
    width: 12.2666666667vw;
    height: 10.1333333333vw;
    background: url("../images/q_img130.png") center no-repeat;
    background-size: contain;
    position: absolute;
    right: 2.1333333333vw;
    top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
  }
  .detailBox .txtMiddle2 .cpBox li .twoBox img {
    width: 6.1333333333vw;
    opacity: 0;
    transform: scale(0);
    margin-left: 1.3333333333vw;
  }
  .detailBox .txtMiddle2.on .ptitBox p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle2.on p,
  .detailBox .txtMiddle2.on strong {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle2.on .cpBox li .oneBox {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s linear 0.9s;
  }
  .detailBox .txtMiddle2.on .cpBox li .oneBox img {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s linear 1.4s;
  }
  .detailBox .txtMiddle2.on .cpBox li .twoBox {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s linear 1.2s;
  }
  .detailBox .txtMiddle2.on .cpBox li .twoBox img {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s linear 1.7s;
  }
  .detailBox .txtMiddle2.on .cpBox li:nth-child(1) {
    opacity: 1;
    transform: translateX(0vw);
    transition: all 0.5s linear 0s;
  }
  .detailBox .txtMiddle2.on .cpBox li:nth-child(2) {
    opacity: 1;
    transform: translateX(0vw);
    transition: all 0.5s linear 0.3s;
  }
  .detailBox .txtMiddle2.on .cpBox li:nth-child(3) {
    opacity: 1;
    transform: translateX(0vw);
    transition: all 0.5s linear 0.6s;
  }
  .detailBox .txtMiddle3 {
    padding: 8vw 0;
    padding-bottom: 0;
    background: none;
  }
  .detailBox .txtMiddle3 .ptitBox {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .detailBox .txtMiddle3 .ptitBox p {
    margin-bottom: 2.6666666667vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .txtMiddle3 strong {
    display: block;
    font-weight: normal;
    font-size: 2.9333333333vw;
    color: #333;
    line-height: 4vw;
    text-align: center;
    opacity: 0;
    transform: translateY(26.6666666667vw);
  }
  .detailBox .txtMiddle3 > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13.3333333333vw;
    opacity: 0;
    transform: translateY(13.3333333333vw);
  }
  .detailBox .txtMiddle3 > ul li {
    width: 14.1333333333vw;
    height: 6.6666666667vw;
    background: #2c7aa1;
    font-size: 4vw;
    color: #fff;
    line-height: 6.6666666667vw;
    text-align: center;
    margin: 0 1.3333333333vw;
  }
  .detailBox .txtMiddle3 .imBox {
    width: 100%;
    height: 45.0666666667vw;
    background: linear-gradient(45deg, #b9b3b5, #b9b3b5, #fffffa, #c5c7ca);
    border-radius: 2.6666666667vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailBox .txtMiddle3 .imBox > img {
    width: 14.4vw;
  }
  .detailBox .txtMiddle3 .imBox .line {
    width: 4vw;
    height: 1px;
    margin: 0 4vw;
  }
  .detailBox .txtMiddle3 .pmBox {
    position: relative;
  }
  .detailBox .txtMiddle3 .pmBox img:nth-child(1) {
    width: 25.0666666667vw;
  }
  .detailBox .txtMiddle3 .pmBox .pm {
    width: 9.8666666667vw;
    position: absolute;
    right: 0.6666666667vw;
    top: 3.3333333333vw;
    opacity: 0;
  }
  .detailBox .txtMiddle3 .smBox {
    width: 14.6666666667vw;
    position: relative;
    overflow: hidden;
  }
  .detailBox .txtMiddle3 .smBox .q_img123 {
    width: 100%;
  }
  .detailBox .txtMiddle3 .smBox .smImg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .detailBox .txtMiddle3.on .ptitBox p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle3.on p,
  .detailBox .txtMiddle3.on strong {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtMiddle3.on .pmBox .pm {
    opacity: 1;
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .txtMiddle3.on .smBox .smImg {
    animation: moveTB2 6s infinite 1s;
  }
  .detailBox .txtDouble {
    overflow: hidden;
    padding-bottom: 0;
  }
  .detailBox .txtDouble > div {
    width: 50%;
    margin-top: 21.3333333333vw;
    position: relative;
  }
  .detailBox .txtDouble > div > img {
    width: 100%;
  }
  .detailBox .txtDouble .margm {
    margin-top: 0;
  }
  .detailBox .txtDouble .margm .ptitBox {
    width: 100%;
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 5.3333333333vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .txtDouble .left {
    float: left;
  }
  .detailBox .txtDouble .left > img {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
  .detailBox .txtDouble .left .txt {
    position: absolute;
    right: 5.3333333333vw;
    top: -21.3333333333vw;
    opacity: 0;
    transform: translateY(26.6666666667vw);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  .detailBox .txtDouble .left .txt p {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 5.3333333333vw;
    text-align: right;
    margin-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    background: url("../images/q_img142.png") left center no-repeat;
    background-size: 2.2666666667vw 1.4666666667vw;
  }
  .detailBox .txtDouble .left .txt span {
    display: block;
    font-size: 3.2vw;
    color: #333;
    line-height: 4vw;
    text-align: right;
  }
  .detailBox .txtDouble .left .titt {
    font-size: 8vw;
    color: #333;
    line-height: 9.3333333333vw;
    text-align: center;
    position: absolute;
    right: 12vw;
    top: 12vw;
    opacity: 0;
    transform: translateY(26.6666666667vw);
  }
  .detailBox .txtDouble .left strong {
    display: block;
    padding: 0 1.3333333333vw;
    background: #2c7aa1;
    font-size: 2.6666666667vw;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: center;
    position: absolute;
    opacity: 0;
    transform: translateX(26.6666666667vw);
  }
  .detailBox .txtDouble .left .one {
    top: 28vw;
    right: 2.6666666667vw;
  }
  .detailBox .txtDouble .left .two {
    top: 40.6666666667vw;
    right: 2.6666666667vw;
  }
  .detailBox .txtDouble .right {
    float: right;
  }
  .detailBox .txtDouble .right > img {
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .detailBox .txtDouble .right .q_img127_2 {
    width: 4.9333333333vw;
    position: absolute;
    right: 17.3333333333vw;
    top: 6vw;
  }
  .detailBox .txtDouble .right .txt {
    position: absolute;
    left: 5.3333333333vw;
    top: -21.3333333333vw;
    opacity: 0;
    transform: translateY(26.6666666667vw);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .detailBox .txtDouble .right .txt p {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 5.3333333333vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    background: url("../images/q_img142.png") right center no-repeat;
    background-size: 2.2666666667vw 1.4666666667vw;
  }
  .detailBox .txtDouble .right .titt {
    font-size: 8vw;
    color: #fff;
    line-height: 9.3333333333vw;
    text-align: center;
    position: absolute;
    left: 12vw;
    top: 12vw;
    opacity: 0;
    transform: translateY(26.6666666667vw);
  }
  .detailBox .txtDouble.on .margm:nth-child(1) .ptitBox {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtDouble.on .margm:nth-child(2) .ptitBox {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .txtDouble.on .left .txt,
  .detailBox .txtDouble.on .left .titt {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .txtDouble.on .left .one {
    opacity: 1;
    transform: translateX(0vw);
    transition: all 0.5s linear 0.3s;
  }
  .detailBox .txtDouble.on .left .two {
    opacity: 1;
    transform: translateX(0vw);
    transition: all 0.5s linear 0.6s;
  }
  .detailBox .txtDouble.on .right .txt,
  .detailBox .txtDouble.on .right .titt {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .xlzBox {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
  }
  .detailBox .xlzBox .ptitBox {
    font-size: 4.8vw;
    color: #2c7aa1;
    line-height: 6.6666666667vw;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .detailBox .xlzBox .ptitBox p {
    margin-bottom: 2.6666666667vw;
    opacity: 0;
    transform: translateY(-13.3333333333vw);
  }
  .detailBox .xlzBox .imBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailBox .xlzBox .imBox img {
    width: 18.9333333333vw;
  }
  .detailBox .xlzBox .imBox img:nth-child(1) {
    opacity: 0;
    transform: translateX(-13.3333333333vw);
  }
  .detailBox .xlzBox .imBox img:nth-child(2) {
    opacity: 0;
    transform: translateX(13.3333333333vw);
  }
  .detailBox .xlzBox .conBox {
    height: 45.0666666667vw;
    border-radius: 2.6666666667vw;
    position: relative;
    background: #e7e7e7;
  }
  .detailBox .xlzBox .conBox .q_img133 {
    width: 34.1333333333vw;
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
  .detailBox .xlzBox .dxlBox {
    height: 100%;
    position: absolute;
    right: 0vw;
    top: 0;
  }
  .detailBox .xlzBox .dxlBox img {
    width: auto;
    height: 100%;
  }
  .detailBox .xlzBox.on .ptitBox p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s linear;
  }
  .detailBox .xlzBox.on .imBox img {
    transition: all 0.5s linear 0.5s;
  }
  .detailBox .xlzBox.on .imBox img:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
  }
  .detailBox .xlzBox.on .imBox img:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
  }
  .detailBox .jTxt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333333333vw;
    height: 22.6666666667vw;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .detailBox .jTxt p {
    font-size: 3.4666666667vw;
    color: #2c7aa1;
    line-height: 3.4666666667vw;
    text-align: center;
    margin: 0;
  }
  .detailBox .jTxt p span {
    font-size: 5.8666666667vw;
  }
}

@media (max-width: 768px) {
  .barBg {
    background-color: #059ba0;
  }
  .emal{
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
.ba{
  width: 100%;
  display: block;
  text-align: center;
  color: #ddd;
  font-size: 12px;
  padding: 8px 0;
}
.emal{
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  /* font-size: 14px; */
  padding: 5px 0;
}
.ewmbox{
  display: inline-block;
}
.emal .tel{
  display: inline-block;
}
.emal ul{
  display: inline-block;
}
.ewm{
  display: none;
}
.ewm img{ 
  width: 150px;
  position: absolute;
  top: -150px; 
}
.ewmbox{
  margin-left: 20px;
}
.emal{
  
}
