
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 680px;
    background: #FFF;
    overflow: hidden;
    top: -60px;
  }
  
  .fullSlide .bd {
    height: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 680px;
    overflow: hidden;
    text-align: center;
    background: #333;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 680px;
  }
  
  .fullSlide .bd li video{
    width: 100%;
    display: block;
    height: 680px;
    object-fit: cover;
  }
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 90px;
    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: 47px;
    height: 3px;
    margin: 0 11px;
    background: #fff;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 47px;
    height: 10px;
    background: #066aaa;
    -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{
    width: 1360px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 30px;
    color: #066aaa;
    font-weight: bold;
}

.title h3 a{
    display: block;
    font-size: 30px;
    color: #066aaa;
    font-weight: bold;
}

.title i{
    display: block;
    margin: 10px auto 15px auto;
    width: 25px;
    height: 2px;
    background: #dddddd;

}

.title p{
    font-size: 14px;
    color: #666;
}

.title span{
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/*product*/

.product_bg{
    width: 100%;
    margin: -60px auto 0 auto;
    height: 730px;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.product_bg .product{
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.product_bg .product .pro_logo{
    position: relative;
    margin: 0 auto;
    width: 96px;
    height: 60px;
    top: -50px;
    z-index: 5;
}

.product_bg .product .title{
    margin: -20px auto 0 auto;
} 

.product_bg .product .pro_list{
    margin: 50px auto 0 auto;
    width: 1257px;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.product_bg .product .pro_list ul{
    text-align: center;
}

.product_bg .product .pro_list ul li{
    display: inline-block;
    position: relative;
    width: 150px;
    margin: 0 30px;
}

.product_bg .product .pro_list ul li a{
    font-size: 16px;
    color: #575757;
    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;
    z-index: 99;
    position: relative;
}

.product_bg .product .pro_list ul li::after{
    background: url(../images/pro_list.png) no-repeat left center;
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 150px;
    height: 66px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list ul li:hover  a{
    color: #066aaa;
}

.product_bg .product .pro_list ul li:hover::after{
    opacity: 1;
}

.product_bg .product .pro_box{
    position: relative;
    width: 1360px;
    margin: 50px auto 0 auto;
}

.product_bg .product .pro_box .bd{
    width: 1360px;
    margin: 0 auto;
    height: 445px;
    overflow: hidden;
}

.product_bg .product .pro_box .bd ul li{
    float: left;
    width: 415px;
    height: 425px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .06);
    margin: 10px 19px;
}

.product_bg .product .pro_box .bd ul li .pic{
    width: 395px;
    height: 280px;
    margin: 10px auto 0 auto;
}

.product_bg .product .pro_box .bd ul li .pic img{
    width: 395px;
    height: 280px;
}
 
.product_bg .product .pro_box .bd ul li .txt{
    width: 395px;
    margin: 0 auto;
}

.product_bg .product .pro_box .bd ul li .txt a{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    color: #333;
    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_bg .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.product_bg .product .pro_box .bd ul li:hover .txt a{
    color: #066aaa;
}

.product_bg .product .pro_box .next{
    position: absolute;
    left: -85px;
    top: 150px;
    background: #2d2b2c;
    width: 40px;
    height: 90px;
    font-size: 30px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box .prev{
    position: absolute;
    right: -85px;
    top: 150px;
    background: #2d2b2c;
    width: 40px;
    height: 90px;
    font-size: 30px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box:hover .next{
    background: #066aaa;
}

.product_bg .product .pro_box:hover .prev{
    background: #066aaa;
}



/*about*/

.ab_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 672px;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1360px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

.ab_bg .about .title span{
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ab_bg .about .txt{
    float: left;
    width: 775px;
    margin-top: 42px;
}

.ab_bg .about .txt h5{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    background: url(../images/ab_t.jpg) no-repeat left 18px;
    padding-left: 70px;
}

.ab_bg .about .txt h5 span{
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}

.ab_bg .about .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin-top: 35px;
}

.ab_bg .about .txt .xq{
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #066aaa;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .txt .xq a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.ab_bg .about .txt .xq:hover{
    border-radius: 25px;
}


.ab_bg .about .ab_img{
    float: right;
    margin-right: 35px;
    margin-top: 45px;
    width: 495px;
    height: 385px;

}

.ab_bg .about .ab_img img{
    width: 495px;
    height: 385px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_img img:hover{
    border-radius: 30px;
}

/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 573px;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1360px;
    margin: 0 auto;
    padding-top: 65px;
}

.ys_bg .ys .ys_l{
    float: left;
    width: 840px;
    position: relative;
}

.ys_bg .ys .ys_l .bd{
    width: 840px;
    height: 430px;
    overflow: hidden;
}

.ys_bg .ys .ys_l .bd ul li{
    width: 840px;
    height: 430px;
}

.ys_bg .ys .ys_l .bd ul li .txt{
    float: left;
    width: 570px;

}

.ys_bg .ys .ys_l .bd ul li .txt h5{
    font-size: 24px;
    color: #fff;
    position: relative;

}

.ys_bg .ys .ys_l .bd ul li .txt h5::after{
    position: absolute;
    content: "";
    width: 240px;
    height: 1px;
    background: #dddddd;
    top: 20px;
    left: 105px;
}

.ys_bg .ys .ys_l .bd ul li .txt span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 5px;
}

.ys_bg .ys .ys_l .bd ul li .txt .nr{
    margin-top: 35px;
    position: relative;
}


.ys_bg .ys .ys_l .bd ul li .txt .nr p{
    font-size: 15px;
    color: #fff;
    line-height: 65px;
    padding-left: 35px;
    background: url(../images/ys_xt.jpg) no-repeat left center;
    position: relative;
}

.ys_bg .ys .ys_l .bd ul li .txt .nr p::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 65px;
    background: #fff;
    top: 32px;
    left: 0px;
}

.ys_bg .ys .ys_l .bd ul li .txt .nr p:last-child::after{
    height: 0;
}


.ys_bg .ys .ys_l .bd ul li .ys_img{
    float: right;
    width: 240px;
    height: 430px;
}

.ys_bg .ys .ys_l .bd ul li .ys_img img{
    width: 240px;
    height: 430px;
}

.ys_bg .ys .ys_l .hd{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -30px;
    height: 10px;
}

.ys_bg .ys .ys_l .hd ul li{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
}

.ys_bg .ys .ys_l .hd ul li.on{
    background: #fff;
}


.ys_bg .ys .ys_t{
    float: right;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin: 280px 95px 0 0;
}



/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    height: 750px;
    background: url(../images/case_bg.jpg) no-repeat  center;
}

.case_bg .case{
    width: 1360px;
    margin: 0 auto;
    padding-top: 65px;
}

.case_bg .case .case_box{
    width: 1360px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.case_bg .case .case_box  .bd{
    height: 400px;
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.case_bg .case .case_box  .bd ul li{
    height: 400px;
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.case_bg .case .case_box  .bd ul li .pic{
    float: left;
    width: 738px;
    height: 400px;
    position: relative;
}

.case_bg .case .case_box  .bd ul li .pic img{
    width: 738px;
    height: 400px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.case_bg .case .case_box  .bd ul li .txt{
    width: 540px;
    float: right;
    margin-right: 10px;
    margin-top: 85px;
}

.case_bg .case .case_box  .bd ul li .txt h5 a{
    font-size: 16px;
    color: #333;
    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;
}

.case_bg .case .case_box  .bd ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.case_bg .case .case_box  .bd ul li .txt p{
    font-size: 14px;
    color: #777;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    margin-top: 30px;
}

.case_bg .case .case_box  .bd ul li .txt .xq{
    margin-top: 35px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: url(../images/more.png) no-repeat center;
}

.case_bg .case .case_box  .bd ul li .txt .xq a{
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
}


.case_bg .case .case_box  .bd ul li:hover .txt h5 a{
    color: #066aaa;
}

.case_bg .case .case_box .hd{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 438px;
    width: 300px;
    height: 70px;
    border-top-right-radius: 30px;
    background: url(../images/ico1.png) repeat center;
}

.case_bg .case .case_box .hd .pageState{
    float: left;
    line-height: 70px;
    font-size: 18px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;

}

.case_bg .case .case_box .hd .pageState span{
    color: #1a1a1a;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.case_bg .case .case_box .hd ul{
    float: left;
    margin-top: 25px;
    margin-left: 55px;
}

.case_bg .case .case_box .hd ul li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #adadad;
    border-radius: 50%;
    margin: 0 5px;
    -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 .hd ul li.on{
    background: #066aaa;
}

.case_bg .case .case_box .hd .next{
    position: absolute;
    right: 200px;
    top: 24px;
    font-size: 20px;
    color: #1a1a1a;
    font-family: "宋体";
    font-weight: bold;
    cursor: pointer;
}

.case_bg .case .case_box .hd .prev{
    position: absolute;
    right: 25px;
    top: 24px;
    font-size: 20px;
    color: #066aaa;
    font-family: "宋体";
    font-weight: bold;
    cursor: pointer;
}


/*news*/

.news{
    width: 1360px;
    height: 1060px;
    margin: 65px auto 0 auto;
}


.news .news_list{
    margin: 50px auto 0 auto;
    height: 45px;
}

.news .news_list ul{
    text-align: center;
}

.news .news_list ul li{
    display: inline-block;
    width: 128px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 5;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 43px;
    background: #066aaa;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover i{
    width: 100%;
}

.news .news_list ul li.casehover a{
    color: #fff;
}

.news .news_list .more{
    width: 128px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #dddddd;
    display: inline-block;
    margin-left: 5px;
}

.news .news_list .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.news .news_box{
    margin: 65px auto 0 auto;

}

.news .news_box .nr_top{
    height: 410px;

}

.news .news_box .nr_top ul li{
    float: left;
    width: 407px;
    margin: 0 23px;
}

.news .news_box .nr_top ul li .news_img{
    width: 407px;
    height: 261px;
}

.news .news_box .nr_top ul li .news_img img{
    width: 407px;
    height: 261px;
}

.news .news_box .nr_top ul li .txt{
    margin-top: 25px;
}

.news .news_box .nr_top ul li .txt a{
    font-size: 16px;
    color: #373737;
    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;
}

.news .news_box .nr_top ul li .txt span{
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
}

.news .news_box .nr_top ul li .txt p{
    font-size: 14px;
    color: #888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.news .news_box .nr_top ul li:hover .txt a{
    color: #066aaa;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news .news_box .list{
    margin: 40px auto 0 auto;
}

.news .news_box .list ul li{
    float: left;
    width: 407px;
    margin: 0 23px 40px 23px;
}

.news .news_box .list ul li span{
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -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 i{
    display: block;
    width: 71px;
    height: 1px;
    background: #dddddd;
    margin: 10px 0 17px 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 a{
    font-size: 16px;
    color: #373737;
    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;
}

.news .news_box .list ul li p{
    font-size: 14px;
    color: #888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-top: 10px;
}

.news .news_box .list ul li:hover a{
    color: #066aaa;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news .news_box .list ul li:hover i{
    background: #066aaa;
}

.news .news_box .list ul li:hover span{
    color: #066aaa;
}


/*message*/

.message_bg{
    width: 100%;
    height: 269px;
    margin: 50px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
}


.message_bg .message{
    width: 1360px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}


.message_bg .message .form-group1{
    float: left;
    width: 180px;
    height: 45px;
    background: #fff;
    margin-right: 20px;
}

.message_bg .message .form-group1 input{
    width: 180px;
    height: 45px;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}

.message_bg .message .form-group2{
    float: left;
    width: 180px;
    height: 45px;
    background: #fff;
    margin-right: 20px;
}

.message_bg .message .form-group2 input{
    width: 180px;
    height: 45px;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}

.message_bg .message .form-group3{
    float: left;
    width: 700px;
    height: 45px;
    background: #fff;
}

.message_bg .message .form-group3 textarea{
    width: 690px;
    height: 32px;
    background: #fff;
    font-size: 14px;
    color: #333;
    padding: 13px 0 0 10px;
}

.message_bg .message .form-group4{
    float: right;
    width: 240px;
    height: 45px;
    background: #fff;
}

.message_bg .message .form-group4 .codeText{
    width: 140px;
    height: 45px;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
    float: left;
}

.message_bg .message .form-group4 .imgcode{
    float: right;
    width: 92px;
    height: 38px;
    margin: 3px 3px 0 0;
}

.message_bg .message .anniu{
    float: right;
    width: 202px;
    height: 44px;
    margin-top: 45px;
}

.message_bg .message .anniu button{
    width: 202px;
    height: 44px;
    background: #fff;
    border: none;
    cursor: pointer;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
    color: #066aaa;
}

.message_bg .message .m_t{
    float: left;
    line-height: 44px;
    margin-top: 45px;
    font-size: 14px;
    color: #fff;
}

.message_bg .message .m_t span{
    font-size: 16px;
    color: #fff;
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 130px;
    background: #252525;
}

.links_bg .links{
    width: 1360px;
    margin: 0 auto;
    padding-top: 50px;
}

.links_bg .links .links_t{
    float: left;
    width: 120px;
    height: 55px;
    background: url(../images/links.png) no-repeat left center;
}

.links_bg .links .links_t h3{
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 55px;
}

.links_bg .links .yq{
    float: right;
    width: 1230px;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
} 

.links_bg .links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #999999;
}