@charset "utf-8";

html {
    overflow-x: hidden;
}

/* CSS Document */
body {
    font-size: 100%;
    line-height: 1.5;
    width: 100%;
    position: relative;
    font-family: "microsoft yahei", arial, sans-serif;
    overflow-x: hidden;
    background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
    box-sizing: content-box;
}

.j_tab {
    display: table;
    width: 100%;
    height: 100%;
}

.j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    color: inherit;
}

a:focus {
    outline: none !important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
p {
    margin: 0;
}

h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

li:hover .img img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}

svg {
    max-width: 100%;
    max-height: 100%;
}

table {
    table-layout: fixed;
}

.m1100 {
    width: 1100px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.m {
    max-width: 1760px;
    height: 100%;
    margin: 0 auto;
    padding: 0 100px;
    display: block;
    position: relative;
}

.pad_top {
    padding-top: 2rem;
}

.pad_bot {
    padding-bottom: 2rem;
}

.draw_h {
    width: 67px !important;
    height: 67px !important;
    line-height: 65px !important;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.draw_h:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgba(100%, 100%, 100%, .5);
    border-radius: 50%;
}

svg.drawcircle {
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    display: block;
    pointer-events: none;
}

svg.drawcircle circle {
    fill: none;
    box-sizing: border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0, 188.49;
    stroke-dashoffset: 188.49;
    transition: all .3s linear 0s;
}

.draw_h:hover svg.drawcircle circle {
    stroke: #fff;
    stroke-dasharray: 188.49, 0;
    stroke-dashoffset: 188.49;
    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}

.draw_h .icon {
    fill: #626262;
    vertical-align: middle;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.draw_h:hover .icon {
    fill: #0081cc;
}

/*===========================header=============================*/
#header {
    height: 9rem;
    z-index: 999;
    width: 100%;
    position: fixed !important;
    top: 0;
    transition: .5s;
}

#header .m {
    max-width: 1760px;
    display: flex;
    justify-content: space-between;
}

#header .fr {
    display: flex;
    width: 65%;
    align-items: center;
    height: 9rem;
    transition: .5s;
}

#logo {
    float: left;
    height: 100%;
}

.tagpic img {
    display: none;
}

.tagpic img.img02 {
    display: none;
}

#nav {
    float: left;
    width: calc(100% - 80px);
    margin-left: 3rem;
}

#nav ul {
    display: flex;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    text-align: center;
}

#nav ul li a {
    text-transform: uppercase;
}

#nav ul li h3 {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 100%;
    font-weight: normal;
    line-height: 5rem;
    transition: .5s;
    overflow: hidden;
    position: relative;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    color: #2b8bd8;
}

#nav ul li h3:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #2b8bd8;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    z-index: 10000;
    transform: translateY(-20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#nav ul li .sub:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    margin-top: -3px;
}

#nav ul li .sub .box {
    padding: 10px 10px;
    text-align: center;
    background: #2b8bd8;
    position: relative;
    z-index: 9;
}

#nav ul li .sub a {
    padding: 0;
    line-height: 2;
    display: block;
    transition: .3s;
    font-size: .9375rem;
    color: rgba(255, 255, 255, 1);
}

#nav ul li .sub a:hover {
    color: #fff;
}

#nav ul li:hover h3:before {
    content: "";
    width: 100%;
}

#nav ul li.on h3:before {
    content: "";
    width: 100%;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.btn_oa:before {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.btn_oa:after {
    content: '';
    position: absolute;
    bottom: 50%;
    margin-bottom: -.75rem;
    left: -1.5rem;
    width: 2px;
    height: 1.25rem;
    background: rgba(255, 255, 255, .8);
}

.btn_oa.act:before,
.btn_oa.act:before {
    display: block;
}

.tc_oa {
    z-index: 1;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 50%;
    margin-right: -65px;
    top: 98%;
    text-align: center;
    height: 0;
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    overflow: hidden;
}

.tc_oa .box {
    width: 130px;
    height: 78px;
}

.tc_oa.act {
    height: 78px;
}

.tc_oa ul li {
    width: 50%;
    float: left;
    text-align: center;
    height: 78px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.tc_oa p {
    line-height: 22px;
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.tc_oa span {
    display: block;
    width: 22px;
    height: 22px;
    height: 0;
    margin: 0 auto;
    background: url(../images/ico_arr.png) center no-repeat;
    background-size: contain;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn_oa {
    position: relative;
    line-height: 5rem;
    cursor: pointer;
    margin-left: 2rem;
}

.btn_oa .ico {
    display: inline-block;
    vertical-align: middle;
}

.tc_oa li:hover p {
    color: #2b8bd8;
}

.tc_oa li:hover span {
    height: 22px;
}

/* .tc_oa li.on p{ color: #2b8bd8;}
.tc_oa li.on span{ height: 22px;} */
#header.ny {
    /* background: rgba(255, 255, 255, .5); */
    background: linear-gradient(to bottom, rgba(50, 69, 124, 1), rgba(0, 0, 0, 0));
    height: 7rem;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, .2); */
}

#header.ny .fr {
    height: 7rem;
}

#header.ny #nav ul li h3 {
    line-height: 7rem;
    color: #fff;
}

#header.ny #nav ul li.on h3,
#header.ny #nav ul li:hover h3 {
    color: #fff;
}

#header.ny .tagpic .img02 {
    display: inline-block;
}

#header.ny .tagpic .img01 {
    display: none;
}

#header.ny .btn_oa {
    line-height: 7rem;
}

#header.ny .btn_oa:before {
    border-bottom: 9px solid #eee;
}

#header.ny .tc_oa {
    background: #eee;
}

#header.ny .btn_oa:after {
    background: #fff;
}

#header.xg {
    background: #2b8bd8;
    height: 7rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#header.xg .fr {
    height: 7rem;
}

#header.xg #nav ul li h3 {
    line-height: 7rem;
    color: #fff;
}

#header.xg #nav ul li.on h3,
#header.xg #nav ul li:hover h3 {
    color: #fff;
}

#header.xg .tagpic .img02 {
    display: inline-block;
}

#header.xg .tagpic .img01 {
    display: none;
}

#header.xg .btn_oa {
    line-height: 7rem;
}

#header.xg .btn_oa:before {
    border-bottom: 9px solid #eee;
}

#header.xg .tc_oa {
    background: #eee;
}

#header.xg .btn_oa:after {
    background: #fff;
}


/***********************/
/*手机导航开始*/
#m_header {
    display: none;
    height: 6rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: #2b8bd8;
}

#m_header .m {
    position: relative;
    height: 100%;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
}

#m_logo img {
    display: block;
    max-height: 60%;
}

#m_header .btn_oa {
    line-height: 4.25rem;
    margin-left: 0;
    float: right;
    margin-right: 3.5rem;
    width: 20px;
}

#m_header .btn_oa:before {
    border-bottom: 9px solid #eee;
}

#m_header .tc_oa {
    background: #eee;
}

/*导航按钮开始*/
#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 3.5rem;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 9998;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.75rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 2rem;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -5px;
}

#nav_btn .navbtn::before {
    top: 5px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: #2b8bd8;
    width: 20rem;
    height: 100vh;
    right: -400px;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 2.3rem;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 10px;
    height: 4.5rem;
    float: right;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: contain;
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;

    display: inline-block;
    color: #999;
}

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

/*首页banner*/
#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
}

#banner .banner_slider {
    margin: 0;
}

#banner li {
    position: relative;
}

#banner li .img {
    width: 100%;
    height: 0;
    padding-bottom: 41.66%;
    z-index: 8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes bgscale {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bgscale {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#banner .slick-active .img {
    animation: bgscale 7s linear .3s;
    animation-fill-mode: forwards;
}

#banner .m {
    height: 100%;
}

#banner li.slick-current {
    z-index: 999;
}

#banner .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

#banner .pic {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 0rem;
    text-align: right;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

#banner .pic img {
    display: inline-block;
    max-width: 60%;
}

#banner li.slick-current {
    z-index: 999;
}

/* #banner .remove .pic{ animation:quit 1s ease-in forwards; } */
#banner .slick-current .pic {
    animation: enter 1.5s ease forwards;
    -webkit-animation: enter 1.5s ease forwards;
}

#banner .swiper-pagination {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    margin-left: -680px;
    text-align: left;
}

#banner .swiper-pagination span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-bottom: 24px;
    position: relative;
    background: url(../images/bot.png) center 11px no-repeat;
    opacity: 1 !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#banner .swiper-pagination span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #fff;
}

#banner .slick-dots {
    top: 50%;
    bottom: auto;
}

#banner .slick-dots li {
    margin: 0;
    display: block;
}

#banner .slick-dots li button:before {
    content: "";
    position: relative;
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border: 1px solid #fff;
    box-sizing: border-box;
    opacity: 1;
}

#banner .slick-dots li.slick-active button:before {
    background: #fff;
}


@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-webkit-keyframes enterleft {
    0% {
        opacity: 0;
        transform: translateX(-60%) scale(.5);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

@keyframes enterleft {
    0% {
        opacity: 0;
        transform: translateX(-60%) scale(.5);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

@-webkit-keyframes quit {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

@keyframes quit {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

#s_toutiao {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
}

#s_toutiao .box {
    height: 6.25rem;
    line-height: 6.25rem;
    display: block;
    background: #fff;
    border-radius: .75rem;
}

#s_toutiao .tt {
    float: left;
    width: 6.9375rem;
    text-align: center;
    position: relative;
    margin-right: 1.875rem;
}

#s_toutiao .tt img {
    width: 2.5rem;
}

#s_toutiao .tt:after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background: #ced6d9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

#s_toutiao ul {
    float: left;
    width: calc(100% - 23.5rem);
}

#s_toutiao ul li {}

#s_toutiao ul li h5 {
    font-size: 1.1rem;
    color: #333333;
    font-weight: normal;
    line-height: 6.25rem;
    float: left;
    width: calc(100% - 7rem);
}

#s_toutiao ul li span {
    font-size: .875rem;
    color: #a7adb8;
    float: right;
    font-family: BarlowCondensed-Regular;
}

#s_toutiao .slick_arrow {
    float: right;
    margin-right: 3.5rem;
}

#s_toutiao .slick_arrow div {
    width: 20px;
    float: left;
    cursor: pointer;
    margin-left: 3rem;
}

#s_toutiao .slick_left {}

#s_toutiao .slick_right {}


#s_mian {
    width: 100%;
    overflow: hidden;
    /* background: url(../images/s_news_bg.jpg) top center no-repeat; */
}

#f01 {
    width: 100%;
    overflow: hidden;
}

.s_new01 {
    width: 42.3%;
    float: left;
    position: relative;
}

.s_new01 ul {}

.s_new01 ul li {
    position: relative;
}

.s_new01 ul li .time {
    width: 5.625rem;
    height: 5.625rem;
    font-size: .875rem;
    background: #d73239;
    left: 1.875rem;
    top: 1.75rem;
    position: absolute;
    text-align: center;
    color: #fff;
    font-family: BarlowCondensed-Regular;
}

.s_new01 ul li .time span {
    font-size: 2.5rem;
    display: block;
    font-family: BarlowCondensed-SemiBold;
}

.s_new01 ul li .time i {
    display: block;
    width: 2.25rem;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.s_new01 ul li .img {
    height: 30rem;
}

.s_new01 ul li .img img {
    object-fit: cover;
}

.s_new01 ul li h5 {
    font-size: 1.125rem;
    color: #fff;
    background: #2b8bd8;
    text-align: center;
    height: 4.5rem;
    line-height: 4.5rem;
}

.s_new01 .slick_arrow {}

.s_new01 .slick_arrow div {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.s_new01 .slick_left {
    background: url(../images/banner_left.png) center no-repeat;
    background-size: 2.5rem;
    opacity: .8;
    left: 5%;
}

.s_new01 .slick_right {
    background: url(../images/banner_right.png) center no-repeat;
    background-size: 2.5rem;
    opacity: .8;
    right: 5%;
}

.s_new01 .draw_h {
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
}

.s_news02 {
    width: 57.7%;
    float: right;
    height: 34.5rem;
    padding: 2rem 2.25rem;
    background: #f4f7fc;
    position: relative;
}

.s_news02 .hd {
    position: relative;
    margin-bottom: 1.5rem;
}

.s_news02 .hd:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d6d8d8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.s_news02 .hd ul {
    width: calc(100% - 6.625rem);
    max-width: 550px;
    float: left;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.s_news02 .hd ul li {
    font-size: 1.5rem;
    color: #333333;
    font-weight: normal;
    line-height: 2.5rem;
    padding-right: 3rem;
}

.s_news02 .hd ul li.slick-current {
    color: #2b8bd8;
}

.s_news02 .hd ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 1.125rem;
    line-height: 1.5rem;
}

.s_news02 .hd ul li span {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
}

.s_news02 .hd ul li p {
    display: inline-block;
}

.s_news02 .hd ul li img {
    display: inline-block;
}

.s_news02 .hd ul li .img02 {
    display: none;
}

.s_news02 .hd ul li.slick-current .img01 {
    display: none;
}

.s_news02 .hd ul li.slick-current .img02 {
    display: inline-block;
}

.s_news02 .hd ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #2b8bd8;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .5s;
}

.s_news02 .hd ul li.slick-current a:before {
    width: 100%;
    left: 0;
    right: auto;
}

.s_news02 .hd ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #014099;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -10px;
    transition: .5s;
    opacity: 0;
}

.s_news02 .hd ul li.slick-current a:after {
    opacity: 1;
}

.s_news02 .hd .slick-list {
    overflow: visible;
}

.s_news02 .bd .btn_r {
    position: absolute;
    right: 0;
    top: -4.5rem;
}

.s_news02 .bd>.slick-list {
    overflow: visible;
}

.s_news02 .bd {}

.s_news02 .bd ul {}

.btn_r {
    float: right;
    font-size: 0.875rem;
    color: #1d1d1d;
    line-height: 2.5rem;
}

.btn_r i {
    margin-left: 10px;
}

.btn_r:hover {
    color: #2b8bd8;
}

.s_dang_list {}

.s_dang_list li {
    overflow: hidden;
    height: 3rem;
    position: relative;
    z-index: 1;
}

.s_dang_list li h5 {
    float: left;
    line-height: 3rem;
    font-size: 1rem;
    color: #333333;
    transition: .5s;
}

.s_dang_list li h5:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.s_dang_list li span {
    float: right;
    line-height: 3rem;
    font-size: 0.875rem;
    color: #a7adb8;
    font-family: BarlowCondensed-Regular;
    transition: .5s;
}

.s_dang_list li:hover h5 {
    color: #2b8bd8;
    font-weight: bold;
}

.s_dang_list li:hover h5:before {
    background: #2b8bd8;
}

#s_yewu {
    width: 100%;
    overflow: hidden;
}

.yewu_tt {
    width: 20%;
    float: left;
    background: url(../images/s_yewu_tt.jpg) center no-repeat;
    height: 18.75rem;
    padding: 2.75rem 2.5rem;
    color: #fff;
}

.yewu_tt h4 {
    font-size: 1.625rem;
    font-weight: normal;
}

.s_yewu_slide {
    width: 80%;
    float: right;
}

.slike_arr {
    margin-top: 8rem;
}

.slike_arr>div {
    display: inline-block;
    cursor: pointer;
    margin-right: 1.75rem;
    opacity: .3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.slike_arr>div:hover {
    opacity: 1;
}

.s_yewu_slide ul {}

.s_yewu_slide ul li {}

.s_yewu_slide ul li a {
    display: block;
    background: #f4f7fc;
    border: 1px solid #e8eaef;
    border-left: 0;
    height: 18.75rem;
    padding: 4rem 2.5rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.s_yewu_slide ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s_yewu_li.jpg) center no-repeat;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.s_yewu_slide ul li font {
    display: block;
    margin-bottom: 1rem;
    height: 5rem;
    width: 5rem;
}

.s_yewu_slide ul li font img {
    width: 100%;
    height: 100%;

}



.s_yewu_slide ul li h3 {
    font-size: 1.25rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.s_yewu_slide ul li h3 span {
    font-size: 1.125rem;
    font-weight: normal;
    margin-left: .75rem;
}

.s_yewu_slide ul li p {
    font-size: .875rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

.s_yewu_slide ul li .btn_xq {
    font-size: .875rem;
    color: rgba(255, 255, 255, .7);
    margin-top: 5.75rem;
    line-height: 1.5rem;
}

.s_yewu_slide ul li .btn_xq i {
    display: inline-block;
    width: 13px;
    height: 9px;
    background: url(../images/btn_arr.png) center no-repeat;
    vertical-align: middle;
    margin-left: 1rem;
}

.s_yewu_slide ul li a:hover {
    padding-top: 2rem;
}

.s_yewu_slide ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.s_yewu_slide ul li a:hover font {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.s_yewu_slide ul li a:hover h3 {
    color: #fff;
}

.s_yewu_slide ul li a:hover p {
    color: rgba(255, 255, 255, .7);
}

#f05 {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg01.jpg)no-repeat center;
    padding-bottom: 2rem;
    background-size: cover;
}

#f05 .ul {
    margin: 0 -1.25rem;
    overflow: hidden;
    display: flex;
}

#f05 .ul .li {
    width: 50%;
    float: left;
    padding: 0 1.25rem;
}

#f05 .item {
    background: rgba(244, 247, 252, .8);
    padding: 2rem;
    height: 100%;
    box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.1);

    border-radius: 4px;
}

.s_dang .hd {
    position: relative;
    margin-bottom: 1.25rem;
    margin-top: -.625rem;
    z-index: 1;
}

.s_dang .hd:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e6eaeb;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.s_dang .hd ul {
    width: calc(100% - 6.625rem);
    float: left;
    position: relative;
    z-index: 2;
}

.s_dang .hd h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #333;
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding-bottom: 1.125rem;
}

.s_dang .hd h3 img {
    display: inline-block;
    margin-right: .5rem;
    height: 2rem;
}

.s_dang .hd h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #2b8bd8;
    position: absolute;
    right: 0;
    bottom: 0;
}

.s_dang .hd h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #2b8bd8;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -10px;
}

.s_dang_nav {
    margin: 0 -11px;
    margin-bottom: 2.75rem;
}

.s_dang_nav li {
    padding: 0 11px;
}

.s_dang_nav li a {
    display: block;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    height: 3.75rem;
    line-height: 3.5rem;
    font-size: 1.125rem;
    color: #525252;
}

.s_dang_nav li.slick-current a {
    color: #fff;
    background: #2b8bd8;
    border: 1px solid #2b8bd8;
}

.s_dang_pic {
    overflow: hidden;
    background: #fff;
    margin-bottom: 1rem;
}

.s_dang_pic .img {
    width: 15rem;
    height: 9.6875rem;
    float: left;
    margin-right: 1.5rem;
}

.s_dang_pic .img img {
    object-fit: cover;
}

.s_dang_pic .txt {
    padding: 1.25rem 1rem;
    padding-left: 0;
}

.s_dang_pic .txt h5 {
    font-size: 1rem;
    color: #0c0c0c;
    font-weight: normal;
    line-height: 1.5rem;
}

.s_dang_pic .txt p {
    font-size: .875rem;
    color: #848484;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    margin: .75rem 0;
}

.s_dang_pic .txt span {
    font-size: 0.875rem;
    color: #999;
    font-family: BarlowCondensed-Regular;
    display: block;
}

.s_dang_pic02 {
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.tip_b {
    display: block;
    position: relative;
    float: left;
    width: 4.5rem;
    height: 4.5rem;
    background: #e81c1b;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tip_b:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #e81c1b;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -10px;
}

.s_dang_pic02 .txt {
    width: calc(100% - 6.75rem);
    float: right;
    margin-top: -3px;
}

.s_dang_pic02 .txt h5 {
    font-size: 1.125rem;
    color: #0c0c0c;
    font-weight: bold;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .5rem;
}

.s_dang_pic02 .txt p {
    font-size: .875rem;
    color: #848484;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

#s_zhuanti {
    width: 100%;
    overflow: hidden;
}

#s_zhuanti .box {
    border-bottom: 1px solid #e5e5e5;
}

#s_zhuanti ul {
    margin: 0 -1.125rem;
}

#s_zhuanti ul li {
    padding: 0 1.125rem;
}

#s_zhuanti ul li .img {}

#s_zhuanti ul li .img img {}

#s_zhuanti .slick-arrow {
    z-index: 99;
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    transform: translate(0, 0);
    opacity: 1;
    display: block;
    width: 2.3125rem;
    height: 2.3125rem;
    background-size: 2.3125rem !important;
}

#s_zhuanti .slick-prev {
    left: -4.375rem;
    background: url(../images/arr_left_gray.png) left center no-repeat;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#s_zhuanti .slick-next {
    right: -4.375rem;
    background: url(../images/arr_right_gray.png) right center no-repeat;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#s_zhuanti .slick-arrow:before {
    display: none;
}

#s_zhuanti .s_btn_r {
    display: block;
    width: 5.3125rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #f2f5f6;
}

#s_link {
    width: 100%;
}

#s_link .ul {
    margin: 0 -1.5rem;
}

#s_link .ul .li {
    width: 33.333%;
    float: left;
    padding: 0 1.5rem;
}

.s_foot_link {
    cursor: pointer;
    overflow: visible;
    position: relative;
    text-align: left;
}

.s_foot_link .tanchu {
    overflow: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 4rem;
    border-bottom: 0;
    display: none;
    left: 0;
    right: 0;
    background: #e6eaf1;
}

.s_foot_link .tanchu:before {
    content: "";
    display: none;
    border: 10px solid transparent;
    border-top: 10px solid #e6eaf1;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
}

.s_foot_link .tanchu>div {
    max-height: 12.5rem;
    background: #e6eaf1;
    display: block;
    margin: 10px 13px;
    overflow: auto;
}

.s_foot_link .tanchu>div::-webkit-scrollbar {
    width: 1px;
}

.s_foot_link .tanchu a {
    color: #666;
    line-height: 2rem;
    display: block;
    font-size: .9375rem;
}

.s_foot_link .tanchu a:hover {
    color: #000;
}

.s_foot_link .bnt_link.a {
    padding-left: 1.75rem;
    color: #545454;
    background: #f4f7fc;
    font-size: 1rem;
    line-height: 4rem;
    width: 100%;
    height: 4rem;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 3.5rem;
}

.s_foot_link .bnt_link.a>img {
    height: .9375rem;
    margin-right: .625rem;
    position: relative;
    top: -1px;
}

.s_foot_link .bnt_link.a.icon_un img {
    transform: rotate(180deg);
}

.s_foot_link .a span {
    display: inline-block;
    float: right;
    color: #919397;
    line-height: 4rem;
    width: .9375rem;
    text-align: center;
    height: 100%;
    margin-right: 2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.s_tt {
    overflow: hidden;
    margin-bottom: .875rem;
}

.s_tt h3 {
    font-size: 1.125rem;
    color: #2b8bd8;
    font-weight: bold;
    line-height: 1.25rem;
}

.s_tt h3 i {
    display: inline-block;
    width: 3px;
    height: 1.1875rem;
    background: #2b8bd8;
    vertical-align: middle;
    margin-right: .875rem;
}



#footer {
    width: 100%;
    background: #2a2f46 url(../images/foot_bg.jpg) center bottom no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 5rem;
}

#footer>.m {
    display: flex;
    justify-content: space-between;
}

#footer .left_con {
    float: left;
    flex: 4
}

#footer .right_con {
    float: right;
    padding: 0 5%;
    flex: 5;
    display: flex;
    flex-direction: column;
}

.foot_logo {
    margin-bottom: 2.5rem;
    max-width: 35rem;
}

.foot_lianxi {
    color: #000000;
    flex: 1;

}

.foot_lianxi .left {
    margin-right: 0rem;
}

.foot_lianxi .right p {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .8);
    padding-top: 1rem;
}

.foot_lianxi .right p img {
    opacity: .6;
    margin-left: 15px;
}

.foot_lianxi .right h4 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    padding-left: 1rem;
    font-weight: 600;
    font-style: italic;
}

.foot_lianxi .right .txt {
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    margin-top: .875rem;
}

.foot_lianxi .right {
    text-align: left;
}

.foot_nav {
    display: flex;
    justify-content: space-between;
}

.foot_nav dl {
    float: left;
}

.foot_nav dl dt {
    font-size: 0.875rem;
    color: #fff;

    font-weight: normal;
}

.foot_nav dl dd {
    font-size: .875rem;
    color: #9798a0;
    line-height: 1.875rem;
}

.cprights {
    font-size: 0.875rem;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(100, 100, 100, .5);
    margin-top: 1rem;

}

.cprights p {
    display: block;
    line-height: 2;
    text-transform: uppercase;
}

.foot_ewm {}

.foot_ewm img {
    width: 111px;
    margin-right: 1rem;
}

.foot_ewm p {
    font-size: 13px;
    color: #000000;
    text-align: center;
    margin-top: 16px;
}

#footer dl a:hover {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright {
    padding: 1.25rem 0;
    line-height: 1.875rem;
    text-align: center;
    font-size: .875rem;
    color: rgba(255, 255, 255, .4);
    background: #222;
}

.copyright p {
    display: inline-block;
}

#n_banner {
    height: 33.75rem;
    margin-top: 0;
}

/*内页导航*/
.n_nav_box {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

.n_nav {
    float: left;
    font-size: 0;
    width: 60%;
    display: flex;
}

.n_nav::-webkit-scrollbar {
    display: none;
}

.n_nav a {
    font-size: 1rem;
    line-height: 4rem;
    color: #080808;
    display: inline-block;
    padding: 0 .5rem;
    max-width: 260px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
    flex-grow: 1;
}

.n_nav a+a:after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background: #cccccc;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    transition: 0s;
    z-index: 0;
}

.n_nav a:before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    background: #2b8bd8;
}

.n_nav a:hover:before,
.n_nav a.on:before {
    width: 100%;
    opacity: 1;
}

.n_nav a:hover:after,
.n_nav a.on:after {
    height: 0;
}

.n_nav a:hover,
.n_nav a.on {
    color: #fff;
    font-weight: bold;
}

.n_position {
    text-align: right;
    float: right;
    font-size: 0;
    height: 4rem;
    line-height: 4rem;
    color: #a6a6a6;
    display: flex;
    align-items: center;
    padding-right: 1.75rem;
}

.n_position svg {
    vertical-align: middle;
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-right: 9px;
}

.n_position a {
    font-size: .875rem;
    color: #8a8a8a;
    position: relative;
    transition: .2s;
}

.n_position i {
    font-size: .875rem;
    color: #98989a;
    display: inline-block;
    margin: 0 .5rem;
    font-family: arial;
    position: relative;
    top: -1px;
}

.n_position span {
    font-size: .875rem;
    color: #8a8a8a;
}

.n_position a:hover {
    color: #e81c1b;
}


/* 手机端二级导航 */
#nav_slide {
    background: #f8f8f8;
    line-height: 50px;
    position: relative;
    z-index: 88;
}

#nav_slide #bnt_back {
    position: absolute;
    left: 1rem;
    top: -2px;
}

#nav_slide #bnt_back img {
    height: 15px;
}

#nav_slide .n_title {
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
}

#nav_slide h1 {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 1rem;
    top: 17.5px;
    cursor: pointer;
}

#bnt_sub_nav img {
    display: block;
    height: 15px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: #fff;
    display: block;
    z-index: 9;
    width: 100%;
}

#sub_nav_content ul {
    padding: 5px 10px 10px 10px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    line-height: 20px;
}

#sub_nav_content ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 10px;
}

#sub_nav_content ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 5px;
    color: #2d2d2d;
    background: #e4e4e4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#sub_nav_content ul li.on a {
    color: #ffffff;
    background: #2b8bd8;
}

#sub_nav_content dt {
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #fafafb;
    border-top: 1px solid #e7e7e7;
    z-index: 999;
}

#sub_nav_content dt a {
    margin: 0 10px;
    display: block;
    color: #5b5349;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
}

#sub_nav_content dt.title {
    background: #fafafb;
}

#sub_nav_content dt.title_on {
    background: #fafafb;
}

#sub_nav_content dt.title_on a {
    color: #fff;
    border-top: 1px solid #fff;
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.title_on.on {}

#sub_nav_content dt.title_on a {
    color: #5b5349;
}

#sub_nav_content dd {
    display: block;
}

#sub_nav_content dd .box {
    padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #b7863e
}


#n_about {
    width: 100%;
    overflow: hidden;
}

#n_about .m {
    display: flex;
}

#n_about .left {
    max-width: 33.25rem;
    float: left;
    flex-shrink: 1;
}

#n_about .right {
    max-width: calc(100% - 33.25rem);
    min-width: 300px;
    float: right;
    padding-left: 3.625rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#n_about .tt {
    margin-bottom: 3.625rem;
}

#n_about .tt h3 {
    font-size: 1.625rem;
    color: #010101;
    font-weight: bold;
    margin-bottom: 2px;
}

#n_about .tt span {
    font-size: .875rem;
    color: #a3a3a3;
    font-family: arial;
}

#n_about .tt i {
    display: block;
    width: 35px;
    height: 5px;
    background: #2b8bd8;
    margin-top: 2rem;
}


.ar_article {
    font-size: .9375rem;
    color: #5e5e5e;
    line-height: 1.875rem;
    text-align: justify;
}

.ar_article h4 {
    font-size: 1.125rem;
}

.ar_article p {
    font-size: .9375rem;
    color: #5e5e5e;
    line-height: 1.875rem;
    padding-bottom: .75rem;
}

.ar_article strong {
    font-weight: bold;
}

.ar_article td,
.ar_article th {
    padding: 15px;
    border: 1px solid #c6c5c5;
    font-size: 1rem !important;
    font-family: "microsoft yahei", "Microsoft YaHei", sans-serif !important;
}

.ar_article td *,
.ar_article th * {
    font-size: 0.95rem !important;
    font-family: "microsoft yahei", "Microsoft YaHei", sans-serif !important;
}

.ar_article td p,
.ar_article th p {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: inherit;
}

.ar_article img {
    max-width: 100%;
}

.ar_article a {
    color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6,
.ar_article b {
    font-weight: bold;
    color: #232323;
}

.ar_article ul li,
.ar_article ol li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 2rem;
}

.ar_article ul li p,
.ar_article ol li p {
    padding-bottom: 0;
    margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
    margin-bottom: 15px;
}

video {
    max-width: 100%;
    height: auto;
    min-height: 180px;
}

#n_dangjian {}

#n_dangjian ul {
    margin: 0 -.9375rem;
    margin-top: -2rem;
    overflow: hidden;
}

#n_dangjian ul li {
    width: 33.333%;
    float: left;
    padding: 0 .9375rem;
    margin-top: 2rem;
}

#n_dangjian ul li a {
    display: block;
    position: relative;
    z-index: 1;
}

#n_dangjian ul li a .img img {
    height: 364px;
    object-fit: cover;
}

#n_dangjian ul li .txt {
    padding-top: 1.875rem;
}

#n_dangjian ul li h2 {
    font-size: 1.25rem;
    color: #212121;
    font-weight: bold;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_dangjian ul li p {
    font-size: .875rem;
    color: #737373;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

#n_dangjian ul li .btn_xx {
    height: 2rem;
    line-height: 2rem;
    font-size: .875rem;
    color: #939498;
    margin-top: 1.25rem;
    transition: .5s;
}

#n_dangjian ul li .btn_xx svg.ico_see {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

#n_dangjian ul li .btn_xx svg.icon {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#n_dangjian ul li .btn_xx svg path {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_dangjian ul li a:hover h2 {
    color: #2b8bd8;
}

#n_dangjian ul li a:hover .btn_xx {
    color: #2b8bd8;
}

#n_dangjian ul li a:hover svg path {
    fill: #2b8bd8;
}

/*翻页*/
.page {
    text-align: center;
    margin-top: 3rem;
    font-size: 0;
    color: #919191;
}

.page li {
    display: inline-block;
    list-style: none;
}

.page a {
    padding: 0 11px;
    min-width: 34px;
    line-height: 32px;
    height: 34px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 2rem;
    margin: 0 0.375rem;
    color: #919191;
    font-size: 1rem;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.page .on {
    background: #2b8bd8;
    color: #fff;
    border: 1px solid #2b8bd8;
}

.page a:hover {
    background: #2b8bd8;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2b8bd8;
}

.page span {
    line-height: 32px;
    display: inline-block;
    margin: 0 8px;
    font-size: .875rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.page input {
    height: 34px;
    line-height: 32px;
    font-size: .875rem;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 2rem;
    background: none;
    width: 2.5rem;
    text-align: center;
    color: #919191;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.page button {
    width: 65px;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    border-radius: 2rem;
    border: 1px solid #e2e2e2;
    font-size: .875rem;
    color: #919191;
    background: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.page button:hover {
    background: #2b8bd8;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2b8bd8;
}

#n_dongtai {}

#n_dongtai ul {
    margin: 0 -.9375rem;
    margin-top: -2rem;
    overflow: hidden;
}

#n_dongtai ul li {
    padding: 0 .9375rem;
    margin-top: 2rem;
    overflow: hidden;
}

#n_dongtai ul li a {
    position: relative;
    z-index: 1;
}

#n_dongtai ul li .img {
    width: 18.375rem;
    height: 13.75rem;
    float: left;
    margin-right: 3.75rem;
    flex-shrink: 0;
}

#n_dongtai ul li .txt {
    height: 13.75rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
}

#n_dongtai ul li .txt:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

#n_dongtai ul li .txt span {
    font-size: 0.8rem;
    font-family: arial;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

#n_dongtai ul li .txt span:before {
    content: "";
    display: inline-block;
    width: .9375rem;
    height: 2px;
    background: #0c0c0c;
    vertical-align: middle;
    margin-right: .5rem;
}

#n_dongtai ul li h2 {
    font-size: 1rem;
    width: 100%;
    color: #0c0c0c;
    font-weight: normal;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_dongtai ul li p {
    font-size: 0.875rem;
    color: #848484;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

#n_dongtai ul li .btn_xx {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #939498;
    margin-top: 1.25rem;
    transition: .5s;
}

#n_dongtai ul li .btn_xx svg.ico_see {
    width: 1.25rem;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

#n_dongtai ul li .btn_xx svg.icon {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#n_dongtai ul li .btn_xx svg path {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_dongtai ul li a:hover h2 {
    color: #2b8bd8;
}

#n_dongtai ul li a:hover .btn_xx {
    color: #2b8bd8;
}

#n_dongtai ul li a:hover svg path {
    fill: #2b8bd8;
}

#n_meiti {}

#n_meiti ul {
    margin: -1.25rem;
    overflow: hidden;
}

#n_meiti ul li {
    width: 50%;
    float: left;
    padding: 1.25rem;
    overflow: hidden;
}

#n_meiti ul li a {
    position: relative;
    z-index: 1;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 2.75rem 2rem;
}

#n_meiti ul li .txt {
    position: relative;
}

#n_meiti ul li .txt span {
    font-size: .75rem;
    font-family: arial;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

#n_meiti ul li .txt span:before {
    content: "";
    display: inline-block;
    width: .9375rem;
    height: 2px;
    background: #000000;
    vertical-align: middle;
    margin-right: .5rem;
}

#n_meiti ul li h2 {
    font-size: 1.25rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_meiti ul li p {
    font-size: .875rem;
    color: #737373;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

#n_meiti ul li .btn_xx {
    height: 2rem;
    line-height: 2rem;
    font-size: .875rem;
    color: #939498;
    margin-top: 1.25rem;
    transition: .5s;
}

#n_meiti ul li .btn_xx svg.ico_see {
    width: 1.125rem;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

#n_meiti ul li .btn_xx svg.icon {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#n_meiti ul li .btn_xx svg path {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_meiti ul li a:hover h2 {
    color: #2b8bd8;
}

#n_meiti ul li a:hover .btn_xx {
    color: #2b8bd8;
}

#n_meiti ul li a:hover svg path {
    fill: #2b8bd8;
}

#n_qikan {}

#n_qikan ul {
    margin: 0 -.875rem;
    margin-top: -2.25rem;
}

#n_qikan ul li {
    width: 20%;
    float: left;
    padding: 0 .875rem;
    margin-top: 2.25rem;
}

#n_qikan ul li .pic {
    border: 1px solid #e5e5e5;
    padding: .8125rem;
}

#n_qikan ul li .pic .img {}

#n_qikan ul li .pic .img img {}

#n_qikan ul li h5 {
    text-align: center;
    font-size: 1.25rem;
    color: #2b2b2b;
    padding-top: 1.5rem;
}

#n_zizhi {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#n_zizhi ul {
    position: relative;
    margin: 0 -15px;
    margin-top: -3rem;
}

#n_zizhi ul li {
    padding: 0 15px;
    width: 25%;
    float: left;
    margin-top: 3rem;
}

#n_zizhi ul li .pic {
    width: 100%;
    height: 16.25rem;
    line-height: 16.25rem;
    background: #f4f7fc;
    text-align: center;
    overflow: hidden;
}

#n_zizhi ul li .pic img {
    display: inline-block;
    max-width: 80%;
    max-height: 90%;
}

#n_zizhi ul li h2 {
    text-align: center;
    font-size: 1rem;
    color: #080808;
    margin-top: 1.875rem;
}

.ar_title {
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2.25rem;
}

.ar_title h2 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.75rem;
    position: relative;
}

.ar_title h2:before {
    content: "";
    display: block;
    width: 5px;
    height: 1.25rem;
    background: #2b8bd8;
    position: absolute;
    left: -1.25rem;
    top: 4px;
}

.ar_title div span {
    font-size: .875rem;
    color: #8d8d8d;
    margin-right: 1rem;
}

.ar_bot {
    padding: 1.875rem 0 0;
    border-top: #e5e5e5 1px solid;
    margin: 2rem 0 2rem;
}

.ar_bot a {
    display: inline-block;
    line-height: 2.5rem;
    font-size: .875rem;
    color: #999;
    transition: .5s;
    border-radius: 1.25rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ar_bot a svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.ar_bot a svg path {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ar_bot a:hover {
    background: #3f4583;
    padding: 0 1.5rem;
    color: #fff;
}

.ar_bot a:hover svg path {
    fill: #fff;
}


#n_lianxi {}

#n_lianxi ul {
    margin: 0 -1.25rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

#n_lianxi ul li {
    padding: 0 1.25rem;
    float: left;
    width: 33.333%;
    text-align: center;
}

#n_lianxi ul li .box {}

#n_lianxi ul li .ico {
    width: 7rem;
    height: 7rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#n_lianxi ul li .ico h5 {
    width: 100%;
    font-size: .9375rem;
    position: relative;
    z-index: 3;
    color: #2b8bd8;
    font-weight: bold;
    margin-top: .5rem;
}

#n_lianxi ul li .txt {
    position: relative;
    z-index: 0;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: #fff;
    height: 9.875rem;
    margin-top: -3.5rem;
    padding: 1.5rem 1rem 0;
}

#n_lianxi ul li .ico:before {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    z-index: 2;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #fff;
}

#n_lianxi ul li .txt p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #171616;
    font-weight: bold;
}

#n_lianxi ul li .txt p b {
    font-weight: normal;
    font-size: 1.5rem;
    font-family: BarlowCondensed-SemiBold;
}

#n_lianxi ul li:hover .ico {
    border: 1px solid #2b8bd8;
    background: #2b8bd8;
}

#n_lianxi ul li:hover .ico svg path {
    fill: #fff;
}

#n_lianxi ul li:hover .ico svg {
    animation: jello 1s;
    -webkit-animation: jello 1s;
}

#n_lianxi ul li:hover .ico h5 {
    color: #fff;
}

#n_lianxi ul li:hover .ico:before {
    display: none;
}

#miso_map {
    height: 35rem;
    border: #d4d4d4 1px solid;
}

#n_form .row {
    margin: 0 -1rem;
}

#n_form .col-lg-1 {
    padding: 0 1rem;
    float: left;
}

#n_form .col-lg-4 {
    width: 33.333%;
    padding: 0 1rem;
    float: left;
}

#n_form .col-lg-12 {
    width: 100%;
    padding: 0 1rem;
    float: left;
}

#n_form {}

#n_form .tt {
    text-align: center;
    margin-bottom: 2.75rem;
}

#n_form .tt h3 {
    font-size: 1.5rem;
    color: #2b8bd8;
    font-weight: bold;
}

#n_form .tt i {
    display: block;
    width: 1.875rem;
    height: 1px;
    background: #2b8bd8;
    margin: 0 auto;
}

#n_form .tt span {
    font-size: 1.125rem;
    color: #828282;
    text-transform: uppercase;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
    display: block;
}

#n_form .form-group {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    position: relative;
}

#n_form .form-group span {
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.125rem;
    color: #000000;
}

#n_form .form-group span i {
    color: #da251d;
    font-size: 1rem;
    margin-right: 3px;
}

#n_form .form-group input {
    width: 100%;
    height: 4rem;
    padding: 0 1.625rem;
    color: #666;
    font-size: 1rem;
    background: #f2f2f4;
}

#n_form .form-group textarea {
    line-height: 2rem;
    width: 100%;
    padding: 1rem 1.625rem;
    color: #666;
    background: #f2f2f4;
    font-size: 1rem;
    padding-right: 1rem;
    height: 13.5rem;
}

#n_form .btn_submit {
    height: 4rem;
    width: 9.125rem;
    background: #2b8bd8;
    z-index: 1;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
}

.yzm {
    width: auto;
    height: 4rem;
    right: 0;
    bottom: 0;
    position: absolute;
    min-width: 60px;
}

#n_form .btn_submit:before {
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 0;
    background: #ca1610;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#n_form .btn_submit:hover:before {
    height: 100%;
    top: 0;
    bottom: auto;
}

.splitlist {
    line-height: 1.2;
    overflow: hidden;
    white-space: pre-wrap;
}

.splitlist.flag span {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
}

.splitlist span {
    font-family: inherit;
    width: auto;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    opacity: 0;
    display: inline-block;
}

.splitlist span.letters {
    color: #0054A3;
}

.photoActives {
    position: relative;
    overflow: hidden;
}

.photoActives .photoActive {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
    bottom: -100%;
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transition-timing-function: var(--ease-in-out-b);
    transition-timing-function: var(--ease-in-out-b);
}


.n_licheng {
    background: url(../images/n_licheng_bg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.n_licheng .slick_bd {
    margin-bottom: 4rem
}

.n_licheng .slick_bd ul li .left {
    width: 54%
}

.n_licheng .slick_bd ul li .left .img {
    width: 100%;
    height: 36.5rem;
    overflow: hidden;
}

.n_licheng .slick_bd ul li .right {
    width: 46%;
    position: relative;
    padding-top: 2.5rem;
    padding-left: 3.625rem;
    min-height: 28.4375rem;
}

.n_licheng .slick_bd ul li .right font {
    font-size: 33.625rem;
    color: #f6f7f9;
    font-family: "Barlow Condensed";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 6rem;
    padding-left: 10rem;
    line-height: 30rem;
}

.n_licheng .slick_bd ul li .right h3 {
    font-size: 3.125rem;
    color: #2b8bd8;
    font-family: "Barlow Condensed";
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.n_licheng .slick_bd ul li .right .con {
    margin-bottom: 5.625rem;
    position: relative
}

.n_licheng .slick_bd ul li .right .con p {
    font-size: .9375rem;
    color: #5e5e5e;
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.875rem;
}

.n_licheng .slick_bd ul li .right .anniu_con {
    display: inline-block;
    width: 31px;
    height: 31px;
    background-size: 100% 100% !important;
    cursor: pointer;
    transition: .6s;
    position: relative
}

.n_licheng .slick_bd ul li .right .anniu_left {
    background: url(../images/licheng_left.png) center no-repeat;
    margin-right: 0.75rem
}

.n_licheng .slick_bd ul li .right .anniu_right {
    background: url(../images/licheng_right.png) center no-repeat
}

.n_licheng .slick_bd ul li .right .anniu_left:hover {
    background: url(../images/licheng_left_on.png) center no-repeat;
}

.n_licheng .slick_bd ul li .right .anniu_right:hover {
    background: url(../images/licheng_right_on.png) center no-repeat
}

.n_licheng .content {
    position: relative
}

.n_licheng .content:before {
    content: "";
    position: absolute;
    top: 52px;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1)
}

.n_licheng .content .slick_hd ul {
    margin: 0 -5%
}

.n_licheng .content .slick_hd ul li {
    text-align: center;
    cursor: pointer;
}

.n_licheng .content .slick_hd ul li h4 {
    font-size: 1.875rem;
    color: #2b8bd8;
    font-family: BarlowCondensed-Regular;
    font-weight: bold;
    height: 42px;
    transition: .6s
}

.n_licheng .content .slick_hd ul li .yuan {
    position: relative;
    height: 20px;
}

.n_licheng .content .slick_hd ul li .yuan:before {
    content: "";
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border: #2b8bd8 3px solid;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .6s
}

.n_licheng .content .slick_hd ul li .down_svg {
    line-height: 2.25rem;
    margin-bottom: 0.5rem
}

.n_licheng .content .slick_hd ul li .down_svg svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #2b8bd8;
    transition: .6s
}

.n_licheng .content .slick_hd ul li .con {
    position: relative;
}

.n_licheng .content .slick_hd ul li .con p {
    font-size: 1rem;
    color: #080808;
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.7rem;
    padding: 0 0.5rem;
}

.n_licheng .content .slick_hd ul li.slick-current h4 {
    color: #2b8bd8
}

.n_licheng .content .slick_hd ul li.slick-current .yuan:before {
    border: #2b8bd8 3px solid;
}

.n_licheng .content .slick_hd ul li.slick-current .down_svg svg {
    fill: #333;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a6a6a6;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

#n_main {
    min-height: 400px;
}

.share {
    color: #fff;
    font-size: .875rem;
    margin-top: 2rem;
    display: block;
}

.social-share {
    display: inline-block;
}

/*搜索*/
#searchBtn {
    height: 100%;
    margin-left: 10px;
}

#searchBtn a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    overflow: hidden;
}

#searchBtn svg {
    vertical-align: middle;
    display: inline-block;
    fill: #fff;
    width: 25px;
    height: 25px;
}

#header.xg #searchBtn svg path {
    fill: #333;
}

#header.ny #searchBtn svg path {
    fill: #333;
}

.top_menu .ico a {
    font-size: 14px;
    color: #fff;
    font-family: arial;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
}

.top_menu .icon {
    fill: #626262;
    vertical-align: middle;
}


.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tc[name=tc_search] {
    opacity: 1;
}

.tc.act {
    display: block;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.tc-box {
    box-sizing: border-box;
    z-index: 999;
    display: block;
    position: relative;

}

/*.tc.act .tc-box{ -webkit-animation-name: anim-open-2; animation-name: anim-open-2; transform:scale(1);}*/
.tc_close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.tc.act .tc_bg {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: .5s;
}

#tc_search {
    width: 100%;
    padding: 3rem;
    background: #2b8bd8;
    position: relative;
    transform: translateY(-100%);
    transition: .5s .5s ease-out;
    z-index: 1;
    overflow: hidden;
}

.act #tc_search {
    transform: translateY(0);
    transition: .5s ease-in;
}

/*弹窗内容样式*/
#tc_search form {
    height: 5rem;
    position: relative;
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
}

#tc_search form:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.act #tc_search form:after {
    width: 100%;
    transition: ease-in-out .5s .5s;
}

#tc_search #keyword {
    width: 90%;
    height: 5rem;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
}

#tc_search .btn_blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 5rem;
    border: 0;
    line-height: 4.25rem;
    background: url(../images/s2.png) center center no-repeat;
    background-size: 1.8rem;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

#tc_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

#tc_search input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

#tc_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

#tc_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

#tc_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
#tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
#tc_search input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
#tc_search input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
#tc_search input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
#tc_search .draw_h:before {
    border: 1px solid rgba(255, 255, 255, .3);
}

#tc_search .draw_h:hover svg.drawcircle circle {
    stroke: #fff;
}

#tc_search .draw_h img {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    transition: .3s;
    width: 16px;
}

/***********************/

/*顶部搜索*/
.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: arial;
    letter-spacing: 2px;
    line-height: 40px;
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.wap_search form {
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .25);
    position: relative;
    width: 18rem;
    margin: 20px auto;
}

.wap_search .input {
    font-size: .875rem;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 1.5rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/s2.png) center no-repeat;
    background-size: 1.5rem;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

/* 校友 */

.s_school_life {}

.s_school_life .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.s_school_life .hd .s_tt {
    margin-bottom: 0 !important;
}

.s_school_life .arrbox {
    display: flex;
}

.s_school_life .arrbox a {
    display: block;
    width: 3.4375rem;
    height: 3.4375rem;
    background-size: contain !important;
    margin-left: 1.5rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.school_life_prev {
    background: url(../images/arr_left.png) center no-repeat;
}

.school_life_next {
    background: url(../images/arr_right.png) center no-repeat;
}

.school_life_prev:hover {
    background: url(../images/arr_left_on.png) center no-repeat;
}

.school_life_next:hover {
    background: url(../images/arr_right_on.png) center no-repeat;
}

.s_school_life .bd {}

.s_school_life .bd ul {
    overflow: hidden;
}

.s_school_life .bd ul li {
    width: 33.33%;
    float: left;
    padding: 6px;
}

.s_school_life .bd ul li:nth-child(1) {
    width: 50%;
}

.s_school_life .bd ul li:nth-child(2) {
    width: 50%;
}

.s_school_life .bd ul li .box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: .625rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    -ms-border-radius: .625rem;
    -o-border-radius: .625rem;
}

.s_school_life .bd ul li .img {
    cursor: pointer;
}

.s_school_life .bd ul li .mask {
    opacity: 0;
    padding: 1rem;
    line-height: 1.5;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -webkit-linear-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.8)));
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.s_school_life .bd ul li:hover .mask {
    opacity: 1;
}

.n_title {
    margin: 0px 0 10px 0;
}

.n_title .tit_name {
    position: relative;
}

.n_title .tit_name p {
    color: #154a90;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.n_title .tit_name h4 {
    font-family: Rosenrot;
    text-transform: uppercase;
    font-size: 2rem;
    color: rgba(34, 34, 34, 0.1);
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0%);
}

.n_title>p {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.7;
}

.cen {
    text-align: center;
}

/* 二版 */

.s_tt {
    text-align: center;
    margin-bottom: 2.5rem;
}

.s_tt h3 {
    font-size: 3rem;
    color: #000;
}

.s_tt h3 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.s_tt h3 i {
    display: block;
    width: 2.4375rem;
    height: 2.4375rem;
    border-radius: 50%;
    border: .625rem solid #ececec;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: -1;
}

.s_tt p {
    font-size: 1rem;
    color: #8d8d8d;
    margin-top: 1rem;
    line-height: 1.5;
}

/* 二版 */

.bt h6 {
    text-align: center;
    font-family: Arial;
    font-size: 1.5rem;
    color: #dedede;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;

}

.bt p {
    font-size: 2rem;
    color: #333333;
    line-height: 32px;
    margin-top: 5px;
    text-align: center;
    font-weight: normal;
}

.bt img {
    width: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.about {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

/*关于*/
.gy {
    width: 100%;

}

.gya {
    width: 50%;

}

.gya .bt h6 {
    color: #fff;
    text-align: left;
}

.gya .bt p {
    text-align: left;
}

.gya .bt img {
    margin-left: 0;
    margin-top: 25px;
}

.gyaa {
    width: 100%;
    margin-top: 26px;
}

.gyaa h6 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

.gyaa p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    text-indent: 2em;
}

.gyab {
    margin-top: 45px;
    width: 38%;
}

.gyab h6 {
    font-family: Arial;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
}

.gyab h6 span {
    font-size: 22px;
    position: relative;
    top: -18px;
}

.gyab p {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-top: 8px;
}

.gya .more {
    background-color: #2b8bd8;
    border-color: #2b8bd8;
    background-image: url(../images/y25.png);
    background-repeat: no-repeat;
    margin-left: 0;
    margin-top: 40px;
}

.gya .more a {
    color: #fff;
}

.gyb {
    width: 47%;
    margin-top: 26px;
}

.gyb img {
    width: 100%;
    border-radius: 4px;
}

.more {
    width: 178px;
    height: 40px;
    border: 1px solid #eaeaea;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 40px;
    line-height: 38px;
    background-image: url(../images/y24.png);
    background-repeat: no-repeat;
    background-position: right 42px center;
    transition: all ease 0.3s;
}

.more a {
    font-size: 0.875rem;
    color: #666666;
    display: block;
    padding-left: 47px;
    transition: all ease 0.3s;
}

.more:hover {
    background-color: #ee9d05;
    border-color: #ee9d05;
    background-image: url(../images/y25.png);
    transform: translateY(-6px);
}

.morea {
    background-color: #2b8bd8;
    border-color: #2b8bd8;
    background-image: url(../images/y25.png);
}

.morea a {
    color: #fff;
}

.more:hover a {
    color: #fff;
}

.zhuanye {
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg3.jpg) no-repeat center top;
    background-attachment: fixed;
    padding: 3rem 0;
    background-size: cover;
}

.commen {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.xinwen {
    width: 100%;
    margin: 0 auto;
    background: url(../images/s_news_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 3rem 0;
}

/* 新闻 */
.news_list {
    margin-top: 40px;
    margin-bottom: 30px;
}

.news_list .listBoxs {
    overflow: hidden;
}

.news_list .listBoxs .list {
    width: calc((100%)/2);
    float: left;
    transition: all .5s ease;
}

.news_list .listBoxs .list .cotentBox {
    transition: all .5s ease;
    cursor: pointer;
}

.news_list .listBoxs .list:hover .cotentBox {
    background: #ee9d05;
    background-image: linear-gradient(to right #fcefa0,
            #ee9d05);
}

.news_list .listBoxs .list .cotentBox .titleh5 {
    transition: all .5s ease;
}

.news_list .listBoxs .list:hover .cotentBox .titleh5 {
    color: #fff;
}

.news_list .listBoxs .list .cotentBox .lsitSummary {
    transition: all .5s ease;
}

.news_list .listBoxs .list:hover .cotentBox .lsitSummary {
    color: rgba(255, 255, 255, .8);
}

.news_list .listBoxs .list .cotentBox .listYear {
    transition: all .5s ease;
}

.news_list .listBoxs .list:hover .cotentBox .listYear {
    color: #fff;
}

.news_list .listBoxs .list .cotentBox .listmd {
    transition: all .5s ease;
}

.news_list .listBoxs .list:hover .cotentBox .listmd {
    color: #fff;
}

.news_list .listBoxs .list:not(:first-child) .listCotentBox {
    position: relative;
}

.news_list .listBoxs .list:not(:first-child) .listCotentBox:before {
    position: absolute;
    left: -5px;
    top: 15%;
    content: '';
    background: #ddd;
    width: 1px;
    height: 70%;
    z-index: 1;
    cursor: pointer;
}

.news_list .listBoxs .list:not(:first-child) .listCotentBox:after {
    position: absolute;
    left: -5px;
    top: 15%;
    content: '';
    background: #fff;
    width: 1px;
    height: 0%;
    z-index: 2;
    transition: all .36s ease;
    cursor: pointer;
}

.news_list .listBoxs .list:not(:first-child) .listCotentBox:hover:after {
    height: 70%;
}

.news_list .listBoxs .list:not(:first-child) .list_link {
    display: none;
}

.news_list .listBoxs .listBoxs {
    padding: 10px;
}

.news_list .listBoxs .p_news {
    overflow: hidden;
}

.news_list .listBoxs .list:first-child {
    display: flex;
    flex-wrap: wrap;
    float: left;
    position: relative;
}

.news_list .listBoxs .list:first-child .list_images {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_list .listBoxs .list:first-child .list_images img {
    width: 100%;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    display: none;
}

.news_list .listBoxs .list:first-child .cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 27rem;
}

.news_list .listBoxs .list:first-child .pic {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.news_list .listBoxs .list:first-child .list_images .pic {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.news_list .listBoxs .list:hover .pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.news_list .listBoxs .list:first-child .list_thumb {
    width: 100%;
    height: 100%;
}

.news_list .listBoxs .list:first-child .listTimeBox {
    display: none;
    margin-top: -8px;
}

.news_list .listBoxs .list:first-child .gyBox {
    display: none;
}

.news_list .listBoxs .list:first-child .listCotentBox {
    padding: 0px;
    width: 100%;
}

.news_list .listBoxs .list:first-child .cotentBox {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0px;
    padding: 20px;
    right: 0px;
    left: 0px;
}

.news_list .listBoxs .list:first-child .cotentBox .titleh5 {
    color: #fff;
    text-align: center;
}

.news_list .listBoxs .cotentBox {
    display: flex;
    width: 100%;
}

.news_list .listBoxs .listTimeBox {
    width: 140px;
    height: 100%;
}

.news_list .listBoxs .list:not(:first-child) .listTimeBox {
    margin-top: 3%;
}

.news_list .listBoxs .list:not(:first-child) .titleBox {
    margin-top: 1.4rem;
}

.news_list .listBoxs .listTime {
    display: none;
}

.news_list .listBoxs .list:nth-child(2) {
    margin-top: 0px;
}

.news_list .listBoxs .listYear {
    font-size: 30px;
    color: #0b1c2c;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.news_list .listBoxs .listmd {
    text-align: center;
    font-size: 16px;
    color: #0b1c2c;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
}

.news_list .listBoxs .listCotentBox {
    width: calc((100% - 140px)/1);
    padding: 0 1rem;
}

.news_list .listBoxs .titleh5 {
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .listBoxs .lsitSummary {
    font-size: 0.875rem;
    height: 46px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 28px;
}

.news_list .listBoxs .gyBox {
    margin-top: 1rem;
}

.news_list .list:not(:first-child) .cotentBox {
    background: #fff;
    width: 97%;
    margin-left: 3%;
    margin-bottom: 17px;
}

.zysz {
    margin-top: 2rem;

}

.zysz .swiper-wrapper {
    margin-bottom: 3rem;
}

.zysz .swiper-slide {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}


.cpcb_aw {
    width: 100%;
    background-color: #ededed;
    padding: 24px 10px 21px 10px;
    transition: all 0.5s;
}

.cpcb_aw h6 {
    text-align: center;
    font-size: 1rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcb_aw p {

    font-size: 1rem;
    line-height: 2;
    color: #444444;
}

.cpcb_at {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.cpcb_at img {
    width: 100%;
    transition: all 0.5s;
    height: 235px;
    overflow: hidden;
}


.swiper_pro .swiper-slide a:hover .cpcb_aw {
    background-color: #ee9d05;
    color: #fff;
}

.swiper_pro .swiper-slide a:hover .cpcb_aw h6 {
    color: #fff;
}

.swiper_pro .swiper-pagination-bullet {
    background: #fff;
}

.swiper_pro .swiper-pagination-bullet-active {
    background: #ee9d05;
}

.cpcb_at:hover img {
    transform: scale(1.05);
}

/* 教师风采 */
.teacher {
    background: #fff;
    padding: 3rem 0;
}

.xs_jianju {
    margin-top: 2rem;
    clear: both;
}

.xs_jianju li {
    width: 25%;
    float: left;
    padding: 1.25rem;
    overflow: hidden;
}

.xs_jianju li a {
    display: block;
}

.xs_jianju li .img {
    position: relative;
    overflow: hidden;
}

.xs_jianju li .img img {
    transition: 1s;
}

.xs_jianju li .img .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: .875rem;
    line-height: 2rem;
    transition: .5s;
}

.xs_jianju li .img .mask:before {
    content: "";
    position: absolute;
    right: 0;
    top: -4.25rem;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: .7s;
    background: linear-gradient(top, transparent, rgba(50, 50, 54, 0.8));

    background: -o-linear-gradient(top, transparent, rgba(50, 50, 54, 0.8));

    background: -ms-linear-gradient(top, transparent, rgba(50, 50, 54, 0.8));

    background: -webkit-linear-gradient(top, transparent, rgba(50, 50, 54, 0.8));

    background: -moz-linear-gradient(top, transparent, rgba(50, 50, 54, 0.8));

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(50, 50, 54, 0.8)));

    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);
    transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.xs_jianju li .img .mask .txt {
    transition: .5s;
    display: inline-block;
    transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.xs_jianju li h5 {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    margin-bottom: .875rem;
}

.xs_jianju li p {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1.625rem;
    opacity: 0;
    transition: .5s;
    transform: scale(.5);
}

.xs_jianju li span {
    display: block;
    width: 6.875rem;
    height: 2.1875rem;
    text-align: center;
    line-height: 2.1875rem;
    margin: 0 auto;
    background: #ff8e3d;
    border-radius: 1.25rem;
    font-size: .875rem;
    opacity: 0;
    transition: .5s;
    transform: scale(.5);
}

.xs_jianju li:hover p {
    opacity: 1;
    transform: scale(1);
}

.xs_jianju li:hover span {
    opacity: 1;
    transform: scale(1);
}

.xs_jianju li:hover .img img {
    transform: scale(1.03) rotate(.1deg);
}

.xs_jianju li:hover .img .mask:before {
    width: 100%;
    left: 0;
    right: auto;
    transition: background .7s .5s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: linear-gradient(top, rgba(50, 50, 54, 0.8), rgba(50, 50, 54, 0.8));

    background: -o-linear-gradient(top, rgba(50, 50, 54, 0.8), rgba(50, 50, 54, 0.8));

    background: -ms-linear-gradient(top, rgba(50, 50, 54, 0.8), rgba(50, 50, 54, 0.8));

    background: -webkit-linear-gradient(top, rgba(50, 50, 54, 0.8), rgba(50, 50, 54, 0.8));

    background: -moz-linear-gradient(top, rgba(50, 50, 54, 0.8), rgba(50, 50, 54, 0.8));

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 54, 0.8)), to(rgba(50, 50, 54, 0.8)));

    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#111, endColorStr=#111);

}

.xs_jianju li:hover .img .mask {
    height: 100%;
}

.xs_jianju li:hover .img .mask .txt {
    transition: .5s .3s;
}

.cpa {
    width: 21.428%;
}

.cpaa {
    width: 100%;
    height: 90px;
    background-color: #2b8bd8;
    padding: 23px 0 0 40px;
    /* background-image: url(../images/y7.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right 28px top 25px; */
}

.cpaa h6 {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2;
    letter-spacing: 2px;
}

.cpaa p {
    font-size: 12px;
    color: #346faf;
    line-height: 9px;
    margin-top: 9px;
    text-transform: uppercase;
}

.cpab {
    width: 100%;
    background-color: #f7f7f7;
}

.cpab_a {
    width: 100%;
    border-left: 3px solid #fff;
    transition: all ease 0.3s;
}

.cpab_a h6 {
    background-image: url(../images/y8.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 39px center;
    border-top: 1px solid #f1f1f1;
    position: relative;
    transition: all ease 0.3s;
}


.cpab_a h6 a {
    font-size: 1.125rem;
    color: #333333;
    display: block;
    line-height: 69px;
    width: 100%;
    padding-left: 41px;
}

.cpab_a h6 a:hover,
.cpab_a h6 a.active {
    background: url(../images/y9.png) no-repeat center right 39px #fff;
    color: #2b8bd8;
}


.cpab_aa {
    height: 0px;
    border-top: 1px solid #f5f5f5;
    padding-top: 0px;
    transition: all ease 0.3s;
    opacity: 0;
    overflow: hidden;
}

.cpab_aa p {
    line-height: 30px;
    padding-left: 37px;
    transition: all ease 0.3s;
}

.cpab_aa p a {
    font-size: 14px;
    color: #444444;
    transition: all ease 0.3s;
}

.cpab_aa p:hover {
    transform: translateX(6px);
}

.cpab_aa p a:hover {
    color: #2b8bd8;
}

.cpab_ax .cpab_aa {
    opacity: 1;
    height: 300px;
    padding-top: 13px;
}

.cpab_ax {
    border-color: #2b8bd8;
}

.cpab_ax h6 {
    background-image: url(../images/y9.png);
}

.cpab_ax h6 a {
    color: #2b8bd8;
    font-weight: bold;
}

.cpac {
    width: 100%;
    height: 95px;
    background-color: #2b8bd8;
    padding: 25px 0 0 20px;
}

.cpac p {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    background-image: url(../images/y10.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 55px;
    padding-bottom: 10px;
}

.cpac p span {
    font-family: Arial;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    line-height: 20px;
    margin-top: 7px;
}

.cpb {
    width: 76.4285%;
}

.cpc {
    width: 100%;
}

.cpca {
    width: 100%;
}

/* 面包屑 */
.rtborder {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.right-box-tt {
    font-size: 1.4rem;
    color: #2b8bd8;
    line-height: 2;
    border-bottom: 3px solid #2b8bd8;
}

.nav-b,
.nav-b a {
    font-size: 1rem;
    color: #888;
    line-height: 3rem;
}

.nav-b a:hover,
.nav-b a.active {
    color: #333;
}

.nav-b {
    padding-left: 20px;
    background: url(../images/nav-b.png) left center no-repeat;
    background-size: 1rem;
}

.xw-list li {
    float: left;
    width: 450px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 3px 1px 11px #ebebeb;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
}

.xw-list li.right {
    float: right;
}

.xw-list-box {
    height: 350px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    padding: 30px;
}

.xw-list-img {
    overflow: hidden;
}

.xw-list-img img {
    width: 200px;
    height: 150px;
    transition: all .4s;
}

.xw-list-img img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.xw-list-right {
    width: 200px;
    height: auto;
    overflow: hidden;
}

.xw-list-tt a {
    font-size: 18px;
    color: #222;
    padding-top: 5px;
}

.xw-list-p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
    margin-top: 10px;

}

.abt {
    font-size: 1rem;
    line-height: 2;
}

.abt p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.abt img {
    width: 100%;

}

/* 专业设置 */
.Productlist {
    width: 100%;
    position: relative;
}

.Productlist .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Productlist .item {
    width: 32%;
    margin-bottom: 30px;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.Productlist .item a {
    display: block;
    width: 100%;
}

.Productlist .item img {
    width: 100%;
    height: auto;
    max-height: 240px;
    display: block;
}

.Productlist .item h3 {
    display: block;
    /* border: 1px solid #eee; */
    border-top: 0 none;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.Productlist .item:hover {
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}

.single img {
    max-width: 100%;
    display: inline;
}

.showinfo img {
    max-width: 100%;
    display: inline;
}

.showinfo .Article-title {
    border-bottom: 1px solid #92e9ff;
    padding-bottom: 20px;
    text-align: center;
}

.showinfo .Article-title h1 {
    font-size: 24px;
}

.showinfo .Article-title .mark span {
    font-size: 12px;
    padding: 0 5px;
}

.showinfo .newsinfo {
    padding: 20px 0;
}

.Productlist .list li:last-child:nth-child(3n-1) {
    margin-right: calc(4%/2 + 32%);
}

.mob {
    display: none;
}

.pc {
    display: block;
}

/* 学生中心 */
.subpagelist2 li {
    width: 100%;
    border-bottom: dashed 1px #e3e3e3;
    height: 72px;
}

.subpagelist2 a {
    color: #333;
    font: normal 16px 'microsoft yahei';
    line-height: 40px;
    display: block;
    margin-top: 4px;
    text-decoration: none;
    background: url(../images/fuwuicon04.png) no-repeat left center;
    padding-left: 25px;
}

.subpagelist2 a:hover {
    color: #bf0d0d
}

.subpagelist2 div {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.subpagelist li {
    width: 100%;
    border-bottom: dashed 1px #e3e3e3;
    height: 50px;
    background: url(../images/fuwuicon04.png) no-repeat left center;
}

.subpagelist a {
    color: #333;
    font: normal 1rem 'microsoft yahei';
    line-height: 50px;
    display: block;
    text-decoration: none;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
}

.subpagelist a:hover {
    color: #2b8bd8
}

.subpagelist div {
    font-size: 0.875rem;
    color: #999;
    line-height: 50px;
    float: right;
    width: 20%;
    margin-left: 5%;
    text-align: right;
}

/* 面包屑 */
.current {
    width: 100%;
    font-size: 14px;
    background: #F7F7F7;
}

.current .currentBox {


    padding: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    flex-direction: row;

}

.current .currentBox .center {
    height: 50px;
    line-height: 50px;
    background: url(../images/nav-b.png) no-repeat 4px 18px;

    background-size: 1rem;
}

.current .currentBox span {
    margin-left: 25px;
    margin-right: 15px;
}

.current .currentBox a {
    margin: 0px 10px;
    color: #333;
}

.current .currentBox a:hover {
    color: #2b8bd8;
}

.current .currentBox span.active {
    color: #2b8bd8;
    margin-left: 10px;
}

/* 详情页 */
.infoPage-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0px auto 0;
    padding-bottom: 30px;
}

.infoPage {
    padding: 30px 20px;
}

.infoPage .pageC {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.infoPage .pageC p {
    margin-bottom: 10px;
    line-height: 2;
    /* text-indent: 2em; */
}

.infoPage .pageC img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.info-T {
    padding: 10px 20px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
}

.shared {
    font-size: 0.875rem;
    color: #888;
    padding-top: 10px;
}

.info-T h3 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
}

.info-T time {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}



.previous {
    margin-top: 60px;
    padding-top: 22px;
    border-top: 1px solid #aaaaaa;
    position: relative;
}

.previous .previ {
    display: block;
    width: 143px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #b5b5b5;
}

.previous .previ i {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 11px;
    transition: 0.28s;
}

.previous .prev {
    float: left;
}

.previous .prev i {
    background: url(../images/arrow5.png) center no-repeat;
    margin-right: 16px;
}

.previous .next {
    float: right;
}

.previous .next i {
    background: url(../images/arrow6.png) center no-repeat;
    margin-left: 16px;
}

.backlist {
    display: block;
    width: 145px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #adb0b8;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 22px;
}

.backlist:hover {
    background-color: #2b8bd8
}

.previous .previ:hover {
    background-color: #2b8bd8;
    border-color: #2b8bd8;
    color: #fff;
}

.previous .prev:hover i {
    background: url(../images/arrow3.png) center no-repeat;
    margin-right: 18px;
}

.previous .next:hover i {
    background: url(../images/arrow4.png) center no-repeat;
    margin-left: 18px;
}

.gnl {
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    background: rgba(255, 255, 255, .6);
    border-radius: 1rem;
    padding: 1rem;
}

.gnl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.gnl ul a {
    width: 28%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.gnl ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gnl ul li img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.5rem;
}

.gnl ul li p {
    font-size: 1.25rem;
    line-height: 2;
    color: #666;
}

/* 底部nav */
.footer_nav {
    position: fixed;
    bottom: 0;
    height: 5rem;
    background: #fafafa;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: 999;
    padding: 0.3rem 0;
    display: none;
}

.footer_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.footer_nav ul li {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}

.footer_nav ul li .iconfont {
    font-size: 1.4rem;
}

.footer_nav ul li:hover {
    color: #666;
}

.footer-zw {
    height: 5rem;
    width: 100%;
    clear: both;
}

.wxts {
    font-size: 1rem;
    line-height: 2;
    padding: 1rem;
}

.wxts p {
    margin-bottom: 5px;
}

.wxts p i {
    color: #e70009;
}

.biaodan {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.biaodan li {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 4px;
    height: 4rem;
    line-height: 4rem;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.biaodan li i {
    background: #f8f8f8;
    height: 100%;
    padding: 0 1.2rem;
    font-size: 1.8rem;
    color: #666;
}

.biaodan li input {
    flex: 1;
    overflow: hidden;
    width: 100%;
    padding: 0 6px;
    font-size: 1rem;

}

.biaodan li input::placeholder {
    color: #666;

}

.biaodan li select {
    border: none;
    width: 100%;
    color: #666;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
    font-size: 1rem;
    padding: 0 6px;
    background: #fff;
}

.biaodan li select option {
    line-height: 2;
}

.biaodan li input[type=button] {
    background: #2b8bd8;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 1rem;

}

.wxts_wap {
    display: none;

    margin-top: 1rem;
    padding: 1rem;
    background: #f6fbff;
    box-shadow: 0px 2px 4px rgba(150, 150, 150, .2);

}

.wxts_wap h6 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 2;

}

.wxts_wap p {
    font-size: 1.1rem;
    line-height: 2;

}

.wxts_wap p i {
    color: #e70009;
}

/* layui */
.layui-form-pane .layui-form-label {
    background: #f8f8f8;
    color: #666;
    width: 180px;
    text-align: right;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.layui-form-pane .layui-form-label .iconfont {
    font-size: 1.8rem;
    margin-right: 5px;
    color: #666;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 3rem;
    line-height: 3rem;
}

.layui-form-mid {
    padding: 0 !important;
    line-height: 3rem;
}

.pici {
    display: flex;
    justify-content: flex-start;
}

.layui-btn {
    height: 3rem;
    line-height: 3rem;
    padding: 0 3rem;
}

.layui-elem-field legend {
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.layui-elem-field legend i {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    margin-right: 10px;
    line-height: 3rem;
    color: #fff;
    background: #2b8bd8;
    text-align: center;
    border-radius: 50%;
    /* border: 1px solid #eee; */

}

.form_m {
    width: 50%;

}

.form_m fieldset {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

.form_m .layui-form-item {
    margin-top: 1.5rem;

}

.layui-btn {
    font-size: 1rem;
}

.gufen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gufen fieldset {
    width: 48%;
}

.gufen fieldset {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

/* 发令枪 */
.zl {
    padding: 2rem 0;

}

.zl ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zl ul li {
    width: 25%;
    cursor: pointer;
}

.zl ul li a img {
    padding: 10%;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.zl ul li a p {

    line-height: 3;
    font-size: 1rem;
    text-align: center;
}

.zl ul li a:hover p {
    color: #2b8bd8;
}

.zl ul li a.colorNo1 img {
    background-color: #67abf6;
}

.zl ul li a.colorNo1:hover img {
    background-color: #589be5;
}

.zl ul li a.colorNo2 img {
    background-color: #69cefa;
}

.zl ul li a.colorNo2:hover img {
    background-color: #56b5df;
}

.zl ul li a.colorNo3 img {
    background-color: #7fcb23;
}

.zl ul li a.colorNo3:hover img {
    background-color: #6caf1b;
}

.zl ul li a.colorNo4 img {
    background-color: #11cab8;
}

.zl ul li a.colorNo4:hover img {
    background-color: #11b5a5;
}

.zl ul li a.colorNo5 img {
    background-color: #fd864c;
}

.zl ul li a.colorNo5:hover img {
    background-color: #e57742;
}

.zl ul li a.colorNo6 img {
    background-color: #f35d5e;
}

.zl ul li a.colorNo6:hover img {
    background-color: #de5051;
}

.zl ul li a.colorNo7 img {
    background-color: #bf9cf6;
}

.zl ul li a.colorNo7:hover img {
    background-color: #af8ce6;
}

.zl ul li a.colorNo8 img {
    background-color: #e9bb30;
}

.zl ul li a.colorNo8:hover img {
    background-color: #d6ab2a;
}

/* 分数详情 */

.biaodan {
    width: 100%;
    margin: 0 auto;
    clear: both;
    margin-top: 1rem;
}

.biaodan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.biaodan ul li {
    width: 92%;
    margin: 0 auto;
    clear: both;
    border-bottom: 1px dashed #dcdcdc;
    text-align: left;
    color: #555;
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.biaodan input {
    height: 4rem;
    border: 1px solid #999;
    background: #fff;
    text-align: left;
    width: 30%;
    padding: 0px 5px;
    font-size: 1.25rem;
    line-height: 4rem;
    color: #666;
    border-radius: 2px;
}

.biaodan ul li span {
    display: block;
    float: left;
    text-align: left;
    width: 30%;
}

.biaodan ul li .san {
    width: 10%;
}

.biaodan ul li .nan {
    float: left;
    margin: 0 1%;
    text-align: left;
    padding: 0 1%;
    width: 30%;
}

.biaodan ul li .nan input {
    display: block;
    float: left;
    margin-top: 3%;
    width: 18%;
}

.tijiao {
    display: block;
    width: 90%;
    margin: 0 auto;
    clear: both;
    height: 4rem;
    font-size: 1.25rem;
    border-radius: 4px;
    line-height: 4rem;
    background: #e70009;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.tijiao input {
    background: none;
    width: 100%;
    cursor: pointer;
    border: none;
    height: 4rem;
    font-size: 1.25rem;
    line-height: 4rem;
    background: #e70009;
    text-align: center;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.biaodan ul li a {
    color: #666;
    text-decoration: none;
    display: block;
}

.biaodan ul li a:hover {
    color: #e70009;
    text-decoration: none;
    display: block;
}

.biaodan ul li strong {
    color: #e70009;
}

.biaodan h3 {
    font-size: 1.5rem;
    color: #333;
    line-height: 3;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    clear: both;
    width: 100%;

}

.table-c table {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    line-height: 4rem;
    border-radius: 10px;
    overflow: hidden;
}

.table-c table td {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 4rem;
    background: #eef7ff;
}

.table-c table td strong {
    color: #e70009;
    font-size: 1rem;
    letter-spacing: 1px;
}

.biaodan p a {
    color: #e70009;
    text-decoration: underline;
}

.fanhui {
    display: block;
    width: 25%;
    text-align: center;
    height: 0.4rem;
    font-size: 0.18rem;
    border-radius: 2px;
    margin: 0 auto;
    clear: both;
    margin-top: 15px;
    line-height: 0.4rem;
    color: #fff;
    background: #06458b;
}

.fanhui:hover {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #F30;
}

.biaodan .layui-elem-quote {
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.layui-card-header {
    font-size: 1.25rem;
    background: #fafafa;
}

.layui-card-body {
    padding: 1.5rem;
}

.grxx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grxx li {
    line-height: 2;
    font-size: 1rem;
    color: #000;
    position: relative;
    margin-right: 1rem;
}

.grxx li:first-child,
.grxx li:nth-child(2) {
    flex: 1;
}

.grxx li:last-child {
    flex: 3;
    margin-right: 0;
}

.grxx li span {
    background: #2b8bd8;
    padding: 0.5rem 0.8rem;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
}

.grxx li::after {
    content: '';
    width: 1px;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #ececec;
}

.grxx li:last-child::after {
    display: none;
}

/* 表格 */
.table_set {
    padding: 0;
}

.table_set table {
    background-color: #f6fbff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(150, 150, 150, .2);
    margin-bottom: 2rem;
}

.table_set .layui-table td,
.table_set .layui-table th {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
}

.table_set .layui-table th {
    background-color: #2b8bd8;
    color: #fff;
}

.table_set .layui-table[lay-even] tbody tr:nth-child(even) {
    background: #d4eeff;
}

.table_set .layui-table td {
    border-color: #fff;
    color: #333;
}

.table_set .layui-table td strong {
    color: #e70009;
}

.table_set .layui-table tr td:first-child {
    color: #000;
    font-weight: 600;
}

.table_set h2 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 1px;
    color: #000;
}

/* 登录注册 */
.login_head {
    width: 100%;
    position: relative;
    background: #fff;
    height: 120px;
    box-sizing: border-box;
    padding: 20px 0;
    box-shadow: 0px 2px 5px rgba(100, 100, 100, .1);
    z-index: 999;
}

.login_head .m {
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_head .l_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.login_head .l_logo img {
    margin-right: 1rem;
    width: 60%;
}

.login_head .l_logo p {
    border-left: 1px solid #dcdcdc;
    padding-left: 2rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #333;
    font-family: "PingFang SC", sans-serif;

}

.login_head .l_reg {
    font-size: 1rem;
    color: #666;
}

.login_head .l_reg a {
    background: #2b8bd8;
    padding: 1rem;
    border-radius: 4px;
    color: #fff;
    transition: all .5s;
    margin-left: 1rem;
}

.login_head .l_reg a:hover {
    background: #0054A3;
}

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 10rem 0;
}

.login_bg .m {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_bg .login_k {
    background: #fff;
    padding: 2rem;
    border-radius: 4px;
    margin-right: 4rem;
}

.login_bg .login_k h2 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ececec;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: normal;
    color: #333;
}

.login_bg .login_k h2 i {
    font-size: 1.5rem;
    color: #333;
}

.l_copyright {
    background: #f4f4f4;
    padding: 2rem 0;
    width: 100%;
    line-height: 2;
}

.l_copyright p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.reg_bg {
    background: url(../images/reg_bg.jpg) no-repeat center;
    background-size: cover;
}

.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
    line-height: 3rem;
}

.reg_bg ins {
    font-size: 14px;
    color: #2b8bd8;
}

/*微信弹窗*/
#wxnr {
    width: 100%;
    height: 100%;

    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 15rem;
    height: 15rem;
    padding: 0.3rem;
    padding-top: 2rem;
    margin-top: -7.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 1rem;
    line-height: 3;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 0.35rem;
    background-color: #1048a0;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(../images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
}

/*复制提示*/
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 0.26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
}

header .diqu {
    float: left;
    width: 15%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    text-align: center;
}

header .weixin {

    text-align: center;
    width: 5rem;
    margin-left: 2rem;
}


header .weixin img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.5rem;
}

/*搜索*/
.search {
    background: #fff;
    flex: 1;
    display: block;
    position: relative;
    margin-right: 3rem;
    height: 3rem;

}

.search input,
.search button {
    border: none;
    outline: none;
    background: transparent;
}

.search input {
    width: 100%;
    height: 2.5rem;
    margin-top: 0.25rem;
    padding-left: 15px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 30px;
    background: #f5f5f5;
}

.search button {
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.search button:before {
    content: "\e615";
    font-family: layui-icon;
    font-size: 16px;
    color: #999;
}

.user_m {
    position: relative;
    margin: 0 auto;
}

.user_m .m {
    max-width: 1360px;
    margin: 0 auto;
    clear: both;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 0;
}

#example-one {
    background: #fff;
    box-shadow: 0px 2px 8px #ddd;
    padding: 15px;
    border-radius: 8px;
    flex: 1;
}

#example-one h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font: 1.2rem/3rem 'microsoft yahei';
    height: 3rem;
    background: #2b8bd8;
    margin-bottom: 0.5rem;
    color: #fff;
    border-radius: 4px;
}

#example-one .nav {
    overflow: hidden;
    margin: 0;
}

#example-one .nav li {
    width: 100%;

    border-bottom: 1px solid #ececec;
    border-radius: 4px;
}

#example-one .nav li.last {
    margin-right: 0;
}

#example-one .nav li a {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333;
    font-size: 1rem;
    line-height: 2rem;

}

#example-one .nav li a img {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}

#example-one .nav li a:hover {
    background: #f4f4f4;
    color: #2b8bd8;
}

#example-one ul li a.current {
    border-bottom: 1px solid #2b8bd8;
    color: #2b8bd8;

}

.xinxi {
    flex: 4;
    background: #fff;
    box-shadow: 0px 2px 8px #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-left: 3rem;
}

.nav_icon {

    padding-top: 15px;
    background-color: #fff;

}

.nav_icon ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav_icon ul li {
    width: 15%;
    float: left;
    margin-bottom: 1rem;
}

.nav_icon ul li a img {
    padding: 5%;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.nav_icon ul li a p {
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    text-align: center;
}

.nav_icon ul li a:hover p {
    color: #057721;
}

.nav_icon ul li a.colorNo1 img {
    background-color: #67abf6;
    box-shadow: 0px 1px 5px #67abf6;
}

.nav_icon ul li a.colorNo1:hover img {
    background-color: #589be5;
    box-shadow: 0px 1px 5px #589be5;
}

.nav_icon ul li a.colorNo2 img {
    background-color: #69cefa;
    box-shadow: 0px 1px 5px #69cefa;
}

.nav_icon ul li a.colorNo2:hover img {
    background-color: #56b5df;
    box-shadow: 0px 1px 5px #56b5df;
}

.nav_icon ul li a.colorNo3 img {
    background-color: #7fcb23;
    box-shadow: 0px 1px 5px #7fcb23;
}

.nav_icon ul li a.colorNo3:hover img {
    background-color: #6caf1b;
    box-shadow: 0px 1px 5px #6caf1b;
}

.nav_icon ul li a.colorNo4 img {
    background-color: #11cab8;
    box-shadow: 0px 1px 5px #11cab8;
}

.nav_icon ul li a.colorNo4:hover img {
    background-color: #11b5a5;
    box-shadow: 0px 1px 5px #11b5a5;
}

.nav_icon ul li a.colorNo5 img {
    background-color: #fd864c;
    box-shadow: 0px 1px 5px #fd864c;
}

.nav_icon ul li a.colorNo5:hover img {
    background-color: #e57742;
    box-shadow: 0px 1px 5px #e57742;
}

.nav_icon ul li a.colorNo6 img {
    background-color: #f35d5e;
    box-shadow: 0px 1px 5px #f35d5e;
}

.nav_icon ul li a.colorNo6:hover img {
    background-color: #de5051;
    box-shadow: 0px 1px 5px #de5051;
}

.nav_icon ul li a.colorNo7 img {
    background-color: #bf9cf6;
    box-shadow: 0px 1px 5px #bf9cf6;
}

.nav_icon ul li a.colorNo7:hover img {
    background-color: #af8ce6;
    box-shadow: 0px 1px 5px #af8ce6;
}

.nav_icon ul li a.colorNo8 img {
    background-color: #e9bb30;
    box-shadow: 0px 1px 5px #e9bb30;
}

.nav_icon ul li a.colorNo8:hover img {
    background-color: #d6ab2a;
    box-shadow: 0px 1px 5px #d6ab2a;
}

.nav_icon ul li a.colorNo9 img {
    background-color: #04349c;
}

.nav_icon ul li a.colorNo9:hover img {
    background-color: #002b89;
}

.nav_icon ul li a.colorNo10 img {
    background-color: #c70000;
}

.nav_icon ul li a.colorNo10:hover img {
    background-color: #b00000;
}

.nav_icon ul li a.colorNo11 img {
    background-color: #00a140;
}

.nav_icon ul li a.colorNo11:hover img {
    background-color: #008e39;
}

.nav_icon ul li a.colorNo12 img {
    background-color: #9c3fa2;
}

.nav_icon ul li a.colorNo12:hover img {
    background-color: #8a3090;
}

.weizhi {
    background: #fafafa;
    height: 3rem;
    line-height: 3rem;
}

.weizhi .m {
    max-width: 1360px;
    margin: 0 auto;
    clear: both;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #888;

}

.weizhi .m img {
    width: 14px;
    height: 14px;
    margin-right: 1rem;
}

.weizhi a {
    color: #888;
}

.weizhi a:hover {
    color: #2b8bd8;
}

.xinxi table {
    color: #333;
}

.xinxi>table tr td:first-child {
    background: #fafafa;
    font-weight: 600;
    color: #2b8bd8;
}

.xinxi fieldset legend {
    font-size: 1.2rem;
}

.xinxi h2 {
    font: bold 1.2rem / 2 'microsoft yahei';
    color: #333;
    text-align: center;
    padding: 0rem 1rem 1rem 1rem;
    background: url(../user/images/tbg.png) no-repeat center bottom;
    margin-bottom: 2rem;
}

.xinxi .txt {
    font-size: 1rem;
    line-height: 2;
    color: #333;
    padding: 0 1rem;
}

.xinxi .txt h3 {
    font-size: 1rem;
    line-height: 3;
    font-weight: 600;
}

.xinxi .txt p {
    margin-bottom: 10px;
    color: #555;
}

/* 志愿筛选 */
.yListr {
    width: 94%;
    margin: 0 auto;
    clear: both;
    margin-top: 2rem;
}

.yListr ul {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.yListr ul li {
    height: auto;
    margin-bottom: 0.5rem;
}

.yListr ul li span {
    color: #000000;
    font-size: 16px;
    line-height: 36px;
    display: block;
    width: 10%;
    padding-left: 4px;
    float: left;
    font-weight: 600;
}

.yListr ul li .xuanxiang {
    display: block;
    float: left;
    width: 90%;
}

.yListr ul li em {
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    font-style: normal;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    line-height: 34px;
    height: 34px;
    margin: 0px 1px 8px 1px;
}

.yListr ul li em.active {
    line-height: 32px;
    border: 2px solid #0096ff;
    height: 32px;
    position: relative;
    padding: 0 9px;
    background: #f9f9f9;
}

.yListr ul li em.active i {
    display: block;
    width: 15px;
    height: 14px;
    background: url(../user/images/righbt.png) no-repeat 0 0;
    right: -1px;
    bottom: -1px;
    position: absolute;
}

.yListr .colorp00 {
    color: #333333;
    font-size: 18px;
    line-height: 50px;
}

.yListr .colorp00 span {
    color: #ed610c;
    font-size: 14px;
    padding-left: 20px;
}

.yListr .colorp00 em {
    font-style: normal;
}

.yListr form input,
.yListr form select {
    outline: none;
    border: 1px solid #dcdcdc;
    width: 86px;
    height: 34px;
    font-size: 14px;
    color: #333333;
    padding-left: 8px;
}

.yListr form select {
    height: 36px;
}

.yListr form .tijiao {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    width: 30%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 4px;
    cursor: pointer;
    background: #0096ff;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.clearfix {
    clear: both;
}

.yuanxiao {
    width: 96%;
    margin: 0 auto;
    clear: both;
    margin-top: 1.5rem;
}

.yuanxiao ul li {
    width: 100%;
    margin: 0 auto;
    clear: both;
    box-shadow: 0px 5px 8px 0px rgba(100, 100, 100, 0.1);
    height: auto;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.yuanxiao ul li dl {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
}

.yuanxiao ul li dl dt {
    width: 100%;
    text-align: left;
    font: 1rem/2rem 'microsoft yahei';
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.yuanxiao ul li dl dd {
    display: inline-block;
    float: left;
    width: 32%;
    height: 3rem;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    text-align: left;
    font: 0.9rem/1.5rem 'microsoft yahei';
    color: #888;
    background: #f9f9f9;
    margin-right: 2%;
    box-sizing: border-box;

}

.yuanxiao ul li dl dd:nth-child(3n) {
    margin-right: 0;
}

.yuanxiao ul li dl dd strong {
    color: #333;
    font-weight: normal;
}

.yuanxiao ul li input[type="checkbox"] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
}

.yuanxiao ul li input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}

.yuanxiao ul li input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0096ff;
    color: #0096ff;
    font-size: 1rem;
    font-weight: bold;
}

/*.yuanxiao ul li dl dd:nth-child(3n) {
	margin-left: 1.5%;
	margin-right: 1.5%;
} */
.yuanxiao ul li.xuanze {
    background: url(../user/images/xuanze.png) no-repeat right -15px top -20px #fcfcfc;
    background-size: 10%;
    z-index: 1;
}


/*list2*/
.yuanxiao2 {
    width: 94%;
    margin: 0 auto;
    clear: both;
    margin-top: 1.5rem;
}

.yuanxiao2 ul li {
    width: 100%;
    margin: 0 auto;
    clear: both;
    box-shadow: 0px 5px 8px 0px rgba(100, 100, 100, 0.1);
    height: auto;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.yuanxiao2 ul li dl {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
}

.yuanxiao2 ul li dl dt {
    width: 100%;
    text-align: left;
    font: 1rem/1.5rem 'microsoft yahei';
    color: #333;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #eee;
}

.yuanxiao2 ul li dl dt:hover {
    display: block;
    color: #0096ff;
    text-decoration: none;
}

.yuanxiao2 ul li dl dd {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    text-align: left;
    font: 0.9rem/2 'microsoft yahei';
    color: #888;
    background: #f9f9f9;

}

.yuanxiao2 ul li dl dd strong {
    color: #333;
    font-weight: normal;
}

.yuanxiao2 ul li input[type="checkbox"] {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
}

.yuanxiao2 ul li input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}

.yuanxiao2 ul li input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0096ff;
    color: #0096ff;
    font-size: 1rem;
    font-weight: bold;
}

.yuanxiao2 ul li dl dd:nth-child(3n) {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.yuanxiao2 ul li.xuanze {
    background: url(../images/xuanze.png) no-repeat right -15px top -20px #fcfcfc;
    background-size: 15%;
    z-index: 1;
}

/* 2025  4.17 改 */
.yuanxiao3 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    margin-top: 1rem;
}

.yuanxiao3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.yuanxiao3 ul li {
    background: #f6fcfe;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 5px 8px 0px rgba(100, 100, 100, 0.1);
    box-sizing: border-box;
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.yuanxiao3 .left_diqu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
}

.yuanxiao3 .left_diqu .shengfen {
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27%;
    font-size: 1.5rem;
    color: #333;
    border-radius: 10px;

    


}

.yuanxiao3 .up_down {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;

}

.yuanxiao3 .up_down button {
    border: none;
    font-size: 1rem;
    border-radius: 4px;
    margin-left: 1px;
    padding: 6px 0px;
    margin-left: 10px;
    /* 清除默认的 auto margin */
    display: flex;
    /* 强制启用 Flex 布局 */
    width:20%;
    align-items: center;
    justify-content: center;
    /* 确保按钮宽度占满容器 */
    cursor: pointer;


}

.yuanxiao3 .up_down button.up {
    background: #16be69;
    color: #fff;


}

.yuanxiao3 .up_down button.down {
    background: #2b8bd8;
    color: #fff;


}

.yuanxiao3 ul li dl {
    width: 100%;
}

.yuanxiao3 ul li dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;

    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #eee;

}

.yuanxiao3 ul li dl dt:hover {
    display: block;
    color: #0096ff;
    text-decoration: none;
}

.yuanxiao3 ul li dl dd {
    float: left;
    width: 33.3%;
    color: #333;
    font-weight: 600;
    margin-bottom:5px;
    font-size: 1rem;
}

.yx_note{
    line-height: 1.75; color:#555; border-top: 1px dotted #eee; padding-top:10px;
}
.yuanxiao3 ul li dl dd strong {
    color: #d11a1a;
    margin-left: 5px;
}


.yuanxiao3 .yx_zy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.yuanxiao3 .yx_zy .zy_bar {
    flex: 1;
    margin: 0;
    width: auto;
    clear: none;
}

.yuanxiao3 .yx_zy .zy_bar span {
    color: #00a901;
    border-color: #00a901;
    background: #fff;
    margin: 0;
}

.yuanxiao3 .xz_bar {
    flex: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.yuanxiao3 .xz_bar span {
    background: #19b820;
    color: #fff;
    font-size: 0.85rem;
    margin-left: 5px;
    padding: 4px ;
    text-align: center;
    border-radius: 4px;
}.yuanxiao3 .xz_bar span:first-child{
    margin-left: 0;
}

.yx_name{
   width: 70%;
   text-align: left;
   font: 600 1.25rem/1.5rem 'microsoft yahei';
   color: #333;

   display: flex;
   align-items: center;
   justify-content: flex-start;
}
.yx_name p{
    /* flex: 1;  */
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.yx_name span{
    margin-left: 5px;
    width: 23%;
    text-align: right;
}


.zy_bar {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
    margin-top: 5px;
    display: block;
}

.zy_bar span {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.wxts {
    width: 90%;
    margin: 0 auto;
    clear: both;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.wxts h6 {
    color: #333;
    font: 1rem/3rem 'microsoft yahei';
}

.wxts p {
    font: 0.9rem/2 'microsoft yahei';
    color: #888;
    text-align: left;
}

.wxts strong {
    color: #be0026;
    font-weight: normal;
}

.zy_zhineng table tr:nth-child(1) td:first-child,
.zy_zhineng table tr:nth-child(2) td:first-child {
    background: #ff5722;
    color: #fff;
}

.zy_zhineng table tr:nth-child(3) td:first-child,
.zy_zhineng table tr:nth-child(4) td:first-child {
    background: #ffb800;
    color: #fff;
}

.zy_zhineng table tr:nth-child(5) td:first-child,
.zy_zhineng table tr:nth-child(6) td:first-child {
    background: #16b777;
    color: #fff;
}

.aui-health-head {
    width: 100%;
    height: auto;
    background-image: url("../user/images/head.png");
    background-size: 100%;
    padding: 1rem 0;
}

.aui-health-head .aui-flex {
    padding-top: 0;
    display: flex;
    align-items: center;
    padding: 2rem 2rem 3rem 2rem;
}

.aui-health-head {
    background-repeat: no-repeat;
}

.aui-health-user {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
}

.aui-health-user img {
    width: 100%;
    height: auto;
    display: block;
    /*border: 2px solid #fff;
	border-radius: 100%;*/
}

.aui-flex-box h1 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.aui-flex-box h3 {
    width: 40%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50px;
    padding: 0.1rem 0.4rem;
    font-weight: normal;
    font-size: 0.9rem;
}

.icon-news {
    background: url(../user/images/sz.png) no-repeat;
    background-size: 100%;
}

.aui-flex-box h2 {
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
}

.aui-arrow {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
    font-size: 0.8rem;
}

.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #999999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.aui-health-box {
    background: #fff;
    border-radius: 6px;
    width: 93%;
    box-shadow: 0 3px 9px #D9D9D9;
    margin: 0 auto 15px;
}

.aui-health-box-top {
    margin-top: -2rem;
}

.aui-palace {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 33%;
    box-sizing: border-box;
    margin: 5px 0;
}

.aui-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
}

.aui-palace-text .aui-palace-grid-icon {
    width: auto;
    text-align: center;
    height: auto;
}

.aui-palace-text .aui-palace-grid-text h2 {
    color: #fff;
    font-size: 0.8rem;
}

.aui-palace-text .aui-palace-grid-icon span {
    color: #fff;
    font-size: 1rem;
}

.aui-cou-img {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

.aui-cou-img img {
    width: 25px;
    height: 25px;
    display: block;
    border: none;
}

.aui-flex-box p {
    font-size: 1.2rem;
    color: #373737;
}

.aui-ren-arrow {
    text-align: right;
    color: #a5a5a5;
    padding-right: 13px;
    position: relative;
}

.aui-ren-arrow span {
    font-size: 0.8rem;
    color: #a5a5a5;
}

.aui-ren-arrow:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #cccccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
    border-radius: 2px;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background: -webkit-linear-gradient(left, #3db9f9, #36acf6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3db9f9, #36acf6);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3db9f9, #36acf6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3db9f9, #36acf6);
    /* 标准的语法 */
}

.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.aui-center-title2 {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #fff;
}

.wz_top {
    width: 100%;
    margin: 0 auto;
    height: 4rem;
    background: #2b8bd8;
    color: #fff;
    line-height: 4rem;
    text-align: center;
    position: relative;
    font-size: 1.3rem;
}

.wz_top span {
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
}

.wz_top span:hover {
    color: #fff;
    cursor: pointer;
}

.xinxi .zy_zhineng th:first-child,
.xinxi .zy_zhineng tr td:first-child {
    text-align: center;
}

.swiper-container .swiper-slide img{
width: 100%;
height: auto;
}