/**
 * logo
 */
.index-logo img{
	margin-top: -10px;
	width: 90px;
	height: 75px;
}
.page-banner img{
	width: 100%;
	height: 500px;
}

.msg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	top: -400px;
	width: 84%;
	margin: auto;
	height: calc(100% - 360px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.msg h1 {
	letter-spacing: 36px;
	text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	font-size: 68px;
	color: #ffffff;
}
/**
 * 底部
 */
.index-footer img{
	width: 150px;
	height: 50px;
}
.footer-in {
	width: 100%;
	height: 100px;
	color:#ffffff;
	margin-bottom: 20px;
	margin-left: 120px;
}
.footer-con{
	width: 100%;
	color:#ffffff;
	margin-left: 120px;
	
}
.footer-lx {
	
	/* border: 1px solid #ffffff; */
	width: 25%;
	margin-left: 1%;
	float: left;
	
}
.footer-lx h2{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-lx p{
	color: #b9b9b9;

}
.footer-lj {
	
	/* border: 1px solid #ffffff; */
	width: 14%;
	margin-left: 1%;
	float: left;
	
}
.footer-lj h2{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-lj p{
	color: #b9b9b9;

}
.footer-lj p:hover {
	color: #FFFFFF;

}
/**
 * 详情菜单栏
 */
.sub-menu{
	margin-top: 100px;
}
.sub-menu li {
	font-size: 16px;
}

/**
 * 导航栏 当前页面标题样式
 */

.index-nav li a:before {
	position: absolute;
	content: "";
	bottom: -10px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #3279e6;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.index-nav li a.on {
	color: #3279e6;
	
}

.index-nav li a.on:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
/*客户案例图片*/
.item-div1 img{
	height:260px;
}

/*详情*/
.new_de {
	width: 70%;
	margin: 0 auto; 

}
.new_de .xx{
	width: 100%;
	margin: 20px auto; 
	text-align: center;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px dotted #ababab;
	margin-bottom: 20px;
}
.new_de .headline {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new_de .new_ms {
	width: 100%;
}
.new_de .new_ms .title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	
}
.new_de .new_ms p {
	font-size: 16px;
	line-height: 40px;
	text-indent: 2em;
}
.new_de .new_ms img {
	width: 65%;
	margin-left: 17%;
	margin-top: 10px;
}