/* banner分类 */
.open{
    width: 100%;
    height: auto;
    position: relative;
}
.open .row{
    width: 1200px;
    height: 62px;
    background-color: rgb(255, 255, 255,0.7);
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
    top: -62px;
    opacity: 0.7;
}
.open .row ul{
    height: 100%;
    display: flex;
    justify-content: center;
}
.open .row ul li{
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 1px solid #ffffff;
}
.open .row ul li a{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 62px;
    display: block;
}
.open .row ul li .openA{
    font-weight: bold;
    color: #0062ff;
}
/* 新闻中心 */
.lils{
    width: 100%;
    height: auto;
    padding-bottom: 181px;
}
.lils .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.lilsTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.lilsTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.lilsTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.lilsTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.lilsTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.lilsBody{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 35px;
}
.lilsBody .p1{
    font-size: 26px;
    color: #333333;
    padding-top: 30px;
}
.lilsBody .p2{
    font-size: 14px;
    color: #6d6d6d;
    padding-top: 20px;
}
.lilsBody::after{
    content: "";
    width: 1200px;
    height: 6px;
    background: url(/static/home/images/aboutTp12.png) no-repeat;
    background-size: 1200px 6px;
    position: absolute;
    top: 125px;
}
/* 底部 */
.lilsBut{
    width: 100%;
    min-height: 300px;
    font-size: 16px;
    color: #2a2a2a;
    padding-top: 30px;    
}
.lilsBut p{
    line-height: 40px !important;
    letter-spacing: 1px;
}
.lilsBut img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 45px;
}
/* 切换 */
.lilsMap{
    width: 100%;
    height: auto;
    border-top: 1px solid #e5e5e5;
    margin-top: 110px;
}
.lilsMap .p1{
    width: auto;
    height: auto;
    float: left;
    margin-top: 25px;
}
.lilsMap .p1 span{
    font-size: 16px;
    color: #4e4e4e;
    float: left;
}
.lilsMap .p1 a{
    font-size: 16px;
    color: #4e4e4e;
    display: block;
    float: left;
    margin-left: 19px;
}
.lilsMap .p2{
    width: auto;
    height: auto;
    float: right;
    margin-top: 25px;
}
.lilsMap .p2 span{
    font-size: 16px;
    color: #4e4e4e;
    float: left;
}
.lilsMap .p2 a{
    font-size: 16px;
    color: #4e4e4e;
    display: block;
    float: left;
    margin-left: 19px;
}