body {
	background-color: #e8dfe1;
	color: #330087 !important;
}
a.loadmore {
	color: #330087 !important;
}
.header {
	z-index: 20;
}
.common-bg {
	background: #e8dfe1;
}

.header .top {
	display: flex;
	justify-content: space-between;
	line-height: 100px;
	height: 100px;
}
.header .top .logo,.header .top .logo a {
	display: flex;
	align-items: center;
}
.header .top .logo img {
	height: 100px;
}

.header .top .language {
	font-size: 14px;
}

.header .top .language a {
	color: #330087;
}

.header .top .language a:hover {
	color: #f52147;
}

.header-menu {
	display: flex;
}

.header-menu .item {
	padding: 0 20px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.header-menu .item>a {
	color: #330087;
	transition: all 0.2s ease-in-out;
}

.header-menu .item>a:hover,
.header-menu .current>a {
	color: #f52147;
}

.header-menu .item img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.header-menu .item .children {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 30;
	background-color: #e8dfe1;
	border-top: 2px solid #f52147;
	box-shadow: 0px 2px 16px 0px #a6a8a9;
}

.header-menu .item:hover .children {
	opacity: 1;
	visibility: visible;
}

.header-menu .item .children a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #330087;
	transition: all 0.2s ease-in-out;
}

.header-menu .item .children a:hover {
	background-color: #f52147;
	color: #fff;
}

.swiper-banner {
	overflow: hidden;
	width: 1347px;
	height: 384px;
	margin: 0 auto;
}
.swiper-banner li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.swiper-banner li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}


.banner-number {
	position: absolute;
	text-align: center;
	bottom: 30px !important;
	left: 0;
	z-index: 30;
}

.banner-number span {
	width: 30px !important;
	height: 8px !important;
	background: #fff;
	opacity: 1;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	cursor: pointer;
}

.banner-number .swiper-pagination-bullet-active {
	background: #f52147;
}

.swiper-banner:hover .banner-button {
	opacity: 1;
	visibility: visible;
}

.banner-button {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	z-index: 20;
	background: url(../images/index/arrow.png) no-repeat center;
	background-size: 28px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.banner-button:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.banner-button-prev {
	left: auto;
	right: 10px;
	transform: rotate(180deg);
}

.index-menu {
	padding-top: 16px;
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}

.index-menu .item {
	width: 110px;
	margin: 20px 108px 0 0;
	text-align: center;
	cursor: inherit;
	display: block;
}

.index-menu .item:nth-child(6n) {
	margin-right: 0;
}
.index-menu .item .img {
	width: 110px;
	height: 110px;
	transition: all 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-menu .item .img img {
	width: 90px;
	height: 90px;
}

.index-menu .item .text {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
	margin-top: 16px;
	color: #f52147;
	font-weight: 700;
}
.index-menu .item:hover .img{
	background-color: #f52147;
}
.advertising-space {
	/*margin-top: 32px;*/
	/*background-color: rgb(247, 247, 247);*/
	background-color: #330087;
	padding: 30px 0;
}

.advertising-space .main {
	display: flex;
	justify-content: space-between;
}

.advertising-space .main .l-con {
	color: #f52147;
	font-size: 24px;
	line-height: 40px;
	padding-top: 10px;
}

.advertising-space .main .l-con .p2 {
	margin-top: 12px;
}

.advertising-space .main .l-con div {
	font-weight: bold;
}

.advertising-space .r-con .button {
	display: block;
	width: 210px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.advertising-space .r-con .blue {
	background-color: #f52147;
}

.advertising-space .r-con .red {
	background-color: #f52147;
	margin-top: 16px;
}

.advertising-space .r-con .button:hover {
	opacity: 0.8;
}

.index-introduce {
	display: flex;
	justify-content: space-between;
}

.index-introduce .l-con {
	width: 530px;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	/*height: 240px;*/
	padding:16px;
	box-sizing: border-box;
	background: #bdbdf4;
	border-radius: 16px;
}
.index-introduce .l-con p * {
	color: #330087 !important;
}

.index-introduce .r-con {
	width: 640px;
	height: 270px;
}

.index-introduce .r-con video {
	width: 100%;
	height: 100%;
}

.primary-title {
	font-size: 24px;
	font-weight: bold;
	color: #f52147;
	line-height: 36px;
}

.index-info-img {
	width: 100%;
	text-align: center;
}

.index-info-img img {
	max-width: 100%;
}

.index-news .menu {
	display: flex;
	line-height: 40px;
}

.index-news .menu::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 9px;
	background-color: #ddd;
}

.index-news .menu .item {
	padding-bottom: 24px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	background: url(/2020/08/24//28b7d762f7498f9eedb10a6881b01a4c.png) no-repeat center 54px;
	color: #330087;
}

.index_three_showcon {
	height: 486px;
	overflow: hidden;
	width: 388px;
	background: #bdbdf4;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 18px;
	color: #330087;
	margin-top: 18px;
	box-shadow: 0px 2px 16px 0px #a6a8a9;
}
.index_three_showcon .index-three-ut a {
	color: #330087 !important;
}

.index-three-date {
	padding-top: 18px;
}

.index-three-ut {
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.index_three_showcon:hover .index-three-ut a {
	color: #f52147 !important;
	cursor: pointer;
}

.index_three_img {
	width: 358px;
	height: 164px;
	overflow: hidden;
	margin-top: 14px;
}

.index_three_img a {
	display: block;
}

.index_three_img img {
	width: 358px;
	height: 164px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.index_three_img img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index_three_font {
	font-size: 14px;
	color: #330087;
	line-height: 22px;
	margin-top: 12px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_three_ul {
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 16px;
	padding-bottom: 4px;
}

.index_three_ul li {
	margin-bottom: 18px;
}

.index_three_ul li a {
	display: block;
	padding: 0 14px;
	color: #330087;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: url(/2020/08/24//15f69878d9b2a49322331f856da43259.png) left center no-repeat;
	font-size: 16px;
}

.index_three_ul li a:hover {
	background: url(/2020/08/24//9f74d1625c8593827e5e73095be663f7.png) left center no-repeat;
	color: #f52147;
}

.index-news .list-container {
	display: flex;
	justify-content: space-between;
}

.index-news .description {
	margin-top: 64px;
	color: #330087 !important;
	background-color: #bdbdf4;
	padding: 32px;
	border-top-left-radius: 8px;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 64px;
	box-sizing: border-box;
}
.join-btn {
	box-sizing: border-box;
	background-color: #e13c4d;
	color: #fff;
	font-size: 16px;
	width: 200px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.join-btn:hover {
	background-color: #f52147;
}

.index-news .description .title {
	font-size: 24px;
	text-align: center;
}

.index-news .description .des {
	font-size: 16px;
	line-height: 24px;
}

.index-news .description .des p {
	margin-bottom: 16px;
}

.index-range .top {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.index-range .top .item {
	margin: 0 100px;
	text-align: center;
}

.index-range .top .item .title {
	font-size: 24px;
	margin-bottom: 24px;
	color: #330087;
}

.index-range .top .item .button a {
	display: block;
	background-color: #f52147;
	font-size: 18px;
	color: #ffffff;
	line-height: 44px;
	height: 44px;
	padding: 0 20px;
	text-align: center;
}

.common-title {
	padding-bottom: 20px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #330087;
}

.common-title:after {
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 70px;
	content: " ";
	margin-left: -35px;
	position: absolute;
	background: #f52147;
}

.index-range-list .mark img {
	width: 36px;
	height: 36px;
}
.index-depict {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px 64px;
}
.index-depict .item {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 0;
	box-sizing: border-box;
}
.index-depict .item .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 150px;
	text-align: center;
}

.index-depict .item .img {
	width: 60px;
	height: 60px;
}
.index-depict .item .label {
	color: #330087;
	margin-top: 24px;
	font-weight: bold;
	font-size: 20px;
}
.index-depict .item.start {
	align-items: flex-start;
}
.index-depict .item.end {
	align-items: flex-end;
}
.index-range-list {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 48px;
}
.index-range-list .p1 {
	opacity: .8;
}
.index-range-list .p2 {
	font-size: 16px;
	font-weight: bold;

}
.index-range-list .swiper-slide {
	background: #330087;
	color: rgba(255,255,255,.9);
	padding: 16px;
	box-sizing: border-box;
	border-radius: 8px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.range-number {
	position: absolute;
	text-align: center;
	bottom: 0px !important;
	left: 0;
	z-index: 30;
}

.range-number span {
	width: 30px !important;
	height: 8px !important;
	background: #ccc;
	opacity: 1;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	cursor: pointer;
}

.range-number .swiper-pagination-bullet-active {
	background: #f52147;
}

.range-banner:hover .banner-button {
	opacity: 1;
	visibility: visible;
}

.range-button {
	position: absolute;
	width: 40px;
	height: 40px;
	left: -70px;
	top: 65%;
	z-index: 20;
	background: url(../images/index/arrow.png) no-repeat center;
	background-size: 28px;
	border-radius: 5px;
	background-color: #f52147;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.range-button:hover {
	opacity: 0.8;
}

.range-button-prev {
	left: auto;
	right: -70px;
	transform: rotate(180deg);
}

.footer {
	background: #e8dfe1;
	padding-top: 40px;
}

.footer .top {
	padding: 36px 0;
	width: 100%;
	background-color: #e8dfe1;
}

.footer .top .icon-list {
	display: flex;
}

.footer .top .icon-list .item {
	width: 100%;
	text-align: center;
}

.footer .top .icon-list .item .icon {
	width: 80px;
	margin: 0 auto;
}

.footer .top .icon-list .item .icon img {
	width: 80px;
	height: 80px;
}

.footer .top .icon-list .item .name {
	font-weight: bold;
	margin-top: 16px;
	font-size: 18px;
	color: #f52147;
}

.footer .top .icon-list .item .des {
	margin-top: 24px;
	font-size: 14px;
	color: #f52147;
	line-height: 32px;
}

.footer .top .icon-list .item .des strong {
	color: #f52147;
}

.footer .top .more {
	display: flex;
	margin-top: 36px;
	line-height: 44px;
	justify-content: space-between;
}

.footer .top .more .text {
	color: #f52147;
	font-size: 24px;
}

.footer .top .more .button a {
	display: block;
	background-color: #f52147;
	font-size: 18px;
	color: #ffffff;
	width: 208px;
	text-align: center;
	height: 44px;
	transition: all 0.2s ease-in-out;
}

.footer .top .more .button a:hover {
	opacity: 0.8;
}

.footer .center {
	background-color: #330087;
	padding: 40px 0;
}

.footer .center .c-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	border-bottom: 2px solid #f52147;
}

.footer .center .main .item {
	width: 362px;
	color: #fff;
	line-height: 24px;
}

.footer .center .main .item .title {
	font-size: 20px;
	padding-bottom: 24px;
}

.footer .center .main .item .title::after {
	width: 116px;
	height: 2px;
	background-color: #f52147;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	content: "";
}

.footer .center .main .item .title::before {
	width: 100%;
	border-bottom: 2px dotted #fff;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0.5px;
	content: "";
}

.footer .center .main .item .c-bottom {
	margin-top: 16px;
}

.footer .center .main .item .c-bottom p img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.footer .center .main .item .c-bottom p {
	margin-top: 6px;
	display: flex;
	align-items: center;
}

.footer .partner {
	margin-top: 24px;
	display: flex;
	align-items: center;
}

.footer .partner a {
	margin-right: 24px;
}

.footer .partner a img {
	max-height: 64px;
}

.footer .share-list {
	display: flex;
	margin-top: 16px;
}

.footer .share-list .share {
	margin-right: 10px;
}

.footer .share-list .share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.footer .share-list .share a>img {
	width: 24px;
	height: 24px;
}

.footer .share-list .share a:hover {
	background-color: #e74c3c;
}

.footer .share-list .share a .popup {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	height: 150px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 4px;
}

.footer .share-list .share a:hover .popup {
	opacity: 1;
	top: 48px;
	visibility: visible;
}

.footer .share-list .share a .popup img {
	width: 140px;
	height: 140px;
}

.footer .bottom {
	background-color: #f52147;
	padding: 24px 0;
	color: #fff;
}

.footer .bottom .p1 {
	font-size: 12px;
}

.footer .bottom img {
	width: 60px;
	margin: 10px 0;
}

.footer .bottom a {
	color: #fff;
}

.footer .bottom a:hover {
	text-decoration: underline;
}

.footer .bottom span {
	color: #D3D3D3;
}

.popup-register {
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 99;
	width: 310px;
	height: 115px;
}

.popup-register a,
.popup-register img {
	display: block;
	width: 100%;
	height: 100%;
}

.common-bottom-border-title {
	font-size: 18px;
}

.common-bottom-border-title span {
	display: inline-block;
}

.common-bottom-border-title span::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background-color: #eb8629;
}

.common-text {
	font-size: 14px;
	line-height: 24px;
}

.common-text img {
	max-width: 100%;
}

.left-img-right-text .container {
	display: flex;
	justify-content: space-between;
}

.left-img-right-text .swiper-banner {
	width: 480px;
	height: 264px;
}

.left-img-right-text .r-text {
	width: 680px;
}

.left-img-right-text .swiper-banner .banner-number {
	bottom: 20px !important;
}

.multi-img-swiper {
	display: flex;
}

.multi-img-swiper .item {
	width: 282px;
	margin-right: 24px;
}

.multi-img-swiper .item:last-child {
	margin-right: 0;
}

.multi-img-swiper .swiper-banner {
	width: 100%;
	height: 196px;
}

.multi-img-swiper .item .title {
	margin-top: 16px;
	text-align: center;
	font-size: 18px;
}

.multi-img-swiper .swiper-banner .banner-number {
	bottom: 10px !important;
}

.multi-img-swiper .swiper-banner .banner-number span {
	width: 16px !important;
	height: 4px !important;
}

.multi-img-text {
	display: flex;
	flex-wrap: wrap;
}

.multi-img-text .item {
	width: 320px;
	margin-right: 120px;
	margin-top: 24px;
	font-size: 14px;
	line-height: 24px;
}

.multi-img-text .item:nth-child(3n) {
	margin-right: 0;
}

.multi-img-text .img {
	width: 320px;
	height: 196px;
}

.multi-img-text .img img {
	width: 100%;
	height: 100%;
}

.multi-img-text .title,
.multi-img-text .des {
	margin-top: 12px;
}

.right-img-left-text {
	display: flex;
	justify-content: space-between;
}

.right-img-left-text .l-con {
	width: 680px;
}

.right-img-left-text .r-con {
	width: 480px;
}

.common-theme-color-title {
	font-size: 20px;
}

.common-theme-color-title span {
	display: inline-block;
	color: #f52147;
}

.common-theme-color-title span::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background-color: #f52147;
}

.text-list {
	display: flex;
	flex-wrap: wrap;
}

.text-list .item {
	width: 22%;
	font-size: 20px;
	color: #666;
	margin-top: 40px;
	text-align: center;
}

.left-img-right-tag {
	display: flex;
	justify-content: space-between;
}

.left-img-right-tag .swiper-banner {
	width: 400px;
	height: 250px;
}

.left-img-right-tag .swiper-banner .banner-number {
	bottom: 20px !important;
}

.left-img-right-tag .r-tag {
	width: 712px;
}

.left-img-right-tag .r-tag {
	display: flex;
	flex-wrap: wrap;
}

.left-img-right-tag .r-tag .item {
	width: 160px;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 30px;
	margin-right: 24px;
	background: url(https://www.intercleanchina.com/server/editor/xcpc/components/elementList/image/popicon.png) top center repeat-x rgba(207, 0, 3, 0.68);
}

.left-img-right-tag .r-tag .item:nth-child(4n) {
	margin-right: 0;
}

.page-top-title {
	width: 100%;
	height: 72px;
	line-height: 72px;
	background-color: #e8dfe1;
	font-size: 22px;
	color: #330087;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
}

.news-list .item {
	width: 370px;
	margin-right: 45px;
	margin-top: 45px;
	background-color: #bdbdf4;
	height: 416px;
	transition: all 0.2s ease-in-out;
}

.news-list .item:nth-child(3n) {
	margin-right: 0;
}

.news-list .item .img {
	width: 240px;
	width: 100%;
}

.news-list .item .img img {
	width: 100%;
	height: 100%;
}

.news-list .item .title {
	font-size: 16px;
	color: #330087;
	padding: 12px 16px;
}

.news-list .item .des {
	font-size: 14px;
	color: rgba(51,0,135,.8);
	padding: 0 16px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 120px;
}

.news-list .item .more {
	padding: 0 16px;
	margin-top: 12px;
	font-size: 16px;
	float: right;
	text-align: right;
	color: #330087;
}

.news-list .item:hover {
	box-shadow: 0px 2px 16px 0px #a6a8a9;
}

.news-list .item:hover .more a {
	color: #f52147;
}

.page-number {
	display: flex;
}

.page-number a {
	width: 40px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 36px;
	margin-right: 8px;
	transition: all 0.2s ease-in-out;
}

.page-number a:hover {
	color: #f52147;
	border: 1px solid #f52147;
}

.page-number .current {
	background-color: #f52147;
	border: 1px solid #f52147;
	color: #fff !important;
}

.page-number span {
	line-height: 36px;
	margin-right: 8px;
}

.news-details {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 60px 0;
}

.news-details .bold {
	font-weight: 700;
	font-size: 18px;
}

.news-details .title {
	font-size: 28px;
	padding-bottom: 20px;
}

.news-details .title::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 1px;
	bottom: 0;
	background-color: #f52147;
}

.news-details img {
	max-width: 100%;
}

.special-column-top {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.special-column-top .l-con {
	width: 780px;
}

.special-column-top .l-con .des {
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
}

.special-column-top .l-con .prompt {
	font-size: 12px;
	color: #999;
	margin-top: 16px;
}

.special-column-top .r-con img {
	width: 360px;
	margin-top: 40px;
}

.special-column-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.news-recommend {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-recommend .item {
	margin-top: 40px;
	width: 30%;
}

.news-recommend .item a {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}

.news-recommend .item a:hover {
	color: #f52147;
}

.media-center {
	padding-top: 40px;
}

.media-list {
	display: flex;
	flex-wrap: wrap;
}

.media-list .item {
	width: 208px;
	margin-right: 40px;
	margin-top: 40px;
}

.media-list .item:nth-child(5n) {
	margin-right: 0;
}

.media-list .item a {
	display: block;
	width: 208px;
	height: 120px;
	border: 1px solid #ddd;
	box-shadow: 0px 2px 4px 0px #a6a8a9;
	transition: all 0.2s ease-in-out;
}
.media-list .item a:hover {
	box-shadow: 0px 2px 8px 0px #a6a8a9;
}
.media-list .item a img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}

.meeting-banner {
	width: 100%;
}

.meeting-banner img {
	width: 100%;
}

.meeting-list .li {
	margin-top: 40px;
}

.meeting-date {
	font-size: 28px;
	line-height: 40px;
}

.meeting-list .item {
	padding: 30px 24px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.meeting-list .item .img {
	width: 225px;
	height: 225px;
}

.meeting-list .item .img img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}

.meeting-list .item .r-con {
	width: 840px;
	border-left: 2px solid #f52147;
	padding-left: 40px;
}

.meeting-list .item .r-con .title {
	font-size: 24px;
	line-height: 34px;
}

.meeting-list .item .r-con .info {
	display: flex;
	margin-top: 16px;
	font-size: 18px;
}

.meeting-list .item .r-con .info div {
	display: flex;
	align-items: center;
	margin-right: 64px;
}

.meeting-list .item .r-con .info img {
	width: 20px;
	margin-right: 6px;
}

.meeting-list .item .r-con .info .time img {
	margin-right: 10px;
}

.meeting-list .item .r-con .des {
	margin-top: 16px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	color: #666;
}

.meeting-list .item .r-con .more {
	margin-top: 16px;
	text-align: right;
}

.meeting-list .item:hover .r-con .more a {
	color: #f52147;
}

.meeting-text {
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-top: 40px;
}

.download-list {
	display: flex;
	flex-wrap: wrap;
}

.download-list .item {
	width: 372px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #bdbdf4;
	padding-bottom: 16px;
	margin-right: 42px;
	margin-top: 42px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 2px 4px 0px #bdbdf4;
}
.download-list .item:nth-child(3n) {
	margin-right: 0;
}
.download-list .item:hover {
	box-shadow: 0px 2px 8px 0px #a6a8a9;
}

.download-list .item:hover .title {
	color: #f52147;
}


.download-list .item .img {
	width: 100%;
}

.download-list .item .img a {
	display: block;
	width: 100%;
	height: 204px;
}

.download-list .item .img img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}

.download-list .item .title {
	font-size: 16px;
	line-height: 26px;
	padding: 0 16px 0;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 78px;
	margin-top: 16px;
}

.contact {
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	text-align: center;
}

.contact img {
	max-width: 100%;
}

.contact-info {
	display: flex;
	justify-content: center;
}

.contact-info .item {
	margin: 0 100px;
	font-size: 14px;
	color: #666;
}

.contact-info a {
	color: #f52147;
	text-decoration: underline;
}

.salon {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.salon img {
	max-width: 100%;
}

.salon .title {
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 20px;
}

.salon .title::after {
	content: "";
	width: 200px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0px;
	background-color: #ce0006;
}

.salon .base-title {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 16px;
}

.salon .base-title::after {
	content: "";
	width: 116px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	bottom: 0px;
	background-color: #ce0006;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-center .item {
	margin: 0 200px;
}

.salon .button {
	width: 420px;
	margin: 100px auto;
}

.salon .button a {
	display: block;
	background-color: #ce0006;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.salon .button a::after {
	content: "";
	background: url(https://www.intercleanchina.com/server/editor/xcpc/components/elementList/image/butbtm.png);
	position: absolute;
	width: 50%;
	height: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	left: 50%;
	background-size: 100% 100%;
}
.dashed-line {
	border: 1px dashed #ce0006;
}
.review-list .li{
	margin-top: 40px;
}
.review-list .li .date {
	color: #ce0006;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
.review-list .li .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-list .li .list .item {
	width: 580px;
	margin-top: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 16px;
	display: flex;
	justify-content: space-between;
}
.review-list .li .list .item .img, .review-list .li .list .item .img img {
	width: 240px;
	height: 140px;
}
.review-list .li .list .item .r-con {
	width: 290px;
	text-align: left;
}
.review-list .li .list .item .list-title {
	font-size: 20px;
	line-height: 36px;
}
.review-list .li .list .item .des {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
}
.review-list .li .list .item .review a{
	display: block;
	color: #fff;
	background-color: #ce0006;
	width: 108px;
	height: 34px;
	transition: all 0.2s ease-in-out;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 12px;
}
.review-list .li .list .item .review a:hover {
	opacity: 0.8;
}
.metting-details {
	font-size: 18px;
	line-height: 28px;
}
.metting-details img {
	max-width: 100%;
}
.metting-details .title {
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 20px;
	color: #0066cc;
	text-align: center;
}
.metting-details .base-title {
	font-weight: 700;
	font-size: 24px;
	color: #0066cc;
	text-align: center;
	margin-top: 16px;
}
.metting-details .title::after {
	content: "";
	width: 200px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0px;
	background-color: #0066cc;
}
.metting-details .icon-list {
	display: flex;
	justify-content: center;
}
.metting-details .icon-list .item {
	margin: 0 30px;
}
.metting-details .icon-list .item img {
	width: 30px;
	height: 30px;
}
.metting-details  .dashed-title {
	color: #0066cc;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 6px;
}
.metting-details  .dashed-title::after {
	position: absolute;
	width: 106px;
	bottom: 0;
	border-top: 1px dashed #0066cc;
	left: 0;
	content: "";
}
.metting-details-bottom-button a{
	display: block;
	border: 2px solid #3d9be9;
	border-radius: 4px;
	line-height: 64px;
	height: 64px;
	width: 100%;
	color: #3d9be9;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}
.metting-details-bottom-button a:hover {
	background-color: #3d9be9;
	color: #fff;
}
.meeting-guest {
	display: flex;
	flex-wrap: wrap;
}
.meeting-guest .item {
	width: 240px;
	margin-top: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
.meeting-guest .item .img img{
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.meeting-guest .item .name {
	margin-top: 10px;
	font-size: 18px;
	border-bottom: 1px solid #3d9be9;
	padding-bottom: 12px;
}
.meeting-guest .item .des {
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
}
.form-submit {
	width: 100px;
	height: 40px;
	color: #fff !important;
	background-color: #f52147;
	transition: all 0.2s ease-in-out;
}
.form-submit:hover {
	opacity: 0.8;
}
.btn:active:focus, .btn:focus {
	outline: none;
}
.breadcrumb {
	margin-top: 20px;
	font-size: 12px;
	color: #330087;
}
.breadcrumb a:hover, .breadcrumb span {
	color: #f52147;
}

.page-turning {
	margin-top: 24px;
	padding: 24px 0;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}
.page-turning a {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	transition: all 0.3s ease-in-out;
	max-width: 500px;
}
.page-turning a:hover {
	color: #f52147;
}
.related-articles {
	padding: 16px 0;
}
.related-articles a {
	display: block;
	margin-top: 16px;
}
.related-articles a:hover {
	color: #f52147;
}
.related-title {
	font-size: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f52147;
	display: inline-block;
}