<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden !important;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body {
  font-size: 0.07291667rem;
  font-family: "微软雅黑", microsoft yahei, pingfang, heiti sc, tahoma, arial, hiragino sans gb, "\5b8b\4f53", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
.container-fluid {
  width: 100%;
  max-width: 7.65625rem !important;
  z-index: 1000;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section {
  overflow: hidden;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*动画*/
.fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.fade-animation .fade-up {
  opacity: 1;
  top: 0;
}
.fade-up-2 {
  position: relative;
  transition: all 1s;
  opacity: 0;
  top: 50px;
}
.fade-animation .fade-up-2 {
  opacity: 1;
  top: 0;
}
.fade-right {
  opacity: 0;
  position: relative;
  left: -100px;
  transition: all 1s;
}
.fade-animation .fade-right {
  opacity: 1;
  left: 0;
}
.fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.fade-animation .fade-left {
  opacity: 1;
  right: 0;
}
.zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.fade-animation .zoom-in {
  transform: scale(1);
  opacity: 1;
}
.fade-in {
  opacity: 0;
  transition: all 1s;
}
.fade-animation .fade-in {
  opacity: 1;
}
.fade-zoom {
  transform: scale(1.1);
  transition: all 4s;
}
.fade-animation .fade-zoom {
  transform: scale(1);
}
.fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.fade-animation .fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.fade-animation .fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.mcustomscrollbox {
  padding-right: 8px;
}
.mcsb_scrolltools .mcsb_draggercontainer {
  right: -10px !important;
}
.mcsb_scrolltools .mcsb_draggerrail {
  opacity: 1 !important;
  width: 3px;
  background: #fff;
  border-radius: 0;
}
.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  width: 3px;
  background: #004884 !important;
  border-radius: 0;
}
.con-padding {
  height: 100%;
}
/*公用*/
.title1 {
  font-size: 0.23958333rem;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.nav1 {
  text-align: center;
  position: relative;
  z-index: 100;
}
.nav1 ul {
  display: flex;
  justify-content: center;
}
.nav1 ul li a {
  font-size: 0.11458333rem;
  color: #fff;
  display: block;
  margin: 0 0.10416667rem;
  position: relative;
}
.nav1 ul li a::before {
  content: "";
  width: 0.15625rem;
  height: 0.01041667rem;
  background: #fff;
  position: absolute;
  bottom: -0.078125rem;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
}
.nav1 ul li a.active::before {
  opacity: 1;
}
.nav1 .more1 {
  position: absolute;
  top: 50%;
  right: 0.52083333rem;
  transform: translatey(-50%);
  opacity: 0;
}
.fade-animation .nav1 .more1 {
  right: 0;
  opacity: 1;
  transition: all .5s;
}
html.active {
  overflow: hidden;
}
.nav4 {
  display: block;
  position: fixed;
  top: 0;
  left: -70%;
  z-index: 3000;
  width: 70%;
  max-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 90px 5px 70px 15px;
  transition: all .3s;
}
.nav4.active {
  left: 0;
}
.nav4 .logo {
  max-width: 60%;
  max-height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translatex(-50%);
}
.nav4 .nav4-con {
  height: 100%;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 10px;
}
.nav4 .nav4-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav4 .nav4-con .list .a-1 {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav4 .nav4-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav4 .nav4-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav4 .nav4-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav4 .nav4-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.nav4 .nav4-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav4 .nav4-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav4 .nav4-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav4 .nav4-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav4 .more ul {
  display: flex;
  margin: 0 -5px;
  padding-right: 15px;
}
.nav4 .more ul li {
  width: 50%;
  padding: 0 5px;
}
.nav4 .more ul li a {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 16px;
  line-height: 35px;
  transition: all .3s;
}
.nav4 .nav4-con {
  overflow-x: hidden;
}
.nav4 .nav4-con .language span {
  margin: 0 10px;
}
.nav4 .nav4-con .language i {
  font-size: 16px;
}
.nav4 .nav4-con .list.language .a-1.on::before {
  display: none !important;
}
.more1 {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #fff;
  border-radius: 0.13020833rem;
  text-align: center;
  font-size: 0.08333333rem;
  color: #333;
}
.more1:hover {
  background: #333;
  color: #fff;
}
header {
  width: 100%;
  height: 0.41666667rem;
  position: fixed;
  top: -0.41666667rem;
  left: 0;
  z-index: 1000;
  transition: all .3s;
  border-bottom: 1px solid transparent;
}
header.active {
  top: 0;
}
header .logo {
  height: 0.41666667rem;
  line-height: 0.41666667rem;
}
header .logo img {
  width: 0.65104167rem;
}
header .logo .icon-2 {
  display: none;
}
header nav {
  position: relative;
}
header nav ul li {
  margin-right: 0.20833333rem;
}
header nav ul li a.a-1 {
  display: block;
  font-size: 0.08333333rem;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
  color: #333 !important;
  transition: all .3s;
  position: relative;
}
header nav ul li a i.iconfont {
  margin-left: 0.05208333rem;
  font-size: 0.07291667rem;
}
header nav .hover-nav {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
header nav ul li:hover .hover-nav {
  display: block;
}
header nav .nav-1 {
  width: 7.65625rem;
  position: absolute;
  top: 100%;
  right: -15px;
  z-index: 1000;
  padding: 0 15px;
  display: none;
}
header nav .nav-1 .nav-1-con {
  min-height: 300px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header nav .nav-1 .nav-1-con::before {
  content: "";
  width: 500%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
}
header nav .nav-1 .nav-1-con .left {
  width: 1.5625rem;
  background-color: #f2f3f7;
  padding: 0.10416667rem 0 0.3125rem;
  position: relative;
}
header nav .nav-1 .nav-1-con .left::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #f2f3f7;
  position: absolute;
  top: 0;
  right: 100%;
}
header nav .nav-1 .nav-1-con .left dl dd {
  font-size: 0.09375rem;
  padding: 0 0.05208333rem 0 0.28645833rem;
  line-height: 0.35416667rem;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}
header nav .nav-1 .nav-1-con .left dl dd i {
  position: absolute;
  top: 0;
  right: 0.15625rem;
  transform: rotate(-90deg);
  font-size: 0.0625rem;
}
header nav .nav-1 .nav-1-con .left dl dd::before {
  content: "";
  width: 0.03645833rem;
  height: 0.03645833rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.15625rem;
  transition: all .3s;
}
header nav .nav-1 .nav-1-con .left dl dd.active {
  background-color: #fff;
  color: #367ee8;
}
header nav .nav-1 .nav-1-con .left dl dd.active::before {
  background-color: #367ee8;
}
header nav .nav-1 .nav-1-con .left .more {
  padding: 0.57291667rem 0 0 0.26041667rem;
}
header nav .nav-1 .nav-1-con .left .more a {
  font-size: 0.09375rem;
  color: #666 !important;
  text-decoration: underline !important;
}
header nav .nav-1 .nav-1-con .left .more a:hover {
  color: #367ee8 !important;
}
header nav .nav-1 .nav-1-con .middle {
  width: calc(100% - 3.33333333rem);
  padding: 0.26041667rem 0.26041667rem 0.20833333rem;
}
header nav .nav-1 .nav-1-con .middle .mcustomscrollbox {
  padding-right: 10px;
}
header nav .nav-1 .nav-1-con .middle .mcsb_scrolltools .mcsb_draggercontainer {
  right: -10px !important;
}
header nav .nav-1 .nav-1-con .middle .mcsb_scrolltools .mcsb_draggerrail {
  opacity: 1 !important;
  width: 8px;
  background: #eee;
  border-radius: 0;
}
header nav .nav-1 .nav-1-con .middle .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  width: 8px;
  background: #367ee8 !important;
  border-radius: 0;
}
header nav .nav-1 .nav-1-con .middle dl {
  display: none;
}
header nav .nav-1 .nav-1-con .middle dl.active {
  display: block;
}
header nav .nav-1 .nav-1-con .middle dl dt {
  font-size: 0.09375rem;
  margin-bottom: 0.05208333rem;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box {
  margin: 0 -0.05208333rem;
  height: 1.78125rem;
  overflow: hidden;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd {
  float: left;
  width: 50%;
  padding: 0.05208333rem;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a {
  display: block;
  border: 1px solid #eee;
  padding: 0 0.15625rem;
  transition: all .3s;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a h5 {
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.3125rem;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-right: 0.10416667rem;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a h5 i {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
  font-size: 0.0625rem;
  color: #367ee8;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.125rem;
  height: 0.45833333rem;
  overflow: hidden;
  padding: 0.10416667rem 0;
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a:hover {
  border-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header nav .nav-1 .nav-1-con .middle dl .dd-box dd a:hover h5 {
  color: #367ee8;
}
header nav .nav-1 .nav-1-con .right {
  width: 1.77083333rem;
  padding: 0.26041667rem 0 0.3125rem;
}
header nav .nav-1 .nav-1-con .right .bt {
  font-size: 0.09375rem;
  font-weight: bold;
  margin-bottom: 0.10416667rem;
}
header nav .nav-1 .nav-1-con .right .more {
  display: block;
  height: 1.10416667rem;
  overflow: hidden;
}
header nav .nav-1 .nav-1-con .right .more .img {
  width: 100%;
  height: 100%;
}
header nav .nav-1 .nav-1-con .right .more:hover .img {
  transform: scale(1.1);
}
header nav .nav-1 .nav-1-con .right .text {
  font-size: 0.08333333rem;
  color: #666;
  margin-top: 0.15625rem;
}
header nav .nav-1-2 .nav-1-con .middle {
  width: calc(100% - 1.5625rem);
  padding-right: 0;
}
header nav .nav-1-2 .nav-1-con .middle dl .dd-box dd {
  width: 33.33%;
}
header nav .nav-2 {
  width: calc(100%   0.45833333rem);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 0.3125rem;
  display: none;
}
header nav .nav-2 .left {
  width: calc(100% - 1.77083333rem);
}
header nav .nav-2 .left .dl-box {
  margin: 0 -0.10416667rem;
  padding-right: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
}
header nav .nav-2 .left .dl-box dl {
  width: 33.33%;
  padding: 0 0.10416667rem;
  margin-bottom: 30px;
}
header nav .nav-2 .left .dl-box dl dt {
  font-size: 0.09375rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.10416667rem;
  margin-bottom: 0.10416667rem;
}
header nav .nav-2 .left .dl-box dl dd a {
  font-size: 0.08333333rem;
  color: #666 !important;
  line-height: 0.1875rem;
  transition: all .3s;
}
header nav .nav-2 .left .dl-box dl dd a:hover {
  color: #367ee8 !important;
}
header nav .nav-2 .right {
  width: 1.77083333rem;
}
header nav .nav-2 .right .bt {
  font-size: 0.09375rem;
  font-weight: bold;
  margin-bottom: 0.10416667rem;
}
header nav .nav-2 .right .more {
  display: block;
  height: 1.10416667rem;
  overflow: hidden;
}
header nav .nav-2 .right .more .img {
  width: 100%;
  height: 100%;
}
header nav .nav-2 .right .more:hover .img {
  transform: scale(1.1);
}
header nav .nav-2 .right .text {
  font-size: 0.08333333rem;
  color: #666;
  margin-top: 0.15625rem;
}
header nav .nav-3 {
  width: calc(100% - 0.66666667rem);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 0.3125rem;
  display: none;
}
header nav .nav-3 .dl-box {
  margin: 0 -0.10416667rem;
}
header nav .nav-3 .dl-box dl {
  width: 25%;
  padding: 0 0.10416667rem;
}
header nav .nav-3 .dl-box dl dt {
  font-size: 0.09375rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.10416667rem;
  margin-bottom: 0.10416667rem;
}
header nav .nav-3 .dl-box dl dd a {
  font-size: 0.08333333rem;
  color: #666 !important;
  line-height: 0.1875rem;
  transition: all .3s;
}
header nav .nav-3 .dl-box dl dd a:hover {
  color: #367ee8 !important;
}
header nav .nav-3-2 {
  width: 2.1875rem;
  left: 50%;
  transform: translatex(-50%);
}
header nav .nav-3-2 .dl-box dl {
  width: 50%;
}
header nav .login_box a {
  display: block;
  text-align: center;
  line-height: 0.171875rem;
  border-radius: 0.10416667rem;
  color: #333;
  transition: all .3s;
}
header nav .login_box {
  height: 0.41666667rem;
  display: flex;
  align-items: center;
}
header nav .login_box .login {
  width: 0.36458333rem;
  border: 1px solid #333;
}
header nav .login_box .login:hover {
  border-color: #1852a8;
  color: #1852a8;
}
header nav .login_box .free {
  width: 0.52083333rem;
  background: #367ee8;
  color: #fff;
  margin-left: 0.078125rem;
}
header nav .login_box .free:hover {
  background: #1852a8;
}
header nav .login_box .language {
  cursor: pointer;
  margin-right: 0.15625rem;
  position: relative;
}
header nav .login_box .language p i {
  font-size: 0.08333333rem;
  transition: all .3s;
}
header nav .login_box .language p span {
  margin: 0 0.02604167rem;
  font-size: 0.08333333rem;
  transition: all .3s;
}
header nav .login_box .language dl {
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 0.625rem;
  padding-top: 0.078125rem;
  display: none;
}
header nav .login_box .language dl &gt; div {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0.05208333rem 0.05208333rem;
  cursor: auto;
}
header nav .login_box .language dl &gt; div .title {
  font-size: 0.08333333rem;
  margin-bottom: 0.05208333rem;
  line-height: 0.15625rem;
}
header nav .login_box .language dl &gt; div a {
  font-style: initial;
  font-size: 0.08333333rem;
  border-radius: 0;
  line-height: 0.15625rem;
  text-align: left;
}
header nav .login_box .language:hover dl {
  display: block;
}
header nav .login_box .language:hover p {
  color: #367ee8 !important;
}
header nav .login_box .language:hover a {
  display: block;
}
header nav .login_box .language a:hover {
  color: #367ee8;
}
header.header-2 .logo .icon-1 {
  display: none;
}
header.header-2 .logo .icon-2 {
  display: inline-block;
}
header.header-2 nav ul li a.a-1 {
  color: #fff !important;
}
header.header-2 nav .login_box .login {
  border-color: #fff;
  color: #fff;
}
header.header-2 nav .login_box .language p {
  color: #fff;
}
header.header-3 {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
header.header-3 .logo .icon-2 {
  display: none;
}
header.header-3 .logo .icon-1 {
  display: inline-block;
}
header.header-3 nav ul li a.a-1 {
  color: #333 !important;
}
header.header-3 nav .login_box .login {
  border-color: #367ee8;
  color: #367ee8;
}
header.header-3 nav .login_box .language p {
  color: #333;
}
/*banner轮播*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner::before,
.banner::after {
  content: "";
  width: 100%;
  height: 0.015625rem;
  background: #387ede;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.banner::after {
  width: 25%;
  background: #19ba58;
  left: auto;
  right: 0;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner .swiper .swiper-slide .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .swiper .swiper-slide .video-box video {
  width: 100%;
  height: auto;
}
.banner .swiper .swiper-slide a {
  display: block;
  height: 100%;
  color: #000;
}
.banner .swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper-pagination {
  z-index: 1000;
  bottom: 10px;
  width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.08333333rem;
  height: 0.08333333rem;
  background: none;
  opacity: 1;
  position: relative;
  border: 0.01041667rem solid transparent;
  transition: all .3s;
  margin: 0 5px;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0.0625rem;
  height: 0.0625rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #367ee8;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.banner .con1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.banner .con1 h5 {
  font-size: 0.27083333rem;
}
.banner .con1 h6 {
  font-size: 0.10416667rem;
  margin: 0.15625rem 0 0.3125rem;
  transition-delay: 0.3s;
  white-space: break-spaces;
}
.banner .con1 .more {
  display: block;
  width: 0.78125rem;
  line-height: 0.234375rem;
  background: #367ee8;
  color: #fff;
  font-size: 0.08333333rem;
  border-radius: 0.15625rem;
  text-align: center;
  transition-delay: 0.6s;
}
.banner .con1 .more:hover {
  background: #1852a8;
}
.banner .con1_2 {
  text-align: center;
}
.banner .con1_2 h5 {
  font-size: 0.41666667rem;
  font-weight: lighter;
}
.banner .con1_2 h6 {
  font-size: 0.11458333rem;
  margin: 0.20833333rem 0;
}
.banner .con1_2 .more {
  margin: 0 auto;
}
.main1 .con-padding {
  overflow: hidden;
  padding-left: 2.39583333rem;
}
.main1 ul li {
  width: 33.33%;
  height: 2.39583333rem;
  border-left: 1px solid #fff;
}
.main1 .move {
  position: relative;
  padding-bottom: 80px;
}
.main1 .move .but-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main1 .move .but {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(/uploads/image/oimages/icon12_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  background-color: #fff;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
.main1 .move .but:focus {
  outline: none;
}
.main1 .move .but-prev {
  transform: rotatey(180deg);
}
.main1 .move .swiper .swiper-slide {
  height: 2.39583333rem;
}
.main1 ul li:nth-child(1),
.main1 ul li:nth-child(2),
.main1 ul li:nth-child(4) {
  border-left: none;
}
.main1 ul li:nth-child(2),
.main1 ul li:nth-child(4),
.main1 ul li:nth-child(6) {
	background-color: #367ee847;
}
.main1 ul li:nth-child(2),
.main1 ul li:nth-child(3) {
  border-bottom: 1px solid #fff;
}


.main1 ul li:nth-child(3) {
  border-bottom: 1px solid #fff;
}
.main1 ul li .con,
.main1 .move .swiper .swiper-slide .con {
  height: 100%;
  padding: 0.88541667rem 0 0 0.3125rem;
  position: relative;
  transition: all .3s;
}
.main1 ul li .con .bg,
.main1 .move .swiper .swiper-slide .con .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main1 ul li .con .bg::before,
.main1 .move .swiper .swiper-slide .con .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(242, 244, 247, 0.7);
  position: absolute;
  top: -100%;
  left: 0;
  transition: all .8s;
}
.fade-animation ul li .con .bg::before,
.main1 .move .swiper .swiper-slide .con .bg::before {
  top: 0;
}
.main1 ul li .con .top,
.main1 .move .swiper .swiper-slide .con .top {
  position: relative;
  z-index: 10;
  top: 0;
  transition: all .3s;
}
.main1 ul li .con .top .icon,
.main1 .move .swiper .swiper-slide .con .top .icon {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.15625rem;
}
.main1 ul li .con .top .icon span,
.main1 .move .swiper .swiper-slide .con .top .icon span {
  display: block;
  transition: all .5s;
}
.main1 ul li .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide .con .top .icon .span-1 {
  background: #367ee8;
}
.main1 ul li .con .top .icon .span-2,
.main1 ul li .con .top .icon .span-3,
.main1 .move .swiper .swiper-slide .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide .con .top .icon .span-3 {
  background: #19ba58;
  position: absolute;
  border-radius: 50%;
}
.main1 ul li .con .top .title,
.main1 .move .swiper .swiper-slide .con .top .title {
  font-size: 0.11458333rem;
  color: #333;
  line-height: 1;
  transition: all .3s;
  font-weight: bold;
}
.main1 ul li .con .top dl,
.main1 .move .swiper .swiper-slide .con .top dl {
  opacity: 1;
  transition: all .3s;
}
.main1 ul li .con .top dl dd,
.main1 .move .swiper .swiper-slide .con .top dl dd {
  margin-top: 0.15625rem;
}
.main1 ul li .con .top dl dd a,
.main1 .move .swiper .swiper-slide .con .top dl dd a {
  position: relative;
  font-size: 0.09375rem;
  color: #333;
  padding-left: 0.10416667rem;
  transition: all .3s;
}
.main1 ul li .con .top dl dd a::before,
.main1 .move .swiper .swiper-slide .con .top dl dd a::before {
  content: "";
  width: 0.02604167rem;
  height: 0.02604167rem;
  background: #333;
  border-radius: 50%;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.main1 ul li .con .top dl dd a:hover,
.main1 .move .swiper .swiper-slide .con .top dl dd a:hover {
  text-decoration: underline !important;
  color: #fff!important;
}
.main1 ul li .con .more,
.main1 .move .swiper .swiper-slide .con .more {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: #ffffff url(/uploads/image/oimages/icon1.png) no-repeat center center / 0.0625rem auto;
  border-radius: 50%;
  position: absolute;
  bottom: 0.3125rem;
  right: 0.3125rem;
  z-index: 10;
}
.main1 ul li.li-2 .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide .con .top .icon .span-1 {
  width: 0;
  height: 0.28125rem;
}
.fade-animation ul li.li-2 .con .top .icon .span-1,
.fade-animation .move .swiper .swiper-slide.li-2 .con .top .icon .span-1 {
  width: 0.140625rem;
}
.main1 ul li.li-2 .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide.li-2 .con .top .icon .span-2 {
  width: 0.17708333rem;
  height: 0.17708333rem;
  top: 50%;
  left: 0.26041667rem;
  transform: translatey(-50%);
  opacity: 0;
}
.fade-animation ul li.li-2 .con .top .icon .span-2,
.fade-animation .move .swiper .swiper-slide.li-2 .con .top .icon .span-2 {
  left: 0.05208333rem;
  opacity: 1;
}
.main1 ul li.li-3 .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide.li-3 .con .top .icon .span-1 {
  width: 0;
  height: 0.28125rem;
}
.fade-animation ul li.li-3 .con .top .icon .span-1,
.fade-animation .move .swiper .swiper-slide.li-3 .con .top .icon .span-1 {
  width: 0.16666667rem;
}
.main1 ul li.li-3 .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide.li-3 .con .top .icon .span-2 {
  width: 0.140625rem;
  height: 0.140625rem;
  border-radius: 0;
  bottom: 0;
  left: 0.26041667rem;
  opacity: 0;
}
.fade-animation ul li.li-3 .con .top .icon .span-2,
.fade-animation .move .swiper .swiper-slide.li-3 .con .top .icon .span-2 {
  left: 0.09375rem;
  opacity: 1;
}
.main1 ul li.li-4 .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-1 {
  width: 0;
  height: 0;
  border-left: 0.13020833rem solid transparent;
  border-right: 0.13020833rem solid transparent;
  border-bottom: 0.17708333rem solid #367ee8;
  background: none;
  transform: scale(0);
}
.fade-animation ul li.li-4 .con .top .icon .span-1,
.fade-animation .move .swiper .swiper-slide.li-4 .con .top .icon .span-1 {
  transform: scale(1);
}
.main1 ul li.li-4 .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-2 {
  width: 0.20833333rem;
  height: 0.20833333rem;
  bottom: 0.07291667rem;
  left: 50%;
  transform: translatex(-50%) scale(0);
  overflow: hidden;
}
.fade-animation ul li.li-4 .con .top .icon .span-2,
.fade-animation .move .swiper .swiper-slide.li-4 .con .top .icon .span-2 {
  transform: translatex(-50%) scale(1);
}
.main1 ul li.li-4 .con .top .icon .span-2::before,
.main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-2::before {
  content: "";
  border-left: 0.13020833rem solid transparent;
  border-right: 0.13020833rem solid transparent;
  border-bottom: 0.17708333rem solid #367ee8;
  position: absolute;
  top: 0.10416667rem;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  transition: all .3s;
}
.main1 ul li.li-5 .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-1 {
  width: 0;
  height: 0.13541667rem;
  border-radius: 0.10416667rem;
}
.fade-animation ul li.li-5 .con .top .icon .span-1,
.fade-animation .move .swiper .swiper-slide.li-5 .con .top .icon .span-1 {
  width: 0.34375rem;
}
.main1 ul li.li-5 .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-2 {
  width: 0.20833333rem;
  height: 0.20833333rem;
  left: 0.078125rem;
  bottom: 0.04166667rem;
  transform: scale(0);
}
.fade-animation ul li.li-5 .con .top .icon .span-2,
.fade-animation .move .swiper .swiper-slide.li-5 .con .top .icon .span-2 {
  transform: scale(1);
}
.main1 ul li.li-5 .con .top .icon .span-3,
.main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-3 {
  width: 0.15625rem;
  height: 0.15625rem;
  left: 0.19270833rem;
  bottom: 0;
  overflow: hidden;
  transform: scale(0);
}
.fade-animation ul li.li-5 .con .top .icon .span-3,
.fade-animation .move .swiper .swiper-slide.li-5 .con .top .icon .span-3 {
  transform: scale(1);
}
.main1 ul li.li-5 .con .top .icon .span-3::before,
.main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-3::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #02881e;
  border-radius: 50%;
  position: absolute;
  top: -0.046875rem;
  left: -0.05729167rem;
  z-index: 1;
}
.main1 ul li.li-6 .con .top .icon .span-1,
.main1 .move .swiper .swiper-slide.li-6 .con .top .icon .span-1 {
  width: 0;
  height: 0.20833333rem;
}
.fade-animation ul li.li-6 .con .top .icon .span-1,
.fade-animation .move .swiper .swiper-slide.li-6 .con .top .icon .span-1 {
  width: 0.20833333rem;
}
.main1 ul li.li-6 .con .top .icon .span-2,
.main1 .move .swiper .swiper-slide.li-6 .con .top .icon .span-2 {
  width: 0.18229167rem;
  height: 0.18229167rem;
  left: 0.21354167rem;
  bottom: 0.23958333rem;
  opacity: 0;
}
.fade-animation ul li.li-6 .con .top .icon .span-2,
.fade-animation .move .swiper .swiper-slide.li-6 .con .top .icon .span-2 {
  left: 0.09895833rem;
  bottom: 0.10416667rem;
  opacity: 1;
}
.main1 ul li .con .mask,
.main1 .move .swiper .swiper-slide .con .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #384cde;
  transition: all .3s;
  overflow: hidden;
  opacity: 0;
}
.main1 ul li .con .mask::before,
.main1 .move .swiper .swiper-slide .con .mask::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  right: -0.05208333rem;
  transition: all .3s;
}
.main1-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0.78125rem;
}
.main1-2 .title1 {
  text-align: left;
  margin-bottom: 0;
}
.main2 .main2-con {
  position: relative;
  height: 3.75rem;
}
.main2 .main2-con .bg1 {
  width: 7.70833333rem;
  height: 3.38541667rem;
  background: #384cde;
  position: absolute;
  right: -2.60416667rem;
  top: 0;
  z-index: 10;
  transform: skewx(-6deg);
  border-top-left-radius: 0.20833333rem;
  border-bottom-left-radius: 0.20833333rem;
  overflow: hidden;
  transition: all 1s;
  opacity: 0.6;
}
.fade-animation .main2-con .bg1 {
  right: -0.20833333rem;
  opacity: 1;
}
.main2 .main2-con .bg1::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367ee8;
  position: absolute;
  right: -5.20833333rem;
  bottom: -0.140625rem;
  border-radius: 50%;
  transition: all .5s;
  opacity: 0;
}
.fade-animation .main2-con .bg1::before {
  opacity: 1;
  right: -3.64583333rem;
  transition-delay: .5s;
}
.main2 .main2-con .bg2 {
  width: 7.70833333rem;
  height: 3.38541667rem;
  background: #f2f4f7;
  position: absolute;
  right: 100%;
  top: 0.41666667rem;
  margin-right: 0;
  transform: skewx(-6deg);
  border-top-right-radius: 0.20833333rem;
  border-bottom-right-radius: 0.20833333rem;
  transition: all .5s;
}
.fade-animation .main2-con .bg2 {
  margin-right: -3.125rem;
}
.main2 .main2-con .nav1 {
  margin: 0.15625rem 0;
}
.main2 .main2-con .gd {
  position: relative;
  z-index: 100;
}
.main2 .main2-con .gd .swiper {
  padding: 0.15625rem 0.15625rem 0.52083333rem;
  margin: 0 -0.15625rem;
}
.main2 .main2-con .gd .swiper .swiper-slide {
  width: auto;
  padding: 0 0.10416667rem;
}
.news1 {
  display: block;
  width: 3.02083333rem;
  box-shadow: 0 0.03125rem 0.09375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.news1::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  top: 0.20833333rem;
  left: 50%;
  transform: translatex(-50%) scale(0);
  transition: all .5s;
}
.news1 .top1 {
  background: #1e2432;
  height: 0.15625rem;
  display: flex;
  align-items: center;
  padding-left: 0.13020833rem;
  position: relative;
  z-index: 100;
}
.news1 .top1 b {
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: #387ede;
  border-radius: 50%;
  margin-right: 0.03645833rem;
}
.news1 .top1 b.b-2 {
  background: #fed955;
}
.news1 .top1 b.b-3 {
  background: #19ba58;
}
.news1 .con {
  padding: 0.20833333rem 0.26041667rem 0.3125rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.news1 .con .icon-box {
  width: 0.58333333rem;
  position: relative;
  z-index: 100;
}
.news1 .con .icon-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.news1 .con .icon-box .icon-2 {
  opacity: 0;
}
.news1 .con .text-box {
  width: calc(100% - 0.58333333rem);
  padding-left: 0.15625rem;
}
.news1 .con .text-box .top2 {
  padding: 0.10416667rem 0.52916667rem 0.05625rem 0;
  position: relative;
  border-bottom: 1px dashed #aaa;
}
.news1 .con .text-box .top2 h5 {
  font-size: 0.11458333rem;
  color: #333;
  font-weight: bold;
}
.news1 .con .text-box .top2 .text {
  font-size: 0.08333333rem;
  color: #333;
  margin-top: 0.10416667rem;
  line-height: 0.13020833rem;
  height: 0.26041667rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news1 .con .text-box .top2 .more {
  width: 0.57291667rem;
  line-height: 0.18229167rem;
  background: #367ee8;
  color: #fff;
  text-align: center;
  border-radius: 0.15625rem;
	margin-top: 0.05rem;
}
.news1 .con .text-box .bottom h5 {
  font-size: 0.09375rem;
  color: #333;
  padding: 0.10416667rem 0;
  font-weight: bold;
}
.news1 .con .text-box .bottom .text {
  font-size: 0.08333333rem;
  color: #666;
  line-height: 0.125rem;
  height: 0.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main2 .gd {
  position: relative;
}
.main2 .gd .but-box {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 100;
  transform: translatex(-50%);
  display: flex;
}
.main2 .gd .but-box .but {
  width: 0.26041667rem;
  height: 0.26041667rem;
  border: 0.01041667rem solid #8894eb;
  border-radius: 50%;
  background-image: url(/uploads/image/oimages/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.0625rem auto;
  margin: 0 0.05208333rem;
  transition: all .3s;
  position: relative;
  opacity: 0;
}
.main2 .gd .but-box .but-prev {
  transform: rotatey(180deg);
  left: 0.18229167rem;
}
.main2 .gd .but-box .but-next {
  right: 0.18229167rem;
}
.fade-animation .gd .but-box .but {
  opacity: 1;
}
.fade-animation .gd .but-box .but-prev {
  left: 0;
}
.fade-animation .gd .but-box .but-next {
  right: 0;
}
.main2 .gd .but-box .but:hover {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/uploads/image/oimages/icon2_2.png);
}
.main3 .main3-con {
  position: relative;
  height: 3.38541667rem;
}
.main3 .main3-con .bg1 {
  width: 8.22916667rem;
  height: 2.5rem;
  background: #384cde;
  position: absolute;
  left: -3.125rem;
  top: 0;
  z-index: 10;
  transform: skewx(6deg);
  border-top-right-radius: 0.20833333rem;
  border-bottom-right-radius: 0.20833333rem;
  overflow: hidden;
  opacity: 0.6;
  transition: all 1s;
}
.fade-animation .main3-con .bg1 {
  left: -0.20833333rem;
  opacity: 1;
}
.main3 .main3-con .bg1::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367ee8;
  position: absolute;
  right: 4.16666667rem;
  bottom: -0.140625rem;
  border-radius: 50%;
  transition: all .5s;
  opacity: 0;
}
.fade-animation .main3-con .bg1::before {
  right: 2.60416667rem;
  opacity: 1;
  transition-delay: 0.5s;
}
.main3 .main3-con .bg2 {
  width: 8.22916667rem;
  height: 2.5rem;
  background: #f2f4f7;
  position: absolute;
  left: 100%;
  top: 0.57291667rem;
  margin-left: -0.3125rem;
  transform: skewx(6deg);
  border-top-left-radius: 0.20833333rem;
  border-bottom-left-radius: 0.20833333rem;
  transition: all .5s;
  opacity: 0;
}
.fade-animation .main3-con .bg2 {
  margin-left: -2.91666667rem;
  opacity: 1;
}
.main3 .main3-con .con1 {
  position: relative;
  z-index: 100;
  margin: 0.52083333rem 0 0.36458333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.13541667rem;
}
.main3 .main3-con .con1 h5 {
  font-size: 0.17708333rem;
  color: #fff;
}
.main3 .main3-con .gd {
  position: relative;
  z-index: 100;
  padding-right: 3.38541667rem;
}
.main3 .main3-con .gd .gd-con {
  position: relative;
}
.main3 .main3-con .gd .gd-con .but-box {
  position: absolute;
  right: -0.83333333rem;
  top: 50%;
  display: flex;
  transform: translatey(-50%);
}
.main3 .gd .but-box .but {
  width: 0.26041667rem;
  height: 0.26041667rem;
  border: 0.01041667rem solid #8894eb;
  border-radius: 50%;
  background-image: url(/uploads/image/oimages/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.0625rem auto;
  margin: 0 0.05208333rem;
  transition: all .3s;
  position: relative;
  opacity: 0;
}
.main3 .gd .but-box .but-prev {
  transform: rotatey(180deg);
  left: 0.18229167rem;
}
.main3 .gd .but-box .but-next {
  right: 0.18229167rem;
}
.fade-animation .gd .but-box .but {
  opacity: 1;
}
.fade-animation .gd .but-box .but-prev {
  left: 0;
}
.fade-animation .gd .but-box .but-next {
  right: 0;
}
.main3 .gd .but-box .but:hover {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/uploads/image/oimages/icon2_2.png);
}
.main3 .main3-con .gd .swiper {
  padding: 0.15625rem 0;
}
.main3 .main3-con .gd .swiper .swiper-slide {
  padding: 0 0.10416667rem;
}
.news2 {
  height: 1.97916667rem;
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0.03125rem 0.03125rem 0.09375rem rgba(0, 0, 0, 0.1);
  padding: 0.15625rem 0.3125rem 0;
  overflow: hidden;
  position: relative;
}
.news2::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  top: 0.20833333rem;
  left: 50%;
  transform: translatex(-50%) scale(0);
  transition: all .5s;
}
.news2::after {
  content: "";
  width: 0;
  height: 0.03125rem;
  background: #19ba58;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news2 .imgbox {
  width: 0.83333333rem;
  height: 0.83333333rem;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  transition: all .3s;
  border-radius: 50%;
  overflow: hidden;
}
.news2 .imgbox img {
  width: 100%;
  height: auto;
  transition: all .3s;
}
.news2 .title {
  position: relative;
  z-index: 100;
}
.news2 h5 {
  font-size: 0.11458333rem;
  color: #333;
  line-height: 0.15625rem;
  text-align: center;
  margin: 0.10416667rem 0;
}
.news2 .title i {
  width: 100%;
  height: 0.05208333rem;
  background: url(/uploads/image/oimages/icon4.png) no-repeat center center / contain;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.news2 .text {
  font-size: 0.08333333rem;
  color: #aaa;
  line-height: 0.15625rem;
  height: 0.46875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 100;
  text-align: center;
  transition: all .3s;
}
.main4 .main4-con {
  position: relative;
}
.main4 .main4-con .map {
  display: block;
  margin: 0 auto;
  height: 4.0625rem;
}
.main4 .main4-con ul li {
  position: absolute;
  display: flex;
  transition: all .5s;
  white-space: nowrap;
}
.main4 .main4-con ul li:nth-child(1) {
  top: 0.44791667rem;
  left: 1.83333333rem;
}
.main4 .main4-con ul li:nth-child(2) {
  top: 2.07291667rem;
  left: 2.96354167rem;
}
.main4 .main4-con ul li:nth-child(3) {
  top: 1.25520833rem;
  left: 4.953125rem;
}
.main4 .main4-con ul li:nth-child(4) {
  top: 0.578125rem;
  left: 6.71875rem;
}
.main4 .main4-con ul li img {
  width: 0.57291667rem;
  height: 0.44791667rem;
  margin-top: 0.15625rem;
  transform: scale(0);
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.fade-animation .main4-con ul li img {
  transform: scale(1);
}
.main4 .main4-con ul li .text-box {
  background: #fff;
  border-radius: 0.05208333rem;
  padding: 0.10416667rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  left: -100px;
  transition: all .5s;
  opacity: 0;
}
.fade-animation .main4-con ul li .text-box {
  left: 0;
  opacity: 1;
  transition-delay: 0.3s;
}
.main4 .main4-con ul li .text-box::before {
  content: "";
  width: 2.08333333rem;
  height: 2.08333333rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%) scale(0);
  transition: all .5s;
}
.main4 .main4-con ul li:nth-child(2) .text-box::before,
.main4 .main4-con ul li:nth-child(4) .text-box::before {
  background: #19ba58;
}
.main4 .main4-con ul li .text-box h5 {
  font-size: 0.09375rem;
  color: #333;
  position: relative;
  z-index: 100;
  transition: all .3s;
}
.main4 .main4-con ul li .text-box .bottom {
  display: flex;
  margin-top: 0.10416667rem;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}
.main4 .main4-con ul li .text-box .bottom p {
  font-size: 0.125rem;
  font-weight: bold;
  color: #333;
  margin-left: 0.09375rem;
  transition: all .3s;
}
.main4 .main4-con ul li .text-box .bottom p span {
  font-size: 0.07291667rem;
  font-weight: normal;
}
.main4 .main4-con ul li .text-box .bottom .yuan-box {
  position: relative;
  z-index: 100;
}
.main4 .main4-con ul li .text-box .bottom .yuan {
  width: 0.20833333rem;
  height: 0.20833333rem;
  position: relative;
  transition: all .3s;
}
.main4 .main4-con ul li .text-box .bottom .yuan .wrapper {
  width: 0.10416667rem;
  height: 0.20833333rem;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.main4 .main4-con ul li .text-box .bottom .yuan .wrapper.right {
  right: 0;
}
.main4 .main4-con ul li .text-box .bottom .yuan .wrapper.left {
  left: 0;
}
.main4 .main4-con ul li .text-box .bottom .yuan .circleprogress {
  width: 0.20833333rem;
  height: 0.20833333rem;
  border: 0.02083333rem solid #367ee8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition: all .3s;
}
.main4 .main4-con ul li .text-box .bottom .yuan .rightcircle {
  border-top: 0.02083333rem solid #d7e5fa;
  border-right: 0.02083333rem solid #d7e5fa;
  right: 0;
  transform: rotate(130deg);
}
.main4 .main4-con ul li .text-box .bottom .yuan .leftcircle {
  border-bottom: 0.02083333rem solid #d7e5fa;
  border-left: 0.02083333rem solid #d7e5fa;
  left: 0;
  transform: rotate(45deg);
}
.main4 .main4-con ul li:nth-child(2) .text-box .bottom .yuan .circleprogress {
  border-color: #19ba58;
}
.main4 .main4-con ul li:nth-child(2) .text-box .bottom .yuan .rightcircle {
  border-top-color: #d1f1de;
  border-right-color: #d1f1de;
  transform: rotate(225deg);
}
.main4 .main4-con ul li:nth-child(2) .text-box .bottom .yuan .leftcircle {
  border-bottom-color: #d1f1de;
  border-left-color: #d1f1de;
}
.main4 .main4-con ul li:nth-child(3) .text-box .bottom .yuan .rightcircle {
  transform: rotate(225deg);
}
.main4 .main4-con ul li:nth-child(3) .text-box .bottom .yuan .leftcircle {
  transform: rotate(150deg);
}
.main4 .main4-con ul li:nth-child(4) .text-box .bottom .yuan .circleprogress {
  border-color: #19ba58;
}
.main4 .main4-con ul li:nth-child(4) .text-box .bottom .yuan .rightcircle {
  border-top-color: #d1f1de;
  border-right-color: #d1f1de;
  transform: rotate(225deg);
}
.main4 .main4-con ul li:nth-child(4) .text-box .bottom .yuan .leftcircle {
  border-bottom-color: #d1f1de;
  border-left-color: #d1f1de;
  transform: rotate(150deg);
}
.main4 .main4-con ul li .text-box .bottom .yuan-box .yuan-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main4 .main4-con ul li .text-box .bottom .yuan-box .yuan-2 .circleprogress {
  border-color: #fff;
}
.main4 .main4-con ul li .text-box .bottom .yuan-box .yuan-2 .rightcircle {
  transform: rotate(45deg);
}
.main4 .main4-con ul li .text-box .bottom .yuan-box .yuan-2 .rightcircle {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.main4 .main4-con ul li .text-box .bottom .yuan-box .yuan-2 .leftcircle {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.main4 .main4-con ul li:nth-child(2) .text-box .bottom .yuan-2 .rightcircle {
  transform: rotate(45deg);
}
.main4 .main4-con ul li:nth-child(3) .text-box .bottom .yuan-2 .rightcircle,
.main4 .main4-con ul li:nth-child(4) .text-box .bottom .yuan-2 .rightcircle {
  transform: rotate(45deg);
}
.main4 .main4-con ul li:nth-child(3) .text-box .bottom .yuan-2 .leftcircle,
.main4 .main4-con ul li:nth-child(4) .text-box .bottom .yuan-2 .leftcircle {
  transform: rotate(45deg);
}
.main4 .main4-con ul li:hover .text-box::before {
  transform: translatex(-50%) scale(1);
  top: -0.26041667rem;
}
.main4 .main4-con ul li:hover .text-box h5,
.main4 .main4-con ul li:hover .text-box .bottom p {
  color: #fff;
}
.main4 .main4-con ul li:hover .text-box .bottom .yuan-box .yuan-1 {
  opacity: 0;
}
.main4 .main4-con ul li:hover .text-box .bottom .yuan-box .yuan-2 {
  opacity: 1;
}
.main4 .main4-con ul li:hover .text-box .bottom .yuan-box .yuan-2 .rightcircle {
  transform: rotate(130deg);
  transition-duration: .5s;
  transition-delay: 0.5s;
}
.main4 .main4-con ul li:hover:nth-child(2) .text-box .bottom .yuan-2 .rightcircle {
  transform: rotate(225deg);
}
.main4 .main4-con ul li:hover:nth-child(3) .text-box .bottom .yuan-2 .rightcircle,
.main4 .main4-con ul li:hover:nth-child(4) .text-box .bottom .yuan-2 .rightcircle {
  transform: rotate(225deg);
}
.main4 .main4-con ul li:hover:nth-child(3) .text-box .bottom .yuan-2 .leftcircle,
.main4 .main4-con ul li:hover:nth-child(4) .text-box .bottom .yuan-2 .leftcircle {
  transform: rotate(150deg);
  transition-delay: 0.9s;
}
.main5 ul {
  margin: 0 -0.10416667rem;
}
.main5 ul li {
  width: 50%;
  padding: 0 0.10416667rem;
}
.main5 {
	background-image: ;
	background-repeat: no-repeat;
	background-size: 100%;
}

.news3 {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  overflow: hidden;
  box-shadow: 0.03125rem 0.03125rem 0.09375rem rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 0.15625rem;
}
.news3:last-child {
  margin-bottom: 0;
}
.news3 .imgbox {
  width: 1.66666667rem;
  height: 0.72916667rem;
  overflow: hidden;
}
.news3 .imgbox .img {
  height: 100%;
}
.news3 .text-box {
  margin-left: 1.66666667rem;
  padding: 0.10416667rem 0.15625rem 0;
  position: relative;
}
.news3 .text-box h5 {
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news3 .text-box p {
  font-size: 0.08333333rem;
  color: #aaa;
  margin-top: 0.078125rem;
}
.news3 .more {
  width: 0.15625rem;
  height: 0.15625rem;
  background: #367ee7 url(/uploads/image/oimages/icon6.png) no-repeat center center / 0.046875rem auto;
  border-radius: 50%;
  position: absolute;
  bottom: 0.15625rem;
  right: 0.15625rem;
  border: 1px solid #367ee7;
}
.news3-2 .imgbox {
  width: auto;
  height: 1.5625rem;
}
.news3-2 .text-box {
  margin-left: 0;
  padding: 0.20833333rem;
  position: relative;
}
.news3-2 .more {
  bottom: 0.20833333rem;
  right: 0.20833333rem;
}
.main5 .more1 {
  margin: 0.41666667rem auto 0;
  background: #367ee7;
  color: #fff;
}
.main6 .main6-1 .swiper {
  padding: 0.15625rem;
  margin: 0 -0.15625rem;
}
.news4 {
  display: block;
}
.news4 .imgbox {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.05208333rem solid transparent;
  background: #f8f9fb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.news4 .imgbox img {
  max-width: 70%;
  max-height: 70%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news4 h5 {
  font-size: 0.09375rem;
  color: #aaa;
  text-align: center;
  margin-top: 0.10416667rem;
}
.main16 {
  background: url(/uploads/image/oimages/bg2.jpg) no-repeat center center / cover;
  border-radius: 0.05208333rem;
  padding: 0.3125rem 0;
  text-align: center;
  margin-top: 0.72916667rem;
}
.main16 .title {
  font-size: 0.15625rem;
  color: #fff;
}
.main16 .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.20833333rem;
}
.main16 .nav a {
  margin: 0 0.05208333rem;
  height: 0.26041667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main16 .nav a.sy {
  color: #367ee7;
}
.main16 .nav a.sy:hover {
  background: #fff;
}
.main16 .nav a.zx {
  background: none;
  border: 0.01041667rem solid #ffffff;
  color: #fff;
}
.footer {
  position: relative;
}
.footer::before,
.footer::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #387ede;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}
.footer::after {
  width: 25%;
  left: auto;
  right: 0;
  background: #19ba58;
}
.footer-index .footer::before,
.footer-index .footer::after {
  width: 0;
}
.fade-animation .footer::before {
  width: 100%;
}
.fade-animation .footer::after {
  width: 25%;
}
.footer .footer-1 {
  padding: 0.52083333rem 0 0.15625rem;
  display: flex;
  justify-content: space-between;
}
.footer .footer-1 .footer-1-left {
  width: 1.92708333rem;
  border-right: 1px solid #eee;
  padding-right: 0.15625rem;
}
.footer .footer-1 .footer-1-left img.logo {
  width: 0.72916667rem;
}
.footer .footer-1 .footer-1-left ul {
  margin: 0.26041667rem 0;
}
.footer .footer-1 .footer-1-left ul li {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  margin-bottom: 0.10416667rem;
}
.footer .footer-1 .footer-1-left ul li i {
  color: #387ede;
  margin-right: 0.02604167rem;
}
.footer .footer-1 .footer-1-left dl {
  display: flex;
}
.footer .footer-1 .footer-1-left dl dd {
  margin-right: 0.10416667rem;
  cursor: pointer;
  text-align: center;
}
.footer .footer-1 .footer-1-left dl dd i {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: #f2f3f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #387ede;
  font-size: 0.09375rem;
  position: relative;
  transition: all .3s;
  margin: 0 auto;
}
.footer .footer-1 .footer-1-left dl dd p {
  color: #666;
  margin-top: 0.046875rem;
  text-align: center;
}
.footer .footer-1 .footer-1-left dl dd i .img {
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1000;
  transform: translate(0.078125rem, -50%);
  box-shadow: 0 0 0.09375rem rgba(0, 0, 0, 0.2);
  border: 0.02604167rem solid #ffffff;
  display: none;
}
.footer .footer-1 .footer-1-left dl dd i .img::before {
  content: "";
  border-top: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid transparent;
  border-right: 0.06770833rem solid #ffffff;
  position: absolute;
  top: 50%;
  left: -0.09375rem;
  transform: translatey(-50%);
}
.footer .footer-1 .footer-1-left dl dd i .img img {
  width: 0.66666667rem;
  height: 0.66666667rem;
}
.footer .footer-1 .footer-1-left dl dd:hover i {
  background: #387ede;
  color: #fff;
}
.footer .footer-1 .footer-1-left dl dd:hover i .img {
  display: block;
}
.footer .footer-1 .footer-1-right {
  width: calc(100% - 1.92708333rem);
  padding-left: 0.15625rem;
}
.footer .footer-1 .footer-1-right .dl-box {
  display: flex;
  margin: 0 -0.20833333rem;
}
.footer .footer-1 .footer-1-right dl {
  width: 25%;
  padding: 0 0.20833333rem;
}
.footer .footer-1 .footer-1-right dl dt {
  font-size: 0.125rem;
  color: #333;
  padding-bottom: 0.15625rem;
  margin-bottom: 0.15625rem;
  position: relative;
}
.footer .footer-1 .footer-1-right dl dt::before,
.footer .footer-1 .footer-1-right dl dt::after {
  content: "";
  width: 100%;
  height: 0.01041667rem;
  background: #367ee8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .footer-1 .footer-1-right dl dt::after {
  background: #19ba58;
  width: 27%;
}
.footer .footer-1 .footer-1-right dl dd a {
  line-height: 0.18229167rem;
  color: #999;
}
.footer .footer-1 .footer-1-right dl dd a:hover {
  color: #387ede;
}
.footer .footer-2 {
  color: #aaa;
  padding: 0.13020833rem 0;
  border-top: 1px solid #eee;
  text-align: center;
}
.footer .footer-2 a {
  color: #aaa;
  transition: all .3s;
  margin-left: 0.02604167rem;
}
.footer .footer-2 a:hover {
  color: #387ede;
}
/*内页开始*/
.banner2 {
  position: relative;
  padding: 1.45833333rem 0;
  text-align: center;
  color: #fff;
}
.banner2::before,
.banner2::after {
  content: "";
  width: 100%;
  height: 0.015625rem;
  background: #367fe8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.banner2::after {
  width: 25%;
  background: #19ba58;
}
.banner2 h5 {
  font-size: 0.28125rem;
}
.banner2 p {
  font-size: 0.09375rem;
  margin-top: 0.15625rem;
}
.banner2 .more {
  display: block;
  width: 0.78125rem;
  line-height: 0.234375rem;
  font-size: 0.08333333rem;
  color: #fff;
  border-radius: 0.15625rem;
  margin: 0.3125rem auto 0;
  background: #367ee8;
}
.banner2 .more:hover {
  background: #1155b8;
}
.banner2-2 {
  padding: 1.35416667rem 0 1.04166667rem;
}
.banner2-3 {
  text-align: left;
  padding-left: 2.60416667rem;
}
.main7 {
  background: #f2f3f7;
  padding: 0.78125rem 0 1.51041667rem;
}
.main7 .main7-1 {
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0.05208333rem 0.15625rem rgba(0, 0, 0, 0.1);
  padding: 0 0.20833333rem;
}
.main7 .main7-1 dl {
  border-bottom: 0.01041667rem solid #f2f3f7;
  padding: 0.20833333rem 0 0.10416667rem;
}
.main7 .main7-1 dl:last-child {
  border-bottom: none;
}
.main7 .main7-1 dl dt {
  font-size: 0.09375rem;
  color: #333;
}
.main7 .main7-1 dl dd {
  margin-left: 0.67708333rem;
  font-size: 0;
}
.main7 .main7-1 dl dd a {
  font-size: 0.09375rem;
  color: #999;
  display: inline-block;
  margin: 0 0.3125rem 0.10416667rem 0;
  transition: all .3s;
  position: relative;
}
.main7 .main7-1 dl dd a::before {
  content: "";
  width: 0.125rem;
  height: 0.01041667rem;
  background: #367fe8;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.05208333rem);
  opacity: 0;
  transition: all .3s;
}
.main7 .main7-1 dl dd a.active {
  color: #367fe8;
}
.main7 .main7-1 dl dd a.active::before {
  opacity: 1;
}
.main7 .main7-1 dl dd a:hover {
  color: #367fe8;
}
.main7 .main7-1 dl dd a:hover::before {
  opacity: 1;
}
.search1 {
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0.05208333rem 0.15625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.3125rem;
  position: relative;
}
.search1::before {
  content: "";
  width: 1px;
  height: 0.09375rem;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0.46875rem;
  transform: translatey(-50%);
}
.search1 form {
  display: flex;
}
.search1 form button {
  width: 1.04166667rem;
  height: 0.36458333rem;
  background: #367fe8;
  color: #fff;
  font-size: 0.09375rem;
  border: none;
}
.search1 form input {
  width: calc(100% - 1.04166667rem);
  height: 0.36458333rem;
  border: none;
  padding-left: 0.625rem;
  background: url(/uploads/image/oimages/fdj.png) no-repeat 0.20833333rem center;
}
.news5 {
  display: block;
  background: #fff;
  box-shadow: 0 0 0.15625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  overflow: hidden;
  text-align: center;
}
.news5 .imgbox {
  overflow: hidden;
}
.news5 .imgbox .img {
  height: 1.015625rem;
}
.news5 .text-box {
  padding: 0 0.10416667rem 0.15625rem;
}
.news5 .text-box img {
  width: 0.625rem;
  height: 0.625rem;
  margin: -0.3125rem auto 0;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: relative;
  z-index: 100;
}
.news5 .text-box h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.15625rem;
  margin: 0.10416667rem 0 0.078125rem;
}
.news5 .text-box .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
}
.news5 .text-box dl {
  font-size: 0;
  margin-top: 0.10416667rem;
  white-space: nowrap;
  overflow-x: auto;
}
.news5 .text-box dl dd {
  display: inline-block;
  line-height: 0.15625rem;
  padding: 0 0.10416667rem;
  border-radius: 0.02083333rem;
  color: #367fe8;
  margin: 0 0.02604167rem;
  font-size: 0.07291667rem;
  background: #f2f3f7;
}
.news5 .swiper {
  margin-top: 0.10416667rem;
}
.news5 .swiper .swiper-slide {
  width: auto;
  line-height: 0.15625rem;
  margin: 0 0.02604167rem;
  padding: 0 0.10416667rem;
  border-radius: 0.02083333rem;
  color: #367fe8;
  font-size: 0.07291667rem;
  background: #f2f3f7;
}
.news5:hover .img {
  transform: scale(1.1);
}
.news5:hover h5 {
  color: #367fe8;
}
.main8 {
  margin-top: -1.015625rem;
  padding-bottom: 0.46875rem;
}
.main8 ul {
  margin: 0 -0.078125rem;
}
.main8 ul li {
  width: 33.33%;
  padding: 0 0.078125rem 0.15625rem;
  float: left;
}
.banner3 {
  padding: 0.88541667rem 0 1.078125rem;
}
.banner3 .text-box p {
  font-family: arial;
  font-size: 0.4375rem;
  line-height: 0.1875rem;
  color: rgba(255, 255, 255, 0.3);
}
.banner3 .text-box {
  padding-right: 2.60416667rem;
}
.banner3 .text {
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.1875rem;
}
.main9 {
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0 0.3125rem;
  margin-top: -0.61458333rem;
}
.main9 .main9-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3125rem 0;
  border-bottom: 1px solid #eee;
}
.main9 .main9-1 img {
  width: 1.19791667rem;
}
.main9 .main9-1 .text-box {
  width: calc(100% - 1.45833333rem);
}
.main9 .main9-1 .text-box .top {
  display: flex;
  align-items: center;
}
.main9 .main9-1 .text-box .top h5 {
  font-size: 0.15625rem;
  color: #333;
}
.main9 .main9-1 .text-box .top dl {
  display: flex;
}
.main9 .main9-1 .text-box .top dl dd {
  font-size: 0.09375rem;
  color: #999;
  padding: 0 0.078125rem;
  line-height: 1;
}
.main9 .main9-1 .text-box .top dl dd:nth-child(2) {
  border-left: 0.01041667rem solid #b6b6b6;
}
.main9 .main9-1 .text-box .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.1875rem;
  margin-top: 0.10416667rem;
}
.main9 .main9-2 {
  padding: 0.3125rem 0;
}
.main9 .main9-2 ul {
  display: flex;
  justify-content: center;
}
.main9 .main9-2 ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #eee;
}
.main9 .main9-2 ul li:first-child {
  border-left: 1px solid #eee;
}
.main9 .main9-2 ul li h5 {
  font-size: 0.1875rem;
  color: #367ee8;
}
.main9 .main9-2 ul li p {
  font-size: 0.09375rem;
  color: #999;
  margin-top: 0.078125rem;
}
.main10 {
  padding: 0.41666667rem 0.3125rem 0.72916667rem;
}
.main10 .main10-1 {
  border-bottom: 0.01041667rem solid #eeeeee;
  padding-bottom: 0.10416667rem;
  font-size: 0.09375rem;
  line-height: 2;
}
.main10 .main10-1 .list {
  margin-bottom: 0.15625rem;
}
.main10 .main10-1 .list .bt {
  font-size: 0.15625rem;
  line-height: 0.21875rem;
  margin-bottom: 0.05208333rem;
}
.main10 .main10-1 .list .text {
  font-size: 0.09375rem;
  color: #777;
  line-height: 0.1875rem;
}
.main10 .main10-1 .list .text b {
  color: #333;
}
.main10 .main10-2 {
  margin: 0.20833333rem 0 0.78125rem;
}
.main10 .main10-2 dl {
  font-size: 0;
}
.main10 .main10-2 dl dd {
  display: inline-block;
  min-width: 0.83333333rem;
  line-height: 0.26041667rem;
  text-align: center;
  padding: 0 0.05208333rem;
  background: #f2f3f7;
  font-size: 0.09375rem;
  color: #367fe8;
  border-radius: 0.02604167rem;
  margin: 0 0.10416667rem 0.10416667rem 0;
}
.main10 .main10-3 {
  background: url(/uploads/image/oimages/bg3.jpg) no-repeat center center / cover;
  padding: 0.26041667rem 0.46875rem;
  border-radius: 0.05208333rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.main10 .main10-3 .text-box h5 {
  font-size: 0.15625rem;
}
.main10 .main10-3 .text-box p {
  font-size: 0.125rem;
  margin-top: 0.10416667rem;
}
.main10 .main10-3 .text-box p a {
  color: #fff;
  text-decoration: underline !important;
}
.main10 .main10-3 .text-box p a:hover {
  text-decoration: underline !important;
}
.main10 .main10-3 img {
  width: 0.78125rem;
  height: 0.78125rem;
}
.main11 {
  padding: 1.04166667rem 0;
  background: url(/uploads/image/oimages/bg4.jpg) no-repeat center center / cover;
}
.main11 .main11-1 {
  padding-top: 0.52083333rem;
}
.main11 .main11-1 .title1 {
  margin-bottom: 0.3125rem;
  text-align: left;
}
.main11 .main11-1 .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
}
.main11 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main12 {
  padding: 0.78125rem 0;
  background: #f2f4f7;
}
.main12 .main12-left {
  width: 2.34375rem;
  padding-right: 0.78125rem;
}
.main12 .main12-left .title1 {
  margin-bottom: 0;
  text-align: left;
}
.main12 .main12-left .text {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  margin: 0.26041667rem 0;
}
.main12 .main12-left a {
  display: block;
  width: 0.78125rem;
  line-height: 0.22916667rem;
  background: #367ee7;
  border-radius: 0.26041667rem;
  color: #fff;
  text-align: center;
  font-size: 0.08333333rem;
}
.main12 .main12-left a:hover {
  background: #0f418a;
}
.main12 .main12-right {
  width: calc(100% - 2.34375rem);
}
.main12 .main12-right ul li a {
  height: 0.72916667rem;
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  margin-bottom: 2px;
  position: relative;
  padding: 0 0.05208333rem 0 0.72916667rem;
  font-size: 0.125rem;
  color: #333;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main12 .main12-right ul li a::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367ee8;
  position: absolute;
  bottom: 0;
  right: -150%;
  border-radius: 50%;
  transition: all .3s;
}
.main12 .main12-right ul li a i {
  width: 0.36458333rem;
  height: 0.36458333rem;
  border: 0.09375rem solid #ffffff;
  border-radius: 50%;
  background: #d9dee4 url(/uploads/image/oimages/icon9.png) no-repeat center center / 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 0.20833333rem;
  transform: translatey(-50%);
  font-style: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main12 .main12-right ul li a .text {
  position: relative;
  z-index: 100;
}
.main13 {
  padding-top: 0.41666667rem;
}
.main13 .main13-1 ul li {
  width: 50%;
  height: 4.16666667rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main13 .main13-1 ul li.img-box {
  background: #384cde;
  padding: 0 0.78125rem;
}
.main13 .main13-1 ul li.img-box::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367ee8;
  position: absolute;
  bottom: 0.76041667rem;
  left: 0.28645833rem;
  border-radius: 50%;
}
.main13 .main13-1 ul li.img-box img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 100;
}
.main13 .main13-1 ul li.text-box {
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
  padding: 0 1.30208333rem 0 0.72916667rem;
}
.main13 .main13-1 ul li.text-box h5 {
  font-size: 0.15625rem;
  color: #222;
  line-height: 0.21875rem;
}
.main13 .main13-1 ul li.text-box .text {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  color: #777;
  margin: 0.15625rem 0;
}
.main13 .main13-1 ul li.text-box dl dd {
  font-size: 0.09375rem;
  color: #222;
  line-height: 0.21875rem;
  position: relative;
  padding-left: 0.20833333rem;
}
.main13 .main13-1 ul li.text-box dl dd::before {
  content: "";
  width: 0.13020833rem;
  height: 0.13020833rem;
  border-radius: 50%;
  background: #f2f4f7 url(/uploads/image/oimages/icon10.png) no-repeat center center / 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main13 .main13-1 ul li.text-box .more {
  margin-top: 0.36458333rem;
  display: flex;
}
.main13 .main13-1 ul li.text-box .more a {
  display: block;
  width: 0.78125rem;
  line-height: 0.22916667rem;
  background: #367ee7;
  color: #fff;
  text-align: center;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
}
.main13 .main13-1 ul li.text-box .more a.xq {
  background: none;
  border: 1px solid #dcdcdc;
  color: #777;
  margin-left: 0.05208333rem;
}
.main13 .main13-1 ul:nth-child(even) .img-box {
  float: right !important;
}
.main14 {
  background: #f2f4f7;
  padding: 0.52083333rem 0;
}
.main14 .swiper {
  padding: 0.15625rem;
}
.news6 {
  display: block;
  border-radius: 0.05208333rem;
  transition: all .3s;
  overflow: hidden;
}
.main15 {
  padding: 0.78125rem 0 0.78125rem 1.25rem;
}
.main15 .main15-left {
  width: 2.5rem;
}
.main15 .main15-left .title1 {
  margin: 0.41666667rem 0;
  text-align: left;
}
.main15 .main15-left .but-box {
  display: flex;
}
.main15 .main15-left .but-box .but {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: url(/uploads/image/oimages/icon12_1.png) no-repeat center center / 0.0625rem auto;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all .3s;
}
.main15 .main15-left .but-box .but-prev {
  transform: rotatey(180deg);
  margin-right: 0.10416667rem;
}
.main15 .main15-right {
  width: calc(100% - 2.5rem);
}
.main15 .swiper {
  padding: 0.05208333rem 0.05208333rem 0.15625rem;
}
.news7 {
  display: block;
  box-shadow: 0 0.03125rem 0.10416667rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  overflow: hidden;
  text-align: center;
}
.news7 .top {
  height: 1.35416667rem;
  padding: 0.3125rem 0.20833333rem 0;
  position: relative;
  overflow: hidden;
}
.news7 .top::before {
  content: "";
  width: 2.70833333rem;
  height: 2.70833333rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  bottom: -2px;
  transition: all .3s;
}
.news7 .top h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.18229167rem;
  position: relative;
  z-index: 100;
}
.news7 .top .text {
  font-size: 0.09375rem;
  color: #aaa;
  line-height: 0.15625rem;
  margin-top: 0.20833333rem;
  position: relative;
  z-index: 100;
}
.news7 .bottom {
  line-height: 0.41666667rem;
  font-size: 0.09375rem;
  color: #aaa;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 100;
}
.main16-box .main16 {
  margin: 0 0 0.67708333rem;
}
.main16-box-2 .main16 {
  margin: 0.52083333rem 0 0 0;
}
.main16-box-3 .main16 {
  margin: 0.52083333rem 0;
}
.main16-box-4 .main16 {
  margin: 0 0 0.52083333rem;
}
.main16-box-5 .main16 {
  margin: 0 0 0.46875rem;
}
.main16-box-6 .main16 {
  margin: 0 0 0.57291667rem;
}
.main16-box-7 .main16 {
  margin: 0 0 0.78125rem;
}
.main16-box-8 .main16 {
  margin: 0.52083333rem 0;
}
.main16-box-9 .main16 {
  margin: 0 0 0.52083333rem;
}
.main16-box-10 .main16 {
  margin: 0.52083333rem 0 0;
}
.main16-box-11 .main16 {
  margin: 0 0 0.78125rem;
}
.main16-box-12 .main16 {
  margin: 0 0 0.52083333rem;
}
.main16-box-13 .main16 {
  margin: 0 0 0.52083333rem;
}
.main16-box-14 .main16 {
  margin: 0 0 0.52083333rem;
}
.main16-box-15 .main16 {
  margin: 0 0 0.41666667rem;
}
.main16-box-16 .main16 {
  margin: 0 0 0.41666667rem;
}
.main16-box-17 .main16 {
  margin: 0.52083333rem 0;
}
.main16-box-18 .main16 {
  margin: 0 0 0.41666667rem;
}
.main16-box-19 .main16 {
  margin: 0 0 0.41666667rem;
}
.main16-box-20 .main16 {
  margin: 0 0 0.78125rem;
}
.main17 {
  padding: 0.72916667rem 0 0.57291667rem;
}
.main17 ul {
  margin: 0 -0.3125rem;
}
.main17 ul li {
  width: 50%;
  padding: 0 0.3125rem;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.41666667rem;
}
.main17 ul li img {
  width: 0.625rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.main17 ul li .text {
  width: calc(100% - 0.78125rem);
  font-size: 0.09375rem;
  line-height: 0.15625rem;
}
.main17 ul li:nth-child(even) {
  text-align: left;
  flex-direction: row;
}
.main18 {
  height: 3.75rem;
  background: #384cdf;
  position: relative;
}
.main18 .main18-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main18 .main18-bg::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  left: -3.84375rem;
  bottom: 0.60416667rem;
}
.main18 .main18-bg::after {
  content: "";
  width: 5.20833333rem;
  height: 5.20833333rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  right: -2.65625rem;
  bottom: -2.6875rem;
}
.main18 .main18-1 {
  color: #fff;
  width: 3.02083333rem;
  height: 3.75rem;
  padding-right: 0.72916667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main18 .main18-1 .title1 {
  text-align: left;
  margin: 0;
}
.main18 .main18-1 .text {
  font-size: 0.125rem;
  margin: 0.20833333rem 0 0.41666667rem;
  line-height: 0.21875rem;
}
.main18 .main18-1 a {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #fff;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #367ee7;
  text-align: center;
}
.main18 .main18-2 {
  width: calc(100% - 3.02083333rem);
  height: 4.63541667rem;
  position: relative;
  z-index: 100;
  padding-left: 0.67708333rem;
  margin-top: -0.46875rem;
  overflow: hidden;
}
.main18 .main18-2 .but-box {
  width: 0.26041667rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main18 .main18-2 .but-box .but {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: url(/uploads/image/oimages/icon2.png) no-repeat center center / 0.0625rem auto;
  border-radius: 50%;
  border: 2px solid #8894ec;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transition: all .3s;
}
.main18 .main18-2 .but-box .but:focus {
  outline: none;
}
.main18 .main18-2 .but-box .but-next {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}
.main18 .main18-2 .swiper {
  height: 4.6875rem;
  padding: 0.10416667rem 0;
  padding-left: 0.72916667rem;
}
.main18 .main18-2 .swiper .swiper-slide {
  transition: all .3s;
  left: 0;
}
.main18 .main18-2 .swiper .swiper-slide-next {
  left: -0.72916667rem;
}
.news8 {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  height: 1.35416667rem;
  padding: 0.26041667rem 0.26041667rem 0;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news8 h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.20833333rem;
  padding-left: 0.3125rem;
  position: relative;
}
.news8 h5 span {
  width: 0.20833333rem;
  height: 0.20833333rem;
  background: #367fe8;
  border-radius: 50%;
  font-size: 0.10416667rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.news8 .text {
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.15625rem;
  margin-top: 0.15625rem;
}
.main19 {
  padding: 0.9375rem 0 0.78125rem;
  background: #f2f3f7;
}
.main19 .main19-1 {
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.10416667rem rgba(0, 0, 0, 0.1);
}
.main19 .main19-1 .top {
  height: 0.36458333rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.20833333rem;
  align-items: center;
}
.main19 .main19-1 .top img {
  width: 0.59895833rem;
}
.main19 .main19-1 .top .dian {
  display: flex;
}
.main19 .main19-1 .top .dian b {
  width: 0.078125rem;
  height: 0.078125rem;
  background: #367fe8;
  border-radius: 50%;
  margin-left: 0.078125rem;
}
.main19 .main19-1 .top .dian b:nth-child(2) {
  background: #1aba58;
}
.main19 .main19-1 .top .dian b:nth-child(3) {
  background: #fed955;
}
.main19 .main19-1 .bottom {
  box-shadow: inset 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.15625rem;
}
.main19 .main19-1 .bottom img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main20 {
  padding: 0.78125rem 0 0.57291667rem;
}
.main20 .main20-1 .roll-box {
  height: 5.625rem;
  overflow: hidden;
}
.main20 .main20-1 .mcustomscrollbox {
  padding-right: 8px;
}
.main20 .main20-1 .mcsb_inside &gt; .mcsb_container {
  padding: 20px;
}
.main20 .main20-1 .mcsb_scrolltools .mcsb_draggercontainer {
  right: -10px !important;
}
.main20 .main20-1 .mcsb_scrolltools .mcsb_draggerrail {
  opacity: 1 !important;
  width: 5px;
  background: #fff;
  border-radius: 0;
}
.main20 .main20-1 .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  width: 5px;
  background: #384cdf !important;
  border-radius: 0;
}
.main20 .main20-1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
}
.main20 .main20-1 ul li {
  width: 50%;
  padding: 0 0.078125rem;
}
.main20 .main20-1 ul li:nth-child(2) {
  padding-top: 1.04166667rem;
}
.main20 .main20-1 ul li:nth-child(2) ~ li:nth-child(odd) .news9 {
  top: -1.04166667rem;
}
.news9 {
  height: 1.953125rem;
  border-radius: 0.05208333rem;
  background: #fff;
  box-shadow: 0 0.05208333rem 0.10416667rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.20833333rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.news9 img {
  width: 0.8125rem;
}
.news9 h5 {
  font-size: 0.125rem;
  color: #333;
  text-align: center;
}
.news9 .text-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #384cdf;
  color: #fff;
  padding: 0.36458333rem 0.15625rem 0;
  overflow: hidden;
  transition: all .3s;
}
.news9 .text-box::before {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background: #367ee8;
  border-radius: 50%;
  position: absolute;
  bottom: 0.09375rem;
  left: 0.25520833rem;
}
.news9 .text-box .bt {
  font-size: 0.125rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
.news9 .text-box .text {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  margin-top: 0.13020833rem;
  position: relative;
  z-index: 100;
}
.main20 .main20-2 {
  height: 5.15625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.625rem;
}
.main20 .main20-2 .title1 {
  text-align: left;
  margin: 0;
}
.main20 .main20-2 .text {
  color: #999;
  font-size: 0.125rem;
  margin: 0.20833333rem 0 0.36458333rem;
  line-height: 0.21875rem;
}
.main20 .main20-2 a {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #fff;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #fff;
  background: #367ee8;
  text-align: center;
}
.main21 {
  padding: 0.78125rem 0;
}
.main21 .imgbox {
  height: 2.60416667rem;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main21 .imgbox .img {
  height: 100%;
}
.main21 .text-box {
  height: 2.60416667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main21 .text-box h5 {
  font-size: 0.28125rem;
  font-weight: lighter;
}
.main21 .text-box .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.1875rem;
  margin-top: 0.26041667rem;
}
.title2 {
  margin-bottom: 0.41666667rem;
  text-align: center;
  color: #fff;
}
.title2 h5 {
  font-size: 0.28125rem;
}
.title2 p {
  font-size: 0.125rem;
  margin-top: 0.10416667rem;
  line-height: 0.20833333rem;
}
.title2-2 h5 {
  color: #333;
}
.title2-2 p {
  color: #999;
}
.title3 {
  margin-bottom: 0.41666667rem;
  text-align: center;
}
.title3 h5 {
  font-size: 0.28125rem;
  font-weight: lighter;
}
.title3 h5 span {
  font-weight: bold;
}
.title3 p {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.15625rem;
  margin-top: 0.18229167rem;
}
.main22 {
  padding-top: 0.67708333rem;
  position: relative;
  background: #f3f4f8 url(/uploads/image/oimages/bg5.jpg) no-repeat center top / 100% auto;
}
.main22 .gd {
  position: relative;
  padding-bottom: 0.59375rem;
}
.main22 .gd .but {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff url(/uploads/image/oimages/icon12_1.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  margin-left: -60px;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main22 .gd .but-prev {
  transform: rotate(180deg);
}
.main22 .gd .but-next {
  left: auto;
  right: 50%;
  margin: 0 -60px 0 0;
}
.main22 .gd .but:hover {
  background: #367ee8 url(/uploads/image/oimages/icon12_2.png) no-repeat center center;
}
.main22 .swiper {
  padding: 0.05208333rem;
}
.news10 {
  display: block;
  border-radius: 0.05208333rem;
  padding: 0.3125rem;
  background: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
}
.news10 img {
  width: 0.79166667rem;
  height: auto;
}
.news10 .text-box {
  margin-left: 0.88541667rem;
}
.news10 .text-box h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.3125rem;
}
.news10 .text-box .text {
  font-size: 0.08333333rem;
  color: #999;
  margin-top: 0.05208333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
}
.news10:hover .text-box h5 {
  color: #367fe8;
}
.main23 {
  padding: 0.72916667rem 0;
  background: #f3f4f8;
}
.main23 .main23-1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.main23 .main23-1 .swiper-pagination {
  bottom: 0;
}
.main23 .main23-1 .but {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff url(/uploads/image/oimages/icon12_1.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  margin-left: -60px;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main23 .main23-1 .but-prev {
  transform: rotate(180deg);
}
.main23 .main23-1 .but-next {
  left: auto;
  right: 50%;
  margin: 0 -60px 0 0;
}
.main23 .main23-1 .but:hover {
  background: #367ee8 url(/uploads/image/oimages/icon12_2.png) no-repeat center center;
}
.main23 .main23-1 ul {
  margin: 0 -0.03645833rem 0.20833333rem;
  display: flex;
  justify-content: center;
}
.main23 .main23-1 ul li {
  width: 25%;
  padding: 0 0.03645833rem;
  position: relative;
}
.main23 .main23-1 .swiper {
  margin: 0 -0.03645833rem 0.20833333rem;
  padding: 0.05208333rem 0;
}
.main23 .main23-1 .swiper-slide {
  padding: 0 0.03645833rem;
  position: relative;
}
.main23 .main23-1 ul li::before,
.main23 .main23-1 .swiper-slide::before {
  content: "";
  width: 0.40625rem;
  height: 0.40625rem;
  background: url(/uploads/image/oimages/icon16.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: -0.203125rem;
  transform: translatey(-50%);
  z-index: 1000;
}
.main23 .main23-1 ul li:last-child:before,
.main23 .main23-1 .swiper-slide:last-child::before,
.main23 .main23-1 .swiper-slide-active   .swiper-slide   .swiper-slide   .swiper-slide::before,
.main23 .main23-1 .swiper-slide-prev::before {
  display: none;
}
.main23 .main23-1 ul li .con,
.main23 .main23-1 .swiper-slide .con {
  background: #fff;
  border-radius: 0.02604167rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  position: relative;
  height: 0.76041667rem;
  padding: 0.15625rem 0.15625rem 0;
  cursor: pointer;
}
.main23 .main23-1 ul li .con h5,
.main23 .main23-1 .swiper-slide .con h5 {
  font-size: 0.125rem;
  color: #333;
  background: url(/uploads/image/oimages/icon17.png) no-repeat 0 center / 0.18229167rem 0.140625rem;
  padding-left: 0.26041667rem;
}
.main23 .main23-1 ul li .con p,
.main23 .main23-1 .swiper-slide .con p {
  font-size: 0.08333333rem;
  color: #999;
  margin-top: 0.10416667rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: auto;
}
.main23 .main23-1 ul li .con.active h5,
.main23 .main23-1 .swiper-slide .con.active h5 {
  color: #367ee8;
}
.main23 .main23-2 {
  border-radius: 0.05208333rem;
  background: #fff;
  padding: 0.52083333rem 0.46875rem;
  background: url(/uploads/image/oimages/bg6.jpg) no-repeat center center / cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main23 .main23-2 ul li {
  display: none;
}
.main23 .main23-2 ul li.active {
  display: block;
}
.main23 .main23-2 ul li .left {
  width: 50%;
  padding-top: 0.36458333rem;
}
.main23 .main23-2 ul li .left img {
  width: 0.63541667rem;
}
.main23 .main23-2 ul li .left h5 {
  font-size: 0.1875rem;
  margin: 0.05208333rem 0 0.15625rem;
}
.main23 .main23-2 ul li .left .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.1875rem;
}
.main23 .main23-2 ul li .right {
  width: 50%;
}
.main23 .main23-2 ul li .right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main24 {
  padding: 0.72916667rem 0;
}
.main24 .title2 {
  max-width: 4.84375rem;
  margin: 0 auto 0.41666667rem;
}
.main24 ul {
  margin: 0 -15px;
}
.main24 ul li {
  width: 33.33%;
  padding: 0 15px;
}
.main24 .swiper {
  padding: 20px 20px 50px;
  margin: 0 -20px;
}
.main24 .swiper .swiper-pagination {
  bottom: 0;
}
.news11 {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border-top: 6px solid #c7c7c7;
  padding: 0.41666667rem 0.26041667rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  top: 0;
}
.news11 .icon-box img {
  height: 0.93229167rem;
}
.news11 .icon-box img.icon-2 {
  display: none;
}
.news11 h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.25rem;
  margin: 0.15625rem 0 0.10416667rem;
}
.news11 .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.1875rem;
  height: 0.75rem;
  overflow: hidden;
}
.news11:hover {
  top: -0.05208333rem;
  border-top-color: #367ee8;
}
.news11:hover .icon-box img.icon-1 {
  display: none;
}
.news11:hover .icon-box img.icon-2 {
  display: inline-block;
}
.main24 .more {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #367ee8;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #fff;
  text-align: center;
  margin: 0.36458333rem auto 0;
}
.main24 .more:hover {
  background: #1156bb;
}
.main25 {
  padding: 0.78125rem 0;
}
.main25 ul {
  margin: 0 -0.15625rem;
}
.main25 ul li {
  width: 50%;
  padding: 0 0.15625rem;
  margin-bottom: 0.3125rem;
}
.main25 ul li .con {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 0.9375rem;
  border-radius: 10px;
  padding: 0.15625rem 0.05208333rem 0;
  text-align: center;
  position: relative;
}
.main25 ul li .con h5 {
  font-size: 0.15625rem;
}
.main25 ul li .con p {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.15625rem;
  margin-top: 0.10416667rem;
}
.main25 ul li .con .phone {
  line-height: 0.26041667rem;
  padding: 0 0.15625rem;
  background: #367fe8;
  border-radius: 0.26041667rem;
  color: #fff;
  font-size: 0.125rem;
  position: absolute;
  bottom: -0.13020833rem;
  left: 50%;
  transform: translatex(-50%);
  white-space: nowrap;
  transition: all .3s;
}
.main25 ul li .con .phone:hover {
  background: #1052af;
}
.main26 {
  background: url(/uploads/image/oimages/bg7.jpg) no-repeat center center / cover;
  padding: 0.78125rem 0;
}
.main26 .title1 {
  color: #fff;
}
.main26 ul li {
  width: 33.33%;
  text-align: center;
  color: #fff;
  padding: 0 0.10416667rem;
  position: relative;
}
.main26 ul li::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
.main26 ul li .con {
  position: relative;
}
.main26 ul li img {
  height: 0.79166667rem;
}
.main26 ul li h5 {
  font-size: 0.15625rem;
}
.main26 ul li p {
  font-size: 0.09375rem;
  margin: 0.13020833rem 0 0.15625rem;
}
.main26 ul li .more {
  display: inline-block;
  line-height: 0.26041667rem;
  padding: 0 0.26041667rem;
  border-radius: 0.26041667rem;
  font-size: 0.125rem;
  color: #367fe8;
  background: #fff;
}
.main27 {
  padding: 0.78125rem 0 0.15625rem;
}
.main27 ul {
  margin: 0.88541667rem -0.10416667rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main27 ul li {
  width: 33.33%;
  padding: 0 0.10416667rem;
  margin-bottom: 0.625rem;
}
.main27 ul li .con {
  background: #f3f4f8;
  border-radius: 10px;
  height: 1.04166667rem;
  text-align: center;
  padding: 0.46875rem 0.05208333rem 0;
  position: relative;
  transition: all .3s;
}
.main27 ul li .con::before {
  content: "";
  width: 0.84375rem;
  height: 0.84375rem;
  position: absolute;
  top: -0.3125rem;
  left: 50%;
  transform: translatex(-50%);
  background: url(/uploads/image/oimages/icon21_1.png) no-repeat center center / contain;
}
.main27 ul li .con h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
}
.main27 ul li .con p {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  margin-top: 0.09375rem;
}
.main27 ul li .con:hover {
  background: #367fe8;
  color: #fff;
}
.main27 ul li .con:hover::before {
  background: url(/uploads/image/oimages/icon21_2.png) no-repeat center center / contain;
}
.main28 {
  padding: 0.78125rem 0 0.52083333rem;
  position: relative;
}
.main28 .swiper {
  padding-bottom: 40px;
}
.main28 .swiper .swiper-pagination {
  bottom: 0;
}
.main28::before {
  content: "";
  width: 100%;
  height: 45%;
  background: #f2f3f7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news12 {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news12 .imgbox {
  width: 4.16666667rem;
  height: 2.1875rem;
  overflow: hidden;
}
.news12 .imgbox .img {
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
.news12 .text-box {
  margin-left: 4.16666667rem;
  padding: 0.3125rem 0.3125rem 0;
}
.news12 .text-box h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.1875rem;
  max-height: 0.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news12 .text-box p {
  font-size: 0.08333333rem;
  color: #999;
  margin: 0.10416667rem 0;
}
.news12 .text-box .text {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  max-height: 0.5625rem;
  overflow: hidden;
  color: #999;
}
.news12 .text-box .more {
  display: inline-block;
  color: #367fe8;
  font-size: 0.08333333rem;
  margin-top: 0.41666667rem;
  text-decoration: underline;
}
.news12:hover .img {
  transform: scale(1.1);
}
.news12:hover .text-box h5 {
  color: #367fe8;
}
.nav2 {
  margin-bottom: 0.52083333rem;
}
.nav2 a {
  display: block;
  background: #f2f3f7;
  line-height: 0.3125rem;
  border-radius: 0.3125rem;
  font-size: 0.125rem;
  color: #333;
  text-align: center;
}
.nav2 .swiper-slide.active a,
.nav2 a:hover {
  background: #367fe8;
  color: #fff;
}
.main29 {
  padding: 0.52083333rem 0 0.78125rem;
}
.main29 .con-box {
  padding: 0 5px;
}
.main29 .con-box .col-xs-6 {
  padding: 0 10px;
}
.news13 {
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news13 .imgbox {
  overflow: hidden;
}
.news13 .con {
  padding: 0.15625rem;
  border: 1px solid #eaeaea;
  border-top: none;
}
.news13 .con p {
  font-size: 0.08333333rem;
  color: #999;
}
.news13 .con h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.1875rem;
  height: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.10416667rem 0;
}
.news13 .con .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  color: #999;
  height: 0.46875rem;
  overflow: hidden;
}
.news13 .con .more {
  font-size: 0.08333333rem;
  color: #333;
  margin-top: 0.15625rem;
}
.news13:hover .img {
  transform: scale(1.1);
}
.news13:hover h5,
.news13:hover .more {
  color: #367fe8;
}
.news13:hover .con {
  border-color: #367fe8;
}
.main30 {
  background: url(/uploads/image/oimages/bg8.jpg) no-repeat center center / cover;
  padding: 0.78125rem 0;
}
.main30 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main31 ul li {
  padding: 0.78125rem 1.25rem;
}
.main31 ul li:nth-child(odd) {
  background: #f2f4f7;
}
.main31 ul li .text-box {
  width: 2.55208333rem;
  height: 3.125rem;
  padding-right: 0.36458333rem;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main31 ul li .text-box h5 {
  font-size: 0.15625rem;
  color: #222;
  line-height: 0.21875rem;
}
.main31 ul li .text-box p {
  font-size: 0.09375rem;
  line-height: 0.1875rem;
  margin-top: 0.15625rem;
}
.main31 ul li .img {
  width: calc(100% - 2.55208333rem);
  height: 3.125rem;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.main31 ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.main31 ul li:nth-child(even) .text-box {
  float: right;
  padding: 0 0 0 0.36458333rem;
}
.main32 {
  padding: 0 1.25rem;
  margin-bottom: 0.78125rem;
}
.main32 .con {
  background: url(/uploads/image/oimages/bg9.jpg) no-repeat center center / cover;
  padding: 0.36458333rem 0.46875rem;
  border-radius: 10px;
  font-size: 0.125rem;
  color: #fff;
  line-height: 0.21875rem;
  text-align: center;
}
.main33 {
  padding: 0 1.66666667rem;
  position: relative;
  display: flex;
}
.main33 .main33-left {
  width: 1.45833333rem;
  position: relative;
  background: #f2f3f7;
  padding: 0.41666667rem 0 0.67708333rem;
  min-height: 300px;
}
.main33 .main33-left::before {
  content: "";
  width: 1000%;
  height: 100%;
  background: #f2f3f7;
  position: absolute;
  top: 0;
  right: 100%;
}
.main33 .main33-left .fixed-nav {
  width: 1.45833333rem;
}
.main33 .main33-left .fixed-nav.active {
  position: fixed;
  top: 0;
  z-index: 100;
}
.main33 .main33-left .title {
  font-size: 0.125rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.main33 .main33-left ul li {
  line-height: 0.3125rem;
  position: relative;
  font-size: 0.09375rem;
  padding-left: 0.1875rem;
  margin-bottom: 0.20833333rem;
  cursor: pointer;
  transition: all .3s;
}
.main33 .main33-left ul li::before {
  content: "";
  width: 0.02083333rem;
  height: 0.15625rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  background: #367ee8;
  opacity: 0;
  transition: all .3s;
}
.main33 .main33-left ul li.active {
  background: #e6e8ef;
}
.main33 .main33-left ul li.active::before {
  opacity: 1;
}
.main33 .main33-right {
  width: calc(100% - 1.45833333rem);
  padding: 0.41666667rem 0 0.67708333rem 0.3125rem;
}
.main33 .main33-right dl dt {
  font-size: 0.125rem;
  margin-bottom: 0.3125rem;
}
.main33 .main33-right dl .dd-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
}
.main33 .main33-right dl .dd-box dd {
  width: 33.33%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main33 .main33-right dl {
  padding-bottom: 0.15625rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #eee;
}
.main33 .main33-right dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main33 .main33-right dl .dd-box dd a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.15625rem;
  position: relative;
  top: 0;
  left: 0;
  transition: all .3s;
}
.main33 .main33-right dl .dd-box dd a h5 {
  font-size: 0.09375rem;
  color: #367ee8;
  line-height: 0.15625rem;
}
.main33 .main33-right dl .dd-box dd a p {
  font-size: 0.07291667rem;
  color: #999;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: auto;
  white-space: normal;
  margin-top: 0.05208333rem;
}
.main33 .main33-right dl .dd-box dd a:hover {
  top: -5px;
  left: -5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.main33 .main33-right dl .dd-box dd a.con-2 {
  background-color: #f2f3f7;
  margin-top: 0.15625rem;
}
.main33 .main33-right dl .dd-box dd a.con-2 h5 {
  color: #333;
}
.main34 {
  padding: 0.78125rem 0 0.41666667rem;
}
.main34 .swiper-pagination {
  width: 4.16666667rem;
  bottom: 20px;
}
.main34 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.05208333rem;
  height: 0.05208333rem;
}
.main34 .swiper {
  margin: 0 -10px;
}
.main34 .swiper .swiper-slide {
  padding: 10px;
}
.news22 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news22 .imgbox {
  width: 4.16666667rem;
  height: 2.5rem;
  overflow: hidden;
}
.news22 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news22 .text-box {
  width: calc(100% - 4.16666667rem);
  height: 2.5rem;
  background: #fff;
  padding: 0.36458333rem 0.3125rem 0;
}
.news22 .text-box h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.21875rem;
  height: 0.4375rem;
  overflow: hidden;
}
.news22 .text-box .text {
  font-size: 0.09375rem;
  color: #666;
  margin: 0.26041667rem 0 0.36458333rem;
  line-height: 0.1875rem;
  height: 0.5625rem;
  overflow: hidden;
}
.news22 .text-box .more {
  display: block;
  width: 0.78125rem;
  line-height: 0.26041667rem;
  background-color: #f2f3f7;
  border-radius: 0.26041667rem;
  text-align: center;
  font-size: 0.08333333rem;
  color: #666;
}
.news22:hover .imgbox .img {
  transform: scale(1.1);
}
.news22:hover .text-box h5 {
  color: #367fe8;
}
.news22:hover .text-box .more {
  background: #367fe8;
  color: #fff;
}
.main35 {
  padding-bottom: 0.57291667rem;
}
.main35 .news14-box ul {
  margin: 0 -0.05208333rem;
}
.main35 .news14-box ul li {
  width: 25%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.news14 {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news14 .imgbox {
  overflow: hidden;
}
.news14 .text-box {
  padding: 0.20833333rem 0.15625rem;
}
.news14 .text-box h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
}
.news14 .text-box .text {
  font-size: 0.08333333rem;
  color: #aaa;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
  margin: 0.13020833rem 0;
}
.news14 .text-box .more {
  width: 0.67708333rem;
  line-height: 0.20833333rem;
  text-align: center;
  background: #f2f3f7;
  border-radius: 0.20833333rem;
  font-size: 0.08333333rem;
  color: #999;
  margin: 0 auto;
}
.news14:hover .img {
  transform: scale(1.1);
}
.news14:hover h5 {
  color: #367fe8;
}
.news14:hover .more {
  background: #367fe8;
  color: #fff;
}
.main36 {
  padding: 0.78125rem 0 0.41666667rem;
}
.main36 .video {
  height: 3.75rem;
  position: relative;
  cursor: pointer;
}
.main36 .video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(/uploads/image/oimages/play.png) no-repeat center center / 0.41666667rem 0.41666667rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .3s;
}
.main36 .video:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.main37 {
  padding-bottom: 0.52083333rem;
}
.main37 .news15-box ul {
  margin: 0 -0.15625rem;
}
.main37 .news15-box ul li {
  width: 33.33%;
  padding: 0 0.15625rem;
  margin-bottom: 0.3125rem;
}
.news15 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news15 .imgbox {
  overflow: hidden;
}
.news15 .text-box {
  padding: 0.20833333rem;
}
.news15 .text-box h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.1875rem;
}
.news15 .text-box .text {
  font-size: 0.08333333rem;
  color: #666;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin: 0.15625rem 0;
  overflow: hidden;
}
.news15 .text-box .time {
  font-size: 0.08333333rem;
  color: #aaa;
}
.news15:hover .img {
  transform: scale(1.1);
}
.news15:hover h5 {
  color: #367fe8;
}
.main38 {
  background: url(/uploads/image/oimages/bg10.jpg) no-repeat center center / cover;
  padding: 0.20833333rem 0;
  font-size: 0.15625rem;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.main39 {
  padding: 0.78125rem 0 0.46875rem;
}
.main39 ul {
  margin: 0 -0.26041667rem;
}
.main39 ul li {
  width: 50%;
  padding: 0 0.26041667rem;
  margin-bottom: 0.26041667rem;
  display: flex;
  align-items: center;
}
.main39 ul li img {
  width: 0.8125rem;
  height: auto;
}
.main39 ul li .text-box {
  width: calc(100% - 0.8125rem);
  margin-top: -0.18229167rem;
}
.main39 ul li .text-box h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  color: #367fe8;
}
.main39 ul li .text-box p {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
  margin-top: 0.10416667rem;
}
.main40 {
  background: #f2f3f7;
  padding: 0.78125rem 0;
}
.main40 ul {
  display: flex;
  align-items: center;
}
.main40 ul li {
  width: 50%;
}
.main40 ul li:first-child .title3 {
  text-align: left;
  margin: 0;
  padding-right: 1.04166667rem;
}
.main40 ul li:last-child dl dt {
  font-size: 0.15625rem;
  font-weight: normal;
  margin-bottom: 0.15625rem;
  padding-left: 0.10416667rem;
}
.main40 ul li:last-child dl dd {
  display: flex;
  align-items: center;
}
.main40 ul li:last-child dl dd img {
  width: 0.8125rem;
}
.main40 ul li:last-child dl dd .text-box {
  width: calc(100% - 0.8125rem);
  margin-top: -0.18229167rem;
}
.main40 ul li:last-child dl dd .text-box h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  color: #367fe8;
}
.main40 ul li:last-child dl dd .text-box p {
  font-size: 0.08333333rem;
  color: #aaa;
  line-height: 0.15625rem;
  margin-top: 0.10416667rem;
}
.main41 {
  padding: 0.78125rem 0;
}
.main41 .main41-1 {
  background: url(/uploads/image/oimages/bg11.jpg) no-repeat center center / cover;
  padding: 0.3125rem 0;
  border-radius: 0.05208333rem;
  text-align: center;
}
.main41 .main41-1 .title {
  font-size: 0.15625rem;
  color: #fff;
  margin-bottom: 0.20833333rem;
}
.main41 .main41-1 dl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main41 .main41-1 dl::before {
  content: "";
  width: 0.078125rem;
  height: 0.078125rem;
  border: 0.015625rem solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main41 .main41-1 dl dd {
  width: 2.1875rem;
  background: #fff;
  border-radius: 0.3125rem;
  line-height: 0.3125rem;
  font-size: 0.125rem;
  color: #367fe8;
  margin: 0 0.10416667rem;
}
.main41 .main41-2 {
  margin-top: 0.41666667rem;
}
.main41 .main41-2 .list {
  position: relative;
  margin-bottom: 0.3125rem;
}
.main41 .main41-2 .list:last-child {
  margin-bottom: 0;
}
.main41 .main41-2 .list dl {
  width: 76.4%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.41666667rem 1.5625rem 0.41666667rem 0.36458333rem;
}
.main41 .main41-2 .list dl dd {
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.1875rem;
  margin-bottom: 0.15625rem;
  background: url(/uploads/image/oimages/icon24.png) no-repeat 0 5px / auto 0.16666667rem;
  padding-left: 0.3125rem;
}
.main41 .main41-2 .list dl dd:last-child {
  margin-bottom: 0;
}
.main41 .main41-2 .list .con {
  background: #384cdf;
  border-radius: 0.05208333rem;
  width: 3.125rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  overflow: hidden;
}
.main41 .main41-2 .list .con::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 1.21354167rem;
}
.main41 .main41-2 .list .con img {
  width: 0.4375rem;
  position: relative;
}
.main41 .main41-2 .list .con .text {
  color: #fff;
  margin: -0.15625rem 0 0 0.15625rem;
  position: relative;
}
.main41 .main41-2 .list .con .text h5 {
  font-size: 0.15625rem;
}
.main41 .main41-2 .list .con .text p {
  font-size: 0.09375rem;
  margin-top: 0.078125rem;
}
.main41 .main41-2 .list:nth-child(even) dl {
  float: right;
  padding: 0.41666667rem 0.36458333rem 0.41666667rem 1.5625rem;
}
.main41 .main41-2 .list:nth-child(even) .con {
  right: auto;
  left: 0;
}
.main41 .main41-2 .list:nth-child(even) .con::before {
  top: 0;
  left: auto;
  right: 1.21354167rem;
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  left: 0;
  z-index: 8000;
  display: flex;
  justify-content: cener;
  align-items: center;
  transition: all .3s;
}
.video_popup.active {
  top: 0;
}
.video_popup .con_box {
  width: 90%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.video_popup .con_box video {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.video_popup .con_box video.active {
  display: block;
}
.video_popup .con_box i.colse {
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: -45px;
  right: -45px;
  cursor: pointer;
  transition: all .3s;
}
.video_popup .con_box i.colse:hover {
  color: #fe738a;
  transform: rotate(315deg);
}
.main42 {
  margin: 0.78125rem 0 0.3125rem;
  background: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.15625rem 0.15625rem 0.05208333rem;
  overflow: hidden;
}
.main42 dl dt {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
}
.main42 dl dd {
  margin-left: 0.52083333rem;
}
.main42 dl dd a {
  display: inline-block;
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.15625rem;
  margin: 0 0.3125rem 0.10416667rem 0;
  position: relative;
  transition: all .3s;
}
.main42 dl dd a::before {
  content: "";
  width: 0.125rem;
  height: 2px;
  background: #367fe8;
  position: absolute;
  bottom: -0.05208333rem;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  transition: all .3s;
}
.main42 dl dd a.active,
.main42 dl dd a:hover {
  color: #367ee8;
}
.main42 dl dd a.active::before,
.main42 dl dd a:hover::before {
  opacity: 1;
}
.main43 {
  margin-bottom: 0.57291667rem;
}
.main43 ul {
  margin: 0 -0.10416667rem;
}
.main43 ul li {
  width: 50%;
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main43 ul li .con {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 0.20833333rem;
}
.main43 ul li .con .top {
  padding: 0.20833333rem 0;
  display: flex;
  align-items: center;
}
.main43 ul li .con .top img {
  width: 0.8125rem;
}
.main43 ul li .con .top .text-box {
  width: calc(100% - 0.8125rem);
}
.main43 ul li .con .top .text-box h5 {
  font-size: 0.15625rem;
  line-height: 0.20833333rem;
}
.main43 ul li .con .top .text-box .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.05208333rem;
}
.main43 ul li .con .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15625rem 0;
  border-top: 2px solid #eee;
}
.main43 ul li .con .bottom .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
}
.main43 ul li .con .bottom .text span {
  margin-left: 0.05208333rem;
}
.main43 ul li .con .bottom .but-box {
  display: flex;
}
.main43 ul li .con .bottom .but-box a {
  display: block;
  width: 0.625rem;
  line-height: 0.20833333rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.08333333rem;
  color: #367ee8;
  text-align: center;
  border-radius: 0.20833333rem;
  transition: all .3s;
}
.main43 ul li .con .bottom .but-box a.xz {
  background: #367ee8;
  color: #fff;
  margin-left: 0.10416667rem;
}
.main43 ul li .con .bottom .but-box a.sc:hover {
  background: #367ee8;
  color: #fff;
}
.main44 {
  width: 2.8125rem;
  margin: 0.78125rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main44 ul {
  display: flex;
}
.main44 ul li {
  width: 50%;
  font-size: 0.125rem;
  color: #999;
  line-height: 0.41666667rem;
  background: #f3f4f8;
  text-align: center;
  cursor: pointer;
}
.main44 ul li.active {
  background: #fff;
  color: #367ee8;
}
.main44 form {
  padding: 0.3125rem;
}
.main44 form input {
  width: 100%;
  height: 0.28125rem;
  border: 1px solid #e0e4ea;
  background: url(/uploads/image/oimages/icon27.png) no-repeat 0.13020833rem center / 0.10416667rem auto;
  padding-left: 0.3125rem;
  margin-bottom: 0.15625rem;
}
.main44 form .label {
  display: flex;
  align-items: center;
  margin-bottom: 0.15625rem;
}
.main44 form .label label input {
  width: auto;
  height: auto;
  background: none;
  margin-right: 0.09375rem;
  margin-bottom: 0;
}
.main44 form .label label {
  font-size: 0.08333333rem;
  color: #999;
  margin-right: 0.15625rem;
  font-weight: normal;
  cursor: pointer;
}
.main44 form button {
  width: 1.5625rem;
  height: 0.26041667rem;
  background: #367ee8;
  font-size: 0.09375rem;
  color: #fff;
  border: none;
  border-radius: 0.26041667rem;
  display: block;
  margin: 0.15625rem auto 0;
  transition: all .3s;
}
.main44 form button:hover {
  background: #124999;
}
.main44-2 {
  max-width: 500px;
  height: 520px;
  margin: 0.78125rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main45 {
  margin: 0.78125rem 0 0.625rem;
}
.main45 ul {
  margin: 0 -0.078125rem;
}
.main45 ul li {
  width: 33.33%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main45 ul li dl {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main45 ul li dl dt {
  line-height: 0.625rem;
  background: #367ee8;
  font-size: 0.125rem;
  color: #fff;
  padding-left: 0.3125rem;
  position: relative;
  font-weight: normal;
}
.main45 ul li dl dt b {
  font-size: 0.46875rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0.15625rem;
  top: 50%;
  transform: translatey(-50%);
}
.main45 ul li dl dt span {
  position: relative;
  z-index: 10;
}
.main45 ul li dl .dd-box {
  padding: 0 0.15625rem;
}
.main45 ul li dl .dd-box dd {
  border-bottom: 1px solid #eee;
}
.main45 ul li dl .dd-box dd:last-child {
  border-bottom: none;
}
.main45 ul li dl .dd-box dd a {
  display: flex;
  align-items: center;
  height: 0.52083333rem;
  overflow: hidden;
  position: relative;
  background: url(/uploads/image/oimages/icon28.png) no-repeat 0 center / 0.10416667rem auto;
  padding-left: 0.1875rem;
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.15625rem;
  transition: all .3s;
}
.main45 ul li dl .dd-box dd a:hover {
  color: #367ee8;
}
.main46 {
  padding: 0 1.66666667rem;
  position: relative;
  display: flex;
}
.main46 .main46-left {
  width: 1.45833333rem;
  position: relative;
  background: #f2f3f7;
  padding: 0.3125rem 0 0.67708333rem;
}
.main46 .main46-left::before {
  content: "";
  width: 1000%;
  height: 100%;
  background: #f2f3f7;
  position: absolute;
  top: 0;
  right: 100%;
}
.main46 .main46-left .fixed-nav {
  width: 1.45833333rem;
}
.main46 .main46-left .fixed-nav.active {
  position: fixed;
  top: 0;
  z-index: 100;
}
.main46 .main46-left .title {
  font-size: 0.125rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.main46 .main46-left ul li a {
  display: block;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  color: #333;
  position: relative;
  transition: all .3s;
}
.main46 .main46-left ul li a::before {
  content: "\e672";
  font-family: 'iconfont';
  font-size: 0.0625rem;
  color: #cbcbcc;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  transform: rotate(-90deg);
  transition: all .3s;
}
.main46 .main46-left ul li.active a,
.main46 .main46-left ul li:hover a {
  background: #367ee8;
  color: #fff;
  padding-left: 0.10416667rem;
}
.main46 .main46-left ul li.active a::before,
.main46 .main46-left ul li:hover a::before {
  color: #fff;
}
.main46 .main46-right {
  width: calc(100% - 1.45833333rem);
  padding: 0.26041667rem 0 0.67708333rem 0.3125rem;
}
.main46 .main46-right .main46-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3125rem;
}
.main46 .main46-right .main46-right-top .nav {
  font-size: 0.08333333rem;
  color: #999;
}
.main46 .main46-right .main46-right-top .nav span {
  color: #367ee8;
}
.main46 .main46-right .main46-right-top form {
  width: 1.77083333rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
}
.main46 .main46-right .main46-right-top form input {
  width: calc(100% - 0.26041667rem);
  height: 0.26041667rem;
  border: none;
  padding: 0 10px;
}
.main46 .main46-right .main46-right-top form button {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: #367ee8 url(/uploads/image/oimages/icon29.png) no-repeat center center / 0.10416667rem auto;
  border: none;
}
.main46 .main46-right .main46-right-bottom .con1 .title {
  font-size: 0.125rem;
  margin-bottom: 0.15625rem;
}
.main46 .main46-right .main46-right-bottom .con1 ul li {
  margin-bottom: 0.10416667rem;
}
.main46 .main46-right .main46-right-bottom .con1 ul li a {
  display: block;
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  color: #666;
  position: relative;
  padding-left: 0.15625rem;
  transition: all .3s;
}
.main46 .main46-right .main46-right-bottom .con1 ul li a::before {
  content: "";
  width: 0.05208333rem;
  height: 0.05208333rem;
  border: 1px solid #ccc;
  position: absolute;
  top: 0.05208333rem;
  left: 0;
  border-radius: 50%;
  transition: all .3s;
}
.main46 .main46-right .main46-right-bottom .con1 ul li a:hover {
  color: #367ee8;
}
.main46 .main46-right .main46-right-bottom .con1 ul li a:hover::before {
  border-color: #367ee8;
}
.main46 .main46-right .main46-right-bottom .con2 {
  border-bottom: 1px soild #eee;
  padding-bottom: 0.3125rem;
}
.main46 .main46-right .main46-right-bottom .con2 .title {
  font-size: 0.125rem;
  line-height: 0.15625rem;
}
.main46 .main46-right .main46-right-bottom .con2 .time {
  font-size: 0.08333333rem;
  color: #aaa;
  margin: 0.10416667rem 0 0.20833333rem;
}
.main46 .main46-right .main46-right-bottom .con2 .text {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
}
.main46 .main46-right .main46-right-bottom .con3 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.10416667rem 0.15625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main46 .main46-right .main46-right-bottom .con3 .bt {
  font-size: 0.09375rem;
  position: relative;
  color: #367fe8;
  padding-left: 0.08333333rem;
}
.main46 .main46-right .main46-right-bottom .con3 .bt::before {
  content: "";
  width: 0.03125rem;
  height: 0.03125rem;
  background-color: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main46 .main46-right .main46-right-bottom .con3 .text {
  font-size: 0.08333333rem;
  margin-left: 0.67708333rem;
}
.main46 .main46-right .main46-right-bottom .con3 .xing {
  display: flex;
  align-items: center;
}
.main46 .main46-right .main46-right-bottom .con3 .xing span {
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url(/uploads/image/oimages/icon30_1.png) no-repeat center center / contain;
  margin-left: 0.05208333rem;
  cursor: pointer;
}
.main46 .main46-right .main46-right-bottom .con3 .xing span.on {
  background-image: url(/uploads/image/oimages/icon30_2.png);
}
.main46 .main46-right .main46-right-bottom .con3 .xing b {
  font-size: 0.08333333rem;
  color: #aaa;
  font-weight: normal;
  padding-left: 0.15625rem;
  line-height: 0.15625rem;
  margin-left: 0.15625rem;
  cursor: pointer;
  position: relative;
}
.main46 .main46-right .main46-right-bottom .con3 .xing b::before {
  content: "";
  width: 0.08854167rem;
  height: 0.08854167rem;
  background: url(/uploads/image/oimages/zan.png) no-repeat 0 center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main46 .main46-right .main46-right-bottom .con3 .xing b:first-child::before {
  transform: translatey(-50%) rotatex(180deg);
}
.main46 .main46-right .main46-right-bottom .con3 .xing b.active::before {
  background-image: url(/uploads/image/oimages/zan2.png);
}
.main46 .main46-right .main46-right-bottom .con4 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 0.10416667rem;
  padding: 0.10416667rem 0.15625rem;
}
.main46 .main46-right .main46-right-bottom .con4 .bt {
  font-size: 0.09375rem;
  color: #367fe8;
  line-height: 0.15625rem;
  padding-left: 0.08333333rem;
  position: relative;
}
.main46 .main46-right .main46-right-bottom .con4 .bt::before {
  content: "";
  width: 0.03125rem;
  height: 0.03125rem;
  background-color: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main46 .main46-right .main46-right-bottom .con4 dl {
  margin-left: 0.67708333rem;
}
.main46 .main46-right .main46-right-bottom .con4 dl dd {
  margin-bottom: 0.078125rem;
}
.main46 .main46-right .main46-right-bottom .con4 dl dd a {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  color: #333;
  transition: all .3s;
}
.main46 .main46-right .main46-right-bottom .con4 dl dd a:hover {
  color: #367fe8;
}
.main47 {
  width: 5.52083333rem;
  margin: 0.78125rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main47 .title {
  font-size: 0.125rem;
  text-align: center;
  line-height: 0.41666667rem;
  background: #367ee8;
  color: #fff;
}
.main47 form {
  padding: 0.20833333rem 0.3125rem 0.3125rem;
}
.main47 form ul {
  margin: 0 -0.15625rem;
}
.main47 form ul li {
  width: 50%;
  padding: 0 0.15625rem;
}
.main47 form ul li .box {
  margin-bottom: 0.13020833rem;
  font-size: 0;
}
.main47 form ul li .box p {
  font-size: 0.09375rem;
  margin-bottom: 0.078125rem;
}
.main47 form ul li .box p span.xing {
  color: #ff2d2d;
}
.main47 form ul li .box p span.zi {
  color: #aaa;
}
.main47 form ul li .box textarea {
  width: 100%;
  height: 0.90625rem;
  border: 1px solid #e0e4ea;
  padding: 0.078125rem;
  resize: none;
  box-sizing: border-box;
  margin: 0;
  font-size: 0.08333333rem;
}
.main47 form ul li .box input:focus,
.main47 form ul li .box textarea:focus {
  outline: none;
}
.main47 form ul li .box input {
  width: 100%;
  height: 0.28125rem;
  border: 1px solid #e0e4ea;
  padding: 0 0.078125rem;
  font-size: 0.08333333rem;
}
.main47 form ul li .box.file .con {
  display: flex;
  justify-content: space-between;
}
.main47 form ul li .box.file .con input[type="text"] {
  width: calc(100% - 0.83333333rem);
}
.main47 form ul li .box.file .con .uploading {
  width: 0.78125rem;
  height: 0.28125rem;
  position: relative;
  border: 1px solid #e0e4ea;
  font-size: 0.08333333rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main47 form ul li .box.file .con .uploading img {
  margin-right: 0.05208333rem;
  width: 0.08333333rem;
}
.main47 form ul li .box.file .con .uploading input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.main47 form button {
  display: block;
  width: 1.5625rem;
  height: 0.26041667rem;
  background: #367ee8;
  border-radius: 0.26041667rem;
  font-size: 0.09375rem;
  margin: 0.10416667rem auto 0;
  border: none;
  color: #fff;
}
.main47 form button:hover {
  background: #0a49a6;
}
.main48 {
  margin: 0.78125rem auto 0.67708333rem;
}
.main48 ul li {
  margin-bottom: 0.10416667rem;
}
.main48 ul li a {
  display: block;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 0.36458333rem;
  padding: 0 0.83333333rem 0 0.9375rem;
}
.main48 ul li a span {
  font-size: 0.09375rem;
  color: #333;
}
.main48 ul li a .but {
  width: 0.72916667rem;
  line-height: 0.20833333rem;
  background: #f2f3f7;
  border-radius: 0.20833333rem;
  color: #aaa;
  font-size: 0.07291667rem;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
}
.main48 ul li a .but.time {
  left: 0.05208333rem;
}
.main48 ul li a .but.more {
  right: 0.05208333rem;
  background: none;
  border: 1px solid #eaeaea;
  color: #999;
}
.main48 ul li a:hover span {
  color: #367fe8;
}
.main48 ul li a:hover .but.more {
  background: #367fe8;
  border-color: #367fe8;
  color: #fff;
}
.main49 {
  padding: 0.78125rem 0;
  position: relative;
  overflow: hidden;
}
.main49::before,
.main49::after {
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  background: #f2f4f7;
  border-radius: 50%;
  position: absolute;
}
.main49 .main49-con {
  position: relative;
  z-index: 10;
}
.main49 .main49-con .img {
  width: 3.64583333rem;
  height: 2.60416667rem;
  margin: 0.3125rem 0 0 0.3125rem;
  box-shadow: -0.3125rem -0.3125rem 0 #357de4;
}
.main49 .main49-con .text-box {
  margin-left: 4.375rem;
  padding-top: 0.52083333rem;
}
.main49 .main49-con .text-box h5 {
  font-size: 0.28125rem;
}
.main49 .main49-con .text-box p {
  font-size: 0.15625rem;
  margin: 0.18229167rem 0;
}
.main49 .main49-con .text-box .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.20833333rem;
}
.main49-1::before {
  bottom: 2.39583333rem;
  right: -4.67708333rem;
}
.main49-1::after {
  bottom: -3.16666667rem;
  left: -3.44791667rem;
}
.main49-2 {
  background: #f2f4f7;
}
.main49-2::before {
  display: none;
}
.main49-2::after {
  background: #e6e9ef;
  top: -3.16666667rem;
  left: -3.44791667rem;
}
.main49-2 .main49-con .img {
  float: right !important;
  margin: 0.3125rem 0.3125rem 0 0;
  box-shadow: 0.3125rem -0.3125rem 0 #357de4;
}
.main49-2 .main49-con .text-box {
  margin: 0 4.375rem 0 0;
  padding-top: 0.52083333rem;
}
.main50-box {
  position: relative;
}
.main50-box::before {
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  background: #f2f4f7;
  border-radius: 50%;
  position: absolute;
  top: -600px;
  right: -987px;
}
.main50-box::after {
  content: "";
  width: 6.25rem;
  height: 3.125rem;
  background: #e6e9ef;
  position: absolute;
  top: -600px;
  right: -987px;
  border-radius: 3.125rem 3.125rem 0 0;
}
.main50 {
  background: url(/uploads/image/oimages/bg12.jpg) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.30208333rem;
  border-radius: 0.05208333rem;
  margin: 0.78125rem auto;
}
.main50 img {
  width: 0.625rem;
  position: relative;
  top: 0.078125rem;
}
.main50 h5 {
  font-size: 0.1875rem;
  line-height: 0.26041667rem;
  color: #fff;
  margin-left: 0.29166667rem;
}
.main51 ul {
  margin: 0 -0.20833333rem;
}
.main51 ul li {
  width: 50%;
  padding: 0 0.20833333rem;
  margin-bottom: 0.41666667rem;
}
.main51 ul li .con {
  height: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  padding: 0.28645833rem 0.3125rem 0;
  position: relative;
  border-top: 0.05208333rem solid #367fe8;
}
.main51 ul li .con h5 {
  font-size: 0.1875rem;
  line-height: 0.20833333rem;
  transition: all .3s;
}
.main51 ul li .con h5 span {
  font-size: 0.09375rem;
  margin-left: 0.09375rem;
}
.main51 ul li .con .text {
  margin-top: 0.10416667rem;
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  color: #aaa;
}
.main51 ul li .con b {
  width: 0.625rem;
  font-size: 1.04166667rem;
  color: rgba(54, 127, 232, 0.1);
  position: absolute;
  top: 50%;
  right: 0.26041667rem;
  transform: translatey(-50%);
  text-align: center;
}
.main51 ul li .con:hover h5 {
  color: #367fe8;
}
.main52 {
  margin: 0.36458333rem auto 0.78125rem;
}
.main52 .main52-con {
  background: #384cdf;
  border-radius: 0.05208333rem;
  position: relative;
  padding: 0.46875rem 0;
}
.main52 .main52-con .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main52 .main52-con .bg::before,
.main52 .main52-con .bg::after {
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  background: #347ae0;
  border-radius: 50%;
  position: absolute;
}
.main52 .main52-con .bg::before {
  top: 0.40625rem;
  left: -1.95833333rem;
}
.main52 .main52-con .bg::after {
  width: 4.58333333rem;
  height: 4.58333333rem;
  top: -2.27604167rem;
  right: -2.390625rem;
}
.main52 .gd {
  width: calc(100%   0.625rem);
  position: relative;
  left: -0.3125rem;
}
.main52 .swiper-slide {
  padding: 0.078125rem;
}
.news16 {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  height: 1.66666667rem;
  text-align: center;
  padding: 0.15625rem 0.15625rem 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news16 b {
  font-size: 1.04166667rem;
  color: rgba(54, 127, 232, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news16 img {
  height: 0.734375rem;
  position: relative;
  z-index: 10;
}
.news16 h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  color: #333;
  position: relative;
  z-index: 10;
  margin-top: -0.10416667rem;
}
.news16 .text {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  height: 0.46875rem;
  overflow: hidden;
  color: #999;
  margin-top: 0.10416667rem;
  position: relative;
  z-index: 10;
}
.news16:hover h5 {
  color: #367ee7;
}
.main53 {
  padding-top: 0.26041667rem;
  background: #f2f3f7;
}
.main53 .main53-con .imgbox {
  position: relative;
}
.main53 .main53-con .img {
  width: 3.02083333rem;
  height: 4.13020833rem;
}
.main53 .main53-con .imgbox .info {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.05208333rem;
  padding: 0.15625rem 0.20833333rem;
  position: absolute;
  bottom: 0.20833333rem;
  left: 0;
  text-align: center;
}
.main53 .main53-con .imgbox .info h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.15625rem;
}
.main53 .main53-con .imgbox .info .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
  margin-top: 0.07291667rem;
}
.main53 .main53-con .text-box {
  margin-left: 3.02083333rem;
  padding: 0.625rem 0 0 0.3125rem;
}
.main53 .main53-con .text-box .text {
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.1875rem;
  height: 2.76041667rem;
  overflow: hidden;
  text-align: justify;
}
.main53 .main53-con .mcustomscrollbox {
  padding-right: 0.3125rem;
}
.main53 .main53-con .mcsb_scrolltools .mcsb_draggercontainer {
  right: -0.05208333rem !important;
}
.main53 .main53-con .mcsb_scrolltools .mcsb_draggerrail {
  width: 0.03125rem;
  background: #fff;
  border-radius: 0;
}
.main53 .main53-con .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  width: 0.03125rem;
  background: #004884 !important;
  border-radius: 0;
}
.main54 {
  padding: 0.78125rem 0 0.70833333rem;
}
.main54 ul {
  margin: 0 -0.03645833rem;
}
.main54 ul li {
  width: 25%;
  padding: 0 0.03645833rem;
  margin-bottom: 0.07291667rem;
}
.news17 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.078125rem 0.078125rem 0;
  position: relative;
  overflow: hidden;
}
.news17 .text-box {
  padding: 0.15625rem 0;
  text-align: center;
}
.news17 .text-box h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.18229167rem;
}
.news17 .text-box .text {
  font-size: 0.08333333rem;
  color: #aaa;
  line-height: 0.15625rem;
  margin-top: 0.05208333rem;
}
.news17 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 0.3125rem 0.10416667rem 0;
  transition: top 0.5s;
}
.news17 .mask .img {
  width: 0.72916667rem;
  height: 0.72916667rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #eee !important;
}
.news17 .mask .text-box {
  padding: 0.15625rem 0 0.10416667rem;
}
.news17 .mask .text2 {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  color: #999;
  height: 0.9375rem;
  overflow: hidden;
  text-align: justify;
}
.news17:hover .mask {
  top: 0;
}
.main55 {
  padding: 0.52083333rem 0;
  background-color: #f3f4f8;
}
.main55 .title {
  font-size: 0.1875rem;
  margin-bottom: 0.3125rem;
  text-align: center;
}
.main55 .swiper-slide .con {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.main55 .swiper-slide .con p {
  font-size: 0.09375rem;
  color: #aaa;
  transition: all .3s;
}
.main55 .swiper-slide .con i {
  display: block;
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 0.01041667rem solid #367ee8;
  border-radius: 50%;
  position: relative;
  margin: 0.10416667rem auto 0;
  background-color: #fff;
}
.main55 .swiper-slide .con i span {
  width: 0.04166667rem;
  height: 0.04166667rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #367ee8;
  opacity: 0;
  transition: all .3s;
}
.main55 .swiper-slide .con i::before,
.main55 .swiper-slide .con i::after {
  content: "";
  width: 1000px;
  height: 6px;
  background: #e0e8f6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translatey(-50%);
}
.main55 .swiper-slide .con i::after {
  left: auto;
  right: 0;
}
.main55 .swiper-slide:last-child .con i::before,
.main55 .swiper-slide:first-child .con i::after {
  display: none;
}
.main55 .swiper-slide .con:hover p {
  color: #367ee8;
  transform: scale(1.2);
}
.main55 .swiper-slide .con:hover i span {
  opacity: 1;
}
.main56 {
  margin: 0.41666667rem 0;
}
.main56 .swiper {
  margin: 0 -0.078125rem;
  padding-bottom: 0.20833333rem;
}
.main56 .swiper .swiper-slide {
  padding: 0.078125rem;
}
.news18 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.26041667rem 0.20833333rem;
}
.news18 .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  background: #367ee8 !important;
}
.news18 .time {
  font-size: 0.15625rem;
  color: #333;
  padding-bottom: 0.15625rem;
  border-bottom: 1px solid #eee;
  transition: all .3s;
}
.news18 .dl-box {
  height: 1.71875rem;
  overflow: auto;
}
.news18 dl {
  margin-top: 0.20833333rem;
}
.news18 dl dt {
  font-size: 0.125rem;
  font-weight: normal;
  line-height: 0.15625rem;
  color: #333;
  position: relative;
  padding-left: 0.15625rem;
}
.news18 dl dt::before {
  content: "";
  width: 0.07291667rem;
  height: 0.07291667rem;
  border: 2px solid #367ee8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  border-radius: 50%;
}
.news18 dl dd {
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.15625rem;
  overflow: hidden;
  padding-left: 0.15625rem;
  margin-top: 0.10416667rem;
}
.news18:hover .time {
  color: #367ee8;
}
.main57 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0.78125rem auto;
  padding: 0 0.20833333rem;
  overflow: hidden;
}
.main57 ul li {
  border-bottom: 1px dashed #f2f2f2;
}
.main57 ul li:last-child {
  border-bottom: none;
}
.main57 ul li a {
  display: block;
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.36458333rem;
  position: relative;
  padding-right: 0.625rem;
}
.main57 ul li a::before {
  content: "";
  width: 0.02083333rem;
  height: 0;
  background-color: #367ee8;
  border-radius: 0.02604167rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  transition: all .3s;
}
.main57 ul li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.08333333rem;
  color: #999;
  transition: all .3s;
}
.main57 ul li a:hover {
  padding-left: 0.10416667rem;
}
.main57 ul li a:hover::before {
  height: 0.125rem;
}
.main57 ul li a:hover,
.main57 ul li a:hover span {
  color: #367ee8;
}
.main58 {
  margin: 0.78125rem 0;
}
.main58 ul {
  margin: 0 -0.02604167rem;
}
.main58 ul li {
  width: 33.33%;
  padding: 0 0.02604167rem;
  margin-bottom: 0.05208333rem;
}
.main58 ul li:first-child,
.main58 ul li:last-child {
  width: 66.66%;
}
.main58 ul li a {
  display: block;
  overflow: hidden;
}
.main58 ul li a .img {
  height: 1.27604167rem;
}
.main58 ul li a:hover .img {
  transform: scale(1.1);
}
.main59 {
  background-color: #384cdf;
  position: relative;
  padding: 0.52083333rem 0;
  overflow: hidden;
}
.main59::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: -2.10416667rem;
  right: -1.25rem;
}
.main59::after {
  content: "";
  width: 8.33333333rem;
  height: 8.33333333rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  bottom: -5.984375rem;
  left: -3.109375rem;
}
.main59 .title1 {
  color: #fff;
}
.main59 .main59-con {
  background-color: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.3125rem;
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main59 .main59-con .bt {
  font-size: 0.15625rem;
  font-weight: normal;
  position: relative;
  border-left: 0.02604167rem solid #367fe8;
  padding-left: 0.13020833rem;
  margin-bottom: 0.15625rem;
  line-height: 0.15625rem;
}
.main59 .main59-con .left {
  width: 1.77083333rem;
  border-right: 1px solid #f2f3f7;
  padding-right: 0.3125rem;
}
.main59 .main59-con .left dl:first-child {
  margin-bottom: 50px;
}
.main59 .main59-con .left dl .dd-box dd {
  width: 100%;
  line-height: 0.34375rem;
  border: 0.01041667rem solid #f2f3f7;
  position: relative;
  font-size: 0.09375rem;
  color: #666;
  padding-left: 0.3125rem;
  margin-bottom: 0.10416667rem;
  transition: all .3s;
  cursor: pointer;
  background: #ffffff url(/uploads/image/oimages/icon35.png) no-repeat right 0.20833333rem center / 0.04166667rem auto;
}
.main59 .main59-con .left dl .dd-box dd:last-child {
  margin-bottom: 0;
}
.main59 .main59-con .left dl .dd-box dd::before {
  content: "";
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 2px solid #f2f3f7;
  position: absolute;
  top: 50%;
  left: 0.09375rem;
  transition: all .3s;
  transform: translatey(-50%);
}
.main59 .main59-con .left dl .dd-box dd:hover {
  color: #367fe8;
}
.main59 .main59-con .left dl .dd-box dd.active {
  background-color: #367fe8 !important;
  border-color: #367fe8;
  padding-left: 0.41666667rem;
  box-shadow: 0.04166667rem 0 0.125rem rgba(54, 127, 232, 0.25);
  color: #fff;
}
.main59 .main59-con .left dl .dd-box dd.active::before {
  left: 0.20833333rem;
  background: #ffffff url(/uploads/image/oimages/icon34.png) no-repeat center center / 0.0625rem auto;
  border-color: #fff;
}
.main59 .main59-con .right {
  width: calc(100% - 1.77083333rem);
  padding-left: 0.3125rem;
}
.main59 .main59-con .right .con-box a {
  line-height: 0.34375rem;
  border: 0.01041667rem solid #f2f3f7;
  display: flex;
  background: url(/uploads/image/oimages/icon38_1.png) no-repeat right 0.14583333rem center / 0.07291667rem auto;
  margin-bottom: 0.10416667rem;
  transition: all .3s;
}
.main59 .main59-con .right .con-box a:last-child {
  margin-bottom: 0;
}
.main59 .main59-con .right .con-box a .list:nth-child(1) {
  width: 1.45833333rem;
  font-size: 0.125rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.13020833rem;
  transition: all .3s;
}
.main59 .main59-con .right .con-box a .list:nth-child(2) {
  min-width: 0.98958333rem;
  font-size: 0.08333333rem;
  color: #aaa;
  background: url(/uploads/image/oimages/icon36_1.png) no-repeat 0 center / 0.08333333rem auto;
  padding-left: 0.15625rem;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main59 .main59-con .right .con-box a .list:nth-child(3) {
  min-width: 0.88541667rem;
  font-size: 0.08333333rem;
  color: #aaa;
  background: url(/uploads/image/oimages/icon37_1.png) no-repeat 0 center / 0.08333333rem auto;
  padding-left: 0.15625rem;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.main59 .main59-con .right .con-box a:hover {
  background-color: #367fe8;
  border-color: #367fe8;
  background-image: url(/uploads/image/oimages/icon38_2.png);
}
.main59 .main59-con .right .con-box a:hover .list:nth-child(1) {
  color: #fff;
}
.main59 .main59-con .right .con-box a:hover .list:nth-child(2) {
  color: #fff;
  background-image: url(/uploads/image/oimages/icon36_2.png);
}
.main59 .main59-con .right .con-box a:hover .list:nth-child(3) {
  color: #fff;
  background-image: url(/uploads/image/oimages/icon37_2.png);
}
.main60 {
  background-color: #384cdf;
  position: relative;
  padding: 0.52083333rem 0;
  overflow: hidden;
}
.main60::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: -2.10416667rem;
  right: -1.25rem;
}
.main60::after {
  content: "";
  width: 8.33333333rem;
  height: 8.33333333rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  bottom: -5.984375rem;
  left: -3.109375rem;
}
.main60 .title1 {
  color: #fff;
}
.main60 .main60-1 {
  position: relative;
  z-index: 100;
}
.main60 .main60-1 ul {
  margin: 0 -0.078125rem;
}
.main60 .main60-1 ul li {
  width: 33.33%;
  padding: 0 0.078125rem;
}
.main60 .main60-1 ul li .con {
  height: 0.41666667rem;
  background: #fff;
  border-radius: 0.05208333rem;
  padding: 0 0.3125rem 0 0.20833333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.main60 .main60-1 ul li .con::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0.20833333rem;
  transform: translatey(-50%);
  transition: all .3s;
}
.main60 .main60-1 ul li .con.active::before {
  transform: translatey(-50%) rotate(-180deg);
}
.main60 .main60-1 ul li .con p {
  width: 0.625rem;
  font-size: 0.125rem;
  color: #aaa;
}
.main60 .main60-1 ul li .con h5 {
  width: calc(100% - 0.625rem);
  height: 100%;
  font-size: 0.125rem;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main60 .main60-1 ul li .con dl {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  border-radius: 0.05208333rem;
  display: none;
}
.main60 .main60-1 ul li .con dl.active {
  display: block;
}
.main60 .main60-1 ul li .con dl dd {
  line-height: 0.26041667rem;
  font-size: 0.08333333rem;
  text-align: center;
  margin-top: 2px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.05208333rem;
  color: #fff;
}
.main60 .main60-2 {
  background: #fff;
  border-radius: 0.05208333rem;
  margin-top: 0.10416667rem;
  padding: 0.3125rem;
  position: relative;
  z-index: 10;
}
.main60 .main60-2 a {
  border: 1px solid #eff1f7;
  line-height: 0.40625rem;
  display: flex;
  background: url(/uploads/image/oimages/icon39_1.png) no-repeat right 0.15625rem center / 0.08333333rem auto;
  font-size: 0.09375rem;
  color: #666;
  text-align: center;
  margin-bottom: 0.10416667rem;
  transition: all .3s;
}
.main60 .main60-2 a:last-child {
  margin-bottom: 0;
}
.main60 .main60-2 a:hover {
  background-color: #367fe7;
  background-image: url(/uploads/image/oimages/icon39_2.png);
  border-color: #367fe7;
  color: #fff;
}
.main60 .main60-2 a:hover .list:first-child {
  color: #fff;
}
.main60 .main60-2 a .list {
  position: relative;
}
.main60 .main60-2 a .list::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
}
.main60 .main60-2 a .list:first-child::before,
.main60 .main60-2 a .list:last-child::before {
  display: none;
}
.main60 .main60-2 a .list:nth-child(1) {
  width: 1.35416667rem;
  font-size: 0.125rem;
  color: #333;
  padding-left: 0.15625rem;
  text-align: left;
}
.main60 .main60-2 a .list:nth-child(2),
.main60 .main60-2 a .list:nth-child(3) {
  width: 0.67708333rem;
}
.main60 .main60-2 a .list:nth-child(4) {
  width: 1.04166667rem;
}
.main60 .main60-2 a .list:nth-child(5) {
  width: 1.45833333rem;
}
.main61 {
  margin: 0.78125rem 0;
}
.main61 .main61-1 {
  width: 1.97916667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 0.20833333rem 0.20833333rem;
}
.main61 .main61-1 .title {
  font-size: 0.125rem;
  line-height: 0.46875rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.15625rem;
  position: relative;
}
.main61 .main61-1 .title i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main61 .main61-1 .title span {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
}
.main61 .main61-1 .title span.active {
  transform: rotate(-180deg);
}
.main61 .main61-1 ul li a {
  display: block;
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.10416667rem;
}
.main61 .main61-1 ul li:last-child a {
  margin-bottom: 0;
}
.main61 .main61-1 ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.main61 .main61-1 ul li a:hover {
  color: #367fe8;
}
.main61 .main61-2 {
  width: calc(100% - 1.97916667rem);
  padding-right: 0.3125rem;
}
.main61 .main61-2 .title {
  color: #000;
  position: relative;
}
.main61 .main61-2 .title h5 {
  font-size: 0.1875rem;
}
.main61 .main61-2 .title .text {
  font-size: 0.125rem;
  margin-top: 0.05208333rem;
}
.main61 .main61-2 .title a {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #367fe8;
  border-radius: 0.26041667rem;
  font-size: 0.09375rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  color: #fff;
}
.main61 .main61-2 .title a:hover {
  background: #114a9c;
}
.main61 .main61-2 .con {
  border-top: 1px solid #eaeaea;
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
  line-height: 2;
}
.main61 .main61-2 .con .bt {
  font-size: 0.1875rem;
  margin-bottom: 0.26041667rem;
}
.main61 .main61-2 .con dl dt {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  border-left: 0.02083333rem solid #367fe8;
  padding-left: 0.15625rem;
  margin-bottom: 0.15625rem;
}
.main61 .main61-2 .con dl dd {
  font-size: 0.09375rem;
  line-height: 0.20833333rem;
  padding-left: 0.17708333rem;
}
.main61 .main61-2 .con dl {
  margin-bottom: 0.20833333rem;
}
.main61 .main61-2 .con dl:last-child {
  margin-bottom: 0;
}
.main61 .main61-2 .apply {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #367fe8;
  border-radius: 0.26041667rem;
  font-size: 0.09375rem;
  text-align: center;
  color: #fff;
  margin-top: 0.3125rem;
}
.main61 .main61-2 .apply:hover {
  background: #114a9c;
}
.main62 {
  margin: 0.78125rem auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}
.main62 .left {
  width: 2.29166667rem;
  height: 4.19270833rem;
  padding: 0.52083333rem 0.36458333rem 0 0.26041667rem;
}
.main62 .left h5 {
  font-size: 0.1875rem;
  color: #fff;
  line-height: 0.25rem;
}
.main62 .left p {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.13020833rem;
}
.main62 .right {
  width: calc(100% - 2.29166667rem);
  padding: 0.26041667rem 0.41666667rem 0;
}
.main62 .right form ul {
  margin: 0 -0.20833333rem;
}
.main62 .right form ul li {
  width: 50%;
  padding: 0 0.20833333rem;
}
.main62 .right form ul li .title {
  font-size: 0.15625rem;
  margin-bottom: 0.18229167rem;
}
.main62 .right form ul li .box {
  margin-bottom: 0.15625rem;
}
.main62 .right form ul li .box p {
  font-size: 0.09375rem;
  color: #999;
  margin-bottom: 0.078125rem;
}
.main62 .right form ul li .box p span {
  color: #ff3636;
}
.main62 .right form ul li .box input {
  width: 100%;
  height: 0.28125rem;
  padding: 0 0.05208333rem 0 0.3125rem;
  border: 1px solid #e0e4ea;
  border-radius: 0;
  -webkit-appearance: none !important;
}
.main62 .right form ul li .box-6 dl dd select:focus,
.main62 .right form ul li .box input:focus {
  outline: none;
}
.main62 .right form ul li .box-1 input {
  background: url(/uploads/image/oimages/icon40_1.png) no-repeat 0.10416667rem center / 0.09375rem auto;
}
.main62 .right form ul li .box-2 input {
  background: url(/uploads/image/oimages/icon40_2.png) no-repeat 0.10416667rem center / 0.10416667rem auto;
}
.main62 .right form ul li .box-3 input {
  background: url(/uploads/image/oimages/icon40_3.png) no-repeat 0.10416667rem center / 0.10416667rem auto;
}
.main62 .right form ul li .box-4 input {
  background: url(/uploads/image/oimages/icon40_4.png) no-repeat 0.10416667rem center / 0.09375rem auto;
}
.main62 .right form ul li .box-5 input {
  background: url(/uploads/image/oimages/icon40_5.png) no-repeat 0.10416667rem center / 0.10416667rem auto;
}
.main62 .right form ul li .box-8 input {
  padding: 0 0.05208333rem;
}
.main62 .right form ul li .box-7 .yzm {
  position: relative;
  border: 1px solid #e0e4ea;
  height: 0.28125rem;
}
.main62 .right form ul li .box-7 .yzm a {
  width: 0.57291667rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main62 .right form ul li .box-7 .yzm input {
  height: 100%;
  border: none;
  padding: 0 0.78125rem 0 0.05208333rem;
}
.main62 .right form ul li .box-7 .yzm a img {
  width: 100%;
  height: 100%;
}
.main62 .right form ul li .box-6 dl {
  display: flex;
  margin: 0 -0.05208333rem;
}
.main62 .right form ul li .box-6 dl dd {
  width: 50%;
  padding: 0 0.05208333rem;
}
.main62 .right form ul li .box-6 dl dd select {
  width: 100%;
  height: 0.28125rem;
  border: 1px solid #e0e4ea;
  padding-left: 0.05208333rem;
  border-radius: 0;
  background: none;
}
.main62 .right form button {
  display: block;
  width: 1.5625rem;
  height: 0.26041667rem;
  background: #367ee8;
  border-radius: 0.26041667rem;
  color: #fff;
  font-size: 0.09375rem;
  margin: 0.10416667rem auto;
  border: none;
  transition: all .3s;
}
.main62 .right form button:hover {
  background: #0f51b1;
}
.main62 .right form .text1 {
  font-size: 0.10416667rem;
  text-align: center;
}
.main62 .right form .text1 span {
  color: #367ee8;
}
.nav3 {
  border: 1px solid #eee;
  padding: 0 1.97916667rem;
}
.nav3 ul li {
  border-right: 1px solid #eee;
  width: 33.33%;
  position: relative;
}
.nav3 ul li:first-child {
  border-left: 1px solid #eee;
}
.nav3 ul li::before {
  content: "";
  width: 0;
  height: 4px;
  background: #367fe8;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all .3s;
}
.nav3 ul li a {
  display: block;
  font-size: 0.10416667rem;
  color: #333;
  line-height: 0.51041667rem;
  text-align: center;
}
.nav3 ul li.active::before {
  width: 100%;
}
.nav3 ul li.active a {
  color: #367fe8;
}
.main63 {
  margin: 0.52083333rem auto;
}
.main63 ul {
  margin: 0 -0.078125rem;
}
.main63 ul li {
  width: 33.33%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main63 .more {
  display: block;
  width: 1.04166667rem;
  line-height: 0.26041667rem;
  color: #fff;
  text-align: center;
  font-size: 0.08333333rem;
  border-radius: 0.26041667rem;
  margin: 0.26041667rem auto 0;
  background: #367ee8;
}
.main63 .more.active {
  display: none;
}
.main63 .more:hover {
  background: #134fa7;
}
.news19 {
  display: block;
  background: #fff;
  padding: 0.078125rem 0.078125rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news19 .imgbox {
  overflow: hidden;
}
.news19 .text-box {
  padding: 0.15625rem 0;
  text-align: center;
}
.news19 .text-box h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 0.15625rem;
}
.news19 .text-box p {
  font-size: 0.08333333rem;
  color: #999;
  margin-top: 0.078125rem;
}
.news19:hover .img {
  transform: scale(1.1);
}
.news19:hover h5 {
  color: #367ee8;
}
.main64 {
  margin: 0.78125rem 0;
  position: relative;
}
.main64 .bg {
  background: #384cdf;
  width: 100%;
  height: 3.38541667rem;
  position: absolute;
  top: 1.61458333rem;
  left: 0;
  overflow: hidden;
}
.main64 .bg::before {
  content: "";
  width: 7.8125rem;
  height: 7.8125rem;
  background: #367fe8;
  border-radius: 50%;
  position: absolute;
  bottom: 0.171875rem;
  left: -3.21875rem;
}
.main64 .main64-1 {
  padding: 0.41666667rem 0.9375rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  background: #fff;
}
.main64 .main64-1 .title1 {
  margin-bottom: 0;
}
.main64 .main64-1 .text {
  font-size: 0.09375rem;
  color: #999;
  line-height: 0.15625rem;
  margin: 0.3125rem 0;
  text-align: center;
}
.main64 .main64-1 .more {
  display: flex;
  justify-content: center;
}
.main64 .main64-1 .more a {
  display: block;
  width: 0.9375rem;
  line-height: 0.26041667rem;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  text-align: center;
  background: #fff;
  color: #333;
  margin: 0 0.10416667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.main64 .main64-1 .more a:hover {
  background: #367ee8;
  color: #fff;
}
.main64 .main64-2 {
  margin-top: 0.76041667rem;
}
.main64 .main64-2 .title1-box {
  margin-bottom: 0.41666667rem;
  position: relative;
}
.main64 .main64-2 .title1-box .title1 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
.main64 .main64-2 .title1-box .but-box {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
}
.main64 .main64-2 .title1-box .but-box .but {
  width: 0.26041667rem;
  height: 0.26041667rem;
  border: 1px solid #8692eb;
  border-radius: 50%;
  background: url(/uploads/image/oimages/icon2.png) no-repeat center center / 0.0625rem auto;
  cursor: pointer;
}
.main64 .main64-2 .title1-box .but-box .but-prev {
  transform: rotatey(180deg);
  margin-right: 0.10416667rem;
}
.main64 .main64-2 .title1-box .but-box .but:hover {
  background: #ffffff url(/uploads/image/oimages/icon2_2.png) no-repeat center center / 0.0625rem auto;
  border-color: #fff;
}
.main64 .main64-2 .swiper {
  margin: 0 -0.05208333rem;
}
.main64 .main64-2 .swiper .swiper-slide {
  padding: 0.05208333rem;
}
.news20 {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  padding: 0.20833333rem;
}
.news20 img {
  height: 0.26041667rem;
}
.news20 h5 {
  font-size: 0.15625rem;
  color: #333;
  line-height: 0.20833333rem;
  margin: 0.10416667rem 0;
}
.news20 .text {
  font-size: 0.09375rem;
  color: #666;
  line-height: 0.15625rem;
  height: 0.3125rem;
  overflow: hidden;
}
.news20:hover h5 {
  color: #367fe8;
}
.main65 {
  margin: 0.78125rem 0;
}
.main65 ul {
  margin: 0 -0.26041667rem;
}
.main65 ul li {
  width: 25%;
  padding: 0 0.26041667rem;
  position: relative;
}
.main65 ul li::before {
  content: "";
  width: 1.04166667rem;
  height: 0.45833333rem;
  background: url(/uploads/image/oimages/icon43.png) no-repeat center center / contain;
  position: absolute;
  top: 0.38020833rem;
  right: 0;
}
.main65 ul li:nth-child(even) {
  padding-top: 0.41666667rem;
}
.main65 ul li:nth-child(even)::before {
  transform: rotatex(180deg);
}
.main65 ul li:last-child::before {
  display: none;
}
.main65 ul li img {
  height: 0.98958333rem;
  position: relative;
  left: -0.234375rem;
}
.main65 ul li h5 {
  font-size: 0.125rem;
  margin-top: -0.10416667rem;
  transition: all .3s;
}
.main65 ul li .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.15625rem;
  margin-top: 0.05208333rem;
}
.main65 ul li:hover h5 {
  color: #367ee8;
}
.main65 .more,
.main67 .more {
  display: block;
  width: 0.9375rem;
  line-height: 0.26041667rem;
  background: #367ee8;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #fff;
  margin: 0.36458333rem auto 0;
  text-align: center;
}
.main65 .more:hover,
.main67 .more:hover {
  background: #0e4aa3;
}
.main66 {
  background: #f2f3f7;
  padding: 0.78125rem 0;
}
.main66 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main67 {
  padding: 0.78125rem 0;
}
.main67 .title2 h5 {
  font-weight: lighter;
}
.main67 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main68 {
  background: #f2f3f7;
  padding: 0.78125rem 0;
}
.main68 .main68-box {
  background: #fff;
  padding: 0.41666667rem 0.41666667rem 0.20833333rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main68 .main68-box .main68-1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.main68 .main68-box .main68-1::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main68 .main68-box .main68-1 .swiper .swiper-slide {
  width: auto;
}
.main68 .main68-box .main68-1 .swiper a {
  display: block;
  margin: 0 0.3125rem;
  position: relative;
}
.main68 .main68-box .main68-1 .swiper a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0078d1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.main68 .main68-box .main68-1 .swiper a img {
  height: 0.41666667rem;
}
.main68 .main68-box .main68-1 .swiper a h5 {
  font-size: 0.09375rem;
  color: #222;
  padding: 0.078125rem 0 0.15625rem;
}
.main68 .main68-box .main68-1 .swiper a.active::before {
  opacity: 1;
}
.main68 .main68-box .main68-2 ul {
  display: none;
  flex-wrap: wrap;
}
.main68 .main68-box .main68-2 ul.active {
  display: flex;
}
.main68 .main68-box .main68-2 {
  margin-top: 0.3125rem;
}
.main68 .main68-box .main68-2 ul {
  padding: 0 0.10416667rem;
}
.main68 .main68-box .main68-2 ul li {
  width: 50%;
  padding: 0 0.10416667rem 0.20833333rem;
}
.main68 .main68-box .main68-2 ul li .con {
  border: 1px solid #eee;
  padding: 0.20833333rem;
  display: flex;
}
.main68 .main68-box .main68-2 ul li .con img {
  width: 0.625rem;
  height: 0.625rem;
}
.main68 .main68-box .main68-2 ul li .con .text-box {
  width: calc(99.375%);
  height: 0.625rem;
  padding-left: 0.20833333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main68 .main68-box .main68-2 ul li .con .text-box h5 {
  font-size: 0.125rem;
  color: #222;
}
.main68 .main68-box .main68-2 ul li .con .text-box p {
  font-size: 0.08333333rem;
  color: #777;
  margin-top: 0.078125rem;
}
.main68 .main16 {
  margin: 0.52083333rem 0 0;
}
.main69 .title {
  padding: 0.46875rem 0 0.20833333rem;
  text-align: center;
}
.main69 .title h5 {
  font-size: 0.1875rem;
  color: #333;
  line-height: 0.21875rem;
}
.main69 .title p {
  font-size: 0.08333333rem;
  color: #aaa;
  margin-top: 0.18229167rem;
}
.main69 .con {
  font-size: 0.09375rem;
  color: #777;
  line-height: 0.1875rem;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 0.36458333rem 0;
}
.main69 .con h5 {
  font-size: 0.15625rem;
  color: #333;
  margin: 0.10416667rem 0;
}
.main69 .con img {
  display: block;
  max-width: 100%;
  margin: 0.10416667rem 0;
}
.main69 .con .download {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  border-radius: 0.26041667rem;
  background: #367ee8;
  color: #fff;
  text-align: center;
  transition: all .3s;
  font-size: 0.09375rem;
}
.main69 .con .download i {
  font-size: 0.09375rem;
  margin-left: 5px;
}
.main69 .con .download:hover {
  background: #10448f;
}
.main70 {
  padding: 0.15625rem 0 0.52083333rem;
}
.main70 ul li {
  width: 50%;
}
.main70 ul li a {
  font-size: 0.09375rem;
  color: #222;
  line-height: 0.1875rem;
  transition: all .3s;
}
.main70 ul li a:hover {
  color: #367ee8;
}
.main70 ul li:last-child {
  text-align: right;
}
.main71 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  left: 0;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.main71.active {
  top: 0;
}
.main71 .icon-plus {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}
.main71 .con {
  width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.main71 .con .title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.main71 .con form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  background: none;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.main71 .con form input:focus {
  outline: none;
}
.main71 .con form button {
  width: 100%;
  height: 50px;
  background: #367ee7;
  font-size: 16px;
  color: #fff;
  border: none;
  transition: all .3s;
}
.main71 .con form button:hover {
  background: #0e4089;
}
.main72 {
  padding: 0.72916667rem 0 0.57291667rem;
}
.main72 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
.main72 .title h5 {
  font-size: 0.28125rem;
  color: #333;
}
.main72 .title .select {
  width: 1.14583333rem;
  height: 0.28125rem;
  border: 1px solid #e0e4ea;
  border-radius: 5px;
  padding: 0 0.09375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #367ee8;
  cursor: pointer;
  position: relative;
}
.main72 .title .select p {
  font-size: 0.09375rem;
}
.main72 .title .select i {
  transition: all .3s;
  font-size: 0.07291667rem;
}
.main72 .title .select ul {
  width: calc(100%   2px);
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0.05208333rem 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
.main72 .title .select ul li {
  line-height: 0.20833333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.08333333rem;
  padding: 0 0.05208333rem;
  transition: all .3s;
}
.main72 .title .select ul li:hover {
  background-color: #367ee8;
  color: #fff;
}
.main72 .title .select.active i {
  transform: rotate(-180deg);
}
.main72 .title .select.active ul {
  display: block;
}
.main72 .main72-con .list {
  padding: 0.3125rem 0 0.20833333rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.main72 .main72-con .list .left {
  width: 1.45833333rem;
  font-size: 0.25rem;
  color: #367ee8;
  line-height: 1;
}
.main72 .main72-con .list .right {
  width: calc(100% - 1.45833333rem);
}
.main72 .main72-con .list .right ul {
  display: flex;
  flex-wrap: wrap;
}
.main72 .main72-con .list .right ul li {
  width: 33.33333333%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.main72 .main72-con .list .right ul li a {
  display: block;
}
.main72 .main72-con .list .right ul li a .imgbox {
  height: 2.36979167rem;
  overflow: hidden;
}
.main72 .main72-con .list .right ul li a .imgbox .img {
  height: 100%;
}
.main72 .main72-con .list .right ul li a h5 {
  font-size: 0.10416667rem;
  color: #222;
  margin-top: 0.10416667rem;
  line-height: 1.2;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main72 .main72-con .list .right ul li a:hover .img {
  transform: scale(1.1);
}
.main72 .main72-con .list .right ul li a:hover h5 {
  color: #367ee8;
}
.nav5 {
  color: #aaa;
  padding: 0.15625rem 0;
}
.nav5 img {
  position: relative;
  top: -0.01041667rem;
  margin-right: 0.05208333rem;
  height: 0.08854167rem;
}
.nav5 a {
  color: #aaa;
  transition: all .3s;
}
.nav5 span,
.nav5 a:hover {
  color: #367ee8;
}
/*分页器*/
#page {
  margin-top: 0.41666667rem;
  text-align: center;
  line-height: 0.20833333rem;
}
#page button {
  display: inline-block;
  cursor: pointer;
  width: 0.234375rem;
  height: 0.20833333rem;
  font-size: 0.08333333rem;
  color: #666;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 0.02604167rem;
  background: none;
  transition: all .3s;
  padding: 0;
  vertical-align: top;
}
#page #firstpage,
#page #lastpage,
#page #nextpage,
#page #prepage {
  width: 0.46875rem;
  border: 1px solid #ddd;
  font-size: 0.08333333rem;
  color: #999;
}
#page .current {
  background-color: #367fe8;
  border-color: #367fe8;
  color: #fff;
}
#page .totalpages {
  margin: 0 0.05208333rem;
}
#page .totalpages span,
#page .totalsize span {
  color: #0073a9;
  margin: 0 0.02604167rem;
}
#page button:disabled {
  opacity: .5;
  cursor: no-drop;
  background-color: #fff !important;
  border-color: #ddd !important;
  color: #999 !important;
}
#page.page_div_2 {
  margin-top: 0.15625rem;
}
#page.page_div_3 {
  margin-top: 0.3125rem;
}
.gotop {
  display: block;
  width: 50px;
  height: 50px;
  background: #367ee8;
  position: fixed;
  right: 10px;
  bottom: -50px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 40px;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #fff;
}
.gotop::before {
  content: "\e68f";
  font-family: "iconfont";
  font-size: 30px;
}
.gotop.active {
  bottom: 10px;
}
.mobile.index {
  display: block !important;
}
.mobile.index .ydd_btn {
  right: auto;
  left: -40px;
  transition: all .3s;
}
.mobile.index .ydd_btn.active {
  left: 15px;
}
.mobile.index .ydd_btn.active2 {
  left: 300px;
}
.ydd_btn {
  width: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 8000;
  top: 15px;
  right: 15px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.click span {
  background: #fff;
}
.ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 8px;
  margin-top: 0px;
}
.ydd_btn.click span.span02 {
  margin: 3px 0;
}
.ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
.ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ydd_btn.index span,
.ydd_btn.index.click span {
  background: #367ee8;
}
.suspend-nav {
  padding: 0  0.05208333rem 0.10416667rem 0.05208333rem;
  background: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: -100%;
  right: 10px;
  z-index: 3000;
  border-radius: 0.05208333rem;
  transition: all .5s;
  text-align: center;
}
.suspend-nav.active {
  bottom: 10px;
}
.suspend-nav img.bxw {
  width: 0.3125rem;
  display: block;
  margin: 0 auto;
}
.suspend-nav img.title {
  width: 0.421875rem;
  display: block;
  margin: 0.10416667rem auto 0;
}
.suspend-nav ul li {
  margin-top: 0.10416667rem;
}
.suspend-nav ul li a {
  display: block;
  margin: 0 auto;
}
.suspend-nav ul li a .img {
  margin: 0 auto;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #367fe8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.05208333rem;
  transition: all .3s;
}
.suspend-nav ul li a .img img {
  width: 0.15625rem;
}
.suspend-nav ul li:last-child a .img img {
  width: 0.13541667rem;
}
.suspend-nav ul li a h5 {
  color: #333;
  margin-top: 0.05208333rem;
  transition: all .3s;
  font-size: 0.07291667rem;
}
.suspend-nav ul li a:hover .img {
  background: #114896;
}
.suspend-nav ul li a:hover h5 {
  color: #114896;
}
#update {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  background-image: ;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*媒体查询开始*/
@media (min-width: 992px) {
  header:hover {
    background-color: #fff;
    border-bottom-color: #f2f3f7;
  }
  header:hover .logo .icon-2 {
    display: none;
  }
  header:hover .logo .icon-1 {
    display: inline-block;
  }
  header:hover nav ul li a.a-1 {
    color: #333 !important;
  }
  header:hover nav .login_box .login {
    border-color: #367ee8;
    color: #367ee8;
  }
  header:hover nav .login_box .language p {
    color: #333;
  }
  header nav ul li:hover a.a-1 {
    color: #367ee8 !important;
  }
  header nav ul li:hover a.a-1 span {
    text-decoration: underline !important;
  }
  .main1 ul li .con:hover,
  .main1 .move .swiper .swiper-slide .con:hover {
    background: #384cde;
  }
  .main1 ul li .con:hover::before,
  .main1 .move .swiper .swiper-slide .con:hover::before {
    display: none;
  }
  .main1 ul li .con:hover .mask,
  .main1 .move .swiper .swiper-slide .con:hover .mask {
    transform: scale(1.1);
    opacity: 1;
    transition-delay: 0.3s;
  }
  .main1 ul li .con:hover .mask::before,
  .main1 .move .swiper .swiper-slide .con:hover .mask::before {
    transition-delay: 0.3s;
    bottom: -0.05208333rem;
  }
  .main1 ul li .con:hover .top,
  .main1 .move .swiper .swiper-slide .con:hover .top {
    transition-delay: 0.3s;
    top: -0.10416667rem;
  }
  .main1 ul li .con:hover .top .title,
  .main1 .move .swiper .swiper-slide .con:hover .top .title {
    color: #fff;
  }
  .main1 ul li .con:hover .top .icon .span-1,
  .main1 ul li .con:hover .top .icon .span-2,
  .main1 ul li .con:hover .top .icon .span-3,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-1,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-2,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-3 {
    background: #fff;
  }
  .main1 ul li .con:hover .top .icon .span-3::before,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-3::before {
    background: #367ee8;
  }
  .main1 ul li.li-4 .con:hover .top .icon .span-1,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-1 {
    background: none;
  }
  .main1 ul li.li-4 .con:hover .top .icon .span-1,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-1 {
    border-bottom-color: #fff;
  }
  .main1 ul li.li-4 .con:hover .top .icon .span-2::before,
  .main1 .move .swiper .swiper-slide .con:hover .top .icon .span-2::before {
    opacity: 1;
  }
  .main1 ul li .con:hover .top dl,
  .main1 .move .swiper .swiper-slide .con:hover .top dl {
    transition-delay: 0.3s;
    opacity: 1;
  }
  .main1 ul li .con:hover .top dl dd a,
	.main1 .move .swiper .swiper-slide .con:hover .top dl dd a {
		color: #ffffff;
	}
	.main1 ul li .con:hover .top dl dd a::before,
	.main1 .move .swiper .swiper-slide .con:hover .top dl dd a:before {
		color: #ffffff;
	}
	.main1 ul li .con:hover .top dl dd a::before,
	.main1 .move .swiper .swiper-slide .con:hover .top dl dd a::before {
		background: #ffffff;
	}
  .news1:hover::before {
    transform: translatex(-50%) scale(1);
    top: -0.78125rem;
  }
  .news1:hover .con .text-box .top2 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .news1:hover .con .text-box .top2 h5,
  .news1:hover .con .text-box .top2 .text,
  .news1:hover .con .text-box .bottom h5,
  .news1:hover .con .text-box .bottom .text {
    color: #fff;
  }
  .news1:hover .con .text-box .top2 .more {
    background: #fff;
    color: #1e2432;
  }
  .news1:hover .con .icon-box .icon-1 {
    opacity: 0;
  }
  .news1:hover .con .icon-box .icon-2 {
    opacity: 1;
  }
  .news2:hover::before {
    transform: translatex(-50%) scale(1);
    top: -0.78125rem;
  }
  .news2:hover::after {
    width: 100%;
    transition-delay: 0.3s;
  }
  .news2:hover .imgbox {
    overflow: hidden;
    width: 0.83333333rem;
    height: 0.83333333rem;
  }
  .news2:hover h5 {
    color: #fff;
  }
  .news2:hover .text {
    opacity: 0;
  }
  .news2:hover .title i {
    opacity: 1;
  }
  .news3:hover {
    background: #367ee7;
  }
  .news3:hover .img {
    transform: scale(1.1);
  }
  .news3:hover .text-box h5,
  .news3:hover .text-box p {
    color: #fff;
  }
  .news3:hover .more {
    border-color: #fff;
  }
  .main5 .more1:hover {
    background: #144894;
  }
  .main12 .main12-right ul li a:hover {
    background: #384cde;
    color: #fff;
  }
  .main12 .main12-right ul li a:hover::before {
    bottom: -0.13541667rem;
    right: -3.16145833rem;
  }
  .main12 .main12-right ul li a:hover i {
    background-color: #367ee8;
  }
  .main13 .main13-1 ul li.text-box .more a:hover {
    background: #1650a4;
    color: #fff;
    border-color: #1650a4;
  }
  .news6:hover {
    box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  }
  .main15 .main15-left .but-box .but:hover {
    background: #367ee8 url(/uploads/image/oimages/icon12_2.png) no-repeat center center / 0.0625rem auto;
  }
  .news7:hover .top {
    background: #384cde;
  }
  .news7:hover .top::before {
    left: 0.67708333rem;
    bottom: -0.01041667rem;
  }
  .news7:hover .top h5,
  .news7:hover .top .text {
    color: #fff;
  }
  .news7:hover .bottom {
    color: #367ee8;
  }
  .main18 .main18-2 .but-box .but:hover {
    background: #ffffff url(/uploads/image/oimages/icon2_2.png) no-repeat center center / 0.0625rem auto;
    border-color: #fff;
  }
  .news8:hover h5,
  .news8:hover .text {
    color: #367fe8;
  }
  .news9:hover .text-box {
    top: 0;
  }
  .main20 .main20-2 a:hover {
    background: #1159c3;
  }
  #page #firstpage:hover,
  #page #lastpage:hover,
  #page #nextpage:hover,
  #page #prepage:hover {
    background-color: #367fe8;
    border-color: #367fe8;
    color: #fff;
  }
  .news4:hover .imgbox {
    border-color: #fff;
    box-shadow: 0 0 0.09375rem rgba(0, 0, 0, 0.1);
  }
  .news4:hover .imgbox img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .news4:hover h5 {
    color: #333;
  }
  .nav4 .nav4-con .list a:hover {
    color: #367ee8 !important;
  }
  .nav4 .more ul li a:hover {
    background: #367ee8;
    border-color: #367ee8;
  }
}
@media (max-width: 1920px) {
  .banner::before,
  .banner::after {
    height: 3px;
  }
}
@media (max-width: 1600px) {
  .main1 ul li,
  .main1 .move .swiper .swiper-slide {
    height: 2.375rem;
  }
}
@media (max-width: 1366px) {
  .main4 .title1 {
    margin-bottom: 0.07320644rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 100% !important;
  }
  body {
    font-size: 14px;
  }
  header {
    position: fixed;
    z-index: 6000;
    height: auto;
    top: -55px;
    padding: 10px 0;
  }
  header.active {
    top: 0;
  }
  header.active2 {
    background: rgba(0, 0, 0, 0.9);
  }
  header.active3 {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  header .logo {
    height: 35px;
    line-height: 35px;
  }
  header .logo img {
    width: 120px;
  }
  .banner .con1 h5 {
    font-size: 30px;
  }
  .banner .con1 h6 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .banner .con1 .more {
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
  }
  .banner .swiper-pagination .swiper-pagination-bullet::before {
    width: 12px;
    height: 12px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #367ee8;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: 0;
  }
  .main1-2 {
    position: initial;
    height: auto;
    padding-top: 0;
  }
  .main1-2 .title1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .main1 .con-padding {
    height: auto;
    padding-left: 0;
  }
  .main1-2 .title1 {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .main1 .con-padding {
    overflow: initial;
  }
  .main1 ul li,
  .main1 .move .swiper .swiper-slide {
    height: 270px;
  }
  .main1 ul li .con,
  .main1 .move .swiper .swiper-slide .con {
    padding: 100px 0 0 20px;
  }
  .main1 ul li .con .top .icon,
  .main1 .move .swiper .swiper-slide .con .top .icon {
    margin-bottom: 20px;
  }
  .main1 ul li .con .top .title,
  .main1 .move .swiper .swiper-slide .con .top .title {
    font-size: 18px;
  }
  .main1 ul li .con .top dl,
  .main1 .move .swiper .swiper-slide .con .top dl {
    opacity: 1;
    margin-top: 15px;
  }
  .main1 ul li .con .top dl dd,
  .main1 .move .swiper .swiper-slide .con .top dl dd {
    margin-top: 10px;
  }
  .main1 ul li .con .top dl dd a,
  .main1 .move .swiper .swiper-slide .con .top dl dd a {
    color: #333;
    font-size: 14px;
    padding-left: 10px;
  }
  .main1 ul li .con .top dl dd a::before,
  .main1 .move .swiper .swiper-slide .con .top dl dd a::before {
    width: 5px;
    height: 5px;
    background: #333;
  }
  .main1 ul li .con .more,
  .main1 .move .swiper .swiper-slide .con .more {
    width: 30px;
    height: 30px;
    background: #ffffff url(/uploads/image/oimages/icon1.png) no-repeat center center / 12px auto;
    bottom: 10px;
    right: 10px;
  }
  .main1 ul li.li-2 .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide.li-2 .con .top .icon .span-1 {
    width: 27px;
    height: 54px;
  }
  .main1 ul li.li-2 .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide.li-2 .con .top .icon .span-2 {
    width: 34px;
    height: 34px;
    top: 50%;
    left: 10px;
  }
  .main1 ul li.li-3 .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide.li-3 .con .top .icon .span-1 {
    width: 32px;
    height: 54px;
  }
  .main1 ul li.li-3 .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide.li-3 .con .top .icon .span-2 {
    width: 27px;
    height: 27px;
    left: 18px;
  }
  .main1 ul li.li-4 .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-1 {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 34px solid #367ee8;
  }
  .main1 ul li.li-4 .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-2 {
    width: 40px;
    height: 40px;
    bottom: 14px;
  }
  .main1 ul li.li-4 .con .top .icon .span-2::before,
  .main1 .move .swiper .swiper-slide.li-4 .con .top .icon .span-2::before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 34px solid #367ee8;
    top: 20px;
  }
  .main1 ul li.li-5 .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-1 {
    width: 66px;
    height: 26px;
    border-radius: 20px;
  }
  .main1 ul li.li-5 .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-2 {
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 8px;
  }
  .main1 ul li.li-5 .con .top .icon .span-3,
  .main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-3 {
    width: 30px;
    height: 30px;
    left: 37px;
  }
  .main1 ul li.li-5 .con .top .icon .span-3::before,
  .main1 .move .swiper .swiper-slide.li-5 .con .top .icon .span-3::before {
    top: -9px;
    left: -11px;
  }
  .main1 ul li.li-6 .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide.li-6 .con .top .icon .span-1 {
    width: 40px;
    height: 40px;
  }
  .main1 ul li.li-6 .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide.li-6 .con .top .icon .span-2 {
    width: 35px;
    height: 35px;
    left: 19px;
    bottom: 20px;
  }
  .title1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main2 .main2-con .gd {
    padding: 0 15px;
  }
  .main2 .main2-con .gd .swiper .swiper-slide {
    padding: 0;
  }
  .news1 {
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .news1 .top1 {
    height: 30px;
    padding-left: 10px;
  }
  .news1 .top1 b {
    width: 8px;
    height: 8px;
    margin-right: 7px;
  }
  .news1 .con {
    padding: 10px;
  }
  .news1 .con .icon-box {
    width: 0.80726539rem;
  }
  .news1 .con .text-box {
    width: calc(100% - 0.80726539rem);
    padding-left: 10px;
  }
  .news1 .con .text-box .top2 {
    padding: 0 10px 10px 0;
    border-bottom: 2px solid #f5f5f5;
  }
  .news1 .con .text-box .top2 h5 {
    font-size: 18px;
    color: #333;
  }
  .news1 .con .text-box .top2 .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
  }
  .news1 .con .text-box .top2 .more {
    width: 1.10998991rem;
    line-height: 0.35317861rem;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 0.30272452rem;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  .news1 .con .text-box .bottom h5 {
    font-size: 16px;
    padding: 10px 0;
  }
  .news1 .con .text-box .bottom .text {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .main2 .gd {
    position: relative;
  }
  .main2 .gd .but-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transform: translatex(-50%);
    display: flex;
  }
  .main2 .gd .but-box .but {
    width: 0.50454087rem;
    height: 0.50454087rem;
    border: 0.02018163rem solid #8894eb;
    border-radius: 50%;
    background-image: url(/uploads/image/oimages/icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12108981rem auto;
    margin: 0 0.10090817rem;
    transition: all .3s;
  }
  .main2 .gd .but-box .but-prev {
    transform: rotatey(180deg);
  }
  .main2 .gd .but-box .but:hover {
    background-color: #fff;
    border-color: #fff;
    background-image: url(/uploads/image/oimages/icon2_2.png);
  }
  .main2 .main2-con {
    height: auto;
  }
  .main2 .main2-con .nav1 {
    margin: 0 0 30px;
  }
  .nav1 ul li a {
    font-size: 16px;
    margin: 0 10px;
  }
  .nav1 ul li a::before {
    width: 30px;
    height: 2px;
    bottom: -15px;
  }
  .more1 {
    width: 160px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 14px;
  }
  .main3 .main3-con {
    height: auto;
  }
  .main3 .main3-con .gd {
    padding-right: 0;
  }
  .main3 .main3-con .gd .gd-con {
    position: relative;
  }
  .main3 .main3-con .gd .swiper {
    padding: 10px;
  }
  .main3 .main3-con .gd .swiper .swiper-slide {
    padding: 0;
  }
  .news2 {
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  .news2 .imgbox {
    width: 100px;
    height: 100px;
  }
  .news2 .title {
    position: relative;
    z-index: 100;
  }
  .news2 h5 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  }
  .news2 .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .main2 .main2-con .gd .swiper {
    padding: 10px;
  }
  .main4 .title1 {
    margin-bottom: 30px;
  }
  .main5 ul {
    margin: 0;
  }
  .main5 ul li {
    width: 100%;
    float: none !important;
    padding: 0;
  }
  .news3 {
    border-radius: 10px;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .news3 .imgbox {
    width: 320px;
    height: 140px;
  }
  .news3 .text-box {
    margin-left: 320px;
    padding: 20px 30px 0;
  }
  .news3 .text-box h5 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
  }
  .news3 .text-box p {
    font-size: 14px;
    margin-top: 15px;
  }
  .news3 .more {
    width: 30px;
    height: 30px;
    background: #367ee7 url(/uploads/image/oimages/icon6.png) no-repeat center center / 9px auto;
    bottom: 15px;
    right: 15px;
  }
  .news3-2 {
    margin-top: 20px;
  }
  .news3-2 .imgbox {
    width: 100%;
    height: auto;
  }
  .news3-2 .text-box {
    margin-left: 0;
    padding: 15px;
  }
  .news3-2 .more {
    bottom: 15px;
    right: 15px;
  }
  .main5 .more1 {
    margin: 30px auto 0;
  }
  .main6 .main6-1 .swiper {
    padding: 10px;
    margin: 0 -10px;
  }
  .news4 .imgbox {
    width: 80px;
    height: 80px;
    border: 10px solid #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  }
  .news4 h5 {
    font-size: 16px;
    margin-top: 15px;
  }
  .news4:hover h5 {
    color: #333;
  }
  .main16 {
    border-radius: 10px;
    padding: 30px 0;
    margin-top: 50px;
  }
  .main16 .title {
    font-size: 20px;
  }
  .main16 .nav {
    margin-top: 30px;
  }
  .main16 .nav a {
    margin: 0 10px;
    height: 35px;
  }
  .footer {
    border-top-width: 3px;
  }
  .footer .footer-1 {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  .footer .footer-1 .footer-1-left,
  .footer .footer-1 .footer-1-right {
    width: 100%;
  }
  .footer .footer-1 .footer-1-left {
    border-right: none;
    padding-right: none;
  }
  .footer .footer-1 .footer-1-left img.logo {
    width: 150px;
  }
  .footer .footer-1 .footer-1-left ul {
    margin: 30px 0;
  }
  .footer .footer-1 .footer-1-left ul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .footer .footer-1 .footer-1-left ul li i {
    margin-right: 5px;
  }
  .footer .footer-1 .footer-1-left dl {
    justify-content: center;
  }
  .footer .footer-1 .footer-1-left dl dd {
    margin: 0 10px;
  }
  .footer .footer-1 .footer-1-left dl dd i {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .footer .footer-1 .footer-1-left dl dd p {
    margin-top: 9px;
  }
  .footer .footer-1 .footer-1-left dl dd i .img {
    transform: translate(15px, -50%);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -15px);
  }
  .footer .footer-1 .footer-1-left dl dd i .img::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: none;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 5px);
  }
  .footer .footer-1 .footer-1-left dl dd i .img img {
    width: 128px;
    height: 128px;
  }
  .footer .footer-2 {
    padding: 20px 0;
    font-size: 12px;
  }
  .banner2::before,
  .banner2::after {
    height: 3px;
  }
  .banner2 h5 {
    font-size: 30px;
  }
  .banner2 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .banner2 .more {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 30px;
    margin: 30px auto 0;
  }
  .main7 {
    padding: 30px 0;
  }
  .main7 .main7-1 {
    padding: 0 10px;
    border-radius: 10px;
  }
  .main7 .main7-1 dl {
    padding: 20px 0 0;
  }
  .main7 .main7-1 dl dt {
    font-size: 14px;
  }
  .main7 .main7-1 dl dd {
    margin-left: 80px;
    font-size: 0;
  }
  .main7 .main7-1 dl dd a {
    font-size: 14px;
    margin: 0 40px 20px 0;
  }
  .main7 .main7-1 dl dd a::before {
    width: 24px;
    height: 2px;
    transform: translate(-50%, 5px);
  }
  .search1 {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
  }
  .search1::before {
    width: 1px;
    height: 18px;
    left: 60px;
  }
  .search1 form button {
    width: 120px;
    height: 50px;
    font-size: 14px;
  }
  .search1 form input {
    width: calc(100% - 120px);
    height: 50px;
    padding-left: 80px;
    background: url(/uploads/image/oimages/fdj.png) no-repeat 20px center;
  }
  .news5 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .news5 .imgbox .img {
    height: auto;
  }
  .news5 .text-box {
    padding: 0 10px 10px;
  }
  .news5 .text-box img {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
  }
  .news5 .text-box h5 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  }
  .news5 .text-box .text {
    font-size: 14px;
    line-height: 25px;
  }
  .news5 .text-box dl {
    font-size: 0;
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .news5 .swiper {
    margin-top: 20px;
  }
  .news5 .swiper .swiper-slide {
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 12px;
  }
  .news5 .text-box dl dd {
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 12px;
  }
  .main8 {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .main8 ul {
    margin: 0 -5px;
  }
  .main8 ul li {
    width: 33.33%;
    padding: 0 5px 10px;
  }
  .banner3 {
    padding: 100px 0 150px;
  }
  .banner3 .text-box p {
    font-size: 50px;
    line-height: 30px;
  }
  .banner3 .text-box {
    padding-right: 0;
  }
  .banner3 .text {
    font-size: 14px;
    line-height: 25px;
  }
  .main9 {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    margin-top: -118px;
  }
  .main9 .main9-1 {
    padding: 30px 0;
    display: block;
    text-align: center;
  }
  .main9 .main9-1 img {
    width: 230px;
  }
  .main9 .main9-1 .text-box {
    width: 100%;
  }
  .main9 .main9-1 .text-box .top {
    display: block;
  }
  .main9 .main9-1 .text-box .top h5 {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
  }
  .main9 .main9-1 .text-box .top dl {
    display: flex;
    justify-content: center;
  }
  .main9 .main9-1 .text-box .top dl dd {
    font-size: 14px;
    padding: 0 15px;
  }
  .main9 .main9-1 .text-box .top dl dd:nth-child(2) {
    border-left: 2px solid #b6b6b6;
  }
  .main9 .main9-1 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .main9 .main9-2 {
    padding: 30px 0;
  }
  .main9 .main9-2 ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: flex-start;
  }
  .main9 .main9-2 ul li {
    min-width: 200px;
    float: none !important;
    vertical-align: top;
    padding: 0 10px;
    white-space: normal;
  }
  .main9 .main9-2 ul li h5 {
    font-size: 16px;
  }
  .main9 .main9-2 ul li p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main10 {
    padding: 30px 10px;
  }
  .main10 .main10-1 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
  }
  .main10 .main10-1 .list {
    margin-bottom: 20px;
  }
  .main10 .main10-1 .list .bt {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .main10 .main10-1 .list .text {
    font-size: 14px;
    line-height: 2;
  }
  .main10 .main10-2 {
    margin: 30px 0;
  }
  .main10 .main10-2 dl dd {
    min-width: 160px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
  }
  .main10 .main10-3 {
    padding: 30px 10px;
    border-radius: 10px;
  }
  .main10 .main10-3 .text-box h5 {
    font-size: 16px;
  }
  .main10 .main10-3 .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main10 .main10-3 img {
    width: 120px;
    height: 120px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .main11-1 {
    padding-top: 0;
  }
  .main11 .main11-1 .title1 {
    margin-bottom: 20px;
  }
  .main11 .main11-1 .text {
    font-size: 14px;
    line-height: 25px;
  }
  .main11 img {
    margin: 30px auto 0;
    max-width: 70%;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .main12-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .main12 .main12-left .title1 {
    margin-bottom: 0;
    text-align: center;
  }
  .main12 .main12-left .text {
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0;
  }
  .main12 .main12-left a {
    width: 120px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
    margin: 0 auto;
  }
  .main12 .main12-right {
    width: 100%;
    margin-top: 30px;
  }
  .main12 .main12-right ul li a {
    height: 100px;
    border-radius: 10px;
    margin-bottom: 2px;
    padding: 0 10px 0 60px;
    font-size: 14px;
  }
  .main12 .main12-right ul li a::before {
    display: none;
  }
  .main12 .main12-right ul li a i {
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 10px;
  }
  .main13 {
    padding-top: 30px;
  }
  .main13 .main13-1 ul li {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main13 .main13-1 ul li.img-box {
    padding: 0 20px;
  }
  .main13 .main13-1 ul li.img-box::before {
    display: none;
  }
  .main13 .main13-1 ul li.text-box {
    padding: 20px;
  }
  .main13 .main13-1 ul li.text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .main13 .main13-1 ul li.text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
  }
  .main13 .main13-1 ul li.text-box dl dd {
    font-size: 14px;
    line-height: 35px;
    position: relative;
    padding-left: 40px;
  }
  .main13 .main13-1 ul li.text-box dl dd::before {
    width: 25px;
    height: 25px;
  }
  .main13 .main13-1 ul li.text-box .more {
    margin-top: 20px;
  }
  .main13 .main13-1 ul li.text-box .more a {
    width: 120px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
  }
  .main13 .main13-1 ul li.text-box .more a.xq {
    margin-left: 10px;
  }
  .main14 {
    padding: 30px 0;
  }
  .main14 .swiper {
    padding: 20px;
  }
  .news6 {
    border-radius: 10px;
  }
  .main15 {
    padding: 0 0 30px;
  }
  .main15 .main15-left {
    width: 100%;
    float: none !important;
  }
  .main15 .main15-left .title1 {
    margin: 30px 0;
    text-align: center;
  }
  .main15 .main15-left .but-box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .main15 .main15-left .but-box .but {
    width: 50px;
    height: 50px;
    background: url(/uploads/image/oimages/icon12_1.png) no-repeat center center / 12px auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
  .main15 .main15-left .but-box .but-prev {
    transform: rotatey(180deg);
    margin-right: 20px;
  }
  .main15 .main15-right {
    width: 100%;
    float: none !important;
  }
  .main15 .swiper {
    padding: 10px 10px 30px;
  }
  .news7 {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .news7 .top {
    height: auto;
    padding: 20px 10px 0;
  }
  .news7 .top::before {
    display: none;
  }
  .news7 .top h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .news7 .top .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin-top: 20px;
  }
  .news7 .bottom {
    line-height: 40px;
    font-size: 14px;
  }
  .main16-box .main16 {
    margin: 0 0 30px;
  }
  .main17 {
    padding: 30px 0 10px;
  }
  .main17 ul {
    margin: 0;
  }
  .main17 ul li {
    width: 100%;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .main17 ul li img {
    width: 80px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  }
  .main17 ul li .text {
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 25px;
  }
  .main18 {
    height: auto;
    padding: 30px 0;
  }
  .main18 .main18-1 {
    width: 100%;
    height: auto;
    padding-right: 0;
    align-items: center;
    float: none !important;
    text-align: center;
  }
  .main18 .main18-1 .title1 {
    text-align: left;
    margin: 0;
  }
  .main18 .main18-1 .text {
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
  }
  .main18 .main18-1 a {
    width: 120px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main18 .main18-2 {
    width: 100%;
    height: 510px;
    position: relative;
    z-index: 100;
    padding-left: 40px;
    margin-top: 30px;
    float: none !important;
  }
  .main18 .main18-2 .but-box {
    width: 30px;
    height: 70px;
  }
  .main18 .main18-2 .but-box .but {
    width: 30px;
    height: 30px;
    background: url(/uploads/image/oimages/icon2.png) no-repeat center center / 12px auto;
    border: 2px solid #8894ec;
  }
  .main18 .main18-2 .swiper {
    height: 510px;
    padding: 0;
    padding-left: 0;
  }
  .main18 .main18-2 .swiper .swiper-slide-next {
    left: 0;
  }
  .news8 {
    border-radius: 10px;
    height: auto;
    padding: 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .news8 h5 {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
  }
  .news8 h5 span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .news8 .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    height: 75px;
    overflow: auto;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .main19-1 {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .main19 .main19-1 .top {
    height: 50px;
    padding: 0 10px;
  }
  .main19 .main19-1 .top img {
    width: 115px;
  }
  .main19 .main19-1 .top .dian b {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .main19 .main19-1 .bottom {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .main20 {
    padding: 30px 0 20px;
  }
  .main20 .main20-1 ul {
    margin: 0 -5px;
  }
  .main20 .main20-1 ul li {
    padding: 0 5px;
  }
  .main20 .main20-1 ul li:nth-child(2) {
    padding-top: 0;
  }
  .news9 {
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .news9 img {
    width: 100px;
  }
  .news9 h5 {
    font-size: 18px;
  }
  .main20 .main20-2 {
    height: auto;
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .main20 .main20-2 .title1 {
    text-align: center;
  }
  .main20 .main20-2 .text {
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
  }
  .main20 .main20-2 a {
    width: 120px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
    margin: 0 auto;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .imgbox {
    height: 4.74268416rem;
    padding: 10px;
  }
  .main21 .text-box {
    height: auto;
    margin-top: 20px;
  }
  .main21 .text-box h5 {
    font-size: 20px;
  }
  .main21 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main22 {
    padding-top: 30px;
    position: relative;
  }
  .main22::before {
    content: "";
    width: 100%;
    height: 60%;
    background: #384cdf;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main22 .gd {
    padding-bottom: 70px;
    margin: 0 -10px;
  }
  .news10 {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .news10 img {
    width: 80px;
  }
  .news10 .text-box {
    margin-left: 90px;
  }
  .news10 .text-box h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .news10 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .main22 .swiper {
    padding: 10px;
  }
  .main23 {
    padding: 30px 0;
  }
  .main23 .main23-1 ul {
    margin: 0 -5px 30px;
    flex-wrap: wrap;
  }
  .main23 .main23-1 .swiper {
    margin: 0 -5px 30px;
  }
  .main23 .main23-1 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main23 .main23-1 .swiper-slide {
    padding: 0 5px;
  }
  .main23 .main23-1 ul li::before,
  .main23 .main23-1 .swiper-slide::before {
    display: none;
  }
  .main23 .main23-1 ul li .con,
  .main23 .main23-1 .swiper-slide .con {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 146px;
    padding: 30px 30px 0;
  }
  .main23 .main23-1 ul li .con h5,
  .main23 .main23-1 .swiper-slide .con h5 {
    font-size: 16px;
    color: #333;
    background: url(/uploads/image/oimages/icon17.png) no-repeat 0 center / auto 100%;
    padding-left: 30px;
  }
  .main23 .main23-1 ul li .con p,
  .main23 .main23-1 .swiper-slide .con p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    height: 50px;
  }
  .main23 .main23-2 {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .main23 .main23-2 ul li .left {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .main23 .main23-2 ul li .left img {
    width: 122px;
  }
  .main23 .main23-2 ul li .left h5 {
    font-size: 20px;
    margin: 10px 0 20px;
  }
  .main23 .main23-2 ul li .left .text {
    font-size: 14px;
    line-height: 25px;
  }
  .main23 .main23-2 ul li .right {
    width: 100%;
  }
  .main24 {
    padding: 30px 0;
  }
  .main24 .title2 {
    max-width: 930px;
    margin: 0 auto 30px;
  }
  .main24 ul {
    margin: 0 -5px;
  }
  .main24 ul li {
    width: 33.33%;
    padding: 0 5px;
  }
  .news11 {
    border-radius: 5px;
    border-top: 6px solid #c7c7c7;
    padding: 30px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 0;
  }
  .news11 .icon-box img {
    height: 80px;
  }
  .news11 h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 10px;
  }
  .news11 .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .main24 .more {
    width: 120px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
    margin: 30px auto 0;
  }
  .main25 {
    padding: 30px 0 0 0;
  }
  .main25 ul {
    margin: 0 -5px;
  }
  .main25 ul li {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .main25 ul li .con {
    height: 130px;
    border-radius: 10px;
    padding: 20px 10px 0;
  }
  .main25 ul li .con h5 {
    font-size: 16px;
  }
  .main25 ul li .con p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .main25 ul li .con .phone {
    line-height: 30px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 14px;
    bottom: -15px;
  }
  .main26 {
    padding: 30px 0;
  }
  .main26 ul li {
    padding: 0 10px;
  }
  .main26 ul li::before {
    top: 0.60544904rem;
  }
  .main26 ul li img {
    height: 1.53380424rem;
  }
  .main26 ul li h5 {
    font-size: 18px;
  }
  .main26 ul li p {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .main26 ul li .more {
    line-height: 35px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 14px;
  }
  .main27 {
    padding: 30px 0 0 0;
  }
  .main27 ul {
    margin: 80px -5px 0;
  }
  .main27 ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 50px;
  }
  .main27 ul li .con {
    height: 160px;
    padding: 60px 10px 0;
  }
  .main27 ul li .con::before {
    width: 90px;
    height: 90px;
    top: -35px;
  }
  .main27 ul li .con h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .main27 ul li .con p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .main28 {
    padding: 30px 0;
  }
  .main28::before {
    display: none;
  }
  .news12 .imgbox {
    width: 100%;
    height: 4.23814329rem;
    float: none !important;
  }
  .news12 .text-box {
    margin: 0;
    padding: 20px 10px;
  }
  .news12 .text-box h5 {
    font-size: 18px;
    line-height: 25px;
    max-height: initial;
    display: block;
    overflow: initial;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
  .news12 .text-box p {
    font-size: 14px;
    margin: 10px 0;
  }
  .news12 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
  }
  .news12 .text-box .more {
    font-size: 14px;
    margin-top: 20px;
  }
  .nav2 {
    margin-bottom: 30px;
  }
  .nav2 a {
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main29 {
    padding: 30px 0;
  }
  .main29 .con-box {
    padding: 0 10px;
  }
  .main29 .con-box .col-xs-6 {
    padding: 0 5px;
  }
  .news13 {
    margin-bottom: 10px;
  }
  .news13 .con {
    padding: 10px;
  }
  .news13 .con p {
    font-size: 13px;
  }
  .news13 .con h5 {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
  }
  .news13 .con .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .news13 .con .more {
    font-size: 14px;
    margin-top: 20px;
  }
  .main30 {
    padding: 30px 0;
  }
  .title2 {
    margin-bottom: 30px;
  }
  .title2 h5 {
    font-size: 20px;
  }
  .title2 p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
  }
  .main31 ul li {
    padding: 30px 15px;
  }
  .main31 ul li .text-box {
    width: 100%;
    height: auto;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .main31 ul li .text-box h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .main31 ul li .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main31 ul li .img {
    width: 100%;
    height: 6.05449041rem;
    float: none;
  }
  .main31 ul li:nth-child(even) .text-box {
    float: none !important;
    padding: 0;
  }
  .main32 {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .main32 .con {
    padding: 30px 10px;
    line-height: 30px;
    font-size: 16px;
  }
  .main33 {
    padding: 0 15px;
  }
  .main33 .main33-left {
    width: 150px;
    padding: 30px 0;
  }
  .main33 .main33-left .fixed-nav {
    width: 150px;
  }
  .main33 .main33-left .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main33 .main33-left ul li {
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .main33 .main33-left ul li::before {
    width: 2px;
    height: 20px;
  }
  .main33 .main33-right {
    width: calc(100% - 150px);
    padding: 30px 0 60px 30px;
  }
  .main33 .main33-right dl dt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main33 .main33-right dl .dd-box {
    margin: 0 -5px;
  }
  .main33 .main33-right dl .dd-box dd {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main33 .main33-right dl {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .main33 .main33-right dl .dd-box dd a {
    padding: 10px;
  }
  .main33 .main33-right dl .dd-box dd a h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .main33 .main33-right dl .dd-box dd a p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
  }
  .main33 .main33-right dl .dd-box dd a.con-2 {
    margin-top: 10px;
  }
  .main34 {
    padding: 30px 0;
  }
  .main34 .main34-1 {
    width: 100%;
    float: none !important;
  }
  .main34 .main34-1 a {
    height: 4.84359233rem;
  }
  .main34 .main34-1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .main34 .main34-2 {
    width: 100%;
    height: auto;
    float: none !important;
  }
  .main34 .main34-2 a {
    padding: 20px;
  }
  .main34 .main34-2 a h5 {
    font-size: 20px;
    line-height: 30px;
    height: auto;
  }
  .main34 .main34-2 a .text {
    font-size: 14px;
    margin: 20px 0;
    line-height: 25px;
    height: auto;
  }
  .main34 .main34-2 a .more {
    width: 120px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main35 {
    padding-bottom: 30px;
  }
  .main35 .news14-box ul {
    margin: 0 -5px;
  }
  .main35 .news14-box ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news14 .text-box {
    padding: 20px;
  }
  .news14 .text-box h5 {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  .news14 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 10px 0;
  }
  .news14 .text-box .more {
    width: 120px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  .main36 {
    padding: 30px 0;
  }
  .main36 .video::before {
    background-size: 50px 50px;
  }
  .main37 {
    padding-bottom: 30px;
  }
  .main37 .news15-box ul {
    margin: 0 -5px;
  }
  .main37 .news15-box ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news15 .text-box {
    padding: 20px;
  }
  .news15 .text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .news15 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
  }
  .news15 .text-box .time {
    font-size: 12px;
  }
  .video_popup .con_box {
    height: 60%;
  }
  .video_popup .con_box i.colse {
    top: auto;
    bottom: -50px;
    right: 50%;
    transform: rotate(45deg) translatex(50%);
    margin-right: -5px;
  }
  .main38 {
    padding: 30px 0;
    font-size: 18px;
  }
  .main39 {
    padding: 30px 0;
  }
  .main39 ul {
    margin: 0;
  }
  .main39 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .main39 ul li:last-child {
    margin-bottom: 0;
  }
  .main39 ul li img {
    width: 100px;
  }
  .main39 ul li .text-box {
    width: calc(100% - 100px);
    margin-top: 0;
  }
  .main39 ul li .text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .main39 ul li .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .title3 {
    margin-bottom: 30px;
  }
  .title3 h5 {
    font-size: 20px;
  }
  .title3 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main40 {
    padding: 30px 0 0 0;
  }
  .main40 ul {
    display: block;
  }
  .main40 ul li {
    width: 100%;
  }
  .main40 ul li:first-child .title3 {
    text-align: center;
    margin: 0 0 30px;
    padding-right: 0;
  }
  .main40 ul li:last-child dl dt {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .main40 ul li:last-child dl dd {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .main40 ul li:last-child dl dd img {
    width: 100px;
    margin-top: -10px;
  }
  .main40 ul li:last-child dl dd .text-box {
    width: calc(100% - 100px);
    margin-top: 0;
  }
  .main40 ul li:last-child dl dd .text-box h5 {
    font-size: 16px;
  }
  .main40 ul li:last-child dl dd .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main41 {
    padding: 30px 0;
  }
  .main41 .main41-1 {
    padding: 30px 0;
    border-radius: 10px;
  }
  .main41 .main41-1 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main41 .main41-1 dl {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .main41 .main41-1 dl::before {
    display: none;
  }
  .main41 .main41-1 dl dd {
    width: 300px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #367fe8;
    margin: 20px auto 0;
  }
  .main41 .main41-2 {
    margin-top: 0.80726539rem;
  }
  .main41 .main41-2 .list {
    position: relative;
    margin-bottom: 30px;
  }
  .main41 .main41-2 .list:last-child {
    margin-bottom: 0;
  }
  .main41 .main41-2 .list dl {
    width: 100%;
    padding: 20px;
  }
  .main41 .main41-2 .list dl dd {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    background: url(/uploads/image/oimages/icon24.png) no-repeat 0 3px / auto 25px;
    padding-left: 30px;
  }
  .main41 .main41-2 .list dl dd:last-child {
    margin-bottom: 0;
  }
  .main41 .main41-2 .list .con {
    border-radius: 10px;
    width: 100%;
    height: 150px;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    padding-top: 20px;
  }
  .main41 .main41-2 .list .con::before {
    width: 8.07265388rem;
    height: 8.07265388rem;
    top: 0;
    left: 5.04540868rem;
  }
  .main41 .main41-2 .list .con img {
    width: 84px;
  }
  .main41 .main41-2 .list .con .text {
    margin: -30px 0 0 20px;
  }
  .main41 .main41-2 .list .con .text h5 {
    font-size: 20px;
  }
  .main41 .main41-2 .list .con .text p {
    font-size: 16px;
    margin-top: 15px;
  }
  .main41 .main41-2 .list:nth-child(even) dl {
    float: none !important;
    padding: 20px;
  }
  .main41 .main41-2 .list:nth-child(even) .con {
    right: auto;
    left: 0;
  }
  .main41 .main41-2 .list:nth-child(even) .con::before {
    top: 0;
    left: auto;
    right: 5.04540868rem;
  }
  .main42 {
    margin: 30px 0;
    border-radius: 10px;
    padding: 20px 20px 10px;
  }
  .main42 dl dt {
    font-size: 14px;
    line-height: 25px;
  }
  .main42 dl dd {
    margin-left: 80px;
  }
  .main42 dl dd a {
    font-size: 14px;
    line-height: 25px;
    margin: 0 20px 10px 0;
  }
  .main42 dl dd a::before {
    content: "";
    width: 18px;
    height: 2px;
    bottom: -5px;
  }
  .main43 {
    margin-bottom: 30px;
  }
  .main43 ul {
    margin: 0 -5px;
  }
  .main43 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main43 ul li .con {
    padding: 0 10px;
  }
  .main43 ul li .con .top {
    padding: 20px 0;
  }
  .main43 ul li .con .top img {
    width: 80px;
  }
  .main43 ul li .con .top .text-box {
    width: calc(100% - 80px);
  }
  .main43 ul li .con .top .text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .main43 ul li .con .top .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .main43 ul li .con .bottom {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main43 ul li .con .bottom .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .main43 ul li .con .bottom .text span {
    margin-left: 0.10090817rem;
  }
  .main43 ul li .con .bottom .but-box a {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 40px;
  }
  .main43 ul li .con .bottom .but-box a.xz {
    margin-left: 10px;
  }
  .main44 {
    width: auto;
    max-width: 540px;
    margin: 30px auto;
  }
  .main44-2 {
    margin: 30px auto;
  }
  .main44 ul li {
    width: 50%;
    font-size: 16px;
    line-height: 50px;
  }
  .main44 form {
    padding: 30px;
  }
  .main44 form input {
    height: 50px;
    background: url(/uploads/image/oimages/icon27.png) no-repeat 10px center / 20px auto;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .main44 form .label {
    margin-bottom: 20px;
  }
  .main44 form .label label input {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main44 form .label label {
    font-size: 14px;
    margin-right: 20px;
  }
  .main44 form button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    margin: 10px auto 0;
  }
  .main45 {
    margin: 30px 0;
  }
  .main45 ul {
    margin: 0 -5px;
  }
  .main45 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main45 ul li dl dt {
    line-height: 60px;
    font-size: 16px;
    padding-left: 40px;
  }
  .main45 ul li dl dt b {
    font-size: 40px;
    left: 10px;
  }
  .main45 ul li dl .dd-box {
    padding: 0 10px;
  }
  .main45 ul li dl .dd-box dd a {
    height: 100px;
    background: url(/uploads/image/oimages/icon28.png) no-repeat 0 center / 20px auto;
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
  }
  .main46 {
    padding: 20px 15px 0;
    display: block;
  }
  .main46 .main46-left {
    width: 100%;
    padding: 0;
  }
  .main46 .main46-left::before {
    display: none;
  }
  .main46 .main46-left .fixed-nav {
    width: 100%;
  }
  .main46 .main46-left .title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #fff;
    background: #367ee8;
    color: #fff;
  }
  .main46 .main46-left .title i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .main46 .main46-left .title span {
    position: absolute;
    top: 0;
    right: 15px;
    transition: all .3s;
  }
  .main46 .main46-left .title span.active {
    transform: rotate(-180deg);
  }
  .main46 .main46-left ul li a {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .main46 .main46-left ul li a::before {
    display: none;
  }
  .main46 .main46-left ul li.active a {
    padding-left: 0;
  }
  .main46 .main46-right {
    width: 100%;
    padding: 30px 0;
  }
  .main46 .main46-right .main46-right-top {
    margin-bottom: 30px;
  }
  .main46 .main46-right .main46-right-top .nav {
    font-size: 12px;
  }
  .main46 .main46-right .main46-right-top form {
    width: 100%;
  }
  .main46 .main46-right .main46-right-top form input {
    width: calc(100% - 50px);
    height: 45px;
  }
  .main46 .main46-right .main46-right-top form button {
    width: 50px;
    height: 45px;
    background: #367ee8 url(/uploads/image/oimages/icon29.png) no-repeat center center / 20px auto;
  }
  .main46 .main46-right .main46-right-bottom .con1 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main46 .main46-right .main46-right-bottom .con1 ul li {
    margin-bottom: 10px;
  }
  .main46 .main46-right .main46-right-bottom .con1 ul li a {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
  }
  .main46 .main46-right .main46-right-bottom .con1 ul li a::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .main46 .main46-right .main46-right-bottom .con2 {
    padding-bottom: 30px;
  }
  .main46 .main46-right .main46-right-bottom .con2 .title {
    font-size: 18px;
    line-height: 25px;
  }
  .main46 .main46-right .main46-right-bottom .con2 .time {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .main46 .main46-right .main46-right-bottom .con2 .text {
    font-size: 14px;
    line-height: 25px;
  }
  .main46 .main46-right .main46-right-bottom .con3 {
    padding: 20px 10px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .bt {
    font-size: 16px;
    padding-left: 10px;
    line-height: 25px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .bt::before {
    width: 5px;
    height: 5px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .text {
    font-size: 14px;
    margin-left: 100px;
    line-height: 25px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing {
    display: flex;
    align-items: center;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing span {
    width: 20px;
    height: 20px;
    background: url(/uploads/image/oimages/icon30_1.png) no-repeat center center / contain;
    margin-left: 10px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing b {
    font-size: 14px;
    padding-left: 25px;
    line-height: 25px;
    margin-left: 20px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing b::before {
    width: 17px;
    height: 17px;
  }
  .main46 .main46-right .main46-right-bottom .con4 {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .main46 .main46-right .main46-right-bottom .con4 .bt {
    font-size: 16px;
    line-height: 25px;
    padding-left: 10px;
  }
  .main46 .main46-right .main46-right-bottom .con4 .bt::before {
    width: 5px;
    height: 5px;
  }
  .main46 .main46-right .main46-right-bottom .con4 dl {
    margin-left: 100px;
  }
  .main46 .main46-right .main46-right-bottom .con4 dl dd {
    margin-bottom: 10px;
  }
  .main46 .main46-right .main46-right-bottom .con4 dl dd a {
    line-height: 25px;
    font-size: 14px;
  }
  .main47 {
    width: 100%;
    margin: 30px auto;
  }
  .main47 .title {
    font-size: 18px;
    line-height: 50px;
  }
  .main47 form {
    padding: 30px 20px;
  }
  .main47 form ul {
    margin: 0 -10px;
  }
  .main47 form ul li {
    padding: 0 10px;
  }
  .main47 form ul li .box {
    margin-bottom: 15px;
  }
  .main47 form ul li .box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main47 form ul li .box textarea {
    height: 135px;
    padding: 10px;
    font-size: 14px;
  }
  .main47 form ul li .box input {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main47 form ul li .box.file .con input[type="text"] {
    width: calc(100% - 160px);
  }
  .main47 form ul li .box.file .con .uploading {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .main47 form ul li .box.file .con .uploading img {
    margin-right: 10px;
    width: 14px;
  }
  .main47 form button {
    width: 300px;
    height: 45px;
    border-radius: 50px;
    font-size: 16px;
    margin: 20px auto 0;
  }
  .main48 {
    margin: 30px 0;
  }
  .main48 ul li {
    margin-bottom: 20px;
  }
  .main48 ul li a {
    line-height: 50px;
    padding: 0 140px;
  }
  .main48 ul li a span {
    font-size: 14px;
  }
  .main48 ul li a .but {
    width: 120px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 13px;
  }
  .main48 ul li a .but.time {
    left: 10px;
  }
  .main48 ul li a .but.more {
    right: 10px;
  }
  .main49 {
    padding: 30px 0;
  }
  .main49::before,
  .main49::after {
    display: none;
  }
  .main49 .main49-con .img {
    width: 100%;
    height: 5.04540868rem;
    margin: 0;
    box-shadow: none;
    float: none !important;
  }
  .main49 .main49-con .text-box {
    margin-left: 0;
    padding-top: 20px;
  }
  .main49 .main49-con .text-box h5 {
    font-size: 20px;
  }
  .main49 .main49-con .text-box p {
    font-size: 16px;
    margin: 10px 0;
  }
  .main49 .main49-con .text-box .text {
    font-size: 14px;
    line-height: 25px;
  }
  .main49-2 .main49-con .img {
    float: none !important;
    margin: 0;
    box-shadow: none;
  }
  .main49-2 .main49-con .text-box {
    margin: 0;
    padding-top: 20px;
  }
  .main50-box::before,
  .main50-box::after {
    display: none;
  }
  .main50 {
    height: 2.01816347rem;
    border-radius: 10px;
    margin: 30px auto;
  }
  .main50 img {
    width: 0.80726539rem;
    top: 0.10090817rem;
  }
  .main50 h5 {
    font-size: 0.25227043rem;
    line-height: 0.40363269rem;
    margin-left: 0.30272452rem;
  }
  .main51 ul {
    margin: 0 -10px;
  }
  .main51 ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main51 ul li .con {
    height: 180px;
    border-radius: 10px;
    padding: 30px 20px 0;
    border-top: 10px solid #367fe8;
  }
  .main51 ul li .con h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .main51 ul li .con h5 span {
    font-size: 14px;
    margin-left: 10px;
  }
  .main51 ul li .con .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .main51 ul li .con b {
    width: 80px;
    font-size: 100px;
    right: 30px;
  }
  .main52 {
    margin: 30px auto;
  }
  .main52 .main52-con {
    border-radius: 10px;
    padding: 30px 0;
  }
  .main52 .gd {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .main52 .swiper-slide {
    padding: 0;
  }
  .news16 {
    border-radius: 10px;
    height: auto;
    padding: 30px 15px;
  }
  .news16 b {
    font-size: 150px;
  }
  .news16 img {
    height: 100px;
  }
  .news16 h5 {
    font-size: 18px;
    line-height: 30px;
    margin-top: -10px;
  }
  .news16 .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin-top: 15px;
  }
  .main53 {
    padding-top: 30px;
  }
  .main53 .main53-con .imgbox {
    float: none !important;
  }
  .main53 .main53-con .img {
    width: 100%;
    height: 8.00201816rem;
  }
  .main53 .main53-con .imgbox .info {
    border-radius: 10px;
    padding: 20px;
    bottom: 0;
  }
  .main53 .main53-con .imgbox .info h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .main53 .main53-con .imgbox .info .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main53 .main53-con .text-box {
    margin-left: 0;
    padding: 20px 0 30px;
  }
  .main53 .main53-con .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
  }
  .main53 .main53-con .mcustomscrollbox {
    padding-right: 0;
  }
  .main54 {
    padding: 30px 0;
  }
  .main54 ul {
    margin: 0 -5px;
  }
  .main54 ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news17 {
    padding: 10px 10px 0;
  }
  .news17 .text-box {
    padding: 20px 0;
  }
  .news17 .text-box h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .news17 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
  }
  .news17 .mask {
    padding: 20px 10px 0;
    transition: top 0.5s;
  }
  .news17 .mask .img {
    width: 120px;
    height: 120px;
  }
  .news17 .mask .text-box {
    padding: 20px 0;
  }
  .news17 .mask .text2 {
    font-size: 14px;
    line-height: 25px;
    height: 125px;
  }
  .main55 {
    padding: 30px 0;
  }
  .main55 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main55 .swiper-slide .con p {
    font-size: 18px;
  }
  .main55 .swiper-slide .con i {
    width: 20px;
    height: 20px;
    border: 2px solid #367ee8;
    margin: 20px auto 0;
  }
  .main55 .swiper-slide .con i span {
    width: 8px;
    height: 8px;
  }
  .main55 .swiper-slide .con i::before,
  .main55 .swiper-slide .con i::after {
    height: 3px;
  }
  .main56 {
    margin: 30px 0;
  }
  .main56 .swiper {
    margin: 0 -15px;
    padding-bottom: 40px;
  }
  .main56 .swiper .swiper-slide {
    padding: 15px;
  }
  .news18 {
    padding: 30px 20px;
  }
  .news18 .time {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .news18 .dl-box {
    height: 170px;
  }
  .news18 dl {
    margin-top: 20px;
  }
  .news18 dl dt {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
  }
  .news18 dl dt::before {
    width: 10px;
    height: 10px;
  }
  .news18 dl dd {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    margin-top: 10px;
  }
  .main57 {
    margin: 30px auto;
    padding: 0 20px;
  }
  .main57 ul li a {
    font-size: 14px;
    line-height: 45px;
    padding-right: 80px;
  }
  .main57 ul li a::before {
    width: 4px;
    border-radius: 5px;
  }
  .main57 ul li a span {
    font-size: 12px;
  }
  .main58 {
    margin: 30px 0 26px;
  }
  .main58 ul {
    margin: 0 -2px;
  }
  .main58 ul li {
    padding: 0 2px;
    margin-bottom: 4px;
  }
  .main58 ul li a .img {
    height: 2.47225025rem;
  }
  .main59 .main59-con {
    display: block;
    border-radius: 10px;
    padding: 20px;
  }
  .main59 .main59-con .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .main59 .main59-con .bt {
    font-size: 18px;
    border-left: 5px solid #367fe8;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .main59 .main59-con .left dl:first-child {
    margin-bottom: 30px;
  }
  .main59 .main59-con .left dl .dd-box dd {
    line-height: 40px;
    border: 1px solid #f2f3f7;
    font-size: 14px;
    padding-left: 40px;
    margin-bottom: 10px;
    background: #ffffff url(/uploads/image/oimages/icon35.png) no-repeat right 10px center / 8px auto;
  }
  .main59 .main59-con .left dl .dd-box dd:last-child {
    margin-bottom: 0;
  }
  .main59 .main59-con .left dl .dd-box dd::before {
    border-width: 1px;
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .main59 .main59-con .left dl .dd-box dd.active {
    padding-left: 60px;
    box-shadow: 8px 0 24px rgba(54, 127, 232, 0.25);
  }
  .main59 .main59-con .left dl .dd-box dd.active::before {
    left: 30px;
    background: #ffffff url(/uploads/image/oimages/icon34.png) no-repeat center center / 12px auto;
    border-color: #fff;
  }
  .main59 .main59-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main59 .main59-con .right .con-box a {
    line-height: 40px;
    border: 1px solid #f2f3f7;
    background: url(/uploads/image/oimages/icon38_1.png) no-repeat right 10px bottom 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .main59 .main59-con .right .con-box a:last-child {
    margin-bottom: 0;
  }
  .main59 .main59-con .right .con-box a .list:nth-child(1) {
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    background: #eee;
  }
  .main59 .main59-con .right .con-box a .list:nth-child(2) {
    min-width: 100%;
    font-size: 14px;
    background: url(/uploads/image/oimages/icon36_1.png) no-repeat 10px center / 16px auto;
    padding-left: 40px;
  }
  .main59 .main59-con .right .con-box a .list:nth-child(3) {
    min-width: 100%;
    font-size: 14px;
    background: url(/uploads/image/oimages/icon37_1.png) no-repeat 10px center / 16px auto;
    padding-left: 40px;
    margin-left: 0;
  }
  .main60 {
    padding: 30px 0;
  }
  .main60 .main60-1 ul {
    margin: 0 -5px;
  }
  .main60 .main60-1 ul li {
    padding: 0 5px;
  }
  .main60 .main60-1 ul li .con {
    height: 40px;
    border-radius: 10px;
    padding: 0 30px 0 10px;
  }
  .main60 .main60-1 ul li .con::before {
    right: 10px;
  }
  .main60 .main60-1 ul li .con p {
    width: 80px;
    font-size: 14px;
  }
  .main60 .main60-1 ul li .con h5 {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  .main60 .main60-1 ul li .con dl {
    border-radius: 10px;
  }
  .main60 .main60-1 ul li .con dl dd {
    line-height: 40px;
    font-size: 14px;
    border-radius: 10px;
  }
  .main60 .main60-2 {
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
  }
  .main60 .main60-2 a {
    line-height: 40px;
    background: url(/uploads/image/oimages/icon39_1.png) no-repeat right 10px center / 16px auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main60 .main60-2 a:last-child {
    margin-bottom: 0;
  }
  .main60 .main60-2 a .list::before {
    height: 14px;
  }
  .main60 .main60-2 a .list:nth-child(1) {
    width: 150px;
    font-size: 14px;
    padding-left: 10px;
  }
  .main60 .main60-2 a .list:nth-child(2),
  .main60 .main60-2 a .list:nth-child(3) {
    width: 60px;
  }
  .main60 .main60-2 a .list:nth-child(4) {
    width: 120px;
  }
  .main60 .main60-2 a .list:nth-child(5) {
    width: 180px;
  }
  .main61 {
    margin: 30px 0;
  }
  .main61 .main61-1 {
    width: 100%;
    padding: 0 15px;
    float: none !important;
  }
  .main61 .main61-1 .title {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .main61 .main61-1 ul li a {
    font-size: 14px;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 0;
    border-top: 1px dashed #eee;
  }
  .main61 .main61-1 ul li:last-child a {
    margin-bottom: 0;
  }
  .main61 .main61-2 {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .main61 .main61-2 .title h5 {
    font-size: 20px;
  }
  .main61 .main61-2 .title .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .main61 .main61-2 .title a {
    width: 100px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main61 .main61-2 .title a:hover {
    background: #114a9c;
  }
  .main61 .main61-2 .con {
    margin-top: 30px;
    padding-top: 30px;
  }
  .main61 .main61-2 .con .bt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main61 .main61-2 .con dl dt {
    font-size: 16px;
    line-height: 20px;
    border-left: 4px solid #367fe8;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .main61 .main61-2 .con dl dd {
    font-size: 14px;
    line-height: 2;
    padding-left: 19px;
  }
  .main61 .main61-2 .con dl {
    margin-bottom: 30px;
  }
  .main61 .main61-2 .con dl:last-child {
    margin-bottom: 0;
  }
  .main61 .main61-2 .apply {
    width: 120px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 30px;
  }
  .main62 {
    margin: 30px auto;
    display: block;
  }
  .main62 .right {
    width: 100%;
    padding: 30px;
  }
  .main62 .right form ul {
    margin: 0 -10px;
  }
  .main62 .right form ul li {
    padding: 0 10px;
  }
  .main62 .right form ul li .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main62 .right form ul li .box {
    margin-bottom: 20px;
  }
  .main62 .right form ul li .box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main62 .right form ul li .box input {
    height: 45px;
    padding: 0 10px 0 40px;
  }
  .main62 .right form ul li .box-1 input {
    background: url(/uploads/image/oimages/icon40_1.png) no-repeat 10px center / 18px auto;
  }
  .main62 .right form ul li .box-2 input {
    background: url(/uploads/image/oimages/icon40_2.png) no-repeat 10px center / 20px auto;
  }
  .main62 .right form ul li .box-3 input {
    background: url(/uploads/image/oimages/icon40_3.png) no-repeat 10px center / 20px auto;
  }
  .main62 .right form ul li .box-4 input {
    background: url(/uploads/image/oimages/icon40_4.png) no-repeat 10px center / 18px auto;
  }
  .main62 .right form ul li .box-5 input {
    background: url(/uploads/image/oimages/icon40_5.png) no-repeat 10px center / 20px auto;
  }
  .main62 .right form ul li .box-8 input {
    padding: 0 10px;
  }
  .main62 .right form ul li .box-7 .yzm {
    height: 45px;
  }
  .main62 .right form ul li .box-7 .yzm a {
    width: 110px;
  }
  .main62 .right form ul li .box-7 .yzm input {
    padding: 0 120px 0 10px;
  }
  .main62 .right form ul li .box-6 dl {
    margin: 0 -5px;
  }
  .main62 .right form ul li .box-6 dl dd {
    padding: 0 5px;
  }
  .main62 .right form ul li .box-6 dl dd select {
    height: 45px;
    padding-left: 10px;
  }
  .main62 .right form button {
    width: 300px;
    height: 45px;
    border-radius: 50px;
    font-size: 18px;
    margin: 20px auto;
  }
  .main62 .right form .text1 {
    font-size: 14px;
  }
  .nav3 {
    padding: 0;
    border-left: none;
    border-right: none;
  }
  .nav3 ul li a {
    font-size: 16px;
    line-height: 50px;
  }
  .main63 {
    margin: 30px auto;
  }
  .main63 ul {
    margin: 0 -5px;
  }
  .main63 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main63 .more {
    width: 160px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 50px;
    margin: 20px auto 0;
  }
  .news19 {
    padding: 10px 10px 0;
  }
  .news19 .text-box {
    padding: 10px 0;
  }
  .news19 .text-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .news19 .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main64 {
    margin: 0;
    padding: 30px 0;
  }
  .main64 .bg {
    height: 70%;
    top: auto;
    bottom: 0;
  }
  .main64 .bg::before {
    content: "";
    width: 15.13622603rem;
    height: 15.13622603rem;
    background: #367fe8;
    border-radius: 50%;
    position: absolute;
    bottom: 0.33299697rem;
    left: -6.23612513rem;
  }
  .main64 .main64-1 {
    padding: 30px;
    border-radius: 10px;
  }
  .main64 .main64-1 .text {
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0;
  }
  .main64 .main64-1 .more a {
    width: 150px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
    margin: 0 10px;
  }
  .main64 .main64-2 {
    margin-top: 50px;
  }
  .main64 .main64-2 .title1-box {
    margin-bottom: 30px;
  }
  .main64 .main64-2 .title1-box .but-box .but {
    width: 50px;
    height: 50px;
    background: url(/uploads/image/oimages/icon2.png) no-repeat center center / 12px auto;
  }
  .main64 .main64-2 .title1-box .but-box .but-prev {
    margin-right: 20px;
  }
  .main64 .main64-2 .swiper {
    margin: 0 -5px;
  }
  .main64 .main64-2 .swiper .swiper-slide {
    padding: 5px;
  }
  .news20 {
    border-radius: 10px;
    padding: 20px;
  }
  .news20 img {
    height: 40px;
  }
  .news20 h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 10px;
  }
  .news20 .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .news20:hover h5 {
    color: #367fe8;
  }
  .main65 {
    margin: 30px 0;
  }
  .main65 ul {
    margin: 0 -10px;
  }
  .main65 ul li {
    padding: 0 10px;
  }
  .main65 ul li::before {
    content: "";
    width: 150px;
    height: 30px;
    top: 40px;
  }
  .main65 ul li:nth-child(even) {
    padding-top: 30px;
  }
  .main65 ul li img {
    height: 100px;
    position: relative;
    left: -22px;
  }
  .main65 ul li h5 {
    font-size: 16px;
    margin-top: -20px;
  }
  .main65 ul li .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main65 .more,
  .main67 .more {
    width: 150px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
    margin: 30px auto 0;
  }
  #page {
    margin-top: 30px;
    line-height: 0.40363269rem;
  }
  #page button {
    width: 0.45408678rem;
    height: 0.40363269rem;
    font-size: 0.16145308rem;
    margin: 0 0.05045409rem;
  }
  #page #firstpage,
  #page #lastpage,
  #page #nextpage,
  #page #prepage {
    width: 0.90817356rem;
    font-size: 0.16145308rem;
  }
  #page #firstpage:active,
  #page #lastpage:active,
  #page #nextpage:active,
  #page #prepage:active {
    background-color: #367fe8;
    border-color: #367fe8;
    color: #fff;
  }
  #page.page_div_2 {
    margin-top: 20px;
  }
  .news4 .imgbox {
    border-color: #fff;
    box-shadow: 0 0 0.18163471rem rgba(0, 0, 0, 0.1);
  }
  .news4 .imgbox img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .news4 h5 {
    color: #333;
  }
  .main1 {
    padding: 50px 0;
  }
  .main2,
  .main3,
  .main5,
  .main6 {
    padding: 0 0 50px;
  }
  .main4 {
    padding: 0 0 30px;
  }
  .main4 .main4-con ul li .text-box::before {
    width: 4.03632694rem;
    height: 4.03632694rem;
  }
  .main16-box-3 .main16 {
    margin: 30px 0;
  }
  .main16-box-4 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-5 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-6 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-7 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-8 .main16 {
    margin: 30px 0;
  }
  .main16-box-9 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-10 .main16 {
    margin: 30px 0 0;
  }
  .main16-box-11 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-12 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-13 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-14 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-15 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-16 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-17 .main16 {
    margin: 30px 0;
  }
  .main16-box-18 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-19 .main16 {
    margin: 0 0 30px;
  }
  .main16-box-20 .main16 {
    margin: 0 0 30px;
  }
  .main68 {
    padding: 30px 0;
  }
  .main68 .main68-box {
    padding: 20px 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main68 .main68-box .main68-1 .swiper a {
    margin: 0 30px;
  }
  .main68 .main68-box .main68-1 .swiper a img {
    height: 50px;
  }
  .main68 .main68-box .main68-1 .swiper a h5 {
    font-size: 16px;
    padding: 10px 0 20px;
  }
  .main68 .main68-box .main68-2 {
    margin-top: 30px;
  }
  .main68 .main68-box .main68-2 ul {
    padding: 0;
    margin: 0 -10px;
  }
  .main68 .main68-box .main68-2 ul li {
    padding: 0 10px 20px;
  }
  .main68 .main68-box .main68-2 ul li .con {
    padding: 10px;
  }
  .main68 .main68-box .main68-2 ul li .con img {
    width: 120px;
    height: 120px;
  }
  .main68 .main68-box .main68-2 ul li .con .text-box {
    width: calc(100% - 120px);
    height: 120px;
    padding-left: 20px;
  }
  .main68 .main68-box .main68-2 ul li .con .text-box h5 {
    font-size: 18px;
  }
  .main68 .main68-box .main68-2 ul li .con .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main68 .main16 {
    margin: 50px 0 0;
  }
  .main69 .title {
    padding: 30px 0 20px;
  }
  .main69 .title h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .main69 .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main69 .con {
    font-size: 14px;
    color: #777;
    line-height: 2;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 30px 0;
  }
  .main69 .con h5 {
    font-size: 18px;
    margin: 20px 0;
  }
  .main69 .con img {
    margin: 20px 0;
  }
  .main70 {
    padding: 30px 0 50px;
  }
  .main70 ul li {
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
    white-space: normal;
  }
  .main70 ul li a {
    font-size: 14px;
    line-height: 25px;
  }
  .main70 ul li:last-child {
    text-align: left;
  }
  .nav5 {
    padding: 20px 0;
  }
  .nav5 img {
    top: -2px;
    margin-right: 10px;
    height: 17px;
  }
  .main20 .main20-1 .roll-box {
    height: auto;
    overflow: initial;
  }
  .main20 .main20-1 ul li:nth-child(2) {
    padding-top: 0;
  }
  .main20 .main20-1 ul li:nth-child(2) ~ li:nth-child(odd) .news9 {
    top: 0;
  }
  .main34 .swiper {
    padding-bottom: 20px;
  }
  .main34 .swiper-pagination {
    width: 100%;
    bottom: 0;
  }
  .main34 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #367ee8;
  }
  .news22 .imgbox {
    width: 100%;
    height: 4.84359233rem;
  }
  .news22 .text-box {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .news22 .text-box h5 {
    font-size: 18px;
    line-height: 30px;
    height: auto;
  }
  .news22 .text-box .text {
    font-size: 14px;
    margin: 10px 0 15px;
    line-height: 26px;
    height: auto;
  }
  .news22 .text-box .more {
    width: 120px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main69 .con .download {
    width: 140px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  .main69 .con .download i {
    font-size: 16px;
  }
  .main20 .main20-1 .mcsb_inside &gt; .mcsb_container {
    padding: 0;
  }
  .main2 .main2-con .bg1 {
    width: 9.68718466rem;
    height: 440px;
    right: -40px;
    top: -30px;
    opacity: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .main2 .main2-con .bg1::before {
    width: 13.11806256rem;
    height: 13.11806256rem;
    right: -8.66801211rem;
    bottom: -0.27245207rem;
  }
  .main2 .more1,
  .main3 .more1 {
    position: relative;
    z-index: 100;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .main2 .title1 {
    margin-bottom: 60px;
  }
  .main3 .main3-con .bg1 {
    width: 9.68718466rem;
    height: 260px;
    left: -40px;
    top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 1;
  }
  .main3 .main3-con .bg1::before {
    width: 15.13622603rem;
    height: 15.13622603rem;
    right: 2.69424823rem;
    bottom: -0.27245207rem;
    opacity: 1;
  }
  .main3 .main3-con .con1 {
    justify-content: center;
    padding: 0;
  }
  .main3 .main3-con .con1 h5 {
    text-align: center;
    font-size: 0.36326942rem;
  }
  .main10 .main10-1 {
    font-size: 14px;
  }
  .banner2-3 {
    text-align: center;
    padding-left: 0;
  }
  .main23 .main23-1 {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .main72 {
    padding: 30px 0 50px;
  }
  .main72 .title {
    margin-bottom: 30px;
  }
  .main72 .title h5 {
    font-size: 25px;
  }
  .main72 .title .select {
    width: 180px;
    height: 40px;
    padding: 0 10px;
  }
  .main72 .title .select p {
    font-size: 14px;
  }
  .main72 .title .select i {
    font-size: 12px;
  }
  .main72 .title .select ul {
    padding: 10px 0;
  }
  .main72 .title .select ul li {
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .main72 .main72-con .list {
    padding: 30px 0 10px;
  }
  .main72 .main72-con .list .left {
    width: 100px;
    font-size: 30px;
  }
  .main72 .main72-con .list .right {
    width: calc(100% - 100px);
  }
  .main72 .main72-con .list .right ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main72 .main72-con .list .right ul li a .imgbox {
    height: auto;
  }
  .main72 .main72-con .list .right ul li a h5 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .main4 .title1 {
    margin-bottom: 50px;
  }
  .banner2 {
    padding: 100px 0 60px;
  }
  .banner2 h5 {
    font-size: 25px;
  }
  .main8 ul li {
    width: 50%;
  }
  .main10 .main10-3 {
    display: block;
    text-align: center;
  }
  .main10 .main10-3 .text-box {
    margin-bottom: 20px;
  }
  .news9 {
    height: 200px;
  }
  .news9 img {
    width: 60px;
  }
  .news9 h5 {
    font-size: 16px;
  }
  .main23 .main23-1 ul li {
    width: 100%;
  }
  .main23 .main23-1 ul li .con,
  .main23 .main23-1 .swiper-slide .con {
    height: auto;
    padding: 20px;
  }
  .main24 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main24 .more {
    margin-top: 10px;
  }
  .main25 ul li {
    width: 100%;
  }
  .main26 {
    padding-bottom: 0;
  }
  .main26 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .main26 ul li::before {
    display: none;
  }
  .main26 ul li img {
    height: 70px;
  }
  .main27 ul li {
    width: 50%;
  }
  .main33 .main33-right {
    width: 100%;
    padding: 30px 0;
  }
  .main35 .news14-box ul li {
    width: 50%;
  }
  .news14 .text-box {
    padding: 10px;
  }
  .main37 .news15-box ul li {
    width: 50%;
  }
  .news15 .text-box {
    padding: 10px;
  }
  .main43 ul li {
    width: 100%;
  }
  .main45 ul li {
    width: 100%;
  }
  .main45 ul li dl .dd-box dd a {
    height: auto;
    padding: 20px 0 20px 30px;
  }
  .main46 .main46-right .main46-right-bottom .con3 {
    display: block;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing {
    margin-top: 20px;
  }
  .main46 .main46-right .main46-right-bottom .con4 .bt {
    float: none !important;
  }
  .main46 .main46-right .main46-right-bottom .con4 dl {
    margin: 10px 0 0 0;
  }
  .main47 form {
    padding: 20px 10px;
  }
  .main47 form ul li {
    width: 100%;
  }
  .main47 form ul li .box.file .con input[type="text"] {
    width: calc(100% - 110px);
  }
  .main47 form ul li .box.file .con .uploading {
    width: 100px;
  }
  .main48 ul li a {
    padding: 0 0 0 110px;
  }
  .main48 ul li a .but {
    width: 90px;
    line-height: 30px;
    font-size: 12px;
  }
  .main48 ul li a .but.more {
    display: none;
  }
  .main50 {
    height: auto;
    padding: 30px 10px;
    display: block;
    text-align: center;
  }
  .main50 img {
    width: 80px;
    top: 0;
  }
  .main50 h5 {
    font-size: 16px;
    line-height: 30px;
    margin-left: 0;
  }
  .main51 ul li {
    width: 100%;
  }
  .main51 ul li .con {
    height: auto;
    padding: 30px 15px;
  }
  .main53 .main53-con .imgbox .info {
    position: inherit;
  }
  .main54 ul li {
    width: 50%;
  }
  .news17 .text-box {
    padding: 10px 0;
  }
  .news17 .text-box h5 {
    font-size: 16px;
  }
  .news17 .text-box .text {
    margin-top: 0;
  }
  .news17 .mask .img {
    display: none;
  }
  .news17 .mask .text-box {
    padding-top: 0;
  }
  .main60 .main60-1 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .main60 .main60-2 {
    margin-top: 10px;
  }
  .main60 .main60-2 a {
    display: block;
    text-align: left;
    background-position: right 10px bottom 15px;
  }
  .main60 .main60-2 a .list {
    width: auto !important;
    padding-left: 10px;
  }
  .main60 .main60-2 a .list:first-child {
    background: #eee;
  }
  .main60 .main60-2 a .list::before {
    display: none;
  }
  .main62 .right form ul li {
    width: 100%;
  }
  .main62 .right form ul li:last-child {
    margin-top: 30px;
  }
  .main62 .right form button {
    width: 100%;
    margin-top: 10px;
  }
  .main62 .right {
    padding: 20px 10px;
  }
  .main63 ul li {
    width: 50%;
  }
  .news19 {
    padding: 5px 5px 0;
  }
  .main64 .main64-1 {
    padding: 20px 10px;
  }
  .main64 .main64-1 .more a {
    width: 140px;
    margin: 0 5px;
  }
  .main65 ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .main65 ul li:nth-child(even) {
    padding-top: 0;
  }
  .main65 ul li::before {
    display: none;
  }
  .main65 ul li img {
    left: 0;
  }
  .main65 ul li .text {
    overflow: auto;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
  }
  .main46 .main46-right .main46-right-bottom .con3 .xing b:first-child {
    margin-left: 0;
  }
  #page {
    line-height: 30px;
    position: relative;
    padding-bottom: 40px;
  }
  #page button {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 2px;
  }
  #page #firstpage,
  #page #lastpage,
  #page #nextpage,
  #page #prepage {
    width: 60px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #page #firstpage {
    transform: translatex(-127px);
  }
  #page #prepage {
    transform: translatex(-62px);
  }
  #page #lastpage {
    transform: translatex(2px);
  }
  #page #nextpage {
    transform: translatex(67px);
  }
  .main1 ul li {
    width: 50%;
  }
  .main1 ul li:last-child {
    border-top: 1px solid #fff;
  }
  .news3 .imgbox {
    width: 120px;
    height: 90px;
  }
  .news3 .text-box {
    margin-left: 120px;
    padding: 5px 10px 0 10px;
  }
  .news3 .text-box h5 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .news3 .text-box p {
    font-size: 12px;
  }
  .news3 .more {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
  }
  .news3-2 .imgbox {
    width: 100%;
    height: auto;
  }
  .news3-2 .text-box {
    margin-left: 0;
    padding: 10px;
  }
  .main4 .main4-con ul li .text-box::before {
    width: 800px;
    height: 800px;
  }
  .main16-box-2 .main16 {
    margin: 50px 0 0 0;
  }
  .main68 .main68-box .main68-2 ul li {
    width: 100%;
  }
  .main68 .main68-box .main68-1 .swiper a {
    margin: 0 15px;
  }
  .news22 .text-box {
    padding: 10px;
  }
  .news22 .text-box h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .main1 .move .swiper .swiper-slide {
    height: 280px;
  }
  .main1 .move .swiper .swiper-slide .con {
    height: 180px;
    padding-bottom: 80px;
    transition: all .3s;
  }
  .main1 .move .swiper .swiper-slide .con .top .title {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 80px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .main1 .move .swiper .swiper-slide .con .top dl {
    opacity: 0;
    transition: all .3s;
  }
  .main1 .move .swiper .swiper-slide .con .more {
    right: auto;
    left: 20px;
  }
  .main1 .move .swiper .swiper-slide-active .con {
    height: 280px;
  }
  .main1 .move .swiper .swiper-slide-active .con .top dl {
    opacity: 1;
  }
  .main1 .move .swiper .swiper-slide-active .con {
    background: #384cde;
    overflow: hidden;
  }
  .main1 .move .swiper .swiper-slide-active .con::before {
    display: none;
  }
  .main1 .move .swiper .swiper-slide-active .con .mask {
    transform: scale(1.1);
    opacity: 1;
    transition-delay: 0.3s;
  }
  .main1 .move .swiper .swiper-slide-active .con .mask::before {
    transition-delay: 0.3s;
    bottom: -0.1303781rem;
  }
  .main1 .move .swiper .swiper-slide-active .con .top {
    transition-delay: 0.3s;
    top: -0.26075619rem;
  }
  .main1 .move .swiper .swiper-slide-active .con .top .title {
    color: #fff;
  }
  .main1 .move .swiper .swiper-slide-active .con .top .icon .span-1,
  .main1 .move .swiper .swiper-slide-active .con .top .icon .span-2,
  .main1 .move .swiper .swiper-slide-active .con .top .icon .span-3 {
    background: #fff;
  }
  .main1 .move .swiper .swiper-slide-active .con .top .icon .span-3::before {
    background: #367ee8;
  }
  .main1 .move .swiper .swiper-slide-active.li-4 .con .top .icon .span-1 {
    background: none;
  }
  .main1 .move .swiper .swiper-slide-active.li-4 .con .top .icon .span-1 {
    border-bottom-color: #fff;
  }
  .main1 .move .swiper .swiper-slide-active.li-4 .con .top .icon .span-2::before {
    opacity: 1;
  }
  .main1 .move .swiper .swiper-slide-active .con .top dl {
    transition-delay: 0.3s;
    opacity: 1;
  }
  .main1 .move .swiper .swiper-slide-active .con .mask::before {
    width: 7.82268579rem;
    height: 7.82268579rem;
    bottom: 0.57366362rem;
    right: 2.75097784rem;
  }
  .main1 .move .swiper .swiper-slide .con .top dl dd a {
    color: #fff;
  }
  .main1 .move .swiper .swiper-slide .con .top dl dd a::before {
    background: #fff;
  }
  .main4 .main4-con {
    overflow-x: auto;
  }
  .main4 .main4-con .map {
    height: 10.16949153rem;
  }
  .main4 .main4-con ul li:nth-child(1) {
    top: 1.12125163rem;
    left: 4.589309rem;
  }
  .main4 .main4-con ul li:nth-child(2) {
    top: 5.18904824rem;
    left: 7.41851369rem;
  }
  .main4 .main4-con ul li:nth-child(3) {
    top: 3.14211213rem;
    left: 12.39895698rem;
  }
  .main4 .main4-con ul li:nth-child(4) {
    top: 1.44719687rem;
    left: 16.81877445rem;
  }
  .main4 .main4-con ul li img {
    width: 1.43415906rem;
    height: 1.12125163rem;
    margin-top: 0.39113429rem;
  }
  .main4 .main4-con ul li .text-box {
    border-radius: 0.1303781rem;
    padding: 0.26075619rem;
    box-shadow: 0 0 0.78226858rem rgba(0, 0, 0, 0.1);
  }
  .main4 .main4-con ul li .text-box::before {
    width: 10.43024772rem;
    height: 10.43024772rem;
  }
  .main4 .main4-con ul li .text-box h5 {
    font-size: 0.26075619rem;
  }
  .main4 .main4-con ul li .text-box .bottom {
    margin-top: 0.26075619rem;
  }
  .main4 .main4-con ul li .text-box .bottom p {
    font-size: 0.31290743rem;
    margin-left: 0.23468057rem;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .main4 .main4-con ul li .text-box .bottom p span {
    font-size: 0.18252934rem;
  }
  .main4 .main4-con ul li .text-box .bottom .yuan {
    width: 0.52151239rem;
    height: 0.52151239rem;
  }
  .main4 .main4-con ul li .text-box .bottom .yuan .wrapper {
    width: 0.26075619rem;
    height: 0.52151239rem;
  }
  .main4 .main4-con ul li .text-box .bottom .yuan .circleprogress {
    width: 0.52151239rem;
    height: 0.52151239rem;
    border: 0.05215124rem solid #367ee8;
  }
  .main4 .main4-con ul li .text-box .bottom .yuan .rightcircle {
    border-top: 0.05215124rem solid #d7e5fa;
    border-right: 0.05215124rem solid #d7e5fa;
  }
  .main4 .main4-con ul li .text-box .bottom .yuan .leftcircle {
    border-bottom: 0.05215124rem solid #d7e5fa;
    border-left: 0.05215124rem solid #d7e5fa;
  }
  .main1 .move .swiper .swiper-slide .con .bg::before {
    background: rgba(0, 0, 0, 0.1);
  }
  .main24 .swiper {
    padding: 0 20px 30px;
  }
  .main72 {
    padding-bottom: 10px;
  }
  .main72 .title h5 {
    font-size: 20px;
  }
  .main72 .main72-con .list .left {
    font-size: 20px;
    width: 70px;
  }
  .main72 .main72-con .list .right {
    width: calc(100% - 70px);
  }
  .main72 .main72-con .list .right ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main72 .main72-con .list .right ul li a .imgbox {
    height: auto;
  }
  .main72 .main72-con .list .right ul li a h5 {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .banner .con1 h5 {
    font-size: 0.96rem;
  }
  .banner .con1 h6 {
    font-size: 0.4rem;
    margin: 0.4rem 0 0.8rem;
  }
  .banner .con1 .more {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
  }
  .main1-2 .title1 {
    font-size: 0.64rem;
  }
  .main2 .title1 {
    font-size: 0.72rem;
  }
  .nav1 ul li a {
    font-size: 0.4rem;
    margin: 0 0.26666667rem;
  }
  .nav1 ul li a::before {
    width: 0.4rem;
    height: 2px;
    bottom: -0.2rem;
  }
  .main3 .title1 {
    font-size: 0.64rem;
  }
  .main3 .title1 span {
    display: block;
  }
  .main3 .main3-con .con1 h5 {
    font-size: 0.48rem;
  }
  .main2 .title1 b {
    display: block;
  }
  .main4 .title1 {
    font-size: 0.64rem;
  }
  .main4 .title1 b {
    display: block;
  }
  .main5 .title1 {
    font-size: 0.72rem;
  }
  .news3 .imgbox {
    width: 4.26666667rem;
    height: 2.4rem;
  }
  .news3 .text-box {
    margin-left: 4.26666667rem;
    padding: 0.34666667rem 0.53333333rem 0 0.53333333rem;
  }
  .news3 .text-box h5 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 0.96rem;
    overflow: hidden;
  }
  .news3 .text-box p {
    font-size: 0.26666667rem;
    margin-top: 0.4rem;
  }
  .news3 .more {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.4rem;
    right: 0.53333333rem;
  }
  .news3-2 .imgbox {
    width: 100%;
    height: 4rem;
  }
  .news3-2 .text-box {
    padding: 0.4rem 0.53333333rem;
    margin-left: 0;
  }
  .main6 .title1 {
    font-size: 0.64rem;
  }
  .main6 .title1 b {
    display: block;
  }
  .news4 h5 {
    font-size: 0.26666667rem;
    color: #aaa;
  }
  .news4 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .main6-1 .swiper-slide-active   .swiper-slide .news4 {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .main6-1 .swiper-slide-active   .swiper-slide .news4 h5 {
    color: #333;
  }
  .footer .footer-2 {
    line-height: 2;
  }
  .footer .footer-2 a {
    display: block;
  }
}
@media (max-width: 479px) {
  .ydd_btn {
    width: 30px;
    top: 20px;
  }
  .ydd_btn span {
    height: 3px;
  }
  .ydd_btn span.span02 {
    margin: 3px 0;
  }
  .ydd_btn.click span.span02 {
    margin: 5px 0;
  }
  .main27 ul li {
    width: 100%;
  }
  .main33 .main33-right dl .dd-box dd {
    width: 100%;
  }
  .main41 .main41-1 dl dd {
    width: 90%;
    font-size: 14px;
  }
  .main41 .main41-2 .list .con img {
    width: 60px;
  }
  .main41 .main41-2 .list .con .text {
    margin: -30px 0 0 10px;
  }
  .main41 .main41-2 .list .con .text h5 {
    font-size: 16px;
  }
  .main41 .main41-2 .list .con .text p {
    font-size: 14px;
  }
  .main44 form {
    padding: 30px 10px;
  }
  .main47 form button {
    width: 100%;
  }
  .main1 .move .swiper .swiper-slide-active .con .mask::before {
    width: 12.52609603rem;
    height: 12.52609603rem;
    bottom: 0.91858038rem;
    right: 4.40501044rem;
  }
  .main3 .main3-con .bg1 {
    height: 210px;
  }
  .main4 .main4-con ul li .text-box h5 {
    font-size: 0.37578288rem;
  }
  .main4 .main4-con ul li .text-box .bottom p {
    font-size: 0.41753653rem;
    margin-left: 0.37578288rem;
  }
  .main4 .main4-con ul li .text-box::before {
    width: 20.87682672rem;
    height: 20.87682672rem;
  }
  .main33 .main33-right dl .dd-box dd a p {
    height: auto;
    line-height: 2;
  }
}
</pre></body></html>