﻿/* 头部 */
.yu_head{
    width: 100%;
    background-color: #fff;
}

/* pc */
.pc_head{
    width: 100%;
    padding: 0 0px 0 60px;
    justify-content: space-between;
    border-bottom: 1px solid #2690DA;
}
.pc_head .yu_logo{
    width: auto;
}
.pc_head .yu_logo img{
    width: auto;
    height: auto;
}
.pc_head .yu_logo .logo_jieshao{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #474443;
    margin-left: 30px;
}
.pc_head .yu_nav{
    flex: 1;
    justify-content: flex-end;
} 
.pc_head .yu_nav li{
    position: relative;
    margin: 0 14px;
}
.pc_head .yu_nav li .nav_li_a{
    display: block;
    padding: 30px 22px;
    border-bottom: 5px solid #e5001300;
    font-size: 18px;
    color: #333;
}
.pc_head .yu_nav .nav_li .nav_li_a{
    background-color: #0064C4;
    color: #fff;
}
.pc_head .yu_nav .nav_li .nav_li_a:hover{
    color: #fff;
}
.pc_head .yu_nav li .nav_li_a:hover{
    color: #0064C4;
}
.pc_head .yu_nav li .nav_ol{
    width: 100%;
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #0064C4;
    display: none;
    z-index: 999;
}
.pc_head .yu_nav li .nav_ol a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}
.pc_head .yu_nav li .nav_ol a:last-child{
    border-bottom: 0px solid #d9d9d9;
}
.pc_head .yu_nav li .nav_ol a:hover{
    color: #E50014;
}
.pc_head .yu_nav li:hover .nav_ol{
    display: block;
}



/* app */

.app_head{
    width: 100%;
    position: relative;
    display: none;
}
.app_head .app{
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
}
.app_head .app .app_logo{
    width: 34%;
}
.app_head .app .app_logo img{
    width: auto;
    max-width: 100%;
}
.app_head .app_nav_ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 66;
    background-color: #fff;
    height: 100vh;
    padding: 0 15px;
    display: none;
}
.app_head .app_nav_ul li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.app_head .app_nav_ul li a{
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 18px;
    color: #333;
}
.app_head .app_nav_ul .nav_li a{
    color: #E50014;
}

.app_head .app .app_nav{
    display: flex;
    align-items: center;
}
.app_head .app .app_nav .app_icon{
    font-size: 26px;
    color: #333;
}

/* banner */
.other_banner{
    width: 100%;
    overflow: hidden;
}
.other_banner img{
    width: 100%;
}

/* 位置 */
.weizhi{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px;
}
.weizhi .w_1200{
    display: flex;
    align-items: center;
}
.weizhi a{
    font-size: 16px;
    color: #333;
}
.weizhi i{
    font-size: 16px;
    color: #333;
    margin: 0 8px;
}


/* party */
.party_ul{
    width: 100%;
}
.party_ul li{
    width: 100%;
    margin-bottom: 40px;
}
.party_ul li .party_tap{
    width: 100%;
    text-align: center;
    padding: 70px 0;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.party_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.party_ul li:nth-child(2n) a{
    flex-direction: row-reverse;
}
.party_ul li a .da_img{
    width: 62%;
    overflow: hidden;
    box-shadow: 0 0 10px 3px #d9d9d9;
}
.party_ul li a .da_img img{
    width: 100%;
    transition: all .3s;
}
.party_ul li a:hover .da_img>img{
    transform: scale(1.1);
}
.party_ul li a .party_com{
    width: 38%;
}
.party_ul li a .party_com .title{
    width: 100%;
    padding-left: 40px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.party_ul li a:hover .title{
    color: #0064C4;
}
.party_ul li a .party_com .text{
    width: 100%;
    min-height: 130px;
    padding-left: 40px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.party_ul li:nth-child(2n) a .party_com .title{
    padding-left: 0;
    padding-right: 40px;
}
.party_ul li:nth-child(2n) a .party_com .text{
    padding-left: 0;
    padding-right: 40px;
}
.party_ul li a .party_com .xiao_img{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #d9d9d9;
}
.party_ul li a .party_com .xiao_img img{
    width: 100%;
    transition: all .3s;
}
.party_ul li a:hover .xiao_img>img{
    transform: scale(1.1);
}


.party_swi{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.party_swi .party_swi_com{
    width: 380px;
    position: absolute;
    right: 10px;
    top: 10px;
    justify-content: space-between;
    z-index: 999;
}
.party_swi .party_swi_com .party_swi_coms{
    display: flex;
    flex-direction: column;
}
.party_swi .party_swi_com .party_swi_coms .title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.party_swi .party_swi_com .party_swi_coms .text{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.party_swi .party_swi_com a{
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    font-size: 16px;
    color: #666;
}
.party_swi .party_swi_com a:hover{
    background-color: #0064C4;
    color: #fff;
}
.party_swi .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.party_swi .swiper-slide {
    height: 400px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
}
.party_swi .swiper-slide a{
    width: 100%;
    height: 100%;
}
.party_swi .swiper-slide-prev{
    opacity: 0;
}

.party_swi .swiper-slide-active,
.party_swi .swiper-slide-duplicate-active{
    transform: scale(1);
    margin: 0;
}
.party_swi .swiper-slide-active{
    width: 100%;
    height: 600px;
    margin-left: -225px;
}
.party_swi .swiper-slide-active a{
    width: 100%;
    height: 100%;
}
.party_swi .swiper-slide-active a img{
    width: 100%;
    height: 100%;
}
.party_swi .swiper-slide-next{
    width: 100%;
    height: 500px;
    margin-left: -150px;
    margin-top: 80px;
}
.party_swi .swiper-slide-next a{
    width: 100%;
    height: 100%;
}
.party_swi .swiper-slide-next a img{
    width: 100%;
    height: 100%;
}

.party_swi .swiper-slide a{
    width: 100%;
    overflow: hidden;
    display: flex;
}
.party_swi .swiper-slide a img{
    width: 100%;
    transition: all .3s;
}
.party_swi .swiper-slide a:hover img{
    transform: scale(1.1);
}






/* 关于我们 */
.about_tap{
    padding: 40px 0 0;
}
.about{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 0px;
    border-bottom: 1px solid #C5C5C5;
}
.about .about_left{
    width: 46%;
}
.about .about_left .title{
    width: 210px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #E60012;
}
.about .about_left h1{
    font-size: 48px;
    color: #333;
    margin: 27px 0 20px;
    font-weight: 500;
}
.about .about_left h5{
    width: 100%;
}
.about .about_left h5 p{
    font-size: 16px;
    color: #666;
    text-indent: 2rem;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.about .images{
    width: 45%;
    overflow: hidden;
} 
.about .images img{
    width: auto;
    max-width: 100%;
}

/* 员工风采 */
.team_ul{
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.team_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.team_ul li:nth-child(3n){
    margin-right: 0%;
}

.team_ul li img{
    width: 100%;
}
.team_ul li .team_com{
    position: absolute;
    top: 100%;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 20px 15px;
    background-color: rgb(0 101 196 / 81%);
    transition: all .3s;
}
.team_ul li .team_com .title{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.team_ul li .team_com .text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}
.team_ul li:hover .team_com{
    top: 50%;
}
.team_image{
    width: 100%;
    padding: 10px 0;
}
.team_image img{
    width: 100%;
}
.team_ul2{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.team_ul2 li{
    width: 48%;
    overflow: hidden;
}
.team_ul2 li img{
    width: 100%;
}

/* 企业文化 */
.other_tent {
    width: 100%;
    padding: 0px 0 40px;
}
.other_tent .other_title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    color: #333;
}
.yqwh{
    background: url(../images/index_b.png) no-repeat bottom;
    background-size: 100% auto;
    background-color: #F9F9F9;
}
.qy_ul{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    /*border-bottom: 1px solid #C5C5C5;*/
}
.qy_ul li{
    width: 19%;
    height: 354px;
    padding: 40px 10px 0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: #EEEEEE;
    border-radius: 10px;
}
.qy_ul li .icon{
    width: 150px;
    height: 150px;
    border-radius: 200px;
    border: 1px solid #C3C3C3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    transition: all .3s;
}
.qy_ul li .icon i{
    font-size: 64px;
    color: #E60012;
    transition: all .3s;
}
.qy_ul li .title{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.qy_ul li .text{
    text-align: left;
    font-size: 14px;
    color: #666;
}
.qy_ul li:hover .icon{
    background-color: #E60012;
}
.qy_ul li:hover .icon>i{
    color: #fff;
    animation: 1.5s linear 0s normal none infinite rotate;
    -webkit-animation: 1.5s linear 0s normal none infinite rotate;
}
@keyframes rotate{
    from{-webkit-transform:rotateY(0deg)}
    to{-webkit-transform:rotateY(360deg)}
}  


/* 荣誉奖项 */
.ry_ul{
    width: 100%;
}
.ry_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    position: relative;
    border: 8px solid #0064C4;
    overflow: hidden;
}
.ry_ul li:nth-child(3n){
    margin-right: 0;
}
.ry_ul li img{
    width: 100%;
    height: auto;
}
.ry_ul li .ry_com{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #0065c4dc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .3s;
}
.ry_ul li .ry_com .title{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 36px;
    text-align: center;
}
.ry_ul li .ry_com .time{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.ry_ul li .ry_com .text{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.ry_ul li .ry_com img{
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    opacity: 0;
}
.ry_ul li:hover .ry_com{
    height: 100%;
}

/* 发展历程 */
.tap_tou{
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: flex-start;
}
.tap_tou .kongs{
    width: 340px;
    height: 100%;
}
.tap_tou .tou{
    height: 100%;
    position: relative;
    margin: 15px 39px -1px;
    font-size: 20px;
    color: #E60012;
}
.tap_tou .tou::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E60012;
}
.lc_ul{
    width: 100%;
    padding-top: 60px;
}
.lc_ul li{
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: flex-start;
}
.lc_ul li .li_nums{
    width: 340px;
    height: 100%;
    display: flex;
    justify-content: right;
    font-size: 42px;
    color: #E60012;
}
.lc_ul li .li_yuan{
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 1px solid #E60012;
    background-color: #fff;
    position: relative;
    margin: 15px 40px 0;
}
.lc_ul li .li_yuan::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 180px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E60012;
}

.lc_ul li .li_text{
    width: 50%;
    height: 100%;
    padding-top: 12px;
    font-size: 16px;
    line-height: 28px;
}



/* 服务版块 */
.service_tap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.service_tap a{
    width: 180px;
    height: 55px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all .3s;
    margin: 0 2%;
}
.service_tap a:hover,
.service_tap .active{
    background-color: #0064C4;
    color: #fff;
    border: 1px solid #0064C4;
}

.service_tap_tow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
}
.service_tap_tow a{
    transition: all .3s;
    margin: 0 2%;
    display: flex;
    padding-bottom: 7px;
    border-bottom: 3px solid #0064C400;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.service_tap_tow a:hover,
.service_tap_tow .active_tow{
    border-bottom: 3px solid #0064C4;
    font-size: 18px;
    color: #0064C4;
}
.active_text{
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    color: #666;
    text-align: justify;
}


.service_ul{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #d9d9d9;
}
.service_ul li{
    width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 50px;
}
.service_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.service_ul li .img{
    width: 480px;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_ul li .img img{
    width: 100%;
    /*max-width: 100%;*/
    height: 100%;
    /*max-height: 100%;*/
    transition: all .3s;
}
.service_ul li:hover .img>img{
    transform: scale(1.1);
}
.service_ul li .service_com{
    width: 60%;
    padding-left: 8%;
}
.service_ul li .service_com .title{
    width: 100%;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}
.service_ul li .service_com .text{
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    color: #666;
}
.service_ul li .service_com .service_com_a{
    width: 170px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #E50014;
    border: 1px solid #E50014;
}
.service_ul li .service_com .service_com_a i{
    font-size: 18px;
    color: #E50014;
}
.service_ul li:hover .service_com_a>i,
.service_ul li:hover .service_com .service_com_a{
    background-color: #0064C4;
    border: 1px solid #0064C4;
    color: #fff;
}

.service_uls{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
}
.service_uls li{
    width: 23%;
    margin-right: 2.6666%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 17px;
}
.service_uls li:nth-child(4n){
    margin-right: 0;
}
.service_uls li a{
    width: 100%;
    height: 276px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.service_uls li a img{
    width: auto;
    height: auto;
    /*max-width: 100%;*/
    max-height: 100%;
    transition: all .3s;
}
.service_uls li a span{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
    text-shadow: 2px 2px 1px #333333;
}
.service_uls li a:hover img{
    transform: scale(1.1);
}
.service_uls li:last-child img{
    width: auto;
    height: auto;
    /*max-width: 100%;*/
    max-height: 100%;
}



/* 技术力量 */
.tech_view{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}
.tech_view img{
    width: auto;
    max-width: 100%;
}
.tech_view .xiaozhao_p{
    padding-left: 200px;
    font-size: 16px;
    margin-bottom: 30px;
}

/* 媒体中心 */
.news_ul li .service_com .title{
    margin-bottom: 20px;
}
.news_ul li .service_com .time{
    width: 100%;
    font-size: 24px;
    color: #0064C4;
    font-weight: bold;
    margin-bottom: 30px;
}
.news_ul li .service_com .text{
    min-height: 110px;
}

/* 联系我们 */
.yu_map{
    height: 500px;
}
.contact_ul{
    width: 100%;
    justify-content: space-between;
}
.contact_ul li{
    width: 31%;
    height: 135px;
    background-color: #F1F5F6;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.contact_ul li .img{
    margin-right: 20px;
}
.contact_ul li:hover .img{
    animation: 1.5s linear 0s normal none infinite rotate2;
    -webkit-animation: 1.5s linear 0s normal none infinite rotate2;
}
@keyframes rotate2{
    from{-webkit-transform:rotateY(0deg)}
    to{-webkit-transform:rotateY(360deg)}
}  
.contact_ul li .contact_com{
    display: flex;
    flex-direction: column;
}
.contact_ul li .contact_com span{
    font-size: 16px;
    color: #757575;
    margin: 5px 0;
    display: inline-block;
}

/* view */
.view_com{
    padding: 0px 0 30px;
}
.view_com .title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.view_com .title h1{
    font-size: 32px;
}
.view_com .title span{
    font-size: 16px;
    padding: 12px 0;
    color: #666;
}
.view_com .view_neiron{
    width: 100%;
}
.view_com .view_neiron iframe{
    width: 100%;
    height: 500px;
}
.view_com .view_neiron img{
    /*width: none;*/
    max-width: 100%;
}

/* 上下篇 */
.on_shangxia{
    width: 100%;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
}
.on_shangxia a{
    font-size: 16px;
    color: #333;
    margin: 8px 0;
    display: flex;
}
.on_shangxia a:hover{
    color: #2690DA;
}
.y_biaoge{
    width: 100%;
    padding: 30px 0;
}
.y_biaoge form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.y_biaoge input{
    width: 48%;
    height: 40px;
    padding: 0 15px;
    margin-right: 4%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
.y_biaoge input:nth-child(2){
    margin-right: 0;
}
.y_biaoge textarea{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 10px;
}
.y_biaoge button{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #0064C4;
}
.y_biaoge form .form_item{
    width: 100%;
}
.y_biaoge form .form_item input{
    width: 200px;
    margin-right: 10px;
}

@media (max-width:767px){
    .app_head{display: block;}
    .pc_head{display: none;}
    .weizhi{padding: 10px 15px;margin-bottom: 0px;}
    .weizhi a{font-size: 14px;}
    .weizhi i{font-size: 14px;margin: 0 3px;}
    .about_tap{padding: 40px 15px;}
    .about{padding-bottom: 40px;}
    .about .about_left{width: 100%;}
    .about .images{width: 100%;}
    .about .about_left h1{font-size: 34px;margin: 20px 0;}
    .other_tent{padding: 0 0 40px;}
    .other_tent .other_title{font-size: 28px;}
    .qy_ul{padding: 0 15px 40px;}
    .qy_ul li{width: 48%;margin-right: 4%;height: 290px;padding: 20px 10px 0;margin-bottom: 15px;}
    .qy_ul li:nth-child(2n){margin-right: 0;}
    .qy_ul li .icon{width: 100px;height: 100px;}
    .qy_ul li .title{font-size: 18px;}
    .qy_ul li .icon i{font-size: 40px;}
    .ry_ul{padding: 0 15px;}
    .ry_ul li{width: 48%;margin-right: 4%;}
    .ry_ul li:nth-child(2n){margin-right: 0;}
    .ry_ul li:nth-child(3){margin-right: 4%;}
    .ry_ul li:nth-child(9){margin-right: 4%;}
    .ry_ul li:nth-child(15){margin-right: 4%;}

    .party_ul{padding: 0 15px;}
    .party_ul li .party_tap{padding: 0 0 40px;font-size: 26px;}
    .party_ul li a{flex-wrap: wrap;}
    .party_ul li a .da_img{width: 100%;margin-bottom: 20px;}
    .party_ul li a .party_com{width: 100%;}
    .party_ul li a .party_com .title{padding-left: 0;}
    .party_ul li a .party_com .text{padding-left: 0;min-height: auto;}

    .party_swi{padding: 0 15px;}
    .party_swi .party_swi_com{padding: 0 15px 20px;width: 100%;position: initial;}
    .party_swi .swiper-slide-active {margin-left: 0;height: auto; }
    .party_swi .swiper-slide-next{margin: 0;height: auto;}
    .party_swi .swiper-slide-active{}
    .party_swi .swiper-slide{height: 300px;}

    .service_ul{padding: 15px;margin-bottom: 30px;}
    .service_ul li{flex-wrap: wrap;}
    .service_ul li .img{width: 100%;margin-bottom: 12px;}
    .service_ul li .service_com{width: 100%;padding-left: 0;}
    .service_ul li .service_com .title{font-size: 22px;margin-bottom: 20px;}
    .service_ul li .service_com .text{min-height: 90px;}
    .service_ul li .service_com .service_com_a{width: 130px;height: 40px;}
    .service_uls{padding: 0 15px;margin-bottom: 0px;}
    .service_uls li{width: 48%;margin-right: 4%;}
    .service_uls li:nth-child(2n){margin-right: 0%;}
    .service_uls li a{height: 200px;}
    .service_tap_tow a{text-align: center;font-size: 14px;}
    .service_tap_tow a:hover, .service_tap_tow .active_tow{font-size: 16px;}
    .service_tap{flex-wrap: wrap;padding-bottom: 10px;}
    .service_tap a{width: 160px;height: 46px;font-size: 14px;margin-bottom: 12px;}
    .contact_ul{padding: 0 15px;}
    .contact_ul li{width: 100%;margin-bottom: 12px;height: 100px;}
    .contact_ul li .img img{width: 50px;}

    .lc_ul{padding: 0 15px;}
    .lc_ul li .li_nums{font-size: 26px;width: 62px;}
    .lc_ul li .li_yuan{margin: 15px 14px 0;}
    .lc_ul li .li_text{width: auto;flex: 1;font-size: 14px;line-height: 24px;}
    .tech_view .xiaozhao_p{padding-left: 15px;margin-bottom: 20px;}
    .tech_view{padding: 20px 15px 0;}
    .y_biaoge{padding: 30px 15px;}
    .view_com{padding: 0 15px 0px;}
    .on_shangxia{padding: 0px 15px 0;}
    .view_com .title h1{font-size: 22px;text-align: center;}
    .active_text{padding: 30px 15px;}
    .service_ul li .img{height: auto;}
    .service_ul li .img img{width: 100%;height: auto;}
    .service_ul li a{flex-wrap: wrap;}
    .yu_map{height: 350px;}

}

@media (min-width:768px) and (max-width:819px){
    .pc_head{padding: 15px 15px 1px;}
    .pc_head .yu_nav{flex: initial;width: 100%;justify-content: flex-start;padding-top: 10px;}
    .pc_head .yu_nav li{margin: 0 6px;}
    .pc_head .yu_nav li .nav_li_a{padding: 15px 10px;}
    .party_swi .swiper-slide-active{height: 400px;margin-left: -116px;}
    .party_swi .swiper-slide-next{height: 400px;margin-left: -93px;}
    .party_swi .party_swi_com{flex-direction: column;align-items: flex-end;z-index: 999;}
    .party_swi{margin-bottom: 0;}
    .service_ul li .service_com{padding-left: 2%;}
    .about .about_left{width: 100%;}
    .about .images{width: 100%;}
    .qy_ul{justify-content: flex-start;}
    .qy_ul li{width: 31%;margin-right: 3.5%;margin-bottom: 15px;}
    .qy_ul li:nth-child(3n){margin-right: 0;}
    .service_uls li{width: 31%;margin-right: 3.5%;margin-bottom: 15px;}
    .service_uls li:nth-child(3n){margin-right: 0;}
    .service_uls li:nth-child(4n){margin-right: 3.5%;}
    .service_tap_tow a{font-size: 16px;}
    .contact_ul li{width: 100%;margin-bottom: 1px;}
}
@media (min-width:820px) and (max-width:1024px){
    .pc_head{padding: 15px 15px 1px;}
    .pc_head .yu_nav{flex: initial;width: 100%;justify-content: flex-start;padding-top: 10px;}
    .pc_head .yu_nav li{margin: 0 6px;}
    .pc_head .yu_nav li .nav_li_a{padding: 15px 10px;}
    .party_swi .swiper-slide-active{height: 400px;margin-left: -155px;}
    .party_swi .swiper-slide-next{height: 400px;margin-left: -99px;}
    .party_swi .party_swi_com{flex-direction: column;align-items: flex-end;z-index: 999;}
    .party_swi{margin-bottom: 0;}
    .service_ul li .service_com{padding-left: 2%;}
    .about .about_left{width: 100%;}
    .about .images{width: 100%;}
    .qy_ul{justify-content: flex-start;}
    .qy_ul li{width: 31%;margin-right: 3.5%;margin-bottom: 15px;}
    .qy_ul li:nth-child(3n){margin-right: 0;}
    .service_uls li{width: 31%;margin-right: 3.5%;margin-bottom: 15px;}
    .service_uls li:nth-child(3n){margin-right: 0;}
    .service_uls li:nth-child(4n){margin-right: 3.5%;}
    .service_tap_tow a{font-size: 16px;}
    .contact_ul li{width: 100%;margin-bottom: 1px;}
}

@media (min-width:1025px) and (max-width:1280px){
    .pc_head{padding: 0 35px;}
    .pc_head .yu_nav li .nav_li_a{font-size: 12px;padding: 30px 10px;}
    .pc_head .yu_logo .logo_jieshao{font-size: 14px;}
    .ry_ul li .ry_com .title{font-size: 24px;}
    .qy_ul li{height: 330px;}
    .qy_ul li .title{font-size: 17px;}
    .qy_ul li .icon{width: 110px;height: 110px;}
    .qy_ul li .icon i{font-size: 48px;}
    
    .pc_head .yu_nav li .nav_ol a{font-size: 12px;}
    .pc_head .yu_nav li{margin: 0 0px;}
    .service_ul li .service_com .text{min-height: 90px;}
    .party_swi .swiper-slide-active{height: 400px;}
    .party_swi .swiper-slide-next{height: 300px;margin-left: -124px;}
}

@media (min-width:1281px) and (max-width:1440px){
    .pc_head{padding: 0 35px;}
    .pc_head .yu_nav li .nav_li_a{font-size: 14px;padding: 30px 20px;}
    .pc_head .yu_logo .logo_jieshao{font-size: 14px;}
    .ry_ul li .ry_com .title{font-size: 26px;}
    .qy_ul li .title{font-size: 20px;}
    .pc_head .yu_nav li .nav_ol a{font-size: 12px;}
    .pc_head .yu_nav li{margin: 0 0px;}
    
}
@media (min-width:1441px) and (max-width:1600px){
    .pc_head .yu_nav li .nav_li_a{font-size: 16px;padding: 30px 20px;}
    .pc_head .yu_nav li{margin: 0 6px;}
    .pc_head .yu_nav li .nav_ol a{font-size: 14px;}
}
