/*================基本样式重置================*/
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";
  font-size: 0;
}
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;
  visibility: hidden;
}
.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 {
  bottom: 70px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 5px;
}
@font-face {
  font-family: 'side';
  src: url('../font/PangMenZhengDaoBiaoTiTi-1.ttf');
}
@font-face {
  font-family: 'actor';
  src: url('../font/YouSheBiaoTiHei-2.ttf');
}
@media (min-width: 1200px) {
  .swiper-button-next:hover i,
  .swiper-button-prev:hover i {
    transition: all 0.5s;
    top: -54px;
  }
}
.swiper-button-next {
  right: 7%;
  background: url(../images/icon/icon_7.png) center no-repeat;
  transition: all 0.5s;
}
.swiper-button-prev {
  left: 7%;
  background: url(../images/icon/icon_6.png) center no-repeat;
  transition: all 0.5s;
}
.swiper-button-next:hover {
  border: 1px solid #216dff;
  background: #216dff url(../images/icon/icon_7.png) center no-repeat;
  transition: all 0.5s;
}
.swiper-button-prev:hover {
  border: 1px solid #216dff;
  background: #216dff url(../images/icon/icon_6.png) center no-repeat;
  transition: all 0.5s;
}
@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: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
.w1700 {
  width: 88.54%;
  margin: 0px auto;
  min-width: 1200px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 162px;
  -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);
}
.header_s {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.header:hover {
  background: #fff;
}
.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_5.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: 112px;
}
.header .logo .logo1 {
  display: none;
}
.header .logo .logo2 {
  display: block;
}
.header .nav {
  margin: 0 0.5vw 0 0;
}
.header .nav .one {
  float: left;
}
.header .nav .one .posBox {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 118px;
  z-index: 9;
  padding-top: 1px;
  width: 100%;
  background: #fff;
  display: none;
  border-top: 1px solid #f7f7f7;
}
.header .nav .one .bac {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header .nav .one .bac a {
  display: block;
  margin: 0;
  line-height: 88px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-right: 80px;
  position: relative;
}
.header .nav .one .bac a:last-child {
  margin-right: 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;
}
.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 0.6vw;
  line-height: 112px;
  font-size: 18px;
  color: #ffffff;
  /* border-bottom: rgba(255, 255, 255, 0) 2px solid; */
}
.header .nav .one_a:hover {
  color: #226dff;
}
@media (max-width: 1800px) {
  .header .nav .one_a {
    margin: 0 0.3vw;
  }
}
@media (max-width: 1700px) {
  .header .nav {
    margin: 0 0.1vw 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: 112px;
  display: flex;
  align-items: center;
}
.header .icon_more .search {
  margin-left: 0.3vw;
  width: 32px;
  height: 100%;
  background: url(../images/icon/icon_5s.png) center no-repeat;
}
.header_fixed .icon_more .search {
  background: url(../images/icon/icon_5.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_5.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_5.png) center no-repeat;
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
}
.m_header .top {
  background-color: #fff;
  height: 0.5rem;
  width: 100%;
}
.m_header .top .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.m_header .top .time {
  font-size: 0.24rem;
  color: #a6a6a6;
}
.m_header .hRight {
  display: flex;
}
.m_header .hRight .p {
  font-size: 0.24rem;
  color: #a6a6a6;
  padding: 0 0.27rem;
}
.m_header .hRight .p:first-child {
  padding-left: 0;
}
.m_header .hRight .p:last-child {
  padding-right: 0;
  border-left: 1px solid #a6a6a6;
}
.m_header .tab_page {
  background: url(../images/page/tab_page.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.4rem;
}
.m_header .logo img {
  height: 0.75rem;
}
.m_header .nav_icon {
  width: 0.5rem;
  height: 1.4rem;
  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 .search {
  margin-right: 0.32rem;
  width: 0.38rem;
  height: 1.4rem;
  background: url(../images/mobile/icon/i_1.png) center no-repeat;
  background-size: 0.38rem auto;
}
.m_sousou {
  display: none;
  position: absolute;
  top: 0.5rem;
  width: 100%;
  height: 2.15rem;
  color: #000;
  z-index: 1;
  background: #fff;
}
.m_sousou .m_sousou_top {
  height: 1.02rem;
  border-top: 1px solid #a31b21;
  border-bottom: 1px solid #a31b21;
  display: flex;
  justify-content: space-between;
}
.m_sousou input {
  width: calc(100% - 1.72rem);
  padding-left: 0.3rem;
  height: 100%;
  font-size: 0.36rem;
}
.m_sousou .m_sousou_btns {
  height: 1.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.3rem;
}
.m_sousou .pls_nav_search_btn {
  cursor: pointer;
  background: transparent;
  border-width: 0;
  padding: 0;
}
.m_sousou .pls_nav_search_btn .serchs {
  width: 0.38rem;
  height: 0.37rem;
  background: url(../images/icon/icon_12.png) center no-repeat;
  background-size: 0.38rem auto;
  margin-right: 0.36rem;
}
.m_sousou .pls_nav_search_btn .clear {
  width: 0.34rem;
  height: 0.35rem;
  background: url(../images/icon/icon_13.png) center no-repeat;
  background-size: 0.34rem auto;
}
.m_sousou .m_sousou_botton {
  height: 1.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.m_sousou .m_sousou_botton p {
  width: 2rem;
  font-size: 0.28rem;
  color: #666666;
}
.m_sousou .m_sousou_botton ul {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
}
.m_sousou .m_sousou_botton a {
  font-size: 0.26rem;
  color: #666666;
}
.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: 1.9rem;
  height: calc(100% - 1.9rem);
  overflow-y: auto;
  background: url("../images/mobile/page/menuBg.png") center no-repeat;
  background-size: cover;
}
.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: #fff;
  border-bottom: rgba(255, 255, 255, 0.4) 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;
}
.m_nav ul .pos .wc {
  position: relative;
  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: #fff;
  border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
}
.m_nav ul .on .on a {
  color: #209bd3;
}
.m_nav ul .pos .open {
  display: none;
}
.m_nav ul .pos .open .pices {
  color: #fff;
  padding-left: 0.3rem;
  font-size: 0.24rem;
}
/*新版 导航 菜单栏 开始*/
.m_nav2 {
  width: 50%;
  z-index: 40;
  background: url(../images/index/nav_bg.png) top center no-repeat;
  background-size: cover;
  box-shadow: 0 0 16px rgba(225, 225, 225, 0.1);
}
.m_nav2.cur {
  left: 50%;
}
.m_nav2 ul {
  margin-top: 1.52rem;
  height: calc(100% - 3.02rem);
  background: none;
  margin-bottom: 2.5rem;
}
.m_nav2 ul .one {
  color: #4a68a4;
  font-size: 0.36rem;
  line-height: 1.58rem;
  margin: 0 0.68rem 0 1rem;
  width: auto;
  border-bottom: rgba(0, 56, 227, 0.2) 1px solid;
  position: relative;
}
.m_nav2 .del {
  width: 0.5rem;
  height: 1rem;
  background: url(../images/mobile/icon/i_2ss.png) center no-repeat;
  background-size: 0.29rem auto;
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  z-index: 40;
}
.show_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 34;
  display: none;
}
.m_nav2 ul .one::after {
  content: '';
  width: 0.12rem;
  height: 0.21rem;
  background: url(../images/icon/icon_57.png) center no-repeat;
  background-size: 0.12rem auto;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.m_nav2 ul .pos a {
  color: #4a68a4;
  font-size: 0.36rem;
  line-height: 1.58rem;
  margin: 0 0.68rem 0 1rem;
  width: auto;
  border-bottom: rgba(0, 56, 227, 0.2) 1px solid;
}
/*新版 导航 菜单栏 结束*/
/* 公共底部 */
.footer {
  display: block;
  width: 100%;
  background-color: #fff;
  height: auto;
}
.foot-top {
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #efefef;
}
.foot-top .f1 {
  width: 30%;
}
.footer .foot-top .f1 a,
.footer .foot-top .f1 span {
  width: 100%;
  text-align: left;
  height: 35px;
  line-height: 35px;
}
.footer .foot-top .f1 span {
  display: contents;
}
.footer .foot-top .f1 .map p,
.footer .foot-top .f1 span p {
  font-size: 14px;
  padding-left: 10px;
  float: left;
  margin-right: 10px;
  color: #8d8d8d;
}
.footer .foot-top .f1 .map i {
  margin-top: 8px;
  width: 20px;
  height: 18px;
  background: url(../images/index/map.png) left center no-repeat;
  background-size: contain;
}
.footer .foot-top .f1 .address i {
  margin-top: 5px;
  margin-right: 10px;
  width: 17px;
  height: 21px;
  background: url(../images/index/add.png) left center no-repeat;
  background-size: contain;
}
.footer .foot-top .f1 .address p {
  font-size: 14px;
  margin-left: 10px;
  color: #8d8d8d;
}
.footer .foot-top .f1 .tel i {
  margin-top: 5px;
  width: 17px;
  height: 21px;
  background: url(../images/index/tel.png) left center no-repeat;
  background-size: contain;
}
.footer .foot-top .f1 .yx {
  margin-left: 10px;
}
.footer .foot-top .f1 .yx i {
  margin-top: 10px;
  width: 20px;
  height: 15px;
  background: url(../images/index/youxiang.png) left center no-repeat;
  background-size: contain;
}
.foot-top .f2 {
  width: 40%;
}
.foot-top .f2 .logo {
  margin-left: 13%;
  margin-top: 10px;
}
.foot-top .f3 {
  width: 30%;
}
.foot-top .f3 .f3-t {
  height: 50px;
  width: 100%;
}
.foot-top .f3 .jiucuo {
  width: 110px;
  height: 50px;
  border: 1px solid #8d8d8d;
}
.foot-top .f3 a img {
  width: 100%;
  height: 100%;
}
.foot-top .f3 .dzjg {
  margin-left: 20px;
  width: 40px;
  height: 50px;
}
.foot-top .f3 .f3-n {
  margin-top: 10px;
  height: 33px;
  width: 100%;
}
.foot-top .f3 .f3-n a {
  margin-left: 10px;
  width: 100px;
  height: 33px;
}
.foot-botton {
  height: 60px;
  line-height: 60px;
}
.foot-botton ul {
  display: flex;
  justify-content: space-between;
}
.foot-botton ul li {
  font-size: 14px;
  color: #8d8d8d;
}
.foot-botton ul li a {
  font-size: 14px;
  color: #8d8d8d;
}
@media (max-width: 1200px) {
  /*移动底部*/
  .m_footer {
    display: inline-table;
    height: 100%;
    margin-bottom: 0.65rem;
  }
  .m_footer .foot-top {
    height: 3.66rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #ababab;
  }
  .m_footer .foot-xy {
    margin-top: 0.46rem;
    display: flex;
    justify-content: space-between;
  }
  .m_footer .mo_footlogo {
    width: 3.16rem;
  }
  .m_footer .foot-xy a img {
    width: 2.09rem;
    height: 0.69rem;
  }
  .m_footer .foot-xx {
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .m_footer .foot-xx .fw {
    width: 65%;
  }
  .m_footer .foot-xx .fw a {
    display: block;
  }
  .m_footer .foot-xx .fw a,
  .m_footer .foot-xx .fw span {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
  }
  .m_footer .foot-xx .fw .map i {
    width: 0.2rem;
    height: 0.18rem;
    background: url(../images/mobile/index/map.png) left center no-repeat;
    background-size: 100% auto;
  }
  .m_footer .foot-xx .fw .map p,
  .m_footer .foot-xx .fw span p {
    font-size: 0.24rem;
    margin-right: 10px;
    color: #8d8d8d;
    margin-left: 0.15rem;
  }
  .m_footer .foot-xx .fw .address i {
    width: 0.17rem;
    height: 0.21rem;
    background: url(../images/mobile/index/add.png) left center no-repeat;
    background-size: 100% auto;
  }
  .m_footer .foot-xx .fw .address p {
    font-size: 0.24rem;
    margin-left: 0.15rem;
    color: #8d8d8d;
  }
  .m_footer .fw_flex {
    display: flex;
  }
  .m_footer .foot-xx .fw .tel i {
    width: 0.17rem;
    height: 0.21rem;
    background: url(../images/mobile/index/tel.png) left center no-repeat;
    background-size: 100% auto;
  }
  .m_footer .foot-xx .fw .yx i {
    width: 0.2rem;
    height: 0.15rem;
    background: url(../images/mobile/index/youxiang.png) left center no-repeat;
    background-size: 100% auto;
  }
  .m_footer .foot-xx .f3-t .dzjg {
    margin-left: 0.2rem;
  }
  .m_footer .foot-botton {
    height: auto;
    line-height: normal;
    margin-top: 0.44rem;
  }
  .m_footer .foot-botton ul {
    flex-direction: column;
  }
  .m_footer .foot-botton ul .fl {
    width: 100%;
    text-align: left;
  }
  .m_footer .foot-botton ul li {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
  }
  .m_footer .foot-botton ul li:last-child {
    margin-bottom: 0;
  }
  .m_footer .foot-botton ul li span {
    color: #333333;
    font-weight: 500;
  }
  .m_footer .foot-botton ul li a {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
  }
  .m_footer .foot-xx .f1 .yx {
    margin-left: 0;
  }
  .m_footer .foot-xx .f1 a,
  .m_footer .foot-xx .f1 {
    display: block;
  }
  .m_footer span.tel {
    width: 60%;
  }
  .m_footer .foot-xx .f3-t .dzjg img {
    width: 0.61rem;
    height: 0.75rem;
  }
  .m_footer .foot-xx .f3-t .jiucuo img {
    height: 0.64rem;
  }
  .m_footer .foot-xx .f3-t {
    margin-top: 0.4rem;
    display: flex;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  width: 89px;
  position: fixed;
  right: -104px;
  bottom: 10%;
  z-index: 13;
  cursor: pointer;
  border-radius: 50px 0 0 50px;
}
.suspension img {
  width: 100%;
}
.goMImg {
  display: none;
}
.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: 72px;
  height: 72px;
  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/menuIcon/icon_24.png) center no-repeat;
}

.suspension .sus2 {
  background: #0a5ead url(../images/menuIcon/icon_25.png) center no-repeat;
}

.suspension .sus3 {
  background: #0a5ead url(../images/menuIcon/icon_26.png) center no-repeat;
  margin-top: 12px;
}

.suspension .sus4 {
  background: #0a5ead url(../images/menuIcon/icon_27.png) center no-repeat;
  margin-top: 12px;
} */
.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: 72px;
  height: 72px;
  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: 276px;
  height: 140px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.suspension .s2:hover .t2 {
  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 .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;
}
/*移动端*/
.m_suspension {
  display: none;
}
@media (max-width: 1200px) {
  .suspension {
    width: 1.35rem;
    bottom: 5%;
  }
  .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: 60px 0 0;
  font-size: 0;
  line-height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.paging li {
  display: inline-block;
  margin: 0 14px;
  font-size: 16px;
  color: #666666;
}
.paging li a,
.paging li span {
  color: #666666;
  width: 49px;
  height: 49px;
  line-height: 45px;
  border: #cccccc 1px solid;
  border-radius: 5px;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #2a6aeb;
  border: #2a6aeb 1px solid;
}
.paging li a:hover {
  color: #2a6aeb;
  border: #2a6aeb 1px solid;
}
/* .paging li:first-child .page-link {
  color: #666666;
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/icon/icon_16.png) left center no-repeat;
  padding-left: 24px;
} */
.paging li:nth-child(2) .page-link {
  color: #666666;
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/icon/icon_16.png) left center no-repeat;
  padding-left: 24px;
}
.paging li:first-child:hover .page-link {
  color: #2c61dd;
  background: url(../images/icon/icon_16s.png) left center no-repeat;
}
.paging li:last-child .page-link {
  color: #666666;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/icon/icon_17.png) right center no-repeat;
  padding-right: 24px;
}
.paging li:last-child:hover .page-link {
  color: #2c61dd;
  background: url(../images/icon/icon_17s.png) right 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;
  }
  /*适配端导航*/
  .pcBox {
    display: none !important;
  }
  .mBox {
    display: block !important;
  }
  .industryNav {
    height: 1.2rem;
    border-bottom: 0.01rem solid #ededed;
  }
  .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: 16px;
  color: #333;
  margin-left: 50px;
}
.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;
}
.navText:hover {
  color: #14569d;
}
@media (max-width: 1200px) {
  .m_navTop {
    margin-top: 1rem;
  }
}
/* top 开始 */
.header .top {
  background-color: #f8f9fd;
  height: 50px;
  width: 100%;
}
.header .top .w1400 {
  display: flex;
  justify-content: space-between;
}
/* top 左侧 */
.header .top .w1400 .hLeft {
  display: flex;
  line-height: 50px;
}
.header .top .w1400 .hLeft a {
  margin-right: 15px;
  color: #999999;
  font-size: 14px;
}
/* top右侧 */
.header .top .w1400 .hRight {
  display: flex;
  line-height: 50px;
  color: #999999;
  font-size: 14px;
}
.header .top .w1400 .hRight .time {
  margin-right: 10px;
}
.header .top .w1400 .hRight .time::after {
  display: none;
}
.header .top .w1400 .hRight .icon {
  width: 22px;
  height: 50px;
  margin: 0 11px;
  position: relative;
}
.header .top .w1400 .hRight #robot {
  background: url(../images/icon/icon_0.png) center no-repeat;
}
.header .top .w1400 .hRight #wuzhangai {
  background: url(../images/icon/icon_1.png) center no-repeat;
}
.header .top .w1400 .hRight #weixin {
  background: url(../images/icon/icon_2.png) center no-repeat;
  position: relative;
}
.header .top .w1400 .hRight #weixin .hideBoxPhone {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/index/pho_bac.png) center no-repeat;
  top: 52px;
  width: 124px;
  height: 131px;
  z-index: 9;
}
.hideBox-act {
  display: block !important;
}
.header .top .w1400 .hRight #weixin .hideBoxPhone img {
  width: 116px;
  height: 116px;
  margin-top: 10px;
  margin-left: 4px;
}
.header .top .w1400 .hRight #weibo {
  background: url(../images/icon/icon_3.png) center no-repeat;
}
.header .top .w1400 .hRight #email {
  background: url(../images/icon/icon_4.png) center no-repeat;
}
.header .top .w1400 .hRight .p {
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  color: #999999;
}
.header .top .w1400 .hRight > div::after,
.header .top .w1400 .hRight > a::after {
  width: 1px;
  height: 17px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  content: "";
}
.content {
  min-height: 500px;
}
.cPageBanner {
  width: 100%;
  height: 240px;
  position: relative;
  margin-top: 50px;
}
.cPageBanner i {
  width: 100%;
  height: 100%;
}
.cPageBanner .page_flex {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cPageBanner .page_flex .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.cPageBanner .page_flex .page_logo {
  width: 533px;
  height: 103px;
}
.cPageBanner .page_flex .page_logo img {
  width: 100%;
  height: 100%;
}
.cPageBanner .page_flex .page_search {
  width: 466px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 30px;
}
.cPageBanner .page_flex .page_search input {
  width: calc(100% - 96px);
  padding-left: 36px;
  font-size: 18px;
}
.cPageBanner .page_flex .page_search input::placeholder {
  color: #999999;
}
.cPageBanner .page_flex .page_search .click_search {
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon_14.png) center no-repeat;
  margin-right: 28px;
}
.navigation {
  height: 64px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navigation .w1400 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation a {
  width: 9.57%;
  font-size: 18px;
  color: #333333;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.navigation a.cur {
  color: #2e63de;
  font-weight: bold;
}
.navigation a:hover {
  color: #2e63de;
  font-weight: bold;
  transition: all 0.5s;
}
.navigation a::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.navigation a:last-child::after {
  display: none;
}
.nav_main .w1400 {
  display: flex;
  align-items: center;
  height: 82px;
}
.nav_main .home {
  width: 23px;
}
.nav_main span {
  font-size: 18px;
  color: #999999;
  margin: 0 10px;
}
.nav_main .navText {
  font-size: 18px;
  color: #999999;
}
.page_header {
  height: 50px;
}
/*内页侧边栏公共*/
.sidebar {
  width: 26.31%;
  float: left;
  background: #fff;
}
.sidebar .ref_text {
  background: url(../images/page/ref_bg.png) center no-repeat;
  background-size: cover;
  height: 137px;
  padding: 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  position: relative;
}
.sidebar .ref_text::after {
  content: '';
  width: calc(100% - 112px);
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sidebar .ref_text i {
  width: 32px;
  height: 28px;
  margin-right: 19px;
}
.sidebar .ref_text p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.sidebar .list_info {
  cursor: pointer;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.sidebar .list_info .info_pos {
  position: relative;
  background: linear-gradient(to right, #3a80f0, #2d64df);
}
.sidebar .list_info .info_pos .pos_flex {
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 15.81%;
}
.sidebar .list_info .info_pos .pos_flex i {
  width: 28px;
  height: 100%;
}
.sidebar .list_info .info_pos .pos_flex .refs_hide {
  display: none;
}
/* .sidebar .list_info .info_pos .pos_flex .refs_show {
  display: none;
} */
.sidebar .list_info .info_pos .pos_flex p {
  padding: 0 6%;
  font-size: 18px;
  color: #fff;
  width: 79%;
}
.sidebar .list_info .info_pos.cur {
  background: #ffffff;
  position: relative;
}
.sidebar .list_info .info_pos.cur::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/page/y1.png) center no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}
.sidebar .list_info .info_pos.cur::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/page/y1s.png) center no-repeat;
  background-size: 20px auto;
  position: absolute;
  bottom: -20px;
  right: 0px;
  z-index: 2;
}
.sidebar .list_info .info_pos:last-child::before {
  display: none;
}
.sidebar .list_info .info_pos.cur .pos_flex .refs_hide {
  display: block;
}
.sidebar .list_info .info_pos.cur .pos_flex .refs_show {
  display: none;
}
.sidebar .list_info .info_pos.cur .pos_flex p {
  color: #457bf6;
}
.sidebar .list_info .info_pos.cur .pos_flex::after {
  width: 10px;
  height: 15px;
  background: url(../images/icon/icon_38ss.png) center no-repeat;
  background-size: 10px auto;
}
.sidebar .list_info .info_pos .pos_icon {
  position: relative;
}
.sidebar .list_info .info_pos .pos_icon::after {
  content: '';
  width: 10px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/icon_38.png) center no-repeat;
  background-size: 9px auto;
}
.sidebar .list_info .info_pos:hover .pos_flex::after {
  width: 10px;
  height: 15px;
  background: url(../images/icon/icon_38ss.png) center no-repeat;
  background-size: 10px auto;
}
.sidebar .list_info .info_pos:hover {
  background: #fff;
  position: relative;
}
.sidebar .list_info .info_pos:hover .pos_flex .refs_hide {
  display: block;
}
.sidebar .list_info .info_pos:hover .pos_flex .refs_show {
  display: none;
}
.sidebar .list_info .info_pos:hover .pos_flex p {
  color: #457bf6;
}
.sidebar .list_info .info_pos:hover::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/page/y1.png) center no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: -20px;
  right: 0;
}
.sidebar .list_info .info_pos:hover::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/page/y1s.png) center no-repeat;
  background-size: 20px auto;
  position: absolute;
  bottom: -20px;
  right: 0px;
  z-index: 2;
}
.sidebar .pull_down {
  padding: 0 56px;
  display: none;
  background: #fff;
}
.sidebar .pull_down .pos_d .text_box .wsc:hover {
  color: #457bf6;
}
.sidebar .pull_down .pos_d .text_box.curs .wsc {
  color: #457bf6;
}
.sidebar .pull_down .pos_d .text_box.curs .wsc::before {
  content: '-';
  margin-right: 8%;
  font-size: 24px;
  color: #457bf6;
}
/* 修改了 */
.sidebar .pull_down .pos_d .wsc {
  font-size: 18px;
  color: #333333;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 36px;
}
.sidebar .pull_down .pos_d .wsc::before {
  content: '+';
  margin-right: 7%;
  font-size: 16px;
  color: #999999;
}
.sidebar .pull_down .pos_d .open {
  display: none;
}
.sidebar .pull_down .pos_d .pices {
  font-size: 18px;
  color: #333333;
  height: 90px;
  display: flex;
  align-items: center;
  margin-left: 62px;
  position: relative;
  padding-left: 16px;
}
.sidebar .pull_down .pos_d .pices::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .pull_down .pos_d .pices:hover {
  color: #457bf6;
}
.sidebar .pull_down .pos_d .pices:hover::after {
  background: #457bf6;
}
/* 修改 */
.sidebar .pull_down .pos_d .curr {
  color: #457bf6;
}
.sidebar .pull_down .pos_d .curr::after {
  background: #457bf6;
}
.sidebar .open .pic_click {
  font-size: 18px;
  color: #333333;
  height: 90px;
  display: flex;
  align-items: center;
  margin-left: 56px;
  position: relative;
}
.sidebar .open .pic_click::before {
  content: '+';
  margin-right: 7%;
  font-size: 16px;
  color: #999999;
}
.sidebar .open .pull_text {
  margin-left: 66px;
  position: relative;
  padding-left: 16px;
  display: none;
}
.sidebar .open .pull_text .info_text {
  font-size: 18px;
  color: #333333;
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
}
.sidebar .open .pull_text .info_text:hover {
  color: #457bf6;
}
.sidebar .open .pull_text .info_text::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .open .pic_click.curs {
  color: #457bf6;
}
.sidebar .open .pic_click.curs::before {
  content: '-';
  margin-right: 8%;
  font-size: 24px;
  color: #999999;
}
.sidebar .open .pic_click:hover {
  color: #457bf6;
}
.sidebar .pull_down .listes {
  font-size: 18px;
  color: #333333;
  height: 90px;
  display: flex;
  align-items: center;
  margin-left: 36px;
  padding-left: 18px;
  position: relative;
}
.sidebar .pull_down .listes:hover {
  color: #457bf6;
}
.sidebar .pull_down .listes::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-right: 7%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* 修改 */
.sidebar .pull_down .curs {
  color: #457bf6;
}
.sidebar .pull_down .curs::after {
  border: 1px solid #457bf6;
}
.sidebar .page_li {
  padding: 0 14.2%;
}
.sidebar .page_li a {
  width: 100%;
  margin-top: 30px;
}
.sidebar .page_li a img {
  width: 100%;
}
/*文字公共*/
.express {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 58px;
  font-size: 0;
  position: relative;
}
.express::after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_33.png) center no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.express p {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 36px;
  padding-bottom: 34px;
}
.express p::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #2c61dd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.express p::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_34.png) center no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
}
.m_sidebar {
  display: none;
}
.m_paging {
  display: none;
}
.coun {
  display: none;
}
.m_nav_main {
  display: none;
}
@media (max-width: 1200px) {
  .nav_main .w1400 {
    font-size: 0.28rem;
    color: #999;
  }
  body {
    font-size: inherit;
  }
  .cPageBanner {
    display: none;
  }
  .navigation {
    display: none;
  }
  .content {
    margin-top: 1.9rem;
    min-height: 5rem;
  }
  .index {
    margin-top: 0;
  }
  .nav_main {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .m_sidebar {
    display: block;
    position: relative;
    z-index: 22;
  }
  .m_sidebar .ref_text {
    width: calc(100% - 0.6rem);
    padding: 0 0.3rem;
    height: 1.1rem;
    background: url(../images/mobile/page/ref_text.png) center no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .m_sidebar .ref_text .ref_left {
    display: flex;
    align-items: center;
  }
  .m_sidebar .ref_text i {
    width: 0.62rem;
    height: 0.52rem;
  }
  .m_sidebar .ref_text p {
    font-size: 0.46rem;
    color: #ffffff;
    font-weight: bold;
    margin-left: 0.42rem;
    letter-spacing: 2px;
  }
  .m_sidebar .ref_text .pla {
    width: 0.35rem;
    height: 0.19rem;
    background: url(../images/mobile/icon/icon_5.png) center no-repeat;
    background-size: 0.35rem auto;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
  }
  .m_sidebar .ref_text .pla.curs {
    background: url(../images/mobile/icon/icon_5s.png) center no-repeat;
    background-size: 0.34rem auto;
  }
  .m_sidebar .list_info {
    background: url(../images/mobile/page/list_info.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 1.1rem;
    left: 0;
    padding: 0.56rem 0.3rem 0.58rem;
    width: calc(100% - 0.6rem);
    display: none;
  }
  .m_sidebar .list_info::after {
    content: '';
    width: calc(100% - 0.6rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .m_sidebar .list_info .info_pos:first-child .pos_flex {
    margin-top: 0;
  }
  .m_sidebar .list_info .pos_flex {
    display: flex;
    align-items: center;
    margin-top: 1.16rem;
    position: relative;
  }
  .m_sidebar .list_info .pos_flex i {
    width: 0.37rem;
    height: 0.31rem;
  }
  .m_sidebar .list_info .pos_flex p {
    font-size: 0.32rem;
    color: #fff;
    margin-left: 0.4rem;
  }
  .m_sidebar .list_info .pos_flex::after {
    content: '';
  }
  .m_sidebar .list_info .pos_icon {
    background: url(../images/mobile/icon/icon_6.png) right center no-repeat;
    background-size: 0.16rem auto;
  }
  .m_sidebar .list_info .pos_icon.cur {
    background: url(../images/mobile/icon/icon_6s.png) right center no-repeat;
    background-size: 0.25rem auto;
  }
  .m_sidebar .list_info .pull_down {
    display: none;
  }
  .m_sidebar .list_info .pull_down a {
    font-size: 0.32rem;
    color: #fff;
  }
  .m_sidebar .list_info .pull_down .pos_d {
    padding-left: 0.8rem;
    margin-top: 1.16rem;
  }
  .m_sidebar .list_info .pull_down .pos_d .wsc {
    position: relative;
    margin-top: 1.16rem;
  }
  .m_sidebar .list_info .pull_down .pos_d .wsc::before {
    content: '+';
    margin-right: 0.28rem;
  }
  .m_sidebar .list_info .pull_down .pos_d .wsc.curs::before {
    content: '-';
    margin-right: 0.38rem;
    font-size: 0.32rem;
  }
  .m_sidebar .list_info .pull_down .open {
    padding-left: 0.56rem;
    display: none;
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pic_click {
    margin-top: 1.16rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pic_click::before {
    content: '+';
    margin-right: 0.38rem;
    font-size: 0.32rem;
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pull_text {
    position: relative;
    margin-left: 0.4rem;
    display: none;
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pull_text .info_text {
    font-size: 0.32rem;
    color: #fff;
    margin-top: 1.16rem;
    padding-left: 0.38rem;
    position: relative;
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pull_text .info_text::after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .m_sidebar .list_info .pull_down .open .pic_pull .pic_click.curs::before {
    content: '-';
    margin-right: 0.38rem;
    font-size: 0.32rem;
  }
  .m_sidebar .list_info .pull_down .open .pices {
    font-size: 0.32rem;
    color: #fff;
    margin-top: 1.16rem;
    padding-left: 0.38rem;
    position: relative;
  }
  .m_sidebar .list_info .pull_down .open .pices::after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .m_sidebar .list_info .pull_down .listes {
    margin-left: 0.8rem;
    margin-top: 1.16rem;
    position: relative;
    padding-left: 0.52rem;
  }
  .m_sidebar .list_info .pull_down .listes:after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border: 0.02rem solid #fff;
    border-radius: 50%;
    margin-right: 0.28rem;
    position: absolute;
    top: 50%;
    left: 0.08rem;
    transform: translateY(-50%);
  }
  .m_nav_main {
    display: block;
  }
  .nav_main .w1400 {
    height: auto;
    padding: 0.4rem 0;
    align-items: flex-start;
  }
  .nav_main .home {
    width: 0.37rem;
  }
  .nav_main .home img {
    width: 100%;
  }
  .nav_main span {
    font-size: 0.28rem;
    margin: 0 0.16rem;
  }
  .nav_main .home_flex {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
  }
  .nav_main .navText {
    font-size: 0.28rem;
    margin: 0;
  }
  .paging {
    display: none;
  }
  .m_paging {
    display: flex;
    line-height: normal;
    padding: 0.6rem 0 0 !important;
    margin-top: 0 !important;
  }
  .paging li a,
  .paging li span {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.05rem;
  }
  .paging li {
    margin: 0 0.17rem;
    font-size: 0.24rem;
  }
  .paging li:nth-child(2) .page-link {
    left: 0.3rem;
    padding-left: 0.21rem;
    background-size: 0.11rem;
    width: 0.8rem;
    text-align: left;
  }
  .paging li:last-child .page-link {
    right: 0.3rem;
    padding-right: 0.21rem;
    background-size: 0.11rem;
    width: 0.8rem;
    text-align: left;
  }
  .consult .counsel .coun {
    background: none;
  }
  .coun {
    padding: 0 0.3rem;
    display: block;
  }
  .coun .page_li {
    padding: 0;
  }
  .coun .page_li a {
    width: 100%;
    margin-top: 0.37rem;
  }
  .coun .page_li a img {
    width: 100%;
  }
}
/*新增页面样式*/
.undshow {
  display: none;
}
.undhide {
  display: block;
}
@media (max-width: 1200px) {
  .undhide {
    display: none;
  }
  .undshow {
    display: block;
    background: #e3f2ff;
    margin-top: -1.4rem;
  }
  .undshow .w1400 {
    position: relative;
    z-index: 1;
  }
  .undbox {
    padding: 0.2rem 0 0.6rem;
  }
  .undtax {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .undtax i {
    width: 100%;
    height: 4.72rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .undtax p {
    font-size: 0.7rem;
    color: #fff;
    margin-top: 1.7rem;
    font-family: actor;
  }
  .undlist {
    display: flex;
    flex-wrap: wrap;
  }
  .undlist .pre {
    width: calc((100% - 0.4rem) / 3);
    height: 2.6rem;
    background: #fff;
    margin-right: 0.2rem;
    margin-top: 0.25rem;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .undlist .pre:nth-child(3n) {
    margin-right: 0;
  }
  .undlist .pre:nth-child(-n+3) {
    margin-top: 0;
  }
  .undlist .pre i {
    width: 100%;
    height: 1.1rem;
    margin-top: 0.4rem;
  }
  .undlist .pre p {
    font-size: 0.28rem;
    color: #333333;
    width: 80%;
    text-align: center;
  }
  .undknow {
    width: calc(100% - 0.6rem);
    height: 2.49rem;
    padding: 0 0.3rem;
    margin-top: 0.32rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .undknow .know_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .undknow .know_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .undknow .text {
    width: 46%;
  }
  .undknow .text p {
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
  }
  .undknow .text b {
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.3rem;
  }
  .undknow .undlink {
    width: 1.8rem;
    height: 0.8rem;
    font-size: 0.26rem;
    color: #fff;
    background: rgba(248, 249, 253, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .undknow .undlink p {
    padding-right: 0.2rem;
    background: url(../images/mobile/Xpage/right.png) right center no-repeat;
    background-size: 0.12rem auto;
  }
  /*新手学堂背景色*/
  .undshow_bule {
    background: linear-gradient(to bottom, #91b9ff, #dcebff);
  }
  /*专题专栏背景色*/
  .undshow_pink {
    background: #f1f8ff;
  }
  .undshow_pink .undlist .pre {
    width: calc((100% - 0.3rem)/2);
    margin-right: 0.3rem;
  }
  .undshow_pink .undlist .pre:nth-child(2n) {
    margin-right: 0;
  }
  .undshow_pink .undlist .pre:nth-child(-n+2) {
    margin-top: 0;
  }
  .undshow_pink .undlist .pre:nth-child(-n+3) {
    margin-top: 0.3rem;
  }
  .undshow_pink .undlist .pre p {
    width: 86%;
  }
  .undshow_pink .notice {
    width: 100%;
    margin-top: 0.3rem;
  }
  .undshow_pink .notice img {
    width: 100%;
  }
  /*咨询中心背景色*/
  .undshow_wathet {
    background: #e7f3ff;
  }
  .undshow_wathet .undhot {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0.15rem;
    margin-top: 0.3rem;
    width: 100%;
    height: 1.85rem;
  }
  .undshow_wathet .undhot i {
    width: 1.1rem;
    height: 1.15rem;
    background: url(../images/mobile/Xpage/undhot.png) center no-repeat;
    background-size: 1.1rem auto;
    margin-top: 0.3rem;
  }
  .undshow_wathet .undhot p {
    font-size: 0.28rem;
    color: #333;
    margin-left: 0.6rem;
  }
  /*自然人电子税务局*/
  .nature .list_ul {
    display: flex;
    margin-top: 0.2rem;
  }
  .nature .list_ul .li {
    width: calc((100% - 0.22rem)/2);
    height: 1.3rem;
    margin-right: 0.22rem;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 0.05rem;
  }
  .nature .list_ul .li:nth-child(2n) {
    margin-right: 0.22rem;
  }
  .nature .list_ul .li p {
    width: 78%;
    font-size: 0.28rem;
    color: #333;
    margin-left: 0.3rem;
  }
  .nature .notpage {
    padding: 0.6rem 0.3rem;
    background: #fff;
    margin-top: 0.4rem;
  }
  .nature .notpage .notbox .list {
    width: calc(100% - 0.6rem);
    height: 2.16rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.05rem;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .nature .notpage .notbox .list:first-child {
    margin-top: 0;
  }
  .nature .notpage .notbox .list .tit_l {
    font-size: 0.28rem;
    color: #666666;
  }
  .nature .notpage .notbox .list .tit_r {
    font-size: 0.26rem;
    color: #666666;
    display: flex;
    margin-top: 0.4rem;
  }
  .nature .notpage .notbox .list .xia {
    background: url(../images/page/look01.png) left center no-repeat;
    padding-left: 0.45rem;
    background-size: 0.32rem 0.34rem;
    color: #666666;
  }
  .nature .notpage .notbox .list .cha {
    margin-left: 0.7rem;
    background: url(../images/page/look02.png) left center no-repeat;
    padding-left: 0.5rem;
    background-size: 0.32rem 0.34rem !important;
  }
  .nature .notpage .notbox .list:hover {
    background: url(../images/page/look_bg.png) center no-repeat;
    background-size: cover;
    border: 1px solid #457bf6;
  }
  .nature .notpage .notbox .list:hover .tit_l {
    color: #fff;
  }
  .nature .notpage .notbox .list:hover .tit_r {
    color: #fff;
  }
  .nature .notpage .notbox .list:hover .xia {
    background: url(../images/page/look01s.png) left center no-repeat;
    background-size: 0.32rem 0.34rem;
    transition: all 0.5s;
  }
  .nature .notpage .notbox .list:hover .cha {
    background: url(../images/page/look02s.png) left center no-repeat;
    transition: all 0.5s;
  }
  /*新手学堂-纳税人办税指南 - 改版*/
  .undshow_bule .hand_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .undshow_bule .hand_li {
    width: calc((100% - 0.3rem) / 2);
    height: 1.3rem;
    background: #fff;
    border-radius: 0.05rem;
    margin-right: 0.3rem;
    margin-top: 0.28rem;
    display: flex;
    align-items: center;
  }
  .undshow_bule .hand_li:nth-child(2n) {
    margin-right: 0;
  }
  .undshow_bule .hand_li:nth-child(-n+2) {
    margin-top: 0;
  }
  .undshow_bule .hand_li p {
    font-size: 0.28rem;
    color: #333333;
    padding: 0 0.3rem;
  }
  /*新手学堂-纳税人办税指南-信息报告指南*/
  .colles_box {
    padding: 0 0.4rem;
    background: #fff;
    border-radius: 0.05rem;
    padding-bottom: 0.6rem;
  }
  .colles_box .colles {
    margin-top: 0.14rem;
  }
  .colles_box .colles .col_li {
    width: 100%;
    height: 1.98rem;
    border-bottom: 1px solid rgba(229, 229, 229, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .colles_box .colles .col_li p {
    font-size: 0.28rem;
    color: #333333;
  }
  .colles_box .colles .col_li i {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.15rem;
  }
  .drop_down {
    position: relative;
  }
  .drop_down .one {
    width: calc(100% - 0.6rem);
    height: 0.9rem;
    padding: 0 0.3rem;
    background: #fff url(../images/mobile/Xpage/bot.png) right 0.3rem center no-repeat;
    background-size: 0.3rem auto;
    line-height: 0.9rem;
  }
  .drop_down a {
    font-size: 0.32rem;
    color: #333333;
  }
  .drop_down .pos {
    background: #fff;
    position: absolute;
    width: calc(100% - 0.6rem);
    padding: 0.3rem 0.3rem 0;
    border-radius: 0.05rem;
    top: 1.1rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .drop_down .pos > div {
    margin-bottom: 0.5rem;
  }
  .drop_down .on a {
    color: #2c61dd;
  }
}
/*新手学堂-纳税人办税指南 - 改版样式 pc*/
.finger {
  background: #f8f9fd url(../images/page/notification.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 86px;
}
.und_advisory {
  /* padding: 0 54px 60px 0;
  background: url(../images/page/revenue.png) bottom left -26px no-repeat; */
}
.fingerpost {
  width: 69.73%;
  float: right;
}
.fing_ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.fing_ul .f_li {
  width: calc((100% - 78px) / 4);
  height: 124px;
  margin-right: 26px;
  background: #fff;
  box-shadow: 0 0 16px rgba(122, 175, 255, 0.18);
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.fing_ul .f_li:nth-child(4n) {
  margin-right: 0;
}
.fing_ul .f_li:nth-child(-n+4) {
  margin-top: 0;
}
.fing_ul .f_li p {
  font-size: 20px;
  color: #333333;
  padding: 0 18px;
}
/*自然人电子税务局*/
.bures .look_box .look_over {
  margin-top: 48px;
}
.bures .look_box .look_over .look {
  width: calc(100% - 60px);
  height: 100px;
  padding: 0 30px;
  background: rgba(249, 249, 249, 0.3);
  border: 1px solid rgba(229, 229, 229, 0.3);
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.bures .look_box .look_over .look:last-child {
  margin-bottom: 0;
}
.bures .look_box .look_over .look .tit_l {
  color: #666666;
  width: 56%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bures .look_box .look_over .look .tit_r {
  display: flex;
  color: #999999;
}
.bures .look_box .look_over .look .tit_r .xia {
  height: 100%;
  padding-left: 44px;
  background: url(../images/page/look01.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
  color: #999999;
}
.bures .look_box .look_over .look .tit_r .xia:hover {
  background: url(../images/page/look01s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.bures .look_box .look_over .look .tit_r .cha {
  margin-left: 50px;
  padding-left: 44px;
  background: url(../images/page/look02.png) left center no-repeat;
  transition: all 0.5s;
  line-height: 100px;
}
.bures .look_box .look_over .look .tit_r .cha:hover {
  background: url(../images/page/look02s.png) left top 34px no-repeat !important;
  margin-top: -5px;
  transition: all 0.5s;
}
.bures .look_box .look_over .look:hover {
  background: url(../images/page/look_bg.png) center no-repeat;
  background-size: cover;
  border: 1px solid #457bf6;
}
.bures .look_box .look_over .look:hover .tit_l {
  color: #fff;
}
.bures .look_box .look_over .look:hover .tit_r {
  color: #fff;
}
.bures .look_box .look_over .look:hover .tit_r .xia {
  background: url(../images/page/look01s.png) left center no-repeat;
  transition: all 0.5s;
}
.bures .look_box .look_over .look:hover .tit_r .cha {
  background: url(../images/page/look02s.png) left center no-repeat;
  transition: all 0.5s;
}
.bures .look_boxs {
  margin-top: 90px;
}
.bures .look_boxs .look_overs {
  margin-top: 34px;
}
.bures .look_boxs .look_overs .look {
  width: calc(100% - 60px);
  height: 40px;
  padding: 0 30px;
  font-size: 22px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.bures .look_boxs .look_overs .look::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #2c61dd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bures .look_boxs .look_overs .look:last-child {
  margin-bottom: 0;
}
.bures .look_boxs .look_overs .look .tit_l {
  color: #333333;
  width: 64%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bures .look_boxs .look_overs .look .tit_r {
  display: flex;
  color: #333333;
  font-size: 20px;
}
.bures .look_boxs .look_overs .look .tit_r .cha {
  margin-left: 50px;
  color: #333333;
}
.bures .look_boxs .look_overs .look .tit_r .cha:hover {
  color: #2e63de;
}

.undershow_jnbs{
  background: #e3f2ff;
}
