body,h1,a{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	overflow-x: hidden; /* 取消水平滚动条 */
	font-weight: bold;
}


.form-control.yc {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius:6px;
	border-bottom-right-radius: 6px;
}

#bg{
	position: absolute;
	z-index: 1;
	background: url('./images/1.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;

}


#h1{
font-size: 20px;


}

#header{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
    height: 30px;
    background: transparent;
   /* background: rgba(50, 113, 179, 0.17);*/

}

#header2{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
    height: 30px;
    background: rgba(50, 113, 179, 0.78);

}

.yb{
	float: right;
}

#header a{
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	text-decoration: none;
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	margin: 0 10px 0 10px;
	color: black;
}

#header a:hover {
 	background: linear-gradient(to right, #9b59b6, #ff69b4);
 	-webkit-background-clip: text;
 	background-clip: text;
 	color: transparent;
 }

#header2 a{
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	text-decoration: none;
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	margin: 0 10px 0 10px;
	color: black;
	}

#header2 a:hover {
   	background: linear-gradient(to right, #9b59b6, #ff69b4);
   	-webkit-background-clip: text;
   	background-clip: text;
   	color: transparent;
   }

.website-list a {
	text-decoration: none;
	color: black;
	transition: all 0.3s ease;
}

.website-list a:hover {
	background: linear-gradient(to right, #9b59b6, #ff69b4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

#zhongjian a {
	text-decoration: none;
	color: black;
	transition: all 0.3s ease;
}

#zhongjian a:hover {
	background: linear-gradient(to right, #9b59b6, #ff69b4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

#zhongjian{
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-weight: bold;
}

#zhongjian1{
	font-size: 15px;
	color: #ff0000;
	text-align: center;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-weight: bold;
}

#zhongjian2{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}

#guoqing{
	font-size: 17px;
	color: #ff0000;
	font-weight: bolder;
	text-align: center;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
}



#zb{
	float: left;
	
}


#LOGO{
	position: relative;
	height: 100%;
	width: 100%;

}

.LOGO{
	position: relative;
	margin-left: 0;
	margin-top: 0;
}

.sLOGO{
	position: relative;
	margin-left: 0;
	margin-top: 15%;
}



#key{
  /*font-size: 18px;*/
  line-height: 28px;
  display: block;
  float: left;
  width: 80%;
  padding: 10px;
  border: none;
  outline: none;
}

#sub-button{
	font-size: 20px;
	line-height: 48px;
	display: block;
	float: left;
	width: 20%;
	height: 48px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	color: black;
	border: none;
	background-color: #00b7ff;
}

.footer h5,a{
	text-align: center;
	color: black;
}

#footer{
    position: page;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(21, 24, 27, 0.32);
}


#footer1 {
    position: page;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	visibility: hidden;
	background: rgba(44, 86, 127, 0.67);
}

@media (min-width: 300px){
.LOGO{
	margin-top: 50%;
}

#key{
	line-height: 20px;
	padding: 7px;
}

#sub-button{
	height: 34px;
	font-size: 15px;
	line-height: 34px;
}

/* Mobile styles for header */
#header, #header2 {
	height: 25px;
}

#header a, #header2 a {
	font-size: 13px;
	line-height: 25px;
	margin: 0 5px;
}

/* Mobile styles for zhongjian */
#zhongjian {
	font-size: 13px;
}

/* Mobile styles for website links */
.website-list a {
	font-size: 13px;
}

/* Mobile styles for footer */
#footer {
	height: 50px;
}

.footer h5, a {
	font-size: 13px;
}
}

@media (min-width: 768px){
.LOGO{
	margin-top: 25%;
}
#key{
	line-height: 28px;
	padding: 10px;
}

#sub-button{
	height: 48px;
	font-size: 20px;
	line-height: 48px;
}

/* Tablet styles for header */
#header, #header2 {
	height: 30px;
}

#header a, #header2 a {
	font-size: 15px;
	line-height: 30px;
	margin: 0 8px;
}

/* Tablet styles for zhongjian */
#zhongjian {
	font-size: 15px;
}

/* Tablet styles for website links */
.website-list a {
	font-size: 15px;
}

/* Tablet styles for footer */
#footer {
	height: 55px;
}

.footer h5, a {
	font-size: 14px;
}
}

@media (min-width: 992px){
.LOGO{
	margin-top: 19%;
}

/* Desktop styles for header */
#header, #header2 {
	height: 35px;
}

#header a, #header2 a {
	font-size: 16px;
	line-height: 35px;
	margin: 0 10px;
}

/* Desktop styles for zhongjian */
#zhongjian {
	font-size: 16px;
}

/* Desktop styles for website links */
.website-list a {
	font-size: 16px;
}

/* Desktop styles for footer */
#footer {
	height: 60px;
}

.footer h5, a {
	font-size: 15px;
}
}

/* Landscape mobile styles */
@media (max-width: 768px) and (orientation: landscape) {
.LOGO{
	margin-top: 30%;
}

#key{
	line-height: 18px;
	padding: 6px;
}

#sub-button{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

#header, #header2 {
	height: 22px;
}

#header a, #header2 a {
	font-size: 12px;
	line-height: 22px;
	margin: 0 4px;
}

#zhongjian {
	font-size: 12px;
}

.website-list a {
	font-size: 12px;
}

#footer {
	height: 40px;
}

.footer h5, a {
	font-size: 12px;
}
}

/* Extra large screen styles */
@media (min-width: 1200px) {
.LOGO{
	margin-top: 15%;
}

#header, #header2 {
	height: 40px;
}

#header a, #header2 a {
	font-size: 18px;
	line-height: 40px;
	margin: 0 12px;
}

#zhongjian {
	font-size: 18px;
}

.website-list a {
	font-size: 18px;
}

#footer {
	height: 70px;
}

.footer h5, a {
	font-size: 16px;
}
}

.center{
	text-align: center;
	position: auto;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	color: black;
	font-weight: bold;
	
	
}

#dingbu{
    text-align: center;
}

#zuoce{
	text-align: center;
	position: auto;
    color: black;
    font-size: 16px;
    font-weight: bold;
/*	font-family: "微软雅黑";*/
	
	
}

.bgm {
	background: rgba(45, 43, 43, 0.43);
}



#lianjie1{
	text-align: center;
	position: auto;
	color:black;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	
}

#lianjie {
	text-align: center;
	position: auto;
	color: black;
	font-size: 15px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-weight: bold;
	
}


#fenlei{
	text-align: center;
	position: auto;
	color: black;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-weight: bold;
	line-height: normal;
	
}

#fenlei1{
	text-align: center;
	position: auto;
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	line-height: normal;
	
}


.zw{
	text-align: center;
	position: auto;
	color: black;
	font-size: 12px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	line-height: normal;
	font-weight: bold;
	
}

.liuyan{
	text-align: center;
	position: auto;
	font-size: 20px;
	font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
	line-height: normal;
	color: black;
	font-weight: bold;
	
}


