.textover {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.over-line-2{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.over-line-3{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.over-line-6{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.top_bar {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  color:#747474;
}
.top_bar .tb-left {
  float: left;
  height: 40px;
  overflow: hidden;
}
.top_bar .tb-rig {
  float: right;
}
.tb-rig ul li{
  float:left;
  display:block;
}
.tb-rig ul li a {
  color: #666666;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:45px;
  padding-right:22px;
}
.top_bar .tb-rig ul li > a:hover {
  color: #1655bc;
}
.tb-rig ul li:first-of-type a {
  background: url("../images/wx.png") no-repeat 13px;
}
.tb-rig ul li:nth-of-type(2) a {
  background: url("../images/email.png") no-repeat 13px;
}
.tb-rig ul li:nth-of-type(3) a {
  background: url("../images/top_tel.png") no-repeat 13px;
}
.tb-rig ul li:nth-of-type(3) a span{
   color: #1655bc;
   font-weight: bold;
   font-size: 16px;
 }
.tb-rig ul li.top_wx{
  position: relative;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  width: 110px;
  top: 40px;
  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{
  background: #fff;
  padding-top:16px;
  border-bottom: 4px solid #0461b1;
}
.logo{
  float:left;
}
.logo>img{
  float:left;
}
.logo_text{
  float:left;
}
.logo_text h1{
  font-size: 27px;
  color: #1f1f1f;
  line-height: 25px;
  padding-top:13px;
  letter-spacing:5.6px;
}
.logo_text small{
  font-size: 10px;
  color: #8c8c8c;
}

.tel{
  float:right;
  background: url("../images/tel.png") no-repeat left center;
  padding-left:43px;
  margin-top: 28px;
}
.tel span{
  font-size: 14px;
  color: #727171;
  letter-spacing: 10px;
}
.tel h5{
  font-size: 22px;
  line-height: 19px;
  color: #c30c22;
}
.nav-bar {
  float:right;
  margin-top: 40px;
}
.nav-bar li {
  float: left;
  margin-right: 30px;
}

.nav-bar li a {
  position: relative;
  display: block;
  font-size: 16px;
  padding-bottom: 34px;
  color: #494949;
  text-align: center;
}
.nav-bar li a:after{
  background: #c30c22;
  width:100%;
  height: 0;
  display:block;
  position: absolute;
  left:0;
  top:100%;
  content: '';
  -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;
  z-index: 10;
}
.nav-bar li a:hover:after,.nav-bar li.active a:after {
  height: 4px;
}

.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;
  background: rgba(0, 0, 0, 0.3);
  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 #1655bc;
  -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: #1655bc;
}
#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;
}
/*hotgoods*/
.hotgoods{
  background: url("../images/hotbg.png") no-repeat left center;
  background-size: 54% 100%;
}
.hot_left{
  float:left;
  line-height: 75px;
}
.hot_left span{
  float:left;
  font-size: 16px;
  color: #ffffff;
  padding-left:34px;
  background: url("../images/hot.png") no-repeat left center;
}
.hot_left a{
  float:left;
  margin-right: 10px;
  font-size: 14px;
  color: #bedcf5;
  -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;
}
.hot_left a:hover{
  color: #fff;
  text-decoration: underline;
}

.searchshow{
  float:right;
  background: #fff;
  margin-top: 15px;
}
.searchshow form input[type=text]{
  float:left;
  border:1px solid #e6e6e6;
  padding-left:77px;
  line-height: 44px;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: lighter;
  width: 263px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/search.png") no-repeat 24px center;
}
.searchshow form input[type=text]::placeholder{
  color: #5a5a5a;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  width: 99px;
  height: 46px;
  line-height: 46px;
  float:left;
  font-size: 14px;
  color: #fff;
  background: #0461b1;
}


/* 首页产品 */
.productbg{
  padding-bottom: 85px;
  background:#f9f9f9 url("../images/probg.png") no-repeat left bottom;
}
.title{
  padding-top:98px;
  padding-bottom: 22px;
  margin-bottom: 17px;
  text-align: center;
  background: url("../images/line.png") no-repeat center bottom;
  position: relative;
}
.title h3{
  position: relative;
  font-size: 30px;
  color: #494949;
  line-height: 30px;
}
.title small{
  display: block;
  font-weight: bold;
  position: absolute;
  top:48px;
  text-transform: uppercase;
  left:0;
  width:100%;
  text-align: center;
  color: #dddddd;
  font-size: 55px;
}

/*product*/
.productbg{
  background: #f9f9f9;
  padding-bottom: 52px;
}
.pro_top{
  margin-bottom: 28px;
}
.pro_top>h3{
  float:left;
  font-size: 20px;
  color: #ffffff;
  width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  line-height: 76px;
  background: #0461b1 url("../images/menu.png") no-repeat 23px center;
}
.pro_top>div{
  background: #fff;
  float:right;
  line-height: 76px;
  width:990px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 25px;
}
.pro_top>div a{
  font-size: 14px;
  color: #494949;
  margin-right: 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;
}
.pro_top>div a:hover,.pro_top>div a.mousein{
  color: #0461b1;
  text-decoration: underline;
}

.pro_right{
  width: 100%;
}
.pro_right li{
  float:left;
  width: 386px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 30px;
}
.pro_right li:nth-of-type(3n){
  margin-right: 0;
}
.pro_right li b{
  width: 100%;
  background: #e5e8f1;
  height: 228px;
}
.pro_right li b p{
  width: 100%;
  height: 100%;
  position: absolute;
  top:-228px;
  left:0;
  background: rgba(4, 97, 177, 0.4) url("../images/add.png") no-repeat center;
  -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;
}
.pro_right li:hover b p {
  top:0;
}
.pro_right li small{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #494949;
  font-size: 14px;
  background:#fff url("../images/jt.png") no-repeat 338px center;
  display: block;
  padding-left: 28px;
  padding-right: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.pro_right li:hover small {
  color: #fff;
  background:#0461b1 url("../images/jts.png") no-repeat 338px center;
}
.pro_right li b img{
  max-height: 100%;
}

/*banner02*/
.banner02{
  background: url("../images/banner2.jpg") no-repeat center;
  padding-bottom: 55px;
  padding-top: 61px;
}
.banner02 .warpper>div{
  float:left;
}
.banner02 .warpper>div:first-of-type h4{
  font-family: "宋体";
  font-size: 30px;
  color: #fff;
}
.banner02 .warpper>div:first-of-type p{
  font-size: 18px;
  color: #4aa0ea;
  margin-bottom: 25px;
}
.banner02 .warpper>div:first-of-type ul li{
  float:left;
  color: #fff;
  font-size: 16px;
  background: #0384c4;
  line-height: 49px;
  width: 139px;
  height: 49px;
  position: relative;
  margin-right: 22px;
  text-align: center;
}
.banner02 .warpper>div:first-of-type ul li:after{
  position: absolute;
  content: '';
  display: block;
  left: 100%;
  top: 0;
  border-bottom: 49px solid #0384c4;
  border-left: 0px solid #0384c4;
  border-right: 7px solid transparent;
}
.banner02 .warpper>div:last-of-type{
  float:right;
  text-align: right;
  border:3px solid #0384c4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:36px;
}
.banner02 .warpper>div:last-of-type small{
  font-size: 16px;
  color: #fff;
  background: url("../images/telicon.png") no-repeat left center;
  padding-left:26px;
}
.banner02 .warpper>div:last-of-type h3{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: "宋体";
}


/*adv*/
.advbg{
  padding-bottom: 78px;
}
.advbg .title{
  margin-bottom: 61px;
}
.adv{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.advcont{
  float:left;
  width: 371px;
}
.advcont li{
  padding-left:105px;
  text-align: left;
  margin-bottom: 62px;
}
.advcont li:first-of-type{
  background: url("../images/adv01.png") no-repeat left center;
}
.advcont li:nth-of-type(2){
  background: url("../images/adv03.png") no-repeat left center;
}
.advcont li:nth-of-type(3){
  background: url("../images/adv05.png") no-repeat left center;
  margin-bottom: 0;
}
.advcont li h5{
  font-size: 20px;
  color: #494949;
  line-height: 38px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  margin-bottom: 8px;
}
.advcont li h5:after{
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  left:0;
  bottom:-1px;
  background: #c30c22;
  width: 52px;
}
.advcont li p{
  font-size: 14px;
  color: #818181;
}
.adv_mid{
  float:left;
  position: relative;
  width:439px;
  height:439px;
}
.adv_mid img{
  position: absolute;
  top:50%;
  left:50%;
  transform-origin: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@keyframes xuanzhuan {
  0%{
    transform-origin: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  100%{
    transform-origin: center;
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.adv_mid img:last-of-type{
  animation: xuanzhuan 10s linear 0s infinite normal;
}

.advcont2{
  float:right;
}
.advcont2 li h5:after{
  position: absolute;
  left:auto;
  right:0;
  bottom:0;
  background: #c30c22;
  width: 52px;
}
.advcont2 li{
  text-align: right;
  padding-left:0;
  padding-right: 105px;
}
.advcont2 li:first-of-type{
  background: url("../images/adv03.png") no-repeat right center;
}
.advcont2 li:nth-of-type(2){
  background: url("../images/adv04.png") no-repeat right center;
}
.advcont2 li:nth-of-type(3){
  background: url("../images/adv06.png") no-repeat right center;
  margin-bottom: 0;
}

/*company*/
.companybg{
  background: url("../images/combg.jpg") no-repeat center top;
  padding-bottom: 71px;
}
.companybg .title{
  margin-bottom: 45px;
}
.companybg .title small{
  color: #415869;}
.companybg .title h3{
  color: #fefefe;}
.company>small{
  font-size: 14px;
  color: #dadada;
  line-height: 26px;

}
.company>ul{
  display: flex;
  justify-content: space-between;
  margin-top:60px;
  margin-bottom: 89px;
}
.company>ul li{
  padding:10px 0;
  padding-left:85px;
}
.company>ul li:first-of-type{ background: url("../images/comicon01.png") no-repeat 25px center;}
.company>ul li:nth-of-type(2){ background: url("../images/comicon02.png") no-repeat 25px center;}
.company>ul li:nth-of-type(3){ background: url("../images/comicon03.png") no-repeat 25px center;}
.company>ul li:nth-of-type(4){ background: url("../images/comicon04.png") no-repeat 25px center;}
.company>ul li>p{
  font-size: 18px;
  color: #ffffff;
}
.company>ul li>small{
  font-size: 14px;
  color: #ffffff;
}
.com_swiper{
  background: #fff;
  box-shadow: 0 4px 3px #dadada;
  position: relative;
  height: 260px;
}
.swiper-combg{
  float:left;
  width: 1020px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:35px;
}
.swiper-com{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-com .swiper-slide b{
  width:100%;
  height: 190px;
}
.swiper-com .swiper-slide b img{
  height: 100%;
}
.swiper-com .swiper-slide b p{
  position: absolute;
  width:100%;
  height: 100%;
  background: rgba(4, 97, 177, 0.61) url("../images/search1.png") no-repeat center;
  top:100%;
  -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;
}
.swiper-com .swiper-slide b:hover p{
  top:0;
}
.com_right{
  float:right;
  width: 180px;
  height: 100%;
  background: url("../images/commore.jpg") no-repeat center;
}
.com_right .swiper-button-next:after,.com_right .swiper-button-prev:after{
  display:none;
}
.com_right .swiper-button-prev{
  width: 20px;
  height: 11px;
  top:22px;
  right:79px;
  left:initial;
  margin-bottom: 0;
  margin-top: 0;
  background: url("../images/comjt_t.png") no-repeat center;
}
.com_right .swiper-button-next {
  width: 20px;
  height: 11px;
  margin-top: 0;
  margin-bottom: 0;
  background: url("../images/comjt_b.png") no-repeat center;
  right:79px;
  bottom:22px;
  top:initial;
}
.com_right>a{
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;    margin-top: 102px;
}
.com_right>a span{
  display: inline-block;
  border-top:1px solid #fff;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
}

/*news*/
.news{
  padding-bottom: 96px;
}
.news .title{
  margin-bottom: 45px;
}
.newstit{
  display:flex;
  justify-content: center;
  margin-bottom: 47px;
}
.newstit a{
  display: block;
  border-radius: 5px;
  background: #f5f5f5;
  color: #666666;
  font-size: 20px;
  width: 160px;
  line-height: 49px;
  margin-right: 15px;
  text-align: center;
  -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;
}
.newstit a:last-of-type{
  margin-right: 0;
}
.newstit a.newstit_light,.newstit a:hover{
  color: #fff;
  background: #0461b1;
}
.news_left{
  float:left;
  width: 590px;
}
.news_left a{
  display: block;
}
.news_left a>p{
  font-size: 20px;
  color: #333333;
  height: 57px;
  line-height: 44px;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_left a>p>span{
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 132px;
  margin-right: 20px;
  height: 57px;
  line-height: 44px;
  background: url("../images/toutiao.png") no-repeat center;
}
.news_left a>b{
  width:100%;
  height: 386px;
}
.news_left a>b img{
  width:100%;
  min-height: 100%;
}
.news_left a>b>div{
  position: absolute;
  bottom:0;
  width:100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  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;
}
.news_left a>b>div:hover{
  background: rgba(4, 97, 177, 0.7);
}
.news_left a>b>div small{
  font-size: 14px;
  color: #e9e9e9;
  line-height: 24px;
  font-weight: normal;
}
.news_left a>b>div span{
  display: inline-block;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: lighter;
  padding-right:45px;
  margin-top: 7px;
  -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;
  background: url("../images/detail.png") no-repeat right center;
}
.news_left a:hover>b>div span{
  color: #fff;
}
.news_right{
  float:right;
  width: 593px;
}

.news_right a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 12px;
  margin-bottom: 14px;
  border:1px solid #eeeeee;
  -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_right a:hover{
  background: #0461b1;
  border:1px solid #0461b1;
}
.news_right a:after{
  display:block;
  content: '';
  clear: both;
}
.news_right a .date{
  float:left;
  width: 115px;
  text-align: center;
}
.news_right a .news_text{
  float:right;
  width: 452px;
  border-left:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:12px 0;
  padding-left:29px;
  padding-right: 42px;
  -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_right a:hover .news_text{
  border-left:1px solid #337ebe;
}
.news_right a .news_text h5{
  font-size: 18px;
  color: #494949;
}
.news_right a .news_text small{
  font-size: 14px;
  color: #808080;
  display: block;
  margin-top: 8px;
}
.news_right a .date h4{
  font-size: 34px;
  color: #494949;
  -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_right a .date span{
  font-size: 14px;
  color: #808080;
  -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_right a:hover .date h4,.news_right a:hover .date span,.news_right a:hover .news_text h5{
  color: #fff;
}
.news_right a:hover .news_text small{
  color: #7fbcf1;
}
.news_right a:last-of-type{
  margin-bottom: 0;
}

.news_cont>div{
  display: none;
}




.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #07ba70; }
.more:before{ content:""; width:100%; height:1px; background:#07ba70; 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;}

/*indexform*/
.indexformbg{
  background: url("../images/mesbg.jpg") no-repeat center;
  padding-bottom: 77px;
}
.indexformbg .title{
  margin-bottom: 30px;
}
.indexformbg .warpper>p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
}
#indexform input,#indexform .code{
  float:left;
  line-height: 58px;
  height: 58px;
  background: #fff;
  width:49.5%;
  padding-left: 17px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #8a8a8a;
}
#indexform input[name=tel]{
  float:right;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  font-size: 14px;
  color: #8a8a8a;
}

#indexform textarea{
  width: 100%;
  height: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 17px;
  padding-top:17px;
  overflow: hidden;
}

#indexform .code{
  float:right;
  padding-left: 0;
}
#indexform .code input{
  float: left;
  width: 402px;
  border: none;
  margin-right: 0;
}
#indexform .verify{
  float:right;
  height: 100%;
}
#indexform .verify img{
  height: 100%;
}
#indexform .submit{
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  background: #0461b1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 58px;
  -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;
}
#indexform .submit:hover{
  background: #c30c22;
  color: #fff;
}


/*footer*/
.footer {
  background: #232323;
  padding:92px 0;
}
.fot_left{
  float:left;
}
.fot_left>div{
  float:left;
  width: 234px;
}
.fot_left>div h3{
  line-height: 36px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #c7c7c7;
  padding-left:50px;
}
.fot_left>div h3 span{
  font-size: 12px;
  color: #777777;
  margin-left:4px;
}
.fot_left>div:first-of-type h3{
  background: url("../images/foticon01.png") no-repeat no-repeat left center;
}
.fot_left>div:nth-of-type(2) h3{
  background: url("../images/foticon02.png") no-repeat no-repeat left center;
}
.fot_left>div:nth-of-type(3) h3{
  background: url("../images/foticon03.png") no-repeat no-repeat left center;
}
.fot_left>div>div{
  padding-left:50px;
}
.fot_left a{
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  margin-bottom: 8px;
  -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_left a:hover{
  color: #fff;
}
.fot_left>div:nth-of-type(3){
  width: 464px;
}
.fot_left>div:nth-of-type(3) div{
  border-bottom: 1px solid #606060;
  padding-bottom: 22px;
  margin-bottom: 17px;
  padding-left: 0;
  margin-left:50px;
  background: url("../images/fotmap.png") no-repeat right 0px;
}
.fot_left>div:nth-of-type(3) div span{
  font-size: 16px;
  color: #ececec;
  margin-top:10px;
  display:block;
  font-weight: lighter;
}
.fot_left>div:nth-of-type(3) div h5{
  font-size: 26px;
  color: #0461b1;
}
.fot_left>div:nth-of-type(3) p{
  margin-left: 50px;
  font-size: 16px;font-weight: lighter;
  color: #ececec;
  padding-left: 30px;
  background: url("../images/fotadr.png") no-repeat left center;
}


.fot_code{
  float:right;
  width: 150px;
  text-align: center;
  padding: 37px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/fot_tel.png") no-repeat center top;
}
.fot_code img{
  width: 100%;
  margin:0 auto;
}
.fot_code>p{
  font-size: 14px;
  color: #878787;
  margin-top: 10px;
}

.foot {
  background: #3d3d3d;
  border-bottom: 6px solid #0461b1;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: lighter;
}
.foot a{
  color: #c7c7c7;
  font-size: 14px;
  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;
}
.foot a:hover{
  color: #fff;
}

.foot>.warpper>p{
  float:left;
}
.foot>.warpper>a{
  float:right;

}







.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 */