@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: jxzk;
  src: url('../font/jxzk.TTF');
}
@font-face {
  font-family: huxiaobo;
  src: url('../font/huxbo.ttf');
}
.top_bar {
  height: 40px;
  line-height: 40px;
  background: #211d1e;
}
.top_bar .tb-left {
  float: left;
  color: #d3d3d3;
  font-size: 14px;
  overflow: hidden;
  padding-left:30px;
}
.top_bar .tb-rig {
  float: right;
}

.tb-rig ul li{
  float:left;
  display:block;
  margin-left: 24px;
}
.tb-rig ul li a {
  color: #ffffff;
  font-size: 14px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  padding-left: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.top_bar .tb-rig ul li > a:hover {
  color: #fff;
}
.tb-rig ul li:nth-of-type(1) a {
  background: url("../images/lang.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(2) a {
  background: url("../images/add.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(3) a {
  background: url("../images/weix.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(1) a span{
  border-top:5px solid #fff;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  display: inline-block;
  padding-top:1px;
  margin-left:6px;
}

.tb-rig ul li.top_wx,.tb-rig ul li.lang{
  position: relative;
}
.drop-list2{
  display: none;
  position: absolute;
  width: 100%;
  line-height: 35px;
  background: #737171;
}
.top_bar .tb-rig ul li .drop-list2 a{
  background:none;
  color: #fff;
  text-align: center;
  padding-left:0;
  line-height: 30px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.top_bar .tb-rig ul li .drop-list2 a:hover{
  background: #be2b31;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  width: 110px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list img{
  width: 100%;
}
/*logo*/
.head{
  padding:30px 0;
}
.logo{
  float:left;
}
.logo>img{
  float:left;
  margin-right:10px;
}
.logo>div{
  float:left;
}
.logo h1{
  font-size: 26px;
  color: #353535;
}
.logo p{
  font-size: 12px;
  color: #353535;
  text-transform: uppercase;
}


.nav_tel{
  float:right;
  margin-top: 11px;
}
.nav_tel>div{
  padding-left:13px;
  margin-right:18px;
  float:left;
}
.nav_tel small{
  display: block;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 18px;
}
.nav_tel h5{
  line-height: 24px;
  font-size: 18px;
  color: #5d5d5d;
}

.nav-bar {
  background: #be2c2f;
  height: 70px;
  width:100%;
  overflow: hidden;
  position: relative;
}

.nav-bar ul {
 float:left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.nav-bar ul li {
  float: left;
  height: 70px;
  position: relative;
  width:124px;
}

.nav-bar ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width:100%;
  line-height: 70px;
  position: relative;
}
.nav-bar ul li::before{
  position: absolute;
  content: '';
  left:0;
  bottom:0;
  width:100%;
  height: 0;
  background: #d49108;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.nav-bar ul li:hover:before,.nav-bar ul li.active:before {
  height:100%;
}

.banner .swiper-slide a img{
  width: 100%;
}

.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  color: #fff;
  width: 35px;
  height: 65px;
}
.banner .swiper-button-next{ right:0;}
.banner .swiper-button-prev{  left:0;}
.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border:1px solid #4c9318;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  font-size: 21px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #4c9318;
}
#main {
  overflow: hidden;
}
.img_jz{
  position: relative;
  overflow: hidden;
  display: block;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.bg-red{
  background: #d49108;
  width: 161px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
  float:right;
}

/*热搜*/
.searchshow{
  height: 52px;
  margin-top:10px;
  padding:0 15px;
  background: rgba(255, 255, 255, 0.41);
  float:right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.searchshow form{
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.searchshow form input[type=text]{
  float:left;
  line-height: 46px;
  color: #ffffff;
  font-size: 14px;
  width: 262px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
}
.searchshow form input[type=text]::placeholder{
  color: #ffffff;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:url("../images/search.png") no-repeat center;
  width: 23px;
  height: 46px;
  cursor: pointer;
  float:right;
}
/*title*/
.title{
  text-align: center;
  padding-top: 73px;
  padding-bottom: 30px;
}
.title small{
  font-size: 14px;
  color: #535353;
  display: block;
  margin-top: 7px;
  line-height: 14px;
}
.title h3{
  font-size: 32px;
  line-height: 32px;
  color: #353535;
  font-family: huxiaobo;
  font-weight: normal;
}
.title h3 span{
  color: #be2c2f;
  font-family: huxiaobo;
}

/*index_number*/
.index_number ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 135px;
}
.index_number ul li{
  text-align: center;
}
.index_number ul li>div{
  font-size:44px;
  color: #be2c2f;
}
.index_number ul li>div>span{
  font-style: italic;
  line-height: 44px;
  vertical-align: bottom;
  font-weight: bold;
}
.index_number ul li>div>sub{
  font-size: 14px;
}
.index_number ul li>div>sup{
  margin-right: -13px;
  font-size: 20px;
  font-style: italic;
  margin-left: -8px;
}
.index_number ul li>small{
  font-size: 14px;
  color: #353535;
}
.index_number ul li>i{
  display: block;
  width: 2px;
  height: 68px;
  background: #e3e3e3;
  margin-top:28px;
}













.morebtn{
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  background: #be3137;
  width:238px;
  line-height: 53px;
  height: 53px;
}
.btn{
  cursor: pointer;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position: relative;
  overflow: hidden;
}
.btn span{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  display: block;
  text-align: center;
  z-index: 10;
}
.btn:before,.btn:after{
  display:block;
  content: '';
  position: absolute;
  width:20px;
  height: 20px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
@keyframes btnleft{
  0%{
    left:-20px;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:calc(50% - 20px);
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:initial;
    right:50%;
  }
}

@keyframes btnright{
  0%{
    left:100%;
    border-radius: 50%;
  }
  60%{
    width:20px;
    height: 20px;
    border-radius: 50%;
    left:50%;
  }
  66%{
    width:0px;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
  100%{
    width:50%;
    height: 100%;
    border-radius: 0;
    left:50%;
  }
}
.btn:before{
  left:-20px;
}
.btn:after{
  left:100%;
}
.btn:hover:before{
  -webkit-animation: btnleft 800ms linear 0s 1 normal;
  -o-animation: btnleft 800ms linear 0s 1 normal;
  animation: btnleft 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:hover:after{
  -webkit-animation: btnright 800ms linear 0s 1 normal;
  -o-animation: btnright 800ms linear 0s 1 normal;
  animation: btnright 800ms linear 0s 1 normal;
  animation-fill-mode: forwards;
}
.btn:before,.btn:after{
  background: #c9585d;
}


/*product*/
.indexprobg{
  padding-bottom: 67px;
  background: #f3f3f3;
}
.pro_left{
  float:left;
  width: 259px;
  background: #fff;
}
.pro_left_top{
  background: #be2c2f;
  width: 100%;
  height: 88px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left:29px;
}
.pro_left_top>h4{
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 8px;
}
.pro_left_top>small{
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.pro_left_mid a{
  display: block;
  padding-left:49px;
  font-size: 14px;
  line-height: 40px;
  color: #363636;
  background: url("../images/projt.png") no-repeat 29px center;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background:#d49108 url("../images/projts.png") no-repeat 29px center;
}
.pro_left_bot{
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:82px;
  padding-top: 13px;
  background:#be2c2f url("../images/24h.png") no-repeat 18px center;
}
.pro_left_bot small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bot h5{
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.pro_right{
  float:right;
  width: 920px;
}
.pro_right a{
  display: block;
  float:left;
  background: #fff;
  text-align: center;
  margin-right:10px;
  width: 300px;
  height: 260px;
  margin-bottom: 10px;
}
.pro_right a:nth-of-type(3n){
  margin-right: 0;
}
.pro_right a img{
  max-width: 100%;
}
.pro_right a>p{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.pro_right a:hover>p{
  height: 100%;
  padding-top: 144px;
  background: rgba(190, 44, 47, 0.85);
}
.pro_right a>i{
  opacity: 0;
  position: absolute;
  margin:0 auto;
  width:57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 37px;
  left:41%;
  color: #be2c2f;
  top:75px;
  text-align: center;
  line-height: 57px;
  -webkit-transition: 350ms 350ms all linear;
  -moz-transition: 350ms 350ms all linear;
  -ms-transition: 350ms 350ms all linear;
  -o-transition: 350ms 350ms all linear;
  transition: 350ms 350ms all linear;
}
.pro_right a:hover>i{
  opacity: 1;
  top:84px;
}

.swiper-proright{
  height: 533px;
}
.swiper-proright .swiper-slide {
  height: calc((100% - 10px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



















/*adv*/
.advbg{
  background: url("../images/advbg.jpg") no-repeat center;
  background-attachment: fixed;
  height: 480px;
}
.advbg .title h3,.advbg .title h3 span,.advbg .title small{
  color: #fff;
}
.adv{
  display:flex;
  justify-content: space-between;
}
.adv>li{
  width: 280px;
  height: 234px;
  position: relative;
}
.adv>li>div{
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:45px;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv>li:hover>div{
  background: #be2c2f;
}
.adv li:before{
  background: #be2c2f;
  position: absolute;
  content: '';
  display: block;
  right:-10px;
  bottom:-10px;
  width:100%;
  height: 100%;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv li:hover:before{
  background: #d49108;
}
.adv li>div>img{
  margin:0 auto;
  margin-bottom: 12px;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv li>div:hover>img {
filter:grayscale(100%) brightness(600%);
}
.adv li>div>h5{
  font-size: 22px;
  color: #484848;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv li>div>small{
  font-size: 14px;
  color: #484848;
  line-height: 21px;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}
.adv li:hover>div>h5,.adv li:hover>div>small{
  color: #fff;
}

/*apply*/
.applybg{
  padding-bottom: 70px;
}
.apply{
  height: 370px;
}
.apply li{
  float:left;
  width: 142px;
  height: 100%;
}
.apply li.appopen{
  width: 344px;
}
.apply li div:after{
  display: block;
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background: #d49108;
  height: 5px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.apply li:nth-of-type(even) div{
  background: #f6f6f6;
}
.apply li:nth-of-type(even) div:after{
  background: #e61619;
}
.apply li.appopen div:after {
  width: 0;
}
.apply li.appopen div{
  background:none;
}
.apply li a{
  width:100%;
  height: 100%;
}
.apply li a>img{
  z-index: 1;
}
.apply li a div{
  background: #dee0e2;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 67px;
  padding-bottom: 80px;
  text-align: center;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.apply li.appopen a div{
  text-align: left;
}
.apply li a div span{
  display: flex;
  align-items: center;
  height: 83px;
  margin-bottom: 9px;
}
.apply li a div img{
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.apply li.appopen a div img {
  margin-left:44px;
  filter:grayscale(100%) brightness(600%);
}
.apply li a div h6{
  font-size: 18px;
  color: #353535;
  margin-left:0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.apply li a div p{
  font-size: 14px;
  color: #353535;
  margin-bottom: 38px;
  margin-left:0;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.apply li a div b{
  color: #afafaf;
  font-size: 37px;
  margin-left:0;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.apply li.appopen div b,.apply li.appopen div h6,.apply li.appopen div p{
  color: #fff;
  margin-left: 44px;
}


/*news*/
.news{
  padding-bottom: 70px;
  background:#be2c2f url(../images/newsbg.jpg) no-repeat center top;
}
.news_cont{
  display:flex;
  justify-content: space-between;
}
.news_cont a{
  display: block;
  width: 389px;
  background: #fff;
}
.news_cont a>b{
  width: 100%;
  height: 218px;
}
.news_cont a>b img{
  width:100%;
}
.news_cont a>b i{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 100%;
  background: rgba(212, 145, 8, 0.68) url("../images/jia.png") no-repeat center;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover>b i {
  opacity: 1;
}
.date{
  position: absolute;
  left:23px;
  bottom:0;
  text-align: center;
  background: #be2c2f;
  width: 125px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.news_text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left:23px;
  padding-right:23px;
  height: 181px;
}
.news_text>h4{
  font-size: 18px;
  color: #424141;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news_cont a:hover .news_text>h4{
  color: #be2c2f;
}
.news_text>small{
  font-size: 14px;
  color: #7a7a7a;
  line-height: 22px;
  display: block;
  height: 55px;
  margin-top: 8px;
}
.news_text>span{
  display: block;
  font-size: 14px;
  color: #7a7a7a;
}



.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #087ed9; }
.more:before{ content:""; width:100%; height:1px; background:#087ed9; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}


.shuiyin{
  position: absolute;
  background: url("../images/shuiyin.png") no-repeat center;
  left:19px;
  top:6px;
  width: 65px;
  height: 53px;
}





/*company*/
.company{
  height: 450px;
}
.company .warpper{
  height: 100%;
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.com_left{
  width: 586px;
  height: 328px;
  position: relative;
  overflow: hidden;
}
.swiper-intro{
  width: 100%;
  height: 100%;
}
.swiper-intro .swiper-slide>div{
  width: 100%;
  height: 100%;
}
.swiper-intro img{
  width: 100%;
}
.swiper-intro .swiper-button-next:after,.swiper-intro .swiper-button-prev:after{
  color: #fff;
  font-size: 25px;
}
.swiper-intro .swiper-button-next{
  right:initial;
  left:91px;
  width: 91px;
  height: 64px;
  background: #d49108;
  bottom:0;
  top:initial;
}
.swiper-intro .swiper-button-prev{
  left:0;
  width: 91px;
  height: 64px;
  top:initial;
  background: #be2c2f;
  bottom:0;
}
.com_right{
  width: 574px;
}
.com_right>p{
  color: #424141;
  font-size: 14px;
  line-height: 14px;
}
.com_right>h4{
  font-size: 32px;
  color: #424141;
  font-family: "huxiaobo";
  margin-top: 19px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 32px;
}
.com_right>b{
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 7px;
  margin-bottom: 15px;
  background: #be2c2f;
}
.com_right>small{
  font-size: 14px;
  color: #424141;
  line-height: 26px;
  display: block;
  height: 128px;
}
.com_btn>a{
  display: block;
  text-align: center;
  color: #fff;
  width: 173px;
  font-size: 14px;
  float:left;
  margin-right:10px;
  line-height: 52px;
  background: #be2c2f;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.com_btn>a:nth-of-type(2){
  background: #d49108;
}
.com_btn>a:hover{
  box-shadow: 0 2px 3px #494949;
}

/*coop*/
.coopbg{
  padding-bottom: 73px;
  background: url("../images/coopbg.jpg") no-repeat center;
}
.coop{
  display:flex;
  justify-content: space-between;align-items: center;
  flex-wrap: wrap;
  height: 236px;
}
.coop a{
  display: block;
  background: #fff;
  width: 230px;
  height: 112px;
}


/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  height: 508px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fot_left{
  width: 466px;
  float:left;
  padding-top: 90px;
}
.fot_logo>img{
  float:left;
  margin-right:5px;
}
.fot_logo>div>h1{
  color: #fff;
  font-size: 20px;
  letter-spacing: 6.7px;
}
.fot_logo>div>small{
  color: #919191;
  font-size: 12px;
  text-transform: uppercase;
}


.fot_left>small{
  font-size: 14px;
  color: #919191;
  display: block;
  margin-top: 16px;
  height: 80px;
}
.fotcode>div img{
  width: 100%;
}
.fotcode>div{
  margin-right: 8px;
  width: 125px;
  background: #fff;
  float:left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
}
.fot_right{
  width: 703px;
  float:right;
  display:flex;
  justify-content: space-between;
}
.fot_nav h3{
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.fot_nav h3:after{
  display: block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  background: #be2c2f;
  width:21px;
  height: 2px;
}
.fot_nav a,.fot_nav p{
  display: block;
  font-size: 14px;
  color: #919191;
  line-height: 14px;
  margin-bottom: 14px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_nav a:hover{
  color: #fff;
  font-weight: bold;
}



.fot_href,.fot_nav1{
  padding-top: 90px;
}
.fot_href{
  width: 240px;
}
.fot_href>div a{
  float:left;
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fot_cont{
  width: 355px;
  background: #1b1b1b;
  border-bottom: 10px solid #be2c2f;
  padding-top: 26px;
  height: 290px;
  margin-top: 66px;
  padding-left:27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.fot_bot{
  line-height: 50px;
  background: #be2c2f;
  overflow: hidden;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bot a:hover{
  text-decoration: underline;
}
.fot_gotop{
  float:right;
  margin-top: 15px;
}





.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */