@import 'iconfont.css';
@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('./iconfont/iconfont.woff2?t=1635210561214') format('woff2'), url('./iconfont/iconfont.woff?t=1635210561214') format('woff'), url('./iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}
/*:root {
  --color: #0080cb;
  --blue: #1464dc;
  --orange: #fa9924;
}*/
:root {
  --color: #0060BF;
  --blue: #003E94;
  --orange: #F5A21B;
}
body {
  font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
  font-weight: 400;
  color: #333;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.p {
  text-align: justify;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.mores {
  margin-top: 50px;
}
.mores a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  background: var(--orange);
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a span {
  font-size: 18px;
  margin-left: 12px;
}
.mores a:hover {
  background: #fff;
  color: var(--color);
}
.s-title {
  text-align: center;
}
.s-title p {
  color: #666;
  margin-top: 20px;
}
.s-title p a {
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-title p a span {
  color: #999;
  margin-left: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-title p a:hover {
  color: var(--color);
}
.s-title p a:hover span {
  color: var(--color);
}
.s-title.white {
  color: #fff;
}
.s-title.white p {
  color: #fff;
}
.s-title.white p a {
  color: #fff;
  opacity: 0.6;
}
.s-title.white p a span {
  color: #fff;
  opacity: 0.6;
}
.s-title.white p a:hover {
  opacity: 1;
}
.s-title.white p a:hover span {
  opacity: 1;
}
.s-title.left {
  text-align: left;
}
.header {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2014;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
.header .con .logo {
  height: 78px;
  display: flex;
  align-items: center;
}
.header .con .logo a img {
  height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.header .con .nav {
  flex: 1;
}
.header .con .nav > ul {
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul > li {
  position: relative;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2:after {
  content: '';
  width: 0;
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li h2 a {
  display: block;
  line-height: 78px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 78px;
  background: #fff;
  z-index: 1;
  padding: 10px 0;
  display: none;
}
.header .con .nav > ul > li > ul > li a {
  white-space: nowrap;
  display: block;
  color: #333;
  text-align: center;
  line-height: 44px;
  padding: 0 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li > ul > li:hover a {
  color: var(--color);
}
.header .con .nav > ul > li:not(:last-child) {
  margin-right: 50px;
}
.header .con .nav > ul > li:hover h2:after {
  width: 100%;
  left: 0;
}
.header .con .nav > ul > li:hover h2 a {
  color: var(--color);
}
.header .con .right {
  display: flex;
  margin-left: 80px;
}
.header .con .right .box a {
  display: flex;
  align-items: center;
  height: 78px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .box a span {
  font-size: 20px;
  color: var(--blue);
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.header .con .right .box a:hover {
  color: var(--color);
}
.header .con .right .search {
  margin-left: 50px;
}
.header .con .right .mobile-btn {
  display: none;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
}
.header .search-list .search-box .search-center {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-right: 40px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center span:hover {
  color: var(--color);
}
.footer {
  padding: 90px 0 30px;
  overflow: hidden;
  background: url(../img/f_bg.jpg) no-repeat;
  background-size: cover;
}
.footer .footer-top {
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-top .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .left .logo img {
  height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .logo img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.footer .footer-top .con .left h2 {
  margin-top: 30px;
  color: #fff;
  opacity: 0.5;
}
.footer .footer-top .con .left h3 a {
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
  position: relative;
}
.footer .footer-top .con .left h3 a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left h3 a:hover:after {
  width: 100%;
}
.footer .footer-top .con .right {
  flex: 1;
}
.footer .footer-top .con .right > ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.footer .footer-top .con .right > ul > li {
  margin-left: 80px;
}
.footer .footer-top .con .right > ul > li h2 a {
  color: #fff;
  position: relative;
}
.footer .footer-top .con .right > ul > li h2 a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li h2 a:hover:after {
  width: 100%;
  left: 0;
}
.footer .footer-top .con .right > ul > li ul {
  margin-top: 20px;
}
.footer .footer-top .con .right > ul > li ul li {
  margin-top: 6px;
}
.footer .footer-top .con .right > ul > li ul li a {
  color: #fff;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li ul li a:hover {
  opacity: 1;
}
.footer .footer-bottom {
  padding-top: 30px;
}
.footer .footer-bottom .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .con .left p {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-bottom .con .left p a {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .left p a:hover {
  color: #fff;
}
.footer .footer-bottom .con .right {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .con .right h2 {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-bottom .con .right ul {
  display: flex;
}
.footer .footer-bottom .con .right ul li {
  position: relative;
  margin-left: 30px;
  overflow: hidden;
}
.footer .footer-bottom .con .right ul li .icons {
  position: relative;
}
.footer .footer-bottom .con .right ul li .icons img {
  width: 25px;
  opacity: 0.3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .right ul li .erweima {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -100px;
  opacity: 0;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con .right ul li .erweima img {
  width: 100%;
}
.footer .footer-bottom .con .right ul li:hover {
  overflow: inherit;
}
.footer .footer-bottom .con .right ul li:hover .icons img {
  opacity: 1;
}
.footer .footer-bottom .con .right ul li:hover .erweima {
  opacity: 1;
  top: -110px;
}
.ctn6-footer {
  position: relative;
  overflow: hidden;
}
.ctn6-footer .tu img {
  width: 100%;
}
.ctn6-footer .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn6-footer .text .s-title p {
  margin-top: 10px;
}
.ctn6-footer .text .mores {
  margin-top: 26px;
  display: flex;
}
.ctn6-footer .text .mores a.yu {
  background: var(--color);
  margin-right: 10px;
}
.ctn6-footer .text .mores a.yu:hover {
  background: #fff;
  color: var(--color);
}
.slide-right {
  position: fixed;
  bottom: 40px;
  right: 26px;
  z-index: 1000;
}
.slide-right ul li {
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}
.slide-right ul li .icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #d0d7dc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li .icons:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/t.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li .icons img {
  width: 58%;
  position: relative;
  z-index: 2;
}
.slide-right ul li .tel-hover {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--blue);
  border-radius: 50px;
  padding: 0 20px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slide-right ul li .tel-hover img {
  flex-shrink: 0;
  width: 22px;
}
.slide-right ul li .tel-hover a {
  color: #fff;
  white-space: nowrap;
}
.slide-right ul li:hover .icons {
  background: var(--blue);
}
.slide-right ul li:hover .icons:before {
  opacity: 0.8;
}
.slide-right ul li:hover .tel-hover {
  width: 172px;
  opacity: 1;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .w1440 {
    width: 80%;
  }
  .mores {
    margin-top: 2.5vw;
  }
  .header .con {
    padding: 0 40px;
  }
  .header .con .logo {
    height: 68px;
  }
  .header .con .logo a img {
    height: 34px;
  }
  .header .con .nav > ul > li h2 a {
    line-height: 68px;
  }
  .header .con .nav > ul > li:not(:last-child) {
    margin-right: 2.5vw;
  }
  .header .con .nav > ul > li > ul {
    top: 68px;
  }
  .header .con .nav > ul > li > ul > li a {
    padding: 0 20px;
    line-height: 40px;
  }
  .header .con .right {
    margin-left: 4vw;
  }
  .header .con .right .box a {
    height: 68px;
  }
  .header .con .right .box a span {
    font-size: 18px;
    top: 0;
  }
  .header .con .right .search {
    margin-left: 2.5vw;
  }
  .footer {
    padding: 4.5vw 0 30px;
  }
  .footer .footer-top {
    padding-bottom: 5.5vw;
  }
  .footer .footer-top .con .right > ul > li {
    margin-left: 4vw;
  }
  .ctn6-footer .text .s-title p {
    margin-top: 4px;
  }
  .ctn6-footer .text .mores {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
    .footer .footer-top .con{
        width: 90%;
    }
    .footer .footer-bottom .con{
        width: 90%;
    }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .con {
    position: relative;
    padding: 0 5%;
  }
  .header .con .logo {
    height: 60px;
  }
  .header .con .nav {
    position: fixed;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul {
    display: block;
    width: 100%;
  }
  .header .con .nav > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li h2:after {
    display: none;
  }
  .header .con .nav > ul > li h2 a {
    width: 50%;
    line-height: 50px;
    color: #333;
  }
  .header .con .nav > ul > li > ul {
    display: none;
    width: 100%!important;
    background: #fff;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    position: relative;
    top: 0;
    padding: 0;
  }
  .header .con .nav > ul > li > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li > ul > li a {
    text-align: left;
    padding: 0 20px;
    height: 40px;
    color: #333;
    position: relative;
  }
  .header .con .nav > ul > li > ul > li a:before {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header .con .nav > ul > li > ul .p-down {
    display: none!important;
  }
  .header .con .nav > ul > li.active h2:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .header .con .nav > ul > li:first-child h2:before {
    content: '\e683';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .header .con .nav > ul > li:first-child h2 a {
    width: 100%;
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right {
    margin-left: 0;
  }
  .header .con .right .box a {
    height: 60px;
  }
  .header .con .right .box a em {
    display: none;
  }
  .header .con .right .box a span {
    margin-right: 0;
    font-size: 20px;
  }
  .header .con .right .search {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    display: block;
    position: relative;
  }
  .header .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #666;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header .search-list .search-box {
    padding: 30px 0;
  }
  .header .search-list .search-box .search-center {
    max-width: 90%;
  }
  .header .search-list .search-box .search-center input {
    font-size: 14px;
  }
  .footer {
    padding: 60px 0 30px;
  }
  .footer .footer-top {
    padding-bottom: 40px;
  }
  .footer .footer-top .con {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer-top .con .left {
    text-align: center;
  }
  .footer .footer-top .con .right {
    flex: auto;
    width: 100%;
    margin-top: 20px;
  }
  .footer .footer-top .con .right > ul {
    display: block;
    width: 100%;
  }
  .footer .footer-top .con .right > ul > li {
    width: 100%;
    margin-left: 0;
  }
  .footer .footer-top .con .right > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }
  .footer .footer-top .con .right > ul > li h2:before {
    content: '\e603';
    font-family: iconfont;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .footer .footer-top .con .right > ul > li h2 a {
    display: block;
    width: 50%;
    line-height: 50px;
  }
  .footer .footer-top .con .right > ul > li h2 a:after {
    display: none;
  }
  .footer .footer-top .con .right > ul > li > ul {
    display: none;
    margin-top: 0;
  }
  .footer .footer-top .con .right > ul > li > ul > li {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .footer .footer-top .con .right > ul > li > ul > li a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
  }
  .footer .footer-top .con .right > ul > li > ul > li a:before {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer .footer-top .con .right > ul > li.active h2:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .footer .footer-bottom .con {
    flex-wrap: wrap;
  }
  .footer .footer-bottom .con .left {
    width: 100%;
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
  .footer .footer-bottom .con .right {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .mores {
    margin-top: 30px;
  }
  .mores a {
    width: 130px;
  }
  .s-title p {
    margin-top: 14px;
  }
  .header .con .logo a img {
    height: 30px;
  }
  .footer {
    padding: 40px 0 30px;
  }
  .footer .footer-top .con .left h2 {
    margin-top: 20px;
  }
  .ctn6-footer {
    padding: 0 5% 40px;
  }
  .ctn6-footer .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 20px;
  }
  .ctn6-footer .text .con {
    width: 100%;
  }
  .ctn6-footer .text .con .s-title {
    color: #333;
    text-align: center;
  }
  .ctn6-footer .text .con .s-title p {
    color: #666;
    margin-top: 10px;
  }
  .ctn6-footer .text .mores {
    justify-content: center;
  }
  .slide-right {
    display: none;
  }
}
