* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
.con {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.banner {
	background: linear-gradient(to right, #111834, #323a63);
	height: 400px;
}
.banner h2 {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	margin-top: 96px;
}
.banner p {
	font-size: 14px;
	color: #fff;
	width: 496px;
	margin-top: 24px;
}
.banner img {
	position: absolute;
	top: 0;
	right: 0;
}
.banner a {
	display: block;
	width: 136px;
	height: 40px;
	color: #fff;
	background: #2370e7;
	text-align: center;
	line-height: 40px;
	margin-top: 24px;
	margin-bottom: 120px;
	float: left;
}
.banner .con a:nth-child(3) {
	background: transparent;
	border:1px solid #fff;
	height: 38px;
}
.banner .con a:nth-child(4) {
	margin-left: 16px;
}
.banner .con a:nth-child(5) {
	margin-left: 20px;
	height: auto;
	font-size: 12px;
	text-decoration: underline;
	background: transparent;
	margin-top: 36px;
}
.banner a:hover {
	background: #1d5bbb;
}
.Prosum_title,.Profeat_title,.Proprice_title {
	font-size: 24px;
	line-height: 24px;
	margin-top: 56px;
	text-align: center;
	color: #333333;
}
.Prosum_sec,.Profeat_sec,.Proprice_sec {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 16px;
	text-align: center;
}
.Prosum_ex,.Profeat_ex {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 56px;
	overflow: hidden;
}
.Prosum_ex li {
	float: left;
	width: 540px;
	padding-left: 152px;
	height: 182px;
	padding-right:20px;
	border: 1px solid #e8e8e8;
}
.Profeat_ex li {
	float: left;
	width: 254px;
	height: 305px;
	background: #fff;
	border:1px solid #e8e8e8;
}
.Prosum_ex li:nth-child(2){
	margin-left: 26px;
	background: url(/Template/Template3/skins/images/icon/pro_ex2.png) no-repeat 32px 40px;
}
.Prosum_ex li:nth-child(1){
	background: url(/Template/Template3/skins/images/icon/pro_ex1.png) no-repeat 32px 40px;
}
.Prosum_ex h2 {
	margin-top: 40px;
	text-align: left!important;
	font-weight: bolder;

}
.Prosum_ex p {
	color: #666666;
	width: 350px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 25px;
}
.ml32 {
	margin-left: 32px;
}
.mb32 {
	margin-bottom: 32px;
}


.Profeat_ex div {
	width: 112px;
	height: 112px;
	margin: 32px auto 16px;
	border-radius: 100%;
}
.Profeat_ex li:nth-child(1) div {
	background: url(/Template/Template3/skins/images/icon/pro_feat1.png) no-repeat center #ecf2ff;
}
.Profeat_ex li:nth-child(2) div {
	background: url(/Template/Template3/skins/images/icon/pro_feat2.png) no-repeat center #ecf2ff;
}
.Profeat_ex li:nth-child(3) div {
	background: url(/Template/Template3/skins/images/icon/pro_feat3.png) no-repeat center #ecf2ff;
}
.Profeat_ex li:nth-child(4) div {
	background: url(/Template/Template3/skins/images/icon/pro_feat4.png) no-repeat center #ecf2ff;
}
.Prosum_ex h2,.Profeat_ex h2 {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #444444;
}
.Profeat_ex h2:nth-child(2) {
	margin-top: 16px;
	font-weight: bolder;
}
.Profeat_ex li h2:nth-child(3) {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	width: 196px;
	margin:0 auto;
	margin-top: 24px;
	text-align: left;
}

.Profeat {
	background: #fff;
}
.Proprice table {
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 32px;
	text-align: center;
	color: #333333;
	margin-bottom: 55px;
}
.Proprice table thead tr td:nth-child(2) a {
	border-radius: 30px;
	background: #ff7101;
}
.Proprice table thead tr td:nth-child(2) a:hover {
	background: #269440;
}
.Proprice table thead tr td:nth-child(n+2) a {
	border-radius: 30px;
}
.Proprice table tbody tr:last-child td:nth-child(2) a {
	border-radius: 30px;
	background: #fe7203;
	margin-bottom: 15px;
}
.Proprice table tbody tr:last-child td:nth-child(2) a:hover {
	background: #269440;
}
.Proprice table tbody tr:last-child td:nth-child(n+2) a {
	border-radius: 30px;
	margin-bottom: 15px;
}
.Proprice table tr {
	border-bottom: 1px solid #ddd;
}
.Proprice table td {
	border-right: 1px solid #ddd;
}
.Proprice table th {
	border-right: 1px solid #ddd;
}
.Proprice table thead th {
	width: 184px;
	font-size: 14px;
}
.Proprice table thead td {
	width: 312px
}
.Proprice table strong {
	font-size: 16px;
	line-height: 16px;
	margin-top: 32px;
	display: block;
}
.Proprice table em {
	font-size: 14px;
	margin-top: 16px;
	color: #444444;
}
.Proprice table em span {
	font-size: 24px;
}
.Proprice table thead a {
	margin-top: 16px;
	margin-bottom: 32px;
}
.Proprice table tbody th {
	height: 48px;
	line-height: 48px;
}
.Proprice table tbody td {
	height: 48px;
}
.support {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: url(/Template/Template3/skins/images/icon/support.png) no-repeat center #fe7203;
	margin: 0 auto;
}

.bt-2 {
	background: #009edf;
}
.bt {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 16px;
	border-radius: 3px;
	border: none 0;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}
.mb10 {
	margin-bottom: 10px;
}
.db {
	display: block;
}
strong {
	font-weight: normal;
}
.bt-2 {
	font-size: 14px;
	color: #fff;
	background-color: #0078ff;
	line-height:20px;
}