@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe {
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	font-size: 12px;
	color: #444;
	background: #fff;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align: middle;
}

address,caption,cite,dfn,em,th,var,optgroup {
	font-style: normal;
	font-weight: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	display: block;
	margin: 0;
	padding: 0;
}

code,kbd,pre,samp {
	font-family: courier new, courier, monospace
}

ol,ul,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #32beff;
}

a:active {
	color: #32beff;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,select,button {
	vertical-align: baseline;
	*vertical-align: middle;
	font-size: 100%;
	border: none;
	background: none;
}

input[type=checkbox],input[type=radio] {
	vertical-align: middle;
	margin: 0 5px;
}

input[type="text"],input[type="password"],textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	min-height: 1%;
}

*html {
	zoom:expression(function(ele){
		ele.style.zoom="1";
		document.execCommand("BackgroundImageCache", false, true);
	}(this))
}

.clean {
	display: block;
	width: 100%;
	clear: both;
}

input[type=button],input[type=submit],input[type=file],button {
	cursor: pointer;
	-webkit-appearance: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

::-webkit-scrollbar {
	width: 6px;
	height: 4px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #666;
}

::-webkit-scrollbar-thumb:hover {
	background: #333;
}

/* 页 */

.page {
	overflow: hidden;
	background: #f9f9f9;
}


/* 内容 */

.content {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}


/* 图像 */

img {
	max-width: 100%;
}


/* 回到顶部 */

.top-button {
	width: 50px;
	height: 50px;
	background: rgba(153, 153, 153, 0.8);
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 99999;
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.top-button:hover {
	background: #32beff;
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(50, 190, 255, 0.4);
}


/* 横幅 */

.banner {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
}


/* 横幅页码 */

.banner .pagination {
	z-index: 99999;
	text-align: center;
	line-height: 20px;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.banner .pagination .swiper-pagination-switch {
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
}

.banner .pagination .swiper-active-switch {
	background: none;
	border: 5px solid rgba(255, 255, 255, .8);
}


/* 公司简介 */

.company-overview {
	padding: 80px 0;
	background: #fff;
}

.company-overview .title {
	max-width: 560px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.company-overview .title .line {
	height: 2px;
	background: #e0e0e0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.company-overview .title span {
	display: inline-block;
	padding: 0 36px;
	background: #fff;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	color: #32beff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2px;
}

.company-overview .subtitle {
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.company-overview .left {
	width: 60%;
	padding-right: 50px;
	box-sizing: border-box;
	float: left;
}

.company-overview .left .txt1 {
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

.company-overview .left .line {
	width: 60px;
	height: 5px;
	background: #ff6e75;
	margin-bottom: 25px;
}

.company-overview .left .txt2 {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	*height: 220px;
	overflow: hidden;
}

.company-overview .right {
	width: 40%;
	float: right;
}

.company-overview .right img {
	width: 100%;
	height: auto;
}

.company-overview .right video {
	width: 100%;
	height: auto;
}


/* 分类展示 */

.classification-plate {
	padding: 60px 0;
	background: #fff;
}

.classification-plate ul li {
	display: block;
	width: 31.3333333%;
	float: left;
	margin: 0 1%;
	background: #fff;
	transition: all 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.classification-plate ul li .pic {
	overflow: hidden;
}

.classification-plate ul li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.classification-plate ul li:hover img {
	transform: scale(1.1, 1.1);
}

.classification-plate ul li:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.classification-plate ul li .title {
	padding: 20px 15px;
	transition: all 0.3s ease;
}

.classification-plate ul li:hover .title {
	background: #f8f9fa;
}

.classification-plate ul li .title .cn {
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	font-size: 22px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.classification-plate ul li .title .en {
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*产品介绍*/

.product-introductiona {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
}

.product-introductiona .title {
	max-width: 560px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
}

.product-introductiona .title .line {
	height: 1px;
	background: #cccccc;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.product-introductiona .title span {
	display: inline-block;
	padding: 0 36px;
	background: #fff;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	color: #32beff;
	font-size: 35px;
}

.product-introductiona .subtitle {
	font-size: 20px;
	color: #cccccc;
	text-align: center;
	margin-bottom: 35px;
}

.product-introductiona .tuc {
	text-align: center;
}

.product-introductiona ul li {
	width: 20%;
	margin: 2%;
	display: block;
	float: left;
	transition: all 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.product-introductiona ul li .pic {
	overflow: hidden;
}

.product-introductiona ul li .pic img {
	height: auto;
	transition: all 0.5s ease;
}

.product-introductiona ul li:hover img {
	transform: scale(1.1, 1.1);
}

.product-introductiona ul li:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-introductiona ul li .title {
	padding: 15px 10px;
	transition: all 0.3s ease;
}

.product-introductiona ul li:hover .title {
	background: #f8f9fa;
}

.product-introductiona ul li .title .cn {
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	font-size: 22px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.product-introductiona ul li .title .en {
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* hezuohuoban */

.cooperative-partner {
	background: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cooperative-partner .title {
	max-width: 360px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.cooperative-partner .title .line {
	height: 2px;
	background: #e0e0e0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.cooperative-partner .title span {
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	font-size: 22px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
	background: #f9f9f9;
	display: inline-block;
	padding: 0 36px;
	position: relative;
	z-index: 9999;
	font-weight: 600;
}

.cooperative-partner .subtitle {
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}

.cooperative-partner img {
	margin-top: 20px;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.cooperative-partner img:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* lianxifangshi */

.contact-information {
	padding: 60px 0;
	height: auto;
	background: #2d2e2e;
}

.contact-information .titlea {
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.contact-information .titlea .xian {
	height: 2px;
	background: #444;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}

.contact-information .titlea span {
	display: inline-block;
	padding: 0 30px;
	background: #2d2e2e;
	font-weight: bold;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
}

.contact-information .subtitle {
	font-size: 16px;
	color: #888;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.contact-information .fcon {
	display: flex;
}

.contact-information .fcon .left .tr {
	font-size: 16px;
	color: #cccccc;
	margin-top: 8px;
	font-weight: 500;
}

.contact-information .fcon .middle .tr {
	font-size: 16px;
	color: #cccccc;
	margin-top: 8px;
	transition: all 0.3s ease;
}

.contact-information .fcon .middle .tr:hover {
	color: #32beff;
}

.contact-information .fcon .left {
	min-width: 130px;
}

.contact-information .fcon .middle {
	min-width: 360px;
	width: 100%;
}

.contact-information .fcon .left div {
	text-align: right;
	padding-right: 20px;
}

.contact-information .fcon .right div {
	text-align: right;
}

.contact-information .fcon .right img {
	width: 175px;
	margin-right: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


/* banquan */

.banq {
	padding: 20px 0;
	background: #141415;
	line-height: 30px;
	text-align: center;
	color: #888;
	font-size: 14px;
}

.banq a {
	color: #32beff;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 0 5px;
}

.banq a:hover {
	color: #fff;
	text-decoration: underline;
}

/* 兼容尺寸 */

@media only screen and (max-width: 1600px) {
	.company-overview .right video {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 1200px) {
	.content {
		max-width: 1024px;
	}
}

@media only screen and (max-width: 1024px) {
	.content {
		max-width: 850px;
	}
}

@media only screen and (max-width: 850px) {
	.content {
		padding: 0 15px;
	}
	.company-overview {
		padding: 50px 0;
	}
	.company-overview .title {
		height: 45px;
		line-height: 45px;
	}
	.company-overview .title span {
		font-size: 22px;
		padding: 0 25px;
	}
	.company-overview .subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.company-overview .left {
		width: 100%;
		padding-right: 0px;
	}
	.company-overview .left .txt1 {
		font-size: 24px;
	}
	.company-overview .right {
		width: 100%;
		margin-top: 30px;
	}
	.company-overview .right video {
		margin-top: 0;
		width: 100%;
		height: auto;
	}
	.classification-plate {
		padding: 50px 0;
	}
	.classification-plate ul li {
		width: 48%;
		margin: 1%;
	}
	.classification-plate ul li .title .cn {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.classification-plate ul li .title .en {
		font-size: 12px;
	}
	.cooperative-partner {
		padding: 50px 0;
	}
	.cooperative-partner .title {
		height: 45px;
		line-height: 45px;
	}
	.cooperative-partner .title .line {
		top: 50%;
	}
	.cooperative-partner .title span {
		font-size: 18px;
		padding: 0 25px;
	}
	.cooperative-partner .subtitle {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.product-introductiona {
		padding: 50px 0;
	}
	.product-introductiona .title {
		height: 45px;
		line-height: 45px;
	}
	.product-introductiona .title span {
		font-size: 22px;
		padding: 0 25px;
	}
	.product-introductiona .subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.product-introductiona ul li {
		width: 46%;
		margin: 2%;
	}
	.contact-information {
		padding: 50px 0;
	}
	.contact-information .titlea {
		height: 45px;
		line-height: 45px;
	}
	.contact-information .titlea span {
		font-size: 20px;
		padding: 0 25px;
	}
	.contact-information .subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.contact-information .fcon .left .tr {
		font-size: 14px;
	}
	.contact-information .fcon .middle .tr {
		font-size: 14px;
	}
	.contact-information .fcon .left {
		min-width: 110px;
	}
	.contact-information .fcon .left div {
		padding-right: 15px;
	}
	.banq {
		padding: 15px 0;
	}
	.banq .content {
		font-size: 13px;
	}
}

@media only screen and (max-width: 640px) {
	.classification-plate ul li {
		width: 100%;
		margin: 2% 0;
	}
	.product-introductiona ul li {
		width: 100%;
		margin: 2% 0;
	}
	.contact-information .fcon {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.contact-information .fcon .left {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.contact-information .fcon .left div {
		text-align: center;
		padding-right: 0;
	}
	.contact-information .fcon .middle {
		min-width: 100%;
	}
	.contact-information .fcon .middle div {
		text-align: center;
	}
	.contact-information .fcon .left .tr {
		font-size: 14px;
	}
	.contact-information .fcon .middle .tr {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.company-overview {
		padding: 40px 0;
	}
	.company-overview .left .txt1 {
		font-size: 20px;
	}
	.company-overview .left .txt2 {
		font-size: 13px;
		line-height: 22px;
	}
	.classification-plate {
		padding: 40px 0;
	}
	.cooperative-partner {
		padding: 40px 0;
	}
	.product-introductiona {
		padding: 40px 0;
	}
	.product-introductiona ul li .title .cn {
		height: 20px;
		line-height: 20px;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.product-introductiona ul li .title .en {
		font-size: 12px;
	}
	.contact-information {
		padding: 40px 0;
	}
	.contact-information .titlea span {
		font-size: 18px;
		padding: 0 20px;
	}
	.contact-information .subtitle {
		font-size: 13px;
	}
	.banq .content {
		font-size: 12px;
	}
	.top-button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		bottom: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 360px) {
	.company-overview .left .txt1 {
		font-size: 18px;
	}
}

/* 最小屏幕 */

.smallest-screen {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: url(../images/displaynone.png) no-repeat center #666;
	display: none;
}

@media only screen and (max-width: 319px) {
	.smallest-screen {
		display: block;
	}
	/*判断屏幕小于319px隐藏显示网站*/
}
