html, body{
    min-height: 100%;
    font-family: "Microsoft YaHei";
    /*overflow-y: hidden;*/
}
.protal_contian_body{
    width: 100%;
    /*overflow-y: auto;*/
    /*min-height: 100%;*/
    /*padding-top: 100px;*/
    box-sizing: border-box;
}
#product_and_program, #news_and_activity, #holding_with_zhihui, #hm_typical_case{
    display: none;
}
.menu-area-side{
    display: none;
    left: -300px;
    background: #ffffff;
    color: #333333;
    z-index: 9999;
}
.nav_tab_switch{
    float: right;
    margin-right: 40px;
    display: none;
    font-size: 23px;
    line-height: 60px;
    color: #fff;
}
.media_phone{
    display: none;
}
/***快捷操作**/
.home_page_quick{
    position: fixed;
    top: 200px;
    left: 0;
    display: none;
    z-index: 999;
}
.home_page_to_top{
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.home_page_to_top i{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.home_page_quick_choice{
    background: #fff;
    font-size: 14px;
    color: #6a747e;
    width: 80px;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 20px 3px #eee;
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    cursor: pointer;
}
.home_page_quick_choiced{
    padding-left: 26px;
}
.home_page_quick_choice i{
    margin-left: 10px;
}
/**走进知慧**/
.home_index_box{
    width: 100%;
    position: relative;
    /*height: 100%;*/
    background: #ffffff;
}
.home_index_box_top{
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: transparent;
}
.home_index_box_top:after{
    content: '.';
    height: 0;
    overflow: hidden;
    clear: both;
    visibility:hidden;
    display:block;
}
.home_index_box_top_logo{
    /*float: left;*/
    /*width: 170px;*/
    height: 50px;
    /*margin-left: 8%;*/
    margin-top: 10px;
    padding-left: 7%;
    box-sizing: border-box;
}
.home_index_box_top_logo img{
    /*width: 165px;*/
    height: 72%;
}
.home_index_box_top_ul{
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    float: right;
    /*margin-left: 6%;*/
    /*width: 70%;*/
}
.home_index_box_top_ul:after{
    content: '.';
    height: 0;
    overflow: hidden;
    clear: both;
    visibility:hidden;
    display:block;
}
.home_index_top_li{
    /*float: left;*/
    /*margin: 0 5%;*/
    margin-right: 10%;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    position: relative;
}
.home_index_side_led{
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 78%;
    left: 0;
    border-radius: 4px;
}
.home_index_box_top_slide{
    background: #fff;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.home_index_box_top_slide .home_index_top_li{
    color: #3a96f7;
}
.home_index_box_top_slide .home_index_side_led{
    background: #3a96f7;
}

.menu-area{
    text-align: center;
    width: 100%;
}
.home_index_top_li_click .home_index_side_led{
    /*color: #2fa2fe;*/
    display: block;
}
.home_index_top_li_click{
    font-weight: bold;
}
.home_index_center_box{
    width: 100%;
}
.home_index_side_li{
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 0 20px;
    position: relative;
}
.nav-itemed{
    color: #ffffff;
}
.animate_hidden{
    opacity: 0;
}
.home_index_side_li_top{
    line-height: 50px;
    padding: 0 20px;
}
.home_index_side_li_close{
    line-height: 50px;
    text-align: right;
    display: inline-block;
    width: 30px;
    height: 50px;
    float: right;
    font-size: 26px;
}
.home_index_center_viedio{
    height: 200px;
    width: 100%;
    position: relative;
    /*background: url('/apps/web/_static/images/Portal/black_broad_06.png') no-repeat;*/
    /*background: url('/apps/common/images/moai_banner2.jpg') no-repeat;*/ 
    background-size: 100% 100%;
}
.home_index_center_swipe_area{
    background: #368ef4;
    height: 100%;
}
.home_index_center_swipe_left{
    width: 50%;
    height: 100%;
    background: url(/apps/web/_static/images/Portal/page_swipe_area01.png) no-repeat;
    background-size: 100% 100%;
}
.home_index_center_swipe_right{
    width: 50%;
    position: relative;
    height: 100%;
    background: url(/apps/web/_static/images/Portal/page_swipe_area02.png) no-repeat;
    background-size: cover;
}
.center_swipe_right_word{
    font-size: 40px;
    /*font-weight: bold;*/
    color: #fff;
    position: absolute;
    top: 34%;
    text-align: center;
    width: 420px;
    left: calc(50% - 210px);
    letter-spacing: 2px;
}
.center_swipe_right_word span{

}
.center_swipe_right_dot{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    margin: auto 20px;
}
.center_swipe_right_lop{
    width: 350px;
    left: calc(50% - 140px);
    top: 66%;
    position: absolute;
}
.center_swipe_right_login{
    float: right;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ffe010;
    border-radius: 50px;
    text-align: center;
    color: #c36323;
    cursor: pointer;
}
.home_index_center_viedio_icon{
    z-index: 0;
    position: absolute;
    left: 50%;
    font-size: 25px;
    line-height: 25px;
    top: 50%;
    width: 1062px;
    height: 116px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url("/apps/web/_static/images/Portal/radio_play2_03.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.home_to_play{
    position: absolute;
    left: 50%;
    cursor: pointer;
    top: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home_index_center_viedio video{
    /*display: none;*/
    width: 100%;
    height: 100%;
    /*z-index: 99;*/
    position: relative;
}
.home_index_card{
    background: #fff;
    padding: 50px 10%;
    display: none;
}
.bg_grey{
    background: #f9fafb;
}
.home_index_card_li{
    margin-right: 7%;
    width: 19.5%;
    height: 100px;
    font-size: 14px;
    color: #6a747e;
    padding: 20px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.home_index_card_number{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px ;
}
.home_index_card_li:nth-child(4) {
    margin-right: 0;
}
.home_index_card_li_bg{
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    height: 125%;
    z-index: -1;
}
.home_index_card_li_sn{
    background: url("/apps/web/_static/images/Portal/page_card_area01.png") no-repeat;
    background-size: cover;
}
.home_index_card_li_tn{
    background: url("/apps/web/_static/images/Portal/page_card_area02.png") no-repeat;
    background-size: cover;
}
.home_index_card_li_stn{
    background: url("/apps/web/_static/images/Portal/page_card_area03.png") no-repeat;
    background-size: cover;
}
.home_index_card_li_pn{
    background: url("/apps/web/_static/images/Portal/page_card_area04.png") no-repeat;
    background-size: cover;
}
.home_index_center_model{
    padding-top: 40px;
    box-sizing: border-box;
}
.bg_team{
    background: url('/apps/web/_static/images/Portal/bg_home_center_03.png') no-repeat;
    background-size: 100% 100%;
    /*height: 490px;*/
    padding-bottom: 80px;
}
/*video插件样式重置*/
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 3.3em;
    height: 3.5em;
    width: 3.5em;
    margin-top: -2.2em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.99em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/*video插件样式重置结束*/

.hm_rela_title{
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    position: relative;
    color: #6a747e;
    font-weight: bold;
}
.hm_rela_sub_title{
    font-size: 14px;
    width: 1000px;
    margin: 26px auto;
    color: #7a8590;
}
.hm_rela_title_border{
    /*border: 2px solid #2fa2fe;*/
    width: 38px;
    height: 4px;
    background: #2fa2fe;
    margin: auto;
    position: relative;
    margin-top: 8px;
}
.hm_ce_list_two{
    overflow: hidden;

}
.hm_ce_list_con_left{
    float: left;
    /*width: 50%;*/
    max-width: 420px;
    padding-left: 15%;
    padding-right: 10%;
    box-sizing: border-box;
}
.hm_ce_list_two_fl{
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.hm_ce_list_con_right{
    float: right;
    /*width: 50%;*/
    max-width: 400px;
    padding-right: 15%;
    padding-left: 10%;
    box-sizing: border-box;
}
.hm_index_mo_title{
    font-size: 40px;
    color: #2fa2fe;
    line-height: 145px;
    text-align: center;
}
.hm_index_mo_p{
    font-size: 17px;
    line-height: 44px;
}
.home_index_center_map{
    width: 100%;
}
.home_index_center_map img{
    /*height: 447px;*/
    /*width: 917px;*/
    width: 100%;
}
.home_index_center_map_img{
    width: 85%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.bg_yuandian_left{
    background: url("/apps/web/_static/images/Portal/bg_yuandian_left_05.png") no-repeat;
    background-position: 10% 50px;
}
.bg_shu_left{
    background: #f8f8f8 url("/apps/web/_static/images/Portal/bg_shu_06.png") no-repeat;
    background-position: 10% 50px;
    padding-bottom: 70px;
}
.hm_ce_list_ecology_right{
    float: right;
    width: 50%;
    padding-top: 20px;
    margin-right: 5%;
    box-sizing: border-box;
}
.hm_index_ecology_pro{
    padding-top: 80px;
}

.hm_rela_title_transcript{
    font-size: 14px;
}
.hm_class_position_topic{
    position: relative;
    width: 340px;
    margin: 0 40px;
    box-shadow: 0px 0px 30px 0px #eee;
}
.home_index_center_act .hm_class_position_topic{
    height: 214px;
}
.hm_class_special_topic{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    bottom: 0%;
    left: 0%;
    padding: 0 20px;
    height: 60px;
    line-height: 20px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
}
.topic_left_4{
    left: 4%;
    right: 0;
}
.hm_ce_list_class_right {
    float: right;
    margin-right: 4%;
    text-align: right;
    width: 80%;
    height: 273px;
    box-sizing: border-box;
    overflow: hidden;
}

.hm_ce_list_class_left {
    float: left;
    margin-left: 4%;
    width: 80%;
    height: 273px;
    overflow: hidden;
    box-sizing: border-box;
}
.hm_index_mo_wid{
    padding-top: 30px;
    /*width: 46%;*/
    max-width: 300px;
}
.hm_index_mo_wid2{
    /*width: 380px;*/
    max-width: 380px;
    padding-top: 60px;
}
.margin_top_30{
    padding-top: 50px;
}
.margin_top_bo_30 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hm_class_special_img{
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bg_green_shu{
    background: #f8f8f8 url("/apps/web/_static/images/Portal/bg_shu_green_22.png") no-repeat;
    background-position: 37% 90px;
    padding-bottom: 40px;
}
.hm_carousel_box{
    width: 100%;
    margin: auto;
    position: relative;
}
.hm_carousel_box_c{
    width: 86%;
    margin: auto;
    padding-top: 10%;
}
.hm_carousel_timeline{
    /*background: url(/apps/web/_static/images/Portal/bg_lianxian_03.png) repeat-x;*/
    background-position: 0 15px;
    overflow: hidden;
    margin-top: 0px;
    text-align: center;
}
.hm_carousel_timeline_position{
    position: relative;
    width: 1000px;

}
.hm_carousel_timeline_list{
    background: rgba(255,255,255,0.45);
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
}
.hm_carousel_timeline_list_ed{
    background: rgba(255,255,255,1);
}
.hm_carousel_timeline_di{
    background: rgba(248,248,248, 1) url("/apps/web/_static/images/Portal/bg_time_big_26.png") no-repeat;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    background-position: center;
    background-size: 16px 16px;
}
.hm_carousel_timeline_da{
    width: 40px;
    height: 30px;
    background-size: 24px 24px;
}
.hm_carousel_timeline_time{
    margin-top: 10px;
}
.home_index_protal_bottom{
    height: 66px;
    line-height: 66px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #2fa2fe;
}
.hm_carousel_li{
    padding: 10px;
    box-sizing: border-box;
    /*width: 513px;*/
    padding-bottom: 30px;
    cursor: default;
}
.hm_carousel_li img{
    /*width: 100%;*/
}
.hm_carousel_li_im{
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.hm_carousel_li_title{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    margin: auto;
}
.hm_carousel_li_span{
    font-size: 17px;
    width: 90%;
    display: block;
    color: #666666;
    margin: auto;
    text-align: left;
    line-height: 36px;
}
/*****走进知慧结束*****/
/**下载**/
.page_down_model_left,.page_down_model_right{
    width: 50%;
    box-sizing: border-box;
    min-height: 150px;
    cursor: default;
}
.page_down_right{
    padding-left: 10%;
}
.page_down_left{
    padding-right: 10%;
}
.page_down_scx_left .right{
    margin-right: 40px;
}
.page_down_mob_img{
    box-shadow: 0px 20px 30px 0px #178eec;
    width: 160px;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
    right: 60%;
}
.page_down_pad_img{
    box-shadow: 0px 20px 30px 0px #f19930;
    width: 240px;
    margin-right: 10%;
    margin-top: 20%;
    border-radius: 10px;
}
.page_down_top{
    margin-top: 40px;
}
.hm_carousel_li_im{
    text-align: left;
    color: #fff;
}
.page_down_model_title{
    font-size: 30px;
}
.page_down_model_des{
    line-height: 50px;
}
.page_down_model_qr{
    width: 200px;
    height: 200px;
    background: #fff;
    padding: 6px;
}
.page_down_model_qr img{
    width: 100%;
}
.page_down_model_qrpad{
    width: 120px;
    height: 120px;
}
.page_tab_area_box{
    text-align: center;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 99;
}
.page_tab_area{
    display: inline-block;
    width: 120px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0 10px;
    cursor: pointer;
}
.page_tab_area_ed{
    background: #fff;
    color: #4592f7;
}
.info_lunbo_one{
    min-height: 230px;
}
/**下载结束**/
/*产品&方案*/
.clearfix:after {
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.clearfix{ zoom:1;}
.double_pro_container ,.typical_case{
    background: #2fa2fe;
    position: relative;
}
.typical_case{
    height: 100%;
    width: 100%;
}
.double_pro_container_top{
    height: 540px;
    width: 100%;
    background: url(/apps/web/_static/images/Portal/page_about_top.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.double_pro_viedio {
    height: 400px;
    width: 66%;
    border: 10px solid #a6d7ff;
    border-radius: 13px;
    box-shadow: 2px 8px 40px 5px #1379d4;
    margin: auto;
    position: absolute;
    bottom: 0;
    margin-left: 17%;
}
.double_pro_cont_title{
    position: relative;
    margin: 60px 0 40px 0;
}
.double_pro_cont_tbg{
    background: url(/apps/web/_static/images/Portal/page_bg_title.png) no-repeat;
    width: 290px;
    height: 90px;
    background-size: contain;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    margin: auto;
}
.double_pro_cont_bg{
    width: 82%;
    margin: auto;
}
.double_pro_cont_bg_word{
    background: url(/apps/web/_static/images/Portal/page_bg_word.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 60px 70px;
    color: #fff;
    line-height: 33px;
}
.double_pro_cont_bg_img img{
    width: 28%;
    margin-top: 20px;
}
.double_pro_cont_bg_img .double_pro_bg_img_long{
    width: 30%;
}
/******智慧校园融合支撑平台******/
.double_pro_platform_box {
    width: 100%;
    overflow: hidden;
}
.double_pro_platform_box_left {
    width: 50%;
    /*height: 100%;*/
    float: left;
}
.platform_box_left_txt {
    max-width: 405px;
    margin: auto;
    /* margin: 27% 0 0 25%; */
    padding-top: 27%;
}
.platform_box_tit {
    color: #222;
    font-size: 40px;

}
.platform_box_desc {
    color: #222;
    font-size: 17px;
    margin-top: 34px;
    line-height: 40px;
    text-align: left;
}
.double_pro_platform_box_right {
    float: right;
    width: 50%;
}
.double_pro_platform_box_right img {
    /*margin: 11.5% 0 0 4.2%;*/
    width: 95%;
    padding-top: 50px;
    box-sizing: border-box;
}
/********教育轻应用服务系统*********/
.double_pro_edu_service_system_box {
    overflow: hidden;
    width: 100%;
    /*background: url(/apps/web/_static/images/Portal/bg1_02.png) no-repeat;*/
    /*background-size: cover;*/
    min-height: 600px;
    padding-bottom: 80px;
}
.double_pro_edu_service_system_box .edu_service_system_txt{
    color: #545f69;
    margin: 0;
}
.edu_service_system_box_left {
    width: 48%;
    /*margin-top: 17%;*/
    float: left;
    padding-left: 5%;
    box-sizing: border-box;
}
.edu_service_system_box_left img {
    /*margin: 27% 0 0 25%;*/
    width: 92%;
    margin-top: 28%;
}
.edu_service_system_box_right {
    float: right;
    width: 46%;
    margin-right: 6%;
}
.edu_service_system_txt {
    color: #fff;
    /*width: 360px;*/
    width: 87%;
    margin: 30% 0 38% 2%;
}
.edu_service_system_tit {
    font-size: 40px;
}
.edu_service_dimensional{
    text-align: right;
    color: #545f69;
}
.edu_service_system_desc {
    font-size: 18px;
    margin-top: 40px;
    line-height: 34px;
}
.service_system_descli{
    font-size: 17px;
    color: #545f69;
}
.service_system_descli_left{
    font-weight: bold;
}
.service_system_descli_right{
    margin-left: 40px;
    width: calc(100% - 108px);
}
/**********多元智能综合评价系统*********/
.comment_system_box {
    overflow: hidden;
    width: 100%;
}
.comment_system_box_left {
    float: left;
    width: 43.6%;
}
.comment_system_box_txt {
    margin: 39% 2% 0 23%;
    max-width: 410px;
}
.comment_system_box_tit {
    font-size: 40px;
    color: #333;

}
.comment_system_box_desc {
    font-size: 18px;
    color: #222;
    line-height: 40px;
    margin-top: 35px;
}
.comment_system_box_left img {
    margin-top: 12%;
}
.add_ccen_width{
    width: 54%;
}
.add_ccen_width img{
    width: 98%;
}
/*******云课堂学习空间系统*******/
.cloud_study_space {
    width: 100%;
    margin-top: 82px;
    overflow: hidden;
    background: url(/apps/web/_static/images/Portal/bg2_02.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.cloud_study_space_left {
    float: left;
    width: 51%;
}
.cloud_study_space_left img {
    margin: 26% 0 0 24%;
    width: 90%;
}
.cloud_study_space_right {
    float: right;
    width: 49%;
    height: 100%;
}
.cloud_study_space_txt {
    width: 370px;
    color: #222;
    margin: 47% 0 55% 26%;
}
.cloud_study_space_tit,
.interactive_teach_system_tit {
    font-size: 40px;

}
.cloud_study_space_desc,
.interactive_teach_system_desc {
    font-size: 18px;
    margin-top: 38px;
    line-height: 40px;
}
/*******魔格课堂互动教学系统******/
.interactive_teach_system {
    overflow: hidden;
    width: 100%;
    background: #f7f7f7;
    margin-top: -48px;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 60px;
}
.interactive_teach_system_left {
    float: left;
    width: 50%;
}
.interactive_teach_system_right {
    float: right;
    width: 50%;
}
.interactive_teach_system_right img {
    margin: 12% 0 10% 10%;
    max-width: 90%;
}
.interactive_teach_system_txt {
    color: #222;
    width: 400px;
    margin: 13% 0 0 25%;
}
/********整体建设方案********/
.whole_construct_project {
    overflow: hidden;
    width: 100%;
    background: #f9fafb url(/apps/web/_static/images/Portal/page_bg3_02.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    position: relative;
}
.whole_construct_project_tit {
    color: #333333;
    font-size: 40px;
    text-align: center;
    display: block;
    position: relative;
}
.whole_construct_project_icon {
    vertical-align: middle;
    text-align: center;
}
.whole_construct_project_content {
    /*width: 77%;*/
    /*margin: 12.4% 0 0 12.4%;*/
}
.whole_construct_project_item {
    box-sizing: border-box;
    float: left;
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
}
.whole_construct_project_content_ul{
    width: 80%;
    margin: auto;
    margin-top: 100px;
    border-bottom: 1px solid #59b5fe;
    padding-bottom: 44px;
}
/*.item_1 {*/
/*width: 18%;*/
/*margin-right: 3%;*/
/*}*/
/*.item_2 {*/
/*width: 17.3%;*/
/*margin-right: 3.5%;*/
/*}*/
/*.item_3 {*/
/*width: 17.5%;*/
/*margin-right: 3.9%;*/
/*}*/
/*.item_4 {*/
/*width: 16.2%;*/
/*margin-right: 4.2%;*/
/*}*/
/*.item_5 {*/
/*width: 16%;*/
/*}*/
.whole_construct_project_icon{
    width: 130px;
    margin: auto;
}
.whole_construct_project_desc{
    max-width: 140px;
    margin: auto;
}
.whole_construct_project_desc {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
    max-width: 140px;
}
.whole_construct_project_desc:first-line {
    text-align: center;
    width: 94%;
}
.whole_construct_project_footer {
    text-align: center;
    color: #f7f7f7;
    font-size: 12px;
    margin-top: 70px;
    padding-bottom: 54px;
}
/**产品&方案结束**/

/**牵手知慧**/
.hm_holding_with_zhihui{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.hm_holding_con{
    background: url(/apps/web/_static/images/Portal/bg_holding_width_02.png) no-repeat;
    background-size: 100% 100%;
    /*height: 520px;*/
    padding-top: 60px;
    box-sizing: border-box;
}
.hm_holding_con_work{
    background: url(/apps/web/_static/images/Portal/bg_holding_width_02.png) no-repeat;
    background-size: 100% 100%;
    /*height: 520px;*/
    padding-top: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.hm_holding_form{
    width: 76%;
    margin: auto;
    position: relative;
    background: #ffffff url("/apps/web/_static/images/Portal/bg_contact_us_03.png") no-repeat;
    background-position: 90% 30px;
    -webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 90px rgba(0, 0, 0, .1);
    -moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 90px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 90px rgba(0, 0, 0, .1);
}
.bg_left_yuandian{
    position: absolute;
    background: url("/apps/web/_static/images/Portal/page_yuandian_left.png") no-repeat;
    width: 70px;
    height: 70px;
    left: 5%;
    top: 0px;
}
.bg_right_yuandian{
    position: absolute;
    background: url("/apps/web/_static/images/Portal/page_yuandian_right.png") no-repeat;
    width: 70px;
    height: 70px;
    right: 5%;
    top: 0px;
}
.double_pro_both_left{
    box-shadow: none;
    background:  url("/apps/web/_static/images/Portal/page_bg_swordl.png") no-repeat;
    background-size: 100% 100%;
    width: 80%;
    padding: 70px 60px 50px;
    box-sizing: border-box;
    color: #fff;
    min-height: 400px;
}
.double_pro_both_right{
    box-shadow: none;
    background:  url("/apps/web/_static/images/Portal/page_bg_sword.png") no-repeat;
    background-size: 100% 100%;
    width: 80%;
    min-height: 400px;
    padding: 70px 60px 50px;
    color: #fff;
    box-sizing: border-box;
}
.page_progress_box{
    width: 100%;
}
.page_progress_box_li{
    width: 76%;
    padding: 70px 60px 50px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}
.progress_both_left{
    box-shadow: none;
    background:  url("/apps/web/_static/images/Portal/page_bubble_lword.png") no-repeat;
    background-size: 100% 100%;
}
.progress_both_right{
    box-shadow: none;
    background:  url("/apps/web/_static/images/Portal/page_bubble_rword.png") no-repeat;
    background-size: 100% 100%;
}
.page_progress_box_left{
    width: calc(50% - 1px);
}
.page_progress_box_right{
    width: 50%;
    padding-top: 274px;
}
.page_progress_box_right.media_phone{
    width: 90%;
    padding-top: 0;
}
.page_progress_box_right.media_phone .page_progress_box_li{
    margin-left: 30px;
    width: 82%;
    padding: 50px 40px 40px;
    margin-bottom: 28px;
}
.page_progress_box_right.media_phone .page_progress_box_ldot{
    left: -54px;
}
.page_progress_box_time.media_phone{
    margin-top: 120px;
    margin-left: calc(8% - 1px);
}
.page_progress_box_time{
    width: 1px;
    margin-top: 120px;
}
.page_progress_box_timehr{
    width: 1px;
    height: 2300px;
    background: #71bfff;
    margin: auto;
}
.double_pro_cont_both_ti{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page_progress_box_left .page_progress_box_li{
    padding-right: 85px;
    margin-right: 48px;
}
.page_progress_box_right .page_progress_box_li{
    padding-left: 85px;
    margin-left: 48px;
}
.page_progress_box_img{
    width: 90%;
    border-radius: 24px;
}
.page_progress_box_li .page_progress_box_img{
    border-radius: 34px;
    border: 10px solid #a6d7ff;
    max-height: 190px;
    overflow: hidden;
}
.scroll_than_more{
    display: none;
}
.page_progress_box_img img{
    width: 100%;
    border-radius: 24px;
}
.page_progress_box_rdot{
    position: absolute;
    background: url("/apps/web/_static/images/Portal/page_time_dot.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    right: -62px;
    top: 90px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 #bee2ff;
}
.page_progress_box_ldot{
    position: absolute;
    background: url("/apps/web/_static/images/Portal/page_time_dot.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    left: -64px;
    top: 90px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 #bee2ff;
}
.double_pro_cont_both_sch{
    font-size: 15px;
    display: inline-block;
    padding: 6px 10px;
    margin: 5px;
    border: 1px  #a7d0f1 dashed;
}
.double_pro_cont_both_des{
    line-height: 33px;
    margin-top: 10px;
}
.page_about_footer{
    background: #0078f3;
}
.hm_holding_form_this{
    width: 500px;
    margin: auto;
    padding-top: 80px;
}
.page_progress_box .double_pro_cont_both_ti{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 36px;
}
.double_pro_cont_bothimg .hm_class_position_topic{
    height: auto;
}
.double_pro_cont_bothimg .double_pro_cont_both_ti{
    margin: 10px 0;
    text-align: center;
}
.double_pro_cont_bothimg .double_pro_cont_both_des{
    text-align: center;
}
.hm_holding_form_this_apply{
    line-height: 100px;
    color: #666666;
    font-size: 35px;
    text-align: center;
}
.hm_holding_form_this_fill{
    text-align: center;
}
.hm_holding_form_this_fill input{
    border: 2px solid #e6e6e6;
    width: 247px;
    font-size: 17px;
    margin-bottom: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
}
.hm_holding_form_this_right{
    /*margin-left: 4%;*/
    float: right;
}
.hm_holding_form_this_button{
    /*margin-top: 20px;*/
    padding-bottom: 60px;
}
.hm_portal_button{
    width: 45%;
    background: #2fa2fe;
    border-radius: 0 30px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;

}
.hm_holding_form_this .hm_portal_button{
    width: 247px;
}
.together_work{
    width: 100%;
}
.hm_portal_button:hover{
    background: #07bc8f;
}
.hm_holding_form_this_fill input::-webkit-input-placeholder{
    font-size: 15px;
}
.hm_holding_form_this_fill input:-moz-placeholder{
    font-size: 15px;
}
.hm_holding_form_this_fill input::-moz-placeholder{
    font-size: 15px;
}
.hm_holding_form_this_fill input:-ms-input-placeholder{
    font-size: 15px;
}
/**牵手知慧结束**/
/**新闻&活动**/
.news_left,.news_right{
    display: none;
}
.hm_news_and_activity_contain{
    width: 76%;
    margin: auto;
    position: relative;

}
.hm_news_and_activity_cont_ul{
    width: 80%;
    margin: auto;
}
.hm_news_and_activity_cont_li{
    width: 100%;
    position: relative;
}
.hm_news_and_activity_li_left{
    float: left;
    width: 45%;
    position: absolute;
}
.hm_news_and_activity_li_right{
    position: relative;
    left: 50%;
    width: 58%;
}
.hm_news_and_activity_lr_title{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 40px;
    color: #333333;
}
.hm_news_and_activity_lr_p{
    margin-top: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
}
.hm_news_and_activity_lf_img{
    /*width: 412px;*/
    /*height: 300px;*/
}
.hm_news_and_activity_lf_img img{
    width: 100%;
    height: 100%;
}
.hm_holding_form_this_button{
    width: 100%
}

/**新闻&活动结束**/
/**common**/
.hm_left_button{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    cursor: pointer;
    z-index: 99;
    top: 50%;
    outline: none;
    background-position: center;
    background: none;
    font-size: 55px;
    color: rgba(255,255,255,0.3);
}
.hm_right_button{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    outline: none;
    top: 50%;
    background-position: center;
    background: none;
    font-size: 55px;
    color: rgba(255,255,255,0.3);
}
.hm_news_and_activit_bu{
    line-height: 40px;
    font-size: 16px;
}

/**底部地址**/
.footer-box .footer-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 49px;
    position: relative;
}
.footer-box .footer-container .footer-list {
    float: left;
    display: inline-block;
    width: 16%;
    min-width: 120px;
    margin: 0 2% 10px;
}
.footer-box .footer-container .footer-list:nth-child(1) ul {
    width: 130px;
    margin: auto;
}
.footer-box .footer-container .footer-list:nth-child(2) {
    width: 120px;
    position: absolute;
    margin: auto;
    left: calc(50% - 60px);
}
.footer-box .footer-container .footer-list:nth-child(3) {
    width: 152px;
    float: right;
}
.footer-box .footer-container .footer-list li {
    margin-bottom: 16px;
    color: #ddeeff;
    font-size: 12px;
}
.footer-box .footer-container .footer-list-title {
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 700;
}
.footer-box .footer-container .footer-list:nth-child(1) li span {
    cursor: pointer;
}
.footer-box .footer-container .footer-list li span:hover{
    color: #fff;
}
.footer-box .footer-container .footer-list li span:active{
    color: #fff;
}

/*适配处理*/
@media screen and (min-width: 768px){
    .home_index_center_viedio_icon,.home_to_play {
        width: 690px;
        height: 76px;
    }

    .school_area_combine {
        padding: 45px 7% 0;
    }
    .school_area_combine_left {
        width: 50%;
        margin-left: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .home_index_center_viedio_icon{
        width: 900px;
        height: 98px;
    }
    .home_to_play{
        width: 98px;
        height: 98px;
    }
    .double_pro_platform_box_right img{
        padding-top: 90px;
        width: 85%;
    }

    /*产品&方案*/
    .comment_system_box_left img {
        margin-top: 23%;
    }
    .cloud_study_space_left img {
        width: 90%;
    }
    .cloud_study_space_txt {
        width: 370px;
        margin-top: 40%;
        margin-left: 90px;
        padding-left: 43px;
        box-sizing: border-box;
    }
    .edu_service_system_txt {
        margin: 30% 0 28% 2%;
    }

    /**新闻案例**/
    .hm_portal_button{
        width: 100%;
    }
    /*经典案例*/
    .case_web {
        margin-right: 25px;
    }
    .case_btn {
        width: 43.5%;
        margin-left: 0;
    }
    .information_technology_one_title i {
        right: 4%;
        top: -10px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
    }
    div.information_technology_lunbo {
        width: 71.5%;
    }
    .information_technology_two_title i {
        left: 6%;
        top: 90px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
    }
    .school_area_combine_right img {
        margin-top: 0px;
        top: 70px;
    }

    .information_technology_lunbo img {
        width: 360px;
    }
    .district_service_left {
        width: 50%;
    }
    .future_construct_right{
        margin-top: 200px;
    }
    .double_pro_both_left,.double_pro_both_right{
        padding: 50px 40px 40px;
    }
    .hm_carousel_box_c {
        padding-top: 36%;
    }
    .hm_right_button,.hm_left_button{
        top: 42%;
    }
}
@media screen and (min-width: 1200px) {
    .district_service {
        margin: 86px 8.5% 0;
    }
    .home_index_center_viedio_icon{
        width: 1062px;
        height: 116px;
    }
    .home_to_play{
        width: 116px;
        height: 116px;
    }

    .double_pro_platform_box_right img{
        padding-top: 50px;
        width: 80%;
    }

    /*经典案例*/
    .case_btn {
        width: 44.9%;
    }
    .future_construct {
        padding: 0 12.5%;
    }
    .information_technology_one_title i {
        right:12.5%;
        top: -20px;
    }
    .information_technology_lunbo img {
        width: 475px;
    }
    .information_technology_two_title i {
        left: 13.5%;
        top: 75px;
        background-size: 100%;
    }
    .school_area_combine_right img {
        top: 0;
        position: relative;
    }
    .school_area_combine {
        padding: 45px 8.4% 0;
    }
    .school_area_combine_left {
        width: 48%;
        margin-left: 5.3%;
    }
    .district_service_left {
        width: 50%;
    }
}
/*pad竖屏屏*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .protal_contian_body{
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
    /**在pad竖屏时的头部处理**/
    .home_index_box_top{
        height: 108px;
        top: -2px;
    }
    .double_pro_container_top{
        height: 425px;
    }
    .home_index_box_top_logo {
        padding-left: 0%;
        text-align: center;
    }
    .home_index_box_top_ul{
        line-height: 38px;
    }
    .protal_contian_body{
    }
    .home_index_top_li:last-child{
        padding-right: 0;
    }

    .hm_ce_list_ecology_right{
        float: left;
        padding-left: 10%;
    }

    .whole_construct_project {
        background: #2fa2fe;
        padding-top: 50px;
    }

    .whole_construct_project_content div{
        margin-top: 20px;
    }
    .hm_carousel_li_im{
        /*height: 200px;*/
    }

    /*产品&方案*/
    .whole_construct_project_tit{
        color: #ffffff;
    }
    .platform_box_left_txt {
        width: 70%;
    }
    .double_pro_platform_box_right img {
        padding-top: 80px;
    }
    .edu_service_system_box_left {
        width: 61%;
        float: left;
        padding-left: 5%;
        box-sizing: border-box;
    }
    .edu_service_system_box_left img{
        margin-top: 0;
    }
    .edu_service_system_box_right{
        width: 84%;
        margin-right: 0%;
    }
    .edu_service_system_txt{
        width: 80%;
    }
    .comment_system_box_txt {
        margin: 39% 2% 0 20%;
        width: 76%;
    }
    .comment_system_box_left img {
        margin-top: 43%;
    }
    .cloud_study_space_left img {
        margin: 44% 0 0 16%;
        width: 90%;
    }
    .cloud_study_space_txt {
        width: 80%;
        margin: 130px 0 0 0;
        padding-left: 60px;
        padding-bottom: 140px;
        box-sizing: border-box;
    }
    .interactive_teach_system_txt{
        width: auto;
    }
    .interactive_teach_system_txt {
        max-width: 80%;
        box-sizing: border-box;
        margin-left: auto;
        margin-top: 50px;
        margin-bottom: 90px;
    }

    .whole_construct_project_content_ul{
        width: 650px;
        margin: auto;
        margin-top: 40px;
    }
    .whole_construct_project_item {
        width: 130px;
        margin-left: 0;
        margin-right: 0;
    }
    /**新闻活动**/
    .hm_holding_form_this_button{
        text-align: center;
    }
    .hm_portal_button{
        width: 96%;
    }
    .hm_holding_form_this{
        padding-top: 120px;
    }
    .interactive_teach_system_right{
        padding-top: 150px;
    }
    /*经典案例*/
    .district_service_left {
        width: 50%;
    }
    .district_service_left img {
        width: 100%;
    }
    .district_service_btn {
        width: 100%;
        padding: 0 12%;
        box-sizing: border-box;
    }
    .case_btn {
        width: 60%;
        margin-right: 0;
        margin-left: 20%;
    }
    .news_report {
        margin-top: 30px;
    }
    .future_construct {
        padding: 0 7%;
    }
    .future_construct_right {
        width: 50%;
        margin-top: 40%;
    }
    .district_service{
        margin-top: 40px;
    }
    .district_service_left{
        margin-top: 60px;
    }
    .district_service_right{
        width: 45%;
        margin-right: 0;
    }
    .future_construct_right img {
        width: 100%;
        height: auto;
    }
    .future_construct_left {
        width: 41%;
        margin-top: 40%;
    }
    .information_technology_one_title i {
        right: 4%;
        top: 0px;
        background-size: 70% 70%;
        background-repeat: no-repeat;
    }
    div.information_technology_lunbo {
        width: 75%;
    }
    .information_technology_lunbo img {
        width: 310px;
    }
    .information_technology_two_title i {
        left: 6%;
        top: 90px;
        background-size: 70% 70%;
        background-repeat: no-repeat;
    }
    .school_area_combine_right {
        position: relative;
    }
    .school_area_combine_right img {
        position: absolute;
        top: 300px;
    }
    .home_index_card_li{
        margin-right: 3%;
        width: 22.5%;
        height: 86px;
        padding: 10px 20px;
    }
    .double_pro_both_left,.double_pro_both_right{
        padding: 44px 30px 30px;
    }
    .page_progress_box_img {
        width: 100%;
    }
    .page_progress_box_img img{
        border-radius: 14px;
    }
    .page_progress_box_li .page_progress_box_img{
        max-height: 115px;
        max-width: 90%;
    }
    .double_pro_cont_both_des{
        line-height: 26px;
    }
    .page_progress_box_left .page_progress_box_li,.page_progress_box_right .page_progress_box_li{
        padding: 50px 40px 40px;
    }
    .page_progress_box .double_pro_cont_both_ti{
        font-size: 18px;
        line-height: 28px;
    }
}
/*pad横屏+竖屏*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home_page_quick{
        top: 420px;
    }
    .center_swipe_right_word{
        font-size: 34px;
        top: 40%;
        left: calc(50% - 250px);
    }
    .center_swipe_right_lop{
        left: calc(50% - 210px);
    }
    .center_swipe_right_login{
        width: 105px;
        height: 40px;
        line-height: 40px;
    }
    .double_pro_container_top{
        height: 425px;
        background-size: 100% 140%;
    }
    .double_pro_viedio{
        width: 80%;
        margin-left: 9%;
    }
    .home_index_card{
        padding: 30px 20px;
    }
    .whole_construct_project .hm_rela_title_this {
        color: #fff;
    }
    .hm_rela_sub_title{
        width: 80%;
    }
    .hm_rela_title_word_into{
        width: 80%;
    }
    /**下载页面**/
    .hm_carousel_box_c{
        padding-top: 40%;
    }
    .page_tab_area_box{
        top: 150px;
    }
    .page_down_scx_left .right{
        margin-right: 20px;
    }
    .page_down_scx_left{
        padding-left: 20px;
    }
    .page_down_model_title{
    }
    .page_down_model_des{
    }
    .page_down_model_qr{
        width: 180px;
        height: auto;
    }
    .page_down_ipad_left,.page_down_ipad_right{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .page_down_pad_img{
        width: 200px;
    }
    .hm_down_sw_saplt{
        height: 530px;
    }
    .page_down_model_qrpad{
        width: 150px;
    }
    .page_down_mob_img {
        width: 180px;
        border-radius: 10px;
    }
    .page_down_ipad_left .page_down_model_right, .page_down_ipad_right .page_down_model_right{
        margin-top: 0;
    }
    .hm_carousel_li{
        min-height: 230px;
    }
    .future_construct_right img {
        width: 100%;
        height: auto;
    }
}
/*移动端适配*/
@media screen and (max-width: 767px) {
    body:before {
        width: 100%;
        height: 100%;
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        background: #fff;
    }

    .animate_hidden {
        opacity: 1;
    }

    .home_index_box_top_logo {
        margin-top: 13px;
    }

    .home_index_box_top_logo img {
        height: 56%;
    }

    .home_index_center_swipe_left {
        display: none;
    }

    .home_index_center_swipe_right {
        width: 100%;
    }

    .center_swipe_right_lop {
        left: 0;
    }

    .center_swipe_right_login {
        width: 94px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .center_swipe_right_word {
        font-size: 30px;
        width: 350px;
        left: calc(50% - 175px);
    }

    .hm_holding_form_this {
        width: 90%;
        padding-top: 70px;
    }

    .hm_holding_form_this_right {
        float: none;
    }

    .menu-area {
        display: none;
    }

    .nav_tab_switch {
        display: block;
    }

    .nav_tab_switch {
        line-height: 56px;
    }

    .home_index_center_viedio_icon {
        width: 320px;
        height: 35px;
    }

    .home_to_play {
        width: 35px;
        height: 35px;
    }

    .video-js .vjs-big-play-button {
        line-height: 1.8em;
        height: 2.1em;
        width: 2.1em;
        margin-top: -1.1em;
        margin-left: -1.05em;
    }

    .vjs-big-play-button .vjs-icon-placeholder {
        font-size: 1.33em;
    }

    .hm_rela_sub_title {
        width: 80%;
    }

    .hm_rela_title_word_into {
        width: 80%;
    }

    /*走进知慧*/
    .hm_ce_list_ecology_right {
        float: left;
        width: 100%;
        text-align: center;

    }
    .double_pro_container_top{
        height: 250px;
    }
    .double_pro_viedio{
        width: 100%;
        border: none;
        border-radius: 0;
        margin-left: 0;
    }
    .hm_ce_list_ecology_right img {
        width: 90%;
    }

    .hm_ce_list_two_fl {
        width: 100%;
    }

    .hm_class_position_topic {
        margin: 0 auto;
        float: none;
    }

    .hm_ce_list_two_fl:first-child {
        margin-bottom: 20px;
    }

    .margin_top_bo_30 {
        padding-top: 20px;
    }

    .hm_ce_list_con_left, .hm_ce_list_con_right {
        padding-left: 10%;
        padding-right: 10%;
    }

    .hm_ce_list_class_right {
        float: none;
        margin: auto;
    }

    .hm_ce_list_class_left {
        float: none;
        margin: auto;
    }

    .media_screen {
        display: none;
    }

    .media_phone {
        display: block;
    }
    .home_solution{
        color: #fff;
    }

    .hm_ce_list_class_right {
        text-align: left;
    }

    .hm_right_button, .hm_left_button {
        /*display: none;*/
    }
    .hm_carousel_box_c{
        padding-top: 40%;
    }
    .hm_carousel_li_im {
        /*height: 150px;*/
        padding-top: 10%;
    }
    .page_tab_area {
        width: 80px;
    }

    .page_down_mob_img {
        width: 80px;
        border-radius: 10px;
    }
    .hm_left_button {
        top: 37%;
        left: 0px;
        font-size: 25px;
    }
    .hm_left_button {
        top: 43%;
        left: 0px;
        font-size: 25px;
    }
    .page_down_right{
        padding-left: 0;
    }
    .hm_right_button {
        right: 0px;
        top: 43%;
        font-size: 25px;
    }
    .page_down_scx_left .right{
        margin-right: 20px;
        padding-right: 0;
    }
    .page_down_scx_left{
        padding-left: 20px;
    }
    .page_down_model_title{
        font-size: 20px;
    }
    .page_down_model_des{
        font-size: 12px;
        line-height: 36px;
    }
    .page_down_model_qr{
        width: 80px;
        height: auto;
    }
    .page_down_ipad_left,.page_down_ipad_right{
        width: 100%;
        margin-bottom: 20px;
    }
    .page_down_pad_img{
        width: 120px;
    }
    .page_down_ipad_left .page_down_model_right, .page_down_ipad_right .page_down_model_right{
        margin-top: 0;
    }
    .hm_carousel_li{
        min-height: 230px;
    }
    .home_index_card_li{
        width: 260px;
        height: 130px;
        float: none;
        padding: 40px;
        margin: 0px auto 20px;
    }
    .home_index_card_li:nth-child(4){
        margin: 0px auto 20px;
    }
    /*产品&方案*/
    .whole_construct_project_tit{
        color: #ffffff;
    }
    .media_phone_xs12{
        width: 100%;
        margin-right: 0;
    }
    .platform_box_left_txt{
        width: 80%;
        padding-top: 50px;
    }
    .double_pro_platform_box_right{
        text-align: center;
    }
    .double_pro_platform_box_right img{
        width: 75%;
    }
    .edu_service_system_box_left img{
        padding-left: 10%;
        margin-top: 4%;
        width: 80%;
    }
    .edu_service_system_box_left{
        position: relative;
        margin: 10% 0;
    }
    .double_pro_edu_service_system_box{
        margin-top: 0;
         padding-bottom: 0px;
    }

    .double_pro_edu_service_system_box .edu_service_system_txt{
        width: 80%;
        margin-left: 10%;
    }

    .add_ccen_width{
        text-align: center;
    }
    .add_ccen_width img {
        width: 73%;
    }
    .comment_system_box_txt{
        margin-top: 50px;
        margin-left: 10%;
    }
    .cloud_study_space_left{
        width: 70%;
        position: relative;
        top: 60px;
    }
    .cloud_study_space_txt{
        margin: 100px 0 40% 10%;
        width: 80%;
    }
    .cloud_study_space{
        margin-top: 42px;
    }
    .interactive_teach_system_txt{
        width: 80%;
        margin: 0 0 20% 10%;
    }
    .interactive_teach_system_right img{
        margin-bottom: 0;
        width: 70%;
        margin-left: 30%;
    }
    .whole_construct_project{
        background: #2fa2fe;
        padding-top: 50px;
    }
    .whole_construct_project_item{
        margin-bottom: 25px;
    }
    .whole_construct_project_footer{
        margin-top: 20px;
    }

    .whole_construct_project_item {
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
    }
    .whole_construct_project_content_ul{
        margin-top: 30px;
    }
    .whole_construct_project_icon img{
        width: 40%;
    }
    .whole_construct_project_desc{
        width: 100px;
    }
    /**关于我们**/
    .double_pro_cont_tbg{
        font-size: 25px;
    }
    .double_pro_cont_bg_word{
        line-height: 26px;
        padding: 50px 22px;
    }
    .double_pro_both_left,.double_pro_both_right{
        padding: 50px 30px 20px;
    }
    .double_pro_cont_both_des{
        line-height: 26px;
    }
    .double_pro_cont_both_ti{
        font-size: 22px;
    }
    /**关于我们结束**/
    /*经典案例*/
    .district_service_img{
        text-align: center;
    }
    .district_service_left{
        margin-top: 0;
    }
    .district_service_img img{
        width: 90%;
    }
    .district_service_btn{
        padding: 0;
        margin-top: 25px;
    }
    .case_btn{
        /*padding: 0 10px;*/
        width: 41%;
        height: 40px;
        line-height: 40px;
    }
    .district_service_right{
        margin-right: 0;
        margin-top: 30px;
    }
    .future_construct_right{
        margin-top: 60px;
        text-align: center;
    }
    .future_construct_right img{
        width: 90%;
        height: auto;
    }

    .future_construct{
        overflow: hidden;
        background: #2fa2fe;
        background-size: 100% 100%;
        height: auto;
    }
    .future_construct_left{
        margin-top: 52px;
        padding-bottom: 72px;
    }
    span.lunbo_btn{
        /*display: none;*/
    }
    div.information_technology_lunbo{
        margin-top: 34px;
        margin-bottom: 42px;
    }
    .district_service{
        margin-top: 30px;
    }
    .school_area_combine_left{
        margin-left: 0;
        padding-top: 30px;
    }

    /*新闻活动*/
    .hm_news_and_activity_li_left{
        position: relative;
        float: none;
    }
    .hm_portal_button{
        width: 100%;
    }
    .hm_news_and_activity_li_right{
        left: 0;
        padding-top: 20px;
    }
    .hm_news_and_activity_contain{
        width: 80%;
    }
    .hm_news_and_activity_cont_ul{
        width: 100%;
    }
    .hm_news_and_activity_li_left.media_phone_xs12{
        width: 86%;
        margin: auto;
    }
    .hm_holding_con{
        padding-bottom: 50px;
    }
    .page_progress_box .double_pro_cont_both_ti{
        font-size: 18px;
        line-height: 28px;
    }
    .page_progress_box_img{
        width: 100%;
    }
    .page_progress_box_img img{
        border-radius: 15px;
    }
    .page_progress_box_timehr{
        height: 3500px;
    }
    .page_progress_box_li .page_progress_box_img{
        max-height: 120px;
    }
    .hm_news_and_activity_lr_title,.typical_case_title,.platform_box_tit,.comment_system_box_tit
    ,.cloud_study_space_tit,.interactive_teach_system_tit,.whole_construct_project_tit,.edu_service_system_tit{
        font-size: 30px;
    }
    .service_system_descli{
        font-size: 15px;
        line-height: 30px;
    }
    .hm_holding_form_this_fill input{
        width: 96%;
        height: 46px;
        line-height: 46px;
    }
    .hm_down_sw_saplt{
        padding-top: 0;
    }
    .edu_service_system_desc{
        margin-bottom: 100px;
    }
    .hm_holding_form_this_button{
        text-align: center;
    }
    .hm_holding_form_this .hm_portal_button{
        width: 96%;
        height: 46px;
        line-height: 46px;
    }
    .hm_holding_form{
        background-size: 80px;
    }
    .bg_left_yuandian,.bg_yuandian_left{
        background-size: 40px;
    }
    .footer-box .footer-container{
        width: 68%;
    }
    .footer-box .footer-container .footer-list:nth-child(2) {
        position: static;
    }
    .footer-box .footer-container .footer-list:nth-child(3){
        float: left;
    }
}
