@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body { 
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
} 


img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

img {
  display: block;
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::selection {
  color: #fff;
  background: #152694;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #bebebe;
  border-radius: 6px;
  border: 3px solid #f0f0f0;
}


input:focus,
textarea:focus,
select:focus {
  border-color: #152694 !important;
}



.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  opacity: 1
}

@media screen and (min-width:768px) {
  .zong {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: auto;
  }

  .zong1 {
    width: calc(100% - 80px);
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width:767px) {

  .zong,
  .zong1 {
    width: 95%;
    margin: auto;
  }
}

a:hover img {
  transform: scale(1.1, 1.1)
}

img {
  max-width: 100%;
}

a:hover {
  color: #152694;
}

.mp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
}

.mp p,
.mp a
.mp div{
  color: #666666;
  display: block;
}

.mp a:hover {
  color: #152694;
}

.mp1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
}

.mp1 p,
.mp1 a {
  color: #666666;
  display: block;
}

.mp1 a:hover {
  color: #152694;
}

@media screen and (max-width:1559px) {
  .mp1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }

  .mp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px !important;
  }
}

@media screen and (max-width:1359px) {

  .mp1,
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}

@media screen and (max-width:767px) {

  .mp1,
  .mp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px !important;
  }
}

.img1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img1 img {
  width: 100%;
  position: relative;
  z-index: 1
}

.img1:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: 1s;
  z-index: 2
}

.img1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: 1s;
  z-index: 2
}

.img1:hover:before {
  width: 100%;
  opacity: 0
}

.img1:hover:after {
  height: 100%;
  opacity: 0
}

@keyframes m1tu {
  0% {
    opacity: 0;
    left: 0px;
  }

  50% {
    opacity: 1;
    left: 50%;
  }

  100% {
    opacity: 0;
    left: 100%
  }
}

.img2 {
  display: block;
  width: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.img2 img {
  width: 100%;
}

.img2:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  transition: 0.5s;
  background: #fff;
  width: 40px;
  filter: blur(30px);
  opacity: 0;
  z-index: 3
}

.img2:hover:after {
  -webkit-animation-name: m1tu;
  animation-name: m1tu;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.niu1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.niu1 span {
  position: relative;
  z-index: 2;
}

.niu1:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 50px solid #152694;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.niu1:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #152694;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.niu1:hover:before {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

.niu1:hover:after {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}

.niu2 {
  overflow: hidden;
  position: relative;
}

.niu2 span {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #152694;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.niu3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #152694;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
  color: #fff;
}

.niu3:hover:after {
  height: 500%;
  opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}


/*  head  */
.head {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: 1s;
  background: #ffffff;
  z-index: 99999;
}

.head2h2 {
  top: -100px;
}

.head .zong {
  padding-top: 16px;
  transition: 0.5s;
}

.logo {
  display: block;
  float: left;
  width: 193px;
}

.logo img {
  display: block;
  margin: auto;
  width: 100%;
  transition: 1s;
}

.hea {
  float: right;
  width: 153px;
  height: 48px;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
  color: #ffffff;
  background: #ff2424;
  border: 1px solid #ff2424;
  border-radius: 8px;
  text-align: center;
}

.hea:hover {
  background: #fff;
  color: #ff2424;
}

/*  sousuo  */
.sousuo {
  float: right;
  width: 26px;
  margin-top: 5px;
  margin-right: 28px;
  position: relative;
  z-index: 9999;
  transition: 0.5s;
}

.sousuo form {
  width: 340px;
  background: #152694;
  border-radius: 4px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 60px;
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 13px;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: none;
}

.suo {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9999999;
  color: #c70a27;
  border-radius: 0px;
  background: none;
  cursor: pointer;
}

.sou1 {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 23px !important;
  color: #fff;
  cursor: pointer;
  z-index: 99990
}

.sou2 {
  display: block;
  color: #333;
  line-height: 44px;
  font-size: 23px !important;
  font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
}

.sou2:hover {
  color: #152694;
}

.sousuof form {
  height: 54px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.yvn {
  float: right;
  position: relative;
  margin-top: 13px;
  margin-right: 34px;
  z-index: 9999
}

.yvzhonga {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 15px;
  background: #efefef;
  transition: 1s;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  font-family: Poppins-Regular, Arial, "Arial Black", "sans-serif", Verdana;
  z-index: 99999
}

.yvzhonga i {
  display: inline-block;
  width: 0;
  border: 4px solid #262626;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.yvul {
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 36px;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #333;
}

.yvul a:hover {
  background: #152694;
  color: #fff;
}

.daohang {
  float: right;
  transition: 0.5s;
  margin-top: 10px;
  margin-right: 14px;
}

.daohang>li {
  float: left;
  z-index: 999;
  margin-right: 81px;
  position: relative;
  padding-bottom: 13px;
  transition: 0.5s;
}

.daohang>li>a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  padding-bottom: 14px;
  color: #333;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  cursor: pointer;
  transition: 1s;
  position: relative;
}

.daohang>li>a i {
  font-size: 10px;
}

.daohang>li>a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #152694;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.daohang>li:hover>a {
  color: #152694;
}

.daohang>li:hover>a:before {
  width: 38px;
}

.dangqiandao>a {
  color: #152694 !important;
  font-weight: bold;
}

.dangqiandao>a:before {
  width: 38px !important;
}

.daohang .prdao {
  position: inherit;
}

.yijiw {
  background: #fff;
  position: absolute;
  width: 286px;
  left: 50%;
  transform: translateX(-50%);
  top: -9999px;
}

.yiji {
  background: #ffffff;
  box-shadow: 1px 2px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  text-align: center;
}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0px;
  color: #333333;
  position: relative;
  padding: 10px;
}

.erji {
  position: absolute;
  width: 286px;
  background: #fff;
  box-shadow: 1px 2px 26px 0px rgba(0, 0, 0, 0.1);
  top: -9999px;
  left: 100%;
  padding: 30px 0;
}

.sanji {
  position: absolute;
  width: 286px;
  background: #fff;
  box-shadow: 1px 2px 26px 0px rgba(0, 0, 0, 0.1);
  top: -9999px;
  left: 100%;
  padding: 30px 0;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 32px;
}

.yiji li:hover>a {
  color: #152694;
}

.yiji>li:hover .erji {
  top: 0px;
}

.yiji>li:hover .erji>li>a {
  line-height: 32px;
}

.erji>li:hover .sanji {
  top: 0px;
}

.erji>li:hover .sanji>li>a {
  line-height: 32px;
}

.matn {
  margin-top: auto !important;
}

.daohang2,
.sousuo2,
.xnav {
  display: none
}

.headh {
  background: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.headh .zong1 {
  padding-top: 10px;
}

.headh .daohang>li {
  padding-bottom: 20px;
}


@media screen and (max-width:1659px) {
  .logo {
    width: 160px;
  }

  .hea {
    margin-top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 110px;
  }

  .sousuo {
    margin-right: 20px;
    margin-top: 6px
  }

  .yvn {
    margin-top: 8px;
  }

  .daohang {
    margin-right: 0px;
    margin-top: 5px;
  }

  .daohang>li {
    margin-right: 35px;
    padding-bottom: 10px;
  }

  .daohang>li>a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }

  .sou2 {
    font-size: 20px !important;
    line-height: 34px;
  }

  .yijiw {
    width: 200px;
  }

  .yiji li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
  }

  .erji {
    width: 200px;
  }

  .sanji {
    width: 200px;
  }
}

@media screen and (max-width:1359px) {
  .head .zong {
    padding-top: 5px;
  }

  .logo {
    width: 120px;
    margin-top: 5px;
  }

  .sousuo {
    margin-right: 10px;
    margin-top: 4px;
  }

  .sou2 {
    font-size: 20px !important;
    line-height: 34px;
  }

  .hea {
    font-size: 14px;
    font-size: 1.4rem;
    width: 110px;
    height: 40px;
    line-height: 40px;
  }

  .daohang {
    margin-top: 2px;
  }

  .daohang>li {
    margin-right: 20px;
    margin-left: 15px;
    padding-bottom: 10px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    padding: 0px;
  }

  .dangqiandao:before {
    width: 50px !important;
    margin-left: -25px !important;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 10px;
  }

  .yvn {
    margin-top: 5px;
    margin-right: 10px;
  }

  .yvzhonga {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yvzhonga em {
    font-size: 18px;
    margin-right: 5px;
  }

  .sou2,
  .sou1 {
    font-size: 16px !important;
  }
}

@media screen and (min-width:1000px) {

  .carousel,
  .nav,
  .clear2 {
    display: none
  }
}

@media screen and (max-width:999px) {
  .head {
    padding-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .head .zong {
    padding-top: 10px;
  }

  .logo {
    width: 120px;
    margin-top: 0px;
  }

  .hea1 {
    display: none;
  }

  .hea2 {
    float: none;
    display: block;
    width: 88%;
    margin: auto;
  }

  .yijiw,
  .yiji2,
  .xiala {
    display: none
  }

  .daohang {
    display: none
  }

  .clear2 {
    clear: both;
  }

  .sousuo {
    display: none
  }

  .yvn {
    margin-right: 45px;
    margin-top: 4px;
  }

  .yvzhonga {
    height: 26px;
    line-height: 26px;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: #152694;
    right: 40px;
    top: 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999999999
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.8s;
    z-index: 99999991
  }

  .nav .nav1 {
    margin-top: -1px;
  }

  .nav .nav2 {
    margin-top: -8px;
  }

  .nav .nav3 {
    margin-top: 6px;
  }

  .nav:hover .nav1 {
    width: 25px;
  }

  .navh .nav1 {
    transform: rotate(45deg)
  }

  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }

  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }

  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }

  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }

  .smdaohang {
    position: fixed;
    width: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #152694;
    z-index: 9999999;
    transition: 0.8s;
    text-align: center;
  }

  .smdaohangh {
    right: 0px;
    top: 0px;
    height: 100%;
  }

  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }

  ul.topnav li {
    text-align: left;
    position: relative;
  }

  ul.topnav li a {
    padding: 15px 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 50px;
    border-bottom: 1px dashed #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
  }

  ul.topnav ul {
    display: none;
  }

  ul.topnav ul li {
    clear: both;
  }

  ul.topnav ul li a {
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
    border: none;
  }

  ul.topnav ul li a:hover {}

  ul.topnav ul ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  ul.topnav ul ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }

  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }

  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }

  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }

  ul.topnav span.yizi {
    transform: rotate(90deg)
  }

  .smdaohang form {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 260px;
    height: 36px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
    border-radius: 10px;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 34px;
    line-height: 34px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 6px;
  }
}

@media screen and (min-width:768px) {
  .clear3 {
    display: none
  }
}

@media screen and (max-width:767px) {
  .nav {
    right: 2.5%;
  }
}

/*  main1  */
.main1 {
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  padding: 355px 0;
}

.main1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.m1n {
  margin: auto;
  width: calc(100% - 160px);
  /* max-width: 920px; */
  max-width: 1010px;
  text-align: center;
}

.m1a {
  display: block;
  text-align: center;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 60px;
  color: #ffffff;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m1p {
  margin-top: 30px; color: #fff;
}

.m1p p {
  color: #fff;
}

.m1p a {
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
}

.m1mor {
  display: block;
  margin: auto;
  width: 240px;
  height: 52px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 55px;
  text-align: center;
  color: #ffffff;
  background: #ff2424;
  border: 1px solid #ff2424;
  border-radius: 8px;
}

.m1mor:hover {
  background: #fff;
  color: #ff2424;
}

.m1n a:hover {
  color: #ff2424;
}

@media screen and (max-width:1559px) {
  .m1a {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 60px;
  }
}

@media screen and (max-width:1359px) {
  .main1 {
    padding: 270px 0;
  }

  .m1a {
    font-size: 36px;
    font-size: 3.6rem;
    font-size: 56px;
    line-height: 64px;
  }

  .m1p {
    margin-top: 20px;
  }

  .m1mor {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .m1n {
    width: 95%;
  }
}

@media screen and (max-width:767px) {
  .main1 {
    padding: 52px 0;
  }

  .m1a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
  }

  .m1mor {
    width: 140px;
    height: 34px;
    line-height: 32px;
  }
  .m1p{
      display:none;
  }
}

/*  main2  */
.main2 {
  padding-top: 76px;
  padding-bottom: 109px;
  background: #f5f6f7;
}

.m2biao {
  display: block;
  text-align: center;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 60px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m2biao strong {
  color: #152694;
  font-weight: normal;
}

.m2pz {
  text-align: center;
  margin-top: 20px;
}

.m2n {
  padding-top: 60px;
}

.m2lie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
}

.m2lie2 {
  flex-direction: row-reverse;
}

.m2tu {
  width: 47.5%;
  display: block;
  overflow: hidden;
}

.m2zi {
  width: 43%;
}

.m2a {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.m2p {
  line-height: 32px;
  margin-top: 52px;
}

.m2mor {
  display: block;
  width: 221px;
  height: 46px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 80px;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #333333;
}

.m2mor:hover {
  border-color: #ff2424;
  color: #ff2424;
}

@media screen and (max-width:1559px) {
  .m2biao {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
  }

  .m2a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .m2p {
    margin-top: 20px;
  }

  .m2mor {
    width: 160px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .shejiao {
    width: 100%;
    max-width: 350px;
    margin-top: 54px;
  }
}

@media screen and (max-width:1359px) {
  .main2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .m2n {
    padding-top: 30px;
  }

  .m2tu {
    width: 50%;
  }

  .m2zi {
    width: 47%;
  }
  .shejiao {
    width: 100%;
    max-width: 280px;
    margin-top: 54px;
  }
}
@media screen and (max-width:1600px) {
    .shejiao{
        padding-right:8%;
    }
}
@media screen and (max-width:1200px) {
    .shejiao{
        padding-right:12%;
    }
}
@media screen and (max-width:999px) {
  .m2biao {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }

  .m2pz {
    margin-top: 10px;
  }

  .m2n {
    padding-top: 10px;
  }

  .m2lie {
    margin-top: 15px;
  }

  .m2a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .m2p {
    margin-top: 10px;
  }

  .m2mor {
    width: 130px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 38px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m2biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }

  .m2a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .m2mor {
    width: 110px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 32px;
    line-height: 30px;
    display: none;
  }
}

@media screen and (max-width:499px) {
  .m2lie {
    margin-top: 20px;
  }

  .m2tu {
    width: 100%;
  }

  .m2zi {
    width: 100%;
    margin-top: 10px;
  }
}

/*  main3  */
.main3 {
  background: #f5f6f7;
  padding-top: 94px;
  padding-bottom: 115px;
}

.m3t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m3biao {
  width: 460px;
}

.m3ta {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 44px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m3tp {
  width: calc(100% - 577px);
  line-height: 32px;
}

.m3biao .m2biao {
  text-align: left;
}

.m3b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 36px;
}

.m3lie {
  width: calc(33.333% - 19px);
  margin-left: 28px;
  padding: 40px 35px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  z-index: 1
}

.m3lie:nth-child(3n-2) {
  margin-left: 0px;
}

.m3lie:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 35px;
  bottom: 35px;
  background: #d9d9d9;
  left: -14px;
}

.m3lie:nth-child(3n-2):before {
  display: none;
}

.m3lie:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom: 2px solid #152694;
  background-image: linear-gradient(0deg, #eaebf5 1%, #fff 50%);
  transition: 0.5s;
  opacity: 0;
  z-index: -1
}

.m3lie:hover:after {
  opacity: 1
}

.m3tu {
  display: block;
  width: 76px;
  height: 76px;
  position: relative;
}

.m3tu img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.m3a {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin-top: 36px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m3p {
  margin-top: 20px;
  line-height: 32px;
}

.m3lie:hover a {
  color: #152694;
}

@media screen and (max-width:1559px) {
  .m3lie {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width:1359px) {
  .main3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m3biao {
    width: 400px;
  }

  .m3ta {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
  }

  .m3tp {
    width: calc(100% - 440px);
  }

  .m3b {
    padding-top: 10px;
  }

  .m3tu {
    width: 50px;
    height: 50px;
  }

  .m3a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 20px;
  }

  .m3p {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .m3biao {
    width: 100%;
  }

  .m3ta {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 34px;
  }

  .m3tp {
    width: 100%;
    margin-top: 20px;
  }

  .m3lie {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .m3lie:before {
    display: none;
  }

  .m3lie:after {
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
  .main3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

/*  main4  */
.main4 {
  background: #242b59 url("../images/m4bei.jpg") no-repeat right center;
  padding: 92px 0;
}

.main4 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m4n {
  width: calc(100% - 540px);
}

.m4biao {
  color: #fff;
  text-align: left;
}

.m4p {
  line-height: 34px;
  margin-top: 41px;
}

.m4p a {
  color: #e7e7e7;
  display: block;
}

.m4mor {
  width: 250px;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  font-size: 2rem;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
  text-align: center;
  background: #ff2424;
  border-radius: 8px;
  color: #fff;
}

.m4n a:hover {
  color: #ff2424;
}

.m4mor:hover {
  background: #fff;
}

@media screen and (max-width:1359px) {
  .m4n {
    width: calc(100% - 240px);
  }

  .m4mor {
    width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m4p {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .main4 {
    padding: 50px 0;
  }

  .m4n {
    width: 100%;
    text-align: center;
  }

  .m4mor {
    margin: auto;
    margin-top: 20px;
  }

  .m4biao {
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .m4mor {
    height: 42px;
    line-height: 42px;
  }
}

/*  main5  */
.main5 {
  padding-top: 75px;
}

.m5mor {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 15px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #ff2424;
}

.m5n {
  padding-top: 15px;
}

.m5lie {}

.m5wen {
  position: relative;
  padding: 25px 0;
  padding-right: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m5wen:before {
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  background: #e5e5e5;
  left: -40px;
  bottom: 0px;
}

.m5wen i {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m5wen i:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background: #333333;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}

.m5wen i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background: #333333;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.m5wen strong {
  font-weight: normal;
  color: #152694;
}

.m5da {
  display: none;
  position: relative;
  padding-top: 25px;
  padding-bottom: 49px;
}

.m5da:before {
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  background: #e5e5e5;
  left: -40px;
  bottom: 0px;
}

.m5dan {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m5tu {
  width: 595px;
  display: block;
  overflow: hidden;
}

.m5zi {
  width: calc(100% - 640px);
  padding-right: 70px;
  line-height: 32px;
}

.m5zi a {
  color: #333
}

.m5zi strong {
  font-weight: normal;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m5lieh .m5wen {
  color: #152694 !important;
}

.m5lieh .m5wen i:after {
  transform: rotate(0);
}

.m5lieh .m5da {
  display: block;
}

@media screen and (max-width:1359px) {
  .m5da {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .m5dan {
    display: block;
  }

  .m5dan:after {
    content: "";
    clear: both;
    display: block;
  }

  .m5tu {
    width: 300px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .m5zi {
    width: auto;
    display: inline;
    padding-right: 0px;
    line-height: 32px;
  }

  .m5wen {
    padding: 15px 0;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m5wen:before,
  .m5da:before {
    width: calc(100% + 20px);
    left: -10px;
  }
}

@media screen and (max-width:999px) {
  .main5 {
    padding-top: 50px;
  }
}

@media screen and (max-width:767px) {
  .main5 {
    padding-top: 30px;
  }

  .m5mor {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m5wen {
    padding: 15px 0;
    padding-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m5da {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m5tu {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

/*  main6  */
.main6 {
  padding-top: 88px;
}

.m6n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 52px;
}

.m6lie {
  width: 15.6%;
  position: relative;
  transition: 0.5s;
}

.m6lie:first-child {
  margin-left: 0px;
}

.m6lieh {
  width: 37.6%;
}

.m6tu {
  display: block;
  overflow: hidden;
  height: 660px;
  background: #000;
}

.m6tu img {
  max-width: none;
  height: 100%;
  transform: scale(1) !important;
  opacity: 0.6;
  transition: 0.5s;
}

.m6zi {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding: 42px 10px;
  color: #ffffff;
  line-height: 30px;
  transform: translateX(-50%);
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m6lieh .m6zi {
  font-size: 18px;
  font-size: 1.8rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
}

.m6lieh .m6tu img {
  opacity: 1
}

@media screen and (max-width:1359px) {
  .m6tu {
    height: 470px;
  }

  .m6zi {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .m6lieh .m6zi {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:999px) {
  .main6 {
    padding-top: 40px;
  }

  .m6n {
    justify-content: flex-start;
  }

  .m6lie {
    width: 33%;
    margin-left: 0.5%;
    margin-top: 3px;
  }

  .m6lie:nth-child(3n-2) {
    margin-left: 0px;
  }

  .m6zi {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 22px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 10px 5px 10px;
  }

  .m6tu {
    height: auto;
  }

  .m6tu img {
    width: 100%;
    opacity: 1
  }
}

@media screen and (max-width:767px) {
  .main6 {
    padding-top: 30px;
  }

  .m6zi {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 18px;
  }

  .m6n {
    margin-top: 18px;
  }

  .m6lie {
    width: 49.5%;
    margin-left: 1%;
    margin-top: 3px;
  }

  .m6lie:nth-child(3n-2) {
    margin-left: 1%;
  }

  .m6lie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

/*  main7  */
.main7 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 83px;
}

.m7l {}

.m7r {
  width: calc(100% - 540px);
  position: relative;
}

.m7r:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%);
  z-index: 10
}

.m7biao {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m7biao strong {
  font-weight: normal;
  color: #152694;
}

.m7mor {
  display: block;
  width: 220px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 42px;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
  text-align: center;
  background: #ff2424;
  border: 1px solid #ff2424;
  border-radius: 8px;
}

.m7mor:hover {
  background: #fff;
  color: #ff2424
}

#Marquee_x,
#Marquee_x2 {
  overflow: hidden;
  width: calc(100% + 160px);
  margin: auto;
}

#Marquee_x2 {
  margin-top: 7px;
}

#Marquee_x ul li,
#Marquee_x ul li div,
#Marquee_x2 ul li,
#Marquee_x2 ul li div {
  float: left;
  line-height: 25px;
  overflow: hidden;
}

#Marquee_x ul li div,
#Marquee_x2 ul li div {
  float: left;
  overflow: hidden;
  margin-right: 20px !important;
}

#Marquee_x ul li,
#Marquee_x2 ul li {}

#Marquee_x ul li div a,
#Marquee_x2 ul li div a {
  display: block;
  width: 240px;
  height: 0px;
  padding-bottom: 38%;
  position: relative;
}

#Marquee_x ul li div a img,
#Marquee_x2 ul li div a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  /*-webkit-filter: grayscale(100%);*/
  /*-moz-filter: grayscale(100%);*/
  /*-ms-filter: grayscale(100%);*/
  /*-o-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  /*filter: gray;*/
  transition: 0.5s;
}

#Marquee_x ul li div a img:hover,
#Marquee_x2 ul li div a img:hover {
  /*-webkit-filter: grayscale(0%);*/
  /*-moz-filter: grayscale(0%);*/
  /*-ms-filter: grayscale(0%);*/
  /*-o-filter: grayscale(0%);*/
  /*filter: grayscale(100%);*/
  /*filter: none;*/
}

@media screen and (max-width:1359px) {
  .main7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .m7r {
    width: calc(100% - 440px);
  }

  .m7biao {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 50px;
  }

  .m7mor {
    width: 160px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }

  #Marquee_x ul li div,
  #Marquee_x2 ul li div {
    width: 180px;
    margin-right: 10px !important;
  }

  #Marquee_x ul li div a,
  #Marquee_x2 ul li div a {
    width: 100%;
  }
}

@media screen and (max-width:999px) {
  .main7 {
    padding-top: 34px;
    padding-bottom: 70px;
    display: block;
  }

  .m7r {
    width: 100%;
    margin-top: 20px;
  }

  .m7biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    text-align: center;
  }

  .m7mor {
    width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: auto;
    margin-top: 10px;
  }

  #Marquee_x ul li div,
  #Marquee_x2 ul li div {
    width: 150px;
  }

  #Marquee_x ul li div a img,
  #Marquee_x2 ul li div a img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(100%);
    filter: none;
  }
}

@media screen and (max-width:767px) {
  .main7 {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .m7mor {
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #Marquee_x ul li div,
  #Marquee_x2 ul li div {
    width: 100px;
  }
}

/*  main8  */
.main8 {
  background: #f5f6f7;
  padding-top: 95px;
  padding-bottom: 60px;
}

.m8t {
  padding-right: 150px;
}

.m8t .m2biao {
  text-align: left;
}

.m8pz {
  margin-top: 5px;
}

.img-scroll {
  position: relative;
  margin-top: 26px;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 20px;
  top: -115px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #000000;
  transition: 0.5s;
  z-index: 999
}

.img-scroll .prev {
  right: 64px;
  cursor: pointer;
}

.img-scroll .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
  color: #fff;
  background: #ff2424;
  border-color: #ff2424;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
}

.img-list li {
  float: left;
  width: 1%;
  position: relative;
}

.m8lie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee0e0;
  padding: 39px 0;
}

.m8lie:last-child {
  border: none;
}

.m8tu {
  display: block;
  width: 417px;
  overflow: hidden;
}

.m8zi {
  width: calc(100% - 479px);
}

.m8riqi {
  display: block;
}

.m8a {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin-top: 7px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m8p a {
  display: block;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m8mor {
  display: block;
  color: #333;
  margin-top: 24px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m8zi a:hover {
  color: #ff2424;
}

@media screen and (max-width:1359px) {
  .main8 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .m8lie {
    padding: 20px 0;
  }

  .m8a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 7px;
  }
}

@media screen and (max-width:999px) {
  .m8tu {
    width: 300px;
  }

  .m8zi {
    width: calc(100% - 330px);
  }

  .m8p a {
    margin-top: 10px;
  }

  .m8mor {
    margin-top: 10px;
  }

  .img-scroll .prev,
  .img-scroll .next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    top: -80px;
  }

  .img-scroll .prev {
    right: 50px;
  }
}

@media screen and (max-width:767px) {
  .main8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m8t {
    padding-right: 90px;
  }

  .img-list li {
    font-size: 0px;
  }

  .m8lie {
    display: block;
    width: 49%;
    display: inline-block;
    margin: auto;
    margin-left: 2%;
    padding: 0px;
    border: none;
  }

  .m8lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .m8tu {
    width: 100%;
  }

  .m8zi {
    width: 100%;
    padding-top: 10px;
  }

  .m8a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 3px;
  }

  .m8mor {
    display: none;
  }

  .img-scroll .prev,
  .img-scroll .next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    top: -80px;
  }

  .img-scroll .prev {
    right: 40px;
  }
}

/*  main9  */
.main9 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 87px;
  padding-bottom: 74px;
}

.m9l {
  width: 550px;
}

.m9r {
  width: calc(100% - 660px);
}

.main9 .m2biao {
  text-align: left;
}

.m9pz {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  margin-top: 11px;
  color: #152694;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
}

.m9a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin-top: 89px;
  color: #152694;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
}

.m9p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  margin-top: 27px;
}

.m9p a:hover {
  color: #ff2424;
}

.m9xin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m9xin .int1 {
  width: 49%;
  margin-top: 8px;
}

.m9xin .int2 {
  width: 100%;
  margin-top: 8px;
}

.m9xin .int3 {
  width: 49%;
  margin-top: 8px;
  position: relative;
}

.m9xin .int4 {
  width: 49%;
  margin-top: 8px;
}

.m9xin input {
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 10px;
  padding-left: 26px;
  color: #666666;
  background: #ffffff;
  border: solid 1px #e6e6e6;
}

.m9xin select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 10px;
  padding-left: 26px;
  color: #666666;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  cursor: pointer;
}

.m9xin textarea {
  width: 100%;
  height: 140px;
  line-height: 28px;
  padding: 15px 10px;
  padding-left: 26px;
  color: #666666;
  background: #ffffff;
  border: solid 1px #e6e6e6;
}

.m9xin .xing input,
.m9xin .xing select,
.m9xin .xing textarea {
  background: #fff url("../images/xing.png") no-repeat 10px 20px;
}

.m9xin .int3 input {
  padding-right: 110px;
}

.m9xin .verify_img {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.m9xin .int4 input {
  border-color: #ff2424;
  background: #ff2424;
  padding: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  cursor: pointer;
  transition: 0.5s;
}

.m9xin .int4 input:hover {
  background: #fff;
  color: #ff2424;
}

@media screen and (max-width:1559px) {
  .m9l {
    width: 350px;
  }

  .m9r {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width:1359px) {
  .main9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m9l {
    width: 300px;
  }

  .m9r {
    width: calc(100% - 330px);
  }

  .m9pz {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 5px;
  }

  .m9a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 89px;
  }

  .m9p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    margin-top: 27px;
  }

  .m9xin input,
  .m9xin select,
  .m9xin textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .m9l {
    width: 100%;
  }

  .m9r {
    width: 100%;
    margin-top: 20px;
  }

  .m9pz {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 5px;
  }

  .m9a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 10px;
  }

  .m9p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .main9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m9pz {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 5px;
  }

  .m9a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 5px;
  }

  .m9p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 23px;
    margin-top: 5px;
  }

  .m9xin input,
  .m9xin select {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
  }

  .m9xin textarea {
    line-height: 30px;
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
  }

  .m9xin .xing input,
  .m9xin .xing select {
    background: #fff url("../images/xing.png") no-repeat 5px 15px;
    background-size: 5px;
  }

  .m9xin .int4 input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:479px) {

  .m9xin .int1,
  .m9xin .int3,
  .m9xin .int4 {
    width: 100%;
  }
}

/*  foot  */
.foot {
  background: #242b59;
  padding-top: 76px;
  padding-bottom: 91px;
}

.foot .zong {
  display: flex;
  flex-flow: wrap;
  /*justify-content: space-between;*/
  flex-direction: row-reverse;
}

.folie {
  display: inline-block;
  vertical-align: middle;
  margin-top: 45px;
}

.fo1 {
  width: 17%;
  margin-left: 3%;
}

.fo2 {
  width: 22%;
  margin-left: 4%;
}

.fo3 {
  width: 17%;
  margin-left: 8%;
}

.fo4 {
  width: 29%;
  margin-top: 0px;
}

.foa {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #fff;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.fobiao {
  color: #fff;
  text-align: left;
  line-height: 52px;
}

.foul {
  line-height: 38px;
  margin-top: 35px;
}

.foul li,
.foul li a {
  color: #fff;
}

.foul li a {
  display: inline;
}

.shejiao {
  width: 100%;
  max-width: 397px;
  margin-top: 54px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.shejiao a {
  color: #ff3333;
}

.shejiao a i {
  font-size: 30px;
  line-height: 44px;
}

.fop {
  line-height: 32px;
  color: #fff;
  margin-top: 30px;
}

.fop a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.foot a:hover {
  color: #ff3333;
}

.shejiao a:hover {
  color: #fff;
}

@media screen and (max-width:1359px) {
  .fobiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }

  .shejiao a i {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (max-width:999px) {
  .foot {
    padding: 30px 0;
    padding-bottom: 50px;
  }

  .folie {
    width: 100%;
    margin: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .foa {
    padding: 10px 0px !important;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 15px !important;
  }

  .foa:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    border: 4px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-width: 7px;
    transition: 0.5s;
  }

  .foah:before {
    transform: translateY(-50%) rotate(90deg)
  }

  .foul {
    padding-bottom: 10px;
    margin-top: 0px;
    display: none;
  }

  .fo4 {
    width: 100%;
    padding-top: 15px;
    border: none;
  }

  .fobiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
  }

  .shejiao {
    max-width: 260px;
    margin: auto;
    margin-top: 15px;
    padding-right:0;
  }

  .shejiao a i {
    font-size: 20px;
    line-height: 30px;
  }

  .fop {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}


.lianxi {
  position: fixed;
  width: 52px;
  right: 0px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 99999
}

.lianxi div a {
  display: block;
  margin-top: 1px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #fff;
  background: #d6d6d6;
  margin-top: 1px;
  border-radius: 5px;
  cursor: pointer;
}
.lianxi .mobile{
    display:none;
}

.weixin {
  position: relative;
  cursor: pointer;
}

.weixin .spimg {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  display: none;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
  width: 200px;
}

.weixin:hover .spimg {
  display: block;
}

.weixin img {
  position: absolute;
  width: 149px;
  height: 150px;
  max-width: none;
  top: 0px;
  left: -149px;
  display: none;
}

.weixin:hover img {
  display: block;
}

.weixin2,
.tankuang {
  display: none
}

.lianxi div a:hover {
  background: #152694;
  color: #fff;
  text-decoration: none;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .top {
    width: 25%;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none;
    background: #222;
    color: #fff !important;
  }

  .lianxi {
    width: 100%;
    right: auto;
    top: auto;
    margin: auto;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #fff;
    transform: translateY(0);
  }

  .lianxi div {
    width: 25%;
    float: left;
    margin-top: 0px;
  }
  .lianxi .mobile{
    display:block;
    }
.lianxi .pc{
    display:none;
}
  .lianxi div a {
    margin: auto;
    width: 100%;
    background: #222;
    color: #fff !important;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }

  .tankuang {
    position: absolute;
    width: auto !important;
    min-width: 100%;
    bottom: 50px;
    left: 0px !important;
    text-align: center;
  }

  .tankuang .spimg {
    display: block;
    position: relative;
    left: auto;
    top: auto !important;
    transform: translate(0);
    right: auto;
    text-align: center;
    margin: auto;
  }

  .weixin img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
}

/****************************  about1  ***************************/
.fenbanner {
  padding-top: 118px;
  padding-bottom: 103px;
}

.fenbanner .m1n {
  max-width: none;
}

.fenbanner .m1p {
  max-width: 920px;
  margin: auto;
  margin-top: 11px;
}

.fenbanner .m1mor {
  margin-top: 16px;
}

.mianbao {
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  margin-top: 14px;
}

.mianbao a {
  display: inline-block;
}

.comian {
  color: #152694 !important;
}

@media screen and (max-width:999px) {
  .fenbanner {
    padding: 50px 0;
  }

  .mianbao {
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .fenbanner {
    padding: 40px 0;
  }

  .mianbao {
    display: none;
  }
}

.ab1main1 {
  padding-top: 94px;
  padding-bottom: 98px;
}

.ab1main1:after {
  content: "";
  clear: both;
  display: block;
}

.ab11tu {
  width: 48.75%;
  float: left;
  margin-right: 85px;
}

.ab11zi {}

.ab11zi .m2biao {
  text-align: left;
}

.ab11p {
  margin-top: 30px;
  line-height: 32px;
}

.ab1main2 {
  background: #f2f4f7;
  padding: 85px 0;
}

.ab1main2 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab12l {
  width: calc(100% - 480px);
}

.ab12mor {
  display: block;
}

.ab12mor:hover {
  background: #152694;
  color: #fff;
}

.ab12a {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 46px;
  max-width: 890px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab12a strong {
  color: #152694;
  font-weight: normal;
}

.ab12p {
  margin-top: 54px;
  line-height: 34px;
}

.ab12p strong {
  font-weight: normal;
  color: #ff2424;
  font-size: 20px !important;
  font-size: 2rem !important;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
}

@media screen and (max-width:1559px) {
  .ab11tu {
    width: 48.75%;
    margin-right: 30px;
    margin-bottom: 15px;
  }

  .ab12a {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
  }

  .ab12l {
    width: calc(100% - 350px);
  }

  .ab12p {
    margin-top: 20px;
  }
}

@media screen and (max-width:1359px) {
  .ab1main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab12l {
    width: calc(100% - 250px);
  }

  .ab12p strong {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width:999px) {
  .ab1main2 {
    padding: 50px 0;
  }

  .ab1main2 .zong {
    display: block;
  }

  .ab12l {
    width: 100%;
    text-align: center;
  }

  .ab12a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
  }

  .ab12p strong {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width:767px) {
  .ab1main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab11p {
    margin-top: 20px;
  }

  .ab1main2 {
    padding: 30px 0;
  }

  .ab12a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .ab12p strong {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width:559px) {
  .ab11tu {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    float: none;
  }
}

/*  main3  */
.ab1main3 {
  background: url("../images/ab13bei.jpg") no-repeat bottom center;
  padding-top: 93px;
  padding-bottom: 109px;
}

.img-scroll2 {
  position: relative;
  margin-top: 100px;
}

.img-scroll2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #152694;
  left: 0px;
  top: 50%;
  opacity: 0.2;
}

.img-scroll2 .prev,
.img-scroll2 .next {
  position: absolute;
  display: block;
  height: 40px;
  line-height: 38px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #152694;
  z-index: 999
}

.img-scroll2 .prev {
  left: -40px;
  cursor: pointer;
  display: flex;
}

.img-scroll2 .next {
  right: -40px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
  color: #152694;
}

.img-list2 {
  position: relative;
  overflow: hidden;
}

.img-list2 ul {
  width: 10000%;
}

.img-list2 li {
  float: left;
  width: 0.179%;
  margin-right: 0.0262%;
  position: relative;
}

.img-list2 li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 34px;
  background: #152694;
}

.ab13tu {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
}

.ab13tu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width:100%;
}

.ab13tu img {
  width: auto;
  max-width: none;
  height: 100%;
  width:100%;
}

.ab13zi {
  height: 184px;
  line-height: 184px;
  overflow: auto;
}

.ab13zin {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.ab13a {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  transition: 0.5s;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab13p {
  margin-top: 14px;
}

.ab13li1 .ab13tu {
  margin-top: 108px;
}

.ab13li2 .ab13zi {
  margin-top: 108px;
}

.img-list2 li:hover .ab13a {
  color: #ff2424;
}

.img-list2 li:hover .ab13tu img {
  transform: scale(1.1);
}

@media screen and (max-width:1359px) {
  .ab1main3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab13a {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 35px;
  }

  .img-scroll2 {
    margin-top: 50px;
  }

  .img-list2 li {
    width: 0.24%;
    margin-right: 0.01333%;
    position: relative;
  }
}

@media screen and (max-width:999px) {
  .img-list2 li {
    width: 0.32%;
    margin-right: 0.015%;
    position: relative;
  }

  .ab13a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .ab13p {
    margin-top: 5px;
  }

  .ab13li1 .ab13tu {
    margin-top: 40px;
  }

  .ab13li2 .ab13zi {
    margin-top: 40px;
  }

  .img-scroll2 {
    margin-top: 30px;
  }

  .img-list2 li:before {
    height: 16px;
  }
}

@media screen and (max-width:767px) {
  .ab1main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-scroll2 .prev {
    left: 0px;
    cursor: pointer;
  }

  .img-scroll2 .next {
    right: 0px;
    cursor: pointer;
  }

  .img-list2 li {
    width: 0.49%;
    margin-right: 0.02%;
    position: relative;
  }
}

/*  main4  */
.ab1main4 {
  background: url("../images/ab14bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 98px 0;
}

.ab1main4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab14bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab1main4 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ab14lie {
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}

.ab14lie:first-child {
  margin-left: 0px;
}

.ab14lie:last-child {
  margin-right: 0px;
}

.ab14a {
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  color: #fff;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  transition: 0.5s;
}

.ab14a span {
  color: #fff;
  transition: 0.5s;
}

.ab14p {
  color: #fff;
  margin-top: 15px;
  transition: 0.5s;
}

.ab14lie:hover p,
.ab14lie:hover span {
  color: #ff2424;
}

@media screen and (max-width:1559px) {
  .ab14a {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }
}

@media screen and (max-width:1359px) {
  .ab14a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab14p {
    margin-top: 5px;
  }
}

@media screen and (max-width:999px) {
  .ab1main4 {
    padding: 50px 0;
  }

  .ab14lie {
    width: 20%;
    margin: auto;
    padding: 10px 5px;
  }
}

@media screen and (max-width:767px) {
  .ab1main4 {
    padding: 30px 0;
  }

  .ab1main4 .zong {
    display: block;
    font-size: 0px;
  }

  .ab14lie {
    width: 33.333%;
    margin: auto;
  }

  .ab14a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:399px) {
  .ab14lie {
    width: 50%;
  }
}

/*  main5  */
.ab1main5 {
  padding: 90px 0;
}

.ab15pz {
  max-width: 1260px;
  margin: auto;
  text-align: center;
  margin-top: 23px;
}

.ab1main5 .m5tu {
  width: 360px;
}

.ab1main5 .m5zi {
  width: calc(100% - 429px);
}

.ab1main5 .m5zi p {
  color: #333
}

@media screen and (max-width:1359px) {
  .ab1main5 {
    padding: 50px 0;
  }

  .ab1main5 .m5tu {
    width: 300px;
  }

  .m5zi {
    width: auto;
  }
}

@media screen and (max-width:767px) {
  .ab1main5 {
    padding: 30px 0;
  }

  .ab1main5 .m5tu {
    width: 150px;
  }
}

.ab1main6 {
  background-image: linear-gradient(0deg, #fff 1%, #f5f6f9 100%);
  padding-top: 85px;
  padding-bottom: 100px;
}

.ab16tu {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  margin-top: 50px;
}

.ab16tu iframe,
.ab16tu video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ab16tu iframe body {
  margin: 0px !important;
}

.ab18p {
  color: #ff2424;
}

@media screen and (max-width:999px) {
  .ab1main6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab16tu {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .ab1main6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab16tu {
    margin-top: 20px;
  }
}

/****************************  about2  ***************************/
.ab2main1 {
  background: url("../images/ab21bei.jpg") no-repeat center;
  padding-top: 95px;
}

.ab21n {
  margin-top: 50px;
}

.ab2main2 {
  padding-top: 50px;
  padding-bottom: 90px;
}

.ab2main2 .row {
  margin: 0 -17px;
  margin-top: 40px;
}

.ab2main2 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.ab2main2 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.ab2main2 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ab2main2 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.ab2main2 .owl-carousel .owl-item {
  float: left;
  padding: 0 17px;
}

.ab2main2 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.ab2main2 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ab2main2 .owl-theme .owl-controls {
  text-align: center;
  margin-top: 23px;
}

.ab2main2 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.ab2main2 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/ab22dian.jpg") no-repeat center;
  background-size: cover !important;
  margin: 0 13px;
  font-size: 0px;
}

.ab2main2 .owl-theme .owl-controls .owl-page.active span,
.ab2main2 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: url("../images/ab22dianh.jpg") no-repeat center;
}

.ab2main2 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.ab2main2 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.ab2main2 .owl-theme .owl-prev {
  left: 0px;
}

.ab2main2 .owl-theme .owl-next {
  right: 0px;
}

.ab2main2 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.ab22lie {
  background: #f2f4f7;
  padding: 40px 50px;
  padding-top: 75px;
  margin-top: 29px;
}

.ab22p {
  position: relative;
  line-height: 34px;
}

.ab22p:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 31px;
  left: -19px;
  top: -45px;
  background: url("../images/abyin.png") no-repeat center;
  background-size: cover !important;
}

.ab22mor {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: right;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab22mor strong {
  font-weight: normal;
  color: #152694;
}

.ab22lie p {
  transition: 0.5s;
}

.ab22lie:hover p,
.ab22lie:hover span {
  color: #152694 !important;
}

@media screen and (max-width:1359px) {
  .ab2main1 {
    padding-top: 50px;
  }

  .ab21n {
    margin-top: 30px;
  }

  .ab2main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab2main2 .row {
    margin: 0 -5px;
    margin-top: 20px;
  }

  .ab2main2 .owl-carousel .owl-item {
    padding: 0 5px;
  }

  .ab22lie {
    padding: 20px;
    padding-top: 45px;
    margin-top: 10px;
  }

  .ab22p:before {
    width: 30px;
    height: 25px;
    left: -10px;
    top: -30px;
  }

  .ab22mor {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

@media screen and (max-width:999px) {
  .ab2main2 .owl-theme .owl-controls {
    margin-top: 10px;
  }

  .ab2main2 .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    font-size: 0px;
  }
}

@media screen and (max-width:767px) {
  .ab2main1 {
    padding-top: 30px;
  }

  .ab21n {
    margin-top: 20px;
    margin-left: 20px !important;
  }

  .ab2main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/****************************  about3  ***************************/
.ab3main1 {
  padding-top: 93px;
  padding-bottom: 100px;
}

.ab31n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
}

.ab31lie {
  width: 49%;
}

.falie {
  width: 100%;
  position: relative;
  margin-top: 20px;
  background: #f7f9fc;
  transition: 0.5s;
}

.faa {
  position: relative;
  padding: 10px 30px;
  padding-right: 70px;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  cursor: pointer;
  transition: 0.5s;
}

.faa span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.faa:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 4px;
  background: #444444;
  right: 30px;
  top: 50%;
  margin-top: -1px;
}

.faa:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 4px;
  background: #444444;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.fap {
  background: #f7f9fc;
  border-top: solid 2px #fff;
  padding: 26px 30px;
  line-height: 34px;
  /*position: absolute; width: 100%; left: 0px; top: 100%;*/
  z-index: 999;
  display: none;
}

.falieh {}

.falieh .faa {}

.falieh .faa:after {
  transform: rotate(0deg)
}

.falieh .fap {
  display: block;
}

.ab3main2 {
  background: #f2f4f7;
}

@media screen and (max-width:1359px) {
  .ab3main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab31n {
    padding-top: 30px;
  }

  .falie {
    margin-top: 10px;
  }

  .faa {
    padding: 10px;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 52px;
  }

  .faa span {
    line-height: 26px;
  }

  .faa:before {
    width: 12px;
    height: 2px;
    right: 10px;
  }

  .faa:after {
    width: 12px;
    height: 2px;
    right: 10px;
  }

  .fap {
    padding: 15px 10px;
  }
}

@media screen and (max-width:999px) {
  .pr22main7 {
    padding-top: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
  }

  .ab31n {
    padding-top: 17px;
  }

  .faa {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {
  .ab3main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab31lie {
    width: 100%;
  }

  .falie {
    width: 100%;
  }

  .fap {
    position: relative;
    left: auto;
    top: auto;
  }
}

/****************************  about4  ***************************/
.ab4main1 {
  padding-top: 95px;
  padding-bottom: 85px;
}

.ab41n {
  padding-top: 43px;
  font-size: 0px;
}

.fenye {
  padding-top: 24px;
  text-align: center;
}

.fenyen {
  display: inline-block;
  vertical-align: middle;
  *float: left;
  font-size: 0px;
}

.fenyen a {
  display: inline-block;
  *float: left;
  padding: 0 13px;
  background: #fff;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: solid 1px #e5e5e5;
  margin: 5px;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

.fenyen a:hover {
  color: #fff;
  background: #152694;
  border-color: #152694;
}

.fenyen span {
  display: inline-block;
  *float: left;
  padding: 0 12px;
  background: #fff;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 4.5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px;
}

.fenyen .sx {}

.dangqianfen {
  color: #fff !important;
  background: #152694 !important;
  border-color: #152694 !important;
}

.ab4main2 {
  background: #f5f6f7;
  padding-top: 90px;
  padding-bottom: 110px;
}

.ab42n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ab42lie {
  width: 47.5%;
  margin-top: 55px;
}

.ab42tu {
  display: block;
  overflow: hidden;
}

.ab42zi {
  padding-top: 57px;
}

.ab42a {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.ab42p {
  margin-top: 13px;
}

.ab42p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ab42mor {
  display: block;
  width: 221px;
  height: 46px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 31px;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #333333;
}

.ab42lie:hover a {
  color: #152694;
}

.ab42lie:hover .ab42mor {
  color: #ff2424;
  border-color: #ff2424;
}

@media screen and (max-width:1559px) {
  .ab42zi {
    padding-top: 20px;
  }

  .ab42a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}

@media screen and (max-width:1359px) {
  .ab4main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab4main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab42lie {
    width: 49%;
    margin-top: 30px;
  }

  .ab42a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .ab42mor {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .ab41n {
    padding-top: 2px;
  }

  .ab41n .m8lie {
    margin-top: 20px;
  }

  .ab4main1,
  .ab4main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab42lie {
    margin-top: 20px;
  }

  .ab42zi {
    padding-top: 10px;
  }

  .ab42a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .ab42p {
    margin-top: 5px;
  }

  .ab42mor {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/****************************  about5  ***************************/
.ab5main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 90px;
  padding-bottom: 50px;
}

.ab5l {
  width: 284px;
}

.ab5r {
  width: calc(100% - 355px);
}

.ab5lie {
  margin-bottom: 43px;
}

.ab5biao {
  display: block;
  line-height: 33px;
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background: #152694;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab5n1 {
  border: solid 1px #e1e2e5;
  background: #f2f4f7;
}

.ab5n1 li {
  border-bottom: solid 1px #e1e2e5;
  padding: 10px 30px;
  line-height: 33px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
}

.ab5n1 li:last-child {
  border: none;
}

.ab5n1 li a {
  display: block;
}

/*
.ab5n1 li:hover { background: #152694;}
.ab5n1 li:hover a{ color: #fff;}
*/

.ab5n2 {
  background: #f2f4f7;
  padding: 10px 19px;
}

.ab5n2 li {
  border-bottom: solid 1px #e1e2e5;
  padding: 23px 11px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
}

.ab5n2 li:last-child {
  border: none;
}

.ab5n2 li a {
  display: block;
}

.ab5r h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab5t {
  margin-top: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}

.ab5riqi {
  display: inline-block;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
}

.share {
  display: inline-block;
  align-items: center;
  margin-left: 18px;
}

.share1 {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

.ab5xiang {
  line-height: 36px;
  padding-top: 40px;
}

.ab5xiang p,
.ab5xiang em,
.ab5xiang strong {
  color: #333;
}

.ab5xiang strong {
  font-size: 22px;
  font-size: 2.2rem;
}

.ab5xiang img {
  display: inline-block;
}

.ab5xiang a {
  display: inline-block;
  color: #152694;
}

.fanpian {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  margin-top: 41px;
}

.fanpian li {
  padding-left: 24px;
  position: relative;
  line-height: 26px;
  margin-top: 20px;
}

.fanpian li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 44px;
  background: #e0e0e0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s
}

.fanpian li span {
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 18px;
  font-size: 1.8rem;
}

.fanpian li p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
}

.fanpian li a {
  color: #666666;
}

.fanpian li:hover a {
  color: #152694;
}

.fanpian li:hover:before {
  background: #152694;
}

@media screen and (max-width:1359px) {
  .ab5main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab5t {
    padding-bottom: 10px;
  }

  .ab5l {
    width: 260px;
  }

  .ab5r {
    width: calc(100% - 290px);
  }

  .ab5lie {
    margin-bottom: 20px;
  }

  .ab5biao {
    line-height: 33px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab5n1 li {
    padding: 10px;
    line-height: 33px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab5n2 {
    padding: 10px;
  }

  .ab5n2 li {
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab5r h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .ab5riqi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .ab5xiang {
    padding-top: 20px;
  }

  .ab5xiang strong {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fanpian {
    padding-top: 15px;
    margin-top: 21px;
  }

  .fanpian li {
    margin-top: 10px;
  }

  .fanpian li span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .fanpian li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .ab5main1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .ab5l {
    width: 220px;
  }

  .ab5r {
    width: calc(100% - 240px);
  }

  .ab5xiang strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .ab5l {
    width: 100%;
    margin-top: 30px;
  }

  .ab5r {
    width: 100%;
  }

  .ab5riqi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .share {
    margin-left: 10px;
  }

  .share1 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .fanpian li {
    padding-left: 10px;
  }

  .fanpian li:before {
    width: 2px;
  }

  .fanpian li span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fanpian li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/****************************  service1  ***************************/
.se1main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 95px;
  padding-bottom: 83px;
}

.se11biao {
  width: 380px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.se11biao strong {
  font-weight: normal;
  color: #152694;
  display: block;
  margin-top: 15px;
}

.se11p {
  width: calc(100% - 515px);
  line-height: 32px;
}

@media screen and (max-width:1559px) {
  .se11biao {
    width: 310px;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
  }

  .se11p {
    width: calc(100% - 340px);
  }
}

@media screen and (max-width:1359px) {
  .se1main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .se11biao {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
  }
}

@media screen and (max-width:999px) {
  .se1main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .se11biao {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .se11biao strong {
    margin: auto;
  }

  .se11p {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .se11biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }
}

.se1main2 {
  background: #f2f4f7;
  padding: 105px 0;
}

.se1main2 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se12tu {
  width: 47.5%;
}

.se12zi {
  width: 52.5%;
  padding-left: 99px;
}

.se12a {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.se12a strong {
  font-weight: normal;
  color: #152694;
}

.se12p {
  line-height: 34px;
  margin-top: 57px;
}

.se1main3 {
  background: #242b59;
  text-align: center;
  padding: 80px 0;
}

.se1main3 p {
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 62px;
  text-align: center;
  color: #fff;
}

.se1main3 p strong {
  color: #f74444;
}

@media screen and (max-width:1359px) {

  .se1main2,
  .se1main3 {
    padding: 55px 0;
  }

  .se12zi {
    padding-left: 30px;
  }

  .se12a,
  .se1main3 p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }

  .se12p {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {

  .se1main2,
  .se1main3 {
    padding: 30px 0;
  }

  .se12a,
  .se1main3 p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .se12zi {
    padding-left: 20px;
  }

  .se12p {
    margin-top: 15px;
  }
}

@media screen and (max-width:767px) {
  .se12tu {
    width: 100%;
  }

  .se12zi {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }

  .se12a,
  .se1main3 p {
    font-size: 2px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.se1main4 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 73px;
}

.se1main4 p {
  /*width: 47%;*/
   width: 100%;
  /*margin-top: 50px;*/
}

.se1gou {
  line-height: 34px;
}

.se1gou>p {
  /*padding-left: 59px;*/
  /*background: url("../images/duigou.png") no-repeat left top;*/
}

@media screen and (max-width:1559px) {
  .se1gou>p {
    background-size: 25px;
  }
}

@media screen and (max-width:1359px) {
  .se1main4 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .se1gou>p {
    padding-left: 32px;
    background-size: 20px;
  }
}

@media screen and (max-width:999px) {
  .se1main4 p {
    width: 48%;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .se1main4 p {
    width: 100%;
    margin-top: 20px;
  }
}

.se1main5 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 85px;
}

.se15tu {
  width: 32.8%;
}

.se15tu img {
  width: 100%;
}

.se1main6 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.se16a {
  text-align: center;
}

.se16n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 62px;
}

.se16l {
  /*width: 70%;*/
  width: 47%;
}

.se16r {
  /*width: 27.5%;*/
  width: 47%;
}

.se16l p {
  /*margin-bottom: 94px;*/
    margin-bottom: 30px;
}

.se16ul {
  padding-left: 59px;
  padding-top: 30px;
}

.se16ul li {
  color: #666666;
  margin-top: 17px;
  position: relative;
  padding-right: 55px;
}

.se16ul li span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #666666;
  width: 50px;
}

@media screen and (max-width:1359px) {
  .se1main5 {
    padding-bottom: 25px;
  }

  .se1main6 {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .se16ul {
    padding-left: 30px;
    padding-top: 10px;
  }

  .se16ul li {
    margin-top: 15px;
  }

  .se16l p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:1600px) {
    .se16r {
     width: 40%;
    }
    .se16l {
        width: 56%;
    }
}
@media screen and (max-width:1334px) {
    .se16r {
        width: 40%;
    }
    .se16l {
        width: 56%;
    }
}
@media screen and (max-width:999px) {
  .se1main6 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .se16n {
    padding-top: 20px;
  }

  .se16l p {
    margin-bottom: 20px;
  }

  .se16l {
    width: 60%;
  }

  .se16r {
    width: 36%;
  }
}

@media screen and (max-width:767px) {
  .se16l {
    width: 100%;
  }

  .se16r {
    width: 100%;
  }
}

.se1main9 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 72px;
}

.se1main9>p,
.se19n {
  /*width: 47%;*/
    width: 100%;
  margin-top: 38px;
}

.se19n>p {
  color: #333;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
}

.se19ul {
  padding-left: 59px;
  padding-top: 32px;
}

.se19ul li {
  color: #666666;
}

@media screen and (max-width:999px) {
  .se1main9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .se1main9>p,
  .se19n {
    width: 48%;
    margin-top: 20px;
  }

  .se19ul {
    padding-left: 30px;
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .se1main9 {
    padding-top: 10px;
  }

  .se1main9>p,
  .se19n {
    width: 100%;
    margin-top: 20px;
  }
}

.se1main11 {
  padding-top: 6px;
  padding-bottom: 70px;
}

.se111n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.se111lie {
  width: 47%;
  margin-top: 68px;
}

.se111ul {
  padding-left: 59px;
  margin-top: 33px;
}

.se111ul li {
  color: #666;
  padding-left: 28px;
  position: relative;
}

.se111ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #152694;
  border-radius: 50%;
  left: 0px;
  top: 11px;
}

@media screen and (max-width:1559px) {
  .se111ul li {
    padding-left: 20px;
  }

  .se111ul li:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}

@media screen and (max-width:1359px) {
  .se1main11 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .se111lie {
    margin-top: 30px;
  }

  .se111ul {
    padding-left: 30px;
    margin-top: 15px;
  }

  .se111ul li:before {
    top: 9px;
  }
}

@media screen and (max-width:999px) {
  .se111lie {
    width: 49%;
  }
}

@media screen and (max-width:767px) {
  .se1main11 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .se111lie {
    width: 100%;
    margin-top: 20px;
  }

  .se111ul li:before {
    top: 8px;
  }
}

.se1main13 {
  background-image: linear-gradient(0deg, #fff 1%, #f3f5f7 100%);
  padding-top: 108px;
  padding-bottom: 72px;
}

.se113t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se113a {
  width: 600px;
}

.se113tp {
  width: calc(100% - 684px);
}

.se113p {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 8px;
}

.se113p p {
  /*width: 47%;*/
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width:1359px) {
  .se1main13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .se113a {
    width: 400px;
  }

  .se113tp {
    width: calc(100% - 440px);
  }

  .se113p p {
    width: 47%;
    margin-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .se113a {
    width: 100%;
    text-align: center;
  }

  .se113tp {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .se113p p {
    width: 49%;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .se1main13 {
    padding: 30px 0;
  }

  .se113p p {
    width: 100%;
  }
}

/****************************  sercive2  ***************************/
.se2main {
  background: #f2f4f7;
  padding-top: 1px;
}

.se2main1 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.se21pz {
  max-width: 1300px;
  margin: auto;
  /*text-align: center;*/
  margin-top: 23px;
}

@media screen and (max-width:1359px) {
  .se2main1 {
    padding: 50px 0;
  }
}

@media screen and (max-width:999px) {
  .se2main1 {
    padding: 30px 0;
  }
}

.se2main2 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.se22t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se22tbiao,
.se24l {
  width: 600px;
  text-align: left;
  line-height: 54px;
}

.se22tp,
.se24r {
  width: calc(100% - 695px);
  line-height: 34px;
}

.se22b {
  background: #f8f9fb;
  padding: 38px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 58px;
}

.se22lie {
  padding: 0 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
}

.se22lie:nth-child(1) {
  width: 31%;
}

.se22lie:nth-child(2) {
  width: 36%;
}

.se22lie:nth-child(3) {
  width: 33%;
}

.se22lie:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  background: #e0dfe1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.se22lie:first-child:before {
  display: none;
}

.se22p {
  width: 150px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 42px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.se22ul {
  width: calc(100% - 160px);
  font-size: 0px;
  color: #666666;
  display: block;
  flex-flow: wrap;
  justify-content: space-between;
}

.se22ul li {
  color: #666666;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.se22ul2 {
  width: calc(100% - 160px);
  color: #666666;
}

.se22ul2 li {
  color: #666666;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
}

.se22lie:nth-child(1) .se22p {
  color: #152694;
}

@media screen and (max-width:1559px) {

  .se22tbiao,
  .se24l {
    width: 500px;
  }

  .se22tp,
  .se24r {
    width: calc(100% - 550px);
  }
}

@media screen and (max-width:1359px) {
  .se2main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .se22p {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
  }

  .se22ul,
  .se22ul2 {
    width: 100%;
    margin-top: 10px;
  }

  .se22ul li,
  .se22ul2 li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

@media screen and (max-width:999px) {
  .se2main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .se22tbiao,
  .se24l {
    width: 100%;
    line-height: 40px;
  }

  .se22tp,
  .se24r {
    width: 100%;
    margin-top: 10px;
  }

  .se22b {
    padding: 18px 0px;
    margin-top: 20px;
  }

  .se22lie {
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .se22tbiao {
    line-height: 32px;
  }

  .se22b {
    padding: 10px 0px;
    display: block;
  }

  .se22lie {
    width: 100% !important;
    padding: 6px 10px;
  }

  .se22lie:before {
    display: none;
  }
}

.se23biao {}

.se23biao strong {
  color: #f74444;
}

.m4p p {
  color: #e7e7e7;
}

.se2main4 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 128px;
}

.se24tu {
  margin-top: 56px;
}

.se24r p {
  margin-bottom: 11px;
}

.se2main5 {
  background-image: linear-gradient(0deg, #fff 1%, #f2f4f7 100%);
  padding-top: 108px;
  padding-bottom: 78px;
}

.se2main5 .se12a {
  text-align: center;
}

.se2main5 .se12a strong {
  display: block;
}

.se25n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 62px;
}

.se25lie {
  width: 47.8%;
}

.se25ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 59px;
  line-height: 35px;
}

.se25ul li {
  width: 49%;
  position: relative;
}

.se25lie>p {
  margin-bottom: 28px;
}

@media screen and (max-width:1359px) {
  .se2main4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .se24tu {
    margin-top: 20px;
  }

  .se24r p {
    margin-bottom: 0px;
  }

  .se2main5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .se25n {
    padding-top: 40px;
  }

  .se25ul {
    padding-left: 30px;
  }
}

@media screen and (max-width:999px) {
  .se2main4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .se24r {
    margin-top: 20px;
  }

  .se2main5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .se25n {
    padding-top: 10px;
  }

  .se25lie {
    width: 100%;
    margin-top: 20px;
  }
}

/****************************  service3  ***************************/
.se3main1 {
  padding: 90px 0;
}

.se3main1 .zong {
  position: relative;
}

.se31tu {
  width: 446px;
}

.se31zi {
  width: calc(100% - 514px);
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0px;
  overflow: auto;
}

@media screen and (max-width:1559px) {
  .se3main1 {
    padding: 50px 0;
  }

  .se31zi {
    width: calc(100% - 480px);
  }
}

@media screen and (max-width:999px) {
  .se3main1 {
    padding: 30px 0;
  }

  .se31tu {
    width: 330px;
  }

  .se31zi {
    width: calc(100% - 350px);
    height: 100%;
    top: 0px;
  }
}

@media screen and (max-width:599px) {
  .se31tu {
    width: 100%;
    max-width: 440px;
    margin: auto;
  }

  .se31zi {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.se3main2 {
  background-image: linear-gradient(0deg, #fff 1%, #f2f4f7 100%);
  padding-top: 95px;
  padding-bottom: 78px;
}

.se3main2 .se12a {
  text-align: center;
}

.se32n {
  font-size: 0px;
  padding-top: 32px;
}

.se32lie {
  width: 32%;
  margin-left: 2%;
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
}

.se32lie:nth-child(3n-2) {
  margin-left: 0px;
}

.se32tu {
  box-shadow: 4px 6px 47px 0px rgba(225, 226, 229, 0.66);
}

.se32tu img {
  width: 100%;
}

.se32zi {
  padding-top: 24px;
}

.se32a {
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.se32p {
  line-height: 32px;
  margin-top: 10px;
}

@media screen and (max-width:1359px) {
  .se3main2 {
    padding: 50px 0;
  }

  .se32n {
    padding-top: 10px;
  }

  .se32lie {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .se3main2 {
    padding: 30px 0;
  }

  .se32zi {
    padding-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .se32lie {
    width: 49%;
  }

  .se32lie:nth-child(3n-2) {
    margin-left: 2%;
  }

  .se32lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .se32p {
    margin-top: 5px;
  }
}

/****************************  4-1  ***************************/
.inmain {
  background: #f2f4f7;
  padding-top: 1px;
}

.inmain1 {
  padding-top: 50px;
  padding-bottom: 90px;
}

.inmain1 .zong {
  position: relative;
}

.inmain2 {
  padding-top: 1px;
  padding-bottom: 99px;
}

.in2lie {
  margin-top: 94px;
}

.in2az {}

.in2n {
  position: relative;
  margin-top: 40px;
}

.in2l {
  width: 306px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-right: 10px;
  overflow: auto;
}

.in2r {
  width: calc(100% - 344px);
  margin-left: 344px;
}

.in2rlie {
  position: relative;
  display: none;
}

.in2rlieh {
  display: block;
}

.in2l ul {
  background: #f2f4f7;
  border-bottom: solid 1px #e1e2e5;
}

.in2l li {
  display: block;
  border: solid 1px #e1e2e5;
  border-bottom: none;
  padding: 10px 28px;
  line-height: 21px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  transition: 0.5s;
  cursor: pointer;
}

.in2l li:hover,
.in2h {
  border-color: #152694 !important;
  background: #152694 !important;
  color: #fff !important;
  font-size: 18px;
  font-size: 1.8rem;
}

.in2tu {
  width: 720px;
}

.in2zi {
  width: calc(100% - 777px);
  max-height: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}

.in2p {
  margin-top: 38px;
  line-height: 34px;
}

.in2mor {
  margin: auto;
  margin-left: 0px;
  margin-top: 54px;
}

@media screen and (max-width:1559px) {
  .in2tu {
    width: 500px;
  }

  .in2zi {
    width: calc(100% - 530px);
  }

  .in2p {
    margin-top: 15px;
  }

  .in2mor {
    margin-top: 15px;
  }

  .in2l li:hover,
  .in2h {
    border-color: #152694 !important;
    background: #152694 !important;
    color: #fff !important;
    font-size: unset;
    font-size: unset;
  }
}

@media screen and (max-width:1359px) {
  .inmain1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inmain2 {
    padding-top: 1px;
    padding-bottom: 50px;
  }

  .in2l {
    width: 260px;
  }

  .in2r {
    width: calc(100% - 280px);
    margin-left: 280px;
  }

  .in2tu {
    width: 400px;
  }

  .in2zi {
    width: calc(100% - 420px);
  }

  .in2l li {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .in2lie {
    margin-top: 40px;
  }

  .in2n {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .in2l {
    width: 200px;
  }

  .in2r {
    width: calc(100% - 220px);
    margin-left: 220px;
  }

  .in2tu {
    width: 100%;
  }

  .in2zi {
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
    top: auto;
    transform: translate(0);
    margin-top: 15px;
  }
}

@media screen and (max-width:767px) {
  .inmain1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inmain2 {
    padding-top: 1px;
    padding-bottom: 30px;
  }

  .in2l {
    width: 100px;
    padding: 0px;
  }

  .in2r {
    width: calc(100% - 110px);
    margin-left: 110px;
  }

  .in2l li {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .in2lie {
    margin-top: 30px;
  }

  .in2n {
    margin-top: 15px;
  }

  .in2mor {
    width: 140px;
  }
}

/****************************  5-1  ***************************/
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}


.qumain {
  background: #f2f4f7;
  padding-top: 1px;
}

.qumain1 {
  padding-top: 93px;
  padding-bottom: 109px;
}

.qumain1 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.qu1l {
  width: 37.5%;
}

.qu1r {
  width: 59.4%;
  line-height: 34px;
  padding-top: 40px;
}

.qubiao {
  text-align: left;
}

.qu1tu {
  margin-top: 100px;
}

@media screen and (max-width:1359px) {
  .qumain1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .qu1r {
    padding-top: 0px;
  }

  .qu1tu {
    margin-top: 80px;
  }
}

@media screen and (max-width:999px) {
  .qumain1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qumain1 .zong {
    display: block;
  }

  .qumain1 .zong:after {
    content: "";
    clear: both;
    display: block;
  }

  .qu1l {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .qu1r {
    width: auto;
  }

  .qu1tu {
    margin-top: 10px;
  }
}

@media screen and (max-width:539px) {
  .qu1l {
    width: 100%;
    float: none;
    margin: auto;
  }

  .qu1r {
    width: 100%;
  }

  .qu1r {
    margin-top: 20px;
  }
}

.qumain3 {
  padding-top: 64px;
  padding-bottom: 55px;
  line-height: 34px;
}

.qu3n {
  font-size: 0px;
  padding-top: 30px;
  padding-bottom: 66px;
}

.qu3lie {
  width: 32%;
  margin-left: 2%;
  margin-top: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
}

.qu3lie:nth-child(3n-2) {
  margin-left: 0px;
}

.qu3lie>p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  color: #152694;
}

.qu3ul {
  padding-left: 59px;
  margin-top: 27px;
}

.qu3ul li {
  color: #666666;
}

.qu3ul2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.qu3ul2 li {
  min-width: 49%;
}

@media screen and (max-width:1359px) {
  .qumain3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .qu3lie>p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .qu3ul {
    padding-left: 32px;
    margin-top: 17px;
  }
}

@media screen and (max-width:999px) {
  .qumain3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qu3n {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .qu3lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
  }

  .qu3lie:nth-child(3n-2) {
    margin-left: 2%;
  }

  .qu3lie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

@media screen and (max-width:767px) {
  .qu3lie>p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:499px) {
  .qu3lie {
    width: 100%;
    margin-left: 0% !important;
    margin-top: 20px;
  }

  .qu3ul {
    margin-top: 10px;
  }
}

.qumain6 {
  font-size: 0px;
  padding-top: 80px;
  padding-bottom: 63px;
}

.qu6lie {
  width: 32%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}

.qu6lie:nth-child(3n-2) {
  margin-left: 0px;
}

@media screen and (max-width:1359px) {
  .qumain6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width:999px) {
  .qumain6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .qumain6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .qu6lie {
    width: 100%;
    margin: 10px 0;
  }
}

.qumain8 {
  padding-top: 14px;
  padding-bottom: 88px;
}

.img-scroll3 {
  position: relative;
  margin-top: 80px;
}

.img-scroll3 .prev,
.img-scroll3 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #000000;
  top: -136px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll3 .prev {
  right: 64px;
  cursor: pointer;
}

.img-scroll3 .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
  color: #fff;
  background: #ff2424;
  border-color: #ff2424;
}

.img-list3 {
  position: relative;
  overflow: hidden;
}

.img-list3 ul {
  width: 10000%;
}

.img-list3 li {
  float: left;
  width: 0.235%;
  margin-right: 0.02%;
  position: relative;
}

.qu8tu {
  display: block;
  overflow: hidden;
  position: relative;
}

.qu8tu img {
  transform: scale(1) !important
}

.qu8tu span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background: rgba(20, 36, 142, 0.3);
  transition: 0.5s;
}

.qu8tu span i {
  display: block;
  position: absolute;
  width: 198px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  font-style: normal;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #14248e;
}

.qu8a {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 17px;
  font-family: Poppins-Medium, Arial, "Arial Black", "sans-serif", Verdana;
}

.img-list3 li:hover .qu8tu span {
  top: 0px;
}

@media screen and (max-width:1359px) {
  .qumain8 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .img-scroll3 {
    margin-top: 40px;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    top: -90px;
  }

  .img-scroll3 .prev {
    right: 50px;
    cursor: pointer;
  }

  .qu8a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .qu8tu span i {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .qumain8 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .img-scroll3 {
    margin-top: 30px;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    top: -70px;
  }

  .img-scroll3 .prev {
    right: 40px;
  }

  .qu8tu span {
    display: none;
  }

  .qu8a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .img-list3 li {
    width: 0.3233%;
    margin-right: 0.015%;
  }
}

@media screen and (max-width:479px) {
  .qumain8 .m2biao {
    padding-right: 70px;
  }

  .img-list3 li {
    width: 0.49%;
    margin-right: 0.02%;
  }

  .qu8a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }
}

/****************************  6-1  ***************************/
.co1main {
  background: #f2f4f7;
  padding-top: 1px;
}

.co1main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 73px;
}

.co11l {
  width: 510px;
}

.co11r {
  width: calc(100% - 660px);
}

.co11p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  margin-top: 57px;
  color: #666666;
}

.co11p p {
  color: #666666;
}

@media screen and (max-width:1559px) {
  .co11l {
    width: 400px;
  }

  .co11r {
    width: calc(100% - 440px);
  }

  .co11p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width:1359px) {
  .co1main1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .co11p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .co1main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .co11l {
    width: 100%;
  }

  .co11r {
    width: 100%;
    margin-top: 20px;
  }

  .co11p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }
}

.co1main2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 99px;
}

.co12n,
.ditu {
  width: 49%;
  margin-top: 30px;
}

.co12n {
  width: 49%;
  background: #f2f4f7;
  border: 1px solid #f2f4f7;
  padding: 35px;
  transition: 0.5s;
}

.co12a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  transition: 0.5s;
}

.co12p {
  line-height: 36px;
  margin-top: 30px;
}

.co12p a {
  display: inline-block;
}

.co12n:hover {
  border: solid 1px #152694;
}

.co12n:hover .co12a {
  color: #152694;
}

@media screen and (max-width:1359px) {
  .co1main2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .co12n {
    padding: 20px;
    transition: 0.5s;
  }

  .co12a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .co12p {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {

  .co12n,
  .ditu {
    margin-top: 20px;
  }

  .co12n {
    padding: 20px 10px;
  }

  .co12a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .co12p {
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .co1main2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .co12n,
  .ditu {
    width: 100%;
    margin-top: 10px;
  }

  .co12a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

/****************************  6-2  ***************************/
.co2main {
  position: relative;
  padding-top: 72px;
  padding-bottom: 60px;
}

.co2main:after {
  content: "";
  clear: both;
  display: block;
}

.co2l {
  width: 410px;
  float: left;
  position: sticky;
  left: 0px;
  top: 0px;
}

.co2r {
  width: calc(100% - 457px);
  float: right;
}

.co2l:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 60px);
  background: url("../images/xvxian.jpg") repeat-y;
  left: 7px;
  top: 30px;
  transition: 0.5s;
}

.co2l a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 39px;
  margin: 20px 0;
  padding-left: 39px;
  position: relative;
  transition: 0.5s;
}

.co2l a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #999999;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.co2l a:hover,
.conavh {
  color: #ff2424 !important;
}

.co2l a:hover:before,
.conavh:before {
  background: #ff2424 !important;
}

.co2n {
  padding-top: 25px;
  padding-bottom: 35px;
}

.co2a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff2424;
  line-height: 34px;
}

.co2p {
  line-height: 32px;
  margin-top: 32px;
}

.co2p strong {
  color: #ff2424;
  font-weight: normal;
}

.co2p a {
  display: inline-block;
}

@media screen and (max-width:1559px) {
  .co2main {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .co2l {
    width: 310px;
  }

  .co2r {
    width: calc(100% - 340px);
  }

  .co2l:before {
    left: 4px;
    top: 30px;
  }

  .co2l a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 10px 0;
    padding-left: 18px;
  }

  .co2l a:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .co2n {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .co2p {
    margin-top: 20px;
  }

  .co2a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .co2main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .co2l {
    width: 150px;
  }

  .co2r {
    width: calc(100% - 340px);
  }

  .co2l:before {
    width: 1px;
    height: calc(100% - 40px);
    left: 2px;
    top: 20px;
  }

  .co2l a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin: 6px 0;
    padding-left: 12px;
  }

  .co2l a:before {
    width: 5px;
    height: 5px;
    top: 8px;
  }

  .co2r {
    width: calc(100% - 170px);
  }

  .co2n {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .co2p {
    margin-top: 10px;
  }

  .co2a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width:469px) {
  .co2l {
    width: 120px;
  }

  .co2r {
    width: calc(100% - 140px);
  }

  .co2l:before {
    display: none;
  }

  .co2l a {
    border-bottom: 1px solid #999;
    padding: 5px 0;
    margin: auto;
  }

  .co2l a:before {
    display: none;
  }

  .co2a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}










@media screen and (max-width:1559px) {}

@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}

















@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "iconfont";
  /* Project id 4690708 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1726891533452') format('woff2'),
    url('../fonts/iconfont.woff?t=1726891533452') format('woff'),
    url('../fonts/iconfont.ttf?t=1726891533452') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e66d";
}

.icon-facebook:before {
  content: "\e673";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook1:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin1:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}










.ab21n {
  position: relative;
  max-width: 1425px;
  height: 0px;
  padding-bottom: 51.298%;
  margin-left: 95px;
}

.ab21tu1 {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.ab21tu2 {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.abxtu {
  display: block;
  width: 11.23%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.abxtu span {
  display: block;
  width: 100%;
  height: 0px;
  height: 0px;
  padding-bottom: 37.5%;
  position: relative;
}

.abxtu img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.abxtu1 {
  left: -0.7%;
  top: 36%;
}

.abxtu2 {
  left: 0.7%;
  top: 22%;
}

.abxtu3 {
  left: 2.3%;
  top: 56%;
}

.abxtu4 {
  left: 4%;
  top: 68%;
}

.abxtu5 {
  left: 9%;
  top: 14%;
}

.abxtu6 {
  left: 11.6%;
  top: 29%;
}

.abxtu7 {
  left: 10.3%;
  top: 44%;
}

.abxtu8 {
  left: 23.5%;
  top: 9.3%;
}

.abxtu9 {
  left: 21%;
  top: 21.5%;
}

.abxtu10 {
  left: 20.4%;
  top: 35%;
}

.abxtu11 {
  left: 25%;
  top: 43.5%;
}

.abxtu12 {
  left: 32%;
  top: 16%;
}

.abxtu13 {
  left: 30.7%;
  top: 29%;
}

.abxtu14 {
  left: 36%;
  top: 39%;
}

.abxtu15 {
  left: 33%;
  top: 53%;
}

.abxtu16 {
  left: 35.5%;
  top: 64.5%;
}

.abxtu17 {
  left: 41.4%;
  top: 23.4%;
}

.abxtu18 {
  left: 50.5%;
  top: 13%;
}

.abxtu19 {
  left: 64.3%;
  top: 21%;
}

.abxtu20 {
  left: 71.7%;
  top: 11%;
}

.abxtu21 {
  left: 71.4%;
  top: 34%;
}

.abxtu22 {
  left: 72.9%;
  top: 47.5%;
}

.abxtu23 {
  left: 80.5%;
  top: 24%;
}

.abxtu24 {
  left: 81.3%;
  top: 59%;
}

.abxtu25 {
  left: 81%;
  top: 74%;
}

.ab21zi {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  padding-left: 50px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0
}

.ab21zi:before {
  content: "";
  position: absolute;
  width: 97px;
  height: 2px;
  background: #14248e;
  left: 0px;
  top: 50%;
}

.ab21zin {
  width: 486px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 4px 6px 47px 0px #caccce;
  border-radius: 16px;
  border: solid 2px #152694;
  position: relative;
  z-index: 2;
}

.abxtu:hover .ab21zi {
  visibility: visible;
  opacity: 1;
  padding-left: 97px;
}

.ab21a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  margin-bottom: 20px;
}

.abxtu19:hover .ab21zi,
.abxtu20:hover .ab21zi,
.abxtu21:hover .ab21zi,
.abxtu22:hover .ab21zi,
.abxtu23:hover .ab21zi,
.abxtu24:hover .ab21zi,
.abxtu25:hover .ab21zi {
  left: auto;
  right: 100%;
  padding-left: 0px;
  padding-right: 50px
}

.abxtu19 .ab21zi,
.abxtu20 .ab21zi,
.abxtu21 .ab21zi,
.abxtu22 .ab21zi,
.abxtu23 .ab21zi,
.abxtu24 .ab21zi,
.abxtu25 .ab21zi {
  left: auto;
  right: 100%;
  padding-left: 0px !important;
  padding-right: 0px;
}

.abxtu19:hover .ab21zi:before,
.abxtu20:hover .ab21zi:before,
.abxtu21:hover .ab21zi:before,
.abxtu22:hover .ab21zi:before,
.abxtu23:hover .ab21zi:before,
.abxtu24:hover .ab21zi:before,
.abxtu25:hover .ab21zi:before {
  left: auto;
  right: 0px;
}

.abxtu19 .ab21zin,
.abxtu20 .ab21zin,
.abxtu21 .ab21zin,
.abxtu22 .ab21zin,
.abxtu23 .ab21zin,
.abxtu24 .ab21zin,
.abxtu25 .ab21zin {}

@media screen and (max-width:1559px) {
  .ab21zi {
    padding-left: 0px;
  }

  .ab21zin {
    width: 300px;
    padding: 20px;
  }

  .abxtu:hover .ab21zi {
    padding-left: 20px;
  }

  .abxtu19:hover .ab21zi,
  .abxtu20:hover .ab21zi,
  .abxtu21:hover .ab21zi,
  .abxtu22:hover .ab21zi,
  .abxtu23:hover .ab21zi,
  .abxtu24:hover .ab21zi,
  .abxtu25:hover .ab21zi {
    padding-right: 20px
  }

  .abxtu img {
    max-width: 90%;
    max-height: 90%;
  }
}

@media screen and (max-width:999px) {
  .ab21zi {
    display: none;
  }

  .ab21tu1 {
    display: block;
  }

  .ab21tu2,
  .abxtu {
    display: none;
  }
}

.banner_fenye {
  position: relative;
  /*padding-bottom: 39.3%;*/
  /*padding-bottom: 52.254%;*/
  height:967px;
}

@media screen and (max-width:1334px) {
    .banner_fenye {
         padding-bottom: 39.3%;
         height:auto;
    }
 
}

.banner_fenye img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*min-height:250px;*/
}

.banner_fenye .m1n {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* abxtu */
@-webkit-keyframes abxtu {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes abxtu {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.abxtu {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.abxtu:hover,
.abxtu:focus,
.abxtu:active {
  -webkit-animation-name: abxtu;
  animation-name: abxtu;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}




.lianxi div{
  /*display: none;*/
  transition: none !important;
}

.lianxi .zhankai{
  width: 35px;
  height: 80px;
  background-color: rgba(20, 36, 142, .4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  right: 0;
  position: absolute;
  cursor: pointer;
      top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1000px) {
    .lianxi div{
      display: block;
      transition: none !important;
    }
    .lianxi .zhankai{
        display: none;
    }
}

.contact{     width: 153px;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
    color: #ffffff;
    background: #ff2424;
    border: 1px solid #ff2424;
    border-radius: 8px;
    text-align: center;  display:block;}
    .contact-center{   width: 153px;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
    color: #ffffff;
    background: #ff2424;
    border: 1px solid #ff2424;
    border-radius: 8px;
    text-align: center;  display:block; margin:0 auto;}
.contact:hover, .contact-center:hover{   background: #fff;  color: #ff2424 !important;}

