@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
body {
  font-family: '思源黑体 CN', 'Microsoft YaHei' Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
@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/swiper/ajax-loader.gif) no-repeat center;
}
.swiper-lazy-preloader {
  background: url(../js/swiper/ajax-loader.gif) no-repeat center !important;
  -webkit-animation: none;
  animation: none;
  border: none;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/swiper/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: #f6f9fc;
  z-index: 9999;
}
header h1 {
  display: none;
  font-size: 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  header>.container {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  header>.container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header>.container {
    width: 100%;
  }
}
header .logo {
  display: block;
  margin: 23px 0 22px;
  float: left;
  height: 55px;
}
@media screen and (max-width: 1199px) {
  header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 46px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  header .logo {
    height: 35px;
  }
}
header .logo img {
  height: 100%;
  width: auto;
}
header .search {
  float: right;
  padding: 32px 0;
}
@media screen and (max-width: 1199px) {
  header .search {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  header .search {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  header .search {
    padding: 15px 0;
  }
}
header .search > button {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  header .search > button {
    display: block;
  }
}
header .search > button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
header .search .form-box {
  overflow: hidden;
  width: 210px;
  height: 36px;
  border: 1px solid #d1dfed;
  border-radius: 17px;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  header .search .form-box {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  header .search .form-box {
    position: absolute;
    top: 110%;
    right: 20px;
    background-color: #fff;
    display: none;
  }
}
header .search .form-box form {
  width: 100%;
  height: 100%;
}
header .search .form-box form input {
  display: block;
  float: left;
  width: 76.19047619%;
  height: 100%;
  padding: 5px 20px;
  padding-right: 0;
  font-size: 16px;
  color: #000;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  header .search .form-box form input {
    font-size: 14px;
  }
}
header .search .form-box form button {
  float: right;
  width: 23.80952381%;
  height: 100%;
  background-color: transparent;
}
header .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: '\e623';
  font-size: 20px;
  font-weight: 700;
}
header nav {
  float: right;
  padding-right: 5%;
}
@media screen and (max-width: 1439px) {
  header nav {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 100px) !important;
    overflow-y: auto;
    padding: 20px 0;
    background-color: #f0f3f7;
    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: 991px) {
  header nav {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    top: 60px;
    max-height: calc(100% - 60px) !important;
  }
}
header nav .nav-list1 {
  margin: 0 -10px;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 {
    margin: 0;
  }
}
header nav .nav-list1 > li {
  position: relative;
  float: left;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li {
    float: none;
    padding: 0;
  }
}
header nav .nav-list1 > li > a {
  position: relative;
  display: block;
  padding: 38px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #00060d;
  font-family: '思源黑体 CN Medium';
}
@media screen and (max-width: 1439px) {
  header nav .nav-list1 > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  header nav .nav-list1 > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li > a {
    padding: 0;
    display: inline-block;
    margin: 0 20px;
    padding: 10px 0;
    margin-right: 50px;
  }
}
header nav .nav-list1 > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #0252a6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
header nav .nav-list1 > li .nav-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 90%;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li .nav-list2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    box-shadow: none;
    border-radius: 0;
    background-color: #eaedf1;
  }
}
header nav .nav-list1 > li .nav-list2 li {
  position: relative;
  padding: 5px 15px;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li .nav-list2 li {
    padding: 0;
  }
}
header nav .nav-list1 > li .nav-list2 li a {
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li .nav-list2 li a {
    margin: 0 40px;
    padding: 5px 0;
    white-space: normal;
  }
}
header nav .nav-list1 > li .nav-list2 > .active > a {
  color: #0252a6 !important;
  transform: translateX(10px) !important;
}
header nav .nav-list1 > li .nav-list2 .nav-list3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li .nav-list2 .nav-list3 {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    background-color: #e3e5e9;
  }
}
header nav .nav-list1 > li .nav-list2 .nav-list3 li {
  position: relative;
  padding: 5px 15px;
}
@media screen and (max-width:1199px) {
  header nav .nav-list1 > li .nav-list2 .nav-list3 li {
    padding: 1px 0;
  }
}
header nav .nav-list1 > li .nav-list2 .nav-list3 li a {
  font-size: 14px;
}
header nav .nav-list1 > li .nav-list2 .nav-list3 li .nav-list4 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  header nav .nav-list1 > li .nav-list2 .nav-list3 li .nav-list4 {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    background-color: #d5d6d8;
  }
}
header nav .nav-list1 > li .nav-list2 .nav-list3 li .nav-list4 li{
  padding: 5px 10px;
}
@media screen and (max-width:1199px) {
  header nav .nav-list1 > li .nav-list2 .nav-list3 li  .nav-list4 li{
    padding: 1px 0;
  }
}
@media screen and (min-width: 1200px) {
  header nav .nav-list1 > li .nav-list2 .nav-list3 li .nav-list4 li:hover a {
    color: #0252a6;
    transform: translateX(6px);
  }
}
header nav .nav-list1 > li .nav-list2 .nav-list3 li .nav-list4 li a {
  display: block;
}
header nav .nav-list1 > li .nav-list2 .nav-list3 > .active > a {
  color: #0252a6;
  transform: translateX(10px);
}
header nav .nav-list1 > .active > a::before {
  width: 100%;
}
header nav .nav-list1 .nav1-btn,
header nav .nav-list1 .nav2-btn,
header nav .nav-list1 .nav3-btn {
  position: relative;
}
header nav .nav-list1 .nav1-btn::before,
header nav .nav-list1 .nav2-btn::before,
header nav .nav-list1 .nav3-btn::before {
  position: absolute;
  top: 7px;
  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 nav .nav-list1 .nav2-btn::before,
header nav .nav-list1 .nav3-btn::before {
  top: 0;
}
header nav .nav-list1 .xs-active::before {
  transform: rotateX(180deg) !important;
}
header .nav-btn {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  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 .nav-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn {
    top: 13px;
  }
}
@media screen and (max-width: 480px) {
  header .nav-btn {
    top: 9px;
  }
}
header .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 .nav-btn .btn-line:nth-child(3),
header .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 .nav-btn .btn-line:nth-child(1) {
  top: 38%;
}
header .nav-btn .btn-line:nth-child(2) {
  top: 50%;
}
header .nav-btn .btn-line:nth-child(3) {
  top: 63%;
}
header .navbtn-actvie {
  position: fixed !important;
  right: 40px;
  top: 20px;
  z-index: 999999 !important;
}
header .navbtn-actvie .btn-line {
  width: 30px;
  height: 2px;
  background-color: #000 !important;
}
header .navbtn-actvie .btn-line:nth-child(1) {
  transform: translate(-10px, -3px) rotateZ(45deg) !important;
}
header .navbtn-actvie .btn-line:nth-child(2) {
  display: none !important;
}
header .navbtn-actvie .btn-line:nth-child(3) {
  transform: translate(-10px, -13px) rotateZ(-45deg) !important;
}
footer {
  background-color: #19232e;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .foot-roll {
  padding: 70px 0 65px;
  border-bottom: 1px solid #2f3c4d;
}
@media screen and (max-width: 1199px) {
  footer .foot-roll {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-roll {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-roll {
    padding: 30px 0;
  }
}
footer .foot-roll .str_wrap {
  background-color: transparent;
}
footer .foot-roll .str_wrap .item {
  display: inline-block;
  padding-right: 45px;
}
@media screen and (max-width: 1199px) {
  footer .foot-roll .str_wrap .item {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-roll .str_wrap .item {
    padding-right: 15px;
  }
}
footer .foot-roll .str_wrap .item a {
  display: inline-block;
  width: 13.82978723%;
  min-width: 195px;
}
@media screen and (max-width: 767px) {
  footer .foot-roll .str_wrap .item a {
    min-width: 150px;
  }
}
footer .foot-roll .str_wrap .item a .img-box {
  padding-bottom: 51.28205128%;
}
footer .foot-content {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) {
  footer .foot-content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content {
    padding: 30px 0 15px;
  }
}
footer .foot-content .title {
  display: none;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 991px) {
  footer .foot-content .title {
    display: block;
  }
}
footer .foot-content .title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e641';
  color: #fff;
  font-size: 25px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
footer .foot-content .title b {
  display: inline-block;
}
footer .foot-content .active::before {
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 991px) {
  footer .foot-content .content {
    display: none;
  }
}
footer .foot-content .left {
  float: left;
  width: 57.23404255%;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left {
    float: none;
    width: 100%;
  }
}
footer .foot-content .left .content ul li {
  float: left;
  padding-top: 45px;
  width: 44.60966543%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left .content ul li {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content .left .content ul li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 520px) {
  footer .foot-content .left .content ul li {
    float: none;
    width: 100%;
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes swing {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(20deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(20deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-content .left .content ul li:hover::before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
  }
}
footer .foot-content .left .content ul li::before {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  line-height: 66px;
  text-align: center;
  background-color: #ecf3f9;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e94f';
  font-size: 30px;
  color: #4a6a8f;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left .content ul li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content .left .content ul li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .left .content ul li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
footer .foot-content .left .content ul li p {
  width: calc(100% - 85px);
  font-size: 20px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  footer .foot-content .left .content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left .content ul li p {
    font-size: 16px;
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .left .content ul li p {
    font-size: 14px;
    width: calc(100% - 55px);
  }
}
footer .foot-content .left .content ul li p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  footer .foot-content .left .content ul li p a:hover {
    color: #C80000;
    text-decoration: underline;
  }
}
footer .foot-content .left .content ul li:nth-child(even) {
  width: 55.39033457%;
}
footer .foot-content .left .content ul li:nth-child(2)::before {
  content: '\e66a';
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left .content ul li:nth-child(2)::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content .left .content ul li:nth-child(2)::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .left .content ul li:nth-child(2)::before {
    font-size: 13px;
  }
}
footer .foot-content .left .content ul li:nth-child(3)::before {
  content: '\e62a';
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .left .content ul li:nth-child(3)::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content .left .content ul li:nth-child(3)::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .left .content ul li:nth-child(3)::before {
    font-size: 13px;
  }
}
footer .foot-content .left .content ul li:nth-child(4)::before {
  content: '\e642';
}
footer .foot-content .right {
  float: right;
  width: 40.42553191%;
  max-width: 510px;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .right {
    margin-top: 35px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content .right {
    margin-top: 0;
  }
}
footer .foot-content .right .content {
  padding: 35px 30px 45px;
  background-color: #4a6a8f;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .right .content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .right .content {
    padding: 10px 20px;
  }
}
footer .foot-content .right .content h5 {
  margin: 0;
  padding-bottom: 23px;
  font-size: 24px;
  line-height: 1.66666667;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .right .content h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .right .content h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
footer .foot-content .right .content form {
  width: 100%;
}
footer .foot-content .right .content form input,
footer .foot-content .right .content form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 2.57142857;
  color: #ffffff;
  border: 1px solid #9ebbdb;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .right .content form input,
  footer .foot-content .right .content form textarea {
    padding: 1px 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content .right .content form input,
  footer .foot-content .right .content form textarea {
    margin-bottom: 15px;
  }
}
footer .foot-content .right .content form input::-webkit-input-placeholder,
footer .foot-content .right .content form textarea::-webkit-input-placeholder {
  color: #fff;
}
footer .foot-content .right .content form input:-o-placeholder,
footer .foot-content .right .content form textarea:-o-placeholder {
  color: #fff;
}
footer .foot-content .right .content form input::-moz-placeholder,
footer .foot-content .right .content form textarea::-moz-placeholder {
  color: #fff;
}
footer .foot-content .right .content form input:-ms-input-placeholder,
footer .foot-content .right .content form textarea:-ms-input-placeholder {
  color: #fff;
}
footer .foot-content .right .content form input:focus::-webkit-input-placeholder,
footer .foot-content .right .content form textarea:focus::-webkit-input-placeholder {
  color: #9ebbdb;
}
footer .foot-content .right .content form input:focus::-o-placeholder,
footer .foot-content .right .content form textarea:focus::-o-placeholder {
  color: #9ebbdb;
}
footer .foot-content .right .content form input:focus::-moz-placeholder,
footer .foot-content .right .content form textarea:focus::-moz-placeholder {
  color: #9ebbdb;
}
footer .foot-content .right .content form input:focus::-ms-input-placeholder,
footer .foot-content .right .content form textarea:focus::-ms-input-placeholder {
  color: #9ebbdb;
}
footer .foot-content .right .content form input {
  width: 47.77777778%;
  float: left;
}
@media screen and (max-width: 480px) {
  footer .foot-content .right .content form input {
    width: 100%;
    float: none;
  }
}
footer .foot-content .right .content form input:nth-of-type(even) {
  float: right;
}
@media screen and (max-width: 480px) {
  footer .foot-content .right .content form input:nth-of-type(even) {
    float: none;
  }
}
footer .foot-content .right .content form textarea {
  height: 126px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .foot-content .right .content form textarea {
    height: 100px;
    margin-bottom: 15px;
  }
}
footer .foot-content .right .content form button {
  width: 53.33333333%;
  height: 60px;
  border: 1px solid #9ebbdb;
  font-size: 16px;
  font: '思源黑体 CN Medium';
  color: #ffffff;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  footer .foot-content .right .content form button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-content .right .content form button:hover {
    border-color: #C80000;
    color: #C80000;
  }
  footer .foot-content .right .content form button:hover::after {
    color: #C80000;
  }
}
footer .foot-content .right .content form button::after {
  padding-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea64';
  color: #fff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
footer .foot-end .container {
  position: relative;
}
footer .foot-end .container .content {
  position: absolute;
  bottom: 125px;
  left: 15px;
  width: 80%;
  max-width: 840px;
}
@media screen and (max-width: 1439px) {
  footer .foot-end .container .content {
    bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  footer .foot-end .container .content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-end .container .content {
    padding-bottom: 30px;
  }
}
footer .foot-end .container .content .left {
  float: left;
}
@media screen and (max-width: 1439px) {
  footer .foot-end .container .content .left {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  footer .foot-end .container .content .left {
    float: left;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-end .container .content .left {
    padding-top: 5px;
  }
}
footer .foot-end .container .content .left p {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .foot-end .container .content .left p {
    font-size: 13px;
    text-align: center;
  }
}
footer .foot-end .container .content .left p a {
  margin-left: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  footer .foot-end .container .content .left p a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-end .container .content .left p a:hover {
    color: #C80000;
    text-decoration: underline;
  }
}
footer .foot-end .container .content .right {
  float: right;
  margin: 0 -7.5px;
}
@media screen and (max-width: 1439px) {
  footer .foot-end .container .content .right {
    float: none;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  footer .foot-end .container .content .right {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-end .container .content .right {
    padding-top: 5px;
  }
}
footer .foot-end .container .content .right li {
  float: left;
  padding: 0 7.5px;
}
footer .foot-end .container .content .right li a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #466487;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  footer .foot-end .container .content .right li a:hover {
    background-color: #466487;
  }
  footer .foot-end .container .content .right li a:hover::before {
    color: #fff;
  }
}
footer .foot-end .container .content .right li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #466487;
  font-size: 14px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
footer .foot-end .container .content .right li a .pic {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
footer .foot-end .container .content .right li a .pic img {
  height: 100%;
  width: 100%;
}
footer .foot-end .container .content .right li:nth-child(2) a::before {
  content: '\e882';
}
footer .foot-end .container .content .right li:nth-child(3) a::before {
  content: '\ea64';
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #4a6a8f;
  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 #5e86b4;
  border-right: 1px solid #3f5b7a;
}
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: 350px) {
  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: '\e61c';
  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: '\e619';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
  content: '\e64a';
}
footer .footer-xsnav ul li:nth-child(4) a::before {
  content: '\e743';
}
footer .footer-xsnav ul li:nth-child(5) a::before {
  content: '\e61a';
}
.pagebanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .pagebanner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .pagebanner {
    padding-top: 60px;
  }
}
.pagebanner .item {
  position: relative;
}
@media (max-width: 991px) {
  .pagebanner .item {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.pagebanner .item .img-box {
  padding-bottom: 23.4375%;
}
.page {
  margin-bottom: -5px;
  text-align: center;
}
.page .page-box {
  display: inline-block;
  margin: 0 -6px;
}
@media screen and (max-width: 767px) {
  .page .page-box {
    margin: 0 -2px;
  }
}
.page .page-box li {
  float: left;
  padding: 0 6px;
}
@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: 16px;
  color: #4a6a8f;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 50%;
  border: 1px solid #d5d9dc;
  background-color: #fff;
  text-align: center;
  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;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page .page-box li a:hover {
    background-color: #0252a6;
    color: #fff;
  }
  .page .page-box li a:hover::before {
    color: #fff;
  }
}
.page .page-box .active a {
  background-color: #0252a6;
  color: #fff;
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #4a6a8f;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .page .page-box .prev a::before,
  .page .page-box .next a::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-box .prev a::before,
  .page .page-box .next a::before {
    font-size: 16px;
  }
}
.page .page-box .prev a::before {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
