@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: 120px;
    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.52rem;
    line-height: 1.3;
    font-weight: bold;
}

.banner-txt dl dd p {
    font-size: 0.26rem;
    line-height: 1;
}


.homeApplication {
    padding: 0.7rem 0;
}

.homeTi {
    text-align: center;
    font-size: 0.4rem;
    color: #003380;
}

.homeTi span {
    color: #00aa9b;
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.homeTi span img {
    position: absolute;
    top: -6px;
    right: -15px;
}


.homeTi h1 {
    font-size: 0.18rem;
    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: 52%;
}

.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;
}

.homePro dl dd p a {
    color: #fff;
}

.homeProbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8%;
    left: 6%;
    z-index: 3;
    color: #fff;
}

.homeProbox h2 {
    font-size: 0.48rem;
}

.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.24rem;
    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: 0 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.36rem;
}

.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.7rem 1rem 1.2rem 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 1rem 0;
}

.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;
}



.homeAbout {
    padding: 1.1rem 2.3rem 0.5rem;
    display: flex;
}

.aboutLe {
    width: 4.6rem;
}

.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.6rem);
    width: -webkit-calc(100% - 4.6rem);
    padding-left: 0.65rem;
    display: flex;
    justify-content: space-between;
}

.aboutRi dl {
    margin-left: 0.3rem;
    width: 32%;
    cursor: pointer;
    position: relative;
}

.aboutRi dl dt {
    width: 100%;
    height: 3.5rem;
    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;
    z-index: 1;
}

.aboutRi dl dt p {
    position: absolute;
    top: 0.34rem;
    left: 0.34rem;
    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:hover dt {
    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: #00a798;
    border-radius: 40px 0 40px 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
}

.aboutRi dl:hover dt .icon {
    animation: icon-bounce 0.5s alternate;
}



.aboutRi dl dd {
    text-align: left;
    top: 1.5rem;
    position: absolute;
    padding-left: 0.25rem;
    z-index: 2;
}

.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.18rem;
       line-height: 0.28rem;
}

.aboutRi dl:hover dd h1,
.aboutRi dl:hover dd p {
    color: #fff;
}



.homeNews {

    padding: 0 1.15rem 1.3rem 1.15rem;
}
.homeNews .swiper-pointer-events{height: 4rem;}
.homeNews .swiper-slide{height: 4rem;}
.newTi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;

}

.mySwiper3 dl {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: #fff;
    transition-duration: .5s;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;

}

.mySwiper3 .swiper-slide-active dl dt {
    opacity: 1;
}

.mySwiper3 .swiper-slide-active dl dt img {
    opacity: 0.34;
}

.mySwiper3 .swiper-slide-active dl dd h1 {
    color: #fff;
}

.mySwiper3 dl dt {
    opacity: 0;
    position: relative;
    z-index: 1;
    transition-duration: .5s;
	height: 4rem;
}

.mySwiper3 dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}


.mySwiper3 dl dd {

    position: absolute;
    padding: 0.5rem;
    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.22rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0.15rem 0 0.25rem 0;
}

.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 {
    height: 0.8rem;
    font-size: 0.22rem;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    align-items: center;
    right: 0;
    width: 90%;
    padding-right: 0.2rem;
    color: #00aa9b;
}

.mySwiper3 .swiper-slide-active dl dd p {
    color: #fff;
}

.mySwiper3 .swiper-slide-active dl {
    background: #00a798;
}

.mySwiper3 dl:hover {
    background: #00a798;
}

.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 {
    color: #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.6rem;
    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;
}

.homePro {
    width: 6.8rem;
}

.homePro dl {
    margin-bottom: 10px;
}

.homePro dl dt {
    width: 100%;
    margin-bottom: 5px;
    line-height: 0.56rem;
    font-weight: bold;
    font-size: 0.3rem;
}

.homePro dl dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.homePro dl dd p {
    min-width: 1.95rem;
    padding: 0 0.15rem;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.18rem;
    border: 1px solid #fff;
    border-radius: 0.2rem 0;
    margin-right: 0.18rem;
    margin-bottom: 0.15rem;
    display: block;
    text-align: center;
    position: relative;
}
.homePro dl dd p:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #00a798;
    cursor: pointer;
}
.homePro dl dd p:hover>a{
	color: #00a798;
}

.homeProbox .more{
	background: #fff;
	color: #00a798;
}
.homeProbox .more i{
	color: #00a798;
}

.homePro-panel{
	width: 5.8rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 98%;
	top: 0%;
	z-index: 20;
	padding: 0.2rem 0.2rem;
	zoom: 1;
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}
.homePro dl dd p:hover .homePro-panel{
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
.homePro-panel:after{
	display: block;
	content: '';
	clear: both;
}
.homePro-panel a{
	float: left;
	width: 48%;
	margin:0 1%;
	font-size: 0.18rem;
	color: #333 !important;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.2rem;
}
/* .homePro-panel a:nth-child(2n){
	margin-right: 0;
}
.homePro-panel a:nth-child(-n+2){
	margin-top: 0;
} */
.homePro-panel a:hover{
	color: #00a798 !important;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
@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) {}

@media only screen and (max-width: 1450px) {

    .homeTi h1,
    .more,
    .aboutRi dl dd p,
    .yyMenubox li.hover .lyTxt a,
    .mySwiper3 dl dd h1 {
        font-size: 16px;
    }

    .homeAbout {
        padding: 1.1rem 1.5rem 0.5rem;
    }
}


@media only screen and (max-width: 1366px) {
    .aboutRi dl dt {
        height: 280px;
    }
.aboutRi dl dd p {
    padding-top: 20px;
    padding-right: 10px;
}
    .yyMenubox li.hover .lyTxt a,
    .more {
        width: 130px;
    }
}

@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,
    .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: 16px;
        line-height: 36px;
        margin-top: 5px;
        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: 110px;
        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%;
margin-bottom:20px;
    }

    .aboutRi dl dt {
        height: 270px;
    }

    .aboutRi dl dd h1 {
        font-size: 30px;
    }


    .mySwiper3 dl dd h3,
    .mySwiper3 dl dd h2 {
        font-size: 14px;
    }

    .aboutRi dl dd p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .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-size: 16px;
    }

    .homeSynesis .b-img {
        display: none;
    }

    .lyTxt-more {
        margin-top: 0;
        font-size: 12px;
    }
.aboutRi {
    flex-wrap: wrap;}
.homePro dl dd p {
    width: 85%;
    padding: 4px 0.15rem;
    line-height: 24px;
    color: #fff;
    font-size: 15px;}
.homeProbox {
    top: 20px;}

.homeSynesis img {
    height: 550px;
}
.banner-container .swiper-button-prev{top:12px;}
.yyMenubox li.hover .lyTxt { padding:0 0;}
.homePro-panel {
    width: 90%;
    left: 8%;
}
.homePro-panel a {
    float: left;
    width: 96%;
    margin: 0 1%;
    font-size: 16px;
    line-height: 26px;
}
}