
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0px;
    height: 30px;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 60px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 60px;
    height: 3px;
    background: #ff4900;
    -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%;
  }


  .fullSlide .trait{
      width: 1200px;
      height: 120px;
      margin: 0 auto;
      position: relative;
      bottom: 120px;
  }


.fullSlide .contcat{
    width: 90%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    bottom: 590px;
}

.fullSlide .contcat ul{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.fullSlide .contcat ul li{
    width: 450px;
    height: 41px;
    margin-bottom: 30px;
    position: relative;
    
}


.fullSlide .contcat ul li span{
    display: block;
    width: 41px;
    height: 41px;

}

.fullSlide .contcat ul li.c1 span{
    background: url(../images/buttom1.png) no-repeat  center;
}

.fullSlide .contcat ul li.c2 span{
    background: url(../images/buttom2.png) no-repeat  center;
}

.fullSlide .contcat ul li.c3 span{
    background: url(../images/buttom3.png) no-repeat  center;
}


.fullSlide .contcat ul li p{
    position: absolute;
    left: 40px;
    top: 0;
    line-height: 41px;
    padding-left: 20px;
    font-size: 20px;
    color: #666;
    font-family: 'Times New Roman', Times, serif;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fullSlide .contcat ul li:hover p{
    opacity: 1;
}

.fullSlide .contcat ul li.c3 p img{
    width: 100px;
    height: 100px;
}



/*title*/

.title{
    margin: 0 auto;
    overflow: hidden;
}

.title h3{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    float: left;
    margin-top: -10px;

}

.title h3 a{
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.title h3 span{
    display: block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.title .more a{
    float: right;
    width: 42px;
    height: 42px;
    display: block;
    background: url(../images/more.png) no-repeat  center;
    margin-top: 7px;
}



/*product*/

.pro_bg{
    width: 100%;
    height: 560px;
    margin: 70px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat bottom center;
}

.pro_bg  .product{
    width: 1200px;
    margin: 0 auto;
}

.pro_bg  .product .pro_box{
    width: 1200px;
    height: 449px;
    margin: 51px auto 0 auto;
    position: relative;
}

.pro_bg  .product .pro_box  .pro_list{
    position: absolute;
    left: 0;
    top: 25px;
    height: 31px;
    z-index: 5;
}

.pro_bg  .product .pro_box  .pro_list ul li{
    float: left;
    height: 31px;
    line-height: 31px;
    background: url(../images/xt.jpg) no-repeat left center;
    padding: 0 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg  .product .pro_box  .pro_list ul li a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg  .product .pro_box  .pro_list ul li:hover{
    background: #ff4900;
}

.pro_bg  .product .pro_box  .pro_list ul li:hover a{
    color: #fff;
}

.pro_bg  .product .pro_box .bd{
    width: 1200px;
    margin: 0 auto;
    height: 449px;
    overflow: hidden;
}

.pro_bg  .product .pro_box .bd ul li{
    float: left;
    width: 1200px;
    margin: 0 auto;
}

.pro_bg  .product .pro_box .bd ul li .txt{
    float: left;
    width: 575px;
    margin-top: 150px;
}

.pro_bg  .product .pro_box .bd ul li .txt a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    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;
}

.pro_bg  .product .pro_box .bd ul li .txt i{
    display: block;
    width: 38px;
    height: 2px;
    background: #dedede;
    margin: 28px 0 18px 0;
}

.pro_bg  .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;

}

.pro_bg  .product .pro_box .bd ul li:hover .txt a{
    color: #ff4900;
}

.pro_bg  .product .pro_box .bd ul li .pic{
    float: right;
    width: 576px;
    height: 449px;
    background: #ff4900;
}

.pro_bg  .product .pro_box .bd ul li .pic img{
    width: 566px;
    height: 439px;
    margin: 5px;
}

.pro_bg  .product .pro_box .hd{
    position: absolute;
    bottom: 55px;
    left: 0;
    z-index: 5;
    height: 19px;
    width: 175px;
}

.pro_bg  .product .pro_box .next{
    position: absolute;
    bottom: 55px;
    left: 125px;
    background: url(../images/more1.png) no-repeat right center;
    z-index: 5;
    height: 19px;
    width: 52px;
    cursor: pointer;
}

.pro_bg  .product .pro_box .hd ul li{
    float: left;
    width: 19px;
    height: 19px;
    background: url(../images/buttom5.png) no-repeat  center;
    margin-right: 15px;
}

.pro_bg  .product .pro_box .hd ul li.on{
    background: url(../images/buttom4.png) no-repeat  center;
}

.pro_show{
    width: 92%;
    margin: 50px auto 0 auto;
}

.pro_show ul li{
    float: left;
    width: 17.5%;
    height: auto;
    margin: 0 1.1%;
    position: relative;
    border: 1px solid #fff6f2;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_show ul li:hover{
    border: 1px solid #ff4900;
}

.pro_show ul li .pic{
    width: 95%;
    padding-top: 82%;
    background: #ff4900;
    border-radius: 8px;
    margin: 6px auto 0 auto;
    position: relative;

}

.pro_show ul li .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;

}

.pro_show ul li .txt{
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 94%;
}

.pro_show ul li .txt h5 a{
    float: left;
    width: 60%;
    font-size: 14px;
    color: #333;
    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;
}


.pro_show ul li .txt .more{
    float: right;
    display: block;
    background: url(../images/more2.png) no-repeat  center;
    width: 36px;
    height: 11px;
    margin-top: 14px;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 736px;
    margin: 65px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg  .ys{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.ys_bg  .ys .ys_img{
    float: left;
    width: 592px;
    height: 548px;
    position: relative;
    margin-left: -30px;
    margin-top: 100px;
}

.ys_bg  .ys .ys_img img{
    width: 592px;
    height: 548px;
}

.ys_bg  .ys .ys_nr{
    float: right;
    width: 490px;
}

.ys_bg  .ys .ys_nr .ys_t{
    text-align: right;
}

.ys_bg  .ys .ys_nr .ys_t h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;

}

.ys_bg  .ys .ys_nr .ys_t span{
    font-size: 14px;
    color: #999999;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
}


.ys_bg  .ys .ys_nr .bd{
    margin-top: 20px;
    width: 490px;
} 

.ys_bg  .ys .ys_nr .bd ul li{
    float: left;
    width: 490px;
}

.ys_bg  .ys .ys_nr .bd ul li h5{
    overflow: hidden;
    margin-bottom: 40px;
}

.ys_bg  .ys .ys_nr .bd ul li h5 span{
    float: left;
    text-transform: uppercase;
    font-size: 100px;
    color: #ff4900;
    font-weight: bold;
    opacity: 0.1;
    line-height: 110px;
}
.ys_bg  .ys .ys_nr .bd ul li h5 i{
    font-size: 20px;
    color: #ff4900;
    font-weight: bold;
    float: right;
    margin-top: 80px;
}

.ys_bg  .ys .ys_nr .bd ul li p{
    font-size: 14px;
    color: #666;
    line-height: 42px;
    height: 130px;
}

.ys_bg  .ys .ys_nr .hd{
    margin-top: 70px;
    margin-left: 252px;
    width: 238px;
} 

.ys_bg  .ys .ys_nr .hd .next{
    float: left;
    cursor: pointer;
    background: url(../images/ys_left.png) no-repeat  center;
    width: 119px;
    height: 42px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg  .ys .ys_nr .hd .next:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.ys_bg  .ys .ys_nr .hd .prev{
    float: right;
    cursor: pointer;
    background: url(../images/ys_right.png) no-repeat  center;
    width: 119px;
    height: 42px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg  .ys .ys_nr .hd .prev:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.ys_bg  .ys .ys_nr .tel{
    margin-top: 55px;
    background: url(../images/tel.png) no-repeat left center;
    line-height: 30px;
    padding-left: 55px;
    font-size: 14px;
    color: #999;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg  .ys .ys_nr .tel span{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_bg  .ys .ys_nr .tel:hover{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/*case*/

.case_bg{
    width: 100%;
    height: 460px;
    margin: 65px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat bottom center;
}

.case_bg  .case{
    width: 1200px;
    margin: 0 auto;
}

.case_bg  .case .case_box{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.case_bg  .case .case_box .bd{
    width: 1200px;
    height: 351px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.case_bg  .case .case_box .bd ul li{
    float: left;
    width: 355px;
    margin: 0 65px 0 0;
}

.case_bg  .case .case_box .bd ul li .pic{
    width: 355px;
    height: 291px;
    background: #fff6f2;
    border-radius: 8px;
}

.case_bg  .case .case_box .bd ul li .pic img{
    width: 327px;
    height: 267px;
    border-radius: 8px;
    border: 3px solid #fff6f2;
    margin: 9px 11px;

}

.case_bg  .case .case_box .bd ul li .txt{
    height: 60px;
    line-height: 60px;
    width: 305px;
    padding: 0 25px;

}

.case_bg  .case .case_box .bd ul li .txt h5 a{
    float: left;
    width: 250px;
    font-size: 14px;
    color: #fff;
    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_bg  .case .case_box .bd ul li .txt .more{
    float: right;
    display: block;
    background: url(../images/more3.png) no-repeat  center;
    width: 46px;
    height: 14px;
    margin-top: 23px;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 698px;
    margin: 60px auto 0 auto;
    background: #fff6f2;
}

.ab_bg  .about{
    width: 1200px;
    height: 557px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.ab_bg  .about  .ab_l{
    float: left;
    width: 600px;
}

.ab_bg  .about  .ab_l .txt{
    margin-top: 60px;
    width: 480px;
}

.ab_bg  .about  .ab_l .txt h5 a{
    font-size: 18px;
    color: #333;
    display: block;

}

.ab_bg  .about  .ab_l .txt i{
    display: block;
    width: 56px;
    height: 3px;
    background: #dedede;
    margin: 30px 0;

}

.ab_bg  .about  .ab_l .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    text-indent: 2em;
}

.ab_bg  .about  .ab_l .tel{
    margin-top: 90px;
    background: url(../images/tel.png) no-repeat left  center;
    line-height: 30px;
    padding-left: 55px;
    font-size: 14px;
    color: #666666;
    -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 .tel span{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg  .about  .ab_l .tel:hover{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.ab_bg  .about  .honor{
    position: absolute;
    left: 505px;
    bottom: 0px;
    width: 190px;
    height: 240px;
    background: #fff;
}

.ab_bg  .about  .honor img{
    width: 178px;
    height: 228px;
    margin: 6px;

}

.ab_bg  .about  .ab_img{
    float: right;
    width: 472px;
    height: 557px;
} 

.ab_bg  .about  .ab_img img{
    width: 472px;
    height: 557px;
    border-radius: 5px;
}


/*news*/

.news{
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
    height: 872px;
}

.news .news_t{
    width: 1200px;
    overflow: hidden;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list {
    float: right;
    margin-top: 15px;
}

.news .news_t .news_list ul li{
    float: left;
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}

.news .news_t .news_list ul li a{
    font-size: 18px;
    color: #333;
    -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: #ff4900;
}

.news .news_box{
    margin: 45px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 820px;
}

.news .news_box .news_l ul li{
    float: left;
    width: 370px;
    height: 364px;
    background: #fff6f2;
    border-radius: 8px;
    margin: 0 40px 32px 0;
    position: relative;
}

.news .news_box .news_l ul li .news_img{
    width: 356px;
    height: 205px;
    margin: 7px auto 0 auto;

}

.news .news_box .news_l ul li .news_img img{
    width: 356px;
    height: 205px;
    border-radius: 8px;
}

.news .news_box .news_l ul li .txt{
    width: 340px;
    height: 121px;
    margin: 0 15px;
    position: relative;
} 

.news .news_box .news_l ul li .txt a{
    font-size: 14px;
    color: #333;
    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: 30px 0 8px 0;
}

.news .news_box .news_l ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.news .news_box .news_l ul li .txt  span{
    position: absolute;
    right: -15px;
    bottom: 0;
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #dedede;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 8px;
    border-right: none;
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .news_l ul li:hover .txt  span{
    border: 1px solid #ff4900;
    border-top-left-radius: 20px;
    background: #ff4900;
    color: #fff;
}

.news .news_box .news_r{
    float: right;
    width: 370px;
} 

.news .news_box .news_r ul li{
    width: 368px;
    height: 163px;
    border: 1px solid #dedede;
    margin-bottom: 34px;
}

.news .news_box .news_r ul li .time{
    float: left;
    width: 39px;
    height: 65px;
    border: 1px solid #dedede;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 50px;
    text-align: center;
    -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 .time span{
    display: block;
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 5px 0 3px 0;
}

.news .news_box .news_r ul li .time i{
    display: block;
    margin: 0px auto 3px auto;
    width: 16px;
    height: 1px;
    background: #ffa480;
    opacity: 0;
    -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 .time p{
    display: block;
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    -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:hover .time{
    background: #ff4900;
    border: 1px solid #ff4900;
}

.news .news_box .news_r ul li:hover .time span{
    color: #fff;

}

.news .news_box .news_r ul li:hover .time i{
    opacity: 1;
}

.news .news_box .news_r ul li:hover .time p{
    color: #fff;
}

.news .news_box .news_r ul li .txt{
    float: right;
    width: 280px;
    margin: 30px 25px 0 0;

}

.news .news_box .news_r ul li .txt a{
    font-size: 14px;
    color: #333;
    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;
}

.news .news_box .news_r ul li .txt i{
    display: block;
    margin: 18px 0 0 0;
    width: 26px;
    height: 2px;
    background: #dedede;
}

.news .news_box .news_r ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 10px;
}








/*links*/

.links{
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.links h3{
    float: left;
    font-size: 26px;
    color: #ff4900;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.links .yq{
    float: right;
    width: 1080px;
}

.links .yq a{
    font-size: 14px;
    color: #364b58;
    margin-right: 20px;
    margin-bottom: 15px;

}