*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei,SimSun,Arial,Helvetica, sans-serif;
    line-height: 30px;
}
body{
    background-image: url(bg_Xu190713.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
a,p{
    text-decoration: none;
    color: #fff;
}
img{
    border: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bg_cover{
    background: url(bg_cover_Xu190715.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#wrap{
    width: 1300px;
    margin: 0 auto;
    /*height: 1000px;*/
    overflow: hidden;
}
/*header start*/
.top{
    margin-top: 14px;
    margin-left: 12px;
    height: 108px;
}
.logo_cover{
    width: 341px;
    height: 74px;
}
/*搜索框*/
.search{
    position: relative;
    width: 257px;
    margin-right: 104px;
    margin-top: 16px;
}
.search input{
    padding-left: 15px;
    width: 242px;
    height: 34px;
    border-radius: 15px;
    background-color: #e1eefc;
    border: none;
}
.search input:focus{
    outline: none;
    border: none;
}
.search_btn{
    position: absolute;
    right: 15px;
    top: 7px;
}
/*大标题*/
.header .title{
    margin: 0 auto;
    text-align: center;
    height: 131px;
}
/*header End*/

/*section start*/
.nav_left{
    width: 395px;
    height: 510px;
    float: left;
    margin-left: 15px;
}
.nav_left .nav_left_li{
    width: 350px;
    height: 65px;
    background: url(nav_list_Xu190712.png) no-repeat;
    margin-bottom: 31px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.nav_left li a p{
    padding-left: 34px;
}
.nav_left li a,.nav_left li p{
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav_left li a{
    display: block;
    cursor: pointer;
}
.nav_left li p:hover{
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.nav_square{
    width: 25px;
    height: 25px;
    position: absolute;
    left: -15px;
    top: 21px;
}
.nav_xuxian{
    width: 1px;
    height: 78px;
    position: absolute;
    left: -3px;
    top: 43px;
}
/*contents right*/
.contents_right{
    width: 890px;
    height: 510px;
    float: left;
    position: relative;
}
.right_line1{
    top: 0;
    left: 0;
    position: absolute;
    z-index: -99;
}
.right_line2{
    bottom: 0;
    right: -60px;
    position: absolute;
    z-index: -99;
}
.contents_text{
    margin-left: 85px;
}
.c_title{
    height: 55px;
    padding-top: 15px;
}
.c_title p{
    font-size: 30px;
    color: #fff;
    padding-left: 56px;
    background: url(title_img_Xu190713.png) no-repeat left center;
}
.c_text{
    width: 778px;
    margin-top: 15px;
}
.c_text p{
    text-indent: 5px;
    font-size: 16px;
    line-height: 45px;
}
.c_text ul{
    margin-left: 40px;
    margin-top: 30px;
}
.c_text li{
    float: left;
    width: 233px;
    height: 42px;
    padding-left: 41px;
    background: url(contents_li_Xu190713.png) no-repeat;
    margin-bottom: 35px;
    margin-right: 80px;
}
.c_text li a{
    font-size: 18px;
}
.c_text li a:hover{
    color: #f1f1f1;
}
/*footer*/
footer{
    margin-left: 30px;
}
.footer p,.footer li,.footer span{
    color: #fff;
}
.footer{ background:none;  color: #fff;
    overflow: hidden;margin-bottom: 30px;}
.zlyfoot{ width:1360px; height:auto; margin:0 auto;}
.zlyfl2019{ float:left;}
.zlyfl2019r{ float:left;    margin-right: 10px;
    margin-top: 10px;}
.footer_bq{     overflow: hidden;
    width: 900px;
    height: auto;}
.footer_links{     overflow: hidden;
    width: 900px;
    height: auto;}
footer_ba{     overflow: hidden;
    width: 900px;
    height: auto;}
.footer_links li{float: left;}
.footer_bq p{float: left;}
.footer a {
    float: left;
    color: #fff;
}
/*手机*/
@media screen and (max-width: 768px){
    /*header*/
    body{
        background-image: url(sj_bg_Xu190713.png);
    }
    #wrap{
        width: 100%;
    }
    .header{
        height: 190px;
        position: relative;;
    }
    .top{
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
        height: 65px;
    }
    .search_wrap{
        position: absolute;
        top: 115px;
        left: 50%;
        margin-left: -128px;
        z-index: 999;
    }
    .search{
        margin-right: 0;
    }
    .logo img{
        width: 50%;
    }
    .logo{
        width: 342px;
        height: 42px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .title{
        position: absolute;
    }
    .title img{
        width: 90%;
    }
    .right{
        display: none;
    }

    /*内容*/
    .nav_left .nav_left_li{
        width: 70%;
        background: url(nav_list_Xu190712.png) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        position: relative;
        margin: 0 auto;
    }
    .nav_left{
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .nav_left li a, .nav_left li a p{
        line-height: 50px;
    }
    #sj_click_1{
        display: block;
    }
    .contents_right{
        width: 100%;
        float: none;
    }
    .c_text{
        width: 100%;
    }
    .c_text p{
        font-size: 16px!important;
        line-height: 20px!important;
    }
    .c_text ul{
        margin-left: 20px;
        margin-top: 20px;
    }
    .c_text li{
        margin-bottom: 0;
        width: 220px;
        margin-right: 0;
    }
    .nav_square {
        width: 25px;
        height: 25px;
        position: absolute;
        left: -15px;
        top: 14px;
    }
    .nav_xuxian{
        width: 1px;
        height: 46px;
        position: absolute;
        left: -3px;
        top: 36px;
    }
    .zlyfl2019{
        float: none;
    }
    .zlyfoot{
        width: 100%;
    }
    .foot_img{
        margin-left: 19%;
    }
    .footer{
        margin-left: 5px;
    }
    footer{
        margin-left: 15px;
    }
    .footer_links,.footer_bq{
        overflow: hidden;
        width: 300px;
        height: auto;
        margin-right: 0;
    }
}


.wytyj a {
    font-weight: bold;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 5px;
    padding: 10px 35px 10px 65px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #ffa84f url(tijianyifuzhi20190726.png) 19px 10px no-repeat;
}
.wytyj a:hover{background: #4ba8fe url(tijianyifuzhi20190726.png) 19px 10px no-repeat;}
body{    background-size: 100% 100%;}
.zly_fhc{width: 100%;
    margin: 10px auto; text-align: center; height:auto;}
.zly_fhc a{    
    
        color: #fff;
    font-size: 18px;}

.zly_bt{ font-weight:bold;    text-align: center;
    margin: 10px auto; color:#1c1785; font-size:28px; text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;

-webkit-text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;

-moz-text-shadow:#fff 2px 0 0,#000 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;

*filter: Glow(color=#000, strength=1);}
.zlywx{ width:100%; height:auto; text-align:center; margin:20px auto;}
.zlywx img{     width: 170px;
    margin: 0 auto;
    height: auto;
    border: #fff 5px solid;}
.zlywx p{ color:#fff; font-size:16px; margin:0 auto}
.nav_left li p{ font-size:26px;}
.top{ margin-top:0;}
.bg_cover {
    box-shadow: #0456a9 0 0 5px;
    margin: 1% auto;
    border: #fff 1px solid;
    background: none;
    
    width: 98%;
}
@media screen and (max-width: 768px){
.header .title{ height:auto;}
.zly_fhc a{ font-size:16px;}
.header{height:220px;}
.zly_bt{ font-size:18px;}
.search_wrap{ top:125px;}
.nav_left li a p{ font-weight:bold; font-size:22px;}
.top{ margin-top:0;}
.bg_cover{margin: 2% auto;width: 96%;}
.footer{    margin-left: 0; line-height:22px; margin-top:0; }
.footer_bq{ width:100%;}
.footer_links{ width:100%;}
.footer_links ul{text-align:center;}
.footer_links li {
    line-height:22px;
    margin: 0 auto;
    display: inline-block;
}
.footer a{ font-size:12px;line-height:22px;}
.footer span{font-size:12px;float: none!important;line-height:22px;}
.footer_bq p{font-size:12px;float: none!important; display: inline-block;line-height:22px;}
}
@media screen and (max-width: 400px){
.nav_left li a p{ font-size:14px;    line-height: 40px;}
.c_text li a{font-size:14px; }
}








