.other_banner{
    width: 100%;
    position: relative;
    color: #fff;
}
.other_banner img{
    width: 100%;
}
.other_banner .w_1200{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.other_banner .title_Ch{
    font-size: 56px;
    font-weight: bold;
} 
.other_banner .title_En{
    font-size: 20px;
} 
.other_tap{
    width: 100%;
    padding: 14px 15px;
    color: #666;
    box-shadow: inset 0px -1px 0px 1px rgba(0, 0, 0, 0.1);
}
.other_tap a{
    font-size: 14px;
    color: #666;
}
.other_tap a:hover{
    color: #0082F0;
}
.other_tap span{
    font-size: 16px;
}


/* 产品中心 */
.yu_list{
    width: 100%;
    align-items: flex-start;
}
.yu_list .list_left{
    width: 20%;
}
.yu_list .list_left .left_title{
    width: 100%;
    height: 64px;
    margin-bottom: 12px;
    display: none;
}
.yu_list .list_left .left_title .title{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0082F0;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
}
.yu_list .list_left .left_title i{
    font-size: 26px;
}
.yu_list .list_left .ul_left{
    width: 100%;
}
.yu_list .list_left .ul_left li{
    width: 100%;
    background-color: #F4F4F4;
    margin-bottom: 1px;
}
.yu_list .list_left .ul_left li:nth-child(2n){
    background-color: #EEEEEE;
}
.yu_list .list_left .ul_left li a{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    font-size: 15px;
    color: #333;
}
.yu_list .list_left .ul_left .li_active a,
.yu_list .list_left .ul_left li a:hover{
    background-color: #0082F0;
    color: #fff;
}

.yu_list .list_right{
    width: 80%;
    padding-left: 24px;
}
.yu_list .ul_right{
    width: 100%;
    align-items: flex-start;
}
.yu_list .ul_right li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    box-shadow: 0 0 9px 1px #f9f9f9;
}
.yu_list .ul_right li:nth-child(2n){
    margin-right: 0;
}
.yu_list .ul_right li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.yu_list .ul_right li a .coms{
    width: 100%;
    padding: 40px;
    background-color: #fff;
}
.yu_list .ul_right li a .coms .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.yu_list .ul_right li a:hover .coms>.title{
    color: #0082F0;
}
.yu_list .ul_right li a .coms .text{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
} 
.yu_list .ul_right li a .coms .text p{
    width: 60%;
    height: 38px;
    font-size: 14px;
    color: #777;
}
.yu_list .ul_right li a .coms .text .more{
    font-size: 14px;
    color: #0082F0;
} 
.yu_list .ul_right li a .image{
    width: 100%;
    overflow: hidden;
}
.yu_list .ul_right li a .image img{
    width: 100%;
    transition: all .3s;
}
.yu_list .ul_right li a:hover .image>img{
    transform: scale(1.1);
}

/* 解决方案 */
.sol_list{
    width: 100%;
}
.sol_list .list_top{
    width: 100%;
}
.sol_list .list_top .ul_top{
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}
.sol_list .list_top .ul_top li{
    padding: 0 20px;
    border-right: 1px solid #000;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}
.sol_list .list_top .ul_top li:last-child{
    border-right: 0px solid #000;
}
.sol_list .list_top .ul_top li:hover{
    color: #0082F0;
}
.sol_list .list_tent{
    width: 100%;
}
.sol_list .list_tent .title{
    width: 100%;
    margin-bottom: 24px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    display: flex;
}
.sol_list .list_tent .title span{
    font-size: 28px;
    color: #c4c4c4;
    font-weight: bold;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 3px solid #c4c4c4;
}
.sol_list .list_tent .text{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-bottom: 48px;
}
.sol_list .list_bottom{
    width: 100%;
}
.sol_list .ul_bottom{
    width: 100%;
}
.sol_list .ul_bottom li{
    width: 100%;
    margin-bottom: 48px;
}
.sol_list .ul_bottom li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.sol_list .ul_bottom li:nth-child(2n) a{
    flex-direction: row-reverse;
}
.sol_list .ul_bottom li a .image{
    width: 50%;
    overflow: hidden;
}
.sol_list .ul_bottom li a .image img{
    width: 100%;
    transition: all .3s;
}
.sol_list .ul_bottom li a:hover .image>img{
    transform: scale(1.1);
}
.sol_list .ul_bottom li a .coms{
    width: 50%;
    padding-left: 48px;
}
.sol_list .ul_bottom li:nth-child(2n) a .coms{
    padding-left: 0;
    padding-right: 48px;
}
.sol_list .ul_bottom li a .coms .title{
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 28px;
}
.sol_list .ul_bottom li a .coms .text{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin-bottom: 48px;
}
.sol_list .ul_bottom li a .coms .more{
    width: 112px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0082F0;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}
.sol_list .ul_bottom li a .coms .more:hover{
    box-shadow: 0 0 11px 1px #b9b9b9;
}

/* 新闻中心 */
.news_ul{
    width: 100%;
}
.news_ul li{
    width: 100%;
    margin-bottom: 30px;
}
.news_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.news_ul li a:hover{
    box-shadow: 0 0 11px 1px #b9b9b9;
}
.news_ul li a .image{
    width: 26%;
    overflow: hidden;
}
.news_ul li a .image img{
    width: 100%;
    transition: all .3s;
}
.news_ul li a:hover .image>img{
    transform: scale(1.1);
}
.news_ul li a .coms{
    width: 74%;
    height: 100%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_ul li a .coms .title{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_ul li a .coms .time{
    font-size: 14px;
    color: #777;
    margin: 4px 0 10px;
}
.news_ul li a .coms .text{
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_ul li a .coms .more{
    font-size: 14px;
    color: #A7A7A7;
}

/* 关于我们 */
.about_1{
    width: 100%;
    align-items: flex-start;
}
.about_1 .image{
    width: 42%;
    overflow: hidden;
}
.about_1 .image img{
    width: 100%;
    transition: all .3s;
}
.about_1 .image:hover img{
    transform: scale(1.1);
}
.about_1 .coms{
    width: 58%;
    padding-left: 40px;
}
.about_1 .coms .title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.about_1 .coms .text{
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-bottom: 40px;
}
.us_ul1{
    width: 100%;
    align-items: flex-start;
}
.us_ul1 li{
    width: 104px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #b9b9b9;
}
.us_ul1 li:last-child{
    border-right: 0px solid #b9b9b9;
}
.us_ul1 li .shuzi{
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.us_ul1 li .shuzi .nums{
    font-size: 40px;
    color: #0082F0;
}
.us_ul1 li .p{
    font-size: 16px;
}

.about_qywh{
    background-color: #F5F5F5;
}
.about_2{
    width: 100%;
}
.about_2 .title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}
.about_2 .us_ul2{
    width: 100%;
    align-items: flex-start;
}
.about_2 .us_ul2 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
}
.about_2 .us_ul2 li:nth-child(3n){
    margin-right: 0;
}
.about_2 .us_ul2 li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about_2 .us_ul2 li a .image{
    width: 100%;
    overflow: hidden;
}
.about_2 .us_ul2 li a .image img{
    width: 100%;
    transition: all .3s;
}
.about_2 .us_ul2 li a:hover .image>img{
    transform: scale(1.1);
}
.about_2 .us_ul2 li a .coms{
    width: 100%;
    padding: 35px;
    background-color: #fff;
}
.about_2 .us_ul2 li a .coms .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
}
.about_2 .us_ul2 li a:hover .coms>.title{
    color: #0082F0;
}
.about_2 .us_ul2 li a .coms .title img{
    width: auto;
    margin-right: 6px;
}
.about_2 .us_ul2 li a .coms .text{
    height: 42px;
    font-size: 16px;
    color: #777;
}

/* 发展历程 */
.about_fzlc{
    background: url(../images/us_img05.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.fzlc_back{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 130, 240, 0.65);
    z-index: 1;
}
.about_3{
    width: 100%;
}
.about_3 .title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}
.about_swiper{
    width: 100%;
}
.about_swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.about_swiper .coms{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about_swiper .coms .coms_title{
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.about_swiper .coms .coms_title span{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.about_swiper .coms .coms_title span::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.about_swiper .coms img{
    width: 170px;
}
.about_swiper .text{
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
}
.about_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 0%;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.about_swiper .swiper-pagination-bullet-active{
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0);
}
.about_swiper .swiper-pagination{
    bottom: 0;
}
.about_swiper .swiper-slide:last-child .coms>img{
    display: none;
}


.about_30ul{width: 100%;align-items: flex-start;}
.about_30ul .about_30li{width: 23%;margin-right: 2.666%;margin-bottom: 20px;display: flex;flex-direction: column;box-shadow: 0 0 10px 1px #d9d9d9;}
.about_30ul .about_30li:nth-child(4n){margin-right: 0;}
.about_30ul .about_30li .about_30img{
    width: 100%;overflow: hidden;
    /*height: 200px;*/
    display: flex;justify-content: center;align-items: center;border: 1px solid #F5F5F5;}
.about_30ul .about_30li .about_30img img{width: auto;max-width: 100%;height: auto;max-height: 100%;transition: all .3s;}
.about_30ul .about_30li:hover .about_30img img{transform: scale(1.1);}
.about_30ul .about_30li p{width: 100%;padding: 14px 0;background-color: #F5F5F5;font-size: 16px;text-align: center;}

/* 组织架构 */
.about_zzjg{
    background: url(../images/us_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.zzjg_img{
    width: 100%;
}
.zzjg_img img{
    width: 100%;
}

/* 荣誉资质 */
.about_ryzz{
    background-color: #f5f5f5;
}
.ryzz_swiper{
    width: 100%;
}
.ryzz_swiper .swiper_img{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ryzz_swiper .swiper_img img{
    width: auto;
    max-width: 100%;
    transition: all .3s;
}
.ryzz_swiper .swiper_img:hover img{
    transform: scale(1.1);
}

/* 合作伙伴 */
.hzhb_ul{
    width: 100%;
    align-items: flex-start;
}
.hzhb_ul a{
    width: 25%;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
}
.hzhb_ul a img{
    width: auto;
    max-width: 100%;
} 


/* 联系我们 */
.contact{
    width: 100%;
}
.contact .con_js{
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 40px;
    transition: all .3s;
}
.contact .con_js:hover{
    box-shadow: 0 0 11px 1px #d9d9d9;
}
.contact .con_js .image{
    width: 37%;
    overflow: hidden;
}
.contact .con_js .image img{
    width: 100%;
    transition: all .3s;
}
.contact .con_js:hover .image>img{
    transform: scale(1.1);
}
.contact .con_js .coms{
    width: 63%;
    padding: 0 48px;
}
.contact .con_js .coms .title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 32px;
}
.contact .con_js .coms .text{
    font-size: 16px;
    color: #777;
    line-height: 26px;
}
.contact .con_ul{
    width: 100%;
    padding-bottom: 20px;
}
.contact .con_ul li{
    width: 24%;
    height: 200px;
    margin-right: 1.3333%;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.contact .con_ul li:hover{
    box-shadow: 0 0 11px 1px #d9d9d9;
}
.contact .con_ul li:nth-child(4n){
    margin-right: 0;
}
.contact .con_ul li img{
    width: auto;
}
.contact .con_ul li .title{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 24px 0 10px;
}
.contact .con_ul li .text{
    font-size: 14px;
    color: #777;
    text-align: center;
}
.yu_map{
    height: 500px;
}
.con_form{
    padding-top: 80px;
    width: 100%;
}
.con_form .title{
    width: 100%;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
}
.con_form form{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.con_form form .form_l{
    width: 49%;
}
.con_form form .form_l .left_inp{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.con_form form .form_l .left_inp .input_t{
    width: 100%;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}
.con_form form .form_l .left_inp .input_t span{
    color: red;
}
.con_form form .form_l .left_inp input{
    width: 100%;
    height: 50px;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 0 20px;
}
.con_form form .form_l .left_inp textarea{
    width: 100%;
    outline: none;
    border: none;
    padding: 15px 20px;
    background-color: #F5F5F5;
    border-radius: 5px;
}
.con_form form .form_l .left_inp button{
    width: 100%;
    height: 50px;
    background-color: #0082F0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}

/*详情*/
.view_right{
    width: 100%;padding: 0 15px 30px;margin-bottom: 30px;border-bottom: 1px solid #b9b9b9;display: flex;
    flex-direction: column;justify-content: center;align-items: center;
}
.view_right .title{
    width: 100%;text-align: center;font-size: 24px;color: #333;font-weight: bold;margin-bottom: 10px;
}
.view_right .time{
    width: 100%;text-align: center;font-size: 16px;color: #777;
}
.detail_view{width: 100%;overflow: hidden;}
.detail_view img{max-width: 100%;}

/*表格*/

.yu0421_view{
    width: 100%;
    margin: 0 auto;
}
.yu0421_view table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    padding: 15px;
}
.yu0421_view table,
.yu0421_view table tr td { 
    border:1px solid #333; 
}
.yu0421_view table tr th{
    text-align: center;
    padding: 15px;
    font-weight: bold;
}
.yu0421_view table tr td{
    padding: 5px 10px;
    text-align: center;
    padding: 15px;
}
.yu0421_view table tr td:first-child{
    font-weight: bold;
}


@media (max-width:767px){
    .other_banner{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .other_banner img{width: auto;height: 100%;}
    .other_banner .title_Ch{font-size: 30px;text-align: center;}
    .other_banner .title_En{text-align: center;}
    .yu_list{padding: 0 15px;}
    .yu_list .list_left .left_title{display: block;}
    .yu_list .list_left{width: 100%;}
    .yu_list .list_right{width: 100%;padding-left: 0;}
    .yu_list .list_left .ul_left{display: none;margin-bottom: 20px;}
    .yu_list .list_left .ul_left li a{height: 48px;}
    .yu_list .ul_right li{width: 100%;margin-right: 0;}
    .yu_list .ul_right li a .coms{padding: 20px 15px;}
    .yu_list .ul_right li a .coms .title{font-size: 20px;}
    .sol_list .list_top .ul_top li{font-size: 14px;padding: 0 10px;}
    .sol_list .list_tent{padding: 0 15px;}
    .sol_list .list_tent .title{font-size: 18px;}
    .sol_list .list_tent .title span{font-size: 15px;margin-left: 8px;padding-left: 8px;line-height: 24px;}
    .sol_list .ul_bottom{padding: 0 15px;}
    .sol_list .ul_bottom li a{flex-wrap: wrap;}
    .sol_list .ul_bottom li a .image{width: 100%;}
    .sol_list .ul_bottom li a .coms{width: 100%;padding-left: 0;}
    .sol_list .ul_bottom li a .coms .title{font-size: 22px;margin: 12px 0;}
    .sol_list .ul_bottom li a .coms .text{margin-bottom: 28px;}
    .sol_list .ul_bottom li:nth-child(2n) a .coms{padding: 0;}
    .news_ul{padding: 0 15px;}
    .news_ul li a{flex-wrap: wrap;}
    .news_ul li a .image{width: 100%;}
    .news_ul li a .coms{width: 100%;padding: 12px 0 0;}
    .news_ul li a .coms .title{font-size: 18px;}
    .about_1,
    .about_2 .us_ul2,
    .about_3{padding: 0 15px;}
    .about_1 .image{width: 100%;}
    .about_1 .coms{width: 100%;padding-left: 0;}
    .about_1 .coms .title{font-size: 22px;margin: 14px 0;}
    .us_ul1 li{width: 72px;margin-right: 12px;}
    .us_ul1 li .shuzi .nums{font-size: 28px;}
    .us_ul1 li .p{font-size: 14px;}
    .about_2 .us_ul2 li{width: 100%;margin-right: 0;}
    .about_2 .title,
    .about_3 .title{font-size: 26px;}
    .about_fzlc{background-size: auto 100%;background-position: center;}
    .zzjg_img,
    .contact{padding: 0 15px;}
    .hzhb_ul{padding: 0 15px 30px;}
    .ryzz_swiper{padding: 0 15px 30px;}
    .hzhb_ul a{width: 50%;height: 130px;}
    .contact .con_js .image{width: 100%;}
    .contact .con_js .coms{width: 100%;padding: 20px 15px;}
    .contact .con_js .coms .title{margin-bottom: 15px;}
    .contact .con_js .coms .text{font-size: 14px;}
    .contact .con_ul li{width: 49%;margin-right: 2%;}
    .contact .con_ul li:nth-child(2n){margin-right: 0;}
    .contact .con_ul li .text{text-align: center;}
    .con_form .title{font-size: 24px;}
    .con_form form{padding: 20px 15px;flex-wrap: wrap;margin-bottom: 40px;}
    .con_form form .form_l{width: 100%;}
    .con_form form .form_l .left_inp .input_t{font-size: 15px;}
    .con_form form .form_l .left_inp input,
    .con_form form .form_l .left_inp button{height: 44px;}
    .con_form form .form_l .left_inp{margin-bottom: 20px;}
    .about_30ul{padding: 0 15px;}
    .about_30ul .about_30li{width: 48%;margin-right: 4%;}
    .about_30ul .about_30li:nth-child(2n){margin-right: 0;}
    /*.about_30ul .about_30li .about_30img{height: 140px;}*/
}

@media (min-width:768px) and (max-width:819px){

}

@media (min-width:820px) and (max-width:1023px){

}

@media (min-width:1024px) and (max-width:1279px){
    .about_1 .coms .title{font-size: 24px;}
    .about_1 .coms .text{font-size: 14px;line-height: 24px;}
    .us_ul1 li{width: 88px;}
    .us_ul1 li .shuzi .nums{font-size: 34px;}
}

@media (min-width:1280px) and (max-width:1360px){
    
}