body{
	background: #FFF;
}

.header {
	height: 50px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	white-space: nowrap;
}

.header .public-container {
	width: 1000px;
	position: relative;
	height: 100%;
}

.header .link-content {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 24px;
    bottom: 0;
    line-height: 16px;
    left: 222px;
}

.header .link-content a {
	height: 100%;
    color: #ffffff;
    font-size: 16px;
    margin-right: 36px;
	position: relative;
}

.header .link-content a i{
	position: absolute;
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ffb26c;
	bottom: 0;
	display: none;
}

.header .link-content a:hover i{
	display: block;
}

.header a.logo {
    position: absolute;
    width: 141px;
    height: 32px;
    background: url(../images/logo.png) center top no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

.header a.call-us{
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    position: absolute;
    top: 24px;
    right: 0;
}

.banner{
	height: 736px;
	background-image: url(../images/banner_bg.jpg);
	background-position: center top;
}

.banner .public-container{
	padding-top: 152px;
}

.banner .banner-animate{
	position: absolute;
	top: 0;
	left: -310px;
	right: -310px;
	height: 750px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .flag-animate{
	animation-name: flash;
	-webkit-animation-name: flash;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 4s;
	-webkit-animation-duration: 4s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.banner .animate-one{
	background-image: url(../images/animate1.jpg);
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}

.banner .animate-two{
	background-image: url(../images/animate2.jpg);
}

@-webkit-keyframes light_animate {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}
}

@keyframes light_animate {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}
}

.banner .light-animate{
	background-image: url(../images/light_animate.png);
	animation-name: light_animate;
	-webkit-animation-name: light_animate;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	opacity: 0;
}

.banner .animate-three{
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.banner .animate-four{
	animation-delay: 3.2s;
	-webkit-animation-delay: 3.2s;
}

.banner .animate-five{
	animation-delay: 3.4s;
	-webkit-animation-delay: 3.4s;
}

.banner .banner-ribbon{
	position: absolute;
	top: 87px;
	left: 29px;
}

@-webkit-keyframes title_animate {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(4, 4, 4);
		transform: scale3d(4, 4, 4);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes title_animate {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(4, 4, 4);
		transform: scale3d(4, 4, 4);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.banner .banner-title{
	position: relative;
	display: block;
	margin-left: 304px;
	opacity: 0;
	animation-name: title_animate;
	-webkit-animation-name: title_animate;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
}

.banner .title2{
	width: 676px;
	height: 70px;
	line-height: 70px;
	background: url(../images/title2.png) center no-repeat;
	position: relative;
	display: block;
	margin-top: 13px;
	margin-left: 309px;
	font-size: 40px;
	color: #f2be90;
	white-space: nowrap;
}

.pannel2{
	height: 417px;
	background-color: #980e08;
	background-image: url(../images/pannel2_bg.png);
	background-position: center top;
}

.pub-title{
	display: block;
	width: 971px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/pub_title2.png);
	position: relative;
	margin: 0 auto;
}

.pub-title i{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size: 40px;
	color: #980e08;
	font-weight: bold;
	white-space: nowrap;
}

.pannel2 .public-container{
	padding-top: 53px;
	border-bottom: 1px solid transparent;
}

.part1-title{
    background-image: url(../images/pub_title1.png);
    margin-bottom: 28px;
}

.part1-title i{
	color: #ffe4cc;
}

.pannel2 .pannel2-content{
    position: absolute;
    top: 79px;
    bottom: 0;
    text-align: left;
    font-size: 0;
    line-height: 338px;
    color: #ffe4cc;
}

.pannel2 .pannel2-content span{
    font-size: 22px;
    line-height: 44px;
    vertical-align: middle;
    display: inline-block;
}

.pannel3 .public-container{
	padding-top: 56px;
}

.pannel3 .policy-part{
	position: relative;
	width: 1200px;
	height: 615px;
	line-height: 615px;
	font-size: 0;
	margin: 52px auto 106px;
	text-align: left;
	padding-left: 34px;
}

.pannel3 .policy-part .policy-red{
	position: absolute;
	left: -360px;
	right: -360px;
	top: 108px;
	background-color: #980e08;
	height: 389px;
}

.pannel3 .policy-part .policy-yellow{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #fffbf7;
	box-shadow: 0px 17px 21px 0px rgba(114, 5, 0, 0.2);
	overflow: hidden;
}

.pannel3 .policy-part .policy-yellow img{
	position: absolute;
	left: -77px;
	top: -78px;
}

.pannel3 .policy-part .part1-img{
	position: absolute;
	top: 13px;
	right: 10px;
}

.pannel3 .policy-part .policy-content{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 48px;
    position: relative;
    width: 901px;
}

.pannel3 .policy-part .policy-content span{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	color: #000;
}

.pannel3 .policy-part .policy-content span.span-title{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.pannel3 .policy-part .policy-content span.span-bold{
	font-weight: bold;
}

.pannel3 .policy-part .policy-content span.rules{
	color: #919191;
	font-size: 20px;
	text-align: right;
	font-style: italic;
}

.part3-title{
	margin-bottom: 54px;
}

.introduction-part{
	width: 1200px;
	height: 315px;
	line-height: 315px;
	padding-right: 560px;
	margin: 0 auto;
	position: relative;
	padding-left: 12px;
	font-size: 0;
}

.introduction-part .red-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #980e08;
}

.introduction-part .bg-left{
	left: 1px;
	width: 11px;
}

.introduction-part .bg-right{
	right: 0;
	width: 560px;
}

.introduction-part .bg-right iframe{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.introduction-part .bg-right .video-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url(../images/iframe_bg.jpg) center no-repeat; */
    background-size: 100% auto;
}

.introduction-part .bg-right .video-shadow .black-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}

.introduction-part .bg-right .video-shadow .black-shadow .play{
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 0;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    text-align: left;
    padding-left: 44px;
	cursor: pointer;
}

.introduction-part .bg-right .video-shadow .black-shadow .play img{
	vertical-align: middle;
}

.introduction-part .intro-content{
    color: #000000;
    font-size: 24px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 30px;
}

.introduction-part .intro-content i{
	color: #980e08;
}

.show-title{
	width: 1200px;
	height: 1px;
	background-color: #980e08;
	margin-top: 72px;
	margin-left: 49px;
	margin-bottom: 14px;
	display: block;
	position: relative;
}

.show-title i{
	position: absolute;
	white-space: nowrap;
	font-size: 32px;
	color: #980e08;
	font-weight: bold;
	bottom: 10px;
	left: 0;
}

.swiper-content{
	width: 1200px;
	margin: 0 auto;
	height: 427px;
}

.swiper-content .img-container{
	height: 100%;
}

.swiper-content .img-container .swiper-slide{
	overflow: hidden;
}

.swiper-content .img-container .swiper-slide .swiper-img{
	position: absolute;
}

.swiper-content .img-container .swiper-slide .img1{
	left: -8px;
	top: -2px;
}

.swiper-content .img-container .swiper-slide .img2{
	left: -85px;
	top: -13px;
}

.swiper-content .img-container .swiper-slide .img3{
	left: -3px;
	top: -2px;
}

.swiper-content .img-container .swiper-slide .img4{
    left: -3px;
    top: -2px;
    width: 402px;
}

.swiper-content .img-container .swiper-slide .bottom-content{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 127px;
	line-height: 127px;
	font-size: 0;
	background-color: #980e08;
}

.swiper-content .img-container .swiper-slide .bottom-content i{
	font-size: 22px;
	line-height: 28px;
	color: #faf0e5;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.part4-title{
	margin-top: 107px;
	margin-bottom: 37px;
}

.title-content{
	display: block;
	width: 1200px;
	height: 54px;
	line-height: 54px;
	background-color: #980e08;
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: 47px center;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 91px;
	margin: 0 auto 1px;
}

.part-yellow{
	width: 1200px;
	background-color: #fffbf7;
	background-image: url(../images/yellow_bg.png);
	background-repeat: no-repeat;
	margin: 0 auto 0;
	position: relative;
}

.part-yellow .pub-button{
	position: absolute;
	width: 265px;
	height: 52px;
	line-height: 52px;
	white-space: nowrap;
	border-radius: 5px;
	background-color: #980e08;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	right: 100px;
}

.yellow1{
	height: 400px;
	margin-bottom: 29px;
	background-position: 1px 148px;
}

.yellow2{
    height: 191px;
    margin-bottom: 46px;
    background-position: 1px -53px;
    padding-top: 29px;
}

.yellow3{
    height: 381px;
    margin-bottom: 56px;
    background-position: 1px 77px;
    padding-top: 30px;
}

.part-yellow .yellow-title{
	font-size: 28px;
	color: #000000;
	line-height: 28px;
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	padding-left: 128px;
	font-weight: bold;
}

.yellow2 .yellow-title{
	background-image: url(../images/yellow_title1.png);
	background-position: 92px center;
}

.yellow2 .yellow2-table{
	border: 1px solid #980e08;
	border-collapse: collapse;
	font-size: 22px;
	color: #000000;
	white-space: nowrap;
	width: 495px;
	height: 89px;
	margin-top: 14px;
	margin-left: 92px;
}

.yellow2 .yellow2-table td{
	border: 1px solid #980e08;
}

.yellow1 .pub-button{
	bottom: 66px;
}

.yellow2 .pub-button{
	bottom: 49px;
}

.yellow3 .pub-button{
	bottom: 43px;
}

.yellow3 .yellow-title{
	background-image: url(../images/yellow_title2.png);
	background-position: 94px center;
}

.part-yellow .yellow-content{
	position: absolute;
	bottom: 0;
	font-size: 0;
	text-align: left;
}

.yellow1 .yellow-content{
	top: 0;
	left: 222px;
	right: 0;
	line-height: 400px;
	display: none;
}

.yellow3 .yellow-content{
    top: 58px;
    line-height: 323px;
    left: 97px;
    right: 100px;
}

.part-yellow .yellow-content .inside-content{
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.part-yellow .yellow-content .inside-content span{
	display: inline-block;
	vertical-align: bottom;
	color: #000000;
}

.part-yellow .yellow-content .inside-content span.content-title{
	font-size: 28px;
	font-weight: bold;
}

.part-yellow .yellow-content .inside-content span.class-content{
	width: 121px;
	height: 29px;
	background: url(../images/content_title.png) center no-repeat;
	text-align: center;
	padding-right: 13px;
	line-height: 29px;
	color: #ffffff;
	font-weight: bold;
}

.part-yellow .yellow-content .inside-content  i{
	font-weight: bold;
}

.yellow1 .yellow1-buttons{
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 179px;
	display: flex;
	display: -webkit-flex;
	align-content: space-between;
	flex-wrap: wrap;
}

.yellow1 .yellow1-buttons span{
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #faeee1;
	font-size: 20px;
	color: #886136;
	white-space: nowrap;
	cursor: pointer;
}

.yellow1 .yellow1-buttons span.this-choosed{
	color: #ffffff;
	background-color: #980e08;
	font-weight: bold;
}

.pannel4{
	height: 415px;
	background-color: #980e08;
}

.pannel4 .qr-content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 80px 365px 0;
}

.pannel4 .qr-content .every-qr{

}

.pannel4 .qr-content .every-qr .qr-img{
	display: block;
	width: 209px;
}

.pannel4 .qr-content .every-qr .qr-line{
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	white-space: nowrap;
	margin-top: 18px;
}

.offcn-introduction{
	height: 308px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
}

.offcn-introduction .every-element{
    border: 1px solid rgb(53, 53, 53);
    width: 180px;
    height: 200px;
    position: relative;
	
}

.offcn-introduction .every-element .bg-img{
    position: absolute;
    bottom: 20px;
    left: 11px;
}

.offcn-introduction .every-element h6{
	font-weight: bold;
	line-height: 32px;
    font-size: 32px;
    color: #353535;
    position: absolute;
    white-space: nowrap;
    background-color: #FFF;
    left: 11px;
    top: -17px;
	text-align: left;
}

.offcn-introduction .every-element p{
    line-height: 24px;
    color: #e60012;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 24px;
    font-size: 16px;
    text-align: left;
	position: relative;
}

.pannel6{
	height: 500px;
}

.pannel6 iframe{
	width: 100%;
	display: block;
}

.public-footer {
	height: 100px;
	background-color: #980e08;
	color: #FFF;
}

.public-footer .public-container {
	line-height: 100px;
	font-size: 0;
}

.public-footer .public-container p {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.float-right{
    position: fixed;
    width: 141px;
    height: 299px;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    background: url(../images/float_bg.png) center no-repeat;
    white-space: nowrap;
    z-index: 1;
    padding-top: 66px;
}

.float-right a{
    display: block;
    text-align: center;
    margin-left: 28px;
    width: 80px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    height: 24px;
    color: #FFF;
}

.float-right a:hover{
	border-bottom: 2px solid #ffdbbc;
}

.float-right .float-close{
    position: absolute;
    background-color: #FD7961;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
	cursor: pointer;
}

.float-right .float-close img{
	vertical-align: middle;
}