@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 180%;
	letter-spacing: 1px;
}
body {
	background: #fff;
  overflow-x: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: 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: 0; 
}


.container{
	margin: 0 auto!important;
	display: block;
}
.head{
  background: rgba(0,0,0,0.9);
  margin-bottom: -50px;
  position: relative;
  z-index: 99;
}

.nav {
	list-style: none;
	margin: 0 auto;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
}
.nav li a:hover{
	background-color: #2e70da;
}
.nav li a:focus {
	-moz-outline-style: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  z-index: 999;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ccc;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 42px;
}
#cssmenu ul ul li a {
  padding: 15px 20px;
  width: 140px;
  font-size: 14px;
  background: #1f2428;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #266ad8;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;

}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    text-align: center;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;

  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;

  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.tel img{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 3px;
}
.head_left span{
  padding-left: 10px;
}
.tel{
  float: right;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
.head_left img{
  max-width: 100px;
}
.head_left{
  padding-top: 7px;
  display: inline-block;
  color: #fff;

  font-weight: bold;
  font-size: 15px;
}
#cssmenu ul.ul{
  padding-top: 10px;
}
.head_dh{
  clear: both;
  overflow: hidden;
}
.news_b_t{
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.news_b_t a{
  font-size: 14px;
  color: #666;
  padding: 0 5px;
}
.news_b_t img{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
}
.news_b_tit{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px;
}
.news_b_text{
  text-align: center;
}
.news_b_text span{
  display: inline-block;
  margin: 0 20px;
  font-size: 13px;
  color: #666;
}
.news_b_text img{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
}
.news_b_p{
  padding: 15px 0;
}
.news_b_p p{
  line-height: 180%;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
}
.news_b_p p img{
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 auto;
  padding: 10px;
}
.footer{
  background: #393c41;
  padding: 30px 0;
}
.footer_1{
  border-bottom: 1px solid #666;
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer_11{
  font-size: 16px;
  color: #fff;
}
.footer_11 img{
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}
.footer_12{
  text-align: right;
}
.footer_12 a{
  font-size: 13px;
  color: #fff;
  padding: 0 3%;
  display: inline-block;
}

.footer_21{
  text-align: center;
}
.footer_21 li a{
  font-size: 13px;
  color: #fff;
  padding-bottom: 5px;
  display: block;
}
.footer_2{
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}
.footer_22{
  font-size: 13px;
  color: #fff;
}
.footer_22 li{
  padding-bottom: 5px;
}
.footer_23{
  text-align: right;
}
.footer_23 div{
  display: inline-block;
  text-align: right;
}

.footer_23 .div1 span{
  display: block;
  color: #fff;
  font-size: 13px;
}
.foot{
  background: #292a2e;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.foot a{
  color: #fff;
}

.list_li{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.list_li_left{
  padding-right: 10px;
}
.list_li_right{
  padding-left: 10px;
}
.list_li_r1{
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.list_li_r2{
  color: #999;
  font-size: 14px;
}

.list_li_r3 img{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  margin-top: -3px;
}
.list_li_r3{
  font-size: 12px;
  color: #999;
  padding-top: 20px;
}
.list_li_r3 span{
  float: right;
  display: inline-block;
}
.list_li_r3 span a{
  display: inline-block;
  padding: 5px 20px;
  background: #e60012;
  color: #fff;
  font-size: 14px;
  border: 1px solid #e60012;
}
.list_li_r3 span a:hover{
   border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
}
.list_ul{
  padding: 15px 0;
  clear: both;
  overflow: hidden;
}
.next{
  clear: both;
  overflow: hidden;
  margin: 30px auto;
  display: block;
  text-align: center;
}
.next a{
  padding: 3px 15px;
  margin: 5px;
  background: #e5e5e5;
  color: #666;
  display: inline-block;
}
.next a.on{
  background: #e60012;
  color: #fff;
}
.next a:hover{
  background: #e60012;
  color: #fff;
}
.border_none{
  border: 0;
}
   .list_li:last-child{
    margin-bottom: 0;
   }

   .pro_ico{
    margin: 20px;
    clear: both;
    overflow: hidden;
   }
   .pro_ico a{
    margin: 0 5px;
    padding: 3px 15px;
    color: #333;
    display: inline-block;
    font-size: 14px;
   }
   .pro_ico a:hover{
    background: #e60012;
    color: #fff;
   }   
     .pro_ico a.on{
       background: #e60012;
    color: #fff;
     }
     .pro_li{
      position: relative;
      border: 1px solid #fff;
     }
      .pro_ul{
        margin: 20px 0;
        clear: both;
        overflow: hidden;
      }
     .pro_li img{
      width: 100%;
     }
     .pro_li_f{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      color: #fff;
      text-align: center;
      display: none;
     }
      .pro_li_f .span1{
        font-size: 18px;
      }
      .pro_li_f .span2{
        font-size: 15px;
      }
     .pro_li_f span{
      display: block;
     }
     .pro_li:hover .pro_li_f{
      display: block;
        -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
     }
     .pro_li_f1{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
     }
     .index_head{
      margin-top: -80px;
      margin-bottom: 0;
     }
     .banner img{
      width: 100%;
      height: 100%;
     }
     .b_f{
      position: relative;
     }
     .ban_wz{
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
     }
     .ban_wz:after{
       content: "";
            width: 250px;
            height: 250px;
            background-color: #a90715;
            position: absolute;
            left: 110px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .75s ease-in-out;
            transition: all .75s ease-in-out;
            -webkit-transition-delay: .25s;
            transition-delay: .25s;
            opacity: 0.9
     }
          .ban_wz:before{
            content: "";
            width: 350px;
            height: 350px;
            background-color: #d00d20;
            mix-blend-mode: multiply;
            position: absolute;
            top: -90px;
            left: 70px;
            -webkit-transition: all .75s ease-in-out;
            transition: all .75s ease-in-out;
            opacity: 0.7;
            -webkit-transition-delay: .5s;
            transition-delay: .5s
          }
     .ban_wz span{
      display: block;
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      position: relative;
      z-index: 9;
      line-height: 150%;
     }
        .ban_wz span.bor{
          
          display: inline-block;
          width: 20%;
          height: 2px;
          background: #fff;
        }
      .ban_wz span.span2 span{
      font-size: 20px;
  
     }
.idnex_ds_t{
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
  line-height: 150%;
  margin-top: 20px;
  padding: 10px;
}
.idnex_ds_t1 span{
  font-size: 20px;
  display: block;
  text-align: center;
}
.index_tp{
  display: -webkit-flex; /
display: -moz-flex;
display: -ms-flexbox; 
display: flex;
align-items: -webkit-center;/
align-items: -moz-center; 
align-items: center;
}
.index_tp_li {
  padding:5px;
  position: relative;
  flex: 1;
}
.index_tp_li span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
}
.index_tp_w{
  padding-top: 5px;
  background: #d29d75;
    padding-bottom: 15px;
}
.index_tp_li:hover .tp_top{
  display: block;
}
.tp_top{
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.tp_top img{
  width: 22px;
  height: 12px;
  display: block;
}
.index_tp_li img{
  height: 100px;
  width: 100%;
}
.tp_top img{
  height: 12px;
}
.index_hx_t{
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.index_hx{
  background: url(../images/bj.jpg) no-repeat;
  background-size: 100%100%;
  padding: 30px 10px;
  margin: 50px 0;
  background-attachment: fixed;
}
.index_hx_li{
  padding: 15px 20px;

}
.index_hx_lis{
    background: rgba(0,0,0,0.3);
    padding: 15px;
    text-align: center;
    color: #fff;
      min-height: 400px;
      font-size: 14px;
}
.index_hx_lis:hover{
  background:rgba(0,0,0,0.7);
    -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index_hx_li_1 img{
  max-width: 90px;
  margin-bottom: 15px;
}
.index_hx_li_2 span{
  display: block;
  text-align: center;
  line-height: 150%;
}
.index_hx_li_3 span{
  display: block;
  text-align: center;
  line-height: 150%;
}
.index_hx_li_3{
  padding-bottom: 10px;
}
.index_hx_li_3 span.span1{
  font-size: 26px;
}
.index_hx_li_2{
  padding-bottom: 10px;
}
.index_al_t{
      font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}


.box .tab_header ul{
margin: 20px 0;
padding: 0;
width: 100%;
text-align: center;
}

.box .tab_header ul li{
  width: 50px;
  line-height: 50px;
  text-align: center;
  width: 200px;
  background: #eeeeee;
  color: #333;
display: inline-block;
list-style: none;
cursor: pointer;
font-size: 16px;
}
.box .tab_header ul li:last-child{
  margin-left: -10px;
}
.box .tab_header ul li.current{
background-color: #444;
color: #fff;
}
.index_hz_li{
  margin: 5px;
  width: calc(20% - 20px);
  display: inline-block;
  padding: 10px;
   border: 1px solid #ccc;
}
.index_hz_li:hover{
 border: 1px solid #e80000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}
.index_hz_li:hover img{
-moz-animation: 1s .2s ease both;
-webkit-transform: scale(1.1) ; 
transition-duration: 1s;
-moz-transform: scale(1.1);
-o-transform: scale(1.1) ;
-ms-transform: scale(1.1) ;
}
.index_hz_li img{
 
  display: block;
  margin: 0 auto;
  height: 60px;
}

.index_hz_ul{
  margin: 15px 0;
}
.hide{
display: none;
}
.index_bs{
    display: -webkit-flex; /
display: -moz-flex;
display: -ms-flexbox; 
display: flex;
align-items: -webkit-center;/
align-items: -moz-center; 
align-items: center;
margin: 30px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 100px;
}
.index_bs_li{
  height: 750px;
  flex: 1;
  padding: 5px;
  display: inline-block;
}
.index_bs_li img{
  height: 100%;
  width: 100%;
}
.index_bs_li .img1{
  height: 100%;
}
.index_bs_li .img2{
  height: 60%;
}
.index_bs_li span{
  font-size: 16px;
  display: block;
  padding:10px;
  height: 20%;
}
.index_bs_li span.span1{
  height: 40%;
  padding: 10px;
  line-height: 150%;
}
img{
  max-width: 100%;
  max-height: 100%;
}
.index_bs_f{
  position: relative;
  height: 80%;
}
.index_bs_f100{
  height: 100%;
}
.index_bs_f60{
  height: 60%;
}
.index_bs_f50{
  height: 50%;
}
.index_bs_fd{
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;

  font-weight: bold;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}
.index_bs_fd span{
    font-size: 22px;
  position: absolute;
  display: inline-block;
  width: 20px;
  left: 45%;
  top: 40%;
  transform: translate(-50%,-50%);
}
.index_bs_f50 .index_bs_fd span{
  font-size: 16px;
  top: 30%;

}
.index_bs_li .index_bs_f:hover .index_bs_fd{
  display: block;
}
.index_lc_l{
  height: 300px;
}
.index_lc_l img{
  height: 100%;
  width: 100%;
}


.index_lc_r{
  background: #eee;
  text-align: center;
  padding: 15px 7%;
  height: 300px;
}
.index_lc_r_1{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.index_lc_r_1 span{
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.index_lc_r_2{
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.index_lc_r_2 span{
  color: #e80000;
}
.index_lc_r_3{
  font-size: 14px;
  color: #666;
  line-height: 150%;
}

.index_lc{
  margin: 30px 0;
  clear: both;
  overflow: hidden;
}
.index_lct img{
  display: block;
  margin: 0 auto;
}

.index_lct{
   clear: both;
  overflow: hidden;
  margin: 15px 0;
}
.index_news{
  clear: both;
  overflow: hidden;
  margin: 30px 0;
}
.index_news_t img{
  max-width: 150px;
  margin-right: 10px;
  display: inline-block;
}
.index_news_t {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #eee;
}
.index_news_ul{
  padding: 10px;
}
.index_news_lis{
  padding:15px 30px;
}
.index_news_w1 span{
  font-size: 14px;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  color: #999;
}
.index_news img:hover{
  opacity: 0.8
}
.index_news_w2 a{
  font-size: 15px;
  color: #000;
  display: block;
  white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.index_news_w2 a:hover{
  color: #e80000;
}
.index_news_w3 a:hover{
  color: #e80000;
}
.index_news_w3 a{
  font-size: 14px;
  color: #999;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  line-height: 150%;
}

.index_head.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 999999;
}
.index_lctp{
  clear: both;
  display: -webkit-flex; 
display: -moz-flex;
display: -ms-flexbox; 
display: flex;
  padding: 15px 0;
}
.index_lctp_li{
  display: inline-block;
  width: 19.5%;

}
.index_lctp_li_1{
  display: inline-block;
  background: #d29d75;
  padding: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  height: 85px;
  width: 85px;
}
.index_lctp_li_1:hover{
  background: #e80000;
}
.index_lctp_li_1 img{
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.index_lctp_li_1 span{
  display: block;
  text-align: center;
  font-size: 12px;

}
.index_lctp_li_1:after{
  width: 0;
  height: 0;
  z-index: 1000;
  border-top: 6px solid #d29d75;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_li_1:hover:after{
  width: 0;
  height: 0;
  z-index: 1000;
  border-top: 6px solid #e80000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_li{
  padding-left: 2.5%;
    margin: 0 auto;
}
.index_lctp_lis.index_lctp_li{
  text-align: right;
  margin: 0 auto;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
 .index_lctp_li_1:before{
  width: 10px;
  height: 10px;
  z-index: 1000;
  border-top: 1px solid #d29d75;
  border-right: 1px solid #d29d75;
  border-bottom: 1px solid #d29d75;
  border-left: 1px solid #d29d75;
  position: absolute;
  bottom: -30px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
 .index_lctp_li_1:hover:before{
  width: 10px;
  height: 10px;
  z-index: 1000;
  border-top: 1px solid #e80000;
  border-right: 1px solid #e80000;
  border-bottom: 1px solid #e80000;
  border-left: 1px solid #e80000;
  position: absolute;
  bottom: -30px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_lis .index_lctp_li_1{
  margin-bottom: 0;
}
.index_lctp_lis .index_lctp_li_1:after{
  width: 0;
  height: 0;
  z-index: 1000;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d29d75;
  border-left: 6px solid transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_lis .index_lctp_li_1:hover:after{
  width: 0;
  height: 0;
  z-index: 1000;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e80000;
  border-left: 6px solid transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_lis .index_lctp_li_1:before{
  width: 10px;
  height: 10px;
  z-index: 1000;
  border-top: 1px solid #d29d75;
  border-right: 1px solid #d29d75;
  border-bottom: 1px solid #d29d75;
  border-left: 1px solid #d29d75;
  position: absolute;
  top: -30px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_lctp_lis .index_lctp_li_1:hover:before{
  width: 10px;
  height: 10px;
  z-index: 1000;
  border-top: 1px solid #e80000;
  border-right: 1px solid #e80000;
  border-bottom: 1px solid #e80000;
  border-left: 1px solid #e80000;
  position: absolute;
  top: -30px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%,0);
  content: ' ';
}
.index_bor{
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
}
.footer_12 a:hover{
  color: #e80000;
}
.index_lc_l img:hover{
  opacity: 0.8
}

@media (max-width: 1200px){
  .index_bs_li span{
    font-size: 15px;
  }
  .tel{
    display: none;
  }
  .index_lctp_li{
  padding-left: 0.5%;

}
}
@media (max-width: 992px){

    .index_lctp_li{
  padding-left: 0%;
}
.index_lctp_li_1{
  padding: 10px 3px;
  width: 75px;
  height: 75px;

}
.index_lctp_li_1 span{
  line-height: 120%;
}
}
@media (min-width: 768px){
  .head{
    height: 80px;
    line-height: 80px;
    padding-top: 15px;
  }
}
.swiper-pagination-bullet{
  background: #e80000;
  opacity: 0.5
}
.swiper-pagination-bullet-active{
  opacity: 1;
}
@media (max-width: 768px){
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 10px;
}
.index_lctp_li_1{
  width: 70px;
  height: 70px;
  padding: 10px;
}
  .pro_ico a{
    font-size: 13px;
    padding: 3px 5px;
  }
  .pro_ico{
    margin: 10px 0;
  }
  .next a{
    padding: 0 10px;
    font-size: 12px;
  }
  .next{
    margin: 10px 0;
  }

  .list_li_right{
    padding-left: 0;
  }
  .list_li_left{
    padding-right: 0;
  }
  .list_li_r3 span a{
    display: inline-block;
    padding: 0px 10px;
  }
  .news_b_p p img{
    width: 100%;
    display: block;
  }
  .news_b_tit{
    font-size: 16px;
  }
  #cssmenu ul.ul{
    padding-top: 20px;
  }
  #cssmenu > ul > li > a{
    padding: 10px 0;
  }
  #cssmenu #menu-button::after{
    top: 20px;
  }
  #cssmenu #menu-button::before{
    top: 25px;
  }
  #cssmenu #menu-button{
    position: relative;
    z-index: 99;
  }
  .head{
    margin-bottom: 0;
    background: #333;
  }
  .head_right{
    margin-top: -45px;

  }
  .swiper-button-next, .swiper-button-prev{
        width: 15px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 30px;
    -webkit-background-size: 15px 30px;
    background-size: 15px 30px;
  }
.head_left span{
  display: none;
}
.tel{
  display: none;
}
.head_left img{
  display: block;

}
  .index_head{
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
  }
  .ban_wz:before{
    width: 200px;
    height: 200px;
    top: -40px;
    left: -20px;
  }
  .ban_wz:after{
    height: 100px;
    width: 100px;
    left: 30px;
    top: 50px;
  }
  .ban_wz span{
    font-size: 18px;
  }
  .ban_wz span.span2 span{
    font-size: 14px;
  }
  .index_tp{
    flex-wrap: wrap;
  }
  .index_tp_li{
    width: 33.3%;
    flex: initial;
  }
  .idnex_ds_t{
    font-size: 20px;
  }
  .idnex_ds_t1 span{
    font-size: 16px;
  }
  .index_hx_li{
    padding: 5px;
  }
  .index_hx_lis{
    padding: 10px;
  }
  .index_hx{
    padding: 0;
  }
  .index_hx_li_1 img{
    max-width: 70px;
  }
  .index_hx{
    background-size: cover;
    margin: 20px 0;
  }
  .box .tab_header ul li{
    width: 40%;
  }
  .index_al_t{
    font-size: 20px;
  }
  .box .tab_header ul li{
    line-height: 40px;
    font-size: 15px;
  }
  .index_hz_li{
       width: calc(50% - 20px);
       padding: 5px;
  }
  .index_hz_li img{
    height: 50px;
  }
  .index_bs{
    flex-wrap: wrap;
  }
  .index_bs_li{
    flex: initial;
    width: 50%;
    height: 100%;
  }
  .index_lct{
    display: none;
  } 
  .index_news_lis{
    padding: 10px 0;
  }
  .index_news_t img{
    max-width: 120px;
  }
  .index_bs_li_w100{
    width: 100%;
  }
  .index_bs_li_w100 .span1{
    width: 50%;

    font-size: 14px;
    display: inline-block;
  }
  .index_bs_li_w100 .index_bs_f{
    width: 50%;
    display: inline-block;
    float: left;
  }
}

@media (max-width: 500px){
.index_lctp_li_1{
  width: initial;
  height: initial;
}
}
