img {
    display: block;
}

.item_conter {
    width: 100%;
    overflow: hidden;
}

.item_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item_img .img_img {
    width: 100%;
    display: block;
}

.item_text {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.item_text_left {
    width: 50%;
    float: left;
}

.funvok {
    margin-top: 24%;
}

.funvok .funvok_text {
    width: 83%;
}

.funvok .funvok_text h3 {
    font-size: 42px;
    color: #FEFEFE;
    margin-bottom: 10%;
}

.funvok .funvok_text p {
    color: #FEFEFE;
    font-size: 18px;
    line-height: 30px;
}

.fukouhao {
    width: 435px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 18px;
    background: rgba(255, 255, 255, .2);
    margin-top: 8%;
    color: #fff;
    padding-left: 60px;
    /* margin-bottom: 50px; */
}

.fukouhao {
    width: 224px;
    padding-left: 50px;
}

.fukouhao h3 {
    font-size: 18px;
    font-weight: normal;
    display: inline;
}

.fukouhao h3 span {
    float: left;
}

.fukouhao h3 {
    font-size: 18px;
    font-weight: normal;
    display: inline;
}

.fukouhao h3::after {
    content: "·";
    font-size: 30px;
    margin: 0 10px;
    float: left;
}

.clearfix:after {
    line-height: 0;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.fukouhao h3:last-child::after {
    content: "";
}

.item_text_right {
    float: left;
    width: 50%;
}

.item_text_right .text_img {
    margin-top: 22%;
}

.item_text_right .text_img img {
    max-width: 100%;
}

/* 教务管理系统 */
.item2_conter {
    width: 100%;
    overflow: hidden;
}

.item2_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item2_img .item2_iag {
    width: 100%;
    overflow: hidden;
}

.item2_img .item2_iag img {
    width: 100%;
    overflow: hidden;
}

.item2_main {
    width: 80%;
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main_title {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 4%;
}

.main_title h3 {
    font-size: 36px;
    color: #252525;
}

.item2_text {
    width: 50%;
    float: right;
    overflow: hidden;

}

.item2_text .text_p {
    width: 90%;
    margin-top: 6%;
}

.item2_text p {
    color: #868686;
    font-size: 18px;
    line-height: 44px;
}

.item2_text p span {
    color: #252525;
    font-size: 18px;
    line-height: 44px;
}

.item2_left {
    width: 50%;
    float: left;
}

.item2_post {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    padding-top: 2%;
    padding-bottom: 4%;

}

.item2_post .img_bj {
    max-width: 100%;
    margin: 0 auto;
}

.item2_abu {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.item2_abu .span1 {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.item2_abu .span1 img {
    margin: 0 auto;
    max-width: 100%;
}

.yuanquna {
    position: absolute;
    top: 38%;
    left: 39%;
    border-radius: 20px;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.yuanquna p {
    font-size: 18px;
    color: #2F3138;
    padding: 10px 15px;
}



@-webkit-keyframes rotation1 {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}

.span1 img {

    -webkit-transform: rotate(360deg);

    animation: rotation1 4s linear infinite;

    -moz-animation: rotation1 4s linear infinite;

    -webkit-animation: rotation1 4s linear infinite;

    -o-animation: rotation1 4s linear infinite;

}

/* 系统优势 */
.youshi_conter {
    width: 100%;
    overflow: hidden;
}

.youshi_main {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5%;
    padding-bottom: 5%;
}

.yushi_title {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;

    margin-bottom: 5%;
}

.yushi_title h3 {
    font-size: 36px;
    color: #252525;
    margin-bottom: 10px;
}

.yushi_title span {
    color: #868686;
    font-size: 18px;
}

.youshi_con {
    width: 100%;
    /* overflow: hidden; */
}

.youshi_con ul li {
    width: calc(100% / 4);
    float: left;

    /* overflow: hidden; */
}

.youshi_con ul li .item3_li {
    padding: 0 15px;

}

.item3_li_li {
    padding: 16% 19%;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0px 3px 18px 3px rgba(136, 136, 136, 0.1);

}

.youshi_con ul li .item3_li .item3_img {
    width: 100%;
    position: relative;
}

.youshi_con ul li .item3_li .item3_img img {
    margin: 0 auto;
    margin-bottom: 16%;
}

.youshi_con ul li .item3_li .item3_text {
    width: 100%;
    overflow: hidden;
}

.youshi_con ul li .item3_li .item3_text h5 {
    font-size: 18px;
    color: #262626;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.youshi_con ul li .item3_li .item3_text p {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}

.item3_img:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 200px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 100px;
    }
}

.item3_img img {

    /* 设置图片跳动动画 */
    animation: jump 3s ease infinite;

}

@keyframes jump {
    0% {
        transform: translateY(0) scale(1, 1);
    }

    /* 中间状态图片位移并且拉伸 */
    50% {
        transform: translateY(-10px) scale(0.97, 1.03);
    }

    100% {
        transform: translateY(0) scale(1, 1);
    }
}

/* /综合服务管理系统{} */

.zonghe_conter {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zonghe_img {
    width: 100%;
    overflow: hidden;
}

.zonghe_img img {
    width: 100%;
    overflow: hidden;
}

.zonghe_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding-top: 5%;
}

.zonghe_title {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 4%;
}

.zonghe_title h3 {
    font-size: 36px;
    color: #fff;
}

.zonghe_ul {
    width: 100%;
    overflow: hidden;
}

.zonghe_ul ul li {
    width: calc(100% / 7);
    float: left;
}

.zonghe_ul ul li .zonghe_text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zonghe_ul ul li .zonghe_text h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.zonghe_ul ul li .zonghe_text p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* 轮播 */
.lunbo {
    width: 80%;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.lunbo .lunbo_img {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.lunbo .lunbo_img img {
    width: 100%;
}


/* 信息化管理模式 */
.xinxiha_conter {
    width: 100%;
    overflow: hidden;
}

.xinxi_item {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xinxi_img img {
    width: 100%;
    overflow: hidden;
}

.xinxi_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding-top: 4%;
}

.xinxi_left {
    width: 50%;
    float: left;
}

.xinxi_p {
    width: 70%;
    padding-top: 24%;

}

.xinxi_p p {
    color: #868686;
    font-size: 18px;
    line-height: 44px;
}

.xinxi_title {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 4%;
}

.xinxi_title h3 {
    text-align: center;
    font-size: 36px;
    color: #252525;
}

.xinxi_right {
    width: 50%;
    float: right;
    overflow: hidden;
    margin-top: 6%;
}

.xinxi_right_img img {
    max-width: 100%;
}

/* <!-- 资源与信息共享 --> */

.gognxing_conter {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gongxing_img {
    width: 100%;
    overflow: hidden;
}

.gongxing_img img {
    width: 100%;
    overflow: hidden;
}

.gongxing_item {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gognxi_title {
    width: 100%;
    padding: 0 15px;
    margin-top: 4%;
    margin-bottom: 4%;
}

.gognxi_title h3 {
    color: #092B49;
    font-size: 36px;
    text-align: center;
}

.gongx_text {
    width: 100%;
    overflow: hidden;
}

.gongxing_left {
    width: 51%;
    float: left;
    overflow: hidden;
    margin-top: 3%;
}

.gongxing_left img {
    max-width: 100%;
    float: right;
}

.gognxing_right {
    width: 49%;
    float: right;
    overflow: hidden;
}

.gongxing_p {
    width: 70%;
    margin-top: 16%;
    margin-left: 18%;

}

.gongxing_p p {
    color: #252525;
    font-size: 18px;
    line-height: 44px;
    /* text-indent: 2em; */
}

/* 移动端便捷办公 */

.yidong_conter {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yidong_tiem {
    width: 100%;
    overflow: hidden;
}

.yidong_tiem img {
    width: 100%;
}

.yidong_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

.yidong_title {
    width: 100%;
    padding: 15px;
    margin-top: 3%;
    /* margin-bottom: 4%; */

}

.yidong_title h3 {
    font-size: 36px;
    color: #252525;
    text-align: center;
}

.yd_main {
    width: 100%;
    overflow: hidden;
}

.yd_left {
    width: 50%;
    float: left;
}

.yd_left .yd_t {

    padding: 10px 15px;
}

.yd_left .yd_t span {
    background: rgba(255, 149, 12, 1);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
}
.yd_left .yd_t span {
    -webkit-animation: twinking 2s infinite .9s ease-in-out alternate;
    animation: twinking 2s infinite .9s ease-in-out alternate;
}

@-webkit-keyframes twinking {
    0% {
        opacity: 0.5;

    }

    100% {
        opacity: 1;

    }
}
@keyframes twinking {
    0% {
        opacity: 0.5;

    }

    100% {
        opacity: 1;

    }
}

.yd_left .wenzi {
    width: 100%;
    padding: 0 15px;
}

.yd_t.yd_1,
.yd_t.yd_3,
.yd_t.yd_4 {
    margin-top: 10%;
}

.yd_t.yd_2 {
    margin-top: 10%;
    margin-left: 20%;
}

.yd_t.yd_3 {

    margin-left: 12%;
}

.yd_t.yd_4 {

    margin-left: 22%;
}

.yd_right {
    width: 50%;
    float: right;
    position: relative;
    /* margin-top: 2%; */
}

.yd_right_img {
    padding-left: 8%;
    z-index: 1;
}

.yd_right_img img {
    max-width: 100%;
}

.yd_bj1 {
    position: absolute;
    bottom: -2%;
    left: 13%;
    ;
}



.yd_bj1:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 400px;
    height: 15px;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 300px;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 300px;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 300px;
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 120px;
        top: 300px;
    }
}

.yd_right_img img {

    /* 设置图片跳动动画 */
    animation: jump 3s ease infinite;

}

@keyframes jump {
    0% {
        transform: translateY(0) scale(1, 1);
    }

    /* 中间状态图片位移并且拉伸 */
    50% {
        transform: translateY(-10px) scale(0.97, 1.03);
    }

    100% {
        transform: translateY(0) scale(1, 1);
    }
}

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
    }

}

.yd_bj1 img {

    -webkit-transform: rotateY(360deg);

    animation: rotation 8s linear infinite;

    -moz-animation: rotation 8s linear infinite;

    -webkit-animation: rotation 8s linear infinite;

    -o-animation: rotation 8s linear infinite;

}



/* 系统化管理 */
.xitong_conter {
    width: 100%;
    overflow: hidden;
}

.xitong_main {
    width: 80%;
    margin: 0 auto;
    padding: 4% 0;

}

.xitong_title {
    width: 100%;
    overflow: hidden;

}

.xitong_title h3 {
    font-size: 36px;
    color: #252525;
    padding: 0 15px;
    text-align: center;

}

.xitong_ul {
    width: 100%;
    overflow: hidden;
    padding-top: 2%;
}

.xitong_ul ul li {
    width: calc(100% / 3);
    overflow: hidden;
    float: left;
}

.xitong_ul ul li .ul_de {
    padding: 0px 28px;
    padding-top: 18px;

}

.xitong_ul ul li .ul_de .dt_dt {
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

.xitong_ul ul li .ul_de:hover .dt_dt {
    border-bottom: 2px solid #264DF3;
}

.xitong_ul ul li .ul_de h3 {
    color: #252525;
    font-size: 20px;
    line-height: 44px;
}

.xitong_ul ul li .ul_de p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.ul_de_icon1::before {
    content: url(../images/ic1.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon2::before {
    content: url(../images/ic2.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon3::before {
    content: url(../images/ic3.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon4::before {
    content: url(../images/ic4.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon5::before {
    content: url(../images/ic5.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon6::before {
    content: url(../images/ic6.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon7::before {
    content: url(../images/ic7.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon8::before {
    content: url(../images/ic8.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.ul_de_icon9::before {
    content: url(../images/ic9.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

/* 高效完善的实施服务 */
.gaoxiao_icon1::before {
    content: url(../images/ic10.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.gaoxiao_icon2::before {
    content: url(../images/ic11.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.gaoxiao_icon3::before {
    content: url(../images/ic16.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.gaoxiao_icon4::before {
    content: url(../images/ic12.png);
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.gaoxiao_conter {
    width: 100%;
    overflow: hidden;
    background: url(../images/ic13.png) no-repeat center;
    /* background-size: 100%; */
}

.gaoxaio_main {
    margin: 0 auto;
    width: 80%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.gaoxiao_title {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.gaoxiao_title h3 {
    font-size: 36px;
    color: #2F3138;
    text-align: left;
}

.gaoxiao_text {
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
}

.gaoxiao_text ul li {
    width: calc(100% / 4);
    float: left;

    overflow: hidden;
}

.gaoxiao_text ul li .gaoxaip_div {
    padding: 15px 15px;

}

.gaoxiao_text ul li .gaoxaip_div .div_tie {

    border: 1px solid #FED087;
    border-radius: 30px;
    padding: 40px 64px;
}

.gaoxiao_text ul li .gaoxaip_div h3 {
    text-align: center;
    color: #252525;
    font-size: 20px;
    margin-bottom: 20px;
}

.gaoxiao_text ul li .gaoxaip_div p {
    color: #868686;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

/* 底部 */

footer {
    background-color: #24252A;
    width: 100%;
    overflow: hidden;
}

.footer_conter {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    margin-top: 4%;
    margin-bottom: 2%;
}

.footer_left {
    width: 30%;
}

.footer_cont {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.footer_right {
    width: 30%;
}

.footer_left h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6%;
}

.footer_left p {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 30px;
}

.footer_cont h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6%;
}

.footer_cont p {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 30px;
}

.conte_img img {
    max-width: 100%;
    margin: 0 auto;
}

.footer_right a {
    color: #A1A1A1;
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.footer_right p {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 30px;
}

.footer_tih {
    display: flex;
    justify-content: center;
}

.top_tor {
    width: 50%;
    padding-right: 4%;

}

.zhongjian {
    width: 94%;
}

.conte_img {
    width: 50%;
}

.wenzi_left {
    width: 70%;
}

.tirht_r {
    padding: 0 20%;
}

.tirht_r .img_ti {
    margin-bottom: 12%;
}

.fr {
    display: none;
}

@media (max-width:1680px) {

    .item3_li_li {
        padding: 16% 14%;
    }
}

@media (max-width:1600px) {

    .zonghe_ul ul li .zonghe_text {
        padding: 10px;
    }
}

@media (max-width:1440px) {

    .funvok .funvok_text h3 {
        font-size: 36px;
    }

    .zonghe_ul ul li .zonghe_text {
        padding: 4px;
    }

    .funvok {
        margin-top: 19%;
    }

    .item_text_right .text_img {
        margin-top: 19%;
    }

    .main_title h3,
    .zonghe_title h3,
    .zonghe_title h3,
    .xinxi_title h3,
    .gognxi_title h3,
    .yidong_title h3,
    .xitong_title h3,
    .gaoxiao_title h3 {
        font-size: 30px;
        /* color: #252525; */
    }

    .xitong_ul ul li .ul_de .dt_dt {
        height: 110px;
    }

    .gongxing_left {
        width: 44%;
    }

    .item2_post {
        padding-top: 0%;
    }

    .item2_abu {
        position: absolute;
        top: -16px;
    }

    .item2_main {
        top: 12%;
    }

    .item3_li_li {
        padding: 16% 12%;
    }

    .xinxi_p {
        width: 70%;
        padding-top: 19%;
    }

   

    .yd_t.yd_2,
    .yd_t.yd_3,
    .yd_t.yd_4 {
        margin-top: 7%;
    }

    .yd_bj1 img {
        width: 88%;
    }



    .yd_right_img img {
        max-width: 86%;
    }

    .yd_left .yd_t span {
        font-size: 18px;
    }

    .gaoxiao_text ul li .gaoxaip_div .div_tie {
        border: 1px solid #FED087;
        border-radius: 30px;
        padding: 40px 14px;
    }

    .zonghe_main,
    .item_text,
    .item2_main,
    .youshi_main,
    .zonghe_main,
    .zonghe_main,
    .xinxi_text,
    .gongxing_item,
    .yidong_main,
    .xitong_main,
    .gaoxaio_main,
    .footer_conter {
        width: 1200px;
    }
}

@media (max-width:1400px) {

    .item3_li_li {
        padding: 16% 9%;
    }

    .wenzi_left {
        width: 77%;
    }
}

@media (max-width:1366px) {
    .yd_right {
        top: -37px;
    }

    .xinxi_right {
        margin-top: 0;
    }

    .zonghe_ul ul li .zonghe_text {
        padding: 5px;
    }

    .xinxi_p {
        width: 70%;
        padding-top: 12%;
    }

    .gongxing_left {
        margin-top: 0;
    }

    .gongxing_p {
        margin-top: 12%;
    }
}

@media (max-width:1290px) {

    .zonghe_main,
    .item_text,
    .item2_main,
    .youshi_main,
    .zonghe_main,
    .zonghe_main,
    .xinxi_text,
    .gongxing_item,
    .yidong_main,
    .xitong_main,
    .gaoxaio_main,
    .footer_conter {
        width: 1179px;
    }

    .yd_right_img img {
        max-width: 80%;
    }

    .yd_bj1 img {
        width: 75%;
    }

    .gongxing_left {
        margin-left: 84px;
        width: 41%;
    }

    .gongxing_p {
        margin-top: 8%;
    }

    .item_text_right .text_img {
        margin-top: 14%;
    }

    .item2_post .img_bj {
        max-width: 46%;
        margin: 0 auto;
    }

    .item2_abu .span1 img {
        margin: 0 auto;
        max-width: 51%;
    }
}

@media (max-width:1024px) {

    .zonghe_main,
    .item_text,
    .item2_main,
    .youshi_main,
    .zonghe_main,
    .zonghe_main,
    .xinxi_text,
    .gongxing_item,
    .yidong_main,
    .xitong_main,
    .gaoxaio_main,
    .footer_conter {
        width: 980px;
    }

    .funvok .funvok_text h3 {
        font-size: 30px;
    }

    .funvok {
        margin-top: 10%;
    }

    .item_text_right .text_img img {
        max-width: 91%;
    }

    .funvok .funvok_text h3 {
        margin-bottom: 6%;
    }

    .funvok .funvok_text p {
        font-size: 16px;
    }

    .yuanquna p {
        font-size: 16px;
    }

    .main_title h3,
    .zonghe_title h3,
    .zonghe_title h3,
    .xinxi_title h3,
    .gognxi_title h3,
    .yidong_title h3,
    .xitong_title h3,
    .gaoxiao_title h3 {
        font-size: 24px;
        /* color: #252525; */
    }

    .yuanquna {
        position: absolute;
        top: 31%;
        left: 33%;
    }

    .item2_text p,
    .item2_text p span,
    .xinxi_p p,
    .gongxing_p p {
        font-size: 16px;
        line-height: 30px;
    }

    .youshi_con ul li .item3_li .item3_text p {
        font-size: 14px;
    }

    .yd_left .yd_t span {
        font-size: 16px;
    }

    .yd_t.yd_2,
    .yd_t.yd_3,
    .yd_t.yd_4 {
        margin-top: 5%;
    }

    .xitong_ul ul li .ul_de .dt_dt {
        height: 134px;
    }

    .gaoxiao_text ul li .gaoxaip_div .div_tie {
        height: 146px;
    }
}

@media (max-width:980px) {

    .fukouhao {
      
        padding-left:40px;
        /* margin-bottom: 50px; */
    }

    .zonghe_main,
    .item_text,
    .item2_main,
    .youshi_main,
    .zonghe_main,
    .zonghe_main,
    .xinxi_text,
    .gongxing_item,
    .yidong_main,
    .xitong_main,
    .gaoxaio_main,
    .footer_conter {
        width: 90%;
    }

    .item_text_logo {
        width: 80%;
    }

    .item_text_logo img {
        width: 100%;
    }

    .funvok .funvok_text h3 {
        font-size: 18px;
    }

    .item_img .img_img {
        display: none
    }

    .yushi_title span {
        font-size: 16px;
    }

    .zonghe_main,
    .item_text,
    .item2_main,
    .youshi_main,
    .zonghe_main,
    .zonghe_main,
    .xinxi_text,
    .gongxing_item,
    .yidong_main,
    .xitong_main,
    .gaoxaio_main,
    .footer_conter {
        position: initial;
        padding-top: 24px;
        overflow: hidden;
    }

    .item_conter {
        background: linear-gradient(81deg, rgba(48, 37, 181, 1), rgba(22, 127, 221, 1));
    }

    .funvok,
    .funvok .funvok_text,
    .item_text_right,
    .item_text_left {
        width: 100%;
    }

    .item_text_right .text_img {
        margin-top: 12%;
        margin-bottom: 6%;
    }

    .item2_iag {
        display: none;
    }

    .item2_conter {
        background: #F8FBFF;
    }

    .item2_abu {
        /* position: initial; */
        width: 100%;
    }

    .item2_left,
    .item2_text {
        width: 100%;
    }

    .item2_post {
        padding-top: 7%;
    }

    .item2_post .img_bj {
        max-width: 66%;
        margin: 0 auto;
    }

    .item2_abu .span1 img {
        margin: 0 auto;
        max-width: 73%;
    }

    .item2_abu {
        position: absolute;
        top: 12px;
    }

    .item2_text .text_p {
        width: 100%;
        margin-bottom: 8%;
    }

    .yuanquna {
        position: absolute;
        top: 39%;
        left: 25%;
    }

    .youshi_con ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .youshi_con ul li .item3_li .item3_img {
        width: 30%;
        float: left;
    }

    .item3_li_li {
        padding: 15px 0;
    }

    .youshi_con ul li .item3_li {
        padding: 0 2px;
    }

    .youshi_con ul li .item3_li .item3_text {
        width: 70%;
        padding-right: 10px;
    }

    .youshi_con ul li .item3_li .item3_text h5 {
        text-align: left;
    }

    .youshi_con ul li .item3_li .item3_text p {
        text-align: left;
    }

    .item3_li_li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .youshi_con {
        overflow: hidden;
    }

    .youshi_con ul li .item3_li .item3_text h5 {
        margin-bottom: 10px;
    }

    .zonghe_img,
    .xinxi_img,
    .gongxing_img,
    .yidong_tiem {
        display: none;
    }

    /* .zonghe_title h3,.zonghe_ul ul li .zonghe_text h3,.zonghe_ul ul li .zonghe_text p{
color: #252525;
    } */
    .lunbo {
        position: initial;
        width: 100%;
        margin-top: 10%;
    }

    .zonghe_ul ul li {
        width: 50%;
        float: left;
        margin-top: 10px;
        height: 100px;
    }

    .lunbo .lunbo_img {
        width: 90%;
    }

    .zonghe_conter {
        background-color: #2F3138;
    }

    .xinxi_p,
    .xinxi_right,
    .xinxi_left,
    .gongxing_left,
    .gognxing_right {
        width: 100%;
    }

    .zonghe_ul ul li .zonghe_text p {
        text-align: left;
    }

    .xinxi_p {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .xinxi_right {
        margin: 4% 0;

    }

    .gognxing_conter {
        background-color: #F8FBFF;
    }

    .gongxing_left {
        margin-left: 0;
    }

    .gongxing_p {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4%;
    }

    .yd_left {
        width: 100%;
    }

    .yd_right {
        position: initial;
        width: 100%;
        margin-top: 16%;
        margin-bottom: 4%;
    }

    .yd_t.yd_2,
    .yd_t.yd_3,
    .yd_t.yd_4 {
        margin-top: 0%;
    }

    .yd_t.yd_2,
    .yd_t.yd_3,
    .yd_t.yd_3,
    .yd_t.yd_4 {
        margin-left: 0%;
    }

    .yd_left .yd_t span {
        width: 100%;
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .yd_left .wenzi {
        padding: 0;
    }

    .yd_right_img {
        padding: 0;
    }

    .yd_right_img img {
        max-width: 100%;
    }

    .yd_bj1 {
        left: 0;
    }

    .yd_bj1 img {
        width: 100%;
    }

    .xitong_ul ul li .ul_de .dt_dt {
        height: auto;
    }

    .xitong_ul ul li {
        width: 100%;
        margin-bottom: 24px;
    }

    /* .xitong_ul ul li:last-child{
        width: 100%;
    }
    .xitong_ul ul li:last-child .ul_de p{
        text-align: center;
        
    } */
    .xitong_ul ul li .ul_de {
        padding: 0 0px;
    }

    .gaoxiao_text ul li .gaoxaip_div {
        padding: 0 0px;
    }

    /* .gaoxiao_text ul li:nth-child(odd) .gaoxaip_div{
        padding-right:8px;
    }
   .gaoxiao_text ul li:nth-child(even) .gaoxaip_div{
        padding-left:8px;
    } */
    .xitong_ul ul li .ul_de h3 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .gaoxiao_text ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .gaoxiao_text ul li .gaoxaip_div h3 {
        font-size: 18px;
    }

    .gaoxiao_text ul li .gaoxaip_div .div_tie {
        height: auto;
    }

    .gaoxiao_text ul li .gaoxaip_div .div_tie {
        padding: 25px 32px;


    }

    .xitong_ul ul li .ul_de .dt_dt {
        padding-bottom: 24px;
    }

    .gaoxiao_title {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .footer_left {
        display: none;
    }

    .footer_right {
        float: left;
        width: 100%;
    }

    .footer_cont {
        float: right;
        width: 100%;
        /* margin-top: 24px; */
    }

    .footer_conter {
        display: block;
    }

    .conte_img {
        display: none;
    }

    .top_tor,
    .zhongjian {
        width: 100%;
        padding: 0;
    }

    .tirht_r {
        padding: 0px;
    }

    .footer_conter {
        margin-bottom: 0;
        margin-top: 0px;

    }

    .fr {
        display: block;
    }

    .fl .img_ti,
    .fl a {
        display: none;
    }

    .footer_right a {
        /* font-size: 16px; */
    }

    .tirht_r .img_ti {
        margin-bottom: 6%;
    }

    .footer_cont h3 {
        display: none;
    }

    .xitong_main {
        padding-bottom: 0px;
    }

    .youshi_con ul li .item3_li .item3_img img {
        margin-bottom: 0;
    }

    .zonghe_ul ul li .zonghe_text {
        padding: 4px;
    }

    .main_title h3,
    .zonghe_title h3,
    .zonghe_title h3,
    .xinxi_title h3,
    .gognxi_title h3,
    .yidong_title h3,
    .xitong_title h3,
    .gaoxiao_title h3 {
        font-size: 24px;
        /* color: #252525; */
        margin-bottom: 15px;
    }

    .yd_t.yd_1 {
        margin-top: 0;
    }

    .xitong_ul ul li .ul_de p {
        text-align: center;
    }

    .gaoxiao_text {
        margin-top: 0;
    }

    .zonghe_ul ul li .zonghe_text h3 {
        font-size: 18px;
    }
    .fukouhao {
      
        padding-left:40px;
        /* margin-bottom: 50px; */
        width: 74%;
        font-size: 16px
    }
    .fukouhao h3::after {
    content: "·";
    font-size: 30px;
    margin: 0 5px;
    float: left;
}
}