* {
	margin: 0;
	padding: 0;
}

ul li,
dl dd {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

html,
body {
	font-size: 20px;
}

.indexBanner {
	width: 100%;
	height: 31rem;
	background: url("https://static.newdc.org.cn/scobdcForum/2024/24_17.jpg");
	background-size: cover;
	/*overflow: hidden;*/
	display: flex;
	flex-flow: column;
	align-items: center;
}

#header {
	width: 46.6rem;
	margin: 0.2rem auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#header div img {
	width: 90px;
	position: relative;
	/* top: 0.5rem; */
	margin-right: 16px;
	/* margin-top: 2px; */
	position: relative;
	top: -2px;
	left: 30px;
}

#header .nav {
	color: #fff;
	display: flex;
	flex-flow: column;
	width: 38.65rem;
}

#header .nav div:nth-child(1) ul {
	display: flex;
	align-items: flex-end;
}

#header .nav div:nth-child(1) ul li:nth-child(1) {
	font-size: 0.86rem;
	font-weight: bold;
	position: relative;
	bottom: -0.3rem;
	text-shadow: 0 0 5px #2244bd;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: wrap;
	margin-bottom: 14px;
}
#header .nav div:nth-child(1) ul li:nth-child(1) i{
	font-style: normal;
}




#header .nav div:nth-child(2) {
	padding-bottom: 0.5rem;
	margin-bottom: 7px;
	margin-top: 0.2rem;
	border-bottom: 1px dashed #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#header .nav div:nth-child(2) i{
	font-style: normal;
	font-size: 14px;
}
#header .nav div:nth-child(3) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .nav div:nth-child(3) a {
	font-size: 14px;
	color: #fff;
	position: relative;

}

#header .language {
	width: 4rem;
}

#header .language dl {
	display: flex;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 3.5rem;
}

#header .language dl dd {
	margin-left: 0.5rem;
	color: #fff;
	font-size: 0.8rem
}

#header .language dl dd a {
	color: #fff;
}

.nav-on,
.nav a:hover {
	position: relative;
	color: #FF8D00;
}

.nav-on::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 0.11rem;
	background-color: #ffffffd1;
	bottom: 3px;
	left: 50%;
	margin-left: -40%;
	border-radius: 2rem;
}

.navBtn {
	background-color: #FF6416;
	color: #fff;
	width: 160px;
	height: 30px;
	border-radius: 60px;
	line-height: 30px;
	text-align: center;
}

.navBtn:hover {
	color: #fff !important;
	background-color: #ee860b;
}
.indexBannerImgmap{
	display: none;
}

.indexBannerImg {
	width: 55rem;
	margin-top: 2rem;
	text-align: center;
	color: #fff;
}

.indexBannerImg img {
	width: 100%;
	margin-top: 100px;
}
.indexBannerImg div:nth-child(2) {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexBannerImg .indexBannerImg_t_l{
	display: block;
	width: 147px;
	height: 6px;
	background-size: 146px 6px;
	background-image: url("../img/2024/text_01-l.png");
	margin-right: 30px;
}
.indexBannerImg .indexBannerImg_t_r{
	display: block;
	width: 147px;
	height: 6px;
	background-size: 146px 6px;
	background-image: url("../img/2024/text_01-r.png");
	margin-left: 1.5rem;
}
.indexBannerImg div:nth-child(3),
.indexBannerImg div:nth-child(4),
.indexBannerImg div:nth-child(5),
.indexBannerImg div:nth-child(6) {
	font-size: 0.8rem;
	margin-bottom: 1rem;
}
.indexBannerImg div i{
	font-style: normal;
	font-weight: bold;
	padding-right: 0.2rem;
}

.indexBannerBtb {
	background: #FFFFFF;
	box-shadow: 17px 17px 22px 0px rgba(0, 60, 134, 0.5);
	border-radius: 2.5rem;
	font-family: PingFangSC-Regular;
	font-size: 0.7rem;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	width: 12rem;
	height: 2.5rem;
	margin-top: 3rem;
	line-height: 2.5rem;
}

.indexBannerBtb:hover {
	box-shadow: 17px 17px 22px 0px rgba(0, 60, 134, 1);
}

.indexConnet {
	display: flex;
	background-image: linear-gradient(to bottom, #00082D, #002F82);
	display: flex;
	align-items: center;
	flex-flow: column;
	position: relative;
	padding-bottom: 4rem;
}

.indexConnet::after {
	content: "";
	width: 100%;
	height: 12.5rem;
	background-image: url("../img/subjectStyleImg/icon-01.png");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.indexConnet-agenda {
	color: #fff;
	display: flex;
	align-items: center;
	flex-flow: column;
	width: 49rem;
	margin-top: 4rem;
	letter-spacing: 1px;
}

.indexConnet-agenda div:nth-child(1) {
	font-size: 26px;
	font-weight: bold;
}

.indexConnet-agenda div:nth-child(2) {
	font-size: 14px;
	letter-spacing: 0.01rem;
	line-height: 1rem;
	text-transform: uppercase;
}

.indexConnet-agenda div:nth-child(3) {
	font-size: 14px;
	margin-top: 1.5rem;
	line-height: 2rem;
	position: relative;
	margin-bottom: 1.5rem;
}

.indexConnet-agenda div:nth-child(3)::after {
	content: "";
	background-color: #FF6416;
	width: 4.6rem;
	height: 0.2rem;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	margin-left: -2.3rem;
}

.indexConnet-agenda div:nth-child(4) {
	font-size: 14px;
	line-height: 2rem;
	margin-top: 1.2rem;
	text-align: center;
}

.indexConnet-agenda div:nth-child(5) {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.indexConnet-agenda div:nth-child(5) img {
	width: 1rem;
	margin-right: 1rem;
}

.indexConnet-agenda div:nth-child(6) {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 2.5rem;
}

.indexConnet-date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 2rem;
}

.indexConnet-date div {
	height: auto;
	overflow: hidden;
	width: 33.333%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexConnet-date div a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexConnet-date img {
	width: 100%;
	z-index: 2;

}

.indexConnet-date dl {
	position: absolute;
	z-index: 3;
}

.indexConnet-date dl dd {
	line-height: 1.5rem;
	color: #fff;
	text-align: center;
}

.indexConnet-date dl dd:nth-child(1) {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.indexConnet-date dl dd:nth-child(2) {
	font-size: 1.2rem;
}

.indexConnet-title {
	font-size: 1.6rem;
	margin-top: 4rem;
	color: #fff;
	font-weight: bold;
}

.indexConnet-tyle {
	position: relative;
	width: 90%;
	height: 10rem;
	margin-top: 1rem;
}

.indexConnet-tyle .swiper-slide div {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexConnet-tyle .swiper-slide div a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.indexConnet-tyle .swiper-slide img {
	position: absolute;
	width: 100%;
}

.indexConnet-tyle .swiper-slide dl {
	color: #fff;
	position: absolute;
	width: 90%;
	height: 100%;
	top: 3.8rem;
}

.indexConnet-tyle .swiper-slide dl dd {
	text-align: left;
}

.indexConnet-tyle .swiper-slide dl dd:nth-child(1) {
	font-size: 1.1rem;
	line-height: 1.5rem;

}

.indexConnet-tyle .swiper-slide dl dd:nth-child(2) {
	font-size: 1.4rem;
}

.indexConnet-more a {
	display: block;
	border: 1px solid #0282D9;
	color: #0282D9;
	font-size: 0.9rem;
	padding: 0.6rem 2rem;
	border-radius: 3rem;
	line-height: 1rem;
	margin-top: 1.6rem;
	margin-bottom: 2rem;
}

.indexConnet-more a:hover {
	border: 1px solid #17b7ff;

	color: #17b7ff;
}

.indexConnet-title-to {
	color: #FFF;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.indexConnet-title-to h3 {
	font-size: 26px;
	text-align: center;
}

.indexConnet-title-to span {
	display: block;
	font-size: 13px;
	text-align: center;
	margin-top: .4rem;
	font-weight: 360;
	text-transform: uppercase;
}

.indexConnet-team,
.indexConnet-cooperate {
	width: 55rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.indexConnet-team div {
	width: 12.5rem;
}

.indexConnet-team div img {
	width: 12.5rem;
}

.indexConnet-team div dl {
	margin-top: 0.5rem;
}

.indexConnet-team div dl dd {
	text-align: center;
	color: #fff;
}

.indexConnet-team div dl dd:nth-child(1) {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

.indexConnet-team div dl dd:nth-child(2) {
	font-size: 0.7rem;
	margin-bottom: 1rem;
	line-height: 1.2rem;

}

.indexConnet-cooperate {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexConnet-cooperate div {
	width: 8rem;
	height: 4rem;
	background-color: #fff;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.indexConnet-cooperate div img {
	width: 7rem;
}

.noBgDom {
	background-color: rgba(0, 60, 134, 0) !important;
}

.committee-title {
	text-align: center;
	color: #000;
	margin-top: 6rem;
}

.indexConnet-committee {
	margin: 2rem auto 6rem auto;
	width: 55rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.indexConnet-committee div {
	width: 12rem;
	display: flex;
	flex-flow: column;
	margin-bottom: 1rem;
	align-items: center;
	margin-top: 1rem;

}

.indexConnet-committee div img {
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 50%;
	display: block;
	vertical-align: middle;
	object-fit: cover;
}

.indexConnet-committee div dl {
	margin-top: 0.7rem;
}

.indexConnet-committee div dl dd {
	text-align: center;
}

.indexConnet-committee div dl dd:nth-child(1) {
	font-size: 0.9rem;
	padding-bottom: 0.2rem;
}

.indexConnet-committee div dl dd:nth-child(2) {
	font-size: 0.7rem;
	color: #459EFF;
	line-height: 1.2rem;
}

.indexConnet-medium {
	background-color: #004ABD;
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	position: relative;
	height: 30rem;
	flex-flow: column;
	align-items: center;
}

.indexConnet-medium::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../img/subjectStyleImg/icon-10.png");
	width: 30%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.medium-title {
	text-align: center;
}

#footer {
	background-color: rgb(21, 21, 21);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px 0px;
	overflow: hidden;
}

#footer .w {
	width: 55rem;
}

.footernav {
	display: flex;
	align-items: center;
	color: rgb(255, 255, 255);
}

.footernav dl {
	margin-left: 20px;
}

.footernav dl dd:nth-child(1) {
	font-size: 18px;
	border-bottom: 1px dashed rgb(255, 255, 255);
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: "Microsoft YaHei";
	font-weight: 900;
}

.footernav dl dd:nth-child(2) {
	font-size: 11px;
	/*font-family: "Microsoft YaHei";*/
}

.footerinfo div:nth-child(1) {
	font-size: 14px;
	color: rgb(15, 111, 212);
}

.footerinfo div:nth-child(1):hover {
	cursor: pointer;
}

.footerinfo {
	display: flex;
	flex-flow: column;
	margin-top: 0px;
}

.footerinfo div:nth-child(1) {
	font-size: 16px;
	color: rgb(15, 111, 212);
	margin: 20px 0px 10px 0;
}

.footerinfo div:nth-child(2) {
	display: flex;
	justify-content: space-between;
}

.footerinfo div:nth-child(2) ul:nth-child(1) {
	display: flex;
	justify-content: center;
	flex-flow: column;
	color: rgba(255, 255, 255, 0.4);
	height: 110px;
}

.footerinfo div:nth-child(2) ul:nth-child(1) span {
	line-height: 26px;
	font-size: 12px;
}

.footerinfo div:nth-child(2) ul:nth-child(1) span:nth-child(3) a {
	color: rgba(255, 255, 255, 0.4);
	margin-right: 10px;
}

.footerinfo div:nth-child(2) ul:nth-child(2) {
	display: flex;
	justify-content: right;
	align-items: center;
	width: 95px;
	position: relative;
	top: -43px;
}

.footerinfo div:nth-child(2) ul:nth-child(2) div {
	display: flex;
	flex-flow: column;
	width: 95px;
	align-items: center;
	margin-bottom: -0.8rem;
}

.footerinfo div:nth-child(2) ul:nth-child(2) div span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.47);
	margin-top: 8px;
}

.backTop {
	display: none;
	background-image: url("../img/subjectStyleImg/bankTop.png");
	width: 35px;
	height: 48px;
	background-size: 100%;
	position: fixed;
	z-index: 9999;
	right: 50%;
	bottom: 100px;
	margin-right: -640px;
}

#footer #header {
	justify-content: flex-start;
}

#footer #header img {
	width: 5rem;
	margin-right: 1rem;
}

#footer #header .nav {
	width: 31rem;
}

#footer #header .nav div:nth-child(1) ul li:nth-child(1) {
	font-size: 1.8rem;
}

#footer #header .nav div:nth-child(2) {
	font-size: 0.5rem;
}

#footer #header .nav div:nth-child(3) a {
	font-size: 0.6rem;
}

.secondaryBannerBg {
	height: auto;
	/* background-position: bottom center; */
}

.secondaryBanner {
	width: 932px;
	color: #fff;
	padding: 4rem 0 4rem 0;
}

.secondaryBanner div:nth-child(1) {
	font-size: 2.4rem;
	font-weight: bold;
}

.secondaryBanner div:nth-child(2) {
	font-size: 18px;
	background-image: linear-gradient(to right, #38d8e0, rgba(255, 255, 255, 0));
	margin: 0.3rem 0;
	padding: 0.2rem 0;
	text-indent: 0.5em;

}

.secondaryBanner div:nth-child(3) {
	font-size: 19px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 1rem;
	font-weight: bold;
	margin-top: 25px;
}

.secondaryBanner div:nth-child(3)::after {
	content: "";
	position: absolute;
	width: 140px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

.secondaryBanner div:nth-child(4) {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
}

.secondaryTab {
	margin: 1rem auto;
	width: 932px;
	font-size: 0.8rem;
}

.secondaryTab span {
	padding: 0 0.5rem;
	color: #666;
}

.secondaryTab a {
	color: #666;
}

.secondaryTab a:hover {
	cursor: pointer;
	color: #17b7ff;
}

.secondaryTab .noHeader {
	color: #999;
}

.sign-title {
	color: #000;
	text-align: center;
	position: relative;
}

.sign-title span {
	color: #999;
}

.sign-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	width: 80px;
	height: 3px;
	background-color: #FF6416;
	margin-left: -40px;
}
.contactUsbg .sign-title h3{
	color: #fff !important;
}
.contactUsbg .sign-title span{
	color: #fff !important;
}
.signBox {
	width: 100%;
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 6rem;
}

.signBox::after {
	content: "";
	position: absolute;
	width: 27rem;
	height: 100%;
	background-size: 88%;
	background-repeat: no-repeat;
	background-image: url(../img/subjectStyleImg/icon-10.png);
	left: 0;
	bottom: 0;
	background-position: left bottom;
}

.signBoxForm {
	width: 40rem;
	background-color: #f3f3f3;
	border-radius: 0.8rem;
	margin-top: 1rem;
	padding: 2rem 1rem;
	position: relative;
	z-index: 9999;
}

.secondaryBanner div:nth-child(4) span img {
	width: 1rem;
}

.secondaryBanner div:nth-child(4) span:nth-child(2) {
	margin-left: 7rem;
	position: relative;
	font-size: 1.3rem;
}

.secondaryBanner div:nth-child(4) span:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 3rem;
	left: -1.6rem;
	top: 0.2rem;
	background-image: url("../img/subjectStyleImg/icon-02.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.introductionBox {
	width: 872px;
	background-image: linear-gradient(to bottom, rgba(199, 216, 234, 0.15), rgb(109 119 183 / 52%));
	/* box-shadow: 0 0 5px #fff; */
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 6rem;
	padding:30px;
	color: #fff;
}

.introductionBox div:nth-child(1) {
	font-size: 1.8rem;
	font-weight: bold;
}

.introductionBox div:nth-child(2) {
	margin-top: 0.1rem;
	position: relative;
	margin-bottom: 0.5rem;
	padding-bottom: 1rem;
}

.introductionBox div:nth-child(2)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #FF6416;
}

.introductionBox div:nth-child(3),
.introductionBox div:nth-child(4) {
	font-size: 0.9rem;
	line-height: 2rem;
}

.introductionBox div:nth-child(4) {
	border-bottom: 1px solid #fff;
	/*width: 20rem;*/
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}

.introductionBox div:nth-child(5) {
	font-size: 0.9rem;
	line-height: 2rem;
	text-shadow: 0 0 1px #2081ad;
}
.introductionBox div:nth-child(5) p{
	margin-bottom: 10px;
	text-shadow: 0 0 3px #5789c3;
	text-indent: 2em;
}
.introductionBox div:nth-child(6) {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.introductionBox div:nth-child(6) a {
	width: 12rem;
	height: 2.6rem;
	background-color: #FF6416;
	color: #fff;
	text-align: center;
	line-height: 2.6rem;
	border-radius: 2.6rem;
	font-size: 0.95rem;
}

.innovationForumHeader-list-bg {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(to bottom, #00082D, #004CC0);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.innovationForumHeader-list-bg:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -262px;
	width: 300px;
	height: 1020px;
	background-image: url(../img/innovationForum-bg-b.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.innovationForumHeader-list-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: url("../img/innovationForum-bg-a.png");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}

.innovationForumHeader-list {
	display: flex;
	justify-content: center;
	width: 50rem;
	position: relative;
	z-index: 9999999;
	margin-top: 3rem;
}

.innovationForumHeader-list-left:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 105%;
	background-color: rgba(255, 255, 255, 0.2);
	top: -1%;
	left: 0;
}

.innovationForumHeader-list-left {
	width: 30%;
	color: #fff;
	position: relative;
}

.innovationForumHeader-list-left dl {
	margin-bottom: 15px;
	margin-left: 25px;
	position: relative;
}

.innovationForumHeader-list-left dl:hover {
	cursor: pointer;
	/*text-shadow: 0 2px 1px #38a4ff;*/
}

.innovationForumHeader-list-left dl:after {
	content: "";
	position: absolute;
	left: -24px;
	top: -13px;
	width: 6px;
	height: 1px;
	/*background-color: rgba(255,255,255,0.2);*/
}

.innovationForumHeader-list-left dl dd:nth-child(1) {
	font-size: 0.8rem;
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 8px;
}

.innovationForumHeader-list-left dl dd:nth-child(1):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12px;
	height: 2px;
	background-color: #fff;

}

.innovationForumHeader-list-left dl dd:nth-child(2) {
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}

.innovationForumHeader-list-left dl dd:nth-child(3) {
	font-size: 12px;
	position: relative;
	padding-bottom: 0px;
	display: flex;
	line-height: 23px;
}

.innovationForumHeader-list-left dl dd:nth-child(3):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	/*background-color: #fff;*/

}

.innovationForumHeader-list-left ul {
	margin-left: 20px;
}

.innovationForumHeader-list-left ul li {
	margin-bottom: 10px;
	width: 8.6rem;
	height: 1.9rem;
	border: 1px solid #2393FF;
	color: #ffffff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;
}

.innovationForumHeader-list-left ul li:hover {
	cursor: pointer;
	background-color: #1a7bb9;
	border-color: #1a7bb9;
	color: #fff;
}


.if-list-li-on {
	background-color: #ffffff;
	border-color: #fff !important;
	color: #000 !important;
}

.innovationForumHeader-list-right {
	color: #fff;
	width: 30rem;
	overflow-y: scroll;
}

.innovationForumHeader-list-right h3 {
	font-size: 1rem;
	color: #FF8D00;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 1rem;
}

.innovationForumHeader-list-right h3:after {
	content: "";
	position: absolute;
	width: 4.5rem;
	height: 0.1rem;
	background-color: #fff;
	left: 0;
	bottom: 0;
}

.innovationForumHeader-list-right h4 {
	font-size: 0.6rem;
}

.innovationForumHeader-list-right dl {
	margin-top: 20px;
}

.innovationForumHeader-list-right dl dd:nth-child(1) {
	font-size: 0.8rem;
}

.innovationForumHeader-list-right dl dd:nth-child(2) {
	margin-top: 10px;
	font-size: 0.6rem;
	line-height: 35px;
}

.innovationForumHeader-list-right dl dd:nth-child(3) img {
	width: 0.9rem;
	margin-top: 10px;
	opacity: 0.4;
}

.if-list-left-on:before {
	content: "";
	position: absolute;
	left: -26px;
	top: 6px;
	width: 3px;
	height: 92px;
	background-color: #fff;
	border-radius: 3px;
	animation: if-list-left-on 1s;
}

@keyframes if-list-left-on {
	0% {
		height: 0px;
	}
	100% {
		height: 92px;
	}
}

.if-list-left-on:after {
	background-color: rgba(255, 255, 255, 0) !important;
}

.if-list-left-on dd:nth-child(2) {
	color: #FF8D00 !important;
}


.innovationForumHeader-list-right::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.innovationForumHeader-list-right::-webkit-scrollbar {
	width: 0.12rem;
}

.innovationForumHeader-list-right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #2afeff;
}
.sign-title-date{
	line-height: 42px;
	color: #666;
	font-size: 14px;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
	margin-bottom: 10px;
}
.contactUs{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30rem;
	flex-flow: column;
	position: relative;

}
.contactUs:after{
	content: "";
	width: 59%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/subjectStyleImg/icon-10.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.contactUsbg{
	background-color:#001952;
	padding-top: 60px;
}
.contactUsBox{
	width: 45rem;
	display: flex;
	justify-content: center;
	background-color: #edf0f1;
	align-items: center;
	margin-top: 2rem;
	border-radius: 0.5rem;
}
.contactUsBox div img{
	width: 8rem;
	display: block;
	float: left;
}
.contactUsBox div:nth-child(1){
	border-right: 1px dashed #ccc;
	margin-right: 2rem;
	padding:2rem 3rem ;
}
.contactUsBox div:nth-child(2){
	width: 30rem;
	color: #333;
	padding: 2rem 0;

}
.contactUsBox div:nth-child(2) h3{
	font-size: 18px;
	font-weight: normal;
}
.contactUsBox div:nth-child(2) dl{
	display: flex;
	margin-bottom: 1rem;
	margin-top: 5px;
}
.contactUsBox div:nth-child(2) dl dd{
	font-size: 16px
}


.contactUsBoxNoBorder:after{
	background-color: rgba(0,0,0,0)!important;
}
.showDiv{
	display: none;
}


.mheader {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.85);
	position: fixed;
	z-index: 999999;
}

.mheader div {
	width: 100%;
	height: 100%;
	display: flex;
	/* justify-content: center; */
	flex-flow: column;
	align-items: center;
}

.mheader div {
	margin-top: 60px;
}

.mheader div ul {
	display: flex;
	/* justify-content: center; */
	flex-flow: column;
	align-items: center;
	margin-top: 30px;

}

.mheader div ul a,
.mheader div ul  i{
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}


.mheader div ul  i{
	font-style: normal;
}

.mheader div dl{
	display: none;
	flex-flow: column;

}
.mheader div dl h2{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
}
.mheader div dl a,.mheader div dl h3{
	color: #fff;
	font-size: 12px;
}
.mheader div dl a{
	margin-left: 25px;
	position: relative;
}
.mheader div dl a:after{
	content: "";
	position: absolute;
	/* border-left: 4px solid #ffffff; */
	/* border-right: 1px solid transparent; */
	/* border-bottom: 4px solid transparent; */
	/* border-top: 4px solid transparent; */
	/* width: 7px; */
	/* top: 50%; */
	margin-top: 5px;
	left: -8px;

}
.mheader div dl h3{
	font-size: 12px;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #737373; */
	/* padding-bottom: 5px; */
	display: flex;
	/* width: 63px; */
}
.mheader div dl a{
	margin-bottom: -3px;
}
.mheaderon {
	color: #0365f4 !important;
	font-size: 18px !important;
}

.mheader div span {
	background-image: url(../img/offMheader.png);
	width: 40px;
	height: 40px;
	background-size: 36px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.m-header{
	display: none;
}
.sub-forum-list {
	width: 55rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.sub-forum-list a {
	display: block;
	width: calc(25% - 0.75rem);
	overflow: hidden;
	margin-bottom: 0.75rem;
}
.sub-forum-list a:nth-child(5),

.sub-forum-list a:nth-child(7){
	width:30% !important;
	overflow: hidden;
	background-position: center center !important;
	background-size: 100% !important;
	border-radius: 4px;
}
.sub-forum-list a:nth-child(5){
	width:30% !important;
	overflow: hidden;
	background-position: center center !important;
	background-size: 110% !important;
	border-radius: 4px;
}
.sub-forum-list a:nth-child(6){
	width:37% !important;
	height: 8rem;
	overflow: hidden;
	background-position: center center !important;
	background-size: 100% !important;
	border-radius: 4px;
}
.sub-forum-list a img {
	width: 100%;
}
.review2023{
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.forumList-title{
	margin-top: 25px;
	width: 55rem;
	border-top: 1px dashed #9e9e9e;
	padding-top: 30px;
	position: relative;
	z-index: 99999;
}
.forumList-title dl dd{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
	position: relative;
	text-indent: 1em;
}
.forumList-title dl dd:after{
	content: "";
	position: absolute;
	border-left: 7px solid #ffffff;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	width: 7px;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.titleTxttabBay {
	width: 55rem;
	margin: 6px auto 60px auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 9999;
}

.titleTxttabBay div ul {
	background-color: #D7ECFF;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	border-radius: 10px 10px 0 0;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.titleTxttabBay div ul li {
	display: flex;
	justify-content: center;
}

.titleTxttabBay div ul li:nth-child(1) {
	font-size: 22px;
	color: #1F85F1;
	margin-bottom: 6px;
	font-weight: bold;
}

.titleTxttabBay div ul li:nth-child(2) {
	font-size: 16px;
	color: #191717;
}

.titleTxttabBay div ul li:nth-child(2) strong {
	/* margin-right: 8px; */
	font-weight: 300;
}

.titleTxttabBay div dl {
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background-color: rgba(59, 67, 242, 0.05);
}

.titleTxttabBay div dl dd {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
	align-items: center;
}

.titleTxttabBay div dl dd {
	display: flex;
	justify-content: center;
	min-height: 60px;

}

.titleTxttabBay div dl dd div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 14px;
	font-weight: 300;
	border-left: 1px solid #d6d6d6;
	padding:0 5px;
	text-align: center;
}

.titleTxttabBay div dl dd div strong {
	font-size: 16px;
}

.titleTxttabBay div dl dd div:nth-child(1) {
	width: 315px;
	background-color: #ffffff;
}

.titleTxttabBay div dl dd div:nth-child(2) {
	width: 366px;
	background-color: #ffffff;
}

.titleTxttabBay div dl dd div:nth-child(3) {
	width: 600px;
	background-color: #ffffff;
}

.teamExpert {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*background-color: #f6f6f7;*/
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	/*z-index: 999999;*/
}

.teamExpertList {
	width: 55rem;
	margin: 0 auto;
	position: relative;
	z-index: 999999;
	/* margin-top: 0px; */
}

.teamExpertList ul {
	position: relative;
	left: -15px;
	width: 100%;
	/* background: red; */
	overflow: hidden;
}

.teamExpertList ul li {
	width: calc(25% - 18px);
	float: left;
	margin-left: 18px;
	margin-bottom: 15px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.teamExpertList ul li img {
	width: 100%;

}

.teamExpertList ul li span:nth-child(2) {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
}

.teamExpertList ul li span:nth-child(3),
.teamExpertList ul li span:nth-child(4) {
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}

.teamExpertList ul li span:nth-child(3) {
	font-size: 12px;
	line-height: 18px;
	height: 100px;
	overflow: hidden;
}
.teamExpert-title h3{
	color: #ffffff;
}
.teamExpert-title span{
	color: #ffffff;
}
.moreForum{
	position: relative;
}
.moreForum:hover .moreForumBox{
	display: block;
}
.moreForumBox{
	position: absolute;
	top: 38px;
	height: 500px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	width: 370px;
	padding: 20px;
	left: -155px;
}
.moreForumBox:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: -40px;
	height: 100px;
	background-color: #ff000008;
}
.moreForumBox:before{
	content: "";
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, 0.7);
	border-top: 3px solid transparent;
	top: -6px;
	margin-top: -7px;
	left: 50%;
}
.moreForumBox h6{
	font-size: 14px;
	padding-bottom: 10px;
}
.moreForumBox h3{
	margin-bottom: 10px;
	text-indent: 1em;
}
.moreForumBox h3 a:hover,.moreForumBox h3:hover a{
	color: #FF6416 !important;
}
.moreForumBox h3,.moreForumBox h3 a{
	font-size: 12px !important;
}
.moreForumBox ul{
	margin-left: 30px;
}
.moreForumBox ul li{
	position: relative;
}
.moreForumBox ul li:after{
	content: "";
	position: absolute;
	border-left: 7px solid #fff;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	width: 7px;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.moreForumBox ul li a{
	font-size: 14px !important;
	line-height: 25px;
	padding-left: 10px;
	display: block;
}
.moreForumBox ul li a:hover{
	color: #FF6416 !important;
}
@media screen and (min-width: 900px) and (max-width: 1280px) {
	#indexBanner{
		width: 58rem;
	}

	#header .nav div:nth-child(1) ul li:nth-child(2){
		letter-spacing: 0.3px;
	}
	#header .nav div:nth-child(2){
		font-size: 14px;
	}
	.indexConnet-tyle .swiper-slide dl dd:nth-child(1){
		font-size: 16px;
		margin-top: 0 !important;
		margin-bottom: 4px;
	}
	.indexConnet-team div dl dd:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-committee div dl dd:nth-child(2){
		line-height: 22px;
	}

}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
	#header .nav div:nth-child(1) ul li:nth-child(1){
		font-size: 17px ;
		bottom: -6px;
	}
	#header .nav div:nth-child(1) ul li:nth-child(1)::after{
		right: -2.8rem;
		bottom: 1.05rem;
	}
	#header .nav div:nth-child(1) ul li:nth-child(2){
		letter-spacing: 2px;
	}
	#header .nav div:nth-child(2){
		font-size: 14px;
	}
	.indexConnet-tyle .swiper-slide dl dd:nth-child(1){
		font-size: 16px;
		margin-top: 0 !important;
		margin-bottom: 4px;
	}
	.indexConnet-team div dl dd:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-committee div dl dd:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-team div dl dd:nth-child(1){
		font-size: 14px;
	}
	.indexConnet-team div dl dd:nth-child(2){
		font-size: 12px;
	}

}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
	#header .nav div:nth-child(1) ul li:nth-child(1){
		font-size: 33px ;
		bottom: -6px;
	}
	#header .nav div:nth-child(1) ul li:nth-child(1)::after{
		right: -2.8rem;
		bottom: 1.05rem;
	}
	#header .nav div:nth-child(1) ul li:nth-child(2){
		letter-spacing: 2px;
	}
	#header .nav div:nth-child(2){
		font-size: 14px;
	}
	.indexConnet-tyle .swiper-slide dl dd:nth-child(1){
		font-size: 16px;
		margin-top: 0 !important;
		margin-bottom: 4px;
	}
	.indexConnet-team div dl dd:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-committee div dl dd:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-team div dl dd:nth-child(1){
		font-size: 14px;
	}
	.indexConnet-team div dl dd:nth-child(2){
		font-size: 12px;
	}

}
@media screen and (max-width: 650px) {
	.layui-input-block{
		margin-left: 100px !important;
	}
	.mupimg{
		width: calc(100% - 100px) !important;
	}
	.mheader{
		display: none;
		left: 0;
		top: 0;
	}
	.headerTitle h1 {
		line-height: 20px;
		font-weight: 900;
		letter-spacing: 2.3px;
		font-size: 16px !important;
		width: 100%;
		padding-bottom: 5px;
	}
	.m-header{
		display: flex;
		justify-content: center;
		background-color: rgba(0,0,0,0.3);
		position: fixed;
		left: 0;
		top: 0;
		align-items: center;
		z-index: 999999999;
		height: 80px;
	}

	.header_EN {
		font-size: 14px;
		width: 87%;
		letter-spacing: 0;
		color: #fff;
	}

	#header{
		display: none;
	}
	.indexBanner{
		height: auto;
	}
	.indexBannerImg{
		width: 100%;
		margin-top: 80px;

	}
	.indexBannerBtb{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 30px;
		box-shadow: 0px 0px 1px 0px rgba(0, 60, 134, 0.5);
		margin-bottom: 50px;
	}
	.indexConnet-agenda div:nth-child(3){
		line-height: 30px;
		text-align: center;
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.indexConnet-agenda div:nth-child(2){
		line-height: 22px;
	}
	.indexConnet-agenda div:nth-child(1){
		font-size: 24px;
	}
	.indexConnet-agenda{
		width: 100%;
		padding-top: 0px;
		margin-top: 2rem !important;
	}
	.indexConnet-agenda div:nth-child(4){
		width: 95%;
		line-height: 30px;
		font-size: 14px;
	}
	.indexConnet-agenda div:nth-child(5){
		font-size: 20px;
		margin-top: 27px;
		margin-bottom: 35px;
	}
	.indexConnet-agenda div:nth-child(5) img{
		width: 17px;
		margin-right: 15px;
	}
	.indexConnet-date{
		flex-flow: column;
	}
	.indexConnet-date div{
		width: 90%;
	}
	.indexConnet-agenda div:nth-child(6),
	.indexConnet-title,.indexConnet-title-to h3{
		font-size: 22px;
		text-align: center;
	}
	.indexConnet-team, .indexConnet-cooperate,.indexConnet-committee{
		width: calc(100% - 15px);
		position: relative;
		left: -7px;
	}
	.indexConnet-date dl dd:nth-child(1){
		font-size: 18px;
		margin-bottom: 20px;
	}
	.indexConnet-date dl dd:nth-child(2){
		font-size: 22px;
	}

	.indexConnet-tyle .swiper-slide dl dd:nth-child(1){
		font-size: 14px;
		margin-bottom: 10px;
	}
	.indexConnet-tyle .swiper-slide dl dd:nth-child(2){
		font-size: 18px;
	}
	.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next, .swiper-button-prev{
		background-color: rgba(255,255,255,0.1) !important;
	}
	.indexConnet-team, .indexConnet-cooperate,
	.indexConnet-committee
	{
		justify-content: flex-start;
		position: relative;
		z-index: 9999;
	}
	.indexConnet-more a{
		border: 1px solid #2da9fd;
		color: #7ccaff;
		font-size: 14px;
		padding: 0.8rem 2.5rem;
	}
	.indexConnet-cooperate div{
		height: 45px;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.indexConnet-team div,
	.indexConnet-cooperate div,
	.indexConnet-committee div{
		width: calc(33.333% - 15px);
		margin-left: 15px;

	}
	.indexConnet-cooperate div img{
		width: 60%;
	}
	.indexConnet-team div img{
		width: 100%;
	}
	.indexConnet-team div dl dd:nth-child(2),
	.indexConnet-committee div dl dd:nth-child(2){
		font-size: 12px;
		line-height: 20px;
	}
	.indexConnet-team div dl dd:nth-child(1){
		font-size: 15px;
		margin-bottom: 5px;
	}
	.indexConnet-committee div dl dd:nth-child(1){
		font-size: 14px;
		margin-top: 5px;
	}
	.indexConnet-medium{
		height: auto;
		padding: 1rem 0 60px 0;
	}
	.indexConnet-medium::after{
		width: 90%;
	}
	#footer .w{
		width: 100%;
	}
	.footernav {
		margin-bottom: 20px;

	}

	.footernav dl dd:nth-child(2) {
		font-size: 12px;
	}

	.footernav dl {
		margin-left: 17px;
		width: calc(100% - 120px);
	}

	.footernav div:nth-child(1) img {
		width: 60px;
		margin-left: 18px;
	}

	.footernav dl dd:nth-child(1) {
		font-size: 13px;
		letter-spacing: 2.55px;
	}

	.footerinfo div:nth-child(1) {
		margin: 0 15px;
		font-size: 13px;
		letter-spacing: 2.5px;
	}

	.footerinfo div:nth-child(2) {
		flex-flow: column;
	}

	.footerinfo div:nth-child(1) {
		font-size: 14px;
	}

	.footerinfo div:nth-child(2) ul:nth-child(1) {
		height: auto;
		margin: 15px;
	}

	.footerinfo div:nth-child(2) ul:nth-child(2) {
		width: 100%;
		justify-content: space-around;
		top: 10px;
	}

	.footerinfo div:nth-child(2) ul:nth-child(2) div {
		width: 30%;
	}

	.footerinfo div:nth-child(2) ul:nth-child(2) div img {
		width: 100%;
	}

	.secondaryBanner{
		width: 90%;
		padding: 120px 0 80px 0;
	}
	.secondaryBanner div:nth-child(1){
		font-size: 24px;
		margin-bottom: 10px;
	}
	.secondaryBanner div:nth-child(2){
		font-size: 12px;
		text-indent: 0em;
		padding-left: 10px;
	}
	.secondaryBanner div:nth-child(3){
		font-size: 14px;
		margin-bottom: 25px;
	}
	.secondaryBanner div:nth-child(4){
		font-size: 18px;
		margin-top: 10px;
	}
	.secondaryTab{
		display: none;
	}
	.signBoxForm{
		width: 90%;
		margin-top: 30px;
		background-color: rgba(243, 243, 243, 0.57);
	}

	.postCode{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
	}
	.m-type{
		padding-top: 1px;
	}
	.m-btn,.introductionBox div:nth-child(6) a{
		width: 180px !important;
		height: 40px !important;
		line-height: 40px !important;
		font-size: 14px;
		border-radius: 40px !important;
	}
	.sign-title-date{
		margin-top: 10px;
	}
	.contactUs{
		height: 400px;
		padding-top: 10px;
	}
	.contactUs .indexConnet-title-to{
		margin-top: 0 !important;
	}
	.contactUsBox div img{
		width: 80px;
		margin-top: 10px;
	}
	.contactUsBox{
		width: 90%;
		flex-flow: column;
		z-index: 9;
		position: relative;
		background-color: rgba(237, 240, 241, 0.9);
		margin-bottom: 60px;
		padding-bottom: 20px;
	}
	.contactUsBox div:nth-child(1){
		border-right: none;
		margin-right: 0;
		padding-bottom: 0;
	}
	.contactUsBox div:nth-child(2){
		width: 70%;
	}
	.contactUsBox div:nth-child(2) h3{
		font-size: 16px;
	}
	.contactUsBox div:nth-child(2) dl dd{
		font-size: 14px;
	}
	.contactUsBox div:nth-child(2) dl dd:nth-child(1){
		width: 150px;
	}
	.contactUsBox div:nth-child(2) dl dd:nth-child(1):after{
		background-color: rgba(0,0,0,0);
	}
	.introductionBox div:nth-child(1){
		font-size: 18px;
	}
	.introductionBox div:nth-child(2){
		letter-spacing: 1px;
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	.introductionBox div:nth-child(4){
		width: 100%;
		margin-bottom: 15px;
		line-height: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.introductionBox div:nth-child(5) p{
		font-size: 14px;
		line-height: 25px;
	}
	.introductionBox div:nth-child(3), .introductionBox div:nth-child(4){
		font-size: 14px;
		line-height: 26px;
	}
	.introductionBox{
		width:calc(100% - 88px) !important;
		margin-top: 30px;
		border-radius: 10px;
		background-image: linear-gradient(to bottom, rgba(131, 191, 255, 0.45),rgba(13, 33, 134, 0.92));
	}
	.secondaryBanner div:nth-child(4) span:nth-child(2){
		font-size: 14px;
	}
	.secondaryBanner div:nth-child(4) span:nth-child(2)::after{
		width: 15px;
		height: 20px;
		top: 1px;
		left: -22px;
	}
	.innovationForumHeader-list{
		width: calc(100% - 30px);
	}
	.innovationForumHeader-list-left{
		width: 50%;
	}
	.innovationForumHeader-list-left dl{
		margin-left: 15px;
	}
	.if-list-left-on:before{
		left: -17px;
		height: 49px;
	}
	.innovationForumHeader-list-right{
		width: 60%;
		margin-left: 10px;
	}
	.innovationForumHeader-list-left ul li{
		width: 124px;
		height: 29px;
	}
	.innovationForumHeader-list-left dl dd:nth-child(1),
	.innovationForumHeader-list-right h4{
		font-size: 14px;
	}
	.innovationForumHeader-list-right dl dd:nth-child(1){
		font-size: 12px;
	}
	.innovationForumHeader-list-left dl dd:nth-child(2),
	.innovationForumHeader-list-right h3{
		font-size: 16px;
	}
	.innovationForumHeader-list-left ul{
		margin-left: 10px;
	}
	.headerbox {
		display: flex;
		justify-content: left;
		transform: scale(0.92);
		align-items: center;
	}

	.m-headerbox {
		transform: scale(0.97);
		width: 100%;
	}

	.indexTopLogo img {
		width: 160px;
	}

	.indexTop dl dd:nth-child(1) {
		width: 283px;
		margin: 0 auto;
		font-weight: normal;
		font-size: 30px;
		text-align: center;
		position: relative;
		border: none !important;
	}

	.indexTop dl dd:nth-child(1):after {
		content: "";
		position: absolute;
		left: -10%;
		width: 120%;
		height: 1px;
		bottom: 0;
		border-bottom: 1px dashed #fff;
		opacity: 0.8;
	}

	.indexTop dl dd:nth-child(2) {
		font-size: 14px;
		line-height: 28px;
	}

	.upDom {
		width: 26px;
		height: 27px;
		margin-left: -13px;

	}

	.headerNav,
	.headerTitle dl {
		display: none;
	}
	.headerTitle h1 li{
		list-style: none;
		color: #fff;
	}
	.headerLogo {
		margin-right: 4px;
	}

	.headerLogo img {
		width: 53px;
	}

	.headerTitle {
		width: 87%;
		height: 24px;
		font-size: 19px;
		display: flex;
		align-items: flex-end;
		border-bottom: 1px dashed rgb(255, 255, 255);
	}
	.m-Nav {
		background-image: url("../img/mNav.png");
		width: 40px;
		height: 40px;
		background-size: 26px;
		background-repeat: no-repeat;
		background-position: right center;
		position: absolute;
		display: block;
		right: 0;
		top: 10px;
	}
	.sub-forum-list{
		width: calc(100% -  30px);
	}
	.sub-forum-list a{
		width: 48%;
		margin-bottom: 10px;
	}
	.layui-form-label{
		width: 60px !important;
	}
	.layui-form-item{
		margin-bottom: 15px !important;
	}
	.layui-form-item .layui-inline{
		margin-bottom: 0 !important;
	}
	.forumList-title,.titleTxttabBay,.teamExpertList{
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.titleTxttabBay div ul{
		height: 150px;
	}
	.titleTxttabBay div ul li:nth-child(1){
		font-size: 18px;
		text-align: center;
	}
	.titleTxttabBay div ul li:nth-child(2){
		font-size: 13px;
		text-align: center;
	}
	.titleTxttabBay div dl dd{
		min-height: 100px;
	}
	.titleTxttabBay div dl dd div{
		font-size: 12px !important;
		line-height: 20px;
	}
	.titleTxttabBay table tr:nth-child(1){
		display: none;
		width: 100%;
		flex-flow: column;
	}
	.titleTxttabBay table tr td:nth-child(1){
		width: 22% !important;
	}
	.titleTxttabBay table tr td:nth-child(2){
		width: 40% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.titleTxttabBay table tr td{

		word-wrap: break-word;
		word-break: normal;

		text-align: center;
		font-size: 12px !important;
		line-height: 20px !important;
	}

	.titleTxttabBay table tr td{
		border: rgba(0,0,0,0.1);
	}
	.teamExpert{
		padding-top: 10px;
		padding-bottom: 26px;
	}
	.teamExpertList ul li{
		width: calc(50% - 18px);
		height: auto;
	}
	.teamExpertList ul li span:nth-child(3){
		max-height: 90px;
		min-height: 30px;
	}
	.m-yzm{
		margin-top: 15px;
	}
	.indexConnet-committee{
		margin-top: 30px;
	}
	.indexConnet-committee div img{
		width: 85px;
		height: 85px;
	}
	.sign-title-date{
		line-height: 20px;
	}
	.indexConnet-title-to{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.sign-title::after{
		bottom: -15px;
	}
	.titleTxttabBay div dl dd{
		min-height: 100px;
	}
	.titleTxttabBay div dl dd div{
		font-size: 12px !important;
		line-height: 20px;
	}
	.forumAchievementsTab{
		width: 100% !important;
		flex-flow: wrap;
		margin-top: 0px !important;
	}
	.forumAchievementsTab div{
		margin: 5px 10px !important;
	}
	.forumAchievementsList{
		width: 100% !important;
	}
	.forumAchievementsList ul{
		flex-flow: column;

	}
	.forumAchievementsList ul li{
		width: calc(100% - 44px) !important;
		margin-bottom: 15px !important;
	}
	.offimglist{
		top: 100px !important;
		width: 21px !important;
		height: 21px !important;
	}
}
.moreMheader{
	position: relative;
}
.moreMheader:before{
	content: ">";
	width: 12px;
	height: 24px;
	position: absolute;
	right: -19px;
	color: #fff;
	font-size: 14px;
	font-family: serif;
}
.mheaderbank{
	background-image: url("../img/mbank.png") !important;
	background-size: 25px !important;
	margin-top: 13px;
}
.languagetab{
	position: absolute;
	right: -148px;
	top: 12px;
	font-size: 14px;
}
.languagetab span{
	margin: 0 7px;
}
.languagetab span:hover{
	cursor: pointer;
}
.titleTxttabBay table{
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}

.titleTxttabBay table tr:nth-child(1) td{
	text-align: center;
	font-size: 14px;
	height: 40px;
	padding: 10px 0 !important;
	font-weight: bold;
}
.titleTxttabBay table tr td:nth-child(1){
	width:10%;
}
.titleTxttabBay table tr td:nth-child(2){
	width:30%;
}
/*.titleTxttabBay table tr td:nth-child(1){*/
/*	width:30%;*/
/*}*/
.titleTxttabBay table tr td{
	padding: 15px 0;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.mlanguagetab{
	display: flex;
	flex-flow: nowrap !important;
	justify-content: center;
	align-items: flex-start !important;
	margin-top: 50px !important;
}
.mlanguagetab a{
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
}

.forumAchievementsTab{
	width: 1100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 40px auto;
}
.forumAchievementsTab div{
	margin: 0 10px;
	font-size: 14px;
	text-align: center;
}
.forumAchievementsTab div:hover,
.forumAchievementsTab_on{
	color: #1a7bb9;
	cursor: pointer;
	font-weight: bold;
}
.forumAchievementsList{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
.forumAchievementsList ul {
	justify-content: left;
	display: none;
	flex-flow: wrap;
}
.forumAchievementsList ul li{
	width: 510px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 3px #cacaca;
	margin: 0 10px 20px 10px;
}

.forumAchievementsList ul li:hover{
	background: #e9edf1;
	box-shadow: 0 0 10px #b5b2b2;
	cursor: pointer;
}
.forumAchievementsList ul li img{
	width: 100%;
}
.offimglist{
	position: fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	z-index: 9;
	background-image: url("../img/subjectStyleImg/close.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.offimglist:hover{
	cursor: pointer;
}