html,
body,
div,
p,
span,
i,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
a,
dl,
dt,
dd,
form,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}
input{
　  outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
textarea{
　  outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
.nav {
	overflow: hidden;
	padding: 3% 5%;
}

.logo {
	width: 24%;
	float: left;
}
a{
	color: #000000;
	outline: none;
	text-decoration: none;
}
.cd {
	float: right;
	width: 6%;
	margin-top: 5px;
}

.lbas {
	position: relative;
}

.lbas img {
	width: 100%;
}

.lbas span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 35px;
}

.content {
	margin: 5%;
	padding: 3% 0;
}

.ssbtm {
	text-align: right;
	background-color: #1761f6;
	height: 50px;
	position: relative;
	line-height: 50px;
}

.ssbtm input {
	background-color: #1761f6;
	border-radius: 4px;
	border: 1px solid white;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	height: 30px;
	outline: none;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 40%;
	padding-right: 30px;
	margin-right: 20px;
}

.ssbtm img {
	position: absolute;
	top: 33%;
	width: 20px;
	right: 7%;
}

.dh {
	width: 50%;
	margin: 3% auto;
	text-align: center;
	line-height: 40px;
	color: white;
	background: #f9cb11;
	font-size: 18px;
	border-radius: 22px;
}

.dh img {
	width: 15px;
	margin-right: 8px;
}

.lbas {
	position: relative;
}

.lbas img {
	width: 100%;
}

.lbas span {
	position: absolute;
	left: 16%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 22px;
}

.yhgz li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #000;
}

.yhgz li span {
	display: inline-block;
	margin-left: 50px;
}

.yhgz li img:nth-child(1) {
	position: absolute;
	width: 30px;
	left: 0;
	top: 18%;
}

.xlcd {
	position: absolute;
	width: 30px;
	right: 0;
	top: 18%;
}
.intcs input{
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	outline: none;
	font-size: 14px;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: 100%;
	margin: 10px 0;
}
.intcs input:focus {
	outline: none;
	border-color: #409eff;
}
textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 2px;
}
.intcs textarea{
	display: block;
	resize: vertical;
	padding: 5px 15px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
	color: #606266;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.intcs textarea:focus {
	outline: none;
	border-color: #409eff;
}
input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #606266; 
}
input:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
   color:#606266;
}
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #606266; 
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #606266; 
}
.intcs input:input-placeholder { 
	color: #606266; 
}
button{
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.bten{
	width: 100%;
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
	margin-top: 20px;
}