@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
body {
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 4px solid #e3332c;
  z-index: 999;
}
header h1 {
  display: none !important;
  font-size: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  header .content {
    padding-right: 50px;
  }
}
header .content .logo {
  display: block;
  float: left;
  height: 44px;
  margin: 28px 0;
  margin-left: 58px;
}
@media screen and (max-width: 1439px) {
  header .content .logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .logo {
    height: 40px;
    margin: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .content .logo {
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  header .content .logo {
    margin: 15px 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  header .content .logo {
    height: 25px;
    margin: 17.5px 10px;
    margin-right: 0;
  }
}
header .content .logo img {
  height: 100%;
  width: auto;
}
header .content .head-btns {
  float: right;
}
header .content .head-btns .search {
  float: left;
  padding: 30px 58px 31px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 1439px) {
  header .content .head-btns .search {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-btns .search {
    padding: 15px 30px 16px;
  }
}
@media screen and (max-width: 767px) {
  header .content .head-btns .search {
    padding: 10px 15px 11px;
  }
}
@media screen and (max-width: 400px) {
  header .content .head-btns .search {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .content .head-btns .search > button {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  header .content .head-btns .search > button:hover::before {
    color: #e3332c;
  }
}
header .content .head-btns .search > button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .content .head-btns .search > button::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  header .content .head-btns .search > button::before {
    font-size: 20px;
    top: 58%;
  }
}
header .content .head-btns .search .form-box {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 20px;
  width: 320px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  header .content .head-btns .search .form-box {
    height: 40px;
    width: 280px;
  }
}
header .content .head-btns .search .form-box form {
  width: 100%;
  height: 100%;
}
header .content .head-btns .search .form-box form input {
  float: left;
  width: 81.25%;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 14px;
  color: #000;
  height: 100%;
}
header .content .head-btns .search .form-box form input::-webkit-input-placeholder,
header .content .head-btns .search .form-box form textarea::-webkit-input-placeholder {
  color: #000;
}
header .content .head-btns .search .form-box form input:-o-placeholder,
header .content .head-btns .search .form-box form textarea:-o-placeholder {
  color: #000;
}
header .content .head-btns .search .form-box form input::-moz-placeholder,
header .content .head-btns .search .form-box form textarea::-moz-placeholder {
  color: #000;
}
header .content .head-btns .search .form-box form input:-ms-input-placeholder,
header .content .head-btns .search .form-box form textarea:-ms-input-placeholder {
  color: #000;
}
header .content .head-btns .search .form-box form input:focus::-webkit-input-placeholder,
header .content .head-btns .search .form-box form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
header .content .head-btns .search .form-box form input:focus::-o-placeholder,
header .content .head-btns .search .form-box form textarea:focus::-o-placeholder {
  color: #ababab;
}
header .content .head-btns .search .form-box form input:focus::-moz-placeholder,
header .content .head-btns .search .form-box form textarea:focus::-moz-placeholder {
  color: #ababab;
}
header .content .head-btns .search .form-box form input:focus::-ms-input-placeholder,
header .content .head-btns .search .form-box form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
header .content .head-btns .search .form-box form button {
  float: right;
  width: 18.75%;
  height: 100%;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  header .content .head-btns .search .form-box form button:hover {
    background-color: #e3332c;
  }
  header .content .head-btns .search .form-box form button:hover::before {
    color: #fff;
  }
}
header .content .head-btns .search .form-box form button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  font-size: 20px;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
header .content .head-btns .language {
  float: right;
}
header .content .head-btns .language li {
  padding: 31px 61px;
}
@media screen and (max-width: 1439px) {
  header .content .head-btns .language li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-btns .language li {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  header .content .head-btns .language li {
    padding: 15px 15px;
  }
}
header .content .head-btns .language li a {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/common/lan.png) no-repeat;
  background-size: cover;
  background-position: -38px;
}
@media screen and (max-width: 1199px) {
  header .content .head-btns .language li a {
    width: 30px;
    height: 30px;
    background-position: -30px;
  }
}
header .content .head-btns .language li .cn {
  background-position: 0;
}
header .content nav {
  float: right;
  padding-right: 88px;
}
@media screen and (max-width: 1500px) {
  header .content nav {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1439px) {
  header .content nav {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav {
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 74px) !important;
    overflow-y: auto;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
    z-index: 999;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
@media screen and (max-width: 767px) {
  header .content nav {
    top: 64px;
    max-height: calc(100% - 64px) !important;
  }
}
header .content nav .nav-list1 > li {
  float: left;
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 > li {
    float: none;
  }
}
header .content nav .nav-list1 > li > a {
  display: block;
  padding: 35px 33px;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  font-weight: 700;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1300px) {
  header .content nav .nav-list1 > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 > li > a {
    padding: 10px 20px;
    margin-right: 35px;
    display: inline-block;
  }
}
header .content nav .nav-list1 .nav1-btn,
header .content nav .nav-list1 .nav2-btn {
  position: relative;
}
header .content nav .nav-list1 .nav1-btn::before,
header .content nav .nav-list1 .nav2-btn::before {
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .content nav .nav-list1 .nav2-btn::before {
  top: 0;
}
header .content nav .nav-list1 > .active > a {
  color: #fff;
  background-color: #e3332c;
}
header .content nav .nav-list1 .xs-active::before {
  transform: rotateX(180deg) !important;
}
header .content nav .nav-list1 .nav-list2 {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  padding: 35px 17px 55px;
  padding-left: 138px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  header .content nav .nav-list1 .nav-list2 {
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 {
    position: relative;
    top: 0;
    padding: 0;
    box-shadow: none;
    background-color: #f6f6f6;
  }
}
header .content nav .nav-list1 .nav-list2 > li {
  float: left;
  width: 12.74787535%;
}
@media screen and (max-width: 1439px) {
  header .content nav .nav-list1 .nav-list2 > li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 > li {
    float: none;
    width: 100% !important;
    padding-right: 0;
  }
}
header .content nav .nav-list1 .nav-list2 > li > a {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #000;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 > li > a {
    display: inline-block;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .content nav .nav-list1 .nav-list2 > li > a {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  header .content nav .nav-list1 .nav-list2 > li > a:hover {
    color: #e3332c;
  }
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(2) {
  width: 15.4674221%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(3) {
  width: 10.99150142%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(4) {
  width: 13.71104816%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(5) {
  width: 14.67422096%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(6) {
  width: 10.76487252%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(7) {
  width: 10.76487252%;
}
header .content nav .nav-list1 .nav-list2 > li:nth-child(8) {
  width: 10.76487252%;
}
header .content nav .nav-list1 .nav-list2 > .active > a {
  color: #e3332c;
}
header .content nav .nav-list1 .nav-list2 .nav-list3 {
  padding-top: 10px;
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 {
    display: none;
    padding-top: 0;
    padding-left: 15px;
    background-color: #eee;
  }
}
header .content nav .nav-list1 .nav-list2 .nav-list3 li {
  padding: 8px 0;
}
@media screen and (max-width: 1439px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li {
    padding: 3px 0;
  }
}
header .content nav .nav-list1 .nav-list2 .nav-list3 li a {
  display: inline-block;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.25;
  color: #838282;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li a {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li a {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  header .content nav .nav-list1 .nav-list2 .nav-list3 li a:hover {
    transform: translateX(10px);
    color: #e3332c;
  }
}
header .content .nav-btn {
  display: none;
  position: absolute;
  top: 14px;
  right: 25px;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  header .content .nav-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .content .nav-btn {
    top: 8px;
  }
}
header .content .nav-btn .btn-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
header .content .nav-btn .btn-line:nth-child(3),
header .content .nav-btn .btn-line:nth-child(1) {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000;
}
header .content .nav-btn .btn-line:nth-child(1) {
  top: 38%;
}
header .content .nav-btn .btn-line:nth-child(2) {
  top: 50%;
}
header .content .nav-btn .btn-line:nth-child(3) {
  top: 63%;
}
header .content .navbtn-actvie {
  position: fixed !important;
  right: 40px;
  top: 20px;
  z-index: 999999 !important;
}
header .content .navbtn-actvie .btn-line {
  width: 30px;
  height: 2px;
  background-color: #000 !important;
}
header .content .navbtn-actvie .btn-line:nth-child(1) {
  transform: translate(10px, -3px) rotateZ(45deg) !important;
}
header .content .navbtn-actvie .btn-line:nth-child(2) {
  display: none !important;
}
header .content .navbtn-actvie .btn-line:nth-child(3) {
  transform: translate(10px, -13px) rotateZ(-45deg) !important;
}
footer {
  border-top: 3px solid #e70113;
  background-color: #eeeeee;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 45px;
  }
}
footer .foot-content {
  padding: 90px 0 50px;
}
@media screen and (max-width: 1199px) {
  footer .foot-content {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  footer .foot-content .container {
    width: 100%;
  }
}
footer .foot-content ul li {
  float: left;
  width: 32.62411348%;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li {
    float: none;
    width: 100% !important;
    margin-bottom: 10px;
  }
}
footer .foot-content ul li .title {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .title {
    position: relative;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li .title {
    padding-bottom: 5px;
  }
}
footer .foot-content ul li .title::before {
  display: none;
  position: absolute;
  top: 3px;
  right: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e649';
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .title::before {
    display: block;
  }
}
footer .foot-content ul li .title b {
  display: block;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li .title b {
    font-size: 16px;
  }
}
footer .foot-content ul li .active::before {
  transform: rotateZ(45deg);
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .content {
    display: none;
  }
}
footer .foot-content ul li:nth-child(1) .content .form-box {
  padding-top: 10px;
}
footer .foot-content ul li:nth-child(1) .content .form-box form {
  width: 100%;
  height: 45px;
}
@media screen and (min-width: 992px) {
  footer .foot-content ul li:nth-child(1) .content .form-box form {
    max-width: 310px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(1) .content .form-box form {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(1) .content .form-box form {
    height: 35px;
  }
}
footer .foot-content ul li:nth-child(1) .content .form-box form input {
  display: block;
  float: left;
  width: 70.96774194%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #dcdcdc;
}
footer .foot-content ul li:nth-child(1) .content .form-box form button {
  float: right;
  width: 26.77419355%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  background-color: #e70113;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(1) .content .form-box form button:hover {
    background-color: #c80617;
  }
}
footer .foot-content ul li:nth-child(1) .content .form-box p {
  max-width: 315px;
  padding: 15px 0 48px;
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(1) .content .form-box p {
    padding: 10px 0 5px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(1) .content .form-box p {
    font-size: 14px;
  }
}
footer .foot-content ul li:nth-child(1) .content a {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(1) .content a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(1) .content a:hover {
    color: #e3332c;
    text-decoration: underline;
  }
}
footer .foot-content ul li:nth-child(2) .content span,
footer .foot-content ul li:nth-child(3) .content span,
footer .foot-content ul li:nth-child(4) .content span {
  font-weight: 700;
}
footer .foot-content ul li:nth-child(2) .content p,
footer .foot-content ul li:nth-child(3) .content p,
footer .foot-content ul li:nth-child(4) .content p,
footer .foot-content ul li:nth-child(2) .content span,
footer .foot-content ul li:nth-child(3) .content span,
footer .foot-content ul li:nth-child(4) .content span {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(2) .content p,
  footer .foot-content ul li:nth-child(3) .content p,
  footer .foot-content ul li:nth-child(4) .content p,
  footer .foot-content ul li:nth-child(2) .content span,
  footer .foot-content ul li:nth-child(3) .content span,
  footer .foot-content ul li:nth-child(4) .content span {
    font-size: 14px;
  }
}
footer .foot-content ul li:nth-child(2) .content p a,
footer .foot-content ul li:nth-child(3) .content p a,
footer .foot-content ul li:nth-child(4) .content p a,
footer .foot-content ul li:nth-child(2) .content span a,
footer .foot-content ul li:nth-child(3) .content span a,
footer .foot-content ul li:nth-child(4) .content span a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(2) .content p a:hover,
  footer .foot-content ul li:nth-child(3) .content p a:hover,
  footer .foot-content ul li:nth-child(4) .content p a:hover,
  footer .foot-content ul li:nth-child(2) .content span a:hover,
  footer .foot-content ul li:nth-child(3) .content span a:hover,
  footer .foot-content ul li:nth-child(4) .content span a:hover {
    color: #e70113;
    text-decoration: underline;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(2) .content p,
  footer .foot-content ul li:nth-child(3) .content p {
    float: left;
    margin-right: 20px;
  }
  footer .foot-content ul li:nth-child(2) .content p:last-child,
  footer .foot-content ul li:nth-child(3) .content p:last-child {
    margin-right: 0;
  }
}
footer .foot-content ul li:nth-child(2) {
  width: 15.39007092%;
}
footer .foot-content ul li:nth-child(3) {
  width: 15.10638298%;
}
footer .foot-content ul li:nth-child(4) {
  width: 29.0070922%;
}
footer .foot-content ul li:nth-child(4) .content .left {
  float: left;
  padding-right: 5px;
}
footer .foot-content ul li:nth-child(4) .content .right {
  float: left;
}
footer .foot-content ul li:nth-child(5) {
  width: 7.87234043%;
  max-width: 110px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(5) {
    display: none;
  }
}
footer .foot-content ul li:nth-child(5) .img-box {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(5) .img-box {
    margin-top: 10px;
  }
}
footer .foot-content ul li:nth-child(5) p {
  color: #666666;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
footer .foot-end {
  padding: 18px 0;
  border-top: 1px solid #ffffff;
}
footer .foot-end p {
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  text-align: center;
}
footer .foot-end p a {
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  footer .foot-end p a:hover {
    color: #e3332c;
    text-decoration: underline;
  }
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #e70113;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  z-index: 90;
}
@media screen and (max-width: 991px) {
  footer .footer-xsnav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav {
    height: 45px;
  }
}
footer .footer-xsnav ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  border-left: 1px solid #f30216;
  border-right: 1px solid #bd0211;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav ul li a {
    height: 45px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-xsnav ul li a {
    text-transform: none;
  }
}
footer .footer-xsnav ul li a::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e776';
  display: block;
  font-size: 16px;
}
footer .footer-xsnav ul li .content-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 100px;
}
footer .footer-xsnav ul li .content-box img {
  max-width: 100%;
  height: auto;
}
footer .footer-xsnav ul li:nth-child(2) a::before {
  content: '\e604';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
  content: '\e7e9';
}
footer .footer-xsnav ul li:nth-child(4) a::before {
  content: '\e62c';
}
footer .footer-xsnav ul li:nth-child(5) a::before {
  content: '\e622';
}
footer .aside {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
}
footer .aside .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box {
    position: absolute;
    transform: translateX(300px);
  }
}
footer .aside .aside-box a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
footer .aside .aside-box a:hover {
  background-color: #e70113;
}
footer .aside .aside-box a::before {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a::before {
    font-size: 16px;
  }
}
footer .aside .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 70px;
  padding-left: 25px;
  z-index: -99;
  color: #fff;
  border-radius: 25px;
  background-color: rgba(219, 3, 21, 0.7);
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div {
    padding-left: 50px;
    padding-right: 10px;
  }
}
footer .aside .aside-box a div p {
  line-height: 57px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div p {
    line-height: 40px;
  }
}
footer .aside .aside-box a .weixin-box {
  width: 100px;
  height: 100px;
  right: 150%;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a .weixin-box {
    right: 130%;
  }
}
footer .aside .aside-box a .weixin-box img {
  height: 100%;
  width: 100%;
}
footer .aside .aside-box .icon-qq::before {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-qq::before {
    font-size: 16px;
  }
}
footer .aside .aside-box .icon-xinfeng2::before {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-xinfeng2::before {
    font-size: 18px;
  }
}
footer .aside .aside-btn {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(219, 3, 21, 0.9);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .aside .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 46px;
  }
}
footer .aside .aside-btn::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
footer .aside .btn-active {
  transform: rotateZ(135deg);
}
footer .asidebox-active {
  transform: translateX(-100%) !important;
}
.pagebanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 104px;
}
@media screen and (max-width: 1199px) {
  .pagebanner {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .pagebanner {
    padding-top: 64px;
  }
}
.pagebanner .item {
  position: relative;
}
@media (max-width: 1199px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
@media (max-width: 991px) {
  .pagebanner .item {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.pagebanner .item .img-box {
  padding-bottom: 24.21875%;
}
.page {
  text-align: center;
  margin-bottom: -5px;
}
.page .page-box {
  display: inline-block;
  margin: 0 -4.5px;
}
@media screen and (max-width: 767px) {
  .page .page-box {
    margin: 0 -2px;
  }
}
.page .page-box li {
  float: left;
  padding: 0 4.5px;
}
@media screen and (max-width: 767px) {
  .page .page-box li {
    padding: 0 2px;
  }
}
.page .page-box li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #999999;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 767px) {
  .page .page-box li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .page .page-box li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page .page-box li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 3px;
  width: 0;
  background-color: #e70113;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .page .page-box li a:hover::after {
    width: 100%;
  }
}
.page .page-box .active a::after {
  width: 100%;
}
.page .page-box .prev,
.page .page-box .next {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page .page-box .prev,
  .page .page-box .next {
    padding-right: 10px;
  }
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  color: #999;
  font-size: 14px;
}
.page .page-box .next {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page .page-box .next {
    padding-right: 0;
    padding-left: 10px;
  }
}
.page .page-box .next a::before {
  content: '\e72f';
}
