@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Akrobat-Black";
	src: url("../fonts/Akrobat-Black.woff2") format("woff2"), url("../fonts/Akrobat-Black.woff") format("woff"), url("../fonts/Akrobat-Black.ttf") format("truetype"), url("../fonts/Akrobat-Black.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

.header_wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #ffffff;
	z-index: 99999;
}

.header_wrapper .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: #ffffff;
}

.header_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_content.hd_bottom {
	height: 100px;
}

.header_content .logo a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 100px;
}

.header_content .logo {
	height: auto
}

.header_content .logo div {
	width: 173px;
	height: 51px;
	-o-object-fit: contain;
	object-fit: contain;
	background: url(../images/logo.png)no-repeat center center;
}

.header_content .naim_nav {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	height: inherit
}

.header_content .naim_nav ul {
	display: flex;
	height: inherit
}

.header_content .naim_nav ul li {
	margin-left: 40px;
	width: 96px;
	height: 100%;
	display: flex;
	align-items: center;
}

.header_content .naim_nav ul li a {
	font-size: 16px;
	line-height: 1;
	color: #333333;
	font-family: SourceHanSansCN-Regular;
	display: block;
	padding: 9px 0;
	text-align: center;
	width: 100%;
}

.header_content .naim_nav ul li:hover a,
.header_content .naim_nav ul li.active a {
	color: #ffffff;
	background-color: #ac1d2f;
	border-radius: 17px;
}

.m_header {
	display: none
}


/**/

.header_wrapper.active {
	height: 0;
}

.header_wrapper.active .header {
	background: rgba(255, 255, 255, 0);
}

@media (max-width: 1399px) {
	.header_content {
		width: 1160px;
	}
}

@media (max-width: 1199px) {
	.header_content {
		width: 950px
	}
	.header_content .naim_nav ul li {
		margin-left: 20px;
	}
	.header_content .naim_nav ul li a {
		font-size: 14px;
	}
}

@media (max-width: 990px) {
	.header_content {
		width: 100%;
		padding: 0 2%;
	}
	.header_wrapper {
		display: none!important;
	}
	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0
	}
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #ffffff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999999
	}
	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.sp_nav span {
		display: block;
		background: #777777;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 50;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 50px
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px);
	}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
}


/*导航结束*/

.hyzb_banner {
	width: 100%;
}
.hyzb_banner_ny {
    margin-top: 100px;
}
.hyzb_banner img {
	max-width: 100%;
	max-height: 100%;
}
.hyzb_home_about{
	padding: 156px 0 60px;
	position: relative;
}
.hyzb_w1200{
	width: 1200px;
	margin: 0 auto;
}
.flex_sb_fs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.hyzb_home_about_left{
	width: 463px;
	height: auto;
}
.hyzb_home_about_right{
	width: calc(100% - 573px);
	height: auto;
}
.hyzb_home_about_right img{
	width: 100%;
	height: 100%;
}
.hyzb_title h1{
	font-family: Akrobat-Black;
	font-size: 36px;
	line-height: 1;
	color: #e6e6e6;
}
.hyzb_title h2{
	font-size: 30px;
	line-height: 1;
	color: #ac1d2f;
	padding: 20px 0;
}
.hyzb_title span{
	width: 59px;
	height: 2px;
	background-color: #ac1d2f;
	display: block;
}
.hyzb_home_about_left p{
	font-size: 14px;
	line-height: 1.9;
	color: #666666;
	margin: 32px 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.hyzb_more_a a{
	font-size: 14px;
	line-height: 1;
	color: #666666;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #aeaeae;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hyzb_more_a a b{
	display: block;
	width: 20px;
	height: 10px;
	margin-left: 20px;	
	background: url(../images/hyzb_more_a.png)no-repeat center center;
}
.hyzb_more_a a:hover{
	border: solid 1px #ac1d2f;
	background-color: #ac1d2f;
	color: #FFFFFF;
}
.hyzb_more_a a:hover b{
	background: url(../images/hyzb_more_active.png)no-repeat center center;
}
.hyzb_home_about_top{
	position: absolute;
	top: -93px;
	left: 0;
	right: 0;
	height: 173px;
	background-color: #ffffff;
	box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.08);
}
.hyzb_home_about_top .hyzb_w1200{
	padding: 0 100px;
    height: 100%;		
}
.flex_sb_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hyzb_home_about_top li {
    text-align: center;
}
.hyzb_home_about_top li h1 {
    font-size: 60px;
    line-height: 1;
    color: #ac1d2f;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.hyzb_home_about_top li h1 em {
    position: absolute;
    font-weight: normal;
    top: 0;
    right: -15px;
    line-height: 0.8;
    font-size: 14px;
}
.hyzb_home_about_top li:first-child h1 em {
    font-size: 20px;
}
.hyzb_home_about_top li p {
    font-size: 18px;
    line-height: 1;
    color: #727272;
    margin-top: 25px;
}
.hyzb_home_about_top li:nth-child(2),
.hyzb_home_about_top li:nth-child(4) {
    width: 1px;
	height: 61px;
	background-color: #d1d1d1;
}

.hyzb_home_business{
	padding: 80px 0 84px;
	background-color: #f6f6f6;
}
.hyzb_home_business .hyzb_more_a{
	margin-top: 35px;
}
.hyzb_home_businessul{
	margin-top: 30px;
}
.hyzb_home_businessul li{
	width: 373px;
	height: 418px;
	background-color: #ffffff;
	position: relative;
}
.hyzb_home_businessul li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 27px 0 0 34px;
}
.hyzb_home_businessul_div{
	padding: 0 30px 24px 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 23px;
}
.hyzb_home_businessul_div h1{
	font-size: 18px;
	line-height: 1;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hyzb_home_businessul_div h1 span{
	width: 32px;
	height: 32px;
	margin-right: 15px;
	background-size: contain;
}
.hyzb_home_businessul_div em{
	width: 18px;
	height: 18px;
}
.hyzb_home_businessul li:hover .hyzb_home_businessul_div em{
	background: url(../images/hyzb_home_businessul_div.png)no-repeat center center;
}
.hyzb_home_businessul li:first-child .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul1.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:nth-child(2) .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul2.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:last-child .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul3.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:hover:first-child .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul11.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:hover:nth-child(2) .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul22.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:hover:last-child .hyzb_home_businessul_div h1 span{
	background: url(../images/hyzb_home_businessul33.png)no-repeat center center;
	background-size: contain;
}
.hyzb_home_businessul li:hover .hyzb_home_businessul_div h1{
	color: #ac1d2f;
}
.hyzb_home_businessul li p{
	font-size: 12px;
	line-height: 1.7;
	color: #666666;
	margin: 0 35px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.hyzb_home_businessul li .hyzb_home_businessul_img{
	position: absolute;
	right: 0;
	bottom: -23px;
	height: 210px;
	width: calc(100% - 34px);
}
.hyzb_home_businessul li .hyzb_home_businessul_img img{
	max-width: 100%;
	max-height: 100%;
}

.hyzb_home_service{
	padding: 60px 0 80px;
}
.hyzb_home_service .hyzb_title{
	text-align: center;
}
.hyzb_home_service .hyzb_title span{
	margin: 0 auto;
}
.hyzb_home_service_swiper{
	position: relative;
	margin-top: 40px;
}
.hyzb_home_service_swiper .swiper-slide{
	width: 100%;
	height: 231px;
	background-color: #f6f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.hyzb_home_service_swiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.hyzb_home_service_swiper .swiper-button-next, 
.hyzb_home_service_swiper .swiper-button-prev {
    width: 39px;
	height: 39px;
    margin-top: -20px;
    background-size: 39px 39px;
    outline: none;
}
.hyzb_home_service_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/hyzb_home_service_swiper_right.png)no-repeat center center;
    right: -90px;
}
.hyzb_home_service_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/hyzb_home_service_swiper_right.png)no-repeat center center;
	left: -90px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.hyzb_home_partner{
	padding: 60px 0 76px;
	background-color: #f6f6f6;
}
.hyzb_home_partner .hyzb_title{
	text-align: center;
}
.hyzb_home_partner .hyzb_title span{
	margin: 0 auto;
}
.hyzb_home_partner_swiper{
	position: relative;
	margin-top: 30px;
}
.hyzb_home_partner_swiper .swiper-slide{
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
}
.hyzb_home_partner_swiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.hyzb_home_partner_swiper .swiper-pagination {    
    width: 100%;
    bottom: -40px;
}
.hyzb_home_partner_swiper .swiper-pagination-bullet{
    width: 10px;
	height: 10px;
	border: solid 1px #ac1d2f;
    background: unset;
    opacity: 1;
    margin: 0 5px;
}
.hyzb_home_partner_swiper .swiper-pagination-bullet-active {
    background: #ac1d2f;
}
.foot{
	padding: 40px 0 20px;	
	background-color: #222222;
}
.foot_logo{
	padding-top: 17px;
	margin-right: 125px;
}
.foot_logo img{
	max-width: 100%;
	max-height: 100%;
}
.foot_center{
	width: 624px;
	height: auto;
}
.foot_center ul{
	padding-bottom: 16px;
	margin-bottom: 58px;
	border-bottom: 1px solid rgba(251,251,251,0.5);	
}
.foot_center li a{
	font-size: 14px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
}
.foot_center li span{
	width: 1px;
	height: 10px;
	background-color: #ffffff;
	opacity: 0.5;
	display: block;
}
.foot_center p{
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
}
.foot_erweima img{
	max-width: 100%;
	max-height: 100%;
}
.foot_erweima p{
	font-size: 12px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
	text-align: center;
	padding-top: 9px;
}
.hyzb_home_about_top li h1 span{
    display: block;
}

/*面包屑*/
.cd_p_tool {
    height: 80px;
    background-color: #ffffff;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.2);
    line-height: 38px;
    padding: 30px 0 12px;
}
.flex_fe_b {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cd_p_tool .cd_positon{
    color: #999999;
    line-height: 1;
}
.cd_p_tool .cd_positon a{
    color: #999999;
    font-size: 12px;
	line-height: 1;
}
.cd_p_tool .cd_positon em {
    display: inline-flex;
}
.cd_cateNavList ul li {
    display: inline-block;
    margin-right: 60px;
}
.cd_cateNavList ul li a{
    font-size: 18px;
	line-height: 1;
	color: #808080;
	width: 80px;
	display: inline-block;
}
.cd_cateNavList ul li.hover a,
.cd_cateNavList ul li:hover a{
    color: #333333;
    font-size: 20px;
	font-weight: bold;
    cursor: pointer;
}
.cd_cateNavList ul li.hover a:after,
.cd_cateNavList ul li:hover a:after{
	content: "";
    width: 64px;
	height: 2px;
	background-color: #ac1d2f;
	display: block;
    margin-top: 10px;
}
.wap_cateList {
    display: none;
}
/*首页*/
@media (max-width:1399px) {
.hyzb_w1200 {
	width: 1160px;
}
.hyzb_home_service_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.hyzb_home_service_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
.hyzb_home_about {
    padding: 120px 0 60px;
}
.hyzb_home_about_top {
    height: 150px;
}
.hyzb_home_business {
    padding: 55px 0 84px;
}
.hyzb_home_service {
    padding: 45px 0;
}
.hyzb_home_partner {
    padding: 45px 0 70px;
}
.foot {
    padding: 40px 0;
}
}

@media (max-width:1199px) {
.hyzb_w1200 {
	width: 950px
}
.hyzb_home_about_left {
    width: 48%;
}
.hyzb_home_about_right {
    width: calc(100% - 50%);
}
.hyzb_home_businessul li {
    width: 32%;
    height: auto;
}
.hyzb_home_businessul li a {
    padding: 20px 0 166px 30px;
}
.hyzb_home_businessul li .hyzb_home_businessul_img {
    bottom: -20px;
    height: auto;
    width: calc(100% - 30px);
}
.hyzb_home_businessul_div {
    padding: 0px 30px 15px 0;
    margin-bottom: 15px;
}
.hyzb_home_businessul li p {
    margin: 0 30px 0 0;
}
.hyzb_home_business {
    padding: 40px 0 70px;
}
.hyzb_home_about_left p {
    margin: 20px 0;
}
.hyzb_home_about {
    padding: 100px 0 40px;
}
.hyzb_home_service {
    padding: 40px 0;
}
.hyzb_home_partner {
    padding: 40px 0 65px;
}
.hyzb_title h2 {
    padding: 15px 0;
}
.hyzb_home_service {
    padding: 20px 0 30px;
}
.hyzb_home_service_swiper {
    margin-top: 25px;
}
.hyzb_home_partner {
    padding: 30px 0 65px;
}
.cd_cateNavList ul li {
    margin-right: 40px;
}
}

@media (max-width:990px) {
.hyzb_w1200 {
	width: 100%;
	padding: 0 2%;
}
.hyzb_home_about_top {
    height: auto;
    margin: 0 30px;
    width: calc(100% - 60px);
    top: -55px;
}

.hyzb_home_about_top .hyzb_w1200{
    padding: 25px 50px;
}
.hyzb_home_about_top li h1 {
    font-size: 44px;
    line-height: 0.8;
}
.hyzb_home_about_top li p {
    font-size: 16px;
    margin-top: 15px;
}
.hyzb_home_about_left p {
    -webkit-line-clamp: 100;
}
.hyzb_home_about .flex_sb_fs{
	align-items: center;
}
.hyzb_home_businessul li {
    width: 100%;
    margin-bottom: 15px;
}
.hyzb_home_businessul li .hyzb_home_businessul_img{
	position: static;
    width: 100%;
    margin-top: 10px;
}
.hyzb_home_businessul li a {
    padding: 20px 30px;
}
.hyzb_home_business {
    padding: 30px 0;
}
.foot_logo {
    padding-top: 0;
    padding-bottom: 30px;
    /*width: 100%;*/
}
.foot_center ul {
    margin-bottom: 20px;
}
.hyzb_home_businessul li p {
    -webkit-line-clamp: 100;
}
/**/
.cd_p_tool .cd_positon a {
    font-size: 12px;
}
.cd_cateNavList ul li.hover a, .cd_cateNavList ul li:hover a {
    font-size: 16px;
}
.cd_cateNavList ul li a {
    font-size: 14px;
}
.cd_cateNavList ul li {
    margin-right: 20px;
}
.hyzb_banner_ny {
    margin-top: 0;
}
}

@media (max-width:767px) {	
.hyzb_home_about_left,
.hyzb_home_about_right {
    width: 100%;
}
.hyzb_home_about_right{
    margin-top: 20px;
}
.hyzb_home_about_top {
    margin: 10px auto 0;
    width: calc(100% - 30px);
    top: 0;
    position: static;
}

.hyzb_home_about_top .hyzb_w1200{
    padding: 16px 20px;
}
.hyzb_home_about_top li:nth-child(2), .hyzb_home_about_top li:nth-child(4){
    width: 20%;
    height: 1px;
    margin: 10px auto;    
}
.hyzb_home_about_top li{
	width: 100%;
}
.hyzb_home_about_top li h1 {
    font-size: 30px;
}
.hyzb_home_about_top li p {
    font-size: 14px;
    margin-top: 8px;
}
.hyzb_home_about {
    padding: 20px 0;
}
.hyzb_title h1 {
    font-size: 30px;
    line-height: 0.8;
}
.hyzb_title h2 {
    padding: 10px 0;
    font-size: 20px;
}
.hyzb_home_about_left p {
    margin: 8px 0;
    font-size: 14px;
}
.hyzb_more_a a {
    font-size: 12px;
    width: 100px;
    height: 30px;
}
.hyzb_more_a a b {
    width: 12px;
    margin-left: 7px;
	background-size: contain;
}
.hyzb_more_a a:hover b {
	background-size: contain;
}
.hyzb_home_business {
    padding: 20px 0;
}
.hyzb_home_businessul {
    margin-top: 15px;
}
.hyzb_home_businessul li a {
    padding: 20px 15px;
}
.hyzb_home_businessul_div h1 span {
    width: 20px;
    height: 20px;
}
.hyzb_home_businessul_div h1 {
    font-size: 16px;
}
.hyzb_home_businessul_div {
    padding: 0px 0 8px 0;
    margin-bottom: 11px;
}
.hyzb_home_businessul li p {
    margin: 0;
}
.hyzb_home_businessul li {
    margin-bottom: 12px;
}
.hyzb_home_businessul li:last-child{
    margin-bottom: 0;
}
.hyzb_home_service {
    padding: 20px 0;
}
.hyzb_home_service_swiper .swiper-button-next, .hyzb_home_service_swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    margin-top: -10px;
    background-size: 26px 26px;
}
.hyzb_home_service_swiper {
    margin-top: 15px;
}
.hyzb_home_partner {
    padding: 20px 0 50px;
}
.hyzb_home_partner_swiper {
    margin-top: 20px;
}
.hyzb_home_partner_swiper .swiper-slide {
    height: 100px;
}
.foot_logo {
    padding-bottom: 17px;
}
.foot_center li a {
    font-size: 13px;
}
.foot_center ul {
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.foot_center p {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
}
.foot_erweima {
    padding-top: 12px;
    width: 100%;
    text-align: center;
}
.foot {
    padding: 20px 0;
}
/*面包屑*/
	.cd_p_tool {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding: unset;
	}
	.wap_cateList {
		display: block;
		padding: 5px 0;
		border: 1px solid #eeeeee;
		width: 98%;
		margin: 10px auto;
		box-shadow: 0 2px 1px #eeeeee;
		background: #fefefe
	}
	.wap_cateList .wap_cateMain {
		padding: 0 10px;
		font-size: 15px;
		color: #555555;
		font-weight: bold
	}
	.wap_cateList .wap_cateMain em {
		font-size: 22px;
		font-weight: bold
	}
	.wap_cateList ul {
		display: none;
		border-top: 1px solid #eeeeee;
		margin-top: 2px
	}
	.wap_cateList ul li {
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px;
	}
	.wap_cateList ul li a {
		display: block;
		padding: 0 15px
	}
	.wap_cateList ul li.hover {
		background: #ac1d2f;
		color: #ffffff
	}
	.cd_cateNavList {
		display: none
	}
	.cd_p_tool .cd_positon {
	    line-height: 40px;
	}
	.wap_cateList .wap_cateMain.flex_fe_b {
	    align-items: center;
	}
}


/*加入我们*/
.hszb_jrwm{
	padding: 66px 0 72px;
}
.hszb_jrwm_title{
	text-align: center;
}
.hszb_jrwm_title h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
}
.hszb_jrwm_title h2{
	font-size: 12px;
	line-height: 1;
	padding-top: 16px;
	color: #000000;
}
.care_ul{
	margin-top: 12px;
}

.care_ul li {
    margin-bottom: 20px;
}
.care_ul .care_title {
    padding: 0 30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
	background: #fafafa;
	border-radius: 4px;
    font-size: 18px;
	line-height: 1;
	color: #666666;
}
.care_ul li.active .care_title {
    background: #ac1d2f;
    color: #fff;
	font-weight: bold;
}
.care_ul .care_title .care_detail {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
	line-height: 1;
	color: #666666;
	font-weight: lighter;
}
.care_ul li.active .care_title .care_detail {
	color: #FFFFFF;
}
.care_ul .care_title .icons {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    background: url(../images/care1.png) no-repeat center center/100% 100%;
    margin-left: 10px;
    transition: .3s;
}
.care_ul li.active .icons {
    background: url(../images/care2.png) no-repeat center center/100% 100%;
}
.care_ul .care_body {
    display: none;
    background: #fafafa;
    padding: 30px;
    transition: .4s;
}
.care_ul li.active .care_body {
    display: block;
}
.care_ul .care_body p {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.care_ul .care_body p strong {
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}
.care_ul .care_body h6 {
    font-size: 14px;
	line-height: 1;
	color: #ac1d2f;
}

@media (max-width:1399px) {
.hszb_jrwm {
    padding: 50px 0;
}
}

@media (max-width:1199px) {
.hszb_jrwm {
    padding: 40px 0;
}
}

@media (max-width:767px) {
.care_ul .care_title {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 15px;
}
.care_ul .care_title .care_detail {
    font-size: 12px;
}
.care_ul .care_body {
    padding: 15px 20px;
}
.care_ul .care_body p strong {
    font-size: 14px;
}
.care_ul .care_body p {
    line-height: 1.8;
    font-size: 12px;
}
.hszb_jrwm {
    padding: 32px 0;
}
}

.hszb_lxwm{
	padding: 85px 0 87px;
}
.hszb_lxwm_left{
	width: calc(100% - 400px);	
	height: auto;
}
.hszb_lxwm_right{
	width: 350px;
}
#map {
    width: 100%;
    height: 550px;
}
.hszb_lxwm_right p{
	font-size: 14px;
	line-height: 2.5;
	color: #201c1c;
}
.hszb_lxwm_right h1{	
	font-size: 14px;
	line-height: 2.5;
	font-weight: bold;
	color: #ac1d2f;
}
.hszb_lxwm_right_img{
	margin-top: 70px;
	width: 140px;
	height: 140px;
	padding: 8px;
	box-shadow: 0px 7px 21px 0px 
		rgba(0, 0, 0, 0.08);
}
.hszb_lxwm_right_img img{
	width: 100%;
	height: 100%;
}
@media (max-width:1399px) {
	.hszb_lxwm {
    padding: 55px 0;
}
}

@media (max-width:1199px) {
.hszb_lxwm_right {
    width: 270px;
}
.hszb_lxwm_left {
    width: calc(100% - 310px);
}
#map {
    height: 400px;
}
}

@media (max-width:990px) {
.hszb_lxwm {
    padding: 40px 0;
}
.hszb_lxwm_right_img {
    margin-top: 30px;
}
.hszb_lxwm_right {
    width: 245px;
}
.hszb_lxwm_left {
    width: calc(100% - 270px);
}
}

@media (max-width:767px) {	
.hszb_lxwm_right {
    width: 100%;
    margin-top: 15px;
}
.hszb_lxwm_left {
    width: 100%;
}
.hszb_lxwm {
    padding: 20px 0;
}
#map {
    height: 290px;
}
.hszb_lxwm_right h1,
.hszb_lxwm_right p {
    line-height: 1.8;
}
.hszb_lxwm_right_img {
    margin-top: 10px;
}
}



.hszb_xwzx_cream{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.08);
	padding: 28px 0 10px;
	text-align: center;
	margin-bottom: 16px;
}
.hszb_xwzx_cream p{
	font-size: 12px;
	line-height: 1;
	color: #333333;
	padding-top: 12px;
}
.hszb_xwzx_cream h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}
.hszb_xwzx_xq_body{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 1px 2px 3px 0px 
		rgba(0, 0, 0, 0.14);
	padding: 34px 0 0;
}
.hszb_xwzx_xq_body p{
	font-size: 14px;
	line-height: 2;
	color: #1a1a1a;
	padding-bottom: 20px;
}
.hszb_xwzx_xq_body div{
	padding: 0 34px;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1{
	padding: 20px;
	margin-top: 49px;
	border-top: 1px solid #808080;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a{
	font-size: 14px;
	line-height: 1;
	color: #1a1a1a;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a span{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	background: url(../images/hszb_xwzx_xq_body_1.png)no-repeat center center;	
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a:first-child span{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a em{	
	color: #808080;
}
.hszb_xwzx_xq_body p img{
    max-width: 100%;
    max-height: 100%;
}
@media (max-width:767px) {	
.hszb_xwzx_xq_body {
    padding: 20px 0 0;
}
.hszb_xwzx_xq_body div {
    padding: 0 20px;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 {
    margin-top: 10px;
    padding: 20px 10px;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a span{
	display: none;
}
.hszb_xwzx_xq_body .hszb_xwzx_xq_body_1 a {
    line-height: 1.5;
}
}



.hszb_xwzx{
	padding-top: 30px;
}
.hszb_xwzx_1 li{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.hszb_xwzx_1 li:hover{	
	background-color: #fafafa;
}
.hszb_xwzx_1 li a{
	height: auto;
	border-bottom: 1px solid #cccccc;
	padding: 46px 0 42px;
}
#pagesize{
	margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pagesize ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#pagesize a {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
    display: block;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin: 0 6px;
}
#pagesize a.family {
    width: auto;
    padding: 0 12px;
}
#pagesize a.active,
#pagesize a:hover{
	border: solid 1px #ac1d2f;
	color: #FFFFFF;
	background-color: #ac1d2f;
}
.hszb_xwzx_img{
	width: 360px;
	height: auto;
}
.hszb_xwzx_img img{
	width: 100%;
	height: 100%;
}
.hszb_xwzx_text{
	width: calc(100% - 404px);
	height: auto;
}
.hszb_xwzx_text h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}
.hszb_xwzx_text h2{
	font-size: 12px;
	line-height: 1;
	color: #999999;
	padding: 16px 0 20px;
}
.hszb_xwzx_text p{
	font-size: 14px;
	line-height: 1.7;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hszb_xwzx_text h6{
	width: 80px;
	height: 24px;
	background-color: #ac1d2f;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 43px;
}
@media (max-width:990px) {
	.hszb_xwzx_1 li a {
    padding: 30px 2%;
}
.hszb_xwzx_text {
    width: calc(100% - 365px);
}
.hszb_xwzx_img {
    width: 340px;
}
.hszb_xwzx_text h6 {
    margin-top: 24px;
}
.hszb_xwzx_1 li a.flex_sb_fs{
	align-items: center;
}
}

@media (max-width:767px) {
.hszb_xwzx_1 li a {
    padding: 20px 2%;
}
.hszb_xwzx_img {
    width: 100%;
    margin-bottom: 12px;
}
.hszb_xwzx_text {
    width: 100%;
}
.hszb_xwzx {
    padding-top: 10px;
}
.hszb_xwzx_text h1 {
    font-size: 14px;
}
.hszb_xwzx_text h2 {
    padding: 8px 0;
}
.hszb_xwzx_text p {
    font-size: 12px;
    -webkit-line-clamp: 100;
}
.hszb_xwzx_text h6 {
    margin-top: 15px;
}
}

.hszb_hyfw{
	padding: 93px 0 98px;
}
.hszb_hyfw_1 li{
	margin-bottom: 60px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.2);
}
.hszb_hyfw_1 li:last-child{
	margin-bottom: 0;
}
.hszb_hyfw_1 li:nth-child(even).flex_sb_c{
	flex-direction: row-reverse;
}
.hszb_hyfw_1_img{
	width: 446px;
	height: auto;
	background-color: #ac1d2f;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.2);
	position: relative;
}
.hszb_hyfw_1_img img{
	width: 100%;
	height: 100%;
}
.hszb_hyfw_1_img_posi{
	position: absolute;
	top: 50px;
	left: 30px;
	right: 30px;
	text-align: left;
}
.hszb_hyfw_1_img_posi h1{
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.hszb_hyfw_1_img_posi span{
	width: 123px;
	height: 5px;
	background-color: #ffffff;
	margin: 20px 0;	
    display: inline-block;
}
.hszb_hyfw_1_img_posi h2{
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
}
.hszb_hyfw_1 li:nth-child(even) .hszb_hyfw_1_img_posi{
	text-align: right;
}
.hszb_hyfw_1_text{
	width: calc(100% - 446px);
	height: auto;
}
.hszb_hyfw_1_text1{
	padding: 0 35px 0 42px;
}
.hszb_hyfw_1_text1 p{
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_1{
	margin-top: 44px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_img{
	width: 128px;
	height: auto;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_img img{
	max-width: 100%;
	max-height: 100%;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text{
	width: calc(100% - 142px);
	height: auto;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p{
	width: 148px;
	height: 50px;
	background-color: #ac1d2f;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:first-child,
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:nth-child(2),
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:nth-child(3){
	margin-bottom: 77px;
}
.hszb_hyfw_1_text_left{
	width: calc(100% - 310px);
	height: 282px;	
	background-color: #ac1d2f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hszb_hyfw_1_text_left p{
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	padding: 0 35px;
}
.hszb_hyfw_1_text_right{
	width: 310px;
	height: auto;
}
.hszb_hyfw_1_text_right li{
	width: 100%;
	height: 60px;
	margin-bottom: 14px;
	box-shadow: unset;
	padding: 0 73px 0 38px;
	text-align: center;
	background: url(../images/hszb_hyfw_1_text_right.png)no-repeat center center;	
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hszb_hyfw_1_text_ul{
	margin-left: 75px;
}
.hszb_hyfw_1_text_ul p{
	font-size: 14px;
	line-height: 3.5;
	color: #333333;
	width: 238px;
}
.hszb_hyfw_1_text_ul span{
	width: 1px;
	height: 307px;
	background-color: #ac1d2f;
	display: block;
	margin-right: 17px;
}
.hszb_hyfw_1_text_ul_li{
	width: 320px;
	height: auto;
}
.hszb_hyfw_1_text_ul_li h1{
	width: 100%;
	height: 60px;
	background-color: #ac1d2f;
	padding-right: 30px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 26px;
}
.hszb_hyfw_1_text_ul_li h6{
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
}
@media (max-width:1399px) {
.hszb_hyfw {
    padding: 60px 0;
}
.hszb_hyfw_1 li {
    margin-bottom: 40px;
}
.hszb_hyfw_1_text_right li {
    margin-bottom: 14px;
}
}

@media (max-width:1199px) {
	.hszb_hyfw_1_img {
    width: 400px;
}
.hszb_hyfw_1_img_posi {
    top: 40px;
    left: 25px;
    right: 25px;
}
.hszb_hyfw_1_img_posi h1 {
    font-size: 32px;
}
.hszb_hyfw_1_img_posi h2 {
    font-size: 20px;
}
.hszb_hyfw_1_img_posi span {
    margin: 15px 0;
}
.hszb_hyfw_1_text {
    width: calc(100% - 400px);
}
.hszb_hyfw_1_text1 {
    padding: 0 15px 0 30px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_img {
    width: 90px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text {
    width: calc(100% - 110px);
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p {
    width: 31%;
    height: 40px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:first-child, .hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:nth-child(2), .hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p:nth-child(3) {
    margin-bottom: 20px;
}
.hszb_hyfw {
    padding: 45px 0;
}
.hszb_hyfw_1 li {
    margin-bottom: 30px;
}
.hszb_hyfw_1_text_right li {
    margin-bottom: 14px;
}
.hszb_hyfw_1_text_right {
    width: 45%;
}
.hszb_hyfw_1_text_right li {
    padding: 0 30px 0 15px;
    background: url(../images/hszb_hyfw_1_text_right.png)no-repeat center right;
}
.hszb_hyfw_1_text_left {
    width: 55%;
}
.hszb_hyfw_1_text_ul p {
    width: 40%;
    line-height: 2;
}
.hszb_hyfw_1_text_ul_li {
    width: 50%;
}
.hszb_hyfw_1_text_ul {
    margin-left: 45px;
}
.hszb_hyfw_1_text_ul_li h1 {
    margin-bottom: 15px;
}
.hszb_hyfw_1_text_ul_li h6 {
    line-height: 1.5;
}
.hszb_hyfw_1_text_ul span {
    height: 270px;
}
}

@media (max-width:990px) {
.hszb_hyfw_1_img {
    width: 300px;
}
.hszb_hyfw_1_text {
    width: calc(100% - 300px);
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_1 {
    margin-top: 10px;
}
.hszb_hyfw_1_text1 p {
    font-size: 12px;
    line-height: 1.7;
    color: #333333;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p {
    font-size: 12px;
    padding: 0 8px;
}
.hszb_hyfw_1_text_left {
    height: 215px;
}
.hszb_hyfw_1_text_left p {
    font-size: 12px;
    line-height: 2;
    padding: 0 25px;
}
.hszb_hyfw_1 li {
    margin-bottom: 20px;
}
.hszb_hyfw_1_text_right li {
    height: 44px;
    background: unset;
    margin-bottom: 13px;
    font-size: 12px;
    border-top: 2px solid #ac1d2f;
    border-bottom: 2px solid #ac1d2f;
}
.hszb_hyfw_1_img_posi h1 {
    font-size: 26px;
}
.hszb_hyfw_1_img_posi h2 {
    font-size: 16px;
}
.hszb_hyfw_1_text_ul p {    
    font-size: 12px;
    line-height: 1.8;
}
.hszb_hyfw_1_text_ul {
    margin-left: 30px;
}
.hszb_hyfw_1_text_ul span {
    height: 210px;
}
.hszb_hyfw_1_text_ul_li h1 {	
    height: 45px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.hszb_hyfw_1_text_ul_li h6 {
    font-size: 12px;
}
.hszb_hyfw {
    padding: 30px 0;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p {
    width: 49%;
    margin-bottom: 10px!important;
}
}

@media (max-width:767px) {
	.hszb_hyfw {
    padding: 20px 0;
}
.hszb_hyfw_1_img {
    width: 100%;
}
.hszb_hyfw_1_text {
    width: 100%;
    padding: 15px 0;
}
.hszb_hyfw_1 li {
    margin-bottom: 10px;
}
.hszb_hyfw_1_img_posi h1 {
    font-size: 22px;
}
.hszb_hyfw_1_img_posi span {
    margin: 10px 0;
    width: 70px;
    height: 3px;
}
.hszb_hyfw_1_img_posi h2 {
    font-size: 14px;
}
.hszb_hyfw_1_img_posi {
    top: 30px;
}
.hszb_hyfw_1_text1 {
    padding: 0 15px;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text {
    width: 100%;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_1 {
    margin-top: 0;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_img {
    margin: 10px auto;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p{
    margin-bottom: 5px!important;
}
.hszb_hyfw_1_text1 .hszb_hyfw_1_text1_text p {
    height: 40px;
    padding: 0 5px;
    width: 49%;
}
.hszb_hyfw_1_text_left {
    width: 100%;
    height: auto;
    padding: 20px;
}
.hszb_hyfw_1_text_left p {
    line-height: 1.5;
    padding: 0;
}
.hszb_hyfw_1_text_right {
    width: 100%;
    margin-top: 15px;
}
.hszb_hyfw_1_text_ul {
    margin-left: 0;
}
.hszb_hyfw_1_text_ul p {
    width: 100%;
    line-height: 1.5;
}
.hszb_hyfw_1_text_ul span {
    display: none;
}
.hszb_hyfw_1_text_ul_li {
    width: 100%;
    margin-top: 10px;
}
.hszb_hyfw_1_text_ul_li h1 {
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
    text-align: left;
    justify-content: flex-start;
}
.hszb_hyfw_1_text_ul_li h6 {
    padding-left: 12px;
}
}





.hyzb_about_1{
	padding: 162px 0 49px;
	position: relative;
}
.hyzb_about_1 .hyzb_w1200{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.hyzb_about_1_right{
	width: 910px;
	height: auto;	
	background-color: #ffffff;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 0 4px 4px 0;
}
.hyzb_about_1_right_img{
	width: calc(100% - 390px);
}
.hyzb_about_1_right_img img{
	max-width: 100%;
}
.hyzb_about_1_right_p{	
	width: 390px;
	padding: 4px 20px 0;
}
.hyzb_about_1_right_p p{
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	padding-bottom: 30px;
	text-indent: 25px;
}
.hyzb_about_1_right_p p:last-child{
	padding-bottom: 0;
}
.hyzb_about_1_left{
	position: absolute;
	top: -71px;
	left: 0;
	width: 390px;
	height: 380px;
	background-color: #ac1d2f;
	border-radius: 4px;
	padding: 20px;
}
.hyzb_about_1_left_border{
	width: 100%;
	height: 100%;
	border: solid 2px #fafaf9;
	padding: 37px 42px 0 36px;
}
.hyzb_about_1_left_border h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.hyzb_about_1_left_border span{
	width: 81px;
	height: 5px;
	background-color: #ffffff;
	display: inline-block;
	margin: 30px 0;
}
.hyzb_about_1_left_border h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.hyzb_about_1_bg{
	width: 100%;
	height: 396px;
	background-color: #f9f9f9;
	position: absolute;
	top: 0;
	left: 0;
}
.hyzb_about_2{
	padding: 158px 0 84px;
	position: relative;
}
.hyzb_about_2 .hyzb_w1200{
	position: relative;
}
.hyzb_about_2 .hyzb_w1200 .hyzb_about_1_left{
	right: 0;
	left: unset;
	top: -103px;
}
.hyzb_about_2_top{
	width: 885px;
	height: auto;
	background-color: #ffffff;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
} 
.hyzb_about_2_top_img{
	width: 100%;
	height: auto;
	background: url(../images/hyzb_about_2_top_img.jpg)no-repeat center center;
	background-size: cover;
	padding: 37px 0 26px 31px;
}
.hyzb_about_2_top_img h1{
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
}
.hyzb_about_2_top_img p{
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
	margin: 33px 0 45px;
}
.flex_fs_c{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.hyzb_about_2_top_img ul li{
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	padding: 10px 35px;
	background-color: #ac1d2f;
	border-radius: 18px;
	margin-right: 35px;
}
.hyzb_about_2_top_p{
	padding: 30px 0 29px 32px;
}
.hyzb_about_2_top_p p{
	font-size: 14px;
	line-height: 1.9;
	color: #333333;
}
.hyzb_about_2 .hyzb_w1200 .hyzb_about_1_left_border{
	text-align: right;
}
.hyzb_about_title h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}
.hyzb_about_title span{
	width: 80px;
	height: 4px;
	background-color: #ac1d2f;
	margin: 15px 0;
	display: inline-block;
}
.hyzb_about_title h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}
.hyzb_about_3_top{
	width: 100%;
	height: auto;
	margin-top: 33px;
	padding: 144px 0 136px;
	background: url(../images/hyzb_about_3_top.jpg)no-repeat center center;
	background-size: cover;
}



.hyzb_about_3_top{
	position: relative;
    min-height: 200px;
}
.hyzb_about_3_top .swiper-container::after {
    content: "";
    position: absolute;
    width: 100%;
	height: 2px;
	background-color: #ffffff;
    top: 50%;
}
.hyzb_about_3_top .swiper-slide div.q_cercle {
    width: 12px;
	height: 12px;
	background-color: #ffffff;
    border-radius: 100%;
    margin: 95px 0 0;
}
.hyzb_about_3_top .swiper-slide{
	position: relative;
    min-height: 200px;
}
.hyzb_about_3_top .swiper-slide span{
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	color: #ffffff;
	margin: 5px 0;
}
.hyzb_about_3_top .swiper-slide p.q_p1{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.4;
	color: #FFFFFF;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hyzb_about_3_top .swiper-slide:nth-of-type(odd) span{
	position: absolute;
	top: 65px;
}
.hyzb_about_3_top .swiper-slide:nth-of-type(odd) p.q_p1{
	position: absolute;
	top: 0;
}
.hyzb_about_3_top .hf_gyfh_fzlc_swiper2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.hyzb_about_4{
	padding: 101px 0 153px;
}
.hyzb_about_4 .hyzb_about_title{
	text-align: right;
}
.hyzb_about_title h2 b{
	color: #ac1d2f;
	padding: 0 3px;
}
.hyzb_about_4_li{
	margin-top: 53px;
}
.hyzb_about_4_li li{
	width: 384px;
	height: 360px;
	background-color: #ac1d2f;	
	padding: 88px 0 0;
	text-align: center;
}
.hyzb_about_4_li li img{
	width: 100%;
	height: 100%;
}
.hyzb_about_4_li li:nth-child(2){
	padding: 0;
}
.hyzb_about_4_li li h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	padding-bottom: 50px;
}
.hyzb_about_4_li li p{
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	padding-bottom: 20px;
}
.hyzb_about_5{
	padding: 66px 0 64px;
	background-color: #f9f9f8;
	position: relative;
}
.hyzb_about_5 .hyzb_about_title{
	position: absolute;
	top: -45px;
}
.hyzb_about_5_ul{
	width: 100%;
	height: auto;
}
.hyzb_about_5_ul.flex_sb_fs{
	justify-content: space-around;
}
.hyzb_about_5_ul li{
	width: 210px;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1{
	width: 200px;
	height: 200px;
	background-color: #ac1d2f;
	border-radius: 100%;
	padding: 62px;
	margin: 0 auto;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1 h6{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}
.hyzb_about_5_ul li h1{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	margin: 35px 0 29px;
}
.hyzb_about_5_ul li p{
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
.hyzb_about_5_ul_2 p{
	width: 95px;
}
.hyzb_about_6{
	padding: 88px 0 67px;
}
.hyzb_about_6 .hyzb_about_title{
	text-align: right;
}
.hyzb_about_6_1{
	margin-top: 50px;
}
.hyzb_about_6_1_img,
.hyzb_about_6_1_text{
	width: calc(50% - 12px);
	height: auto;
}
.hyzb_about_6_1_img img{
	width: 100%;
	height: 100%;
}
.hyzb_about_6_1_text li{
	width: 100%;
	height: 80px;
	background-color: #ac1d2f;
	font-size: 18px;
	line-height: 80px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 23px;
}
.hyzb_about_6_1_text li:last-child{
	margin-bottom: 0;
}
@media (max-width:1399px) {
.hyzb_about_1 {
    padding: 110px 0 49px;
}
.hyzb_about_2 {
    padding: 150px 0 65px;
}
.hyzb_about_3_top {
    padding: 85px 0;
}
.hyzb_about_4 {
    padding: 60px 0 110px;
}
.hyzb_about_4_li,
.hyzb_about_6_1 {
    margin-top: 30px;
}
.hyzb_about_4_li li {
    width: 32%;
    height: 348px;
}
.hyzb_about_5 {
    padding: 55px 0;
}
.hyzb_about_6 {
    padding: 50px 0;
}
.hyzb_about_6_1.flex_sb_fs{
	align-items: center;
}
.hyzb_about_6_1_text li {
    height: 77px;
    line-height: 77px;
}
}

@media (max-width:1199px) {
	.hyzb_about_1_left {
    width: 355px;
    height: 240px;
    padding: 15px;
}
.hyzb_about_1_left_border {
    padding: 23px;
}
.hyzb_about_1_left_border h1 {
    font-size: 24px;
}
.hyzb_about_1_left_border span {
    margin: 20px 0;
}
.hyzb_about_1_left_border h2 {
    font-size: 16px;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1 {
    width: 170px;
    height: 170px;
    padding: 50px;
}
.hyzb_about_6_1_text li {
    height: auto;
    line-height: 1;
    padding: 20px 0;
}
}

@media (max-width:990px) {
.hyzb_about_1_left {
    width: 300px;
    height: auto;
    padding: 12px;
    top: -30px;
}
.hyzb_about_1_left_border span {
    margin: 12px 0;
    height: 3px;
}
.hyzb_about_1_left_border h2 {
    font-size: 14px;
    padding-bottom: 8px;
}
.hyzb_about_1_left_border h1 {
    font-size: 20px;
}
.hyzb_about_1_right_p {
    width: 325px;
    padding: 0px 20px;
}
.hyzb_about_1_right_img {
    width: calc(100% - 325px);
}
.hyzb_about_1_right_p p {
    padding-bottom: 8px;
}
.hyzb_about_1_right_img img {
    width: 100%;
}
.hyzb_about_1_right {
    width: 100%;
}
.hyzb_about_1 {
    padding: 60px 0 40px;
}
.hyzb_about_1_bg {
    height: 230px;
}
.hyzb_about_2 .hyzb_w1200 .hyzb_about_1_left {
    top: -30px;
}
.hyzb_about_2_top {
    width: 100%;
}
.hyzb_about_2 {
    padding: 70px 0 40px;
}
.hyzb_about_2_top_img,
.hyzb_about_2_top_p {
    padding: 25px;
}
.hyzb_about_2_top_img p {
    font-size: 16px;
    margin: 20px 0 25px;
}
.hyzb_about_3_top {
    padding: 55px 4%;
    margin-top: 20px;
}
.hyzb_about_title span {
    margin: 10px 0;
}
.hyzb_about_4 {
    padding: 40px 0 80px;
}
.hyzb_about_4_li li {
    height: 240px;
    padding: 40px 0 0;
}
.hyzb_about_4_li li h1 {
    padding-bottom: 26px;
}
.hyzb_about_4_li li p {
    padding-bottom: 15px;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1 {
    width: 140px;
    height: 140px;
    padding: 35px;
}
.hyzb_about_5_ul li h1 {
    font-size: 14px;
    margin: 20px 0 10px;
}
.hyzb_about_5_ul li {
    width: 28%;
}
.hyzb_about_5 {
    padding: 50px 0 26px;
}
.hyzb_about_6 {
    padding: 30px 0;
}
.hyzb_about_6_1_text li {
    padding: 16px 0;
    margin-bottom: 12px;
}
.hyzb_about_4_li, .hyzb_about_6_1 {
    margin-top: 20px;
}
}

@media (max-width:767px) {
	.hyzb_about_1 {
    padding: 12px 0;
}
.hyzb_about_1_right_img {
    width: 100%;
}
.hyzb_about_1_left {
    width: 60%;
    padding: 8px;
    top: 0;
    left: 2%;
}
.hyzb_about_1_left_border {
    padding: 10px;
}
.hyzb_about_1_left_border h1 {
    font-size: 18px;
}
.hyzb_about_1_left_border span {
    margin: 8px 0;
}
.hyzb_about_1_left_border h2 {
    font-size: 12px;
}
.hyzb_about_1_right_p {
    width: 100%;
    padding: 10px;
}
.hyzb_about_1_right_p p {
    padding-bottom: 0;
    font-size: 12px;
}
.hyzb_about_2_top_img, .hyzb_about_2_top_p {
    padding: 12px;
}
.hyzb_about_2_top_img h1 {
    font-size: 22px;
}
.hyzb_about_2_top_img p {
    font-size: 14px;
    margin: 15px 0;
}
.hyzb_about_2 .hyzb_w1200 .hyzb_about_1_left {
    top: -60px;
}
.hyzb_about_2_top_img ul li {
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.hyzb_about_2_top_p p {
    font-size: 12px;
}
.hyzb_about_2 {
    padding: 70px 0 20px;
}
.hyzb_about_title h1 {
    font-size: 18px;
}
.hyzb_about_title span {
    margin: 7px 0;
}
.hyzb_about_title h2 {
    font-size: 14px;
    line-height: 0.8;
}
.hyzb_about_3_top {
    padding: 26px 4%;
    margin-top: 10px;
}
.hyzb_about_3_top .swiper-slide p.q_p1 {
    font-size: 12px;
}
.hyzb_about_3_top .swiper-slide {
    min-height: 166px;
}
.hyzb_about_3_top .swiper-slide div.q_cercle {
    margin: 78px 0 0;
}
.hyzb_about_3_top .swiper-slide:nth-of-type(odd) span {
    position: absolute;
    top: 50px;
}
.hyzb_about_3_top .swiper-slide span {
    font-size: 14px;
}
.hyzb_about_4 {
    padding: 20px 0 65px;
}
.hyzb_about_4_li, .hyzb_about_6_1 {
    margin-top: 12px;
}
.hyzb_about_4_li li {
    height: auto;
    padding: 20px 0;
    width: 100%;
}
.hyzb_about_4_li li h1 {
    padding-bottom: 16px;
}
.hyzb_about_4_li li p {
    padding-bottom: 9px;
}
.hyzb_about_5 {
    padding: 26px 0;
}
.hyzb_about_5_ul li {
    width: 71%;
    margin-bottom: 12px;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1 {
    width: 100px;
    height: 100px;
    padding: 20px;
}
.hyzb_about_5_ul li .hyzb_about_5_ul_1 h6 {
    font-size: 22px;
}
.hyzb_about_5_ul li h1 {
    font-size: 14px;
    margin: 12px 0 8px;
}
.hyzb_about_5_ul li p {
    font-size: 12px;
}
.hyzb_about_4 .hyzb_about_title,
.hyzb_about_6 .hyzb_about_title {
    text-align: left;
}
.hyzb_about_6 {
    padding: 15px 0;
}
.hyzb_about_6_1_img, .hyzb_about_6_1_text {
    width: 100%;
}
.hyzb_about_6_1_text li {
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 12px;
}
}



.new_hyfw{
	padding: 60px 0 80px;
}
.new_hyfw_title{
	text-align: center;
}
.new_hyfw_title h1{
	font-size: 22px;
	line-height: 1;
	color: #333333;
}
.new_hyfw_title span{
	width: 41px;
	height: 3px;
	background-color: #ac1d2f;
	display: inline-block;
	margin: 10px 0 14px;
}
.new_hyfw_title h2{
	font-size: 14px;
	line-height: 0.8;
	color: #808080;
}
.new_hyfw_1{
	margin-top: 44px;
}
.new_hyfw_1 p{
	width: 62%;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	/*text-align: center;*/
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}
.new_hyfw_1 div{
	text-align: center;
}
.new_hyfw_1_img{
	box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.new_hyfw_1_img2{
	margin-top: 22px;
}
.new_hyfw_1 div img{
	max-width: 100%;
	max-height: 100%;
}
.new_hyfw2{
	padding: 60px 0;
	background: url(../images/new_hyfw2.jpg)no-repeat center center;
	background-size: cover;
}
.flex_fs_fe{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.new_hyfw2_1{
	width: 360px;
	height: auto;
	background-color: #ac1d2f;
	margin-bottom: 200px;
}
.new_hyfw2_1_p{
	padding: 37px 32px 32px;
}
.new_hyfw2_1_p .new_hyfw_title{
	text-align: left;
}
.new_hyfw2_1_p .new_hyfw_title h1,
.new_hyfw2_1_p .new_hyfw_title h2{
	color: #FFFFFF;
}
.new_hyfw2_1_p .new_hyfw_title span{
	background-color: #ffffff;
}
.new_hyfw2_1_p p{
	font-size: 14px;
	line-height: 1.8;
	color: #ffffff;
	margin-top: 41px;
}
.new_hyfw2_1_img{
	width: 100%;
	height: 200px;
}
.new_hyfw2_1_img img{
	width: 100%;
	height: 100%;
}
.new_hyfw2_2{
	width: calc(100% - 360px);
	height: 100%;
}
.new_hyfw2_2 li{
	width: 280px;
	height: 200px;
}
.new_hyfw2_2 li:nth-child(even){
	background-color: #434343;
	padding-top: 50px;
	text-align: center;
}
.new_hyfw2_2 li div{
	width: 60px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 27px;
}
.new_hyfw2_2 li div img{
	max-width: 100%;
	max-height: 100%;
}
.new_hyfw2_2 li p{
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	padding: 0 28px;
}
.new_hyfw2_2 li:nth-child(even):hover{	
	background-color: #ac1d2f;
}
.new_hyfw3{
	padding: 87px 0 97px;
}
.new_hyfw3_p{
	width: 68%;
	height: auto;
	margin: 52px auto 44px;
	/*text-align: center;*/
}
.new_hyfw3_p p{
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
.new_hyfw3_1{
	position: relative;
	padding: 71px 0;
}
.new_hyfw3_1:after{
	content: "";
	display: block;
	width: 57%;
	height: 100%;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.new_hyfw3_1_img{
	position: relative;
	width: 852px;
}
.new_hyfw3_1_img img{
	max-width: 100%;
	max-height: 100%;
}
.new_hyfw3_1_img_text{
	position: absolute;
	top: 29px;
	right: 20px;
	width: 220px;
	height: auto;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
}
.new_hyfw3_1_li{
	margin-top: 30px;
	width: calc(100% - 900px);
	height: auto;
}
.new_hyfw3_1_li li{
	font-size: 20px;
	line-height: 1;
	color: #333333;
	margin-bottom: 21px;
}
.new_hyfw3_1_li li:last-child{
	margin-bottom: 0;
}

@media (max-width:1399px) {
.new_hyfw {
    padding: 50px 0 60px;
}
.new_hyfw_1 {
    margin-top: 30px;
}
.new_hyfw_1 p {
    margin-bottom: 25px;
}
.new_hyfw2 {
    padding: 60px 0;
}
.new_hyfw2_2 li {
    width: 33.33%;
}
.new_hyfw3 {
    padding: 60px 0;
}
.new_hyfw3_p {
    width: 60%;
    margin: 30px auto;
}
.new_hyfw3_1_img {
    width: 780px;
}
.new_hyfw3_1_li {
    margin-top: 20px;
    width: calc(100% - 835px);
}
.new_hyfw3_1 {
    padding: 55px 0;
}
}

@media (max-width:1199px) {
.new_hyfw {
    padding: 40px 0 45px;
}
.new_hyfw2 {
    padding: 40px 0;
}
.new_hyfw2_2 li:nth-child(odd) {
    display: none;
}
.new_hyfw2_1 {
    margin-bottom: 0;
}
.new_hyfw2_2 li {
    width: 50%;
}
.new_hyfw3_1_img {
    width: 69%;
}
.new_hyfw3_1_li {
    margin-top: 20px;
    width: calc(100% - 72%);
}
.new_hyfw3_1_li li {
    font-size: 18px;
    margin-bottom: 15px;
}
.new_hyfw3_1 {
    padding: 40px 0;
}
.new_hyfw3 {
    padding: 40px 0;
}
.new_hyfw_1_img2 {
    width: 50%;
    margin: 30px auto 0;
}
}

@media (max-width:990px) {
.new_hyfw {
    padding: 30px 0 35px;
}
.new_hyfw2 {
    padding: 30px 0;
}
.new_hyfw3 {
    padding: 30px 0;
}
.new_hyfw_1 p {
    width: 90%;
    -webkit-line-clamp: 100;
}
.new_hyfw_1_img2 {
    width: 55%;
}
.new_hyfw2_1 {
    width: 310px;
}
.new_hyfw_title h2 {
    font-size: 12px;
}
.new_hyfw2_1_p {
    padding: 25px 20px;
}
.new_hyfw2_1_p p {
    margin-top: 20px;
}
.new_hyfw2_2 {
    width: calc(100% - 310px);
}
.new_hyfw2_2 li p {
    padding: 0 10px;
}
.new_hyfw3_p {
    width: 90%;
    margin: 20px auto;
}
.new_hyfw3_1_img,
.new_hyfw3_1_li {
    width: 100%;
}
.new_hyfw3_1_li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.new_hyfw3_1_li li {
    width: 50%;
}
}

@media (max-width:767px) {
.new_hyfw {
    padding: 20px 0 25px;
}
.new_hyfw2 {
    padding: 20px 0;
}
.new_hyfw3 {
    padding: 20px 0;
}
.new_hyfw_title h1 {
    font-size: 18px;
}
.new_hyfw_1 {
    margin-top: 18px;
}
.new_hyfw_1 p {
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
}
.new_hyfw_1_img2 {
    width: 100%;
}
.new_hyfw2_1_p {
    padding: 17px 12px;
}
.new_hyfw2_1_p p {
    margin-top: 15px;
    font-size: 12px;
}
.new_hyfw2_2 {
    width: 100%;
}
.new_hyfw2_2 li {
    width: 100%;
    margin-bottom: 7px;
    height: auto;
}
.new_hyfw2_2 li:nth-child(even) {
    padding: 25px 10px;
}
.new_hyfw2_2 li div {
    width: 45px;
    height: 40px;
    margin: 0 auto 15px;
}
.new_hyfw2_2 li p {
    font-size: 14px;
}
.new_hyfw3_p {
    width: 100%;
    margin: 15px auto;
}
.new_hyfw3_p p {
    font-size: 12px;
}
.new_hyfw3_1 {
    padding: 20px 0;
}
.new_hyfw3_1_img_text {
    top: 12px;
    right: 10px;
    width: 176px;
    font-size: 16px;
    padding-bottom: 10px;
}
.new_hyfw3_1_li li {
    font-size: 12px;
    margin-bottom: 8px;
}
.new_hyfw3_1_li li {
    width: 100%;
    margin-left: 15px;
}
.new_hyfw3_1:after {
    width: 100%;
}
.new_hyfw3_1_li {
    margin-top: 10px;
}
}


.flex_fs_fs{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}