.inner_container{padding-top:133px;position: relative;}
.mestop {
	width: 100%;
	height: 133px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	position: absolute;
	top: -36px;
}

.mestop ul {
	width: 90%;
	margin: 0 auto;
}

.mestop ul li {
	width: 16.6%;
	float: left
}

.mestop ul li i {
	display: block;
	height: 52px;
	width: 100%;
	margin-top: 10px;
}

.mestop ul li i.js {
	background: url(../img/js.png) no-repeat center center;
}

.mestop ul li i.dl {
	background: url(../img/dl.png) no-repeat center center;
}

.mestop ul li i.ycaj {
	background: url(../img/ajyc.png) no-repeat center center;
}

.mestop ul li i.pda {
	background: url(../img/pdaxj.png) no-repeat center center;
}

.mestop ul li i.wsd {
	background: url(../img/wsd.png) no-repeat center center;
}
.mestop ul li i.dzcz {
	background: url(../img/dzcz.png) no-repeat center center;
}
.mestop ul li p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 16px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.mestop ul li span {
	display: block;
	width: 100%;
	text-align: center;
	height: 30px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: rgba(80, 150, 230, 1);
	opacity: 0.1;
}
.dpshow{overflow: hidden;}
.dpshow ol{overflow: hidden;margin: 0px;padding: 0px;}
.dpshow ol li{
	width:48%;
	height:324px;
	margin:1%;
	float: left;
	list-style: none;
}
.dpshow ol li img {
	width: 100%;	
}
.parte {
	overflow: hidden;
}

.parte .title {
	margin-top: 30px;
	position: relative;
}

.parte .title h2 {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(80, 150, 230, 1);
}

.parte .title h2 span {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0px 10px 10px 10px;
	background: rgba(80, 150, 230, 1);
}

.parte .title p {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
	height: 32px;
	font-size: 30px;
	font-family: ZhenyanGB;
	font-weight: 800;
	color: rgba(80, 150, 230, 1);
	opacity: 0.1;
}
.parte .cont{display:flex; height:300px;justify-content: center; align-items: center; }
.parte .cont .text{width:50%;text-align: center;}
.parte .cont .text h4{
height:20px;
line-height: 20px;
font-size:18px;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(51,51,51,1);}

.parte .cont .text p{
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
}
.parte .cont .img{width:50%;height:100%;display:flex; align-items: center;-webkit-align-items: center;}
.parte .cont .fr{justify-content: flex-end;-webkit-justify-content: flex-end;}
.parte .cont .fl{justify-content: flex-start;-webkit-justify-content: flex-start;}
.parte .cont .img img{max-width:576px;max-height:288px;}