*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: inherit;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  font-family: Arial, 'Microsoft Yahei';
  -webkit-overflow-scrolling: touch;
}
body * {
  font-family: Arial, 'Microsoft Yahei' !important;
}
body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
  margin: 0;
  padding: 0;
  border: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img[src=''] {
  opacity: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
b,
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
button {
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-family: 'Microsoft Yahei';
}
input[type='radio'],
input[type='checkbox'] {
  vertical-align: -2px;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='text'] {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
input:focus {
  outline: 0;
  background: none;
}
textarea {
  resize: none;
  font-size: 14px;
}
textarea,
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.select::-ms-expand {
  display: none;
}
.clearfix::after,
.mauto::after,
.row::after,
.hsms::after {
  display: table;
  content: '';
}
.clearfix:after,
.mauto:after,
.row:after,
.hsms:after,
.clear {
  clear: both;
}
.abs {
  position: absolute;
}
.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header {
  background: #0543ae;
}
.header .container .container-fluid {
  padding: 0;
}
.header .container .container-fluid::before {
  display: none;
}
.header .container .container-fluid::after {
  display: none;
}
.db-1200 {
  display: none !important;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin: 0;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
}
.navbar .container-fluid .navbar-header {
  width: 30%;
  display: flex;
  align-items: center;
}
.navbar .container-fluid .logo {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 60px;
}
.navbar .container-fluid .logo::after {
  content: '';
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100% 100%;
  width: 250px;
  height: 60px;
  display: block;
}
.navbar .container-fluid .navbar-collapse {
  padding: 20px 0 0;
  background: none;
  border: none;
  height: 100%;
  flex: 1;
}
.navbar .container-fluid .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: none;
}
.navbar .container-fluid .navbar-nav > li {
  min-width: 110px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  display: initial;
  position: static;
  padding-top: 10px;
}
.navbar .container-fluid .navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  position: relative;
  padding: 0;
  background: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.navbar .container-fluid .navbar-nav > li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 82px;
  left: -20px;
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.navbar .container-fluid .navbar-nav > li .sub-nav a {
  display: block;
  line-height: 23px;
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .container-fluid .navbar-nav > li .sub-nav a:hover {
  color: #fff;
  background: #17a68a;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu {
  visibility: hidden;
  opacity: 0;
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap {
  display: flex;
  justify-content: space-around;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl {
  text-align: left;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl dt a {
  color: #343434;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl p a {
  line-height: 30px;
  color: #a1a1a1;
  font-size: 14px;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg {
  position: relative;
  max-width: 328px;
  max-height: 162px;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg img {
  width: 328px;
  height: 162px;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg dt {
  position: absolute;
  left: 5%;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg dt h3 {
  font-size: 22px;
  color: #1459cb;
  font-weight: bold;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg dt p {
  padding: 2% 0;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.navbar .container-fluid .navbar-nav > li .suspension-menu .suspension-menu-wrap dl.lastImg dt a {
  color: #5e6162;
  font-size: 16px;
}
.navbar .container-fluid .navbar-nav > li:hover,
.navbar .container-fluid .navbar-nav > li.on {
  background: url(../images/navlibg.png) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.navbar .container-fluid .navbar-nav > li:hover > a,
.navbar .container-fluid .navbar-nav > li.on > a {
  color: #1458cb;
  font-size: 18px;
  padding-top: 10px;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar .container-fluid .navbar-nav > li:hover .sub-nav,
.navbar .container-fluid .navbar-nav > li.on .sub-nav {
  visibility: visible;
  opacity: 1;
}
.navbar .container-fluid .navbar-nav > li:hover .suspension-menu,
.navbar .container-fluid .navbar-nav > li.on .suspension-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navbar .container-fluid .navbar-nav > li:first-child:hover {
  background: none;
}
.navbar .container-fluid .navbar-nav > li:first-child:hover > a {
  color: #fff;
}
.navbar .container-fluid .header-right {
  display: flex;
  align-items: center;
}
.navbar .container-fluid .header-right .header-search {
  background-image: url(../images/icon-search-white.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.header.on {
  background: rgba(255, 255, 255);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header.on .navbar .container-fluid {
  position: relative;
}
.header.on .navbar .container-fluid .logo::after {
  background: url(../images/logo-black.png) no-repeat center center;
  background-size: 100%;
}
.header.on .navbar .container-fluid .navbar-nav > li > a {
  color: #000;
}
.header.on .navbar .container-fluid .navbar-nav > li.on,
.header.on .navbar .container-fluid .navbar-nav li:hover {
  padding-top: 0;
}
.header.on .navbar .container-fluid .navbar-nav > li.on > a,
.header.on .navbar .container-fluid .navbar-nav li:hover > a {
  color: #2d67f4;
}
.header.on .navbar .container-fluid .header-right .header-search {
  background: url(../images/icon-search-black.png) no-repeat;
}
/* 搜索 */
.fix-search {
  z-index: 9999;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  display: none;
  background: #fff;
}
.fix-search .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix-search .container .search-close {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.fix-search .container .search-close::before,
.fix-search .container .search-close::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}
.fix-search .container .search-close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-search .container .search-close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-search .container .search-close:hover {
  opacity: 0.5;
}
.fix-search .container .lg-12 {
  width: 95%;
  display: flex;
  justify-content: space-between;
}
.fix-search .container .txt,
.fix-search .container .btn {
  height: 50px;
  line-height: 50px;
}
.fix-search .container .txt {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1;
}
.fix-search .container .txt:focus {
  border-color: #666;
}
.fix-search .container .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  border: none;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}
.fix-search .container .btn:focus {
  border: none;
  outline: none;
}
.index-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.index-banner .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.index-banner .swiper-slide .container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  padding: 0 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: left;
}
.index-banner .swiper-slide .container h2 {
  font-weight: bold;
  font-size: 55px;
}
.index-banner .swiper-slide .container p {
  font-size: 30px;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.index-banner .swiper-slide .slide-inner .container {
  padding: 0 3%;
}
.index-banner .swiper-slide .slide-inner .container h2 {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  text-align: left;
}
.index-banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  border: 1px solid #17a68a;
  position: relative;
  width: 27px;
  height: 27px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  margin: -7px 0 0 -7px;
  background: #17a68a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
}
.index-banner2 {
  position: relative;
}
.adve {
  background: #2d67f4;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.adve .container {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}
.adve .container .img01 {
  max-width: 480px;
  width: 50%;
}
.adve .container .info {
  min-width: 400px;
  display: flex;
  flex-direction: row;
}
.adve .container .info li {
  margin-right: 5%;
  display: grid;
  place-items: center;
}
.adve .container .info li h2 {
  font-size: 32px;
  font-weight: bold;
}
.adve .container .info li a {
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  color: #1c1c1c;
}
.adve .container .img02 {
  margin-top: -20px;
}
.header-m {
  left: 0;
  top: -2px;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.header-m .logo {
  position: absolute;
  left: 5%;
  height: 80px;
  line-height: 80px;
  z-index: 1001;
}
.header-m .logo img {
  max-height: 40px;
}
.header-m .m-menu-b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 80px;
  cursor: pointer;
}
.header-m .m-menu-b::before,
.header-m .m-menu-b::after {
  position: absolute;
  content: '';
  top: 50%;
  left: calc(35px / 2);
  width: 25px;
  height: 1px;
  z-index: 999;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.3s;
  background: #222;
}
.header-m .m-menu-b::before {
  transform: translateY(-4px) rotate(0);
  -webkit-transform: translateY(-4px) rotate(0);
}
.header-m .m-menu-b::after {
  transform: translateY(4px) rotate(0);
  -webkit-transform: translateY(4px) rotate(0);
}
.header-m .m-menu {
  z-index: 888;
  position: fixed;
  width: 100%;
  width: 260px;
  height: 100%;
  top: 0;
  left: -260px;
  opacity: 1;
  background: #fafafa;
  text-align: left;
  padding-top: 70px;
  transition: all 800ms;
}
.header-m .m-menu::after {
  position: absolute;
  top: 70px;
  content: '';
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header-m .nav {
  height: calc(100% - 82px);
  overflow-x: hidden;
  overflow-y: auto;
}
.header-m .nav > li {
  border-bottom: 1px solid #ebebeb;
  animation: resize 0.5s both;
  -webkit-animation: resize 0.5s both;
}
.header-m .nav > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 0 40px;
  color: #666;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.header-m .nav > li > a::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border: 1px solid #999;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header-m .nav > li .sub-nav {
  display: none;
}
.header-m .nav > li .sub-nav a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 12px 40px;
  background: #f2f2f2;
  color: #4e4e4e;
  font-size: 14px;
}
.header-m .nav > li .sub-nav a::before,
.header-m .nav > li .sub-nav a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border: 5px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header-m .nav > li .sub-nav a::before {
  left: 21px;
  border-left: 5px solid #555;
}
.header-m .nav > li .sub-nav a::after {
  border-left: 5px #ebebeb solid;
}
.header-m .nav > li.cur {
  position: relative;
}
.header-m .nav > li.cur .sub-nav-extend {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 50px;
  z-index: 3;
}
.header-m .nav > li.cur .sub-nav-extend::after,
.header-m .nav > li.cur .sub-nav-extend::before {
  position: absolute;
  content: '';
  background: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header-m .nav > li.cur .sub-nav-extend::before {
  top: 19px;
  right: 25px;
  width: 2px;
  height: 12px;
}
.header-m .nav > li.cur .sub-nav-extend::after {
  top: 24px;
  right: 20px;
  width: 12px;
  height: 2px;
}
.header-m .nav > li:nth-child(3) .sub-nav-extend,
.header-m .nav > li:nth-child(4) .sub-nav-extend,
.header-m .nav > li:nth-child(6) .sub-nav-extend {
  width: 100%;
}
.header-m .nav > li.active .sub-nav-extend::after {
  background: #fff;
}
.header-m .nav > li.active .sub-nav-extend::before {
  height: 0;
}
.header-m .nav > li.active > a {
  color: #fff;
  background: #2c65f0;
}
.header-m .nav > li.active > a::after {
  border-color: #fff;
  background: #fff;
}
.header-m .nav > li.active .sub-nav li {
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}
.header-m .m-search-b {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 70px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
  background-size: 23px;
}
.header-m::after {
  display: none;
  position: fixed;
  content: '';
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
html.active {
  height: 100%;
  overflow: hidden;
}
html.active body {
  height: 100%;
  overflow: hidden !important;
}
html.active .header-m {
  background: #fafafa;
}
html.active .header-m .m-menu-b::before,
html.active .header-m .m-menu-b::after {
  background: #000;
}
html.active .header-m .m-menu-b::before {
  transform: translateY(0) rotate(225deg);
  -webkit-transform: translateY(0) rotate(225deg);
}
html.active .header-m .m-menu-b::after {
  transform: translateY(0) rotate(-225deg);
  -webkit-transform: translateY(0) rotate(-225deg);
}
html.active .header-m .m-menu {
  left: 0;
}
html.active .header-m::after {
  display: block;
}
html.active footer,
html.active main,
html.active .i-banner,
html.active .banner {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}
.footer2 {
  background: #3a3a3a;
  padding: 60px 0 10px;
  margin-bottom: 80px;
}
.footer2 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer2 .container dl {
  color: #fff;
  cursor: pointer;
}
.footer2 .container dl dt {
  font-size: 24px;
  line-height: 36px;
}
.footer2 .container dl dt b {
  padding-bottom: 30px;
  display: block;
}
.footer2 .container dl dt a {
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
}
.footer2 .container dl dt a:hover {
  color: #fff;
}
.footer2 .container dl dt img {
  display: block;
  margin: 0 auto;
}
.footer2 .container dl p {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 30px;
  color: #ccc;
}
.footer2 .container dl p i {
  font-style: normal;
  padding-right: 20px;
}
.footer2 .container dl:last-child {
  text-align: center;
}
.footer2 .container dl:last-child dt {
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
}
.footer2 .beian {
  margin-top: 40px;
  border-top: 1px solid #989898;
}
.footer2 .beian a {
  line-height: 48px;
  color: #989898;
  display: block;
  font-size: 18px;
}
.mobileFooter {
  display: none;
}
.mobileFooter .bottom {
  width: 100%;
  background: #3a3a3a;
  padding-top: 20px;
}
.mobileFooter .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileFooter .bottom .container .fl {
  display: flex;
  flex-direction: row;
}
.mobileFooter .bottom .container .fl .logo {
  max-width: 300px;
  padding-right: 2%;
}
.mobileFooter .bottom .container .fl .info {
  color: #fff;
  line-height: 36px;
}
.mobileFooter .bottom .container .fl .info h3 {
  display: none;
}
.mobileFooter .bottom .container .fr {
  display: flex;
  flex-direction: row;
}
.mobileFooter .bottom .container .fr .wx {
  color: #fff;
  text-align: center;
  line-height: 36px;
  padding: 0 5%;
}
.mobileFooter .bottom .container .fr .wx img {
  display: block;
}
.mobileFooter .bottom .filings {
  width: 80%;
  border-top: 1px solid #989898;
  color: #989898;
  font-size: 18px;
  text-align: center;
}
.mobileFooter .bottom .filings a {
  padding: 0 10%;
  display: inline-block;
  line-height: 40px;
}
.layMessage {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 420px;
  margin-top: -250px;
  margin-left: -230px;
  background: url(../images/messagebg.png) no-repeat;
  background-size: 100% 100%;
  display: none;
  opacity: 0;
  font-size: 16px;
}
.layMessage .close {
  position: absolute;
  right: -2px;
  top: 2px;
  opacity: 1;
}
.layMessage .ny {
  padding: 100px 50px 50px;
}
.layMessage .ny div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.layMessage .ny div input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-indent: 10px;
  background: none;
  font-size: 16px;
}
.layMessage .ny div input.capt {
  width: calc(100% - 220px);
}
.layMessage .ny div .img {
  height: 50px;
  overflow: hidden;
  width: 120px;
  display: grid;
  margin: 0;
  place-items: center;
}
.layMessage .ny div #captcha_img {
  width: 240px;
}
.layMessage .ny div span {
  cursor: pointer;
}
.layMessage .ny div .btn {
  width: 100%;
  height: 40px;
  color: #fff;
  background: #0f8cee;
  border: none;
}
.layMessage .ny div .btn:focus {
  outline: none;
}
.layMessage .ny .selectBox .check {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.layMessage .ny .selectBox p {
  padding-left: 10px;
}
.layMessage.on {
  display: block;
  opacity: 1;
}
@media (max-width: 1460px) {
  .container {
    width: 96%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .index-banner {
    position: relative;
  }
  .index-banner .swiper-slide .container h2 {
    font-size: 30px;
  }
  .index-banner .swiper-slide .container p {
    font-size: 16px;
  }
  .adve .container .img01 {
    width: 46%;
    max-width: 533px;
  }
  .adve .container .info {
    min-width: 350px;
  }
  .adve .container .info li h2 {
    font-size: 24px;
  }
  .adve .container .info li a {
    font-size: 16px;
  }
  .adve .container .info li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .dn-1200 {
    display: none;
  }
  .db-1200 {
    display: block !important;
  }
  .index-banner {
    margin-top: 80px;
    position: relative;
  }
  .index-banner .swiper-slide .container h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .index-banner .swiper-slide .container p {
    font-size: 20px;
  }
  .adve .container .img01 {
    display: none;
  }
  .adve .container .info li {
    place-items: end;
  }
  .adve .container .info li h2 {
    font-size: 28px;
    font-weight: bold;
  }
  .adve .container .info li a {
    background: #fff;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #1c1c1c;
  }
  .adve .container li:nth-child(2) {
    place-items: center;
  }
  .adve .container .img02 {
    margin-top: -20px;
  }
  .footer2 {
    display: none;
  }
  .mobileFooter {
    display: block;
    padding-bottom: 40px;
  }
  .mobileFooter .bottom {
    padding-bottom: 80px;
  }
  .mobileFooter .bottom .container {
    position: relative;
  }
  .mobileFooter .bottom .container .fl {
    flex-direction: column;
  }
  .mobileFooter .bottom .container .fl .logo {
    padding-bottom: 5%;
  }
  .mobileFooter .bottom .container .fl .info {
    line-height: 24px;
  }
  .mobileFooter .bottom .container .fl .info h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
  }
  .mobileFooter .bottom .container .fr {
    display: flex;
    flex-direction: row;
  }
  .mobileFooter .bottom .container .fr .wx {
    padding: 0 2%;
  }
  .mobileFooter .bottom .container .filings {
    display: none;
  }
  .mobileFooter .bottom .container .filings a {
    padding: 0 1%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .dn-1200 {
    display: none;
  }
  .db-1200 {
    display: block !important;
  }
  .index-banner {
    margin-top: 80px;
    position: relative;
  }
  .index-banner .swiper-slide .container {
    padding: 0 5%;
  }
  .index-banner .swiper-slide .container h2 {
    font-size: 20px;
  }
  .index-banner .swiper-slide .container p {
    font-size: 16px;
    width: 163px;
  }
  .adve {
    height: 80px;
    display: flex;
    align-items: center;
  }
  .adve .container {
    padding: 0;
  }
  .adve .container .img01 {
    display: none;
  }
  .adve .container .info li {
    place-items: end;
  }
  .adve .container .info li h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .adve .container .info li a {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #1c1c1c;
  }
  .adve .container li:nth-child(2) {
    place-items: center;
    margin-right: 0;
  }
  .adve .container .img02 {
    margin-top: -20px;
  }
  .footer2 {
    display: none;
  }
  .mobileFooter {
    display: block;
    padding-bottom: 40px;
  }
  .mobileFooter .bottom {
    padding-bottom: 60px;
  }
  .mobileFooter .bottom .container {
    position: relative;
  }
  .mobileFooter .bottom .container .fl {
    flex-direction: column;
    width: 70%;
  }
  .mobileFooter .bottom .container .fl .logo {
    width: 100%;
    padding-bottom: 5%;
  }
  .mobileFooter .bottom .container .fl .info {
    padding-bottom: 30px;
    line-height: 34px;
    font-size: 16px;
  }
  .mobileFooter .bottom .container .fl .info h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
  }
  .mobileFooter .bottom .container .fl .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }
  .mobileFooter .bottom .container .filings {
    display: none;
  }
  .mobileFooter .bottom .container .filings a {
    padding: 0 1%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .index-banner {
    margin-top: 80px;
    position: relative;
  }
  .index-banner .swiper-slide .container {
    padding: 0 5%;
  }
  .index-banner .swiper-slide .container h2 {
    font-size: 20px;
  }
  .index-banner .swiper-slide .container p {
    font-size: 16px;
    width: 163px;
  }
  .adve .container {
    justify-content: center;
    align-items: center;
  }
  .adve .container .img01,
  .adve .container .img02 {
    display: none;
  }
  .adve .container .info {
    min-width: 100%;
  }
  .adve .container .info li {
    width: 50%;
    margin-right: 0;
  }
  .adve .container .info li h2 {
    font-size: 20px;
  }
  .footer2 {
    display: none;
  }
  .mobileFooter .bottom .container {
    flex-direction: column;
  }
  .mobileFooter .bottom .container .fl {
    width: 100%;
    padding-top: 20px;
  }
  .mobileFooter .bottom .container .fr {
    margin: 10px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .mobileFooter .bottom .container .fr .wx {
    padding: 0;
  }
  .layMessage {
    font-size: 14px;
    width: 90%;
    height: 400px;
    margin-left: -45%;
    margin-top: -200px;
    display: none;
  }
  .layMessage .ny {
    padding: 80px 27px 80px 25px;
  }
  .layMessage .ny p input {
    height: 40px;
    font-size: 14px;
  }
}
