	#obtn .brandSystem{float: left;width: 100%;background: url(/template/eyou/pc/_im_g/brandSystem.jpg) no-repeat;background-size: cover;}
	#obtn .brandSystemInfo{float: left; width: 100%; margin: 48px 0 51px 0;}
	#obtn .brandSystemInfo .pageTit{color:#fff;}
	#obtn .brandSystemInfo .p1{float: left; width: 100%; text-align: center; color:#fff; font-size: 15px; line-height: 24px; margin-top: 13px;}
	#obtn .brandSystemInfo .brandSystemList{float: left; width: 100%; display: block; text-align: center; margin-top: 10px;}
	#obtn .brandSystemInfo .brandSystemList ul{margin: 60px 0; float: left; width: 46%; background: rgba(255,255,255,0.95);padding: 40px; box-sizing: border-box;}
	#obtn .brandSystemInfo .brandSystemList ul:first-child{ margin-right: 8%;}
	#obtn .brandSystemInfo .brandSystemList ul li:not(:last-child){ margin-bottom: 12px;}
	#obtn .brandSystemInfo .brandSystemList li{ display: flex; width: 100%; justify-content: space-between;}
	#obtn .brandSystemInfo .brandSystemList .tIco{width: 30px; margin-top:5px;}
	#obtn .brandSystemInfo .brandSystemList .li2{ width: 90%; text-align: left; padding-left: 10px;}
	#obtn .brandSystemInfo .brandSystemList .li2 h3 {
	    color: #444444;
	    font-size: 18px;
	    line-height: 35px;
	    padding-bottom: 10px;
	    position: relative;
	    transition: all 0.5s linear;
	    -moz-transition: all 0.5s linear;
	    -webkit-transition: all 0.5s linear;
	    -o-transition: all 0.5s linear;
	}
	#obtn .brandSystemInfo .brandSystemList .li2 h3:after {
	    position: absolute;
	    content: '';
	    width: 30px;
	    height: 2px;
	    left: 0;
	    bottom: 0;
	    background: #585f75;
	    background: -webkit-linear-gradient(left,#585f75,#b9bfce);
	    background: -o-linear-gradient(left,#585f75,#b9bfce);
	    background: -moz-linear-gradient(left,#585f75,#b9bfce);
	    background: -ms-linear-gradient(left,#585f75,#b9bfce);
	    background: linear-gradient(to right,#585f75,#b9bfce);
	    background: -webkit-gradient(linear, top left, top right, color-stop(0%,#585f75), color-stop(100%,#b9bfce));
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585f75', endColorstr='#b9bfce',GradientType=0);
	    transition: all 0.5s linear;
	    -moz-transition: all 0.5s linear;
	    -webkit-transition: all 0.5s linear;
	    -o-transition: all 0.5s linear;
	}
	#obtn .brandSystemInfo .brandSystemList .li2 .dText {
	    color: #656565;
	    font-size: 15px;
	    line-height: 30px;
	    margin-top: 10px;
		text-align: justify;
	}
	@media(max-width: 1024px) {
		#obtn .brandSystemInfo .brandSystemList ul{
			width: 100%;
			margin:34px 0 0;
		}
		#obtn .brandSystemInfo .brandSystemList ul:first-child{ 
			margin-right: 0;
		}
	}
	.kj-cases1{
		margin-top: 48px;
	}
