body{
	/* background: url(../images/bg.png) center top no-repeat; */
}

.header {
	height: 102px;
	/* background: url(../images/header_bg.png) center no-repeat; */
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	white-space: nowrap;
}

.header .public-container {
	width: 1000px;
	position: relative;
	height: 100%;
	/* text-align: left; */
}

.header .link-content {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 26px;
    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: 48px;
	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: 14px;
    left: 23px;
}

.header a.call-us{
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	position: absolute;
	top: 25px;
	left: 734px;
}

.banner{
    /* height: 6549px; */
    background-image: url(../images/bg1.jpg);
    background-color: #9c2609;
}

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

.banner .public-container>img{
	position: absolute;
}

.banner .banner-animate{
	position: absolute;
	left: -360px;
	right: -360px;
	top: 0;
	height: 634px;
	background: url(../images/banner_animate.png) center no-repeat;
}

.banner .banner-sun{
	top: 172px;
	left: 220px;
}

.banner .year2020{
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner .banner-building{
	position: absolute;
	left: -360px;
	right: -360px;
	height: 511px;
	background: url(../images/banner_building.png) center no-repeat;
	top: 194px;
}

.banner .banner-silk{
	top: 337px;
	left: -26px;
}

.banner .banner-star{
	top: 447px;
	left: 423px;
}

.banner .banner-title{
	top: 239px;
	left: 134px;
}

.banner .banner-line{
	position: absolute;
	left: -360px;
	right: -360px;
}

.banner .banner-line1{
	height: 72px;
	background-color: #9c2609;
	top: 600px;
}

.banner .banner-line2{
	height: 64px;
	background-color: #edc99a;
	top: 604px;
}

.banner .banner-line2>img{
	position: absolute;
}

.banner .banner-line2 img.road-line{
	left: 23px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

@-webkit-keyframes car1_animate {
	0% {
		left: -204px;
	}
	100% {
		left:2124px;
	}
}

@keyframes car1_animate {
	0% {
		left: -204px;
	}
	100% {
		left:2124px;
	}
}

.banner .banner-line2 .pub-car{
	animation-duration: 16s;
	-webkit-animation-duration: 16s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

.banner .banner-line2 img.car1{
	left: -204px;
	bottom: 45px;
	animation-name: car1_animate;
	-webkit-animation-name: car1_animate;
}

.banner .banner-line2 img.car2{
	left: -204px;
	bottom: 45px;
	animation-name: car1_animate;
	-webkit-animation-name: car1_animate;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

@-webkit-keyframes car2_animate {
	0% {
		right: -204px;
	}
	100% {
		right:2124px;
	}
}

@keyframes car2_animate {
	0% {
		right: -204px;
	}
	100% {
		right:2124px;
	}
}

.banner .banner-line2 img.car3{
	right: -204px;
	bottom: 10px;
	animation-name: car2_animate;
	-webkit-animation-name: car2_animate;
}

.banner .banner-line2 img.car4{
	right: -204px;
	bottom: 10px;
	animation-name: car2_animate;
	-webkit-animation-name: car2_animate;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.horn-content{
	width: 960px;
	height: 59px;
	background-color: #701d08;
	position: relative;
	margin: 0 auto;
	border-radius: 3px;
}

.horn-content img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.horn-content .horn-img{
	left: 14px;
}

.horn-content .hey{
    left: 110px;
}

.horn-content .i-overflow{
    position: absolute;
    left: 250px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@-webkit-keyframes broadcast-animate {
	0% {
		left:100px;
	}
	100% {
		left:-1180px;
	}
}

@keyframes broadcast-animate {
	0% {
		left:100px;
	}
	100% {
		left:-1180px;
	}
}

.horn-content .i-overflow .horn-line{
	left: 0;
	/* animation-name: broadcast-animate; */
	/* -webkit-animation-name: broadcast-animate; */
	/* animation-duration: 10s; */
	/* -webkit-animation-duration: 10s; */
	/* animation-iteration-count: infinite; */
	/* -webkit-animation-iteration-count: infinite; */
	/* animation-timing-function: linear; */
	/* -webkit-animation-timing-function: linear; */
}

.part{
	position: relative;
}

.part1{
	width: 995px;
	height: 502px;
	background: url(../images/part1_bg.png) center no-repeat;
	margin-left: 106px;
	margin-top: 18px;
	padding-top: 68px;
}

.part1 .part1-title{
	display: block;
	margin-left: 58px;
}

.part1 .paper{
	position: absolute;
}

.part1 .paper1{
	left: 89px;
	top: 149px;
}

.part1 .paper2{
	left: 287px;
	top: 154px;
}

.part1 .paper3{
	left: 91px;
	top: 289px;
}

.part1 .paper4{
	left: 291px;
	top: 296px;
}

.part1 .form-border{
	position: absolute;
	right: 75px;
	top: 80px;
	width: 388px;
	height: 352px;
	background: url(../images/form_border.png) center no-repeat;
	padding-top: 81px;
}

.part1 .form-border .input-border{
    margin-left: 123px;
	margin-bottom: 22px;
    width: 220px;
    height: 30px;
    position: relative;
    background-color: #ffffff;
}

.part1 .form-border .input-border .input-title{
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 30px;
	white-space: nowrap;
	font-size: 22px;
	color: #511905;
	right: 231px;
}

.part1 .form-border .input-border input,
.part1 .form-border .input-border select{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    padding-left: 10px;
}

.part1 .form-border .input-border .get-yzm{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 106px;
    line-height: 30px;
    background-color: #AF401B;
    font-size: 16px;
    color: #ffeacb;
}

.part1 .form-border .do-submit{
	position: absolute;
	left: 123px;
	bottom: 25px;
	width: 141px;
	height: 38px;
	line-height: 38px;
	color: #ffeacb;
	font-size: 20px;
	background: url(../images/do_submit.png) center no-repeat;
}

.pub-title{
    width: 124px;
    margin-left: 120px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 80px;
}

.pub-title .top-part{
	height: 14px;
	position: relative;
	background-color: #7f1d06;
}

.pub-title .top-part>img{
	position: absolute;
	top: -4px;
}

.pub-title .top-part .circle1{
	left: 8px;
}

.pub-title .top-part .circle2{
	left: 60px;
}

.pub-title .top-part .circle3{
	left: 111px;
}

.pub-title .bottom-part{
	height: 49px;
	line-height: 49px;
	font-size: 0;
	background-color: #fff3e3;
}

.pub-title .bottom-part img{
	vertical-align: middle;
}

.pub-title .title-img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.banner .public-container img.review{
    position: relative;
    display: block;
    margin: 40px auto 0;
}

.title2 .title-img{
	left: 141px;
}

.part2{
    width: 960px;
    height: 560px;
    margin: 0 auto;
    background: url(../images/part2_bg.png) center no-repeat;
	padding-top: 28px;
}

.part2 .part2-link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff3e3;
    text-decoration: revert;
}

.part2 .part2-link .circle-line{
	width: 275px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 4px dotted #fbeedd;
}

.part2 .part2-link .line-left{
	left: 18px;
}

.part2 .part2-link .line-right{
	right: 18px;
}

.part2 .part2-title{
	display: block;
	margin-left: 27px;
	margin-bottom: 13px;
}

.part2 .part2-line{
	display: block;
	width: 920px;
	background-color: #9a270b;
	margin: 0 auto;
}

.part2 .line-one{
	height: 2px;
}

.part2 .line-two{
	height: 4px;
	margin-top: 2px;
}

.part2 .part2-title2{
	position: absolute;
	width: 94px;
	height: 55px;
	line-height: 55px;
	font-size: 0;
	right: 41px;
	top: 29px;
	border-radius: 2px;
	background-color: #9a270b;
}

.part2 .part2-title2 .star-img{
	position: absolute;
	top: 0;
}

.part2 .part2-title2 .star-left{
	left: -22px;
}

.part2 .part2-title2 .star-right{
	right: -22px;
}

.part2 .part2-title2 .haowai{
	vertical-align: middle;
}

.part2 .part2-content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 13px;
}

.part2 .part2-content .every-part{
	position: relative;
	border-right: 1px dashed rgb(154,39,11);
	height: 365px;
}

.part2 .part2-content .left-part{
    width: 294px;
    padding-top: 250px;
}

.part2 .part2-content .center-part{
	width: 314px;
}

.part2 .part2-content .right-part{
	flex: 1;
	border-right: none;
	padding-top: 6px;
}

.part2 .part2-content .every-part .content{
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #261b18;
}

.part2 .part2-content .every-part .content:first-of-type{
	margin-bottom: 10px;
}

.part2 .part2-content .every-part .content>i{
	font-weight: bold;
}

.part2 .part2-content .left-part .content{
	padding-left: 20px;
	padding-right: 16px;
}

.part2 .part2-content .center-part .content{
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 19px;
    line-height: 32px;
}

.part2 .part2-content .center-part .center-link{
	background-color: rgb(154, 39, 11);
	position: absolute;
	left: 34px;
	top: 274px;
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #fff3e3;
	white-space: nowrap;
}

.part2 .part2-content .right-part table{
	border: 2px solid #9a270b;
	width: 312px;
	height: 224px;
	margin-left: 16px;
	border-collapse: collapse;
	white-space: nowrap;
}

.part2 .part2-content .right-part table th{
	font-size: 28px;
	color: #261b18;
	height: 40px;
}

.part2 .part2-content .right-part table td{
	background-color: #9a270b;
	font-size: 22px;
	color: #fff3e3;
	border-right: 1px solid #fff3e3;
	border-bottom: 1px solid #fff3e3;
}

.part2 .part2-content .right-part table td:last-of-type{
	border-right: none;
}

.part2 .part2-content .right-part table tr:last-of-type td{
	border-bottom: none;
}

.part2 .part2-content .right-part .content{
    width: 312px;
    margin-left: 16px;
    line-height: 28px;
    margin-top: 16px;
}

.big-title{
	width: 272px;
}

.big-title .top-part .circle2{
	left: 71px;
}

.big-title .top-part .circle3{
	left: 134px;
}

.big-title .top-part .circle4{
	left: 196px;
}

.big-title .top-part .circle5{
	left: 259px;
}

.title3 .title-img{
	left: 293px;
}

.part3{
    width: 960px;
    height: 479px;
    margin: 0 auto;
    background: url(../images/part3_bg.png) center no-repeat;
    padding-top: 124px;
}

.part3 .part3-link{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63px;
	line-height: 63px;
	font-size: 0;
}

.part3 .part3-link img{
	vertical-align: middle;
}

.part3 .part3-swiper{
    width: 492px;
    height: 262px;
    background: url(../images/part3_swiper.png) center no-repeat;
    position: relative;
    margin-left: 17px;
}

.part3 .part3-swiper .swiper-container1{
	width: 100%;
	height: 100%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}

.part3 .part3-swiper .swiper-container1 .swiper-button-prev,
.part3 .part3-swiper .swiper-container1 .swiper-button-next{
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    top: 115px;
}

.part3 .part3-swiper .swiper-container1 .swiper-button-prev{
	background-image: url(../images/left_button.png);
	left: 73px;
}

.part3 .part3-swiper .swiper-container1 .swiper-button-next{
	background-image: url(../images/right_button.png);
	right: 75px;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .day-time{
	line-height: 189px;
	font-size: 0;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .day-time .no,
.part3 .part3-swiper .swiper-container1 .swiper-slide .day-time .day{
	vertical-align: bottom;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .day-time .center-day{
	vertical-align: top;
	position: relative;
	top: 68px;
	margin: 0 25px;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .enroll-number{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	line-height: 38px;
	font-size: 0;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .enroll-number .enroll,
.part3 .part3-swiper .swiper-container1 .swiper-slide .enroll-number .number{
	vertical-align: bottom;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .enroll-number .swiper-num{
	vertical-align: middle;
	margin-left: 37px;
	margin-right: 30px;
}

.part3 .part3-swiper .swiper-container1 .swiper-slide .top-line{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 56px;
    font-size: 38px;
    color: #faecda;
    white-space: nowrap;
    font-weight: bold;
}

.part3 .bottom-link{
	height: 65px;
	line-height: 65px;
	font-size: 31px;
	color: #faecda;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 321px;
	white-space: nowrap;
}

.part3 .link1{
	width: 225px;
	background-image: url(../images/part3_link1.png);
	right: 226px;
}

.part3 .link2{
	width: 186px;
	background-image: url(../images/part3_link2.png);
	right: 24px;
}

.part3 .click-search{
	position: absolute;
	right: 151px;
	top: 290px;
}

.title4 .title-img{
	left: 294px;
}

.part4{
	width: 960px;
	height: 475px;
	margin: 0 auto;
	background-color: #fdf0df;
	padding-top: 16px;
}

.part4 .part4-title{
	width: 272px;
	height: 79px;
	border: 1px solid #9a270b;
	margin-left: 15px;
	position: relative;
}

.part4 .part4-title>i{
	width: 266px;
	height: 73px;
	line-height: 73px;
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #9a270b;
}

.part4 .part4-title>i img{
	vertical-align: middle;
}

.part4 .part4-stars{
	display: flex;
	display: -webkit-flex;
	margin-top: 9px;
	padding-left: 16px;
}

.part4 .part4-stars>img{
	margin-right: 24px;
}

.part4 .part4-line{
	width: 272px;
	display: block;
	margin-left: 15px;
	background-color: #9a270b;
}

.part4 .line1{
	margin-top: 7px;
	height: 4px;
}

.part4 .line2{
	margin-top: 4px;
	height: 2px;
}

.part4 .take-note{
	width: 98px;
	height: 109px;
	background: url(../images/take_note.png) center no-repeat;
	position: absolute;
	left: 338px;
	top: 28px;
}

.part4 .take-note .part4-content{
	position: absolute;
	width: 468px;
	left: 122px;
	top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
	text-align: left;
}

.part4 .take-note .part4-content p{
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.part4 .take-note .part4-content p span{
	color: #9c2609;
	font-weight: bold;
}

.part4 .take-note .part4-content p.center-section{
	margin: 10px 0;
}

.part4 .part4-blackboard{
	width: 706px;
	height: 292px;
	margin-left: 15px;
	margin-top: 13px;
	position: relative;
	background-color: #ecc7a2;
}

.part4 .part4-blackboard .blackboard-inside{
	width: 687px;
	height: 270px;
	background: url(../images/blackboard_inside.png) center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 21px;
}

.part4 .part4-blackboard .blackboard-inside .blackboard-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.part4 .part4-blackboard .blackboard-inside .blackboard-title{
	display: block;
	margin: 0 auto;
}

.part4 .part4-blackboard .blackboard-inside .every-line{
	position: absolute;
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.part4 .part4-blackboard .blackboard-inside .one{
	left: 45px;
	top: 85px;
}

.part4 .part4-blackboard .blackboard-inside .two{
	left: 260px;
	top: 93px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.part4 .part4-blackboard .blackboard-inside .three{
	right: 82px;
	top: 100px;
}

.part4 .part4-blackboard .blackboard-inside .four{
	left: 120px;
	bottom: 33px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.part4 .part4-blackboard .blackboard-inside .five{
	right: 137px;
	bottom: 21px;
}

.part4 .jjxxj{
	position: absolute;
	bottom: 27px;
	right: 169px;
}

.part4 .part4-qr{
	width: 110px;
	height: 110px;
	position: absolute;
	background-color: #eed8c2;
	line-height: 110px;
	font-size: 0;
	right: 32px;
}

.part4 .part4-qr>img{
    vertical-align: middle;
    width: 105px;
}

.part4 .qr1{
	bottom: 198px;
}

.part4 .qr2{
	bottom: 50px;
}

.part4 .part4-qr>i{
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	bottom: -24px;
}

.title5 .title-img{
	left: 142px;
}

.part5{
	width: 960px;
	height: 584px;
	background: url(../images/part5.png) center no-repeat;
	margin: 0 auto;
	padding-top: 44px;
}

.part5 .part5-title{
	display: block;
	position: relative;
	margin-left: 173px;
}

.part5 .firework{
	position: absolute;
	top: 14px;
	left: 213px;
}

.part5 .part5-line{
	display: block;
	background-color: #9a270b;
	width: 642px;
	height: 2px;
	margin-top: 10px;
	margin-left: 160px;
}

.part5 .part5-title2{
	display: block;
	margin-top: 5px;
	margin-left: 160px;
}

.part5 .part5-bottom{
	width: 938px;
	height: 25px;
	background: url(../images/part5_bottom.png) center no-repeat;
	position: absolute;
	bottom: 14px;
	left: 12px;
	white-space: nowrap;
	line-height: 25px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 4px;
}

.part5 .i-top{
	width: 123px;
	height: 123px;
	position: absolute;
	top: 19px;
}

.part5 .top-left{
	background-color: #9a270b;
	line-height: 123px;
	font-size: 0;
	left: 22px;
}

.part5 .top-left img{
	vertical-align: middle;
}

.part5 .top-right{
	background: url(../images/shi.png) center no-repeat;
	right: 20px;
}

.part5 .part5-content{
	display: flex;
	display: -webkit-flex;
	margin-top: 32px;
	padding-left: 40px;
	height: 100%;
}

.part5 .part5-content .every-content{
	
}

.part5 .part5-content .every-content .every-title{
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 26px;
}

.part5 .part5-content .every-content .p-section{
	text-align: left;
	font-size: 20px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 10px;
	position: relative;
}

.part5 .part5-content .every-content .p-section .i-cross{
	position: absolute;
	top: 0;
	left: -17px;
	width: 8px;
	height: 26px;
}

.part5 .part5-content .every-content .p-section .i-cross i{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 8px;
	background-color: #c4a273;
}

.part5 .part5-content .content1{
	width: 218px;
	margin-right: 42px;
}

.part5 .part5-content .content2{
	width: 220px;
	margin-right: 28px;
}

.part5 .part5-content .content3{
	width: 391px;
}

.part5 .part5-content .content3 .every-title{
	margin-bottom: 11px;
}

.part5 .part5-content .content3 table{
	border: 2px solid #9a270b;
	width: 100%;
	height: 310px;
	border-collapse: collapse;
	white-space: nowrap;
}

.part5 .part5-content .content3 table th{
	background-color: #7c1f08;
	font-size: 20px;
	color: #ffffff;
	height: 48px;
}

.part5 .part5-content .content3 table td{
	background-color: #9a270b;
	font-size: 20px;
	color: #ffffff;
	border-right: 1px solid #e2846d;
	border-bottom: 1px solid #e2846d;
}

.part5 .part5-content .content3 table td:last-of-type{
	border-right: none;
}

.part5 .part5-content .content3 table tr:last-of-type td{
	border-bottom: none;
}

.title6 .title-img{
	left: 144px;
}

.part6{
	width: 960px;
	height: 609px;
	margin: 0 auto;
	background: url(../images/part6.png) center no-repeat;
	padding-top: 23px;
}

.part6 .part6-title{
	display: block;
	margin-left: 148px;
}

.part6 .part6-line{
    display: flex;
    display: -webkit-flex;
    padding-right: 27px;
    justify-content: flex-end;
	position: relative;
	margin-top: 10px;
}

.part6 .part6-line>img{
	margin-left: 5px;
}

.part6 .part6-line .center-line{
	position: absolute;
	width: 696px;
	height: 2px;
	background-color: #9a270b;
	top: 0;
	bottom: 0;
	right: 116px;
	margin: auto 0;
}

.part6 .first-interview{
	height: 58px;
	margin-top: 14px;
	position: relative;
}

.part6 .first-interview .i-red{
	height: 100%;
	width: 275px;
	line-height: 58px;
	background-color: #9a270b;
	font-size: 24px;
	color: #f9ebd8;
	display: block;
	margin-left: auto;
	font-weight: bold;
	margin-right: 18px;
}

.part6 .first-interview .i-left{
	position: absolute;
	top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	left: 148px;
}

.part6 .part6-title2{
	display: block;
	margin-left: 148px;
	margin-top: 26px;
}

.part6 .part6-content{
	width: 798px;
	height: 368px;
	background: url(../images/part6_content.png) center no-repeat;
	position: relative;
	margin-left: 147px;
	margin-top: 9px;
}

.part6 .part6-content .center-line{
	width: 460px;
	height: 6px;
	border-top: 6px dotted #9a270b;
	position: absolute;
	left: 16px;
	bottom: 95px;
}

.part6 .part6-content .top-part{
	height: 267px;
	width: 507px;
	position: relative;
}

.part6 .part6-content .top-part .inside-part{
	text-align: left;
	position: absolute;
	padding-left: 35px;
	padding-right: 28px;
	left: 0;
	right: 0;
	top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}

.part6 .part6-content .top-part .inside-part>p{
	position: relative;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
}

.part6 .part6-content .top-part .inside-part>p .no{
	position: absolute;
	color: #9a270b;
	font-weight: bold;
	right: 100%;
}

.part6 .part6-content .top-part .inside-part>p.center-section{
    margin: 10px 0;
}

.part6 .part6-content .bottom-part{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	height: 58px;
}

.part6 .part6-content .bottom-part>a{
	display: block;
	height: 100%;
	margin-left: auto;
	margin-right: 13px;
	line-height: 58px;
	width: 210px;
	white-space: nowrap;
	font-size: 22px;
	color: #f9ebd8;
	font-weight: bold;
	background-color: #9a270b;
}

.part6 .part6-content .bottom-part .i-line{
	position: absolute;
	top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	left: 16px;
	white-space: nowrap;
}

.part6 .i-circle{
	width: 106px;
	height: 106px;
	border-radius: 50%;
	position: absolute;
	left: 24px;
	bottom: 11px;
	background-color: #eddac0;
}

.part6 .i-circle2{
	width: 106px;
	height: 106px;
	line-height: 106px;
	font-size: 0;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	bottom: 20px;
	background-color: #91270d;
}

.part6 .i-circle2 i{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #fdf0df;
}

.part6 .title-left{
	position: absolute;
	left: 14px;
	top: 17px;
}

.part6 .part6-person{
	position: absolute;
	right: 16px;
	top: 169px;
}

.title7 .title-img{
	left: 142px;
}

.part7{
	width: 960px;
	height: 537px;
	margin: 0 auto;
	background: url(../images/part7_bg.png) center top no-repeat;
	padding-top: 11px;
}

.part7 .part7-border{
	width: 935px;
	height: 150px;
	margin-left: 12px;
	border: 1px solid #731b05;
	position: relative;
}

.part7 .part7-border>img{
	position: absolute;
}

.part7 .part7-border .noodle{
	left: -1px;
	top: -27px;
}

.part7 .part7-border .part7-title{
	left: 40px;
	bottom: 8px;
}

.part7 .part7-border .top-content{
	text-align: left;
	position: absolute;
	right: 0;
	left: 465px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.part7 .part7-border .top-content p{
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}

.part7 .part7-border .top-content p:first-of-type{
	margin-bottom: 10px;
}

.part7 .part7-line{
	display: block;
	margin-left: 12px;
	margin-top: 14px;
	height: 2px;
	width: 932px;
	border-top: 2px dashed #9a270b;
}

.part7 .part7-content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	padding: 0 13px 0 12px;
}

.part7 .part7-content .every-content{
	width: 300px;
	height: 130px;
	position: relative;
	margin-bottom: 9px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 1px;
}

.part7 .part7-content .every-content>i{
	position: absolute;
	left: 0;
	right: 0;
}

.part7 .part7-content .every-content .i-bg{
	bottom: 0;
	height: 81px;
	background-position: center;
	background-repeat: no-repeat;
}

.part7 .part7-content .every-content .i-border{
	top: 0;
	bottom: 0;
	border: 1px solid #952434;
}

.part7 .part7-content .every-content .i-top{
    height: 48px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.part7 .part7-content .every-content .i-top>i{
	width: 100%;
	color: #952434;
	white-space: nowrap;
}

.part7 .part7-content .every-content .i-top i.i1{
	font-size: 20px;
	line-height: 20px;
}

.part7 .part7-content .every-content .i-top i.i2{
	font-size: 12px;
	line-height: 12px;
}

.part7 .part7-content .content1{
	background-position: center;
	background-image: url(../images/bear_add.png);
}

.part7 .part7-content .content1 img{
	position: absolute;
}

.part7 .part7-content .content1 .queer{
	top: 12px;
	right: 9px;
}

.part7 .part7-content .content1 .bear-question{
	top: -8px;
	left: 47px;
}

.part7 .part7-content .content1 .bear{
	top: 10px;
	left: -1px;
}

.part7 .part7-content .content2{
	background-position: center bottom;
}

.part7 .part7-content .content3{
	background-position: center bottom;
}

.part7 .part7-content .content4{
	background-position: center bottom;
}

.part7 .part7-content .content5{
	background-position: center bottom;
}

.part7 .part7-content .content6{
	background-position: center bottom;
}

.part7 .part7-content .content2 .i-bg{
	background-image: url(../images/content2.png);
}

.part7 .part7-content .content3 .i-bg{
	background-image: url(../images/content3.png);
}

.part7 .part7-content .content4 .i-bg{
	background-image: url(../images/content4.png);
}

.part7 .part7-content .content5 .i-bg{
	background-image: url(../images/content5.png);
}

.part7 .part7-content .content6 .i-bg{
	background-image: url(../images/content6.png);
}

.part7 .part7-link{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background-color: #7c1c05;
	white-space: nowrap;
	text-decoration: revert;
	color: #fdf0df;
}

.part7 .part7-link span{
	font-size: 24px;
	text-decoration: revert;
}

.part7 .part7-link span i{
	font-weight: bold;
}

.part8{
    width: 995px;
    height: 595px;
    background: url(../images/part8_bg.png) center no-repeat;
    margin-top: 80px;
    margin-left: 106px;
    padding-top: 63px;
}

.part8 .change-content{
	width: 488px;
	height: 332px;
	position: relative;
	margin-left: 50px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 1px;
}

.part8 .change-content.change1{
	background-image: url(../images/change1.png);
}

.part8 .change-content.change2{
	background-image: url(../images/change2.png);
}

.part8 .change-content.change3{
	background-image: url(../images/change3.png);
}

.part8 .change-content .buttons{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 488px;
	height: 53px;
}

.part8 .change-content .buttons .every-button{
	height: 100%;
	line-height: 53px;
	flex: 1;
	font-size: 0;
}

.part8 .change-content .buttons .every-button img{
	vertical-align: middle;
	cursor: pointer;
}

.part8 .change-content .image-content{
	display: none;
	width: 480px;
	height: 270px;
	line-height: 270px;
	font-size: 0;
	margin: 4px auto 0;
	background-color: #9a270b;
}

.part8 .change-content .image-content>img{
	width: 460px;
	vertical-align: middle;
}

.part8 .i-column{
	position: absolute;
	width: 2px;
	height: 321px;
	left: 546px;
	top: 74px;
	border-left: 2px dashed rgb(154,39,11);
}

.part8 .light-content{
	position: absolute;
	background-color: #fff3e3;
	width: 371px;
	left: 561px;
}

.part8 .light-content .light-title{
	display: block;
	margin-left: 11px;
}

.part8 .light-content .light-link{
  background-color: #9a270b;
  position: absolute;
  right: 14px;
  width: 167px;
  height: 35px;
  line-height: 35px;
  font-size: 21px;
  color: #fdf0df;
  font-weight: bold;
}

.part8 .light-content .light-paper{
	position: absolute;
	left: 158px;
}

.part8 .light1{
	height: 101px;
	top: 74px;
	padding-top: 17px;
}

.part8 .light1 .light-link{
	top: 17px;
}

.part8 .light1 .three-words{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 13px;
	padding: 0 11px;
}

.part8 .light1 .three-words span{
	line-height: 25px;
	font-size: 25px;
	white-space: nowrap;
	color: #3a312e;
}

.part8 .light1 .light-paper{
	top: -13px;
}

.part8 .light2{
	height: 194px;
	top: 200px;
	padding-top: 27px;
}

.part8 .light2 .light-link{
	top: 27px;
}

.part8 .light2 .light-line{
	font-size: 26px;
	line-height: 26px;
	color: #3a312e;
	margin-top: 14px;
	margin-bottom: 7px;
	white-space: nowrap;
}

.part8 .light2 .light-bottom{
	background-color: #3a312e;
	position: relative;
	margin-left: 11px;
	width: 346px;
	height: 72px;
	line-height: 72px;
	font-size: 0;
	background-color: #3a312e;
	display: block;
}

.part8 .light2 .light-bottom i{
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	line-height: 26px;
	color: #fdf0df;
}

.part8 .light2 .light-paper{
	top: -11px;
}

.part8 .light3-content{
	position: relative;
	width: 881px;
	height: 125px;
	margin-left: 51px;
	margin-top: 14px;
	border-left: 9px solid #9a270b;
	border-right: 9px solid #9a270b;
	display: flex;
	display: -webkit-flex;
	padding-left: 148px;
}

.part8 .light3-content .light3-title{
	position: absolute;
	left: 22px;
	top: 1px;
}

.part8 .light3-content .every-content{
	width: 224px;
	height: 96px;
	line-height: 96px;
	font-size: 0;
	position: relative;
	background-color: #fff3e3;
	margin-right: 13px;
}

.part8 .light3-content .every-content>img{
    width: 100%;
    vertical-align: middle;
}

.part8 .light3-content .every-content:last-of-type{
	margin-right: 0;
}

.part8 .light3-content .every-content .content-name{
	white-space: nowrap;
	position: absolute;
	left: 0;
	right: 0;
	line-height: 20px;
	font-size: 20px;
	bottom: -28px;
	color: #9a270b;
}

.part8 .light3-content .every-content .content-name i{
	width: 62px;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #9a270b;
}

.part8 .light3-content .every-content .content-name i:first-of-type{
	left: 0;
}

.part8 .light3-content .every-content .content-name i:last-of-type{
	right: 0;
}

.part8 .border-light{
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 4px dotted #9A270B;
    display: none;
    animation-name: flash;
    -webkit-animation-name: flash;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.part8 .light3-content .border-light{
	left: -12px;
	right: -12px;
}

.pannel2{
	height: 533px;
	background-image: url(../images/bg2.jpg);
}

.pannel2 .public-container{
	padding-top: 59px;
}

.pannel2 .qr-title-border{
	width: 811px;
	height: 103px;
	background: url(../images/qr_title_border.png) center no-repeat;
	margin-left: 197px;
	padding-top: 32px;
}

.pannel2 .qr-title-border img{
	display: block;
	margin-left: 324px;
}

.pannel2 .qr-content{
	display: flex;
	display: -webkit-flex;
	padding: 0 140px;
	justify-content: space-between;
	margin-top: 25px;
}

.pannel2 .qr-content .every-qr{
	width: 234px;
	height: 234px;
	position: relative;
	border: 1px solid #fff3e3;
}

.pannel2 .qr-content .every-qr .i-column{
	position: absolute;
	width: 4px;
	height: 67px;
	background-color: #fff3e3;
}

.pannel2 .qr-content .every-qr .i-top{
	left: -1px;
	top: -1px;
}

.pannel2 .qr-content .every-qr .i-bottom{
	right: -1px;
	bottom: -1px;
}

.pannel2 .qr-content .every-qr .s-bottom{
	position: absolute;
	bottom: -48px;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #fff3e3;
	white-space: nowrap;
	left: 0;
	right: 0;
}

.pannel2 .qr-content .every-qr .qr-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 215px;
	height: 215px;
	font-size: 0;
	line-height: 215px;
	background-color: #fff3e3;
}

.pannel2 .qr-content .every-qr .qr-bg img{
    vertical-align: middle;
    width: 200px;
}

.public-footer {
	height: 100px;
	background-color: #390606;
	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;
}

.data-window{
	width: 960px;
	height: 270px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #faecda;
	display: none;
}

.data-window .black-circle{
	position: absolute;
	top: -22px;
}

.data-window .circle1{
	left: 33px;
}

.data-window .circle2{
	left: 55px;
}

.data-window .circle3{
	right: 54px;
}

.data-window .circle4{
	right: 32px;
}

.data-window .data-bg{
	position: absolute;
	left: 10px;
	top: 24px;
}

.data-window .data-content{
	width: 940px;
	height: 196px;
	position: absolute;
	top: 22px;
	left: 10px;
	border-top: 2px solid #9a270b;
	border-bottom: 2px solid #9a270b;
	overflow: hidden;
}

.data-window .data-content img{
	position: absolute;
}

.data-window .data-content .data-line{
	position: absolute;
	width: 839px;
	height: 148px;
	background: url(../images/data_line.png) left bottom no-repeat;
	bottom: 3px;
	left: 51px;
}

.data-window .data-content .i-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #faecda;
    left: 80px;
}

.data-window .data-content .number1{
	left: 37px;
	top: 155px;
}

.data-window .data-content .number2{
	left: 129px;
	top: 152px;
}

.data-window .data-content .number3{
	left: 222px;
	top: 153px;
}

.data-window .data-content .number4{
	left: 311px;
	top: 137px;
}

.data-window .data-content .number5{
	left: 402px;
	top: 117px;
}

.data-window .data-content .number6{
	left: 494px;
	top: 109px;
}

.data-window .data-content .number7{
	left: 588px;
	top: 87px;
}

.data-window .data-content .number8{
	left: 677px;
	top: 65px;
}

.data-window .data-content .number9{
	left: 769px;
	top: 34px;
}

.data-window .data-content .number10{
	left: 861px;
	top: 9px;
}

.data-window .data-content .i-circle{
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #9a280c;
}

.data-window .data-content .circle1{
	left: 42px;
	top: 181px;
}

.data-window .data-content .circle2{
	left: 134px;
	top: 178px;
}

.data-window .data-content .circle3{
	left: 227px;
	top: 179px;
}

.data-window .data-content .circle4{
	left: 320px;
	top: 163px;
}

.data-window .data-content .circle5{
	left: 413px;
	top: 143px;
}

.data-window .data-content .circle6{
	left: 505px;
	top: 135px;
}

.data-window .data-content .circle7{
	left: 599px;
	top: 113px;
}

.data-window .data-content .circle8{
	left: 692px;
	top: 91px;
}

.data-window .data-content .circle9{
	left: 784px;
	top: 60px;
}

.data-window .data-content .circle10{
	left: 877px;
	top: 35px;
}

.alert-day{
	position: absolute;
	bottom: 19px;
}

.day1{
	left: 36px;
}

.day2{
	left: 128px;
}

.day3{
	left: 220px;
}

.day4{
	left: 313px;
}

.day5{
	left: 405px;
}

.day6{
	left: 497px;
}

.day7{
	left: 589px;
}

.day8{
	left: 682px;
}

.day9{
	left: 774px;
}

.day10{
	left: 866px;
}

.window-close{
    position: absolute;
    cursor: pointer;
    right: -34px;
    top: -34px;
}

.window-alert2{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
	text-align: center;
	display: none;
}

.window-alert2 .qr-img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 210px;
	height: 210px;
	line-height: 210px;
	font-size: 0;
}

.window-alert2 .qr-img img.center-img{
	width: 200px;
	vertical-align: middle;
}

.window-alert2 .window-close2 {
    position: absolute;
    cursor: pointer;
    right: -34px;
    top: -34px;
}

.window-alert2 .i-line{
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    bottom: -30px;
    white-space: nowrap;
    color: #FFF;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.float-right{
    position: fixed;
    width: 76px;
    height: 76px;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    background-color: #DFA25E;
    box-shadow: 0 0 10px #000;
    z-index: 1;
    text-align: center;
    padding-top: 50px;
}

@keyframes rnd1 {
	100% {
		transform: rotate(360deg);
		-ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	}
}

@-webkit-keyframes rnd1 {
	100% {
		transform: rotate(360deg);
		-ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	}
}

.float-right .i-circle{
	width: 31px;
	height: 31px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 6px;
	background: url(../images/sydwIco02.png) center no-repeat;
	animation: rnd1 5s cubic-bezier(0.28, 0.28, 1, 1) infinite;
	-webkit-animation: rnd1 5s cubic-bezier(0.28, 0.28, 1, 1) infinite;
}

.float-right .content{
    font-size: 16px;
    white-space: nowrap;
    display: inline-block;
    line-height: 16px;
    color: #9a270b;
    font-weight: bold;
}