@charset "UTF-8";

/*Global style*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	/* overflow-x: hidden; */
}

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

#img9999 {
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

#img8888 {
	background-image: url(../images/icon12-2.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

input,
textarea,
select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	transition: all .5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 0;
	font-weight: normal;
}


/* 媒体查询 */

@media (min-width: 1680px) {
	.container {
		width: 1264px;
	}
}


/* header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 11;
	transition: all .5s;
	z-index: 13;
}

.header.on {
	top: -103px;
	transition: all .5s;
}

.header.active {
	margin-top: -25px;
}

.head-top {
	background-color: #252a2c;
}

.head-top .box {
	height: 25px;
	justify-content: flex-end;
	align-items: center;
}

.head-top .box>div {
	position: relative;
	align-items: center;
	padding: 0 24px;
}

.head-top .box>div::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
	transform: translate(0, -50%);
}

.head-top .box>div:first-child::before {
	display: none;
}

.head-top .active {
	height: 25px;
	align-items: center;
	cursor: pointer;
}

.head-top .drop-down {
	display: none;
	position: absolute;
	top: 25px;
	left: 50%;
	padding: 12px 10px 0;
	background-color: #ffffff;
	transform: translate(-50%, 0);
	z-index: 2;
}

.head-top .drop-down a {
	margin-bottom: 14px;
}

.head-top .drop-down a .icon {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 10px;
	font-size: 0;
}

.head-top .drop-down a .text {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #565656;
	line-height: 1;
}

.head-top .icon {
	display: block;
	font-size: 0;
	margin-right: 10px;
}

.head-top .text {
	font-size: 16px;
	color: #ffffff;
}

.header.active .head-bot {
	background-color: #ffffff;
}

.head-bot {
	transition: all .3s;
	/*background-color: #ffffff;*/
}

.head-bot .box {
	height: 78px;
	justify-content: space-between;
	align-items: center;
}

.head-bot .img1 {
	display: inline-block;
}

.head-bot .img2 {
	display: none;
}

.header.active .head-bot .img2 {
	display: inline-block;
}

.header.active .head-bot .img1 {
	display: none;
}

.head-bot .nav .column {
	position: relative;
	line-height: 78px;
	margin: 0 27px;
}

.head-bot .nav .column.active{
	margin: 0;
}

.head-bot .nav .column.active .item{
	padding: 0 27px;
}

.head-bot .nav .column::before {
	display: none;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #00a6eb;
}

.head-bot .nav .column.search{
	cursor: pointer;
}

.head-bot .nav .column.search:hover::before{
	display: none;
}

.head-bot .nav .column.search .drop-down3{
	position: absolute;
	top: 50%;
	right: 0;
	width: 345px;
	height: 36px;
	z-index: 9;
	font-size: 0;
	transform: translate(0,-50%);
	display: none;
	
}

.head-bot .nav .column.search .form-inline{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	background-color: #fff;
	line-height: 1;
	border: 1px solid #b1b1b1;
}

.head-bot .nav .column.search .form-group{
	width: calc(100% - 45px);
}

.head-bot .nav .column.search .form-control{
	width: 100%;
	box-shadow: none;
	border: 0;
}

.head-bot .nav .column.search .btn-submit{
	background: none;
}

.head-bot .nav .column.search .close{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	opacity: 1;
}


.head-bot .nav .item {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.header.active .head-bot .nav .item {
	color: #686868;
}

.head-bot .nav .column:hover::before {
	display: block;
}

.head-bot .nav .column:hover .item {
	color: #00a6eb !important;
}

.header.active .head-bot .nav .column:hover .item {
	color: #00a6eb;
}

.head-bot .column:last-child {
	margin-right: 0;
}

.head-bot.on {
	background-color: #ffffff;
}

.head-bot.on .img1 {
	display: none;
}

.head-bot.on .img2 {
	display: inline-block;
}

.head-bot.on .nav .item {
	color: #686868;
}

.head-menu {
	display: none;
}

.head-menu .btn-menu {
	width: 40px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.head-menu .btn-menu>span {
	width: 40px;
	height: 2px;
	background-color: #000000;
	margin: 4px 0;
	transition: all .3s;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	-ms-transform: skew(40deg);
	transform: skew(40deg);
}

.head-menu .btn-menu.on>span {
	width: 20px;
}

.head-menu .btn-menu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.head-menu .btn-menu.on>span:nth-child(2) {
	display: none;
}

.head-menu .btn-menu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.header.active .head-menu .btn-menu>span {
	background-color: #000000;
}

.header .nav .drop-down {
	display: none;
	position: fixed;
	top: 103px;
	left: 0;
	width: 100%;
	line-height: 1;
	padding: 47px 0 60px;
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}

.header .nav .column2 {
	text-align: center;
}

.header .nav .drop-down.center{
	font-size: 0;
	text-align: center;
}

.header .nav .drop-down.center .column2{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.header .nav .img {
	margin-bottom: 23px;
}

.header .nav .name {
	font-size: 14px;
	color: #6a6a6a;
	transition: all .3s;
}

.header .nav .column3 .img {
	margin: 21px 0 59px;
}

.header .nav .column2:hover .name {
	color: #00a6eb;
}

.header.active .nav .drop-down {
	top: 78px;
}

.head-menu .drop-down {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
	overflow-y: auto;
	z-index: 10;
}

.head-menu .drop-down::-webkit-scrollbar {
	display: none;
}

.head-menu .column {
	margin-top: 34px;
}

.head-menu .item {
	display: block;
	width: 90%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding: 16px 0;
	margin: 0 auto;
	background-image: url(../images/icon51.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	border-bottom: 1px solid #e5e5e5;
}

.head-menu .item.on {
	background-image: url(../images/icon51-2.png);
}

.head-menu .drop-down3 {
	display: none;
	padding: 20px 40px;
	background-color: #f6f7fb;
}

.head-menu .item2 {
	display: block;
	font-size: 20px;
	color: #020202;
	line-height: 60px;
	padding: 0 45px;
}

.head-menu .more {
	padding-left: 85px;
	border-top: 1px solid #e5e5e5;
	background-image: url(../images/icon52.png);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.head-bot .drop-down2 {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 100%;
	padding: 14px 0;
	white-space: nowrap;
	background-color: #ffffff;
	transform: translate(-50%, 0)
}

.head-bot .drop-down2 a {
	display: block;
	font-size: 14px;
	color: #686868;
	line-height: 42px;
	text-align: center;
	padding: 0 20px;
	transition: all .3s;
}

.head-bot .drop-down2 a:hover {
	color: #00a6eb;
}

.head-cont {
	position: fixed;
	bottom: 20%;
	right: 3%;
}

.message-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 1030px;
	width: 100%;
	padding: 90px 180px 65px;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
	z-index: 10;
}

.message-popup .form-box {
	position: relative;
	font-size: 0;
}

.message-popup .form-group {
	width: 24%;
	margin-right: 3%;
	margin-bottom: 30px;
}

.message-popup .form-group:nth-child(3n) {
	margin-right: 0;
}

.message-popup .input-box {
	width: 46%;
	margin-right: 0;
}

.message-popup .name {
	font-size: 16px;
	color: #696969;
	line-height: 1;
	margin-bottom: 13px;
}

.message-popup .color {
	display: inline-block;
	vertical-align: middle;
	color: red;
	height: 8px;
	margin-left: 5px;
}

.message-popup .form-control {
	width: 100%;
	border: 0;
	background-color: #f3f3f3;
	border-radius: 17px;
	box-shadow: none;
}

.message-popup .area {
	width: 100%;
	margin-right: 0;
}

.message-popup .area .form-control {
	border-radius: 10px;
	height: 120px;
}

.message-popup .btn-submit {
	display: block;
	width: 238px;
	height: 45px;
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
	padding: 0;
	margin: 0 auto;
	margin-top: 15px;
	border: 0;
	border-radius: 15px;
	background-color: #00a6eb;
}

.message-popup .close {
	position: absolute;
	top: -50px;
	right: -100px;
	cursor: pointer;
	opacity: 1;
}

/* footer */

.footer {
	padding-top: 34px;
	background-color: #252a2c;
}

.foot-top .column {
	float: left;
	margin-right: 115px;
}

.foot-top .column:last-child {
	margin-right: 0;
}

.foot-top .column a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	line-height: 30px;
}

.foot-top .column .h1 {
	font-size: 16px;
	color: #ffffff;
}

.foot-top .not-alike a {
	line-height: 1;
	margin-bottom: 20px;
}

.foot-top .not-alike .img2 {
	display: none;
}

.foot-top .not-alike a:hover .img1 {
	display: none;
}

.foot-top .not-alike a:hover .img2 {
	display: inline-block;
}

.foot-top .not-alike .h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 7px;
}

.foot-top .logo {
	margin-top: 50px;
	margin-right: 110px;
}

.footer .text {
	font-size: 12px;
	color: #9e9e9e;
	line-height: 30px;
	padding: 20px 0 30px;
	border-top: 1px solid #40494c;
	margin-top: 38px;
}


/* 媒体查询 */

@media only screen and (max-width:1680px) {
	.head-bot .nav .column {
		margin: 0 20px;
	}

	.head-bot .nav .column.active .item{
		padding: 0 20px;
	}
}

@media only screen and (max-width:1199px) {
	.head-bot .nav .column {
		margin: 0 10px;
	}

	.head-bot .nav .column.active .item{
		padding: 0 10px;
	}

	.message-popup {
		max-width: 90%;
		padding: 50px 100px;
	}

	.message-popup .close {
		top: -5%;
		right: -10%;
	}

	.foot-top .column {
		margin-right: 90px;
	}

	.foot-top .logo {
		margin-right: 0;
	}
}

@media only screen and (max-width:1024px) {
	.header.active {
		margin-top: 0;
	}

	.header.on {
		top: 0;
	}

	.head-top {
		display: none;
	}

	.head-bot .container {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.head-bot .box {
		height: 70px;
	}

	.head-bot .nav {
		display: none;
	}

	.head-menu {
		display: block;
	}

	.head-menu .container {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width:991px) {
	.footer {
		padding-top: 0;
	}

	.footer .container {
		width: 100%;
		padding: 0;
	}

	.foot-top .nav {
		float: none !important;
		width: 100%;
		margin-bottom: 20px;
	}

	.foot-top .column {
		width: 100%;
		margin-right: 0;
	}

	.foot-top .drop-down {
		display: none;
		margin-top: 0;
		background-color: #5d5f66;
	}

	.foot-top .not-alike .drop-down {
		margin-top: 0;
	}

	.foot-top .column a {
		display: block;
		padding: 0 85px;
	}

	.foot-top .not-alike a {
		margin-bottom: 15px;
	}

	.foot-top .column .h1 {
		display: block;
		width: 90%;
		padding: 15px 0;
		margin: 0 auto;
		margin-top: 35px;
		background-image: url(../images/icon53.png);
		background-repeat: no-repeat;
		background-position: right center;
	}

	.foot-top .column .h1.on {
		background-image: url(../images/icon53-2.png);
	}

	.foot-top .not-alike .h1 {
		margin-bottom: 0;
	}

	.foot-top .h1 {
		line-height: 1 !important;
		border-bottom: 1px solid #e5e5e5;
	}

	.foot-top .logo {
		float: none !important;
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.foot-top .logo img {
		width: 104px;
	}

	.footer .text {
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}

	.footer .drop-down {
		padding: 23px 0;
	}

	.footer .drop-down a {
		font-size: 20px;
		color: #ffffff;
		line-height: 52px;
	}

}

@media only screen and (max-width:767px) {
	.main {
		padding-top: 50px;
	}

	.header {
		background-color: #FFFFFF;
	}

	.header .logo .img1 {
		display: none;
	}

	.header .logo .img2 {
		display: inline-block;
	}

	.head-bot .box {
		height: 50px;
	}

	.head-bot .box::after {
		content: "";
	}

	.head-bot .logo img {
		height: 30px;
	}

	.head-menu .btn-menu {
		width: 30px;
	}

	.head-menu .btn-menu>span {
		width: 30px;
		margin: 3px 0;
		background-color: #000000;
	}

	.head-menu .btn-menu.on>span:last-child {
		margin-top: -5px;
	}

	.head-menu .drop-down {
		top: 50px;
		height: calc(100vh - 50px);
	}

	.head-menu .item {
		font-size: 14px;
		line-height: 1;
		background-size: 14px auto;
	}

	.head-menu .column {
		margin-top: 0;
	}

	.head-menu .drop-down3 {
		padding: 10px 20px;
	}

	.head-menu .item2 {
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
	}

	.head-menu .more {
		padding-left: 40px;
		background-size: 14px auto;
		background-position: 20px center;
	}

	.head-cont {
		width: 40px;
	}

	.message-popup {
		padding: 30px 20px;
	}

	.message-popup .form-group {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.message-popup .name {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.message-popup .form-control {
		height: 30px;
	}

	.message-popup .area .form-control {
		height: 70px;
	}

	.message-popup .close {
		top: -4%;
		right: -3%;
		width: 26px;
	}

	.message-popup .btn-submit {
		width: 120px;
		height: 36px;
		line-height: 36px;
		border-radius: 10px;
	}

	.footer {
		padding-top: 20px;
	}

	.footer .drop-down {
		padding: 15px 0;
	}

	.footer .drop-down a {
		padding: 0 40px;
	}

	.footer .drop-down a {
		font-size: 14px;
		line-height: 30px;
	}

	.foot-top .column .h1 {
		margin-top: 0;
		background-size: 12px auto;
	}

	.footer .text {
		line-height: 20px;
		padding: 10px 0 20px;
		margin-top: 20px;
	}
}


/* home */
.main {
	padding-top: 25px;
	transition: all .3s;
}

.home-page {
	padding-top: 25px;
}

.main.on {
	padding-top: 0;
}

.banner {
	position: relative;
}

.banner .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-banner {
	/*height: calc(100vh - 25px);*/
}

.banner .text-box {
	text-align: center;
}

.banner .h1 {
	font-size: 66px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

.banner .h2 {
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 30px;
}

.banner .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: #ffffff;
	line-height: 31px;
	padding: 0 15px;
	border: 1px solid #ffffff;
	border-radius: 10px;
}

.home-banner .suspen {
	top: 15%;
}

.home-banner .suspen1 {
	top: 50%;
	transform: translate(0, -50%);
	text-align: right;
}

.home-banner .suspen1 .text-box {
	display: inline-block;
	max-width: 600px;
	width: 100%;
	text-align: right;
	margin-right: -3.5%;
}

.home-banner .suspen1 .h1 {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.home-banner .suspen1 .h2 {
	display: inline-block;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
}

/*.swiper1 {*/
/*	height: 100%;*/
/*}*/

/*.swiper1 img {*/
/*	height: 100%;*/
/*}*/

.swiper1 .video-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper1 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.swiper1 .swiper-pagination {
	font-size: 0;
	height: 16px;
	bottom: 25px;
}

.swiper1 .swiper-pagination-bullet {
	vertical-align: top;
	width: 13px;
	height: 13px;
	margin: 1px 10px 0 !important;
	background-color: #ffffff;
	opacity: 1;
	margin-top: 1px;
}

.swiper1 .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: none;
	border: 2px solid #ffffff;
	margin-top: 0 !important;
}

.delay {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.home-prod {
	margin: 110px 0 93px;
}

.home-prod .l-prod {
	width: 66.12%;
	margin-right: 1.32%;
}

.home-prod .r-prod {
	width: 32.56%;
}

.home-prod .column {
	position: relative;
	margin-bottom: 15px;
	transition: all .3s;
}

.home-prod .box .column {
	width: 49.26%;
	margin-right: 1.48%;
}

.home-prod .box .column:last-child {
	margin-right: 0;
}

.home-prod .column:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}

.home-prod .name {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 22px;
	color: #2b2b2b;
	line-height: 28px;
}

.home-prod .box .name {
	width: 150px;
}

.home-prod .bot-box .column {
	width: 32.57%;
	margin-right: .978%;
}

.home-news {
	margin-bottom: 146px;
}

.home-news .container {
	position: relative;
}

.home-news .swiper-pagination {
	bottom: -55px;
	left: 0;
	width: 100%;
	opacity: 1;
}

.home-news .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 11px;
	opacity: 1;
	background-color: #707070;
}

.home-news .swiper-pagination-bullet-active {
	background-color: #00a6eb;
}

.swiper2 .box {
	margin: 0 -7px;
}

.swiper2 a {
	display: block;
	padding: 0 7px;
}

.swiper2 .text-box {
	padding: 9px 18px;
	background-color: #faf9f9;
}

.swiper2 .h1 {
	font-size: 16px;
	color: #747474;
	line-height: 22px;
	height: 44px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

.swiper2 .bot {
	font-size: 0;
}

.swiper2 .bot>span {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	margin-right: 12px;
}

.swiper2 .date {
	font-size: 12px;
	color: #6c787e;
}

.swiper2 .label {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0 6px;
	background-color: #00a6eb;
	border-radius: 0;
}

.swiper2 .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.swiper2 a:hover .play {
	background-color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	overflow: hidden;
}

.m-box {
	display: none;
}

/* 视频弹窗 */
.bigPicLayer {
	display: none;
	width: 1000px;
	height: 556px;
	position: fixed;
	z-index: 111;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}

.bigPicLayer .box {
	position: relative;
	height: 100%;
	z-index: 20;
}

.bigPicLayer .wrap{
	height: 100%;
}

.bigPicLayer iframe{
	width: 100%;
	height: 100%;
}

.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/m5_off.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 222;
	opacity: 1;
}

.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}

.bigPicLayer .imgDiv {
	text-align: center;
}

.bigPicLayer .imgDiv img {
	width: 100%;
}

.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.video-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, .6);
}

/* 媒体查询 */

@media only screen and (max-width:1440px) {
	.home-banner .h1 {
		font-size: 50px;
	}

	.home-banner .h2 {
		font-size: 18px;
	}

	.home-banner .btn {
		font-size: 18px;
		line-height: 30px;
	}

	.home-prod .name {
		font-size: 18px;
	}

	.home-banner .suspen1 .text-box {
		max-width: 500px;
		margin-right: 0;
	}

	.home-banner .suspen1 .h1 img {
		width: 300px;
	}

	.home-banner .suspen1 .h2 {
		font-size: 24px;
	}

	.swiper2 .h1 {
		font-size: 14px;
	}

	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../images/m5_off.png) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 50px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		text-align: center;
	}

	.bigPicLayer .imgDiv img {
		width: 100%;
	}

	.bigPicLayer .imgDiv span {
		display: block;
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	.home-banner .suspen1 .text-box {
		max-width: 400px;
		margin-right: 0;
	}

	.home-banner .suspen1 .h1 img {
		width: 300px;
	}

	.home-banner .suspen1 .h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.main {
		padding-top: 70px;
	}

	.service-page {
		padding-top: 120px !important;
	}

	.home-banner {
		/*height: calc(100vh - 70px);*/
		padding-top: 0;
	}

	.home-banner .suspen1 .text-box {
		max-width: 300px;
		margin-right: 0;
	}

	.home-banner .suspen1 .h1 img {
		max-width: 100%;
		width: 100%;
	}

	.home-banner .suspen1 .h2 {
		font-size: 18px;
	}

	.bigPicLayer {
		width: 300px;
		height: 200px;
		padding: 0px;
		margin-top: -150px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../images/m5_off.png) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 20px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		height: 169px;
	}

}

@media only screen and (max-width:991px) {
	.p-box {
		display: none;
	}

	.m-box {
		display: block;
	}
}

@media only screen and (max-width:767px) {
	.main {
		padding-top: 50px;
	}

	.service-page {
		padding-top: 90px !important;
	}

	.home-banner {
		height: calc(100vh - 50px);
	}

	.home-banner .suspen1 .text-box {
		max-width: 100%;
		text-align: right;
	}

	.home-banner .suspen1 .h1 {
		text-align: right;
	}

	.home-banner .suspen1 .h1 img {
		width: 200px;
	}

	.home-banner .suspen1 .h2 {
		text-align: right;
	}

	.home-prod .l-prod {
		width: 100%;
		margin-right: 0;
	}

	.home-prod .box .column {
		width: 100%;
		margin-right: 0;
	}

	.home-prod .r-prod {
		width: 100%;
	}

	.home-prod .r-prod .column:last-child {
		margin-bottom: 0;
	}

	.home-banner .h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.home-banner .h2 {
		margin-bottom: 20px;
	}

	.swiper1 .swiper-pagination {
		height: 12px;
	}

	.swiper1 .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
		margin: 2px 5px 0 !important;
	}

	.swiper1 .swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		margin-top: 0 !important;
	}

	.home-prod {
		margin: 50px 0;
	}

	.home-prod .name {
		top: 10px;
	}

	.home-prod .box .name {
		width: auto;
	}

	.home-news {
		margin-bottom: 70px;
	}

	.home-news .swiper-pagination {
		bottom: -40px;
	}

	.home-news .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}

	.swiper2 .play {
		width: 50px;
	}

	.bigPicLayer {
		width: 90%;
		margin-top: -100px;
	}

	.bigPicLayer .close {
		width: 34px;
		height: 34px;
		right: 0;
		background-size: cover;
	}
}


/* 产品 */
.m-img {
	display: none;
}

.product-page {
	/*padding-top: 103px;*/
}

.product-page2 {
	padding-top: 153px;
}

.product-banner .suspen {
	top: 42%;
}

.product-banner .text-box {
	max-width: 680px;
	width: 100%;
}

.product-banner .h1 {
	font-size: 48px;
}

.product-banner .h2 {
	font-size: 20px;
	margin-bottom: 40px;
}

.product-banner .btn {
	font-size: 18px;
}

.prod {
	margin: 95px 0 10px;
}

.prod .title{
	text-align: center;
}

.prod .title .h1{
	font-size: 36px;
	color: #322d2f;
	font-weight: bold;
}

.prod .form-inline{
	max-width: 500px;
	width: 100%;
	margin: 30px auto 50px;
	font-size: 0;
	border: 1px solid #b1b1b1;
	padding: 3px;
	border-radius: 0;
}

.prod .form-inline .form-group{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 45px);
	margin-bottom: 0;
}

.prod .form-inline .form-control{
	width: 100%;
	border: 0;
	box-shadow: none;
}

.prod .form-inline .btn-submit{
	background: none;
	padding: 6px 11px;
}


.prod-list {
	margin: 0 -5px;
}

.prod-list .column {
	position: relative;
	text-align: center;
	padding: 5px 5px 0;
	margin-bottom: 10px;
	transition: all .3s;
}

.prod-list .img {
	position: relative;
	display: block;
	font-size: 0;
}

.prod-list .imgs {
	display: none;
}

.prod-list .imgs.on {
	display: inline-block;
}

.prod-list .name {
	display: block;
	font-size: 16px;
	color: #171717;
	padding: 20px 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-list .name .s-1{
	display: none;
	font-size: 16px;
	color: #171717;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-list .name .s-1.on{
	display: block;
}

.prod-list .dots {
	width: 100%;
	line-height: 60px;
	font-size: 0;
	padding: 15px 15px;
	opacity: 0;
	transition: all .3s;
}

.prod-list .dot {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	margin: 0 6px;
	cursor: pointer;
	transition: all .3s;
}

.prod-list .dot::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 19px;
	height: 19px;
	border: 1px solid #a3a3a3;
	border-radius: 50%;
	transition: all .3s;
	z-index: -1;
}

.prod-list .dot.on:before {
	top: -5px;
	left: -5px;
	width: 29px;
	height: 29px;
	z-index: 1;
}

.prod-list .news {
	position: absolute;
	width: 106px;
	height: 100px;
	top: 1px;
	right: 1px;
	background-image: url(../images/img69.png);
	background-position: center center;
	background-size: cover;
}

.prod-list .column:hover {
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.prod-list .column:hover .dots {
	opacity: 1;
}

.prod-list .column .sign {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 106px;
	height: 106px;
	background-position: center center;
	background-size: cover;
}

.prod-details .box {
	position: relative;
}

.prod-details .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prod-details .suspen .h1 {
	font-size: 58px;
	line-height: 84px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prod-details .suspen .text {
	font-size: 20px;
	line-height: 42px;
}

.box-1 .imgs {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46%;
}

.box-1 .text-box {
	max-width: 580px;
	width: 100%;
}

.box-1 .h1 {
	color: #252a2c;
	margin-bottom: 50px;
}

.box-1 .h2 {
	color: #252a2c;
}

.box-2 .imgs {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 28%;
}

.box-2 .suspen {
	top: 17%;
}

.box-2 .text-box {
	text-align: center;
}

.box-2 .h1 {
	color: #ffffff;
	margin-bottom: 25px;
}

.box-2 .text {
	color: #ffffff;
	line-height: 58px;
}

.box-3 .imgs {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
	width: 33%;
}

.box-3 .suspen {
	text-align: right;
}

.box-3 .text-box {
	display: inline-block;
	max-width: 655px;
	width: 100%;
	text-align: left;
	margin-right: -8%;
}

.box-3 .h1 {
	color: #252a2c;
	margin-bottom: 44px;
}

.box-3 .text {
	color: #252a2c;
	line-height: 58px;
}

.box-4 .imgs {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 57.4%;
}

.box-4 .text-box {
	max-width: 460px;
	width: 100%;
}

.box-4 .h1 {
	color: #FFFFFF;
	margin-bottom: 46px;
}

.box-4 .text {
	color: #FFFFFF;
}

.parameter {
	padding: 130px 0 0;
}

.parameter .list-box {
	width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}

.parameter .column {
	padding: 0;
	margin-bottom: 170px;
	word-wrap: break-word;
}

.parameter .icon {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-bottom: 35px;
}

.parameter .name {
	font-size: 30px;
	color: #a9aaab;
	margin-bottom: 20px;
}

.parameter .data {
	font-size: 32px;
	color: #252a2c;
}

.catalog .container {
	width: 100%;
	padding: 0;
}

.catalog {
	padding: 47px 24px 57px;
}

.catalog .form-inline {
	text-align: center;
	margin-bottom: 27px;
}

.catalog .form-control {
	width: 207px;
	margin-right: 22px;
	box-shadow: none;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	color: #a9a9a9;
}

.catalog .btn-submit {
	width: 133px;
	font-size: 14px;
	color: #ffffff;
	background-color: #009fe1;
}

.catalog .table-responsive {
	margin-bottom: 0;
}

.catalog .table {
	border: 1px solid #bfbfbf;
}

.catalog th {
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	border-bottom: 0 !important;
	border: 1px solid #bfbfbf;
	white-space: nowrap;
}

.catalog td {
	vertical-align: middle !important;
	text-align: center;
	font-size: 12px;
	color: #808080;
	border: 1px solid #bfbfbf;
	white-space: nowrap;
}

.catalog .subtable {
	width: 100%;
}

.catalog .subtable td {
	color: #ffffff;
	border: 0;
}

.catalog .subtable1 td {
	width: 20%;
}

.catalog .subtable2 td {
	width: 10%;
}

.catalog .th {
	background-color: #515556;
}

.catalog .th2 {
	width: 23%;
	background-color: #009fe1;
}

.catalog .th3 {
	width: 40%;
	background-color: #ff4e00;
}

.catalog .td {
	text-align: left;
}

.catalog .td2 {
	padding-bottom: 5px;
}

.catalog .name {
	font-size: 12px;
	color: #808080;
	transition: all .3s;
}

.catalog .name:hover {
	color: #00a6eb;
}

.catalog .rotate {
	display: inline-block;
	font-size: 0;
	animation: turn 1.5s linear infinite;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 13;
}

.popup .box-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 60%;
	max-height: 80%;
	/* height: 100%; */
	transform: translate(-50%, -50%);
}

.swiper3 {
	text-align: center;
	height: 100%;
}

.swiper3 .swiper-slide {
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.swiper3 img {
	max-width: 800px;
	max-height: 100%;
}

.swiper3 .box{
	position: relative;
}

.swiper3 .back-down{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	background-color: #f8f9fb;
	z-index: 1;
}

.swiper3 .back-down a{
	display: inline-block;
	margin-right: 55px;
}

.swiper3 .back-down img{
	width: 34px;
}

.swiper3 .swiper-pagination-bullet {
	background-color: #e5e5e5;
	opacity: 1;
}

.swiper3 .swiper-pagination-bullet-active {
	background-color: #007aff;
}

.popup .close {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	z-index: 11;
	opacity: 1;
}

@keyframes turn {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.head-body .top-nav {
	display: block;
	height: 50px;
	line-height: 50px;
	box-shadow: 0 7px 7px -7px rgba(0, 0, 0, .1);
}

.top-nav .nav-wrap {
	justify-content: space-between;
}

.head-body .top-nav .nav-wrap {
	justify-content: space-between;
}

.product-page .top-nav a {
	border: 0;
}

.product-page .top-nav a.on {
	color: #00aeff;
}

.product-page .top-nav a.on::before {
	display: none;
}

.prod-details2 {
	padding-top: 50px;
}

.prod-details2 .container {
	width: 1496px;
	padding: 0 15px;
}

.prod-details2 .title {
	font-size: 28px;
	color: #00aeff;
	line-height: 1;
	padding-bottom: 42px;
	border-bottom: 1px solid #dcdcdc;
}

.speci {
	padding-top: 153px;
	margin-top: -153px;
	margin-bottom: 75px;
}

.speci .title {
	margin: 113px 0 70px;
}

.speci .list-box {
	flex-wrap: wrap;
}

.speci .column {
	padding: 0;
	padding-right: 10px;
	margin-bottom: 70px;
	word-wrap: break-word;
	word-break: normal;
}

.speci .column:nth-child(4n) {
	padding-right: 0;
}

.speci .icon {
	float: left;
	max-width: 42px;
	width: 100%;
	margin-right: 15px;
}

.speci .text-box {
	float: left;
	width: calc(100% - 57px);
}

.speci .name {
	font-size: 22px;
	color: #484848;
	line-height: 28px;
	margin-bottom: 8px;
}

.speci .text {
	font-size: 14px;
	color: #706f6f;
	line-height: 22px;
}

.images {
	padding-top: 153px;
	margin-top: -153px;
	margin-bottom: 87px;
}

.images .title {
	margin-bottom: 73px;
}

.images .list-box {
	margin: 0 -16px;
}

.images .column {
	padding: 0 16px;
	margin-bottom: 37px;
	cursor: pointer;
}

.images .img {
	text-align: center;
	background-color: #f8f9fb;
}

.down {
	padding-top: 153px;
	margin-top: -153px;
	margin-bottom: 120px;
}

.down .title {
	margin-bottom: 73px;
}

.down .link {
	display: block;
	margin-bottom: 20px;
	padding: 0 113px;
	font-size: 24px;
	color: #414141;
	line-height: 104px;
	background-color: #f8f9fb;
	background-image: url(../images/icon43.jpg), url(../images/icon44.jpg);
	background-repeat: no-repeat;
	background-position: 42px center, 97% center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.down .video {
	background: none;
	background-color: #f8f9fb;
	background-image: url(../images/icon54.png);
	background-repeat: no-repeat;
	background-position: 42px center;
}

.kkAnchor {
	display: inline-block;
	width: 0.00001px;
	padding-top: 153px;
	margin-top: -153px;
	visibility: hidden;
}

/*媒体查询*/

@media only screen and (max-width:1680px) {
	.parameter .list-box {
		width: 1200px;
	}

	.catalog .th2 {
		width: auto;
	}

	.catalog .th3 {
		width: auto;
	}

	.catalog .form-control {
		width: 150px;
		margin-right: 15px;
	}

	.prod-details2 .container {
		width: 1200px;
	}
}

@media only screen and (max-width:1440px) {
	.product-banner .h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.product-banner .h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.product-banner .btn {
		font-size: 18px;
		line-height: 30px;
	}

	.prod-details .suspen .h1 {
		font-size: 48px !important;
		line-height: 68px !important;
		margin-bottom: 30px !important;
	}

	.prod-details .suspen .text {
		font-size: 16px !important;
		line-height: 30px !important;
	}

	.parameter .icon {
		margin-bottom: 20px;
	}

	.parameter .name {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.parameter .data {
		font-size: 24px;
	}

	.catalog .form-inline {
		text-align: left;
	}

	.catalog .form-group {
		margin-bottom: 20px;
	}

	.catalog .btn-submit {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:1280px) {
	.table-responsive {
		overflow-x: auto;
	}

	.catalog .table {
		min-width: 1200px;
	}

	.swiper3 .back-down a{
		width: 30px;
		margin-right: 50px;
	}
}

@media only screen and (max-width:1199px) {
	.table-responsive::-webkit-scrollbar {
		display: none;
	}

	.prod-details2 .container {
		width: 970px;
	}

	.product-page .top-nav .name {
		font-size: 18px;
	}

	.top-nav .nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.top-nav .nav::-webkit-scrollbar {
		display: none;
	}

	.box-3 .text-box {
		max-width: 500px;
		margin-right: -3%;
	}
}

@media only screen and (max-width:1024px) {
	.product-page {
		padding-top: 120px;
	}

	.prod-details2 {
		padding-top: 0;
	}

	.speci {
		padding-top: 120px;
		margin-top: -120px;
	}

	.images {
		padding-top: 120px;
		margin-top: -120px;
	}

	.down {
		padding-top: 120px;
		margin-top: -120px;
	}
}

@media only screen and (max-width:991px) {
	.product-banner .suspen {
		top: 50%;
		transform: translate(0, -50%);
	}

	.product-banner .text-box {
		width: 100%;
		text-align: left;
	}

	.prod-details .suspen .h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin-bottom: 20px !important;
	}

	.prod-details .suspen .text {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.box-1 .text-box {
		max-width: 400px;
	}

	.box-3 .text-box {
		max-width: 400px;
		margin-right: -8%;
	}

	.box-4 .text-box {
		max-width: 360px;
	}

	.parameter .list-box {
		width: 750px;
	}

	.parameter .icon {
		width: 50px;
	}

	.parameter .name {
		font-size: 16px;
	}

	.parameter .data {
		font-size: 18px;
	}

	.prod-details2 .container {
		width: 750px;
	}

	.popup .box-wrap {
		max-width: 90%;
	}

	.swiper3 .swiper-button-next,
	.swiper3 .swiper-button-prev {
		width: 18px;
		height: 30px;
		margin-top: -15px;
		background-size: cover;
	}

	.popup .close {
		top: -40px;
		right: 0;
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width:767px) {
	.p-img {
		display: none;
	}

	.m-img {
		display: block;
	}

	.product-page {
		padding-top: 50px;
	}

	.product-page2 {
		padding-top: 90px;
	}

	.prod {
		margin: 50px 0 30px;
	}

	.prod .form-inline{
		padding: 0 5px;
		margin: 0 auto 30px;
	}

	.prod-details .box .container {
		padding: 0 .65rem;
	}

	.prod-list .column {
		margin-bottom: 20px;
	}

	.prod-list .name {
		padding: 15px 15px 0;
	}

	.prod-list .dots {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		line-height: 45px;
		padding-bottom: 5px;
		opacity: 1;
	}

	.prod-list .dot {
		vertical-align: middle;
		width: 15px;
		height: 15px;
		opacity: 1;
	}

	.prod-list .column .sign {
		width: 60px;
		height: 60px;
		font-size: 0;
	}

	.prod-list .dot::before {
		width: 15px;
		height: 15px;
	}

	.prod-list .dot.on:before {
		top: -3px;
		left: -3px;
		width: 21px;
		height: 21px;
	}

	.prod-list .news {
		top: 3px;
		right: 3px;
		width: 53px;
		height: 50px;
	}

	.prod-details .suspen {
		width: 100%;
	}

	.prod-details .text-box {
		max-width: 100% !important;
	}

	.prod-details .suspen .h1 {
		font-size: .58rem !important;
		line-height: .84rem !important;
		margin-bottom: .25rem !important;
		font-weight: bold;
	}

	.prod-details .suspen .text {
		font-size: .25rem !important;
		line-height: .4rem;
	}

	.prod-details .suspen {
		top: .55rem;
		transform: translate(-50%, 0);
	}

	.prod-details .box .imgs {
		top: auto;
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
		transform: translate(0, 0);
	}

	.box-2 .text-box {
		text-align: left;
	}

	.prod-details .box-3 .container {
		padding: 0 .3rem;
	}

	.box-3 .text-box {
		margin-right: 0;
	}

	.parameter {
		padding: 50px 0 30px;
	}

	.parameter .list-box {
		width: 100%;
		margin: 0 -5px;
	}

	.parameter .column {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.parameter .icon {
		width: 40px;
		margin-bottom: 10px;
	}

	.parameter .name {
		font-size: 14px;
	}

	.parameter .data {
		font-size: 16px;
	}

	.catalog {
		padding: 50px 0;
	}

	.catalog .container {
		padding: 0 15px;
	}

	.catalog .form-inline {
		font-size: 0;
		margin-bottom: 0;
	}

	.catalog .form-group {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.catalog .form-group:nth-child(2n) {
		margin-right: 0;
	}

	.catalog .form-control {
		width: 100%;
		margin-right: 0;
	}

	.prod-details2 {
		padding-top: 40px;
	}

	.prod-details2 .container {
		width: 100%;
	}

	.product-page .top-nav .name {
		display: none;
		font-size: 14px;
		padding-right: 10px;
	}

	.product-page .top-nav {
		height: 40px;
		line-height: 40px;
	}

	.speci {
		margin-bottom: 30px;
	}

	.prod-details2 .title {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.speci .title {
		margin: 50px 0 20px;
	}

	.speci .column {
		margin-bottom: 20px;
	}

	.speci .icon {
		width: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.speci .text-box {
		width: 100%;
	}

	.speci .name {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.speci .text {
		line-height: 20px;
	}

	.images {
		margin-bottom: 30px;
	}

	.images .list-box {
		margin: 0 -5px;
	}

	.images .column {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.down {
		margin-bottom: 40px;
	}

	.down .link {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 40px;
		background-size: 20px auto, 22px auto;
		background-position: 10px center, 97% center;
	}

	.speci {
		padding-top: 90px;
		margin-top: -90px;
	}

	.images {
		padding-top: 90px;
		margin-top: -90px;
	}

	.down {
		padding-top: 90px;
		margin-top: -90px;
	}

	.swiper3 .back-down{
		height: 40px;
		line-height: 40px;
	}

	.swiper3 .back-down a{
		width: 24px;
		height: 24px;
		margin-right: 20px;
	}
}


/*服务支持*/

.service-page {
	background-color: #f7f9fa;
}

.service {
	padding: 90px 0 73px;
}

.service-page .top-nav {
	background-color: #ffffff;
}

.serv-list {
	margin: 0 -7px;
}

.serv-list .column {
	padding: 0 7px;
	margin-bottom: 40px;
}

.serv-list .column .img {
	position: relative;
}

.serv-list .text-box {
	padding: 15px 15px;
	background-color: #faf9f9;
}

.serv-list .h1 {
	font-size: 16px;
	color: #545454;
	line-height: 22px;
	font-weight: bold;
	height: 44px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

.serv-list .bot {
	font-size: 0;
}

.serv-list .bot>span {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	margin-right: 12px;
}

.serv-list .date {
	font-size: 12px;
	color: #6c787e;
}

.serv-list .label {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0 6px;
	background-color: #00a6eb;
	border-radius: 0;
}

.serv-list .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.serv-list .column:hover .play {
	background-color: rgba(255, 255, 255, .3);
	border-radius: 50%;
	overflow: hidden;
}

.service-page .nav-page {
	margin-top: 43px;
}

.nav-page a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #707070;
	line-height: 24px;
	margin: 0 15px;
}

.nav-page a.on {
	color: #00a6eb;
}

.nav-page .arrow {
	width: 30px;
	height: 24px;
	font-size: 0;
	line-height: 22px;
	text-align: center;
	border: 1px solid #bfbfbf;
}

/*媒体查询*/
@media only screen and (max-width:767px) {
	.service {
		padding: 50px 0;
	}

	.serv-list {
		margin: 0 -5px;
	}

	.serv-list .column {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.serv-list .text-box {
		padding: 5px;
	}

	.serv-list .h1 {
		font-size: 14px;
	}

	.service-page .nav-page {
		margin-top: 20px;
	}

	.nav-page a {
		margin: 0 10px;
	}

	.serv-list .play {
		width: 40px;
		height: 40px;
		font-size: 0;
	}
}

/*联系我们*/
.contact {
	margin: 85px 0 120px;
}

.contact .title {
	font-size: 32px;
	color: #535e65;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
}

.contact .text-box {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.contact .text-box .title {
	margin-bottom: 16px;
}

.contact .text-box .text {
	font-size: 16px;
	color: #535e65;
	line-height: 42px;
}

.contact .text-box2 {
	max-width: 1070px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 8px;
}

.contact .text-box2 .title {
	margin-bottom: 20px;
}

.contact .text-box2 .text {
	font-size: 16px;
	color: #808080;
	line-height: 40px;
}

.contact .box {
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 80px;
}

.contact .top {
	width: 370px;
	padding: 40px 20px;
	margin: 0 auto;
	margin-bottom: 37px;
	background-color: #00a6eb;
	border-radius: 10px;
	text-align: center;
}

.contact .top .h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact .mode {
	display: inline-block;
}

.contact .mode .column {
	font-size: 0;
	text-align: left;
	line-height: 34px;
}

.contact .mode .icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.contact .mode .number {
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
}

.contact .icons {
	width: 23px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.contact .address {
	width: 610px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
}

.contact .address .column {
	float: left;
	width: 50%;
	padding: 42px 62px;
	border-right: 1px solid #bfbfbf;
}

.contact .address .column:last-child {
	border-right: 0;
}

.contact .address .h1 {
	font-size: 14px;
	color: #535e65;
	line-height: 40px;
	padding-left: 24px;
	background-image: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.contact .address .text {
	font-size: 14px;
	color: #93999c;
	line-height: 26px;
}

/*媒体查询*/
@media only screen and (max-width:767px) {
	.contact {
		margin: 50px 0;
	}

	.contact .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.contact .text-box {
		margin-bottom: 30px;
	}

	.contact .text-box .text {
		font-size: 14px;
		line-height: 30px;
	}

	.contact .text-box2 .title {
		margin-bottom: 10px;
	}

	.contact .text-box2 .text {
		font-size: 14px;
		line-height: 30px;
	}

	.contact .top {
		width: 100%;
	}

	.contact .box {
		padding: 30px 0 0;
	}

	.contact .address {
		width: 100%;
		border: 0;
	}

	.contact .address .column {
		width: 100%;
		padding: 30px;
		border: 1px solid #bfbfbf !important;
		border-radius: 10px;
		margin-bottom: 20px;
	}
}

/*详情页*/
.details-page {
	padding-top: 153px;
	background-color: #f7f9fa;
}

.head-body .header .head-bot {
	background-color: #FFFFFF;
}

.head-body .header .head-bot .img1 {
	display: none;
}

.head-body .header .head-bot .img2 {
	display: inline-block;
}

.head-body .header .head-bot .nav .item {
	color: #686868;
}

.head-body .head-menu .btn-menu>span {
	background-color: #000000;
}

.top-nav {
	/* display: none; */
	position: fixed;
	top: 103px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255, 255, 255, .8);
	border-top: 1px solid #e5e5e5;
	transition: all .3s;
	z-index: 12;
}

.details-page .top-nav {
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
}

.top-nav .nav {
	font-size: 0;
	text-align: center;
}

.top-nav a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #828282;
	line-height: 15px;
	padding: 0 35px;
	border-right: 1px solid #bfbfbf;
}

.top-nav a:last-child {
	border-right: 0;
}

.top-nav a.on::before {
	position: absolute;
	content: "";
	top: 29px;
	left: 20%;
	width: 60%;
	height: 2px;
	background-color: #00a6eb;
}

.top-nav.on {
	top: 0;
}

.top-nav.active {
	top: 78px;
}

.top-nav .name {
	font-size: 22px;
	color: #414141;
	white-space: nowrap;
}

.details {
	background-color: #f7f9fa;
	padding-bottom: 64px;
}

.details .text-box {
	padding: 0 30px;
}

.details .title {
	position: relative;
	text-align: center;
	padding-bottom: 45px;
	margin: 80px 0 56px;
	border-bottom: 2px solid #dcdcdc;
}

.details .title .h1 {
	font-size: 38px;
	color: #4c4c4c;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

.details .title .date {
	font-size: 16px;
	color: #333333;
}

.details .title .share {
	position: absolute;
	left: 50%;
	bottom: -15px;
	font-size: 0;
	text-align: center;
	padding: 0 15px;
	background-color: #f7f9fa;
	transform: translate(-50%, 0);
}

.details .title .share a {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

.details .title .img2 {
	display: none;
}

.details .title .share a:hover .img1 {
	display: none;
}

.details .title .share a:hover .img2 {
	display: block;
}

.details .text {
	font-size: 18px;
	color: #808080;
	line-height: 36px;
	padding-bottom: 90px;
	border-bottom: 2px solid #dcdcdc;
}

/*媒体查询*/
@media only screen and (max-width:1024px) {
	.details-page {
		padding-top: 120px;
	}

	.top-nav {
		top: 70px;
	}

	.top-nav.on {
		top: 70px;
	}

	.top-nav.active {
		top: 70px;
	}
}

@media only screen and (max-width:767px) {
	.details-page {
		padding-top: 90px;
	}

	.top-nav {
		top: 50px;
		height: 40px;
		line-height: 40px;
	}

	.top-nav.active {
		top: 50px;
	}

	.details-page .top-nav {
		height: 40px;
		line-height: 40px;
	}

	.top-nav a.on::before {
		top: 24px;
	}

	.top-nav .nav {
		overflow-x: auto;
		white-space: nowrap;
	}

	.top-nav .nav::-webkit-scrollbar {
		display: none;
	}

	.top-nav a {
		padding: 0 10px;
	}

	.details {
		padding-bottom: 50px;
	}

	.details .text-box {
		padding: 0;
	}

	.details .title {
		padding-bottom: 15px;
		margin: 50px 0 20px;
	}

	.details .title .h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.details .title .date {
		font-size: 14px;
	}

	.details .text {
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 30px;
	}

	.details .title .share {
		bottom: -10px;
		padding: 0 10px;
	}

	.details .title .share a {
		margin: 0 10px;
	}

	.details .title .share img {
		width: 24px;
	}
}
