/*英文字体 start*/
body {
	font-family: Arial, Helvetica, sans-serif;
}

.font_family_Regular {
	font-family: Arial, Helvetica, sans-serif;
}

.font_family_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.font_family_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*英文字体 end*/

body {
	background: #fff;
}

.body {
	font-size: 16px;
	overflow: hidden;
	line-height: 1.8;
	padding-top: 120px;
}

.mauto {
	max-width: 1380px;
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
}

.pcShow {
	display: block;
}

.telShow {
	display: none;
}

.font14 {
	font-size: 87.5%;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.text_center {
	text-align: center;
}

.mb1em {
	margin-bottom: 1em;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.max_width_700 {
	max-width: 700px;
	margin: 0 auto;
}

.line-height-1 {
	line-height: 1.1;
}

.text-underline {
	text-decoration: underline;
}

/*---------------头部导航--------------*/
.header {
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
	background: #627148 !important;
}

.header .logo img {
	max-height: 44px;
	min-height: 44px;
	object-fit: contain;
}

.header-a {
	background: #394022 !important;
}

.logo_other {
	padding: 10px 10px !important;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.logo_other .other {
	line-height: 2;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_other a {
	display: inline-block;
	margin: 0 2px;
	color: #fff;
}

.logo_other a:hover {
	text-decoration: underline;
	color: #fff;
}

.lang {
	position: relative;
	margin-right: 32px;
	cursor: pointer;
}

.lang .icon_lang {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_language.png) no-repeat center;
	margin-right: 11px;
	vertical-align: middle;
}

.lang span {
	padding-right: 18px;
	display: inline-block;
	background: url(../images/icon_down.png) no-repeat right center;
}

.lang .pop_lang {
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	display: none;
	z-index: 9;
}

.lang:hover .pop_lang {
	display: block;
}

.lang .pop_lang_in {
	background: #FFFFFF;
}

.lang .pop_lang a {
	display: block;
	white-space: nowrap;
	padding: 5px 15px;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
}

.lg {
	float: left;
	margin-right: 32px;
}

.lg .icon_lg {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/person.png) no-repeat center;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}

.btn_h a {
	display: block;
	line-height: 32px;
	padding: 0 17px 0 19px;
	background: transparent;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}

.btn_h.cur a {
	background: #fff;
}

.btn_h a:hover {
	text-decoration: none;
}

.btn_h a i {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	min-width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}

.navBox {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navBox .nav_other {
	display: none;
}

.navBox .nav_other a {
	display: inline-block;
	margin: 0 2px;
	color: #fff;
}

.navBox .nav_other a:hover {
	text-decoration: underline;
	color: #fff;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.nav>li {
	float: left;
	position: relative;
}

.nav li a {
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 10px;
	text-align: center;
	position: relative;
	white-space: nowrap;
}

.nav li a span {
	display: block;
}

.nav>li:hover>a:before,
.nav>li.act>a:before,
.nav>li:hover>.parent a:before,
.nav>li.act .parent>a:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 6px;
}

.nav .icon_control {
	display: none;
}

/*--------banner---------*/
.banner img {
	width: 100%;
}

.banner a {
	display: block;
}

.banner_list {
	position: relative;
}

.banner_list .bn_page {
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 1em;
}

.banner_list .bn_page .swiper-pagination-bullet {
	width: 0.6em;
	height: 0.6em;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #fff;
	margin: 0 8px;
	opacity: 0.3;
}

.banner_list .bn_page .swiper-pagination-bullet-active {
	opacity: 1;
}

/*-----------底部---------------*/
.footer {
	font-weight: 500;
	color: #fff;
	padding: 23px 0;
	line-height: 1.5;
	background: #394022 !important;
}

.footer a {
	color: #fff;
	white-space: nowrap;
}

.copyright {
	text-align: center;
}

.ad_p {
	position: fixed;
	z-index: 99;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ad_p .ad_p_in {
	position: relative;
}

.ad_p .icon_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: url(../images/icon_close.png) no-repeat center;
}

.ad_p img {
	max-width: 240px;
}

/*----------------首页------------------------*/
.index {
	padding: 50px 0 60px;
}

.index .section {
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 40px 0;
	margin-bottom: 40px;
}

.index .section .con {
	padding: 0 90px;
}

.dec p {
	margin-bottom: 20px;
}

.tit {
	margin-bottom: 34px;
	font-size: 30px;
	line-height: 44px;
}

.tit .icon_tit {
	width: 90px;
	height: 44px;
	line-height: 41px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	display: inline-block;
	margin-right: 19px;
	text-align: center;
}

.tit .icon_tit img {
	width: 32px;
}

/* .tit .icon_tit i{display: inline-block; vertical-align: top; width: 32px; height: 44px; background: url(../images/icon_general.png) no-repeat center;}
.tit .icon_tit i.icon_1{background-image: url(../images/icon_general.png);}
.tit .icon_tit i.icon_2{background-image: url(../images/icon_news.png);}
.tit .icon_tit i.icon_3{background-image: url(../images/icon_conference.png);}
.tit .icon_tit i.icon_4{background-image: url(../images/icon_course.png);}
.tit .icon_tit i.icon_5{background-image: url(../images/icon_contact.png);} */
.link_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link_list li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link_list2 li {
	width: 47.5%;
}

.link_list li .item {
	display: block;
	padding: 17px 10px;
	position: relative;
}

.link_list li .name {
	padding-left: 20px;
	padding-right: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	background: url(../images/new/triangle.png) no-repeat left center;
	font-size: 18px;
}

.link_list li .more {
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1.5;
	margin-top: -0.75em;
	padding-right: 28px;
	background: url(../images/new/arrow.png) no-repeat right center;
	font-size: 87.5%;
}

.link_list_null {
	padding: 0.78rem 0 1.4rem;
	text-align: center;
}

.d_more {
	text-align: center;
	margin-top: 34px;
}

.btn_more {
	display: inline-block;
	border: 1px solid rgba(63, 97, 21, 0.5);
	line-height: 34px;
	width: 140px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
}

.btn_more:hover {
	color: #fff;
}

.btn_more span {
	display: inline-block;
	padding-right: 28px;
	background: url(../images/icon_more.png) no-repeat right center;
}

.btn_more:hover span {
	background-image: url(../images/icon_more_white.png);
}

.ct_card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ct_card .card {
	width: 100%;
	background: rgba(63, 97, 21, 0.05);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1.75em;
}

.ct_card .card .tit_t {
	padding: 21px 26px 15px;
	border-bottom: 1px solid rgba(21, 76, 151, 0.15);
}

.ct_card .card .tit_t img {
	max-height: 64px;
}

.ct_card .card .ct_txt {
	padding: 36px 10px 39px 26px;
}

.ct_card .card .ct_txt .c_p {
	padding-left: 28px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 12px;
}

.ct_card .card .ct_txt .icon_c {
	position: absolute;
	left: 0;
	top: 0.75em;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

.menuTab {
	display: flex;
	justify-content: center;
	border: 1px solid rgba(63, 97, 21, 0.5);
	margin: auto;
	margin-bottom: 60px;
	font-size: 17px;
	overflow: auto;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: fit-content;
}

.menuTab ul {
	display: flex;
	width: 100%;
}

.menuTab li {
	min-width: 3rem;
	flex-shrink: 0;
	flex-grow: 1;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	white-space: nowrap;
}

.menuTab li span {
	display: block;
	padding: 0 0.7em;
}

.menuTab li.cur {
	color: #fff;
}

.menuTab4 {
	/* width: 66.67%; */
	margin-left: auto;
	margin-right: auto;
}

.tabCon .item {
	display: none;
	margin-bottom: 27px;
}

.link_uu {
	position: relative;
	margin-bottom: 24px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.link_uu a {
	display: block;
}

.link_uu .txt {
	position: absolute;
	z-index: 2;
	left: 21%;
	right: 8.3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.link_uu .txt .name {
	line-height: 1.3;
}

/* 英文 start*/
.link_uu .txt .name {
	color: #595959;
}

/* 英文 end*/
.link_uu .txt .more {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	line-height: 50px;
	padding: 0 1em;
	width: 26%;
	color: #fff;
	text-align: center;
}

.link_uu .txt .more:hover {
	opacity: 0.9;
}

.link_uu .txt .more .icon_more {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 16px;
	background: url(../images/icon_detail.png) no-repeat center;
	margin-left: 10px;
}

.img_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.img_list li {
	width: 340px;
	max-width: 50%;
	margin-bottom: 1em;
}

.img_list li .ig_item {
	margin: 0 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.tit_u {
	line-height: 1.5;
	margin-bottom: 30px;
}

.hyzt li {
	margin-bottom: 10px;
	background: rgba(21, 76, 151, 0.05);
}

.hyzt li .li_item {
	display: flex;
	align-items: center;
}

.hyzt li .li_item .num {
	text-align: center;
	width: 100px;
	flex-shrink: 0;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.hyzt li .li_item .txt {
	border-left: 1px solid #fff;
	padding: 20px 24px;
}

.hyzt li .li_item .txt .hh {
	margin-bottom: 0.7em;
	line-height: 1.5em;
}

.hyzt li .li_item .txt p {
	font-size: 87.5%;
}

.table1 {
	overflow-x: auto;
}

.table1 table {
	min-width: 1200px;
	margin: 0 auto;
}

.table1 table th {
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 3px 10px;
}

.table1 table td {
	border: 1px solid #fff;
	text-align: center;
	padding: 13px 10px;
}

.zz_item {
	margin-bottom: 25px;
}

.zz_tit {
	display: inline-block;
	min-width: 160px;
	padding: 1px 10px;
	margin-bottom: 13px;
}

.flex8 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.flex8>div {
	min-width: 12.5%;
	padding: 0 1em;
}

.flex4 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.flex4>div {
	min-width: 25%;
	padding: 0 1em;
}

.expert_list {
	margin: 0 -12px;
}

.expert_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.expert_list li {
	margin-bottom: 45px;
	width: 25%;
}

.expert_list li .li_item {
	display: block;
	margin: 0 12px;
}

.expert_list li .imgbox {
	position: relative;
	padding-bottom: 100%;
	background: #D9D9D9;
	overflow: hidden;
	border-radius: 50%;
}

.expert_list li .imgbox .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

}

.expert_list li .imgbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.expert_list li .li_item:hover .imgbox .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.expert_list li .text {
	text-align: center;
	padding-top: 1.25em;
}

.expert_list li .text .name {
	line-height: 1.4;
	padding: 0.2em 0;
}

.expert_list li .text .info {
	color: rgba(0, 0, 0, 0.6);
}

.expert_list li .text p {
	margin-top: 10px;
	font-size: 87.5%;
}

.img_text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.img_text .img {
	width: 51.5%;
}

.img_text .text {
	width: 47%;
	padding-top: 1em;
}

.icon_download {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url(../images/new/download.png) no-repeat center;
	margin-left: 8px;
}

/* 内页 */
.crumb {
	color: #666;
	font-size: 12px;
	line-height: 2;
	padding: 18px 0;
}

.crumb a {
	color: #666;
}

.crumb a:hover {
	text-decoration: underline;
}

.crumb .icon_home {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_home.png) no-repeat center;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}

.sec_con {
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 60px 70px;
}

.per_top {
	display: flex;
	margin-bottom: 64px;
}

.per_top .img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 46px;
	flex-shrink: 0;

}

.per_top .text {
	align-self: center;
	flex-grow: 1;
}

.per_top .text .name {
	line-height: 1.5;
	font-size: 24px;
	margin-bottom: 0.6em;
	/* padding-bottom: 1.5em; */
	/* border-bottom: 1px solid #D9D9D9; */
}

.per_top .text .info {
	color: rgba(0, 0, 0, 0.6);
}

.per_top .text i {
	width: 100%;
	height: 1px;
	display: block;
	margin: 0.9em 0;
	background: #D9D9D9;
}

.back_u {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}

.btn_back {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}

.btn_back:hover {
	opacity: 0.9;
}

.btn_back .icon_back {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url(../images/icon_back.png) no-repeat center;
	margin-right: 10px;
	margin-bottom: 2px;
}

.title1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 1.2em;
}

.news_list li .name {
	font-size: 100%;
}

.page {
	text-align: center;
	margin-top: 60px;
}

.page a {
	display: inline-block;
	line-height: 26px;
	height: 28px;
	min-width: 28px;
	padding: 0 3px;
	text-align: center;
	margin: 0 11px 15px;
	color: #BCBCBC;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 87.5%;
}

.page a.cur,
.page a:hover {
	color: #fff;
}

.page a.page-pre {
	background: url(../images/icon_prev.png) no-repeat center;
}

.page a.page-next {
	background: url(../images/icon_next.png) no-repeat center;
}

.page a.page-pre:hover {
	background-image: url(../images/icon_next_white.png) !important;
}

.page a.page-next:hover {
	background-image: url(../images/icon_next_white.png) !important;
}

.page a.page-pre.disabled {
	background: url(../images/icon_prev.png) no-repeat center #fff !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
	cursor: default;
	opacity: 0.3;
}

.page a.page-next.disabled {
	background: url(../images/icon_prev.png) no-repeat center #fff !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
	cursor: default;
	opacity: 0.3;
}

.news_dec_top {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1.5em;
	margin-bottom: 48px;
}

.news_dec_top .tit {
	line-height: 1.5;
	margin-bottom: 1.2em;
}

.news_dec_top .tw {
	color: #747474;
}

.news_dec_top .tw .time {
	margin-right: 45px;
	display: inline-block;
	padding-left: 23px;
	background: url(../images/icon_time.png) no-repeat left center;
}

.news_dec_top .tw .view {
	display: inline-block;
	padding-left: 23px;
	background: url(../images/icon_view.png) no-repeat left center;
}

.news_dec_con {
	padding: 0 4%;
}

.file_download {
	margin-top: 40px;
}

.back_n {
	text-align: center;
	margin-top: 75px;
}

.btn_back_n {
	display: inline-block;
	width: 150px;
	line-height: 38px;
	border: 1px solid #000;
}

.btn_back_n .icon_back1 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_back2.png) no-repeat center;
	margin-right: 11px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.btn_back_n:hover {
	background-color: #000;
	color: #fff;
}

.btn_back_n:hover .icon_back1 {
	background-image: url(../images/icon_back2_white.png);
}

.prev_next {
	margin-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 4% 0;
	color: #333;
	display: flex;
	justify-content: space-between;
}

.prev_next>div {
	width: 48%;
}

.prev_next a {
	line-height: 1.5;
	padding-top: 0.6em;
	display: inline-block;
}

.prev_next .item_next {
	text-align: right;
}

/*  手机端首页   */
.body_index_tel {
	position: relative;
	padding-bottom: 2.893rem;
	min-height: 100vh;
}

.body_index_tel .mauto {
	padding: 0 0.333rem;
}

.main_index_tel {
	padding: 0.2666rem 0;
}

.main_index_tel .mauto,
.footer-index-tel {
	max-width: 750px;
	margin: 0 auto;
}

.footer-index-tel {
	font-size: 0.32rem;
	line-height: 1.5;
	padding: 0.493rem 0 1.44rem !important;
	background: url(../images/img_m_bg_1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer-index-tel a {
	display: block;
}

.menu_i_t {
	margin: 0 -0.1333rem;
}

.menu_i_t ul {
	display: flex;
	flex-wrap: wrap;
}

.menu_i_t li {
	width: 50%;
	margin-bottom: 0.2666rem;
}

.menu_i_t li .item {
	display: block;
	margin: 0 0.1333rem;
	-webkit-border-radius: 0.2666rem;
	border-radius: 0.2666rem;
	padding: 0.4rem;
	position: relative;
}

.menu_i_t li .h_p {
	line-height: 1.2;
	color: #fff;
	padding-bottom: 0.53334rem;
	margin-right: 2em;
	height: 1.35rem;
}

.menu_i_t li .h_p .hh {
	font-size: 0.45333rem;
}

.menu_i_t li .h_p p {
	opacity: 0.5;
	font-size: 0.2666rem;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_i_t li .s_img {
	position: absolute;
	right: 0.3333rem;
	bottom: 0.3333rem;
	width: 0.86667rem;
}

/* new */

.h-model1 {
	display: flex;
	justify-content: space-between;
}

.h-model1 .l {
	width: calc(100% - 6.7rem);
	text-align: justify;
}

.h-model1 .l img {
	display: block;
	margin: auto;
}

.h-model1 .r {
	width: 6rem;
	table-layout: fixed;
	color: #000000;
}

.h-model1 .r th,
.h-model1 .r td {
	padding: 10px;
}

.h-model1 .r th {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
}

.h-model1 .r td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.h-model1 .r tbody tr:nth-child(odd) {
	background: rgba(63, 97, 21, 0.08);
}

.h-model1 .r tbody tr:nth-child(even) {
	background: rgba(61, 61, 61, 0.08);
}

.Venue {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Venue .r,
.Venue .l {
	width: 48%;
}

.Venue .l img {
	width: fit-content;
	display: block;
	object-fit: contain;
}

.sponsors-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sponsors-b-i {
	width: 30%;
}

.sponsors-b-i .img {
	height: auto;
}

.sponsors-b-i .img img {
	object-fit: contain;
	margin: auto;
	display: block;
}


.sponsors-b-i .t1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin: 0.28rem 0 0.18rem;
}

.sponsors-b-i .t2 {
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
}

.login-b {
	margin: 40px 0 80px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 10px 10px;
}

.login-b-t {
	font-size: 24px;
	color: #000000;
	text-align: center;
	min-height: 0.69rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.login-b-c {
	padding: 0.4rem 20px;
	overflow: hidden;
}

.forget-b-c-r,
.enroll-b-c-r,
.login-b-c-r {
	max-width: 580px;
	width: 100%;
	margin: auto;
	padding-bottom: 1.9rem;
}

.forget-b-c-r {
	padding: 0.3rem 0 1.9rem;
}

.enroll-b-c-r {
	padding: 0.3rem 0 .81rem;
}

.enroll-b-c-r .login-desc {
	margin-top: 0.5rem;
}

.enroll-b-c-r-t {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0.37rem;
	text-align: center;
}

.login-b-c-r-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-b-c-r-b .login-b-c-r-i {
	width: 49%;
}

.login-b-c-r-i {
	width: 100%;
	min-height: 40px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	padding: 0 0.23rem;
	margin-bottom: 0.2rem;
}

.login-b-c-r-i .t1 {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-right: 0.2rem;
	min-width: max-content;
}

.login-b-c-r-i .t1 em {
	font-size: 14px;
	color: #E51E21;
	margin-right: 7px;
}

.login-b-c-r-i .layui-form-select,
.login-b-c-r-i input {
	width: 100%;
	height: 100%;
	text-align: right;
	font-size: 14px;
}

.login-b-c-r-i .layui-input {
	border-width: 0 !important;
}

.login-b-c-r-i .layui-form-select dl {
	top: 32px;
}

.login-code {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-code-i {
	width: 220px;
	height: 100%;
	min-height: 40px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.login-code-i .imgs {
	min-width: 93px;
}

.login-code-i input {
	width: 100%;
	padding: 0 10px;

}

.login-href {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding-right: 0.2rem;
}

.login-keep {
	display: flex;
	align-items: center;
	margin-top: 0.18rem;
	padding: 0 10px;
}

.login-keep input {
	width: 16px;
	height: 16px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-right: 9px;
}

.login-btn {
	max-width: 400px;
	width: 100%;
	height: 40px;
	background: #3F6115;
	border-radius: 6px 6px 6px 6px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #F8F8F8;
	line-height: 24px;
	text-align: center;
	margin: auto;
	margin-top: 0.42rem;
	justify-content: center
}

.forget-desc,
.login-desc {
	margin-top: 0.24rem;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.login-desc a {
	color: #1A76FF;
}

.forget-desc a {
	color: #3F6115;
	text-decoration: underline;
	margin-left: 5px;
}

.enroll-suc {
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding: 62px 0 2.5rem;
}

.enroll-suc .t1 {
	margin: 26px 0 38px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.enroll-suc .t2 {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}

.enroll-suc .t2 a {
	color: #3F6115;
	text-decoration: underline;
}

.member-b {
	display: flex;
	min-height: 640px
}

.member-l {
	width: 200px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 35px 0;
}

.member-l-i {
	position: relative;
	height: max-content;
	padding: 5px 0;
	padding-left: 25px;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
}

.member-l-i:hover .i1,
.member-l-i.cur .i1,
.member-l-i .i2 {
	display: none;
}

.member-l-i:hover .i2,
.member-l-i.cur .i2 {
	display: block;
}

.member-l-i img {
	margin-right: 10px;
}

.member-l-i:hover::before,
.member-l-i.cur::before {
	visibility: visible;
	opacity: 1;
}

.member-l-i.cur {
	color: #3F6115;
	background: rgba(63, 97, 21, 0.05);
}


.member-l-i::before {
	width: 2px;
	height: 100%;
	background: #3F6115;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.member-l-i:last-child {
	margin-bottom: 0;
}

.member-r {
	width: calc(100% - 200px);
	padding: 0 30px;
}

.member-r-t1 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 48px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.member-r-c {
	padding: 20px 0;
}

.member-r-c-add {
	min-width: 120px;
	width: fit-content;
	height: 32px;
	background: #3F6115;
	border-radius: 6px 6px 6px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.member-r-c-add img {
	margin-right: 5px;
	object-fit: contain;
}

.member-r-c-list {
	padding: 10px 0;
}

.member-r-c-list-i {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.member-r-c-list-i .t1 {
	width: calc(100% - 150px);
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
}

.member-r-c-list-i .btn {
	width: fit-content;
	min-width: 120px;
	height: 32px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.member-r-c-list-i .btn img {
	margin-left: 7px;
	display: block;
}

.pwd-r {
	max-width: 520px;
}

.register-b {
	padding-bottom: .84rem;
}

.register-i h4 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 48px;
	margin-bottom: 10px;
}

.please-title {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	display: block;
	margin-top: -0.2rem;
	margin-bottom: 0.2rem;
}

.please-info {
	font-weight: 400;
	font-size: 12px;
	color: #E51E21;
	text-align: right;
	margin-top: -0.2rem;
	display: block;
}

.registration-i {
	margin-bottom: 0.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.registration-i .layui-form-radio>i {
	color: #3F6115;
}

.registration-i .layui-form-radio {
	display: flex;
}

.registration-title {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

.pay-b-i {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 24px;
}

.pay-b-i .gold {
	font-weight: bold;
	font-size: 26px;
	color: #E51E21;
}

.pay-b-i .gold b {
	font-size: 16px;
}

.pay-type {
	margin-top: 0.5rem;
}

.pay-type-list {
	margin-top: 27px;
	display: flex;
}

.pay-type-list-i {
	min-width: max-content;
	width: calc(100% / 3);
	padding: 9px 35px 9px 15px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	margin-right: 15px;
	position: relative;

}

.pay-type-list-i::after {
	width: 32px;
	height: 32px;
	background: url(../images/new/select.png)no-repeat;
	background-size: contain;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
}

.pay-type-list-i img {
	display: block;
	margin-right: 21px;
}

.pay-type-list-i.cur::after {
	opacity: 1;
	visibility: visible;
}

.pay-type-list-i.cur {
	border-color: #3F6115;
	background: rgba(63, 97, 21, 0.05);
}

.order-b1 {
	width: 100%;
	min-height: 40px;
	background: rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.order-b1 .t1 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.order-b1 .t2 {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.order-b-list {
	padding: 20px 0;
}

.order-b-list-i {
	padding: 0 20px;
	margin-bottom: .4rem;
}

.order-b-list-i .t1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.order-b-list-i .t2 .t2-i {
	display: flex;
	align-items: center;
}

.order-b-list-i .t2 .t2-i .t2-i-a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	min-width: 150px;
	margin-right: 20px;
	line-height: 28px;
}

.order-b-list-i .t2 .t2-i .t2-i-b {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

.order-b2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0.4rem 20px 1rem;
}

.order-b2 .t1 {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.order-b2 .t1 strong {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.order-b2 .t2 {
	font-weight: 400;
	font-size: 14px;
	color: #1A76FF;
	display: flex;
	align-items: center;
}

.order-b2 .dowm {
	width: fit-content;
	min-width: 120px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 27px;
}

.order-b2 .dowm img {
	display: block;
	object-fit: contain;
	margin-left: 5px;
}

@media (max-width:1400px) {
	.mauto {
		padding: 0 1em;
	}

	/* 英文 start*/
	.menuTab {
		font-size: 16px;
	}

	/* 英文 end*/
}

@media (max-width:1280px) {
	.nav li a {
		font-size: 0.16rem;
		padding: 0 5px;
	}
}

@media (max-width:1200px) {
	.body {
		font-size: 14px;
	}

	.font18,
	.link_list li .name,
	.menuTab {
		font-size: 16px;
	}

	.font30,
	.tit {
		font-size: 28px;
	}

	/* 英文 start*/
	.menuTab {
		font-size: 14px;
	}

	/* 英文 end*/
	.index {
		padding: 4vw 0 5vw;
	}

	.index .section {
		padding: 2.5em 0;
		margin-bottom: 3.5vw;
	}

	.tit {
		line-height: 1.4em;
		margin-bottom: 1em;
	}

	.tit .icon_tit {
		width: 2.5em;
		height: 1.4em;
		line-height: 1.2em;
	}

	.tit .icon_tit img {
		width: 1.1em;
	}

	/* .tit .icon_tit i{height: 1.4em; width: 1.1em; background-size: contain;} */
	.index .section .con {
		padding: 0 7vw;
	}

	.menuTab {
		margin-bottom: 5.2vw;
	}

	.sec_con {
		padding: 2.5em;
	}

	.back_u {
		margin-top: 2.5em;
		margin-bottom: 3em;
	}

	.per_top {
		margin-bottom: 3em;
	}

	.per_top .img {
		margin-right: 2em;
	}

	.h-model1 {
		display: block;
	}

	.h-model1 .r,
	.h-model1 .l {
		width: 100%;
	}


	.h-model1 .r {
		margin-top: 0.3rem;
	}


	.member-b {
		display: block;
	}

	.member-r,
	.member-l {
		width: 100%;
		border-right: none;
	}

	.member-l {
		padding: 30px 0 20px;
	}

	.member-r {
		padding: 0 20px;
	}

}

@media (max-width:960px) {
	body {
		-webkit-overflow-scrolling: touch;
	}

	.body {
		padding-top: 1.6rem;
	}

	.pcShow {
		display: none;
	}

	.telShow {
		display: block;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 0;
		height: 1.6rem;
		z-index: 999;
	}

	.header .mauto {
		padding: 0;
	}

	.logo_other {
		padding: 0;
	}

	.header .logo {
		padding: 0.4rem 4.5rem 0.4rem 0.45rem;
		line-height: 0.75rem;
		text-align: center;
		margin: 0;
		float: none;
		text-align: left;
	}

	.header .logo img {
		max-height: 0.8rem;
	}

	.mobile_btn {
		display: block;
		position: absolute;
		z-index: 100;
		right: 0.4rem;
		top: 0.4rem;
		width: 0.8rem;
		height: 0.8rem;
		text-align: center;
		background: url(../images/icon_nav.png) no-repeat 0 center;
		background-size: contain;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		cursor: pointer;
	}

	.navBox {
		position: fixed;
		width: 100%;
		left: 0;
		top: 1.6rem;
		bottom: 0;
		display: none;
		border: 0 !important;
		background: rgba(0, 0, 0, 0.9);
		margin: 0;
	}

	.nav {
		display: block;
		overflow: auto;
		height: 80vh;
		height: calc(100% - 5em);
		padding: 0;
	}

	.nav li {
		float: none;
		margin: 0;
		width: 100%;
	}

	.nav li a {
		padding: 0;
		line-height: 2.8;
		text-align: center;
		color: #fff;
		transition: all 0s;
		-moz-transition: all 0s;
		-webkit-transition: all 0s;
	}

	.nav li:hover>a:after,
	.nav li.act>a:after,
	.nav li:hover>.parent a:after,
	.nav li.act .parent>a:after {
		display: none;
	}

	.logo_other .other {
		right: 1.25rem;
		position: absolute;
		padding-top: 0.2em;
	}

	.logo_other .other .lg,
	.logo_other .other .btn_h {
		display: none;
	}

	.lang {
		margin-right: 0.5rem;
	}

	.navBox .nav_other {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 0;
		color: #fff;
	}

	.link_list li {
		min-width: 100%;
	}

	.link_uu .bg {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: hidden;
	}

	.link_uu .bg img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.link_uu .txt {
		flex-direction: column;
		position: relative;
		top: 0;
		left: 0;
		padding: 2em 1em;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}

	.link_uu .txt .more {
		line-height: 2.8;
		margin-top: 1em;
		width: auto;
	}

	.hyzt li .li_item .num {
		width: 80px;
	}

	.expert_list {
		margin: 0 -0.5em;
	}

	.expert_list li .li_item {
		margin: 0 0.5em;
	}

	.expert_list li {
		width: 25%;
		margin-bottom: 2.5em;
	}

	.expert_list li .text p {
		margin-top: 0.3em;
	}

	.img_list li .ig_item {
		margin: 0 0.5em;
	}
}

@media (max-width:768px) {
	.pay-b-i {
		margin-bottom: 20px;
	}

	.pay-type-list-i {
		margin-bottom: 10px;
	}

	.pay-type-list {
		display: flex;
		flex-wrap: wrap;
	}

	.order-b-list-i .t2 .t2-i .t2-i-a {
		min-width: auto;
	}

	.order-b2 .t2 {
		margin-top: 10px;
	}

	.order-b2 {
		display: block;
	}

	.order-b1 {
		display: block;
		padding: 5px 20px;
	}

	.Venue .r {
		margin-top: 0.2rem;
	}

	.sponsors-b-i {
		display: block;
		margin-bottom: 0.4rem;
	}

	.Venue .r,
	.Venue .l,
	.sponsors-b-i img {
		width: 100%;
	}

	.Venue,
	.sponsors-b {
		display: block;
	}

	.ad_p {
		max-width: 40vw;
		display: none;
	}

	.ad_p img {
		max-width: 100%;
	}

	.sponsors-b-i,
	.menuTab4 {
		width: 100%;
	}

	.expert_list li {
		width: 33.3%;
	}

	.img_text {
		flex-direction: column;
	}

	.img_text .text {
		width: 100%;
	}

	.img_text .img {
		width: 100%;
		margin-top: 1em;
	}

	.ct_card .card {
		width: 100%;
	}

	.per_top {
		display: block;
	}

	.per_top .img {
		max-width: 50%;
		margin: 0 auto 1.5em;
	}

	.per_top .text .name {
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}
}

@media (max-width:640px) {
	.index .section .con {
		padding: 0 4vw;
	}

	.hyzt li .li_item .num {
		width: 2.5em;
	}

	.sec_con {
		padding: 2em 1.3em;
	}

	.title1 {
		margin-bottom: 0.5em;
	}

	.page {
		margin-top: 2em;
	}

	.page a {
		margin: 0 0.5em 1em;
	}
}

@media (max-width:520px) {
	.body {
		font-size: 0.32rem;
	}

	.font18,
	.link_list li .name,
	.menuTab {
		font-size: 1.1em;
	}

	.font20 {
		font-size: 1.2em;
	}

	.font24 {
		font-size: 1.3em;
	}

	.font28,
	.hyzt li .li_item .num {
		font-size: 1.5em;
	}

	.font30,
	.tit {
		font-size: 1.7em;
	}

	/* 英文 start*/
	.menuTab {
		font-size: 0.85em;
	}

	/* 英文 end*/
	.title1 {
		font-size: 1.75em;
	}

	.mb20 {
		margin-bottom: 1.2em;
	}

	.mb25 {
		margin-bottom: 1.25em;
	}

	.mb40 {
		margin-bottom: 1.8em;
	}

	.mb50 {
		margin-bottom: 2.2em;
	}

	.nav li a {
		font-size: 0.35rem;
	}

	.footer {
		font-size: 95%;
		padding: 1.5em 0;
	}

	.index .section {
		padding: 1.5em 0;
	}

	.link_list li .item {
		padding: 1em 0;
	}

	.link_list li .more {
		padding-right: 1.5em;
		background-size: 1em auto;
	}

	.d_more {
		margin-top: 1.5em;
	}

	.zz_item {
		margin-bottom: 1.5em;
	}

	.zz_tit {
		margin-bottom: 0.8em;
	}

	.expert_list li {
		width: 50%;
	}

	.menuTab {
		margin-bottom: 2em;
	}

	.menuTab li {
		line-height: 2.8;
	}

	.per_top .text .name {
		font-size: 1.3em;
	}

	.btn_back {
		width: 10em;
		line-height: 2.8;
	}

	.btn_back_n {
		width: 10em;
		line-height: 2.8;
	}

	.news_dec_top {
		margin-bottom: 2.4em;
	}

	.news_dec_top .tit {
		margin-bottom: 0.7em;
	}

	.file_download {
		margin-top: 2em;
	}

	.back_n {
		margin-top: 3em;
	}

	.prev_next {
		margin-top: 2.5em;
	}
}