@charset "gb2312";

/* CSS Document */
#superContainer {
	min-width: 1200px;
	width: 100%;
	height: auto;
}

/* 右侧导航 */
#fullPage-nav {
	_display: none;
	font-size: 12px;
	left: 8%;
	right: initial !important;
}

#fullPage-nav ul {
	background: url(../images/dian.png) 4px no-repeat;
	color: #f54332;
}

#fullPage-nav li {
	width: 90px;
	height: 12px;
	margin: 28px 0 0;
	vertical-align: middle;
	color: #f54332;
}

#fullPage-nav li a {
	float: left;
	width: 10px;
	height: 10px;
	border: 1px #999 solid;
	color: #f54332;
	text-decoration: none;
	text-align: right;
	background: none;
	border-radius: 100%;
	;
}

#fullPage-nav li .active,
#fullPage-nav li:hover a {
	border: 1px #f54332 solid;
	color: #f54332;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: right;
	top: 0;
	margin-right: 5px;
	font: 12px "Microsoft Yahei";
	color: #f54332;
	line-height: 14px;
}


.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	/* top: 0; */
	width: 100%;
	height: 100%;
}

.section .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.bg11 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 52px;
	text-align: center;
}

.bg11 span {
	border: 3px #f54332 solid;
	border-radius: 30px;
	width: 26px;
	height: 46px;
	display: inline-block;
}

.bg11 i {
	width: 5px;
	height: 11px;
	display: inline-block;
	background-color: #f54332;
	border-radius: 30px;
	margin-top: 6px;
}


.bg12 {
	/* position: absolute; */
	top: 0;
	width: 100%;
	height: 155px;
	background: #fff;
}

@keyframes bounce-inSS {

	0%,
	50%,
	100% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(80%);
		opacity: 0.8;
	}

	100% {
		transform: translateY(160%);
		opacity: 0.4;
	}
}

.arrowTransform {
	animation: bounce-inSS 1s infinite;
	/* ?动动画特? */
	margin: 0 auto;
}

.ab-section {
	width: 427px;
	height: auto;
	margin: 0 auto;
	/* position: absolute;
	left: 50%;
	top: 15%;
	z-index: 10;
	margin-left: -256px; */
	text-align: left;
	float: left;
}

.section strong {
	font-size: 34px;
	font-weight: bold;
	color: #f54332;
	display: block;


}

.section h3 {
	font-size: 24px;
	color: #333;
	display: block;
	margin-bottom: 50px;
	margin-top: 20px;
}

.font-p1 {
	font-size: 14px;
	color: #666;
	line-height: 28px;

}

.video {
	position: absolute;
	right: -91px;
	background: url(../images/diannao.png) center no-repeat;
	width: 862px;
	height: 512px;
	top: 40px;
}

.video-img {
	width: 669px;
	height: 376px;
	overflow: hidden;
	position: relative;
	margin-left: 93px;
	margin-top: 27px;
}

.video-img i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/bofang.png) rgba(0, 0, 0, 0.4) center no-repeat;
	display: list-item;
}

.baofang {
	position: absolute;
	top: 145px;
	left: 292px;
	z-index: 2;
}

.video-img:hover i {
	display: none;
}

.sec_main {
	margin-top: 8%;
}

.section3,
.section5,
.section7 {
	background-color: #fff;
}

.section3 .ab-section {
	width: 626px;
}

.section3 .font-p1 {
	margin-top: 36px;
	width: 310px;
}

.sec3-img {
	/* margin-left: 202px;
	margin-top: -102px; */
	margin-left: 100px;
    margin-top: 65px;
}

.culture {
	float: right;
	width: 448px;
	height: auto;
	margin-top: 90px;
}

.culture li {
	width: 100%;
	height: auto;
	display: table;
	text-align: left;
	margin-bottom: 60px;
}

.culture li img {
	float: left;
	margin-right: 18px;
}

.culture li b {
	font-size: 18px;
	color: #666;
	display: block;
	margin-bottom: 4px;
	margin-top: 3px;
}

.culture li span {
	display: block;
	font-size: 16px;
	color: #666;
}

.section4 {
	background-color: #f7f8fa;
}

.web-gather {
	position: relative;
	height: 482px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	margin-top: 46px;
}

.web-gather li {
	position: relative;
	width: 190px;
	height: 482px;
	float: left;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	margin-left: -24px;
	-webkit-transition: .4s;
}

.gather-note {
	width: 100%;
	position: absolute;
	bottom: 26px;
	left: 0;
	z-index: 1;
	text-align: center;
	height: 80px;
	overflow: hidden;
}

.gather-note b {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 13px;
}

.gather-note span {
	font-size: 14px;
	display: block;
	line-height: 20px;
	color: #fff;
}

.mar-no {
	margin-left: 0 !important;
}

.web-gather li.on {
	width: 652px;
	-webkit-transition: .4s;
	background: url(../images/chuangjian05.png) center no-repeat;
	box-shadow: 0 2px 9px rgba(236, 236, 236, 0.84);
	-webkit-transition: .4s;
}

.mar-r-50 {
	margin-right: 0;
}

.web-gather li.on.mar-r-50 {
	margin-right: 50px;
}

.mar-l-26 {
	margin-left: 0;
}

.web-gather li.on.mar-l-26 {
	margin-left: 26px;
}

.web-gather li.on .gather-note,
.web-gather li.on .sec4-img {
	display: none;
}

.sec-up {
	display: none;
}

.web-gather li.on .sec-up {
	display: list-item;

}

.sec-up-left {
	float: left;
	text-align: left;
	margin-left: 30px;
	margin-top: 56px;
}

.sec-up-left b {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	display: block;
}

.sec-up-left i {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	display: block;
	margin-top: 10px;
	margin-bottom: 16px;
	height: 48px;
}

.sec-up-left em {
	display: block;
	width: 32px;
	height: 3px;
	background-color: #f54332;
	border-radius: 10px;
}

.sec-up-left p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	width: 270px;
	margin-top: 20px;
	height: 280px;
}

.sec4-img02 {
	float: right;
	margin-right: 22px;
	margin-top: 44px;
}

.core {
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 80px;
}

.core li {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #f4f4f4;
	box-shadow: 0 3px 6px rgba(236, 236, 236, 0.84);
	margin-top: 17px;
	cursor: pointer;
	-webkit-transition: .4s;
	position: relative;
	margin-left: 46px;
}

.core li b {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color: #666;
	display: block;
	padding: 32px 0;
	-webkit-transition: .4s;
}

.core li:hover {
	background-color: #f54332;
	-webkit-transition: .4s;
}

.core li:hover b {
	color: #fff;
	-webkit-transition: .4s;
}

.core-no {
	text-align: left;
	padding-top: 10px;
	position: absolute;
	z-index: 2;
	opacity: 0;
	-webkit-transition: .4s;
}

.core li:hover .core-no {
	opacity: 1;
	-webkit-transition: .4s;
	z-index: 4;
}

.core-no p {
	font-size: 14px;
	color: #333;
	padding-left: 56px;
	padding-top: 12px;
	-webkit-transition: .4s;
}

.core-no p i {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #b8b8b8;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	-webkit-transition: .4s;
}

.width01 {
	background: url(../images/beijing.png) top no-repeat;
	width: 300px;
	height: 126px;
	top: -6px;
	left: 128px;
}

.width02 {
	background: url(../images/beijing02.png) top no-repeat;
	width: 384px;
	height: 233px;
	top: -58px;
	left: 128px;
}

.width02 p {
	padding-top: 14px;
}

.width03 {
	background: url(../images/beijing03.png) top no-repeat;
	width: 593px;
	height: 171px;
	top: -28px;
	left: 128px;
}

.width03 p {
	padding-top: 14px;
}

.core-no p:hover {
	color: #f54332;
	-webkit-transition: .4s;
}

.core-no p:hover i {
	background-color: #f54332;
	-webkit-transition: .4s;
}

.sec5-img {
	position: absolute;
	right: 18px;
	top: 0;
	z-index: 1;
}

.section6 {
	background: #f7f8fa;
}

.slideTxtBox {
	width: 1200px;
	height: auto;
	position: relative;
	margin-top: 40px;
}

.slideTxtBox .hd {
	position: absolute;
	right: 0;
	top: -86px;
	z-index: 1;
	text-align: center;
	background: url(../images/xian01.png) center no-repeat;
	height: 792px;
	width: 240px;
}

.slideTxtBox .hd ul {
	padding-top: 86px;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	color: #666;
	width: 240px;
	height: auto;
	line-height: 45px;
	-webkit-transition: .4s;
	margin-top: 30px;
	padding-bottom: 20px;
	display: table;
}

.slideTxtBox .hd ul li i {
	font-size: 14px;
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 10px;
}

.slideTxtBox .hd ul li span {
	font-size: 18px;
	float: left;
	width: 120px;
	text-align: left;
}

.slideTxtBox .hd ul li span em {
	width: 18px;
	height: 1px;
	background-color: #999;
	float: left;
	margin-right: 12px;
	margin-top: 20px;
}

.slideTxtBox .hd ul li.on {
	color: #f54332;
	-webkit-transition: .4s;
}

.slideTxtBox .hd ul li.on span em {
	width: 46px;
	background-color: #f54332;
}

.slideTxtBox .hd ul li.on span {
	font-size: 26px;
}

.slideTxtBox .bd {
	width: 100%;
	height: auto;
	clear: both;
}

.xm_list {
	width: 100%;
	height: 340px;
	background: url(../images/shuzi.png) 54px bottom no-repeat;
	text-align: left;
}

.xl_list {
	width: 100%;
	height: 340px;
	background: url(../images/shuzi02.png) 54px bottom no-repeat;
	text-align: left;
}

.xo_list {
	width: 100%;
	height: 340px;
	background: url(../images/shuzi03.png) 54px bottom no-repeat;
	text-align: left;
}

.xp_list {
	width: 100%;
	height: 340px;
	background: url(../images/shuzi04.png) 54px bottom no-repeat;
	text-align: left;
}

.xq_list {
	width: 100%;
	height: 340px;
	background: url(../images/shuzi05_n.png) 54px bottom no-repeat;
	text-align: left;
}

.slideTxtBox .bd li b {
	font-size: 22px;
	color: #f54332;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 40px;
}

.slideTxtBox .bd li span {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 34px;
}

.slideTxtBox .bd li span em {
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #999;
	margin-right: 14px;
	margin-top: 14px;
}

.section7 h3 {
	margin-bottom: 0 !important;
}

.box {
	width: 100%;
	height: 470px;
	position: relative;
	margin-top: 34px;
}

.list {
	width: 100%;
	height: 402px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.btn-box {
	position: absolute;
	top: 180px;
	width: 41px;
	height: 41px;
	border-radius: 100%;
	cursor: pointer;
	left: 230px;
	z-index: 10;
}

.next {
	right: 230px;
	left: initial;
}

.list li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	transition: all 0.3s ease-out;
}

.p1 {
	transform: translate3d(-666px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.p2 {
	transform: translate3d(0px, 0, 0) scale(0.76);
	transform-origin: 0 50%;
	opacity: 1;
	z-index: 2;
	width: 692px;
	height: 402px;
}
.p2 i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.p3 {
	transform: translate3d(253px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
	width: 692px;
	height: 402px;
}

.p4 {
	transform: translate3d(508px, 0, 0) scale(0.76);
	transform-origin: 100% 50%;
	opacity: 1;
	z-index: 2;
	width: 692px;
	height: 402px;
}
.p4 i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.p5 {
	transform: translate3d(250px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.p6 {
	transform: translate3d(1146px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.p7 {
	transform: translate3d(-666px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.p8 {
	transform: translate3d(0px, 0, 0) scale(0.76);
	transform-origin: 0 50%;
	opacity: 0;
	width: 692px;
	height: 402px;
}

.p9 {
	transform: translate3d(253px, 0, 0) scale(1);
	opacity: 1;
	width: 692px;
	height: 402px;
}

.p10 {
	transform: translate3d(508px, 0, 0) scale(0.76);
	transform-origin: 100% 50%;
	opacity: 0;
	width: 692px;
	height: 402px;
}

.p11 {
	transform: translate3d(250px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.p12 {
	transform: translate3d(1146px, 0, 0) scale(0.76);
	width: 692px;
	height: 402px;
	opacity: 0;
}

.sec7-title{
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 412px;
	width: 100%;
	
}

.buttons {
	position: absolute;
	width: 1200px;
	height: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}

.buttons a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 6px;
}

.buttons span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #d5d5d5;
}

.buttons span.hui9 {
	background: #999;
}

.section8{
	background: url(../images/beijing04.jpg) center no-repeat;
}
.sec8-ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 66px;
	display: table;
}
.sec8-ul li{
	float: left;
	text-align: center;
	width: 193px;
	height: auto;
	margin: 0 103px;
	position: relative;
}
.sec8-ul li i{
	display: block;
	width: 193px;
	height: 192px;
	margin: 0 auto;
	-webkit-transition: .4s;
}
.sec8-ul li b{
	display: block;
	font-weight: bold;
	font-size: 22px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 10px;
	-webkit-transition: .4s;
}
.sec8-ul li span{
	display: block;
	font-size: 18px;
	color: #666;
	-webkit-transition: .4s;
}
.sec8-ul li p{
	font-size: 14px;
	color: #666;
	background: url(../images/dianji.png) center no-repeat;
	width: 219px;
	height: 70px;
	position: absolute;
	top: 164px;
	left: -13px;
	z-index: 1;
	line-height: 75px;
	opacity: 0;
	-webkit-transition: .4s;
}
.sec8-i01{
	background: url(../images/about01.png) center no-repeat;
}
.sec8-i02{
	background: url(../images/about03.png) center no-repeat;
}
.sec8-i03{
	background: url(../images/about05.png) center no-repeat;
}
.sec8-ul li:hover .sec8-i01{
	background: url(../images/about02.png) center no-repeat;
	-webkit-transition: .4s;
}
.sec8-ul li:hover .sec8-i02{
	background: url(../images/about04.png) center no-repeat;
	-webkit-transition: .4s;
}
.sec8-ul li:hover .sec8-i03{
	background: url(../images/about06.png) center no-repeat;
	-webkit-transition: .4s;
}
.sec8-ul li:hover span ,.sec8-ul li:hover b{
	color: #f54332;
	-webkit-transition: .4s;
}
.sec8-ul li:hover p{
	opacity: 1;
	-webkit-transition: .4s;
}


.slideTxtBox2 {
	width: 1200px;
	height: auto;
	position: relative;
}

.slideTxtBox2 .hd {
	position: absolute;
	right: 0;
	top: -32px;
	z-index: 1;
}
.slideTxtBox2 .hd ul li{
    cursor: pointer;
    color: #666;
	font-size: 16px;
    -webkit-transition: .4s;
	width: 104px;
	height: 36px;
	line-height: 36px;
	border-radius: 30px;
	float: left;
	margin-left: 30px;
}
.slideTxtBox2 .hd ul li a{
	font-style: normal;
	color: #666;
	display: block;
}
.slideTxtBox2 .hd ul li.on{
	font-weight: bold;
	color: #fff;
	background-color: #f54332;
	box-shadow: 0 6px 12px rgb(251 122 109 / 50%);
	-webkit-transition: .4s;
}
.slideTxtBox2 .hd ul li.on a{
	color: #fff;
	-webkit-transition: 0s;
}

.slideTxtBox2 .bd {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 46px;
}
.tea_list{
	padding-top: 46px;
}
.txt-link {
    clear: both;
    padding-top: 32px;
    width: 100%;
    height: auto;
    text-align: center;
}
.txt-link a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 276px;
    height: 38px;
    line-height: 38px;
    background-color: #f54332;
    box-shadow: 0 6px 12px rgb(251 122 109 / 50%);
    margin: 0 auto;
}
.book-left{
	width: 320px;
	height: 80px;
	box-shadow: 0 4px 15px rgba(243,243,243,0.78);
	border: 2px #fff solid;
	background-color: #f7f8fa;
	text-align: center;
	display: inline-block;
	margin: 0 15px;
	margin-bottom: 34px;
}
.book-left span{
	font-size: 16px;
	color: #333;
	padding: 18px 0;
	display: block;
}
.book-left b{
	color: #f54332;
	display: block;
	font-weight: bold;
}
.slideBox{
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.sPrev,.sNext {
    position: absolute;
    left: 53px;
    bottom: 100px;
    display: block;
    width: 42px;
    height: 42px;
	border-radius: 30px;
	background: url(../images/jiantou.png) center no-repeat;
	z-index: 2;
}
.sNext{
	left: 114px;
	background: url(../images/jiantou02.png) center no-repeat;
}
.slideBox ul{
	width: 100%;
	height: auto;
}
.slideBox li{
	width: 1198px;
	height: 410px;
	border:1px #eaeaea solid;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.box-left{
	float: left;
	background-color: #ff7a6c;
	width: 200px;
	height: 100%;
}
.box-left b{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-top: 106px;
	margin-bottom: 24px;
}
.box-left em{
	display: block;
	width: 64px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 30px;
}
.box-left span{
	font-size: 14px;
	color: #fff;
	display: block;
	padding-top: 26px;
}
.box-right{
	float: left;
	width: 958px;
	margin-left: 22px;
	margin-top: 26px;
}
.product{
	width: 227px;
	height: 167px;
	position: relative;
	float: left;
	margin: 6px;
}
.product span{
	display: block;
	font-size: 14px;
	color: #333;
	position: absolute;
	bottom: 10px;
	z-index: 2;
	left: 0;
	width: 100%;
	text-align: center;
}
.box-color{
	background-color: #f89a5b;
}
.sec9-title{
	font-size: 24px;
	color: #333;
	text-align: left;
	margin-top: -20px;
	margin-bottom: 12px;
}
.sec9-title b{
	font-weight: bold;
}
.sec9-list{
	width: 100%;
	height: auto;
}
.sec9-list li{
	width: 284px;
	height: 178px;
	border: 1px #f4f4f4 solid;
	text-align: left;
	-webkit-transition: 0.4s;
	margin-right: 18px;
	float: left;
	margin-top: 18px;
}
.sec9-list li b {
	font-size: 16px;
	display: block;
	color: #000;
	padding-left: 24px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.sec9-list li p {
	font-size: 14px;
	color: #f54332;
	padding-left: 24px;
	line-height: 30px;
}

.sec9-list li p img {
	margin-right: 8px;
	position: relative;
	top: 5px;
}

.sec9-list li:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.4s;
}


.no-padd{
	padding: 0 !important;
}
.mar-12{
	margin-top: -12px;
}
.mar-rno{
	margin-right: 0 !important;
}

@media(max-height:1080px){	
	.sec_main {
	    margin-top: 8%;
	}

}
@media(max-height:1050px){	
	
	.sec_main {
	    margin-top: 6%;
	}
	.section8 .sec_main {
	    margin-top: 8%;
	}

}
@media(max-height:900px){	
	.sec_main {
	    margin-top: 2%;
	}
	.section8 .sec_main {
	    margin-top: 5%;
	}
	.section9 .sec_main {
	    margin-top: 1%;
	}
	.section9 .tea_list {
	    padding-top: 26px;
	}
	.section9 .bg11,.section7 .bg11{
	    bottom: 6%;
	}
	.section4 .bg11 {
	    bottom: 8%;
	}

}
@media(max-height:768){	
	.sec_main {
	    margin-top: 0%;
	}
	

}
