html,body{
	font-family:"OPEN SANS",arial,verdana;
}
input, button, textarea,select{
	font-family:"OPEN SANS",arial,verdana;	
}

.header{
	background: #fff;
}



.head_lag{
	width: 80px;
	height: 40px;
	position: relative;
	margin: 0 15px 0 30px;
}
.head_lag_t{
	width: 80px;
	height: 40px;
	color: #666;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.head_lag_t:after{
	content: "";
	display: block;
	width: 0;
    height: 0;
    border-style: solid;
    border-top-width:8px;
    border-bottom-width:0;
    border-left-width:6px;
    border-right-width:6px;
    border-color: #666 transparent transparent transparent;
	margin-left: 6px;
}
.head_lag_down{
	position: absolute;
	left:50%;
	top: 45px;
	z-index: 2;
	display: none;
	width: 135px;
	background: #fff;
	text-align: center;
	padding: 12px 12px 4px;
	margin-left: -67px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.head_lag_down_icon{
	position: absolute;
    left: 50%;
    top: -16px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
	text-align: center;
    border-color: transparent transparent #fff transparent;
    margin-left: -8px;
}
.head_lag_down a{
	display: block;
	height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.head_lag_down a:hover{
	color: #b32122;
}

.logo{
	height:100px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%;
}

.menu{
	width: calc(100% - 246px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	padding-top: 20px;
}
.menu_dl_box{
	width: calc(100% - 172px);
	padding-right: 45px;
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;
	height: 80px;
	position: relative;
	margin: 0 8px;
}
.menu_dl dd.menu_dd .menu_tt .text{	
}

.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	padding:0 15px;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt .text{
	font-family: "OPEN SANS BOLD";
	font-weight:bold;
	color: #b32122;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left:-40px;
	top:80px;
	z-index: 3;
	width: 284px;
	background: #b32122;
}
.menu_down_rela{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu_down_rela:after{
	content: "";
	display: block;
	position: absolute;
	left:80px;
	top: -8px;
	width: 0;
    height: 0;
    border-style: solid;
    border-top-width:0;
    border-bottom-width:8px;
    border-left-width:10px;
    border-right-width:10px;
    border-color: transparent transparent  #b32122 transparent;
}
.menu_down a{
	display: block;
	color: #fff;
	font-size:14px;
	line-height: 24px;
	padding:12px 30px;
	border-bottom: 1px solid #89000b;
}
.menu_down a:hover{
	color: #fff;
	background: #89000b;
}


.head_search{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 24px;
	cursor: pointer;
}

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #b32122;
	font-size: 28px;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	height: 52px;
}
.mobile_header_top{
	width: 100%;
	height: 52px;
	position: fixed;
	left: 0;
	top:-1px;
	z-index: 7;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 36px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 14px 12px 8px 12px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 32px;
	background: #b32122;
	border-radius: 4px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #b32122;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_lag_icon{
	width: 40px;
	height: 52px;
	color: #b32122;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #b32122;
}


.mobile_menu_box{
	position: fixed;
	right: -240px;
	top:0;
	z-index: 8;
	width:220px;
	background: #fafafa;
	padding: 20px 10px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url("../images/menu_ico.png")/*tpa=http://www.hhpcdtool.com/d/images/menu_ico.png*/ no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 12px;
}
.mobile_menu_down a{
	display:block;
	font-size: 16px;
	margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #b32122;
}


.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #b32122;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


.mask,.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}

/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}

.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #b32122;
}


/* ind_box1 */
.ind_box1{
	padding: 60px 0;
	background: url("../images/ind_bg1.jpg")/*tpa=http://www.hhpcdtool.com/d/images/ind_bg1.jpg*/ no-repeat center center /cover;
}

.ind_title1{
	display: block;
	margin-bottom: 40px;
}
.ind_title1 .tt{
	font-size: 48px;
	color: #333;
}
.ind_title1 .text{
	font-size: 14px;
	color: #666;
}

.pro_list1{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.pro_list1 dd{
	width: calc((100% - 114px) / 4);
	margin-right: 38px;
	margin-bottom: 38px;
}

.pro_list1 dd a{
	display: block;
	background: #fff;
	position: relative;
}
.pro_list1 dd .pic{
	overflow: hidden;
	padding:0 0 20px 0 !important;
}
.pro_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list1 dd .con{
	padding: 0 20px 15px;
	background: #fff;
}
.pro_list1 dd .con .tt{
	font-size:16px;
	color: #202020;
}
.pro_list1 dd .con .line{
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin: 18px 0;
}
.pro_list1 dd .con .text{
	font-size: 14px;
	line-height: 22px;
	color: #888;
	height: 44px;
}
.pro_list1 dd .con .icon{
	width: 30px;
	font-size: 24px;
	margin: 15px 0;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pro_list1 dd .line2{
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 90%;
	height: 8px;
	background: rgba(41,41,41,.2);
	margin-left: -45%;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pro_list1 dd a:hover{
	transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.pro_list1 dd a:hover .con .tt{
	color: #b32122;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pro_list1 dd a:hover .line2{
	width: 100%;
	background: #b32122;
	margin-left: -50%;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* ind_box2 */
.ind_box2{
	height: 400px;
	background: url("../images/ind_bg2.webp") no-repeat center center /cover;
}
.ind_box2 .wrapper{
	height: 100%;
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-direction: column; 
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.ind_title2{
	display: block;
	color: #fff;
	margin-bottom: 35px;
}
.ind_title2 .tt{
	font-size: 48px;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 5px;
}
.ind_title2 .text{
	font-size: 16px;
}
.ind_box2_btn{
	display: block;
	width: 208px;
	height: 42px;
	font-size: 16px;
	color: #fff;
	font-family: "OPEN SANS BOLD";
	border: 1px solid #fff;
	line-height: 42px;
}
.ind_box2_btn:hover{
	background: #b32122;
	border-color: #b32122;
}


/* ind_box3 */
.ind_box3{
	padding: 50px 0;
	background: url("../images/ind_bg3.jpg")/*tpa=http://www.hhpcdtool.com/d/images/ind_bg3.jpg*/ no-repeat center top / cover;
}

.ind_news_list1{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.ind_news_list1 dd{
	width: calc((100% - 60px) / 2);
	margin-right: 60px;
}
.ind_news_list1 dd a{
	display: block;
	position: relative;
}
.ind_news_list1 dd .pic{
	overflow: hidden;
}
.ind_news_list1 dd .pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.ind_news_list1 dd .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding:20px 10% 40px;
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:flex-end;
  -ms-justify-content:flex-end;
  -webkit-justify-content:flex-end;
    
  flex-direction: column; 
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.ind_news_list1 dd .tt{
    background-color: rgba(0,0,0, 0.5);
	width: calc(100% - 60px);
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	height: 56px;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 15px;
}
.ind_news_list1 dd .con_b{
	 display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.ind_news_list1 dd .text{
	width: calc(100% - 60px);
	padding-right:10%;	
	color: #e2e2e2;
	font-size: 14px;
	line-height: 22px;
	background-color: rgba(0,0,0, 0.5);
}
.ind_news_list1 dd .icon{
	width: 60px;
	height: 60px;
}
.ind_news_list1 dd .icon img{
	display: block;
	width: 100%;
}
.ind_news_list1 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.3);
}
.ind_news_list1 dd a:hover .pic img{
	transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
}
.ind_news_list1 dd:nth-child(2n){
	margin-right: 0;
}


.ind_box4{
	padding: 70px 0 90px;
	border-top: 1px solid #e5e5e5;
}
.ind_box4_wrap{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.ind_box4_l{
	width: 36%;
	font-size: 14px;
	color: #333;
	font-size: 26px;
	line-height: 1.8;
	font-family: "OPEN SANS BOLD";
}
.ind_box4_r{
	width: 56%;
}
.ind_box4_r_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 15px;
}

.more_btn1{
	display: block;
	width: 208px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	font-family: "OPEN SANS BOLD";
	text-align: center;
	background: #b32122;
}

.ind_box4_line{
	width: 3px;
	height: 150px;
	background: #b32122;
}


/* footer */
.footer{
	background: #454545;
}
.footer_t{
	padding: 70px 0;
}
.footer_t_wrap{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.footer_t_item{
	min-width: 110px;
	max-width: 300px;
}
.footer_title{
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 30px;
}
.footer_list .item{
	display: block;
	font-size: 14px;
	color: #dbdbdb;
	line-height: 18px;
	padding: 9px 0;
}
.footer_list a.item:hover{
	color: #fff;
	text-decoration: underline;
	transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.footer_list3 .item{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.footer_list3 .item .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #e0e0e0;
	margin-right: 10px;
}
.footer_list3 a.item:hover{
	text-decoration: none;
}

.footer_c{
    background: #454545;
   	border-bottom: 1px solid #565656;
 }

.footer_b{
	border-top: 1px solid #565656;
	padding: 22px 0;
	line-height: 22px;
	color: #b5b5b5;
}
.footer_b .wrapper{
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:space-between;
  -ms-justify-content:space-between;
  -webkit-justify-content:space-between;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;

  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.footer_b_text a{
	color: #b5b5b5;
}
.footer_b_text a:hover{
	color: #fff;
	text-decoration: underline;
}


/* about */
.sub_banner{
	height: 460px;
}

/* location */
.location{
	line-height:22px;
	padding: 12px 0;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #e2e2e2;
}
.location_news{
	border-bottom: none;
	border-top: 1px solid #e2e2e2;
}
.location a{
	color: #666;
}
.location a:hover{
	color: #b32122;
}


.about_box1{
	padding: 50px 0 60px;
}
.about_title1{
	font-size: 42px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 40px;
	font-family: "OPEN SANS BOLD";
}
.about_text{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.about_box1_con{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 70px;
}

.about_box1_con_l{
	width: 52%;
}
.about_box1_con_l_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 80px;
}
.about_box1_con_l_list1 .item{
	width: calc((100% - 27px) / 4);
	height: 152px;
	margin-right: 9px;
	margin-bottom: 9px;
	background: #b6b6b6;
	color: #fff;
	padding:3%;
	text-align: center;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	cursor: pointer;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about_box1_con_l_list1 .item:last-child{
	margin-right: 0;
}
.about_box1_con_l_list1 .item .tt{
	font-size: 16px;
	line-height: 18px;
}
.about_box1_con_l_list1 .item .num{
	font-size: 36px;
}
.about_box1_con_l_list1 .item .num span{
	font-size: 14px;
	padding-left: 5px;
}
.about_box1_con_l_list1 .item.hover{
	background: #b32122;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.about_box1_con_r{
	width: 40%;
}
.about_box1_con_r img{
	display: block;
	float: left;
	height: 507px;
	max-width: none;
}


.about_box2{
	padding: 90px 0;
	background: url("../images/about_bg1.jpg")/*tpa=http://www.hhpcdtool.com/d/images/about_bg1.jpg*/ no-repeat center center / cover;
}
.about_box2_wrap{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box2_pic{
	width: 50%;
}
.about_box2_r{
	width: 50%;
	padding-left: 5%;
}

.about_box3{
	padding: 65px 0 40px;
}

.about_box3_list{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 60px;
}
.about_box3_list dd{
	width: calc((100% - 81px) / 4);
	margin-right: 27px;
	margin-bottom: 27px;
}
.about_box3_list dd:last-child{
	margin-right: 0;
}
.about_box3_list dd a{
	display: block;
	position:relative;
	overflow: hidden;
}
.about_box3_list dd .pic{
	overflow: hidden;
}
.about_box3_list dd .pic img{
	display: block;
}
.about_box3_list dd .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:25% 10px 0;
	background: rgba(51,51,51,.8);
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}
.about_box3_list dd .num{
	width: 60px;
	line-height: 60px;
	text-align: center;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-size: 24px;
	color: #333;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 26px;
}
.about_box3_list dd .text{
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.about_box3_list dd a:hover .pic img{
	transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
}
.about_box3_list dd a:hover{
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.about_box3_con_title{
	font-size:24px;
	color: #333;
	font-style: italic;
	margin-bottom: 35px;
}

.about_box3_con_clm{
	position: relative;
}
.about_box3_con_clm img{
	display: block;
	margin: 0 auto;
}
.about_box3_con_clm_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.about_box3_con_clm_tt{
	font-size: 24px;
	color: #333;
}
.about_box3_con_clm_text{
	font-size: 36px;
	color: #b32122;
	margin: 5px 0 40px;
	font-family: "OPEN SANS BOLD";
}
.about_box3_con_btn{
	display: block;
	width: 180px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	background: #b32122;
	font-family: "OPEN SANS BOLD";
}


/* case */
/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 25px 0 15px;
}
.page.page_l{
	justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.page a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #333;
    line-height: 30px;
    background: #eeeeee;
    padding: 0 11px;
    margin: 0 4px;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #b32122;
}

.sub_page_case{
	padding: 50px 0;
}
.case_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_list1 dd{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}
.case_list1 dd a{
	display: block;
	position: relative;
}
.case_list1 dd .pic{
	overflow: hidden;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.case_list1 dd .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 106px;
	padding-top: 46px;
	background: url("../images/case_bg.png")/*tpa=http://www.hhpcdtool.com/d/images/case_bg.png*/ repeat-x center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd .con .tt{
	width: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: "OPEN SANS BOLD";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd a:hover{
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.case_list1 dd a:hover .tt{
	background: #b32122;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}



/* contact */
.contact_box1{
	padding: 50px 0;
}
.contact_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_list1 dd{
	width: 24%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-bottom: 30px;
}
.contact_list1 dd .icon{
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #b32122;
	border-radius: 50%;
	border: 1px solid #b32122;
}
.contact_list1 dd .con{
	width: calc(100% - 60px);
	padding-left: 10px;
}
.contact_list1 dd .con .tt{
	font-size: 16px;
	color: #1b212b;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 6px;
}
.contact_list1 dd .con .text{
	font-size: 16px;
	color: #1b212b;
	word-break: break-all;
}
.contact_list1 dd .con .text a{
	color: #1b212b;
	word-break: break-all;
}
.contact_list1 dd .con .text a:hover{
	color: #b32122;
	text-decoration: underline;
}


.contact_share{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.contact_share_tt{
	font-size: 16px;
	color: #333;
}
.contact_share_con{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding-left: 10px;
}
.contact_share_con .icon{
	width: 28px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	text-align: center;
	margin-right: 5px;
}
.contact_share_con .icon:hover{
	color: #b32122;
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}


.contact_box2{
	padding: 50px 0;
	background: #f5f5f5;
}
.inq_form_title{
	font-size: 42px;
	color: #333;
	margin-bottom: 25px;
}

.inquery_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.inquery_list1 dd{
	width: 48%;
	margin-bottom: 5px;
}
.inquery_list1 dd.ddw{
	width: 100%;
	margin-bottom: 25px;
}
.inquery_tt{
	font-size: 16px;
	color: #333;
	line-height:40px;
}
.inquery_tt .red{
	color: #f00;
}
.inquery_text,.inquery_area{
	width: 100%;
	line-height: 33px;
	padding-left: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(115,115,115,.2) inset;
}
.inquery_area{
	height: 120px;
	resize: none;
	padding-top: 8px;
	line-height: 24px;
}
.inquery_btn{
	display: block;
	width: 130px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	background: #b32122;
	border:0;
	color:#fff;
	font-family: "OPEN SANS BOLD";
	cursor: pointer;
}

.contact_box3{
}
.contact_box2 img{
	max-width: none;
}

.contact_box3 img{
	max-width: none;
}

/*
 * news_det
 */
.sub_page_news{
	padding: 50px 0;
}
.news_det_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.newsdet_date{
	width:98px;
	height: 110px;
	border: 2px solid #b32122;
	color: #b32122;
	text-align: center;
	font-weight: bold;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.newsdet_date p:nth-child(1){
	font-size: 48px;
	
}
.newsdet_date p:nth-child(2){
	font-size: 18px;
	margin-top: -5px;
}
.news_det_r{
	width: calc(100% - 100px);
	padding-left:4%;
}
.news_det_r_tt{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	font-family: "OPEN SANS BOLD";
}
.news_det_tip i{
	float: left;
	font-size: 25px;
	color: #909090;margin-right: 5px;
}
.news_det_tip span{
	float: left;
	color: #888;
	font-family: arial;
}
.news_det_tip i.icon-fenxiang{
	font-size: 14px;
	
}
.news_det_tip .view span{
	margin-top: 4px;
	font-size: 14px;
	color: #888;
}
.news_det_tip .share{
	margin-top: 5px;
	margin-left: 20px;
}.news_det_tip .share_box{
	margin-left: 5px;
}
.news_det_tip .share_box img{
	margin-top: -5px;
}
.news_det_r_box{
	padding-top: 3%;
	overflow: hidden;
}
.news_det_r_con img{
	max-width: 100%;
}
.news_det_r_con{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 25px;
	overflow: hidden;
}
.news_det_art{
	margin-top: 5%;
}
.news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	font-family: "Lato-Bold";
	line-height: 46px;
	font-size: 14px;
	float: left;
}
.news_det_art a.pre_art{
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
.news_det_art a.next_art{
	background: #b32122;
	color: #fff;
	border: 1px solid #b32122;
}
.news_det_art a:hover{
	background: #b32122;
	color: #fff;
	border-color: #b32122;
}



/* news */
.news_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}
.news_list1 dd a{
	display: block;
}
.news_list1 dd .pic{
	overflow: hidden;
	position: relative;
}
.news_list1 dd .pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.news_list1 dd .date{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	background: rgba(20,65,151,.5);
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.news_list1 dd .date .days{
	font-size: 30px;
	font-family: "OPEN SANS BOLD";
}
.news_list1 dd .date .month{
	font-size: 14px;
}
.news_list1 dd .con{
	padding: 35px 10% 33px;
	background: #f2f2f2;
}
.news_list1 dd .con .tt{
	font-size: 22px;
	color: #333;
	line-height:28px;
	height: 56px;
	font-family: "OPEN SANS BOLD";
}
.news_list1 dd .con .text{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
	margin: 15px 0 22px;
}
.news_list1 dd .con .more{
	width: 42px;
	height: 42px;
}
.news_list1 dd a:hover{
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.news_list1 dd a:hover .con .tt{
	color: #b32122;
}

.sub_page_pro{
	padding: 50px 0;
	background: #f2f2f2;
}
.pro_list_bars{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 50px;
}
.pro_list_bars a{
	float: left;
	padding: 0 30px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	background: #b32122;
	margin-right: 2px;
	margin-bottom: 2px;
}
.pro_list_bars a.hover,
.pro_list_bars a:hover{
	color: #b32122;
	background: #fff;
}

.pro_list2 dd .line3{
	width: 100%;
	height: 5px;
	background: #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_list2 dd a:hover .line3{
	background: #b32122;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_page_color a{
	background: #fff;
}

.pro_det_t{
	padding: 60px 0;
	background: url("../images/ind_bg1.jpg")/*tpa=http://www.hhpcdtool.com/d/images/ind_bg1.jpg*/ repeat center center / cover;
}
.pro_det_t_wrap{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_pic_box{
	width: 51.3%;
}
.pro_det_pic{
	overflow: hidden;
	width: calc(100% - 104px);
}
.pro_det_pic_bars{
	width: 95px;
}
.pro_det_pic_bars .item{
	width: 95px;
	margin-bottom: 9px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.pro_det_pic_bars .item img{
	display: block;
	width: 100%;
}
.pro_det_pic_bars .item:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(20,65,151,.6);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_pic_bars .item.active:after{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 500px !important;
	width: 500px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:rgba(20,65,151,.5);
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:1000px !important;
	height: auto;
	max-width: none;
}


.pro_det_inf{
	width: 48.7%;
	padding:20px 0 0 5%;
}
.pro_det_title{
	font-size: 36px;
	line-height: 1.2;
	font-family: "OPEN SANS BOLD";
}
.pro_det_inf_desc{
	font-size: 14px;
	line-height: 28px;
	padding: 40px 0;
}


.pro_inf_btn_box{
	padding: 0 0 30px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_inf_btn{
	float: left;
	width: 240px;
	height: 65px;
	line-height: 1;
	color: #b32122;
	font-size: 14px;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	border:1px solid #b32122;
	margin-right: 15px;
	margin-bottom: 10px;
}

.pro_inf_btn .icon{
	font-size: 28px;
	margin-right: 8px;
}
.pro_inf_btn .icon2{
	font-size: 20px;
	margin-left: 6px;
}
.pro_inf_btn.hover{
	color: #fff;
	background: #b32122;
}

.share_box{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.share_box_tt{
	font-size: 14px;
	color: #666;
}
.share_box_con{
	position: relative;
	top: 2px;
}


.pro_det_b_box1{
	padding: 70px 0;
}
.pro_det_b_desc_clm1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 5px;
}

.pro_det_b_desc_clm1_l{
	width:50%;
}
.pro_det_b_desc_title{
	position: relative;
	line-height: 70px;
	margin-bottom: 35px;
}

.pro_det_b_desc_title:before{
	content: "";
	display: block;
	position: absolute;
	left:-35px;
	top: 0;
	width: 70px;
	height: 70px;
	background: #efefef;
	border-radius: 50%;
}
.pro_det_b_desc_title .tt{
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-family: "OPEN SANS BOLD";
}
.pro_det_b_desc_title .tt span{
	color: #b32122;
}

.pro_det_b_text{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.pro_det_b_desc_clm1_r{
	width: 50%;
	padding-left: 3%;
}

.pro_det_b_desc_clm2{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #f5f5f5;
}

.pro_det_b_desc_clm2 .pic{
	width: 47%;
}
.pro_det_b_desc_clm2 .pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.pro_det_b_desc_clm2 .con{
	width: 98%;
	padding: 15px 5%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.pro_det_b_box2{
	background: #eee;
}
.pro_det_b_box2 .wrapper{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_box2_item{
	width: 50%;
	height: 348px;
}
.pro_det_b_box2_item a{
	display: block;
	width: 100%;
	height: 100%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	
	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.pro_det_b_box2_item a .tt{
	font-size: 36px;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 15px;
}
.pro_det_b_box2_item1 a .tt{
	color: #b32122;
}

.pro_det_b_box2_item1 .text{
	font-size: 16px;
	line-height:28px;
	color: #666;
}
.pro_det_b_box2_item2 .tt{
	color: #fff;
}
.pro_det_b_box2_item2 .text2{
	font-size: 20px;
	font-family: "OPEN SANS BOLD";
	color: #fff;
}
.pro_det_b_box2_item2{
	position: relative;
}
.pro_det_b_box2_item2 img{
	float: left;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 348px;
	max-width: none;
}
.pro_det_b_box2_item1 a{
	padding: 20px 10% 0 10%;
}
.pro_det_b_box2_item2 a{
	position: relative;
	z-index: 2;
	padding: 20px 10% 20px 15%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.pro_det_b_para{
	padding:70px 0;
}
.pro_table table{
    width: 100%;
}
.pro_table tr:first-child{
	border-top:3px solid #999;
}
.pro_table tr td{
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.pro_table tr:nth-child(2n){
	background: #f5f5f5;
}




.download_list1{
	width: 78%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.download_list1 dd{
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

.download_list1 dd a{
	display: block;
	padding: 45px 10%;
	background: #f7f7f7;
}
.download_list1 dd .tt{
	font-size: 20px;
	color: #666;
}
.download_list1 dd .size{
	font-size: 14px;
	color: #888;
	margin: 12px 0 18px;
}
.download_list1 dd .icon{
	width: 46px;
	height: 46px;
	line-height: 44px;
	font-size: 22px;
	text-align: center;
	color: #ee5b28;
	border: 1px solid #ee5b28;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.download_list1 dd a:hover .tt{
	color: #ee5b28;
}
.download_list1 dd a:hover .icon{
	color: #fff;
	background: #ee5b28;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}