@charset "utf-8";
/*******************************************************
 * 
 * Name     : 
 * FileName : yuyue.css
 * Version  : 1.23.03
 * Author   : 
 * Site     : www.wz11.com
 * Time     : 2023.03.19
 *
*******************************************************/
* {
	padding: 0px;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, "Microsoft YaHei", "微软雅黑", "宋体";
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
/*	overflow: hidden;/*全屏参数*/
	background-size: 100%;/*平铺缩放参数*/
	background-color: #F6F6F6;
}
a {
	font-family: Verdana, "Microsoft YaHei", "微软雅黑", "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF8C15;
	text-decoration: underline;
}
ul,li,ol,p,form,span {
	padding: 0px;
	margin: 0px;
}
ul,li {
	list-style: none;
}
img {
	border: none;
}
/******************************************************/
/*公祭哀悼使用黑白色调*/
/*html{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none;
}*/
/******************************************************/
/*网站选择背景和字体颜色，不支持IE浏览器*/
body ::selection {
	color: #FFFFFF;
	background-color: #FFCC00;
}
/******************************************************/
/*input,select,textarea表单属性在谷歌浏览器中去除表框*/
input,select,textarea:focus {
	outline: none;
}
/******************************************************/
/*产品页预约按钮*/
.product_yuyue_submit a,
.product_yuyue_submit a:hover {
	width: 700px;
	height: 100px;
	border: 0px;
	padding: 0px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	background: url(../Image/web_yuyue_submit_bg.png) 0px 0px no-repeat;
	text-decoration: none;
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari 和 Chrome */
 	border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/******************************************************/
/*预约页面*/
#yuyue li {
	display: block;
}
#yuyue ol {
	display: table;
}
.yuyue_title {
	width: 180px;
	height: 80px;
	display: block;
	color: #000000;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	text-decoration: none;
	background: #FDE2BB;
	margin: 30px 0 0 0;
	-moz-border-radius: 10px 0 0 10px; /* Firefox */
	-webkit-border-radius: 10px 0 0 10px; /* Safari 和 Chrome */
 	border-radius: 10px 0 0 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.yuyue_txt {
	width: 520px;
	height: 80px;
	display: block;
	color: #000000;
	font-size: 24px;
	text-align: left;
	line-height: 80px;
	text-decoration: none;
	background: #EAEAEA;
	text-indent: 1em;/*首行缩进字符*/
	margin: 30px 0 0 0;
	-moz-border-radius: 0 10px 10px 0; /* Firefox */
	-webkit-border-radius: 0 10px 10px 0; /* Safari 和 Chrome */
 	border-radius: 0 10px 10px 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/*列表菜单*/
#product_open_select,
#product_open_city {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 24px;
	border: #DEDEDE 1px solid;
	font-family: "Microsoft YaHei", "微软雅黑";
	cursor: pointer;
	background: #FFFFFF;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
 	border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#product_open_select {
	width: 460px;
	height: 50px;
	margin-top: 15px;
}
#product_open_city {
	width: 300px;
	height: 50px;
}
.yuyue_text {
	width: 519px;
	height: 78px;
	display: block;
	text-align: left;
	line-height: 80px;
	background: #FFFFFF;
	margin: 30px 0 0 0;
	border-bottom: #BBBBBB 1px solid;
	border-top: #BBBBBB 1px solid;
	border-right: #BBBBBB 1px solid;
	-moz-border-radius: 0 10px 10px 0; /* Firefox */
	-webkit-border-radius: 0 10px 10px 0; /* Safari 和 Chrome */
 	border-radius: 0 10px 10px 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.yuyue_text_address {
	width: 518px;
	height: 78px;
	display: block;
	text-align: left;
	line-height: 80px;
	background: #FFFFFF;
	margin: 30px 0 0 180px;
	border: #BBBBBB 1px solid;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
 	border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.yuyue_text input,
.yuyue_text_address input {
	width: 460px;
	height: 40px;
	font-size: 24px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #000000;
	border: 0px;
	text-align: left;
	background: #FFFFFF;
	line-height: 40px;
	margin: 20px 20px 0 20px;
}
.yuyue_submit {
	width: 700px;
	height: 100px;
	display: block;
	text-align: center;
	line-height: 100px;
	margin: 30px 0 0 0;
}
.yuyue_radio {
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 0px;
	margin: 5px 10px 0 0;
}
.yuyue_submit input {
	cursor: pointer;
	width: 700px;
	height: 100px;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	line-height: 100px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 36px;
	background: url(../Image/web_yuyue_submit_bg.png) 0px 0px no-repeat;
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari 和 Chrome */
 	border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.yuyue_ok {
	width: 698px;
	height: 150px;
	display: block;
	color: #000000;
	font-size: 36px;
	text-align: center;
	line-height: 150px;
	text-decoration: none;
	margin: 30px 0 0 0;
	background: #FFC88F;
	border: #FF8C15 1px solid;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
 	border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/******************************************************/
/*共享文本框架*/
.open_txt {
	width: 760px;
	display: table;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}
.open_txt ul {
	margin: 0 0 30px 30px;
}
.open_txt ul,li,ol {
	float: left;
	list-style-type: none;
}
.open_txt_title {
	text-align: center;
	line-height: 35px;
}
.open_txt_title span {
	color: #313131;
	font-size: 24px;
	font-weight: bold;
}
/*顶部+logo*/
.open_top {
	height: 350px;
	background: #FFFFFF url(../Image/yuyue_bg.png) 0px 0px no-repeat;
}
.open_top_logo {
	width: 165px;
	height: 50px;
	background: #FFFFFF;
	margin-top: 30px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
 	border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}}
/******************************************************/