@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;
}
html {
  overflow-x: hidden;
}
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;
  overflow-x: hidden;
  padding-bottom: 0.234375rem;
  padding-top: 0.41666667rem;
}
body.active {
  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: 6.40625rem;
  padding: 0 15px;
  margin: 0 auto;
}
.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: #da7038 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.video_popup i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}
.video_popup video {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
}
.video_popup.active {
  display: flex;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 14px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.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: 60px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  border: 1px solid #ccc;
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 60px;
  height: 30px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #0458d6;
  border-color: #0458d6;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.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;
}
.ydd_btn.active span {
  background: #fff;
}
.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;
}
.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;
}
.title1 {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0.36458333rem;
}
.title1 .con {
  position: relative;
  text-align: center;
}
.title1 .con::before,
.title1 .con::after {
  content: "";
  width: 1.35416667rem;
  height: 1px;
  background-color: #454546;
  position: absolute;
  top: 50%;
}
.title1 .con::before {
  right: 100%;
  margin-right: 0.10416667rem;
}
.title1 .con::after {
  left: 100%;
  margin-left: 0.10416667rem;
}
.title1 .con h5 {
  font-size: 0.20833333rem;
  color: #010716;
}
.title1 .con p {
  font-size: 0.13541667rem;
  color: #010716;
  margin-top: 0.05208333rem;
}
.title1.title1_2 .con::before,
.title1.title1_2 .con::after {
  display: none;
}
.title2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 0.015625rem solid #575656;
  padding-bottom: 0.04166667rem;
  margin-bottom: 0.26041667rem;
}
.title2 h5 {
  font-size: 0.125rem;
  color: #010716;
  line-height: 1;
}
.title2 h5 i {
  margin: 0 0.02604167rem;
}
.title2 h5 span {
  font-size: 0.08333333rem;
  font-style: italic;
}
.title2 a {
  font-size: 0.08333333rem;
  color: #010716;
  line-height: 1;
}
.title2 a span {
  margin-left: 0.02604167rem;
}
.title3 {
  font-size: 0.15625rem;
  color: #010716;
  position: relative;
  padding-left: 0.10416667rem;
  line-height: 0.20833333rem;
}
.title3::before {
  content: "";
  width: 0.015625rem;
  height: 0.15625rem;
  background-color: #ff770f;
  position: absolute;
  top: 0.02604167rem;
  left: 0;
}
.nav1 {
  width: 100%;
  height: 0.41666667rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  transition: all .3s;
}
.nav1 .container_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav1 .container_box .logo {
  width: 1.66666667rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav1 .container_box .logo a img {
  max-width: 100%;
  height: 0.3125rem;
  transition: all .3s;
}
.nav1 .container_box nav {
  width: calc(100% - 1.66666667rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.nav1 .container_box nav::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #002f92;
  position: absolute;
  top: 0;
  left: 0.41666667rem;
  transform: skewX(-35deg);
}
.nav1 .container_box nav ul {
  display: flex;
  position: relative;
}
.nav1 .container_box nav ul li {
  margin-left: 0.20833333rem;
}
.nav1 .container_box nav ul li a {
  color: #fff;
  display: block;
  padding: 0.01041667rem 0.05208333rem;
  text-align: center;
  border-radius: 0.05208333rem;
  border: 1px solid #fff;
  border-color: transparent;
  transition: all .2s;
}
.nav1 .container_box nav ul li a h5 {
  font-size: 0.10416667rem;
  transition: all .3s;
}
.nav1 .container_box nav ul li a p {
  font-size: 0.07291667rem;
  text-transform: uppercase;
  margin-top: 0.02604167rem;
  font-weight: lighter;
  transition: all .3s;
  opacity: 0;
}
.nav1 .container_box nav ul li a.active,
.nav1 .container_box nav ul li a:hover {
  border-color: #fff;
}
.nav1 .container_box nav ul li a.active p,
.nav1 .container_box nav ul li a:hover p {
  opacity: 1;
}
.nav1.active {
  height: 0.3125rem;
}
.nav1.active .logo a img {
  max-height: 0.26041667rem;
}
.nav1.active nav ul li a h5 {
  font-size: 0.09375rem;
}
.nav1.active nav ul li a p {
  font-size: 0.0625rem;
  margin-top: 0.01041667rem;
}
.news1 {
  display: block;
  transition: all .3s;
}
.news1 .imgbox {
  height: 1.90104167rem;
  overflow: hidden;
  border-radius: 0.05208333rem;
}
.news1 .imgbox .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news1 h5 {
  font-size: 0.1875rem;
  color: #010716;
  margin-top: 0.15625rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.news2 {
  display: block;
  border-radius: 0.02604167rem;
  overflow: hidden;
  position: relative;
  height: 3.01041667rem;
}
.news2 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news2 .mask {
  background-color: rgba(3, 83, 252, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0.15625rem;
  transition: all .3s;
}
.news2 .mask::before {
  content: "";
  width: calc(100% - 0.10416667rem);
  height: calc(100% - 0.20833333rem);
  border: 0.01041667rem solid #ffffff;
  border-radius: 0.02604167rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news2 .mask h5 {
  font-size: 0.10416667rem;
  color: #fff;
}
.news2 .mask .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  color: #fff;
  margin-top: 0.10416667rem;
  max-height: 0.78125rem;
  overflow: hidden;
}
.news2:hover .img {
  transform: scale(1.1);
}
.news2:hover .mask {
  top: 0;
}
.news3 {
  display: block;
  background-color: #fff;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news3 .imgbox {
  height: 1.09895833rem;
  overflow: hidden;
}
.news3 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news3 h5 {
  font-size: 0.08333333rem;
  color: #002f92;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.05208333rem;
  line-height: 0.234375rem;
}
.news3:hover .imgbox .img {
  transform: scale(1.1);
}
.news4 {
  display: block;
}
.news4 .top {
  background-color: #fff;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news4 .top .imgbox {
  height: 1.09895833rem;
  overflow: hidden;
}
.news4 .top .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news4 .top h5 {
  font-size: 0.08333333rem;
  color: #002f92;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.05208333rem;
  line-height: 0.234375rem;
}
.news4 .bottom {
  font-size: 0.10416667rem;
  color: #10141d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.10416667rem;
  text-align: center;
}
.news4:hover .top .imgbox .img {
  transform: scale(1.1);
}
.news5 {
  display: block;
  height: 3.09895833rem;
  overflow: hidden;
  border: 1px solid #000;
  margin-top: 0.26041667rem;
  position: relative;
}
.news5 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news5 h5 {
  line-height: 0.18229167rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.08333333rem;
  color: #333;
  text-align: center;
  padding: 0 0.10416667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.news5:hover .img {
  transform: scale(1.1);
}
.banner .swiper .swiper-pagination {
  bottom: 0.15625rem;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.52083333rem;
  height: 0.01041667rem;
  margin: 0 0.078125rem;
  opacity: 1;
  border-radius: 0;
  background-color: #e8e8e8;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7497fb;
}
.main1 {
  padding: 0.52083333rem 0;
  background-color: #eef6fe;
}
.main1 .main1_con {
  position: relative;
}
.main1 .main1_con .swiper .swiper-slide a {
  display: flex;
  background-color: #dbedfe;
}
.main1 .main1_con .swiper .swiper-slide a .imgbox {
  width: 2.66666667rem;
  height: 2.23958333rem;
  overflow: hidden;
}
.main1 .main1_con .swiper .swiper-slide a .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.main1 .main1_con .swiper .swiper-slide a .imgbox:hover .img {
  transform: scale(1.1);
}
.main1 .main1_con .swiper .swiper-slide a .imgbox2 {
  width: calc(100% - 2.66666667rem);
}
.main1 .main1_con .swiper .swiper-slide a .imgbox2 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.main1 .main1_con .swiper .swiper-slide a .imgbox2:hover .img {
  transform: scale(1.1);
}
.main1 .main1_con .swiper .swiper-slide a .text_box {
  width: calc(100% - 2.66666667rem);
  padding: 0.15625rem 0.10416667rem 0;
}
.main1 .main1_con .swiper .swiper-slide a .text_box .text {
  font-size: 0.08854167rem;
  color: #454546;
  line-height: 0.20833333rem;
  height: 1.875rem;
  overflow-y: auto;
}
.main1 .main1_con .swiper .swiper-slide a .text_box .text img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.main1 .main1_con .but {
  width: 0.43229167rem;
  height: 0.43229167rem;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main1 .main1_con .but.but_prev {
  left: -0.546875rem;
}
.main1 .main1_con .but.but_next {
  right: -0.546875rem;
  transform: translateY(-50%) rotateY(180deg);
}
.main1 .main1_con .but:hover {
  background-image: url(../images/icon1_h.png);
}
.main2 {
  padding: 0.3125rem 0 0.52083333rem;
}
.main2 .main2_con {
  text-align: center;
}
.main2 .main2_con img {
  width: 7.68229167rem;
  transform: translateX(-0.78125rem);
}
.main3 {
  background: url(../images/bg1.jpg) no-repeat center bottom / cover;
  padding: 0.52083333rem 0 1.14583333rem;
}
.main3 .main3_con ul {
  display: flex;
  margin: 0 -0.078125rem;
}
.main3 .main3_con ul li {
  width: 33.3333%;
  padding: 0 0.078125rem;
}
.main3 .main3_con ul li .item {
  width: 100%;
  height: 1.19791667rem;
  display: flex;
  padding: 0.20833333rem 0;
  position: relative;
}
.main3 .main3_con ul li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.02604167rem solid #002f92;
  clip-path: polygon(0 0.41666667rem, 0.41666667rem 0.41666667rem, 0.41666667rem 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0.20833333rem;
  position: absolute;
  top: 0;
  left: 0;
}
.main3 .main3_con ul li .item .icon {
  width: 0.41666667rem;
  height: 0.41666667rem;
  position: absolute;
  top: -0.05208333rem;
  left: -0.05208333rem;
}
.main3 .main3_con ul li .item .icon img {
  width: 0.30729167rem;
}
.main3 .main3_con ul li .item .left {
  width: 0.59895833rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.15625rem;
  border-right: 0.015625rem solid #79b1fa;
  position: relative;
}
.main3 .main3_con ul li .item .left h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #002f92;
  writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: 0.02604167rem;
  white-space: nowrap;
}
.main3 .main3_con ul li .item .right {
  width: calc(100% - 0.59895833rem);
  display: flex;
  align-items: center;
  padding: 0 0.10416667rem;
  font-size: 0.10416667rem;
  color: #002f92;
  position: relative;
}
.main4 .main4_con {
  background: url(../images/bg2.jpg) no-repeat right bottom / cover;
  padding: 0.3125rem 1.77083333rem 0.3125rem 0.3125rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  min-height: 3.0625rem;
  margin: 0.78125rem 0;
}
.main4 .main4_con h5 {
  font-size: 0.18229167rem;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 0.078125rem;
}
.main4 .main4_con h5::before {
  content: "";
  width: 0.015625rem;
  height: 0.18229167rem;
  background-color: #ff770f;
  position: absolute;
  top: 0.015625rem;
  left: 0;
}
.main4 .main4_con .text {
  font-size: 0.09375rem;
  color: #4b4e52;
  line-height: 0.1875rem;
  padding-left: 0.078125rem;
  margin-top: 0.10416667rem;
}
.main4 .main4_con ul {
  padding-left: 0.20833333rem;
  margin-top: 0.36458333rem;
}
.main4 .main4_con ul li {
  font-size: 0.10416667rem;
  color: #000;
  margin-top: 0.078125rem;
  position: relative;
  padding-left: 0.078125rem;
}
.main4 .main4_con ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main5 {
  background-color: #eef6fe;
  padding: 0.36458333rem 0 0.88541667rem;
}
.main5 .main5_con {
  position: relative;
}
.main5 .main5_con .num {
  width: 1.328125rem;
}
.main5 .main5_con .swiper .swiper-wrapper .swiper-slide {
  width: 3.046875rem;
  margin-right: 0.15625rem;
  overflow: hidden;
}
.main5 .main5_con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .news1,
.main5 .main5_con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .news1 {
  opacity: .3;
}
.main5 .main5_con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .news1 h5,
.main5 .main5_con .swiper .swiper-wrapper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .news1 h5 {
  opacity: 0;
}
.main5 .main5_con .but_box {
  position: absolute;
  width: 6.25rem;
  top: 0.94791667rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main5 .main5_con .but_box .but {
  width: 0.43229167rem;
  height: 0.43229167rem;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main5 .main5_con .but_box .but:focus {
  outline: none;
}
.main5 .main5_con .but_box .but.but_prev {
  left: -0.546875rem;
}
.main5 .main5_con .but_box .but.but_next {
  right: -0.546875rem;
  transform: translateY(-50%) rotateY(180deg);
}
.main6 {
  padding: 0.46875rem 0 0.26041667rem;
}
.main7 {
  padding: 0.57291667rem 0 0.41666667rem;
  background-color: #eef6fe;
}
.main7 .main7_con_1 {
  font-size: 0.25rem;
  font-weight: bold;
  color: #0c0601;
  padding: 0.20833333rem 0.15625rem;
  text-align: center;
  border: 0.03125rem dotted #ff770f;
  border-style: dashed;
}
.main7 .main7_con_2 {
  margin-top: 0.625rem;
}
.main7 .main7_con_2 .swiper {
  padding-bottom: 0.05208333rem;
}
.main8 {
  background-image: linear-gradient(to top, #d4e9fe, rgba(212, 233, 254, 0));
}
.main8 .main8_con {
  padding: 0.83333333rem 0 0.3125rem;
}
.main8 .main8_con .main8_con_1 {
  display: flex;
  padding: 0 0.15625rem;
  align-items: center;
}
.main8 .main8_con .main8_con_1 .left {
  width: calc(100% - 1.92708333rem);
  padding-right: 0.15625rem;
}
.main8 .main8_con .main8_con_1 .left ul li {
  font-size: 0.10416667rem;
  color: #070401;
  line-height: 0.13020833rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.078125rem;
}
.main8 .main8_con .main8_con_1 .left ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #070401;
  border-radius: 50%;
  position: absolute;
  top: 0.04166667rem;
  left: 0;
}
.main8 .main8_con .main8_con_1 .right {
  width: 1.92708333rem;
}
.main8 .main8_con .main8_con_1 .right img {
  width: 100%;
}
.main8 .main8_con .more {
  display: block;
  font-size: 0.09375rem;
  color: #070401;
  width: 0.67708333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  line-height: 0.20833333rem;
  border-radius: 0.20833333rem;
  text-align: center;
  margin-top: 0.26041667rem;
}
.main9 {
  height: 4.6875rem;
  background: url(../images/bg4.jpg) no-repeat center bottom / cover;
}
.main9 .container_box {
  height: 100%;
}
.main9 .container_box .main9_con {
  position: relative;
  height: 100%;
}
.main9 .container_box .main9_con .title3 {
  position: absolute;
  top: 0.625rem;
  left: 0.05208333rem;
  z-index: 2;
}
.main9 .container_box .main9_con .swiper {
  height: 100%;
}
.main9 .container_box .main9_con .swiper .swiper-slide {
  border-right: 1px solid #fff;
}
.main9 .container_box .main9_con .swiper .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.10416667rem 0.3125rem;
  transition: all .3s;
  position: relative;
}
.main9 .container_box .main9_con .swiper .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(0.26041667rem);
  opacity: 0;
  transition: all .3s;
}
.main9 .container_box .main9_con .swiper .swiper-slide a h5 {
  font-size: 0.10416667rem;
  color: #102228;
  position: relative;
  z-index: 2;
  padding-bottom: 0.05208333rem;
}
.main9 .container_box .main9_con .swiper .swiper-slide a h5::before {
  content: "";
  width: 0.3125rem;
  height: 0.01041667rem;
  background-color: #ff770f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.main9 .container_box .main9_con .swiper .swiper-slide a .text {
  font-size: 0.08333333rem;
  color: #102228;
  margin-top: 0.10416667rem;
  opacity: 0;
  transition: all .3s;
  position: relative;
  z-index: 2;
}
.main9 .container_box .main9_con .swiper .swiper-slide a:hover {
  padding-top: 0.3125rem;
  padding-bottom: 0;
  -webkit-backdrop-filter: saturate(1) blur(0.03125rem);
  backdrop-filter: saturate(1) blur(0.03125rem);
  background-color: rgba(255, 255, 255, 0.2);
}
.main9 .container_box .main9_con .swiper .swiper-slide a:hover h5 {
  color: #002f92;
}
.main9 .container_box .main9_con .swiper .swiper-slide a:hover h5::before {
  opacity: 1;
}
.main9 .container_box .main9_con .swiper .swiper-slide a:hover .text {
  opacity: 1;
}
.main9 .container_box .main9_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  border: none;
}
.main10 {
  padding: 0.3125rem 0;
}
.main10 .main10_con {
  display: flex;
}
.main10 .main10_con .left {
  width: 2.65625rem;
  padding-right: 0.15625rem;
}
.main10 .main10_con .left .text {
  font-size: 0.09375rem;
  color: #010716;
  line-height: 2;
  margin-top: 0.52083333rem;
}
.main10 .main10_con .right {
  width: calc(100% - 2.65625rem);
  padding-top: 0.3125rem;
}
.main10 .main10_con .right .con {
  height: 2.63020833rem;
  border-radius: 0.15625rem;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0.02604167rem 0.02604167rem 0.05208333rem rgba(202, 215, 227, 0.7);
}
.main10 .main10_con .right .con ul {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ededed;
  border-radius: 0.3125rem;
  border: 0.02604167rem solid #ffffff;
}
.main10 .main10_con .right .con ul li {
  flex: 1;
  max-width: 25%;
}
.main10 .main10_con .right .con ul li a {
  display: block;
  line-height: 0.3125rem;
  font-size: 0.08333333rem;
  color: #333;
  text-align: center;
  border-radius: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-right: 0.02604167rem solid #ffffff f;
}
.main10 .main10_con .right .con ul li a.active {
  background-color: #fff;
}
.main10 .main10_con .right .con ul li:last-child a {
  border: none;
}
.main11 {
  padding: 0.9375rem 0 1.19791667rem;
  background: url(../images/bg5.jpg) no-repeat center bottom / cover;
}
.main11 .main11_con {
  overflow: hidden;
}
.main11 .main11_con ul {
  display: flex;
  margin: 0.46875rem -0.20833333rem 0;
}
.main11 .main11_con ul li {
  width: 33.33333%;
  padding: 0 0.20833333rem;
}
.main11 .main11_con ul li .item {
  border: 0.01041667rem solid #032c7c;
  border-top-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  height: 2.34375rem;
  padding: 0.15625rem 0.10416667rem;
  cursor: pointer;
  transition: all .3s;
}
.main11 .main11_con ul li .item .bt {
  display: flex;
  align-items: center;
}
.main11 .main11_con ul li .item .bt b {
  width: 0.46875rem;
  height: 0.46875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  color: #fff;
  font-size: 0.20833333rem;
  background-color: #032c7c;
  border-radius: 50%;
  transition: all .3s;
}
.main11 .main11_con ul li .item .bt p {
  color: #dae7fe;
  font-size: 0.26041667rem;
  margin-left: 0.05208333rem;
  transition: all .3s;
}
.main11 .main11_con ul li .item .text_box {
  display: flex;
  justify-content: center;
}
.main11 .main11_con ul li .item .text_box .text {
  font-size: 0.15625rem;
  color: #010716;
  margin-top: 0.20833333rem;
  line-height: 2;
}
.main11.main11_2 {
  padding-top: 0.3125rem;
}
.main11.main11_2 .main11_2_con_1 {
  margin-top: 0.10416667rem;
  padding-left: 0.20833333rem;
}
.main11.main11_2 .main11_2_con_1 ul li {
  font-size: 0.10416667rem;
  color: #181717;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.05208333rem;
}
.main11.main11_2 .main11_2_con_1 ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #181717;
  border-radius: 50%;
  position: absolute;
  top: 0.05729167rem;
  left: 0;
}
.main12 {
  padding: 0.3125rem 0 0.98958333rem;
  background: url(../images/bg6.jpg) no-repeat center bottom / cover;
}
.main12 .main12_con_1 {
  margin-top: 0.15625rem;
}
.main12 .main12_con_1 ul {
  padding-left: 0.20833333rem;
}
.main12 .main12_con_1 ul li {
  font-size: 0.10416667rem;
  color: #181717;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.05208333rem;
}
.main12 .main12_con_1 ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #181717;
  border-radius: 50%;
  position: absolute;
  top: 0.05729167rem;
  left: 0;
}
.main12 .main12_con_2 {
  display: flex;
  margin-top: 0.9375rem;
}
.main12 .main12_con_2 .item {
  width: 50%;
}
.main12 .main12_con_2 .item ul li {
  font-size: 0.11458333rem;
  color: #00278e;
  margin-bottom: 0.20833333rem;
  position: relative;
}
.main12 .main12_con_2 .item ul li::before {
  content: "";
  width: 0.015625rem;
  height: 100%;
  background-color: #00278e;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main12 .main12_con_2 .item:nth-child(1) {
  padding-right: 0.10416667rem;
}
.main12 .main12_con_2 .item:nth-child(1) ul li {
  text-align: right;
  padding-right: 0.10416667rem;
}
.main12 .main12_con_2 .item:nth-child(2) {
  padding-left: 0.10416667rem;
}
.main12 .main12_con_2 .item:nth-child(2) ul li {
  padding: 0 0 0 0.10416667rem;
  color: #ff770f;
}
.main12 .main12_con_2 .item:nth-child(2) ul li::before {
  right: auto;
  left: 0;
  background-color: #ff770f;
}
.main13 {
  padding: 0.72916667rem 0;
}
.main13 .main13_con {
  border-radius: 0.15625rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
}
.main13 .main13_con .nav {
  display: flex;
  background-color: #ebebeb;
  border-radius: 0.15625rem;
}
.main13 .main13_con .nav a {
  width: 50%;
  font-size: 0.15625rem;
  color: #696a6b;
  height: 0.78125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.15625rem;
}
.main13 .main13_con .nav a.active {
  background-color: #fff;
  color: #00278e;
}
.main13 .main13_con .con_box {
  padding: 0.10416667rem 0.10416667rem 0.20833333rem;
}
.main13 .main13_con .con_box ul {
  margin: 0 -0.05208333rem;
  display: none;
  flex-wrap: wrap;
}
.main13 .main13_con .con_box ul li {
  width: 20%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.main13 .main13_con .con_box ul li a {
  display: block;
  height: 2.0625rem;
  position: relative;
  border-radius: 0.10416667rem;
  overflow: hidden;
  border: 1px solid #dedddd;
}
.main13 .main13_con .con_box ul li a .imgbox {
  height: 1.03125rem;
  overflow: hidden;
}
.main13 .main13_con .con_box ul li a .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.main13 .main13_con .con_box ul li a .text_box {
  background-color: #f2f0f0;
  border-top-left-radius: 0.10416667rem;
  border-top-right-radius: 0.10416667rem;
  width: 100%;
  height: 1.19791667rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.15625rem 0.05208333rem 0;
}
.main13 .main13_con .con_box ul li a .text_box h5 {
  font-size: 0.09375rem;
  color: #181717;
  padding-bottom: 0.05208333rem;
  border-bottom: 1px solid #181717;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main13 .main13_con .con_box ul li a .text_box .text {
  font-size: 0.08333333rem;
  color: #181717;
  line-height: 0.15625rem;
  height: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.078125rem;
}
.main13 .main13_con .con_box ul li a:hover .imgbox .img {
  transform: scale(1.1);
}
.main13 .main13_con .con_box ul.active {
  display: flex;
}
.main14 {
  background-color: #eef6fe;
  padding: 0.52083333rem 0;
}
.main14 .main14_con_1 {
  margin-top: 0.15625rem;
  padding-left: 0.20833333rem;
}
.main14 .main14_con_1 ul li {
  font-size: 0.10416667rem;
  color: #181717;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.05208333rem;
}
.main14 .main14_con_1 ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #181717;
  border-radius: 50%;
  position: absolute;
  top: 0.05729167rem;
  left: 0;
}
.main14 .main14_con_2 {
  margin-top: 0.26041667rem;
  text-align: center;
}
.main14 .main14_con_2 img {
  width: 5.328125rem;
  max-width: 100%;
}
.main15 {
  padding: 0.52083333rem 0;
  background: url(../images/bg7.jpg) no-repeat center bottom / cover;
}
.main15 .main15_con {
  text-align: center;
  margin-top: 0.41666667rem;
}
.main15 .main15_con img {
  width: 3.98958333rem;
  max-width: 100%;
}
.main16 {
  padding: 0.41666667rem 0;
}
.main16 .main16_con_1 {
  margin-top: 0.15625rem;
  padding-left: 0.20833333rem;
}
.main16 .main16_con_1 ul li {
  font-size: 0.10416667rem;
  color: #181717;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  margin-bottom: 0.05208333rem;
}
.main16 .main16_con_1 ul li::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #181717;
  border-radius: 50%;
  position: absolute;
  top: 0.05729167rem;
  left: 0;
}
.main16 .main16_con_2 {
  text-align: center;
  margin-top: 0.26041667rem;
}
.main16 .main16_con_2 .ditu2 {
  width: 5.47395833rem;
}
.main17 {
  padding: 0.41666667rem 0;
  background-color: #eef6fe;
}
.main17 .main17_con {
  height: 2.29166667rem;
  position: relative;
  margin-top: 0.83333333rem;
}
.main17 .main17_con .shuzhi {
  width: 5.24479167rem;
  position: absolute;
  top: 0.390625rem;
  left: 0.76041667rem;
}
.main17 .main17_con ul li {
  position: absolute;
}
.main17 .main17_con ul li a {
  display: flex;
  position: relative;
  width: 1.53645833rem;
  height: 0.69791667rem;
  background-image: linear-gradient(to bottom, rgba(194, 214, 238, 0.1), rgba(194, 214, 238, 0.8));
  border-radius: 0.15625rem;
  padding: 0.05208333rem 0.10416667rem 0;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.main17 .main17_con ul li a h5 {
  line-height: 0.16666667rem;
  color: #fff;
  background-color: #ff770f;
  font-size: 0.10416667rem;
  border-radius: 0.05208333rem;
  position: absolute;
  top: -0.08333333rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.05208333rem;
}
.main17 .main17_con ul li a .text {
  font-size: 0.10416667rem;
  color: #090909;
  text-align: center;
}
.main17 .main17_con ul li a:hover {
  background-image: linear-gradient(to bottom, rgba(194, 214, 238, 0.3), #c2d6ee);
}
.main17 .main17_con ul li:nth-child(2) {
  left: 1.97916667rem;
}
.main17 .main17_con ul li:nth-child(3) {
  left: 4.05208333rem;
}
.main17 .main17_con ul li:nth-child(4) {
  top: 1.45833333rem;
  left: 0.52083333rem;
}
.main17 .main17_con ul li:nth-child(5) {
  top: 1.45833333rem;
  left: 2.65625rem;
}
.main17 .main17_con ul li:nth-child(6) {
  top: 1.45833333rem;
  left: 4.6875rem;
}
.main18 {
  padding: 0.3125rem 0;
  background-color: #eef6fe;
}
.main18 .main18_con_1 {
  margin-top: 0.15625rem;
}
.main18 .main18_con_2 {
  margin-top: 0.26041667rem;
}
.main18 .main18_con_2 .title {
  font-size: 0.15625rem;
  color: #090103;
  border-bottom: 0.015625rem solid #090103;
  padding-bottom: 0.078125rem;
}
.main18 .main18_con_2 ul {
  padding: 0.15625rem 0;
  border-bottom: 0.015625rem solid #090103;
  margin-bottom: 0.26041667rem;
}
.main18 .main18_con_2 ul li {
  margin-bottom: 0.05208333rem;
}
.main18 .main18_con_2 ul li a {
  display: block;
  position: relative;
  color: #090103;
  font-size: 0.08333333rem;
  padding-right: 0.83333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.main18 .main18_con_2 ul li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.07291667rem;
  color: #999;
  transition: all .3s;
}
.main18 .main18_con_2 ul li a:hover {
  color: #002f91;
}
.main18 .main18_con_2 ul li a:hover span {
  color: #002f91;
}
.main18 .main18_con_2 ul li:last-child {
  margin-bottom: 0;
}
.main19 {
  padding: 0.41666667rem 0;
  background-color: #eef6fe;
}
.main19 .main19_crumbs {
  font-size: 0.08333333rem;
  margin-bottom: 0.15625rem;
  color: #000;
}
.main19 .main19_crumbs a {
  color: #000;
}
.main19 .main19_con {
  display: flex;
}
.main19 .main19_con .left {
  width: calc(100% - 1.92708333rem);
  border: 1px solid #000;
  padding: 0.15625rem;
}
.main19 .main19_con .left .title {
  padding-bottom: 0.15625rem;
  border-bottom: 0.015625rem solid #000000;
}
.main19 .main19_con .left .title h5 {
  font-size: 0.10416667rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.main19 .main19_con .left .title .text {
  font-size: 0.08333333rem;
  margin-top: 0.10416667rem;
  text-align: center;
}
.main19 .main19_con .left .title .text span {
  margin: 0 0.05208333rem;
}
.main19 .main19_con .left .con {
  font-size: 0.08333333rem;
  line-height: 2;
  margin: 0.15625rem 0;
}
.main19 .main19_con .left .con img {
  display: block;
  max-width: 100%;
  margin: 0.05208333rem auto;
}
.main19 .main19_con .right {
  width: 1.92708333rem;
  padding-left: 0.10416667rem;
}
.main19 .main19_con .right .title {
  font-size: 0.15625rem;
  color: #000;
  margin-bottom: 0.15625rem;
}
.main19 .main19_con .right ul li a {
  display: block;
  font-size: 0.08333333rem;
  color: #999;
  line-height: 0.18229167rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}
.main19 .main19_con .right ul li a:hover {
  color: #002d8d;
}
.suspend {
  width: 1.38020833rem;
  height: 2.39583333rem;
  background-color: #fff;
  box-shadow: 0 0 0.078125rem rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  right: 0.05208333rem;
  transform: translateY(-50%);
  z-index: 2000;
}
.suspend .title {
  line-height: 0.3125rem;
  background-color: #023193;
  font-size: 0.10416667rem;
  color: #fff;
  padding-left: 0.05208333rem;
  letter-spacing: 0.02604167rem;
  background-image: url(../images/icon4.png);
  background-size: 0.10416667rem auto;
  background-position: right 0.05208333rem center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.suspend .imgbox {
  height: calc(100% - 0.3125rem);
  border: 0.02604167rem solid #ffffff;
}
.suspend .imgbox .img {
  height: 100%;
  background-image: url(../images/img6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.suspend .bottom {
  width: 100%;
  position: absolute;
  bottom: 0.15625rem;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.suspend .bottom a {
  margin-top: 0.10416667rem;
}
.suspend .bottom a img {
  width: 1.19791667rem;
}
.suspend.off {
  display: none;
}
.client_message {
  background: url(../images/bg8.jpg) no-repeat center center / cover;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  clip-path: polygon(0 0, 1.3125rem 0, 1.54166667rem 0.234375rem, 100% 0.234375rem, 100% 100%, 0 100%);
}
.client_message .off {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  display: none;
}
.client_message .off span {
  font-size: 25px;
  color: #fff;
  transform: rotate(45deg);
}
.client_message .con_box {
  width: 9.89583333rem;
  height: 0.52083333rem;
  position: relative;
}
.client_message .con_box .phone {
  font-size: 0.13020833rem;
  color: #fff;
  height: 0.26041667rem;
  display: flex;
  align-items: center;
  background: url(../images/icon5.png) no-repeat 0 center / auto 0.18229167rem;
  padding-left: 0.26041667rem;
}
.client_message .con_box .con ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client_message .con_box .con ul .bt {
  font-size: 0.10416667rem;
  color: #fff;
}
.client_message .con_box .con ul .m_radio {
  font-size: 0.10416667rem;
  color: #fff;
  position: relative;
  padding-left: 0.15625rem;
  cursor: pointer;
  font-weight: normal;
}
.client_message .con_box .con ul .m_radio::before {
  content: "";
  width: 0.09375rem;
  height: 0.09375rem;
  border: 1px solid #69cef9;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.client_message .con_box .con ul .m_radio.active::before {
  background-color: #69cef9;
}
.client_message .con_box .con ul input {
  width: 1.35416667rem;
  height: 0.234375rem;
  border: 0.015625rem solid #69cef9;
  padding: 0 0.05208333rem;
  background: #fff;
  font-size: 0.08333333rem;
}
.client_message .con_box .con ul input:focus {
  outline: none;
}
.client_message .con_box .con ul .yzm {
  width: 1.35416667rem;
  height: 0.234375rem;
  border: 0.015625rem solid #69cef9;
  display: flex;
  background: #ffff;
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
}
.client_message .con_box .con ul .yzm input {
  width: calc(100% - 0.625rem);
  height: 100%;
  border: none;
}
.client_message .con_box .con ul .yzm a {
  width: 0.625rem;
  height: 100%;
  border: 0.02083333rem solid #2ca8e6;
  border-radius: 0.05208333rem;
  overflow: hidden;
}
.client_message .con_box .con ul .yzm a img {
  width: 100%;
  height: 100%;
}
.client_message .con_box .con ul button {
  width: 0.57291667rem;
  height: 0.234375rem;
  background-color: #2ca8e6;
  color: #fff;
  border-radius: 0.02604167rem;
  font-size: 0.08333333rem;
  border: none;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
}
.client_message .con_box .con ul button:focus {
  outline: none;
}
.message_but {
  width: 100%;
  height: 60px;
  background-color: #002f92;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  display: none;
}
footer {
  background-color: #002f92;
  padding: 0.15625rem 0 0.26041667rem;
}
footer .footer_con_1 ul {
  display: flex;
  justify-content: center;
}
footer .footer_con_1 ul li {
  padding: 0 0.046875rem;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer .footer_con_1 ul li a {
  font-size: 0.08333333rem;
  color: #fff;
}
footer .footer_con_1 ul li:last-child {
  border: none;
}
footer .footer_con_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0.26041667rem 0;
}
footer .footer_con_2 .con {
  position: relative;
}
footer .footer_con_2 .con::before,
footer .footer_con_2 .con::after {
  content: "";
  width: 1.25rem;
  height: 0.015625rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_con_2 .con::before {
  right: 100%;
  margin-right: 0.26041667rem;
}
footer .footer_con_2 .con::after {
  left: 100%;
  margin-left: 0.26041667rem;
}
footer .footer_con_2 .con img {
  width: 1.19791667rem;
}
footer .footer_con_3 {
  display: flex;
  justify-content: center;
}
footer .footer_con_3 .item {
  text-align: center;
  margin: 0 0.15625rem;
}
footer .footer_con_3 .item .img {
  border: 0.02604167rem solid #ffffff;
}
footer .footer_con_3 .item .img img {
  width: 0.67708333rem;
  height: 0.67708333rem;
}
footer .footer_con_3 .item p {
  font-size: 0.08333333rem;
  color: #fff;
  margin-top: 0.05208333rem;
}
footer .footer_con_4 {
  font-size: 0.09375rem;
  color: #fff;
  line-height: 2;
  padding-left: 0.15625rem;
  text-align: center;
  margin-top: 0.15625rem;
}
footer .footer_con_5 {
  text-align: center;
  color: #fff;
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.15625rem;
}
footer .footer_con_5 a {
  color: #fff;
}
@media (min-width: 992px) {
  .main11 .main11_con ul li .item:hover {
    border-color: #ff770f;
  }
  .main11 .main11_con ul li .item:hover .bt b {
    background-color: #ff770f;
  }
}
@media (max-width: 1500px) {
  .main2 .main2_con img {
    width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 1420px) {
  .main1 .main1_con .but {
    display: none;
  }
}
@media (max-width: 1230px) {
  .container_box {
    max-width: initial;
  }
  body {
    padding-top: 0.6504065rem;
  }
  .title1 {
    margin-bottom: 0.56910569rem;
  }
  .title1 .con::before,
  .title1 .con::after {
    width: 2.11382114rem;
  }
  .title1 .con::before {
    margin-right: 0.16260163rem;
  }
  .title1 .con::after {
    margin-left: 0.16260163rem;
  }
  .title1 .con h5 {
    font-size: 0.32520325rem;
  }
  .title1 .con p {
    font-size: 0.21138211rem;
    margin-top: 0.08130081rem;
  }
  .title2 {
    border-bottom: 0.02439024rem solid #575656;
    padding-bottom: 0.06504065rem;
    margin-bottom: 0.40650407rem;
  }
  .title2 h5 {
    font-size: 0.19512195rem;
  }
  .title2 h5 i {
    margin: 0 0.04065041rem;
  }
  .title2 h5 span {
    font-size: 0.1300813rem;
  }
  .title2 a {
    font-size: 0.1300813rem;
  }
  .title2 a span {
    margin-left: 0.04065041rem;
  }
  .title3 {
    font-size: 0.24390244rem;
    padding-left: 0.16260163rem;
    line-height: 0.32520325rem;
  }
  .title3::before {
    width: 0.02439024rem;
    height: 0.24390244rem;
    top: 0.04065041rem;
  }
  .nav1 {
    height: 0.6504065rem;
  }
  .nav1 .container_box .logo {
    width: 2.60162602rem;
  }
  .nav1 .container_box .logo a img {
    height: 0.48780488rem;
  }
  .nav1 .container_box nav {
    width: calc(100% - 2.60162602rem);
  }
  .nav1 .container_box nav::before {
    left: 0.6504065rem;
  }
  .nav1 .container_box nav ul li {
    margin-left: 0.32520325rem;
  }
  .nav1 .container_box nav ul li a {
    padding: 0.01626016rem 0.08130081rem;
    border-radius: 0.08130081rem;
  }
  .nav1 .container_box nav ul li a h5 {
    font-size: 0.16260163rem;
  }
  .nav1 .container_box nav ul li a p {
    font-size: 0.11382114rem;
    margin-top: 0.04065041rem;
  }
  .nav1.active {
    height: 0.48780488rem;
  }
  .nav1.active .logo a img {
    max-height: 0.40650407rem;
  }
  .nav1.active nav ul li a h5 {
    font-size: 0.14634146rem;
  }
  .nav1.active nav ul li a p {
    font-size: 0.09756098rem;
    margin-top: 0.01626016rem;
  }
  .news2 {
    border-radius: 0.04065041rem;
    height: 4.69918699rem;
  }
  .news2 .mask {
    padding: 0 0.24390244rem;
  }
  .news2 .mask::before {
    width: calc(100% - 0.16260163rem);
    height: calc(100% - 0.32520325rem);
    border: 0.01626016rem solid #ffffff;
    border-radius: 0.04065041rem;
  }
  .news2 .mask h5 {
    font-size: 0.16260163rem;
  }
  .news2 .mask .text {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    margin-top: 0.16260163rem;
    max-height: 1.2195122rem;
  }
  .news3 {
    box-shadow: 0 0.04065041rem 0.08130081rem rgba(0, 0, 0, 0.1);
  }
  .news3 .imgbox {
    height: 1.71544715rem;
  }
  .news3 h5 {
    font-size: 0.1300813rem;
    padding: 0 0.08130081rem;
    line-height: 0.36585366rem;
  }
  .news4 .top {
    box-shadow: 0 0.04065041rem 0.08130081rem rgba(0, 0, 0, 0.1);
  }
  .news4 .top .imgbox {
    height: 1.71544715rem;
  }
  .news4 .top h5 {
    font-size: 0.1300813rem;
    padding: 0 0.08130081rem;
    line-height: 0.36585366rem;
  }
  .news4 .bottom {
    font-size: 0.16260163rem;
    margin-top: 0.16260163rem;
  }
  .news5 {
    height: 4.83739837rem;
    margin-top: 0.40650407rem;
  }
  .news5 h5 {
    line-height: 0.28455285rem;
    font-size: 0.1300813rem;
  }
  .banner .swiper .swiper-pagination {
    bottom: 0.24390244rem;
  }
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.81300813rem;
    height: 0.01626016rem;
    margin: 0 0.12195122rem;
  }
  .main1 {
    padding: 0.81300813rem 0;
  }
  .main1 .main1_con .swiper .swiper-slide a .imgbox {
    width: 4.16260163rem;
    height: 3.49593496rem;
  }
  .main1 .main1_con .swiper .swiper-slide a .imgbox2 {
    width: calc(100% - 4.16260163rem);
  }
  .main1 .main1_con .swiper .swiper-slide a .text_box {
    width: calc(100% - 4.16260163rem);
    padding: 0.24390244rem 0.16260163rem 0;
  }
  .main1 .main1_con .swiper .swiper-slide a .text_box .text {
    font-size: 0.13821138rem;
    line-height: 0.32520325rem;
    height: 2.92682927rem;
  }
  .main1 .main1_con .but {
    width: 0.67479675rem;
    height: 0.67479675rem;
  }
  .main1 .main1_con .but.but_prev {
    left: -0.85365854rem;
  }
  .main1 .main1_con .but.but_next {
    right: -0.85365854rem;
  }
  .main2 {
    padding: 0.48780488rem 0 0.81300813rem;
  }
  .main3 {
    padding: 0.81300813rem 0 1.78861789rem;
  }
  .main3 .main3_con ul {
    margin: 0 -0.12195122rem;
  }
  .main3 .main3_con ul li {
    padding: 0 0.12195122rem;
  }
  .main3 .main3_con ul li .item {
    height: 1.8699187rem;
    padding: 0.32520325rem 0;
  }
  .main3 .main3_con ul li .item::before {
    border: 0.04065041rem solid #002f92;
    clip-path: polygon(0 0.6504065rem, 0.6504065rem 0.6504065rem, 0.6504065rem 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0.32520325rem;
  }
  .main3 .main3_con ul li .item .icon {
    width: 0.6504065rem;
    height: 0.6504065rem;
    top: -0.08130081rem;
    left: -0.08130081rem;
  }
  .main3 .main3_con ul li .item .icon img {
    width: 0.4796748rem;
  }
  .main3 .main3_con ul li .item .left {
    width: 0.93495935rem;
    padding-right: 0.24390244rem;
    border-right: 0.02439024rem solid #79b1fa;
  }
  .main3 .main3_con ul li .item .left h5 {
    font-size: 0.19512195rem;
    letter-spacing: 0.04065041rem;
  }
  .main3 .main3_con ul li .item .right {
    width: calc(100% - 0.93495935rem);
    padding: 0 0.16260163rem;
    font-size: 0.16260163rem;
  }
  .main4 .main4_con {
    padding: 0.48780488rem 2.76422764rem 0.48780488rem 0.48780488rem;
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.2);
    min-height: 4.7804878rem;
    margin: 1.2195122rem 0;
  }
  .main4 .main4_con h5 {
    font-size: 0.28455285rem;
    padding-left: 0.12195122rem;
  }
  .main4 .main4_con h5::before {
    width: 0.02439024rem;
    height: 0.28455285rem;
    top: 0.02439024rem;
  }
  .main4 .main4_con .text {
    font-size: 0.14634146rem;
    line-height: 0.29268293rem;
    padding-left: 0.12195122rem;
    margin-top: 0.16260163rem;
  }
  .main4 .main4_con ul {
    padding-left: 0.32520325rem;
    margin-top: 0.56910569rem;
  }
  .main4 .main4_con ul li {
    font-size: 0.16260163rem;
    margin-top: 0.12195122rem;
    padding-left: 0.12195122rem;
  }
  .main4 .main4_con ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
  }
  .main5 {
    padding: 0.56910569rem 0 1.38211382rem;
  }
  .main6 {
    padding: 0.73170732rem 0 0.40650407rem;
  }
  .main7 {
    padding: 0.89430894rem 0 0.6504065rem;
  }
  .main7 .main7_con_1 {
    font-size: 0.3902439rem;
    padding: 0.32520325rem 0.24390244rem;
    border: 0.04878049rem dotted #ff770f;
  }
  .main7 .main7_con_2 {
    margin-top: 0.97560976rem;
  }
  .main7 .main7_con_2 .swiper {
    padding-bottom: 0.08130081rem;
  }
  .main8 .main8_con {
    padding: 1.30081301rem 0 0.48780488rem;
  }
  .main8 .main8_con .main8_con_1 {
    padding: 0 0.24390244rem;
  }
  .main8 .main8_con .main8_con_1 .left {
    width: calc(100% - 3.00813008rem);
    padding-right: 0.24390244rem;
  }
  .main8 .main8_con .main8_con_1 .left ul li {
    font-size: 0.16260163rem;
    line-height: 0.20325203rem;
    padding-left: 0.16260163rem;
    margin-bottom: 0.12195122rem;
  }
  .main8 .main8_con .main8_con_1 .left ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    top: 0.06504065rem;
  }
  .main8 .main8_con .main8_con_1 .right {
    width: 3.00813008rem;
  }
  .main8 .more {
    font-size: 0.14634146rem;
    width: 1.05691057rem;
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.2);
    line-height: 0.32520325rem;
    border-radius: 0.32520325rem;
    margin-top: 0.40650407rem;
  }
  .main9 {
    height: 7.31707317rem;
  }
  .main9 .container_box .main9_con .title3 {
    top: 0.97560976rem;
    left: 0.08130081rem;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a {
    padding: 0 0.16260163rem 0.48780488rem;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a h5 {
    font-size: 0.16260163rem;
    padding-bottom: 0.08130081rem;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a h5::before {
    width: 0.48780488rem;
    height: 0.01626016rem;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a .text {
    font-size: 0.1300813rem;
    margin-top: 0.16260163rem;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a:hover {
    padding-top: 0.48780488rem;
  }
  .main10 {
    padding: 0.48780488rem 0;
  }
  .main10 .main10_con .left {
    width: 4.14634146rem;
    padding-right: 0.24390244rem;
  }
  .main10 .main10_con .left .text {
    font-size: 0.14634146rem;
    margin-top: 0.81300813rem;
  }
  .main10 .main10_con .right {
    width: calc(100% - 4.14634146rem);
    padding-top: 0.48780488rem;
  }
  .main10 .main10_con .right .con {
    height: 4.10569106rem;
    border-radius: 0.24390244rem;
    box-shadow: 0.04065041rem 0.04065041rem 0.08130081rem rgba(202, 215, 227, 0.7);
  }
  .main10 .main10_con .right .con ul {
    border: 0.04065041rem solid #ffffff;
    border-radius: 0.48780488rem;
  }
  .main10 .main10_con .right .con ul li a {
    line-height: 0.48780488rem;
    font-size: 0.1300813rem;
    border-radius: 0.48780488rem;
    border-right: 0.04065041rem solid #ffffff;
  }
  .main11 {
    padding: 1.46341463rem 0 1.8699187rem;
  }
  .main11 .main11_con ul {
    margin: 0.73170732rem -0.32520325rem 0;
  }
  .main11 .main11_con ul li {
    padding: 0 0.32520325rem;
  }
  .main11 .main11_con ul li .item {
    border: 0.01626016rem solid #032c7c;
    border-top-left-radius: 0.48780488rem;
    border-bottom-right-radius: 0.48780488rem;
    height: 3.65853659rem;
    padding: 0.24390244rem 0.16260163rem;
  }
  .main11 .main11_con ul li .item .bt b {
    width: 0.73170732rem;
    height: 0.73170732rem;
    font-size: 0.32520325rem;
  }
  .main11 .main11_con ul li .item .bt p {
    font-size: 0.40650407rem;
    margin-left: 0.08130081rem;
  }
  .main11 .main11_con ul li .item .text_box .text {
    font-size: 0.24390244rem;
    margin-top: 0.32520325rem;
  }
  .main11.main11_2 {
    padding-top: 0.48780488rem;
  }
  .main11.main11_2 .main11_2_con_1 {
    margin-top: 0.16260163rem;
    padding-left: 0.32520325rem;
  }
  .main11.main11_2 .main11_2_con_1 ul li {
    font-size: 0.16260163rem;
    line-height: 0.24390244rem;
    padding-left: 0.16260163rem;
    margin-bottom: 0.08130081rem;
  }
  .main11.main11_2 .main11_2_con_1 ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    top: 0.08943089rem;
  }
  .main12 {
    padding: 0.48780488rem 0 1.54471545rem;
  }
  .main12 .main12_con_1 {
    margin-top: 0.24390244rem;
  }
  .main12 .main12_con_1 ul {
    padding-left: 0.32520325rem;
  }
  .main12 .main12_con_1 ul li {
    font-size: 0.16260163rem;
    line-height: 0.24390244rem;
    padding-left: 0.16260163rem;
    margin-bottom: 0.08130081rem;
  }
  .main12 .main12_con_1 ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    top: 0.08943089rem;
  }
  .main12 .main12_con_2 {
    margin-top: 1.46341463rem;
  }
  .main12 .main12_con_2 .item ul li {
    font-size: 0.16260163rem;
    margin-bottom: 0.32520325rem;
  }
  .main12 .main12_con_2 .item ul li::before {
    width: 0.02439024rem;
  }
  .main12 .main12_con_2 .item:nth-child(1) {
    padding-right: 0.16260163rem;
  }
  .main12 .main12_con_2 .item:nth-child(1) ul li {
    padding-right: 0.16260163rem;
  }
  .main12 .main12_con_2 .item:nth-child(2) {
    padding-left: 0.16260163rem;
  }
  .main12 .main12_con_2 .item:nth-child(2) ul li {
    padding: 0 0 0 0.16260163rem;
  }
  .main13 {
    padding: 1.13821138rem 0;
  }
  .main13 .main13_con {
    border-radius: 0.24390244rem;
    box-shadow: 0 0 0.08130081rem rgba(0, 0, 0, 0.2);
  }
  .main13 .main13_con .nav {
    border-radius: 0.24390244rem;
  }
  .main13 .main13_con .nav a {
    font-size: 0.24390244rem;
    height: 1.2195122rem;
    border-radius: 0.24390244rem;
  }
  .main13 .main13_con .con_box {
    padding: 0.16260163rem 0.16260163rem 0.32520325rem;
  }
  .main13 .main13_con .con_box ul {
    margin: 0 -0.08130081rem;
  }
  .main13 .main13_con .con_box ul li {
    padding: 0 0.08130081rem;
    margin-bottom: 0.16260163rem;
  }
  .main13 .main13_con .con_box ul li a {
    height: 3.2195122rem;
    border-radius: 0.16260163rem;
  }
  .main13 .main13_con .con_box ul li a .imgbox {
    height: 1.6097561rem;
  }
  .main13 .main13_con .con_box ul li a .text_box {
    border-top-left-radius: 0.16260163rem;
    border-top-right-radius: 0.16260163rem;
    height: 1.8699187rem;
    padding: 0.24390244rem 0.08130081rem 0;
  }
  .main13 .main13_con .con_box ul li a .text_box h5 {
    font-size: 0.14634146rem;
    padding-bottom: 0.08130081rem;
  }
  .main13 .main13_con .con_box ul li a .text_box .text {
    font-size: 0.1300813rem;
    line-height: 0.24390244rem;
    height: 0.97560976rem;
    margin-top: 0.12195122rem;
  }
  .main14 {
    padding: 0.81300813rem 0;
  }
  .main14 .main14_con_1 {
    margin-top: 0.24390244rem;
    padding-left: 0.32520325rem;
  }
  .main14 .main14_con_1 ul li {
    font-size: 0.16260163rem;
    line-height: 0.24390244rem;
    padding-left: 0.16260163rem;
    margin-bottom: 0.08130081rem;
  }
  .main14 .main14_con_1 ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    top: 0.08943089rem;
  }
  .main14 .main14_con_2 {
    margin-top: 0.40650407rem;
  }
  .main14 .main14_con_2 img {
    width: initial;
  }
  .main15 {
    padding: 0.81300813rem 0;
  }
  .main15 .main15_con {
    margin-top: 0.6504065rem;
  }
  .main15 .main15_con img {
    width: initial;
  }
  .main16 {
    padding: 0.6504065rem 0;
  }
  .main16 .main16_con_1 {
    margin-top: 0.24390244rem;
    padding-left: 0.32520325rem;
  }
  .main16 .main16_con_1 ul li {
    font-size: 0.16260163rem;
    line-height: 0.24390244rem;
    padding-left: 0.16260163rem;
    margin-bottom: 0.08130081rem;
  }
  .main16 .main16_con_1 ul li::before {
    width: 0.06504065rem;
    height: 0.06504065rem;
    top: 0.08943089rem;
  }
  .main16 .main16_con_2 {
    margin-top: 0.40650407rem;
  }
  .main17 {
    padding: 0.6504065rem 0;
  }
  .main17 .main17_con {
    height: 3.57723577rem;
    margin-top: 1.30081301rem;
  }
  .main17 .main17_con .shuzhi {
    width: 8.18699187rem;
    top: 0.6097561rem;
    left: 1.18699187rem;
  }
  .main17 .main17_con ul li a {
    width: 2.39837398rem;
    height: 1.08943089rem;
    border-radius: 0.24390244rem;
    padding: 0.08130081rem 0.16260163rem 0;
  }
  .main17 .main17_con ul li a h5 {
    line-height: 0.2601626rem;
    font-size: 0.16260163rem;
    border-radius: 0.08130081rem;
    top: -0.1300813rem;
    padding: 0 0.08130081rem;
  }
  .main17 .main17_con ul li a .text {
    font-size: 0.16260163rem;
  }
  .main17 .main17_con ul li:nth-child(2) {
    left: 3.08943089rem;
  }
  .main17 .main17_con ul li:nth-child(3) {
    left: 6.32520325rem;
  }
  .main17 .main17_con ul li:nth-child(4) {
    top: 2.27642276rem;
    left: 0.81300813rem;
  }
  .main17 .main17_con ul li:nth-child(5) {
    top: 2.27642276rem;
    left: 4.14634146rem;
  }
  .main17 .main17_con ul li:nth-child(6) {
    top: 2.27642276rem;
    left: 7.31707317rem;
  }
  .main18 {
    padding: 0.48780488rem 0;
  }
  .main18 .main18_con_1 {
    margin-top: 0.24390244rem;
  }
  .main18 .main18_con_2 {
    margin-top: 0.40650407rem;
  }
  .main18 .main18_con_2 .title {
    font-size: 0.24390244rem;
    border-bottom: 0.02439024rem solid #090103;
    padding-bottom: 0.12195122rem;
  }
  .main18 .main18_con_2 ul {
    padding: 0.24390244rem 0;
    border-bottom: 0.02439024rem solid #090103;
    margin-bottom: 0.40650407rem;
  }
  .main18 .main18_con_2 ul li {
    margin-bottom: 0.08130081rem;
  }
  .main18 .main18_con_2 ul li a {
    font-size: 0.1300813rem;
    padding-right: 1.30081301rem;
  }
  .main18 .main18_con_2 ul li a span {
    font-size: 0.11382114rem;
  }
  .main19 {
    padding: 0.6504065rem 0;
  }
  .main19 .main19_crumbs {
    font-size: 0.1300813rem;
    margin-bottom: 0.24390244rem;
  }
  .main19 .main19_con .left {
    width: calc(100% - 3.00813008rem);
    padding: 0.24390244rem;
  }
  .main19 .main19_con .left .title {
    padding-bottom: 0.24390244rem;
    border-bottom: 0.02439024rem solid #000000;
  }
  .main19 .main19_con .left .title h5 {
    font-size: 0.16260163rem;
  }
  .main19 .main19_con .left .title .text {
    font-size: 0.1300813rem;
    margin-top: 0.16260163rem;
  }
  .main19 .main19_con .left .title .text span {
    margin: 0 0.08130081rem;
  }
  .main19 .main19_con .left .con {
    font-size: 0.1300813rem;
    margin: 0.24390244rem 0;
  }
  .main19 .main19_con .left .con img {
    margin: 0.08130081rem auto;
  }
  .main19 .main19_con .right {
    width: 3.00813008rem;
    padding-left: 0.16260163rem;
  }
  .main19 .main19_con .right .title {
    font-size: 0.24390244rem;
    margin-bottom: 0.24390244rem;
  }
  .main19 .main19_con .right ul li a {
    font-size: 0.1300813rem;
    line-height: 0.28455285rem;
  }
  footer {
    padding: 0.24390244rem 0 0.40650407rem;
  }
  footer .footer_con_1 ul li {
    padding: 0 0.07317073rem;
  }
  footer .footer_con_1 ul li a {
    font-size: 0.1300813rem;
  }
  footer .footer_con_2 {
    margin: 0.40650407rem 0;
  }
  footer .footer_con_2 .con::before,
  footer .footer_con_2 .con::after {
    width: 1.95121951rem;
    height: 0.02439024rem;
  }
  footer .footer_con_2 .con::before {
    margin-right: 0.40650407rem;
  }
  footer .footer_con_2 .con::after {
    margin-left: 0.40650407rem;
  }
  footer .footer_con_2 .con img {
    width: 1.8699187rem;
  }
  footer .footer_con_3 .item {
    margin: 0 0.24390244rem;
  }
  footer .footer_con_3 .item .img {
    border: 0.04065041rem solid #ffffff;
  }
  footer .footer_con_3 .item .img img {
    width: 1.05691057rem;
    height: 1.05691057rem;
  }
  footer .footer_con_3 .item p {
    font-size: 0.1300813rem;
    margin-top: 0.08130081rem;
  }
  footer .footer_con_4 {
    font-size: 0.14634146rem;
    padding-left: 0.24390244rem;
  }
  footer .footer_con_5 {
    font-size: 0.1300813rem;
    margin-top: 0.24390244rem;
    padding-top: 0.24390244rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .page_div button {
    margin: 0 2px;
  }
  .page_div #lastPage,
  .page_div #firstPage {
    display: none;
  }
  .title1 {
    margin-bottom: 30px;
  }
  .title1 .con::before,
  .title1 .con::after {
    width: 100px;
  }
  .title1 .con::before {
    margin-right: 10px;
  }
  .title1 .con::after {
    margin-left: 10px;
  }
  .title1 .con h5 {
    font-size: 20px;
  }
  .title1 .con p {
    font-size: 14px;
    margin-top: 10px;
  }
  .title2 {
    border-bottom: 3px solid #575656;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
  .title2 h5 {
    font-size: 20px;
  }
  .title2 h5 i {
    margin: 0 5px;
  }
  .title2 h5 span {
    font-size: 14px;
  }
  .title2 a {
    font-size: 14px;
  }
  .title2 a span {
    margin-left: 5px;
  }
  .title3 {
    font-size: 20px;
    padding-left: 20px;
    line-height: 30px;
  }
  .title3::before {
    width: 3px;
    height: 20px;
    top: 5px;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .logo {
    width: 150px;
  }
  .nav1 .container_box .logo a img {
    height: 40px;
  }
  .nav1.active {
    height: 60px;
  }
  .nav1.active .logo a img {
    max-height: 40px;
  }
  .news1 .imgbox {
    height: 5.04540868rem;
  }
  .news1 h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .news2 {
    border-radius: 5px;
    height: 8.07265388rem;
  }
  .news2 .mask {
    padding: 0 0.30272452rem;
  }
  .news2 .mask::before {
    width: calc(100% - 0.20181635rem);
    height: calc(100% - 0.40363269rem);
    border: 0.02018163rem solid #ffffff;
    border-radius: 0.05045409rem;
  }
  .news2 .mask h5 {
    font-size: 16px;
  }
  .news2 .mask .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    max-height: 75px;
  }
  .news3 {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .news3 .imgbox {
    height: 3.02724521rem;
  }
  .news3 h5 {
    font-size: 16px;
    padding: 0 10px;
    line-height: 35px;
  }
  .news4 .top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .news4 .top .imgbox {
    height: 2.12916246rem;
  }
  .news4 .top h5 {
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
  }
  .news4 .bottom {
    font-size: 16px;
    margin-top: 10px;
  }
  .banner .swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 0 5px;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .main1_con .swiper .swiper-slide a {
    display: block;
  }
  .main1 .main1_con .swiper .swiper-slide a .imgbox {
    width: 100%;
    height: 7.06357215rem;
  }
  .main1 .main1_con .swiper .swiper-slide a .imgbox2 {
    width: 100%;
    height: 7.06357215rem;
  }
  .main1 .main1_con .swiper .swiper-slide a .text_box {
    width: 100%;
    padding: 20px;
  }
  .main1 .main1_con .swiper .swiper-slide a .text_box .text {
    font-size: 16px;
    line-height: 30px;
    height: initial;
  }
  .main1 .main1_con .but {
    width: 83px;
    height: 83px;
  }
  .main1 .main1_con .but.but_prev {
    left: -105px;
  }
  .main1 .main1_con .but.but_next {
    right: -105px;
  }
  .main2 {
    padding: 30px 0;
  }
  .main3 {
    padding: 30px 0;
  }
  .main3 .main3_con ul {
    margin: 0 -15px;
    display: block;
  }
  .main3 .main3_con ul li {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .main3 .main3_con ul li .item {
    height: 160px;
    padding: 40px 0;
  }
  .main3 .main3_con ul li .item::before {
    border: 5px solid #002f92;
    clip-path: polygon(0 60px, 60px 60px, 60px 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 20px;
  }
  .main3 .main3_con ul li .item .icon {
    width: 50px;
    height: 50px;
    top: -5px;
    left: -5px;
  }
  .main3 .main3_con ul li .item .icon img {
    width: 40px;
  }
  .main3 .main3_con ul li .item .left {
    width: 80px;
    padding-right: 10px;
    border-right: 3px solid #79b1fa;
  }
  .main3 .main3_con ul li .item .left h5 {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .main3 .main3_con ul li .item .right {
    width: calc(100% - 80px);
    padding: 0 10px;
    font-size: 16px;
  }
  .main3 .main3_con ul li:last-child {
    margin-bottom: 0;
  }
  .main4 .main4_con {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: initial;
    margin: 30px 0;
    background: #fff;
  }
  .main4 .main4_con h5 {
    font-size: 25px;
    padding-left: 15px;
  }
  .main4 .main4_con h5::before {
    width: 3px;
    height: 25px;
    top: 3px;
  }
  .main4 .main4_con .text {
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .main4 .main4_con ul {
    padding-left: 20px;
    margin-top: 30px;
  }
  .main4 .main4_con ul li {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .main4 .main4_con ul li::before {
    width: 8px;
    height: 8px;
  }
  .main5 {
    padding: 30px 0;
  }
  .main5 .main5_con {
    padding: 0 15px;
  }
  .main5 .main5_con .num {
    width: 0;
  }
  .main5 .main5_con .swiper .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: initial;
  }
  .main5 .main5_con .swiper .swiper-wrapper .swiper-slide .news1 {
    opacity: 1 !important;
  }
  .main5 .main5_con .swiper .swiper-wrapper .swiper-slide .news1 h5 {
    opacity: 1 !important;
  }
  .main5 .main5_con .but_box {
    width: 100%;
    top: 1.83652876rem;
    display: none;
  }
  .main5 .main5_con .but_box .but {
    width: 0.83753784rem;
    height: 0.83753784rem;
  }
  .main5 .main5_con .but_box .but.but_prev {
    left: -1.05953582rem;
  }
  .main5 .main5_con .but_box .but.but_next {
    right: -1.05953582rem;
  }
  .main6 {
    padding: 30px 0;
  }
  .main7 {
    padding: 30px 0;
  }
  .main7 .main7_con_1 {
    font-size: 20px;
    padding: 20px;
    border: 4px dotted #ff770f;
  }
  .main7 .main7_con_2 {
    margin-top: 30px;
  }
  .main7 .main7_con_2 .swiper {
    padding-bottom: 10px;
  }
  .main8 .main8_con {
    padding: 30px 0;
  }
  .main8 .main8_con .main8_con_1 {
    padding: 0;
    display: block;
  }
  .main8 .main8_con .main8_con_1 .left {
    width: 100%;
    padding-right: 0;
  }
  .main8 .main8_con .main8_con_1 .left ul li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .main8 .main8_con .main8_con_1 .left ul li::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .main8 .main8_con .main8_con_1 .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .main8 .main8_con .main8_con_1 .right img {
    max-width: 60%;
  }
  .main8 .more {
    font-size: 16px;
    width: 130px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    border-radius: 40px;
    margin: 50px auto 0;
  }
  .main9 {
    height: 8.07265388rem;
    min-height: 500px;
  }
  .main9 .container_box .main9_con .title3 {
    top: 30px;
    left: 10px;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a {
    padding: 0 10px;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a h5 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #002f92;
    text-align: center;
    line-height: 1.2;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a h5::before {
    width: 30px;
    height: 2px;
    opacity: 1;
  }
  .main9 .container_box .main9_con .swiper .swiper-slide a .text {
    font-size: 14px;
    margin-top: 20px;
    opacity: 1;
  }
  .main10 {
    padding: 30px 0;
  }
  .main10 .main10_con {
    display: block;
  }
  .main10 .main10_con .left {
    width: 100%;
    padding-right: 0;
  }
  .main10 .main10_con .left .text {
    font-size: 16px;
    margin-top: 30px;
  }
  .main10 .main10_con .right {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
  .main10 .main10_con .right .con {
    height: 7.06357215rem;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(202, 215, 227, 0.7);
  }
  .main10 .main10_con .right .con ul {
    border: 5px solid #fff;
    border-radius: 40px;
    overflow-x: auto;
  }
  .main10 .main10_con .right .con ul li {
    min-width: 200px;
  }
  .main10 .main10_con .right .con ul li a {
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    border-right: 5px solid #fff;
  }
  .main11 {
    padding: 30px 0 80px;
  }
  .main11 .main11_con ul {
    margin: 30px 0 0;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .main11 .main11_con ul li {
    padding: 0;
    width: 300px;
    margin-right: 20px;
  }
  .main11 .main11_con ul li .item {
    border: 2px solid #032c7c;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 300px;
    padding: 30px 20px;
  }
  .main11 .main11_con ul li .item .bt b {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .main11 .main11_con ul li .item .bt p {
    font-size: 30px;
    margin-left: 10px;
  }
  .main11 .main11_con ul li .item .text_box .text {
    font-size: 16px;
    margin-top: 30px;
  }
  .main11.main11_2 {
    padding-top: 60px;
  }
  .main11.main11_2 .main11_2_con_1 {
    margin-top: 20px;
    padding-left: 0;
  }
  .main11.main11_2 .main11_2_con_1 ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .main11.main11_2 .main11_2_con_1 ul li::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .main12_con_1 {
    margin-top: 30px;
  }
  .main12 .main12_con_1 ul {
    padding-left: 0;
  }
  .main12 .main12_con_1 ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .main12 .main12_con_1 ul li::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
  .main12 .main12_con_2 {
    margin-top: 50px;
    display: block;
  }
  .main12 .main12_con_2 .item {
    width: 100%;
  }
  .main12 .main12_con_2 .item ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main12 .main12_con_2 .item ul li::before {
    width: 3px;
  }
  .main12 .main12_con_2 .item:nth-child(1) {
    padding-right: 0;
  }
  .main12 .main12_con_2 .item:nth-child(1) ul li {
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }
  .main12 .main12_con_2 .item:nth-child(1) ul li::before {
    width: 3px;
    left: 0;
    right: auto;
  }
  .main12 .main12_con_2 .item:nth-child(2) {
    padding-left: 0;
  }
  .main12 .main12_con_2 .item:nth-child(2) ul li {
    padding: 0 0 0 20px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 .main13_con {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .main13 .main13_con .nav {
    border-radius: 20px;
  }
  .main13 .main13_con .nav a {
    font-size: 16px;
    height: 60px;
    border-radius: 30px;
    padding: 0 10px;
    text-align: center;
  }
  .main13 .main13_con .con_box {
    padding: 20px;
  }
  .main13 .main13_con .con_box ul {
    margin: 0 -10px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .main13 .main13_con .con_box ul li {
    padding: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 200px;
  }
  .main13 .main13_con .con_box ul li a {
    width: 200px;
    height: 300px;
    border-radius: 20px;
  }
  .main13 .main13_con .con_box ul li a .imgbox {
    height: 198px;
  }
  .main13 .main13_con .con_box ul li a .text_box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 180px;
    padding: 30px 10px 0;
  }
  .main13 .main13_con .con_box ul li a .text_box h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .main13 .main13_con .con_box ul li a .text_box .text {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-top: 15px;
  }
  .main14 {
    padding: 30px 0;
  }
  .main14 .main14_con_1 {
    margin-top: 30px;
    padding-left: 0;
  }
  .main14 .main14_con_1 ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .main14 .main14_con_1 ul li::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
  .main14 .main14_con_2 {
    margin-top: 30px;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .main15_con {
    margin-top: 30px;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con_1 {
    margin-top: 30px;
    padding-left: 0;
  }
  .main16 .main16_con_1 ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .main16 .main16_con_1 ul li::before {
    width: 8px;
    height: 8px;
    top: 11px;
  }
  .main16 .main16_con_2 {
    margin-top: 30px;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .main17_con {
    height: auto;
    margin-top: 50px;
  }
  .main17 .main17_con .shuzhi {
    width: 1007px;
    top: 75px;
    left: 146px;
    display: none;
  }
  .main17 .main17_con ul {
    display: flex;
    overflow-x: auto;
    padding-top: 30px;
  }
  .main17 .main17_con ul li {
    position: initial;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .main17 .main17_con ul li a {
    width: 295px;
    height: 134px;
    border-radius: 30px;
    padding: 10px 20px 0;
  }
  .main17 .main17_con ul li a h5 {
    line-height: 32px;
    font-size: 16px;
    border-radius: 10px;
    top: -16px;
    padding: 0 10px;
  }
  .main17 .main17_con ul li a .text {
    font-size: 16px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .main18_con_1 {
    margin-top: 30px;
  }
  .main18 .main18_con_2 {
    margin-top: 30px;
  }
  .main18 .main18_con_2 .title {
    font-size: 20px;
    border-bottom: 3px solid #090103;
    padding-bottom: 15px;
  }
  .main18 .main18_con_2 ul {
    padding: 20px 0;
    border-bottom: 3px solid #090103;
    margin-bottom: 30px;
  }
  .main18 .main18_con_2 ul li {
    margin-bottom: 20px;
  }
  .main18 .main18_con_2 ul li a {
    font-size: 16px;
    padding-right: 120px;
  }
  .main18 .main18_con_2 ul li a span {
    font-size: 14px;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .main19_crumbs {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main19 .main19_con {
    display: block;
  }
  .main19 .main19_con .left {
    width: 100%;
    padding: 20px;
  }
  .main19 .main19_con .left .title {
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
  }
  .main19 .main19_con .left .title h5 {
    font-size: 18px;
  }
  .main19 .main19_con .left .title .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .main19 .main19_con .left .title .text span {
    margin: 0 5px;
  }
  .main19 .main19_con .left .con {
    font-size: 14px;
    margin: 20px 0;
  }
  .main19 .main19_con .left .con img {
    margin: 10px auto;
  }
  .main19 .main19_con .right {
    width: 370px;
    padding-left: 20px;
    display: none;
  }
  .main19 .main19_con .right .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main19 .main19_con .right ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  footer {
    padding: 30px 0;
  }
  footer .footer_con_1 ul li {
    padding: 0 5px;
  }
  footer .footer_con_1 ul li a {
    font-size: 14px;
  }
  footer .footer_con_2 {
    margin: 30px 0;
  }
  footer .footer_con_2 .con::before,
  footer .footer_con_2 .con::after {
    width: 100px;
    height: 3px;
  }
  footer .footer_con_2 .con::before {
    margin-right: 10px;
  }
  footer .footer_con_2 .con::after {
    margin-left: 10px;
  }
  footer .footer_con_2 .con img {
    width: 150px;
  }
  footer .footer_con_3 .item {
    margin: 0 20px;
  }
  footer .footer_con_3 .item .img {
    border: 5px solid #fff;
  }
  footer .footer_con_3 .item .img img {
    width: 120px;
    height: 120px;
  }
  footer .footer_con_3 .item p {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .footer_con_4 {
    font-size: 16px;
    margin-top: 30px;
  }
  footer .footer_con_5 {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .client_message {
    bottom: -550px;
    transition: all .3s;
    clip-path: none;
  }
  .client_message .off {
    display: flex;
  }
  .client_message .con_box {
    width: 100%;
    height: 550px;
    padding: 20px;
  }
  .client_message .con_box .phone {
    height: 60px;
    font-size: 30px;
    padding-left: 60px;
    background-size: auto 45px;
  }
  .client_message .con_box .con {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .client_message .con_box .con ul {
    display: block;
  }
  .client_message .con_box .con ul li {
    margin-bottom: 20px;
  }
  .client_message .con_box .con ul .bt {
    font-size: 20px;
  }
  .client_message .con_box .con ul .m_radio {
    font-size: 20px;
    padding-left: 30px;
  }
  .client_message .con_box .con ul .m_radio::before {
    width: 18px;
    height: 18px;
  }
  .client_message .con_box .con ul input {
    width: 260px;
    height: 52px;
    border: 3px solid #69cef9;
    padding: 0 10px;
    font-size: 16px;
  }
  .client_message .con_box .con ul .yzm {
    width: 260px;
    height: 52px;
    border: 3px solid #69cef9;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .client_message .con_box .con ul .yzm input {
    width: calc(100% - 120px);
  }
  .client_message .con_box .con ul .yzm a {
    width: 120px;
    border: 4px solid #2ca8e6;
    border-radius: 10px;
  }
  .client_message .con_box .con ul button {
    width: 260px;
    height: 52px;
    border-radius: 5px;
    font-size: 16px;
  }
  .client_message.active {
    bottom: 0;
  }
  .message_but {
    display: block;
  }
}
@media (max-width: 750px) {
  .news4 .top .imgbox {
    height: 2.81333333rem;
  }
}
