* {
	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;
}
.headerWrap{
	width: 100%;
	height: 767px;
	background: url("/public/static/img/gif/fourpage/banner.png") no-repeat center;
	-webkit-background-size:cover ;
	background-size:cover;
	margin: 0 auto 80px;
}
.headerC{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.headerNav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}
.headerNavR a{
	color: #fff;
	padding: 0 20px;
}
.headerCBannerC{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	color: #fff;
}
.headerCBannerC div{
	width: 415px;
}
.headerCBannerC h1{
	font-size: 40px;
	font-weight: bold;
}
.headerCBannerC p{
	margin: 40px 0 30px;
	line-height: 30px;
	font-size: 15px;
}
.headerCBannerC a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: 140px;
	height: 45px;
	background: #fff;
	color: #0113bd;
	font-weight: bold;
}

.contentWrap{
	width: 1200px;
	margin: 0 auto;
}
.contentTitle{
	min-width: 1200px;
	text-align: center;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #111;
}
.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;
	margin-bottom: 20px;
}
.contentPages0List p{
	font-size: 18px;
	color: #333;
}
.contentListR{
	text-align: right;
}
.procedureWrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto 75px;
}
.procedureL{
	width: 600px;
}
.procedureL div{
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: #f2f3fc;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
}
.procedureL p{
	height: 30px;
	line-height: 30px;
}
.procedureWrap img{
	width: 546px;
}
.procedureL i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(/public/static/img/gif/fourpage/number.png) no-repeat;
	-webkit-background-size: 100% ;
	background-size: 100% ;
	margin-right: 10px;
}
.procedureL i.numbIcon1{
	background-position: 0 3px;
}
.procedureL i.numbIcon2{
	background-position: 0 -82px;
}
.procedureL i.numbIcon3{
	background-position: 0 -168px;
}
.procedureL i.numbIcon4{
	background-position: 0 -256px;
}
.procedureL a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 40px;
	background: #0113bd;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.questionList{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.questionList img{
	width: 45px;
	height: 45px;
	margin-right: 20px;
}
.questionList li{
	font-size: 18px;
	color: #111;
	margin-bottom: 10px;
}
.questionList p{
	font-size: 14px;
	color: #666;
}
.footerTitleWrap{
	width: 100%;
	height: 280px;
	background: url("/public/static/img/gif/fourpage/footerBg.png") 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: 150px 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: #0113bd;
	font-weight: bold;
}
/*foot*/

.foot {
    width: 100%;
    height: 48px;
    background-color: #2f4056;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.foot_content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.foot-cpy {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    line-height: 48px;
    height: 40px;
}

.foot-cpy .copyright {
    display: flex
}

.foot-cpy .copyright a {
    color: #fff;
    line-height: 48px;
    height: 48px;
}

.f-img {
    position: relative;
    top: 6px;
}

.foot-cpy .trustLink {
    position: relative;
    margin-left: 10px;
    vertical-align: bottom;
    height: 48px;
    line-height: 48px;
}

.foot_credible {
    display: flex;
    position: relative;
}

.foot_credible .b-txt {
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
}

.b-txt:hover {
    color: #fff;
}