body {
	background-color: white;
	text-align: center;
	font-size: 0;
}
.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: 0;
	padding-bottom: 50px;
}
.indexLogo {
	padding: 10px 0;
}
#bannerOnHomePage {
	display: none;
}

.mobile-banner {
	width: 100%;
}
.mobile-banner img {
	width: 100%;
}

/*留下联系方式*/
.contactContainer {
	font-size: 0;
	text-align: left;
	z-index: 200;
	background-image: url(../Image/index/banner_bg.png);
	background-repeat: repeat-x;
	
}
.contactContainer .contactCard {
	margin: 0 20px;
	background-color: white;
	padding: 20px 16px;
	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);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.contactCard .textContent h2 span {
	display: none;
}
.contactCard img {
	display: none;
}
.contactContainer h2 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #333;
	margin-top: 0;
	font-weight: 400;
	text-align: justify;
}
.contactContainer input {
	width: 100%;
	box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 8px;
	border: 1px solid #CCC;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  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: 400;
  letter-spacing: 1px;
}
.contactContainer button {
	width: 100%;
	box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #f85415;
  padding: 10px 0 10px 2px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin: 20px 0 10px 0;
  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 {
	background-color: white;
	font-size: 0;
	padding: 0 16px 40px 16px;
	text-align: left;
	position: relative;
}
.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: 24px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 20px;
	text-align: center;
	color: #333;
}
.sloganContainer img {
	width: 100%;
	margin-bottom: 40px;
}
.sloganContainer h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333;
}
.sloganContainer .subContainer {
	display: inline-block;
	vertical-align: top;
}
.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;
	background-color: white;
	padding: 40px 0 90px 0;
}
.successCaseContainer h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #333;
}
.successCaseContainer .col-4 {
	position: relative;
	margin: 20px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	min-height: 100px;
	padding: 20px;
	background-color: white;
  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);
}
.successCaseContainer .col-4 img {
	width: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.successCaseContainer .col-4 h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin: 0 0 10px 120px;
	text-align: left;
}
.successCaseContainer .col-4 h3 span {
	font-size: 14px;
	margin-left: 2px;
}
.successCaseContainer .col-4 p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-left: 120px;
	text-align: justify;
}
.successCaseContainer .col-4 p b {
	color: #353535;
}


.userRateContainer {
	margin: 0 auto;
	font-size: 0;
	text-align: left;
	padding: 40px 0;
	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;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
}
.userRateContainer .content {
	font-size: 20px;
	line-height: 30px;
	color: #3a3a3a;
	box-sizing: border-box;
	-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: -4px top;
	letter-spacing: 1px;
	padding: 40px 20px;
}
.userRateContainer .content .userRateSource {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-align: right;
	margin-top: 20px;
}


/*在线能力测评*/
.evaluationContainer {
	margin: 40px auto;
	text-align: left;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.evaluationContainer h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: left;
	color: #333;
}
.evaluationContainer img {
	display: none;
}
.evaluationContainer h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333;
}
.evaluationContainer div {
	display: inline-block;
	vertical-align: top;
}
.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: 20px auto 0 auto;
	padding: 20px 16px 40px 16px;
	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: cover;
}
.countContainer .smallSquare {
	width: 36px;
	height: 4px;
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
	background-color: #f85415;
}
.countContainer h2 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 40px;
	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: 49%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	z-index: 2;
	margin-top: 40px;
}
.countContainer .row .col-3:nth-child(2),
.countContainer .row .col-3:last-child{
	margin-right: 0;
}
.countLabel p:first-child {
	font-size: 36px;
	font-weight: 400;
	z-index: 2;
}
.countLabel p span {
	font-size: 16px;
	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: 40px;
	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 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: 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 {
	background-color: white;
	font-size: 0;
	text-align: left;
	padding: 0;
	position: relative;
}
.articlesContainer h2 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	margin: 20px;
}
.articlesContainer .slashDiv {
	margin: 0 20px;
	height: 1px;
	background-color: #EEE;
}
.articlesContainer .articleAndGuide {
	position: relative;
}
.articlesContainer .leftContainer {
	position: relative;
	padding-top: 20px;
}
.articlesContainer .rightContainer {
	background-color: #fcfcfc;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.articlesContainer .leftContainer li {
	display: block;
	position: relative;
	padding: 20px;
}
.articlesContainer .leftContainer a: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: 0 20px 20px 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: 20px!important;
}
.loginInToQuestion {
	margin: 20px 0;
	cursor: pointer;
}
.moreArticle:hover,
.loginInToQuestion:hover {
	background-color: #0c76cc;
}
.hotReadTop5 {
	padding: 40px 20px;
}
.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;
}
.articleAndGuide>div .moreGuide {
	color: #353535;
	font-size: 14px;
	position: absolute;
	top: 40px;
	right: 20px;
	line-height: 31px;
}
.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 a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
	margin-bottom: 20px;
}
.rightContainer ol li {
	position: relative;
	padding: 20px;
}
.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;
}
.storeItem {
	text-align: left;
	margin-bottom: 0px;
}
.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;
}































