*{
    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(bgzly20190910.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{
	width:100%;
	overflow: hidden;
    margin: 0 auto;
    text-align: center;
    height: 131px;
}
.header .title h1{
	overflow: hidden;
    margin: 0 auto;
    text-align: center;
     
}
/*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;
    }
}
.zly_lb{ width:800px; height:800px;   margin: 0 auto; overflow: hidden;}
.zly_lb_l{ float: left;width: 352px; height:64px; background: url(nav_list_square20190910l.png) no-repeat ; margin-bottom: 30px;}
.zly_lb_l a{    font-size: 1.5rem;
    display: block;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px #666;}
.zly_lb_l a:hover{text-shadow: 0px 2px 0px #666;}
.zly_lb_r{ float: right;width: 352px; height:64px; background: url(nav_list_square20190910r.png) no-repeat ;margin-bottom: 30px;}
.zly_lb_r a{    font-size: 1.5rem;
    display: block;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px #666;}
.zly_lb_r a:hover{text-shadow: 0px 2px 0px #666;}
.zly_lb b{ float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
        margin: 28px 0 34px 14px;}

.zly_lb .l{ width: 400px; height: auto; float: left; background: url(xuxian_Xu190713.png) no-repeat 93% 34px;}
.zly_lb .r{ width: 350px; height: auto; float: left;}