﻿/*2017.12.22zq+*/
/*全局*/
.clearfix :after {
    content: "";
    clear: both;
}
/*home banner*/
.Homebanner {
width:100%;
}
    .Homebanner img {
    min-width: 1200px;
    width: 100%;
    }
/*home news*/
.home_news_list {
    position: relative;
    background: #fff;
}
.home_news_topline {
    background: url(../images/banner/line.png) repeat 0px -32px;
    height: 24px;
    position: absolute;
    width: 100%;
    top: 0;
}

.home_news_bottomline {
    background: url(../images/banner/line.png) repeat 0px -53px;
    height: 24px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
/* home solutions */
.home_solutions_title {
    padding-top: 55px;
}

.home_solutions {
    background: url(../images/index201601/solutions_bg3.png) no-repeat top center;
    height: auto;
}

.home_solutions_text {
    margin-top: 0px;
    margin-bottom: 3px;
}

.jjfa_wrap {
    background:transparent;
    margin-top: 34px;
}

.jjfa-content {
    height: 560px;
    width: 1020px;
    margin: 0px auto;
    padding-top: 24px;
}

    .jjfa-content ul {
        height: 560px;
        width: 1020px;
        margin: 0 auto;
        list-style: none;
    }

        .jjfa-content ul li {
            width: 235px;
            height: 265px;
            float: left;
            margin: 0px 10px 10px 10px;
            position: relative;
        }

.block-span {
    display: block;
    width: 140px;
    height: 140px;
    margin: 10px auto 10px auto;
}

.b_title {
    font-weight: 100;
    font-size: 18px;
    margin: 5px auto 5px auto;
    text-align: center;
    display: block;
    color: #4a4949;
}

.bhover {
    color: #FFFFFF;
}

.content-div {
    position: absolute;
    z-index: 3;
    width: 235px;
}

.bg {
    position: absolute;
    width: 100%;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 265px;
}

.span1 {
    background: url(../images/index201601/s_1.png) no-repeat center top;
    transition: all 0.5s;
}

.span2 {
    background: url(../images/index201601/s_2.png) no-repeat center top;
    transition: all 0.5s;
}

.span3 {
    background: url(../images/index201601/s_3.png) no-repeat center top;
    transition: all 0.5s;
}

.span4 {
    background: url(../images/index201601/s_4.png) no-repeat center top;
    transition: all 0.5s;
}

.span5 {
    background: url(../images/index201601/s_7.png) no-repeat center top;
    transition: all 0.5s;
}

.span6 {
    background: url(../images/index201601/s_6.png) no-repeat center top;
    transition: all 0.5s;
}

.span7 {
    background: url(../images/index201601/s_5.png) no-repeat center top;
    transition: all 0.5s;
}

.span8 {
    background: url(../images/index201601/s_8.png) no-repeat center top;
    transition: all 0.5s;
}

a.content {
    transition: all 0.5s;
}

.content p {
    margin: 7px;
    color: #666;
}

.blogroll {
    background-color: #1bb4c3;
}

/*2018.1.9zq+解决方案样式2*/

.b_title {
    font-size: 17px;
    margin: 30px auto 5px auto;
}

.block-span {
    margin: 15px auto 10px auto;
}

.jjfa-content ul li {
    height: 250px;
    margin: 14px 10px 10px 10px;
}
.home_solutions_title{padding-top: 32px;}
.jjfa_wrap{ margin-top:0;  }
 .jjfa-content{padding-top:0; }
