/* 头部样式 */
.header {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
    z-index: 999;
}
.headerp{
    height: 76px;
}
.header_cont {
    margin: 0 auto;
    width: 1200px;
    height: 46px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_left {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*
.header_logo {
    width: 120px;
    height: 60px;
    background: url("../images/logo.svg") center / cover no-repeat;
}
*/
.header_logo {
    width: 120px;
    height: 60px;
}
.header_logo img{
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.header_center {
    margin-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 462px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 25px;
}
.header_search {
    width: 354px;
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    padding: 0 16px;
}
.header_search::placeholder {
    color: #666666;
}
.to_search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 14px;
    border: none;
    outline: none;
    width: 108px;
    height: 50px;
    background: #18b89c;
    border-radius: 0 25px 25px 0;
}

.header_right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_right a {
    float: left;
    font-size: 20px;
    color: #333333;
    padding-left: 25px;
    margin-left: 24px;
    position: relative;
}
.header_right a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.header_right a.med-guide1::before {
    background: url("../img/header_guide1.svg") no-repeat;
    background-size: cover;
    background-position: left;
}
.header_right a.med-guide2::before {
    background: url("../img/header_guide2.svg") no-repeat;
    background-size: cover;
    background-position: left;
}
.header_right a.med-guide3::before {
    background: url("../img/header_guide3.svg") no-repeat;
    background-size: cover;
    background-position: left;
}
.header_right a.med-guide4::before {
    background: url("../img/header_guide4.svg") no-repeat;
    background-size: cover;
    background-position: left;
}

/* 底部样式 */
.footer{
    margin-top: 50px;
}
.footer_cont {
    padding: 40px 0;
    color: #181818;
    background: #252525;
}
.footer_cont_box{
    width: 1200px;
    margin: 0 auto;
    line-height: 1.9286;
    padding: 0 25px;
}
.footer::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.footer_cont::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.footer_cont_box::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.footer_cont_about {
    float: left;
    font-size: 14px;
    width: 360px;
    margin-right: 30px;
}
.footer_cont_about::before {
    border-left: 1px solid #33333c;
}
.footer_cont_about_title{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.38889;
    margin-bottom: 14px;
    color: #fff;
}
.footer_cont_about p{
    color: #949498;
    font-size: 13px;
}
.footer_cont_about a{
    color: #949498;
}
.footer_cont_about a:hover{
    color: #fff;
}
.footer_cont_wechat{
    float: left;
    width: 280px;
    margin: 0;
    margin-top: 20px;
}
.footer_cont_wechatgroup{
    padding-left: 60px;
    padding-right: 60px;
    border-left: 1px solid #323131;
    border-right: 1px solid #323131;
}
.footer_cont_wechatgroup img{
    width: 100%;
    height: 100%;
}
.footer_cont_wechatgroup_describe{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.38889;
    margin-top: 14px;
    color: #fff;
    text-align: center;
}
.footer_cont_service {
    float: left;
    display: flex;
    width: 480px;
    padding-left: 64px;
    justify-content: space-around;
}
.footer_cont_service_nav{}
.footer_cont_service_title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.38889;
    margin-bottom: 14px;
    color: #fff;
}
.footer_cont_service_nav a{
    font-size: 14px;
    color: #949498;
}
.footer_cont_service_nav a:hover{
    color: #fff;
}

.footer_bottom{
    border-top: 1px solid #2b2b2b;
    padding: 18px 0;
    background: #252525;
}
.footer_bottom_box{
    width: 1200px;
    margin: 0 auto;
}
.friendlinks {
    font-size: 12px;
    line-height: 2;
    word-break: keep-all;
    color: #4f4f4f;
    padding-bottom: 20px;
}
.friendlinks h6{
    font-size: 12px;
    font-weight: normal;
    display: inline;
    margin: 0 .5em;
}
.friendlinks ul{
    display: inline;
}
.friendlinks ul li {
    display: inline;
    margin: 0 .5em;
}
.friendlinks ul li a{
    color: #4f4f4f;
}
.footer_bottom_describe{
    font-size: 12px;
    line-height: 20px;
    color: #797878;
    text-align: center;
}
.copyright{
    font-size: 12px;
    line-height: 20px;
    color: #797878;
    text-align: center;
}
.copyright a{
    color: #919191;
}

