html,body {
    font-family: "Microsoft YaHei";
}
#header {
    height: 7.3rem;
}
#header .navbar{
    background: none;
    border: none;
    margin: 0;
}
#header .navbar .container {
    width: 92%;
    margin-top: 2.6rem;
}
#header .navbar .container .navbar-brand img{
    width: 13.5rem;
}
#header .navbar .container .navbar-right {
    margin-top: 0.5rem;
}
#header .navbar .container .collapse ul li a {
    font-size: 1.25rem;
    padding-top: 0;
    padding-bottom: 0.25rem;
    letter-spacing: 2px;
}
.navbar .collapse ul li a:hover {
    color: #d4b073;
}
#header .navbar .container .collapse .nav li {
    height: 2rem;
}
#header .navbar .container .collapse .nav .active a {
    background: none;
    font-weight: bold;
    color: #d43131;
}
#header .navbar .container .collapse .nav .line-top {
    text-align: center;
    line-height: 0px;
}
#header .navbar .container .collapse .nav .aboutNav,
#header .navbar .container .collapse .nav .walkNav {
    position: relative;
}
#header .navbar .container .collapse .nav .cascadingMenu {
    position: absolute;
    width: 9.5rem;
	height: 0rem;
	background-color: #d4b073;
    left: -1rem;
    top: 2rem;
    border-radius: 5px;
    display: none;
    z-index: 999;
}
#header .navbar .container .collapse .nav .cascadingMenu p {
    border-bottom: 1px solid #f8dfb4;
    width: 100%;
    height: 2.56rem;
    line-height: 2.56rem;
    text-align: center;
}
#header .navbar .container .collapse .nav .cascadingMenu p:last-child {
    border: none;
}
#header .navbar .container .collapse .nav .cascadingMenu p a{
    display: block;
    text-decoration: none;
    color: #363331;
    font-size: 1rem;
    letter-spacing: 2px;
    width: 100%;
    height: 2.56rem;
}
#header .navbar .container .collapse .nav .cascadingMenu p a:hover {
    background-color: #d44231;
    color: #faf5eb;
    border-radius: 5px;
}

#about-company {
    position: absolute;
    width: 100%;
    z-index: 99;
}
#about-company .top {
    height: 3.8rem;
    background: rgba(195, 150, 92, 0.8);
    line-height: 3.8rem;
}
#about-company .top .top-nav {
    width: 50%;
    height: 3.8rem;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
}
#about-company .top .top-nav li {
    width: 25%;
    height: 3.8rem;
    text-align: center;
}
#about-company .top .top-nav li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 3.8rem;
    font-size: 1.1rem;
    color: rgba(51, 51, 51, 1);
}
#about-company .top .top-nav .selected a {
    font-weight: bold;
    color: #ffffff;
}

.section nav .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}
.section nav .breadcrumb li a:hover {
    color: #c3965c;
}
.section nav .breadcrumb li a{
    letter-spacing: 2px;
    color: #666666;
    font-size: 1rem;
    text-decoration: none;
}
.section nav .breadcrumb li:last-child a {
    color: #ccc;
    cursor: not-allowed;
}
.section .breadcrumb>li+li:before {
    padding: 0 0.5rem;
    content: '>';
    color: #666666;
}

#footer {
    background-color: rgba(79, 75, 75, 0.1);
}
#footer .footer {
    padding-top: 2rem;
    width: 62.5%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#footer .footer .footer-top {
    display: flex;
    justify-content: space-between;
}
#footer .footer .footer-top .footer-left ul {
    height: 1.5rem;
    display: flex;
    margin: 0;
    margin-bottom: 0.5rem;
}
#footer .footer .footer-top .footer-left ul li {
    padding:0 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
#footer .footer .footer-top .footer-left ul li:nth-child(1) {
    padding-right: 0rem;
}
#footer .footer .footer-top .footer-left ul li:nth-child(2) {
    padding-left: 0rem;
}
#footer .footer .footer-top .footer-left ul:nth-child(2) li:nth-child(4) {
    padding-left: 1rem;
}
#footer .footer .footer-top .footer-left ul:nth-child(2) li:nth-child(6) {
    padding-left: 1.5rem;
}
#footer .footer .footer-top .footer-left ul li a {
    text-decoration: none;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: rgba(102, 102, 102, 1);
}
#footer .footer .footer-top .footer-left .company-li {
    font-size: 1.125rem;
    padding-left: 0;
}
.separator {
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: rgba(102, 102, 102,1);
}
#footer .footer .footer-top .footer-left .company-li a {
    color: rgba(51, 51, 51, 1)
}
#footer .footer .footer-right {
    width: 29rem;
}
#footer .footer .footer-right ul {
    display: flex;
    justify-content: flex-end;
}
#footer .footer .footer-right span {
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: right;
    color: #666666;
}
#footer .footer .footer-right ul li {
    padding:0 1rem;
}
#footer .footer .footer-right ul li:last-child {
    padding-right: 0;
}
#footer .footer .footer-right ul li a {
    color: #333333;
    font-size: 1.125rem;
    text-decoration: none;
}
#footer .footer .footer-top ul li a:hover {
    color: #c3965c;
}
#footer .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-top: 1rem;
    border-bottom: 1px solid #d7d7d7;
}
#footer .footer .footer-bottom p {
    font-size: 1rem;
    color: #666666;
}
#footer .footer .footer-bottom .company-phone {
    position: relative;
    width: 40%;
}
#footer .footer .footer-bottom .company-phone .telephone {
    color: rgb(102,102,102);
}
#footer .footer .footer-bottom .company-phone img {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -0.5rem;
}
#footer .footer .footer-bottom .company-phone .phoneNumber {
    position: absolute;
    color: rgb(195,150,92);
    font-size: 1.875rem;
    top: -0.5rem;
    left: 7.2rem;
    font-weight: bold;
}
#footer .footer .footer-bottom .friendly-link a {
    color: #c3965c;
    text-decoration: none;
}
.footer .footer-right {
    position: relative;
}
.footer .zhenhe_company_qrCode{
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: -8rem;
    display: none;
    border-radius: 10px;
    border: 0.5rem solid rgba(126, 83, 27, .3);
}
.footer .licence {
    margin: 2rem 0;
}
.footer .licence ul li {
    text-align: center;
}
.footer .licence ul .licenceTop {
    margin-bottom: 0.5rem;
}
.footer .licence ul li a {
    text-decoration: none;
}
.footer .licence ul li span {
    color: #666666;
    font-size: 1rem;
}

#copyright {
    width: 100%;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    background: rgba(79, 75, 75, 1);
}
.beian {
    color: #c3965c;
}
#copyright .beian:hover{
    color: #c3965c;
}


/* 分页 */
.pagination {
    display: block;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li a{
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    color: #333333;
}
.pagination .active a {
    background: none;
    color: #c3965c;
}
.pagination .next a,
.pagination .prev a {
    background: #c3965c;
    color: #ffffff;
}

@media screen and (min-width: 1750px){
    html,body {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1749px) {
    html,body {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    html,body {
        font-size: 12px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    html,body {
        font-size: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    html,body {
        font-size: 8px;
    }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
    html,body {
        font-size: 8px;
    }
}
@media screen and (max-width: 413px){
    html,body {
        font-size: 8px;
    }
    .section .media .media-top {
        display: block;
    }
    .section .media .media-top .building {
        display: block;
        width: 100%;
    }
    .section .media .media-top p {
        width: 100%;
        height: 0;
        margin-top: 1rem;
    }
    .section .media p {
        margin: 0 1rem 0 1.5rem;
    }
}
@media screen and (max-width: 959px){
    /* #about-company .top .top-nav {
        width: 100%;
    } */
    #header .navbar .container .navbar-brand img {
        margin-top: 1rem;
    }
    #header .navbar .container {
        margin-top: 1.3rem;
    }
}
@media screen and (max-width: 1080px){
    #footer .footer {
        width: 90%;
    }
}
@media screen and (max-width: 960px){
    #footer .footer .footer-bottom .company-phone .phoneNumber {
        left: 9.7rem;
    }
}
@media screen and (max-width: 1200px){
    .telemedicine .diagnose .professorDiagnose span,
    .telemedicine .diagnose .grassRootsClinics span {
        bottom: 10rem;
    }
}