/*banner*/
.banner {
    position: relative;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    justify-content: center;
    align-items: center;
    height: 100%; 
}
.banner_img {
    max-width: 100%;
    max-height: 100%;
}
.swiper-button-next,.swiper-button-prev {
    width: 30px;
    height: 30px;
    background: url(../img/banner_rows.png) center / cover no-repeat;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-pagination-bullet-active{
    background: #18b89c;
}
.header-title{
    margin-top: -2px;
    height: 1px;
    display: none;
}
/*banner下的菜单*/
.menu {
    width: 1200px;
    margin-top: -54px;
    position: relative;
    z-index: 10;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    height: 150px;
}
.menu ul li {
    width: 19%;
    float: left;
    /*background-color: #008139;*/
    background-color: rgba(24, 184, 156, 0.8);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    transition: width 300ms;
    overflow: hidden;
}
/*
.menu ul li .pic {
    position: absolute;
    width: 408px;
    height: 100%;
    left: 0;
    top: 0;
    opacity:1;
    filter: alpha(opacity=0);
}
*/
.menu ul li .menu_cont {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    transition: transform 0.3s;
    padding: 45px 0px;
    color: #18b89c;
}
.menu ul li .menu_cont_img1:hover {
    background: url(../img/menu_pic_1.jpg) center / cover no-repeat;
	animation:no1h 0.4s ease forwards;
}
.menu ul li .menu_cont_img1:hover .menu_name,.menu ul li .menu_cont_img1:hover .menu_detail{
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes no1h {
	0% {
		background-position-x:200%;
	}
	100% {
		background-position-x:100%;
	}
}
.menu ul li .menu_cont_img2:hover {
    background: url(../img/menu_pic_2.jpg) center / cover no-repeat;
	animation:no2h 0.4s ease forwards;
}
.menu ul li .menu_cont_img2:hover .menu_name,.menu ul li .menu_cont_img2:hover .menu_detail{
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes no2h {
	0% {
		background-position-x:200%;
	}
	100% {
		background-position-x:100%;
	}
}
.menu ul li .menu_cont_img3:hover {
    background: url(../img/menu_pic_3.jpg) center / cover no-repeat;
	animation:no3h 0.4s ease forwards;
}
.menu ul li .menu_cont_img3:hover .menu_name,.menu ul li .menu_cont_img3:hover .menu_detail{
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes no3h {
	0% {
		background-position-x:200%;
	}
	100% {
		background-position-x:100%;
	}
}
.menu ul li .menu_cont_img4:hover {
    background: url(../img/menu_pic_4.jpg) center / cover no-repeat;
	animation:no4h 0.4s ease forwards;
}
.menu ul li .menu_cont_img4:hover .menu_name,.menu ul li .menu_cont_img4:hover .menu_detail{
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes no4h {
	0% {
		background-position-x:200%;
	}
	100% {
		background-position-x:100%;
	}
}
.menu ul li .menu_cont_img5:hover {
    background: url(../img/menu_pic_5.jpg) center / cover no-repeat;
	animation:no5h 0.4s ease forwards;
}
.menu ul li .menu_cont_img5:hover .menu_name,.menu ul li .menu_cont_img5:hover .menu_detail{
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes no5h {
	0% {
		background-position-x:200%;
	}
	100% {
		background-position-x:100%;
	}
}









/*
.menu ul li .menu_cont_img1{
    background: url(../img/menu_pic_1.jpg) center / cover no-repeat;
}
.menu ul li .menu_cont_img2{
    background: url(../img/menu_pic_2.jpg) center / cover no-repeat;
}
.menu ul li .menu_cont_img3{
    background: url(../img/menu_pic_3.jpg) center / cover no-repeat;
}
.menu ul li .menu_cont_img4{
    background: url(../img/menu_pic_4.jpg) center / cover no-repeat;
}
.menu ul li .menu_cont_img5{
    background: url(../img/menu_pic_5.jpg) center / cover no-repeat;
}
    */
.menu ul li .menu_cont .menu_name {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    transition: all 0.3s;
}
.menu ul li .menu_cont .menu_detail {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
/*
.menu ul li .menu_cont a:hover .menu_name,.menu ul li .menu_cont a:hover .menu_detail{
    color: #18b89c;
}
*/

/* 助孕指南 */
.guide_nav {
    width: 1200px;
    margin: 20px auto 0px;
    /*border: 1px solid #E5E5E5;*/
    padding: 24px 40px;
    margin-bottom: 16px;
    overflow: hidden;
}
.guide_nav_left {
    float: left;
    width: 441px;
    overflow: hidden;
    position: relative;
    border-right: 1px dashed rgba(99, 99, 99, .3);
}
.guide_nav_left_title {
    /* text-align: center; */
    font-size: 16px;
    /* font-weight: bolder; */
    color: #8f8f8f;
    /* margin-top: 0; */
    background: #fff;
    position: relative;
    z-index: 1;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}
.guide_nav_left_border {
    width: 192px;
    height: 0px;
    margin: 0 auto;
    background: #169bd5;
    border-bottom: 1px solid #eee;
    position: relative;
    top: -8px;
}
.guide_nav_left_box{
    padding: 0 8px;
    margin-top: 40px;
    overflow: hidden;
}
.guide_nav_left_lists {
    width: 212px;
    float: left;
    margin-bottom: 36px;
}
.guide_nav_left_icon01{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon01 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_icon02{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon02 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_icon03{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon03 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_icon04{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon04 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_icon05{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon05 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_icon06{
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.guide_nav_left_icon06 img{
    width: 100%;
    background-color: #fff;
}
.guide_nav_left_lists a p {
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    display: inline-block;
    width: 140px;
    margin-left: 12px;
    float: left;
}
.guide_nav_left_lists p {
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    display: inline-block;
    width: 140px;
    margin-left: 12px;
    float: left;
}
.guide_nav_left_lists p span {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 0px 3px;
}

.guide_nav_right{
    float: left;
    width: 677px;
}
.guide_nav_right_title {
    /*text-align: center;*/
    font-size: 16px;
    /* font-weight: bolder; */
    color: #8f8f8f;
    /* margin-top: 0; */
    background: #fff;
    position: relative;
    z-index: 1;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}
.guide_nav_right_border {
    width: 192px;
    height: 0px;
    margin: 0 auto;
    background: #169bd5;
    border-bottom: 1px solid #eee;
    position: relative;
    top: -8px;
}
.guide_nav_right ul {
    font-size: 0;
    margin-top: 40px;
}
.guide_nav_right ul li {
    width: 25%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}
.guide_nav_right ul li a{
    color: #333;
}
.guide_nav_right ul li .guide_nav_right_img {
    width: 45%;
    margin: auto;
    display: block;
    border: none;
    background-color: #fff;
}
.guide_nav_right_text {
    font-size: 16px;
    color: #4D4D4D;
    margin-top: 8px;
    text-align: center;
    transition: .3s;
}
.guide_nav_right_txt {
    font-size: 14px;
    color: #999;
    display: block;
    text-align: center;
    margin-top: 2px;
}


















/* 资讯/科普 */
.news {
    width: 1200px;
    margin: 20px auto 0px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 40px;
    margin-bottom: 16px;
}
.news::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.ontont {
    display: block;
    height: 444px;
}
.ontont::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.news_left {
    flex: 1;
    margin-right: 40px;
    width: 755px;
    float: left;
}
.news_left_top {
    display: block;
    align-items: center;
}
.news_left_title {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}
.news_left_tag {
    flex: 1;
    margin-left: 11px;
    float: right;
    width: 648px;
}
.news_left_slide {
    display: block;
    line-height: 24px;
    width: auto;
}
.consult_tag {
    display: block;
    height: 24px;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-right: 10px;
    cursor: pointer;
}
.consult_tag_active {
    display: block;
    height: 24px;
    background: #C3E5E0;
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #18b89c;
    margin-right: 10px;
}
.news_content {
    display: flex;
    margin-top: 25px;
}
.news_content_left {
    float: left;
    width: 280px;
}
.news_content_left_bg01 {
    width: 280px;
    height: 380px;
    background: url("../img/news_content_left_bg1.png") center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg02 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg2.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg03 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg3.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg04 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg4.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg05 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg5.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg06 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg6.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_bg07 {
    width: 280px;
    height: 380px;
    background: url(../img/news_content_left_bg7.png) center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}
.news_content_left_name {
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.news_content_left_describe {
    margin-top: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.news_content_right {
    flex: 1;
    margin-left: 25px;
    float: right;
    width: 450px;
}
.news_content_right_list {
    padding: 16px 0;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
}
.news_content_right_list:last-child {
    border: none;
}
.news_content_right_list:first-child {
    padding-top: 0;
}
/*
.news_content_right_list_time {
    float: left;
    width: 68px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-right: 15px;
}
.news_content_right_list_day {
    font-size: 34px;
    font-weight: 400;
    color: #B5B5B5;
    text-align: center;
    padding-top: 7px;
}
*/
.news_content_right_list_year {
    float: left;
    width: 68px;
    margin: 10px 0px;
    border-radius: 6px;
}
.news_content_right_list_year img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
}
.news_content_right_list_info {
    float: left;
    width: 350px;
    margin-right: 7px;
    padding-left: 8px;
    flex: 1;
    height: 70px;
    position: relative;
}
.news_content_right_list_title {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.news_content_right_list_title:hover {
    color: #18b89c;
}
.news_content_right_list_detms {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 0px 1px 0px;
    font-weight: 400;
    color: #B5B5B5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.news_content_right_list_detail {
    width: 100%;
    float: left;
    position: static;
    width: 350px;
    margin-top: 5px;
    display: block;
    height: 15px;
    line-height: 15px;
    left: 0;
    bottom: 0;
    align-items: center;
}
.news_content_right_list_time{
    float: left;
    width: 270px;
    max-width: 281px;
    height: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;
    margin-left: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.news_content_right_list_describe {
    float: left;
    width: 65px;
    font-size: 13px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 14px;
}
.news_content_right_list_tag {
    float: left;
    width: 270px;
    max-width: 281px;
    height: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;
    margin-left: auto;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.news_content_right_list_tag a{
    color: #808080;
}
.news_content_right_list_tag a:hover {
    color: #18b89c;
}

/*热点推荐*/
.news_right {
    width: 315px;
    float: right;
    height: 444px;
}
.news_right_top{
    align-items: center;
    display: flex;
    font-size: 16px;
}
.news_right_title{
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #181818;
    display: -webkit-box;
}
.news_right_more{
    display: flex;
    font-size: 16px;
    font-weight: 400;
    border:0;
    background: #fff;
    color: #181818;
    margin-left: auto;
    cursor: pointer;
}
.news_right_more a{
    font-size: 16px;
    color: #181818;
}
.news_right_hotlist{
    margin-top: 10px;
}
.news_right_redian{
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    display: -webkit-box;
    display: flex;
    height: 40px;
    color: #181818;
    cursor: pointer;
}
.news_right_redian:last-of-type {
    border: none;
    margin-bottom: 0;
}
.news_right_redian_number{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    opacity: 1;
    border-radius: 2px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #181818;
    text-align: center;
}
.news_right_redian:nth-of-type(n + 1):nth-of-type(-n + 3) .news_right_redian_number {
    border: 1px solid rgba(24, 184, 156, 0.5);
    background: rgba(24, 184, 156, 0.3);
    color: #181818;
}
.news_right_redian_title {
    -webkit-box-flex: 1;
    color: #181818;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.news_right_redian:hover .news_right_redian_title {
    color: #18b89c;
}
.news_right_redian_count {
    color: #B5B5B5;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-left: 10px;
}

/*生育需求*/
.demand {
    width: 1200px;
    margin: 20px auto 0px;
    border-radius: 6px;
    height: 397px;
    background: url(../img/demand_bg.jpg) center / cover no-repeat;
    padding: 16px;
    display: flex;
}
.demand_cont {
    margin-left: auto;
    width: 888px;
    height: 366px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px;
}
.demand_top {
    height: 31.33px;
    display: flex;
    align-items: center;
}
.demand_title {
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.demand_content{}
.demand_box{}
.demand_box_list {
    margin-top: 24px;
    display: flex;
}
.demand_box_list_one {
    border: 1px solid #E6E6E6;
}
.demand_list_one {
    width: 211px;
    padding: 26px 17px;
    height: 134px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}
.demand_list_one_title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}
.demand_list_one_describe {
    margin-top: 6px;
    width: 106px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}
.demand_list_one_img {
    vertical-align: top;
    position: absolute;
    right: 17px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.demand_box_list_two {
    border: 1px solid #E6E6E6;
    border-left: none;
}
.demand_list_two {
    padding: 14px 18px;
    width: 211px;
    height: 66px;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}
.demand_list_two_title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}
.demand_list_two_describe {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}
.demand_box_list_three {
    flex: 1;
    border: 1px solid #E6E6E6;
    border-left: none;
}
.demand_list_three_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}
.demand_list_three {
    width: 141px;
    height: 199px;
    background: #FFFFFF;
    padding: 25px 16px;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}
.demand_list_three_title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}
.demand_list_three_describe {
    width: 97px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}
.demand_list_three_img {
    position: absolute;
    right: 35px;
    bottom: 21px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.demand_list_three_bottom {
    display: flex;
    justify-content: space-between;
}
.demand_list_three_bottom>.bn2one {
    height: 69px;
    padding: 14px 18px;
    width: 211px;
    height: 66px;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}

.demand_list_one:hover,.demand_list_two:hover,.demand_box_list_three:hover{
    box-shadow: 0 16px 40px 0 rgba(38, 38, 38, .05);
}
.demand_list_one:hover .demand_list_one_title,.demand_list_one:hover .demand_list_one_describe {
    color: #18b89c;
}
.demand_list_two:hover .demand_list_two_title,.demand_list_two:hover .demand_list_two_describe {
    color: #18b89c;
}
.demand_list_three:hover .demand_list_three_title,.demand_list_three:hover .demand_list_three_describe {
    color: #18b89c;
}



