* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-family: "BB4171";
}
@font-face {
font-family: 'BB4171';
src: url('../font/SourceHanSansCN-Normal.otf') format('truetype');
}
.font-syst{
	font-family: "BB4171"
}
body {
	margin: 0;
	padding: 0;
	display: inherit;
	overflow-x: hidden;
	-webkit-user-select: none; /* Chrome / Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}

a {
	text-decoration: none;
	color: #000;
}
.col-md-14_28{
	width: 14.28%;
	float: left;
}
.ntwlink {
	text-decoration: none;
	color: #000;
}

.ntwlink:hover {
	text-decoration: none;
	color: #000;
}
.ntwrow{
	width: 100vw;
	height: auto;
	overflow: hidden;
}
.ntwrow_c{
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 1rem 0;
}


.ntw_intro_year{
	font-size: 3rem;
	color: #f19600;
}
.ntw_intro_small{
	font-size: .06rem;
}
img {
	vertical-align: middle;
	max-width: 100%;
}

div {
	display: inherit;
}

::-webkit-scrollbar-track-piece {
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background-color: #77787a;
	background-clip: padding-box;
	min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}

.spacer {
	width: 100vw;
	height: 2rem;
	clear: both;
}

.top1 {
	width: 100vw;
	height: 40px;
	background-color: #051233;
	padding: 0 5rem;
	line-height: 40px;
	color: #d3d3d3;
	font-size: 1.2rem;
}

.top1 a {
	text-decoration: none;
	color: #d3d3d3;
}

.top1 a:hover {
	text-decoration: none;
	color: #15cc0c;
}

.top_menus {
	width: 100vw;
	height: 60px;
	/* background-color:#5cc754 ; */
}

.top_menus_f {
	position: fixed;
	top: 0px;
	margin: 0 auto;
	z-index: 999;
}

.top_menus_bg {
	width: 100%;
	height: 60px;
	background-color: #051233;
	opacity: 0;
}

.top_menus_bg_f {
	animation: top_menus_bg_changecolor 1s 1;
	-webkit-animation: top_menus_bg_changecolor 1s 1;
	/* Safari 鍜?Chrome */
	background-color: #fff;
	opacity: 1;
	
}

.top_menus_bg_b {
	animation: top_menus_bg_back 1s 1;
	-webkit-animation: top_menus_bg_back 1s 1;
	/* Safari 鍜?Chrome */
	background-color: #fff;
	opacity: 0;
	
}

@keyframes top_menus_bg_back {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes top_menus_bg_back {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes top_menus_bg_changecolor {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes top_menus_bg_changecolor {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.top_menus_tel {
	width: 100%;
	height: 40px;
	margin: 10px 0;
	background-image: linear-gradient(90deg, rgb(153, 204, 0) 0%, rgb(51, 153, 51) 100%);
	text-align: center;
	line-height: 40px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	border-radius: 1rem;
}

@keyframes banners_mb_change {
	from {
		opacity: 0.6;
	}

	to {
		opacity: 0;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_mb_change {
	from {
		opacity: 0.6;
	}

	to {
		opacity: 0;
	}
}

.top_menus_content {
    width: 73%;
    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    line-height: 60px;
    color: #000;
    /* padding: 0 5rem; */
    top: 0px;
    left: 0;
    right: 0;
}
@media (min-width: 992px){
	.top_menus_content {
		width: 100%;
		position: absolute;
		z-index: 1000;
		margin: 0 auto;
		line-height: 60px;
		color: #000;
		/* padding: 0 5rem; */
		top: 0px;
		left: 0;
		right: 0;
	}
}
.top_menus_content_f {
	top: 0;
	color: #000;
}

.top_menus_logo img {
	width: 120px;
	height: auto;
	/* max-height: 40px; */

}

.top_menus_menu_p{
	position: relative;
}

.top_menus_menu {
	font-size: 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.top_menus_menu{
}
.top_menus_menu a{
	display: block;
	text-decoration: none;
	color: #000;
}
.top_menus_menu a:hover{
	display: block;
	text-decoration: none;
	color: #f19600;
}
.top_menus_menu_open{
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.top_menus_menu:hover {
	/* background-color: #3f5488; */
	color:#f19600;
}

.where_to_buy{
	background-color: #f19600;
	color: #fff !important;
	transition: all 0.45s;
}
.where_to_buy:hover{
	background-color:#6eb92b;
}
.where_to_buy a{
	color: #fff !important;
}
.banners {
	width: 100vw;
	height: auto;
	background-position: center center;
	background-size: 110%;
	overflow: hidden;
}

/*鍔ㄧ敾寰幆鎾斁鍔?infinite */
.banners_f {
	animation: banners_background 1s;
	-webkit-animation: banners_background 1s;
	/* Safari 鍜?Chrome */
	background-size: 115%;
}

.banners_b {
	animation: banners_background_back 1s;
	-webkit-animation: banners_background_back 1s;
	/* Safari 鍜?Chrome */
	background-size: 110%;
}

@keyframes banners_background {
	from {
		background-size: 110%;
	}

	to {
		background-size: 115%;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_background {
	from {
		background-size: 110%;
	}

	to {
		background-size: 115%;
	}
}

@keyframes banners_background_back {
	from {
		background-size: 115%;
	}

	to {
		background-size: 110%;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_background_back {
	from {
		background-size: 115%;
	}

	to {
		background-size: 110%;
	}
}

.banners_mb {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 3rem;
	position: relative;
	background-position: center center;
	background-size: cover;
}

/*鍔ㄧ敾寰幆鎾斁鍔?infinite */
.banners_mb_f {
	animation: banners_mb_filter 1s;
	-webkit-animation: banners_mb_filter 1s;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	/* Safari 鍜?Chrome */
}
.banners_mb_b {
	animation: banners_mb_filter_back 1s;
	-webkit-animation: banners_mb_filter_back 1s;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	/* Safari 鍜?Chrome */
	
}
@keyframes banners_mb_filter {
	from {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}

	to {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_mb_filter {
	from {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	
	to {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
}

@keyframes banners_mb_filter_back {
	from {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}

	to {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_mb_filter_back {
	from {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	
	to {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
.banners_mb img{
	width: 100%;
	height: auto;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        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;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes banners_mb_back {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.6;
	}
}


/*Safari 鍜?Chrome:*/
@-webkit-keyframes banners_mb_back {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.6;
	}
}

.banners_mb_f {
	animation: banners_mb_change 1s 1;
	-webkit-animation: banners_mb_change 1s 1;
	/* Safari 鍜?Chrome */
}

.banners_mb_b {
	animation: banners_mb_back 1s 1;
	-webkit-animation: banners_mb_back 1s 1;
	/* Safari 鍜?Chrome */
}


.banners_mb_textk {
	width: 73%;
    height: 30rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}

.banners_mb_textk_pic{
	width: auto;
    height: 30rem;
    position: absolute;
    right: 0px;
}
.banners_mb_textk_pic img{
	width: auto;
	height: 30rem;
}


.banners_mb_textk_button {
	width: 261px;
	height: 53px;
	background-image: linear-gradient(90deg, rgb(51, 153, 51) 0%, rgb(153, 204, 0) 100%);
	border-radius: .6rem;
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	font-weight: 600;
}


.banners_mb_buttons {
	width: 60vw;
	height: 108px;
	position: absolute;
	bottom: -54px;
	margin: 0 auto;
	right: 0;
	z-index: 100;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.banners_mb_button {
	width: 100%;
	height: 108px;
	border-radius: .1rem;
	flex-grow: 1;
	padding: .6rem;
}
.banners_mb_button_k{
	padding: 2rem .9rem;
	margin: 0;
	background-color: #051233;
	color: #fff;
}
.banners_mb_button_k:hover {
	background-color: #606269;
}
.banners_mb_button_icon {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banners_mb_button_icon img {
	width: 100%;
	height: auto;
}

.banners_mb_button_text {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.swiper-pagination-bullet-active {
	background-color: #fff !important;
}


.t1 {
	width: 100vw;
	height: auto;
	overflow: hidden;
	padding: 1rem 0 0rem 0;
}

.t1_bgcolor_black {
	background-color: #051233;
	animation: t1_bgcolor_change 1s 1;
	-webkit-animation: t1_bgcolor_change 1s 1;
	/* Safari 鍜?Chrome */
}

.t1_bgcolor_white {
	background-color: #fff;
	animation: t1_bgcolor_back 1s 1;
	-webkit-animation: t1_bgcolor_back 1s 1;
	/* Safari 鍜?Chrome */
}

@keyframes t1_bgcolor_change {
	from {
		background-color: #fff;
	}

	to {
		background-color: #051233;
	}
}


/*Safari 鍜?Chrome:*/
@-webkit-keyframes t1_bgcolor_change {
	from {
		background-color: #fff;
	}

	to {
		background-color: #051233;
	}
}

@keyframes t1_bgcolor_back {
	from {
		background-color: #051233;
	}

	to {
		background-color: #fff;
	}
}


/*Safari 鍜?Chrome:*/
@-webkit-keyframes t1_bgcolor_back {
	from {
		background-color: #051233;
	}

	to {
		background-color: #fff;
	}
}

.t1_c {
	width: 75vw;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	min-height: 600px;

}

.t1_c_title {
	width: 100%;
	height: auto;
	line-height: 3rem;
	text-align: center;
	font-size: 2.4rem;
}

.t1_c_fontcolor_black {
	color: #000;
	animation: fontcolor_black 1s 1;
	-webkit-animation: fontcolor_black 1s 1;
	/* Safari 鍜?Chrome */
}

.t1_c_fontcolor_white {
	color: #fff;
	animation: fontcolor_white 1s 1;
	-webkit-animation: fontcolor_white 1s 1;
	/* Safari 鍜?Chrome */
}

@keyframes fontcolor_black {
	from {
		color: #fff;
	}

	to {
		color: #000;
	}
}


/*Safari 鍜?Chrome:*/
@-webkit-keyframes fontcolor_black {
	from {
		color: #fff;
	}

	to {
		color: #000;
	}
}

@keyframes fontcolor_white {
	from {
		color: #000;
	}

	to {
		color: #fff;
	}
}


/*Safari 鍜?Chrome:*/
@-webkit-keyframes fontcolor_white {
	from {
		color: #000;
	}

	to {
		color: #fff;
	}
}

.t1_c_desc {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.2rem;
	color: #535353;
}

.t1_c_video {
	width: 72%;
	height: auto;
	line-height: 3rem;
	text-align: center;
	font-size: 2.1rem;
	margin: 0 auto;
	
}

.t1_c_video video {
	width: 100%;
	height: auto;
}

.t2 {
	width: 100vw;
	height: auto;
	overflow: hidden;
	padding: 1rem 0 3rem 0;
	background-color: #fff;
	padding-top: 6rem;
}

.t2_c {
	width: 75vw;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	min-height: 600px;


}

.t2_c_product {
	width: 100%;
	height: auto;
	padding: 1rem .5rem;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.t2_c_product a{
	text-decoration: none;
}
.t2_c_product a:hover{
	text-decoration: none;
}
.t2_c_product_p {
	width: 100%;
	height: auto;
	/* border-radius: .6rem; */
	overflow: hidden;
}

.t2_c_product_p_bg1 {
	/* background-image: linear-gradient(120deg, rgb(246, 246, 243) 0%, rgb(230, 229, 225) 100%); */
}

.t2_c_product_p_bg2 {
	background-image: linear-gradient(120deg, rgb(236, 237, 241) 0%, rgb(221, 222, 226) 100%);
}

.t2_c_product_p_bg3 {
	background-image: linear-gradient(120deg, rgb(246, 246, 243) 0%, rgb(230, 229, 225) 100%);
}

.t2_c_product_p_title {
	text-align: left;
	margin: 3rem 3rem 0 3rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 2.7rem;
	color: #1c354d;
}

.t2_c_product_p_desc {
	text-align: left;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 3rem;
	color: #99a1ae;
}

.t2_c_product_p_pic {
	width: 80%;
	height: auto;
	/* float: right; */
	overflow: hidden;
	margin: 0 auto;
}

.t2_c_product_p_pic img {
	width: 100%;
	height: auto;
	margin: .9rem;
}

.t3 {
	width: 75vw;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.t3_intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.t3_pic {
	width: 100%;
	height: 480px;
	background-position: center center;
	overflow: hidden;
	background-size: 120%;
}

.t3_pic_f {
	animation: t3_pic_background 1s;
	-webkit-animation: t3_pic_background 1s;
	/* Safari 鍜?Chrome */
	background-size: 140%;
}

.t3_pic_b {
	animation: t3_pic_background_back 1s;
	-webkit-animation: t3_pic_background_back 1s;
	/* Safari 鍜?Chrome */
	background-size: 120%;
}

@keyframes t3_pic_background {
	from {
		background-size: 120%;
	}

	to {
		background-size: 140%;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes t3_pic_background {
	from {
		background-size: 120%;
	}

	to {
		background-size: 140%;
	}
}

@keyframes t3_pic_background_back {
	from {
		background-size: 140%;
	}

	to {
		background-size: 120%;
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes t3_pic_background_back {
	from {
		background-size: 140%;
	}

	to {
		background-size: 120%;
	}
}



.t3_pic img {
	width: 100%;
	height: 480px;
}

.t3_pic_mengban {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	cursor: pointer;
}

.t3_pic_mengban_button {
	width: 12rem;
	height: 4.5rem;
	border: 2px #5cc754 solid;
	border-radius: .6rem;
	margin: auto;
	line-height: 4.5rem;
	text-align: center;
	color: #fff;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
}

.t3_text {
	width: 100%;
	height: 100px;
	line-height: 50px;
	text-align: center;

}

.te_text_mouseover {
	background-image: linear-gradient(90deg, rgb(133, 244, 187) 0%, rgb(140, 217, 232) 100%);
	animation: te_text_mouseover_change 2s infinite;
	-webkit-animation: te_text_mouseover_change 2s infinite;
	/* Safari 鍜?Chrome */
}


@keyframes te_text_mouseover_change {
	from {
		background-image: linear-gradient(90deg, rgb(133, 244, 187) 0%, rgb(140, 217, 232) 100%);
	}

	to {
		background-image: linear-gradient(90deg, rgb(212, 248, 174) 0%, rgb(75, 230, 207) 100%);
	}
}

/*Safari 鍜?Chrome:*/
@-webkit-keyframes te_text_mouseover_change {
	from {
		background-image: linear-gradient(90deg, rgb(133, 244, 187) 0%, rgb(140, 217, 232) 100%);
	}

	to {
		background-image: linear-gradient(90deg, rgb(212, 248, 174) 0%, rgb(75, 230, 207) 100%);
	}
}

.t3_text_title {
	width: 100%;
	height: 50px;
	font-size: 24px;
}

.t3_text_desc {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.getmore {
	background-color: #fff;
	height: 4.5rem;
	border-radius: .6rem;
	line-height: 4.5rem;
	color: #051233;
	text-align: center;
}



.footer {
	width: 100vw;
	height: auto;
	min-height: 30rem;
	background-color: #ffb236;
	color: #7bacd6;
	overflow: hidden;
	padding-top: 9rem;
}
.footer a{
	color:#fff !important ;
}

.footer_c {
	width: 75vw;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	min-height: 27rem;
}

.footer_c_text {
	padding: 1rem;
	line-height: 3rem;
	text-align: left;
}

.footer_c_text h5 {
	line-height: 1.2rem;
	color: #fff !important;
}

.footer_a{
	color: #fff !important;
}
.footer_logo_icon{
	margin-top: 3rem !important;
}
.footer_logo_icon_img{
	width: 100%;
}
.footer_logo_icon img{

}
.copyright {
	width: 100vw;
	height: auto;
	background-color: #f19600;
	color: #fff;
	overflow: hidden;
}

.copyright_c {
	width: 75vw;
	height: 9rem;
	margin: 0 auto;
	text-align: center;
	line-height: 4.5rem;
}

.banners_channel_title {
	width: 75vw;
	height: 60px;
	line-height: 60px;
	font-size: 45px;
	color: #fff;
	margin: 185px auto 0 auto;
	position: absolute;
	top: 3rem;
	left: 7.5%;
}

/* gallery */
.galleryt1 {
	width: 100vw;
	height: auto;
	background-color: #051233;
	overflow: hidden;
}

.galleryt1_select {
	width: 75vw;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.galleryt2_gallerys {
	width: 100vw;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	background-color: #051233;
}

.galleryt2_gallerys_pic {
	width: 100%;
	padding: 1rem 0;
	margin: 0;
}

.galleryt2_gallerys_pic div {}


/* 鐎戝竷娴?*/
.demo {
	position: relative;
	opacity: 0;
	transition: .2s ease;
	margin-bottom: 60px;
}

.grid {
	position: relative;
	/* fluffy */
	margin: 0 auto;
	width: 98%;
	/* end fluffy */
}

.grid-item {
	position: absolute;
	top: 0;
	left: 0;
	/* fluffy */
	width: 270px;
	border-radius: 3px;
	background-color: #EDEDED;
	/* end fluffy */
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1px solid #ADADAD;
	overflow: hidden;
}

.grid-item img {
	opacity: 0;
	transform: scale(0);
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
}


.show_mobile_menus{
	width: 60px;
	height: 60px;
	position: fixed;
	margin: 0;
	top: 0px;
	right: 0px;
	z-index: 1200;
	display: none;
}
.mobile_menus{
	width: 60vw;
	height: 100vh;
	background-color: #051233;
	position: fixed;
	z-index: 1200;
	margin: 0;
	left: -60vw;
	top:0px;
	padding: 2rem 1rem;
	text-align: center;
	line-height: 4.5rem;
	text-decoration: none;
}
.mobile_menus a{
	line-height: 3rem;
	color: #fff;
	text-decoration: none;
}
.mobile_menus a:hover{
	line-height: 3rem;
	color: #fff;
}
.mobile_menu:hover{
	background-color: #4c5773;
}
.top_menus_cbuttons{
	display: inherit;
}
.top_menus_menu_p{
	display: inherit;
}

.learn_more_1{
    width: 7.2rem;
    padding: 0 .2rem;
    /* border-bottom: #6eb92b 1px solid; */
    text-align: center;
    color: #f19600;
    text-decoration: underline;
}
.learn_more_1 a{
	color: #f19600;
}
.learn_more_1 a:hover{
	color: #f19600;
}
.product_green_title{
    line-height: 3.6rem;
    color: #f19600;
    font-size: 1.8rem;
    text-align: center;
}
.product_green_title a{
	color: #f19600;
}
.product_green_title a:hover{
	color: #f19600;
}
.product_green_desc{
	line-height: 1.8rem;
	text-align: center;
	font-size: 12px;
}
.product_green_desc a{
	color: #6a6a6a;
}
.product_green_desc a:hover{
	color: #6a6a6a;
}
.product_green_border{
    width: 6rem;
    height: 0;
    margin: 6px auto;
    border-top: #ffaf2d 2px solid;
}
.gallerySwiper{
	width: 150%;
	margin-left: -25% !important;
}

.home_gallery{
	width: 100vw;
	height: auto;
	overflow: hidden;
	margin-top: 3rem;
}
.home_gallery_tabbutton{
    margin: 0 auto;
    padding: 0;
    background: #f19600;
    height: auto;
    width: 66%;
}
.home_gallery_tab_button{
    width: 16%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 0;
    border-bottom: #f2f2f2 2px solid;
}
.home_gallery_tab_button_at{
	border-bottom: #6eb92b 2px solid;
}
.home_gallery_tab_button img{
	
}
.home_gallery_tab_button_img{
    width: 12rem;
    height: auto;
    margin: 0 auto;
	line-height: 5rem;
	text-align: center;
}

.home_gallery_tab_button_img img{
	width: 9rem;
	height: auto;
}
.home_gallery_tabs{
	width: 100vw;
	height: auto;
	overflow: hidden;
}
.home_gallery_tab{
	width: 100vw;
	height: auto;
	overflow: hidden;
	padding: 3rem 0;
	background-color: #f6f7f6;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 33% !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 33% !important;
}
/* mq */
.swiper-button-next{
	right: 1.5%;
	left: auto;
	color:rgba(0, 0, 0, 0)!important;
	background:url("../image/button_right.png") center center no-repeat;
	background-size: 30px 30px;
}
.swiper-button-prev{
	left: 1.5%;
	right: auto;
	color:rgba(0, 0, 0, 0)!important;
	background:url("../image/button_left.png") center center no-repeat;
	background-size: 30px 30px;
}


@media (max-width: 980px) { 
	.show_mobile_menus{
		display: inherit;
	}
	.top_menus_cbuttons{
		display: none;
	}
	.top1{
		height: 60px;
		line-height: 60px;
	}
	.top_menus_menu_p{
		display: none;
	}
	.home_gallery_tab_button_img{
		width: 6rem !important;
	}
	.home_gallery_tab_button_img img{
		width: 6rem !important;
	}
	
}

@media (max-width: 600px) {
	.grid-item {
		width: 120px;
		height: 80px;
	}
	.home_gallery_tab_button_img{
		width: 12rem !important;
	}
	.home_gallery_tab_button_img img{
		width: 12rem !important;
	}
	.home_gallery_tab_button{
		width: 50%;
	}
}

.ntw_page_banners {
	width: 100vw;
	height: auto;
	background-position: center center;
	background-size: 110%;
	overflow: hidden;
	position: relative;
}
.ntw_page_banners img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.big_pic_k{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.big_pic_k img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.t3_divs{
	position: relative;
}
.t3_p_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	clear:both;
	display: block;
	background-size: cover;
	background-position: center center; 
}
.t3_p_img img{
	position: absolute;
	width: 100%;
    height: auto;
    background-color: #F9B008;
    transform: scale(1,1);
    transition: all 0.6s;
	z-index: 998;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
}
.t3_p_img img:hover{
	position: absolute;
	z-index: 999;
	transform: scale(1.2,1.2);
}
.t3_p_pic_on{
	background-size: 120%;
    animation: t3_p_pic_b 0.5s 1;
    -webkit-animation: t3_p_pic_b 0.5s 1;
}
.t3_p_pic_on_1{
	background-size: 100%;
    position: absolute;
    width: 200%;
    z-index: 999;
	animation: t3_p_pic_img_p 0.5s 1;
	-webkit-animation: t3_p_pic_img_p 0.5s 1;
}
.t3_p_pic_on_4{
	background-size: 100%;
    position: absolute;
	top: 0px;
	right: 0px;
    width: 200%;
    z-index: 999;
	animation: t3_p_pic_img_p 0.5s 1;
	-webkit-animation: t3_p_pic_img_p 0.5s 1;
}
.t3_p_pic_on_5{
	background-size: 100%;
    position: absolute;
	top: -50%;
	right: 0;
	left: 0px;
	bottom: 50%;
    width: 200%;
    z-index: 999;
	animation: t3_p_pic_img_p 0.5s 1;
	-webkit-animation: t3_p_pic_img_p 0.5s 1;
}
.t3_p_pic_on_8{
	background-size: 100%;
    position: absolute;
	top: -50%;
	right: 0px;
	left: 0;
	bottom: 50%;
    width: 200%;
    z-index: 999;
	animation: t3_p_pic_img_p 0.5s 1;
	-webkit-animation: t3_p_pic_img_p 0.5s 1;
}
.t3_p_pic_over{
	background-size: 100%;
	animation: t3_p_pic_p 0.5s 1;
	-webkit-animation: t3_p_pic_p 0.5s 1;
}

.t3_p_pic_p_over{
	background-size: 100%;
	width: 100%;
	animation: t3_p_pic_img_a 0.5s 1;
	-webkit-animation: t3_p_pic_img_a 0.5s 1;
}

@keyframes t3_p_pic_img_p {
	from {
		width: 100%;
	}

	to {
		background-size: 200%;
	}
}
@-webkit-keyframes t3_p_pic_img_p {
	from {
		width: 100%;
	}

	to {
		background-size: 200%;
	}
}

@keyframes t3_p_pic_img_a {
	from {
		width: 200%;
	}

	to {
		background-size: 100%;
	}
}
@-webkit-keyframes t3_p_pic_img_a {
	from {
		width: 200%;
	}

	to {
		background-size: 100%;
	}
}

@keyframes t3_p_pic_p {
	from {
		background-size: 120%;
	}

	to {
		background-size: 100%;
	}
}
@-webkit-keyframes t3_p_pic_p {
	from {
		background-size: 120%;
	}

	to {
		background-size: 100%;
	}
}



@keyframes t3_p_pic_b {
	from {
		background-size: 100%;
	}

	to {
		background-size: 120%;
	}
}


/*Safari 閸滐拷 Chrome:*/
@-webkit-keyframes t3_p_pic_b {
	from {
		background-size: 100%;
	}
	
	to {
		background-size: 120%;
	}
}

@keyframes t3_p_pic_a {
	from {
		background-size: 120%;
	}

	to {
		background-size: 100%;
	}
}


/*Safari 閸滐拷 Chrome:*/
@-webkit-keyframes t3_p_pic_a {
	from {
		background-size: 120%;
	}
	
	to {
		background-size: 100%;
	}
}

.t3_p_pic_mengban{
	width: 100%;
	height: 60rem;
	background-color: rgba(0,0, 0,0.2);
}
.t3_p_pic_z{
	width: 120rem;
	height: 6rem;
	background-color: rgba(255,255, 255, 0.3);
	top: -15rem;
	position: absolute;
	margin: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -55rem;
}
.t3_p_pic_z_f {
	color: #fff;
	animation: t3_p_pic_z_flash 0.5s 1;
	-webkit-animation: t3_p_pic_z_flash 0.5s 1;
	/* Safari 閸滐拷 Chrome */
}

@keyframes t3_p_pic_z_flash {
	from {
		top: -15rem;
		right: -55rem;
	}

	to {
		top: 25rem;
		right: 25rem;
	}
}


/*Safari 閸滐拷 Chrome:*/
@-webkit-keyframes t3_p_pic_z_flash {
	from {
		top: -15rem;
		right: -55rem;
	}
	
	to {
		top: 25rem;
		right: 25rem;
	}
}




.t3_p_pic img{
	width: 100%;
	margin: 0 auto;
	height: auto;
}


.balcony_1{
	width: 100vw;
	height: auto;
	overflow: hidden;
	padding: 10rem 0 20rem 0;
	background-color: #6eb92b;
	position: relative;
}

.balcony_t1_pic{
	
}
.balcony_1_title{
    width: 450px;
    height: 230px;
    bottom: -3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.balcony_1_title img{
	width: 100%;
	height: auto;
}
.balcony_body{
	width: 100vw;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 9rem 0;
}
.balcony_2{
	width: 91vw;
	height: auto;
	margin: 0 auto;
}
.balcony_2_smallp{
	width: 90%;
	height: auto;
	margin:50% auto;
	overflow: hidden;
}
.balcony_2_smallp img{
	width: 100%;
	height: auto;
}
.balcony_2_topline{
	width: 6rem;
	height: 2.1rem;
	border-top: #f19600 4.5px solid;
	float: right;
}
.balcony_2_topline_l{
	width: 6rem;
	height: 2.1rem;
	border-top: #f19600 4.5px solid;
	float: left;
}
.mxyd_logo_o{
	width: 190px;
	height: auto;
	margin: 0 auto;
}
.mxyd_logo_o img{
	width: 190px;
	height: auto;
}

.ntw_article_content{
	width: 75%;
    height: auto;
    margin: .9rem auto;
    min-height: 600px;
    overflow: hidden;
    line-height: 2rem;
    font-size: 1.8rem;
}