@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
	min-width: 1200px;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,cite,dfn,em,var,i {
	font-style: normal
}
ol,ul {
	list-style: none;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #fe3303;
	text-decoration: none;
}
input::-ms-clear,
 ::-ms-reveal {
	display: none;
}
input:focus,textarea:focus,select:focus {
	outline: none;
}
body{
	padding:80px 0 100px 0;
}
.header{
	position:fixed;
	height:80px;
	width:100%;
	z-index:9;
	top:0;
	left:0;
	background:#fff;
	box-shadow:0 8px 16px rgba(0,0,0,.1);
}
.box{
	width:1200px;
	margin:0 auto;
}
.header .box,.banner .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.header .box{
	height:80px;
}
.header .box>div{
	color:#fe3303;
	font-size:16px;
}
.header .box>div a{
	display:inline-block;
	line-height:32px;
	border-bottom:solid 2px #fff;
	margin-right:18px;
}
.header .box>div a.on{
	color:#fe3303;
	border-color:#fe3303;
}
.banner{
	height:580px;
	background:url(../img/bannerbg.jpg) no-repeat center center;
}
.banner .box{
	height:580px;
}
.title{
	max-width:715px;
}
.title h1{
	font-size:68px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
	animation: moveTan 2s 1 forwards;
}
.title i{
	color:#fe3303;
	margin-left:15px;
}
.title p{
	font-size:30px;
	font-weight:600;
	color:#647382;
	margin-bottom:15px;
	animation: moveTan 2s 1 forwards;
	animation-delay: 1s;
	opacity:0;
}
.title span{
	display: block;
	width:452px;
	height:42px;
	line-height:42px;
	border-radius:21px;
	background:#3269ff;
	color:#fff;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
	animation: moveTan 2s 1 forwards;
	animation-delay: 2s;
	opacity:0;
}
.title em{
	display: block;
	background:rgba(255,255,255,.4);
	border-radius:4px;
	padding:10px;
	width:656px;
	height:118px;
	box-sizing: border-box;
	color:#5d7e9d;
	margin:0 auto;
	font-size:18px;
	line-height:32px;
	margin-bottom:24px;
	animation: moveTan 2s 1 forwards;
	animation-delay: 3s;
	opacity:0;
}
.bannerimg{
	width:300px;
	height:300px;
	background:url(../img/upvote.png) no-repeat;
	margin:0 84px 170px 0;
	animation:banneran 2s infinite linear;
}
@keyframes banneran {
	0%{transform: translateY(0px);}
	50%{transform: translateY(-10px);}
	100%{transform: translateY(0px);}
}
@keyframes moveTan {
	0%{opacity:0;transform: translateY(20px);}
	100%{opacity:1;transform: translateY(0);}
}
h2{
	height:58px;
	text-align:center;
	margin-top:58px;
	font-size:38px;
	line-height:55px;
	font-weight:600;
	margin-bottom:50px;
}
h2 span{
	display:inline-block;
	border-bottom:solid 1px #e1e1e1;
}
h2 i{
	color:#3269ff;
	border-bottom:solid 3px #3269ff;
	line-height:56px;
}
.advantage{
	position:relative;
	overflow: hidden;
}
.advantage .box{
	display:flex;
	justify-content:center;
	align-items: center;
	font-size:18px;
	padding-bottom:50px;
}
.advantage img{
	margin-right:50px;
	transition:all .4s;
}
.advantage img:hover{
	transform: translateY(-15px);
}
.advantage p{
	width:530px;
	margin-right:50px;
	line-height:36px;
	text-indent: 2em;
}
.advantage i{
	color:#3269ff;
}
.promise,.service,.applicationFlow{
	background:url(../img/boxbg.jpg) no-repeat;
	height:576px;
}
.condition .box{
	display: block;
}
.condition p{
	width:780px;
	height:108px;
	border-radius:54px;
	background:#f1f6ff;
	padding:27px;
	box-sizing: border-box;
	text-align:left;
	margin:0 auto 20px auto;
	transition:all .4s;
}
.condition p:hover{
	transform: translateY(-8px);
}
.condition p i{
	display:inline-block;
	width:54px;
	height:54px;
	color:#fff;
	background:linear-gradient(to right bottom,#317bff,#6eb7ff);
	border-radius:27px;
	overflow:hidden;
	text-align:center;
	line-height:54px;
	text-indent:0;
	margin-right:20px;
	font-size:24px;
	vertical-align:middle;
}
.service dl{
	width:298px;
	height:355px;
	background:url(../img/servicebg.png) no-repeat;
	box-sizing: border-box;
	padding:19px 30px 10px 17px;
	transition:all .4s;
}
.service dl:hover{
	transform: translateY(-8px);
}
.service dt{
	width:200px;
	text-align:center;
	font-size:26px;
	color:#fff;
}
.service dd{
	width:242px;
	text-align:left;
	font-size:18px;
	color:#333;
	box-sizing: border-box;
	padding:46px 0 0 18px;
	line-height:35px;
}
.service dd p{
	text-indent: 0;
	width: 100%;
	margin-right:0;
}
.industry .box{
	flex-wrap: wrap;
	gap:20px;
}
.industryItem{
	width:216px;
	height:240px;
	border:solid 1px #e1e1e1;
	background:#fff;
	box-sizing: border-box;
	border-radius:4px;
	overflow:hidden;
}
.industryItem h3{
	height:58px;
	box-sizing: border-box;
	line-height:58px;
	text-align: center;
	border-bottom:solid 1px #e1e1e1;
	background:#f6f6f6;
	font-size:24px;
	margin-bottom:16px;
}
.industryItem span{
	display: block;
	text-align:center;
	line-height:36px;
}
.industryItem.plenty{
	width:332px;
}
.industryItem.plenty span{
	display:inline-block;
	width: 165px;
}
.industry .box>p{
	width:100%;
	text-align:center;
	padding-bottom:24px;
	color:#999;
}
.applicationFlow{
	height:395px;
	background-position:center bottom; 
}
.applicationFlow .box{
	background:url(../img/applicationFlowbg.png) no-repeat center 35px;
}
.applicationFlow p{
	width:104px;
	margin:0 85px;
	text-indent:0;
	text-align:center;
}
.footer{
	height:100px;
	background:#fff;
	position:fixed;
	z-index:9;
	left:0;
	bottom:0;
	width:100%;
	box-shadow:0 0 16px rgba(0,0,0,.1);
}
.footer .box{
	display:flex;
	align-items: center;
	justify-content:center;
	height:100px;
	font-size:24px;
	color:#333;
}
.footer i,.footer span{
	color:#fe3303;
}
.footer span{
	font-size:32px;
	font-weight:bold;
	animation:banneran 1s infinite linear ;
}
.footer i{
	display: block;
	width:48px;
	height:48px;
	background:url(../img/phone.png) no-repeat center center;
	margin:0 15px 0 50px;
	animation:banneran 1s infinite linear;
}
@media screen and (max-width:1200px){
	body{
		min-width:100%;
	}
	.box{
		width:100%;
		box-sizing: border-box;
		padding:0 24px;
	}
	.header .box>div a{
		display:none;
	}
	.banner{
		background-size:auto 442px;
		height:442px;
	}
	.banner .box{
		height:442px;
	}
	.bannerimg{
		width:200px;
		height:200px;
		background-size:100% 100%;
		margin:0 100px 100px 0;
	}
	.title{
		max-width:50%;
	}
	.title h1{
		font-size:46px;
	}
	.title p{font-size:20px;}
	.title em{
		width:100%;
		height:auto;
		font-size:16px;
	}
	.advantage .box{
		flex-wrap: wrap;
	}
	.service{
		height:auto;
		background-size:auto 100%;
	}
	.service dl{
		margin:0 60px;
	}
	.industryItem.plenty{
		width:242px;
	}
	.industryItem.plenty span{
		width:50%;
		font-size:16px;
	}
	.industryItem{
		width:154px;
	}
	.advantage p{
		width:428px;
	}
	.applicationFlow p{
		margin:0 69px;
		width:104px;
	}
	.condition p{
		width:85%;
	}
}
@media screen and (max-width:1023px){
	.title h1{
		font-size:32px;
	}
	.title p{
		font-size:15px;
	}
	.title span{
		width:100%;
		font-size:16px
	}
	.title em{
		font-size:14px;
	}
	.banner{
		background-size: auto 380px;
		height:380px;
	}
	.bannerimg{
		width:160px;
		height:160px;
		margin:0 41px 128px 0;
	}
	.banner .box{
		height:380px;
	}
	.promise{
		height:auto;
		background-size:auto 100%;
	}
	.service dl{
		margin:0 25px;
	}
	.industryItem{
		width: calc(20% - 20px)
	}
	.industryItem h3{
		height:45px;
		line-height:45px;
		font-size:20px;
	}
	.industryItem span{
		font-size:16px;
	}
	.industryItem.plenty{
		width: calc(30% - 20px)
	}
	.applicationFlow p{
		margin:0 15px;
	}
}
@media screen and (max-width:767px){
	.banner{
		height:580px;
		background-size:auto 580px;
	}
	.title{
		max-width:100%;
		margin-top:30px;
	}
	.banner .box{
		flex-wrap: wrap;
	}
	.title h1,.title p{
		text-align:center;
	}
	.banner .box{
		height:100%;
	}
	.bannerimg{
		margin:10px auto;
	}
	.advantage p,.advantage img{
		margin-right:0;
	}
	.condition p{
		margin:10px 0;
		width:100%;
		padding:30px;
		height:auto;
		border-radius:10px;
	}
	.condition p i{
		display: block;
		margin:0 auto;
	}
	.industryItem{
		width: calc(50% - 10px);
	}
	.industryItem.plenty{
		width:100%;
	}
	.industry .box{
		justify-content:start;
	}
	.applicationFlow .box{
		background:none;
	}
	.applicationFlow p{
		width:25%;
		margin:0;
		transform: scale(.75);
	}
	.footer .box{
		font-size:0;
	}
	.footer i{
		margin-left:0;
	}
	.header img{
		width:160px;
	}
}
@media screen and (max-width:413px){
	.title p{
		font-size:19px;
	}
	.header img{
		width:120px;
	}
	.title h1{
		font-size:30px;
	}
}
@media screen and (max-width:374px){
	.header span{
		font-size:12px;
	}
	.title h1{
		font-size:25px;
	}
	.title span{
		font-size:14px;
	}
	.title em{
		font-size:12px;
	}
	.advantage img{
		max-width:100%;
	}
	.industry .box>p{
		font-size:14px;
	}
	.footer span{
		font-size:27px;
	}
}