*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration-line: none;
}
/* 移动 */
@media screen and (max-width: 768px){

    #one{
        width: 100%;
        height: 427px;
        background-image: url(../images/baise/toubeijin.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: none;
    }
    #one .zhuti{
    width: 1200px;
    margin: 0 auto;
    }
    #one .zhuti {
        width: 1200px;
        margin: 0 auto;
    }
    #one .zhuti p:nth-child(1) a img{
        margin-top: 43px;
    }
    #one .zhuti p:nth-child(1) img:nth-child(2){
        float: right;
        margin-top: 30px;
    }
    #one .zhuti p:nth-child(2){
        text-align: center;
        margin-top: 65px;
    }


    #two{
        width: 100%;
        height: auto;
        background-image: url(../images/shouji/toubeijing.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
    }
    #two .zhuti{
    width: 100%;
    margin: 0 auto;
    }
    #two .zhuti {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #two .zhuti p{
       text-align: center;
    }
    #two .zhuti p:nth-child(1) a img{
        width: 45%;
        margin-top: 30px;
    }
    
    #two .zhuti p:nth-child(2){
        margin-top: 30px;
        padding-bottom: 50px;
    }
    #two .zhuti p:nth-child(2) img{
        width: 95%;
    }



    section{
        width: 100%;
    }
    section .wznr{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }
    section .wznr-li{
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        background-color: #fff;
    }
    section .wznr-li .biaohang{
        border-bottom: 1px solid #dde3e9;
        font-size: 16px;
        font-weight: bold;
        color: #0059c1;
        position: relative;
        height: 40px;
        line-height: 40px;
    }
    section .wznr-li .biaohang a{
        font-size: 16px;
        font-weight: bold;
        color: #0059c1
    }
    section .wznr-li .biaohang span{
        display: inline-block;
        width: 125px;
        height: 3px;
        background-color: #0059c1;
        position: absolute;
        top: 37px;
        left: 0px;
    }
    
    section .wznr-li .neirong ul li {
        overflow: hidden;
        position: relative;
        border-bottom: 1px dashed #d8e1e9;
    }

    section .wznr-li .neirong ul li span:nth-child(1) {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #0059c1;
        position: absolute;
        top: 18px;
    }
    section .wznr-li .neirong ul li span:nth-child(3) {
        display: none;
    }
    section .wznr-li .neirong ul li a {
        font-size: 15px;
        color: #333333;
        transition: all ease-out 0.5s;
        margin-left: 10px;
        display: inline-block;
        height: 40px;
        padding: 10px 0;
    }
    section .wznr-li .neirong ul li a:hover {
        color: #0059c1;
    }
    section .you{
        display: none;
    }
     #mypages{
        text-align: center;
        margin-top: 30px;
        font-size: 15px;
     }
     #mypages a{
        color: #000;
        font-size: 15px;
     }






    #one1{
        margin-top: 90px;
        height: 400px;
        background-color: #0059c1;
        display: none;
    }
    #one1 div{
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    #one1 div p{
        line-height: 2;
    }
    #one1 div p:nth-child(1){
        padding-top: 90px;
    }
    #one1 div p a{
        color: #fff;
    }
    #one1 div p a:nth-child(2) img{
        margin: 0 35px;
    }
    #one1 div p img:nth-child(3){
        position: relative;
        top: 10px;
    }






    #two1{
        width: 100%;
        margin-top: 30px;
        padding-bottom: 40px;
        background-color: #0059c1;
        display: block;
    }
    #two1 div{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    #two1 div p{
        line-height: 2;
    }
    #two1 div p:nth-child(1){
        padding-top: 40px;
    }
    #two1 div p a{
        color: #fff;
    }
    #two1 div p img:nth-child(2){
        margin: 0 25px;
    }
    #two1 div p img:nth-child(3){
        position: relative;
        top: 10px;
    }
}
/* PC */
@media screen and (min-width: 768px){
    #one{
        width: 100%;
        height: 427px;
        background-image: url(../images/baise/toubeijin.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
    }
    #one .zhuti{
    width: 1200px;
    margin: 0 auto;
    }
    #one .zhuti {
        width: 1200px;
        margin: 0 auto;
    }
    #one .zhuti p:nth-child(1) a img{
        margin-top: 43px;
    }
    #one .zhuti p:nth-child(1) img:nth-child(2){
        float: right;
        margin-top: 30px;
    }
    #one .zhuti p:nth-child(2){
        text-align: center;
        margin-top: 65px;
    }


    #two{
        width: 100%;
        height: auto;
        background-image: url(../images/shouji/toubeijing.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: none;
    }
    #two .zhuti{
    width: 100%;
    margin: 0 auto;
    }
    #two .zhuti {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #two .zhuti p{
       text-align: center;
    }
    #two .zhuti p:nth-child(1) a img{
        width: 45%;
        margin-top: 30px;
    }
    
    #two .zhuti p:nth-child(2){
        margin-top: 30px;
        padding-bottom: 50px;
    }
    #two .zhuti p:nth-child(2) img{
        width: 95%;
    }
    
    
    
    section{
        width: 100%;
        margin-top: 55px;
    }
    section .wznr{
        width: 1200px;
        margin: 0 auto;
        margin-top: 35px;
        padding: 0;
        background-color: #fff;
        display: flow-root;
    }
    section .wznr-li{
        width: 975px;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        float: right;
    }
    section .wznr-li .biaohang{
        border-bottom: 1px solid #dde3e9;
        font-size: 20px;
        font-weight: bold;
        color: #0059c1;
        position: relative;
        height: 50px;
        line-height: 50px;
    }
    section .wznr-li .biaohang a{
        font-size: 20px;
        font-weight: bold;
        color: #0059c1
    }
    section .wznr-li .biaohang span{
        display: inline-block;
        width: 125px;
        height: 3px;
        background-color: #0059c1;
        position: absolute;
        top: 47px;
        left: 0px;
    }
    section .wznr-li .neirong ul {
        display: inline-block;
        width: 100%;
        padding: 22.5px 0;
    }
    section .wznr-li .neirong ul li:nth-child(7),
    section .wznr-li .neirong ul li:nth-child(14),
    section .wznr-li .neirong ul li:nth-child(21)
     {
        overflow: hidden;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px dashed  #dde3e9;
    }
    
    
    section .wznr-li .neirong ul li {
        margin: 18px 0;
        overflow: hidden;
    }
    section .wznr-li .neirong ul li span:nth-child(1) {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #0059c1;
        position: relative;
        top: -5px;
    }
    section .wznr-li .neirong ul li a {
        font-size: 18px;
        color: #333333;
        transition: all ease-out 0.5s;
        margin-left: 20px;
    }
    section .wznr-li .neirong ul li a:hover {
        color: #0059c1;
    }
    section .wznr-li .neirong ul li span:nth-child(3) {
        float: right;
        color: #999999;
        font-size: 14px;
        margin-top: 3px;
    }
    
    section .you{
        width: 165px;
        margin: 0 auto;
        margin-top: 50px;
        padding: 0;
        background-color: #fff;
        float: left;
        margin-right: 40px;
    }
    section .you div{
        width: 165px;
        margin-bottom: 53px;
        position: relative;
        background-color: #f5f7f7;
        border: 0px solid;
    }
    section .you div>p{
       width: 100%;
       height: 50px;
       line-height: 50px;
       text-align: center;
       background-color: #e8eaf6;
       transition: all ease-out 0.5s;
    }
    section .you div>p:hover{
        background-color: #0059c1;
     }
    section .you div .on{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #0059c1;
     }
    section .you div>p a{
        display: block;
        width: 100%;
        height: 100%;
       color: #000;
       display: inline-block;
       font-size: 18px;
       transition: all ease-out 0.5s;
    }
    section .you div>p:hover a{
       color: #fff;
       font-weight: bold;
    }
    section .you div .on a{
        color: #fff;
        font-weight: bold;
     }
    
     #mypages{
        text-align: center;
        margin-top: 50px;
     }
     #mypages a{
        color: #000;
     }
    #one1{
        margin-top: 90px;
        height: 400px;
        background-color: #0059c1;
        display: block;
    }
    #one1 div{
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    #one1 div p{
        line-height: 2;
    }
    #one1 div p:nth-child(1){
        padding-top: 90px;
    }
    #one1 div p a{
        color: #fff;
    }
    #one1 div p a:nth-child(2) img{
        margin: 0 35px;
    }
    #one1 div p img:nth-child(3){
        position: relative;
        top: 10px;
    }






    #two1{
        width: 100%;
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #0059c1;
        display: none;
    }
    #two1 div{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    #two1 div p{
        line-height: 2;
    }
    #two1 div p:nth-child(1){
        padding-top: 40px;
    }
    #two1 div p a{
        color: #fff;
    }
    #two1 div p img:nth-child(2){
        margin: 0 25px;
    }
    #two1 div p img:nth-child(3){
        position: relative;
        top: 10px;
    }
}
