*{
	margin: 0;
	box-sizing: border-box;
}
::-moz-selection{
	background-color:#ffb446;color:#000;
}
::selection{
	background-color:#ffb446;color:#000;
}
body{
	font-size: 16px;
	color: #333;
	/*min-width: 1200px;*/
	font-family: "PingFang SC","Helvetica Neue", Helvetica, "Microsoft YaHei", Tahoma, Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{
    text-decoration: none;
}

/* tip */
.pop-tip{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
}
.pop-tip>div{
    background: #333;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 200px;
    max-width: 300px;
    min-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
.pop-tip span{
    line-height: 24px;
    padding: 12px 30px;
    display: block;
    word-wrap: break-word;
}
.tiptop .pop-tip{
    width: 100%;
    left: 0;
    top: 0;
}
.tiptop .pop-tip.iosfix{
    position: absolute;
}
.tiptop .pop-tip>div{
    background: rgba(255,69,26,0.9);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-width: 100%;
    max-width: 100%;
    min-height: 2.2rem;
    border-radius: 0;
}
.tiptop .pop-tip span{
    line-height: 2.2rem;
    padding: 0;
}

/* pop 弹层 */
.musk{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
}
.pop-out{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
}
.pop-in{
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
}
.pop-in .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background: url(../img/pop_close.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.pop-in .close:hover{
	opacity: 0.8;
}

/* footer */
.footer{
	position: relative;
	height: 130px;
	background: #666;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.arrow_ani {
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

	-webkit-animation-name: up-and-down;
    animation-name: up-and-down;
}
@-webkit-keyframes up-and-down{
	0%{transform:translateY(0)}
	50%{transform:translateY(50px)}
	to{transform:translateY(0)}
}
@keyframes up-and-down{
	0%{transform:translateY(0)}
	50%{transform:translateY(10px)}
	to{transform:translateY(0)}
}


/* ================================================== */
.page{
	width: 1100px;
	margin: 0 auto;
}
.font-s{
	font-size: 16px;
}

.header{
	width: 100%;
	height: 72px;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	position: absolute;
	z-index: 999;
	top: 0;
}
.header .nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.header .nav,
.header .nav a{
	color: #fff;
}
.header .logo{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 72px;
}
.header.shadow{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
	background: #fff;
	background: rgba(255,255,255,0.9);
	position: fixed;
}
.header.shadow .logo{
	color: #444;
}


.banner{
	background: url(../img/banner.jpg) no-repeat;
	height: 730px;
	background-size: cover;
	background-position: center;
}
.banner .slogan{
	font-size: 48px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 67px;
	padding-top: 230px;
}
.banner .slogan p{
	font-size: 34px;
	margin-top: 6px;
}
.banner .down{
	display: none;
}
.block{
	width: 830px;
	margin: 0 auto;
}
.block-1{
	display: flex;
	justify-content: space-between;
	margin: 110px auto 120px;
}
.block-1 .l{
	width: 420px;
	margin-top: 10px;
}
.block-1 .l .title{
	font-size: 36px;
	font-weight: 600;
	color: #222222;
	line-height: 50px;
	margin-bottom: 32px;
}
.block-1 .l p{
	font-weight: 400;
	color: #222222;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 30px;
}
.qrcode{
	width: 286px;
	font-weight: 400;
	color: #222222;
	line-height: 27px;
	text-align: center;
}
.qrcode img{
	width: 100%;
}

.panel-green{
	background: #84FFA3;
	padding: 60px 0;
}
.panel-green .block{
	display: flex;
	justify-content: space-between;
	width: 830px;
	padding: 70px 0 80px;
}
.panel-green .block .l,
.panel-green .block .r{
	width: 360px;
}
.panel-green .title{
	font-size: 36px;
	font-weight: 600;
	color: #222222;
	line-height: 50px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
}
.panel-green .title i{
	display: inline-block;
	margin-right: 9px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/poi1.svg);
	width: 33px;
	height: 45px;
}
.panel-green .ani-2 .title i{
	background-image: url(../img/poi2.svg);
}
.panel-green .ani-3 .title i{
	background-image: url(../img/poi3.svg);
	width: 48px;
	height: 48px;
}
.panel-green .block .gif img{
	width: 100%;
}
.panel-green .block.ani-2 .gif img{
	border-radius: 20px;
}
.panel-green .block p{
	text-align: justify;
	font-weight: 400;
	color: #222222;
	line-height: 27px;
}
.panel-green .block p.scene{
	color: #555555;
	margin-top: 32px;
}
	

.panel-white .contact{
	display: flex;
	justify-content: center;
	padding: 70px 0 90px;
}
.footer .block{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 480px;
    color: #b9b9b9;
}
/* 文章 */
.news-con{
	padding: 100px 0 0;
}
.title{
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	color: #404040;
}
.info{
	/*margin-top: 18px;*/
	font-size: 14px;
    color: #999;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.news-con .content{
	font-size: 18px;
	line-height: 34px;
	color: #404040;
	word-break: break-word;
}
.news-con .content img{
	max-width: 100%;
	margin: 0 auto;
}
.news-con .content p{
	margin: 34px 0;
	text-align: justify;
}
.news-con .content p.center{
	text-align: center;
}
.news-con .content p a{
	color: #404040;
}

/* -------------------    ------------- */
.wx-linkcard{
	display: flex;
	align-items: center;
	width: 390px;
	min-height: 84px;
	border-radius: 10px;
	max-width: 100%;
	overflow: hidden;
	margin: 16px auto;
	padding: 12px;
	background-color: #F6F6F6;
}
.wx-linkcard span{
	flex: 1;
	display: -webkit-box;
	color: #121212;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-weight: 500;
	line-height: 1.7;
	font-size: 14px;
}
.wx-linkcard img{
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-left: 20px;
}
/* ------------------  手机 ------------ */

@media screen and (max-width: 800px) {
    .page,
    .block,
    .panel-green .block{
    	width: 82vw;
    	align-items: center;
    }
    .block-1 .l,
    .panel-green .block .l, 
    .panel-green .block .r{
    	width: 100%;
    }
    .qrcode{
    	max-width: 60vw;
    }
    .banner{
    	height: 100vh;
    	background-position: unset;
    }
    .block-1{
    	flex-direction: column;
    	margin: 50px auto 90px;
    }

    .panel-green{
    	padding: 30px 0;
    }
    .panel-green .block{
    	flex-direction: column;
    	padding: 30px 0 36px;
    }
    .panel-green .block.reverse{
    	flex-direction: column-reverse;
    }
    .panel-green .title{
    	margin-bottom: 24px;
    }
    .panel-green .block p.scene{
    	margin-top: 24px;
    }
    .panel-green .title i{
    	width: 25px;
    	height: 34px;
    }
    .panel-green .ani-3 .title i{
    	width: 36px;
    	height: 36px;
    }
    .panel-green .block .gif{
    	width: 65vw;
    	margin: 9vw auto 0;
    }
    .footer .block{
    	width: 100vw;
    	flex-direction: column;
    	justify-content: center;
    }
    .footer .block span{
    	line-height: 30px;
    }

    .header .logo{
    	font-size: 20px;
    }
    .banner .slogan{
    	font-size: 32px;
    	padding-top: 35vh;
    	margin-top: -120px;
    }
    .banner .slogan p{
    	font-size: 20px;
    }
    .banner .down{
    	display: block;
    	position: absolute;
	    bottom: 28px;
	    width: 100%;
    }
    .banner .down .arrow{
    	width: 7vw;
    	margin: 0 auto;
    }
    .banner .down .arrow img{
    	width: 100%;
    }
    .block-1 .l .title,
    .panel-green .title{
    	font-size: 28px;
    }

    /* 文章 */
    .news-con .title{
		font-size: 20px;
		line-height: 34px;
	}
	.news-con .info{
		font-size: 14px;
	    padding: 10px 0;
	}
	.news-con .content{
		font-size: 14px;
		line-height: 28px;
	}
	.news-con .content p{
		margin: 14px 0;
	}
}

@media screen and (min-width: 801px) and (max-width: 840px) {
	.page,
    .block,
    .panel-green .block{
    	max-width: 96vw;
    }
}

@media screen and (min-width: 841px) and (max-width: 1200px) {
	.page,
    .block,
    .panel-green .block{
    	max-width: 830px;
    }
}
