﻿.wh1366{
  width: 1366px;
  margin: 0 auto;
}

.floor_title{
  /*width: 126px;*/
  /*height: 96px;*/
  /*float: left;*/
  text-align: center;
  margin-bottom: 50px;
}

.floor_title h2 {
  display: inline-block;
  font-size: 28px;
  color: #c79e68;;
}

.floor_title i {
  display: inline-block;
  width: 100px;
  height: 4px;
  background: #ccc;
  margin: 0 10px;
  background: linear-gradient(to left,#c79e68,#FFFFFF);
  vertical-align: middle;
}
.floor_title i.right {
  background: linear-gradient(to right,#c79e68,#FFFFFF);
}

.mui-btn{
    text-align: center;
    margin: 50px 0 40px;
}


.mui-btn a{
    display: inline-block;
    width: 280px;
    height: 42px;
    line-height: 42px;
    margin:0 5px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

.mui-btn.w190 a{
  width: 190px;
}

.mui-btn a i.fl_icon{
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/fl_icon.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.mui-btn a.zxzxfa{
    background: #333;
}

.mui-btn a.more{
    background: #ba1718;
}



.index_type{
  float: right;
  padding-top: 60px;
}

.index_type a{
  /*color: rgba(33,42,62,0.5);*/
  color: #000;
  font-size: 16px;
  /*font-weight: bold;*/
  float: left;
  margin-left: 30px;
}

.index_type a:hover{
  color: #ba1718;
}


.index_case{
  margin-top: 80px;
}

.index_case table tr td{
  background: #fff;
}


.index_case table tr td.pic{
  position: relative;
}

.index_case table tr td.pic .bottom_cont{
  position: absolute;
  width: 100%;
  height: 90px;
  background: rgba(0,0,0,0.6);
  bottom: 0;
  left:0;
}


.index_case table tr td.pic .bottom_cont .text{
   padding-left: 23px;
   padding-top: 10px;
}

.index_case table tr td.pic .bottom_cont h4{
  font-size: 18px;
  color: #fff;
  line-height: 38px;
}

.index_case table tr td.pic .bottom_cont span.rq{
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
}

.index_case table tr td.pic .bottom_cont span.rq:before{
  display: inline-block;
  content: '';
  width: 10px;
  height: 12px;
  background: url(../images/rq1_icon.png) no-repeat;
  margin-right: 8px;
}

.index_case table tr td.pic .bottom_cont span.sjs_name{
  font-size: 16px;
  color: #fff;
}

.index_case table tr td a img{
  width: 100%;
}



.index_case table tr td.TD1 .brief{
  margin-right: 35px;
  margin-left:0;
  float: right;
  text-align: right;
}


.index_case table tr td.TD2 .brief{
  margin-left: 35px;
  margin-right: 0;
  float: left;
  text-align: left;
}



.index_case table tr td .cont{
  margin-bottom: 80px;
  position: relative;
}

.index_case table tr td.TD1 .cont:before{
  display: inline-block;
  content: '';
  width: 32px;
  height: 5px;
  background: #ba1718;
  position: absolute;
  top: 11px;
  right: -44px;
}


.index_case table tr td.TD2 .cont:before{
  display: inline-block;
  content: '';
  width: 32px;
  height: 5px;
  background: #ba1718;
  position: absolute;
  top: 11px;
  left: -44px;
}



.index_case table tr td.TD .cont h4,.index_case table tr td.TD .cont p{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.index_case table tr td.TD1 .p p{
  float: right;
}

.index_case table tr td .p p{
  font-size: 16px;
  color: #ba1718;
  float: left;
}


.index_case table tr td.TD1 .p span.rq{
  margin-right: 10px;
}

.index_case table tr td.TD1 {
  position: relative;
  z-index:99
}


.index_case table tr td .p span.rq{
  display: inline-block;
  font-size:18px;
  color: #333;
  float: right;
}


.index_case table tr td .p span.rq:before{
  display: inline-block;
  content: '';
  width: 10px;
  height: 12px;
  background: url(../images/rq2_icon.png) no-repeat;
  margin-right: 8px;
}

.index_case table tr td:hover .p span.rq:before,.index_case table tr td.on .p span.rq:before{
  background: url(../images/rq1_icon.png) no-repeat;
}



.index_case table tr td.TD1,.index_case table tr td.TD2,.index_case table tr td{
   transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}



.index_case table tr td.TD1:hover,.index_case table tr td.TD2:hover,.index_case table tr td.on{
  background: #ba1718;
}

.index_case table tr td.TD:hover .cont h4,.index_case table tr td.on .cont h4,
.index_case table tr td.TD:hover .cont p,.index_case table tr td.on .cont p{
  color: #fff;
}


.index_case table tr td:hover .p p,.index_case table tr td.on .p p{
  color: #fff;
}


.index_case table tr td.TD:hover .cont:before,.index_case table tr td.on .cont:before{
  background: #fff;
}

.index_case table tr td:hover .p span.rq,.index_case table tr td.on .p span.rq{
  color: #fff;
}
.index_pro{
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}

.index_pro_img{
  position: relative;
  width: 1366px;
  height: 600px;
}

.index_pro_img .index_pro_content{
    margin-top: 230px;
    position: absolute;
    bottom: 120px;
    z-index: 99;
    left: 80px;
    top: 0;
}

.index_pro_img .index_pro_content h4{
  font-size: 44px;
  color: #fff;
  position: relative;
}

.index_pro_img .index_pro_content h4 span{
  position: relative;
  z-index: 99;
}

.index_pro_img .index_pro_content h4:before{
  display: inline-block;
  content: '';
  width: 180px;
  height: 20px;
  background: #ad1516;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.index_pro_img .index_pro_content b{
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  padding-top: 30px;
}

.index_pro_img .index_pro_content p{
  font-size: 16px;
  color: #fff;
}

.index_pro_img .index_pro_content a.pro_btn{
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #ba1718;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 60px;
}


.index_pro_img .index_pro_content a.pro_btn:after{
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/jt_icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 12px;
}
.index_sjtd{
  clear: both;
  overflow: hidden;
}

.index_sjtd table tr td a .sjtd_L{
  float: left;
  margin: 37px 0 0 30px;
  width: 174px;
}

.index_sjtd table tr.tr1 td.a_1 a .sjtd_L{
  width: 600px;
}

.index_sjtd table tr.tr1 td.a_2 a .sjtd_L{
  width: 144px;
}


.index_sjtd table tr td a .sjtd_L .index_sjtd_top{
    height: 198px;
    overflow: hidden;
}


.index_sjtd table tr td a .sjtd_L p{
  /*margin: 20px 0 25px;*/
  font-size: 16px;
  color: #333;
  width: 100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.index_sjtd_top ul li{
  font-size: 14px;
  color: #313131;
  list-style: none;
  line-height: 42px;
}

.index_sjtd_top ul li:before{
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #818286;
  vertical-align: middle;
  margin-right: 10px;
}


.index_sjtd table tr td a .title b{
  font-size: 22px;
  color: #333;
}

.index_sjtd table tr.tr1 td.a_1:hover a .title b{
  color: #333;
}

.index_sjtd table tr td a .title span{
  color: #333;
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
}


.index_sjtd table tr td a .title label{
  color: #333;
  height: 30px;
  font-size: 16px;
  display:block;
  position: relative;
  margin-bottom: 15px;
}

.index_sjtd table tr td a .title label:before{
  display: inline-block;
  content: '';
  width: 24px;
  height: 1px;
  background: #313131;
  position: absolute;
  bottom: 0;
  left:0;
}

.index_sjtd table tr td a .index_sjtd_cont{
    width: 150px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.index_sjtd table tr td a:hover .title b,
.index_sjtd table tr td a:hover .title label,
.index_sjtd table tr td a:hover .index_sjtd_cont{
  color: #fff;
}

.index_sjtd table tr td a:hover .title label:before{
  background: #fff;
}


.index_sjtd table tr td a .index_sjtd_img{
  width: 206px;
  height: 269px;
  margin-top: 37px;
  float: left;
  margin-left: 18px;
}

.index_sjtd table tr.tr1 td a .index_sjtd_img{
  float: right;
  margin-right: 40px;
}



.index_sjtd table tr.tr1 td{
    padding-bottom: 20px;
}

.index_sjtd table tr.tr2 td{
    padding-bottom: 20px;
}


.index_sjtd table tr td.a_1 a{
   background: url(../images/sjtd_1.png) no-repeat;
   width: 903px;
   height: 340px;
   margin-right: 10px;
}

.index_sjtd table tr td.a_1:hover a{
  background: url(../images/sjtd_1_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}


.index_sjtd table tr td a{
   width: 447px;
   height: 340px;
   display: block;
}

.index_sjtd table tr td.a_2 a{
   background: url(../images/sjtd_2.jpg) no-repeat;
}

.index_sjtd table tr td.a_2:hover a{
  background: url(../images/sjtd_2_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_3 a{
   background: url(../images/sjtd_3.jpg) no-repeat;
}

.index_sjtd table tr td.a_3:hover a{
  background: url(../images/sjtd_3_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_4 a{
   background: url(../images/sjtd_4.png) no-repeat;
}

.index_sjtd table tr td.a_4:hover a{
  background: url(../images/sjtd_4_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_5 a{
   background: url(../images/sjtd_5.jpg) no-repeat;
}

.index_sjtd table tr td.a_5:hover a{
  background: url(../images/sjtd_5_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_6 a{
   background: url(../images/sjtd_6.jpg) no-repeat;
}

.index_sjtd table tr td.a_6:hover a{
  background: url(../images/sjtd_6_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_7 a{
   background: url(../images/sjtd_7.jpg) no-repeat;
}

.index_sjtd table tr td.a_7:hover a{
  background: url(../images/sjtd_7_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.index_sjtd table tr td.a_8 a{
   background: url(../images/sjtd_8.jpg) no-repeat;
}

.index_sjtd table tr td.a_8:hover a{
  background: url(../images/sjtd_8_2.png) no-repeat;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}


.mui-btn a i.fl_icon2{
  display: inline-block;
  width: 23px;
  height: 27px;
  background: url(../images/fl2_icon.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.index_hot_lp{
  clear: both;
  overflow: hidden;
}
.index_hot_lp ul li{
  width: 21.2%;
  float: left;
  margin-right: 5%;
  margin-bottom: 38px;
}

.index_hot_lp ul li a{
  display: block;
}

.index_hot_lp ul li:nth-child(4n+0){
  margin-right: 0;
}

.index_hot_lp ul li .img{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  /*height: 308px;*/
  margin-bottom: 20px;
  overflow: hidden;
}

.index_hot_lp ul li .img img{
   max-width: 100%;
   transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;  
}

.index_hot_lp ul li:hover .img img{
    transform: scale(1.1); 
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1); 
}

.index_hot_lp ul li .img .hot_lp_cont{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  text-align: center;
  bottom: 0;
  left:0;

}
.index_hot_lp ul li .img .hot_lp_cont span{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}


.index_hot_lp ul li .img .hot_lp_cont b{
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
}


.index_hot_lp ul li .hot_lp_title{
  width: 100%;
  height: 44px;
  line-height: 44px;
}

.index_hot_lp ul li .hot_lp_title h4{
  float: left;
  font-size: 18px;
  color: #333;
}

.index_hot_lp ul li .hot_lp_title a.more{
  width: 128px;
  height: 44px;
  line-height: 44px;
  background: #999;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.index_hot_lp ul li .hot_lp_title a.more:after{
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/jt_icon.png) no-repeat;
    vertical-align: middle;
    margin-left: 12px;
}

.index_hot_lp ul li:hover .hot_lp_title a.more{
  background: #ba1718;
}
.wh1200-border{
      width: 1366px;
}


.dynamic_list2 {
    width: 565px;
}
