*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Microsoft YaHei, Microsoft YaHei;
    background: rgba(251,230,124,0.11);
}
p{
    line-height: 1;
}
img{
    display: block;
}
input{
    border: none;
}
textarea{
    border: none;
}
li{
    list-style: none;
}
a{
    color: #888888;
    text-decoration:none;
}
.con{
    width: 1613px;
    margin: 29px auto 0 auto;
}
.showm{
    display: none !important;
}
.navBanner {
    position: relative;
    width: 100%;
    height: auto;
}
/*导航*/
.nav{
    width: 100%;
    height: 80px;
    background: rgba(250,182,29,0.35);
    box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.navCon{
    /*width: 1400px;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 398px;
    position: relative;
}
.navlogoCon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navlogoCon > p {
    font-size: 28px;
}
.navlogo{
    width: 87px;
    height: 80px;
    margin-right: 30px;
}
.navText{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    color: #888888;
    cursor: pointer;
}
/* .navText .active{
    color: rgba(250,182,29,0.8);
} */
.navTextLi{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 35px;
}
.navConR{
    font-size: 14px;
    color: #888888;
    display: flex;
    flex-direction: row;
    position: relative;
}
.navPhoneBtn{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navPhoneImg{
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
}
.navPhone{
    font-size: 18px;
    color: #888888;
}
.mnavPhoneBtn{
    width: 100%;
}
.mnavPhoneBtnT{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.mnavPhoneBtnS{
    font-size: 12px;
    font-weight: bold;
    color: #888888;
    margin-top: 5px;
}
.mnavPhoneBtnTImg{
    width: 14px;
    height: 14px;
}
.mnavPhoneBtnG{
    width: 1px;
    height: 11px;
    background:#888888;
    /*margin: 0 9px;*/
}
@media (max-width:1200px) {
    .navCon{
        padding-right: 150px;
    }
}
@media (max-width:991px) {
    .navCon{
        padding-right: 0px;
    }
    .navPhoneBtn{
        display: none;
    }
}
@media (max-width:767px) {
    .navCon{
        padding-right: 10px;
    }
    .showpc{
        display: none !important;
    }
    .showm{
        display: block!important;
    }
}