
/* 新闻 */
.lenews{
	position:relative;width:100%;height:200px;background-color:#f8f8f8;margin:0 auto 0;padding:20px 30px;
}
.lenews h3{
	font-size: 18px;font-weight:550;color: #0d0d0d;line-height:2;
}
.lenews p{
	color:#191c3d;opacity: .8;font-size:15px;line-height:20px;display: -webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.lenews .lebot{
	position: absolute;bottom:20px;width:90%;display: flex;justify-content:space-between;align-items:flex-start;
}
.lenews .lebot .lab{
	font-size: 13px;color:#1a6aff;width:70px;height:30px;line-height:30px;text-align: center;background-color:#d3eafc;
}
.lenews .morenew a{
	display: inline-block;
	background-clip: text;
	font-size:15px;
	background-image: linear-gradient(to right, #1a6aff, #13db8a);
	color: transparent;
	margin-top:5px;
}
.rinews{
	margin-bottom: 30px;display: flex;justify-content:space-between;align-items:center;
}
.rinews .rinewsL{
	width: 35%;height:130px;
}
.rinews .rinewsL img{
	width: 100%;height: 100%;
}
.rinews .rinewsR{
	margin-left:5%;width:60%;
}
.rinews .rinewsR h3{
	font-size: 18px;font-weight:550;color: #0d0d0d;line-height:2;display: -webkit-box;-webkit-line-clamp:1; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.rinews .rinewsR p{
	color:#191c3d;opacity: .8;font-size:15px;line-height:20px;display: -webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
/* 企业资质 */
.certzs{
	width: 1240px;
	margin: 0 auto;
	position: relative;
	display:flex;justify-content:space-between;align-items:flex-start;
}
.certzs .linzs{
	height:230px;
}
.certzs .linzs img{
	display:inline-block;
	width:100%;
	height: 100%;
}
/* ***************首页客户案例start******************** */
.section2-clients {
	position: relative;
	overflow: hidden;
	width:100%;
	background-image: url(../img/inpage/custombk.jpg);
	background-size: 100% 100%;
}

.section2-clients .section-container {
	display:flex;justify-content:flex-start;align-items:flex-start;
	width:80%;
	margin: 80px auto 80px;
}
.section2-clients .client-container {
    width: 70%;
    border-radius: 4px;
    background-color: #fff;
    /* box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, .07), 0px 5px 40px 0px rgba(47, 72, 88, .07); */
     
	position: relative;

}

.section2-clients .icons-grid {
	width: 30%;
	background-image: url(../img/inpage/cuslf.jpg);
	background-size: 100% 100%;
	
	overflow: hidden;
	position: relative;
	
	
}
.section2-clients .icons-grid  .typ{
	margin: 30px 0 30px;
	margin-left: 10%;
	display: inline-block;
	background-clip: text;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	background-image: linear-gradient(to right, #1a6aff, #13db8a);
	color: transparent;
}
.section2-clients .icons-grid .moretyp{
	margin: 30px auto 30px;
	text-align: center;
}
.section2-clients .icons-grid .moretyp a{
	display: inline-block;
	background-clip: text;
	font-size:17px;
	line-height:17px;
	background-image: linear-gradient(to right, #1a6aff, #13db8a);
	color: transparent;
	
}
.section2-clients .icons-grid .iconsall{
	width: 80%;
	margin: 0 auto;
}
.section2-clients .icons-grid .iconsline{
	display: flex;
	justify-content:space-between;align-items:flex-start;
	width:100%;
	margin-bottom: 15px;
}
.section2-clients .icons-grid .iconsline:last-child{
	margin-bottom:0px;
}
.section2-clients .icons-grid .client-icon {
	font-size: 17px;
	width:45%; 
	height:50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.section2-clients .icons-grid .client-icon:hover {
	box-shadow: 0 15px 20px rgba(80, 100, 140, .1), 0 4px 10px rgba(80, 100, 140, .1);
	transform: translateY(-6px)
}

.section2-clients .icons-grid .aicon{
	display: inline-block;
	width:23px;
	height:23px;
	margin-right:7px;
	margin-top: -2px;
	
}

.section2-clients .client-container .client-item {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top:1px;
	
	margin:50px;
}

.section2-clients .client-container .client-item.active {
	opacity: 1;
	z-index: 2
}

.section2-clients .client-container .client-item.active .desc,
.section2-clients .client-container .client-item.active .title,
.section2-clients .client-container .client-item.active .custom-img{
	transform: translateY(0)
}

.section2-clients .client-container .title {
	font-size: 28px;
	line-height: 46px;
	color: #191c3d;
	transition: all .4s ease-in-out;
	transform: translateY(20px);
	font-family: PingFangSC-Medium
}
.section2-clients .client-container .desc {
	margin-top: 20px;
	font-family: PingFangSC-Regular;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	opacity: .8;
	color: #191c3d;
	transition: all .4s ease-in-out;
	transform: translateY(40px);
	
}
.section2-clients .client-container .custom-img{
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	/* overflow: visible; */
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	
}
.section2-clients .client-container .custom-img div {
    width: 20%;
    margin: 0 2% 2%;
	margin: 0 2% 2% 2%;
}
.section2-clients .client-container .custom-img div:first-child{
	margin: 0 2% 2% 0%;
}
.section2-clients .client-container .custom-img div img {
    width: 100%;
	border: 0;
    vertical-align: middle;
}

.section2-clients .motion {
	transition: all .2s
}

/* 首页客户案例end */

/* 首页-解决方案start */
.case .items li {
	cursor: pointer;
}

.case .items li.item {
	width: 720px;
	height: 300px;
	position: absolute;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ecf0f0;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(53, 55, 75, 0.13);
	border-radius: 4px;
}

.case .items li[data-index='0'] {
	left: 260px;
	z-index: 50;
	transform: scale(0.7, 0.7);
}

.case .items li[data-index='1'] {
	z-index: 105;
	left: 50%;
	transform: translateX(-50%);
}

.case .items li[data-index='1'] .content {
	margin: 30px auto 50px;
	width: 540px;
	text-align: center;
}

.case .items li[data-index='1'] .content img {
	width: 160px;
	height: 100px;
}

.case .items li[data-index='1'] .content p {
	margin-top: 10px;
	width: 540px;
	font-size: 16px;
	color: #70727d;
	text-align: center;
	line-height: 24px;
}

.case .items li[data-index='1']::before {
	content: "";
	display: block;
	background-image: url(../images/main_a.png);
	background-size: 100% 100%;
	width: 28px;
	height: 24px;
	position: absolute;
	left: 60px;
	top: 80px;
}

.case .items li[data-index='1']::after {
	content: "";
	display: block;
	background-image: url(../images/main_b.png);
	background-size: 100% 100%;
	width: 28px;
	height: 24px;
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.case .items li[data-index='2'] {
	right: 260px;
	z-index: 50;
	transform: scale(0.7, 0.7);
}

.case .items li.before,
.case .items li.after {
	width: 50px;
	height: 50px;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.case .items li.before {
	left: 180px;
	background-image: url(../images/main_img_a.png);
}

.case .items li.after {
	right: 180px;
	background-image: url(../images/main_img_b.png);
}

.case .logo {
	display: block;
	margin: 130px auto 0;
	height: 70px;
	width: auto
}

.case .logo {
	height: 140px;
}

.w {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.core-case-box {
	background-color: #08061E;
}

.box_case {
	padding: 0 0 80px 0;
	position: relative;
	background-color: #fff;
}

h2 {
	font-size: 36px;
	color: #000000;
	line-height: 180%;
	text-align: center;
	margin-bottom: 15px;
	font-family: PingFangSC-Thin;
}

.box_case.gradient-blue h2 {
	color: #fff;
}

.title-region {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}

.case-core {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 413px;
	transition: background-image 0.5s;
	margin-bottom: 60px;
	background-color: #08061E;
}

.case-core-list {
	height: 100%;
	width: 25%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	padding: 150px 0px 0 20px;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}

.case-core-hover .case-core-list {
	/* padding-top: 62px; */
	width: 20%;
}

.case-core-hover.cell2 .case-core-list {
	width: 33.3%;
}

.case-core-hover.cell3 .case-core-list {
	width: 25%;
}

.case-core-hover .case-core-list.current {
	padding-top: 100px; 
	width: 40%;
}

.case-core-hover.cell1 .case-core-list.current {
	width: 100%;
}

.case-core-hover.cell2 .case-core-list.current {
	width: 66.7%;
}

.case-core-hover.cell3 .case-core-list.current {
	width: 50%;
}

.case-core-list:last-of-type {
	border-right: none;
}

.case-core-list .case-logo {
	height: 58px;
	margin-bottom: 10px;
}

.case-core-list .case-title {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #fff;
}

.case-logo img {
	height: 100%;
	width: auto;
}
.case-summary h3 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 15px;
}

.en .case-summary h3 {
	text-align: left;
}

.case-summary p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	transition: all 0.5s;
	opacity: 0;
}
.case-core-list.current .case-summary h3{
		font-size:25px;
		color: #FFFFFF;
	    font-weight: bold;
}
.case-core-list.current .case-summary p {
	opacity:1;
}

.case-more-btn {
	height: 48px;
	width: 82px;
	background: rgba(0, 0, 0, 0.2) url(/sites/all/themes/yitu/images/more2.svg) no-repeat center 18px;
	border-radius: 24px;
	position: absolute;
	left: 35px;
	bottom: 70px;
	transition: all 0.5s;
	display: none;
}

.case-core-list.current .case-more-btn {
	opacity: 0;
}

.case-wrapper {
	padding: 80px 0;
	background: #fff;
}

.case-type {
	width: 140px;
	float: left;
}

/*case*/
@media screen and (min-width:280px) and (max-width:767px) {
		.btns-wrapper .btn.btn-line-blue{
			font-size:30px!important;
			width:260px!important;
			background:transparent!important;
			border: 1px solid #599cc3;
		}
		.box_case .title-region .h2{
			font-size: 60px;font-weight: 600;
		}
		.case-summary h3 {
			font-size:45px;
			line-height: 150%;
			margin-bottom: 15px;
		}
		.case-summary p {
			font-size:30px;
			line-height:35px;
		}
		.case-core {
			height:900px;
			margin-bottom: 60px;
			background-color: #08061E;
		}
		
		.case-core-list {
			height: 100%;
			width: 25%;
			padding: 300px 35px 0;
		}
		.case-core-list .case-logo {
			height: 220px;
			margin-bottom: 10px;
		}
	    /* .case-core-list .largeicon{
			height: 220px!important;
		} */
		.case-core-list .case-logo .ptimg{
			width: 200px;
			height: 200px;
		}
		.case-core-list .case-logo .tsimg{
			width: 200px;
			height: 150px;
			margin-top: 30px;
		}

}
/* 首页-解决方案end */