@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  padding-top: 100px;
}
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;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container_box {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
.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;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #5271c9 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: #dcdcdc;
  border-radius: 0;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #333;
  font-size: 20px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 43px;
  font-size: 18px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #02035e;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-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;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-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;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
.banner {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 7px;
  border-radius: 7px;
  background-color: #9eabb6;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background-color: #02035e;
}
.banner2 {
  position: relative;
}
.banner2 .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .con .title {
  color: #fff;
  text-align: center;
  margin-top: -80px;
}
.banner2 .con .title p {
  font-size: 18px;
  line-height: 1;
}
.banner2 .con .title h5 {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
}
.banner2.banner2_2 .con .title {
  margin-top: 0;
}
.nav1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.nav1 .container_box {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav1 .container_box .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav1 .container_box .logo a img {
  max-width: 150px;
  max-height: 80%;
}
.nav1 .container_box ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
  position: relative;
}
.nav1 .container_box ul li {
  height: 100%;
  margin-left: 60px;
  position: relative;
}
.nav1 .container_box ul li::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) rotate(30deg);
}
.nav1 .container_box ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #333;
  transition: all .3s;
  position: relative;
}
.nav1 .container_box ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #02035e;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.nav1 .container_box ul li a.active {
  color: #02035e;
}
.nav1 .container_box ul li a.active::before {
  opacity: 1;
}
.nav1 .container_box ul li dl {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  min-width: 120px;
  transform: translateX(-50%);
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background-color: #ffffff;
  display: none;
}
.nav1 .container_box ul li dl dd a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  color: #666;
  line-height: 20px;
}
.nav1 .container_box ul li dl dd a:hover {
  color: #02035e;
}
.nav1 .container_box ul li:hover dl {
  display: block;
}
.nav1 .container_box ul li:last-child::before {
  display: none;
}
.nav1 .container_box .language {
  margin-left: 40px;
}
.nav1 .container_box .language dl {
  display: flex;
  align-items: center;
}
.nav1 .container_box .language dl dd {
  line-height: 1;
}
.nav1 .container_box .language dl dd a {
  font-size: 16px;
  color: #666;
}
.nav1 .container_box .language dl dd a.active {
  color: #02035e;
}
.nav1 .container_box .language dl dd:nth-child(1) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.nav1.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.nav2 .swiper-slide {
  width: auto;
}
.nav2 .swiper-slide a {
  display: block;
  min-width: 360px;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.nav2 .swiper-slide a img {
  width: auto;
  height: 40px;
  margin-right: 30px;
}
.nav2 .swiper-slide:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nav2 .swiper-slide.active a {
  background-color: #0d0f5e;
}
.title1 {
  display: flex;
}
.title1 .con {
  text-align: right;
}
.title1 .con p {
  font-size: 18px;
  color: #02035e;
  line-height: 1;
  position: relative;
}
.title1 .con p::before {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #02035e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.title1 .con h5 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  margin-top: 15px;
}
.title2 {
  font-size: 30px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.title3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 90px;
}
.title4 {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.title4 h5 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.title4 p {
  font-size: 60px;
  color: #f4f3f3;
  line-height: 1;
}
.main1 ul {
  display: flex;
  flex-wrap: wrap;
}
.main1 ul li {
  width: 50%;
  height: 534px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 40px;
}
.main1 ul li .title1 {
  max-width: 735px;
  margin-left: auto;
  margin-top: 90px;
  padding-left: 15px;
}
.main1 ul li .imgbox {
  width: 100%;
  height: 100%;
  display: flex;
}
.main1 ul li .imgbox img {
  max-width: 80%;
  max-height: 100%;
  margin: auto 0 auto auto;
}
.main1 ul li .title h5 {
  font-size: 24px;
  color: #000;
}
.main1 ul li .title a {
  display: block;
  width: 134px;
  line-height: 44px;
  border: 1px solid #02035e;
  padding-left: 17px;
  font-size: 16px;
  color: #02035e;
  background: url(../images/icon1.png) no-repeat right 22px center / 27px auto;
  margin-top: 50px;
  transition: all .3s;
}
.main1 ul li .title a:hover {
  background-image: url(../images/icon1_h.png);
  background-color: #02035e;
  color: #fff;
}
.main1 ul li:first-child {
  padding: 0;
}
.main1 ul li:nth-child(2) {
  display: flex;
}
.main1 ul li:nth-child(2) .item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main1 ul li:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main1 ul li:nth-child(3) .imgbox {
  height: 260px;
  width: 100%;
}
.main1 ul li:nth-child(3) .imgbox img {
  margin: auto;
}
.main1 ul li:nth-child(3) .title {
  margin-top: 30px;
}
.main1 ul li:nth-child(3) .title a {
  margin: 50px auto 0;
}
.main1 ul li:nth-child(4) {
  display: flex;
  padding: 0;
}
.main1 ul li:nth-child(4) .item {
  width: 50%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main1 ul li:nth-child(4) .item .imgbox {
  height: 200px;
  width: 100%;
}
.main1 ul li:nth-child(4) .item .imgbox img {
  margin: auto;
}
.main1 ul li:nth-child(4) .item .title {
  margin-top: 50px;
}
.main1 ul li:nth-child(4) .item:nth-child(1) {
  border-right: 1px solid #e9e9e9;
}
.main1 ul li:nth-child(2n+1) {
  border-right: 1px solid #e9e9e9;
}
.main2 {
  display: flex;
}
.main2 .main2_left {
  flex: 1;
}
.main2 .main2_left .title1 {
  max-width: 735px;
  margin: 150px 0 130px auto;
  padding-left: 15px;
}
.main2 .main2_left .nav ul li {
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
  overflow: hidden;
}
.main2 .main2_left .nav ul li a {
  display: block;
  max-width: 735px;
  font-size: 20px;
  color: #333;
  height: 97px;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 120px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 30px auto;
  position: relative;
}
.main2 .main2_left .nav ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 80px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main2 .main2_left .nav ul li:nth-child( 7) a {
  background-image: url("../images/icon2_7.png");
}
.main2 .main2_left .nav ul li:nth-child( 7) a::before {
  background-image: url("../images/icon2_7_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 6) a {
  background-image: url("../images/icon2_6.png");
}
.main2 .main2_left .nav ul li:nth-child( 6) a::before {
  background-image: url("../images/icon2_6_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 5) a {
  background-image: url("../images/icon2_5.png");
}
.main2 .main2_left .nav ul li:nth-child( 5) a::before {
  background-image: url("../images/icon2_5_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 4) a {
  background-image: url("../images/icon2_4.png");
}
.main2 .main2_left .nav ul li:nth-child( 4) a::before {
  background-image: url("../images/icon2_4_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 3) a {
  background-image: url("../images/icon2_3.png");
}
.main2 .main2_left .nav ul li:nth-child( 3) a::before {
  background-image: url("../images/icon2_3_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 2) a {
  background-image: url("../images/icon2_2.png");
}
.main2 .main2_left .nav ul li:nth-child( 2) a::before {
  background-image: url("../images/icon2_2_h.png");
}
.main2 .main2_left .nav ul li:nth-child( 1) a {
  background-image: url("../images/icon2_1.png");
}
.main2 .main2_left .nav ul li:nth-child( 1) a::before {
  background-image: url("../images/icon2_1_h.png");
}
.main2 .main2_left .nav ul li:last-child {
  border-bottom: none;
}
.main2 .main2_left .nav ul li.active {
  background-color: #02035e;
}
.main2 .main2_left .nav ul li.active a {
  color: #fff;
}
.main2 .main2_left .nav ul li.active a::before {
  opacity: .4;
}
.main2 .main2_right {
  flex: 1;
  position: relative;
}
.main2 .main2_right .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main2 .main2_right .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.main2 .main2_right .con {
  position: relative;
  padding: 150px 15px 0 180px;
}
.main2 .main2_right .con h5 {
  font-size: 40px;
  color: #fff;
}
.main2 .main2_right .con .text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 40px 0 50px;
}
.main2 .main2_right .con a {
  display: block;
  width: 134px;
  line-height: 44px;
  border: 1px solid #fff;
  padding-left: 17px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon1_h.png) no-repeat right 22px center / 27px auto;
  transition: all .3s;
}
.main2 .main2_right .con a:hover {
  background-image: url(../images/icon1.png);
  background-color: #fff;
  color: #02035e;
}
.main3 {
  padding: 100px 0;
}
.main3 .main3_con {
  margin-top: 80px;
}
.main3 .main3_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main3 .main3_con ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main3 .main3_con ul li:nth-child(2) {
  width: 50%;
}
.news1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.news1 .img {
  height: 316px;
  transition: all .3s;
}
.news1 h5 {
  width: 100%;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.news1:hover .img {
  transform: scale(1.1);
}
.news2 {
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
.news2 .imgbox {
  height: 316px;
  overflow: hidden;
}
.news2 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news2 h5 {
  font-size: 22px;
  color: #333;
  line-height: 75px;
  background: url(../images/icon6.png) no-repeat right center / 22px auto;
  padding-right: 40px;
}
.news2:hover .imgbox .img {
  transform: scale(1.1);
}
.news2:hover h5 {
  color: #02035e;
}
.news3 {
  display: flex;
}
.news3 .imgbox {
  width: 700px;
  height: 394px;
  overflow: hidden;
}
.news3 .imgbox .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news3 .text_box {
  width: calc(100% - 700px);
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.news3 .text_box h5 {
  font-size: 26px;
  color: #000;
  padding-bottom: 30px;
  position: relative;
}
.news3 .text_box h5::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news3 .text_box .text {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.news3 .text_box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.news3 .text_box .bottom .date {
  font-size: 18px;
  color: #666;
  background: url(../images/icon8.png) no-repeat 0 center / 16px auto;
  padding-left: 30px;
}
.news3 .text_box .bottom .more {
  display: block;
  width: 134px;
  line-height: 44px;
  border: 1px solid #02035e;
  padding-left: 17px;
  font-size: 16px;
  color: #02035e;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 27px auto;
  transition: all .3s;
}
.news3:hover .imgbox .img {
  transform: scale(1.1);
}
.news3:hover .text_box h5 {
  color: #02035e;
}
.news3:hover .text_box .more {
  color: #fff;
  background-color: #02035e;
  background-image: url(../images/icon1_h.png);
}
.main4 {
  padding: 60px 0;
  background-color: #f6f6f6;
}
.main4 .title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 70px;
}
.main4 .main4_con ul {
  display: flex;
}
.main4 .main4_con ul li {
  text-align: center;
  width: 25%;
  padding: 0 40px;
  overflow: hidden;
}
.main4 .main4_con ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main4 .main4_con ul li .item .imgbox {
  position: relative;
}
.main4 .main4_con ul li .item .imgbox img {
  height: 108px;
  transition: all .5s;
}
.main4 .main4_con ul li .item .imgbox::before,
.main4 .main4_con ul li .item .imgbox::after {
  content: "";
  width: 1000%;
  height: 3px;
  background-color: #c1c1c1;
  position: absolute;
  top: 50%;
  left: 100%;
  background-image: url(../images/bg3.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 center;
}
.main4 .main4_con ul li .item .imgbox::after {
  left: auto;
  right: 100%;
}
.main4 .main4_con ul li .item h5 {
  width: 1000%;
  font-size: 22px;
  color: #000;
  margin: 25px 0;
  transition: all .3s;
}
.main4 .main4_con ul li .item .text_box {
  width: 100%;
  border-radius: 10px;
  background-color: #eeeef1;
  padding: 5px;
  height: 136px;
  display: flex;
  align-items: center;
}
.main4 .main4_con ul li .item .text_box .text {
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  max-height: 112px;
  overflow: auto;
  transition: all .3s;
}
.main4 .main4_con ul li:first-child .item .imgbox::after {
  display: none;
}
.main4 .main4_con ul li:last-child .item .imgbox::before {
  display: none;
}
.main5 {
  padding: 90px 0 70px;
}
.main5 .con img {
  width: 100%;
}
.main6 .con1 ul {
  display: flex;
  margin: 0 -15px;
}
.main6 .con1 ul li {
  flex: 1;
  padding: 0 15px;
}
.main6 .con1 ul li .text_box {
  position: relative;
}
.main6 .con1 ul li .text_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cef0f8;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #80d8ec;
}
.main6 .con1 ul li .text_box .text {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  position: relative;
  background-color: #fff;
  border: 2px solid #33bfdf;
  border-radius: 20px;
  height: 230px;
  transition: all .3s;
}
.main6 .con2 {
  margin-top: 80px;
}
.main6 .con2 ul {
  display: flex;
}
.main6 .con2 ul li {
  flex: 1;
  display: flex;
  height: 547px;
  border: 2px solid #f2f2f2;
}
.main6 .con2 ul li img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.main6 .con2 ul li:last-child {
  background-color: #f2f2f2;
}
.main7 {
  padding: 100px 0 50px;
  overflow: hidden;
}
.main7 ul {
  display: flex;
  margin: 0 -100px;
}
.main7 ul li {
  flex: 1;
  padding: 0 100px;
}
.main7 ul li .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.main7 ul li .item .serial {
  position: relative;
}
.main7 ul li .item .serial::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cef0f8;
  border-radius: 20px;
  border: 2px solid #80d8ec;
  position: absolute;
  top: 8px;
  left: 8px;
}
.main7 ul li .item .serial p {
  background-color: #33bfdf;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  width: 85px;
  height: 85px;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main7 ul li .item .text_box {
  width: calc(100% - 85px);
  padding-left: 26px;
  padding-top: 10px;
}
.main7 ul li .item .text_box h5 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.main7 ul li .item .text_box .text {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 72px;
  overflow: auto;
  margin-top: 20px;
}
.main8 {
  padding: 90px 0;
}
.main8 ul li {
  display: flex;
}
.main8 ul li .imgbox {
  width: 50%;
  border: 1px solid #f2f2f2;
}
.main8 ul li .imgbox img {
  width: 100%;
  height: 100%;
}
.main8 ul li .text_box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 20px;
}
.main8 ul li .text_box h5 {
  font-size: 26px;
  color: #333;
  position: relative;
  padding-bottom: 60px;
  text-align: center;
}
.main8 ul li .text_box h5::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
}
.main8 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main9 {
  padding: 90px 0;
}
.main9 ul li {
  display: flex;
}
.main9 ul li .imgbox {
  width: 50%;
  border: 1px solid #f2f2f2;
}
.main9 ul li .imgbox img {
  width: 100%;
  height: 100%;
}
.main9 ul li .text_box {
  width: 50%;
  padding: 70px 50px 0;
  background-color: #f2f2f2;
}
.main9 ul li .text_box h5 {
  font-size: 26px;
  color: #333;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.main9 ul li .text_box h5::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main9 ul li .text_box dl {
  max-height: 260px;
  overflow: auto;
}
.main9 ul li .text_box dl dd {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-bottom: 20px;
  background: url(../images/icon5.png) no-repeat 0 5px / auto 25px;
  padding-left: 50px;
  text-align: justify;
}
.main9 ul li .text_box dl dd:last-child {
  margin-bottom: 0;
}
.main9 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main10 {
  padding: 90px 0 40px;
  overflow: hidden;
}
.main10 .con1 ul li {
  display: flex;
}
.main10 .con1 ul li .imgbox {
  width: 50%;
  border: 1px solid #f2f2f2;
}
.main10 .con1 ul li .imgbox img {
  width: 100%;
  height: 100%;
}
.main10 .con1 ul li .text_box {
  width: 50%;
  background-color: #f2f2f2;
  font-size: 22px;
  color: #333;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main10 .con2 {
  margin-top: 100px;
}
.main10 .con2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -80px;
}
.main10 .con2 ul li {
  width: 50%;
  padding: 0 80px;
}
.main10 .con2 ul li .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.main10 .con2 ul li .item .serial {
  position: relative;
}
.main10 .con2 ul li .item .serial::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cef0f8;
  border-radius: 20px;
  border: 2px solid #80d8ec;
  position: absolute;
  top: 8px;
  left: 8px;
}
.main10 .con2 ul li .item .serial p {
  background-color: #33bfdf;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  width: 85px;
  height: 85px;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main10 .con2 ul li .item .text_box {
  width: calc(100% - 85px);
  padding-left: 26px;
  padding-top: 10px;
}
.main10 .con2 ul li .item .text_box h5 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.main10 .con2 ul li .item .text_box .text {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 72px;
  overflow: auto;
  margin-top: 20px;
}
.main11 ul li {
  display: flex;
}
.main11 ul li .imgbox {
  width: 50%;
  height: 1000px;
  display: flex;
  align-items: center;
  background: url(../images/bg1.jpg) no-repeat center center / cover;
}
.main11 ul li .imgbox .img {
  max-width: 735px;
  margin-left: auto;
  padding-left: 15px;
}
.main11 ul li .imgbox .img img {
  width: 100%;
}
.main11 ul li .con_box {
  width: 50%;
  display: flex;
  align-items: center;
}
.main11 ul li .con_box .con {
  max-width: 735px;
  padding-right: 15px;
  padding-left: 70px;
}
.main11 ul li .con_box .con .title {
  font-size: 36px;
  font-weight: bold;
  color: #02035e;
  padding-bottom: 20px;
  border-bottom: 2px solid #02035e;
}
.main11 ul li .con_box .con .tag {
  width: 157px;
  line-height: 49px;
  background-color: #02035e;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin: 40px 0;
}
.main11 ul li .con_box .con .text1 {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.main11 ul li .con_box .con dl {
  margin-top: 100px;
}
.main11 ul li .con_box .con dl dd {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.main11 ul li .con_box .con dl dd b {
  width: 80px;
  font-weight: lighter;
  font-size: 35px;
  font-style: italic;
}
.main11 ul li .con_box .con dl dd .text {
  width: calc(100% - 80px);
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.main11 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main11 ul li:nth-child(even) .imgbox .img {
  margin: 0 auto 0 0;
  padding: 0 15px 0 0;
}
.main11 ul li:nth-child(even) .con_box .con {
  padding: 0 70px 0 15px;
  margin-left: auto;
}
.main12 {
  padding: 90px 0;
}
.main12 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 60px;
}
.main12 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main13 {
  overflow: hidden;
  padding: 90px 0;
}
.main13 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px 30px;
}
.main13 ul li {
  width: 50%;
  padding: 0 50px;
}
.main13 ul li .item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.main13 ul li .item h5 {
  font-size: 18px;
  color: #000;
  transition: all .3s;
}
.main13 ul li .item .text {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  margin: 25px 0 20px;
  transition: all .3s;
}
.main13 ul li .item .hint {
  font-size: 16px;
  color: #ff0000;
}
.main13 ul li .item .more {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.main13 ul li .item .more .date {
  font-size: 16px;
  color: #666;
  background: url(../images/icon8.png) no-repeat 0 center / auto 16px;
  padding-left: 30px;
  line-height: 30px;
}
.main13 ul li .item .more a {
  width: 113px;
  line-height: 36px;
  border: 1px solid #02035e;
  border-radius: 40px;
  font-size: 16px;
  color: #02035e;
  background-image: url(../images/icon9.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 16px auto;
  padding-left: 50px;
  margin-left: auto;
  transition: all .3s;
}
.main13 ul li .item .more a:hover {
  background-color: #02035e;
  background-image: url(../images/icon9_h.png);
  color: #fff;
}
.main13 ul li .item:hover h5,
.main13 ul li .item:hover .text {
  color: #1b1f69;
}
.main14 {
  padding: 90px 0 70px;
}
.main14 .con {
  display: flex;
}
.main14 .con .imgbox {
  width: 50%;
}
.main14 .con .imgbox img {
  width: 100%;
}
.main14 .con .text_box {
  width: 50%;
}
.main14 .con .text_box .title h5 {
  font-size: 32px;
  color: #333;
  line-height: 1.5;
}
.main14 .con .text_box .title p {
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}
.main14 .con .text_box .text {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  margin-top: 50px;
}
.main15 {
  background-color: #f6f6f6;
  padding: 90px 0 50px;
  overflow: hidden;
}
.main15 .title4 p {
  color: #ebe9e9;
}
.main15 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.main15 ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main15 ul li .item {
  height: 391px;
  padding: 60px;
  transition: all .3s;
  position: relative;
  top: 0;
}
.main15 ul li .item h5 {
  font-size: 32px;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
}
.main15 ul li .item h5::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main15 ul li .item .text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 30px;
  color: #fff;
}
.main16 {
  padding: 90px 0;
}
.main16 .main16_con {
  position: relative;
}
.main16 .main16_con::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #acacac;
  position: absolute;
  top: 50%;
  left: 0;
}
.main16 .main16_con .swiper-slide {
  height: 600px;
}
.main16 .main16_con .swiper-slide .text_box {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 50%;
  margin-bottom: 41px;
}
.main16 .main16_con .swiper-slide .text_box h5 {
  font-size: 36px;
  color: #333;
  transition: all .3s;
}
.main16 .main16_con .swiper-slide .text_box p {
  font-size: 28px;
  color: #333;
  line-height: 40px;
  max-height: 80px;
  margin: 20px 0;
  overflow: auto;
  transition: all .3s;
}
.main16 .main16_con .swiper-slide .text_box .text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  max-height: 90px;
  overflow: auto;
  transition: all .3s;
}
.main16 .main16_con .swiper-slide::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #02035e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main16 .main16_con .swiper-slide:nth-child(even) .text_box {
  bottom: auto;
  top: 50%;
  margin: 41px 0 0 0;
}
.main17 {
  padding: 90px 0;
}
.main17 .con {
  margin-bottom: 90px;
}
.main17 .con .news3 {
  margin-bottom: 36px;
}
.main17 .con .news3:last-child {
  margin-bottom: 0;
}
.main18 {
  padding: 100px 0;
}
.main18 .con {
  display: flex;
}
.main18 .con .left {
  width: 50%;
  padding-right: 100px;
}
.main18 .con .left h5 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 50px;
}
.main18 .con .left .text {
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-top: 50px;
}
.main18 .con .right {
  width: 50%;
}
.main18 .con .right input,
.main18 .con .right textarea {
  width: 100%;
  height: 64px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 20px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.main18 .con .right input:focus,
.main18 .con .right textarea:focus {
  outline: none;
}
.main18 .con .right textarea {
  height: 150px;
  padding: 20px 30px;
  resize: none;
}
.main18 .con .right button {
  display: block;
  width: 220px;
  height: 64px;
  background-color: #02035e;
  border-radius: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  margin: 20px auto 0;
}
.main19 {
  padding: 70px 0 10px;
  background-color: #f6f6f6;
}
.main19 .main19_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px;
}
.main19 .main19_con ul li {
  width: 50%;
  padding: 0 60px;
  margin-bottom: 60px;
}
.main19 .main19_con ul li .item {
  border-radius: 60px;
  border: 1px solid #e7e2e2;
  padding: 40px 50px;
  height: 312px;
  background: #ffffff url(../images/bg2.png) no-repeat center bottom / auto 115px;
  transition: all .3s;
}
.main19 .main19_con ul li .item h5 {
  font-size: 28px;
  font-weight: bold;
  color: #02035e;
  background: url(../images/icon10.png) no-repeat 0 0 / auto 35px;
  padding-left: 60px;
  line-height: 35px;
}
.main19 .main19_con ul li .item .text {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
  padding-left: 60px;
}
.main20 {
  padding: 60px 0 90px;
}
.main20 ul {
  margin-bottom: 70px;
}
.main20 ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0;
  transition: all .3s;
}
.main20 ul li .item {
  display: flex;
  flex-direction: column;
  background: url(../images/icon11.png) no-repeat 0 0 / auto 72px;
  padding-left: 100px;
  height: 72px;
  position: relative;
}
.main20 ul li .item h5 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.main20 ul li .item dl {
  display: flex;
  margin-top: auto;
}
.main20 ul li .item dl dd {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.main20 ul li .item dl dd:nth-child(1) {
  width: 240px;
}
.main20 ul li .item dl dd:nth-child(2) {
  width: 180px;
}
.main20 ul li .item dl dd:nth-child(3) {
  width: 220px;
}
.main20 ul li .item .more {
  display: block;
  width: 134px;
  line-height: 44px;
  border: 1px solid #02035e;
  padding-left: 17px;
  font-size: 16px;
  color: #02035e;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 27px auto;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main20 ul li .item .more:hover {
  background-color: #02035e;
  background-image: url(../images/icon1_h.png);
  color: #fff;
}
.main21 {
  padding: 60px 0;
  border-top: 1px solid #ccc;
}
.main21 .title h5 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.main21 .title .date {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.main21 .con {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
  text-align: justify;
}
.main21 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main22 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.main22 .main22_con {
  width: 500px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}
.main22 .main22_con .off {
  width: 40px;
  height: 40px;
  background-color: #EBECF0;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -54px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.main22 .main22_con .off::before {
  content: "\e63c";
  font-family: "iconfont";
  font-size: 16px;
  color: #9E9FA1;
  transition: all .3s;
}
.main22 .main22_con .nav {
  display: flex;
}
.main22 .main22_con .nav a {
  font-size: 20px;
  font-weight: bold;
  color: #181818;
  margin-right: 80px;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}
.main22 .main22_con .nav a.active {
  border-color: #0d0f5e;
}
.main22 .main22_con ul {
  margin-top: 40px;
}
.main22 .main22_con ul .item {
  display: none;
  margin-bottom: 30px;
}
.main22 .main22_con ul .item.active {
  display: block;
}
.main22 .main22_con ul li {
  margin-bottom: 20px;
}
.main22 .main22_con ul li p {
  font-size: 18px;
  color: #181818;
  margin-bottom: 15px;
  line-height: 1;
}
.main22 .main22_con ul li input,
.main22 .main22_con ul li select {
  width: 100%;
  height: 50px;
  border: 1px solid #D2D2D2;
  font-size: 18px;
  padding: 0 20px;
}
.main22 .main22_con ul li input:focus,
.main22 .main22_con ul li select:focus {
  outline: none;
}
.main22 .main22_con ul li input.active,
.main22 .main22_con ul li select.active {
  border-color: #0d0f5e;
}
.main22 .main22_con ul li select {
  appearance: none !important;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background: none;
}
.main22 .main22_con ul li .hint {
  font-size: 16px;
  color: #F15737;
  margin-top: 10px;
  line-height: 1.5;
}
.main22 .main22_con ul li.forget {
  display: flex;
  justify-content: flex-end;
}
.main22 .main22_con ul li.forget a {
  font-size: 22px;
  color: #181818;
  transition: all .3s;
}
.main22 .main22_con ul li.forget a:hover {
  color: #FE6900;
}
.main22 .main22_con ul li.captcha .box {
  display: flex;
  justify-content: space-between;
}
.main22 .main22_con ul li.captcha .box input {
  width: calc(100% - 201px);
}
.main22 .main22_con ul li.captcha .box .code {
  width: 188px;
  height: 50px;
  border: 1px solid #D2D2D2;
  font-size: 18px;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}
.main22 .main22_con ul li.captcha .box .code.active {
  cursor: not-allowed;
  background-color: #0d0f5e;
  border-color: #0d0f5e;
  color: #fff;
  opacity: .5;
}
.main22 .main22_con ul li.spacing {
  margin-top: 60px;
}
.main22 .main22_con ul li button {
  width: 100%;
  height: 50px;
  background: #0d0f5e;
  color: #fff;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  transition: all .3s;
}
.main22 .main22_con ul li button:focus {
  outline: none;
}
.main22 .main22_con ul li:last-child {
  margin-bottom: 0;
}
.main22.active {
  display: flex;
}
footer {
  background-color: #333;
}
footer .top {
  display: flex;
  padding: 30px 0;
}
footer .top dl {
  width: 25%;
}
footer .top dl dt {
  font-size: 18px;
  font-weight: normal;
  color: #ccc;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 30px;
  position: relative;
}
footer .top dl dt::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #cddeec;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .top dl dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ccc;
}
footer .top dl dd a {
  font-size: 15px;
  color: #ccc;
  line-height: 40px;
  transition: all .3s;
}
footer .top dl dd a:hover {
  color: #19B8DC;
}
footer .top dl:nth-child(1),
footer .top dl:nth-child(2) {
  width: 308px;
}
footer .top dl:nth-child(3) {
  width: 340px;
}
footer .top dl:nth-child(3) dt {
  background: url(../images/icon4_1.png) no-repeat 0 center / 32px auto;
  padding-left: 40px;
}
footer .top dl:nth-child(3) dt::before {
  display: none;
}
footer .top dl:nth-child(3) dd {
  font-size: 15px;
  color: #ccc;
  line-height: 40px;
}
footer .top dl:nth-child(4) {
  width: calc(100% - 956px);
}
footer .top dl:nth-child(4) dt {
  background: url(../images/icon4_2.png) no-repeat 0 center / 28px auto;
  line-height: 30px;
  padding-left: 50px;
  font-size: 28px;
}
footer .top dl:nth-child(4) dt::before {
  display: none;
}
footer .top dl:nth-child(4) dd {
  background: url(../images/icon4_3.png) no-repeat 0 top / 34px auto;
  line-height: 30px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 27px;
  color: #ccc;
  white-space: initial;
}
footer .bottom {
  background-color: #272727;
  padding: 20px 0;
  font-size: 15px;
  color: #ccc;
  line-height: 37px;
  text-align: center;
}
footer .bottom a {
  color: #ccc;
  transition: all .3s;
}
footer .bottom a:hover {
  color: #19B8DC;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
@media (min-width: 992px) {
  .page_div #nextPage:hover,
  .page_div #prePage:hover {
    background: #02035e;
    border-color: #02035e;
    color: #fff;
  }
  .main6 .con1 ul li .text_box .text:hover {
    background-color: #33bfdf;
    color: #fff;
  }
  .main7 ul li .item:hover h5,
  .main7 ul li .item:hover .text {
    color: #02035e;
  }
  .main10 .con2 ul li .item:hover h5,
  .main10 .con2 ul li .item:hover .text {
    color: #02035e;
  }
  .main15 ul li .item:hover {
    top: -10px;
  }
  .main16 .main16_con .swiper-slide .text_box:hover h5,
  .main16 .main16_con .swiper-slide .text_box:hover p,
  .main16 .main16_con .swiper-slide .text_box:hover .text {
    color: #02035e;
  }
  .main19 .main19_con ul li .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .main20 ul li:hover {
    background-color: #eee;
    padding: 30px 10px;
  }
  .main4 .main4_con ul li .item:hover img {
    transform: rotate(360deg);
  }
  .main4 .main4_con ul li .item:hover h5 {
    color: #1c226b;
  }
  .main4 .main4_con ul li .item:hover .text_box {
    background-color: #1c226b;
  }
  .main4 .main4_con ul li .item:hover .text_box .text {
    color: #fff;
  }
  .main22 .main22_con .off:hover {
    background-color: #0d0f5e;
  }
  .main22 .main22_con .off:hover::before {
    color: #fff;
  }
  .main22 .main22_con ul li.captcha .box .code:hover {
    background-color: #0d0f5e;
    border-color: #0d0f5e;
    color: #fff;
  }
  .main22 .main22_con ul li button:hover {
    background: #090a42;
  }
}
@media (max-width: 1470px) {
  body {
    padding-top: 0.68027211rem;
  }
  .page_div button {
    min-width: 0.29251701rem;
    height: 0.29251701rem;
    font-size: 0.13605442rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.65986395rem;
    height: 0.29251701rem;
    border-radius: 0.29251701rem;
    font-size: 0.12244898rem;
  }
  .banner .swiper-container .swiper-pagination {
    bottom: 0.13605442rem;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.08163265rem;
    height: 0.04761905rem;
    border-radius: 0.04761905rem;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.19047619rem;
  }
  .banner2 .con .title {
    margin-top: -0.54421769rem;
  }
  .banner2 .con .title p {
    font-size: 0.12244898rem;
  }
  .banner2 .con .title h5 {
    font-size: 0.28571429rem;
    margin-top: 0.13605442rem;
  }
  .banner2.banner2_2 .con .title {
    margin-top: 0;
  }
  .nav1 {
    height: 0.68027211rem;
  }
  .nav1 .container_box ul li {
    margin-left: 0.40816327rem;
  }
  .nav1 .container_box ul li::before {
    height: 0.10204082rem;
    right: -0.20408163rem;
  }
  .nav1 .container_box ul li a {
    font-size: 0.11564626rem;
  }
  .nav1 .container_box ul li a::before {
    height: 0.01360544rem;
  }
  .nav1 .container_box ul li dl {
    min-width: 0.81632653rem;
    padding: 0.06802721rem 0;
  }
  .nav1 .container_box ul li dl dd a {
    padding: 0.03401361rem 0.06802721rem;
    font-size: 0.10204082rem;
    line-height: 0.13605442rem;
  }
  .nav1 .container_box .language {
    margin-left: 0.27210884rem;
  }
  .nav1 .container_box .language dl dd a {
    font-size: 0.10884354rem;
  }
  .nav1 .container_box .language dl dd:nth-child(1) {
    padding-right: 0.06802721rem;
    margin-right: 0.06802721rem;
  }
  .nav2 .swiper-slide a {
    min-width: 2.44897959rem;
    line-height: 0.54421769rem;
    font-size: 0.12244898rem;
    padding: 0 0.03401361rem;
  }
  .nav2 .swiper-slide a img {
    height: 0.27210884rem;
    margin-right: 0.20408163rem;
  }
  .title1 .con p {
    font-size: 0.12244898rem;
  }
  .title1 .con p::before {
    width: 0.17687075rem;
    height: 0.01360544rem;
  }
  .title1 .con h5 {
    font-size: 0.28571429rem;
    margin-top: 0.10204082rem;
  }
  .title2 {
    font-size: 0.20408163rem;
    margin-bottom: 0.40816327rem;
  }
  .title3 {
    font-size: 0.24489796rem;
    margin-bottom: 0.6122449rem;
  }
  .title4 {
    margin-bottom: 0.47619048rem;
  }
  .title4 h5 {
    font-size: 0.24489796rem;
    top: -0.06802721rem;
  }
  .title4 p {
    font-size: 0.40816327rem;
  }
  .main1 ul li {
    height: 3.63265306rem;
    padding: 0 0.27210884rem;
  }
  .main1 ul li .title1 {
    max-width: 5rem;
    margin-top: 0.6122449rem;
    padding-left: 0.10204082rem;
  }
  .main1 ul li .title h5 {
    font-size: 0.16326531rem;
  }
  .main1 ul li .title a {
    width: 0.91156463rem;
    line-height: 0.29931973rem;
    padding-left: 0.11564626rem;
    font-size: 0.10884354rem;
    background: url(../images/icon1.png) no-repeat right 0.14965986rem center / 0.18367347rem auto;
    margin-top: 0.34013605rem;
  }
  .main1 ul li:nth-child(3) .imgbox {
    height: 1.76870748rem;
  }
  .main1 ul li:nth-child(3) .title {
    margin-top: 0.20408163rem;
  }
  .main1 ul li:nth-child(3) .title a {
    margin: 0.34013605rem auto 0;
  }
  .main1 ul li:nth-child(4) .item {
    padding: 0 0.27210884rem;
  }
  .main1 ul li:nth-child(4) .item .imgbox {
    height: 1.36054422rem;
  }
  .main1 ul li:nth-child(4) .item .title {
    margin-top: 0.34013605rem;
  }
  .main2 .main2_left .title1 {
    max-width: 5rem;
    margin: 1.02040816rem 0 0.88435374rem auto;
    padding-left: 0.10204082rem;
  }
  .main2 .main2_left .nav ul li a {
    max-width: 5rem;
    font-size: 0.13605442rem;
    height: 0.65986395rem;
    padding-left: 0.81632653rem;
    background-position: 0.10204082rem center;
    background-size: 0.20408163rem auto;
  }
  .main2 .main2_left .nav ul li a::before {
    background-position: 0.10204082rem center;
    background-size: 0.54421769rem auto;
  }
  .main2 .main2_right .con {
    padding: 1.02040816rem 0.10204082rem 0 1.2244898rem;
  }
  .main2 .main2_right .con h5 {
    font-size: 0.27210884rem;
  }
  .main2 .main2_right .con .text {
    font-size: 0.10884354rem;
    line-height: 0.20408163rem;
    margin: 0.27210884rem 0 0.34013605rem;
  }
  .main2 .main2_right .con a {
    width: 0.91156463rem;
    line-height: 0.29931973rem;
    padding-left: 0.11564626rem;
    font-size: 0.10884354rem;
    background: url(../images/icon1_h.png) no-repeat right 0.14965986rem center / 0.18367347rem auto;
  }
  .main3 {
    padding: 0.68027211rem 0;
  }
  .main3 .main3_con {
    margin-top: 0.54421769rem;
  }
  .main3 .main3_con ul {
    margin: 0 -0.06802721rem;
  }
  .main3 .main3_con ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .news1 .img {
    height: 2.14965986rem;
  }
  .news1 h5 {
    line-height: 0.34013605rem;
    font-size: 0.12244898rem;
    padding: 0 0.06802721rem;
  }
  .news2 .imgbox {
    height: 2.14965986rem;
  }
  .news2 h5 {
    font-size: 0.14965986rem;
    line-height: 0.51020408rem;
    background: url(../images/icon6.png) no-repeat right center / 0.14965986rem auto;
    padding-right: 0.27210884rem;
  }
  .news3 .imgbox {
    width: 4.76190476rem;
    height: 2.68027211rem;
  }
  .news3 .text_box {
    width: calc(100% - 4.76190476rem);
    padding-left: 0.34013605rem;
  }
  .news3 .text_box h5 {
    font-size: 0.17687075rem;
    padding-bottom: 0.20408163rem;
  }
  .news3 .text_box h5::before {
    width: 0.23809524rem;
    height: 0.01360544rem;
  }
  .news3 .text_box .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    height: 0.48979592rem;
    margin-top: 0.20408163rem;
  }
  .news3 .text_box .bottom .date {
    font-size: 0.12244898rem;
    background: url(../images/icon8.png) no-repeat 0 center / 0.10884354rem auto;
    padding-left: 0.20408163rem;
  }
  .news3 .text_box .bottom .more {
    width: 0.91156463rem;
    line-height: 0.29931973rem;
    padding-left: 0.11564626rem;
    font-size: 0.10884354rem;
    background-position: right 0.14965986rem center;
    background-size: 0.18367347rem auto;
  }
  .main4 {
    padding: 0.40816327rem 0;
  }
  .main4 .title {
    font-size: 0.28571429rem;
    margin-bottom: 0.47619048rem;
  }
  .main4 .main4_con ul li {
    padding: 0 0.27210884rem;
  }
  .main4 .main4_con ul li .item .imgbox img {
    height: 0.73469388rem;
  }
  .main4 .main4_con ul li .item .imgbox::before,
  .main4 .main4_con ul li .item .imgbox::after {
    height: 0.02040816rem;
  }
  .main4 .main4_con ul li .item h5 {
    font-size: 0.14965986rem;
    margin: 0.17006803rem 0;
  }
  .main4 .main4_con ul li .item .text_box {
    border-radius: 0.06802721rem;
    padding: 0.03401361rem;
    height: 0.92517007rem;
  }
  .main4 .main4_con ul li .item .text_box .text {
    font-size: 0.10884354rem;
    line-height: 0.19047619rem;
    max-height: 0.76190476rem;
  }
  .main5 {
    padding: 0.6122449rem 0 0.47619048rem;
  }
  .main6 .con1 ul {
    margin: 0 -0.10204082rem;
  }
  .main6 .con1 ul li {
    padding: 0 0.10204082rem;
  }
  .main6 .con1 ul li .text_box::before {
    border-radius: 0.13605442rem;
    top: 0.06802721rem;
    left: 0.06802721rem;
    border: 0.01360544rem solid #80d8ec;
  }
  .main6 .con1 ul li .text_box .text {
    padding: 0.06802721rem 0.13605442rem;
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    border: 0.01360544rem solid #33bfdf;
    border-radius: 0.13605442rem;
    height: 1.56462585rem;
  }
  .main6 .con2 {
    margin-top: 0.54421769rem;
  }
  .main6 .con2 ul li {
    height: 3.72108844rem;
    border: 0.01360544rem solid #f2f2f2;
  }
  .main7 {
    padding: 0.68027211rem 0 0.34013605rem;
  }
  .main7 ul {
    margin: 0 -0.68027211rem;
  }
  .main7 ul li {
    padding: 0 0.68027211rem;
  }
  .main7 ul li .item {
    margin-bottom: 0.34013605rem;
  }
  .main7 ul li .item .serial::before {
    border-radius: 0.13605442rem;
    border: 0.01360544rem solid #80d8ec;
    top: 0.05442177rem;
    left: 0.05442177rem;
  }
  .main7 ul li .item .serial p {
    border-radius: 0.13605442rem;
    width: 0.57823129rem;
    height: 0.57823129rem;
    font-size: 0.2585034rem;
  }
  .main7 ul li .item .text_box {
    width: calc(100% - 0.57823129rem);
    padding-left: 0.17687075rem;
    padding-top: 0.06802721rem;
  }
  .main7 ul li .item .text_box h5 {
    font-size: 0.17687075rem;
  }
  .main7 ul li .item .text_box .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    height: 0.48979592rem;
    margin-top: 0.13605442rem;
  }
  .main8 {
    padding: 0.6122449rem 0;
  }
  .main8 ul li .text_box {
    padding: 0.13605442rem;
  }
  .main8 ul li .text_box h5 {
    font-size: 0.17687075rem;
    padding-bottom: 0.40816327rem;
  }
  .main8 ul li .text_box h5::before {
    width: 0.20408163rem;
    height: 0.01360544rem;
  }
  .main9 {
    padding: 0.6122449rem 0;
  }
  .main9 ul li .text_box {
    padding: 0.47619048rem 0.34013605rem 0;
  }
  .main9 ul li .text_box h5 {
    font-size: 0.17687075rem;
    padding-bottom: 0.20408163rem;
    margin-bottom: 0.27210884rem;
  }
  .main9 ul li .text_box h5::before {
    width: 0.20408163rem;
    height: 0.01360544rem;
  }
  .main9 ul li .text_box dl {
    max-height: 1.76870748rem;
  }
  .main9 ul li .text_box dl dd {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    margin-bottom: 0.13605442rem;
    background: url(../images/icon5.png) no-repeat 0 0.03401361rem / auto 0.17006803rem;
    padding-left: 0.34013605rem;
  }
  .main10 {
    padding: 0.6122449rem 0 0.27210884rem;
  }
  .main10 .con1 ul li .text_box {
    font-size: 0.14965986rem;
    line-height: 0.40816327rem;
  }
  .main10 .con2 {
    margin-top: 0.68027211rem;
  }
  .main10 .con2 ul {
    margin: 0 -0.54421769rem;
  }
  .main10 .con2 ul li {
    padding: 0 0.54421769rem;
  }
  .main10 .con2 ul li .item {
    margin-bottom: 0.34013605rem;
  }
  .main10 .con2 ul li .item .serial::before {
    border-radius: 0.13605442rem;
    border: 0.01360544rem solid #80d8ec;
    top: 0.05442177rem;
    left: 0.05442177rem;
  }
  .main10 .con2 ul li .item .serial p {
    border-radius: 0.13605442rem;
    width: 0.57823129rem;
    height: 0.57823129rem;
    font-size: 0.2585034rem;
  }
  .main10 .con2 ul li .item .text_box {
    width: calc(100% - 0.57823129rem);
    padding-left: 0.17687075rem;
    padding-top: 0.06802721rem;
  }
  .main10 .con2 ul li .item .text_box h5 {
    font-size: 0.17687075rem;
  }
  .main10 .con2 ul li .item .text_box .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    height: 0.48979592rem;
    margin-top: 0.13605442rem;
  }
  .main11 ul li .imgbox {
    height: 6.80272109rem;
  }
  .main11 ul li .con_box .con {
    padding-left: 0.47619048rem;
  }
  .main11 ul li .con_box .con .title {
    font-size: 0.24489796rem;
    padding-bottom: 0.13605442rem;
    border-bottom: 0.01360544rem solid #02035e;
  }
  .main11 ul li .con_box .con .tag {
    width: 1.06802721rem;
    line-height: 0.33333333rem;
    border-radius: 0.34013605rem;
    font-size: 0.14965986rem;
    margin: 0.27210884rem 0;
  }
  .main11 ul li .con_box .con .text1 {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
  }
  .main11 ul li .con_box .con dl {
    margin-top: 0.68027211rem;
  }
  .main11 ul li .con_box .con dl dd {
    padding: 0.13605442rem 0;
  }
  .main11 ul li .con_box .con dl dd b {
    width: 0.54421769rem;
    font-size: 0.23809524rem;
  }
  .main11 ul li .con_box .con dl dd .text {
    width: calc(100% - 0.54421769rem);
    font-size: 0.12244898rem;
    line-height: 0.21768707rem;
  }
  .main11 ul li:nth-child(even) .imgbox .img {
    padding: 0 15px 0 0;
  }
  .main11 ul li:nth-child(even) .con_box .con {
    padding: 0 0.47619048rem 0 15px;
  }
  .main12 {
    padding: 0.6122449rem 0;
  }
  .main12 ul {
    margin: 0 -0.06802721rem 0.40816327rem;
  }
  .main12 ul li {
    padding: 0 0.06802721rem;
    margin-bottom: 0.13605442rem;
  }
  .main13 {
    padding: 0.6122449rem 0;
  }
  .main13 ul {
    margin: 0 -0.34013605rem 0.20408163rem;
  }
  .main13 ul li {
    padding: 0 0.34013605rem;
  }
  .main13 ul li .item {
    margin-bottom: 0.20408163rem;
    padding-bottom: 0.13605442rem;
  }
  .main13 ul li .item h5 {
    font-size: 0.12244898rem;
  }
  .main13 ul li .item .text {
    font-size: 0.10884354rem;
    line-height: 0.21768707rem;
    height: 0.65306122rem;
    margin: 0.17006803rem 0 0.13605442rem;
  }
  .main13 ul li .item .hint {
    font-size: 0.10884354rem;
  }
  .main13 ul li .item .more {
    margin-top: 0.20408163rem;
  }
  .main13 ul li .item .more .date {
    font-size: 0.10884354rem;
    background: url(../images/icon8.png) no-repeat 0 center / auto 0.10884354rem;
    padding-left: 0.20408163rem;
    line-height: 0.20408163rem;
  }
  .main13 ul li .item .more a {
    width: 0.76870748rem;
    line-height: 0.24489796rem;
    border-radius: 0.27210884rem;
    font-size: 0.10884354rem;
    background-position: 0.13605442rem center;
    background-size: 0.10884354rem auto;
    padding-left: 0.34013605rem;
  }
  .main14 {
    padding: 0.6122449rem 0 0.47619048rem;
  }
  .main14 .con .text_box .title h5 {
    font-size: 0.21768707rem;
  }
  .main14 .con .text_box .title p {
    font-size: 0.16326531rem;
    margin-top: 0.06802721rem;
  }
  .main14 .con .text_box .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    margin-top: 0.34013605rem;
  }
  .main15 {
    padding: 0.6122449rem 0 0.34013605rem;
  }
  .main15 ul {
    margin: 0 -0.13605442rem;
  }
  .main15 ul li {
    padding: 0 0.13605442rem;
    margin-bottom: 0.27210884rem;
  }
  .main15 ul li .item {
    height: 2.65986395rem;
    padding: 0.40816327rem;
  }
  .main15 ul li .item h5 {
    font-size: 0.21768707rem;
    padding-bottom: 0.20408163rem;
  }
  .main15 ul li .item h5::before {
    width: 0.23809524rem;
    height: 0.01360544rem;
  }
  .main15 ul li .item .text {
    font-size: 0.12244898rem;
    line-height: 0.24489796rem;
    margin-top: 0.20408163rem;
  }
  .main16 {
    padding: 0.6122449rem 0;
  }
  .main16 .main16_con .swiper-slide {
    height: 4.08163265rem;
  }
  .main16 .main16_con .swiper-slide .text_box {
    margin-bottom: 0.27891156rem;
  }
  .main16 .main16_con .swiper-slide .text_box h5 {
    font-size: 0.24489796rem;
  }
  .main16 .main16_con .swiper-slide .text_box p {
    font-size: 0.19047619rem;
    line-height: 0.27210884rem;
    max-height: 0.54421769rem;
    margin: 0.13605442rem 0;
  }
  .main16 .main16_con .swiper-slide .text_box .text {
    font-size: 0.12244898rem;
    line-height: 0.20408163rem;
    max-height: 0.6122449rem;
  }
  .main16 .main16_con .swiper-slide::before {
    width: 0.14965986rem;
    height: 0.14965986rem;
  }
  .main16 .main16_con .swiper-slide:nth-child(even) .text_box {
    margin: 0.27891156rem 0 0 0;
  }
  .main17 {
    padding: 0.6122449rem 0;
  }
  .main17 .con {
    margin-bottom: 0.6122449rem;
  }
  .main17 .con .news3 {
    margin-bottom: 0.24489796rem;
  }
  .main17 .con .news3:last-child {
    margin-bottom: 0;
  }
  .main18 {
    padding: 0.68027211rem 0;
  }
  .main18 .con .left {
    padding-right: 0.68027211rem;
  }
  .main18 .con .left h5 {
    font-size: 0.24489796rem;
    padding-bottom: 0.34013605rem;
  }
  .main18 .con .left .text {
    font-size: 0.12244898rem;
    margin-top: 0.34013605rem;
  }
  .main18 .con .right input,
  .main18 .con .right textarea {
    height: 0.43537415rem;
    border-radius: 0.06802721rem;
    font-size: 0.13605442rem;
    padding: 0 0.20408163rem;
    margin-bottom: 0.13605442rem;
  }
  .main18 .con .right textarea {
    height: 1.02040816rem;
    padding: 0.13605442rem 0.20408163rem;
  }
  .main18 .con .right button {
    width: 1.49659864rem;
    height: 0.43537415rem;
    border-radius: 0.43537415rem;
    font-size: 0.13605442rem;
    margin: 0.13605442rem auto 0;
  }
  .main19 {
    padding: 0.47619048rem 0 0.06802721rem;
  }
  .main19 .main19_con ul {
    margin: 0 -0.40816327rem;
  }
  .main19 .main19_con ul li {
    padding: 0 0.40816327rem;
    margin-bottom: 0.40816327rem;
  }
  .main19 .main19_con ul li .item {
    border-radius: 0.40816327rem;
    padding: 0.27210884rem 0.34013605rem;
    height: 2.12244898rem;
    background: #ffffff url(../images/bg2.png) no-repeat center bottom / auto 0.78231293rem;
  }
  .main19 .main19_con ul li .item h5 {
    font-size: 0.19047619rem;
    background: url(../images/icon10.png) no-repeat 0 0 / auto 0.23809524rem;
    padding-left: 0.40816327rem;
    line-height: 0.23809524rem;
  }
  .main19 .main19_con ul li .item .text {
    font-size: 0.13605442rem;
    line-height: 0.20408163rem;
    margin-top: 0.20408163rem;
    padding-left: 0.40816327rem;
  }
  .main20 {
    padding: 0.40816327rem 0 0.6122449rem;
  }
  .main20 ul {
    margin-bottom: 0.47619048rem;
  }
  .main20 ul li {
    padding: 0.20408163rem 0;
  }
  .main20 ul li .item {
    background: url(../images/icon11.png) no-repeat 0 0 / auto 0.48979592rem;
    padding-left: 0.68027211rem;
    height: 0.48979592rem;
  }
  .main20 ul li .item h5 {
    font-size: 0.17687075rem;
  }
  .main20 ul li .item dl dd {
    font-size: 0.13605442rem;
  }
  .main20 ul li .item dl dd:nth-child(1) {
    width: 1.63265306rem;
  }
  .main20 ul li .item dl dd:nth-child(2) {
    width: 1.2244898rem;
  }
  .main20 ul li .item dl dd:nth-child(3) {
    width: 1.49659864rem;
  }
  .main20 ul li .item .more {
    width: 0.91156463rem;
    line-height: 0.29931973rem;
    padding-left: 0.11564626rem;
    font-size: 0.10884354rem;
    background-position: right 0.14965986rem center;
    background-size: 0.18367347rem auto;
  }
  .main21 {
    padding: 0.40816327rem 0;
  }
  .main21 .title h5 {
    font-size: 0.17006803rem;
  }
  .main21 .title .date {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .main21 .con {
    margin-top: 0.20408163rem;
    font-size: 0.10884354rem;
  }
  .main22 .main22_con {
    width: 3.40136054rem;
    padding: 0.20408163rem;
  }
  .main22 .main22_con .off {
    width: 0.27210884rem;
    height: 0.27210884rem;
    top: -0.20408163rem;
    right: -0.36734694rem;
  }
  .main22 .main22_con .off::before {
    font-size: 0.10884354rem;
  }
  .main22 .main22_con .jump {
    width: 0.91836735rem;
    height: 0.40816327rem;
    font-size: 0.16326531rem;
    padding-right: 0.18367347rem;
  }
  .main22 .main22_con .jump::before {
    border-right: 0.30612245rem solid transparent;
    border-bottom: 0.40816327rem solid #ffffff;
  }
  .main22 .main22_con .nav a {
    font-size: 0.13605442rem;
    margin-right: 0.54421769rem;
    padding-bottom: 0.06802721rem;
    border-bottom: 0.02721088rem solid transparent;
  }
  .main22 .main22_con ul {
    margin-top: 0.27210884rem;
  }
  .main22 .main22_con ul .item {
    margin-bottom: 0.20408163rem;
  }
  .main22 .main22_con ul li {
    margin-bottom: 0.13605442rem;
  }
  .main22 .main22_con ul li p {
    font-size: 0.12244898rem;
    margin-bottom: 0.10204082rem;
  }
  .main22 .main22_con ul li input,
  .main22 .main22_con ul li select {
    height: 0.34013605rem;
    font-size: 0.12244898rem;
    padding: 0 0.13605442rem;
  }
  .main22 .main22_con ul li .layui-form .layui-form-select .layui-edge {
    border-width: 0.05442177rem;
  }
  .main22 .main22_con ul li .hint {
    font-size: 0.10884354rem;
    margin-top: 0.06802721rem;
  }
  .main22 .main22_con ul li.forget a {
    font-size: 0.14965986rem;
  }
  .main22 .main22_con ul li.captcha .box input {
    width: calc(100% - 1.36734694rem);
  }
  .main22 .main22_con ul li.captcha .box .code {
    width: 1.27891156rem;
    height: 0.34013605rem;
    font-size: 0.12244898rem;
  }
  .main22 .main22_con ul li.terms {
    font-size: 0.14965986rem;
  }
  .main22 .main22_con ul li.terms .click {
    padding-left: 0.23809524rem;
  }
  .main22 .main22_con ul li.terms .click::before {
    width: 0.14965986rem;
    height: 0.14965986rem;
  }
  .main22 .main22_con ul li.terms .click.active::before {
    font-size: 0.12244898rem;
  }
  .main22 .main22_con ul li.spacing {
    margin-top: 0.40816327rem;
  }
  .main22 .main22_con ul li button {
    height: 0.34013605rem;
    font-size: 0.12244898rem;
  }
  footer .top {
    padding: 0.20408163rem 0;
  }
  footer .top dl dt {
    font-size: 0.12244898rem;
    padding-left: 0.06802721rem;
    margin-bottom: 0.13605442rem;
    line-height: 0.20408163rem;
  }
  footer .top dl dt::before {
    width: 0.01360544rem;
    height: 0.10884354rem;
  }
  footer .top dl dd a {
    font-size: 0.10204082rem;
    line-height: 0.27210884rem;
  }
  footer .top dl:nth-child(1),
  footer .top dl:nth-child(2) {
    width: 2.0952381rem;
  }
  footer .top dl:nth-child(3) {
    width: 2.31292517rem;
  }
  footer .top dl:nth-child(3) dt {
    background: url(../images/icon4_1.png) no-repeat 0 center / 0.21768707rem auto;
    padding-left: 0.27210884rem;
  }
  footer .top dl:nth-child(3) dd {
    font-size: 0.10204082rem;
    line-height: 0.27210884rem;
  }
  footer .top dl:nth-child(4) {
    width: calc(100% - 6.50340136rem);
  }
  footer .top dl:nth-child(4) dt {
    background: url(../images/icon4_2.png) no-repeat 0 center / 0.19047619rem auto;
    line-height: 0.20408163rem;
    padding-left: 0.34013605rem;
    font-size: 0.19047619rem;
  }
  footer .top dl:nth-child(4) dd {
    background: url(../images/icon4_3.png) no-repeat 0 top / 0.23129252rem auto;
    line-height: 0.20408163rem;
    padding-left: 0.34013605rem;
    font-size: 0.10884354rem;
    line-height: 0.18367347rem;
  }
  footer .bottom {
    padding: 0.13605442rem 0;
    font-size: 0.10204082rem;
    line-height: 0.25170068rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .page_div button {
    min-width: 0.43390515rem;
    height: 0.43390515rem;
    font-size: 0.20181635rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.97880928rem;
    height: 0.43390515rem;
    border-radius: 0.43390515rem;
    font-size: 0.18163471rem;
  }
  .banner .swiper-container .swiper-pagination {
    bottom: 0.20181635rem;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 2px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5px;
  }
  .banner2 {
    height: 180px;
  }
  .banner2 img {
    height: 100%;
    object-fit: cover;
  }
  .banner2 .con .title {
    margin-top: -40px;
  }
  .banner2 .con .title p {
    font-size: 14px;
  }
  .banner2 .con .title h5 {
    font-size: 25px;
    margin-top: 10px;
  }
  .banner2.banner2_2 .con .title {
    margin-top: 0;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .language {
    margin-left: auto;
    margin-right: 50px;
  }
  .nav1 .container_box .language dl dd a {
    font-size: 14px;
  }
  .nav1 .container_box .language dl dd:nth-child(1) {
    padding-right: 10px;
    margin-right: 10px;
  }
  .nav2 .container_box {
    padding: 0 5px;
  }
  .nav2 .swiper-slide a {
    min-width: 120px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
  }
  .nav2 .swiper-slide a img {
    height: 18px;
    margin-right: 10px;
  }
  .title1 .con p {
    font-size: 12px;
    text-align: center;
  }
  .title1 .con p::before {
    width: 15px;
    height: 2px;
    display: none;
  }
  .title1 .con h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .title2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title4 {
    margin-bottom: 30px;
  }
  .title4 h5 {
    font-size: 20px;
    top: -10px;
  }
  .title4 p {
    font-size: 30px;
  }
  .main1 ul li {
    height: auto;
    padding: 20px 15px;
    width: 100%;
  }
  .main1 ul li .title1 {
    max-width: initial;
    padding-left: 0;
    margin: 30px auto;
    justify-content: center;
  }
  .main1 ul li .title h5 {
    font-size: 16px;
  }
  .main1 ul li .title a {
    width: 80px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    background: url(../images/icon1.png) no-repeat right 5px center / 20px auto;
    margin-top: 30px;
  }
  .main1 ul li:nth-child(1) {
    padding: 0;
  }
  .main1 ul li:nth-child(3) .imgbox {
    height: 2.62361251rem;
  }
  .main1 ul li:nth-child(3) .title {
    margin-top: 20px;
  }
  .main1 ul li:nth-child(3) .title a {
    margin: 20px auto 0;
  }
  .main1 ul li:nth-child(4) .item {
    padding: 20px 15px;
  }
  .main1 ul li:nth-child(4) .item .imgbox {
    height: 2.01816347rem;
  }
  .main1 ul li:nth-child(4) .item .title {
    margin-top: 20px;
  }
  .main2 .main2_left .title1 {
    margin: 30px 0 30px auto;
    padding-left: 15px;
  }
  .main2 .main2_left .nav ul li a {
    font-size: 14px;
    height: auto;
    padding: 10px 10px 10px 60px;
    background-position: 15px center;
    background-size: 30px auto;
  }
  .main2 .main2_left .nav ul li a::before {
    background-position: 15px center;
    background-size: 30px auto;
  }
  .main2 .main2_right .con {
    padding: 30px 15px 0 15px;
  }
  .main2 .main2_right .con h5 {
    font-size: 16px;
  }
  .main2 .main2_right .con .text {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
  }
  .main2 .main2_right .con a {
    width: 80px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    background: url(../images/icon1_h.png) no-repeat right 5px center / 20px auto;
    margin-top: 30px;
  }
  .main3 {
    padding: 30px 0;
  }
  .main3 .main3_con {
    margin-top: 30px;
  }
  .main3 .main3_con ul {
    margin: 0 -2px;
  }
  .main3 .main3_con ul li {
    padding: 0 2px;
    margin-bottom: 4px;
    width: 33.333%;
  }
  .main3 .main3_con ul li:nth-child(2) {
    width: 66.666%;
  }
  .news1 .img {
    height: 2.62361251rem;
  }
  .news1 h5 {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .news2 .imgbox {
    height: 2.9061554rem;
  }
  .news2 h5 {
    font-size: 0.22199798rem;
    line-height: 0.55499495rem;
    background: url(../images/icon6.png) no-repeat right center / 0.22199798rem auto;
    padding-right: 0.40363269rem;
  }
  .news3 .text_box h5 {
    font-size: 0.26236125rem;
    padding-bottom: 0.30272452rem;
  }
  .news3 .text_box h5::before {
    width: 0.35317861rem;
    height: 0.02018163rem;
  }
  .news3 .text_box .text {
    font-size: 0.18163471rem;
    line-height: 0.36326942rem;
    height: 0.72653885rem;
    margin-top: 0.30272452rem;
  }
  .news3 .text_box .bottom .date {
    font-size: 0.18163471rem;
    background: url(../images/icon8.png) no-repeat 0 center / 0.16145308rem auto;
    padding-left: 0.30272452rem;
  }
  .news3 .text_box .bottom .more {
    width: 1.35216953rem;
    line-height: 0.44399596rem;
    padding-left: 0.1715439rem;
    font-size: 0.16145308rem;
    background-position: right 0.22199798rem center;
    background-size: 0.27245207rem auto;
  }
  .main4 {
    padding: 30px 0;
  }
  .main4 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main4 .main4_con ul {
    margin: 0 -5px;
  }
  .main4 .main4_con ul li {
    padding: 0 5px;
  }
  .main4 .main4_con ul li .item .imgbox img {
    height: 80px;
  }
  .main4 .main4_con ul li .item .imgbox::before,
  .main4 .main4_con ul li .item .imgbox::after {
    height: 2px;
  }
  .main4 .main4_con ul li .item h5 {
    font-size: 16px;
    margin: 15px 0;
  }
  .main4 .main4_con ul li .item .text_box {
    border-radius: 10px;
    padding: 5px;
    height: 136px;
  }
  .main4 .main4_con ul li .item .text_box .text {
    font-size: 14px;
    line-height: 28px;
    max-height: 112px;
  }
  .main5 {
    padding: 30px 0;
  }
  .main6 .con1 ul {
    margin: 0 -0.10090817rem;
  }
  .main6 .con1 ul li {
    padding: 0 0.10090817rem;
  }
  .main6 .con1 ul li .text_box::before {
    border-radius: 0.20181635rem;
    top: 0.05045409rem;
    left: 0.05045409rem;
    border: 0.02018163rem solid #80d8ec;
  }
  .main6 .con1 ul li .text_box .text {
    padding: 0.10090817rem 0.20181635rem;
    font-size: 0.18163471rem;
    line-height: 0.30272452rem;
    border: 0.02018163rem solid #33bfdf;
    border-radius: 0.20181635rem;
    height: 2.01816347rem;
  }
  .main6 .con2 {
    margin-top: 30px;
  }
  .main6 .con2 ul li {
    height: 4.03632694rem;
    border: 0.02018163rem solid #f2f2f2;
  }
  .main7 {
    padding: 30px 0 0 0;
  }
  .main7 ul {
    margin: 0 -0.20181635rem;
  }
  .main7 ul li {
    padding: 0 0.20181635rem;
  }
  .main7 ul li .item {
    margin-bottom: 30px;
  }
  .main7 ul li .item .serial::before {
    border-radius: 0.20181635rem;
    border: 0.02018163rem solid #80d8ec;
    top: 0.08072654rem;
    left: 0.08072654rem;
  }
  .main7 ul li .item .serial p {
    border-radius: 0.20181635rem;
    width: 0.85771948rem;
    height: 0.85771948rem;
    font-size: 0.38345106rem;
  }
  .main7 ul li .item .text_box {
    width: calc(100% - 0.85771948rem);
    padding-left: 0.26236125rem;
    padding-top: 0.10090817rem;
  }
  .main7 ul li .item .text_box h5 {
    font-size: 0.20181635rem;
  }
  .main7 ul li .item .text_box .text {
    font-size: 0.16145308rem;
    line-height: 0.36326942rem;
    height: 0.72653885rem;
    margin-top: 0.20181635rem;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 ul li .text_box {
    padding: 0.20181635rem;
  }
  .main8 ul li .text_box h5 {
    font-size: 0.20181635rem;
    padding-bottom: 0.30272452rem;
  }
  .main8 ul li .text_box h5::before {
    width: 0.30272452rem;
    height: 0.02018163rem;
  }
  .main9 {
    padding: 30px 0;
  }
  .main9 ul li .text_box {
    padding: 0.30272452rem 0.20181635rem 0;
  }
  .main9 ul li .text_box h5 {
    font-size: 0.20181635rem;
    padding-bottom: 0.20181635rem;
    margin-bottom: 0.20181635rem;
  }
  .main9 ul li .text_box h5::before {
    width: 0.30272452rem;
    height: 0.02018163rem;
  }
  .main9 ul li .text_box dl {
    max-height: 2.62361251rem;
  }
  .main9 ul li .text_box dl dd {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    margin-bottom: 0.20181635rem;
    background: url(../images/icon5.png) no-repeat 0 0.05045409rem / auto 0.20181635rem;
    padding-left: 0.40363269rem;
  }
  .main10 {
    padding: 30px 0 0 0;
  }
  .main10 .con1 ul li .text_box {
    font-size: 0.22199798rem;
    line-height: 0.60544904rem;
  }
  .main10 .con2 {
    margin-top: 30px;
  }
  .main10 .con2 ul {
    margin: 0 -0.20181635rem;
  }
  .main10 .con2 ul li {
    padding: 0 0.20181635rem;
  }
  .main10 .con2 ul li .item {
    margin-bottom: 30px;
  }
  .main10 .con2 ul li .item .serial::before {
    border-radius: 0.20181635rem;
    border: 0.02018163rem solid #80d8ec;
    top: 0.08072654rem;
    left: 0.08072654rem;
  }
  .main10 .con2 ul li .item .serial p {
    border-radius: 0.20181635rem;
    width: 0.85771948rem;
    height: 0.85771948rem;
    font-size: 0.38345106rem;
  }
  .main10 .con2 ul li .item .text_box {
    width: calc(100% - 0.85771948rem);
    padding-left: 0.26236125rem;
    padding-top: 0.10090817rem;
  }
  .main10 .con2 ul li .item .text_box h5 {
    font-size: 0.20181635rem;
  }
  .main10 .con2 ul li .item .text_box .text {
    font-size: 0.16145308rem;
    line-height: 0.36326942rem;
    height: 0.72653885rem;
    margin-top: 0.20181635rem;
  }
  .main11 ul li .imgbox {
    height: 7.56811302rem;
  }
  .main11 ul li .con_box .con {
    padding-left: 0.20181635rem;
  }
  .main11 ul li .con_box .con .title {
    font-size: 0.30272452rem;
    padding-bottom: 0.10090817rem;
    border-bottom: 0.02018163rem solid #02035e;
  }
  .main11 ul li .con_box .con .tag {
    width: 1.58425832rem;
    line-height: 0.49445005rem;
    border-radius: 0.50454087rem;
    font-size: 0.22199798rem;
    margin: 0.20181635rem 0;
  }
  .main11 ul li .con_box .con .text1 {
    font-size: 0.18163471rem;
    line-height: 0.36326942rem;
  }
  .main11 ul li .con_box .con dl {
    margin-top: 0.30272452rem;
  }
  .main11 ul li .con_box .con dl dd {
    padding: 0.10090817rem 0;
  }
  .main11 ul li .con_box .con dl dd b {
    width: 0.80726539rem;
    font-size: 0.35317861rem;
  }
  .main11 ul li .con_box .con dl dd .text {
    width: calc(100% - 0.80726539rem);
    font-size: 0.18163471rem;
    line-height: 0.32290616rem;
  }
  .main11 ul li:nth-child(even) .imgbox .img {
    padding: 0 15px 0 0;
  }
  .main11 ul li:nth-child(even) .con_box .con {
    padding: 0 0.20181635rem 0 15px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 ul {
    margin: 0 -5px 20px;
  }
  .main12 ul li {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 ul {
    margin: 0 0 10px;
  }
  .main13 ul li {
    width: 100%;
    padding: 0;
  }
  .main13 ul li .item {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .main13 ul li .item h5 {
    font-size: 16px;
  }
  .main13 ul li .item .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 75px;
    margin: 15px 0 10px;
  }
  .main13 ul li .item .hint {
    font-size: 14px;
  }
  .main13 ul li .item .more {
    margin-top: 20px;
  }
  .main13 ul li .item .more .date {
    font-size: 14px;
    background: url(../images/icon8.png) no-repeat 0 center / auto 16px;
    padding-left: 20px;
    line-height: 20px;
  }
  .main13 ul li .item .more a {
    width: 113px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 14px;
    background-position: 20px center;
    background-size: 16px auto;
    padding-left: 50px;
  }
  .main14 {
    padding: 30px 0;
  }
  .main14 .con {
    display: block;
  }
  .main14 .con .imgbox {
    width: 100%;
  }
  .main14 .con .text_box {
    width: 100%;
    margin-top: 20px;
  }
  .main14 .con .text_box .title h5 {
    font-size: 18px;
  }
  .main14 .con .text_box .title p {
    font-size: 14px;
    margin-top: 5px;
  }
  .main14 .con .text_box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .main15 {
    padding: 30px 0 10px;
  }
  .main15 ul {
    margin: 0;
  }
  .main15 ul li {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .main15 ul li .item {
    height: auto;
    min-height: 3.93541877rem;
    padding: 0.60544904rem;
  }
  .main15 ul li .item h5 {
    font-size: 0.32290616rem;
    padding-bottom: 0.30272452rem;
  }
  .main15 ul li .item h5::before {
    width: 0.35317861rem;
    height: 0.02018163rem;
  }
  .main15 ul li .item .text {
    font-size: 0.18163471rem;
    line-height: 0.36326942rem;
    margin-top: 0.30272452rem;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con .swiper-slide {
    height: 6.05449041rem;
  }
  .main16 .main16_con .swiper-slide .text_box {
    margin-bottom: 0.41372351rem;
  }
  .main16 .main16_con .swiper-slide .text_box h5 {
    font-size: 0.36326942rem;
  }
  .main16 .main16_con .swiper-slide .text_box p {
    font-size: 0.28254289rem;
    line-height: 0.40363269rem;
    max-height: 0.80726539rem;
    margin: 0.20181635rem 0;
  }
  .main16 .main16_con .swiper-slide .text_box .text {
    font-size: 0.18163471rem;
    line-height: 0.30272452rem;
    max-height: 0.90817356rem;
  }
  .main16 .main16_con .swiper-slide::before {
    width: 0.22199798rem;
    height: 0.22199798rem;
  }
  .main16 .main16_con .swiper-slide:nth-child(even) .text_box {
    margin: 0.41372351rem 0 0 0;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .con {
    margin-bottom: 30px;
  }
  .main17 .con .news3 {
    margin-bottom: 15px;
  }
  .main17 .con .news3:last-child {
    margin-bottom: 0;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .con .left {
    padding-right: 0.30272452rem;
  }
  .main18 .con .left h5 {
    font-size: 0.36326942rem;
    padding-bottom: 0.50454087rem;
  }
  .main18 .con .left .text {
    font-size: 0.18163471rem;
    margin-top: 0.50454087rem;
  }
  .main18 .con .right input,
  .main18 .con .right textarea {
    height: 0.64581231rem;
    border-radius: 0.10090817rem;
    font-size: 0.20181635rem;
    padding: 0 0.30272452rem;
    margin-bottom: 0.20181635rem;
  }
  .main18 .con .right textarea {
    height: 1.5136226rem;
    padding: 0.20181635rem 0.30272452rem;
  }
  .main18 .con .right button {
    width: 2.21997982rem;
    height: 0.64581231rem;
    border-radius: 0.64581231rem;
    font-size: 0.20181635rem;
    margin: 0.20181635rem auto 0;
  }
  .main19 {
    padding: 30px 0 10px;
  }
  .main19 .main19_con ul {
    margin: 0 -0.10090817rem;
  }
  .main19 .main19_con ul li {
    padding: 0 0.10090817rem;
    margin-bottom: 20px;
  }
  .main19 .main19_con ul li .item {
    border-radius: 0.30272452rem;
    padding: 0.30272452rem 0.30272452rem;
    height: 3.14833502rem;
    background: #ffffff url(../images/bg2.png) no-repeat center bottom / auto 1.160444rem;
  }
  .main19 .main19_con ul li .item h5 {
    font-size: 0.28254289rem;
    background: url(../images/icon10.png) no-repeat 0 0 / auto 0.35317861rem;
    padding-left: 0.40363269rem;
    line-height: 0.35317861rem;
  }
  .main19 .main19_con ul li .item .text {
    font-size: 0.20181635rem;
    line-height: 0.30272452rem;
    margin-top: 0.30272452rem;
    padding-left: 0.60544904rem;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 ul {
    margin-bottom: 30px;
  }
  .main20 ul li {
    padding: 20px 0;
  }
  .main20 ul li .item {
    background: url(../images/icon11.png) no-repeat 0 0 / auto 0.72653885rem;
    padding-left: 1.00908174rem;
    height: 0.72653885rem;
  }
  .main20 ul li .item h5 {
    font-size: 0.26236125rem;
  }
  .main20 ul li .item dl dd {
    font-size: 0.20181635rem;
  }
  .main20 ul li .item dl dd:nth-child(1) {
    width: 2.42179617rem;
  }
  .main20 ul li .item dl dd:nth-child(2) {
    width: 1.81634712rem;
  }
  .main20 ul li .item dl dd:nth-child(3) {
    width: 2.21997982rem;
  }
  .main20 ul li .item .more {
    width: 1.35216953rem;
    line-height: 0.44399596rem;
    padding-left: 0.1715439rem;
    font-size: 0.16145308rem;
    background-position: right 0.22199798rem center;
    background-size: 0.27245207rem auto;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .title h5 {
    font-size: 20px;
  }
  .main21 .title .date {
    font-size: 14px;
    margin-top: 10px;
  }
  .main21 .con {
    margin-top: 30px;
    font-size: 14px;
  }
  .main22 .main22_con {
    width: 5.04540868rem;
    padding: 0.30272452rem;
  }
  .main22 .main22_con .off {
    width: 0.40363269rem;
    height: 0.40363269rem;
    top: -0.30272452rem;
    right: -0.54490414rem;
  }
  .main22 .main22_con .off::before {
    font-size: 0.16145308rem;
  }
  .main22 .main22_con .jump {
    width: 1.36226034rem;
    height: 0.60544904rem;
    font-size: 0.24217962rem;
    padding-right: 0.27245207rem;
  }
  .main22 .main22_con .jump::before {
    border-right: 0.45408678rem solid transparent;
    border-bottom: 0.60544904rem solid #ffffff;
  }
  .main22 .main22_con .nav a {
    font-size: 0.20181635rem;
    margin-right: 0.80726539rem;
    padding-bottom: 0.10090817rem;
    border-bottom: 0.04036327rem solid transparent;
  }
  .main22 .main22_con ul {
    margin-top: 0.40363269rem;
  }
  .main22 .main22_con ul .item {
    margin-bottom: 0.30272452rem;
  }
  .main22 .main22_con ul li {
    margin-bottom: 0.20181635rem;
  }
  .main22 .main22_con ul li p {
    font-size: 0.18163471rem;
    margin-bottom: 0.15136226rem;
  }
  .main22 .main22_con ul li input,
  .main22 .main22_con ul li select {
    height: 0.50454087rem;
    font-size: 0.18163471rem;
    padding: 0 0.20181635rem;
  }
  .main22 .main22_con ul li .layui-form .layui-form-select .layui-edge {
    border-width: 0.08072654rem;
  }
  .main22 .main22_con ul li .hint {
    font-size: 0.16145308rem;
    margin-top: 0.10090817rem;
  }
  .main22 .main22_con ul li.forget a {
    font-size: 0.22199798rem;
  }
  .main22 .main22_con ul li.captcha .box input {
    width: calc(100% - 2.02825429rem);
  }
  .main22 .main22_con ul li.captcha .box .code {
    width: 1.89707366rem;
    height: 0.50454087rem;
    font-size: 0.18163471rem;
  }
  .main22 .main22_con ul li.terms {
    font-size: 0.22199798rem;
  }
  .main22 .main22_con ul li.terms .click {
    padding-left: 0.35317861rem;
  }
  .main22 .main22_con ul li.terms .click::before {
    width: 0.22199798rem;
    height: 0.22199798rem;
  }
  .main22 .main22_con ul li.terms .click.active::before {
    font-size: 0.18163471rem;
  }
  .main22 .main22_con ul li.spacing {
    margin-top: 0.60544904rem;
  }
  .main22 .main22_con ul li button {
    height: 0.50454087rem;
    font-size: 0.18163471rem;
  }
  footer .top {
    padding: 30px 0;
    display: block;
  }
  footer .top dl {
    width: 100% !important;
  }
  footer .top dl dt {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  footer .top dl dt::before {
    width: 2px;
    height: 16px;
  }
  footer .top dl dd a {
    font-size: 15px;
    line-height: 40px;
  }
  footer .top dl:nth-child(3) {
    width: 100%;
  }
  footer .top dl:nth-child(3) dt {
    background: url(../images/icon4_1.png) no-repeat 0 center / 25px auto;
    padding-left: 40px;
  }
  footer .top dl:nth-child(3) dd {
    font-size: 15px;
    line-height: 30px;
  }
  footer .top dl:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
  footer .top dl:nth-child(4) dt {
    background: url(../images/icon4_2.png) no-repeat 0 center / 22px auto;
    line-height: 30px;
    padding-left: 40px;
    font-size: 20px;
  }
  footer .top dl:nth-child(4) dd {
    background: url(../images/icon4_3.png) no-repeat 0 top / 25px auto;
    line-height: 30px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 25px;
  }
  footer .bottom {
    padding: 20px 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .page_div button {
    min-width: 0.55989583rem;
    height: 0.55989583rem;
    font-size: 0.26041667rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 1.26302083rem;
    height: 0.55989583rem;
    border-radius: 0.55989583rem;
    font-size: 0.234375rem;
  }
  .news3 .text_box h5 {
    font-size: 0.26041667rem;
    padding-bottom: 0.13020833rem;
  }
  .news3 .text_box h5::before {
    width: 0.45572917rem;
    height: 0.02604167rem;
  }
  .news3 .text_box .text {
    font-size: 0.234375rem;
    line-height: 0.390625rem;
    height: 0.78125rem;
    margin-top: 0.13020833rem;
  }
  .news3 .text_box .bottom .date {
    font-size: 0.234375rem;
    background: url(../images/icon8.png) no-repeat 0 center / 0.20833333rem auto;
    padding-left: 0.390625rem;
  }
  .news3 .text_box .bottom .more {
    width: 1.74479167rem;
    line-height: 0.52083333rem;
    padding-left: 0.22135417rem;
    font-size: 0.20833333rem;
    background-position: right 0.28645833rem center;
    background-size: 0.3515625rem auto;
  }
  .main4 {
    padding-bottom: 10px;
  }
  .main4 .main4_con ul {
    flex-wrap: wrap;
  }
  .main4 .main4_con ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .main4 .main4_con ul li .item .imgbox img {
    height: 80px;
  }
  .main4 .main4_con ul li .item .imgbox::before,
  .main4 .main4_con ul li .item .imgbox::after {
    display: none;
  }
  .main4 .main4_con ul li .item h5 {
    font-size: 16px;
    margin: 15px 0;
  }
  .main4 .main4_con ul li .item .text_box {
    border-radius: 10px;
    padding: 5px;
    height: 136px;
  }
  .main4 .main4_con ul li .item .text_box .text {
    font-size: 14px;
    line-height: 28px;
    max-height: 112px;
  }
  .main6 .con1 ul {
    display: block;
  }
  .main6 .con1 ul li {
    margin-bottom: 20px;
  }
  .main6 .con1 ul li .text_box::before {
    border-radius: 20px;
    top: 5px;
    left: 5px;
    border: 2px solid #80d8ec;
  }
  .main6 .con1 ul li .text_box .text {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 30px;
    border: 2px solid #33bfdf;
    border-radius: 20px;
    height: auto;
  }
  .main7 {
    padding: 30px 0 10px 0;
  }
  .main7 ul {
    display: block;
  }
  .main7 ul li .item {
    margin-bottom: 20px;
  }
  .main7 ul li .item .serial::before {
    border-radius: 5px;
    border: 2px solid #80d8ec;
    top: 5px;
    left: 5px;
  }
  .main7 ul li .item .serial p {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .main7 ul li .item .text_box {
    width: calc(100% - 50px);
    padding-left: 15px;
    padding-top: 0;
  }
  .main7 ul li .item .text_box h5 {
    font-size: 16px;
  }
  .main7 ul li .item .text_box .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    margin-top: 10px;
  }
  .main8 ul li .text_box h5 {
    font-size: 0.26041667rem;
    padding-bottom: 0.390625rem;
  }
  .main8 ul li .text_box h5::before {
    width: 0.390625rem;
    height: 0.02604167rem;
  }
  .main9 ul li {
    display: block;
  }
  .main9 ul li .imgbox {
    width: 100%;
  }
  .main9 ul li .text_box {
    width: 100%;
    padding: 0.26041667rem 0.13020833rem;
  }
  .main9 ul li .text_box h5 {
    font-size: 0.26041667rem;
    padding-bottom: 0.26041667rem;
    margin-bottom: 0.26041667rem;
  }
  .main9 ul li .text_box h5::before {
    width: 0.390625rem;
    height: 0.02604167rem;
  }
  .main9 ul li .text_box dl {
    max-height: initial;
  }
  .main9 ul li .text_box dl dd {
    font-size: 0.20833333rem;
    line-height: 0.390625rem;
    margin-bottom: 0.26041667rem;
    background: url(../images/icon5.png) no-repeat 0 0.06510417rem / auto 0.26041667rem;
    padding-left: 0.52083333rem;
  }
  .main10 {
    padding: 30px 0 10px 0;
  }
  .main10 .con2 ul li {
    width: 100%;
  }
  .main10 .con2 ul li .item {
    margin-bottom: 20px;
  }
  .main10 .con2 ul li .item .serial::before {
    border-radius: 5px;
    border: 2px solid #80d8ec;
    top: 5px;
    left: 5px;
  }
  .main10 .con2 ul li .item .serial p {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .main10 .con2 ul li .item .text_box {
    width: calc(100% - 50px);
    padding-left: 15px;
    padding-top: 0;
  }
  .main10 .con2 ul li .item .text_box h5 {
    font-size: 16px;
  }
  .main10 .con2 ul li .item .text_box .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    margin-top: 10px;
  }
  .main11 ul li {
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main11 ul li .imgbox {
    height: auto;
    width: 100%;
  }
  .main11 ul li .imgbox .img {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .main11 ul li .con_box {
    width: 100%;
    margin-top: 10px;
  }
  .main11 ul li .con_box .con {
    padding-left: 15px;
  }
  .main11 ul li .con_box .con .title {
    font-size: 0.390625rem;
    padding-bottom: 0.13020833rem;
    border-bottom: 0.02604167rem solid #02035e;
  }
  .main11 ul li .con_box .con .tag {
    width: 2.04427083rem;
    line-height: 0.63802083rem;
    border-radius: 0.65104167rem;
    font-size: 0.28645833rem;
    margin: 0.26041667rem 0;
  }
  .main11 ul li .con_box .con .text1 {
    font-size: 0.234375rem;
    line-height: 0.46875rem;
  }
  .main11 ul li .con_box .con dl {
    margin-top: 0.390625rem;
  }
  .main11 ul li .con_box .con dl dd {
    padding: 0.13020833rem 0;
  }
  .main11 ul li .con_box .con dl dd b {
    width: 1.04166667rem;
    font-size: 0.45572917rem;
  }
  .main11 ul li .con_box .con dl dd .text {
    width: calc(100% - 1.04166667rem);
    font-size: 0.234375rem;
    line-height: 0.41666667rem;
  }
  .main11 ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .main11 ul li:nth-child(even) .imgbox .img {
    padding: 0 15px 0 0;
  }
  .main11 ul li:nth-child(even) .con_box .con {
    padding: 0 15px 0 15px;
  }
  .main15 ul li .item h5 {
    font-size: 0.41666667rem;
    padding-bottom: 0.1953125rem;
  }
  .main15 ul li .item h5::before {
    width: 0.45572917rem;
    height: 0.02604167rem;
  }
  .main15 ul li .item .text {
    font-size: 0.234375rem;
    line-height: 0.46875rem;
    margin-top: 0.26041667rem;
  }
  .main16 .main16_con .swiper-slide {
    height: 7.8125rem;
  }
  .main16 .main16_con .swiper-slide .text_box {
    margin-bottom: 0.53385417rem;
  }
  .main16 .main16_con .swiper-slide .text_box h5 {
    font-size: 0.46875rem;
  }
  .main16 .main16_con .swiper-slide .text_box p {
    font-size: 0.36458333rem;
    line-height: 0.52083333rem;
    max-height: 1.04166667rem;
    margin: 0.26041667rem 0;
  }
  .main16 .main16_con .swiper-slide .text_box .text {
    font-size: 0.234375rem;
    line-height: 0.390625rem;
    max-height: 1.171875rem;
  }
  .main16 .main16_con .swiper-slide::before {
    width: 0.28645833rem;
    height: 0.28645833rem;
  }
  .main16 .main16_con .swiper-slide:nth-child(even) .text_box {
    margin: 0.53385417rem 0 0 0;
  }
  .main22 .main22_con {
    width: 90%;
    padding: 20px;
  }
  .main22 .main22_con .off {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
  }
  .main22 .main22_con .off::before {
    font-size: 14px;
  }
  .main22 .main22_con .nav a {
    font-size: 16px;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
  }
  .main22 .main22_con ul {
    margin-top: 30px;
  }
  .main22 .main22_con ul .item {
    margin-bottom: 30px;
  }
  .main22 .main22_con ul li {
    margin-bottom: 20px;
  }
  .main22 .main22_con ul li p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main22 .main22_con ul li input,
  .main22 .main22_con ul li select {
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }
  .main22 .main22_con ul li .layui-form .layui-form-select .layui-edge {
    border-width: 8px;
  }
  .main22 .main22_con ul li .hint {
    font-size: 16px;
    margin-top: 10px;
  }
  .main22 .main22_con ul li.forget a {
    font-size: 22px;
  }
  .main22 .main22_con ul li.captcha .box input {
    width: calc(100% - 100px);
  }
  .main22 .main22_con ul li.captcha .box .code {
    width: 90px;
    height: 40px;
    font-size: 14px;
  }
  .main22 .main22_con ul li.terms {
    font-size: 22px;
  }
  .main22 .main22_con ul li.terms .click {
    padding-left: 35px;
  }
  .main22 .main22_con ul li.terms .click::before {
    width: 22px;
    height: 22px;
  }
  .main22 .main22_con ul li.terms .click.active::before {
    font-size: 18px;
  }
  .main22 .main22_con ul li.spacing {
    margin-top: 60px;
  }
  .main22 .main22_con ul li button {
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .page_div button {
    min-width: 0.86rem;
    height: 0.86rem;
    font-size: 0.4rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 1.94rem;
    height: 0.86rem;
    border-radius: 0.86rem;
    font-size: 0.36rem;
  }
  .news2 .imgbox {
    height: 4.24rem;
  }
  .news2 h5 {
    font-size: 0.36rem;
    line-height: 0.9rem;
    background: url(../images/icon6.png) no-repeat right center / 0.36rem auto;
    padding-right: 0.6rem;
  }
  .news3 .text_box h5 {
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .news3 .text_box h5::before {
    width: 0.7rem;
    height: 0.04rem;
  }
  .news3 .text_box .text {
    font-size: 0.32rem;
    line-height: 0.5rem;
    height: 1rem;
    margin-top: 0.2rem;
  }
  .news3 .text_box .bottom .date {
    font-size: 0.28rem;
    background: url(../images/icon8.png) no-repeat 0 center / 0.3rem auto;
    padding-left: 0.4rem;
  }
  .news3 .text_box .bottom .more {
    width: 1.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
    font-size: 0.32rem;
    background-position: right 0.2rem center;
    background-size: 0.36rem auto;
  }
  .main2 .main2_left .title1 {
    margin: 0.6rem 0 0.6rem auto;
  }
  .main2 .main2_left .nav ul li a {
    font-size: 0.32rem;
    height: auto;
    padding: 0.3rem 0.2rem 0.3rem 1.2rem;
    background-position: 0.3rem center;
    background-size: 0.6rem auto;
  }
  .main2 .main2_left .nav ul li a::before {
    background-position: 0.3rem center;
    background-size: 0.6rem auto;
  }
  .main2 .main2_right .con {
    padding: 0.6rem 0.3rem 0 0.3rem;
  }
  .main2 .main2_right .con h5 {
    font-size: 0.32rem;
  }
  .main2 .main2_right .con .text {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin: 0.4rem 0;
  }
  .main2 .main2_right .con a {
    width: 1.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    background: url(../images/icon1_h.png) no-repeat right 0.1rem center / 0.4rem auto;
    margin-top: 0.6rem;
  }
  .main8 ul li .text_box h5 {
    font-size: 0.32rem;
    padding-bottom: 0.4rem;
  }
  .main8 ul li .text_box h5::before {
    width: 0.6rem;
    height: 0.04rem;
  }
  .main9 ul li .text_box {
    padding: 10px;
  }
  .main9 ul li .text_box h5 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main9 ul li .text_box h5::before {
    width: 30px;
    height: 2px;
  }
  .main9 ul li .text_box dl dd {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    background: url(../images/icon5.png) no-repeat 0 5px / auto 15px;
    padding-left: 25px;
  }
  .main11 ul li .con_box .con .title {
    font-size: 0.5rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.04rem solid #02035e;
  }
  .main11 ul li .con_box .con .tag {
    width: 3rem;
    line-height: 0.9rem;
    border-radius: 1rem;
    font-size: 0.36rem;
    margin: 0.4rem 0;
  }
  .main11 ul li .con_box .con .text1 {
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
  .main11 ul li .con_box .con dl {
    margin-top: 0.4rem;
  }
  .main11 ul li .con_box .con dl dd {
    padding: 0.2rem 0;
  }
  .main11 ul li .con_box .con dl dd b {
    width: 1.4rem;
    font-size: 0.7rem;
  }
  .main11 ul li .con_box .con dl dd .text {
    width: calc(100% - 1.4rem);
    font-size: 0.36rem;
    line-height: 0.64rem;
  }
  .main12 ul li {
    width: 50%;
  }
  .main15 ul li .item {
    padding: 0.6rem;
  }
  .main15 ul li .item h5 {
    font-size: 0.5rem;
  }
  .main15 ul li .item h5::before {
    width: 0.7rem;
    height: 0.04rem;
  }
  .main15 ul li .item .text {
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
  .main16 .main16_con .swiper-slide {
    height: 11rem;
  }
  .main16 .main16_con .swiper-slide .text_box {
    margin-bottom: 0.82rem;
  }
  .main16 .main16_con .swiper-slide .text_box h5 {
    font-size: 0.6rem;
  }
  .main16 .main16_con .swiper-slide .text_box p {
    font-size: 0.5rem;
    line-height: 0.6rem;
    max-height: 1.2rem;
    margin: 0.4rem 0;
  }
  .main16 .main16_con .swiper-slide .text_box .text {
    font-size: 0.36rem;
    line-height: 0.6rem;
    max-height: 1.8rem;
  }
  .main16 .main16_con .swiper-slide::before {
    width: 0.44rem;
    height: 0.44rem;
  }
  .main16 .main16_con .swiper-slide:nth-child(even) .text_box {
    margin: 0.82rem 0 0 0;
  }
  .main18 .con {
    display: block;
  }
  .main18 .con .left {
    width: 100%;
    padding-right: 0.6rem;
  }
  .main18 .con .left h5 {
    font-size: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .main18 .con .left .text {
    font-size: 0.36rem;
    margin-top: 0.4rem;
  }
  .main18 .con .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .main18 .con .right input,
  .main18 .con .right textarea {
    height: 1.2rem;
    border-radius: 0.2rem;
    font-size: 0.4rem;
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
  }
  .main18 .con .right textarea {
    height: 3rem;
    padding: 0.4rem;
  }
  .main18 .con .right button {
    width: 4.4rem;
    height: 1.28rem;
    border-radius: 1.28rem;
    font-size: 0.4rem;
    margin: 0 auto;
  }
  .main19 {
    padding: 30px 0 20px;
  }
  .main19 .main19_con ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .main19 .main19_con ul li .item {
    border-radius: 0.6rem;
    padding: 0.6rem 0.6rem;
    height: 4.4rem;
    background: #ffffff url(../images/bg2.png) no-repeat center bottom / auto 1.6rem;
  }
  .main19 .main19_con ul li .item h5 {
    font-size: 0.5rem;
    background: url(../images/icon10.png) no-repeat 0 0 / auto 0.7rem;
    padding-left: 0.8rem;
    line-height: 0.7rem;
  }
  .main19 .main19_con ul li .item .text {
    font-size: 0.36rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
    padding-left: 0.8rem;
  }
  .main20 ul li {
    padding: 20px 0;
  }
  .main20 ul li .item {
    background: url(../images/icon11.png) no-repeat 0 0 / auto 1.4rem;
    padding-left: 1.6rem;
    height: auto;
    display: block;
  }
  .main20 ul li .item h5 {
    font-size: 0.44rem;
  }
  .main20 ul li .item dl {
    display: block;
    margin-top: 0.4rem;
  }
  .main20 ul li .item dl dd {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .main20 ul li .item dl dd:nth-child(1) {
    width: 100%;
  }
  .main20 ul li .item dl dd:nth-child(2) {
    width: 100%;
  }
  .main20 ul li .item dl dd:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .main20 ul li .item .more {
    width: 2.68rem;
    line-height: 0.88rem;
    padding-left: 0.34rem;
    font-size: 0.32rem;
    background-position: right 0.44rem center;
    background-size: 0.54rem auto;
  }
}
