* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;
}

::-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: 750px;
	margin: auto;
}

.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 {
	position: relative;
	width: 100%;
	padding-top: 80px;
	height: 620px;
	background: url(../img/new/光效\ 副本\ 17.png) no-repeat;
	background-size: 100% 100%;
}

.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;
}

.mains {
	width: 100%;
	background: #0B164E;
	padding-top: 60px;
	min-height: 450px;
	max-width: 750px;
	margin: 0 auto;
}

h2.zhaosheng {
	color: #a40000;
	font-size: 22px;
	text-align: center;
	margin: 15px auto;
}

.formWrap {
	width: 100%;
	padding: 10px;
}

.formWrap .label {
	color: #666;
	font-size: 20px;
}

.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%;
} 

.logo {
    width: 180px;
    height: 40px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -90px;
}

.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: 80%;
	padding-top: 60px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 auto;
	font-weight: bold;
}

.footer {
	background: #DFA876;
	font-size: 13px;
	padding: 20px 0;
	color: #000000;
	font-weight: 500;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

footer {
	width: 100%;
	padding: 10px 15px;
	height: 60px;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	background: #3c3d43;
}

.footer_button:nth-child(1) {
	letter-spacing: 4px;
}

.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;
}

@media screen and (min-width:768px) {
	.rqcode {
		display: block;
	}
	.borderWhite div img{
		height: 50px;
	}
}