.banner{
    background-color: #F6F6F6;
}
.banner .solve-main{
    width: 100%;
    background-color: #F6F6F6;
    padding-bottom: 40px;
}
/* 瀵艰埅閮ㄥ垎 */
.solve-nav{
    width: 210px;
}
.solve-navTitle{
    width: 100%;
    height: 75px;
    line-height: 75px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
    color: #333333;
    padding-left: 20px;
}
.solve-navTitle::before{
    content: '';
    position: absolute;
    width: 2px;
	height: 25px;
    background-color: #cf2222;
    left: 0;
    top: 25px;
}
.nav-list {
    width: 210px;
    padding: 30px 20px 40px;
    background: #fff;
}
.nav-list > li{
    padding-bottom: 20px;
    margin-top: 30px;
}
.nav-list > li::after{
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #ededed;
    left: 0;
    bottom: 0;
}
.nav-list > li:last-child::after{
    display: none;
}
.nav-list > li:first-child{
    margin-top: 0;
}

.nav-title {
    width: 170px;
    color: black; 
    font-size: 18px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    cursor: pointer;
}
.nav-title::after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: url('../images/solution/left.png');
    right: 0;
    top: 6.5px;
}
.nav-title.active::after{
    background: url('../images/solution/down.png');
}

.nav-box {
    width: 170px;
    display: none;
}

.nav-box .nav-box-list {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav-box .nav-box-list.acitve{
    color: #ffffff;
    background-color: #cc1414;
}

/* 涓讳綋鍒楄〃椤 */

.solve-contentList{
    width:1200px;
    padding:80px 40px;
    padding-bottom: 0;
    margin: 0 auto;
    background-color: #ffffff;
}
.solve-contentList  li>a{
    display: block;
    width: 100%;
    padding:0 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #ededed;
}
.solve-contentList  li:last-child>a{
    border: none;
}
.solve-contentList .list-image{
    width: 260px;
    height: 260px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.2);
    line-height: 260px;
}
.solve-contentList .list-image>img{
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}
.solve-contentList .list-text{
    width: 740px;
    margin-left: 35px;
    padding: 58px 0;
    height: 260px;
}
.solve-contentList .list-text .text-title{
	font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.solve-contentList .list-text .text-content{
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 54px;
    line-height: 28px;
}
.solve-contentList .list-text .text-tips{
    margin-top: 15px;
    line-height: 40px;
}
.solve-contentList .list-text .text-tips .fl{
	font-size: 14px;
	color: #999999;
}
.solve-contentList .list-text .text-tips .fr{
    width: 120px;
	height: 40px;
	background-color: #ffffff;
    border: solid 1px #666666;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    text-align: center;
}
.solve-contentList .list-text .text-tips .fr:hover{
    border: solid 1px #CC1414; 
    color: #CC1414;
}
/* 杈逛笂鏈€鐑ā鍧 */
.case-list{
    width: 100%;
    padding: 0 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.case-list .noCase{
    width: 100%;
    font-size: 16px;
}
.case-list a.fl{
    display: block;
    width: 330px;
    color: #333333;
    margin-right: 25px;
}
.case-list a.fl:last-child{
    margin-right: 0;
}

.case-list a.fl .img{
    width: 100%;
    height: 243px;
    margin-bottom: 20px;
}
.case-list a.fl .img img{
    width: 100%;
    height: 100%;
}
.case-list a.fl .title{
    width: 100%;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 44px;
    line-height: 22px;
    text-align: center;
}

/* 璇︽儏椤靛唴瀹 */
.solve-contentList .html-title{
    width: 100%;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
}
.solve-contentList .html-img{
    width: 100%;
    margin-bottom: 40px;
}
.solve-contentList .html-img>img{
    width: 100%;
}
.solve-contentList .html-content{
    width: 100%;
    padding: 0 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
}

.solve-contentList .html-content img{
    max-width: 100%;
    height: auto !important; 
}
.solve-contentList .html-content ul{
    margin-left: 25px;
}

.solve-contentList .html-content em{
    font-style: italic;
}
.solve-contentList .pagenext{
    width: 100%;
    padding: 60px 40px;
}
.solve-contentList .pagenext>a{
    text-decoration: none;
    display: block;
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
}