
.yu_banner .swiper-container{
    /*z-index: -1;*/
}
.yu_banner .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yu_banner .swiper-pagination{
    text-align: right;
    bottom: 30px;
    padding-right: 161px;
}
.yu_banner .swiper-slide a img {
    width: 100%;
    height: auto;
}
.yu_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
}
.yu_banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    background-color: #ffffff00;
}
.yu_banner{
    position: relative;
}
.yu_banner .ban_sousuo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.yu_banner .ban_sousuo form{
    width: 1000px;
    height: 58px;
    border-radius: 60px;
    padding: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.yu_banner .ban_sousuo form input{
    flex: 1;
    height: 90%;
    padding: 0 20px;
    margin-left: 15px;
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -ms-box-shadow: 0 0 0px 1000px #fff inset;
	-o-box-shadow: 0 0 0px 1000px #fff inset;
}
.yu_banner .ban_sousuo form button{
    width: 175px;
    height: 48px;
    border-radius: 60px;
    background-color: #0184c8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.yu_banner .ban_sousuo form button i{
    font-size: 28px;
    color: #fff;
}



/* 12骞翠笓娉 */
.absorbed{
    width: 100%;
    align-items: flex-start;
}
.absorbed .yu_left{
    width: 33.33%;
    position: relative;
}
.absorbed .yu_left .coms{
    width: 100%;
    height: 106px;
    padding-left: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -106px;
    background-color: #0184C8;
    background: url(../images/back_tiao1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 7;
}
.absorbed .yu_left .coms .title{
    width: 100%;
    font-size: 32px;
    color: #fff;
}
.absorbed .yu_left .coms .title i{
    font-size: 42px;
    color: #fff;
    margin-left: 15px;
}
.absorbed .yu_left .coms .text{
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}
.absorbed .yu_left .left_ul{
    width: 100%;
    height: 770px;
    padding-right: 90px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.absorbed .yu_left .left_ul li{
    width: 70%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 100px 100px 0;
    border-bottom: 4px solid #DADADA;
    margin: 20px 0;
    transition: all .4s;
    cursor: pointer;
}
.absorbed .yu_left .left_ul .left_liAct{
    width: 100%;
    background-color: #0184C8;
    padding: 4px;
    border-bottom: 4px solid #0184C8;
    background: url(../images/back_tiao2.png) no-repeat;
    background-size: 100% 100%;
}
.absorbed .yu_left .left_ul .left_liAct span{
    color: #fff;
}
.absorbed .yu_left .left_ul .left_liAct .yu_img{
    width: 92px;
    height: 92px;
    background-color: #fff;
    border: 4px solid #0184C8;
} 
.absorbed .yu_left .left_ul li a{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.absorbed .yu_left .left_ul li span{
    font-size: 24px;
    color: #333;
    margin-right: 20px;
    flex: 1;
    text-align: right;
}
.absorbed .yu_left .left_ul li .yu_img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #DADADA;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.absorbed .yu_left .left_ul li .yu_img img{
	transition: all .4s;
}
.absorbed .yu_left .left_ul li:hover{
    width: 100%;
    background-color: #0184C8;
    padding: 4px;
    border-bottom: 4px solid #0184C8;
    background: url(../images/back_tiao2.png) no-repeat;
    background-size: 100% 100%;
}
.absorbed .yu_left .left_ul li:hover span{
    color: #fff;
}
.absorbed .yu_left .left_ul li:hover .yu_img{
    width: 92px;
    height: 92px;
    background-color: #fff;
    border: 4px solid #0184C8;
} 
.absorbed .yu_left .left_ul li:hover .yu_img>img{
	transform: rotate(360deg);
}
.absorbed .yu_left .left_ul .left_liAct:hover .yu_img>img{
	transform: rotate(0);
}


.absorbed .yu_right{
    width: 66.66%;
}
.absorbed .yu_right .yu_sousuo{
    width: 100%;
    height: 82px;
    justify-content: space-between;
    padding: 0 160px 0 30px;
}
.absorbed .yu_right .yu_sousuo p{
    flex: 1;
    font-size: 16px;
    color: #666;
}
.absorbed .yu_right .yu_sousuo p a{
    font-size: 16px;
    color: #666;
    margin-right: 15px;
}
.absorbed .yu_right .yu_sousuo p a:hover{
    color: #0184C8;
}
.absorbed .yu_right .yu_sousuo form{
    width: 300px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #0184C8;
}
.absorbed .yu_right .yu_sousuo form input{
    flex: 1;
    font-size: 14px;
}
.absorbed .yu_right .yu_sousuo form button{
    background-color: #fff;
}
.absorbed .yu_right .yu_sousuo form button i{
    font-size: 22px;
    color: #0184C8;
}
.absorbed .yu_right .right_ul{
    width: 100%;
    height: 770px;
    /*background: url(../images/tu0.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    
}

.absorbed .yu_right .right_ul li{
    width: 100%;
    height: 100%;
    display: none;
}
.absorbed .yu_right .right_ul li .right_div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.absorbed .yu_right .right_ul li .right_div a{
    width: 630px;
    height: 630px;
    border-radius: 50%;
    border: 4px solid #0184C8;
    background-color: #ffffff7a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.absorbed .yu_right .right_ul li .right_div a:hover{
	transform: scale(1.1);
}
.absorbed .yu_right .right_ul li .right_div a .title{
    text-align: center;
    font-size: 40px;
    color: #0184C8;
    margin-bottom: 6px;
}
.absorbed .yu_right .right_ul li .right_div a .text{
    width: 70%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
}
.absorbed .yu_right .right_ul li .right_div a img{
    width: auto;
}

/* app */
.absorbed_app{
    width: 100%;
    display: none;
}
.absorbed_app .a_app_ul{
    width: 100%;
}
.absorbed_app .a_app_ul li{
    width: 100%;
    margin-bottom: 20px;
}
.absorbed_app .a_app_ul li .a_app_li2,
.absorbed_app .a_app_ul li .a_app_li{
    width: 80%;
    height: 52px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 100px 100px 0;
    border-bottom: 4px solid #DADADA;
    margin: 10px 0;
    transition: all .4s;
    cursor: pointer;
}
.absorbed_app .a_app_ul li .a_app_li2 span,
.absorbed_app .a_app_ul li .a_app_li span {
    font-size: 18px;
    color: #333;
    margin-right: 20px;
    flex: 1;
    text-align: right;
}
.absorbed_app .a_app_ul li .a_app_li2 .yu_img,
.absorbed_app .a_app_ul li .a_app_li .yu_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #DADADA;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.absorbed_app .a_app_ul li .yu_img img {
    transition: all .4s;
    width: 60%;
}
.absorbed_app .a_app_ul li .a_app_liAct {
    width: 90%;
    padding: 4px 4px 0;
    border-bottom: 4px solid #0184C8;
    background: url(../images/back_tiao2.png) no-repeat;
    background-size: 100% 100%;
}
.absorbed_app .a_app_ul li .a_app_liAct span{
    color: #fff;
}


.a_app_none{
    width: 100%;
    display: none;
}
.a_app_none .right_div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.a_app_none .right_div a{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 4px solid #0184C8;
    background-color: #ffffff7a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.a_app_none .right_div a .title{
    width: 70%;
    text-align: center;
    font-size: 19px;
    color: #0184C8;
    margin-bottom: 6px;
}
.a_app_none .right_div a .text{
    width: 70%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    color: #333;
    margin-bottom: 25px;
}
.a_app_none .right_div a img{
    width: 120px;
}





/* 浜у搧涓績 */
.pro{
    width: 100%;
    background: url(../images/back0.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 110px;
}
.pro .pro_ul{
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}
.pro .pro_ul li{
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    cursor: pointer;
    text-align: center;
}
.pro .pro_ul .pro_liAct{
    background-color: #0184C8;
    color: #fff;
} 
.pro .pro_ul li:hover{
    background-color: #0184C8;
    color: #fff;
} 

.pro_none{
    display: none;
}
.pro_swiper{
    width: 100%;
    height: 500px;
    position: relative;
    padding-left: 160px;
}
.pro_swiper .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.pro_swiper .swiper-slide .yu_img{
    width: 550px;
    overflow: hidden;
}

.pro_swiper .swiper-slide .yu_img img{
    width: 100%;
    max-width: 100%;
    transition: all .3s;
}
.pro_swiper .swiper-slide .yu_img:hover img{
	transform: scale(1.1);
}
.pro_swiper .swiper-slide .pro_com{
    width: 800px;
    height: 440px;
    background-color: #fff;
    box-shadow: 0 0 6px 4px #d9d9d9;
    padding: 75px;
    border-radius: 12px;
}
.pro_swiper .swiper-slide .pro_com .title{
    width: 100%;
    font-size: 40px;
    color: #0184C8;
    margin-bottom: 8px;
}
.pro_swiper .swiper-slide .pro_com .text{
    text-align: justify;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px;
}

.pro_swiper .swiper-button-next, 
.pro_swiper .swiper-button-prev{
    --swiper-navigation-size: 28px;
    width: 60px;
    height: 60px;
    /*border: 1px solid #666;*/
    color: #fff;
    border-radius: 50%;
    background-color: #0184C8;
}
.pro_swiper .swiper-button-next{
    left: 0;
    right: auto;
    top: 60%;
    transform:rotate(90deg);
}
.pro_swiper .swiper-button-prev{
    left: 0;
    top: 45%;
    transform:rotate(90deg);
}
.pro_none .pro_swiper .swiper-container-horizontal>.swiper-pagination-bullets, 
.pro_none .pro_swiper .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 60px;
    height: 60px;
    border: 1px solid #666;
    color: #666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.pro_swiper .swiper-slide .pro_com a img{
	transition: all .3s;
}
.pro_swiper .swiper-slide .pro_com:hover a>img{
	transform: scale(1.1);
}
.pro_ul2_no,.yu_1590_app{
    display: none;
}















/* 鍝佺墝涓績 */
.pingpai{
    background: url(../images/back1.png) no-repeat;
    background-size: 100% 100%;
}
.pp_tent{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.pp_tent .pp_left{
    width: 38%;
}
.pp_tent .pp_left .pp_com{
    width: 100%;
    height: 270px;
    border-radius: 10px;
    padding: 0 58px;
    cursor: pointer;
}
.pp_tent .pp_left .pp_com_act{
    background-color: #EEEEEE;
}
.pp_tent .pp_left .pp_com_act .pp_icon img{
    background-color: #EEEEEE;
    /*animation: firstdiv 2s linear 1s infinite alternate;*/
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation {
	from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
.pp_tent .pp_left .pp_com .pp_icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #D6D6D6;
}
.pp_tent .pp_left .pp_com .pp_icon img{
    width: auto;
    transition: all .5s;
}
.pp_tent .pp_left .pp_com:hover .pp_icon>img{
	transform: rotate(360deg);
}

.pp_tent .pp_left .pp_com .pp_div{
    flex: 1;
    margin-left: 25px;
}
.pp_tent .pp_left .pp_com .pp_div .title{
    font-size: 30px;
    color: #0184c8;
    margin-bottom: 15px;
}
.pp_tent .pp_left .pp_com .pp_div .text{
    text-align: justify;
    font-size: 16px;
    color: #666;
}


.pp_right{
    width: 58%;
    height: 540px;
    padding-left: 4%;
    border-left: 1px solid #666;
}
.pp_right .pp_none{
    width: 100%;
    display: none;
}
.pp_swiper{
    display: flex;
    justify-content: space-between;
}
.pp_swiper .swiper-container {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.pp_swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}
.pp_swiper .gallery-top {
    width: 60%;
}
.pp_swiper .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    height: 500px;
    overflow: hidden;
}
.pp_swiper .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: inherit;
}
.pp_swiper .gallery-thumbs .swiper-slide:hover{
	opacity: 1;
}
.pp_swiper .gallery-thumbs .swiper-slide img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.pp_swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.pp_swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pp_swiper .img{
    width: auto;
    margin-bottom: 32px;
}
.pp_swiper .img img{
    width: auto;
}
.pp_swiper .text{
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 50px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;    
}
.pp_swiper .yu_row{
	align-items: flex-start;
}
.pp_swiper .yu_row .num1{
    margin-right: 60px;
}
.pp_swiper .yu_row .num1 span{
    font-size: 18px;
    color: #666;
}
.pp_swiper .yu_row .num1 .p{
	display: flex;
	align-items: flex-end;
}
.pp_swiper .yu_row .num1 .p .num{
    font-size: 28px;
    color: #0184C8;
}
.pp_swiper .yu_row .num1 .p span{
    font-size: 20px;
    color: #0184C8;
}

.none_ul{
    width: 100%;
    align-items: flex-start;
}
.none_ul li{
    width: 18%;
    height: 80px;
    margin-right: 2.5%;
    margin-bottom: 30px;
    overflow: hidden;
}
.none_ul li:nth-child(5n){
    margin-right: 0;
}
.none_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.none_ul li a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* app */
.pingpai_app{
    width: 100%;
    display: none;
}
.pingpai_app .pp_app_com{
    width: 100%;
    padding: 0 15px;
}
.pp_app_com .pp_com_app{
    width: 100%;
    height: 220px;
    border-radius: 10px;
    padding: 0 15px;
    cursor: pointer;
    background: #f6f6f6;
    margin-bottom: 10px;
}
.pp_app_com .pp_com_app .pp_icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #D6D6D6;
}
.pp_app_com .pp_com_app .pp_icon img {
    width: auto;
    transition: all .5s;
}
.pp_app_com .pp_com_app .pp_div {
    flex: 1;
    margin-left: 25px;
}
.pp_app_com .pp_com_app .pp_div .title {
    font-size: 24px;
    color: #0184c8;
    margin-bottom: 15px;
}
.pp_app_com .pp_com_app .pp_div .text {
    font-size: 14px;
    color: #666;
}
.pp_app_com .pp_app_com_act {
    background-color: #EEEEEE;
}
.pp_app_com .pp_app_com_act .pp_icon img{
    background-color: #EEEEEE;
    /*animation: firstdiv 2s linear 1s infinite alternate;*/
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation {
	from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.pp_b_none{
    width: 100%;
    display: none;
}
.pp_app_swiper {
    display: flex;
    flex-direction: column;
}
.pp_app_swiper .gallery-top {
    width: 100%;
}
.pp_app_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
}
.pp_app_swiper .img {
    width: auto;
    margin-bottom: 32px;
}
.pp_app_swiper .img img {
    width: auto;
}
.pp_app_swiper .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #666;
}
.pp_app_swiper .yu_row {
    align-items: flex-start;
}
.pp_app_swiper .yu_row .num1 {
    margin-right: 15px;
}
.pp_app_swiper .yu_row .num1 span {
    font-size: 12px;
    color: #666;
}
.pp_app_swiper .yu_row .num1 .p {
    display: flex;
    align-items: flex-end;
}
.pp_app_swiper .yu_row .num1 .p .num {
    font-size: 36px;
    color: #0184C8;
}
.pp_app_swiper .yu_row .num1 .p span {
    font-size: 14px;
    color: #0184C8;
}
.pp_app_swiper .gallery-thumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.pp_app_swiper .gallery-thumbs .swiper-wrapper{
    display: flex;
    align-items: center;
}
.pp_app_swiper .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: inherit;
}
.pp_app_swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.pp_app_swiper .gallery-thumbs .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
}









/* 鏂伴椈涓庢椿鍔 */
.news{
    background-color: #F8F8F8;
}
.news_ul{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.news_ul li:nth-child(1){
    width: 61%;
}
.news_ul li{
    width: 36%;
    margin-bottom: 20px;
}
.news_ul li .img{
    width: 100%;
    /* height: 300px; */
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.news_ul li .img .imgs2_img{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.news_ul li .img .imgs2_img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news_ul li .img .news_p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    background-image: linear-gradient(to bottom,#fff0, rgba(51, 51, 51, 0.486));
    font-size: 20px;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_ul li .news_list{
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 15px;
}
.news_ul li .news_list a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
}
.news_ul li .news_list a:last-child{
    border-bottom: 0px solid #d9d9d9;
}
.news_ul li .news_list a span{
    font-size: 16px;
    color: #0184c8;
    margin-right: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_ul li .news_list a p{
    flex: 1;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_ul li .imgs2{
    background-color: #fff;
    padding: 0 0 30px;
}
.news_ul li .imgs2 span{
    font-size: 16px;
    color: #0184c8;
    padding: 30px 30px 10px;
}
.news_ul li .imgs2 .title{
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 30px;
}
.news_ul li .imgs2 .text{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 30px;
}
.news_ul li .imgs2 .img_more{
    width: 150px;
    height: auto;
    margin-left: 30px;
}
.news_ul li .news_list a p:hover{
    color: #0184c8;
}
.news_ul li .img:hover .imgs2_img>img{
    transform: scale(1.1);
}
.news_ul li .imgs2:hover .title{
    color: #0184c8;
}

/* 鐧诲綍娉ㄥ唽 */

.pupop_fixed{
    width: 45%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 30px;
    background-color: #333333ad;
    border-radius: 12px;
}
.pupop_fixed .yu_pupop{
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
}
.pupop_fixed .yu_pupop .yu_SR{
    width: 100%;
    position: relative;
    padding: 30px;
}
.pupop_fixed .yu_pupop .yu_SR .sr_title{
    width: 100%;
    padding-bottom: 20px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.pupop_fixed .yu_pupop .yu_SR .sr_close{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pupop_fixed .yu_pupop .yu_SR .sr_close i{
    font-size: 20px;
    color: #333;
}
.pupop_fixed .yu_pupop .yu_SR form{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pupop_fixed .yu_pupop .yu_SR form input{
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    margin-bottom: 15px;
}
.pupop_fixed .yu_pupop .yu_SR form .switch{
    width: 100%;
    padding: 15px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pupop_fixed .yu_pupop .yu_SR form .switch .switch_a{
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #0182c800;
    cursor: pointer;
}
.pupop_fixed .yu_pupop .yu_SR form .switch .switch_a:hover{
    color: #0184c8;
    border-bottom: 1px solid #0182c8;
}
.pupop_fixed .yu_pupop .yu_SR form button{
    width: 100%;
    height: 50px;
    background-color: #0184c8;
    font-size: 18px;
    color: #fff;
    text-align: center;
}







@media (max-width:767px) {
    .yu_banner .ban_sousuo form{width: 100%;height: 40px;}
    .yu_banner .ban_sousuo form button{width: 78px;height: 32px;font-size: 14px;}
    .yu_banner .ban_sousuo form button i{font-size: 20px;}
    .yu_banner .swiper-slide a img {
        width: 100%;
        height: 230px;
        max-width: initial;
    }
    .absorbed .yu_left{width: 100%;}
    .absorbed .yu_right{width: 100%;display: none;}
    .absorbed .yu_left .coms{margin-top: 25px;padding: 0 15px;height: 120px;position: inherit;}
    .absorbed .yu_left .coms .title{font-size: 24px;}
    .absorbed .yu_left .coms .text{font-size: 16px;}
    .absorbed .yu_left .left_ul{padding-right: 15px;height: 410px;display: none;}
    .absorbed .yu_left .left_ul li{width: 80%;height: 52px;margin: 10px 0;}
    .absorbed .yu_left .left_ul li span{font-size: 18px;}
    .absorbed .yu_left .left_ul li .yu_img{width: 48px;height: 48px;}
    .absorbed .yu_left .left_ul .left_liAct .yu_img{width: 48px;height: 48px;}
    .absorbed .yu_left .left_ul li:hover .yu_img {width: 48px;height: 48px;}
    .absorbed .yu_left .left_ul li .yu_img img{width: 60%;}
    .absorbed .yu_right .yu_sousuo p{display: none;}
    .absorbed .yu_right .yu_sousuo{padding: 0 25px;height: 60px;}
    .absorbed .yu_right .yu_sousuo form{height: 94%;}
    .absorbed .yu_right .right_ul{height: auto;padding: 0px 0;}
    .absorbed .yu_right .right_ul li{padding: 20px 0;}
    .absorbed .yu_right .right_ul li .right_div a{width: 300px;height: 300px;}
    .absorbed .yu_right .right_ul li .right_div a .title{font-size: 19px;width: 70%;}
    .absorbed .yu_right .right_ul li .right_div a .text{font-size: 14px;line-height: 22px;display: -webkit-box;
        -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
    .absorbed .yu_right .right_ul li .right_div a img{width: 120px;}
    .yu_content img{width: 64%;}
    .yu_content .yu_title{font-size: 28px;}
    .pro .pro_ul{padding: 30px 0;}
    .pro .pro_ul li{width: 35%; height: 42px;margin-bottom: 12px;}
    .pro_swiper{padding-left: 70px;height: 600px;}
    .pro_swiper .swiper-slide{flex-wrap: wrap;}
    .pro_swiper .swiper-slide .yu_img{width: 100%;margin-bottom: 20px;}
    .pro_swiper .swiper-slide .pro_com{width: 100%;padding: 10px;height: 345px;}
    .pro_swiper .swiper-slide .pro_com .title{font-size: 16px;}
    .pro_swiper .swiper-slide .pro_com .text{font-size: 12px;line-height: 21px;}
    .pro_swiper .swiper-button-next, 
    .pro_swiper .swiper-button-prev{width: 40px;height: 40px;--swiper-navigation-size: 20px;left: 12px;}
    .pro_swiper .swiper-container-horizontal>.swiper-pagination-bullets, 
    .pro_swiper .swiper-pagination-custom, 
    .swiper-pagination-fraction{width: 45px;height: 45px;font-size: 20px;bottom: 70px;left: 12px;}
    .pro_swiper .swiper-button-next{top: 55%;}
    .pro_swiper .swiper-slide .yu_img img{width: auto;}
    .pp_tent{padding: 0 15px;display: none;}
    .pp_tent .pp_left{width: 100%;}
    .pp_right{width: 100%;border-left: 0px solid #666;padding-left: 0%;height: auto;}
    .pp_tent .pp_left .pp_com{padding: 0 15px;height: 220px;}
    .pp_tent .pp_left .pp_com .pp_icon{width: 80px;height: 80px;}
    .pp_tent .pp_left .pp_com .pp_div .title{font-size: 24px;}
    .pp_tent .pp_left .pp_com .pp_div .text{font-size: 14px;}
    .pp_swiper .yu_row .num1 {margin-right: 15px;}
    .pp_swiper .yu_row .num1 p{font-size: 32px;}
    .pp_swiper .yu_row .num1 span{font-size: 12px;}
    .pp_swiper .yu_row .num1 .p .num{font-size: 36px;}
    .pp_swiper .yu_row .num1 .p span{font-size: 14px;}
    .pp_swiper .text{font-size: 14px;line-height: 22px;margin-bottom: 30px;}
    .pp_swiper .gallery-thumbs{height: 450px;}
    .none_ul li{width: 31%;margin-right: 2.666%;}
    .none_ul li:nth-child(3n){margin-right: 0%;}
    .none_ul li:nth-child(5){margin-right: 2.666%;}
    .none_ul li:nth-child(10){margin-right: 2.666%;}
    .news_ul{padding: 0 15px;}
    .news_ul li{width: 100%;}
    .news_ul li:nth-child(1){width: 100%;}
    .news_ul li .img{height: auto;}
    .news_ul li .news_list a p,
    .news_ul li .news_list a span{font-size: 14px;}
    .news_ul li .img .news_p{font-size: 16px;}
    .news_ul li .imgs2 .title{font-size: 18px;margin-bottom: 25px;}
    .pingpai {background: url(../images/back1.png) no-repeat center;background-size: auto 100%;}
    .pupop_fixed{width: 94%;}
    .absorbed_app,
    .pingpai_app{display: block;}
    .pro_ul1,
    .yu_1590_pc{display: none;}
    .pro_ul2_no,.yu_1590_app{
        display: block;
    }
}

@media (max-width:991px) and (min-width:768px) {

}

@media (min-width:992px) and (max-width:1024px) {

}

@media (min-width:1025px) and (max-width:1280px){
    .pro{padding: 40px 0 70px;}
    .pro_swiper{padding-left: 70px;}
    .pro_swiper .swiper-slide .pro_com{width: 560px;padding: 30px;height: 370px;}
    .pro_swiper .swiper-slide .yu_img{width: 320px;}
    .pro_swiper .swiper-slide .pro_com .title{font-size: 26px;}
    .absorbed .yu_left .left_ul{padding-right: 30px;height: 650px;}
    .absorbed .yu_right .right_ul{height: 650px;}
    .absorbed .yu_left .left_ul li{width: 80%;height: 70px;}
    .absorbed .yu_right .right_ul li .right_div a{width: 450px;height: 450px;}
    .absorbed .yu_left .coms{padding-left: 30px;}
    .absorbed .yu_right .yu_sousuo p a,
    .absorbed .yu_right .yu_sousuo p{font-size: 12px;}
    .absorbed .yu_left .left_ul li span{font-size: 18px;}
    .absorbed .yu_left .left_ul li .yu_img{width: 65px;height: 65px;}
    .absorbed .yu_left .left_ul li .yu_img img{width: 34px;}
    .absorbed .yu_right .right_ul li .right_div a .title{width: 70%;font-size: 24px;}
    .absorbed .yu_right .right_ul li .right_div a .text{font-size: 12px;line-height: 20px;}
    .absorbed .yu_right .right_ul li .right_div a img{width: 140px;}
    .absorbed .yu_left .left_ul .left_liAct .yu_img{width: 65px;height: 65px;}
    .absorbed .yu_left .left_ul li:hover .yu_img {width: 65px;height: 65px;}
    .absorbed .yu_right .yu_sousuo{padding: 0 15px;}
    /* .news_ul li .img{height: 182px;} */
    .news_ul li .imgs2{padding: 15px;}
    .news_ul li .imgs2 .title{font-size: 18px;margin-bottom: 12px;}
    .news_ul li .imgs2 .text{margin-bottom: 18px;}
    .news_ul li .news_list a{padding: 12px 0;}
    .news_ul li .news_list a p,.news_ul li .news_list a span{font-size: 14px;}
    .news_ul li .img .news_p{font-size: 16px;}
    .news_ul li .imgs2 img{width: 140px;}
    .pp_tent .pp_left .pp_com .pp_icon{width: 80px;height: 80px;}
    .pp_tent .pp_left .pp_com .pp_icon img{width: 60%;}
    .pp_tent .pp_left .pp_com{padding: 0 20px;height: 230px;}
    .pp_tent .pp_left .pp_com .pp_div .title{font-size: 24px;}
    .pp_right{height: 460px;}
    .pp_swiper .yu_row .num1{margin-right: 30px;}
    .pp_swiper .yu_row .num1 p{font-size: 46px;}
    
}

@media (min-width:1281px) and (max-width:1440px){
    .pro{padding: 40px 0 70px;}
    .pro_swiper{padding-left: 120px;}
    .pro_swiper .swiper-slide .pro_com{width: 660px;padding: 30px;height: 370px;}
    .pro_swiper .swiper-slide .yu_img{width: 340px;}
    .pro_swiper .swiper-slide .pro_com .title{font-size: 32px;}
    .absorbed .yu_left .left_ul{padding-right: 30px;}
    .absorbed .yu_left .left_ul li{width: 80%;}
    .absorbed .yu_right .yu_sousuo{padding: 0 30px 0 30px;}
    /* .news_ul li .img{height: 219px;} */
    .news_ul li {width: 32%;}
    .news_ul li:nth-child(1) {width: 64.5%;}
    .news_ul li .imgs2 .title{font-size: 20px;margin-bottom: 12px;}
    .news_ul li .imgs2 .text{margin-bottom: 18px;}
    .news_ul li .news_list a p,.news_ul li .news_list a span{font-size: 14px;}
    .news_ul li .img .news_p{font-size: 16px;}
    .pp_tent .pp_left .pp_com .pp_icon{width: 80px;height: 80px;}
    .pp_tent .pp_left .pp_com .pp_icon img{width: 60%;}
    .pp_tent .pp_left .pp_com{padding: 0 20px;height: 230px;}
    .pp_tent .pp_left .pp_com .pp_div .title{font-size: 24px;}
    .pp_right{height: 460px;}
    .absorbed .yu_right .right_ul li .right_div a{width: 530px;height: 530px;}
}

@media (min-width:1441px) and (max-width:1660px){
    .pro_swiper .swiper-slide .yu_img{width: 380px;}
    .absorbed .yu_right .right_ul li .right_div a .title{width: 70%;}
    .absorbed .yu_left .left_ul li span{font-size: 18px;}
    .absorbed .yu_left .coms{padding-left: 40px;}
}