﻿
.hz-products {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.hz-proTitle {
	text-align: center;
	position: relative;
	/*font-family:Arial-BoldItalicMT;*/
	font-weight: bolder;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.2px;
	color: #666666;
	font-size: 30px;
}

.hz-proTitle span {
	float: right;
	
}
.navbar-default{
	background-color:white!important;
}
.hz-proTitle span a {
    /*font-family: ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #262626;
    text-transform:uppercase;
}
.hz-proTitle hr {
    width: 110px;
    height: 2px;
    background-color: rgba(44, 153, 222, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    margin-top: 10px;
    margin-left: -20px;
}


/*products*/

.hz-products-showwrap {
	width: 100%;
    max-width:1200px;
    margin:0 auto;
	padding-top: 70px;
	padding-bottom: 80px;
}

.hz-products-showbox {
	float: left;
	width: 20%;
    width:285px;
	/*margin: 20px;*/
    margin-right:15px;
	padding: 17px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hz-products-showbox:nth-of-type(even){
	margin-top: 25px;
}
.hz-products-showbox:nth-of-type(odd){
	margin-top: -25px;
}
.hz-products-showimg {
    width: 100%;
    /*定死*/
    max-width:250px;
    width:250px;
    height: 250px;
    margin:0 auto;
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hz-products-showimg img {
	width: 100%;
    height:100%;
	
}

.hz-products-showbox p {
    text-align: center;
    margin-top: 20px;
    /*font-family: ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #262626;


    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hz-products-showbox:hover {
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-moz-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-ms-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-o-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.hz-products-showbox:hover .hz-products-showimg {
	border: 1px solid rgba(44, 153, 222, 1);
}


/*product-slip*/

.hz-products-slip {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.hz-products-slip-left {
	float: left;
	width: 62.5%;
	max-width: 1200px;
	height: 120px;
}
.hz-products-slip-left img{
	width: 100%;
	height: 100%;
}
.hz-products-slip-right {
	width: 37.5%;
	max-width: 720px;
	height: 120px;
	float: left;
	background-color: rgba(44, 153, 222, 1);
}
.hz-products-slipText{
	width:100%;
	max-width: 1200px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}
.hz-products-slipText-left{
	float: left;
	padding-left: 10px;
	width: 60%;
}
.hz-products-slipText-left hr{
	width: 28%;
	max-width: 340px;
	height: 5px;
	display: inline-block;
	background-color:#BBBBBB;
	border-color: #BBBBBB;
	
}
.hz-products-slipText-left p{
	width:100%;
	max-width: 630px;
	color: #BBBBBB;
	font-size: 16px;
	line-height: 25px;
}
.hz-products-slipText-right{
	float: right;
	padding-top: 35px;
	padding-bottom: 35px;
	color: white;
}
.hz-products-slipText-right-left{
	float: left;
	
}
.hz-products-slipText-right-left h3{
	/*font-family:﻿Arial-BoldItalicMT;*/
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0.2px;
}
.hz-products-slipText-right-left p{
	/*font-family:ArialMT;*/
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.1px;
}
.hz-products-slipText-right-arrow{
	float: right;
	margin-right: 76px;
	margin-left: 20px;
	font-size: 40px;
	line-height: 40px;
	
}



/*abouthuize*/
.hz-aboutHuiZe {
	width: 100%;

	position: relative;
}

.hz-aboutHuiZe-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 110px;
    position: relative;
}

.hz-aboutHuiZe-titleBox {
	width: 210px;
	color: #2c99de;
}

.hz-aboutHuiZe-titleBox h3 {
	/*font-family:Arial-BoldItalicMT;*/
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0.2px;
}

.hz-aboutHuiZe-titleBox hr {
	width: 100%;
	height: 2px;
	background-color: rgba(44, 153, 222, 1);
	margin: 10px auto;
}

.hz-aboutHuiZe-titleBox p {
	/*font-family:Arial-ItalicMT;*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0.4px;
}

.hz-aboutHuiZe-article {
	width: 100%;
	max-width: 530px;
	margin-top: 35px;
}

.hz-aboutHuiZe-article p {
	/*font-family:ArialMT;*/
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: #424242;
	margin-top:30px;
	text-align: left;

}
.hz-aboutHuiZe-article p:first-child{
	margin-top: 0;
}

.hz-aboutHuiZe-btnBox{
	width: 200px;
	height: 40px;
	margin:63px 110px 0 290px;
	text-align: center;
	line-height: 40px;
	border: solid 1px rgba(44, 153, 222, 1);
}
.hz-aboutHuiZe-btnBox a{
	display: block;
	/*font-family:ArialMT;*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40 px;
	letter-spacing: 0.2px;
	color: #2c99de;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-aboutHuiZe-btnBox a:hover{
	background:#2c99de;
	color: white;
}

.plus-btn {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .plus-btn .bar {
        -webkit-transition: .24s cubic-bezier(.3,.74,.5,.93);
        transition: .24s cubic-bezier(.3,.74,.5,.93);
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 2px;
        background-color:#2c99de;
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
    }

    .plus-btn .bar--01 {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .plus-btn .bar--02, .plus-btn .bar--03 {
        width: 9px;
    }

    .plus-btn .bar--03 {
        margin-left: 8px;
    }

    .plus-btn .bar--02, .plus-btn .bar--03 {
        width: 9px;
    }

.hover .plus-btn .bar--01, .js-hover:hover .plus-btn .bar--01 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #FFFFFF;
}

.hover .plus-btn .bar--02, .js-hover:hover .plus-btn .bar--02 {
    margin-left: 9px;
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.hover .plus-btn .bar--03, .js-hover:hover .plus-btn .bar--03 {
    margin-left: 9px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
}




.hz-aboutHuiZe-img{
	width:57.5%;
	max-width:690px;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 9;
}
.hz-aboutHuiZe-img img{
	width: 100%;
	height:auto;
}
.hz-aboutHuiZe-blueslip {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(44, 153, 222, 1);
}
/*news*/
.hz-news{
	width: 100%;
}
.hz-news-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 80px;
}
.hz-news-title{
	width: 100%;
	color: #2c99de;
	overflow: hidden;
}
.hz-news-title *{
	display: inline-block;
	vertical-align: middle;
}
.hz-news-title-news{
	/*font-family:Arial-BoldItalicMT;*/
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.2px;
	
}
.hz-news-title hr{
	width:80%;
	height: 2px;
	margin-right: 11px;
	margin-left: 30px;
	background-color: rgba(44, 153, 222, 1);
}
.glyphicon-menu-right{
	font-size: 30px;
}
.hz-news-title-more{
	
	float: right;
}
.hz-news-title-more a {
    /*font-family: ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0.1px;
}
/*news list*/
.hz-news-listWrap {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin-top: 83px;
}
.hz-news-listBox{
	width: 100%;
	max-width:550px;
	height: 185px;
	float: left;
    position:relative;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 11px;
	padding-top: 30px;
	padding-right: 17px;
	color: #1a1a1a;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hz-news-listNumber{
	float: left;
	padding: 0 24px;
	/*font-family:ArialMT;*/
	font-size: 44px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-news-listContant{
	float: left;
    width:410px;
}
.hz-news-listHead{
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hz-news-listTitle{
	float: left;
}
.hz-news-listTitle h6{
	margin-top: 10px;
}
.hz-news-listMore{
	float: right;
    position:absolute;
    top:30px;
    right:17px;
}

.hz-news-listMore a {
    /*font-family:﻿ArialMT;*/
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #262626;
}
.hz-news-listContant p {
    width: 100%;
    height: 50px;
    max-width: 430px;
    margin-top: 30px;
}

.hz-news-listBox:hover{
	border-bottom-color: rgba(44, 153, 222, 1);
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-moz-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-ms-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	-o-box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);
	box-shadow: 0px 5px 28.5px 1.5px rgba(33, 33, 33, 1);	
}

.hz-news-listBox:hover .hz-news-listNumber{
	color: #2c99de;
}
.hz-news-listBox:hover .hz-news-listHead{
	color: #2c99de;
}

/* 公共脚部 */
.hz-footer{
	width: 100%;
	background-color: rgba(36, 40, 43, 1);
	color: white;
}
.hz-footer>hr{
	margin: 0;
}
.hz-footer-topWrap {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}

.hz-footer-top-left{
	float: left;
	width: 50%;
	max-width: 600px;
	margin-top: 30px;
	padding-right:30px;
}
.hz-footer-top-leftTitle *{
	display: inline-block;
	vertical-align: middle;
}
.hz-footer-top-leftTitle h3{
	/*font-family:Arial-BoldItalicMT;*/
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.3px;
}
.hz-footer-top-leftTitle hr {
    width: 70%;
    max-width: 400px;
    height: 1px;
    margin-left: 13px;
    background-color: rgba(255, 255, 255, 1);
}
.hz-footer-top-leftmsg{
	float: left;
}
.hz-footer-top-leftmsg div i{
	font-size: 20px;
}
.hz-footer-top-leftAddress{
	margin-top:15px;
}
.hz-footer-top-leftAddress:first-child{
	margin-top: 0;
}
.hz-footer-top-leftAddress *{
	display: inline-block;
	vertical-align:top;
}
.hz-footer-top-leftAddress b{
	margin-left:21px;
    font-weight:normal;
    width:82%;
}
.hz-footer-top-leftAddress b a{
    color:white;
}
.hz-footer-top-leftQRcode{
	float: right;
	
}

.hz-footer-top-right{
	float:right;
	width: 50%;
	max-width: 600px;
	height:270px;
	position: relative;
}
.map-mengban{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(36, 40, 43,1);
	opacity: 0.8;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}
#map{
	width: 100%;
	height: 270px;
	background: white;
}

/*脚步分享链接*/
.hz-footer-Friendship-link{
	width: 1200px;
	margin: 0 auto;
}
.hz-footer-Friendship-link-left{
	float: left;
}
.hz-footer-Friendship-link-left p a{
    color:white
}
.hz-footer-Friendship-link-right {
    float: right;
}
.hz-footer-Friendship-link-rightIcon{
	width: 40px;
	height: 40px;
	float: left;
	margin: 21px 2px;
	padding: 7px;
	border: 1px solid white;
}
.hz-footer-Friendship-link-rightIcon:first-child{
	border:7px solid rgba(0, 156, 255, 1);
}


/*左侧蓝色固定连接*/
.hz-fixlink{
	width: 45px;
	height: 183px;
	position: fixed;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.hz-fixlink>div{
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin-top: 1px;
}
    .hz-fixlink > div > a > img {
        width: 100%;
        height: 100%;   
    }
/*返回顶部*/
#scrolltop{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom:40px;
	right: 40px;
	z-index: 99;
}
#scrolltop img{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1280px) {
	.container-fluid {
		padding: 0 15px !important;
	}
	
	.hz-products{
		width: 100%;
	}
	.hz-aboutHuiZe-wrap{
		width: 100%;
	}
    .hz-aboutHuiZe-article{
        width:550px;
    }
    .hz-news-wrap {
        width: 100%;
    }
	.hz-footer-topWrap{
		width: 100%;
	}
	.hz-footer-Friendship-link{
		width: 100%;
		padding: 10px;
	}
	
}
@media only screen and (max-width:1024px) {
	.hz-search-img{
		right:90px;
	}
	.navbar-header{
		width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		top: 100px;
		left: 0;
		z-index: 99;
		background: white;	
	}
	.navbar-nav>li{
		float: none;
	}
	.navbar-nav>li>a{
		padding-top: 20px;
		padding-bottom:20px;
	}
	.navbar-toggle{
		display: block !important;
		margin-top: 20px;
	}


    .hz-products-showbox {
        width: 30%;
    }
    .hz-products-showbox:nth-of-type(odd) {
        margin-top: 0px;
    }
    .hz-products-showbox:nth-of-type(even) {
        margin-top: 0px;
    }
    .hz-news-listBox {
        float: none !important;
        margin: 0 auto;
    }
	.hz-news-wrap{
		width: 100%;
	}
	.hz-aboutHuiZe-titleBox{
		margin: 0 auto;
	}
	.hz-aboutHuiZe-article{
		margin: 0 auto;
		margin-top: 35px;
	}
	.hz-aboutHuiZe-img{
		display: none;
	}
	.hz-aboutHuiZe-btnBox{
		margin: 0 auto;
		margin-top: 63px;
	}
	.hz-news-title hr{
		width: 60%;
	}
	.hz-footer-top-left{
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		
	}
	.hz-footer-top-right{
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.hz-fixlink{
		display: none !important; 
	}
	
}
@media only screen and (max-width:992px) {
	.hz-products-showbox{
		width: 47%;
	}
}
@media only screen and (max-width:768px) {
    .hz-aboutHuiZe-article{
        width:100%;
    }
    .hz-aboutHuiZe-wrap{
        margin-top:0;
    }
}

@media only screen and (max-width:414px) {
	.hz-search-img{
		right:75px;
	}
	.navbar-brand{
		max-width: 200px;
	}
	.navbar-toggle{
		margin-right: 0;
	}
	.hz-search-img{
		display: none;
	}
    .hz-news-listContant {
        width:100%;
        margin-top:10px;
    }
    .hz-products-showbox {
        width: 100%;
        margin: 0;
    }
    .hz-products-showimg {
        width:100%;
        max-width:100%;
    }
    .hz-products-slip {
        display: none;
    }
	.hz-news-title hr{
		width: 20%;
	}
	.hz-news-listContant p{
		margin-top: 5px;
	}
	.hz-footer-top-leftmsg{
		float: none;
	}
	.hz-footer-top-leftQRcode{
		float: none;	
	
	}
    .hz-aboutHuiZe-article p{
        text-align:center;
    }
}
@media only screen and (max-width:360px) {
	
}

