.bx2{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;


}
.bx2 .logl1{
    float: left;
    margin-top: 10px;

}
.bx2 .logl1 img{
    float: left;
    line-height: 70px;
    margin-right: 6px;
}
.bx2 .logl1 .logW{
    float: left;
}
.bx2 .logl1 .logW h5{
    font-size: 20px;
    font-weight:800;
    color: black;
    letter-spacing: 2px;
    margin-top: 5px;
}
.bx2 .logl1 .logW p{
    font-size: 10px;
    color: black;
}
.bx2 .nav-top{
    float: right;

}
.bx2 .nav-top ul{
    width: auto;
    height: auto;
}
.bx2 .nav-top li{
    float: left;
    width: 90px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    transition: all ease 1s;
}

.bx2 .nav-top li:nth-child(03) a{
    color:#ee7615;
    font-size:17px;
    font-weight: 600;
}
.bx2 .nav-top a{
    font-size: 15px;
    color: black;
    line-height: 70px;

}
.bx2 .nav-top li a:hover{
    color: #ee7615;
    font-size:17px;
    font-weight: 600;
}
.bx2 .nav-top li:last-child{
    line-height: 70px;
    width: auto;
    padding-left: 10px;
}
.bx2 .nav-top li:last-child img{
    width: 22px;
    height: 22px;
    margin-left: 5px;

}
.bx2 .nav-top li:last-child:hover{
    background: white;
}
.bx2 .nav-top li:last-child input{
    height: 30px;
    border: 1px solid #ee7615;
    text-indent: 10px;
    width: 155px;

}
.bx3 .breadcrumb{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding-left: 20px;

}
.bx3 .breadcrumb h5{
    color: #3f3f3f;
}
.bx3 .breadcrumb h5 span{
    cursor: pointer;
}

.bx3{
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
}
.bx3 ul{
    width: 100%;
}
.bx3 ul li{
    width: 340px;
    height: 200px;
    background:white;
    float: left;
    margin-right: 30px;
    margin-left:50px;
}
.bx3 ul li h3{
    text-align: center;
    font-size: 40px;
    color: #ee730c;
    margin-top: 60px;
    font-weight: 600;
}
.bx3 ul li h3 span{
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 500;
}
.bx3 ul li p{
    margin-left: 120px;
    margin-top: 30px;
    color: #aaaaaa;
}
.bx3 ul .lst:before{
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #e9e9e9;
    position: absolute;
    margin-left: -30px;
    margin-top: 50px;

}
.bx3 ul .lst{
    width: 300px;
    height: 200px;
    background: white;
    float: right;
}

.bx3 ul .lst h5{
    font-size: 14px;
    color:#aaaaaa;
    margin-top: 35px;
    margin-left: 20px;
}
.bx3 ul .lst input{
    width: 230px;
    height: 40px;
    text-align: center;
    background: #f8f8f8;
    color: #afafb1;
    margin-top: 20px;
    margin-left: 20px;
    border: 1px solid #afafb1;
}
.bx3 ul .lst span{
    font-size: 14px;
    color: #aaaaaa;
    margin-left: -40px;
}
.bx3 ul .lst button{
    width: 120px;
    height: 40px;
    background: #166ec8;
    border: none;
    margin-top: 78px;
    margin-left: 80px;
    cursor: pointer;
    font-size:14px;
    color: white;
    transition: all ease 0.1s;
}
.bx3 ul .lst button:hover{
    transform: scale(1.1);
}
.bx4{
    width: 1200px;
    height: auto;
    margin: 10px auto;
    background: white;
}

.bx4 .slideTxtBox{
    width: 100%;
    height: auto;
}
.bx4 .slideTxtBox .hd{
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
}
.bx4 .slideTxtBox .hd ul{
    width: 100%;
    height:46px;

    overflow: hidden;
}
.bx4 .slideTxtBox .hd ul li{
    float: left;
    width: 98px;
    height: 46px;
    font-size: 16px;
    color: #939395;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    margin-left: 35px;

}
.bx4 .slideTxtBox .hd ul li.on{
    width: 98px;
    height: 46px;
    background: #ed730c;
    color: white;
}
.bx4 .slideTxtBox .bd{
    margin-top: 10px;
    padding-bottom: 40px;
    overflow: hidden;

}
.bx4 .slideTxtBox .bd ul{
    padding-left: 30px;
    padding-top: 50px;
    overflow: hidden;
    padding-right: 50px;
}
.bx4 .slideTxtBox .bd ul li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;

}
.bx4 .slideTxtBox .bd ul li .tit{
    font-size: 15px;
    color:#aaaaaa;
    float: left;
    width: 7%;

}
.bx4 .slideTxtBox .bd ul li span{
    color: #3f3f3f;
    margin-left: 40px;
    float: right;
    width: 1000px;
    line-height: 24px;
    font-size: 15px;

}

.bx4 .slideTxtBox .bd ul li .imgbox4{
    width: 100%;
    height: auto;
    background: white;
}

.bx4 .slideTxtBox .bd ul .kjbsqxz{
    width: 100%;
    height: auto;

}
.bx4 .slideTxtBox .bd ul .kjbsqxz h5{
    font-size: 17px;
    color: red;
    margin-bottom: 10px;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table{
    width: 100%;
    height: auto;
    border: 1px solid #afafb1;
    border-collapse: collapse;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody{
    width: 100%;
    height: auto;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr{
    width: 100%;
    height: 50px;
    text-align: center;


}
.sps{
    color: red;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr th{
    background: #eaeaea;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #afafb1;
}

.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr td{
    border: 1px solid #afafb1;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

.bx4 .slideTxtBox .bd ul .bx5{
    width: 1200px;
    height: auto;
    margin: -60px auto;
    background: white;
    padding-bottom: 60px;
    overflow: hidden;
}
.bx4 .slideTxtBox .bd ul .bx5 h5{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dedede;
    line-height: 70px;
    font-size: 18px;
    color: #3f3f3f;
    text-indent: 30px;
}

.bx4 .slideTxtBox .bd ul .bx5 ul{
    width: 100%;
    float: left;
    margin-top: -30px;
    margin-left: -60px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul h3{
    width: 80%;
    height:20px;
    border-left: 3px solid #707070;
    margin-top: 40px;
    margin-left: 50px;
    font-size: 17px;
    color: #707070;
    padding-left: 10px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li{
    width: 240px;
    height: 280px;
    border: 1px solid #ededed;
    float: left;
    margin-top: 30px;
    transition: all ease 0.1s;
    overflow: hidden;
    margin-left:100px;
}





.bx4 .slideTxtBox .bd ul .bx5 ul li:hover{
    border-color: #d0cfcf;
    transform: scale(1.1);
    box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}
.bx4 .slideTxtBox .bd ul .bx5 ul li h4{
    font-size: 14px;
    color: gray;
    text-align: center;
    margin-top: 5px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li .imgbox2{
    width: 100px;
    height: 140px;
    margin: 5px auto;
    overflow: hidden;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li .imgbox2 img{
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all ease 1s;
}
/*.bx5 ul li:hover .imgbox2 img{
    transform: scale(1.1);
}*/

.bx4 .slideTxtBox .bd ul .bx5 ul li p{
    font-size: 17px;
    color: black;
    font-weight: 600;
    text-align: center;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li h2{
    text-align: center;
    margin-top: 2px;
    transition: all ease 0.1s;
}
/*.bx5 ul li:hover h2{
    transform: scale(1.1);
}*/
.bx4 .slideTxtBox .bd ul .bx5 ul li h1{
    text-align: center;
    margin-top: 2px;
    font-size: 13px;
}
/*.bx5 ul li:hover h1{
    font-size: 14px;

}*/
