body {
	position: relative;
	overflow-x: hidden;
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}
}

.container {
	/* width:62.5%; */
	margin: 0 auto;
}

.grid_12 {
	min-height: 1px;
	background: #0e83d1;
	backdrop-filter: blur(20px);
	background: hsla(0, 0%, 100%, .1);
	border-radius: 8px;
	box-shadow: inset 0 0 40px hsl(0deg 0% 100% / 5%), inset 0 1px 0.5px hsl(0deg 0% 100% / 15%);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.grid_12>div {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.logo {
	position: relative;
	top: 26px;
	display: block;
	float: left;
	padding-bottom: 17px;
}

.menu {
	display: block;
	margin-left: 5px;
	text-align: left;
	float: right;
	width: auto;
}

.menu>li {
	margin-right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.menu-item>a {
	position: relative;
	font-size: 15px !important;
	/*letter-spacing: 3px;*/
	line-height: 68px;
	height: 68px;
	color: #fff;
	padding: 0 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}

.menu-item>a:hover {
	position: relative;
	/* color: #00a4ff; */
}

.menu-item>a:hover::before {
	position: absolute;
	top: 54px;
	left: 50%;
	content: '';
	display: block;
	height: 3px;
	border-radius: 3px;
	width: 24px;
	margin-left: -12px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #00a4ff;

}

.menu-item>.register:hover {
	position: relative;
	color: #E5E5E5;
	transform: translateY(2px);
}


body .dec {
	position: absolute;
	right: 0;
	top: 0;
	height: 300px;
	opacity: .5;
}

.footer {
	background: #010523;
	padding: 20px 0;
	text-align: center;
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
}

@keyframes box {
	from {
		top: 50%;
	}

	to {
		top: 250px;
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes scroll {
	0% {

		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@media (max-width:1920px) {
	.banner .banner-core {
		max-height: 690px;
	}
}

@media (max-width:1260px) {
	.menu-item>a {
		padding: 0 10px 0 10px;
	}
}

@media (max-width:991px) {
	.paper-list li {
		width: 48.5% !important;
	}

	.logo {
		display: none;
	}

	.menu-item .register {
		display: inline-block;
		background: #9b24db;
		;
		width: 88px;
		height: 36px;
		border-radius: 4px;
		line-height: 36px;
		text-align: center;
		margin-top: 14px;
	}

	.menu-item>a {
		padding: 0 8px 0 8px;
	}

	.logo img {
		height: 14px;
	}
}

@media (max-width:767px) {
	.paper-list li {
		width: 100% !important;
	}

	.menu-item .register {
		line-height: 12px;
	}

	.logo {
		display: block;
	}

	.logo img {
		height: 14px;
		margin-left: 24px;
		margin-top: -10px;
	}

	.grid_12,
	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	.grid_12>div {
		border-bottom: none;
	}

	.grid_12 {
		margin: 0;
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
		/* background:transparent !important; */
		background: #000;
		border-radius: 0;
	}

	.menu-xs ul {
		background: rgba(0, 0, 0, .8);
		float: right;
		width: 100%;
		text-align: right;
		padding: 10px;
		display: none;
		position: absolute;
		top: 47px;
	}

	.menu-xs ul li {
		padding: 0;
	}

	.menu-xs ul li a {
		font-size: 14px !important;
		color: #fff;
		letter-spacing: 0;
		border-bottom: none !important;
	}

	.menu-item>a:hover::before {
		display: none;
	}

	.menu .menu-item a.current:before {
		display: none;
	}

	.xs-menu-btn {
		font-size: 26px;
		color: #f0f0f0;
		float: right;
		display: block;
		width: 40px;
		line-height: 46px;
		text-align: right;
		cursor: pointer;
		margin-right: 24px;
	}

	.xs-close-btn {
		font-size: 24px;
		line-height: 46px;
		display: none;
		float: right;
		width: 40px;
		text-align: right;
		margin-right: 24px;
	}

	.menu-item>a {
		padding: 0 20px;
		line-height: 34px;
		height: 34px;
	}
}

.banner_media img {
	width: 100%;
}

.btm_nav_media {
	margin-top: -40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
	behavior: url(ie-css3.htc);
	position: relative;
	border-radius: 6px;
	display: none;
}

.btm_nav_media li {
	height: 160px;
	padding: 40px;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width: 25%;
	float: left;
	cursor: pointer;
}

.btm_nav_media li span {
	display: block;
	font-size: 42px;
	line-height: 1;
	color: #666;
	font-weight: 500;
}

.btm_nav_media li:hover {
	transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
}

.btm_nav_media li:hover a {
	color: #00a4ff;
}

.line {
	display: inline-block;
	width: 1px;
	height: 52px;
	background: #ddd;
	float: right;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 0;
}

.btm_nav_media li a {
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}

.title_media {
	margin-top: 50px;
	margin-bottom: 34px;
	/* text-align: justify; */
}

.title_name {
	font-size: 30px;
	color: #000;
	margin-bottom: 0;
	position: relative;
	padding-left: 16px;
}

.title_name:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 28px;
	border-radius: 40px;
	background: linear-gradient(180deg, #4c93ff 0, #51b2ff 100%) !important;
	background: -webkit-linear-gradient(180deg, #4c93ff 0, #51b2ff 100%) !important;
	background: -moz-linear-gradient(180deg, #4c93ff 0, #51b2ff 100%) !important;
	left: 0;
	top: 8px;
}

.download .title_media {
	padding-top: 50px;
	margin-bottom: 0;
}

.title_media_en {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 0;

}

.title_line {
	/* border-bottom: 3px solid #13fcc0; */
	display: inline-block;
	width: 40px;
	max-width: 40px;
}

/*分页*/
#itemContainer {
	min-height: 370px !important;
}

.holder {
	text-align: center;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #666;
	padding: 4px 10px;
	line-height: 26px;
}

.holder a:hover {
	background-color: #4c93ff;
	color: #fff;
	border-radius: 20px;
}

.holder a.jp-previous {
	margin-right: 15px;
}

.holder a.jp-next {
	margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default;
	background: none;
}

.holder span {
	margin: 0 5px;
}

/*分页end*/
.report_cnt {
	/* height: 470px; */
	overflow: hidden;
}

.report_cnt img {
	width: 100%;
	height: 100%;
}

.report_cnt ul {
	padding-left: 20px;
}

.report_cnt ul li {
	position: relative;
	padding-left: 4px;
	background: #f2f2f2;
	margin-bottom: 10px;
	padding: 9px 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
	max-width: 98%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.report_cnt ul li a {
	font-size: 14px;
	line-height: 40px;
}

.report_cnt ul li:hover {
	padding-left: 14px;
}

.report_cnt ul li:hover a {
	color: #00a4ff;
}

.news_pageover {
	float: left;
	margin-left: 20px;
	/* display: none; */
}

.news_pageover span {
	font-size: 20px;
	color: #808080;
	line-height: 0px;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.news_pageover span:hover {
	color: #13fcc0;
}

#news_next {
	margin-left: 30px;
}

/*swiper*/
.video {
	box-shadow: 0px 10px 40px 0px #131e3426;
	margin-top: 60px;
	border-radius: 10px;
	padding: 40px;
}

.video .title_media {
	margin: 0;
	margin-bottom: 20px;
}

.swiper_box {
	position: relative;

}

.video_box {
	width: 100%;
}



.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.atlas .swiper-button-next,
.atlas .swiper-button-prev {
	/* float: left; */
	margin-top: 0;
	/* position: static; */
	cursor: pointer;
	/* margin-right: 20px; */
	top: 40%;
}

.swiper-button-next span,
.swiper-button-prev span {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	background: #fff;
	color: #4c93ff;
	font-size: 20px;
	line-height: 54px;
	box-shadow: 0px 15px 40px 0px #11113d1a;
	text-align: center;
}

/* .atlas .swiper-button-next span,
.atlas .swiper-button-prev span {
	float: left;
	margin-top: 0;
	position: static;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	cursor: pointer;
} */

.video .swiper-button-next span,
.video .swiper-button-prev span {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	background: #fff;
	color: #9b24db;
	font-size: 30px;
	line-height: 54px;
	box-shadow: 0px 15px 40px 0px #11113d1a;
}

.video .swiper-button-next span {
	right: -30px;
}

.video .swiper-button-prev span {
	left: -30px;
}

.swiper-button-next:hover span,
.swiper-button-prev:hover span {
	font-size: 20px;
}

.swiper-container {
	width: 100%;
	height: 330px;
	margin: 20px auto;
}

#video_prev:hover span,
#video_next:hover span {
	font-size: 24px;
}

.swiper-slide {
	width: 384px !important;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 10px;
}

.swiper-slide .product_li .product_li_img {
	width: 100%;
	background: #fff;
	margin: 0;
	overflow: hidden;
}

.product_li .product_li_img img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.swiper-slide .product_li {
	width: 100%;
	padding: 10px;
	background: #fff;
}

.swiper-slide .product_li:hover img {
	transform: scale(1.03);
}

.swiper-slide .product_li .product_detail {
	margin-top: 24px;
	display: inline-block;
}

.swiper-slide .product_li .product_detail:hover p:first-child {
	color: #fdd100;
}

.swiper-slide .product_li .product_detail:hover .pro_name {
	color: #fdd100;
}

.swiper-slide .product_li .product_detail:hover p:last-child {
	color: #fdd100;
}

.append-buttons {
	text-align: center;
	margin-top: 20px;
}

.append-buttons a {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

/*atlas*/
.atlas {
	margin-top: 60px;
	border-radius: 10px;
	padding: 40px;
	background: url(../images/agenda-bg.png) no-repeat center center;
	padding: 40px 0;
	background-size: cover;
}

.atlas .swiper-button-prev {
	left: -10px;
}

#galpop-container {
	width: 800px !important;
	height: 534px !important;
	background: #fff;
	border-radius: 0;
	border-radius: 0;
}

#galpop-close {
	top: -34px;
	right: -34px;
}

.img-thumbnail {
	border: 0;
}

/*video*/
.video_swiper {
	height: auto;
}

.atlas .swiper_btn_video {
	float: right;
	margin-top: -20px;
	margin-bottom: 30px;
}

.atlas .swiper_btn_video .swiper-button-next span,
.atlas .swiper_btn_video .swiper-button-prev span {
	background: #00a4ff;
	font-size: 20px;
}

.video_swiper .swiper-slide {
	width: 33.33% !important;
	margin: 0;
	padding: 0 15px;
}

.swiper_video_li {
	position: relative;
	width: 100%;
}

.swiper_video_li .video_layer {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.swiper_video_li a:first-child {
	color: #fff;
	font-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -26px;
	display: none;
	z-index: 1000;
	cursor: pointer;
}

.swiper_video_li a:first-child:hover {
	-webkit-transform: scale(1.1);
}

.swiper_video_li img {
	width: 100%;
	height: 200px;
}

.swiper_video_li .video_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.swiper_video_li .video_title:hover {
	color: #13fcc0;
}

.download {
	/* background-color: #f2f2f2; */
	margin-top: 20px;
	padding-bottom: 60px;
}

.paper-list li {
	width: 31.8%;
	margin-right: 1.5%;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 24px;
	float: left;
	margin-bottom: 18px;
	background: #fff;
	position: relative;
	background: #fbfbff;
	background-image: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
	height: 180px;
	/* 
	    background: #fbfbff;
	    background-size: contain;
	    position: relative;
	    background-image: linear-gradient(180deg, #f3f5f8, #fff);
	    border: 2px solid #fff;
	    box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
	    border-radius: 8px;
	    padding: 20px; */






}

.paper-list li:hover {
	background: #f7f8fa;
	transform: translateY(-2px);
}

.paper-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: justify;
	margin-bottom: 10px;
}

.paper-icons {
	margin-top: 40px;
}

.paper-icons a {
	display: inline-block;
	width: 104px;
	height: 35px;
	border-radius: 35px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.paper-icons .iconfont {
	font-size: 20px;
	color: #666;
	vertical-align: bottom;
	padding-left: 4px;
}

.paper-icons a:hover {
	background: #4c93ff;
	color: #fff;
}

.paper-icons a:hover .iconfont {
	color: #fff;
}

.paper-list li img {
	margin-top: -10px;
}

@media (max-width:1240px) {
	.btm_nav_media li {
		height: 130px;
		padding: 20px;
	}
}

@media (max-width:1199px) {
	.btm_nav_media li span {
		font-size: 32px;
	}

	.holder {
		margin-bottom: 20px;
	}

	.btm_nav_media li {
		height: 120px;
		padding: 24px;
	}

	.btm_nav_media li img {
		height: 30px;
	}

	.swiper-slide {
		width: 47% !important;
		margin: 0 2%;
	}

	.swiper_btn {
		top: -18px;
	}

	.video_swiper .swiper-slide {
		width: 47% !important;
		margin: 0 2%;
	}

	#itemContainer {
		min-height: 330px !important;
	}

	.report_cnt {
		height: auto;
	}

	.report_cnt ul li a {
		line-height: 34px;
	}

	.report_cnt ul {
		padding-top: 0px;
	}

	.swiper_video_li {
		width: 100%;
	}

	.swiper_video_li .video_title {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.title_media {
		margin: 20px auto;
	}

	.btm_nav_media {
		width: 90%;
	}

	.btm_nav_media li {
		height: 100px;
		padding: 20px;
	}

	.btm_nav_media li img {
		height: 28px;
	}

	.btm_nav_media li a {
		font-size: 14px;
		margin-top: 14px;
	}

	.report_cnt div:first-child {
		display: none;
	}

	#content {
		width: 100%;
	}

	.report_cnt {
		height: auto;
	}

	.report_cnt ul {
		padding: 10px 10px 20px 20px;
	}

	.swiper_btn {
		top: 0;
		/* left: 20px; */
	}

	.atlas {
		padding: 40px 0 10px 0;
	}

	.download_cnt ul {
		background-size: cover;
	}

	.download_cnt ul li {
		padding: 6px 0;
		padding-left: 10px;
	}

	.download_cnt ul li a {
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 10px;
	}
.atlas {
    margin-top: 20px;
	height:400px;
	}
	.atlas .swiper-button-next,
	.atlas .swiper-button-prev {
		display: none;
	}

	.video {
		box-shadow: none;
		margin-top: 30px;
		border-radius: 0;
	}

	.video .swiper-container {
		margin: 0;
	}

	.paper-list li {
		width: 100%;
	}

	.banner_media {
		margin-top: 46px;
	}

	#galpop-container {
		width: 80% !important;
		height: auto !important;
	}

	#galpop-content img {
		width: 100%;
	}

	.btm_nav_media li span {
		font-size: 20px;
	}

	.btm_nav_media li img {
		height: 20px;
	}

	.title_name {
		font-size: 24px;
	}

	.btm_nav_media {
		margin-top: -8px;
		width: 85%;
		padding: 0;
	}

	.btm_nav_media li {
		height: 68px;
		padding: 10px 0
	}

	.btm_nav_media li a {
		font-size: 12px;
		margin-top: 8px;
	}

	.btm_nav_media li span.line {
		display: none;
	}

	.report_cnt {
		height: auto;
		padding: 0;
	}

	.report_cnt ul li {
		border-radius: 4px;
	}

	#itemContainer {
		min-height: auto !important;
	}

	.report_cnt ul li a {
		line-height: 26px;
	}

	.swiper-container {
		height: auto;
	}

	.swiper-slide {
		width: 100% !important;
	}

	.swiper-slide .product_li .product_li_img {
		height: auto;
	}

	.swiper_btn {
		top: -20px;
	}

	.video_swiper .swiper-slide {
		width: 100% !important;
		margin: 0;
	}

	.download_cnt:last-child {
		padding-left: 0;
		margin-top: 20px;
	}
}
