*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    color: #333333;
    text-decoration: none;
}
ul,li{
    list-style: none;
}
em{
    font-style: normal;
}
/* 公共头部 */
.header-wrap{
    width: 100%;
    height: 230px;
    background-color: white;
}
.LogoRelation-wrap{
    width: 100%;
    height: 158px;
    border-bottom: 1px solid #EEEEEE;
}
.LogoRelation{
    max-width: 1200px;
    height: 158px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo-img{
    width: 99px;
    height: 112px;
    font-size: 0;
}
.logo-img img{
    width: 100%;
    height: 100%;
}
.logoText{
    width: 438px;
    height: 91px;
    margin-left: 2.5vw;
    padding-left: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
}
.logoText .logoText1{
    font-size: 30px;
    color: #54B33E;
    font-weight: bold;
}
.logoText .logoText2{
    font-size: 18px;
    color: #333333;
    width: 100%;
}
.logoText::before{
    content: "";
    display: block;
    width: 1px;
    height: 91px;
    background-color: #DEDEDE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.relation-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.relation-wrap .phoneIcon{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../image/publicImg/phoneIcon.png) no-repeat;
    background-size: 100% 100%;
}
.relationText{
    margin-left: 12px;
    margin-right: 20px;
}
.phoneNum{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}
.menuBtn{
    display: none;
    width: 36px;
    height: 36px;
    background: url(../image/publicImg/menuIcon.png) no-repeat;
    background-size: 100% 100%;
}
/* 导航列表 */
.nav-wrap{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #EEEEEE;
}
.nav-list{
    max-width: 1200px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.nav-item{
    /* margin-left: 97px; */
    margin-left: 5.052083333333333vw;
    position: relative;
}
.nav-item a:hover{
    color: #54B33E;
}
.nav-item:first-child{
    margin-left: 0;
}
.nav-itemOn>a{
    position: relative;
    color: #54B33E;
}
.nav-itemOn>a::after{
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #54B33E;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* 二级导航 */
.secondNav-wrap{
    display: none;
    width: 100%;
    height: 110px;
    /* border: 1px solid red; */
    background-color: white;
    position: fixed;
    left: 0;
    top: 230px;
    z-index: 996;
}
.secondNav-list{
    width: 80%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.secondNav-item{
    margin-left: 20px;
}
/* 下拉按钮 */
.pullBtn{
    display: none;
    width: 20px;
    height: 20px;
    background: url(../image/publicImg/pullIcon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 12px;
}
/* 底部banner */
.bottom-banner{
    width: 100%;
    height: auto;
    font-size: 0;
}
.bottom-banner img{
    width: 100%;
    height: 100%;
}
/* 公共底部 */
.footer-wrap{
    width: 100%;
    /* height: 462px; */
    height: auto;
    background-color: #333333;
}
#footer{
    width: 80vw;
    max-width: 1228.5px;
    height: 100%;
    margin: 0 auto;
    color: white;
}
/* 友情链接 */
.friendLink{
    width: 100%;
    height: auto;
    display: flex;
    font-size: 14px;
    padding: 30px 0;
    border-bottom: 1px solid #ADADAD;
    align-items: center;
    justify-content: flex-start;
}
.link-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.link-item{
    margin-left: 15px;
}
.link-item a{
    color: white;
}
/* 网站内部链接跳转 */
.insideLink-wrap{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 56px;
    padding-bottom: 90px;
    align-items: flex-start;
    justify-content: space-between;
}
.insideLink-item:first-child{
    margin-bottom: 10px;
    margin-top: 0px;
}
.insideLink-item{
    margin-top: 5px;
}
.insideLink-item a{
    color: white;
    font-size: 14px;
}
/* 公司地址、电话、邮箱 */
.companySite{
    width: 273px;
    height: auto;
    line-height:32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.companySite span{
    display: inline-block;
    width: 81px;
    height: auto;
}
.companySite p{
    width: calc(100% - 81px);
}
.companyPhone{
    margin-top: 15px;
}
.companyEmail{
    margin-top: 15px;
}
/* 二维码 */
.qrcode-wrap{
    display: inline-block;
    width: 127px;
    height: 127px;
    font-size: 0;
}
.qrcode-wrap .qrcodeImg{
    width: 100%;
    height: 100%;
    border: 8px solid white;
}
/* 底部备案 */
.filing-wrap{
    display: flex;
    padding-top: 34px;
    padding-bottom: 28px;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #ADADAD;
}
.filing-wrap span{
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .header-wrap {
        width: 100%;
        height: auto;
    }
    .LogoRelation-wrap{
        width: 100%;
        height: 140px;
    }
    .LogoRelation{
        width: 100%;
        height: 140px;
    }
    .logo-img{
        width: 80px;
        height: 100px;
    }
    .logoText {
        width: 380px;
        height: 80px;
        margin-left: 20px;
        padding-left: 12px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: flex-start;
    }
    .logoText .logoText1 {
        font-size: 28px;
        color: #54B33E;
        font-weight: bold;
    }
    .logoText .logoText2 {
        font-size: 16px;
        color: #333333;
    }
    .relation-wrap .phoneIcon{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../image/publicImg/phoneIcon.png) no-repeat;
        background-size: 100% 100%;
    }
    .relationText {
        margin-left: 8px;
        margin-right: 10px;
    }
    .phoneNum {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
}
/* 移动端布局 */
@media screen and (max-width: 768px) {
    /* 路由跳转 */
    .router-wrap{
        width: 100%!important;
        height: 60px!important;
    }
    .router-list{
        width: 100%!important;
        height: 60px!important;
    }
    .router-item a {
        width: 100%!important;
        height: 60px!important;
        padding: 0 5px!important;
        font-size: 14px!important;
        line-height: 60px!important;
    }
    /* 公共头部 */
    .header-wrap {
        width: 100%;
        height: auto;
    }
    .relation-wrap{
        display: none;
    }
    .LogoRelation-wrap{
        width: 100%;
        height: 70px;
    }
    .LogoRelation{
        width: 100%;
        height: 70px;
        padding-left: 8px;
    }
    .logo-img{
        width: 50px;
        height: 50px;
    }
    .logoText {
        width: 200px;
        height: 50px;
        margin-left: 10px;
        padding-left: 6px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: flex-start;
    }
    .logoText::before {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background-color: #DEDEDE;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .logoText .logoText1 {
        font-size: 14px;
        color: #54B33E;
        font-weight: bold;
    }
    .logoText .logoText2 {
        font-size: 10px;
        color: #333333;
    }
    .relation-wrap .phoneIcon{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../image/publicImg/phoneIcon.png) no-repeat;
        background-size: 100% 100%;
    }
    .menuBtn{
        display: block;
    }


    /* 导航 */
    .nav-wrap{
        display: none;
        width: 100%;
        height: auto;
    }
    .nav-list{
        width: 100%;
        height: auto;
    }
    .nav-item{
        width: 100%;
        height: auto;
        text-indent: 1em;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        margin-left: 0;
        position: relative;
    }
    .nav-item .pullBtn{
        display: block;
    }
    .nav-itemOn>a::after{
        height: 0;
    }
    .secondNav-wrap{
        width: 100%;
        height: auto;
        position: static;
    }
    .secondNav-list{
        width: 100%;
        height: auto;
    }
    .secondNav-item{
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        border-top: 1px solid #eee;
    }
    /* 公共底部 */
    #footer{
        width: 85%;
    }
    .friendLink{
        padding: 20px 0;
    }
    .insideLink-wrap{
        padding: 20px 0;
    }

    .bottom-banner {
        background-image: url('../image/index/20200801102012.jpg');
    }
    

}