.clear:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}
			.fl{ float:left;}.fr{ float:right;}
			
			.w1920 {
			    position: relative;
			    width:100%;
			    margin: 0 auto;
			    height: 100%;
			    
			}
			
			.w1640 {
			    position: relative;
			    width: 1640px;
			    margin: 0 auto;
			    height: 100%;
			    max-width: 100%;
			}

			
			/* 方案详情 */
			.sold {
			    background-color: #F7F7F7;
			    padding: 80px 0 0 0;
			}
			.sold h2{font-size: 24px;line-height: 25px;    color: #000;
    padding: 25px 0 10px 0;font-weight: 300;
			}
			 
				 
			.sol_d p {
			   line-height: 25px;font-size: 14px;color: #000;margin-top: 10px;
			}
			
			
			
			.sol_d .left {
			    float: left;
			    width: 72.3%;
			    background-color: transparent;
			    padding: 0;
			}
			
			.sol_d .left img {
			    margin: 0 auto;
			    margin-top: 8px;
			}
			
			.sol_d .left .l1 {
			    background-color: #fff;
			    padding: 50px 40px;
			    color: #333333;
			    margin-bottom: 30px;
			}
			
			.sol_d .left .l1 .tit {
			    margin-bottom: 10px;
			    padding-top: 24px;
			    position: relative;
			    line-height: 36px;
			    font-weight: 500;font-size: 24px;
			}
			
			.sol_d .left .l1 .tit::after {
			    content: "";
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 40px;
			    height: 4px;
			    background-color: #182987;
			}
			
			.sol_d .left .l1 .h {
			    line-height: 36px;
			}
			
			.sol_d .left .l1 .p {
			    color: #666666;
			    line-height: 30px;
			    text-align: justify;
			}
			
			.sol_d .left .l2 {
			    background-color: #fff;
			    padding: 26px 40px;
			    color: #333333;
			    margin-bottom: 60px;
			}
			
			.sol_d .left .l2 .h {
			    line-height: 36px;
			    color: #333333;
			    margin-bottom: 30px;
			}
			
			.sol_d .left .l2 .p {
			    color: #666666;
			    margin-bottom: 50px;
			}
			
			.sol_d .left .l2 .p p {
			    line-height: 32px;
			}
			
			.sol_d .left .l2 .p span {
			    display: inline-block;
			    padding-left: 18px;
			    position: relative;
			    line-height: 32px;
			    color: #182987;
			}
			
			.sol_d .left .l2 .p span:after {
			    content: "";
			    position: absolute;
			    top: 12px;
			    left: 0;
			    width: 8px;
			    height: 8px;
			    border-radius: 50%;
			    background-color: #182987;
			}
			
			.sol_d .right {
			    float: right;
			    width: 25.2%;
			    background-color: #fff;
			    padding: 30px 30px 50px 30px;
			    position: -webkit-sticky;
			    position: sticky;
			    top: 88px;
			    margin-bottom: 60px;
			}
			
			.sol_d .right::after {
			    content: "";
			    position: absolute;
			    top: 32px;
			    left: 0;
			    width: 4px;
			    height: 30px;
			    background-color: #182987;
			}
			
			.sol_d .right .tit {
			    line-height: 30px;
			    color: #333333;
			    padding-bottom: 10px;
			    border-bottom: 1px solid #E3E3E3;
			}
			
			.sol_d .right .box {
			    padding-top: 30px;
			    display: block;
			}
			
			.sol_d .right .box .h {
			    line-height: 22px;
			    color: #333333;
			    margin-bottom: 15px;
			}
			
			.sol_d .right .box .p {
			    line-height: 26px;
			    color: #999999;
			    word-break: break-all;
			    -o-text-overflow: ellipsis;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 2;
			    overflow: hidden;
			    height: 56px;
			}
			
			.sol_d .right .more {
			    position: relative;
			    display: block;
			    width: 148px;
			    height: 50px;
			    border: 1px solid #DDDDDD;
			    border-radius: 25px;
			    text-align: center;
			    margin: 0 auto;
			    margin-top: 50px;
			    overflow: hidden;
			}
			
			.sol_d .right .more span {
			    display: inline-block;
			    margin: 0 auto;
			    line-height: 48px;
			    padding-right: 42px;
			    background: url(../image/more_jt.png.html) no-repeat right center;
			    color: #999999;
			    z-index: 2;
			}
			
			.sol_d .right .more::after {
			    content: "";
			    position: absolute;
			    top: 0;
			    right: 0;
			    height: 100%;
			    width: 0%;
			    background-color: #182987;
			    -webkit-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    transition: all 0.3s;
			}
			
			.sol_d .right .more:hover:after {
			    width: 100%;
			}
			
			.sol_d .right .more:hover span {
			    color: #fff;
			    background-image: url(../image/m_jt1.png.html);
			}
			
			.sol_d1 {
			    padding: 80px 0;
			    background-color: #ffffff;
			}
			
			.sol_d1 .top {
			    line-height: 36px;
			    color: #4D4D4D;
			    margin-bottom: 50px;
			}
			
			.sol_d1 .next, .sol_d1 .prev {
			    width: 36px;
			    height: 36px;
			    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
			    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
			    border-radius: 50px;
			}
			
			.sol_d1 .next {
			    top: 0;
			    margin-top: 0;
			    background: url(../image/ab5_next.png) no-repeat center;
			    -o-background-size: 100% 100%;
			    background-size: 100% 100%;
			}
			
			.sol_d1 .next:hover {
			    background-image: url(../image/ab5_next1.png);
			}
			
			.sol_d1 .prev {
			    top: 0;
			    margin-top: 0;
			    left: auto;
			    right: 66px;
			    background: url(../image/ab5_prev.png) no-repeat center;
			    -o-background-size: 100% 100%;
			    background-size: 100% 100%;
			}
			
			.sol_d1 .prev:hover {
			    background-image: url(../image/ab5_prev1.png);
			}
			
			.sol_d1 .con {
			    position: relative;
			    overflow: hidden;
			    padding-bottom: 0;
			    border-bottom: none;
			}
			
			.sol_d1 .con .swiper-slide {
			    width: 31%;
			    margin-right: -webkit-calc(7% / 2);
			    margin-right: -moz-calc(7% / 2);
			    margin-right: calc(7% / 2);
			}
			
			/* .sol_d1 .con .box{width: 48%;margin-right: 4%;float: left;margin-bottom: 40px;} */
			/* .sol_d1 .con .box:nth-child(2n){margin-right: 0;} */
			.sol_d1 .con .box .pic {
			    position: relative;
			    overflow: hidden;
			    padding-bottom: 71%;
			    display: block;
			}
			
			.sol_d1 .con .box .pic img {
			    position: absolute;
			    top: 50%;
			    left: 50%;
			    -webkit-transform: translate(-50%, -50%);
			    -moz-transform: translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
			    -o-transform: translate(-50%, -50%);
			    transform: translate(-50%, -50%);
			    max-width: 9999999px;
			    max-height: 100%;
			    -webkit-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    transition: all 0.3s
			}
			
			.sol_d1 .con .box .pic img:hover {
			    -webkit-transform: scale(1.05) translate(-50%, -50%);
			    -moz-transform: scale(1.05) translate(-50%, -50%);
			    -ms-transform: scale(1.05) translate(-50%, -50%);
			    -o-transform: scale(1.05) translate(-50%, -50%);
			    transform: scale(1.05) translate(-50%, -50%);
			}
			
			.sol_d1 .con .box .txt {
			    border: 1px solid #e4e4e4;
			    border-top: none;
			}
			
			.sol_d1 .con .box .txt .left {
			    float: left;
			    width: -webkit-calc(100% - 80px);
			    width: -moz-calc(100% - 80px);
			    width: calc(100% - 80px);
			    padding: 28px 26px;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    box-sizing: border-box;
			}
			
			.sol_d1 .con .box .txt .left .h {
			    color: #333333;
			    line-height: 28px;
			    word-break: break-all;
			    -o-text-overflow: ellipsis;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 1;
			    overflow: hidden;
			    position: relative;
			    left: 0;
			    -webkit-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    transition: all 0.3s
			}
			
			.sol_d1 .con .box .txt .left .h:hover {
			    color: #182987;
			    left: 5px;
			}
			
			.sol_d1 .con .box .txt .left .p {
			    color: #808080;
			    line-height: 26px;
			    margin-top: 10px;
			    word-break: break-all;
			    -o-text-overflow: ellipsis;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 1;
			    overflow: hidden;
			    height: 26px;
			    margin-bottom: 0;
			}
			
			.sol_d1 .con .box .txt .right {
			    float: right;
			    width: 80px;
			    line-height: 60px;
			    border-left: 1px solid #E4E4E4;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    box-sizing: border-box;
			}
			
			.sol_d1 .con .box .txt .right a {
			    display: block;
			    line-height: 60px;
			    text-align: center;
			    color: #333333;
			    -webkit-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    transition: all 0.3s;
			}
			
			.sol_d1 .con .box .txt .right a:hover {
			    color: #ffffff;
			    background-color: #182987;
			}
			
			.sol_d1 .con .box .txt .right .btn1 {
			    border-bottom: 1px solid #e4e4e4;
			}
@media only screen and (max-width: 1440px) {
    .sol_d1 .con .box .txt .left .h {
        font-size: 15px;
    }
	
	 .sol_d .right .more {
	        height: 40px;
	        line-height: 38px;
	    }
	
	    .sol_d .right .more span {
	        line-height: 38px;
	    }
	
	    .sol_d1 .con .box .txt .left {
	        padding: 28px 10px;
	    }
	}
		@media only screen and (max-width: 1024px) {  .sol_d .right {
        display: none;
    }

    .sol_d .left {
        float: none;
        width: 100%;
    }

    .sol_d .left .l1 {
        padding: 25px 20px;
    }

    .sol_d .left .l2 {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .sol_d1 {
        padding: 30px 0;
    }

    .sol_d1 .top {
        margin: 0 20px;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .sol_d1 .next {
        right: 20px;
    }

    .sol_d1 .con .swiper-slide {
        width: 31%;
        margin-right: 3.5%;
    }

    .sol_d .left .l1 .tit {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .sol_d .left .l1 .h, .sol_d .left .l2 .h {
        margin-bottom: 10px;
        font-size: 18px;
    }

    /*.sol_d .left .l2 p{font-size: 14px!important;}*/
    .sol_d .left .l2 .font {
        font-size: 18px !important;
    }

    .sol_d .left .l1 .p, .sol_d .left .l2 .p {
        margin-bottom: 10px;
        line-height: 26px;
    }

    .sol_d .left .l2 .p p {
        line-height: 26px;
    }
	
	 .sol_d1 .con .box .txt .left {
	        padding: 13px 26px;
	    }
	
	    .sol_d1 .con .box .txt .right a {
	        line-height: 42px;
	    }
	
	    .sol_d1 .con .box .txt .left .p {
	        margin-top: 0;
	    }
		  .sol_d1 .con .box .txt .left .h {
		        font-weight: bold;
		    }

}	