/* 设置pre标签样式 */
pre{
	font-family: "Microsoft YaHei", "萍方", "宋体", Verdana, Geneva, Tahoma, sans-serif;
	white-space: pre-wrap;
	word-break: break-word;
}

.article-wrapper td {
	padding: 20px;
}

.tableTd_padd5 td {
	padding: 5px !important;
}

.tableTd_padd8 td {
	padding: 8px !important;
}

.tableTd_padd10 td {
	padding: 10px !important;
}

.tableTd_padd12 td {
	padding: 12px !important;
}

.tableTd_padd15 td {
	padding: 15px !important;
}

.fontRed {
	color: red;
}

.orgStruWrapper {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #333;
}

.orgStruWrapper>li {
	width: 50%;
	float: left;
	padding: 10px;
}



@media(max-width:768px) {
	#logoWrapperesh {
		display: none;
	}
	
	.article-wrapper td {
		padding: 5px;
	}

	.orgStruWrapper {
		font-size: 12px;
	}

	.orgStruWrapper>li {
		width: 100%;
	}
    .fellowship-wrappe{
        padding: 55px 0 50px;
    }
}



#siteWrapper {
	background-color: white;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 400;
	font-style: normal;
	color: #000;
	/* position: fixed;
	top: 0;
	left: 0; */
}

#logoWrapper {
	position: relative;
}

#headerPromoter {
	display: none;
	width: 100%;
	text-align: center;
	background: white;
	color: #333;
	font-size: 14px;
	padding: 6px 0 2px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.2em;
}

.promoter-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nav-collection {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	
}
/* whc */
.menu-item {
	position: relative;
}

.submenu-wrapper {
	display: none;
	position: absolute;
	width: 300px;
	box-shadow: 2px 2px 5px #ccc;
	z-index: 2;
	/* transform: translate(-15%,0) */
}

#mainNavigation .collection .submenu a:nth-child(odd) {
	color: #333 !important;
	background-color: #fff !important;
}

#mainNavigation .collection .submenu a:nth-child(even) {
	color: #333 !important;
	background-color: #fff  !important;
}
/* whcEnd */



/* 二级菜单排放方式 */

.submenu-left {
	display: flex;
	flex-wrap: wrap;
}

.submenu-right {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
    /* background-color: #f39f18 !important; */
}

/* .havechild, .nochild {
	display: block;
	float: left;
	flex-grow: 1;
} */

#mainNavigation .collection .two-menu-wrapper .two-menu a.havechildCn {
	line-height: 20px;
	font-weight: bolder;
	color: #198FFF;
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
}

#mainNavigation .collection .two-menu-wrapper .two-menu a.havechildEn {
	line-height: 20px;
	font-weight: bolder;
	color: #198FFF;
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
}

#mainNavigation .collection  .two-menu-wrapper .two-menu a.nochildCn {
	line-height: 20px;
	font-weight: bolder;
	color: #198FFF;
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
}

#mainNavigation .collection  .two-menu-wrapper .two-menu a.nochildEn {
	line-height: 20px;
	font-weight: bolder;
	color: #198FFF;
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
}

.threeSubmenu-wrapper a {
	display: none !important;
}

    /* .threeSubmenu-wrapper a:hover
    {
        display: block;
      
    }
    .two-menu
    {
        position: relative; 
    }
    .div_grandchild
    {
        display: none;
    }
    
    .two-menu-wrapper
    {
        width: 250px;
        word-break: break-all;
        word-wrap: break-word;
       margin-bottom: 15px;
    }
    #mainNavigation .collection .threeSubmenu a{
       
        
        line-height: 30px;
    }
    #mainNavigation .collection .submenu-wrapper .submenu .threeSubmenu-wrapper a{
        width:250px;
        font-size: 16px;
        border-bottom:0;
        text-align: left;
    -webkit-margin-before: 0;
    line-height: 30px;
    padding-left: 10px;
        
    }
    #mainNavigation .collection .submenu-wrapper .submenu  a{
        width:240px;
        border-bottom: 1px solid rgba(51,122,183,0.2);
        font-size: 16px;
       
    }
    #mainNavigation .collection .submenu-wrapper .submenu  a.havechild
    {
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow: hidden;
        padding-left: 10px;
    }
    
    #mainNavigation .collection .submenu-wrapper .submenu  a.nochild
    {
         white-space:nowrap;
         text-overflow:ellipsis;
         overflow: hidden;
         padding-left: 10px;
    }
    
    .two-menu .threeSubmenu{
        float: left;
    }
    .two-menu .threeSubmenu-wrapper a{
    display: block !important;
    }
    #mainNavigation .collection .two-menu .havechild:hover{
        color: #005DA2 !important;
    } 
    #mainNavigation .collection .two-menu .nochild:hover{
        color: #005DA2 !important;
    } 

    .two-menu:hover .threeSubmenu-wrapper a:hover{
        color: #005DA2 !important;
    }
    */
/* 二级菜单排放方式end */


/* pc端头部隐藏 */

.promoter {
	text-align: left;
	vertical-align: text-bottom;
	height: 45px;
	display: flex;
	flex-direction: row;
	visibility: hidden;
}

.promoter img {
	vertical-align: text-bottom;
}

.promoter span {
	display: inline-block;
	margin-bottom: 5px;
	height: 20px;
	vertical-align: bottom;
	align-items: bottom;
	position: relative;
	bottom: -17px;
	color: #666;
	margin-right: 10px;
}

.promoter a {
	vertical-align: bottom;
	color: #1aab4c;
}

.language-wrapper {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	bottom: 0;
	height: 30px !important;
}

.address_date {
	font-size: 14px;
	padding-right: 10px
}

.languageContract {
	background-color: rgb(253,236,220);
	padding: 5px 0;
}

.language-select {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 1px 12px;
	font-size: 14px;
}

.language-select:hover {
	color: #000;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.flex {
	display: flex;
}

.bg-grey {
	background-color: #f3f3f3;
	background-position:center top;background-image:url('/images/2022/q009.jpg');background-repeat: no-repeat;
	
}

.text-center {
	text-align: center;
}

.position-relative {
	position: relative;
}

.newslist-content-wrapper {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.listexpand::after {
	content: "+";
	line-height: 40px;
	font-size: 20px;
}

#bodyOverlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: -260px;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 1s;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
}

.flex-center {
	align-items: center;
}

.flex-baseline {
	align-items: baseline;
}

.flex-1 {
	flex: 1;
}

.thumb-img {
	width: 120px;
	height: 120px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.shortcut-list {
	font-weight: 200;
	font-size: 16px;
	text-align: left;
	word-break: normal;
	word-wrap: break-word;
}

#shortcuts h2 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	word-break: normal;
	text-align: center;
	display: block;
	height: 60px;
	box-sizing: border-box;
	margin: 15px 0 5px;
}

.shortcut-list li {
	padding: 6px 0;
	line-height: 1em;
}

.shortcut-list li a {
	color: #333;
	font-weight: 400;
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
	text-decoration: none;
	line-height: 1em;
}

.shortcut-list li a:hover {
	cursor: pointer;
}

.news-wrapper {
	box-sizing: content-box;
	display: flex;
	flex-direction: row;
	width: 1220px;
	padding: 60px 0 30px;
}

.news-wrapper .news-abstract-wrapper {
	/* padding: 50px 60px; */
	box-sizing: border-box;
	width: 1080px;
}

.news-wrapper h3 {
	/* font-size: 24px; */
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0 0;
}

.news-wrapper h4 {
	/* font-size: 18px; */
	font-size: 15px;
	font-weight: 400;
	margin: 8px 0 0;
}

.news-abstract-wrapper {
	float: right;
}

.news-abstract {
	font-size: 16px;
	position: relative;
	color: #333;
	max-height: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}

.news-abstract p {
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-title-img {
	display: block;
	width: 450px;
	height: 300px;
	background-position: center;
	background-size: cover;
	margin-right: 40px;
	float: left;
}

.news-more {
	margin-top: 20px;
	right: 70px;
	text-decoration: none;
	bottom: 50px;
	font-size: 14px;
}

.onbtn-show {
	display: none;
}

#sidecarNav {
	right: -260px;
	transition: right .15s 0s ease-in-out, top .15s .15s ease-in-out;
}

.newslist-wrapper {
	padding: 40px 0 40px;
	/* border-bottom: 1px solid #ccc; */
}

.img-responsive {
	width: 100%;
	height: auto;
}

.swiper-container {
	width: 100%;
	/* height: 420px; */
	height: 450px;
}
/*whc 20220308*/
.swiper-slide {
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
	
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 13.5px;
}
/* .bannerbox .swiper-pagination-bullet {
	width:4px;
	height:4px;
	background: none; 
	border: 1px solid white;
	opacity: 1;
	vertical-align: middle;
}

.bannerbox .swiper-pagination-bullet-active {
	width:6px;
	height:6px;
	border:none;
	background: white !important;
} */

.news_item .swiper-pagination-bullet {
	width:4px;
	height:4px;
	background: none; 
	border: 1px solid #1B1464;
	opacity: 1;
	vertical-align: middle;
}

.news_item .swiper-pagination-bullet-active {
	width:6px;
	height:6px;
	border:none;
	background: #1B1464 !important;
}


/* .swiper-button-next {} */

footer {
}

.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer_logo{
	padding:15px 0;
}
.footerLeft{
	width:23%;
	font-size:15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer p{
	margin:0;
}
footerLeft .bottom_content{line-height:32px}
.footer_title{
	width:130px;
	font-size: 18px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	font-family: 'Louis George Cafe Bold';
}
.footer-contact {
	width: 38%;
	display: block;
	padding-left: 34px;
}

.footer-contact ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media (min-width:768px) {
	.footer-contact ul li:nth-child(3),.footer-contact ul li:nth-child(4),.footer-contact ul li:nth-child(5),.footer-contact ul li:nth-child(6){
		margin-top:20px;
	}
}

.footer-contact ul li h3 {
	font-size: 15px;
	margin: 0;
	font-family: 'Louis George Cafe Bold';
}

.footer-follow h3 {
	font-size: 18px;
	margin: 0 0 10px;
	font-family: 'Louis George Cafe Bold';
}

.footer-contact ul li p {
	font-size: 15px;
	margin: 0;
}

.icp-content p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}

.icp-content p a {
	text-decoration: none;
}

.news-video-wrapper {
	display: block;
	width: 450;
	height: auto;
	margin-right: 40px;
}

.newslist h3 {
	font-size: 24px;
	font-weight: 800;
	margin: 0px 0 20px;
}

.newslist ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 0;
	border-bottom: 2px solid #F5F5F5;
	position:relative;
}

.newslist ul li a {
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2em;
}

.newslist ul li a:hover {
}

h1 {
	display: block;
	line-height: 1em;
	text-align: center;
}
.newslist h1{
	font-size: 24px;
	margin: 5px auto 10px;
	text-align: left;	
	font-weight: bold;
}

h6 {
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: 200;
	margin: 10px;
}

.newslist-wrapper h1 {
	font-size: 25px;
	font-family: 'Louis George Cafe Bold';
	color: #1B1464;
	/* padding-bottom: 8px;
	border-bottom: 1px solid #F5F5F5;
	position: relative; */
}
/* .newslist-wrapper h1::after{
	position: absolute;
	bottom: -2px;
	left:30%;
	content: '';
	width:40px;
	height:3px;
	background:rgba(242,150,0,1);
	border-radius:3px;
} */

.newslist {
	/* width: 100%; */
	width: 54%;
}

.highlight-wrapper {
	background-position:center top;background-image:url('/images/2022/searchpcbg.jpg');background-repeat: no-repeat;
	padding: 50px 0 40px;
}

.highlight-item {
	box-sizing: border-box;
	padding: 15px 10px;
	width: 265px;
	text-decoration: none;
}

.highlight-item:hover {
	cursor: pointer;
    /* box-shadow: 1px 1px 4px #999; */
}

.highlight-item:hover h4 {
	color: #1B1464;
	font-family: 'Louis George Cafe Bold';
}

.highlight-img {
	width: 100%;
	height: auto;
	/* max-height: 170px;
	max-width: 281px; */
}

.fellowship-wrapper {
	padding: 50px 0;
	/* background-color: #f3f3f3; */
	background-position:center top;background-image:url('/images/2022/searchpcbg.jpg');background-repeat: no-repeat;
}

.fellowship-wrapper::after {
	/* display: block; */
	display: none;
	content: '';
	width: 1080px;
	height: 0;
	border-bottom: 1px solid #ccc;
	margin: 40px auto 0;
}

.fellowship {
	justify-content: center;
}

.fellowship-item {
	width: 49%;
}
.fellowship-item:nth-child(odd){
	padding-right:2%;
}

.sponsorlist-wrapper {
	padding: 40px 0 40px;
	background-color: #f3f3f3;
}

.sponsorlist {
	justify-content: center;
}

.sponsorlevel-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.sponsorlevel {
	min-width: 50%;
	display: flex;
	flex-direction: column;
    /* padding: 10px 0 20px; */
	flex-grow: 1;
}

.sponsorlevel::before {
	content: '';
	display: block;
	width: 300px;
	height: 0px;
    /* border-top: 1px solid #ccc; */
	margin: 0 auto;
}

.sponsorlevel h3 {
	min-width: 300px;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	margin: 5px 0;
	padding: 0 10px;
	text-align: start;
}

.sponsor-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	flex-grow: 1;
}

.sponsor-wrapper li {
	width: 205px;
	flex-grow: 1;
	padding: 10px;
	box-sizing: border-box;
}

.sponsor-wrapper li a {
	display: block;
	flex-grow: 1;
	background-color: white;
	padding: 1px 0;
}

.sponsor-wrapper li img {
	width: 175px;
	height: auto;
	margin: 0px 0;
}

.follow-links img {
	width: 48px;
	height: 48px;
}

.follow-links a {
	margin-right: 10px;
}

.article-list li a,
.dowload-list li a {
	display: block;
	color: #333;
	line-height: 1.5em;
	border-bottom: 1px solid #f3f3f3;
	padding: 0.75em 0;
}

.article-list li:first-child a,
.dowload-list li:first-child a {
	border-top: 1px solid #f3f3f3;
}

.fullscreen {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.wechat-mobile {
	display: none;
}

.wechat-hover {
	display: inline-block;
	position: relative;
}

.wechat-popup {
	display: none;
	position: absolute;
	left: -160px;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.wechat-hover {
	cursor: pointer;
}

.wechat-hover:hover .wechat-popup {
	display: block
}

.wechat-popup::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	transform: scaleY(0.7072) rotate(-45deg);
	position: absolute;
	right: -9px;
	top: 20px;
	background: white;
	z-index: -1;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.wechat-popup::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	transform: scaleY(0.7072) rotate(-45deg);
	position: absolute;
	right: -8px;
	top: 18px;
	background: white;
	z-index: 3;
}

.sticky {
	font-size: 0.8em;
	line-height: 1em;
	display: inline-block;
	border-radius: 3px;
	padding: 4px 8px;
	margin-right: 4px;
}

.interphase-table-gray {
	background-color: white;
}

.interphase-table-gray tr:nth-child(even) {
	background-color: #f3f3f3;
}

.interphase-table-orange tr:nth-child(even) {
	background-color: rgb(255, 236, 203);
}

#floatwindow {
	display: block;
	position: fixed;
	top: 350px;
	right: 50px;
	z-index: 2;
	border: 0px solid #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	background-color: white;
	font-family: '思源黑体','Microsoft Ya Hei','苹方';
	width: 300px;
	background: #000;
	color: white;
	text-align: center;
	transform: scale(0.9);
}

#floatwindow.en {
	text-align: left;
}

#floatwindow.en h3 {
	font-size: 18px;
}

#floatwindow.en p {
	font-size: 10px;
}

#floatwindow.hide {
	right: -360px;
	transition: right 0.2s ease-in-out;
}

#floatwindow img {
	border-radius: 8px;
	width: 100%;
}

#floatwindow h3 {
	font-size: 28px;
	line-height: 40px;
	color: white;
}

#floatwindow p {
	font-size: 12px;
	line-height: 18px;
	color: white;
}

.popup-bottom {
	
	padding: 20px 0px 20px 15px;
	box-sizing: border-box;
}

.cancel-btn {
	display: block;
	background: rgba(255,255,255,0.8);
	height: 19px;
	width: 19px;
	border-radius: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: 0px 0px 2px #000;
}

.cancel-btn::before {
	display: block;
	content: " ";
	background: #000;
	width: 1px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 9px;
}

.cancel-btn::after {
	display: block;
	content: " ";
	background: #000;
	width: 1px;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
	top: 2px;
	left: 9px;
}

#floatwindow2 {
	display: block;
	position: fixed;
	top: 350px;
	right: 50px;
	z-index: 2;
	border: 0px solid #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	background-color: white;
	font-family: '思源黑体','Microsoft Ya Hei','苹方';
	width: 270px;
	background: #000;
	color: white;
	text-align: center;
	transform: scale(0.9);
	border-radius: 8px;
}

#floatwindow2.hide {
	right: -420px;
	transition: right 0.3s ease-in-out;
}

#floatwindow2.en {
	text-align: left;
}

#floatwindow2.en h3 {
	font-size: 18px;
	margin: 0;
}

#floatwindow2 h3 {
	font-size: 24px;
	line-height: 40px;
	color: white;
}

#floatwindow2 p {
	font-size: 12px;
	line-height: 18px;
	color: white;
}

.popup-img-overlay {
	position: absolute;
	top: -50px;
	left: -180px;
	transform: scale(0.7);
}

.feature-img-mask {
	width: 270px;
	overflow: hidden;
}

.feature-img-mask2 {
	width: 300px;
	height: 200px;
	overflow: hidden;
	background-image: url("https://download.snec.org.cn/SNEC/article/upload-cloud-1558667809971.jpg");
	background-size: 360px 240px;
	background-position: -30px -30px;
	border-radius: 8px;
}

.feature-img-mask2 img {
	display: block;
	width: 300px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.popup-bottom2 {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 20px 0px 20px 15px;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.highlights-title h1{
	font-family: 'Louis George Cafe Bold';
	color:#1B1464;
}
.cooperation-title span,.cooperation-title a{
	color:#1B1464;
	font-family: 'Louis George Cafe Bold';
}
.footer-icon{
	margin-right:5px;
}
.footerLeft_links a{
	color:white;
}
.footerLeft_links img{
	width:6px;
	margin-right:20px;
}
@media (min-width: 769px) {
	/* 手机版的联系我们隐藏 */
	.nav_contact{
		display: none !important;
	}
	.swiper-container
	{
		/* max-width: 1080px; */
		width: 100%;
		margin: 0 auto;
		height: 450px;
		
		margin-top: 1px;
	}

	/* .bannerbox .swiper-button-prev{
        width:12px;
        height:24px;
        left: 50%;
        margin-left: -540px;
        background-image: url('/images/indo/white-arrow-right.png');
        background-size:12px 24px;
        transform: rotate(180deg);
    }
    .bannerbox .swiper-button-next{
        width:12px;
        height:24px;
        left: 50%;
        margin-left: 526px;
        background-size:12px 24px;
        background-image: url('/images/indo/white-arrow-right.png');
	}
	.news_box .swiper-button-prev{
        width:12px;
        height:24px;
        left: 50%;
        margin-left: -540px;
        background-image: url('/images/indo/blue-arrow-right.png');
        background-size:12px 24px;
        transform: rotate(180deg);
    }
    .news_box .swiper-button-next{
        width:12px;
        height:24px;
        left: 50%;
        margin-left: 526px;
        background-size:12px 24px;
        background-image: url('/images/indo/blue-arrow-right.png');
	} */
	

	.corporationsWrapper
	{
		/* max-width: 1080px;
		margin: 0 auto;
		justify-content: space-evenly;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row; */
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 320px;
		background-color: #f6bf4f;
		border-radius: 50px;
		margin-left: 125px
	}
	.corporationsWrapperEn
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 660px;
		background-color: #f6bf4f;
		border-radius: 50px;
		margin-left:330px;
	}
	.corporationsWrapperJP
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 660px;
		background-color: #f6bf4f;
		border-radius: 50px;
		margin-left:140px;
	}
	.ieshcorporationsWrapper
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 320px;
		background-color: #8dc21f;
		border-radius: 50px;
		margin-left: 15px;
		margin-left: 125px
	}
	.ieshcorporationsWrapperEn
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 660px;
		background-color: #8dc21f;
		border-radius: 50px;
		margin-left: 330px;
	}
	.ieshcorporationsWrapperJP
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		list-style: none;
		/* float: right; */
		width: 660px;
		background-color: #8dc21f;
		border-radius: 50px;
		margin-left: 140px;
	}
	.corporations
	{
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	display: inline-block;
	}
	.corporations:hover{
		cursor: pointer;
	}
	/* .li_submenu a
	{
		position: relative;
	} */

	.li_submenu:after
{
	display: block;content: "";clear: both;
}
.li_submenu
{
	font-size: 18px;
	font-weight: bold;
}
.submenuGrandchild
{
	background-color: #f8f8f8;
}
	.invertedTriangle
	{
		/* border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #394959;		 */
		float: right;
		font-size: 16px;
		transform:rotate(90deg); 
		display: none;
	}

	.up .invertedTriangle
	{
		/* border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #394959; */
		float: right;
		font-size: 16px;
		transform:rotate(90deg); 
	}
	.down .invertedTriangle
	{
		/* border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #394959; */
		float: right;
		font-size: 16px;
		transform:rotate(270deg); 
	}

	.haveChild .invertedTriangle
	{
		display: block;
	}
.div_grandchild .channel_submenu
{
	padding-left: 28px;
}
.div_grandchild .channel_threesubmenu
{
	padding-left: 46px;
}
	.plates {
		/* visibility:hidden; */
		display: none;
		width: 1080px;
		height: auto !important;
		background: #fff;
		
		box-shadow: 2px 2px 5px #ccc;
		position: absolute;
		/* top: 44px; */
		z-index: 2;		
		
	}
	#mainNavigation .collection:hover .plates {
		display: block;
	}

	.plates ul {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		color: #333;
	}

	.plates ul .smenu {
		padding: 10px 10px;
		float: left;
		width: 23%;
	}
	.plates ul .conf1 {
		width: 33%;
	
	}
	.plates ul .conf2 {
		width: 60%;
	}

	.plates a{
		text-align: left !important;
		color:#333 !important;
	}
	.plates a:hover{
		color:#F39800 !important;
	}
	.plates .smenu li a.title {
		border-bottom: 1px solid #3F378E;
		font-weight: 600;
		line-height: 30px;
		display: block;
		
	}

	.plates .smenu li a:hover {
		color: #F39800;
	}

	
	
	.visibility{
		visibility:visible;
	}
	.show {
		display: block !important;
	}

	.hide {
		display: none;
	}

	#bodyOverlay {
		display: none;
	}

	.btn-more {
		text-decoration: none;
		font-size: 14px;
		line-height: 1.5em;
		display: inline-block;
		padding: 3px 10px;
		border-radius: 3px;
		margin-top: 20px;
	}
    /* 宽度 769 ~ 1440 */
	#sidecarNav {
		display: none;
	}

	.highlights {
		width: 1080px;
		justify-content: space-between;
	}
	.highlights-title
	{
		width: 1080px;
		margin: 0 auto;
		text-align: center;
	}
	.highlights-title h1{
		/* font-size: 24px;
		text-align: left; */
		font-size: 25px;
		text-align: center;
		margin: 10px auto;
		/* padding-left: 15px; */
		display: inline-block;
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .highlights-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 30%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */
	.currentevent-title
	{
		width: 1080px;
		margin: 0 auto;
		text-align: center;
	}

	.currentevent-title h1{
		/* font-size: 24px; */
		font-size: 26px;
		text-align: center;
		margin: 5px auto 10px;
		/* padding-left:15px; */
		/* font-weight: bold; */
		font-weight: 500;
		display: inline-block;
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .currentevent-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 30%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */
	.cooperation-title
	{
		width: 1080px;
		margin: 0 auto;
		text-align: center;
	}
	.cooperation-title h1{
		/* font-size: 28px; */
		font-size: 25px;
		text-align: center;
		margin: 5px auto 25px;
		/* padding-left:15px; */
		display: inline-block;
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .cooperation-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 46%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */
	.cooperation-title h1 .cooperating-events-title
	{
		font-size: 24px;
		padding-left: 15px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	

	.footer-contact ul li {
		display: block;
		width: 50%;
		vertical-align: top;
	}

	.footer-follow {
		width: 25%;
		padding-left:20px;
	}

	.gonganImg {
		width: 25%;
		text-align: center;
	}

	.gonganImg img {
		height: 40px;
		width: auto;
	}

	.footer-icp {
		width: 1080px;
		padding: 50px 0;
		font-size: 15px;
		text-align: center;
		line-height:20px;
	}

	.highlight-item h4 {
		font-size: 20px;
		margin: 20px 0 0;
		text-align: left;
		color: #333;
	}

	/* #siteWrapper {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	} */

	#siteWrapper::-webkit-scrollbar {
        /*滚动条整体样式*/
		width: 7px;
        /*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}

	#siteWrapper::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
		border-radius: 10px;
		-webkit-box-shadow: inset 1 1 2px rgba(0, 0, 0, 0.2);
		background-color: #a8a8a8;
	}

	#siteWrapper::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
		-webkit-box-shadow: inset 1 1 2px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #f3f3f3;
	}

	.mobile-nav-toggle {
		display: none
	}

	.width-constraint {
		width: 1248px;
		margin: 0 auto;
	}
	.language-wrapper {
		width: 1080px;
		margin: 0 auto;
	}

	#logo {
		height: 75px;
		width: auto;
		margin-left: 0px;
	}

	.sub-logo {
		height: 95px;
		width: auto;
		margin-top: -20px;
		margin-left: 10px;
	}

	.logo-sm-long {
		height: 33px;
		width: auto;
	}

	.header-inner {
		box-sizing: border-box;
		/* padding: 25px 0 15px; */
		padding: 10px 0 5px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.header-title {
		vertical-align: center;
		padding: 18px 0 0 20px;
		font-size: 24px;
        /* line-height: 1.5em; */
		color: #333;
		flex: 1;
	}
	.header-title-en
	{
		vertical-align: center;
		padding: 0 0 0 20px;
		font-size: 24px;
        /* line-height: 1.5em; */
		color: #333;
		flex: 1;
	}
	

	.header-title red {
		color: red;
	}

	.header-title span {
		font-size: 14px;
	}

	.header-title i {
		font-size: 24px !important;
	}
    /* whc */
    /* #headerNav {
        background-color: #fff;
        position: relative;
    }
    #headerNav::after {
        display: table;
        content: "";
        height: 8px;
        width: 100%;
    } */

	#headerNav {
		height: 42px;
		/* background-color: #f29400 */
	}
    /* whcend */
   
	#mainNavigation .collection.active {
		background-color: #926e4a;
	}

	#mainNavigation .collection.active a {
		color: white;
	}

	/* .bannerbox {
		border-bottom: 8px solid #dadada;
	} */

	.bannerbox .banner {
		width: 100%;
		height: 360px;
		background-size: cover !important;
		background-position: center;
		background-repeat: no-repeat;
	}

	#mainNavigation {
		display: flex;
		position: relative;
        /* flex-direction: row;*/
		justify-content: space-around;
		height: 48px;
	}

	#mainNavigation>div {
		display: flex;
        /* flex-direction: row;*/
		justify-content: space-around;
		height: 48px;
	}

	#mainNavigation .collection {
		width:180px;
		display: inline-block;
		flex-grow: 1;
		line-height: 48px;
		text-align: center;
        border-right:1px solid #fff;
	}
    /* whc */
    /* #mainNavigation .collection .two-menu .havechild{
        text-align: left;
    }
    #mainNavigation .collection .two-menu .nochild{
        text-align: left;
    } */
    /* whcEnd */
	#mainNavigation .collection>div a {
		display: block;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#mainNavigation .collection .submenu a {
		display: block;
		width: auto;
        /* whc */
        /* text-align: center;
        padding: 20px 0; */
		text-align: left;
		padding: 0 20px 0;
        /* whcEnd */
	}

   
/* 特殊处理 */

/* 特殊处理end */


	#mainNavigation .collection .submenu .threeSubmenu a {
		color: #198FFF;
		padding: 0;
	}

	#mainNavigation .collection>div span {
		display: none;
	}
    /* #mainNavigation .collection>div .submenu {
        display: flex;
        flex-direction: row;
    } */
    /* whc */
	#mainNavigation .collection>div .submenu {
		display: flex;
		flex-direction: column;
	}
    /* whcend */
	#mainNavigation .collection>div .submenu a {
		display: block;
	}
    /* whc */
    /* #mainNavigation .collection:hover div .submenu {
        display: flex;
    } */

	#mainNavigation .collection:hover div .submenu {
		position: relative;
		display: block;
		background: #f8f8f8;
		z-index: 99;
	}
    /* whcEnd */
	#mainNavigation .collection:hover {
		transition: background-color 0.2s;
	}
    /* whc */
    /* #mainNavigation .collection a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 44px;
        transition: color 0.2s;
        font-size: 14px;
    } */
	/* whc 20220308*/
	#mainNavigation .collection a {
        /* color: #333; */
		color: #fff;
		text-decoration: none;
		display: block;
		line-height: 46px;
		transition: color 0.2s;
		font-size: 15px;
	}
	/* whc 20220308*/
	#mainNavigation .collection a:hover {
		/* background-color: rgba(255,255,255,.2); */
		background-color:#3F378E;
	}
    #mainNavigation .collection:first-child>div{
        border-left:1px solid #fff;
    }
	/* whcend */
	/* #mainNavigation .collection:first-child>div>a{
        color: #5D5D5D;
		/* color:#F7931E; 
		position:relative;
	}
	#mainNavigation .collection:first-child>div>a::after{
		position: absolute;
		bottom: 0;
		left:40%;
		content: '';
		width:30px;
		height:3px;
		background:#5D5D5D;
		border-radius:3px;
	} */
	
	#mainNavigation .collection:hover>div>a {
		/* color: white;
		color:#F7931E; */
		position:relative;
	}
	/* whc 20220308*/
	#mainNavigation .collection:hover>div>a::after{
		/* position: absolute;
		bottom: 0;
		left:40%;
		content: '';
		width:30px;
		height:3px;
		background:rgba(242,150,0,1);
		border-radius:3px; */
	}
	#mainNavigation .collection:hover .submenu a {
		color: #333;
        /* whcend */
		line-height: 34px !important;
        /* whcend */
	}

	#mainNavigation .collection:hover .submenu a:hover {
         /* whcend */
		color: #F39800 !important;
        /* whcend */
	}

	.hidden-lg {
		display: none !important
	}

	#shortcuts {
		display: flex;
		flex-direction: row;
		padding: 50px 0 50px;
	}

	.col-4-lg {
		width: 33.33%;
	}

	.col-3-lg {
		width: 25%;
	}

	.col-6-lg {
		width: 50%;
	}

	.col-8-lg {
		width: 66.6%;
	}

	.col-9-lg {
		width: 75%;
	}

	#mainNavigation .collection:hover .submenu-wrapper {
		display: block;
	}
}
@media (min-width: 1200px) {
   .swiper-container{
	   height: 610px;
   }
}
@media (min-width: 1360px) {
	.swiper-container{
		height: 610px;
	}
 }

@media (max-width:768px) {
	.news-wrapper {
		height:450px !important;
	}

	.li_submenu{
		font-size: 16px !important;
		font-weight: bold;
	}
	.nav_contact a {
		font-size: 14px;display: block; padding-left: 18px; padding-top: 15px;
	}
	.plates {
		display:none;
	}
	.corporationsWrapper
	{
		/* max-width: 1080px;
		margin: 0 auto;
		justify-content: space-evenly;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row; */
		list-style: none;
		/* float: right; */
		padding: 0px 5px;
		background-color: #f6bf4f;
		border-radius: 20px;
		margin-left: 15px;
	}
	.corporationsWrapperEn
	{
		list-style: none;
		/* float: right; */
		padding: 0px 5px;
		background-color: #f6bf4f;
		border-radius: 20px;
		margin-left: 15px;
	}

	.corporationsWrapperJP{
		list-style: none;
		/* float: right; */
		padding: 0px 5px;
		background-color: #f6bf4f;
		border-radius: 20px;
		margin-left: 15px;
	}
	.cooperation-title{text-align: center;}
	.cooperation-title h1{
		/* float: left;
		padding-left: 15px; */
		display: inline-block;
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .cooperation-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 44%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */
	.highlights-title{text-align: center;}
	.highlights-title h1
	{
		/* float: left;
		padding-left: 15px; */
		display: inline-block;
		font-size:18px;
		
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .highlights-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 30%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */
	.currentevent-title{text-align: center;}
	.currentevent-title h1
	{
		/* float: left;
		padding-left: 15px; */
		display: inline-block;
		/* padding-bottom: 8px;
		border-bottom: 1px solid #F5F5F5;
		position: relative; */
	}
	/* .currentevent-title h1::after{
		position: absolute;
		bottom: -2px;
		left: 30%;
		content: '';
		width: 40px;
		height: 3px;
		background: rgba(242,150,0,1);
		border-radius: 3px;
	} */

	.ieshcorporationsWrapper
	{
		list-style: none;
		float: right;
	    padding: 0px 5px;
		background-color: #8dc21f;
		border-radius: 20px;
		margin-left: 15px;
	}
	.ieshcorporationsWrapperEn
	{
		list-style: none;
		float: right;
		padding: 0px 5px;
		background-color: #8dc21f;
		border-radius: 20px;
		margin-left: 15px;
	}
	.ieshcorporationsWrapperJP
	{
		list-style: none;
		/* float: right; */
	    padding: 0px 5px;
		background-color: #8dc21f;
		border-radius: 20px;
		margin-left: 15px;
	}
	.corporations
	{
	font-size:16px;
	line-height:20px;
	color: #fff;
	display: inline-block;
	}
	.corporationsEn{
		font-size: 12px;
	}
	.corporationsJP{
	font-size:16px;
	line-height:20px;
	color: #fff;
	display: inline-block;
	}
	.corporationsEn .corporations
	{
		font-size: 12px;
	}
	.corporations:hover{
		cursor: pointer;
	}
	#floatwindow {
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%) scale(0.9);
	}

	#floatwindow2 {
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%) scale(0.9);
	}

	.newslist-content-wrapper {
		display: flex;
		flex-direction: column;
	}

	#bodyOverlay {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 999;
		left: 0px;
		background-color: rgba(0, 0, 0, 0);
		transition: background-color 1s;
		transition: left .15s 0s ease-in-out, top .15s .15s ease-in-out;
		z-index: -1;
	}

	#bodyOverlay.sidecar-expanded {
		left: -260px;
		transition: left .15s 0s ease-in-out, top .15s .15s ease-in-out;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 999;
	}

	#fixedTop {
		/* position: fixed;
		top: 40px; */
		overflow: hidden;
		background-color: #fff;
		z-index: 999;
		width: 100%;
	}

	.bannerbox
	{
		/* max-width: 1080px; */
		width: 100%;
		margin: 0 auto;
		height: 108px;
		
		margin-top: 1px;
	}
	.swiper-slide {
		background-size: cover !important;
		background-position: center;
		background-repeat: no-repeat;
	}
	#sidecarNav {
		display: flex;
		width: 260px;
		height: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		right: -260px;
		bottom: 0;
		line-height: 1em;
		text-align: left;
		background-color: #fff;
		color: #333;
		box-sizing: border-box;
		transition: right .15s 0s ease-in-out, top .15s .15s ease-in-out;
	}

	#sidecarNav.sidecar-expanded {
		right: 0px;
		transition: right .15s 0s ease-in-out, top .15s .15s ease-in-out;
	}

	#siteWrapper {
		/* width: 100%;
		height: 100%; */
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-transition: -webkit-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-moz-transition: -moz-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-ms-transition: -ms-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-o-transition: -o-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		transition: left .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-webkit-overflow-scrolling: touch;
	}

	#mainNavWrapper {
		display: none;
	}

	#siteWrapper.wrapped {
		left: -260px;
		height: 100%;
	}

	.mobile-nav-toggle {
		width: 22px;
		height: 22px;
		margin: 12px;
		user-select: none;
		position: absolute;
		top: 3px;
		right: 0px;
		z-index: 1002;
	}

	.language-select {
		display: none;
	}

	.contact {
		display: none;
	}

	.language-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end
        /* position: relative; */
        /* bottom: -12px; */
	}
    /* 小屏幕时隐藏掉时间地点 */
    /* .address_date
    {
        display: none;
    } */
    /* 小屏幕时隐藏长条语言导航栏 */
	.languageContract {
		display: none;
	}

	.threeSubmenu-wrapper {
		display: none !important;
	}

	.promoter-wrapper {
		padding-left: 16px
	}

	.promoter img {
		display: none;
	}

	.mobile-nav-toggle .top-bar,
    .mobile-nav-toggle .middle-bar,
    .mobile-nav-toggle .bottom-bar {
		background-color: #E43030;
		-webkit-transition: top .15s .15s ease-in-out, -webkit-transform .15s .3s ease-in-out;
		-moz-transition: top .15s .15s ease-in-out, -moz-transform .15s .3s ease-in-out;
		-ms-transition: top .15s .15s ease-in-out, -ms-transform .15s .3s ease-in-out;
		-o-transition: top .15s .15s ease-in-out, -o-transform .15s .3 ease-in-out;
		transition: top .15s .15s ease-in-out, transform .15s .3s ease-in-out;
	}

	.mobile-nav-toggle .top-bar {
		width: 22px;
		height: 2px;
		-webkit-transition: -webkit-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-moz-transition: -moz-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-ms-transition: -ms-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-o-transition: -o-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		transition: transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mobile-nav-toggle .middle-bar {
		width: 22px;
		height: 2px;
		position: absolute;
		-webkit-transition: opacity 0s .15s linear;
		-moz-transition: opacity 0s .15s linear;
		-ms-transition: opacity 0s .15s linear;
		-o-transition: opacity 0s .15s linear;
		transition: opacity 0s .15s linear;
		top: 7px;
		right: 0;
	}

	.mobile-nav-toggle .bottom-bar {
		width: 22px;
		height: 2px;
		-webkit-transition: -webkit-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-moz-transition: -moz-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-ms-transition: -ms-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-o-transition: -o-transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		transition: transform .15s 0s ease-in-out, top .15s .15s ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		position: absolute;
		top: 14px;
		right: 0;
	}

	.wrapped .mobile-nav-toggle .top-bar {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 7px;
	}

	.wrapped .mobile-nav-toggle .bottom-bar {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 7px;
	}

	.wrapped .mobile-nav-toggle .middle-bar {
		opacity: 0;
	}

	#logo {
		width: auto;
		height: 40px;
	}

	.sub-logo {
		height: 50px;
		width: auto;
		margin-left: 10px;
		margin-top: -10px;
	}
    /* 头部先隐藏 */
	#headerPromoter {
		font-size: 10px;
		display: none;
	}

	.promoter span {
		bottom: -5px !important;
	}

	.header-inner {
		height: 60px;
		box-sizing: border-box;
		padding: 10px 5px 0 10px;
		display: flex;
		flex-direction: row;
	}

	.header-title {
		font-size: 10px;
		line-height: 13px;
		flex: 1;
		padding: 0 0 0 8px;

	}

	.esh_headerImg
	{
		/* height: 40px;
		width: auto; */
		margin: 10px 0 0 11px !important;
	}

	.header-title span {
		display: none;
	}

	#mobileNavWrapper {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 20px 0px 0;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.buttonRigt a {
		color: #333;
		position: absolute;
		top: 40px;
		right: 40px;
		text-decoration: none;
	}
	.buttonRigt a:first-child
	{
		right: 90px;
	}

	#mobileNavWrapper h2 {
		font-weight: 100;
		margin-bottom: 40px;
		margin-left: 30px;
	}

	#mobileNavigation .collection {
		width: 100%;
		position: relative;
		display: flex;
		border-bottom: 1px solid #d9d9d9;
	}

	#mobileNavigation .collection>div {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	#mobileNavigation .collection>div>.submenu {
        /*width: 100%;
    	display: flex;
    	 ustify-content: space-between;
        align-items: center;
        flex-wrap: wrap;*/
	}

	.submenu-wrapper {
		background: #e8e8e8;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		max-height: 0;
		overflow: hidden;
		transition: max-height .15s 0s ease-in-out, top .15s .15s ease-in-out;
		top: 0;
	}

	.submenu {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	#mobileNavigation .submenu a {
		width: 100%;
		padding: 0 0px 0 50px !important;
		line-height: 40px;
		border-top: 1px solid #d9d9d9;
	}

	.expanded .submenu-wrapper {
		max-height: 2000px;
		transition: max-height .15s 0s ease-in-out, top .15s .15s ease-in-out;
	}

	.expanded span {
		display: none;
	}

	#mobileNavigation {
		flex: 1;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}

	#mobileNavigation .collection>div>.submenu a {
		width: 100%;
		padding-left: 50px;
	}

	#mobileNavigation .collection i {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#mobileNavigation .collection a {
		flex-grow: 1;
		box-sizing: border-box;
		min-height: 40px;
		padding: 15px 18px;
		color: #333;
		text-decoration: none;
		font-size: 14px;
	}
	/* #mobileNavigation .collection .menu-item>a {
		font-weight: bold;
		font-size: 16px;
	} */


	#mobileNavigation .collection span {
		display: inline-block;
		width: 40px;
		height: 40px;
		font-size: 24px;
		text-align: center;
	}
    /* 头部不隐藏margin-top: 120px; */
	.bannerbox {
        display: none;
		/* position: relative;
		display: block;
		height: 150px;
		max-height: 150px;
		overflow: hidden; */
	}

	.banner {
		display: inline-block;
		height: 150px;
		width: 100%;
		background-size: cover;
		background-position: center;
	}

	.hidden-sm {
		display: none !important
	}

	.thumb-img {
		width: 80px;
		height: 80px;
		margin-bottom: -10px;
	}

	#shortcuts {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		overflow: hidden;
		padding: 20px 0;
	}

	.sponsorlist-wrapper h6 {
		font-size: 10px;
	}

	.myShortcutsServiceitem {
		width: 45%;
		margin: 10px 0;
		padding-left: 15px;
	}

	.MyHighlight {
		margin-top: -10px;
		margin-bottom: -35px;
		display: flex;
		justify-content: space-around;
		align-content: center;
		flex-wrap: wrap;
	}

	.highlight-item.MyHighlight-item {
		width: 50% !important;
	}

	.highlight-item {
		padding: 10px !important;
	}

	.highlight-item h4 {
		font-size: 14px;
		margin: 20px 0 0;
		text-align: left;
		color: #333;
		line-height: 1.5em;
		
	}

	.cflex-center {
		flex: 1;
	}

	#shortcuts h2 {
		font-size: 14px;
		height: 25px;
	}

	.shortcut-list li {
		font-size: 10px;
		width: 100%;
		text-align: center;
	}

	.news-title-img {
		width: 100%;
		height: auto;
		display: block;
		float: none;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px !important;
		left: 0;
	}

	.news-wrapper {
		height: 500px;
		padding-bottom: 20px !important;
	}

	.news-wrapper .news-abstract-wrapper {
		padding: 25px 25px;
		margin-top: -20px;
		position: relative;
		justify-content: center;
	}

	/* .swiper-wrapper {
		border-top: 4px solid #F39800;
		height: auto;
	} */

	.swiper-button-prev {
		/* top: 60% !important;
		width: 27px !important;
		height: 16px !important;
		left: 0 !important; */
		display: none;
	}

	.swiper-button-next {
		/* top: 60% !important;
		width: 27px !important;
		height: 16px !important;
		right: 0 !important; */
		display: none;
	}

	.news-wrapper h3 {
		margin-top: 15px;
		font-size: 14px;
	}

	.news-wrapper h4 {
		font-size: 12px;
		margin-top: -5px;
	}

	.news-abstract {
		max-height: 200px;
	}

	.news-abstract-wrapper .news-abstract p {
		width: 100%;
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		padding-bottom: 15px;
		line-height: 1.5em;
	}

	.btn-more {
		padding: 4px 10px !important;
		margin: 10px 0 0;
		font-size: 12px !important;
		text-decoration: none;
		line-height: 1.5em;
		display: block;
	}

	.newslist-wrapper h1 {
		
		font-weight: 500;
		font-size: 18px;
    	margin-top: -8px;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.newslist .btn-more{
		margin-left: 10px;
	}

	video {
		width: 350px;
	}

	.newslist-wrapper {
		
		position: relative;
		overflow: hidden;
		padding: 42px 20px 15px;
	}

	.newslist ul li {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 5px 10px;
		border-bottom: 2px solid #F5F5F5;
		position:relative;
	}

	.newslist ul li a {
		font-size: 12px !important;
	}

	.highlight-wrapper h1 {
		/* font-size: 16px; */
		font-size: 18px;
		margin-top: -20px;
	}

	.fellowship-wrapper h1 {
		font-size: 18px;
		margin-top: -20px;
	}

	.fellowship {
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.fellowship-item {
		flex: 1;
		padding: 10px !important;
	}

	.fellowship-wrapper::after {
		margin-top: 20px !important;
	}

	.sponsorlist-wrapper h1 {
		font-size: 16px;
		margin-top: -20px;
		margin-bottom: -12px;
	}

	.sponsorlevel::before {
		width: 100px !important;
	}

	.sponsorlevel-wrapper {
		display: flex !important;
		flex-wrap: wrap !important;
		margin-bottom: -20px;
		margin-top: -20px;
		border-top: 1px solid #ccc;
	}

	.sponsorlevel::before {
		border: none !important;
	}

	.sponsor-wrapper li img {
		margin: 0;
	}

	.sponsorlevel {
		padding: 0px 0 5px !important;
	}

	.sponsorlevel h3 {
		line-height: 2rem !important;
		min-width: 100px !important;
		font-size: 12px !important;
		padding-top: -10px !important;
	}

	.sponsor-wrapper li img {
		width: 105px !important;
	}

	.footer-contact ul li h3 {
		font-size: 11px !important;
	}

	.footer-contact ul li p {
		font-size: 12px !important;
		color:white;
	}

	.footer-contact ul {
		justify-content: space-around;
		width: 100%;
		padding-left:0;
	}

	.footer-contact ul li {
		width: 50% !important;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-left: 0px;
		box-sizing: border-box;
	}
	.footerLeft{
		font-size:12px;
		width:100%;
	}
	.footer {
		position: relative;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}

	.footer .footer-follow {
		flex-grow: 1;
		padding: 0;
	}

	.footer .footer-contact {
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.footer-follow .follow-links img {
		width: 30px;
		height: 30px;
	}

	.footer .footer-follow h3 {
		font-size: 11px;
	}

	.footer-icp {
		text-align: center;
		font-size: 12px;
		overflow: hidden;
		width: 100%;
		position: relative;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.footer-icp p{
		margin:0;
		font-size: 12px;
		text-align: center;
		
	}

	.col-9-lg {
		width: 100%;
		display: flex;
		padding-left: 10px;
		box-sizing: border-box;
		flex-wrap: wrap-reverse;
	}

	.col-4-lg {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

	.col-8-lg {
		display: block;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.gonganImg {
		position: absolute;
		right: 10px;
		bottom: 0;
	}

	.gonganImg img {
		width: 100px;
		margin-bottom: 20px;
	}

	.news-video-wrapper {
		width: 100%;
		margin: 0;
	}

	.news-video-wrapper video {
		width: 100%;
		height: auto;
	}

	.newslist {
		width: 100%;
		padding-top: 20px;
		position: relative;
	}

	.highlight-wrapper {
		padding: 55px 10px 40px;
	}

	.fellowship-wrapper {
		/* padding: 40px 20px; */
        padding:55px 0 50px;
	}

	.nav-collection {
		display: block;
	}

	.wechat-mobile {
		display: inline-block;
	}

	.wechat-hover {
		display: none;
	}

	.sponsor-wrapper li {
		width: 125px;
	}

	#mobileNavigation .nav-collection .collection .plates {
			/* display:none; */
			left:20px !important;
		}
		.plates	.smenu li {
			padding-left: 20px !important;
			line-height: 40px;
   		    border-top: 1px solid #d9d9d9;
		};
}

@media screen and (max-width:430px) {
	.bannerbox {
        display: block;
		/* position: relative;
		display: block;
		height: 120px;
		max-height: 120px;
		overflow: hidden; */
	}
}


