html,body,header,footer,section,nav,div,p,span,ul,li,a,
form,button,select,input,textarea,table,th,tr,td {
	box-sizing:border-box;
	-webkit-tap-highlight-color:transparent!important;
	margin:0;
	padding:0;
}
html {
	font-family: "Roboto", "Microsoft YaHei", "PingFang SC", "WenQuanYi Micro Hei", "Heiti SC", "Hiragino Sans GB", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size:16px;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a,a:hover { text-decoration:none; color: inherit; }
ul li { list-style-type:none; }
img { display:block; }

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.ttf'),
			 url('../fonts/iconfont.woff'),
			 url('../fonts/iconfont.woff2');
}
/* @font-face {
	font-family: 'alibaba';
	src: url('../fonts/AlibabaPuHuiTi-2-45-Lightt.ttf'),
			 url('../fonts/AlibabaPuHuiTi-2-45-Light.woff'),
			 url('../fonts/AlibabaPuHuiTi-2-45-Light.woff2');
} */




/* 图片固定大小 */
.img-size {
	position:relative;
	display:block;
	overflow:hidden;
	height:0;
	padding-bottom:100%;
}
.img-size img {
	position:absolute;top:0;left:0;
	display:block;width:100%;height:100%;
}
.img-size img[src=""], .img-size img:not([src]) { opacity:0; border:0; }




/* header start */
.header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:90px;
	background-color: rgba(255,255,255,.5);
	color:#333;
	font-size:20px;
	/* border-bottom:1px solid rgba(0,0,0,.1); */
	padding:0 calc(100vw / 1920 * 120);
	box-shadow:0 0 10px rgba(0,0,0,.1);
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}


/* logo */
.header .logo { height:100%; padding:15px 0; }
.header .logo img { transition: opacity .6s; position: absolute; top: 0; left: 0; height: 100%; }
.header .logo > a { display: flex; position: relative; height: 100%; }
.header .logo .logo-o { opacity: 1; position: relative; }
.header .logo .logo-t { opacity: 0; }
.header.fixed .logo .logo-o { opacity: 0; }
.header.fixed .logo .logo-t { opacity: 1; }


/* content */
.header .content { display:flex; height:100%; }


/* nav */
.header .nav .close { display:none; }
.header .nav .link { display:flex; height:100%; }
.header .nav .link>li { margin:0 20px; }
.header .nav .link>li>a {
	display: flex;
	align-items: center;
	height: 100%;
	position:relative;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.header .nav .link>li>a:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:-1px;
	width:0;
	height:3px;
	background-color:#000;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.header .nav .link>li>a:hover { color:#fff; }
.header .nav .link>li:hover>a:after { width:100%; }
.header .nav .link>li>a.active { color:#333; }
.header .nav .link>li>a.active:after { width:100%; }

.header .nav .more { position:relative; }
.header .nav .menu {
	position:absolute;
	top:calc(100% + 1px);
	left:-31px;
	font-size:16px;
	background-color:#fff;
	z-index:2;
	/* -webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%); */
	display:none;
}
.header .nav .menu>li>a {
	display:flex;
	white-space: nowrap;
	padding:15px 40px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.header .nav .menu>li>a:hover { background-color:#000;color:#fff; }


/* 电话 tel */
.header .tel {
	display:flex;
	align-items:center;
	font-family:'Impact';
	color:#333;
	margin-left:20px;
}
.header .tel span {
	display:flex;
	padding-right: 12px;
	font-size: 26px;
}
.header .tel span:before {
	font-family: 'iconfont';
	content: '\e909';
}
.header .tel>div {
	display:flex;
	flex-direction:column;
	font-size:16px;
}
.header .tel>div p.t {
	font-size:26px;
}


/* 语言 language */
.header .language {
	display: flex;
	position: relative;
	margin-left: 20px;
}
.header .language span {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .language span:before {
	font-family: 'iconfont';
	font-size: 26px;
	font-weight: bold;
	content: '\e99b';
	margin-right: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .language ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	min-width: 100%;
	z-index:2;
	display: none;
}
.header .language ul a {
	display: flex;
	justify-content: center;
	padding: 10px;
	font-size: 18px;
	color: #333;
	line-height:1;
	white-space:nowrap;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header .language ul a:hover {
	color:#0a6eb9;
}


/* 搜索 search */
.header .search { margin-left:20px; }
.header .search .button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 100%;
	background-color: #000;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.header .search .button span { display:flex; }
.header .search .button span:before { font-family: 'iconfont'; content: '\e704'; }
.header .search .page {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 99;
	background-color: #fff;
	margin-top:0;
	box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
	display: none;
}
.header .search .page>div {
	display: flex;
	align-items: center;
	height: 100%;
}
.header .search .page .close {
	position: absolute;
	top: 10px;
	right: calc(100vw / 1920 * 100);
	height:auto;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #0a6eb9;
	font-weight: bold;
	z-index: 99;
	cursor: pointer;
}
.header .search .page .close:before {
	font-family: 'iconfont';
	content: '\e86d';
}
.header .search .page form {
	position: relative;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.header .search .page form p {
	font-size: 18px;
	margin-bottom: 50px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	-webkit-animation: zoomIn 1s 0s ease both;
	-moz-animation: zoomIn 1s 0s ease both;
	-o-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
}
.header .search .page form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #666;
	border: none;
	outline: none;
	text-align: left;
	background-color: rgba(241,241,241,1);
	padding:0 30px;
}
.header .search .page form input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
}
.header .search .page form button {
	position: absolute;
	right: 10px;
	bottom: 14px;
	display: flex;
	font-size: 24px;
	color: #0a6eb9;
	background: none;
	border: none;
	cursor: pointer;
}
.header .search .page form button:before { font-family: 'iconfont'; content: '\e704'; }


/* nav-button */
.header .nav-button {
	display: none;
	align-items: center;
	margin-left: 20px;
}
.header .nav-button>div {
	display: flex;
	flex-direction: column;
	width: 40px;
	padding: 5px;
	cursor: pointer;
}
.header .nav-button>div span {
	width: 100%;
	height: 2px;
	background-color: #333;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.header .nav-button>div span:nth-child(2) { margin: 5px 0; }
.header .nav-button>div.active span:first-child {
	-webkit-transform: translateY(100%) rotateZ(225deg);
	-moz-transform: translateY(100%) rotateZ(225deg);
	-ms-transform: translateY(100%) rotateZ(225deg);
	-o-transform: translateY(100%) rotateZ(225deg);
	transform: translateY(100%) rotateZ(225deg);
}
.header .nav-button>div.active span:nth-child(2) {
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	margin: 0;
}
.header .nav-button>div.active span:last-child {
	-webkit-transform: translateY(-100%) rotateZ(-225deg);
	-moz-transform: translateY(-100%) rotateZ(-225deg);
	-ms-transform: translateY(-100%) rotateZ(-225deg);
	-o-transform: translateY(-100%) rotateZ(-225deg);
	transform: translateY(-100%) rotateZ(-225deg);
}


/* nav-page */
.header .nav-page { display:none; }


/* 导航固定 fixed */
/* .header.fixed { box-shadow:0 0 20px rgba(0,0,0,.1);padding-top: 0;position:fixed;top:-100%; } */



/* 导航修改 */
.header {
	height:100px;
	color:#333;
	font-size:20px;
	background-color:rgba(255,255,255,0);
	padding: 0 8.3333%;
	padding-top:0;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.header .logo { padding: 20px 0; } /* logo边距 */
.header .nav .link>li { margin:0 calc(100vw / 1920 * 30); } /* 一级栏目边距 */
.header .nav .link>li>a { padding:0 9px; color: #fff; }
.header.fixed .nav .link>li>a { color: #333; }
.header .nav .link>li>a:hover { color:#fff; } /* 一级栏目悬停文字颜色 */
.header .nav .link>li>a.active { color:#fff; } /* 一级栏目默认文字颜色 */
.header.fixed .nav .link>li>a:hover { color: #0a6eb9; }
.header.fixed .nav .link>li>a.active { color: #0a6eb9; }
.header .nav .link>li>a:after { display:block; } /* 一级栏目下划线 */
.header .nav .menu {
	font-size:16px; /* 二级栏目文字大小 */
	color:#333; /* 二级栏目文字颜色 */
}
.header .nav .menu { top:100%; }
.header .nav .menu>li>a { padding: 15px 40px; } /* 二级栏目边距 */
.header .nav .menu>li>a:hover { background-color: transparent;color: #0a6eb9; } /* 二级栏目悬停效果 */
.header .nav .link>li>a:after { height:2px;bottom:26px;background-color:#fff; }
.header.fixed .nav .link>li>a:after { background-color:#0a6eb9; }
.header .language { align-items: center;margin-left: calc(100vw / 1920 * 40); }
.header .language:before {
	/* content:'';
	width:2px;
	height:18px;
	background-color:#0a6eb9; */
}
.header .language:after {
	/* content:'';
	width:2px;
	height:18px;
	background-color:#0a6eb9; */
}
.header .language span { color:#0a6eb9;font-size:18px; }
.header .language span:before { margin-right:6px;font-size:18px; }
.header .language span:after { font-family:'iconfont';content:'\e605';font-size:12px;margin-left:8px; }
/* .header .nav-button { display:flex; } */
.header .search { margin-left: 15px; }
.header .search .button {
	color: #0a6eb9;
	font-size:19px;
	width:auto;
	background-color: transparent;
}
.header .search .button span:before { content:'\e632'; }
.header .nav-button {
	margin-left: calc(100vw / 1920 * 50);
}
.header .nav-button>div span { background-color:#fff; }
.header.fixed .nav-button>div span { background-color:#0a6eb9; }



@media (max-width:1680px) {
	.header .nav .link>li { margin: 0 calc(100vw / 1920 * 20); }
}
@media (max-width:1440px) {
	.header { padding-left: calc(100vw / 1920 * 100);padding-right: calc(100vw / 1920 * 100); font-size: 18px; }
	.header .logo { padding: 20px 0; }
	.header .logo .logo-o { height: 100%; }
	.header .language { margin-left: 30px; }
	.header .nav-button { margin-left: 30px; }
}
@media (max-width:1199px) {
	/* nav */
	.header { height:60px;color:#333;font-size:20px;padding-top:0; }
	.header .logo { padding:10px 0; }
	.header .logo img { height:100%; } 
	.header .nav {
		position: fixed;top:0;left:0;width:100%;height:100%;
		z-index:99;background-color: rgba(255,255,255,1);opacity: 0;
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-ms-transform:translateX(100%);
		-o-transform:translateX(100%);
		transform:translateX(100%);
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		-o-transition:all .5s;
		transition:all .5s;
	}
	.header .nav.active {
		opacity: 1;
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0);
	}
	.header .nav .close {
		position:absolute;
		top:0;
		right:calc(100vw / 1920 * 100);
		height:60px;
		display:flex;
		align-items:center;
		color:#333;
		font-size:28px;
		font-weight:bold;
		cursor:pointer;
	}
	.header .nav .close:before {
		font-family:'iconfont';
		content: '\e86d';
		padding:5px;
	}
	.header .nav .link { flex-direction: column;justify-content: center; }
	.header .nav .link>li { margin: 15px 20px; }
	.header .nav .link>li.more:after {
		position:absolute;top:50%;right:10%;
		transform:translateY(-50%);
		font-family:'iconfont';
		font-size:18px;
		font-weight:bold;
		content:'\e65f';
		cursor:pointer;
		z-index:-1;
	}
	.header .nav .link>li>a { justify-content: center; }
	.header .nav .link>li>a:hover { color:#333; }
	.header .nav .link>li>a.active { color:#333; }
	.header .nav .link>li>a:after { display:none; }
	
	
	/* 搜索 search */
	.header .search { margin-left: 10px; }
	.header .search .button { width:60px; }
	
	
	/* nav-button */
	.header .nav-button { display:flex; }
	
	
	/* nav-page */
	.header .nav-page {
		display:block;
		position:fixed;top:0;left:100%;width:100%;height:100%;z-index:99;
		background-color:rgba(255,255,255,1);opacity:0;
		padding: 0 calc(100vw / 1920 * 100);
		color:#333;
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		-o-transition:all .5s;
		transition:all .5s;
	}
	.header .nav-page.active { left:0;opacity:1; }
	.header .nav-page .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
	}
	.header .nav-page .tit span {
		display:flex;
		font-weight: bold;
		font-size: 28px;
		padding:5px;
		cursor: pointer;
	}
	.header .nav-page .tit .back:before {
		font-family: 'iconfont';
		content: '\e660';
	}
	.header .nav-page .tit .close:before {
		font-family: 'iconfont';
		content: '\e86d';
	}
	.header .nav-page .con {
		display: flex;
		justify-content: center;
		align-items: center;
		height: calc(100% - 120px);
	}
	.header .nav-page .con ul {
		display: flex;
		flex-direction: column;
	}
	.header .nav-page .con li {
		margin:15px 0;
		text-align:center;
	}
}
@media (max-width:767px) {
	.header .logo { padding: 18px 0; }
	.header.fixed .logo { padding: 18px 0; }
	.header .language { margin-left: 10px; }
	.header .language span { padding:0;font-size:14px; }
	.header .language span:before { font-size: 14px;margin-right: 4px; }
	.header .nav-button { margin-left: 10px; }
	.header .language ul { box-shadow: 0 0 10px rgb(0 0 0 / 10%); }
	.header .language ul a { padding:8px;font-size: 14px; }
	
	.header .search { display:none; }
	.header.fixed { height: 60px; }
	.header .nav .link>li>a { color: #333; }
}








/* 首页banner */
.index-banner {
	margin-top:100px;
}
.index-banner .swiper-slide img { width:100%;display:block;opacity:0; }
.index-banner .swiper-slide-active img { opacity:1; }






.index-banner .swiper-slide .text {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	width: 100%;
	height: 100%;
	line-height:2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 8.3333%;
	font-size: calc(100vw / 1920 * 42);
	font-weight: bold;
	/* text-transform: uppercase; */
}








/* 分页器 */
.index-banner .swiper-pagination {
	bottom:40px;
	left:auto;
	right:calc(100vw / 1920 * 167);
	width:auto;
	display:flex;
}
.index-banner .swiper-pagination span {
	width:57px;
	height:5px;
	margin:0 3px!important;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	-webkit-transition:all .5s;
	transition:all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-banner .swiper-pagination span:after {
	content:'';
	width:37px;
	height:1px;
	background-color:#fff;
	display:flex;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
	/* background-color:#f00;
	opacity:1; */
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active:after {
	/* display:none; */
	width:57px;
	height:5px;
	background-color:#0a6eb9;
}
/* 前进后退 */
.index-banner .swiper-button-prev, .index-banner .swiper-button-next {
	display:flex;
	justify-content:center;
	align-items:center;
	position: absolute;
	top: 50%;
	margin-top: 0;
	width:28px;
	height:61px;
	background-image:none;
	color:#fff;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:all .5s;
	transition:all .5s;
}
.index-banner .swiper-button-prev::after, .index-banner .swiper-button-next::after {
	font-family:'iconfont';
	font-size:61px;
}
.index-banner .swiper-button-prev { left:45px; }
.index-banner .swiper-button-next { right:45px; }
.index-banner .swiper-button-prev::after { content:'\e660'; }
.index-banner .swiper-button-next::after { content:'\e65f'; }
.index-banner .swiper-button-prev:hover, .index-banner .swiper-button-next:hover { color:#f00; }

/* 视频 */
.index-banner .swiper-slide video {
	width:auto;
	display:block;
	background-color:rgba(0,0,0,1);
	position:relative;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

@media (max-width:1199px) {
	.index-banner { margin-top:60px; }
	.index-banner .swiper-button-prev::after, .index-banner .swiper-button-next::after { font-size:40px; }
	.index-banner .swiper-button-prev { left:30px; }
	.index-banner .swiper-button-next { right:30px; }
}
@media (max-width:767px) {
	.index-banner .swiper-button-prev, .index-banner .swiper-button-next { display:none; }
	.index-banner .swiper-pagination { bottom:10px;right: calc(100vw / 1920 * 100); }
	.index-banner .swiper-pagination span { width:20px; }
	.index-banner .swiper-pagination .swiper-pagination-bullet-active:after { width:20px; }
}




/* 首页-关于我们 */
.index-about {
	padding: 100px calc(100vw / 1920 * 280) 0;
	overflow:hidden;
}
.index-about .top {
	display:flex;
	justify-content: space-between;
}
.index-about .top .left {
	width:24.8%;
}
.index-about .top .right {
	width:75.14%;
}
.index-about .top .right .img { position:relative;cursor:pointer; }
.index-about .top .right .img:after {
	position:absolute;
	top:24px;
	right:24px;
	font-family:'iconfont';
	color:rgba(255,255,255,.8);
	font-size:32px;
	content:'\e665';
}
.index-title p {
	line-height:1;
}
.index-title p:first-child {
	font-size:32px;
	color:#0a6eb9;
}

.index-title a p { margin-top:20px;cursor:initial; }
.index-title a p:after {
	font-family:'iconfont';
	color:#0a6eb9;
	font-size:35px;
	content:'\e65f';
	margin-left:-7px;
}
.index-about .top .right img { width:100%; }
.index-about .bottom {
	display:flex;
}
.index-about .bottom .list {
	width:25%;
	padding:33px 18px 26px 33px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	-webkit-transition:background-color .5s;
	transition:background-color .5s;
}
.index-about .bottom .list>a {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.index-about .bottom .list:first-child { border-left:none; }
.index-about .bottom .list:last-child { border-right:none; }

.index-about .bottom .list p {
	line-height:1;
	-webkit-transition:color .5s;
	transition:color .5s;
}
.index-about .bottom .list p:first-child {
	height:56px;
}
.index-about .bottom .list p:first-child:after {
	font-family:'iconfont';
	color:#e60021;
	font-size:56px;
	content:'\e65c';
	-webkit-transition:color .5s;
	transition:color .5s;
}
.index-about .bottom .list:nth-child(2) p:first-child:after { content:'\e885'; }
.index-about .bottom .list:nth-child(3) p:first-child:after { content:'\e677';font-size: 48px; }
.index-about .bottom .list:nth-child(4) p:first-child:after { content:'\e6b0'; }
.index-about .bottom .list p:nth-child(2) {
	font-size:22px;
	color:#595757;
	margin-top:18px;
	line-height:1.3;
	height:56px;
}
.index-about .bottom .list p:nth-child(3) {
	display:flex;
	flex-wrap:wrap;
	align-items: flex-end;
	justify-content:space-between;
	font-size:16px;
	color:#595757;
	margin-top:14px;
}
.index-about .bottom .list p:nth-child(3) span.sm {
	font-size:13px;
	color:#0a6eb9;
	width:100%;
	margin-top:5px;
	text-align: right;
	-webkit-transition:color .5s;
	transition:color .5s;
}
.index-about .bottom .list:hover { background-color:#eb5e00;border-left:1px solid #eb5e00;border-right:1px solid #eb5e00; }
.index-about .bottom .list:first-child:hover { border-left:none; }
.index-about .bottom .list:last-child:hover { border-right:none; }
.index-about .bottom .list:hover p:first-child:after { color:#fff; }
.index-about .bottom .list:hover p { color:#fff; }
.index-about .bottom .list:hover p span { color:#fff; }

@media (max-width:1680px) {
	.index-about { padding: 100px calc(100vw / 1920 * 200) 0; }
}
@media (max-width:1440px) {
	.index-about { padding: 100px calc(100vw / 1920 * 100) 0; }
	.index-about .bottom .list p:nth-child(2) { font-size:16px;height:42px; }
	.index-about .bottom .list p:nth-child(3) { font-size:16px; }
	.index-about .bottom .list p:nth-child(3) span.sm { font-size:12px; }
	.index-about .bottom .list p:first-child { height:42px; }
	.index-about .bottom .list p:first-child:after { font-size:42px!important; }
	.index-about .top .right .img:after { font-size:26px; }
	.index-title p:first-child { font-size: 32px; }
	.index-title p:nth-child(2):after { font-size: 46px;margin-left: -12px; }
	.index-title a p:after {
		font-size: 46px;margin-left: -12px;
	}
}
@media (max-width:1199px) {
	.index-about { padding: 70px calc(100vw / 1920 * 100) 0; }
	.index-title p:first-child { font-size:26px; }
	.index-title p:nth-child(2):after { font-size:32px;margin-left:-8px; }
	.index-title a p:after { font-size:32px;margin-left:-8px; }
	.index-about .top .right .img:after { font-size:20px;top:15px;right:15px; }
	.index-about .bottom .list p:first-child { height:32px; }
	.index-about .bottom .list p:first-child:after { font-size:32px!important; }
	.index-about .bottom .list { padding: 30px 15px 25px 20px; }
	.index-about .bottom .list p:nth-child(2) { font-size:16px;height:auto; }
	.index-about .bottom .list p:nth-child(3) { font-size:12px; }
}
@media (max-width:767px) {
	.index-about { padding: 40px calc(100vw / 1920 * 100) 0; }
	.index-about .top { flex-wrap:wrap; }
	.index-about .top .left { width:100%;text-align:center; }
	.index-title p:first-child { font-size:18px; }
	.index-title p:nth-child(2) { margin-top: 5px; }
	.index-title p:nth-child(2):after {
		font-size: 20px;
		margin-left: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		display: inline-block;
	}
	.index-title a p { margin-top: 5px; }
	.index-title a p:after {
		font-size: 20px;
		margin-left: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		display: inline-block;
	}
	.index-about .top .right { width:100%;margin-top:20px; }
	.index-about .bottom { flex-wrap:wrap; }
	.index-about .bottom .list { width:50%;border: 1px solid #ccc!important;padding: 20px 15px; }
	.index-about .bottom .list p:nth-child(2) { font-size:12px; }
	.index-banner .swiper-slide .text { font-size: 16px; line-height: 1.4; }
}


/* 首页-竞争力 */
.index-createk { padding:150px calc(100vw / 1920 * 280) 0; }
.index-createk .top { text-align:center; }
.index-createk .top .index-title p:first-child { font-size:36px;color:#0a6eb9; }
.index-createk .top .index-title a p:after { color:#0a6eb9;-webkit-transform: rotate(90deg);transform: rotate(90deg);display: inline-block; }
.index-createk .bottom {
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.index-createk .bottom .list {
	width:23.5%;
	margin-right:2%;
	margin-bottom:30px;
	display: flex;
	flex-direction: column;
	background-color:#f1f1f1;
	-webkit-transition:background-color .5s;
	transition:background-color .5s;
}
.index-createk .bottom .list:nth-child(4n) { margin-right:0; }
.index-createk .bottom .list .img {
	overflow:hidden;
	padding-bottom: 90%;
	border: 1px solid #efefef;
}
.index-createk .bottom .list .img img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.index-createk .bottom .list .text {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding:26px;
}
.index-createk .bottom .list .text p {
	line-height:1;
	-webkit-transition:color .5s;
	transition:color .5s;
}
.index-createk .bottom .list .text>div p:first-child {
	font-size:20px;
	font-weight:bold;
	color:#000;
}
.index-createk .bottom .list .text>div p:nth-child(2) {
	font-size:16px;
	color:#595757;
	line-height:1.4;
	margin-top:18px;
}
.index-createk .bottom .list .text>p {
	font-size:16px;
	color:#0a6eb9;
	margin-top:20px;
}
.index-createk .bottom .list:hover { background-color: #0a6eb9; }
.index-createk .bottom .list:hover .img img { transform:scale(1.1); }
.index-createk .bottom .list:hover .text>div p:first-child { color:#fff; }
.index-createk .bottom .list:hover .text>div p:nth-child(2) { color:#fff }
.index-createk .bottom .list:hover .text>p { color:#fff; }

.index-createk .more { margin: 20px 0 60px; text-align: center; }
.index-createk .more > a {
	color: #fff;
	background-color: #0a6eb9;
	font-size: 18px;
	padding: 17px 36px;
	display: inline-block
}


@media (max-width:1440px) {
	.index-createk { padding: 50px calc(100vw / 1920 * 100) 0; }
	.index-createk .top .index-title p:first-child { font-size:32px; }
	.index-createk .bottom .list .text>div p:first-child { font-size:20px; }
	.index-createk .bottom .list .text>div p:nth-child(2) { font-size:16px; }
	.index-createk .bottom .list .text>p { font-size:16px; }
}
@media (max-width:1199px) {
	.index-createk .top .index-title p:first-child { font-size:26px; }
	.index-createk .bottom .list { margin-bottom: 20px; }
	.index-createk .bottom .list .text>div p:first-child { font-size:18px; }
	.index-createk .bottom .list .text>div p:nth-child(2) { font-size:14px; }
	.index-createk .bottom .list .text>p { font-size:14px; }
}
@media (max-width:767px) {
	.index-createk { padding: 40px calc(100vw / 1920 * 100) 0; }
	.index-createk .top .index-title p:first-child { font-size:18px; }
	.index-createk .bottom { margin-top: 25px; }
	.index-createk .bottom .list { width:100%;margin-right:0;margin-bottom:20px; }
	.index-createk .bottom .list .text { padding:20px; }
	.index-createk .bottom .list .text>div p:first-child { font-size:14px; }
	.index-createk .bottom .list .text>div p:nth-child(2) { font-size:12px;margin-top:10px; }
	.index-createk .bottom .list .text>p { font-size:12px; }
	.index-createk .more > a { font-size: 14px; }
}


/* 首页-产品中心 */
.index-product {
	padding: 30px calc(100vw / 1920 * 280) 100px;
	display:flex;
	justify-content: flex-end;
	position:relative;
	overflow:hidden;
}
.index-product .index-title p:first-child { color:#0a6eb9; }
.index-product .index-title p:nth-child(2):after { color:#0a6eb9; }
.index-product .left {
	width:33.5%;
	position:absolute;
	top:calc(100vw / 1920 * 100);
	left:calc(100vw / 1920 * 280);
	z-index:8;
}
.index-product .left .bottom { margin-top:100px; }
.index-product .left .bottom .t { display:flex; }
.index-product .left .bottom .t>div:first-child { margin-right:66px; }
.index-product .left .bottom .t p { line-height:1;color:#0a6eb9; }
.index-product .left .bottom .t p:first-child { font-size:36px; }
.index-product .left .bottom .t p:nth-child(2) {
	font-size:21px;
	margin-top:20px;
}
.index-product .left .bottom .b {
	font-size:16px;
	line-height:1.4;
	color:#595757;
	text-align:justify;
	margin-top:60px;
}
.index-product .right {
	position:relative;
	left:63px;
	width:66.4%;
}
.index-product .right .img img { max-width:100%; }

@media (max-width:1680px) {
	.index-product { padding: 56px calc(100vw / 1920 * 200) 100px; }
	.index-product .left { left: calc(100vw / 1920 * 200); }
}
@media (max-width:1440px) {
	.index-product { padding: 0px calc(100vw / 1920 * 100) 50px; }
	.index-product .left { left: calc(100vw / 1920 * 100);top: calc(100vw / 1920 * 70); }
	.index-product .right { left:0; }
	.index-product .left .bottom { margin-top: 60px; }
	.index-product .left .bottom .t p:first-child { font-size:38px; }
	.index-product .left .bottom .t p:nth-child(2) { font-size:16px; }
	.index-product .left .bottom .b { font-size:14px; }
}
@media (max-width:1199px) {
	.index-product .left .bottom { margin-top: 50px; }
	.index-product .left .bottom .t p:first-child { font-size:32px; }
	.index-product .left .bottom .t p:nth-child(2) { font-size:14px;margin-top: 10px; }
	.index-product .left .bottom .t>div:first-child { margin-right: 50px; }
	.index-product .left .bottom .b { font-size:14px; }
}
@media (max-width:991px) {
	.index-product .left .bottom { margin-top: 30px; }
	.index-product .left .bottom .t p:first-child { font-size:22px; }
	.index-product .left .bottom .t p:nth-child(2) { font-size:12px; }
	.index-product .left .bottom .b { font-size:12px;margin-top: 30px; }
	.index-product .left { width: 36.5%; }
}
@media (max-width:767px) {
	.index-product { padding: 20px calc(100vw / 1920 * 100) 40px;flex-wrap:wrap; }
	.index-product .left { width:100%;position:initial; }
	.index-product .left .top { text-align:center; }
	.index-product .left .bottom { margin-top: 20px; }
	.index-product .left .bottom .t { justify-content: center; }
	.index-product .left .bottom .t p:first-child { font-size:18px; }
	.index-product .left .bottom .b { margin-top:20px; }
	.index-product .right { width:100%;margin-top:20px; }
}


/* footer */
.footer .top {
	border-top:1px solid #a0a0a0;
	padding-left:calc(100vw / 1920 * 140);
	padding-right:calc(100vw / 1920 * 130);
	height:93px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.footer .top .left ul { display:flex; }
.footer .top .left ul li { margin-right:30px; }
.footer .top .left ul li:last-child { margin-right:0; }
.footer .top .left ul a {
	font-size:16px;
	color:#000;
}
.footer .top .right { display:flex; }
.footer .top .right .search { margin-right:60px; }
.footer .top .right .search form { display:flex; }
.footer .top .right .search input {
	width:200px;
	height:36px;
	background-color:#dbdbdb;
	border:none;
	outline:none;
	border-top-left-radius:36px;
	border-bottom-left-radius:36px;
	padding:0 20px;
}
.footer .top .right .search button {
	width:78px;
	height:36px;
	background-color:#eb5e00;
	border:none;
	outline:none;
	font-size:16px;
	color:#fff;
	border-top-right-radius:36px;
	border-bottom-right-radius:36px;
}
.footer .top .right .language {
	display:flex;
	align-items:center;
	position:relative;
}
.footer .top .right .language p {
	display:flex;
	align-items:center;
	font-size:16px;
	color:#000;
}
.footer .top .right .language p span { margin-left:15px; }
.footer .bottom {
	background-color:#0a6eb9;
	position:relative;
	padding-top:13px;
}
.footer .bottom:before {
	content:'';
	width:100%;
	height:13px;
	position:absolute;
	top:0;
	left:0;
	background:linear-gradient(to right,#eb5e00,#ef8a46,#eb5e00);
}
.footer .bottom .t {
	padding:85px 8.3333% 68px;
	display:flex;
	justify-content:space-between;
}
.footer .bottom .t .logo { width:226px; }
.footer .bottom .t .logo img { max-width:100%; }
.footer .bottom .t .menu {
	display:flex;
	justify-content:space-between;
	width:55%;
	color:#fff;
	font-size:14px;
	padding-top: 15px;
	line-height:1;
}
.footer .bottom .t .menu > div { width: 24%; }
.footer .bottom .t .menu > div:nth-child(2) { padding-left: 5%; }
.footer .bottom .t .menu p { font-size:16px; }
.footer .bottom .t .menu ul { padding-top:5px; }
.footer .bottom .t .menu ul li { margin-top:15px; }
.footer .bottom .t .info {
	font-size:16px;
	color:#fff;
	padding-top: 15px;
	line-height:1;
	width:320px;
}
.footer .bottom .t .info>p { font-size:18px; }
.footer .bottom .t .info>div { margin-top:36px; }
.footer .bottom .t .info>div p { margin-top:15px;line-height:1.3; }
.footer .bottom .t .info>div p:first-child { font-size:14px;margin-top:0; }
.footer .bottom .t .info>div p:nth-child(2) { font-size:36px; }
.footer .bottom .b {
	border-top:2px solid rgba(255,255,255,.2);
	height:87px;
	padding: 0 8.3333%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:16px;
	color:#fff;
}
.footer .bottom .b .link {
	width:234px;
	height:44px;
	border:1px solid #eb5e00;
	padding:0 46px;
	position:relative;
	display:flex;
	align-items:center;
	line-height:1;
	cursor:pointer;
}
.footer .bottom .b .link>p { font-size:14px; }
.footer .bottom .b .link:before {
	position:absolute;
	left:20px;
	font-family:'iconfont';
	font-size:15px;
	color:#eb5e00;
	content:'\e667';
}
.footer .bottom .b .link:after {
	position:absolute;
	right:20px;
	font-family:'iconfont';
	font-size:15px;
	color:#eb5e00;
	content:'\e622';
}
.footer .bottom .b .link .menu {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:flex;
	flex-direction:column;
	background-color:#fff;
	color:#333;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:all .5s;
	transition:all .5s;
	z-index:-1;
	opacity:0;
}
.footer .bottom .b .link .menu a {
	display:flex;
	align-items:center;
	height:44px;
	padding:0 46px;
	font-size:14px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.footer .bottom .b .link .menu a:hover {
	background-color:#eb5e00;
	color:#fff;
}
.footer .bottom .b .link:hover .menu { opacity:1;z-index:0; }
.footer .bottom .b p {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.footer .bottom .b p span { margin-right:10px; }
.ph-footer { display:none; }

@media (max-width:1680px) {
	.footer .bottom .t .menu { font-size:14px; }
	.footer .bottom .t .menu p { font-size:16px; }
	.footer .bottom .t .info { font-size:14px;width:270px; }
	.footer .bottom .t .info>p { font-size:16px; }
	.footer .bottom .t .info>div p:nth-child(2) { font-size:28px; }
}
@media (max-width:1440px) {
	.footer .top { padding:0 calc(100vw / 1920 * 100); }
	.footer .bottom .t { padding: 85px calc(100vw / 1920 * 100) 68px; }
	.footer .bottom .b { padding:0 calc(100vw / 1920 * 100); }
	
	.footer .bottom .t .menu { font-size:12px;width:55%; }
	.footer .bottom .t .menu p { font-size:14px; }
	.footer .bottom .t .info { font-size:12px;width:230px; }
	.footer .bottom .t .info>div p { margin-top: 10px; }
	.footer .bottom .t .info>p { font-size:14px; }
	.footer .bottom .t .info>div p:nth-child(2) { font-size:20px; }
	.footer .bottom .t .logo { width:180px; }
	.footer .bottom .b { font-size:12px; }
}
@media (max-width:1199px) {
	.footer .top .left ul a { font-size:14px; }
	.footer .top .right .search { margin-right: 30px; }
	.footer .top .right .search button { font-size:14px; }
	.footer .top .right .language p { font-size:14px; }
	.footer .bottom .t { flex-wrap:wrap; }
	.footer .bottom .t .logo { width:100%;margin-bottom:20px; }
	.footer .bottom .t .logo img { width:180px; }
	.footer .bottom .t .menu { width:66%; }
}
@media (max-width:991px) {
	.footer .top { flex-wrap:wrap; }
	.footer .top .right { width:100%;justify-content: flex-end; }
	.footer .top .right .search input { height:30px; }
	.footer .top .right .search button { height:30px; }
	.footer .bottom .t .menu { display:none; }
	.footer .bottom .b .link { width:160px; }
	.footer .bottom .t .info { width:100%; }
}
@media (max-width:767px) {
	.footer .top { display:none; }
	.footer .bottom .t { padding: 40px calc(100vw / 1920 * 100);flex-wrap:wrap; }
	.footer .bottom .t .info { width:100%;padding-top:20px; }
	.footer .bottom .t .info>p { display:none; }
	.footer .bottom .t .info>div { margin-top: 10px; }
	.footer .bottom .t .info>div p { margin-top: 10px; }
	.footer .bottom .t .info>div p:nth-child(2) { font-size:22px; }
	.footer .bottom .b { justify-content: center;text-align:center; }
	.footer .bottom .b .link { display:none; }
	.footer .bottom .b { flex-wrap: wrap; align-content: center; }
	.footer .bottom .b p { width: 100%; }
	.footer .bottom .b p span { margin-right:0;margin-top:0; }
	
	.footer { margin-bottom:50px; }
	.ph-footer {
		position:fixed;
		left:0;
		bottom:0px;
		width:100%;
		height:50px;
		background-color:#fff;
		border-top:1px solid #fff;
		z-index:999;
		display:flex;
		box-shadow:0 0 20px rgba(0,0,0,.3);
	}
	.ph-footer a {
		display:flex;
		justify-content:center;
		align-items:center;
		width:50%;
		color:#333;
		font-size:12px;
		position:relative;
	}
	.ph-footer a:first-child:after {
		content:'';
		width:1px;
		height:60%;
		background-color:#ccc;
		position:absolute;
		right:0;
	}
	.ph-footer a:hover { color:#0a6eb9; }
}




/* 关于我们 */
.page-banner { position:relative; margin-top: 100px; }
.page-banner .img { overflow:hidden; }
.page-banner .img.i-box { padding-bottom: 28.125%; }
.page-banner .img img {
	width:100%;
	/* transform: scale(1.2);
	animation: bannerin 1.5s linear;
	animation-fill-mode: both; */
}
@keyframes bannerin {
	0% { transform:scale(1.2); }
	100% { transform:scale(1); }
}
.page-banner .link {
	position:absolute;
	right:calc(100vw / 1920 * 160);
	bottom:32px;
	font-size:16px;
	color:#fff;
	display:flex;
	align-items: center;
}
.page-banner .link>a { display:flex; align-items: center; }
.page-banner .link>a span:first-child {
	width:30px;
	height:30px;
	background-color:#0a6eb9;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:7px;
}
.page-banner .link>a span:first-child:after {
	font-family:'iconfont';
	font-size:16px;
	color:#fff;
	content:'\e60c';
}
.page-banner .link>a span:last-child:after {
	content:'>';
	margin:0 5px;
}
.page-banner .link>span { color:#fff; }

.page-link {
	display:flex;
	justify-content:center;
	height:81px;
	overflow:auto;
}
.page-link a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	height:100%;
	padding:0 40px;
	font-size:20px;
	color:#a0a0a0;
	position:relative;
	white-space:nowrap;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.page-link a:hover { background-color:#0a6eb9; color:#fff; }
.page-link a:hover:after { display:none; }
.page-link a.active { background-color:#0a6eb9; color:#fff; }
.page-link a:after {
	content:'';
	width:2px;
	height:20px;
	background-color:#a0a0a0;
	position:absolute;
	right:-2px;
}
.page-link a:last-child:after { display:none; }
.page-link a.active:after { display:none; }

@media (max-width:1440px) {
	.page-banner .link { font-size:14px; }
	.page-link a { font-size:16px; }
}
@media (max-width:1199px) {
	.page-banner { margin-top: 60px; } 
	.page-banner .link { right: calc(100vw / 1920 * 100);font-size:12px; }
	.page-banner .link>a span:first-child { width:25px;height:25px; }
	.page-banner .link>a span:first-child:after { font-size:12px; }
	.page-link { height:60px; }
	.page-link a { font-size:14px;width:auto;padding:0 30px; }
	.header .search .page { top: 60px; }
}
@media (max-width:767px) {
	.page-banner { margin-top:60px; }
	.page-banner .link { display:none; }
	.page-link { justify-content: flex-start;height:45px; }
	/* .page-link a { padding:10px 15px;width:50%;height:50%; } */
}


/* 济南创凯科技有限公司 */
.about-info {
	padding:100px calc(100vw / 1920 * 280) 0;
	overflow:hidden;
}
.index-title.about-title p:first-child { font-size:32px;font-weight:bold; }
.about-info .con {
	display:flex;
	margin-top:20px;
}
.about-info .con .text {
	font-size:16px;
	color:#4a4a4a;
	line-height:1.6;
	width:100%;
	text-align:justify;
}
.about-info .con .img { width:50.4%;overflow:hidden;float:right;margin-left:40px;margin-bottom:30px; }
.about-info .con .img img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.about-info .con .img:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

@media (max-width:1680px) {
	.about-info { padding:calc(100vw / 1920 * 100) calc(100vw / 1920 * 200) 0; }
}
@media (max-width:1440px) {
	.about-info { padding:calc(100vw / 1920 * 100) calc(100vw / 1920 * 100) 0; }
	.index-title.about-title p:first-child { font-size:28px; }
}
@media (max-width:1199px) {
	.index-title.about-title p:first-child { font-size:26px; }
	.about-info .con .text { font-size:14px; }
	
}
@media (max-width:991px) {
	.about-info .con .text { padding-right: 20px; }
}
@media (max-width:767px) {
	.about-info { padding:40px calc(100vw / 1920 * 100) 0; }
	.index-title.about-title { text-align:center; }
	.about-info .con { flex-wrap:wrap; }
	.about-info .con .text { width:100%;padding-right:0;font-size:12px; }
	.about-info .con .img { width:100%;margin: 0 0 20px; }
	.index-title.about-title p:first-child { font-size:18px; }
	.about-info .con { margin-top: 30px; }
}


/* 联系方式 */
.mapinfo {
	position:relative;
	margin:0;
	padding:10px;
}
.mapinfo::after {
	position:absolute;
	bottom:-17px;
	left:calc(50% - 9px);
	content:'\e605';
	display:inline-block;
	font-family:'iconfont';
	font-size:18px;
	color:#fff;
	width:20px;
	height:20px;
}
.about-contact {
	padding:165px calc(100vw / 1920 * 280) 0;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
}
.about-contact .left { width:384px; }
.about-contact .left .bottom { margin-top:42px; }


.about-contact .left .bottom .tel {
	flex-wrap:wrap;
	align-items:flex-start;
}
.about-contact .left .bottom .tel>div { width:83%; }
.about-contact .left .bottom .tel p {
	display:flex;
	justify-content:space-between;
}
.about-contact .left .bottom .tel p:first-child { margin-bottom:20px; }
.about-contact .right { width:calc(100% - 436px); }
.about-contact .right .map { height:428px;width:100%; }
.about-contact .right .map > img { width: 100%; }
.about-contact .right .map .anchorBL { display:none; }

@media (max-width:1680px) {
	.about-contact { padding: calc(100vw / 1920 * 165) calc(100vw / 1920 * 200) 0; }
}
@media (max-width:1440px) {
	.about-contact { padding: calc(100vw / 1920 * 100) calc(100vw / 1920 * 100) 0; }
}
@media (max-width:1199px) {
	.about-contact .left .bottom>div { font-size:14px; }
}
@media (max-width:991px) {
	.about-contact .left { width:300px; }
	.about-contact .left .bottom>div { font-size:12px; }
	.about-contact .right { width: calc(100% - 340px); }
	.about-contact .right .map { height:360px; }
}
@media (max-width:767px) {
	.about-contact { padding: 40px calc(100vw / 1920 * 100) 0;flex-wrap:wrap; }
	.about-contact .left { width:100%; }
	.about-contact .left .bottom { margin-top:30px; }
	.about-contact .left .bottom>div { padding: 15px 0; }
	.about-contact .right { width:100%; }
	.about-contact .right .map { height:300px; }
	.page-banner .link { bottom: 10px; }
}


/* 在线留言 */
.about-message { padding: 164px calc(100vw / 1920 * 280) 78px;overflow:hidden; }
.about-message .bottom { margin-top:70px; }
.about-message .bottom div {
	display:flex;
	margin-bottom:35px;
}
.about-message .bottom div input {
	height:63px;
	border:2px solid #e9e9e9;
	outline:none;
	padding:0 16px;
	font-size:16px;
	color:#676767;
}
.about-message .bottom div input::placeholder {
	font-size:16px;
	color:#676767;
}
.about-message .bottom .o1 {
	justify-content:space-between;
}
.about-message .bottom .o1 input { width:32%; }
.about-message .bottom .o2 input { width:100%; }
.about-message .bottom .o3 textarea {
	width:100%;
	min-width:100%;
	height:215px;
	min-height:100%;
	outline:none;
	border:2px solid #e9e9e9;
	resize:none;
	padding:16px;
	font-size:16px;
	color:#676767;
	font-family:'';
}
.about-message .bottom .o4 button {
	width:208px;
	height:54px;
	background-color:#0a6eb9;
	border:none;
	outline:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all .5s;
	transition:all .5s;
}

@media (max-width:1680px) {
	.about-message { padding: 164px calc(100vw / 1920 * 200) 78px; }
}
@media (max-width:1440px) {
	.about-message { padding: 100px calc(100vw / 1920 * 100) 50px; }
}
@media (max-width:1199px) {
	.about-message .bottom div input { font-size:14px; }
	.about-message .bottom div input::placeholder { font-size:14px; }
	.about-message .bottom .o3 textarea { font-size:14px; }
	.about-message .bottom .o4 button { font-size:14px; }
}
@media (max-width:767px) {
	.about-message { padding: 40px calc(100vw / 1920 * 100); }
	.about-message .bottom { margin-top: 30px; }
	.about-message .bottom div input { font-size:12px;height:45px; }
	.about-message .bottom div input::placeholder { font-size:12px; }
	.about-message .bottom .o3 textarea { font-size:12px; }
	.about-message .bottom .o4 button { font-size:12px; }
	.about-message .bottom div { margin-bottom:20px; }
	.about-message .bottom .o3 textarea { height:120px; }
	.about-message .bottom .o4 button { height:45px; }
	.about-message .bottom .o1 { flex-wrap:wrap; }
	.about-message .bottom .o1 input { width:100%;margin-bottom:20px; }
	.about-message .bottom .o1 input:last-child { margin-bottom:0; }
}


/* 产品中心 */
.product {
	padding: 78px calc(100vw / 1920 * 280) 116px;
	overflow:hidden;
}
.product .top { width:49.5%; float:left; margin-right:1.4%; }
.product .top .product-swiper { padding-bottom:4px; }
.product .top .product-swiper img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.product .top .product-swiper a { cursor:initial; }
.product .top .product-swiper .img { overflow:hidden; }
.product .top .product-swiper a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.product .top .product-swiper p {
	line-height:1;
	text-align:center;
	font-size:17px;
	color:#2e2e2e;
	margin-top:14px;
	opacity:0;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.product .top .product-swiper a:hover p { color:#0a6eb9; }
.product .top .product-swiper .swiper-slide-active p { opacity:1; }
.product .swiper-pagination {
	bottom:68px;
	display: flex;
	justify-content: center;
}
.product .swiper-pagination span {
	width:20px;
	height:20px;
	margin:0 15px!important;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.product .swiper-pagination span:after {
	position:absolute;
	width:10px;
	height:10px;
	border-radius: 50%;
	background: #cdcbe4;
	content:'';
}
.product .swiper-pagination .swiper-pagination-bullet-active {
	background: #0a6eb9;
	opacity:1;
}
.product .bottom .list {
	float:left;
	width:23.8%;
	margin-right:1.4%;
	margin-bottom: calc(100vw / 1920 * 30);
}
.product .bottom .list a { cursor:initial; }
.product .bottom .list:nth-child(4n) { margin-right:0; }
.product .bottom .list .img { background: #ededed; overflow:hidden; padding-bottom: 90%; border: 1px solid #ededed }
.product .bottom .list .img img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.product .bottom .list:hover .img img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.product .bottom .list p {
	line-height:1;
	text-align:center;
	font-size:17px;
	color:#2e2e2e;
	margin-top:14px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.product .bottom .list:hover p { color:#0a6eb9; }
.page {
	display:flex;
	justify-content: center;
	width:100%;
	margin-top:50px;
	float:left;
}
.page ul {
	display:flex;
}
.page ul a, .page ul span {
	font-size:18px;
	color:#b9b6b6;
	width:54px;
	height:54px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #e6e6e6;
	margin:0 14px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.page ul a:hover, .page ul span:hover {
	border:1px solid #0a6eb9;
	background-color:#0a6eb9;
	color:#fff;
}
.page ul li.active a, .page ul li.active span {
	border:1px solid #0a6eb9;
	background-color:#0a6eb9;
	color:#fff;
}

@media (max-width:1680px) {
	.product { padding: 78px calc(100vw / 1920 * 200) 116px; }
}
@media (max-width:1440px) {
	.product { padding: 78px calc(100vw / 1920 * 100) 116px; }
	.product .bottom .list p { font-size:16px; }
	.product .top .product-swiper p { font-size:16px; }
	.page ul a, .page ul span { font-size:16px; }
}
@media (max-width:1199px) {
	.product .bottom .list p { font-size:14px; }
	.product .top .product-swiper p { font-size:14px; }
	.page ul a, .page ul span { font-size:14px;margin: 0 8px;width: 45px;height: 45px; }
}
@media (max-width:991px) {
	.product .bottom .list p { font-size:12px; }
	.product .top .product-swiper p { font-size:12px; }
	.page ul a, .page ul span { font-size:12px; }
}
@media (max-width:767px) {
	.product { padding: 40px calc(100vw / 1920 * 100); }
	.product .top { width:100%;margin-bottom:15px;float:initial; }
	.product .swiper-pagination { bottom: 35px; }
	.product .swiper-pagination span { margin: 0 5px!important;width:15px;height:15px; }
	.product .bottom { display:flex;justify-content:space-between;flex-wrap:wrap; }
	.product .bottom .list { width:48%;margin-right:0;margin-bottom:15px;float:initial; }
	.product .swiper-pagination span:after { width:7px;height:7px; }
	.page { margin-top: 30px; }
	.page ul a, .page ul span { margin: 0 5px;width: 30px;height: 30px; }
}




/* 生产制造 */
.createk {
	padding:100px calc(100vw / 1920 * 280) 100px;
	overflow:hidden;
}
.createk-n {
	display:flex;
	justify-content:space-between;
}
.createk-n .left {
	width:46.5%;
}
.createk-1 .left .list {
	display:flex;
	flex-wrap:wrap;
	margin-top:55px;
}
.createk-1 .left .list p {
	font-size:16px;
	color:#eb5e00;
	font-weight:bold;
	width:50%;
	line-height:1.2;
	display:flex;
	align-items:flex-start;
	margin-top:20px;
	position:relative;
	padding-right:5px;
	padding-left:16px;
	word-break: break-all;
}
.createk-1 .left .list p:before {
	content:'';
	width:6px;
	height:6px;
	border-radius:6px;
	background-color:#0a6eb9;
	margin-right:10px;
	position:absolute;
	left:0;
	top:6px;
}
.createk-n .left .text {
	margin-top:30px;
	text-align:justify;
}
.createk-n .left .text p {
	font-size:16px;
	color:#5e5e5e;
	line-height:1.8;
}
.createk-n .right {
	width:50.3%;
}
.createk-n .right .img { overflow:hidden; }
.createk-n .right .img img { 
	max-width:100%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.createk-n .right .img:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.createk-1 .right {
	display: flex;
	align-items: flex-end;
}

@media (max-width:1680px) {
	.createk { padding:100px calc(100vw / 1920 * 200); }
}
@media (max-width:1440px) {
	.createk { padding:100px calc(100vw / 1920 * 100); }
	.createk-1 .left .list p { word-break: normal }
}
@media (max-width:1199px) {
	.createk-1 .left .list p { font-size:14px; }
	.createk-n .left .text p { font-size:14px; }
}
@media (max-width:991px) {
	.createk { padding:100px calc(100vw / 1920 * 100) 50px; }
	.createk-1 .left .list p { font-size:12px; }
	.createk-n .left .text p { font-size:12px; }
	.createk-1 .left .list { margin-top: 10px; }
	.createk-n .left .text { margin-top: 20px; }
}
@media (max-width:767px) {
	.createk { padding:40px calc(100vw / 1920 * 100); }
	.createk-n { flex-wrap:wrap; }
	.createk-n .left { width:100%; }
	.createk-n .right { width:100%;margin-top:20px; }
	.createk-1 .left .list p:before  { top:4px; }
}


.createk-2 {
	margin-top:100px;
}
.createk-n .left .title {
	width:480px;
	height:62px;
	border-radius:31px;
	border:3px solid #0a6eb9;
	font-size:24px;
	color:#0a6eb9;
	display:flex;
	align-items:center;
}
.createk-n .left .title:before {
	content:'';
	width:23px;
	height:23px;
	border-radius:100%;
	border:3px solid #0a6eb9;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
}
.createk-2 .left .tit {
	font-size:24px;
	color:#0a6eb9;
	line-height:1;
	display:flex;
	align-items:center;
	margin-top:30px;
}
.createk-2 .left .tit:before {
	font-family:'iconfont';
	font-size:28px;
	color:#0a6eb9;
	content:'\e66c';
	margin-right:10px;
	margin-top:3px;
}

.createk-2 .left .right { margin-left:40px;float:right; }

@media (max-width:1199px) {
	.createk-n .left .title { width:45%;height: 45px;font-size:16px; }
	.createk-n .left .title:before { width:18px;height:18px;margin-right: 16px; }
	.createk-2 .left .tit { font-size:20px; }
	.createk-2 .left .tit:before { font-size:24px; }
}
@media (max-width:991px) {
	.createk-2 { margin-top:100px; }
	.createk-n .left .title { height:40px;width:100%; }
	.createk-n .left .title:before { width:18px;height:18px;margin:0 10px; }
	.createk-2 .left .tit { font-size:16px;margin-top:20px; }
	.createk-2 .left .tit:before { font-size:20px; }
	.createk-2 .left .right { width:100%;margin-bottom:20px; }
}
@media (max-width:767px) {
	.createk-2 { margin-top:40px; }
	.createk-n .left .title { font-size:14px;border: 2px solid #0a6eb9;height: 35px; }
	.createk-n .left .title:before { width:14px;height:14px;border: 2px solid #0a6eb9;margin-top:1px; }
}


.createk-3 {
	padding:0;
	margin-top:100px;
}
.createk-3 .bottom { margin:0; }
.createk-3 .bottom .list .text { min-height:auto; }
.createk-3 .bottom .list .text>div p:first-child { font-size:20px; }
.createk-3 .bottom .list>a { cursor:initial; }
.createk-4 { margin-top:50px; }
.createk-4 .left .text { margin-top:60px; }

.createk-4 .right { margin-top:158px; }

@media (max-width:1440px) {
	.createk-3 .bottom .list .text>div p:first-child { font-size:18px; }
}
@media (max-width:1199px) {
	.createk-3 .bottom .list .text>div p:first-child { font-size:16px; }
}
@media (max-width:991px) {
	.createk-4 .left .text { margin-top:20px; }
	.createk-4 .right { margin-top: 105px; }
}
@media (max-width:767px) {
	.createk-3 { margin-top: 40px; }
	.createk-4 { margin-top:40px; }
	.createk-4 .right { margin-top:20px; }
}

.createk-5 { margin-top:100px;flex-wrap:wrap; }
.createk-5 .left { width:100%; }
.createk-5 .right { width:100%;display:flex;flex-wrap:wrap; }
.createk-5 .right .img { margin-top:30px; }
.createk-5 .right .img:first-child { width:49%;margin-right:2%; }
.createk-5 .right .img:nth-child(2) { width:49%; }
.createk-5 .right .img:nth-child(3) { width:32%;margin-right:2%; }
.createk-5 .right .img:nth-child(4) { width:32%;margin-right:2%; }
.createk-5 .right .img:nth-child(5) { width:32%; }
.createk-6 { margin-top:100px; }

@media (max-width:767px) {
	.createk-5 { margin-top:40px; }
	.createk-5 .right { margin-top:0; }
	.createk-5 .right .img { width:100%!important;margin-right:0!important;margin-top:20px; }
	.createk-5 .right .img img { width:100%; }
}

.createk-o1 .createk-7 { margin-top:50px; }
.createk-7 .right { display:initial; }
.createk-7 .right .img { float:left; }
.createk-7 .right .img:nth-child(3) { width:49%;margin-right:0; }
.createk-o1 .createk-7 .left .title { width:50%; }

@media (max-width:1199px) {
	.createk-o1 .createk-7 .left .title { width:100%; }
}
@media (max-width:767px) {
	.createk-7 { margin-top:40px; }
	.createk-7 .left .title { height:auto;padding: 5px 0; }
}




/* 质量管理 */
.createk-o1 {
	
}
.createk-o1 .left .num {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 85%;
	margin-top:48px;
}
.createk-o1 .left .num .l {
	font-size:16px;
	color:#0a6eb9;
	font-weight:bold;
	line-height:1.3;
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
}
.createk-o1 .left .num .l p:first-child {
	font-size:46px;
	font-family:'Impact';
	display:flex;
}
.createk-o1 .left .num .l p:first-child span:nth-child(2) { font-size:30px;font-weight:300;margin-top:-15px; }
.createk-o1 .left .num .l .m { font-size:30px!important;margin-left:5px; }
.createk-o1 .left .num .l .m sup { font-size:16px; }
.createk-o1 .left .num .l p:nth-child(2) { margin-top:10px; }

@media (max-width:1440px) {
	.createk-o1 .left .num .l { font-size:16px; }
	.createk-o1 .left .num .l p:first-child { font-size:48px; }
	.createk-o1 .left .num .l p:first-child span:nth-child(2) { font-size:28px; }
	.createk-o1 .left .num .l .m { font-size: 22px!important; }
	.createk-o1 .left .num .l .m sup { font-size:14px; }
}
@media (max-width:1199px) {
	.createk-o1 .left .num .l { font-size:14px; }
	.createk-o1 .left .num .l p:first-child { font-size:38px; }
	.createk-o1 .left .num .l p:first-child span:nth-child(2) { font-size:22px; }
	.createk-o1 .left .num .l .m { font-size: 18px!important; }
	.createk-o1 .left .num .l .m sup { font-size:12px; }
}
@media (max-width:767px) {
	.createk-o1 .left .num { width:100%;margin-top: 30px; }
	.createk-o1 .left .num .l { font-size:12px; }
	.createk-o1 .left .num .l p:first-child { font-size:28px; }
	.createk-o1 .left .num .l p:first-child span:nth-child(2) { font-size:16px;margin-top: -10px; }
	.createk-o1 .left .num .l .m { font-size: 16px!important; }
}


.createk-o1 .index-createk .bottom .list .text>div p {
	font-size: 14px;
	color: #595757;
	line-height: 1.4;
	margin-top:0;
}
.createk-o1 .createk-3 .bottom .list .text>div p:first-child { font-size:18px;margin-bottom:18px;color:#000; }
.createk-o1 .index-createk .bottom .list:hover .text>div p { color:#fff; }

@media (max-width:1199px) {
	.createk-o1 .index-createk .bottom .list .text>div p { font-size:14px; }
	.createk-o1 .createk-3 .bottom .list .text>div p:first-child { font-size:16px; }
}
@media (max-width:767px) {
	.createk-o1 .index-createk .bottom .list .text>div p { font-size:12px; }
	.createk-o1 .createk-3 .bottom .list .text>div p:first-child { font-size:14px;margin-bottom:10px; }
}

.createk-o1 .createk-5 .right .img:first-child { width:62.3%; }
.createk-o1 .createk-5 .right .img:nth-child(2) { width:35.45% }
.createk-o1 .createk-5 .right .img:nth-child(3) { width:35.45% }

@media (max-width: 991px) {
	.createk-o1 .createk-5 .right .img:nth-child(3) { margin-top: 15px; }
}
@media (max-width: 767px) {
	.createk-o1 .createk-7 { margin-top: 20px; }
	.createk-o1 .createk-5 .right .img:nth-child(3) { margin-top: 20px; }
}

.createk-o1 .createk-8 {
	margin-top:100px;
}
.createk-o1 .createk-8 .title {
	width:452px;
	height:119px;
	background:url(../images/createk.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-bottom:28px;
	font-size:26px;
	color:#0a6eb9;
}
.createk-o1 .createk-8 .bottom {
	display:flex;
	justify-content:center;
	margin-top:85px;
}
.createk-o1 .createk-8 .bottom .list {
	position:relative;
	height:602px;
	width:33.3%;
	display:flex;
	flex-direction:column;
	padding-left:120px;
	padding-top: 140px;
}
.createk-o1 .createk-8 .bottom .list .bg span:first-child {
	position:absolute;
	top:0;
	left:0;
	width:122px;
	height:602px;
	background:url(../images/createk-1.png);
	display:inline-block;
}
.createk-o1 .createk-8 .bottom .list .bg span:nth-child(2) {
	position:absolute;
	top:38px;
	left:53px;
	width:151px;
	height:114px;
	background:url(../images/createk-2.png);
	display:inline-block;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-right:36px;
	padding-bottom:51px;
	font-size:52px;
	font-weight:bold;
	color:#fff;
	font-family:'Impact';
	line-height:1;
}
.createk-o1 .createk-8 .bottom .list .tit {
	font-size:14px;
	color:#0a6eb9;
	font-weight:bold;
	line-height:1.4;
	min-height:145px;
	position:relative;
}
.createk-o1 .createk-8 .bottom .list .tit span {
	font-size:18px;
}
.createk-o1 .createk-8 .bottom .list .tit:after {
	content:'';
	width:95px;
	height:4px;
	background-color:#0a6eb9;
	display:inline-block;
	position:absolute;
	bottom:0;
}
.createk-o1 .createk-8 .bottom .list .text {
	font-size:14px;
	color:#5f5f5f;
	line-height:1.4;
	margin-top:50px;
}

@media (max-width:1440px) {
	.createk-o1 .createk-8 .title { background-size:cover;width: 384px;height: 101px; }
}
@media (max-width:1199px) {
	.createk-o1 .createk-8 .title { width: 286px;height: 75px;font-size: 20px;padding-bottom: 18px; }
	.createk-o1 .createk-8 .bottom .list .text { font-size:12px;margin-top: 30px; }
	.createk-o1 .createk-8 .bottom .list .bg span:nth-child(2) { font-size:38px; }
	.createk-o1 .createk-8 .bottom .list .tit span { font-size:14px; }
}
@media (max-width:991px) {
	.createk-o1 .createk-8 .bottom .list .tit { font-size:14px; }
	.createk-o1 .createk-8 .bottom .list .tit span { font-size:16px; }
	.createk-o1 .createk-8 .bottom .list .text { font-size:12px; }
	.createk-o1 .createk-8 .bottom .list .bg span:nth-child(2) { font-size:28px; }
	
	
	.createk-o1 .createk-8 .title { width: 252px;height: 66px;font-size: 18px;padding-bottom: 16px; }
	.createk-o1 .createk-8 .bottom { flex-wrap:wrap;margin-top:40px; }
	.createk-o1 .createk-8 .bottom .list { width:100%;padding:0 calc(100vw / 1920 * 100);height:auto;margin-bottom:20px; }
	.createk-o1 .createk-8 .bottom .list .bg span:first-child { display:none; }
	.createk-o1 .createk-8 .bottom .list .tit { min-height:auto;padding-bottom:20px; }
	.createk-o1 .createk-8 .bottom .list .bg { margin-bottom:10px; }
	.createk-o1 .createk-8 .bottom .list .bg span:nth-child(2) {
		position:initial;
		width:40px;
		height:40px;
		background:none;
		background-color:#eb5e00;
		border-radius:100%;
		justify-content:center;
		align-items:center;
		padding-bottom:0;
		padding-right: 3px;
		font-size:18px;
	}
}
@media (max-width:767px) {
	.createk-o1 .createk-8 { margin-top: 40px; }
	.createk-o1 .createk-8 .title { width: 198px;height: 52px;font-size: 14px;padding-bottom: 12px; }
}




/* 产品研发 */
.createk-o2 .left .text { margin-top:80px; }

@media (max-width:991px) {
	.createk-o2 .left .text { margin-top:20px; }
}

/* .createk-o2-2 { margin-top: 100px; } */
.createk-o2-2 .left { order:2; }
.createk-o2-2 .left .title { width:100%;margin-top:0; }
.createk-o2-2 .left .text { margin-top:30px; }


@media (max-width:1680px) {
	.createk-n .left .title:before { margin:2px 10px 0; }
}
@media (max-width:1440px) {
	.createk-n .left .title { font-size:20px; }
}
@media (max-width:1199px) {
	.createk-o2-2 .left .title { font-size:16px; }
}
@media (max-width:991px) {
	.createk-o2-2 .left .title { font-size:16px;height: auto;padding: 5px 10px;margin-top:0; }
	.createk-o2-2 .left .title:before { margin-left:0; }
}
@media (max-width:767px) {
	.createk-o2-2 { margin-top:20px; }
	.createk-o2-2 .left .title { margin-top:20px;font-size:12px; }
	.createk-o2-2 .left .text { margin-top:20px; }
}

/* .createk-o2-3 { margin-top: 115px; } */
.createk-o2-3 .left .title { width:45%; }
.createk-o2-3 .left .tit { margin-top:40px; }
.createk-o2-3 .left .text { margin-top:30px; }
.createk-o2-3 .left .text p { display:flex; }

@media (max-width:1199px) {
	.createk-o2-3 .left .tit { margin-top:20px; }
	.createk-o2-3 .left .text { margin-top:20px; }
}
@media (max-width:767px) {
	.createk-o2-3 { margin-top:40px; }
}




.createk-o3-1 .right { width: 43.5%; }
.createk-o3-1 .left { width: 52%; }
.createk-o3-1 .left .num { width: 70%;margin-top: 40px; }

@media (max-width:1680px) {
	.createk-o3-1 .left .num .l p:first-child { font-size: 58px; }
}
@media (max-width:1440px) {
	.createk-o3-1 .left .num .l p:first-child { font-size: 48px; }
}
@media (max-width:1199px) {
	.createk-o3-1 .left .num .l p:first-child { font-size: 38px; }
}
@media (max-width:991px) {
	.createk-o3-1 .left .num { width:100%; }
	.createk-o2-3 .left .title { width:100%; }
}
@media (max-width:767px) {
	.createk-o3-1 .right { width: 100%;margin-top:0; }
	.createk-o3-1 .left { width: 100%;margin-top:20px; }
	.createk-o3-1 .left .num { width: 100%; }
	.createk-o3-1 .left .num .l p:first-child { font-size: 28px; }
}

.createk-o3-2 {
	background:url(../images/createk-o3-2.jpg) center no-repeat;
	padding:125px calc(100vw / 1920 * 280) 0;
	height:735px;
	overflow:hidden;
}
.createk-o3-2 .con {
	width:54%;
}
.createk-o3-2 .con .title {
	font-size:28px;
	font-weight:bold;
	color:#fff;
	line-height:1.3;
	position:relative;
	padding-bottom:40px;
	
}
.createk-o3-2 .con .title:before {
	position:absolute;
	bottom:0;
	left:0;
	width:125px;
	height:3px;
	background-color:#fff;
	content:'';
}
.createk-o3-2 .con .text {
	font-size:16px;
	color:#fff;
	line-height:2;
	margin-top:40px;
}

@media (max-width:1680px) {
	.createk-o3-2 { padding:125px calc(100vw / 1920 * 200) 0; }
}
@media (max-width:1440px) {
	.createk-o3-2 { padding:125px calc(100vw / 1920 * 100) 0; }
}
@media (max-width:1199px) {
	.createk-o3-2 .con .title { font-size:20px; }
	.createk-o3-2 .con .text { font-size:16px; }
}
@media (max-width:767px) {
	.createk-o3-2 { height:auto;padding: 120px calc(100vw / 1920 * 100); }
	.createk-o3-2 .con { width:100%; }
	.createk-o3-2 .con .title { font-size:16px; }
	.createk-o3-2 .con .text { font-size:14px; }
}


.createk-o3-3 {
	overflow:hidden;
}
.createk-o3-3 .con {
	display:flex;
	position:relative;
	width: calc(100vw / 1920 * 617);
	margin:calc(100vw / 1920 * 210) auto;
	max-width:100%;
}
.createk-o3-3 .con .container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.createk-o3-3 .con>.img {
	width:100%;
	/* animation:rotate 15s linear infinite; */
}
.createk-o3-3 .con>.img img { width:100%; }
.createk-o3-3 .con .content {
	display:flex;
	flex-wrap:wrap;
	align-content: space-between;
	height: 100%;
	
}
@keyframes rotate {
	0% { transform:rotate(0); }
	100% { transform:rotate(360deg); }
}
.createk-o3-3 .con .content .list {
	display:flex;
	position:relative;
}
.createk-o3-3 .con .content .list:first-child {
	width:100%;
	justify-content:center;
}
.createk-o3-3 .con .content .list:nth-child(2) {
	width:50%;
	justify-content:flex-start;
	margin-bottom: calc(100vw / 1920 * 100);
}
.createk-o3-3 .con .content .list:nth-child(3) {
	width:50%;
	justify-content:flex-end;
	margin-bottom: calc(100vw / 1920 * 100);
}
.createk-o3-3 .con .content .list:nth-child(4) {
	width:50%;
	justify-content:flex-start;
	padding-left: calc(100vw / 1920 * 105);
}
.createk-o3-3 .con .content .list:nth-child(5) {
	width:50%;
	justify-content:flex-end;
	padding-right: calc(100vw / 1920 * 105);
}
.createk-o3-3 .con .content .list .text {
	position:absolute;
	top:0;
	left:0;
	width:calc(100vw / 1920 * 510);
	font-size:calc(100vw / 1920 * 16);
	color:#727171;
	line-height:1.6;
}
.createk-o3-3 .con .content .list .text p:first-child {
	font-size:calc(100vw / 1920 * 20);
	color:#0a6eb9;
}
.createk-o3-3 .con .content .list:first-child .text {
	left:calc(100vw / 1920 * 371);
	top:calc(100vw / 1920 * -72);
}
.createk-o3-3 .con .content .list:nth-child(2) .text {
	text-align:right;
	left:calc(100vw / 1920 * -520);
	top:calc(100vw / 1920 * 12);
}
/* .createk-o3-3 .con .content .list:nth-child(2) .text p:first-child { padding-right:18px; } */
.createk-o3-3 .con .content .list:nth-child(3) .text {
	left:calc(100vw / 1920 * 320);
	top:calc(100vw / 1920 * 12);
}
.createk-o3-3 .con .content .list:nth-child(4) .text {
	text-align:right;
	left:calc(100vw / 1920 * -415);
	top:calc(100vw / 1920 * 30);
}
/* .createk-o3-3 .con .content .list:nth-child(4) .text p:first-child { padding-right:18px; } */
.createk-o3-3 .con .content .list:nth-child(5) .text {
	left:calc(100vw / 1920 * 215);
	top:calc(100vw / 1920 * 30);
}
.createk-o3-3 .con .content .list .img {
	width:calc(100vw / 1920 * 105);
	height:calc(100vw / 1920 * 105);
}
.createk-o3-3 .con .content .list .img img { width:100%; }

@media (max-width:1199px) {
	.createk-o3-3 .con { margin: 150px auto; }
}
@media (max-width:991px) {
	.createk-o3-3 .con { padding: 40px calc(100vw / 1920 * 100);margin:0;width:100%; }
	.createk-o3-3 .con>.img { display:none; }
	.createk-o3-3 .con .container { position:initial; }
	.createk-o3-3 .con .content .list .text { position:initial; }
	.createk-o3-3 .con .content .list { 
		width:50%!important;
		justify-content:flex-start!important;
		padding:0 10px!important;
		margin-bottom:20px!important;
	}
	.createk-o3-3 .con .content .list .img { width:50px;height:50px; }
	.createk-o3-3 .con .content .list .text { 
		width:calc(100% - 50px)!important;
		text-align: left!important;
		font-size:12px;
	}
	.createk-o3-3 .con .content .list .text p:first-child {
		font-size:16px;
	}
}
@media (max-width:767px) {
	.createk-o3-3 .con .content .list { width:100%!important; }
}



header#header-fixed { position:fixed;background-color:transparent; }
header#header-fixed:not(.is-show) {
	opacity:0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out,-webkit-transform .2s ease-out;
	transition:opacity .5s;
}
header#header-fixed.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
header#header-fixed {
	background-color: hsla(0,0%,100%,.4);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
}


/* 修改 */
@media (max-width:1200px) {
	header#header-fixed { backdrop-filter:initial;background-color: #fff;display:none; }
	header#header-fixed.is-show { transform: initial; }
	.header { position:fixed; }
}


/* 搜索页 */
.search-page .bottom .list:nth-child(2) { margin-right: 1.4%; }
.search-page .bottom .list .img { height: calc(100vw / 1920 * 217); }
@media (max-width:1680px) {
	.search-page .bottom .list .img { height: calc(100vw / 1680 * 212); }
}
@media (max-width:1440px) {
	.search-page .bottom .list .img { height: calc(100vw / 1440 * 206); }
}
@media (max-width:768px) {
	.search-page .bottom .list .img { height: calc(100vw / 768 * 221); }
	.createk-n .left .title { font-size:16px;padding: 5px 10px; height:auto;text-align:center;justify-content: center; }
	.createk-n .left .title:before { display:none; }
}


@media (min-width:1440px) {
	.index-about {
		padding: 100px 8.3333% 0;
		margin:0 auto;
	}
	.index-createk {
		padding: 60px 8.3333% 0;
		margin:0 auto;
	}
	.index-product {
		padding: 0 8.3333% 100px;
		margin:-50px auto 0;
	}
	.index-product .left { left:0;width: 47.5%; }
	.product {
		padding: 100px 8.3333%;
		margin:0 auto;
	}
	.createk {
		padding: 100px 8.3333% 100px;
		margin:0 auto;
	}
	.about-info {
		padding: 100px 8.3333% 0;
		margin:0 auto;
	}
	.about-contact {
		padding: calc(100vw / 1920 * 100) 8.3333% 0;
		margin:0 auto;
	}
	.about-message {
		padding: 100px 8.3333% 78px;
		margin:0 auto;
	}
}





/* 修改 */
/* 图片固定宽高比例 */
.i-box { display: block; position: relative; height: 0; padding-bottom: 50%; overflow: hidden; }
.i-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.index-banner .item { padding-bottom: 33.85416666666667%; }


/* 产品二级分类 */
.product { display: flex; flex-wrap: wrap; overflow: initial; }
.product .menu { width: 300px; margin-right: 40px; }
.product .menu ul { border: 1px solid #e3e3e3; position: sticky; top: 100px; }
.product .menu a { display: block; padding: 20px 20px; font-size: 18px; line-height: 1.4; border-bottom: 1px solid #e3e3e3; transition: color .5s, background-color .5s; }
.product .menu ul li:last-child a { border-bottom: none; }
.product .menu li.active a { background: #0a6eb9; color: #fff; }
.product .menu li:hover a { background: #0a6eb9; color: #fff; }
.product .bottom { display: flex; flex-wrap: wrap; align-items: flex-start; flex: 1; }
@media (max-width: 1199px) {
	.product .menu a { font-size: 16px; }
}
@media (max-width: 991px) {
	.product .bottom .list { width: 49.3%; }
	.product .bottom .list:nth-child(2n) { margin-right:0; }
}
@media (max-width: 767px) {
	.product { padding: 30px calc(100vw / 1920 * 100); }
	.product .menu { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.product .menu ul { height: 82px; overflow: auto; }
	.product .menu a { font-size: 14px; padding: 10px 20px; }
	.about-message { padding: 20px calc(100vw / 1920 * 100); }
}


/* 产品详情 */
.product-details .menu { width: 300px; margin-right: 40px; }
.product-details .menu ul { border: 1px solid #e3e3e3; position: sticky; top: 100px; }
.product-details .menu a { display: block; padding: 20px 20px; font-size: 18px; line-height: 1.4; border-bottom: 1px solid #e3e3e3; transition: color .5s, background-color .5s; }
.product-details .menu ul li:last-child a { border-bottom: none; }
.product-details .menu li.active a { background: #0a6eb9; color: #fff; }
.product-details .menu li:hover a { background: #0a6eb9; color: #fff; }
.product-details .bottom { display: flex; flex-wrap: wrap; flex: 1; }
@media (max-width: 1199px) {
	.product-details .menu a { font-size: 16px; }
}
@media (max-width: 991px) {
	.product-details .bottom .list { width: 49.3%; }
	.product-details .bottom .list:nth-child(2n) { margin-right:0; }
}
@media (max-width: 767px) {
	.product-details .menu { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.product-details .menu ul { height: 82px; overflow: auto; }
	.product-details .menu a { font-size: 14px; padding: 10px 20px; }
}
.product-details { display: flex; flex-wrap: wrap; width: 100%; overflow: initial; padding: calc(100vw / 1920 * 100)  8.3333%; }
.product-details .left { width: calc(100% - 340px); display: flex; flex-wrap: wrap; align-items: flex-start; }
.product-details .left .l {
	width:45%;
	float:left;
	position:relative;
}
.product-details .left .l img { width: 100%; }
.product-details .left .l .swiper-gallery {
	/* border:4px solid #eee; */
}
.product-details .left .l .swiper-thumbs {
	margin:20px 0 0;
}
.product-details .left .l .swiper-thumbs .swiper-slide {
	border:4px solid #eee;
}
.m-slide-thumb-active {
	border:4px solid #0a6eb9!important;
}
.product-details .left .r {
	width:55%;
	float:left;
	padding-left:5%;
}
.product-details .left .r .title {
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin-top:17px;
	margin-bottom:15px;
}
.product-details .left .r .con {
	font-size:18px;
	color:#666;
	line-height: 1.6;
	white-space: pre-line;
}
.product-details .left .r .tel {
	font-size:48px;
	color:#333;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	padding:7% 0;
	margin:15% 0;
	font-family: 'Arial';
}
.product-details .left .r .tel > span {
	display:inline-block;
	width:59px;
	height:59px;
	background-color:#f3f3f3;
	float:left;
	margin:4px 18px 0 28px;
	text-align: center;
	line-height: 59px;
	font-size: 27px;
	font-weight: bold;
}
.product-details .left .r .links > a {
	display:inline-block;
	float:left;
	width:33%;
	height:54px;
	line-height:54px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background-color:#bbbaba;
	-webkit-transition: all .5s;
	transition:all .5s;
}
.product-details .left .r .links > a+a {
	margin-left:5%;
}
.product-details .left .r .links > a:hover {
	background-color:#17635f;
}
.product-details .left .bot .title {
	width:100%;
	float:left;
	height:56px;
	background-color:#eceaea;
	margin-top:65px;
}
.product-details .left .bot .title > p {
	float:left;
	font-size:20px;
	color:#fff;
	line-height:56px;
	background-color:#17635f;
	width:193px;
	background:url(../images/product-details-bg.png) no-repeat;
}
.product-details .left .bot .title > p > span {
	color:#fff;
	font-size:12px;
	display: inline-block;
	margin-top: 0px;
	float: left;
	margin-left:20px;
	margin-right:3px;
}
.product-details .left .bot .content {
	width:100%;
	float: left;
	margin-top:45px;
	font-size: 16px;
	line-height: 2;
	color: #666;
	overflow: auto;
}
.product-details .left .bot .content table { width: 100% !important; }
.product-details .left .bot .content > p {
	margin:0 0;
}
.product-details .left .bot .content > div {
	margin-top:70px;
}
.product-details .left .bot .content img {
	max-width: 100%; display: inline-block;
}
.banner-button-next, .banner-button-prev {
	position: absolute;
	top: 34%;
	width: calc(100vw / 1920 * 57);
	height: calc(100vw / 1920 * 57);
	z-index: 6;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-color:#d2d2d2;
	border-radius:50%;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.banner-button-next:hover, .banner-button-prev:hover {
	background-color:#0a6eb9;
}
.banner-button-next:after, .banner-button-prev:after {
	font-family: swiper-icons;
	font-size: 19px;
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	color:#fff;
}
.banner-button-next {
	right: 10px;
	left: auto;
}
.banner-button-prev {
	left: 10px;
	right: auto;
}
.banner-button-next:after {
	content: 'next';
}
.banner-button-prev:after {
	content: 'prev';
}
.product-details .left .l .swiper-gallery .swiper-slide { padding: 1px; }
.product-details .left .l .list-wrapper { border: 1px solid #efefef; padding-bottom: 90%; }


@media (max-width:1680px) {
	.product-details .left .r .tel { font-size: 35px; padding: 5% 0; margin: 5% 0; }
	.product-details .left .r .tel > span { width: 45px; height: 45px; line-height: 45px; font-size: 20px; }
	.product-details .banner-button-next, .product-details .banner-button-prev { width:40px; height:40px; }
}
@media (max-width:1300px) {
	.product-details .banner-button-next, .product-details .banner-button-prev { width:30px;height:30px; }
	.product-details .banner-button-prev:after { font-size:12px; }
	.product-details .banner-button-next:after { font-size:12px; }
	.product-details .left .r .con { line-height: 2; }
	.product-details .left .r .tel { font-size: 26px; }
	.product-details .left .r .tel > span { width: 35px;height: 35px;line-height: 35px;font-size: 16px;margin: 1px 11px 0 20px; }
}
@media (max-width:1200px) {
	.product-details .left .l { width:100%; }
	.product-details .banner-button-next, .product-details .banner-button-prev { width:50px;height:50px; }
	.product-details .left .r { width:100%; padding-left:0;margin-top:30px; }
	.product-details .left .r .tel { text-align:left; }
	.product-details .left .r .links > a { width:47%; }
	.product-details .left .bot .content table { overflow: auto; display: inline-block; height: auto !important; }
}

@media (max-width:768px) {
	.product-details .left .l .swiper-thumbs { margin: 10px 0px 0; }
	.product-details .left .r { margin-top:0; }
	.product-details .left .r .title { font-size: 22px; }
	.product-details .left .r .con { font-size:16px; }
	.product-details .left .r .links > a { width: 47%; }
	.product-details .left .bot .title { margin-top: 30px; }
	.product-details .left .bot .title > p { font-size:16px; }
	.product-details .left .bot .content { margin-top:30px; }
	.product-details .left .bot .content img { padding: 0 0%; }
	.product-details .left .bot .content { font-size: 14px; }
	.product-details .left { width: 100%; }
}





@font-face {
	font-family: 'junherun';
	src: url('../fonts/junherun/iconfont.woff2') format('woff2'),
			 url('../fonts/junherun/iconfont.woff') format('woff'),
			 url('../fonts/junherun/iconfont.ttf') format('truetype');
}
/* 分页 */
.pagination { display: flex; justify-content: center; width: 100%; }
.pagination ul { display: flex; }
.pagination ul li {
	width: 50px; height: 50px; border: 1px solid #dcdcdc; color: #ccc; border-radius: 50%; margin: 0 5px;
	transition: background-color .8s, color .8s, border .8s;
}
.pagination ul li:hover { border: 1px solid #0a6eb9; background-color: #0a6eb9; color: #fff; }
.pagination ul li.active { border: 1px solid #0a6eb9; background-color: #0a6eb9; color: #fff; }
.pagination ul li a, .page-link ul li span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

@media (max-width: 767px) {
	.pagination { font-size: 14px;  }
	.pagination ul li { width: 35px; height: 35px; }
	.pagination ul li a, .pagination ul li span { padding-top: 1px; }
}

/* 文字超出隐藏 */
.ell-o { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ell-t {
	overflow: hidden; white-space: normal; text-overflow: ellipsis;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
/* 图片放大效果 */
.i-scale .img { overflow: hidden; }
.i-scale .img img { transition: transform 1s ease-in-out, opacity .6s ease-in-out; }
.i-scale:hover .img img { transform: scale(1.1); }
/* 锚点 */
.anchor { position: relative; top: -50px; }
/* 资格认证 */
.about-qualification { padding: calc(100vw / 1920 * 100) 8.3333%; }
.about-qualification .con { font-size: 16px; color: #4a4a4a; line-height: 1.6;margin: 20px 0; }
.about-qualification .list-t1 { display: flex; flex-wrap: wrap; margin-bottom: 40px; }
.about-qualification .list-t1 .left { width: 50%; }
.about-qualification .list-t1:nth-child(even) .left { order: 2; }
.about-qualification .list-t1:last-child { margin-bottom: 0; }
.about-qualification .list-t1 .left .img.i-box { padding-bottom: 62.74509803921569%; }
.about-qualification .list-t1 .right { width: 50%; padding: 10% 40px 0; line-height: 1.4; }
.about-qualification .list-t1:first-child .right { padding-top: 40px; }
.about-qualification .list-t1 .right .images { display: flex; flex-wrap: wrap; margin-top: 20px; }
.about-qualification .list-t1 .right .images .box { width: 16%; margin-right: 0.8%; }
.about-qualification .list-t1 .right .images .box:nth-child(6n) { margin-right: 0; } 
.about-qualification .list-t1 .right .images .box .img.i-box { padding-bottom: 72%; }

@media (max-width: 1440px) {
    .about-qualification .list-t1 .right { padding-top: 6%; }
    .about-qualification .list-t1:first-child .right { padding-top: 30px; }
}
@media (max-width: 1199px) {
    .about-qualification .list-t1:first-child .right { padding-top: 0; }
}
@media (max-width: 991px) {
    .about-qualification .list-t1 .left { width: 100%; }
    .about-qualification .list-t1 .right { width: 100%; padding: 20px 0 0 !important; }
    .about-qualification .list-t1 { margin-bottom: 30px; }
    .about-qualification .list-t1:nth-child(even) .left { order: 0; }
}
@media (max-width: 767px) {
    .about-qualification .list-t1 .right .images .box { width: 32%; margin-right: 2%; }
    .about-qualification .list-t1 .right .images .box:nth-child(3n) { margin-right: 0; }
    .about-qualification .con p span { font-size: 18px !important; }
}





/* 下载 */
.catalogue .content { display: flex; flex-wrap: wrap; padding: calc(100vw / 1920 * 100) 6.25%; }
.catalogue .list {
	display: flex; flex-wrap: wrap; border-radius: 30px;
	position: relative; width: 31.05%; background: #f1f1f1; margin-right: 3.4%; transition: background .6s;
	padding: calc(100vw / 1920 * 34); margin-bottom: calc(100vw / 1920 * 60);
}
.catalogue .list .img.i-box { width: 100%; }
.catalogue .list:nth-child(3n) { margin-right: 0; }
.catalogue .list .h3 { font-size: calc(100vw / 1920 * 20); transition: color .6s; }
.catalogue .list .time { display: block; color: #aaaaaa; transition: color .6s; font-size: 16px; margin-top: 10px; }
.catalogue .list .des { transition: color .6s; }
.catalogue .list .down { display: block; width: 100%; text-align: center; padding: 10px; border-radius: 20px; background-color: #eb5e00; color: #fff; margin-top: 20px; }
.catalogue .list:hover { background: #175aa9; }
.catalogue .list:hover .h3 { color: #fff; }
.catalogue .list:hover .time { color: rgba(255,255,255,.7); }
.catalogue .list:hover .des { color: #fff; }
.catalogue .list:hover::after { color: #fff; }

.about-qualification .list-pic1 { display: flex; flex-wrap: wrap; margin-top: 20px; }
.about-qualification .list-pic1 .box { width: 15.748%; margin-right: 1.1%; margin-bottom: 20px; }
.about-qualification .list-pic1 .box:nth-child(6n) { margin-right: 0; }
.about-qualification .list-pic1 .box .img { padding-bottom: 72%; }
.about-qualification .list-pic2 { display: flex; flex-wrap: wrap; }
.about-qualification .list-pic2 .box { width: 32.126%; margin-right: 1.8%; margin-top: 20px; }
.about-qualification .list-pic2 .box:nth-child(3n) { margin-right: 0; }
.about-qualification .list-pic2 .box .img { padding-bottom: 62.74509803921569%; }

@media (max-width: 1680px) {
	.catalogue .list .h3 { font-size: 18px; }
}
@media (max-width: 1440px) {
	.catalogue .list .h3 { font-size: 16px; }
	.catalogue .list .time { font-size: 14px; }
	.pagination ul li { width: 45px; height: 45px; }
	.about-qualification { padding: calc(100vw / 1920 * 100) calc(100vw / 1920 * 100); } 
}
@media (max-width: 1199px) {
	.catalogue .list .h3 { font-size: 14px; }
	.catalogue .list .time { font-size: 12px; }
	.pagination ul li { width: 40px; height: 40px; }
}
@media (max-width: 991px) {
	.catalogue .content { justify-content: space-between; }
	.catalogue .list { width: 48%; margin-right: 0; padding: 30px; }
	.catalogue .list::after { font-size: 28px; right: 18px; }
}
@media (max-width: 767px) {
	.catalogue .content { padding: 30px 6.25%; }
	.catalogue .list { width: 100%; margin-bottom: 20px; }
	.catalogue .list .time { margin-top: 15px; }
	.pagination ul li { width: 35px; height: 35px; }
	.about-qualification .list-pic1 .box { width: 32%; margin-right: 2%; margin-bottom: 10px; }
	.about-qualification .list-pic1 .box:nth-child(3n) { margin-right: 0; }
	.about-qualification .list-pic2 { justify-content: space-between; }
	.about-qualification .list-pic2 .box { width: 48%; margin-right: 0; margin-top: 10px; }
	.about-qualification { padding: 40px calc(100vw / 1920 * 100); } 
}




.factory { padding: calc(100vw / 1920 * 100) 8.3333%; }
.factory .list { display: flex; flex-wrap: wrap;  width: 100%; }
.factory .list .li { width: 32%; margin-right: 2%; margin-bottom: calc(100vw / 1920 * 40); }
.factory .list .li:nth-child(3n) { margin-right: 0; }
.factory .list .li .img { border-radius: calc(100vw / 1920 * 20); }
.factory .list .li .img.i-box { padding-bottom: 67.44186046511628%; }
.factory .list .li .h3 { text-align: center; font-size: 18px; margin-top: 20px; }

@media (max-width: 1440px) {
	.factory .list .li { margin-bottom: 20px; }
	.factory .list .li .h3 { font-size: 16px; }
}
@media (max-width: 1199px) {
	.factory .list .li .h3 { font-size: 14px; }
}
@media (max-width: 767px) {
	.factory { padding: 30px 8.3333%; }
	.factory .list { justify-content: space-between; }
	.factory .list .li { margin-right: 0; width: 48%; margin-bottom: 15px; }
	.factory .list .li .h3 { margin-top: 15px; }
}




/* 新闻列表 */
.news { padding: calc(100% / 1920 * 100) 8.3333%; }
.news .list { margin-bottom: 60px; }
.news .list .li { display: flex; flex-wrap: wrap; align-items: center; padding: 20px; background: #f1f1f1; transition: background .6s; margin-bottom: 20px; }
.news .list .li:hover { background: #0a6eb9; }
.news .list .li .box { width: 400px; }
.news .list .li .box .i-box { padding-bottom: 67.5%; }
.news .list .li .text { flex: 1; display: flex; flex-direction: column; padding-left: 40px; transition: color .6s; }
.news .list .li:hover .text { color: #fff; }
.news .list .li .text .h2 { margin: 0; font-size: 22px; }
.news .list .li .text time { font-size: 16px; color: #666;  transition: color .6s; margin-top: 10px; }
.news .list .li:hover .text time { color: #fff; }
.news .list .li .text .des { font-size: 16px; line-height: 1.5; margin-top: 20px; }

@media (max-width: 1199px) {
	.news .list .li .box { width: 200px; }
	.news .list .li .text .h2 { font-size: 18px; }
	.news .list .li .text time { font-size: 14px; }
	.news .list .li .text .des { margin-top: 10px; }
}
@media (max-width: 767px) {
	.news { padding: 30px 8.3333%; }
	.news .list { margin-bottom: 0; }
	.news .list .li .box { width: 100%; }
	.news .list .li .text { padding-left: 0; margin-top: 20px; }
	.news .list .li .text .h2 { font-size: 16px; }
	.news .list .li .text .des { font-size: 14px; -webkit-line-clamp: 4; }
}



/* 新闻详情 */
.info-container { display: flex; flex-wrap: wrap; justify-content: space-between; padding: calc(100vw / 1920 * 100) 8.3333%; }
.article { background-color: #fff; width: 100%; }
.article .title { text-align: center; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.article .title .h2 { line-height: 1.2; margin: 0; font-size: 24px; }
.article .title .bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #666; margin-top: 20px; }
.article .title .bottom .l span { margin-right: 20px; }
.article .title .bottom .r { display: flex; font-size: 18px; }
.article .title .bottom .r a { position: relative; margin-left: 15px; }
.article .title .bottom .r a span { font-size: 16px; position: absolute; top: -4px; right: -8px; }
.article .title .bottom .r a.font-small span { top: -6px; right: -4px; }
.article .text { line-height: 2; padding: 40px 0; }
.article .text img { height: auto!important; }
.article .link { display: flex; flex-wrap: wrap; justify-content: space-between; }
.article .link > a {
	display: flex; align-items: center; justify-content: space-between; width: 49%; height: 60px; border-radius: 30px;
	border: 1px solid #ddd; padding: 0 20px; transition: background-color .8s, border .8s, color .8s;
}
.article .link > a:hover { border: 1px solid #0a6eb9; background-color: #0a6eb9; color: #fff; }
.header.fixed { background-color: rgba(255, 255, 255, 1); }
@media (max-width: 767px) {
	.info-container { padding: 30px 8.3333%; }
	.article .title .h2  { font-size: 18px; }
	.article .title .bottom { font-size: 14px; }
	.article .title .bottom .l span:last-child { margin-right: 0; }
	.article .title .bottom .r { width: 100%; justify-content: flex-end; margin-top: 10px; font-size: 16px; }
	.article .title .bottom .r a:first-child { margin-left: 0; }
	.article .text { padding: 20px 0; }
	.article .link > a { width: 100%; height: 50px; margin-top: 10px; }
	.header { background-color: rgba(255, 255, 255, 0); }
}

.header .language { width: 100px; }
#translate select {
	width:100px;
	height:40px;
	border-radius: 25px;
	padding: 0 15px;
}
@media (max-width: 1199px) {
	#translate select { height: 30px; }
}



.index-banner .swiper-pagination { right: auto; left: 50%; transform: translateX(-50%); }
.index-banner .swiper-pagination span { width: 15px; height: 15px; margin: 0 5px!important; }
.index-banner .swiper-pagination span:after { width: 15px; height: 15px; border-radius: 50%; }
.index-banner .swiper-pagination .swiper-pagination-bullet-active:after { width: 15px; height: 15px; }
@media (max-width: 767px) {
	.index-banner .swiper-pagination span { width: 10px; height: 10px; margin: 0 3px!important }
	.index-banner .swiper-pagination span:after { width: 10px; height: 10px; }
	.index-banner .swiper-pagination .swiper-pagination-bullet-active:after { width: 10px; height: 10px; }
}




/* 解决方案 */
.index-solution { padding: 0 8.3333% 60px; }
.index-solution .h2 { text-align: center; margin: 0; font-size: 36px; color: #0a6eb9; }
.index-solution .text { text-align: center; font-size: 24px; color: #4a4a4a; line-height: 1.6; margin-top: 10px; }
.index-solution .con { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
.index-solution .con .list { width: 48.5%; margin-bottom: 30px; }
.index-solution .con .list .img { padding-bottom: 60.33057851239669%; }
.index-solution .con .list p { text-align: center; line-height: 1.4; font-size: 20px; margin-top: 15px; }

@media (max-width: 1440px) {
	.index-solution .h2 { font-size: 32px; }
	.index-solution .text { font-size: 22px; }
}
@media (max-width: 1199px) {
	.index-solution .h2 { font-size: 26px; }
	.index-solution .text { font-size: 20px; }
	.index-solution .con .list { margin-bottom: 20px; }
	.index-solution .con .list p { font-size: 18px; margin-top: 10px; }
}
@media (max-width: 767px) {
	.index-solution { padding: 0 8.3333% 30px; }
	.index-solution .h2 { font-size: 18px; }
	.index-solution .text { font-size: 16px; }
	.index-solution .con { margin-top: 20px; }
	.index-solution .con .list { width: 100%; margin-bottom: 20px; }
	.index-solution .con .list p { font-size: 16px; margin-top: 10px; }
}



.footer .bottom { background-color: #125f99; }
.footer .bottom .t { flex-wrap: wrap; }
.footer .bottom .left { width: 330px; }
.footer .bottom .left .add { color: #fff; font-size: 22px; margin-top: 20px; }
.footer .bottom .left .link { display: flex; flex-wrap: wrap; margin-top: 30px; }
.footer .bottom .left .link > a { display: block; width: 45px; height: 45px; border-radius: 6px; overflow: hidden; margin-right: 10px; }
.footer .bottom .left .link > a:last-child { margin-right: 0; }
.footer .bottom .left .link > a img { width: 100%; height: 100%; }
.footer .bottom .right { flex: 1; display: flex; justify-content: space-between; color: #fff; padding-left: 8%; }
.footer .bottom .right .nav { display: flex; flex-wrap: wrap; flex: 1; }
.footer .bottom .right .nav .ul { width: 44%; }
.footer .bottom .right .nav .ul > a { font-size: 24px; }
.footer .bottom .right .nav .ul .li { display: flex; flex-direction: column; font-size: 18px; margin-top: 15px; }
.footer .bottom .right .nav .ul .li > a { display: block; margin-bottom: 10px; }
.footer .bottom .right .nav .ul .li > a::before { content: '>'; color: #fff; font-size: 22px; margin-right: 5px; }
.footer .bottom .right .f-contact { width: 360px; }
.footer .bottom .right .f-contact > a { font-size: 24px; }
.footer .bottom .right .f-contact > div { line-height: 1.5; font-size: 18px; margin-top: 15px; }
.footer .bottom .right .f-contact > div > p { margin-bottom: 10px; }

@media (max-width: 1680px) {
	.footer .bottom .right { padding-left: 6%; }
	.footer .bottom .right .f-contact { width: 280px; }
}
@media (max-width: 1440px) {
	.footer .bottom .left { width: 300px; }
	.footer .bottom .left .add { font-size: 20px; }
	.footer .bottom .left .link > a { width: 40px; height: 40px; }
	.footer .bottom .right { padding-left: 4%; }
	.footer .bottom .right .nav .ul > a { font-size: 20px; }
	.footer .bottom .right .f-contact > a { font-size: 20px; }
	.footer .bottom .right .nav .ul .li { font-size: 16px; }
	.footer .bottom .right .f-contact > div { font-size: 16px; }
}
@media (max-width: 1199px) {
	.footer .bottom .left { width: 270px; }
	.footer .bottom .left .add { font-size: 18px; }
	.footer .bottom .left .link > a { width: 35px; height: 35px; }
	.footer .bottom .right { padding-left: 2%; }
	.footer .bottom .right .nav .ul > a { font-size: 18px; }
	.footer .bottom .right .f-contact > a { font-size: 18px; }
	.footer .bottom .right .f-contact { width: 244px; }
}
@media (max-width: 991px) {
	.footer .bottom .right .nav { display: none; }
	.footer .bottom .right { justify-content: flex-end; }
}
@media (max-width: 767px) {
	.footer .bottom .right { flex: auto; width: 100%; padding-left: 0; }
	.footer .bottom .right .f-contact { width: 100%; margin-top: 30px; }
}




/* 右侧浮动列表 */
.chat_box { position: fixed; top: 50%; right: 30px; transform: translateY(-50%); }
.chat_box .list { position: relative; width: 60px; height: 60px; background-color: #4dc247; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 10px; }
.chat_box .list:last-child { margin-bottom: 0; }
.chat_box .list .icon { width: 36px; height: 36px; }
.chat_box .list .icon img { width: 100%; height: 100%; }
.chat_box .list .hidden { position: absolute;  white-space: nowrap; background-color: #fff; font-size: 20px; padding: 20px; right: 90px; opacity: 0; visibility: hidden; transition: all .6s; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.chat_box .list:hover .hidden { right: 75px; opacity: 1; visibility: visible; }
.chat_box .list.email { background-color: #f48d2c; }
.chat_box .list.wx { background-color: #07c261; }
.chat_box .list.kefu { background-color: #0a6eb9; }
.chat_box .list.wx .img { width: 260px; }
.chat_box .list.wx .img img { width: 100%; }
.chat_box .list.wx .hidden { padding: 10px 0; }

/* 留言弹窗 */
.footer-message { width: 400px; position: fixed; right: 0; bottom: 0; background-color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; transform: translateY(100%); transition: transform .6s; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.footer-message.active { transform: translateY(0); }
.footer-message .top { cursor: pointer; position: relative; background-color: #36a9e1; display: flex; height: 60px; align-items: center; padding: 0 20px; color: #fff; font-size: 22px; }
.footer-message .top .icon { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #fff; }
.footer-message .top .icon::after { content: ''; transform: rotate(-45deg); display: block; width: 2px; height: 10px; background-color: #fff; top: -5px; position: relative; left: -5px; }
.footer-message .top .icon::before { content: ''; transform: rotate(45deg); display: block; width: 2px; height: 10px; background-color: #fff; top: 5px; position: relative; }
.footer-message .box { padding: 20px; }
.footer-message .box input { width: 100%; height: 50px; border-radius: 50px; border: 1px solid #dbdbdb; margin-bottom: 10px; padding: 0 20px; }
.footer-message .box textarea { width: 100%; border-radius: 30px; border: 1px solid #dbdbdb; padding: 10px 20px; height: 100px; }
.footer-message .box input::placeholder { color: #666; }
.footer-message .box textarea::placeholder { color: #666; }
.footer-message .box input.submit { margin-top: 20px; font-size: 18px; color: #fff; background-color: #86c953; border: none; cursor: pointer; }

.header .nav .top-box .logo { display: none; }
@media (max-width: 767px) {
	.chat_box { display: none; }
	.footer-message { display: none; }
}


@font-face {
	font-family: 'ifont';
	src: url('../fonts/item/iconfont.woff2') format('woff2'),
			 url('../fonts/item/iconfont.woff') format('woff'),
			 url('../fonts/item/iconfont.ttf') format('truetype');
}
.header .nav .header-search { display: none; }
/* 搜索效果一 */
.header-search { display: flex; justify-content: center; align-items: center; height: 100%; font-size: 22px; margin-left: calc(100vw / 1920 * 10); }
.header-search .icon { display: flex; justify-content: center; align-items: center; cursor: pointer; color: #333; }
.header-search .icon:before { font-family: 'ifont'; content: '\e602'; }
.header-search .page { position: fixed; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; display: none; background: rgba(10, 110, 185, .8); color: #fff; }
.header-search .page .con { display: flex; align-items: center; height: 100%; }
.header-search .page .close { display: flex; align-items: center; cursor: pointer; position: absolute; top: 15%; right: 5%; }
.header-search .page .close:before { font-family: 'ifont'; content: '\e689'; }
.header-search .page .form { position: relative; width: 100%; max-width: 90%; margin: 0 auto; border-bottom: 1px solid #fff; }
.header-search .page .form .title { margin-bottom: 50px; letter-spacing: 2px; text-align: center; animation: zoomIn 1s 0s ease both; }
.header-search .page .form .input {
	background: transparent; border: none; outline: none; text-align: center; color: #fff;
	width: 100%; height: 50px; padding: 0 2em;
}
.header-search .page .form .input:-webkit-autofill { transition: background 5000s ease-in-out 0s; -webkit-text-fill-color: #fff; }
.header-search .page .form .button { display: flex; background: none; border: none; cursor: pointer; color: #fff; position: absolute; right: 0; bottom: 12px; }
.header-search .page .form .button:before { font-family: 'ifont'; content: '\e602'; }
@media (max-width: 767px) {
	.header-search { width: 60px; }
	.header-search .icon { font-size: 18px; }
	.header-search .page .close { top: 30%; font-size: 20px; }
	.header-search .page .form { font-size: 16px; }
	.header-search .page .form .title { margin-bottom: 30px; }
	.header-search .page .form .button { font-size: 20px; }
}

/* 搜索效果二 */
.header-search-1 .page { position: absolute; z-index: -1; top: 100%; left: auto; right: 6.25%; width: 765px; box-shadow: 0 0 5px rgba(0,0,0,.1); margin-top: 0; }
.header-search-1 .page .con { padding: 0 4%; }
.header-search-1 .page .close { position: initial; font-size: 18px; margin-left: 4%; }
.header-search-1 .page .form { max-width: 100%; }
.header-search-1 .page .form .title { display: none; }
.header-search-1 .page .form .input { height: 40px; }
.header-search-1 .page .form .button { bottom: 10px; font-size: 20px; }
@media (max-width: 991px) {
	.header-search-1 .page { width: 600px; }
}
@media (max-width: 767px) {
	.header-search-1 .page { z-index: 1; width: 100%; right: 0; }
	.header-search-1 .page .con { padding: 0 5%; }
	.header-search-1 .page .close { margin-left: 5%; font-size: 16px; }
	.header-search-1 .page .form .input { height: 30px; padding: 0 10px; padding-right: 30px; }
	.header-search-1 .page .form .button { bottom: 6px; font-size: 18px; }
}

@media (max-width: 1199px) {
	/* 手机端导航修改 */
	.header .nav .link { justify-content: flex-start; padding-bottom: 50px; font-size: 18px; height: calc(100vh - 130px); overflow: auto; width: 100%; }
	.header .nav .link>li { margin: 0; padding: 15px 20px 0px; }
	.header .nav .link>li>a { justify-content: flex-start; height: auto; }
	.header .nav .menu { position: initial; display: block; height: 0; overflow: hidden; opacity: 0; transition: opacity .6s; }
	.header .nav .link>li.active .menu { opacity: 1; height: auto; padding-top: 10px; }
	.header .nav .link>li.more:after { top: 17px; transform: translateY(0); }
	.header .nav .menu>li>a { padding: 6px 30px; }
	.header .nav .top-box { display: flex; justify-content: space-between; height: 60px; padding: 0 calc(100vw / 1920 * 100); }
	.header .nav .top-box .logo { display: block; }
	
	.header .nav .header-search { height: auto; padding: 0 20px; display: flex; margin-left: 0; width: 100%; margin-top: 10px; }
	.header .nav .header-search .page { width: 100%; height: auto; display: block !important; opacity: 1 !important; position: initial; box-shadow: none; background-color: initial; }
	.header .nav .header-search .page .form { border-bottom: none; }
	.header .nav .header-search .page .form .button { color: #333; }
	.header .nav .header-search .page .form .input { border: 1px solid #333; border-radius: 30px }
	.header .nav .header-search-1 .page .con { padding: 0; }
	.header .nav .header-search-1 .page .form .input { height: 40px; color: #333; text-align: left; }
	.header .nav .header-search-1 .page .form .button { bottom: 11px; right: 10px; }
	.header .nav .header-search .page .form .input:-webkit-autofill { -webkit-text-fill-color: #333; }
}




/* 常见问题 */
.faq { padding: calc(100vw / 1920 * 100) 8.3333% }
.faq .h2 { font-size: calc(100vw / 1920 * 34); margin: 0; text-transform: capitalize; }
.faq .content { margin-top: 50px; }
.faq .list { margin-bottom: 16px; }
.faq .list .top {
	display: flex; align-items: center; position: relative; cursor: pointer; background-color: #fff; transition: all .6s;
	min-height: 104px; padding-right: 94px; border-bottom: 1px solid #f1f1f1;
}
.faq .list .top .text { width: 100%; height: 100%; display: flex; flex-wrap:wrap; align-items: center; padding: 20px; }
.faq .list .top .text .span {
	display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #0a6eb9; color: #fff; font-weight: bold; transition: all .6s;
	width: 41px; height: 41px; font-size: 20px; padding-top: 1px;
}
.faq .list .top .text .h3 { flex: 1; line-height: 1.4; font-size: 20px; padding-left: 22px; margin: 0; }
.faq .list .top .icon {
	position: absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; transition: all .6s;
	width: 94px; height: 100%; color: #a5a5a5; transition: .5s;
}
.faq .list .top .icon::before { font-family: 'ifont'; content: '\e622'; }
.faq .list.active .top { background-color: #0a6eb9; color: #fff; }
.faq .list.active .top .text .span { background: #fff; color: #175aa8; }
.faq .list.active .top .icon { color: #fff; transform: rotate(-180deg); }

.faq .list .bottom { background-color: #f1f1f1; padding: 35px 35px 35px 20px; margin-top: 2px; display: none; }
.faq .list .bottom .box { display: flex; flex-wrap: wrap; }
.faq .list .bottom .span {
	display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #eb5e00; color: #fff; font-weight: bold; padding-top: 1px;
	width: 41px; height: 41px; font-size: 20px;
}
.faq .list .bottom .text { flex: 1; line-height: 2.25; color: #666; font-size: 16px; padding-left: 20px; }

@media (max-width: 1680px) {
	.faq .list .top { min-height: 80px; padding-right: 80px; }
	.faq .list .top .text .h3 { font-size: 18px; }
	.faq .list .top .text .span { font-size: 18px; }
	.faq .list .bottom .span { font-size: 18px; }
	.faq .list .top .icon { width: 80px; }
}
@media (max-width: 1440px) {
	.faq .list .top .text .h3 { font-size: 16px; }
	.faq .list .top .text .span { font-size: 16px; width: 36px; height: 36px; }
	.faq .list .bottom { padding: 20px; }
	.faq .list .bottom .span { font-size: 16px; width: 36px; height: 36px; }
	.faq .list .bottom .text { font-size: 14px; }
}
@media (max-width: 767px) {
	.faq { padding: 30px 6.25%; }
	.faq .list .top { padding-right: 0; }
	.faq .list .top .text { padding: 15px; }
	.faq .list .top .text .span { font-size: 14px; width: 30px; height: 30px; padding: 0; }
	.faq .list .top .text .h3 { font-size: 14px; padding-left: 10px; }
	.faq .list .top .icon { display: none; }
	.faq .list .bottom { padding: 15px; }
	.faq .list .bottom .span { font-size: 14px; width: 30px; height: 30px; padding: 0; }
	.faq .list .bottom .text { line-height: 1.8; padding-left: 10px; }
	.faq .h2 { font-size: 20px; }
	.faq .content { margin-top: 30px; }
}



/* contact修改 */
@font-face {
	font-family: 'contact';
	src: url('../fonts/contact/iconfont.woff2') format('woff2'),
			 url('../fonts/contact/iconfont.woff') format('woff'),
			 url('../fonts/contact/iconfont.ttf') format('truetype');
}
.about-contact { flex-wrap: wrap; }
.about-contact .left { width: 100%; }
.about-contact .right { width: 100%; margin-top: 40px; }
.about-contact .left .top { position: relative; text-align: center; text-transform: uppercase; padding-bottom: 20px; }
.about-contact .left .top::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 2px; background: #0a6eb9; }
.about-contact .left .bottom { display: flex; flex-wrap: wrap; text-align: center; }
.about-contact .left .bottom .list { width: 32%; margin-right: 2%; background-color: #f1f1f1; padding: 40px; border-radius: 10px; transition: all .6s; }
.about-contact .left .bottom .list:nth-child(3n) { margin-right: 0; }
.about-contact .left .bottom .list .tit { font-size: 22px; font-weight: bold; margin-top: 10px; }
.about-contact .left .bottom .list .text { line-height: 1.5; margin-top: 10px; }
.about-contact .left .bottom .list .icon::after { font-family: 'contact'; font-size: 48px; color: #0a6eb9; transition: color .6s; }
.about-contact .left .bottom .list:nth-child(1) .icon::after { content: '\eb1b'; }
.about-contact .left .bottom .list:nth-child(2) .icon::after { content: '\e62d'; }
.about-contact .left .bottom .list:nth-child(3) .icon::after { content: '\e61d'; }
.about-contact .left .bottom .list:hover { background-color: #0a6eb9; color: #fff; }
.about-contact .left .bottom .list:hover .icon::after { color: #fff; }

@media (max-width: 1199px) {
    .about-contact .left .bottom .list .icon::after { font-size: 36px; }
    .about-contact .left .bottom .list .tit { font-size: 20px; }
    .about-contact .left .bottom .list { padding: 30px; }
}
@media (max-width: 767px) {
    .about-contact .left .bottom .list { width: 100%; margin-right: 0; padding: 20px; margin-bottom: 20px; }
    .about-contact .left .bottom .list:last-child { margin-bottom: 0; }
    .about-contact .left .bottom .list .tit { font-size: 18px; }
    .about-contact .left .bottom .list .text { font-size: 14px; }
    .about-contact .right { margin-top: 30px; }
    .about-contact .left .top .index-title p { line-height: 1.4; }
}

.footer-message .box textarea { font-family: initial; border-radius: 15px }
.about-message { display: flex; flex-wrap: wrap; align-items: center; }
.about-message .top { width: 32%; padding-bottom: 10%; }
.about-message .top .index-title { font-size: 32px; font-weight: bold; color: #0a6eb9; }
.about-message .top .index-title p:nth-child(2) { font-size: 56px; margin-top: 10px; padding-bottom: 25px; position: relative; }
.about-message .top .index-title p:nth-child(2)::after { content: ''; position: absolute; left: 0; bottom: 0; width: 120px; height: 6px; border-radius: 3px; background-color: #0a6eb9; }
.about-message .bottom { flex: 1; margin-top: 0; background-color: #fff; padding: 60px; border-radius: 30px; box-shadow: 0 0 20px rgba(0,0,0,.1); }
.about-message .bottom div:last-child { margin-bottom: 0; }
.about-message .bottom form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.about-message .bottom form > div { display: flex; flex-direction: column; width: 49%; margin-bottom: 20px; }
.about-message .bottom form > div p { font-size: 18px; }
.about-message .bottom form > div p span { color: red; }
.about-message .bottom form > div input { margin-top: 10px; height: 50px; border-radius: 10px; }
.about-message .bottom form > div.i1 { width: 100%; }
.about-message .bottom form > div textarea { border: 2px solid #e9e9e9; outline: none; padding: 16px; font-size: 16px; color: #676767; border-radius: 10px; height: 200px; font-family: initial; }
.about-message .bottom form > div textarea::placeholder { font-family: initial; }
.about-message .bottom form > div button { height: 60px; border-radius: 10px; outline: none; border: none; color: #fff; font-size: 18px; width: 80%; background-color: #0a6eb9; margin: 20px auto 0; }

@media (max-width: 1199px) {
    .about-message .top .index-title p:nth-child(2) { font-size: 42px; }
    .about-message .top .index-title p:nth-child(2)::after { width: 80px; height: 5px; left: 6px; }
    .about-message .bottom form > div p { font-size: 16px; }
}
@media (max-width: 767px) {
    .about-message { padding: 40px calc(100vw / 1920 * 100); }
    .about-message .top { width: 100%; }
    .about-message .top .index-title p:nth-child(2) { font-size: 26px; padding-bottom: 0; margin-top: 6px; }
    .about-message .top .index-title p:nth-child(2)::after { display: none; }
    .about-message .top { padding-bottom: 0; }
    .about-message .bottom { margin-top: 30px; padding: 30px; border-radius: 20px; }
    .about-message .bottom form > div { width: 100%; margin-bottom: 10px; }
    .about-message .bottom form > div input { height: 40px; }
    .about-message .bottom form > div textarea { height: 150px; font-size: 14px; }
    .about-message .bottom form > div button { margin-top: 10px; width: 100%; height: 45px; }
}



/* 下载弹窗 */
.down-box { position: fixed; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); padding: 5% 0%; display: none; }
.down-box .container { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.down-box .box { position: relative; background-color: #fff; border-radius: 30px; width: 600px; padding: 50px; }
.down-box .box .close { position: absolute; top: 20px; right: 20px; font-size: 40px;  width: 20px; height: 20px; line-height: 20px; }
.down-box .box .close::after { content: '×'; cursor: pointer; }
.down-box .box input { width: 100%; height: 50px; border-radius: 10px; border: 1px solid #ccc; margin-bottom: 10px; padding: 0 20px; }
.down-box .box input.button { background-color: #eb5e00; color: #fff; border: none; margin-bottom: 0; }

@media (max-width: 767px) {
	.down-box { padding: 5%; }
	.down-box .box { width: 100%; padding: 40px 20px; border-radius: 20px; }
	.down-box .box .close { top: 10px; }
	.down-box .box input { height: 40px; }
}



/* 二级栏目 */
.page-container { display: flex; justify-content: space-between; align-items: center; padding: 0 8.3333%; border-bottom: 1px solid #e3e3e3; }
.page-container .page-link { justify-content: flex-start; width: calc(100% - 440px); }
.page-container .link { font-size:16px; color:#333; display:flex; align-items: center; padding-left: 30px; }
.page-container .link>a { display:flex; align-items: center; text-align: center; }
.page-container .link>a span:first-child { width:30px; height:30px; background-color:#0a6eb9; border-radius:50%; display:flex; justify-content:center; align-items:center; margin-right:7px; }
.page-container .link>a span:first-child:after { font-family:'iconfont'; font-size:16px; color:#fff; content:'\e60c'; }
.page-container .link>a span:last-child:after { content:'>'; margin:0 5px; }
.page-container .link>span { color:#333; text-align: center; }

@media (max-width: 1440px) {
	.page-container { padding: 0 calc(100vw / 1920 * 100); }
}
@media (max-width: 1199px) {
	.page-container .page-link { width: 100%; }
	.page-container .link { display: none; }
}




/* 产品详情修改 */
.product-details .left .bot { width: 100%; }
.product-details .left .bot .content table { height: 100% !important; }
.product-details .left .bot .content table thead tr:first-child { color: #fff; background-color: #0a6eb9; }
.product-details .left .bot .content table tr th { padding: 5px; text-align: center; }
.product-details .left .bot .content table tr td { padding: 5px; text-align: center; }
.product-details .left .link { float: left; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-top: 40px; font-size: 18px; }
.product-details .left .link a { width: 49%; border: 1px solid #e3e3e3; padding: 15px 20px; transition: all .6s; }
.product-details .left .link a:hover { color: #fff; background-color: #0a6eb9; }

@media (max-width: 1440px) {
	.product-details .left .link a { width: 100%; margin-bottom: 10px; }
	.product-details .left .link a:last-child { margin-bottom: 0; }
}
@media (max-width: 1199px) {
	.product-details .left .link { font-size: 16px; }
}
@media (max-width: 767px) {
	.product-details .left .link { margin-top: 20px; font-size: 14px; }
	.product-details .left .link a { padding: 10px 20px; }
}


/* 相关产品 */
.other-product { width: 100%; margin-top: calc(100vw / 1920 * 80); }
.other-product .h2 { font-size: 30px; color: #333; font-weight: bold; margin-top: 0; text-align: center; }
.other-product .con { display: flex; flex-wrap: wrap; margin-top: 20px; text-align: center; }
.other-product .list { width: 23.5%; margin-right: 2%; margin-bottom: 30px; }
.other-product .list:nth-child(4n) { margin-right: 0; }
.other-product .list .img.i-box { padding-bottom: 90%; }
.other-product .list .img img { transition: all .6s; }
.other-product .list:hover .img img { transform: scale(1.1); }
.other-product .list p { line-height: 1; text-align: center; font-size: 17px; color: #2e2e2e; margin-top: 14px; transition: all .5s; }
.other-product .list:hover p { color: #0a6eb9; }
.product-details .left .r .button { display: flex; justify-content: center; align-items: center; background-color: #0a6eb9; color: #fff; width: 160px; height: 40px; border-radius: 20px; margin-top: 40px; cursor: pointer; transition: background .6s; }
.product-details .left .r .button:hover { background-color: #eb5e00; }
.info-product { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 9999; padding: 0; display: none; }
.info-product .container { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.info-product .bottom { position: relative; width: 600px; margin: 0 auto; flex: initial; padding: 40px; border-radius: 20px; }
.info-product .bottom .close { position: absolute; top: 20px; right: 20px; font-size: 40px; width: 20px; height: 20px; line-height: 20px; }
.info-product .bottom .close::after { content: '×'; cursor: pointer; }
.info-product .bottom form > div { margin-bottom: 10px; }
.info-product .bottom form > div input { height: 40px; }
.info-product .bottom form > div textarea { height: 120px; }
.info-product .bottom form > div button { height: 44px; width: 100%; margin-top: 10px; cursor: pointer; }
.info-product .bottom .tit { font-size: 28px; margin-bottom: 20px; text-align: center; }

@media(max-width: 767px) {
	.other-product .h2 { font-size: 22px; }
	.other-product { margin-top: 40px; }
	.other-product .list { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.info-product { padding: 0 20px; }
	.info-product .bottom { padding: 20px; }
	.info-product .bottom .close { top: 15px; }
	.info-product .bottom form > div input { height: 30px; }
	.info-product .bottom form > div button { height: 40px; }
	.info-product .bottom .tit  { font-size: 18px; margin-bottom: 10px; }
}


/* 导航修改 */
.header .content { width: calc(100% - 300px); justify-content: space-between; }
.header-search { margin-left: 0; }
.header .language { margin-left: calc(100% - 1100px); }

@media (max-width: 1720px) {
	.header .language { margin-left: calc(100% - 1040px); }
}
@media (max-width: 1680px) {
	.header .language { margin-left: calc(100% - 930px); }
}
@media (max-width: 1520px) {
	.header .language { margin-left: calc(100% - 880px); }
}
@media (max-width: 1480px) {
	.header .content { width: calc(100% - 230px); }
}
@media (max-width: 1440px) {
	.header .language { margin-left: calc(100% - 850px); }
}
@media (max-width: 1280px) {
	.header .language { margin-left: calc(100% - 810px); }
}
@media (max-width: 1199px) {
	.header .content { width: initial; }
	.header .language { margin-left: 30px; }
	.product-details .banner-button-next,
	.product-details .banner-button-prev { z-index: 1; }
}
@media (max-width: 767px) {
	.header .language { margin-left: 0; }
}



/* 新增视频详情页 */
.video-info { display: flex; flex-wrap: wrap; justify-content: space-between; padding: calc(100vw / 1920 * 100) 8.3333%; }
.video-info .con { width: 72%; }
.video-info .con .video { display: flex; }
.video-info .con .video video { width: 100%; height: calc(100vw / 1920 * 580); background: #000; }
.video-info .con .time { font-size: 12px; color: #999; }
.video-info .con .list { margin-top: 20px; }
.video-info .con .list .li { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.video-info .con .list .li .img { width: 120px; }
.video-info .con .list .li .img img { width: 100%; }
.video-info .con .list .li .tit { width: calc(100% - 300px); padding: 0 20px; }
.video-info .con .list .li .down { display: flex; justify-content: center; align-items: center; text-transform: uppercase; font-weight: bold; width: 180px; height: 30px; border-radius: 15px; background: #0a6eb9; color: #fff; font-size: 12px; }
.video-info .aside { width: 24%; }
.video-info .aside .h3 { margin: 0; font-size: 24px; }
.video-info .aside .list { margin-top: 30px; }
.video-info .aside .list .li { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 15px; }
.video-info .aside .list .li .img { width: 120px; }
.video-info .aside .list .li .img .i-box { padding-bottom: 67.51968503937008%; }
.video-info .aside .list .li .text { width: calc(100% - 120px); padding-left: 10px; }
.video-info .aside .list .li .text .time { font-size: 12px; color: #999; margin-top: 10px; }
.video-info .about-message { padding: 0; overflow: initial; margin-top: calc(100vw / 1920 * 100); }


@media (max-width: 1199px) {
	.video-info .aside .list .li .img { width: 100px; }
	.video-info .aside .list .li .text { width: calc(100% - 100px); }
}
@media (max-width: 991px) {
	.video-info .con { width: 100%; }
	.video-info .con .video video { height: calc(100vw / 1199 * 580); }
	.video-info .aside { width: 100%; margin-top: 30px; }
	.video-info .about-message .top { width: 100%; }
	.video-info .about-message .bottom { width: 100%; }
}
@media (max-width: 767px) {
	.video-info { padding: 30px 8.3333%; }
	.video-info .con .list .li .img { width: 90px; }
	.video-info .con .list .li .tit { width: calc(100% - 90px); }
	.video-info .con .list .li .down { width: 100%; margin-top: 10px; }
	.video-info .aside .h3 { font-size: 20px; }
	.video-info .aside .list .li .img { width: 90px; }
	.video-info .aside .list .li .text { width: calc(100% - 90px); }
	.video-info .about-message { margin-top: 20px; }
}


/* 产品详情添加视频与列表 */
.product-details .left .l .swiper-gallery video { background-color: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.product-details .left .l .swiper-gallery .video .i-box { padding-bottom: 90%; }
.product-details .left .pro-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
.product-details .left .pro-list .text .img { width: 52%; float: left; padding-right: 50px; margin-bottom: 10px; }
.product-details .left .pro-list .text:nth-child(even) .img { float: right; padding-right: 0; padding-left: 50px; }
.product-details .left .pro-list .text .img img { width: 100%; }
.product-details .left .pro-list .text { width: 100%; margin-bottom: 40px; }
.product-details .left .pro-list .text:last-child { margin-bottom: 0; }
.product-details .left .pro-list .text .h3 { font-size: 30px; margin: 30px 0; }
.product-details .left .pro-list .text .des { line-height: 1.6; }

@media (max-width: 1440px) {
	.product-details .left .pro-list .text .h3 { margin: 20px 0; }
}
@media (max-width: 1199px) {
	.product-details .left .pro-list .text .img { width: 100%; padding: 0 !important; float: initial !important; }
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.product-details .left .pro-list { margin-top: 30px; }
	.product-details .left .pro-list .text .h3 { font-size: 22px; }
}