@charset "utf-8"; * {
    margin: 0;
}

html {
    font-size: 20px;
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}

html, body {
    font-family: "Microsoft YaHei", Arial, serif, "Tahoma";
    font-size: 14px;
    color: #333;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
word-break: break-word;
}
 .pcxl{display:block}
.ydxl{display:none}
@media only screen and (max-width: 540px) {
    .pcxl{display:none}
    .ydxl{display:block}
}
.gauge {
    width:1200px;
    margin:auto;
}

.header {
    background-color: #8f000b;
}

.header .web-title {
    
    line-height: 35px;

    height: 35px;
}

.header .web-title a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    float: right;
}

.header .web-title #moveNav {
    display: none;
}

.header .header-one {
    
    position: relative;
}
.header .header-one .gauge{
    position: relative;
}
.header .header-one .school_calendar {
    width: 94px;
    position: absolute;
    background: #650005;
    right: 0;
    top: 0;
    bottom: 2px;
    max-height: 98px;
}

.header .header-one .school_calendar .school_calendar_one {
    position: absolute;
    left: 5px;
    right: 5px;padding-top: 7px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #8f000b;
    border-right: 1px dashed #8f000b;
}

.header .header-one .school_calendar .school_calendar_one span {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.header .header-one .school_calendar .school_calendar_one span.time {
    font-size: 1rem;
}

.header .header-one .school_calendar:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    border-bottom: 1rem solid #8f000b;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    bottom: 0;
    margin: auto;
}

.header .header-one .school_calendar:after {
    position: absolute;
    content: '';
}

.header .logo_main.text_L .logo:before {
    width: 0;
}

.header .logo_main.text_L .web-name {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
    word-wrap: break-word;
    padding: 0;
    margin-left: 0;
}

.header .logo {
    float: left;
    height: 100px;
    position: relative;
    line-height: 100px;
    text-align: left;
}

.header .logo img {
    vertical-align: middle;
    width: 80%;
}

.header .logo:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    margin: auto;
}

.header .web-name {
    margin-top: 32px;
    font-size: 24px;
    color: #fff;
    margin-left: 27px;
    padding-left: 23px;
    margin-bottom: 32px;
    line-height: 36px;
}

.header .search-right {
    float: right;
    color: #fff;
    margin-right: 140px;
}

.header .search-right.search_L {
    width: 100%;
}

.header .search-right.search_L .search:before {
    width: 0;
}

.header .language {
    float: left;
    margin-right: 60px;
    position: relative;
    padding-right: 15px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    min-width: 60px;
}

.header .language .lag {
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.header .language .lag_ul {
    position: absolute;
    display: none;
    top: 70px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 130%;
    z-index: 1;
    background: #700005;
    text-align: center;
}

.header .language .lag_ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.header .language:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 5px solid #fff;
}

.header .search {
    position: relative;
    width: 200px;
    height: 100px;
    float: left;
    padding: 0 10px;
}

.header .search .search-module {
    position: absolute;
    left: -32px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 40px;
    margin: auto;
    padding: 0 10px;
    line-height: 40px;
    background: #991620;
}

.header .search input {
    max-width: 170px;
    background: transparent;
    border: 0;
    height: 38px;
    line-height: 38px;
    outline: transparent;
    color: #fff;
}

.header .search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search .search-btn {
    background: url("../images/search.png") center no-repeat;
    cursor: pointer;
    border: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    outline: transparent;
}

.header .search:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;

    left: -32px;
}
.header .nav{background-color: #8f000b;top: 0px;left: 0px;z-index: 99999;width:100%;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ }
.header .nav ul {
    padding: 0;
}

.header .nav ul.yiji_nav {
    height: 51px;
    line-height: 50px;
   display:none;
}

.header .nav ul.yiji_nav li.yiji_li {
    display: block;
    float: left;
    padding: 0 3.4%;
    text-align: center;
    position: relative;
}

.header .nav ul.yiji_nav li.yiji_li.active {
    background: #700005;
}




.header .nav ul.yiji_nav li.yiji_li a {
    color: #fff;
    font-size: 16px;
}

.header .nav ul.yiji_nav li.yiji_li ul {
    padding: 0;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav {
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    background: #8f000b;
    display: none;
    z-index: 1;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
    display: block;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
    display: block;
    border-top: 1px #a32e37 solid;
    position: relative;
    border-left: 1px #a32e37 solid;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover,.header .nav ul.yiji_nav li.yiji_li:hover {
    background: #700005;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
    padding: 0;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    display: none;
    background: #8f000b;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
    display: block;
}

.header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
    display: block;
    border-top: 1px #a32e37 solid;
}

.header .nav ul.yiji_nav .nav_more {
    position: relative;
    width: 2.125rem;
    float: right;
    height: 100%;
}

.header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav {
    background: #8f000b;
    display: block;
    position: absolute;
    z-index: 2;
    top: 100%;
    min-width: 5rem;
    right: 0;
}

.header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li {
    width: 93.6%;
    border-top: 1px #a32e37 solid;
}

.header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li ul.erji_nav {
    position: absolute;
    left: 100%;
    top: 0;
}

.header .nav ul.yiji_nav .nav_more .menu {
    display: inline-block;
    width: 40px;
    height: 100%;
    background: url("../images/menu.png") center no-repeat;
    float: right;
}

.header .nav ul.yiji_nav .nav_more .add_nav {
    display: none;
}

.header .remove-nav {
    top: 1.6rem;
    bottom: 0;
    z-index: 2;
    width: 100%;
    position: fixed;
    height: calc(100% - 1.6rem);
    padding-bottom: 20px;
    left: -100%;
    background: #8f000b;
    overflow-y: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.banner {
    height:460px;
    background: url("../images/banner-bg.png") center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 22px;
}

.banner .bannerImg {
    width: 100%;
    height:460px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 460px;
    margin: auto;
}

.banner .bannerImg .img_o {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
}
.banner .bannerImg .img_o a{
    width: 100%;
    height: 100%;
    display:block;
}
.banner .bannerImg .img_o a img{
    width: 100%;
    height: 100%;
}
.banner .bannerImg .img_o .img_title {
    position: absolute;
    right: 10%;
    width: 805px;
    height: 138px;
    color: #fff;
    font-size: 35px;
    line-height: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 10%;
    background-color: rgba(41, 41, 41, 0.8);
}
.banner .bannerImg .img_o .img_title a{color:#fff;}
.banner .bannerImg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.banner .banner_one {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .banner_one #navs {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.banner .banner_one #navs a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 3px;
}

.banner .banner_one #navs a.active {
    border: 1px solid #8f000b;
    background: #8f000b;
}

.footer {
   border-top: 4px solid #8f000b;
   background-color: #161616;
   color: #ffffff;
   padding: 30px 0; 
}
.footer .footer-left {
    width: 70%; 
}
.footer .footer-left .link{
    
float: initial;
    
width: 100%;
}
.footer .link{
    float:left;
    width: 40%;
}
.footer .link .sel select{ 
    width:42%; 
    float:left; 
    margin-right:8%; 
    margin-bottom:10px;
    margin-top:10px; 
    color:#fff; 
   border:1px solid rgb(255,255,255,0.4); 
   height:30px; 
   line-height:30px; 
   background:rgb(255,255,255,0.2); 
   text-align-last: center; 
   outline:none;
   text-align:center
}
   .footer .link .sel .select_t{ width:41%; float:left; margin-right:8%; margin-bottom:10px; margin-top:10px; color:#fff;  height:30px; line-height:30px;outline:none; position:relative;background:rgb(255,255,255,0.2);border:1px solid rgb(255,255,255,0.4);}
    .select_t input { width:100%; height: 30px;line-height:30px;text-indent: 5px;    text-align: center; color:#fff; outline:none;background:transparent;border: 0;}
        .select_t span { position: absolute; cursor:pointer; top: 1px; right: 6px; pointer-events: none;}
        .select_t ul { position: absolute;top:33px;left: 0px;padding: 0;z-index: 1;width:100%; display: none;list-style: none;border: 1px solid #ccc;}
		.select_t l{height:24px; line-height:24px;}
        .select_t li a { display: inline-block; width: 100%;color: #000000;text-indent: 5px; background: #fff; text-decoration: none;}
        .select_t li a:hover { color: #fff;background: #1F92E4;}



.footer .link .sel:after{visibility:hidden; display:block; content:""; clear:both}
.footer .link .usually,.footer .contact .usually {
      display: inline-block;
      height: 35px;
      text-align:left;
      line-height: 35px;}
.footer .contact{
      width:30%; 
      margin-left:2%; 
      float:left;
}
.footer .contact p{ 
     line-height:24px; 
     color:#fff;
}
.footer .footer-left .link a {
      display: inline-block;
      text-align: center;
      padding: 0 10px;
      float: left;
      color: #fff;
      line-height: 35px;
      border: solid 1px rgba(255, 255, 255, 0.19);
      margin-right: 12px;
      margin-bottom: 15px; 
}
.copyright{
     border-top:1px solid rgb(255,255,255,0.2); 
     margin-top:15px; 
     padding-top:15px; 
     text-align:center
}
.copyright .copyright_list {
      line-height: 30px; 
}
.copyright .copyright_list span {
        margin-right: 20px; 
}
.footer .footer-right {
    width:27%;
    text-align: right;
    float:right;
 }
.footer .footer-right .ewm{ 
    display:inline-block;
    width:124px; 
    margin-left:15px
}
.footer .footer-right img {
      width: 124px;
      max-height: 124px; 
}
.footer .footer-right .er_code {
      text-align: center;
      height: 26px;
      line-height: 26px;
      width: 124px;
      float: right;
}


/*返回顶部*/
.cbbfixed {position: fixed;right:2%;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width:50px;height: 40px;display: block;background-color: #8f000b;border-radius: 100%;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;padding-top: 7px; text-align:center; vertical-align:middle; font-size:12px; color:#fff}
.cbbfixed .gotop .up-icon{display: inline-block;width:15px;height:8px;background: url(../images/side-icon02.png) no-repeat;    background-size:15px;}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}


/*团队成员页面*/
.group_sort dt{font-size:22px; padding-left:22px; color:#9a1923;font-weight: bold;position: relative;}
.group_sort dt:before{position: absolute; content: ''; width: 8px; height: 8px;  -webkit-transform: rotate(45deg);transform: rotate(45deg); background: #8f000b; top:12px; bottom: 0;left: 7px; margin: 0 auto;}
.group_sort dd{}
.group_sort dd ul{ margin: 0;padding: 0; list-style: none;}
.group_sort dd ul:after{visibility:hidden; display:block; content:""; clear:both}
.group_sort dd li{float:left;padding:6px;margin:20px 15px 0 15px;/* border:1px solid #dbdbdb; */width:calc(33.33333% - 30px);height:165px;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */overflow: hidden;}
.group_sort dd li span{display:block;float:left;margin-right:15px;width:39%;height:150px;line-height:150px;text-align:center;overflow:hidden;/* background:#f5f5f5 */}
.group_sort dd li span img{ max-width:100%;max-height:150px;vertical-align: middle;}
.group_sort dd li .jsx{float:left;width:calc(100% - 45%);height: 100%;}
.group_sort dd li .jsx h1{ font-size:18px; line-height:24px; margin:5px 0;}
.group_sort dd li .jsx p{ line-height:24px; margin-bottom:8px;}


@media only screen and (max-width:1440px) {

.gauge {
        padding: 0 1rem;
        width: auto;
    }
}


@media only screen and (max-width: 1024px) {
    body.stopScr {
        overflow: hidden;
    }

    

    .header .web-title {
    }

    .header .web-title #moveNav {
        display: block;
    }

    .header .web-title .move_english {
        display: block;
    }

    .move_pages {
        display: block;
        width: 100%;
        height: 2rem;
        border: 1px solid #8f000b;
        border-radius: 5rem 5rem 5rem 5rem;
        text-align: center;
        line-height: 2rem;
        color: #8f000b;
        margin-bottom: 1rem;
    }

    .pages {
        display: none;
    }

    .header .search-right {
        display: none;
    }

    .header .search {
        width: 100%;
        padding: 0;
    }

    .header .search .search-module {
        width: calc(100% - 4rem);
        padding: 0 1rem;
    }

    .header .search .search-module input {
        min-width: calc(100% - 26px);
    }

    .header .nav {
        display: none;
    }

    .header .remove-nav {
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .header .remove-nav.move-open {
        display: block;
        left: 0;
    }

    .header .remove-nav.move-open ul {
        color: #fff;
    }

    .header .remove-nav.move-open ul.remove_yiji_nav li.remove_yiji_li.remove_erji_show .m_gd:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 7px;
    }

    .header .remove-nav.move-open ul.remove_yiji_nav li.remove_yiji_li.remove_erji_show .m_gd:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        left: -7px;
    }

    .header .remove-nav.move-open ul.remove_yiji_nav li.remove_yiji_li .m_gd {
        width: 2rem;
        height: 2rem;
        position: relative;
        display: inline-block;
    }

    .header .remove-nav.move-open ul.remove_yiji_nav li.remove_yiji_li .m_gd:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    .header .remove-nav.move-open ul.remove_yiji_nav li.remove_yiji_li .m_gd:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -7px;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    .header .remove-nav.move-open ul.remove_erji_nav {
        list-style-type: none;
        display: none;
    }

    .header .remove-nav.move-open ul li {
        color: #fff;
        line-height: 1rem;
        display: block;
    }

    .header .remove-nav.move-open ul li a {
        color: #fff;
        display: inline-block;
        line-height: 2rem;
    width:85%;
    }

    .banner .bannerImg .img_o .img_title {
        width: 80%;
        height: 3.45rem;
        line-height: 3.45rem;
        font-size: 1.2rem;
    }
    .group_sort dd li{width: calc(50% - 30px);}
}

@media only screen and (max-width: 768px) {
    .footer .footer-left {
        text-align: center;
        width: 100%;
    }

    .footer .footer-left .link {
        margin: 0 -6px;
    }

    .footer .footer-left .link span.usually {
        margin: 0 6px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer .footer-left .link a {
        margin: 0 6px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer .footer-right {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
   .footer .link .sel .select_t{ width:80%}
}
@media only screen and (max-width: 640px) {
    .group_sort dd li{height:145px}
    .group_sort dd li span{margin-right: 10px;height:131px;line-height:131px;}
    .header .logo{height:80px; line-height:80px;}
    .header .web-name{margin-top: 12px;margin-bottom: 22px;
    line-height: 26px;}
}
@media only screen and (max-width: 540px) {
    .header .logo_main {
        width: 100%;
    }

    .header .logo {
        width: 50%;
    }

    .header .web-name {
        width: 43%;
        margin-left: 0;
        padding-left: 7%;
        font-size: 0.7rem;
    }

    .banner {
        height: 12rem;
    }
    .banner .bannerImg {
        height: 12rem;
        line-height: 12rem;
    }

    .header .header-one .school_calendar {
        display: none;
    }
.group_sort dd li{width:94%;height:165px}
 .group_sort dd li{}
    .group_sort dd li span{margin-right: 10px;height:150px;line-height:150px;}
.footer .link{float:none; width:100%}
.footer .link .sel .select_t{width:41%}
.footer .contact{float:none; width:100%}
}

@media only screen and (max-width:320px) {
.footer .link .sel .select_t{width:90%}
.footer .footer-right .ewm{width:43%}
 .group_sort dd li{height:145px}
    .group_sort dd li span{margin-right: 10px;height:131px;line-height:131px;}
}

group_sort{margin-top:20px;}