
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 532px;
    background: #FFF;
    overflow: hidden;
    z-index: 1;
  }
  
  .fullSlide .bd {
    height: 532px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 532px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 532px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #001728;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }
  

  /* page_contact*/


.page_contact{
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 40px 0;
    background: #f5f5f5;
}

.page_contact .cont{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.page_contact .cont .cont_l{
    width: 937px;
    float: left;
}

/* about*/

.page_contact .cont .cont_l .about{
  margin-bottom: 40px;

}

.page_contact .cont .cont_l .about .ab_t{
  width: 937px;
  height: 50px;
  line-height: 50px;
  background: #505050;
}

.page_contact .cont .cont_l .about .ab_t h3 a{
  font-size: 18px;
  color: #fff;
  background: url(../images/buttom1.png) no-repeat 15px center;
  padding-left: 50px;
}

.page_contact .cont .cont_l .about .ab_nr{
  margin-top: 40px;
  height: 240px;
}

.page_contact .cont .cont_l .about .ab_nr .ab_img{
  float: left;
  width: 400px;
  height: 240px;
  margin-left: 20px;
}

.page_contact .cont .cont_l .about .ab_nr .ab_img img{
  width: 400px;
  height: 240px;
}

.page_contact .cont .cont_l .about .ab_nr .txt{
  float: right;
  width: 475px;
  margin-right: 5px;
} 


.page_contact .cont .cont_l .about .ab_nr .txt h5 a{
  font-size: 16px;
  color: #505050;
  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;
  margin-top: 13px;
  
}

.page_contact .cont .cont_l .about .ab_nr .txt p{
  font-size: 14px;
  color: #9a9a9a;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  text-indent: 2em;
  margin-top: 18px;

}

.page_contact .cont .cont_l .about .ab_nr .txt .xq{
  width: 123px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  margin-top: 25px;
}

.page_contact .cont .cont_l .about .ab_nr .txt .xq a{
  font-size: 14px;
  color: #9a9a9a;
  background: url(../images/more.png) no-repeat 85px center;
  padding-left: 20px;
  display: block;
}


  /* team*/


.team{
  width: 937px;
  overflow: hidden;
}
.page_contact .cont .cont_l .team .team_t{
  width: 937px;
  height: 50px;
  line-height: 50px;
  background: #505050;
}

.page_contact .cont .cont_l .team .team_t h3 a{
  font-size: 18px;
  color: #fff;
  background: url(../images/buttom3.png) no-repeat 15px center;
  padding-left: 50px;
  float: left;
}

.page_contact .cont .cont_l .team .more{
  float: right;
  margin-right: 18px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.page_contact .cont .cont_l .team .team_box{
  margin-top: 1px;
  margin-left: 20px;
}

.page_contact .cont .cont_l .team .team_box ul li{
  float: left;
  height: 150px;
  padding: 40px 0;
  width: 305px;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}

.page_contact .cont .cont_l .team .team_box ul li .pic{
  float: left;
  width: 120px;
  height: 150px;
  overflow: hidden;
}

.page_contact .cont .cont_l .team .team_box ul li .pic img{
  width: 120px;
  height: 150px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_contact .cont .cont_l .team .team_box ul li:hover .pic img{
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  overflow: hidden;
}

.page_contact .cont .cont_l .team .team_box ul li .txt{
  float: left;
  width: 150px;
  height: 150px;
  margin-left: 15px;
  position: relative;
}

.page_contact .cont .cont_l .team .team_box ul li .txt h5 a{
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  background: url(../images/xt.png) no-repeat bottom left;
  padding-bottom: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: -5px;
}

.page_contact .cont .cont_l .team .team_box ul li:hover .txt h5 a{
  color: #333;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.page_contact .cont .cont_l .team .team_box ul li .txt .nr{
  margin-top: 15px;
}

.page_contact .cont .cont_l .team .team_box ul li .txt .nr span{
  font-size: 14px;
  color: #9a9a9a;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 2px;
}

.page_contact .cont .cont_l .team .team_box ul li .txt .nr p{
  font-size: 14px;
  color: #9a9a9a;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}


.page_contact .cont .cont_l .team .team_box ul li .xq a{
  display: block;
  width: 30px;
  height: 18px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  bottom: 13px;
  left: 0;
}


.page_contact .cont .cont_r{
    width: 243px;
    float: right;
}

.page_contact .cont .cont_r .news_t{
  width: 243px;
  height: 50px;
  line-height: 50px;
  background:#505050;
}

.page_contact .cont .cont_r .news_t h3 a{
  font-size: 18px;
  color:#fff;
  background: url(../images/buttom2.png) no-repeat 65px center;
  padding-left: 30px;
  text-align: center;
  display: block;
}

.page_contact .cont .cont_r .news_box{
  margin-top: 40px;
}

.page_contact .cont .cont_r .news_box .news_nr{
  width: 222px;
}

.page_contact .cont .cont_r .news_box .news_nr .pic{
  width: 222px;
  height: 150px;
}

.page_contact .cont .cont_r .news_box .news_nr .pic img{
  width: 222px;
  height: 150px;
}

.page_contact .cont .cont_r .news_box .news_nr .txt{
  margin-top: 20px;
}

.page_contact .cont .cont_r .news_box .news_nr .txt a{
  font-size: 14px;
  color:#505050;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: block;
}

.page_contact .cont .cont_r .news_box .news_nr .txt span{
  display: block;
  font-size: 14px;
  color:#9a9a9a;
  margin-top: 10px;
}

.page_contact .cont .cont_r .news_box .news_list{
  margin-top: 27px;
}

.page_contact .cont .cont_r .news_box .news_list ul li{
  width: 183px;
  height: 100px;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 12px 20px 0 20px;
  position: relative;
  z-index: 5;
}

.page_contact .cont .cont_r .news_box .news_list ul li a{
  font-size: 14px;
  color:#505050;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_contact .cont .cont_r .news_box .news_list ul li span{
  display: block;
  font-size: 14px;
  color:#9a9a9a;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_contact .cont .cont_r .news_box .news_list ul li i{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 112px;
  background: #505050;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}

.page_contact .cont .cont_r .news_box .news_list ul li:hover i{
  width: 100%;
}

.page_contact .cont .cont_r .news_box .news_list ul li:hover a{
  color: #fff;
}

.page_contact .cont .cont_r .news_box .news_list ul li:hover span{
  color: #fff;
}


/* message*/

.message{
  width: 1200px;
  margin: 65px auto 0 auto;
}

.message .m_l{
  float: left;
  width: 1040px;
  border-bottom: 2px solid #505050;
}

.message .m_l .form-group1{
  float: left;
  width: 240px;
  height: 50px;
}

.message .m_l .form-group1 input{
  width: 240px;
  height: 50px;
  background: url(../images/m1.png) no-repeat top left;
  padding-top: 8px;
  font-size: 14px;
  color: #9a9a9a;
  border:0;
}

.message .m_l .form-group2{
  float: left;
  width: 240px;
  height: 50px;

}

.message .m_l .form-group2 input{
  width: 240px;
  height: 50px;
  background: url(../images/m2.png) no-repeat top left;
  padding-top: 8px;
  font-size: 14px;
  color: #9a9a9a;
   border:0;
}

.message .m_l .form-group3{
  float: right;
  width: 560px;
  height: 50px;
}

.message .m_l .form-group3 input{
  width: 560px;
  height: 50px;
  background: url(../images/m3.png) no-repeat top left;
  padding-top: 8px;
  font-size: 14px;
  color: #9a9a9a;
   border:0;
}

.message .anniu{
  float: right;
  width: 120px;
  height: 40px;
  background: #505050;
}

.message .anniu button{
  width: 120px;
  height: 40px;
  background: #505050;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}



/* links*/

.links_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 100px;
  background: #f5f5f5;

}

.links_bg .links{
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}

.links_bg .links h3{
  float: left;
  font-size: 24px;
  color: #505050;
  background: url(../images/links.png) no-repeat right center;
  width: 100px;
}

.links_bg .links .yq{
  float: left;
  margin-left: 20px;
}

.links_bg .links .yq a{
  margin: 0 20px;
  font-size: 14px;
  color: #9a9a9a;
}



/* fenye*/
.fenye{
  margin:  30px auto 40px auto;
  height: 26px;
  text-align: center;
  position: relative;
}

.fenye .page_prev{
  width: 26px;
  height: 26px;
  background: url(../images/left.png) no-repeat center;
  display: inline-block;
}

.fenye .page_next{
  width: 26px;
  height: 26px;
  background: url(../images/right.png) no-repeat center;
  display: inline-block;
}

.fenye .page-active{
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  color: #9a9a9a;
  display: inline-block;
  top: -8px;
  position: relative;
}


.fenye .page-active:hover{
  background: #505050;
  border: 1px solid #505050;
  color: #fff;
}