

.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    background-color: #fff0;
    opacity: 1;
}

/* banner */
.yu_banner{
    width: 100%;
    position: relative;
}
.yu_banner .banner_img{
    width: 100%;
    animation: banner_img 1.5s 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yu_banner .banner_img .swiper-slide a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
.yu_banner .banner_img .swiper-slide a img{
    width: 100%;
}
.yu_banner .banner_tel{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 0;
    text-align: center;
    font-size: 25px;
    color: #fff;
    animation: ban_tent2 2s 1;
    text-shadow: 4px 2px 4px #333333;
    z-index: 99;
}
.ban_tent{
    width: 1000px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}
.ban_tent .ban_title{
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    font-weight: bold;
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
    animation: ban_tent1 2s 1;
    text-shadow: 4px 4px 2px #333333;
}
.ban_tent .ban_text{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    width: 80%;
    text-align: center;
    border-top: 1px solid #fff;
    animation: ban_tent2 2s 1;
    margin: 0 0 46px;
    text-shadow: 4px 4px 2px #333333;
}
.ban_tent .ban_h1{
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ban_tent3 2s 1;
    text-shadow: 4px 4px 2px #333333;
}
.ban_tent .ban_h1 h1{
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}
.ban_tent .ban_span{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 4px 2px 3px #333333;
}
.ban_tent .ban_span span{
    font-size: 35px;
    color: #fff;
}
.ban_tent .ban_span span:nth-child(1){
    animation: ban_tent3 2s 1;
}
.ban_tent .ban_span span:nth-child(2){
    animation: ban_tent3 2.5s 1;
}
.ban_tent .ban_span span:nth-child(3){
    animation: ban_tent3 2.6s 1;
}
/*@keyframes banner_img{*/
/*    0%{*/
/*		transform: scale(0);*/
/*    }*/
/*    50%{*/
/*        transform: scale(1);*/
/*    }*/
/*    100%{*/
/*		transform: translateX(1);*/
/*    }*/
/*}*/

@keyframes ban_tent1{
    from{
		transform: translateX(-200px);
    }
    to{
		transform: translateX(0);
    }
}
@keyframes ban_tent2{
    from{
		transform: translateX(200px);
    }
    to{
		transform: translateX(0);
    }
}
@keyframes ban_tent3{
    from{
		transform: translateY(400px);
    }
    to{
		transform: translateY(0);
    }
}



/* 专注锥形不锈钢旗杆 */
.focus_ul{
    width: 100%;
}
.focus_ul li{
    width: 33.333%;
}
.focus_ul li a{
    width: 100%;
    height: 420px;
    display: flex;
    position: relative;
}
.focus_ul li a .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.focus_ul li a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.focus_ul li a .title{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.focus_ul li a .title p{
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.focus_ul li a .title img{
    width: 200px;
}
.focus_ul li a:hover .img>img{
    transform: scale(1.1);
}


.product{
    align-items: flex-start;
    justify-content: space-between;
}
.left_nav{
    width: 20%;
    padding: 20px 0 40px;
    /*background-image: linear-gradient(to right, #508EFD , #C0D9F8);*/
}
.left_nav .left_h1{
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #508EFD , #C0D9F8);
}
.left_nav .left_h1 .list_icon{
    font-size: 28px;
    display: none;
}
.left_nav .pro_nav_ul{
    width: 100%;
}
.left_nav .pro_nav_ul li{
    width: 100%;
    margin-bottom: 10px;
}
.left_nav .pro_nav_ul li .title{
    width: 100%;
    margin-bottom: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    background-image: linear-gradient(to right, #508EFD , #C0D9F8);
}
.left_nav .pro_nav_ul li .title .title_icon{
    font-size: 26px;
    color: #fff;
    font-weight: initial;
    display: none;
}
.left_nav .pro_nav_ul li a{
    width: 100%;
    font-size: 20px;
    color: #5692FD;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.left_nav .pro_nav_ul li .left_li_after,
.left_nav .pro_nav_ul li a:hover{
    color: #E60012;
}
.left_nav .pro_nav_ul .more{
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    background-image: linear-gradient(to right, #508EFD , #C0D9F8);
}
.left_nav .pro_nav_ul .more .title_icon{
    font-size: 26px;
    color: #fff;
    display: none;
    margin-left: 15px;
}
.left_nav .pro_nav_ul .more:hover{
	color: #E60012;
}

.left_app{
	width: 100%;
	padding: 0 0;
	display: none;
	background-image: linear-gradient(to right, #508EFD , #C0D9F8);
	position: relative;
}
.left_app .zy_jiantou{
	position: absolute;
	width: 60px;
	height: 20px;
	bottom: 0;
	right: 45px;
	overflow: hidden;
}
.left_app .zy_jiantou img{
	width: 16px;
	animation: index_b2 2s linear infinite;
}
@keyframes index_b2{
    from{
		transform: translateX(-10px);
    }
    to{
		transform: translateX(70px);
    }
}
.left_app .left_appul{
	width: 100%;
	overflow-x: auto;
	padding: 20px 0 25px;
	display: flex;
	align-items: center;
}
.left_app .left_appul li{
	padding: 0 15px;
}
.left_app .left_appul li a{
	font-size: 14px;
	color: #ffffff;
	display: flex;
	white-space: nowrap;
}

.left_app .left_appul::-webkit-scrollbar {
    height: 5px;
}
.left_app .left_appul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.left_app .left_appul .left_appliact a{
	color: #E60012;
} 



.right_list{
    width: 77%;
}
.right_ul{
    width: 100%;
}
.right_ul li{
    padding: 5px;
}
.right_ul li a{
    width: 359px;
    height: 359px;
    display: flex;
    position: relative;
}
.right_ul li a .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.right_ul li a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.right_ul li a .title{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right_ul li a .title p{
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.right_ul li a .title img{
    width: 200px;
}
.right_ul li a:hover .img>img{
    transform: scale(1.1);
}

/* 创新锥形一体成型 */
.zuixin2{
	width: 100%;
	position: relative;
}
.zuixin2 .swiper-slide .img_fie{
	width: 100%;
	height: auto;
}
.zuixin2 .zx_title{
	position: absolute;
	z-index: -1;
	top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 730px;
    padding-right: 212px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.zuixin2 .zx_title .title1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.zuixin2 .zx_title .title1 img{
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.zuixin2 .zx_title .title1 .title{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}
.zuixin2 .zx_title .title2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.zuixin2 .zx_title .title2 .title{
    font-size: 25px;
    color: #fff;
    text-align: right;
}
.zuixin2 .zx_title .title2 .text{
    font-size: 10px;
    color: #ffffffa6;
    text-align: right;
    line-height: 26px;
}
.zuixin2 .zuixin_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.zuixin2 .zuixin_image .zuixin_imgs{
	width: 100%;
	height: 100%;
	display: none;
}
.zuixin2 .zuixin_image .zuixin_imgs .img_fie{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}



.zuixin2 .zuixin_san{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 250px;
    border: 1px solid #ffffffad;
    border-radius: 500px 500px 0 0;
    overflow: inherit;
}
.zuixin2 .zuixin_san .san_div{
	width: 100%;
	height: 100%;
	position: relative;
}
.zuixin2 .zuixin_san .san_div .san_com{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
}
.zuixin2 .zuixin_san .san_div .san_com:nth-child(1){
	left: -80px;
	bottom: 20px;
}
.zuixin2 .zuixin_san .san_div .san_com:nth-child(2){
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}
.zuixin2 .zuixin_san .san_div .san_com:nth-child(3){
	right: -86px;
	bottom: 20px;
}
.zuixin2 .zuixin_san .san_div .san_com span{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 10px;
}
.zuixin2 .zuixin_san .san_div .san_com .com_div{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 3px solid #6666668f;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.zuixin2 .zuixin_san .san_div .san_com .com_div i{
	font-size: 26px;
	color: #666666;
}
.zuixin2 .zuixin_san .san_div .san_com:hover .com_div,
.zuixin2 .zuixin_san .san_div .swiper-slide-thumb-active .com_div{
	background-color: #528FFD;
}
.zuixin2 .zuixin_san .san_div .swiper-slide-thumb-active .com_div i,
.zuixin2 .zuixin_san .san_div .san_com:hover .com_div>i{
	color: #ffffff;
}




/* 优秀工程项目案例展示 */
.shows_ul{
    width: 100%;
    align-items: flex-start;
}
.shows_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
}
.shows_ul li:nth-child(3n){
    margin-right: 0;
}
.shows_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.shows_ul li a .image{
    width: 100%;
    overflow: hidden;
}
.shows_ul li a .image img{
    width: 100%;
    transition: all .3s;
}
.shows_ul li a:hover .image>img{
    transform: scale(1.1);
}
.shows_ul li a p{
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #333;
    padding: 10px 0;
}
.more_show{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.more_show a{
	width: 150px;
	height: 48px;
	border-radius: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(to right, #508EFD , #C0D9F8);
}

/* trust US */
.h_trust{
    background: url(../images/backg_2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 200px 0 80px;
}
.h_trust .trust{
    width: 1270px;
    height: 540px;
    padding: 0 55px;
    background-color: #3333338e;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
} 
.h_trust .trust .top{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -53px;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top,#C2C2C2 50%,#ffffff 50% ); 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.h_trust .trust .title{
    font-size: 50px;
    color: #fff;
    margin: 90px 0 15px;
}
.h_trust .trust .title_on{
    font-size: 30px;
    color: #fff;
    margin: 0 0 55px;
}
.h_trust .trust .text{
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    text-align: center;
}
.h_trust .trust .dianhua{
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    bottom: 18px;
    border-bottom: 1px solid #fff;
}
.h_trust .yu_jia{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

/* 行业新闻咨询中心 */
.news_ul{
    width: 100%;
    justify-content: center;
    margin-bottom: 32px;
}
.news_ul li{
    width: 250px;
    height: 56px;
    margin: 0 13px;
}
.news_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #333;
    border: 2px solid #333;
}
.news_ul .news_liact a{
    background-color: #1D80C1;
    color: #fff;
    border: 2px solid #333;
}
.news_ul li a:hover{
    background-color: #1D80C1;
    color: #fff;
}
.news_none{
    width: 100%;
    display: none;
}

.news_com{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.news_com .image{
    width: 970px;
    height: 700px;
    margin-right: 50px;
    overflow: hidden;
    background-color: #535353;
}
.news_com .image img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news_com .image:hover img{
    transform: scale(1.1);
}
.news_com .news_list{
    width: 410px;
    display: flex;
    flex-direction: column;
}
.news_com .news_list a{
    width: 100%;
    display: block;
    font-size: 20px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 3px 0;
}
.news_com .news_list a:hover{
    color: #1D80C1;
}




/* 补 */
.gcsl_img{
    width: 100%;
}
.gcsl_img img{
    width: 100%;
}
.home_pro{
    width: 100%;
}
.home_pro .home_pro_top{
    width: 100%;
    margin-bottom: 40px;
}
.home_pro .home_pro_top span{
    flex: 1;
    text-align: center;
    color: #434343;
    font-size: 25px;
}
.home_pro .home_pro_top .top_ul1{
    width: 52%;
}
.home_pro .home_pro_top .top_ul1 li{
    width: 25%;
}
.home_pro .home_pro_top .top_ul1 li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
}
.home_pro .home_pro_top .top_ul1 .top_li_act a{
    color: #00A0E9;
}
.home_pro .home_pro_top .top_ul1 li a img{
    width: auto;
}
.home_pro .home_pro_none{
    display: none;
}
.home_pro .home_pro_b{
    width: 100%;
    align-items: flex-start;
}
.home_pro .home_pro_b .pro_b_swi{
    width: 36%;
}
.home_pro .home_pro_b .pro_b_swi .swiper-slide{
    width: 100%;
}
.home_pro .home_pro_b .pro_b_swi .swiper-slide a{
    width: 100%;
}
.home_pro .home_pro_b .pro_b_swi .swiper-slide a img{
    width: 100%;
}
.home_pro .home_pro_b .pro_b_ul{
    width: 64%;
    align-items: flex-start;
}
.home_pro .home_pro_b .pro_b_ul li{
    width: 50%;
    height: 300px;
    overflow: hidden;
}
.home_pro .home_pro_b .pro_b_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}
.home_pro .home_pro_b .pro_b_ul li:nth-child(3) a{
    flex-direction: row-reverse;
}
.home_pro .home_pro_b .pro_b_ul li:nth-child(4) a{
    flex-direction: row-reverse;
}
.home_pro .home_pro_b .pro_b_ul li a .img{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.home_pro .home_pro_b .pro_b_ul li a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.home_pro .home_pro_b .pro_b_ul li a:hover .img>img{
	transform: scale(1.1);
}
.home_pro .home_pro_b .pro_b_ul li a .coms{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_pro .home_pro_b .pro_b_ul li a .coms .title{
    width: 100%;
    font-size: 28px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 40px;
}
.home_pro .home_pro_b .pro_b_ul li a:hover .title{
	color: #17A4F3;
}
.home_pro .home_pro_b .pro_b_ul li a .coms .text{
    width: 100%;
    font-size: 20px;
    color: #666;
    margin: 15px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}
.home_pro .home_pro_b .pro_b_ul li a .coms .text_i{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #17A4F3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_pro .home_pro_b .pro_b_ul li:nth-child(1) .text_i{
    transform: rotateY(180deg);
}
.home_pro .home_pro_b .pro_b_ul li:nth-child(2) .text_i{
    transform: rotateY(180deg);
}
.home_pro .home_pro_b .pro_b_ul li a .coms .text_i i{
    font-size: 26px;
    color: #17A4F3;
}
.y_news{
    width: 100%;
    justify-content: space-between;
}
.y_news .news_top{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.y_news a{
    font-size: 16px;
    color: #333;
}
.y_news_tap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.y_news_tap a{
    font-size: 16px;
    color: #333;
    margin-left: 30px;
}
.y_news_ul{
    width: 100%;
}
.y_news_ul .news_a{
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #ffffff 10%, #f5f5f5 90%);
    padding: 15px 40px 15px 0;
}
.y_news_ul .news_a .img{
    width: 530px;
    overflow: hidden;
}
.y_news_ul .news_a .img img{
    width: 100%;
    transition: all .3s;
}
.y_news_ul .news_a:hover .img>img{
    transform: scale(1.1);
}
.y_news_ul .news_a .coms{
    flex: 1;
    margin: 0 80px;
}
.y_news_ul .news_a .coms .title{
	width: 100%;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.y_news_ul .news_a .coms .text{
    font-size: 20px;
    color: #666;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.y_news_ul .news_a .coms .text::after{
    position: absolute;
    content: "";
    width: 250px;
    height: 8px;
    background-color: #00A0E9;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.y_news_ul .news_a:hover .coms>.text::after{
	width: 100%;
}
.y_news_ul .news_a .time{
    display: flex;
    flex-direction: column;
} 
.y_news_ul .news_a .time .m{
    font-size: 66px;
    color: #333;
}
.y_news_ul .news_a .time .y{
    font-size: 20px;
    color: #333;
}
.y_news_ul ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.y_news_ul ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    padding-top: 40px;
}
.y_news_ul ul li:nth-child(3n){
    margin-right: 0;
}
.y_news_ul ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.y_news_ul ul li a .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.y_news_ul ul li a:hover .title{
    color: #00A0E9;
}
.y_news_ul ul li a .text{
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.y_news_ul ul li a .times{
    font-size: 26px;
    color: #00a0e9;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    position: relative;
    transform: all .3s;
}
.y_news_ul ul li a .times::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #00A0E9;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.y_news_ul ul li a:hover .times::after{
	width: 100%;
}







@media (max-width:767px){
    .yu_banner{height: 470px;}
    .yu_banner .banner_tel{font-size: 14px;}
    .yu_banner .banner_img .swiper{height: 100%;}
    .yu_banner .banner_img a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .yu_banner .banner_img{height: 100%;overflow: hidden;justify-content: flex-start;}
    .yu_banner .banner_img img{width: auto;height: 100%;}
    .ban_tent{width: 100%;top: 50%;}
    .ban_tent .ban_title{font-size: 30px;line-height: 40px;}
    .ban_tent .ban_text{font-size: 18px;padding: 0;margin: 0 0 10px;}
    .ban_tent .ban_h1{font-size: 26px;}
    .ban_tent .ban_h1 h1{font-size: 26px;}
    .ban_tent .ban_span{flex-direction: column;}
    .ban_tent .ban_span span{font-size: 17px;}
    .yu_banner .banner_tel{font-size: 14px;}

    .focus_ul{padding: 0 15px;}
    .focus_ul li{width: 100%;}
    .focus_ul li a{height: auto;}
    .focus_ul li a .title p{font-size: 26px;}
    .zuixin2{height: 630px;background-size: auto 100%;}
    .zuixin_san{width: 300px;height: 150px;}
    .zuixin2 .zx_title{width: 100%;padding: 60px 15px 250px;}
    .zuixin2 .zx_title .title1 .title{font-size: 28px;}
    .zuixin2 .zx_title .title1 img {width: 260px;}
    .zuixin2 .zx_title .title2 .title{font-size: 20px;}
    .zuixin2 .zuixin_image .zuixin_imgs .img_fie{width: auto;left: 50%;
    transform: translateX(-50%);}
    .zuixin2 .swiper{height: 100%;}
    .zuixin2 .swiper-slide {display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .zuixin2 .swiper-slide .img_fie{width: auto;height: 100%;}
    .zuixin2 .zuixin_san{width: 250px;    height: 125px;}
    .zuixin2 .zuixin_san .san_div .san_com:nth-child(1){left: -36px;}
    .zuixin2 .zuixin_san .san_div .san_com:nth-child(3){right: -40px;}
    .shows_ul{padding: 0 15px;}
    .shows_ul li{width: 50%;margin-right: 0;padding: 0 5px;}
    .shows_ul li a p{font-size: 16px;}
    .more_show a{width: 136px;height: 40px;font-size: 16px;}
    .h_trust{padding: 100px 0 80px;background-size: auto 100%;}
    .h_trust .trust{width: 92%;padding: 0 15px;}
    .h_trust .trust .top{width: 90%;font-size: 50px;text-align: center;top: -33px;}
    .h_trust .trust .title {font-size: 28px;margin: 60px 0 15px;text-align: center;}
    .h_trust .trust .title_on{font-size: 22px;text-align: center;margin: 0 0 30px;}
    .h_trust .trust .text{font-size: 16px;line-height: 24px;}
    .news_ul li{width: 152px;height: 48px;margin-bottom: 20px;}
    .news_ul li a{font-size: 16px;}
    .news_com{padding: 0 15px;}
    .news_com .image{width: 100%;margin-right: 0;height: 400px;}
    .news_com .news_list{width: 100%;}
    .news_com .news_list a{font-size: 16px;}
    
    .right_ul li{width: 50%;padding: 0;}
    .right_ul li a{height: 186px;width: 186px;padding: 3px;}
    .right_ul li a .title p{font-size: 20px;}
    .right_ul li a .title img {width: 138px;}

	.left_nav{display: none;}
    .left_nav .left_h1 .list_icon{display: block;}
    .left_nav{width: 100%;margin-bottom: 20px;padding: 20px 15px;}
    .right_list{width: 100%;}
    .left_nav .left_h1{font-size: 24px;justify-content: space-between;}
    .left_nav .pro_nav_ul{display: none;}
    .left_nav .pro_nav_ul li .title{font-size: 20px;}
    .left_nav .pro_nav_ul li .title .title_icon{font-size: 20px;}
    .left_nav .pro_nav_ul li a{font-size: 18px;}
    .left_nav .pro_nav_ul .more{font-size: 20px;}
    .left_nav .pro_nav_ul .more .title_icon{font-size: 22px;}
    .left_app{display: block;margin-bottom: 20px;}
    .home_pro .home_pro_top span{flex: initial;width: 100%;font-size: 20px;}
    .home_pro .home_pro_top .top_ul1{width: 100%;}
    .home_pro .home_pro_top .top_ul1 li {width: 50%;margin-top: 20px;border-right: 1px solid #ccc;}
    .home_pro .home_pro_top .top_ul1 li:nth-child(2n){border-right: 0px solid #ccc;}
    .home_pro .home_pro_top .top_ul1 li a{font-size: 16px;}
    .home_pro .home_pro_top .top_ul1 li a img{width: 20px;margin-right: 6px;}
    .home_pro .home_pro_b .pro_b_swi{width: 100%;}
    .home_pro .home_pro_b .pro_b_ul{flex: initial;width: 100%;}
    .home_pro .home_pro_b .pro_b_ul li{width: 100%;height: auto;}
    .home_pro .home_pro_b .pro_b_ul li:nth-child(2) .text_i {transform: initial;}
    .home_pro .home_pro_b .pro_b_ul li:nth-child(3) .text_i {transform: rotateY(180deg);}
    .home_pro .home_pro_b .pro_b_ul li:nth-child(2n) a {flex-direction: row-reverse;}
    .home_pro .home_pro_b .pro_b_ul li:nth-child(3) a {flex-direction: row;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .title{font-size: 18px;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .text{font-size: 16px;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .text_i{width: 25px;height: 25px;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .text_i i{font-size: 20px;}
    .y_news{padding: 0 15px;}
    .y_news .news_top{font-size: 28px;}
    .y_news_tap{padding: 0 15px;}
    .y_news_ul{padding: 0 15px;}
    .y_news_ul .news_a{flex-wrap: wrap;padding: 15px 0;}
    .y_news_ul .news_a .img{width: 100%;}
    .y_news_ul .news_a .coms{flex: initial;width: 100%;margin: 15px 0;}
    .y_news_ul .news_a .coms .title{font-size: 18px;}
    .y_news_ul .news_a .time{align-items: flex-end;flex-direction: row;display: none;}
    .y_news_ul .news_a .coms .text::after{width: 25%;}
    .y_news_ul .news_a .time .m{font-size: 34px;}
    .y_news_ul ul{flex-wrap: wrap;}
    .y_news_ul ul li{width: 100%;margin-right: 0;padding-top: 20px;}
    .y_news_ul ul li a .times{font-size: 20px;}
}
@media (min-width:768px) and (max-width:991px){
    
}

@media (min-width:992px) and (max-width:1024px){
    
}

@media (min-width:1025px) and (max-width:1280px){
    .ban_tent{width: 800px;}
    .ban_tent .ban_title{font-size: 54px;line-height: 58px;}
    .ban_tent .ban_text{font-size: 28px;padding: 0 120px;margin-bottom: 20px;}
    .ban_tent .ban_h1{font-size: 36px;}
    .ban_tent .ban_h1 h1{font-size: 36px;}
    .ban_tent .ban_span span{font-size: 20px;margin-top: 15px;}
    .yu_banner .banner_tel{font-size: 22px;}

    .focus_ul{padding: 0 15px;}
    .focus_ul li a{height: 283.08px;}
    .focus_ul li a .title p{font-size: 24px;}
    .focus_ul li a .title img {width: 134px;}
    .zuixin2{height: 490px;}
    .zuixin2 .zx_title .title1 .title{font-size: 40px;}
    .zuixin2 .zx_title .title1 img{width: 300px;}
    .zuixin2 .zx_title .title2 .title{font-size: 20px;}
    .zuixin2 .zx_title{width: 530px;padding-right: 90px;}
    .shows_ul{padding: 0 15px;}
    .shows_ul li a p{font-size: 18px;}
    .h_trust .trust{width: 94%;}
    .h_trust .trust .title{font-size: 40px;margin: 80px 0 15px;}
    .h_trust .trust .text{font-size: 18px;line-height: 36px;}
    .news_ul li{width: 160px;height: 48px;}
    .news_ul li a{font-size: 17px;}
    .news_com{padding: 0 15px;}
    .news_com .news_list a{font-size: 18px;margin: 3.3px 0;}
    .news_com .image{width: 620px;height: 544px;}
    .news_com .news_list{width: 330px;}
    .right_ul li a{height: 250px;width: 250px;}
    .right_ul li a .title p{font-size: 18px;}
    .right_ul li a .title img {width: 126px;}
    .home_pro .home_pro_top .top_ul1{width: 60%;}
    .home_pro .home_pro_top .top_ul1 li a img{width: 30px;}
    .home_pro .home_pro_top .top_ul1 li a{font-size: 18px;}
    .home_pro .home_pro_b .pro_b_ul li{height: 160px;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .title{font-size: 20px;}
}

@media (min-width:1281px) and (max-width:1440px){
    .ban_tent .ban_title{font-size: 84px;line-height: 84px;}
    .ban_tent .ban_text{font-size: 34px;padding: 0 120px;margin: 0 0 20px;}
    .ban_tent .ban_h1{font-size: 44px;}
    .ban_tent .ban_h1 h1{font-size: 44px;}
    .ban_tent .ban_span span{font-size: 26px;margin-top: 15px;}

    .focus_ul li a{height: 283.08px;}
    .focus_ul li a .title p{font-size: 26px;}
    .focus_ul li a .title img {width: 150px;}
    .zuixin2{height: 590px;}
    .zuixin2 .zx_title .title1 .title{font-size: 50px;}
    .shows_ul li a p{font-size: 20px;}
    .h_trust .trust{width: 1100px;}
    .h_trust .trust .text{font-size: 18px;line-height: 38px;}
    .news_ul li{width: 190px;}
    .news_ul li a{font-size: 20px;}
    .news_com .news_list a{font-size: 18px;margin: 3.3px 0;}
    .news_com .image{width: 620px;height: 544px;}
    .news_com .news_list{width: 330px;}
    
    .right_ul li a{height: 272px;width: 272px;}
    .right_ul li a .title p{font-size: 26px;}
    .right_ul li a .title img {width: 150px;}
    .left_nav .left_h1{font-size: 24px;}
    .left_nav .pro_nav_ul li .title{font-size: 18px;margin-bottom: 4px;}
    .left_nav .pro_nav_ul li .title .title_icon{font-size: 22px;}
    .left_nav .pro_nav_ul li a{font-size: 16px;margin-bottom: 5px;}
    .left_nav .pro_nav_ul .more{font-size: 16px;}
    .left_nav .pro_nav_ul .more .title_icon{font-size: 20px;}
    .home_pro .home_pro_top .top_ul1{width: 60%;}
    .home_pro .home_pro_top .top_ul1 li a img{width: 46px;}
    .home_pro .home_pro_top .top_ul1 li a{font-size: 22px;}
    .home_pro .home_pro_b .pro_b_ul li{height: 230px;}
    .home_pro .home_pro_b .pro_b_ul li a .coms .title{font-size: 22px;}
}
@media (min-width:1441px) and (max-width:1600px){
    
    .ban_tent .ban_title{font-size: 100px;line-height: 100px;}
    .ban_tent .ban_text{font-size: 40px;padding: 0 80px;margin: 0 0 20px;}
    .ban_tent .ban_h1{font-size: 54px;}
    .ban_tent .ban_h1 h1{font-size: 54px;}
    .ban_tent .ban_span span{font-size: 30px;margin-top: 15px;}

    .focus_ul li a{height: 341.2px;}
    .zuixin2{height: 680px;}
    .zuixin2 .zx_title .title1 .title{font-size: 55px;}
    .news_ul li{width: 220px;}
    .news_ul li a{font-size: 24px;}
    .news_com .news_list a{font-size: 21px;margin: 3.3px 0;}
    .news_com .image{width: 740px;height: 600px;}
    
    .left_nav{padding: 30px 25px;}
    .left_nav .left_h1{font-size: 22px;}
    .right_ul li a{height: 298px;width: 298px;}
    .right_ul li a .title p{font-size: 22px;}
    .right_ul li a .title img{width: 150px;}
    .left_nav .pro_nav_ul .more,
    .left_nav .pro_nav_ul .more .title_icon,
    .left_nav .pro_nav_ul li a{font-size: 16px;}
    .left_nav .pro_nav_ul li .title,
    .left_nav .pro_nav_ul li .title .title_icon{font-size: 18px;}
    .left_nav .pro_nav_ul li a,
    .left_nav .pro_nav_ul li .title{margin-bottom: 6px;}
    .home_pro .home_pro_top .top_ul1{width: 60%;}
    .home_pro .home_pro_top .top_ul1 li a img{width: 46px;}
    .home_pro .home_pro_top .top_ul1 li a{font-size: 22px;}
    .home_pro .home_pro_b .pro_b_ul li{height: 230px;}
}
