@charset "UTF-8";
.color {
  color: #F6AD49;
}

.color {
  color: #F6AD49;
}

/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  background: #f2f2f2;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

html, body {
  height: 100%;
}

body, input, button, select, optgroup, option, textarea, pre, h1, h2, h3, h4, h5, h6, p, span, i, a, li, div {
  font-family: "Microsoft YaHei", Arial, Roboto, "Droid Sans", "Hiragino Sans GB", "Simsun", STXihei, "sans-serif";
  color: #333;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: top;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

var, em, i {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******  PC、手机通用样式  ******/
body {
  background: #F6F7FA;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
}

.section {
  width: 1200px;
  margin: auto;
}

.page {
  width: 100%;
  min-height: 100%;
  padding-bottom: 329px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.page .page_container {
  background-color: #F6F7FA;
  overflow: hidden;
}

/* 导航栏 */
.nav {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background-color: #F6F7FA;
  color: #201e1c;
  font-size: 16px;
  z-index: 10;
  border-bottom: 1px solid #e2e2e2;
}
.nav .nav_bar {
  width: 1200px;
  height: 78px;
  overflow: hidden;
  margin: 0 auto;
}
.nav .nav_bar .navbar_head .head_logo {
  display: block;
  width: 180px;
  height: 31px;
  background-image: url(../../images/icon_logo_header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
  font-size: 0px;
  display: inline-block;
}
.nav .nav_bar .navbar_head span {
  font-size: 14px;
  line-height: 17px;
  color: #999;
  font-style: italic;
  display: inline-block;
  margin: 30px 0 0 13px;
}
.nav .nav_bar ul.nav_list {
  overflow: hidden;
  float: right;
}
.nav .nav_bar ul.nav_list > li.nav_item {
  float: left;
  position: relative;
}
.nav .nav_bar ul.nav_list > li.nav_item .icon_phone_number {
  display: block;
  width: 120px;
  height: 30px;
  margin: 23px 0 0 15px;
  background-image: url("./../../images/icon_phone_number.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0px;
}
.nav .nav_bar ul.nav_list > li.nav_item > a.nav_link {
  display: inline-block;
  height: 75px;
  padding: 0 15px;
  line-height: 75px;
  position: relative;
  color: #666;
  font-size: 16px;
  vertical-align: middle;
}
.nav .nav_bar ul.nav_list > li.nav_item > a.nav_link:hover {
  color: #F6AD49;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner li.nav_item_inner {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner li.nav_item_inner a.nav_inner_link {
  font-size: 14px;
  color: #999;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner li.nav_item_inner a.nav_inner_link:hover {
  color: #F6AD49;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner li.nav_item_inner .nav_inner_icon {
  display: block;
  position: absolute;
  right: -8px;
  top: -13px;
  width: 26px;
  height: 17px;
  background-image: url("./../../images/icon_free.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav .nav_bar ul.nav_list > li.nav_item ul.nav_list_inner li.nav_item_inner.on > a {
  color: #F6AD49;
}
.nav .nav_bar ul.nav_list > li.nav_item i {
  font-size: 10px;
  color: #999;
}
.nav .nav_bar ul.nav_list > li.nav_item.on > a {
  color: #F6AD49;
}

.common_container {
  width: 100%;
  margin-bottom: 47px;
  overflow: hidden;
}
.common_container .nav_box {
  width: 243px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  float: left;
  text-align: center;
}
.common_container .nav_box h3 {
  font-size: 20px;
  line-height: 31px;
  color: #F6AD49;
  margin: 38px 0 35px;
  font-weight: bold;
}
.common_container .nav_box ul li {
  margin-bottom: 20px;
  position: relative;
}
.common_container .nav_box ul li a {
  font-size: 16px;
  line-height: 25px;
  color: #F6AD49;
  position: relative;
  color: #666;
}
.common_container .nav_box ul li a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #F6AD49;
  transition: all .3s;
}
.common_container .nav_box ul li a.on {
  color: #F6AD49;
  font-weight: bold;
}
.common_container .nav_box ul li a.on:after {
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F6AD49;
  transition: all .3s;
}
.common_container .content_box {
  float: right;
  width: 921px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px 50px;
}

/* 底部 */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  background-image: url("./../../images/bg_footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg_footer.jpg', sizingMethod='scale');
  overflow: hidden;
}
.footer .footer_box {
  width: 1200px;
  margin: 68px auto 95px auto;
  overflow: hidden;
}
.footer .footer_box .footer_qrcode_box {
  overflow: hidden;
  float: left;
  margin-left: 254px;
}
.footer .footer_box .footer_qrcode_box .img_box {
  width: 120px;
  height: 120px;
  float: left;
}
.footer .footer_box .footer_qrcode_box .img_box img {
  width: 100%;
  height: 100%;
}
.footer .footer_box .footer_content_box {
  float: left;
  margin-left: 40px;
  width: 500px;
  overflow: hidden;
}
.footer .footer_box .footer_content_box .footer_desc_box {
  width: 100%;
}
.footer .footer_box .footer_content_box .footer_desc_box .footer_logo {
  width: 139px;
  height: 43px;
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  background-image: url("./../../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/logo.png', sizingMethod='scale');
}
.footer .footer_box .footer_content_box .footer_desc_box .footer_desc_text {
  display: inline-block;
}
.footer .footer_box .footer_content_box .footer_desc_box .footer_desc_text h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 9px;
  color: #fff;
}
.footer .footer_box .footer_content_box .footer_desc_box .footer_desc_text p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 11px;
  color: #fff;
}
.footer .footer_box .footer_content_box .footer_desc_box .footer_desc_text p.footer_content_desc {
  margin-bottom: 34px;
}
.footer .footer_box .footer_content_box .footer_address_box p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 11px;
  color: #fff;
}
.footer .footer_box .footer_content_box .footer_address_box p.footer_content_desc {
  margin-bottom: 34px;
}
.footer .footer_right {
  height: 40px;
  width: 1200px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.footer .footer_right p {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
}
.footer .footer_right p a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url(../../images/icon_police.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/icon_police.png', sizingMethod='scale');
  margin-top: -5px;
}

.search_box {
  width: 242px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.search_box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.search_box .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 40px;
  background-image: url("./../../images/icon_search_small.png");
  background-size: 18px 19px;
  background-position: right 15px top 10px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.top_bar {
  margin: 43px 0 35px;
}
.top_bar .search_box {
  width: 360px;
}
.top_bar .search_box input {
  text-align: left;
}
.top_bar .tags_list {
  margin-left: 25px;
}
.top_bar .tags_list li {
  margin-bottom: 0;
  cursor: pointer;
}

.tags_list {
  overflow: hidden;
  display: inline-block;
}
.tags_list > li {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #F6AD49;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #F6AD49;
  background-color: #fff;
}

/* 按钮样式 */
.swiper_intro_btn {
  width: 121px;
  height: 36px;
  display: block;
  background: #d80c18;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.swiper_intro_btn span {
  margin-right: 5px;
}

/* 回到顶部 */
.bottom_tools {
  position: fixed;
  right: 6%;
  bottom: 200px !important;
  z-index: 800;
}
.bottom_tools .contact_button {
  width: 87px;
  height: 87px;
  background-image: url("../../images/icon_contact.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  font-size: 0px;
}
.bottom_tools a {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 5px 0 0 8px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../../images/back_top.png);
  background-position: center;
  background-size: 55px;
  background-repeat: no-repeat;
  opacity: 0.7;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bottom_tools a:hover {
  opacity: 1;
}

.loading_box,
.toast_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10000;
}

.loading_box {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
}
.loading_box.hide {
  visibility: hidden;
  opacity: 0;
}

.toast_box.show {
  visibility: visible;
  opacity: 1;
}

.loading_content {
  width: 200px;
  height: 100px;
  /* background-color: #d0b287; */
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -100px;
}

.loading_content img {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}

.loading_content p {
  text-align: center;
  font-size: 16px;
  /* color: #666; */
  color: #fafafa;
  margin-top: 10px;
}

.toast_content {
  max-width: 200px;
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  padding: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.toast_content p {
  text-align: center;
  font-size: 16px;
  /* color: #666; */
  color: #fafafa;
}

.modal.sign_modal {
  position: relative;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.modal.sign_modal.on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
.modal.sign_modal .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.modal.sign_modal .modal_container {
  width: 515px;
  height: 296px;
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -258px;
  margin-top: -148px;
}
.modal.sign_modal .modal_container .close_btn {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 27px;
  height: 27px;
  background-image: url("./../../images/home/icon_close.png");
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal.sign_modal .modal_container h3 {
  font-size: 24px;
  line-height: 29px;
  color: #F6AD49;
  margin-bottom: 15px;
}
.modal.sign_modal .modal_container p.remind_text {
  font-size: 14px;
  line-height: 17px;
  color: #999;
}
.modal.sign_modal .modal_container .sign_content_box {
  margin-top: 25px;
}
.modal.sign_modal .modal_container .form_box {
  width: 245px;
  height: 160px;
  border-right: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
}
.modal.sign_modal .modal_container .form_box input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 0 18px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16) inset;
}
.modal.sign_modal .modal_container .form_box label {
  position: absolute;
  left: 40px;
  display: none;
  color: #999;
}
.modal.sign_modal .modal_container .form_box label.label_name {
  top: 120px;
}
.modal.sign_modal .modal_container .form_box label.label_phone {
  top: 180px;
}
.modal.sign_modal .modal_container .form_box button {
  width: 200px;
  height: 40px;
  background-color: #F39826;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.modal.sign_modal .modal_container .form_box button:focus {
  outline: 0;
}
.modal.sign_modal .modal_container .quick_contact_box {
  width: 190px;
  height: 160px;
  margin-left: 20px;
  display: inline-block;
  overflow: hidden;
}
.modal.sign_modal .modal_container .quick_contact_box .qrcode_box {
  overflow: hidden;
}
.modal.sign_modal .modal_container .quick_contact_box .qrcode_box .img_box {
  width: 96px;
  height: 96px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.modal.sign_modal .modal_container .quick_contact_box .qrcode_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.sign_modal .modal_container .quick_contact_box .qrcode_box .qrcode_text {
  font-size: 14px;
  line-height: 17px;
  color: #999;
  text-align: center;
  width: 70px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.modal.sign_modal .modal_container .quick_contact_box .qq_box {
  width: 98px;
  height: 42px;
  border: 1px solid #F6AD49;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  background-image: url("./../../images/home/icon_qq.png");
  background-size: 23px 27px;
  background-position: 10px 7px;
  background-repeat: no-repeat;
  margin-top: 20px;
  cursor: pointer;
}
.modal.sign_modal .modal_container .quick_contact_box .qq_box span {
  font-size: 13px;
  line-height: 42px;
  color: #F6AD49;
}

@font-face {
  font-family: 'iconfont';
  /* project id 1078159 */
  src: url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.eot");
  src: url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.woff2") format("woff2"), url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.woff") format("woff"), url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.ttf") format("truetype"), url("//at.alicdn.com/t/font_1078159_e8t4wy98gs.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doctor:before {
  content: "\e850";
}

.icon-accompany:before {
  content: "\e618";
}

.icon-food:before {
  content: "\e708";
}

.icon-heart:before {
  content: "\e636";
}

/*# sourceMappingURL=common.css.map */
