@charset "utf-8";

#top_nav {
    background: #ad0a05;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #ad0a05;
    font-size: 12px;
    color: #FFF;
}

#top_nav #left_nav a {
  color: #FFF;
}

#top_nav #right_nav li a {
  color: #FFF;
  text-decoration: none;
}

#header {
    clear: both;
    height: 90px;
    background: #FFF;
}

#header .top_box #nav_menu ul li a {
  color: #CE0000;
  text-decoration: none;
  font-weight:normal;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .top_box #nav_menu ul li a:hover {
  color: #000;
}

#body {
  background: #FFF;
  overflow: hidden;
}

#body .banner{
  position: relative;
  width:100%;
  height:506px;
  margin:0 auto 100px;
  padding:0;
  z-index:0;
}

#body .banner .search_box{
   clear:both;
   width:960px;
   height:70px;
   margin:0 auto;
   padding:200px 0 0;
   text-align: center;
}

#body .banner .search_box .input_cont{
    float: left;
    width:704px;
    height:68px;
    line-height: 68px;
    border:1px solid #A9A9A9;
    border-right: 0;
    background: #FFF;
}

#body .banner .search_box .input_cont #category_d {
  float: left;
  width: 114px;
  height:68px;
  line-height: 68px;
  text-align: center;
  font-size: 14px;
  color:#666;
  cursor: pointer;
  position: relative;
}

#body .banner .search_box .input_cont #category_d #cat_img {
  vertical-align: middle;
  margin-left: 1px;
  margin-top: -3px;
}

#body .banner .search_box .input_cont #category_d .category_select_list {
  position: absolute;
  width: 704px;
  left: -1px;
  top: 68px;
  padding: 10px 0;
  border: 1px solid #A9A9A9;
  border-top: 0;
  background: #FFF;
  z-index: 9999;
  display: none;
}

#body .banner .search_box .input_cont #category_d .category_select_list li {
  width: 70px;
  height: 26px;
  line-height: 26px;
  margin-left: 6px;
  float: left;
  text-align: center;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  cursor: pointer;
}

#body .banner .search_box .input_cont #category_d .category_select_list li:hover {
  background-color: #CE0000; color: #FFF;
}

#body .banner .search_box .input_cont #category_d .category_select_list li.light {
  color: #CE0000;
}

#body .banner .search_box .input_cont #category_d .category_select_list li.light:hover {
  color: #CE0000;
  background-color: #FFF;
}

#body .banner .search_box .input_cont #keyword {
  float: left;
  width: 567px;
  height: 40px;
  line-height: 40px;
  margin:16px 0;
  border: none;
  border-left: 1px solid #A7A7A7;
  padding-left: 15px;
  font-size:16px;
  color:#666;
}

#body .banner .search_box .input_cont #keyword:focus {
  outline: none;
}

#body .banner .search_box .btn_search{
    float: left;
    width:254px;   
}

#body .banner .search_box .btn_search .search_goods{
  width:254px;
  height:70px;
  line-height: 70px;
  color:#3C3200;
  font-size: 26px;
  text-align: center;
  background: #F7D500;
  border:0;
}

#body .banner .search_hot {
  width: 480px;
  height: 24px;
  line-height: 24px;
  margin:15px auto 0;
  text-align: center;
}

#body .banner .search_hot li {
  float:left;
  margin-right:20px;
}

#body .banner .search_hot li a {
  color: #FFF;
  text-decoration: none;
}

#scroll_brand_table{
    position: absolute;
    width:1190px;
    margin:0 auto;
    border:5px solid #F4F4F4;
    background: #FFF;
    bottom:-140px;
    left:0;
    right:0;
    z-index:999;
}

#scroll_brand_table .content {
  height: 250px;
  margin:10px auto;
}

#scroll_brand_table .content .bt_content {
  width: 1150px;
  height: 206px;
  margin-top: 22px;
  margin-left: 26px;
  display: inline-block;
}

#scroll_brand_table .content .bt_content .bt_left {
  float: left;
  width: 860px;
  height: 100%;
  border-right: 1px dashed #B2B2B2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate {
  width: 825px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit {
  height: 25px;
  border-bottom: 1px solid #d2d2d2;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .bf {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  text-indent: 5px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .bs {
  margin-left: 17px;
  font-size: 12px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .t_right {
  width: 140px;
  float: right;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .t_right .show_all:hover {
  color: #e70010;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .t_right .f_icon {
  float: right;
  margin-right: 24px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .t_right .f_icon.left_icon {
  margin-right: 5px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .tit .t_right .f_icon.active {
  cursor: pointer;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont {
  width: 825px;
  height: 175px;
  overflow: hidden;
  position: relative;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body {
  width: 1650px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div {
  float: left;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul {
  width: 825px;
  height: 175px;
  float: left;
  margin-top: 11px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li {
  float: left;
  width: 16.66%;
  text-align: center;
  height: 25px;
  margin: 8px 0;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li a {
  border: 1px solid #bfbfbf;
  color: #212121;
  padding: 3px 12px;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  position: relative;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li a.hot {
  border: 1px solid #ce0d06;
  color: #ce0d06;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li a.hot:hover {
  background-color: #ce0d06;
  color: #fff;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li a.hot img {
  position: absolute;
  top: -8px;
  left: 5px;
  height: 12px;
}
#scroll_brand_table .content .bt_content .bt_left .scroll_cate .scroll_cont .scroll_body div ul li a:hover {
  background-color: #ce0d06;
  color: #fff;
  border: 1px solid #ce0d06;
}
#scroll_brand_table .content .bt_content .bt_right {
  float: left;
  width: 245px;
  height: 100%;
  margin-left: 40px;
}
#scroll_brand_table .content .bt_content .bt_right .right_form {
  width: 230px;
  height: 100%;
}
#scroll_brand_table .content .bt_content .bt_right .right_form .tit {
  font-size: 16px;
  color: #212121;
  height: 24px;
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
}
#scroll_brand_table .content .bt_content .bt_right .right_form .tit span {
  font-size: 8px;
  font-weight: normal;
  margin-left: 2px;
  font-family: serif;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_mobile {
  height: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  background: #F5F5F5;
  border: none;
  margin-top: 10px;
  font-size: 12px;
  text-indent: 10px;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_mobile::-webkit-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_mobile:-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_mobile::-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_mobile:-ms-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_valcode {
  height: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  background: #F5F5F5;
  border: none;
  margin-top: 10px;
  font-size: 12px;
  text-indent: 10px;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_valcode::-webkit-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_valcode:-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_valcode::-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_valcode:-ms-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_msg {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #f5f5f5;
  width: 210px;
  border: none;
  height: 33px;
  resize: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 12px;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_msg::-webkit-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_msg:-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_msg::-moz-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_msg:-ms-input-placeholder {
  color: #999;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_submit {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #d9221c;
  width: 100%;
  border: none;
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_submit::-webkit-input-placeholder {
  color: #858585;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_submit:-moz-placeholder {
  color: #858585;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_submit::-moz-placeholder {
  color: #858585;
}
#scroll_brand_table .content .bt_content .bt_right .right_form #fast_submit:-ms-input-placeholder {
  color: #858585;
}

.scroll_cate .left_icon{background-image: url('/static/images/home/icon_left_move.png');}
.scroll_cate .left_icon.active{background-image: url('/static/images/home/icon_left_move_on.png');}
.scroll_cate .right_icon{background-image: url('/static/images/home/icon_right_move.png');}
.scroll_cate .right_icon.active{background-image: url('/static/images/home/icon_right_move_on.png');}

.patent_box {
  position: relative;
  width:1200px;
  background-color: #F4F6F7;
  margin:15px auto 0;
  padding:35px 0 0 0;
}

.patent_box h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  color: #333;
}

.patent_box .content_title {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding-top: 12px;
  padding-bottom: 40px;
}

.patent {
  width: 1170px;
  height: 170px;
  margin: 0 auto;
  padding:0 15px 60px;
}

.patent .box {
  position: relative;
  float: left;
  width: 254px;
  height: 170px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #EDEFF0;
}

.patent .box .icon {
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: #fff;
  border: 6px solid #f4f6f7;
}

.patent .box .p1 {
  font-size: 22px;
  color: #333333;
  background-repeat: no-repeat;
  margin-top: 37px;
  margin-bottom: 20px;
}

.patent .box .title {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.patent .box .btn_patent {
  width: 112px;
  height: 36px;
  line-height: 36px;
  margin: 22px auto 0;
  background: url("/static/images/home/btn_patent_bg.png") no-repeat 0 0;
  color:#FFF;
  text-align: center;
  display:block;
}

.patent .img1 .p1 {
  background-image: url("/static/images/home/patent_item_1.jpg");
  background-position: 40px 0px;
  line-height: 37px;
  padding-left: 82px;
}

.patent .img2 .p1 {
  background-image: url("/static/images/home/patent_item_2.jpg");
  background-position: 48px 0px;
  line-height: 33px;
  padding-left: 88px;
}

.patent .img3 .p1 {
  background-image: url("/static/images/home/patent_item_3.jpg");
  background-position: 49px 0px;
  line-height: 31px;
  padding-left: 85px;
}

.patent .img4 .p1 {
  background-image: url("/static/images/home/patent_item_4.jpg");
  background-position: 20px 0px;
  line-height: 33px;
  padding-left: 58px;
}

.patent .patent_next {
  float: left;
  width: 25px;
  height: 18px;
  margin: 75px 13px 0px;
}

 .patent_circle {
  position: absolute;
  margin: 18px -8px;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  border: 1px solid #333;
}

.hot-information{
  width: 1200px;
  margin:25px auto 0;
  overflow: hidden;
}

.hot-information .cr-title, .hot-information .cr-title-1 {
    margin-bottom: 10px;
}

.cr-title, .cr-title-1 {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    border-left: 4px solid #FF3C28;
    padding-left: 8px;
    font-weight: normal;
}

.cr-title .more {
    float: right;
    font-size: 14px;
    color: #989A99;
    display: inline-block;
}

.cr-title a.more{
    color: #989A99;
}

.cr-title a.more:hover{
    color:#CE0000;
}

.hot-information .news_box-index {
    background-color: #FFF;
    padding-bottom: 20px;
    border:5px solid #F6F6F6;
}

.hot-information .inc-ul {
    float: right;
    border-left: 1px solid #eee;
    padding: 20px 30px 12px;
}

.hot-information .inc-hot-small {
    padding-bottom: 14px;
}
.inc-hot-small {
    overflow: hidden;
}

.inc-hot-small .time {
    float: left;
    color: #DEDEDE;
    font-size: 12px;
    margin-right: 12px;
    height: 58px;
}

.inc-hot-small .info {
    float: left;
    width: 266px;
}

.inc-hot-small .info > a {
    display: block;
    overflow: hidden;
    line-height: 22px;
    height: 22px;
    color: #333;
    font-size: 16px;
}

.inc-hot-small .info > a:hover {
    color:#CE0000;
}

.inc-hot-small .time > em {
    display: block;
    font-size: 46px;
    line-height: 40px;
}

.inc-hot-small .info > p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.inc-hot .inch-content .inchc-title {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #111;
    overflow: hidden;
    margin-bottom: 6px;
}

.inc-hot .inch-content .inchc-content {
    line-height: 20px;
    color: #999;
}

.hot-information .inc-hot {
    padding: 20px 0 0 20px;
}
.inc-hot {
    overflow: hidden;
}

.inc-hot .inch-img {
    width: 260px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.inc-hot .inch-img > a {
    display: block;
    height: 130px;
}

.inc-hot .inch-img img {
    width: 100%;
}

.inc-hot .inch-content {
    float: left;
    width: 477px;
}

.inc-hot .inch-content .inchc-content {
    line-height: 20px;
    color: #999;
}

.inc-hot .inch-content .inchc-content > .else {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}

.recommend {margin-bottom: 30px;}
.recommend .title {text-align: center;padding: 30px 0;}
.recommend .title .txt_name{font-size:28px;font-weight: normal;}
.recommend .title p{font-size: 14px;margin-top: 6px;}
.recommend .recommend-main{position: relative;background: #FFF;height: 437px;overflow: hidden;}
.recommend .recommend-menu{
  width: 200px;
  height: 437px;
  background: #D21E2F;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.recommend .recommend-menu li{
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.recommend .recommend-menu li:hover{
  background: #fec200;
  color: #232323;
}
.recommend .recommend-menu a{
  color: #fff;
}
.recommend .recommend-menu li:hover a{
  color: #232323;
}
.recommend .recommend-body{
  width: 1000px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.recommend .recommend-body ul{
  position: relative;
}
.recommend .recommend-body ul::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recommend .recommend-body ul:last-child::after{
  display: none;
}

.recommend .recommend-body li{
  display: table-cell;
  width: 332px;
  height: 141px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.recommend .recommend-body li::after{
  content: "";
  width: 1px;
  height: 141px;
  background: #bfbfbf;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}
.recommend .recommend-body li:last-child::after{
  display: none;
}
.recommend .recommend-body li img{
  float: left;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
.recommend .recommend-body li img:hover{
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.cate_news_list{clear:both;width:1190px;height:290px;margin:15px auto 0;border:5px solid #F6F6F6;}
.cate_news_list ul{margin:0 auto;padding:0;list-style:none;}
.cate_news_list ul li{float:left;width:288px;height:290px;margin-right:12px;background:#FFF}
.cate_news_list ul li .title_area{clear:both;padding:20px 20px 0;font-size:18px;color:#000;}
.cate_news_list ul li .title_txt{float:left;font-size:18px;color:#000;}
.cate_news_list ul li .title_more{float:right;padding-top:7px;font-size:12px;color:#989A99;}
.cate_news_list ul li .title_more a{color:#989A99;}
.cate_news_list ul li .title_more a:hover{color:#CE0000;}
.cate_news_list ul li .title_redline{clear:both;width:110px;margin-left:20px;padding-top:7px;border-bottom:2px solid #C60000;}
.cate_news_list ul li .title_btmline{clear:both;margin:0 20px;border-bottom:1px solid #E4E4E4;}
.cate_news_list ul li .list_txt{clear:both;padding:10px 20px 0;}
.cate_news_list ul li .list_txt ul{margin:0 auto;padding:0;list-style:none;}
.cate_news_list ul li .list_txt ul li{float:left;height:26px;line-height:26px;padding-left:15px;font-size:12px;color:#777;text-align:left;background: url("/static/images/home/icon_news_item.png") left center no-repeat;}
.cate_news_list ul li .list_txt ul li a{color:#777;}
.cate_news_list ul li .list_txt ul li a:hover{color:#CE0000;}

.advant {clear:both;position:relative;width:1200px;height:104px;margin:0 auto 32px;}
.advant ul{ margin-left:-17px; margin-top:20px;}
.advant ul li{ float:left;width:104px;height:104px;border:1px solid #DDD; background:url("/static/images/home/icon_advant.png") no-repeat; margin-left:17px;box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; text-align:center;-webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out;transition: all 300ms ease-out; font-size:13px; color:#444; padding-top:70px;}
.advant ul li.li2{ background-position:-104px 0;}
.advant ul li.li3{ background-position:-208px 0;}
.advant ul li.li4{ background-position:-312px 0;}
.advant ul li.li5{ width:108px !important; background-position:-936px 0;}
.advant ul li.li6{ background-position:-416px 0;}
.advant ul li.li7{ background-position:-520px 0;}
.advant ul li.li8{ background-position:-624px 0;}
.advant ul li.li9{ background-position:-728px 0;}
.advant ul li.li10{ background-position:-832px 0;}
.advant ul li:hover{background-color:#CC0000; background-position-y:-104px; color:#FFF;  }

.transfer_process {
  clear:both;
  background: #FFF;
}
.transfer_process .tp_box{
  width: 1192px;
  margin: 20px auto 0;
  border:4px solid #F3F3F3;
  border-bottom:0;
}
.transfer_process .title {
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  border-bottom: solid 1px #DFDFDF;
  font-size: 18px;
}
.transfer_process .title-left i {
  display: inline-block;
  vertical-align: middle;
}
.transfer_process .title-left span {
  padding-left: 10px;
}
.transfer_process .title-right a {
  padding: 0 10px;
  font-size: 14px;
  color: #999;
}
.transfer_process .title-tab {
  padding-bottom: 30px;
}
.transfer_process .title-tab > div {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.transfer_process .title-tab > div p {
  padding: 2px 0;
}
.transfer_process .title-tab > div:first-child {
  color: #d21e2f;
}
.transfer_process .title-tab > div img {
  margin: 30px auto;
}
.transfer_process .step-desc {
  border-top: solid 6px #d21e2f;
  height: 86px;
  line-height: 86px;
  background: #e3e3e3;
  padding: 0 34px;
}
.transfer_process .sbfenlei {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 30px 0;
  background: #f3f3f3;
}
.transfer_process .sbfenlei span {
  display: inline-block;
  background: #f3f3f3;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.transfer_process .sbfenlei i {
  display: inline-block;
  vertical-align: middle;
}
.transfer_process .sbfenlei .line {
  width: 346px;
  height: 1px;
  background: #bababa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -173px;
}
.transfer_process .wenhua {
  padding: 30px 92px;
  background: #fff;
  line-height: 1.8;
  position: relative;
}
.transfer_process .wenhua:before {
  content: "";
  display: block;
  width: 28px;
  height: 22px;
  background: url(../image/icon_44.jpg) no-repeat 0 0;
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -16px;
}
.transfer_process .wenhua:after {
  content: "";
  display: block;
  width: 28px;
  height: 22px;
  background: url(../image/icon29.jpg) no-repeat 0 0;
  position: absolute;
  right: 48px;
  top: 50%;
  margin-top: -16px;
}
.transfer_process .line-bar {
  width: 99%;
  margin: 0 auto;
  height: 3px;
  background: #b8b6b7;
  position: relative;
}
.transfer_process .line-bar i {
  display: block;
  width: 285px;
  height: 3px;
  background: #d21e2f;
  position: absolute;
  left: 0;
  top: 0;
}
.transfer_process .yuangong {
  padding: 20px 5px;
}
.transfer_process .yuangong .yg {
  width: 180px;
  border: solid 1px #cbcbcb;
  padding: 4px;
}
.transfer_process .yuangong .yg a {
  display: block;
}
.transfer_process .yuangong .yg img {
  margin: 0 auto;
}
.transfer_process .yuangong .yg p {
  width: 90%;
  margin: 0 auto;
  padding-top: 8px;
}
.transfer_process .yuangong .yg .tag {
  font-size: 0;
}
.transfer_process .yuangong .yg .tag span {
  font-size: 12px;
  display: inline-block;
  width: 50%;
}
.transfer_process .yuangong .yg .tag span:last-child {
  text-align: right;
  color: #cfcfcf;
}
.transfer_process .yuangong .yg .write {
  line-height: 1.5;
}
.transfer_process .info {
  height: 84px;
  line-height: 84px;
  background: #f3f3f3;
}
.transfer_process .info i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../image/icon_j.jpg) no-repeat 0 0;
  vertical-align: middle;
}
.transfer_process .info span {
  font-size: 18px;
  padding: 0 0 0 50px;
  display: inline-block;
  vertical-align: middle;
}
.transfer_process .info h2 {
  font-style: normal;
  font-weight: bold;
  color: #000;
  padding: 0 16px 0 0;
}

#zrlc {
  background-color: #FFF;
}

#zrlc .lc-tit {
  line-height: 54px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
  font-size: 18px;
  color: #5a5a5a;
  background-image: url("/static/images/home/icon_tp_title.jpg");
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 55px;
}
#zrlc h2{
  font-size: inherit;
  font-weight: inherit;
  display: inherit;
}
#zrlc .lc-tit span {
  float: right;
  font-size: 12px;
  padding-right: 5px;
  margin-top: 8px;
}
#zrlc .lc-tit span a {
  color: #969696;
  margin-right: 15px;
}
.index-choose{
  height: auto;
}
.index-choose h2{
  padding: 23px 0 13px;
  background: url("/static/images/home/bg_sign081.png") no-repeat center bottom;
  font-weight: normal;
  font-size: 24px;
  line-height: 54px;
  color: #444;
  text-align: center;
}
.index-choose .fw-tab{
  height: 157px;
  padding-top: 30px;
  padding-right: 30;
  padding-bottom: 0;
  padding-left: 30px;
}
.index-choose .fw-tab li{
   width: 104px;
  height: auto;
  float: left;
  margin-right: 40px;
}
.index-choose .fw-tab li a{
    width: 104px;
  height: auto;
  padding-top: 80px;
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  float: left;
  color: #969696;
}
.index-choose .fw-tab li.fi a{
  background: url("/static/images/home/icon_tp_01.png") no-repeat center top;
}
.index-choose .fw-tab li.se a{
  background: url("/static/images/home/icon_tp_02.png") no-repeat center top;
}
.index-choose .fw-tab li.th a{
  background: url("/static/images/home/icon_tp_03.png") no-repeat center top;
}
.index-choose .fw-tab li.fo a{
  background: url("/static/images/home/icon_tp_04.png") no-repeat center top;
}
.index-choose .fw-tab li.fif a{
  background: url("/static/images/home/icon_tp_05.png") no-repeat center top;
}
.index-choose .fw-tab li.qx a{
  background: url("/static/images/home/icon_tp_06.png") no-repeat center top;
}
.index-choose .fw-tab li.jn a{
  background: url("/static/images/home/icon_tp_07.png") no-repeat center top;
}
.index-choose .fw-tab li.jl a{
  background: url("/static/images/home/icon_tp_08.png") no-repeat center top;
}
.index-choose .fw-tab li a.current{
  background-position: center -122px;
  color: #D21E2F;
}
.index-choose .fw-tab li.hover{
  background-position: center -122px;
  color: #D21E2F;
}
.index-choose .box{
  position: relative;
  width: auto;
  height: 42px;
  font-size: 12px;
  line-height: 22px;
  background-color: #e3e3e3;
  padding-top: 22px;
  padding-left: 35px;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #d21e2f;
  padding-right: 35px;
  padding-bottom: 22px;
}
.index-choose .boxs{
  display: none;
}

/*电梯*/
#elevator{ position:absolute; left:30px; top:80px; overflow:hidden; display:none;}
.elevatorlist li .floorid, .elevatorlist li.current .floorname, .elevatorlist li a:hover .floorname{ display: block; }
.elevatorlist li .floorname, .elevatorlist li.current .floorid, .elevatorlist li a:hover .floorid{ display: none; }
.elevatorlist li a{ font-size:14px; display:block; color:#625351; text-align:center; width:38px; height:30px; line-height:30px; 
border-bottom:0px solid #C4C4C4; margin:0; font-family: Arial; background:#F6F6F6;}
.elevatorlist li a:hover, .elevatorlist li.current a{ color:#FFF;}
.elevatorlist li a.n1:hover, .elevatorlist li.current a.n1{ background:#93D46F;}
.elevatorlist li a.n2:hover, .elevatorlist li.current a.n2{ background:#F59F70;}
.elevatorlist li a.n3:hover, .elevatorlist li.current a.n3{ background:#8eaff2;}
.elevatorlist li a.n4:hover, .elevatorlist li.current a.n4{ background:#fca230;}
.elevatorlist li a.n5:hover, .elevatorlist li.current a.n5{ background:#ba99ed;}
.elevatorlist li a.n6:hover, .elevatorlist li.current a.n6{ background:#fb98a9;}
.elevatorlist li a.n7:hover, .elevatorlist li.current a.n7{ background:#ff857f;}
.elevatorlist li a.n8:hover, .elevatorlist li.current a.n8{ background:#ee9fcf;}
.elevatorlist li a.n9:hover, .elevatorlist li.current a.n9{ background:#f5b600;}
.elevatorlist li a.n10:hover, .elevatorlist li.current a.n10{ background:#b6c619;}

.floor_title { height:39px; line-height:39px; border-bottom: 2px solid #000; }
.floor_title h2 {float:left;font-size:16px;color:#323232; }
.floor_title h2 a{ color:#323232;font-size:20px;}
.floor_title h2 i{ float:left; width:26px; margin-right:6px;font-size:20px;color:#323232;text-indent:2px;font-weight: normal;}
.floor_body { overflow:hidden; zoom:1; padding:0; clear:both; }
.floor_bottom { margin:5px 0 0 0; overflow:hidden; }
.floor_bottom .special{ overflow:hidden; padding:10px 0;}
.floor_bottom .special a{ display:block; width:120px; text-align:center; float:left; border-left:0px dotted #ccc;}
.floor_bottom .special  a.n1{ border:0;}
.floor_bottom .special  img{ width:100px;}
.floor_bottom .ad{ background:#none; overflow:hidden; clear:both; padding:10px 0;}
.floor_bottom .ad a{ display:block; text-align:center; float:left; padding:0; margin:0;}
.floor_bottom .ad img{ }

.floor_main{clear:both;margin:60px auto 0;}
.floor{width:1200px;margin:0 auto; overflow:hidden; }
.floor .left{float:left;width:210px;height:409px;overflow:hidden; }
.floor .wrap{width:1200px;margin-top:15px;overflow:hidden; }
.floor .left img{width:100%;height:100%;border:0;}
.floor .right{float:right;width:990px;height:409px; overflow:hidden; }

.floor .leftbg_1{background:#BE0A12}
.floor .leftbg_2{background:#8C5793}
.floor .leftbg_3{background:#FACD11}
.floor .leftbg_4{background:#E20000}
.floor .leftbg_5{background:#9F9871}
.floor .leftbg_6{background:#8AB800}

.floor .left .cate_name{height:172px;margin:0 auto 0;padding:32px 0 0 0;text-align:center;font-size:18px;color:#FFF;}
.floor .left .cate_tag{width:180px;height:150px;margin:0 auto;padding:20px 15px 0;text-align:center;font-size:14px;color:#FFF;}
.floor .left .cate_tag ul{margin:0;padding:0;list-style:none;}
.floor .left .cate_tag ul li{float:left;height:30px;line-height:30px;padding-right:6px;text-align:center;font-size:14px;color:#FFF;}
.floor .left .cate_more{height:35px;line-height:35px;margin:0 auto;text-align:center;font-size:14px;color:#FFF;}

.floor .left .tag_1{background:#D35960;}
.floor .left .tag_2{background:#B08BB5;}
.floor .left .tag_3{background:#F5AA15;}
.floor .left .tag_4{background:#EB4D58;}
.floor .left .tag_5{background:#BDB79D;}
.floor .left .tag_6{background:#AECE5D;}

.floor .left .more_1{background:#920000;}
.floor .left .more_2{background:#2E0052;}
.floor .left .more_3{background:#AB8400;}
.floor .left .more_4{background:#7F0001;}
.floor .left .more_5{background:#653720;}
.floor .left .more_6{background:#5B8100;}

.floor .left a{color:#FFF;}
.floor .left a:hover{color:#D0D0D0;}

/*橱窗列表2*/
.gridlist2{ overflow:hidden;border-right:1px solid #D0D0D0;border-top:1px solid #D0D0D0;}
.gridlist2 li {float:left;width:246px;text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;text-overflow:ellipsis; 
border-bottom: 1px solid #D0D0D0;border-left:1px solid #D0D0D0;  }
.gridlist2 li.first{width:493px;height:203px;position:relative;margin-left:2px;border:0;border-bottom: 1px solid #D0D0D0;}
.gridlist2 li .pic{width:246px;height:143px;margin:0 auto;padding:10px 8px 0;}
.gridlist2 li .pic img{ width:194px;height:141px;margin:5px 10px;border:0;}
.gridlist2 li .info{width:220px;height:50px;line-height:50px;margin:0 auto;padding:0 10px;}
.gridlist2 li .info_title {float:left;width:120px;overflow:hidden;text-align:left;white-space:nowrap;text-overflow:clip;}
.gridlist2 li .info_price{float:right;width:100px;color:#E4393C;text-align:right;}
.gridlist2 li a{color:#000;}
.gridlist2 li a:hover{color:#D9221C;}

/*首页楼层相册列表风格*/
.albumlist1{ overflow:hidden; }
.albumlist1 li { float:left;width:100%;text-align:center; overflow:hidden; border:0;}
.albumlist1 li img { width:493px;height:203px;cursor:pointer;border:0; margin:0; padding:0;}
.gridlist2 li .hd{ width:100%; position:absolute; bottom:5px; height:5px; text-align:center; border:0px solid red; }
.gridlist2 li  .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:4px; text-align:center; float:none;
background:#646464; margin-right:10px; overflow:hidden; font-size:0; color:#FFF; padding:0; border:0; text-indent:-100px;}
.gridlist2 li  .hd ul li.on{  background:#FF2832; }

/* 求购弹窗，出售弹窗，看累了弹窗 */
.mask_box00 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 666666;
  display: none;
}

.mask_box00 input:-moz-placeholder,
.mask_box00 textarea:-moz-placeholder {
  color: #999999;
}

.mask_box00 input:-ms-input-placeholder,
.mask_box00 textarea:-ms-input-placeholder {
  color: #999999;
}

.mask_box00 input::-webkit-input-placeholder,
.mask_box00 textarea::-webkit-input-placeholder {
  color: #999999;
}

.mask_box00 .mask_detail {
  width: 650px;
  height: 500px;
  background-color: #fff;
  border-radius: 16px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

.mask_box00 .mask_detailt {
  width: 650px;
  height: 62px;
  background:url("/static/images/home/pop_tbg.png") no-repeat;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 62px;
}

.mask_box00 .mask_detailt span {
  font-size: 20px;
  color: #fff;
  margin-left: 7px;
}

.mask_box00 .mask_detailt img {
  position: relative;
  top: 18px;
}
.mask_box00 .mask_detailt span+img {
  position: relative;
  top: 26px;
}
.mask_box00 .mask_detailt .close01,
.mask_box00 .mask_detailt .close02 {
  cursor: pointer;
}

.mask_box00 .mask_detail .mask_detailh {
  padding: 25px 0 15px;
  font-size: 30px;
  color: #4d4d4d;
  text-align: center;
  line-height: 32px;
}

.mask_box00 .mask_detail02 .mask_detailh2 {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.mask_box00 .mask_detail01 .mask_form {
  padding-left: 90px;
  padding-bottom: 18px;
}
.mask_box00 .mask_detail02{
  height: 510px;
}
.mask_box00 .mask_detail02 .mask_form {
  padding-left: 105px;
  padding-bottom: 10px;
}

.mask_box00 .mask_detail01 .mask_form>p {
  margin-bottom: 12px;
}

.mask_box00 .mask_detail02 .mask_form>* {
  margin-bottom: 23px;
}

.mask_box00 label {
  float: left;
  width: 80px;
  text-align: right;
  display: inline-block;
  font-size: 16px;
  color: #4d4d4d;
  margin-right: 11px;
  vertical-align: top;
  margin-top: 13px;
}

.mask_box00 .mask_form input,
.mask_detail02_select {
  width: 364px;
  height: 50px;
  border: solid 1px #eeeeee;
  padding: 14px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.mask_detail02_select span {
  color: #999;
}
.mask_detail02_select i {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #fafafa;
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  line-height: 38px;
}

.mask_box00 .mask_detail02 .mask_form input,
.mask_detail02_select {
  width: 312px;
  height: 40px;
}

.mask_detail02_select {
  line-height: 10px;
}

.mask_box00 .mask_form textarea {
  width: 364px;
  height: 100px;
  border: solid 1px #eeeeee;
  padding: 14px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
}

.mask_box00 .mask_btn {
  padding-left: 90px;
}

.mask_box00 .mask_detail02 .mask_btn {
  padding-left: 105px;
}

.mask_box00 .mask_btn a {
  width: 144px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
}

.mask_box00 .mask_btn a:hover {
  opacity: .8;
}

.mask_box00 .mask_btn a:first-of-type {
  background-color: #D00000;
  color: #FFF;
  border: solid 1px #D00000;;
}

.mask_box00 .mask_btn a:last-child {
  border: solid 1px #fd8c27;
  margin-left: 6px;
  color: #fd8c27;
}

.mask_detail02_select_box {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.mask_detail02_lists {
  border: 1px solid #eee;
  border-top: none;
  overflow: auto;
  max-height: 140px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9;
  display: none;
}

.mask_detail02_lists li {
  line-height: 20px;
  color: #999;
  font-size: 14px;
  padding: 0 11px;
}

.mask_detail02_lists li:hover {
  background-color: #2b3d63;;
  color: #fff;
}

.mask_detailh:after{
  content: "";
  width: 34px;
  height: 1px;
  margin: 11px auto 0;
  display: block;
  background: url("/static/images/home/pop_icon16.png");
}
.mask_tired{
  width: 554px;
height: 292px;
background-color: #ffffff;
  border-radius: 12px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  overflow: hidden;
  display: none;
}
.close3{
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 0px 0px 0px 46px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.close3 img{
  position: absolute;
  top: 19px;
  right: 18px;
}
.mask_tiredi{
  margin:49px 0 16px;
}
.mask_tiredp1{
  font-size: 24px;
  color: #333;
}
.mask_tiredp2{
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  color: #828282;
  margin:14px 0 28px;
  background: url("/static/images/home/pop_icon11.png") center center no-repeat;
}
.mask_tired>a{
  display: inline-block;
  width: 136px;
height: 34px;
  background: #2b3d63;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.mask_tired>a:hover{
  opacity: .9;
}
#k_s_ol_floatWin_fl{overflow:hidden !important;}
.layui-layer{
  z-index:2147483647!important;
}

.btn_mobcode{width:40px;height:28px;line-height:28px;margin:10px 0 0 120px;text-align:center;font-size:12px;background:#D00000;color:#FFF;display:block;cursor:pointer;-webkit-appearance: none;}