


@charset "UTF-8";
/* header */
.header{position:relative;height:50px;background:#006fe2;}
.header .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
.shouji {
	display:none;
}

 


@media all and (max-width: 760px) {
.neirong {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	padding: 5px;
}
.neirong img {
	width: 100%;
}
.neirong table {
	border-collapse: collapse;
}
.neirong td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}
.neirong tr:nth-child(even) {
	background-color: #EEE;
}
.bd1 {
	width: 47%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #CCC;
	border: 1px solid #CCC;
	text-indent: 10px;
}
.bd2 {
	width: 97%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-indent: 10px;
	border: 1px solid #CCC;
}
.bd3 {
	width: 30%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	background-color: #F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.shouji {
	display: block;
}


.yc2 {
	display: block;
}
.yc {
	display: none;
}
.tiao1 {
	font-size: 18px;
	color: #231812;
}
.jz {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.about {
}
.about img {
	width: 100%;
}
.top1 {
	width: 100%;
	height: 50px;
}
/* éŽ¸å¤æŒ³éå³°ç´¡ */
button {
	border-radius: 0;
	border: 0;
	background-color: white;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	margin: 0 auto
}
.btn-add::before {
	background-color: #52c8dc;
	color: #c41c38;
	display: inline-block;
	padding: 10px 20px;
	display: inline-block;
	float: left;
	font-weight: bold;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.btn-add .text {
	display: inline-block;
	padding: 10px 25px;
	background-color: #0080CC;
	color: white;
	box-shadow: inset 0 0 0 0 #52c8dc;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-add:hover::before {
	color: #efefef;
	background-color: #186db3;
}
.btn-add:hover .text {
	box-shadow: inset -200px 0 0 0 #efefef;
	color: #9090c7;
}}