/*
 * 全局公共样式
 * 头部/底部/以及公用模块样式
 *
 */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input,
li,
ul,
a,
span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font: 14px/1.5 'Bliss Pro', 'Roboto', 'Helvetica', 'Arial', sans-serif;
	background-color: #fff;
}

img {
	border: none;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
}

a,
a:focus,
a:hover {
	text-decoration: none;
}

@font-face {
	font-family: "FinancierDisplay";
	src: url("../fonts/FinancierDisplay-Medium.ttf") format("truetype");
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "GT-America";
	src: url("../fonts/GT-America-Standard-Regular.ttf") format("truetype");
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
	font-style: normal;
	font-weight: normal;
}

/*
 *清楚浮动
 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

::-webkit-scrollbar {
	display: block;
}

::-webkit-scrollbar {
	width: 8px;
	background: #f0f0f0 !important;
	display: block;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #ccc;
	-webkit-box-shadow: none;
}

/*默认选中*/
::selection {
	background-color: #1499c7;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #1499c7;
	color: #ffffff;
	text-shadow: none;
}

/*默认的a标签样式*/
/* a {blr:expression(this.onFocus=this.blur())} if IE */
a {
	outline: none;
}

/*if ie6-8*/

.container,
.container-fluid {
	padding: 0;
	position: relative;
}

.pointer {
	cursor: pointer;
}

.pc {
	display: block !important;
}

.wap {
	display: none !important;
}

.s-title {
	text-align: center;
	color: #333;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.6;
}

.jiabin_box .s-title {
	color: #fff;
}

.s-title h4 {
	font-size: 30px;
	letter-spacing: .1em;
	font-weight: 400;
}

.s-title p {
	font-weight: 100;
	font-size: 18px;
	text-transform: uppercase;
}

.swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 6px;
	display: inline-block;
	background: #ccc;
	opacity: 1;
	border-radius: 3px;
	margin: 0 9px;
	transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px;
	background: #033b96;
}

/* 导航 */
header.container-fluid {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	padding: 15px 0;
}

.header_box>* {
	float: left;
}

.logo img {
	display: block;
	margin-top: 4%;
	width: 160px;
}

.baoming {
	float: right;
	width: 130px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	background: #e2c395;
	border-radius: 4px;
	text-align: center;
	transform: translateY(14%);
}

.baoming.lang {
	width: auto;
	padding: 0 10px;
	margin-left: 20px;
}

/* .nav {
	float: right;
	margin-right: 1%;
}

.nav li {
	float: left;
	margin-left: 10px;
}

.nav li a {
	display: block;
	font-size: 18px;
	color: #333;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.2em;
}

.nav li a span {
	font-size: 14px;
	letter-spacing: 0;
	display: block;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #fff;
}

.nav li a.active {
	color: #e2c395;
	position: relative;
}

.nav li a.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
	height: 5px;
	background: #e2c395;
	border-radius: 8px;
} */

/* 首屏 */
.banner {
	/* height: 100vh;
	background: url(../img/bg.png?v=001) top no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 6%;
	text-align: center; */
}

.banner img {
	display: block;
	width: 100%;
	/* margin-bottom: 4%; */
}

.banner a {
	display: inline-block;
	width: 188px;
	text-align: center;
	margin: 0 10px;
}

.banner a.banner_btn {

	height: 58px;
	line-height: 58px;
	color: #122a5a;
	background: #e2c395;
	font-size: 26px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.banner a.banner_btn>img {
	width: 100%;
	margin: 0 auto;
}

.banner a.banner_btn_text {
	color: #fff;
	font-size: 18px;
}

/* 简介 */
.jianjie {
	background: url(../img/jianjie_bg.png) bottom center no-repeat;
	background-size: cover;
	padding: 10px 0;
}

.jianjie-box {
	padding: 0 5%;
}

.jianjie-box>div {
	/* float: left; */
}

.jianjie_text {
	/* width: 62%; */
	line-height: 1.8;
	color: #333;
	text-align: justify;
	font-size: 18px;
	letter-spacing: .09em;
}

.jianjie-video {
	width: 33%;
	margin-left: 5%;
}

.jianjie_text p {
	/* text-indent: 2em; */
	margin-bottom: 20px;
}

/* 议程 */
.yicheng {
	background: #f0f0f0;
	padding: 70px 0;
}

.yicheng .container {
	padding: 0 5%;
}

.yicheng_box {
	padding: 35px 75px 50px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
}

.yc_taggle {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.yc_taggle div {
	color: #e2c395;
	border: 2px solid #e2c395;
	text-align: center;
	padding: 5px 60px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
}

.yc_taggle div span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.yc_taggle div.active {
	background: #e2c395;
	color: #333;
}

/* 详细议程 */
.yc_box {
	margin-bottom: 20px;
}

.yc_list {
	margin-bottom: 20px;
}

.zhuchiren {
	border-bottom: 1px solid #E2C395;
	padding-bottom: 20px;
}

.zhuchiren h4,
.yc_list_time h4 {
	color: #033b96;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.yc_list_time h4 {
	margin-bottom: 10px;
	line-height: 1.6;
}

.yc_list_time h4 p {
	font-weight: 400;
}

/* .zhuchiren li {
	float: left;
	width: 50%;
} */

.zhuchiren li,
.renwu_list li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	padding: 10px 0 10px 70px;
	min-height: 45px;
	margin-bottom: 12px;
	font-size: 16px;
	cursor: pointer;
}

.zhuchiren li span,
.renwu_list li span {
	display: block;
	font-weight: bold;
}

.zhuchiren li.no,
.renwu_list li.no {
	padding-left: 0;
	background-image: none !important;
}

.yc_list>li {
	padding: 20px 0;
	border-bottom: 1px dashed #E2C395;
}

.yc_list_time,
.yc_list_text {
	display: flex;
	display: -webkit-flex;
}

.yc_list_time div:nth-child(1) {
	width: 7.5em;
	font-size: 16px;
}

.yc_list_text .pc {
	width: 7.5em;
	font-size: 16px;
}

.renwu>div {
	/* width: 5em; */
	font-size: 16px;
	/* line-height: 45px; */
	/* padding: 10px 0; */
	min-height: 45px;
}

.yc_list_time div:nth-child(2),
.yc_list_text .renwu,
.renwu ul,
.yc_list_time h4 {
	flex: 1;
	-webkit-flex: 1;
}

.get_all {
	text-align: center;
	color: #e2c395;
	width: 7em;
	margin: 0 auto;
	font-size: 20px;
	padding-right: 1em;
	background: url(../img/xia.png) right center no-repeat;
	background-size: auto 23%;
}

.get_all.letter {
	width: 3em;
	background: url(../img/shang.png) right center no-repeat;
	background-size: auto 23%;
}

/* 嘉宾 */
.s1_box {
	background: url(../img/jb_bg.png);
	background-size: cover;
	padding-top: 50px;
}

.jianjie_swiper {
	border-radius: 17px;
	box-shadow: 20px 0 20px 2px #ccc;
}

.jianjie_swiper .swiper-slide img {
	display: block;
	width: 100%;
}

.jianjie_swiper_pagination {
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.jianjie_box {
	margin-bottom: 60px;
}

.jianjie_right_box {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 #ddd;
}

.jiabin_box {
	padding-bottom: 100px;
}

.jiabin_pic {
	width: 166px;
	height: 166px;
	margin: 0 auto 15px;
	border-radius: 50%;
	/* border: 1px solid #0D294D; */
	overflow: hidden;
}

.jiabin_pic img {
	display: block;
	width: 100%;
}

.jiabin_text {
	text-align: center;
}

.jiabin_text h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.jiabin_text.gengxin h4 {
	padding: 100px 0 0 0;
}

.jiabin_text p {
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.4em; */
}

.jiabin_swiper_pagination.jiabin_swiper_pagination .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination.jiabin_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e2c395;
}

.jiabin_swiper_pagination {
	/* bottom: -50px; */
}

.jiabin_swiper_pagination {
	bottom: 45px;
}

/* 主办方 */
.zhuban {
	padding: 80px 0 60px 0;
}

.zhuban_info {
	text-align: center;
}

.zhuban_info>div {
	display: inline-block;
	margin: 0 20px;
}

.zhuban_info img {
	pointer-events: auto;
}

/* 宣传 */
.xuanchuan {
	background: #f0f0f0;
	padding: 50px 0 80px 0;
}

.xuanchuan .container {
	padding: 0 10%;
}

.xuanchuan_box {
	position: relative;
}

.xuanchuan_swiper .swiper-slide {
	border: 1px solid #e2c395;
	background: #fff;
	margin-bottom: 30px;
}

.xuanchuan_swiper .swiper-slide p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 20px;
}

.xuanchuan_swiper .swiper-slide div:nth-child(1) {
	width: 100%;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
}

.xuanchuan_swiper .swiper-slide div:nth-child(2) {
	padding: 20px 10px;
	height: 100px;
	overflow: hidden;
}

/* .xuanchuan_swiper_pagination{
	bottom: ;
} */

/* 资料下载 */
.ziliao_box {
	background: #fff;
	padding: 60px 0 80px;
}

.ziliao_box .container {
	padding: 0 10%;
}

.xiazai ul li {
	/* float: left; */
	width: calc(50% - 20px);
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin: 0 auto;
	/* margin-bottom: 20px; */
	position: relative;
}

.xiazai ul li:after {
	content: "";
	height: 70px;
	width: 1px;
	background: #ccc;
	position: absolute;
	right: 100px;
	top: 10px;
}

.xiazai ul li:nth-child(2n) {
	margin-left: 40px;
}

.xiazai ul li a {
	display: block;
	padding: 20px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xiazai ul li a>span {
	display: block;
	width: 36px;
	height: 35px;
	background: url(../img/icon-5.png) center no-repeat;
	background-size: contain;
	transition: all .3s;
}

.xiazai ul li:hover a>span {
	background: url(../img/icon-5_active.png) center no-repeat;
}

.xiazai ul li div {
	display: flex;
	align-items: center;
}

.xiazai ul li div p {
	font-size: 16px;
	color: #333;
	padding-right: 60px;
}

.xiazai ul li div p span {
	font-size: 14px;
}

.xiazai ul li div>span {
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 25px;
	background: url(../img/icon-4.png) center no-repeat;
	background-size: contain;
}

.footer {
	position: fixed;
	bottom: -10%;
	left: 0;
	font-size: 16px;
	z-index: 9999;
	width: 100%;
	transition: all .3s;
}

.footer.active {
	bottom: 0;
}

.footer a {
	display: block;
	float: left;
	padding: 15px 0;
	text-align: center;
}

/* .footer a:nth-child(1){
	width: 35%;
	background: #333;
	color: #fff;
}
.footer a:nth-child(2){
	width: 65%;
	background: #e2c395;
	color: #333;
} */
.footer a {
	width: 100%;
	background: #e2c395;
	color: #333;
}

.header_wap {
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	z-index: 9999;
	height: 54px;
	top: 0;
}

/* .header_wap div{
	height: 30px;
	float: left;
	background: url(../img/wap/nav_btn.png) center no-repeat;
	background-size: contain;
} */
.mune {
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	padding-top: 13px;
}

.mune span {
	display: block;
	width: 50%;
	margin: 0 auto 15%;
	height: 3px;
	background: #333;
	border-radius: 3px;
}

.header_wap a img {
	width: 24%;
}

.wap_lang {
	position: absolute;
	top: 22%;
	right: 3.5%;
	color: #333;
	background: #e2c395;
	padding: 5px 8px;
	border-radius: 4px;
}

/* 移动端导航 */
.left_nav {
	position: fixed;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
	border-radius: 15px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, .3);
	padding: 20px 15px;
}

.left_nav a {
	display: block;
	padding: 10px 0 10px 15px;
	color: #333;
	font-size: 16px;
	transition: all .3s;
	position: relative;
}

.left_nav a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: transparent;
	border-radius: 2px;
	transition: all .3s;
}

.left_nav a.active {
	color: #0D294D;
	font-size: 20px;
	font-weight: bold;
}

.left_nav a.active:after {
	background: #0D294D;
}

/* 大会嘉宾遮罩 */
.jiabin_model {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}

.jb_mod_box {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0px 30px;
	width: 960px;
	/* height: 100%; */
	max-height: 550px;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.8);
}

.jb_mod_box.active {
	animation: run_model .5s forwards;
}

@keyframes run_model {
	from {
		transform: translate(-50%, -50%) scale(.9);
		opacity: 0;
	}

	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

.jbShow_close {
	opacity: 1;
	position: absolute;
	top: 35px;
	right: 50%;
	margin-right: -512px;
	width: 30px;
	height: 30px;
	background: url(../img/close2.png) center no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.box-header {
	width: 300px;
	float: left;
	text-align: center;
	color: #2d2d2d;
}

.box-detail {
	width: 570px;
	float: right;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
	margin-left: 30px;
	height: 100%;
	max-height: 550px;
	overflow-y: scroll;
	padding-right: 10px;
}

.box-header img {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	margin: 0 auto;
}

.box-spk {
	margin-top: 22px;
}

.box-spk span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.box-name {
	font-weight: bold;
}

.ziliao_box>div>p {
	text-align: center;
	margin-bottom: 15px;
}

/* 媒体报道 */
.news_banner {
	margin-bottom: 3%;
}

.news_banner img {
	display: block;
	width: 100%;
}

.news_box {
	width: 80%;
	margin: 0 auto 5%;
}

.news_box ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.news_box ul li a {
	display: block;
	color: #333;
}

.news_img {
	float: left;
	width: 200px;
	height: 150px;
	background-position: center;
	background-size: cover;
}

.news_text {
	float: left;
	width: calc(100% - 200px);
	height: 150px;
	padding-left: 20px;
	display: flex;
	display: -webkit-flex;
	align-content: space-between;
	flex-wrap: wrap;
}

.news_text h4,
.news_text p {
	flex: 0 0 100%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}

.news_text h4 {
	font-weight: bold;
	font-size: 20px;
}

.news_text p {
	font-size: 16px;
}

.mBanner {
	display: none;
}

.btn_box {
	padding-top: 5%;
	position: relative;
}

.btn_box img {
	width: 100%;
}

.btn_box div {
	position: absolute;
	top: 10%;
	left: 0%;
	width: 100%;
	padding: 0 5%;
}

.btn_box a {
	float: left;
	width: 49%;
	padding-top: 14%;
	margin-bottom: 4%;
}

.btn_box a:nth-child(even) {
	margin-left: 2%;
}

.banner-btn {
	position: absolute;
	bottom: 6%;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
}

.banner-btn a {
	display: inline-block;
	width: 10%;
	margin: 0 1% 0;
}

/* 吐司 & 新增弹窗 */
/* 吐司样式 */
.toast_box {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	justify-content: center;
	z-index: 99999;
	transform: translate(-50%, -50%);
}

.toast_box p {
	box-sizing: border-box;
	padding: 10px 30px;
	max-width: 72%;
	width: max-content;
	background: #000;
	color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	text-indent: 0;
	margin: 0 auto;
}

/* .dialog_div {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99998;
	display: none;
} */

.dialog_bg {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/* .dialog_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 543px;
	box-sizing: border-box;
	padding: 53px 66px;
	background: #fff;
	border-radius: 8px;
	z-index: 4;
	color: #333;
} */

/* .dialog_box h4 {
	font-size: 30px;
	text-align: center;
	font-weight: 100;
	margin-bottom: 10%;
} */

/* .dialog_item {
	width: 100%;
	margin-bottom: 5%;
}

div.dialog_item:nth-of-type(2) {
	margin-bottom: 10%;
}

.dialog_item>p {
	margin-bottom: 1%;
}

.dialog_item input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ededed;
	background: #f7f7f7;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
}

.dialog_item div {
	overflow: hidden;
}

.dialog_item div input {
	float: left;
	width: calc(50% - 10px);
}

.dialog_item div p {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 40px;
	padding: 0;
	margin: 0 0 0 10px;
} */

.dialog_btn {
	text-align: center;
}

.dialog_btn span {
	display: inline-block;
	background: #246ad2;
	border-radius: 8px;
	color: #fff;
	padding: 12px 0;
	cursor: pointer;
}

.why-box {
	padding-top: 15px;
}

.why-title {
	/* font-family: "FinancierDisplay"; */
	font-size: 36px;
	color: #0a1264;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 15px;
	font-family: "Noto Serif SC";
}

.why-info {
	display: flex;
	align-items: flex-start;
}

/* .why-info p{
	font-family: "GT-America";
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1.8;
	color: #040826;
	color: #333;
	font-size: 18px;
} */

.why-item {
	display: flex;
	flex: 1;
}

.why-item span {
	font-family: "FinancierDisplay";
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	color: #005EFF;
	padding-right: 20px;
}

.why-item p {
	color: #040826;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Serif SC";
	line-height: 36px;
	margin-bottom: 24px;
	padding-right: 20px;
	/* word-break: keep-all; */
}

.agenda-title {
	text-align: center;
}

.agenda-title h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

.agenda-title p {
	font-size: 14px;
}

@media (max-width: 796px) {
	/* .dialog_box {
		width: 90%;
		padding: 20px 10px;
	}

	.dialog_box h4 {
		font-size: 18px;
	} */

	.dialog_btn span {
		font-size: 14px;
		padding: 10px 25px;
		border-radius: 4px;
	}

	.dialog_item div input {
		float: left;
		width: calc(50% - 10px);
	}

	.dialog_item div p {
		margin: 0 0 0 10px;
	}

	.why-box {
		padding-top: 0;
	}

	.why-title {
		font-size: 28px;
		font-weight: 600;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.why-info {
		align-items: flex-start;
		flex-direction: column;
	}

	.why-item {
		display: flex;
	}

	.why-item span {
		font-size: 26px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding-right: 10px;
	}

	.why-item p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 14px;
		padding-right: 0px;
		word-break: normal;
	}

	.agenda-title h6 {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1400px) {
	.container {
		width: 100%;
	}

	header .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner {
		/* padding-top: 80px; */
		/* margin-top: 80px; */
		/* padding: 7% 0 0; */
		padding-top: 80px;
	}

	.banner img {
		width: 100%;
		/* margin: 1% auto 2%; */
	}

	.banner a.banner_btn>img {
		width: 98%;
	}

	.nav>li>a {
		padding: 10px 5px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}

	.banner {
		padding-top: 80px;
		/* padding-top: 93px; */
		/* margin-top: 93px; */
	}

	.banner img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.banner-btn {
		position: absolute;
		bottom: 2%;
		left: 0;
		width: 100%;
		z-index: 9;
	}

	.banner-btn a {
		width: 22%;
	}


	.container {
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.s1_box .container {
		width: calc(100% - 80px);
	}

	.yicheng {
		padding: 15px 0;
	}

	.yicheng .container {
		padding: 0;
	}

	.yicheng_box {
		padding: 35px 15px 30px;
	}

	.yc_taggle div {
		flex: 1;
		margin: 0;
		font-size: 16px;
		padding: 5px 0;
	}

	.yc_taggle div span {
		font-size: 12px;
	}

	.zhuchiren h4,
	.yc_list_time h4 {
		font-size: 16px;
	}

	.zhuchiren li {
		width: 100%;
		float: none;
	}

	.get_all {
		font-size: 14px;
		padding: 10px 1em 10px 0;
		background-size: auto 14%;
	}

	.yc_list_time div:nth-child(1) {
		width: 7.5em;
		font-size: 12px;
		padding: 5px 0;
	}

	.yc_list_text .pc {
		width: 7.5em;
		font-size: 12px;
	}

	.zhuchiren li,
	.renwu_list li {
		margin-bottom: 0;
		font-size: 14px;
	}

	.xuanchuan .container {
		width: 100%;
		padding: 0;
	}

	.ziliao_box .container {
		width: 100%;
		padding: 0 15px;
	}

	.s-title {
		margin-bottom: 20px;
	}

	.s-title h4 {
		font-size: 24px;
	}

	.s-title p {
		font-size: 12px;
	}

	.mBanner {
		width: 100%;
		display: block;
		position: relative;
	}

	.mBanner>img {
		display: block;
		width: 100%;
		margin-top: 54px;
	}

	.mBanner>.banner_btn {
		text-align: center;
		position: absolute;
		bottom: 5%;
		width: 20%;
		left: 30%;
		transform: translateX(-50%);
	}

	.mBanner>.banner_btn:nth-of-type(2) {
		left: 50%;
	}

	.mBanner>.banner_btn:nth-of-type(3) {
		left: 70%;
	}

	.mBanner>.banner_btn>img {
		width: 100%;
		margin: 0 auto;
	}

	.banner {
		/* background: url(../img/wap/bg.png) top no-repeat;
		background-size: cover;
		height: 77vh; */
		padding-top: 13%;
		/* margin-top: 35px; */
	}

	.banner .container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 57%;
		transform: translateY(-50%);
	}

	.banner img {
		/* margin-bottom: 15%; */
	}

	.banner a.banner_btn {
		width: 30%;
		padding: 8px 0;
		height: auto;
		line-height: normal;
		font-size: 16px;
		border-radius: 4px;
		margin: 0 10px 15px;
	}

	.banner a.banner_btn_text {
		width: 30%;
		font-size: 16px;
	}

	.jianjie {
		padding: 0px 0;
	}

	.jianjie_text {
		font-size: 14px;
		width: 100%;
	}

	.jianjie-box {
		padding: 0;
	}

	.jianjie-video {
		width: 100%;
		margin-left: 0;
	}

	.jiabin_text h4 {
		font-size: 18px;
	}

	.jiabin_text p {
		font-size: 12px;
	}

	/* 主办方 */
	.zhuban {
		padding: 30px 0 10px;
	}

	/* 宣传 */
	.xuanchuan {
		padding: 30px 0 50px;
	}

	.xuanchuan_swiper .swiper-slide {
		margin-bottom: 0px;
		height: auto;
		width: 65%;
	}

	.xuanchuan_swiper .swiper-slide p {
		font-size: 16px;
		-webkit-line-clamp: 1;
	}

	.xuanchuan_swiper .swiper-slide div:nth-child(2) {
		height: auto;
	}

	.jiabin_pic {
		width: 75%;
		height: auto;
		margin: 0 auto 15px;
	}

	.ziliao_box {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.xiazai ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.xiazai ul li:after {
		right: 80px;
	}

	.xiazai ul li a {
		padding: 20px;
	}

	.xiazai ul li:nth-child(2n) {
		margin-left: 0;
	}

	.xiazai ul li div p {
		font-size: 16px;
	}

	.xiazai ul li div p span {
		font-size: 12px;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;

	}

	.s1_box {
		padding-top: 30px;
	}

	.swiper-pagination .swiper-pagination-bullet {
		height: 3px;
	}

	/* 主办方 */
	.zhuban_info>div {
		/* float: left; */
		/* width: calc(50% - 20px); */
		width: 60%;
		margin: 0 auto 40px;
	}

	.zhuban_info img {
		display: block;
		width: 100%;
	}

	.left_nav {
		left: -100%;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0);
		padding: 0;
		transition: all .3s;
		opacity: 0;
		box-shadow: none;
	}

	.left_nav.show {
		left: 0;
		opacity: 1;
	}

	.left_nav .box {
		float: left;
		height: 100%;
		background: #0d294d;
		padding: 15px 12% 15px;
		position: relative;
		outline: rgba(0, 0, 0, 0.6) solid 9999px;
		overflow-y: scroll;
	}

	.left_nav a {
		color: rgba(255, 255, 255, .8);
	}

	.left_nav a.active {
		color: #63e2ff;
		font-weight: normal;
		font-size: 16px;
	}

	.left_nav a.active:after {
		background: #63e2ff;
	}

	.left_nav .close {
		float: none;
		width: 20px;
		height: 20px;
		background: url(../img/close.png) center no-repeat;
		background-size: contain;
		opacity: 1 !important;
		margin-top: 20px;
		margin: 20px auto 0;
		transform: translateX(15%);
	}

	/* 遮罩 */
	.jiabin_model {
		background: rgba(0, 0, 0, .8);
	}

	.jb_mod_box {
		width: 85%;
		padding: 5%;
		overflow: hidden;
		height: 85%;
		max-height: 85%;
		background: #fff;
	}

	.box-header {
		width: 100%;
		text-align: left;
		float: none;
	}

	.box-header img {
		width: 30%;
		height: 30%;
		float: left;
	}

	.box-spk {
		float: left;
		width: 62%;
		margin-left: 5%;
		margin-top: 0;
		text-align: left;
	}

	.box-detail {
		height: auto;
		overflow-y: auto;
	}

	.box-detail {
		width: 100%;
		float: none;
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-left: 0;
		padding-right: 0;
	}

	.jbShow_close {
		top: calc(7.5% - 25px);
		right: calc(7.5% - 25px);
		width: 50px;
		height: 50px;
		margin-right: 0;
		/* margin-top: -5.2rem; */
		z-index: 10;
		background-color: #ffffff;
		border-radius: 50%;
		background-size: 50%;
	}

	.box-rec {
		line-height: 1.6;
		-webkit-box-ordinal-group: 2;
		overflow-y: scroll;
		max-height: 63vh;
		padding: 10px 0;
		padding-right: 5px;
	}

	.ziliao_box>div>p {
		text-align: left;
	}

	/* 媒体报道 */
	.news_banner {
		margin-bottom: 5%;
	}

	.news_box {
		width: 100%;
		margin: 0 auto 5%;
	}

	.news_box ul li {
		padding: 10px 0;
	}

	.news_img {
		width: 30%;
		height: 0;
		padding-top: 30%;
	}

	.news_text {
		width: 70%;
		height: 100%;
		padding-left: 10px;
	}

	.news_text h4 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.news_text p {
		line-height: 1.4;
		font-size: 14px;
	}

}