/*公共样式*/
*{margin: 0;padding: 0;}
html,body{height:100%;margin: 0px;font-size: 14px;font-family: "微软雅黑";color: #333;background: #f8f8f8;}

input, textarea, keygen, select, button, isindex {margin: 0em;color: initial;letter-spacing: normal;word-spacing: normal;text-transform: none;text-indent: 0px;text-shadow: none;text-align: start;}
select{box-sizing: border-box;-webkit-box-align: center;white-space: pre;-webkit-rtl-ordering: logical;cursor: default;}
table{border-collapse:collapse;border-spacing:0;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight:normal;}
ul, ol, li{list-style:none outside none;}
a{color:#333;outline: medium none;text-decoration: none; cursor: pointer;}
/* a:hover{text-decoration: none;color: #1da4e6;} */
em, i{font-style: normal;}
img{border:medium none;}


input,img{vertical-align: middle;border:none;}
input:focus{border:none;box-shadow: none;}
.clear{clear:both;}
.clearfix:after {clear: both;content: "";display: block;visibility: hidden;}
.none{display: none;}

.w1200{width: 1200px;margin: 0 auto;}
.fr{float: right;}
.fl{float: left;}
.text-ct{
    text-align: center;
}
.text-rt{
    text-align: right;
}
/* 字体 */
.font-12{
    font-size:12px;
}
.font-13{
    font-size:13px;
}
.font-14{
    font-size:14px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-18{
    font-size:18px;
}
.font-20{
    font-size:20px;
}
.font-24{
    font-size: 24px;
}
.activs{
    background-color: white;
    color:#FF7F1E;
}
.font-w-600{
    font-weight: 600;
}
.font-w-500{
    font-weight: 500;
}
/* 颜色 */
.color-818{
    color: #818181;
}
.color-999{
    color: #999999;
}
.color-FF7{
    color: #FF7F1E;
}
.color-FF4{
    color: #FF4E00;
}
.color-454{
    color: #454545;
}
.color-030{
    color: #030303;
}
.color-wt{
    color:white;
}
.color-333{
    color:#333333;
}
.color-EC3{
    color: #EC3E36;
}
.color-34B{
    color: #34b5f2;
}
.color-28A{
    color: #28acf5;
}
.color-1CA{
    color: #1CA4E5;
}
.color-595{
    color: #595959;
}
.color-AFA{
    color: #a7a7a7;
}
.color-333{
    color: #333;
}
.color-FF7{
    color: #ff7f7f;
}
.color-008{
    color: #0086C6;
}
.color-F1F{
    color: #F1F1F1;
}
.color-3DB{
    color: #3DB6F0;
}
.color-0A8{
    color: #00A854;
}
/* 距离 */
.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-30{
    padding-top: 30px;
}
.pl-10{
    padding-left: 10px;
}
.pt-45{
    padding-top: 45px;
}
.ptb-15{
    padding: 15px 0;
}
.ptb-16{
    padding: 16px 0;
}
.ptb-25{
    padding: 25px 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.pt-23{
    padding-top: 23px;
}
.mt-23{
    margin-top: 23px;
}

.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w33{width: 33.33%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.h10{height: 10%;}
.h20{height: 20%;}
.h25{height: 25%;}
.h30{height: 30%;}
.h40{height: 40%;}
.h50{height: 50%;}
.h60{height: 60%;}
.h65{height: 65%;}
.h70{height: 70%;}
.h75{height: 75%;}
.h80{height: 80%;}
.h90{height: 90%;}
.h100{height: 100%;}


.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.ml15{margin-left: 15px;}
.ml10{margin-left: 10px;}

.c999{ color: #999;}
.c333{ color: #333;}
.cff4e00{ color: #ff4e00;}
.c1ca4e5{ color: #1ca4e5;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.ml15{margin-left: 15px;}
.ml10{margin-left: 10px; color: #333;}

.c999{ color: #999;}
.c333{ color: #333;}
.cff4e00{ color: #ff4e00;}
.c1ca4e5{ color: #1ca4e5;}

.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}

.clear{ display: block;clear: both;}

.hide{display: none}
input:focus { box-shadow: none; background: none; border: none;}
/*公共滚动条*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color:rgba(0,0,0,0.2);

}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 10px;*/
    background: #f8f8f8;
}
/* text长度... */
.text-hide{
    overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
}



/*公共头部*/
.top{padding:0;width:100%;margin:0 auto; background:#f8f8f8;height: 40px;font-size: 12px;}


/*2018-4-11 城市切换*/
.city2024{ float: left; position: relative; cursor: pointer; margin-left: 10px; min-height: 40px;}
.city2024 a.cur2018{ display: inline-block;float: left;line-height:14px; height:14px;padding: 0 6px 0 8px ; border-left: 1px solid #dddddd; margin-top: 13px; }
.city2024 a.cur2018 i{ width: 0px; height: 0px;  border:4px solid transparent; border-right-color:#1ba2e6; transform:rotate(-90deg);
    background: none; margin-top: 5px; float: right; margin-left: 8px;transition:transform 0.2s; -moz-transition:-moz-transform 0.2s; -webkit-transition:-webkit-transform 0.2s; -o-transition:-o-transform 0.2s;}
.city2024 .citylist2024{background: #fff; padding-bottom: 3px; position: absolute; padding-left: 11px; display: none;  top: 32px; width: 305px;z-index: 66; box-shadow: 0 2px 4px #dbdbdb; left: 0px;}
.city2024 .citylist2024 .more_city{ position: absolute; right:28px; bottom: 3px; padding: 0px; line-height: 24px; height: 24px;}
.city2024 .citylist2024 .more_city:hover{ color: #1ba2e6; }
.city2024 dl::after{ content: ""; display: block; clear: both; }
.city2024 dl dt{ color: #2593e7; line-height: 22px; padding-top: 3px; padding-left: 5px;}
.city2024 dl dd{ float:left;}
.city2024 dl dd a{ padding: 0px 8px; line-height: 24px; height: 24px;}
.city2024 dl dd a:hover{ color: #1ba2e6; }
.city2024:hover{ background: #fff; box-shadow: 0 0 4px #dbdbdb;}
.city2024:hover a.cur2018{ border-left:1px solid #fff; color: #1ba2e6;}
.city2024:hover .citylist2024{ display: block; }
.city2024:hover a.cur2018 i{ width: 0px; height: 0px;  border:4px solid transparent; border-right-color:#1ba2e6; transform:rotate(90deg);
    background: none; margin-top: 5px; float: right; margin-left: 8px;transform-origin: 75%  25%;-webkit-transform-origin: 75%  25%;-moz-transform-origin: 75%  25%;transition:transform 0.2s; -moz-transition:-moz-transform 0.2s; -webkit-transition:-webkit-transform 0.2s; -o-transition:-o-transform 0.2s;}

.tjby{ float: left; line-height: 40px; margin-right: 10px;}

.posing{ float: left; line-height: 40px;}
.posing i{ display:inline-block; vertical-align:middle; width:8px; height:14px;   margin-right:5px; }
.posing a{ padding: 0px;}



.sprite218{ background:url(../images/sprite.png) no-repeat !important;}


/*顶部右侧*/
.top_common{position: relative;}
.rightLine{ position: absolute;right: 0px;height:12px; width: 1px; background: #e1e1e1;top: 3px;}
.c_a,.c_b,.c_c,.c_d,.c_e,.c_f,.c_g{float: right;margin-top: 10px;margin-right: 10px;padding-top: 2px; padding-right: 10px; cursor: pointer; vertical-align: middle;}
.c_a{border:none;}
.c_a span{
    color: #ff4e00 !important;
}
.c_a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/phone2.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    background-size: 13px;
    margin-right: 3px;
}
.c_b{position: relative;}

.top_common span{padding-bottom: 15px; color: #999;font-size: 12px;}
.top_common span:nth-of-type(2){ /*text-decoration: underline;*/}
.top_common a{font-size: 12px;}
.c_b:hover .map_content{display: block;}
.c_b:hover span i.down_ac{width: 0px; height: 0px;  border:4px solid transparent; border-right-color:#595959; transform:rotate(90deg);
    background: none; transform-origin: 65%  25%;-webkit-transform-origin: 65%  25%;-moz-transform-origin: 65%  25%;transition:transform 0.2s; -moz-transition:-moz-transform 0.2s; -webkit-transition:-webkit-transform 0.2s; -o-transition:-o-transform 0.2s;}
.c_b .map_content{ position: absolute;width: 250px; background: #fff;left: -92px;display: none; border: 1px solid #dfdfdf;top: 30px; z-index: 99;}
.c_b .map_content i{background:url(../images/sj_topka.png) no-repeat;width: 15px;height: 7px;position: absolute;left: 50%; top: -5px;}
.c_b .map_content dl{margin: 8px;padding-bottom: 12px; border-bottom: 1px solid #dcdcdc;}
.c_b .map_content dl:last-of-type{border: none;}
.c_b .map_content dl dt{ line-height: 40px;}
.c_b .map_content dl dd{display: inline-block;margin-right: 4px;}
.c_b .map_content dl dd a{ color: #999;}
.c_b .map_content dl dd a:hover{color: #1da4e6;}


.c_c{position: relative;}
.c_c ul{ position: absolute;left:-11px; top: 16px;width: 75px;background: #fff; padding-top: 12px; display: none; z-index: 98}
.c_c ul li{line-height: 28px;border-bottom: 1px solid #f1f1f1;text-align: center;}
.c_c ul li a{ color: #999;}
.c_c ul li:last-child{border: none;}
.c_c ul li a:hover{color: #1da4e6;}
.c_c:hover ul{display: block;}


.c_d { position: relative;}
.c_d span{padding-right: 8px;}
.c_d span i{background:url(../images/cart_buy.png) no-repeat;width: 13px;height: 13px;display: inline-block;vertical-align: middle;background-size: 13px; vertical-align: center;margin-left: 3px;margin-top: -2px;}
.c_d em{position: absolute;background: #ff4e00; border-radius: 50%; width: 14px; color: #fff; text-align: center;line-height: 14px;right: 6px;font-size: 12px;top: 0px;}


.c_f span i{ display: inline-block;width: 12px;height: 13px;background:url(../images/index_login.png) no-repeat; vertical-align: middle;margin-right: 5px;}
.c_f>a>span{ color: #999; font-size: 12px;}
.c_f>a>span:hover{color: #1da4e6;}
.down_ac{border: 4px solid transparent;border-right-color: #595959;background: none;width: 0px;height: 0px;transform: rotate(-90deg);margin-left: 4px; display: inline-block;vertical-align: middle;margin-top: 3px;transition:transform 0.2s; -moz-transition:-moz-transform 0.2s; -webkit-transition:-webkit-transform 0.2s; -o-transition:-o-transform 0.2s;}
.c_f a:hover img{ opacity: 0.8;}
.c_g span{ cursor: auto; color: #ff4e00 !important;}
.c_g i{display: inline-block;width: 13px; height:13px;background:url(../images/phone2.png) no-repeat; vertical-align: middle;margin-right: 5px;background-size: 13px; margin-right: 3px;}


.c_e{}





/*2018-3-21 右侧菜单栏*/

.fixright2018{ z-index:15;position: fixed; width: 62px; left: 50%; margin-left: 615px; top: 220px; }
.fixright2018 ul{ width: 62px; }
.fixright2018 ul li{ width: 60px; height: 60px; border: 1px solid #eee; background: #fff; position: relative; text-align: center; cursor: pointer; margin-top: 2px;}
.fixright2018 ul li i{ display: inline-block; margin-top: 6px; background: url(../images/index.png) no-repeat;  }
.fixright2018 ul li p{ font-size: 12px;  color: #999; margin-top: 3px;}
.fixright2018 ul li p a{ font-size: 12px;  color: #999; margin-top: 3px;}
.fixright2018 ul li.online_server {background: #2593e7; border: 1px solid #2593e7; position: relative; color:#fff;}
.fixright2018 ul li.online_server p{ color: #fff; }
.fixright2018 ul li.online_server i{ background: url(../images/consult_i2.png)  no-repeat; width: 28px; height: 25px;  }
.fixright2018 ul li.consumer_phone i{ background-position: -41px 0px; width: 28px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.cart i{ background-position: -88px 0px; width: 28px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.public_code i{ background-position: -137px 0px; width: 26px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.compare i{ background-position: -183px 0px; width: 21px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.up i{ background-position: -231px -3px; width: 26px; height: 22px;margin-top: 15px; }
.fixright2018 ul li.up{ margin-top: 50px; height: 50px;}
.fixright2018 ul li a.link_gwc{ position: absolute; width: 60px; height: 60px; top: 0px; left: 0px; }

.fixright2018 ul li:hover{ background: #2593e7; border: 1px solid #2593e7; position: relative; }
.fixright2018 ul li:hover p{ color: #fff; }
.fixright2018 ul li:hover i{background: url(../images/index_i2.png) no-repeat;}
.fixright2018 ul li.online_server:hover i{ background: url(../images/consult_i2.png) no-repeat; width: 28px; height: 25px; }
.fixright2018 ul li.consumer_phone:hover i{ background-position: -41px 0px; width: 28px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.cart:hover i{ background-position: -88px 0px; width: 28px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.public_code:hover i{ background-position: -137px 0px; width: 26px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.compare:hover i{ background-position: -183px 0px; width: 21px; height: 25px;margin-top: 8px; }
.fixright2018 ul li.up:hover i{ background-position: -231px 0px; width: 26px; height: 22px;margin-top: 15px; }




.fixright2018 i.quieck2018_top{ display: inline-block; margin-top: 6px; background: url(../images/index.png) no-repeat;  }
.fixright2018 ul li em.ox{ position: absolute; display: none; width: 16px; height: 16px; line-height: 16px; color: #fff; text-align: center; font-size: 12px; top: 8px; left: 12px; background: #f30000; border-radius: 50%;}
.fixright2018 ul li em.zx{ position: absolute; width: 6px; height: 6px;  text-align: center; font-size: 12px; top: 8px; right: 12px; background: #f30000; border-radius: 50%;}

.fixright2018 ul li em.otc{ position: absolute; display: none; width: 16px; height: 16px; line-height: 16px; color: #fff; text-align: center; font-size: 12px; top: 8px; left: 12px; background: #f30000; border-radius: 50%;}
.fixright2018 ul li div.kf_phone{ position: absolute; z-index: 2; text-align: left; display: none; left: -219px; border: 1px solid #e9e9e9; padding: 6px 18px; background: #fff;  top: 5px; font-size: 16px; color: #333;}
.fixright2018 ul li div.kf_phone p{ line-height: 22px; color: #333; font-size: 16px;}
.fixright2018 ul li div.kf_phone em{ position: absolute; right: -10px; top: 22px; background: url(../images/index.png) no-repeat; width: 10px; height: 20px; background-position: -281px -2px;}


.fixright2018 ul li div.public_gzh{ position: absolute; padding:8px; display: none; top:-134px; left: -163px; border: 1px solid #e9e9e9;z-index: 5;  background: #fff; color: #333; box-shadow: 0px 0px 8px #ccc;}
.fixright2018 ul li div.public_gzh img{ width: 145px; height: 145px; }
.fixright2018 ul li div.public_gzh h3{font-size: 14px; line-height: 32px;}

/*复制链接*/
.fixright2018 ul li.copy_link i {
    background: url(../images/copylink.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 25px;
}

.fixright2018 ul li.copy_link:hover i {
    background: url(../images/copylink_white.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 25px;
}



/*对比 2018-3-22*/

.db_pop2018{width: 400px;background: #fff;border:1px solid #eee; display: none; position: absolute;left: -403px; bottom: -2px;  padding-bottom: 12px; }
.db_pop2018 .h3{line-height: 40px;text-indent: 10px;font-size:16px;border-bottom:1px solid #eee;position: relative;}
.db_pop_m2018{padding:10px;overflow: hidden;position: relative;border-bottom:1px dashed #eee;margin:0 5px; text-align: left;}
.db_pop_m2018 h3{width:300px;line-height: 18px;padding-bottom: 10px; text-align: left;}
.db_pic2018{width:250px;}
.db_pic2018 s{ color: #c5c5c5; font-size: 12px; }
.db_pop_m_a2018{width: 35px;height:35px;background: url(../images/new_hosp.png) -172px 0 no-repeat;display: block;position: absolute;top:50%;margin-top:-18px;right:10px;}
.db_pic2018 span{color: #ff4e00;margin-right:20px;font-size:24px; font-weight: bold;}
.db_pop_del2018{width: 35px;height:35px;background: url(../images/new_hosp.png) -207px 0 no-repeat;display: block;position: absolute;top:0;right: 0px;}
.pop_dbbtn2018{width:200px;line-height: 42px;display: block;text-align: center;color:#fff;background: #ff4e00;margin:20px auto; border-radius: 4px;}
.pop_dbbtn2018:hover { background: #ff631e; color: #fff;}

h3.db_pop_p2018{text-align: center;margin-top:30px;color:#888;}
.db_combo_show_div2018{ padding: 8px; }



/*公共头部搜索样式*/
.bigautocomplete-layout {}
.bigautocomplete-layout div{ width: 310px; float: left; overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.bigautocomplete-layout i{line-height: 40px; color: #34b5f2; float: right; margin-right:10px;}



/*友情链接*/
.hzhb{margin-top: 50px;width: 100%;}
.hzhb{padding-bottom: 30px;}
.hzhb .hz_tab:after{clear:both;display: block; content: '';}
.hzhb .hz_tab{}
.hzhb .hz_tab ul{width: 100%; border-bottom: 1px solid #e3e3e3;position: relative;}
.hzhb .hz_tab ul:after{clear:both;display: block; content: '';}
.hzhb .hz_tab ul li{float: left;font-size: 14px;margin-right: 15px; line-height: 32px; cursor: pointer;padding: 0px 5px;}
.hzhb .hz_tab ul li.select{border-bottom: 2px solid #2e94e4;}
.hzhb .hz_tab ul li.color{ color: #2e94e4;}
.hz_content{width: 100%;}
.hz_content .a_1{padding-top: 20px;}
.hz_content .a_1 a{margin-right: 15px; line-height: 24px; color: #999999; font-size: 12px;}




/*底部*/

.foot{ background: #333333;width: 100%;}
.foot .foot_pp:after{clear:both;display: block; content: '';}
.foot .foot_pp{padding-bottom: 50px;border-bottom: 1px solid #3e3e3e;}
.foot .foot_pp ul{width: 100%;padding-top: 50px;}
.foot .foot_pp ul li{float: left;width: 20%;text-align: center;}
.foot .foot_pp ul li p{text-align: center; color: #fff;padding-top: 5px;}
.foot .foot_pp ul li p:nth-of-type(2){color: #9c9c9c;}
.foot .foot_inf{border-bottom: 1px solid #3e3e3e;}
.foot .foot_inf ul{float: left; margin-right: 130px;color: #fff;padding-top: 45px;}
.foot .foot_inf ul h3{color: #fff; font-size: 16px;margin-bottom: 5px;}
.foot .foot_inf ul li{color: #cccccc;}
.foot .foot_inf ul li a{color: #cccccc;line-height: 22px;}
.foot .foot_inf ul li a:hover{text-decoration: underline;}
.foot .foot_inf:after{clear:both;display: block; content: '';}
.foot .wtj_gzh{float: right;width: 305px;padding-bottom: 30px;}
.foot .wtj_gzh div{float: left;margin-left: 36px;margin-top: 25px;}
.foot .wtj_gzh div p{color: #fff; text-align: center;}
.foot .wtj_gzh div p:nth-of-type(1){line-height: 36px;}
.foot .wtj_gzh div p:nth-of-type(2){padding: 8px;background: #fff;}
.foot .foot_logo{text-align: center;padding-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #3e3e3e;}
.foot .foot_logo img{text-align: center;display: inline-block;margin-right: 8px;}
.foot .foot_logo img:last-child{margin: 0px;}
.foot .poycop{padding-top: 30px;text-align: center;color: #fff;font-size: 14px; line-height: 28px;padding-bottom: 30px;}




/* table布局  垂直居中 */
.center{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.vertical_notc{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* 面包屑 */
.crumbs{
    font-size: 12px;
}

.hot_gz{
    position: absolute;
    right: 25px;
    color: #999;
    top: 15px;
    font-size: 12px;
}
.hot_gz em{
    color:#FF4E00;
}

/*团检页面需要*/
.mainbox { margin-top: 10px; }

