/* 我们的服务 */
.womendfw {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.womendfw-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
    background: url('../image/914099_1510737022.png') no-repeat center center;
}

.womendfw-h2 {
    display: flex;
    align-items: center;
}

.womendfw-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.womendfw-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.womendfw-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.womendfw-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 50px;
}

.womendfw-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: rgb(85, 85, 85);
}

.womendfw-item:hover {
    color: rgb(45, 210, 176);
}

.womendfw-item img {
    width: 177px;
    height: 156px;
}

.womendfw-item span {
    margin-top: 20px;
}
/* 服务流程 */
.fuwulc {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(250, 250, 250);
}

.fuwulc-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.fuwulc-h2 {
    display: flex;
    align-items: center;
}

.fuwulc-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.fuwulc-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.fuwulc-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.fuwulc-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    background-color: #fff;
}

.fuwulc-img{
    width: 500px;
    height: 500px;
    border:1px solid #fff;
}
.fuwulc-body{
    display: flex;
    width: 660px;
    flex-direction: column;
    justify-content: space-between;
    padding:60px 30px;
}
.fuwulc-body h3{
    font-size: 25px;
    line-height: 35px;
    color: #242424;
    font-weight: 500;
}
.fuwulc-body p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #5c5c5c;
}
.fuwulc-body a{
    display: flex;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #2dd2b0;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    width: 160px;
    align-items: center;
    justify-content: center;
    color:#04a785;
}
.fuwulc-body a:hover{
    background: #2dd2b0;
    color: #fff !important;
    border: 1px solid #2dd2b0;
}


/* 推荐医院 */
.tuijianyy {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(250, 250, 250);
    margin-top: 100px;
}

.tuijianyy-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.tuijianyy-h2 {
    display: flex;
    align-items: center;
}

.tuijianyy-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.tuijianyy-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.tuijianyy-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.tuijianyy-procudt {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 100px;
}

.tuijianyy-procudt-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 5px;
}

.tuijianyy-procudt-item:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
}

.tuijianyy-procudt-item-img {
    width: 357px;
    height: 198px;
}

.tuijianyy-procudt-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tuijianyy-procudt-item-des {
    display: flex;
    flex-direction: column;
}

.tuijianyy-procudt-item-des h3 {
    margin-top: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.tuijianyy-procudt-item a:hover h3 {
    color: #2dd2b0;
    ;
}

.tuijianyy-procudt-item-des p {
    height: 20px;
    font-size: 14px;
    color: #888888;
}

/* 为什么来中国 */
.weishenmlzg {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F9F6;
}

.weishenmlzg-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.weishenmlzg-h2 {
    display: flex;
    align-items: center;
}

.weishenmlzg-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.weishenmlzg-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.weishenmlzg-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.weishenmlzg-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 60px;
}

.weishenmlzg-img{
    width: 360px;
    border:1px solid #fff;
}
.weishenmlzg-img img{
    width: 360px;
}
.weishenmlzg-body{
    display: flex;
    width: 740px;
    flex-direction: column;
    justify-content: space-between;
    padding:30px 30px;
}
.weishenmlzg-body h3{
    font-size: 25px;
    line-height: 35px;
    color: #242424;
    font-weight: 500;
}
.weishenmlzg-body p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #5c5c5c;
}
.weishenmlzg-body a{
    display: flex;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #2dd2b0;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    width: 160px;
    align-items: center;
    justify-content: center;
    color:#04a785;
}
.weishenmlzg-body a:hover{
    background: #2dd2b0;
    color: #fff !important;
    border: 1px solid #2dd2b0;
}


/* 推荐医生 */
.tuijianys {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../image/1510798837_1577429_s.png');
}

.tuijianys-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.tuijianys-h2 {
    display: flex;
    align-items: center;
}

.tuijianys-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.tuijianys-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.tuijianys-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.tuijianys-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 100px;
}
.tuijianys-procudt{
    display:flex;
    flex-wrap: wrap;
}
.tuijianys-procudt li{
    display:flex;
    width: 230px;
    height: 347px;
    overflow: hidden;
    margin: 0 5px 10px 5px;
}
.tuijianys-procudt-item{
    position: relative;
}
.tuijianys-procudt-item-img{
    width: 230px;
    height: 347px;
}
.tuijianys-procudt-item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 15px;
}
.tuijianys-procudt-item-title h3{
    font-size: 18px;
    color: #fff;
}
.tuijianys-procudt-item-des{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 8px;
}