
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 740px;
  }
  
  .fullSlide .bd {
    width: 94%;
    height: 740px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 740px;
    overflow: hidden;
    text-align: center;
    border-bottom-right-radius: 90px;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 740px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    border-radius: 50%;
  }
  
  .fullSlide .hd ul .on {
    background: #439bff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 840px;
    background: url(../images/banner_bg.jpg) no-repeat center;
    z-index: 5;
  }

  .banner_box  .trait_box{
      margin: 25px auto 0 auto;
      width: 1300px;
  }

  .banner_box  .trait_box .trait{
      float: left;
      padding-left: 70px;
      font-size: 16px;
      color: #333333;
      line-height: 50px;
      background: url(../images/buttom1.png) no-repeat left center;
      width: 455px;
  }

  .banner_box  .trait_box .tel{
      float: right;
      padding-left: 70px;
      font-size: 24px;
      color: #333333;
      font-weight: bold;
      line-height: 50px;
      background: url(../images/tel.png) no-repeat left center;

  }

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    display: block;
    height: 50px;
    z-index: 5;
    float: left;
  
  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
  
  
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 12px 0 0px;
    vertical-align: middle;
  }
  
  .topxunpan .xp i {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 20px;
    color: #439bff;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 30px;
    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: #439bff;
    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: #439bff;
  }
  
  .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;
  }
  

/*product*/

.product{
  width: 1300px;
  margin: 60px auto 0 auto;
  padding-top: 20px;
}

.product .pro_l{
  float: left;
  width: 310px;
  border: 1px solid #439bff;
  padding-bottom: 10px;
}

.product .pro_l .pro_t{
  text-align: center;
  background: url(../images/pro_t.jpg) center center no-repeat;
  width: 310px;
  height: 100px;
}

.product .pro_l .pro_t a{
  display: block;
  font-size: 30px;
  color: #fffefe;
  font-weight: bold;
  padding-top: 15px;
}

.product .pro_l .pro_t a i{
  display: block;
  font-size: 12px;
  color: #fffefe;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.5;
}

.product .pro_l .pro_con{
  margin: 10px auto 0 auto;

} 

.product .pro_l .pro_con ul li{
  width: 290px;
  height: 60px;
  line-height: 60px;
  background: #eeeeee;
  margin: 0 auto 10px auto;
  position: relative;

}

.product .pro_l .pro_con ul li a{
  margin-left: 85px;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.product .pro_l .pro_con ul li::after{
  position: absolute;
  left: 0px;
  top: 30px;
  content: "";
  width: 70px;
  height: 1px;
  background: #cfcfcf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_l .pro_con ul li.on::after{
  background: #439bff;

}

.product .pro_l .pro_con ul li.on a{
  color: #439bff;
}

.product .pro_l .tel{
  width: 235px;
  height: 135px;
  background: url(../images/tel_bg.jpg) no-repeat center;
  margin: 0 auto;
  padding-left: 55px;
  padding-top: 25px;

}

.product .pro_l .tel span{
  display: block;
  font-size: 16px;
  color: #439bff;
  background: url(../images/tel1.png) no-repeat left center;
  padding-left: 35px;
  line-height: 24px;
  margin-bottom: 10px;

}

.product .pro_l .tel i{
  display: block;
  font-size: 24px;
  color: #439bff;
  font-weight: bold;
}

.product .pro_r{
  float: right;
  width: 960px;
} 

.product .pro_r .pro_tab{
  height: 100px;

}

.product .pro_r .pro_tab h5 {
  background: url(../images/buttom2.png) no-repeat  center;
  float: left;
  width: 178px;
  height: 68px;
  line-height: 64px;
  position: relative;
  top: -10px;
  left: -10px;
}

.product .pro_r .pro_tab h5 i{
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 73px;
}

.product .pro_r .pro_tab .search{
  float: right;
  width: 300px;
  height: 50px;
  border: 1px solid #d9ebff;
  border-radius: 5px;
}

.product .pro_r .pro_tab .search .search2{
  float: left;
  padding-left: 10px;
  width: 200px;
  height: 50px;
  background: none;
  font-size: 14px;
  color: #999999;
}

.product .pro_r .pro_tab .search .search_s{
  float: right;
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 0;

}

.product .pro_r .pro_box{
  width: 1000px;
}

.product .pro_r .pro_box ul li{
  float: left;
  width: 300px;
  height: 250px;
  background: #fff;
  margin: 0 29px 29px 0;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.product .pro_r .pro_box ul li .pic{
  width: 260px;
  height: 173px;
  margin: 20px 20px 0 20px;
  overflow: hidden;

}

.product .pro_r .pro_box ul li .pic img{
  width: 260px;
  height: 173px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_r .pro_box ul li .txt{
  margin: 0 auto;
  height: 57px;
  line-height: 57px;
  width: 260px;
} 

.product .pro_r .pro_box ul li .txt h5 a{
  float: left;
  width: 170px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.product .pro_r .pro_box ul li .txt .more{
  display: block;
  float: right;
  font-size: 12px;
  color: #999999;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_r .pro_box ul li.on .txt .more{
  color: #439bff;
}

.product .pro_r .pro_box ul li.on .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*ys*/

.ys_bg{
  width: 100%;
  margin: 45px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  height: 972px;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;

}

.ys_bg .ys .ys_t span{
  display: block;
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #439bff;
  text-align: center;
  font-size: 48px;
  color: #fefeff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;

}

.ys_bg .ys .ys_t h3{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  float: left;
  margin-left: 20px;
  line-height: 45px;
}

.ys_bg .ys .ys_t h3 i{
  font-size: 36px;
  color: #439bff;
  font-weight: bold;
}

.ys_bg .ys .ys_box{
  position: relative;
  width: 1300px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
  width: 1300px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1300px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 700px;
  margin-top: 185px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin: 5px 0 35px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  color: #999999;
  line-height: 36px;
  height: 144px;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
  display: block;
  font-size: 60px;
  color: #439bff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-align: right;
  line-height: 40px;
  margin-top: 10px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 700px;
  height: 800px;
  margin-right: -210px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 700px;
  height: 800px;
  border-bottom-right-radius: 100px;
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  left: 0px;
  top: 575px;
  z-index: 5;
  width: 680px;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 30px 30px 0;
  border-radius: 45px;
  border: 1px solid #ecf5ff;
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
  content: "";
  width: 0px;
  height: 50px;
  background: url(../images/buttom3.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  width: 100%;
  left: 0%;
}

.ys_bg .ys .ys_box .hd ul li.on{
  color: #fff;
}

/*title*/

.title{
  background: url(../images/title.png) no-repeat left top;
  padding-left: 20px;
}

.title h3{
  font-size: 30px;
  color: #666666;
  font-weight: bold;
}

.title h3 i{
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-family: "simsun";
  margin-right: 5px;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.title h3 a{
  display: block;
  font-size: 30px;
  color: #666666;
  font-weight: bold;
}


/*case*/
.case{
  margin: 80px auto 0 auto;
  width: 1300px;
}

.case .case_t{
  height: 120px;
}

.case .case_t .title{
  float: left;
}

.case .case_t .more{
  float: right;
  background: url(../images/more.png) no-repeat right top;
  margin-right: -30px;
  padding-right: 30px;
  height: 60px;
  line-height: 60px;
} 

.case .case_t .more a{
  display: block;
  font-size: 20px;
  color: #999999;
  text-transform: capitalize;
  font-family: 'Times New Roman', Times, serif;

}

.case .case_box{
  margin: 0 auto;
  width: 1300px;
  height: 340px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
} 

.case .case_box .pic{
  float: left;
  width: 560px;
  height: 300px;
  margin: 20px;
  overflow: hidden;
}

.case .case_box .pic img{
  width: 560px;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .txt{
  float: right;
  margin-right: 50px;
  margin-top: 20px;
  width: 640px;
} 

.case .case_box .txt h5 a{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 70px;
}

.case .case_box .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 2px;

}

.case .case_box .txt .more{
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/more1.png) no-repeat center;
  margin-top: 22px;
}

.case .case_box .txt i{
  display: block;
  height: 85px;
  line-height: 85px;
  font-size: 30px;
  color: #439bff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  background: url(../images/xt.png) no-repeat left center;
  text-align: right;
}

.case .case_box:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_box:hover .txt h5 a{
  color: #439bff;
}

.case .case_show{
  width: 1360px;
  margin: 35px auto 0 auto;
}

.case .case_show ul li{
  float: left;
  width: 300px;
  height: 300px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 32px;
}

.case .case_show ul li .pic{
  width: 260px;
  height: 173px;
  margin: 20px 20px 0 20px;
  overflow: hidden;

}

.case .case_show ul li .pic img{
  width: 260px;
  height: 173px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li .txt{
  width: 260px;
  margin: 15px auto 0 auto;
}

.case .case_show ul li .txt .txt_t{
  height: 40px;
  line-height: 40px;

}

.case .case_show ul li .txt .txt_t h5 a{
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 180px;

}

.case .case_show ul li .txt .txt_t .more{
  display: block;
  float: right;
  font-size: 12px;
  color: #999999;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li .txt span{
  display: block;
  font-size: 20px;
  color: #eeeeee;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  background: url(../images/xt2.png) no-repeat right center;
  margin-top: 5px;
}

.case .case_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .case_show ul li:hover .txt .txt_t h5 a{
  color: #439bff;

}

.case .case_show ul li:hover .txt .txt_t .more{
  color: #439bff;
}


/*banner_1*/

.banner_1{
  width: 100%;
  height: 300px;
  margin: 75px auto 0 auto;
  background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
  width: 1300px;
  margin: 0 auto;
}

.banner_1 .cont  h5{
  font-size: 24px;
  color: #439bff;
  font-weight: bold;
  margin: 0px 0 15px 0;
  padding-top: 50px;

}

.banner_1 .cont p{
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  opacity: 0.6;
  width: 580px;
}

.banner_1 .cont .tel{
  margin-top: 25px;
  padding-left: 70px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  background: url(../images/tel2.png) no-repeat left center;
}

/*news*/

.news{
  width: 1300px;
  margin: 80px auto 0 auto;

}

.news .news_t{
  height: 105px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-right: -30px;
} 

.news .news_t .news_list ul li{
  float: left;
  margin-left: 30px;
  background: url(../images/more.png) no-repeat right top;
  padding-right: 30px;
  height: 60px;
  line-height: 60px;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #999;
  -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 a{
  color: #0000fe;
}

.news .news_box{
  margin: 40px auto  0 auto;
  height: 611px;
} 
 
.news .news_box .news_l{
  float: left;
  width: 880px;
}

.news .news_box .news_l ul li{
  float: left;
  width: 410px;
  height: 611px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 30px;
}

.news .news_box .news_l ul li .news_img{
  width: 350px;
  height: 233px;
  margin: 30px 30px 0 30px;

}

.news .news_box .news_l ul li .news_img img{
  width: 350px;
  height: 233px;
}

.news .news_box .news_l ul li dl{
  width: 350px;
  margin: 28px auto 0 auto;
  height: 135px;
  border-bottom: 1px solid #fafafa;
}

.news .news_box .news_l ul li dl a{
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom4.png) no-repeat left center;
  padding-left: 15px;
}

.news .news_box .news_l ul li dl span{
  display: block;
  font-size: 12px;
  color:  #cacaca;
  margin: 5px 0 10px 0;
}

.news .news_box .news_l ul li dl p{
  font-size: 14px;
  color:  #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news .news_box .news_l ul li dl:hover a{
  font-weight: bold;
  background: url(../images/buttom5.png) no-repeat left center;
 
}

.news .news_box .news_r{
  float: right;
  width: 410px;
  height: 611px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_r ul{
}

.news .news_box .news_r ul li{
  margin: 28px auto 0 auto;
  width: 350px;
  height: 70px;
  border-bottom: 1px solid #fafafa;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.news .news_box .news_r ul li .txt{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.news .news_box .news_r ul li .txt a{
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom4.png) no-repeat left center;
  padding-left: 15px;
}

.news .news_box .news_r ul li .txt span{
  display: block;
  font-size: 12px;
  color:  #cacaca;
  margin: 5px 0 10px 0;
}

.news .news_box .news_r ul li .txt_on{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: #fff;
  opacity: 0;
  width: 350px;
}

.news .news_box .news_r ul li .txt_on a{
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom4.png) no-repeat left center;
  padding-left: 15px;
}

.news .news_box .news_r ul li .txt_on span{
  display: block;
  font-size: 12px;
  color:  #cacaca;
  margin: 5px 0 10px 0;
}

.news .news_box .news_r ul li .txt_on p{
  font-size: 14px;
  color:  #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news .news_box .news_r ul li.on{
  height: 135px;

}

.news .news_box .news_r ul li.on .txt_on{
  opacity: 1;

}

.news .news_box .news_r ul li.on .txt_on a{
  font-weight: bold;
  background: url(../images/buttom5.png) no-repeat left center;
}


/*about*/

.ab_bg{
  width: 100%;
  margin: 80px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  top center;
  height: 1255px;
  overflow: hidden;
  position: relative;
}

.ab_bg .title{
  width: 1300px;
  margin: 0px auto 0 auto;
  padding-top: 55px;
  height: 115px;
  padding-left: 35px;

}

.ab_bg .title h3{
  color: #439bff;

}

.ab_bg .title h3 i{
  letter-spacing: 16px;
}

.ab_bg .title em{
  font-size: 16px;
  color: #999999;
  margin-left: 40px;

}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  height: 800px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 800px;
  position: relative;
}
 
.ab_bg .about .ab_l .txt{
  margin-top: 75px;

}

.ab_bg .about .ab_l .txt h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.ab_bg .about .ab_l .txt i{
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 3px;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #999999;
  line-height: 36px;
  overflow: hidden;
  height: 144px;
  margin-top: 35px;
}

.ab_bg .about .ab_l .txt .more{
  display: block;
  font-size: 24px;
  font-family: "simsun";
  font-family: 'Times New Roman', Times, serif;
  color: #439bff;
  margin-top: 25px;

}

.ab_bg .about .ab_l .tel{
  margin-top: 50px;
  padding-left: 70px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  background: url(../images/tel2.png) no-repeat left center;
} 

.ab_bg .about .ab_l .ry{
  position: absolute;
  right: 0px;
  top: 325px;
  background: url(../images/ry_bg.jpg) no-repeat  center;
  width: 268px;
  height: 197px;

}

.ab_bg .about .ab_l .ry img{
  width: 234px;
  height: 157px;
  margin: 20px 0 0 16px;

}

.ab_bg .about .ab_l .ab_list{
  margin-top: 128px;
  width: 900px;

} 

.ab_bg .about .ab_l .ab_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  background: url(../images/ab_list.jpg) no-repeat center;
  width: 160px;
  height: 200px;
  margin-right: 55px;
}

.ab_bg .about .ab_l .ab_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li a i{
  display: block;
  border-radius: 50%;
  margin: 40px auto 10px auto;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li a em{
  display: block;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 3px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li.ab1 a i{
  background: #ffffff url(../images/ab1.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab2 a i{
  background: #ffffff url(../images/ab2.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab3 a i{
  background: #ffffff url(../images/ab3.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab4 a i{
  background: #ffffff url(../images/ab4.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0px;
  background:  url(../images/ab_list1.jpg) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_list ul li.on::after{
  height: 100%;
}

.ab_bg .about .ab_l .ab_list ul li.on a{
  color: #fff;
}
.ab_bg .about .ab_l .ab_list ul li.on a em{
  color: #fff;
  opacity: 0.5;
}

.ab_bg .about .ab_l .ab_list ul li.ab1.on a i{
  background: #ffffff url(../images/ab11.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab2.on a i{
  background: #ffffff url(../images/ab22.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab3.on a i{
  background: #ffffff url(../images/ab33.png) no-repeat center;
}

.ab_bg .about .ab_l .ab_list ul li.ab4.on a i{
  background: #ffffff url(../images/ab44.png) no-repeat center;
}

.ab_bg .about .ab_img{
  float: right;
  width: 700px;
  height: 800px;
  margin-right: -310px;
} 
 
.ab_bg .about .ab_img img{
  width: 700px;
  height: 800px;
}

.ab_bg .ab_xt{
  position: absolute;
  left: 0px;
  top: 327px;
  width: 115px;
  line-height: 115px;
  opacity: 0.5;
  font-size: 16px;
  color: #fff;
  writing-mode: tb-rl;
  letter-spacing: 16px;
} 

.ab_bg .ab_xt i{
  color: #333;
}

.message{
  width: 1300px;
  margin: 80px auto 0 auto;

}

.message .title{
  float: left;
  margin-top: 13px;
  padding-top: 25px;
  width: 200px;
  padding-left: 25px;
}

.message .title span{
  display: block;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-family: "simsun";
  line-height: 30px;
  letter-spacing: 3px;
}

.message .title h3{
  color: #666;
  margin-top: 5px;
}

.message .m_r{
  float: right;
  width: 1030px;
} 

.message .m_r .m_nr{
  margin-bottom: 30px;
  height: 52px;
}

.message .m_r .form-group1{
  float: left;
  width: 500px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #eeeeee;

}

.message .m_r .form-group1 input{
  width: 500px;
  height: 50px;
  font-size: 14px;
  color: #999;
  text-indent: 35px;
  background: url(../images/m1.png) no-repeat 10px center;
}

.message .m_r .form-group2{
  float: right;
  width: 500px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #eeeeee;

}

.message .m_r .form-group2 input{
  width: 500px;
  height: 50px;
  font-size: 14px;
  color: #999;
  text-indent: 35px;
  background: url(../images/m2.png) no-repeat 10px center;
}


.message .m_r .form-group3{
  float: left;
  width: 500px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #eeeeee;

}

.message .m_r .form-group3 textarea{
  width: 465px;
  height: 35px;
  font-size: 14px;
  color: #999;
  background: url(../images/m3.png) no-repeat 10px center;
  padding: 15px 0 0 35px;
}


.message .m_r .form-group4{
  float: left;
  width: 300px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  margin-left: 28px;

}

.message .m_r .form-group4 input{
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #999;
  text-indent: 35px;
  background: url(../images/m4.png) no-repeat 10px center;
  float: left;
}

.message .m_r .form-group4  .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 7px 7px 0 0;
}

.message .m_r .anniu{
  float: right;
  width: 170px;
  height: 50px;
}

.message .m_r .anniu button{
  cursor: pointer;
  border: none;
  width: 170px;
  height: 50px;
  background: url(../images/anniu.png) no-repeat  center;
  font-size: 16px;
  color: #fff;
}
 