body {
  font-family: "times new roman", "SimSun" !important;
  font-weight: bold;
}
.swiper-container {
  width: 100%;
}
#fixmain {
  padding-top: 100px;
}
.pagination > li a {
  margin-right: 10px;
  color: #333!important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2A3645!important;
  border-color: #2A3645!important;
  color: #fff!important;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  color: #2a3645!important;
  font-weight: bold;
  background-color: transparent!important;
  border-color: transparent!important;
  border-bottom: 1px solid #2a3645!important;
}
.list-group-item.active1 {
  color: #2a3645!important;
  font-weight: bold;
}
.list-group-item {
  background-color: transparent!important;
  border-color: transparent!important;
  color: #838383!important;
}
.affix {
  height: 53px!important;
  line-height: 53px!important;
  transition: .3s;
}
.affix .logo img {
  margin-top: 6px;
  height: 40px;
  margin-bottom: 10px;
  transition: .3s;
}
.affix .navbar-nav li a {
  height: 53px!important;
  line-height: 53px!important;
  transition: .3s;
}
.affix .search {
  margin-top: 10px!important;
  transition: .3s;
}
.affix .lang {
  transition: .3s;
  line-height: 48px;
}
.navbar-inverse.navbar-fixed-top.affix::before {
  opacity: 1;
}
.navbar-inverse.navbar-fixed-top::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.2s ease-out;
}
.ad_con {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.ad_con:hover .tle a,
.ad_con:active .tle a {
  color: #FDD000 ;
}
.ad_con .tle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #2a3645;
  padding: 0 40px;
}
.ad_con .tle a {
  color: #fff;
  font-size: 18px;
}
.ad_con img {
  width: 100%;
}
.top_con {
  padding: 0 20px;
  height: 100px;
  line-height: 100px;
  background: #2a3645;
}
.navcon {
  text-align: right;
}
.lang {
  text-align: right;
}
.lang a {
  font-family: none;
  font-size: 12px;
}
.lang span {
  color: #fff;
}
.logo {
  margin: auto;
  overflow: hidden;
  height: 100px;
}
.logo a {
  font-size: 25px;
  font-family: '宋体';
  display: block;
  color: #004890;
}
.logo a:hover,
.logo a:active {
  text-decoration: none;
  color: #004890;
}
.logo img {
  height: 60px;
  margin-left: 12px;
}
.search {
  width: 277px;
  height: 30px;
  /* border: 1px solid #C9C9C9; */
  background: #ffffff;
  margin-top: 34px;
}
.search .r {
  color: #000000;
  width: 70px;
  height: 30px;
  background: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #4A4A4A;
  cursor: pointer;
}
.search .r img {
  display: inline-block;
  margin-right: 10px;
}
.search .form-control {
  border: 0;
}
.btnLang {
  width: 48px;
  height: 34px;
  background: #000000 !important;
  font-size: 16px;
  color: #fff!important;
  border: 0!important;
  border-radius: 0px!important;
  position: absolute!important;
  right: 30px;
  top: 27px;
}
.navbar-inverse {
  background-color: transparent!important;
  border-color: transparent!important;
}
.navbar {
  margin-bottom: 0!important;
  border: 0!important;
}
#navbar {
  width: 500px;
  margin: auto;
  float: right;
}
.nav.navbar-nav > li {
  width: 20%;
  position: relative;
}
.nav.navbar-nav > li.active a.fir {
  color: #fff!important;
  background: #656E79!important;
}
.nav.navbar-nav > li a {
  text-transform: uppercase;
  color: #fff!important;
  height: 100px;
  line-height: 100px;
  padding: 0;
  border-right: 1px solid #2a3645;
  border-left: 1px solid #2a3645;
}
.nav.navbar-nav > li:hover > a.fir {
  color: #fff!important;
  background: #656E79!important;
}
.nav.navbar-nav li:hover .hx-dropdown-menu {
  display: block;
}
.nav.navbar-nav li .hx-dropdown-menu {
  position: absolute !important;
  margin: 0;
  display: none;
  background: #656E79;
  width: 100%;
  left: 0;
  padding: 0px 0 8px 0;
  top: 70px;
  z-index: 9;
}
.hx-dropdown-menu li {
  list-style-type: none;
}
.hx-dropdown-menu li a {
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: block;
  height: 35px!important;
  line-height: 35px!important;
  /* font-size: 14px; */
  color: #fff;
  text-decoration: none;
}
.hx-dropdown-menu li a:hover {
  color: #fff!important;
  background: #2a3645!important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #030303!important;
  background-color: transparent!important;
  text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
  text-align: center;
}
.banner {
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.mb_logo,
.mb_fix,
.mb_footer {
  display: none;
}
.sm_swiper {
  /* margin-bottom: 3%; */
}
.single-window-head {
  height: 40px;
  margin: 10px auto;
  /* background-color: #F1EDEC; */
  line-height: 40px;
}
.single-window-head-left {
  height: 40px;
  line-height: 40px;
  /* margin-left: 20px; */
  font-size: 13px;
}
.single-window-head-left a {
  color: #333;
}
.con_ptle {
  font-size: 24px;
  color: #004890;
  padding: 10px 0;
}
.con_ptle ul {
  font-size: 0;
}
.con_ptle ul li {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
.con_ptle ul li a {
  font-size: 24px;
  color: #838383;
}
.con_ptle ul li.active a {
  color: #004890;
}
.o_team {
  margin-top: 80px;
  background: #A09F9F;
  padding: 68px 0;
}
.o_team .row {
  padding: 0 100px;
}
.o_team h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}
.o_team p {
  font-size: 15px;
  color: #FFFFFF;
}
.o_team img {
  width: 80%;
  margin-left: 20px;
}
.o_story {
  text-align: center;
}
.o_story .container {
  padding-top: 50px;
}
.o_story .container p {
  margin-top: 10px;
}
.o_story img {
  display: block;
  margin: auto;
}
.o_story h2 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 30px;
  margin-bottom: 30px;
}
.o_story > p {
  font-size: 15px;
  color: #4A4A4A;
  margin: 0;
}
.o_story-img {
  position: relative;
  margin-top: 100px;
}
.o_story-img img {
  width: 100%;
}
.o_story-img .o_s_detail {
  background: #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(5, 1, 2, 0.75);
  opacity: 0.56;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-30%, -50%);
  padding: 56px;
}
.o_story-img .o_s_detail h6 {
  font-size: 23px;
  color: #4A4A4A;
  line-height: 13px;
  margin-bottom: 20px;
}
.o_story-img .o_s_detail p {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7D7D7D;
}
.goback {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
}
.goback img {
  width: 100%;
}
.footer {
  background: #2a3645;
  margin-top: 30px;
  position: relative;
  padding: 20px;
  font-weight: normal;
}
.footer .info {
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.footer .info:hover {
  color: #fff;
}
footer {
  margin-top: 30px;
  position: relative;
  height: 320px;
  background: #2a3645;
  font-weight: normal;
}
footer .bg {
  padding: 50px 0;
}
footer h6 {
  font-size: 24px;
  color: #fff;
}
footer .info {
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
footer .info:hover {
  color: #fff;
}
footer .f_nav {
  font-size: 0;
}
footer .f_nav a {
  display: inline-block;
  width: 125px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  border-right: 1px solid #A2A2A2;
  margin: 16px 0;
}
footer .f_nav a:first-of-type {
  margin-left: -47px;
}
footer .f_nav a:last-of-type {
  border: 0;
}
footer .f_nav p {
  font-size: 14px;
  color: #fff;
}
footer .f_r {
  display: flex;
  align-items: center;
}
footer .f_r img {
  width: 134px;
}
footer .code {
  text-align: right;
}
footer .code img {
  width: 170px;
  margin-top: 30px;
}
.c_banner {
  position: relative;
}
.c_banner img {
  width: 100%;
}
.c_banner ul {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c_banner li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 15px;
}
.c_banner li a {
  font-size: 17px;
  color: #FFFFFF;
  text-shadow: 1px 2px 2px rgba(5, 2, 2, 0.75);
}
.c_title {
  margin: 30px 0;
  font-size: 35px;
  color: #4A4A4A;
  text-align: center;
}
.list-item3 {
  padding: 40px 0px 0!important ;
  min-height: 580px;
}
.list-item3 li {
  margin-bottom: 20px;
}
.list-item {
  padding: 0 77px;
}
.list-item ul {
  font-size: 0;
  padding: 0;
}
.list-item li {
  list-style-type: none;
  width: 25%;
  display: inline-block;
}
.list-item li a:hover,
.list-item li a:active {
  text-decoration: none;
}
.list-item .list-con {
  text-align: center;
  margin: 0 auto ;
}
.list-item .list-con .tle {
  font-size: 18px;
  color: #838383;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 5px  5% 0;
}
.list-item .list-img {
  overflow: hidden;
  width: 90%;
  margin: 0px auto 0px;
}
.list-item .list-img img {
  width: 100%;
  transition: all 0.6s;
  display: block;
}
.list-item .list-img img:hover {
  transform: scale(1.05);
}
.list-item1 {
  padding: 0 77px;
}
.list-item1 ul {
  font-size: 0;
  padding: 0;
  margin: 0 -10px;
}
.list-item1 li {
  list-style-type: none;
  width: 33.33333333%;
  display: inline-block;
}
.list-item1 .list-con {
  text-align: center;
  width: 88%;
  margin: 0 auto ;
}
.list-item1 .list-con .tle {
  font-size: 18px;
  color: #838383;
  padding: 10px 0;
}
.list-item1 .list-img {
  overflow: hidden;
}
.list-item1 .list-img img {
  width: 100%;
  transition: all 0.6s;
}
.list-item1 .list-img img:hover {
  transform: scale(1.2);
}
.com_banner img {
  width: 100%;
}
.fixbox {
  width: 330px;
  float: left;
}
.fixbox1 {
  display: none;
}
.fixbox1 img {
  width: 100%;
}
.pro-info-contain {
  padding-left: 20px;
  margin-left: 330px;
}
.pro-title {
  font-size: 24px;
  margin: 10px auto;
}
.pro-info-contain p {
  color: #666;
}
.attr-head {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 20px;
}
.desc-contain,
.merits-contain {
  min-height: 80px;
}
.pro-info-contain p {
  color: #666;
}
.about:nth-child(1) {
  margin-bottom: 45px;
  padding: 0px 15px;
}
.about h6 {
  font-size: 24px;
  font-weight: bold;
  color: #4B4B4B;
}
.about img {
  width: 100%;
}
.about p {
  font-size: 14px;
  color: #4B4B4B;
  text-align: justify;
  text-indent: 2em;
  line-height: 32px;
  padding: 0 10px;
}
#videoArea .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: .8;
  z-index: 9;
}
#videoArea {
  height: 320px;
  width: 50%;
  position: relative;
  min-width: 50%;
  margin-right: 15px;
  margin-bottom: 0px;
  float: left;
  clear: both;
}
#videoArea > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoArea .play {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 4.16666667vw;
  height: 4.16666667vw;
  min-width: 40px;
  min-height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#videoArea .play img {
  width: 100%;
  height: 100%;
}
.process p {
  font-size: 18px;
  text-indent: 2em;
  line-height: 32px;
  padding: 10px 20px 0;
  text-align: justify;
}
.process img {
  display: block;
  width: 100%;
  margin-top: 2%;
}
.centerListCon {
  padding: 5% 0;
}
.centerListCon .activeli {
  background: #000000!important;
}
.centerListCon .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.centerListCon .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 1px;
  background-color: #7C7C7C;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.centerListCon .list-group-item:hover {
  color: #DD1E21;
}
.centerListCon .list-group-item > img {
  float: right;
}
.centerList {
  font-size: 0;
  margin-right: 40px;
}
.centerList li {
  list-style-type: none;
  width: 33.3%;
  display: inline-block;
}
.centerList .list-con {
  text-align: center;
  width: 88%;
  margin: 0 auto 14%;
}
.centerList .list-con .tle {
  font-size: 16px;
}
.centerList .tle {
  margin-top: 10px;
}
.centerList .list-img img {
  width: 100%;
}
.newsList {
  margin-bottom: 5%;
}
.newsList ul {
  padding: 0;
}
.newsList li {
  list-style-type: none;
  margin-bottom: 3%;
}
.newsList li:hover p,
.newsList li:hover .r span {
  color: #CA4343;
}
.newsList .media {
  display: flex;
  align-items: center;
}
.newsList .media-left a {
  display: block;
  width: 351px;
  height: 218px;
  overflow: hidden;
}
.newsList .media-left a img {
  width: 100%;
  transition: all 0.6s;
}
.newsList .media-left a img:hover {
  transform: scale(1.2);
}
.newsList .media-left .media-object {
  width: 100%;
  height: 100%;
}
.newsList .media-body {
  padding: 10px 20px 0 20px;
  position: relative;
  border-right: 1px solid #969696;
}
.newsList .media-body button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 121px;
  height: 34px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.newsList .media-heading {
  font-size: 25px;
  font-weight: bold;
  color: #B89419;
  overflow: hidden;
  line-height: 37px;
  margin-bottom: 9px;
}
.newsList .media-heading span {
  float: right;
  font-size: 14px;
}
.newsList .lb_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}
.newsList p {
  color: #333;
  text-decoration: 2em;
}
.newsList .r {
  display: flex;
  align-items: center;
  padding: 0  0 0 30px ;
}
.newsList .r span {
  display: inline-block;
}
.newsList .r img {
  display: inline-block;
  margin-left: 10px;
}
.contact {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact .con_ {
  margin: 50px auto 28px;
  background-color: #2A3645;
  padding: 20px 180px;
}
.contact .con_ .c_title {
  color: #fff;
  margin: 0px 0 30px;
}
.contact .con_ p {
  font-size: 18px;
  color: #fff;
}
.contact .con_ button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 200px;
  margin-top: 10px;
  margin: auto;
  display: block;
}
.c_banner #img2,
.footerBottom {
  display: none;
}
.pro-content div {
  min-height: 180px;
}
.changeL {
  position: absolute;
  left: 13px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none!important;
  }
}
.de_top_m {
  display: none;
}
@media (max-width: 768px) {
  .contact .con_ {
    font-weight: normal;
  }
  .mb_footer {
    font-weight: normal;
  }
  .list-item .list-con .tle {
    font-size: 14px;
    color: #838383;
    line-height: 20px;
    font-weight: normal;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 5px 5% 0;
  }
  .navbar-header {
    position: relative;
  }
  .changeL {
    display: block;
  }
  #introdiv {
    display: none;
  }
  .banner {
    margin-bottom: 10px;
  }
  .ad_con {
    margin-bottom: 10px;
  }
  .about {
    margin: auto;
  }
  #videoArea {
    height: 220px;
    width: 100%;
    position: relative;
    min-width: 100%;
    margin-right: 0;
    float: initial;
    clear: both;
    margin: 0 auto 10px;
  }
  .pro-content img {
    width: 100%;
  }
  .single-window-head {
    padding: 0 10px;
  }
  #fixmain {
    padding-top: 0px;
  }
  .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 {
    min-height: 0!important;
  }
  .navbar-header {
    background: #2a3645;
  }
  .nav.navbar-nav > li a {
    text-transform: uppercase;
    color: #fff!important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }
  #navbar {
    float: inherit;
  }
  .top_con {
    padding: 0;
    height: auto;
    line-height: normal;
    background: #2a3645;
  }
  .fixbox1 {
    display: block;
  }
  .about p {
    padding: 0 10px ;
    margin: 0;
  }
  .footer {
    display: none;
  }
  .hx-dropdown-menu li a {
    color: #333;
  }
  .de_top_m {
    display: block;
  }
  .de_top_m img {
    width: 100%;
  }
  .fixbox {
    display: none;
  }
  .pro-info-contain {
    display: none;
  }
  .list-item3 {
    padding: 0!important;
    min-height: 100px;
  }
  .contact {
    margin-top: 0px;
  }
  .contact .con_ {
    margin: 20px auto 0px;
  }
  #map_ {
    height: 200px!important;
    margin: 20px 0 0!important;
  }
  .contact .con_ p {
    font-size: 12px;
  }
  .contact .con_ h6 {
    font-size: 24px;
  }
  .about {
    display: block;
  }
  .about:nth-child(1) {
    padding: 10px 0px 72px;
  }
  .about:nth-child(1) p {
    margin-top: 10px;
  }
  .about h6 {
    font-size: 16px;
  }
  .about p {
    font-size: 14px;
  }
  .newsList .l,
  .newsList .r {
    display: none;
  }
  .newsList .media-body {
    border-right: 0;
  }
  .newsList .media-heading {
    font-size: 18px;
    line-height: 1;
  }
  .newsList {
    padding-bottom: 50px;
  }
  .listShow li {
    width: 50%;
  }
  .c_banner #img1 {
    display: none;
  }
  .c_banner #img2 {
    display: block;
  }
  .navbar {
    margin-bottom: 0!important;
  }
  .c_con {
    padding: 0!important;
  }
  .c_banner ul {
    display: none;
  }
  .c_banner {
    padding: 0 -15px !important;
  }
  .c_title {
    margin: 20px 0;
    font-size: 24px;
  }
  .hx-dropdown-menu li a {
    background: #2a3645;
  }
  .navcon {
    background: #2a3645;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff!important;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #fff!important;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #333!important;
  }
  .lang,
  .o_story-img,
  .o_team {
    display: none;
  }
  .goback {
    display: none;
  }
  #navbar {
    width: auto;
    margin-left: 0px;
  }
  .sm_tle {
    padding: 34px 0;
  }
  .sm_tle img {
    width: 150px;
  }
  .pro_con ul {
    padding: 0;
  }
  .pro_con li {
    width: 33.33333333%;
  }
  .o_story {
    padding: 0 20px;
  }
  .o_story h2 {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .o_story > p {
    font-size: 14px;
  }
  .o_story .container {
    display: none;
  }
  .mb_fix {
    display: block;
  }
  .mb_fix h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4A4A4A;
    text-align: center;
    margin: 35px 0 20px;
  }
  .mb_fix h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    background: #4A4A4A;
    margin: 0;
  }
  .mb_fix img {
    width: 100%;
  }
  .goback {
    right: 7px;
    bottom: 90px;
    width: 32px;
  }
  .nav.navbar-nav li:hover .hx-dropdown-menu {
    display: block;
    position: relative !important;
    top: 0;
    padding: 0;
  }
  .contact .con_ {
    padding: 10px;
    width: 100%;
  }
  .mb_footer {
    display: block;
    padding: 10px;
    text-align: center;
    background: #2a3645;
    margin-top: 10px;
    font-size: 12px;
  }
  .mb_footer a {
    color: #fff;
    display: block;
  }
  .mb_footer a:hover {
    color: #fff;
  }
  footer {
    display: none!important;
  }
  .search,
  .logo {
    display: none!important;
  }
  .navbar-inverse {
    background-color: #fff!important;
    border-color: #fff!important;
  }
  .nav.navbar-nav li .hx-dropdown-menu {
    display: none;
  }
  .nav.navbar-nav > li {
    width: 100%;
    position: relative;
  }
  .nav.navbar-nav {
    width: inherit;
  }
  .list-item {
    padding: 0 17px;
  }
  .list-item li {
    width: 50%;
    margin-bottom: 20px;
  }
  .con_ptle {
    padding: 0px 0 10px;
  }
  .list-item1 {
    padding: 0 17px;
  }
  .list-item1 .row {
    padding: 0 12px;
  }
  .list-item1 li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ad_con .tle {
    height: 30px;
    line-height: 30px;
  }
  .ad_con .tle a {
    font-size: 14px;
  }
  .mb_logo {
    display: block;
    width: 146px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .mb_logo img {
    width: 100%;
  }
  .conTle {
    margin-top: 40px;
    padding: 0 40px;
  }
  footer .container {
    display: none;
  }
  footer .mba {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
  }
  .listShow {
    padding-bottom: 50px;
  }
  .footerBottom {
    display: block;
    background: #8B8B8B;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footerBottom img {
    display: block;
    margin: auto;
    width: 22px;
    margin-bottom: 5px;
  }
  .footerBottom p {
    padding: 0;
    margin: 0;
  }
  .footerBottom a {
    font-size: 12px;
    color: #FFFFFF;
  }
  .companyCon .tle {
    margin: 32px auto;
  }
  .companyCon .tle span {
    font-size: 16px;
    padding: 2px 20px;
  }
  .companyCon p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
  }
  .centerList li {
    width: 50%;
  }
}
