body,
html {
	width: 100%;
	height: 100%
}

*,
ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-family: 'Open Sans', sans-serif
}

a,
a:focus,
a:hover {
	color: #111;
	outline: 0
}

body,
html {
	height: 100%
}

small {
	opacity: .7;
	display: block
}

ol,
p,
ul {
	color: #747474
}

a:focus,
a:hover {
	text-decoration: none
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important
}

body {
	background-color: #fff;
	color: #5f6467
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400 !important;
	color: #000;
	-webkit-font-smoothing: antialiased
}

h1 {
	font-size: 36px;
	line-height: 45px
}

h2 {
	font-size: 30px;
	line-height: 40px
}

h3 {
	font-size: 24px;
	line-height: 35px
}

h4 {
	font-size: 18px;
	line-height: 30px
}

h5 {
	font-size: 14px;
	line-height: 25px
}

h6 {
	font-size: 12px;
	line-height: 20px
}

.lead,
p {
	line-height: 25px
}

h1 small {
	font-size: 50%
}

h2 small {
	font-size: 60%
}

h3 small {
	font-size: 70%
}

h4 small {
	font-size: 80%
}

h5 small,
h6 small,
small {
	font-size: 90%
}

small {
	margin-top: 5px
}

code {
	text-transform: none;
	font-family: monospace, serif
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px
}

img {
	max-width: 100%;
}

p strong {
	font-weight: 600
}
.zhanwei{
    height: 0px;
    width: 100%;
    background: #cf020e;
}
.heder{
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.haoyu_content{
	width: 83.33%;
	margin: 0 auto;
}

.haoyu_heaeder{
	background: #cf020e;
	height: 120px;
}
.heder_120{
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.heder_120.active{
    -webkit-transform: translateY(-120px) translate3d(0, 0, 0);
    -moz-transform: translateY(-120px) translate3d(0, 0, 0);
    transform: translateY(-120px) translate3d(0, 0, 0);
}

.haoyu_heaeder  .haoyu_content {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.haouyu_phone{
	display: flex;
	align-items: center;
}
.haouyu_phone img{
	width: 40px;
	margin-right: 25px;
}
.haouyu_phone span{
    font-family: SourceHanSerifCN_bold;
	font-size: 46px;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
    white-space: nowrap;
}
.haoyu_nav{
	background: rgba(0,0,0,.5);
}
.haoyu_nav_list{
	width: 70%;
	margin: 0 auto;
}
.haoyu_nav_list ul {
	display: flex;
	justify-content: space-around;
}
.haoyu_nav_list ul li a{
	color: #fff;
	line-height: 90px;
	font-size: 22px;
}
.haoyu_nav_list ul li{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.haoyu_nav_list ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 35px;
    height: 4px;
    opacity: 0;
    background-color: #e70000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.haoyu_nav_list ul li.cur a,
.haoyu_nav_list ul li:hover a{
	color: #e70000;
}
.haoyu_nav_list ul li.cur::after,
.haoyu_nav_list ul li:hover::after{
    opacity: 1;
}
.haoyu_video{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video{
	object-fit: cover;
	position: relative;
	/*height: 100vh;*/
	z-index: 1;
}
.video-play{
	position: absolute;
	z-index: 9;
}

.haoyu_comment{
	background: url(../images/haoyu_comment.jpg) no-repeat;
	padding: 210px 0 220px;
	position: relative;
	background-size: cover;
}

.haoyu_comment .haoyu_content{
	display: flex;
	align-items: center;
	justify-content: center;
}

.haoyu_comment_loop .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.swiper-slide_left{
	width: 41.87%;
}
.swiper-slide_right{
	width: 51%;
}
.haoyu_comment  .swiper-pagination{
	bottom: 110px;
}
.haoyu_comment .swiper-pagination-bullet {
	width: 100px;
	height: 7px;
	background: #ffffff;
	opacity: 1;
	border-radius: 20px;
	margin: 0 5px;
}
.haoyu_comment .swiper-pagination-bullet-active {
	background: #e40000;
}

.haoyu_prosperous{
	background: url(../images/haoyu_prosperous.jpg);
	padding-left: 11.45%;
	padding-top: 110px;
	padding-bottom: 60px;
}
.haoyu_prosperous_contetn_title{
	margin-bottom: 65px;
}
.haoyu_prosperous_contetn_img ul{
	display: flex;
	justify-content: space-between;
}
.haoyu_prosperous_contetn_img ul li{
	width: 840px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 10px;
}
.haoyu_prosperous_contetn_img ul li::before{
	content: '';
	width: 96%;
	height: 96%;
	border-radius: 10px;
	position: absolute;
	z-index: 9;
	border: 2px solid #e50000;
}
.haoyu_prosperous_contetn_img ul li img{
	border-radius: 10px;
	opacity: .6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.haoyu_prosperous_contetn_img ul li:hover img{
    opacity: 1;
    /*transform: scale(1.2);*/
}
.haoyu_hotpot{
    /*height: 100vh;*/
    overflow:hidden;
}
.haoyu_product{
	background: #c70010;
	padding-left: 11.45%;
	padding-top: 110px;
}
.haoyu_product_contetn{
	display: flex;
	justify-content: space-between;
}
.haoyu_product_contetn_title{
	padding-bottom: 60px;
}
.haoyu_product_contetn_img{
	width: 51.76%;
}
.haoyu_product_contetn_img ul li{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.haoyu_product_contetn_img ul li::before{
	content: '';
	width: 96%;
	height: 96%;
	border-radius: 10px;
	position: absolute;
	border: 2px solid #e50000;
}
.haoyu_product_contetn_img ul li img{
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.haoyu_product_contetn_rigth{
	display: flex;
	flex-direction: column;
	width: 42.70%;
}
.haoyu_product_contetn_loop{
	position: relative;
}
.haoyu_product_contetn_loop_box{
	width: 82.64%;
	padding: 0 0 20px;
	overflow: hidden;
}
.haoyu_product_contetn_loop .swiper-container{
	width: 94.33%;
	margin: 0 auto;
	overflow: initial;
}    
.haoyu_product_contetn_loop_box img{
    border-radius: 10px;
	box-shadow: -5px 6px 10px rgb(56 0 0 / 68%);
}

.haoyu_product_contetn_loop .swiper-button-prev.swiper-button-white,.haoyu_product_contetn_loop .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: auto;
	background-image:url(../images/btn_left.png) !important;
	width: 90px;
	height: 50px;
	background-size: 90px 50px;
	left: 17px;
}
.haoyu_product_contetn_loop .swiper-button-next.swiper-button-white,.haoyu_product_contetn_loop .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: auto;
	background-image:url(../images/btn_right.png) !important;
	width: 90px;
	height: 50px;
	background-size: 90px 50px;
	left: 120px;
}
.haoyu_product_contetn_loop .swiper-button-prev.swiper-button-white:hover,.haoyu_product_contetn_loop .swiper-container-rtl .swiper-button-next.swiper-button-white:hover{
	background-image:url(../images/btn_left_h.png) !important;
    
}
.haoyu_product_contetn_loop .swiper-button-next.swiper-button-white:hover,.haoyu_product_contetn_loop .swiper-container-rtl .swiper-button-prev.swiper-button-white:hover{
	background-image:url(../images/btn_right_h.png) !important;
}
.haoyu_product_contetn_loop .swiper-button-next,.haoyu_product_contetn_loop .swiper-button-prev {
	bottom: -50px;
    top: auto;
}
.haoyu_product_contetn_line{
	height: 1px;
	background: #fff;
	width: 97%;
	margin-top: 150px;
	margin-left: 3%;
}
.haoyu_product_contetn_haoyuhotpot{
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}
.haoyu_dynamics{
	padding: 100px 0 140px;
	background: url(../images/haoyu_dynamics.jpg) no-repeat;
}
.haoyu_dynamics .haoyu_content{
	padding-left: 60px;
}
.haoyu_dynamics_contetn ul{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.haoyu_dynamics_contetn ul li img{
	border-radius: 5px;
}
.haoyu_dynamics_line{
    margin-top: 50px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.haoyu_dynamics_line img{
    width: 79.16%;
}
.haoyu_dynamics_line .swiper-pagination{
    width: 20.84%;
    position: relative;
    text-align: left;
}
.haoyu_dynamics_line .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #e70000;
    margin: 0 5px;
    opacity: 1;
}
.haoyu_dynamics_line .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 0;
}

.news_d {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.news_d .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #d81e05;
    opacity: 1;
    margin: 0 4px;
}
.news_d .swiper-pagination-bullet-active {
    background: #d81e05;
}
.advertisement{
    height: 110px;
    position: fixed;
    z-index: 999;
    align-items: center;
    bottom: 0;
    width: 100%;
    background: #e70000;
}
.advertisement .haoyu_content{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.advertisement_wx ul{
    display: flex;
    align-items: center;
}
.advertisement_wx ul li {
    padding: 20px 10px;
}
.advertisement_btn{
    width: 260px;
    height: 55px;
    border-radius: 60px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}
.advertisement_cloes{
    position: relative;
    top: -20px;
}