/*top*/
.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}
.topCon{
    max-width: 1201px;
    margin: 0 auto;
}
.topCon p{
    font-size: 12px;
    color: #545454;
    float: left;
    margin: 0;
}
.topCon div{
    float: right;
}
.topCon div a{
    color: #858585;
    font-size: 12px;
    text-decoration: none;
}
.topCon div a:hover{
    color: #0068bf;
}
/*logo*/
.logo{
    width: 1200px;
    margin: 0 auto;
}
.logo .left{
    display: inline-block;
}
.logo .left img{
    width: 120px;
}
.logo .left div{
    vertical-align: middle;
    font-size: 24px;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.logo .left div::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(to bottom, #fff, #ccc, #fff);
}
.logo .left div span{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    display: block;
}
.logo .left div p{
    margin: 6px 0 0;
    font-size: 16px;
    color: #333;
}
.logo .right{
    float: right;
}
.logo .tel{
    margin-top: 15px;
}
.logo .tel img{
    vertical-align: top;
    margin-right: 2px;
    width: 50px;
}
.logo .tel div{
    display: inline-block;
    padding-top: 2px;
    padding-left: 5px;
}
.logo .tel div p{
    font-size: 14px;
    margin: 0 0 5px;
    color: #333;
}
.logo .right p span{
    font-size: 16px;
    color: #0a59b5;
    font-weight: bold;
}
/*nav*/
.navlist{
    background: #0061b2;
    height: 50px;
}
.navlist>ul{
    width: 1200px;
    margin: 0 auto;
}
.navitem{
    float: left;
    position: relative;
}
.navitem>a{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: bold;
}
.navitem>a::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0a59b5;
    opacity: 0;
}
.navitem>a::after{
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    height: 22px;
    width: 1px;
    background: #236abd;
}
.navitem:last-child>a::after,
.navitem>a:hover::after,
.navitem.active>a::after{
    display: none;
}
.navitem>a:hover,
.navitem.active>a{
    color: #0059a2;
    background: #FFFFFF;
}
.navitem>a:hover::before,
.navitem.active>a::before{
    opacity: 1;
}
.sub-nav{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #0061b2;
    display: none;
}
.sub-nav li a{
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
}
.sub-nav li:hover a,
.sub-nav li.active a{
    color: #0059a2;
    background: #fff;
}
.navitem:hover .sub-nav{
    display: block;
}

/*banner*/
.banner-box{
    min-width: 1200px;
}
.banner-box img{
	width:100%;
    height: 420px !important;  /*暂定 删除*/
}
.banner-info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
.banner-info h4{
    font-size: 22px;
    margin: 0 0 30px;
}
.banner-info h2{
    font-size: 55px;
    font-weight: bold;
    margin: 0 0 50px;
}
.banner-info a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fead11;
    margin: 0 auto;
    font-size: 18px;
}

/*search*/
.search{
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.search-box{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
}
.search-box p{
    color: #666;
    height: 60px;
    line-height: 60px;
    float: left;
    margin: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.search-box p b{
    color: #0a59b5;
}
.search-box p a{
    color: #666;
    text-decoration: none;
    padding: 0 5px;
}
.search-box p a:hover{
    color: #0a59b5;
}
.search-box .fs{
    padding-right: 10px;
    float: right;
    width: 43%;
}
.search-box .fs form{
    width: 100%;
    margin-top: 12px;
}
.fs input{
    color: #666;
    padding-left: 10px;
    outline: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    float: none !important;
}
.fs button{
    color: #666;
    outline: none;
}

/*服务项目*/
.service-container{
    background: url("../images/ser-bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.ser-list li{
    float: left;
    width: 280px;
    height: 380px;
    overflow: hidden;
    margin-right: 26px;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 50px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ser-list li:last-child{
    margin-right: 0;
}
.ser-list li .info{
    text-align: center;
}
.ser-list li .info img{
    display: block;
    margin: 0 auto;
}
.ser-list li .info h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 20px;
}
.ser-list li .info p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
}
.ser-list li .mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px;
    background: #fff;
    z-index: 300;
}
.ser-list li .mask h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 40px;
}
.ser-list li .mask p{
    position: relative;
    padding-left: 15px;
}
.ser-list li .mask p a{
    font-size: 14px;
    color: #333;
}
.ser-list li .mask p a:hover{
    color: #0a59b5;
}
.ser-list li .mask p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #0a59b5;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
}
.ser-list li .mask>a{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #0a59b5;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
}
.ser-list li:hover .mask{
    display: block;
}

/*痛点*/
.td-list li{
    float: left;
    width: 300px;
    text-align: center;
    padding: 25px 40px;
    border-right: 1px solid #f1f1f1;
}
.td-list li:last-child{
    border-right: none;
}
.td-list li h2{
    font-size: 38px;
    font-weight: bold;
    color: #0a59b5;
    margin: 0 0 20px;
}
.td-list li h4{
    font-size: 20px;
    font-weight: bold;
    color: #0a59b5;
    margin: 0 0 30px;
}
.td-list li p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.td-bottom{
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 30px auto 50px;
    color: #fff;
    background: #0a59b5;
    border-radius: 40px;
    width: 900px;
    font-size: 16px;
    text-align: center;
}
.td-bottom a{
    float: right;
    width: 180px;
    line-height: 45px;
    background: #f0ad4e;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    right: -1px;
    color: #fff;
}

/*解决方案*/
.solution-container{
    text-align: center;
    background: url("../images/solution-bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
}
.solution-container .tit h4{
    font-size: 18px;
    color: #fffefe;
    margin: 0 0 15px;
}
.solution-container .tit h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 50px;
}
.solution-container .tit h3 span{
    color: #fead11;
}
.solution-list{
    max-width: 1010px;
    margin: 0 auto;
}
.solution-list li{
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 70PX;
}
.solution-list li p{
    font-size: 16px;
    line-height: 28px;
    width: 130px;
    margin: 50px auto 0;
}
.solution-list li:last-child{
    margin-right: 0;
}
.solution-list li span{
    color: #fc0d0d;
}
.solu-bottom{
    padding: 40px 0;
    width: 560px;
    margin: 0 auto;
}
.solu-tel{
    width: 360px;
    background: url("../images/solution_tel.png") no-repeat left;
    background-size: auto 80%;
    color: #fff;
    padding-left: 40px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;;
}
.solu-tel span{
    font-size: 18px;
    color: #e1e1e1;
    float: left;
}
.solu-tel h3{
    float: left;
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    font-size: 30px;
}
.solu-bottom a{
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fead11;
    margin: 5px auto 30px;
    font-size: 16px;
    position: relative;
    top: 5px;
}

/*优势*/
.advan-container{
    background: url("../images/advan-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.advan-con{
    padding: 20px 0 40px;
}
.advan-item{
    float: left;
    width: 600px;
    padding: 0 50px;
}
.advan-item li{
    margin-bottom: 25px;
}
.advan-item li>span{
    float: left;
    width: 55px;
    height: 70px;
    background: #0a59b5;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    border-bottom: 10px solid #f0ad4e;
    margin-right: 25px;
}
.advan-item li .info{
    float: left;
    width: 420px;
}
.advan-item li .info h3{
    font-size: 20px;
    font-weight: bold;
    color: #0a59b5;
    margin: 4px 0 10px;
}
.advan-item li .info p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 0;
}
.advan-item li .info p span{
    color: #0a59b5;
    font-weight: bold;
}
.advan-item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.advan-two ul{
    padding-top: 110px;
}

/*过渡框*/
.gd-container{
    padding: 40px 0;
    background: url("../images/gd-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.gd-container .left{
    float: left;
}
.gd-container .left span{
    float: left;
    font-size: 78px;
    line-height: 60px;
    color: #f0ad4e;
    margin-right: 5px;
}
.gd-container .left h3{
    font-size: 30px;
    color: #f0ad4e;
    font-weight: bold;
    margin: 0 0 5px;
}
.gd-container .left p{
    font-size: 20px;
    color: #fff;
}
.gd-container .left>p{
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0;
}
.gd-container .right{
    float: right;
}
.gd-container .right .tel{
    width: 280px;
    background: url(../images/solution_tel.png) no-repeat left;
    color: #fff;
    padding-left: 60px;
    text-align: left;
}
.gd-container .right .tel span{
    font-size: 14px;
}
.gd-container .right .tel h3{
    font-weight: bold;
    margin: 5px 0 15px;
    font-size: 28px;
}
.gd-container .right a{
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fead11;
    margin: 0 auto;
    font-size: 16px;
}

/*合作案例*/
.case-container{

}
.case-slide .hd{
    text-align: center;
}
.case-slide .hd li{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    font-size: 14px;
    background: #0a59b5;
    color: #fff;
    cursor: pointer;
}
.case-slide .hd li.more{
    background: #373737;
}
.case-slide .hd li.more a{
    color: #fff;
}
.case-slide .bd{
    margin-top: 40px;
}
.case-slide .bd li{
    height: 560px;
    overflow: hidden;
}
.case-slide .bd li img{
    display: block;
    width: 100%;
}
.case-slide .bd li .left{
    float: left;
    width: 800px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    height: 560px;
    border-right: none;
}
.case-slide .bd li .left .con{
    float: left;
    width: 420px;
}
.case-slide .bd li .left h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 50px;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.case-slide .bd li .left p{
    font-size: 14px;
    color: #666;
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-slide .bd li .left .link{
    float: right;
    padding-top: 25px;
    width: 260px;
    text-align: right;
}
.case-slide .bd li .left a{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 20px;
}
.case-slide .bd li .left a.zixun{
    background: #f0ad4e;
}
.case-slide .bd li .left a.detail{
    background: #0a59b5;
}
.case-slide .bd li .right{
    height: 560px;
    float: right;
    width: 400px;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
.case-slide .bd li .ritem{
    position: relative;
    height: 257px;
}
.case-slide .bd li .ritem:first-child{
    margin-bottom: 15px;
}
.case-slide .bd li .ritem img{
    display: block;
    height: 257px;
    width: 100%;
}
.case-slide .bd li .ritem .info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(0,0,0,.4);
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.case-slide .bd li .ritem h3{
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    color: #fff;
}
.case-slide .bd li .ritem p{
    font-size: 14px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}
.case-slide .bd li .ritem:hover .info{
    opacity: 1;
}


/*最新资讯*/
.news-container{
    background: #ececec;
    padding: 50px 0;
    margin-top: 65px;
}
.news-left{
    float: left;
    width: 800px;
}
.news-container .tit{
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 10px;
}
.news-container .tit h3{
    float: left;
    margin: 0;
    max-width: 80%;
}
.news-container .tit h3 a,
.news-right .tit h3{
    float: left;
    width: 110px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.news-container .tit li{
    float: left;
    width: 110px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.news-container .tit li.on{
    background: #0a59b5;
    color: #fff;
}
.news-container .tit ul>a{
    float: right;
    color: #0a59b5;;
}
.news-left .tit h3 a.active,
.news-left .tit h3 a:hover{
    background: #0a59b5;
    color: #fff;
}
.news-container .tit>a{
    float: right;
    color: #0a59b5;
    font-weight: bold;
}
.nl-con{
    border: none;
    padding: 15px;
    height: 390px;
    overflow: hidden;
    background: #fff ;
}
.nl-left{
    float: left;
    width: 370px;
    background: #fff;
}
.nl-left img{
    display: block;
    width: 100%;
}
.nl-left .info h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 55px;
    line-height: 65px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nl-left .info p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nl-left .info a{
    float: right;
    color: #0a59b5;
}
.nl-con ul{
    float: right;
    width: 370px;
}
.nl-con li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e1e1e1;
}
.nl-con li h3{
    float: left;
    margin: 0;
    width: 270px;
}
.nl-con li h3 a{
    font-size: 14px;
    color: #666;
    height: 45px;
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.nl-con li h3 a:hover{
    color: #0a59b5;
}
.nl-con li span{
    float: right;
    width: 80px;
    font-size: 14px;
    color: #666;
}
.news-right{
    float: right;
    width: 350px;
}
.news-right .tit h3{
    color: #0a59b5;
}
.nr-con{
    height: 390px;
    overflow: hidden;
    border: none;
    background: #fff;
    padding: 15px;
}
.nr-con li h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0;
    padding-left: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nr-con li h3::before{
    content: 'Q';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    background: #0a59b5;
}
.nr-con li p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.nr-con li p::before{
    content: 'A';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 15px;
    margin-top: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    background: #373737;
}

/*合作伙伴*/
.partner-container{
    padding: 0 0 30px;
}
.partner-slide>a{
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.partner-slide>a.partner-prev{
    left: -50px;
    background: url("../images/prev.png") no-repeat;
    background-size: 100% 100%;
}
.partner-slide>a.partner-next{
    right: -50px;
    background: url("../images/next.png") no-repeat;
    background-size: 100% 100%;
}
.partner-slide>a.partner-prev:hover{
    background: url("../images/prev_a.png") no-repeat;
    background-size: 100% 100%;
}
.partner-slide>a.partner-next:hover{
    background: url("../images/next_a.png") no-repeat;
    background-size: 100% 100%;
}
.partner-slide{
    width: 1200px;
    position: relative;
}
.partner-slide .tempWrap{
    width: 1200px !important;
    overflow: hidden;
}
.partner-slide .bd li{
    float: left;
    width: 215px;
    margin-right: 25px;
}
.partner-slide .bd li a{
    display: block;
}
.partner-slide .bd li a img{
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    height:103px;
}
.partner-slide .bd li h3{
    font-size: 15px;
    color: #333;
    text-align: center;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

/*友情链接*/
.link-container{
    padding: 30px 0;
}
.link-container span{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0a59b5;
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}
.link-container a{
    font-size: 14px;
    color: #333;
    padding-right: 10px;
    border-right: 1px solid #888;
    margin-right: 10px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
}
.link-container a:last-child{
    border-right: none;
}
.link-container a:hover{
    color: #0a59b5;
}

/*footer*/
.footer{
    background: #373737;
    padding: 40px 0;
}
.fleft{
    float: left;
    width: 260px;
    text-align: center;
}
.fleft img{
    display: block;
    margin-bottom: 15px;
}
.fleft .ftel{
    background: url(../images/solution_tel.png) no-repeat left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #fff;
    padding-left: 40px;
    display: inline-block;
}
.fleft .ftel span{
    font-size: 14px;
}
.fleft .ftel p{
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.fcenter{
    float: left;
    width: 650px;
    text-align: center;
    color: #aaa;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    padding-bottom: 20px;
}
.fcenter div{
    padding: 20px 0 30px;
}
.fcenter a{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #666;
    color: #aaa;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}
.fcenter a:last-child{
    border-right: none;
}
.fcenter p{
    font-size: 14px;
    color: #aaa;
    margin: 0 0 20px;
}
.fright{
    float: right;
    width: 250px;    text-align: center;
}
.fright img{
    display: block;
    margin: 0 auto;
}
.fright p{
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0;
    color: #aaa;
}
/*fix-box*/
.fix-box{
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 1000;
}
.fix-box li{
    margin-bottom: 6px;
}
.fix-box li a{
    display: block;
    padding-top: 10px;
    background: #0a59b5;
    text-align: center;
    width: 70px;
    height: 70px;
    position: relative;
}
.fix-box li img{
    display: block;
    margin: 0 auto;
}
.fix-box li h3{
    font-size: 12px;
    margin: 8px 0 0;
    color: #fff;
}
.fix-box li a:hover{
    background: #fead11;
}
.fewm{
    position: absolute;
    right: 75px;
    bottom: 6px;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    margin: 0;
    display: none;
}
.fewm img{
    display: block;
    width: 110px;
    height: 110px;
}
.fix-box li:hover .fewm{
    display: block;
}

/*service.html*/
.p-banner{
    position: relative;
}
.p-banner img{
    display: block;
    width: 100%;
    height: 420px;
}
.p-banner .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    color: #fff;
    padding-top: 10%;
}
.p-banner .info h3{
    font-size: 36px;
    margin: 0 0 30px;
}
.p-banner .info p{
    font-size: 20px;
}

/*服务项目*/
.pser-item{
}
.pser-item .box{
    padding: 50px;
}
.bg,
.bgf5{
    background: #F5F5F5;
}
.bgff{
    background: #fff;
}
.pser-left{
    float: left;
    width: 550px;
}
.pser-right{
    float: right;
    width: 550px;
}
.pser-item .info{
    padding-left: 40px;
    padding-top: 30px;
}
.pser-item .info h3{
    color: #0a59b5;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}
.pser-item .info h4{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 0 0 30px;
}
.pser-item .info p{
    position: relative;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}
.pser-item .info p::before{
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0a59b5;
    content: '';
}
.pser-item .info p a{
    font-size: 16px;
    color: #333;
}
.pser-item .info p a:hover{
    color: #0a59b5;
}
 .pser-item .info>a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FEAD11;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

/*表单*/
.form-container{
    background: url("../images/form-bg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    padding: 50px 0 30px;
}
.form-container .box{
    width: 900px;
    margin: 0 auto;
}
.form-container h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}
.p-form li{
    margin-bottom: 25px;
}
.input_01{
    display: block;
    float: left;
    width: 280px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    background: #fff;
    margin-right: 30px;
    border: 1px solid #e1e1e1;
}
.input_01:last-child{
    margin-right: 0;
}
.input_02{
    display: block;
    width: 900px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}
.p-form li button{
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: #FEAD11;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*solution.html*/
.solu-item.bgf5{
    padding-bottom: 60px;
}
.solu-item.bgff{
    padding-bottom: 60px;
}
.solu-item.bgff .solu-right{
    text-align: right;
}
.solu-tit{
    font-size: 28px;
    color: #222;
    margin: 0;
    padding: 60px 0;
    font-weight: bold;
    text-align: center;
}
.solu-left{
    float: left;
    width: 600px;
}

.solu-right{
    float: right;
    width: 600px;
}
.solu-info{

}
.solu-info h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 40px;
    color: #0a59b5;
}
.solu-info p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.solu-info p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0a59b5;
}
.solu-info a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FEAD11;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

/*case.html*/
.page-case{
    padding: 60px 0;
}
.page-case .box{
    width: 1100px;
    margin: 0 auto;
}
.pcase-nav{
    text-align: center;
}
.pcase-nav a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    font-size: 14px;
    background: #0a59b5;
    color: #fff;
}
.pcase-nav a.active,
.pcase-nav a:hover{
    background: #373737;
}

.pcase-list{
    padding-top: 50px;
    margin-bottom: 50px;
}
.pcase-item{
    border: 1px solid #e1e1e1;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pcase-item:hover{
    -webkit-box-shadow: 0 0 3px #e1e1e1;
    -moz-box-shadow: 0 0 3px #e1e1e1;
    box-shadow: 0 0 10px #d1d1d1;
}
.pcase-item img{
    float: left;
    width: 260px;
    height: 180px;
}
.pcase-item .info{
    float: right;
    width: 780px;
}
.pcase-item .info h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.pcase-item .info p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #666;
    margin: 0 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pcase-item .info .link{
}
.pcase-item .info a{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
}
.pcase-item .info a.detail{
    background: #0a59b5;
}
.pcase-item .info a.zixun{
    background: #f0ad4e;
}

/*news.html*/
.page-news{
    padding: 60px 0;
}
.page-news .box{
    width: 1100px;
    margin: 0 auto;
}
.pnews-nav{
    text-align: center;
}
.pnews-nav a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    font-size: 14px;
    background: #0a59b5;
    color: #fff;
}
.pnews-nav a.active,
.pnews-nav a:hover{
    background: #373737;
}

.pnews-list{
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px dashed #e1e1e1;
}
.pnews-item{
    border-bottom: 1px dashed #e1e1e1;
    padding: 20px 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}
.pnews-item div{
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
}
.pnews-item h3{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    position: relative;
    padding-left: 15px;
}
.pnews-item a:hover h3{
    color: #0a59b5;
}
.pnews-item h3::before{
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #868686;
    content: '';
    top: 13px;
}
.pnews-item span{
    float: right;
    font-size: 14px;
    color: #555;
}
.pnews-item p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*detail.html*/
.detail-box{
    padding-top: 30px;
    padding-bottom: 110px;
}
.detail-box .box{
    width: 1100px;
    margin: 0 auto;
}
.detail-tit{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px dashed #e1e1e1;
}
.detail-tit h3{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
.detail-tit p{
    font-size: 14px;
    color: #555;
    margin: 0;
}
.detail-content{
    padding: 20px 0 0;
}
.detail-content,
.detail-content p{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 5px;
}
.detail-content img{
    /*display: block;*/
    max-width: 100%;
    margin: 5px 0;
}

/*contact.html*/
.contact{
    padding-bottom: 80px;
}
.contact .box{
    width: 1100px;
    margin: 0 auto;
}
.contact .infos li{
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding: 30px 50px;
}
.contact .infos li:last-child{
    border-right: none;
}
.contact .infos img{
    display: block;
    margin: 20px auto;
}
.contact .infos h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.contact .infos p{
    font-size: 15px;
    color: #333;
}
.map{
    margin-top: 50px;
    border: 1px solid #e1e1e1;
}

/*about.html*/
.about{
    padding-bottom: 80px;
}
.ab-tit{
    padding: 60px 0 30px;
    text-align: center;
    position: relative;
}
.ab-tit::before,
.ab-tit::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #0a59b5;
}
.ab-tit::before{
    left: 370px;
}
.ab-tit::after{
    right: 370px;
}
.ab-tit h3{
    font-size: 26px;
    color: #0a59b5;
    font-weight: bold;
    margin: 0 0 10px;
}
.ab-tit p{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.ab-content img{
    display: block;
    max-width: 100%;
    margin: 10px auto;
}
.ab-content p{
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.honer-slide{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.honer-slide .bd li{
    float: left;
    width: 255px;
    margin-right: 26px;
}
.honer-slide .bd li img{
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
}
.honer-slide .tempWrap{
    width: 1100px !important;
}
.honer-slide>a{
    position: absolute;
    top: 36%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.honer-slide>a.prev{
    left: -60px;
    background: url("../images/prev.png") no-repeat;
    background-size: 100% 100%;
}
.honer-slide>a.next{
    right: -60px;
    background: url("../images/next.png") no-repeat;
    background-size: 100% 100%;
}
/*.honer-slide>a.prev:hover{*/
    /*background: url("../images/prev_a.png") no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/
/*.honer-slide>a.next:hover{*/
    /*background: url("../images/next_a.png") no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/


/*product.html*/
.product{
    padding: 60px 0;
}
.product .box{
    width: 1100px;
    margin: 0 auto;
}
.pro-nav{
    text-align: center;
}
.pro-nav a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    font-size: 14px;
    background: #0a59b5;
    color: #fff;
}
.pro-nav a.active,
.pro-nav a:hover{
    background: #373737;
}
.pro-list{
    margin-top: 60px;
}
.pro-item{
    float: left;
    width: 350px;
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}
.pro-item:nth-child(3n){
    margin-right: 0;
}
.pro-item img{
    display: block;
    width: 100%;
    height: 260px;
}
.pro-item .info{
    padding: 80px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pro-item .info h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-item .info p{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro-item .info a{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 40px auto 0;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pro-item:hover .info{
    background: rgba(11,89,185,.8);
    padding-top: 50px;
}
.pro-item:hover .info a{
    opacity: 1;
}

/*page*/
.page{
    margin: 30px auto 0;
    text-align: center;
}
.page ul li{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #666;
}
.page ul li a{
    display: block;
    text-decoration: none;
    color: #666;
}
.page ul li:hover,
.page ul li.current{
    border: 1px solid #0068bf;
    background: #0068bf;
    color: #fff;
}
.page ul li:hover a,
.page ul li.current a{
    color: #fff;

}

/*配件详情页*/

.product .content{
    font-size: 15px;
    line-height: 24px;
}
.pd-box{
    padding: 30px 0;
}
.pd-left{
    float: left;
    width: 530px;
}
.pd-left>img{
    width: 100%;
    display: block;
}
.pd-case-box{
    margin-top: 40px;
}
.pd-case-box>h2{
    height: 45px;
    line-height: 45px;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #0a59b5;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.pd-case{
    padding-top: 15px;
}
.pd-case a:first-child{
    float: left;
    width: 48.5%;
}
.pd-case a:last-child{
    float: right;
    width: 48.5%;
}
.pd-case a img{
    display: block;
    width: 100%;
}
.pd-case a h3{
    text-align: center;
    font-size: 16px;
    color: #222;
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pd-case a:hover h3{
    color: #0a59b5;
}
.pd-right{
    float: right;
    width: 530px;
    background: #e1e1e1;
    padding: 35px;
}
.pd-ritem{
    margin-bottom: 30px;
}
.pd-ritem h3{
    margin: 0 0 10px;
    font-size: 20px;
    color: #0a59b5;
    font-weight: bold;
}
.pd-ritem p{
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.pb-bottom{
    text-align: center;
    padding-top: 20px;
}
.pb-bottom p{
    display: inline-block;
    margin: 0 40px 0 0;
    width: 160px;
}
.pb-bottom p:last-child{
    margin-right: 0;
}
.pb-bottom p img{
    display: block;
    margin: 0 auto 6px;
}
.pb-bottom p span{
    font-size: 15px;
}




