
.ban {
	width: 100%;
}
.ban img {
	width: 100%;
}
.pronav {
	background: #f2f2f2;
	padding-top: 12px;
	border-bottom: 1px solid #c9c9c9;
}
.pronav-list {
	position: relative;
	top: 1px;
	display: flex;
	justify-content: center;
}
.pronav-list li {
	padding: 4px 0;
	cursor: pointer;
	font-size: 18px;
	color: #3d3737;
	width: 120px;
	text-align: center;
	border: 1px solid #c9c9c9;
}
.pronav-list li:nth-child(n+2) {
	border-left: 0;
}
.pronav-list .bgf {
	border-bottom: 0;
	background: #fff;
}

.textbox {
	width: 62.5%;
	margin: 0 auto;
	display: none;
}
.textbox h3 {
	font-weight: 100;
	font-size: 30px;
	color: #2e5582;
	text-align: center;
	margin: 36px 0;
}
.textbox p {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}

.proitem {
	margin-top: 50px;
	padding: 20px;
}
.proitem:hover {
	background: #f4f4f4;
}
.proitem-t {
	width: 304px;
	text-align: center;
}
.proitem-t img {
	width: 140px;
}
.profx {
	display: flex;
}
.profximg {
	margin-right: 60px;
	width: 310px;
	border: 3px solid #e2eeeb;
}
.profximg img {
	width: 100%;
}
.profx ul {
	flex: 1;
}
.profx ul li {
	color: #666;
	font-size: 16px;
	list-style: initial;
	padding-left: 10px;
	line-height: 30px;
}
.profx a {
	margin-top: 10px;
	padding-left: 10px;
	display: inline-block;
	color: #0088cc;
	font-size: 15px;
}

.profoot {
	padding: 50px 0;
	background: #e9f0fa;
	text-align: center;
	margin-top: 60px;
}
.profoot h3 {
	color: #18295d;
	font-size: 26px;
	text-align: center;
}
.profoot p {
	color: #272727;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	width: 60%;
	margin: 16px auto 20px;
}
.profoot h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 36px;
	display: inline-block;
	background: linear-gradient(#36a6ce, #00d9a3);
}

.fx4 {
	display: flex;
	width: 62.5%;
	margin: 50px auto;
	justify-content: space-between;
}
.fx4list {
	width: 25%;
	text-align: center;
	border-right: 1px solid #ccc;
}
.fx4list:last-child {
	border-right: 0;
}
.fx4list p {
	font-size: 14px;
	color: #556877;
	margin-bottom: 8px;
}
.fx4img {
	margin-bottom: 20px;
}
.fx4img img {
	height: 100px;
	width: auto;
}
.layer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.layer-box {
	height: 100%;
	display: flex;
	align-items: center;
}
.layer-cont {
	width: 62.5%;
	margin: 0 auto;
	position: relative;
}
.layer-cont img {
	width: 100%;
}
.close {
	position: absolute;
	top: 26px;
	right: 20px;
	cursor: pointer;
}
.layer-cont .close img {
	width: 40px;
}