.biao-img {
	width: 50px;
	height: 50px;
}

.biao-img1 {
	width: 35px;
	height: 35px;
}

.color-CEA69D {
	color: #CEA69D;
}



.big-title {
	margin-top: 8%;
	margin-left: 8.6%;
}

.more {
	border-bottom: 2px solid #ffffff;
}

.pinpai-title{
	position: absolute;
	right: 0;
}

.mtb-5{
	margin-top: 5%;
}

.pinpai-yang {
	width: 280px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	height: 62px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin-top: 5px;
}

.pinpai-yang p {
	width: 150px;
	
}

.pinpai-yang:hover{
	border-top: 1px solid #C1272D;
	border-left: 1px solid #C1272D;
	border-bottom: 1px solid #C1272D;
}


.pinpai-img {
	width: 30px;
	height: 30px;
}

.fuwu-height {
	height: 650px;
}

.height-350 {
	height: 290px;
}



.banyuan {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: rgba(193, 39, 45, 0.1);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	left: -260px;
	bottom: 300px;
}

.banyuan2 {
	position: absolute;
	width: 350px;
	height: 350px;
	background-color: rgba(193, 39, 45, 0.1);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	right: 0;
	bottom: 100px;
}

.ceshi {
	width: 26px;
	height: 26px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.ceshi:before,
.ceshi:after {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-animation: 1.5s ease-out infinite forwards anim-ripple;
	animation: 1.5s ease-out infinite forwards anim-ripple;
}

@keyframes anim-ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(2, 2, 1);
		transform: scale3d(2, 2, 1);
	}
}

.m-btn-down {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	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;
	}
}

.default {
	/* 默认状态 */
	background-color: #ccc;
	transition: all 0.3s ease;
}

.hovered {
	/* 悬停状态 */
	background-color: blue;
	color: white;
	transform: scale(1.2);
}

.jianjie {
	color: #555555;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.span-width {
	padding: 0 130px;
	font-size: 20px;
}

ol,
ul {
	list-style: none
}

.fuwu-wei {
	padding-top: 90px;
	height: 260px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.3s ease;
}

.m-product-panel-list>li {
	background-color: #FAFAFA;
}
.m-product-panel-list>li  a{
	color: #000000;
}


.m-product-panel-list>li.active .biankuang {
	border: 2px solid #C1272D;
}

.m-product-panel-list>li.active .fuwu-wei {
	background-color: #C1272D;
	color: #ffffff;
	padding-top: 60px;
	height: 290px;
}

.m-product-panel-list>li.active .jianjie {
	color: #eeeeee;
}

.m-product-panel-list>li.active .span-width {
	padding: 0 128px;
	margin-top: -2px;
	height: 100%;
}

.m-product-panel-list>li.active .fuwu-height {
	height: 646px;
}

.m-product-panel-list>li.active .fu-img {
	display: block;
}

.m-product-panel-list>li.active .fu-img1 {
	display: none;
}

.fangda.active {
	transform: scale(1.1);
	background: url('../images/bgbook.png') rgba(255, 255, 255, 0.2);
}

.fangda:nth-child(1).active {
	background-color: #e2bf3d;
	/* background-color: rgba(226, 156, 36, 0.9); */
}

.fangda:nth-child(2).active {
	background-color: #d45f79;
	/* background-color: rgba(212, 66, 101, 0.9); */
}

.fangda:nth-child(3).active {
	background-color: #4cad92;
	/* background-color: rgba(41, 173, 126, 0.9); */
}

.fangda:nth-child(4).active {
	background-color: #a560d6;
	/* background-color: rgba(134, 47, 214, 0.9); */
}

.fangda {
	transition: .3s all;
	background-color: #6F7278;
	height: 320px;
	padding: 0px 50px;
	color: #ffffff;
}

.fangda:nth-child(2n) {
	background-color: #5F6267;
}

.fangda-title {
	padding-top: 90px;
	transition: all 0.3s ease;
}

.fangda.active .fangda-title {
	padding-top: 50px;
}

.fangda-more {
	font-size: 16px;
	margin-top: 80px;
	transition: all 0.3s ease;
	opacity: 0;
	width: 150px;
	height: 35px;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.fangda.active .fangda-more {
	border: 1px solid #ffffff;
	margin-top: 30px;
	opacity: 1;
}

.fangda-more.active {
	background-color: rgba(255, 255, 255, 0.3);
	transform: scale(1.2);
}

.pinpai-yinying {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pinpai-yinying:hover {
	box-shadow: -1px -1px 2px 1px rgba(91, 91, 91, 0.2);
}

.zixun:hover {
	box-shadow: 1px 1px 10px 1px rgba(91, 91, 91, 0.2);
}

.zixun:hover .zixunDate {
	color: #C1272D;
}

.zixun:hover .xinwen-jiantou1 {
	display: none;
}

.zixun:hover .xinwen-jiantou {
	display: block;
}

.phone-content{
	position: absolute;
	width: 0px;
	right: 100px;
	overflow: hidden;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.7s ease;
}

.phone-content.active{
	width: 200px;
	/* padding: 0px 40px 0px 10px; */
	right: 100px;
}

.phone-title{
	color: #ffffff;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 20px;
}

.phone-num{
	color: #ffffff;
	font-size: 24px;
	margin-left: 15px;
	margin-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.d-none{
	display: none;
}

.jianbian {
	transition: all 0.3s ease;
}

.fu-icon {
	/* padding-top: 90px; */
	font-size: 100px;
}

.fu-img {
	width: 90px;
	height: 90px;
	margin: auto;
	display: none;
}

.fu-img1 {
	width: 90px;
	height: 90px;
	margin: auto;
}

.news {
	width: 140px;
	height: 33px;
	border: 1px solid #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}

.news.active {
	width: 142px;
	height: 35px;
	background-color: #C1272D;
	border: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}



.page-img {
	width: 76px;
	height: 76px;
}

.height-100 {
	height: 100%;
}


.mtb-8 {
	margin-top: 8%;
}
.mtb-38 {
	margin-top: 32%;
}

.toFuwu {
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 60px;
}

.jiantou {
	left: 8%;
	bottom: 60px;
}

.jianntou-img {
	height: 24px;
}

.swiper-prev {
	transform: rotate(180deg);
}

.fuwu-coment {
	width: 55%;
	line-height: 28px;
}

.douhao-line {
	width: 400px;
	height: 2px;
	background-color: #000000;
}

.youshi {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 70px;
}

.youshi-height {
	height: 855px;
}

.youshi-pinpai {
	padding-top: 70px;
	margin-left: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.youshi-content {
	margin-top: 100px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.pinpai-youshi {
	width: 66.66%;
	background-color: #ffffff;
	margin-left: -33.33%;
}

.pinpaiyoushi-img {
	width: 58px;
	height: 58px;
	padding-top: 75px;
	display: block;
}

.introduce-content {
	width: 55%;
	line-height: 28px;
}

.mt-20 {
	margin-top: 200px;
}

.introduce-bg {
	width: 720px;
	/* height: 400px; */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
}

.introduce-img {
	width: 700px;
	/* height: 380px; */
}

.introduce-title {
	position: absolute;
	top: 35px;
	font-weight: 400;
}

.line-height-25 {
	line-height: 25px;
}

.phone-img {
	width: 37px;
	height: 37px;
}

.yuyue {
	width: 190px;
	height: 40px;
	border-radius: 40px;
	background-color: #C1272D;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.yuyue-title {
	font-size: 38px;
	margin-top: 8%;
}

.yuyue-yingwen {
	font-size: 22px;
	color: #eeeeee;
	margin-top: 30px;
}

.yuyue-content {
	width: 35%;
	line-height: 28px;
	font-size: 20px;
	margin: 30px auto 0 auto;
}

.yuyue-bg {
	background-color: rgba(0, 0, 0, 0.3);
}

.yuyue-phone {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 28px;
	display: flex;
	align-items: center;
}

.yyphone-img {
	width: 60px;
}

.yuyue-people {
	background-color: #C1272D;
	display: inline-flex;
	width: 200px;
	height: 40px;
	justify-content: center;
	font-size: 18px;
	align-items: center;
	margin-top: 60px;
}

.w-80 {
	width: 80%;
}

.flex-wrap {
	flex-wrap: wrap;
}

.huoban-img {
	width: 60%;
	margin: auto;
}

.xinwen-content-one {
	width: 28%;
	height: 650px;
	background-color: #F7F7F7;
}

.xinwen-content-two {
	width: 28%;
	height: 650px;
	align-content: space-between;
}

.xinwen-content-three {
	background-color: #F7F7F7;
	height: 315px;
}

.xinwen-content-four {
	width: 42%;
	height: 650px;
	align-content: space-between;
}

.xinwen-content-five {
	background-color: #F7F7F7;
	height: 148px;
}

.xinwen-jiantou {
	width: 26px;
	height: 9px;
	display: none;
}

.xinwen-jiantou1 {
	width: 26px;
	height: 9px;
}

.sheji-bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.opacity-0 {
	opacity: 0;
}

.anli2 {
	background: url('../images/bgbook3.png') rgba(255, 255, 255, 0.2);
	background-color: #97c6de;
	background-size: auto 930px;
	background-repeat: no-repeat;
}

.anli3 {
	background: url('../images/bgbook2.png') rgba(255, 255, 255, 0.2);
	background-color: #eda45e;
	background-size: auto 930px;
	background-repeat: no-repeat;
}

.anli1 {
	background: url('../images/bgbook1.png') rgba(255, 255, 255, 0.2);
	background-color: #c2292d;
	background-size: auto 930px;
	background-repeat: no-repeat;
}

.anlizhanshi li {
	width: 13vw;
}

.anlizhanshi li.active {
	width: 74vw;
}

.anli-width .anli-list {
	width: 0;
	overflow: hidden;
	height: 100%;
}

.anli-width .anli-list1{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
}

.anli-width .anli-list1 .anli-kuai {
	height: 100%;
	background-color: #ffffff;
	padding: 0 10px;
	display: flex;
	flex-flow: column nowrap;
}

.anli-width .anli-list1 .anli-kuai:nth-child(2n) {
	padding-left: 0px;
}

.anli-kuai img {
	width: 100%;
	height: 303px;
}

.anli-neirong {
	flex: 1;
	text-align: center;
	background-color: #f6f6f6;
}

.title-anli {
	color: #333333;
	font-size: 24px;
	margin-top: 24px;
}

.title-anliContent {
	color: #999999;
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
	padding: 0 25px;
}

.bg-f6 {
	background-color: #f6f6f6;
}

.anlizhanshi li.active .anli-list {
	width: 61vw;
}

.anlizhanshi li.active .anli-title {
	width: 13vw;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1440px) {
	.jianjie {
		font-size: 15px;
		margin-top: 20px;
	}

	.span-width {
		padding: 0 100px;
		font-size: 16px;
	}

	.youshi-content {
		margin-top: 20px;
		line-height: 25px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.6);
	}

	.youshi {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}

	.youshi-pinpai {
		padding-top: 50px;
		margin-left: 70px;
	}

	.yuyue-title {
		font-size: 34px;
		margin-top: 6%;
	}

	.yuyue-yingwen {
		font-size: 18px;
		color: #eeeeee;
		margin-top: 23px;
	}

	.yuyue-content {
		width: 50%;
		line-height: 28px;
		font-size: 16px;
		margin: 30px auto 0 auto;
	}

	.yuyue-bg {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.yuyue-phone {
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 25px;
	}

	.yuyue-people {
		margin-top: 40px;
	}
}

.anli-biaoti {
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: -50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.anli-biaoti.active {
	bottom: 0;
}