:root {
	--width: 100%;
}

#container {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.choosed_lang{
	color: #2b99ff;
	font-weight: bold !important;
	font-size: 20px !important;
	opacity: 1 !important;
}
.product_second_model_con .default_words{
	color: #2b99ff;
}
#top {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #000000;
}

#top .top_info {
	height: 40px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

#top .top_info div {
	height: 18px;
	line-height: 18px;
	max-width: 1280px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
}

#top .top_info div a {
	color: #ffffff;
}

#top .top_info div a:hover {
	color: #ffaa00;
}


/* #bg_swiper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
#bg_swiper .bg_swiper {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

#bg_swiper .bg_swiper img{
	display: inline-block;
	width:100%;
	height: 100%;
} */



#bg_swiper{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.wooask-carousel-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.wooask-carousel-bg-a8{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	color: #fff;
}
.words_model{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.words_model .bg_item_1_1{
	/* height: 80px; */
	line-height: 80px;
	font-size: 24px;
	font-weight: 700;
	flex-shrink: 0;
	background: -webkit-linear-gradient(#015eea, #009ffa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}
.words_model .bg_item_1_2{
	width: 99%;
	margin: 0 auto;
	line-height: 80px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.words_model .bg_item_1_3{
	/* height: 80px; */
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	white-space: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.words_model .bg_item_1_4{
	width: 30%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;
	cursor: pointer;
	background-color: #009ffa;
	color: #fff;
}
/* @keyframes shop_now_hover{
	from{
		font-size: 16px;
	}
	to{
		font-size: 18px;
		font-weight: 500;
	}
} 
.words_model .bg_item_1_4:hover{
	animation: shop_now_hover 0.1s linear forwards;
} */



#section_info {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}


#section_info .con_2 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 5px;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
}

#section_info .con_2 .con_2_item {
	flex-shrink: 0;
	width: 16.7%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	margin-right: 30px;
	animation-name: loop;
	animation-direction: reverse;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-fill-mode: forwards;
}

@keyframes loop {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

#section_info .con_2 .con_2_item .con_2_item_title {
	line-height: 50px;
	font-weight: 600px;
	font-size: 14px;
}

#section_info .con_2 .con_2_item .con_2_item_desc {
	line-height: 30px;
	color: #777777;
	font-size: 10px;
}

#section_three_imgs {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}

#section_three_imgs .con_imgs {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_three_imgs .con_imgs .con_imgs_model {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_three_imgs .con_imgs .con_imgs_model .con_imgs_item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_three_imgs .con_imgs .con_imgs_model .con_imgs_item_1 {
	background: url(../m_img/three/1_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

#section_three_imgs .con_imgs .con_imgs_model .con_imgs_item_2 {
	background: url(../m_img/three/2_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

#section_three_imgs .con_imgs .con_imgs_model .con_imgs_item_3 {
	background: url(../m_img/three/3_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_products {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}

#section_products .con_5 {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;

}

#section_products .con_5 .con_5_item_option {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item_option .con_5_right {
	/* width: 48%; */
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item_option .con_5_right .con_5_top,
.con_5_bottom {
	background-color: #e5e7ec;
	border-radius: 8px;
}

#section_products .con_5 .con_5_item_option .con_5_left {
	/* width: 48%; */
	margin: 0 auto;
	background-color: #e5e7ec;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#section_products .con_5 .con_5_item_option .con_5_left .con_5_title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
}

#section_products .con_5 .con_5_item_option .con_5_left .con_5_img {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

#section_products .con_5 .con_5_item_option .con_5_left .con_5_img img {
	display: inline-block;
	width: 220px;
	height: 220px;
}

#section_products .con_5 .con_5_item_option .con_5_right .con_5_bottom {
	width: 48%;
	background-color: #e5e7ec;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item_option .con_5_right .con_5_title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 15px;
}

#section_products .con_5 .con_5_item_option .con_5_right .con_5_img {

	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item_option .con_5_right .con_5_img img {
	display: inline-block;
	width: 80px;
	height: 80px;
	padding: 10px 20px;
}

#section_products .con_5 .con_5_item {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item .con_5_top {
	width: 48%;
	background-color: #e5e7ec;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item .con_5_bottom {
	width: 48%;
	background-color: #e5e7ec;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item .con_5_title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 15px;
}

#section_products .con_5 .con_5_item .con_5_img {

	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_products .con_5 .con_5_item .con_5_img img {
	display: inline-block;
	width: 80px;
	height: 80px;
	padding: 10px 20px;
}



#section_scene {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}

#section_scene .con_2 {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 5px;
	background-color: #F0F1F2;
}

#section_scene .con_2 .con_2_scene {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
	background-color: #F0F1F2;
}

#section_scene .con_2 .con_2_scene .con_2_scene_left {
	/* width: calc(50% - 10px);
	height: 380px; */
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_scene .con_2 .con_2_scene .con_2_scene_right {
	/* width: calc(50% - 10px);
	height: 380px; */
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_scene .con_2 .con_2_scene .con_2_scene_info {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-bottom: 30px;
}

#section_scene .con_2 .con_2_scene .con_2_scene_info .con_2_scene_info_font {
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: left;
	font-weight: 700;
}

#section_scene .con_2 .con_2_scene .con_2_scene_info .con_2_scene_info_btn {
	width: 80%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #0082f3;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#section_scene .con_2_scene_1 {
	background: url(../m_img/scene/scenes_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_scene .con_2_scene_2 {
	background: url(../m_img/scene/scenes_2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_scene .con_2_scene_3 {
	background: url(../m_img/scene/scenes_3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_scene .con_2_scene_4 {
	background: url(../m_img/scene/scenes_4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_3 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}

#section_3 .con_1 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	background-color: #fff;
}

#section_3 .con_2 {
	width: 90%;
	height: 40px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	border-radius: 5px;
}

#section_3 .con_2 .con_2_item {
	width: 16.7%;
	height: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-right: 10px;
	flex-shrink: 0;
	animation-name: marquee;
	animation-direction: reverse;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

#section_3 .con_2 .con_2_item_bg_1 {
	background: url(../../img/media/media_1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#section_3 .con_2 .con_2_item_bg_2 {
	background: url(../../img/media/media_2.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#section_3 .con_2 .con_2_item_bg_3 {
	background: url(../../img/media/media_3.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#section_3 .con_2 .con_2_item_bg_4 {
	background: url(../../img/media/media_4.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#section_3 .con_2 .con_2_item_bg_5 {
	background: url(../../img/media/media_5.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#section_3 .con_2 .con_2_item_bg_6 {
	background: url(../../img/media/media_6.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


#section_news {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2;
}

#section_news .con_4 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_news .con_4 .con_4_model {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#section_news .con_4 .con_4_model .con_4_item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_news .con_4 .con_4_model .con_4_item .con_4_item_video {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-shrink: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_news .con_4 .con_4_model .con_4_item .con_4_item_video .con_4_item_info {
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding-bottom: 15px;
}

.con_4_item .con_4_item_video_1 {
	background: url(../../img/news/news_1_en.png);
}

.con_4_item .con_4_item_video_2 {
	background: url(../../img/news/news_2.png);
}

.con_4_item .con_4_item_video_3 {
	background: url(../../img/news/news_3.png);
}

.section_model_title_news {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.section_model_title_news .section_model {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.section_model_title_news .section_model .section_model_left {
	width: 50%;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.section_model_title .news_more,.videos_more{
	width: 80%;
	margin: 0 auto;
	text-align: right;
	height: 30px;
	line-height: 30px;
	color: #a09fa4;
	cursor: pointer;
	font-size: 16px;
}

/* .section_model_title_video{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.section_model_title_video .section_model{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.section_model_title_video .section_model .section_model_left{
	width: 50%;
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
} */


#section_video {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #F0F1F2 !important;
}

#section_video .con_6 {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 5px;
}

#section_video .con_6 .con_6_model {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_video .con_6 .con_6_model .con_6_item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video {
	width: 98%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 8px;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_1 {
	background: url(../m_img/video/v_cover_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_2 {
	background: url(../m_img/video/v_cover_2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_3 {
	background: url(../m_img/video/v_cover_3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_5 {
	background: url(../m_img/video/v_cover_5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_6 {
	background: url(../m_img/video/v_cover_6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6_item_video_t05_usages{
	background: url(../m_img/video/v_cover_t05_usages.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6_item_video_shanghai_hotel_shop_plus_202604{
	background: url(../m_img/video/v_cover_shanghai_hotel_shop_plus_202604_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6_item_video_haiNan_close_gate{
	background: url(../m_img/video/v_cover_haiNan_close_gate_zh.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_Hotel_Exhibition{
	background: url(../m_img/video/v_cover_hotel_exhibition_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_GudongDong_TV{
	background: url(../m_img/video/v_cover_gungdong_tv_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_shenzhen_TV{
	background: url(../m_img/video/v_cover_shenzhen_tv_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video_a9{
	background: url(../m_img/video/v_vover_a9_en.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}


#section_video {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_video .con_6 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	border-radius: 5px;

	padding-top: 20px;
	padding-bottom: 20px;
}

#section_video .con_6 .con_6_model {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_video .con_6 .con_6_model .con_6_item {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#section_video .con_6 .con_6_model .con_6_item .con_6_item_video {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 8px;
}

#section_video .con_6_item_video_1 {
	background: url(../m_img/video/v_cover_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6_item_video_2 {
	background: url(../m_img/video/v_cover_2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_video .con_6_item_video_3 {
	background: url(../m_img/video/v_cover_3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.show_video {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999 !important;
	background: rgba(0, 0, 0, .25);
	display: none;
}

.video-close {
	width: 45px;
	height: 45px;
	color: #211d1e;
	position: absolute;
	right: 118px;
	top: 113px;
	z-index: 999;
	cursor: pointer;
}

.show_video video {
	outline: none;
	max-width: 85%;
	max-height: 70vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}


#section_partner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #000;
}

#section_partner .con_7 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_partner .con_7 .con_7_imgs {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#section_partner .con_7 .con_7_imgs .con_7_imgs_item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#section_partner .con_7 .con_7_imgs .con_7_imgs_item .con_7_imgs_item_img {
	width: 25%;
	height: 30px;
	flex-shrink: 0;
}

#section_partner .con_7_imgs_item_img_1 {
	background-image: url(../../img/partners/partner_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_2 {
	background-image: url(../../img/partners/partner_2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_3 {
	background-image: url(../../img/partners/partner_3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_4 {
	background-image: url(../../img/partners/partner_4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_5 {
	background-image: url(../../img/partners/partner_5.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_6 {
	background-image: url(../../img/partners/partner_6.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_7 {
	background-image: url(../../img/partners/partner_7.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#section_partner .con_7_imgs_item_img_8 {
	background-image: url(../../img/partners/partner_8.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#bottom {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #00001a;
	color: #fff;
}

#bottom .bottom_info {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#bottom .bottom_info .p_1 {
	margin: 0 auto;
	height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#bottom .bottom_info .p_1 div {
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
}

#bottom .bottom_info .p_1 p {
	line-height: 25px;
	font-size: 12px;
}

#bottom .bottom_info .p_2 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#bottom .bottom_info .p_2 .p_2_middle {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#bottom .bottom_info .p_2 .p_2_middle div {
	line-height: 40px;
}

#bottom .bottom_info .p_2 .p_2_right {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#bottom .bottom_info .p_2 .p_2_right .qcode {
	width: 90px;
	height: 90px;
	background-image: url(../../img/qcode.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_2 .p_2_right .download_font {

	padding: 10px;
	background-color: #0078D7;
	border-radius: 8px;
	font-weight: 600;
}

#bottom .bottom_info .p_3 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#bottom .bottom_info .p_3 div {
	line-height: 30px;
	text-align: center;
}

#bottom .bottom_info .p_4 {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#bottom .bottom_info .p_4 .p_4_img {
	width: 36px;
	height: 36px;
}

#bottom .bottom_info .p_4 .p_4_img_1 {
	background-image: url(../../img/social_media/twitter_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_4 .p_4_img_2 {
	background-image: url(../../img/social_media/fb_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_4 .p_4_img_3 {
	background-image: url(../../img/social_media/pin_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_4 .p_4_img_4 {
	background-image: url(../../img/social_media/ins_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_4 .p_4_img_5 {
	background-image: url(../../img/social_media/ytb_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_5 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

#bottom .bottom_info .p_5 div {
	height: 18px;
	line-height: 18px;
}

#bottom .bottom_info .p_5 .gov {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: pointer;

	width: 18px;
	height: 18px;
	background-image: url(../../img/social_media/govIcon.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#bottom .bottom_info .p_5 .simple_info {
	color: #fff;
}



#nav {
	width: 100%;
	margin: 0 auto;
	/* z-index: 999; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	color: #ffffff;
	background-color: #00001A;
}

#nav .nav_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

#nav .nav_wrap .nav_up_wrap {
	height: 48px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

}

#nav .nav_wrap .nav_up_wrap .nav_up {
	height: 48px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}

#nav .nav_wrap .nav_up_wrap .nav_up .logo {
	height: 48px;
	line-height: 48px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: pointer;
}

#nav .nav_wrap .nav_up_wrap .nav_up .logo .logo_img {
	height: 48px;
	line-height: 48px;
	color: #2b99ff;
	font-size: 20px;
	font-weight: 600;
}

#nav .nav_wrap .nav_up_wrap .nav_up .logo .split {
	height: 48px;
	line-height: 48px;
}

#nav .nav_wrap .nav_up_wrap .nav_up .logo .slogon {
	height: 48px;
	line-height: 52px;
	font-size: 6px;
	color: #2b99ff;
}

#nav .nav_wrap .nav_up_wrap .nav_up .shop {
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#nav .nav_wrap .nav_up_wrap .nav_up .shop img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

#nav .nav_wrap .nav_up_wrap .nav_up .langItem{
	
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center
}
#nav .nav_wrap .nav_up_wrap .nav_up .langItem .langChooseItem{
	height: 48px;
	line-height: 48px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	opacity: 0.5;
}

#nav .nav_wrap .nav_up_wrap .nav_up .wooask_menu {
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#nav .nav_wrap .nav_up_wrap .nav_up .wooask_menu img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

#navbar {
	position: fixed;
	top: 84px;
	z-index: 1000;
	display: none;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
}

.nav-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
}

.nav-list>li {
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid rgb(208,208,208);
}

.nav-list>li>a {
	display: block;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
}

.sub-nav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: none;
}

.sub-nav li {
	background-color: #ffffff !important;
	color: #000000 !important;
	padding-left: 30px;
	border-bottom: 1px solid rgb(208,208,208);
}

.sub-nav li a {
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	font-weight: 600;
}
