.wrap{
    width: 75%;
    margin: auto;
}
.banner img{
    width: 100%;
}
.mo-banner{
    display: none;
}
.index-pro-item img{
    width: 100%;
}
.contact-conent{
    width: 50%;
}
.contact-conent img{
    max-width: 100%;
}
footer{
    background-color: rgba(68, 68, 68, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
.footer-contain{
    width: 90%;
    margin: auto;
}
.mo-footer-container{
    display: none;
}
.footer-left-top{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
}
.footer-left-top h2{
    margin: 0;
    margin-right: 20px;
}
.footer-left-top img{
    margin-top: 10px;
}
.footer-call-contain{
    display: flex;
}
.footer-left-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-welcome{
    color: #D3D3D3;
    font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
    margin: 0;
}
.footer-tel{
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
}
.footer-info-contain{
    color: #D3D3D3;
    font-size: 14px;
}
.top-footer .footer-info-contain a{
    color: #D3D3D3;
}
.top-footer{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.top-footer a{
    color: #333333;
}
.footer-cate-header{
    font-weight: bold;
    margin: 20px auto;
    position: relative;
    font-size: 28px;
}
.footer-cate-header:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.footer-left{
    width: 60%;
    position: relative;
}

.footer-right{
    width: 40%;
}
.footer-wxqr{
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 65%;
}
.footer-wxqr:before{
    content: "";
    position: absolute;
    left: -15%;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #b2b1b1;
}
.wxqr-contain{
    display: flex;
    justify-content: space-around;
}
.wxqr-tip{
    margin-left: 10%;
}
.wxqr-tip h2{
    font-size: 18px;
}
.footer-cate{
    margin-bottom: 30px;
}
.footer-cate p{
    color: #fff;
}
.footer-cate ul{
    display: flex;
}
.footer-cate .info-list{
    flex-flow: column;
}
.footer-cate li{
    color: #fff;
    margin-bottom: 10px;
    margin-right: 5%;
}
.footer{
    color: #333333;
    text-align: center;
}
.footer p{
    margin: 0;
    padding: 10px;
}
.footer a{
    color: #D3D3D3;
}
.footer-logo{
    margin: 20px auto;
}
.bottom-footer{
    font-size: 14px;
    color: #b4b4b4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-footer a{
    color: #D3D3D3;
}
.header-top-container{
    background-color: rgba(0, 36, 117, 1);
    height: 37px;
}
.header-top-contain{
    color: #fff;
    height: 37px;
    margin: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-right .help-tel{
    margin-right: 20px;
}
.header-top-right a{
    margin-right: 5px;
}
.header-top-contain p{
    margin: 0;
}
.header-top-right{
    display: flex;
    align-items: center;
}
.header-top-right a{
    color: #fff;
}
.header-contain{
    background: #fff;
    border: 0;
    position: relative;
    z-index: 2;
    /*-webkit-box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);*/
    /*-moz-box-shadow: inset 0 -1px 0 #fff,0 2px 2px rgba(0,0,0,.25);*/
    /*box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);*/
}
.mo-header-contain{
    background: #fff;
    border: 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 -1px 0 #fff,0 2px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 #fff, 0 2px 2px rgba(0,0,0,.25);
    display: none;
}
.wx-contain{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-contain .navbar{
    width: 50%;
    height: 100%;
}
.btn-navbar{
    display: none;
}
.navbar-container{
    display: flex;
}
.navbar-container .nav-collapse{
    width: 100%;
}
.nav-collapse .nav{
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.nav-collapse .nav li{
    text-align: center;
    width: 20%;
}
.nav-collapse .nav li:hover{

}
.nav-collapse .nav li .out{
    position: absolute;
    top: 0;
}
.nav-collapse .nav li .over{
    position: absolute;
    top: -80px;
    color: #fff;
    background-color: #003488;
}
.nav-contain{
    display: none;
    position: absolute;
    background-color: #212121;
    width: 100%;
    left: 0;
}
.nav .dropdown-menu{
    display: flex;
    justify-content: space-around;
}
.nav-collapse .dropdown-menu .megamenu-header{
    color: #9e9e9e;
}
.dropdown-menu .nav-list{
    display: flex;
    flex-flow: column;
}
.nav-collapse .nav-list .nav-item a{
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav-item a:after{
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 49%;
    left: -25px;
}
.nav-collapse .nav li span{
    display: block;
    width: 100%;
    font-size: 16px;
}
.nav-collapse .nav li a{
    display: block;
    color: #5e5e5e;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.nav-collapse .nav li:hover .over{
    animation-name: outmove;
    animation-duration: 1s;
    animation-fill-mode:forwards
}

.nav-collapse .nav .cur a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
}
.index-pro-contain{
    margin-top: 50px;
}
.banner-list{
    position: absolute;
    margin: auto;
    display: flex;
}
.search-container{
    margin-top: 100px;
}
.search-container .index_input{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 80%;
    height: 40px;
    margin-bottom: 50px;
}
.search-contain .searchBtn{
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.page-thumb{
    position: relative;
}
.mo-page-thumb{
    display: none;
}
.thumb-info-contain{
    position: absolute;
    left: 10%;
    background: rgba(0, 126, 212, 0.6);
    bottom: 0;
    width: 300px;
    height: 160px;
}
.thumb-info-catname{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 40px;
    padding-left: 40px;
    padding-top: 30px;
    font-weight: bold;
}
.thumb-info-catname:before{
    content: url(../images/zsqjt.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 30px;
}
.catename-h4{
    text-align: center;
}
.thumb-info-catname:after{
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 80px;
    left: 40px;
    background: #fff;
}
.thumb-info-title{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-left: 40px;
    margin-top: 28px;
}
.catpos-container{
    background: #eeeeee;
}
.mo-catpos-container{
    display: none;
}
.catpos-contain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.catpos-contain .pos{
    display: flex;
}
.catpos-contain .iconfont img{
    width: 20px;
    margin-right: 5px;
}
.pos a{
    color: #007ed4;
}
.index-about-container{
    display: flex;
}
.index-about-img{
    width: 50%;
}
.index-about-text{
    width: 50%;
    background: #013684;
    color: #fff;
    padding: 3% 5%;
    text-align: left;
}
.index-about-text .title{
    font-size: 38px;
    position: relative;
}
.index-about-text .title:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -10px;
}
.index-about-text .name{
    font-size: 30px;
    margin: 50px 0;
}
.index-about-text p{
    margin: 30px 0;
}
.index-about-container img{
    width: 100%;
}
.index-about-contain{
    padding: 2%;
    border-radius: 2%;
    background: rgba(255,255,255,.5);
    font-size: 16px;
    line-height: 24px;
}
.index-about-contain img{
    width: 100%;
}

.index-about-desc{
    text-align: left;
    line-height: 26px;
    letter-spacing: 2px;
    padding: 10px;
}

.page-container{
    min-height: 600px;
}
.page-container img{
    max-width: 100%;
}
.page-container .title{
    margin: 20px auto;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 20px;
}
.message-container .title{
    margin: 20px auto;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 20px;
}
.message-container{
    font-weight: normal;
    font-size: 14px;
}
.message-container tr{
    margin-bottom: 10px;
}
.next-container{
    text-align: center;
    margin: 2% auto;
}
.index-next-contain{
    background-image: url("../images/index-pro-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
    position: relative;
    margin-top: 30px;
}
.index-next-title{
    position: absolute;
    background: #000;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    padding: 5px;
    border-radius: 5px;
    top: -10px;
}
.index-next-desc{
    color: #fff;
    margin: 20px auto;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow:5px 2px 6px #000;
}
.index-new-container{
    margin: 50px auto;
    text-align: center;
}
.index-new-container .title{
    text-align: left;
}
.index-new-container .catdir{
    font-size: 24px;
}
.index-new-list{
    display: flex;
    align-items: center;
    margin: 20px auto;
}
.index-createtime{
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.index-new-list li{
    width: 30%;
    margin-right: 1%;
    text-align: left;
}
.index-new-list .index-article-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #14191e;
    font: bold 14px/18px "Microsoft Yahei",Tahoma,Arial,sans-serif;
    font-weight: bold;
}
.index-article-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #b4bbbf;
    font: 12px/18px "Microsoft Yahei","微软雅黑",Tahoma,Arial,sans-serif;
    margin: 8px 0;
    height: 36px;
}
.index-new-list li a{
    color: #000;
}
.index-new-list img{
    width: 100%;
}
.index-new-list p{
    margin: 10px 0;
    position: relative;
}
.index-article-create{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    font-weight: 400;
    white-space: nowrap;
    font-size: 12px;
}
.index-pro-cate{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-pro-cate a{
    color: #707070;
}


/*首页产品*/
.index-pro-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
    justify-content: space-around;
    position: relative;
}
.index-pro-list li {
    width: 18%;
    text-align: center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next1{
    left: -30px!important;
    outline: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev1{
    right: -30px!important;
    outline: none;
}
.product-tip{
    background-color: rgba(217,217,217,1);
    padding: 10px;
    color: rgba(102,102,102,1);
}
.index-product-server-contain{
    background-image: url("../images/zjbvve.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.index-product-server{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 50px 0;
}
.index-product-server .more{
    width: 220px;
}
.index-pro-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}
.line{
    height: 1px;
    background: #000;
    width: 70%;
}
.index-pro-text .more{
    color: #636363;
    border: 1px solid #636363;
    border-radius: 5px;
    padding: 5px;
}
.index-case-img{
    width: 48%;
}
.index-case-text{
    width: 48%;
    color: #424242;
}
.index-pro-text img{
    max-width: 100%;
    width: auto;
}
.index-case-text h2{
    font-size: 24px;
}
.index-case-text p{
    line-height: 24px;
    letter-spacing: 2px;
}
.index-case-text a{
    color: #424242;
}
.index-pro-container .index-pro-item-box{
    text-align: center;
    margin: 50px auto;
}
.index-pro-container .index-pro-item-box img{
    width: 100%;
}
.index-pro-title{
    color: #000;
    text-align: center;
    font-size: 24px;
}

.index-advantage-contain{
    text-align: center;
    margin: 50px auto;
}
.index-catname{
    font-size: 38px;
    color: #007ed4;
}
.index-line{
    width: 70px;
    height: 3px;
    background: #666666;
    margin: auto;
}
.index-desc{
    margin: 30px auto;
}
.index-advantage-list{
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-advantage-list li{
    width: 24%;
}


.index-advantage-list li .bt{
    padding-top: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.index-advantage-list li .nr{
    padding-top: 60px;
    text-align: center;
    font-size: 14px;
    color: #444;
}
.index-advantage-list li  img{
    display: none;
}
.index-advantage-list li a:hover .bt1{
    background: url(../images/p01_1.png) center center no-repeat;
    color: #007ed4;
    transform: rotateY(360deg);
}

.index-advantage-list li .bt1{
    background: url(../images/p01.png) center center no-repeat;
    display: block;
    transition: 1s;
}

.index-advantage-list li a:hover .bt2{
    background: url(../images/p02_2.png) center center no-repeat;
    color: #007ed4;
    transform: rotateY(360deg);
}

.index-advantage-list li .bt2{
    background: url(../images/p02.png) center center no-repeat;
    display: block;
    transition: 1s;
}

.index-advantage-list li a:hover .bt3{
    background: url(../images/p03_3.png) center center no-repeat;
    color: #007ed4;
    transform: rotateY(360deg);
}

.index-advantage-list li .bt3{
    background: url(../images/p03.png) center center no-repeat;
    display: block;
    transition: 1s;
}

.index-advantage-list li a:hover .bt4{
    background: url(../images/p04_4.png) center center no-repeat;
    color: #007ed4;
    transform: rotateY(360deg);
}

.index-advantage-list li .bt4{
    background: url(../images/p04.png) center center no-repeat;
    display: block;
    transition: 1s;
}





    /*产品页*/
.tool-contain{
    display: flex;
    width: 20%;
    align-items: center;
    position: relative;
}
.tool-contain li{
    margin-right: 10%;
}
.tool-contain li a{
    color: #727272;
}
.pro-container{
    margin: 50px auto;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}
.pro-container .ul-parent{
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.ul-parent{
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: center;
}
.ul-parent li{
    text-align: center;
    color: #989898;
    width: 15%;
    height: 65px;
}

.ul-parent li a{
    display: block;
    color: #000;
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.ul-parent li:hover{
    background: #007ED4;

}
.ul-parent li:hover a{
    color: #fff;
}

.ul-parent li.cur{
    background: #007ED4;
    color: #fff;
}
.ul-parent li.cur a{
    color: #fff;
}
.pro-contain{
    width: 100%;
}
.pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    min-height: 600px;
    align-items: start;
}
.mo-pro-list{
    display: none;
}
.pro-list li{
    width: 32%;
    margin-right: 1%;
    margin-bottom: 2%;
    position: relative;
}
.pro-list li img{
    width: 100%;
}
.pro-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.page-contain {
    display: flex;
}
.page-contain a{
    display:block ;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    border: 1px solid #eb2f2f;
    margin-right: 10px;
}
.page-contain a.cur{
    color: #fff;
    background: #eb2f2f;
}

/*新闻列表*/
.article-container{
    display: flex;
    margin:auto;
    justify-content: space-between;
    flex-flow: column;

}
.article-container img{
    width: 100%;
}
.article-container .title{
    margin: 20px auto;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
}
.article-thumb{
    width: 35%;
}
.article-thumb img{
    width: 100%;
}
.partner-contain{
    width: 48%;
}
.article-list{
    width: 100%;
    display: flex;
    align-items: center;
}
.article-list li img{
    width: 100%;
}
.article-list li{
    margin: 20px auto;
    width: 100%;
    background: #fff;
    /*box-shadow: 5px 5px 5px #5e595a;*/
    /*transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;*/
}
.article-list li:hover{
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
}
.article-list li:hover .new-title{
    color: #60a9d7;
}
.article-list li:hover .more{
    background: #60a9d7;
    color: #fff;
    border: 1px solid #60a9d7;
}
.article-list li .thumb{
    width: 20%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.article-list li .new-info{
    width: 60%;
    transition: all .3s ease-out 0s;
}
.more-info-contain{
    width: 20%;
    display: flex;
    flex-flow: column;
}
.new-desc{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article-list li a{
   color: #999;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.createtime{
    position: relative;
    color: #bfc0be;
}
.createtime p{
    height: 26px;
    font-size: 19px;
    font-family: HELVETICANEUELTPRO-THEX, 微软雅黑;
    text-align: center;
}
.newsDetail .description{
    white-space: normal;
    color: #999999;
    overflow: visible;
    padding: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228,228,228,1);
    background-color: rgba(252,251,253,1);
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    font-color: rgba(153,153,153,1);
    text-align: left;
    margin: 20px 0;
    line-height: 24px;
}
.more-info-contain .more{
    width: 70px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    font-size: 14px;
    margin: auto;
}
.new-title{
    font-size: 16px;
    color: #717171;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;
}
.new-desc{
    height: 52px;
    color: #A2A2A2;
    line-height: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out 0s;
    font-size: 12px;
}
.new-info{
    width: 70%;
    padding: 2%;
}
.new-info a{
    color: #646464;
}

.newsTitle{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.newsST{
    text-align: center;
    margin: 20px;
    color: #646464;
}
.news-others{
    margin: 20px auto;
}
.news-others a{
    color: #646464;
}
.partner-container{
    width: 50%;
    margin-top: 50px;
    color: #424242;
}

.message-contain{
    display: flex;
    margin-top: 50px;
    min-height: 500px;
}
.message-title{
    width: 40%;
    display: flex;
    align-items: center;

}
.message-container .inner-content{
    display: flex;
    justify-content: space-around;
}
.message-container form{
    width: 70%;
}
.message-container .message-bg{
    width: 30%;
}
.message-container .message-bg img{
    width: 100%;
}
.message-container .submitBtn{
    color: rgba(255,255,255,1);
    background-color: #007ed4;
    height: 40px;
    min-width: 90px;
    padding: 0 20px;
    margin-left: 10%;
    margin-top: 30px;
    width: 150px;
}
.message-list{
    width: 100%;
    margin: 50px auto;
}
.message-list li p{
    width: 100px;
    text-align: right;
}
.message-list li b{
    color: #FF0000;
    margin-right: 10px;
}
.message-list li  textarea{
    width: 50%;
    border-color: rgba(228, 228, 228, 1);
}
.message-list span{
    display: inline-block;
    width: 100px;
}
.message-list li{
    display: flex;
    margin-bottom: 10px;
    color: #8f8f8f;
}
.message-list li input{
    border: 1px solid #ccc;
}
.submit-contain button{
    border: 1px solid #000;
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
}
.contact-container{
    margin: 30px auto;
}
.contact-container img{
    width: 100%;
}
.contact-contain{
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}
.contact-contain .title{
    color: #000000;
    font-size: 24px;
}
.contact-wxqr,.contact-info,.contact-conent{
    width: 22%;
}
.contact-wxqr h2{
    font-weight: normal;
    font-size: 26px;
}
.contact-wxqr .catdir{
    font-size: 12px;
    color: #707070;
}
.contact-qr{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.feedback{
    background: #103782;
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}
.contact-tip{
    font-size: 12px;
    margin-left: 5%;
}
.contact-info{
   position: relative;
}
.contact-info-tip{
    position: absolute;
    top: 20%;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 30px;
}
.contact-info-tip h2{
    width: 20%;
    height: 3px;
    background: #fff;
    margin: auto;
}
.e-nav-header{
    display: none;
}

.pics-list{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 140;
    text-align: center;
}
.pics-list img{
    max-width: 100%;
}
.shadow-contain{
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 130;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.pics-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.pics-close img{
    width: 32px;
}
.mo-index-pro-list,.mo-index-about-contain{
    display: none;
}
.swiper-slide img,.mo-index-about-contain img{
    width: 100%;
}
.join-title-contain{
    margin: 20px auto;
}
.join-item .join-title{
    color: #000;
    font-size: 24px;
    text-align: center;
    position: relative;
    width: 200px;
    margin: auto;
}
.join-item .join-catdir{
    text-align: center;
    color: #383838;
}
.join-item .join-title:before{
    content: "";
    position: absolute;
    width: 50px;
    top: 50%;
    background: #000;
    height: 2px;
    left: 0;
}
.join-item .join-title:after{
    content: "";
    position: absolute;
    width: 50px;
    top: 50%;
    background: #000;
    height: 2px;
    right: 0;
}

.mo-header-catpos-container{
    display: none;
}
#dituContent{
    width: 24%;
}
@media (max-width: 960px){
    #dituContent{
        width: 100%;
    }
    .contact-wxqr,.contact-info{
        display: none;
    }
    .article-list .more-info-contain{
        display: none;
    }
    .mo-header-catpos-container{
        display: flex;
    }
    .message-container form{
        width: 100%;
    }
    .message-list li textarea{
        width: 80%;
    }
    .message-bg{
        display: none;
    }
    .mo-banner{
        margin-top: 50px;
    }
    .footer-tool-contain{
        background-color: rgba(0, 36, 117, 1);
    }
    .footer-tool-list{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
    }
    .footer-tool-list li p{
        margin: 0;
    }
    .footer-tool-list li a{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    .footer-tool-list li img{
        width: 24px;
        margin-bottom: 5px;
    }
    .thumb-info-contain{
        display: none;
    }
    .mo-index-about-contain{
        flex-flow: column;
        background-image: url("../images/about-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        padding: 30px;
        justify-content: center;
    }
    .mo-index-about-contain .title{
        color: #fff;
        font-size: 24px;
        position: relative;
        margin-bottom: 20px;
    }
    .index-about-text{
        padding: 0;
        margin-top: 20px;
    }
    .mo-index-about-contain .more{
        text-align: center;
        width: 120px;
        margin: 20px auto;
    }
    .index-about-text .name{
        font-size: 18px;
        margin: 5px 0;
    }
    .index-about-text p{
        margin: 0;
    }
    .mo-index-about-contain .title:after{
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        bottom: -5px;
        background: #fff;
    }
    .index-about-text{
        background: none;
    }
    .index-about-img{
        width: 80%;
        margin: auto;
    }
    .index-advantage-list li{
        width: 20%;
    }
    .index-advantage-list li .bt{
        background: none;
        height: auto;
        line-height: normal;
        padding-top: 0;
        font-size: 14px;
    }
    .index-advantage-list li:hover.bt{
        background: none;
        color: #333;
        transform:none;
    }
    .index-advantage-list li a:hover .bt{
        background: none;
    }
    .index-advantage-list li img{
        width: 100%;
        display: block;
    }
    .index-advantage-list li .nr{
        display: none;
    }
    .index-catname{
        font-size: 22px;
    }
    .index-desc{
        font-size: 12px;
        font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
        color: #707070;
    }
    .index-pro-cate{
        display: none;
    }
    .ul-parent li:after{
        width:0;
    }
    .mo-page-thumb{
        margin-top: 50px;
    }
    .footer-container,.pro-list,.top-footer,.footer-cate-header,.article-thumb,.next-container,.line,.index-pro-text .more,.index-pro-list,.index-about-container,.page-thumb,.catpos-container{
        display: none;
    }
    .mo-footer-container{
        display: block;

    }
    .mo-footer-container{
        font-size: 12px;
        color: #fff;
    }
    .mo-footer-container a{
        font-size: 12px;
        color: #fff;
    }
    .mo-footer-container .footer-info-contain{
        font-size: 12px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 20px;
    }
    .mo-footer-container .bottom-footer{
        font-size: 12px;
        color: #fff;
        display: flex;
        flex-flow: column;
    }

    .mo-page-thumb,.mo-catpos-container{

    }
    .mo-catpos-container{
        background-color: rgba(0, 126, 212, 1);
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mo-catpos-container .catname{
        color: #fff;
        font-size: 24px;
        margin: 0;
    }

    .mo-catpos-contain{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 100;
        display: flex;
        right: -100%;
    }
    .back-img{
        position: absolute;
        top: 20%;
        left: 10px;
    }
    .mo-catpos-contain .mo-catpos-back{
        width: 15%;
    }
    .mo-catpos-contain .mo-catpos-box{
        width: 85%;
        background: #fff;
    }
    .mo-catpos-list{
        background-color: #f0f0f0;
    }
    .mo-catpos-list li{
        line-height: 50px;
        letter-spacing:1px;
    }
    .mo-catpos-list li a{
        color: #323232;
        font-size: 20px;
    }
    .mo-catpos-catname{
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        line-height: 40px;
        margin: 0;
        color: #333;
        border-bottom: 1px solid #cdd5d5;
        background-color: #f0f0f0;
    }
    .mo-index-pro-list{
        width: 90%;
        margin: auto;
        position: relative;
    }
    .mo-index-pro-list a{
        color: #777777;
    }
    .index-product-server{
        flex-flow: column;
        text-align: center;
        padding: 20px 0;
    }
    .index-product-server h2{
        font-size: 20px;
    }
    .index-product-server-contain{
        background-image: url("../images/server.jpg");
    }
    .index-product-server .more{
        width: 120px;
    }
    /*.swiper-button-next, .swiper-container-rtl .swiper-button-prev1{*/
    /*    left: -20px!important;*/
    /*}*/
    /*.swiper-button-prev, .swiper-container-rtl .swiper-button-next1{*/
    /*    !*right: -20px!important;*!*/
    /*}*/
    .mo-index-pro-list,.mo-index-about-contain{
        display: block;
        margin: 30px auto;
    }
    .index-pro-container .index-pro-item-box{
        margin: 20px auto;
    }
    .index-pro-text h2,.index-new-container .title{
        width: 100%;
        text-align: center;
        font-size: 24px;
        text-shadow:none;
    }
    .mo-pro-list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mo-pro-list li{
        width: 48%;
        margin-bottom: 2%;
    }
    .product-show-contain h2{
        font-size: 24px;
        font-weight: normal;
    }
    .product-show-contain .title{
        text-indent: 10px;
        margin: 5px 0;
    }
    .mo-pro-title{
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
        margin-top: 20px;
        color: #707070;
        text-align: center;
    }
    .mo-pro-list li img{
        width: 100%;
    }
    .index-new-list li a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .index-article-create{
        display: none;
    }
    .index-new-text{
        width: 70%;
    }
    .index-new-thumb{
        width: 25%;
    }
    .index-new-list li{
        width: 100%;
    }
    .mo-header-contain{
        display: block;
    }
    .header-contain{
        display: none;
    }
    .mo-header-contain .container{
        justify-content: space-between;
    }
    .wrap{
        width: 90%;
    }
    .btn-navbar{
        display: flex;
        color: #000;
        align-items: center;
    }
    .btn-navbar img{
        width: 32px;
        margin-right: 5px;
    }
    .navbar-container{
        justify-content: flex-end;
    }
    .nav-collapse{
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        display: none;
        height: 100%;
    }
    .nav-collapse .nav{
        flex-flow: column;
        border-top: 1px solid hsla(120,0%,20%,.1);
        border-bottom: 1px solid hsla(120,0%,20%,.1);
        background: hsla(0,0%,100%,.1);
    }
    .e-nav-header{
        display: flex;
        background: #fff;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
    }
    .nav-collapse .nav li{
        width: 100%;
        text-align: left;
        text-indent: 20px;
        border-bottom: 1px solid hsla(120,0%,50%,1);
    }
    .nav-collapse .nav .cur a:before{
        width: 0;
    }
    .nav-collapse .nav-contain{
        position: relative;
    }
    .dropdown-menu{
        flex-flow: column;
    }
    .dropdown-menu .nav-list{
        display: none;
        margin-left: 30px;
    }
    .megamenu-header{
        pointer-events:none
    }
    .pro-container{
        flex-flow: column;
    }
    .pro-container .ul-parent{
        display: flex;
        margin-top: 10px;
        flex-flow: wrap;
        width: 100%;
        justify-content: center;
    }
    .ul-parent li{
        width: 32%;
        margin-left: 1%;
        margin-bottom: 10px;
    }
    .pro-contain{
        width: 100%;
    }
    .mo-pro-list{
        width: 100%;
    }
    .mo-pro-list li{
        width: 48%;
    }
    .article-container{
        flex-flow: column;
    }
    .partner-contain{
        width: 100%;
    }
    .article-list{
        flex-flow: column;
    }
    .article-list li{
        width: 100%;
    }
    .article-list li .thumb{
        width: 40%;
    }
    .partner-container{
        width: 100%;
    }
    .message-contain{
        flex-flow: column;
    }
    .message-title{
        width: 100%;
    }
    .message-list{
        width: 100%;
    }
    .contact-contain{
        flex-flow: column;
    }
    .contact-container .title{
        font-size: 24px;
    }
    .contact-conent{
        width: 100%;
    }
}
@media (max-width: 960px){
    .mo-page-thumb{
        display: block;
    }
    .header-top-container{
        display: none;
    }
    .pics-list{
        width: 100%;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        overflow: visible;
        z-index: 1000;
    }
    #nav_overlayer {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        z-index: 900;
    }
    #nav>li>a{
        color: #999;
    }
    .trans {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    .header-top{
        display: flex;
        justify-content: space-between;
    }
    .lang_btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 0;
        font-size: 14px;
    }
    .lang_btn {
        display: block;
        float: right;
        margin-right: 10px;
        text-align: center;
        color: #999;
        overflow: hidden;
        font-family: "microsoft yahei";
    }
    .logo_img img{
        width: 150px;
    }
    nav .menu_btn span {
        top: 24px;
        left: 15px;
    }
    nav .menu_btn span:before {
        top: -6px;
    }
    nav .menu_btn span:after {
        top: 6px;
    }
    .top_logo {
        /*padding: 4px 10px;*/
    }
    .top_logo {
        float: left;
        height: 100%;
        width: auto;
        /*padding: 8px 10px;*/
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    nav {
        display: block;
        float: right;
    }
    nav .menu_btn span:after, nav .menu_btn span:before {
        content: "";
        left: 0;
    }
    .nav-open nav .menu_btn span:before {
        background-color: #fff;
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    nav .menu_btn span, nav .menu_btn span:after, nav .menu_btn span:before {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color:#000;
        border-radius: 1px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    button {
        background: 0 0;
        border: none;
        text-shadow: none;
        position: relative;
    }
    nav .menu_btn {
        position: relative;
        float: right;
        width: 60px;
        height: 60px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
        cursor: pointer;
    }
    nav .menu_btn {
        display: block;
        width: 50px;
        height: 50px;
    }
    .nav-open nav .menu_btn {
        background-color: #007ed4;
    }

    .nav-open nav .menu_btn span {
        background-color: transparent
    }

    .nav-open nav .menu_btn span:before {
        background-color: #fff;
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg)
    }

    .nav-open nav .menu_btn span:after {
        background-color: #fff;
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg)
    }
    #nav {
        position: absolute;
        background-color: #fff;
        width: 100%;
        right: 0;
        top: 50px;
        overflow-x: visible;
        -webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
        transition: all .4s cubic-bezier(1, 0, 0, 1);
    }
    #nav>li {
        width: 100%;
        height: 0;
    }
    #nav>li {
        display: inline-block;
        float: left;
        overflow: hidden;
    }
    .nav-open #nav>li {
        height: 50px;
        cursor: pointer;
    }
    #nav>li>a,
    .max_header #nav>li>a {
        line-height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }
}
@media (max-width: 640px){
    .pro-container{
        margin: 20px auto;
    }
    .ul-parent li{
        width: 48%;
    }
    .pro-title{
        font-size: 14px;
    }
    .pc-banner{
        display: none;
    }
    .mo-banner{
        display: block;
    }
    .index-about-contain{
        flex-flow: column;
    }
    .index-video-contain{
        width: 100%;
    }
    .index-about-text{
        width: 100%;
    }
    .index-case-img{
        display: none;
    }
    .index-case-text{
        width: 100%;
    }
    .index-pro-list{
        margin-top: 20px;
    }
}
@media (min-width: 640px){
    .pc-banner{
        display: block;
    }
    .mo-banner{
        display: none;
    }

}