/* 公共头部开始 */
.box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header{
    display: flex;
    flex-direction: row;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
}
.header .logo a{
    display: flex;
    align-items: center;
    width: 66%;
}
.header .logo img{
    width: 100%;
}
.menuBtn{
    display: none;
}
.menuBtn .line{
    width: 28px;
    height: 3px;
    background: #874045;
}
.nav{
    width: 70%;
    height: 100%;
}
.nav ul{
    display: flex;
    justify-content: space-around;
    height: 100%;
    margin: 0;
    padding: 0;
}
.nav ul li{
    display: flex;
    list-style: none;
    align-items: center;
}
.nav ul li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    height: 100%;
    color: #333;
}
.nav ul li a:hover{
    color: #901f71;
}
.active{
    color: #901f71 !important;
}
/* 公共头部结束 */

.product_show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(./image/product_show.jpg) no-repeat center center;
    width: 100%;
}

.ps_title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.ps_title_name {
    line-height: 26px;
    font-size: 25px;
    padding-bottom: 10px;
    background: url(./image/ps_title_name_bg.png) no-repeat center bottom;
    color: #588032;
}
.ps_title_desc {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 8px;
    color: #588032;
}
.ps_title_desc span {
    width: 25px;
    height: 2px;
    display: inline-block;
    background: url(./image/ps_title_desc_bg.png);
    margin: 0 10px 3px 10px;
}
.ps_content {
    width: 100%;
    height: 260px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.ps_content .item .multiple_pic{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.ps_content .item .multiple_pic .item_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    height: 260px;
}

.ps_content .item .multiple_pic img{
    max-width: 100px;
    max-height: 200px;
}

.ps_content .item .multiple_pic span{
    color: #333;
    font-size: 16px;
    margin: 13px 0;
}

.video_show {
    display: flex;
    flex-direction: column;
    background: #60863c url(./image/video_show_bg.jpg) no-repeat center bottom;
    width: 100%;
}

.vs_title_name {
    line-height: 26px;
    font-size: 25px;
    padding-bottom: 10px;
    background: url(./image/vs_title_name_bg.png) no-repeat center bottom;
    color: #fff;
}

.vs_title_desc {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 8px;
    color: #fff;
}
.vs_title_desc span {
    width: 25px;
    height: 2px;
    display: inline-block;
    background: url(./image/vs_title_desc_bg.png);
    margin: 0 10px 3px 10px;
}

.vs_content {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 10px;
    margin: 0px auto;
    background: url(./image/vc_content_bg.png);
    box-sizing: border-box;
}
.vs_content .vc_title {
    font-size: 18px;
    color: #fff;
}

.vc_image {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 10px;
}

.vc_image .company-item img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.vc_introduction {
    background: #fff;
    padding: 20px 20px;
}

.vci_title .entit {
    font-size: 12px;
}
.vci_title .tit {
    font-size: 16px;
}
.vci_title .line {
    width: 36px;
    height: 3px;
    margin-top: 12px;
    background: #333;
}
.vci_text {
    margin-top: 22px;
}

/* 公共底部开始 */
#footer {
    background-color: #e8e8e8;
    padding-top: 25px;
}
#footer .footer-logo, .consult-center {
    height: 180px;
    border-right: 1px solid #c3c3c3;
}
#footer .dividing-line {
    margin-bottom: 15px;
    border-color: #c3c3c3;
}
.affiliation {
    height: 180px;
}
#footer .item{
    display: flex;
    width: 100%;
    height: 40px;
}
.affiliation .item .content{
    width: 68%;
}
#footer .footer-logo {
    text-align: center;
    line-height: 150px;
}
#footer .footer-nav-title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}
#footer .consult-center .contact-us .item .content{
    width: 68%;
}
#footer .consult-center ul li {
    float: left;
    width: 50%;
}
#footer .consult-center ul li .wechat-link, .wechat-text {
    position: relative;
    text-align: center;
}
#footer .consult-center ul li .code1{
    display: none;
    position: absolute;
    left:0;
    top:-130px;
}
#footer .consult-center ul a:hover .code1 {
    display: block;
}
/* 公共底部结束 */

@media(max-width: 786px) {
    .header{
        height: 50px;
    }
    .logo{
        width: 20%;
        max-width: 80px;
    }
    .nav{
        display: none;
    }
    .nav-toggle{
        display: block;
        background: #fff;
        position: absolute;
        width: 100%;
        height: 172px;
        top: 50px;
        left: 0px;
        margin: 0;
        z-index: 20;
    }
    .nav-toggle ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 170px;
        width: 100%;
    }
    .nav-toggle li{
        width: 90%;
        justify-content: center;
        border-bottom: 1px solid #e7e7e7;
    }
    .nav-toggle ul li a{
        justify-content: center;
        height: 50px;
        width: 100%;
    }
    .menuBtn{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 50px;
        height: 30px;
    }
}

@media(max-width: 420px) {
    .ps_content {
        height: 200px;
        margin-top: 30px;
        margin-bottom: 2px;
    }
    .ps_title_name {
        padding-bottom: 3px;
    }
    .ps_title_desc {
        margin-top: 3px;
    }
    .ps_content .item .multiple_pic .item_content{
        height: 200px;
    }
    .ps_content .item .multiple_pic img{
        max-width: 75px;
        max-height: 150px;
    }
    .ps_content .item .multiple_pic span{
        font-size: 12px;
    }

    .vs_title_name {
        padding-bottom: 3px;
    }
    
    .vs_title_desc {
        margin-top: 3px;
    }

    #footer .footer-logo, .consult-center {
        height: 180px;
        border: none;
        border-bottom: 1px solid #c3c3c3;
        margin-bottom: 20px; 
    }
}