*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft yahei","simhei", "simsun";
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    width: 100%;
    height: 100%;
}
.top_pic img{
    width: 100%;
}
.w1200{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.banner img{
    width: 100%;
}
.top{
    background-color: #ebeef5;
    width: 100%;
    position: relative;
}
.top .logo{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.nav{
    background-color: #ff6200;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav_text{
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.content{
    margin-top: 69px;
}
.slider_left{
    width: 727px;
    height: 100%;
}
.slider_left_ul li img{
    width: 100%;
}
.banner_cover {
    position: absolute;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    color: #fff !important;
    text-align: left;
    font-size: 14px;
}
.banner_cover span{
    font-size: 18px;
}
.white_list{
    position: absolute;
    bottom: 18px;
    right: 0;
    margin-right: 10px;
}
.white_list li{
    width: 14px;
    height: 14px;
    float: left;
    background-color: #b4afaf;
    border-color: #fff;
    list-style: none;
    font-size: 0;
    margin-right: 7px;
    border-radius:20px;
}
.white_list .on{
    background-color: #fff!important;
}
.slider_left_ul,.slider_left{position:relative}
.slider_left_ul{height:428px;}
.slider_left_ul li{height:428px;}

.slider_right{
    width: 426px;
}
.slider_right_ul li{
    font-size: 20px;
    letter-spacing:2px;
    line-height: 35px;
}
.slider_right_ul .li_a_wrap{
    background: url(li_bg_Xu200413.png) no-repeat 6px 13px;
    padding-left: 33px;
}
.time{
    color: #b4afaf;
}
.content2{
    margin-top: 60px;
}
.zcwj_list p{
    line-height: 60px;
    font-size: 24px;
}
.zcwj_list{
    width: 50%;
    float: left;
}
.content_ul2 li{
    padding-right: 40px;
}
.content3{
    margin: 36px auto;
}
.mobile{
    display:none;
}
@media screen and (max-width:768px) {
    .w1200{
        width: 100%;
    }
    .top .logo{
        top:5px
    }
    .top .logo img{
        width: 45%;
    }
    .nav{
        position: static;
    }
    .nav_text{
        font-size: 1rem;
        line-height: 24px;
        padding: 0 2%;
        width: 96%;
    }
    .content{
        margin-top: 20px;
    }
    .slider_left{
        width: 100%;
        height: 222px;
    }
    .slider_left_ul{
        height: 222px;
    }
    .slider_left_ul li{
        height:222px;
    }
    .slider_left_ul li img{
        height: 222px;
    }
    .banner_cover span{
        width: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    .slider_right{
        width: 96%;
        margin-top: 5%;
        padding: 0 2%;
    }
    .content2{
        margin-top: 20px;
        padding: 0 2%;
        width: 96%;
    }
    .zcwj_list{
        width: 100%;
    }
    .content_ul2 li{
        padding: 0;
    }
    .content3 img{
        width: 100%;
    }
    .mobile{
        display: block;
    }
    .pc{
        display: none;
    }
    .content3{
        margin: 5% auto;
    }
}