@charset "utf-8";

@font-face {
    font-family: Butler;
    src: url(../fonts/Butler-Regular-13.otf);
    font-weight: normal;
    font-style: normal;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner img {
    display: block;
    width: 100%;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35.52%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 6%, rgba(255, 255, 255, 0) 93%);
    z-index: 1;
}

.lmmc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.6rem;
    z-index: 2;
}

.lmmc h3 {
    font-family: Butler;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

/* 通栏导航 */
.leftNav {
    background-color: #0f69c2;
    height: 0.86rem;
}

.leftNav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.leftNav li {
    width: calc(100% / 5);
    text-align: center;
    height: 100%;
}

.leftNav li.active {
    background-color: #f59b23;
}

.leftNav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.leftNav li a h3 {
    font-weight: normal;
    font-family: Poppins-Medium;
    font-size: 0.2rem;
    color: #fff;
}

/* 主体 */
.nymain {
    padding: 1.2rem 0;
    background: url(../images/nymain-bg.jpg) no-repeat center top;
    background-size: cover;
}

.nymain.nb0 {
    padding-bottom: 0 !important;
}

.nymain.nobg {
    background-image: none;
}

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.5rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 0.07rem;
}

.pagination a.active {
    background: #0f69c2;
    color: #fff;
    border: 1px solid #0f69c2;
}

.pagination a:hover {
    background: #0f69c2;
    color: #fff;
    border: 1px solid #0f69c2;
}

.pagination span {
    padding: 0.04rem 0;
    display: inline-block;
    font-size: 0.14rem;
}

/* FAQ */
.faq {}

.faq li {
    background-color: #ffffff;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(3, 29, 49, 0.1);
    opacity: 0.7;
    margin-bottom: 0.28rem;
}

.faq li .q {
    padding: 0.225rem 0.54rem 0.225rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}

.faq li .q-title {
    flex: 1;
    min-width: 0;
    font-family: Poppins-Medium;
    font-size: 0.24rem;
    color: #0f69c2;
    transition: all 0.5s;
}

.faq li .q-sj {
    border-top: 0.12rem solid #0f69c2;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    margin-left: 0.3rem;
    transition: all 0.5s;
}

.faq li .a {
    display: none;
    padding: 0.34rem 1.27rem 0.34rem 0.34rem;
}

.faq li .a p {
    font-family: Poppins-SemiBold;
    font-size: 0.24rem !important;
    line-height: 0.3rem !important;
}

.faq li .a p+p {
    margin-top: 0.2rem;
}

.faq li .a p span {
    color: #f59b23;
}

.faq li.active .q {
    background-color: #0f69c2;
}

.faq li.active .q-title {
    color: #fff;
}

.faq li.active .q-sj {
    border-top-color: #fff;
    transform: rotate(180deg);
}



/* News2 */


.i-list li {
    position: relative;
    margin-bottom: 0.48rem;
}

.i-list li a {
    display: flex;
}

.i-list .date {
    margin-right: 0.8rem;
}

.i-list .date span {
    display: block;
    font-family: Poppins-Medium;
    font-size: 0.18rem;
    line-height: 0.22rem;

}

.i-list .date b {
    display: block;
    font-family: RanyBold;
    font-size: 0.8rem;
    line-height: 1;
}

.i-list .tx {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #e0e0e0;
}

.i-list .tx h3 {
    font-family: Poppins-SemiBold;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.48rem;
}

.i-list .tx p {
    font-family: Poppins-Light;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #666666;
    margin-top: 0.2rem;
}

.i-list li:hover .date,
.i-list li:hover .tx h3 {
    color: #0f69c2;
}

/* News3 */
.i-list li .tx {
    display: flex;
    flex-wrap: wrap;
}

.i-list li .tx .l {
    width: 3.4rem;
    margin-right: 0.35rem;
}

.i-list li .tx .l .pic {
    padding-top: 55.88%;
}

.i-list li .tx .r {
    flex: 1;
    min-width: 0;
}

/* 校园生活 */

.img-lists ul {
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.img-lists ul li {
    width: 33.33%;
    margin-bottom: .25rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.img-lists1 ul li{
    width: 48%;

}
.img-lists ul li:hover a {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li a {
    display: block;
    margin: 0 .2rem;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.img-lists ul li a .img-pic {
    position: relative;
    z-index: 1;
}

.img-lists ul li a .img-pic::before {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 0.2rem;
    background: url(../images/img-lists-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: -1;
}

.img-lists ul li a .pic {
    padding-top: 57.69%;
}
.img-lists ul li a .pic:after{
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    background-position: center center;
    background-size: .5rem;
}
.img-lists1 ul li a .pic:after{
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .5rem;
}


.img-lists ul li a>div.info {
    padding: .45rem 0.1rem 0.15rem 0.1rem;
    font-size: 0;
}

.img-lists ul li .info p {
    text-align: center;
    font-family: RanyBold;
    font-size: 0.28rem;
}

.img-lists ul li:hover .info p {
    color: #0f69c2;
    font-weight: 600;
}

/* 校园生活1 */
.xysh-tit {
    text-align: center;
    font-family: RanyBold;
    font-size: 0.4rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.8rem;
}

.xysh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xysh a {
    display: block;
}

.xy-big {
    width: 73.78%;
}

.xy-big .pic {
    padding-top: 62.23%;
}

.xy-small {
    width: 24.39%;
    overflow: hidden;
}

.xy-small .slick-slider,
.xy-small .slick-list {
    height: 100%;
}

.xy-small ul {
    margin-top: -0.3rem;
}

.xy-small li {
    border: none !important;
}

.xy-small li a {
    margin-top: 0.3rem;
}

.xy-small .pic {
    padding-top: 57.5%;
}

.xy-small .slick-prev,
.xy-small .slick-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.28rem 0.16rem;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.xy-small .slick-prev {
    top: 0.5rem;
    background-image: url(../images/xysh-prev.png);
}

.xy-small .slick-next {
    bottom: 0.2rem;
    background-image: url(../images/xysh-next.png)
}

.xy-small .slick-center .pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.05rem solid #0f69c2;
}

/* download */
.download ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download li {
    width: 48.17%;
    margin-bottom: 0.4rem;
}

.download li a {
    display: block;
    padding: 0.35rem 0.54rem;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0.03rem 0.2rem 0px rgba(15, 105, 194, 0.2);
    border-left: 0.04rem solid #0f69c2;
}

.download h3 {
    font-weight: normal;
    font-family: Poppins-SemiBold;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.download .an {
    width: 2.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    border: solid 1px #e5e5e5;
    margin-top: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins-SemiBold;
    font-size: 0.24rem;
    color: #000000;
}

.download .an .icon1 {
    width: 0.3rem;
    height: 0.34rem;
    margin-right: 0.15rem;
}

.download .an .icon1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.download .an .icon1 img:nth-child(2) {
    display: none;
}

.download li:hover .an {
    background-color: #f59b23;
    border-color: #f59b23;
    color: #fff;
}

.download li:hover .an .icon1 img {
    display: none;
}

.download li:hover .an .icon1 img:nth-child(2) {
    display: block;
}

/* Student Llife */
.xssh li {
    position: relative;
    z-index: 1;
    padding-left: 1.09rem;
}

.xssh li::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((-100vw + 16.4rem + 6px)/2);
    width: 2.47rem;
    height: 100%;
    background: url(../images/xssh-libg1.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: -1;
}

.xssh li a {
    display: flex;
    flex-wrap: wrap;
    padding: 0.65rem 0 1.1rem 0;
}

.xssh .l {
    width: 4rem;
    margin-right: 0.9rem;
    position: relative;
    z-index: 1;
}

.xssh .l .pic {
    padding-top: 100%;
    border-radius: 50%;
    box-shadow: 0px 0.05rem 0.3rem 0px rgba(15, 106, 194, 0.2);
}

.xssh .l .pic img {
    transform: none;
}

.xssh .l .jj {
    text-align: center;
}

.xssh .l .jj h3 {
    font-family: RanyBold;
    font-size: 0.3rem;
    font-weight: normal;
    color: #070707;
    margin-top: 0.4rem;
}

.xssh .l .jj p {
    font-family: RanyBold;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.29rem;
}

.xssh .tx {
    flex: 1;
    min-width: 0;
}

.xssh .txbox {}

.xssh .tx p {
    font-family: Poppins-Regular;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #000000;
    margin-bottom: 0.3rem;
}

.xssh .tx .gd {
    margin-top: 0.6rem;
    font-family: Poppins-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #fea733;
    display: flex;
    align-items: center;
}

.xssh .tx .gd i {
    display: block;
    border-top: 0.1rem solid #fea733;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    margin-left: 0.15rem;
}

.xssh li:nth-child(even) {
    padding-left: 0;
    padding-right: 1.09rem;
}

.xssh li:nth-child(even) .l {
    order: 2;
    margin-right: 0;
    margin-left: 0.9rem;
}

.xssh li:nth-child(even) .tx {
    order: 1;
}

.xssh li:nth-child(even)::before {
    left: auto;
    right: calc((-100vw + 16.4rem + 6px)/2);
    transform: scaleX(-1);
}

.xssh .tx .gd:hover {
    color: #0f69c2;
}

.xssh .tx .gd:hover i {
    border-top-color: #0f69c2;
}

/* 学费 */
.tuition {}

.tui1 {
    background: url(../images/tui1-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 0.5rem 0.4rem 0.7rem 0.4rem;
    color: #fefefe;
}

.tui1 h3 {
    font-family: Poppins-Medium;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
}

.tui1 p {
    font-family: Poppins-Medium;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.tui1 p b {
    font-weight: normal;
    color: #f59b23;
}

.tui2 {
    margin-top: 0.4rem;
    background-color: #f7fbff;
    padding: 0 0.6rem 0 0.4rem;
}

.tui2 li {
    padding: 0.4rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tui2 li:first-child {
    border-top: none;
}

.tui2 li h3 {
    font-family: Poppins-SemiBold;
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #0f69c2;
    font-weight: normal;
    margin-bottom: 0.36rem;
}

.tui2 li:first-child h3 {
    font-size: 0.4rem;
    line-height: 0.6rem;
}

.tui2 li .tx p {
    font-family: Poppins-Light;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #000000;
}

.tui2 li .tx p a {
    color: #f59b23;
    word-wrap: break-word;
}

.tui2 li .tx p b {
    color: #f59b23;
}

.tui3 img {
    display: block;
    width: 100%;
}

/* 申请流程 */
.sqlc>h3 {
    font-family: RanyBold;
    font-size: 0.6rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.4rem;
}

.sqlc li {
    padding: 0.5rem 0.7rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.sqlc li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0.7rem;
    border-top: 0.28rem solid rgba(247, 121, 17, 0.1);
    border-left: 0.535rem solid transparent;
    border-right: 0.535rem solid transparent;
}

.sqlc li:first-child::before {
    content: '';
    position: absolute;
    top: .7rem;
    right: 0.4rem;
    border-top: 0.12rem solid #f79d11;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    transition: all .5s;
}

.sqlc li.active:first-child::before {
    transform: rotate(180deg);
}

.sqlc li .q .q-title {
    font-family: Poppins-SemiBold;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #333333;
}

.sqlc li:first-child .q {
    cursor: pointer;
}

.sqlc li .a {
    display: none;
}

.sqlc li .a dd {
    padding: 0.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sqlc li .a dd:first-child {
    border-top: none;
}

.sqlc li .a dd p {
    font-size: 0.2rem;
    color: #000;
    line-height: 0.4rem;
}

.sqlc li .a dd p a:hover {
    color: #f77911;
    word-wrap: break-word;
}

.sqlc li .a dd p strong {
    color: #f77911;
}

.sqlc li:first-child {
    background-color: rgba(247, 121, 17, 0.1);
    border-top: 2px solid #f79d11;
}

.sqlc li:nth-child(2) {
    background-color: rgba(15, 106, 194, 0.1);
    border-top: 2px solid #0f6ac2;
}

.sqlc li:nth-child(3) {
    background-color: rgba(70, 187, 0, 0.1);
    border-top: 2px solid #46bb00;
}

.sqlc li:nth-child(4) {
    background-color: rgba(0, 165, 165, 0.1);
    border-top: 2px solid #00a5a5;
}

.sqlc li:nth-child(5) {
    background-color: rgba(129, 0, 137, 0.1);
    border-top: 2px solid #810089;
}

.sqlc li:nth-child(6) {
    background-color: rgba(0, 81, 144, 0.1);
    border-top: 2px solid #005190;
}

.sqlc li:nth-child(2):after {
    border-top: 0.28rem solid rgba(15, 106, 194, 0.1);
}

.sqlc li:nth-child(3):after {
    border-top: 0.28rem solid rgba(70, 187, 0, 0.1);
}

.sqlc li:nth-child(4):after {
    border-top: 0.28rem solid rgba(0, 165, 165, 0.1);
}

.sqlc li:nth-child(5):after {
    border-top: 0.28rem solid rgba(129, 0, 137, 0.1);
}

.sqlc li:nth-child(6):after {
    content: none;
}

.sqlc .down a {
    display: block;
    width: 3.9rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #ff6000;
    font-family: Poppins-SemiBold;
    font-size: 0.36rem;
    color: #fff;
}

.sqlc .down a:hover {
    background: #0f69c2;
}

/* 资格要求 */
.zgyq h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    line-height: 0.9rem;
    color: #333333;
    margin-bottom: 0.6rem;
}

.zgyqbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zg-l {
    width: 41.46%;
}

.zg-l li {
    background-color: #f7fbff;
    border-left: 0.03rem solid #0f69c2;
    padding: 0.3rem;
    font-family: Poppins-Regular;
    font-size: 0.2rem;
    color: #333333;
}

.zg-l li+li {
    margin-top: 0.2rem;
}

.zg-l li.on {
    background-color: #0f69c2;
    color: #fff;
}

.zg-r {
    width: 55.48%;
}

.zg-r .pic {
    padding-top: 84.61%;
}

/* 学术课程 */
.xskc>h3 {
    font-family: RanyBold;
    font-size: 0.6rem;
    font-weight: normal;
    color: #333333;
}

.xskc>h4 {
    font-family: RanyBold;
    font-size: 0.4rem;
    font-weight: normal;
    color: #000000;
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
}

.xskc>h4 strong {
    font-size: 0.6rem;
    color: #f59b23;
}

.xskc .k {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xskc .k>div {
    width: 48.78%;
    margin-bottom: 0.38rem;
    padding: 0.4rem;
}

.xskc .k>div li {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    opacity: 1;
    margin-bottom: 0;
}

.xskc .k .faq li .q {
    padding: 0.125rem 0;
}

.xskc .k .faq li .q-title {
    font-family: Poppins-Medium;
    color: #000;
}

.xskc .k .faq li.active .q {
    background: none;
}

.xskc .k .faq li .a {
    padding: 0.175rem 0 0.2rem 0;
}

.xskc .k .faq li .a p {
    font-family: Poppins-Regular;
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.xskc .k .faq>h3 {
    font-family: Poppins-Medium;
    font-size: 0.36rem;
    font-weight: bold;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.xskc .k .kc1>h3 {
    color: #46bb00;
}

.xskc .k .kc1 {
    background-color: rgba(70, 187, 0, 0.1);
    border-top: 2px solid #46bb00;
}

.xskc .k .kc1 li .q-sj {
    border-top-color: #46bb00;
}


.xskc .k .kc2>h3 {
    color: #0f6ac2;
}

.xskc .k .kc2 {
    background-color: rgba(15, 106, 194, 0.1);
    border-top: 2px solid #0f6ac2;
}

.xskc .k .kc2 li .q-sj {
    border-top-color: #0f6ac2;
}


.xskc .k .kc3>h3 {
    color: #f77911;
}

.xskc .k .kc3 {
    background-color: rgba(247, 121, 17, 0.1);
    border-top: 2px solid #f77911;
}

.xskc .k .kc3 li .q-sj {
    border-top-color: #f77911;
}


.xskc .k .kc4>h3 {
    color: #00a5a5;
}

.xskc .k .kc4 {
    background-color: rgba(0, 165, 165, 0.1);
    border-top: 2px solid #00a5a5;
}

.xskc .k .kc4 li .q-sj {
    border-top-color: #00a5a5;
}

.xskc .zs {
    font-family: Poppins-Medium;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #0f6ac2;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

.gg-sp .pic {
    padding-top: 40.625%;
}

.gg-sp .pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.7rem;
    margin-left: -1.7rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/gg-span.png) no-repeat;
    background-size: 100% 100%;
}

.gg-sp:hover .pic::after {
    animation: circle1 10s linear infinite;
}

@keyframes circle1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gg-sp a:hover .pic div {
    width: 100%;
    height: 100%;
}

/* about */
.about1flex{
    display: flex;
}
.about1_left{
    flex: 1;
    min-width: 0;
}
.about1_right{
    width: 5.8rem;
    background-color: #0f6ac2;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.40rem;
    font-family: 'Poppins-Light';
    padding: 0.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.8rem;
    margin-left: .4rem;
}
.about1_right li{color:#fff;display: flex;justify-content: flex-start;padding: 0.1rem 0;}
.about1_right li span{
    font-weight: bold;
    padding-right: 0.2rem;
    display: block;
}
.about1 h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #000000;
}

.about1 h4 {
    margin-top: 0.4rem;
    font-family: RanyBold;
    font-size: 0.48rem;
    font-weight: normal;
    color: #000000;
}

.about1 h4 b {
    font-size: 0.9rem;
    color: #f59b23;
}

.about1 .zy {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    font-family: Poppins-Light;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #000000;
}

.about1 .zy .blue {
    font-family: Poppins-Medium;
    color: #1267c2;
    font-weight: bold;
}

.about1 .zy .green {
    font-family: Poppins-Medium;
    color: #21a2a4;
    font-weight: bold;
}

.about1 .gg-sp a {
    display: block;
    position: relative;
    z-index: 1;
}

.about1 .gg-sp a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.about1 .gg-sp a h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.5rem;
    text-align: center;
    padding: 0 0.1rem;
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #ffffff;
    z-index: 1;
}

.about2 {
    margin-top: 1rem;
}

.about2 h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #333333;
}

.about2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2 li {
    width: 48.78%;
    margin-top: 0.4rem;
    padding: 0.4rem;
}

.about2 li:first-child {
    border-top: 0.04rem solid #2f64af;
    background-color: rgba(47, 100, 175, 0.1);
}

.about2 li:first-child strong {
    color: #2f64af;
}

.about2 li:nth-child(2) {
    border-top: 0.04rem solid #ff6000;
    background-color: rgba(255, 96, 0, 0.1);
}

.about2 li:nth-child(2) strong {
    color: #ff6000;
}

.about2 li:nth-child(3) {
    border-top: 0.04rem solid #e8c710;
    background-color: rgba(232, 199, 16, 0.1);
}

.about2 li:nth-child(3) strong {
    color: #e8c710;
}

.about2 li:nth-child(4) {
    border-top: 0.04rem solid #5aac24;
    background-color: rgba(90, 172, 36, 0.1);
}

.about2 li:nth-child(4) strong {
    color: #5aac24;
}

.about2 li p {
    font-family: Poppins-Light;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #000000;
}

.about2 li p strong {
    font-family: Poppins-Medium;
    font-weight: bold;
}

.about3 {
    position: relative;
    z-index: 1;
    margin-top: 1.2rem;
}

.about3 .pic {
    padding-top: 48.43%;
}

.about3 .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.about3 .ab3-tx {
    position: absolute;
    left: 0;
    bottom: 0.9rem;
    width: 100%;
    z-index: 1;
}

.about3 .ab3-tx h3 {
    max-width: 9rem;
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0.34rem;
}

.about3 .ab3-tx p {
    max-width: 9rem;
    font-family: Poppins-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.about3 .ab3-tx .more a {
    display: block;
    width: 3.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.4rem 0 0.2rem;
    background-color: #0f6ac2;
    font-family: Poppins-SemiBold;
    font-size: 0.21rem;
    font-weight: normal;
    color: #feffff;
    position: relative;
    z-index: 1;
}

.about3 .ab3-tx .more a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    width: 0.2rem;
    height: 0.16rem;
    background: url(../images/about3-jt.png) no-repeat;
    background-size: 100% 100%;
}

.about3 .ab3-tx .more a:hover {
    background-color: #f77911;
}

.s3 {
    padding-top: 1.3rem;
}

.s3 .itit h2 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #000000;
}

.s3-t {
    position: relative;
}

.s3-t .itit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.s3-map img {
    display: block;
    width: 100%;
}

.s3-t ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.s3-t ul li {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.s3-t ul li:nth-child(1) {
    top: 16%;
    left: 11.1%;
}

.s3-t ul li:nth-child(2) {
    top: 20.2%;
    left: 11.1%;
}

.s3-t ul li:nth-child(3) {
    top: 22.5%;
    left: 12.3%;
}

.s3-t ul li:nth-child(4) {
    top: 24.6%;
    left: 7.8%;
}

.s3-t ul li:nth-child(5) {
    top: 24.6%;
    left: 13.4%;
}

.s3-t ul li:nth-child(6) {
    top: 29%;
    left: 9.6%;
}

.s3-t ul li:nth-child(7) {
    top: 50%;
    left: 12.5%;
}

.s3-t ul li:nth-child(8) {
    top: 30.3%;
    left: 24.8%;
}

.s3-t ul li:nth-child(9) {
    top: 25%;
    left: 45.5%;
}

.s3-t ul li:nth-child(10) {
    top: 68%;
    left: 41.4%;
}

.s3-t ul li:nth-child(11) {
    top: 16.2%;
    left: 71.8%;
}

.s3-t ul li:nth-child(12) {
    top: 49.1%;
    left: 90%;
}

.s3-t ul li .dot {
    position: relative;
    z-index: 2;
}

.s3-t ul li .dot::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/s3-icon-dot.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    /* animation: identifier2 1s ease-in-out infinite; */
    transition: all .5s;
}

.s3-t ul li .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0.19rem;
    height: 0.23rem;
    transform: translateX(-50%) translateY(0);
    background: url(../images/s3-icon-address.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: identifier 1s ease-in-out infinite;
    transition: all .5s;
}


.s3-t ul li:nth-child(1) .dot::after {
    animation-delay: -.1s;
}


.s3-t ul li:nth-child(2) .dot::after {
    animation-delay: -.2s;
}


.s3-t ul li:nth-child(3) .dot::after {
    animation-delay: -.5s;
}

.s3-t ul li:nth-child(4) .dot::after {
    animation-delay: -.4s;
}

.s3-t ul li:nth-child(5) .dot::after {
    animation-delay: -.8s;
}

.s3-t ul li:nth-child(6) .dot::after {
    animation-delay: -.7s;
}

.s3-t ul li:nth-child(7) .dot::after {
    animation-delay: -.5s;
}


.s3-t ul li:nth-child(8) .dot::after {
    animation-delay: -.2s;
}


.s3-t ul li:nth-child(9) .dot::after {
    animation-delay: -.3s;
}

.s3-t ul li:nth-child(10) .dot::after {
    animation-delay: -.8s;
}


.s3-t ul li:nth-child(11) .dot::after {
    animation-delay: -.1s;
}

.s3-t ul li:nth-child(12) .dot::after {
    animation-delay: -.5s;
}

@keyframes identifier {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    30% {
        transform: translateX(-50%) translateY(-.05rem);
    }

    60% {
        transform: translateX(-50%) translateY(0rem);
    }

    100% {
        transform: translateX(-50%) translateY(0rem);
    }
}

@keyframes identifier2 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-.05rem);
    }

    80% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

.s3-t ul li .dot2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.s3-t ul li .dot2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background-color: rgba(194, 29, 36, 0.45);
    animation: _circlescale infinite 2s -3s linear;
}

.s3-t ul li .dot2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background-color: rgba(194, 29, 36, .25);
    animation: _circlescale infinite 2s -2s linear;
    transition: all .5s;
}

@keyframes _circlescale {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(2);
        opacity: 0;
    }
}

.s3-t ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 1.8rem;
    border-top: solid 0.03rem #c21d24;
    transition: all .5s;
    width: 0;
}

.s3-t ul li.conl::after {
    left: auto;
    right: 100%;
}

.s3-t ul li dl {
    position: absolute;
    left: 100%;
    width: 6.8rem;
    padding: .35rem .4rem;
    top: -.35rem;
    padding-left: 2.15rem;
    visibility: hidden;
    z-index: -999;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}

.s3-t ul li.conl dl {
    left: auto;
    right: 100%;
    padding-left: .35rem;
    padding-right: 2.15rem;
}

.s3-t ul li dl::before {
    content: "";
    position: absolute;
    left: 1.8rem;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .91);
    box-shadow: 0px 6px 51px 0px rgba(0, 0, 0, 0.054);
    pointer-events: none;
}

.s3-t ul li.conl dl::before {
    left: 0;
    right: 1.8rem;
}

.s3-t ul li dd+dd {
    margin-top: .15rem;
}

.s3-t ul li dd a {
    display: block;
    position: relative;
}

.s3-t ul li dd a h3 {
    font-family: Poppins-Light;
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .2rem;
}

.s3-t ul li dd a h3 i {
    background-image: linear-gradient(#c21d24, #c21d24);
}

.s3-t ul li dd a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #666666;
    opacity: 0.3;
    border-radius: 50%;
    transition: all .5s;
}

.s3-t ul li dd:hover a h3 {
    color: #c21d24;
}

.s3-t ul li dd:hover a::before {
    background: #c21d24;
    opacity: 1;
}





.s3-t ul li:hover {
    z-index: 9;
}

.s3-t ul li:hover::after {
    width: 1.8rem;
}

.s3-t ul li:hover dl {
    visibility: visible;
    z-index: 999;
    pointer-events: visible;
    opacity: 1;
}

.s3-t ul li:hover .dot::before {
    background: url(../images/s3-icon-dot2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.s3-t ul li:hover .dot::after {
    background: url(../images/s3-icon-address2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-t ul li:hover .dot2 {
    opacity: 1;
}

.s3-b {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.s3-b li {
    border-left: 1px solid #c2c5c7;
    padding: 0.1rem 0.1rem 0.1rem 0.45rem;
}

.s3-b li h3 {
    font-family: RanyBold;
    font-size: 0.54rem;
    font-weight: normal;
    color: #0f6ac2;
}

.s3-b li p {
    font-family: Poppins-Light;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #666666;
    margin-top: 0.2rem;
}

.s3b1 {
    width: 100%;
    display: flex;
    margin-bottom: 0.4rem;
}

.s3b1 li {
    width: 25%;
}

.s3b2 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.s3b2 li {
    width: 50%;
}

.s3b2 li:first-child {
    width: 100%;
    margin-bottom: 0.4rem;
}

.s3b3 {
    width: 50%;
    border-left: 1px solid #c2c5c7;
    padding: 0.1rem 0.1rem 0.1rem 0.45rem;
}

.s3b3 h3 {
    font-family: RanyBold;
    font-size: 0.3rem;
    font-weight: normal;
    color: #0f6ac2;
    margin-bottom: 0.5rem;
}

.s3b3>div {
    display: flex;
    align-items: center;
}

.s3b3 .mc {
    display: block;
    font-family: RanyBold;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #666666;
    margin-right: 0.3rem;
    min-width: 1rem;
}

.s3b3 .jdt {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.s3b3 .jdt span {
    display: block;
    width: 45%;
    height: 0.15rem;
    background-color: #0f6ac2;
}

.s3b3 .jdt b {
    display: block;
    font-family: RanyBold;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #0f6ac2;
    margin-left: 0.1rem;
}

.s3b3>div:nth-of-type(2) .jdt span {
    width: 35%;
    background-color: #ff6000;
}

.s3b3>div:nth-of-type(3) .jdt span {
    width: 13%;
    background-color: #810089;
}

.s3b3>div:nth-of-type(4) .jdt span {
    width: 5%;
    background-color: #fcd200;
}

.s3b3>div:nth-of-type(5) .jdt span {
    width: 2%;
    background-color: #00a5a4;
}

.s3b3>div:nth-of-type(2) .jdt b {
    color: #ff6000;
}

.s3b3>div:nth-of-type(3) .jdt b {
    color: #810089;
}

.s3b3>div:nth-of-type(4) .jdt b {
    color: #fcd200;
}

.s3b3>div:nth-of-type(5) .jdt b {
    color: #00a5a4;
}















.about5 {
    margin-top: 1.2rem;
}

.about5>h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #333333;
}

.about5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about5 li {
    width: 48.78%;
    margin-top: 0.4rem;
    padding: 0.4rem;
}

.about5 li:first-child {
    border-left: 4px solid #ff6100;
    background-color: rgba(255, 96, 0, 0.1);
}

.about5 li:first-child:hover {
    background-color: #ff6100;
}

.about5 li:nth-child(2) {
    border-left: 4px solid #47bb00;
    background-color: rgba(71, 187, 0, 0.1);
}

.about5 li:nth-child(2):hover {
    background-color: #47bb00;
}

.about5 li:nth-child(3) {
    border-left: 4px solid #810089;
    background-color: rgba(129, 8, 137, 0.1);
}

.about5 li:nth-child(3):hover {
    background-color: #810089;
}

.about5 li:nth-child(4) {
    border-left: 4px solid #00a5a5;
    background-color: rgba(0, 165, 165, 0.1);
}

.about5 li:nth-child(4):hover {
    background-color: #00a5a5;
}

.about5 li:nth-child(5) {
    border-left: 4px solid #fcd300;
    background-color: rgba(252, 211, 0, 0.1);
}

.about5 li:nth-child(5):hover {
    background-color: #fcd300;
}

.about5 li:nth-child(6) {
    border-left: 4px solid #005190;
    background-color: rgba(0, 81, 144, 0.1);
}

.about5 li:nth-child(6):hover {
    background-color: #005190;
}

.about5 li h3 {
    font-family: Poppins-Regular;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
}

.about5 li a {
    display: block;
}

.about5 li p {
    font-family: Poppins-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: 0.23rem;
}

.about5 li:hover h3,
.about5 li:hover p {
    color: #fff;
}



/* 双学位与交换生 */

.jhs1 h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    font-weight: normal;
    color: #333333;
}

.jhs1 p {
    font-family: Poppins-Medium;
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #333333;
    margin-top: 0.35rem;
}

.jhs2 {
    margin-top: 0.6rem;
}

.jhs2 .qh-tit ul {
    display: flex;
    align-items: center;
}

.jhs2 .qh-tit ul li {
    background-color: #0f69c2;
    font-family: RanyBold;
    font-size: 0.28rem;
    font-weight: normal;
    color: #ffffff;
    padding: 0.22rem 0.33rem;
    position: relative;
    cursor: pointer;
}

.jhs2 .qh-tit ul li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0.08rem solid #f59b23;
    border-left: 0.45rem solid transparent;
    border-right: 0.45rem solid transparent;
    opacity: 0;
    visibility: hidden;
}

.jhs2 .qh-tit ul li+li {
    margin-left: 0.1rem;
}

.jhs2 .qh-tit ul li.on {
    background-color: #f59b23;
}

.jhs2 .qh-tit ul li.on::after {
    opacity: 1;
    visibility: visible;
}

.jhs2 .qh-bd {
    position: relative;
    margin-top: 1.25rem;
}

.jhs2 .qh-bd>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.jhs2 .qh-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.jhs2 .qh-bd>div>img {
    display: block;
    width: 100%;
}

.jhs2 .k li {
    position: absolute;
    padding: 0.04rem 0.18rem 0.04rem 0.14rem;
    background-color: #ffffff;
    box-shadow: 0px 0.03rem 0.1rem 0px rgba(3, 29, 49, 0.1);
    z-index: 1;
}

.jhs2 .k li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.02rem solid #f59b23;
    transform: scaleX(0);
}

.jhs2 .k li:hover {
    z-index: 9;
}

.jhs2 .k li:hover::after {
    transform: none;
}

.jhs2 .k li .tit {
    font-family: Poppins-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #0f69c2;
    position: relative;
    z-index: 1;
}

.jhs2 .k li .tit::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.26rem;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../images/jhs2-y1.png) no-repeat;
    background-size: 100% 100%;
}

.jhs2 .k li:hover .tit {
    color: #f59b23;
}

.jhs2 .k li:hover .tit::after {
    background: url(../images/jhs2-y2.png) no-repeat;
    background-size: 100% 100%;
}

.jhs2 .k li dl {
    display: none;
    margin-top: 0.15rem;
    padding-bottom: 0.2rem;
}

.jhs2 .k li dl dd a h3 i {
    font-family: Poppins-Medium;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #666666;
}

.jhs2 .k li dl dd a:hover h3 i {
    color: #f59b23;
    background-image: linear-gradient(#f59b23, #f59b23);
}

.jhs2 .k .a1 {
    left: 17.74%;
    top: 46.78%;
}

.jhs2 .k .a2 {
    left: 17.74%;
    top: 51.06%;
}

.jhs2 .k .a3 {
    left: 17.74%;
    top: 55.34%
}

.jhs2 .k .a4 {
    left: 17.74%;
    top: 59.62%;
}

.jhs2 .k .a5 {
    left: 17.74%;
    top: 63.9%;
}

.jhs2 .k .a6 {
    left: 17.74%;
    top: 68.18%;
}

.jhs2 .k .a7 {
    left: 17.74%;
    top: 72.46%;
}

.jhs2 .k .a8 {
    left: 17.74%;
    top: -4.47%;
}

.jhs2 .k .a9 {
    left: 17.74%;
    top: -0.2%;
}

.jhs2 .k .a10 {
    left: 17.74%;
    top: 3.95%;
}

.jhs2 .k .a11 {
    left: 17.74%;
    top: 8.22%;
}

.jhs2 .k .a12 {
    left: 17.74%;
    top: 12.5%;
}

.jhs2 .k .a13 {
    left: 17.74%;
    top: 16.77%;
}

.jhs2 .k .a14 {
    left: 17.74%;
    top: 21.04%;
}

.jhs2 .k .a15 {
    left: 17.74%;
    top: 25.52%;
}

.jhs2 .k .a16 {
    left: 17.74%;
    top: 29.68%;
}

.jhs2 .k .a17 {
    left: 17.74%;
    top: 33.95%;
}

.jhs2 .k .a18 {
    left: 17.74%;
    top: 38.22%;
}

.jhs2 .k .a19 {
    left: 17.74%;
    top: 42.5%;
}

.jhs2 .k .a20 {
    left: 33.84%;
    top: 14.79%;
}

.jhs2 .k .a21 {
    left: 46.34%;
    top: 26.87%;
}

.jhs2 .k .a22 {
    left: 42.8%;
    top: 31.14%;
}

.jhs2 .k .a23 {
    left: 41.64%;
    top: 67.91%;
}

.jhs2 .k .a24 {
    left: 69.51%;
    top: 7.29%;
}

.jhs2 .k .a25 {
    left: 70.97%;
    top: 24.68%;
}




.jhs3 {
    overflow: hidden;
}

.jhs3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
}

.jhs3 li {
    width: 25%;
}

.jhs3 li a {
    display: block;
    margin: 0.12rem;
    background-color: rgba(15, 105, 194, 0.05);
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0;
    animation: imgdh linear 4s infinite;
}

.jhs3 li:hover a {
    background-color: rgba(15, 105, 194, 0.2);
}

.jhs3 li a img {
    max-width: 98%;
    max-height: 98%;
    vertical-align: middle;
}

@keyframes imgdh {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.jhs3 li:first-child a {
    animation-delay: -2.2746966623s;
}

.jhs3 li:nth-child(2) a {
    animation-delay: -1.13953973602s;
}

.jhs3 li:nth-child(3) a {
    animation-delay: -2.62958281955s;
}

.jhs3 li:nth-child(4) a {
    animation-delay: -1.56106178214s;
}

.jhs3 li:nth-child(5) a {
    animation-delay: -2.7399647813s;
}

.jhs3 li:nth-child(6) a {
    animation-delay: -2.15733927126s;
}

.jhs3 li:nth-child(7) a {
    animation-delay: -2.45596464219s;
}

.jhs3 li:nth-child(8) a {
    animation-delay: -1.27819059292s;
}

.jhs3 li:nth-child(9) a {
    animation-delay: -2.57325778547s;
}

.jhs3 li:nth-child(10) a {
    animation-delay: -2.21736972175s;
}

.jhs3 li:nth-child(11) a {
    animation-delay: -1.59051916733s;
}

.jhs3 li:nth-child(12) a {
    animation-delay: -2.42630450680s;
}















@media screen and (max-width:1024px) {
    .banner::before {
        content: none;
    }

    .lmmc {
        bottom: 0.15rem;
    }

    .lmmc h3 {
        font-size: 0.28rem;
    }

    .leftNav {
        height: 0.7rem;
    }

    .leftNav ul {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    .leftNav li {
        display: inline-block;
        width: auto;
        padding: 0 0.2rem;
        min-width: 2.06rem;
    }

    .nymain {
        padding: 0.4rem 0;
    }

    .faq li .q {
        padding: 0.2rem;
    }

    .faq li .a {
        padding: 0.2rem 0.3rem 0.2rem 0.2rem;
    }

    .faq li .q-title {
        font-size: 0.18rem;
    }

    .faq li .a p {
        font-size: 0.16rem;
    }

    .i-list .date {
        min-width: 0.9rem;
        margin-right: 0.3rem;
    }

    .i-list .date span {
        font-size: 0.16rem;
    }

    .i-list .date b {
        font-size: 0.4rem;
        margin-top: 0.05rem;
    }

    .i-list .tx {
        padding-bottom: 0.3rem;
    }

    .i-list .tx h3 {
        font-size: 0.18rem;
        line-height: 0.28rem;
    }

    .i-list .tx p {
        font-size: 0.16rem;
        line-height: 0.26rem;
    }

    .i-list li .tx .l {
        width: 2.4rem;
        margin-right: 0.2rem;
    }

    .img-lists ul li a>div.info {
        padding: .2rem 0.1rem 0.1rem 0.1rem;
    }

    .img-lists ul li .info p {
        font-size: 0.18rem;
    }

    .img-lists ul li a .img-pic::before {
        bottom: -0.1rem;
        height: 0.1rem;
    }

    .download h3 {
        font-size: 0.18rem;
        line-height: 0.28rem;
        height: 0.56rem;
    }

    .download .an {
        font-size: 0.16rem;
        width: 1.8rem;
        height: 0.45rem;
    }

    .download .an .icon1 {
        width: 0.2rem;
        height: 0.23rem;
    }

    .xssh li {
        padding-left: 0;
    }

    .xssh li:nth-child(even) {
        padding-right: 0;
    }

    .xssh li::before {
        content: none;
    }

    .xssh .l {
        width: 2.83rem;
        margin-right: 0.4rem;
    }

    .xssh li:nth-child(even) .l {
        margin-left: 0.4rem;
    }

    .xssh li a {
        padding: 0.4rem 0;
    }

    .xssh .l .jj h3 {
        font-size: 0.2rem;
        margin-top: 0.2rem;
    }

    .xssh .l .jj p {
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .xssh .tx p {
        font-size: 0.16rem;
        margin-bottom: 0.2rem;
    }

    .xssh .tx .gd {
        font-size: 0.18rem;
        margin-top: 0.3rem;
    }

    .tui1 {
        padding: 0.2rem;
    }

    .tui1 h3 {
        font-size: 0.18rem;
        line-height: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .tui1 p {
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .tui2 {
        padding: 0 0.2rem;
    }

    .tui2 li {
        padding: 0.2rem 0;
    }

    .tui2 li h3 {
        font-size: 0.18rem;
        line-height: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .tui2 li:first-child h3 {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }

    .tui2 li .tx p {
        font-size: 0.16rem;
        line-height: 0.36rem;
    }

    .sqlc>h3 {
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .sqlc li .q .q-title {
        font-size: 0.2rem;
        line-height: 1.5;
    }

    .sqlc li .a dd p {
        font-size: 0.16rem;
    }

    .sqlc li {
        padding: 0.2rem 0.3rem;
    }

    .sqlc li::after {
        border-top-width: 0.15rem !important;
        border-left-width: 0.2rem !important;
        border-right-width: 0.2rem !important;
    }

    .sqlc .down a {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.2rem;
    }

    .xysh-tit {
        font-size: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .xy-small .slick-prev,
    .xy-small .slick-next {
        left: auto;
        top: 50%;
        transform: translate(0, -50%);
        width: 0.4rem;
        height: 0.4rem;
        background-size: 0.2rem auto;
    }

    .xy-small .slick-prev {
        left: 0.2rem;
        transform: translate(0, -50%) rotate(-90deg);
    }

    .xy-small .slick-next {
        right: 0.2rem;
        transform: translate(0, -50%) rotate(-90deg);
    }

    .xy-big {
        width: 100%;
    }

    .xy-small {
        width: 100%;
        margin-top: 0.2rem;
    }

    .xy-small ul {
        margin: 0 -0.1rem;
    }

    .xy-small li a {
        margin: 0 0.1rem;
    }

    .zgyq h3 {
        font-size: 0.2rem;
        line-height: 1.8;
        margin-bottom: 0.3rem;
    }

    .zg-l {
        width: 100%;
    }

    .zg-l li {
        font-size: 0.18rem;
        line-height: 1.5;
        padding: 0.2rem;
    }

    .zg-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .xskc>h3 {
        font-size: 0.22rem;
        line-height: 1.8;
    }

    .xskc>h4 {
        font-size: 0.2rem;
        line-height: 1.5;
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
    }

    .xskc>h4 strong {
        font-size: 0.22rem;
    }

    .xskc .k>div {
        padding: 0.2rem;
    }

    .xskc .k .faq>h3 {
        font-size: 0.28rem;
        margin-bottom: 0.1rem;
    }

    .xskc .zs {
        font-size: 0.18rem;
        margin-top: 0;
        margin-bottom: 0.3rem;
    }

    .gg-sp .pic::after {
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        margin-left: -0.5rem;
    }

    .s3-t .itit {
        position: static;
        margin-bottom: .3rem;
    }

    .s3-map {
        position: relative;
    }

    .s3-t ul li .dot::after {
        width: 0.12rem;
        height: 0.15rem;
    }

    .s3-t ul li .dot::before {
        width: 0.07rem;
        height: 0.07rem;
    }

    .s3-t ul li:hover::after {
        width: 0;
    }

    .s3-t ul li dl {
        display: none;
        width: 4rem;
        padding-top: .15rem;
        padding-bottom: .15rem;
    }

    .s3-t ul li.conl dl {

        padding-left: .2rem;
        padding-right: 1rem;
    }

    .s3-t ul li.conl dl::before {
        right: 0.8rem;
    }

    .s3-t ul li dd a h3 {
        font-size: .16rem;
        line-height: .24rem;
    }

    .s3-t ul li dd+dd {
        margin-top: .1rem;
    }

    .about1 h3 {
        font-size: 0.22rem;
    }

    .about1 h4 {
        font-size: 0.2rem;
        margin-top: 0.2rem;
    }

    .about1 h4 b {
        font-size: 0.22rem;
    }

    .about1 .zy {
        font-size: 0.18rem;
        line-height: 1.5;
        margin-top: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .about1 .gg-sp a h3 {
        bottom: 0.2rem;
        font-size: 0.2rem;
    }

    .about2 {
        margin-top: 0.4rem;
    }

    .about2 h3 {
        font-size: 0.22rem;
    }

    .about2 li {
        padding: 0.2rem;
        margin-top: 0.2rem;
    }

    .about2 li p {
        font-size: 0.18rem;
        line-height: 1.5;
    }

    .about3 {
        margin-top: 0.4rem;
    }

    .about3 .ab3-tx h3 {
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }

    .about3 .ab3-tx p {
        font-size: 0.16rem;
    }

    .about3 .ab3-tx .more a {
        width: 2.2rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.18rem;
    }

    .s3 {
        padding-top: 0.4rem;
    }

    .s3 .itit h2 {
        font-size: 0.22rem;
    }

    .s3-b li h3 {
        font-size: 0.2rem;
    }

    .s3-b li p {
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .s3b3 h3 {
        font-size: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .s3b3 .mc,
    .s3b3 .jdt b {
        font-size: 0.18rem;
        line-height: 0.4rem;
    }

    .s3b1 {
        margin-bottom: 0.2rem;
    }

    .s3b2 li:first-child {
        margin-bottom: 0.2rem;
    }

    .about5>h3 {
        font-size: 0.22rem;
    }

    .about5 {
        margin-top: 0.4rem;
    }

    .about5 li {
        margin-top: 0.2rem;
        padding: 0.2rem;
    }

    .about5 li h3 {
        font-size: 0.2rem;
    }

    .about5 li p {
        font-size: 0.16rem;
        margin-top: 0.2rem;
    }

    .jhs1 h3 {
        font-size: 0.22rem;
    }

    .jhs1 p {
        font-size: 0.18rem;
        line-height: 1.5;
        margin-top: 0.2rem;
    }

    .jhs2 {
        margin-top: 0.3rem;
    }

    .jhs2 .qh-tit ul li {
        font-size: 0.18rem;
        padding: 0.15rem 0.2rem;
    }

    .jhs2 .qh-bd {
        margin-top: 0.7rem;
    }

    .jhs2 .k li .tit {
        font-size: 0.16rem;
        line-height: 1.2;
    }

    .jhs2 .k li .tit::after {
        width: 0.17rem;
        height: 0.17rem;
        left: -0.2rem;
    }

    .jhs2 .k li {
        padding: 0.03rem 0.1rem;
    }

    .jhs3 li a {
        height: 1.2rem;
        line-height: 1.2rem;
    }

    .jhs3 li a img {
        max-width: 70%;
        max-height: 70%;
    }
    .about1flex{
    display: block;
}
    .about1_right{
    width: 100%;
    margin: 0 auto 0.4rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding: 0.1rem 0.2rem;
}
      .about1_right li{}
}

@media screen and (max-width:768px) {
    .i-list li .tx .l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    .i-list li .tx .r {
        flex: none;
        width: 100%;
    }

    .img-lists ul {
        margin: 0 -.05rem;
    }

    .img-lists ul li {
        width: 50%;
        margin-top: .15rem;
        margin-bottom: 0;
    }

    .img-lists ul li a {
        margin: 0 .05rem;
    }
 .img-lists ul li a .pic:after{
     background-size:.3rem auto;
 }
    .xssh li a {
        padding: 0.2rem 0;
    }

    .xssh .tx {
        flex: none;
        width: 100%;
        margin-top: 0.2rem;
        order: 2 !important;
    }

    .xssh .l {
        margin: 0 auto !important;
        order: 1 !important;
    }

    .xskc .k>div {
        width: 100%;
    }

    .about3 .pic {
        display: none;
    }

    .about3 {
        background: url(../images/about3-bg.jpg) no-repeat center;
        background-size: cover;
        padding: 1rem 0 0.5rem 0;
        position: relative;
        z-index: 1;
    }

    .about3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        z-index: -1;
    }

    .about3 .ab3-tx {
        position: static;
    }

    .jhs2 .k ul {
        padding: 0 0.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .jhs2 .k li {
        width: 48%;
        position: static;
        margin-top: 0.2rem;
        padding: 0.1rem 0.1rem 0.1rem 0.2rem;
    }

    .jhs2 .k li .tit::after {
        left: -0.26rem;
    }

    .jhs2 .k li::after {
        content: none;
    }
}

@media screen and (max-width:480px) {
    .download li {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .download li a {
        padding: 0.2rem 0.3rem;
    }

    .xssh .l {
        width: 2.2rem;
    }

    .gg-sp .pic::after {
        width: 0.7rem;
        height: 0.7rem;
        margin-top: -0.4rem;
        margin-left: -0.4rem;
    }

    .s3b1 {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .s3b1 li {
        width: 50%;
        margin-bottom: 0.2rem;
    }

    .s3-b li {
        padding: 0.05rem 0.05rem 0.05rem 0.2rem;
    }

    .about2 li {
        width: 100%;
    }

    .s3b2,
    .s3b3 {
        width: 100%;
        margin-top: 0.2rem;
    }

    .s3b3 {
        padding: 0.05rem 0.05rem 0.05rem 0.2rem;
    }

    .s3b3 h3 {
        font-size: 0.18rem;
        margin-bottom: 0.15rem;
    }

    .s3b3 .mc {
        min-width: 0.8rem;
        margin-right: 0.1rem;
    }

    .s3b3 .jdt span {
        height: 0.1rem;
    }

    .about5 li {
        width: 100%;
    }

    .jhs3 li {
        width: 50%;
    }

    .jhs3 li a {
        height: 0.8rem;
        line-height: 0.8rem;
    }
}