﻿#content>.wrapper {
    width: 100%;
    margin: 0 auto;
    padding:0;
	max-width:none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}

.together-box{
    width: 100%;
    position: relative;
    margin-bottom: 96px;
	padding-top:96px;
}
.together-box .bg{
    width: 100%;
    display: block;
}
.together-box .mobile-box{
    display: none;
}
.together-box .go-icon{
    margin-top: 12px;
}
.together-box .mess-box{
    position: absolute;
    left: 80px;
    top: 26%;
}
.together-box .mess-box h2{
    font-family: 'TencentSansW7';
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.together-box .mess-box .desc{
    font-size: 16px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 29px;
}
.together-box .go-icon {
    width: 40px;
    margin-top: 24px;
    display: block;
}
.together-box .go-icon img {
    width: 100%;
    position: relative;
}

.mod-m-title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #2a2e2e;
  font-family: 'TencentSansw7';
}
.mod-m-desc{
    font-size:14px;
    color:rgba(95,100,100,1);
    line-height:25px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
}


.mod-type-box{
  margin-top: 45px;
}
.mod-type-box .item{
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mod-type-box .item .mask-bg{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.mod-type-box .item .mask-bg img{
  width: 100%;
  display: block;
}
.mod-type-box .item .mess{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  left: 0;
  bottom: 0;
}
.mod-type-box .item .label{
  font-size: 24px;
  color: #ffffff;
  font-family: 'TencentSansw7';
  margin-bottom: 8px;

}
.mod-type-box .item .desc{
  display: none;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-out,margin 0.3s ease-out;
  height: 25px;
}
#respon-con-3 .mod-type-box .item .desc{
  margin-bottom: -30px;
  display: block;
}
#respon-con-3 .mod-type-box .item:hover .desc{
  margin-bottom: 0px;
  opacity: 1;
}



.t-flx{margin-top:96px}
.mod-con{clear:both;background-color: #fbfbfb;margin-top:96px;padding-bottom:96px}
.mod-graph-box{
  margin-top: 44px;
  overflow: hidden;
}
.mod-graph-box .graph-box{
  width: 49%;
}
.ts-mod-graph-box .graph-box{
    width: 32.3333333333%;
}
.mod-graph-box .graph-box-3{
  width: 32.3333333333%;
}
.mod-graph-box .graph-box .pic{
  width: 100%;
}
.mod-graph-box .l-graph{
  float: left;
}
.mod-graph-box .r-graph{
  float: right;
}
.mod-graph-box .m-graph{
  float: left;
  margin: 0 1.5%;
}

.mod-graph-box .graph-box h4{
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
  font-weight: bold;
}
.mod-graph-box .not-font h4{
  font-family: initial;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 8px;
}


.mod-graph-box .graph-box-3 h4{
  font-family: initial;
  font-weight: bold;
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 8px;
}

.nurses .mod-graph-box .graph-box-3 h4{
    padding: 0 16px;
}

.mod-graph-box .graph-box .desc{
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 16px;
}

.mod-dan-box{
    width: 100%;
    margin-top: 32px;
}
.mod-dan-box.mod-three-box .dan-box{
    width: 33.33333%;
    float: left;
    overflow: hidden;
}
.mod-dan-box.mod-three-box .dan-box-1{
    background: url('404.png') no-repeat center;
    background-size: cover;
}
.mod-dan-box.mod-three-box .dan-box-2{
    background: url('404.png') no-repeat center;
    background-size: cover;
}
.mod-dan-box.mod-three-box .dan-box-3{
    background: url('404.png') no-repeat center;
    background-size: cover;
}
.mod-dan-box .dan-box{
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.mod-dan-box .dan-box .pic{
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.mod-dan-box .dan-box .mess-box{
    position: absolute;
    bottom: 32px;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
}
.mod-dan-box .dan-box .mess-box h4{
    font-size:24px;
    font-family: 'TencentSansW7';
    color:rgba(255,255,255,1);
    line-height:36px;

}
.mod-dan-box .dan-box .mess-box .desc{
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height:25px;
    max-width: 768px;
    overflow: hidden;
    opacity: 0;
    margin-top: 8px;
    margin-bottom: 16px;
    transition: opacity 0.3s ease-out,margin 0.3s ease-out;
}
.mod-dan-box .dan-box:hover .mess-box .desc{
    margin-bottom: 16px !important;
    opacity: 1;
}
.mod-dan-box .dan-box .mess-box .graph-link-box a {
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:29px;
    margin-right: 38px;
    margin-bottom: 3px;
}
.mod-dan-box .dan-box .mess-box .graph-link-box a:last-child {
    margin-right : 0;
}
.mod-dan-box .dan-box .mess-box .graph-link-box a:after{
    background: url(404.png) no-repeat center;
    background-size: 20px 20px;
}