@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 390px){html{font-size: 52px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;}}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
p, p span, strong, a, h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑", "Microsoft YaHei" !important;
}
a {
    text-decoration: none;
    display: inline-block;
    -webkit-backface-visibility: hidden;
}
i {
    display: inline-block;
}
li {
    list-style: none;
}
html,
body {
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling:touch;
}
img {
    max-width: 100%;
}
input {
    outline: none;
	padding: 0;
    margin: 0;
    border: 0;
}
.hidden {
    display: none;
}
.g-note {
    text-align: right;
    color: #999;
    margin-block: 0.15rem;
    font-size: 0.24rem;
}
::-webkit-scrollbar {
    display: none;
}
.flexbox {
    display: flex;
}
.flexbox-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flexbox-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexbox-between {
    display: flex;
    justify-content: space-between;
}
.flexbox-end {
    display: flex;
    justify-content: flex-end;
}
.flexbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center {
    display: flex;
    align-items: center;
}
.text-center {
	text-align: center;
}
.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-2,
.line-3,
.line-4,
.line-5 {
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.line-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.container {
    width: 6.7rem;
    margin: 0 auto;
}
.container-index-m {
	width: 7.1rem;
    margin: 0 auto;
}
.container-right {
    padding: 0 0 0 0.4rem;
    /* width: 7.5rem; */
    margin: 0 auto;
}
.main-m {
    margin-top: 1.16rem;
}
.bg-f0f7fb {
    background-color: #f0f7fb;
}
.py-50 {
    padding: 0.5rem 0;
}
.py-40 {
    padding: 0.4rem 0;
}
.mb-30 {
    margin-bottom: 0.3rem;
}
.mb-50 {
    margin-bottom: 0.5rem;
}
.mt-50 {
    margin-top: 0.5rem;
}
.my-40 {
    margin: 0.4rem 0;
}
.icons {
    background: url(../images/icon-word.png) no-repeat;
    background-size: 3.05rem 2.18rem;
    display: inline-block;
}
.swiper-pagination-bullet {
	background: #c3e1ff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #2992ff;
}
.banner img {
    display: block;
}
/* 路由面包屑 */
.route-box {
    width: 100%;
    background-color: #f2f4f8;
}
.bg-white {
    background-color: #fff;
}
.route {
    font-size: 0;
	width: 100%;
    padding-left: 0.4rem;
}
.route a {
    color: #2c2c2c;
    font-size: 0.24rem;
    padding: 0.3rem 0.12rem;
    position: relative;
}
.route a:first-child {
    padding: 0.3rem 0.12rem 0.3rem 0;
}
.route a::after {
    content: '';
    height: 0.24rem;
    width: 0.02rem;
    background-color: #2c2c2c;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.route a:last-child:after {
    width: 0;
}
/* 头部 */
.head-m {
    background-color: #f7f7f7;
    height: 1.16rem;
    width: 100%;
    position: fixed;
    position: -webkit-fixed;
    z-index: 99;
    top: 0;
}
.head-m-box {
    justify-content: space-between
}
.head-left {
	width: 4.38rem;
}
.head-left,
.head-right {
	height: 1.16rem;
	line-height: 1.16rem;
}
.head-left a img {
    display: block;
}
.navbar-brand-home {
    margin-right: 0.1rem;
}
.language {
	width: 0.44rem;
	height: 0.44rem;
	border: 0.03rem solid #1f4592;
	line-height: 0.38rem;
	font-size: 0.2rem;
	color: #1f4592;
	text-align: center;
    border-radius: 0.05rem;
}
.language a {
	color: #1f4592;
    display: block;
}
.icon-menu {
	width: 0.45rem;
	height: 0.38rem;
	background-position: 0 0;
	margin-left: 0.2rem;
}
.icon-head-close {
	width: 0.36rem;
	height: 0.36rem;
	background-position: -0.6rem 0;
}
.head-right-close {
	display: none;
	font-size: 0;
}
.menu-modal {
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    width: 100%;
    height: 100vh;
}
.menu-list-box {
	overflow-y: auto;
    background-color: #2d75db;
    /* height: calc(100vh - 1.16rem); */
}
.menu-modal, .menu-list-box {
	display: none;
}
.menu-list-box-ul {
	padding: 0 0 0.3rem;
}
.menu-list-box-ul a {
	display: block;
}
.menu-list-box-ul>li {
    border-bottom: 0.01rem solid #3f87ec;
	padding: 0.3rem 0.1rem;
}
.menu-list-box-ul>li:last-child {
    border-bottom: 0;
}
.menu-list-box-ul .menu-title {
	font-size: 0.34rem;
	font-weight: bold;
	color: #ffffff;
}
.menu-sub-box {
	display: flex;
	flex-wrap: wrap;
}
.menu-subtitle {
	font-size: 0.28rem;
	color: #ffffff;
}
.menu-sub-box li {
	width: 25%;
	margin-top: 0.3rem;
}
.menu-sub-box-lt li {
	width: 30%;
}
.menu-sub-box-lw li {
	width: 40%;
}
.menu-list-box-sara li:nth-child(2) .menu-sub-box li {
    width: 40%;
}
.banner-box img {
    display: block;
}
/* 底部 */
footer {
    background-color: #e1e3e5;
    text-align: center;
    padding: 0.35rem 0;
}
footer p,
footer a {
    font-size: 0.2rem;
    color: #8b8c8d;
    line-height: 0.4rem;
}

.modal-mask-m {
    background: rgba(0, 0, 0, .8);
	z-index: 99;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.modal-mask-m-body {
    position: absolute;
    top: 40%;
    z-index: 999;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.body-coming {
	background: url(../images/coming0bg.png) no-repeat;
	height: 5.3rem;
	text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin-bottom: 0.1rem;
}
.body-coming p {
	font-size: 0.34rem !important;
	color: #2a4879 !important;
	line-height: 0.6rem !important;
}
/* 标题 */
.title {
	font-size: 0.5rem;
	font-weight: 900;
	background: linear-gradient(to bottom, #006cd5, #004d9c);
    -webkit-background-clip: text;
	color: transparent;
	position: relative;
	text-align: center;
	margin-bottom: 0.5rem;
}
.title::before,
.title::after {
	content: '';
	height: 0.06rem;
	border-radius: 0.05rem;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -0.2rem;
}
.title::before {
	width: 0.33rem;
	background: #5abfec;
    z-index: 1;
}
.title::after {
	width: 1.25rem;
	background: #e0ecf2;
}
.title-line-box {
	display: flex;
	justify-content: center;
	position: relative;
    z-index: 0;
}
.title-line {
	font-size: 0.5rem;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
    -webkit-background-clip: text;
    color: transparent;
    /* -webkit-text-stroke: 0.01rem white;
    text-stroke: 0.01rem white; */
	position: relative;
	text-align: center;
	margin-bottom: 0.5rem;
	padding: 0 0.3rem;
}
.title-line::after {
	content: '';
	height: 0.22rem;
	left: 50%;
    transform: translate(-50%, 0);
	background: linear-gradient(90deg,rgba(216, 236, 255,0) 0%,rgb(176, 217, 255) 50%,rgba(216, 236, 255,0) 100%);
    position: absolute;
    display: block;
	width: 100%;
    bottom: 0.03rem;
    z-index: -1;
}
.title-white {
	background: linear-gradient(to bottom, #ffffff, #dcf4ff);
	-webkit-background-clip: text;
    color: transparent;
	-webkit-text-stroke: 0.01rem #0d82d6;
    text-stroke: 0.01rem #0d82d6;
}
.title-white::after {
	background: linear-gradient(to right, rgba(20, 175, 255, 0) 0%, rgba(20, 175, 255, 1) 50%, rgba(20, 175, 255, 0) 100%);
}
.cpt-title {
	font-size: 0.5rem;
	font-weight: 900;
	background: linear-gradient(to bottom, #35786c, #143756);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.004rem white; /* 白色描边 */
    text-stroke: 0.004rem white; /* 白色描边 */
	position: relative;
	text-align: center;
	margin-bottom: 0.6rem;
}
.cpt-title::before,
.cpt-title::after {
	content: '';
	height: 0.06rem;
	border-radius: 0.05rem;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -0.2rem;
}
.cpt-title::before {
	width: 0.33rem;
	background: #00c07e;
    z-index: 1;
}
.cpt-title::after {
	width: 1.25rem;
	background: #fff38d;
}
.cpt-title-white {
    background: linear-gradient(to bottom, #ffffff, #d3ffe4);
    -webkit-background-clip: text;
    color: transparent;
}

/* 分页 */
.pages {
    margin: 0.3rem auto;
    justify-content: center;
}
.pages div {
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 0 0.2rem;
    font-size: 0;
}
.pages div a {
    width: 100%;
    border: 0.01rem solid #d1d1d1;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    color: #4a4a4a;
    letter-spacing: 0.025rem;
    transform: rotateZ(360deg);
}

.pages .disable a {
    color: #a3a3a3;
    pointer-events:none;
}

/* 左侧侧栏通知 */
.sidebar-left {
    position: fixed;
    left: 0.05rem;
    top: 50%;
    z-index: 99;
}
.notice-box {
    width: 2.2rem;
    background: #fff;
    border: 0.01rem solid #bfeaff;
    border-radius: 0.1rem;
    box-shadow: inset 0 0 0.1rem 0.02rem #dbf4ff, 0.01rem 0.01rem 0.06rem #3a3a3a6b;
    padding: 0.15rem;
}
.notice-box h1 {
    text-align: center;
    font-size: 0.2rem;
    color: #112c55;
    margin-bottom: 0.08rem;
}
.notice-box p {
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #f56c6c;
}

.conference-guide-main {
    position: relative;
}
.conference-guide-main > img {
    display: block;
    width: 100%;
}
.conference-guide-link {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conference-guide-btn {
    min-width: 3.2rem;
    height: 1rem;
    background-size: 100% 100%;
    background-image: url("../images/conference-guide-btn-bg.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 0.1rem;
}
.conference-guide-btn .cn {
    font-size: 0.32rem;
    letter-spacing: 0.03rem;
}
.conference-guide-btn .en {
    font-size: 0.26rem;
}
