﻿/**公共样式**/
html,body{
    background: #fff;
    font-family: 'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
}
h2{
    
}
*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
}
a:hover{
    cursor: pointer;
}

li, ul {
    list-style: none;
}
.left{
    float: left;
}
.right{
    float: right;
}

.clear{
    clear: both;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    border: 2px solid #FFFFFF;
    margin: 0 16px!important;

}

.swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    opacity: 1!important;
    background: none!important;
}

.swiper-pagination-bullet-active{
    opacity: 1!important;
    background: url(../imgs/circle.png) no-repeat center center!important;
    background-size: 10px 10px!important;
}

.full_sieldes>img{
    width: 100%;
}

.blue-title{
    text-align: center;
    color: #0598e6;
    margin-top: 100px;
    font-size: 38px;
}
.blue-title>span{
    font-family: '黑体';
    margin-right: 25px;
    font-weight: bolder;
}
.blue-title>font{
    font-family: 'Arial';
}

.sub-title-index{
    line-height: 40px;
    text-align: center;
    width: 670px;
    margin: auto;
    margin-bottom: 40px;
}
.sub-title-index font{
    font-size: 14px;
    padding: 0 20px 0 20px;
}



.sub-title-index span{
    display: inline-block;
    vertical-align: middle;
}

.sub-title-product span{
    width: 259px;
}

.sub-title-about span{
    width: 224px;
}

.sub-title-solution{
    margin-bottom: 45px;
}

.sub-title-solution span{
    width: 231px;
}

.sub-title-case{
    margin-bottom: 45px;
}

.sub-title-case span{
    width: 259px;
}

.product-center .sub-title-index span,.case .sub-title-index span{
    position:relative;
}

.about_us_in .sub-title-index span{
   position:relative;
}

.product-center .sub-title-index span:after,.case .sub-title-index span:after,.about_us_in .sub-title-index span:after{
                content: "  ";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background-color: #555;
                -webkit-transform: scaleY(.5);
                transform:scaleY(.5);
            }

.about_us_in .sub-title-index font{
    color: #555;
}

.product-center .sub-title-index font,.case .sub-title-index font{
    color: #555;
    font-family:"幼圆","YouYuan";

}

/**头部样式**/
.header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 100;
    background: #fff;
    font-size: 14px;
}
.header_in{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 5px #9c9fa0;
}
.header_center{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.header_center i{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: 2px;
    background: #0096e3;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.logo {
    float: left;
    overflow: hidden;
    max-width: 20%;
    max-height: 83px;
    margin-top: 15px;
}

.logo img{
    width: 100%;
    margin-top: 24px;
}

.header_pic_nav{
    float: right;
    height: 100px;
    line-height: 100px;
    width: auto;
    min-width: 55%;
    max-width: 79%;
    position: relative;
    z-index: 1;
}



/**显示下级导航**/
.plat{
    /*display: none;*/
}

.header_pic_nav a{
    color: #000;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;    
    height: 76px;
    line-height: 76px;
    display: inline-block;
}

.header_pic_nav a:not(:last-child){
    margin-right: 15px;
}

.header_pic_nav .active{
    color: #0096e3;
    transition:all .5s linear;
}
.subnav .subnav-menu{
    text-align: center;
    /*border-top: 1px solid #CCCCCC;*/
    box-shadow: 0 0 2px #9c9fa0;
    transition: 0.4s;
}

.subnav .subnav-menu a{
    padding: 25px 20px;
    height: 68px;
    line-height: 68px;
}

.subnav .subnav-menu a:hover{
    background: #0096e3;
    color: #FFFFFF;
}

.subnav{
    display: none;

}
.subnav .subnav-menu{
    display: none;

}
/**焦点图**/
.full_sieldes {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/**产品中心***/


.product-center{
    width: 1128px;
    margin: auto;
}

.product-list>div{
    width: calc(25% - 13px);
    box-shadow: 2px 5px 8px rgba(204, 204, 204, 0.8);
}


.product-list div{
    height: auto;
    background: #9c9fa01f;
    float: left;
    margin-top: 5px;
}

.product-list div:hover{
        margin-top: -5px;
        transition: all .3s linear;
}
.product-list div:not(:last-child){
    margin-right: 16px;
}
.product-list img{
    width: 100%;
    height: 200px;
}

.product-list .product-list-des{
    padding: 5px 10px 10px 10px;
    width: calc(100% - 20px);
    margin-top: -5px;
    overflow: hidden;
}


.product-list .product-list-des p:nth-child(1){
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    color: #36332a;
}

.product-list .product-list-des p:nth-child(2){
    font-size: 14px;
    color: #5e605d;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}

/**关于我们**/
.about_us{
    background-image: url(../imgs/zjhw_bg.jpg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.about_us .about_us_in{
    width: 1128px;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about_us .about_us_in h2{
    font-size: 38px;
    font-weight: bolder;
}
.about_us .about_us_in h2>span{
    margin-right: 25px;
    font-family: "黑体"!important;
}

.about_us .about_us_in h2>font{
    font-family: 'Arial';
}

.about_us .about_us_in p{
    color: #FFFFFF;
}


.about_us .about_us_in .about_us_item{
    float: left;
    width: calc(20% - 15px);
   
    margin-top: 15px;
}

.about_us_in_img>div:not(:last-child){
     margin-right: 15px;
}
.about_us .about_us_in .about_us_item img{
    width: 65%;
    margin: 25px 0;
}


.about_us_item>a{
    display: block;
}
.about_us .about_us_in .about_us_item a p{
    color: #FFFFFF;
    font-size: 14px;
}

.about_us_item_img{
    width: 160px;
    height: 160px;
    background-size: cover;
    margin: 25px auto;
}
/**新闻资讯**/
.news-center .news-center-content{
    width: 1128px;
    margin: auto;
}
.news-center .news-center-content>div{
    width: calc(50% - 20px);
    padding: 40px 0px 20px 0px;
}

.news-center .news-center-content .item{
   /* margin-top: 5px;*/
   /* padding: 4px 4px 2px 4px;*/
}
.news-center .news-center-content .item>div:nth-child(1){
    width: calc(30% - 19px);
    margin-right: 15px;
}

.news-center .news-center-content .item>div:nth-child(1) img{
    width: 100%;
    height: 100px;
}


.news-center .news-center-content .item>div:nth-child(1)>a{
    display: block;
}



.news-center .news-center-content .item>div:nth-child(2){
    width: 70%;
    margin-top: 15px;
}

.news-center .news-center-content .item .news-time{
    padding: 3px 10px;
    border-radius: 15px;
    color: #2C8DFB;
    border: 1px solid #2C8DFB;
    margin-right: 10px;
    margin-bottom: 3px;
}

.news-center .news-center-content .item .news-time:hover{
    background:#2C8DFB;
    color: #FFFFFF;
    cursor: pointer; 
}

.news-center .news-center-content .item:hover .news-time{
    color: #FFFFFF;
    background: #2C8DFB;
}

.news-center .news-center-content .item:hover .news-title{
    color: #2C8DFB;
}

.news-center .news-center-content .item .news-title{
    font-weight: bolder;
}

.news-center .news-center-content .item .news-title:hover{
    color: #2C8DFB;

}

.news-center .news-center-content .item .news-item-content{
    line-height: 24px;
    font-size: 14px;
    color: #616870;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}

.news-center .news-center-content .title{
    line-height: 30px;
    border-bottom: .5px solid #ccc; 
    margin-bottom: 10px;
}

   

.news-center .news-center-content .title>span{
    font-size: 18px;
    font-weight: bolder;
    font-family: "黑体";
}

.get-more{
    font-size: 12px;
    color: #616870;
}
/**解决方案**/
.solution_bg{
    background-image: url(../imgs/jjfa_bg.jpg)!important;
}
.solution>div{
    width: calc( 20% - 10px);
    position: relative;
    height: 300px;
}
.solution>div img{
    width: 80%;
    height: 260px;
}


.solution>div a{
    width: 100%;
    height: 300px;
    display: inline-block;
}


.solution .mask{
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;

    color: #ffffff;
    /*opacity: 0;*/
    text-align: left;
    transition: 0.4s;
}

.solution>div:not(:last-child){
    margin-right: 10px;

}

.solution>div a:hover .mask {
    opacity: 1;
}

.solution .mask>div{
    padding: 20px 15px;
    text-align: center;
    margin-top: 80px;
}

.solution .mask>div i{
    font-size: 60px;
    margin-top: 50px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.solution-fa{
    margin-top: 20px!important;
    transition: 0.4s;
}

.solution .mask>div p{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 700;
    transition: 0.4s;
}
.solution .mask>div span{
    width: 20px;
    border-bottom: 2px solid #FFFFFF;
    display: inline-block;
    transition: 0.4s;
}


.solution .mask>p{
    width: 80%;
    margin: auto;
    text-align: center;
    transition: 0.4s;
    display: none;

}
/**我们的优势**/
.our-power h2{
    width: 1128px;
    margin: auto;
    padding: 100px 0px 30px 0px;
}

.our-power .our-power-content{
    width: 1128px;
    margin: auto;
}

.our-power .our-power-content>div{
    width: calc(50% - 20px);
    margin-top: 20px;

}

.our-power .our-power-content>div>.item{
    border: .5px solid #e2e2e2;
    padding: 45px 15px;
}
.our-power .our-power-content>div>.item:not(:last-child){
    margin-bottom: 40px;
}


.our-power .our-power-content>div:not(:last-child){
    margin-right: 20px;
}

.our-power .our-power-content>div>.item>div:nth-child(1){
    width: 20%;
    margin-right: 15px;
}

.our-power .our-power-content>div>.item>div:nth-child(1) img{
    width: 100%;
    margin-top: 5px;
}

.our-power .our-power-content>div>.item>div:nth-child(2){
    width: calc(80% - 15px);
}

.our-power .our-power-content>div>.item>div:nth-child(2)>p:nth-child(1){
    font-weight: bolder;
    font-family: "黑体";
    font-size: 24px;
}

.our-power .our-power-content>div>.item>div:nth-child(2)>p:nth-child(2){
    font-size: 14px;
    color: #555;
    line-height: 24px;
}


/**合作案例**/
.case{
   /* margin-top: -30px;*/
}
.case-content{
    width: 1128px;
    margin: auto;
}
.case-content .banner{
    width: 1128px;
    margin: auto;
    text-align:center;
}
.case-content .banner span{
    padding: 3px 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: .5px solid #2C8DFB;
    color: #2C8DFB;
    font-size: 14px;
}
.case-content .banner span:not(:last-child){
    margin-right: 35px;
}

.case-content .banner span:hover{
    cursor: pointer;
}

.case-content .banner .active{
    background: #2C8DFB;
    color: #FFFFFF;
    border: .5px solid #2C8DFB;
}

.item-list:not(:first-child){
    display: none;
}

.case-content .item{
    margin-top: 40px;
}

.case-content .item .item-list>div{
    width: calc(20% - 19px);
    margin-bottom: 70px;
}

.case-content .item .item-list>div:hover>a>div{
    border: 1px solid #2C8DFB;
}
.case-content .item .item-list>div:hover>a>p{
    color: #2C8DFB;
}

.case-content .item .item-list>div:not(:last-child){
    margin-right: 22px;
}

.case-content .item .item-list img{
    width: 100%;
    height: 186.6px;
}

.case-content .item .item-list>div>a>div{
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.case-content .item .item-list>div>a>p{
    font-size: 14px;
    color: #616870;
    text-align: center;
}

/**尾部**/
.footer{
    background: #333;
    padding-top: 100px;
}

.footer-main{
    width: 1128px;
    margin: auto;
    color: #FFFFFF;

}
.footer-main .left{
    width: 70%;
}

.footer-main .left>div>div:not(:last-child){
    width: 25%;
    float: left;
}

.footer-main .left>div>div:last-child{
    float: left;
}

.footer-main .left .footer-main-title{
    height: 45px;
    line-height: 65px;
    font-size: 18px;
    font-weight: 500;
}

.footer-main .left .footer-main-title>div{
    border-bottom: .5px solid #8a8a8a;
}

.footer-main .left  .footer-main-content>div{
    margin-top: 10px;
}

.footer-main .left  .footer-main-content p{
    line-height: 35px;
    height: 35px;
    font-size: 14px;

}

.footer-main .left .footer-main-content p a{
    color: #8a8a8a;
}

.footer-main .left .footer-main-content p a:hover{
    color: #FFFFFF;
}

.footer-main .right{
    /*width: 260px;*/
}

.footer-main .right .footer-r-main{
    margin-top: 60px;
}

/*.footer-r-main>i{
    font-size: 28px;
    display: block;
    margin:10px 0;
}*/

.footer-r-main>font{
    font-size: 28px;
    display: block;
    margin:10px 0;
}

.footer-logo{
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-main .right .footer-r-time{
    font-size: 14px;
}

.footer-r-time span{
    display: inline-block;
    width: 50px;
    border-bottom: .8px solid #8a8a8a;
    vertical-align: middle;
    margin: 10px 0px 10px 0;
}

.footer-main-coop{
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    padding-top: 150px;
    font-size: 14px;
}
.footer-main-coop i{
    padding-left: 3px;
    margin: 5px 0;
    /*display: block;*/
}

.footer-main-coop-des{
    font-size: 14px;
    display: none;
}

.footer-main-coop-des a{
    color: #8a8a8a;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}



.footer-r-main>p{
   color: #8a8a8a;
   margin-top: 10px;
}

.footer-r-main>p>a{
    color: #8a8a8a;
}

.footer-r-main>p>a:hover{
    color: #fff;
}

.footer-r-main>p img{
    width: 18px;
    border: 2px solid #8a8a8a;
    border-radius: 50%;
    padding: 6px;
}
.footer-r-main>p>img:nth-child(1){
    margin-left: 10px;
}
.footer-r-main>p>img:not(:last-child){
    margin-right: 30px;
}


/*侧边联系电话 微信*/
.footer .foot_top{
    display: block;
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 990;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.footer .foot_top>div{
    position: relative;
    font-size: 0;
}

.footer .foot_top>div>a{
    width: 39px;
    height: 39px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 15px;
    background: #FFFFFF;
    padding: 8px;
}

.footer .foot_top>div>a:hover{
    background: #0096e3;
}



.footer .foot_top>div>a>img{
    width: 100%;
}

.footer .foot_top .fii{
    display: block;
    width: 39px;
    height: 39px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 37px;
}

.footer .foot_top  .active{
    color: #FFFFFF!important;
    background: #2C8DFB;
}

.footer .foot_top .fot_phone{
    display: none; 
    position: absolute;
    bottom: 15px;
    right: 63px;
    padding: 8px 25px;
    background: #0096e3;
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    font-size: 18px;
    color: #FFFFFF;
    animation: fade-in .43s ease 0s;
    -webkit-animation: fade-in .43s ease 0s;
    white-space: nowrap;
    line-height: 39px;
}

.footer .foot_top .fot_phone i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #0281DD;
    position: relative;
    font-size: 24px;
    padding-right: 10px;
}

.footer .foot_top .fot_phone span {
    padding: 0 20px;
}

.footer .foot_top .fot_ewm{
    display: none;
    position: absolute;
    bottom: -57px;
    right: 63px;
    width: 273px;
    height: 273px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    animation: fade-in .43s ease 0s;
    -webkit-animation: fade-in .43s ease 0s;
}

.footer .foot_top .fot_ewm img{
    width: 100%;
  /*  border: .5px solid #ccc;*/
}

.footer .foot_top .fot_ewm>div {
    display: inline-block;
    /*width: 50%;*/
    /* padding: 0 10px; */
    box-sizing: border-box;
}

.footer .foot_top .fot_ewm>div i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90px;
    text-align: center;
}

.footer .foot_top .fot_ewm>div img {
    width: 100%;
}


.footer .foot_top .fot_ewm>div span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.footer .foot_top .fot_ewm>div em {
    display: block;
    font-size: 14px;
    color: #6b6b6b;
}

html #hm_t_undefined .hm-t-go-top {
    position: fixed;
    right: 2px;
    bottom: 2px;
    z-index: 99998;
    cursor: pointer;
    width: 40px;
    height: 37px!important;
    text-align: center;
    white-space: normal;
    font-size: 30px;
    line-height: 17px;
    padding-top: 3px;
    color: #fff;
    background: #404040;
}
.hm-t-go-top{
    background-position: -42px center;
    background-color: rgb(102, 102, 102);
}

#hm_t_undefined{
    display: none;
}



/**版权所有**/
.footer-copy-right{
    background: #0598e6;
}
.footer-copy-right p{
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
    color: #8a8a8a;
    background: #292828;
}

.footer-copy-right p a{
    color: #8a8a8a;
}

.footer-copy-right p a:hover{
    color: #fff;
}
/**分类页**/
.huawei_content_main{
    padding-top: 78px;
    font-size: 14px;
}

.current-site-title{
    position: relative;
}

.current-site-title img{
    width: 100%;
    height: 200px;
}

.current-site-title p{
    position: absolute;
    left: 10%;
    top: 0;
    font-size: 30px;
    color: #FFFFFF;
}



.huawei_content_main .current-site-title{
    height: 200px;
    line-height: 200px;
    background: #3C3C3C;
    position: relative;
}
.huawei_content_main .current-site-title img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
}

.huawei_content_main .current-site-title h2{
    position: absolute;
    margin-left: 10%;
}

    


.huawei_content_main .main{
    width: 80%;
    margin: auto;
}

.huawei_content_main .main .current-site{
    padding: 20px 0px 15px 0px;
    border-bottom: dashed #D5D5D5 1px;
}

.huawei_content_main .main .all-category{
    padding: 20px 0px 0px 0px;
    border-bottom: #CCC solid 1px;
}

.huawei_content_main .main .all-category>div{
    margin-bottom: 20px;
}

.huawei_content_main .main .all-category>div b{
    color: #333;
    margin-right: 20px;
}

.huawei_content_main .main .all-category>div a{
    color: #999;
    /*margin-right: 15px;*/
    border-radius: 10px;
    padding: 3px 6px;
}

.huawei_content_main .main .all-category>div a:hover{
    background: #2C8DFB;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 3px 8px;
}

.huawei_content_main .main .all-category .search b{
    line-height: 30px;
}

.huawei_content_main .main .all-category .search .input-text{
    width: 100px;
    height: 20px;
    padding: 5px 30px 5px 5px;
    border: solid 1px #d9d9d9;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.huawei_content_main .main .all-category .search form{
    position: relative;
    margin-left: 10px;
}
.huawei_content_main .main .all-category .search .input-sub{
    position: absolute;
    top: 9px;
    right: 10px;
    color: #ccc;
}
/**产品展示案例**/
.pro-show{
    margin-top: 20px;
}
.pro-show ul{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.pro-show ul li {
    float: left;
    display: block;
    width: 24%;
    margin: 0.5%;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-show ul li div{
    background: #fff;
    overflow: hidden;
    width: 95%;
    padding: 10px 2.5%;
}


.pro-show ul li div p{
    /*height: 54px;*/
   /* min-height: 70px;*/
    font-size: 12px;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/

}

.pro-show ul li div p>a{
    color: #269ef2;
    font-weight: bolder;
}

.pro-show ul li div .posts_btn{
    text-align: center;
}

.pro-show ul li .show-pic{
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.pro-show ul li .show-pic img{
    width: 100%;
    height: 205px;
}

.pro-show ul li .posts_title {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
}

.pro-show ul li .posts_title a{
    font-size: 15px;
    color: #666;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
}

.pro-show ul li #casebtn, .contact_btn {
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    border: solid 1px #ffa800;
    color: #ffa800;
    border-radius: 5px;
    margin: 10px 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-show ul li .contact_btn {
    border: solid 1px #8BB902;
    color: #8BB902;
}

/**新闻列表**/
.news-list{
    background:#f5f5f5;
}
.news-list .other-content{
    width: 30%;
    border: solid 1px #EEE;
    padding: 10px 5px;
}

.news-list .other-content .other-content-title{
   border-bottom: solid 1px #CCCCCC;
}

.news-list .other-content .other-content-cate ul{
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    float: left;
}
.news-list .other-content .other-content-cate ul li{
    display: block;
    position: relative;
    overflow: hidden;
}

.news-list .other-content .other-content-cate ul li a{
    display: block;
    padding: 5px 0;
    width: 100%;
    float: left;
    overflow: hidden;
}

.news-list .other-content .other-content-cate ul li img{
    float: left;
    display: block;
    margin-top: 5px;
    width: 60px;
    margin-right: 10px;
    border-radius: 3px;
}

.news-list .other-content .other-content-cate ul li span{
    display: block;
    margin-left: 5px;
    padding-top: 10px;
}

.news-list .other-content .other-content-cate ul li span div{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 17px;
    overflow: hidden;
}

.news-list .other-content .other-content-cate ul li span p{
    font-size: 12px;
    color: #ff4800;
    text-transform: uppercase;
}

/**侧边热点新闻**/
.other-content-news{
    margin-top: 20px;
}

 .hot-list ul li img{
    width: 120px!important;
}

.hot-list ul li span em{
    font-size: 12px;
    color: #ff4800;
}
.hot-list ul li span p{
    color: #3C3C3C!important;
    margin-top: 5px;
    line-height: 18px;
}

/**列表页内容列表**/
.news-list  .list-item{
  padding-top: 30px;
}

.news-list .list-item ul{
    display: block;
    width: 1128px;
    margin: auto;
}

.news-list  .list-item ul li{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list  .list-item ul li>a{
   margin-top: 10px;
   margin-bottom: 15px;
}

.news-list  .list-item ul li:hover>a{
   background: #ddd;
   box-shadow: -2px 0px 5px 1px rgba(204, 204, 204, 0.3), 0px -2px 5px 1px rgba(204, 204, 204, 0.3), 5px 0px 5px 1px rgba(204, 204, 204, 0.3), 0px 2px 5px 1px rgba(204, 204, 204, 0.3);
}

.news-list  .list-item ul li:hover>a>div{
    background: #FFFFFF;
}

.news-list  .list-item ul li:hover>a .title{
    color: #0096e3;
}

.news-list  .list-item ul li:hover>a .li-f span{
    background:#0096e3; 
}

.news-list  .list-item ul li:hover>a .li-f{
    color: #0096e3;
}

.news-list  .list-item ul li a{
    display: block;
    width: calc(100% - px);
    float: left;
    height: 212px;
    background: #FFFFFF;
}


.news-list  .list-item ul li img{
    float: left;
    display: block;
    height: 180px;
    width: 291px;
    border: .5px solid #ccc;
    margin: 15px;
}

.news-list  .list-item ul li a>div{
    background: #FFFFFF;
    width: 768px;
    height: 190px;
    padding: 10px 15px;
    float: right;
    position: relative;   
}



.news-list  .list-item .title{
    padding: 30px 0px 15px 0px;
    font-weight: bolder;
    border-bottom: .5px solid #ccc;
    margin-bottom: 10px;
}

.news-list  .list-item  .content-des{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.news-list  .list-item   .li-f{
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    right: 15px;
    color:#999; 
    
}

.news-list  .list-item   .li-f label{
    margin-right: 15px;
    display: inline-block;
    width: 80px;
    height: 20px;
    overflow: hidden;
    line-height: 28px;
    position: absolute;
    right: 80px;
    bottom: 2px;
}

.news-list  .list-item   .li-f span{
    font-size: 12px;
    width: 15px;
    height: 15px;
    background: #999;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    line-height: 15px;
    text-align: center;

}





/**新闻分类导航**/
.classified-nav{
    height: 40px;
    background: #eee;
    border-bottom:5px solid #269ef2;
    padding-top: 15px;
}
.classified-nav>div{
    width: 80%;
    margin: auto;
}

.classified-nav a{
    line-height: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 8px 8px 0px 0px;
    color: #666;
}

.classified-nav .classified-active{
    background: #269ef2;
    color: #FFFFFF;
}

.all-category-active{
    background: #269ef2;
    color: #FFFFFF!important;
}




/**产品详情页**/
.pro-detail{
    width: 1200px;
    margin: auto;
    margin-top: 40px;   
}
.pro-detail .left{
    width: 60%;
    /*height: 500px;*/
}

.pro-detail .right{
    width: 35%;
    /*height: 500px;*/
    position: relative;
}

.pro-detail .right .pro-detail-title{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid .5px #ccc;
}
.pro-detail .right .pro-detail-title h2{
    margin-bottom: 10px;
}

.pro-detail .right .pro-detail-title .infot{
    width: 98%;
     border-left: 10px solid #ccc;
    border-bottom: none;
    background: #EFEFEF;
    color: #666;
    display: block;
    padding: 3px 0 3px 5px;
}

.pro-detail .right .pro-detail-guige a{
        display: inline-block;
        padding: 3px 5px;
        border-radius: 3px;
        background: #666;
        color:#FFFFFF ;
         margin-right: 5px;
}

.pro-detail .right .pro-detail-guige a:hover{
    background: #2C8DFB;
}

.pro-detail .right .pro-detail-guige{
    margin-top: 10px;
}

.pro-detail .right .pro-detail-guige-canshu{
    margin-top: 10px;
}
.pro-detail .right .pro-detail-guige-canshu p{
    line-height: 40px;
}

.pro-detail .right .pro-contact{
    margin: auto;
    margin-top: 20px;
    width: 420px;
}

.pro-detail .right .pro-contact a{
    text-align: center;
    padding: 5px 30px;
    border: 1px solid #0096e3;
    border-radius: 20px;
    font-size: 18px;
    color: #0096e3;
    font-weight:500;
    text-decoration: none;
    margin-top: 20px;
}

.pro-detail .right .pro-contact a:hover{
     background: #0096e3;
    color: #FFF!important;
}

.pro-detail .right .pro-contact a:nth-child(1){
    /*background: #c21111;*/
    margin-right: 38px;
}

.pro-detail .right .pro-contact a:nth-child(2){
   /* background: #3c3c3c;*/
}

.pro-detail .right .pro-contact .pro-contact-img{
    margin-top: 20px;
}

.pro-contact .active{
    background: #0096e3;
    color: #FFF!important;
}

.pro-contact-tel{
    margin-top: 30px;
}

.pro-contact-tel p{
    color:#0096e3;
    font-size: 19px; 
}

.pro-detail .right .pro-contact .pro-contact-img img{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;

}

.pro-detail .right .pro-contact .pro-contact-img span{
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    line-height: 26px;
}


.detail-content{
    padding-top: 20px;
    width: 1200px;
    margin: auto;
}

.detail-content .left{

}

.detail-content .right{
    width: calc(25% - 30px);
}

/**产品详情页 satrt**/
.pro-detail .swiper-container .left{
    width: 500px;
    height:500px;
    border: 1px solid #ccc;
}

.pro-detail .swiper-container .left img{
    width: 100%;
    height: 100%;
    /*border: 1px solid #ccc;*/
} 

.pro-detail .swiper-container .right{
    width: 144px;
    height: 500px;
}

.pro-detail .swiper-container .right>div img{
    width: 142px;
    height: 142px;
    border: 1px solid #ccc;
}

.pro-detail .swiper-container .right>div:not(:last-child){
    margin-bottom: 31px;
}

.pro-detail .swiper-container .right .active{
    border: 1px solid #0096e3;
}


/**产品详情页 end**/


/**为你推荐**/
.detail-content .right .foryou{
    border: 1px solid #e2e2e2;
    min-height: 200px;
    padding: 20px 10px;
}
.detail-content .right .theme_title {
    position: static;
    width: 100%;
    height: 27px;
    position: relative;
    border-bottom: 2px #e7e7e7 solid;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.detail-content .right .theme_title_left{
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 2px #1997e7 solid;
    bottom: -4px;
    padding-bottom: 3px;
}

.detail-content .right .theme_title .posts_titles {
    float: left;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    display: block;
}

.detail-content .right .theme_title span{
    float: left;
    color: #787878;
    margin-top: 5px;
}

.detail-content .right .foryou .for_news img{
    width: 100%;
}

.detail-content .right .foryou .for_news div{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}
.detail-content .right .foryou .for_news p{
    font-size: 12px;
    color: #666;
}

.detail-content .item-title{
    background: #e9efff;
}

.detail-content .item-title span{
    padding: 8px 0px;   
    width: calc((100% - 34px)/9);
    text-align: center;
    display: inline-block;
    color: #333;
    height: 30px;
    line-height: 30px;
}
.detail-content .item-title span:hover{
    cursor: pointer;
}

.detail-content .item-title .active{
    background: #0096e3;
    /*padding: 6px 10px;*/
    display: inline-block;
    color: #fff;
}
/**详情页热点**/
.detail-hot{
    height: 200px;
    margin-bottom: 20px;
}
.detail-hot a{
    display: block;
    text-align: center;
}
.detail-hot img{
    width: calc(20%-20px);
    height: 150px;
}

.detail-hot p{
    height: 35px;
    line-height: 35px;
    background: #3b3f42;
    color: #fff;
}

.detail-hot .item{
  margin-right: 20px;
}




.item-content .item-context{
    min-height: 500px;
    height: auto;
    padding: 20px 10px 40px 10px;
    margin-bottom: 40px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.item-content .item-context:not(:first-child){
    display: none;
}

/**新闻详情页**/
.news-content-all{
    /*min-height: 500px;*/

}

.news-content-all .left{
    width: 65%;
    /*min-height: 500px;*/
}
.news-content-all .title{
    text-align: center;
    padding: 10px 0px;
    border-bottom: dashed #D5D5D5 1px;
}
.news-content-all .title p{
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #1d70c5;
}

.news-content-all .title div span{
    display: inline-block;
    margin-right: 15px;
}

.news-content-all .left .content{
    padding: 15px 0px 15px 0px;
    border-bottom: solid 1px #ccc;
}

.news-content-all .right{
    width: calc(35% - 60px);
    padding-top: 20px;
}
.go-pre-next{
    margin: 15px 0px 15px 0;
}
.go-pre-next p{
    line-height: 24px;
}

.news-content-all .right .recommend img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.news-content-all .right .recommend .recommend-list ul li{
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: dashed #D5D5D5 1px;
    color: #3C3C3C;
}
.news-content-all .right .recommend .recommend-list ul li a{
    padding-left: 5px;
    color: #3C3C3C;
}

.news-content-all .right .recommend .recommend-title{
    border-bottom: solid #2C8DFB 1px;
    margin-top: 15px;

}

.news-content-all .right .recommend .recommend-title span{
    padding: 5px 8px;
    background: #2C8DFB;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;

}

/**分页**/
.page .pagination{
    display: inline-block;
    padding-left: 0;
    margin: 35px 0;
    border-radius: 4px;

}

.page nav{
    text-align: center;
}

.page .pagination>li{
    display: inline;
}

.page .pagination>li>a, .page .pagination>li>span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page .pagination>li>a:hover, .page .pagination>li>span:hover{
    background: #e2e2e2;
}


/**企业介绍**/
.company-introduce .menu-container{
    padding: 0;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    border: 0;
}
.company-introduce .menu-container .active{
    background: #2C8DFB;
    color: #FFFFFF!important;
}
.company-introduce .menu-container a:hover{
    background: #2C8DFB;
    color: #FFFFFF!important;
}
.company-introduce .left{
    width: 20%;
}
.company-introduce .right{
    width: calc(80% - 30px);
}

.company-introduce .left .menu-container ul li {
    position: relative;
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.company-introduce .left .menu-container ul li a{
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
}

.company-introduce .left .company-introduce-img{
    margin-top: 15px;
}

.company-introduce .left .company-introduce-img img{
    width: 100%;
    height: 100px;
}

.company-introduce .left .company-news-hot h3{
    padding-left: 10px;
    border-left: 3px solid  #2C8DFB;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.company-introduce .left .company-news-hot ul li{
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.company-introduce .left .company-news-hot ul li a{
    color: #666;
}

.company-introduce .left .company-news-hot{
    margin-top: 15px;
}

/**走进华威 start**/
.walk-into-huawei{
    padding-top: 200px;

}

.walk-into-huawei>.huawei-main-logo{
    width: 100%;
   /* height: 475px;*/
    margin-top: -100px;
}
.walk-into-huawei>.huawei-main-logo>img{
    width: 100%;
    height: auto;
}


.walk-into-huawei>.huawei-main-content{
       border-bottom: .5px solid #e2e2e2;
       margin-bottom: 40px;
       padding-bottom: 20px;
}

.walk-into-huawei>.huawei-main-content .content-banner{
    width: 1190px;
    margin: auto;
}

.walk-into-huawei>.huawei-main-content .banner-item{
    width: calc(20% - 85px);
    float: left;
    text-align: center;
    margin-top: 10px;
}

.walk-into-huawei>.huawei-main-content .banner-item:not(:last-child){
    margin-right: 105px;

}

.walk-into-huawei>.huawei-main-content .banner-item>a{
    display: inline-block;
    width: 80px;
    height: auto;
}

.walk-into-huawei>.huawei-main-content .banner-item img{
    width: 80%;

}

.walk-into-huawei>.huawei-main-content .banner-item>a>p>span{
     color: #666;
}

.walk-into-huawei>.huawei-main-content .banner-item>a:hover>p>span{
    color: #0096e3;

}

.huawei-content-context .context-des{
    width: 1128px;
    margin: auto;
    margin-bottom: 350px;
}

.huawei-content-context .context-des .left{
        width: 40%
}

.huawei-content-context .context-des .left img{
        width: calc(100% - 67px);
        height: 400px;
        margin-left: 67px;
}

.huawei-content-context .context-des .right{
    width: calc(60% - 147px);
    margin-left: 80px;
    padding-right: 67px;
}

.huawei-content-context .context-des .right h3{
    color: #0096e3;
    margin-bottom: 20px;
}

/**走进华威 end**/

/**产品中心 start**/
.product-all-banner{
    margin-bottom: 20px;
}
.product-all-banner p{
    text-align: center;
    font-size: 30px;
    height: 100px;
    margin: 0 0px 30px 0;
    border-bottom: .5px solid #e2e2e2;
    line-height: 100px;
}

.product-all-banner div{
    text-align: center;
    /*width: 688px;*/
    margin: auto;
    padding-left: 45px;
}

.product-all-banner div a{
    display: inline-block;
    padding: 4px 25px;
    margin-right: 40px;
    border: 1px solid #0096e3;
    border-radius: 15px;
    color: #0096e3;
    font-size: 16px;
    min-width: 80px;
    margin-bottom: 20px;
    /*float: left;*/
}

.cate-xjjt{
    width: 688px!important;

}

.cate-xjjt a{
    float: left!important;
}

.product-all-banner>div>a:hover{
    background: #0096e3;
    color: #FFFFFF;
}
.product-all-banner div .active{
    background: #0096e3;
    color: #FFFFFF;
}

.product-all-main{

}

.product-all-main .product-all-content{
    width: 1128px;
    margin: auto;
}
.product-list li
{
    width: calc((100% - 60px)/3);
    float: left;
    margin: 10px;
    margin-bottom: 30px;
}

.product-list li figure
{
    background-color: #eee;
    height: 334px;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.product-list li figure img
{
    display: block;
    width: 100%;
    height: 334px;
    transition: 424ms linear;
}

.product-list li figcaption
{
    display: block;
    color: #5d5d5d;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    margin-top: 14px;
    transition: 350ms;
}

.product-box .product-down
{
    float: left;
}

.product-list li figure mark
{
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0,108,184,.2);
    background: #0096e3\9;
    filter: alpha(opacity=20);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}

.product-list li figure mark b
{
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}

.product-list li figure mark b:before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #0096e3;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}

.product-list li figure mark b:after
{
    content: "";
    width: 1px;
    height: 100%;
    background: #0096e3;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}

.product-list li figure mark:before
{
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #0096e3;
    border-right: 3px solid #0096e3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.product-list li figure mark:after
{
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #0096e3;
    border-bottom: 3px solid #0096e3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.product-list li:hover figure mark
{
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}

.product-list li:hover figure mark:before
{
    height: 100%;
    transition: 330ms 200ms;
}

.product-list li:hover figure mark:after
{
    width: 100%;
    transition: 330ms 200ms;
}

.product-list li:hover figure img
{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.product-list li:hover figure mark b:before
{
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.product-list li:hover figure mark b:after
{
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.product-list li:hover figcaption
{
    color: #0096e3;
}
/**产品中心 end**/

/**分页样式 start**/
.page .pagination a{
    padding: 5px 10px;
    border: 1px solid #ccc; 
}

.page .pagination .active{
    color: #FFFFFF;
    background:#0096e3; 
}
/**分页样式 end**/

/**产品详情页 satrt**/
.huawei_content_main .huawei_pro_des_nav{
    height: 70px;
    border-bottom: 0.5px solid #ccc;
    margin-top: 20px;

}



.huawei_content_main .huawei_pro_des_nav>div{
    width: 1128px;
    margin: auto;
}

.huawei_content_main .huawei_pro_des_nav>div>div{
    height: 70px;
    line-height: 75px;
}

.huawei_content_main .huawei_pro_des_nav a{
    color: #666;
}
.huawei_content_main .huawei_pro_des_nav span{
    color: #666;
    padding: 0 20px;
}

.huawei_content_main .huawei_pro_des_nav span:hover{
    color: #0096e3;
}

.huawei_content_main .huawei_pro_des_nav  font{
    color: #666;
}

.huawei_content_main .huawei_pro_des_nav a:last-child>span{
    padding-right: 0;
}

.huawei_content_main .huawei_pro_des_nav a:last-child>font{
    display: none!important;
}

.huawei_content_main .huawei_pro_des_nav .left a span{
    padding:0 3px;
}


.huawei_content_main .huawei_pro_des_nav .right a font{
    height: 12px;
    display: inline-block;
    border-right: 1px solid #9c9fa0;
    vertical-align: middle;
}
/**产品详情页 end**/

/**华威资讯 start**/

.hwzx-main{
    
    margin: auto;
}

.hwzx-main .hwzx-banner{
    height: 100px;
    line-height: 100px;
    border-bottom: .5px solid #e2e2e2;
    background: #FFFFFF;
    text-align: center;
}

.hwzx-main .hwzx-banner a{
    padding: 5px 30px;
    border: 1px solid #0096e3;
    border-radius: 17px;
    color: #0096e3;
}

.hwzx-main .hwzx-banner a:hover{
    background: #0096e3;
    color: #FFFFFF;
}

.hwzx-main .hwzx-banner a:not(:last-child){
    margin-right: 45px;
}

.hwzx-main .hwzx-banner .active{
    color: #FFFFFF;
    background: #0096e3;
}

/**华威资讯 end**/
/**新闻详情页 start**/
.hwxw-des .main{
    width: 1128px;
    margin: auto;

}

.hwxw-des .main .main-title{
    padding: 23px 0 20px 0;
    border-bottom:.5px solid #e2e2e2;
    text-align: center;
}
.hwxw-des .main .main-title p{
    margin-top: 10px;
}
.hwxw-des .main .main-title p label{
    color: #ccc;
    display: inline-block;
    width: 149px;
    height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.hwxw-des .main .main-content{
    min-height: 600px;
    margin-bottom: 30px;
    border-bottom: .5px solid #ccc;
    padding: 30px 0;
	line-height: 2.2;
}

.hwxw-des .main .main-footer{
    margin-bottom: 45px;
}
.hwxw-des .main .main-footer .left p,.hwxw-des .main .main-footer .left p a{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.hwxw-des .main .main-footer .left p a:hover{
    color: #0096e3;
}
.hwxw-des .main .main-footer .right{
    margin-top: 10px;
}
.hwxw-des .main .main-footer .right>a{
     padding: 5px 30px;
     border-radius: 30px;
     color: #0096e3;
     border: 1px solid  #0096e3;
}
.hwxw-des .main .main-footer .right>a:hover{
    background: #0096e3;
    color: #FFFFFF;

}
/**新闻详情页 end**/

/**合作案例 satrt**/
.hzal-main .hzal-banner{
    height: 100px;
    line-height: 100px;
    border-bottom: .5px solid #e2e2e2;
    background: #FFFFFF;
    text-align: center;
}

.hzal-main .hzal-banner>div{
    width: 1128px;
    margin: auto;
}



.hzal-main .hzal-banner a{
    padding: 5px 35px;
    border-radius: 20px;
    color: #0096e3;
    border: 1px solid #0096e3;
}

.hzal-banner>div>a:hover{
    color: #FFFFFF;
    background: #0096e3;
}

.hzal-banner>div .active{
    color: #FFFFFF;
    background: #0096e3;
}

.hzal-main .hzal-banner a:not(:last-child){
    margin-right: 30px;
}
.hzal-main .main{
    background: #f5f5f5;
}

.hzal-main .hzal-all-content{
    width: 1128px;
    margin: auto;
    padding: 30px 0;
}

.hzal-main .hzal-all-content ul li{
    width: calc((100% - 100px)/2);
    float: left;
    margin-bottom: 50px;
}

.hzal-main .hzal-all-content ul li:hover>a>figure img{
    transform: scale(1.05);
}
.hzal-main .hzal-all-content ul li:hover{
    box-shadow: 2px 5px 8px rgba(204, 204, 204, 0.8);
}

.hzal-main .hzal-all-content ul li:nth-child(odd){
    margin-right: 85px;
}

.hzal-main .hzal-all-content ul li figure{
    background-color: #eee;
    height: 400px;
    display: block;
    line-height: normal;
    overflow: hidden;
    position: relative;
    border: 1px solid #d3d3d3;
}


.hzal-main .hzal-all-content ul li>a>figure img{
    display: block;
    width: 100%;
    height: 400px;
    transition: 424ms linear;
}
.hzal-main .hzal-all-content ul li>a>figure img:hover{
    
}

.hzal-main .hzal-all-content ul li>a>div>div>p{
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    border-bottom: .5px solid #e2e2e2;
    margin-bottom: 20px;

}

.hzal-main .hzal-all-content ul li>a>div .left p,.hzal-main .hzal-all-content ul li>a>div .right p{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.hzal-main .hzal-all-content ul li>a>div .left{
    
}

.hzal-main .hzal-all-content ul li>a .hzal-small-des{
    padding: 0 30px 65px 30px;
    background: #FFFFFF;
}
/**合作案例 end**/

/**合作案例详情 start**/
.hzal-main .hzal-all-des{
    width: 1128px;
    overflow: hidden;
    margin: auto;
}

.hzal-main .hzal-all-des .title{
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
}
.hzal-main .hzal-all-des .content{
    text-align: center;   
    max-width: 1128px;
    min-height: 300px;
    padding: 0 0 60px 0;
    overflow: hidden;
}

.hzal-main .hzal-all-des .content img{
    max-width: 1128px;
}
.hzal-main .hzal-all-des .content-footer{
    padding-bottom: 30px;
}


.hzal-main .hzal-all-des .content-footer .content-footer-banner {
    background: #e9efff;
}

.hzal-main .hzal-all-des .content-footer .content-footer-banner span{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: calc((100% - 10px)/3);
    text-align: center;
    color: #333;
}

.hzal-main .hzal-all-des .content-footer .content-footer-banner .active{
    background: #0096e3;
    color: #FFFFFF;
}

.hzal-main .hzal-all-des .content-footer .content-footer-des div{
    padding: 30px 0;
    min-height: 500px;
    border-bottom: .5px solid #ccc;
}

.hzal-main .hzal-all-des .content-footer .content-footer-des div:not(:nth-child(1)){
    display: none;
}

.hzal-all-des .main-footer{
     margin-bottom: 45px;
}

.hzal-all-des .main-footer .left p, .hzal-all-des .main-footer .left p a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.hzal-all-des .main-footer .right>a{
    padding: 5px 30px;
    border-radius: 30px;
    color: #0096e3;
    border: 1px solid #0096e3;
}

.hzal-all-des .main-footer .right>a:hover{
    background: #0096e3;
    color: #FFFFFF;
}
/**合作案例详情 end**/

/**联系我们 start**/
.lxwm-main .lxwm-banner{
    padding: 30px 0;
    width: 1128px;
    margin: auto;
    text-align: center;
}
.lxwm-main .lxwm-banner span{
    display: inline-block;
}

.lxwm-main .lxwm-banner span:not(:last-child){
    margin-right: 120px;
}

.lxwm-main .lxwm-banner span:nth-child(2){
    padding:0 100px;
    border-left: .5px solid #e2e2e2;
    border-right: .5px solid #e2e2e2;
}
.lxwm-main .lxwm-banner span img{
    width: 45px;
}
.lxwm-main .lxwm-banner span p{
    padding-top: 15px;
    letter-spacing: 2px;
}

.lxwm-main .main .baidu-map{
    
}

.lxwm-main .main .baidu-map #l-map{
    width: 1128px;
    height: 500px;
   /* border: .5px solid #ccc;*/
    margin: 30px auto;
}
.lxwm-main .main .customer-service{
    width: 1100px;
    margin: auto;
    margin-bottom: 150px;
    margin-top: 90px;
}
.lxwm-main .main .customer-service ul li{
   width: calc((100% - 50px)/2);
   float: left; 
   margin-bottom: 50px; 
}

.lxwm-main .main .customer-service ul li:hover>div{
    box-shadow: 0px 0px 20px 5px rgba(204, 204, 204, 0.8);
}

.lxwm-main .main .customer-service ul li:hover .kefu>label{
    color: #0096e3;
}

.lxwm-main .main .customer-service ul li span{
    display: inline-block;
}

.lxwm-main .main .customer-service ul li>div{
    box-shadow: 0px 0px 20px 5px rgba(204, 204, 204, 0.4);
    padding: 15px;
}

.lxwm-main .main .customer-service ul li>div .tubiao{
    position: relative;
    top: -77px;
    left: 15px;
}
.lxwm-main .main .customer-service ul li>div .tubiao img{
    width: 40px;
}
.lxwm-main .main .customer-service ul li>div .kefu{
    position: relative;
    top: -80px;
    left: 15px;
}

.lxwm-main .main .customer-service ul li>div .kefu label{
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    width: 170px;

}

.lxwm-main .main .customer-service ul li>div .qrcode img{
    width: 180px;
    float: left;
    position: relative;
    right: -75px;
}

/**联系我们 end**/

/**解决方案 start**/

.huawei_solution .main{
    width: 1128px;
    margin: auto;
    padding-bottom: 30px;
}

.huawei_solution .main .solution-item-list{
    height: 500px;
    margin-bottom: 15px;
}

.huawei_solution .main .solution-item-list img{
    width: 100%;
    height: 500px;
}
.huawei_solution .main .mark{
    position: relative;   
    background: rgba(204,204,204,0.2);
    width: 500px;
    padding: 30px;
    color: #ffffff;
}

.huawei_solution .main .solution-item-list:nth-child(1) .mark{
     top: -420px;
}

.huawei_solution .main .solution-item-list:nth-child(2) .mark{
     top: -408px;
}

.huawei_solution .main .solution-item-list:nth-child(3) .mark{
     top: -408px;
}

.huawei_solution .main .solution-item-list:nth-child(4) .mark{
     top: -423px;
}

.huawei_solution .main .solution-item-list:nth-child(5) .mark{
     top: -396px;
}
.huawei_solution .main .solution-item-list:nth-child(6) .mark{
     top: -408px;
}

.huawei_solution .main .mark a{
     color: #ffffff;
}
.huawei_solution .main .mark .title{
        font-size: 30px;
       
}

.huawei_solution .main .mark .des{
    margin-top: 20px;
    line-height: 20px;
}

.huawei_solution .main .mark .des p{
     text-indent:2em;
}

.huawei_solution .main .mark .more{
    margin-top: 20px;
}
.huawei_solution .main .mark .more a{  
    padding: 5px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
}

.huawei_solution .main .mark .des a:hover{
    text-decoration: underline;
    color: #0096e3;
}

.huawei_solution .main .mark-right{
    right: -569px;
}

/**解决方案 end**/
body{min-width:1200px}

.huawei_content_main .huawei_pro_des_nav .main{
	width: 100%;
}