* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

.banner {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}

.title {
	width: 100%;
	padding-top: 36px;
}

.title-c {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.w {
	color: #139387 !important;
}

table {
	width: 100%;
	border: 1px solid #666;
}

table th {
	text-align: center;
}

table tr {
	line-height: 32px;
}

table tr td {
	width: 20%;
}

table tr td:nth-child(1) {
	text-align: center;
}

table tr td:nth-last-child(1) {
	width: 60%;
	text-indent: 10px;
}

table tr:nth-last-child(1) td {
	text-align: center;
}

.title-c img {
	width: auto;
	height: auto;
}

.title-b {
	width: 100%;
	margin: 23px auto;
	display: flex;
}

.title-b p {
	width: 48%;
	border-bottom: 1px solid #d8d8d8;
}

.title-b span {
	width: 4%;
	border-top: 2px solid #139387;
}

.title h3 {
	text-align: center;
	font-size: 28px !important
}

.notice {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.notice-t {
	width: 100%;
	height: 80px;
	display: flex;
	font-size: 20px;
	color: #609892;
}

.notice-t p {
	/*    margin-top:50px; */
	text-indent: 36px;
}

.notice-p {
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-size: 16px;
	padding: 0px 3%;
}

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

.title-c {
	font-size: 33px;
	font-weight: 600;
	color: #ffda6f;
}

.notice-p p {
	text-indent: 32px;
	line-height: 30px;
	color: #525252;
}

.img1 {
	width: 100%;
	margin-right: 2%;
}

.img1 img {
	width: 100%;
	height: auto;
}

.notice-p img {
	width: 85px;
	float: right;
	transform: rotate(180deg)
}

.conference {
	width: 100%;
	height: auto;
	background: rgba(19, 147, 135, 0.8);
	padding-bottom: 36px;
}

.row {
	width: 100% !important;
	margin: 0px !important;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px dashed #0dc4b1;
}

.row:nth-child(2) {
	border: none;
}

.row div {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.row div p {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.row div p span {
	display: block;
	width: 50%;
}

.conference-c {
	width: 100%;
	margin: 0 auto;
	margin-top: 32px;
	background: #0da792;

}

.Participation-c {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 3%;
}

.pation {
	width: 48%;
	border: 1px solid #139387;
	padding: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	overflow: hidden;
}

.Guidelines {
	width: 100%;
	height: auto;
	background: url('../img/111_02.jpg') no-repeat;
	background-size: 100% 100%;
	margin-top: 44px;
	padding-bottom: 40px;
}

.lines {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	background: rgba(27, 158, 146, 0.5);
	padding: 30px 3%;
}

.lines p {
	width: 100%;
	line-height: 60px;
	margin: 0px;
	text-indent: 30px;
	font-size: 20px;
}

.but {
	width: 244px;
	height: 68px;
	border: none;
	background: #cfda5d;
	border-radius: 10px;
	margin: 56px auto;
	color: #478960;
	font-size: 28px;
}

.place {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
}

.swiper {
	width: 100%;
	height: 300px;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}

.swiper img {
	width: 100%;
}

.place-c {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 40px;
	padding-top: 64px;
	background: #17998a;
}

.place-s {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.place-c div {
	width: 100%;
	color: #fff;
	font-size: 20px;
}

.place-c div p {
	font-size: 16px;
}

.place-s div {
	width: 100%;
	font-size: 20px;
	color: #fff;
}

.place-s div p {
	font-size: 16px;
}

.place-s div:nth-last-child(1) {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 37px !important;
	height: 78px !important;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 37px 78px !important;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/1_03.png) !important;
	left: 0px !important;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/2_03.png) !important;
	right: 0px !important;
	left: auto;
}

.footer {
	width: 100%;
	height: 126px;
	padding-top: 30px;
	background: #0da78a;
}

.footer p {
	text-align: center;
	color: #fff;
}

.lu {
	border-bottom: 1px solid #129d90 !important;
}

.han {
	border-top: 2px solid #ffda6f !important;
}

#map {
	width: 100%;
	height: 100%;
}
#tong img{
	width: 100%;
}