.menu ul .secNav li:hover {
	color: #ffffff;
	background: #c71018;
}

.menu .item:hover {
	background: #c71018;
}

.bannerOther {
	position: relative;
}

.bannerOther .aniss2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bannerOther .aniss2 dl {
	text-align: center;
}

.bannerOther .aniss2 dl h1 {
	text-align: center;
	font-size: 100px;
	color: #2c6b8e;
	line-height: 2;
}

.bannerOther .aniss2 dl p {
	text-align: center;
	font-size: 55px;
	color: #2c6b8e;
}

.bannerOther .aniss2.white dl h1 {
	font-size: 80px;
	color: #ffffff;
}

.bannerOther .aniss2.white dl p {
	color: #ffffff;
}

.zz {
	position: absolute;
	bottom: 20%;
	text-align: center;
	right: 50px
}

.carousel-scroll-btn-icon {

	display: block;
	cursor: pointer;
	animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}


.lingYu {
	background: url(../images/img/rbg2.jpg) center top no-repeat;
	background-size: cover;
	padding: 55px 0;
	width: 100%;

}

.lingYu h1 {
	text-align: center;
	font-size: 48px;
	color: #c6000b;
	line-height: 2;
}

.lingYu h3 {
	text-align: center;
	font-size: 35px;
	color: #131212;
	line-height: 2;
}

.lingYu h3 em {
	color: #c6000b;
	font-size: 35px;
}

.lingYu .list {
	display: flex;

	width: 80%;
	margin: 35px auto;
	align-items: center;
	flex-wrap: wrap;
}

.lingYu .list dl {
	width: 45%;
}

.lingYu .list dt {
	width: 50%;
	display: block;
	text-align: right;

}

.lingYu .list dt img {
	padding-top: 40px;
	width: 65%;
}

.lingYu .list dl p {
	line-height: 2;
	font-size: 18px;
}

.aboutTit {

	margin-top: 75px;
	display: flex;
	justify-content: center;
}


.aboutTit dl {
	text-align: center;
}

.aboutTit h1 {
	font-size: 31px;
	line-height: 2;
	color: #c6000b;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0px auto;
	padding-bottom: 5px;
}

.aboutTit h1::after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px solid #bababa;
	bottom: 0px;
	left: 50%;
	width: 50%;
	margin-left: -25%;
}

.aboutTit p {
	font-size: 18px;
	line-height: 2;
}

.guQuanJiLi {
	background: url(../images/img/rbg3.jpg) center top no-repeat;
	background-size: cover;
	padding: 55px 0;
	margin-top: 55px;
}




.QuestionQi {
	text-align: center;
}

.QuestionQi img {
	max-width: 974px;
	width: 100%;
}

.guQuanJiLi .list {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 50px auto;
	flex-wrap: wrap;

}

.guQuanJiLi .list dl {
	border: 1px solid #c71018;
	width: 45%;
	margin-top: 55px;
}

.guQuanJiLi .list dl dt {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	color: #cf2e37;
	background: #ffffff;
	padding: 20px 0;
}

.guQuanJiLi .list dl dd {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	padding: 10px 0;
	color: #787878;

}

.guQuanJiLi .list dl:hover dt {
	background: #c6000b;
	color: #ffffff;
}

p.numbers {
	color: #bbbbbb;
}

.fangAn {
	background: #f2f2f2;
	padding: 25px 0;
}

.fangAn.tow {
	background: none;
}

.mt-20 {
	margin-top: 20px;
}

h1.tites {
	color: #c6000b;
	font-size: 32px;
	margin-bottom: 50px;
}

.fangAn .list {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	align-items: flex-start;
	flex-wrap: wrap;

}

.fangAn .list dl {
	box-shadow: 0px 0px 10px 0px #cccccc;
	width: 23%;
	position: relative;
	background: #ffffff;
}

.fangAn .list dl:hover {
	border: 1px solid #c6000b;
}

.fangAn .list dl:hover dt {
	background: #c6000b;
	color: #ffffff;
}

.fangAn .list dl::after {
	position: absolute;
	content: '';
	height: 3px;
	background-color: #c6000b;
	top: -9px;
	left: 0;
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.fangAn .list dl:hover::after {
	width: 100%;
}

.fangAn .list dl dt {
	text-align: center;
	font-size: 25px;
	color: #3e3d3d;
	background: #ffffff;
	padding: 20px 0;
	position: relative;
}

.fangAn .list dt::after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: rgb(198, 0, 11);
	bottom: 0px;
	width: 80%;
	left: 10%;

}




.fangAn .list dl dd {
	min-height: 465px;
	width: 75%;
	margin: 0 auto;
	padding: 25px 0;
}

.fangAn .list dl dd p {
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 20px;
}

.diyBan {
	padding: 55px 0;
}

.diyBan .list {
	border-top: 1px solid #a1a1a1;
	overflow: hidden;
}

.diyBan .list dl {
	float: left;
	width: 33.33%;
	position: relative;
	height: 100%;
	min-height: 520px;
}

.diyBan .list dl i {
	display: none;
}

.diyBan .list dl h1 {
	font-size: 20px;
	font-weight: 600;
	color: #c6000b;
	line-height: 2;
	margin-top: 5px;
}

.diyBan .list dl em {
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	margin-top: 5px;
}

.diyBan .list dl:hover h1,
.diyBan .list dl:hover em {
	color: #ffffff;
}


.diyBan .list dl dt {
	padding: 0 15px;
	font-size: 20px;
	color: #c6000b;
	line-height: 2;
	margin-top: 5px;
}

.diyBan .list dl dd {
	padding: 0 15px;
	font-size: 16px;
	line-height: 2;
	color: #131212;
}

.diyBan .list dl::after {
	content: '';
	width: 1px;
	background: #ababac;
	right: 0px;
	height: 100%;
	position: absolute;
	top: 0;
}

.diyBan .list dl:nth-child(4)::after {
	display: none;
}

.diyBan .list dl:hover {
	background: rgb(198, 0, 11, .8);
	;
}

.diyBan .list dl span {
	background: #d7d8d8;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	right: 22px;
	bottom: 15%;
}

.diyBan .list dl i {

	position: absolute;
	right: 22px;
	bottom: 10%;
	display: none;
}

.diyBan .list dl:hover i {
	display: block;
}

.diyBan .list dl:hover span {
	display: none;
}

.diyBan .list dl:hover dt {
	color: #ffffff;
}

.diyBan .list dl:hover {
	color: #ffffff;
}

.diyBan .list dl:hover dd {
	color: #ffffff;
}

.diyBan .list dl::before {
	position: absolute;
	content: '';
	height: 3px;
	background-color: #c6000b;
	top: -9px;
	left: 0;
	width: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.diyBan .list dl:hover::before {
	width: 100%;

}

.one {
	background: url(../images/img/rbg4.jpg) center top no-repeat;
	background-size: cover;
}

.one dt {
	color: #c6000b;
}

.one .list dl:hover dt {
	color: #ffffff;
}

.diyBan.two dl {
	width: 50%;
	margin-top: 30px;
}

.diyBan.two dt {
	color: #c6000b;
}

.diyBan.two dl:hover {
	width: 50%;
}

.diyBan.two .list dl:nth-child(3)::after {
	display: none;
}

.diyBan.two .list dl:hover dt {
	color: #ffffff;
}

.leader2 {
	background: #f3f3f3;
	overflow: hidden;
}

.leaderFlex {
	display: flex;
	align-items: center;
}

.leaderFlex dl {
	width: 50%;
	text-align: right;
}

.leaderFlex dl img {
	width: 80%;
}

.leaderFlex dt {
	width: 50%;
}

.leaderFlex dt h1 {
	width: 50%;
	font-size: 30px;
	color: #c6000b;
	line-height: 2;

	margin-left: 25px;
}

.leaderFlex dt h5 {
	font-size: 20px;
	color: #c6000b;
	margin-left: 25px;
	margin-bottom: 30px;
}

.leaderFlex dt p {
	font-size: 22px;
	color: #202020;
	margin-left: 25px;
	line-height: 35px;
}


.guLink {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
}

.guLink .list {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.guLink .list img {
	max-width: 100%;
}

.guLink .video {
	width: 46%;
}




.fengCai {
	position: relative;
	text-align: center;
	margin-top: 55px;
}

.fengCai img {
	max-width: 1920;
	width: 100%;
}

.fengCai dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 35px;
}


.form {
	width: 470px;
	margin: 0px auto;

	text-align: center;
}

.form h1 {
	padding-top: 35px;
	font-size: 33px;
	color: #c6000b;
	line-height: 2;
	position: relative;
	display: inline-block;
}

.form h1::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 80%;
	left: 10%;
	height: 1px;
	background: #bababa;
}

.form h5 {
	font-size: 14px;

	line-height: 2;
	font-weight: 100;
}

.form dl {
	height: 55px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-left: 10px;
	border: 1px solid #bababa;
	width: 100%;

}

.form dl span {
	background: #c6000b;
	width: 25%;
}

.form dl input {
	border: 0px;
}

.shouQuan {
	display: flex;
	align-items: center;
	margin-top: 15px;

}

.shouQuan input {
	margin-right: 5px;
}

.form a {
	display: inline-block;
	background: #c6000b;
	padding: 15px 30px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	margin-top: 35px;
}

.form .submit {
	display: inline-block;
	background: #c6000b;
	padding: 15px 30px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	margin-top: 35px;
}

.diyBan .list dl.two .ml50 {
	margin-left: 100px;
}

.guLink .list a {
	width: 19%;
	margin-right: 1%;
}

.guLink .list a img {
	width: 100%;
}

.guLink .list a:nth-child(5n) {
	margin-right: 0;
}

@media all and (min-width: 1200px) {
	.diyBan .list dl .w60 {
		width: 60%;
		float: left;
	}

	.diyBan .list dl .w40 {
		float: left;
		width: 40%;
	}

	.diyBan .list dl .w30 {
		float: left;
		width: 33.33%;
	}

	.diyBan .list dl .w50 {
		float: left;
		margin-top: 40px;
		min-height: 130px;
		width: 50%;
	}
}

@media all and (max-width: 768px) {
	.zz {
		display: none;
	}

	.book {

		height: 460px;
		margin-top: 55px;
		width: 100%;

	}

	.book dl {
		width: 90%;
		margin: 0.625rem auto;
		height: 2.5rem;
	}

	.form {
		width: 100%;
	}

	.form h1 {
		font-size: 1rem;

		line-height: 2;

	}

	.shouQuan {
		margin-left: 5%;
	}

	.form h5 {
		font-size: .7rem;

	}

	.form .submit {
		display: inline-block;
		background: #c6000b;
		padding: 0.5rem 1.5625rem;
		font-size: 0.875rem;
		color: #ffffff;
		border-radius: 0.3125rem;
		margin-top: 1.5625rem;
	}

	.cqBg2 center {
		margin-top: 0.9375rem;
	}


	center img {
		width: 100%;
	}

	.bannerOther .aniss2.white dl h1 {
		font-size: 1rem;
		line-height: 2;
	}

	.bannerOther .aniss2 dl h1 {
		font-size: 1rem;
		line-height: 2;
	}

	.bannerOther .aniss2 dl p {

		font-size: .7rem;

	}

	.lingYu .list {
		margin-top: 15px;


		width: 100%;

	}

	.lingYu {
		padding: 25px 0;
	}

	.lingYu h1 {

		font-size: 1rem;

	}

	.lingYu h3 {

		font-size: .7rem;

	}

	.lingYu h3 em {

		font-size: 1rem;
	}

	.lingYu .list dl {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #cccccc;

	}

	.lingYu .list dt {
		width: 0%;
		display: none;
	}

	.lingYu .list dl p {
		line-height: 2;
		font-size: .8rem;
	}

	.aboutTit {

		margin-top: 10px;

	}


	.aboutTit h1 {
		font-size: 1rem;
		line-height: 2;
		padding-bottom: 5px;
	}


	.guQuanJiLi .list {

		width: 100%;
		margin: 10px auto;


	}

	.guQuanJiLi .list dl {
		border: 1px solid #c71018;
		width: 45%;
		margin-top: 15px;
	}

	.guQuanJiLi .list dl dt {
		font-size: 1rem;
		color: #cf2e37;
		padding: 10px 0;
	}

	.guQuanJiLi .list dl dd {
		text-align: center;
		font-size: .7rem;
		padding: 10px 0;
		color: #787878;

	}

	.fangAn .list dl {
		margin-bottom: 0.9375rem;
		box-shadow: 0px 0px 10px 0px #cccccc;
		width: 100%;
		position: relative;
		background: #ffffff;

	}

	.fangAn .list dl dt {
		text-align: center;
		font-size: 1rem;
		color: #3e3d3d;
		background: #ffffff;
		padding: 20px 0;
		position: relative;
	}

	.fangAn .list dl dd {
		width: 80%;
		margin-left: 10%;
		padding: 1.5625rem 0;
		min-height: auto;
	}

	.fangAn .list dl dd p {
		line-height: 1.75rem;
		font-size: 0.875rem;
		padding-bottom: 0.5rem;
	}

	h1.tites {
		color: #c6000b;
		font-size: 1rem;
		line-height: 2;
	}


	.diyBan .list {
		flex-wrap: wrap;

	}

	.diyBan .list dl {
		width: 100%;
		position: relative;
		height: 100%;
		min-height: auto;
	}

	.diyBan .list dl.two {
		width: 100%;
	}

	.diyBan .list dl.two .flex {
		display: inherit;
	}

	.diyBan .list dl.two .ml50 {
		margin-left: 0;
	}

	.diyBan .list dl i {
		display: none;
	}

	.diyBan .list dl dt {
		font-size: 1rem;
		margin-left: 0;
		line-height: 2;
		margin-top: 5px;
	}

	.diyBan .list dl dd {
		font-size: 0.875rem;
		margin-left: 0;
		line-height: 2;
		color: #131212;
	}

	.leaderFlex {
		display: inherit;
		align-items: center;
	}

	.leaderFlex dl {
		display: none;
	}

	.leaderFlex dl img {
		width: 100%;
	}

	.leaderFlex dt {
		padding: 0.9375rem 0;
		width: 100%;
	}


	.leaderFlex dt h1 {
		width: 50%;
		font-size: 1.125rem;
		color: #c6000b;
		line-height: 2;

		margin-left: 5px;
	}

	.leaderFlex dt h5 {
		width: 100%;
		font-size: 1rem;
		color: #c6000b;
		margin-left: 5px;
		margin-bottom: 0px;
	}

	.leaderFlex dt p {
		font-size: 0.875rem;
		line-height: 1.75rem;
		color: #202020;
		margin-left: 5px;
	}

	.guLink {

		margin-top: 10px;
		flex-wrap: wrap;
	}

	.guLink .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.guLink .video {
		margin-top: 15px;
		width: 100%;
	}



}