<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ul, ol, li {list-style: none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:none;}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}



.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:85%; right:51%; margin-right:-659px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}
/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: "微软雅黑"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1200px;}

/*页眉*/
.header{width:100%;background-color:#fff;}

.header_top { overflow:hidden; width:100%; height:30px; border-bottom:1px solid #e6e6e6;}
.header_top p{ float:left; font-size:12px; color:#5f5f5f; line-height:30px;}
.header_top ul{ overflow:hidden; float:right; margin-top:6px;}
.header_top li{ float:left; padding:0 10px; border-right:1px solid #d4d4d4; font-size:12px;}
.header_top li a{ color:#5f5f5f;}
.header_top .last{ padding-right:0; border:none;}

.header_center { overflow:hidden; width:1200px; margin:0 auto; height:104px;}
.header_center h1{ float:left; margin-top:30px;}
.header_center h2{ float:left; margin-left:10px; padding-left:15px; height:55px; margin-top:25px; border-left:1px solid #e3e3e3; font-size:26px; color:#333; line-height:55px;}
.header_center .logo_w{ display:block; float:left; margin-left:25px; margin-top:25px;}
.header_center .phone{ overflow: hidden; float:right; margin-top:20px; padding-left:70px; background:url(../images/phone.png) no-repeat left center;
height:60px;}
.header_center .phone p{ font-size:14px; color:#000;}
.header_center .phone span{ display:block; font-size:40px; color:#ec6900; font-family:Arial;line-height: 65px;}
.header_center .phone em{ display:block; font-size:16px; color:#ec6900; padding-left:5px;}

.header .nav {
	font-size: 0;
	background-color: #272525;
	color: #fff;
}
.header .nav li {
    text-align: center;
    width: 165px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/nav.png) no-repeat right center;
	padding-right: 1px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	padding: 0 25px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #f9770a;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 35px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #f9770a !important;
}
.header .nav li.open .dropdown-box {
	display: block;
}


/*footer*/
.footer { overflow:hidden; width:100%; padding:35px 0 20px 0; background-color:#282828;}
.footer .f_nav{ overflow:hidden; width:1100px; margin:0 auto;}
.footer .f_nav li{ float:left; font-size:13px; padding:0 27px; border-right:1px dotted #696969;}
.footer .f_nav li a{ color:#b3b3b3}
.footer .f_nav .last{ border:none;}
.footer .phone{ overflow:hidden; padding:5px 0; padding-left:50px; background:url(f_../images/phone.png) no-repeat left center; margin-top:55px; float:left;}
.footer .phone p{ font-size:12px; color:#eb6600}
.footer .phone span{ display:block; font-size:24px; font-family:Arial; color:#eb6600;}
.footer .info{overflow:hidden;width: 650px;padding-left:30px;margin-left:30px;border-left:1px dotted #696969;border-right:1px dotted #696969;float:left;margin-top:45px;}
.footer .info p{ font-size:13px; line-height:22px; color:#999;}
.footer .info i{ margin:0 10px;}
.footer .info a{ color:#999}
.footer .f_ewm{float: right; width: 240px; margin-top: 30px; overflow: hidden;}
.footer .f_ewm .divewm p{font-size: 12px; color: #666; line-height: 24px; text-align: center;}
.footer .f_ewm .fl{width: 113px;}


/*预约*/
.yuyue { overflow:hidden; width:1200px; height:470px; margin:0 auto; margin-bottom:25px; background:url(../images/yuyue_bg.jpg) no-repeat center top;}
.yuyue .liuyan{ overflow:hidden; width:415px; padding:0 50px; background-color:#fff; height:406px; border:3px solid #f19752; float:left; margin-left:69px; margin-top:20px;}
.yuyue .liuyan h2{ text-align:center; font-size:22px; color:#eb6600; margin-top:20px; margin-bottom:20px;}
.yuyue .liuyan span{ display:block; text-align:center; font-size:18px; color:#5a5a5a; margin-bottom:15px;}
.yuyue .liuyan label{ display:block; overflow:hidden; background-color:#ffd4a1; border:1px solid #e1e1e1; border-radius:5px; float:left; margin-bottom:10px; height:45px; line-height:45px;}
.yuyue .liuyan em{ display:block; float:left; width:50px; text-align:right; font-size:13px; color:#0b0b0b;}
.yuyue .liuyan input{ display:block; float:left; width:363px; height:45px; border:none; background:none; line-height:45px; font-size:13px; color:#7a7a7a; outline:none}
.yuyue .liuyan select{ display:block; float:left; width:150px; height:45px; border:none; outline:none; background:none; font-size:13px; color:#0b0b0b}
.yuyue .liuyan .last{ margin-left:10px; *width:202px;}
.yuyue .liuyan input.submit{ display:block; width:165px; height:61px; cursor:pointer; background:url(../images/yuyue_btn.png) no-repeat center; margin:0 auto; margin-top:15px; margin-left:120px;}
.yuyue .yybox{ overflow:hidden; width:350px; float:right; margin-right:85px; margin-top:35px;}
.yuyue .yybox h3{ text-align:center; font-size:24px; color:#fff;}
.yuyue .yybox h3 b{ font-size:72px; color:#e3e41c; line-height:72px; font-weight:normal; font-family:Arial}
.yuyue .yybox h4{ text-align:center; width:100%; height:41px; line-height:41px; font-size:20px; color:#893f02; background-color:#e3e41c; margin:5px 0;}
.yuyue .yybox .yywin{ position:relative; overflow:hidden; width:100%; height:240px; margin-top:10px;}
.yuyue .yybox .yywin ul{ overflow:hidden; width:100%; position:absolute}
.yuyue .yybox .yywin li{ width:330px; padding-left:20px; height:30px; line-height:30px; background:url(../images/yuyue_s.png) no-repeat 5px center; font-size:15px; color:#fff;}


.dgxxBox{ padding:25px ; margin-top:25px;}
.dgxxBox h2{ font-size:16px; color:#212121; border-bottom:1px solid #ececec; padding-bottom:10px; font-weight:bold; margin-bottom:10px;}
.xiangguannews li{ width:47%;display: inline-block;*display:inline;
 margin-right:10px; overflow:hidden; height:30px; line-height:30px; float:left; font-size:15px;}
.xiangguannews li a:link,.xiangguannews li a{ font-size:14px;}

.hiddle{ display:none;}
.menu .cur a:link,.menu .cur a:visited{ color:#ED5F05;}



.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */

	right: -208px;
	top: 100px;
	z-index: 100;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #34478F;
	background-size: 20px auto;
	padding-left: 46px;
	font-size: 14px;
	color: #ffffff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #ffffff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666666;
	font-size: 14px;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	padding-left: 22px;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	width: 100%;
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #34478F;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #34478F;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #ffffff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	background-size: 100%;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	background-size: 100%;
}
</pre></body></html>