@charset "UTF-8";
/* CSS Document */

.header {width: 100%; position: fixed; left: 0; top: 0; z-index: 9999; box-sizing: border-box; padding: 0 .7rem; transition: background-color .4s;}
.header.fixed {background-color: rgba(0, 0, 0, .5);}
.header .group {display: -webkit-flex; display: -ms-flex; display: flex; width: 100%; justify-content: space-between; align-items: center; padding: .4rem 0;}
.header .logo {font-size: 0;}
.header .logo a {display: block;}
.header .logo a img {height: .82rem;}
.header .menu {display: -webkit-flex; display: -ms-flex; display: flex; width: auto; height: auto; align-items: center;}
.header .menu .item {margin-right: .3rem;}
.header .menu .item:last-child {margin-right: 0;}
.header .menu .item a {font-size: .24rem; font-weight: bold; color: #fff;}

.header .menubtn {display: none; width: 36px; height: 36px;}
.header .menubtn a {width: 36px; height: 36px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-evenly; align-items: center; transform: rotate(90deg); position: relative;}
.header .menubtn a:before,
.header .menubtn a:after,
.header .menubtn a b {content: ''; display: block; width: 2px; height: 24px; background: #fff;}

.header .menubtn a.on {transform: rotate(45deg);}
.header .menubtn a.on b {display: none;}
.header .menubtn a.on:before,
.header .menubtn a.on:after {position: absolute; left: 50%; top: 50%; margin-left: -1px; margin-top: -12px;}
.header .menubtn a.on:before {transform: rotate(90deg);}

.fixedMenu {width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .9); position: fixed; z-index: 9998; box-sizing: border-box; padding: 3.2rem 0; display: none;}
.fixedMenu .list {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; flex-direction: column; width: 100%; height: 100%;}
.fixedMenu .item {flex: 1; border-top: 1px solid rgba(255, 255, 255, .1); width: 100%; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center;}
.fixedMenu .item a {display: block; font-size: .9rem; color: #fff;}

.banner {position: relative;}
.banner .box {font-size: 0;}
.banner .box img {width: 100%;}
.banner .con {position: absolute; left: 11.1rem; top: 7rem; right: 0; bottom: 0; display: -webkit-flex; display: -ms-flex; display: flex;}
.banner .con .down {margin-right: .5rem; font-size: 0;}
.banner .con .down .item {margin-bottom: .3rem;}
.banner .con .down .item a {display: block;}
.banner .con .down .item img {width: 2.1rem;}
.banner .con .code {text-align: center;}
.banner .con .code .img {font-size: 0;}
.banner .con .code .img img {width: 1.32rem; height: 1.32rem; border-radius: .1rem;}
.banner .con .code .txt {font-size: .18rem; padding-top: .1rem; color: #fff; text-shadow: 0 0 .02rem #000;}


.intitle {display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: .6rem 0 .8rem 0;}
.intitle .head {position: relative; min-width: 5rem; box-sizing: border-box; padding: 0 .2rem; text-align: center;}
.intitle .head:before,
.intitle .head:after {content: ''; display: block; width: .31rem; height: .3rem; position: absolute; top: 50%; margin-top: -.15rem; background-repeat: no-repeat; background-position: center; background-size: 100% 100%;}
.intitle .head:before {left: 0; background-image: url("../images/intitle-l.png");}
.intitle .head:after {right: 0; background-image: url("../images/intitle-r.png");}
.intitle .head .name {font-size: .44rem; font-weight: bold; color: #25293b; line-height: 1;}
.intitle .head .note {font-size: .28rem; color: #666; line-height: 1; padding-top: .25rem;}
.intitle .text {font-size: .32rem; color: #333338; line-height: 1.4; font-weight: 300; padding-top: .35rem;}


.inmore {display: block; width: 2.2rem; box-sizing: border-box; text-align: center; border: 2px solid #fff; border-radius: .2rem;}
.inmore span {display: inline-block; line-height: .54rem; font-size: .3rem; color: #fff; font-weight: bold; padding-right: .3rem; background: url("../images/inmore-arrow.png") no-repeat right center / auto .26rem;}


.inproduct {width: 100%; height: 7.64rem; background: url("../images/inpro.jpg") no-repeat center / cover; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.inproduct .img {padding-left: 1.7rem; display: -webkit-flex; display: -ms-flex; display: flex; font-size: 0;}
.inproduct .img a {display: block;}
.inproduct .img img {width: 100%;}
.inproduct .img .group {margin-right: .16rem;}
.inproduct .img .group:nth-child(1) {width: 3.48rem;}
.inproduct .img .group:nth-child(2) {width: 2.3rem;}
.inproduct .img .group:nth-child(3) {width: 2.92rem;}
.inproduct .img .group .item {margin-bottom: .36rem;}
.inproduct .img .group .item:last-child {margin-bottom: 0;}
.inproduct .con {flex: 1; padding-right: 2.6rem; color: #fff; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
.inproduct .con .note {font-size: .3rem; line-height: 1; font-weight: bold;}
.inproduct .con .name {font-size: .6rem; line-height: .8rem; font-weight: bold; padding-top: .4rem;}
.inproduct .con .text {font-size: .2rem; line-height: .4rem; opacity: .6; padding-top: .2rem;}
.inproduct .con .more {padding-top: .5rem;}



.incourse {width: 100%; height: 7.72rem; background: url("../images/incourse.jpg") no-repeat center / cover; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.incourse .img {font-size: 0; height: 100%; display: -webkit-flex; display: -ms-flex; display: flex; align-items: flex-end; padding-left: 3.2rem;}
.incourse .img img {width: 4rem;}
.incourse .con {padding-right: 3.6rem; height: 100%; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; color: #fff;}
.incourse .con .name {font-size: .6rem; line-height: 1; padding-top: .4rem;}
.incourse .con .list {padding-top: .2rem;}
.incourse .con .list .group {display: -webkit-flex; display: -ms-flex; display: flex; padding-top: .4rem;}
.incourse .con .list .group .item {margin-right: .74rem; text-align: center;}
.incourse .con .list .group .item:last-child {margin-right: 0;}
.incourse .con .list .group .item .icon {font-size: 0;}
.incourse .con .list .group .item .icon img {width: .74rem; height: .74rem;}
.incourse .con .list .group .item .text {font-size: .24rem; padding-top: .2rem;}
.incourse .con .more {padding-top: .4rem;}


.insport {background: #4d505e; display: -webkit-flex; display: -ms-flex; display: flex; width: 100%;}
.insport img {opacity: .7;}
.insport .left {width: 7.6rem; font-size: 0;}
.insport .left .list {display: -webkit-flex; display: -ms-flex; display: flex; padding-bottom: .1rem;}
.insport .left .list .item {width: 50%; box-sizing: border-box; padding-right: .1rem;}
.insport .left .list .item img {width: 100%; height: 3rem;}
.insport .left .only {padding-right: .1rem;}
.insport .left .only img {width: 100%; height: 4.5rem;}
.insport .cent {width: 7.2rem; box-sizing: border-box; padding-right: .1rem;}
.insport .cent .img {font-size: 0;}
.insport .cent .img img {width: 100%; height: 4.7rem;}
.insport .cent .con {display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 2.9rem;}
.insport .cent .con .txt {font-size: .28rem; line-height: .44rem; color: #fff;}
.insport .cent .con .btn {padding-top: .3rem;}
.insport .last {width: 4.5rem; font-size: 0;}
.insport .last .item {padding-bottom: .1rem;}
.insport .last .item img {width: 100%;}
.insport .last .item:first-child img {height: 3.8rem;}
.insport .last .item:last-child {padding-bottom: 0;}
.insport .last .item:last-child img {height: 3.7rem;}


.innews {background: #4d505e; display: -webkit-flex; display: -ms-flex; display: flex; width: 100%; justify-content: space-between;}
.innews .list {width: 11.1rem; padding: .4rem 0;}
.innews .list .item {border-bottom: 3px solid rgba(255, 255, 255, .05); padding: .2rem .5rem; width: 100%; box-sizing: border-box; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.innews .list .item:last-child {border: 0 none;}
.innews .list .item .img {font-size: 0; margin-right: .6rem;}
.innews .list .item .img img {width: 2.36rem; height: 1.75rem;}
.innews .list .item .con {flex: 1; min-width: 0;}
.innews .list .item .con .name {font-size: .24rem; font-weight: bold; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.innews .list .item .con .name a {color: #fff;}
.innews .list .item .con .text {font-size: .16rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: .15rem;}
.innews .list .item .con .note {font-size: .16rem; color: #fff; padding-top: .4rem;}


.innews .other {width: 6.4rem; margin-right: 1rem; padding: .6rem 0;}
.innews .other .video {font-size: 0;}
.innews .other .video video {width: 6.4rem; height: 4.25rem;}
.innews .other .more {padding-top: .5rem;}


.comCenter {max-width: 1200px; height: auto; margin: 0 auto; padding: 0 30px;}


.footer {background: #434551; padding: 40px 0; padding-bottom: env(safe-area-inset-bottom);}
.footer .main {width: 100%; height: auto; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between;}
.footer .main .text {flex: 1; color: #fff;}
.footer .main .text a {color: #32edef;}
.footer .main .text .tit {font-size: 24px; line-height: 2;}
.footer .main .text .num {font-size: 28px; line-height: 2;}
.footer .main .text .con {font-size: 20px; line-height: 2;}
.footer .main .code {width: auto; height: auto; padding: 0 1rem; text-align: center;}
.footer .main .code .txt {font-size: 20px; color: #fff;}
.footer .main .code .img {font-size: 0; padding-top: 25px;}
.footer .main .code .img img {width: 160px;}
.footer .copy {text-align: center; line-height: 2; font-size: 20px; color: #fff; padding-top: 80px;}



.nban {width: 100%; height: auto; background: #3b3f4e; position: relative;}
.nban .img {width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: .2; position: absolute; left: 0; top: 0;}
.nban .con {width: 100%; height: 5rem; position: relative; z-index: 20; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; padding-top: 1rem; font-size: .36rem; color: #fff; font-weight: bold; line-height: .4rem;}


.nabout {padding-bottom: 120px;}


.about-group {padding: 50px 0;}
.about-title {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: space-between;}
.about-title .name {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.about-title .name .txt {font-size: 26px; font-weight: bold; color: #3c3e49;}
.about-title .name .img {font-size: 0; padding-left: 25px;}
.about-title .name .img img {height: 16px;}
.about-mation {padding-top: 40px; text-align: center; font-size: 20px; line-height: 2; color: #3c3e49;}

.about-arc {width: 100%; height: auto; font-size: 0;}
.about-arc .only {display: block; width: 100%; height: auto; text-align: center; padding-top: 60px;}
.about-arc .only img {width: 100%;}
.about-arc .list {display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap; display: none;}
.about-arc .list .item {width: 50%; text-align: center; padding-top: 60px;}
.about-arc .list .item img {max-width: 100%; width: 200px;}

.about-photos {width: 100%; height: auto; display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap; font-size: 0; padding-top: 40px;}
.about-photos .item {width: 33.333%;}
.about-photos .item:nth-child(1),
.about-photos .item:nth-child(2) {width: 50%;}
.about-photos .item img {width: 100%;}


.about-sys {width: 100%; height: auto; padding-top: 24px; overflow: hidden;}
.about-sys .ul {width: calc(100% + 12px); height: auto; overflow: hidden; display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap;}
.about-sys .item {width: 25%; height: auto; padding: 12px 12px 0 0; box-sizing: border-box;}
.about-sys .item .box {width: auto; height: auto; background: #373a47; position: relative;}
.about-sys .item .box .img {font-size: 0; opacity: .4;}
.about-sys .item .box .img img {width: 100%;}
.about-sys .item .box .tit {display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 20; font-size: 20px; font-weight: bold; color: #fff;}


.about-field {width: 100%; height: auto; padding-top: 24px; overflow: hidden;}
.about-field .ul {width: calc(100% + 12px); height: auto; overflow: hidden; display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap;}
.about-field .item {width: 33.333%; height: auto; padding: 12px 12px 0 0; box-sizing: border-box;}
.about-field .item .box {width: auto; height: auto; background: #373a47; position: relative;}
.about-field .item .box .img {font-size: 0; opacity: .4;}
.about-field .item .box .img img {width: 100%;}
.about-field .item .box .con {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 20; font-size: 20px; font-weight: bold; color: #fff; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; align-items: center;}
.about-field .item .box .con .tit {font-size: 24px; font-weight: bold; min-height: 120px; padding-top: 60px; text-align: center;}
.about-field .item .box .con .tit span {display: block; font-size: 14px;}
.about-field .item .box .con .txt {font-size: 12px; padding: 0 20px; min-height: 210px; line-height: 30px; text-align: center;}

.about-books {display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap;}
.about-books .item {width: 33.333%; height: auto; padding: 25px 25px 0 0; box-sizing: border-box;}
.about-books .item .img {font-size: 0; max-width: 270px;}
.about-books .item .img img {width: 100%; box-shadow: 0 10px 20px rgba(0, 0, 0, .1);}
.about-books .item .txt {font-size: 24px; font-weight: bold; color: #353535; max-width: 270px; padding-top: 25px; text-align: center;}



.nproduct {background: #3f4255; padding: 80px 0 180px 0;}

.nproduct-title {width: auto; height: auto; font-size: 50px; font-weight: bold; color: #fff; background: url("../images/nproduct-title.png") no-repeat center / auto 50px; text-align: center;}
.nproduct-intro {width: 1099px; height: auto; margin: 0 auto;}
.nproduct-video {margin-top: 60px; border: 16px solid #3f414e; border-radius: 20px;}
.nproduct-video .box {width: auto; height: auto; border: 16px solid #3e3f45; border-radius: 10px;}
.nproduct-video video {width: 100%; height: 537px;}
.nproduct-group {padding-top: 180px;}
.nproduct-set {width: 1050px; height: auto; margin: 0 auto; padding-top: 90px;}
.nproduct-set .group {padding-top: 160px;}
.nproduct-set .group:first-child {padding-top: 0;}
.nproduct-slide {font-size: 0; box-shadow: 0 15px 35px rgba(23, 29, 44, .66); position: relative;}
.nproduct-slide .swiper-slide img {width: 100%;}
.nproduct-slide .swiper-pagination {font-size: 0; top: 100%; bottom: inherit; width: 100%; margin-top: 45px;}
.nproduct-slide .swiper-pagination .swiper-pagination-bullet {width: 24px; height: 24px; opacity: 1; background: #9c9c9c; margin: 0 25px;}
.nproduct-slide .swiper-pagination .swiper-pagination-bullet-active {background: #61fffd;}
.nproduct-set-foot {padding-top: 190px; width: 100%; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between;}
.nproduct-set-foot .con {flex: 1; font-size: 48px; color: #fff;}
.nproduct-set-foot .buy {padding-left: 60px;}
.nproduct-set-foot .buy a {width: 370px; height: 106px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; border: 1px solid #61fffd; border-radius: 30px; box-sizing: border-box; font-size: 52px; color: #fff;}

.nproduct-set-more {width: auto; height: auto; border: 1px solid #b5b5b5; border-radius: 30px; position: relative; margin-top: 40px;}
.nproduct-set-more .img {font-size: 0;}
.nproduct-set-more .img img {width: 100%; border-radius: 30px;}
.nproduct-set-more .tit {position: absolute; left: 20px; top: 30px; z-index: 20; font-size: 48px; color: #fff;}


.nproduct-only {width: 1050px; height: auto; margin: 0 auto; padding-top: 90px;}
.nproduct-only .head {font-size: 0; box-shadow: 0 15px 35px rgba(23, 29, 44, .66);}
.nproduct-only .head img {width: 100%;}
.nproduct-only .foot {padding-top: 100px; width: 100%; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between;}
.nproduct-only .foot .con {flex: 1; font-size: 48px; color: #fff;}
.nproduct-only .foot .buy {padding-left: 60px;}
.nproduct-only .foot .buy a {width: 370px; height: 106px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; border: 1px solid #61fffd; border-radius: 30px; box-sizing: border-box; font-size: 52px; color: #fff;}

.nproduct-twos {width: 1094px; height: auto; margin: 0 auto; padding-top: 90px;}
.nproduct-twos .head {font-size: 0; box-shadow: 0 15px 35px rgba(23, 29, 44, .66);}
.nproduct-twos .head img {width: 100%;}
.nproduct-twos .foot {padding-top: 100px; width: 100%; display: -webkit-flex; display: -ms-flex; display: flex;}
.nproduct-twos .foot .item {width: 50%; text-align: center;}
.nproduct-twos .foot .item .name {font-size: 48px; color: #fff;}
.nproduct-twos .foot .item .price {font-size: 48px; color: #fff;}
.nproduct-twos .foot .item .buy {padding-top: 30px;}
.nproduct-twos .foot .item .buy a {width: 370px; height: 106px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; border: 1px solid #61fffd; border-radius: 30px; box-sizing: border-box; font-size: 52px; color: #fff; margin: 0 auto;}



.ncontact-map {width: 100%; height: 535px;  background-repeat: no-repeat; background-position: center; background-size: cover;}
@media all and (max-width: 1200px) {
    .ncontact-map {height: 16.36rem;}
}

.ncontact {padding: 40px 0;}
.ncontact-group {padding: 40px 0;}
.ncontact-address {font-size: 26px; color: #3c3e49; line-height: 2; text-align: center; padding-top: 20px;}
.ncontact-note {font-size: 18px; color: #3c3e49; line-height: 2; text-align: center;}
.ncontact-main {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; padding-top: 60px;}
.ncontact-main .list {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; margin-right: 100px;}
.ncontact-main .list .item {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; margin-right: 40px;}
.ncontact-main .list .item .icon {font-size: 0; margin-right: 20px;}
.ncontact-main .list .item .icon img {height: 50px;}
.ncontact-main .list .item .text {font-size: 26px; color: #3c3e49;}
.ncontact-main .pubs {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.ncontact-main .pubs .item {margin-left: 100px;}
.ncontact-main .pubs .item:first-child {margin-left: 0;}
.ncontact-main .pubs .item a {display: block; width: 60px; height: 60px; position: relative;}
.ncontact-main .pubs .item a .icon {font-size: 0;}
.ncontact-main .pubs .item a .icon img {width: 60px; height: 60px;}
.ncontact-main .pubs .item a .code {width: 120px; height: 120px; position: absolute; left: 50%; margin-left: -60px; bottom: 100%; margin-bottom: 20px; background: #fff; border: 1px solid #ddd; box-sizing: border-box; display: none;}
.ncontact-main .pubs .item a:hover .code {display: block;}


.ncourse {width: 1200px; height: auto; margin: 0 auto; padding: 50px 0;}
.ncourse-group {width: auto; height: auto; padding: 50px 0;}
.ncourse-title {text-align: center; font-size: 44px; font-weight: bold; color: #31323b; background: url("../images/ncourse-title.png") no-repeat center / auto 40px;}
.ncourse-list {width: 100%; height: auto; display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 50px;}
.ncourse-list .item {width: 50%; height: auto; padding: 0 7px; box-sizing: border-box; padding-top: 14px;}
.ncourse-list .item:nth-child(odd) {padding-left: 0;}
.ncourse-list .item:nth-child(even) {padding-right: 0;}
.ncourse-list .item .img {font-size: 0;}
.ncourse-list .item .img img {width: 100%;}
.ncourse-list .item .con {background: #3f4255; width: 100%; height: 150px; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; padding: 0 30px;}
.ncourse-list .item .con .tit {font-size: 28px; font-weight: bold; color: #54fff9;}
.ncourse-list .item .con .txt {font-size: 18px; font-weight: bold; color: #ffffff; padding-top: 10px;}
.ncourse-code {padding-top: 50px; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center;}
.ncourse-code .img {font-size: 0; background: #3f4255; padding: 10px;}
.ncourse-code .img img {width: 270px;}


.ntopimg {font-size: 0; width: 100%;}
.ntopimg img {width: 100%;}


.nmessage {width: auto; height: auto; margin: 0 auto; max-width: 1440px; padding: 70px 30px 170px 30px;}
.nmessage .location {padding: 0 60px; font-size: 24px; color: #3c3e49;}
.nmessage .main {padding-top: 80px; font-size: 0;}
.nmessage .txtbox textarea {width: 100%; height: 420px; box-sizing: border-box; background: #eeeeee; border: 2px solid #898989; border-radius: 40px; padding: 40px 60px; font-size: 24px; color: #3c3e49;}
.nmessage .capbox {display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; padding-top: 40px;}
.nmessage .capbox input.inp {width: 300px; height: 60px; background: #eee; border: 2px solid #898989; font-size: 24px; color: #3c3e49; border-radius: 10px; box-sizing: border-box; padding: 0 20px;}
.nmessage .capbox span {display: block; width: 180px; height: 60px; background: #ccc; margin-left: 20px;border-radius: 10px;}
.nmessage .capbox span img {width: 180px; height: 60px;border-radius: 10px;}
.nmessage .btnbox {padding-top: 80px;}
.nmessage .btnbox input.btn {margin: 0 auto; display: block; font-size: 26px; color: #3c3e49; border-bottom: 2px solid #3c3e49; cursor: pointer;}



.pages {display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; align-items: center; font-size: 24px; padding: 75px 0;}
.pages a,
.pages b,
.pages span {color: #3c3e49; margin: 0 15px;}
.pages b {color: #ff0202;}

.nnews {max-width: 1440px; height: auto; margin: 0 auto; padding: 0 40px; padding-top: 80px;}
.nnews-video {width: 640px; height: auto; margin: 0 auto;}
.nnews-video video {width: 100%; height: 425px;}
.nnews-main {padding-top: 100px;}
.nnews-location {padding: 0 35px; font-size: 24px; color: #3c3e49;}
.nnews-list {padding-top: 30px;}
.nnews-list .item {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid #c4c6cd;}
.nnews-list .item .img {font-size: 0; margin-right: 70px;}
.nnews-list .item .img img {width: 310px;}
.nnews-list .item .con {flex: 1; min-width: 0;}
.nnews-list .item .con .date {font-size: 22px; color: #373737;}
.nnews-list .item .con .head {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: space-between;}
.nnews-list .item .con .head .name {font-size: 32px; font-weight: bold; color: #373737; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nnews-list .item .con .head .name a {color: #373737;}
.nnews-list .item .con .head .date {display: block; margin-left: 30px;}
.nnews-list .item .con .foot .date {display: none; padding-top: 10px;}
.nnews-list .item .con .foot .text {font-size: 22px; color: #373737; max-width: 710px; margin-top: 20px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}


.nnewscon {max-width: 1440px; height: auto; margin: 0 auto; padding: 80px 40px;}
.nnewscon-location {font-size: 24px; color: #3c3e49;}
.nnewscon-main {padding-top: 100px;}
.nnewscon-title {font-size: 38px; font-weight: bold; color: #1f1f1f;}
.nnewscon-note {font-size: 20px; color: #4e4e4e; padding-top: 10px;}
.nnewscon-content {padding: 90px 0; font-size: 18px; color: #3c3e49; line-height: 2;}

.conpage {display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; font-size: 20px; color: #999;}
.conpage a {color: #3c3e49; font-size: 24px;}

.conshare {width: 100%; height: auto; display: -webkit-flex; display: -ms-flex; display: flex; justify-content: flex-end; padding-top: 30px;}
.conshare .box {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.conshare .box .note {font-size: 20px; color: #999; margin-right: 10px;}
.conshare .box .list {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.conshare .box .list .item {margin-right: 20px;}
.conshare .box .list .item:last-child {margin-right: 0;}
.conshare .box .list .item a {display: block; position: relative;}
.conshare .box .list .item a .icon {font-size: 0;}
.conshare .box .list .item a .icon img {width: 50px; height: 50px;}


.nsport {max-width: 1200px; height: auto; margin: 0 auto; padding-top: 40px;}
.nsport-location {font-size: 24px; color: #3c3e49;}
.nsport-main {width: auto; height: auto;}
.nsport-group {padding: 80px 0;}
.nsport-list {padding-top: 30px; width: 100%; display: -webkit-flex; display: -ms-flex; display: flex; flex-wrap: wrap; justify-content: center;}
.nsport-list .item {width: 50%; height: auto; padding: 0 7px; box-sizing: border-box; padding-top: 14px;}
.nsport-list .item:nth-child(odd) {padding-left: 0;}
.nsport-list .item:nth-child(even) {padding-right: 0;}
.nsport-list .item .img {font-size: 0;}
.nsport-list .item .img a {display: block;}
.nsport-list .item .img img {width: 100%;}
.nsport-list .item .con {background: #3f4255; width: auto; height: 100px; padding: 30px; position: relative;}
.nsport-list .item .con .txt {font-size: 18px; color: #fff;}
.nsport-list .item .con .txt .ov {word-break: break-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.nsport-list .item .con .note {position: absolute; right: 30px; bottom: 20px; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.nsport-list .item .con .note .li {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; color: #fff; margin-right: 20px;}
.nsport-list .item .con .note .li:last-child {margin-right: 0;}
.nsport-list .item .con .note .li img {margin-right: 5px;}
.nsport-list .item .con .note .li span {font-size: 12px;}


.nsportcon {padding: 70px 0;}
.nsportcon-head {display: -webkit-flex; display: -ms-flex; display: flex; align-items: center;}
.nsportcon-head .portrait {font-size: 0; margin-right: 20px;}
.nsportcon-head .portrait img {width: 90px; height: 90px; border-radius: 50%;}
.nsportcon-head .name {font-size: 42px; font-weight: bold; color: #000;}
.nsportcon-video {padding-top: 20px;}
.nsportcon-video video {width: 915px; height: 608px;}
.nsportcon-content {padding-top: 90px; font-size: 30px; color: #222222; line-height: 2;}

