/*
    Editor: fan
    Time: 2020.1.7

    Less compilation
    node.js å‘½ä»¤
    > npm install -g less
    å›½å†…é•œåƒå‘½ä»¤
    > cnpm i -g less
    ä¸‹è½½less
    > lessc style.less style.css
*/
/*
  å…¬å…±æ ·å¼
*/
@font-face {
  font-family: "shu";
  src: url("../fonts/027-CAI978.woff2") format("woff2"),
    url("../fonts/027-CAI978.woff") format("woff"),
    url("../fonts/027-CAI978.ttf") format("truetype"),
    url("../fonts/027-CAI978.eot") format("embedded-opentype"),
    url("../fonts/027-CAI978.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  overflow-x: hidden;
}
button::-moz-focus-inner {
  padding: 0;
}
input,
button,
textarea {
  resize: none;
  outline: none;
  border: none;
}
ul {
  list-style: none;
}
textarea:focus,
input:focus,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
@media (min-width: 1441px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1562px) {
  .container {
    width: 1540px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 80%;
  }
}
.container {
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.container::before,
.container:after {
  display: none;
}
/*è¿‡æ¸¡æ•ˆæžœ*/
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*æ”¾å¤§*/
.transformscale {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
/* å›¾æ ‡ */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* End */
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
/* é—´è·*/
.base80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .base80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .base80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .base80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.base100 {
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .base100 {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .base100 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .base100 {
    padding: 50px 0;
  }
}
.base120 {
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .base120 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .base120 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .base120 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .base120 {
    padding: 60px 0;
  }
}
.base140 {
  padding: 140px 0;
}
@media (max-width: 1440px) {
  .base140 {
    padding: 120px 0;
  }
}
@media (max-width: 1360px) {
  .base140 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .base140 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .base140 {
    padding: 60px 0;
  }
}
/* End */
/* å­—ä½“å¤§å° */
.basefont42 {
  font-size: 42px;
}
@media (max-width: 1440px) {
  .basefont42 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .basefont42 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .basefont42 {
    font-size: 24px;
  }
}
.basefont36 {
  font-size: 36px;
}
@media (max-width: 1440px) {
  .basefont36 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .basefont36 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .basefont36 {
    font-size: 24px;
  }
}
/* End */
/* åˆ†é¡µ */
.pagebox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pagebox a {
  width: 75px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  color: #666666;
  margin: 0 5px 10px;
}
.pagebox a:hover {
  background-color: #0058e9;
  border-color: #0058e9;
  color: #fff;
}
.pagebox .cont1 {
  display: flex;
}
.pagebox .cont1 a {
  width: 36px;
}
.pagebox .cont1 span {
  width: 26px;
  height: 36px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 0 0 10px;
}
.pagebox .cont1 .on {
  background-color: #0058e9;
  border-color: #0058e9;
  color: #fff;
}
.pagebox strong {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 72px;
  height: 36px;
  margin: 0 0 10px;
  justify-content: center;
}
/* End */
/* æµ®åŠ¨ */
.baseleft {
  float: left;
}
.baseright {
  float: right;
}
.baseclear:after {
  display: block;
  content: "";
  clear: both;
}
/* End */
/* è·ç¦»é¡¶éƒ¨ */
.basetop {
  margin-top: 84px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 1199px) {
  .basetop {
    margin-top: 70px;
  }
}
.basebag {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* End */
/* æ–‡æœ¬ç¼–è¾‘è¯¦æƒ…é¡µ */
.make-text {
  line-height: 2;
  color: #888;
  overflow: auto;
  width: 100%;
}
.make-text iframe {
  max-width: 100%;
  /* height: auto; */
}
@media (max-width: 600px) {
  .make-text iframe {
    /* height: 340px; */
  }
}
.make-text ol {
  width: 100% !important;
  list-style: decimal initial;
  padding-left: 34px;
}
.make-text img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}
.make-text p {
  line-height: 2;
  font-size: 16px !important;
}
.make-text ol li p {
  display: block;
}
.make-text ul {
  padding-left: 32px;
  width: 100% !important;
}
/* End */
/* è£èª‰æ”¾å¤§ */
.fang {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.fang .cox {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .fang .cox {
    width: 30px;
  }
}
.fang .cox img {
  width: 100%;
}
.fang .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.fang .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .fang .img {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .fang .img {
    width: 55%;
  }
}
@media (max-width: 969px) {
  .fang .img {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .fang .img {
    width: 90%;
    padding: 10px;
  }
}
.fang .img img {
  width: 100%;
  height: auto;
}
/* End */
/*
    2020/06/16
    å¯¼èˆªnav èœå•menu
    > headbox
    > menubox
    åº•éƒ¨footer
    > footerbox
    bannerè½®æ’­å›¾
    >bannerbox
    >sup_banner
*/
/* footerboxåº•éƒ¨ */
/* End */
@media (max-width: 767px) {
  .fotheight {
    height: 60px;
  }
}
@-webkit-keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@-moz-keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes bottop {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
/* banner */
.bannerbox {
  width: 100%;
  height: calc(100vh - 84px);
  margin-top: 83px;
}
.bannerbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 991px éšè—è§†é¢‘ */
@media (max-width: 991px) {
  /* .bannerbox video {
    display: none;
  } */
}
.bannerbox .swiper-slide > .img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerbox .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clickvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 10rem;
  z-index: 3;
  display: none;
}
@media (max-width: 767px) {
  .clickvideo {
    display: block;
    width: 5rem;
  }
}
.clickvideo1 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.clickvideo img {
  width: 100%;
}
.bannerbox .swiper-slide > .img img:nth-child(1) {
  display: block;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide > .img img:nth-child(1) {
    display: none;
  }
  /* .clickvideo{
    display: none;
  } */
}
.bannerbox .swiper-slide > .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide > .img img:nth-child(2) {
    display: block;
  }
}
.bannerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .jut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 12;
  color: #fff;
}
.bannerbox .jut .font {
  width: 100%;
}
.bannerbox .jut .font .tit {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 70px;
  margin-left: 2%;
}
@media (max-width: 1681px) {
  .bannerbox .jut .font .tit {
    font-size: 54px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .jut .font .tit {
    margin-bottom: 60px;
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .tit {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .tit {
    margin-left: 0;
    margin-bottom: 26px;
    font-size: 26px;
  }
}
.bannerbox .jut .font .text {
  margin-left: 20%;
  font-size: 54px;
  line-height: 1.4;
  font-family: "shu";
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .jut .font .text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .text {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text {
    font-size: 26px;
    margin-left: 0;
  }
}
.bannerbox .jut .font .text .xian {
  position: relative;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text .xian {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.bannerbox .jut .font .text .xian::before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  width: 80px;
  height: 6px;
  background-color: #fff;
  left: -74px;
}
@media (max-width: 1199px) {
  .bannerbox .jut .font .text .xian::before {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .bannerbox .jut .font .text .xian::before {
    display: none;
  }
}
.bannerbox .int {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bannerbox .int .lt {
  width: 64%;
  background: url(../image/int/abbag1.png) no-repeat center / cover;
  position: relative;
  padding: 69px 85px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .bannerbox .int .lt {
    padding: 40px 60px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .lt {
    padding: 26px 16px;
  }
}
.bannerbox .int .lt .img {
  position: absolute;
  bottom: 0;
  left: -68px;
}
@media (max-width: 991px) {
  .bannerbox .int .lt .img {
    display: none;
  }
}
.bannerbox .int .lt .text {
  width: 78%;
  color: #fff;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text {
    width: 100%;
  }
}
.bannerbox .int .lt .text .tit {
  position: relative;
  margin-bottom: 84px;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .lt .text .tit {
    margin-bottom: 16px;
  }
}
.bannerbox .int .lt .text .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  width: 124px;
  height: 8px;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .bannerbox .int .lt .text .tit:after {
    bottom: -24px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .lt .text .tit:after {
    display: none;
  }
}
.bannerbox .int .lt .text .make-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .bannerbox .int .lt .text .make-text {
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt {
    margin-top: 20px;
  }
}
.bannerbox .int .gt .mas {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .int .gt .mas {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt .mas {
    flex-direction: row;
    margin-top: 0;
  }
}
.bannerbox .int .gt .mas .item {
  margin-bottom: 60px;
  position: relative;
}
.bannerbox .int .gt .mas .item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bannerbox .int .gt .mas .item {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item {
    margin-right: 26px;
  }
}
.bannerbox .int .gt .mas .item .shu {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item .shu {
    margin-bottom: 5px;
  }
}
.bannerbox .int .gt .mas .item .shu span {
  font-size: 84px;
  line-height: 1.1;
  font-family: "shu";
  font-weight: 500;
}
@media (max-width: 1681px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .bannerbox .int .gt .mas .item .shu span {
    font-size: 30px;
  }
}
.bannerbox .int .gt .mas .item .shu i {
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  right: 0px;
  top: 0;
}
.bannerbox .int .gt .mas .item strong {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .bannerbox .int .gt .mas .item strong {
    font-size: 13px;
  }
}
.bannerbox .int .gt .mas .item:last-child:after {
  display: none;
}
.bannerbox .int:after,
.bannerbox .int::before {
  display: none;
}
.cotbanner {
  width: 100%;
  height: 328px;
}
@media (max-width: 991px) {
  .cotbanner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cotbanner {
    height: 260px;
  }
}
.cotbanner #map {
  height: 100%;
}
.planbanenr {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 420px;
  height: 330px;
  overflow: hidden;
}
.planbanenr .font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
}
.planbanenr .font .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  /* margin-bottom: 28px; */
}
@media (max-width: 1681px) {
  .planbanenr .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .planbanenr .font .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .planbanenr .font .tit {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.planbanenr .font .text {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .planbanenr .font .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .planbanenr {
    height: 160px !important;
  }
}
@media (max-width: 575px) {
  .planbanenr .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.posiimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.posiimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .planbanenr {
    height: 320px;
  }
}
.planbanenr .img {
  width: 100%;
  height: 100%;
  /* position: fixed;
  top: 0;
  left: 0; */
  z-index: 0;
}
.planbanenr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .planbanenr .font {
    width: 100%;
    padding: 0 15px;
  }
  .abnanner {
    height: 100vh;
  }
}
.supportbanner {
  height: 330px;
}
.supportbanner .container {
  /* position: relative; */
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supportbanner .container .font .tit {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  display: flex;
  /* align-items: center; */
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .supportbanner .container .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .supportbanner .container .font .tit {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .supportbanner .container .font .tit {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 376px) {
  .supportbanner .container .font .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.supportbanner .container .font .tit i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit i {
    width: 40px;
    height: 40px;
  }
}
.supportbanner .container .font .tit i span {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .tit i span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .supportbanner .container .font .tit i {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.supportbanner .container .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 170px;
  height: 46px;
  background-color: #fe7925;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .supportbanner .container .font .but {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .supportbanner .container .font .but {
    width: 100px;
    height: 34px;
  }
  .supportbanner .container .font .tit {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.aboutbanner {
  width: 100%;
  height: 510px;
  height: 330px;
}
/* @media (max-width: 1360px) {
  .aboutbanner {
    height: 420px;
  }
} */
.aboutbanner .font {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}
.aboutbanner .font .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  /* margin-bottom: 28px; */
}
@media (max-width: 1681px) {
  .aboutbanner .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .aboutbanner .font .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .aboutbanner .font .tit {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.aboutbanner .font .text {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .aboutbanner .font .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .aboutbanner .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.productbanner .img {
  position: relative;
  width: 100%;
  /* height: 81%; */
}
@media (max-width: 767px) {
  .productbanner .img {
    height: 100%;
  }
}
.productbanner .gtimg {
  position: absolute;
  bottom: 0;
  right: 20%;
  height: 443px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .productbanner .gtimg {
    right: 14%;
  }
}
@media (max-width: 1360px) {
  .productbanner .gtimg {
    height: 343px;
  }
}
@media (max-width: 1199px) {
  .productbanner .gtimg {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .productbanner .gtimg {
    display: none;
  }
}
.productbanner .gtimg img {
  height: 100%;
}
.productbanner .font {
  text-align: left;
  -webkit-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%);
}
@media (max-width: 767px) {
  .productbanner .font {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.productbanner .font .tit {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.productbanner .font .text {
  font-size: 16px;
  line-height: 25px;
  width: 48%;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .productbanner .font .text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .productbanner .font .text {
    width: 100%;
  }
}
@keyframes spinright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End */
@keyframes spinner-circle-clipper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spinner-circle {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* å…³äºŽæˆ‘ä»¬ */
.aboutbox-border {
  border-top: 4px solid #eeeeee;
}
@media (max-width: 1199px) {
  .aboutbox-border {
    border-width: 2px;
  }
}
.aboutbox-nav {
  z-index: 888;
}
.aboutbox .posifix {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.aboutbox-but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 270px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid #0058e9;
  color: #0058e9;
  font-size: 16px;
}
.aboutbox-but span {
  color: #0058e9;
}
.aboutbox-but i {
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-but i img {
  width: 100%;
  float: left;
}
@media (max-width: 1440px) {
  .aboutbox-but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-but {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .aboutbox-but i {
    margin-left: 14px;
  }
}
.aboutbox-but.on i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.aboutbox-section1 .cont {
  width: 100%;
}
.aboutbox-section1 .cont .item {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 120px;
  }
}
@media (max-width: 1360px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item {
    margin-bottom: 40px;
  }
}
.aboutbox-section1 .cont .item:last-child {
  margin-bottom: 0;
}
.aboutbox-section1 .cont .item .img {
  width: 56%;
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .img {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 32%;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .img {
    padding-bottom: 35%;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .img {
    height: 458px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .img {
    margin-bottom: 30px;
    padding-bottom: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .img {
    margin-bottom: 26px;
  }
}
.aboutbox-section1 .cont .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section1 .cont .item .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section1 .cont .item .gt {
  width: 44%;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .gt .font {
  width: 78%;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 82%;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt .font {
    width: 100%;
  }
}
.aboutbox-section1 .cont .item .gt .font .tit {
  color: #0058e9;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .tit {
    margin-bottom: 14px;
  }
}
.aboutbox-section1 .cont .item .gt .font .text {
  font-size: 24px;
  color: #666;
  margin-bottom: 62px;
}
@media (max-width: 1681px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    font-size: 22px;
    margin-bottom: 42px;
  }
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .cont .item .gt .font .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .head {
  font-size: 24px;
  color: #0058e9;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .jut .head {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .head {
    font-size: 20px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list {
    margin-bottom: 16px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list:last-child {
  margin-bottom: 0;
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span {
  font-size: 20px;
  color: #666;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span i {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list > span i {
    width: 16px;
    margin-right: 6px;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list > span i img {
  width: 100%;
  float: left;
}
.aboutbox-section1 .cont .item .gt .font .jut .list .p {
  width: 86%;
  font-size: 16px;
  color: #999;
  line-height: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    width: 91%;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item .gt .font .jut .list .p {
    width: 82%;
  }
}
.aboutbox-section1 .cont .item .gt .font .jut .list:last-child .p {
  border-bottom: none;
}
.aboutbox-section1 .cont .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt {
  flex-direction: row;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list {
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list {
    margin-bottom: 14px;
  }
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list > span i {
  margin-right: 0;
  width: 15px;
  margin-top: 5px;
}
.aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
  border-bottom: none;
  width: 94%;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 94%;
  }
}
@media (max-width: 575px) {
  .aboutbox-section1 .cont .item:nth-child(2n) .gt .font .jut .list .p {
    width: 92%;
  }
}
.aboutbox-section1 .cont .item:nth-child(3n) .gt .font .jut .list .p {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .aboutbox-section1 .cont .item:nth-child(3n) .gt .font .jut .list .p {
    margin-bottom: 20px;
    width: 100%;
  }
}
.aboutbox-section2 .jut {
  margin: 0 -33px 40px;
  height: 880px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .aboutbox-section2 .jut {
    margin: 0 -20px 40px;
    height: 618px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut {
    margin: 0 -10px 10px;
    height: 518px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut {
    height: 418px;
  }
}
.aboutbox-section2 .jut .zhong {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section2 .jut .zhong .list {
  padding: 0 33px;
  width: 33.333%;
  margin-bottom: 30px;
  height: 880px;
}
@media (max-width: 1440px) {
  .aboutbox-section2 .jut .zhong .list {
    padding: 0 20px;
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list {
    padding: 0 10px;
    margin-bottom: 20px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list {
    width: 50%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section2 .jut .zhong .list {
    width: 100%;
    height: 450px;
  }
}
.aboutbox-section2 .jut .zhong .list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aboutbox-section2 .jut .zhong .list .item .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.aboutbox-section2 .jut .zhong .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section2 .jut .zhong .list .item .img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section2 .jut .zhong .list .item .img1 {
  margin-bottom: 30px;
  height: 42%;
}
@media (min-width: 1200px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 208px;
  }
}
@media (min-width: 1441px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section2 .jut .zhong .list .item .img1 {
    height: 70%;
  }
}
.aboutbox-section2 .jut .zhong .list .item .img2 {
  height: 84%;
}
@media (min-width: 1200px) {
  .aboutbox-section2 .jut .zhong .list .item .img2 {
    height: 396px;
  }
}
@media (min-width: 1441px) {
  .aboutbox-section2 .jut .zhong .list .item .img2 {
    height: 566px;
  }
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item {
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item {
    flex-direction: column;
  }
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img1 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img1 {
    margin-bottom: 20px;
  }
}
.aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section2 .jut .zhong .list:nth-child(3n-1) .item .img2 {
    margin-bottom: 0;
  }
}
.aboutbox-section3 .jut {
  margin: 0 -10px 40px;
  height: 428px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .aboutbox-section3 .jut {
    height: 328px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section3 .jut {
    margin: 0 -5px 10px;
  }
}
@media (max-width: 767px) {
  .aboutbox-section3 .jut {
    height: 228px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section3 .jut {
    height: 198px;
  }
}
@media (max-width: 376px) {
  .aboutbox-section3 .jut {
    height: 238px;
  }
}
.aboutbox-section3 .jut .zhong {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section3 .jut .list {
  width: 25%;
  height: 410px;
  padding: 0 10px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1440px) {
  .aboutbox-section3 .jut .list {
    height: 310px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section3 .jut .list {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section3 .jut .list {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section3 .jut .list {
    width: 50%;
    height: 210px;
  }
}
@media (max-width: 575px) {
  .aboutbox-section3 .jut .list {
    height: 180px;
  }
}
@media (max-width: 376px) {
  .aboutbox-section3 .jut .list {
    width: 100%;
    height: 220px;
  }
}
.aboutbox-section3 .jut .item {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutbox-section3 .jut .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.aboutbox-section3 .jut .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.aboutbox-section4 .jut {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-section4 .jut a {
  position: relative;
  display: block;
  width: 14%;
  padding-bottom: 6%;
  margin: -1px 0 0 -1px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  .aboutbox-section4 .jut a {
    width: 25%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .aboutbox-section4 .jut a {
    width: 33.33%;
    padding-bottom: 14%;
  }
}
@media (max-width: 376px) {
  .aboutbox-section4 .jut a {
    width: 50%;
    padding-bottom: 22%;
  }
}
.aboutbox-section4 .jut a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* End */
/* è”ç³»æˆ‘ä»¬ */
.contactbox-tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .contactbox-tit {
    margin-bottom: 40px;
  }
}
.contactbox-tit span {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
  line-height: 36px;
  font-family: 'Franklin Gothic Heavy';
}
.contactbox-tit i {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: #353535;
}
.contactbox-section1 {
  padding-bottom: 0;
}
.contactbox-section1 .contactbox-tit {
  margin-bottom: 110px;
}
@media (max-width: 1681px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1440px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .contactbox-tit {
    margin-bottom: 30px;
  }
}
.contactbox-section1 .cont {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont {
    padding-bottom: 26px;
  }
}
.contactbox-section1 .cont .co1-cont {
  width: 100%;
}
.contactbox-section1 .cont .co1-cont .item {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactbox-section1 .cont .co1-cont .item i {
  display: block;
  height: 36px;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .co1-cont .item i {
    margin-bottom: 20px;
  }
}
.contactbox-section1 .cont .co1-cont .item i img {
  height: 100%;
}
.contactbox-section1 .cont .co1-cont .item .font {
  text-align: center;
}
.contactbox-section1 .cont .co1-cont .item .font span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #757575;
  line-height: 1;
}
.contactbox-section1 .cont .co1-cont .item .font .text {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.contactbox-section1 .cont .co1-cont .swiper-slide {
  width: 26%;
}
.contactbox-section1 .cont .co1-cont .swiper-slide:after {
  width: 1px;
  height: 55px;
  background-color: #e5e5e5;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .co1-cont .swiper-slide:after {
    display: none;
  }
}
.contactbox-section1 .cont .co1-cont .swiper-slide:last-child:after {
  display: none;
}
.contactbox-section1 .cont .co1-cont .swiper-slide:nth-child(2):after {
  right: 8%;
}
.contactbox-section1 .cont .co1-cont .swiper-slide-next {
  width: 46%;
}
.contactbox-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section2 .cont .lt {
  width: 100%;
  /* margin-bottom: 30px; */
}
@media (max-width: 1440px) {
  .contactbox-section2 .cont .lt {
    width: 100%;
  }
}
.contactbox-section2 .cont .lt img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .contactbox-section2 .cont .lt {
    display: none;
  }
}
.contactbox-section2 .cont .gt {
  width: 46%;
  width: 100%;
  /* border: 1px solid #eeeeee; */
  border-radius: 4px;
  padding: 30px 22px 30px 66px;
  /* height: 480px; */
}
@media (max-width: 1440px) {
  .contactbox-section2 .cont .gt {
    padding: 22px 11px 22px 44px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .cont .gt {
    padding: 22px 0 22px 14px;
  }
}
.contactbox-section2 .cont .gt .co2-cont {
  width: 100%;
  height: 100%;
  padding-right: 44px;
}
@media (max-width: 1199px) {
  .contactbox-section2 .cont .gt .co2-cont {
    padding-right: 33px;
  }
}
.min_767px {
  display: block;
}
.max_767px {
  display: none;
}
.contactbox-section2 .cont .gt .co2-cont .swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section2 .cont .gt .co2-cont .jut {
  width: 48%;
  float: left;
}
@media (max-width: 767px) {
  .contactbox-section2 .cont .gt .co2-cont {
    padding-right: 17px;
  }
  .min_767px {
    display: none;
  }
  .max_767px {
    display: block;
  }
  .contactbox-section2 .cont .gt .co2-cont .jut {
    width: 100%;
  }
}
.contactbox-section2 .cont .gt .co2-cont .swiper-scrollbar {
  border-radius: 0;
  background-color: #ececec;
}
.contactbox-section2
  .cont
  .gt
  .co2-cont
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: #0058e9;
}
.contactbox-section2 .cont .gt .co2-cont .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactbox-section2 .cont .gt .co2-cont .item {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item {
    margin-bottom: 40px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .tit {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1199px) {
  .contactbox-section2 .cont .gt .co2-cont .item .tit {
    margin-bottom: 24px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font {
  width: 100%;
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list {
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item .font .list {
    margin-bottom: 14px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list i {
  display: block;
  width: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .contactbox-section2 .cont .gt .co2-cont .item .font .list i {
    width: 14px;
    margin-right: 8px;
  }
}
.contactbox-section2 .cont .gt .co2-cont .item .font .list i img {
  width: 100%;
}
.contactbox-section3 {
  background-image: url(../images/contact/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactbox-section3 .cont {
  width: 100%;
}
.contactbox-section3 .cont .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section3 .cont .item .an {
  display: flex;
  align-items: center;
}
.contactbox-section3 .cont .item input {
  width: 32%;
}
@media (max-width: 767px) {
  .contactbox-section3 .cont .item input {
    width: 100%;
  }
}
.contactbox-section3 .cont textarea {
  width: 100%;
  height: 290px;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont textarea {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .contactbox-section3 .cont textarea {
    height: 180px;
  }
}
.contactbox-section3 .cont input,
.contactbox-section3 .cont textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  padding: 17px 18px;
  border-radius: 3px;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont input,
  .contactbox-section3 .cont textarea {
    margin-bottom: 20px;
  }
}
.contactbox-section3 .cont .submit1 {
  width: 150px;
  height: 50px;
  background-color: #0058e9;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contactbox-section3 .cont .submit1 {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .contactbox-section3 .cont .submit1 {
    width: 100px;
    height: 40px;
  }
}
/* End */
/* newsæ–°é—»ä¸­å¿ƒ */
.newsbox-tit {
  text-align: center;
}
.newsbox-tit .text {
  text-align: center;
}
.newsbox-tit .text strong {
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000;
  position: relative;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 1199px) {
  .newsbox-tit .text strong {
    font-size: 26px;
    line-height: 36px;
  }
}
.newsbox-tit .text strong:after,
.newsbox-tit .text strong::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 54%;
}
.newsbox-tit .text strong:after {
  right: -60px;
}
.newsbox-tit .text strong:before {
  left: -60px;
}
.newsbox-tit span {
  color: #0058e9;
  line-height: 24px;
  display: block;
  margin-top: 4px;
  font-size: 21px;
  font-weight: normal;
  font-family: "arial";
}
.newsbox-section1 {
  position: relative;
  z-index: 2;
  /*  -webkit-transform: translateY(-94px);
  transform: translateY(-94px); */
  padding-top: 0;
  background-color: #fff;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .newsbox-section1 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.newsbox-section1 .cont {
  width: 100%;
  padding: 0 66px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont {
    padding: 0 44px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont {
    padding: 0 33px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont {
    padding: 0;
  }
}
.newsbox-section1 .cont .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .newsbox-tit {
    margin-bottom: 24px;
  }
}
.newsbox-section1 .cont .new_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 44px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 34px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .new_nav {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .new_nav a {
  display: block;
  margin: 0 44px;
  font-size: 16px;
  color: #666;
}
.newsbox-section1 .cont .new_nav a.active {
  font-size: 40px;
  color: #000;
  position: relative;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .new_nav a {
    margin: 0 22px;
  }
}
@media (max-width: 575px) {
  .newsbox-section1 .cont .new_nav a {
    margin: 0 10px;
  }
}
.newsbox-section1 .cont .new_nav span {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #999;
}
.newsbox-section1 .cont .new_nav span:last-child {
  display: none;
}
.newsbox-section1 .cont .jut1 {
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 {
    margin-bottom: 36px;
  }
}
.newsbox-section1 .cont .jut1 .tit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit {
    margin-bottom: 22px;
  }
}
.newsbox-section1 .cont .jut1 .tit .lt {
  width: 50%;
  height: 366px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit .lt {
    width: 100%;
    height: auto;
  }
}
.newsbox-section1 .cont .jut1 .tit .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section1 .cont .jut1 .tit .gt {
  width: 50%;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    padding: 0 34px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .tit .gt {
    width: 100%;
    padding: 30px 14px 40px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .tit {
  line-height: 64px;
  font-size: 28px;
  margin-bottom: 14px;
  color: #333;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .tit {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .tit {
    font-size: 24px;
    line-height: 34px;
    height: 72px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font span {
  line-height: 1;
  color: #aaaaaa;
  font-size: 16px;
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font span {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 80px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .text {
    margin-bottom: 26px;
  }
}
.newsbox-section1 .cont .jut1 .tit .gt .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 126px;
  height: 35px;
  background-color: #0058e9;
  border-radius: 18px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .tit .gt .font .but {
    width: 100px;
    height: 30px;
  }
}
.newsbox-section1 .cont .jut1 .tit:hover .lt img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox-section1 .cont .jut1 .tit:hover .gt .font .tit {
  color: #0058e9;
  font-family: 'Franklin Gothic Heavy';
}
.newsbox-section1 .cont .jut1 .list {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1681px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -24px;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list {
    margin: 0;
  }
}
.newsbox-section1 .cont .jut1 .list .item {
  display: block;
  padding: 0 50px;
  width: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1681px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 24px;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .jut1 .list .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1681px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 50px 0;
  }
}
@media (max-width: 1360px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .jut1 .list .item .jut {
    padding: 30px 0;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt {
  width: 14%;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list .item .jut .lt {
    display: none;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt span {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  display: block;
  margin-bottom: 28px;
}
.newsbox-section1 .cont .jut1 .list .item .jut .lt strong {
  display: block;
  line-height: 1;
  font-size: 26px;
  color: #333;
  font-weight: 500;
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt {
  width: 84%;
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .jut1 .list .item .jut .gt {
    width: 100%;
  }
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  margin-bottom: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section1 .cont .jut1 .list .item .jut .gt .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #999;
  height: 78px;
}
.newsbox-section1 .cont .jut1 .list .item:hover .jut {
  border-color: #0058e9;
}
.newsbox-section1 .cont .jut1 .list .item:hover .jut .gt span {
  color: #0058e9;
  font-family: 'Franklin Gothic Heavy';
}
.newsbox-section2 {
  /* margin-top: -94px; */
}
@media (max-width: 767px) {
  .newsbox-section2 {
    margin-top: 0;
  }
}
/* End */
/* coase_infoæ¡ˆä¾‹è¯¦æƒ…é¡µ */
.case_info-section1 {
  padding-top: 0;
}
.case_info-section1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_info-section1 .lt {
  width: 72%;
  background-color: #fafafa;
  padding: 60px;
}
@media (max-width: 1440px) {
  .case_info-section1 .lt {
    padding: 50px;
  }
}
@media (max-width: 1360px) {
  .case_info-section1 .lt {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .case_info-section1 .lt {
    padding: 26px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .lt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case_info-section1 .lt {
    padding: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .case_info-section1 .lt {
    padding: 14px;
  }
}
.case_info-section1 .lt .tit {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .tit {
    margin-bottom: 26px;
  }
}
.case_info-section1 .lt .tit > span {
  display: block;
  line-height: 36px;
  color: #0058e9;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .tit > span {
    font-size: 24px;
    line-height: 34px;
  }
}
.case_info-section1 .lt .tit .text {
  display: flex;
  flex-wrap: wrap;
  line-height: 26px;
}
.case_info-section1 .lt .tit .text > span {
  color: #999999;
  font-size: 12px;
}
.case_info-section1 .lt .tit .text > span em {
  font-style: normal;
  color: #0058e9;
}
.case_info-section1 .lt .tit .text .fen {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.case_info-section1 .lt .tit .text .fen .nei {
  color: #666;
  font-size: 12px;
}
@media (max-width: 991px) {
  .case_info-section1 .lt .tit .text .fen {
    margin-left: 10px;
  }
}
.case_info-section1 .lt .make-text {
  padding-bottom: 78px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .case_info-section1 .lt .make-text {
    padding-bottom: 40px;
  }
  .bannerbox {
    height: auto;
    margin-top: 72px;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .lt .make-text {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
}
.case_info-section1 .lt .make_pag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_info-section1 .lt .make_pag a {
  color: #666;
  font-size: 16px;
  display: flex;
  max-width: 49%;
  margin-bottom: 20px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.case_info-section1 .lt .make_pag a div:first-child {
  width: 71px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .case_info-section1 .lt .make_pag a {
    max-width: 100%;
  }
}
.case_info-section1 .lt .make_pag a:hover {
  color: #0058e9;
}
.case_info-section1 .gt {
  width: 24%;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .case_info-section1 .gt {
    width: 26%;
  }
}
@media (max-width: 991px) {
  .case_info-section1 .gt {
    width: 100%;
  }
}
.case_info-section1 .gt .tit {
  font-size: 20px;
  color: #0058e9;
  padding: 28px 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 575px) {
  .case_info-section1 .gt .tit {
    padding: 24px 14px;
  }
}
.case_info-section1 .gt .item {
  padding: 15px 4px 15px 15px;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .case_info-section1 .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .case_info-section1 .gt .item {
    width: 100%;
  }
}
.case_info-section1 .gt .item .img {
  position: relative;
  padding-bottom: 88%;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .case_info-section1 .gt .item .img {
    margin-bottom: 24px;
  }
}
.case_info-section1 .gt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case_info-section1 .gt .item .font {
  width: 100%;
}
.case_info-section1 .gt .item .font strong {
  display: block;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.case_info-section1 .gt .item .font .text {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  width: 100%;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case_info-section1 .gt .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
/* End */
/* æ–°é—»è¯¦æƒ…é¡µ */
.news_info-section1 .cont {
  padding: 0;
}
.news_info-section1 .cont .mak {
  background-color: #fafafa;
  padding: 90px 210px 144px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .mak {
    padding: 80px 160px 100px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak {
    padding: 60px 120px 80px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak {
    padding: 40px 60px 60px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 .cont .mak {
    padding: 30px 22px;
  }
}
@media (max-width: 575px) {
  .news_info-section1 .cont .mak {
    padding: 30px 14px;
  }
}
.news_info-section1 .cont .mak .mak_tit {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .mak_tit {
    margin-bottom: 26px;
  }
}
.news_info-section1 .cont .mak .mak_tit > span {
  font-size: 24px;
  color: #0058e9;
  display: block;
  line-height: 34px;
  margin-bottom: 14px;
}
.news_info-section1 .cont .mak .mak_tit .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 26px;
}
.news_info-section1 .cont .mak .mak_tit .text > span {
  color: #999999;
  font-size: 12px;
}
.news_info-section1 .cont .mak .mak_tit .text > span em {
  font-style: normal;
  color: #0058e9;
}
.news_info-section1 .cont .mak .mak_tit .text .fen {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.news_info-section1 .cont .mak .mak_tit .text .fen .nei {
  color: #666;
  font-size: 12px;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .mak_tit .text .fen {
    margin-left: 10px;
  }
}
.news_info-section1 .cont .mak .make-text {
  padding-bottom: 78px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .mak .make-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .mak .make-text {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
}
.news_info-section1 .cont .mak .make_pag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_info-section1 .cont .mak .make_pag a {
  color: #666;
  font-size: 16px;
  display: block;
  max-width: 49%;
}
@media (max-width: 767px) {
  .news_info-section1 .cont .mak .make_pag a {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.news_info-section1 .cont .mak .make_pag a:hover {
  color: #0058e9;
}
.news_info-section2 .cont {
  padding: 0;
}
.news_info-section2 .cont .news_info2_tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 32px;
  color: #0058e9;
  line-height: 42px;
}
@media (max-width: 1440px) {
  .news_info-section2 .cont .news_info2_tit {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1360px) {
  .news_info-section2 .cont .news_info2_tit {
    font-size: 24px;
    line-height: 34px;
  }
}
.news_info-section2 .cont .jut1 {
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .news_info-section2 .cont .jut1 {
    margin-bottom: 20px;
  }
}
.news_info-section2 .cont .jut1 .list .item .jut {
  padding: 40px 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .news_info-section2 .cont .jut1 .list .item .jut {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .news_info-section2 .cont .jut1 .list .item .jut {
    padding: 20px 0;
  }
}
#bsPanelHolder {
  display: none;
}
/* End */
/* ç»å…¸æ¡ˆä¾‹ */
.remake-section4 {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .remake-section4 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .remake-section4 {
    padding-bottom: 50px;
  }
}
.remake-section4 .cont {
  margin: 0 -34px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .remake-section4 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .remake-section4 .cont {
    margin: 0;
  }
}
.remake-section4 .cont .item {
  padding: 0 34px;
  margin-bottom: 60px;
  width: 33.33%;
}
@media (max-width: 1440px) {
  .remake-section4 .cont .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .remake-section4 .cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .remake-section4 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.remake-section4 .cont .item .jut {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .remake-section4 .cont .item .jut {
    padding: 10px;
  }
}
.remake-section4 .cont .item .jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.remake-section4 .cont .item .jut .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.remake-section4 .cont .item .jut .font {
  padding: 24px 0;
}
.remake-section4 .cont .item .jut .font strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  line-height: 1;
  color: #333;
  font-size: 20px;
}
.remake-section4 .cont .item .jut .font .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.remake-section4 .cont .item .jut:hover {
  border-color: #0058e9;
}
.remake-section4 .cont .item .jut:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.remake-section4 .cont .item .jut:hover .font strong {
  color: #0058e9;
}
.remake-section4 .but {
  width: 270px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0058e9;
  border: 1px solid #0058e9;
  border-radius: 24px;
  font-size: 16px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .remake-section4 .but {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .remake-section4 .but {
    width: 140px;
    height: 40px;
  }
}
.remake-section4 .but i {
  display: block;
  width: 7px;
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .remake-section4 .but i {
    margin-left: 18px;
  }
}
.remake-section4 .but i img {
  width: 100%;
}
.planbox-section2 {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .planbox-section2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .planbox-section2 {
    padding-bottom: 40px;
  }
}
.planbox-section2 .cont .item:hover .jut {
  box-shadow: 0 10px 57px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .planbox-section2 .cont .item:hover .jut {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.1);
  }
}
.planbox-section2 .cont .item .jut .font .text {
  height: 162px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  -webkit-line-clamp: 5;
}
.planbox-section3 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .planbox-section3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .planbox-section3 {
    padding-bottom: 40px;
  }
}
.planbox-section3 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planbox-section3 .container .item {
  display: block;
  width: 49%;
  position: relative;
  padding: 110px 0 110px;
}
@media (max-width: 1440px) {
  .planbox-section3 .container .item {
    padding: 56px 0 46px;
  }
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item {
    padding: 36px 0 26px;
  }
}
@media (max-width: 767px) {
  .planbox-section3 .container .item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.planbox-section3 .container .item:last-child {
  margin-bottom: 0;
}
.planbox-section3 .container .item .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.planbox-section3 .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.planbox-section3 .container .item .font {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 14%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .planbox-section3 .container .item .font {
    padding: 0 14px;
  }
}
.planbox-section3 .container .item .font strong {
  font-size: 28px;
  display: block;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font strong {
    font-size: 24px;
  }
}
.planbox-section3 .container .item .font .text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font .text {
    opacity: 1;
  }
}
.planbox-section3 .container .item .font .but {
  opacity: 0;
  width: 164px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0058e9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .planbox-section3 .container .item .font .but {
    width: 125px;
    height: 30px;
    opacity: 1;
  }
}
.planbox-section3 .container .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.planbox-section3 .container .item:hover .font .but,
.planbox-section3 .container .item:hover .font .text {
  opacity: 1;
}
.planbox-section3 .container .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* æ¡ˆä¾‹è¯¦æƒ… */
.plan_info-section1 {
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .plan_info-section1 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 {
    padding-bottom: 40px;
  }
}
.plan_info-section1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.plan_info-section1 .container .lt {
  width: 65%;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .lt .nav1 {
  width: 100%;
  padding: 1px;
  background-color: #fff;
}
.plan_info-section1 .container .lt .nav1 .list {
  padding: 0 52px;
  background-color: #eeeeee;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .nav1 .list {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .nav1 .list {
    height: 50px;
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .nav1 .list {
    padding: 0 14px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list {
    justify-content: space-between;
  }
}
.plan_info-section1 .container .lt .nav1 .list a {
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  margin-right: 60px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    margin-right: 14px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list a {
    font-size: 13px;
    margin-right: 0;
  }
}
.plan_info-section1 .container .lt .nav1 .list a span {
  font-size: 8px;
  margin-left: 10px;
  display: block;
  opacity: 0;
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .nav1 .list a span {
    margin-right: 6px;
    display: none;
  }
}
.plan_info-section1 .container .lt .nav1 .list a:last-child {
  margin-right: 0;
}
.plan_info-section1 .container .lt .nav1 .list .on {
  color: #0058e9;
}
.plan_info-section1 .container .lt .nav1 .list .on span {
  opacity: 1;
}
.plan_info-section1 .container .lt .jut {
  padding: 60px 52px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut {
    padding: 40px 32px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut {
    padding: 30px 22px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut {
    padding: 26px 14px;
  }
}
.plan_info-section1 .container .lt .jut .plan1-tit {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0058e9;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan1-tit {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan1-tit {
    font-size: 18px;
  }
}
.plan_info-section1 .container .lt .jut .plan1-tit span {
  display: block;
  padding-bottom: 13px;
  border-bottom: 2px solid #0058e9;
  line-height: 1;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan1-tit span {
    padding-bottom: 10px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt1 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt1 {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 {
  margin-bottom: 160px;
}
@media (max-width: 1681px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 140px;
  }
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 {
    margin-bottom: 60px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item {
    padding: 10px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
  width: 52%;
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
}
@media (max-width: 1360px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
    height: 262px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img {
    width: 100%;
    margin-bottom: 22px;
    height: auto;
    padding-bottom: 70%;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font {
  width: 44%;
}
@media (max-width: 767px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font {
    width: 100%;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font i {
  display: block;
  width: 70px;
  height: 4px;
  background-color: #0058e9;
  margin-bottom: 20px;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font .text {
  font-size: 16px;
  color: #999;
  line-height: 32px;
  margin-bottom: 10px;
  height: 152px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .item .font span {
  font-size: 22px;
  color: #0058e9;
}
.plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 202px;
  height: 48px;
  border-radius: 22px;
  background-color: #0058e9;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
    width: 142px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt2 .cont .but {
    margin-top: 40px;
  }
}
.plan_info-section1 .container .lt .jut .plan_lt3 {
  margin-bottom: 120px;
}
@media (max-width: 1681px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .lt .jut .plan_lt3 {
    margin-bottom: 40px;
  }
}
.plan_info-section1 .container .gt {
  width: 30%;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt {
    width: 100%;
  }
}
.plan_info-section1 .container .gt .tit {
  font-size: 26px;
  color: #0159e9;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .gt .tit {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.plan_info-section1 .container .gt .list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt .list {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list {
    margin: 0;
  }
}
.plan_info-section1 .container .gt .list .item {
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1440px) {
  .plan_info-section1 .container .gt .list .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .gt .list .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .plan_info-section1 .container .gt .list .item {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list .item {
    padding: 0;
    width: 100%;
  }
}
.plan_info-section1 .container .gt .list .item .jut {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .plan_info-section1 .container .gt .list .item .jut {
    padding: 10px;
  }
}
.plan_info-section1 .container .gt .list .item .jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.plan_info-section1 .container .gt .list .item .jut .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.plan_info-section1 .container .gt .list .item .jut .font {
  padding: 24px 0;
}
.plan_info-section1 .container .gt .list .item .jut .font strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #333;
  font-size: 20px;
}
.plan_info-section1 .container .gt .list .item .jut .font .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 156px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  -webkit-line-clamp: 5;
}
.plan_info-section1 .container .gt .list .item .jut:hover {
  border-color: #0058e9;
  box-shadow: 0 10px 57px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .plan_info-section1 .container .gt .list .item .jut:hover {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.1);
  }
}
.plan_info-section1 .container .gt .list .item .jut:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.plan_info-section1 .container .gt .list .item .jut:hover .font strong {
  color: #0058e9;
}
.plan_info-section1 .container .gt .list .item:last-child {
  margin-bottom: 0;
}
/* End */
/* æœåŠ¡æ”¯æŒ */
.support-tit i {
  background-color: #0058e9;
}
.support-section1 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 24px 27px rgba(0, 0, 0, 0.06);
}
.support-section1 .cont {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .support-section1 .cont {
    display: none;
  }
}
.support-section1 .cont a {
  display: block;
  font-size: 20px;
  color: #666666;
  margin: 0 60px;
}
@media (max-width: 1440px) {
  .support-section1 .cont a {
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  .support-section1 .cont a {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .support-section1 .cont a {
    margin: 0 10px;
  }
}
.support-section1 .cont a:hover {
  color: #0058e9;
  font-family: 'Franklin Gothic Heavy';
}
.support-section1 .cont .on {
  color: #0058e9;
  font-family: 'Franklin Gothic Heavy';
}
.support-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .support-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .support-section2 .cont {
    margin: 0;
  }
}
.support-section2 .cont .item {
  display: block;
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .support-section2 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .support-section2 .cont .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .support-section2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.support-section2 .cont .item .jut {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #f8f8f8;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .support-section2 .cont .item .jut {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut {
    padding: 40px 0;
  }
}
.support-section2 .cont .item .jut i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  margin-bottom: 38px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .support-section2 .cont .item .jut i {
    height: 80px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut i {
    height: 60px;
  }
}
.support-section2 .cont .item .jut i img {
  height: 100%;
  float: left;
}
.support-section2 .cont .item .jut .rightimg {
  position: absolute;
  bottom: -60px;
  right: -60px;
  opacity: 0;
}
.support-section2 .cont .item .jut .font {
  text-align: center;
}
.support-section2 .cont .item .jut .font i img:nth-child(2) {
  display: none;
}
.support-section2 .cont .item .jut .font span {
  font-size: 26px;
  color: #353535;
}
@media (max-width: 1199px) {
  .support-section2 .cont .item .jut .font span {
    font-size: 22px;
  }
}
.support-section2 .cont .item:hover .jut {
  background-color: #0058e9;
  box-shadow: 0 0 95px rgba(0, 88, 233, 0.6);
}
.support-section2 .cont .item:hover .jut .font i img:nth-child(1) {
  display: none;
}
.support-section2 .cont .item:hover .jut .font i img:nth-child(2) {
  display: block;
}
.support-section2 .cont .item:hover .jut .font span {
  color: #fff;
}
.support-section2 .cont .item:hover .jut .rightimg {
  opacity: 0.5;
}
.support-section3 {
  background: none;
  padding-top: 0;
}
.support-section3 .cont button {
  width: 150px;
  height: 50px;
  background-color: #0058e9;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .support-section3 .cont button {
    width: 120px;
    height: 45px;
  }
}
.support-section4 {
  background: url(../images/server/bg.jpg) no-repeat center / cover;
}
.support-section4 .contactbox-tit {
  color: #000;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .support-section4 .contactbox-tit {
    margin-bottom: 40px;
  }
}
.support-section4 .contactbox-tit i {
  background-color: #fff;
}
.support-section4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .support-section4 .cont {
    margin: 0;
  }
}
.support-section4 .cont .jut {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .support-section4 .cont .jut {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .support-section4 .cont .jut {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .support-section4 .cont .jut {
    padding: 0;
    width: 100%;
  }
}
.support-section4 .cont .jut .item {
  width: 100%;
  background-color: #fff;
  padding: 45px 20px;
  border-radius: 10px;
  height: 250px;
}
@media (max-width: 1440px) {
  .support-section4 .cont .jut .item {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .support-section4 .cont .jut .item {
    height: auto;
  }
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item {
    padding: 30px 14px;
  }
}
.support-section4 .cont .jut .item .tit {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1199px) {
  .support-section4 .cont .jut .item .tit {
    margin-bottom: 24px;
  }
}
.support-section4 .cont .jut .item .font {
  width: 100%;
}
.support-section4 .cont .jut .item .font .list {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item .font .list {
    margin-bottom: 14px;
  }
}
.support-section4 .cont .jut .item .font .list i {
  display: block;
  width: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
.support-section4 .cont .jut .item .font .list .text {
  display: flex;
  width: calc(100% - 26px);
}
.support-section4 .cont .jut .item .font .list .text span {
  display: block;
  width: 62px;
}
.support-section4 .cont .jut .item .font .list .text div {
  width: calc(100% - 45px);
}
@media (max-width: 575px) {
  .support-section4 .cont .jut .item .font .list i {
    width: 14px;
    margin-right: 8px;
  }
}
.support-section4 .cont .jut .item .font .list i img {
  width: 100%;
  vertical-align: middle;
}
.support-section4 .cont .jut .item .font .list:last-child {
  margin-bottom: 0;
}
/* End */
/* FAQ.htmlå¸¸è§é—®é¢˜ */
.faq-section1 .cont {
  padding: 54px 90px 110px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .faq-section1 .cont {
    padding: 50px 50px 70px;
  }
}
@media (max-width: 991px) {
  .faq-section1 .cont {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  .faq-section1 .cont {
    padding: 30px 14px 40px;
  }
}
.faq-section1 .cont .jut .item {
  padding: 26px 0;
  border-bottom: 1px solid #eaeaea;
}
.faq-section1 .cont .jut .item i {
  display: block;
  width: 20px;
}
.faq-section1 .cont .jut .item i img {
  width: 100%;
}
.faq-section1 .cont .jut .item .tit {
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  line-height: 28px;
  align-items: center;
}
.faq-section1 .cont .jut .item .tit .lt {
  width: calc(100% - 30px);
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.faq-section1 .cont .jut .item .tit .gt {
  overflow: hidden;
  width: 20px;
}
.faq-section1 .cont .jut .item .tit .gt img {
  width: 100%;
  float: left;
}
.faq-section1 .cont .jut .item .tit .gt img:nth-child(2) {
  display: none;
}
.faq-section1 .cont .jut .item .list .text {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding-bottom: 7px;
}
.faq-section1 .cont .jut .item .list i {
  margin-top: 0;
}
.faq-section1 .cont .jut .item .tit,
.faq-section1 .cont .jut .item .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.faq-section1 .cont .jut .item .tit span,
.faq-section1 .cont .jut .item .list span,
.faq-section1 .cont .jut .item .tit .text,
.faq-section1 .cont .jut .item .list .text {
  display: block;
  width: calc(100% - 40px);
}
.faq-section1 .cont .jut .item .font {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.faq-section1 .cont .pagebox {
  margin-top: 76px;
}
@media (max-width: 1440px) {
  .faq-section1 .cont .pagebox {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .faq-section1 .cont .jut .item .tit .lt {
    width: calc(100% - 26px);
  }
  .faq-section1 .cont .jut .item .tit .gt {
    width: 20px;
  }
  .faq-section1 .cont .pagebox {
    margin-top: 40px;
  }
}
.faq-section1 .cont .jut .item.on .tit .gt img:nth-child(1) {
  display: none;
}
.faq-section1 .cont .jut .item.on .tit .gt img:nth-child(2) {
  display: block;
}
/* End */
.reco1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 25px;
  border-radius: 0 0 5px 5px;
  background-color: #ffdf00;
  font-size: 18px;
  color: #083bd2;
  border-top: 2px solid #0f6ccc;
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.24);
}
.reco1 span {
  display: block;
  width: auto;
}
@media (max-width: 1366px) {
  .reco1 {
    padding: 14px 19px;
  }
}
@media (max-width: 991px) {
  .reco1 {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .reco1 {
    font-size: 14px;
    width: auto;
    border-radius: 0;
  }
  .reco1 span {
    width: auto;
  }
}
/* å³ä¾§å›ºå®š */
.rightfixed {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 888;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 62px;
}
@media (max-width: 767px) {
  .rightfixed {
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    top: auto;
    /*overflow: hidden;*/
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.rightfixed .item {
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 2px;
  background-color: #0058e9;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfixed .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rightfixed .item {
    width: 20%;
    height: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .rightfixed .item:last-child {
    border-right: none;
  }
}
.rightfixed .item .tit {
  width: 100%;
  text-align: center;
}
.rightfixed .item .tit span {
  display: block;
  font-size: 26px;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 767px) {
  .rightfixed .item .tit span {
    font-size: 20px;
  }
}
.rightfixed .item .tit strong {
  font-weight: 500;
  white-space: nowrap;
}
.rightfixed .item .cont {
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #0058e9;
  width: 220px;
  height: 100%;
  padding: 10px;
  font-size: 24px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .rightfixed .item .cont {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}
.rightfixed .qq .cont {
  width: 230px;
  display: block;
  padding: 0;
  height: auto;
  padding-bottom: 10px;
  background-color: #24afd0;
}
.rightfixed .qq .f_tit {
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #5cc7e0;
  margin-bottom: 10px;
}
.rightfixed .qq a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  background-color: #24afd0;
}

@media (min-width: 768px) {
  .rightfixed .item:hover {
    color: #fff;
    background-color: #0058e9;
  }
  .rightfixed .item:hover .cont {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
.rightfixed .item:first-child .tit span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .rightfixed .qq .f_tit {
    font-size: 16px;
    padding: 10px;
  }
  .rightfixed .qq {
    display: flex;
  }
  .rightfixed .item:first-child .tit span {
    font-size: 16px;
  }
}
.rightfixed .qq:hover .cont {
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}
@media (max-width: 767px) {
  .rightfixed .qq:hover .cont {
    -webkit-transform: translateX(-30%) translateY(-100%);
    transform: translateX(-30%) translateY(-100%);
    opacity: 1;
  }
}
.rightfixed .er .f_cont {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: -1px 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .rightfixed .er .f_cont {
    display: none;
  }
}
.rightfixed .er .f_cont img {
  width: 100%;
}
@media (max-width: 767px) {
  .rightfixed .er:hover {
    color: #fff;
  }
  .rightfixed .er:hover .cont {
    -webkit-transform: translateX(-20%) translateY(-100%);
    transform: translateX(-20%) translateY(-100%);
    opacity: 1;
    display: block;
  }
}
.rightfixed .on {
  color: #fff;
  background-color: #0058e9;
}
/* End */
/* æœåŠ¡æ‰‹å†Œ  ä¸‹è½½ */
.download-section1 {
  border-bottom: 1px solid #e0e0e0;
}
.download-section2 {
  padding-top: 80px;
}
@media (max-width: 1440px) {
  .download-section2 {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .download-section2 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .download-section2 {
    padding-top: 50px;
  }
}
.download-section2 .cont {
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 1360px) {
  .download-section2 .cont {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .download-section2 .cont {
    padding-bottom: 30px;
  }
}
.download-section2 .cont .item {
  padding: 25px 65px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .download-section2 .cont .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .download-section2 .cont .item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.download-section2 .cont .item .neme1 {
  width: 24%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
@media (max-width: 767px) {
  .download-section2 .cont .item .neme1 {
    width: 40%;
    font-size: 16px;
  }
}
.download-section2 .cont .item .text {
  width: 38%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .text {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .text {
    display: none;
  }
}
.download-section2 .cont .item .size1 {
  width: 8%;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .size1 {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .size1 {
    width: 24%;
  }
}
.download-section2 .cont .item .list {
  width: 12%;
  display: flex;
  align-items: center;
  color: #0058e9;
}
@media (max-width: 991px) {
  .download-section2 .cont .item .list {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .download-section2 .cont .item .list {
    width: 24%;
  }
}
.download-section2 .cont .item .list img {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .download-section2 .cont .item .list img {
    display: none;
  }
}
.download-section2 .cont .tit {
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 4px;
  background-color: #588dc1;
  color: #fff;
  font-size: 16px;
  border-bottom: none;
}
.download-section2 .cont .tit .neme1 {
  font-size: 16px;
}
.download-section2 .cont .tit .text {
  color: #fff;
  font-size: 16px;
}
.download-section2 .cont .tit .list {
  color: #fff;
}
.download-section2 .cont .pagebox {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .download-section2 .cont .pagebox {
    margin-top: 30px;
  }
}
/* End */
/* æ¡ˆä¾‹ */
.case-section1 {
  margin-bottom: 0;
}
.case-section1 .cont {
  border-bottom: none;
  overflow: auto;
}
.case-section2 {
  margin-bottom: 57px;
}
@media (max-width: 991px) {
  .case-section2 {
    margin-bottom: 37px;
  }
}
.case-section2 .cont {
  background-color: #fcfcfc;
  padding: 53px 40px 45px;
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
}
@media (max-width: 1440px) {
  .case-section2 .cont {
    padding: 43px 26px 33px;
  }
}
@media (max-width: 991px) {
  .case-section2 .cont {
    padding: 23px 20px 13px;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont {
    padding: 23px 16px 13px;
  }
}
.case-section2 .cont .item {
  display: block;
  width: 100%;
  overflow: hidden;
}
.case-section2 .cont .item:first-child .gt {
  border-top-width: 0;
}
@media (max-width: 767px) {
  .case-section2 .cont .item:first-child .gt {
    border-top-width: 1px;
  }
}
.case-section2 .cont .item .lt,
.case-section2 .cont .item .gt {
  padding: 28px 0 18px;
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt,
  .case-section2 .cont .item .gt {
    padding-top: 18px;
  }
}
.case-section2 .cont .item .lt {
  width: 8%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 16px;
  color: #0058e9;
  float: left;
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .lt {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt {
    width: 100%;
  }
}
.case-section2 .cont .item .lt span {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
@media (max-width: 767px) {
  .case-section2 .cont .item .lt span {
    display: none;
  }
}
.case-section2 .cont .item .gt {
  width: 88%;
  display: flex;
  float: right;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .gt {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .gt {
    width: 100%;
  }
  .case-section2 .cont .item .gt:first-child {
    padding-bottom: 28px;
  }
}
.case-section2 .cont .item .gt .jut {
  width: calc(100% - 84px);
  height: 19px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section2 .cont .item .gt .jut .f_jt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.case-section2 .cont .item .gt .jut .f_jt a {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 26px;
  }
}
@media (max-width: 1199px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 6%;
  }
}
@media (max-width: 346px) {
  .case-section2 .cont .item .gt .jut .f_jt a {
    margin-right: 8%;
  }
}
.case-section2 .cont .item .gt .jut .f_jt .on {
  color: #0058e9;
}
.case-section2 .cont .item .gt .but {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
  font-size: 16px;
  color: #0058e9;
}
.case-section2 .cont .item .gt .but span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section2 .cont .item .gt .active span {
  transform: rotate(180deg);
}
.case-section2 .cont .itimg .lt {
  margin-top: -10px;
}
.case-section2 .cont .itimg .gt {
  margin-top: -25px;
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.case-section2 .cont .itimg .gt .list {
  width: 100%;
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt .list {
    padding-bottom: 0;
  }
}
.case-section2 .cont .itimg .gt .list .f_jt {
  display: flex;
  flex-wrap: wrap;
}
.case-section2 .cont .itimg .gt .list a {
  display: block;
  margin-bottom: 36px;
  width: 8%;
  height: 62px;
  position: relative;
  border: 1px solid #eeeeee;
  margin-right: 1.9%;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #666 !important;
}
@media (max-width: 1440px) {
  .case-section2 .cont .itimg .gt .list a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .case-section2 .cont .itimg .gt .list a {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .case-section2 .cont .itimg .gt .list a {
    width: 19%;
    margin-bottom: 35px;
  }
}
@media (max-width: 484px) {
  .case-section2 .cont .itimg .gt .list a {
    width: 29%;
    margin-right: 4%;
    margin-bottom: 48px;
  }
  .case-section2 .cont .itimg .gt .list a {
    height: 67px;
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .case-section2 .cont .itimg .gt .list a {
    height: 55px;
    width: 31%;
    margin-right: 2%;
    font-size: 14px;
  }
}
.case-section2 .cont .itimg .gt .list a img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section2 .cont .itimg .gt .list a {
  text-align: center;
  color: #333;
}
.case-section2 .cont .itimg .gt .list a:hover {
  /* border-color: #0058e9; */
}
.case-section2 .cont .itimg .gt .list .on {
  /* border-color: #fff; */
  color: #0058e9;
  border-width: 1px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* font-weight: bold; */
  /* transform: translateY(-8px); */
}
.case-section2 .cont .itimg .gt .list a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.case-section2 .cont .itimg .gt .list span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.case-section2 .cont .itimg .gt .list .on span img {
  transform: scale(1.3);
}
.case-section2 .cont .itimg .gt .list a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.case-section3 {
  padding-top: 0;
}
.case-section3 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.case-section3 .cont .lt {
  width: 74%;
}
@media (max-width: 991px) {
  .case-section3 .cont .lt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.case-section3 .cont .lt .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .case-section3 .cont .lt .item {
    padding: 14px;
  }
}
.case-section3 .cont .lt .item .img {
  width: 40%;
  height: 245px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .img {
    width: 100%;
    margin-bottom: 26px;
  }
  .case-section2 .cont .itimg .gt .list a img {
    margin-bottom: 2.5px;
  }
}
.case-section3 .cont .lt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section3 .cont .lt .item .font {
  width: 56%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .font {
    width: 100%;
    padding-right: 0px;
  }
}
.case-section3 .cont .lt .item .font .tit {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  line-height: 30px;
  /* max-height: 54px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;

  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.swiper-container-vertical > .swiper-scrollbar {
  right: 0;
}
.case-section3 .cont .lt .item .font .tit::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #0058e9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .case-section3 .cont .lt .item .font .tit::after {
    height: 2px;
  }
}
.case-section3 .cont .lt .item .font .text {
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  width: 100%;
  /* height: 72px ;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .item .font .text {
    margin-bottom: 20px;
  }
}
.case-section3 .cont .lt .item .font .but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-section3 .cont .lt .item .font .but span {
  font-size: 14px;
  color: #999;
}
.case-section3 .cont .lt .item .font .but strong {
  font-size: 24px;
  color: #0058e9;
}
.case-section3 .cont .lt .item:hover {
  box-shadow: 3px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
.case-section3 .cont .lt .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case-section3 .cont .lt .item:hover .font .tit {
  color: #0058e9;
}
.case-section3 .cont .lt .item:hover .font .tit:after {
  width: 100%;
}
.case-section3 .cont .lt .pagebox {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .case-section3 .cont .lt .pagebox {
    margin-top: 20px;
  }
}
.case-section3 .cont .gt {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt {
    width: 100%;
  }
}
.case-section3 .cont .gt .tit {
  font-size: 25px;
  color: #0058e9;
  padding: 28px 18px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 575px) {
  .case-section3 .cont .gt .tit {
    padding: 24px 14px;
  }
}
.case-section3 .cont .gt .item {
  display: block;
  border-bottom: 1px solid #eee;
  border-right: 0px solid #eee;
  padding-bottom: 3px;
  width: 97%;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .case-section3 .cont .gt .item {
    width: 100%;
  }
}
.case-section3 .cont .gt .item:last-child {
  border-bottom: none;
}
.case-section3 .cont .gt .item .img {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-bottom: 74%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case-section3 .cont .gt .item .img {
    padding-bottom: 60%;
  }
}
.case-section3 .cont .gt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case-section3 .cont .gt .item .text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 0 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-section3 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* End */
/* æ¡ˆä¾‹ç©º */
.airbox-section1 .air_cont {
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1440px) {
  .airbox-section1 .air_cont {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .airbox-section1 .air_cont {
    margin-bottom: 30px;
    height: 300px;
  }
}
.airbox-section1 .air_cont .img {
  width: 140px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .airbox-section1 .air_cont .img {
    width: 100px;
  }
}
.airbox-section1 .air_cont .img img {
  width: 100%;
}
.airbox-section1 .air_cont p {
  font-size: 20px;
  color: #666666;
  line-height: 1;
}
@media (max-width: 991px) {
  .airbox-section1 .air_cont p {
    font-size: 18px;
  }
}
.airbox-section1 .air_tit {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
  color: #0058e9;
}
.airbox-section1 .cont .gt {
  width: 24%;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .airbox-section1 .cont .gt {
    width: 100%;
  }
}
.airbox-section1 .cont .gt .tit {
  font-size: 20px;
  color: #0058e9;
  padding: 28px 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media (max-width: 575px) {
  .airbox-section1 .cont .gt .tit {
    padding: 24px 14px;
  }
}
.airbox-section1 .cont .gt .item {
  padding: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .airbox-section1 .cont .gt .item {
    width: 49%;
  }
}
@media (max-width: 575px) {
  .airbox-section1 .cont .gt .item {
    width: 100%;
  }
}
.airbox-section1 .cont .gt .item .img {
  position: relative;
  height: 287px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .airbox-section1 .cont .gt .item .img {
    margin-bottom: 24px;
  }
}
.airbox-section1 .cont .gt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.airbox-section1 .cont .gt .item .font {
  width: 100%;
}
.airbox-section1 .cont .gt .item .font strong {
  display: block;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.airbox-section1 .cont .gt .item .font .text {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  width: 100%;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
}
.airbox-section1 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
/* End */
/* å…³äºŽæˆ‘ä»¬ */
.about-section1-box.noshow {
  opacity: 0;
}
.about-section1-box.noshow.hover {
  opacity: 1;
}
.about-section1-box.noshow:hover {
  opacity: 1;
}
.about-section1-box {
  position: sticky;
  top: 157px;
  z-index: 9;
  height: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.9s;
}
.about-section1 {
  /* position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; */
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 1199px) {
  .about-section1 {
    display: none;
  }
}
.about-section1 .cont {
  display: flex;
  justify-content: space-between;
}
.about-section1 .cont a {
  display: block;
  padding: 26px 0;
  font-size: 20px;
  color: #fff;
  font-family: 'Franklin Gothic Heavy';
}
.about-section2 {
  position: relative;
}
@media (max-width: 991px) {
  .about-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-section2 .lt {
  width: 40%;
  position: relative;
  height: 917px;
}
@media (max-width: 1681px) {
  .about-section2 .lt {
    height: 817px;
  }
}
@media (max-width: 1440px) {
  .about-section2 .lt {
    height: 717px;
  }
}
@media (max-width: 1199px) {
  .about-section2 .lt {
    height: 517px;
  }
}
@media (max-width: 991px) {
  .about-section2 .lt {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
}
@media (max-width: 767px) {
  .about-section2 .lt {
    height: auto;
    padding-bottom: 70%;
  }
}
.about-section2 .lt img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .about-section2 .container {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
.about-section2 .container .cont {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow-y: auto;
  flex-direction: row-reverse;
}
.about-section2 .container .cont .gt {
  width: 54%;
}
.about-section2 .container .cont .gt .text p {
  height: auto;
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt {
    width: 100%;
  }
}
.about-section2 .container .cont .gt .tit {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 645px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .about-section2 .container .cont .gt .tit {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-section2 .container .cont .gt .mas {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1681px) {
  .about-section2 .container .cont .gt .mas {
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .mas {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item {
    margin-right: 10%;
  }
  .about-section2 .container .cont .gt .mas .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .about-section2 .container .cont .gt .mas .item {
    margin-right: 0;
  }
}
.about-section2 .container .cont .gt .mas .item .shu {
  font-size: 84px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0058e9;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  align-items: flex-end;
}
@media (max-width: 1360px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 38px;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .about-section2 .container .cont .gt .mas .item .shu {
    font-size: 34px;
  }
}
.about-section2 .container .cont .gt .mas .item .shu span {
  font-family: "shu";
  line-height: 1;
}
.about-section2 .container .cont .gt .mas .item .shu i {
  font-style: normal;
  font-size: 16px;
}
.about-section2 .container .cont .gt .mas .item strong {
  font-size: 22px;
  color: #666;
  display: block;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .about-section2 .container .cont .gt .mas .item strong {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-section2 .container .cont .gt .mas .item strong {
    font-size: 16px;
  }
}
.about-section2 .container .cont .gt .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 30px;
  height: 518px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about-section2 .container .cont .gt .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about-section2 .container .cont .gt .text {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.about-section2 .container .cont .gt .but {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0058e9;
}
.about-section2 .container .cont .active .text {
  overflow: auto;
  display: block;
}
.about-section3 {
  background: url(../images/about/bg1.jpg) no-repeat center / cover;
}
.about-section3 .newsbox-tit {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section3 .newsbox-tit {
    margin-bottom: 30px;
  }
}
.about-section3 .cont {
  position: relative;
}
.about-section3 .cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 111%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.about-section3 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section3 .cont .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section3 .cont .ab3-prev,
.about-section3 .cont .ab3-next {
  background: none;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}



.about-section13 {
  background: url(../images/about/bg11.jpg) no-repeat center / cover;
}
.about-section13 .newsbox-tit {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section13 .newsbox-tit {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .about-section13 .newsbox-tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section13 .newsbox-tit {
    margin-bottom: 30px;
  }
}
.about-section13 .cont {
  position: relative;
}
.about-section13 .cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 111%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.about-section13 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section13 .cont .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-section13 .cont .ab3-prev,
.about-section13 .cont .ab3-next {
  background: none;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}


@media (max-width: 1199px) {
  .about-section3 .cont .ab3-prev,
  .about-section3 .cont .ab3-next {
    display: none;
  }
}
@media (max-width: 567px) {
  .about-section3 .cont .ab3-prev {
    display: block;
    left: 19px !important;
  }
  .about-section3 .cont .ab3-next {
    display: block;
    right: 24px !important;
  }
}
.about-section3 .cont .ab3-prev span,
.about-section3 .cont .ab3-next span {
  font-size: 43px;
  color: #333;
  opacity: 0.2;
}
.about-section3 .cont .ab3-prev:hover span,
.about-section3 .cont .ab3-next:hover span {
  color: #0058e9;
}
.about-section3 .cont .ab3-prev {
  left: -60px;
}
@media (max-width: 1440px) {
  .about-section3 .cont .ab3-prev {
    left: -30px;
  }
}
.about-section3 .cont .ab3-next {
  right: -60px;
}
@media (max-width: 1440px) {
  .about-section3 .cont .ab3-next {
    right: -30px;
  }
}
.about-section3 .cont .swiper-button-disabled span {
  opacity: 1;
  color: #0058e9;
}
.about-section4 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section4 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section4 .cont .jut {
  position: relative;
}
.about-section4 .cont .ab4-cont {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont {
    margin-bottom: 60px;
  }
}
.about-section4 .cont .ab4-cont .item {
  display: flex;
  justify-content: space-between;
  background-color: #e5eefd;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.about-section4 .cont .ab4-cont .item .img,
.about-section4 .cont .ab4-cont .item .font {
  width: 50%;
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .img,
  .about-section4 .cont .ab4-cont .item .font {
    width: 100%;
  }
}
.about-section4 .cont .ab4-cont .item .img {
  height: 483px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .about-section4 .cont .ab4-cont .item .img {
    height: 200px;
  }
}
.about-section4 .cont .ab4-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section4 .cont .ab4-cont .item .font {
  height: 100%;
  padding: 0 66px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 0 44px;
  }
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 40px 30px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 575px) {
  .about-section4 .cont .ab4-cont .item .font {
    padding: 30px 16px 40px;
  }
}
.about-section4 .cont .ab4-cont .item .font strong {
  position: absolute;
  top: 57px;
  right: 65px;
  font-size: 86px;
  line-height: 1;
  opacity: 0.1;
  color: #0058e9;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 66px;
  }
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .about-section4 .cont .ab4-cont .item .font strong {
    font-size: 46px;
    display: none;
  }
}
.about-section4 .cont .ab4-cont .item .font .list {
  width: 100%;
}
.about-section4 .cont .ab4-cont .item .font .list .tit {
  font-size: 26px;
  color: #0058e9;
  line-height: 1.45;
  margin-bottom: 34px;
}
@media (max-width: 1440px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 22px;
  }
}
@media (max-width: 355px) {
  .about-section4 .cont .ab4-cont .item .font .list .tit {
    font-size: 20px;
  }
}
.about-section4 .cont .ab4-cont .item .font .list .text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1199px) {
  .about-section4 .cont .ab4-cont .item .font .list .text {
    line-height: 26px;
  }
}
.about-section4 .cont .ab4-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1;
}
.about-section4 .cont .ab4-nav .swiper-wrapper {
  z-index: 2;
  position: relative;
}
.about-section4 .cont .ab4-nav .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section4 .cont .ab4-nav .item span {
  font-size: 22px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1;
}
.about-section4 .cont .ab4-nav .item i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.about-section4 .cont .ab4-nav .on .item i {
  border-color: #0058e9;
  background-color: #0058e9;
}
.about-section4 .cont .ab4-nav .on .item span {
  color: #0058e9;
}
.about-section4 .cont .ab4-prev,
.about-section4 .cont .ab4-next {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ffff;
  font-size: 16px;
  color: #ccc;
  background: none;
  bottom: 0;
  top: auto;
  transform: translateY(38%);
  background-color: #fff;
  text-align: center;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
.about-section4 .cont .ab4-prev span,
.about-section4 .cont .ab4-next span {
  display: block;
  height: 16px;
  width: 9px;
  align-items: center;
  line-height: 1;
}
.about-section4 .cont .ab4-prev:hover,
.about-section4 .cont .ab4-next:hover {
  color: #0058e9;
  background-color: #fff;
  border-color: #0058e9;
}
.about-section4 .cont .ab4-prev {
  left: 0;
}
.about-section4 .cont .ab4-next {
  right: 0;
}
.about-section5 {
  background-color: #f8f7f3;
  /* height: 652px; */
  position: relative;
  /* padding-bottom: 0; */
  background: url(../image/int2/jiangpai.png) no-repeat center / cover;
}
@media (max-width: 991px) {
  .about-section5 {
    height: auto;
    /* padding-bottom: 60px; */
  }
}
.about-section5 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section5 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section5 .jut {
  width: 86%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 38px;
  color: #666;
  text-align: center;
}
@media (max-width: 991px) {
  .about-section5 .jut {
    width: 100%;
  }
}
.about-section5 .cont {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about-section5 .container {
  position: relative;
  height: 100%;
}
.about-section6 {
  width: 100%;
  padding-bottom: 60px;
  background: url(../images/about/bg2.png) no-repeat bottom left;
}
@media (max-width: 1199px) {
  .about-section6 {
    padding-bottom: 30px;
  }
}
.about-section6 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section6 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section6 .cont {
  margin: 0 -48px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .about-section6 .cont {
    margin: 0 -38px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont {
    margin: 0 -28px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont {
    margin: 0 -18px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont {
    margin: 0;
  }
}
.about-section6 .cont .item {
  padding: 0 48px;
  width: 33.333%;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item {
    padding: 0 38px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont .item {
    padding: 0 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item {
    padding: 0 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item {
    padding: 0 8px;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.about-section6 .cont .item .jut {
  background-color: #ffffff;
  box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
  padding: 62px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item .jut {
    padding: 42px 30px;
  }
}
@media (max-width: 1360px) {
  .about-section6 .cont .item .jut {
    padding: 32px 26px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut {
    padding: 30px 24px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .jut {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .about-section6 .cont .item .jut {
    padding: 30px 16px;
  }
}
.about-section6 .cont .item .jut i {
  display: block;
  height: 98px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .about-section6 .cont .item .jut i {
    height: 78px;
  }
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut i {
    height: 68px;
  }
}
@media (max-width: 991px) {
  .about-section6 .cont .item .jut i {
    height: 58px;
    margin-bottom: 20px;
  }
}
.about-section6 .cont .item .jut i img {
  height: 100%;
}
.about-section6 .cont .item .jut .tit {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about-section6 .cont .item .jut .tit {
    font-size: 24px;
  }
}
.about-section6 .cont .item .jut span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #0058e9;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-section6 .cont .item .jut span {
    height: 2px;
  }
}
.about-section6 .cont .item .jut .text {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 100%;
}
.about-section17 {
  background: url(../images/about/bg3.jpg) no-repeat center / cover;
}
.about-section17 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section17 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section17 .newsbox-tit .text strong {
  color: #fff;
}
.about-section17 .newsbox-tit .text strong:after,
.about-section17 .newsbox-tit .text strong::before {
  background-color: #fff;
}
.about-section17 .newsbox-tit span {
  color: #fff;
}
.about-section17 .cont {
  width: 100%;
  position: relative;
}
.about-section17 .cont .ab3-cont {
  width: 100%;
  padding: 29px;
}
.about-section17 .cont .ab3-cont .swiper-slide {
  width: 63%;
  opacity: 0 !important;
}
@media (max-width: 1440px) {
  .about-section17 .cont .ab3-cont .swiper-slide {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about-section17 .cont .ab3-cont .swiper-slide {
    width: 100%;
  }
}
.about-section17 .cont .ab3-cont .swiper-slide-duplicate-next,
.about-section17 .cont .ab3-cont .swiper-slide-duplicate-prev {
  opacity: 0.4 !important;
}
.about-section17 .cont .ab3-cont .swiper-slide-duplicate-next .item,
.about-section17 .cont .ab3-cont .swiper-slide-duplicate-prev .item {
  padding: 4px;
}
.about-section17 .cont .ab3-cont .swiper-slide-active {
  opacity: 1 !important;
}
.about-section17 .cont .ab3-cont .swiper-slide-active .item:hover {
  box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.4);
}
.about-section17 .cont .ab3-cont .item {
  padding: 10px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section17 .cont .ab3-cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 58%;
}
.about-section17 .cont .ab3-cont .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1 !important;
  left: 0;
}
.about-section17 .cont .ab3-prev,
.about-section17 .cont .ab3-next {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #ffff;
  font-size: 16px;
  color: #fff;
  background: none;
  transform: translateY(38%);
  text-align: center;
  opacity: 0.5;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .about-section17 .cont .ab3-next-prev,
  .about-section17 .cont .ab3-next {
    width: 36px;
    height: 36px;
  }
}
.about-section17 .cont .ab3-prev span,
.about-section17 .cont .ab3-next span {
  display: block;
  height: 16px;
  width: 9px;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-section17 .cont .ab3-prev span,
  .about-section17 .cont .ab3-next span {
    height: 14px;
  }
}
.about-section17 .cont .ab3-prev:hover,
.about-section17 .cont .ab3-next:hover {
  opacity: 1;
}
.about-section17 .cont .ab3-prev {
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-section17 .cont .ab3-prev {
    left: -12px;
    transform: translateX(0);
  }
}
.about-section17 .cont .ab3-next {
  transform: translateX(50%);
  right: 0;
}
@media (max-width: 767px) {
  .about-section17 .cont .ab3-next {
    right: -12px;
    transform: translateX(0);
  }
}
.about-section17 .cont .ab3-next span {
  display: flex;
}
.about-section13 {
  border-bottom: 1px solid #e5e5e5;
}
.about-section8 {
  border-bottom: 1px solid #e5e5e5;
}
.about-section8 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section8 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section8 .cont .ab8-cont {
  padding-bottom: 53px;
}
@media (max-width: 1199px) {
  .about-section8 .cont .ab8-cont {
    padding-bottom: 33px;
  }
}
.about-section8 .cont .ab8-cont a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 111%;
}
@media (max-width: 767px) {
  .about-section8 .cont .ab8-cont a {
    padding-bottom: 96%;
  }
}
.about-section8 .cont .ab8-cont a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about-section8 .cont .ab8-cont a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.about-section8 .cont .ab8-pagi {
  bottom: 0;
}
.about-section8 .cont .ab8-pagi span {
  background-color: #ffffff;
  border: 1px solid #ddd;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 1;
}
.about-section8 .cont .ab8-pagi .swiper-pagination-bullet-active {
  background-color: #0058e9;
  border-color: #0058e9;
}
.about-section9 {
  border-bottom: none;
  background: url(../images/about/bg4.jpg) no-repeat center / cover;
}
.about-section10 {
  background: url(../images/about/bg5.jpg) no-repeat center / cover;
}
.about-section10 .newsbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-section10 .newsbox-tit {
    margin-bottom: 20px;
  }
}
.about-section10 .cont {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -21px; */
}
@media (max-width: 1440px) {
  .about-section10 .cont {
    /* margin: 0 -11px; */
  }
}
@media (max-width: 1199px) {
  .about-section10 .cont {
    /* margin: 0 -8px; */
  }
}
@media (max-width: 767px) {
  .about-section10 .cont {
    /* margin: 0 -5px; */
  }
}
.about-section10 .cont .item {
  /* margin-bottom: 35px; */
  display: block;
  /* padding: 0 21px; */
  width: 16.66%;
}
@media (max-width: 1440px) {
  .about-section10 .cont .item {
    /*    padding: 0 11px;
    margin-bottom: 26px; */
  }
}
@media (max-width: 1199px) {
  .about-section10 .cont .item {
    /*    padding: 0 8px;
    margin-bottom: 20px; */
    width: 25%;
  }
}
@media (max-width: 767px) {
  .about-section10 .cont .item {
    /* padding: 0 5px; */
  }
}
@media (max-width: 575px) {
  .about-section10 .cont .item {
    width: 33.333%;
  }
}
.about-section10 .cont .item .jut {
  width: 100%;
  position: relative;
  padding-bottom: 45%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.about-section10 .cont .item .jut img {
  position: absolute;
  top: 0%;
  left: 0%;
  /* 	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* 	-webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);
	    filter: gray; */
}
.about-section10 .cont .item .jut:hover img {
  /*  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.06);
  transform: translateX(-50%) translateY(-50%) scale(1.06); */
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
/* End */
/* 产品详情 */
.f_butlist{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.f_butlist a:nth-child(1){
	margin-right: 10px;
}
.product_info .product_infoltgt {
  padding: 0 68px;
}
@media (max-width: 1440px) {
  .product_info .product_infoltgt {
    padding: 0 46px;
  }
}
@media (max-width: 1199px) {
  .product_info .product_infoltgt {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .product_info .product_infoltgt {
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .product_info .product_infoltgt {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .product_info .product_infoltgt {
    padding: 0 8px;
  }
}
.product_info-section0 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .product_info-section0 {
    margin-bottom: 30px;
  }
}
.product_info-section0 .container .cont {
  border-bottom: 2px solid #666666;
  overflow: auto;
}
.product_info-section1 {
  padding-top: 0;
  position: relative;
}
.prorightimg {
  position: absolute;
  right: -415px;
  width: 400px;
  height: 400px;
  overflow: hidden;
  display: none;
}
.prorightimg img {
  width: 800px;
  height: 600px !important;
}
.blk1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  display: none;
  background-color: blue;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .product_info-section1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product_info-section1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
}
.product_info-section1 .cont .lt {
  width: 52%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1561px) {
  .product_info-section1 .cont .lt {
    height: 400px;
  }
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt {
    height: 334px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt {
    height: 278px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.product_info-section1 .cont .lt .nav {
  width: 20%;
  height: 100%;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .nav {
    width: 100%;
    height: 80px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .nav {
    height: 70px;
  }
}
.product_info-section1 .cont .lt .nav .product_info-section1-nav {
  height: 100%;
}
.product_info-section1 .cont .lt .nav .img {
  width: 99%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.product_info-section1 .cont .lt .nav .img img {
  height: 60%;
  object-fit: cover;
}
.product_info-section1 .cont .lt .nav .img:hover {
  border: 1px solid #0058e9;
}
.product_info-section1 .cont .lt .nav .on .img {
  border: 1px solid #0058e9;
  overflow: hidden;
}
.product_info-section1 .cont .lt .cent {
  width: 74%;
  height: 100%;
  /* border: 1px solid #dbdbdb; */
}
.product_info-section1 .cont .lt .cent .swiper-slide {
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .cent {
    width: 100%;
    height: 350px;
    order: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .cent {
    height: auto;
  }
}
.product_info-section1 .cont .lt .cent .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product_info-section1 .cont .lt .cent .img img {
  height: auto;
  width: 99%;
  object-fit: contain;
  border: 1px solid #dbdbdb;
}
.product_info-section1 .cont .lt .qie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
  display: flex;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie {
    width: 100%;
    bottom: 8%;
  }
  .product_info-section1 .cont .lt .cent .img {
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .cent .img {
    height: 350px;
  }
  .product_info-section1 .cont .lt .cent .img img {
    height: 100%;
  }
}
.product_info-section1 .cont .lt .qie .pro-prev,
.product_info-section1 .cont .lt .qie .pro-next {
  display: block;
  width: 45%;
  height: 20px;
  outline: none;
  pointer-events: auto !important;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev,
  .product_info-section1 .cont .lt .qie .pro-next {
    width: 20px;
    height: 40px;
  }
}
.product_info-section1 .cont .lt .qie .pro-prev {
  background: #d4d4d4 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  left: 0;
}
.product_info-section1 .cont .lt .qie .pro-prev:hover {
  background: #0058e9 url(../images/top.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-prev {
    background: #d4d4d4 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-prev:hover {
    background: #0058e9 url(../images/home/lt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .lt .qie .pro-next {
  background: #d4d4d4 url(../images/in/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
  right: 0;
}
.product_info-section1 .cont .lt .qie .pro-next:hover {
  background: #0058e9 url(../images/in/b.png) no-repeat;
  background-position: center;
  background-size: auto 6px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .qie .pro-next {
    background: #d4d4d4 url(../images/home/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
  .product_info-section1 .cont .lt .qie .pro-next:hover {
    background: #0058e9 url(../images/home/gt.png) no-repeat;
    background-position: center;
    background-size: auto 6px;
  }
}
.product_info-section1 .cont .gt {
  width: 46%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt {
    width: 100%;
    height: auto;
  }
}
.product_info-section1 .cont .gt .font .tit {
  font-size: 32px;
  line-height: 1.4;
  color: #0058e9;
  margin-bottom: 20px;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .tit {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.product_info-section1 .cont .gt .font > p {
  font-size: 22px;
  color: #333;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font > p {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font > p {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .text {
  padding: 18px 23px;
  font-size: 14px;
  color: #999;
  background-color: #f9f9f9;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .text {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .text {
    padding: 18px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .product_info-section1 .cont .gt .font .text {
    padding: 18px 16px;
  }
}
.product_info-section1 .cont .gt .font .text .f_jut {
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .product_info-section1 .cont .gt .font .text .f_jut {
    height: auto;
  }
}
.product_info-section1 .cont .gt .font .f_but {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .f_but {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .f_but i {
  font-size: 22px;
  color: #ff6b03;
  display: block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but i {
    font-size: 18px;
  }
}
.product_info-section1 .cont .gt .font .f_but span {
  font-size: 18px;
  color: #666666;
  font-family: 'Franklin Gothic Heavy';
}
.product_info-section1 .cont .gt .font .f_but span em {
  font-weight: 600;
  font-style: normal;
  color: #ff6a01;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .f_but span em {
    font-size: 20px;
  }
}
.product_info-section1 .cont .gt .font .but {
  width: 180px;
  height: 50px;
  background-color: #0159e9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .font .but {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 1360px) {
  .product_info-section1 .cont .gt .font .but {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .gt .font .but {
    margin-bottom: 20px;
  }
}
.product_info-section1 .cont .gt .font .fen {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.product_info-section2 {
  padding-top: 0;
}
.product_info-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product_info-section2 .cont .lt {
  width: 74%;
  border: 1px solid #efefef;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt {
    width: 100%;
  }
}
.product_info-section2 .cont .lt .f_tit {
  position: sticky;
  top: 81px;
  z-index: 2;
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  border: 1px solid #fff;
  border-bottom: none;
}
.product_info-section2 .cont .lt .f_tit .jut {
  display: flex;
  width: 100%;
  overflow: auto;
}
.product_info-section2 .cont .lt .f_tit a {
  font-size: 22px;
  color: #666;
  display: block;
  flex-shrink: 0;
  padding: 0 32px;
}
.product_info-section2 .cont .lt .f_tit a:first-child {
  padding-left: 0;
  font-family: 'Franklin Gothic Heavy';
}
@media (max-width: 1681px) {
  .product_info-section2 .cont .lt .f_tit a {
    padding: 0 24px;
  }
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .f_tit a {
    padding: 0 14px;
  }
}
@media (max-width: 1360px) {
  .product_info-section2 .cont .lt .f_tit a {
    padding: 0 11px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt .f_tit a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt .f_tit a {
    font-size: 14px;
  }
}
.product_info-section2 .cont .lt .f_tit .on {
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  color: #000000;
}
.product_info-section2 .cont .lt > .jut td {
  border: 1px solid #000000;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product_info-section2 .cont .lt > .jut .prin_tit {
  width: 100%;
  border-bottom: 3px solid #eeeeee;
  height: 46px;
  margin-bottom: 40px;
  line-height: 1;
  font-size: 24px;
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin_tit span {
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 0;
  border-bottom: 3px solid #0058e9;
}
.product_info-section2 .cont .lt > .jut .prinpd {
  /* padding-top: 0; */
}
.product_info-section2 .cont .lt > .jut .prin1 {
  width: 100%;
  padding-bottom: 0;
}
.product_info-section2 .cont .lt > .jut .prin1 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-right: 35px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item {
    padding: 14px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .img {
  width: 40%;
  height: 245px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font {
  width: 56%;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font {
    width: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .tit {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  padding-bottom: 26px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .tit::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #0058e9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font .tit::after {
    height: 2px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .text {
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin1 .item .font .text {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but span {
  font-size: 14px;
  color: #999;
}
.product_info-section2 .cont .lt > .jut .prin1 .item .font .but strong {
  font-size: 24px;
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover {
  box-shadow: 3px 4px 57px 0px rgba(0, 0, 0, 0.1);
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .font .tit {
  color: #0058e9;
}
.product_info-section2 .cont .lt > .jut .prin1 .item:hover .font .tit:after {
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin1 .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 46px;
  background-color: #0058e9;
  border-radius: 23px;
  margin: 40px auto 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin1 .f_but {
    width: 120px;
    height: 40px;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0 -11px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0 -5px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont {
    margin: 0;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
  padding: 0 22px;
  margin-bottom: 40px;
  width: 33.333%;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0 11px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut {
  width: 100%;
  border: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 134%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut {
    padding-bottom: 100%;
  }
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section2 .cont .lt > .jut .prin2 .f_cont .item .f_jut:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut {
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
  width: 100%;
  margin-bottom: 20px;
  padding: 28px 34px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item {
    padding: 20px 14px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font {
  display: flex;
  align-items: center;
  width: calc(100% - 92px);
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
  display: block;
  height: 48px;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    height: 40px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    margin-right: 16;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i {
    margin-right: 8px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font i img {
  height: 100%;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font span {
  min-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin3 .f_jut .item .font span {
    font-size: 16px;
  }
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a {
  width: 92px;
  height: 34px;
  background-color: #0159e9;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a span {
  display: block;
  width: 12px;
  margin-right: 5px;
}
.product_info-section2 .cont .lt > .jut .prin3 .f_jut .item a span img {
  float: left;
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut {
  width: 100%;
  position: relative;
  /* padding-bottom: 40%; */
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut {
    /* padding-bottom: 70%; */
  }
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
  width: 64px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 54px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 44px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt > .jut .prin4 .f_jut .clickcox img {
    width: 30px;
  }
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut iframe {
  width: 100%;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_info-section2 .cont .lt > .jut .prin4 .f_jut video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product_info-section2 .cont .lt > .jut .prin5 {
  padding-bottom: 0;
}
.product_info-section2 .cont .gt {
  width: 23%;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product_info-section2 .cont .gt .prinpd {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .prinpd {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.product_info-section2 .cont .gt .f_tit {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  font-size: 20px;
  width: 100%;
  color: #0058e9;
  margin-bottom: 18px;
  font-family: 'Franklin Gothic Heavy';
}
.product_info-section2 .cont .gt .item {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #eee;
  padding: 20px 20px 40px;
}
.product_info-section2 .cont .gt .swiper-wrapper {
  -webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt .item {
    padding: 20px 20px 30px;
    width: 414px;
  }
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .item {
    width: 340px;
    padding: 20px 14px 30px;
  }
}
.product_info-section2 .cont .gt .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 96%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product_info-section2 .cont .gt .item .img {
    padding-bottom: 54%;
  }
}
.product_info-section2 .cont .gt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section2 .cont .gt .item .text {
  font-size: 16px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_info-section2 .cont .gt .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
.rightfixed .er .f_cont {
  width: 120px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: -1px 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .rightfixed .er .f_cont {
    display: none;
  }
}
.rightfixed .er .f_cont img {
  width: 100%;
}
@media (max-width: 767px) {
  .rightfixed .er:hover {
    color: #fff;
  }
  .rightfixed .er:hover .cont {
    -webkit-transform: translateX(-7%) translateY(-100%);
    transform: translateX(-7%) translateY(-100%);
    opacity: 1;
    display: block;
  }
}
.profang {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.profang .cox {
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  z-index: 4;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  font-family: "arial";
}
.profang .bag {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.profang .jut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  width: 820px;
  height: 620px;
  padding: 0 100px;
  background-color: #000;
}
.procont {
  width: 100%;
  height: 100%;
}
.procont .img {
  width: 100%;
  height: 100%;
}
.procont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.procont-prev,
.procont-next {
  width: 30px;
  height: 30px;
  background: none;
  font-size: 30px;
  font-weight: bold;
  color: #ffff;
  outline: none;
}
.procont-prev:after {
  content: "<";
  font-family: "SimSun";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.procont-next:after {
  content: ">";
  font-family: "SimSun";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.remake-nav {
  width: 100%;

  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.remake-nav .f_jut {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.remake-nav .swiper-slide {
  width: auto;
  margin-right: 20px;
}
.remake-nav a {
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.remake-nav a.on {
  font-weight: bold;
  border-color: #0058e9;
}
.remake-nav a:hover {
  color: #0058e9;
}
.dow-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 290px;
  border: 1px solid #eeeeee;
  margin-top: -10px;
  background-color: #fff;
  /* 	margin-right: auto;
	margin-left: auto; */
  margin-bottom: 20px;
  max-width: 100%;
}
.dow-search input {
  width: 80%;
  height: 40px;
  padding: 10px;
}
.dow-search button {
  background-color: transparent;
  font-size: 18px;
}
.dow-search button span {
  font-size: 18px;
  color: #0058e9;
}
@media (max-width: 1681px) {
  .profang .jut {
    padding: 0 80px;
  }
  .remake-nav a {
    font-size: 16px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1366px) {
  .profang .jut {
    padding: 0 60px;
  }
}
.fpro_cont {
  overflow: auto;
  width: 100%;
}
.fpro_cont::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 1px;
}
.fpro_cont::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #f0f0f0;
}
.fpro_cont::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: transparent;
}
.f_yanzheng {
  justify-content: center !important;
  align-items: center;
  margin-bottom: 30px;
}
.chk_code_img {
  width: 200px;
  margin-left: 15px;
}
.f_yanzheng .refresh1 {
  display: block;
  width: 30px;
  margin-left: 10px;
}
.f_yanzheng input {
  margin-left: 10px;
  margin-bottom: 0 !important;
  width: 60% !important;
}
.refresh1 img {
  width: 100%;
}
.f_projut {
  width: 1280px;
  margin: 0 auto;
}
.f_projut .tit {
  font-size: 16px;
  color: #0058e9;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.f_projut .tit:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid #0058e9;
  border-radius: 50%;
  margin-right: 6px;
}
.f_projut .tit:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #0058e9;
  border-radius: 4px;
  position: absolute;
  left: 3px;
  top: 39%;
  opacity: 0;
}
.f_projut .tit.on:after {
  opacity: 1;
}
@media (max-width: 1366px) {
  .f_projut {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .f_yanzheng {
    margin-bottom: 20px;
  }
  .fpro_cont {
    max-height: inherit !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .profang .jut {
    padding: 0 40px;
    width: 100%;
    height: 500px;
  }
  .remake-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .profang .jut {
    width: 100%;
    height: 90%;
  }
  .remake-nav a {
    width: auto;
  }
  .remake-nav .f_jut {
    width: 1000px;
  }
  .profang .cox {
    color: #333;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .profang .jut {
    padding: 0 20px;
  }
  .f_yanzheng {
    justify-content: flex-start !important;
  }
  .contactbox-section3 .cont .item .an {
    flex-wrap: wrap;
  }
  .height1 {
    height: 60px;
  }
  .f_yanzheng input {
    width: 100% !important;
  }
  .f_yanzheng input {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .f_yanzheng .refresh1 {
    margin-top: 10px;
  }
  .chk_code_img {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .profang .jut {
    padding: 0 14px;
  }
}
.f_zhankai .f_jut10 {
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  overflow: hidden;
}
.f_but10 {
  font-size: 16px;
  color: #666666;
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  width: 90px;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
  border: 1px solid #ddd;
}
@media (max-width: 1440px) {
  .f_but10 {
    font-size: 14px;
  }
}
.yingdao {
  cursor: pointer;
}

#newBridge {
  display: none !important;
}
.my_option {
  padding: 0px 2px 10px;
}

.mak2 {
  display: none;
}
@media (max-width: 767px) {
  .mak1 {
    display: none;
  }
  .mak2 {
    display: block;
  }
}

/* è§†é¢‘å¼¹çª— */

#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}

#hi-video-pop .hi-close:hover {
  background: #019dee;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}

#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
