@charset "UTF-8";
/* CSS Document */
header .top_nav ul li.ztyy{
    background:url(../images/header_nav_thematic_hover.png) no-repeat;
    background-size: 36px;
    padding-left: 48px;
    background-position: left center;
    font-size: 18px;
    font-weight: 900;
}


/*title*/
.con_box{
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 160px;
}
img{
    width: 100%;
}

.content{
    margin-top: 100px;
}

.content h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

.content .conleft{
    width: 720px;
    float: left;
}
.content .conleft p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: justify;
}
.content .conright{
    width: 400px;
    float: right;
}
.pcimg{
    display: block;
}
.phoneimg{
    display: none;
}

@media (max-width:813px){
    .con_box{
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        padding-top: 6rem;
    }
    .content{
        margin-top: 4rem;
    }
    .content h1{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    .content .conleft{
        width: 100%;
        float: none;
    }
    .content .conleft p {
        color: #333;
        font-size: 1rem;
        line-height: 1.8rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .content .conright{
        width: 100%;
        float: none;
    }
        
    .pcimg{
        display: none;
    }
    .phoneimg{
        display: block;
        margin-bottom: 3rem;
    }



}




@media (min-width: 600px) and (max-width: 813px){
    
}













