.solutiontop {
    width: 100%;
    position: relative;
}

.solutiontop>img {
    display: block;
    width: 100%;
}

.about_tltopcon p {
    max-width: 754px;
}

.solution_inkbox {
    max-width: 1578px;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
}

.solution_inktop {
    width: 100%;
    position: relative;
}

.solution_inktop>img {
    display: block;
    width: 100%;
}

.solution_inktop>a {
	display: table;
	width: auto;
	font-size: 28px;
	color: #fff;
	padding-bottom: 22px;
	border-bottom: 2px solid #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 5%;
}

.solution_down {
	width: 301px;
	height: 30px;
	border: 1px solid #777777;
	margin: 24px 0;
	background: url(/static/images/careers/icon.png) no-repeat 96% center;
	background-size: 5%;
	position: relative;
}

.solution_down span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 30px;
	text-indent: 10px;
}

.solution_layer {
	width: 100%;
	height: auto;
	background: #fff;
	position: absolute;
	z-index: 4;
	top: 31px;
	left: -1px;
	box-shadow: #999 0 0 7px;
	-webkit-box-shadow: #999 0 0 7px;
	-moz-box-shadow: #999 0 0 7px;
	-ms-box-shadow: #999 0 0 7px;
	-o-box-shadow: #999 0 0 7px;
	display: none;
}

.solution_layer li {
	font-size: 14px;

	text-indent: 10px;
	cursor: pointer;
	border-bottom: 1px solid #bdbdbd;
	position: relative;
}

.solution_layer li:nth-last-child(1) {
	border-bottom: 0;
}

.solution_layer li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0;
}

.solution_layer .caractive a {
	color: #d72423;
}

.solution_layer .caractive a:after {
	display: inline-block;
	content: " ";
	width: 20px;
	height: 18px;
	background: url(/static/images/true.png) no-repeat center right;
	background-size: 100%;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 4%;
}

.solution_inkbt {
	display: block;
	font-size: 24px;
	margin: 0 auto 44px;
	text-align: center;
}

.solution_inkbt span {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.solution_inkbg {
	width: 100%;

}

.solution_inkbg img {
	display: block;
	width: 100%;
}

.solution_inkbt2 {
	display: block;
	font-size: 24px;
	margin: 58px auto 28px;
	text-align: center;
	font-weight: 400;
}

.solution_inklist .solution_ygbox {
	display: none;
}



.solution_inktab .solution_inktr {
	display: block;
	border-top: 1px solid #bbbbbb;
	padding: 38px 0 32px;
	clear: both;
	overflow: hidden;
}

.solution_inktab .solution_inktr span {
	display: block;
	float: left;
	width: 31%;
}

.solution_inktab .solution_inktr .solution_inktd {
	line-height: 22px;
	color: #262626;
	width: 69%;
	display: block;
	float: left;
}

.solution_inktab .solution_inktr .solution_inktd p {
	width: auto;
	font-size: 14px;
}

.solution_return {
	display: block;
	font-size: 12px;
	color: #646464;
	clear: both;
	margin-bottom: 18px;
}

.solution_return img {
	width: 14px;
	vertical-align: middle;
	margin-right: 6px;
}

.solution_page2 {
	width: 100%;

}

.solution_page2 ul {
	width: 100%;
	margin-top: 44px;
}

.solution_page2 ul li {
	width: 100%;
	    height: auto;
	    clear: both;
	    overflow: hidden;
	margin-bottom: 14px;
	padding: 9px 0;
	background: linear-gradient(to left, white 0%, #f5f5f5 27%, #f5f5f5 72%, white 95%);
	-webkit-background: linear-gradient(to left, white 0%, #f5f5f5 27%, #f5f5f5 72%, white 95%);
	-moz-background: linear-gradient(to left, white 0%, #f5f5f5 27%, #f5f5f5 72%, white 95%);
	-ms-background: linear-gradient(to left, white 0%, #f5f5f5 27%, #f5f5f5 72%, white 95%);
	-o-background: linear-gradient(to left, white 0%, #f5f5f5 27%, #f5f5f5 72%, white 95%);
}

.solution_li {
	width: 100%;

}

.solution_li>span {
	display: block;
	float: left;
	width: 126px;
	height: 126px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	overflow: hidden;

}

.solution_li>span img {
	display: block;
	width: 100%;
}

.solution_li label {
	display: block;
	float: left;
	margin-left: 26px;
	margin-top: 33px;
width: 84%;
}

.solution_li label b {
	display: block;
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

.solution_li label p {
	font-size: 14px;
	margin-top: 14px;
	line-height: 22px;
}
.solution_li label p b{
	display: block;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 1600px) and (min-width: 1300px){
    .solutiontop{
        height: 400px;
        overflow: hidden;
    } 
    .solutiontop>img{
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1299px){
    .solutiontop{
        height: 400px;
        overflow: hidden;
    } 
    .solutiontop>img{
        width: auto;
        height: 100%;
    }
}