@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background: #fff;
	font-size: 16px;
	color: #222;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: sans-serif;
}
table{
  border-collapse: collapse;
}
img{
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fb{
	font-weight: bold;
}
.tc{
	text-align: center;
}
.cl{
	clear: both;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.ov{
	overflow: hidden;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.tj{
	text-align: justify;
	word-break: break-all;
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content{
	width: 1740px;
	margin: 0 auto;
}
.img02{
	display: none;
}
.phone{
	display: none;
}
@font-face {
	font-family: "D-DIN-Bold";
	src:url("../fonts/D-DIN-Bold.otf") format("opentype"),
		url("../fonts/D-DIN-Bold.ttf") format("truetype"),
		url("../fonts/D-DIN-Bold.woff") format("woff");
	font-display: swap;
}

[v-cloak]{
	display: none;
}



/*首页*/
.header{
	width: 100%;
	height: 90px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(31, 25, 17, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.header .content{
	height: 90px;
}
.logo{
	float: left;
	width: 240px;
	height: 64px;
	margin: 13px 0;
}
.logo img{
	width: 100%;
	height: 100%;
}
.tel{
	float: right;
	font-size: 18px;
	line-height: 40px;
	margin: 25px 30px 0 58px;
}
.tel span{
	color: #fb5d10;
	font-weight: bold;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	line-height: 90px;
	font-size: 18px;
	position: relative;
}
.nav a{
	display: block;
	padding: 0 40px;
}
.nav li.on{
	color: #fb5d10;
	font-weight: bold;
}
.nav li:hover{
	color: #fb5d10;
}
.nav li:hover .subnav_box{
	display: block;
}
.subnav_box{
	width: 110%;
	position: absolute;
	top: 74px;
	left: -5%;
	z-index: 10;
	display: none;
}
.subnav_triangle{
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom:16px solid #fe5e10;
	margin: 0 auto;
}
.subnav{
	width: 100%;
	background: #fe5e10;
	border-radius: 0 0 10px 10px;
	padding: 25px 0;
}
.subnav li{
	float: none;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.subnav a{
	padding: 0 !important;
}
.subnav li:last-child{
	margin-bottom: 0;
}
.subnav li:hover{
	color: #fff;
	font-weight: bold;
}
#menu,.menu,.nav_bg{
	display: none;
}

.index{
	height: 100vh;
}
.ind_h{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.index_side {
	width: 36px;
	position: fixed;
	top: 50% !important;
	transform: translateY(-50%);
	right: 52px;
	z-index: 20;
}
.index_side .swiper-pagination-bullet {
	opacity: 1;
	position: relative;
	margin-bottom: 0 !important;
	outline: none;
	width: 30px;
	height: 30px;
	background: none;
}
.index_side .swiper-pagination-bullet:last-child{
	display: none;
}
.index_side .swiper-pagination-bullet-active{
	height: 40px;
	background: none;
}
.index_side .swiper-pagination-bullet-active .index_side_tu{
	opacity: 1;
}
.index_side .swiper-pagination-bullet-active .index_side_dot{
	opacity: 0;
}
.index_side_dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}
.index_side_tu{
	width: 27px;
	height: 28px;
	background: url(../images/ind_07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -5px;
	left: 0;
	opacity: 0;
}
.index_side_list{
	display: none;
}

.banner{
	width: 100%;
	height: 100vh;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner video{
	width: auto;
	height: 92%;
}
.banner_bg{
	width: 100%;
	height: 100vh;
	background: #fff;
	/* background: url(../images/bn01.jpg) no-repeat center top;
	background-size: cover; */
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.bn_scroll{
	width: 24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	z-index: 5;
}
.bn_scroll img{
	width: 100%;
	height: 34px;
	animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}
.bn_box{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
}
.bn_con{
	width: 1704px;
	margin: 0 auto;
}
.bn_a{
	width: 610px;
	margin: 0 0 80px -50px;
}
.bn_b{
	width: 810px;
	margin-bottom: 62px;
}
.bn_c{
	width: 50%;
	padding-bottom: 30px;
}
.bn_c li{
	color: #fff;
	font-size: 30px;
	line-height: 44px;
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.bn_c i{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.bn_c span{
	color: #fff004;
	font-size: 46px;
	font-family: "D-DIN-Bold";
}
.bn_c em{
	color: #fff004;
	font-size: 40px;
	font-style:normal;
}
.bn_more{
	width: 180px;
	height: 56px;
	border-radius: 60px;
	border: solid 1px #fff;
	overflow: hidden;
}
.bn_more a{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bn_more img{
	width: 10px;
	height: 17px;
	margin-left: 12px;
}
.bn_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.bn_more:hover::before {
	width: 100%;
}
.bn_more:hover a{
	color: #fe5e10;
}
.bn_more:hover .img01{
	display: none;
}
.bn_more:hover .img02{
	display: block;
}

.part{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.part img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.p_top{
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-out;
}
.p_bottom{
	opacity: 0;
	transform: translateY(-50px);
	transition: all 0.8s ease-out;
}
.p_left{
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}
.p_right{
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease-out;
}
.animate-from-top {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.animate-from-bottom {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.animate-from-left {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.animate-from-right {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.youshi_bg{
	background: url(../images/ind_08.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
}
.youshi_tit{
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 22px;
	margin-bottom: 70px;
}
.youshi_tit h1{
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 17px;
}
.youshi_box{
	width: 100%;
	height: 500px;
	position: relative;
}
.youshi_box.p_top{
    transition-delay: 0.6s;
}
.youshi{
	width: 1100px;
	height: 500px;
	border-radius: 20px;
	margin: 0 auto;
	position: relative;
}
.youshi .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.youshi .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ys_img{
	width: 58%;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.ys_img img{
	width: 100%;
}
.ys_list{
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 7px;
	z-index: 5;
}
.ys_list ul{
	margin-right: -2%;
}
.ys_list li{
	float: left;
	width: 31.33%;
	margin-right: 2%;
}
.ys_list .dot{
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin: 6px auto 16px;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ys_list .dot span{
	width: 8px;
	height: 8px;
	display: block;
	background: #fe5e10;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ys_list li:hover .dot{
	width: 36px;
	height: 36px;
	margin: 0 auto 10px;
}
.ys_list .text{
	width: 100%;
	text-align: center;
	line-height: 30px;
	min-height: 60px;
	font-size: 20px;
}
.ys_left,.ys_right{
	width: 420px;
	height: 420px;
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	z-index: 3;
}
.ys_left img,.ys_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 4000ms ease, transform 0.6s ease;
	-webkit-transition: opacity 4000ms ease, -webkit-transform 0.6s ease;
}
.ys_left:hover img,.ys_right:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ys_left{
	left: 47px;
}
.ys_right{
	right: 47px;
}

.pic{
	transform: scale(1.2);
	transition: transform 2s linear;
	transition-delay: 1s;
}
.swiper-slide:not(.swiper-slide-active) .pic{
	transition-delay: 0s;
	transform: scale(1.2);
}
.dami_bg{
	background: url(../images/ind_12-01.jpg) no-repeat left bottom;
	background-size: cover;
}
.dami_img{
	width: 603px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6;
}
.dami_img img{
	width: 100%;
}
.dami_img02{
	width: calc(100% * (800 / 1920));
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
	right: calc(100% * (450 / 1920));
	z-index: 5;
}
.dami_im02 img{
	width: 100%;
}
.dami_tit{
	width: 42%;
	color: #333;
	font-size: 22px;
	line-height: 28px;
	margin: 100px 0 44px;
}
.dami_tit h1{
	color: #222;
	font-size: 40px;
	line-height: 54px;
	font-weight: normal;
	margin-bottom: 24px;
}
.dami_tit h2{
	color: #222;
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 34px;
}
.dami_pic li{
	float: left;
	width: 112px;
	height: 112px;
	margin-right: 25px;
}
.dami_pic img{
	width: 100%;
	height: 100%;
}
.dami_pic.p_top{
    transition-delay: 0.6s;
}

.yewu_a{
	width: 36%;
	line-height: 64px;
	font-size: 56px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 18%;
	transform: translateY(-18%);
	left: 90px;
	z-index: 3;
}
.yewu_bot{
	width: 50%;
	position: absolute;
	bottom: 22%;
	left: 90px;
	z-index: 3;
}
.yewu_b{
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 24px;
}
.yewu_c{
	font-size: 56px;
	line-height: 64px;
	font-weight: bold;
	margin-bottom: 40px;
}
.yewu_c.p_top{
    transition-delay: 0.6s;
}
.yewu_d{
	display: inline-block;
	line-height: 50px;
	padding: 0 22px;
	background: #fe5e10;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
}
.yewu_d.p_top{
    transition-delay: 1s;
}

.news_bg{
	background: url(../images/ind_17.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 90px;
}
.news_tit{
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 70px;
}
.news_tit h1{
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 26px;
}
.news_box{
	width: 100%;
	position: relative;
}
.news_b1{
	width: 550px;
	position: relative;
}
.news_b1.p_top{
    transition-delay: 0.6s;
}
.news_b3{
	color: #333;
	line-height: 28px;
	font-size: 24px;
}
.news_b4{
	color: #222;
	font-size: 26px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 22px 0 34px;
}
.news_b5{
	color: #555;
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 60px;
}
.news_b6{
	width: 138px;
	height: 60px;
	position: relative;
}
.news_a5{
	width: calc(680px*2 + 30px*2)!important;
	height: 459px;
	position: absolute;
	top: -74px;
	left: calc(100% - 934px);
}
.news_a5 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_a5.p_top{
    transition-delay: 1s;
}
.news_list{
	width: 100%!important;
	height: 100%!important;
	position: relative;
}
.news_list .swiper-slide{
	position: relative;
}
.news_c1{
	width: 100%;
	height: 100%;
	position: relative;
}
.news_c2{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_c2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_c2:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_list .swiper-slide{
	opacity: 0.4;
}
.news_list .swiper-slide-active{
	opacity: 1;
}
.news_c3,.news_c4,.news_c5{
	display: none;
}
.news_a6{
	font-size: 18px;
	color: #999;
	position: absolute;
	top: -160px;
	right: 160px;
}
.news_a6 span{
	color: #fe5e10;
	font-size: 30px;
	font-weight: bold;
	padding-right: 5px;
}
.news_a6.p_top{
    transition-delay: 1s;
}
.news_prev,.news_next{
	width: 60px;
	height: 60px;
	border: solid 1px #fff;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_prev img,.news_next img{
	width: 19px;
	height: 19px;
}
.news_prev:hover .img01,.news_next:hover .img01{
	display: none;
}
.news_prev:hover .img02,.news_next:hover .img02{
	display: block;
}
.news_b6 .swiper-button-next:after,.news_b6 .swiper-button-prev:after{
	display: none;
}
.news_b6 .swiper-button-prev,.news_b6 .swiper-button-next{
	background: rgba(255, 255, 255, 0.3);
}
.news_b6 .swiper-button-next:hover,.news_b6 .swiper-button-prev:hover{
	background: #fff;
}
.news_prev{
	left: 0;
}
.news_next{
	right: 0;
}

.footer_h{
	height: auto;
}
.foot_bg{
	width: 100%;
	background: url(../images/ind_21.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0 24px;
}
.foot_left{
	float: left;
	width: 65%;
	padding-top: 7px;
}
.f_logo{
	width: 324px;
	margin-bottom: 34px;
}
.f_logo img{
	width: 100%;
}
.f_con{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 44px;
}
.copyright{
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 24px;
}
.copyright a:hover{
	color: #fff;
}
.foot_right{
	float: right;
}
.f_tel{
	width: 100%;
	text-align: right;
	line-height: 26px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 28px;
}
.f_tel div{
	font-family: "D-DIN-Bold";
	line-height: 46px;
	font-size: 30px;
}
.f_code{
	width: 100%;
}
.f_code ul{
	margin-right: -35px;
}
.f_code li{
	float: left;
	width: 119px;
	margin-right: 35px;
}
.f_code_pic{
	width: 119px;
	height: 119px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
}
.f_code_pic img{
	width: 110px;
	height: 110px;
}
.f_code_txt{
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}


/* 产品分类 */
.w1560{
	width: 1560px;
	margin: 0 auto;
}
.product{
	width: 100%;
	height: 100vh;
}
.product .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s linear 2s;
	transform: scale(1.1);
}
.product .swiper-slide-active img,
.product .swiper-slide-duplicate-active img{
	transition: 2s linear;
	transform: scale(1);
}
.product .box{
	padding-top: 100px;
}
.product_con{
	color: #222;
}
.product_con.white{
	color: #fff;
}
.product_con.white .img01{
	display: none;
}
.product_con.white .img02{
	display: block;
}
.product .swiper-slide:nth-child(3) .product_a{
	margin-top: 100px;
}
.product_a{
	font-size: 100px;
	line-height: 110px;
	font-weight: bold;
}
.product_b{
	font-size: 34px;
	line-height: 40px;
	margin: 40px 0;
}
.product_b.p_top{
    transition-delay: 0.3s;
}
.product_c{
	width: 60%;
	padding-bottom: 45px;
}
.product_c.p_top{
    transition-delay: 0.6s;
}
.product_c ul{
	margin-right: -18px;
}
.product_c li{
	float: left;
	padding: 0 40px;
	line-height: 50px;
	background: #fe5e10;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	margin-right: 18px;
}
.product_arrow{
	width: 67px;
	height: 67px;
	position: relative;
}
.product_arrow img{
	width: 100%;
	height: 100%;
}
.product_arrow a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.product_arrow.p_top{
    transition-delay: 1.1s;
}
.product_tm{
	width: 100%;
	height: 100%;
	background: url(../images/pro_10.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/* 产品分类-拌饭专用米-产品列表 */
.w1600{
	width: 1600px;
	margin: 0 auto;
}
.main_bn{
	width: 100%;
	height: 700px;
	position: relative;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_bn .box{
	padding-top: 30px;
}
.bn_tit{
	width: 100%;
	font-size: 24px;
	line-height: 30px;
}
.bn_tit h1{
	font-size: 70px;
	line-height: 76px;
	margin-bottom: 40px;
}
.main_bn .product_c{
	margin-top: 50px;
	padding-bottom: 0;
}

.main{
	min-height: 600px;
	padding: 84px 0 102px;
	overflow: hidden;
}
.pro_list{
	width: 100%;
}
.pro_list li{
	height: 500px;
	background: #f9f9f9;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.pro_list li:last-child{
	margin-bottom: 0;
}
.pro_pic{
	width: 56%;
	height: 500px;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pro_right{
	width: 44%;
	padding: 40px 30px;
}
.pro_tit{
	width: 100%;
	line-height: 48px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 24px;
}
.pro_text{
	color: #333;
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
	margin-bottom: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	/* white-space: normal; */
	white-space: pre-line;
}
.pro_lab{
	width: 100%;
}
.pro_lab ul{
	margin-right: -15px;
}
.pro_lab li{
	float: left;
	height: auto !important;
	display: block;
	/* padding: 0 30px; */
	line-height: 42px;
	/* background: #fe5e10;
	border-radius: 50px; */
	color: #fe5e10;
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px 5px 0;
}


/* 线上商城 */
.mall_bg{
	width: 100%;
	height: 800px;
	background: url(../images/mall_01.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 90px;
	overflow: hidden;
}
.mall_box{
	height: 800px;
	padding-top: 85px;
	display: flex;
	align-items: center;
	position: relative;
}
.mall_left{
	width: 764px;
}
.mall_tit{
	color: #010101;
	font-size: 66px;
	line-height: 74px;
	font-weight: bold;
	margin-bottom: 52px;
}
.mall_codebox{
	width: 400px;
	height: 422px;
	background: url(../images/mall_02.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 61px;
	margin: 0 auto;
}
.mall_codett{
	width: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mall_code{
	width: 244px;
	height: 244px;
	background: #fff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.mall_code img{
	width: 220px;
	height: 220px;
}
.mall_pic{
	width: 879px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.mall_pic img{
	width: 100%;
}


/* 专业定制 */
.main_bn02{
	width: 100%;
	/* height: 640px; */
	position: relative;
	margin-top: 90px;
}
.main_bn02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_text{
	width: 100%;
	line-height: 90px;
	color: #000;
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 34px;
}
.bn_txt{
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	background: #fe5e10;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 52px;
}
.ding_bg{
	width: 100%;
	min-height: 400px;
	background: url(../images/ding_02.jpg) no-repeat left top;
	background-size: 100%;
	padding: 97px 0 83px;
}
.ding_tit{
	width: 100%;
	text-align: center;
	line-height: 88px;
	color: #000;
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 70px;
}
.ding{
	width: 100%;
}
.ding img{
	width: 100%;
	height: auto !important;
}


/* 商业联盟 */
.buss_bg{
	width: 100%;
	min-height: 800px;
	background: url(../images/buss_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 75px 0 100px;
	margin-top: 90px;
	overflow: hidden;
}
.buss_tit{
	width: 100%;
	text-align: center;
	line-height: 64px;
	color: #000;
	font-size: 56px;
	margin-bottom: 74px;
}
.buss_logo{
	width: 100%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.buss_logo img{
	width: 100%;
}
.buss_box{
	padding: 80px 0;
}
.buss_box img{
	width: 100%;
	height: auto !important;
	margin-bottom: 48px;
}


/* 联系我们 */
.con_box{
	padding: 107px 0 148px;
	overflow: hidden;
}
.con_top{
	margin-bottom: 123px;
	overflow: hidden;
}
.con_left{
	float: left;
	width: 550px;
}
.con_tit{
	margin-bottom: 30px;
}
.con_tit h1{
	color: #fe5e10;
	opacity: 0.3;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 18px 0;
}
.con_tit h2{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 36px;
}
.con_tit i{
	width: 100px;
	height: 6px;
	background: url(../images/con_02.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.con_text{
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 35px;
}
.con_code{
	width: 100%;
}
.con_code ul{
	margin-right: -24px;
}
.con_code li{
	float: left;
	width: 192px;
	height: 192px;
	border: solid 1px #bfbfbf;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}
.con_code img{
	width: 160px;
	height: 160px;
}

.mess_bg{
	float: right;
	width: 950px;
	background: #f9f9f9;
	padding: 44px 35px 46px;
}
.mess_tit{
	width: 100%;
	text-align: center;
	line-height: 48px;
	font-size: 40px;
	margin-bottom: 34px;
}
.mess_m{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}
.name{
	width: 430px;
	height: 60px;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	line-height: 58px;
	padding-left: 20px;
	color: #666;
	font-size: 20px;
}
.name::placeholder{
	color: #666;
}
.mess{
	width: 100%;
	height: 155px;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	line-height: 38px;
	padding: 12px 0 0 20px;
	color: #666;
	font-size: 20px;
	margin-bottom: 30px;
}
.mess::placeholder{
	color: #666;
}
.btn_submit{
	width: 300px;
	height: 60px;
	background: #fe5e10;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.map{
	width: 100%;
}
.map img{
	width: 100%;
}


/* 关于我们 */
.about_bn{
	width: 100%;
	overflow: hidden;
	margin-top: 90px;
}
.about_bn img,.about_bn video{
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

.about_box{
	padding: 130px 0 110px;
	overflow: hidden;
}
.about_tit{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 44px;
}
.about_tit h1{
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 22px;
}
.about_tit div{
	margin-bottom: 35px;
}
.about_tit i{
	width: 100px;
	height: 3px;
	background: #fe5e10;
	display: block;
	margin: 0 auto;
}
.about{
	color: #444;
	font-size: 22px;
	line-height: 50px;
	text-align: justify;
	margin-bottom: 54px;
}
.about_list{
	width: 100%;
	margin-bottom: 107px;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	width: 20%;
}
.about_t{
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	text-align: center;
	height: 88px;
	color: #fe5e10;
	font-size: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}
.about_t i{
	width: 13px;
	height: 13px;
	background: #fe5e10;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
}
.about_t span{
	margin-top: 30px;
}
.counter{
	font-size: 78px;
	line-height: 70px;
	font-family: "D-DIN-Bold";
}
.about_text{
	width: 100%;
	text-align: center;
	line-height: 34px;
	color: #333;
	font-size: 24px;
}
.about_pic{
	width: 100%;
}
.about_pic img{
	width: 100%;
	height: auto !important;
}

.story_bg{
	width: 100%;
	background: url(../images/about_03.jpg) no-repeat center top;
	background-size: 100%;
	padding: 95px 0 60px;
	overflow: hidden;
}
.story_tit{
	width: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	margin-bottom: 34px;
}
.story_tit h1{
	font-size: 56px;
	line-height: 62px;
	margin-bottom: 72px;
}
.story_tit h2{
	color: #fe5e10;
	font-size: 46px;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 28px;
}
.story_tit div{
	margin-bottom: 44px;
}
.story_tit i{
	width: 150px;
	height: 1px;
	background: #fe5e10;
	display: block;
	margin: 0 auto;
}
.story_text{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin-bottom: 60px;
}
.story_list{
	position: relative;
	width: 1338px;
	padding: 30px 0;
	margin: 0 auto
}
.story_list .swiper-slide{
	width: 650px;
	height: 370px;
}
.story_list .swiper-slide-active .story_pic{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.story_pic{
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.story_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.honor_bg{
	width: 100%;
	background: #f9f9f9;
	padding: 87px 0 117px;
	overflow: hidden;
}
.honor_tit{
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #666;
	font-size: 20px;
	margin-bottom: 80px;
}
.honor_tit h1{
	color: #000;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 30px;
}
.honor_type{
	width: 710px;
	margin: 0 auto 58px;
}
.honor_type li{
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 20px;
	cursor: pointer;
}
.honor_type li.on{
	background: #fe5e10;
	color: #fff;
}
.honor_con{
	width: 1354px;
	margin: 0 auto;
	overflow: hidden;
}
.honor01,.honor02{
	width: 100%;
	padding: 30px 0 148px;
	position: relative;
}
.honor01 .swiper-slide{
	width: 348px;
	height: 260px;
}
.honor02 .swiper-slide{
	width: 348px;
	height: 491px;
}
.honor01 .swiper-slide-active .honor_pic,
.honor02 .swiper-slide-active .honor_pic{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.honor01 .honor_pic{
	height: 260px;
}
.honor_pic{
	width: 100%;
	height: 491px;
	overflow: hidden;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_bot{
	width: 152px;
	height: 64px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10;
}
.honor_prev,.honor_next{
	width: 64px;
	height: 64px;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor_prev img,.honor_next img{
	width: 19px;
	height: 17px;
}
.honor_prev:hover .img01,.honor_next:hover .img01{
	display: none;
}
.honor_prev:hover .img02,.honor_next:hover .img02{
	display: block;
}
.honor_bot .swiper-button-next:after,.honor_bot .swiper-button-prev:after{
	display: none;
}
.honor_bot .swiper-button-next:hover,.honor_bot .swiper-button-prev:hover{
	background: #fe5e10;
}
.honor_prev{
	left: 0;
}
.honor_next{
	right: 0;
}
.img_modal{
	position: fixed;
	width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	/* width: 70%; */
	position: relative;
}
.img_modal_show{
	display: block;
}
.img_modal .img_modal_img{
	width: 100%;
	height: 80vh;
}
.img_modal .img_modal_img img{
	width: auto;
	height: 100%;
	background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 20px;
	right: 10px;
}
.img_modal_header img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.img_modal_header img:nth-last-child(1){
	width: 50px;
	cursor: pointer;
}


/* 详情 */
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 60px 0 40px;
}
.show{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.show img{
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.fanye{
	padding-top: 30px;
	margin-top: 50px;
	border-top: solid 1px #e2e2e2;
}
.fanye li{
	color: #666;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li a:hover{
	color: #fb5d10;
}