body {
	height: auto;
	background-color: #EEF3FA;
	background-image:none;
}

.header {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 912px;
	background-image: url(../img/teamwork/banner.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.header-li {
	margin: 232px 24px 0 0;
	width: 282px;
	height: 680px;
	background: #EEF3FA;
	box-shadow: 9px 9px 16px 0px rgba(163, 177, 203, 0.6), -9px -9px 16px 0px rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

.header-li-top {
	text-align: center;
	border-bottom: 1px solid #A3A3A3;
	margin: 56px 24px 0 24px;
}

.header-li-top img {
	height: 80px;
	width: 80px;
}

.header-li-top .title {
	font-size: 24px;
	color: #333B40;
	line-height: 32px;
	margin-top: 40px;
}

.header-li-top .introduce {
	font-size: 18px;
	font-weight: 400;
	color: #5B6A73;
	line-height: 25px;
	margin-top: 16px;
	padding-bottom: 24px;
}

.header .on-trial {
	width: 190px;
	height: 48px;
	background: #E7EEF5;
	box-shadow: inset 5px 5px 10px 0px rgba(163, 177, 203, 0.6), inset -5px -5px 10px 0px #FFFFFF;
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	margin: 48px auto 0 auto;
	line-height: 48px;
}

.header .on-trial a {
	color: #5B6A73;
}

.header-li-bottom {
	text-align: center;
}

.header-li-bottom .introduce {
	margin-top: 32px;
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #5B6A73;
	line-height: 25px;
}

.header-li-bottom .list {
	margin-top: 56px;
}

.header-li-bottom .list>div {
	display: flex;
	padding: 0 58px;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #5B6A73;
	line-height: 25px;
	margin-bottom: 24px;
}

.header-li-bottom .list img {
	width: 26px;
	height: 26px;
}

.middle {
	width: 1200px;
	margin: 125px auto 0 auto;
}

.middle-content {
	display: flex;
	padding: 0 36px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 117px;
}

.middle-img img {
	width: 414px;
	height: 287px;
}

.middle-introduce {
	height: 287px;
	width: 541px;
}

.middle-introduce h3 {
	margin-top: 35px;
	height: 33px;
	line-height: 33px;
	font-size: 24px;
}

.middle-introduce p {
	margin-top: 23px;
	font-size: 18px;
	font-weight: 400;
	color: #5B6A73;
	line-height: 26px;
}

.ensure {
	width: 1200px;
	height: 657px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.ensure-li {
	width: 384px;
	text-align: center;
}

.ensure-li img {
	width: 139px;
	height: 169px;
	margin-top: 49px;
}

.ensure-li h3 {
	margin-top: 49px;
	height: 33px;
	font-size: 24px;
	font-weight: 500;
	color: #333B40;
	line-height: 33px;
}

.ensure-li p {
	text-align: left;
	margin: 30px 24px 0 24px;
	font-size: 18px;
	font-weight: 400;
	color: #5B6A73;
	line-height: 26px;
}

.teamwork {
	width: 1156px;
	margin: 0 auto;
	text-align: center;
}

.teamwork h2 {
	height: 59px;
	font-size: 42px;
	font-weight: 500;
	color: #333B40;
	line-height: 59px;
}

.teamwork-procedure {
	display: flex;
	justify-content: space-around;
	margin-top: 135px;
}

.teamwork-procedure div p {
	font-size: 18px;
	font-weight: 400;
	color: #333B40;
	line-height: 25px;
	margin-top: 28px;
}

.teamwork-procedure img {
	width: 128px;
	height: 12px;
	padding-top: 44px;
}

.teamwork-procedure div img {
	width: 60px;
	height: 60px;
	padding-top: 0px;
}

.teamwork .button {
	width: 210px;
	height: 100px;
	background: url(../img/teamwork/矩形.png);
	text-align: center;
	line-height: 100px;
	margin: 155px auto 0 auto;
}

.problem {
	width: 842px;
	margin: 115px auto 0 auto;
}

.problem h2 {
	height: 59px;
	font-size: 42px;
	font-weight: 500;
	color: #333B40;
	line-height: 59px;
	text-align: center;
	margin-bottom: 61px;
}

.problem-li {
	padding-top: 41px;
}

.problem div:not(:last-child) {
	border-bottom: #23344C 1px dashed;
}

.problem-li h3 {
	height: 33px;
	font-size: 24px;
	font-weight: 500;
	color: #333B40;
	line-height: 33px;
}

.problem-li p {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #5B6A73;
	line-height: 26px;
	padding-bottom: 16px;
}

.foot {
	width: 1200px;
	margin: 316px auto 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 56px;
	border-bottom: 1px solid #D8D8D8;
}

.foot h3 {
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin-bottom: 6px;
}

.foot-logo img {
	width: 141px;
	height: 40px;
}

.foot-logo .foot-icon img {
	width: 60px;
	height: 60px;
	margin: 20px 20px 0 0;
}

.foot-service div {
	height: 32px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}

.foot-phone {
	height: 32px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}

.foot-code .code {
	margin-top: 14px;
	display: flex;
}

.foot-code .code img {
	height: 120px;
	width: 120px;
	margin-right: 20px;
}

.record {
	height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	text-align: center;
	margin-top: 19px;
	padding-bottom: 159px;
}

.record a {
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
