@charset "utf-8";
/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
.ol,
.ol .li,
.dl,
.dl .li,
.ul,
.ul .li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: 600;
}
input,
button,
select,
textarea {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif';
  color: #414446;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
input:focus {
  outline: none;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
}
.box-sizing-border,
.box-sizing-border * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-border::before,
.box-sizing-border *::before,
.box-sizing-border::after,
.box-sizing-border *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content,
.box-sizing-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-content::before,
.box-sizing-content *::before,
.box-sizing-content::after,
.box-sizing-content *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  width: 100%;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  /* max-width: 220px; */
}
.img-box.auto-img::before {
  display: none;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.5);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(102, 102, 102, 0.5);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102, 102, 102, 0.5);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(102, 102, 102, 0.5);
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #4079E5;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #4079E5;
}
.scroll-type-a::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffffff;
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #ffffff;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="as"] {
  align-items: flex-start;
}
[flex][flex~="ac"] {
  align-items: center;
}
[flex][flex~="ae"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .lw-nw-1 {
    width: 8.33333333%;
  }
  .lw-nw-2 {
    width: 16.66666667%;
  }
  .lw-nw-3 {
    width: 25%;
  }
  .lw-nw-4 {
    width: 33.33333333%;
  }
  .lw-nw-5 {
    width: 41.66666667%;
  }
  .lw-nw-6 {
    width: 50%;
  }
  .lw-nw-7 {
    width: 58.33333333%;
  }
  .lw-nw-8 {
    width: 66.66666667%;
  }
  .lw-nw-9 {
    width: 75%;
  }
  .lw-nw-10 {
    width: 83.33333333%;
  }
  .lw-nw-11 {
    width: 91.66666667%;
  }
  .lw-nw-12 {
    width: 100%;
  }
  .lw-5nw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
}
.exit {
  position: relative;
  border-radius: 50%;
  z-index: 5;
}
.exit::before,
.exit::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
}
.exit::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.exit::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.exit.exit-a {
  height: 40px;
  width: 40px;
}
.exit.exit-a::before,
.exit.exit-a::after {
  margin-top: -1px;
  margin-left: -35%;
  width: 70%;
  height: 2px;
  background: #666666;
}
.exit.exit-b {
  height: 20px;
  width: 20px;
  opacity: 0.32;
}
.exit.exit-b::before,
.exit.exit-b::after {
  margin-top: -1px;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  background: #000000;
}
.exit.exit-b:hover {
  opacity: 1;
}
.exit.exit-b:hover::before,
.exit.exit-b:hover::after {
  background: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
}
/**视频弹框**/
.tank-video-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.tank-video-box .flex-box {
  height: 100%;
  width: 100%;
}
.tank-video-box .video-box {
  position: relative;
  height: auto;
  width: auto;
}
.tank-video-box .video-box .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  transform: rotate(0);
  transition: all 0.3s;
}
.tank-video-box .video-box .exit::before,
.tank-video-box .video-box .exit::after {
  background-color: #018ae2;
  transition: all 0.3s;
}
.tank-video-box .video-box .exit:hover {
  transform: rotate(45deg);
  background: #018ae2;
}
.tank-video-box .video-box .exit:hover::before,
.tank-video-box .video-box .exit:hover::after {
  background-color: #ffffff;
}
.tank-video-box .video-box video {
  display: block;
  border: 7px solid #137fdc;
  border: 7px solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  width: auto;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/**轮播切换**/
.swiper-btns .swiper-btn {
  display: inline-flex;
  position: relative;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.swiper-btns .swiper-btn svg {
  display: block;
  width: 34px;
  height: 30px;
  fill: #ffffff;
}
.swiper-btns .swiper-btn:hover svg {
  fill: #4079E5;
}
.swiper-btns .swiper-btn.prev svg {
  transform: rotateY(180deg);
}
.swiper-btns .swiper-btn.swiper-status .play {
  display: none;
}
.swiper-btns .swiper-btn.swiper-status .stop {
  display: block;
}
.swiper-btns .swiper-btn.swiper-status.playing .play {
  display: block;
}
.swiper-btns .swiper-btn.swiper-status.playing .stop {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-btns .swiper-btn {
    width: 0.6rem;
    height: 0.9rem;
  }
  .swiper-btns .swiper-btn::before {
    background-size: 30% auto;
  }
}
.swiper-btns-b .swiper-btn {
  display: block;
  position: absolute;
  margin-top: -31px;
  width: 42px;
  height: 62px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.swiper-btns-b .swiper-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / 15px auto;
}
.swiper-btns-b .swiper-btn:hover {
  background: linear-gradient(#018ae2, #018ae2), linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%);
}
.swiper-btns-b .swiper-btn.prev {
  margin-left: 0;
}
.swiper-btns-b .swiper-btn.prev::before {
  background-image: url(../images/jt_1_1_1.png);
}
.swiper-btns-b .swiper-btn.prev:hover {
  margin-left: -3px;
}
.swiper-btns-b .swiper-btn.next {
  margin-right: 0;
}
.swiper-btns-b .swiper-btn.next::before {
  background-image: url(../images/jt_1_2_1.png);
}
.swiper-btns-b .swiper-btn.next:hover {
  margin-right: -3px;
}
@media (max-width: 1200px) {
  .swiper-btns-b .swiper-btn {
    width: 0.6rem;
    height: 0.9rem;
    margin-top: -0.45rem;
  }
  .swiper-btns-b .swiper-btn::before {
    background-size: 30% auto;
  }
}
.swiper-btns-c .swiper-btn {
  position: relative;
  display: block;
  opacity: 0.36;
}
.swiper-btns-c .swiper-btn svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  fill: #444444;
}
.swiper-btns-c .swiper-btn.prev svg {
  transform: rotate(180deg);
}
.swiper-btns-c .swiper-btn:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .swiper-btns-c .swiper-btn svg {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
  }
}
.swiper-btns-d .swiper-btn {
  position: relative;
  display: block;
  opacity: 0.53;
}
.swiper-btns-d .swiper-btn svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  fill: #444444;
}
.swiper-btns-d .swiper-btn.prev svg {
  transform: rotate(180deg);
}
.swiper-btns-d .swiper-btn:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .swiper-btns-d .swiper-btn svg {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
}
/**轮播点**/
.swiper-points span {
  margin: 0 7px;
  border: solid 2px #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  background-blend-mode: normal, normal;
}
.swiper-points span.swiper-pagination-bullet-active {
  border: 0 none;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#3f79c7, #3f79c7);
}
/**视频图标**/
.video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-play .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15%;
  width: 56px;
  height: 40px;
  background: #282828;
}
.video-play .icon svg {
  display: block;
  margin: 0 auto 0 2%;
  width: 35%;
  fill: #ffffff;
}
.video-play-box:hover .video-play .icon {
  background: #ec1919;
}
/***箭头***/
.jt-a-css {
  border-radius: 50%;
  border: 0.02rem solid #ffffff;
  width: 0.32rem;
  height: 0.32rem;
}
.jt-a-css svg {
  width: 100%;
  height: 75%;
  fill: #ffffff;
}
.jt-b {
  width: 0.4rem;
  height: 0.4rem;
}
.jt-b svg {
  width: 100%;
  height: 100%;
  fill: #333333;
}
.jt-b-on.on .jt-b svg {
  fill: #137fdc;
}
/** 表单 **/
.form-block-b .form {
  border: 1px solid #dddddd;
  width: 320px;
}
.form-block-b .form .key {
  width: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
}
.form-block-b .form .submit-box {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.form-block-b .form .submit-box .submit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #4079E5;
  cursor: pointer;
  transition: all 0.3s;
}
.form-block-b .form .submit-box .submit:hover {
  background: #eb2c00;
}
.form-block-b .form .submit-box svg {
  position: relative;
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .form-block-b .form {
    width: 100%;
  }
  .form-block-b .form .key {
    width: 100%;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .form-block-b .form .submit-box {
    width: 0.8rem;
    height: 0.8rem;
  }
  .form-block-b .form .submit-box svg {
    width: 0.36rem;
    height: 0.36rem;
  }
}
/**二级菜单**/
.local-address-block {
  border-bottom: 1px solid #dddddd;
}
.local-address-block .form-block-b .form {
  border-top: 0 none;
  border-bottom: 0 none;
}
/**面包屑地址**/
.local-address-list .local-li {
  border-right: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 19px 20px;
  min-width: 250px;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  transition: all 0.3s;
  cursor: pointer;
}
.local-address-list .local-li.local-li-btn {
  height: 100%;
}
.local-address-list .local-li .svg {
  margin-left: 15px;
  background-color: #cccccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.local-address-list .local-li svg {
  display: block;
  transform: scaleY(1);
  fill: #ffffff;
}
.local-address-list .local-li:hover,
.local-address-list .local-li.on {
  background-color: #4079E5;
  color: #ffffff;
}
.local-address-list .local-li:hover .svg,
.local-address-list .local-li.on .svg {
  background-color: #ffffff;
}
.local-address-list .local-li:hover .svg svg,
.local-address-list .local-li.on .svg svg {
  fill: #4079E5;
}
.local-address-list .home {
  border-left: 1px solid #dddddd;
  min-width: 0;
}
.local-address-list .home svg {
  width: 22px;
  height: 22px;
  fill: #4079E5;
}
.local-address-list .home:hover svg {
  fill: #ffffff;
}
.local-address-list .local-li-box {
  position: relative;
}
.local-address-list .local-li-box .ul {
  position: absolute;
  left: -1px;
  top: 100%;
  margin-top: -15px;
  z-index: 2;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.local-address-list .local-li-box .ul li {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.local-address-list .local-li-box.show .local-li svg {
  transform: scaleY(-1);
}
.local-address-list .local-li-box.show .ul {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .local-address-block .left-cont {
    order: 1;
  }
  .local-address-block .right-cont {
    order: 0;
    width: 100%;
  }
  .local-address-block .form-block-b {
    width: 100%;
  }
  .local-address-block .form-block-b .form {
    border-bottom: 1px solid #dddddd;
  }
  .local-address-list .local-li {
    padding: 0.23rem 0.3rem;
    height: auto;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
  .local-address-list .local-li .svg {
    margin-left: 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .local-address-list .home svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 992px) {
  .local-address-block {
    position: sticky;
    top: 1.3rem;
    z-index: 2;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
  }
  .local-address-block .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .local-address-block .left-cont {
    width: 100%;
  }
  .local-address-list {
    width: 100%;
  }
  .local-address-list .local-li-box {
    width: calc((100% - 1rem - 2px)/2);
  }
  .local-address-list .local-li {
    padding: 0.23rem 0.3rem;
    height: auto;
    min-width: 0;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
  .local-address-list .local-li .svg {
    margin-left: 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .local-address-list .home svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 768px) {
  .local-address-block .form-block-b .form {
    border-left: 0 none;
    border-right: 0 none;
  }
}
/***标题***/
.auto-title-block-1 .auto-title-title {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.4em;
}
.auto-title-block-1 .auto-title-des {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .auto-title-block-1 .auto-title-title {
    font-size: 0.38rem;
  }
  .auto-title-block-1 .auto-title-des {
    margin-top: 0.17rem;
    font-size: 0.28rem;
  }
}
.auto-title-block-2 .auto-title-title {
  font-size: 31px;
  font-weight: bold;
  line-height: 52px;
  color: #333333;
}
@media (max-width: 1200px) {
  .auto-title-block-2 .auto-title-title {
    font-size: 0.34rem;
    line-height: 1.4em;
  }
}
.auto-title-block-3 {
  padding-top: 83px;
}
.auto-title-block-3 .auto-title-title {
  font-size: 42px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: -1px;
}
.auto-title-block-3 .auto-title-des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .auto-title-block-3 {
    padding-top: 0.6rem;
  }
  .auto-title-block-3 .auto-title-title {
    font-size: 0.42rem;
  }
  .auto-title-block-3 .auto-title-des {
    margin-top: 0.17rem;
    font-size: 0.28rem;
  }
}
/**查看更多按钮**/
.more-box-a .more-box {
  position: relative;
  border: solid 1px #ffffff;
  min-width: 202px;
  padding: 0 25px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 58px;
  color: #ffffff;
  transition: all 0.4s;
}
.more-box-a .more-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  padding-top: 0;
  background-color: #4079E5;
  transition: all 0.4s;
}
.more-box-a .more-box:hover {
  border-color: #4079E5;
}
.more-box-a .more-box:hover::before {
  width: 200%;
  padding-top: 200%;
}
.more-box-a .more-box.on {
  border-color: #4079E5;
}
.more-box-a .more-box.on::before {
  width: 200%;
  padding-top: 200%;
}
.more-box-a .more-box.on:hover {
  border-color: #eb2c00;
}
.more-box-a .more-box.on:hover::before {
  background-color: #eb2c00;
}
.more-box-a .span-word {
  position: relative;
  z-index: 1;
  font-style: normal;
}
@media (max-width: 1200px) {
  .more-box-a .more-box {
    min-width: 0;
    padding: 0 0.4rem;
    line-height: 0.6rem;
  }
}
.more-box-b .more-box {
  position: relative;
  border: solid 1px #ffffff;
  min-width: 140px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  transition: all 0.4s;
}
.more-box-b .more-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  padding-top: 0;
  background-color: #4079E5;
  transition: all 0.4s;
}
.more-box-b .more-box:hover {
  border-color: #4079E5;
}
.more-box-b .more-box:hover::before {
  width: 200%;
  padding-top: 200%;
}
.more-box-b .more-box.on {
  border-color: #4079E5;
}
.more-box-b .more-box.on::before {
  width: 200%;
  padding-top: 200%;
}
.more-box-b .more-box.on:hover {
  border-color: #eb2c00;
}
.more-box-b .more-box.on:hover::before {
  background-color: #eb2c00;
}
.more-box-b .span-word {
  position: relative;
  z-index: 1;
  font-style: normal;
}
@media (max-width: 1200px) {
  .more-box-b .more-box {
    min-width: 0;
    padding: 0 0.4rem;
    line-height: 0.6rem;
  }
}
/**列表翻页**/
.page-btn-box {
  display: flex;
  padding: 58px 15px 118px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
.page-btn-box .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2.5px 5px;
  border: 1px solid #dddddd;
  min-width: 40px;
  padding: 0 12px;
  height: 40px;
  background-color: #cccccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  transition: all 0.3s;
}
.page-btn-box .page-btn svg {
  height: 11px;
  width: 11px;
  fill: #999999;
}
.page-btn-box .page-btn.prev {
  background: transparent;
}
.page-btn-box .page-btn.next {
  background: transparent;
}
.page-btn-box .page-btn.next svg {
  transform: rotate(180deg);
}
.page-btn-box .page-btn.on,
.page-btn-box .page-btn:hover {
  border-color: #4079E5;
  background: #4079E5;
}
.page-btn-box .page-btn.on svg,
.page-btn-box .page-btn:hover svg {
  fill: #ffffff;
}
@media (max-width: 1380px) {
  .page-btn-box {
    padding: 50px 15px 80px;
  }
}
@media (max-width: 1200px) {
  .page-btn-box {
    padding: 0.5rem 0.2rem 0.7rem;
  }
}
@media (max-width: 992px) {
  .page-btn-box .page-btn {
    margin: 2px;
    height: 34px;
    min-width: 30px;
    padding: 0 15px;
    line-height: 34px;
	
  }
}
/**分享**/
.share-box .share-btn {
  position: relative;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s;
}
.share-box .share-btn svg {
  display: block;
  height: 22px;
  width: 22px;
  fill: #aaaaaa;
}
.share-box .share-btn + .share-btn {
  margin-left: 10px;
}
.share-box .share-btn:hover svg {
  fill: #4079E5;
}
.share-box .share-btn:hover .creat-code-box,
.share-box .share-btn:hover .code-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box .creat-code-box,
.share-box .code-box {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate(-50%, 0);
  overflow: hidden;
  border-radius: 5px;
  width: 90px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.share-box .creat-code-box {
  padding: 5px;
}
@media (max-width: 1200px) {
  .share-box .share-btn svg {
    display: block;
    height: 22px;
    width: 22px;
    fill: #aaaaaa;
  }
  .share-box .share-btn + .share-btn {
    margin-left: 10px;
  }
}
/**弹框**/
.tank-block-a {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.tank-block-a .tank-mark {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.tank-block-a .flex-box {
  height: 100%;
  width: 100%;
}
.tank-block-a .tank-a-main {
  position: relative;
  z-index: 999;
  border-radius: 5px;
  width: 560px;
  max-width: 96%;
}
.tank-block-a .tank-a-top {
  border-bottom: 2px solid #04bcfa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.tank-block-a .tank-a-top .title {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#0256ac, #0256ac);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  border-radius: 3px 3px 0px 0px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 34px;
  color: #ffffff;
}
.tank-block-a .tank-a-top.color-type-a {
  border-bottom-color: #126fc8;
}
.tank-block-a .tank-a-top.color-type-a .title {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#0256ac, #0256ac);
}
.tank-block-a .tank-a-cont {
  padding-top: 26px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.tank-block-a .tank-a-cont .red {
  color: #e90000;
}
.tank-block-a .tank-a-cont .label-li {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tank-block-a .tank-a-cont .label-title {
  flex-shrink: 0;
  margin-right: 14px;
  width: 1rem;
  padding-top: 9px;
  text-align: right;
  line-height: 20px;
}
.tank-block-a .tank-a-cont .input-box {
  position: relative;
  width: calc(100% - 1.14rem);
}
.tank-block-a .tank-a-cont .input-box .input {
  border: solid 1px #d6d6d6;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 22px;
}
.tank-block-a .tank-a-cont .input-box .error {
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}
.tank-block-a .tank-a-cont .tips {
  padding: 14px 5%;
}
.tank-block-a .tank-a-cont .tips .span {
  flex-shrink: 0;
}
.tank-block-a .tank-a-cont .tips a {
  display: contents;
  color: #555555;
}
.tank-block-a .tank-a-cont .btn-box .btn {
  border-radius: 22px;
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
  cursor: pointer;
  width: 1.6rem;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  transition: all 0.3s;
}
.tank-block-a .tank-a-cont .btn-box .btn.type-a {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn.type-b {
  background-image: linear-gradient(0deg, #126ec8 0%, #0685d1 100%), linear-gradient(#000000, #000000);
}
.tank-block-a .tank-a-cont .btn-box .btn:hover {
  background: #e90000;
}
@media (max-width: 1200px) {
  .tank-block-a .tank-a-top {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.35rem;
  }
  .tank-block-a .tank-a-top .title {
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 1.9em;
  }
  .tank-block-a .tank-a-cont {
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .tank-block-a .tank-a-cont .label-title {
    margin-right: 0.2rem;
    margin-bottom: 0.07rem;
    width: 100%;
    padding-top: 0;
    text-align: left;
    line-height: 1.6em;
  }
  .tank-block-a .tank-a-cont .label-title br {
    display: none;
  }
  .tank-block-a .tank-a-cont .input-box {
    width: 100%;
  }
  .tank-block-a .tank-a-cont .input-box .input {
    padding: 0.15rem 0.25rem;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .tank-block-a .tank-a-cont .input-box .error {
    width: 0.4rem;
  }
  .tank-block-a .tank-a-cont .tips {
    padding: 0.15rem 5%;
  }
  .tank-block-a .tank-a-cont .btn-box .btn {
    border-radius: 0.3rem;
    width: auto;
    min-width: 1.8rem;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
}
/**弹框**/
.auto-tank-hide-a {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  width: 840px;
  max-width: 96vw;
  padding: 17px 25px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 17px;
  line-height: 1.6em;
  color: #ffffff;
}
/**菜单**/
.scroll-menu .swiper-container {
  padding: 42px 0 90px;
}
.scroll-menu .swiper-slide {
  width: auto;
}
.scroll-menu .swiper-slide .link {
  display: block;
  margin: 2px;
  border: solid 1px #dddddd;
  min-width: 204px;
  padding: 0 15px;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 62px;
  color: #000000;
}
.scroll-menu .swiper-slide .link:hover {
  background-color: #f8f8f8;
}
.scroll-menu .swiper-slide .link.on {
  color: #ffffff;
  border-color: #4079E5;
  background-color: #4079E5;
  box-shadow: 0px 0px 14px 0px rgba(235, 97, 0, 0.6);
}
@media (max-width: 1200px) {
  .scroll-menu .swiper-container {
    padding: 0.3rem 0 0.4rem;
  }
  .scroll-menu .swiper-slide {
    width: auto;
  }
  .scroll-menu .swiper-slide .link {
    min-width: 1.6rem;
    padding: 0 0.35rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

}

@media (min-width: 1200px) {
  .form-block-type1 {
  width: 67%;
}
}

/** 表单 **/
.form-block-type1 {
  --main-color: #4079E5;
  --hover-color: #eb2c00;
  --pad: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.form-block-type1 * {
  font: inherit;
}
.form-block-type1 .form {
  display: block;
}
.form-block-type1 .form-top {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: var(--pad);
  padding-right: var(--pad);
  background: var(--main-color);
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4em;
}
.form-block-type1 .form-top .h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.form-block-type1 .line {
  margin: 0 var(--pad);
  height: 1px;
  background: #dddddd;
}
.form-block-type1 .form-cont {
  padding-top: var(--pad);
  padding-bottom: var(--pad);
  /* padding-left: var(--pad);
  padding-right: var(--pad); */
}
.form-block-type1 .form-cont .label {
  display: flex;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.form-block-type1 .form-cont .label-tit {
  flex-shrink: 0;
  border: 1px solid transparent;
  min-width: 6em;
  padding-right: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.form-block-type1 .form-cont .label-cont {
  width: 100%;
}
.form-block-type1 .form-cont .input-box {
  position: relative;
  width: 100%;
}
.form-block-type1 .form-cont .input {
  width: 100%;
  padding: 0.4em 0.9em;
}
.form-block-type1 .form-cont .border {
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333333;
}
.form-block-type1 .form-cont .code-box {
  position: relative;
}
.form-block-type1 .form-cont .code-box .input {
  padding-right: 10em;
}
.form-block-type1 .form-cont .code-box .code-img {
  position: absolute;
  top: 10%;
  right: 0.5em;
  height: 80%;
  width: 6em;
  background: #f1f1f1;
}
.form-block-type1 .form-cont textarea {
  resize: vertical;
  min-height: 5em;
}
.form-block-type1 .submit-box {
  flex-shrink: 0;
  margin-left: 1.5em;
}
.form-block-type1 .submit {
  display: block;
  border: 0 none;
  width: 100%;
  text-align: center;
  background: var(--main-color);
  letter-spacing: 0.2em;
  color: #ffffff;
  cursor: pointer;
}
.form-block-type1 .submit:hover {
  background: var(--hover-color);
}
@media (max-width: 1200px) {
  .form-block-type1 {
    --pad: .2rem;
    font-size: .26rem;
    line-height: 1.5em;
  }
  .form-block-type1 .form-top {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .form-block-type1 .flex-box {
    flex-wrap: wrap;
  }
  .form-block-type1 .flex-box .label {
    width: 100%
  }
  .form-block-type1 .form-cont {
    padding-top: var(--pad);
    padding-bottom: var(--pad);
  }
  .form-block-type1 .submit-box {
    margin-left: 0;
  }
}