html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'SourceHanSerifCN-SemiBold';
	src: url('../css/SourceHanSerifCN-SemiBold.woff');
}

/* fullPage */
.section {
	font-family: arial, helvetica;
	color: #fff;
	text-align: center;
}

.fp-section:nth-child(1) {
	background-image: linear-gradient(180deg, #f8f0fc -30%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee);
}

.fp-section:nth-child(2) {
	/* background-image: linear-gradient(0deg, #fff3bf -30%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee); */
	/* background-image: url('../images/section4.jpg'); */
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.fp-section:nth-child(3) {
	/* background-image: linear-gradient(0deg, #ffe8cc -10%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee); */
	background-image: url('../images/nbg1.jpg');
	background-color: #F8F4EB;
	background-repeat: no-repeat;
	background-size: cover;
}

.fp-section:nth-child(4) {
	/* background-image: linear-gradient(0deg, #ffe8cc -50%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee); */
	background-image: url('../images/nbg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.fp-section:nth-child(5) {
	/* background-image: linear-gradient(0deg, #ffe8cc -10%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee); */
	background-image: url('../images/nbg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.fp-section:nth-child(6) {
	/* background-image: linear-gradient(0deg, #ffe8cc -10%, rgba(255, 255, 255, 0.15) 50%, #f9f6ee); */
	background-image: url('../images/nbg4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	width: 22px;
	height: 22px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #dabe8b;
}

#fp-nav ul li a.active {
	box-sizing: border-box;
	border: 1px #dabe8b solid;
	border-radius: 50%;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 24px;
}

#fp-nav ul li .fp-tooltip {
	top: 0px;
}

/* 顶部logo */
.full-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11111111;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 7px rgba(219, 195, 144, .5);
}

.full-header>.full-header-cont {
	width: 84%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.full-header>.full-header-cont>a {
	display: inline-block;
	width: auto;
	height: 1.2rem;
	max-height: 100px;
}

.full-header>.full-header-cont>a>img {
	height: 1.2rem;
	max-height: 100px;
}

/* 顶部导航 */
.full-header>.full-header-cont>.menuCont {
	height: 1.2rem;
	max-height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.menuCont>.navbar {
	width: 100%;
	height: 1.2rem;
}

.menuCont>.navbar>.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.menuCont>.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.menuCont>.navbar>.container-fluid>.collapse>.navbar-nav {
	width: 100%;
}

.menuCont>.navbar>.container-fluid>.collapse>.navbar-nav>.nav-item>.nav-link {
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	color: #475568;
	font-size: min(0.3rem, 30px);
	position: relative;
}

.menuCont>.navbar>.container-fluid>.collapse>.navbar-nav>.nav-item>.nav-link:hover {
	color: #bf2e3a;
}

.menuCont>.navbar>.container-fluid>.collapse>.navbar-nav>.nav-item>.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #bf2e3a;
	transition: width 0.3s ease;
}

.menuCont>.navbar>.container-fluid>.collapse>.navbar-nav>.nav-item>.nav-link:hover::after {
	width: 100%;
}

.menuCont>.navbar>.container-fluid {}

.menuCont>.navbar>.container-fluid>button {
	font-size: 0.4rem;
	padding: 0.01rem 0.25rem;
	border-radius: 0.1rem
}

.menuCont>.navbar>.container-fluid>.navbar-toggler:focus {
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 1px;
}

/* 第一部分：轮播图 */
.zzl-swiper {
	height: 100vh;
}

.zzl-swiper .carousel-inner .carousel-item img {
	object-fit: cover;
	height: 100vh;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: min(1.2rem, 100px);
	height: min(1.2rem, 100px);
}

/* 第二部分：新闻资讯 */
.main-news {
	width: 84%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 90px;
	height: 100%;
	margin-top: 80px;
	height: 800px;
}

.main-news>.title {
	position: relative;
}

.main-news>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 35px 0px 20px 0px;
	font-size: min(0.55rem, 35px);
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
	color: #78552f;
}

.main-news>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #c02c38;
	position: absolute;
	left: calc(50% - 60px);
}

.main-news>.cont-news {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 1600px;
}

.main-news>.cont-news>.news-swiper {
	position: relative;
	background-color: rgba(0, 0, 0, .8);
	width: 8.5rem;
	max-width: 650px;
	overflow: hidden;
}

.news-swiper .swiper-slide>img {
	width: 8.5rem;
	max-width: 650px;
}

.news-swiper .swiper-slide>a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: min(0.25rem, 30px);
	color: #ccc;
	position: absolute;
	bottom: 0.4rem;
	text-align: center;
}

.news-swiper .swiper-slide>a:hover {
	color: #78552b;
}

.news-swiper>.swiperCont>.swiper-button-prev,
.news-swiper>.swiperCont>.swiper-button-next {
	color: rgba(255, 255, 255, 0.5) !important;
	top: var(--swiper-navigation-top-offset, 45%) !important;
}

.news-swiper>.swiperCont>.swiper-button-prev:hover,
.news-swiper>.swiperCont>.swiper-button-next:hover {
	color: rgba(255, 255, 255, 0.8) !important;
	text-shadow: 0 0 30px #fff;
}

.news-swiper .swiper-pagination-bullet {
	background-color: #fff;
}

.news-text {
	width: 57%;
}

.news-text>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news-text>ul>li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.news-text>ul>li:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.news-text>ul>li>.news-date {
	width: 1.5rem;
	height: 1.5rem;
	max-width: 110px;
	max-height: 110px;
	border: 1px solid #dedede;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #475568;
}

.news-text>ul>li>.news-date>h2 {
	padding: 0px;
	margin: 5px;
	font-size: min(0.4rem, 30px);
}

.news-text>ul>li>.news-date>h3 {
	padding: 0px;
	margin: 5px;
	font-weight: 100;
	font-size: min(0.2rem, 20px);
}

.news-list {
	width: calc(100% - min(1.6rem, 150px));
	text-decoration: none;
	color: #475568;
	text-align: left;
}

.news-list:hover,
.news-list:focus {
	color: #78552b;
	text-decoration: none;
}

.news-list>.news-title {
	font-weight: 500;
	font-size: min(0.25rem, 30px);
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-list>.news-abstract {
	font-size: min(0.2rem, 20px);
	color: #999;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 第三部分：产品展示 */
.main-product .phone {
	width: 100%;
}
.main-product {
	width: 84%;
	margin: 0 auto;
	/* position: relative; */
}
.main-product .left-nav,
	.main-product .right-product-list {
		display: block;
	}
.main-product>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 35px 0px 20px 0px;
	font-size: min(0.55rem, 35px);
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
	color: #78552f;
}

.main-product>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #c02c38;
	position: absolute;
	left: calc(50% - 60px);
}

.main-product>.cont-text {
	display: inline-block;
	width: 100%;
	padding: 25px 5px 10px 5px;
	font-weight: 300;
	font-size: min(0.32rem, 24px);
	color: #475568;
	text-decoration: none;
}

.main-product>.cont-text:hover,
.main-product>.cont-text:focus {
	text-decoration: none;
	color: #78552b;
}
.fp-section:nth-child(3) {
	position: relative;
	/* justify-content: start; */
}
.main-product {
	display: flex;
	gap: 100px;
	margin-top: min(1.25rem, 150px);
}
.main-product .left-nav {
	/* background-color: #bf2e3a; */
	width: 17%;
	/* height: 300px; */
}
.main-product .left-nav   .top-img {
	padding: 1.4125rem 0 0;
    /* top: min(1.25rem, 36px); */
    /* position: absolute; */
}
.main-product .left-nav img {
	height: min(2.123rem, 200px);
}
.main-product .left-nav .bottom-nav {
	height: 436.006px;
	margin-top: 30px;
	/* top: min(5.0rem, 380px); */
    /* position: absolute; */
}

.main-product .left-nav .bottom-nav ul {
	display: flex;
	height: 100%;
	padding-left: 0;
}
.main-product .left-nav .bottom-nav ul li {
	width: min(0.9875rem, 65px);
	text-align: center;
    border-right: 1px solid #dac9a6;
    cursor: pointer;
    position: relative;
}

.main-product .left-nav .bottom-nav ul li.on {
	background: rgba(218, 208, 166, .1);
}
.main-product .left-nav .bottom-nav ul li.on::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #e0c99c url(https://www.moutaichina.com/mtgf/template/page/index/bg_mk1.png) no-repeat center center; */
    background: rgba(219, 195, 144, .5) ;
    background-size: 100% 80%;
    display: block;
    width: 100%;
    height: 42%;
    max-height: 270px;
}
.main-product .left-nav .bottom-nav ul li a {
	color: #dabe87;
	display: inline-block;
	font-size:  min(0.25rem, 20px);
	color: #78552b;
	width: min(0.25rem, 20px);
	line-height: 130%;
	font-weight: 600;
	text-decoration: none;
	margin: min(0.3rem, 20px) 0 min(2.5rem, 140px);
}
/* 右侧内容 */
.main-product .right-product-list {
	flex: 1;
	/* height: 436.006px; */
	overflow: hidden;
}
.main-product .right-product-list .content-list {
    /* background-color: skyblue;	 */
    margin-top: 15px;
	min-height: min(11.5rem, 570px);
}
.main-product .right-product-list h2 {
	margin-bottom: 0px;
	font-size: 0;
}
.main-product .right-product-list .hd {
	display: flex;
	justify-content: space-between;
}
.main-product .right-product-list .hd  a {
	/* float: right; */
	margin-right: 1rem;
    color: #78552b;
	font-size: min(.3rem, 18px);
	text-decoration: none;
}
.main-product .right-product-list .hd .pn {
	margin-top: 5px;
	display: flex;
}

.main-product .right-product-list .hd .pn .prev , 
.main-product .right-product-list .hd .pn .next {
	width: min(0.35rem, 25px);
    height: min(0.35rem, 25px);
    background: rgba(178, 130, 71, .5);
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height:min(0.35rem, 25px);
    font-size: min(.3rem, 18px);
}

.main-product .right-product-list  .product-card-style {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	gap: 30px;
}

.product-card-style  {
	margin: 0;
	padding: 0;
}
.main-product .right-product-list  .product-card-style li {
	position: relative;
	list-style: none;
	width: 30%;
	border: 1px solid #BF2E3A;
	/* margin-bottom: 15px; */
}

.main-product .right-product-list  .product-card-style .card-item {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	background-color: rgba(255,255,255,.5);
}
.main-product .right-product-list  .product-card-style .card-item .hover-item{
	margin: 0 15px; 
	position: relative;
	height: min(2.8rem, 300px);
}
.main-product .right-product-list  .product-card-style .card-item em {
	position: relative;
	border-bottom: 1px solid #BF2E3A;
	margin: 0 15px;
	line-height: 50px;
	text-align: center;
	color: #0a0204;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: min(0.2rem, 25px);
	z-index: 99;
}
.main-product .right-product-list  .product-card-style .card-item img {
	width: 100%;
	height: 100%;
}
.main-product .right-product-list  .product-card-style .card-item:hover .product-parameter-style {
	width: 95%;
	height: 95%;
	top: 2%;
	left: 2%;
	padding: 9px 15px;
	text-align: left;
	font-size: min(18px, 0.2rem);
}
.main-product .right-product-list  .product-card-style .product-parameter-style {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	overflow: hidden;
	transition: .5s all;
	padding: 0;
	font-size: 14px;
	background-color: #BF2E3A;
}
.main-product .right-product-list  .product-card-style .product-parameter-style .a-btn {
	text-decoration: none;
	width: 40%;
	color: rgb(120, 85, 43); 
	display: block;
    border: 1px solid #e2cda3;  
	background: rgba(255, 255, 255, .5);
	text-align: center;
	margin: 0 auto;
	margin-top: 3%;
}
.main-product .right-product-list  .product-card-style .product-parameter-style .a-btn:hover {
	color: #fff !important;
    /* transition: 0.4s; */
}
.main-product .right-product-list  .product-card-style .product-parameter-style p {
	margin: 0;
	margin-bottom: 3px;
	color: #fff;
	font-family: "微软雅黑";
	/* line-height: 25px; */
	line-height: min(0.3rem, 36px);
}
.main-product .right-product-list  .product-card-style .product-parameter-style .btn {
	width: 40%;
	margin-top: 3%;
	font-family: "微软雅黑";
}
.main-product .prev-stop, 
.main-product .next-stop {
	background: rgba(178, 130, 71, .3) !important;
}

/* 新闻中心 */
.main-news {
	position: static;
	display: flex;
	gap: 40px;
}
.main-news .left-nav {
	width: auto !important;
}
.main-news .left-nav   .top-img {
	padding: 1.4125rem 0 0;
    /* top: min(1.25rem, 35px); */
    /* position: absolute; */
}
.main-news .left-nav img {
	height: min(2.123rem, 200px);
}
.main-news .left-nav .bottom-nav {
	/* height: 436.006px; */
	margin-top: 30px;
	/* top: min(5.0rem, 380px); */
    /* position: absolute; */
}

.main-news .left-nav .bottom-nav ul {
	display: flex;
	height: 100%;
	padding-left: 5%;
}
.main-news .left-nav .bottom-nav ul li {
	width: min(0.9875rem, 70px);
	text-align: center;
    /* border-right: 1px solid #dac9a6; */
    cursor: pointer;
    position: relative;
}

.main-news .left-nav .bottom-nav ul li.on a {
	/* background: rgba(218, 208, 166, .1); */
	color: #dabe87;
}

.main-news .left-nav .bottom-nav ul li a {
	color: #dabe87;
	display: inline-block;
	font-size:  min(0.25rem, 20px);
	color: #78552b;
	width: min(0.25rem, 20px);
	line-height: 130%;
	font-weight: 600;
	text-decoration: none;
	margin: min(0.3rem, 20px) 0 min(2.5rem, 140px);
}
/* 右侧内容 */
.main-news  .right-content {
	display: flex;
	gap: min(1.2rem, 50px);
	width: 100%;
	margin-top: min(1.25rem, 130px);
	gap: 15px;
	justify-content: space-between;
}
.main-news  .right-content  .up {
	/* 自适应高度 */
	height: min(5.5rem, 370px);
}
.main-news  .right-content  .up img {
	width: 100%;
	height: 100%;
}
.main-news  .right-content .down {
	margin-top: 30px;
	font-size: 25px;
	text-align: left;
	display: block;
    color: #78552b;
    width: 100%;
}
.main-news  .right-content .down .date {
	font-size: min(0.3rem , 18px);
}
.main-news  .right-content .down .year {
	font-size: min(0.3rem , 18px);
	display: block;
} 
.main-news  .right-content .down  .newtitle {
	display: block;
	font-size: min( 0.4rem, 25px);
    line-height: 150%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}
.main-news  .right-content .down .datetime {
	position: relative;
}
.main-news  .right-content .down .datetime::after {
	background: url(https://www.moutaichina.com/mtgf/template/page/index/moreIcon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0.13rem;
    content: '';
    display: inline-block;
	width: 40px;
    height: 60px;
}
.main-news  .right-content .down .newsum {
	display: -webkit-box;
	font-size: min(0.2rem, 15px);
    line-height: 140%;
    margin-top: 0.125rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: '微软雅黑';
    overflow: hidden;
}
.main-news .right-content  .left-big-content {
	float: left;
	width: min(8rem, 800px);
	overflow: hidden;
}
/* 右侧内容 */
.main-news  .right-content .right-list-item {
	float: right;
	display: flex;
	flex-direction: column;
	/* flex: 1; */
	/* height: 100%; */
	width: 47%;
	gap: 40px;
}
.main-news  .right-content .right-list-item .item {
	display: flex;
	text-decoration: none;
	color: #78552b;
	text-align: left;
	justify-content: space-between;
}
.main-news  .right-content .right-list-item .item .item-content {
	width: 60%;
}
.main-news  .right-content .right-list-item .item-img{
    width: min(2.7625rem, 260px);
    height: min(2rem, 160px);
}
.main-news  .right-content .right-list-item .item-img img {
	width: 100%;
	height: 100%;
}
.main-news  .right-content .right-list-item .date {
	display: block;
	font-size: min(0.3rem , 18px);
}
.main-news  .right-content .right-list-item .year {
	display: block;
	font-size: min(0.3rem , 18px);
	display: block;
} 
.main-news  .right-content .right-list-item  .newtitle {
	/* display: block; */
	font-size: min( 0.3rem, 25px);
    /* line-height: 150%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold; */
	display: -webkit-box;
	color: #78552b;
    line-height: 140%;
    margin-top: 0.125rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: '微软雅黑';
    overflow: hidden;
	font-weight: bold;
	
}
.main-news  .right-content .right-list-item .datetime {
	position: relative;
}
.main-news  .right-content .right-list-item .datetime::after {
	background: url(https://www.moutaichina.com/mtgf/template/page/index/moreIcon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0.13rem;
    content: '';
    display: inline-block;
    width: 30px;
    height: 60px;
}
.main-news  .right-content .right-list-item .newsum {
	display: -webkit-box;
	font-size: min(0.2rem, 20px);
	color: #78552b;
    line-height: 140%;
    margin-top: 0.125rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: '微软雅黑';
    overflow: hidden;
}
.main-news .left-nav, 
.main-news .right-content {
	display: flex !important;
}
.main-news .left-nav {
	flex-direction: column;
}	
.main-news .right-content {
	display: block !important;
}
.product {
	margin-top: 25px;
}

.product>.swiper {
	width: calc(100% - 1px);
}

.product>.swiper>.swiper-wrapper>.swiper-slide>.card {
	align-items: center;
	border-radius: 0.1rem;
}

.product>.swiper>.swiper-wrapper>.swiper-slide>.card>.card-body {
	padding: 0.25rem 0.15rem;
	display: inline-block;
	text-decoration: none;
}
.product>.swiper>.swiper-wrapper>.swiper-slide>.card>.card-body:hover>h4,
.product>.swiper>.swiper-wrapper>.swiper-slide>.card>.card-body:hover>p{
	color: #bf2e3a;
}

.product>.swiper>.swiper-wrapper>.swiper-slide>.card>.card-body>.card-title {
	margin-bottom: .05rem;
	color: #475568;
	font-size: min(0.4rem, 30px);
}

.product>.swiper>.swiper-wrapper>.swiper-slide>.card>.card-body>.card-text {
	margin-bottom: .05rem;
	color: #475568;
	font-size: min(0.25rem, 20px);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-img {
	max-width: 300px;
	height: 200px !important;
}

.product-button {
	color: rgba(0, 0, 0, 0.1) !important;
	top: var(--swiper-navigation-top-offset, 45%) !important;
}

.product-button:hover {
	color: rgba(0, 0, 0, 0.3) !important;
	text-shadow: 0 0 20px #475568;
}

/* 第四部分：红缨子之家 */
.main-home {
	width: 84%;
	margin: 0 auto;
	position: relative;
}

.main-home>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 35px 0px 20px 0px;
	font-size: min(0.55rem, 35px);
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
	color: #78552f;
}

.main-home>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #c02c38;
	position: absolute;
	left: calc(50% - 60px);
}

.main-home>.cont-text {
	display: inline-block;
	width: 100%;
	padding: 25px 5px 10px 5px;
	font-weight: 300;
	font-size: min(0.32rem, 24px);
	color: #475568;
	text-decoration: none;
}

.main-home>.cont-text:hover,
.main-home>.cont-text:focus {
	text-decoration: none;
	color: #78552b;
}

.main-home>.home{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.icon-box{
	display: inline-block;
	text-decoration: none;
	width: min(3.5rem, 210px);
	height: min(3.5rem, 210px);
	/* border: 1px red solid; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icon-box>.icon-title{
	font-size: min(0.37rem, 25px);
	color: #e67700;
	font-family: 'SourceHanSerifCN-SemiBold';
}
.icon-box>.icon-cont{
	width: min(1.62rem, 100px);
	height: min(1.62rem, 100px);
	border-radius: 50%;
	background-image: linear-gradient(135deg,#ada996,#f2f2f2,#dbdbdb,#eaeaea);
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-box>.icon-cont>.my-icon{
	font-size: min(0.75rem, 50px);
	color: #f9b537;
}

.icon-box:hover>.icon-title{
	color: #f9b537;
}
.icon-box:hover>.icon-cont{
	background-image: linear-gradient(180deg,#fce38a,#f38181);
}
.icon-box:hover>.icon-cont>.my-icon{
	color: #fff;
}





/* 第五部分：走进红缨子 */
.main-com {
	width: 84%;
	margin: 0 auto;
	position: relative;
}


.main-com>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 20px;
	font-size: min(0.55rem, 35px);
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
	color: #78552f;
}

.main-com>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #c02c38;
	position: absolute;
	left: calc(50% - 60px);
}

.main-com>.cont-text {
	display: inline-block;
	width: 100%;
	padding: 25px 5px 10px 5px;
	font-weight: 300;
	font-size: min(0.32rem, 24px);
	color: #475568;
	text-decoration: none;
}

.main-com>.cont-text:hover,
.main-com>.cont-text:focus {
	text-decoration: none;
	color: #78552b;
}

.com-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
}

.com-img>img {
	width: 100%;
	max-width: 1920px;
}

.com-img>.com-img-r {
	width: 51%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.com-img>.com-img-r>img {
	width: 46%;
	max-width: 300px;
}

.com-img img {
	padding: 3px;
	border-radius: 5px
}

.com-img img:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* 第六部分：招商合作 */
.main-business {
	width: 84%;
	margin: 0 auto;
	position: relative;
}

.main-business>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 35px 0px 20px 0px;
	font-size: min(0.55rem, 35px);
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
	color: #78552f;
}

.main-business>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #c02c38;
	position: absolute;
	left: calc(50% - 60px);
}

.main-business>.cont-text {
	display: inline-block;
	width: 100%;
	padding: 25px 5px 10px 5px;
	font-weight: 300;
	font-size: min(0.32rem, 24px);
	color: #475568;
	text-decoration: none;
}

.main-business>.cont-text:hover,
.main-business>.cont-text:focus {
	text-decoration: none;
	color: #78552b;
}

/* 底部版权 */
.myFooter {
	height: 150px;
	width: 100%;
	background-color: #bf2e3a;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.myFooter>.footer-cont {
	width: 84%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;

}

.myFooter>.footer-cont>p {
	display: block;
	width: 50%;
	text-align: left;
	line-height: 1.5em;
	font-size: min(0.25rem,18px);
	margin-bottom: 0px;
	color: #fff;

}