.chairman-secretary-title {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
}
.chairman-secretary-title div {
    display: inline-block;
}
.chairman-secretary-title h1{
    float: left;
    font-size: 32px;
}
.chairman-secretary-title img {
    float: left;
    margin-top: 14px;
}
.chairman-secretary-title img:first-child {
    margin-right: 30px;
}
.chairman-secretary-title img:last-child {
    margin-left: 30px;
}
    /* banner start */
.banner img {
    width: 100%;
    min-width: 1140px;
    vertical-align: bottom;

}
/* banner end */



/* curriculum-background start */
.curriculum-background {
    padding: 60px 0;
}
.curriculum-background-main {
    margin-top: 40px;
    padding: 30px 20px;
    height: 288px;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
}

.curriculum-background-main .left {
    float: left;
    width: 340px;
}
.curriculum-background-main .left p{
    position: relative;
    width: 340px;
    height: 110px;
    color: #fff;
    font-size: 30px;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.curriculum-background-main .left p:first-child {
    position: relative;
    background: #ff4e00;
}

.curriculum-background-main .left p:before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -13px;
    width: 0;
    height: 0;
    content: "";
    border-top: 25px solid #fff;
    /*border-left: 0px solid transparent;*/
    border-right: 25px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.curriculum-background-main .left .click-item {
    background: #ff4e00 !important;
}
.curriculum-background-main .left .click-item:before {
    border-top: 25px solid #fff !important;
}
.curriculum-background-main .left .noclick-item {
    background: #d99c7b !important;
}
.curriculum-background-main .left .noclick-item:before {
    border-top: 0 solid #fff !important;
}


.curriculum-background-main .left .left-two:before {
    border-top: 0px solid #fff ;
}

.curriculum-background-main .left p:last-child {
    margin-top: 10px;
    background: #d99c7b;
}

.curriculum-background-main .right .item-one,
.curriculum-background-main .right .item-two {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*.curriculum-background-main .left:hover + .right .item-one {*/
    /*margin-top: -250px;*/
/*}*/


.curriculum-background-main .right {
    float: left;
    margin-left: 100px;
    height: 230px;
    overflow: hidden;
}
.curriculum-background-main .right div {
    padding: 30px 0;
}
.curriculum-background-main .right h2 {
    font-size: 18px;
}
.curriculum-background-main .right p {
    font-size: 16px;
    color: #666;
}
.curriculum-background-main .right ul li:first-child h2 {
    margin-top: 0;
}
.curriculum-background-main .right h2 {
    margin-top: 10px;
}
.curriculum-background-main .right p {
    padding-left: 70px;
    margin-top: 5px;
}
/* curriculum-background end */

/* learning-object start */
.learning-object {
    padding: 60px 0;
    background: #f5f5f5;
}
.learning-object-main {
    margin-top: 40px;
    overflow: hidden;
}


.learning-object-main .object img {
    float: left;
    width: 562px;
    height: 335px;
}

.learning-object-main .mode {
    float: left;
    padding: 30px 20px;
    width: 552px;
    height: 330px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    background: #fff;
}
.learning-object-main .mode {
    margin-left: 20px;
}
.learning-object-main .mode h2 {
    font-size: 24px;
    text-align: center;
}
.learning-object-main .mode img {
    margin: auto;
    margin-top: 20px;
    left: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100px;
}
.learning-object-main .mode  p {
    margin-top: 10px;
    font-size: 24px;
    padding: 0 50px;
    box-sizing: border-box;
}
.learning-object-main .mode strong {
    color: #f00;
    font-size: 30px;
}
/* learning-object end */

/* course-arrangement start */
.course-arrangement {
    padding: 60px 0;
}
.course-arrangement-main {
    margin-top: 25px;
}
.course-arrangement-main ul li {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    padding: 30px 0 35px 0;
    width: 370px;
    height: 260px;
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.course-arrangement-main ul li:nth-child(1),
.course-arrangement-main ul li:nth-child(4),
.course-arrangement-main ul li:nth-child(7) {
    margin-left: 0;
}
.course-arrangement-main ul li p,
.course-arrangement-main ul li h2,
.course-arrangement-main ul li h3 {
    font-size: 16px;
    text-align: center;
}

.course-arrangement-main ul li h2 {
    color: #f00;
    font-size: 20px;
}
.course-arrangement-main ul li h3 {
    margin-top: 5px;
}
.course-arrangement-main ul li p {
    margin-top: 5px;
}
.course-arrangement-main .course-arrangement-border {
    margin: auto;
    padding-bottom: 20px;
    left: 0;
    right: 0;
    width: 185px;
    height: 1px;
    color: #f00;
    overflow: hidden;
}
.course-arrangement-main ul li:hover {
    background: #fff8e4;
}
/* course-arrangement end */

/* teachers start */
.teachers {
    padding: 60px 0 40px 0;
    background: #f7f7f9;
}

.teachers-title {
    display: block;
    margin-top: 30px;
}
/* teachers end */


/* train start */
.train {
    background: #e1e2e5;
}
.train-banner {
    height: 200px;
    background: #4a3f62;
}
.train-banner p:first-child {
    padding-top: 46px;
}
.train-banner p:last-child {
    margin-top: 5px;
}
.train-banner p {
    color: #ffd200;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.train-main {
    padding: 50px 0 60px 0;
}

.train-main-harvest-title {
    float: left;
    margin-top: 37px;
    height: 375px;
    overflow: hidden;
}

.train-main-harvest-title div {
    float: left;
    width: 87px;
    height: 300px;
}
.train-main-harvest-title div:last-child {
    position: relative;
    margin-left: 20px;
    background: #fe5d60;
}
.train-main-harvest-title p {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    width: 32px;
    color: #fff;
    padding-top: 50px;
    font-size: 32px;
}

.train-main-harvest-content {
    float: left;
    margin-left: 70px;
}
.train-main-harvest-content ul li:first-child {
    margin-top: 0;
}
.train-main-harvest-content ul li {
    position: relative;
    margin-top: 20px;
    width: 685px;
    height: 110px;
}
.train-main-harvest-content ul li img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.train-main-harvest-content ul li div {
    position: absolute;
    z-index: 2;
}
.train-main-harvest-content ul li h3 {
    float: left;
    margin: 33px 0;
    margin-left: 20px;
    padding-right: 20px;
    color: #fe5d60;
    font-size: 26px;
    /*line-height: 110px;*/
    box-sizing: border-box;
    border-right: dashed 2px #959595;
}
.train-main-harvest-content ul li p {
    float: left;
    margin-left: 20px;
    width: 500px;
}
.train-main-harvest-content ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.train-main-harvest-content ul li p:nth-child(3) {
    font-size: 18px;
    margin-top: 5px;
}

.train-main-subbanner {
    clear: both;
    width: 100%;
}
.train-main-subbanner h3 {
    font-size: 28px;
    text-align: center;
}
.train-main-subbanner img {
    margin-top: 30px;
}
/* train end */

/* service start */
.service {
    padding: 60px 0;
}
.service header h1 {
    font-size: 32px;
    text-align: center;
}
.service-item-one {
    padding-bottom: 60px;
}
.service-item-one-main {
    margin-top: 30px;
    overflow: hidden;
}
.service-item-one-main div:last-child {
    margin-left: 30px;
}
.service-item-one-main div {
    float: left;
    width: 555px;

}
.service-item-one-main div img {
    width: 555px;
    height: 300px;
}
.service-item-one-main div p {
    text-indent: 30px;
}
.service-item-one-main div p:nth-child(2) {
    margin-top: 15px;
    font-size: 18px;
    text-indent: 0;
}
.service-item-one-main div p:nth-child(3) {
    margin-top: 5px;
    font-size: 16px;
}

.service-item-two {
    padding: 60px 0;
    background: #f7f7f9;
}

.service-item-two-main {
    margin-top: 30px;
}

.service-item-two-main ul li:first-child {
    margin-left: 0;
}
.service-item-two-main ul li {
    float: left;
    margin-left: 33px;
    width: 258px;
    height: 302px;
    border-radius: 10px;
    border: solid 1px #fe5d60;
}
.service-item-two-main img {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    display: block;
    width: 110px;
    height: 110px;
}
.service-item-two-main p {
    margin-top: 5px;
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
}
.service-item-two-main ul li:last-child img {
    margin-top: 53px;
    width: 157px;
    height: 157px;
}

.service-item-three {
    padding-top: 60px;
}

.service-item-three-main {
    margin-top: 50px;
}
.service-item-three-main .three-itemone h2 {
    font-size: 24px;
}
.three-itemone ul {
    overflow: hidden;
}
.three-itemone ul li {
    float: left;
    margin-top: 30px;
    padding: 25px 15px 60px 15px;
    width: calc(100% / 3);
    height: 200px;
    box-sizing: border-box;
    border: solid 1px #bfbfbf;
    overflow: hidden;
}
.three-itemone ul li h3 {
    position: relative;
    padding-left: 30px;
    color: #e6343a;
    font-size: 18px;
}
.three-itemone ul li h3:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid #e6343a;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.three-itemone ul li p {
    margin-top: 20px;
    font-size: 16px;
}
.three-itemone ul li:nth-child(2) p:last-child {
    margin-top: 5px;
}

.three-itemtwo {
    clear: both;
    margin-top: 60px;
}
.three-itemtwo h2 {
    font-size: 24px;
}
.three-itemtwo-main {
    margin-top: 30px;
}
.three-itemtwo-main h3 {
    position: relative;
    font-size: 18px;
    padding-left: 30px;
}
.three-itemtwo-main h3:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    left: 5px;
    top: 6px;
    border: 6px solid #333;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.three-itemtwo-main .itemtwo-one {
    overflow: hidden;
}
.three-itemtwo-main .itemtwo-one img {
    float: left;
    margin-right: 40px;
}
.three-itemtwo-main .itemtwo-one h3 {
    float: left;
    width: calc(100% - 500px);
    margin-top: 90px;
}
.three-itemtwo-main .itemtwo-one p {
    float: left;
    margin-top: 20px;
    width: calc(100% - 500px);
    font-size: 16px;
}

.itemtwo-two {
    padding: 20px 0;
    margin-top: 60px;
    overflow: hidden;
    border: solid 1px #ededed;
}
.itemtwo-two img {
    float: left;
    margin-left: 100px;
}
.itemtwo-two h3 {
    float: left;
    display: block;
    margin-left: 60px;
}
.itemtwo-two p {
    float: left;
    width: 600px;
    margin-top: 20px;
    margin-left: 60px;
    font-size: 16px;
    line-height: 32px;
}



.itemtwo-three {
    margin-top: 60px;
}

.itemtwo-three li:first-child {
    margin-top: 20px;
    padding: 30px;
    /*height: 416px;*/
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}

.itemtwo-three li img {
    float: left;
    margin-right: 30px;
}

.itemtwo-three li:first-child img {
    padding-top: 30px;
}

.itemtwo-three li div:nth-child(2) {
    /*margin-top: 40px;*/
}
.itemtwo-three li div p:first-child {
    margin-top: 30px;
    font-size: 18px;
}
.itemtwo-three li div p:last-child {
    margin-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}


.itemtwo-three li:last-child {
    margin-top: 30px;
}
.itemtwo-three li:last-child h3 {
    float: left;
    margin-top: 170px;
    width: 500px;
}
.itemtwo-three li:last-child p {
    float: left;
    margin-top: 20px;
    width: 500px;
    font-size: 16px;
}
/* service end */

/* contact-us start */
.contact-us {
    padding: 60px 0;
    background: #f7f7f9;
}
.contact-us header h1 {
    font-size: 32px;
    text-align: center;
}
.contact-us-main {
    margin-top: 30px;
}
.contact-us-main:nth-child(2){
    margin-bottom: 40px;
}
.contact-us-main:nth-child(2) a img {
    width: 280px;
}


/* contact-us end */

