/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: normal;
}

a,
i,
em,
span,
b,
img {
  display: block;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC";
}

li {
  list-style: none;
}

a,
img,
input {
  border: 0 none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
input:focus {
  outline: 0 none;
}

input::-webkit-search-cancel-button {
  display: none;
}

/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}

/*清除IE下的 search 叉号*/
input {
  background: none;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: none;
  font-size: 12px;
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

/*========定义基础样式========*/
.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 70px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  opacity: 1;
}

.swiper-button-next i,
.swiper-button-prev i {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 108px;
}

@media (min-width: 1200px) {
  .swiper-button-next:hover i,
  .swiper-button-prev:hover i {
    transition: all 0.5s;
    top: -54px;
  }
}

.swiper-button-next {
  right: 13.54%;
}

.swiper-button-next i {
  background: url(../images/icon/icon_7.png) left top no-repeat;
}

.swiper-button-prev {
  left: auto;
  right: 13.54%;
  bottom: 152px;
}

.swiper-button-prev i {
  background: url(../images/icon/icon_6.png) left top no-repeat;
}

@media (max-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.54rem;
    height: 0.54rem;
    border: 1px solid #fff;
  }

  .swiper-button-next i,
  .swiper-button-prev i {
    width: 100%;
    height: 100%;
  }

  .swiper-button-next {
    right: 0.3rem;
    bottom: 0.83rem;
    background: #0173d4;
    border: 1px solid #0173d4;
  }

  .swiper-button-next i {
    background: url(../images/mobile/icon/icon_7.png) center no-repeat;
    background-size: 0.16rem auto;
  }

  .swiper-button-prev {
    left: auto;
    right: 1.18rem;
    bottom: 0.83rem;
  }

  .swiper-button-prev i {
    background: url(../images/mobile/icon/icon_6.png) center no-repeat;
    background-size: 0.16rem auto;
  }
}

.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text_over5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}

.w1400 {
  width: 62.5%;
  min-width: 1400px;
  margin: 0px auto;
}

.w1700 {
  width: 88.54%;
  margin: 0px auto;
  min-width: 1200px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header_s {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.header:hover {
  background: #fff;
  border-bottom: 1px solid #999;
}

.header:hover .logo .logo1 {
  display: block;
}

.header:hover .logo .logo2 {
  display: none;
}

.header:hover .nav .one_a {
  color: #333;
}

.header:hover .icon_more .search {
  background: url(../images/icon/icon_2s.png) center no-repeat;
}

.header:hover .icon_more .langIcon {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}

.header:hover::after {
  transition: all 0.6s;
  height: 120px;
}

.header .w1400 {
  position: relative;
  z-index: 10;
}

.header .logo {
  display: flex;
  align-items: center;
  height: 120px;
  width: 160px;
}
.header .logo img {
  width: 100%;
}
.header .logo .logo1 {
  display: none;
}

.header .logo .logo2 {
  display: block;
}

.header .nav {
  margin: 0 1.5vw 0 0;
}

.header .nav .one {
  float: left;
}

.header .nav .one_s {
  position: relative;
}

.header .nav .one_s img {
  width: 30px;
  padding: 45px 0;
}

.header .nav .one .posBox {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 121px;
  z-index: 9;
  /* padding-top: 1px; */
  width: auto;
  background: #fff;
  display: none;
  /* border-top: 1px solid rgba(153, 153, 153, 0.5); */
}

.header .nav .one .bac {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.header .nav .one .bac>.text{
  flex: 1;
  margin-right: 20px;
}
.header .nav .one .bac>.text:last-child {
  margin-right: 0;
}
.header .nav .one .bac a {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #333;
  position: relative;
  margin-bottom: 40px;
}

.header .nav .one .bac a:first-child {
  font-size: 20px;
  font-weight: 500;
  vertical-align: bottom;
  height: 78px;
}

.header .nav .one .bac .t1 a:first-child {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.header .nav .one .bac a:last-child {
  margin-bottom: 0;
}

.header .nav .one .bac a:hover {
  color: #0a5ead;
  /* -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); */
}

.header .nav .one .bac a.cur {
  color: #0a5ead;
}

.header .nav .one:hover .posBox {
  transition: all 0.5s;
  height: auto;
  width: auto;
}

.header .nav .one:hover .bac i {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}

.header .nav .one_a {
  position: relative;
  padding: 0 2px;
  margin: 0 3vw;
  line-height: 118px;
  font-size: 18px;
  color: #ffffff;
  border-bottom: rgba(255, 255, 255, 0) 2px solid;
}

.header .nav .one_a.cur {
  border-bottom: 2px solid #0a5ead;
}

.header .nav .one_a:hover {
  border-bottom: 2px solid #0a5ead;
}

.header .nav .one_s .pos_s {
  background: none;
}

.header .nav .one_s .list {
  padding: 30px 0;
  background: #fff;
  /* margin-top: 16px; */
}

.header .nav .one_s .list a {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #333;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 16px;
  white-space: nowrap;
}

.header .nav .one_s .list a:last-child {
  margin-bottom: 0;
}

.header .nav .one_s .list a:hover {
  color: #0a5ead;
}

.header .nav .one_s .list a.cur {
  color: #0a5ead;
}

@media (max-width: 1700px) {
  .header .nav {
    margin: 0 1.5vw 0 0;
  }
}

.header .nav .pos {
  transition: all 0.6s;
  position: fixed;
  left: 0;
  top: 91px;
  width: 100%;
  max-height: 0px;
  background: #fff;
  overflow: hidden;
}

.header .nav .pos .w1400 {
  padding: 20px 0;
}

.header .nav .pos .left {
  margin-right: 3.5%;
  width: 33.7%;
}

.header .nav .pos .left .tab_title .title {
  transition: all 0.8s;
  position: relative;
  padding-right: 30px;
}

.header .nav .pos .left .tab_title .title::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f4f9d;
  opacity: 0;
  content: " ";
}

.header .nav .pos .left .tab_title .title .pad {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 33px;
  line-height: 54px;
  font-size: 18px;
  color: #666;
}

.header .nav .pos .left .tab_title .title .pad.on {
  background: url(../images/icon/icon_10.png) right center no-repeat;
}

.header .nav .pos .left .tab_title .title.cur::after,
.header .nav .pos .left .tab_title .title:hover::after {
  transition: all 0.8s;
  width: 100%;
  opacity: 1;
}

.header .nav .pos .left .tab_title .title.cur .pad,
.header .nav .pos .left .tab_title .title:hover .pad {
  transition: all 0.3s;
  color: #fff;
}

.header .nav .pos .left .tab_title .title.cur .pad.on,
.header .nav .pos .left .tab_title .title:hover .pad.on {
  background: url(../images/icon/icon_10s.png) right center no-repeat;
}

.header .nav .pos .right {
  width: 62.8%;
}

.header .nav .pos .right .small_title {
  padding-bottom: 16px;
  line-height: 54px;
  font-size: 28px;
  color: #1f4f9d;
  font-weight: bold;
}

.header .nav .pos .right a {
  float: left;
  margin: 0 6% 20px 0;
  width: 47%;
}

.header .nav .pos .right a:nth-child(2n) {
  margin-right: 0;
}

.header .nav .pos .right a .icon {
  position: relative;
  float: left;
  margin-bottom: 23px;
  width: 45px;
  height: 66px;
  overflow: hidden;
}

.header .nav .pos .right a .icon em {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 66px;
}

.header .nav .pos .right a .icon .em2 {
  transition: all 0.2s;
  opacity: 0;
}

.header .nav .pos .right a .text {
  float: right;
  width: calc(100% - 59px);
}

.header .nav .pos .right a .text b {
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
}

.header .nav .pos .right a .text p {
  line-height: 18px;
  font-size: 16px;
  color: #999;
}

.header .nav .pos .right a:hover .icon .em2 {
  transition: all 0.2s;
  opacity: 1;
}

.header .nav .pos .right a:hover b {
  color: #e16336;
}

.header .nav .pos .two {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.header .nav .pos .two a {
  padding: 5px 50px;
  font-size: 18px;
  color: #666;
}

.header .nav .pos .two a:hover {
  color: #e16336;
}

.header .nav .pos.nav3 .w1400 {
  display: flex;
  flex-wrap: wrap;
}

.header .nav .pos.nav3 dl {
  margin: 18px 1.9% 18px 0;
  width: 23.575%;
}

.header .nav .pos.nav3 dl:nth-child(4n) {
  margin-right: 0;
}

.header .nav .pos.nav3 dl dt {
  padding-bottom: 20px;
  font-size: 18px;
  color: #1f4f9d;
  font-weight: bold;
  border-bottom: #bfbfbf 1px solid;
}

.header .nav .pos.nav3 dl dt a {
  color: #1f4f9d;
}

.header .nav .pos.nav3 dl dd {
  padding-top: 15px;
}

.header .nav .pos.nav3 dl dd a {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}

.header .nav .pos.nav3 dl dd a:hover {
  color: #1f4e9c;
}

.header .nav .pos.nav3 dl dd .more {
  display: flex;
  margin-top: 12px;
}

.header .nav .pos.nav3 dl dd .more p {
  transition: all 0.5s;
  padding-right: 24px;
  color: #1f4e9c;
  background: url(../images/icon/icon_100.png) right center no-repeat;
}

.header .nav .pos.nav3 dl dd .more p:hover {
  font-weight: bold;
}

.header .nav .one:hover .pos {
  transition: all 0.6s;
  max-height: 700px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}

.header .icon_more {
  height: 120px;
  display: flex;
  align-items: center;
}

.header .icon_more .search {
  margin-left: 0.3vw;
  width: 32px;
  height: 100%;
  background: url(../images/icon/icon_2.png) center no-repeat;
}

.header .icon_more .langIcon {
  margin-left: 36px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_1.png) center no-repeat;
}

.header .header_lump {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f3f3f3;
}

.header_fixed {
  background: #fff;
  /*border-bottom: #b7b7b7 1px solid;*/
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.header_fixed::after {
  display: none;
  background: #ffffff;
}

.header_fixed .logo .logo1 {
  display: block;
}

.header_fixed .logo .logo2 {
  display: none;
}

.header_fixed .nav .one_a {
  color: #333;
}

.header_fixed .nav .one_a::after {
  background: #1f4f9d;
}

/* .header_fixed .icon_more{border-left:rgba(183,183,183,1) 1px solid;} */
.header_fixed .icon_more .search {
  background: url(../images/icon/icon_2s.png) center no-repeat;
}

.header_fixed .icon_more .langIcon {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}

.header_fixed .icon_more .weixin {
  background: url(../images/icon/icon_3s.png) center no-repeat;
}

.header_fixeds {
  background: #fff;
  /*border-bottom: #b7b7b7 1px solid;*/
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.header_fixeds::after {
  display: none;
  background: #ffffff;
}

.header_fixeds .logo .logo1 {
  display: block;
}

.header_fixeds .logo .logo2 {
  display: none;
}

.header_fixeds .nav .one_a {
  color: #333;
}

.header_fixeds .nav .one_a::after {
  background: #1f4f9d;
}

/* .header_fixed .icon_more{border-left:rgba(183,183,183,1) 1px solid;} */
.header_fixeds .icon_more .search {
  background: url(../images/icon/icon_2s.png) center no-repeat;
}

.header_fixeds .icon_more .langIcon {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}

.header_fixeds .icon_more .weixin {
  background: url(../images/icon/icon_3s.png) center no-repeat;
}

.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.m_header .logo {
  display: flex;
  align-items: center;
  height: 1rem;
}

.m_header .logo img {
  height: 0.5rem;
}

.m_header .nav_icon {
  width: 0.5rem;
  height: 1rem;
  background: url(../images/mobile/icon/i_2.png) center no-repeat;
  background-size: 0.35rem auto;
}

.m_header .nav_icon.cur {
  background: url(../images/mobile/icon/i_2s.png) center no-repeat;
  background-size: 0.29rem auto;
}

.m_header .langIcon {
  margin-right: 0.48rem;
  width: 0.44rem;
  height: 1rem;
  background: url(../images/mobile/icon/icon_4.png) center no-repeat;
  background-size: 0.32rem auto;
}

.m_header .search {
  margin-right: 0.48rem;
  width: 0.32rem;
  height: 1rem;
  background: url(../images/mobile/icon/i_1.png) center no-repeat;
  background-size: 0.32rem auto;
}

.m_header_fixed {
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.2);
}

.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}

.m_nav ul {
  width: 100%;
  margin-top: 1rem;
  height: calc(100% - 1.1rem - 1.5rem);
  overflow-y: auto;
}

.m_nav ul::-webkit-scrollbar {
  display: none;
}

.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}

.m_nav ul .one {
  transition: all 0.5s;
  /* padding: 0 4%; */
  font-size: 0.32rem;
  line-height: 1.38rem;
  color: #333333;
  border-bottom: #cccccc 1px solid;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.m_nav ul .go .one::after {
  content: "";
  width: 0.1rem;
  height: 0.2rem;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/mobile/icon/icon_3.png) center no-repeat;
  background-size: 0.1rem auto;
}

.m_nav ul .go .one.curs::after {
  transform: rotate(90deg);
}

.m_nav ul .pos {
  display: none;
  padding: 0 0.3rem;
  background: #efefef;
}

.m_nav ul .pos .wc {
  position: relative;
  transition: all 0.5s;
  line-height: 1.38rem;
  font-size: 0.28rem;
  color: #333333;
  border-bottom: #cccccc 1px solid;
}
.m_nav ul .pos .wc .menuText {
  width: 90%;
  border-bottom: none;
}

.m_nav ul .pos .wc .liks {
  width: 10%;
  height: 0.2rem;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/mobile/icon/icon_3.png) center no-repeat;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.m_nav ul .pos .wc .liks.curs {
  transform: rotate(90deg);
  transition: all 0.5s;
}

/*.m_nav ul .pos .wc::after {*/
/*  content: '';*/
/*  width: 0.1rem;*/
/*  height: 0.2rem;*/
/*  position: absolute;*/
/*  right: 0.1rem;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background: url(../images/mobile/icon/icon_3.png) center no-repeat;*/
/*  background-size: 0.1rem auto;*/
/*}*/

/*.m_nav ul .pos .wc.curss::after {*/
/*  transform: rotate(90deg);*/
/*}*/

.m_nav ul .pos a {
  /* padding-left: 0.78rem; */
  line-height: 1.38rem;
  font-size: 0.28rem;
  color: #333333;
  border-bottom: #cccccc 1px solid;
}

.m_nav ul .on .on a {
  color: #209bd3;
}

.m_nav ul .pos .open {
  display: none;
}

.m_nav ul .pos .open .pices {
  color: #999999;
  padding-left: 0.3rem;
  font-size: 0.24rem;
}

.footer {
  padding: 76px 0 0px;
  background: #f7f7f7;
}

.footer .baseBox {
  display: flex;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

/* .footer .baseBox::after {
  content: "";
  width: 62%;
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  top: 25px;
  left: 48%;
  transform: translateX(-50%);
}

.footer .base_left {
  width: 50%;
} */

.footer .base_left .footerLogo {
  width: 187px;
}

.footer .base_left .footerLogo img {
  width: 100%;
}

.footer .base_left .listFlex {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 64px; */
  margin-top: 36px;
  /* padding-bottom: 36px; */
}

.footer .base_left .listFlex a {
  font-size: 16px;
  color: #666666;
  /* margin-right: 40px; */
  /* margin-bottom: 36px; */
  /* width: 150px; */
  width: 300px;
  height: 64px;
}

.footer .base_left .listFlex a:hover {
  color: #0a5ead;
}

/* .footer .base_right {
  width: 50%;
  text-align: right;
} */

/* 联系我们 new start */
.contractBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #666666;
    padding: 36px 0 32px;
    font-size: 16px;
}
.contractBox .contract-title{
    font-size: 18px;
    font-weight: bold;
}
.contractBox .contract_right_cn {
    width: 600px;
}
.contractBox .contract_right_cn div{
    margin: 10px 0;
}
.contractBox .contract_right_ja div {
    margin: 10px 0;
}

/* 联系我们 new end */

.footer .base_right .phone p {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
}

.footer .base_right .phone b {
  font-size: 18px;
  color: #666666;
  padding-top: 10px;
}

.footer .base_right .e-mail {
  font-size: 16px;
  color: #666666;
  padding-top: 40px;
}

.footer .base_right .address {
  font-size: 16px;
  color: #666666;
  padding-top: 30px;
}

.footer .bot {
  height: 73px;
  line-height: 73px;
  border-top: 1px solid #dcdcdc;
}

.footer .bot .w1400 {
  display: flex;
  justify-content: space-between;
}

.footer .bot .text {
  width: 70%;
  font-size: 16px;
  color: #666666;
  display: flex;
}

.footer .bot .text a {
  color: #666666;
  margin-left: 24px;
}

.footer .bot .Follow {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer .bot .Follow .p {
  font-size: 18px;
  color: #8e92a2;
}

.footer .bot .Follow .pic {
  display: flex;
}

.footer .bot .Follow .pic i {
  width: 36px;
  height: 29px;
}

.footer .bot .Follow .pic .pec {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 135px;
  height: 0;
  /* background: url(../images/icon/icon_5ss.png) left top no-repeat; */
  overflow: hidden;
}

.footer .bot .Follow .pic .pec img {
  width: 107px;
  height: 107px;
}

.footer .bot .Follow .pic .pec > div {
  padding: 14px 8px 0;
  display: flex;
  height: 100%;
  justify-content: center;
}

.footer .bot .Follow .pic .wx {
  position: relative;
  margin-right: 21px;
}

.footer .bot .Follow .pic .wx i {
  background: url(../images/icon/icon_21.png) center no-repeat;
}

.footer .bot .Follow .pic .wx i:hover {
  background: url(../images/icon/icon_21s.png) center no-repeat;
}

.footer .bot .Follow .pic .wx:hover .pec {
  transition: all 0.5s;
  height: 135px;
}

.footer .bot .Follow .pic .face {
  margin-right: 21px;
  position: relative;
}

.footer .bot .Follow .pic .face i {
  background: url(../images/icon/icon_22.png) center no-repeat;
}

.footer .bot .Follow .pic .face i:hover {
  background: url(../images/icon/icon_22s.png) center no-repeat;
}

.footer .bot .Follow .pic .face:hover .pec {
  transition: all 0.5s;
  height: 135px;
}

.footer .bot .Follow .pic .int {
  position: relative;
}

.footer .bot .Follow .pic .int i {
  margin-right: 0;
  background: url(../images/icon/icon_23-s.png) center no-repeat;
}

.footer .bot .Follow .pic .int i:hover {
  background: url(../images/icon/icon_23s-s.png) center no-repeat;
}

.footer .bot .Follow .pic .int:hover .pec {
  transition: all 0.5s;
  height: 135px;
}

.m_footer {
  padding: 0.7rem 0 0.9rem;
  background: #f7f7f7;
}

.m_footer .baseBox .base_left {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d6d6d6;
}

.m_footer .baseBox .footerLogo {
  width: 2.32rem;
}

.m_footer .baseBox .footerLogo img {
  width: 100%;
}

.m_footer .baseBox .phone p {
  font-size: 0.44rem;
  color: #333333;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
}

.m_footer .baseBox .phone b {
  font-size: 0.22rem;
  color: #666666;
  text-align: right;
}

.m_footer .baseBox .base_right {
  padding: 0.64rem 0.3rem;
  font-size: 0.26rem;
  color: #666666;
  border-bottom: 1px solid #d0d2d4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;

}
.m_footer .baseBox .base_right .contract_right_cn {
    font-size: 0.28rem;
    font-weight: bold;
    width: 50%;
}
.m_footer .baseBox .base_right .contract_right_ja {
    font-size: 0.28rem;
    font-weight: bold;
    margin-left: 0.2rem;
    width: 50%;
    /* margin-top: 0.36rem; */
}
.m_footer .baseBox .base_right .phone {
    font-family: Arial;
    /* background: url(../images/mobile/icon/icon_11.png) left center no-repeat;
    background-size: 0.32rem auto;
    padding-left: 0.56rem; */
    margin-top: 0.36rem;
}
.m_footer .baseBox .base_right .e-mail {
  font-family: Arial;
  /* background: url(../images/mobile/icon/icon_6.png) left center no-repeat;
  background-size: 0.32rem auto;
  padding-left: 0.56rem; */
  margin-top: 0.36rem;
}

.m_footer .baseBox .base_right .address {
  /* background: url(../images/mobile/icon/icon_7.png) left center no-repeat;
  background-size: 0.33rem auto;
  padding-left: 0.56rem; */
  margin-top: 0.36rem;
}

.m_footer .baseBox  .Follow {
  padding: 0 0.3rem;
}

.m_footer .baseBox .Follow .p {
  font-size: 0.28rem;
  color: #969798;
  padding-top: 0.6rem;
}

.m_footer .baseBox .Follow .pic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 0.4rem;
}

.m_footer .baseBox .Follow .pic i {
  width: 0.88rem;
  height: 0.88rem;
}

.m_footer .baseBox  .Follow .pic .fw {
  margin-right: 0.45rem;
}

.m_footer .baseBox  .Follow .pic .fw:last-child {
  margin-right: 0;
}

.m_footer .baseBox  .Follow .pic .wx {
  position: relative;
}

.m_footer .baseBox  .Follow .pic .face {
  position: relative;
}

.m_footer .baseBox .Follow .pic .int {
  position: relative;
}

.m_footer .baseBox .Follow .pic .pho {
  position: relative;
}

.m_footer .baseBox .Follow .pic .keep {
  position: relative;
}

.m_footer .baseBox .Follow .pic .fw .pec {
  width: 2.19rem;
  height: 0;
  bottom: 0.8rem;
  position: absolute;
  left: -70%;
  overflow: hidden;
}

.m_footer .baseBox .Follow .pic .fw:hover .pec {
  transition: all 0.5s;
  height: 2.49rem;
}

.m_footer .baseBox .Follow .pic .fw .pec > div {
  padding: 0.3rem 0.1rem 0;
}

.m_footer .baseBox .Follow .pic .fw .pec > div img {
  width: 1.69rem;
  height: 1.69rem;
  margin-left: 0.1rem;
}

.m_footer .baseBox .Follow .pic .pec {
  background: url(../images/mobile/icon/icon_13.png) left top no-repeat;
  background-size: 2.19rem auto;
}

.m_footer .baseBox .Follow .pic .wx i {
  background: url(../images/mobile/icon/icon_8.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .face i {
  background: url(../images/mobile//icon/icon_9.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .int i {
  margin-right: 0;
  background: url(../images/mobile//icon/icon_10-s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .pho i {
  background: url(../images/mobile//icon/icon_11.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .keep i {
  background: url(../images/mobile//icon/icon_12.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .wx i:hover {
  background: url(../images/mobile/icon/icon_8s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .face i:hover {
  background: url(../images/mobile//icon/icon_9s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .int i:hover {
  margin-right: 0;
  background: url(../images/mobile//icon/icon_10s-s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .pho i:hover {
  background: url(../images/mobile//icon/icon_11s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .baseBox .Follow .pic .keep i:hover {
  background: url(../images/mobile//icon/icon_12s.png) center no-repeat;
  background-size: 0.88rem auto;
}

.m_footer .bot {
  font-size: 0.26rem;
  color: #666666;
  text-align: center;
  padding-top: 0.78rem;
}

.m_footer .bot .text {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}

.m_footer .bot a {
  color: #666666;
}

.m_footer .bot a:last-child {
  margin-left: 0.3rem;
}

/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 60px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50px 0 0 50px;
}

.suspension::after {
  position: absolute;
  left: 5px;
  top: -86px;
  width: 77px;
  height: 87px;
  content: " ";
}

.suspension_fixed {
  transition: all 0.5s;
  right: 26px;
}

@media (max-width: 1370px) {
  .suspension_fixed {
    right: 0;
  }
}

.suspension .sus {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.suspension .sus1 {
  background: #0a5ead url(../images/icon/icon_24.png) center no-repeat;
}

.suspension .sus2 {
  background: #0a5ead url(../images/icon/icon_25.png) center no-repeat;
}

.suspension .sus3 {
  background: #0a5ead url(../images/icon/icon_26.png) center no-repeat;
  margin-top: 12px;
}

.suspension .sus4 {
  background: #0a5ead url(../images/icon/icon_27.png) center no-repeat;
  margin-top: 12px;
}

.suspension .susLogo {
  margin-left: 4px;
}
.suspension .susLogo img {
  width: 100%;
}

.suspension .tablebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.suspension .table {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #1d1d1f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #0a5ead;
}

.suspension .s1:hover {
  width: 276px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.suspension .s1:hover .t1 {
  width: 206px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  /* transition: all 0.5s; */
}

.suspension .s2:hover {
  width: 176px;
  height: 110px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.suspension .s2:hover .t2 {
  width: 130px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.suspension .t2 .code {
  width: 80px;
  height: 80px;
}

.suspension .t2 .code img {
  width: 100%;
}

.suspension .pos {
  font-size: 24px;
  color: #fff;
  right: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 2px 22px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

/*移动端*/
.m_suspension {
  display: none;
}

@media (max-width: 1200px) {
  .suspension {
    display: none;
  }

  .m_suspension {
    display: block;
    transition: all 0.5s;
    position: fixed;
    right: -104px;
    top: 50%;
    z-index: 13;
    width: 1.06rem;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50px 0 0 50px;
  }

  .m_suspension_fixed {
    transition: all 0.5s;
    right: 26px;
  }

  .m_suspension_fixed {
    right: 0.3rem;
  }

  .m_suspension .sus {
    position: relative;
    display: block;
    width: 1.06rem;
    height: 1.06rem;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .m_suspension .sus4 {
    background: #fff url(../images/mobile/icon/icon_14.png) center no-repeat;
    background-size: 0.38rem auto;
    margin-top: 0.28rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }

  .m_suspension .susLogo {
    width: 1.01rem;
  }

  .m_suspension .susLogo img {
    width: 100%;
  }
}

.toTop {
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  bottom: 5%;
  right: 2.6%;
  z-index: 20;
  width: 80px;
  height: 80px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.toTop i {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: url(../images/icon/icon_11ss.png) top center no-repeat;
}

.toTop:hover i {
  transition: all 0.5s;
  top: -80px;
}

.toTop_fixed {
  opacity: 1;
}

.scroll {
  opacity: 1;
  position: fixed;
  z-index: 100;
  width: 30px;
  height: 44px;
  background: url(../images/icon/icon_1.png) center no-repeat;
  bottom: 3%;
  left: 50%;
  margin-left: -25px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}

.scroll.scroll_fixed {
  display: none;
}

.add {
  margin-bottom: 33px;
  width: 100%;
  line-height: 30px;
}

.pageBanner {
  position: relative;
}

.pageBanner .pic {
  width: 100%;
  height: 550px;
}

.pageBanner .pic i {
  width: 100%;
  height: 100%;
}

.pageBanner .pic .mimg {
  display: none;
}

.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 100%;
}

.pageBanner .pos b {
  margin-bottom: 26px;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.pageBanner .add {
  height: 92px;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pageBanner .add .add_flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.pageBanner .add a {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageBanner .add a i {
  width: 36px;
  height: 31px;
  margin-right: 20px;
}

.pageBanner .add a p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.pageBanner .add .cur {
  background-color: rgba(1, 116, 205, 0.8);
}

.pageBanner .adds {
  display: none;
}

.solveBanner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 536px;
}

.solveBanner .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.solveBanner .pic i {
  width: 100%;
  height: 100%;
}

.solveBanner .pic .mimg {
  display: none;
}

.solveBanner .pos {
  padding: 60px 0 100px;
  width: 100%;
}

.solveBanner .pos .t {
  margin-bottom: 24px;
  font-size: 46px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.solveBanner .pos .swiper {
  width: 100%;
  max-height: 300px;
}

.solveBanner .pos .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 30px 0;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}

.solveBanner .pos .link {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  background: #0e459c;
  cursor: pointer;
}

.solveBanner .pos .link i {
  padding-right: 39px;
  font-size: 18px;
  color: #fff;
  background: url(../images/icon/icon_88.png) right center no-repeat;
}

.solveBanner .add {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 23px;
}

.pageNav {
  border-bottom: #ccc 1px solid;
}

@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}

.pageNav .swiper-slide {
  margin: 0 50px;
  width: auto;
  line-height: 92px;
  font-size: 20px;
  color: #666;
}

.pageNav .swiper-slide:first-child {
  margin-left: 0;
}

.pageNav .swiper-slide:last-child {
  margin-right: 0;
}

.pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0e459c;
  content: " ";
}

.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #0e459c;
}

.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 76%;
}

.page .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  width: 100%;
}

.page .swiper-pagination.swiper-pagination-lock {
  display: none;
}

.page .Wswiper-pagination {
  opacity: 0;
}

.page
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 16px;
}

.page .swiper-pagination-bullet {
  transition: all 0.5s;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: #dedede;
  opacity: 1;
  cursor: pointer;
}

.page .swiper-pagination-bullet-active {
  transition: all 0.5s;
  background: #0e459c;
}

.page .swiper-button-next:after,
.page .swiper-container-rtl .swiper-button-prev:after,
.page .swiper-button-prev:after,
.page .swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

.page_more {
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
  border: 1px solid #d3d3d3;
}

.page_more em {
  position: relative;
  z-index: 3;
  padding-right: 20px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_19.png) right center no-repeat;
}

.page_more::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #0e459c;
  content: " ";
}

.page_more:hover {
  border: 1px solid #0e459c;
}

.page_more:hover em {
  color: #fff;
  background: url(../images/icon/icon_19s.png) right center no-repeat;
}

.page_more:hover::after {
  transition: all 0.5s;
  width: 100%;
}

/*分页*/
.section {
  width: 100%;
}

.paging {
  padding: 0px 0 100px;
  font-size: 0;
  line-height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging li {
  display: inline-block;
  margin: 0 8px;
  font-size: 16px;
  color: #999;
}

.paging li a,
.paging li span {
  color: #999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: #ccc 1px solid;
  border-radius: 50%;
}

.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #225aab;
  border: #225aab 1px solid;
}

.paging li a:hover {
  color: #225aab;
  border: #225aab 1px solid;
}

.paging li:first-child .page-link {
  line-height: 45px;
  color: #999;
  background: url(../images/cPage/icon-1.png) center no-repeat;
}

.paging li:first-child:hover .page-link {
  color: #225aab;
  background: #225aab url(../images/cPage/icon-1s.png) center no-repeat;
}

.paging li:last-child .page-link {
  line-height: 45px;
  color: #999;
  background: url(../images/cPage/icon-2.png) center no-repeat;
}

.paging li:last-child:hover .page-link {
  background: #225aab url(../images/cPage/icon-2s.png) center no-repeat;
}

/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}

.pop_video video {
  width: 100%;
}

.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56s.png) center no-repeat;
  cursor: pointer;
}

.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .pop_video i {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/icon/icon_56s.png) center no-repeat;
    cursor: pointer;
  }
}

.header,
.footer,
.toTop {
  display: block;
}

.m_header,
.m_nav,
.m_footer,
.pageGoMore {
  display: none;
}

.header_mar {
  width: 100%;
  height: 90px;
}

.browsehappy {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 0;
  background: #eeeeee;
}

.browsehappy .text {
  position: relative;
}

.browsehappy .text div {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.browsehappy .text div a {
  display: inline;
  padding-left: 10px;
  color: #c7000b;
}

.browsehappy .text .close {
  position: absolute;
  right: 4%;
  top: 0;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

.productCable {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 580px;
}

.caSolve {
  margin-bottom: 80px;
}

.productCable .next {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 64.39vw;
  height: 100%;
  background: #f7f7f7 url(../images/index/ind03_bac.png) left center no-repeat;
  margin-bottom: 0 !important;
}

.productCable .next .text {
  position: absolute;
  left: 18.29%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 75%;
}

.productCable .next .text i {
  margin-bottom: 17px;
  font-size: 20px;
  color: #1e4e9d;
}

.productCable .next .text b {
  margin-bottom: 29px;
  font-size: 50px;
  color: #333;
  line-height: 60px;
}

.productCable .next .text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.productCable .next .pos_icon {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  background: url(../images/icon/icon_106.png) center no-repeat;
  cursor: pointer;
}

.productCable .next .pos_icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_107.png) center no-repeat;
  content: "";
}

.productCable .pos_icon.cur::after {
  background: url(../images/icon/icon_108.png) center no-repeat;
}

.productCable .videos {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 64.39vw);
  height: 100%;
  overflow: hidden;
}

.productCable .videos video,
.productCable .videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productCable .videos i {
  width: 100%;
  height: 100%;
}

.productCable .pos_icon:hover::after {
  background: url(../images/icon/icon_107s.png) center no-repeat;
}

.productCable .pos_icon.cur:hover::after {
  background: url(../images/icon/icon_108s.png) center no-repeat;
}

.productCable.ind03_box .next {
  transition: all 0.9s;
  transform: translateX(-48%);
}

.bannerText {
  width: 850px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.bannerText.notText {
  padding-bottom: 10px;
}

.productBanner {
  display: flex;
  align-items: center;
}

.productBanner .pos {
  top: initial;
  transform: none;
}

.bannerIconPlay {
  width: 60px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.bannerIconPlay img {
  width: 100%;
}

.m_productCable {
  display: none;
}

.videoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.videoLink .link {
  margin: 0 !important;
}

.videoLink .linkBox {
  margin-left: 50px !important;
}

.videoLink .linkBox:first-child {
  margin-left: 0 !important;
}

.videoLink .linkInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  background: #0e459c;
  cursor: pointer;
}

.videoLink .linkInfo i {
  padding-right: 39px;
  font-size: 18px;
  color: #fff;
  background: url(../images/icon/icon_112.png) right center no-repeat !important;
  background-size: 19px;
}

.pupProduct {
  display: none;
}

.mBox {
  display: none !important;
}

@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }

  .header,
  .footer,
  .toTop {
    display: none;
  }

  .m_header,
  .m_nav,
  .m_footer,
  .pageGoMore {
    display: block;
  }

  .header_mar {
    width: 100%;
    height: 1.2rem;
  }

  .add {
    margin-bottom: 0.3rem;
    line-height: 0.3rem;
  }

  .add a {
    margin-top: 0.03rem;
    font-size: 0.28rem;
  }

  .add a.one {
    margin-top: -0.02rem;
    width: 0.28rem;
    height: 0.3rem;
    background: url(../images/icon/icon_17s.png) center no-repeat;
    background-size: 0.28rem;
  }

  .add i {
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/icon/icon_18s.png) center no-repeat;
    background-size: 0.07rem auto;
  }

  .pageBanner .pic {
    height: 6.79rem;
  }

  .pageBanner .pic .pimg {
    display: none;
  }

  .pageBanner .pic .mimg {
    display: block;
  }

  .pageBanner .pos {
    /*top: calc(48% - 0.5rem);*/
  }

  .pageBanner .pos b {
    margin-bottom: 0.3rem;
    font-size: 0.58rem;
    text-align: center;
  }

  .pageBanner .pos p {
    width: 0.6rem;
    height: 0.07rem;
  }

  .pageBanner .add {
    display: none;
  }

  .pageBanner .add a.one {
    background: url(../images/icon/icon_17.png) center no-repeat;
    background-size: 0.28rem;
  }

  .pageBanner .add i {
    background: url(../images/icon/icon_18.png) center no-repeat;
    background-size: 0.07rem auto;
  }

  /* =================可滑动的tab================ */
  .pageBanner .adds {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0.92rem;
    border-top: 1px solid #fff;
  }

  .page_nav {
    transition: all 0.6s;
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .page_nav .swiper-slide {
    width: 3.5rem;
    line-height: 0.92rem;
    font-size: 0.3rem;
    text-align: center;
  }

  .page_nav .swiper {
    width: 100%;
  }

  .page_nav .swiper-slide a {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page_nav .swiper-slide i {
    width: 0.36rem;
    height: 0.31rem;
    margin-right: 0.05rem;
  }

  .page_nav .swiper-slide a p {
    color: #fff;
    font-size: 0.26rem;
  }

  .page_nav .swiper-slide.cur {
    background-color: rgba(1, 116, 205, 0.8);
  }

  .page_nav .swiper-slide:hover {
    background-color: rgba(1, 116, 205, 0.8);
  }

  .page_nav .swiper-slide:hover a,
  .page_nav .swiper-slide.cur a {
    color: #fff;
  }

  .page_nav .swiper-slide:hover::after,
  .page_nav .swiper-slide.cur::after {
    width: 100%;
  }

  .solveBanner {
    min-height: 6.7rem;
  }

  .solveBanner .pic .pimg {
    display: none;
  }

  .solveBanner .pic .mimg {
    display: block;
  }

  .solveBanner .pos {
    padding: 0.9rem 0;
  }

  .solveBanner .pos .t {
    margin-bottom: 0.4rem;
    line-height: 0.6rem;
    font-size: 0.48rem;
  }

  .solveBanner .pos .swiper {
    max-height: 3.6rem;
  }

  .solveBanner .pos .swiper-slide {
    padding: 0.2rem 0.3rem 0.3rem 0;
    font-size: 0.26rem;
    line-height: 0.35rem;
  }

  .solveBanner .pos .swiper-scrollbar {
    border-radius: 5px;
  }

  .solveBanner .pos .swiper-vertical > .swiper-scrollbar {
    width: 3px;
  }

  .solveBanner .pos .link {
    margin: 0.6rem auto 0;
    width: 3.45rem;
    height: 0.8rem;
  }

  .solveBanner .pos .link i {
    padding-right: 0.65rem;
    font-size: 0.28rem;
    background: url(../images/icon/icon_88.png) right center no-repeat;
    background-size: auto 0.3rem;
  }

  .solveBanner .add {
    display: none;
  }

  .pageNav .swiper-slide {
    margin: 0 0.96rem 0 0;
    line-height: 1.08rem;
    font-size: 0.3rem;
  }

  .pageNav .swiper-slide:first-child {
    margin-left: 0;
  }

  .pageNav .swiper-slide:last-child {
    margin-right: 0;
  }

  .pageNav .swiper-slide:last-child::after {
    display: none;
  }

  .pageNav .swiper-slide::after {
    position: absolute;
    right: -0.48rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.18rem;
    background: #f4f4f4;
    content: " ";
  }

  .pageNav .swiper-slide.cur::before,
  .pageNav .swiper-slide:hover::before {
    width: 100%;
  }

  .page
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }

  .page .swiper-pagination-bullet {
    margin: 0 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    border: #6d6d6d 1px solid;
    background: #fff;
    opacity: 1;
  }

  .page .swiper-pagination-bullet-active {
    transition: all 0.5s;
    background: #0e459c;
    border: #0e459c 1px solid;
  }

  .page .swiper-button-next,
  .page .swiper-button-prev {
    display: none;
  }

  .page_more {
    display: none;
  }

  .pageGoMore {
    margin: 0 auto;
    width: 3.2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    background: #1f4f9d;
  }

  .browsehappy {
    padding: 0.4rem 0;
  }

  .browsehappy .text div {
    padding: 0 0.8rem 0 0.4rem;
    text-align: left;
    font-size: 0.24rem;
  }

  .browsehappy .text div a {
    padding-left: 0;
  }

  .browsehappy .text .close {
    right: 0.3rem;
    font-size: 0.4rem;
  }

  .bannerText {
    width: 90%;
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
  }

  .bannerText.notText {
    padding-bottom: 0.1rem !important;
  }

  .productBanner .pos {
    top: initial;
  }

  .bannerIconPlay {
    width: 0.6rem;
    margin-top: 0.2rem;
  }

  .productCable {
    display: none;
  }

  .m_productCable {
    display: block;
    margin: 0 auto 0.3rem;
    padding: 0.75rem 0 0.8rem;
    height: auto;
    background: #f7f7f7;
  }

  .m_productCable .next {
    margin-bottom: 0.4rem !important;
    box-shadow: none !important;
  }

  .m_productCable .next i {
    margin-bottom: 0.28rem;
    font-size: 0.28rem;
    color: #1e4e9d;
  }

  .m_productCable .next b {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    color: #333;
    line-height: 0.47rem;
  }

  .m_productCable .next p {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.35rem;
  }

  .m_productCable .videos {
    position: relative;
    width: 100%;
  }

  .m_productCable .videos video,
  .m_productCable .videos img {
    display: block;
    width: 100%;
    height: 5.27rem;
    object-fit: cover;
  }

  .m_productCable .icon {
    position: absolute;
    width: 0.9rem;
  }

  .m_productCable .icon img {
    height: auto;
  }

  .m_productCable .videos {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_caSolve {
    margin-bottom: 0.8rem;
  }

  .videoLink .linkBox {
    margin-left: 0.6rem !important;
  }

  .videoLink .linkInfo {
    width: 3.45rem;
    height: 0.8rem;
  }

  .videoLink .linkInfo i {
    padding-right: 0.65rem;
    font-size: 0.28rem;
    background-size: auto 0.3rem;
  }

  /*分页*/
  .paging {
    padding: 0.6rem 0 0.8rem;
    font-size: 0;
    line-height: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .paging li {
    display: inline-block;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    color: #999;
  }

  .paging li a,
  .paging li span {
    color: #999;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    border-radius: 50%;
  }

  .paging li.active a,
  .paging li.active span {
    color: #225aab;
    border: none;
    background: none;
  }

  .paging li a:hover {
    color: #225aab;
    border: none;
  }

  .paging li:first-child .page-link {
    line-height: 0.5rem;
    color: #999;
    background: url(../images/cPage/icon-1.png) center no-repeat;
    background-size: 0.25rem;
    border: #ccc 0.02rem solid;
  }

  .paging li:first-child:hover .page-link {
    color: #225aab;
    background: url(../images/cPage/icon-1.png) center no-repeat;
    background-size: 0.25rem;
  }

  .paging li:last-child .page-link {
    line-height: 0.5rem;
    color: #999;
    background: url(../images/cPage/icon-2.png) center no-repeat;
    background-size: 0.25rem;
    border: #ccc 0.02rem solid;
  }

  .paging li:last-child:hover .page-link {
    background: url(../images/cPage/icon-2.png) center no-repeat;
    background-size: 0.25rem;
  }

  /*分页结束*/
  /*适配端导航*/
  .pcBox {
    display: none !important;
  }

  .mBox {
    display: block !important;
  }

  .industryNav {
    height: 1.2rem;
    border-bottom: 0.01rem solid #ededed;
    overflow: hidden;
  }

  .industryNavList {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.3rem;
    color: #666666;
    position: relative;
  }

  .industryNav .swiper-slide {
    position: relative;
  }

  .industryNav .swiper-slide:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0.01rem;
    height: 0.25rem;
    background: #999;
    top: 50%;
    transform: translateY(-50%);
  }

  .industryNav .swiper-slide-prev:after {
    display: none;
  }

  .industryNav .swiper-slide:last-child:after {
    display: none;
  }

  .industryNavList.curr {
    color: #14569d;
  }

  .industryNavList.curr:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.06rem;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #14569d;
  }
}

@-webkit-keyframes scrolls {
  from {
    bottom: 3%;
  }

  50% {
    bottom: calc(3% + 10px);
  }

  100% {
    bottom: 3%;
  }
}

@keyframes scrolls {
  from {
    bottom: 3%;
  }

  50% {
    bottom: calc(3% + 10px);
  }

  100% {
    bottom: 3%;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}

@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*导航*/
.navTop {
  margin-top: 120px;
}

.navMain {
  background: #f7f7f7;
}

.navInfo {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navLeft {
  display: flex;
  height: 100%;
  align-items: center;
}

.navList {
  font-size: 14px;
  color: #333;
  margin-left: 50px;
}

.navList.sbjc {
  margin-left: 24px;
}

@media (max-width: 1816px) {
  .navList {
    margin-left: 25px;
    /* margin-left: 20px; */
    font-size: 14px;
    white-space: nowrap;
  }
}
.navLeft .navList_en{
 margin-left: 20px;
}

.navList:first-child {
  margin-left: 0;
}

.navList.curr,
.navList:hover {
  color: #14569d;
}

.home {
  width: 17px;
}

.navRIght {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.navRIght span {
  margin: 0 10px;
}

.navText {
  color: #333;
  white-space: nowrap;
}

.navText:hover {
  color: #14569d;
}

@media (max-width: 1200px) {
  .m_navTop {
    margin-top: 1rem;
  }
}

.header .w1700 {
  /* position: relative; */
  /* overflow: hidden; */
}

.header .d1 {
  width: 100%;
  height: 120px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  transition: all 0.5s;
  /* display: none; */
}

.header .d1 .boxw {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
}

.header .d1 .boxw .inu {
  width: 38.17%;
  height: 66px;
  display: flex;
  align-items: center;

  border-bottom: 1px solid #d9d7db;
}

.header .d1 .boxw .inu input {
  width: 90%;
  height: 100%;
  font-size: 20px;
}

.header .d1 .boxw .inu .search1 {
  width: 24px;
  height: 20px;
  margin-left: 15px;
  background: url(../images/icon/icon_57.png) center no-repeat;
}

.header .d1 .boxw .inu .search1:hover {
  background: url(../images/icon/icon_57s.png) center no-repeat;
}

.header .d1 .boxw #bots {
  font-size: 34px;
  color: #333333;
  cursor: default;
  /* position: absolute;
  right: 0; */
}

.header .search {
  display: flex;
  border-radius: 20px;
  height: 96px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.header .d1.curr {
  width: 100%;
  right: 0;
  transition: all 0.5s;
}

.header .search .search1 {
  width: 24px;
  background: url(../images/icon/icon_1s.png) center no-repeat;
}

.header .search .search1:hover {
  background: url(../images/icon/icon_1.png) center no-repeat;
}

.m_serch {
  display: none;
}

.loads {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.loads .text {
  font-size: 40px;
  font-weight: bold;
  color: #0a5ead;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loads p {
  /* visibility: visible;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; */
  padding-bottom: 20px;
}

.loads .heng {
  height: 6px;
  width: 60px;
  background: #0a5ead;
  margin: 0 auto;
  -webkit-animation: loadi1 2s ease-out infinite;
  animation: loadi1 2s ease-out infinite;
  transform-origin: left top;
}

@keyframes loadi1 {
  0% {
    transform: scale(1);
    transform-origin: right top;
  }

  20% {
    transform: scaleX(0);
    transform-origin: right top;
  }

  30% {
    transform: scaleX(0);
    transform-origin: left top;
  }

  50% {
    transform: scale(1);
    transform-origin: left top;
  }

  100% {
    transform: scale(1);
    transform-origin: left top;
  }
}

@-webkit-keyframes loadi1 {
  0% {
    transform: scale(1);
    transform-origin: right top;
  }

  20% {
    transform: scaleX(0);
    transform-origin: right top;
  }

  30% {
    transform: scaleX(0);
    transform-origin: left top;
  }

  50% {
    transform: scale(1);
    transform-origin: left top;
  }

  100% {
    transform: scale(1);
    transform-origin: left top;
  }
}

/* .curs {
  opacity:0;
  animation:fadenum 2s;

} */
/* 
@keyframes fadenum{
  0%{opacity:1;}
  99%{opacity:1;}
  100%{opacity:0;}
} */

@media (max-width: 1200px) {
  .loads .text {
    font-size: 0.4rem;
    width: 80%;
    text-align: center;
  }

  .loads .heng {
    width: 0.6rem;
    height: 0.06rem;
  }

  .m_serch {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
    background: #fff;
  }

  .m_serch.cur {
    transition: all 0.5s;
    left: 0%;
  }

  .m_serch .search_text {
    font-size: 0.32rem;
    color: #333;
    margin-top: 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #d4d4d4;
  }

  .m_serch .keyword a {
    font-size: 0.28rem;
    color: #999;
    line-height: 1rem;
    border-bottom: 1px solid #d4d4d4;
  }

  .m_serch .d1 {
    width: 100%;
    height: 1.2rem;
    transition: all 0.5s;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  }

  .m_serch .d1 .boxw {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .m_serch .d1 .boxw .inu {
    width: 89.27%;
    height: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d7db;
  }

  .m_serch .d1 .boxw .inu input {
    width: 80%;
    height: 100%;
    font-size: 0.3rem;
    padding-left: 0.3rem;
  }

  .m_serch .d1 .boxw .inu .search1 {
    width: 0.31rem;
    height: 0.31rem;
    background: url(../images/icon/icon_57.png) center no-repeat;
    background-size: 0.31rem auto;
    margin-right: 0.24rem;
  }

  .m_serch .d1 .boxw .inu .search1:hover {
    background: url(../images/icon/icon_57s.png) center no-repeat;
    background-size: 0.31rem auto;
  }

  .m_serch .d1 .boxw #botes {
    font-size: 0.5rem;
    color: #999999;
    cursor: default;
  }

  .m_serch .search .search1 {
    width: 24px;
    background: url(../images/icon/icon_2.png) center no-repeat;
  }

  .m_serch .search .search1:hover {
    background: url(../images/icon/icon_2s.png) center no-repeat;
  }
}

.content {
  min-height: 500px;
}

.layui-laypage {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  margin: 0 8px;
  font-size: 16px;
  color: #666;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  border-radius: 50%;
  border: #ccc 1px solid;
}

.layui-laypage-prev {
  background: url(../images/cPage/icon-1.png) center no-repeat;
}

.layui-laypage-next {
  background: url(../images/cPage/icon-2.png) center no-repeat;
}

.layui-laypage a:hover {
  color: #225aab;
  border: #225aab 1px solid;
}

.layui-laypage-prev:hover {
  background: #225aab url(../images/cPage/icon-1s.png) center no-repeat;
}

.layui-laypage-next:hover {
  background: #225aab url(../images/cPage/icon-2s.png) center no-repeat;
}

.layui-laypage-curr {
  background: #225aab;
  color: #fff !important;
}

/*新增内部底部样式*/
.footer_w .baseBox::after {
  width: 60%;
  left: 47%;
}
.footer .base_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .base_left .f_code {
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}
.footer .base_left .f_code .code {
  width: 100px;
}
.footer .base_left .f_code .code:last-child {
  margin-left: 50px;
}
.footer .base_left .f_code .code img {
  width: 100%;
}
.footer .base_left .f_code .code p {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 12px;
}
.m_footer_s .harmonize {
  width: calc(51.44% - 0.68rem);
  height: 0.85rem;
  line-height: 0.85rem;
  padding: 0 0.34rem;
  font-size: 0.24rem;
  color: #3b7af6;
  background: #fff url(../images/mobile/icon/icon_17.png) right 0.28rem center
    no-repeat;
  background-size: 0.13rem auto;
}
.m_footer_s .baseBox .base_right .Follow .pic {
  justify-content: center;
  margin-top: 1.2rem;
}
.m_footer_s .mark {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.m_footer_s .mark .hao {
  width: 1.69rem;
}
.m_footer_s .mark .hao:last-child {
  margin-left: 0.9rem;
}
.m_footer_s .mark .hao img {
  width: 100%;
}
.m_footer_s .mark .hao p {
  font-size: 0.28rem;
}
.m_footer_s .text p {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.1rem;
}
.m_footer_s .text p:first-child {
  margin-top: 0;
}
.blogroll {
  width: 258px;
  height: 62px;
  line-height: 62px;
  background: #fff;
}
.blogroll p {
  font-size: 18px;
  color: #2878ff;
  margin: 0 15px;
  text-align: center;
  background: url(../images/page/right.png) right no-repeat;
}
.blog {
  font-size: 18px;
  color: #666666;
  margin-top: 17px;
}
.supervision {
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}
.supervision p {
  margin-bottom: 10px;
}
.supervision p:last-child {
  margin-bottom: 0;
}
.suspension_w .posbox p {
  color: #2878ff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.suspension_w .sus1 {
  background: #2878ff url(../images/page/d_01.png) center no-repeat;
}
.suspension_w .sus2 {
  background: #2878ff url(../images/page/d_02.png) center no-repeat;
  margin-top: 12px;
}
.suspension_w .sus3 {
  background: #2878ff url(../images/page/d_03.png) center no-repeat;
}
.suspension_w .sus4 {
  background: #2878ff url(../images/page/d_04.png) center no-repeat;
}
.suspension_w .s1:hover {
  width: auto;
  border-radius: 100%;
}
.suspension_w .posbox {
  position: relative;
}
.suspension_w .s2 {
  width: 60px;
  height: 60px;
}
.suspension_w .s2:hover {
  width: 60px;
  height: 60px;
}
.suspension_w .scan {
  width: 0;
  height: 232px;
  background: url(../images/page/scan.png) center no-repeat;
  position: absolute;
  right: 70px;
  top: -70px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.suspension_w .scan .scan_l {
  margin-top: 24px;
  margin-left: 30px;
}
.suspension_w .scan .scan_l::after {
  content: "";
  width: 2px;
  height: 40px;
  background: #ccdfff;
  position: absolute;
  right: -30px;
  top: 30%;
}
.suspension_w .scan .tetx_p {
  font-size: 18px;
  color: #2878ff;
}
.suspension_w .scan .txt {
  margin-top: 30px;
}
.suspension_w .scan .txt p {
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.suspension_w .scan .scan_r {
  width: 86px;
  height: 158px;
  overflow: hidden;
  margin-right: 48px;
  margin-top: 40px;
}
.suspension_w .scan .scan_r img {
  width: 100%;
  height: 87px;
}
.suspension_w .scan .scan_r p {
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.suspension_w .s2:hover .scan {
  width: 487px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .suspension_w {
    display: block;
    right: -1.2rem;
    transition: all 0.5s;
  }
  .suspension_w .posbox {
    margin-top: 0.16rem;
  }
  .suspension_w .tablebox {
    margin-right: 0.15rem;
  }
  .suspension_w .sus {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto;
    background-size: 0.35rem auto;
  }
  .suspension_w .table {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto;
  }
  .suspension_w .s2 {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto;
  }
  .suspension_w .s2:hover {
    width: 0.76rem;
    height: 0.76rem;
  }
  .suspension_w .posbox p {
    font-size: 0.18rem;
    margin-top: 0.12rem;
  }
  .suspension_w .susLogo {
    width: 1.1rem;
    margin-left: 0;
  }
  .suspension_w .scan {
    width: 0;
    height: 2.71rem;
    background: url(../images/mobile/page/scan.png) center no-repeat;
    background-size: 5.99rem auto;
    right: 1rem;
    top: -1rem;
  }
  .suspension_w .s2:hover .scan {
    width: 5.99rem;
  }
  .suspension_w .scan .scan_l {
    margin-top: 0.3rem;
    margin-left: 0.38rem;
  }
  .suspension_w .scan .tetx_p {
    font-size: 0.22rem;
  }
  .suspension_w .scan .txt {
    margin-top: 0.3rem;
  }
  .suspension_w .scan .txt p {
    font-size: 0.2rem;
  }
  .suspension_w .scan .scan_r {
    width: 1.5rem;
    height: auto;
    margin-right: 0.52rem;
    margin-top: 0.48rem;
  }
  .suspension_w .scan .scan_r img {
    width: 1.11rem;
    height: 1.12rem;
    margin: 0 auto;
  }
  .suspension_w .scan .scan_r p {
    font-size: 0.18rem;
  }
  .suspension_fixed {
    right: 0.2rem;
    transition: all 0.5s;
  }
}

/* 联系我们-new start */
.contant-us-area {
    display: flex;
    font-size: 32px;
    background: #f7f7f7;
}

.contant-us-area .left-box {
    width: 750px;
    background: #0052a4;
    height: 782px;
    position: relative;
}

.contant-us-area .left-box .inner {
    padding: 228px 0 0 260px;
    color: #fff
}

.contant-us-area .left-box .p1 {
    font-size: 42px;
}

.contant-us-area .left-box .p2 {
    font-size: 26px;
    padding-top: 50px;
    line-height: 2.1;
}

.contant-us-area .left-box .bg-box {
    background: url(./images/1.jpg);
    width: 96px;
    height: 782px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.contant-us-area .right-box {
    width: 672px;
    padding-top: 125px;
}

.contant-us-area .right-box .form {
    margin-left: 100px;
    margin-right: 100px;
}

.contant-us-area .right-box .item {
    margin-bottom: 20px;
}

.contant-us-area .right-box .item .p1 {
    font-size: 16px;
    color: #4B4B4B
}

.contant-us-area .right-box .item .xing {
    color: #C40725;
    display: inline-block;
}

.contant-us-area .right-box .item .p2 {
    padding-top: 10px;
}

.contant-us-area .right-box .item .i {
    font-size: 16px;
    width: 100%;
    border: 1px solid #D1DAE3;
    height: 56px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.contant-us-area .right-box .submit {}

.contant-us-area .right-box .submit .btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #0052a4;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

@media (max-width:1200px) {
    .contant-us-area {
        display: block;
        margin-bottom: 0.3rem;
    }

    .contant-us-area .left-box {
        width: 100%;
        height: 4.82rem;
    }

    .contant-us-area .left-box .inner {
        padding: 1.08rem 0 0 1rem
    }

    .contant-us-area .left-box .bg-box {
        display: none
    }

    .contant-us-area .left-box .p1 {
        font-size: 0.42rem;
    }

    .contant-us-area .left-box .p2 {
        font-size: 0.28rem;
        padding-top: 0.50rem;
    }

    .contant-us-area .right-box {
        width: 100%;
        padding-top: 1.25rem;
    }

    .contant-us-area .right-box .form {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .contant-us-area .right-box .item .p1 {
        /* font-size: 0.16rem; */
        /* font-size: 0.28rem; */
    }

    .contant-us-area .right-box .submit .btn {
        width: 1.80rem;
        height: 0.60rem;
        line-height: 0.60rem;
        background: #0052a4;
        font-size: 0.28rem;
        margin-top: 0.20rem;
        margin-bottom: 0.3rem;
    }

    .contant-us-area .right-box .item .i {
        /* font-size: 0.16rem; */
        /* font-size: 0.28rem; */
        border: 1px solid #D1DAE3;
        height: 1rem;
        padding: 0 0.20rem;
    }
}

/* 联系我们-new end */