.am-g-fixed {
	max-width: 1440px;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.body-grey {
	background: #f5f5f5;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

header {
	height: 100px;
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
}

.wh-nav {
	transition: all .3s ease-in-out;
}

.wh-nav.fixed-nav {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
}
.waterMarker {
	position: relative;
}
.waterMarker::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	background: url('/public/images/waterMark.png') no-repeat center center;
	background-size: cover;
	transition: all .5s;
}

/* 右侧菜单 */
.right-colum {
	float: right;
	height: 30px;
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.right-colum .langs a {
	font-size: 14px;
	color: #5e5e5e;
	margin: 0 17px;
	position: relative;
	display: inline-block;
	transition: all .36s;
}

.right-colum .langs a:first-child::before {
	content: '/';
	color: #5e5e5e;
	position: absolute;
	right: -20px;
	top: 0;
}
.right-colum .search {
	display: flex;
	align-items: center;
}
.right-colum .search .search-btn {
	background: transparent;
	border: none;
}
.right-colum .search .icon {
	cursor: pointer;
	line-height: 1;
	margin-left: 20px;
	vertical-align: top;
	width: 20px;
}

.logo {
	float: left;
}
.nav .langs {
	display: none;
}
.nav {
	float: left;
	margin-left: 80px;
	margin-top: 25px;
}

.nav ul li {
	display: inline-block;
	margin: 0 30px;
}

.nav ul li a {
	display: block;
	height: 30px;
	font: 14px/24px 'Arial',  '黑体', 'Microsoft Yahei';
	padding-bottom: 6px;
	color: #5e5e5e;
	border-bottom: 2px solid transparent;
}

.nav ul li a:hover {
	border-bottom: 2px solid #ccc;
}

.nav ul li.active a {
	color: #0eaafd;
	border-bottom: 2px solid #0eaafd;
}

.search-box {
	padding: 30px;
	height: 100%;
}

.search-box form {
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-box input[type="text"] {
	height: 32px;
	font: 16px/16px 'Microsoft Yahei';
	border: 1px solid #ced4da;
	border-right: none;
	padding: 4px 8px;
	width: 320px;
	color: #a3a3a3;
	display: block;
	float: left;
}

.search-box input[type="submit"] {
	height: 32px;
	font: 14px/30px 'Microsoft Yahei';
	background: #0eaafd;
	border: 1px solid #0eaafd;
	color: #fff;
	display: block;
	float: left;
}

/*banner*/
.swiper1 {
	width: 100%;
	height: 700px;
}

.swiper1 .swiper-slide img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.swiper1 .swiper-pagination-bullet {
	opacity: 1;
}

.swiper1.swiper-container-vertical>.swiper-pagination-bullets {
	right: 12%;
}

.swiper1.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 50px;
	height: 16px;
	background: none;
	margin: 12px 0;
	font: bold 16px/16px 'Arial';
	color: #000;
	text-align: right;
}

.swiper1 .swiper-pagination-bullet-active:before {
	content: '——';
	color: #000;
}

.swiper1 .swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
}

.swiper1 .swiper-button-next {
	top: auto;
	bottom: 25px;
	left: 50px;
	background: url('../images/next.jpg') no-repeat center center;
}

.swiper1 .swiper-button-prev {
	top: auto;
	bottom: 25px;
	left: 0px;
	background: url('../images/prev.jpg') no-repeat center center;
}

.swiper1 .swiper-button-next.swiper-button-disabled,
.swiper1 .swiper-button-prev.swiper-button-disabled {
	opacity: .6;
}

/*application*/
.mt-40 {
	margin-top: 60px;
}

.app-left {
	width: 75%;
}

.app-right {
	width: 25%;
	padding-left: 30px;
}

.app-right p.stit {
	font: 26px/60px 'Arial',  '黑体';
	color: #424242;
	margin: 0;
}

.app-right span.line {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;
}

.app-right p.mtit {
	font: 16px/28px 'Arial',  '黑体';
	color: #666;
	margin: 18px 0 0 0;
}

.application-swiper .swiper-slide {
	transition: all 0.5s ease-in-out;
}

.application-swiper .swiper-slide .bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;

}

.application-swiper .swiper-slide .text {
	margin-top: 20px;
}

.application-swiper .swiper-slide .text .tit-28 {
	color: #333;
	font: 600 16px/28px 'Arial',  '黑体';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.application-swiper .swiper-slide .text .tit-18 {
	font: 14px / 28px 'Arial',  '黑体';
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.application-swiper .swiper-slide:hover {
	margin-top: -20px;
}

.application-swiper .swiper-slide:hover .text .tit-28 {
	color: #0e90d2;
}

.app-left .swiper-button-next:after,
.app-left .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 14px;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #fff;
}

.app-left .swiper-button-next:after {
	content: 'next';
}

.app-left .swiper-button-prev:after {
	content: 'prev';
}

.app-left .swiper-button-next,
.app-left .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-image: none;
	background: #0e90d2;
	margin-top: -20px;
	opacity: 0.6;
}

.app-left .swiper-button-next:hover,
.app-left .swiper-button-prev:hover {
	opacity: 1;
}

.app-left .swiper-button-prev {
	left: auto;
	right: -50px;
}

.app-left .swiper-button-next {
	right: -90px;
}


.left-cont {
	width: 40%;
	height: 485px;
	background: #e7e7e7;
	padding: 88px 50px 50px;
}

.left-cont p.stit {
	font: 24px/60px 'Arial',  '黑体';
	color: #424242;
	margin: 0;
}

.left-cont span.line {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;
}

.left-cont p.mtit {
	font: 16px/28px 'Arial',  '黑体';
	color: #666;
	margin: 18px 0 0 0;
}

/* .application-wrap {
	margin-top: 60px;
}

.left-cont {
	width: 40%;
	height: 485px;
	background: #e7e7e7;
	padding: 88px 50px 50px;
}

.left-cont p.stit {
	font: 26px/60px 'Arial',  '黑体';
	color: #424242;
	margin: 0;
}

.left-cont span.line {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;
}

.left-cont p.mtit {
	font: 16px/28px 'Arial',  '黑体';
	color: #666;
	margin: 18px 0 0 0;
}

.link-box {
	margin-top: 60px;
}

.link-box a {
	display: inline-block;
	height: 26px;
	font: 13px/26px 'Arial',  '黑体';
	color: #666;
	padding: 0 16px;
	border: 1px solid #424242;
	margin-right: 10px;
	margin-bottom: 14px;
	border-radius: 26px;
}

.link-box a:hover {
	background: #0eaafd;
	border: 1px solid #0eaafd;
	color: #fff;
}

.application-wrap .img-box {
	width: 60%;
	height: 485px;
	position: relative;
	overflow: hidden;
}

.am-slider-default .am-direction-nav a {
	width: 28px;
	height: 45px;
	z-index: 999;
}

.am-slider-default .am-direction-nav a::before {
	display: none;
}

.am-slider-default .am-direction-nav .am-prev {
	background: url('../images/prev.png') no-repeat center center;
}

.am-slider-default .am-direction-nav .am-next {
	background: url('../images/next.png') no-repeat center center;
} */

/*productwrap*/
.pro-tit {
	margin-top: 40px;
	margin-bottom: 20px;
}

.pro-tit h3 {
	font: 26px/26px 'Arial',  '黑体';
	color: #424242;
	float: left;
	margin: 0;
}

.pro-tit a {
	float: right;
	color: #0eaafd;
	font-size: 14px;
	display:flex;
	align-items: center;
}
.pro-tit a img {
	margin-right: 6px;
}

.product-list>ul {
	width: 101.6%;
}

.product-list>ul>li {
	width: 31.7%;
	margin-right: 1.6%;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;
}

.product-list>ul>li .img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.product-list>ul>li .img img {
	width: 100%;
	transition: all .5s;
}

.contwrap {
	padding: 20px 6.5% 0;
	border: 1px solid #f2f2f2;
	transition: all .3s ease-in-out;
}

.contwrap .stit {
	font: 18px/32px 'Arial',  '黑体';
	color: #333;
	margin: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contwrap .scat {
	margin: 0;
	font: 12px/22px 'Arial',  '黑体';
	color: #777;
	height: 32px;
	transition: all .3s ease-in-out;
}

.contwrap .view-detail {
	border-top: 1px solid #e5e5e5;
	font: 14px/40px 'Microsoft Yahei';
}

.contwrap .view-detail a {
	color: #0eaafd;
}

.contwrap .view-detail i.detail-icon {
	display: block;
	float: right;
	width: 24px;
	height: 40px;
	background: url('../images/ico_08_h.png') no-repeat center center;
}

.product-item {
	overflow: hidden;
}

.product-item .detail-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	margin-left: -20px;
	top: -40px;
	background-color: rgba(0, 0, 0, 0.28);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.product-item .detail-icon .icon {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.product-item:hover .waterMarker::before {
	transform: scale(1.1);	
}
.product-item:hover .img img {
	transform: scale(1.1);
}

.product-item:hover .contwrap {
	background: #0eaafd;
	color: #fff;
}

.product-item:hover .contwrap .scat {
	color: #fff;
}

.product-item:hover .contwrap .stit {
	color: #fff;
}

.product-item:hover .detail-icon {
	top: 50%;
	margin-top: -60px;
}

/*about*/
.loadmore-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.load-more {
	display:block;
	width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #0eaafd;
    margin: 30px auto 0;
    cursor: pointer;
    font-family: "trump";
    transition: all 0.4s ease 0s;
}
.load-more:hover{
	background-color: #0eaafd;
    color: #fff;
}
.about-wrap {
	position: relative;
	margin-top: 60px;
}

.about-wrap .left-cont {
	font: 16px / 28px 'Arial',  '黑体';
	width: 50%;
	height: 485px;
	padding: 50px 50px 50px 0;
	background: transparent;
	position: relative;
}

.about-wrap .stit-en {
	content: "ABOUT US";
	font-family: 'cinzel';
	font-size: 40px;
	color: #D6D6D6;
	margin: -30px 0 0 0;
}

.left-cont a.lookmore {
	display: block;
	width: 160px;
	height: 40px;
	font: 16px/40px 'roboto', 'Arial';
	background: #0eaafd;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.about-wrap .img-box {
	width: 50%;
	height: 485px;
	position: relative;
	overflow: hidden;
}

.img-box img {
	max-width: 100%;
}

.sz-box {
	display: flex;
	background: #fff;
	margin-top: 40px;
	z-index: 1;
}

.sz-box p {
	margin: 0;
}

.sz-box li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 300;
	color: #212121;
	width: 220px;
	height: 180px;
	cursor: pointer;
	padding: 0 10px;
}

.sz-box li:last-child {
	border: none;
}

.sz-box li .sz {
	display: flex;
	align-items: flex-start;
	gap: .5rem;
	margin-bottom: 1rem;
}

.sz-box li .sz p {
	font-size: 36px;
	font-family: "trump";
	font-weight: 600;
	color: #0eaafd;
}

.sz-box li .sz em {
	font-style: normal;
	font-size: 1.375rem;
	font-weight: 600;
	font-family: 'roboto', 'Barlow-bold';
	color: #0eaafd;
}

.sz-box li.active .sz p {
	color: #fff;
}

.sz-box li.active .sz em {
	color: #fff;
}

.sz-box li.active {
	background: #0eaafd;
	color: #fff;
}

/*advantage*/
.advantage {
	height: 500px;
	background: url('../images/advantage.jpg') no-repeat center center;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.viewdetail {
	width: 100px;
	height: 100px;
	background: #0eaafd;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -50px;
	text-align: center;
	z-index: 20;
}

.viewdetail .circle {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	text-align: center;
	margin: 20px 30px 0 30px;
}

.viewdetail .circle i {
	display: inline-block;
	line-height: 32px;
}

.viewdetail span {
	font: 12px/20px 'Microsoft Yahei';
	color: #fff;
}

.advan-text {
	width: 100%;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	padding: 45px 75px;
}

.advan-text h3 {
	font: 26px/30px 'Arial','黑体';
	color: #424242;
}

.advan-text ul li {
	width: 45%;
	float: left;
	font: 16px/30px 'Arial','黑体';
	color: #666;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}

.advan-text ul li em {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.ad1-icon {
	background: url('../images/icon1.png');
}

.ad2-icon {
	background: url('../images/icon2.png');
}

.ad3-icon {
	background: url('../images/icon3.png');
}

.ad4-icon {
	background: url('../images/icon4.png');
}

.ad5-icon {
	background: url('../images/icon5.png');
}

.ad6-icon {
	background: url('../images/icon6.png');
}

/*articles*/
.col-line {
	margin: 60px 0 40px;
}

.index-tit {
	text-align: center;
	font: 26px/30px 'Arial',  '黑体';
	color: #424242;
	margin-bottom: 40px;
}

.article-list ul {
	width: 101.6%;
}

.article-list ul li {
	width: 31.7%;
	margin-right: 1.6%;
	float: left;
}

.article-list ul li .img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.article-list ul li .img img {
	width: 100%;
	transition: all .3s;
}

.article-list ul li:hover .img img {
	transform: scale(1.1);
}

.article-list .graybox {
	padding: 20px;
	border: 1px solid #e8e8e8;
}

.article-list .graybox .stit {
	height: 32px;
	overflow: hidden;
	font: 18px/32px 'Arial',  '黑体';
	color: #424242;
	margin: 0;
}

.article-list .graybox .stit a {
	color: #424242;
}

.article-list ul li:hover .graybox .stit a {
	color: #0e90d2;
}

.article-list .graybox .desc {
	min-height: 44px;
	font: 14px/22px 'Arial',  '黑体';
	color: #777;
	margin: 0;
}

.article-list .graybox .view-detail {
	height: 22px;
	margin-top: 25px;
}

.article-list .graybox .view-detail a {
	display: block;
	float: left;
	color: #0eaafd;
	font: 14px/22px 'Arial',  '黑体';
}

.article-list .graybox .view-detail i.detail-icon {
	display: block;
	float: left;
	width: 15px;
	height: 22px;
	background: url('../images/arrow.png') center center;
	margin-left: 10px;
}

/*footer*/
.footer {
	margin-top: 80px;
	background: #f6f6f6;
	padding-top: 40px;
}

.footer h4.tit {
	font: bold 18px/30px 'Microsoft Yahei';
	padding-bottom: 13px;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
}

.fitem {
	padding-bottom: 40px;
}

.address,
.fastlink {
	width: 300px;
	margin-right: 100px;
}

.version {
	width: 240px;
	margin-right: 100px;
}

.advisory {
	width: 240px;
}

.address .cont {
	padding-top: 25px;
}

.address .cont p {
	font: 14px/24px 'Arial',  '黑体';
	color: #666;
	margin: 0;
}

.address .cont p span.stt {
	font-weight: bold;
}

.lia {
	margin-top: 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.lia a {
	width: 110px;
	height: 38px;
	border: 1px solid #e3e3e3;
	border-radius: 38px;
	margin-right: 18px;
	text-align: center;
	transition: background 0.3s ease 0s;
}

.lia a span {
	display: inline-block;
	padding-left: 25px;
	transition: background 0.3s ease 0s;
	color: #7e7e7e;
	font: 12px/38px 'Arial',  '黑体';
}

.lia a.link-map span {
	background: url(../images/ico_13.png) no-repeat left center;
}

.lia a.link-web span {
	background: url(../images/ico_13_3.png) no-repeat left center;
}

.links {
	padding-top: 25px;
}

.links a {
	display: block;
	width: 50%;
	float: left;
	font: 12px/24px 'Arial',  '黑体';
	color: #7e7e7e;
}

.wap-img {
	padding-top: 25px;
}

.link-qq {
	padding-top: 25px;
}

.link-qq a {
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	padding-left: 40px;
	line-height: 34px;
	width: 100%;
	font-size: 12px;
	background: url(../images/ico_14.png) no-repeat 17px center;
	transition: all 0.3s ease 0s;
	font-size: 'Arial',  '黑体';
	color: #767676;
}

.copyrights {
	font: 12px/50px 'Microsoft Yahei';
	color: #999;
	border-top: 1px solid #e3e3e3;
}

.copyrights a {
	color: #999;
}

/*pagination*/
.pagination ul {
	text-align: center;
	margin-top: 50px;
}

.pagination ul li {
	display: inline-block;
	margin-right: 5px;
}

.pagination ul li a,
.pagination ul li span {
	display: block;
	padding: 0 7px;
	font: 14px/24px 'Microsoft Yahei';
	border: 1px solid #ccc;
	color: #827979;
}

.pagination ul li a:hover {
	background: #000;
	color: #fff;
}

.pagination ul li span.current {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.wap-menu {
	display: none;
}

.close-btn {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.am-g-fixed {
		max-width: 1080px;
	}

	.search-box {
		margin: 0;
	}

	.nav ul li {
		margin: 0 0 0 40px;
	}

	.swiper1 {
		width: 100%;
		height: 525px;
	}

	.swiper1 .swiper-slide img {
		width: 1440px;
		position: absolute;
		left: 50%;
		margin-left: -720px;
	}

	/*application*/
	.app-right p.mtit {
		font-size: 14px;
	}
	.application-wrap {
		margin-top: 40px;
	}

	.left-cont {
		width: 40%;
		height: 364px;
		background: #e7e7e7;
		padding: 40px;
	}

	.left-cont p.stit {
		font: 20px/40px 'Arial',  '黑体';
	}

	.left-cont p.mtit {
		font: 14px/24px 'Arial',  '黑体';
	}

	.link-box {
		margin-top: 20px;
	}

	.link-box a {
		margin-bottom: 10px;
	}

	.application-wrap .img-box {
		width: 60%;
		height: 364px;
		position: relative;
		overflow: hidden;
	}

	.pro-tit h3 {
		font-size: 20px;
	}

	/*advantage*/
	.advantage {
		margin-top: 20px;
		height: 440px;
	}

	.advan-text {
		padding: 20px 40px;
	}

	.advan-text h3 {
		font: 20px/30px 'Arial',  '黑体';
		color: #424242;
	}

	.advan-text ul li {
		width: 50%;
		float: left;
		font: 13px/26px 'Arial',  '黑体';
		color: #666;
		padding-left: 40px;
		position: relative;
		margin-bottom: 14px;
	}

	.advan-text ul li em {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 0;
	}

	/*about*/
	.about-wrap {
		position: relative;
		margin-top: 40px;
		height: 360px;
	}

	.about-wrap .left-cont {
		width: 55%;
		height: 360px;
		background: transparent;
		padding: 40px 40px 40px 0;
	}

	.about-wrap .stit-en {
		font-size: 18px;
	}

	.sz-box {
		margin-top: 20px;
	}
	.sz-box li {
		font-size: 14px;
	}
	.sz-box li .sz p {
		font-size: 30px;
	}

	.left-cont a.lookmore {
		display: block;
		width: 160px;
		height: 40px;
		font: 16px/40px 'roboto', 'Arial';
		background: #0eaafd;
		color: #fff;
		text-align: center;
		margin-top: 60px;
	}

	.about-wrap .img-box {
		width: 45%;
		height: 360px;
		position: relative;
		overflow: hidden;
	}

	.sz-box li {
		height: 120px;
	}

	/*articles*/
	.col-line {
		margin: 40px 0 30px;
	}

	.index-tit {
		font: 20px/30px 'Arial',  '黑体';
		color: #424242;
		margin-bottom: 30px;
	}

	.article-list .graybox .stit {
		height: 32px;
		overflow: hidden;
		font: 16px/32px 'Arial',  '黑体';
		color: #424242;
		margin: 0;
	}

	.article-list .graybox .desc {
		min-height: 44px;
		font: 13px/22px 'Arial',  '黑体';
		color: #777;
		margin: 0;
	}

	/*footer*/
	.footer {
		margin-top: 40px;
		background: #f6f6f6;
		padding-top: 30px;
	}

	.footer h4.tit {
		font: bold 16px/30px 'Microsoft Yahei';
	}

	.address,
	.fastlink {
		width: 280px;
		margin-right: 50px;
	}

	.version {
		width: 160px;
		margin-right: 100px;
	}

	.advisory {
		width: 160px;
	}
}

@media only screen and (max-width: 640px) {
	.right-colum {
		display: none;
	}

	.nav .langs {
		display: block;
		margin-top: 20px;
	}
	.nav .langs a {
		position: relative;
		display: inline-block;
		margin: 0 17px;
		color: #666;
		font-size: 12px;
	}
	.nav .langs a:first-child::before {
		content: '/';
		color: #5e5e5e;
		position: absolute;
		right: -20px;
		top: 0;
	}
	.am-slider-default {
		margin: 0;
	}

	header {
		text-align: center;
		height: 70px;
	}

	.am-g-fixed {
		width: 100%;
		padding: 0 5px;
	}

	.logo {
		display: inline-block;
		float: left;
	}

	.logo img {
		height: 50px;
	}

	.wap-menu {
		display: block;
		float: right;
		margin-top: 5px;
	}

	.nav {
		width: 240px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		margin: 0;
		background: #222;
		z-index: 9999;
		display: none;
	}

	.nav ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.nav ul li a {
		display: block;
		height: 50px;
		font: 14px/50px '黑体', 'Microsoft Yahei';
		padding: 0 25px;
		color: #666;
		border-bottom: none;
	}

	.nav ul li a:hover {
		border-bottom: none;
	}

	.nav ul li.active a {
		border-bottom: none;
		background: #0eaafd;
		color: #fff;
	}

	.close-btn {
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #000;
		position: absolute;
		top: 0;
		right: -50px;
		cursor: pointer;
	}

	/*banner*/
	.swiper1 {
		width: 100%;
		height: 200px;
	}

	.swiper1 .swiper-slide img {
		width: 600px;
		position: absolute;
		left: 50%;
		margin-left: -300px;
	}

	.swiper1 .swiper-container-vertical>.swiper-pagination-bullets {
		right: 2%;
	}

	/*application*/
	.app-left {
		width: 100%;
	}
	.app-right {
		width: 100%;
		padding: 0;
	}
	.app-right p.stit {
		font-size: 20px;
	}
	.application-swiper .swiper-slide .bg {
		height: 160px;
	}

	/* about */
	.about-wrap .left-cont {
		font-size: 14px;
	}
	.sz-box li {
		font-size: 14px;
	}
	.sz-box li .sz p {
		font-size:  20px;
	}

	/*product*/
	.pro-tit {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.product-list ul {
		margin-right: 0;
		width: 100%;
	}

	.product-list ul li {
		width: 100%;
		margin-right: 0;
	}

	.product-list ul li:nth-child(3) {
		display: none;
	}

	.product-list ul li:nth-child(4) {
		display: none;
	}

	.product-list ul li:nth-child(5) {
		display: none;
	}

	.product-list ul li:nth-child(6) {
		display: none;
	}

	/*advantage*/
	.advantage {
		display: none;
	}

	.about-wrap .img-box {
		width: 100%;
		height: auto;
	}

	.about-wrap .left-cont {
		width: 100%;
		height: auto;
		padding: 20px 20px 20px 0;
	}

	.left-cont a.lookmore {
		margin-top: 30px;
	}

	/*articles*/
	.col-line {
		margin: 60px 0 40px;
	}

	.index-tit {
		text-align: center;
		font: 18px/26px '黑体';
		color: #424242;
		margin-bottom: 20px;
	}

	.article-list ul {
		width: 100%;
	}

	.article-list ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 10px;
	}

	.article-list ul li:nth-child(3) {
		display: none;
	}

	.article-list ul li .img {
		display: block;
		width: 100%;
	}

	.article-list ul li .img img {
		width: 100%;
	}

	.col-line {
		margin: 20px 0 20px;
	}

	/*footer*/
	.footer {
		padding-top: 20px;
	}

	.footer h4.tit {
		font: bold 14px/24px 'Microsoft Yahei';
	}

	.address .cont {
		padding-top: 15px;
	}

	.fastlink,
	.version,
	.advisory {
		display: none;
	}

	.fitem {
		padding-bottom: 20px;
	}

	.copyrights {
		font: 12px/20px 'Microsoft Yahei';
		padding-top: 10px;
	}

	.copyrights .fr {
		float: left;
	}
}