body {
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../img/bg.png);
}

.pannel {
	background-position: center top;
	background-repeat: no-repeat;
}

.top {
	position: absolute;
	left: 50%;
	/* right: 0; */
	top: 0;
	/* display: block; */
	margin-left: -246px;
}

.public-title {
	position: relative;
	width: 1002px;
	margin: 0 auto;
	background-image: url(../img/circle1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.public-title h1 {
	/* font-size: 50px; */
	color: #ca1e1d;
	background-color: #fcfcfc;
	width: 496px;
	height: 76px;
	border-radius: 20px;
	margin: 0 auto;
	border: 4px solid;
	position: relative;
}

.public-title h1 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.public-title2 {
	background-image: url(../img/circle2.png);
}

.public-title2 h1 {
	background-color: #ad0e0e;
	border-color: #fcfcfc;
}

.header {
	height: 50px;
	padding-top: 10px;
	width: 100%;
	/* top: 0; */
	/* background-image: url(../img/header_bg.png); */
	background-color: #ca1e1d;
	/* min-width: 1200px; */
	/* margin-top: -1px; */
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	z-index: 999;
}

.header .public-container {
	width: 1000px;
	/* padding-left: 100px; */
	/* padding-top: 8px; */
}

.header ul {
	font-size: 18px;
	height: 100%;
	line-height: 0px;
	float: left;
    margin-left: 143px;
	/* padding-top: 8px; */
	color: #bbfcef;
   margin-top: -12px;
   
}

.header ul li a {
	font-size: 18px;
	color: #bbfcef;
	font-weight: 500;
	padding-right: 5px;
}

.header ul li a:hover {
	color: #ffab3f;
}

.header span {
	/* font-size: 16px; */
	/* color: #261b17; */
	/* line-height: 46px; */
	/* float: right; */
}

.header ul li {
	display: inline-block;
	/* padding: 0 10px; */
	vertical-align: middle;
}

.header img {
	float: left;
	/* padding-top: 8px; */
	/* width: 141px; */
}

.banner {
	height: 716px;
}

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

.banner .public-container .study {
	position: absolute;
	top: 356px;
	left: 310px;
}

.banner .public-container .title-two {
	width: 808px;
	margin: 62px auto 0;
	position: relative;
	font-size: 36px;
	color: #f2ae35;
	line-height: 66px;
	height: 66px;
	border-radius: 16px;
}

.banner .star {
	position: absolute;
	right: 11px;
	top: 155px;
}

.banner .public-container .title-two div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ca1e1d;
	border-radius: 16px;
	z-index: -1;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.banner .public-container .title-two span {
	color: #ca1e1d;
	display: inline-block;
	background-color: #f2ae35;
	line-height: 48px;
	height: 48px;
	padding: 0 6px;
	border-radius: 12px;
	margin-left: 4px;
}

.banner .public-container .title-two i {
	width: 73px;
	height: 4px;
	background-color: #f2ae35;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 16px;
}

.banner .public-container .title-two i:nth-last-child(1) {
	right: 16px;
	left: auto;
}

.pannel2 {
	height: 1980px;
}

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

.pannel2 .public-container .four {
	width: 1000px;
	margin: 16px auto 88px;
	/* overflow: hidden; */
	white-space: nowrap;
	text-align: center;
}

.pannel2 .public-container .four .four-part {
	display: inline-block;
	width: 232px;
	height: 172px;
	background-image: url(../img/fourparts.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 8px;
	position: relative;
	padding-top: 40px;
	vertical-align: top;
}

.pannel2 .public-container .four .four-part .top-traingle {
	width: 218px;
	height: 15px;
	background-color: #680807;
	position: absolute;
	top: 53px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}

.pannel2 .public-container .four .four-part .top-traingle::after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 218px;
	border-top: 38px solid #680807;
	border-left: 103px solid transparent;
	border-right: 110px solid transparent;
	left: 0;
	top: 15px;
}

.pannel2 .public-container .four .four-part .traingle {
	position: absolute;
	left: 0;
	right: 0;
	top: 29px;
	margin: 0 auto;
	z-index: 1;
}

.pannel2 .public-container .four .four-part .picture-second {
	position: relative;
	z-index: 2;
}

.pannel2 .public-container .four .four-part h1 {
	color: #ca1e1d;
	font-size: 26px;
	line-height: 27px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: 0 auto;
}

.pannel2 .public-container .description {
	width: 1000px;
	height: 300px;
	margin: 0 auto 104px;
	border: 6px solid #ca1e1d;
	border-radius: 20px;
	position: relative;
	overflow: visible;
}

.pannel2 .public-container .description .price {
    width: 150px;
    height: 163px;
    background-image: url(../img/pricebg.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 16px;
}

.pannel2 .public-container .description .price .click-buy {
    width: 125px;
    height: 42px;
    background-image: url(../img/buybg.png);
    background-repeat: no-repeat;
    background-position: center top;
    line-height: 29px;
    font-size: 20px;
    color: #ca1e1d;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}

.pannel2 .public-container .description .right {
	position: absolute;
	background-color: #ca1e1d;
	top: 0;
	bottom: 0;
	right: 0;
	left: 558px;
	border-radius: 0 4px 4px 0px;
	font-size: 20px;
	line-height: 27px;
	color: #fcfcfc;
	text-align: left;
	padding: 30px 32px 0;
}

.pannel2 .public-container .description .right a {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	width: 164px;
	height: 47px;
	background-image: url(../img/info.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 20px;
	bottom: 0.14rem;
	font-weight: bold;
	color: #ca1e1d;
	text-align: center;
	line-height: 40px;
}

.pannel2 .public-container .description .right .mind {
	display: none;
	position: absolute;
	left: -610px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pannel2 .public-container .description .right h1 {
	color: #ca1e1d;
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	background-color: #fcfcfc;
	width: 300px;
	margin: 0 auto 18px;
	border-radius: 19px;
	text-align: center;
}

.pannel2 .public-container .description .playground {
	position: absolute;
	z-index: 0;
	left: 92px;
	bottom: -38px;
}

.pannel2 .public-container .description .book {
	position: absolute;
	left: 180px;
	bottom: 24px;
}

.pannel3 {
	height: 890px;
	background-image: url(../img/pannel3.png);
}

.pannel3 .public-container {
	padding-top: 88px;
	overflow: hidden;
}

.pannel3 .public-container .top {
	top: 38px;
	margin-left: -256px;
}

.pannel3 .public-container .title-second {
	color: #fcfcfc;
	font-size: 24px;
	font-weight: normal;
	margin: 10px auto 138px;
}

.pannel3 .public-container .four-border {
	height: 316px;
}

.pannel3 .public-container .four {
	display: inline-block;
	width: 233px;
	height: 315px;
	background-color: #8b0808;
	border-radius: 19px;
	position: relative;
	transition: all 0.2s;
	z-index: 0;
	margin: 0 12px;
	vertical-align: top;
}

.pannel3 .public-container .four .shade-inside {
	width: 189px;
	height: 264px;
	position: absolute;
	top: 24px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	margin: auto;
	background-color: black;
	z-index: 1;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.pannel3 .public-container .four img {
	width: 243px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	/* right: 0; */
	margin: auto 0;
}

.pannel3 .public-container .four a {
	display: none;
}

.pannel3 .public-container .over {
	z-index: 1;
	width: 385px;
	height: 521px;
	margin-right: -50px;
	margin-left: -50px;
	top: -102px;
}

.pannel3 .public-container .over img {
	width: 351px;
	left: 14px;
}

.pannel3 .public-container .over .shade-inside {
	display: none;
}

.pannel3 .public-container .over a {
	display: block;
	width: 385px;
	height: 93px;
	background-image: url(../img/ahover.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	bottom: 0;
	line-height: 93px;
	font-size: 40px;
	color: #8b0808;
	font-weight: bold;
}

.pannel4 {
	margin-top: -34px;
}

.pannel4 .public-container {
	overflow: visible;
}

.pannel4 .public-container .top {
	margin-left: -254px;
	top: -45px;
}

.pannel4 .public-container .title-second {
	color: #ca1e1d;
	font-size: 24px;
	font-weight: normal;
	margin: 10px auto 14px;
}

.pannel4 .public-container .biaodan {
	width: 570px;
	height: 634px;
	margin: 0 auto 22px;
	background-color: #ca1e1d;
	border-radius: 26px;
	padding-top: 20px;
}

.pannel4 .public-container .biaodan .biaodan-top {
	width: 106px;
	height: 8px;
	margin: 0 auto 22px;
	position: relative;
}

.pannel4 .public-container .biaodan .biaodan-top i {
	position: absolute;
	background-color: #fcfcfc;
	top: 0;
	bottom: 0;
	border-radius: 4px;
}

.pannel4 .public-container .biaodan .biaodan-top i:nth-child(1) {
	left: 0;
	width: 94px;
}

.pannel4 .public-container .biaodan .biaodan-top i:nth-child(2) {
	right: 0;
	width: 8px;
}

.pannel4 .public-container .biaodan .zqq {
	width: 513px;
	height: 495px;
	background-color: #fcfcfc;
	border-radius: 26px;
	margin: 0 auto 20px;
	padding-top: 18px;
}

.pannel4 .public-container .biaodan .zqq div {
	width: 428px;
	height: 57px;
	border: 2px solid #ca1e1d;
	border-radius: 20px;
	margin: 0 auto 8px;
	position: relative;
	overflow: hidden;
}

.pannel4 .public-container .biaodan .zqq div span {
	display: inline-block;
	position: absolute;
	color: #fcfcfc;
	font-size: 22px;
	background-color: #ca1e1d;
	height: 100%;
	line-height: 53px;
	left: 0;
	width: 150px;
}

.pannel4 .public-container .biaodan .zqq div input {
	/* border: 1px solid; */
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 150px;
	width: 272px;
	font-size: 22px;
}

.pannel4 .public-container .biaodan .zqq div input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: lightgray;
}

.pannel4 .public-container .biaodan .zqq div input::-moz-placeholder {
	/* Firefox 19+ */
	color: lightgray;
}

.pannel4 .public-container .biaodan .zqq div input:-ms-input-placeholder {
	/* IE 10+ */
	color: lightgray;
}

.pannel4 .public-container .biaodan .zqq div input:-moz-placeholder {
	/* Firefox 18- */
	color: lightgray;
}

.pannel4 .public-container .biaodan .zqq #getyzm {
	left: auto;
	right: 0;
	width: 94px;
	font-size: 19px;
	cursor: pointer;
	/* line-height: 22px; */
	/* padding-top: 4px; */
}

.pannel4 .public-container .biaodan .zqq div select {
	border: transparent;
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 150px;
	width: 272px;
	font-size: 22px;
	outline: none;
}

.pannel4 .public-container .biaodan #zhuce {
	display: block;
	width: 196px;
	height: 56px;
	margin: 24px auto 0;
	background-image: url(../img/login.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 21px;
	color: #fcfcfc;
	line-height: 50px;
}

.pannel4 .public-container .biaodan .circle-phone {}

.pannel5 {
	height: 533px;
	background-image: url(../img/pannel5.png);
}

.pannel5 .public-container {
	padding-top: 80px;
}

.pannel5 .public-container .public-title {
	margin-bottom: 25px;
}

.pannel5 .top {
	margin-left: -254px;
	top: 32px;
}

.pannel5 .three {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

.pannel5 .three .part-inside {
	display: inline-block;
	margin: 0px 5px;
}

.pannel5 .three .picture {
	width: 204px;
	height: 204px;
	border-radius: 18px;
	margin: 0 auto 8px;
	background-color: #ffffff;
}

.pannel5 .three .introduction {
	width: 321px;
	height: 115px;
	border-radius: 10px;
	/* margin: 0 auto 0; */
	background-color: #8b0808;
	display: table;
}

.pannel5 .three .introduction h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #fcfcfc;
	font-weight: normal;
}

.pannel6 .top {
	top: 34px;
	margin-left: -255px;
}

.pannel6 .public-container {
	padding-top: 82px;
}

.pannel6 iframe {
	width: 990px;
	height: 488px;
	margin: 27px auto 0;
}

.pannel6 .address {
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 27px auto 258px;
	border-radius: 20px;
	border: 4px solid #ca1e1d;
}

.pannel6 .zg {
	position: absolute;
	background-color: #ca1e1d;
	z-index: -1;
	width: 154px;
	height: 399px;
	border-radius: 17px;
	left: 14px;
	top: 30px;
}

.public-footer {
	height: 158px;
	background-color: #ca1e1d;
}

.public-footer .public-container {
	padding-top: 20px;
}

.public-footer p {
	font-size: 16px;
	color: #FFF;
	line-height: 35px;
}

.float-bottom {
	width: 1334px;
	height: 188px;
	background-image: url(../img/float_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

.float-bottom img {
	position: absolute;
}

.float-bottom img.four-books {
    left: 70px;
    top: 2px;
}

.float-bottom img.p1 {
    left: 60px;
    bottom: 34px;
}

.float-bottom img.p2 {
    bottom: 110px;
    right: 74px;
}

.float-bottom img.price {
	position: static;
	vertical-align: middle;
}

.float-bottom .title {
    font-size: 40px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    margin-top: 36px;
}

.float-bottom .title2 {
	width: 469px;
	height: 56px;
	background-image: url(../img/title2.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #fefdec;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	margin: 0px auto 0;
	padding-top: 6px;
}

.float-bottom a {
    display: inline-block;
    width: 179px;
    height: 158px;
    position: absolute;
    background-image: url(../img/buy.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #ed061f;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    padding-left: 12px;
    padding-top: 22px;
    right: 70px;
    top: 34px;
}

.shade-alert {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 999;
}

.center-float {
	display: none;
	width: 300px;
	height: 436px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 26px;
	background-color: #ca1e1d;
	margin: auto;
	z-index: 1000;
	text-align: center;
	overflow: visible;
	padding-top: 13px;
}

.center-float .close {
	position: absolute;
	right: -48px;
	top: -24px;
	cursor: pointer;
}

.center-float .center-float-top {
	width: 76px;
	height: 6px;
	margin: 0 auto 15px;
	position: relative;
}

.center-float .center-float-top i {
	position: absolute;
	/* height: 100%; */
	display: inline-block;
	top: 0;
	bottom: 0;
	background-color: #fcfcfc;
	left: 0;
	width: 66px;
	border-radius: 3px;
}

.center-float .center-float-top i:nth-last-child(1) {
	left: auto;
	right: 0;
	width: 6px;
}

.center-float .float-inside {
	width: 259px;
	height: 340px;
	margin: 0 auto 0;
	background-color: #fcfcfc;
	border-radius: 26px;
	padding-top: 40px;
	font-size: 24px;
	color: #ca1e1d;
	font-weight: bold;
	line-height: 30px;
}

.center-float .float-inside img {
	margin-bottom: 38px;
}

.center-float .float-inside a {
	display: block;
	width: 214px;
	height: 41px;
	background-image: url(../img/hrefinside.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 10px auto 0px;
	color: #fcfcfc;
	font-size: 21px;
	line-height: 37px;
}

.float-right {
	position: fixed;
	width: 110px;
	height: 243px;
	background-color: #ca1e1d;
	border: 2px solid rgb(195, 124, 46);
	border-radius: 16px;
	right: 0;
	top: 20%;
	overflow: visible;
}

.float-right .close {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -27px;
	margin-right: -24px;
}

.float-right .inside {
	width: 96px;
	height: 229px;
	border-radius: 7px;
	border: 2px dashed rgb(242, 174, 53);
	margin: 5px auto 0;
}

.float-right a {
	display: block;
	font-size: 18px;
	color: #fefdfd;
	border-bottom: 1px dashed rgb(242, 174, 53);
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.float-right a.float-top {
	border: none;
}
