@import 'iconfont.css';
@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('/upload/font/iconfont.eot');
  src: url('/upload/font/iconfont.eot?#iefix') format('embedded-opentype'), url('/upload/font/iconfont.woff2') format('woff2'), url('/upload/font/iconfont.woff') format('woff'), url('/upload/font/iconfont.ttf') format('truetype'), url('/upload/font/iconfont.svg#iconfont') format('svg');
}
@font-face {
  font-family: GOODTIME;
  src: url("/upload/font/GOODTIME.ttf");
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 20px;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", "Arial";
}
img {
  display: block;
  width: 100%;
  line-height: 0;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1480 {
  width: 74rem;
  margin: 0 auto;
}
.w1520 {
  width: 76rem;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w750 {
  width: 750px;
  margin: 0 auto;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con {
  height: 100%;
}
header .con .logo {
  float: left;
  width: 6.5rem;
  position: relative;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .logo a {
  display: block;
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .con .logo a .logo1 {
  display: inline-block;
}
header .con .logo a .logo2 {
  display: none;
}
header .con .logo a img {
  width: 100%;
}
header .con .logo a img.white {
  display: block;
}
header .con .logo a img.color {
  display: none;
}
header .con .logo:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
header .con nav {
  float: left;
  height: 100%;
  margin-left: 3rem;
}
header .con nav > ul {
  height: 100%;
  display: flex;
  justify-content: center;
}
header .con nav > ul > li {
  height: 100%;
  display: block;
  position: relative;
  margin-right: 3rem;
}
header .con nav > ul > li .arr {
  font-size: 12px;
  display: none;
}
header .con nav > ul > li h2 {
  height: 100%;
  display: flex;
  align-items: center;
}
header .con nav > ul > li h2 a {
  display: block;
  color: #333;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  font-weight: bold;
}
header .con nav > ul > li .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 140px;
  text-align: center;
  display: none;
}
header .con nav > ul > li .sub_nav a {
  display: block;
  line-height: 50px;
  color: #333;
  transition: all 0.3s;
}
header .con nav > ul > li .sub_nav a:hover {
  background-color: #1e4b99;
  color: #fff;
}
header .con .right {
  float: right;
  height: 100%;
}
header .con .right .shopping {
  float: left;
}
header .con .right .shopping a {
  display: block;
}
header .con .right .shopping a span {
  font-size: 1.1rem;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .search_btnh5 {
  display: none;
}
header .con .right .search {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
header .con .right .search .search_box {
  width: 16rem;
  float: right;
  border-radius: 100px;
  background-color: #f3f6fb;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
header .con .right .search .search_box .search_close {
  display: none;
}
header .con .right .search .search_box input {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 75%;
  height: 100%;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding-left: 20px;
  outline: none;
}
header .con .right .search .search_box input::-webkit-input-placeholder {
  color: #333;
  font-size: 16px;
}
header .con .right .search .search_box input:-moz-placeholder {
  color: #333;
  font-size: 16px;
}
header .con .right .search .search_box input::-moz-placeholder {
  color: #333;
  font-size: 16px;
}
header .con .right .search .search_box input:-ms-input-placeholder {
  color: #333;
  font-size: 16px;
}
header .con .right .search .search_box a {
  display: inline-block;
  width: 25%;
  text-align: center;
  height: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #202a7b;
  font-weight: bold;
  border-radius: 3px;
}
header .con .right .onlineshop {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
}
header .con .right .onlineshop a:nth-last-child(1) {
  margin-left: 20px;
}
header .con .right .onlineshop a img {
  width: 40px;
}
header .con .right .lang {
  height: 100%;
  float: right;
  position: relative;
  margin-left: 1rem;
}
header .con .right .lang a {
  display: flex;
  height: 100%;
  align-items: center;
}
header .con .right .lang a span {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .con .right .lang a span.txt {
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
header .con .right .lang .other_lang {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 60px;
  text-align: center;
  display: none;
}
header .con .right .lang .other_lang a {
  height: auto;
  line-height: 2.5rem !important;
  display: block;
}
header .con .right .lang .other_lang a span {
  margin-left: 0;
}
header .con .right .lang .other_lang:hover a {
  background-color: #b60005;
}
header .con .right .lang .other_lang:hover a span {
  color: #fff;
}
header.active {
  background: #fff;
}
header.active .con .logo a img.white {
  display: none;
}
header.active .con .logo a img.color {
  display: block;
}
header.active .con .shares .code {
  color: #b60005;
}
header.active .con nav > ul > li h2 a {
  color: #000;
}
header.active .con nav > ul > li h2 i {
  color: #000;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header.active .con nav > ul > li:hover h2 a {
  color: #b60005;
}
header.active .con .right .search a {
  color: #000;
}
header.active .con .right .search:hover a {
  color: #b60005;
}
header.active .con .right .shopping a span {
  color: #000;
}
header.active .con .right .shopping:hover a span {
  color: #b60005;
}
header.active .con .right .lang a span {
  color: #000;
}
header.active .con .right .lang:hover > a span {
  color: #b60005;
}
header.net {
  background: #fff;
}
header.net .con .logo a img.white {
  display: none;
}
header.net .con .logo a img.color {
  display: block;
}
header.net .con .shares .code {
  color: #b60005;
}
header.net .con nav > ul > li h2 a {
  color: #000;
}
header.net .con nav > ul > li h2 i {
  color: #000;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header.net .con nav > ul > li:hover h2 a {
  color: #b60005;
}
header.net .con .right .search a {
  color: #000;
}
header.net .con .right .search:hover a {
  color: #b60005;
}
header.net .con .right .shopping a span {
  color: #000;
}
header.net .con .right .shopping:hover a span {
  color: #b60005;
}
header.net .con .right .lang a span {
  color: #000;
}
header.net .con .right .lang:hover > a span {
  color: #b60005;
}
header .menu_btn {
  display: none;
}
.video-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.video-layer .video-js {
  width: 1280px;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.video-layer .video-js .vjs-big-play-button {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  line-height: 56px;
}
.video-layer .video-close {
  position: absolute;
  right: 3.5%;
  top: 10%;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}
.video-layer .video-close i.video-cancel {
  display: block;
  transition: all 0.4s;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.video-layer .video-close i.video-cancel:hover {
  transform: rotate(180deg);
}
.video-layer.open {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: bigToLittle;
  animation-name: bigToLittle;
  z-index: 103;
}
footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
footer .con .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 10rem;
}
footer .con .footer-top nav {
  display: inline-block;
  width: 70%;
}
footer .con .footer-top nav ul li {
  display: inline-block;
  width: 13%;
  vertical-align: text-top;
}
footer .con .footer-top nav ul li h2 a {
  color: #fff;
  font-weight: bold;
}
footer .con .footer-top nav ul li h2::after {
  content: '';
  display: block;
  margin: 25px 0;
}
footer .con .footer-top nav ul li .sub_nav {
  display: flex;
  flex-wrap: wrap;
}
footer .con .footer-top nav ul li .sub_nav a {
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
footer .con .footer-top nav ul li .sub_nav a:hover {
  color: #b1987f;
}
footer .con .footer-top .contact h2 {
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin-right: 20px;
}
footer .con .footer-top .contact .footer-share {
  margin-top: 2rem;
}
footer .con .footer-top .contact .footer-share li {
  width: 60px;
  height: 60px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
  margin-right: 20px;
  transition: all 0.3s;
}
footer .con .footer-top .contact .footer-share li span {
  font-size: 30px;
  color: #fff;
}
footer .con .footer-top .contact .footer-share li .share-or {
  transition: all 0.5s;
  opacity: 0;
  width: 109px;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translate(-50%, -10px);
}
footer .con .footer-top .contact .footer-share li .share-or i {
  display: none;
}
footer .con .footer-top .contact .footer-share li .share-or::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
footer .con .footer-top .contact .footer-share li .share-or img {
  border-radius: 10px;
  overflow: hidden;
}
footer .con .footer-top .contact .footer-share li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
footer .con .footer-top .contact .footer-share li:hover .share-or {
  opacity: 1;
  transform: translate(-50%, 0px);
}
footer .con .footer-bottom {
  padding-bottom: 2rem;
}
footer .con .footer-bottom .copyright {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .con .footer-bottom .copyright .cy_l {
  width: 110px;
}
footer .con .footer-bottom .copyright .cy_r div {
  color: #fff;
  text-align: right;
  padding: 6px 0;
}
footer .con .footer-bottom .copyright .cy_r a {
  color: #fff;
  margin-left: 15px;
  opacity: 0.9;
}
.subnav {
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d3d3d3;
}
.subnav ul {
  width: 100%;
  padding: 1.7rem 0;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subnav ul li i {
  padding: 0 0.5rem;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.banner .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
}
.banner .txt p {
  color: #fff;
}
.pagination_box {
  text-align: center;
  margin: 4rem 0;
}
.pagination_box .pagination a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #d0d0d0;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  color: #666;
  margin: 0 4px;
}
.pagination_box .pagination span {
  margin: 0 4px;
}
.pagination_box .pagination span.current {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #b1987f;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #b1987f;
}
.pagination_box .pagination .prev {
  border: 1px solid #d0d0d0 !important;
  border-radius: 100px!important;
  padding: 0 40px;
  width: auto!important;
  height: auto!important;
  color: #666 !important;
  background-color: #fff !important;
}
.pagination_box .pagination .next {
  border: 1px solid #d0d0d0 !important;
  border-radius: 100px!important;
  padding: 0 40px;
  width: auto!important;
  height: auto!important;
  color: #666 !important;
  background-color: #fff !important;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 17px;
  }
  .w1600 {
    width: 94%;
  }
}
@media screen and (max-width: 1500px) {
  .w1480 {
    width: 72rem;
    margin: 0 auto;
  }
  .w1520 {
    width: 74rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
  header .con nav > ul > li {
    margin-right: 2rem;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 1100px;
  }
  .w1440 {
    width: 94%;
  }
}
@media screen and (max-width: 1366px) {
  header {
    height: 80px;
  }
  .banner {
    margin-top: 80px;
  }
  .w1480 {
    width: 70rem;
    margin: 0 auto;
  }
  .w1520 {
    width: 72rem;
    margin: 0 auto;
  }
  header .con nav > ul > li {
    margin-right: 2rem;
  }
  header .con .right .search .search_box {
    width: 13rem;
  }
  header .con nav {
    margin-left: 1rem;
  }
  footer .con .footer-top nav ul li {
    width: 16%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 15px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 46px;
    height: 46px;
    line-height: 42px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 96%;
  }
  header .con nav > ul > li {
    padding-left: 0.5rem;
  }
  header .con nav > ul > li h2 i {
    padding-right: 0.5rem;
  }
  .w1280 {
    width: 94%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  .w1480 {
    width: 960px;
  }
  .w1520 {
    width: 980px;
    margin: 0 auto;
  }
  .banner {
    margin-top: 60px;
  }
  header .con nav > ul > li .menu_area {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    padding-left: 10%;
  }
  header .con nav > ul > li .menu_area .one_nav a {
    line-height: 50px;
  }
  header .con nav > ul > li .menu_area .one_nav a i {
    display: none;
  }
  header .con nav > ul > li .menu_area .one_nav {
    width: 100%;
  }
  header .con nav > ul > li .menu_area .one_nav a:hover {
    background: none;
  }
  header .con nav > ul > li .sub_nav a:hover {
    background-color: transparent;
    color: #333;
  }
  header .con nav > ul > li .menu_area .one_nav .two_nav {
    display: none!important;
  }
  header .con nav > ul > li .menu_area .one_nav .two_nav .three_nav {
    display: none!important;
  }
  header {
    height: 60px;
  }
  header .con .logo {
    width: auto;
  }
  header .con .logo a {
    height: 100%;
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  header .con .logo a img {
    width: auto;
    height: 80%;
    margin-top: 5%;
  }
  header .con .shares {
    margin-left: 10px;
  }
  header .con .shares .txt {
    font-size: 8px;
    padding: 2px 6px;
  }
  header .con .shares .code {
    font-size: 8px;
    padding: 2px 6px;
  }
  header .con .right {
    width: auto;
  }
  header .con .right .onlineshop a:nth-last-child(1) {
    margin-left: 5px;
  }
  header .con .right .shopping {
    margin-right: 8px;
  }
  header .con .right .lang {
    margin-left: 0;
  }
  header .con .right .lang .other_lang a span.txt {
    color: #333;
  }
  header .menu_btn {
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    float: right;
    margin-left: 1rem;
  }
  header .menu_btn span {
    display: block;
    height: 2px;
    width: 27px;
    background: #000;
    margin-bottom: 7px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .menu_btn.on {
    margin-top: 27px;
  }
  header .menu_btn.on span:nth-child(1) {
    margin-bottom: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  header .menu_btn.on span:nth-child(2) {
    opacity: 0;
  }
  header .menu_btn.on span:nth-child(3) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  header .con nav {
    margin-left: 0;
    float: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
  }
  header .con nav ul {
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  header .con nav ul > li {
    /* &:nth-child(even){
                        background-color: rgba(0,0,0,0.01);
                    } */
  }
  header .con nav ul > li h2 i {
    display: none;
  }
  header .con nav li {
    float: none;
    margin-right: 0!important;
    position: relative;
    width: 100%;
  }
  header .con nav li.on .arr {
    transform: rotate(180deg);
  }
  header .con nav h2 a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 5%;
    color: #333;
  }
  header .con nav .arr {
    display: block!important;
    height: 60px;
    line-height: 60px;
    float: right;
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
  }
  header .con nav ul li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    padding-left: 10%;
    background: #fff;
  }
  header .con nav ul li .sub_nav a {
    color: #333;
    display: block;
    background-image: url(' ');
  }
  header .con nav ul li .nav input::input-placeholder {
    font-size: 16px;
  }
  header .con nav ul li .nav input::-webkit-input-placeholder {
    font-size: 16px;
  }
  header .con nav ul li .nav input:-moz-placeholder {
    font-size: 16px;
  }
  header .con nav ul li .nav input::-moz-placeholder {
    font-size: 16px;
  }
  header .con nav ul li .nav input::-ms-input-placeholder {
    font-size: 16px;
    overflow: hidden;
  }
  header.active .menu_btn span {
    background: #000;
  }
  header .con .right .onlineshop {
    float: right;
  }
  header .con .right .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f3f6fb;
    margin-left: 0;
    display: none;
  }
  header .con .right .search .search_box {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  header .con .right .search .search_box a {
    padding: 10px 0;
  }
  header .con .right .search .search_box .search_close {
    display: block;
    width: 15%;
    height: auto;
    line-height: normal;
  }
  header .con .right .search .search_box input {
    width: 70%;
  }
  header .con .right .search .search_box .search_btn {
    width: 15%;
    height: auto;
    line-height: normal;
  }
  header .con .right .lang {
    margin-right: 5px;
  }
  header .con .right .lang a span {
    margin-left: 0;
  }
  header .con .right .search_btnh5 {
    display: block;
    float: left;
    height: 100%;
    line-height: 60px;
    padding: 0 10px;
    color: #000;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .video-layer .video-js {
    height: 60%;
    width: 96%;
    margin: 0;
  }
  #videoPopup .video-box {
    width: 80%;
  }
  footer {
    background-size: cover;
    background-position: 93% top;
  }
  footer .con .footer-top {
    justify-content: center;
    padding: 4rem 0 3rem;
  }
  footer .con .footer-top nav {
    display: none;
  }
  footer .con .footer-top .contact h2 {
    text-align: center;
    font-size: 20px;
  }
  footer .con .footer-top .contact .footer-share li {
    border: 0;
    width: 109px;
    height: auto;
    margin: 0 8px;
  }
  footer .con .footer-top .contact .footer-share li:hover {
    background-color: transparent;
  }
  footer .con .footer-top .contact .footer-share li:hover .share-or {
    transform: translate(0, 0);
  }
  footer .con .footer-top .contact .footer-share li span {
    display: none;
  }
  footer .con .footer-top .contact .footer-share li .share-or {
    position: static;
    opacity: 1;
    transform: translate(0, 0);
  }
  footer .con .footer-top .contact .footer-share li .share-or i {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  footer .con .footer-top .contact .footer-share li .share-or::after {
    display: none;
  }
  footer .con .footer-top .contact .footer-share li .share-or img {
    border-radius: 5px;
  }
  footer .con .footer-bottom .bottom_other {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .con .footer-bottom .bottom_other .bottom_link {
    width: 100%;
  }
  footer .con .footer-bottom .bottom_other .bottom_share {
    width: 100%;
    margin-top: 5px;
  }
  footer .con .footer-bottom .copyright {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .con .footer-bottom .copyright .cy_r {
    width: 100%;
    margin-top: 5px;
  }
  footer .con .footer-bottom .copyright .cy_r div {
    text-align: left;
  }
}
@media screen and (max-width: 998px) {
  .video-layer .video-js {
    height: 60%;
  }
  .video-layer .video-js .vjs-big-play-button {
    font-size: 2em;
  }
  .banner img {
    width: 160%;
    margin-left: -30%;
  }
}
@media screen and (max-width: 768px) {
  .w750 {
    width: 94%;
  }
  html {
    font-size: 12px;
  }
  .video-layer .video-js .vjs-big-play-button {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .video-layer .video-js {
    height: 60%;
  }
  .w1480 {
    width: 100%;
    padding: 0 20px;
  }
  .w1520 {
    width: 90%;
    padding: 0 20px;
  }
  header .menu_btn {
    margin-top: 19px;
  }
  header .con nav > ul > li h2 {
    width: 80%;
  }
  header .con nav > ul > li h2 a {
    width: 100%;
    display: block;
  }
  header .con nav ul li .sub_nav a {
    width: 100%;
    display: block;
  }
  .pagination_box .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination_box .pagination .prev {
    width: 46%!important;
    margin: 5% 2% 0!important;
    padding: 0!important;
    order: 2;
    font-size: 14px;
  }
  .pagination_box .pagination .next {
    width: 46%!important;
    margin: 5% 2% 0!important;
    padding: 0!important;
    order: 2;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .video-layer .video-js {
    height: 50%;
  }
}
/*# sourceMappingURL=./base.css.map */