
.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(01) 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;
    width: 155px;
    text-indent: 10px;

}

.bx3 .breadcrumb{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
    padding-left: 20px;

}
.bx3 .breadcrumb h5{
    color: #3f3f3f;
}
.bx3 .breadcrumb h5 span{
    cursor: pointer;
}

.bx3{
    width: 1200px;
    height: auto;
    background:#f9f9f9;
    margin: 0px auto;

    overflow: hidden;
}
.bx3 .bx3-l{
    width: 870px;
    height: auto;
    background: white;
    float: left;

    overflow: hidden;
    padding: 30px;

}

.bx3 .bx3-l h1{
    font-size: 25px;
    color: black;font-weight: 600;
    text-align: center;
    width: 670px;
    margin: 20px auto;
    line-height: 44px;
}

.bx3 .bx3-l h1 p{
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 13px;
    color: #b1b2b4;
}
.bx3 .bx3-l h1 p span{
    margin-right: 21px;
}

.bx3 .bx3-l .art{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    color: #3f3f3f;
    margin-top: -20px;
    line-height: 30px;
    font-family: "微软雅黑", Arial !important;
}
.bx3 .bx3-l .art p{
    margin: 15px auto;
    font-family: "微软雅黑", Arial !important;
}
.bx3 .bx3-r{
    width: 320px;
    height: auto;
    background: white;
    float: left;
    padding-left: 16px;
    padding-bottom: 20px;
    /*margin-left:880px;*/
    margin-left: 10px;





}
.bx3 .bx3-r h1{
    font-size: 20px;
    color: #3f3f3f;
    margin-top: 30px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}

.bx3 .bx3-r p{
    padding-left: 5px;
    padding-right: 20px;
    font-size: 14px;
    color: #3f3f3f;
    margin-top: 10px;
    transition: all ease 0.1s;
    cursor: pointer;
}

.bx3 .bx3-r p:hover{
    color: #3270f9;
    transform: scale(1.1);
}


.bx5{
    width: 1200px;
    height: 310px;
    background: #f9f9f9;
    margin: 10px auto;

}

.bx5 .main{
    width: 870px;
    height: 310px;
    background: white;
    padding-left: 16px;
    overflow: hidden;
}
.bx5 .main h1{
    font-size: 20px;
    color: #3f3f3f;
    margin-top: 20px;
}
.bx5 .main h1:after{
    content: "";
    display: block;
    width:78px;
    height: 10px;
    background: url("../imgs/bt.png") no-repeat center;
}

.bx5 .main ul{
    margin-top: 20px;
}
.bx5 .main ul li{
    width: 200px;
    height: 220px;
    float: left;
    /*background: yellowgreen;*/
    cursor: pointer;
    margin-right: 13px;


}
.bx5 .main ul li .mgBox{
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.bx5 .main ul li .mgBox img{
    transition: all ease 1s;
}
.bx5 .main ul li:hover .mgBox img{
    transform: scale(1.1);
}
.bx5 .main ul li p{
    width:200px;
    margin:15px auto;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 21px;
    text-align: left;
    cursor: pointer;
    height: 40px;

}

.bx5 .main ul li:hover p{
    color: black;
}


