* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	min-height: 100%;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #333;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

img {
	border: none;
}

ul,
li {
	list-style: none outside none;
}

input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=number],
input[type="search"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	outline: none;
}

input[type=date] {
	background: #fff;
}

.wrap {
	width: 100%;
	height: auto;
	background: url(../images/twopage/bannerBg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.headerNavWrap,
.headerCBannerC {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}



.imageMagnificationHeaderWrap {
	width: 100%;
	min-width: 1200px;
}

.imageMagnificationHeaderC {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.imageMagnificationHeaderCNav a {
	margin-left: 45px;
	font-size: 18px;
	color: #333;
}

.nav_list_wrap {
	display: flex;
}

.nav_list_wrap .nav_list {
	display: block;
	margin-left: 50px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	padding: 12px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.allNavList {
	position: relative;
}

.nav_list_wrap .allNavList:hover .nav_list_hover {
	display: flex;
}

.nav_list_wrap .allNavList:hover .nav_hover_activeIcon {
	display: block;
}

.nav_list_hover {
	display: none;
	position: absolute;
	width: 432px;
	height: auto;
	padding: 32px 20px 20px;
	background: #fff;
	box-shadow: 0 0 15px #fff;
	top: 51px;
	right: 0;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 19;
}

.nav_list_hover a {
	display: block;
	width: 33%;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	margin-left: 0;
}

.nav_list_hover a:hover {
	color: #6372fd;
}

.nav_hover_activeIcon {
	display: none;
	position: absolute;
	top: 49px;
	right: 30px;
	width: 0;
	height: 0;
	border: 9px solid rgba(0, 0, 0, 0);
	border-bottom: 9px solid #6372fd;
	z-index: 10;
}








.headerCBannerWrap {
	width: 100%;
	height: 340px;
	margin: 0 auto 70px;
}

.headerCBannerC {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerCBannerC div {
	width: 415px;
}

.headerCBannerC h1 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #2154f4;
}

.headerCBannerC p {
	line-height: 30px;
	font-size: 17px;
	position: relative;
	color: #111;
}

.headerCBannerC a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: 140px;
	height: 45px;
	background: #2154f4;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}

.contentWrap {
	width: 1200px;
	margin: 0 auto;
}

.gifTitle {
	font-size: 30px;
	color: #262b33;
	text-align: center;
}

.gifTitleP {
	width: 900px;
	font-size: 16px;
	color: #5a5f69;
	line-height: 30px;
	text-align: center;
	margin: 20px auto;
}

.gifCTitleWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1200px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.gifCTitleWrap div {
	padding-bottom: 15px;
	margin: 0 22.5px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 16px;
}

.contentTitle {
	min-width: 1200px;
	text-align: center;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #111;
}

.gifCTitleWrap div.gifCTitleActive {
	color: #245dff;
	border-bottom: 1px solid #245dff;
}

.gifCList {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gifCList img {
	width: 100%;
	height: 100%;
}

.gifCList a {
	display: block;
	margin-bottom: 30px;
}

.gifC0 {
	display: flex;
}

.gifC0 a {
	width: 276px;
	height: 154px;
}

.gifC1 a {
	width: 376px;
	height: 70px;
}

.gifC2 a {
	width: 276px;
	height: 154px;
}

.gifC3 a {
	width: 375px;
	height: 75px;
}

.gifC4 a {
	width: 376px;
	height: 75px;
}

.gifMoreBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	background: #206aff;
	color: #fff;
	border-radius: 5px;
	margin: 5px auto 50px;
}

.contentPages0List {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contentPages0List:nth-child(2) {
	margin-top: 60px;
}

.contentPages0List li {
	font-size: 28px;
	font-weight: bold;
	color: #111;
	padding-bottom: 30px;
	border-bottom: 1px solid #8aa8f8;
	margin-bottom: 30px;
}

.contentPages0List p {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding: 0 35px;
	position: relative;
}

.contentListR {
	text-align: right;
}

.contentPages0List.contentListR p:after {
	right: 0;
}

.contentPages0List.contentListL p:before {
	left: 0;
}

.contentPages0List.contentListL p:before,
.contentPages0List.contentListR p:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 18px;
	height: 12px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAABdElEQVQ4T6WSvS9DYRTGn3MvgvamEQtpU7cNo49N0j/ATG/vUoPGRJhIDHaTCIlEJJZOFL0sviIWg8lkEEs/wyYR9Csi9x65t/VV1Ua94/ue83uf8zyH8I8jK7lhImOJgFOql+NRM9NgWgEgMnBdF8gTyCwANG+KYKY4Gaz8CSSHuJmyuXUAY9YkhEvooprca0mTO/jYRrrYkd6WbqqN6Rx5bm8ShU0AQ6W6k1fSR+92HQ8W06Nmz8HwATyTjEqrlWBe5amHSdwBMGA1McJC3jYRO6aX93qSA7kLAvuKSnkqEZXWvsJkJT9IZEQBuKx7xmJSs8+Vf0heteBm1g8A9JbMm0xpNtMHFOPlMACHiSDGbEKzL1dSbZnd7c+7dME4+oQhJBAEBjbMeAEUGDyeikqR33z8SM2l5p2NbMH6yorviRFMaPazamF8i9+CwTgEo7/YRDHoHEju269qLe6PPery5zoFgbcY0MUGIRSPtN7Wgpjvb7+Lf95EBuuEAAAAAElFTkSuQmCC") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.listAbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 54px;
	border-radius: 5px;
	background: #2154f4;
	color: #fff;
	font-size: 22px;
	margin: 0 auto;
}

.ContentBWrapBg {
	width: 100%;
	min-width: 1200px;
	min-height: 383px;
	background: url(../images/twopage/footerBg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 1px 0;
}

.procedureWrap {
	width: 1200px;
	margin: 50px auto;
}

.procedureTitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #222;
}

.procedureC {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}

.procedureCList {
	width: 340px;
	height: 170px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.procedureCListImg {
	width: 31px;
	height: 20px;
}

.procedureCList span {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to bottom, #dadbdf, #fff);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 10px;
}

.procedureCList p {
	font-size: 14px;
	line-height: 28px;
	color: #111;
}

.problemWrap {
	width: 1200px;
	margin: 50px auto 0;
}

.problemTitle {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 40px;
}

.problemC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.problemCList {
	width: 540px;
	margin-bottom: 40px;
}

.problemCList li {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}



.problemCList p {
	font-size: 15px;
	color: #666;
}

.ContentBFooter {
	text-align: center;
}

.ContentBFooter a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 178px;
	height: 46px;
	border-radius: 5px;
	background: #0113bd;
	font-size: 18px;
	color: #fff;
	margin: 25px auto 45px;
}





.footerTitleWrap {
	width: 100%;
	height: 190px;
	background: url("../images/twopage/footerBg.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px auto 0;
	padding: 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerTitleWrap img {
	display: block;
	margin: 45px auto 20px;
}

.footerTitleWrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 178px;
	height: 46px;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 18px;
	color: #367bf0;
	font-weight: bold;
}

/*footerWrap*/
.footerWrap {
	width: 100%;
	height: 100px;
	min-width: 1200px;
	background: #1f1f24;
	overflow: hidden;
}

.footer_pages_content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 13px;
	color: #646465;
}
