@charset "utf-8";
/* CSS Document */
.container{
    width: 1340px;
   
}
#ls_conMain .container{
    padding: 20px 0 0;
}
/*头部*/
.ls-header{
    height: 400px;
    background: url(../images_ssjygk/top.png)no-repeat bottom left -38px;
}
.ls-header .logo{
    margin-top: 18px;
    margin-left: 70px;
}
.ls-header .logo li.num1 a span{
    display: none;
}
.ls-header .bt{
    margin-left: 304px;
    margin-top: 78px;
}
.ls-header .bt li a span{
    display: none;
}
.logo li.num1{
    float: left;
}
.logo ul {
    float: right;
}
.logo ul li:nth-of-type(1){
    float: left;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
    border-right: 1px solid #686767;
}
.logo ul li:nth-of-type(1) span{
    font-size: 18px;
    color: #606060;
}
.logo ul li:nth-of-type(1) span:hover{
    color: #919191;
}
.logo ul li.num-wza{
    
    float: left;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
}
.logo li.num-wza span{
    font-size: 18px;
    color: #606060;
}
.logo li.num-wza span:hover{
    color: #919191;
}
/*横幅*/
.hf{
    height:120px ;
    line-height: 120px;
    background: url(../images_ssjygk/gs.png)no-repeat top left;
}
.hf ul{
    margin-left: 270px;
}
.hf ul li a span{
    display: none;
}
.szbm{
    margin-top: 25px;
}
.szbm .tit{
    font-size: 30px;
    color: #507DC5;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.szbm .tit::before{
    content: "";
    width:100% ;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.szbm .tit span{
    position: relative;
    display: inline-block;
    width: 130px;
    background: #fff;
    text-align: center;
}
.szbm .tit span::before{
    content: "";
    width:15px ;
    height: 3px;
    background: #507DC5;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 0;
}
.szbm .tit span::after{
    content: "";
    width:15px ;
    height: 3px;
    background: #507DC5;
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
}
.szbm ul{
    margin-top: 15px;
}
.szbm ul li{
    background: #F1F7FF;
    width: 206px;
    height: 44px;
    line-height: 44px;
    margin-right: 20px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    font-size: 17px;
}
.szbm ul li a{
    display: inline-block;
    cursor: pointer!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.szbm ul li:nth-of-type(6n){
    margin-right: 0;
}
.xqzf{
    margin-top: 0;
}
.ls-header{
    position: relative;
}
.guidang {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 1;
}

@media (max-width:1339px) {
    .container{
        width: 992px;
    }
    .ls-header .bt{
        margin-left: 0;
        text-align: center;
    }
    .hf ul{
        margin-left: 0;
        text-align: center;
    }
    .szbm ul li{
        width:233px ;
    }
    .szbm ul li:nth-of-type(6n){
        margin-right: 20px;
    }
    .szbm ul li:nth-of-type(4n){
        margin-right: 0;
    }
}

@media (max-width:991px) {
    .container{
        width: 768px;
    }
    
    #ls_conMain .container{
        padding: 6px 0 0;
    }
    .ls-header {
        height: 270px;
    }
    .ls-header .logo {
        margin-top: 10px;
        margin-left: 10px;
    }
    .ls-header .bt {
        margin-top: 20px;
    }
    .szbm {
        margin-top: 10px;
    }
    .szbm ul {
        margin-top: 10px;
    }
    .szbm ul li{
        width:249px ;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .szbm ul li:nth-of-type(6n){
        margin-right: 10px;
    }
    .szbm ul li:nth-of-type(4n){
        margin-right: 10px;
    }
    .szbm ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .xqzf {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .container{
        width: auto;
        padding: 0 10px;
    }
    .ls-header .bt li a img{
        width:100%;
        height: auto;
    }
    .hf{
        padding: 0 10px;
    }
    .hf ul li a img{
        width: 100%;
        height: auto;
    }
    .szbm ul li{
        width: 49.2%;
        margin-right: 1.6%;
    }
    .szbm ul li:nth-of-type(6n){
        margin-right: 1.6%;
    }
    .szbm ul li:nth-of-type(4n){
        margin-right: 1.6%;
    }
    .szbm ul li:nth-of-type(3n){
        margin-right: 1.6%;
    }
    .szbm ul li:nth-of-type(2n){
        margin-right:0;
    }
}
@media (max-width:650px){
    .ls-header {
        height: 228px;
    }
}
@media (max-width:550px){
    .szbm ul li{
        width: 100%;
        margin-right:0;
    }
    .ls-header {
        height: 212px;
    }
    .hf{
        height: 100px;
        line-height: 100px;
    }
}
@media (max-width:450px){
    .ls-header {
        height: 188px;
    }
    .hf{
        height: 90px;
        line-height: 90px;
    }
}
@media (max-width:350px){
    .ls-header {
        height: 170px;
    }
    .hf{
        height: 80px;
        line-height: 80px;
    }
}