/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: Roboto-Regular, Roboto-Bold, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  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: #2d5ab0;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "微软雅黑" !important;
}

.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  opacity: 1;
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  opacity: 1;
}

.Allsafe {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: auto;
}

.Allsafe2 {
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: auto;
}

.Allsafe3 {
  width: calc(100% - 120px);
  max-width: 1672px;
  margin: auto;
}

@media screen and (max-width: 999px) {
  .Allsafe,
  .Allsafe2,
  .Allsafe3 {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .Allsafe,
  .Allsafe2,
  .Allsafe3 {
    width: calc(100% - 30px);
  }
}
a:hover img {
  transform: scale(1.1, 1.1);
}

img {
  max-width: 100%;
}

a:hover {
  color: #2d5ab0;
}

.mp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
}

.mp p,
.mp a {
  color: #666666;
  display: block;
}

.mp a:hover {
  color: #2d5ab0;
}

@media screen and (max-width: 1359px) {
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  .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 {
  animation-name: m1tu;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  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 #ffc10e;
  border-right: 30px solid transparent;
  transition: all 600ms ease;
  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 #ffc10e;
  transition: all 600ms ease;
  transform: translateX(100%);
}

.niu1:hover:before {
  transform: translateX(-40%);
}

.niu1:hover:after {
  transform: translateX(40%);
}

.niu2 {
  overflow: hidden;
  position: relative;
}

.niu2 span {
  position: relative;
  display: block;
  z-index: 2;
  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: #ffc10e;
  transform: scale(0, 1);
  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 {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

.niu3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  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: #ffc10e;
  transition: all 0.4s linear 0s;
  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 {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.hbottom {
  position: relative;
}

.hexin {
  border-bottom: 1px solid #ebebeb;
}

.hexin p {
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  padding-left: 25px;
}

.hexin p:hover {
  color: #1d65b9;
}

.hexin p a {
  color: #1d65b9;
}

.hexin p i {
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1d65b9;
}

.hexinl {
  float: left;
  padding-top: 4px;
}

.hexinl i {
  font-size: 22px;
}

.hexinr {
  float: right;
  padding-top: 12px;
}

.hexinr a {
  display: inline-block;
  padding-left: 10px;
}

.hexinr i {
  color: #999999;
  font-size: 14px;
}

.hexinr a:hover i {
  color: #1d65b9;
}

.yvn {
  float: right;
  z-index: 9999999;
  padding-left: 28px;
  position: relative;
}

.yvzhonga {
  display: block;
  padding-right: 0px;
  padding-left: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 1s;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 7px;
}

.yvzhonga i {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999999;
  padding-top: 7px;
}

.yvzhonga em {
  width: 0;
  border: 6px solid #333;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 0px;
  top: 20px;
}

.yvul {
  width: 10%;
  min-width: 100px;
  position: absolute;
  top: 36px;
  right: 0px;
  background: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999999999;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #fff;
}

.yvul a:hover {
  background: #ea1c26;
  color: #fff;
}

.heb .zong1 {
  position: relative;
}

.head .zong1 {
  z-index: 99;
}

.head .zonga {
  z-index: 100;
  max-width: 1400px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.logo {
  display: block;
  float: left;
  width: 130px;
}

.logo a:hover img {
  transform: scale(1, 1);
}

.logon {
  display: inline-block;
  vertical-align: middle;
}

.logon img {
  display: block;
  margin: auto;
  width: 100%;
}

.her {
  float: right;
}

.yv {
  display: block;
  float: right;
  margin-top: 24px;
  margin-right: 43px;
}

.yv a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #fff;
}

.yv a:hover {
  text-decoration: underline;
}

.daoz {
  float: right;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-right: 93px;
}

.daohang > li {
  float: left;
  position: relative;
  z-index: 999;
  margin-right: 41px;
}

.daohang > li > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 47px;
  color: #333;
  position: relative;
}

.daohang > li > a:hover {
  color: #2d5ab0;
}

.daohang > li.dangqiandao > a {
  color: #2d5ab0;
}

.daohang > li.dangqiandao > a::before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2d5ab0;
  content: "";
  bottom: 0px;
  right: -2px;
}

.daohang > li.dangqiandao > a::after {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2d5ab0;
  content: "";
  top: 0px;
  left: -2px;
}

.daohang > li > a:hover::before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2d5ab0;
  content: "";
  bottom: 0px;
  right: -2px;
}

.daohang > li > a:hover::after {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2d5ab0;
  content: "";
  top: 0px;
  left: -2px;
}

.yijiw {
  padding-top: 0px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  width: 118px;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%);
}

.yiji {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 5px;
}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding: 8px 22px;
}

.yvzhonga .yvarrow {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  left: auto;
  color: #333;
}

.yiji li:hover {
  color: #3b65b5;
}

.yiji li:hover > a {
  color: #3b65b5;
}

.erji {
  position: absolute;
  width: 189px;
  top: -9999px;
  left: 233px;
  background: rgba(255, 255, 255, 0.95);
}

.sanji {
  position: absolute;
  width: 189px;
  background: rgba(255, 255, 255, 0.95);
  top: -9999px;
  left: 189px;
}

.daohang > li:hover .yijiw {
  top: 100%;
}

.daohang > li:hover .yiji > li > a {
  line-height: 26px;
}

.yiji > li:hover .erji {
  top: 0px;
}

.yiji > li:hover .erji > li > a {
  line-height: 26px;
}

.erji > li:hover .sanji {
  top: 0px;
}

.erji > li:hover .sanji > li > a {
  line-height: 26px;
}

.matn {
  margin-top: auto !important;
}

.xiala {
  width: 630px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 11px 1px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 20px 65px;
  border-bottom: 6px solid #323f85;
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}

.xlyiji {
  width: 50%;
  padding-right: 10px;
}

.xlyiji > a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

.xlerji {
  margin-top: 21px;
}

.daohang > li:hover .xiala {
  display: flex;
}

/* sousuo */
.sousuo {
  height: 40px;
  z-index: 9999;
  border-radius: 50%;
  position: absolute;
  right: 113px;
  top: 29px;
  width: 30px;
}

.sousuo form {
  width: 236px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 52px;
  background: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  color: #323f85;
  transition: 0.8s;
  z-index: 99999;
}

.sou {
  width: 180px;
  height: 38px;
  line-height: 38px;
  border-radius: 18px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.suo {
  width: 40px;
  height: 40px;
  float: right;
  background: none;
  position: relative;
  z-index: 9999999;
  border-radius: 18px;
  cursor: pointer;
}

.sou2,
.sou1 {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px !important;
  cursor: pointer;
  color: #2d5ab0;
  z-index: 99990;
}

.sou2 {
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  color: #2d5ab0;
  font-size: 20px !important;
  width: 42px;
  height: 42px;
  font-weight: bolder;
}

.sousuof form {
  height: 37px;
  border: 1px solid #2d5ab0;
}

.daohang2,
sousuo2,
.xnav {
  display: none;
}

.yvn {
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 9999999;
}

.yvzhonga {
  display: block;
  padding-right: 9px;
  padding-left: 32px;
  line-height: 26px;
  font-size: 14px;
  transition: 1s;
  color: #999999;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}

.yvzhonga i {
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999999;
}

.yvul {
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 36px;
  right: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #fff;
}

.daohang > li:nth-child(8) {
  margin-right: 0px;
}

@media screen and (max-width: 1559px) {
  .daohang > li {
    margin-right: 30px;
  }
  .daohang > li > a {
    font-size: 16px;
    line-height: 30px;
  }
  .xiala {
    width: 600px;
    padding: 20px;
  }
  .xlyiji {
    width: 50%;
    padding-right: 10px;
  }
  .xlyiji > a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .xlerji {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .daoz {
    margin-right: 60px;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .sousuo {
    right: 120px;
    top: 11px;
  }
  .logo {
    width: 94px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .yvn {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1395px) {
  .yiji li a {
    padding: 2px 8px;
  }
  .sousuo {
    top: 16px;
  }
  .logo {
    width: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .daoz {
    margin-right: 50px;
  }
  .yvn {
    margin-top: 18px;
  }
  .daohang > li {
    margin-right: 31px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .daohang > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .xiala {
    width: 500px;
    padding: 10px;
  }
  .xlyiji {
    width: 50%;
    padding-right: 10px;
  }
  .xlyiji > a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .xlerji {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sou2 {
    font-size: 18px;
  }
  .sousuo {
    right: 100px;
  }
  .yvn {
    padding-left: 4px;
  }
}
@media screen and (max-width: 1219px) {
  .daohang > li {
    margin-right: 14px;
    margin-left: 0px;
  }
  .daohang > li > a {
    padding: 0 6px;
    font-size: 14px;
  }
  .daohang > li > a::before {
    bottom: -6px;
  }
  .daohang > li {
    margin-right: 35px;
  }
  .daoz {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 55px;
  }
  .sou2 {
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  .sousuo {
    top: 10px;
  }
  .yvn {
    margin-top: 10px;
  }
  .daohang > li > a {
    padding: 0 4px;
  }
}
@media screen and (min-width: 1000px) {
  .carousel,
  .nav {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .logo {
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .head > .zong1 {
    z-index: 2;
  }
  .head .zong1:after {
    content: "";
    clear: both;
    display: block;
  }
  .daohang {
    display: none;
  }
  .hexinl {
    display: none;
  }
  .hexinr {
    display: none;
  }
  .yvn {
    right: 60px;
    top: 17px;
    transform: translateY(-50%);
    position: fixed;
  }
  .yvzhonga em {
    display: none;
  }
  .head .zong1 {
    position: none;
  }
  .head .zong1 {
    position: none;
  }
  .yv {
    margin: auto;
    margin-right: 45px;
    margin-top: 14px;
  }
  .yv a {
    color: #333;
  }
  .sousuo {
    height: 30px;
    line-height: 30px;
    bottom: auto;
    top: 10px;
    margin: auto;
    position: absolute;
    right: 40px;
    display: none;
  }
  .sou2 {
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 18px !important;
  }
  .sousuo form {
    top: 39px;
  }
  .xnav {
    display: block;
  }
  .nav {
    position: fixed;
    width: 35px;
    height: 26px;
    background: #fff;
    right: 2.5%;
    top: 17px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999999999;
  }
  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #194a5b;
    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: #92c333;
    background: rgb(146, 195, 51);
    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: 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 50px;
  }
  ul.topnav ul {
    display: none;
  }
  ul.topnav ul li {
    clear: both;
  }
  ul.topnav ul li a {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
  }
  ul.topnav ul ul li a {
    padding-left: 40px;
  }
  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }
  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.8s;
  }
  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.8s;
  }
  ul.topnav span.yizi {
    transform: rotate(90deg);
  }
  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    border-radius: 13px;
  }
  .smdaohang form .iptc {
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 10px;
  }
  .smdaohang form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }
  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .clear3 {
    display: none;
  }
}
@media screen and (max-width: 538px) {
  .logo {
    width: 60px;
  }
  .yvn {
    right: 42px;
  }
}
/* banner */
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
  background: url(../img/dot2.png) no-repeat center center;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 56px;
  height: 56px;
  background: none;
  color: #fff;
  line-height: 52px;
  border-radius: 28px;
  border: solid 2px #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  cursor: pointer;
}

.slide .carousel-control.left:hover,
.slide .carousel-control.right:hover {
  background-color: #000000;
  opacity: 0.5;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.slide .dotList ul li {
  cursor: pointer;
  background: url(../img/dot1.png) no-repeat center center;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
}

.slide .slidedetail {
  display: none;
}

.slide .slide-count {
  display: none;
}

@media screen and (max-width: 1333px) {
  .slide .carousel-control {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}
@media screen and (max-width: 999px) {
  .slide .carousel-control {
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .slide .carousel-control {
    width: 34px;
    height: 34px;
    line-height: 28px;
  }
}
/*Main1*/
.M1 {
  background: url("../images/m1-back.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.M1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m1-back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.M1 .row {
  padding-bottom: 38px;
}

.M1 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.M1 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.M1 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.M1 .owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.M1 .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.M1 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.M1 .owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.M1 .owl-theme .owl-controls {
  position: absolute;
  left: 0px;
  bottom: 106px;
}

.M1 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.M1 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 4px;
  margin-right: 9px;
  border-radius: 50%;
  font-size: 0px;
}

.M1 .owl-theme .owl-controls .owl-page.active span,
.M1 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #dc3120;
  opacity: 1;
}

.M1 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important;
}

.M1 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.M1 .owl-theme .owl-prev {
  left: 0px;
}

.M1 .owl-theme .owl-next {
  right: 0px;
}

.M1 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.M1-border {
  padding-top: 78px;
}

.M1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.M1-l {
  width: 42%;
  padding-top: 12px;
}

.M1-title {
  font-family: Roboto-Bold;
  font-size: 46px;
  line-height: 46px;
  color: #333333;
  display: block;
  padding-left: 43px;
  position: relative;
}

.M1-title::before {
  width: 30px;
  height: 4px;
  background-color: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.M1-info {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  display: block;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.M1-box2 {
  padding-top: 74px;
}

.M1-bf1 {
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  display: block;
}

.M1-bf2 {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: block;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.M1-r {
  width: 50%;
}

@media screen and (max-width: 1333px) {
  .M1-title {
    font-size: 28px;
    line-height: 30px;
  }
  .M1-info {
    font-size: 14px;
    line-height: 24px;
  }
  .M1-box2 {
    padding-top: 30px;
  }
  .M1-bf1 {
    font-size: 18px;
    line-height: 30px;
  }
  .M1-bf2 {
    font-size: 14px;
    line-height: 24px;
  }
  .M1 .owl-theme .owl-controls {
    bottom: 20px;
    left: 0px;
  }
}
@media screen and (max-width: 999px) {
  .M1-border {
    padding-top: 30px;
  }
  .M1-title {
    font-size: 24px;
  }
  .M1-bf1 {
    font-size: 16px;
    line-height: 26px;
  }
  .M1 .owl-theme .owl-controls {
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .M1-title::before {
    display: none;
  }
  .M1-title {
    font-size: 22px;
    padding-left: 0px;
  }
  .M1-info {
    font-size: 12px;
    line-height: 22px;
    padding-top: 8px;
  }
  .M1-box2 {
    padding-top: 8px;
  }
  .M1-bf1 {
    font-size: 14px;
    line-height: 24px;
  }
  .M1-bf2 {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    padding-top: 8px;
  }
}
@media screen and (max-width: 538px) {
  .M1-border {
    padding-top: 20px;
  }
  .M1 .owl-carousel {
    padding-bottom: 15px;
  }
  .M1-title {
    font-size: 18px;
  }
  .M1-bf1 {
    font-size: 12px;
    line-height: 22px;
  }
  .M1-l {
    width: 100%;
    padding-top: 0px;
  }
  .M1-r {
    width: 100%;
    margin-top: 15px;
  }
}
.img-scroll {
  position: relative;
  margin-top: 68px;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  height: 54px;
  line-height: 54px;
  background-color: #999999;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 999;
  color: #fff;
  font-weight: bolder;
}

.img-scroll .prev {
  left: 0px;
  cursor: pointer;
}

.img-scroll .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
  background-color: #2d5ab0;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
}

.img-list li {
  float: left;
  width: 0.316%;
  margin-right: 0.026%;
  border-left: none;
  position: relative;
}

.M2 {
  background: url("../images/m2-backo.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.M2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m2-backo.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.M2-moudle {
  width: 100%;
  position: relative;
}

.M1-mimg {
  display: block;
  overflow: hidden;
}

.M2-mup {
  background-color: #ffffff;
  border: solid 2px #f5f5f5;
  position: relative;
  padding-top: 20px;
  padding-bottom: 31px;
}

.M1-mfont {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  width: 91%;
  margin: auto;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.M2-mdowm a {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: block;
  text-align: center;
  padding-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.M2-mdowm a:hover {
  color: #02489d;
}

.M2-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m2-back3.png");
  opacity: 0;
  transition: 0.5s;
}

.M2-moudle:hover .M2-mask {
  opacity: 1;
}

.M2-moudle:hover .M2-mup {
  border: solid 2px #2d5ab0;
}

@media screen and (max-width: 1333px) {
  .img-scroll {
    margin-top: 30px;
  }
  .M2-mup {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .img-scroll .prev,
  .img-scroll .next {
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .M2-mdowm a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 999px) {
  .M1-mfont {
    font-size: 14px;
    line-height: 24px;
    bottom: 7px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .img-scroll {
    margin-top: 20px;
  }
  .M2-mdowm a {
    font-size: 12px;
    line-height: 22px;
  }
  .img-scroll .prev,
  .img-scroll .next {
    font-size: 14px;
  }
}
@media screen and (max-width: 538px) {
  .img-list li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}
.M3 {
  position: relative;
}

.M3-border {
  padding-top: 52px;
  padding-bottom: 88px;
}

.M3-v {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: Roboto-Bold;
  font-size: 195px;
  line-height: 256px;
  color: #3b65b5;
  opacity: 0.03;
  text-transform: uppercase;
}

.img-scroll2 {
  position: relative;
  margin-top: 35px;
}

.scroll-common .prev,
.scroll-common .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 28px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0);
  top: 0%;
  transition: 0.5s;
  z-index: 999;
  color: #fff;
}

.scroll-common .prev {
  right: 0px;
  margin-right: 80px;
  cursor: pointer;
}

.scroll-common .next {
  right: 0px;
  cursor: pointer;
}

.scroll-common .prev:hover,
.scroll-common .next:hover {
  background-color: rgb(255, 255, 255);
  border-radius: 28px;
  color: rgb(59, 101, 181);
  border: solid 1px rgb(59, 101, 181);
}

.img-list2 {
  position: relative;
  overflow: hidden;
}

.img-list2 ul {
  width: 10000%;
}

.img-list2 li {
  float: left;
  width: 1%;
  margin-right: 0;
  border-left: none;
  position: relative;
}

.M3-title {
  font-family: Roboto-Bold;
  font-size: 46px;
  line-height: 50px;
  color: #333333;
  display: block;
  padding-left: 48px;
  position: relative;
}

.M3-title::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 4px;
  background-color: #000000;
  content: "";
}

.M3-info {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  display: block;
  padding-top: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.M3-mbox {
  display: flex;
  flex-flow: wrap;
  margin-top: 54px;
}

.M3-box {
  width: 48.6%;
  margin-right: 2.8%;
}

.M3-box:nth-child(2n) {
  margin-right: 0%;
  margin-top: 61px;
}

.M3-img {
  display: block;
  overflow: hidden;
  border-radius: 46px 0px 46px 0px;
}

.M3-img img {
  border-radius: 46px 0px 46px 0px;
}

.M3-font {
  width: 82.3%;
  font-size: 20px;
  line-height: 33px;
  color: #333333;
  display: block;
  padding: 24px 24px;
  background-color: #f2f4f5;
  position: relative;
  margin-top: -35px;
}

.M3-font a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.M3-font .start {
  position: absolute;
  right: -29px;
  top: -29px;
}

.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}

.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tankaungn2 iframe body {
  margin: 0px !important;
}

@media screen and (max-width: 767px) {
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 10%;
    right: 5%;
    bottom: 10%;
  }
}
@media screen and (max-width: 1333px) {
  .M3-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .M3-title::before {
    width: 20px;
    height: 4px;
  }
  .M3-title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 30px;
  }
  .M3-info {
    font-size: 14px;
    line-height: 24px;
  }
  .M3-font {
    font-size: 16px;
    line-height: 26px;
    padding: 14px 18px;
  }
  .M3-mbox {
    margin-top: 40px;
  }
  .scroll-common .prev,
  .scroll-common .next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .scroll-common .prev {
    margin-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .M3-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .M3-title {
    font-size: 24px;
  }
  .M3-font {
    font-size: 14px;
    line-height: 24px;
  }
  .M3-box:nth-child(2n) {
    margin-top: 30px;
  }
  .M3-mbox {
    margin-top: 20px;
  }
  .M3-v {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .M3-title {
    font-size: 20px;
    padding-left: 0px;
  }
  .M3-title::before {
    display: none;
  }
  .M3-info {
    font-size: 12px;
    line-height: 22px;
    padding-top: 8px;
  }
  .M3-font {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 538px) {
  .M3-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .M3-title {
    font-size: 18px;
  }
  .M3-font {
    padding: 8px 9px;
  }
  .M3-box:nth-child(2n) {
    margin-right: 0%;
    margin-top: 0px;
  }
  .M3-box {
    width: 100%;
    margin-right: 0%;
    margin-top: 15px !important;
  }
  .M3-mbox {
    margin-top: 10px;
  }
}
.M4 {
  background-color: #f2f4f5;
}

.M4-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.M4-l {
  width: 37%;
  padding-left: 13.7%;
  padding-top: 94px;
}

.M4-r {
  width: 59%;
  display: flex;
  align-items: center;
}

.M4-rbox {
  width: 100%;
}

.M4-mbox {
  display: flex;
  flex-flow: wrap;
  margin-top: 52px;
}

.M4-moudle {
  width: 50%;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  padding-top: 20px;
  padding-bottom: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.M4-moudle:nth-child(2n) {
  border-right: solid 1px #e8e8e8;
}

.M4-moudle:nth-child(3) {
  border-bottom: solid 1px #e8e8e8;
}

.M4-moudle:nth-child(4) {
  border-bottom: solid 1px #e8e8e8;
}

.M4-font {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.M4-img {
  padding-top: 13px;
}

.M4-img img {
  margin: auto;
}

.M4-m2 {
  background: url("../images/m4-tu4.png");
  background-size: cover;
  display: flex;
  align-items: center;
}

.M4-btn {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

.M4-btn i {
  font-size: 16px;
  display: block;
  line-height: 40px;
}

.M4-btn:hover {
  color: #fff;
  transform: scale(1.1, 1.1);
}

.M4-intro {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 31px;
}

.M4-row .row {
  padding-bottom: 38px;
}

.M4-row .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.M4-row5 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.M4-row .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.M4-row .owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.M4-row .owl-carousel .owl-item {
  float: left;
}

.M4-row .owl-carousel .owl-item a {
  display: block;
  overflow: hidden;
}

.M4-row .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.M4-row .owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.M4-row .owl-theme .owl-controls {
  position: absolute;
  left: 40px;
  bottom: 20px;
}

.M4-row .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.M4-row .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  font-size: 0px;
}

.M4-row .owl-theme .owl-controls .owl-page.active span {
  width: 62px;
  height: 18px;
  background-color: #da3423;
  border-radius: 9px;
  opacity: 1;
}

.M4-row .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important;
}

.M4-row .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.M4-row .owl-theme .owl-prev {
  left: 0px;
}

.M4-row .owl-theme .owl-next {
  right: 0px;
}

.M4-box2 {
  display: flex;
  flex-flow: wrap;
  margin-top: 29px;
}

.M4-border {
  padding-bottom: 60px;
}

.M4-box2 .M4-module2 {
  width: 31%;
  margin-right: 3.5%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.M4-box2 .M4-module2 .M4-ml {
  width: 18.2%;
}
.M4-box2 .M4-module2 .M4-mr {
  width: 77%;
}
.M4-box2 .M4-module2 .M4-mr .M4-mf1 {
  font-family: Roboto-Bold;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.M4-box2 .M4-module2 .M4-mr .M4-mf2 {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 7px;
}
.M4-box2 .M4-module2 .M4-mr .M4-mf1:hover,
.M4-box2 .M4-module2 .M4-mr .M4-mf2:hover {
  color: #02489d;
}
.M4-box2 .M4-module2:nth-child(3n) {
  margin-right: 0%;
}

@media screen and (max-width: 1666px) {
  .M4-l {
    width: 37%;
    padding-left: 8%;
    padding-top: 30px;
  }
  .M4-mbox {
    margin-top: 30px;
  }
  .M4-row .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
  }
  .M4-row .owl-theme .owl-controls .owl-page.active span {
    width: 40px;
    height: 10px;
  }
  .M4-moudle {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .M4-intro {
    margin-top: 15px;
  }
  .M4-intro {
    -webkit-line-clamp: 3;
  }
  .M4-m2 {
    justify-content: center;
  }
  .M4-btn {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1333px) {
  .M4-mbox {
    margin-top: 10px;
  }
  .M4-font {
    font-size: 14px;
    line-height: 24px;
  }
  .M4-l {
    padding-left: 4%;
  }
  .M4-img {
    padding-top: 1px;
    max-width: 80px;
    margin: auto;
  }
  .M4-intro {
    font-size: 14px;
    line-height: 24px;
  }
  .M4-box2 .M4-module2 .M4-mr .M4-mf1 {
    font-size: 16px;
    line-height: 30px;
  }
  .M4-box2 .M4-module2 .M4-mr .M4-mf2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 999px) {
  .M4-box2 .M4-module2 .M4-mr .M4-mf1 {
    font-size: 14px;
    line-height: 24px;
  }
  .M4-box2 .M4-module2 .M4-mr .M4-mf2 {
    font-size: 12px;
    line-height: 22px;
  }
  .M4-border {
    padding-bottom: 25px;
  }
  #box {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .M4-mbox {
    margin-top: 20px;
  }
  .M4-font {
    font-size: 12px;
    line-height: 22px;
  }
  .M4-intro {
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
  }
  .M4-l {
    width: 100%;
    padding-left: 0px;
    padding: 10px 15px;
  }
  .M4-r {
    width: 100%;
    margin-top: 15px;
  }
  .M4-row .row {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 538px) {
  .M4-box2 .M4-module2 .M4-ml {
    width: 100%;
  }
  .M4-box2 .M4-module2 .M4-mr {
    width: 100%;
    margin-top: 10px;
  }
  .M4-m2img img {
    margin: auto;
  }
  .M4-box2 .M4-module2 {
    border: 1px solid #cccccc;
    padding: 10px;
  }
  .M4-border {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 400px) {
  .M4-box2 .M4-module2 {
    width: 100%;
    margin-right: 0%;
    margin-top: 15px;
  }
  .M4-box2 {
    margin-top: 15px;
  }
  .M4-border {
    padding-bottom: 20px;
  }
}
.M5-border {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-scroll3 {
  position: relative;
  margin-top: 35px;
}

.ab1main4 {
  padding-top: 94px;
  padding-bottom: 84px;
}

.ab14biao {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 68px;
  max-width: 900px;
  margin: auto;
  font-family: PerpetuaTitlingMT-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

#box {
  position: relative;
  margin: auto;
  margin-top: 61px;
  padding-top: 108px;
  padding-bottom: 107px;
  overflow: hidden;
}

#box ul {
  position: relative;
  height: 0px;
  padding-bottom: 33.93%;
  margin: auto;
}

#box li {
  position: absolute;
  width: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px #9e9e9e;
}

#box li a {
  display: block;
}

#box li a img {
  width: 100%;
}

#box li > span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0px;
  top: 361px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

#box .prev {
  left: 0px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

#box .next {
  right: 0px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

#box .prev:hover,
#box .next:hover {
  color: #3b65b5;
}

#copyright {
  padding-top: 10px;
  text-align: center;
  border: 1px solid;
}

.fayinying {
  display: none;
}

.fayinying img {
  width: 100%;
}

#box li:nth-child(4) .fayinying {
  display: block;
}

.img-list5 ul li {
  position: relative;
}

.M5 {
  position: relative;
}

.M5-mask a:hover {
  color: #02489d;
}

.M5-mask {
  background: url("../images/m5-tu2.png");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0 !important;
  display: flex;
  flex-flow: wrap;
  padding-top: 43px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9999;
}
.M5-mask .left {
  width: 73%;
}
.M5-mask .left .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*.M5-mask .left .title:hover {
  color: #3b65b5;
}*/
.M5-mask .left .info {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 17px;
}
/*.M5-mask .left .info:hover {
  color: #3b65b5;
}*/
.M5-mask .right {
  width: 22%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.M5-mask .right .button {
  width: 46px;
  height: 46px;
  line-height: 44px;
  background-color: #3b65b5;
  border: 1px solid #3b65b5;
  border-radius: 8px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.M5-mask .right .button:hover {
  background-color: #fff;
  color: #3b65b5;
}

.img-list5 ul li:nth-child(3) .M5-mask {
  opacity: 1 !important;
}

.img-scroll6 {
  display: none;
}

.M5-top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.M5-rbtn {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  display: block;
  position: relative;
  z-index: 9999;
}

.M5-rbtn i {
  color: #999999;
  font-size: 14px;
}

.M5-rbtn:hover {
  color: #323f85;
}

@media screen and (max-width: 1333px) {
  .ab1main4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #box {
    margin-top: 10px;
  }
  .M5-mask .left .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  .M5-mask .left .title {
    font-size: 16px;
    line-height: 26px;
  }
  .M5-mask .right .button {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .M5-mask .right .button i {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .ab1main4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .M5-rbtn {
    font-size: 14px;
    line-height: 24px;
  }
  .ab14biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
  }
  #box {
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .M5-mask .left .title {
    font-size: 14px;
    line-height: 24px;
  }
  .M5-mask {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ab1main4 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ab14biao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  #box {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .M5-mask .left .info {
    font-size: 12px;
    line-height: 22px;
  }
  .M5-mask .left .title {
    font-size: 12px;
    line-height: 22px;
  }
  .M5-mask .right .button {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  #box {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 538px) {
  .img-scroll6 {
    position: relative;
    margin-top: 15px;
  }
  .img-scroll6 .prev {
    left: 0px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .img-scroll6 .next {
    right: 0px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .img-scroll6 .prev:hover,
  .img-scroll6 .next:hover {
    color: #0064fb;
  }
  .img-list6 {
    position: relative;
    overflow: hidden;
  }
  .img-list6 ul {
    width: 10000%;
  }
  .img-list6 li {
    float: left;
    width: 0.49%;
    margin-right: 0.02%;
    border-left: none;
    position: relative;
  }
  .img-list6 li a {
    display: block;
    overflow: hidden;
  }
  .img-list6 .M5-mask {
    position: static;
    opacity: 1 !important;
    background: none;
    border: 1px solid #cccccc;
  }
  .img-list6 .M5-mask .right .button {
    display: none;
  }
  .img-list6 .M5-mask .left {
    width: 100%;
  }
  .img-scroll5 {
    display: none;
  }
  .img-scroll6 {
    display: block;
  }
  .M5-mask {
    padding: 5px;
  }
}
.M6 {
  background: url("../images/m6-tu1.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.M6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m6-tu1.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.M6-border {
  padding-top: 181px;
  padding-bottom: 211px;
}

.M6-title {
  font-family: Roboto-Bold;
  font-size: 46px;
  line-height: 25px;
  color: #ffffff;
  display: block;
}

.M6-info {
  font-size: 16px;
  line-height: 25px;
  color: #e9e9e9;
  display: block;
  padding-top: 32px;
  width: 50%;
}

.M6-btn {
  width: 198px;
  height: 55px;
  background-color: #3b65b5;
  border: 1px solid #3b65b5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 43px;
}

.M6-btn i {
  padding-left: 20px;
}

.M6-btn:hover {
  background-color: #fff;
  color: #3b65b5;
}

@media screen and (max-width: 1333px) {
  .M6-title {
    font-size: 28px;
    line-height: 30px;
  }
  .M6-info {
    font-size: 14px;
    line-height: 24px;
  }
  .M6-btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    margin-top: 30px;
    font-size: 16px;
  }
  .M6-btn i {
    font-size: 12px;
  }
  .M6-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .M6-title {
    font-size: 24px;
  }
  .M6-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .M6-title {
    font-size: 22px;
  }
  .M6-info {
    font-size: 12px;
    line-height: 22px;
    padding-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 538px) {
  .M6-title {
    font-size: 18px;
  }
  .M6-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .M6-btn {
    font-size: 14px;
  }
}
.M7-border {
  padding-top: 93px;
}

.img-scroll7 {
  position: relative;
  margin-top: 71px;
}

.img-list7 {
  position: relative;
  overflow: hidden;
}

.img-list7 ul {
  width: 10000%;
}

.img-list7 li {
  float: left;
  width: 0.3233%;
  margin-right: 0.015%;
  border: solid 1px #eeeeee;
  border-left: none;
  position: relative;
}

.M7-img {
  display: block;
  overflow: hidden;
}

.M7-date {
  font-size: 16px;
  line-height: 28px;
  color: #3b65b5;
  padding-top: 11px;
}

.M7-info {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 28px;
  max-height: 61px;
  color: #333333;
  display: block;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.M7-btn {
  width: 156px;
  height: 46px;
  background-color: #4da8f1;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.M7-btn .btn {
  display: block;
  background-color: #4da8f1;
  font-size: 14px;
  line-height: 46px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  width: calc(100% - 46px);
}
.M7-btn .icon {
  background-color: #3b65b5;
  font-size: 14px;
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  border-radius: 0px 8px 8px 0px;
}
.M7-btn .icon i {
  color: #fff;
  width: 46px;
  height: 46px;
  display: block;
  line-height: 44px;
}

.M7-btn .btn:hover {
  text-decoration: underline;
}

.img-scroll7 .prev,
.img-scroll7 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  height: 54px;
  line-height: 54px;
  background-color: #999999;
  text-align: center;
  top: 33%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 999;
  color: #fff;
  font-weight: bolder;
}

.img-scroll7 .prev {
  left: -84px;
  cursor: pointer;
}

.img-scroll7 .next {
  right: -84px;
  cursor: pointer;
}

.img-scroll7 .prev:hover,
.img-scroll7 .next:hover {
  background-color: #2d5ab0;
}

.M7-border {
  position: relative;
}

.M7-box {
  width: 543px;
  height: 282px;
  background-color: #db3524;
  padding: 20px 43px;
  position: absolute;
  top: -141px;
  right: 0px;
}

.M7-top {
  display: flex;
  align-items: center;
}

.M7-top i {
  font-size: 88px;
  color: #fff;
  padding-right: 28px;
}

.M7-top p {
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

.M7-bottom {
  padding-bottom: 10px;
  padding-top: 4px;
}

.M7-con {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}

.M7-con a {
  color: #ffffff;
}

.M7-con a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1666px) {
  .img-scroll7 .prev {
    left: 0px;
  }
  .img-scroll7 .next {
    right: 0px;
  }
}
@media screen and (max-width: 1333px) {
  .M7-box {
    width: 50%;
    height: auto;
  }
  .M7-top p {
    font-size: 18px;
    line-height: 30px;
  }
  .M7-con {
    font-size: 16px;
    line-height: 26px;
  }
  .M7-top i {
    font-size: 50px;
  }
  .M7-box {
    top: -80px;
  }
  .img-scroll7 {
    margin-top: 30px;
  }
  .M7-date {
    font-size: 14px;
    line-height: 24px;
  }
  .M7-info {
    font-size: 16px;
    line-height: 26px;
  }
  .M7-btn {
    margin-top: 20px;
    width: 200px;
    height: 40px;
  }
  .M7-btn .btn {
    line-height: 40px;
  }
  .M7-btn .icon {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .M7-btn .icon i {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .M7-border {
    padding-top: 50px;
  }
  .img-scroll7 .prev,
  .img-scroll7 .next {
    width: 30px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 999px) {
  .M7-top p {
    font-size: 16px;
  }
  .M7-con {
    font-size: 14px;
    line-height: 24px;
  }
  .img-scroll7 {
    margin-top: 20px;
  }
  .M7-info {
    font-size: 14px;
    line-height: 24px;
  }
  .M7-border {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .M7-top p {
    font-size: 14px;
  }
  .M7-con {
    font-size: 12px;
    line-height: 22px;
  }
  .img-scroll7 {
    margin-top: 15px;
  }
  .M7-date {
    font-size: 12px;
    line-height: 22px;
  }
  .M7-info {
    font-size: 12px;
    line-height: 22px;
  }
  .M7-box {
    display: none;
  }
  .M7-border {
    padding-top: 20px;
  }
}
@media screen and (max-width: 538px) {
  .M7-border {
    padding-top: 20px;
  }
  .M7-btn {
    display: none;
  }
}
.ser2M1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ser2M1-border {
  margin-top: 59px;
  margin-bottom: 104px;
}

.ser2M1-l {
  width: 60%;
  display: flex;
  align-items: center;
}

.ser2M1-r {
  width: 37.4%;
}

.ser2M1-rtitle {
  font-size: 28px;
  line-height: 40px;
  color: #2d5ab0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}

.ser2M1-rinfo {
  font-size: 16px;
  line-height: 26px;
  padding-top: 24px;
}

.ser2M1-rinfo p {
  color: #666666;
}

.ser2M1-share {
  display: flex;
  flex-flow: wrap;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  align-items: center;
  margin-top: 99px;
}

.ser2M1-share .share {
  color: #666666;
  margin-top: 0px;
}

.ser2M1-info {
  font-size: 16px;
  line-height: 28px;
  padding-top: 35px;
}

.ser2M1-info p {
  color: #666666;
}

@media screen and (max-width: 1333px) {
  .ser2M1-rtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .ser2M1-rinfo {
    font-size: 14px;
    line-height: 24px;
  }
  .ser2M1-share {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  .ser2M1-info {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
  }
  .ser2M1-border {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .ser2M1-rtitle {
    font-size: 20px;
  }
  .ser2M1-border {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ser2M1-rtitle {
    font-size: 18px;
  }
  .ser2M1-rinfo {
    font-size: 12px;
    line-height: 22px;
  }
  .ser2M1-share {
    font-size: 12px;
    line-height: 22px;
  }
  .ser2M1-info {
    font-size: 12px;
    line-height: 22px;
  }
  .ser2M1-l {
    width: 100%;
  }
  .ser2M1-r {
    width: 100%;
    margin-top: 15px;
  }
  .ser2M1-share {
    margin-top: 15px;
  }
  .ser2M1-rinfo {
    padding-top: 15px;
  }
}
@media screen and (max-width: 538px) {
  .ser2M1-rtitle {
    font-size: 16px;
  }
  .ser2M1-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ser2M1-info {
    padding-top: 15px;
  }
}
.se3M1-border {
  padding-top: 59px;
  padding-bottom: 101px;
}

.se3M1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.se3M1 .serM1-l {
  width: calc(100% - 441px);
}

.se3M1-m {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 36px;
}

.se3M1-module {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 38px;
}

.se3M1-module:nth-child(2n) {
  margin-right: 0px;
}

.se3M1-img {
  display: block;
  overflow: hidden;
}

.se3M1-btn {
  display:block;
  width: 181px;
  height: 51px;
  background-color: #666666;
  font-size: 14px;
  line-height: 51px;
  color: #ffffff;
  position: relative;
  padding-left: 79px;
  margin: auto;
  margin-top: 25px;
}

.se3M1-btn a,.se3M1-btn span {
  color: #ffffff;
}

.se3M1-btn:hover {
  background-color: #2d5ab0;
}

.se3M1-bimg {
  position: absolute;
  width: 27px;
  height: 27px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1333px) {
  .se3M1 .serM1-l {
    width: calc(100% - 400px);
  }
  .se3M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .se3M1-btn {
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
  }
  .se3M1-module {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .se3M1 .serM1-l {
    width: calc(100% - 300px);
  }
  .se3M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .se3M1 .serM1-l {
    width: 100%;
  }
  .se3M1-box {
    flex-direction: column-reverse;
  }
  .se3M1-m {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 538px) {
  .se3M1-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .se3M1-m {
    margin-bottom: 15px;
  }
  .se3M1-btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    padding-left: 44px;
    font-size: 12px;
  }
  .se3M1-bimg {
    left: 10px;
  }
}
.ser4M1-border {
  padding-top: 60px;
  padding-bottom: 122px;
}

.ser4M1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 61px;
}

.ser4M1-l {
  width: 45.8%;
}

.ser4M1-lbox {
  display: flex;
  flex-flow: wrap;
}

.ser4M1-moudle {
  width: 49%;
  margin-right: 2%;
  background-color: #f3f4f8;
  margin-bottom: 9px;
  padding-top: 43px;
  padding-bottom: 57px;
}

.ser4M1-moudle:nth-child(2n) {
  margin-right: 0px;
}

.ser4M1-mimg img {
  margin: auto;
}

.ser4M1-mfont {
  font-family: Roboto-Bold;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-top: 28px;
}

.ser4M1-mfont::before {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #999999;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.ser4M1-r {
  width: 52.5%;
  background-color: #f3f4f8;
  display: flex;
}

.ser4M1-rsafe {
  width: 90%;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 0px auto;
}

.ser4M1-rtitle {
  position: relative;
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
}

.ser4M1-rtitle::before {
  width: 100px;
  height: 3px;
  background-color: #2d5ab0;
  position: absolute;
  bottom: -20px;
  left: 0px;
  content: "";
}

.ser4M1-rinfo {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  padding-top: 71px;
}

.ser4M1-moudle.show p {
  color: #fff;
}

.ser4M1-moudle.show p::before {
  background-color: #fff;
}

.ser4M1-mimg .tu2 {
  display: none;
}

.ser4M1-moudle.show .tu2 {
  display: block;
}

.ser4M1-moudle.show .tu1 {
  display: none;
}

@media screen and (max-width: 1333px) {
  .ser4M1-rtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .ser4M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ser4M1-mfont {
    font-size: 16px;
    line-height: 26px;
  }
  .ser4M1-rinfo {
    font-size: 16px;
    line-height: 26px;
  }
  .ser4M1-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .ser4M1-rtitle {
    font-size: 22px;
  }
  .ser4M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ser4M1-mfont {
    font-size: 14px;
    line-height: 24px;
  }
  .ser4M1-rinfo {
    font-size: 14px;
    line-height: 24px;
  }
  .ser4M1-mimg {
    width: 28px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .ser4M1-rtitle {
    font-size: 20px;
  }
  .ser4M1-rinfo {
    font-size: 12px;
    line-height: 22px;
  }
  .ser4M1-box {
    margin-top: 20px;
  }
  .ser4M1-l {
    width: 100%;
  }
  .ser4M1-r {
    width: 100%;
    margin-top: 20px;
  }
  .ser4M1-rsafe {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ser4M1-rinfo {
    padding-top: 50px;
  }
  .ser4M1-r {
    margin-top: 10px;
  }
}
@media screen and (max-width: 538px) {
  .ser4M1-rtitle {
    font-size: 18px;
  }
  .ser4M1-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ser4M1-moudle {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .ser4M1-mfont {
    padding-top: 10px;
  }
}
.ser5M1 .M3-mbox {
  padding-bottom: 67px;
}

.ser5M1-border {
  padding-bottom: 99px;
  padding-top: 5px;
}

@media screen and (max-width: 1333px) {
  .ser5M1 .M3-mbox {
    padding-bottom: 50px;
  }
  .ser5M1-border {
    padding-bottom: 50px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 999px) {
  .ser5M1 .M3-mbox {
    padding-bottom: 30px;
  }
  .ser5M1-border {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 538px) {
  .ser5M1 .M3-mbox {
    padding-bottom: 20px;
  }
  .ser5M1-border {
    padding-bottom: 20px;
  }
}
.fanpian {
  padding: 24px 15px;
  line-height: 32px;
  margin-top: 60px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #f4f4f4;
  width: 100%;
}

.fanpian p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  padding: 0 40px;
  position: relative;
  width: 48%;
}

.fanpian p i {
  background-color: #d5d5d5;
}

.fanpian p:last-child {
  text-align: right;
}

.fanpian p:hover i {
  background-color: #0089cf;
}

.fanpian p:hover a {
  color: #666666;
}

.fanpian i {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #d5d5d5;
  line-height: 32px;
  text-align: center;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0px;
}

.fanpian p a {
  color: #666666;
}

.fanpian p:nth-child(1) i {
  left: 0px;
}

.fanpian p:nth-child(2) i {
  right: 0px;
}

@media screen and (max-width: 1333px) {
  .fanpian {
    padding: 10px;
    line-height: 32px;
    margin-top: 30px;
  }
  .fanpian p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .fanpian {
    margin-top: 0px;
  }
  .fanpian p {
    width: 100%;
    padding-right: 0px !important;
    margin: 3px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fanpian p:last-child {
    text-align: left;
  }
  .fanpian p:nth-child(2) i {
    right: auto;
    left: 0px;
  }
}
/* ********************** foot *************************** */
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #666666;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #666666;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #666666;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #666666;
}

.foot {
  background-color: #0a224e;
  background-size: cover;
}

.foot > .zong {
  position: relative;
  padding-bottom: 10px;
  font-size: 0px;
}

.fo1 {
  width: 23.5%;
  float: left;
}

.fo2 {
  width: 18%;
  margin-left: 2.6%;
  float: left;
}

.fo3 {
  width: 24.3%;
  float: left;
  margin-left: 3%;
}

.fo1-pic {
  padding-top: 8px;
  display: block;
}

.fobiao {
  display: block;
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}

.fointro {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cdd5dd;
  padding-top: 27px;
}

.fo1p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}

.fo1p p {
  color: #cccccc;
}

.fo1mor {
  display: block;
  width: 139px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #fff;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #02489d;
  margin-top: 38px;
}

.fo1mor:hover {
  background-color: #02489d;
  color: #fff !important;
  border: 1px solid #02489d;
}

.fo1mor i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 28px;
}

.fonav {
  font-size: 18px;
  line-height: 47px;
  color: #cbcbcb;
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
}

.fonav a {
  display: block;
  color: #cccccc;
  width: 49%;
  margin-right: 2%;
}

.fonav a:nth-child(2n) {
  margin-right: 0px;
}

.foul {
  color: #cfcece;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  margin-top: 28px;
}

.foul li {
  color: #cfcece;
  position: relative;
  margin-bottom: 16px;
}

.foul-border {
  width: 100%;
}

.ful-info {
  font-size: 16px;
  line-height: 25px;
  color: #cccccc;
  display: flex;
}

.ful-info2 {
  padding-top: 16px;
}

.ful-info3 {
  padding-top: 14px;
}

.ful-info i {
  color: #db3524;
  font-size: 30px;
  margin-right: 25px;
}

.ful-info p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.ful-info a {
  color: #cccccc;
  display: block;
}

.shejiao {
  font-size: 0px;
  padding-top: 37px;
}

.shejiao a {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  line-height: 41px;
  border: solid 1px #fff;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 5px;
  border-radius: 50%;
}

.shejiao a:first-child {
  margin-left: auto;
}

.foxian {
  position: absolute;
  top: 0px;
  bottom: 30px;
  border-left: 1px dashed #676767;
}

.foxian1 {
  left: 13.83%;
}

.foxian2 {
  left: 41.83%;
}

.foxian3 {
  right: 28.75%;
}

.foot2 {
  background-color: #081e45;
  padding-bottom: 30px;
  padding-top: 1px;
}

.fop {
  font-size: 16px;
  line-height: 28px;
}

.fop a {
  color: #cbcbcb;
}

.fop a img {
  display: inline-block;
}

.fo1-icon {
  font-size: 16px;
  line-height: 34px;
  color: #c70a27;
}

.fo-frendly {
  margin-top: 16px;
}

.youlian {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.youlian span,
.youlian a {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
}

.youlian a {
  margin: 0 3px;
}

.foot a:hover {
  color: #ea1c26;
}

.shejiao a:hover {
  background: #ea1c26;
  color: #fff;
  border: 1px solid #ea1c26;
}

.clear2 {
  display: none;
}

.fo1-brand {
  padding-top: 0px;
}

.fo1-brand i {
  font-size: 26px;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #626262;
  line-height: 34px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px;
}

.fo1-brand i:hover {
  background: #db3524;
}

.fo4 {
  float: right;
  width: 26%;
  margin-top: -19px;
}

.fo4-form {
  background-color: #061b49;
  padding: 20px 24px;
}

.fo4 form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 14px;
}

.fo4 .int1 {
  height: 37px;
  width: 100%;
  margin-bottom: 9px;
}

.fo4 .int1 input {
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
  background: none;
  border: solid 1px #ffffff;
}

.xing {
  background: url("../images/xing.png") no-repeat 5px 15px;
}

.fo4 .int2 {
  width: 100%;
  margin-bottom: 9px;
}

.fo4 textarea {
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
  padding-top: 9px;
  background: none;
  border: solid 1px #ffffff;
}

.fo4 .int3 {
  width: 66%;
  position: relative;
  margin-bottom: 9px;
  padding-right: 36px;
}

.fo4 .int3 input {
  width: 64%;
  height: 37px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
  background: none;
  padding-right: 0px;
  border: solid 1px #ffffff;
}

.fo4 .int3 img {
  width: 88px;
  height: 37px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.fo4 .int4 {
  width: 32%;
  position: relative;
  margin-bottom: 9px;
}

.fo4 .int4 input {
  width: 100%;
  font-size: 14px;
  height: 37px;
  color: #ffffff;
  cursor: pointer;
  background-color: #c70a27;
  border: 1px solid #c70a27;
}

.fo4 .int4 input:hover {
  color: #c70a27;
  background-color: #fff;
}

.fo4 input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #ffffff;
}

.fo4 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #ffffff;
}

.fo4 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #ffffff;
}

.fo4 input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #ffffff;
}

.fo4 textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #ffffff;
}

.fo4 textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #ffffff;
}

.fo4 textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #ffffff;
}

.fo4 textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #ffffff;
}

.foot-border {
  padding-top: 56px;
  padding-bottom: 117px;
}

.fo-con {
  border-radius: 8px;
  display: flex;
  flex-flow: wrap;
  background-color: #fff;
  margin-top: -50px;
}

.fo-mod {
  display: flex;
  justify-content: center;
  width: 25%;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 23px;
}

.fo-mbtn {
  width: 221px;
  height: 50px;
  background-color: rgb(219, 53, 36);
  border-radius: 4px;
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}

.fo-mbtn:hover {
  color: #fff !important;
  text-decoration: underline;
}

.fo-ml {
  margin-right: 15px;
}

.fo-ml i {
  color: #3b65b5;
  font-size: 40px;
}

.fo-mrf1 {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  display: block;
}

.fo-mrf2 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #3b65b5;
  display: block;
}

@media screen and (max-width: 1777px) {
  .fo1 {
    width: 28%;
  }
  .fo2 {
    width: 14%;
    margin-left: 2%;
  }
  .fo3 {
    width: 18%;
    margin-left: 2%;
  }
  .foot-border {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1699px) {
  .shejiao {
    padding-top: 20px;
  }
  .fosuo {
    width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fosou {
    padding-left: 5px;
    padding-right: 85px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shejiao a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1555px) {
  .fo1p {
    font-size: 14px;
    line-height: 26px;
  }
  .fo1mor {
    font-size: 14px;
    line-height: 26px;
  }
  .fobiao {
    font-size: 20px;
  }
  .foul-bright p {
    font-size: 14px;
    line-height: 26px;
  }
  .fonav {
    font-size: 14px;
    line-height: 26px;
  }
  .fointro {
    font-size: 14px;
  }
  .ful-info {
    font-size: 14px;
    line-height: 26px;
  }
  .fo4 input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }
  .fo4 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  .fo4 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .fo4 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }
  .fo4 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }
  .fo4 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  .fo4 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .fo4 textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }
  .xing {
    background: url("../images/xing.png") no-repeat 5px 16px;
    background-color: rgba(0, 0, 0, 0);
  }
  .foot-border {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1333px) {
  .fo1-brand {
    padding-top: 20px;
  }
  .fo2 {
    width: 15%;
  }
  .fo4 .int2 {
    width: 100%;
  }
  .fo4 .int2 input {
    width: 72%;
  }
  .fo4 .int3 {
    width: 100%;
  }
  .fo4 .int4 {
    width: 100%;
  }
  .shejiao a {
    margin-left: 13px;
  }
  .ful-info p {
    font-size: 16px;
    line-height: 26px;
  }
  .ful-info i {
    font-size: 20px;
  }
}
@media screen and (max-width: 1111px) {
  .foot {
    padding-top: 9px;
  }
  .fo1 {
    width: 49%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .fo2 {
    width: 49%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .fo3 {
    width: 49%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .fo4 {
    width: 49%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .foot-border {
    padding-top: 20px;
    padding-bottom: 80px;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 999px) {
  .foot2 {
    padding-top: 0px;
  }
  .fo-con {
    margin-top: 10px;
  }
  .fop {
    padding-top: 10px;
  }
  .fo1-pic {
    width: 200px;
  }
  .fo1p {
    margin-top: 14px;
  }
  .fobiao {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .fo1-brand {
    padding-top: 14px;
  }
  .fo1 {
    margin-top: 5px;
  }
  .fo2 {
    margin-top: 20px;
  }
  .fo3 {
    margin-top: 20px;
  }
  .fop {
    padding-top: 30px;
  }
  .foot {
    padding-top: 10px;
  }
  .clear2 {
    clear: both;
    display: block;
  }
  .foxian {
    display: none;
  }
  .fonav {
    font-size: 14px;
    line-height: 30px;
    color: #cdd5dd;
    margin-top: 12px;
  }
  .foul {
    line-height: 30px;
    margin-top: 14px;
  }
  .fop {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .youlian {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .foot2 {
    padding-bottom: 60px;
    margin-top: 10px;
  }
  .shejiao a {
    margin-left: 15px;
  }
  .fo-mrf2 {
    font-size: 14px;
    line-height: 24px;
  }
  .fo-mrf1 {
    font-size: 14px;
    line-height: 24px;
  }
  .fo-ml i {
    font-size: 24px;
  }
  .fo-mod {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .foot-border {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fo-con {
    display: none;
  }
  .fo1-icon {
    display: none;
  }
  .fo4 {
    display: none;
  }
  .fop a {
    font-size: 14px;
    line-height: 26px;
  }
  .fo1 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fo1-brand {
    padding-top: 0px;
  }
  .fo1 {
    margin-top: 0px;
  }
  .fop {
    font-size: 14px;
    line-height: 26px;
    padding-top: 12px;
  }
  .foot {
    padding-top: 10px;
  }
  .fo1-pic {
    display: none;
  }
  .fo1p {
    display: none;
  }
  .fo2,
  .fo3 {
    display: none;
  }
  .fointro {
    display: none;
  }
  .fo4 form {
    display: none;
  }
  .fo4 .fobiao {
    display: none;
  }
  .fo4 {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .shejiao {
    padding-top: 6px;
  }
  .youlian {
    display: none;
  }
  .foot > .zong {
    padding-bottom: 20px;
  }
  .foot-border {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .foot2 {
    padding-bottom: 0px;
    margin-top: 7px;
    padding-top: 0px;
  }
  .fop {
    font-size: 12px;
    line-height: 22px;
  }
  .foot {
    padding-top: 0px;
  }
}
@media screen and (max-width: 538px) {
  .fop {
    font-size: 12px;
    line-height: 22px;
  }
  .fo1-brand i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 10px;
  }
}
/*********** kefu************** */
.top {
  width: 47px;
  height: 47px;
  background-color: #f2f2f2;
  border-radius: 25px;
  line-height: 47px;
  color: #a3a3a3;
  font-weight: bolder;
  font-size: 28px !important;
  text-align: center;
  margin-top: 3px;
  cursor: pointer;
  transition: 0.9s;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 0px;
}

.top i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  line-height: 22px;
  text-align: center;
}

.lianxi {
  position: fixed;
  width: 47px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}

.lianxi div a {
  display: block;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 22px;
  color: #fff;
  margin-top: 3px;
  background-color: #2d5ab0;
}

.ke1 {
  background: #000000;
}

.ke2 {
  background: #555555;
}

.ke3 {
  background: #000000;
}

.ke4 {
  background: #15418f;
}

.weixin {
  position: relative;
  cursor: pointer;
}

.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;
}

.tankuang {
  position: absolute;
  bottom: 50px;
  left: 50% !important;
  margin-left: -75px;
}

.tankuang img {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  left: auto;
  margin: auto;
}

.lianxi div a:hover {
  color: #2d5ab0;
  background-color: #fff;
}

.clear2 {
  display: none;
}

@media screen and (max-width: 999px) {
  .lianxi {
    background-color: none;
    padding: 0px;
  }
  .lianxi {
    width: 100%;
    right: auto;
    top: auto;
    margin: auto;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #fff;
    transform: translateY(0);
  }
  .top {
    margin-top: 0px;
  }
  .youlian {
    display: none;
  }
  .top {
    width: 25%;
    height: 47px;
    line-height: 47px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background-color: #0a224e;
    color: #fff;
  }
  .lianxi div {
    width: 100%;
    float: left;
  }
  .lianxi div a {
    margin: auto;
    width: 100%;
    background-color: #0a224e;
    background-color: #0a224e;
    border-radius: 0px;
    color: #fff;
  }
  .weixin2 {
    display: block;
  }
  .weixin1 {
    display: none;
  }
  .tankuang {
    position: absolute;
    bottom: 50px;
    left: 0% !important;
    margin-left: 0px;
  }
}
.mbbox {
  background-color: #f3f4f8;
}

.mianbao {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 33px;
}

.btitle {
  font-size: 30px;
  line-height: 41px;
  color: #2d5ab0;
  display: block;
}

.binfo {
  font-size: 14px;
  line-height: 41px;
  color: #666666;
  display: block;
}

.binfo .comian {
  color: #2d5ab0;
}

.M8 {
  position: relative;
}

.M8-border {
  padding-top: 98px;
  padding-bottom: 100px;
}

.M8-box {
  display: flex;
  flex-flow: wrap;
  margin-top: 76px;
}

.M8-moudle {
  width: 19.6%;
  margin-right: 0.5%;
  margin-top: 8px;
  filter: grayscale(100%);
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #f4f4f4;
}

.M8-moudle:hover {
  filter: grayscale(0%);
}

.M8-moudle:nth-child(5n) {
  margin-right: 0px;
}

@media screen and (max-width: 1333px) {
  .M8-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .M8-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .M8-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .M8-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .M8-box {
    margin-top: 20px;
  }
  .M8-moudle {
    width: 33%;
    margin-right: 0.5%;
  }
  .M8-moudle:nth-child(5n) {
    margin-right: 0px;
  }
  .M8-moudle:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 538px) {
  .M8-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .M8-box {
    margin-top: 10px;
  }
}
.aM1-border {
  padding-top: 56px;
}

.aM1-title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 41px;
  color: #2d5ab0;
  display: block;
  text-align: center;
}

.aM1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 49px;
  padding-bottom: 73px;
  flex-direction: row-reverse;
}

.aM1-l {
  width: 49%;
  padding-top: 65px;
}

.aM1-r {
  width: 48%;
}

.aM1-ltitle {
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  display: block;
}

.aM1-linfo {
  font-size: 16px;
  line-height: 28px;
  padding-top: 11px;
}

.aM1-linfo p {
  color: #666666;
}

.aM1-r {
  width: 43%;
  clear: both;
}

.aM1-rimg {
  position: relative;
}

.aM1-rimg::before {
  width: 271px;
  height: 171px;
  background-color: #2d5ab0;
  position: absolute;
  bottom: -10px;
  left: -10px;
  content: "";
  z-index: -1;
}

.aM1-box .clear {
  display: none;
}

@media screen and (max-width: 1333px) {
  .aM1-title {
    font-size: 28px;
    line-height: 30px;
  }
  .aM1-ltitle {
    font-size: 22px;
    line-height: 30px;
  }
  .aM1-linfo {
    font-size: 14px;
    line-height: 24px;
  }
  .aM1-l {
    padding-top: 30px;
    width: auto;
    overflow: visible;
  }
  .aM1-r {
    float: right;
    clear: both;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .aM1-box {
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .aM1-box .clear {
    display: block;
  }
  .aM1-border {
    padding-top: 40px;
  }
  .btitle {
    font-size: 18px;
    line-height: 30px;
  }
  .mianbao {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .aM1-title {
    font-size: 24px;
  }
  .aM1-ltitle {
    font-size: 20px;
    line-height: 30px;
  }
  .aM1-l {
    padding-top: 0px;
  }
  .btitle {
    font-size: 16px;
    line-height: 26px;
  }
  .mianbao {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .aM1-border {
    padding-top: 20px;
  }
  .aM1-title {
    font-size: 20px;
  }
  .aM1-ltitle {
    font-size: 18px;
    line-height: 30px;
  }
  .aM1-l {
    padding-top: 10px;
    width: 100%;
  }
  .aM1-r {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .aM1-rimg {
    max-width: 605px;
    margin: auto;
  }
  .aM1-rimg::before {
    display: none;
  }
  .aM1-linfo {
    font-size: 12px;
    line-height: 22px;
  }
  .aM1-box {
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .btitle {
    font-size: 14px;
    line-height: 24px;
  }
  .mianbao {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 538px) {
  .aM1-title {
    font-size: 18px;
  }
  .aM1-ltitle {
    font-size: 16px;
    line-height: 26px;
  }
  .btitle {
    font-size: 12px;
    line-height: 22px;
  }
  .binfo {
    font-size: 12px;
    line-height: 22px;
  }
}
.aM2 {
  background: url("../images/am2-back.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.aM2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/am2-back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.aM2-border {
  padding-top: 80px;
  padding-bottom: 73px;
}

.img-scroll8 {
  position: relative;
  margin-top: 51px;
}

.img-scroll8 .prev,
.img-scroll8 .next {
  top: 50%;
  transform: translateY(-50%);
}

.img-scroll8 .prev {
  left: -96px;
  cursor: pointer;
}

.img-scroll8 .next {
  right: -96px;
  cursor: pointer;
}

.img-list8 {
  position: relative;
  overflow: hidden;
}

.img-list8 ul {
  width: 10000%;
}

.img-list8 li {
  float: left;
  width: 0.238%;
  margin-right: 0.0166%;
  border-left: none;
  position: relative;
}

.img-list8 li .aM2-img {
  display: block;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px rgba(45, 90, 176, 0.17);
  border: solid 1px #e8e8e8;
}

.img-list8 li .aM2-img {
  width: 100%;
}

.img-list8 li .aM2-img img {
  width: 100%;
}

.aM2-font {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 41px;
  color: #333333;
  text-align: center;
  display: none;
}

@media screen and (max-width: 1666px) {
  .img-scroll8 .prev {
    left: 0px;
    cursor: pointer;
  }
  .img-scroll8 .next {
    right: 0px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1333px) {
  .aM2-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .img-scroll8 {
    margin-top: 50px;
  }
  .aM2-font {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 999px) {
  .aM2-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aM2-font {
    font-size: 14px;
    line-height: 24px;
  }
  .img-scroll8 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aM2-font {
    font-size: 12px;
    line-height: 22px;
  }
  .img-list8 li {
    width: 0.33%;
    margin-right: 0.005%;
  }
}
@media screen and (max-width: 538px) {
  .aM2-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .img-list8 li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}
.aM3 {
  background: url("../images/am3back.png") no-repeat;
  background-size: cover;
}

.aM3-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.aM3-l {
  width: 50%;
  display: flex;
  align-items: center;
}

.aM3-lr {
  width: 100%;
}

.aM3-r {
  width: 50%;
}

.aM3-rsafe {
  padding: 116px 97px;
  padding-right: 97px;
  padding-right: 29%;
  margin: auto;
}

.aM3-title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 55px;
  color: #ffffff;
}

.aM3-info {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 17px;
  position: relative;
}

.aM3-info::before {
  width: 178px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  left: -40px;
  bottom: -32px;
  opacity: 0.5;
}

.aM3-info::after {
  width: 1px;
  height: 179px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  left: -30px;
  bottom: -56px;
  opacity: 0.5;
}

.aM3-info p {
  color: #ffffff;
}

.aM3-row5 .row {
  padding-bottom: 38px;
}

.aM3-row .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.aM3-row .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.aM3-row .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.aM3-row .owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.aM3-row .owl-carousel .owl-item {
  float: left;
}

.aM3-row .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.aM3-row .owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aM3-row .owl-theme .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.aM3-row .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.aM3-row .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  font-size: 0px;
}

.aM3-row .owl-theme .owl-controls .owl-page.active span {
  background-color: #da3423;
  border-radius: 9px;
  width: 62px;
  height: 18px;
  opacity: 1;
}

.aM3-row .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important;
}

.aM3-row .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.aM3-row .owl-theme .owl-prev {
  left: 0px;
}

.aM3-row .owl-theme .owl-next {
  right: 0px;
}

.aM3-row .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

@media screen and (max-width: 1666px) {
  .aM3-title {
    font-size: 40px;
    line-height: 40px;
  }
  .aM3-rsafe {
    padding-right: 18%;
  }
}
@media screen and (max-width: 1333px) {
  .aM3-title {
    font-size: 28px;
    line-height: 30px;
  }
  .aM3-info {
    font-size: 14px;
    line-height: 24px;
  }
  .aM3-row .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
  }
  .aM3-row .owl-theme .owl-controls .owl-page.active span {
    background-color: #da3423;
    border-radius: 9px;
    width: 40px;
    height: 12px;
  }
  .aM3-rsafe {
    padding-right: 80px;
    padding: 60px 40px;
  }
  .aM3-info::before {
    left: -22px;
    bottom: -32px;
  }
  .aM3-info::after {
    left: -18px;
    bottom: -40px;
  }
}
@media screen and (max-width: 999px) {
  .aM3-title {
    font-size: 20px;
  }
  .aM3-rsafe {
    padding: 50px 50px;
  }
  .aM3-info {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .aM3-title {
    font-size: 20px;
  }
  .aM3-l {
    width: 100%;
  }
  .aM3-r {
    width: 100%;
    margin-top: 0px;
  }
  .aM3-rsafe {
    padding: 20px 20px;
  }
  .aM3-row .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
  }
  .aM3-row .owl-theme .owl-controls .owl-page.active span {
    background-color: #da3423;
    border-radius: 9px;
    width: 20px;
    height: 8px;
  }
  .aM3-info::before {
    display: none;
  }
  .aM3-info::after {
    display: none;
  }
}
@media screen and (max-width: 538px) {
  .aM3-title {
    font-size: 18px;
  }
}
.aM4-border {
  padding-top: 80px;
  padding-bottom: 107px;
}

.img-scroll9 {
  position: relative;
  margin-top: 35px;
}

.img-scroll9 .prev,
.img-scroll9 .next {
  top: 48%;
  transform: translateY(-50%);
}

.img-scroll9 .prev {
  left: -80px;
  cursor: pointer;
}

.img-scroll9 .next {
  right: -80px;
  cursor: pointer;
}

.img-scroll9 .prev:hover,
.img-scroll9 .next:hover {
  color: #0064fb;
}

.img-list9 {
  position: relative;
  overflow: hidden;
  padding-bottom: 11px;
  padding-top: 50px;
}

.img-list9 ul {
  width: 10000%;
}

.img-list9 li {
  float: left;
  width: 0.18%;
  margin-right: 0.016%;
  border-left: none;
  position: relative;
  transition: 0.5s;
}

.img-list9 li a {
  width: 100%;
}

.img-list9 li a img {
  width: 100%;
}

.img-list9 li:nth-child(3) {
  width: 0.21%;
  margin-top: -30px;
}

.img-list9 li:nth-child(3) .aM4-font::before {
  display: none;
}

.aM4-font {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  display: block;
  text-align: center;
  padding-top: 34px;
  position: relative;
}

.aM4-font::before {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #0a224e;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-radius: 50%;
}

.aM4-row .row {
  padding-bottom: 38px;
}

.aM4-row .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.aM4-row .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.aM4-row .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.aM4-row .owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.aM4-row .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.aM4-row .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.aM4-row .owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aM4-row .owl-theme .owl-controls {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.aM4-row .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.aM4-row .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.aM4-row .owl-theme .owl-controls .owl-page.active span,
aM4-row.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.aM4-row .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important;
}

.aM4-row .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.aM4-row .owl-theme .owl-prev {
  left: 0px;
}

.aM4-row .owl-theme .owl-next {
  right: 0px;
}

.aM4-title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 31px;
}

/*@media screen and (max-width: 1888px) {
  .scroll-common .prev {
    left: 0px;
  }
  .scroll-common .next {
    right: 0px;
  }
}*/
@media screen and (max-width: 1333px) {
  .aM4-title {
    font-size: 28px;
    line-height: 30px;
  }
  .img-scroll9 {
    margin-top: 20px;
  }
  .aM4-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .aM4-font {
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aM4-font::before {
    bottom: -12px;
  }
  .scroll-common .prev,
  .scroll-common .next {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width: 999px) {
  .aM4-title {
    font-size: 24px;
  }
  .aM4-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .img-list9 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .img-list9 li {
    width: 0.19% !important;
    margin-right: 0.0125% !important;
    margin-top: 0px !important;
  }
  .aM4-font::before {
    display: block !important;
  }
  .nM1{
    min-height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .aM4-title {
    font-size: 20px;
  }
  .aM4-font {
    padding-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .img-list9 li {
    width: 0.24% !important;
    margin-right: 0.01333% !important;
  }
}
@media screen and (max-width: 538px) {
  .aM4-title {
    font-size: 18px;
  }
  .aM4-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .img-list9 li {
    width: 0.49% !important;
    margin-right: 0.02% !important;
  }
}
.pM1-title {
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
}

.pM1-info {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
}

.pM1-mbox {
  display: flex;
  flex-flow: wrap;
  margin-top: 27px;
}

.pM1-moudle {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 12px;
}

.pM1-moudle:nth-child(4n) {
  margin-right: 0px;
}

.pM1-mimg {
  display: block;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0);
}

.pM1-mimg:hover {
  border: solid 2px #2d5ab0;
}

.pM1-mf1 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  display: block;
  padding-top: 5px;
  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 1;  overflow: hidden;
}

.pM1-mf2 {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
}

.pM1-mf2 a {
  width: 89px;
  height: 27px;
  line-height: 27px;
  background-color: #666666;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
}

.pM1-mf2 a:hover {
  background-color: #2d5ab0;
  color: #fff;
}

.pM1-box {
  padding-top: 51px;
  padding-bottom: 48px;
}

.pM1-border:nth-child(2) {
  background-color: #f3f4f8;
}

@media screen and (max-width: 1333px) {
  .pM1-title {
    font-size: 28px;
    line-height: 30px;
  }
  .pM1-info {
    font-size: 14px;
    line-height: 24px;
  }
  .pM1-mf1 {
    font-size: 14px;
    line-height: 24px;
  }
  .pM1-mf2 a {
    font-size: 14px;
  }
  .pM1-mbox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .pM1-title {
    font-size: 24px;
  }
  .pM1-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pM1-title {
    font-size: 20px;
  }
  .pM1-info {
    font-size: 12px;
    line-height: 22px;
  }
  .pM1-mf1 {
    font-size: 12px;
    line-height: 22px;
  }
  .pM1-mf2 a {
    font-size: 12px;
  }
  .pM1-moudle {
    width: 33%;
    margin-right: 0.5%;
  }
  .pM1-moudle:nth-child(4n) {
    margin-right: 0.5%;
  }
  .pM1-moudle:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 538px) {
  .pM1-title {
    font-size: 18px;
  }
  .pM1-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pM1-moudle {
    width: 49%;
    margin-right: 2%;
  }
  .pM1-moudle:nth-child(3n) {
    margin-right: 2%;
  }
  .pM1-moudle:nth-child(2n) {
    margin-right: 0%;
  }
}
.img-scroll10 {
  position: relative;
}

.img-scroll10 .prev,
.img-scroll10 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 999;
  font-size: 24px;
  color: #d4d4d4;
}

.img-scroll10 .prev {
  left: 0px;
  cursor: pointer;
}

.img-scroll10 .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll10 .prev:hover,
.img-scroll10 .next:hover {
  color: #0064fb;
}

.img-list10 {
  position: relative;
  overflow: hidden;
}

.img-list10 ul {
  width: 10000%;
}

.img-list10 li {
  float: left;
  width: 1%;
  margin-right: 0%;
  border-left: none;
  position: relative;
}

.img-list10 li a {
  display: block;
  border: solid 1px #dbdbdb;
  overflow: hidden;
}

.p2M1 {
  background-color: #f9f9f9;
}

.p2M1-border {
  padding-top: 59px;
  padding-bottom: 71px;
}

.p2M2-border {
  padding-top: 67px;
}

.p2M1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.p2M1-l {
  width: 50%;
  display: flex;
  align-items: center;
}

.p2M1-r {
  width: 46.1%;
}

.p2M1-r h1 {
  font-family: Roboto-Bold;
  font-size: 26px;
  line-height: 31px;
  color: #333333;
}

.p2M1-rinfo {
  font-size: 16px;
  line-height: 30px;
  padding-top: 24px;
}

.p2M1-rinfo p {
  color: #666666;
}

.share {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-top: 60px;
}

.p2M1-btn {
  width: 255px;
  height: 49px;
  background-color: #2d5ab0;
  border: 1px solid #2d5ab0;
  font-size: 20px;
  line-height: 47px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 24px;
}

.p2M1-btn:hover {
  background-color: #fff;
  color: #2d5ab0;
}

@media screen and (max-width: 1333px) {
  .p2M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p2M1-r h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .p2M1-rinfo {
    font-size: 14px;
    line-height: 24px;
  }
  .p2M1-btn {
    font-size: 16px;
    margin-top: 30px;
  }
  .share {
    margin-top: 30px;
  }
  .p2M2-border {
    padding-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p2M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p2M1-r h1 {
    font-size: 20px;
  }
  .p2M1-btn {
    font-size: 14px;
    width: 180px;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
  }
  .share {
    margin-top: 20px;
  }
  .img-scroll10 .prev,
  .img-scroll10 .next {
    font-size: 16px;
  }
  .p2M2-border {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p2M1-r h1 {
    font-size: 18px;
  }
  .p2M1-rinfo {
    font-size: 12px;
    line-height: 22px;
    padding-top: 15px;
  }
  .p2M1-btn {
    font-size: 12px;
  }
  .share {
    font-size: 12px;
  }
}
@media screen and (max-width: 538px) {
  .p2M1-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p2M1-r h1 {
    font-size: 16px;
  }
  .p2M1-l {
    width: 100%;
  }
  .p2M1-r {
    width: 100%;
    margin-top: 15px;
  }
}
.p2M2-title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 45px;
  color: #333333;
  text-align: center;
}

.p2M2-info {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding-top: 27px;
}

.p2M2-info p {
  color: #333333;
}

.p2M2-info img {
  padding-top: 28px;
  padding-bottom: 20px;
}

.p2M2-tag {
  display: flex;
  flex-flow: wrap;
  background-color: #f9f9f9;
  padding: 25px 19px;
  margin-top: 46px;
}

.p2M2-tag p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.p2M2-tag a {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.p2M2-tag a:hover {
  color: #2d5ab0;
}

@media screen and (max-width: 1333px) {
  .p2M2-title {
    font-size: 28px;
    line-height: 30px;
  }
  .p2M2-info {
    font-size: 14px;
    line-height: 24px;
  }
  .p2M2-tag a {
    font-size: 14px;
    line-height: 24px;
  }
  .p2M2-tag p {
    font-size: 14px;
    line-height: 24px;
  }
  .p2M2-border {
    padding-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p2M2-title {
    font-size: 24px;
  }
  .p2M2-info {
    padding-top: 20px;
  }
  .p2M2-border {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p2M2-title {
    font-size: 20px;
  }
  .p2M2-info {
    font-size: 12px;
    line-height: 22px;
  }
  .p2M2-tag a {
    font-size: 12px;
    line-height: 22px;
  }
  .p2M2-tag p {
    font-size: 12px;
    line-height: 22px;
  }
  .p2M2-tag {
    display: flex;
    flex-flow: wrap;
    background-color: #f9f9f9;
    padding: 15px 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 538px) {
  .p2M2-title {
    font-size: 18px;
  }
  .p2M2-border {
    padding-top: 20px;
  }
}
.p2M3-border {
  padding-top: 53px;
  padding-bottom: 71px;
}

.p2M3-title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 45px;
  color: #333333;
  display: block;
  text-align: center;
}

.p2M3 .img-scroll {
  margin-top: 31px;
}

@media screen and (max-width: 1333px) {
  .p2M3-title {
    font-size: 28px;
    line-height: 30px;
  }
  .p2M3-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p2M3-title {
    font-size: 24px;
  }
  .p2M3-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p2M3-title {
    font-size: 20px;
  }
  .p2M3 .img-scroll {
    margin-top: 20px;
  }
}
@media screen and (max-width: 538px) {
  .p2M3-title {
    font-size: 18px;
  }
  .p2M3-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p2M3 .img-scroll {
    margin-top: 15px;
  }
}
.p2M4 {
  background: url("../images/p2tu3.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.p2M4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/p2tu3.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.p2M4-border {
  padding-top: 132px;
  padding-bottom: 138px;
}

.p2M4-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.p2M4-l {
  width: 56%;
}

.p2M4-title {
  font-family: Roboto-Bold;
  font-size: 36px;
  line-height: 52px;
  color: #ffffff;
  display: block;
}

.p2M4-info {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  padding-top: 16px;
}

.p2M4-btn {
  width: 168px;
  height: 48px;
  background-color: #c70a27;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  display: block;
}

.p2M4-btn:hover {
  background-color: #fff;
  color: #c70a27;
}

.p2M4-r {
  width: 17.4%;
  display: flex;
  align-items: center;
}

.p2M4-l a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1333px) {
  .p2M4-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p2M4-title {
    font-size: 28px;
    line-height: 30px;
  }
  .p2M4-info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 999px) {
  .p2M4-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p2M4-title {
    font-size: 24px;
  }
  .p2M4-r {
    width: 30%;
  }
  .p2M4-btn {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p2M4-title {
    font-size: 20px;
  }
  .p2M4-info {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 538px) {
  .p2M4-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p2M4-title {
    font-size: 18px;
  }
  .p2M4-l {
    width: 100%;
  }
  .p2M4-r {
    width: 100%;
    margin-top: 15px;
  }
  .p2M4-btn {
    width: 50%;
    margin: auto;
  }
}
.p2M5-border {
  padding-top: 53px;
  padding-bottom: 104px;
}

.p2M5 .img-scroll7 {
  margin-top: 32px;
}

@media screen and (max-width: 1333px) {
  .p2M5-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p2M5 .img-scroll7 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .p2M5-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p2M5 .img-scroll7 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 538px) {
  .p2M5-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sM1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 84px;
  padding-bottom: 84px;
}

.sM1-border:nth-child(2n) {
  background-color: #f3f4f8;
}

.sM1-border:nth-child(2n) .sM1-box {
  flex-direction: row-reverse;
}

.sM1-l {
  width: 50%;
  display: flex;
  align-items: center;
}

.sM1-r {
  width: 46%;
  display: flex;
  align-items: center;
}

.prt {
  padding-top: 29px;
}

.prta {
  font-size: 34px;
  line-height: 40px;
  color: #333333;
}

.prtp {
  font-size: 20px;
  line-height: 40px;
  color: #666666;
}

.prtp p {
  color: #666666;
}

.przhan {
  position: relative;
  overflow: hidden;
  margin-top: 31px;
}

.przhanh {
  height: auto !important;
}

.zhankai {
  font-size: 20px;
  line-height: 40px;
  color: #006cd1;
  display: block;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
}

.zhankai i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1333px) {
  .prta {
    font-size: 28px;
    line-height: 30px;
  }
  .prtp {
    font-size: 16px;
    line-height: 30px;
  }
  .sM1-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zhankai {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 999px) {
  .prta {
    font-size: 24px;
  }
  .prtp {
    font-size: 14px;
    line-height: 24px;
  }
  .sM1-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .zhankai {
    font-size: 14px;
    line-height: 24px;
  }
  .przhan {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prta {
    font-size: 20px;
  }
  .prtp {
    font-size: 12px;
    line-height: 22px;
  }
  .przhan {
    margin-top: 10px;
  }
}
@media screen and (max-width: 538px) {
  .prta {
    font-size: 18px;
  }
  .sM1-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sM1-l {
    width: 100%;
  }
  .sM1-r {
    width: 100%;
  }
  .prt {
    padding-top: 15px;
  }
}
.serM1-border {
  padding-top: 58px;
  padding-bottom: 68px;
}

.serM1-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.serM1-l {
  width: calc(100% - 478px);
}

.serM1-lbox {
  padding-bottom: 33px;
}

.serM1-moudle {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}

.serM1-r {
  width: 400px;
}

.serM1-nav {
  background-color: #f3f4f8;
  border-radius: 8px;
  margin-top: 21px;
}

.serM1-nsafe {
  width: 88%;
  margin: auto;
  padding-top: 28px;
  padding-bottom: 37px;
}

.serM1-font {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  border-bottom: 1px solid #c0c0c0;
}

.serM1-desc:hover .serM1-font {
  background-color: #2d5ab0;
  border-radius: 6px;
}

.serM1-desc:hover .serM1-font a {
  color: #fff;
}

.serM1-desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.psoubox {
  width: 100%;
  height: 100px;
  background-color: #f3f4f8;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.psoubox .search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 61px;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 15px;
}

.psoubox input {
  width: 100%;
  height: 61px;
  background-color: #ffffff;
  border-radius: 6px;
}

.psoubox .psou2 {
  position: absolute;
  width: 61px;
  height: 61px;
  font-size: 20px;
  color: #999999;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.psoubox .psou2 input{
    width:100%;
    height:100%;
    opacity: 0;
    z-index: 9;
    position:absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.psoubox .psou2 i{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.serM1-moudle {
  margin-bottom: 41px;
}

.serM1-fimg {
  display: none;
}

.serM1-font:hover .serM1-fimg {
  display: block;
}

.serM1-img {
  display: block;
  overflow: hidden;
}

.serM1-lfont {
  padding-top: 25px;
  padding-bottom: 49px;
}

.serM1-fsafe {
  width: 87%;
  margin: auto;
}

.serM1-lf1 {
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  display: block;
  padding-bottom: 23px;
  border-bottom: 1px solid #d4d4d4;
}

.serM1-lf2 {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: block;
  padding-top: 24px;
}

.serM1-btn {
  width: 116px;
  height: 42px;
  background-color: #333333;
  border: solid 1px #570108;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 32px;
}

.serM1-btn:hover {
  background-color: #2d5ab0;
  color: #fff;
  border: 1px solid #2d5ab0;
}

.serM1 input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #bbbbbb;
}

.serM1 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  color: #bbbbbb;
}

.serM1 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #bbbbbb;
}

.serM1 input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  color: #bbbbbb;
}

@media screen and (max-width: 1333px) {
  .serM1-lf1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .serM1-lf2 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
  }
  .serM1-btn {
    margin-top: 18px;
  }
  .serM1-lfont {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .serM1-font {
    padding: 5px 12px;
  }
  .serM1-desc {
    font-size: 14px;
    line-height: 30px;
  }
  .psoubox .search {
    height: 40px;
  }
  .psoubox {
    height: 80px;
  }
  .psoubox input {
    height: 40px;
  }
  .psoubox .psou2 {
    width: 40px;
    height: 40px;
    right: 16px;
  }
  .serM1-r {
    width: 340px;
  }
  .serM1-l {
    width: calc(100% - 400px);
  }
  .serM1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .serM1-lbox {
    padding-bottom: 8px;
  }
  .serM1-moudle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .serM1-lf1 {
    font-size: 22px;
  }
  .serM1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .serM1-r {
    width: 280px;
  }
  .serM1-l {
    width: calc(100% - 300px);
  }
  .serM1 input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .serM1-lf1 {
    font-size: 18px;
  }
  .serM1-lf2 {
    font-size: 12px;
    line-height: 22px;
    padding-top: 8px;
  }
  .serM1-lfont {
    padding-top: 10px;
    padding-bottom: 24px;
  }
  .serM1 input::placeholder {
    font-size: 12px;
  }
  .serM1-box {
    flex-direction: column-reverse;
  }
  .serM1-l {
    width: 100%;
  }
  .serM1-r {
    width: 100%;
    margin-bottom: 18px;
  }
  .serM1-fsafe {
    width: 93%;
  }
}
@media screen and (max-width: 538px) {
  .serM1-lf1 {
    font-size: 16px;
  }
  .serM1-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .serM1-nsafe {
    width: 91%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/* *******************fenye******************************** */
.pageselect {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-flow: wrap;
}

.pageselect a,
.pageselect span {
  width: 36px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  line-height: 28px;
  font-size: 12px;
  color: #999999;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  margin-top: 4px;
}

.pageselect a:hover {
  color: #fff;
  background-color: #2d5ab0;
  border: 1px solid #2d5ab0;
}
.page-btn .no:hover{
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    color: #999999;
}

.pageselect .pselect {
  color: #fff;
  background-color: #2d5ab0;
  border: 1px solid #2d5ab0;
}

.page-btn {
  display: flex;
  flex-flow: wrap;
}

.page-xunpan {
  display: flex;
  padding-left: 10px;
}

.page-xunpan p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-xunpan p:hover {
  color: #2d5ab0;
}

.page-xunpan input {
  width: 126px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #999999;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0px;
  cursor: pointer;
  color: #666666;
}

.page-xunpan input:hover {
  color: #fff;
  background-color: #2d5ab0;
  border: 1px solid #2d5ab0;
}

.page-xunpan p {
  padding-left: 10px;
}

.pageselect .page-bl,
.pageselect .big {
  width: 69px;
}

@media screen and (max-width: 1333px) {
  .pageselect a {
    width: 38px;
    height: 38px;
    line-height: 37px;
  }
  .page-xunpan input {
    font-size: 14px;
    width: 150px;
  }
  .pageselect a,
  .pageselect span {
    font-size: 14px;
  }
  .page-xunpan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .pageselect a,
  .pageselect span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .page-xunpan input {
    font-size: 14px;
    width: 120px;
    height: 34px;
    line-height: 30px;
  }
  .page-xunpan p {
    font-size: 14px;
    line-height: 30px;
  }
  .page-xunpan p {
    margin-top: 4px;
  }
  .pageselect a,
  .pageselect span {
    font-size: 12px;
  }
  .pageselect a i {
    font-size: 12px;
  }
  .prmor {
    width: 100%;
  }
  .pr-btn {
    width: 100%;
  }
}
.nM1-border {
  padding-bottom: 100px;
}

.nM1-box {
  padding: 28px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #f3f4f8;
  margin-top: 58px;
}

.nM1-l {
  width: 37.3%;
  display: flex;
  align-items: center;
}

.nM1-img {
  display: block;
  overflow: hidden;
}

.nM1-r {
  width: 60%;
}

.nM1-date {
  font-size: 16px;
  line-height: 28px;
  color: #3b65b5;
  padding-top: 32px;
}

.nM1-title {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 14px;
}

.nM1-info {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-top: 11px;
}

.nM1-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 51px;
}

.nM1-icon {
  width: 46px;
  height: 46px;
  background-color: #a00920;
  border-radius: 0px 8px 8px 0px;
  display: block;
  line-height: 46px;
}

.nM1-font {
  color: #fff;
  text-align: center;
  display: block;
  width: calc(100% - 46px);
}

.nM1-btn {
  width: 156px;
  height: 46px;
  background-color: #c70a27;
  border-radius: 8px;
  font-size: 14px;
  line-height: 46px;
  color: #ffffff;
}

.nM1-btn i {
  color: #ffffff;
  display: block;
  text-align: center;
}

.nM1-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.nM1-box2 {
  display: flex;
  flex-flow: wrap;
  margin-top: 41px;
  margin-bottom: 34px;
}

.nM1 .M7-module {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 42px;
}

.nM1 .M7-module:nth-child(3n) {
  margin-right: 0%;
}

@media screen and (max-width: 1333px) {
  .nM1-date {
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .nM1-title {
    font-size: 16px;
    line-height: 26px;
  }
  .nM1-info {
    font-size: 14px;
    line-height: 24px;
  }
  .nM1-btn {
    margin-top: 30px;
  }
  .nM1-box2 {
    margin-bottom: 20px;
  }
  .nM1 .M7-module {
    margin-bottom: 30px;
  }
  .nM1-border {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .nM1-title {
    font-size: 14px;
    line-height: 24px;
  }
  .nM1-title {
    -webkit-line-clamp: 1;
  }
  .nM1-info {
    -webkit-line-clamp: 3;
  }
  .nM1-btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .nM1-icon {
    height: 40px;
    line-height: 40px;
  }
  .nM1-box {
    margin-top: 30px;
  }
  .nM1-border {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .nM1-date {
    padding-top: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  .nM1-info {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  .nM1-btn {
    margin-top: 14px;
  }
  .nM1-title {
    padding-top: 4px;
  }
  .nM1-info {
    padding-top: 5px;
  }
  .nM1-box {
    padding: 10px;
  }
}
@media screen and (max-width: 538px) {
  .nM1-title {
    font-size: 12px;
    line-height: 22px;
  }
  .nM1-l {
    width: 100%;
  }
  .nM1-r {
    width: 100%;
    margin-top: 15px;
  }
  .nM1-box {
    margin-top: 20px;
  }
  .nM1-border {
    padding-bottom: 30px;
  }
  .nM1-box2 {
    margin-bottom: 0px;
  }
  .nM1 .M7-module {
    width: 49%;
    margin-right: 2%;
  }
  .nM1 .M7-module:nth-child(3n) {
    margin-right: 2%;
  }
  .nM1 .M7-module:nth-child(2n) {
    margin-right: 0px;
  }
  .nM1-box2 {
    margin-top: 30px;
  }
}
.n2M1-border {
  padding-top: 47px;
  padding-bottom: 112px;
}

.n2M1-title {
  font-family: Roboto-Bold;
  font-size: 30px;
  line-height: 50px;
  color: #333333;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
}

.n2M1-top {
  display: flex;
  flex-flow: wrap;
  padding-top: 17px;
}

.n2M1-date {
  font-size: 16px;
  line-height: 44px;
  color: #666666;
}

.n2M1-share {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-left: 28px;
}

.n2M1-info {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding-top: 20px;
}

@media screen and (max-width: 1333px) {
  .n2M1-title {
    font-size: 24px;
    line-height: 30px;
  }
  .n2M1-date {
    font-size: 14px;
    line-height: 24px;
  }
  .n2M1-share {
    font-size: 14px;
    line-height: 24px;
  }
  .n2M1-info {
    font-size: 14px;
    line-height: 24px;
  }
  .n2M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .n2M1-title {
    font-size: 20px;
  }
  .n2M1-border {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .n2M1-title {
    font-size: 18px;
  }
  .n2M1-date {
    font-size: 12px;
    line-height: 22px;
  }
  .n2M1-share {
    font-size: 12px;
    line-height: 22px;
  }
  .n2M1-info {
    font-size: 12px;
    line-height: 22px;
  }
  .n2M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 538px) {
  .n2M1-title {
    font-size: 18px;
  }
  .n2M1-date {
    width: 100%;
  }
  .n2M1-share {
    width: 100%;
    padding-left: 0px;
  }
}
.n3M1-border {
  padding-bottom: 100px;
  padding-top: 59px;
}

.n3M1-box {
  padding-bottom: 57px;
}

.n3M1-moudle {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 39px;
}

.n3M1-l {
  width: 34.5%;
  display: flex;
  align-items: center;
}

.n3M1-img {
  display: block;
  overflow: hidden;
}

.n3M1-r {
  width: 62.7%;
  padding-top: 29px;
  padding-bottom: 30px;
}

.n3M1-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.n3M1-info {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 14px;
}

.n3M1-btn {
  display: block;
  width: 145px;
  height: 46px;
  background-color: #666666;
  font-size: 14px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 40px;
}

.n3M1-btn:hover {
  background-color: #2d5ab0;
  color: #fff !important;
}

.n3M1-moudle:hover a {
  color: #2d5ab0;
}

.n3M1-moudle:hover .n3M1-btn {
  background-color: #2d5ab0;
  color: #fff !important;
}

.n3M1-moudle:hover {
  background-color: #f3f4f8;
}

@media screen and (max-width: 1333px) {
  .n3M1-box {
    padding-bottom: 30px;
  }
  .n3M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .n3M1-title {
    font-size: 22px;
    line-height: 30px;
  }
  .n3M1-info {
    font-size: 14px;
    line-height: 24px;
  }
  .n3M1-btn {
    margin-top: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .n3M1-moudle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .n3M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .n3M1-title {
    font-size: 20px;
  }
  .n3M1-moudle {
    margin-bottom: 20px;
  }
  .n3M1-r {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .n3M1-title {
    font-size: 18px;
  }
  .n3M1-info {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 538px) {
  .n3M1-border {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .n3M1-title {
    font-size: 16px;
  }
  .n3M1-l {
    width: 100%;
  }
  .n3M1-r {
    width: 100%;
    margin-top: 15px;
  }
  .n3M1-img {
    width: 100%;
  }
  .n3M1-img img {
    width: 100%;
  }
  .n3M1-info {
    padding-top: 5px;
  }
  .n3M1-btn {
    display: none;
  }
}
.n4M1-border {
  padding-top: 60px;
  padding-bottom: 55px;
}

.n4M1 .n2M1-title {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 17px;
}
.n4M1 .n2M1-top {
  justify-content: center;
}
.n4M1 .n2M1-info p {
  color: #666666;
}

@media screen and (max-width: 1333px) {
  .n4M1-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .n2M1-title {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 999px) {
  .n4M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .n2M1-title {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 538px) {
  .n4M1-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cM1-border {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.cM1-media {
  padding-top: 58px;
}

.cM1-media a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-right: 10px;
}

.cM1-media a:hover i {
  color: #2d5ab0;
}

.cM1-media a i {
  font-size: 20px;
  color: #666666;
}

.cM1-l {
  width: 48%;
  padding-top: 65px;
}

.cM1-ltitle {
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 24px;
  color: #333333;
}

.cM1-module {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 49px;
}

.cM1-ml {
  width: 56px;
}

.cM1-ml i {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background-color: #ffffff;
  border: solid 2px #ececec;
  color: #9e9e9e;
  text-align: center;
  font-size: 30px;
}

.cM1-mr {
  width: calc(100% - 70px);
}

.cM1-mrf1 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.cM1-mrf2 {
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #666666;
  padding-top: 4px;
}

.cM1-mrf2 a {
  display: block;
  color: #666666;
}

.cM1-mrf2 a:hover {
  color: #15418f;
}

.cM1-lbox2 {
  display: flex;
  flex-flow: wrap;
  margin-top: 26px;
}

.cM1-module2 {
  width: 49%;
  margin-right: 2%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

.cM1-module2:nth-child(2n) {
  margin-right: 0px;
}

.cM1-r {
  width: 48%;
  margin-top: 58px;
}

.jzong {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.contr .int1 {
  float: left;
  width: 48.7%;
  margin-top: 19px;
  position: relative;
}

.contr .certify {
  position: absolute;
  right: -143px;
  top: 0px;
}

.contr .certify img {
  width: 114px;
  height: 42px;
}

.contr .int1:nth-child(2n) {
  margin-right: 0px;
}

.contr .int3 {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.contr .int1 input,
.contr .int3 input {
  width: 100%;
  height: 50px;
  background: none;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 0 15px;
  border-radius: 4px;
}

.cM1 .xing {
  background: url("../images/xing.png") no-repeat 5px 20px;
}

.contr textarea {
  width: 100%;
  background: none;
  border: 1px solid #c8c8c8;
  color: #999;
  padding: 10px 15px;
  border-radius: 4px;
  height: 116px;
}

.cM1-rtitle {
  font-family: Roboto-Bold;
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}

.cM1-r .int4 {
  width: 100%;
  height: 46px;
  margin-top: 42px;
  float: left;
}
.cM1-r .int4 input {
  cursor: pointer;
  width: 209px;
  height: 46px;
  background-color: #2d5ab0;
  border: 1px solid #2d5ab0;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(57, 70, 86, 0.45);
}
.cM1-r .int4 input:hover {
  background-color: #fff;
  color: #2d5ab0;
}
.cM1-r .yzm {
  width: 67.13%;
  position: relative;
}
.cM1-r .yzm a {
  display: inline-block;
  overflow: hidden;
  width: 29.1%;
  position: absolute;
  right: 1px;
  top: 16px;
}
.cM1-r .bdbtm {
  float: left;
}
.cM1-r .contr .contbtn {
  width: 31.27%;
  background-color: #cb020c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.cM1-border {
  padding-bottom: 85px;
}

.contr input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #666666;
}

.contr input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #666666;
}

.contr input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #666666;
}

.contr input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #666666;
}

.contr textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #666666;
}

.contr textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #666666;
}

.contr textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #666666;
}

.contr textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 1333px) {
  .cM1-ltitle {
    font-size: 20px;
    line-height: 30px;
  }
  .cM1-rtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .cM1-mrf1 {
    font-size: 14px;
    line-height: 24px;
  }
  .cM1-mrf2 {
    font-size: 14px;
    line-height: 24px;
  }
  .cM1-border {
    padding-bottom: 50px;
  }
  .cM1-l {
    padding-top: 50px;
  }
  .cM1-r {
    margin-top: 50px;
  }
  .cM1-r .int4 {
    margin-top: 30px;
  }
  .cM1-media {
    padding-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .cM1-ltitle {
    font-size: 18px;
  }
  .cM1-rtitle {
    font-size: 18px;
  }
  .cM1-border {
    padding-bottom: 30px;
  }
  .cM1-l {
    padding-top: 30px;
  }
  .cM1-r {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cM1-ltitle {
    font-size: 16px;
  }
  .cM1-rtitle {
    font-size: 16px;
  }
  .cM1-mrf1 {
    font-size: 12px;
    line-height: 22px;
  }
  .cM1-mrf2 {
    font-size: 12px;
    line-height: 22px;
  }
  .cM1-media {
    padding-top: 20px;
  }
  .contr input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }
  .contr input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  .contr input::-moz-placeholder {
    font-size: 12px;
  }
  .contr input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }
  .contr textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }
  .contr textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  .contr textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .contr textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }
  .contr .int1 input, .contr .int3 input {
    height: 40px;
    line-height: 38px;
  }
  .cM1-l {
    width: 100%;
  }
  .cM1-r {
    width: 100%;
  }
  .cM1-l {
    padding-top: 20px;
  }
  .cM1-r {
    margin-top: 20px;
  }
  .cM1-module {
    margin-top: 20px;
  }
  .cM1-module2 {
    margin-bottom: 20px;
  }
  .cM1-r .int4 input {
    width: 160px;
    height: 40px;
    line-height: 38px;
  }
  .cM1-r .int4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 538px) {
  .cM1-border {
    padding-bottom: 20px;
  }
  .cM1-module2 {
    width: 100%;
    margin-right: 0%;
  }
  .cM1-lbox2 {
    margin-top: 15px;
  }
  .cM1-module2 {
    margin-bottom: 15px;
  }
  .contr .int1 {
    margin-top: 10px;
  }
  .contr .int3 {
    margin-top: 10px;
  }
}
#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, 0.8);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#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;
  box-shadow: 0 0 8px rgba(0, 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, 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;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.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;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.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%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounceFromRight {
  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;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}
@font-face {
  font-family: "iconfont";
  /* Project id 3908259 */
  src: url("../fonts/iconfont.woff2?t=1686814451881") format("woff2"), url("../fonts/iconfont.woff?t=1686814451881") format("woff"), url("../fonts/iconfont.ttf?t=1686814451881") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-diqiu1:before {
  content: "\e7b9";
}

.icon-triangle-right:before {
  content: "\e62c";
}

.icon-triangle-left:before {
  content: "\e62d";
}

.icon-left-s:before {
  content: "\e627";
}

.icon-yousanjiao:before {
  content: "\e614";
}

.icon-facebook1:before {
  content: "\e885";
}

.icon-duoxuanxuanzhong_o:before {
  content: "\eb5f";
}

.icon-duihao:before {
  content: "\e62f";
}

.icon-yuyan:before {
  content: "\e684";
}

.icon-jiantou_xiangzuo_o:before {
  content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
  content: "\eb94";
}

.icon-kefu-copy:before {
  content: "\e6b4";
}

.icon-xianxingtubiaozhizuomoban-12:before {
  content: "\e619";
}

.icon-android:before {
  content: "\e669";
}

.icon-pingguo:before {
  content: "\e60b";
}

.icon-duigou-cu:before {
  content: "\e621";
}

.icon-sanjiao01:before {
  content: "\e810";
}

.icon-triangle-up:before {
  content: "\e67c";
}

.icon-lajitong:before {
  content: "\e606";
}

.icon-hr:before {
  content: "\e60a";
}

.icon-jiantou:before {
  content: "\e641";
}

.icon-jiantou_qiehuanzuo_o:before {
  content: "\eb90";
}

.icon-xinlangweibo:before {
  content: "\e604";
}

.icon-qqkongjian1:before {
  content: "\e613";
}

.icon-QQ:before {
  content: "\e882";
}

.icon-gouwuche:before {
  content: "\e655";
}

.icon-biaoqian_o:before {
  content: "\eb47";
}

.icon-diqiu:before {
  content: "\e631";
}

.icon-weixin:before {
  content: "\e856";
}

.icon-messenger:before {
  content: "\e663";
}

.icon-iconfontlajitong:before {
  content: "\e656";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin: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";
}

.daohang > li:hover .pxbox {
  display: block;
}

.pxbox {
  display: none;
}

.pxiala {
  position: absolute;
  width: 1200px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 44px 20px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.pxl-info {
  padding-top: 17px;
}

.pxl-biao {
  font-size: 16px;
  line-height: 36px;
}

.pxl-biao a {
  color: #ffffff;
  padding: 3px 10px;
  width: 100%;
  display: block;
}

.pxl-biao a:hover {
  background-color: #2d5ab0;
}

.pxiala ul {
  width: 18%;
  margin-right: 2.5%;
}

.pxiala ul:nth-child(3n) {
  margin-right: 0px;
}

.pxiala ul li a {
  font-size: 14px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding-left: 10px;
}

.pxiala ul li a:hover {
  color: #2d5ab0;
}

@media screen and (max-width: 1333px) {
  .pxiala {
    padding: 30px;
  }
  .pxl-info {
    padding-top: 10px;
  }
  .pxl-biao {
    font-size: 14px;
    line-height: 24px;
  }
  .pxiala ul li a {
    font-size: 12px;
    line-height: 22px;
  }
  .pxiala {
    width: 700px;
  }
}

.ser4M1-rbox{
  width: 52.5%;  
  background-color: #f3f4f8;
}

.ser4M1-r{
  width: 100%;
  display: none;
}

@media screen and (max-width:768px){
  .ser4M1-rbox{
    width: 100%;
  }
}
#st-1.st-animated{
  margin-left: 10px;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
}
.img-scroll10{width: 100%;   }
.serM1-desc:hover a,.serM1-desc:hover span{
    color:#fff;
}
#st-1,#st-2{
  text-align: left !important;
}
@media screen and (max-width: 1112px){
    .M1-mfont{
        display:none;
    }
}