@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

[v-cloak]{display: none}
*:focus {outline: none;}
html {
    -webkit-text-size-adjust: none;
    font-family: PingFang SC, '微软雅黑', Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    font-size: -webkit-calc(100vw / 7.80);
    font-size: calc(100vw / 7.80);
}
img {border: 0 none; max-width: 100%;}
ul, li {
    display: block;
    list-style: none;
}
input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    resize: none;
    background: none;
    border: 0 none;
}
a {text-decoration: none; cursor: pointer;}
html, body {
    background: #ffffff;
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix {zoom: 1;}
.clearbox {clear: both; font-size: 0; line-height: 0;}

body {font-size: .1rem;}




.outPadding {padding: 0 30px;}
@media all and (max-width: 1000px) {
    .outPadding {padding: 0 20px;}
}
@media all and (max-width: 320px) {
    .outPadding {padding: 0 15px;}
}


.header {position: fixed; left: 0; top: 0; width: 100%; background: #9F020B; z-index: 999; box-shadow: 0 2px 4px rgba(0, 0, 0, .2);}
.header .center {max-width: 1200px; margin: 0 auto;}

.topbar {position: relative;}
.topbar:after {content: ''; display: block; width: 100%; height: 1px; background: #ffffff; opacity: .3; position: absolute; left: 0; bottom: 0;}
.topbar .center {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; height: 125px;}
.topbar .logo {display: -ms-flex; display: flex; align-items: center;}
.topbar .logo .img {font-size: 0; margin-right: 20px;}
.topbar .logo .img a {display: block;}
.topbar .logo .img img {max-width: 334px; max-height: 60px;}
.topbar .logo .txt {font-size: 24px; font-weight: bold; color: #fff;}
.topbar .r {display: -ms-flex; display: flex; align-items: center;}
.topbar .search {font-size: 0;}
.topbar .search .flex {display: -ms-flex; display: flex; align-items: center;}
.topbar .search .inpbox {width: 290px;}
.topbar .search .inpbox input.inp {display: block; width: 100%; height: 36px; background: none; border: 1px solid #fff; border-right: 0 none; border-radius: 5px 0 0 5px; font-size: 14px; color: #fff; padding: 0 13px; box-sizing: border-box;}
.topbar .search .inpbox input.inp::placeholder {color: #fff;}
.topbar .search .btnbox input.btn {display: block; width: 110px; height: 36px; border: 0 none; background: #fff; border-radius: 0 5px 5px 0; font-size: 18px; color: #800000; cursor: pointer;}

.topbar .search-btn {display: none;}
.topbar .search-btn a {display: block; width: 36px; height: 36px; border-radius: 5px; background: url("../images/header-search-white.png") no-repeat center / 20px 20px;}
.topbar .search-btn a.on {background-image: url("../images/header-search-close.png");}

.topbar .menu-btn {display: none; padding-left: 30px;}
.topbar .menu-btn a {display: block; width: 20px; height: 20px; position: relative;}
.topbar .menu-btn a span,
.topbar .menu-btn a:before,
.topbar .menu-btn a:after {content: ''; display: block; width: 18px; height: 2px; background: #fff; position: absolute; left: 50%; margin-left: -9px; border-radius: 2px;}
.topbar .menu-btn a span {top: 50%; margin-top: -1px;}
.topbar .menu-btn a:before {top: 2px;}
.topbar .menu-btn a:after {bottom: 2px;}



.navbar .center {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; height: 86px;}
.navbar .l {display: -ms-flex; display: flex; align-items: center; -ms-flex: 1; flex: 1; min-width: 0;}
.navbar .menu {display: -ms-flex; display: flex; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 36px; overflow: hidden;}
.navbar .menu .item {font-size: 18px; line-height: 36px; color: #fff; margin-right: 40px; position: relative;}
.navbar .menu .item:last-child {margin-right: 20px;}
.navbar .menu .item a {color: #fff; display: block;}
.navbar .menu .item a.on:after {content: ''; display: block; width: 20px; height: 1px; background: #fff; position: absolute; left: 50%; margin-left: -10px; bottom: 0;}
.navbar .more {width: 16px; height: 16px; position: relative;}
.navbar .more .btn a {display: block; width: 16px; height: 16px; background: url("../images/nav-more-icon.png") no-repeat center / 16px 16px;}
.navbar .more .txt {width: 120px; height: auto; position: absolute; left: 50%; margin-left: -60px; top: 100%; padding-top: 15px;}
.navbar .more .txt .box {position: relative; padding-top: 5px;}
.navbar .more .txt .box:before {content: ''; display: block; width: 10px; height: 10px; background: #fff; -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 0; left: 50%; margin-left: -5px;}
.navbar .more .txt .list {background: #fff; height: auto; border-radius: 5px; box-shadow: 0 3px 6px rgba(0, 0, 0, .1); padding: 5px 10px; box-sizing: border-box; text-align: center;}
.navbar .more .txt .list .item {border-bottom: 1px solid #eee; padding: 10px 0; line-height: 20px; font-size: 15px; color: #666666; position: relative;}
.navbar .more .txt .list .item:last-child {border-bottom: 0 none;}
.navbar .more .txt .list .item a {color: #666666; display: block;}
.navbar .more .txt .list .item a.on {color: #9F020B; font-weight: bold;}
.navbar .more .txt .list .item a.on:after {content: ''; display: block; width: 16px; height: 2px; background: #9F020B; border-radius: 1px; position: absolute; left: 50%; margin-left: -8px; bottom: -1px;}
.navbar .more .txt {visibility: hidden;}
.navbar .more .txt .box {opacity: 0; -ms-transform: translateY(10px); transform: translateY(10px); transition: opacity .2s, transform .2s;}
.navbar .more:hover .txt {visibility: visible;}
.navbar .more:hover .txt .box {opacity: 1; -ms-transform: translateY(0); transform: translateY(0);}

.navbar .login a {display: block; position: relative; padding-left: 30px; font-size: 18px; color: #fff;}
.navbar .login a:before {content: ''; display: block; width: 22px; height: 22px; background: url("../images/nav-login-icon.png") no-repeat center / 100% 100%; position: absolute; left: 0; top: 50%; margin-top: -11px;}
/*无登录框*/
.navbar.nologin .menu{justify-content: space-between;flex-grow: 1;}
.navbar.nologin .menu .item { margin-right: 0; padding:0 20px;}
.navbar.nologin .menu .item:last-child {margin-right: 0;}
.navbar.nologin .more .txt{margin-left: -100px;}
.navbar.nologin .more .txt .box:before{left:100px;}

.menu-fixed {width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999;}
.menu-fixed .mask {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .6);}
.menu-fixed .wrap {width: 100%; height: 100%; display: -ms-flex; display: flex; justify-content: flex-end;}
.menu-fixed .main {width: 60%; min-width: 240px; height: 100%; position: relative; z-index: 20; background: #fff;}
.menu-fixed {display: none;}
.menu-fixed .mask {opacity: 0; transition: opacity .3s;}
.menu-fixed .main {opacity: 0; -ms-transform: translateX(50px); transform: translateX(50px); transition: opacity .3s, transform .3s;}
.menu-fixed .main .head {display: -ms-flex; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; height: 80px; padding: 0 20px;}
.menu-fixed .main .head .login a {display: block; font-size: 16px; color: #333; position: relative; padding-left: 30px;}
.menu-fixed .main .head .login a:before {content: ''; display: block; width: 20px; height: 20px; background: url("../images/menu-fixed-login.png") no-repeat center / 100% 100%; position: absolute; left: 0; top: 50%; margin-top: -10px;}

.menu-fixed .main .head .close a {display: block; width: 20px; height: 20px; position: relative;}
.menu-fixed .main .head .close a:before,
.menu-fixed .main .head .close a:after {content: ''; display: block; width: 20px; height: 2px; background: #999; position: absolute; left: 50%; margin-left: -10px; top: 50%; margin-top: -1px; border-radius: 2px;}
.menu-fixed .main .head .close a:before {-ms-transform: rotate(45deg); transform: rotate(45deg);}
.menu-fixed .main .head .close a:after {-ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.menu-fixed .main .foot {width: auto; height: calc(100% - 80px); box-sizing: border-box;}
.menu-fixed .main .foot .scroll {height: 100%; overflow: auto;}
.menu-fixed .main .foot .padding {padding: 15px 20px;}
.menu-fixed .main .foot .item {padding: 5px 0;}
.menu-fixed .main .foot .item a {display: -ms-flex; display: flex; align-items: center; width: auto; min-height: 40px; font-size: 16px; line-height: 20px; color: #999; box-sizing: border-box; border: 1px solid #ccc; border-radius: 5px; padding: 10px 25px 10px 15px; position: relative;}
.menu-fixed .main .foot .item a:after {content: ''; display: block; width: 8px; height: 14px; position: absolute; right: 10px; top: 50%; margin-top: -7px; background: url("../images/menu-fixed-list.png") no-repeat left / 200% 100%; opacity: .5;}
.menu-fixed .main .foot .item a.on {border-color: #9F020B; color: #9F020B;}
.menu-fixed .main .foot .item a.on:after {opacity: 1; background-position: right;}


.wrapper {padding-top: 211px;}




@media all and (max-width: 1130px) {
    .topbar .center {height: 110px;}
    .topbar .logo .img img {max-width: 300px; max-height: 54px;}
    .topbar .logo .txt {font-size: 22px;}
    .topbar .search .inpbox {width: 240px;}
    .topbar .search .btnbox input.btn {width: 90px; font-size: 16px;}
    .navbar .center {height: 70px;}
    .wrapper {padding-top: 180px;}
}
@media all and (max-width: 1000px) {
    .topbar .center {height: 100px;}
    .topbar .logo .img {margin-right: 15px;}
    .topbar .logo .img img {max-width: 270px; max-height: 50px;}
    .topbar .logo .txt {font-size: 18px;}
    .topbar .search .btnbox input.btn {width: 36px; font-size: 0; color: #fff; background: #ffffff url("../images/header-search.png") no-repeat center / 18px 18px;}
    .wrapper {padding-top: 170px;}
}
@media all and (max-width: 860px) {
    .topbar .logo .img img {max-width: 260px; max-height: 46px;}
    .topbar .search input.inp {width: 220px;}
    .navbar .center {height: 60px;}
    .navbar .menu .item {font-size: 16px; margin-right: 30px;}
    .navbar .login a {font-size: 16px;}
    .navbar .login a:before {background-size: 20px 20px;}
    .wrapper {padding-top: 160px;}
}
@media all and (max-width: 800px) {
    .topbar .search-btn {display: block;}
    .topbar .search {position: absolute; left: 0; top: 100%; width: 100%; height: 60px; background: #9F020B; z-index: 99; box-sizing: border-box; padding: 12px 20px 0 20px;}
    .topbar .search .inpbox {width: auto; -ms-flex: 1; flex: 1;}
    .topbar .search .btnbox input.btn {width: 90px; font-size: 16px; background: #fff; color: #9F020B;}
    .topbar .search {display: none;}
    .topbar .search.show {display: block;}
}
@media all and (max-width: 600px) {
    .topbar .center {height: 80px;}
    .topbar .logo .img img {max-width: 240px; max-height: 34px;}
    .topbar .logo .txt {font-size: 16px;}
    .navbar .center {height: 50px;}
    .navbar .menu .item {font-size: 15px;}
    .navbar .menu .item a.on:after {bottom: 3px;}
    .navbar .login a {font-size: 15px;}
    .wrapper {padding-top: 130px;}
}
@media all and (max-width: 640px) {
    .topbar .logo .img {margin-right: 10px;}
    .topbar .logo .img img {max-width: 220px; max-height: 32px;}
    .topbar .logo .txt {font-size: 15px;}
    .topbar .search-btn a {width: 20px; height: 20px; background-size: 18px 18px;}
}
@media all and (max-width: 480px) {
    .topbar .logo .txt {display: none;}
    .topbar:after {display: none;}
    .topbar .menu-btn {display: block;}
    .topbar .search {padding-top: 2px;}
    .navbar {display: none;}

    .menu-fixed.show {display: block;}
    .menu-fixed.show.animation .mask {opacity: 1;}
    .menu-fixed.show.animation .main {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}

    .wrapper {padding-top: 80px;}
}
@media all and (max-width: 420px) {
    .topbar .center {height: 60px;}
    .topbar .logo .img img {max-width: 200px; max-height: 30px;}
    .topbar .search {height: 50px;}
    .menu-fixed .main {width: 70%;}
    .menu-fixed .main .head {height: 60px;}
    .menu-fixed .main .foot {height: calc(100% - 60px);}
    .menu-fixed .main .foot .item a {font-size: 15px; padding: 8px 24px 8px 14px;}
    .wrapper {padding-top: 60px;}
}
@media all and (max-width: 380px) {
    .topbar .logo .img img {max-width: 180px; max-height: 26px;}
}
@media all and (max-width: 320px) {
    .topbar .logo .img img {max-width: 170px; max-height: 24px;}
    .topbar .menu-btn {padding-left: 20px;}
    .topbar .search .btnbox input.btn {width: 36px; font-size: 0; color: #fff; background: #ffffff url("../images/header-search.png") no-repeat center / 18px 18px;}
    .menu-fixed .main .foot .item a {font-size: 14px; padding: 8px 24px 8px 14px;}
}


.footer {background: #3E3A39;}
.footer .center {max-width: 1200px; margin: 0 auto;}
.footer .head {padding: 30px 0; border-bottom: 1px solid #999;}
.footer .foot {padding: 30px 0; }
.footer .links {display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 14px; color: #fff;}
.footer .links .item {margin-right: 15px; line-height: 28px;}
.footer .links .item:first-child {margin-right: 0;}
.footer .links a {color: #fff;}
.footer .foot {display: -ms-flex; display: flex; justify-content: space-between; align-items: center;}
.footer .foot .l {-ms-flex: 1; flex: 1; min-width: 0;}
.footer .foot .text {font-size: 14px; color: #fff; line-height: 28px;}
.footer .foot .text a {color: #fff;}
.footer .foot .logo {font-size: 0; padding-left: 30px;}
.footer .foot .logo a {display: block;}
.footer .foot .logo img {max-width: 355px; max-height: 50px;}
@media all and (max-width: 1280px) {
    .footer .head {padding: 20px 0;}
    .footer .foot {padding: 20px 0;}
}
@media all and (max-width: 1000px) {
    .footer .center {padding: 0;}
    .footer .head {padding: 30px 0;}
    .footer .foot {padding: 30px 0;}
    .footer .foot .logo img {max-width: 320px; max-height: 46px;}
}
@media all and (max-width: 860px) {
    .footer .head {padding: 20px 0;}
    .footer .foot {padding: 20px 0;}
    .footer .foot .logo {padding-left: 20px;}
    .footer .foot .logo img {max-width: 280px; max-height: 40px;}
}
@media all and (max-width: 640px) {
    .footer .foot {padding: 20px 0 30px 0; display: block; text-align: center;}
    .footer .foot .logo {padding-left: 0; padding-top: 15px;}
    .footer .foot .logo img {max-width: 280px; max-height: 40px;}
}
@media all and (max-width: 560px) {
    .footer .foot .logo img {max-width: 240px; max-height: 36px;}
}
@media all and (max-width: 480px) {
    .footer .foot .logo img {max-width: 200px; max-height: 30px;}
}





/*名师团队模版*/
.teamItem {border: 1px solid #EEEEEE; border-radius: 8px; background: linear-gradient(#f5f5f5, #ffffff); box-shadow: 0 2px 4px rgba(0, 0, 0, .05); padding: 30px 20px;}
.teamItem .border {border: 1px dotted #D1AF72; border-radius: 50%; max-width: 156px; box-sizing: border-box; padding: 12px; margin: 0 auto;}
.teamItem .img {position: relative; font-size: 0; border-radius: 50%; overflow: hidden;}
.teamItem .img .imgbox {width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.teamItem .img .imgbox a {display: block; width: 100%; height: 100%;}
.teamItem .img .imgbox img {width: 100%; min-height: 100%;}
.teamItem .img .space svg {width: 100%;}
.teamItem .con {padding-top: 15px; text-align: center;}
.teamItem .con .tit {font-size: 16px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.teamItem .con .tit a {font-size: 18px; color: #333333; font-weight: bold;}
.teamItem .con .tit span {font-size: 16px; color: #666666; padding-left: 5px;}
.teamItem .con .txt {font-size: 14px; color: #999999; padding-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
@media all and (max-width: 860px) {
    .teamItem {padding: 20px;}
    .teamItem .con .tit {font-size: 14px;}
    .teamItem .con .tit a {font-size: 16px;}
}
@media all and (max-width: 640px) {
    .teamItem .border {padding: 10px;}
    .teamItem .con {padding-top: 10px;}
}
@media all and (max-width: 380px) {
    .teamItem .con .tit {font-size: 13px;}
    .teamItem .con .tit a {font-size: 15px;}
    .teamItem .con .tit span {font-size: 13px;}
    .teamItem .con .txt {font-size: 13px;}
}
@media all and (max-width: 320px) {
    .teamItem .con .tit {font-size: 13px;}
    .teamItem .con .tit a {font-size: 14px;}
    .teamItem .con .tit span {font-size: 13px;}
    .teamItem .con .txt {font-size: 12px;}
}


























