* {
    padding: 0;
    margin: 0;
    border: 0;
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100px;
}


body {
    overflow-x: hidden;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.15rem;
    line-height: 1.6;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


input, textarea, button {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input, textarea {
    font-size: 0.15rem;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 0.14rem;
    }

    input, textarea {
        font-size: 0.14rem;
    }
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.button {
    -webkit-border-radius: 0;
}

ul, li {
    list-style: none;
}

a:link, a:visited {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #247FFF;
}

svg {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

img {
    width: auto;
    max-width: 100%;
}

input, button, textarea:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    letter-spacing: 1px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}

main {

}

.empty {
    height: 0.8rem;
}

.server_cont {
    background-image: url("../img/bg_inprocess.png");
    background-position: center;
    background-repeat: no-repeat;
}

.maintop {
    width: 100%;
    background-color: #fff;
    height: 0.8rem;

}

.maintop.on {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}

.mcont {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
}

.maintop .mcont {
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maintop .mcont .left img {
    float: left;
}

.maintop .mcont .left a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.maintop .mcont .center ul {
    display: flex;
    align-items: center;
}

.maintop .mcont .center li {
    margin: 0 0.25rem;
}

.maintop .mcont .center li a {
    display: block;
    height: 100%;
    line-height: 0.8rem;
}

.maintop .mcont .center li a:hover {
    color: #247fff;
}

.maintop .mcont .center li a.active {
    color: #247fff;
    position: relative;
}

.maintop .mcont .center li a.active::after {
    display: block;
    content: "";
    background-color: #247fff;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.maintop .right {
    display: flex;
    justify-content: center;
}

.maintop .right .login {
    display: block;
    width: 0.6rem;
    height: 0.26rem;
    line-height: 0.26rem;
    border: solid 1px #247fff;
    border-radius: 0.05rem;
    text-align: center;
    color: #247fff;
    margin-right: 0.1rem;
}

.maintop .right .login:hover {
    color: #fff;
    background-color: #247fff;
}

.maintop .right .reg {
    display: block;
    width: 0.6rem;
    height: 0.26rem;
    line-height: 0.26rem;
    background-color: #247FFF;
    border: solid 1px #247fff;
    border-radius: 0.05rem;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.maintop .right .reg:hover {
    background-color: #FFAE43;
    border: solid 1px #FFAE43;
}

.banner {

}

.banner .swiper-slide {
    position: relative;
}

.banner .ban_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;

}

.banner .ban_txt .scont {
    width: 100%;
    max-width: calc(12rem - 0.6rem);
    margin: 0 auto;
    font-size: 0.24rem;
    color: #fff;
}

.banner .ban_txt .scont b {
    font-size: 0.66rem;
}

.banner .ban_txt .scont p {
    font-weight: 100;
    line-height: 2;
}

.banner .ban_txt .scont em {
    font-size: 0.4rem;
    color: #1cf5fd;
    font-weight: normal;
    font-style: normal;
}

.banner img {
    float: left;
}

.banner .swiper-pagination {
    bottom: 0.2rem !important;
}

.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    margin: 0 0.05rem;
    background-color: rgba(255, 255, 255, .3);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.banner .swiper-pagination-bullet-active {
    width: 0.3rem;
    background-color: rgba(255, 255, 255, 1);
}

.banner svg {
    fill: rgba(255, 255, 255, .5);
}

.banner .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
    left: -0.7rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    opacity: 0.6;
}

.banner .swiper-button-prev:hover {
    opacity: 1;
}

.banner .swiper-button-next {
    width: 0.7rem;
    height: 0.7rem;
    right: -0.7rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    opacity: 0.6;
}

.banner .swiper-button-next:hover {
    opacity: 1;
}

.banner:hover .swiper-button-next {
    right: 0.7rem;
}

.banner:hover .swiper-button-prev {
    left: 0.7rem;
}

.pub_title {
    text-align: center;
    max-width: 12rem;
    margin: 0 auto;
}

.pub_title p {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 2.4;
}

.pub_title p::after {
    content: "";
    width: 0.4rem;
    height: 0.04rem;
    display: block;
    margin: 0 auto;
    background-color: #247FFF;
}

.pub_title span {
    display: block;
    margin-top: 0.2rem;
    color: #777;
}

.server {
    position: relative;
    padding: 0.5rem 0;
}

.server .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0 0;
}

.server .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    cursor: pointer;
    border-radius: 5px;

}

.server .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.server .box {
    padding: 0.5rem 0.2rem 0.8rem;
}
.server .cont{
    width: 100%;
}
.server .box .img img {
    max-width: 0.86rem;
    max-height: 0.86rem;
}

.server .box .title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 3;
    margin-top: 0.2rem;
}

.server .box .title::after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.03rem;
    margin: 0 auto;
    background-color: #247FFF;
}

.server .box .msg {
    width: 100%;
    color: #999;
    font-size: 0.14rem !important;
    margin-top: 0.2rem;
    line-height: 1.8;
}

.server .box .num_img {
    margin-top: 0.2rem;
}

.server .box .msg_t {
    display: block;
    transform: scale(1.2);
}

.server .box .msg_c {
    display: none;
    text-align: left;
    width: 100%;
    white-space: normal;
    word-break: break-all;

}

.server .apply {
    width: calc(100% - 0.4rem);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    clear: both;
    align-items: center;
    justify-content: space-between;
    background-color: #247fff;
    color: #fff;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    border-radius: 0 0 5px 5px;
}

.swiper-slide-active .apply {
    display: flex;
}

.swiper-slide-active .msg_t {
    display: none !important;
}

.swiper-slide-active .msg_c {
    max-width: 100%;
    overflow: hidden;
    display: block !important;
}

.server .apply svg {
    width: 0.36rem;
    height: 0.36rem;
    fill: #fff;
}

.process {
    padding-bottom: 0.7rem;
}

.process .mcont ul {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
}

.process .mcont li {
    padding: 0 0.4rem;
    width: calc((100% - 4rem) / 5);
    background-image: url("../img/bg_dotline.png");
    background-repeat: repeat-x;
    background-position: center 0.6rem;
}

/*.process .mcont li:first-child {*/
/*padding-left: 0;*/
/*margin-left: 0.4rem;*/
/*}*/

/*.process .mcont li:last-child {*/
/*padding-right: 0;*/
/*margin-right: 0.4rem;*/
/*}*/

.process .mcont li .top {
    background-color: #247fff;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.process .mcont li .top svg {
    max-width: 0.56rem;
    height: 0.56rem;
    fill: #fff;
}

.process .mcont li .bottom {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 0.2rem;
}

.process .mcont li:nth-child(2n) .top {
    background-color: rgba(255, 255, 255, 0);
}

.process .mcont li:nth-child(2n) .top svg {
    fill: #999;
    max-width: 0.3rem;
    height: 0.3rem;
}

.bt_more {
    display: block;
    font-size: 0.18rem;
    text-align: center;
    width: 1.6rem;
    line-height: 0.48rem;
    border: solid 1px #247fff;
    color: #247fff !important;
    border-radius: 0.48rem;

}

.bt_more:hover {
    background-color: #247fff;
    color: #fff !important;
}

.ab_cont {
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    margin: 0.5rem 0 0.7rem;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.ab_cont .left, .ab_cont .right {
    width: calc((100% - 0.5rem) / 2);
}

.ab_cont .left img {
    float: left;
}

.ab_cont .right .title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.5;
    color: #247fff;
}

.ab_cont .right .content {
    color: #777;
    line-height: 1.8;
    margin-top: 0.3rem;
}

.ab_cont .right .bt_more {
    margin-top: 1rem;
}

.news {
    background-image: url("../img/bg_innews.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.news .pub_title {
    padding-top: 0.5rem;
}

.news .mcont {
    padding: 0.5rem 0;
}

#example-one {
    background-color: #fff;
    border-radius: 5px;
}

.nav {
    display: -webkit-flex; /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;

}

.nav-one {
    margin-right: 1px;
    width: calc((100% - 2px) / 3);
}

.nav-one:last-child {
    margin-right: 0;

}

.nav-one a {
    font-size: 0.2rem;
    /*font-weight: 400;*/
    color: #fff;
    line-height: 0.7rem;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #999;
    border-radius: 5px 5px 0 0;
}

.nav-one a.current {
    background-color: #247fff;
}

.list-wrap {
    padding: 0.1rem 0.5rem 0.5rem;
}

.list-wrap ul {

}

.list-wrap li {
    clear: both;
    overflow: hidden;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #eee;
    padding-top: 0.2rem;
}

.list-wrap li a {
    display: flex;
    justify-content: space-between;
}

.list-wrap li .title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 2.5;
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.list-wrap li .title p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-wrap li .title svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: rgba(255, 174, 67, 1);
    margin-left: 0.1rem;
}

.list-wrap li .dtime {
    display: flex;
    align-items: center;
    color: #999;
    margin-bottom: 0.1rem;
}

.list-wrap li .dtime svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    fill: #999;
}

.list-wrap li .sleft {
    border: solid 1px #eee;
    overflow: hidden;
}

.list-wrap li .scenter {
    width: calc(100% - 3.1rem);
}

.list-wrap li .desc {
    color: #999;
    font-size: 0.14rem;
    line-height: 2;
    height: 0.56rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-wrap li .sright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
}

.list-wrap li .sright svg {
    fill: #ccc;
    width: 0.24rem;
    height: 0.24rem;
}

.list-wrap li:hover .sright svg {
    fill: #247fff
}

.list-wrap li .img {
    overflow: hidden;
    border: solid 0.09rem #fff;
}

.list-wrap li img {
    max-width: 1.8rem;
    float: left;

    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.list-wrap li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.hide {
    display: none;
}

.friend_link {
    background-color: #0742a8;
}

.link_title {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.link_title::before {
    content: "";
    display: block;
    background-color: #FFAE43;
    width: 0.05rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}

.friend_link .mcont {
    padding-top: 0.2rem;
    padding-bottom: 0.7rem;
}

.friend_link ul {
    overflow: hidden
}

.friend_link li {
    float: left;
    margin-right: 0.3rem;
    line-height: 0.4rem;
}

.friend_link a {
    color: #fff;
}

.friend_link a:hover {
    color: #FFAE43;
}

.footer {
    width: 100%;
    background-color: #222;
    line-height: 1.8;
}

.footer .top {
    padding: 0.5rem 0 0.7rem;
    display: flex;
    justify-content: space-between;
}

.footer .top p {
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.footer .top .left a {
    display: block;
    clear: both;
    color: #999;
    margin-bottom: 0.15rem;
}

.footer .top .left a:hover {
    color: #fff;
}

.footer .top .right li {
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}

.footer .top .right li a {
    color: #999;
}

.footer .top .right li a:hover {
    color: #fff;
}

.footer .top .right svg {
    fill: #777;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem;
}

.footer .bottom {
    text-align: center;
    color: #777;
    padding: 0.2rem 0 0.5rem;
    border-top: solid 1px #444;
}

.footer .bottom a {
    color: #777;
}

.footer .bottom a:hover {
    color: #fff;
}

.quick {
    position: fixed;
    right: 0;
    z-index: 888888;
    top: calc(50% - 1.45rem);
}

.quick svg {
    width: 0.32rem;
    height: 0.32rem;
    fill: #fff;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.quick li {
    width: 0.54rem;
    height: 0.54rem;
    background-color: rgba(36, 127, 255, .9);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 0.05rem;
    position: relative;
    box-shadow: 0 0 13px 0 rgba(36, 127, 255, 0.15);
}

.quick li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick li:hover {
    background-color: rgba(255, 174, 67, 1);
}

.q_telcont {
    width: 2rem;
    position: absolute;
    top: 0;
    right: 0.6rem;
    background-color: #fff;
    border-radius: 5px;
    padding: 0.15rem;
    box-shadow: 0 0 13px 0 rgba(36, 127, 255, 0.15);
    display: none;
}

.q_telcont span {
    font-size: 0.24rem;
    font-weight: bold;
    color: rgba(255, 174, 67, 1);
}

.q_telcont.on {
    display: block;
}

.q_wechatcont {
    position: absolute;
    top: 0;
    right: 0.6rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 rgba(36, 127, 255, 0.15);
    background-color: #fff;
    padding: 0.15rem;
    display: none;
}

.q_wechatcont.on {
    display: block;
}

/*手机样式*/

.mobmenu {
    display: none;
    cursor: pointer;
    position: relative;
}

.mobmenu span {
    width: 0.36rem;
    height: 0.03rem;
    background-color: rgba(36, 127, 255, 1);
    display: block;
    margin-bottom: 0.1rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobmenu span:last-child {
    margin-bottom: 0;
}

.mobmenu:hover span {

}

.mobmenu_cont {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.mobmenu_cont .close {
    text-align: right;
}

.mobmenu_cont .close svg {
    width: 0.32rem;
    height: 0.32rem;
    fill: #fff;
    cursor: pointer;
}

.mobmenu_cont .close svg:hover {
    transform: rotate(180deg);
    fill: #247fff;
}

.mobmenu_cont .cont1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobmenu_cont .cont2 {
    width: calc(100% - 0.6rem);
    max-width: 9rem;
}

.mobmenu_cont .mmenu li {
    border-bottom: solid 1px #333;
}

.mobmenu_cont .mmenu a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
    line-height: 2;
    text-transform: uppercase;
    color: #fff;
    padding: 0.2rem 0;
}

.mobmenu_cont .mssmenu a {
    font-size: 0.18rem;
}

.mobmenu_cont .mmenu a:hover {
    color: #247FFF;
}

/*响应式开始*/

@media screen and (max-width: 1260px) {
    .mcont {
        padding: 0 0.2rem;
        width: calc(100% - 0.4rem);
    }

}

@media screen and (max-width: 1199px) {


    .maintop .mcont .center li {
        margin: 0 0.15rem;
    }

    .banner .ban_txt .scont {
        width: calc(100% - 0.6rem);
        font-size: 0.18rem;
    }

    .banner .ban_txt .scont p {
        line-height: 1.8;
    }

    .banner .ban_txt .scont b {
        font-size: 0.5rem;
    }

    .banner .ban_txt .scont em {
        font-size: 0.32rem;
    }

    .server {
        padding: 0.3rem 0;
    }

    .server .box .title {
        margin-top: 0.1rem;
    }

    .server .swiper-container {
        padding-top: 0.3rem;
    }

    .process {
        padding-bottom: 0.5rem;
    }

    .process .mcont ul {
        padding: 0.5rem 0;
    }

    .ab_cont {
        margin: 0.3rem 0 0.5rem;
        padding: 0.3rem;
    }

    .ab_cont .left, .ab_cont .right {
        width: calc((100% - 0.3rem) / 2);
    }

    .ab_cont .right .title {
        font-size: 0.24rem;
    }

    .ab_cont .right .content {
        margin-top: 0.2rem;
        height: 1.08rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;

    }

    .ab_cont .right .bt_more {
        margin-top: 0.3rem;
    }

    .friend_link .mcont {
        padding-bottom: 0.5rem;
    }

    .pub_title, .link_title {
        width: calc(100% - 0.4rem);
    }

    .news .mcont {
        padding: 0.3rem 0;
    }

    .news .pub_title {
        padding-top: 0.3rem;
    }

    .list-wrap {
        padding: 0.1rem 0.3rem 0.4rem
    }

    .nav-one a {
        line-height: 0.6rem;
    }

    .process .mcont li .bottom {

    }

    .process .mcont li {
        padding: 0 0.1rem;
        width: calc((100% - 0.8rem) / 5);
    }
}

@media screen and (max-width: 960px) {
    .maintop .mcont .center {
        display: none;
    }

    .banner .ban_txt .scont b {
        font-size: 0.4rem;
    }

    .banner .ban_txt .scont em {
        font-size: 0.28rem;
    }

    .maintop .left {
        margin-right: 0.1rem;
    }

    .maintop .right .reg {
        margin-right: 0.1rem;
    }

    .mobmenu {
        display: block;
    }

    .footer .top {
        padding: 0.3rem 0 0.5rem;
    }

    .footer .bottom {
        width: calc(100% - 0.4rem);
        padding: 0.2rem 0.2rem 0.3rem;
    }
}

@media screen and (max-width: 767px) {
    .banner img {
        display: none;
    }

    .banner .swiper-slide {
        height: 2.8rem;
        background-position: center top;
        background-size: cover;
    }

    .banner .ban_txt .scont b {
        font-size: 0.28rem;
    }

    .banner .ban_txt .scont em {
        font-size: 0.2rem;
    }

    .banner .ban_txt .scont p {
        font-size: 0.15rem;
        font-weight: normal;
    }

    .banner:hover .swiper-button-next {
        right: 0;
        display: none;
    }

    .banner:hover .swiper-button-prev {
        left: 0;
        display: none;
    }

    .pub_title p {
        font-size: 0.24rem;
    }

    .server {
        padding: 0.2rem 0 0.1rem;
    }

    .server .swiper-container {
        padding: 0.3rem;
        width: calc(100% - 0.6rem);
    }

    .server .box {
        padding: 0.3rem 0.2rem 0.6rem;
    }

    .server .box .title {
        font-size: 0.18rem;
        line-height: 2.5;
        margin-top: 0;
    }

    .server .box .img img {
        max-width: 0.7rem;
        max-height: 0.7rem;
    }

    .server .box .num_img {
        margin-top: 0.1rem;
    }

    .server .box .num_img img {
        width: 0.48rem;
    }

    .server .apply {
        line-height: 0.48rem;
        font-size: 0.15rem;
    }

    .process {
        padding-bottom: 0.3rem;
    }

    .process .mcont ul {
        padding: 0.3rem 0;
    }

    .process .mcont li {
        padding: 0;
        width: 20%;
        background-position: center 0.28rem;
    }

    .process .mcont li .top {
        width: 0.56rem;
        height: 0.56rem;

    }

    .process .mcont li .top svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .process .mcont li .bottom {
        font-size: 0.14rem;
        font-weight: normal;
    }

    .bt_more {
        font-size: 0.15rem;
        width: 1.2rem;
        line-height: 0.4rem;
    }

    .ab_cont {
        display: block;
        padding: 0.2rem;
    }

    .ab_cont .left, .ab_cont .right {
        width: 100%;
        overflow: hidden;
    }

    .ab_cont .right {
        margin-top: 0.2rem;
    }

    .ab_cont .right .content {
        display: block;
        height: auto;
        margin-top: 0.1rem;
    }

    .ab_cont .right .title {
        font-size: 0.18rem;
    }

    .ab_cont .right .bt_more {
        margin-top: 0.2rem;
    }

    .link_title {
        font-size: 0.2rem;
    }

    .link_title::before {
        height: 0.24rem;
    }

    .friend_link li {
        line-height: 0.32rem;
    }

    .nav-one a {
        line-height: 0.4rem;
        font-size: 0.15rem;
    }

    .list-wrap li a {
        display: block;
    }

    .list-wrap li .sright {
        display: none;
    }

    .list-wrap li img {
        width: auto;
        max-width: 100%;
    }

    .list-wrap li .scenter {
        width: 100%;
    }

    .list-wrap li .title {
        font-size: 0.15rem;
    }

    .list-wrap li .desc {
        font-size: 0.12rem;
        line-height: 1.8;
        height: 0.43rem;
    }

    .footer .top .left {
        display: none;
    }

    .friend_link .mcont {
        padding-bottom: 0.3rem;
    }

    .list-wrap {
        padding: 0 0.2rem 0.3rem;
    }

    .list-wrap li .dtime {
        font-size: 0.12rem;
    }

    .list-wrap li .title svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .news {
        background-position: left top;
    }

    .news .mcont {
        padding: 0.2rem 0;
    }

    .quick {
        bottom: 0.5rem;
        top: auto;
    }

    .footer .bottom {
        font-size: 0.12rem;
    }

    .quick li {
        width: 0.4rem;
        height: 0.4rem;
    }

    .quick svg {
        width: 0.28rem;
        height: 0.28rem;

    }

    .q_wechatcont {
        top: auto;
        bottom: 0;
    }

    .footer .top .right li {

    }

}

@media screen and (max-width: 321px) {
    .mobmenu_cont .mmenu a {
        font-size: 0.18rem;
    }
}