@charset "utf-8";
/* CSS Document */

.stnr {
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.stnr :hover{	background-color:#f89e23;cursor: pointer; /* 鼠标形状变成手形 */}
.stnr1{
	padding: 30px;
	border: 1px solid #d0021b;
	width: 200px;
	min-height: 70px;
	height: 70px;
	float: left;
	margin-left: 50px;
}

.stindex {
	width: 100%;
}
.stindex img{
	width:1320px;
}

.saindex {
	width: 100%;
}

.saindex-1 {
width:320px;	float: left;
	margin-right:10px;
	margin-bottom:10px;

}

.sbindex {
	width: 100%;
}

.sbindex-l {
	float: left;
		width:400px;
	border: 1px solid #CCC;
margin-bottom:30px;
}
.sbindex-r {
	float: right;
	width:820px;
	margin-top:120px;
}

.sbindex-r-1 {
	float: left;
	width:200px;
}


/***表单*/
.uk-card-head {
  position: relative;
  background-color: #d0021b;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
.uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  	text-align: center;

}
.uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #d0021b;
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
/***表单**/
	form {
				width: 320px;
				font-family: Arial;
				font-size: 14px;
				font-weight: bold;
				margin-left:30px;
			}

			/*清除浮动*/
			p {
				overflow: hidden;
			}

			label {
				float: left;
				width: 60px;
				height: 40px;
				line-height: 40px;
				text-align: right;
				margin-right: 10px;
			}

			input:not(#submit) {
				float: left;
				height: 16px;
				padding: 10px;
				border: 1px solid silver;
			}

			#tel,
			#pwd {
				width: 228px;
			}

			#verifyCode {
				width: 118px;
				margin-right: 10px;
			}

			#submit {
				width: 100px;
				height: 40px;
				border: 1px solid gray;
				padding: 0;
				background-color: #F1F1F1;
			}
