﻿/*全局基础样式*/
*{ box-sizing:border-box; border:0; padding:0; margin:0; font-size:14px; color:#333; font-family:Microsoft YaHei;}
body{ background:#fff;}
a{ text-decoration:none;}
a:hover{ color:#ff6600;}
li{ list-style-type:none;}
img{ display:block;}
h1,h2,h3,h4,h5{ font-weight: normal;}
.clear{ clear:both;}
.width_1200{ width:1200px; margin:0 auto;}
.f_width_1200{ width:1200px; margin:0 auto; margin-top:10px;}
.t_width_1200{ width:1200px; margin:0 auto; margin-top:10px;}
.m_width_1200{ width:1200px; margin:0 auto; margin-top:10px;}
.s_width_1200{ width:1200px; margin:0 auto; margin-top:10px;}
.b_width_1200{ width:1200px; margin:0 auto; margin-bottom:10px;}
.height_30{ height:30px; clear:both;}
.ClassName_main{padding:10px 0;}
.ClassName{display:inline-block;font-size:24px;border-left:5px solid #ff6600;color:#ff6600; padding: 0 10px; font-weight: 400;}  /*首页公共分类名*/
.chead span{ margin-left:10px; color:#999;}
.chead a{ float:right; color:#666;}
.chead a:hover{ color:#ff6600;}

.close_btn{ width:30px; height:30px; position:absolute; top:3px; right:10px; background:url(../Images/form_close.png);}
.close_btn a{ display:block; width:100%; height:100%;}

/*提示框弹层*/
.Tip_Info{ position:fixed; left:50%; top:50%; width:240px; height:80px; margin-left:-120px; margin-top:-40px; font-size:16px; text-align:center; line-height:80px; background:rgba(0,0,0,.6); color:#ffffff; z-index:9; display:none;}

.tishi_class{ background:#fff;}

/*看房团报名弹层*/
.Kftbm_Form{ width:640px; height:320px; padding:30px;background:#fff; position:fixed;}
.Kftbm_Form_Left{ float:left; width:260px; height:100%; border-right:1px dashed #ff6600;}
.Kftbm_Form_Right{ float:right; width:315px; height:100%; padding:10px;}

.Kftbm_Form_Left .Title{ font-size:24px; text-align:center;}
.Kftbm_Form_Left .Info{ margin-top:25px; color:#aaa;}
.Kftbm_Form_Left .TagList{ margin-top:20px;}
.Kftbm_Form_Left .TagList ul li{ color:#e99761; margin-top:15px; font-size:16px; padding-left:30px;}
.Kftbm_Form_Left .TagList ul .Tag1{ background:url(../Images/icon-kftbm1.png)no-repeat; background-size:16px 16px; background-position:left center;}
.Kftbm_Form_Left .TagList ul .Tag2{background:url(../Images/icon-kftbm3.png)no-repeat; background-size:16px 16px; background-position:left center;}
.Kftbm_Form_Left .TagList ul .Tag3{background:url(../Images/icon-kftbm2.png)no-repeat; background-size:16px 16px; background-position:left center;}
.Kftbm_Form_Left .TagList ul .Tag4{background:url(../Images/icon-kftbm4.png)no-repeat; background-size:16px 16px; background-position:left center;}

.Kftbm_Form_Right .InputItem{ height:40px; margin-bottom:15px;}
.Kftbm_Form_Right .InputItem input{ width:100%; height:40px; border:1px solid #ddd; outline:none; padding-left:35px; border-radius:10px;}
.Kftbm_Form_Right .InputItem .KftName{ background:url(../Images/icon-kftbm5.png)no-repeat; background-size:16px 16px; background-position:10px center;}
.Kftbm_Form_Right .InputItem .KftPhone{ background:url(../Images/icon-kftbm6.png)no-repeat; background-size:16px 16px; background-position:10px center;}
.Kftbm_Form_Right .KftButton{ margin-top:15px; width:100%; height:40px; }
.Kftbm_Form_Right .KftButton a{ display:block; width:100%; height:40px; border-radius:10px; background:#ff6600; color:#fff; font-size:16px; text-align:center; line-height:40px;}
.Kftbm_Form_Right .KftButton a:hover{ background:#ff7a21;}
.Kftbm_Form_Right .TiShi{ margin-top:30px; color:#aaa;}

/*横条广告*/
.HtggMain{width:1200px;margin:0 auto;margin-top:10px;margin-bottom:-2px;}
.Htgg{position:relative;width:1200px; height:90px; margin:0 auto;margin-bottom:2px;}
.Htgg span{display:inline-block; position:absolute; bottom:10px; right:10px; color:#fff; font-size:12px; background:rgba(0,0,0,.2); padding:2px 5px;}