.box{
	width: 100%;
}


.banner-box{
	width: 100%;
	height: 480px;
	display: block;
	
}

.banner-box img{
	width: 100%;
	height: 480px;
	display: block;
	margin: auto;
}
.banner-titl1{
	height: 160px;
	font-size: 48px;
	font-weight: bolder;
	display: block;
	margin: 100px auto;
	text-align: center;
	color: #fff;
	left: 0; top: 0; right: 0; bottom: 0;
	position: absolute;
	top:100px;
}
.banner-titl2{
	height: 80px;
	font-size: 28px;
	font-weight: bolder;
	display: block;
	text-align: center;
	margin: 160px auto;
	color: #fff;
	left: 0; top: 0; right: 0; bottom: 0;
	position: absolute;
	top:100px;


}
.banner-titl3{
	height: 160px;
	font-size: 48px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	left: 100px;
	position: absolute;
	top: 420px;
}
.banner-titl4{
	height: 80px;
	font-size: 18px;
	display: flex;
	text-align: center;
	margin: auto;
	color: #fff;
	left: 100px;
	position: absolute;
	top: 500px;

}
.banner-titl4 span{
	float:left;
	width:28px;
	height:28px;
	justify-content: center;         /*水平轴线居中*/
	align-items:center;                /*垂直居中*/
	margin: 0 5px;

}
			
	p{letter-spacing:1px}
	

.cp-cont{
	width: 100%;
	display: flex;
    top: 0px;
	margin: auto;
}


.cp-cont .cp-cont-left{
	width: 48%;
	text-align:center;
	display:table;
	margin: 50px auto;
	border:greensolid1px;
	padding-left: 5%;

}
.cp-cont .cp-cont-left img{
	width: 90%;
	display: block;
	margin: 20px auto;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
					/*考虑浏览器兼容性*/
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);

}
.cp-cont .cp-cont-right{
	width: 52%;
	letter-spacing：40px;
	display: block;
	margin: 50px auto;
	padding-top: 50px;
	padding-right: 5%;
	padding-left: 4%;
}

.cp-cont .cp-cont-right .txt1{
	font-size: 36px;

}
.cp-cont .cp-cont-right .txt2{
	font-size: 16px;
	line-height: 24px;
}
.cp-cont .cp-cont-right .txt4{
	font-size: 16px;
	line-height: 24px;
    padding-top: 20px;
	color: #BB2863;
}

.cp-cont .cp-cont-right .txt3{
	font-size: 16px;
	line-height: 24px;
	margin: auto 60px;
}


.pro-cont{
	width: 90%;
	height: 1210px;
	display: flex;
	margin: auto;

}


.pro-cont .pro-cont-left{
	width: 20%;
}

.pro-cont .pro-cont-left .conBox{
	width:90%;
	height: 400px;
	border:1px solid #eaeeed;
	padding:30px 17px 16px;
	font-size: 18px;
	display: block;
	margin: 100px auto;
	background: #F7F9FD;
	
}
.pro-cont .pro-cont-left .conBox .text-titl{
	font-weight: 600;
	display: block;
	margin: auto;
}
.pro-cont .pro-cont-left .conBox .banList{
	width: 100%;
	background: #fff;
	display: block;
	margin: 10px auto;


}
.pro-cont .pro-cont-left .conBox .banList li{
	font-size: 14px;
	height: 40px;
	padding-top: 10px;
	border:1px solid #eaeeed;
	
}

.pro-cont .pro-cont-left .conBox .banList li:hover{
	font-weight: 600;
}






.pro-cont .pro-cont-right{
	width: 80%;
	height: 910px;
	display: block;	
}
.pro-cont .pro-cont-right .pro-cont-right-L1{
	width: 100%;
	height: 300px;
	display: flex;
}
.pro-cont .pro-cont-right .pro-cont-right-L1 .pro-cont-box1{
	width: 32%;
	height: 300px;
	display: block;
}
.pro-cont .pro-cont-right .pro-cont-right-L1 .pro-cont-box1 .p-text{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	display: block;
	margin: auto;
	text-align: center;

}
.pro-cont .pro-cont-right .pro-cont-right-L1 .pro-cont-box1 img{
	width: 280px;
	height: 200px;
	display: block;
	margin: auto;
}
.pro-cont .pro-cont-right .pro-cont-right-L1 .pro-cont-box2{
	width: 2%;
	height: 300px;
}
.pro-cont .pro-cont-right .pro-cont-right-L2{
	width: 100%;
	height: 5px;
	background: #F7F9FD;
}

.Apar-Bott-Box{
	width: 100%;
	margin: 40px auto;
}
.Apar-Bott-Box img{
	width: 100%;
	height: 500px;
}

/* 产品概述 */
.Product-Over{
	width: 80%;
	height: 400px;
	display: block;
	margin: 50px auto;
	background: #F9FAF9;
	
}

.Product-Over .Product-Over-titl{
	height: 100px;
	font-size: 36px;
	font-weight: bolder;
	display: block;
	margin: 40px auto;
	color: #333333;
	text-align: center;
	line-height: 100px;
}



.Product-Over .Product-Over-text1{
	width: 90%;
	font-size: 21px;
	font-weight: bolder;
	display: block;
	margin: 20px auto;
	color: #333333;
	
}


.Product-Over .Product-Over-text{
	width: 90%;
	font-size: 18px;
	display: block;
	margin: auto;
	color: #666666;
	
}


/* 产品展示 */

.Product—display{
	width: 80%;
	height: 400px;
	display: flex;
	margin: 100px auto;
	background: #F9FAF9;
	
}

.Product—display .Product—display-left{
	width: 50%;
	height: 100%;
}
.Product—display .Product—display-titl{
	height: 100px;
	font-size: 36px;
	font-weight: bolder;
	display: block;
	margin: 10px auto;
	padding-left: 10px;
	color: #333333;
	text-align: center;
	line-height: 100px;
}

.Product—display .Product—display-text{
	width: 80%;
	font-size: 18px;
	display: block;
	margin: auto 100px;
	color: #666666;
	
}


.Product—display .Product—display-right{
	width: 50%;
	display: flex;                  /*flex布局*/
	justify-content: center;         /*水平轴线居中*/
	align-items:center;                /*垂直居中*/
	margin: auto;
}

.Product—display .Product—display-right img{
	width: 420px;
	height: 300px;
}



/* 应用领域 */

.Product—Applic{
	width: 80%;
	height: 400px;
	display: block;
	margin: 50px auto;
	background: #F9FAF9;
	
}


.Product—Applic .Product—Applic-titl{
	height: 100px;
	font-size: 36px;
	font-weight: bolder;
	display: block;
	margin: 40px auto;
	padding-left: 10px;
	color: #333333;
	text-align: center;
	line-height: 100px;
}

.Product—Applic .Product—Applic-text{
	width: 90%;
	font-size: 18px;
	display: block;
	margin: auto 80px;
	color: #666666;
}

.Product—Applic .Product—Applic-box{
	width: 50%;
	display: block;
	margin-left: 70%;
	
}

.Product—Applic .Product—Applic-box img{
	width: 220px;
	height: 200px;
}

/* 程序 */


.Product—Program{
	width: 80%;
	height: 400px;
	display: flex;
	margin: 50px auto;
	background: #F9FAF9;
	
}
.Product—Program .Product—Program-left{
	width: 40%;
	display: flex;                  /*flex布局*/
	justify-content: center;         /*水平轴线居中*/
	align-items:center;                /*垂直居中*/
	margin: auto;
}

.Product—Program .Product—Program-left img{
	width: 300px;
	height: 260px;
}

.Product—Program .Product—Program-right{
	width: 60%;
	height: 100%;
	display: block;                  /*flex布局*/
	justify-content: center;         /*水平轴线居中*/
	align-items:center;                /*垂直居中*/
	margin: auto;
}
.Product—Program .Product—Program-titl{
	height: 100px;
	font-size: 36px;
	font-weight: bolder;
	display: block;
	margin: 40px auto;
	padding-left: 10px;
	color: #333333;
	text-align: center;
	line-height: 100px;
}

.Product—Program .Product—Program-text{
	width: 80%;
	font-size: 18px;
	display: block;
	margin: auto;
	color: #666666;
}

.Product—Topo{
	width: 80%;
	height: 800px;
	display: block;
	margin:  auto;
	background: #F9FAF9;
	
}
.Product—Topo .Product—Topo-titl{
	height: 100px;
	font-size: 36px;
	font-weight: bolder;
	display: block;
	margin:  auto;
	padding-left: 10px;
	color: #333333;
	text-align: center;
	line-height: 100px;
}


.Product—Topo  img{
	width: 90%;
	height: 600px;

	display: flex;                  /*flex布局*/
		justify-content: center;         /*水平轴线居中*/
		align-items:center;                /*垂直居中*/
		margin: auto;
	
}

