﻿body {}

/*#region 第一部分 */

.section1 {
    background-image: url("Images/highschool/thematic/section1-bg.png");
    height: 575px;
    background-size: cover;
}

.section1 .content {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 200px 0 0;
}

.section1 .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section1 .sub-title {
    font-size: 18px;
    line-height: 30px;
}

.section1 .operation {
    margin-top: 70px;
}

.section1 .operation a {
    color: #fff;
    display: inline-block;
    width: 170px;
    margin: 0 10px;
    border-radius: 5px;
    padding: 5px 0;
}

.section1 .contact {
    background-color: #55c4b9;
}

.section1 .contact:hover {
    background-color: #28c0b1;
}

.section1 .register {
    border: 1px solid #fff;
}

.section1 .register:hover {
    background-color: #81593d;
}

.section1 .tel {
    margin-top: 30px;
    letter-spacing: 2px;
    font-size: 20px;
    vertical-align: middle;
}

/*#endregion */

/*#region 第二部分 */

.section2 {
    background-color: #fff;
    text-align: center;
}

.section2 .content {
    width: 1000px;
    margin: 0 auto;
}

.section2 .title {
    margin-top: 50px;
}

.section2 .title span {
    display: inline-block;
    line-height: 2;
    text-align: center;
    font-size: 35px;
    color: #0D4943;
    text-align: center;
    border-radius: 27px;
    background-color: #CDF0ED;
    width: 540px;
    height: 68px;
}

.section2 .intro {
    text-align: center;
    margin: 50px 0px;
    padding: 0px 120px;
}

.section2 .intro p {
    font-size: 18px;
    color: #63827F;
    padding: 20px 10px;
    line-height: 2;
    border: 2px solid #CDF0ED;
}

/*#endregion */

/*#region 第三部分 */

.section3 {
    background-image: url("images/highschool/thematic/section3-bg.png");
    background-size: cover;
    height: 213px;
    text-align: center;
    color: #fff;
}

.section3 .content {
    padding: 50px 0;
}

.section3 .title {
    font-size: 40px;
}

.section3 .sub-title {
    font-size: 24px;
}

/*#endregion */

/*#region 第四部分 */

.section4 .content {
    width: 1000px;
    margin: 0 auto;
}

.section4 .content .rows {
    margin-bottom: 50px;
    margin-top: -1px;
}

.section4 .left, .section4 .right {
    width: 495px;
    display: inline-block;
    vertical-align: middle;
}

.section4 .left {
    padding: 50px 40px;
}

.section4 .right img {
    width: 90%;
}

.section4 .title {
    font-size: 35px;
    color: #0d4943;
    font-weight: bold;
}

.section4 .sub-title {
    color: #63827f;
    font-size: 20px;
    margin-top: 25px;
}

.section4 .intro {
    color: #63827f;
    font-size: 14px;
    width: 440px;
    line-height: 2;
}

.section4 .bottom-line {
    width: 40px;
    border-bottom: 4px solid #12b4a4;
    display: block;
}

/*#endregion */

/*#region 第五部分 */

.section5 {
    background-color: #eff7f6;
    text-align: center;
}

.section5 .content {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 10px;
}

.section5 .title {
    font-size: 35px;
    color: #0d4943;
}

.section5 .sub-title {
    margin-bottom: 30px;
    color: #63827f;
}

.section5 .expert {
    padding-top: 30px;
}

.section5 .expert-content {
    display: inline-block;
    background-color: #fcfdfd;
    width: 300px;
    padding: 0 15px 15px;
    border-radius: 15px;
    margin: 0 10px;
    height: 190px;
    margin-bottom: 20px;
    border: 1px solid #fcfdfd;
}

.section5 .expert-content:hover {
    box-shadow: 0 0 29px 5px #C1CEDA;
}

.section5 .left, .section5 .right {
    display: inline-block;
    vertical-align: middle;
}

.section5 .left {
    width: 34%;
    position: relative;
    top: -30px;
}

.section5 .right {
    width: 64%;
    text-align: left;
}

.section5 .left img {
    position: relative;
    width: 100%;
    border-radius: 50%;
}

.section5 .name {
    color: #0d4943;
    margin-bottom: 5px;
    padding-left: 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section5 .job {
    color: #63827f;
    font-size: 14px;
    padding-left: 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section5 .bottom {
    color: #63827f;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

.section5 .glyphicon {
    position: absolute;
    top: 100px;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}

.section5 .glyphicon-chevron-left {
    left: -50px;
}

.section5 .glyphicon-chevron-right {
    right: -50px;
}

/*#endregion */

/*#region 第六部分 */

.section6 .content {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.section6 .title {
    font-size: 35px;
    color: #0d4943;
    margin: 0 0 30px 0;
}

.section6 ul {
    padding: 0;
}

.section6 li {
    width: 176px;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 25px;
    cursor: pointer;
}

.section6 li img {
    width: 54%;
    border: 8px solid #fff;
    border-radius: 50%;
}

.section6 li.select img {
    border: 8px solid #ecf9f7;
}

.section6 li .sub-title {
    color: #12b4a4;
    font-size: 20px;
    margin-bottom: 5px;
}

.section6 li .intro {
    font-size: 12px;
    color: #63827f;
}

/*#endregion */

/*#region 第七部分 */

.section7 {
    background-color: #eff7f6;
    text-align: center;
}

.section7 .content {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 15px;
}

.section7 .title {
    font-size: 25px;
    color: #0d4943;
    font-weight: bold;
    vertical-align: middle;
}

.section7 .tel {
    margin: 0 70px 0 30px;
    color: #0d4943;
}

.section7 .contact {
    color: #0d4943;
    border: 1px solid #0d4943;
    padding: 5px 15px;
    border-radius: 50px;
    vertical-align: middle;
}

/*#endregion */

.highschool-special .content {
    width: 1170px!important;
    margin: 0 auto;
}

.highschool-special .section1 .title {
    margin-bottom: 30px;
}

.highschool-special .section1 .sub-title {
    margin-bottom: 0;
    line-height: 35px;
}

.highschool-special .section1 .operation {
    margin-top: 16px;
}

.highschool-special .section1 .content {
    padding-top: 100px;
}

.highschool-special .section1 .tel {
    margin-top: 16px;
}

.highschool-special .section1 .partners {
    margin-top: 30px;
}

.highschool-special .section1 .partners h3 {
    margin: 5px 0;
}

.highschool-special .section1 .operation a.contact {
    background: #507882;
    border: 1px solid #FFF;
}

.highschool-special .section1 .operation a.contact:hover {
    background: #3d6873;
}

/*.section1 .partners h3{float:left; width:150px;}
.section1 .partners ul li{float:left; margin:0 15px;}
.section1 .partners ul li .p-name{font-size:12px; color:#FFF; margin-top:5px;}
.section1 .partners ul li.more{padding:20px 15px 0;}*/

.section1 .partners h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.section1 .partners h3:before, .section1 .partners h3:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #FFF;
    top: 13px;
    width: 50px;
}

.section1 .partners h3:before {
    left: -65px;
}

.section1 .partners h3:after {
    right: -65px;
}

.partner-unit {
    text-align: center;
    margin-top: 8px;
}

.partner-unit .p-logo {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.partner-unit .p-logo img {
    width: 100%;
}

.partner-unit .p-name {
    display: inline-block;
    font-size: 14px;
}

.partner-units {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 35px;
}

.partner-units strong {
    font-size: 30px;
    font-weight: normal;
    line-height: 1px;
}

.highschool-special .section2 {
    background: url('images/highschool/thematic/section2_bg.jpg') no-repeat center bottom;
}

.highschool-special .section2 .content {
    width: 1240px!important;
}

.highschool-special .section2 .content h2, .highschool-special .section2 .content p {
    color: #507882;
}

.highschool-special .section2 .content_one {
    background: url('images/highschool/thematic/section2_bg1.png') no-repeat center center;
    height: 382px;
    position: relative;
}

.highschool-special .section2 .content_one a {
    position: absolute;
}

.highschool-special .section2 .content_one a.login-enter {
    left: 50%;
    top: 50px;
    width: 325px;
    height: 40px;
    margin-left: 0px;
    font-size: 14px;
    color: #ff7200;
}

.highschool-special .section2 .content_one a.login-enter:hover {
    color: #507882;
}

.highschool-special .section2 .content_one a.gzs-buy {
    left: 50%;
    top: 118px;
    width: 220px;
    height: 40px;
    margin-left: -595px;
    font-size: 14px;
    color: #ff7200;
}

.highschool-special .section2 .content_one a.gzs-buy:hover {
    color: #507882;
}

.highschool-special .section2 .content_one h1 {
    left: 50%;
    top: 190px;
    width: 220px;
    height: 40px;
    margin-left: -578px;
    font-size: 24px;
    color: #507882;
    position: absolute;
    font-weight: 600;
}

.highschool-special .section2 .content_one h1 em {
    font-size: 20px;
    font-style: normal;
    line-height: 43px;
    font-weight: normal;
}

.highschool-special .section2 .content_two {
    background: url('images/highschool/thematic/section2_bg2.png') no-repeat center center;
    height: 570px;
    position: relative;
}

.highschool-special .section2 .content_two .bg-img4 {
    position: absolute;
    width: 605px;
    border-radius: 10px;
    overflow: hidden;
    left: 420px;
    top: 235px;
}

.highschool-special .section2 .content_two .bg-img4 img {
    width: 100%;
}

.highschool-special .section2 .content_two h1 {
    left: 50%;
    top: 226px;
    width: 220px;
    height: 40px;
    margin-left: -576px;
    font-size: 24px;
    color: #507882;
    position: absolute;
    font-weight: 600;
}

.highschool-special .section2 .content_two h1 em {
    font-size: 20px;
    font-style: normal;
    line-height: 43px;
    font-weight: normal;
}

.highschool-special .section2 .content_two .tt {
    left: 50%;
    top: 490px;
    width: 220px;
    height: 40px;
    margin-left: -405px;
    font-size: 12px;
    color: #507882;
    position: absolute;
}

.highschool-special .section2 .content_three {
    background: url('images/highschool/thematic/section2_bg3.png') no-repeat center center;
    height: 476px;
    position: relative;
}

.highschool-special .section2 .content_four {
    background: url('images/highschool/thematic/section2_bg4.png') no-repeat center center;
    height: 287px;
}

.highschool-special .section2 .content_two .wr-tab {
    margin-left: 301px;
    margin-right: 65px;
}

.highschool-special .section2 .content_two .wr-tab .tab-pane {
    font-size: 14px;
    text-align: left;
    padding: 15px 0;
    line-height: 25px;
    position: relative;
}

.highschool-special .section2 .content_two .wr-tab ul a {
    font-size: 18px;
    color: #323232;
    padding: 0;
}

.highschool-special .section2 .content_two .wr-tab ul li.active a {
    color: #323232;
}

.highschool-special .section2 .content_two .wr-tab ul a em {
    font-size: 12px;
    font-style: normal;
}

.highschool-special .section2 .content_two .name-t {
    padding: 25px 90px 9px 338px;
}

.wrtab-icon {
    background: url('images/highschool/thematic/tabsicon.png') no-repeat;
    width: 47px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.wrtab-icon-sc {
    background-position: 0 0;
}

.wrtab-icon-sy {
    background-position: -50px 0;
}

.wrtab-icon-xq {
    background-position: -100px 0;
}

.wr-tab ul {
    padding-left: 50px;
    border-bottom: 0;
}

.wr-tab ul li {
    padding: 0 50px;
}

.wr-tab ul li.active .wrtab-icon-sc {
    background-position: 0 -49px;
}

.wr-tab ul li.active .wrtab-icon-sy {
    background-position: -50px -49px;
}

.wr-tab ul li.active .wrtab-icon-xq {
    background-position: -100px -49px;
}

.wr-tab ul li a {
    border: 7px solid #aaa;
    border-width: 0 0 7px;
    padding: 10px 0;
}

.wr-tab ul li.active a, .wr-tab ul li.active a:hover, .wr-tab ul li a:hover, .wr-tab ul li a:focus, .wr-tab ul li.active a:focus {
    border: 7px solid #177cb0;
    background: #FFF;
    border-width: 0 0 7px;
}

.highschool-special .section3 {
    background: url('images/highschool/thematic/hykc_bg.jpg') no-repeat center center;
}

.highschool-special .section3 .content {
    padding: 20px 0 40px;
}

.highschool-special .section3 h2.title {
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 30px 0;
}

.highschool-special .section3 .content-info p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    color: #424b50;
}

.highschool-special .section2 .content_three h1.h-t1 {
    left: 50%;
    top: 371px;
    width: 220px;
    height: 40px;
    margin-left: -455px;
    font-size: 24px;
    color: #507882;
    position: absolute;
    font-weight: 600;
}

.highschool-special .section2 .content_three h1.h-t1 em {
    font-size: 20px;
    font-style: normal;
    line-height: 43px;
    font-weight: normal;
}

.highschool-special .section2 .content_three h1.h-t2 {
    left: 50%;
    top: 371px;
    width: 220px;
    height: 40px;
    margin-left: 214px;
    font-size: 24px;
    color: #507882;
    position: absolute;
    font-weight: 600;
}

.highschool-special .section2 .content_three h1.h-t2 em {
    font-size: 20px;
    font-style: normal;
    line-height: 43px;
    font-weight: normal;
}

.highschool-special .section2 .content_four {
    color: #507882;
    position: relative;
    box-sizing: border-box;
    padding-top: 59px;
}

.highschool-special .section2 .content_four h1 {
    font-size: 24px;
    font-weight: bold;
}

.highschool-special .section2 .content_four p {
    text-align: center;
    font-size: 18px;
}

.highschool-special .section2 .content_four h3 {
    position: absolute;
    top: 170px;
    font-size: 20px;
    font-weight: bold;
}

.highschool-special .section2 .content_four h3.h-t1 {
    left: 28px;
}

.highschool-special .section2 .content_four h3.h-t2 {
    left: 189px;
}

.highschool-special .section2 .content_four h3.h-t3 {
    left: 399px;
}

.highschool-special .section2 .content_four h3.h-t4 {
    left: 579px;
}

.highschool-special .section2 .content_four h3.h-t5 {
    left: 760px;
}

.highschool-special .section2 .content_four h3.h-t6 {
    left: 948px;
}

.highschool-special .section2 .content_four h3.h-t7 {
    left: 1132px;
}

.highschool-special .section2 .content_four p.bt {
    padding-top: 90px;
    font-size: 14px;
}

.highschool-special .section4 {
    background: url('images/highschool/thematic/kcc_bg.jpg') no-repeat center center;
}

.highschool-special .section4 .content {
    width: 100%!important;
}

/*.highschool-special .section4 .content .kc-content{text-align:center; width:100%; min-width:1170px;}
.highschool-special .section4 .content .kc-content img{width:100%; max-width:2000px;}*/

.highschool-special .section5 {
    background: #FFF;
}

.highschool-special .section5 h2.title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color: #333;
    margin: 30px 0;
}

.highschool-special .section5 .content-info {}

.highschool-special .section5 .content-info li {
    text-align: justify;
    color: #424b50;
    background: url('images/highschool/thematic/list-i.png') no-repeat 0 0;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 18px;
}

.highschool-special .section6 {
    background: #edf1f2;
    padding-top: 30px;
}

.highschool-special .section6 li {
    width: 235px;
}

.highschool-special .section6 li img {
    border-color: #edf1f2;
}

.highschool-special .section6 li .sub-title {
    color: #507882;
    font-size: 30px;
}

.highschool-special .section6 li .intro {
    font-size: 18px;
}

.highschool-special .section7 {
    background: #507882;
}

.highschool-special .section7 .title, .highschool-special .section7 .tel, .highschool-special .section7 .contact {
    color: #FFF;
}

.highschool-special .section7 .contact {
    border-color: #FFF;
}

.bg-img {
    padding-top: 112px;
    padding-left: 287px;
}

.bg-img .bg-img1, .bg-img .bg-img2, .bg-img .bg-img3 {
    width: 290px;
    float: left;
    margin-right: 9px;
    border-radius: 10px;
    overflow: hidden;
}

.bg-img img {
    width: 100%;
}

.xx-box {
    float: left;
    text-align: right;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.jt-box {
    float: right;
    text-align: left;
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.kc-content {
    width: 1170px;
    margin: 0 auto;
}

.kc-content h2 {
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    margin: 30px 0 20px;
}

.kc-content .txt {
    color: #c3272b;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

.kc-content .xx-box h2 {
    margin-right: 30px;
}

.kc-content .jt-box h2 {
    margin-left: 28px;
}

.kc-content .xx-box .txt {
    text-align: left;
}

.kc-content .jt-box .txt {
    text-align: right;
}

.kc-content .txt:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 5px;
    background: #76664d;
    top: 60px;
}

.kc-content .xx-box .txt:after {
    left: 0;
}

.kc-content .jt-box .txt:after {
    right: 0;
}

.tx-tip span {
    display: block;
    border-radius: 80px;
    font-size: 17px;
    color: #c3272b;
    width: 130px;
    text-align: center;
    border: 2px solid #c3272b;
    padding: 0 5px;
}

.tx-tip p {
    height: 24px;
}

.tx-tip {
    padding-bottom: 15px;
}

.xx-box .tx-tip p span {
    float: right;
}

.xx-box .tx-tip p span.s1 {
    margin-right: 150px;
}

.xx-box .tx-tip p span.s2 {
    margin-right: 100px;
}

.xx-box .tx-tip p span.s3 {
    margin-right: 50px;
}

.jt-box .tx-tip p span {
    float: left;
}

.jt-box .tx-tip p span.s1 {
    margin-left: 150px;
}

.jt-box .tx-tip p span.s2 {
    margin-left: 100px;
}

.jt-box .tx-tip p span.s3 {
    margin-left: 50px;
}

.lh-box {
    text-align: center;
    color: #c3272b;
    padding-bottom: 20px;
}

.lh-box h3 {
    font-size: 22px;
    font-weight: bold;
}

.lh-box p {
    font-size: 14px;
}

.lh-box .img {
    background: url('images/highschool/thematic/img05.png') no-repeat;
    width: 99px;
    height: 29px;
    display: block;
    margin: 0 auto;
}

.dd-box {
    background: url('images/highschool/thematic/img06.png') no-repeat;
    width: 772px;
    height: 330px;
    display: block;
    margin: 20px auto 0;
}

/*2019-03-11*/

.wr-fp-content {
    padding: 25px 90px 0;
}

.wr-fp-content .inner {
    position: relative;
    height: 380px;
}

.wr-fp-content .inner .item {
    position: absolute;
    background: #507882;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    width: 298px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
}

.wr-facing-problems {
    background: url(Images/highschool/thematic/facing-problems_bg.jpg) no-repeat center 0 #edf1f2;
    height: 590px;
}

.wr-facing-problems .content h2, .wr-facing-problems .content p {
    color: #507882;
    text-align: center;
}

.wr-facing-problems .content h2 {
    padding-top: 50px;
    margin-top: 0;
}

.wr-fp-content .inner .item1 {
    left: 0;
    top: 0;
}

.wr-fp-content .inner .item2 {
    left: 0;
    top: 77px;
}

.wr-fp-content .inner .item3 {
    left: 0;
    top: 153px;
}

.wr-fp-content .inner .item4 {
    left: 0;
    top: 230px;
}

.wr-fp-content .inner .item5 {
    left: 0;
    top: 306px;
}

.wr-fp-content .inner .item6 {
    right: 0;
    top: 0;
}

.wr-fp-content .inner .item7 {
    right: 0;
    top: 77px;
}

.wr-fp-content .inner .item8 {
    right: 0;
    top: 153px;
}

.wr-fp-content .inner .item9 {
    right: 0;
    top: 230px;
}

.wr-fp-content .inner .item10 {
    right: 0;
    top: 306px;
}

.wr-fp-content .inner .item1:after, .wr-fp-content .inner .item2:after, .wr-fp-content .inner .item3:after, .wr-fp-content .inner .item4:after, .wr-fp-content .inner .item5:after {
    left: 298px;
    top: 26px;
    content: '';
    position: absolute;
    width: 64px;
    height: 2px;
    background: #507882;
}

.wr-fp-content .inner .item6:before, .wr-fp-content .inner .item7:before, .wr-fp-content .inner .item8:before, .wr-fp-content .inner .item9:before, .wr-fp-content .inner .item10:before {
    right: 298px;
    top: 26px;
    content: '';
    position: absolute;
    width: 64px;
    height: 2px;
    background: #507882;
}

.wr-fp-content .inner p {
    position: absolute;
    height: 307px;
    line-height: 265px;
    font-size: 20px;
    width: 270px;
    border: 2px solid #507882;
    border-width: 0 2px;
    left: 360px;
    top: 27px;
}

.wr-fp-content .inner .item3:after, .wr-fp-content .inner .item8:before {
    width: 200px;
}