﻿html,body{
  font-family: "microsoft yahei";
}
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{text-decoration:none;color: #3d3d3d;}
.clearfix:after{display: block;content: "";height: 0;clear: both;}
.clearfix{*zoom: 1;}

.ind_wrapper{
  padding-left: 8%;
  padding-right: 8%;
}
.location{
  clear: both;
  height: 51px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.location .icon{
  color: #e74f37;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
}
.location a:last-child{
  color: #D8203D;
}

.bgf8{background: #f8f7fc;}

.case_list1{
  display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list1 dd{
  width: 25%;
  padding: 0 1.5%;
}
.case_list1 dd .pic{
  overflow: hidden;
}
.case_list1 dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .tt{
  color: #000;
  line-height: 30px;
  font-size: 16px;
  margin: 10px 0 16px;
  text-align: center!important;
  
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd:hover img{
  transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd:hover .tt{
  color: #e6482f;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2{
  display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list2 dd{
  width:50%;
  padding:1%;
}
.case_list2 dd a{
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
  padding: 1.5%;
  border: 1px solid #d0d0d0;
}
.case_list2_pic{
  float: left;
  width: 40%;
  overflow: hidden;
}
.case_list2_pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2_con{
  float:right;
  width: 56%;
}
.case_list2_con_tt{
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2_con_line{
  width: 45px;
  height: 1px;
  background: #000;
  margin: 2% 0 4%;
}
.case_list2_con_text{
  height: 116px;
  line-height: 29px;
  font-size: 14px;
  overflow: hidden;
}
.case_list2 dd:hover .case_list2_pic img{
  transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list2 dd:hover .case_list2_con_tt{
  color:#e6482f;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* pro_det */
.pro_det_t{
  padding: 2% 0;
  background: url(../images/pro_det_t_bg.jpg) no-repeat center center / cover;
}
.pro_det_t .ind_wrapper{
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_pic_box{
  width:820px;
  position: relative;
  overflow:hidden; 
}

.pro_det_pic{
  width: 600px;
  margin: 0 auto;
  overflow:hidden; 
}
.pro_det_pic img{
  display: block;
  max-width: 100%;
  border: 4px solid #fff;
}
.pro_det_pic_prev,.pro_det_pic_next{
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  background: url(../images/pro_det_icon1.png) no-repeat center center;
  cursor: pointer;
}
.pro_det_pic_next{
  left: auto;
  right: 25px;
  transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.pro_det_pic_box .owl-theme .owl-dots .owl-dot span{
  background: #fff;
}
.pro_det_pic_box .owl-theme .owl-dots .owl-dot.active span,.pro_det_pic_box .owl-theme .owl-dots .owl-dot:hover span{
  background: #e6482f;
}


.pro_det_t_inf{
  width:calc(100% - 820px);
}
.pro_det_t_inf_title{
  font-size: 30px;
  color: #fff;
}
.pro_det_t_inf_list{
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 15px 0 25px;
}
.pro_det_t_inf_tip{
  color: #e9e9e9;
  font-size: 14px;
  padding: 20px 0; 
}
.pro_det_t_inf_btn a{
  display: inline-block;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #e6482f;
  margin-right: 25px;
  margin-bottom: 15px;
}
.pro_det_t_inf_btn a.tel{
  width: auto;
  padding: 0 20px;
  background: #211c18;
}

.share_box{
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
}
.share_tt{
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
}



/*
 * pro_det
 */

.pro_det_b{
  overflow: hidden;
}
.pro_det_b_bar_box{
  min-height: 68px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 4%;
}
.pro_det_b_bar{
  width: 100%;
  background:#fff;
  position: relative;
  z-index: 3;
}
.pro_det_b_bar a{
  float: left;
  font-size: 18px;
  color: #444;
  line-height: 68px;
  margin: 0 30px 0 0;
  position: relative;
}
.pro_det_b_bar a:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width:100%;
  height: 2px;
  background: #e6482f;
}
.pro_det_b_bar a.hover:after{
  display: block;
}
.pro_det_b_bar a:hover{
  border-bottom:1px solid #e6482f;}

.pro_det_b_tabs{
}

.pro_det_b_tabs_clm{
  margin-bottom: 4%;
}

.pro_det_b_tabs_clm_title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.pro_det_b_tabs_clm_text{
  line-height: 28px;
  color: #444;
  font-size: 16px;
}


.pro_det_b_xn_list{
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 2%;
}
.pro_det_b_xn_list dd{
  width: 50%;
  padding: 0 4%;
  margin-bottom: 4%;
  display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_xn_list dd .icon{
  width: 120px;
  height: 120px;
  line-height:120px;
  font-size: 56px;
  color: #e6482f;
  text-align: center;
  border-radius: 120px;
  border:2px solid #e6482f;
}
.pro_det_b_xn_list dd .con{
  width: calc(100% - 150px);
}
.pro_det_b_xn_list dd .con .tt{
  font-size: 24px;
  color: #444;
  margin-bottom: 6px;
}

.pro_det_b_xn_list dd .con .text{
  font-size: 14px;
  line-height: 28px;
  color: #444;
}
.pro_det_b_xn_list dd:hover{
  transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.pro_det_b_xn_list dd:hover .con .tt{
  color:#E6482F;
}


.pro_det_b_td_list{
}
.pro_det_b_td_list dd{
  width: 100%;
  display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 5%;
}
.pro_det_b_td_list dd:nth-child(2n){
  flex-flow: row-reverse wrap;
  -webkit-flex-flow: row-reverse wrap;
}
.pro_det_b_td_list dd:nth-child(2n+1) .con{
  border-left: 0;
}
.pro_det_b_td_list dd:nth-child(2n) .con{
  border-right: 0;
}
.pro_det_b_td_list dd .pic{
  width: 50%;
  overflow: hidden;
  padding: 5px;
  background: #e6e6e6;
  border: 1px solid #d0d0d0;
}
.pro_det_b_td_list dd .pic img{
  display: block;
  width: 100%;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_td_list dd .con{
  width: 50%;
  padding:1%;
  border: 1px solid #d0d0d0;
  background: #ebeced;
  position: relative;
  overflow:hidden;
}
.pro_det_b_td_list dd .con .num{
  display: none;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -35px;
  width: 69px;
  height: 55px;
  background:url(../images/pro_det_tt_bg.png) no-repeat center center;
}
.pro_det_b_td_list dd .tt{
  font-size: 24px;
  font-weight: bold;
  margin-top:25px;
  margin-bottom: 5px;
}
.pro_det_b_td_list dd .text{
  line-height: 28px;
  color: #444;
  font-size: 14px;
  margin-bottom: 3%;
}

.pro_det_b_td_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;
}



.pro_det_b_tabs_con{
  font-size: 14px;
  color: #444;
  line-height: 24px;
}
.pro_det_b_tabs_con table{
  width: 100%;
  background: #fff;
  border:1px solid #d0d0d0;
}
.pro_det_b_tabs_con table tr:first-child{
  background: #e2e0e9;  
}
.pro_det_b_tabs_con table tr td,.pro_det_b_tabs_con table tr th{
  padding:10px 15px;
}


/*
 * pro_det_contact
 */
.pro_det_contact{
  padding: 4% 0;
  background: url(../images/pro_det_contact_bg.jpg) no-repeat center center / cover;
}
.pro_det_contact_title{
  color: #fff;
  font-size: 18px;
}
.pro_det_contact_btn{
  display: block;
  width: 260px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background: #E6482F;
  margin:2% auto;
  cursor:pointer;
}
.pro_det_contact_text{
  line-height: 24px;
}
.tc{text-align: center;color:#fff;}



@media screen and (max-width: 800px) {
    .pro_det_b_tabs_clm_text img,.pro_det_b_td_list img{width:100%;}
	.pro_det_contact {
		padding: 10% 0;}
}

@media screen and (max-width: 700px) {
	.pro_det_contact {
		padding: 12% 0;}
}
