@charset "utf-8";
@import url('reset.min.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

.transition, .transition * {
    transition: all .5s;
}

:root {
    --common-color: #daba6e;
    --swiper-theme-color: var(--common-color) !important;
}

a {
    text-decoration: none !important;
}

html {
    max-width: 640px;
    margin: 0 auto;
}

body {
    padding-bottom: 1.22rem;
    font-size: 14px;
}

.introduction table {
    width: 100% !important;
    border-collapse: collapse
}

.introduction table, .introduction table tr, .introduction table td {
    border: 1px solid #666
}

.introduction table td {
    width: auto !important
}

.textCenter {
    text-align: center
}

.textRight {
    text-align: right
}

.w100 {
    width: 100%;
}

.tvs {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ib {
    display: inline-block
}

.pz {
    position: relative;
    z-index: 0
}

.pa {
    position: absolute;
    z-index: 999
}

.pf {
    position: fixed;
    z-index: 99
}


.bz {
    box-sizing: border-box
}

.b, .fb {
    font-weight: bold
}

.fl {
    float: left;
}

.tes {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mauto {
    margin: 0 auto;
}

.i {
    font-style: italic
}

.hidden {
    display: none !important
}

.cb {
    clear: both
}

.od {
    overflow: hidden;
    display: block
}

.mauto {
    margin: 0 auto
}

.ts {
    text-transform: uppercase
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flexJc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.flexRight {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.flexJb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flexAc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.flexCenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.flexWrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

img {
    max-width: 100%;
}

.ov {
    overflow: hidden;
}

.fl {
    float: left;
}

.db {
    display: block;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

@keyframes shadowShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.shadow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
    top: 0;
    left: 0;
    display: none;
}

.shadow.active {
    display: block;
    animation: shadowShow .5s 1;
}


/*app style begin*/
.all.active {
    height: 100vh;
    overflow: hidden;
}

/*header*/
.hb {
    width: 100%;
}

header {
    width: 100%;
    padding: .26rem .19rem .2rem .45rem;
    background-color: #fff;
    box-shadow: 0 .1rem .1rem #666;
}

header .l {
    flex-shrink: 0;
    flex-grow: 0;
}

header .logo {
}

header .logo img {
    height: .78rem;
}

header article {
    margin-left: .16rem;
}

header .name {
    font-size: .3rem;
    color: #3d3d3d;
}

header .enname {
    font-size: .18rem;
    color: #3d3d3d;
}

header .nav {
    width: .44rem;
    height: .44rem;
    border: 0;
    background: url(../images/icon/nav.png) no-repeat;
    background-size: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
}

.leftNav {
    width: 50%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 999 !important;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .6s;
}

.leftNav.hide {
    transform: translateX(-100%);
}

.leftNav.active {
    transform: translateX(0);
}

.leftNav li {
    width: 100%;
    min-height: .6rem;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 .1rem;
    font-size: .24rem;
    color: #383838;
}

.leftNav .angle {
    width: .2rem;
    height: .6rem;
}

.leftNav .angle i {
    font-size: .3rem;
}

.leftNav .angle.active i {
    transform: rotate(90deg);
}

.leftNav li.son {
    overflow: hidden;
    padding: .1rem .2rem;
}

/*
.fade-enter, .fade-leave-to {
    max-height: 0;
}

.fade-enter-active, .fade-leave-active {
    transition: max-height 0.7s;
}

.fade-enter-to, .fade-leave {
    max-height: 150px;
}*/


.headerNavs {
    width: 100%;
    padding: .27rem .15rem .15rem .15rem;
}

.headerNavs a {
    width: calc( (100% - .17rem * 3) / 4 );
    height: .5rem;
    margin: 0 .17rem .1rem 0;
    background-color: var(--common-color);
    font-size: .24rem;
    color: #fff;
}

.headerNavs a:nth-child(4n) {
    margin-right: 0;
}

.headerNavs a:hover, .headerNavs a.active {
    background-color: #b8041e;
}

.headerNavs a .img {
    height: .38rem;
    margin-top: .05rem;
}

.headerNavs a .img img {
    height: .38rem;
}

.headerNavs a .title {
    line-height: .35rem;
    font-size: .2rem;
    color: #fff;
}

.mySwiperWrap {
}

.mySwiper .swiper-button-prev {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mySwiper .swiper-button-next {
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after {
    font-size: .3rem !important;
    color: #fff !important;
}

/*footer*/
footer {
}


footer .copyright {
    width: 100%;
    background-color: var(--common-color);
    padding: .1rem 0;
    line-height: 160%;
    font-size: .18rem;
    color: #1e1e1e;
}

.fixedBar {
    width: 100%;
    height: 1.22rem;
    background: #282828;
    z-index: 90 !important;
    bottom: 0;
    left: 0;
}

.fixedBar a {
    position: relative;
    width: 25%;
    color: #fff;
    padding-top: .67rem;
    background-repeat: no-repeat;
    line-height: .4rem;
    font-size: .22rem;
    color: #fff;
    background-position: center .3rem;
}

.fixedBar a:nth-child(1) {
    background-image: url(../images/icon/footerHome.png);
    background-size: .31rem .29rem;
}

.fixedBar a:nth-child(2) {
    background-image: url(../images/icon/footerIntro.png);
    background-size: .3rem;
}

.fixedBar a:nth-child(3) {
    background-image: url(../images/icon/footerPhone.png);
    background-size: .42rem .3rem;
}

.fixedBar a:nth-child(4) {
    background-image: url(../images/icon/footerNews.png);
    background-size: .42rem .31rem;
}

.fixedBar a::after {
    content: '';
    width: 1px;
    height: .85rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixedBar a:last-child::after {
    display: none;
}


.fixedBar a:hover {
    color: #fff;
}

/*other*/
.banner {
    width: 100%;
    text-align: center
}

.banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*sidebar*/
.sidebar {
    padding: 0 .1rem;
    margin-top: .43rem;
}

.sidebar li {
    margin-bottom: .19rem;
    margin-right: .18rem;
}

.sidebar li a {
    line-height: .43rem;
    font-size: .2rem;
    color: #000;
    padding: 0 .2rem;
    border: 1px solid #aaa;
}

.sidebar li a:hover, .sidebar li a.active {
    background-color: var(--common-color);
    border-color: var(--common-color);
    color: #fff;
}

/*
.sidebar li a.active::after {
    content: '';
    display: block;
    width: .14rem;
    height: .05rem;
    background: url(../images/icon/arrowDown.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .43rem;
    left: 50%;
    transform: translateX(-50%);
}*/

main {
    min-height: 10vh;
}

/*main content*/
.position {
    margin: 0 .1rem .26rem .37rem;
    height: .51rem;
    padding: 0 .07rem 0 .28rem;
    font-size: .2rem;
    background: url(../images/icon/position.jpg) no-repeat 0 center;
    background-size: auto .51rem;
}

.position .title {
    font-size: .22rem;
    color: #900a07;
}

.position .entitle {
    font-size: .16rem;
    color: #ccc;
    margin-left: .19rem;
}

.mainContent {
    margin-top: .35rem;
}

.typename {
    line-height: .77rem;
    font-size: .42rem;
    color: #000;
}

.typename::after {
    content: '';
    display: block;
    width: .59rem;
    height: .03rem;
    background-color: #bcbcbc;
}

.introduction {
    width: 100%;
    padding: .2rem .1rem;
    text-align: justify;
    line-height: 180%;
    font-size: .2rem;
    color: #3a3a3a
}

.introduction *, .introduction div, .introduction p {
    font-size: .2rem;
    color: #3a3a3a
}

.introduction iframe {
    width: 100% !important;
    height: 3.5rem !important
}

.introduction img {
    max-width: 100% !important;
    height: auto !important
}

.listDes {
    line-height: 170%;
    padding: .45rem 0;
    font-size: .4rem;
    color: #575759;
}

.imageDetail {
    margin-top: .36rem;
}

.imageDetail img {
    border: 1px solid #f7f1e8;
}

.articleTitle {
    margin: .3rem;
    line-height: 150%;
    font-size: .2rem;
    color: #000;
}

.articleTime {
    width: 100%;
    margin-bottom: .15rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .25rem;
    text-align: center;
    line-height: 150%;
    font-size: .2rem;
    color: #3a3a3a
}

.articleContent {
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 180%;
    color: #3a3a3a;
    font-size: 0.2rem !important;
    font-family: "Microsoft YaHei" !important
}

.articleContent img {
    max-width: 100% !important;
    height: auto !important
}

.articlePages {
    padding: .4rem;
}

.news .articlePages {
    padding: .3rem 0;
}

.news .introduction {
    padding: .2rem 0;
}

/*新闻列表*/
.newslist {
    margin: 0 .1rem;
}

.newslist li {
    width: calc( (100% - .6rem) / 2 );
    margin-right: .6rem;
    margin-bottom: .2rem;
}

.newslist li:nth-child(even) {
    margin-right: 0;
}

.newslist li .md {
    line-height: .5rem;
    font-size: .24rem;
    color: #666;
}

.newslist li .y {
    line-height: .5rem;
    font-size: 14px;
    color: #666;
}

.newslist li img {
    width: 100%;
}

.newslist li a .title {
    margin-top: .1rem;
    font-size: .18rem;
    color: #daba6e;
    font-weight: bold;
}

.newslist li a .time {
    padding-left: .27rem;
    z-index: 1;
    font-size: .18rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: 2rem;
    color: #666;
}

.news {
    padding: 0 .2rem;
    margin-top: .37rem;
}

.news .title {
    line-height: 180%;
    font-size: .22rem;
    margin-top: .15rem;
    color: var(--common-color);
}

.news .time {
    line-height: .42rem;
    font-size: .18rem;
    color: #636666;
}

.news img {
    max-width: 50%;
    margin-top: .4rem;
}

/*问答列表*/
ul.faqlist li {
    width: 100%;
}

ul.faqlist li a {
    width: 100%;
    height: 1.05rem;
    background: #fff;
    margin-bottom: .18rem;
    padding: 0 .22rem;
}

ul.faqlist li a p {
    font-size: .33rem;
    color: #000;
}

ul.faqlist li a i {
    font-size: .3rem;
    color: #246359;
}

ul.faqlist li a:hover {
    background-color: #246359;
}

ul.faqlist li a:hover p, ul.faqlist li a:hover i {
    color: #fff;
}

/*在线留言*/
.guestbook {
    margin-top: .22rem;
    padding: 0 .36rem .4rem .36rem;
}

.guestbook li {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0.22rem;
}

.guestbook .title {
    width: 2.35rem;
    height: .6rem;
    font-size: .3rem;
    color: #696969;
    padding-right: .2rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.guestbook .wbk {
    width: 100%;
    height: .6rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: .04rem;
    padding: 0 .1rem;
    font-size: .22rem;
}

.guestbook .wbk2 {
    width: 1.74rem;
    height: 0.8rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    line-height: 0.8rem;
    text-indent: 5px;
    font-size: 0.32rem
}

.guestbook .wby {
    width: 100%;
    height: 1.47rem;
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: .04rem;
    line-height: 160%;
    padding: 0 .1rem;
    font-size: 0.22rem;
}

.guestbook .wbk:focus, .guestbook .wbk2:focus, .guestbook .wby:focus {
    border-color: var(--common-color)
}

.guestbook button {
    width: 2rem;
    background: var(--common-color);
    border: 0;
    height: .6rem;
    font-size: .32rem;
    font-weight: bold;
    color: #fbfaf9;
    border-radius: .08rem;
    margin-left: 2rem;
}

#vercodeimg {
    width: .8rem;
    height: .35rem;
    margin: 0 0 0 .15rem
}

/*特色教育*/
.edulist {
    margin: .23rem .5rem;
}

.edulist li {
    margin-bottom: .42rem;
}

.edulist li:last-child {
    margin-bottom: 0;
}

.edulist li article {
    padding: .4rem .39rem .2rem .39rem;
    background-color: #c57a29;
}

.edulist li:nth-child(3n+2) article {
    background-color: #b02221;
}

.edulist li:nth-child(3n) article {
    background-color: #e19b2b;
}

.edulist li article .title {
    border-left: .02rem solid #fff;
    padding-left: .22rem;
}

.edulist li article .title h2 {
    font-size: .38rem;
    color: #fff;
    line-height: .6rem;
}

.edulist li article .title h3 {
    font-size: .38rem;
    color: #fff;
    line-height: .4rem;
}

.edulist li article p {
    line-height: 180%;
    font-size: .3rem;
    color: #fff;
    margin: .15rem 0 .3rem 0;
}

.edulist li article img {
    width: 100%;
}

/*图片列表*/
.picslist {
    width: 100%;
    padding: .3rem .13rem;
}

.picslist li {
    width: calc((100% - .16rem) / 2);
    margin-right: .16rem;
    margin-bottom: .34rem;
}

.picslist li:nth-child(2n) {
    margin-right: 0;
}

.picslist li a {
    display: block;
    border: 1px solid #d4d3d3;
}

.picslist li a .img {
    width: 100%;
    
}

.picslist li a .img img {
    width: 100%;
}

.picslist li a .title {
    line-height: .38rem;
    font-size: .2rem;
    color: #333;
    width: 100%;
    padding: 0 .1rem;
}

/*图片列表2*/
.picslist2 {
    width: 100%;
    padding: 0 .19rem .4rem .19rem;
}

.picslist2 li {
    width: calc((100% - .3rem) /3);
    margin-right: .15rem;
    margin-bottom: .15rem;
}

.picslist2 li:nth-child(3n) {
    margin-right: 0;
}

.picslist2 li a {}

.picslist2 li a img {
    width: 100%;
}

.picslist2 li a .title {
    margin: .15rem 0;
    line-height: .35rem;
    font-size: .2rem;
    color: #000;
    width: 100%;
}

/*pages*/
.pages {
    text-align: center;
    margin-top: .3rem;
}

.pages li {
    display: inline;
}

.pages li.active a {
    background-color: red;
}

.pages a {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    background: #f10011;
    border: 1px solid #fff;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span {
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 0.16rem;
    color: #fff
}

.pages span.disabled {
    background: #f10011;
    color: #fff
}

.pages span.current {
    background: var(--common-color);
    color: #fff
}

.sontype {
    width: 100%;
    padding: .35rem .2rem 0 .2rem;
}

.sontype a {
    line-height: .43rem;
    border: 1px solid var(--common-color);
    font-size: .2rem;
    color: var(--common-color);
    margin-right: .1rem;
    padding: 0 .2rem;
    margin-bottom: .1rem;
}

.sontype a:nth-child(4n) {
    margin-right: 0;
}

.sontype a:hover, .sontype a.active {
    background-color: var(--common-color);
    color: #fff;
}


/*about*/
.about {
    margin-top: 50px;
}

.about .at .pic {
    margin-top: 9px;
}

.about .at .intro {
    width: 474px;
    line-height: 38px;
    font-size: 18px;
}

.about .ab {
    margin-top: 44px;
}

.groupMembers {
    margin: 38px 0
}

.groupMembers h2.title {
    line-height: 48px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    font-size: 28px;
}

.groupMembers ul {
    margin-top: 24px;
}

.groupMembers li {
    width: 50%;
    height: 60px;
}

.groupMembers li:nth-child(even) {
    justify-content: flex-end;
}

.groupMembers li a {
    font-size: 18px;
}

.groupMembers li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
}

/*产品列表*/
.productslist {
    margin-top: .38rem;
}

.productslist li {
    width: 31%;
    margin-right: 3.5%;
}

.productslist li:nth-child(3n) {
    margin-right: 0;
}

.productslist li .img, .productslist li img {
    width: 100%;
    border: 1px solid #e1e1e1;
}


.productslist li p {
    line-height: .53rem;
    font-size: .33rem;
    color: #3b3833;
    margin: .15rem 0;
}

.productslist li a:hover p {
    color: #0168b7;
}

/*index*/
.wrap {
    padding: 0 .5rem;
}

.indexTitle {
    width: 100%;
    height: .48rem;
    background: url(../images/icon/indexArrowRight.png) no-repeat 1px center;
    background-size: .14rem;
}

.indexTitle article {
    flex: 1;
    border-bottom: 1px solid #b8b8b8;
    margin-left: .37rem;
}

.indexTitle h2 {
    font-size: .24rem;
    color: #dd0000;
    border-bottom: .03rem solid var(--common-color);
}

.indexTitle h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .18rem;
    color: #afb2b3;
}

.indexTitle a {
    top: 0;
    right: .1rem;
    line-height: .46rem;
    font-size: .18rem;
    color: var(--common-color);
}

.indexTabs {
    width: 100%;
    height: .42rem;
    border-bottom: 1px solid #b8b8b8;
}

.indexTabs li {
    padding: 0 .08rem;
    line-height: .4rem;
    border-bottom: .03rem solid transparent;
}

.indexTabs li.active {
    border-bottom: .03rem solid #07b2c6;
    font-weight: bold;
    color: var(--common-color);
}

.indexTabs a {
    top: 0;
    right: .1rem;
    line-height: .46rem;
    font-size: .18rem;
    color: #000; 
}

.indexIntro {
    margin: .4rem .2rem 0 .2rem;
    
}

.indexIntro .title {
    border-bottom: 1px solid #c9b9bf;
}

.indexIntro .title h2 {
    line-height: .45rem;
    font-size: .25rem;
    color: var(--common-color);
}

.indexIntro .title p {
    line-height: .28rem;
    color: var(--common-color);
}

.indexIntro .title::after {
    content: '';
    display: block;
    width: 2.64rem;
    height: .07rem;
    background-color: var(--common-color);
    margin-top: .17rem;
}

.indexIntro .c {
    line-height: 160%;
    font-size: .18rem;
    color: #262626;
}

.indexIntro .c .img {
    padding: .17rem 0 0 .15rem;
    margin-right: .24rem;
}

.indexIntro .c .img::after {
    content: '';
    display: block;
    width: 2.24rem;
    height: 2.01rem;
    background-color: var(--common-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.indexIntro .c img {
    width: 2.66rem;
}


.honorSwiperWrap {
    padding: 0 .26rem;
}

.honorSwiperWrap .swiper, .honorSwiperWrap .swiper-wrapper {
    position: static;
}

.honorSwiperWrap .swiper .swiper-button-next, .honorSwiperWrap .swiper .swiper-button-prev {
	width: .08rem;
	height: .15rem;
    margin-top: -.07rem;
}

.honorSwiperWrap .swiper .swiper-button-prev {
    left: 0;
}

.honorSwiperWrap .swiper .swiper-button-next {
    right: 0;
}

.honorSwiperWrap .swiper .swiper-button-next::after, .honorSwiperWrap .swiper .swiper-button-prev::after {
	content: '';
	width: .08rem;
	height: .15rem;
	background: url(../images/icon/vprev.png) no-repeat;
    background-size: .08rem .15rem;
}

.honorSwiperWrap .swiper .swiper-button-next {
	transform: rotate(180deg);
}

.indexNews, .indexTeam {
    margin-top: .36rem;
    padding: 0 .15rem;
}

.indexNews ul {
    margin-top: .36rem;
}

.indexNews li {
    padding-bottom: .29rem;
    border-bottom: 1px dashed #b1b2b2;
    margin-bottom: .27rem;
}


.indexNews li .img, .indexNews li img {
    width: 2.46rem;
}

.indexNews li .img {
    margin-top: .06rem;
}

.indexNews li article {
    width: 3.47rem;
}

.indexNews li article .title {
    line-height: .32rem;
    font-size: .2rem;
    color: #24428a;
}

.indexNews li article p {
    line-height: .3rem;
    font-size: .18rem;
    color: #2f2e2c;
    text-indent: 2em;
}

.indexNews li article .as {
    margin-top: .13rem;
}

.indexNews li article .as p {
    display: inline-block;
    padding: 0 .17rem;
    line-height: .32rem;
    border-radius: .08rem;
    text-indent: 0;
}

.indexNews li article .as p {
    font-size: .18rem;
    color: #fff;
}

.indexNews li article .as p:first-child {
    background-color: #3f3f3f;
}

.indexNews li article .as p:last-child {
    background-color: var(--common-color);
    margin-left: .13rem;
}

.indexTeam .teamlist {
    padding: .2rem 0;
}

.indexList {
    padding: 0 .15rem;
}

.indexList article {
    width: 1.4rem;
    background-color: var(--common-color);
    height: 1.83rem;
}

.indexList article h2 {
    line-height: .31rem;
    font-size: .22rem;
    color: #fff;
}

.indexList article hr {
    width: .28rem;
    height: 1px;
    background-color: #fff;
    border: 0;
    margin-top: .13rem;
    margin-bottom: .32rem;
}

.indexList article .img, .indexList article img {
    height: .68rem;
}

.indexList ul {
    margin-left: .22rem;
    flex: 1;
}

.indexList li {
    width: 100%;
}

.indexList li a {
    width: 100%;
    height: .35rem;
}

.indexList li a::before {
    content: '';
    display: block;
    width: .15rem;
    height: .15rem;
    background-color: #918a8a;
    margin-right: .22rem;
}



.picsSwiperWrap {
    margin: .2rem .06rem;
}

.picsSwiperWrap .swiper, .picsSwiperWrap .swiper-wrapper {
    position: static;
}

.picsSwiperWrap .swiper img {
    width: 100%;
}

.picsSwiperWrap .swiper .swiper-button-next, .picsSwiperWrap .swiper .swiper-button-prev {
	width: .08rem;
	height: .15rem;
    margin-top: -.07rem;
}

.picsSwiperWrap .swiper .swiper-button-prev {
    left: .1rem;
}

.picsSwiperWrap .swiper .swiper-button-next {
    right: .1rem;
}

.picsSwiperWrap .swiper .swiper-button-next::after, .picsSwiperWrap .swiper .swiper-button-prev::after {
	content: '';
	width: .08rem;
	height: .15rem;
	background: url(../images/icon/vprev.png) no-repeat;
    background-size: .08rem .15rem;
}

.picsSwiperWrap .swiper .swiper-button-next {
	transform: rotate(180deg);
}

.indexCourse {
    overflow: hidden;
    margin-top: .3rem;
}

.indexCourse .picslist {
    position: relative;
    z-index: 999;
    margin-top: -.5rem;
}

.imore {
    line-height: .25rem;
    padding: 0 .33rem;
    border: 2px solid #000;
    border-radius: .125rem;
}

.indexContact {
    margin-top: .4rem;
}

@media (min-width: 640px) {
    footer {
        max-width: 640px;
        margin: 0 auto;
    }

    .fixedBar {
        max-width: 640px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #cbcbcb !important;
}


/*图片文字列表*/
.picstextlist {
    width: 100%;
    background-color: #fff;
    padding: .45rem;
}

.picstextlist li {
    padding-bottom: .34rem;
    margin-bottom: .27rem;
    border-bottom: 2px solid #cbcbcb;
}

.picstextlist a {}


.picstextlist .img {
    width: 2.96rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.picstextlist img {
    width: 100%;
}

.picstextlist article {
    margin-left: .54rem;
}

.picstextlist .title {
    height: .6rem;
    line-height: .6rem;
    font-size: .36rem;
    color: #060606;
}

.picstextlist .time {
    line-height: .6rem;
    font-size: .35rem;
    color: #636666;
}

.picstextlist .des {
    line-height: 150%;
    font-size: .32rem;
    color: #737373;
}

.picstextlist .more {
    margin-top: 20px;
    width: 150px;
    height: 40px;
    border: 1px solid #d4d4d4;
    font-size: var(--common-font-color);
    color: #212121;
}

.picstextlist a:hover .more {
    background-color: var(--common-background-hover-color);
    border-color: var(--common-background-hover-color);
    color: #fff;
}

.picstextlist .ly:hover {
    background: #1279ba
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b8041e;
}

/*contact*/
.contact-us {
    margin: .15rem 0;
    background-color: #f5f5f5;
    padding: .25rem;
}

.contact-us .l {
    width: 1.6rem;
}

.contact-us .l img {
    width: 100%;
}

.contact-us article {
    margin-left: .2rem;
}

.contact-us article h2 {
    line-height: 180%;
    font-size: .25rem;
    color: #201e1f;
}

.contact-us article h4 {
    line-height: 180%;
    font-size: 14px;
    color: #201e1f;
}

.contact-us article li {
    line-height: 180%;
    font-size: .2rem;
    color: #201e1f;
}

main {
    min-height: 35vh;
}


/*团队列表*/
.teamlist {
	padding: .2rem .1rem;
}

.teamlist li {
	width: calc((100% - .16rem * 2) / 3);
	margin: 0 .16rem .1rem 0;
}

.teamlist li:nth-child(3n) {
	margin-right: 0;
}

.teamlist li a {}

.teamlist li .img, .teamlist li img {
	width: 100%;
}

.teamlist li article {
	padding: .1rem;
	line-height: 140%;
	font-size: .18rem;
	color: #090000;
    bottom: 0;
    left: 0;
    width: 100%;
}

.teamDetail {
    padding: .3rem;
}

.teamDetail .img, .teamDetail .img img {
	width: 1.8rem;
}

.teamDetail .img article {
	padding: .1rem;
	line-height: 160%;
	font-size: .18rem;
	color: #fff;
	background-color: rgba(48,151,239,.7);
}

.teamDetail .article {
	flex: 1;
	margin-left: .26rem;
}

.teamDetail .article .name {
	line-height: 180%;
	font-size: .26rem;
	color: #24428a;
	padding-bottom: .15rem;
	border-bottom: 2px dashed #ccc;
}

.teamDetail .article .des {
	margin-top: .1rem;
	padding-bottom: .1rem;
	border-bottom: 1px dashed #ccc;
}

.teamDetail .article .des li {
	line-height: .33rem;
	font-size: .18rem;
	color: var(--common-color);
}

.teamDetail .article .intro {
	padding: .16rem .02rem;
	line-height: 180%;
	font-size: .18rem;
	color: #2d2d2d;
}

.teamDetail .article .intro h2 {
	line-height: 160%;
	font-size: .18rem;
	color: #009dc0;
	margin-bottom: .15rem;
}


/*video*/
.videoSwiperWrap {
    margin: .35rem;
	background-color: #f7f7f7;
	border: 2px solid #e5e5e5;
	padding: .3rem;
}

.videoSwiperWrap .videoSwiper, .videoSwiperWrap .videoSwiper .swiper-wrapper {
	position: static;
}

.videoSwiperWrap .videoSwiper {
	width: 100%;
}

.videoSwiperWrap .videoSwiper .swiper-slide .v {
	width: .64rem;
	height: .64rem;
	background: url(../images/icon/v.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background-size: .64rem;
}

.videoSwiperWrap .videoSwiper .swiper-button-next, .videoSwiperWrap .videoSwiper .swiper-button-prev {
	width: .14rem;
	height: .45rem;
}

.videoSwiperWrap .videoSwiper .swiper-button-prev {
    left: .06rem;
}

.videoSwiperWrap .videoSwiper .swiper-button-next {
    right: .06rem;
}

.videoSwiperWrap .videoSwiper .swiper-button-next::after, .videoSwiperWrap .videoSwiper .swiper-button-prev::after {
	content: '';
	width: .14rem;
	height: .45rem;
	background: url(../images/icon/vprev.png) no-repeat;
    background-size: .14rem;
}

.videoSwiperWrap .videoSwiper .swiper-button-next {
	transform: rotate(180deg);
}

.videoMask {
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
}

.videoLayer {
	z-index: 99999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 90%;
}

.videoLayer .close {
	font-size: 25px;
	padding: 10px 20px;
	color: #fff;
}