    /* 头部开始 */
    
    a:hover {
        color: #3285ff;}
    
    header {
        width: 100%;
        background-color: #f2f4f7;}
    
    .header_box {
        width: 1280px;
        margin: 0 auto;}
    
    .header_box h3,
    .header_box ul li a h2 {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        color: #666;
        float: left;}
    
    .header_box h3:hover,
    .header_box ul li a h2:hover {
        color: #3285ff;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        /* firefox 4 */
        -webkit-transition: color 0.5s;
        /* safari 和 chrome */
        -o-transition: color 0.5s;
        /* opera */
        -ms-transition: color 0.5s;}
    
    .header_box ul {
        float: right;
        margin-right: 28px;}
    
    .header_box ul li {
        float: left;}
    
    .header_box ul .header_box_login {
        margin-top: 4.5px;}
    
    .header_box ul .header_box_shu {
        width: 1px;
        height: 18px;
        margin: 6px 10px 0 10px;
        background-color: #dcdee0;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1280px) {
        .header_box {
            width: 100%;
            margin: 0;}
        .header_box h3 {
            margin-left: 20px;}
        .header_box ul {
            margin-right: 48px;}
    }
    
    @media only screen and (min-width:999px) and (max-width:1086px) {
        .header_box ul {
            margin-right: 20px;}
        .header_box h3 {
            margin-left: 10px;}
    }
    
    @media only screen and (min-width:0px) and (max-width:999px) {
        header {
            display: none;}
        nav .nav_box {
            width: 100%;}
    }
    /* 头部结束 */
    /* 导航开始 */
    
    nav {
        width: 100%;
        background-color: #fff;
        position: relative;
        z-index: 300;}
    
    nav .nav_box {
        width: 1280px;
        margin: 0 auto;}
    
    nav .nav_box .nav_box_logo {
        float: left;
        margin-top: 13px;}
    
    nav .nav_box .nav_box_link {
        float: right;
        width: 1000px;
margin-top:20px;
}
    
    nav .nav_box .nav_box_link>li {
        float: left;
        width: 140px;
        text-align: center;
        position: relative;}
    
    .nav_box_link_bg {
        background-image: url(../img/pc_bg_nav.jpg);
        background-repeat: no-repeat;}
    
    nav .nav_box .nav_box_link li #eng1 {
        font-family: "PingFang Regular";
        font-size: 18px;
        font-weight: 400;
        line-height: 80px;
        color: #000;
        text-align: center;
        cursor: pointer;}
    nav .nav_box .nav_box_link li #eng1:hover {
        color: #3285ff;
        transition: color 0.3s;
        -moz-transition: color 0.3s;
        /* firefox 4 */
        -webkit-transition: color 0.3s;
        /* safari 和 chrome */
        -o-transition: color 0.3s;
        /* opera */
        -ms-transition: color 0.3s;
        /* ie 9 */
        font-weight: bold;}
    
    nav .nav_box .nav_box_link li .nav_box_link_child {
        display: none;
        position: absolute;
        z-index: 100;}
    
    nav .nav_box .nav_box_link li .nav_box_link_child>li a {
        width: 140px;
        display: block;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        opacity: 0.8;}
    
    nav .nav_box .nav_box_link li .nav_box_link_child>li a:hover {
        background-color: #3285ff;}
    
    nav .nav_box .nav_box_link li .nav_box_link_child>li a:hover h2 {
        color: #fff;}
    
    nav .nav_box .nav_box_link li .nav_box_link_child>li a h2 {
        margin: 0 auto;
        font-family: "PingFang Regular";
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        color: rgb(49, 49, 49);}
    
    @media only screen and (min-width:1020px) and (max-width:1280px) {
        nav .nav_box {
            width: 100%;
            margin: 0;}
        nav .nav_box .nav_box_link {
            width: 720px;}
        nav .nav_box .nav_box_link li .nav_box_link_child>li a{
          width: 90px;}
        nav .nav_box .nav_box_link>li{
            width: 90px;}
        nav .nav_box .nav_box_logo {
            margin-left: 10px;}
    }
    
    @media only screen and (min-width:0px) and (max-width:1020px) {
        nav .nav_box {
            display: none;}
    }
    /* 导航结束 */
    /* nav-iphone 开始*/
    
    .n_iphone {
        width: 100%;}
    
    .bar {
        height: 3px;
        width: 40px;
        border-radius: 50pt;
        background: #3285ff;
        margin: 10px auto;
        transition: all .5s ease;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;}
    
    .n_iphone .con {
        cursor: pointer;
        display: inline-block;
        width: auto;
        height: auto;
        position: absolute;
        right: 30px;
        top: 3px;
        z-index: 120;}
    
    .top5 {
        transform: translateY(13.5px) rotateZ(45deg);
        background-color: #fff;}
    
    .bottom5 {
        transform: translateY(-13.5px) rotateZ(-45deg);
        background-color: #fff;}
    
    .middle5 {
        background-color: #fff;
        transform: rotateZ(360deg);
        width: 0;}
    
    .n_iphone_logo {
        margin: 8px 0 8px 10px;}
    
    .n_iphone_box {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: -10px;}
    
    .n_iphone_box #pi-1 li {
        float: left;
        margin-left: 24px;}
    .n_iphone_box #pi-2 li {
        float: left;
        margin-left: 24px;}
    
    .n_iphone_box .nav_dao {
        font-size: 24px;
        font-family: "PingFang Regular";
        font-weight: 400;
        line-height: 74px;
        padding-left: 24px;
        background-color: #3285ff;}
    
    .n_iphone_box .nav_dao a {
        color: #fff;}
    
    .n_iphone_box #item-gg {
        display: block;
        font-family: "PingFang Regular";
        font-size: 18px;
        font-weight: 400;
        padding-left: 24px;
        line-height: 66px;
        color: #000;
        height: 66px;}
    
    .n_iphone_box>li {
        border-bottom: 1px solid #eeeeee;
        position: relative;}
    
    .n_iphone_box #si-2 {
        position: absolute;
        right: 30px;
        top: 20px;
        display: inline-block;
        width: 18px;
        height: 18px;
        z-index: 130;}
    
    .n_iphone_box {
        display: none;}
    
    .xz {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        /* ie 9 */
        -webkit-transform: rotate(135deg);
        /* safari and chrome */
        transition: transform 0.5s linear 0s;
        -webkit-transition: transform 0.5s linear 0s;
        -ms-transition: transform 0.5s linear 0s;}
    
    .zx {
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* ie 9 */
        -webkit-transform: rotate(45deg);
        /* safari and chrome */
        transition: transform 0.5s linear 0s;
        -webkit-transition: transform 0.5s linear 0s;
        -ms-transition: transform 0.5s linear 0s;}
    
    #pi-1 {
        display: none;}
    
    .n_iphone_box #pi-1 li a,.n_iphone_box #pi-2 li a {
        line-height: 60px;
        font-family: "PingFang Regular";
        font-size: 16px;
        font-weight: normal;
        color: #000;}
    
    .n_iphone_box #pi-1 li a:hover {
        color: #00b368;}
    .n_iphone_box #pi-2 li a:hover{
        color: #00b368;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:108000px) {
        .n_iphone {
            display: none;}
    }
    
    @media only screen and (min-width:320px) and (max-width:500px) {
        .n_iphone_logo {
            width: 230px;
            height: 42px;}
        .n_iphone_logo img {
            width: 100%;
            height: 100%;}
        .n_iphone .con {
            top: -3px;
            right: 20px;}
        .n_iphone_box .nav_dao {
            line-height: 64px;}
    }
    /* nav-iphone 结束*/
    /* ----------nav结束---------- */
    /* 主体开始 */
    
    .container {
        width: 100%;}
    /* banner开始 */
    
    #banner {
        width: 100%;
        position: relative;
        overflow: hidden;}
    
    .jtou {
        position: absolute;
        left: 50%;
        top: 600px;
        z-index: 300;}
    
    .pic {
        width: 100%;
        height: 100%;
        overflow: hidden;}
    
    #banner .picImg {
        position: relative;}
    
    #banner .picImg span {
        position: absolute;
        left: 4%;
        bottom: 8%;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        opacity: 0.9;
        font-family: "PingFang Regular";
        cursor: pointer;}
    
    #banner .picImg span:hover {
        color: #00b368;}
    
    .tabs {
        position: absolute;
        bottom: 8%;
        right: 3%;}
    
    .tabs li {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: rgba(14, 13, 13, 0.7);
        background-color: rgba(255, 255, 255, 0.7);
        float: left;
        margin-left: 10px;
        border-radius: 3%;}
    
    #bg {
        color: #3285ff;}
    
    @media only screen and (min-width:0px) and (max-width:999px) {
        #banner {
            margin-top: 0;}
    }
    
    @media only screen and (min-width:300px) and (max-width:510px) {
        .tabs {
            right: 8%;
            right: 3%;}
        .tabs li {
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 16px
        ;}
    }
    /* banner结束 */
    
    .container {
 
        padding-bottom: 100px;}
    
    .container .nn_box {
        width: 1280px;
        margin: 0 auto;
        margin-top: 20px;margin-bottom:30px;}
    /* 新闻开始 */
    
    .container .nn_box .news {
        width: 71.5%;
        float: left;}
    
    .container .nn_box .news .news_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #3f3f3f;
        float: left;}
    
    .container .nn_box .news .news_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #7f8699;
        float: right;
        margin-top:6px;}
    
    .container .nn_box .news .news_title a:hover {
        color: #3285ff;}
    
    .container .nn_box .news .news_main {
        background-image: url(../img/pc_bg_4.jpg);
        background-repeat: no-repeat;
        padding-top: 1px;}
    
    .container .nn_box .news .news_main #nweslun {
        width: 305px;
        height: 202px;
        position: relative;
        margin-top: 19px;
        margin-left: 20px;
        float: left;
        overflow: hidden;}
    
    .pic {
        width: 100%;
        height: 100%;
        overflow: hidden;}
    
    #nweslun .pgImg {
        position: relative;}
    
    #nweslun .pgImg a img {
        width: 305px;
        height: 202px;}
    
    #nweslun .pgImg span {
        position: absolute;
        left: 4%;
        bottom: 8%;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        opacity: 0.9;
        font-family: "PingFang Regular";
        cursor: pointer;}
    
    #nweslun .pgImg span:hover {
        color: #00b368;}
    
    .dian {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 27px;
        background-image: url(../img/pc_bg_nwes_lun.jpg);
        background-repeat: no-repeat;}
    
    .dian li {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.7);
        float: left;
        margin-left: 10px;
        margin-top: 8px;
        border-radius: 100%;}
    
    .dian li:nth-child(1) {
        margin-left: 40%;}
    
    #tg {
        background-color: #3285ff;}
    
    .container .nn_box .news .news_main .news_main_text {
        width: 59%;
        float: left;
        margin: 20px 20px 0px 20px;
        height: 200px;
        overflow: hidden;}
    
    .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
        float: left;
        width: 80%;
        height: 64px;
        overflow: hidden;}
    
    .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
        font-family: "PingFang Regular";
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        color: #3f3f3f;}
    
    .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2:hover {
        color: #3285ff;}
    
    .container .nn_box .news .news_main .news_main_text div .tim {
        font-family: "PingFang Regular";
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        color: #7f8699;
        float: right;}
    
    .container .nn_box .news .news_main .news_main_text p {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        color: #7f8699;
        text-indent: 2em;
        margin-top: 10px;
        text-align: justify;
        height: 120px;
        overflow: hidden;}
    
    .container .nn_box .news .news_main .news_main_line {
        margin: 15px 20px 5px 20px;
        overflow: hidden;
        width: 100%;
        height: 1px;}
    
    .container .nn_box .news .news_main .news_main_line span {
        display: block;
        width: 870px;
        height: 1px;
        background-color: #d6d7dc;}
    
    .container .nn_box .news .news_main .news_main_list {
        margin: 0px 20px 0px 20px;
        padding-bottom: 12px;}
    
    .container .nn_box .news .news_main .news_main_list li div {
        font-family: "PingFang Regular";
        font-size: 30px;
        font-weight: normal;
        line-height: 33px;
        color: #3285ff;
        margin-right: 0px;
        float: left;}
    
    .container .nn_box .news .news_main .news_main_list li h3 {
        font-family: "PingFang Regular";
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        color: #3f3f3f;
        float: left;
        margin-left: 5px;
        width: 80%;
        height: 30px;
        overflow: hidden;}
    
    .container .nn_box .news .news_main .news_main_list li h3:hover {
        color: #3285ff;}
    
    .container .nn_box .news .news_main .news_main_list li span {
        font-family: "PingFang Regular";
        font-size: 16px;
        font-weight: normal;
        line-height: 33px;
        color: #7f8699;
        float: right;}
    
    .container .nn_box .news .news_main .news_main_text div span {
        float: right;
        display: block;
        margin-top: 3px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        .container .nn_box {
            width: 90%;}
        .container .nn_box .news .news_main #nweslun {
            width: 33%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 15px;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
    }
    
    @media only screen and (min-width:712px) and (max-width:999px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 33%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 15px;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
    }
    
    @media only screen and (min-width:522px) and (max-width:712px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 30%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
            width: 60%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 15px;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
            float: left;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title span {
            float: right;
            display: block;}
        .container .nn_box .news .news_main .news_main_list li h3 {
            width: 70%;}
        .dian li:nth-child(1) {
            margin-left: 30%;}
    }
    
    @media only screen and (min-width:499px) and (max-width:522px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 28%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
            width: 50%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 15px;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
            float: left;}
        .container .nn_box .news .news_main .news_main_list li h3 {
            width: 70%;}
        .dian li:nth-child(1) {
            margin-left: 23%;}
    }
    
    @media only screen and (min-width:380px) and (max-width:499px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 90%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
            width: 60%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 20px;
            width: 88%;}
        .container .nn_box .news .news_main .news_main_line {
            width: 90%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
            float: left;}
        .container .nn_box .news .news_main .news_main_list li h3 {
            width: 70%;}
        .dian li:nth-child(1) {
            margin-left: 40%;}
        #nweslun .pgImg a img {
            width: 325px;}
        .dian {
            background-image: url(../img/pc_bg_nwes_lun2.jpg);}
    }
    
    @media only screen and (min-width:359px) and (max-width:380px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 90%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
            width: 60%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 20px;
            width: 88%;}
        .container .nn_box .news .news_main .news_main_line {
            width: 90%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
            float: left;}
        .container .nn_box .news .news_main .news_main_list li h3 {
            width: 64%;}
        .dian li:nth-child(1) {
            margin-left: 38%;}
        #nweslun .pgImg a img {
            width: 325px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:359px) {
        .container .nn_box {
            width: 100%;}
        .container .nn_box .news {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .news .news_main #nweslun {
            width: 90%;}
        .container .nn_box .news {
            float: none;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title {
            width: 60%;}
        .container .nn_box .news .news_main .news_main_text {
            margin: 20px 15px 0px 20px;
            width: 88%;}
        .container .nn_box .news .news_main .news_main_line {
            width: 90%;}
        .container .nn_box .news .news_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .news .news_main .news_main_text div .news_main_text_title h2 {
            float: left;}
        .container .nn_box .news .news_main .news_main_list li h3 {
            width: 62%;}
        .dian li:nth-child(1) {
            margin-left: 38%;}
        #nweslun .pgImg a img {
            width: 325px;}
    }
    /* 新闻结束 */
    /* 公告开始 */
    
    .container .nn_box .notice {
        width: 27%;
        margin-left: 1.5%;
        float: left;}
    
    .container .nn_box .notice .notice_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #3f3f3f;
        float: left;}
    
    .container .nn_box .notice .notice_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #7f8699;
        float: right;
        margin-top:6px;}
    
    .container .nn_box .notice .notice_title a:hover {
        color: #3285ff;}
    
    .container .nn_box .notice .notice_main {
        background-image: url(../img/pc_bg_notice.jpg);
        background-repeat: no-repeat;
        padding-top: 1px;
        position: relative;}
    
    .container .nn_box .notice .notice_main .notice_main_line {
        width: 1px;
        height: 520px;
        margin-left: 20px;
        background-color: #eae9e9;}
    
    .container .nn_box .notice .notice_main .notice_main_list {
        width: 100%;
        position: absolute;
        top: 0;
        left: 6px;}
    
    .container .nn_box .notice .notice_main .notice_main_list li h3,
    .container .nn_box .notice .notice_main .notice_main_list li span {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        color: #999;}
    
    .container .nn_box .notice .notice_main .notice_main_list li span {
        display: block;
        float: right;}
    
    .container .nn_box .notice .notice_main .notice_main_list li img {
        display: block;
        float: left;
        margin-top: 11px;}

.container .nn_box .notice .notice_main .notice_main_list li { background-image: url(../img/icon_circle_2.png);
        background-repeat: no-repeat;display: inline-block;width:100%;
}    


    .container .nn_box .notice .notice_main .notice_main_list li a {
        float: left;
        display: block;
        width: 80%;padding-left: 30px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        .container .nn_box .notice .notice_main .notice_main_list li h3 {
            width: 80%;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;}
    }
    
    @media only screen and (min-width:743px) and (max-width:999px) {
        .container .nn_box .notice .notice_main .notice_main_list li a {
            width: 76%;
            margin-left: 3%;
            height: 30px;}
        .container .nn_box .notice {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .notice .notice_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .notice {
            float: none;}
        .container .nn_box .notice .notice_main .notice_main_line {
            margin-left: 40px;}
        .container .nn_box .notice .notice_main .notice_main_list {
            left: 26px;
            width: 95%;}
        .container .nn_box .notice .notice_main .notice_main_line {
            height: 360px;}
    }
    
    @media only screen and (min-width:499px) and (max-width:743px) {
        .container .nn_box .notice .notice_main .notice_main_list li a {
            width: 60%;
            margin-left: 3%;
            height: 30px;}
        .container .nn_box .notice {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .notice .notice_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .notice {
            float: none;}
        .container .nn_box .notice .notice_main .notice_main_line {
            margin-left: 40px;}
        .container .nn_box .notice .notice_main .notice_main_list {
            left: 26px;
            width: 95%;}
        .container .nn_box .notice .notice_main .notice_main_line {
            height: 360px;}
        .container .nn_box .notice .notice_main .notice_main_list li span {
            float: right;
            margin-right: 20px;}
        .container .nn_box .notice .notice_main .notice_main_list li a {
            float: left;}
    }
    
    @media only screen and (min-width:319px) and (max-width:499px) {
        .container .nn_box .notice {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .notice .notice_main .notice_main_list li a {
            width: 40%;
            margin-left: 3%;
            height: 30px;}
        .container .nn_box .notice {
            width: 90%;
            margin: 0 auto;}
        .container .nn_box .notice .notice_main {
            background-image: none;
            background-color: #fff;}
        .container .nn_box .notice {
            float: none;}
        .container .nn_box .notice .notice_main .notice_main_line {
            margin-left: 30px;}
        .container .nn_box .notice .notice_main .notice_main_list {
            left: 16px;
            width: 95%;}
        .container .nn_box .notice .notice_main .notice_main_line {
            height: 360px;}
        .container .nn_box .notice .notice_main .notice_main_list li span {
            float: right;
            margin-right: 20px;}
        .container .nn_box .notice .notice_main .notice_main_list li a {
            float: left;}
    }
    /* 公告结束 */
    
    .container .ee_box {
        width: 1285px;
        margin: 0 auto;}
    /* 教育服务开始 */
    
    .container .ee_box .ed_service {
        width: 49.25%;
        margin-top: 10px;
        float: left;
background-color:#32678a;border-bottom:1px solid #32678a;
}
    
    .container .ee_box .ed_service .ed_service_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #ffffff;
        float: left;}
    
    .container .ee_box .ed_service .ed_service_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #ffffff;
        float: right;
        margin-top: 6px;}
    
    .container .ee_box .ed_service .ed_service_title a:hover {
        color: #3285ff;}
    
    .container .ee_box .ed_service .ed_service_box {
        background-image: url(../img/pac_bg_nwes.jpg);
        background-repeat: no-repeat;
        height: 309px;}
    
    .container .ee_box .ed_service .ed_service_box li .ed_pc1 {
        float: left;
        margin: 15px 10px 0 15px;}
    
    .container .ee_box .ed_service .ed_service_box li .ed_pc2 {
        float: right;
        margin: 13px 10px 0 15px;}
    
    .container .ee_box .ed_service .ed_service_box li h3 {
        float: left;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #3f3f3f;
        width: 390px;
        height: 40px;
        overflow: hidden;}
    
    .container .ee_box .ed_service .ed_service_box li h3:hover {
        color: #3285ff;}
    
    .container .ee_box .ed_service .ed_service_box li h4 {
        float: right;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #abaaaa;
        margin-right: 15px;}
    
    .container .ee_box .ed_service .ed_service_box li .xuxian {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        width: 100%;
        height: 1px;}
    
    .container .ee_box .ed_service .ed_service_box li .xuxian {
        border-bottom: 1px dashed #ccc;
        width: 603px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        .container .ee_box {
            width: 90%;}
        .container .ee_box .ed_service .ed_service_box li h3 {
            width: 60%;}
        .container .ee_box .ed_service .ed_service_box li .xuxian {
            width: 94%;}
    }
    
    @media only screen and (min-width:499px) and (max-width:999px) {
        .container .ee_box {
            width: 100%;}
        .container .ee_box .ed_service {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_service .ed_service_box li h3 {
            width: 60%;}
        .container .ee_box .ed_service .ed_service_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_service .ed_service_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_service .ed_service_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:399px) and (max-width:499px) {
        .container .ee_box {
            width: 100%;}
        .container .ee_box .ed_service {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_service .ed_service_box li h3 {
            width: 50%;}
        .container .ee_box .ed_service .ed_service_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_service .ed_service_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_service .ed_service_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:374px) and (max-width:399px) {
        .container .ee_box {
            width: 100%;}
        .container .ee_box .ed_service {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_service .ed_service_box li h3 {
            width: 48%;}
        .container .ee_box .ed_service .ed_service_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_service .ed_service_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_service .ed_service_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:374px) {
        .container .ee_box {
            width: 100%;}
        .container .ee_box .ed_service {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_service .ed_service_box li h3 {
            width: 40%;}
        .container .ee_box .ed_service .ed_service_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_service .ed_service_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_service .ed_service_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    /* 教学服务结束 */
    /* 教育管理开始 */
    
    .container .ee_box .ed_manager {
        width: 49.25%;
        margin-top: 10px;
        float: left;
        margin-left: 1.5%;
background-color:#32678a;border-bottom:1px solid #32678a;}
    
    .container .ee_box .ed_manager .ed_manager_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #ffffff;
        float: left;}
    
    .container .ee_box .ed_manager .ed_manager_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #ffffff;
        float: right;
        margin-top: 6px;}
    
    .container .ee_box .ed_manager .ed_manager_title a:hover {
        color: #3285ff;}
    
    .container .ee_box .ed_manager .ed_manager_box {
        background-image: url(../img/pac_bg_nwes.jpg);
        background-repeat: no-repeat;
        height: 309px;}
    
    .container .ee_box .ed_manager .ed_manager_box li .ed_pc1 {
        float: left;
        margin: 15px 10px 0 15px;}
    
    .container .ee_box .ed_manager .ed_manager_box li .ed_pc2 {
        float: right;
        margin: 13px 10px 0 15px;}
    
    .container .ee_box .ed_manager .ed_manager_box li h3 {
        float: left;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #3f3f3f;
        width: 390px;
        height: 40px;
        overflow: hidden;}
    
    .container .ee_box .ed_manager .ed_manager_box li h3:hover {
        color: #3285ff;}
    
    .container .ee_box .ed_manager .ed_manager_box li h4 {
        float: right;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #abaaaa;
        margin-right: 15px;}
    
    .container .ee_box .ed_manager .ed_manager_box li .xuxian {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        width: 100%;
        height: 1px;}
    
    .container .ee_box .ed_manager .ed_manager_box li .xuxian {
        border-bottom: 1px dashed #ccc;
        width: 603px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 60%;}
        .container .ee_box .ed_manager .ed_manager_box li .xuxian {
            width: 94%;}
    }
    
    @media only screen and (min-width:499px) and (max-width:999px) {
       
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 60%;}
        .container .ee_box .ed_manager .ed_manager_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_manager {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_manager .ed_manager_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_manager .ed_manager_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:499px) {
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 50%;}
        .container .ee_box .ed_manager .ed_manager_box li .xuxian {
            width: 94%;}
        .container .ee_box .ed_manager {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .ee_box .ed_manager .ed_manager_box {
            background-image: none;
            background-color: #fff;}
        .container .ee_box .ed_manager .ed_manager_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:374px) and (max-width:399px) {
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 46%;}
    }
    
    @media only screen and (min-width:359px) and (max-width:374px) {
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 43%;}
    }
    
    @media only screen and (min-width:319px) and (max-width:359px) {
        .container .ee_box .ed_manager .ed_manager_box li h3 {
            width: 40%;}
    }
    /* 教学管理结束 */
    
    .container .as_box {
        width: 1285px;
        margin: 0 auto;}
    /* 招生信息开始 */
    
    .container .as_box .admit_news {
        width: 49.25%;
        margin-top: 10px;
        float: left;background-color:#32678a;border-bottom:1px solid #32678a;}
    
    .container .as_box .admit_news .admit_news_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #ffffff;
        float: left;}
    
    .container .as_box .admit_news .admit_news_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #ffffff;
        float: right;
        margin-top: 6px;}
    
    .container .as_box .admit_news .admit_news_title a:hover {
        color: #3285ff;}
    
    .container .as_box .admit_news .admit_news_box {
        background-image: url(../img/pac_bg_nwes.jpg);
        background-repeat: no-repeat;
        height: 309px;}
    
    .container .as_box .admit_news .admit_news_box li .ed_pc1 {
        float: left;
        margin: 15px 10px 0 15px;}
    
    .container .as_box .admit_news .admit_news_box li .ed_pc2 {
        float: right;
        margin: 13px 10px 0 15px;}
    
    .container .as_box .admit_news .admit_news_box li h3 {
        float: left;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #3f3f3f;
        width: 390px;
        height: 40px;
        overflow: hidden;}
    
    .container .as_box .admit_news .admit_news_box li h3:hover {
        color: #3285ff;}
    
    .container .as_box .admit_news .admit_news_box li h4 {
        float: right;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #abaaaa;
        margin-right: 15px;}
    
    .container .as_box .admit_news .admit_news_box li .xuxian {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        width: 100%;
        height: 1px;}
    
    .container .as_box .admit_news .admit_news_box li .xuxian {
        border-bottom: 1px dashed #ccc;
        width: 603px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        
        .container .as_box {
            width: 90%;}
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 60%;}
        .container .as_box .admit_news .admit_news_box li .xuxian {
            width: 94%;}
    }
    
    @media only screen and (min-width:499px) and (max-width:999px) {
        .container .at_box{
            margin-top: 50px;}
        .container .as_box {
            width: 90%;}
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 60%;}
        .container .as_box .admit_news .admit_news_box li .xuxian {
            width: 94%;}
        .container .as_box .admit_news {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .as_box .admit_news .admit_news_box {
            background-image: none;
            background-color: #fff;}
        .container .as_box .admit_news .admit_news_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:499px) {
        .admit_news_title {
            margin-top: 20px;}
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 50%;}
        .container .as_box {
            width: 100%;}
        .container .as_box .admit_news {
            width: 90%;
            margin: 0 auto;
            float: none;}
        .container .as_box .admit_news .admit_news_box li .xuxian {
            width: 94%;}
        .container .as_box .admit_news .admit_news_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:374px) and (max-width:399px) {
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 46%;}
    }
    
    @media only screen and (min-width:359px) and (max-width:374px) {
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 42%;}
    }
    
    @media only screen and (min-width:319px) and (max-width:459px) {
        .container .as_box .admit_news .admit_news_box li h3 {
            width: 40%;}
    }
    /* 招生信息结束 */
    /* 学习中心消息开始 */
    
    .container .as_box .study_center {
        width: 49.25%;
        margin-top: 10px;
        float: left;
        margin-left: 1.5%;background-color:#32678a;}
    
    .container .as_box .study_center .study_center_title h1 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: 600;
        line-height: 48px;
        color: #ffffff;
        float: left;}
    
    .container .as_box .study_center .study_center_title a {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #ffffff;
        float: right;
        margin-top: 6px;}
    
    .container .as_box .study_center .study_center_title a:hover {
        color: #3285ff;}
    
    .container .as_box .study_center .study_center_box {
        background-image: url(../img/pac_bg_nwes.jpg);
        background-repeat: no-repeat;
        height: 309px;border-bottom:1px solid #32678a;}
    
    .container .as_box .study_center .study_center_box li .ed_pc1 {
        float: left;
        margin: 15px 10px 0 15px;}
    
    .container .as_box .study_center .study_center_box li .ed_pc2 {
        float: right;
        margin: 13px 10px 0 15px;}
    
    .container .as_box .study_center .study_center_box li h3 {
        float: left;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #3f3f3f;
        width: 390px;
        height: 40px;
        overflow: hidden;}
    
    .container .as_box .study_center .study_center_box li h3:hover {
        color: #3285ff;}
    
    .container .as_box .study_center .study_center_box li h4 {
        float: right;
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        color: #abaaaa;
        margin-right: 15px;}
    
    .container .as_box .study_center .study_center_box li .xuxian {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        width: 100%;
        height: 1px;}
    
    .container .as_box .study_center .study_center_box li .xuxian {
        border-bottom: 1px dashed #ccc;
        width: 603px;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        .container .as_box .study_center .study_center_box li h3 {
            width: 60%;}
        .container .as_box .study_center .study_center_box li .xuxian {
            width: 94%;}
    }
    
    @media only screen and (min-width:499px) and (max-width:999px) {
        #at_box{
            margin-top: 50px;}
        .container .as_box {
            width: 100%;}
        .container .as_box .study_center .study_center_box li h3 {
            width: 60%;}
        .container .as_box .study_center .study_center_box li .xuxian {
            width: 94%;}
        .container .as_box .study_center {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .as_box .study_center .study_center_box {
            background-image: none;
            background-color: #fff;}
        .container .as_box .study_center .study_center_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:499px) {
        .container .as_box {
            width: 100%;}
        .container .as_box .study_center .study_center_box li h3 {
            width: 50%;}
        .container .as_box .study_center .study_center_box li .xuxian {
            width: 94%;}
        .container .as_box .study_center {
            float: none;
            width: 90%;
            margin: 0 auto;}
        .container .as_box .study_center .study_center_box {
            background-image: none;
            background-color: #fff;}
        .study_center_title {
            margin-top: 55px;}
        .container .as_box .study_center .study_center_box li .ed_pc2 {
            margin: 13px 10px 0 12px;}
    }
    
    @media only screen and (min-width:374px) and (max-width:399px) {
        .container .as_box .study_center .study_center_box li h3 {
            width: 46%;}
    }
    
    @media only screen and (min-width:359px) and (max-width:374px) {
        .container .as_box .study_center .study_center_box li h3 {
            width: 42%;}
    }
    
    @media only screen and (min-width:319px) and (max-width:459px) {
        .container .as_box .study_center .study_center_box li h3 {
            width: 40%;}
    }
    /* 学习中心消息结束 */
    /* 主体结束 */
    /* 底部开始 */
    
    footer {
        width: 100%;
        background-image: url(../img/pc_bg_foot.jpg);
        background-repeat: no-repeat;}
    
    footer .footer_box {
        width: 1280px;
        margin: 0 auto;}
    
    footer .footer_box .footer_box_l_box li {
        float: left;
        width: 25%;
        position: relative;}
    
    footer .footer_box .footer_box_l_box li select {
        margin-top: 40px;
        margin-left: 50px;
        width: 215px;
        background: none;
        font-size: 18px;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        line-height: 30px;
        padding-left: 40px;}
    
    footer .footer_box .footer_box_l_box li select option {
        color: #000;}
    
    footer .footer_box .footer_box_l_box li span {
        width: 1px;
        height: 28px;
        background-color: #fff;
        position: absolute;
        left: 76%;
        top: 40px;}
    
    footer .footer_main {
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;}
    
    footer .footer_main .footer_main_box {
        width: 1280px;
        margin: 0 auto;
        margin-top: 20px;}
    
    footer .footer_main .footer_main_link {
        float: left;}
    
    footer .footer_main .footer_main_link .footer_main_link_1 {
        margin-left: 48px;}
    
    footer .footer_main .footer_main_link ul {
        float: left;
        margin-right: 50px;
        margin-bottom: 30px;}
    
    footer .footer_main .footer_main_link ul h1 {
        font-family: "PingFang Regular";
        font-size: 24px;
        font-weight: normal;
        line-height: 70px;
        color: #d9d9d9;}
    
    footer .footer_main .footer_main_link ul li a {
        font-family: "PingFang Regular";
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
        color: #d9d9d9;}
    
    footer .footer_main .footer_main_dress {
        float: left;
        margin-left: 100px;}
    
    footer .footer_main .footer_main_dress h1 {
        font-family: "PingFang Regular";
        font-size: 24px;
        font-weight: normal;
        line-height: 70px;
        color: #d9d9d9;}
    
    footer .footer_main .footer_main_dress p {
        font-family: "PingFang Regular";
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
        color: #d9d9d9;}
    
    footer .footer_main .footer_main_wie {
        float: left;
        margin-left: 120px;
        margin-top: 20px;display: none;}
    
    footer .footer_main .footer_main_wie img {
        margin-left: 8px;
        margin-top: 20px;
        display: block;
        margin: 0 auto;}
    
    footer .footer_main .footer_main_wie h2 {
        font-family: "PingFang Regular";
        font-size: 20px;
        font-weight: normal;
        line-height: 50px;
        color: #d9d9d9;
        text-align: center;}
    
    footer .footer_banquan {
        width: 800px;
        margin: 0 auto;}
    
    footer .footer_banquan h1 {
        font-family: "PingFang Regular";
        font-size: 14px;
        font-weight: normal;
        line-height: 52px;
        color: #d9d9d9;
        text-align: center;}
    /* 适配 */
    
    @media only screen and (min-width:999px) and (max-width:1300px) {
        footer .footer_main .footer_main_box {
            width: 90%;}
        footer .footer_main .footer_main_link {
            width: 46%;}
        footer .footer_main .footer_main_link .footer_main_link_1 {
            margin-left: 0;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
        footer .footer_main .footer_main_link ul {
            margin-right: 8%;}
        footer .footer_main .footer_main_link ul h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_link ul li a {
            font-size: 16px;}
        footer .footer_main .footer_main_dress {
            margin-left: 1%;}
        footer .footer_main .footer_main_dress h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_wie {
            margin-left: 5%;}
    }
    
    @media only screen and (min-width:659px) and (max-width:999px) {
        footer .footer_main .footer_main_box {
            width: 90%;}
        footer .footer_main .footer_main_link {
            width: 70%;}
        footer .footer_main .footer_main_link .footer_main_link_1 {
            margin-left: 0;}
        .container .nn_box .news .news_main .news_main_line {
            width: 94%;}
        footer .footer_main .footer_main_link ul {
            margin-right: 8%;}
        footer .footer_main .footer_main_link ul h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_link ul li a {
            font-size: 16px;}
        footer .footer_main .footer_main_dress {
            margin-left: 1%;}
        footer .footer_main .footer_main_dress h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_wie {
            margin-left: 5%;}
        .footer_main_dress {
            display: none;}
    }
    
    @media only screen and (min-width:499px) and (max-width:659px) {
        footer .footer_main .footer_main_box {
            width: 90%;}
        footer .footer_main .footer_main_link {
            display: none;}
        footer .footer_main .footer_main_dress {
            margin-left: 1%;}
        footer .footer_main .footer_main_dress h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_wie {
            margin-left: 5%;}
        .footer_main_dress {
            display: block;}
        footer .footer_banquan {
            width: 90%;}
        footer .footer_banquan h1 {
            line-height: 24px;
            padding-top: 10px;
            padding-bottom: 10px;}
        footer .footer_main .footer_main_wie {
            float: right;}
        footer .footer_main .footer_main_dress p {
            font-size: 14px;}
    }
    
    @media only screen and (min-width:319px) and (max-width:499px) {
        footer .footer_main .footer_main_box {
            width: 90%;}
        footer .footer_main .footer_main_link {
            display: none;}
        footer .footer_main .footer_main_dress {
            margin-left: 1%;}
        footer .footer_main .footer_main_dress h1 {
            font-size: 20px;}
        footer .footer_main .footer_main_wie {
            margin-left: 5%;}
        .footer_main_dress {
            display: block;}
        footer .footer_banquan {
            width: 90%;}
        footer .footer_banquan h1 {
            line-height: 24px;
            padding-top: 10px;
            padding-bottom: 10px;}
        footer .footer_main .footer_main_wie {
            float: right;}
        footer .footer_main .footer_main_dress p {
            font-size: 14px;}
        footer {
            margin-bottom: 500px;}
        footer .footer_main .footer_main_dress h1 {
            font-size: 16px;}
        footer .footer_main .footer_main_dress p {
            font-size: 12px;
            line-height: 30px;}
        footer .footer_main .footer_main_wie h2 {
            font-size: 16px;
            text-align: center;
            line-height: 40px;}
        footer .footer_main .footer_main_wie img {
            margin-left: 0;}
        .container {
            margin-bottom: 0px;
            padding-bottom: 60px;}
    }
    
    @media only screen and (min-width:374px) and (max-width:399px) {
        footer .footer_main .footer_main_box {
            width: 96%;}
    }
    
    @media only screen and (min-width:359px) and (max-width:374px) {
        footer .footer_main .footer_main_box {
            width: 98%;}
    }
    
    @media only screen and (min-width:319px) and (max-width:359px) {
        footer .footer_main .footer_main_box {
            width: 98%;}
        footer .footer_main .footer_main_dress p {
            width: 160px;}
    }
    /*底部结束 */