*{
	margin: 0;
	padding: 0;
}
.heard{
	width: 100%;
	height: 5%;
	/* border: 1px solid red; */
}
.content{
	width: 100%;
	height: 85%;
	/* border: 1px solid orange; */
}
.footer{
	width: 100%;
	height: 10%;
	/* border: 1px solid red; */
}

.pronav{
	width: 100%;
	height:65px;
	background-color: #f5f5f5;
}
.pronav>ul{
	/* margin-top: 60px; */
	line-height: 65px;
	list-style: none;
}
#pronav-li>a{
	font-size: 17px;
	margin-left: 30px;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
#pronav-li:last-child>a{
	color: #2276FC;
	border-bottom: 3px solid #2276FC;
}
#pronav-li>a:hover{
	color: #2276FC;
	border-bottom: 3px solid #2276FC;
}


#procenter {
	width: 100%;
	height: 85%;
	margin-top: 10px;
}
#pro-menu {
	width: 18%;
	float: left;
	height: 100%;
	/* margin-left: 5px; */
	box-shadow: 0px 0px 5px 2px #cccccc;
}
#pro-content {
	width: 81%;
	float: left;
	margin-left: 5px;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #cccccc;
}

#title {
	list-style: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 16px;
	border-bottom: 1px solid gainsboro;
}

#title-a:hover {
	color: #2276FC;
}

#title-a {
	text-decoration: none;
	line-height: 50px;
	padding: 10px 30px 10px 20px;
	color: #333;
}

.gatenav-li {
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.gatenav-li li{
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 20px;
}
.gatenav-li li.on span{
	color: #2276FC;
}
.gatenav-li li span{
		display: block; */
		position: relative;
		font-size: 18px;
		cursor: pointer;
		overflow: hidden;
}

.gatenav-li li:first-child span::after{
	content: "|";
	padding: 20px;
	color: #333;
}
.pro-img{
	width: 40%;
	float: left;
	margin-left: 5%;
	height: 350px;
	box-shadow: 0px 0px 5px 0px #cccccc;
}
.pro-img img{
	max-width: 100%;
}
.pro-txt{
	width: 40%;
	margin-right: 5%;
	float: right;
	position: relative;
	height: 350px;
	box-shadow: 0px 0px 5px 0px #cccccc;
}

.pro-txt h2{
	font-size: 24px;
	margin-top: 20px;
	padding: 5px;
}
.pro-txt li{
	margin-top: 10px;
	font-size: 16px;
	margin-left: 30px;
}

.btn-img{
	width: 100%;
	display: flex;
	flex-direction: row;
}


.left{
	width: 12%;
	float: left;
	line-height: 350px
}
.left button{
	background-image: url("../../img/产品中心/向左.png");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% 60%;
	background-color: white;
	cursor: pointer;
	border: none;
}
.right{
	width: 12%;
	float: right;
	line-height: 350px
}
.right button{
	background-image: url("../../img/产品中心/向右.png");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% 60%;
	background-color: white;
	border: none;
	cursor: pointer;
}
.center{
	width: 76%;
	height: 100%;
	/* display: inline-block; */
	display:flex;
	justify-content: center;
	align-items: center;
	
}
.func{
	text-align: center;
	width: 100%;
	margin-top: 40px;
	/* border-bottom: 1px solid #2276fc; */
}
.func>span{
	font-size: 30px;
	font-weight: bolder;
	
}
.func p{
	margin-top: 15px;
	font-size: 18px;
	color: #3e3e3e;
	word-break: break-all;

}		
.func>dl{
	text-align: left;
	/* margin-left: 20px; */
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}	
.func>dl>dd{
	
	display: flex;
	flex-direction:column;
	float: left;
	width: 15%;
	padding:2%;
	height: 160px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
.icon{
	 transition: transform 0.3s;
	 display: inline-block;
	 line-height: 50px;
	 width: 50px;
	 height: 50px;
}
.func>dl>dd:hover{
	border: 1px solid #2276FC;
	.icon{transform: rotate(360deg);}
	.tttt{color: #2276fc;}
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
	position: relative;
	/* left: 3%; */
	margin-bottom: 50px;
}
tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;;
}
th{
	color: #fff;
	background-color: #0063c3;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 15px;
	line-height: 20px;
	font-size: 18px;
	 /* white-space:nowrap; */
}
td{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	border: 1px solid #eee;
	 /* white-space:nowrap; */
}

.td1{
	font-size: 18px;
	background-color: #f3f3f3;
	color: #333;
	font-weight: bold;
}