@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
a,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  color: #333;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
  transition: all .3s;
}
button{border:none;background:none}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.xianshi{
    display: block;
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  /*width: 6px;*/
  /*高宽分别对应横竖滚动条的尺寸*/
  /*height: 1px;*/
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  position: relative;
  z-index: 9900;
}

header .logo__con {
  padding: 10px 0 20px;
}

header .tools_bar a, header .tools_bar span, header .tools_bar i {
  vertical-align: middle;
  display: inline-block;
  color: #e30b0b;
  font-weight: 600;
  font-size: 20px;
}

header .tools_bar i.ico_phone {
  border-left: 1px solid #cfcfcf;
  padding-left: 10px;
  margin-left: 40px;
}

header .tools_bar a, header .tools_bar span {
  margin-left: 5px;
}

header .nav__con {
  align-items: flex-start;
}

header .nav__con .search__con {
  margin-top: -6px;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 0 10px;
  width: 17%;
}

header .nav__con .search__con input, header .nav__con .search__con a {
  display: inline-block;
  vertical-align: middle;
}

header .nav__con .search__con input {
  border: 0;
  padding: 5px 5px;
  width: 85%;
}

header .nav_list {
  margin: 0;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .nav_list li {
  padding-right: 5%;
}

header .nav_list li.active a {
  color: #cc0000;
}

header .nav_list li a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}

header .nav_list li a i {
  color: #cc0000;
  padding-left: 5px;
}

.mobile_menu_btn {
  border: 0;
  display: block;
  padding: 7px 0;
  width: 20px;
  transition: all .4s;
  position: relative;
  cursor: pointer;
  z-index: 9950;
}

.mobile_menu_btn.opend i {
  background-color: #333;
}

.mobile_menu_btn.opend i:nth-child(1) {
  transform: rotate(45deg);
}

.mobile_menu_btn.opend i:nth-child(1) i {
  transform: rotate(90deg);
  opacity: 1;
}

.mobile_menu_btn.opend i:nth-child(2) {
  opacity: 0;
}

.mobile_menu_btn.opend i:nth-child(3) {
  opacity: 0;
}

.mobile_menu_btn i {
  width: 20px;
  height: 1px;
  background-color: #333;
  display: block;
  transition: all .4s;
}

.mobile_menu_btn i:nth-child(1) i {
  opacity: 0;
}

.mobile_menu_btn i:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.mobile_menu_btn i:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.mobile_menu_btn {
  display: none;
}

.mobile_menu__body {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 2998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 60px 5% 0;
  overflow: auto;
  overflow-x: hidden;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile_menu__body .nav_list {
  display: block;
}

.mobile_menu__body .nav_list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

.mobile_menu__body .nav_list li.active > a > i, .mobile_menu__body .nav_list li.open > a > i {
  transform: rotate(180deg);
}

.mobile_menu__body .nav_list li a {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.mobile_menu__body .nav_list li a i {
  padding: 0 10px;
  transition: all .3s;
  color: #cc0000;
}

.mobile_menu__body .nav_list li ul {
  display: none;
  margin-top: 10px;
}

.mobile_menu__body .nav_list li ul li {
  border: 0;
  line-height: 2.4;
  padding-bottom: 0;
  padding-top: 0;
}

.mobile_menu__body .nav_list li ul li a {
  font-size: 16px;
}

.mobile_menu__body .nav_list li ul li a i {
  padding-right: 10px;
}

.mobile_menu__body .nav_list li ul li .con p {
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 0;
}

.mobile_menu__body .nav_list li ul li .con p a {
  font-size: 14px;
}

.sub_nav__con {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #f2f1f1;
  box-sizing: border-box;
  border: 1px solid #acacae;
  box-shadow: 0 0 5px 0px rgba(100, 100, 100, 0.3);
  padding: 20px;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  max-height: calc(100vh - 200px);
  overflow: auto;
  overflow-x: hidden;
}

.sub_nav__con.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.sub_nav__con .in ul {
  height: auto;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.sub_nav__con .in ul li {
  width: 20%;
  margin-bottom: 0;
}

.sub_nav__con .in ul li h3, .sub_nav__con .in ul li p {
  margin-bottom: 0;
  color: #333;
}

.sub_nav__con .in ul li h3 i, .sub_nav__con .in ul li p i {
  padding-right: 5px;
  color: #cc0000;
}

.sub_nav__con .in ul li a {
  text-decoration: none;
  color: #333;
}

.sub_nav__con .in ul li a:hover, .sub_nav__con .in ul li a.active {
  color: #cc0000;
  font-weight: 700;
}

.sub_nav__con .in ul li h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}

.sub_nav__con .in ul li p {
  font-size: 14px;
  margin: 0;
}

.sub_nav__con .in ul li .con {
  padding: 5px 0 5px 15px;
}

.sub_nav__con .in ul li .con p {
  line-height: 1.8;
  margin: 0;
}

.body_page {
  position: relative;
  z-index: 900;
}

.swiper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.index_kv__body .swiper-pagination span {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
}

.index_kv__body .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #cc0000;
}

.page_btn_con {
  padding-top: 20px;
  text-align: center;
}

.page_btn {
  display: inline-block;
  border: 1px solid #666;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  padding: 5px 30px;
}

.page_btn:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.com_btn_1 {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #d3d3d3;
  color: #333;
  padding: 10px 20px;
}

.com_btn_1:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.com_btn_1 i {
  padding-left: 5px;
}

.page_tit {
  margin-bottom: 40px;
}

.page_tit span {
  font-size: 18px;
  color: #333;
  border-bottom: 3px solid #cc0000;
  display: inline-block;
  padding: 0 30px 10px 5px;
}

.page_tit strong {
  font-size: 24px;
  color: #333;
}

.page_tit code {
  color: #ccc;
  font-size: 22px;
  padding-left: 10px;
  letter-spacing: .5px;
}

.tab_module {
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 50px;
}

.tab_module ul.tab {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.tab_module ul.tab li {
  width: calc(20% - 20px * 4 / 5);
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: 5px solid #e4e2e2;
  transition: all .3s;
  text-align: center;
  padding-bottom: 5px;
}

.tab_module ul.tab li:hover, .tab_module ul.tab li.active {
  border-color: #cc0000;
}

.tab_module ul.tab li:nth-child(5n) {
  margin-right: 0;
}

.tab_module ul.tab li a {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.tab_module ul.tab li a:hover {
  color: #333;
}

.tab_module .out_con .con {
  display: none;
}

.tab_module .out_con .txt_con {
  padding-bottom: 30px;
}

.tab_module .out_con .txt_con p {
  font-size: 16px;
  line-height: 1.6;
}

.tab_module .out_con .flex {
  align-items: flex-start;
  justify-content: flex-start;
}

.tab_module .out_con .flex .box {
  box-sizing: border-box;
  padding: 20px 0px;
  border: 1px solid #cecece;
  width: calc(20% - 20px * 4 / 5);
  margin: 0 20px 20px 0;
  transition: all .3s;
  background-image: url(/images/products/216.jpg);
}

.tab_module .out_con .flex .box:hover {
  box-shadow: 0 0 8px 2px rgba(100, 100, 100, 0.3);
  transform: translateY(-5px);
}

.tab_module .out_con .flex .box:nth-child(5n) {
  margin-right: 0;
}

.tab_module .out_con .flex .box a {
  display: block;
}

.tab_module .out_con .flex .box img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.tab_module .out_con .flex .box p {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  margin: 0;
}

.solutions_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.solutions_list li {
  width: calc(33.33% - 40px * 2 / 3);
  box-sizing: border-box;
  position: relative;
  margin: 0 40px 70px 0;
}

.solutions_list li:nth-child(3n) {
  margin-right: 0;
}

.solutions_list li:hover .img_out .mask {
  opacity: 1;
  visibility: visible;
}

.solutions_list li a {
  display: block;
}

.solutions_list li img {
  display: block;
  width: 100%;
}

.solutions_list li .img_out {
  position: relative;
  overflow: hidden;
}

.solutions_list li .img_out .mask {
  background: rgba(204, 0, 0, 0.5) url(../images/common/link_ico.png) center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.solutions_list li .txt_con {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  width: 90%;
  box-shadow: 0 0 8px 2px rgba(100, 100, 100, 0.3);
}

.solutions_list li .txt_con h3, .solutions_list li .txt_con p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 80%;
}

.solutions_list li .txt_con h3 {
  font-size: 20px;
  font-weight: 700;
}

.solutions_list li .txt_con p {
  font-size: 15px;
  margin: 0;
}

.solutions_list li .txt_con i {
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(204, 0, 0, 0.5);
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 34px;
  color: #cc0000;
  text-align: center;
  font-size: 16px;
  right: 20px;
  top: 20px;
}

.logo_list {
  justify-content: flex-start;
  align-items: stretch;
}

.logo_list li {
  width: calc(20% - 36px * 4 / 5);
  margin: 0 36px 36px 0;
  box-shadow: 0 0 8px 2px rgba(100, 100, 100, 0.1);
}

.logo_list li:nth-child(5n) {
  margin-right: 0;
}

.logo_list li:hover img {
  transform: scale(1.05);
}

.logo_list li img {
  display: block;
  width: 100%;
  transition: all .3s;
}
.logo_list li p {
  width: 100%;
  text-align: center;
}

.scroll__con {
  position: relative;
  z-index: 20;
}

.scroll__con .change_btn {
  z-index: 30;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  box-sizing: border-box;
  border: 2px solid #cc0000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #cc0000;
  font-size: 40px;
}

.scroll__con .change_btn:hover {
  background-color: #cc0000;
  color: #fff;
}

.scroll__con .change_btn.fa-angle-left {
  left: -60px;
}

.scroll__con .change_btn.fa-angle-right {
  right: -60px;
}

.cases__con {
  background-color: #f4f4f4;
  transition: all .3s;
  margin-bottom: 60px;
}

.cases__con:hover {
  background-color: #cc0000;
}

.cases__con:hover h3, .cases__con:hover p, .cases__con:hover h6 {
  color: #fff;
}

.cases__con img {
  display: block;
  width: 100%;
}

.cases__con .txt {
  padding: 15px 15px 20px;
}

.cases__con h3 {
  font-size: 20px;
  font-weight: 700;
}

.cases__con p {
  font-size: 15px;
  line-height: 1.6;
}

.cases__con h6 {
  color: #cc0000;
  font-size: 14px;
}

.cases__con h6 i {
  padding-left: 10px;
}

.scroll__con .swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
}

.scroll__con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #cc0000;
}

footer {
  background-color: #666;
  padding: 40px 0 0 0;
}

footer .footer_list {
  align-items: flex-start;
  margin-bottom: 30px;
}

footer .footer_list li {
  width: 21%;
  position: relative;
  z-index: 1;
}

footer .footer_list li:nth-child(4) {
  width: 37%;
}

footer .footer_list li h3, footer .footer_list li p {
  color: #fff;
}

footer .footer_list li h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0;
}

footer .footer_list li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

footer .footer_list li p a {
  color: #fff;
}

footer .footer_list li p a:hover {
  color: #cc0000;
}

footer .footer_list li p span {
  vertical-align: middle;
}

footer .footer_list li p i, footer .footer_list li p a {
  vertical-align: middle;
  display: inline-block;
}

footer .footer_list li p i {
  width: 24px;
}

footer .footer_list li .qr_code__con {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  text-align: right;
}

footer .footer_list li .qr_code__con span {
  margin-left: 5%;
  display: inline-block;
  width: 25%;
}

footer .footer_list li .qr_code__con span img {
  width: 100%;
  display: block;
}

footer .footer_list li .qr_code__con h6 {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

footer .copyright {
  border-top: 1px solid #999;
  text-align: center;
}

footer .copyright p {
  padding: 10px 0;
  color: #fff;
  margin: 0 auto;
  width: 1110px;
  text-align: left;

}

footer .copyright p i, footer .copyright p span, footer .copyright p a {
  vertical-align: middle;
}

footer .copyright p i {
  font-size: 24px;
  font-style: normal;
  padding-right: 5px;
}

footer .copyright p a {
  color: #fff;
  margin-left: 20px;
  display: inline-block;
}

.more_btn {
  display: inline-block;
  border: 1px solid #333;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 8px 30px;
  transition: all .4s;
}

.more_btn:hover {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
  text-decoration: none;
}

.inner_kv__body {
  position: relative;
  z-index: 10;
}

.inner_kv__body .kv {
  display: block;
  width: 100%;
}

.break_bar {
  padding: 30px 0;
}

.break_bar a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.break_bar a:hover {
  text-decoration: none;
  color: #cc0000;
}

.break_bar a i {
  padding-right: 5px;
}

.break_bar em {
  color: #333;
  font-size: 16px;
  padding: 0 10px;
}

.sidebar__con {
  border-bottom: 2px solid #f9f9f9;
  margin-bottom: 70px;
}

.sidebar__con ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sidebar__con ul li:hover a, .sidebar__con ul li.active a {
  border-bottom: 2px solid #cc0000;
}

.sidebar__con ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  border-bottom: 2px solid transparent;
}

.pagination{padding-left:0;margin:0 auto;border-radius:4px;display: inline-block;}

.pagination li{display:inline;padding:0;margin:0!important;width:auto!important;}

.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#40aae2;background-color:#fff;border:1px solid #ddd;margin-left:-1px}

.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}

.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#cc0000;border-color:#ddd;cursor:default}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}

.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.badge,.label{line-height:1;white-space:nowrap}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}


.tab_module .out_con .flex .box{position: relative;}
.tab_module .out_con .flex .box .mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;
    background-color: rgba(200,0,0,.7);display: none;}
.tab_module .out_con .flex .box .mask p{text-align: center;color: #fff;
    font-weight: 700;padding: 40% 10px 5px;}
.tab_module .out_con .flex .box .mask h6{padding-top: 10px;text-align: center;}
.tab_module .out_con .flex .box .mask h6 span{
    padding: 5px 10px;font-size: 12px;color: #fff;border: 1px solid #fff;
}
.tab_module .out_con .flex .box:hover .mask{display: block;}

  /*头部加公司名称*/
  #logo_gsmc {font-size: 24px;
    font-weight: 600;}