.navbar-box{
	display: none;
}
.hw-pages-banner .box a{
	display: block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #313131;
	font-size:14px;
	position: absolute;
	left: 50%;
	bottom: 222px;
	transform: translateX(-50%)
}
.hw-pages-banner .box a:hover{
	background: #313131;
	border: 1px solid #313131;
	color: #ffffff;
}
.hw-contact{
	background: #f7f7f5;
}
.company{
	background: #fefefe;
	padding-bottom: 120px;
}
.company .txt{
	height: 390px;
	padding: 130px 200px 0 200px;
	text-align: center;
}
.company .txt p{
	font-size: 26px;
	color: #313131;
	line-height:40px;
}
.company .pic{
	
}
.company .pic img{
	display: block;
	width: 100%;
	height: auto;
}

.block-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.block-img .box {
    display: block;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    text-align: center;
    width: 1920px;
}
.block-img .box img {
    display: block;
    width: 1920px;
}
.contact-sever{
	padding-bottom: 118px;
}
.contact-sever .title{
	height: 250px;
	padding-top: 80px;
	color: #313131;
	text-align: center;
}
.contact-sever .title h3{
	font-size: 38px;
}
.contact-sever .title p{
	font-size: 26px;
	margin-top: 10px;
}
.contact-sever .server-box{
	padding: 0 58px;
}
.contact-sever .server-box ul li{
	width: 235px;
	height: 347px;
	padding-top: 43px;
	float: left;
	margin-right: 74px;
	border: 6px solid #d2d2d2;
	transition: all 0.4s ease-in-out;
}
.contact-sever .server-box ul li:last-child{
	margin-right: 0px;
}
.contact-sever .server-box ul li:hover{
	border: 6px solid #707070;
}
.contact-sever .server-box ul li .pic{
	width: 85px;
	border-bottom: 4px solid #eeeeee;
	padding-bottom: 22px;
	margin: 0 auto;
	overflow: hidden;
}
.contact-sever .server-box ul li .pic img{
	display: block;
	width: 85px;
	height:85px;
}
.contact-sever .server-box ul li .txt{
	padding-top: 40px;
	text-align: center;
}
.contact-sever .server-box ul li .txt h3{
	font-size: 22px;
	color: #313131;
}
.contact-sever .server-box ul li .txt p{
	font-size: 14px;
	color: #616161;
	margin-top: 20px;
}
.contact-partner{
	background: #ffffff;
	margin-top: 30px;
	padding-bottom: 80px;
}
.contact-partner .title{
	height: 250px;
	padding-top: 80px;
	color: #313131;
	text-align: center;
}
.contact-partner .title h3{
	font-size: 38px;
}
.contact-partner .title p{
	font-size: 26px;
	margin-top: 10px;
}
.contact-partner .partner-box ul li{
    width: 208px;
    height: 102px;
    float: left;
    margin-right: 6.4px;
    margin-bottom: 6.4px;
}
.contact-partner .partner-box ul li:nth-child(6n){
    margin-right: 0px;
}
.contact-partner .partner-box ul li img{
    display: block;
    width: 208px;
    height: 102px;
}

.contact-fine .title{
	height:230px;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}
.contact-fine .title .txt{
	width: 440px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	text-align: center;
	background: #f7f7f5;
	color: #313131;
}
.contact-fine .title .txt h3{
	font-size: 38px;
}
.contact-fine .title .txt p{
	font-size: 26px;
	margin-top: 10px;
}
.contact-fine .title::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	top:50%;
	left: 0px;
	transform: translateY(-50%);
}
.contact-fine ul li{
    width: 246px;
    height: 360px;
    float: left;
    margin-right: 12.5px;
    position: relative;
    overflow: hidden;
}
.contact-fine ul li:nth-child(5n){
    margin-right: 0px;
}
.contact-fine ul li .pic{
    width: 246px;
    height: 246px;
    overflow: hidden;
}
.contact-fine ul li .pic img{
    display: block;
    width: 246px;
    height: 246px;
    transition: all 0.8s ease-in-out;
}
.contact-fine ul li .pic img:hover{
     transform: scale(1.08);
}
.contact-fine ul li .txt1{
    height: 114px;
    padding: 20px 30px 0 30px;
    color: #313131;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}
.contact-fine ul li .txt1 h3{
    font-size: 16px;
}
.contact-fine ul li .txt1 span{
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
    font-weight: bold;
    color: #e56a69;
}
.contact-fine ul li .txt1 p{
    color: #919191;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
.contact-fine ul li .txt2{
     width: 100%;
     height: 114px;
     position: absolute;
     left: 0px;
     bottom:-114px;
     background: rgba(49, 49, 49, 1.0);
     color: #313131;
     padding: 35px 30px;
     transition: all 0.8s ease-in-out;
     overflow: hidden;
}
.contact-fine ul li .txt2 p{
    font-size: 12px;
    line-height:22px;
    color: #ffffff;
}
.contact-fine .more{
	text-align: center;
	padding: 50px 0 80px 0;
}
.contact-fine .more a{
	display: inline-block;
	font-size: 16px;
	padding-right: 30px;
	background: url('../images/more.png') right center no-repeat;
}
.contac-map {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contac-map .box {
    display: block;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    text-align: center;
    width: 1920px;
}

.contact-con{
	background: #ffffff;
	padding-bottom: 120px;
}
.contact-con h3{
	height: 160px;
	line-height: 160px;
	font-size: 30px;
	color: #313131;
}
.contact-con .fl{
	width: 590px;
	
	border-right: 3px solid #d2d2d2;
}
.contact-con .fr{
	width:690px;
	padding-left: 140px;
}
.contact-con ul li{
	font-size: 24px;
	color: #313131;
	margin-bottom: 20px;
	overflow: hidden;
	text-align-last: justify;
}
.contact-con ul li span{
	display: inline-block;
	width: 130px;
	height: 100%;
	color: #616161;
	float: left;
	font-weight: normal;
}
.contact-con ul li font{
	float: left;
	margin-right: 30px;
}
.contact-con ul li p{
	width: 290px;
	float: left;
	font-weight: bold;
}