.section {
    background: #fcfcfc;
    height: 100vh;
}

.head-logo {
    left: 12.5%;
}

.ban1_list,
.banner {
    height: 100%;
    width: 100%;
}

.ban1_list {
    position: relative;
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.banner .swiper-button-next,
.banner .swiper-button-prev {
    display: block;
    width: 30px;
    height: 48px;
    text-align: center;
    transition: 0.4s ease-in-out;
    color: #05ad8e;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    display: none;
}

.banner .swiper-button-next {
    right: 4.25em;
    background: url(/Img/images/qian-arrow02.png) no-repeat center;
    background-size: 100% auto;
}

.banner .swiper-button-prev {
    left: 4.25em;
    background: url(/Img/images/qian-arrow01.png) no-repeat center;
    background-size: 100% auto;
}

.banner_lis {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-72%);
    -webkit-transform: translateY(-72%);
    padding: 0 12.5%;
    color: #fff;
}

.index_divBox {
    background: url(/Img/images/qian-arrow08.png) no-repeat left center;
    background-size: 127px 100%;
    padding: 80px 0 75px 160px;
}

.banner_lis .en {
    line-height: 0.32rem;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.banner_lis .cn {
    line-height: 1.11em;
    color: #fff;
    font-size: 3.6em;
    font-weight: bold;
}

.banner_lis .cn i {
    margin: 0 42px 0 40px;
    font-style: normal;
}

.scroll_down {
    font-size: 14px;
    position: absolute;
    right: 22px;
    bottom: 89px;
    width: 40px;
    height: 173px;
    display: block;
    z-index: 999;
    transition: all 0.3s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.scroll_down img {
    width: 100%;
    height: 100%;
    display: none;
}

.swiper-pagination-bullets.swiper-ctrl {
    bottom: 40px;
    position: absolute;
    text-align: center;
    z-index: 99;
}

.swiper-ctrl .swiper-pagination-bullet {
    background: #cccccc;
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin: 0 6px !important;
}

.swiper-ctrl .swiper-pagination-bullet-active {
    background: #05ad8e;
}

@media (max-width: 1600px) {
    .banner_lis .cn {
        font-size: 2.6em;
    }
}

@media (max-width: 1440px) {

    .banner_lis .cn i {
        margin: 0 18px;
    }

    .ind-ban-app {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .ind-ban-app .swiper-slide {
        background: no-repeat center center;
        background-size: cover;
    }

    .ind-ban-app .ban-main {
        width: 92%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 20;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: 0 auto;
    }

    .ind-ban-app .ban-main .cn {
        font-size: 0.37rem;
        font-weight: bold;
        color: #fff;
        background: url(/Img/images/qian-arrow08.png) no-repeat left center;
        background-size: 0.68rem 100%;
        line-height: 0.57rem;
        text-align: left;
        padding: 0.22rem 0 0.13rem 0.89rem;
    }



    .index_divBox {
        background-size: 100px 100%;
        padding: 80px 0 75px 15%;
    }
}

@media (max-width: 1280px) {
    .banner_lis .cn {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    .head-logo {
        left: 0.18rem;
    }

    .swiper-pagination-bullets.swiper-ctrl {
        bottom: 0.4rem;
    }
}

.paty1 {
    padding-top: 90px;
}

.words .txt {
    font-size: 2em;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.25em;
    padding-left: 6%;
}

.words .tit {
    font-size: 18px;
    color: #333333;
    line-height: 29px;
    margin-top: 30px;
    position: relative;
    padding-left: 6%;
}

.words .tit::after {
    content: '';
    width: 5%;
    height: 5px;
    background: #05ad8e;
    position: absolute;
    top: 11px;
    left: 0;
}

.paty1 .business {
    margin-top: 50px;
}

.paty1 .business-tab {
    width: 52.3%;
    margin: 0 auto 2.1em;
}

.paty1 .business-tab .bt {
    position: relative;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    padding-top: 5.5em;
    cursor: pointer;
}

.paty1 .business-tab .bt .tabbg {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 5em auto;
    position: absolute;
    top: 0;
    transition: auto 0.3s;
    -webkit-transition: auto 0.3s;
}

.paty1 .business-tab .bt.active .tabbg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.paty1 .business-tab .bt .btxt {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.paty1 .business-tab .bt.active .btxt {
    color: #2159b7;
    font-weight: bold;
}

.business_slide_con {
    height: 600px;
    overflow: visible;
}

.business_slide_con .con {
    position: relative;
    width: 80.5%;
    height: 100%;
}

.business_slide_con .swiper-slide {
    background: no-repeat left top;
    background-size: 90% 100%;
}

.business_slide_con .con .box {
    position: absolute;
    right: 0;
    top: 0;
    width: 405px;
    height: 520px;
    background: url(/Img/images/qian-biz_box.jpg) no-repeat;
    padding: 0 2em;
    color: #fff;
    -webkit-box-shadow: 5px 6px 1em rgba(15, 71, 163, 0.5);
    box-shadow: 5px 6px 1em rgba(15, 71, 163, 0.5);
}

.business_slide_con .con .box .tap {
    position: absolute;
    right: 1em;
    top: 2.3em;
    width: 134px;
    height: 124px;
    opacity: 0.1;
    background: no-repeat center center;
    background-size: cover;
}

.business_slide_con .con .box .tit {
    position: relative;
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: -2px;
    margin: 126px 0 25px;
    padding-bottom: 23px;
    color: #f9fbfa;
}

.business_slide_con .con .box .tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #fff;
    opacity: 0.2;
}

.business_slide_con .con .doc {
    font-size: 16px;
    color: #f9fbfa;
    line-height: 30px;
    height: 143px;
    overflow: hidden;
    margin-bottom: 53px;
}

.view {
    font-size: 16px;
    color: #ffffff;
    width: 196px;
    height: 57px;
    line-height: 57px;
    display: block;
    text-align: center;
    border: 1px solid currentColor;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.view span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 13% 0 0 10px;
    vertical-align: top;
}

.view span i {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.view span i:after {
    display: block;
    position: absolute;
    bottom: 3px;
    right: -1px;
    width: 9px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    content: '';
}

.view:hover span i {
    width: 50px;
}

.view:hover {
    color: #ffffff;
}

@media only screen and (max-width:1440px) {
    .paty1 .business-tab {
        width: 73%;
    }

    .business_slide_con .con .box .tit {
        margin: 40% 0 25px;
    }
}

@media only screen and (max-width:1366px) {
    .business_slide_con .con .box .tit {
        margin: 35% 0 25px;
    }
}

@media only screen and (max-width:767px) {
    .paty1 {
        padding-top: 1.05rem;
    }

    .md-inner {
        width: 100%;
        padding: 0 0.44rem;
    }

    .words .txt {
        font-size: 0.37rem;
        font-weight: bold;
        color: #1a1a1a;
        line-height: 0.48rem;
        padding-left: 0;
    }

    .words .tit {
        font-size: 0.18rem;
        color: #333333;
        line-height: 0.3rem;
        margin-top: 0.35rem;
        position: relative;
        padding-left: 0;
    }

    .words .tit::after {
        content: '';
        width: 0.9rem;
        height: 0.06rem;
        background: #05ad8e;
        position: absolute;
        top: -0.21rem;
        left: 0;
    }

    .view {
        width: 9.8em;
        height: 2.85em;
        line-height: 2.85em;
    }

}

@media only screen and (max-width:991px) {
    .paty1 .business-tab {
        width: 85%;
    }

    .business_slide_con .con .box .tit {
        margin: 80px 0 25px;
    }
}

@media only screen and (max-width:767px) {
    .view span i {
        width: 0.32rem;
    }

    .view span i:after {
        right: -1px;
        width: 8px;
    }

    .business-mob {
        margin-top: 0.31rem;
    }

    .business-mob .swiper-slide {
        background: no-repeat center center;
        background-size: cover;
        padding: 0.76rem 0.44rem 1.45rem 0.34rem;
        width: 3.2rem;
        height: 4.97rem;
    }

    .business-mob .txt {
        line-height: 0.46rem;
        height: 0.46rem;
        color: #ffffff;
        font-size: 0.37rem;
        overflow: hidden;
        text-align: center;
    }

    .business-mob .line {
        width: 0.48rem;
        height: 0.04rem;
        margin: 0.34rem auto 0.29rem;
        background: #05ab8f;
    }

    .business-mob .doc {
        font-size: 0.15rem;
        color: #ffffff;
        line-height: 0.28rem;
        height: 1.6rem;
        overflow: hidden;
    }
}

.paty2 {
    padding-top: 4.65em;
}

.paty2 .global-inner {
    max-width: 1270px;
    padding: 35px 0 5.1em;
}



.news-box-cont {
    padding: 43px 48px 27px 40px;
    float: left;
    width: 32.28%;
    margin-right: 1.5%;
    transition: all 0.3s;
    height: 31em;
}

.news-box-cont:last-child {
    margin-right: 0;
}

.news-box-cont .img {
    width: 100%;
    height: 10em;
    background: no-repeat center;
    background-size: cover;
}

.news-box-cont .imgs {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-box-cont .titbox {
    line-height: 28px;
    margin: 26px 0 15px;
    overflow: hidden;
}

.news-box-cont .titbox .txt {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    float: left;
}

.news-box-cont .titbox .time {
    font-size: 16px;
    color: #4c4c4c;
    float: right;
}

.news-box-cont .txt1 {
    font-size: 24px;
    color: #333333;
    line-height: 37px;
    height: 37px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.news-box-cont .doc {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 7px;
}

.news-box-cont .view {
    margin: 3em auto 0;
    color: #05ad8e;
    display: none;
}


.news-box-cont.current {
    background: #ededed;
}


.news-box-cont.current .view {
    display: block;
}

@media screen and (max-width: 1366px) {
    .paty2 {
        padding-top: 1.08rem;
    }

    .paty2 .global-inner {
        padding: 0.27rem 0 0.95rem;
    }

    .news-box-cont {
        padding: 2.25em 2em 28px;
        width: 33.33%;
        margin-right: 0;
    }

    .news-box-cont .txt1 {
        font-size: 20px;
    }

    .news-box-cont .view {
        margin: 2em auto 0;
    }
    
}
@media screen and (max-width:1100px) {
    .news-box-cont .txt1 {
        font-size: 18px;
    }
    .news-box-cont{
        height: 32em;
    }
}
@media screen and (max-width:991px) {
    .news-box-cont .view {
        margin: 1em auto 0;
    }

    .news-box-cont {
        background: #f6f6f6;
    }
}

@media screen and (max-width: 767px) {
    .news-box-cont {
        padding: 0.33rem 0.32rem 0.47rem;
        width: 72.4%;
        float: none;
        height: 5.7rem;
        background: #f6f6f6;
    }

    .news-box-cont .img {
        display: none;
    }

    .news-box-cont .imgs {
        display: block;
        height: 1.5rem;
    }

    .view span {
        margin: 12% 0 0 10px;
    }

    .news-box-cont .view {
        display: block;
    }

    .news-box-cont .titbox {
        line-height: 0.25rem;
        margin: 0.25rem 0 0.2rem;
    }

    .news-box-cont .titbox .txt {
        font-size: 0.15rem;
    }

    .news-box-cont .titbox .time {
        font-size: 0.13rem;
    }

    .news-box-cont .txt1 {
        font-size: 0.18rem;
        line-height: 0.3rem;
        height: 0.3rem;
    }

    .news-box-cont .doc {
        font-size: 0.16rem;
        line-height: 0.23rem;
        height: 0.69rem;
        margin-top: 0.09rem;
    }

    .news-box-cont .view {
        width: 1.93rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.78rem;
        font-size: 0.15rem;
    }
}

.paty3 {
    background: url(/Img/images/qian-bg01.jpg) no-repeat center center;
    padding: 2.6em 0 2.15em;
    background-size: cover;
    width: 93.33%;
    margin: auto;
}

.paty3 .title {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.25em;
    text-align: center;
}

.paty3 .global-inner {
    max-width: 1280px;
}

.paty3 .left {
    margin-top: 100px;
    width: 43%;
}

.paty3 .left .doc {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    height: 74px;
    overflow: hidden;
    margin-bottom: 56px;
}

.paty3 .left .doc .txt1 span {
    margin-right: 10px;
}

.paty3 .left .doc .txt2 {
    font-size: 16px;
    margin-top: 10px;
}


.paty3 .left .num-box {
    width: 125px;
    float: left;
    margin-right: 57px;
    color: #fff;
}

.paty3 .left .num-box .item-tit {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 6px;
    position: relative;
}

.paty3 .left .num-box .item-tit span {
    position: relative;
    font-family: Arial;
    font-style: normal;
}

.paty3 .left .num-box .item-tit .symbol {
    font-size: 26px;
    position: absolute;
    right: -23px;
    top: -7px;
    font-style: normal;
}

.paty3 .left .num-box:nth-child(3) .item-tit .symbol {
    display: none;
}

.paty3 .left .num-box .item-txt {
    font-size: 16px;
    line-height: 25px;
}

.paty3 .left .view {
    margin-top: 43px;
    opacity: 0.7;
}

.paty3 .right {
    position: relative;
    flex: 0 0 398px;
    width: 398px;
    margin-top: -20px;
    margin-right: -13.9%;
    display: flex;
    justify-content: flex-end;
}

.paty3 .img-wrap {
    flex: 0 0 398px;
    overflow: hidden;
}

.paty3 .img-wrap .tip {
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: 20px;
    bottom: 20px;
}

.img100 {
    display: block;
    width: 100%;
}

.paty3 .left-img {
    position: absolute;
    right: 84.5%;
    bottom: 2.1em;
    width: 21em;
    z-index: 2;
}

.paty3 .video-covers {
    background: #005bac;
    right: 100%;
    bottom: 0;
    position: absolute;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    cursor: pointer;
    width: 143px;
    text-align: center;
    padding: 59px 0 42px;
}

.paty3 .video-covers .img100 {
    width: 40px;
    display: block;
    margin: 0 auto 19px;
    transition: all 0.3s;
}

.paty3 .video-covers .img100:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}


@media screen and (max-width:1440px) {

    .img100 {
        display: block;
        width: 80%;
    }

    .paty3 .img-wrap .tip {
        right: 26%;
    }

    .paty3 .right {
        margin-right: -11%;
    }

    .paty3 .left .num-box {
        margin-right: 20px;
        width: 114px;
    }

    .paty3 .left .num-box:nth-child(3) {
        margin-right: 0;
    }

    .paty3 .left-img {
        right: calc(100% - 1.2rem);
    }

    .paty3 .video-covers {
        padding: 30px 0;
        width: 121px;
    }
}

@media screen and (max-width:1200px) {
    .paty3 .left {
        margin-top: 3.9em;
        width: 100%;
    }

    .paty3 .right {
        margin-top: 8%;
    }

    .paty3 .video-covers {
        width: 120px;
        padding: 1.5em 0;
    }
}

@media screen and (max-width: 767px) {
    .paty3 {
        background: #f5f5f5;
        padding: 2.6em 0 0.72rem;
        width: 100%;
        margin: auto;
    }

    .paty3 .img-wrap .tip {
        right: 0.05rem;
        bottom: 0.05rem;
    }

    .paty3 .right {
        margin-top: 0.33rem;
        display: block;
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .right-img .img100 {
        display: block;
        width: 56.4%;
        float: right;
    }

    .left-img .img {
        width: 63.7%;
        float: right;
        margin-right: 9%;
    }

    .paty3 .left-img {
        right: 0;
        width: 100%;
    }

    .paty3 .video-covers {
        width: 1.13rem;
        padding: 0.38rem 0 0.23rem;
        right: 72.5%;
        font-size: 0.16rem;
        line-height: 0.21rem;
    }

    .paty3 .video-covers .img100 {
        width: 0.23rem;
        display: block;
        margin: 0 auto 0.1rem;
        transition: all 0.3s;
    }

    .paty3 .left {
        margin-top: 0.26rem;
        float: none;
    }

    .paty3 .left .nums {
        width: 100%;
    }

    .paty3 .left .num-box {
        width: 33.33%;
        margin-right: 0;
        color: #1a1a1a;
    }

    .paty3 .left .num-box:nth-child(2) {
        text-align: center;
    }

    .paty3 .left .num-box:last-child {
        text-align: right;
    }

    .paty3 .left .num-box .item-tit {
        font-size: 0.44rem;
        line-height: 0.42rem;
        font-weight: normal;
        margin-bottom: 0.03rem;
    }

    .paty3 .left .num-box:last-child .item-tit {
        text-align: center;
    }

    .paty3 .left .num-box .item-txt {
        font-size: 0.16rem;
        line-height: 0.27rem;
    }



    .paty3 .left .view {
        color: #15b096;
        opacity: 0.8;
        margin: 0.63rem auto 0;
    }
}

.paty4 {
    margin: 4.95em auto 5em;
    overflow: hidden;
}

.paty4 .swiper-slide {
    background: no-repeat right center;
    background-size: 77.15% 100%;
    padding: 5.45em 0 5.55em 7%;
}

.paty4 .title {
    font-size: 2em;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2em;
}

.paty4 .box {
    width: 35.9%;
    background: #fff;
    margin-top: 30px;
    padding: 16px 0 32px;
}

.paty4 .box .tit {
    line-height: 33px;
    position: relative;
    color: #05ad8e;
    font-size: 24px;
}

.paty4 .box .tit::after {
    content: '';
    width: 4.2em;
    height: 5px;
    background: #05ad8e;
    position: absolute;
    top: 11px;
    left: -4.95em;
}

.paty4 .box .doc {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    height: 127px;
    overflow: hidden;
    margin: 22px 0 2.45em;
    width: 89%;
}

.paty4 .box .view {
    color: #05ad8e;
}

.paty4-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18.75%;
    height: 58px;
}

.paty4-btns .swiper-pagination {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1c303b;
}

.paty4-btns .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #05ad8e;
}

.paty4-btns .swiper-button-prev,
.paty4-btns .swiper-button-next {
    top: inherit;
    bottom: 2px;
    width: 30px;
    height: 17px;
    margin-bottom: 34px;
}

.paty4-btns .swiper-button-prev::after,
.paty4-btns .swiper-button-next::after {
    display: none;
}

.paty4-btns .swiper-button-prev {
    left: 23px;
    background: url(/Img/images/qian-arrow06.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.paty4-btns .swiper-button-next {
    right: 23px;
    background: url(/Img/images/qian-arrow07.png) 0 0 no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1440px) {
    .paty4-btns {
        width: 18.7500vw;
    }
}

@media (max-width: 1366px) {
    .paty4-btns {
        width: 14.6413vw;
    }
}
@media (max-width: 1100px) {
    .paty4 .swiper-slide{
        background-size: 74% 100%;
        padding: 3em 0 3em 8%;
    }
    .paty4 .box .doc{
        font-size: 16px;
        margin: 22px 0 2em;
    }
    .paty4-btns .swiper-button-prev, .paty4-btns .swiper-button-next{
        margin-bottom: 20px;
    }
  
    .business_slide_con .con .box{
        height: 450px;
    }
    .business_slide_con .con .box .tit{
        margin: 24% 0 25px;
    }
    .business_slide_con .con .doc{
        margin-bottom: 2em;
    }
    .business_slide_con {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .culturebox {
        padding: 0.6rem 0 0.62rem;
    }

    .culturebox .md-inner {
        padding: 0;
    }

    .culturebox .cont {
        width: 81.3%;
        margin: 0 auto 0;
        position: relative;
    }

    .culturebox .swiper-slide .cont-box {
        height: 5.08rem;
        background: no-repeat center center;
        background-size: cover;
        padding: 1.5rem 0.56rem 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 0.18rem;
    }

    .culturebox .doc {
        font-size: 0.16rem;
        color: #1a1a1a;
        line-height: 0.27rem;
        height: 0.8rem;
        overflow: hidden;
    }

    .culturebox .view {
        margin: 0.42rem auto 0;
        background: #05ad8e;
        border-color: #05ad8e;
    }

    .culturebox .swiper-button-next:after,
    .culturebox .swiper-button-prev:after {
        display: none;
    }

    .culturebox .swiper-button-next,
    .culturebox .swiper-button-prev {
        width: 0.22rem;
        height: 0.22rem;
    }

    .culturebox .swiper-button-next {
        background: url(/Img/images/qian-arrow02-1.png) no-repeat center;
        background-size: 0.22rem auto;
        right: -0.3rem;
    }

    .culturebox .swiper-button-prev {
        background: url(/Img/images/qian-arrow01-1.png) no-repeat center;
        background-size: 0.22rem auto;
        left: -0.3rem;
    }
}

.paty5 {
    padding-top: 84px;
    padding-bottom: 84px;
    background: #f3f5f7;
}


.paty5 .contain .fl,
.paty5 .contain .fr {
    background: #fff;
}

.paty5 .contain h1 {
    position: relative;
    z-index: 1;
    margin-top: 2.6em;
    text-align: center;
    color: #1c303b;
    font-size: 2em;
    line-height: 1.27em;
    font-weight: bold;
}

.paty5 .contain h2 {
    font-family: 'Iskoola Pota', 'Arial';
    font-size: 20px;

    position: relative;
    z-index: 1;

    margin-top: 11px;
    margin-bottom: 31px;

    text-align: center;

    color: #666;
}

.paty5 .contain .fl {
    width: 50%;
    height: 353px;
    padding-right: 25px;
    padding-left: 25px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    border-left: 1px solid #dcdcdc;
}

.paty5 .contain .fl a {
    display: block;
}

.paty5 .contain p {
    font-size: 16px;
    line-height: 27px;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    max-height: 81px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .8px;
    margin-top: 3em;
    color: #1a1a1a;
}

.paty5 .contain .jian {
    width: 490px;
    max-width: 100%;
    margin: 45px auto 0;
    text-align: center;
}

.paty5 .contain .jian .line {
    display: inline-block;

    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    height: 2px;
    margin-right: 10px;
    -webkit-transition: width .3s ease, background .3s ease, margin .3s ease;
    -moz-transition: width .3s ease, background .3s ease, margin .3s ease;
    -ms-transition: width .3s ease, background .3s ease, margin .3s ease;
    -o-transition: width .3s ease, background .3s ease, margin .3s ease;
    vertical-align: middle;
    background: #fff;
}

.paty5 .contain .jian .arrow {
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -ms-transition: border .3s ease;
    -o-transition: border .3s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    vertical-align: middle;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.paty5 .contain .fl:not(:hover) .line {
    width: 0;
    margin-right: 0;
}

.paty5 .contain .fl .arrow {
    border-color: #1c303b;
}

.paty5 .contain .fl:hover {
    background: #008e97;
}

.paty5 .contain .fl:hover .arrow {
    border-color: #fff;
}

.paty5 .contain .fl:hover h1,
.paty5 .contain .fl:hover p {
    color: #fff;
}

.paty5 .contain .fl:hover p {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .paty5 {
        padding: 0.55rem 0 0.66rem;
    }

    .paty5 .contain .fl {
        width: 100%;
        height: 3.37rem;
        float: none;
    }

    .paty5 .contain .fl:first-child {
        margin-bottom: 0.23rem;
    }

    .paty5 .contain h1 {
        margin-top: 0;
        font-size: 0.37rem;
        padding-top: 0.5rem;
    }

    .paty5 .contain p {
        font-size: 0.16rem;
        line-height: 0.27rem;
        max-height: 0.81rem;
        margin-top: 0.6rem;
    }

    .paty5 .contain .jian {
        width: 100%;
        margin: 0.43rem auto 0;
    }

    .paty5 .contain .jian .arrow {
        width: 0.2rem;
        height: 0.2rem;
    }


}