.fhdb {
    position: fixed;
    width: 78px;
    height: 78px;
    border-radius: 5px;
    background-color: #1cb0c0;
    bottom: 40px;
    right: 60px;
    text-align: center;
    line-height: 78px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.fhdb.on {
    display: block;
}

.fhdb img {
    display: inline-block;
    vertical-align: middle;
}

.section0 {
    position: relative;
    
    padding-bottom: 80px;
}

.section0::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 455px;
    height: 184px;
    z-index: 0;
    pointer-events: none;
    max-width: calc(100% - 100px);
}

.sect0 .title .more a::before {
    background-color: #f1fcfd;
}

.sect0 .title .more a:after {
    background-color: #f1fcfd;
}

.slide-hap-yw {
    position: relative;
    padding-top: 60px;
}

.slide-hap-yw>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.slide-hap-yw>ul li {
    margin: 0 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slide-hap-yw>ul li>a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.slide-hap-yw>ul li>a .pic {
    padding-top: 65%;
}

.slide-hap-yw>ul li>a .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
    padding: 30px 10%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slide-hap-yw>ul li>a .text h2 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    height: 76px;
    font-weight: normal;
    overflow: hidden;
}

.slide-hap-yw>ul li>a .text p {
    line-height: 24px;
    text-align: justify;
    height: 72px;
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slide-hap-yw>ul li:hover>a .text {
    opacity: 1;
    visibility: inherit;
}

.slide-hap-yw>ul li>a .text .info {
    position: relative;
}

.slide-hap>ul li>a .text .info .time {
    font-size: 18px;
}

.slide-hap-yw>ul li>a .text .info span {
    position: absolute;
    right: 0;
    width: 24px;
    height: 5px;
    background: url(../images/dd.png) no-repeat center center;
}

.slide-hap-yw .btt {
    position: absolute;
    width: 150px;
    height: 75px;
    top: -75px;
    left: 56%;
}

.slide-hap-yw .btt>div {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 75px;
    border-radius: 50%;
}

.slide-hap-yw .btt .btt-l {
    left: 0;
    background: url(../images/s1-l.png) no-repeat center center;
}

.slide-hap-yw .btt .btt-r {
    right: 0;
    background: url(../images/s1-r.png) no-repeat center center;
}

.slide-hap-yw .btt>div:hover {
    background-color: #fff;
    box-shadow: 0 0 0.15rem rgba(29, 98, 148, .2);
}

.slide-hap-yw>ul li:hover .txt{
    opacity: 1;
    visibility: inherit;}
.slide-hap-yw>ul li .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
    padding: 30px 10%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}
.slide-hap-yw>ul li .txt h4 {
    font-size: 20px;
    margin-bottom: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.slide-hap-yw>ul li:hover img {
    transform: scale(1.05);
}
.slide-hap-yw>ul li .txt p {
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 8%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
}
.slide-hap-yw>ul li .txt time {
    font-weight: 100;
    font-size: 18px;
}
.slide-hap-yw>ul li .txt .info {
    display: flex;
    justify-content: space-between
}
.slide-hap-yw>ul li .txt .dotMore svg {
    height: 6px;
    display: inline-block;
    vertical-align: 3px
}
.slide-hap-yw>ul li.txt .dotMore path {
    fill: #fff
}


.section01 {
    position: relative;
    background: #f1fcfd;
    padding-top: 132px;
    padding-bottom: 80px;
}

.section01::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    background: url(../images/fae.png) no-repeat center;
    background-size: 100% 100%;
    width: 455px;
    height: 184px;
    z-index: 0;
    pointer-events: none;
    max-width: calc(100% - 100px);
}

.sect01 {
    position: relative;
    padding-left: 315px;
    box-sizing: border-box;
}

.sect01 .title {
    position: absolute;
    left: 0;
    top: 25px;
}
.sect01 ul li{
    position: relative;
    padding: 30px 0 30px 7%;
    }
.sect01 ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    background: linear-gradient(45deg,#1aa7b6 0%,#76cfd8 100%);}
.sect01 ul li a{
    display: block;
    position: relative;
    z-index: 3;
    color: #333;}
.sect01 ul li h4{
    font-size: 26px;
    margin-bottom: 3%;
    transition: .3s;
    }
.sect01 ul li time{
    text-align: center;
    color: #666;
    transition: .3s;
    width: 70px;
    display: block;
    float: left;
    }
.sect01 ul li time span{
    font-size: 46px;
    color: #1cafbf;
    display: block;
    transition: .3s
    }
.sect01 ul li p{
    line-height: 26px;
    width: calc(100% - 100px);
    padding-top: 5px;
    color: #777;
    transition: .3s;
    float: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    }
.sect01 ul li .info{
    margin-bottom: 30px;
    }
.sect01 ul li span.swi-arrbar{
    display: block;
    width: 30px;
    height: 20px;
    background: url(../images/jiaotou_b.png) center #1cafbf no-repeat;
    line-height: 20px;
    text-align: center;
    transition: .3s}
.sect01 ul li:hover:after {
    width: 150%;
    transition: .5s;
}
.sect01 ul li:hover a {
    color: #fff;
}
.sect01 ul li:hover time {
    color: rgba(255,255,255,.8);
}

.sect01 ul li:hover time {
    color: #fff;
}

.sect01 ul li:hover time span {
    color: #fff;
}

.sect01 ul li:hover p {
    color: rgba(255,255,255,.8);
}
.sect01 ul li:hover span.swi-arrbar {
    background: url(../images/jiaotou_l.png) center #fff no-repeat;
}



.section02 {
    position: relative;
    padding-top: 132px;
    padding-bottom: 80px;
}

.section02::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 455px;
    height: 184px;
    z-index: 0;
    pointer-events: none;
    max-width: calc(100% - 100px);
}

.sect02 .title .more a::before {
    background-color: #f1fcfd;
}

.sect02 .title .more a:after {
    background-color: #f1fcfd;
}

.slide-hap-xsdt {
    position: relative;
    padding-top: 60px;
}

.slide-hap-xsdt>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.slide-hap-xsdt>ul li {
    margin: 0 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slide-hap-xsdt>ul li>a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.slide-hap-xsdt>ul li>a .pic {
    padding-top: 65%;
}

.slide-hap-xsdt>ul li>a .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
    padding: 30px 10%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slide-hap-xsdt>ul li>a .text h2 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    height: 76px;
    font-weight: normal;
    overflow: hidden;
}

.slide-hap-xsdt>ul li>a .text p {
    line-height: 24px;
    text-align: justify;
    height: 72px;
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slide-hap-xsdt>ul li:hover>a .text {
    opacity: 1;
    visibility: inherit;
}

.slide-hap-xsdt>ul li>a .text .info {
    position: relative;
}

.slide-hap>ul li>a .text .info .time {
    font-size: 18px;
}

.slide-hap-xsdt>ul li>a .text .info span {
    position: absolute;
    right: 0;
    width: 24px;
    height: 5px;
    background: url(../images/dd.png) no-repeat center center;
}

.slide-hap-xsdt .btt {
    position: absolute;
    width: 150px;
    height: 75px;
    top: -75px;
    left: 56%;
}

.slide-hap-xsdt .btt>div {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 75px;
    border-radius: 50%;
}

.slide-hap-xsdt .btt .btt-l {
    left: 0;
    background: url(../images/s1-l.png) no-repeat center center;
}

.slide-hap-xsdt .btt .btt-r {
    right: 0;
    background: url(../images/s1-r.png) no-repeat center center;
}

.slide-hap-xsdt .btt>div:hover {
    background-color: #fff;
    box-shadow: 0 0 0.15rem rgba(29, 98, 148, .2);
}

.slide-hap-xsdt>ul li:hover .txt{
    opacity: 1;
    visibility: inherit;}
.slide-hap-xsdt>ul li .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
    padding: 30px 10%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}
.slide-hap-xsdt>ul li .txt h4 {
    font-size: 20px;
    margin-bottom: 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.slide-hap-xsdt>ul li:hover img {
    transform: scale(1.05);
}
.slide-hap-xsdt>ul li .txt p {
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 8%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
}
.slide-hap-xsdt>ul li .txt time {
    font-weight: 100;
    font-size: 18px;
}
.slide-hap-xsdt>ul li .txt .info {
    display: flex;
    justify-content: space-between
}
.slide-hap-xsdt>ul li .txt .dotMore svg {
    height: 6px;
    display: inline-block;
    vertical-align: 3px
}
.slide-hap-xsdt>ul li.txt .dotMore path {
    fill: #fff
}






.section1 {
    position: relative;
    background: #f1fcfd;
    padding-top: 132px;
    padding-bottom: 80px;
}

.section1::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    background: url(../images/fae.png) no-repeat center;
    background-size: 100% 100%;
    width: 455px;
    height: 184px;
    z-index: 0;
    pointer-events: none;
    max-width: calc(100% - 100px);
}

.title .t {
    font-size: 38px;
    margin-bottom: 20px;
}

.title .t span {
    display: inline-block;
    background: linear-gradient(to right, #175f99 0%, #449da2 100%);
    -webkit-background-clip: text;
    color: transparent;
    vertical-align: -3px;
    margin-right: 10px;
    text-transform: uppercase;
}

.title .more a {
    position: relative;
    padding-right: 45px;
    font-size: 24px;
    color: #222;
    text-transform: capitalize;
}

.title .more a:hover {
    color: #1cafbf;
}

.title .more a::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #1cafbf;
    position: absolute;
    right: 0;
    top: 9px;
    background: transparent;
    z-index: 3;
}

.title .more a::after {
    content: '';
    width: 20px;
    height: 19px;
    border: 1px solid #1cafbf;
    position: absolute;
    right: 4px;
    top: 5px;
    background: transparent;
}

.sect1 .title .more a::before {
    background-color: #f1fcfd;
}

.sect1 .title .more a:after {
    background-color: #f1fcfd;
}

.slide-hap {
    position: relative;
    padding-top: 60px;
}

.slide-hap>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.slide-hap>ul li {
    margin: 0 25px;
}

.slide-hap>ul li>a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.slide-hap>ul li>a .pic {
    padding-top: 65%;
}

.slide-hap>ul li>a .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
    padding: 30px 10%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slide-hap>ul li>a .text h2 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    height: 76px;
    font-weight: normal;
    overflow: hidden;
}

.slide-hap>ul li>a .text p {
    line-height: 24px;
    text-align: justify;
    height: 72px;
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slide-hap>ul li:hover>a .text {
    opacity: 1;
    visibility: inherit;
}

.slide-hap>ul li>a .text .info {
    position: relative;
}

.slide-hap>ul li>a .text .info .time {
    font-size: 18px;
}

.slide-hap>ul li>a .text .info span {
    position: absolute;
    right: 0;
    width: 24px;
    height: 5px;
    background: url(../images/dd.png) no-repeat center center;
}

.slide-hap .btt {
    position: absolute;
    width: 150px;
    height: 75px;
    top: -75px;
    left: 56%;
}

.slide-hap .btt>div {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 75px;
    border-radius: 50%;
}

.slide-hap .btt .btt-l {
    left: 0;
    background: url(../images/s1-l.png) no-repeat center center;
}

.slide-hap .btt .btt-r {
    right: 0;
    background: url(../images/s1-r.png) no-repeat center center;
}

.slide-hap .btt>div:hover {
    background-color: #fff;
    box-shadow: 0 0 0.15rem rgba(29, 98, 148, .2);
}

.section2 {
    padding-top: 55px;
    padding-bottom: 45px;
}

.sect2 {
    position: relative;
    padding-left: 315px;
    box-sizing: border-box;
}

.sect2 .title {
    position: absolute;
    left: 0;
    top: 25px;
}

.sect2 ul li {
    padding-left: 35px;
    border-bottom: 1px dashed #e0e0e0;
    transition: all .3s;
}

.sect2 ul li a {
    position: relative;
    display: block;
    padding: 30px 0;
    padding-left: 30px;
    padding-right: 120px;
    background: url(../images/sect2-list.png) no-repeat left center;
}

.sect2 ul li a .date {
    width: 70px;
    height: 65px;
    text-align: center;
    font-family: "Arial";
    color: #fff;
    display: none;
}

.sect2 ul li a .date p {
    font-size: 48px;
}

.sect2 ul li a .date p span {
    font-size: 16px;
}

.sect2 ul li a .text h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.sect2 ul li a .text p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
    color: #fff;
    display: none;
}

.sect2 ul li a .text span {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    color: #8c8c8c;
}

.sect2 ul li.on {
    background-color: #47bac7;
    padding-right: 35px;
}

.sect2 ul li.on a {
    padding-left: 0;
    padding-right: 0;
    background: none;
    background-position: 3% 80%;
}

.sect2 ul li.on a .date {
    display: block;
    float: left;
}

.sect2 ul li.on a .text {
    overflow: hidden;
    padding-left: 20px;
}

.sect2 ul li.on a .text h2 {
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.sect2 ul li.on a .text p {
    display: block;
}

.sect2 ul li.on a .text span {
    display: none;
}

.section3 {
    padding-top: 132px;
    padding-bottom: 60px;
    background: url(../images/sect3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.re-tit {
    margin-top: 55px;
    margin-bottom: 90px;
    font-size: 0;
    border-bottom: 2px solid #61bbac;
}

.re-tit p {
    display: inline-block;
    width: 25%;
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.re-tit p span {
    display: block;
    border-left: 3px solid #d2d4d4;
}

.re-tit p:first-child span {
    border-left: none;
}

.re-tit p.on {
    background: url(../images/re-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.re-tit p.on+p span {
    border-left: none;
}

.re-tit p.on span {
    border-left: none;
}

.r1 {
    position: relative;
    width: 40%;
    margin-bottom: 40px;
    height: 59px;
    transition: all .3s;
    z-index: 1;
}

.r1-tit {
    float: left;
}

.re-qh .re-box .r1:hover {
    z-index: 9;
}

.r2-tit {
    float: right;
}

.r3-tit {
    float: left;
    margin-left: 50px;
}

.r4-tit {
    float: right;
    margin-right: 50px;
}

.r5-tit {
    float: left;
}
.r6-tit {
    float: right;
}
.r7-tit {
    float: left;
    margin-left:50px;
}
.r8-tit {
    float: right;
    margin-right:50px;
}
.r9-tit {
    float: left;
}
.r10-tit {
    float: right;
}

.r1 a span {
    display: inline-block;
    width: 460px;
    height: 59px;
    line-height: 59px;
    background: url(../images/s3-tit.png) no-repeat left center;
    background-size:100% 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    transition: all .3s;
}

.r1 a span:hover {
    background: url(../images/s3-tit-other.png) no-repeat left center;
    font-weight: bold;
    color: #1cb0c0;
}

.re-qh .re-box>div:nth-child(2n-1).r1 a span:hover {
    background-position: right center;
}

.r1 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1cb0c0;
    height: 1px;
    width: 150px;
}

.r1.rl i {
    right: 0;
}

.r1.rr i {
    left: 0;
}

.r1.rl span {
    float: left;
}

.r1.rr span {
    float: right;
}

.r1 i::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #1cb0c0;
}

.r1.rl i::after {
    right: -8px;
}

.r1.rr i::after {
    left: -8px;
}

.r1 .layer-zz {
    position: absolute;
    width: 640px;
    background-color: #1cb0c0;
    padding: 25px 40px;
    box-sizing: border-box;
    z-index: 9;
    transition: all .3s;
    display: none;
}

.r1 .layer-zz p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.r1.r1-tit .layer-zz {
    left: 435px;
    top: 0;
}

.r1.r2-tit .layer-zz {
    top: 0px;
    right: 425px;
}

.r1.r3-tit .layer-zz {
    top: -100px;
    left: 385px;
}

.r1.r4-tit .layer-zz {
    top: -100px;
    right: 375px;
}

.r1.r5-tit .layer-zz {
    top: -200px;
    left: 435px;
}
.r1.r6-tit .layer-zz {
    top: -200px;
    right: 375px;
}
.r1.r7-tit .layer-zz {
    top: -300px;
    left: 385px;
}
.r1.r8-tit .layer-zz {
    top: -300px;
    right: 375px;
}
.r1.r9-tit .layer-zz {
    top: -400px;
    left: 385px;
}
.r1.r10-tit .layer-zz {
    top: -400px;
    right: 375px;
}
.r1.on .layer-zz {
    display: block;
}

.re-qh .re-box {
    display: none;
    transition: all .3s;
}

.re-qh .re-box.active {
    display: block;
}

.section4 {
    padding-top: 132px;
    padding-bottom: 80px;
}

.course {
    margin-top: 50px;
    overflow: hidden;
}

.course>ul {
    overflow: hidden;
}

.course>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    min-height: 415px;
    padding-left: 70px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.course>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.course>ul>li.c-l {
    background: url(../images/c-l.jpg) no-repeat center center;
}

.course>ul>li.c-r {
    background: url(../images/c-r.jpg) no-repeat center center;
}

.course>ul>li h2 {
    font-size: 30px;
    color: #fff;
}

.course>ul>li h2 img {
    vertical-align: middle;
    margin-right: 15px;
}

.course>ul>li>ul>li {
    margin-top: 20px;
    padding-left: 20px;
    background: url(../images/s4-list.png) no-repeat left center;
}

.course>ul>li>ul>li>a {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}

.course>ul>li>ul>li:hover>a {
    color: #b1edf3;
    font-weight: bold;
}

.c-tc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    display: none
}

.c-tc.on {
    display: block;
}

.c-tc>div {
    width:100%;
    max-width: 690px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    min-height: 400px;
}

.c-tc>div>div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    z-index: -1;
    display: none;
}

.c-tc>div>div span {
    position: absolute;
    right: 10px;
    toP: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #666;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.c-tc>div>div.on {
    display: block;
}

.c-tc.on .tc-r {
    display: none;
}

.c-tc.on.active .tc-r {
    display: block;
}

.c-tc.active .tc-l {
    display: none;
}

.section5 {
    position: relative;
}

.teacher {
    position: relative;
    margin-top: 55px;
}

.teacher .t-big {
    padding-bottom: 115px;
}

.t-big .tpp {
    position: relative;
    float: left;
    width: 455px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.t-big .tpp::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 30px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: -webkit-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: -ms-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: linear-gradient(to bottom, #30b0c2, #2c78a7);
    z-index: -1;
}

.t-big .tpp .pic {
    padding-top: 134.4%;
}

.t-big .text {
    padding-left: 40px;
    overflow: hidden;
}

.t-big .text h2 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.t-big .text h2 span {
    padding-left: 15px;
    border-left: 6px solid #1cafbf;
    border-radius: 2px;
    font-size: 30px;
    color: #333;
}

.t-big .text p {
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

.t-big .text .more {
    margin-top: 25px;
    text-align: right;
}

.t-big .text .more a {
    font-size: 18px;
    color: #989898;
}

.section5:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 390px;
    background-color: #f1fcfd;
    z-index: -1;
}

.t-little {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 456px;
}

.t-little>ul li {
    margin-left: 25px;
}

.t-little>ul li a {
    position: relative;
    display: block;
}

.t-little>ul li a .pic {
    padding-top: 134%;
}

.t-little>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 46px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.t-little>ul li a p span {
    font-size: 18px;
    color: #fff;
    padding-bottom: 7px;
    border-bottom: 5px solid #1cafbf;
}

.t-little .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/s5-l.png) no-repeat center center;
    top: auto;
    bottom: 0;
    left: -40px;
    transform: none;
}

.t-little .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/s5-r.png) no-repeat center center;
    top: auto;
    bottom: 0;
    right: -40px;
    transform: none;
}

.section6 {
    padding-top: 132px;
    padding-bottom: 66px;
}

.process {
    padding-top: 55px;
}

.pro-l {
    float: left;
    width: 48.5%;
}

.pro-l .pic {
    padding-top: 90.7%;
}

.pro-r {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.pro-r>div {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.pro-r>div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    background: -moz-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: -webkit-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: -ms-linear-gradient(to bottom, #30b0c2, #2c78a7);
    background: linear-gradient(to bottom, #30b0c2, #2c78a7);
    z-index: -1;
}

.pro-r>div>div {
    background: url(../images/s6-r-tc.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 30px 50px 30px;
    box-shadow: 0 0 20px #3098b7;
}

.pro-r>div>div h2 {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.pro-r>div>div h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 48%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/s6-xx-l.png) no-repeat left center;
}

.pro-r>div>div h2 span {
    font-size: 30px;
    color: #1dadbe;
}

.submit-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.submit-box .name {
    float: left;
    text-align: right;
    min-width: 195px;
    line-height: 45px;
}

.submit-box .name span {
    font-size: 20px;
    color: #333;
}

.submit-box .input-text {
    overflow: hidden;
    padding-left: 16px;
}

.submit-box .input-text input {
    width: 328px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 0 20px;
    color:#999;
    box-sizing: border-box;
}

.submit-box.zkk {
    position: relative;
    overflow: visible;
}

.submit-box.zkk .input-text {
    float: right;
    overflow: visible;
    width: calc(100% - 215px);
}

.select_area {
    position: relative;
    width: 328px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #adadad;
    box-sizing: border-box;
    border-radius: 5px;
}

.select_area select{
    width:100%;
    height:30px;
    line-height:30px;
}

.select_tit {
    font-size: 16px;
    color: #999999;
}

.select_area .select_list {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 10px #a4a4a4;
    left: 0;
}

.select_area .select_list li {
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.select_area .select_list li:hover {
    background-color: #175f99;
    color: #fff;
}

.select_xl {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 125px;
    top: 13px;
    cursor: pointer;
}

.select_xl::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    background: url(../images/xll.png) no-repeat center center;
}

.lyk textarea {
    width: 328px;
    border: 1px solid #adadad;
    height: 40px;
    overflow: auto;
}

.lyk textarea::placeholder {
    font-size: 16px;
}

.tj {
    text-align: center;
}

.tj button {
    width: 130px;
    height: 45px;
    border-radius: 5px;
    background: -moz-linear-gradient(to right, #30b1c2, #2c78a7);
    background: -webkit-linear-gradient(to right, #30b0c2, #2c78a7);
    background: -ms-linear-gradient(to right, #30b0c2, #2c78a7);
    background: linear-gradient(to right, #30b0c2, #2c78a7);
    border: none;
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width:1600px) {
    .section0 {
        padding-left: 25px;
        padding-right: 25px;
    }
   .section01 {
        padding-left: 25px;
        padding-right: 25px;
    }
   .section02 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .section1 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .t-little {
        padding-right: 40px;
    }
}

@media screen and (max-width:1500px) {
    .sect2 .title {
        left: 15px;
    }
    .sect01 .title {
        left: 15px;
    }

.slide-hap-yw>ul li .txt h4 {
    font-size: 18px;
    margin-bottom: 5%;
}
.slide-hap-xsdt>ul li .txt h4{
    font-size: 18px;
    margin-bottom: 5%;
}
.slide-hap-yw>ul li .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5%;
}
.slide-hap-xsdt>ul li .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5%;
}
}

@media screen and (max-width:1400px) {
    .submit-box .input-text input {
        width: 270px;
    }
    .select_area {
        width: 270px;
    }
    .lyk textarea {
        width: 270px;
    }
    .pro-l {
        width: 48%;
    }
    .r1 .layer-zz {
        width: 550px;
    }
    .r1.r1-tit .layer-zz {
        left: 290px;
    }
    .r1.r3-tit .layer-zz {
        left: 290px;
    }
    .r1.r5-tit .layer-zz {
        left: 290px;
    }
    .r1.r4-tit .layer-zz {
        right: 240px;
    }
    .r1.r2-tit .layer-zz {
        right: 240px;
    }
    .r1 a span {
        width: 405px;
        font-size: 20px;
    }
}

@media screen and (max-width:1200px) {
    .submit-box .name {
        min-width: 135px;
    }
    .submit-box .name span {
        font-size: 15px;
    }
    .submit-box .input-text input {
        width: 240px;
    }
    .select_area {
        width: 240px;
    }
    .submit-box.zkk .input-text {
        width: calc(100% - 155px);
    }
    .select_xl {
        right: 20px;
    }
    .lyk textarea {
        width: 240px;
    }
    .pro-l {
        width: 47%;
        margin-top: 100px;
    }
    .t-big .tpp {
        width: 360px;
    }
    .t-little {
        left: 350px;
    }
    .r1 .layer-zz {
        width: 400px;
    }
.r1 a span {
    width: 324px;
    font-size: 18px;
}
}

@media screen and (max-width: 1024px) {
    .fhdb {
        right: 10px;
        bottom: 10px;
    }
    .fhdb {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
.c-tc>div{
top:50%;
}
.slide-hap-yw>ul li .txt h4 {
    font-size: 16px;
    margin-bottom: 3%;
}
.slide-hap-xsdt>ul li .txt h4{
    font-size: 16px;
    margin-bottom: 3%;
}
.slide-hap-yw>ul li .txt p {
    margin-bottom: 3%;
}
.slide-hap-xsdt>ul li .txt p{
    margin-bottom: 3%;
}
.slide-hap-yw>ul li .txt {
    padding: 20px 5%;
}
.slide-hap-xsdt>ul li .txt{
    padding: 20px 5%;
}
}

@media screen and (max-width: 1000px) {
    .pro-l {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .pro-r {
        padding-left: 0;
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .select_area {
        width: 100%;
    }
    .submit-box .input-text input {
        width: 100%;
    }
    .lyk textarea {
        width: 90%;
    }

    .sect01 {
        padding-left: 15px;
    }
    .sect01 .title {
        position: static;
    }
    .sect01 ul {
        margin-top: 30px;
    }
    .sect01 ul li{
        padding: 0;
        margin-bottom: 60px;
    }
    .sect01 ul li h4 {
        font-size: 20px;
    }

    .sect01 ul li p {
        line-height: 20px;
        font-size: 12px;
    }

    .sect2 {
        padding-left: 15px;
    }
    .sect2 .title {
        position: static;
    }
    .sect2 ul {
        margin-top: 30px;
    }
    .re-tit p {
        font-size: 18px;
    }
    .t-little {
        position: static;
    }
    .t-little .slick-prev {
        left: -10px;
        width: 15px;
    }
    .t-little>ul li {
        margin: 0 15px;
    }
    .t-little {
        padding-right: 0;
        display:none;
    }
    .t-little .slick-next {
        right: -10px;
        width: 15px;
    }
    .teacher .t-big {
        padding-bottom: 20px;
    }
    .section0 {
        padding: 15px;
    }
    .section01 {
        padding: 15px;
    }
    .section02 {
        padding: 15px;
    }
    .section1 {
        padding: 15px;
    }
    .title .t {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .title .more a {
        font-size: 16px;
    }
    .slide-hap .btt {
        width: 100px;
    }
    .slide-hap .btt .btt-l {
        height: 50px;
    }
    .slide-hap .btt .btt-r {
        height: 50px;
    }
    .slide-hap {
        padding-top: 20px;
    }
    .slide-hap>ul li {
        margin: 0 10px;
    }
    .section2 {
        padding: 15px 0;
    }
    .sect2 ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 65px;
    }
    .sect2 ul li {
        padding-left: 10px;
    }
    .sect2 ul li.on {
        padding-right: 10px;
    }
    .sect2 ul li a .date p {
        font-size: 24px;
    }
    .sect2 ul li.on a .text h2 {
        margin-top: 0;
    }
    .sect2 ul li a .text p {
        font-size: 16px;
    }
    .sect2 ul li a .text h2 {
        font-size: 18px;
    }
    .sect2 ul li.on a .text {
        padding-left: 5px;
    }
    .sect2 ul li a .text span {
        top: 12px;
        font-size: 12px;
    }
   
    .course>ul>li {
        padding: 15px;
    }
    .r1 {
        float: none!important;
        width: 100%;
        margin-bottom: 10px;
        margin-left:0;
    }
    .r1 {
        height: auto;
        padding-top: 40px;
    }
    .r1 .layer-zz {
        position: relative;
        width: 100%;
        left: 0!important;
        right: 0!important;
        top: 35px!important;
        display: block;
        height: auto;
        padding: 15px;
    }
    .re-tit {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .r1 a span {
        font-size: 18px;
        background-position: center center;
        width: 100%;
        text-emphasis: center;
        height: 35px;
        line-height: 35px;
    }
    .r1 i {
        display: none;
    }
    .r3-tit {
        margin-left: 0;
    }
    .r1 a span:hover {
        background-position: center center;
    }
}

@media screen and (max-width: 700px) {
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .re-tit p {
        display:inline-block;
        padding: 10px 0;
        width: 50%;
    }
    .re-tit p span {
        border-left: none;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .course>ul>li {
        float: none;
        width: auto;
        margin-top: 15px;
        margin-left: 0;
    }
    .c-tc>div {
        width: 90%;
    }
    .course>ul>li {
        padding: 15px;
        min-height: auto;
    }
    .course>ul>li h2 {
        font-size: 20px;
    }
    .course>ul>li>ul>li>a {
        font-size: 16px;
    }
    .course>ul>li>ul>li {
        margin-top: 10px;
    }
    .course {
        margin-top: 15px;
    }
    .teacher {
        margin-top: 15px;
    }
    .t-big .tpp {
       float: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    }
    .t-big .text h2 {
        margin: 15px 0;
    }
    .t-big .text h2 span {
        font-size: 20px;
    }
    .t-big .text {
        padding-left: 0;
    }
    .t-big .text p {
        font-size: 16px;
    }
    .section6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .process {
        padding-top: 15px;
    }
    .pro-r>div>div {
        padding: 15px;
    }
    .submit-box .name {
        float: none;
        text-align: left;
        line-height: 20px;
    }
    .submit-box .input-text {
        padding-left: 0;
    }
    .pro-r>div>div h2 {
        margin-bottom: 15px;
    }
    .pro-r>div>div h2 span {
        font-size: 20px;
    }
    .submit-box .input-text {
        margin-top: 10px;
    }
    .submit-box.zkk .input-text {
        width: 100%;
    }
    .select_xl {
        top: 45px;
    }
    .lyk textarea {
        width: 100%;
        box-sizing: border-box;
    }
.r1 a span{font-size:16px;}
.slide-hap .btt{top: -45px;}
.slide-hap>ul li{margin: 0 50px;}
}


@media screen and (max-width: 500px) {
.slide-hap-yw>ul li .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.slide-hap-xsdt>ul li .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
}