.clearfloat {
	zoom: 1;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.header {
	width: 100%;
	height: 40px;
	background-color: #333;
}

.footer {
	background: #333;
	width: 100%;
	min-height: 100px;
	margin-top: 50px;
}

.footer .content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.footer .content .logo-footer img {
	width: 80%;
	margin-top: 40px;
}

.footer .content .logo-footer {
	text-align: center;
}

.footer .content .qr-footer>div {
	display: inline-block;
}

.footer .content .qr-footer>div:first-child {
	margin-right: 10px;
}

.footer .content .qr-footer>div p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.footer .content .address {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}

.footer .content .address p {
	margin-bottom: 8px;
}

.wrap {
	/* width: 100%; */
	max-width: 1200px;
	margin: 0 auto;
}

.nav {
	height: 100px;
	line-height: 60px;
	margin: 20px 0;
}

.nav .left>ul {
	margin-left: 5%;
}

.nav .left>ul li {
	display: inline-block;
	margin: 0 10px;
}

.nav .left>ul li.cur a {
	color: #cfa156;
}

.nav .left>ul li a {
	font-size: 20px;
}

.nav .right {
	position: relative;
}

.nav .right i {
	font-size: 24px;
	position: absolute;
	right: 2%;
	top: 1%;
}

.nav .right input {
	margin-top: 10px;
}

.carousel-index {
	height: 100%;
}

.carousel-index img {
	width: 100%;
}

.index-list {
	margin: 28px 0;
}

.index-list .tit {
	position: relative;
	margin-bottom: 28px;
}

.index-list .tit span {
	font-size: 16px;
	color: #799ab2;
}

.index-list .tit a {
	position: absolute;
	right: 5px;
	font-size: 16px;
	color: #2d2d2b;
}

.index-list .tit a img {
	margin-top: -4px;
}

.index-list ul {
	margin-left: 1%;
}

.index-list ul li {
	display: inline-block;
	overflow: hidden;
	width: 48%;
	height: 98px;
	margin: 5px 1% 0 0;
	position: relative;
}

.index-list ul li:last-child {
	margin: 0;
}

.index-list ul li .msg,
.series>ul li .left .msg,
.sd-list>ul li .msg {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 80%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 2%;
}

.sd-list>ul li .msg {
	text-align: left;
}

.index-list ul li .msg h3,
.index-list ul li .msg p,
.series>ul li .left .msg h3,
.series>ul li .left .msg p,
.sd-list>ul li .msg h3,
.sd-list>ul li .msg p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #cfa156;
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.index-list ul li img {
	width: 100%;
	height: 100%;
	;
}

.series {
	width: 100%;
}

.series>ul li {
	margin-top: 20px;
}

.series>ul li .left,
.series>ul li .right {
	float: left;
}

.series>ul li .left {
	width: 30%;
	position: relative;
}

.series>ul li .right {
	width: 68%;
}

.series>ul li .left img {
	width: 96%;
}

.series>ul li .right p {
	color: #799ab2;
	font-size: 14px;
	margin-bottom: 4px;
}

.series>ul li .right span {
	color: #171717;
	font-size: 14px;
}

.paging1 {
	text-align: center;
	margin: 38px 0 20px 0;
}

.sd-introduce {
	background: #eff3f5;
	width: 97%;
	padding-top: 60px;
	min-height: 340px;
	margin-top: 30px;
	overflow: hidden;
}

.sd-introduce .left {
	margin: 0 3% 3% 0;
	background: #eff3f5;
}

.sd-introduce .left img {
	width: 94%;
	padding-left: 3%;
}

.sd-introduce .right {
	background: #eff3f5;
}

.sd-introduce .right h1 {
	font-size: 24px;
	color: #cfa156;
	border-bottom: 1px solid #ccc;
	width: 80%;
	padding-bottom: 16px;
}

.sd-introduce .right p {
	color: #2b2b2b;
	font-size: 18px;
	margin-top: 18px;
}

.sd-list {
	width: 100%;
	margin-top: 30px;
	min-height: 200px;
}

.sd-list>ul {
	text-align: center;
}

.sd-list>ul li {
	margin-bottom: 10px;
	position: relative;
	height: 100px;
}

.sd-list>ul li img {
	width: 94%;
	height: 100px;
}

.sch-result {
	width: 100%;
	background: #eff3f5;
	min-height: 200px;
}

.sch-result>.sch-resultCount {
	color: #7f8c8d;
	font-size: 20px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
}

.sch-result>.layui-form {
	margin: 60px auto;
	width: 80%;
	text-align: center;
}

.sch-result>.layui-form .left {
	width: 150px;
	margin: -16px -5px 0 0;
}

.sch-result>.layui-form .center {
	width: 400px;
	margin-right: -5px;
}

.sch-result>.layui-form .right button {
	width: 90px;
}

.cd-video {
	width: 100%;
	background: #eff3f5;
	padding: 24px 0;
	min-height: 200px;
}

.cd-video .tVideo {
	margin: 10px auto;
	height: auto;
	width: 100% !important;
	height: 280px !important;
}

.cd-video .tVideo .Dvideo-time-content {
	display: none !important;
}

.cd-content {
	width: 100%;
}

.cd-content .left h1 {
	color: #cfa156;
	font-size: 24px;
	width: 93%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cd-content .left p {
	line-height: 1.8;
	text-indent: 2em;
}

.cd-content .left .head,
.cd-content .right .head {
	height: 86px;
	line-height: 86px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 28px;
}

.cd-content .right {
	float: right;
}

.cd-content .right .head a {
	cursor: pointer;
}

.cd-content .right .head img {
	float: left;
	margin: 32px 8px 0 0;
}

.cd-content .right .cd-msg {
	margin: 40px 0;
}

.cd-content .right .cd-msg p {
	color: #799ab2;
	margin-bottom: 10px;
	font-size: 16px;
}

.cd-content .right .cd-msg p span {
	color: #2b2b2b;
	margin-left: 10px;
}

.cd-content .right .layui-this {
	color: #cfa156;
}

.cd-content .right .layui-this:after {
	border-top: 2px solid #cfa156;
	border-bottom: none;
}

.cd-content .right .tab {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 0;
	border-bottom-style: solid;
}

.ranking {
	width: 90%;
}

.ranking p {
	font-size: 16px;
	color: #7c7c7c;
	margin-bottom: 18px;
}

.ranking p>i {
	font-style: italic;
	font-size: 18px;
}

.ranking li:nth-of-type(1) i,
.ranking li:nth-of-type(2) i,
.ranking li:nth-of-type(3) i {
	color: #cfa156;
}

.ranking p>span {
	color: #cfa156;
	margin-left: 22px;
}

.ranking p .tit {
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7c7c7c;
	display: inline-block;
}

@media screen and (min-width: 992px) {
	.nav .left>ul {
		margin-left: 15%;
	}
	.nav .left>ul li {
		margin: 0 20px;
	}
	.index-list ul li {
		width: 290px;
		height: 200px;
		margin: 0 5px 0 0;
	}
	.index-list ul {
		margin-left: unset;
	}
	.index-list .tit span {
		font-size: 24px;
	}
	.index-list .tit a {
		font-size: 24px;
	}
	.footer {
		background: #333;
		width: 100%;
		height: 200px;
	}
	.footer .content .logo-footer img {
		width: unset;
		margin-top: 2px;
	}
	.footer .content .logo-footer {
		text-align: left;
	}
	.footer .content .qr-footer>div:first-child {
		margin-right: 70px;
	}
	.footer .content .qr-footer>div {
		display: inline-block;
	}
	.footer .content .qr-footer>div:first-child {
		margin-right: 70px;
	}
	.footer .content .qr-footer>div p {
		font-size: 20px;
		color: #fff;
		margin-bottom: 10px;
	}
	.footer .content .address {
		text-align: right;
		padding-top: 20px;
	}
	.footer .content .address p {
		margin-bottom: 28px;
	}
	.series>ul li .left {
		width: 50%;
	}
	.series>ul li .right {
		width: 48%;
		padding-top: 10px;
	}
	.series>ul li .left img {
		width: 290px;
		height: 200px;
	}
	.series>ul li .right p {
		color: #799ab2;
		font-size: 20px;
	}
	.series>ul li .right span {
		color: #171717;
		font-size: 20px;
	}
	.sd-list {
		margin-top: 70px;
	}
	.sd-list>ul li img {
		width: 95%;
		height: 100%;
	}
	.cd-video .tVideo {
		margin: 10px auto;
		height: auto;
		width: 800px !important;
		height: 520px !important;
	}
	.cd-video .tVideo .Dvideo-time-content {
		display: inline-block !important;
	}
	.index-list ul li .msg h3,
	.index-list ul li .msg p,
	.series>ul li .left .msg h3,
	.series>ul li .left .msg p,
	.sd-list>ul li .msg h3,
	.sd-list>ul li .msg p,
		{
		font-size: 16px;
	}
	.sd-introduce {
		width: 100%;
	}
	.sd-introduce .left img {
		padding-left: 8%;
	}
	.sd-list>ul li {
		height: 200px;
		;
	}
}