/* 轮播 S */
.banner {
	position:relative;
	width:100%;
	background-color:#fafafa;
}
.banner ul {
	position:relative;
	top:-48px;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
}
.banner img {
	position:relative;
	left:0;
	width:100%;
	max-width:1920px;
	opacity:0;
	transition:.5s;
}
.banner img.active {opacity:1;}
.banner .pager {
	position:absolute;
	bottom:80px;left:50%;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	width:72px;height:14px;
	margin-left:-36px;
	z-index:2;
}
.banner .pager i {
	display:inline-block;
	width:14px;height:14px;
	border-radius:50%;
	background-color:#ddd;
	transition:.5s;
	cursor:pointer;
}
.banner .pager i:hover, .banner .pager i.active {background-color:#3278ff;}
.banner span {
	position:absolute;
	bottom:80px;right:20%;
	display:inline-block;
	width:72px;height:22px;
	text-align:center;
	line-height:22px;
	color:#fff;
	background-color:#3278ff;
	border-radius:50px;
	transition:.5s;
	cursor:pointer;
}
.banner span:hover {background-color:#2067ef;}
/* 轮播 E */
/* 产品 S */
.product {
	margin-top:10px;
	width:1200px;
}
.product .sort {
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	margin-top:40px;
}
.product .sort .series {
	width:234px;height:80px;
	margin-right:60px;
	border-left:10px solid #3278ff;
}
.product .sort .series p {margin-left:20px;}
.product .sort .series p:nth-child(1) {
	font-size:20px;
	text-transform:uppercase;
	margin-top:8px;
}
.product .sort .series p:nth-child(2) {
	font-size:32px;
	font-weight:bold;
}
.product .sort .type {font-size:14px;width:896px;}
.product .sort .type ul {display:inline-block;}
.product .sort .type ul a {
	display:inline-block;
	color:#555;
	margin-right:16px;
	transition:.5s;
	cursor:pointer;
}
.product .sort .type ul a:hover {color:#3278ff;}
.product .sort .type a.more {
	position:relative;
	right:20px;
	float:right;
	color:#999;
	transition:.5s;
	cursor:pointer;
}
.product .sort .type a.more:hover {color:#222;}
.product .sort .type a.more span {font-family:"宋体";}

.product .content ul.list {
	display:inline-block;
	margin-top:30px;
	margin-left:30px;
	width:214px;height:650x;
	background-color:#fff;
}
.product .content ul.list a {
	display:block;
	width:190px;height:50px;
	padding-left:24px;
	text-align:left;
	line-height:50px;
	color:#555;
	transition:.3s;
	cursor:pointer;
}
.product .content ul.list a:hover, .product .content ul.list a.active {
	color:#fff;
	background-color:#3278ff;
}

.product .content ul.item {
	display:inline-block;
	vertical-align:top;
	width:888px;
	margin-left:60px;
	padding-top:30px;
}
.product .content ul.item li {
	display:inline-block;
	width:280px;
	text-align:center;
	margin-right:12px;
	margin-bottom:20px;
	padding-bottom:14px;
	background-color:#fff;
	overflow:hidden;
	transition:.5s;
	cursor:pointer;
}
.product .content ul.item li:hover {box-shadow:0 16px 32px -4px rgba(0,0,0,.15);}
.product .content ul.item span {
	display:inline-block;
	width:inherit;height:272px;
	margin-bottom:12px;
	overflow:hidden;
}
.product .content ul.item img {
	width:100%;
	transition:.7s;
}
.product .content ul.item li:hover img {transform:scale(1.15);}
/* 产品 E */
/* 优势 S */
.advantage {
	width:100%;
	margin-top:40px;
	padding-top:50px;
	padding-bottom:80px;
	color:#fff;
	background-color:#242C39;
}
.advantage .container {position:relative;}
.advantage span.prev, .advantage span.next {
	position:absolute;
	bottom:-52px;
	font-family:"宋体";
	font-size:20px;
	color:#f5f5f5;
	transition:.5s;
	cursor:pointer;
}
.advantage span.prev:hover, .advantage span.next:hover {color:#fff;}
.advantage span.prev {right:520px;}
.advantage span.next {right:460px;}
.advantage p.slogan {
	font-size:14px;
	margin-top:30px;
	letter-spacing:4px;
}
.advantage ul.sort {
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin-top:20px;
}
.advantage ul.sort li {
	width:176px;height:38px;
	text-align:center;
	line-height:38px;
	border:2px solid #3278ff;
	transition:.5s;
}
.advantage ul.sort li:hover, .advantage ul.sort li.active {background-color:#3278ff;}

.advantage ul.item {
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	width:1200px;
	margin-top:40px;
	overflow:hidden;
}
.advantage ul.item li {
	position:relative;
	left:0;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	flex-shrink:0;
	width:1200px;
	transition:.7s;
}
.advantage ul.item li h1 {
	font-family:"impact";
	font-size:120px;
	font-weight:normal;
	color:#3278ff;
	margin-left:24px;
}
.advantage ul.item li div {width:380px;}
.advantage ul.item li div p.tit {
	font-size:24px;
	font-weight:bold;
	margin-bottom:40px;
}
.advantage ul.item li div p:nth-child(2) {
	color:#f5f5f5;
	line-height:28px;
}
.advantage ul.item li img {width:542px;height:340px;}
/* 优势 E */
/* 关于 S */
.about {
	padding:60px 0 80px;
	background-color:#fafafa;
}
.about .content {
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin-top:40px;
}
.about .pic {
	position:relative;
	margin-right:120px;
}
.about .pic::before {
	position:absolute;
	top:0;right:-40px;
	content:"";
	display:inline-block;
	width:460px;height:96px;
	background-color:#3278ff;
}
.about .pic img {
	position:relative;
	width:inherit;
	margin-top:50px;
	z-index:1;
}

.about .info {margin-top:22px;}
.about .info h1 {
	font-family:"JJfont";
	font-size:36px;
	font-weight:normal;
	color:#3278ff;
}
.about .info i {
	display:inline-block;
	width:25px;height:3px;
	background-color:#222;
	margin:90px 0 30px;
}
.about .info p {line-height:24px;margin-bottom:30px;}
.about .info button, .news button {
	width:120px;height:32px;
	font-size:14px;
	border:2px solid #3278ff;
	border-radius:50px;
	background:transparent;
	outline:none;
	cursor:pointer;
}
/* 关于 E */
/* 新闻 S */
.news {
	width:100%;
	background-color:#fff;
	padding:50px 0 50px;
}
.news .express {
	position:relative;
	margin-top:30px;
}
.news .express img {width:400px;height:240px;}
.news .express .time {
	position:absolute;
	top:30px;left:30px;
	font-size:28px;
	color:#fff;
}
.news .express .time p {font-family:"Arial";}
.news .express .time p.english {text-transform:uppercase;}
.news .express .info {
	position:relative;
	top:-210px;left:340px;
	width:862px;height:180px;
	background-color:#3278ff;
	box-sizing:border-box;
	padding-top:30px;
	padding-left:100px;
	padding:30px 40px 0 100px;
}
.news .express .info h4 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-bottom:16px;
}
.news .express .info p {
	color:#fff;
	font-size:14px;
	margin-bottom:20px;
}
.news .express .info img {
	width:36px;height:10px;
	cursor:pointer;
}

.news ul {
	position:relative;
	top:-140px;left:440px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	width:760px;height:100px;
}
.news ul li {
	position:relative;
	width:360px;height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	margin-bottom:6px;
	transition:.5s;
	cursor:pointer;
}
.news ul li:hover {border-bottom:1px solid #3278ff;}
.news ul li a {
	display:inline-block;
	width:inherit;height:inherit;
	color:#555;
	transition:.5s;
}
.news ul li::after {
	position:absolute;
	top:17px;left:0;
	content:">";
	display:inline-block;
	width:18px;height:18px;
	text-align:center;
	line-height:18px;
	font-family:"宋体";
	font-size:18px;
	color:#555;
	vertical-align:middle;
}
.news ul li span:nth-child(1) {
	display:inline-block;
	margin-left:22px;
	width:240px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:.5s;
}
.news ul li span:nth-child(2) {
	float:right;
	display:inline-block;
	color:#999;
	transition:.5s;
}
.news ul li:hover::after, .news ul li:hover span {color:#3278ff;}
.news ul li i {
	position:absolute;
	bottom:-1px;left:0;
	display:inline-block;
	width:0;height:2px;
	background-color:#3278ff;
	transition:.5s;
}
.news ul li:hover i {width:100%;}
.news button {
	position:relative;
	top:-20px;left:440px;
}
/* 新闻 E */
/* 友链 S */
.links {
	width:100%;
	background-color:#242C39;
	padding:20px 0;
}
.links .head {
	display:inline-block;
	color:#fff;
	width:100px;
	margin-right:100px;
}
.links .head p:nth-child(1) {
	font-family:"JJfont";
	font-size:24px;
}
.links .head p:nth-child(2) {
	font-size:24px;
	text-transform:uppercase;
}
.links .list {
	display:inline-block;
	width:980px;
	vertical-align:top;
}
.links ul {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}
.links ul a {
	display:inline-block;
	color:#f5f5f5;
	font-size:14px;
	margin-right:36px;
	margin-bottom:14px;
	transition:.5s;
}
.links ul a:hover {color:#fff;}
/* 友链 E */