@import "./font/iconfont.css";

* {
	margin: 0;
	padding: 0;
}

@media (min-width: 900px) {
    nav {
        position:absolute;
        top: 0;
        display: flex;
        width: 100%;
        z-index: 100;
    }
    
    nav > div {
        height: 220px;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    
    #logo1 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/1.png);
        flex: 353;
    }
    
    #nav1 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/2.png);
        flex: 303;
    }
    
    #nav2 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/3.png);
        flex: 304;
    }
    
    #nav3 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/4.png);
        flex: 348;
    }
    
    #nav4 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/5.png);
        flex: 348;
    }
    
    #logo2 {
        background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/6.png);
        flex: 264;
    }
    
    
    .submenu {
        position: relative;
        top: 4.5vw;
        text-align: center;
        background-color: #FFCA3A;
        border-radius: 10px;
        cursor: pointer;
        line-height: 4vw;
        font-size: 1.5vw;
        display: flex;
        letter-spacing: 0.5vw;
        font-weight: bold;
        flex-direction: column;
    }
    
    .submenu > a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 2px solid;
    }
    
    .submenu > a:nth-last-of-type(1) {
        border-bottom: 0;
    }
}

@media (max-width: 900px) {
    header {
        height: 50px;
        width: 100%;
        background-color: #FF9B00;
        position:absolute;
        top: 0;
        display: flex;
        z-index: 100;
        align-items: center;
        justify-content: center;
        padding: 1px 10px;
    }
    
    header button {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        background-color: transparent;
        border:transparent;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        
    }
    
    header button svg {
        width: 30px;
        height: 30px;
        color: #ffffff;
        display: block;
    }
    
    header button:focus,
    header button:hover {
        box-shadow: 0 0 0 0.25rem #ffffff90;
    }
    
    header .text {
        text-align: center;
        flex: 1 1 0%;
        font-weight: 400;
        font-size: 20px;
        line-height: 50px;
        color: #ffffff;
    }
    
    .select {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        display: flex;
    }
    
    .select nav {
        width: 30%;
        background-color: #FF9B00;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
    
    .select .nav-mark {
        flex: 1;
        background-color: #ffffff95;
    }
    
    .select nav .parentmenu {
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 5px;
        margin: 5px 2px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
    }
    
    .menuitem a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #ffffff;
        border-radius: 5px;
        margin: 5px 10px;
        text-align: center;
        font-size: 15px;
    }
}

.none {
    display: none;
}

nav {
    user-select: none;
}

footer {
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/footer-bj.jpg);
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    /* height: 30vw; */
}


footer #footer1 {
    text-align: center;
    font-weight: bold;
}

.smallFooter #footer1{
    text-align: left;
}

.smallFooter #footer2-1-2 {
    line-height: normal !important;
}
.smallFooter {
    padding: 0.8vw;
}

footer #footer1 #footer1-1 {
    color: #FFC73A;
    font-size: 2.86458vw;
}

footer #footer1 #footer1-2 {
    color: #FFB13A;
    font-size: 2.39vw;
}

footer #footer2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

footer #footer2 #footer2-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 20%;
}

footer #footer2 #footer2-1 #footer2-1-1 {
    font-size: 1.5625vw;
    color: #333333;
}

footer #footer2 #footer2-1 #footer2-1-2 {
    display: flex;
    line-height: 1.1vw;
    margin: 0.7vw 0 0.7vw
}

footer #footer2 #footer2-1 #footer2-1-2 #footer2-1-2-1 {
    font-size: 1.171875vw;
    font-family: "SourceHanSansCN";
    color: #333333;
}

footer #footer2 #footer2-1 #footer2-1-2 #footer2-1-2-2 {
    width: 1.1vw;
    height: 1.1vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 2px;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/phone.jpg);
}

footer #footer2 #footer2-1 #footer2-1-2 #footer2-1-2-3 {
    font-size: 2vw;
    font-family: "SourceHanSansCN";
    color: #ff9b00;
    font-weight: bold;
}

footer #footer2 #footer2-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 30%;
    line-height: 2.5vw;
}

footer #footer2 #footer2-2 div {
    font-size: 1.171875vw;
}
#footer3-1{
    padding-top: 3vw;
}

footer #footer3 #footer3-1 {
    font-size: 1.5625vw;
    font-family: "SourceHanSansCN";
    color: #333333;
}

footer #footer3 #footer3-2 {
    display: flex;
}

footer #footer3 #footer3-2 #footer3-2-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #footer3 #footer3-2 #footer3-2-1 #footer3-2-1-1 {
    height: 2.474vw;
    width: 2.474vw;
    margin: 1vw 0;
    border: #000000 1px solid;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/gz-icon-1.jpg);
}

footer #footer3 #footer3-2 #footer3-2-1 #footer3-2-1-2 {
    width: 8vw;
    height: 8vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/ma-1.jpg);
}

footer #footer3 #footer3-2 #footer3-2-1 #footer3-2-1-3 {
    font-family: "SourceHanSansCN";
    color: #000000;
    font-size: 1.171875vw;
}

footer #footer3 #footer3-2 #footer3-2-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #footer3 #footer3-2 #footer3-2-2 #footer3-2-2-1 {
    height: 2.474vw;
    width: 2.474vw;
    margin: 1vw 0;
    border: #000000 1px solid;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/gz-icon-2.jpg);
}

footer #footer3 #footer3-2 #footer3-2-2 #footer3-2-2-2 {
    width: 8vw;
    height: 8vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://mainstb.oss-cn-shenzhen.aliyuncs.com/pengyubrother/pc-pic/common/ma-2.jpg);
}

footer #footer3 #footer3-2 #footer3-2-2 #footer3-2-2-3 {
    font-family: "SourceHanSansCN";
    color: #000000;
    font-size: 1.171875vw;
    margin-bottom: 2vw;
}

.hr {
    margin: .1vw 0 0 0;
    background-color: #1ae770;
    height: 3px;
    font-size: 20px;
    border: none;
    width: 100%;
}

.footer img {
    display: inline;
}

.fp-controlArrow.fp-prev {
    width: 20px;
    height: 20px;
    border-width:0 0 3px 3px ;
    border-color:#aba6a6;
    transform: rotate(45deg);
    /* border-right-color: #007AFF; */
  
}
.fp-controlArrow.fp-next {
    width: 20px;
    height: 20px;
    border-width: 3px 3px 0 0;
    border-color:#aba6a6;
    transform: rotate(45deg);
    /* border-left-color: #007AFF; */
  
}

/*  左侧悬浮窗 */
.extra-wrap {
    position: fixed;
    right: 15px;
    bottom: 7vw;
    z-index: 99;
    border-radius: 4px;
    box-shadow: 0 6px 28px 2px rgb(0 0 0 / 4%), 0 4px 26px 2px rgb(0 0 0 / 3%), 0 2px 24px 1px rgb(0 0 0 / 2%);
    font-size: 12px;
}
.extra-wrap:hover {
    cursor: pointer;
}
.noBack {
    width: 44px;
}
.noBack > img {
    width: 100%;
}
.connect {
    bottom: 12.6vw; 
}
.more {
    display: none;
    font-size: 1.5vw;
    position: absolute;
    left: -270px;
    padding: 10px;
   
    background-color: #fff;
}
.boxSha {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
}

.moreFlex {
    display: flex;
    width: auto;
    border: 2px solid;
}
.imgBox {
    display: flex;
    flex-direction: column;
}

.tel {
    left: -13vw;
    width: 11vw;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px inset #ff9b00;
}
.extra-li {
    padding: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffb73a;
    background-color: #fff;
}
.extra-li:hover {
    /* background-color: #f8f8f8; */
    text-decoration: none;
    background-color: #f7f7f7;
}
.extra-li:last-child {
    border: none;
}
.extra-btn {
    display: block;
   
   
}
