﻿@charset "utf-8";
/* Update: 2016.09.8 
** Author: xJason
***基础类 公共调用用于全站
背景色：#FBFBFB 
颜色编号：

黑色 ：#333333 用途：主体字体  

浅灰色：#cccccc 用途：背景 线 边框 

深灰色：#666666 用途：内容备注

淡红色：#e81a62 用途：价格  星  活跃度  按钮背景 经过边框、链接 标题

黄色：#FF8653  用途：栏目 标题 按钮背景色

纯白色：主体按钮字体
**---基本元素初始化---*/
html, body, div, a, i, h1, h2, h3, h4, h5, h6, hr, p, pre, blockquote, dl, dd, ul, ol, th, td, form, fieldset, legend, button, input, textarea, menu, li, iframe { margin: 0; padding: 0 }
body { font: 12px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif; color: #333333; -webkit-text-size-adjust: none; }
h1, h2, h3, h4, h5, h6, button, input, textarea { font-size: 100% }
input, select, textarea { font-size: 12px; color: #333333; font-family: "microsoft yahei"; }
fieldset, img { border: 0; }
caption, th { text-align: left }
li { list-style: none }
a:hover { text-decoration: none!important; }
address, cite, code, dfn, var, em, th { font-style: normal; font-weight: normal }
button, input, textarea { outline: none; font-family: inherit }
:focus { outline: none; }
input { border: none; border-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
button { border: transparent; outline: none; }
i { font-style: normal; }
ul, ol, dl { list-style: none; }
a { color: #333; text-decoration: none; outline: none; }
pre { white-space: pre-wrap; word-wrap: break-word; }
.f_arial { font-family: arial; }
.fs24 { font-size: 24px; }
.more { float: right; font-size: 14px; font-weight: normal !important; }
/*---基本元素初始化结束---*/
.pin-none { padding: 0; }
.norecord { width: 100%; height: 300px; background: url(/images/norecord.png) center no-repeat; }
.norecord p { text-align: center; padding-top: 250px; color: #999; }
/*---网页基本宽度定义---**/
.clr { clear: both; }
.clear { *zoom: 1;
}
.clear:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }
.wrap { margin-right: auto; margin-left: auto; width: 1200px; background: #fff; }
.wamp { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; padding-right: 15px; }
.overflow { overflow: hidden }
.displaynone { display: none; }
.displayblock { display: block; }
/*---网页基本宽度定义结束----*/

/*---位置定位定义---*/
.fl { float: left; }
.fr, .float_r { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
/*---位置定位结束---*/


/*---链接、次级信息、字体加粗、字体颜色定义---*/
a { text-decoration: none; color: #333333; }
/*--a:visited{color:#741274}---*/
a:hover { color: #e81a62; text-decoration: underline; }
/*--a:active{color:#666;}---*/
.sec_info { color: #a7a7a7; }
.b { font-weight: bold; }
.red { color: #e81a62; }
.border_red { boder-color: #e81a62; }
.blue { color: #07a3ea; }
.border_blue { border-color: #e81a62; }
.yellow { color: #f0ad4e; }
.purple { color: #8a6de9; }
.redlink a { color: #FF6764 }
.redlink a:hover { color: #dd524d }
.whitelink a { color: #FFFFFF; }
.whitelink a:hover { color: #dd524d }
.gray { color: #888; font-size: 12px; }
.Basebackground { background: #f2f2f2 !important; }
.margintop20 { margin-top: 20px; font-family: '微软雅黑'; }
.actcheck_title { background: url(/icon/img_title.png) left no-repeat; border-bottom: 2px solid #07a3ea; line-height: 40px; height: 40px; font-weight: bold; font-size: 16px; color: #07a3ea; margin-top: 20px; margin-bottom: 10px; }
.actcheck_title span { float: left; text-indent: 1.8em; }
.Seach_title { background: url(/icon/img_title.png) left no-repeat; border-bottom: 2px solid #07a3ea; line-height: 40px; height: 40px; font-weight: bold; font-size: 16px; color: #07a3ea; margin-bottom: 10px; }
.Seach_title span { float: left; text-indent: 1.8em; }
/*---链接、次级信息、字体加粗、字体颜色定义结束---  还差蓝色  */
/* 常用背景色*/
.btn_red, .btn_blue, .btn_yellow, .btn_purple, .btn_silver { color: #fff; }
.btn_red:hover, .btn_blue:hover, .btn_yellow:hover, .btn_purple:hover, .btn_silver:hover { background: #dd524d; cursor: pointer; color: #fff; }
.btn_red { background: #FF6764; border-color: #FF6764; }
.btn_blue { background: #128BE8; border-color: #128BE8; }
.btn_yellow { background: #f0ad4e; border-color: #f0ad4e; }
.btn_purple { background: #8a6de9; border-color: #8a6de9; }
.btn_silver { background: #A6A6A6; border-color: #A6A6A6; }
.btn_fff { background: #fff; border-color: #fff; color: #007AFF; }
.orga_locat { width: 100%; height: 30px; line-height: 30px; text-indent: 2em; background: url(/icon/location.png) 4px center no-repeat; background-size: 12px; border-bottom: 1px dotted #CCCCCC; color: #666; }
/* 常用背景色 结束*/
/*---百分比定义---*/
.w12 { width: 100%; }
.w11 { width: 91.66666667%; }
.w10 { width: 83.33333333%; }
.w9 { width: 75%; }
.w8 { width: 66.66666667%; }
.w7 { width: 58.33333333%; }
.w6 { width: 50%; }
.w5 { width: 41.66666667%; }
.w4 { width: 33.33333333%; }
.w3 { width: 25%; }
.w2 { width: 16.66666667%; }
.w1 { width: 8.33333333%; }
/*---百分比定义结束---*/
.table { display: table; margin-left: 1px; }
.table_cell { display: table-cell; vertical-align: middle; text-align: center; }
/**********************************************************************************************
 Reset & Base CSS End*/
/*各种btn 和input*/
.base_input { border: 1px solid #A6A6A6; height: 30px; line-height: 30px; padding: 0 5px; position: relative; top: 2px; width: 200px; color: #6a6a6a; }
.m_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 280px; }
.auto_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 95%; display: block; }
.count_input { border: 1px solid #A6A6A6; height: 24px; position: relative; top: 2px; width: 60px; text-align: center; color: #6a6a6a; }
.m_btn { padding: 4px 10px; border: none; outline: none; border: transparent; border-radius: 4px; cursor: pointer; display: inline-block; }
.small_btn { padding: 4px 4px; border: none; outline: none; border: transparent; border-radius: 2px; cursor: pointer; display: inline-block; }
.badge { padding: 4px 12px; border-radius: 100px; display: inline-block; }
.auto_select { border: 1px solid #A6A6A6; height: 30px; display: inline-block; }
.base_button { background-color: #128BE8; color: #ffffff; border: 1px solid #128BE8; font-size: 16px; height: 35px; position: relative; padding-right: 10px; cursor: pointer; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
/*btn  end*/
/*-------------btn_phone(电话预约)部分start-------------*/
.btn_phone { line-height: 26px; padding: 0 10px; background: #e81a62; color: #fff; margin-left: 8px; border-radius: 3px; }
.btn_phone:hover { background: #FF8653; color: #fff; text-decoration: none; }
/*-------------btn_phone(电话预约)部分end-------------*/
/*各种tip*/
.tip { position: relative; padding: 4px 8px; border-radius: 4px; }
.tip .sanjiao { border-color: red; position: absolute; width: 0; height: 0; border-right: 5px solid; border-left: 5px solid; border-top: 8px solid; right: 0; left: 0; bottom: -6px; margin: auto; border-top-color: inherit; border-right-color: transparent; border-left-color: transparent; }
/*三角形*/
.triangle { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #fff; }
.triangle_left { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 7px solid #fff; }
/*各种控制*/
.on, .active { display: block; }
.tabCell li { display: none; }
.tabCell li.on { display: block; }
.bdl { border-left: none; }
/*------img_box全局属性start---*/
.img_box { border: 1px solid #ccc; box-sizing: border-box; overflow: hidden; background: #f2f2f2; }
.img_box img { display: block; margin: 0 auto; }
/*----img_box全局属性end----*/
/* Reset & Base CSS End
**********************************************************************************************/

/*- tableBasic 表格-*/
.tableBasic { background-color: #F9F9F9; color: #666666; border-left: 1px dotted #CCCCCC; border-top: 1px dotted #CCCCCC; border-collapse: collapse; }
.tableBasic td, .tableBasic th { border-right: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 10px; }
.tableBasic th { background-color: #EEEEEE; height: 40px; }
.tableBasic .Star { font-size: 15px; }
/*基础类定义开始*/
.S_left { width: 330px; height: 100%; box-sizing: border-box; }
.S_mid { height: 100%; box-sizing: border-box; border-left: 1px solid #ccc; }
.S_right { width: 330px; height: 100%; box-sizing: border-box; border-left: 1px solid #ccc; }
.Kong_Big_Height { margin-top: 50px; }
.Kong_Height { margin-top: 20px; }
.SmallKong_Height { margin-top: 6px; }
.SmallWidth { width: 800px; }
.mtb20 { margin-top: 20px; margin-bottom: 20px; }
.small_comments { font-size: 14px; color: #6a6a6a; }
.small_gray { font-size: 12px; color: #999999; }
.show_line_1 { border-bottom: 1px #EAEAEA solid; margin-top: 10px; }
.show_line_3 { border-bottom: 3px #EAEAEA solid; margin-top: 10px; }
.show_line_2 { border-top: 1px #EAEAEA solid; margin-top: 10px; }
.box_shadow_all { border: 1px #EAEAEA solid; background-color: #FFFFFF; box-shadow: 0 1px 0 0 rgba(216, 216, 216, 1) }
.arrow-right { float: left; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid #333333; margin-top: 3px; margin-right: 3px; }
.arrow-right-small { float: left; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #333333; margin-top: 7px; margin-right: 3px; }
.Title_class { height: 35px; width: 100%; color: #128BE8; font-size: 16px; border-bottom: 1px solid #128BE8; }
.Title_class img { position: relative; top: 4px; margin-right: 5px; }
.Title_class span { float: right; padding-top: 10px; }
/*--基础类定义结束--*/
/*--------------------------demo全局属性start--------------------------------*/
.demo_top { width: 100%; height: 40px; line-height: 40px; font-size: 18px; border-bottom: 1px solid #ccc; }
.demo_top a { font-size: 14px; margin-right: 5px; }
.demo_top a img { float: right; display: block; margin-top: 15px; }
.demo_top h4 { text-indent: 1.5em; }
.demo_text ul { font-size: 16px; }
.demo_text ul li { position: relative; }
.demo_text ul li a { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-indent: 1em; }
.demo_text ul li i { position: absolute; left: 6px; width: 4px; height: 4px; border-radius: 2px; line-height: 4px; background-color: #666; }
/*--------------------------demo全局属性end--------------------------------*/

/*--------top定位start-------*/
.GoTop { position: fixed; left: 50%; margin-left: 610px; bottom: 50px; width: 50px; height: auto; z-index: 999; }
.GoTop li { width: 50px; float: right; height: 50px; border-radius: 4px; /*background:#eb6100;*/ margin: 2px 0; right: 0; color: #fff; text-align: center; position: relative; overflow: hidden; font-size: 14px; cursor: pointer; }
.item:hover .base_expand { display: block !important; }
.base_tel { background: url(/images/base_tel.png) right center no-repeat; }
.base_service { background: url(/images/base_service.png) right center no-repeat; }
.base_expand { width: 125px; height: 50px; line-height: 20px; padding-top: 5px; text-align: left; padding-left: 15px; background: #eb6100; }
.base_width:hover { width: 175px; }
.base_more { background: url(/images/base_more.png) right center no-repeat; }
.base_say { background: url(/images/say.png) right center no-repeat; }
.base_GoTop { background: url(/images/base_GoTop.png) right center no-repeat; }
.base_text { content: attr(data-text); position: absolute; top: 0; left: 0; width: 50px; height: 50px; line-height: 20px; padding-top: 5px; font-weight: bold; color: #fff!important; border-radius: 4px; background-color: #07a3ea; text-align: center; -webkit-transform-origin: -50% 50%; transform-origin: -50% 50%; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); -webkit-transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; opacity: 0\9; filter: alpha(opacity=0)\9; }
.button_rotate:hover .base_text { transform: rotate3d(0, 0, 1, 0deg); }
/*--------top定位end-------*/

/*----------more更多（>>）-------------*/
.more { float: right; margin-right: 5px; font-weight: 400!important; font-style: normal!important; font-size: 14px }
.more>i { display: inline!important; margin: 0!important; padding: 0!important; font-style: normal; font-family: "宋体" }
/*----------导航公共（>>）-------------*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: #fff; }
.wjw-pin { padding: 10px 0; }
.mar-none { margin: 0; }
body { background: #f4f4f4; }
.www-pin { padding: 15px 0; }
.mar-none { margin: 0; }
.www-login li { float: left; }
.navbar-default .navbar-toggle { border: none; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none; }
.navbar-default .navbar-collapse { border: none; }
.www-login li a, .www-login li span { margin: 0 8px; }
.www-nav { background: #2a9aa4; padding: 14px 0; }
.www-nav .navbar { margin-bottom: 0; }
.www-nav .navbar-default { background: #2a9aa4; border-color: #2a9aa4; }
.www-nav .navbar-brand { padding: 0; height: inherit; }
.www-nav .TopSea_Btn { float: right; background: url(../images/Search.png) center no-repeat; width: 40px; height: 40px; background-size: 22px; margin-top: 8px; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; }
/*----------顶部样式-------------*/
.top_Main { height: 40px; border-bottom: 1px solid #ececec; box-sizing: border-box; /*background: url(../images/top_bar_bg.jpg) !important;*/ background: #f9f9f9; }
.top_Main_Left { font-size: 12px; }
.top_Main_Right { position: relative; font-size: 12px; }
.top_Main_Right a { padding: 0 4px; }
.top_Main_Right .phone { position: relative; padding: 0 4px 0 12px; background: url(/images/top_01.png) left center no-repeat; }
.phone_code { position: absolute; right: 0px; top: 24px; z-index: 99; display: none; border: #CCC 1px solid; }
.top_Main_Right .phone:hover .phone_code { display: block; }
.top_Main_Right .Group { position: relative; padding: 0 4px 0 8px; background: url(/images/Group.png) left center no-repeat; background-size: 14px; }
.top_Main_Right .Group .Group_code { position: absolute; right: 0px; top: 15px; width: 150px; z-index: 100; border: #CCC 1px solid; background-color: #FFF; display: none; }
.top_Main_Right .Group .Group_code p { height: 28px; line-height: 28px; border-bottom: 1px dotted #CCCCCC; }
.top_Main_Right .Group .Group_code p>a { height: 28px; line-height: 28px; font-size: 12px; }
.top_Main_Right .Group:hover .Group_code { display: block; }
.dropdown-menu { padding: 0px !important; }
/*----------城市-------------*/
.SiteBox { position: relative; float: left; z-index: 8; margin-left: 30px; margin-top: 6px; }
.SiteBox .SiteTitle { display: inline-block; position: relative; height: 40px; line-height: 40px; min-width: 80px; cursor: pointer; }
.SiteBox .SiteTitle span { display: inline-block; padding: 0px 5px; color: #fefe3b; font-size: 14px; }
.SiteBox .SiteTitle i { position: absolute; border-top: 6px solid #fefe3b !important; margin-top: 16px; margin-left: 10px; }
.SiteBox:hover ul { display: block; }
.SiteBox ul { width: 470px; position: absolute; top: 30px; left: 0px; display: none; background-color: rgb(255, 255, 255); box-shadow: rgb(178, 178, 178) 1px 1px 2px; font-family: 宋体; padding: 5px 10px; border-width: 1px 1px 1px; border-style: none solid solid; border-color: rgb(178, 178, 178) rgb(178, 178, 178) rgb(178, 178, 178); border-image: initial; border-top: none; border-radius: 6px; }
.SiteBox ul dd { height: 27px; border-bottom: 1px solid #d5d5d5; margin-top: 8px; margin-bottom: 8px; }
.SiteBox ul dd p { float: left; height: 27px; line-height: 27px; text-align: center; padding: 0 5px; background: #fff; border: 1px solid #d5d5d5; border-bottom: 1px solid #fff; font-size: 12px; color: #666; font-weight: bold; margin-right: 5px; cursor: pointer; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.SiteBox ul li { float: left; width: 14%; padding: 6px 8px; }
.SiteBox ul li a { font-size: 12px; color: #666; }
.SiteBox ul li a:hover { color: #e81a62; }
.GuanGao-Box { position: absolute; bottom: 170px; right: 15%; z-index: 6; width: 60px; height: 30px; line-height: 30px; font-size: 14px; color: #f2f2f2; background: url(/images/g_icon.png) left center no-repeat; background-size: 20px; text-indent: 1.5em; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); }
.UnitGG,.UnitGGMore {right:7px; bottom:7px; }
 @media (min-width: 768px) {
.dropdown-menu { min-width: 140px; }
.dropdown-menu li { height: 32px; line-height: 32px; }
.dropdown-menu li a { height: 32px; line-height: 32px; padding: 0px 6px!important; }
.www-cities-c li { float: left; margin-right: 15px; font-size: 16px }
.navbar-default .navbar-nav>li>a { color: #fff; font-size: 16px }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background: #fff; color: #2a9aa4 }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background: #fff; color: #2a9aa4 }
.navbar-nav>li:hover ul { display: block }
.www-nav .nav>li>a { padding: 10px 15px; border-radius: 18px }
.www-ba-left table td { font-size: 16px }
.www-nav .nav { float: right }
.navbar-default .navbar-nav>.active>a { color: #259fa8; background-color: #fff; -moz-box-shadow: 0 0 5px #fff; -webkit-box-shadow: 0 0 5px #fff; box-shadow: 0 0 5px #fff }
#example-navbar-collapse .navbar-nav { margin-top: 7px }
.navbar-brand { height: inherit; }
}
@media (max-width: 768px) {
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #555; background-color: #fff }
.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #fff }
.navbar-brand img { width: 100%; margin-left: 10px }
.navbar-default .navbar-toggle .icon-bar { background: #fff }
.www-nav .navbar-collapse .TopSea_Btn { display: none; }
.treat_Group li:nth-of-type(even) { padding-right: 0; padding-left: 5px; }
.treat_Group li:nth-of-type(odd) { padding-right: 5px; }
.www-nav .TopSea_Btn { margin-top: 0 }
.navbar-toggle { margin-right: 15px; margin-top: 4px; margin-bottom: 0px; }
.navbar { min-height: inherit; }
.SearchNew-bendi { padding: 0 }
.GoTop { margin-left: 0px; width: 100%; bottom: 0px; left: 0%; background-color: #eb6100; }
.GoTop li { width: 20%; border-radius: 0; float: left; margin: 0 }
.base_tel { background: url(/images/base_tel.png) #eb6100 center center no-repeat; }
.base_service { background: url(/images/base_service.png) #eb6100 center center no-repeat; }
.base_more { background: url(/images/base_more.png) #eb6100 center center no-repeat; }
.base_say { background: url(/images/say.png) #eb6100 center center no-repeat; }
.base_GoTop { background: url(/images/base_GoTop.png) #eb6100 center center no-repeat; }
.base_width:hover { width: 20%; }
.item:hover .base_expand { display: none !important; }
.www-nav .navbar-brand { width: 120px; }
.SiteBox { margin-left: 15px; }
.SiteBox ul { width: 80% !important; left: 10%; top: 130px; position: fixed; }
.SiteBox ul li { width: 20%; }
.GuanGao-Box { bottom: 35px; right: 10px; }
.UnitGG {right:7px; bottom:7px; }
.UnitGGMore {right:7px; bottom:22px; }
}
#myCarousel { position: relative; }
#myCarousel .wjw-nav { position: absolute; top: 0; width: 100%; }
/*分页*/
.content_page { padding: 10px 0; overflow: hidden; margin: 0 0 20px 0 }
.content_page .left { float: left; margin-left: 50px; display: inline; color: #000 }
.content_page .right { float: right; display: inline; font-size: 14px }
.content_page .right .other { height: 40px; line-height: 40px; display: inline; margin: 4px; text-decoration: none; padding: 6px 12px; border: 1px solid #cfcfcf }
.content_page .right .current { height: 40px; line-height: 40px; display: inline; margin: 4px; color: #fff; text-decoration: none; padding: 6px 12px; border: 1px solid #2a9aa4; background-color: #2a9aa4 }
/*面包屑*/
.www-mbx { padding: 8px 5px; font-size: 14px; overflow: hidden; margin: 5px 0 }
.www-mbx img { margin-top: 5px; margin-right: 5px }
/*二级页面底部*/
.www-bottom { margin-top: 30px; background: #2e8d95; padding: 20px; font-size: 14px; text-align: center; color: #fff; }
.www-bottom .footer p { min-height: 28px; line-height: 28px; }
.www-bottom .footer p a { color: #fff; }
/*下标题*/
.www-dz { overflow: hidden; border-bottom: solid 1px #2a9aa4; }
.www-dz .pull-left { border-bottom: solid 2px #2a9aa4; font-weight: bold; font-size: 18px }
 @media (min-width: 768px) {
.navbar-header .TopSea_Btn { display: none }
}
