﻿/* CSS Document */

* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: rgb(6, 98, 163);
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 12.5px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 15px !important;
    }
}

body {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    background: #fff;
    height: auto;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}

.ll {
    float: left;
}

.rr {
    float: right;
}

.headtop {
    width: 100%;
    max-width: 720px;
    background: #f7f7f7;
    padding: 2% 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.headtop li {
    width: 16%;
    margin: 0 auto;
}

.headtop li img {
    width: 100%;
    height: auto;
}

.head {
    width: 96%;
    background: #fff;
    padding: 1% 2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.logo {
    width: 51%;
    height: 100%;
    float: left;
}

.tel {
    width: 25%;
    height: 100%;
    float: right;
}

.head img {
    width: 100%;
    height: auto;
}

.head img {
    width: 100%;
    height: auto;
}

.kong {
    height: 1rem;
}

.snav {
    width: 100%;
    padding-top: 1.5rem;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.snav .yuan-inner {
    width: 33%;
    margin-bottom: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.snav .yuan-inner a {
    width: 54%;
}

.snav .yuan-inner a img {
    width: 100%;
}

.snav .yuan-inner p {
    font-family: "微软雅黑";
    color: #262626;
    margin-top: 0.6rem;
    font-size: 1.2rem;
}

.hlm h1 {
    color: #222;
    font-family: "Arial";
    font-size: 1.37rem;
    line-height: 3rem;
    text-align: center;
}

.hlm hr {
    background: url(../images/hx.png) no-repeat top center;
    width: 315px;
    height: 4px;
    border: none;
    margin: 0 auto;
}

.hlm h2 {
    color: #222;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    padding-bottom: 2%;
}

.zgte {
    width: 94%;
    margin: 0 auto 4%;
    border-bottom: 1px solid #e6e6e6;
}

.zgte img {
    width: 100%;
    height: auto;
}

.abtCon {
    color: #333;
    line-height: 2;
    font-size: 0.9rem;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 20px;
}

abtCon a {
    color: #f9bf15;
    text-decoration: none !important;
}

.StudentStyle {
    margin-top: 0.5rem;
    width: 100%;
    background: #f1f4f7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.cpnav1 {
    width: 60%;
    margin: 0 auto 5%;
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.cpnav1 li {
    width: 35%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #c0c0c0;
    text-align: center;
    background: #fff;
}

.cpnav1 li a {
    font-size: 1.375rem;
    font-family: "微软雅黑";
    color: #333;
    display: block;
}

.cpnav1 li:hover a {
    border: 1px solid #f9bf15;
    color: #f9bf15;
}

.cpnav {
    width: 94%;
    margin: 0 auto 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}


.cpnav li {
    width: 23%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #c0c0c0;
    text-align: center;
    background: #fff;
}

.cpnav li a {
    font-size: 1.375rem;
    font-family: "微软雅黑";
    color: #333;
    display: block;
}

.cpnav li:hover a {
    border: 1px solid #f9bf15;
    color: #f9bf15;
}

.cpnav3 {
    width: 70%;
    margin: 0 auto 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}


.cpnav3 li {
    width: 38%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #c0c0c0;
    text-align: center;
    background: #fff;
}

.cpnav3 li a {
    font-size: 1.375rem;
    font-family: "微软雅黑";
    color: #333;
    display: block;
}

.cpnav3 li:hover a {
    border: 1px solid #f9bf15;
    color: #f9bf15;
}

.StudentStyle-outer {
    width: 93%;
    border-bottom: 1px dashed #d9d9d9;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.StudentStyle-box {
    margin-bottom: 1.5rem;
    width: 47%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.StudentStyle-inner {
    width: 100%;
    height: 233px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
}

.StudentStyle-inner img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.StudentStyle-box a {
    margin-top: 0.5rem;
}

.StudentStyle-box span {
    font-family: "华文细黑";
    font-size: 1.2rem;
    color: #808080;
    font-weight: bold;
    margin-top: 0.5rem;
}

.ys {
    width: 94%;
    height: 270px;
    margin: 0 auto 5%;
}

.ysl {
    width: 50%;
}

.ysl img {
    width: 100%;
    height: auto;
}

.ysr {
    width: 46%;
    height: 270px;
    padding: 0 2%;
    background: #fbf2d7;
}

.ysr h1 {
    font-size: 1.375rem;
    color: #f9bf15;
    font-family: "微软雅黑";
    line-height: 3rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2%;
}

.ysr p {
    font-size: 0.875rem;
    font-family: "微软雅黑";
    color: #333;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.ysr p strong {
    width: 7%;
    height: 1.5rem;
    background: #f9bf15;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-family: "微软雅黑";
    color: #fff;
    margin-right: 2%;
}

.main_1f {
    width: 100%;
    margin: 5% 0;
}

.main_1f img {
    width: 100%;
    height: auto;
}

.NewsInformation {
    margin-top: 0.5rem;
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.NewsInformation .newslist {
    width: 93%;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 0.75rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.NewsInformation .newslist .lis {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.NewsInformation .newslist .lis p {
    /*	width: 100%;*/
    margin-left: 1rem;
    font-family: "华文细黑";
    font-size: 1.3rem;
    color: #333333;
    text-overflow: ellipsis;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}

.NewsInformation .newslist .lis span {
    font-family: "华文细黑";
    font-size: 0.9rem;
    color: #808080;
}

.ContactUs {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e3e3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.ContactUs-outer {
    width: 93%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.ContactUs-outer p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.ContactUs-outer p.p1 {
    font-family: "宋体";
    color: #333333;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    margin-left: 1.7rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.ContactUs-outer p.ps {
    letter-spacing: 0.5rem;
}

.ContactUs-outer p img {
    margin-right: 1rem;
}

.ContactUs-outer p.p3 {
    margin-left: 3.7rem;
}

.ewm {
    width: 25.5%;
    margin: 0 auto;
}

.ewm img {
    width: 100%;
    height: auto;
}

.ewm span {
    display: block;
    margin: 0 auto;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    font-family: "微软雅黑";
    color: #333;
}

.topback {
    width: 23%;
    margin: 0 auto;
    background: #fff;
    padding-top: 1rem;
    height: 85px;
    padding-bottom: 1.5rem;
}

.topback img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 2%;
}

.copyright {
    background: #fff;
    padding: 2% 5%;
    margin-bottom: 100px;
}

.copyright span {
    background: #fff;
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    display: block;
}

.foot {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    height: 100px;
    background: #333;
    position: fixed;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.foot li {
    width: 20%;
    height: 100%;
}

.foot li img {
    width: auto;
    height: 100%;
}

#makeBox {
    width: 40%;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 100px;
    transition: all 0s ease 0s;
}

#makeBox li {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #eee;
    width: 100%;
}

#makeBox li a {
    text-align: center;
    color: #fff;
    line-height: 3;
    display: block;
}

@media only screen and (max-width: 613px) {
    .cpnav1 li a {
        font-size: 1rem;
    }
    .cpnav li a {
        font-size: 1rem;
    }
    .cpnav3 li a {
        font-size: 1rem;
    }
    .ys {
        height: auto;
        margin: 0 auto 5%;
    }
    .ysl {
        width: 100%;
    }
    .ysr {
        width: 96%;
        height: auto;
        margin-bottom: 2%;
    }
    .ysr h1 {
        font-size: 1.375rem;
        color: #f9bf15;
        font-family: "微软雅黑";
        line-height: 3rem;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 2%;
    }
    .ysr p {
        font-size: 0.875rem;
        font-family: "微软雅黑";
        color: #333;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .ysr p strong {
        width: 7%;
        height: 1.5rem;
        background: #f9bf15;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 1.5rem;
        font-size: 0.8rem;
        font-family: "微软雅黑";
        color: #fff;
        margin-right: 2%;
    }
    .topback {
        height: 55px;
    }
    .copyright {
        margin-bottom: 85px;
    }
    .foot {
        height: 85px;
    }
    #makeBox {
        bottom: 85px;
    }
    .StudentStyle-inner {
        height: 134px;
    }
}

@media only screen and (max-width: 412px) {
    .snav .yuan-inner {
        margin-bottom: 1rem;
    }
    .snav .yuan-inner p {
        margin-top: 0.4rem;
        font-size: 1rem;
    }
    .topback {
        height: 45px;
    }
    .copyright {
        margin-bottom: 50px;
    }
    .foot {
        height: 50px;
    }
    #makeBox {
        bottom: 50px;
    }
    .StudentStyle-inner {
        height: 120px;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        width: 45%;
    }
    .tel {
        width: 25%;
    }
    .snav .yuan-inner p {
        margin-top: 0.3rem;
        font-size: 1rem;
    }
    .topback {
        height: 35px;
    }
    .copyright {
        margin-bottom: 55px;
    }
    .foot {
        height: 45px;
    }
    #makeBox {
        bottom: 45px;
    }
    .StudentStyle-inner {
        height: 102px;
    }
}