/*1、index*/
.container.index {
	overflow: hidden;
}
.index .wrap {
	width: 100%;
	height: 400%;
}
.index .wrap section {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
.index .wrap .banner {
	width: 100vw;
	height: 100vh;
	margin-top: 15vh;
	box-sizing: border-box;
	position: relative;
}
.index .wrap section:nth-of-type(2), .index .wrap section:nth-of-type(3) {
	padding: 35vh 20% 0 20%;
	box-sizing: border-box;
	background: white;
}
/*index:banner*/
.index .banner ul {
	width: 300%;
	height: 100vh;
}
.index .banner ul li {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.index .banner ul li img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.index .banner .Pd-ImageSwitch {
	width: 50px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 20vh;
	left: calc(50% - 50px / 2);
	z-index: 5;
}
.index .banner .Pd-ImageSwitch a {
	width: 10px;
	height: 10px;
	background: white;
	opacity: .3;
	display: block;
	border-radius: 50%;
}
.index .banner .Pd-ImageSwitch a.active {
	opacity: .8;
}
.index .banner ul li a {
	width: 200px;
	height: 50px;
	color: white;
	letter-spacing: 3px;
	background: rgba(255,255,255,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(50% - 200px / 2);
	bottom: 25vh;
}
.index .banner ul li:nth-of-type(3) a {
	background: rgba(0,0,0,.4);
	left: 18.5vw;
	top: 38vh;
}
/*index:公司介绍*/
.index .introduction {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .introduction .video {
	background: white;
	width: 600px;
	height: 330px;
	object-fit: contain;
	overflow: hidden;
}
.index .introduction .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .introduction .text {
	width: 39%;
}
.index .introduction .text p {
	width: 100%;
	line-height: 1.8rem;
	font-size: 1rem;
	padding-top: 10px;
	text-indent: 2em;
	text-align: justify;
}
/*index:合作伙伴+新闻中心*/
.index .partner_news {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .partner_news .partner {
	width: 33%;
	height: 100%;
}
.index .partner_news .partner h2 {
	margin-bottom: 60px;
}
.index .partner_news .partner ul {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1vh;
}
.index .partner_news .partner ul li {
	width: 27%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .partner_news .partner ul li.partners_1 {
	background: url(../images/partners_1.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_2 {
	background: url(../images/partners_2.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_3 {
	background: url(../images/partners_3.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_4 {
	background: url(../images/partners_4.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_5 {
	background: url(../images/partners_5.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_6 {
	background: url(../images/partners_6.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_7 {
	background: url(../images/partners_7.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_8 {
	background: url(../images/partners_8.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.partners_9 {
	background: url(../images/partners_9.png) center center no-repeat;
	background-size: contain;
}
.index .partner_news .partner ul li.em {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.index .partner_news .partner ul li em {
	width: 4px;
	height: 4px;
	background: #333333;
	border-radius: 50%;
}
.index .partner_news .news {
	width: 60%;
	height: 100%;
}
.index .partner_news .news h2 {
	margin-bottom: 30px;
}
.index .partner_news .news ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.index .partner_news .news ul li {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.index .partner_news .news ul li:last-child {
	margin-bottom: 0;
}
.index .partner_news .news ul li .data {
	width: 80px;
	height: 80px;
	color: white;
	background: #00a9ce;
	box-sizing: border-box;
	position: relative;
}
.index .partner_news .news ul li .data:before {
	width: 60px;
	height: 5px;
	content: '';
	background: #b2e5f0;
	position: absolute;
	left: 10px;
	bottom: -5px;
}
.index .partner_news .news ul li .data time {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .partner_news .news ul li .data time:nth-of-type(1) {
	height: 20px;
	padding-top: 12px;
}
.index .partner_news .news ul li .data time:nth-of-type(2) {
	height: 40px;
	font-size: 2rem;
}
.index .partner_news .news ul li .imgs {
	width: 150px;
	height: 100%;
	box-sizing: border-box;
}
.index .partner_news .news ul li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .partner_news .news ul li .text {
	width: 62%;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
}
.index .partner_news .news ul li .text h3 {
	width: 100%;
	height: 1.5rem;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}
.index .partner_news .news ul li .text p {
	width: 85%;
	font-size: .9rem;
	line-height: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.index .partner_news .news ul li .text a {
	width: max-content;
	height: 2.5rem;
	font-size: .95rem;
	color: #00a9ce;
	display: flex;
	align-items: center;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.index .solution_footer {
	width: 100%;
	height: auto;
	margin-top: 15vh;
}
.index .solution_footer a {
	width: 100%;
	height: 72vh;
	display: block;
}
.index .solution_footer .solution {
	background: url(../images/solution.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
/*2、about*/
.container.about {
	height: auto;
	overflow-x: hidden;
}
.container.about .about_bg {
	background: url(../images/about_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
}
.about .main {
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	overflow-x: hidden;
}
.about .main ul {
	width: 15%;
	height: 550px;
	box-sizing: border-box;
	padding-top: 7%;
}
.about .main ul li {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}
.about .main ul li:first-child {
	height: 70px;
}
.about .main ul li h2 {
	height: 3em;
	position: relative;
}
.about .main ul li h2:before {
	content: '';
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	position: absolute;
	left: 0;
	bottom: 0;
}
.about .main ul li a {
	width: 100%;
	height: 100%;
	color: #838383;
	border-bottom: 1px solid #838383;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .main ul li a.cur {
	color: #00a0e9;
	border-bottom: 1px solid #00a0e9;
}
.about .main .about_story {
	background: url(../images/about_story.jpg) top center no-repeat;
	width: 80%;
	height: 600px;
	background-size: contain;
}
.about .main .about_memorabilia {
	background: white url(../images/about_memorabilia.png) top center no-repeat;
	width: 80%;
	height: 1000px;
	background-size: contain;
}
/*news*/
.container.news {
	height: auto;
	position: relative;
}
.container.news .news_bg {
	background: url(../images/news_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
}
.container.news .main {
	width: 1000px;
	box-sizing: border-box;
	margin: 5% auto;
}
.container.news ul.main li {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.container.news ul.main li:last-child {
	margin-bottom: 0;
}
.container.news ul.main li .data {
	width: 80px;
	height: 80px;
	color: white;
	background: #00a9ce;
	box-sizing: border-box;
	position: relative;
}
.container.news ul.main li .data:before {
	width: 60px;
	height: 5px;
	content: '';
	background: #b2e5f0;
	position: absolute;
	left: 10px;
	bottom: -5px;
}
.container.news ul.main li .data time {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container.news ul.main li .data time:nth-of-type(1) {
	height: 20px;
	padding-top: 12px;
}
.container.news ul.main li .data time:nth-of-type(2) {
	height: 40px;
	font-size: 2rem;
}
.container.news ul.main li .imgs {
	width: 250px;
	height: 100%;
	box-sizing: border-box;
}
.container.news ul.main li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container.news ul.main li .text {
	width: 600px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.container.news ul.main li .text h3 {
	width: 100%;
	line-height: 2rem;
	font-size: 1.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.container.news .ellipsis {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.container.news .em {
	width: 100%;
	height: 3vh;
}
.container.news .em span {
	width: max-content;
	height: 25px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.container.news .em span em {
	width: 3px;
	height: 3px;
	background: black;
	border-radius: 50%;
	margin: 0 1px;
}
.container.news .ellipsis p {
	max-height: 50px;
	line-height: 25px;
}
.container.news .details {
	width: 100%;
	height: 3vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container.news .details span {
	width: max-content;
	height: 100%;
	display: flex;
	align-items: center;
}
.container.news em.ellipsis {
	width: 3px;
	height: 3px;
	display: block;
	background: black;
	border-radius: 50%;
	margin: 0 1px;
}
.container.news .ellipsis em.cur {
	background: white;
}
.container.news ul.main li a {
	width: 20%;
	height: 100%;
	font-size: .95rem;
	color: #00a9ce;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: 79%;
}
/*分页*/
.container.news .page {
	width: 1000px;
	height: 40px;
	color: #8c8c8c;
	margin: 50px auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
}
/*2.1、news_page*/
.news_page .main .text {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.news_page .main .text .btn_back {
	width: 100%;
	height: 3rem;
	color: #00a9ce;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.news_page .main .text h2 {
	width: 100%;
	line-height: 3rem;
	text-align: center;
}
.news_page .main .text time {
	width: 100%;
	height: 2rem;
	font-size: .9rem;
	color: #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2vh;
}
/*join*/
.container.join {
	height: auto;
}
.join .main {
	width: 50%;
	margin: 10vh auto 0 auto;
}
.join .join_bg {
	background: url(../images/join_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
	overflow: hidden;
}
.join h2 {
	width: 100%;
	height: 2.5rem;
	font-size: 1rem;
	color: white;
	display: flex;
	align-items: center;
	padding-left: 15px;
	letter-spacing: .1rem;
	background: linear-gradient(to right, #00a0e9, #fff);
	box-sizing: border-box;
}
.join .contacts {
	width: 100%;
	height: auto;
}
.join .contacts ul {
	width: 100%;
	height: auto;
	color: #333;
	padding: 3% 10%;
	background: #fafafa;
	box-sizing: border-box;
}
.join .contacts li.text {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.join .contacts li.input {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join .contacts li.company {
	justify-content: space-between;
}
.join .contacts li span {
	width: max-content;
	height: 100%;
	display: flex;
}
.join .contacts li span.department {
	margin-left: 41%;
}
.join .contacts li span p {
	width: 100px;
	height: 100%;
	font-size: .95rem;
	display: flex;
	align-items: center;
}
.join .contacts li span p.mark {
	width: 10px;
	height: 100%;
	color: #00a0e9;
	padding-top: 5px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.join .contacts li .email p.mark {
	opacity: 0;
}
.join .contacts li input {
	-webkit-appearance: none;
	width: 40%;
	height: 100%;
	border: 1px solid #bfbfbf;
	margin-left: 15px;
	box-sizing: border-box;
	text-indent: 1em;
	background: white;
}
.join .contacts li input.department {
	width: 320px;
}
.join .contacts li span.num_code {
	margin-left: 63.5%;
}
.join .contacts li input.num_code {
	width: 150px;
}
.join .contacts li span.num_code p {
	width: max-content;
}
.join .contacts li .send {
	width: 150px;
	height: 100%;
	color: white;
	display: flex;
	background: #00a0e9;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin: 0 50px 0 30px;
	border: none;
	text-indent: 0;
}
.join .information {
	width: 100%;
	height: auto;
}
.join .information ul {
	width: 100%;
	height: auto;
	color: #333;
	padding: 3% 10%;
	background: #fafafa;
	box-sizing: border-box;
}
.join .information li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.join .information li.text {
	width: 100%;
	height: 2rem;
}
.join .information li.select {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	justify-content: space-between;
	box-sizing: border-box;
}
.join .information li.radio {
	padding-left: 10px;
	height: 35px;
	flex-wrap: wrap;
}
.join .information li span {
	width: max-content;
	height: 100%;
	display: flex;
}
.join .information li span.product {
	margin-left: 41%;
}
.join .information li span p.mark {
	width: 10px;
	height: 100%;
	color: #00a0e9;
	padding-top: 5px;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.join .information li span p {
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
}
.join .information li select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	width: 300px;
	height: 100%;
	color: #959595;
	background: #fff url(../images/icon_down.png) center right no-repeat;
	border: 1px solid #bfbfbf;
	margin-left: 15px;
	box-sizing: border-box;
	padding-left: 1em;
}
.join .information li select.product {
	width: 320px;
}
.join .information .radio {
	width: 100%;
	height: auto;
	color: #333;
	padding: 3% 10%;
	background: #fafafa;
	box-sizing: border-box;
	display: flex;
}
.join .information .radio .input {
	height: auto;
	width: 30px;
	display: flex;
	flex-flow: column;
	align-items: center;
	box-sizing: border-box;
	margin: 0 5px 0 10px;
}
.join .information .radio .em {
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
}
.join .information .radio input {
	-webkit-appearance: none;
	background: url(../images/btn_radio.png) center center no-repeat;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	margin: 7px 0;
}
.join .information .radio input:checked {
	background: url(../images/btn_radioed.png) center center no-repeat;
}
.join .information .radio em {
	width: max-content;
	height: 30px;
	font-size: .9rem;
	display: inline-flex;
	align-items: center;
}
.join .confirm {
	width: 150px;
	height: 40px;
	color: white;
	margin: 6vh auto 10vh auto;
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	display: flex;
	align-items: center;
	justify-content: center;
}
/*contact*/
.container.contact {
	height: auto;
}
.contact .contact_bg {
	background: url(../images/contact_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
	overflow: hidden;
}
.contact .main {
	width: 1000px;
	height: auto;
	box-sizing: border-box;
	background: white;
	margin: 10vh auto;
}
.contact .main li {
	display: flex;
	width: 100%;
}
.contact .main li h2 {
	height: 50px;
	font-size: 1em;
	font-weight: bold;
	color: white;
	background: #00a0e9;
	border-right: 2px solid #80d0f4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}
.contact .main li h2:nth-of-type(1) {
	width: 330px;
	border-left: 2px solid #00a0e9;
}
.contact .main li h2:nth-of-type(2) {
	width: 470px;
}
.contact .main li h2:nth-of-type(3) {
	width: 200px;
	border-right: 2px solid #00a0e9;
}
.contact .main li h2:nth-of-type(4) {
	width: 200px;
	border-right: 2px solid #00a0e9;
}
.contact .main li p {
	height: 50px;
	font-size: .85em;
	font-weight: bold;
	color: #707070;
	background: white;
	padding-left: 20px;
	border-right: 2px solid #00a0e9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	letter-spacing: 1px;
}
.contact .main li p:nth-of-type(1) {
	width: 330px;
	color: #00a0e9;
	padding: 0;
	justify-content: center;
	border-left: 2px solid #00a0e9;
}
.contact .main li p:nth-of-type(2) {
	width: 470px;
	color: #00a0e9;
}
.contact .main li p:nth-of-type(3) {
	width: 200px;
}
.contact .main li p:nth-of-type(4) {
	width: 200px;
	font-size: .8em;
}
.contact .main li:nth-of-type(3) p, .contact .main li:nth-of-type(5) p, .contact .main li:nth-of-type(7) p, .contact .main li:nth-of-type(9) p, .contact .main li:nth-of-type(11) p, .contact .main li:nth-of-type(13) p, .contact .main li:nth-of-type(15) p, .contact .main li:nth-of-type(17) p, .contact .main li:nth-of-type(19) p, .contact .main li:nth-of-type(21) p, .contact .main li:nth-of-type(23) p, .contact .main li:nth-of-type(25) p, .contact .main li:nth-of-type(27) p, .contact .main li:nth-of-type(29) p {
	background: #e9f6ff;
}
.contact .main li:last-child {
	border-bottom: 2px solid #00a0e9;
}
/*解决方案*/
.container.solution {
	height: auto;
}
.container.solution .solution_bg {
	background: url(../images/solution_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
}
.container.solution .main {
	width: 1000px;
	height: 450px;
	margin: 8vh auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container.solution .solutions_bg {
	background: url(../images/solutions_bg.jpg) left center no-repeat;
	width: 49%;
	height: 100%;
	background-size: cover;
}
.container.solution .right {
	width: 49%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.container.solution .right li {
	width: 100%;
	height: 35%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container.solution .right li:last-child {
	margin-bottom: 0;
	height: 20%;
}
.container.solution .right li a {
	width: 48%;
	height: 100%;
}
.container.solution .right li .education_bg {
	background: url(../images/education_bg.jpg) center center no-repeat;
	background-size: cover;
}
.container.solution .right li .financial_bg {
	background: url(../images/financial_bg.jpg) center center no-repeat;
	background-size: cover;
}
.container.solution .right li .medical_bg {
	background: url(../images/medical_bg.jpg) center center no-repeat;
	background-size: cover;
}
.container.solution .right li .services_bg {
	background: url(../images/services_bg.jpg) center center no-repeat;
	background-size: cover;
}
.container.solution .right li .wait_bg {
	background: url(../images/wait_bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
}
/*解决方案：列表*/
.container.solutions .solution_bg {
	background: url(../images/solution_bg.jpg) center center no-repeat;
	width: 100%;
	height: 25vh;
	background-size: cover;
	margin-top: 15vh;
	box-sizing: border-box;
}
.solutions .main {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	overflow-x: hidden;
}
.solutions .main .menu {
	width: 180px;
	height: 550px;
	box-sizing: border-box;
	padding-top: 7%;
}
.solutions .main .menu li {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}
.solutions .main .menu li:first-child {
	height: 70px;
}
.solutions .main .menu li h2 {
	height: 3em;
	font-size: 1.1rem;
	position: relative;
	padding-left: 25px;
	background-size: 20px;
}
.solutions .main .menu li h2:before {
	content: '';
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	position: absolute;
	left: 0;
	bottom: 0;
}
.solutions .main .menu li a {
	width: 100%;
	height: 100%;
	color: #838383;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.solutions .main .menu li a.cur {
	color: #00a0e9;
}
/*产品解决方案：显示隐藏*/
.solutions .main .solutions_box {
	width: 75%;
	height: auto;
}
.solutions .solutions_box .box {
	width: 100%;
	height: auto;
}
.solutions .solutions_box .box h2 {
	width: 100%;
	height: 4vh;
	color: white;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(to right, #00a0e9, #fff);
	text-indent: .5em;
}
.solutions .solutions_box .box ul {
	padding: 2vh 0 3vh 0;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.solutions .solutions_box .box li {
	width: 24%;
	height: auto;
	margin: 0 10px 15px 0;
	box-sizing: border-box;
}
.solutions .solutions_box .box li:nth-of-type(4), .solutions .solutions_box .box li:nth-of-type(8), .solutions .solutions_box .box li:nth-of-type(12) {
	margin-right: 0;
}
.solutions .solutions_box .box a {
	width: 100%;
	height: auto;
	display: block;
}
.solutions .solutions_box .box .img {
	width: 100%;
	height: 200px;
}
.solutions .solutions_box .box .img img {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	object-fit: contain;
}
.solutions .solutions_box .box h3 {
	width: 100%;
	line-height: 1.5em;
	font-size: .9em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: .5vh auto;
}
.solutions .solutions_box .box h4 {
	width: 100%;
	line-height: 1.5em;
	font-size: .9em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
}
/*专业教育：显示隐藏*/
.solutions .education_box {
	width: 75%;
	height: auto;
	text-align: center;
}
.solutions .financial_box {
	width: 75%;
	height: auto;
	text-align: center;
}
.solutions .education_box .img {
	width: 100%;
	height: 25vh;
	margin-bottom: 5vh;
}
.solutions .education_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutions .education_box button {
	background-size: 75%;
	font-size: 1em;
	margin: 5vh auto 8vh auto;
}
.solutions .education_box .education_text {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.solutions .education_box .education_text p {
	width: 100%;
	line-height: 2em;
	color: #535252;
	text-align: justify;
	margin: 1vh auto;
}
.solutions .education_box .ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: none;
}
.solutions .education_box .ul li {
	width: 31%;
	height: auto;
	background: #eee;
	margin-bottom: 3vh;
}
.solutions .education_box .ul li h3 {
	width: 100%;
	height: 5vh;
	font-size: 1.5em;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom left, #00a0e9, #1ba13c);
}
.solutions .education_box .ul li .box {
	width: 90%;
	border: 1px solid #b0b2b0;
	border-radius: 5px;
	margin: 3vh auto;
	position: relative;
	box-sizing: border-box;
	padding: 20px 5px 5px 10px;
	background-color: #f8ffef;
}
.solutions .education_box .ul li .box:last-child {
	margin-bottom: 2vh;
}
.solutions .education_box .ul li .box h4 {
	margin: 0;
	width: max-content;
	height: 1.6em;
	font-size: 1em;
	background: #1ba13a;
	padding: 2px 15px;
	border-radius: 50px;
	color: white;
	font-weight: normal;
	position: absolute;
	left: 8px;
	top: -.8em;
}
.solutions .education_box .ul li .box p {
	width: 100%;
	line-height: 1.5em;
	font-size: 1em;
	display: flex;
	text-align: left;
	justify-content: space-between;
}
.solutions .education_box .ul li .box em {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	margin-top: 1vh;
}
.solutions .education_box .ul li .box span {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.solutions .education_box .ul li .box .level1 {
	color: #1ba13a;
}
.solutions .education_box .ul li .box .level2 {
	color: #027bb2;
}
.solutions .education_box .ul li .box .level3 {
	color: #f23c3f;
}
.solutions .education_box .ul li .box .level1 em {
	background: #1ba13a;
}
.solutions .education_box .ul li .box .level2 em {
	background: #027bb2;
}
.solutions .education_box .ul li .box .level3 em {
	background: #f23c3f;
}
.solutions .education_box .note {
	width: 100%;
	height: 4vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(to bottom, #eee, #fff);
	display: none;
}
.solutions .education_box .note p {
	width: max-content;
	line-height: 1.5em;
	font-size: 1em;
	margin-right: 1.5vw;
	display: flex;
	text-align: left;
	justify-content: space-between;
}
.solutions .education_box .note p:last-child {
	margin-right: 1vw;
}
.solutions .education_box .note p em {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	margin-top: 1vh;
}
.solutions .education_box .note p.level1 {
	color: #1ba13a;
}
.solutions .education_box .note p.level2 {
	color: #027bb2;
}
.solutions .education_box .note p.level3 {
	color: #f23c3f;
}
.solutions .education_box .note p.level1 em {
	background: #1ba13a;
}
.solutions .education_box .note p.level2 em {
	background: #027bb2;
}
.solutions .education_box .note p.level3 em {
	background: #f23c3f;
}
.solutions .education_box .note p span {
	width: max-content;
	margin-left: .5vw;
}
/*金融方案：显示隐藏*/
/*
.solutions .financial_box {
	width: 900px;
	height: auto;
	text-align: center;
}
*/
.solutions .financial_box .img {
	width: 100%;
	height: 15vh;
	margin-bottom: 5vh;
}
.solutions .financial_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutions .financial_box .em {
	width: 100%;
	line-height: 2em;
	font-size: 1em;
	position: relative;
	color: #333;
	display: block;
	text-align: center;
}
.solutions .financial_box .em:before {
	content: '';
	width: 45px;
	height: 45px;
	background: url(../images/financial_2.png) center center no-repeat;
	background-size: 45px;
	position: absolute;
	left: 8%;
	top: -8%;
}
.solutions .financial_box .em:after {
	content: '';
	width: 45px;
	height: 45px;
	background: url(../images/financial_3.png) center center no-repeat;
	background-size: 45px;
	position: absolute;
	right: 20%;
	bottom: -8%;
}
.solutions .financial_box .h3 {
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	width: 400px;
	margin: 7vh auto 5vh auto;
	padding: 0;
	justify-content: center;
}
.solutions .financial_box .ul {
	width: 100%;
	height: auto;
	margin-bottom: 5vh;
}
.solutions .financial_box .ul li {
	width: 100%;
	height: 5vh;
	display: flex;
}
.solutions .financial_box .ul li:nth-of-type(3), .solutions .financial_box .ul li:nth-of-type(5), .solutions .financial_box .ul li:nth-of-type(7) {
	background: #e9f6ff;
}
.solutions .financial_box .ul li h2 {
	width: 65%;
	height: 100%;
	line-height: 2em;
	font-size: 1.1em;
	background: #00a0e9;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
}
.solutions .financial_box .ul li h2:nth-of-type(2) {
	width: 35%;
}
.solutions .financial_box .ul li h3 {
	width: 20%;
	height: 100%;
	font-size: 1em;
	color: #00a0e9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solutions .financial_box .ul li p {
	width: 45%;
	height: 100%;
	font-size: .9em;
	color: #00a0e9;
	font-weight: bold;
	border-left: 1px solid #00a0e9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-indent: 3.5vw;
}
.solutions .financial_box .ul li p:nth-of-type(2) {
	width: 35%;
	color: #707070;
	font-weight: normal;
}
.solutions .financial_box .h4 {
	background: url(../images/h4_bg.png) center center no-repeat;
	width: 275px;
	height: 77px;
	font-size: 1.2em;
	color: white;
	background-size: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
	text-indent: 1vw;
}
.solutions .financial_box .financial_text1 {
	background: url(../images/financial_text1.png) center center no-repeat;
	width: 573px;
	height: 28px;
	background-size: 70%;
	margin: 2vh auto;
}
.solutions .financial_box .financial_text2 {
	background: url(../images/financial_text2.png) center center no-repeat;
	width: 774px;
	height: 27px;
	background-size: 70%;
	margin: 2vh auto;
	box-sizing: border-box;
}
.solutions .financial_box .financial_text3 {
	background: url(../images/financial_text.png) center center no-repeat;
	width: 852px;
	height: 250px;
	background-size: 70%;
	margin: 0 auto;
}
.solutions .financial_box button {
	background-size: 75%;
	font-size: 1em;
	margin: 5vh auto 8vh auto;
}
/*医学工程设计：显示隐藏*/
.solutions .medical_box {
	width: 75%;
	height: auto;
	text-align: center;
}
.solutions .medical_box .img {
	width: 100%;
	height: 15vh;
	margin-bottom: 5vh;
}
.solutions .medical_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutions .medical_box .h2 {
	width: 100%;
	height: 2em;
	font-size: 1.3em;
	color: #1ba13a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.solutions .medical_box .h2:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/medical_2.png) center center no-repeat;
	background-size: 40px;
	position: absolute;
	left: 15%;
	top: 2%;
}
.solutions .medical_box .h2:after {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/medical_3.png) center center no-repeat;
	background-size: 40px;
	position: absolute;
	right: 16%;
	top: 2%;
}
.solutions .medical_box .h3 {
	padding: 0;
	justify-content: center;
}
.solutions .medical_box .h3:nth-of-type(1) {
	width: 400px;
}
.solutions .medical_box .h3:nth-of-type(2) {
	width: 550px;
}
.solutions .medical_box .h3:nth-of-type(3) {
	width: 400px;
}
.solutions .medical_box p {
	width: 100%;
	font-size: 1em;
	line-height: 2em;
	margin: 3vh auto 5vh auto;
	text-align: left;
}
.solutions .medical_box .p {
	margin-bottom: 0;
}
.solutions .medical_box p em {
	color: #00a0e9;
}
.solutions .medical_box .medical_text {
	background: url(../images/medical_text.png) center center no-repeat;
	width: 600px;
	height: 200px;
	background-size: contain;
	margin: 1vh auto 2vh auto;
}
.solutions .medical_box button {
	background-size: 75%;
	font-size: 1em;
	margin: 5vh auto 8vh auto;
}
/*售后技术支持：显示隐藏*/
.solutions .services_box {
	width: 75%;
	height: auto;
	text-align: center;
}
.solutions .services_box .img {
	width: 100%;
	height: 15vh;
	margin-bottom: 5vh;
}
.solutions .services_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutions .h3 {
	background: linear-gradient(to right, #78c2f8, #1ca0ff);
	width: 200px;
	height: 5vh;
	font-size: 1em;
	color: white;
	padding-left: 50px;
	border-radius: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.solutions .services_box .h3 img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-right: 15px;
	box-sizing: border-box;
}
.solutions .services_box p {
	width: 100%;
	line-height: 2em;
	color: #535252;
	text-align: justify;
	margin: 3vh 0 5vh 0;
}
.solutions .services_box button {
	background-size: 75%;
	font-size: 1em;
	margin: 5vh auto 8vh auto;
}
/*产品解决方案：详情*/
.solutions .solutiondetails_box {
	width: 75%;
	height: auto;
	text-align: center;
}
.solutiondetails_box .top {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #333;
	position: relative;
}
.solutiondetails_box .top .banner {
	width: 50%;
	height: 240px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.solutiondetails_box .top .swiper-container {
	width: 240px;
	height: 240px;
}
.solutiondetails_box .top .swiper-wrapper {
	width: 240px;
	height: 240px;
}
.solutiondetails_box .top .swiper-slide {
	width: 100%;
	height: 100%;
}
.solutiondetails_box .top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.solutiondetails_box .swiper-button-prev {
	background: url(../images/icon_next.png) center center no-repeat;
	left: 0;
	background-size: 25px;
	width: 35px;
	transform: rotate(180deg);
}
.solutiondetails_box .swiper-button-next {
	right: 0;
	background-size: 25px;
	width: 35px;
}
.solutiondetails_box .top .title {
	width: 45%;
	margin-left: 5%;
	text-align: left;
}
.solutiondetails_box .top .title h3 {
	width: 100%;
	font-size: 1.3em;
	font-weight: normal;
}
.solutiondetails_box .top .title h2 {
	width: 100%;
	line-height: 1.3em;
	font-size: 2em;
	margin: .5vh 0 4vh 0;
	position: relative;
}
.solutiondetails_box .top .title h2:before {
	content: '';
	width: 2.5vw;
	height: .7vh;
	background: #333;
	border-radius: 15px;
	position: absolute;
	left: 0;
	bottom: -2vh;
}
.solutiondetails_box .top .title em {
	width: 100%;
	display: block;
	font-size: 1em;
	color: #707070;
}
.solutiondetails_box .top .title button {
	width: 200px;
	height: 40px;
	font-size: 1em;
	background-size: 100%;
	margin-top: .5vh;
}
.solutiondetails_box .contentbox {
	width: 80%;
	height: auto;
	padding: 5vh 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.solutiondetails_box .contentbox p {
	width: 100%;
	line-height: 2em;
	font-size: 1em;
	text-align: center;
}
.solutiondetails_box .contentbox .img {
	width: 400px;
	height: 400px;
	margin: 3vh auto;
}
.solutiondetails_box .contentbox .img img {
	width: 100%;
	height: 100%;
	background-size: cover;
}
/*search*/
.search {
	color: #333;
}
.search nav {
	position: relative;
	box-shadow: none;
}
.search nav:before {
	content: '';
	width: 70%;
	height: .5vh;
	background: linear-gradient(to right, #00a0e9, #1ba13c);
	position: absolute;
	left: 15%;
	bottom: 0;
}
.search footer {
	position: fixed;
	bottom: 0;
}
.search .main {
	width: 70%;
	margin: 5vh auto 20vh auto;
	text-align: center;
}
.search .main h2 {
	width: 100%;
	font-size: 1.2em;
	border-bottom: 1.5px solid #dcdcdc;
	padding-bottom: 1vh;
	margin: 3vh auto;
	justify-content: flex-start;
	text-align: left;
}
.search .main h3 {
	width: 100%;
	height: 6vh;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 3vh;
}
.search .main h3 em {
	width: max-content;
	font-size: .8em;
	color: #707070;
	margin-left: .5vw;
}
.search .search_1 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.search .search_1 li {
	width: 19%;
	height: auto;
	box-sizing: border-box;
	margin: 0 1% 3% 0;
}
.search .search_1 li a {
	width: 100%;
	height: auto;
	display: block;
}
.search .search_1 li .img {
	width: 100%;
	height: 260px;
}
.search .search_1 li .img img {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	object-fit: contain;
}
.search .search_1 li h3 {
	width: 100%;
	height: 3vh;
	font-size: .9em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: .5vh auto;
}
.search .search_1 li h4 {
	width: 100%;
	line-height: 1.5em;
	font-size: .9em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
}
.search .main .note {
	width: 100%;
	height: 2em;
	font-size: 1em;
	margin-bottom: 1vh;
	display: flex;
	align-items: center;
}
.search .main .note em {
	margin: 0 5px;
}
.search .search_2 {
	width: 100%;
	height: auto;
	margin-bottom: 5vh;
}
.search .search_2 li {
	width: 100%;
	height: auto;
	margin-bottom: 1.5vh;
}
.search .search_2 li a {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.search .search_2 li a p {
	width: max-content;
	height: auto;
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: left;
	color: #0033cc;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #bfcbf2;
}
.search .search_2 li a p:nth-of-type(2) {
	width: 100%;
	font-size: .95em;
	color: #838383;
	border-bottom: none;
	margin-top: .5vh;
}
.search button {
	background-size: 75%;
	font-size: 1em;
	margin: 5vh auto 8vh auto;
	letter-spacing: .1em;
}

/*max-width: 1366px*/
@media screen and (max-width: 1366px) {
nav {
	padding: 0 5%;
}
nav .logo {
	width: 35%;
}
nav ul {
	width: 65%;
}
	footer ul {
		padding: 0 10%;
	}
.index .wrap section:nth-of-type(2), .index .wrap section:nth-of-type(3) {
	padding: 35vh 10% 0 10%;
}
.container .float {
	right: 1.5%;
}
.solutions .main {
	width: 1000px;
}
.solutions .medical_box .h2:before {
	left: 12%;
}
.solutions .medical_box .h2:after {
	right: 12%;
}
.solutions .financial_box .em:before {
	left: 1%;
}
.solutions .financial_box .em:after {
	right: 1%;
}
.join .main {
	width: 65%;
}
.solutions .education_box .img {
	height: 30vh;
}
.solutions .education_box .img img {
	object-fit: cover;
}
}

/*max-width: 1280px*/
@media screen and (max-width: 1280px) {
/*1、index*/
.index .wrap section:nth-of-type(2), .index .wrap section:nth-of-type(3) {
	padding: 30vh 13% 0 10%;
}
.index .solution_footer a {
	height: 72vh;
}
.index .solution_footer .solution {
	background: url(../images/solution_12.jpg) center center no-repeat;
	height: 100%;
	background-size: cover;
}
.index .introduction .video {
	width: 45%;
	height: 250px;
}
.index .introduction .text {
	width: 51%;
}
.index .partner_news .news {
	width: 65%;
}
.index .partner_news .partner {
	width: 30%;
}
.index .partner_news .news ul li .text {
	width: 57%;
}
.index .partner_news .news ul li .text p {
	width: 83%;
}
.index .partner_news .partner ul li a {
	font-size: 1rem;
}
.index .banner ul li:nth-of-type(3) a {
	left: 120px;
	top: 40vh;
}
.about .main {
	width: 73%;
}
.container.news .news_bg {
	height: 17vh;
}
.container.news ul.main {
	width: 70%;
}
.container.news ul.main li .imgs {
	width: 190px;
}
.container.news ul.main li .text {
	width: 530px;
}
.container.news .page {
	width: 70%;
}
.join .join_bg {
	height: 17vh;
}
.join .main {
	width: 70%;
}
.join .contacts li .send {
	margin: 0 60px 0 30px;
}
.join .contacts li span.num_code {
	margin-left: 58%;
}
.join .contacts li input.num_code {
	margin-left: 35px;
}
.join .contacts li span.department {
	margin-left: 32%;
}
.join .information li span.product {
	margin-left: 32%;
}
.container.solution .solution_bg {
	height: 17vh;
}
.container.solution .main {
	width: 850px;
	height: 400px;
}
.container.solution .solutions_bg {
	background: url(../images/solutions_bg.jpg) left bottom no-repeat;
	background-size: cover;
}
.solutions .main {
	width: 70%;
}
.solutions .main .menu {
	width: 17%;
}
.solutions .main .solutions_box {
	width: 75%;
}
.solutions .solutions_box .box li {
	width: 30%;
	margin: 0 20px 20px 0;
}
.solutions .solutions_box .box .img {
	height: 190px;
}
.solutions .services_box .h3 {
	width: 16vw;
	padding-left: 3.2vw;
}
.solutions .services_box .h3 img {
	width: 35px;
	height: 35px;
	margin-right: 1vw;
}
.solutions .services_box button {
	background-size: 70%;
}
.solutiondetails_box .main .solutions_box {
	width: 75%;
}
.solutiondetails_box .top {
	width: 100%;
}
.solutions .medical_box .h2:before {
	left: 6%;
}
.solutions .medical_box .h2:after {
	right: 7%;
}
.solutions .medical_box button {
	background-size: 70%;
}
.solutions .financial_box .em:before {
	left: -4%;
}
.solutions .financial_box .em:after {
	right: 11%;
}
.solutions .financial_box .financial_text1 {
	width: 100%;
	background-size: 60%;
}
.solutions .financial_box .financial_text2 {
	width: 100%;
	background-size: 80%;
}
.solutions .financial_box .financial_text3 {
	width: 100%;
	background-size: 80%;
}
.solutions .education_box .ul li {
	width: 32%;
	margin-bottom: 1.5vh;
}
.solutions .education_box .img img {
	object-fit: contain;
}
.solutions .education_box .ul li .box {
	margin: 2vh auto;
}
.solutions .education_box .ul li .box h4 {
	font-size: .9em;
}
.solutions .education_box .ul li .box p {
	font-size: .9em;
}
.solutions .education_box .note p {
	font-size: .9em;
}
.search nav {
	padding: 0 12.5%;
}
.search nav .logo {
	width: 36%;
}
.search .main {
	width: 75%;
}
.search .search_1 li {
	width: 24%;
}
.search .search_1 li .img {
	height: 230px;
}
.search nav:before {
	width: 75%;
	left: 12.5%;
}
.search nav ul li .home.cur:before {
	display: none;
}
}

/*max-width: 900px*/

@media screen and (max-width: 900px) {
nav {
	display: none;
}
footer {
	display: none;
}
.join h2 {
	font-size: .9em;
	background: linear-gradient(to right, #1ba0ff, #74c1f8);
	letter-spacing: 0;
}
.join .join_bg {
	margin-top: 0;
}
.join .main {
	width: 90%;
	margin: 2.5vh auto 0 auto;
}
.container .float {
	display: none;
}
.join .contacts ul {
	padding: 5%;
}
.join .contacts li input {
	text-indent: .3em;
	width: 100%;
}
.join .contacts li input.company {
	width: 45%;
}
.join .contacts li input.department {
	width: 45%;
}
.join .contacts li.tel {
	line-height: 30px;
	align-items: flex-start;
}
.join .contacts li.tel .phone {
	height: 30px;
	width: 40%;
}
.join .contacts li input.num_code {
	width: 20%;
	margin-left: 10px;
}
.join .contacts li .send {
	width: 70px;
	height: 30px;
	font-size: .75em;
	padding: 0 10px;
	margin: 0 0 0 10px;
	display: block;
	text-align: center;
}
.join .contacts li span.num_code {
	margin-left: 37%;
}
.join .information ul {
	padding: 5% 5% 0 5%;
	position: relative;
}
.join .information .radio .input {
	margin-left: -10px;
}
.join .information li.select {
	height: auto;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 8px;
}
.join .information li.select .product {
	width: 95%;
	margin-bottom: 0;
}
.join .information li select {
	width: 95%;
	height: 30px;
	margin-bottom: 6vh;
	box-sizing: border-box;
}
.join .information li select:last-child {
	margin-bottom: 2vh;
}
.join .information .radio {
	padding-top: 0;
}
.join .information li.select:last-child {
	margin-bottom: 0;
}
.join .confirm {
	width: 200px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #74c1f8, #1ba0ff);
	margin: 5vh auto;
}
.join .information li span.product {
	position: absolute;
	left: 5%;
	top: 38%;
	margin-left: 0;
	height: 30px;
}
.join .contacts li span.department {
	margin-left: 10%;
}
.contacts .main {
	width: 850px;
}
.contacts .main li p:nth-of-type(4) {
	font-size: .8em;
}
}
