html,
body {
	padding: 0px;
	margin: 0px;
	color: #CFCBBF;
}

header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	height: 75px;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

body {
	padding-top: 75px;
}

ul li {
	list-style: none;
}

.text-color {
	background: -webkit-linear-gradient(132deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.btn-class {
	color: #000 !important;
	height: 44px;
	line-height: 44px;
	padding: 0px 20px !important;
	display: block;
	text-align: center;
	border-radius: 2px;
	background: linear-gradient(132deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
	text-decoration: none;
	font-weight: bold;
}

.wrap {
	width: 1160px;
	margin: 0px auto;
}

.head {
	margin: 0px 40px;
	padding: 8px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.right-nav {
	display: flex;
	align-items: center;
}

.head a {
	color: #CFCBBF;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	display: block;
	margin-left: 4px;
}

.head a .line {
	width: 100%;
	height: 4px;
	background: linear-gradient(132deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
	margin-top: 6px;
	border-radius: 2px;
	opacity: 0;
}

.head a:hover .line {
	opacity: 1;
}



.peixun {
	background: url(../img/banner.png);
	background-size: cover;
	background-position: center center;
	height: 432px;
	margin: 0px;
}

.peixun .mask {
	width: 100%;
	height: 432px;
	background: rgba(0, 0, 0, 0.8);
}

.peixun-content {
	padding: 50px 40px;
}

.peixun-content-txt-1 {
	font-size: 46px;
	width: 450px;
	padding-top: 60px;

}

.peixun-content-txt-2 {
	padding: 30px 0px;
}

.peixun-content-btn {
	display: flex;
}

.peixun-content-btn a {
	margin-right: 10px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}



.about {
	background: #1b1c1d;
	margin: 0px;
}

.about-content {
	padding: 60px 40px;
}

.title {
	font-size: 46px;
	width: 400px;
}

.about-li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 30px;
}

.about-li-title {
	font-size: 20px;
	line-height: 60px;
}


.tese {
	background: #000;
	padding: 60px 0px;
}

.tese-content {
	padding: 30px 40px;
	background: rgb(27, 28, 29);
	margin: 60px 0px;
}

.tese-li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 40px;
}

.tese-li-box {
	width: 41%;
	padding-right: 2%;
	padding-left: 2%;
}

.tese-li-box a {
	color: #eee27d;
}

.tese-li-t {
	font-size: 24px;
	line-height: 50px;
}

.tese-li-c {
	font-size: 18px;
}




.kecheng {
	background-color: rgb(238, 226, 125);
}

.kecheng-content {
	padding: 60px 40px;
}

.kc-li {
	display: flex;

}

.sanjiao1 {
	width: 170px;
	margin-left: 170px;
	margin-bottom: 2px;
}

.sanjiao2 {
	width: 342px;
	margin-left: 85px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.sanjiao3 {
	width: 512px;
	margin-top: 2px;
}


.kc-li-right {
	width: 100%;
	border-bottom: 1px solid #000;
	color: #000;
	padding-top: 20px;
}

.no-line {
	border-bottom: 0px;
}

.kc-li-right a {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 40px;
}

.kc-intro {
	color: #000;
	padding-top: 20px;
	font-size: 19px;
}




.shuji {
	background-color: #000;
}

.sj-content {
	padding: 60px 40px;
}

.sj-li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
}

.sj-li img {
	width: 315px;
	height: 197px;
	border-radius: 2px;
}

.sj-li-div {
	width: 315px;
	margin-bottom: 20px;
}

.sj-li-div .text-color {
	width: 100%;
	font-size: 34px;
	line-height: 40px;
	padding: 10px 0px;
}

.sj-c {
	line-height: 30px;
	font-size: 18px;
}

.sj-li-div .more {
	text-align: right;
}

.sj-li-div .more a {

	color: #eee27d;
	font-size: 18px;
}


.anli {
	background: url(../img/anli_bg.png);
	background-size: cover;
	background-position: center center;
	height: 490px;
	margin: 0px;
}

.anli .mask {
	width: 100%;
	height: 490px;
	background: rgba(0, 0, 0, 0.8);
}

.anli-content {
	padding: 80px 40px;
}

.al-intro {
	padding-top: 20px;
	font-size: 19px;
}

.al-li-box {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding-top: 10px;
}

.al-li {
	text-align: center;
}

.al-num {
	font-size: 70px;
	font-family: serif;
}

.al-t {
	font-size: 22px;
	line-height: 50px;
}

.wenti {
	background: #000;
	padding: 60px 0px;
}

.wt-content {
	padding: 30px 40px;
	background: rgb(27, 28, 29);
	margin: 60px 0px;
}

.wt-li {
	margin-top: 10px;
	font-size: 18px;
	transition: all 0.3s;
}

.wt-t {
	padding-bottom: 10px;
	padding-top: 10px;
	cursor: pointer;
}

.wt-t img {
	width: 10px;
	height: 12px;
	margin-right: 10px;
	transition: all 0.3s;
}


.wt-c {
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	display: none;
}

.active .wt-c {
	display: block;
}

.active img {
	transform: rotate(90deg);
}

.lianxi {
	background: #1b1c1d;
	margin: 0px;
}

.lx-content {
	padding: 60px 40px;
}

.lx-li-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.lx-li {
	background: rgb(58, 59, 60);
	width: 300px;
	padding: 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 30px;
}

.lx-c {
	font-size: 24px;
	padding-bottom: 20px;
}

.phone-menu {
	display: none;
}

.head-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ts-img {
	margin-top: 30px;
	width: 100%;
}

.ts-img-phone {
	display: none;
}

.kc-right-phone {
	display: none;
}

.book-name {
	width: 100%;
	font-size: 46px;
	text-align: center;
}

.book-btn {
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	letter-spacing: 10px;
	margin-left: 200px;
}

.money {
	letter-spacing: 0px;
	color: red;
}

.login-box {
	background: rgb(58, 59, 60);
	width: 400px;
	padding: 40px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 30px;
	margin: 0px auto;
	margin-top: 30px;
}

.form-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

input {
	height: 30px;
	width: 260px;
	border-radius: 4px;
	padding: 0px 10px;
	line-height: 30px;
}

.captcha-box {
	display: flex;
	align-items: center;
}

.captcha {
	width: 140px;
}

.captcha-btn {
	height: 32px;
	margin-left: 36px;
}

.login-btn {
	border: 0px;
	width: 200px;
	font-size: 22px;
	margin-top: 30px;
	margin-left: 100px;
	letter-spacing: 10px;
}

.reg-btn {
	text-align: right;
	margin-top: 20px;
	cursor: pointer;
	color: #AE8625;
}

.reg-box {
	display: none;
}

.is-reg .reg-box {
	display: block;
}

.user-info {
	width: calc(100% - 40px);
	background: rgb(58, 59, 60);
	padding: 20px;
	border-radius: 4px;
	font-size: 18px;

	margin: 0px auto;
	margin-top: 30px;
	padding-bottom: 40px;
	display: none;
}

.user-box {
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
}

.user-box div {
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	width: 33%;
	text-align: center;
}

.user-box .no-right {
	border: 0px;
}

.logout-btn {
	height: 40px;
	width: 160px;
	background: linear-gradient(132deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	color: #000;
	margin: 0px auto;
	font-weight: bold;
}

@media screen and (max-width:758px) {



	.wrap {
		width: 100%;
	}

	.head {
		margin: 0px;
		display: block;
	}

	.head-box {
		width: 100%;
	}

	.head a {
		margin-left: 0px;
	}

	.phone-menu {
		background: url(../img/menu.png) no-repeat;
		background-size: contain;
		display: block;
		width: 24px;
		height: 24px;
		margin-right: 20px;
		transition: all 0.3s;
	}

	.right-nav {
		display: block;
		height: 0px;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.9);
		text-align: center;
		line-height: 40px;
		transition: all 0.3s;
	}

	.btn-class {
		margin: 0px 15px !important;
	}

	.menu-active .phone-menu {
		background: url(../img/close.png) no-repeat;
		background-size: contain;
	}

	.menu-active .right-nav {
		height: 314px;
		padding-top: 10px;
	}



	.peixun {
		height: 347px;
	}

	.peixun .mask {
		height: 347px;
	}

	.peixun-content {
		padding: 20px 20px;
	}

	.peixun-content-txt-1 {
		padding-top: 0px;
		width: 100%;
		font-size: 32px;
	}

	.peixun-content-btn {
		display: block;
	}

	.peixun-content-btn .btn-class {
		padding: 0px !important;
		margin-bottom: 10px !important;
	}

	.peixun-content-txt-2 {
		padding: 15px 0;
	}

	.title {
		font-size: 32px;
		width: 100%;
	}

	.about-content {
		padding: 20px;
	}

	.about-li {
		padding-top: 20px;
	}


	.tese {
		padding: 20px 0px;
	}

	.tese-content {
		margin: 20px 0px;
		padding: 20px;
	}

	.ts-img {
		display: none;
	}

	.ts-img-phone {
		display: block;
		height: 460px;
	}

	.ts-box-phone {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 10px;
	}

	.tese-li {
		display: block;
		padding-bottom: 0px;
	}

	.tese-li-box {
		width: 100%;
		height: 115px;
	}

	.tese-li-t {
		font-size: 18px;
		line-height: 40px;
	}

	.tese-li-c {
		font-size: 16px;
	}

	.kecheng-content {
		padding: 20px;
	}

	.kc-li-right {
		display: none;
	}

	.kc-li {
		width: 100%;
		text-align: center;
		margin: 0px auto;
	}

	.sanjiao1 {
		width: 32%;
		margin: 0px auto;
		margin-bottom: 4px;
	}

	.sanjiao2 {
		width: 66%;
		margin: 0px auto;
		margin-bottom: 4px;
	}

	.sanjiao3 {
		width: 100%;
		margin: 0px auto
	}

	.kc-right-phone {
		display: block;
	}

	.kc-right-phone .kc-li-right {
		display: block;
	}


	.sj-content {
		padding: 20px;
	}

	.sj-content .title {
		width: 100% !important;
		line-height: 50px !important;
	}

	.sj-li {
		display: block;
	}

	.sj-li-div {
		width: 100%;
		margin-bottom: 60px;
	}

	.sj-li img {
		width: 100%;
		height: auto;
	}

	.sj-li-div .text-color {
		font-size: 28px;
	}


	.anli {
		height: 580px;
	}

	.anli .mask {
		height: 580px;
	}

	.anli-content {
		padding: 20px;
	}

	.al-li-box {
		display: block;
	}

	.al-li {
		margin-bottom: 20px;
	}

	.al-num {
		font-size: 50px;
	}

	.al-t {
		font-size: 20px;
		line-height: 30px;
	}


	.wenti {
		padding: 10px;
	}

	.wt-content {
		margin: 20px 0px;
		padding: 20px;
	}


	.lx-content {
		padding: 20px;
	}

	.lx-li-box {
		display: block;
	}

	.lx-li {
		width: calc(100% - 40px);
		margin-bottom: 20px;
	}

	.book-name {
		font-size: 32px;
	}

	.book-btn {
		width: 82%;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		letter-spacing: 0px;
	}

	.login-box {
		width: calc(100% - 40px);
		padding: 20px;
	}

	input {
		width: 240px;
	}

	.captcha {
		width: 120px;
	}

	.captcha-btn {
		margin-left: 20px;
	}

	.login-btn {
		margin-left: 70px !important;
		margin-top: 30px !important;
	}

	.user-box {
		display: block;
	}

	.user-box div {
		width: 100%;
		border-right: 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
		padding: 20px 0px;
		text-align: left;
	}
}