@charset "UTF-8";
* {
  word-wrap: break-word;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html{
  font-size: 100px;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

body {
  *position: static;
  color: #333;
  width: 100%;
  height: auto;
  background-color: #edf4fa;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-left: 0;
  padding-right: 0;
}

.auto{
  margin: 0 auto;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: "微软雅黑", "Microsoft Yahei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .4s linear;
  -moz-transition: all .5s;
  transition: all .4s;
  color: #333;
}

a:hover {
  transition: 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  border: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .7s linear;
  -webkit-transition: all .7s;
  transition: all .7s;
  display: block;
  max-width: 100%;
}

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border-width: 0;
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input, textarea {
  border: 0;
  outline: none;
  resize: none;
}

body {
  overflow-x: hidden;
  color: #333;
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .7s linear;
  -webkit-transition: all .7s;
  transition: all .7s;
  display: block;
  width: auto;
  max-width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

::selection {
  background: #00aaff;
  color: #fff;
}

.alltime{
  -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
  -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
  transition: all .4s cubic-bezier(.4,0,.2,1)
}

.bg-f3{
  background-color: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex{
  display: flex;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.list-inline>li{
  padding-left: 0;
  padding-right: 0;
}
.star{
  color: red;
}
.pagination{
  margin: 0;
}
.container {
  max-width: 1430px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.flex-sb{
  display: flex;
  justify-content: space-between;
}
.flex-c{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*banner 下导航*/
.min-content{
  margin-top: 56px;
}
.nav-top-a{
  display: flex;
  justify-content: center;
  margin: 0 auto 40px auto;
}
.nav-top-a a{
  font-size: 18px;
  color: #666;
  width: 264px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
  margin-right: 80px;
  border-radius: 24px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(92, 102, 153);
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}
.nav-four{
  justify-content: space-between;
}
.nav-four a{
  margin-right: 0;
}
.nav-top-a a:last-of-type{
  margin-right: 0;
}
.nav-top-a a.active{
  color: #fff;
  background-color: #5C6699;
}
.nav-top-a a:hover{
  color: #fff;
  background-color: #5C6699;
}
/*分页*/
.list-navigation li{
  display: inline-block;
  margin-right: 4px;
  width: 96px;
}
.list-navigation li:last-of-type{
  margin-right: 0;
}
.list-navigation li .text,.list-navigation li>span,.list-navigation li>a{
  font-size: 14px;
  color: #1a1a1a;
  padding: 6px 12px;
  width: 96px;
  display: inline-block;
  border-radius: 999999px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #3d4466;
}
.list-navigation li>a:hover{
  color: #fff;
  background-color: #3d4466;
}
.instrument-item .btn-details a{
  font-size: 18px;
}
/*小三角*/
.triangle{
  width: 12px;
  height: 15px;
  display: inline-block;
  background-image: url("/static/index/img/right-triangle.png");
}
.mb0{
  margin-bottom: 0 !important;
}

/* 头部 */
.header {
  height: auto;
  position: relative;
  z-index: 11;
  background: #ffffff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header.hide {
  display: none;
}

.header .top {
  padding: 16px 0;
  border-bottom: 1px solid #dadada;
  background-image: -moz-linear-gradient( 90deg, rgb(61,68,102) 0%, rgb(92,102,153) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(61,68,102) 0%, rgb(92,102,153) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(61,68,102) 0%, rgb(92,102,153) 100%);
}

.header .top .logo {
  width: 255px;
  height: 64px;
  display: block;
}

.header .top .logo img {
  width: 100%;
  vertical-align: auto;
  filter: drop-shadow(0 0px 20px rgb(153,170,255));
  -webkit-filter: drop-shadow(0 0px 20px rgb(153,170,255));
}

.header .top .other {
  width: 384px;
  height: 33px;
  margin-left: 14px;
  position: relative;
  top: 15.5px;
}

.header .bottom {
  height: 82px;
  background-color: rgb(229, 234, 255);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.header .bottom.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header .bottom.fixed .logo {
  display: block;
}

.header .bottom.fixed .logo img {
  width: 100%;
}

.header .bottom.fixed .nav a {
  padding: 0 12px;
}

.header .bottom .logo {
  display: none;
  width: 230px;
  height: 58px;
  margin-top: 11.5px;
  margin-right: 40px;
}

.header .bottom .con {
  height: auto;
}

.header .bottom .con nav li>a{
  font-size: 18px;
  position: relative;
}

.header .bottom .con nav li.dropdown:first-of-type>a{
  padding-left: 0;
}

.header .bottom .con nav li.open>a,
.header .bottom .con nav li.hover>a{
  color: #00aaff;
}

.navbar-default .navbar-nav>li>a{
  color: #333;
}

.header .bottom .con a {
  line-height: 82px;
}

.header .bottom .con a:hover {
  color: #00aaff;
}

.header .bottom .con .other {
  height: auto;
}

.header .bottom .con .other a {
  padding: 0 5px;
  font-size: 16px;
}

.header .bottom .con .other a.wechat {
  position: relative;
  z-index: 1;
}

.header .bottom .con .other a.wechat .ewm {
  width: 168px;
  padding: 16px;
  height: auto;
  position: absolute;
  left: -36px;
  top: 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  display: none;
}

.header .bottom .con .other a.wechat .ewm:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -5%;
}

.header .bottom .con .other .tel{
  color: #00aaff;
  font-size: 16px;
  padding: 0 5px;
}

.header .bottom .navTwo {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background: rgba(92,102,153,.9);
  cursor: pointer;
  box-shadow: 0px 5px 5px 0px rgba(128, 128, 128, 0.3);
}

.header .bottom .navTwo img{
  width: 300px;
  height: 150px;
  margin-top: 32px;
  margin-bottom: 32px;
  filter: drop-shadow(0 0 8px rgba(153,170,255,.41));
}
.header .bottom .navTwo .item .line{
  width: 1px;
  height: 150px;
  background: linear-gradient(#5c6699,#99aaff,#5c6699);
}
.header .bottom .navTwo .item{
  height: auto;
  display: none;
  max-height: 214px;
  overflow: hidden;
}
.header .bottom .navTwo .item .tow-list{
  margin-top: 32px;
  margin-bottom: 32px;
}
.bottom .text-box{
  padding-left: 48px;
}
.bottom .text-box ul.title{
  position: relative;
  border-bottom: 1px solid #7a88cc;
}
.bottom .text-box ul.info li{
  float: left;
}
.bottom .text-box ul.info li a:hover{
  color: #fff;
}
.bottom .text-box ul.info li a{
  color: #c2c3cc;
  padding-top: 23px;
}
.bottom .text-box li{
  font-size: 18px;
  position: relative;
}
.bottom .text-box .Level-list .info{
  display: none;
}
.bottom .text-box .Level-list .info>li{
  margin-right: 48px;
}
.bottom .text-box ul.title li.active>a{
  color: #00aaff;
}
.bottom .text-box ul.title li.active>a:before{
  content: '';
  width: 100%;
  height: 3px;
  background-color: #3d4466;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
.bottom .text-box ul.title li a{
  color: #c2c3cc;
  display: block;
  margin-right: 48px;
  padding-bottom: 25px;
  position: relative;
}
.bottom .text-box ul.title li:last-of-type a{
  margin-right: 0;
}
.header .bottom .con nav li i.iconfont{
  display: none;
}
/*手机端搜索*/
.bottom .ss {
  width: 24px;
  height: 100%;
  float: right;
  position: relative;
}
.bottom .ss .ssp {
  width: 100%;
  height: 100%;
  background: url(/static/index/img/ss5.png) center no-repeat;
  background-size: 32px;
  cursor: pointer;
}
.bottom .ss .ssp.act {
  background: url(/static/index/img/ss6.png) center no-repeat;
}
.bottom .ss .sbtn1 {
  display: block;
  box-shadow: 0 0 1px 0 #ddd;
  width: 100%;
  height: 0px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 52px;
  padding: 0;
  overflow: hidden;
}
.bottom .ss .sbtn1.act {
  height: 40px;
  padding: 4px;
}
.bottom .ss .sbtn1 input {
  display: block;
  width: calc(100% - 90px);
  float: left;
  height: 100%;
  border: 0;
  outline: #d9251c;
  padding-left: 10px;
}
.bottom .ss .sbtn1 .sbtn2 {
  display: block;
  width: 80px;
  height: 100%;
  float: right;
  background: #d9251c url(/static/index/img/ss4.png) center no-repeat;
  border-radius: 5px;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*search*/
.header .bottom .searchBox {
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: #5c6699;
  opacity: .9;
  padding: 32px 0;
  display: none;
}
.header .bottom .searchBox img{
  width: 300px;
  height: 150px;
}
.header .bottom.fixed .searchBox{
  top: 82px;
}
.header .bottom .searchBox .line{
  width: 1px;
  height: 150px;
  background: linear-gradient(#5c6699,#99aaff,#5c6699);
}
.header .bottom .searchBox .text-box .input{
  width: 800px;
  height: 48px;
  top: 51px;
  left: -68px;
  position: absolute;
}
.header .bottom .searchBox .text-box input{
  width: 100%;
  height: 100%;
  border-radius: 24px;
  font-size: 18px;
  padding: 0 28px;
  background-color: rgb(255, 255, 255);
}
.header .bottom .searchBox .text-box input:focus{
  box-shadow: 0 0 10px #e5eaff;
}
.header .bottom .searchBox .text-box .input .btnSearch1{
  position: absolute;
  right: 28px;
  top: 10px;
  background-color: transparent;
  border: none;
}
.header .bottom .searchBox .text-box .input .btnSearch1 i{
  font-size: 28px;
}

.header .bottom .con .other a.search {
  position: relative;
  padding-left: 10px;
}

.header .bottom .con .other a.search:after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 1px;
  height: 18px;
  background: #808080;
}

.navbar-collapse{
  padding-left: 0;
  padding-right: 0;
}

/*公共顶部附页*/
.bigBanner .in-big-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bigBanner {
  height: auto;
  overflow: hidden;
  position: relative;
}

.bigBanner img {
  width: 100%;
  height: 400px;
}

.bigBanner .t {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 24%;
  left: 0;
  padding-left: 78px;
}

.bigBanner .t h1 {
  font-size: 36px;
  font-weight: 500;
  background-image: linear-gradient(#7fd4ff,#00aaff);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 50px rgba(255, 255, 255, .35);
}

.bigBanner .t p{
  color: #e5e5e5;
  font-size: 18px;
  text-shadow: 0 0 5px rgba(26,26,26,.5);
  margin-top: 15px;
}

.bigBanner .breadcrumbs {
  font-size: 16px;
  position: absolute;
  width: 100%;
  bottom: 48px;
  left: 0;
  background: none;
  color: #fff;
}

.breadcrumbs i {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 16px;
}

.bigBanner .breadcrumbs a {
  color: #fff;
  font-size: 16px;
}
.bigBanner .breadcrumbs a:hover{
  color: #00aaff;
}
.bigBanner .breadcrumbs span:last-of-type{
  color: #cc0000;
}
.navbar{
  border: 0;
  margin-bottom: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color:rgb(229, 234, 255);
}
.con .nav-left-icon{
  background-color: rgb(229, 234, 255);
}
.nav-left-icon .navbar-toggle{
  background-color: #edf4fa;
  border-color: #fff;
}
.nav-left-icon .navbar-nav>.open>a,
.nav-left-icon .navbar-nav>.open>a:focus,
.nav-left-icon .navbar-nav>.open>a:hover{
  background-color: rgb(229, 234, 255);
}
.nav-left-icon .navbar-toggle .icon-bar{
  background-color: #fff;
}
.nav-left-icon .navbar-toggle:hover{
  background-color: #fff;
  border-color: #edf4fa;
}
.nav-left-icon .navbar-toggle:hover .icon-bar{
  background-color: #edf4fa;
}

/*footer*/
.group_footer_content{
  width: 100%;
  font-size: 16px;
  margin-top: 112px;
}
.group-top{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 48px;
  height: auto;
  background: url("/static/index/img/footer/bg.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.group-bottom{
  line-height: 76px;
  font-size: 14px;
  color: #808080;
  background-color: #c2c7cc;
}
.group-bottom  a{
  color: #808080;
}
.group-bottom  a:hover{
  color: black;
}
.group_top_left{
  vertical-align: top;
  text-align: left;
}
.group_top_left a{
  color: #c2c7cc;
}
.group_top_left .group-list{
  float: left;
  margin-right: 32px;
}
.group_top_left .group-list:last-of-type{
  margin-right: 0;
}
.group_top_left a:hover{
  color: #fff;
}
.group_top_right{
  color: #fff;
  text-align: left;
}
.group_top_right .contact{
  margin-right: 32px;
}
.footer-item-title{
  margin-bottom: 24px;
  color: #00aaff;
}
.footer-item-title p{
  padding-bottom: 8px;
  border-bottom: 1px solid #99aaff;
  display: inline;
}
.footer-item-title .iconfont{
  display: none;
}
.group_top_left.top-nav ul li{
  line-height: 1;
  margin-bottom: 16px;
}
.group_top_right .scan-code{
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 56px;
}
.group_top_right .footer-img {
  width: 168px;
  padding: 16px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.group_top_left.bottom-nav ul li{
  margin-right: 30px;
}
.group_top_left.bottom-nav ul li.yq-title{
  color: #00aaff;
}
.group_top_left.bottom-nav ul li a{
  color: #ffd47f;
}
.group_top_left.bottom-nav ul li a:hover{
  text-shadow: 0px 0px 1px #ffd47f;
}
.social-share .social-share-icon{
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.is-active{
  line-height: 32px;
}
.social-share a{
  margin: 0 6px;
}
.social-share a:last-of-type{
  margin-right: 0;
}
.group_top_right i.iconfont{
  color: #ffaa00;
  margin-right: 9px;
}
.group_top_right a.kefu{
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 14px;
  text-align: center;
  background-color: #00aaff;
  color: #fff;
}
.group_top_right ul.lxfs{
  margin-top: 40px;
}
.group_top_right ul.lxfs li{
  line-height: 32px;
  position: relative;
}
.social-share .icon-wechat .wechat-qrcode{
  box-shadow: 0 2px 10px #000;
}

/*改变视口样式*/
@media (max-width: 769px) {
  .footer-item-title p{
    display: block;
  }
  .group_footer_content{
    margin-top: 0;
  }
}
@media (min-width: 769px){
  .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bottom .ss{
    display: none;
  }
  .open>.dropdown-menu{
    display: none !important;
  }
}
@media (max-width: 420px) {
  .list-navigation li{
    width: 78px;
  }
  .list-navigation li .text, .list-navigation li>span, .list-navigation li>a{
    padding: 4px 12px;
    width: 78px;
  }
  .list-navigation li{
    margin-right: 2px;
  }
}
@media (max-width: 768px){
  .min-content{
    margin-top: 28px;
  }
  .content-h{
    margin-top: 0px !important;
  }
  .nav-top-a{
    width: 97% !important;
    margin: 0 auto 28px auto;
  }
  .nav-top-a a{
    height: 30px;
    line-height: 30px;
    font-size: 12px !important;
  }
  .dropdown .iconfont{
    font-size: .12rem !important;
  }
  .navbar-nav{
    height: 100vh;
  }
  .header .bottom .con .other{
    display: none !important;
  }
  .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header .top{
    display: none;
  }
  .navTwo{
    display: none;
  }
  .header .bottom.fixed{
    padding: 0 !important;
  }
  .header .bottom{
    background-color: #fff;
  }
  .header .bottom.fixed{
    background-color: #fff;
  }
  .header .bottom .logo,.header .bottom.fixed .logo{
    display: block;
    height: 30px !important;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header .bottom .logo img,.header .bottom.fixed .logo img{
    display: block;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    max-width: 800px;
    position: relative;
  }
  .nav-left-icon{
    background-color: rgb(255, 255, 255) !important;
  }
  .nav-left-icon .navbar-header{
    padding: 0 .12rem;
    height: 50px;
  }
  .header .bottom.fixed .logo{
    width: auto !important;
  }
  .header .bottom.fixed .logo img{
    width: auto;
  }
  .nav-left-icon .navbar-collapse, .nav-left-icon .navbar-form{
    border-color: transparent;
    overflow-x: hidden;
  }
  .header .bottom .con .nav-left-icon{
    width: 100%;
  }
  .navbar-toggle{
    float: left;
  }
  .header .bottom .con .nav-left-icon .navbar-nav li a{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
  }
  .header .bottom .con .nav-left-icon .navbar-nav>li>a{
    color: #333;
  }
  .header .bottom .con .nav-left-icon .navbar-nav>li:first-of-type{
    border-top: 1px solid #ddd;
    margin-top: 50px;
  }
  .nav>li>a,.navbar-nav .open .dropdown-menu>li>a{
    padding: .02rem .2rem !important;
  }
  .header .bottom .con a{
    line-height: .34rem !important;
  }
  header.header .bottom.fixed .nav a{
    padding: .02rem .2rem !important;
  }
  .header .bottom .con nav li>a{
    font-size: .1rem !important;
  }
  .bigBanner .t p{
    display: none;
  }
  .bigBanner .breadcrumbs{
    bottom: 10px !important;
    padding: 0 2%;
  }
  .bigBanner .t{
    padding-left: 10%;
  }
  .header .bottom .con nav li i.iconfont{
    display: inline-block;
  }
  .group-top .row:first-of-type .group_top_left,.group-top .row:first-of-type .group_top_right, is-active{
    padding: 0 30px;
  }
  .group-top .row:first-of-type .group_top_left .footer-item-title{
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .group-top .row:first-of-type .group_top_left .footer-item-title .iconfont{
    position: absolute;
    right: 0;
  }
  .footer-item-title p{
    width: 100%;
  }
  .group-top{
    display: none;
  }
  .footer-item-title .iconfont{
    display: block;
  }
  .min{
    padding-bottom: .2rem !important;
  }
  .min-index{
    padding-bottom: 0 !important;
  }
  .group-bottom{
    font-size: 14px !important;
    line-height: .2rem !important;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1430px;
  }
  .header .top {
    padding: 24px 0;
  }
}
@media (max-width: 992px){
  .header .bottom .con .other {
    display: none;
  }
  .header .bottom .searchBox{
    display: none !important;
  }
  .group_top_left.bottom-nav ul li{
    margin-right: 14px !important;
  }
  .bigBanner .breadcrumbs{
    bottom: 15px;
  }
}
@media (max-width: 767px){
  .nav-left-icon .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    font-size: .11rem !important;
  }
}
@media (max-width: 1480px){
  .bottom .text-box li{
    font-size: 14px;
  }
  .header .bottom.fixed .nav a {
    padding: 0 5px !important;
  }
  .bigBanner img{
    height: auto;
  }
  .bottom .text-box{
    padding-left: 30px;
  }
  .header .bottom .navTwo img{
    width: 255px;
  }
  .bigBanner .t h1{
    font-size: 28px;
  }
  .bigBanner .t p{
    font-size: 16px;
  }
  .bigBanner .breadcrumbs a,.bigBanner .breadcrumbs{
    font-size: 14px;
  }
  .header .top .other {
    width: 270px;
    height: 26px;
    top: 12.5px;
  }
  .header .bottom{
    height: auto;
  }
  .social-share .icon-wechat .wechat-qrcode{
    top: -162px;
    left: -49px;
    width: 127px;
    height: 145px;
  }
  .wechat-qrcode .help{
    display: none;
  }
  .nav-top-a{
    justify-content: space-evenly;
  }
  .nav-top-a a{
    width: 20%;
    margin-right: 0;
    font-size: 14px;
  }
  .group_footer_content{
    font-size: 13px !important;
  }
  .header .bottom .con nav li>a{
    font-size: 14px;
  }
  .header .bottom .con .other a{
    font-size: 13px;
  }
  .header .bottom .con .tel .iconfont {
    font-size: 16px;
    position: relative;
    top: 0;
  }
  .header .bottom .con .other a .iconfont{
    position: relative;
    top: 2px;
  }
  .header .bottom .con a{
    line-height: 62px;
  }
  .header .bottom .con .other a.search:after{
    height: 14px;
    top: 25px;
  }
  .header .top .logo{
    width: 204px;
    height: 51px;
  }
  .header .bottom .con .other a.wechat .ewm{
    width: 120px;
    padding: 10px;
    left: -20px;
  }
  .header .bottom .logo{
    width: 204px;
    height: 51px;
    margin-top: 5.5px;
  }
  .header .bottom .searchBox{
    padding: 16px 0;
  }
  .header .bottom.fixed .searchBox{
    top: 62px;
  }
  .header .bottom .searchBox img{
    width: 100%;
    height: auto;
  }
  .header .bottom .searchBox .line{
    height: 100px;
  }
  .header .bottom .searchBox .text-box .input{
    width: 100%;
    top: 47px;
  }
  .header .bottom .searchBox .text-box .input{
    left: 0;
  }
  .header .bottom.fixed .con .other a.search:after{
    top: 25px;
  }
}
@media (max-width: 1200px) {
  .nav-top-a a{
    width: 30%;
  }
  .group_top_right .footer-img{
    width: 96px !important;
    padding: 10px !important;
  }
  .group_top_left .group-list{
    width: 16.667%;
    margin-right: 0;
  }
  .group-top .top-nav{
    width: 100%;
  }
  .group_top_right{
    width: 100%;
    float: left;
  }
  .social-share .social-share-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .is-active{
    line-height: 24px;
  }
  .is-active .bottom-text{
    width: auto;
  }
  .group_top_right .footer-img{
    margin-top: 40px;
  }
  .group_top_right .scan-code{
    font-size: 12px;
  }
  .nav>li>a{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .bottom .searchBox .text-box .input{
    width: 100%;
  }
  .header .bottom .searchBox .text-box .input{
    top: 35px;
  }
  .header .bottom .con .other a{
    font-size: 12px;
  }
  .header .bottom .con .other .tel,.header .bottom .con .other .wechat{
    display: none !important;
  }
  .bottom .text-box li{
    font-size: 12px;
  }
  .header .bottom .navTwo .item .line{
    height: 100%;
  }
  .group_footer_content{
    font-size: 12px !important;
    margin-top: .1rem !important;
  }
}
