.w {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 110px;
    background: url(../images/topbanner.jpg) no-repeat center;
    background-size: cover;
}

.top .logo {
    line-height: 110px;
}

.top .gohome {
    float: right;
    background-color: #008097;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 26px;
    margin-top: 36px;
}

.top .gohome p {
    font-size: 16px;
    color: #fff;
    background: url(../images/Home-icon.png) no-repeat left;
    padding-left: 23px;
}
.top .gohome p:hover{
    color: #df6b27;
}
.bannerlink {
    height: 240px;
    position: relative;
}

.bannerlink .fl {
    width: 50%;
    background-color: #1685a9;
    height: 100%;
}

.bannerlink .fr {
    width: 50%;
    background-color: #00a19f;
    height: 100%;
}

.bannerlink .w {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    height: 100%;
}

.bannerlink .w li {
    color: #fff;
    background: url(../images/ic1.png) left no-repeat;
    background-position: 0 35px;
    padding-left: 67px;
    padding-top: 35px;
    float: left;
    width: 44.3%;
    position: relative;
}

.bannerlink .w li a {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 27px;
    top: 40px;
    padding: 6px 25px;
    border-radius: 20px;
    background-color: #006f93;

}
.bannerlink .w li a:hover {
    color: #df6b27;
}

.bannerlink .w li h1 {
    line-height: 48px;
}

.bannerlink .w li p {
    font-size: 16px;
    color: #eff5f7;
    line-height: 28px;
}

.bannerlink .w li:nth-child(2) {
    background: url(../images/ic2.png) left no-repeat;
    background-position: 0 35px;
    margin-left: 32px;
    width: 40%;
}

.introduce {
    background-color: #f4f4f4;
    padding: 76px 0;
    overflow: hidden;
}

.tit1 {
    font-size: 40px;
    color: #000;
    text-align: center;
}

.introduce .lip {
    float: left;
}

.introduce .introducebox {
    overflow: hidden;
    height: 400px;
    margin-top: 50px;
}

.introduce li {

    height: 378px;
    position: relative;

    float: left;
}

.introduce li .lip {
    background: url(../images/jt.png) no-repeat center;
    background-position-y: 348px;
    background-color: #1685a9;
    cursor: pointer;
    position: relative;
    height: 100%;
    padding-top: 22px;
    width: 98px;
}

.introduce li:nth-child(2) .lip {
    background-color: #19a9a7;
}

.introduce li:nth-child(2) .ic {
    background: url(../images/ic4.png) no-repeat center;
    background-color: #169896;
}

.introduce li:nth-child(3) .lip {
    background-color: #31af88;
}

.introduce li:nth-child(3) .ic {
    background: url(../images/ic5.png) no-repeat center;
    background-color: #2c9d7a;
}

.introduce li .ic {
    width: 56px;
    margin-left: 22px;
    height: 56px;
    border-radius: 50%;
    background: url(../images/ic3.png) no-repeat center;
    background-color: #147798;
}

.introduce li .lip p {
    width: 26px;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
    line-height: 28px;
    margin-top: 17px;
}

.introduce li .subli {
    background: #fff;
    width: 0px;
    height: 343px;
    /* display: none; */
    top: 0;
    margin-left: 98px;
    cursor: default;
    transition-delay: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;

}

.introduce li .active {
    padding: 18px 41px 39px 39px;
    width: 782px;
    display: block;
    transition-delay: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.introduce li .subli .tit {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    line-height: 70px;
}

.introduce li .subli .tit h1,
.introduce li .subli .tit p,
.introduce li .subli .tit span {
    display: inline-block;
}

.introduce li .subli .tit h1 {
    font-size: 28px;
    color: #1685a9;
}

.introduce li .subli .tit p {
    font-size: 18px;
    color: #df6b27;
    margin-left: 23px;
}

.introduce li .subli .tit span {
    float: right;
    color: #fff;
    background-color: #df6b27;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 17px;
    margin-top: 17px;
}

.introduce li .subli .txt {
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
}

.introduce li .subli .txt p {
    margin-top: 17px;
}

.introduce li .subli a {
    font-size: 15px;
    color: #666666;
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 10px 37px;
    display: inline-block;
    margin-top: 35px;
}
.introduce li .subli a:hover {
    color: #df6b27;
}
.plan2022 {
    padding: 76px 0;
}

.plan2022 ul {

    margin-top: 57px;
}

.plan2022 ul li {
    float: left;
    width: 220px;
    height: 200px;
    margin-left: 25px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.plan2022 ul li:hover {
    margin-top: -30px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.plan2022 ul li:first-child {
    margin-left: 0;
}

.plan2022 ul li a {
    display: block;
    height: 100%;
}

.plan2022 ul li a span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    margin-top: 29px;
}

.plan2022 ul li a p {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 12px;
}

.publicity {
    padding: 72px 0;
    background-color: #f4f4f4;
}

.publicity a {
    display: block;
}

.publicity ul li {
    float: left;
    margin-left: 30px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.publicity ul li:first-child {
    margin-left: 0;
}

.publicity ul li:hover {
    margin-top: -10px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.introduce2 {
    padding: 72px 0;
}

.introduce2 ul li {
    float: left;
    margin-left: 30px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.introduce2 ul li:hover {
    margin-top: -30px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.introduce2 ul li:first-child {
    margin-left: 0;
}

.introduce2 ul li p {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    padding: 0 25px;
    background: url(../images/jt2.png) no-repeat;
    background-position: 320px;
}
.graduate {
    padding: 80px 0;
    background-color: #f4f4f4;
}
.indexbanner2 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*ä¹‹å‰æ˜¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.graduate ul {
    margin-top: 42px;
}
.graduate ul li {
    float: left;
    margin-left: 25px;
}
.graduate ul li:first-child{
    margin-left: 0;
}
.graduate ul .swiper-slide a p {
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.graduate ul .swiper-slide a img {
    width: 220px;
    height: 280px;
}
.questions .questionstop {
    background: url(../images/banner2.jpg) no-repeat center;
    height: 320px;
    overflow: hidden;
}
.questions .questionstop ul {
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.questions .questionstop ul li {
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    line-height: 56px;
    padding: 0 45px;
    border-radius: 30px;
    cursor: pointer;
    float: left;
    flex-shrink: 0;
    margin-left: 17px;
}
.questions .questionstop ul li.cur {
    background-color: #1685a9;
    color: #fff;
}
.questions .questionstop ul li:first-child {
    margin-left: 0;
}
.questions .questionstop ul li:hover {
    background-color: #1685a9;
    color: #fff;
}
.questions .questionsbox {
    width: 100%;
    overflow: hidden;
}
.questions .questionsbox2 {
    width: 300%;

}
.questions .tabcon {
    width: 33.3333333333%;
    float: left;
    display: none;
}
.questions .tabcon li {
    padding: 42px 0;
    display: block;
    height: auto;
    overflow: hidden;
}
.questions .tabcon li .quewidth {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.questions .tabcon li .quewidth .que span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}
.questions .tabcon li .quewidth .que p {
    font-size: 22px;
    color: #454545;
    display: inline-block;
    margin-left: 22px;
}
.questions .tabcon li .quewidth .ans {
    padding-left: 58px;
    font-size: 16px;
    color:#666666 ;
    line-height: 25px;
    margin-top: 10px;
    display: none;
}
.questions .tabcon li.active {
    background-color: #f6f6f6;
}
.questions .tabcon li.active .que span {
    background-color: #1685a9;
}
.questions .tabcon li.on .que p {
    color: #1685a9;
}
.scenery {
    padding: 73px 0;
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}
.scenery .fr {
    width: 587px;
}
.scenery .fr li {
    float: left;
}
.scenery .ckgd {
    
    text-align: center;
    
    padding: 16px 50px;
    border-radius: 30px;
    color: #fff;
    background-color: #1685a9;
    margin-left: 50%;
    margin-top: 54px;
    display: inline-block;
    transform: translateX(-50%);
}
.scenery .ckgd:hover {
    color: #df6b27;
}
.wdgk {
    padding: 65px 0;
}
.wdgk ul li {
    float: left;
    margin-left: 25px;
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.wdgk ul li:first-child {
    margin-left: 0;
}
.wdgk ul li:hover {
    transition-delay: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    margin-top: -30px;
}
.bottomlink {
    background: url(../images/banner4.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.bottomlink .w div {
    color: #fff;
    width: 425px;
    float: left;
}
.bottomlink .w div p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.bottomlink .w div span, .bottomlink .w div a{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: block;
}
.bottomlink .w div a:hover{    
    color: #df6b27;
}
.bottomlink .w .ewm {
    width: 100px;
    float: right;
}
.bottomlink .w .ewm span {
    display: block;
    text-align: center;
}
.copyright {
    background-color: #005774;

}
.copyright p,.copyright a {
    font-size: 14px;
    color: #cbd6dc;
    line-height: 59px;
}
.copyright a:hover{
    color: #df6b27;
}
.navigation {
    position: fixed;
    right: 50px;
    top: 30%;
    z-index: 3;width: 120px;
}
.navigation .navigationtit {
    position: relative;
}
.navigation .navigationtit a{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 26px;margin-bottom: 20px;
    color: #000;
background: #fff;width: 102px;border-radius: 20px;padding-left: 7px;text-align: center;}



.navigation .navigationtit a:hover {
    background-color: #1685a9;
color: #fff;}
.navigation .navigationtit a:hover::after {
    border: 3px solid #1685a9;
}
.navigation .navigationtit a::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #ccc;
    right: -32px;
    top: 5px;
    z-index: 2;
}
.navigation .navigationtit a.active {
    color: #1685a9;
}
.navigation .navigationtit a.active::after {
    border: 3px solid #1685a9;
}
.navigation .navigationbtn {
    width: 3px;
    height: 231px;
    background-color: #ccc;
    position: absolute;
    right: -13px;
    top: 7px;
}