/*banner开始*/
.banner-pagination {
    bottom: 30px !important;
}
.banner-pagination .swiper-pagination-bullet {
    width: 55px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
}
.banner-swiper .banner-li .img img {
    max-width: 100%;
}
/*业务领域开始*/
.syywfw {
    padding-top: 100px;
}
.syywfw .syywfw-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.syywfw .syywfw-box .l h2 {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(to bottom, #DDE4F0, transparent);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.syywfw .syywfw-box .l h3 {
    font-size: 36px;
}
.syywfw .syywfw-box .r .btn {
    padding: 10px 20px;
    background-color: #F5F6F6;
    border-radius: 20px;
    transition: all .4s;
}
.syywfw .syywfw-box .r .btn:hover {
    background-color: #196BB4;
    color: #fff;
    cursor: pointer;
    transform: translateX(5px);
}
.syywfw .syywfw-nav {
    position: relative;
    margin-top: 50px;
}
.syywfw .syywfw-nav .yw-li {
    padding: 10px 0;
    cursor: pointer;
}
.syywfw .syywfw-nav .swiper-slide-thumb-active {
    background: linear-gradient(to bottom, transparent, #DEE3EF);
    border-bottom: 3px solid #3A5B9E;
}
.syywfw .syywfw-nav .yw-li p {
    text-align: center;
    margin-top: 20px;
    height: 48px;
}
.syywfw .syywfw-nav .yw-li:hover {
    background: linear-gradient(to bottom, transparent, #DEE3EF);
    border-bottom: 3px solid #3A5B9E;
}
.syywfw .syywfw-nav .yw-button-prev {
    width: 53px;
    height: 39px;
    left: -10%;
    background-image: url("../images/btn-l.png");
    background-size: 100% 100%;
    transition: all .4s;
}
.syywfw .syywfw-nav .yw-button-next {
    width: 53px;
    height: 39px;
    right: -10%;
    background-image: url("../images/btn-r.png");
    background-size: 100% 100%;
    transition: all .4s;

}
.syywfw .syywfw-nav .yw-button-prev:hover {
    transform: translateX(-5px);
}
.syywfw .syywfw-nav .yw-button-next:hover {
    transform: translateX(5px);
}
.syywfw .ywbanner-swiper .ywbanner-li .img {
    position: relative;
}
.syywfw .ywbanner-swiper .ywbanner-li .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    left: 11%;
    color: #fff;
}
.syywfw .ywbanner-swiper .ywbanner-li .banner-text h1 {
    font-size: 37px;
}
.syywfw .ywbanner-swiper .ywbanner-li .banner-text p {
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.yw-swiper .yw-li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yw-swiper .yw-li .img {
    width: 97px;
    height: 97px;
}
.yw-swiper .yw-li .img img {
    max-width: 100%;

}

/*公司概况开始*/
.sygsgk-box {
    padding-bottom: 85px;
}
.sygsgk-box .sygsgk{
    display: flex;
    justify-content: space-between;
}
.sygsgk-box .sygsgk .l {
    width: 48%;
}
.sygsgk-box .sygsgk .l img {
    max-width: 100%;
}
.sygsgk-box .sygsgk .r {
    width: 48%;
    padding-top: 50px;
}
.sygsgk-box .sygsgk .r h2 {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(to bottom, #DDE4F0, transparent);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sygsgk-box .sygsgk .r h3 {
    font-size: 36px;
}
.sygsgk-box .sygsgk .r p {
    margin-top: 40px;
    letter-spacing: 2px;
}
.sygsgk-box .sygsgk .r .tips {
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.sygsgk-box .sygsgk .r .tips .aaa {
    margin-right: 50px;
}
.sygsgk-box .sygsgk .r .tips h1 {
    font-size: 60px;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to right, #136D92, #59B331);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sygsgk-box .sygsgk .r .tips h1 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    background: linear-gradient(to right, #136D92, #59B331);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sygsgk-box .sygsgk .r .tips p {
    font-size: 16px;
    margin-top: 0px;
}
.sygsgk-box .sygsgk .r a {
    display: inline-block;
    align-items: center;
    margin-top: 70px;
    padding: 10px 30px;
    background: linear-gradient(to right, #136D92, #59B331);
    border-radius: 20px;
    color: #fff;
    transition: all .4s;
}
.sygsgk-box .sygsgk .r a img {
    margin-bottom: 3px;
}
.sygsgk-box .sygsgk .r a:hover {
    transform: translateX(-5px);
}

/*新闻开始*/
.syxwzx-box {
    padding-bottom: 160px;
    background-image: url("../images/xwbj.jpg");
    background-size: 100% 100%;
}
.syxwzx-box .syxwzx .top {
    display: flex;
    justify-content: space-between;
}
.syxwzx-box .syxwzx .top .l h2 {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(to bottom, #DDE4F0, transparent);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.syxwzx-box .syxwzx .top .l h3 {
    font-size: 36px;
}
.syxwzx-box .syxwzx .top .r {
    display: flex;
    align-items: center;
    height: 100%;
}
.syxwzx-box .syxwzx .top .r .fenlei {
    display: flex;
    margin-right: 40px;
}
.syxwzx-box .syxwzx .top .r .fenlei a {
    margin-right: 20px;
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #136D92;
    /*border-image: linear-gradient(to right, #136D92, #59B331);*/
    /*border-image-slice: 1;*/
    border-radius: 20px;
    transition: all .4s;
}
.syxwzx-box .syxwzx .top .r .fenlei a:hover {
    background: linear-gradient(to right, #136D92, #59B331);
    color: #fff;
    border: 1px solid transparent;
}
.syxwzx-box .syxwzx .top .r .tonew {
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all .4s;
}
.syxwzx-box .syxwzx .top .r .tonew img {
    margin-left: 10px;
}
.syxwzx-box .syxwzx .top .r .tonew:hover {
    transform: translateX(5px);
}
.syxwzx-box .syxwzx .content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.syxwzx-box .syxwzx .content .l {
    width: 48%;
    margin-right: 70px;
}
.syxwzx-box .syxwzx .content .l ul li a {
    display: flex;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid transparent;
    transition: all .4s;
}
.syxwzx-box .syxwzx .content .l ul li a .time {
    color: #737373;
    margin-right: 40px;
    font-size: 14px;
}
.syxwzx-box .syxwzx .content .l ul li a:hover {
    background-color: #fff;
    border-bottom: 1px solid #005BAC;
}
.syxwzx-box .syxwzx .content .l ul li a:hover h1 {
    background: linear-gradient(to right, #136D92, #59B331);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}
.syxwzx-box .syxwzx .content .l ul li:nth-child(1) a {
    padding: 35px 35px 35px 0;
    background: linear-gradient(to right, #136D92, #59B331);
}
.syxwzx-box .syxwzx .content .l ul li:nth-child(1) a .title {
    margin-left: 50px;
    color: #fff;
}
.syxwzx-box .syxwzx .content .l ul li:nth-child(1) a .title .time {
    color: #fff;
}
.syxwzx-box .syxwzx .content .l ul li:nth-child(1) a:hover .title h1 {
    color: #fff;
}
.syxwzx-box .syxwzx .content .l ul li a h1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.syxwzx-box .syxwzx .content .r {
    position: relative;
    width: 48%;
    overflow: hidden;
}
.syxwzx-box .syxwzx .content .r .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.syxwzx-box .syxwzx .content .r .title {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%) translateY(200px);
    width: 80%;
    color: #fff;
    transition: all .4s;
}
.syxwzx-box .syxwzx .content .r .title div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.syxwzx-box .syxwzx .content .r .title div h1 {
    width: 70%;
    font-size: 24px;
    line-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.syxwzx-box .syxwzx .content .r .title div img {
    height: 100%;
    margin-bottom: 10px;
}
.syxwzx-box .syxwzx .content .r:hover .img img {
    opacity: .5;

}
.syxwzx-box .syxwzx .content .r:hover .title {
    transform: translateX(-50%) translateY(0px);
}
