﻿.ind_wrapper{
  padding-left: 8%;
  padding-right: 8%;
}
.sub_banner{
  height: 338px;
  color: #fff;
  position: relative;
  background: url(../images/sub_banner_new.jpg) no-repeat center center / cover;
}
.location{
  clear: both;
  height: 51px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}

/* sub_main */
.bgf8{
  background: #f8f7fc;
}

.sub_title1{
  display: block;
  color: #000;
}
.sub_title1 .tt{
  font-size: 18px;
  padding-bottom: 7px;
}
.sub_title1 .tt1{
  font-size: 36px;
  padding-bottom: 7px;
}
.sub_title1 .tt2{
  color: #888;
  font-size: 14px;
  padding-bottom: 7px;
  max-width: 1050px;
  margin: 0 auto;
}
.sub_title1 .tt3{
  font-size: 14px;
  padding-bottom: 7px;
  line-height: 24px;
  max-width: 1050px;
  margin: 0 auto;
}
.sub_title1 .btn{
  display: inline-block;
  color: #e6482f;
  font-size: 14px;
  margin-top: 10px;
}
.page{
  padding: 2% 0;
}
.page a{
  display: inline-block;
  line-height: 32px;
  font-size:14px;
  padding: 0 11px;
  border: 1px solid #c7c5b3;
  margin: 0 5px 5px;
}
.page a.prev,.page a.next{
  width: auto;
}
.page a:hover,.page a.hover{
  color: #e6482f;
  border: 1px solid #e6482f;
}

/* news_Det */
.news_det_box{
  padding:0 2% 2%;
  overflow: hidden;
}
.news_det_title{
  text-align:center;
  font-size: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.news_det_date{
  display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 20px 0;
}
.news_det_date_clm{
  display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 0 8px;
    font-size: 16px;
}
.news_det_con{
  line-height: 28px;
  font-size: 16px;
  color: #666;
  padding-top: 2%;
}
.news_det_con img{
  height: auto;
  max-width: 100%;
}
.news_det_page{
  padding:2% 0;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.news_det_page .ind_wrapper{
  padding: 0 16%;
}
.news_det_page_clm{
  float: left;
  width: 50%;
  padding:0 2%;
  font-size: 14px;
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.news_det_page_clm .tt{
  width: 70px;
  color: #333;
}
.news_det_page_clm .text{
  color: #333;
  width: calc(100% - 70px);
}
.news_det_page_clm .date{
  width: 105px;
  text-align: right;
  font-size: 16px;
}
.news_det_page_clm:hover .text{
  color: #e6482f;
}
.back_list{
  display: block;
  width:200px;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  margin:3% auto 8%;
  background: #e6482f;
}
.online_zixun .ind_wrapper{
}
.online_zixun{
  background: #f8f7fc;
  padding: 3% 0 2%;
  margin-top:20px;
}
.online_zixun_icon{
  width: 110px;
  margin-top: -24px;
  margin-right: 15px;
}
.online_zixun_icon img{
  display: block;
  max-width: 100%;
}
.online_zixun_text{
  line-height: 31px;
  color: #444;
  font-size: 16px;
}
.online_zixun_text span{
  font-weight: bold;
  color: #f76853;
}
.online_zixun_btn{
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff644b;
  cursor:pointer;
}

/* case_list_bars */
.case_list_bars{
  text-align: center;
  padding: 2% 0;
}
.case_list_bars a{
  display: inline-block;
  margin: 0 10px;
  font-size:16px;
  height: 43px;
  padding: 0 2%;
  line-height: 41px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #000;
}
.case_list_bars a.hover,.case_list_bars a:hover{
  color: #fff;
  background: #e6482f;
  border: 1px solid #e6482f;
}

/* news_list */
.news_box1{
  padding: 0 0 1% 0;
}
.news_list3 dd{
  float: left;
  width: 25%;
  padding: 0 1%;
  margin-bottom: 20px;
}
.news_list3 dd a{
  display: block;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.news_list3 dd a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #e6482f;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list3_pic{
  overflow: hidden;
}
.news_list3_pic img{
  display: block;
  width: 100%;
  max-height:255px;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list3_con{
  padding: 18px 0;
}
.news_list3_tt{
  font-size: 16px;
  font-weight: bold;
}
.news_list3_text{
  font-size: 14px;
  color: #888;
  line-height: 24px;
  height:72px;
  margin: 3% 0;
}
.more_btn1{
  line-height: 30px;
}
.more_btn1_tt{
  color: #444;
  font-size: 14px;
}
.more_btn1_icon{
  color: #444;
  font-size: 16px;
}
.more_btn1_icon:hover{
  color: #e6482f;
}
.news_list3 dd:hover .news_list3_pic img{
  transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list3 dd:hover .news_list3_tt{
  color: #e75139;
}

.news_box2{
  background: #fff;
}
.news_box2_l{
  width:40%;
}
.news_box2_l img{
  display: block;
  width: 100%;
}
.news_box2_r{
  width: 60%;
  padding: 0 3%;
}
.news_list4 dd{
  clear: both;
  padding: 2% 0;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.news_list4_date{
  float: left;
  font-size: 16px;
  color: #444;
  width: 100px;
}
.news_list4_con{
  float: right;
  width: calc(100% - 115px);
}
.news_list4_con_tt{
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}
.news_list4_con_text{
  line-height: 24px;
  font-size: 14px;
  color: #888;
}
.news_list4 dd:hover .news_list4_con_tt{
  color: #e6482f;
}
.more_btn2{
  display: block;
  color: #e6482f;
  font-size: 16px;
}

/* news_list */
.hot_news_box{
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
.hot_news_box1{
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.hot_news_list dd{
  clear: both;
  overflow:hidden;
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.hot_news_list dd .pic{
  display: block;
  width:560px;
  position: relative;
  overflow: hidden;
}
.hot_news_list dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hot_news_list dd .con{
  float: left;
  width: calc(100% - 600px);
  padding: 0 3%;
  display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hot_news_list dd .con .hot_icon{
  width: 22px;
  height: 14px;
  background: url(../images/hot_icon.png) no-repeat center center;
  margin-bottom: 12px;
}
.hot_news_list dd .con .tt{
  font-size: 24px;
  font-weight: bold;
}
.hot_news_list dd .con .date{
  color: #444;
  font-size: 14px;
  margin: 15px 0 25px;
}
.hot_news_list dd .con .text{
  line-height: 24px;
  height: 72px;
  font-size: 14px;
  margin-bottom: 30px;
  overflow: hidden;
}

.more_btn3{
  display: inline-block;
  color: #e6482f;
  width: 160px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  border: 1px solid #e6482f;
}
.hot_news_list dd:hover .pic img{
  transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hot_news_list dd:hover .con .tt{
  color:#e6482f;
}

.hot_news_prev,.hot_news_next{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 56px;
  height: 56px;
  background: #e6482f url(../images/hot_news_icon.png) no-repeat center center;
  cursor:pointer;
}
.hot_news_prev{
  right: 57px;
  background-color: #000;
}
.hot_news_next{
  transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.hot_news_list .owl-nav{
  display: none;
}
.news_list5 dd{
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 2% 0;
  border: 1px solid #d0d0d0;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list5 dd a{
  display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list5_date{
  width: 90px;
  text-align: right;
}
.news_list5_date .days{
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}
.news_list5_date .month{
  font-size: 18px;
}
.news_list5_icon{
  width: 29px;
  height: 4px;
  background: #e6482f;
  margin:5px 30px 0;
}
.news_list5_pic{
  width: 250px;
  padding: 2px;
  border: 1px solid #f3f3f3;
  overflow: hidden;
  background: #fff;
}
.news_list5_pic img{
  display: block;
  width: 100%;
}
.news_list5_con{
  width: calc(100% - 430px);
  padding:0 3%;
  display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.news_list5_con .tt{
  font-size: 18px;
  font-weight: bold;
}
.news_list5_con .number{
  font-style: italic;
  color: #888;
  margin: 12px 0 20px;
}
.news_list5_con .text{
  height: 48px;
  color: #888;
  font-size: 14px;
  line-height:24px;
  margin-bottom: 20px;
}
.news_list5 dd:hover{
  background: #fff;
  box-shadow: 0 0 10px rgba(115,115,115,.3);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}