.hb_top {
	height: 40px;
	background-color: rgb(244, 244, 244);
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.hb_top_con {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: space-between;
}

.hb_nav {
	height: 110px;
	align-items: center;
	justify-content: space-between;
}

.hb_logo {
	margin-right: 136px;
}

.hb_logo img {
	width: 86px;
	height: auto;
}

.hb_logo p {
	font-size: 28px;
}

.hb_mid {
	align-items: center;
}

.hb_mid li {
	margin-right: 20px;
}

.hb_mid li a {
	font-size: 16px;
}

.hb_right {
	background: url(../images/btbg.png) no-repeat;
	width: 190px;
	height: 50px;
	background-size: 100% 100%;
	color: #fff;
	justify-content: center;
}

.hb_right p {
	font-size: 20px;
	color: #fff;
}

.hb_right img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.hb_banner {
	width: 100%;
	height: 750px;
	background: url('../images/banner1.jpg') no-repeat;
}

.hb_banner_con {
	color: #fff;
}

.hb_banner_con p {
    line-height: 1;
	font-size: 100px;
	color: #fff;
}

.hb_banner_con p:nth-child(1) {
	padding-top: 160px;
	font-weight: bold;
}

.hb_banner_con p:nth-child(2) {
	margin-bottom: 30px;
}

.hb_banner_con span {
	font-size: 40px;
	margin-bottom: 50px;
	display: block;
}

.hx {
	background-color: #fff;
	width: 226px;
	height: 2px;
}

.hb_product {
	height: 1000px;
	background: url(../images/gsbj.jpg) no-repeat;
}

.hb_pro_tit {
	padding-top: 110px;
	margin-bottom: 90px;
}

.hb_pro_tit p {
	font-size: 32px;
	text-align: center;
	margin-bottom: 18px;
}

.hb_label {
	display: flex;
	width: 96px;
	margin: 0 auto;
	justify-content: space-between;
}

.hb_label span {
	width: 30px;
	height: 3px;
	display: block;

}

.hb_label span:nth-child(1) {
	background-color: #42C68D;
}

.hb_label span:nth-child(2) {
	background-color: #1BB6E5;
}

.hb_label span:nth-child(3) {
	background-color: #FFD200;
}

.hb_con_li {
	width: 275px;
	height: 340px;
	background-color: #F6F6F6;
	position: relative;
}

.hb_con_li a {
	display: block;
}

.hb_con_li a:hover img {
	transform: scale(1.1);
}

.hb_con_li img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding-top: 85px;
	margin-bottom: 50px;
	display: block;
	transition: 0.5s all;
}

.hb_con_li p {
	font-size: 25px;
	text-align: center;
}

.hb_con {
	justify-content: space-between;
}

.hb_con_li .hb_con_label {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #42C68D;
}

.hb_con .hb_con_li:nth-child(2) .hb_con_label {
	background-color: #FFD200;
}

.hb_con .hb_con_li:nth-child(3) .hb_con_label {
	background-color: #1BB6E5;
}

.hb_con .hb_con_li:nth-child(4) .hb_con_label {
	background-color: #F62A2A;
}

.hb_bot {
	margin-top: 90px;
	height: 195px;
	background-color: #F6F6F6;
	justify-content: space-between;
	align-items: center;
	padding: 45px 90px;
	box-sizing: border-box;
}

.hb_bot_li img {
	width: 106px;
	height: auto;
	margin-bottom: 24px;
	transition: 0.5s all;
}

.hb_bot_li img:hover {
	transform: translateY(-5px);
}

.hb_bot_li p {
	font-size: 20px;
	text-align: center;
}

.hb_about {
	height: 790px;
	background: url(../images/gsbj1.jpg);
	background-attachment: fixed;
}

.hb_a_c_ri {
	width: 600px;
	background-color: #fff;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 36px;

}

.hb_a_c_ri p {
	line-height: 2;
	font-size: 16px;
	text-indent: 2em;
}

.hb_a_c_ri a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	background: url(../images/an.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 70px;
}

.hb_cases {
	margin-bottom: 80px;
}

.hb_cases_li {
	width: 370px;
	height: 300px;
	position: relative;
}

.case_p {
	font-size: 18px;
	text-align: center;
	padding: 24px 0;
}

.hb_cases_con a {
	margin-right: 44px;
}

.hb_cases_con a:nth-child(3n) {
	margin-right: 0;
}

.hb_cases_con a:hover .cases_label {
	opacity: 1;
}

.hb_cases_con a:hover .case_p {
	color: #1bb6e2;
}

.hb_cases_con {
	flex-wrap: wrap;
}

.cases_label {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	bottom: 0;
	height: 100%;
	opacity: 0;
	transition: 0.2s ease-in;
}

.cases_label img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hb_news {
	background-color: #F4F4F4;
	height: 860px;
}

.hb_news_le {
	width: 600px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 30px;
}

.hnl_le {
	margin-right: 24px;
	width: 100px;
	text-align: center;
}

.hnl_le p {
	font-size: 32px;
	margin-bottom: 8px;
	color: #989898;

}

.hnl_le span {
	font-size: 15px;
	color: #989898;
}

.hbn_ri p {
	margin-top: -10px;
	font-size: 22px;
	margin-bottom: 18px;
}

.hbn_ri span {
	color: #999;
	line-height: 1.4;
}

.hb_news_li {
	border-bottom: 1px dashed #dbd4cd;
	padding-top: 40px;
	padding-bottom: 30px;
}

.hb_news_li:last-child {
	border-bottom: none;
}

.hb_news_ri img {
	width: 560px;
	height: 466;
}

.hb_news_ri a {
	position: relative;
	display: block;
}

.hb_news_label {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
}

.hb_news_label p{
    color: #fff;
    line-height: 50px;
}

.hbn_ri p:hover a {
	color: #1bb6e2;
}

.hb_scrool {
	height: 210px;
	line-height: 210px;
}

.hb_scrool_con li {
	width: 180px;
}

.hb_footer {
	box-sizing: border-box;
	background-color: #0B4553;
	height: 347px;
	position: relative;
}

.hb_footer {
	padding-top: 50px;
}

.hb_footer_1_le img {
	width: 86px;
	height: auto;
}

.hb_f1le_one {
	margin-bottom: 46px;
}

.hb_f1le_one p {
	color: #fff;
	font-size: 28px;
	margin-left: 4px;
}

.hb_f1le_two p {
	color: rgb(217, 217, 217);
	margin-bottom: 8px;
}

.hb_f1le_two span {
	font-size: 28px;
	color: rgb(255, 210, 0);
	margin-bottom: 8px;
	display: block;
}

.hb_f1le_two h1 {
	font-size: 14px;
	color: rgb(217, 217, 217);
}

.hb_footer_1 {
	justify-content: space-between;
}

.hb_footer_1_le {
	margin-right: 140px;
}

.hb_footer_1_mid {
	width: 640px;
}

.hb_f_1_m_top {
	margin-top: 10px;
	margin-bottom: 76px;
}

.hb_f_1_m_top li a {
	font-size: 16px;
	color: #fff;
	margin-right: 60px;
}

.hb_f_1_m_bot p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.hb_f_1_m_bot_con {
	flex-wrap: wrap;
}

.hb_f_1_m_bot_con a {
	color: #999;
	margin-right: 36px;
	margin-bottom: 10px;
}

.hb_footer_1_ri img {
	width: 107px;
	height: 107px;
}

.hb_footer_1_ri p {
	color: #fff;
	text-align: center;
	margin-top: 16px;
}

.hb_footer_2 {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgb(49, 103, 115);
}