body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

fieldset,img {
	border: 0;
}

ol,ul,li {
	list-style-type: none;
}

a {
	color: #666;
	text-decoration: none;
	transition: all ease 0.3s;
}

a:hover {
	color: #2f318f;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ce {
	text-align: center;
}

.hide {
	overflow: hidden;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.pImg {
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}

.pImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.bgImg {
	background-position: center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
	display: block;
	width: 100%;
	height: 100%;
}

.pd60 {
	padding: 30px 0 60px 0;
	font-size: .875em;
	overflow: hidden;
}

.mb40 {
	margin-bottom: 40px;
}

.font14 {
	font-size: .875em;
}

.gray {
	background: #efefef;
}

			    /* 我们的产品 */
.hTitle {
	font-size: 1.75rem;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

.hTitle span,.hTitle h2 {
	display: block;
	font-size: 2em;
/*font-size:3.143em*/
	;color: #1955A4;
	font-weight: 549;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.hTitle span::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 50px;
	height: 4px;
	background: #2f318f;
	bottom: 0;
	margin-left: -25px;
}

.proMenu {
	width: 18%;
	background: #f9f9f9;
	font-size: 1.143em;
}

.proMenu h3 {
	background: #2f318b;
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding-left: 30px;
	font-size: 1.5em;
	font-weight: bold;
	font-weight: bold;
}

.proMenu ul {
	padding: 0 30px;
}

.proMenu li a {
	font-size: 1.3em;
	display: block;
	color: #333;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px dotted #ececec;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proMenu li a:hover {
	color: #2f318b;
	padding-left: 10px;
}

.proMain {
	width: 80%;
	overflow: hidden;
}

.proMain .title {
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	color: #2f318b;
	font-size: 2.2em;
	position: relative;
	font-weight: bold;
}

.proMain .title a {
	float: right;
	font-size: 14px;
	margin-top: 8px;
}

.proMain .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 85px;
	background: #2f318b;
}

.proMain ul {
	/* margin-right: -20px; */
}

.proMain li {
	/* float: left;
	width: 25%;
	padding-right: 20px;
	margin-bottom: 20px; */
}

.proMain li a {
	display: block;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding-bottom: 50px;
}

.proMain li .pImg {
	padding-top: 85%;
	border: solid 1px #efefef;
}

.proMain li h4,.proMain li p {
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.proMain li h4 {
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 1.5em;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	transform: rotateX(0);
	z-index: 2;
}

.proMain li p {
	background: #2f318b;
	color: #fff;
	transform: rotateX(-180deg);
	text-align:center;
}

.proMain li p i {
	float: right;
	width: 22px;
	height: 40px;
	background: url('../Images/p_arr.png') no-repeat right center;
}

.proMain li a:hover img {
	transform: scale(1.1);
}

.proMain li:hover h4 {
	transform: rotateX(180deg);
}

.proMain li:hover p {
	transform: rotateX(0deg);
}

.proMenu ul {
	padding: 0 5px;
}
.pro_list{
	clear:none !important;
}