
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
    margin: 30px auto 0 auto;
  }
  
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .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: #0780df;
    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%;
  }



/*title*/

.title{
    padding-left: 105px;
    margin-left: -85px;

}

.title span{
    display: block;
    font-size: 12px;
    color: #bbbbbb;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.title h3{
    font-size: 28px;
    color: #484848;
    font-weight: bold;
}

.title h3 a{
    font-size: 28px;
    color: #484848;
    font-weight: bold;
}

.title p{
    font-size: 13px;
    color: #777777;
}


/*product*/

.pro_bg{
    width: 100%;
    margin: 80px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center 135px;
    overflow: hidden;

}

.pro_bg .product{
    width: 1200px;
    margin:  0 auto;

}

.pro_bg .product .pro_l{
    float: left;
    width: 197px;
}

.pro_bg .product .pro_l .title{
    background: url(../images/pro_t.png) no-repeat left center;


}

.pro_bg .product .pro_l .pro_con{
    margin-top: 60px;
    width: 165px;
} 

.pro_bg .product .pro_l .pro_con ul li .first{
    height: 40px;
    line-height: 40px;
    position: relative;

}

.pro_bg .product .pro_l .pro_con ul li .first::after{
    position: absolute;
    left: -60px;
    top: 10px;
    content: "";
    background: url(../images/buttom2.png) no-repeat left center;
    width: 41px;
    height: 21px;
}

.pro_bg .product .pro_l .pro_con ul li .first a{
    font-size: 15px;
    color: #444;
    font-weight: bold;
    float: left;
    width: 150px;
    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;
    position: relative;
}

.pro_bg .product .pro_l .pro_con ul li:hover .first a{
    color: #054ba0;
}

.pro_bg .product .pro_l .pro_con ul li:hover .first::after{
    background: url(../images/buttom1.png) no-repeat left center;
}

.pro_bg .product .pro_l .pro_con ul li .first .more{
    float: right;
    font-size: 15px;
    color: #999999;
}


.pro_bg .product .pro_l .pro_con ul li ul li{
    height: 31px;
    line-height: 31px;
    
}

.pro_bg .product .pro_l .pro_con ul li ul li a{
    font-size: 14px;
    color: #666666;
    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_l .pro_con ul li ul li:hover a{
    color: #054ba0;
}

.pro_bg .product .pro_l .pro_con .pro_more{
    height: 40px;
    line-height: 40px;
    position: relative;
}

.pro_bg .product .pro_l .pro_con .pro_more::after{
    position: absolute;
    left: -60px;
    top: 10px;
    content: "";
    background: url(../images/buttom2.png) no-repeat left center;
    width: 41px;
    height: 21px;
}

.pro_bg .product .pro_l .pro_con .pro_more h5 a{
    font-size: 15px;
    color: #444;
    font-weight: bold;
    float: left;
    width: 150px;
    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;
    position: relative;
}
.pro_bg .product .pro_l .pro_con .pro_more .more{
    float: right;
    font-size: 15px;
    color: #999999;
}


.pro_bg .product .pro_box{
    float: right;
    width: 965px;
} 


.pro_bg .product .pro_box ul li{
    float: left;
    width: 280px;
    height: 280px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin: 0 0 40px 39px;
    position: relative;
}

.pro_bg .product .pro_box ul li .pic{
    width: 260px;
    height: 220px;
    margin: 10px auto 0 auto;
}

.pro_bg .product .pro_box ul li .pic img{
    width: 260px;
    height: 220px;
    border-radius: 8px;
}


.pro_bg .product .pro_box ul li .txt{
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .pro_box ul li .txt h5 a{
    float: left;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #555555;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.pro_bg .product .pro_box ul li .txt .more{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
    color: #054ba0;
    margin-left: 5px;
}


.pro_bg .product .pro_box ul li .txt h5 a::after{
    position: absolute;
    left:12px;
    top: -7px;
    content: "";
    width: 1px;
    height: 15px;
    background: #e5e5e5;
}


.pro_bg .product .pro_box ul li .txt .more::after{
    position: absolute;
    left:-7px;
    top: 24px;
    content: "";
    width: 1px;
    height: 5px;
    background: #e4e4e4;
}


/*ys*/


.ys_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 600px;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg  .ys{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ys_bg  .ys .title{
    position: absolute;
    left: 775px;
    top: 70px;
    z-index: 5;
    background: #f8f8f8 url(../images/ys_t.png) no-repeat left center;
    padding-left: 85px;
}

.ys_bg  .ys .title span{
    letter-spacing: 3px;
}

.ys_bg  .ys_box{
    width: 100%;
    margin: 0 auto;
    height: 600px;
    position: relative;
}

.ys_bg .ys_box .bd{
    width: 100%;
    margin: 0 auto;
    height: 600px;
    position: absolute;
    top: 0;
}

.ys_bg .ys_box .bd ul li{
    width: 100%;
    margin: 0 auto;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.ys_bg .ys_box .bd ul li .nr{
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    position: relative;
}

.ys_bg  .ys_box .bd ul li .nr .txt{
    float: right;
    width: 505px;
    margin-top: 200px;
    height: 280px;
}

.ys_bg  .ys_box .bd ul li .nr .txt h5{
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #054ba0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ys_bg  .ys_box .bd ul li .nr .txt p{
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    margin: 20px 0 0px 0;
}


.ys_bg  .ys_box .bd ul li .nr .ys_img{
    float: left;
    width: 50%;
    height: 600px;
    position: relative;
    margin-left: -360px;
}

.ys_bg  .ys_box .bd ul li .nr .ys_img img{
    width: 960px;
    height: 600px;
    position: relative;

}

.ys_bg  .ys_box .bd ul li .nr .ys_img  .ys_num{
    width: 860px;
    height: 500px;
    position: absolute;
    top: 50px;
    left: 50px;
    background: url(../images/ys_num.png) no-repeat  center;
}

.ys_bg  .ys_box .bd ul li .nr .ys_img  .ys_num  h6{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    line-height: 72px;
    text-transform: uppercase;
    position: absolute;
    right: 55px;
    bottom: 20px;
}

.ys_bg  .ys_box .bd ul li .nr .ys_img  .ys_num span{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 72px;
}

.ys_bg  .ys_box .hd{
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 485px;

}
.ys_bg  .ys_box  .hd .next{
    background: url(../images/left.png) no-repeat center;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 695px;
    bottom: 0px;
    cursor: pointer;
    z-index: 9;
}

.ys_bg  .ys_box  .hd .prev{
    background: url(../images/right.png) no-repeat center;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 730px;
    bottom: 0px;
    cursor: pointer;
    z-index: 9;
}


/*news*/

  .case_bg{
    width: 100%;
    height: 710px;
    margin: 80px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat center 375px;
    overflow: hidden;
}


.case_bg .case{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.case_bg .case .case_l{
    width: 720px;
    float: left;
}
 
.case_bg .case .case_l .title{
    background: url(../images/case_t.png) no-repeat left center ;
    padding-left: 85px;
}

.case_bg .case .case_l .case_box{
    margin: 80px auto 0 auto;
}

.case_bg .case .case_l .case_box .bd{
    width: 720px;
    height: 320px;
    margin: 0 auto;
}

.case_bg .case .case_l .case_box .bd ul li{
    float: left;
    width: 330px;
    margin-right: 30px;
}

.case_bg .case .case_l .case_box .bd ul li .pic{
    width: 330px;
    height: 270px;
}

.case_bg .case .case_l .case_box .bd ul li .pic img{
    width: 330px;
    height: 270px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.case_bg .case .case_l .case_box .bd ul li .txt{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.case_bg .case .case_l .case_box .bd ul li .txt h5 a{
    float: left;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #555555;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_l .case_box .bd ul li .txt .more{
    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;
}

.case_bg .case .case_l .case_box .bd ul li:hover .txt h5 a{
    color: #054ba0;
    margin-left: 5px;
}

.case_bg .case .case_l .case_box .hd{
    margin: 55px auto 0 auto;
}

.case_bg .case .case_l .case_box .hd .next{
    float: left;
    width: 15px;
    height: 20px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
    margin-left: 325px;
}

.case_bg .case .case_l .case_box .hd .prev{
    float: left;
    width: 15px;
    height: 20px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
    margin-left: 27px;
}

.case_bg .case .case_r{
    float: right;
    height: 710px;
    position: relative;
}

.case_bg .case .case_r .pic{
    width: 798px;
    height: 710px;
    position: relative;
    margin-right: -360px;

}

.case_bg .case .case_r .pic img{
    width: 798px;
    height: 710px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.case_bg .case .case_r .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #054ba0;
    width: 445px;
    height: 85px;
    line-height: 85px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


.case_bg .case .case_r .txt h5 a{
    font-size: 15px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 225px;
    background: url(../images/case_xt.png) no-repeat left center;
}



/*about*/

.about{
    width: 1200px;
    margin: 80px auto 0 auto;

}

.about .ab_l{
    float: left;
    position: relative;
}

.about .ab_l .ab_t{
    font-size: 60px;
    color: #eeeeee;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;

}

.about .ab_l .ab_img{
    width: 600px;
    height: 520px;
    position: relative;

}

.about .ab_l .ab_img img{
    width: 650px;
    height:430px;
    border-top-left-radius: 85px; margin-top:70px;
}

.about .ab_r{
    float: right;
    width: 495px;

}

.about .ab_r .title{
    background: url(../images/ab_t.png) no-repeat left center;
    margin-left: 245px;
}

.about .ab_r .title span{
    letter-spacing: 1.5px;
}


.about .ab_r .ab_nr{
    margin-top: 70px;

}

.about .ab_r .ab_nr h5 a{
    display: block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    background: #054ba0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-left: 95px;
}

.about .ab_r .ab_nr p{
    text-align: right;
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 20px;

}

.about .ab_r  .ab_list{
    margin-top: 55px;
}

.about .ab_r  .ab_list ul li{
    float: left;
    width: 80px;
    margin-right: 125px;

}

.about .ab_r  .ab_list ul li:last-child{
    margin-right: 0;
}

.about .ab_r  .ab_list ul li a{
    display: block;
    font-size: 18px;
    color: #444444;
    text-align: center;
}

.about .ab_r  .ab_list ul li a span{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.about .ab_r  .ab_list ul li.ab1 a span{
    background: #f5f5f5 url(../images/ab1.png) no-repeat left center;
}
.about .ab_r  .ab_list ul li.ab2 a span{
    background: #f5f5f5 url(../images/ab2.png) no-repeat left center;
}

.about .ab_r  .ab_list ul li.ab3 a span{
    background: #f5f5f5 url(../images/ab3.png) no-repeat left center;
}

.about .ab_r  .ab_list ul li.ab1:hover a span{
    background: #054ba0 url(../images/ab11.png) no-repeat left center;
}
.about .ab_r  .ab_list ul li.ab2:hover a span{
    background: #054ba0 url(../images/ab22.png) no-repeat left center;
}

.about .ab_r  .ab_list ul li.ab3:hover a span{
    background: #054ba0 url(../images/ab33.png) no-repeat left center;
}


  /*news*/

  .news{
    width: 1200px;
    height: 590px;
    margin: 80px auto 0 auto;
}


.news .news_t{
    height: 75px;

}


.news .news_t .title{
    float: left;
    background: url(../images/news_t.png) no-repeat left center;
}

.news .news_t  .news_list{
    float: right;
    margin-top: 7px;
}

.news .news_t  .news_list ul li{
    float: left;
    width: 105px;
    height: 60px;
    line-height: 60px;
    margin-left: 45px;
    position: relative;
}

.news .news_t  .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #484848;
}

.news .news_t  .news_list ul li a img{
    vertical-align: middle;
    margin-right: 10px;
}


.news .news_t  .news_list ul li::before{
    width: 0;
    height: 1px;
    background: #054ba0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -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{
    width: 0;
    height: 1px;
    background: #054ba0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -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::before{
    width: 100%;
}

.news .news_t  .news_list ul li.casehover::after{
    width: 100%;
}

.news  .news_box{
    margin: 55px auto 0 auto;
    width: 1240px;
}

.news  .news_box ul li{
    float: left;
    width: 350px;
    margin: 0 53px 65px 10px;
    position: relative;
}


.news  .news_box ul li .txt{
    height: 57px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.news  .news_box ul li .txt span{
    float: left;
    font-size: 48px;
    color: #cccccc;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news  .news_box ul li .txt .nr{
    float: right;
    width: 275px;
}

.news  .news_box ul li .txt .nr a{
    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;
}

.news  .news_box ul li .txt .nr p{
    font-size: 13px;
    color: #777777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 12px;
}

.news  .news_box ul li .txt::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #054ba0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news  .news_box ul li:hover .txt::after{
    width: 100%;
}

.news  .news_box ul li:hover .txt span{
    color: #054ba0;
}

.news  .news_box ul li .time{
    height: 50px;
    line-height: 50px;
}

.news  .news_box ul li .time span{
    float: left;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news  .news_box ul li .time .more{
    display: block;
    font-size: 14px;
    color: #999;
    float: right;
    padding-left: 50px;
    background: url(../images/xt.png) no-repeat left 27px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news  .news_box ul li:hover .time .more{
    color: #054ba0;
}


  /*links*/

.links{
    width: 1200px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.links h3{
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #054ba0;
    border-radius: 5px;
}

.links .yq{
    width: 1090px;
    float: right;
    line-height: 32px;
}

.links .yq a{
    font-size: 14px;
    color: #555555;
    margin: 0 10px;
}


/*f_contact*/

.f_contact_bg{
    width: 100%;
    height: 100px;
    background: #f3f5fb;
    margin: 55px auto 0 auto;
}

.f_contact_bg .f_contact{
    width: 1200px;
    margin: 0 auto;
    line-height: 100px;
}

.f_contact_bg .f_contact ul li{
    float: left;
    width: 350px;
    font-size: 15px;
    color: #444;
}

.f_contact_bg .f_contact ul li img{
    vertical-align: middle;
    margin-right: 20px;
}

.f_contact_bg .f_contact ul li:last-child{
    width: 500px;
}

.f_contact_bg .f_contact ul li span{
    font-size: 24px;
    color: #444;
}