a{
    color:#333;
}
a:hover{
    text-decoration:none;
}

#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
html {
  overflow-x: hidden;
}
.backtop {
  width: 50px;
  height: 50px;
  outline:none!important;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}
@media (max-width:768px){
  .backtop {
    width: 50px;
    height: 50px;
    outline:none!important;
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: none;
    opacity:0.5;
  }
  .backtop:hover{
    opacity:1;
  }
}


/* 局部样式_header */
.mask {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 200;
}
* {
  margin: 0;
}
.H_top {
  padding: 25px 8.333%;
  background-color: #ab1200;
}
.H_top .logo_img {
  height: 100px;
}
.H_top .right {
  margin: 26.2px 0;
}
.H_top .right_content {
  color: #ecc6c3;
  margin-right: 2px;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 14px;
  font-weight: bold;
  float: right;
  font-size: 12px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.H_top .right_content a {
  color: #ecc6c3;
  text-decoration: none;
}
.H_top .right_content span {
  padding: 0 4px;
  padding-bottom: 2px;
  color: #f39a9a;
}
.H_top .adaptSearch{
  display:none;
  width: 188px;
  height: 30px;
  display: inline-block;
  float: right;
  margin-top: 48px;
  transform: translateX(188px);
}
.H_top .adaptSearch input{
  outline: transparent;
  border-radius: 15px;
  height: 28px;
  width: 188px;
  border: transparent;
  padding:0 10px;
  font-size: 13px;
}

.mobile_nav {
  display: none;
}
.nav_row {
  width: 100%;
  padding: 0 17% 0 9%;
  position: absolute;
  z-index: 9;
}
.nav_row li.nav-item.col-lg-2.px-0 {
  text-align: center;
}
.nav_row li.nav-item.col-lg-2.px-0 .subnav {
  display: none;
}
.nav_row li.nav-item.col-lg-2.px-0 .subnav.on {
  display: block;
  border:1px solid #eee!important;
}
.nav_row .navbar-toggler.bg-white {
  outline: none;
}
.nav_row .navbar.navbar-expand-lg {
  padding: 0;
}
.nav_row .navbar-light .navbar-nav .nav-link {
  color: #575353;
  background-color: white;
}
.nav_row .navbar-light .navbar-nav .nav-link a {
  color: #575353;
}

.nav_row .navbar-light .navbar-nav .nav-link.navname {
  background-color: #ab1200;
  color: white;
  font-weight: bold;
}
.nav_row .navbar-light .navbar-nav .nav-link.navname a {
  color: white;
}
.nav_row .navbar-light .navbar-nav .nav-link:hover {
  background-color: #ab1200;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.nav_row .navbar-light .navbar-nav .nav-link:hover a {
  color: white;
  text-decoration: none;
}
.nav_row ul.navbar-nav.container {
  width: 83.333%;
  box-sizing: border-box;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 437px) {
  .H_top {
    padding: 30px 0;
  }
  .H_top .el-col-18 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent {
    background-color: white;
    padding: 0 14%;
  }
  .nav_row ul.navbar-nav.container {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
	margin: 0;
  }
  .nav_row {
    display: none!important;
  }
  .mobile_nav {
    display: block!important;
  }
  .mobile_nav .openDrawer {
    border: none;
    outline: none;
    color: white;
    font-size: 28px;
    background: transparent;
  }
  .mobile_nav .openDrawer:hover {
    transform: rotate(180deg);
    transition: 0.6s;
  }
  .mobile_nav .closeDrawer {
    border: none;
    outline: none;
    color: white;
    font-size: 30px;
    background: #ab1200;
    float: right;
  }
  .mobile_nav .closeDrawer:hover {
    transform: scale(0.8);
    transition: 0.6s;
  }
  section.el-drawer__body {
    padding-bottom: 0;
  }
  section.el-drawer__body #logo {
    height: 80px !important;
    width: 100% !important;
    background-color: #ab1200 !important;
    padding: 10px;
  }
  section.el-drawer__body #logo img {
    height: 60px;
  }
  section.el-drawer__body .lists {
    height: 80vh;
    overflow: scroll;
  }
  section.el-drawer__body .lists .m_nav {
    padding: 0 2.333%;
    color: #333;
    font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
    font-weight: 300;
  }
  section.el-drawer__body .lists .m_nav .title {
    display: flex;
    justify-content: space-between;
    height: 60px;
    font-size: 20px;
    line-height: 72px;
    letter-spacing: 0.618px;
    margin: 0 18px;
    border-bottom: 1px solid #eee;
  }
  section.el-drawer__body .lists .m_nav .title .showIt {
    margin-top: 20px;
    height: 32px;
    width: 32px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.el-drawer__body .lists .m_nav .title .showIt .el-button.el-button--default.is-circle {
    outline: none;
  }
  section.el-drawer__body .lists .m_sub_nav {
    padding: 0 6.333%;
    color: #575353;
    display: none;
  }
  section.el-drawer__body .lists .m_sub_nav .sub_title {
    padding-left: 18px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
  section.el-drawer__body .lists .m_sub_nav li {
    list-style: none!important;
  }
   .m_sub_nav ul{
	   padding: 0;
   }
}
/* 输入框样式更改 */
.input_search input.el-input__inner {
  border-radius: 20px;
  width: 180px;
  float: right;
}
@media (max-width: 913px) {
  .nav-item.col-lg-2.px-0 .nav-link {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .nav-item.col-lg-2.px-0:nth-child(7) {
    border-bottom: 1px solid #eee;
  }
  .nav-link {
    border-left: 1px solid #9a0000;
    border-right: 1px solid #9a0000;
    border-top: 1px solid #9a0000;
  }
  .nav-link:last-child {
    border-bottom: 1px solid #9a0000;
  }
  .hidden-sm-only {
    display: none;
  }
  div.nav_row.el-row {
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  ul.navbar-nav.container {
    width: 100%;
  }
  .navbar-nav.container {
    margin: 36px 0;
  }
  .navbar-toggler.bg-white {
    border-radius: 0;
    margin-top: -40px;
    opacity: 0.2;
  }
  .navbar-toggler.bg-white:hover {
    opacity: 1;
  }
  .top .el-row {
    display: flex!important;
    justify-content: center!important;
  }
  .left.el-col.el-col-18 {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 914px) and (max-width: 991px) {
  .navbar-toggler.bg-white {
    border-radius: 0;
    margin-top: -40px;
    opacity: 0.2;
  }
  .navbar-toggler.bg-white:hover {
    opacity: 1;
  }
  .nav-item.col-lg-2.px-0 .nav-link {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .nav-item.col-lg-2.px-0:nth-child(7) {
    border-bottom: 1px solid #eee;
  }
  .nav-link {
    border-left: 1px solid #9a0000;
    border-right: 1px solid #9a0000;
    border-top: 1px solid #9a0000;
  }
  .nav-link:last-child {
    border-bottom: 1px solid #9a0000;
  }
  div.nav_row.el-row {
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  div.nav_row.el-row {
    display: flex;
    justify-content: center;
  }
  #navbarSupportedContent {
    background-color: white;
    padding: 0 60%;
  }
  ul.navbar-nav.container {
    width: 100%;
  }
  li.nav-item.col-lg-2.px-0 .subnav.on {
    display: none;
  }
  .navbar-nav.container {
    margin: 36px 0;
  }
}
@media (max-width: 262px) {
  html {
    display: none;
  }
}
/* 内容部分 */
.mobile_lanmu_container {
  display: none;
}
.el-main.lanmu_content{
	padding: 0;
}
.lanmu_content .TRS_Editor{
  line-height:36px;
  font-weight:300;
  font-size:18px;
  margin-right:4vw
}
.TRS_Editor>div:nth-child(1){
  margin-bottom:3vh;
}
.TRS_Editor span{
  line-height:1.7em!important;
  color:#666!important;
  font-size:18px!important;
  font-weight:100px!important;
  font-family:微软雅黑!important;
}
.TRS_Editor>div{
  text-indent:36px!important;  
}
.TRS_Editor>div.teacher_box{
  text-indent:0px!important;  
}

.TRS_Editor p{
  text-indent:36px!important;  
}

.lanmu p {
  width: 100%;
  line-height: 1.75em;
  font-weight: 100;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1.5px;
  font-family: '微软雅黑', sans-serif;
}
.el-aside {
  /* background-color: #d3dce6; */
  color: #333;
  padding: 20px 0;
}
.el-main {
  /* background-color: #e9eef3; */
  color: #666;
  padding-left: 6px;
}
body > .el-container {
  margin-bottom: 40px;
}
.lanmu {
  padding: 0 8.333%;
  margin-top: 40px;
  min-height: 600px;
  width: 100%;
  border-top: 3px solid #ab1200;
}
.right_arrow {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.grid-content {
  display: flex;
  align-items: center;
}
.bread_nav a:last-child {
  color: #ab1200;
}

.bread_nav a:last-child:hover{
  color: #ab1200;
}

a{
	color: black;
	cursor: pointer;
}
span {
  cursor: pointer;
}
.lanmu_container {
  padding: 0 2.333% 0 5.333%;
}
.C_lists {
  border-top: 3px solid #ab1200;
  padding: 0;
}
.C_lists .list {
  height: 54px;
  padding-right: 15.333%;
  padding-left: 10.333%;
  text-indent: 4px;
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.C_lists .list.active {
  color: white;
  background-color: #ab1200;
}
.C_lists .list:hover {
  color: #ab1200;
}
.C_lists .list.active:hover {
  color: white;
}
.C_lists .list.title {
  color: #ab1200;
  font-size: 22px;
  text-indent: 0em;
  font-weight: bold;
}
.C_lists .list.title:hover {
  color: #ab1200;
  background-color: white;
}
@media (min-width: 921px) and (max-width: 1248px) {
.lanmu p{
    padding-right: 4vw !important;
  }
}
@media (max-width: 991px) {
  .lanmu {
    margin-top: 0;
    padding: 0 5.333%;
  }
  .lanmu_container {
    padding: 0!important;
  }
.lanmu p{
    text-align: left;
  }
  .bread_nav{
    margin-left:0%!important;
  }
}
@media (min-width: 621px) and (max-width: 920px) {
  .el-aside {
    display: none;
  }
  .lanmu_container {
    padding: 0 !important;
  }
  .grid-content {
    display: flex;
    align-items: center;
    margin-left: 0.667%;
  }
.lanmu p{
    width: 100%;
    padding-right: 0px;
    line-height: 1.75em;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1.5px;
    font-family: '微软雅黑', sans-serif;
  }

.lanmu_content .TRS_Editor{
  margin-right:0;
}

}
@media (max-width: 620px) {
  .el-aside {
    display: none;
  }
  .mobile_lanmu_container {
    display: block;
    padding: 0 2.333%;
  }
  .mobile_lanmu_container .mobile_content {
    width: 100%;
  }
  .grid-content {
    display: flex;
    align-items: center;
    margin-left: 0.667%;
  }
.lanmu p{
    padding-right: 0px;
    width: 100%;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1.5px;
    font-family: '微软雅黑', sans-serif;
  }
.lanmu_content .TRS_Editor{
  margin-right:0;
}

}



/* footer */
@media (min-width: 991px) {
  .footer .F_myfuild .col-6.col-sm-4.col-md-3.col-lg-2 {
    max-width: 13.999999% !important;
  }
  .footer .nav-link {
    padding-right: 0;
    padding-left: 10px;
  }
  .footer .footer_nav_name {
    margin-left: 8px;
  }
}
@media (max-width: 581px) {
  .logo_img:nth-child(2) {
    /* margin: 0 auto; */
  }
  .sub_bottom_left > h6 {
    font-size: 14px;
  }
  .box {
    font-size: 13px;
  }
  .footer_subnav {
    display: none;
  }
}
@media (max-width: 912px) {
  .sub_bottom {
    display: block!important;
  }
  .divide {
    display: none;
  }
  .box {
    margin-left: 20px !important;
  }
  .footer_subnav {
    display: none;
  }
  .imgbox {
    height: 80px;
    width: 80px;
    margin-bottom: 6px;
    background-color: red;
  }
  .box {
    height: 100px;
    width: 100px;
    text-align: center;
    margin-left: 30px;
    font-weight: bold;
  }
  .navtitle.mt-3 {
    margin-top: 10px !important;
  }
  .F_myfuild.my-3.mb-5 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 372px) {
  .sub_bottom_left > h6 {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .footer_nav_name {
    font-size: 16px !important;
  }
  .footer_subnav {
    font-size: 14px;
  }
  .F_myfuild .col-6.col-sm-4.col-md-3.col-lg-2 {
    min-width: 13.999999% !important;
  }
  .footer .row{
    padding-left:10px!important;
  }
}
.F_myfuild {
  padding: 0 8.333%;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  font-weight: 400;
}
.address,
.zip_code {
  height: 36px;
  margin-top: 20px;
  color: #FFC8C2;
}
.address:hover,
.zip_code:hover {
  color: #fff;
}
.sub_bottom {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
  padding: 0 8.333%;
}
.divide_box {
  display: flex;
  justify-content: center;
}
.divide {
  width: 1px;
  height: 120px;
  background-color: #eee;
  opacity: 0.3;
}
.imgbox {
  height: 100px;
  width: 100px;
  background-color: red;
}
.box {
  height: 130px;
  width: 100px;
  text-align: center;
  margin-left: 30px;
  font-weight: bold;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
.sub_bottom_left {
  display: flex;
  color: #FFC8C2;
}
.sub_bottom_right {
  color: white;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
  font-weight: 400;
}
.footer_subnav a {
  color: #FFC8C2;
  font-size: 16px;
}
.footer_subnav .nav-link{
   padding:0px 0px 10px 10px;
}
.footer_subnav a:hover {
  color: #fff;
}
.navtitle {
  display: flex;
  margin-bottom: 10px;
}
.footer_nav_name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.footer_nav_name a{
   color:#fff;
}
.division {
  width: 4px;
  display: inline-block;
  margin-top: 4px;
  height: 18px;
  background-color: #fff;
}
.footer {
  margin-top: 72px;
  min-height: 400px;
  padding-top: 30px;
  background-color: #ab1200;
  position: relative;
}
.bottom_footer {
  background-color: #333333;
  width: 100%;
  height: 24px;
  padding: 6px;
  color: #e0e0e0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: '思源黑体', Acumin Variable Concept, 'Microsoft YaHei', 'SimHei', Arial;
}
