* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
	font-family: '微软雅黑' !important;
}

::-webkit-input-placeholder {
	color: #ccc;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #f9f9f9;
}

img {
	display: block;
	max-width: 100%;
}

#app {
	max-width: 760px;
	margin: auto;
	overflow: hidden;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.header {
	width: 100%;
	padding-top: 30px;
	height: 620px;
	background: url(../img/new/background.png) no-repeat;
	background-size: 100% 100%;
}

.header_title {
	padding: 5px 0px;
	letter-spacing: 4px;
	background: #7E5028;
	color: white;
	width: 225px;
	text-align: center;
	margin: 30px 0px 10px 19px;
	border-radius: 15px;
}

.header_footer {
	font-size: 13px;
	width: 125px;
	margin-top: 10px;
	border-top: 2px solid #B57F41;
	color: #A0622B;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 2px solid #B57F41;
}

.headTxt {
	width: 4.48rem;
	padding: 0px 0.2rem;
	line-height: 1.8;
	color: #fff;
	height: 1.05rem;
	margin-left: 0.75rem;
}

.headUlItem {
	width: 90%;
	justify-content: space-around;
	display: flex;
	margin: 0 auto;
	margin-top: 250px;
	color: #fff;
}

.headUlItem p {
	margin-bottom: 0.134rem;
	letter-spacing: 2px;
}

.twos {
	width: 100%;
	height: 380px;
	background: url('../img/new/a.png') no-repeat;
	background-size: 100% 200%;
}

.twos_main {
	width: 80%;
	margin: 40px auto;
}

.twos_main div {
	text-align: center;
	display: grid;
	float: left;
	border: 1px solid #CFAA72;
	background: linear-gradient(0deg, #E7E7E7 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 9px 9px 3px 9px;
	width: 45%;
	margin: 2.5%;
	padding-bottom: 10px;
}

.twos_main div img {
	margin: 10px auto;
}

.twos_main div p {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #94663C;
}

.three {
	width: 100%;
	height: 100%;
	background: url(../img/new/three.png) no-repeat;
	background-size: 100% 100%;
	color: white;
	padding: 30px 20px;
}

.three p {
	padding: 5px 0;
	text-align: center;
	text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.32);
}

h2.zhaosheng {
	color: #c6221f;
	font-size: 22px;
	text-align: center;
	margin: 15px auto;
}

.formWrap {
	width: 98%;
	padding: 10px;
	margin: 0 auto;
}

.formWrap .label {
	color: #666;
	font-size: 17px;
}

.clasoc {
	padding: 20px 0;
	width: 80%;
	margin: 0 auto;
}

.clasoc_title p {
	font-size: 23px;
	font-family: IdeaFonts;
	font-weight: bold;
	color: #996C33;
	text-align: center;
	line-height: 28px;
}

.clasoc_content {
	display: flex;
	padding-top: 5px;
}

.clasoc_content_one span:nth-child(1), .clasoc_content_three span:nth-child(2) {
	width: 94px;
	background: #94663C;
	height: 1px;
}

.clasoc_content_one span:nth-child(2), .clasoc_content_three span:nth-child(1) {
	width: 6px;
	height: 6px;
	position: relative;
	top: -2px;
	background: #94663C;
	border-radius: 50%;
}

.clasoc_content_two {
	padding: 3px 10px;
	height: 8px;
	font-size: 11px;
	margin: 0 auto;
	font-family: Arial;
	font-weight: 400;
	color: #CFAA72;
	line-height: 17px;
}

.clasoc_content_one, .clasoc_content_three {
	display: flex;
	padding-top: 10px;
}

.four {
	width: 100%;
	height: 2780px;
	background: url(../img/new/摄图网_400671067_几何线条（企业商用）\ 拷贝.png) no-repeat;
	background-size: 100% 100%;
}

.fasfsa {
	width: 80%;
	margin: 0 auto;
	height: 300px;
}

.fasfsa p {
	font-size: 15px;
	font-family: Alibaba;
	display: flex;
	font-weight: bold;
	color: #94663C;
	line-height: 24px;
	margin: 5px 0;
}

.fasfsa p span {
	padding-right: 5px;
	font-size: 30px;
}

.kcmk {
	width: 80%;
	margin: 0 auto;
}

.kcmk_item {
	width: 100%;
	margin: 35px 0;
	background: #FFFFFF;
	border: 1px solid #CFA972;
}

i {
	border: solid #94653B;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.right {
	transform: rotate(-45deg);
	margin-right: 5px;
}

.kcmk_item_center {
	width: 90%;
	margin: 25px auto;
}

.kcmk_item_center p {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #94653B;
	line-height: 28px;
}

.szlls {
	width: 85%;
	margin: 0 auto;
}

.szlls ul {
	margin: 20px 0;
}

.szlls p {
	font-size: 17px;
	font-family: Alibaba;
	font-weight: 500;
	color: #94653B;
	line-height: 28px;
}

.kcmk_item_header {
	text-align: center;
	width: 100%;
	height: 32px;
	background: #94653B;
	font-size: 18px;
	font-family: Alibaba;
	font-weight: normal;
	color: #FEFEFE;
	line-height: 30px;
}

.szlls_main_left p {
	text-align: center;
	font-weight: bold;
}

.szlls_main {
	display: flex;
	width: 100%;
	margin: 10px 0;
}

.szlls_main {
	margin-top: -10px;
}

.szlls_main:last-child .szlls_main_right {
	height: 55px;
}

.szlls_main_left {
	width: 20%;
	padding-top: 10px;
	margin-right: 5px;
}

.szlls_main_right img {
	margin-right: 10px;
}

.szlls_main_right p {
	font-size: 13px;
	color: black;
	line-height: 19px;
}

.szlls_main_right {
	width: 85%;
	height: 80px;
	border-left: 7px solid #996C33;
	display: flex;
}

.formWrap .label span {
	color: #A40000;
}

.formWrap .inputBox {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.3rem;
}

.formWrap .inputBox input {
	border: 0px;
	height: 100%;
	color: #666;
	width: 100%;
	outline: none;
	display: block;
	background: none;
}

.formWrap_submit {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 8px 4px 0px 3px #cacbcc;
	background: #bb0404;
}

.borderWhite {
	width: 80%;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
}

.borderWhite div {
	display: flex;
	width: 100%;
}

.borderWhite div img {
	margin: 1% 0.5%;
}

.header_main {
	width: 90%;
	margin-left: 30px;
}

.mainsWidth {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.show {
	width: 90%;
	margin: 10px auto;
}

.show span {
	border: 1px solid #2359C4;
	border-radius: 5px;
	color: white;
	display: inline-block;
	padding: 5px 5px;
	margin: 5px 0;
	box-shadow: 2px 0 7px -2px #464FFF;
}

.banner_center {
	width: 100%;
	height: 300px;
	background: url('../img/new/center_banner.png') no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.banner_center_Main {
	width: 85%;
	line-height: 30px;
	margin: 0 auto;
	font-weight: bold;
}

.banner_center_Main p {
	color: #94653B;
	text-align: left;
	font-size: 14px;
	margin: 5px 0;
}

.banner_center_Main p span {
	font-size: 15px;
	font-family: Alibaba;
	padding: 5px;
	margin-right: 5px;
	background: #94653B;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.footer {
	background: #DFA876;
	font-size: 13px;
	padding: 20px 0;
	color: white;
	font-weight: 500;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

footer {
	width: 100%;
	padding: 10px 15px;
	height: 60px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	background: #3c3d43;
}

.footer_button {
	background: url('../img/new/footer_button.png') no-repeat;
	background-size: 100% 100%;
	padding: 5px 0;
	height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}

a {
	width: 25%;
	color: black;
}

.switchMain {
	width: 100%;
	overflow-y: auto;
	/* overflow: hidden; */
}

.switch {
	width: 800px;
	display: flex;
}

.switchBanner:nth-child(1) {
	margin-right: 20px;
}

.switchBanner {
	width: 400px;
	position: relative;
	left: 0;
	border-radius: 5px;
	padding: 10px;
	height: 550px;
	background: linear-gradient(132deg, #03008C 3%, #1A52C1 99%);
}

.switchBanner ul {
	padding-top: 30px;
}

.switchBanner li img {
	margin: 0 auto;
}

.switchBanner li {
	float: left;
	width: 48%;
	padding: 1%;
	height: 240px;
	text-align: center;
	background-size: 100% 100% !important;
}

/* 二维码 */

.rqcode {
	width: 150px;
	height: 200px;
	margin-left: 375px;
	position: fixed;
	left: 50%;
	background: white;
	z-index: 9999;
	display: none;
}

.ts {
	width: 340px;
	margin: 0 auto;
	margin-top: 50px;
	background: url('../img/new/ts_background.png') no-repeat;
	height: 100%;
	min-height: 230px;
	position: relative;
	background-size: 100% 100%;
}

.ts .com {
	float: left;
	color: white;
	width: 50%;
	font-size: 13px;
}

.ts .com h3 {
	color: #DFA877;
	letter-spacing: 15px;
	font-weight: bold;
	font-size: 16px;
}

.ts .centerts {
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	font-size: 18px;
	margin-left: -18px;
	margin-top: -12px;
	font-weight: 100;
}

.ts p {
	font-size: 13px;
}

.sjul {
	margin-bottom: 20px;
}

.sjul li {
	width: 350px;
	display: flex;
	margin: 0 auto;
}

.sjul li p {
	border-top: 1px solid #00349A;
	color: white;
	border-bottom: 1px solid #00349A;
	padding: 5px 0;
	height: 100%;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 2px;
}

.sjul li:nth-child(even) {
	padding-left: 100px;
}

.zjlt {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	color: white;
	font-size: 14px;
	letter-spacing: 3px;
}

.szllul li {
	width: 80%;
	margin: 0 auto;
	color: white;
}

.szllul li p {
	padding: 10px 0;
}

.szllulspan {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	float: left;
	background: url('../img/new/keys.png') no-repeat;
	display: block;
	background-size: 100% 100%;
	text-align: center;
	color: white;
}

.szllulspantwo {
	font-size: 13px;
	letter-spacing: 3px;
}
.xmbd{padding: 0 5%;}
.xmbd ul{border-top: 1px dashed #d9d9d9;}
.xmbd li{border-bottom: 1px solid #dadada; padding: 40px 0 20px;}
.xmbd p{font-size: 18px; color: #444444; margin-bottom: 10px;}
.wby1{width: 100%; font-size: 16px; border: none;background: none;}
.wby2{width: 100%; font-size: 16px; border: none;background: none;color: #999;outline:none;}
.xmbd p b{color: #c6221f;}
.xmbd h3{margin-top: 15px; font-size: 14px; color: #cccccc;}
.xmbd h3 a{color: #cc0000;}
.btn2{display: block; margin-top: 40px;padding: 0; width: 100%;}
.btn2 img{width: 100%;}

@media screen and (min-width:890px) {
	.rqcode {
		display: block;
	}
	.borderWhite div img {
		height: 50px;
	}
}

@media screen and (min-width:750px) {
	.kcmk_item {
		width: 80%;
		margin: 35px auto;
	}
	.clasoc {
		width: 50%;
	}
	.four {
		height: 2790px;
	}
	.sa {
		margin: 30px 0;
	}
	.header_title {
		font-size: 22px;
		width: 50%;
	}
	.imgs {
		width: 450px !important;
		height: 250px !important;
	}
	.header {
		height: 990px;
	}
	.safassa {
		font-size: 45px !important;
	}
	.header_footer {
		font-size: 23px;
		width: 220px;
		line-height: 35px;
	}
	.ccc {
		display: none;
	}
	.fasfsa {
		width: 90%;
	}
	.fasfsa p {
		font-size: 21px;
		line-height: 35px;
	}
	.kcmk_item_center p {
		font-size: 20px;
		line-height: 30px;
	}
	.kcmk_item_center p i {
		padding: 5px;
	}
	.banner_center_Main {
		padding-left: 100px;
	}
	.banner_center_Main p {
		font-size: 20px;
	}
	.asfsafsa{
		width: 390px !important;
		font-size: 20px;
	}
	.asfsafsa span{
		height: 35px !important;
	}
	.footer{
		font-size: 20px;
	}
	.footer_button{
		height: 55px;
		font-size: 20px;
		line-height: 35px;
	}
}