@charset "utf-8";
/* 小屏 */
@media screen and (max-width: 767px){
    .search_area{
        padding: 15px;
    }
    .home_search{
        width: 70%;
        height: 40px;
    }
    .home_search_btn{
        width: 30%;
        height: 40px;
        border-radius: 5px;
    }
    .quick_area .quick_btn{
        margin-top: 0;
    }
    .yz_main{
        margin-top: 250px;
    }
    #bannerCarousel .swiper-pagination {
		bottom: 2.5em!important; /**30px*/
	}
    .yz_elevator1{
        margin-top: 1.4em;/**20px*/
    }
    .yz_tabbox .tab_li{
        font-size: 1.2em!important;
    }
    .wx_btn_app{
        margin-top: 30px;
    }
}
/* 中屏 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home_search{
        width: 75%;
        height: 60px;
        font-size: 16px;
    }
    .home_search_btn{
        width: 25%;
        font-size: 16px;
        height: 60px;
        border-radius: 5px;
    }
    .yz_main{
        margin-top: 250px;
    }
    .quick_btn .icon_img{
        width: 75px;
        height: 5em;/*70px;*/
        background-size: 150px;
    }
    .quick_btn .icon1{
        background-position: 0 0;
    }
    .quick_btn .icon2{
        background-position: 0 -75px;
    }
    .quick_btn .icon3{
        background-position: 0 -150px;
    }
    .quick_btn .icon4{
        background-position: 0 -225px;
    }
    .icon_text{
        font-size: 1.5em;/*22px*/
    }
    .search_area{
        padding: 15px;
    }
    #bannerCarousel .swiper-pagination {
		bottom: 5em!important;
	}
    .yz_elevator1{
        margin-top:3.5em; /*50px;*/
    }
    .wx_btn_app{
        margin-top: 40px;
    }
}
@media screen and (max-width: 1200px){
    .quick_area{
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-sizing: border-box;
        z-index: 2;
    }
    .search_area{
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 3px 3px 10px 5px rgba(152, 152, 152, .15);
    }
    .quick_btn {
        padding: 10px;
        margin-top: 2em;
    }
    .wx_btn{
        width: 31.33333%;
        background-color: #f3f3f3;
        margin: 0 1%;
        margin-top: 15px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 15px;
    }
    .quick_btn .wx_btn:first-child{
        display: none;
    }
    .icon_text{
        margin-top: 10px!important;
        font-size: 14px;
    }
    .home_mt{
        margin-top: 3.5em;
    }
    .floor_tit{
        margin-bottom: 30px;
    }
    .yz_floor1{
        width: 90%;
    }
    #productCarousel .swiper-container {
        width: 100%;
        height: 100%;
    }
    #productCarousel .center .system_list{
        background-color: #ddeffc;
        border-radius: 20px;
    }
    #productCarousel .system_list.swiper-slide-active {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    #productCarousel .system_list {
        transition: 0.4s;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .system_list i{
        width: 200px;
        height: 130px;
        background-size: 400px 520px;
    }
    .system_list .p_icon1{
        background-position: 0 0;
    }
    .system_list .p_icon2{
        background-position: -200px 0;
    }
    .system_list .p_icon3{
        background-position: 0 -130px;
    }
    .system_list .p_icon4{
        background-position: -200px -130px;
    }
    .system_list .p_icon5{
        background-position: 0 -260px;
    }
    .system_list .p_icon6{
        background-position: -200px -260px;
    }
    .system_list .p_icon7{
        background-position: 0 -390px;
    }
    .p_tit{
        margin: 25px 0 20px;
        font-size: 1.7em;
        color: #0a8de4;
    }
    .p_tit_0{
        height: 100px/*24px;*/
    }
    .p_titag{
        padding: 5px 30px;
        background-color: #75b042;
        color: #fff;
        border-radius: 16px;
        font-size: 1.3em;/*18px*/
        font-weight: normal;
        line-height: 1.2em;
    }
    .p_text{
        height: 80px;
        margin-top: 15px;
        font-size: 1em;
        line-height: 1.8em;
        color: #2b2b22;
    }
    #productCarousel, #homeNewsPC {
        overflow: hidden;
    }
    .swiper-pagination .swiper-pagination-bullet{
        background-color: #f1f1f1!important;
    }
    .owl-carousel .owl-dots{
        margin-top: 10px;
        text-align: center;
    }
    .yz_floor2{
        padding-bottom: 30px;
    }
    .yz_floor2_pc{
        display: none;
    }
    .yz_floor2_min .min_program_img{width : 100%;height : auto;box-sizing: border-box; padding: 0 15px;}
    .w1400{
        padding: 0 20px;
    }
    .yz_tabbox{
        background: url("../images/line_bg.png") repeat-x 0 bottom;
    }
    .yz_tabbox .tab_li{
        float: left;
        width: 30%;
        font-size: 1.5em;
        line-height: 3em;
        text-align: center;
    }
    .yz_tabbox .tab_li span{
        padding: 0 15px;
        cursor: pointer;
    }
    .yz_tabbox .tab_li.wp40{
        width: 40%;
    }
    .yz_tabbox .tab_li.active span{
        color: #0a8de4;
        border-bottom: 3px solid #0a8de4;
    }
    .yz_floor3{
        background-color: #f9f9f9;
        padding: 3.5em 0;
    }
    #homeNewsPC{
        display: none;
    }
    .news_img{
        width: 100%;
        max-height: 300px;
        border-radius: 10px;
    }
    .news_cont{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news_more, .news_readmore{
        display: none;
    }
    .news_tit{
        font-size: 1.3em;
        line-height: 2.5em;
        color: #666;
        font-weight: normal;
    }
    .news_date{
        font-size: 1.2em;
        line-height: 2em;
        color: #666;
        font-weight: normal;
    }
    .yz_floor4{
        margin-bottom: 50px;
    }
    .yz_floor4 .partner_img{
        display: inline-block;
        width:100%;
    }
    /*.yz_floor4_cont span{*/
    /*    width: 16%;*/
    /*    margin: 2% 2%;*/
    /*}*/
    /*.yz_floor4_cont span img{*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*.yz_floor4_cont span:nth-child(5),.yz_floor4_cont span:last-child{*/
    /*    margin-right: 0;*/
    /*}*/
    /*#webQuick{*/
    /*    display: none;*/
    /*}*/
    .wx_btn_app{
        width: 100%;
        background-color: #0a8de4;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 15px;
    }
    .wx_btn_app i{
        font-size: 20px;
        margin-right: 5px;
    }
    .wx_btn_app i, .wx_btn_app span{
        color: #fff;
    }
    .app_more{
        display: block;
        width: 220px;
        margin: 35px auto 0;
        line-height: 50px;
        border-radius: 50px;
        border: 1px solid #0a8de4;
        color: #0a8de4;
        text-align: center;
    }
}
/* 大屏 */
@media screen and (min-width: 1200px){
    .container{
        width:1200px;
        padding:0;
    }
    #bannerCarousel .swiper-pagination {
		bottom: 120px!important;
	}
    #bannerCarousel .swiper-pagination .swiper-pagination-bullet-active{
        width: 83px!important;
        border-radius: 4px;
    }
    .login_font{
        font-size: 1.3em;
        color: #fff;
    }
    .quick_area{
        position: absolute;
        width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 40px 50px;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 3px 3px 10px 5px rgba(152, 152, 152, .15);
        z-index: 2;
    }
    .search_area,.quick_btn{
        float: left;
        width: 50%;
        text-align: center;
    }
    /*.search_area{*/
    /*    width: 70%;*/
    /*}*/
    /*.quick_btn{*/
    /*    width: 25%;*/
    /*}*/
    /*.quick_btn{*/
    /*    padding-left: 50px;*/
    /*}*/
    .home_search{
        width: 80%;
        background-color: #f1f1f1;
        height: 90px;
        font-size: 1.1em;
    }
    .wx_btn{
        /*width: 50%;*/
        width: 25%;
        cursor: pointer;
    }
    .home_search_btn{
        width: 20%;
        height: 90px;
        border-radius: 0 5px 5px 0;
        box-sizing: border-box;
    }
    .wx_btn:hover .icon1{
        background-position: -40px 0;
    }
    .wx_btn:hover .icon2{
        background-position: -40px -40px;
    }
    .wx_btn:hover .icon3{
        background-position: -40px -80px;
    }
    .wx_btn:hover .icon4{
        background-position: -40px -120px;
    }
    .icon_text{
        font-size: 1.1em;
        margin-top: 20px;
    }
    .wx_btn:hover .icon_text{
        color: #0a8de4;
    }
    .yz_main{
        margin-top: 130px;
    }
    .yz_elevator1{
        margin-top: 40px;
    }
    .span_box{
        margin-top: 20px;
    }
    .home_mt{
        margin-top: 70px;
    }
    .floor_tit{
        margin-bottom: 50px;
    }
    .yz_floor1{
        width: 1200px;
    }
    .system_list {
        width: 285px;
        height: 378px;
        margin: 0 10px 20px;
        float: left;
        border-radius: 8px!important;
    }
    .system_list:hover{
        background-color: #ddeffc;
        border-radius: 20px;
    }
    .system_list.item_ml0{
        margin-left: 0px!important;
    }
    .system_list.item_mr0{
        margin-right: 0!important;
    }
    .system_list.item_mlp2{
        margin-left: 142px;
    }
    .system_list i{
        width: 170px;
        height: 110px;
        background-size: 340px 440px;
        /* height: 130px; */
    }
    .system_list .p_icon1{
        background-position: 0 0;
    }
    .system_list .p_icon2{
        background-position: -170px 0;
    }
    .system_list .p_icon3{
        background-position: 0 -110px;
    }
    .system_list .p_icon4{
        background-position: -170px -110px;
    }
    .system_list .p_icon5{
        background-position: 0 -220px;
    }
    .system_list .p_icon6{
        background-position: -170px -220px;
    }
    .system_list .p_icon7{
        background-position: 0 -330px;
    }
    .relbox{
        overflow: hidden;
    }
    .wechatbox{
        display: none;
        top: -70px;
        z-index: 999;
        width: 120px;
        height: 126px;
        background: url('../images/wechat_bg2.png') no-repeat;
        background-size: contain;
    }
    .wechatbox img{
        margin-top: 8px;
    }
    .relbox:hover{
        overflow: visible;
    }
    .relbox:hover .wechatbox{
        display: block;
    }
    .p_tit{
        margin: 25px 0 20px;
        font-size: 1.7em;
        color: #0a8de4;
    }
    .p_tit img{
        height: 1.7em;
    }
    .p_titag{
        padding: 5px 30px;
        background-color: #75b042;
        color: #fff;
        border-radius: 16px;
        font-size: 1.3em;
        font-weight: normal;
        line-height: 1.2em;
    }
    .p_text{
        margin-top: 15px;
        font-size: 1em;
        line-height: 1.8em;
        color: #2b2b22;
    }
    .yz_floor2_min{
        display: none;
    }
    /*一站小程序*/
    .yz_floor2{
        background-color: #3c5071;
    }
    .yz_floor2 .floor_tit{
        padding-top: 90px;
        margin-bottom: 10px;
        color: #fff!important;
    } 
    .yz_floor2 .ch-title{
        color: #fff;
    }
    .yz_floor2_pc_main{
        max-width: 1500px;
        margin: 0 auto;
    }
    .fr_project{
        margin-left: 540px;
    }
    .fr_project img{
        width: 100%;
    }
    .pc_mini_icon{
        width: 520px;
        margin-left: 20px;
        margin-top: 120px;
    }
    .pc_mini_icon li{
        width: 240px;
        padding: 15px 10px;
        text-align: center;
        float: left;
    }
    .pc_mini_icon i{
        width: 90px;
        height: 90px;
        background-image: url('../images/min-program-pc_icon.png');
        background-repeat: no-repeat;
    }
    .yz_program_icon1{
        background-position: 0 0;
    }
    .yz_program_icon2{
        background-position: -90px 0;
    }
    .yz_program_icon3{
        background-position: 0 -90px;
    }
    .yz_program_icon4{
        background-position: -90px -90px;
    }
    .yz_program_icon5{
        background-position: 0 -180px;
    }
    .yz_program_icon6{
        background-position: -90px -180px;
    }
    .pc_mini_icon .yz_program_text{
        margin-top: 10px;
        font-size: 1.3em;
        color: #fff;
    }
    #productCarousel .owl-dots{
        display: none;
    }
    /*新闻*/
    .yz_floor3{
        padding: 90px 0 100px;
        background: #f5f4f4 url('../images/home_news_bg.png') repeat-x left bottom;
    }
    .yz_floor3 .floor_tit{
        margin-bottom: 90px;
    }
    .yz_tabbox .tab_li{
        padding: 10px;
        font-size: 1.7em;
        line-height: 2em;
        color: #2b2b2b;
        cursor: pointer;
    }
    .yz_tabbox .tab_li.active{
        color: #0a8de4;
        background: url('../images/new_cur_line.png') no-repeat right center;
    }
    .yz_news_head{
        float: left;
        width: 220px;
    }
    .yz_news_cont{
        margin-left: 250px;
    }
    .yz_news_cont{
        margin-left: 250px;
    }

    .news_more{
        width: 135px;
        margin-top: 150px;
        line-height: 42px;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        color: #fff;
        border-radius: 8px 0 8px 0;
        background-color: #75b042;
    }
    .news_li{
        width: 30%;
        margin-left: 3%;
        float: left;
        background-color: #fff;
        border-radius: 20px 0 20px 0;
        box-sizing: border-box;
        cursor: pointer;
    }
    .news_li:hover{
        background-color: #ddeffc;
    }
    .w1400{
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .news_img{
        width: 100%;
        height: auto;
        border-top-left-radius: 20px;
        display: inline-block;
    }
    .news_cont{
        padding: 20px;
    }
    .news_tit{
        font-size: 1.3em;
        line-height: 2.5em;
        font-weight: bold;
    }
    .news_text{
        height: 45px;
        min-height: 45px;
        -webkit-line-clamp: 2;
    }
    .news_readmore{
        margin-top: 2em;
    }
    .news_readmore span{
        font-size: 14px;
        text-transform: uppercase
    }
    #homeNewsApp{
        display: none;
    }
    .yz_floor4{
        margin-bottom: 80px;
    }
    .yz_floor4_cont span{
        width: 18%;
        height: 160px;
        margin: 30px 1%;
        box-shadow: 3px 3px 10px 5px rgba(152, 152, 152, .15);
    }
    .yz_floor4_cont span img{
        display: block;
        margin: 30px auto 0;
    }
    .yz_floor4_cont span:nth-child(5),.yz_floor4_cont span:last-child{
        margin-right: 0;
    }
    /*#appQuick{*/
    /*    display: none;*/
    /*}*/
    #productCarousel .swiper-wrapper{
        display: block;
    }
    .app_more{
        display: none;
    }
}
.owl-nav.disabled, .owl-dots.disabled{
    display: none;
}
#bannerCarousel{
    min-height: 180px;
    overflow: hidden;
}
/*#bannerCarousel .swiper-pagination{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*}*/
#bannerCarousel img {
    width: 100%;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 24px;
    height: 8px;
    margin: 0 5px;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 23px;
    height: 8px;
    background-color: #0a8de5!important;
    border: none;
}
.home_search{
    padding: 10px;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
}
.home_search_btn{
    background-color: #0a8de4;
    text-align: center;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.1em;
}
.quick_btn .icon_text:hover{
    color: #0a8de5;
}
.quick_btn .icon_img{
    width: 40px;
    height: 40px;
    background: url('../images/quick_btn2.png') no-repeat;
    background-size: 80px;
}
.quick_btn .icon1{
    background-position: 0 0;
}
.quick_btn .icon2{
    background-position: 0 -40px;
}
.quick_btn .icon3{
    background-position: 0 -80px;
}
.quick_btn .icon4{
    background-position: 0 -120px;
}
.p_tit_o{
    font-size: 120px;
}
.system_list {
    background: #f3f3f3;
    padding: 30px 10px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
}
.system_list i{
    background-image: url('../images/yz_product.png');
    background-repeat: no-repeat;
}
.banner_carousel img{
    width: 100%;
}
.news_li a{
    display: block;
}
.yz_news_cont .news_ul{
    display: none;
}
.yz_news_cont .news_ul.select{
    display: block;
}
#productCarousel, #homeNewsApp .swiper-container{
    padding-bottom: 50px;
}
.yz_floor1{
    margin: 0 auto;
}
.swiper-pagination{
    width: 100%!important;
    text-align: center;
}
.swiper-pagination li a{
    width: 24px;
    height: 8px;
    margin: 0 5px;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination li{
    display: inline-block;
    cursor: pointer;
}
.swiper-pagination li a{
    width: 24px;
    height: 8px;
    margin: 0 5px;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    opacity: 1;
    font-size: 0;
    display: inline-block;
}
.swiper-pagination li.current a{
    width: 83px!important;
    background-color: #0a8de5!important;
}