/* 业务-面向用户 */
.brief .mod-section-ad h2{
  color: #fff;
}
.brief .mod-section-ad .desc{
  color: #fff;
}

.brief .mod-tab li a{
  height: 53px;
  line-height: 53px;
  padding: 0;
  font-size: 16px;
}
.brief-text-box{
  width: 100%;
  margin-top: 52px;
  text-align: center;
  position: relative;
}
.brief-text-box h4{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
.brief-text-box h4 sup{
  font-size: 14px;
}
.brief-text-box .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  width: 918px;
  margin: 0 auto 16px auto;
}
.brief-text-box .more-awant-icon{
  width: 16px;
  height: 8px;
  background: url(../img/brief/more-awant-icon.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  animation: a_arrow_d 2s linear both infinite;
  display: none;
}

@keyframes a_arrow_d {
	0%{ -webkit-transform: translate(-50%,0px);}
	50%{ -webkit-transform: translate(-50%,10px);}
	100%{ -webkit-transform: translate(-50%,0px);}
}

.mod-graph-box .graph-box{
  cursor: pointer;
  position: relative;
}
.mod-graph-box .graph-box .img-box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mod-graph-box .graph-box .down-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
}

.nurses .mod-section-ad h2{
  margin-top: 182px;
}
.nurses1 .mod-section-ad h2{
  margin-top: 90px;
}

.artice-box{
  width: 100%;
  position: relative;
  margin-bottom: 96px;
}
.artice-box:last-child{
  margin-bottom: 0;
}
.artice-box img{
  width: 100%;
  position: relative;
}
.artice-box .text-box{
  position: absolute;
  padding: 64px 88px 88px 64px;
  width: 514px;
  background: #FBFBFB;
  box-sizing: border-box;
  top: 124px;
  z-index: 5;
}
.artice-box .left-box{
  left: -24px;
}
.artice-box .right-box{
  right: -24px;
  width: 664px;
  padding: 64px 64px 88px 88px;
}

.en-us .artice-box .right-box{ top:118px; width: 668px;}

.artice-box .text-box h3{
  font-size: 30px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
  line-height: 45px;
  font-weight: 400;
}
.artice-box .text-box h3 img{
  width: 216px;
}
.artice-box .text-box h4{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 400;
}
.artice-box .text-box .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  width: 362px;
}
.artice-box .right-box .desc{
  width: 100%;
}
.mobile-bg {
  display: none;
}