*{margin: 0;padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none;}

.mobile{
    display: none;
}

/* 导航栏 */
nav{
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background-color: #fff; 
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 3px 8px 0 rgba(215,220,233,.55);
/*    background-color: hsla(0, 0%, 100%, .9);*/
}
nav .left{
    display: flex;
    padding-left: 50px;
}
nav .left .logo{
    display: flex;
    align-items: center;
}
nav .left .menu>ul{
    height: 87px;
    line-height: 87px;
    display: flex;
    align-items: center;
}
nav .left .menu>ul>li{
    margin: 0 20px;
    height: 87px;
    position: relative;
}
nav .left .menu>ul>li>a{
    display: inline-block;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 600;
    font-size: 16px;
    color: #010203; 
    text-align: center;
    font-style: normal;
    text-transform: none;
}
nav .left .menu>ul>li.active>a{
    color: #0E6CDF;
    border-bottom: 3px solid #0E6CDF;
}
nav .left .menu>ul>li:hover >a{
    color: #0E6CDF;
    border-bottom: 3px solid #0E6CDF;
}
nav .right {
    display: flex;
    align-items: center;
    padding-right: 50px;
}
nav .right>div{
    display: flex;
    align-items: center;
}
nav .right>div>p{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 600;
    font-size: 14px;
    color: #010203;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
nav .right>div>div{
    width: 144px;
    height: 50px;
    background: #3B72E2;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dropdown {  
    display: none;
    position: absolute;  
    top: 100%;
    left: 0;  
    background-color: white;  
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  
    z-index: 1000;  
    transition: all 0.3s ease;
    line-height: 30px;
    width: 127px;
}
.dropdown li{
    width: 100%;
}
.menu li:hover .dropdown {  
    display: block;
}
.dropdown a {  
    display: block;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #010203;
}
.dropdown a:hover{
    background-color: #4c84f7;
    color: #ffffff;
}

/* 底部 */
footer{
    width: 100%;
    margin: 0 auto;
    background-color: #1d2437;
    padding: 50px 0;
    margin-top: -10px;
}
footer .content{
    width: 1200px;
    margin: 0 auto;
}
footer .content .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
footer .content .top>div div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .content .top>div div img{
    width: 34px;
    height: 34px;
}
footer .content .top>div div span{
    display: inline-block;
    color: #fff;
    background-image: url(../images/footer-logo-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 202px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
footer .content .top>div p{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 15px 0;
    letter-spacing: 1px;
}
footer .content .top>ul p{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
footer .content .top>ul li{
    margin: 10px 0;
}
footer .content .top>ul li a{
    font-weight: 500;
    font-size: 14px;
    color: #ABB2BE;
}
footer .content .top div>img{
    width: 132px;
    height: 132px;
}
footer .content .top div:last-child {
    text-align: center;
}
footer .content .bottom{
    width: 100%;
}
footer .content .bottom .link{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
footer .content .bottom .link p{
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}
footer .content .bottom .link ul {
    display: flex;
}
footer .content .bottom .link ul li{
    margin: 0 15px;
    border-right: 1px solid #ABB2BE;
    padding-right: 20px;
}
footer .content .bottom .link ul li a{
    font-weight: 500;
    font-size: 14px;
    color: #ABB2BE;
}
footer .content .bottom .copyright{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
footer .content .bottom .copyright p{
    font-weight: 500;
    font-size: 14px;
    color: #ABB2BE;
    margin-right: 50px;
}
footer .content .bottom .copyright div{
    display: flex;
    align-items: center;
}
footer .content .bottom .copyright div img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .content .bottom .copyright div a{
    font-weight: 500;
    font-size: 14px;
    color: #ABB2BE;
}

/* 右侧导航 */
.fixed-nav{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: end;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}
.fixed-nav>div{
    width: 60px;
    max-height: 200px;
    background-color: #7c8491;
    text-align: center;
    color: #fff;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.fixed-nav>.active{
    width: 130px;
    max-height: 150px;
    flex-direction: row;
    align-items: center;
    background-color: #3b72e2;
}
.fixed-nav>.active img{
    margin-bottom: 0px;
    margin-right: 5px;
}
.fixed-nav:nth-child(2)>.active>img{
    display: none;
}
.fixed-nav:nth-child(2)>.active>p{
    display: none;
}
.fixed-nav:nth-child(1)>.active>div{
    display: block;
}
.fixed-nav:nth-child(2)>.active>div{
    display: flex;
    align-items: center;
}
.fixed-nav:nth-child(2)>.active>div>div>div{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.fixed-nav>div img{
    width: 25px;
    height: 25px;
    margin-bottom: 1px;
}
.fixed-nav>div p{
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
}
.fixed-nav>div:nth-child(1)>div{
    display: none;
}
.fixed-nav>div:nth-child(2)>div{
    display: none;
}
.fixed-nav>div:nth-child(3)>div{
    display: none;
}
.fixed-nav:nth-child(2)>.active .erweima{
    display: block;
    text-align: center;
}
.fixed-nav>div:nth-child(3) .erweima img{
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 5px;
}

/* 获取价格 */
.price{
    width: 100%;
    height: 484px;
    margin: 0 auto;
    margin-top: 60px;
    background-image: url(../images/index/index-price-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.price .title h1{
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}
.price .content{
    width: 410px;
}
.price .content form{
    width: 100%;
}
.price .content form .item{
    width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}
.price .content form .item input{
    width: 100%;
    height: 58px;
    border: 0;
    background-color: initial;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    outline: none;
    padding-left: 10px;
    background-color: #ffffff;
}
.price .content form .item button{
    width: 100%;
    height: 58px;
    box-shadow: 13px 0px 27px 0px #213C6C;
    border-radius: 10px;
    background: linear-gradient(to right,#f59b01,#f6b23e);
    color: #ffffff;
    font-size: 18px;
    border: 0;
    cursor: pointer;
}

/* 所在位置和搜索 */
.container .position{
    width: 1200px;
    margin: 10px auto;
    position: relative;
    z-index: 9998;
}
.container .position{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .position>div:nth-child(1){
    display: flex;
    align-items: center;
}
.container .position>div:nth-child(1) img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.container .position>div:nth-child(1) p{
    font-weight: 500;
    font-size: 14px;
    color: #353958;
}
.container .position>div:nth-child(1) p a{
    font-weight: 500;
    font-size: 14px;
    color: #353958;
}
.container .position>div:nth-child(1) p a:hover{
    text-decoration: none;
    color: #000;
}
.container .position>div:nth-child(2) {
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 0 20px;
    position: relative;
}
.container .position>div:nth-child(2) .search-box{
    display: flex;
    align-items: center;
    height: 40px;
}
.container .position>div:nth-child(2) input{
    width: 200px;
    border: 0;
    background-color: initial;
    outline: none;
    color: #000;
    transition: width 0.3s;  
}
.container .position>div:nth-child(2) .focused {  
    width: 450px;  
}
.search-icon {  
    position: absolute;  
    right: 1px;  
    top: 50%;  
    transform: translateY(-50%); 
    display: none;  
    background-color: #4c84f7;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
} 
.search-icon img{
    width: 15px;
    height: 15px;
}
.suggestions {  
    position: absolute;  
    top: 60px;  
    left: 0;  
    right: 0;  
    border: 1px solid #ccc;  
    background-color: white;  
    z-index: 1; 
    overflow-y: auto; 
    border-radius: 10px;
    box-shadow: 1px 1px 5px #c1d1f3; 
    display: none;  
}  
.suggestions div {  
    padding: 10px;  
    cursor: pointer;  
}  
.suggestions div:nth-child(1){
    border-bottom: 1px solid #ccc;
}
.suggestions div:hover {  
    background-color: #f0f0f0;  
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    header{
        width: 100%;
        height: 44px;
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    header .hidden{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F7F9FF;
    }
    header .hidden .menu img{
        margin-left: 10px;
        width: 30px;
        height: 30px;
        margin-top: 8px;
        cursor: pointer;
    }
    header .hidden p{
        font-size: 20px;
        font-weight: 400;
        color: #010203;
    }
    header .hidden .contact img{
        margin-right: 10px;
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }

    header .show{
        width: 100%;
        display: none;
        justify-content: space-between;
        align-items: center;
        background-color: #347cf9;
    }
    header .show .menu img{
        margin-left: 10px;
        width: 30px;
        height: 30px;
        margin-top: 8px;
        cursor: pointer;
    }
    header .show p{
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
    }
    header .show .contact img{
        margin-right: 10px;
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }
    header .show .show_box{
        position: absolute;
        width: 100%;
        top: 98%;
        background-color: #ffffff;
        padding: 20px 0;
    }
    header .show .show_box>div>a{
        display: flex;
        align-items: center;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    header .show .show_box>div a img{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    header .show .show_box>div a span{
        color: #7C8491;
    }
    header .show .show_box>div a.active span{
        color: #4c84f7;
    }
    header .show .show_box_dropdown_toggle img{
        margin-top: 6px;
    }
    .show_box_dropdown_menu {
        margin-bottom: 20px;
        display: none;
        flex-direction: column;
    }
    .show_box_dropdown_menu a{
        display: inline-block;
        padding: 10px 0;
        color: #7C8491;
        font-size: 16px;
        margin-left: 45px;
    }
    .show_box_dropdown_menu a:hover{
        color: #347CF9;
        background-color: rgba(52, 124, 249, 0.2);
    }
    .show_box_dropdown:hover .show_box_dropdown_menu{
        display: none;
    }

    /* 获取价格 */
    .price{
        width: 100%;
        height: 306px;
        margin: 0 auto;
        margin-top: 1px;
        background-image: url(../images/index/index-price-bg.png);
        background-repeat: no-repeat;
        background-size: 150% 150%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .price .title h1{
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
    }
    .price .content{
        width: 263px;
    }
    .price .content form{
        width: 100%;
    }
    .price .content form .item{
        width: 100%;
        margin: 20px 0;
        border-radius: 1px;
        overflow: hidden;
    }
    .price .content form .item input{
        width: 100%;
        height: 32px;
        border: 0;
        background-color: initial;
        font-weight: 500;
        font-size: 11px;
        color: #B6B9C0;
        outline: none;
        padding-left: 10px;
        background-color: #ffffff;
    }
    .price .content form .item button{
        width: 100%;
        height: 32px;
        box-shadow: 13px 0px 27px 0px #213C6C;
        border-radius: 1px;
        background: linear-gradient(to right,#f59b01,#f6b23e);
        color: #ffffff;
        font-size: 11px;
        border: 0;
    }

    /* 所在位置和搜索 */
    .container-move .position{
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 1000;
    }
    .container-move .position{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .container-move .position>div:nth-child(1){
        display: flex;
        align-items: center;
    }
    .container-move .position>div:nth-child(1) img{
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .container-move .position>div:nth-child(1) p{
        font-weight: 500;
        font-size: 12px;
        color: #353958;
    }
    .container-move .position>div:nth-child(1) p a{
        font-weight: 500;
        font-size: 12px;
        color: #353958;
    }
    .container-move .position>div:nth-child(1) p a:hover{
        text-decoration: none;
        color: #000;
    }
    .container-move .position>div:nth-child(2) {
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #cccccc;
        padding: 0 10px;
        position: relative;
    }
    .container-move .position>div:nth-child(2) .search-box{
        display: flex;
        align-items: center;
        height: 24px;
    }
    .container-move .position>div:nth-child(2) input{
        width: 100px;
        border: 0;
        background-color: initial;
        outline: none;
        color: #000;
        transition: width 0.3s;  
    }
    .container-move .position>div:nth-child(2) .focused {  
        width: 130px;  
    }
    .search-icon {  
        position: absolute;  
        right: 1px;  
        top: 50%;  
        transform: translateY(-50%);
        background-color: #4c84f7;
        width: 27px;
        height: 18px;
        padding: 0;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    .search-icon img{
        width: 14px;
        height: 14px;
    }
    .suggestions {  
        position: absolute;  
        top: 30px;  
        left: 0;  
        right: 0;  
        border: 1px solid #ccc;  
        background-color: white;  
        z-index: 1; 
        overflow-y: auto; 
        border-radius: 5px;
        box-shadow: 1px 1px 5px #c1d1f3; 
        display: none;  
    }  
    .suggestions div {  
        padding: 5px;  
        cursor: pointer;  
        font-size: 12px;
    }  
    .suggestions div:nth-child(1){
        border-bottom: 1px solid #ccc;
    }
    .suggestions div:hover {  
        background-color: #f0f0f0;  
    }

    /* 底部 */
    .footer{
        width: 100%;
        padding: 50px 0;
        background-color: #222222;
    }
    .footer div{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .footer div p{
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-weight: 100;
    }
    .footer .logo{
        flex-direction: row;
    }
    .footer .logo img{
        width: 50px;
        height: 56px;
        margin-right: 10px;
    }
    .footer .logo div p{
        margin: 0;
    }
    .footer .logo div p:nth-child(1){
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 6px;
        color: #FFFFFF;
    }
    .footer .logo div p:nth-child(2){
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 4px;
        color: #FFFFFF;
    }
    .footer .top span{
        font-size: 14px;
        display: inline-block;
        margin-bottom: 15px;
        color: #A1A1A7;
        font-weight: 100;
    }
    .footer div ul{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer div ul li{
        width: 40%;
        margin-bottom: 15px;
    }
    .footer div ul li a{
        color: #A1A1A7;
        font-size: 14px;
    }
    .footer .wechat img{
        width: 70px;
        height: 70px;
    }
    .footer .link{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer .link a{
        width: 80px;
        border-right: 1px solid #A1A1A7;
        color: #A1A1A7;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer .gongan span{
        font-size: 12px;
        color: #A1A1A7;
    }
    .footer .gongan img{
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .footer .gongan div{
        width: 100%;
        margin-top: 10px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0px;
    }
    .fixed-nav{
        display: none;
    }
}

@media (max-width: 1399px){
nav .left {padding-left: 10px;}
nav .right{padding-right: 10px}
.logo img{max-height: 50px;}
nav .left .menu>ul>li{margin: 0 0 0 30px;}
} 