﻿body{background-color:#f5f5f5}
.nav { position: fixed; top: 0; left: 0; z-index: 2;width:100%; padding: .4rem 0; background-color: #fff; border-bottom: 1px solid lightgray;overflow:hidden;transition:height .3s }
    .nav div { height: 2.5rem; line-height: 2.5rem; }
.logo { width: 62%; margin-left: 5% }
.logo img{width:100%}
.nav div a:last-child { width: 33%; text-align:center;font-size:.7rem}
.appcenter {  background-color: white; text-align: center; }
    .appcenter li { width: 32.5%; height: 1.5rem;font-size: .65rem; }
    .appcenter li a{
        display:inline-block;
        margin-top:.4rem;
        line-height:100%;
    }
.header { margin-top: 6.3rem;overflow:hidden }
.header img{height:6rem;}
.maincarousel { margin-top: 6.3rem !important }
.maincarousel img { display: block; height:9rem;}
    .maincarousel .swiper-pagination-bullet{ width:0.5rem; height:0.5rem}
.entrance {
    padding: .7rem 5%;
    background: url(../../img/bg/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}
    .entrance img { width: 12%; vertical-align: middle }
    .entrance .swiper-container { display: inline-block; width: 80%;height:50px !important }
    .entrance span { vertical-align: middle; font-size: .6rem; font-weight: 700; margin-left: 2%; font-family: KaiTi,'Microsoft YaHei',SimHei,sans-serif }
        .entrance span i { color: red; font-family: KaiTi; font-size: .65rem }
.c { display: none }
.open { animation: changepage 1.5s forwards; -webkit-animation: changepage 1.5s forwards; display: block !important }
.open-zoomin { animation: zoomIn 1s forwards; -webkit-animation: zoomIn 1s forwards; display: block !important }
.title-article { border-left: 7px solid #cc1d0b; padding-left: 5px; color: #4d4d4d; font-size: .7rem; margin-top: 30px }
.subtitle-article {  text-align: center; padding: 12px 0; border-bottom: 1px solid #d3d3d3; font-size: 0.8rem; font-weight: 700 }
.article { padding: 10px 0; line-height: 200%; letter-spacing: 1.5px; font-size: .7rem }
.article-news {  padding: 1rem 0; text-align: center }
    .article-news .article { color: #666; letter-spacing: normal; text-align: justify }
    .article-news img { margin: 10px 0 }
.uptime { font-size: 16px; color: gray; padding-bottom: 20px;margin-bottom:20px; border-bottom: 1px solid #d3d3d3 }
.content{padding:1rem 5%;background-color:white}
.indent { text-indent: 1.5rem; }
.footer { padding: .7rem 0; background-color: #222; color: #fff; font-size: .65rem; text-align: center; }
    .footer img { width: 30%; margin-top: .5rem }
.btn-gotop { position: fixed; bottom: 1rem; right: 3%; z-index: 2; width:2rem; height:2rem; line-height: 2rem; border-radius: 2rem; background-color: rgba(0,0,0,.4); text-align: center; opacity: 1; display: none; cursor: pointer; animation: gotop 5s infinite }
    .btn-gotop img { width: 80% }
.popup, .popup-video { position: fixed; top: 25%; left: 0; z-index: 16; height: 50%; width: 100%; text-align: center; display: none; border-radius: 2px }
.popup-wrapper { background-color: rgba(0,0,0,.5); height: 100%; width: 100% }
    .popup-wrapper img { height: 100% }
.closepopup { position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; text-align: center; line-height: 30px; color: red; background-color: #fff; border-radius: 15px; cursor: pointer }
.point-red { background: red !important; opacity: 1 !important }

.icon_float {
    position: fixed;
    right: 3%;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    animation: iconrotate 10s infinite
}
.icon_float_1{
    bottom:5rem;
}
.icon_float_2 {
    bottom: 7.5rem;
}
.icon_float_3 {
    bottom:10rem;
}
@keyframes iconrotate {
    50% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }

    100% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }
}


.subtitle{text-align:center;padding:.5rem 0;background-color:white;font-size:.8rem}
.product-wrapper { position: relative;width:98%;height:15rem;margin-left:1%;background-color:white; }
    .product-wrapper img { position: absolute; width: 30%; }
.cp1 { top: .25rem; animation: td 3s infinite; }
.cp2 { top: 3rem; left: 23%; animation: td 3s infinite; animation-delay: .5s; }
.cp3 { top: 8.5rem;left:69%; animation: td 3s infinite; animation-delay: 1s; }
.cp4 { top: 3rem; left: 69%; animation: td 3s infinite; animation-delay: 2.5s; }
.cp5 { top: .25rem; left: 46%; animation: td 3s infinite; animation-delay: 1.5s; }
.cp6 { top: 5.9rem; left: 46%; animation: td 3s infinite; animation-delay: 2s; }
.case{width:90%;margin-left:5%;background-color:white;}
.case a{width:30%;}
    .case img { width: 30%; height: 4rem; margin-bottom: .5rem } 
.case a img{width:100% !important}
    .news-index .swiper-slide img {  height: 300px;display:block;  width:100% }
.swiper-slide  { line-height:0;  }
.news-index .swiper-pagination { top: 20px; right: 20px; width:unset !important;bottom: unset !important; left: unset !important; text-align: right }
        .news-index .swiper-pagination .swiper-pagination-bullet { width: 17px; height: 17px; border-radius: unset; line-height: 17px; font-size: 12px; background-color: white; opacity: 1;text-align:center }
        .news-index .swiper-pagination .swiper-pagination-bullet-active { background-color: #f00; color: white }
.list-article { width: 95%; margin: 10px 0 0 2.5%; list-style: decimal }
    .list-article li { margin: 5px 0; color: #666; font-size: 15px; letter-spacing: 1.2px; line-height: 200% }
.icon-time-wrapper { text-align: right }
    .icon-time-wrapper span { display: inline-block; font-size: .55rem; color: red; vertical-align: middle }
.icon-time { height: .6rem; width: .6rem; background: url(../../img/time.png) no-repeat; background-size: 100% 100% }
.icon-time-wrapper span:nth-child(2) { margin-left: 5px }
.module { }
    .module a { width:48%; margin: 20px 0 }
    .module ul li { padding: 10px; }
        .module ul li:nth-child(1) { height: 5rem; overflow: hidden; border: 1px dotted lightgray; text-align: center }
            .module ul li:nth-child(1) img { height: 5rem; width: 90%; }
        .module ul li:nth-child(2) p:nth-child(1) { font-size: .6rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
            .module ul li:nth-child(2) p:nth-child(1):hover { color: red }
        .module ul li:nth-child(2) p { margin-top: 5px; }
        .hideword{font-size:.6rem;overflow:hidden;word-break:break-all;white-space:nowrap}
.video-container p { margin: 7px 0; font-size: .6rem; text-align: center }
.video-wrapper { position: relative; width: 48%; margin-top: 1rem; cursor: pointer; }
    .video-wrapper div { height: 5rem; background-size: 100% 100%; background-repeat: no-repeat }
.carousel_3code { padding: 0 5%; background: url(../../img/bg/bg20.jpg) no-repeat; background-size: 100% 100%; border-radius: 5px }
    .carousel_3code .swiper-slide { height: 12rem; text-align: center }
        .carousel_3code .swiper-slide img { height: 8rem; margin-top: 2rem;  }
.p-box { position: relative; z-index: -2; height: 150px; background: #132b52; padding: 10px 0 20px; text-align: center; cursor: pointer }
    .p-box .subtitle { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center }
.bgword { position: absolute; top: 50%; left: 5%; z-index: -1; width: 90%; text-align: justify; color: #353c60; font-size: 30px; font-weight: bold; overflow: hidden; white-space: nowrap; }
.info-p { height: 100%; background: url(../../img/bg/bg20.jpg) no-repeat; background-size: 100% 100% }
    .info-p p { width: 90%; margin-left: 5%; padding: 10px 0; color: black; display: none;font-size:.8rem }
    .info-p b { color: red; font-size: .9rem; margin-bottom: 7px; }

.yuanlibox { margin-top: 30px } 
        .yuanlibox div p { margin-top: 15px; }

        /*解决方案*/
.content-solution .article { text-indent: 36px; padding: 0 18px; }
.content-solution .title-icon { margin: 30px 0 30px; }
    .content-solution .title-icon i { cursor: pointer; }
        .content-solution .title-icon i:hover { color: red; }
.content-solution .title-icon-small { margin: 15px 0; }
.imgbox-solution { text-align: center; margin: 20px 0 }
    .imgbox-solution img { width: 80% }
.swiper-qyzz { margin-top: 50px; }
.zzbox { height: 300px; cursor: pointer; text-align: center }
    .zzbox img { height: 180px; margin-top: 60px }
.logobox div { width: 16.6%; height: 200px; padding: 30px 0; text-align: center }
    .logobox div img:nth-child(1) { height: 50%; }
    .logobox div img:nth-child(2) { height: 40%; margin-top: 5% }
.logocarousel { padding: 40px 0; }
    .logocarousel div { position: relative; height: 100px; width: 25%; text-align: center; }
    .logocarousel img { height: 60px; margin-top: 15px }
    .logocarousel .mask-case { line-height: 100px } 

    /*联系我们*/
.info { display: inline-block;margin-top:2rem} 
        .info ul li { margin-top:.5rem }
            .info ul li div:nth-child(1) { display: inline-block; height: 4rem; width: 4rem; background-size: 100%; }
            .info ul li div:nth-child(2) { display: inline-block;  line-height: 30px; vertical-align: top;color: #000; }
            .info ul li div p:nth-child(1) { margin-top: 15px; font-size: .8rem; }
            .info ul li div p:nth-child(2) { color: #828282; font-size: .65rem; }
.contect_sub { background: #00a4fd; }
    .contect_sub:active { background: #008ee2; }
.cleabox:before, .cleabox:after { content: ''; }
.cleabox:after { clear: both; display: block; }
.subtitle-recruit { height: 30px; font-size: 24px; margin-bottom: 50px }
    .subtitle-recruit span { color: #ff5053; font-size: 20px }
.icon-recruit, .deal-recruit { height: 30px; font-size: 14px; margin-bottom: 15px }
    .icon-recruit li { margin-right: 20px; height: 20px; float: left; padding-left: 23px; }
        .icon-recruit li:nth-child(1) { background: url(../../img/ad.png) no-repeat; background-size: 12px 15px; }
        .icon-recruit li:nth-child(2) { background: url(../../img/le.png) no-repeat; background-size: 15px 16px; }
        .icon-recruit li:nth-child(3) { background: url(../../img/im.png) no-repeat; background-size: 11px 15px; }
        .icon-recruit li:nth-child(4) { background: url(../../img/pn.png) no-repeat; background-size: 13px 15px; }
    .deal-recruit li { float: left; padding: 0 15px; margin-right: 25px;margin-top:.5rem; line-height: 30px; color: #6d6d72; height: 30px; font-size: 12px; background: #f2f2f2; text-align: center; border-radius: 2px }
.request-recruit { clear: both; margin-top: 20px; margin-bottom: 40px; color: #838383; border-bottom: 1px dotted #b4b4b4 }
    .request-recruit div:first-child span { border-left: 4px solid #dd524d; padding-left: 10px; font-size: 16px; font-weight: bold; color: #222222; }
    .request-recruit ul { color: #6d6d72; margin-left: 14px; font-size: 14px; margin: 20px 0 40px }
        .request-recruit ul li { margin-bottom: 8px }

    /*好看的标题*/
.diamond, .diamond span { display: inline-block; transform-origin: 0 100%; -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100% }
.diamond { position: relative; left: 40px; top: 10px; width: 1.5rem; height: 1.5rem; text-align: center; line-height: 1.5rem; border-right: 2px solid #fff; border-bottom: 2px solid #fff; box-shadow: 2px 7px 1px gray; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg) }
    .diamond span { color: #fff; font-size: 1rem; transform: rotate(45deg) translate(-12.5px); -webkit-transform: rotate(45deg) translate(-12.5px); -moz-transform: rotate(45deg) translate(-12.5px); -ms-transform: rotate(45deg) translate(-12.5px); -o-transform: rotate(45deg) translate(-12.5px) }
.oblong { display: inline-block; padding: 0 1.5rem;  font-size: .55rem; text-align: center; border: 2px solid #fff; border-radius: 7px; box-shadow: 7px 5px 1px gray }
.title-icon-small { display: inline-block; padding: 0 10px; height: 30px; line-height: 30px; color: #fff; font-weight: 700; font-size: 17px; text-align: center; border: 2px solid #fff; box-shadow: 1px 1px 1px #d3d3d3; border-radius: 7px }


.aside { background-color: white; margin: .5rem 0 }
    .aside li { width: 33.3333333%; text-align: center; font-size: .65rem; margin: .5rem 0 }
.checked{color:red;}
    .checked span:after { content: "》"; color: red; float: right; line-height: 55px }


/*跑马灯*/
.marquee { background-color: #E8E9EB; overflow: hidden }
    .marquee div:nth-child(1), .marquee div:nth-child(3) { width: 10%; height: 40px; line-height: 40px; text-align: center; background-color: #E0DFE5;font-size:.6rem }
    .marquee div:nth-child(2) { width: 70%; overflow: hidden; line-height: 40px; }
    .marquee a { color: #292929; font-size: .6rem }
    .marquee p { position: relative; white-space: nowrap;font-size:.6rem }
        .marquee p span { margin-left: .5rem; }
            .marquee p span:nth-child(1) { margin-left: 50% }
            .marquee p span i { font-size: 10px; margin-left: 7px; }

@keyframes td {
    50% { transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05) }
    100% { transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1) }
}
@keyframes gotop {
    50% { transform: translate(0,-20px); -ms-transform: translate(0,-20px); -moz-transform: translate(0,-20px); -webkit-transform: translate(0,-20px); -o-transform: translate(0,-20px) }
    100% { transform: translate(0,0); -ms-transform: translate(0,0); -moz-transform: translate(0,0); -webkit-transform: translate(0,0); -o-transform: translate(0,0) }
}
@keyframes changepage {
    from { opacity: 0 }
    to { opacity: 1 }
}
@keyframes zoomIn {
    from { opacity: 0; transform: scale3d(.3,.3,.3); -ms-transform: scale3d(.3,.3,.3); -moz-transform: scale3d(.3,.3,.3); -webkit-transform: scale3d(.3,.3,.3); -o-transform: scale3d(.3,.3,.3) }
    50% { opacity: 1 }
}