@font-face {
	font-family: fontR;
	src: url('../fonts/SourceHanSansCN-Regular.otf');
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: fontR, "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #666;
	overflow-x: hidden;
	letter-spacing: 0.7px;
}

body {
	overflow: hidden;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.imgDiv {
	overflow: hidden;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ease03 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ease05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bgf5f5f5 {
	background: #f5f5f5;
	transition: 0.4s;
}


/*******/


/*Ã©Â¦â€“Ã©Â¡ÂµÃ¥Â¤Â´Ã©Æ’Â¨Ã¥Â¯Â¼Ã¨Ë†Âª*/

.top {
	background: #212121;
	line-height: 50px;
	color: #999;
	font-size: 14px;
}

.top .fr img {
	margin-right: 5px;
}

.top .fr .line {
	border-right: 2px solid #8f8f8f;
	margin-right: 15px;
	padding-right: 15px;
}

header .logo {width:25%;}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 150px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
}

header .logo a {
	height: 100px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 100px;
}

header .rightDiv .menu>ul {
	display: inline-block!important;
	/*overflow: hidden;*/
	float: left;
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	margin-left: 46px;
}

header .rightDiv .menu>ul>li>a {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	color: #999;
	display: block;
	position: relative;
	text-transform: capitalize;
}

header .rightDiv .menu>ul>li>a img {
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

header .rightDiv .menu>ul>li>a img.red {
	display: none;
}

header .rightDiv .menu>ul>li.on>a img.red,
header .rightDiv .menu>ul>li:hover>a img.red {
	display: block;
}

header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li:hover>a {
	color: #c7000a;
}

header .search {
	height: 100px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

header .searchDiv {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

header .search input {
	border: none;
	background: none;
	display: block;
	float: left;
	width: 150px;
}

header .search button {
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../img/sousuo.png)no-repeat;
	display: block;
	float: right;
}

header .search {
	height: 100px;
	display: flex;
	align-items: center;
	margin-left: 30px;
	/* float: revert; */
}

header .searchDiv {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

header .search input {
	border: none;
	background: none;
	display: block;
	float: left;
	width: 150px;
}

header .search button {
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../img/sousuo.png)no-repeat;
	display: block;
	float: right;
}


.menu ul ul {
	position: absolute;
	top: 100px;
	left: -9999px;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 0;
	background: #fff;
	font-size: 12px;
	width: 180px;
}

.menu ul li:hover>ul {
	left: 50%;
	margin-left: -90px;
}

.menu ul ul li:hover ul {
	left: 100%;
	margin-left: 0;
	top: 0;
}
.menu ul>li{position:relative;}
.menu ul ul li a {
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	color: #666;
}

.menu ul ul li:hover>a,
.menu ul ul li a:hover {
	color: #C7000A;
	background: #F9F9F9;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu.svg) no-repeat center center;
	background-size: 18px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/close.svg) no-repeat center center;
	background-size: 18px auto;
}


/* banner */

.index-banner {
	width: 100%;
	position: relative;
	margin-top: 150px;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
}

.ui-homebanner .swiper-slide .img {
	width: 100%;
	display: block;
	height: 600px;
	background: none no-repeat center;
	background-size: cover;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	bottom: 35px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 40px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	opacity: .5;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	opacity: 1;
}

.ui-homebanner video {
	object-fit: cover;
	height: 600px;
	width: 100%;
	display: block;
}


/*Ã¥Âºâ€¢Ã©Æ’Â¨*/

footer {
	width: 100%;
	background: #f5f5f5;
	padding: 15px 0;
}

footer p {
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 70px;
}

footer .wrapper {
	display: inline-flex;
}

footer .wrapper .icon {
	display: block;
	position: relative;
	border-radius: 50%;
	margin: 10px;
	width: 40px;
	height: 40px;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .wrapper .tooltip {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .wrapper .icon:hover .tooltip {
	top: -45px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

footer .wrapper .icon:hover span,
footer .wrapper .icon:hover .tooltip {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

footer .wrapper .linkedin {
	background: url(../img/linkedin.svg) #999 center center no-repeat;
	background-size: 20px;
}

footer .wrapper .facebook {
	background: url(../img/facebook.svg) #999 center center no-repeat;
	background-size: 18px;
}

footer .wrapper .instagram {
	background: url(../img/instgram.svg) #999 center center no-repeat;
	background-size: 20px;
}

footer .wrapper .flickr {
	background: url(../img/flickr.svg) #999 center center no-repeat;
	background-size: 18px;
}

footer .wrapper .twitter {
	background: url(../img/twitter.svg) #999 center center no-repeat;
	background-size: 16px;
}

footer .wrapper .youtube {
	background: url(../img/you-tube.svg) #999 center center no-repeat;
	background-size: 18px;
}

footer .wrapper .linkedin:hover,
footer .wrapper .linkedin:hover .tooltip,
footer .wrapper .linkedin:hover .tooltip::before {
	background-color: #0966c3;
	color: #ffffff;
}

footer .wrapper .facebook:hover,
footer .wrapper .facebook:hover .tooltip,
footer .wrapper .facebook:hover .tooltip::before {
	background-color: #3b599a;
	color: #ffffff;
}

footer .wrapper .instagram:hover,
footer .wrapper .instagram:hover .tooltip,
footer .wrapper .instagram:hover .tooltip::before {
	background-color: #d53d92;
	color: #ffffff;
}

footer .wrapper .flickr:hover,
footer .wrapper .flickr:hover .tooltip,
footer .wrapper .flickr:hover .tooltip::before {
	background-color: #085fd6;
	color: #ffffff;
}

footer .wrapper .twitter:hover,
footer .wrapper .twitter:hover .tooltip,
footer .wrapper .twitter:hover .tooltip::before {
	background-color: #41abe1;
	color: #ffffff;
}

footer .wrapper .youtube:hover,
footer .wrapper .youtube:hover .tooltip,
footer .wrapper .youtube:hover .tooltip::before {
	background-color: #ff0000;
	color: #ffffff;
}

footer .wrapper .youtube:hover,
footer .wrapper .youtube:hover .tooltip,
footer .wrapper .youtube:hover .tooltip::before {
	background-color: #de463b;
	color: #ffffff;
}


/* Ã¥â€ â€¦Ã¥Â®Â¹ */

.indexDiv {
	padding: 70px 0;
}

.indexDiv .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.indexDiv .title::after {
	content: "";
	width: 70px;
	height: 4px;
	background: #c7000a;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -35px;
}


/*******/

.indexDiv1 .box {
	/*height: 250px;*/
	margin-top: 30px;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	background: #fff;
}

.indexDiv1 .box a {
	overflow: hidden;
	display: block;
}

.indexDiv1 .box a:hover img {
	transform: scale(1.05);
}

.indexDiv1 .spe {
	/*height: 380px;*/
}

.indexDiv1 .long {
	/*height: 510px;*/
}

.indexDiv1 .box-wrapper {
	-moz-column-count: 3;
	/* Firefox */
	-webkit-column-count: 3;
	/* Safari Ã¥â€™Å’ Chrome */
	column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

.indexDiv2 {
	padding: 50px 0;
}

.indexDiv2 .text {
	width: 578px;
	color: #fff;
}

.indexDiv2 .text h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}

.indexDiv2 .text p {
	line-height: 28px;
	padding: 23px 0 40px;
}

.indexDiv2 .text a {
	display: inline-block;
	width: 130px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin-bottom: 45px;
	background-color: #fff;
	background: linear-gradient(90deg, #fff, #fff) no-repeat;
	background-size: 0 100%;
}

.indexDiv2 .text a:hover {
	background-size: 100% 100%;
	color: #C7000A;
}

.indexDiv2 img {
	max-width: 600px;
}

.indexDiv4 .wrap,
.indexDiv5 .wrap,
.indexDiv6 .wrap {
	margin-top: -60px;
}

.swiper-container-solution .selected-solution {
	position: relative;
}

.swiper-container-solution .selected-solution .swiper-slide a .imgDiv {
	overflow: hidden;
	border: 1px solid #999;
}

.swiper-container-solution .selected-solution .swiper-slide a p {
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}


/*Ã©â€¡ÂÃ§Â½Â®swiper*/

.swiper-container-solution .swiper-button-prev,
.swiper-container-solution .swiper-button-next {
	position: absolute;
	width: 31px;
	height: 31px;
	border-radius: 100px;
	border: 2px solid #C7000A;
	background-size: 13px;
	transition: 0.3s;
}

.swiper-container-solution .swiper-button-prev:focus,
.swiper-container-solution .swiper-button-next:focus {
	outline: none;
}

.swiper-container-solution .swiper-button-prev {
	left: 0;
	background-image: url(../img/red.svg);
}

.swiper-container-solution .swiper-button-next {
	right: 0;
	background-image: url(../img/red.svg);
	transform: rotate(180deg);
}

.swiper-container-solution .swiper-button-next:hover,
.swiper-container-solution .swiper-button-prev:hover {
	background: #C7000A;
	background-image: url(../img/whi.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}

.swiper-container-solution .swiper-button-next:hover {
	right: 10px;
}

.swiper-container-solution .swiper-button-prev:hover {
	left: 10px;
}


/*Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Âµ*/

.ny-banner .img {
	height: 325px;
	margin: 0 auto;
	margin-top: 150px;
}

.ny-banner {
	position: relative;
}

.ny-banner .breadcrumbs {
	position: absolute;
	top: 50%;
	left: 0;
	color: #395367;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

.ny-main .menu {
	border: 1px solid #999;
	padding: 5px 25px;
}

.ny-main .menu h4 {
	padding: 15px;
	color: #333;
}

.ny-main .menu a {
	display: block;
	width: 230px;
	box-sizing: border-box;
	padding: 15px;
	border-top: 1px solid #d6d6d6;
	color: #999;
	font-size: 14px;
}

.ny-main .menu a.on,
.ny-main .menu a:hover {
	color: #C7000A;
}

.ny-main .content {
	overflow: hidden;
	padding: 50px 0 100px;
}

.ny-main .menu .level2{display:none;}

/*Ã©Â¡ÂµÃ§Â Â*/

.ny-main .content .pageNum {
	margin-top: 50px;
	text-align: center;
}

.ny-main .content .pageNum span,
.ny-main .content .pageNum a {
	display: inline-block;
	padding: 4px 11px;
	color: #000;
	background: #dedede;
	margin: 5px;
	border: none;
}

.ny-main .content .pageNum span,
.ny-main .content .pageNum a:hover {
	background: #D73E36;
	color: #fff;
}

.ny-main .content {
	padding: 70px 0 150px;
}


/************/

.aboutus h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
}

.aboutus p {
	color: #999999;
	line-height: 28px;
	margin-top: 20px;
}

.aboutus .abDiv1 .text {
	width: 580px;
	margin-top: 30px;
}

.aboutus .abDiv1 img {
	max-width: 600px;
}

.aboutus .content .wrap>.imgDiv {
	margin: 70px 0;
}


/***********/

.ny-main .main {
	width: calc(100% - 330px);
}

.product .row {
	margin: 0 -10px;
}

.product .row>div {
	padding: 0 10px;
}

.product .row a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #999;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.product .row p{height:72px;}

.product .row a:hover img {
	transform: scale(1.05);
}

.product .row a:hover {
	color: #C7000A;
}


/**************/

.detail .main>p {
	color: #fff;
	background: #b5b5b5;
	padding: 15px;
	margin-bottom: 30px;
}

.detail .text {
	width: 50%;
}

.detail .text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding: 15px 0 30px;
}

.detail .text p {
	color: #999;
	line-height: 36px;
}

.detail .text p span {
	color: #c7000a;
}

.detail .bd {
	width: 46%;
	margin: 0 auto;
}

.detail .swiper-container {
	width: 100%;
	height: 947px;
	margin-left: auto;
	margin-right: auto;
}

.detail .swiper-slide {
	background-size: cover;
	background-position: center;
}

.detail .swiper-slide img {
	width: 100%;
}

.detail .gallery-top {
	height: 100%;
	width: 100%;
	border: 1px solid #999;
}

.detail .gallery-thumbs {
	height: 50px;
	padding: 0 40px 0;
	text-align: center;
	position: relative;
	margin-top: 25px;
}

.detail .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0.7;
}

.detail .gallery-thumbs .swiper-slide p {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.detail .gallery-thumbs .swiper-slide-thumb-active {
	border: none;
	opacity: 1;
	border: 1px solid #999;
}

.detail .swiper-container-free-mode>.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.detail .swiper-button-next {
	background: url(../img/right.png) center center no-repeat;
}

.detail .swiper-button-prev {
	background: url(../img/left.png) center center no-repeat;
}

.detail .swiper-button-next,
.detail .swiper-button-prev {
	position: absolute;
	top: 22px;
	width: 26px;
	height: 50px;
	opacity: 1;
	z-index: 10;
	cursor: pointer;
	display: inline-block;
	align-items: center;
	justify-content: center;
}

.detail .swiper-button-next:after,
.detail .swiper-container-rtl .swiper-button-prev:after {
	content: ' ';
}

.detail .swiper-button-prev:after,
.detail .swiper-container-rtl .swiper-button-next:after {
	content: ' ';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}


/***********/

.news .menu-news {
	margin-top: -30px;
}

.news .menu {
	margin-top: 30px;
}

.news ul li {
	border-bottom: 1px dashed #d7d7d7;
}

.news ul li:last-child {
	border: none;
}

.news .main ul li a {
	display: block;
	padding: 25px 23px;
	overflow: hidden;
}

.news .main ul li a:hover p {
	margin-left: 15px;
	color: #C7000A;
	transition: 0.3s;
}

.news .main ul li a p {
	color: #333;
	float: left;
	transition: 0.3s;
}

.news .main ul li a span {
	color: #999;
	font-size: 14px;
	float: right;
}


/************/

.contactus h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.contactus .text {
	width: 580px;
}

.contactus .text>div {
	padding-left: 30px;
	color: #999;
	margin-top: 27px;
}

.contactus .text p {
	color: #999;
	margin-top: 27px;
}

.contactus .add {
	background: url(../img/add1.png) left center no-repeat;
}

.contactus .email {
	background: url(../img/email1.png) left center no-repeat;
}

.contactus .tel {
	background: url(../img/tel1.png) left center no-repeat;
}

.contactus .fax {
	background: url(../img/fax1.png) left center no-repeat;
}

.contactus .map {
	width: 100%;
	height: 350px;
	margin: 40px 0 60px;
}

.contactus .message {
	padding: 35px 30px;
	background: #f1f1f1;
	font-size: 14px;
}

.contactus .message h3 {
	font-size: 20px;
	color: #111111;
	margin-bottom: 5px;
}

.contactus .message li input {
	height: 50px;
}

.contactus .message li input,
.contactus .message textarea {
	padding: 10px 15px;
	width: 100%;
	margin-top: 20px;
	color: #333;
	/*-webkit-text-fill-color: #999;*/
	border: 1px solid #999;
}

.contactus .message li input::-webkit-input-placeholder {
	color: #999;
}

.contactus .message li input::-moz-placeholder {
	color: #999;
}

.contactus .message li input::-ms-input-placeholder {
	color: #999;
}

.contactus .message textarea {
	height: 150px;
}

.contactus .message li.fl input,
.contactus .message li.fr input {
	width: 550px;
}

.contactus .message button {
	color: #fff;
	padding: 10px 25px;
	background: #000;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}


/*********/

.faq ul li {
	padding: 40px 23px;
	border-bottom: 1px dashed #d7d7d7;
}

.faq ul li:last-child {
	border: none;
}

.faq ul li p {
	color: #333;
	margin-bottom: 10px;
}

.faq ul li span {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}


/*Ã§Â¬â€Ã¨Â®Â°Ã¦Å“Â¬*/

@media (min-width:993px) and (max-width:1024px) {}

@media all and (max-width:992px) {
    header .logo{width:25%;}

	.menu {
		width: 100%
	}
	.menu ul {
		width: 100%;
		display: block;
	}
	.menu ul ul {
		top: 0;
		border: 0;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	
	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, .15)
	}
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		color: #333;
		background: 0 0
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}
	.menu ul ul ul li a {
		padding-left: 40px
	}
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, .15);
		height: 52px;
		width: 52px;
		cursor: pointer
	}
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 2px;
		height: 12px;
		background: #333;
		z-index: 99
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 12px;
		height: 2px;
		background: #333;
		z-index: 99
	}
	.menu .has-sub:hover>ul {
		left: 0;
		margin-left: 0;
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}
	.menu ul ul ul {
		top: 0;
	}
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		transition: right 300ms !important;
	}
	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
	}
	header .logo img {
		max-height: 50px;
	}
	header .rightDiv .tel {
		display: none;
	}
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}

	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 60px;
		height: 60px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {
		display:block;
		padding-top:60px;
		float: none;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu>ul>li>a img {
		display: none;
	}
	header .rightDiv .menu>ul>li.on>a img.red,
	header .rightDiv .menu>ul>li:hover>a img.red {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	body.on-menu .main {
		right: 0;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
	}
	header .rightDiv .menu>ul>li.has-sub {
		padding: 0;
	}
	header .menu .search {
		padding: 5vw;
		width: 100%;
	}
	
	header .menu .search {
		padding: 0 20px;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	header .searchDiv {
		width: 100%;
	}
	header .search input {
		width: calc(100% - 30px);
	}
	
	header .menu .search {
		padding: 0 20px;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	header .searchDiv {
		width: 100%;
	}
	header .search input {
		width: calc(100% - 30px);
	}
	
	.menu .search form {
		width: 100%;
		margin-left: 0;
		line-height: 50px;
	}
	.menu .search button img {
		max-height: 20px;
	}
	.index-banner {
		margin-top: 60px;
	}
	.ny-banner .img {
		height: 25vw;
		margin-top: 60px;
	}
	.top {
		display: none;
	}
	.wrap {
		padding: 0 5vw;
	}
	.ny-main .menu {
		width: 280px;
	}
}


/*Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯*/

@media (max-width:767px) {
    
	.top {
		display: none;
	}
	header {
		/*padding: 0 5vw;*/
		height: 60px;
	}
	header .wrap {
		position: relative;
		padding: 0 5vw;
	}
	header .fr {
		width: 40%;
		position: absolute;
		right: 0;
	}
	header .logo a {
		height: 60px;
	}
	header .logo img {
		max-height: 30px;
	}
	.ui-homebanner .swiper-slide .img {
		height: 55vw;
	}
	.ui-homebanner .swiper-pagination-bullet {
		width: 25px;
		height: 6px;
	}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
	}
	.wrap {
		padding: 0 5vw;
	}
	footer .left ul li {
		float: none;
	}
	footer .logo {
		margin-top: 15px;
	}
	footer .logo img {
		max-height: 50px;
	}
	footer ul.fr li {
		width: 50%;
		margin: 0;
	}
	footer .copyright p {
		font-size: 12px;
	}
	/******/
	.indexDiv {
		padding: 25px 0;
	}
	.indexDiv .title {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.indexDiv .title::after {
		width: 50px;
		height: 3px;
		bottom: -10px;
		margin-left: -25px;
	}
	.indexDiv1 .box {
		width: 28vw;
		margin-top: 3vw;
	}
	.indexDiv1 .box-wrapper {
		-moz-column-gap: 3vw;
		-webkit-column-gap: 3vw;
		column-gap: 3vw;
	}
	.indexDiv2 {
		padding: 30px 0;
	}
	.indexDiv2 .text {
		width: 100%;
	}
	.indexDiv2 .text h3 {
		font-size: 20px;
	}
	.indexDiv2 .text p {
		font-size: 14px;
		line-height: 24px;
		padding: 15px 0 30px;
	}
	.indexDiv2 .text a {
		font-size: 14px;
		width: 110px;
		line-height: 40px;
	}
	.indexDiv2 img {
		max-width: 100%;
		float: none;
	}
	.swiper-container-solution .selected-solution .swiper-slide a p {
		font-size: 13px;
	}
	.indexDiv4 .wrap,
	.indexDiv5 .wrap,
	.indexDiv6 .wrap {
		margin-top: -20px;
	}
	footer {
		font-size: 12px;
	}
	/*Ã¥â€ â€¦Ã©Â¡Âµ*/
	.ny-main {
		/*padding: 0;*/
	}
	.ny-banner .breadcrumbs {
		font-size: 12px;
		top: 30%;
	}
	.ny-main .content {
		padding: 8vw 0 12vw;
	}
	.ny-main .content .pageNum {
		margin-top: 20px;
		font-size: 12px;
	}
	.ny-main .content .pageNum a {
		margin: 7px;
	}
	.ny-main .menu {
		width: 100%;
	}
	.ny-main .menu a {
		float: left;
		width: 50%;
		padding: 12px 5px;
		font-size: 12px;
		/*min-height: 80px;*/
	}
	.ny-main .menu {
		padding: 5px 18px;
		overflow: hidden;
	}
	.ny-main .main {
		width: 100%;
		margin-top: 20px;
	}
	/********/
	.aboutus .abDiv1 .text {
		width: 100%;
		margin-top: 0;
	}
	.aboutus h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.aboutus p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.aboutus .abDiv1 img {
		max-width: 100%;
		margin-top: 35px;
	}
	.aboutus .content .wrap>.imgDiv {
		margin: 35px 0;
	}
	.product .row a {
		font-size: 13px;
	}
	.news .main ul li a {
		padding: 20px 10px;
	}
	.news .main ul li a p {
		float: none;
	}
	.news .main ul li a span {
		font-size: 12px;
		float: none;
	}
	.contactus .text {
		width: 100%;
	}
	.contactus h3 {
		font-size: 20px;
	}
	.contactus .text>div,
	.contactus .text p {
		font-size: 14px;
		margin-top: 20px;
	}
	.contactus .text {
		margin-bottom: 20px;
	}
	.contactus .message {
		padding: 35px 17px;
	}
	.contactus .message li {
		float: none;
	}
	.contactus .message li.fl input,
	.contactus .message li.fr input {
		width: 100%;
	}
	.faq ul li {
		padding: 20px 10px;
		border-bottom: 1px dashed #d7d7d7;
	}
	.detail .bd,
	.detail .text {
		width: 100%;
	}
	.detail .text {
		margin-top: 30px;
	}
	.detail .text h3 {
		font-size: 20px;
		font-weight: normal;
		color: #333;
		padding: 15px 0 20px;
	}
	.detail .text p {
		font-size: 14px;
		line-height: 30px;
	}
	footer .wrapper .icon {
		margin: 8px;
		width: 35px;
		height: 35px;
	}
}