
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 87% !important;
    margin: 0 auto;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 25px;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 600px;
  }

  
  .fullSlide .hd {
    width: 7%;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    text-align: center;
    background: #fff url(../images/xt2.png) no-repeat top center;
    padding-top: 40px;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    height: 90px;
    margin: 0 0 50px 0;
    overflow: hidden;
    line-height: 123px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 24px;
    color: #dddddd;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    writing-mode: tb-rl;
  }
  
  .fullSlide .hd ul .on {
      color: #3488ea;
  }

  .fullSlide .hd ul li:nth-child(1)::before{
      position: absolute;
      left: 5px;
      top: 70px;
      content: "one";
  }

  
  .fullSlide .hd ul li:nth-child(2)::before{
    position: absolute;
    left: 5px;
    top: 208px;
    content: "two";
}


.fullSlide .hd ul li:nth-child(3)::before{
    position: absolute;
    left: 5px;
    top: 350px;
    content: "three";
}
  
  .fullSlide .next {
    width: 51px;
    height: 51px;
    position: absolute;
    bottom: 0%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 2%;
  }
  
  .fullSlide .prev {
    width: 51px;
    height: 51px;
    position: absolute;
    bottom: 70px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 2%;
  }

  .banner_box{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
  }

  .banner_box .trait{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 7%;
      text-align: center;
      background: url(../images/xt.png) no-repeat top center;
      padding-top: 150px;
      font-size: 18px;
      color: #444444;
      writing-mode: tb-rl;
      letter-spacing: 1px;
      margin: 0 auto;
      z-index: 5;
  }

  .banner_box .trait p{
      margin-right: 52px;
  }

  @media (max-width:1600px) {
    .banner_box .trait p{
        margin-right: 40px;
    }
}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: absolute;
    height: 60px;
    width: 360px;
    left: 0;
    bottom: 0;
    background: #0e6fd8;
    border-top-right-radius: 35px;
    z-index: 9;
}


.topxunpan .xp {
    position: relative;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 3px;
    margin: 0 40px 0 65px;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #0e6fd8;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #0e6fd8;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}


/*title*/

.title{

}

.title span{
  display: block;
  font-size: 48px;
  color: #e7e7e7;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 50px;
}

.title h3{
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  background: url(../images/title.png) no-repeat  center;
  width: 238px;
  text-align: center;
}

.title h3 a{
  font-size: 30px;
  color: #484848;
  font-weight: bold;
}

.title p{
  font-size: 14px;
  color: #777777;
  letter-spacing: 8px;
  margin-top: 3px;

}

/*product*/

.product{
  width: 1200px;
  margin: 70px auto 0 auto;
}

.product .pro_t{
  overflow: hidden;
}

.product .pro_t .title{
  float: left;
}

.product .pro_t .pro_list{
  float: right;
  height: 50px;
  margin-top: 30px;
} 

.product .pro_t .pro_list ul li{
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.product .pro_t .pro_list ul li:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.product .pro_t .pro_list ul li h5 a{
  float: left;
  width: 100px;
  font-size: 15px;
  color: #484848;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li .more{
  float: right;
  display: block;
  width: 33px;
  height: 11px;
  background: url(../images/buttom3.png) no-repeat center;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li::after{
  position: absolute;
  content: "";
  width: 0;
  height: 50px;
  left: 0;
  top: 0;
  background: #0e6fd8;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li:first-child::after{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}



.product .pro_t .pro_list ul li:hover::after{
  width: 100%;
}

.product .pro_t .pro_list ul li:hover h5 a{
  color: #fff;
}

.product .pro_t .pro_list ul li:hover .more{
  background: url(../images/buttom2.png) no-repeat center;
}

.product .pro_t .pro_list ul li.on::after{
  width: 100%;
}

.product .pro_t .pro_list ul li.on h5 a{
  color: #fff;
}

.product .pro_t .pro_list ul li.on .more{
  background: url(../images/buttom2.png) no-repeat center;
}

.product .pro_box{
  margin: 40px auto 0 auto;
  width: 1260px;
}

.product .pro_box ul li{
  float: left;
  width: 375px;
  margin: 0 35px 40px 0;
}

.product .pro_box ul li .pic{
  width: 375px;
  height: 280px;
  background: #f5f5f5;
  border-radius: 5px;
}
 
.product .pro_box ul li .pic img{
  width: 355px;
  height: 260px;
  border-radius: 5px;
  margin: 10px;
}

.product .pro_box ul li .txt{
  height: 60px;
} 

.product .pro_box ul li .txt h5 a{
  float: left;
  width: 307px;
  background: url(../images/buttom4.png) no-repeat left bottom;
  font-size: 15px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 60px;
  line-height: 60px;
}

.product .pro_box ul li .txt .more{
  float: right;
  width: 19px;
  height: 40px;
  margin-top: 20px;
  background: url(../images/more.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
.product .pro_box ul li:hover .txt .more{
  background: url(../images/more1.png) no-repeat center;
}


/*ys*/

.ys_bg{
  width: 100%;
  margin: 30px auto 0 auto;
  height: 983px;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .title{
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  height: 150px;
}

.ys_bg .title span{
  color: #c4ddf7;
}

.ys_bg .title h3{
  margin: 0 auto;
}

.ys_bg .ys_box{
  width: 100%;
  margin: 0 auto;
  height: 600px;
}

.ys_bg .ys_box ul li{
  float: left;
  width: 25%;
  position: relative;
}

.ys_bg .ys_box ul li .txt{
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys_box ul li .txt span{
  display: block;
  margin: 60px auto 0 auto;
  background: url(../images/ys_list.png) no-repeat center;
  width: 140px;
  height: 140px;
}

.ys_bg .ys_box ul li .txt span img{
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}

.ys_bg .ys_box ul li .txt h5{
  font-size: 20px;
  color: #fff;
  margin: 65px auto 20px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys_box ul li .txt i{
  display: block;
  width: 1px;
  height: 60px;
  background: #b4b9be;
  margin: 0 auto 15px auto;
}

.ys_bg .ys_box ul li .txt p{
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: 62%;
  margin: 0 auto;
}

.ys_bg .ys_box ul li .txt_on{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  background: url(../images/ico1.png) repeat center;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.ys_bg .ys_box ul li.on .txt_on{
  height: 600px;
  opacity: 1;
}

.ys_bg .ys_box ul li.on .txt{
  opacity: 0;
}

.ys_bg .ys_box ul li:hover .txt_on{
  height: 600px;
  opacity: 1;
}

.ys_bg .ys_box ul li:hover .txt{
  opacity: 0;
}


.ys_bg .ys_box ul li .txt_on .ys_img{
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;

}

.ys_bg .ys_box ul li .txt_on .ys_img img{
  width: 98%;
  height: 97%;
  margin: 1%;
}

.ys_bg .ys_box ul li .txt_on h5{
  font-size: 20px;
  color: #fff;
  margin: 40px auto 30px auto;

}

.ys_bg .ys_box ul li .txt_on i{
  display: block;
  width: 100px;
  height: 1px;
  background: #e2ecf8;
  margin: 0 auto 15px auto;
}

.ys_bg .ys_box ul li .txt_on p{
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: 62%;
  margin: 0 auto;
}


.ys_bg .trait{
  width: 1200px;
  height: 120px;
  margin: 60px auto 0 auto;
} 

.ys_bg .trait .trait_l{
  float: left;
  padding-left: 165px;
  background: url(../images/buttom6.png) no-repeat 35px center;
  height: 120px;
}

.ys_bg .trait .trait_l span{
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  display: block;
  margin-top: 27px;
}

.ys_bg .trait .trait_l p{
  font-size: 16px;
  color: #444444;
  margin-top: 5px;
}

.ys_bg .trait .tel{
  float: right;
  margin-right: 70px;
  margin-top: 35px;
} 

.ys_bg .trait .tel span{
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: #2175d3;
  font-weight: bold;
  float: left;
  line-height: 50px;
}

.ys_bg .trait .tel .tel_nr{
  float: left;
  margin-left: 30px;
  width: 270px;
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
} 

.ys_bg .trait .tel .tel_nr p{
  float: left;
  font-size: 30px;
  color: #484848;
  font-family: 'Times New Roman', Times, serif;
}

.ys_bg .trait .tel .tel_nr .zx{
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #2175d3;
  border-radius: 5px;
}

.ys_bg .trait .tel .tel_nr .zx a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}


/*case*/

.case{
  width: 1200px;
  margin: 60px auto 0 auto;
}

.case .case_t{
  height: 120px;
  overflow: hidden;
  background: url(../images/case_t.png) no-repeat right center;
}

.case .case_list{
  width: 1200px;
  margin: 40px auto 0 auto;
  overflow: hidden;
} 

.case .case_list ul li{
  float: left;
  width: 240px;
}

.case .case_list ul li .txt{
  position: relative;
  z-index: 5;
  border: 1px solid #eeeeee;
  text-align: center;
  width: 234px;
  height: 168px;
  border-radius: 5px;
  margin: 0 auto;

}

.case .case_list ul li .txt::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #2175d3;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}

.case .case_list ul li .txt span{
  display: block;
  font-size: 48px;
  color: #dddddd;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 13px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_list ul li .txt i{
  display: block;
  margin: 2px auto 12px auto;
  width: 36px;
  height: 1px;
  background: #c9c9c9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_list ul li .txt a{
  font-size: 24px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 5px;
}

.case .case_list ul li:hover .txt::after{
  height: 100%;
}

.case .case_list ul li:hover .txt span{
  color: #fff;
}

.case .case_list ul li:hover .txt i{
  color: #fff;
}

.case .case_list ul li:hover .txt a{
  color: #fff;
}


.case .case_list ul li.on .txt::after{
  height: 100%;
}

.case .case_list ul li.on .txt span{
  color: #fff;
}

.case .case_list ul li.on .txt i{
  color: #fff;
}

.case .case_list ul li.on .txt a{
  color: #fff;
}


.case .case_list ul li .case_ico{
  width: 236px;
  height: 170px;
  margin: 0 auto;

} 

.case .case_list ul li .case_ico a{
  display: block;
  margin: 0 auto;

}

.case .case_list ul li .case_ico a .ico1{
  display: block;
  margin: 0px auto 20px auto;
  width: 18px;
  height: 30px;
  padding-top: 15px;

}

.case .case_list ul li .case_ico a .ico2{
  display: block;
  margin: 0 auto;
  width: 84px;
  height: 96px;

}

.case .case_list ul li.c2 .case_ico a .ico1,
.case .case_list ul li.c4 .case_ico a .ico1{
  margin: 0px auto 0px auto;

}

.case .case_list ul li.c2 .case_ico a .ico2,
.case .case_list ul li.c4 .case_ico a .ico2{
  margin: 0px auto 0px auto;
  padding-top: 30px;

}

.case .case_box{
  margin: 30px auto 0 auto;
  position: relative;
}

.case .case_box .bd{
  width: 1200px;
  margin: 0 auto;
}
 
.case .case_box .bd ul li{
  float: left;
  width: 375px;
  margin: 0 12px;
}

.case .case_box .bd ul li .pic{
  width: 375px;
  height: 300px;
}

.case .case_box .bd ul li .pic img{
  width: 375px;
  height: 300px;
} 

.case .case_box .bd ul li .txt{
  width: 335px;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  padding: 0 20px;

} 
 
.case .case_box .bd ul li .txt h5 a{
  float: left;
  width: 230px;
  font-size: 15px;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case .case_box .bd ul li .txt .more{
  float: right;
  display: block;
  background: url(../images/more2.png) no-repeat center;
  width: 47px;
  height: 18px;
  margin-right: 15px;
  margin-top: 16px;
}

.case .case_box .bd ul li:hover .txt h5 a{
  color: #2175d3;
}

.case .case_box .next{
  position: absolute;
  left: -85px;
  top: 125px;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  width: 26px;
  height: 61px;
}

.case .case_box .prev{
  position: absolute;
  right: -85px;
  top: 125px;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  width: 26px;
  height: 61px;
}


/*about*/

.ab_bg{
  width: 100%;
  height: 746px;
  margin: 60px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 540px;
}

.ab_bg .about .ab_l .title span{
  color: #fff;
  opacity: 0.2;

}

.ab_bg .about .ab_l .title h3{
  color: #fff;
  background: url(../images/ab_t1.png) no-repeat center;
}

.ab_bg .about .ab_l .title p{
  color: #fff;
}

.ab_bg .about .ab_l .ab_img{
  width: 500px;
  height: 500px;
  background: #fff;
  border-radius: 50%;
  margin-top: 47px;
}
 
.ab_bg .about .ab_l .ab_img img{
  width: 480px;
  height: 480px;
  border-radius: 50%;
  margin: 10px;
}
 
.ab_bg .about .ab_r{
  float: right;
  width: 600px;
  margin-top: 30px;
  position: relative;
} 

.ab_bg .about .ab_r .txt{
  overflow: hidden;
}
 
.ab_bg .about .ab_r .txt h5{
  background: url(../images/ab_t.png) no-repeat center;
  width: 391px;
  height: 70px;
  line-height: 70px;
  margin-left: 209px;
}

.ab_bg .about .ab_r .txt h5 a{
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;

}

.ab_bg .about .ab_r .txt p{
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-align: right;
  margin-top: 20px;
}

.ab_bg .about .ab_r .ab_list{
  margin-top: 60px;
  overflow: hidden;
  height: 80px;
} 

.ab_bg .about .ab_r .ab_list ul li{
  float: left;
  height: 80px;
  margin-right: 97px;
}

.ab_bg .about .ab_r .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_r .ab_list ul li a img{
  float: left;
  width: 80px;
  height: 80px;
}

.ab_bg .about .ab_r .ab_list ul li a  i{
  float: left;
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 40px 25px 0 20px;
}

.ab_bg .about .ab_r .ab_list ul li a span{
  display: block;
  float: left;
  font-size: 16px;
  color: #fff;
  margin-top: 13px;
}

.ab_bg .about .ab_r .ab_list ul li a span em{
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 5px;
}


.ab_bg .about .ab_r .message{
  margin-top: 108px;
  width: 481px;
} 
 
.ab_bg .about .ab_r .message .m_nr{
  height: 50px;
}
 
.ab_bg .about .ab_r .message .form-group1{
  float: left;
  width: 200px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 5px;
}

.ab_bg .about .ab_r .message .form-group1 input{
  width: 200px;
  height: 50px;
  text-indent: 38px;
  font-size: 14px;
  color: #999;
  background: url(../images/m1.png) no-repeat 10px center;
}
 
.ab_bg .about .ab_r .message .form-group2{
  float: right;
  width: 250px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 5px;
}

.ab_bg .about .ab_r .message .form-group2 input{
  width: 250px;
  height: 50px;
  text-indent: 38px;
  font-size: 14px;
  color: #999;
  background: url(../images/m2.png) no-repeat 10px center;
}

.ab_bg .about .ab_r .message .form-group3{
  width: 481px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 30px auto;
}

.ab_bg .about .ab_r .message .form-group3 textarea{
  width: 441px;
  height: 35px;
  font-size: 14px;
  color: #999;
  background: url(../images/m3.png) no-repeat 10px center;
  padding: 15px 0 0 40px;
}

.ab_bg .about .ab_r .message .form-group4{
  float: left;
  width: 280px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 5px;
}

.ab_bg .about .ab_r .message .form-group4 input{
  width: 180px;
  height: 50px;
  text-indent: 38px;
  font-size: 14px;
  color: #999;
  background: url(../images/m4.png) no-repeat 10px center;
}

.ab_bg .about .ab_r .message .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin-top: 7px;
}

.ab_bg .about .ab_r .message .anniu{
  float: right;
  width: 151px;
  height: 50px;

}

.ab_bg .about .ab_r .message .anniu button{
  cursor: pointer;
  border: none;
  width: 151px;
  height: 50px;
  background: #0e6fd8;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.ab_bg .about .ab_r .honor{
  position: absolute;
  right: -230px;
  bottom: 0px;
  width: 303px;
  height: 218px;
}

.ab_bg .about .ab_r .honor img{
  width: 303px;
  height: 218px;

}


/*news*/


.news{
  width: 1200px;
  margin: 70px auto 0 auto;
  position: relative;
  height: 650px;
}

.news .news_t{
  width: 600px;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 5;
  height: 194px;

}

.news .news_t .news_list{
  height: 46px;
  margin-top: 37px;
}

.news .news_t .news_list ul li{
  float: left;
  width: 140px;
  height: 46px;
  line-height: 46px;
  background: #ececec;
  border-radius: 5px;
  margin-right: 30px;
  position: relative;
  z-index: 5;

}

.news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #444;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 46px;
  background: #0e6fd8;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news .news_box{
  width: 1200px;
  margin: 0 auto;
}

.news .news_box .news_top{
  width: 600px;
  height: 194px;
  margin-left: 600px;
}

.news .news_box .news_top .news_img{
  float: left;
  width: 270px;
  height: 194px;
}

.news .news_box .news_top .news_img img{
  width: 270px;
  height: 194px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;

}

.news .news_box .news_top .txt{
  float: right;
  width: 270px;
  margin-right: 20px;
} 

.news .news_box .news_top .txt a{
  font-size: 16px;
  color: #484848;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 15px 0 25px 0;
}

.news .news_box .news_top .txt i{
  display: block;
  width: 50px;
  height: 1px;
  background: #dddddd;
}

.news .news_box .news_top .txt p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 18px;
}

.news .news_box .news_top .txt span{
  display: block;
  font-size: 14px;
  color:  #999;
  margin-top: 25px;
}

.news .news_box .list{
  margin-top: 40px;
  width: 1300px;

}

.news .news_box .list ul li{
  float: left;
  width: 300px;
  height: 110px;
  background: #f8f8f8;
  border-radius: 10px;
  margin: 0 60px 30px 0;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li h5 a{
  font-size: 15px;
  color: #444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
  margin-top: 25px;
}

.news .news_box .list ul li h5 a i{
  font-size: 15px;
  color: #fff;
  float: left;
  width: 17px;
  height: 10px;
  line-height: 10px;
  background: #cccccc;
  display: block;
  text-align: center;
  margin: 10px 17px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li .more{
  margin-top: 15px;

} 

.news .news_box .list ul li .more span{
  font-size: 14px;
  color: #999;
  float: left;
  display: block;
}

.news .news_box .list ul li .more a{
  float: right;
  font-size: 12px;
  color: #999;

}

.news .news_box .list ul li .more a em{
  font-size: 12px;
  color: #999;
  display: block;
  float: right;
  width: 11px;
  height: 11px;
  line-height: 8px;
  text-align: center;
  background: #d1d1d1;
  border-radius: 50%;
  margin-left: 3px;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li:hover{
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);

}

.news .news_box .list ul li:hover h5 a i{
  background: #0e6fd8;
}

.news .news_box .list ul li:hover .more a em{
  background: #0e6fd8;
}

/*links*/


.links{
  width: 1200px;
  margin: 50px auto 0 auto;
  overflow: hidden;
}

.links h3{
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #555555;
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.links .yq{
  float: right;
  width: 1105px;
}

.links .yq a{
  font-size: 14px;
  color: #444444;
  line-height: 32px;
  margin: 0 10px;
}