/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.img_scale:hover .full {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@font-face {
  font-family: 'BEBAS';
  src: url('../fonts/BEBAS.eot');
  src: url('../fonts/BEBAS.eot?#font-spider') format('embedded-opentype'), url('../fonts/BEBAS.woff') format('woff'), url('../fonts/BEBAS.ttf') format('truetype'), url('../fonts/BEBAS.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AKZIDENZGROTESK-EXTRABOLDCOND';
  src: url('../fonts/AKZIDENZGROTESK-EXTRABOLDCOND.eot');
  src: url('../fonts/AKZIDENZGROTESK-EXTRABOLDCOND.eot?#font-spider') format('embedded-opentype'), url('../fonts/AKZIDENZGROTESK-EXTRABOLDCOND.woff') format('woff'), url('../fonts/AKZIDENZGROTESK-EXTRABOLDCOND.ttf') format('truetype'), url('../fonts/AKZIDENZGROTESK-EXTRABOLDCOND.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.banner .swiper-pagination-bullets {
  bottom: 16px;
}
.banner .swiper-pagination-bullet {
  width: 11px;
  height: 16px;
  border-radius: 0;
  background: url(../images/swiper-bullet.png) 0 0 no-repeat;
  opacity: 1;
  margin: 0 4px;
  position: relative;
}
.banner .swiper-pagination-bullet:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/swiper-bullet.png) -11px 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.banner .swiper-pagination-bullet-active:before {
  display: block;
}
/* ========================================================= 导航 ========================================================= */
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header.fixed {
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
}
.header:before {
  content: '';
  width: 27.1875%;
  height: 100%;
  background: #fa4c07;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header-r {
  padding-top: 11px;
}
.nav-menu {
  margin-top: 20px;
  margin-right: 58px;
}
.nav-menu li {
  float: left;
  margin: 0 10px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  position: relative;
  font-size: 14px;
  line-height: 60px;
}
.nav-menu li a {
  color: #686868;
  display: block;
  padding: 0 5px;
}
.nav-menu li.cur a,
.nav-menu li:hover a {
  color: #fa4c07;
}
.nav-menu li.cur:after,
.nav-menu li:hover:after {
  width: 100%;
}
.nav-menu li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fa4c07;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.search-lang {
  font-size: 0;
}
.search-lang .lang {
  font-size: 12px;
  line-height: 24px;
  color: #686868;
  text-align: right;
}



.search-lang .lang a {
  display: inline-block;
  padding: 0 5px;
  color: #000;
}
.search-lang .lang a:hover {
  color: #fa4c07;
}
.search-lang .cent-form {
  width: 242px;
  box-sizing: border-box;
  border: 2px solid #fa4c07;
  margin-top: 6px;
}
.search-lang .cent-form .key-ipt {
  width: 158px;
  height: 30px;
  font-size: 12px;
  color: #686868;
  line-height: 30px;
  padding: 0 5px;
}
.search-lang .cent-form .header-submit {
  width: 80px;
  height: 30px;
  background: #fa4c07;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.search-lang .cent-form .icon-search {
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}
/* ===================================================== 脚部 ====================================================== */
.footer {
  background: #f1f1f1;
  padding-top: 38px;
}
.footer-top {
  margin-bottom: 30px;
}
.footer-top .footer-nav {
  width: calc(100% - 200px);
  margin-top: 30px;
}
.footer-top .footer-nav dl {
  float: left;
  padding-right: 6.465%;
}
.footer-top .footer-nav dt {
  font-size: 16px;
  line-height: 1;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.footer-top .footer-nav dd {
  font-size: 14px;
  line-height: 24px;
}
.footer-top .footer-nav dd:hover a {
  color: #fa4c07;
}
.footer-top .footer-nav dd a {
  display: block;
  color: #727272;
}
.footer-top .footer-top-r {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-top .footer-top-r .txt1 {
  font-size: 14px;
  line-height: 1;
  color: #343434;
}
.footer-top .footer-top-r .txt2 {
  font-size: 30px;
  line-height: 1;
  color: #fa4c07;
  font-weight: 600;
  margin: 15px 0 42px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.footer-top .footer-top-r .wx-code {
  text-align: center;
}
.footer-top .footer-top-r .wx-code img {
  display: block;
  width: 119px;
  height: 119px;
}
.footer-top .footer-top-r .wx-code .tips {
  width: 119px;
  font-size: 14px;
  line-height: 1;
  color: #393939;
  margin-top: 12px;
}
.foot-bottom {
  border-top: 1px solid #cdcdcd;
  font-size: 14px;
  line-height: 24px;
  color: #464444;
  padding: 17px 0;
}
.foot-bottom a {
  color: #464444;
}
.foot-bottom a:hover {
  color: #fa4c07;
}
/* ===================================================== 整站公共样式 ====================================================== */
.container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.full {
  width: 100%;
  height: 100%;
}
article {
  margin-top: 90px;
}
.visible-xs {
  display: none;
}
.yc {
  display: none;
}
.more {
  display: block;
  width: 65px;
  font-size: 12px;
  color: #fa4c07;
  line-height: 26px;
  border: 1px solid #fa4c07;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.more:before {
  content: '';
  width: 0;
  height: 100%;
  background: #fa4c07;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.more:hover {
  color: #fff;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.more:hover:before {
  width: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.pro-img {
  position: relative;
  text-align: center;
  padding-top: 14.492%;
}
.pro-img:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.pro-img img {
  max-width: 345px;
  max-height: 430px;
}
.page {
  text-align: center;
  font-size: 0;
}
.page ul {
  display: inline-block;
}
.page li {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 16px;
  color: #3b3b3b;
  cursor: pointer;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.page li.active {
  color: #fa4c07;
  pointer-events: none;
}
.page li.active a {
  color: #fa4c07;
}
.page li:hover {
  color: #fff;
  background: #fa4c07;
  border-color: #fa4c07;
}
.page li:hover a {
  color: #fff;
}
.page li:first-child,
.page li:last-child {
  position: relative;
}
.page li:first-child:before,
.page li:last-child:before {
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #fa4c07;
  border-bottom: 2px solid #fa4c07;
  position: absolute;
  top: 13px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  pointer-events: none;
}
.page li:first-child:hover:before,
.page li:last-child:hover:before {
  border-color: #fff;
}
.page li:first-child:before {
  left: 16px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.page li:last-child:before {
  left: 9px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.page li.disabled {
  pointer-events: none;
}
.page a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.top-news {
  background: #f1f1f1;
  padding: 22px 20px 46px;
}
.top-news:hover h4 {
  color: #fa4c07;
}
.top-news:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news-tit {
  color: #2d2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news-desc {
  color: #6c6c6c;
  line-height: 22px;
}
.top-news-info {
  margin-top: 8.33%;
  padding: 0 16px;
}
.top-news-info h4 {
  transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
}
.top-news-info span {
  display: block;
  color: #a0a0a0;
  font-size: 12px;
  margin-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 16px;
}
.top-news-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.big-title {
  text-align: center;
  padding-top: 7.77%;
}
.big-title p {
  color: #fa4c07;
  line-height: 1.1;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 20px;
}
.big-title span {
  color: #b2b2b2;
  font-size: 24px;
  line-height: 1.1;
}
.big-title span:before,
.big-title span:after {
  content: '';
  width: 88px;
  height: 2px;
  background: #d1d1d1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}
/*=============================联系浮窗==================================*/
.sidebar {
  position: fixed;
  top: 50%;
  right: 62px;
  width: 42px;
  text-align: center;
  z-index: 10;
  height: 250px;
  margin-top: -125px;
  z-index: 9999;
  line-height: 42px;
}
.sidebar a {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -ms-transition: all 0.3s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0.15, 0.65, 0.58, 0.99);
}
.sidebar a > span {
  color: #fff;
  font-size: 14px;
  margin-left: 25px;
  display: none;
  line-height: 42px;
  height: 42px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s 1s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -ms-transition: all 0.5s 1s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -o-transition: all 0.5s 1s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -webkit-transition: all 0.5s 1s cubic-bezier(0.15, 0.65, 0.58, 0.99);
  -moz-transition: all 0.5s 1s cubic-bezier(0.15, 0.65, 0.58, 0.99);
}
.sidebar a.right-qq {
  background: url(../images/sidebar-icon1.png) no-repeat center;
  margin-bottom: 10px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar a.right-qq:hover {
  width: 148px;
  background: url(../images/sidebar-icon1.png) no-repeat 20px center #fa4c07;
}
.sidebar a.right-weixin {
  background: url(../images/sidebar-icon2.png) no-repeat center;
  background-color: #999999;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 52px;
  overflow: visible;
}
.sidebar a.right-weixin:hover {
  background: url(../images/sidebar-icon2.png) no-repeat center #fa4c07;
}
.sidebar a.right-weixin:hover .weixin-code {
  opacity: 1;
  visibility: visible;
  left: -140px;
}
.sidebar .weixin-code {
  position: absolute;
  left: -125px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.sidebar .weixin-code img {
  width: 120px;
  height: 120px;
}
.sidebar a.right-tell {
  background: url(../images/sidebar-icon3.png) no-repeat center;
  background-color: #999999;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 104px;
}
.sidebar a.right-tell:hover {
  width: 160px;
  background: url(../images/sidebar-icon3.png) no-repeat 20px center #fa4c07;
}
.sidebar a.right-message {
  background: url(../images/sidebar-icon4.png) no-repeat center;
  background-color: #999999;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 156px;
  overflow: visible;
}
.sidebar a.right-message:hover {
  background: url(../images/sidebar-icon4.png) no-repeat center #fa4c07;
}
.sidebar a.right-message:hover .fixed-message {
  opacity: 1;
  visibility: visible;
  left: -325px;
}
.sidebar a.right-top {
  background: url(../images/sidebar-icon5.png) no-repeat center;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sidebar a.right-top:hover {
  width: 120px;
  background: url(../images/sidebar-icon5.png) no-repeat 20px center #fa4c07;
}
.sidebar a:hover > span {
  display: block;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-message {
  position: absolute;
  left: -300px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 300px;
  border-radius: 6px;
  background: #fff;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.fixed-message h3 {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 25px;
}
.fixed-message form {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  line-height: 1;
}
.fixed-message textarea {
  resize: none;
  height: 110px;
  padding: 15px;
  line-height: 24px;
}
.fixed-message input {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.fixed-message textarea,
.fixed-message input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.fixed-message .input-item {
  position: relative;
}
.fixed-message button[type='submit'] {
  border: none;
  color: #fff;
  font-size: 14px;
  background: #fa4c07;
  display: block;
  height: 35px;
  width: 100%;
  border-radius: 4px;
}
.fixed-message ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888 !important;
}
.fixed-message :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888 !important;
}
.fixed-message ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888 !important;
}
.fixed-message :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888 !important;
}
.fixed-message:after {
  content: "";
  position: absolute;
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  /*透明 透明 透明 灰*/
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.fixed-message .help-info {
  line-height: 1;
  margin-left: 0px;
  bottom: 0;
}
.cur-path {
  font-size: 14px;
  font-family: 黑体;
  padding-left: 26px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.cur-path a {
  transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
}
.cur-path a:hover {
  color: #fa4c07;
}
@media (max-width: 1680px) {
  .nav-menu {
    margin-right: 28px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: auto;
    padding: 0 6%;
  }
  .header:before {
    width: 20%;
  }
  .nav-menu li {
    margin: 0 6px;
  }
  .nav-menu li a {
    padding: 0 5px;
  }
}
@media (max-width: 1440px) {
  .big-title p {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .big-title span {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .container {
    padding: 0 4%;
  }
}
@media (max-width: 1280px) {
  .pro-img img {
    max-width: 280px !important;
    max-height: 280px !important;
  }
  .nav-menu {
    margin-right: 0;
  }
  .header:before {
    width: 19%;
  }
}
@media (max-width: 1200px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  article {
    margin-top: 60px;
  }
  .header {
    position: fixed;
    top: 0;
  }
  .header:before {
    width: 220px;
    height: 60px;
  }
  .menu {
    width: 100%;
    background: #fff;
    float: none;
    padding: 15px 3% 45px;
    display: none;
    margin-right: 0;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.35);
  }
  .menu li {
    float: none;
    line-height: 40px;
  }
  .menu li > a {
    padding: 0;
    border-bottom: 1px dashed #57ade3;
    position: relative;
  }
  .menu li:hover > a {
    color: #233645;
  }
  .hamburger {
    margin-top: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger .line {
    height: 2px;
    width: 26px;
    margin: 6px auto;
    background-color: #fa4c07;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .is-active {
    animation: smallbig 0.6s forwards;
  }
  .is-active .line:nth-child(1),
  .is-active .line:nth-child(2),
  .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .header-r {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
    display: none;
  }
  .logo {
    width: 130px;
    height: 60px;
    overflow: hidden;
  }
  .logo img {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .nav-menu {
    width: 100%;
    float: none;
  }
  .nav-menu li {
    width: 100%;
    float: none;
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #fa4c07;
  }
  .nav-menu li:after {
    display: none;
  }
  .nav-menu li a {
    padding: 0;
  }
  .search-lang {
    margin-top: 10px;
    float: none;
  }
  .search-lang > div {
    display: inline-block;
    vertical-align: middle;
  }
  .search-lang .lang {
    text-align: left;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .top-news-info {
    margin-top: 4%;
  }
  .footer-top .footer-nav dl {
    padding-right: 5%;
  }
}
@media (max-width: 800px) {
  .sidebar {
    width: 100%;
    height: 42px;
    right: 0;
    bottom: 0.6rem;
    margin-top: 0;
    background: transparent;
    top: auto;
  }
  .sidebar a {
    display: inline-block;
    margin: 0 0.2rem;
    position: relative;
  }
  .sidebar a > span {
    display: none;
  }
  .sidebar a.right-qq,
  .sidebar a.right-weixin,
  .sidebar a.right-tell,
  .sidebar a.right-message,
  .sidebar a.right-top {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
  }
  .sidebar a.right-qq:hover,
  .sidebar a.right-weixin:hover,
  .sidebar a.right-tell:hover,
  .sidebar a.right-message:hover,
  .sidebar a.right-top:hover {
    width: 42px;
    background-position: center;
  }
  .sidebar a:hover > span {
    display: none;
  }
  .sidebar .weixin-code {
    left: 50%;
    top: -125px;
    transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
  }
  .sidebar a.right-weixin:hover .weixin-code {
    top: -140px;
    left: 50%;
  }
  .fixed-message {
    left: 50%;
    top: -300px;
    transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
  }
  .fixed-message:after {
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    bottom: -7px;
    top: auto;
    right: auto;
    left: 50%;
    margin-top: 0px;
    margin-left: -7px;
  }
  .sidebar a.right-message:hover .fixed-message {
    top: -360px;
    left: 50%;
  }
  .page {
    margin: 38px 0 60px;
  }
  .wechat {
    width: 100%;
    text-align: left;
  }
  .wechat .others {
    text-align: left;
  }
  .frandlink .share {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    top: 0;
    margin: 0.4rem 0 0;
  }
  .copyright {
    padding: 10px 0;
  }
  .m-inside {
    display: none!important;
  }
  .frandlink .wx .hover {
    width: 206px;
    height: 118px;
    left: 0;
    top: -125px;
  }
  .frandlink .wx .hover img {
    max-width: 100px;
  }
  nav.nav-top > ul > li {
    line-height: 8vh;
  }
  .foot-bottom {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .big-title {
    padding-top: 10%;
  }
  .big-title p {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .big-title span {
    font-size: 18px;
  }
  .big-title span:before,
  .big-title span:after {
    width: 60px;
  }
  .page li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 3px;
  }
  .page li:hover {
    color: #3b3b3b;
    background: #f7f7f7;
    border-color: #d9d8d8;
  }
  .page li:first-child:before,
  .page li:last-child:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .page li:first-child:before {
    left: 12px;
  }
  .page li:first-child:hover:before,
  .page li:last-child:hover:before {
    border-color: #fa4c07;
  }
  .cur-path {
    font-size: 13px;
    padding-left: 15px;
    margin-top: 12px;
  }
  .footer-top .footer-nav {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .footer-top .footer-nav dl {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer-top .footer-nav dl.active dt::after {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }
  .footer-top .footer-nav dl.active dd {
    visibility: visible;
    line-height: 34px;
  }
  .footer-top .footer-nav dt {
    line-height: 36px;
    border-bottom: 2px solid #fa4c07;
    position: relative;
    margin-bottom: 0;
  }
  .footer-top .footer-nav dt::after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid #fa4c07;
    border-top: 1px solid #fa4c07;
    position: absolute;
    right: 6px;
    top: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .footer-top .footer-nav dd {
    border-bottom: 1px dashed #fa4c07;
    line-height: 0;
    visibility: hidden;
  }
  .footer-top .footer-top-r {
    width: 100%;
    float: none;
    display: block;
    margin-top: 30px;
  }
  .footer-top .footer-top-r .txt2 {
    margin: 15px 0;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .banner .swiper-pagination-bullets {
    bottom: 0;
  }
  .fixed-message {
    position: fixed;
    left: 50%;
    top: auto;
    bottom: 60px;
    transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
  }
  .sidebar a.right-message:hover .fixed-message {
    top: auto;
    bottom: 80px;
    left: 50%;
  }
  .fixed-message:after {
    left: 75%;
  }
  .pro-img img {
    max-width: 250px !important;
    max-height: 250px !important;
  }
  .big-title p {
    font-size: 22px;
  }
  .big-title span {
    font-size: 14px;
  }
  .big-title span:after,
  .big-title span:before {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .pro-img img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
