* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
body {
    min-width: 1024px;
}
/*iscroll滚动条样式*/
.iScrollVerticalScrollbar {
    right: 15px!important;
    width: 5px!important;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    border: none!important;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 65px;
    background: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
}
#header .logo {
    width: 130px;
    height: 100%;
    background: url("../images/logo.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 50px;
}
#header .menu-control {
    display: none;
}
#header .menu {
    width: 60%;
    min-width: 716px;
}
#header .menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#header .menu ul li a {
    display: block;
    padding: 0 22px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
}
#header .menu ul li a.active {
    color: #444242;
    font-weight: bold;
    position: relative;
}
#header .menu ul li a.active::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #9B816A;
}
#header.home {
    background: none;
}
#header.home .logo {
    background: url("../images/logo-home.png") center no-repeat;
    background-size: 100% auto;
}
#header.home .menu ul li a {
    color: #fff;
}
.banner {
    margin-top: -65px;
    width: 100%;
    min-height: 675px;
    background: #000000!important;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.banner .logo {
    width: 26.3%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.banner .swiper-wrapper img {
    width: 100%;
    vertical-align: top;
}
.banner .swiper-pagination {
    width: 20px!important;
    height: 100%!important;
    right: 20px!important;
    left: auto!important;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .swiper-pagination span {
    margin: 5px 0!important;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #FFFFFF!important;
}

/*所有的section默认隐藏，根据menu导航对应显示*/
.section {
    display: none;
    background-color: #F9F9F9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*左上角两个正方形*/
.section .double-square,
.section .double-square::before {
    width: 85px;
    height: 60px;
    border: 2px solid #000000;
    position: absolute;
    left: 63px;
    top: 85px;
    z-index: 1;
}
.section .double-square::before {
    content: " ";
    display: block;
    left: 9px;
    top: 9px;
}
/*每一大块标题等公共样式*/
.section-title {
    width: 100%;
    padding-top: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D1D1D;
    font-size: 24px;
    font-weight: bold;
}
.section-title-en {
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin: 18px 0 37px;
}
.section-description {
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    text-align: center;
}
.section-title .left-line {
    width: 34px;
    height: 3px;
    border-radius: 1.5px;
    margin-right: 9px;
    background: #9A9A9A;
    position: relative;
}
.section-title .left-line::before {
    content: " ";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: #9A9A9A;
    position: absolute;
    left: -9px;
}
.section-end-line {
    width: 34px;
    height: 3px;
    background: #9A9A9A;
    border-radius: 2px;
    margin: 60px auto 0;
}
.logo-name-en {
    font-size: 16px;
    text-align: center;
    padding: 15px 0 60px;
}
/*关于我们*/
.about {
    background-image: url("../images/bg-about.jpg");
    padding-bottom: 60px;
}
.about-content {
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    text-align: center;
}
.about-content h4 {
    font-size: 18px;
    padding-bottom: 15px;
}

/*师资力量*/
.teacher {
    background-image: url("../images/bg-teacher.jpg");
    padding-bottom: 100px;
}
.teacher-swiper-container {
    width: 1040px;
    margin: 44px auto 0;
    position: relative;
}
.teacher-swiper-container .swiper-slide {
    opacity: 0!important;
}
.teacher-swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}
.teacher-swiper-container .teacher-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.teacher-swiper-container .square {
    width: 301px;
    height: 197px;
    border: 2px solid #000000;
    opacity: 0.2;
    position: absolute;
    left: -37px;
    bottom: 60px;
    z-index: 0;
}
.teacher-swiper .next-btn-container {
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0;
    left: 50.5%;
    color: #fff;
    font-size: 28px;
    z-index: 3;
}
.teacher-swiper .next-btn-container p {
    padding-left: 40px;
    padding-top: 200px;
    font-weight: bold;
    font-style: italic;
}
.teacher-swiper .next-btn-container span {
    display: block;
    padding-left: 40px;
    font-size: 16px;
    font-style: italic;
}
.teacher-swiper .next-btn-container .swiper-button-next {
    width: 175px;
    height: 70px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    position: absolute;
    right: 0;
    top: 400px;
    color: #FFFFFF;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ">"!important;
    font-weight: bold;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "<"!important;
    font-weight: bold;
}
.teacher-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #000000;
    margin: 0 8px!important;
}
.teacher-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}
/*升学榜*/
.education-swiper-container {
    width: 1000px;
    height: 590px;
    background: #BBA693;
    margin: 60px auto 0;
    box-shadow: 0 5px 15px 5px #ccc;
    display: flex;
    position: relative;
}
.education-swiper-container::after {
    content: " ";
    width: 75px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.education-swiper-container .left-title {
    width: 270px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-style: italic;
    color: #FFFFFF;
}
.education-swiper-container .left-title p {
    font-size: 18px;
    margin-top: 15px;
}
.education-swiper {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.education-swiper>.swiper-wrapper>.swiper-slide {
    line-height: 180%;
    padding-right: 40px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    height: 400px;
    overflow-y: hidden;
}
.education-swiper>.swiper-wrapper>.swiper-slide .scroll-swiper {
    height: 100%;
}
.education-swiper>.swiper-wrapper>.swiper-slide .scroll-swiper .swiper-slide {
    height: auto;
}
.education-swiper .swiper-pagination {
    width: 100%!important;
    height: 40px!important;
    bottom: 0!important;
    margin-top: 40px;
    margin-bottom: 20px;
    position: inherit;
    text-align: left;
    z-index: 0;
    left: 35%!important;
}
.education-swiper .swiper-pagination span {
    width: auto;
    font-size: 30px;
    background: none;
    height: auto!important;
    color: #FFFFFF;
}
.education-swiper .swiper-button-next {
    width: 175px;
    height: 55px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    color: #FFFFFF;
    right: 0;
    bottom: 19px;
    top: auto;
}
/*赛事活动*/
.contest {
    background-image: url("../images/bg-contest.jpg");
}
.contest .logo-name-en {
    opacity: 0.2;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.contest-content {
    width: 500px;
    height: 310px;
    position: absolute;
    top: 108px;
    right: 86px;
}
.contest-content .contest-date {
    color: #CFCFCF;
    font-size: 16px;
    padding: 10px 20px;
    text-align: right;
}
.contest-content.right-2-left .contest-date {
    text-align: left;
}
.contest-content .contest-title {
    color: #3F3F3F;
    font-size: 26px;
    padding: 67px 20px 0;
    font-style: italic;
    font-weight: bold;
}
.contest-content.right-2-left .contest-title, .contest-content.right-2-left .contest-text {
    text-align: right;
}
.contest-content .contest-text {
    color: #555555;
    font-size: 18px;
    padding: 30px 20px 0;
}
.contest .contest-1 {
    width: 1190px;
    margin: 64px auto 133px;
    position: relative;
}
.contest-box-title {
    position: absolute;
    font-size: 20px;
    color: #3F3F3F;
    font-style: italic;
    font-weight: bold;
}
.contest-box-title p {
    font-size: 16px;
    color: #555555;
    font-style: normal;
    font-weight: normal;
    margin-top: 7px;
}
.contest-1>img,.contest-2>img,.contest-3>img {
    width: 100%;
}
.contest-1 .contest-box-title {
    top: 29px;
    right: 70px;
    text-align: right;
}
.contest .contest-2 {
    width: 1487px;
    margin: 150px auto 160px;
    position: relative;
    left: 50px;
}
.contest-2 .contest-box-title {
    top: 57px;
    left: 125px;
}
.contest-2 .contest-content {
    top: 137px;
    left: 138px;
}
@media (max-width: 1487px) {
    .contest .contest-2 {
        width: 1190px;
        left: 0;
    }
    .contest-2 .contest-box-title {
        top: 41px;
        left: 101px;
    }
    .contest-2 .contest-box-title p {
        font-size: 12px;
    }
    .contest-2 .contest-content {
        top: 109px;
        left: 111px;
        width: 400px;
    }
    .contest-2 .contest-content .contest-date {
        padding: 10px;
    }
    .contest-2 .contest-content .contest-title {
        font-size: 20px;
        padding: 35px 20px 0;
    }
}
.contest .contest-more {
    width: 1190px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
.contest .contest-more .contest-box-title {
    text-align: right;
    position: absolute;
    top: 0;
    right: 115px;
}
.contest-more-swiper {
    width: 760px;
    height: 460px;
    overflow: hidden;
    position: absolute;
    right: 120px;
    top: 73px;
}
.contest-more-swiper .swiper-slide p {
    font-size: 14px;
    color: #363636;
    padding: 0 15px;
    margin: 15px 0;
    line-height: 200%;
}
.contest-more-swiper .swiper-pagination {
    position: static!important;
    color: #656565;
    font-size: 24px;
    padding: 20px 0 15px;
    text-align: right;
    margin: 0 auto;
    width: 90%;
}
.contest-more-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 0;
    width: 175px;
    height: 55px;
    background: #E9D5BE;
    color: #FFFFFF;
}
.contest-more-swiper .swiper-button-next::after {
    font-size: 24px;
}
.contest-more-swiper .swiper-button-next::before {
    content: " ";
    width: 34px;
    height: 3px;
    background: #9A9A9A;
    border-radius: 1.5px;
    position: absolute;
    top: 50%;
    left: -230px;
    cursor: default;
}
.contest-video {
    width: 925px;
    height: 585px;
    margin: 250px auto 0;
    padding-bottom: 416px;
    position: relative;
}
.contest-video .contest-box-title {
    text-align: right;
    right: 0;
}
.contest-video .square {
    width: 500px;
    height: 310px;
    border: 1px solid #000000;
    position: absolute;
    right: 0;
    top: 60px;
}
.contest-video .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
}
.contest-video .video-name {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 600px;
    font-size: 14px;
    color: #363636;
}
/*教学基地*/
.school-container {
    width: 100%;
    height: auto;
    margin-top: 46px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}
.school-container>img {
    width: 100%;
}
.school-container .school-image {
    width: 37%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.school-container .school-image-2 {
    width: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.school-container .school-swiper {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.school-container .school-swiper .swiper-slide {
    padding: 20px 63px 107px;
    box-sizing: border-box;
}
.school-container .school-swiper .area {
    color: #363636;
    font-size: 30px;
    font-style: italic;
    padding-top: 20px;
}
.school-container .school-swiper .area-en {
    color: #000000;
    font-size: 12px;
    margin: 10px 0 27px;
}
.school-container .school-swiper .address {
    font-size: 14px;
    color: #000000;
    line-height: 170%;
}
.school-container .school-swiper .swiper-button-container {
    position: absolute;
    right: 206px;
    bottom: 25px;
    width: 400px;
    height: 55px;
}
.school-container .school-swiper .swiper-button {
    width: 175px;
    height: 55px;
    background: #E9D5BE;
    color: #FFFFFF;
}
.school-container .school-swiper .swiper-button::after {
    font-size: 24px;
}
/*荣誉证书*/
.honor {
    padding-bottom: 125px;
}
.honor .honor-swiper{
    width: 1290px;
    height: 290px;
    margin: 20px auto 0;
    padding-top: 35px;
    overflow: hidden;
    background: #EEEEEE;
    position: relative;
}
.honor .swiper-wrapper {
    transition-timing-function: linear!important;
}
.honor .honor-swiper-0 {
    margin-top: 90px;
}
.honor .honor-swiper .swiper-slide {
    text-align: center;
    color: #444343;
    font-size: 16px;
}
.honor .honor-swiper .swiper-button {
    position: absolute;
    width: 155px;
    height: 100%;
    left: -90px;
    top: 0;
    margin-top: 0;
    background: url("../images/honor-swiper-left-btn.png") center no-repeat;
    background-size: 100% 150%;
}
.honor .honor-swiper .swiper-button.swiper-button-next {
    left: auto;
    right: -90px;
    background-image: url("../images/honor-swiper-right-btn.png");
}
.honor .honor-swiper .swiper-button::after {
    content: "";
}
/*底部信息*/
#footer {
    width: 100%;
    min-width: 1040px;
    background: #1B1B1B;
    margin: 0 auto;
    padding: 23px 0;
    text-align: center;
    color: #808080;
    font-size: 14px;
}
#footer .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .footer-container .contact-us {
    text-align: right;
}
#footer .footer-container .line {
    width: 1px;
    height: 34px;
    background: #434343;
    margin: 0 20px;
}
#footer .footer-container .qr-codes {
    display: flex;
}
#footer .footer-container .qr-code {
    margin: 0 20px;
}
#footer .copyright {
    width: 100%;
    max-width: 740px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid #434343;
}

/*简单新闻入口*/

#sample-news-enter{
    position: absolute;
    top:100px;
    right: 0px;
    width: 50px;
    height: 102px;
    background:url("../images/news-btn-close.png") no-repeat;
    display: block;
    cursor:pointer;
}
#sample-news{
    position: absolute;
    top:80px;
    right: 0px;
    width:550px;
    overflow: hidden;
    display: none;
    font-family: "微软雅黑";
}
#sample-news .btn {
    display:inline-block;
    float:left;
    width: 50px;
    height: 102px;
    background: #DF6D53;
    font-size: 14px;
    font-weight:bold;
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 4px;
    background:url("../images/news-btn-open.png") no-repeat;
    cursor:pointer;
}
#sample-news .container{
    display: inline-block;
    float:left;
    margin-top:0px;
    margin-left:0px;
    width: 500px;
    max-height: 900px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background:url("../images/news-item-bg2.png") repeat-y;
    /*background: #2B333F;
    filter:alpha(Opacity=80);
    -moz-opacity:0.5;
    opacity: 0.5;*/
}

#sample-news ul{
    padding:0px 18px 10px 18px;
}
#sample-news .container .item{
    color:#ffffff;
    margin-top:10px;
    border-bottom: 1px solid #999999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#sample-news .container .item:nth-last-child(1){
    color:#ffffff;
    margin-top:10px;
    border-bottom: 0px solid #999999;
}
#sample-news .container a:hover h3{
    text-decoration: underline;
}
#sample-news .container .item h3{
    font-size:18px;
    color:#ffffff;
    line-height: 24px;
    letter-spacing:2px;
    margin-bottom:5px;
    font-weight:normal;
}
#sample-news .new-bg{
    background: url("../images/new2.png") right top no-repeat;
}
#sample-news .container .item .from{
    font-size:14px;
    display: inline-block;
    width:200px;
    letter-spacing:1px;
}
#sample-news .container .item .date{
    font-size:14px;
    display: inline-block;
    width:200px;
    text-align: right;

}
#sample-news .container .item  p{
    font-size: 15px;
    color: #999999;
    margin: 10px 0px
}
#sample-news a{
    display:block;
    color: #ffffff;
}
#sample-news .container .item span{
    display:none;
    text-align: right;
    font-size: 13px;
    color: #ffffff;
    margin-bottom:10px;
    padding-right:10px;
}
