body, html{
    font-family: Microsoft YaHei;
    background: #f7f4f8;
    /*margin-top: -20px;*/
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus{text-decoration:none}
.amap-logo {
    display: none !important;
    opacity: 0 !important;
}

.amap-copyright {
    display: none !important;
    opacity: 0 !important;
}
.nav-wrap{
    position: relative;
}
.mrB30{
    margin-bottom: 30px;
}
.color9{
    color: #999;
}
.colorBlue{
    color: #1276f2;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*导航*/
.navbar{
    min-width: 1200px;
    position: absolute;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 42px;
}
@media ( max-width : 1200px) {
    .navbar{
        min-width: 1200px;
        left: 0;
        transform: translateX(0);
    }
}
.navbar .logo{
    float: left;
}
.navbar .logo img{
    width: 45px;
    height: 44px;
    z-index: 66;

}
.navbar .right-nav{
    float: right;
    margin: 0;
    padding: 0;
}
.navbar .right-nav li{
    float: left;
    list-style: none;
    padding: 5px 30px;
}
.right-nav li a{
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 0;
}
.right-nav li a:hover{
    transform: scale(1.2,1.2);
    transform-origin: center center;
    background: none;
}
.right-nav li.active a{
    border-bottom: 1px solid #fff;
}

/*轮播图*/
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(15deg);
    }
    100%{
        -webkit-transform: rotateY(0deg);
    }
}

.xz {
    -webkit-transform: rotateY(360deg);
    animation: rotation 5s linear infinite;
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
}
.carousel{
    background: #f5f5f5;
}
.carousel2{
    position: relative;
}
.carousel2 .icon-cloud{
    position: absolute;
    width: 130px;
    top: 640px;
    right: 106px;
}
.carousel2 .icon-cloud2{
    position: absolute;
    width: 190px;
    top: 630px;
    right: 270px;
}
.carousel2 .icon-wifi{
    position: absolute;
    top: 227px;
    right: 312px;
}
.carousel2 .icon-safe{
    position: absolute;
    top: 729px;
    right: 508px;
}
.carousel .carousel-caption{
    left: 114px;
    bottom: 30%;
    top: 30%;
    text-align: left;
}
.carousel-caption h3{
    font-size: 88px;
    margin-top: 0;
    margin-bottom: 46px;
}
.carousel-caption h4{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 32px;
}
.carousel-caption p{
    font-size: 26px;
    color: #FEFEFE;
    margin-top: 0;
    margin-bottom: 33px;
}
.carousel-caption .bottom-line{
    display: block;
    height: 2px;
    width: 394px;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}
/*面包屑*/
.crumbs{
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    color: #666666;
}
.icon-home{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/icon-home.png") center center no-repeat;
    position: relative;
    top: 3px;
    margin: 0 20px;
}
/*章节标题*/
.chapter-title{
    margin-bottom: 50px;
}
.chapter-title h5{
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    margin-bottom: 21px;
}
.chapter-title span{
    font-weight: 400;
    color: #999999;
    font-size: 18px;

}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.national{
    background: #f5f5f5;
    margin-bottom: 30px;
}
.national p{
    line-height: 26px;
    text-indent: 28px;
    margin: 0 0 28px;
}

.info-plat{
    padding-top: 111px;
    height: 420px;
    margin-bottom: 75px;
    background: url("../img/infoBg.jpg") right bottom no-repeat ;
    background-size: cover;
}
.info-plat p{
    color: #fff;
    line-height: 30px;
    text-indent: 28px;
    margin: 0 0 28px;
}

/*解决方案*/
.solution .main-content{
    background: #fff;
    border: 1px solid #DCD9D9;
    border-radius: 4px;
}
.solution .nav-tabs>li{
    padding: 0 52px;
    margin-bottom: -2px;
}
.solution .nav-tabs>li>a{
    color: #999;
    font-size: 16px;
}
.solution .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #1276F2;
    border: none;
    border-bottom: 1px solid #1276F2;
}
.solution .pane-wrap {
    padding: 20px  8px 35px;
    display: flex;
}
.solution .img-wrap {
    flex: 1;
    padding-top: 20px;
}
.solution .solution-explain{
    flex: 2;
}
.solution h3{
    color: #1276F2;
    font-size: 20px;
    line-height: 40px;
}
.solution ul, .soft-ware ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.solution ul>li{
    color: #666;
    line-height: 28px;
}
.solution ul>li.last-one{
    color: #999;
    line-height: 24px;
}
.solution ul>li>span, .solution ul>li>a{
    color: #1276F2;
}
.solution .tab-content {
    height: 432px;
    overflow: hidden;
}
#settings .solution-explain{
    flex: 3;
}
/*软件优势*/
.soft-ware{
    margin-top: 58px;
}
.soft-ware .main-content{
    display: flex;
}
.soft-ware .main-content div{
    flex: 1;
}
.soft-ware .main-content .left-div{
    padding: 0 10px 0 50px;
}
.soft-ware .main-content .right-div{
    padding: 0 50px 0 30px;
}
.soft-ware .main-content .center-div{
    background: url("../img/softBg.jpg") center center no-repeat;
}
.soft-ware .advantage-title{
    font-size: 18px;
    font-weight: bold;
    color: #3382F3;
    margin: 15px 0;
}
.soft-ware ul>li{
    color: #999;
    line-height: 20px;
    display: flex;
}
.soft-ware ul>li>.li-label{
    /*width: 80px;*/
    flex: 1;
    /*float: left;*/
    color: #333;
    font-weight: 700;
    /*width: 14%;*/
}
.soft-ware ul>li>.li-content{
    /*width: 300px;*/
    flex: 7;
    padding-left: 8px;
    /*float: left;*/
    /*width: 86%;*/
}
.soft-ware .left-two>li>.li-label{
    flex: 1;
}
.soft-ware .left-two>li>.li-content{
    flex: 5;
    padding-left: 8px;
}

.news-wrap{
    margin: 90px 0 50px 0;
}
.news-wrap ul>li{
    float: left;
    color: #1276F2;
    margin-right: 76px;
}
.news-wrap ul>li:last-child{
    margin-right: 0;
}
.news-wrap .news-img{
    width: 340px;
    height: 244px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.news-wrap .news-img>.hover-mask{
    top: 0;
    left: 0;
    width: 340px;
    height: 244px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    z-index: 88;
    background: rgba(18, 118, 242, .25);
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
}
.news-wrap .news-img>.hover-mask>span{
    display: inline-block;
    color: #fff;
    width: 116px;
    height: 34px;
    line-height: 34px;
    background: #1276F2;
    border-radius: 17px;
    /*margin-top: 122px;*/
    transform: translateY(200px);
    transition: all .5s;
}
.news-wrap li:hover .news-img>.hover-mask{
    opacity: 1;
}
.news-wrap li:hover .news-img>.hover-mask>span{
    transform: translateY(120px);
}
.news-wrap li:hover .first-title{
    color: #1276F2 !important;
}
.news-wrap li:hover .sec-title{
    color: #1276F2 !important;
}
.news-wrap .first-title{
    font-size: 18px;
    color: #333;
    line-height: 48px;
}
.news-wrap .sec-title{
    width: 310px;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.news-wrap .more-news{
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 180px;
    height: 44px;
    border: 2px solid #1276F2;
    border-radius: 4px;
    color: #1276F2;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    transition: .5s;
    -webkit-transition: .5s;
}
.news-wrap .more-news:hover{
    color: #fff;
    background: #1276F2;
}
.foot-wrap{
    background: #333333;
    color: #fff;
    padding-top: 15px;
}
.foot-wrap .main-content{
    display: flex;
}
.foot-wrap .in-foot{
    flex: 1;
}
.foot-wrap .in-foot ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot-wrap .in-foot ul>li{
    font-size: 16px;
    line-height: 40px;
}
.foot-wrap .contact-us{
    font-size: 22px;
    line-height: 48px;
}
.foot-wrap .map-container{
    width: 413px;
    height: 159px;
}
.foot-wrap .copyright{
    border-top: 1px solid #9094A0;
    text-align: center;
    font-size: 12px;
    line-height: 66px;
    margin-top: 15px;
}
/*banner文字*/
.news .nav-wrap h3, .solution-wrap .nav-wrap h3{
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-family: '三极行楷简体', '楷体';
    transform: translateY(215px);
    -webkit-transform: translateY(215px);
}
.about-us .nav-wrap h3, .qualification-wrap .nav-wrap h3{
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 65px;
    font-family: '三极行楷简体', '楷体';
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
}
.about-us .nav-wrap h3 span{
    color: #ffd800;
}
/*新闻列表样式*/
.news{
    background: #fff;
}
.news .nav-wrap{
    width: 100%;
    height: 400px;
    background: url("../img/newsBg.jpg") center center no-repeat;
    background-size: cover;
}

.news .box{
    /*width: 1200px;
    margin: 0 auto;
    padding-top: 10px;*/
}
.news-content ul>li{
    display: flex;
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
}
.news-content ul>li:hover .text-bar a{
    color: #1276f2;
}
.news-content ul>li:hover .imgL img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform-origin: center center;
}
.news-content .imgL{
    width: 121px;
    height: 90px;
    overflow: hidden;
}
.news-content .imgL img{
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
.news-content .text-bar{
    padding: 5px 15px;
    width: 100%;
}
.news-content .text-bar h3{
    margin: 0;
    font-size: 16px;
}
.news-content .text-bar h3 a{
    color: #333333;
}
.news-content .text-bar .detail-bar{
    color: #999;
    font-size: 14px;
    margin: 8px 0;
}
.news-content .text-bar .time{
    color: #999;
    font-size: 14px;
}
.time .time-icon{
    padding-left: 25px;
    background: url(../img/icon-time.png) left center no-repeat;
}
.time .eye-icon{
    padding-left: 28px;
    background: url(../img/icon-eye.png) left center no-repeat;
}
/*分页样式*/
.pagination>li>a, .pagination>li>span{
    color: #333;
    border: 1px solid #999;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child{
    line-height: 34px;padding-left: 6px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #1276f2;
    background-color: #fff;
    border-color: #999;
}
/*新闻详情*/
.news-content h2{
    text-align: center;
    font-size: 28px;
    color: #333333;
}
.news-content .time-bar{
    color: #333;
    font-size: 18px;
    text-align: right;
}
.news-content .time-bar .eye-icon{
    margin-left: 50px;
    padding-left: 28px;
    background: url(../img/icon-eye.png) left center no-repeat;
}
.news-content p{
    text-indent: 28px;
}
.news .news-more{
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
    margin: 30px 0;
    line-height: 28px;
}
.news .news-more a{
    color: #333333;
}
.news .news-more a:hover{
    color: #1276f2;
}
/*新闻，解决方案左右侧布局样式*/
.left-bar .h2-wrap{
    width: 256px;
    height: 100px;
    background: #1276f2;
    text-align: center;
}
.left-bar{
    flex: 1;
}
.right-bar{
    flex: 6;
    padding-left: 20px;
}
.left-bar h2{
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.left-bar .nav-ul{
    margin-top: 10px;
}
.left-bar .nav-ul li a{
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #333;
    background: #e8e8e8;
    border-bottom: 1px solid #fff;
}
.left-bar .nav-ul li.active-li a{
    color: #fff;
    background: #1276f2;
}
/*解决方案样式*/
.solution-wrap{
    background: #fff;
}
.solution-wrap .nav-wrap{
    width: 100%;
    height: 399px;
    background: url("../img/solutionBg.jpg") center center no-repeat;
    background-size: cover;
}
.box{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 100px;
    display: flex;
}
.solution-content h3{
    color: #1276f2;
    margin: 30px 0;
}
.solution-wrap .explain{
    background: #daebff;
    padding: 40px 20px;
    border-radius: 4px;
    margin-top: 50px;
    color: #666;
    line-height: 28px;
}
.solution-wrap .explain li>span{
    color: #1276f2;
}
.solution-content .item{
    display: none;
}
.solution-content .item img{
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/*企业资质*/
.qualification-wrap{
    background: #fff;
}
.qualification-wrap .nav-wrap{
    width: 100%;
    height: 386px;
    background: url("../img/qualificationBg.jpg") center center no-repeat;
    background-size: cover;
}
.qualification-wrap .qualification-img{
    display: none;
}
.qualification-wrap .qualification-img li{
    float: left;
    text-align: center;
    margin: 0 26px 15px 0;
    line-height: 40px;
}
.qualification-wrap .rjzz-img li{
    line-height: 30px;
    width: 210px;
}
.qualification-wrap .qt-img li{
    margin: 0 20px 15px 0;
    line-height: 30px;
}
.qualification-wrap .gltx-img li:nth-child(4n), .qualification-wrap .rjzz-img li:nth-child(4n){
    margin-right: 0;
}
.qualification-wrap .qt-img li:nth-child(3n){
    margin-right: 0;
}
.qualification-wrap .qualification-img .img-wrap{
    width: 210px;
    height: 298px;
    overflow: hidden;
    display: inline-block;
}
.qualification-wrap .qt-img .img-wrap{
    width: 294px;
    height: 220px;
}

/*关于我们*/
.about-us{
    background: #fff;
}
.about-us .nav-wrap{
    width: 100%;
    height: 400px;
    background: url("../img/aboutBg.jpg") center center no-repeat;
    background-size: cover;
}
.about-us .us-img{
    width: 909px;
    height: 358px;
    background: url("../img/usImg.jpg") center center no-repeat;
    margin: 20px 0;
}
.about-us .us-content p{
    text-indent: 32px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
}
.about-us .us-title{
    font-size: 24px;
    color: #1276f2;
    margin: 60px 0 30px;
}
.us-content ul>li{
    color: #333333;
    font-size: 20px;
    line-height: 40px;
}
.about-us .map-div{
    width: 715px;
    height: 346px;
}
