﻿html{
    color: #333;
}
*{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
    color: #333;
}

.topnav{
    width: 100%;
    height: 35px;
    background: #3f3f47;
}
    .topnav .toptext{
        max-width: 1400px;
        margin: auto;
        text-align: right;
        padding-right: 35px;
    }
        .topnav .toptext span,.topnav .toptext span a{
            text-decoration: none;
            color: white;
            font-size: 12px;
            line-height: 35px;
        }
/* banner */
.banner{
    z-index: -1;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img{
    display: inline-block;
    width: 100%;
}

/* 公司简介导航 */

.about-nav{
    width: 100%;
    margin-bottom: 3%;
    border-bottom: 1px solid #e5e5e5;
}
.about-nav ul{
    max-width: 580px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.about-nav ul li{
    float: left;
}
.about-nav ul li a{
    display: inline-block;
    ;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    line-height: 70px;
}

.about-nav ul li:hover a{
    color: #027600;
}


/* 位置 */
.localtion{
    position: absolute;
    bottom: 4%;
    right: 12.5%;
    color: red;
}
.localtion p,.localtion a{
    display: inline-block;
    font-size: 12px;
    color: white;
    vertical-align: text-top;
}
.localtion p:nth-child(1){
    margin-right: 5px;
}
.localtion p:nth-child(2) a{
    color: white;
}
.localtion .local-active,.localtion a{
    vertical-align: text-top;
    /* position: relative;
    top: -2px; */
    color: #f7a620;
}


/* 底纹 */
.shading{
    background: url(../img/shading.jpg) no-repeat;
    background-size: 100% 100%;
    height: 13.7vw;
    padding-left: 19%;
}
.shading>p{
    color: white;
    padding-right: 16%;
}
.shading>p:nth-child(1){
    font-size: 24px;
    font-weight: 200;
    padding-top: 5%;
    padding-bottom: 0.5%;
}
.shading>p:nth-child(2){
    font-size: 34px;
}


/* 底部 */
.footer{
    width: 100%;
    background: #ededed;
    padding-top: 5.3%;
    padding-bottom: 4.5%;
}
.footer-container{
    max-width: 1400px;
    margin: auto;
}
    .footer .footer-left{
        display: inline-block;
        width: 61%;
        float: left;
    }
    .foot-nav{
        text-align: left;
        padding-right: 6%;
        margin-bottom: 4.8%;
    }
    .foot-nav>p>a{
        color: #333 !important;
    }
    .footer .footer-left>div>p{
        width: 15%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #c6c6c6;
    }
    .foot-text1,.foot-text2,.foot-text3{
        font-size: 12px;
        color: #666;
    }
    .foot-text1{
        margin-bottom: 2.5%;
        padding-left: 5%;
    }
    .foot-text2,.foot-text3{
        padding-left: 5%;
        line-height: 20px;
    }
    .foot-text3{
        margin-bottom: 3%;
    }
    .footer-right{
        display: inline-block;
        width: 30%;
        margin-left: 9%;
    }
        .vchat-img .vchat-left{
            display: inline-block;
        }
        .vchat-img{
            float: left;
        }
        .vchat-img>img{
            display: inline-block;
            width: 100%;
        }
        .vchat-right>p{
            line-height: 28px;
            padding-left: 45%;
        }
        .vchat-right>p:nth-child(1){
            margin-top: 5%;
        }
        .vchat-right>p:nth-child(2){
            font-size: 14px;
            color: #027600;
        }
        .vchat-right>p:nth-child(3),.vchat-right>p:nth-child(4){
            font-size: 12px;
            color: #666;
        }
/* 技术支持 */
.foot-supply{
    width: 100%;
    background: #3f3f47;
    text-align: center;
    padding-top: 1.2%;
	color: white;
    font-size: 12px;
    padding-bottom: 1.2%;
}

.foot-supply a{
color: white;
    font-size: 12px;
    display: inline-block;
}
.foot-supply a:hover{
color: white;
    font-size: 12px;
    display: inline-block;
}

@media(max-width:940px){
    .footer .footer-left{
        width: 100%;
    }
    .foot-nav{
        padding: 0px;
    }
    .footer .footer-right{
        width: 318px;
        margin-left: calc(50% - 159px);
        /* padding: 0 2%; */
    }
    .vchat-img{
        margin-right: 25px;
    }

  .footer .footer-left p{
    padding:0 5%;
    line-height: 24px;

}
@media(max-width:460px){
    .footer .footer-left>div>p{
        width: 30%;
        margin-bottom: 2%;
    }
    .foot-text1,.foot-text2,.foot-text3{
        padding-right: 5%;
    }

    .banner>img{
        width: 180%;
        margin-left: -40%;
    }
}



@media(max-width:1030px){
    .shading{
        height: 17.7vw;
    }
}

@media(max-width:600px){
    .shading>p:nth-child(1){
        font-size: 18px;
    }
    .shading>p:nth-child(2){
        font-size: 22px;
    }
    
}

@media(max-width:460px){
    .shading{
        height: 26.7vw;
    }
    .shading>p:nth-child(1){
        font-size: 16px;
    }
    .shading>p:nth-child(2){
        font-size: 22px;
    }
.about-nav ul{
    display: block;
	padding:0 2%;
}
.about-nav ul li{
	margin:0 5%;
}
}