@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 95%;
    margin-left: 5%;


}


.banner-container .swiper-slide {
    overflow: hidden;
    border-radius: 0 0 0 130px;
    -webkit-border-radius: 0 0 0 130px;
    -moz-border-radius: 0 0 0 130px;
}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}

.banner-container .swiper-button-prev,
.banner-container .swiper-button-next {

    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    top: 13px;
    left: 0;
}

.banner-container .swiper-button-prev i {
    color: #fff;
    font-size: 0.23rem;
}

.banner-container .swiper-button-next i {
    color: #fff;
    font-size: 0.23rem;
    transform: rotate(180deg);
}

.banner-container .swiper-button-next:after,
.banner-container .swiper-button-prev:after {
    display: none;
}

.swiper-scrollbar1 {
    position: absolute;
    bottom: 1.42rem !important;
    left: 1.49rem !important;
    width: calc(100% - 1.49rem) !important;
    width: -webkit-calc(100% - 1.49rem) !important;
    background: #fff;
    height: 1px !important;
    border-radius: 0;
    z-index: 2;
}

/* .swiper-scrollbar1:after,
.swiper-scrollbar1.on:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 3px !important;
    background: #fff !important;
    top: -1.5px !important;
    
} */




.bannerBar {
    position: absolute;
    bottom: 0.9rem;
    left: 7%;
    display: flex;
    align-items: center;
    width: 93%;
    height: 35px;
}

.banner-container .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0 !important;
    margin: 0 0 0 25px;
}

.banner-container .swiper-button-next {
    padding-left: 90px;
    top: 10px;
}

.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 11px;
    height: 11px;
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    margin-right: 14px !important;

}

@keyframes move {
    0% {
        width: 0px;

    }

    100% {
        width: 100%;
    }
}

.banner-container .swiper-pagination-bullet::before {
    content: '';

    position: absolute;
    left: -1%;
    top: -0.32rem;
    background: #fff;
    height: 1px;
    transition-duration: 5s;
    width: 110%;
}

.banner-container .swiper-pagination-bullet::after {
    content: '';
    width: 0%;
    position: absolute;
    left: -1%;
    top: -0.34rem;
    background: #fff;
    height: 3px;
    transition-duration: 5s;
}


.banner-container .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.banner-container .swiper-pagination-bullet-active:after {
    animation: move 10s infinite;

}

.banner-txt {
    width: 93%;
    position: absolute;
    bottom: 1.8rem;
    padding-left: 7%;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    bottom: 1.86rem;
}


.banner-txt dl dd h1 {
    font-size: 0.72rem;
    line-height: 1.3;
    font-weight: bold;
}

.banner-txt dl dd p {
    font-size: 0.36rem;
    line-height: 1;
}


.homeApplication {
    padding: 0.9REM 0;
}

.homeTi {
    text-align: center;
    font-size: 0.48rem;
    color: #003380;
}

.homeTi span {
    color: #00aa9b;
    position: relative;
    display: inline-block;
    font-size: 0.3rem;
}

.homeTi span img {
    position: absolute;
    top: -6px;
    right: -15px;
}


.homeTi h1 {
    font-size: 0.24rem;
    font-weight: normal;
    color: #808080;
    margin-bottom: 0.36rem;
}

.yyMenubox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yyMenubox ul li {
    width: 12.666%;
    transition-duration: .5s;
    margin-right: 1px;
    position: relative;
    height: 7.22rem;
}

.yyMenubox ul li .smallImg {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.yyMenubox ul li .bigImg {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


.yyMenubox ul li.hover {
    width: 62%;
}

.yyMenubox ul li.hover .bigImg {
    opacity: 1;
}

.yyMenubox ul li.hover .smallImg {
    opacity: 0;
}

.lyTxt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #fff;
}

.lyTxt h1 {
    width: 0.74rem;
    height: 0.74rem;
    position: relative;
    background: #fff;
    transition-duration: .5s;
    margin: 0 auto;
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
}

.lyTxt h1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 70%;
}

.lyTxt h2 {
    font-size: 0.19rem;
    font-weight: bold;
    text-align: center;
    margin: 0.2rem 0 0.1rem;
}

.lyTxt p {
    display: none;
    transition-duration: .5s;
}

.lyTxt a span {
    display: none;
}

.lyTxt a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
}


.lyTxt a i {
    color: #fff;
    font-size: 0.26rem;
    font-weight: bold;
}

.yyMenubox li.hover .lyTxt {
    justify-content: left;
    padding-left: 1.2rem;
}

.yyMenubox li.hover .lyTxt h1 {
    width: 1.07rem;
    height: 1.07rem;
    border-radius: 40px 0 40px 0;
    margin: 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
}

.yyMenubox li.hover .lyTxt h2 {
    text-align: left;
    font-weight: bold;
    font-size: 0.26rem;
}

.yyMenubox li.hover .lyTxt p {
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.18rem;
}

.yyMenubox li.hover .lyTxt a {
    width: 1.65rem;
    height: 0.47rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px 0 15px 0;
    color: #00a798;
    font-size: 0.16rem;
    padding: 0 0.19rem;
    margin-top: 0.58rem;
}

.yyMenubox li.hover .lyTxt a span {
    display: block;
}

.yyMenubox li.hover .lyTxt a i {
    color: #00a798;
}


.yyMenubox li.hover .lyTxt a:hover {
    background: #00aa9b;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.yyMenubox li.hover .lyTxt a:hover i,
.homeSynesis .yyMenubox li.hover .lyTxt a i {
    color: #fff;
}

.homeSynesis .yyMenubox li.hover .lyTxt a {
    border-radius: 15px 0 15px 0;
    background: #00aa9b;
    color: #fff;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
}

.homeSynesis {
    margin: 0 1.2rem;
    position: relative;
    overflow: hidden;
}

.homeSynesis img {
    width: 100%;
}

.homeSynesis .b-img {
    display: block;
}


.tt {
    background: #413993;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
    z-index: 2;
}

.homeSynesis .yyMenubox li.hover .lyTxt {
    z-index: 1;
}

.homeSynesis .yyMenubox li.hover .lyTxt p {
    width: 100%;
}

.homeSynesis .yyMenubox li.hover .lyTxt a:hover {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.homeAbout {
    padding: 1.1rem 2.3rem 0.5rem;
    display: flex;
}

.aboutLe {
    width: 4.2rem;
}

.aboutLe .homeTi {
    text-align: left;
}

.aboutLe .homeTi p {
    line-height: 1.3;
}

.aboutLe .homeTi h1 {
    margin: 0.35rem 0;
}

.more {
    width: 1.65rem;
    height: 0.47rem;
    display: flex;
    justify-content: space-between;
    background: #00a798;
    border-radius: 15px 0 15px 0;
    color: #ffffff;
    font-size: 0.16rem;
    padding: 0 0.19rem;
    margin-top: 0.58rem;
    align-items: center;
    transition-duration: .5s;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
}

.more i {
    font-size: 0.26rem;
    font-weight: bold;
}

.more:hover {
    border-radius: 15px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.lyTxt-more {
    width: 1.65rem;
    height: 0.47rem;
    display: flex;
    justify-content: space-between;
    background: #fff !important;
    border-radius: 15px 0 15px 0;
    color: #00a798 !important;
    font-size: 0.16rem;
    padding: 0 0.19rem;
    margin-top: 0.38rem;
    align-items: center;
    transition-duration: .5s;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
}

.lyTxt-more i {
    font-size: 0.26rem;
    font-weight: bold;
}

.lyTxt-more:hover {
    border-radius: 15px;
    color: #00a798 !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.aboutRi {
    width: calc(100% - 4.2rem);
    width: -webkit-calc(100% - 4.2rem);
    padding-left: 1.05rem;
    display: flex;
    justify-content: space-between;
}

.aboutRi dl {
    margin-left: 0.3rem;
    width: 32%;
}

.aboutRi dl dt {
    width: 100%;
    height: 3.11rem;
    background: #f1f1f1;
    border-radius: 15px 0 15px 0;
    position: relative;
    transition-duration: .5s;
    overflow: hidden;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
}

.aboutRi dl dt p {
    position: absolute;
    top: 0.42rem;
    left: 0.42rem;
    transition-duration: .5s;
    z-index: 2;
    overflow: hidden;
    width: 0.9rem;
    height: 0.9rem;
}

.aboutRi dl dt p .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

.aboutRi dl dt p .icon01 {
    position: absolute;
    top: 100%;
    left: 0;
    transition-duration: .5s;
}

.aboutRi dl:hover dt .icon01 {
    top: 0;
}

.aboutRi dl:hover dt .icon {
    top: -100%;
}

.aboutRi dl dt:hover {
    box-shadow:
        inset 0 2px 3px rgba(255, 255, 255, 0.3),
        inset 0 -2px 3px rgba(0, 0, 0, 0.3),
        0 1px 1px rgba(255, 255, 255, 0.9);
    background: #003380;
    border-radius: 40px 0 40px 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
}

.aboutRi dl dt:hover .icon {
    animation: icon-bounce 0.5s alternate;
}


.pic {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
}

.aboutRi dl dt:hover .pic {
    opacity: 0.3;
}

.aboutRi dl dd {
    text-align: right;
    top: -0.4rem;
    position: relative;
    padding-right: 0.15rem;
}

.aboutRi dl dd h1 {
    font-weight: normal;
    font-size: 0.76rem;
    line-height: 1;
    color: #003380;
    font-family: 'Arial';
}

.aboutRi dl dd p {
    color: #808080;
    font-size: 0.19rem;
}

.aboutRi dl:hover dd h1,
.aboutRi dl:hover dd p {
    color: #00a798;
}



.homeNews {
    background: linear-gradient(top, rgb(237, 235, 235) 10%, rgb(255, 255, 255) 92%);
    background: -o-linear-gradient(top, rgb(237, 235, 235) 10%, rgb(255, 255, 255) 92%);
    background: -ms-linear-gradient(top, rgb(237, 235, 235) 10%, rgb(255, 255, 255) 92%);
    background: -moz-linear-gradient(top, rgb(237, 235, 235) 10%, rgb(255, 255, 255) 92%);
    background: -webkit-linear-gradient(top, rgb(237, 235, 235) 10%, rgb(255, 255, 255) 92%);
    padding: 0.6rem 2.3rem 1.15rem;
}

.newTi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;

}

.mySwiper3 dl {
    height: 4.15rem;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    background: #fff;
    transition-duration: .5s;
    -webkit-border-radius: 0 0 0 40px;
    -moz-border-radius: 0 0 0 40px;

}

.mySwiper3 dl dt {
    opacity: 0;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
}

.mySwiper3 dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}


.mySwiper3 dl dd {

    position: absolute;
    padding-top: 0.53rem;
    padding-left: 0.3rem;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.mySwiper3 dl dd h3 {
    display: inline-block;
    background: #00aa9b;
    color: #fff;
    font-size: 0.12rem;
    font-weight: normal;
    padding: 0 0.08rem;
    border-radius: 8px 0 8px 0;
}

.mySwiper3 dl dd h1 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0.15rem 0 0.25rem 0;
    padding-right: 0.2rem;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mySwiper3 dl dd h2 {
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 1.8;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0.2rem
}

.mySwiper3 dl dd p {
    position: absolute;
    height: 0.8rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    align-items: center;
    right: 0;
    border-top: 1px solid #003380;
    width: 90%;
    padding-right: 0.2rem;
    color: #888;
}

.mySwiper3 dl dd p span {
    display: block;
    position: relative;
    margin-left: 0.15rem;
    background: url(../images/jia1.png) no-repeat center;
    width: 12px;
    height: 12px;
}

.mySwiper3 dl:hover {
    background: #000;
}

.mySwiper3 dl:hover dt {
    opacity: 1;
}

.mySwiper3 dl:hover dt img {
    opacity: 0.34;
}

.mySwiper3 dl:hover dd h1,
.mySwiper3 dl:hover dd h2,
.mySwiper3 dl:hover dd p {
    color: #fff;
}

.mySwiper3 dl:hover dd p {
    border-top: 1px solid #fff;
}

.mySwiper3 dl:hover dd p span {
    background: url(../images/jia.png) no-repeat center;
}

.hotNews {
    margin-top: 0.58rem;
}

.hotNews dl a {
    display: flex;

}

.hotNews.mySwiper3 dl {
    background: #003380 !important;
    border-radius: 0 0 100px 0;
    height: auto;
    -webkit-border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
}

.hotNews.mySwiper3 dl dt {
    width: 51%;
    opacity: 1;
    overflow: hidden;
}

.hotNews.mySwiper3 dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.hotNews.mySwiper3 dl:hover dt img {
    transform: scale(1.1);
    opacity: 1;
}

.hotNews.mySwiper3 dl dd {
    position: relative;
    width: 49%;
    padding-left: 0.97rem;
}

.hotNews.mySwiper3 dl dd p {
    position: relative;
}

.hotNews.mySwiper3 dl dd h1 {
    color: #fff;
    padding-right: 1.2rem;
}

.hotNews.mySwiper3 dl dd h2 {
    color: #fff;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 0.4rem;
    padding-right: 1.2rem;
}

.hotNews.mySwiper3 dl dd p {
    width: 100%;
    border-top: 1px solid #fff;
    padding-right: 1.2rem;
    color: #fff;
}

.hotNews.mySwiper3 dl dd p span {
    background: url(../images/jia.png) no-repeat center;
}

.homeSwkj {
    margin: 0 1.2rem 0 0;
    border-radius: 0 100px 0 0;
    -webkit-border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
}

.homeSwkj .tt {
    background: #00aa9b;
}

.homeSwkj .yyMenubox li.hover .lyTxt {
    padding-left: 2.4rem;
}

.homeSwkj .yyMenubox li.hover .lyTxt p {
    font-size: 0.34rem;
    width: auto;
    line-height: 1.5;
    font-weight: bold;
}

.homeSwkj .yyMenubox li.hover .lyTxt a {
    background: #fff;
    color: #00aa9b;
}

.homeSwkj .yyMenubox li.hover .lyTxt a i {
    color: #00aa9b;
}


/*  */
#prompt {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	left:0;
	z-index:9999;
}

.promptBox {
    width:auto;
    height:auto;
    border-radius: 0.15rem;
    border-bottom: 4px solid #05357e;
    background: #fff;
    padding: 0.5rem 0.6rem ;

}

.promptBox h1 {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.35rem;
}

.promptBox h1 span {
    font-size: 0.16rem;
    color: #888888;
}

.promptList ul{
    width: 100%;
    display: flex;
    justify-content:center;
}
.promptList li{width: 1.7rem; background:#1aa99b; color:#fff; height:0.48rem; text-align: center; border-radius: 0.2rem 0; display: flex; align-items: center; justify-content: center; font-size: 0.14rem; line-height: 0.18rem;  margin:0 12px;}
.promptList li a{color:#fff; text-align: center;}
@media (-webkit-device-pixel-ratio: 1.25) {
    .aboutRi dl dt p {
        width: 50px;
    }

}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1650px) {

    .homeTi span:after {
        border-radius: 4px 0 4px 0;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
    }

    .lyTxt h1 {
        border-radius: 25px 0 25px 0;
        -webkit-border-radius: 25px 0 25px 0;
        -moz-border-radius: 25px 0 25px 0;
    }

    .yyMenubox li.hover .lyTxt h1 {
        border-radius: 33px 0 33px 0;
        -webkit-border-radius: 33px 0 33px 0;
        -moz-border-radius: 33px 0 33px 0;
    }

    .homeTi span img {
        width: 12px;
        top: -6px;

    }
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
    .aboutRi dl dt p {
        width: 50px;
    }

    .homeSynesis {
        margin: 0 0.6rem;
    }

    .homeAbout {
        padding: 1.1rem 1.8rem 0.5rem
    }

    .homeNews {
        padding: 0.6rem 1.8rem 1.15rem;
    }

    .homeSwkj {
        margin: 0 1.2rem 0 0;
    }

    .lyTxt h1 {
        border-radius: 20px 0 20px 0;
        -webkit-border-radius: 20px 0 20px 0;
        -moz-border-radius: 20px 0 20px 0;
    }

    .yyMenubox li.hover .lyTxt h1 {
        border-radius: 25px 0 25px 0;
        -webkit-border-radius: 25px 0 25px 0;
        -moz-border-radius: 25px 0 25px 0;
    }



}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {


    .banner-container {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .swiper-slide .b-img {
        display: none;
    }

    .s-img {
        display: block;
    }

    .banner-txt dl dd p {
        font-size: 20px;
    }

    .banner-txt dl dd h1 {
        font-size: 30px;
    }

    .banner-txt {
        padding-left: 10px;
    }

    .bannerBar {
        bottom: 20px;
        left: 10px;
    }

    .swiper-horizontal>.swiper-scrollbar {
        left: 10px !important;
        width: -webkit-calc(100% - 10px) !important;
    }

    .swiper-scrollbar-drag {
        height: 3px !important;
    }

    .banner-container .swiper-button-next i,
    .banner-container .swiper-button-prev i {
        font-size: 20px;
    }

    .homeApplication,
    .homeAbout,
    .homeNews {
        padding: 30px 15px;
    }

    .homeTi {
        font-size: 20px;
    }


    .homeTi h1 {
        font-size: 16px;
        line-height: 1.4;
    }

    .yyMenubox ul,
    .homeSwkj .yyMenubox li.hover .lyTxt p {
        display: block !important;
    }

    .yyMenubox ul:after {
        content: '';
        clear: both;
        display: block;
    }

    .yyMenubox ul li {
        width: 49% !important;
        float: left;
        height: auto;
        margin-bottom: 10px;
    }

    .yyMenubox ul li .smallImg,
    .yyMenubox li.hover .lyTxt p,
    .lyTxt a span {
        display: none !important;
    }

    .yyMenubox li.hover .lyTxt a {
        width: auto;
        height: auto;
        background: none;
        justify-content: center !important;
        align-items: center !important;
    }

    .yyMenubox ul li .bigImg {
        opacity: 1 !important;
        position: relative;
    }

    .yyMenubox ul li:nth-child(2n) {
        float: right;
    }

    .lyTxt h1 {
        width: 40px !important;
        height: 40px !important;
        border-radius: 5px 0 5px 0 !important;
        margin: 0 auto !important;
    }

    .lyTxt h2 {
        font-size: 14px;
        margin: 0;
        text-align: center !important;
    }

    .lyTxt a i {
        font-size: 16px;
        line-height: 1;
        color: #fff !important;
    }

    .yyMenubox li.hover .lyTxt {
        padding-left: 0;
        justify-content: center;
    }

    .yyMenubox li.hover .lyTxt a {
        margin-top: 0;
    }

    .homeSynesis {
        margin: 0 15px;
    }

    .b-img {
        display: none;
    }

    .homeSynesis .yyMenubox li.hover .lyTxt {
        justify-content: left !important;
        padding-left: 20px;
    }

    .homeSynesis .yyMenubox li.hover .lyTxt h1 {
        margin: 0 !important;
    }

    .homeSynesis .yyMenubox li.hover .lyTxt h2 {
        margin: 10px 0;
    }

    .homeSynesis .yyMenubox li.hover .lyTxt a,
    .more {
        justify-content: space-between !important;
        width: 80px;
        height: 30px;
    }

    .homeSynesis .yyMenubox li.hover .lyTxt a span {
        display: block !important;
        font-size: 13px;
    }

    .homeAbout,
    .hotNews dl a {
        display: block;
    }

    .more {
        font-size: 13px;
        margin-top: 0;
    }

    .aboutLe,
    .aboutRi,
    .hotNews.mySwiper3 dl dt,
    .hotNews.mySwiper3 dl dd {
        width: 100%;
    }

    .aboutLe .homeTi h1 {
        margin: 10px 0;
    }

    .aboutRi {
        padding-left: 0;
        margin-top: 20px;
    }

    .aboutRi dl dt .icon {
        width: 40px;
    }

    .aboutRi dl {
        width: 32%;
        margin-left: 0;
        margin-right: 1%;
    }

    .aboutRi dl dt {
        height: 100px;
    }

    .aboutRi dl dd h1 {
        font-size: 30px;
    }


    .mySwiper3 dl dd h3,
    .mySwiper3 dl dd h2 {
        font-size: 14px;
    }

    .aboutRi dl dd p {
        font-size: 12px;
    }

    .mySwiper3 dl dd h1 {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mySwiper3 dl dd {
        padding-top: 15px;
    }

    .mySwiper3 dl dd p {
        font-size: 13px;
    }

    .hotNews.mySwiper3 dl,
    .homeSwkj {
        height: auto;
        border-radius: 0;
    }

    .hotNews.mySwiper3 dl dd {
        padding-left: 15px;
    }

    .hotNews.mySwiper3 dl dd h1,
    .hotNews.mySwiper3 dl dd h2,
    .hotNews.mySwiper3 dl dd p {
        padding-right: 15px;
    }

    .homeSwkj .yyMenubox li.hover .lyTxt p {
        font-size: 18px;
    }

    .homeSwkj .yyMenubox li.hover .lyTxt a i {
        color: #00aa9b !important;
    }

    .banner-container .swiper-slide {
        overflow: hidden;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0 0 0 0;
    }

    .fmLe dl dd {
        display: none;
    }

    .yyMenubox li.hover .lyTxt h2 {
        font-weight: normal;
        font-size: 14px;
    }

    .homeSynesis .b-img {
        display: none;
    }

    .lyTxt-more {
        margin-top: 0;
        font-size: 12px;
    }
}