﻿@charset "utf-8";
/* Update: 2016.09.8 
** Author: xJason
***基础类 公共调用用于全站
背景色：#FBFBFB 

颜色编号：

黑色 ：#333333 用途：主体字体  

浅灰色：#cccccc 用途：背景 线 边框 

深灰色：#666666 用途：内容备注

淡红色：#ff5370 用途：价格  星  活跃度  按钮背景 经过边框、链接 标题

蓝色：#07a3ea  用途：栏目 标题

纯白色：主体按钮字体
**---基本元素初始化---*/
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: 16px/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: 15px; color: #333333; font-family: "microsoft yahei"; }
fieldset, img { border: 0; }
caption, th { text-align: left }
li { list-style: none }
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; }
/*---基本元素初始化结束---*/


/*---网页基本宽度定义---**/
.clr { clear: both; }
.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: 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: #ff5370; text-decoration: underline; }
/*--a:active{color:#666;}---*/
.sec_info { color: #a7a7a7; }
.b { font-weight: bold; }
.red { color: #ff5370; }
.border_red { boder-color: #ff5370; }
.blue { color: #07a3ea; }
.border_blue { border-color: #07a3ea; }
.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: #333; }
.Basebackground { background: #f2f2f2 !important; }
/*---链接、次级信息、字体加粗、字体颜色定义结束---  还差蓝色  */
/* 常用背景色*/
.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; }
/* 常用背景色 结束*/
/*---百分比定义---*/
.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 { display: block; line-height: 28px; padding: 0 10px; background: #07a3ea; color: #fff; margin-bottom: 4px; margin-left: 8px; border-radius: 3px; }
.btn_phone:hover { background: #ff5370; 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; }
/*各种控制*/
.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; position: relative; }
.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; }
.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: 14px; }
.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: 0px; width: 4px; height: 4px; border-radius: 2px; line-height: 4px; background-color: #666; }
/*--------------------------demo全局属性end--------------------------------*/

/*----top部分start----*/
.al_head { min-width: 1200px; width: 100%; /*height: 430px;*/ position: relative; /*background: url(../images/headallbg.png);*/ background-repeat: repeat-x; }
.base_Top { height: 40px; box-sizing: border-box; border-bottom: 1px solid #ececec; /*background: url(../images/top_bar_bg.jpg);*/ background: #f9f9f9; }
.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: 14px; line-height: 40px; }
.top_Main_Right { height: 40px; line-height: 40px; position: relative; font-size: 14px; }
.top_Main_Right a { padding: 0 4px; }
.userCenter_name { line-height: 24px; height: 24px; text-indent: 2em; background: url(/company/img/company_06.png) left center no-repeat; max-width: 140px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; top: 6px; }
.PersonCenter_name { display: inline-block; text-indent: 2em; background: url(/person/img/person.png) left center no-repeat; }
.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; z-index: 99; display: none; border: #CCC 1px solid; }
.phone:hover .phone_code { display: block; }
.top_Main_Right .Group { float: right; position: relative; background: url(/images/Group.png) left center no-repeat; background-size: 14px; text-indent: 1em; }
.Group_code { position: absolute; right: 0px; top: 30px; width: 130px; line-height: 24px !important; z-index: 100; border: #CCC 1px solid; background-color: #FFF; display: none; }
.Group_code a { height: 24px !important; line-height: 24px !important; font-size: 12px; }
.Group:hover .Group_code { display: block; }
.top_Main_Right .care { padding: 0 20px; background: url(/images/top_02.jpg) center no-repeat; }
.top_Main_Right .care:hover { text-decoration: none; }
.riTop { position: absolute; right: 0; top: 40px; cursor: pointer; }
.riTopTip { width: 210px; height: 85px; position: absolute; right: 60px; top: 140px; color: #666; padding: 5px 10px; font-size: 14px; background: #fff; z-index: 999; }
.riTopTip i { position: absolute; right: 0; top: -16px; width: 0; height: 0; border-bottom: 16px solid #fff; border-left: 30px solid transparent; z-index: 999; }
.banner_top { position: relative; }
.banner_top .ServiceBox { position: absolute; top: 0px; right: 0px; background-color: #FF8653; font-size: 12px; padding: 5px; border-radius: 0 0 0 6px; }
.banner_top .ServiceBox a { color: #FFF; }
.base_mid { height: 85px; position: relative; padding: 15px 0; margin-bottom: 25px; }
.logobox { float: left; position: relative; }
.logobox .logo img { margin-top: 11px; margin-left: 7px; }
.logobox .auth { width: 45px; height: 22px; line-height: 22px; background: #FF8653; color: #fff; font-size: 12px; text-align: center; position: absolute; right: -51px; top: 6px; border-radius: 4px 0; }
.logobox .auth a { color: #fff; }
.logobox>i { width: 0; height: 0; border-top: 6px solid #FF8653; border-right: 6px solid transparent; position: absolute; right: -12px; top: 28px; }
.base_Search { height: 40px; line-height: 40px; border: 1px solid #07a3ea; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: absolute; left: 40%; margin-left: -180px; top: 36px; }
.search_mt { width: 100px; height: 40px; font-size: 14px; cursor: pointer; border-right: 1px solid #07a3ea; box-sizing: border-box; }
.search_mt_lnk { display: block; text-align: center; width: 100px; height: 38px; line-height: 40px; color: #666; }
.search_mt_lnk span { width: 83px; text-align: center; }
.search_mt_st span:first-child { letter-spacing: .5em; }
.search_mt_lnk i { width: 12px; height: 40px; background: url(/images/arrow.png) center no-repeat; }
.search_mt_st { width: 101px; line-height: 25px; border: 1px solid #07a3ea; border-radius: 4px; box-sizing: border-box; background: #fff; position: absolute; z-index: 999; left: -1px; top: 40px; }
.search_mt_st span { display: block; width: 100px; height: 25px; text-indent: 1em; color: #666; }
.search_mt_st span:hover { background: #07a3ea; color: #fff; text-decoration: none; }
.search_mt_dis { display: none !important; }
.search_text { width: 240px; height: 38px; padding-left: 5px; line-height: 40px; }
.search_btn { width: 90px; height: 38px; font-size: 18px; color: #07a3ea; cursor: pointer; background: url(../images/top_03.png) 10px center no-repeat; border-left: 1px solid #07a3ea; box-sizing: border-box; text-indent: 1em; }
.search_btn:hover { border-color: #ff5370; color: #ff5370; background: url(../images/top_16.png) 10px center no-repeat; }
.base_mid p { font-size: 12px; color: #666; }
.lagel { width: 120px; height: 30px; line-height: 40px; margin: 20px 20px 0 0; font-size: 18px; color: #176aa8; font-weight: bold; background: url(../images/top_04.png) left center no-repeat; }
.lagel:hover { background: url(../images/top_14.png) left center no-repeat; }
.release { width: 273px; height: 60px; background: url(../images/xuqiubtn.png) left center no-repeat; }
.nav { min-width: 1200px; height: 50px; background: url(../images/nav_back.png); background-repeat: repeat-x; }
.nav>ul>li { width: 109px; position: relative; line-height: 50px; font-size: 16px; font-weight: bold; color: #fff; float: left; text-align: center; background: url(../images/top_10.png) right center no-repeat; }
/*.nav>ul>li:nth-child(2), .nav>ul>li:nth-child(3), .nav>ul>li:nth-child(7), .nav>ul>li:nth-child(8) { background: url(../images/top_10.png) right center no-repeat; }*/
.nav>ul>li:last-child { background: none; }
.nav>ul>li .triangle { position: absolute; top: 22px; right: 10px; }
/*.nav>ul>li:first-child+li .triangle, .nav>ul>li:first-child+li+li .triangle { right: 4px; }*/
.nav>ul>li:nth-child(2) .triangle, .nav>ul>li:nth-child(3) .triangle { right: 4px; }
.nav>ul>li:nth-child(4) .triangle, .nav>ul>li:nth-child(5) .triangle { right: 0px; }
.nav ul li a { color: #fff; }
.nav ul li .Physical_examination { background: #07a3ea; padding: 2px 2px; }
.nav ul li .Physical_examination img { width: 80%; margin-bottom: -6px; }
.nav ul li a:hover { text-decoration: none; }
.nav ul .nav_on { background: #07a3ea !important; }
.nav ul li:hover { background: #07a3ea !important; }
.nav_disease { width: 109px; background: #39b5ee; background: rgba(7,163,234,.8); display: none; position: absolute; z-index: 999; top: 50px; }
.nav_disease li { height: 30px; line-height: 30px; }
.topb { border-bottom: 1px solid #4ff0c8; box-sizing: border-box; }
.nav_disease li a { padding: 0 5px; font-size: 14px; }
/*----新闻小分类----*/
.subject { background: #fff; height: 135px; border-bottom: 1px solid #1F90F6; box-sizing: border-box; }
.subject_box { width: 290px; background: url(../images/top_13.png) 280px center no-repeat; margin-left: 7px; padding-right: 0; padding-left: 0; }
.subject_box:first-child+.subject_box+.subject_box+.subject_box { background: none; margin-right: 5px; }
.subject_le { margin: 15px 0 0 10px; }
.subject_ri { margin-top: 15px; margin-left: 10px; line-height: 26px; font-size: 14px; }
.subject_ri>div { margin-left: 10px; text-align: left; width: 84px; }
.subject_news { display: block; font-size: 16px; font-weight: bold; color: #07a3ea; margin-left: 2px; }
/*----top部分end----*/


/*----用户需求，我在找----*/
.UserSlist { overflow: hidden; }
.UserSlist ul { }
.UserSlist ul dl { width: 33%; float: left; height: 78px; text-align: center; font-size: 14px; box-sizing: border-box; }
.UserSlist ul dl dt { width: 50px; height: 50px; background: url(http://www.zybw.com/images/50icon.png) no-repeat center; margin: 2px auto 0 auto; }
.UserSlist .ic_1 { background-position: -0px 0; }
.UserSlist .ic_2 { background-position: -50px 0; }
.UserSlist .ic_3 { background-position: -100px 0; }
.UserSlist .ic_4 { background-position: -150px 0; }
.UserSlist .ic_5 { background-position: -200px 0; }
.UserSlist .ic_6 { background-position: -250px 0; }
.UserSlist .ic_7 { background-position: -300px 0; }
.UserSlist .ic_8 { background-position: -350px 0; }
.UserSlist .ic_9 { background-position: -400px 0; }
.UserSlist .ic_10 { background-position: -450px 0; }
.UserSlist .ic_11 { background-position: -500px 0; }
.UserSlist .ic_12 { background-position: -550px 0; }
.UserSlist .bline { border-bottom: 1px solid #eee; }
.UserSlist .rline { border-right: 1px solid #eee; }
.Slistlrline { border-left: 1px solid #eee; border-right: 1px solid #eee; }
/*----用户需求，我在找结束----*/


/*----用户需求，我在找_首页快速发布----*/
.QuickBox { overflow: hidden; }
.QuickBox .ClassBox { width: 100%; }
.QuickBox .ClassBox p { float: left; width: 50%; height: 36px; line-height: 36px; font-size: 15px; text-align: center; color: #000; background-color: #ccc; cursor: pointer; }
.QuickBox .ClassBox .rightline { box-sizing: border-box; border-right: 1px #FFF solid; }
.Quickfocus { color: #fff !important; background-color: #07a3ea !important; }
.QuickBox ul { overflow: hidden; /*margin-left:6px;*/ }
.QuickBox ul li { height: auto !important; line-height: inherit !important; }
.QuickBox ul li input { width: 336px; padding: 8px 2px; /*margin: 5px;*/ font-size: 13px; border: #CCC 1px solid; text-indent: 5px; border-bottom: none; }
.QuickBox ul li select { width: 342px; height: 46px; padding: 6px 2px; /*margin: 5px;*/ font-size: 13px; border: #CCC 1px solid; border-bottom: none; }
.QuickBox ul li textarea { width: 336px; height: 85px; padding: 6px 2px; margin-bottom: 5px; /*margin: 5px;*/ font-size: 13px; border: #CCC 1px solid; text-indent: 5px; }
.QuickBox ul li #PhoneStr { width: 156px; }
.QuickBox ul li #Phone_code { width: 87px; }
.QuickBox ul li #btnSendCode { float: right !important; width: 84px; color: #ff5370; }
.submit { width: 318px; height: 40px; background: #f57f17; color: #fff; outline: none; border: none; cursor: pointer; border-radius: 4px; }
#FormRelease .submit { width: 100%!important; height: auto; }
#btnSendCode, #PhoneStr, #Phone_code { line-height: 30px; height: 30px; padding: 0; }
#btnSendCode { line-height: 32px; height: 32px; }
.clr .submit, .clr #QuickInfoType { margin-top: 10px; }
.clr #PhoneStr, .clr #Phone_code, .clr #btnSendCode { border-bottom: #CCC 1px solid; }
/*----用户需求，我在找结束----*/


/*----foot部分start----*/
.foot { width: 100%; min-width: 1200px; background: #f2f2f2; border-top: 3px solid #1F90F6; overflow: hidden; margin-top: 30px; }
.foot .foot_Nav { width: 100%; height: 56px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.foot .foot_Nav a { font-size: 16px; color: #333; line-height: 60px; padding: 0 9px; font-weight: bold; }
.foot .foot_Nav a:hover { color: #ff5370; }
.foot .foot_Senter { margin-top: 10px; margin-bottom: 50px; overflow: hidden; }
.foot .foot_Senter .foot_left { width: 490px; float: left; text-align: center; font-size: 14px; }
.foot .foot_Senter .foot_left .Box_1, .foot .foot_Senter .foot_left .Box_2 { float: left; width: 150px; margin-right: 10px; }
.foot .foot_Senter .foot_left img { width: 100%; }
.foot .foot_Senter .foot_right { width: 690px; float: right; }
.foot .foot_Senter .foot_right p { text-align: right; line-height: 26px; font-size: 14px; position: relative; }
.foot .foot_Senter .foot_right p img { }
/*----foot部分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: 100px; height: 50px; line-height: 20px; padding-top: 5px; text-align: left; padding-left: 15px; background: #eb6100; }
.base_width:hover { width: 155px; }
.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-------*/

.wrap_Background { width: 100%; overflow: hidden; background: #fff; }
.Latest { position: relative; }
.Latest .auth { position: absolute; width: 40px; height: 22px; left: 65%; top: -15px; }
.Navigation { position: fixed; left: 50%; margin-left: -680px; bottom: 30%; height: auto; z-index: 999; }
.Navigation a { border: solid 1px #eeeeee; cursor: pointer; border-radius: 4px; text-align: center; padding: 5px; padding-top: 40px; width: 55px; margin-bottom: 4px; }
.Navigation a { font-size: 12px; color: #737373; display: block; width: 100%; height: 100%; }
.Navigation a img { display: block; margin: auto; }
.Navigation a:hover { background: #019eeb; }
.Navigation a:hover { color: #fff; text-decoration: none; }
.Navigation a:nth-child(1) { background: url(/images/Navigation.png) #fff -38px 8px no-repeat; }
.Navigation a:nth-child(2) { background: url(/images/Navigation.png) #fff -38px -55px no-repeat; }
.Navigation a:nth-child(3) { background: url(/images/Navigation.png) #fff -38px -119px no-repeat; }
.Navigation a:nth-child(4) { background: url(/images/Navigation.png) #fff -38px -179px no-repeat; }
.Navigation a:nth-child(1):hover { background: url(/images/Navigation.png) #019eeb 18px 8px no-repeat; }
.Navigation a:nth-child(2):hover { background: url(/images/Navigation.png) #019eeb 18px -55px no-repeat; }
.Navigation a:nth-child(3):hover { background: url(/images/Navigation.png) #019eeb 18px -119px no-repeat; }
.Navigation a:nth-child(4):hover { background: url(/images/Navigation.png) #019eeb 18px -179px no-repeat; }
.wrap_Background { width: 100%; overflow: hidden; background: #fff; }
.Latest { position: relative; }
.Latest .auth { position: absolute; width: 40px; height: 22px; left: 65%; top: -15px; }
.base_mid_ri a { display: block; margin-top: 10px; margin-right: 10px; }
.Inside { position: absolute; right: -100px; border: 1px solid #07a3ea; background: none; text-indent: inherit; }
.Inside:hover { border-color: #ff5370; color: #ff5370; background: none; }
.nav .wrap h2 { line-height: 50px; }
.search_btn { float: left }
.sy-top-nav { float: right }
.base_mid p { position: absolute; top: 30px; }

/*----------城市-------------*/
.SiteBox { position: absolute; float: left; z-index: 8; right:-80px; bottom:24px;}
.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: #e81a62; font-size:14px; }
.SiteBox .SiteTitle i { position: absolute; border-top: 6px solid #e81a62 !important; margin-top: 16px; margin-left:6px; }
.SiteBox:hover ul{ display:block;}
.SiteBox ul { width: 470px; position: absolute; top: 70px; 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 { position:relative !important;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; top:0px; }
.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;}

@media (min-width: 768px) {
.www-nav { display: none }
}
@media (max-width: 768px) {
.wrap { width: 100% }
.al_head { min-width: 100% }
.top_Main_Left, .top_Main_Right { font-size: 12px; }
.banner_top a img { width: 100%; height: auto; }
.riTopTip, .banner_top .ServiceBox { display: none }
#TopAdvertisement div { padding: 5px!important; font-size: 12px; }
.logobox { display: none }
.base_mid_ri { display: none }
.base_Search { left: 0%; margin-left: 5%; width: 90%; top: 10px; }
.search_mt, .search_mt_lnk { width: 70px }
.search_mt_lnk span { width: 58px }
.search_btn { width: 65px; background-size: 14px; font-size: 12px; height: 38px; }
.search_text { height: 38px; width: calc(100% - 200px); }
.Inside { position: initial; border: none; border-left: 1px solid #07a3ea; }
.subject_box { width: 25%!important; margin-left: 0px; padding-right: 0; padding-left: 10px; }
.subject_box:first-child+.subject_box+.subject_box+.subject_box { margin-right: 0; }
.subject_ri>div { margin-left: 0; text-align: center; }
.subject { height: auto }
.subject_le { text-align: center; }
.subject_le img { width: 80% }
.subject_ri { margin-left: 0; margin-top: 10px; }
.subject_ri .fr { float: left }
.nav { min-width: 100%; height: auto; background: none; }
.www-nav { background: url(../images/nav_back.png); }
.navbar-default { background: none; }
.navbar-brand { width: 80%; }
.navbar-brand { padding: 12px 0; height: 70px; }
.navbar-toggle { margin-top: 18px; }
.navbar-toggle { border: none; margin-right: 0; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-toggle .icon-bar { width: 30px; }
.navbar-brand > img { width: 40% }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none }
.base_mid { margin-bottom: 0 }
.foot { min-width: inherit; }
.foot_left { display: none }
.foot .foot_Nav { height: auto; padding: 10px 0; }
.foot .foot_Nav a { font-size: 14px; line-height: inherit; }
.foot_Senter { margin-bottom: 10px; }
.foot .foot_Senter .foot_right p { font-size: 10px; }
.foot .foot_Senter { margin-bottom: 10px; }
.foot .foot_Senter .foot_right { width: 100%; padding: 10px; }
.orga_title h4 { width: 100%; }
.search_head, .img_box { border: none!important; }
.search_main { border-left: none!important; border-right: none!important; }
.nav ul li:hover { background: none }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color: #fff; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { color: #fff; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
.orga_title .locat { text-indent: 1.5em!important; }
.www-nav .navbar { margin-bottom: 0px; }
.subject_ri { display: none }
.subject_le { margin: 15px 0 15px 0px; }
.subject_news { font-size: 14px; }
.base_mid p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.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; }
}
