﻿@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;
}

ol,
ul {
    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: underline;
}


/*定位*/

.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%;
    overflow: hidden;
    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: 13px;
}

.header_center h2 {
    float: left;
    margin-left: 10px;
    padding-left: 75px;
    height: 55px;
    margin-top: 25px;
    border-left: 1px solid #e3e3e3;
    font-size: 24px;
    color: #333;
    line-height: 55px;
    background: url(../images/3d.png) no-repeat 10px center;
}

.header_center .logo_w {
    display: block;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
}

.header_center .phone {
    overflow: hidden;
    float: right;
    height: 60px;
    margin-top: 16px;
    padding-left: 70px;
    background: url(../images/phone.png) no-repeat left center;
}

.header_center .phone p {
    font-size: 14px;
    color: #000;
}

.header_center .phone span {
    display: block;
    font-size: 37px;
    color: #ec6900;
    font-family: Arial;
}

.header_center .phone em {
    display: block;
    font-size: 15px;
    color: #ec6900;
}

.header_nav {
    overflow: hidden;
    width: 100%;
    height: 55px;
    background-color: #272525;
}

.header_nav ul {
    overflow: hidden
}

.header_nav li {
    float: left;
    font-size: 14px;
    line-height: 55px;
    background: url(../images/nav.png) right center no-repeat;
}

.header_nav .last {
    background: none;
}

.header_nav li a {
    display: block;
    color: #fff;
    text-decoration: none
}

.header_nav li.cur,
.header_nav li:hover {
    background: #ec6900
}


/*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(../images/f_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;
}

.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>b {
    display: block;
    width: 165px;
    height: 61px;
    cursor: pointer;
    background: url(../images/yuyue_btn.png) no-repeat center;
    margin: 0 auto;
    margin-top: 25px;
}

.yuyue .yybox {
    overflow: hidden;
    width: 350px;
    float: right;
    margin-right: 85px;
    margin-top: 35px;
}

.yuyue .yybox h3 {
    text-align: center;
    font-size: 36px;
    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;
}