body {
	background-color: white;
	text-align: center;
}
.card {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.mainContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	padding-top: 98px;
}
.mobile-banner,
.mobile-Header {
	display: none;
}
#bannerOnHomePage {
	width: 100%;
	height: 520px;
	background-color: #FFF;
	position: relative;
	margin: 0 auto 20px auto;
}
.module--horizontal {
	width: 100%;
	overflow: hidden;
}

.module--horizontal .box {
	width: 100%;
}
.box {
	color: #fff;
	font-size: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	height: 520px;
	text-align: left!important;
}
.glide__bullet {
	width: 60px!important;
	height: 10px!important;
	border-radius: 0%!important;
}

/*留下联系方式*/
.contactContainer {
	font-size: 0;
	margin: 40px auto;
	max-width: 1124px;
	padding: 0 50px;
	text-align: left;
	z-index: 200;
}
.contactContainer .contactCard {
	margin: 40px auto;
	background-image: url(../Image/index/leads-form-bg.jpg);
	padding: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.contactCard img {
	position: absolute;
	top: -20px;
	left: 50px;
}
.contactCard .textContent {
	margin-left: 360px;
}
.contactCard .textContent br {
	display: none;
}
.contactContainer h2 {
	font-size: 32px;
	line-height: 44px;
	letter-spacing: 1px;
	padding-left: 1px;
	color: white;
}
.contactContainer input {
	box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 24px;
  border: none;
  margin-top: 30px;
  width: 270px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.contactContainer input:focus {
  box-shadow: 0 6px 10px rgba(0,0,0,.5);
  -webkit-box-shadow:  0 6px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 6px 10px rgba(0,0,0,.5);
}
.contactContainer input::-webkit-input-placeholder {
  color: #aab2bd;
  font-weight: 600;
  letter-spacing: 1px;
}
.contactContainer button {
	box-sizing: border-box;
  width: 222px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #5f84e9;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
	border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.contactContainer button:hover {
  box-shadow: 0 6px 10px rgba(0,0,0,.5);
  -webkit-box-shadow:  0 6px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 6px 10px rgba(0,0,0,.5);
}




/*ESRF信息板*/
.sloganContainer {
	font-size: 0;
	margin: 60px auto 40px auto;
	padding-bottom: 40px;
	max-width: 1124px;
	min-height: 532px;
	text-align: left;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.sloganContainer .smallSquare {
	z-index: 3;
	width: 36px;
	height: 4px;
	text-align: center;
	display: block;
	margin: 40px auto;
	background-color: #f85415;
}
h1,.sloganContainer h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
	color: #333;
}
.sloganContainer img {
	width: 600px;
	position: absolute;
	left: 0;
	top: 140px;
}
.sloganContainer h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333;
}
.sloganContainer .subContainer {
	display: inline-block;
	vertical-align: top;
	margin-left: 560px;
}
.sloganContainer .subContainer h3:nth-child(3) {
	margin-top: 40px;
}
.sloganContainer p {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	text-align: justify;
}


/*成功案例分享*/
.successCaseContainer {
	font-size: 0;
	margin: 40px auto;
	max-width: 1124px;
}
.successCaseContainer h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #333;
}
.successCaseContainer .col-4 {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
/*	padding: 0;*/
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	padding: 20px;
	box-sizing: border-box;
	top: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	vertical-align: top;
}
.successCaseContainer .col-4:hover {
	top: -8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.successCaseContainer .col-4:last-child {
	margin-right: 0;
}
.successCaseContainer .col-4 img {
	width: 100%;
}
.successCaseContainer .col-4 h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin: 20px 0 10px 0;
	text-align: left;
}
.successCaseContainer .col-4 h3 span {
	font-size: 14px;
	margin-left: 4px;
}
.successCaseContainer .col-4 p {
	font-size: 14px;
	line-height: 20px;
	height: 100px;
	color: #999;
	text-align: justify;
}
.successCaseContainer .col-4 p b {
	color: #353535;
}



/*在线能力测评*/
.evaluationContainer {
	max-width: 1124px;
	margin: 40px auto;
	min-height: 400px;
	min-height: 440px;
	text-align: left;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.evaluationContainer h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
	color: #333;
}
.evaluationContainer img {
	width: 400px;
	position: absolute;
	right: 0;
	top: 0;
}
.evaluationContainer h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333;
}
.evaluationContainer div {
	display: inline-block;
	vertical-align: top;
	margin-right: 450px;
	margin-top: 70px;
}
.evaluationContainer p {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.evaluationContainer div a {
	box-sizing: border-box;
  width: 222px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #5f84e9;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
	border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.evaluationContainer div a:hover {
  box-shadow: 0 6px 10px rgba(0,0,0,.5);
  -webkit-box-shadow:  0 6px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 6px 10px rgba(0,0,0,.5);
}
.evaluationContainer div i {
	margin-right: 10px;
}
.evaluationContainer .evaluationPackage {
	font-size: 12px;
	color: #999;
	font-style: italic;
	display: block;
	margin-top: 6px;
}



.countContainer {
	font-size: 0;
	margin: 40px auto;
	padding: 70px 40px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(243, 243, 243, 0.94);
	background-image: url(../Image/index/bg-map.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 60%;
}
.countContainer .smallSquare {
	width: 36px;
	height: 4px;
	text-align: center;
	display: block;
	margin: 40px auto;
	background-color: #f85415;
}
.countContainer h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
	color: #333;
	z-index: 2;
}
.countContainer .bg-map {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	z-index: 1;
}
.countContainer .row {
	z-index: 2;
}
.countContainer .row .col-3 {
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	z-index: 2;
}
.countContainer .row .col-3:last-child {
	margin-right: 0;
}
.countLabel p:first-child {
	font-size: 52px;
	font-weight: 400;
	z-index: 2;
}
.countLabel p span {
	font-size: 22px;
	padding-left: 4px;
	font-weight: normal;
	z-index: 2;
}
.countLabel p:last-child {
	font-size: 16px;
	padding-top: 15px;
	z-index: 2;
	color: #666;
}
.countContainer .countNote {
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.countContainer .loginButton {
	display: block;
	box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #5f84e9;
  padding: 14px 52px 14px 54px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin: 20px auto 0 auto;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
	border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}

.articlesContainer {
	max-width: 1124px;
	margin: 40px auto;
	font-size: 0;
	text-align: left;
	padding: 0;
	position: relative;
}
.articlesContainer h2 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	margin: 20px 20px 20px 0;
}
.articlesContainer .slashDiv {
	margin: 40px 0;
	height: 1px;
	background-color: #EEE;
}
.articlesContainer .articleAndGuide {
	position: relative;
}
.articlesContainer .leftContainer {
	width: 68%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.articlesContainer .rightContainer {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	background-color: #fcfcfc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.articlesContainer .leftContainer li {
	display: block;
	position: relative;
	/* height: 83px; */
	padding: 20px 20px 20px 0;
}
.articlesContainer .leftContainer li::after {
	content: "";
	height: 1px;
	display: block;
	margin: 20px 0;
	background-color: #DDD;
}
.articlesContainer .leftContainer li:last-child::after {
	display: none;
}
.articlesContainer .leftContainer li img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	top: -1.5px;
}
.articlesContainer .leftContainer li h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 2px 0 14px 0;
	color: #353535;
	display: block;
}
.articlesContainer .leftContainer li p {
	font-size: 14px;
	line-height: 26px;
	color: #353535;
	overflow: hidden;
	text-align: justify;
	letter-spacing: 1px;
}
.moreArticle,
.loginInToQuestion {
	display: block;
	background-color: #0F88EB;
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 16px 0;
	margin-right: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-right: 20px!important;
}
.loginInToQuestion {
	margin: 20px 0;
	cursor: pointer;
}
.moreArticle:hover,
.loginInToQuestion:hover {
	background-color: #0c76cc;
}
.hotReadTop5 h2 {
	margin: 0 0 40px 0;
}
.hotReadTop5 a {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
}
.hotReadTop5 a:last-child {
	margin-right: 0;
}
.hotReadTop5 li img{
	width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.rightContainer h2 {
	margin: 0 0 20px 0;
}
.articleAndGuide>div .moreGuide {
	color: #353535;
	font-size: 14px;
	line-height: 31px!important;
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 20px;
}
.articleAndGuide>div .moreGuide:hover {
	color: #0F88EB;
}
.articleAndGuide>div h2 a {
	line-height: 31px;
	color: #353535;
}
.articleAndGuide>div h2 a img {
	height: 31px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: bottom;
}
.rightContainer ol {
	margin-top: 40px;
}
.rightContainer ol a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	margin-bottom: 20px;
}
.rightContainer ol li {
	position: relative;
}
.rightContainer ol li div {
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 12px;
}
.rightContainer ol li div img {
	height: 20px;
	width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.rightContainer ol li div span {
	color: #353535;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.rightContainer ol a strong {
	color: #353535;
	padding-bottom: 6px;
	line-height: 20px;
	display: block;
}
.rightContainer ol li p {
	color: #353535;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
	text-align: justify;
}

.storeItem {
	text-align: left;
	margin-bottom: 40px;
}
.storeItem img {
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.storeItem h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	/* margin-bottom: 8px; */
	color: #353535;
	height: 80px;
	/* padding-top: 10px; */
}
.storeItem h4 span {
	display: none;
}
.storeItem .addr {
	margin-top: 8px;
}
.storeItem p a {
	display: inline-block;
	color: rgb(140, 140, 221);
	margin-bottom: 0!important;
}
.storeItem p {
	color: #ddd;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-bottom: 0;
}



.userRateContainer {
	margin: 40px auto;
	font-size: 0;
	text-align: left;
	padding: 40px 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #f0f8ff;
}
.userRateContainer>div {
	max-width: 1124px;
	margin: 0 auto;
}
.userRateContainer img {
	width: 100px;
	height: 100px;
	background-color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	float: left;
}
.userRateContainer .content {
	font-size: 20px;
	line-height: 30px;
	color: #3a3a3a;
	box-sizing: border-box;
	margin: 20px 0 70px 40px;
	padding: 40px 0 0 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-align: justify;
	z-index: 2;
	background-image: url(../Image/index/quote.svg);
	background-repeat: no-repeat;
	background-position: 100px top;
	letter-spacing: 1px;
}
.userRateContainer .content .userRateSource {
	font-size: 16px;
	color: #999;
	font-weight: 400;
	text-align: right;
	margin-top: 40px;
}



@media only screen and (max-width: 1240px) {
	.contactContainer button {
		width: 120px;
	}
	.sloganContainer img {
		width: 500px;
		left: 56px;
	}
	.sloganContainer div {
		margin-left: 520px;
	}
	.successCaseContainer {
		margin: 40px 50px;
		font-size: 0;
		max-width: 1140px;
	}
}
.glide__slide {
	position: relative;
}
.glide__slide a {
	display: block;
	height: 520px;
}
.glide__slide a .bannerCover {
	height: 520px;
	width: 100%;
	overflow: hidden;
}
.glide__slide img {
	width: inherit;
	height: 520px;
  object-fit: cover;
  object-position: center;
}





























