﻿@font-face
{
font-family:font1;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ol,
ul,
li,
dl,
dd,
dt,
img,
a,
input {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
}
a {
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
	outline: none;
}

img {
	
	border: none;
}



body {
	color: #333333;
	font-size: 15px;
	font-family: "font1";

}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}
.clearfloat:after{
	display:block;
	content:"";
	clear:both;
	visibility:hidden;
	height:0;
}

.clearfloat{
	zoom:1;
	
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	height: 100%;
}
.w{
	width:1200px;
	margin:auto;
}
.w1{
	width:1440px;
	margin:auto;
}

/*hardware*/
.hard{
	padding:60px 0;
}
.hard1 li{
	float:left;
	width:31%;
	margin:45px 1% 0;
	position:relative;
}
.hard1 li img{
	display:block;
	width:100%;
	height:auto;
}
.hard1 li:first-child .h-box,.hard1 li:nth-child(2) .h-box,.hard1 li:nth-child(3) .h-box{
	padding:60px 10%;
	line-height:30px;
}
.hard1 li:nth-child(11) .h-box,.hard1 li:nth-child(12) .h-box{
	padding:90px 10%;
	line-height:30px;
}
/*new hardware*/
.hard2 ul.hard-wtb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.hard2 ul.hard-wtb li {
	position: relative;
	display: inline-block;
	width: 386px;
	margin-bottom: 20px;

}
.hard2 .wtb-bac {
	width: 386px;
	height: 403px;
	background: url(wtb-bac.jpg) no-repeat;
	background-size: 386px 403px;
	padding: 55px 40px 0;
    text-align: center;
    color: white;
}
.hard2 .wtb-bac .wtb-content{
	font-size: 18px;
    text-align: left;
    line-height: 30px;
    margin-top: 23px;
}
.hard2  ul.hard-wtb li .wtb-title{
	position: absolute;
	bottom: 21px;
    width: 100%;
    text-align: center;
}
.hard2  .wtb-bac-other {
	font-size:70px;
}
.hard2 ul.hard-wtb li img {
	width: 386px;
}

.hard2 ul.hard-part {
	overflow: hidden;
	clear: both;
	margin-bottom: 60px;
}
.hard2 ul.hard-part li {
	position: relative;
	width: 25%;
	height: 250px;
    float: left;

}
.hard2 ul.hard-part li img {
	display: inline-block;
	position:absolute;
	max-width: 44%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hard2 ul.hard-part li div{
	text-align: center;
	display: inline-block;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.hard1 li:hover .h-box{
	display:block;
}
