* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}
p{
    font-size: 14px;
}
ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.container {
    width: 1270px;
    margin: 0 auto;
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

.top{
    position: relative;
}

@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

}

/* language */
.language{
    position: relative;
    text-transform: Capitalize;
    cursor: pointer;
}
.language>p{
    color: #333;
    line-height: 60px;
}
.top-right{
    display: none;
}
.language .top-right{
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #0e7fff;
}
.top-right a{
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

/*导航*/
.navbar {
    background: rgba(255, 255, 255, 0.8);
    transition: 1s;
    left: 0;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;

    z-index: 9999;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 110px;
    display: block;
}

.navbar-brand>img {
    width: 100%;
    display: block;
    background: transparent;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 0 10px;
    line-height: 80px;
}

.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    padding: 0 15px;
}

.navbar>div>i {
    display: none;
}
.top-right{
    display: none;
}

@media all and (max-width:768px) {
    .navbar {
        position: relative;
    }
    .navbar-brand{
        background: #fff;
    }
    .navbar>div>i {
        display: block !important;
        font-size: 26px;
        padding: 19px 10px;
    }

    .navbar-nav {
        display: none;
        position: absolute;
        left: 0;
        top: 84px;
        text-align: center;
        width: 100%;
        background: #333;
    }

    .navbar-nav>li {
        line-height: 40px;

    }

    .navbar-nav>li>a {
        color: #fff;
    }

    .search {
        right: 76px;
        bottom: -102px;
    }
}
/* search */
.search{
    line-height: 55px;
    position: relative;
}
.search input{
    border-radius: 50px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}
.search input::placeholder{
    
}
.search button{
    border: transparent;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 40%;
}

.foot-down{
    background: #f5f5f5;
    padding: 30px 0;
}

.foot-logo{
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.foot-logo>img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.foot-down ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.foot-down ul>li{
    padding: 10px 10px;
}
.foot-down ul>li>a{
    font-size: 14px;
    color: #333;
}
.contact{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.contact>p{
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
}

.foot{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}



.foot a{
    color: #fff;
    font-size: 14px;
}

@media all and (max-width:768px) {
    .footer ul>li{
        width: 100%;
    }
    .foot-pro,.foot-ewm{
        display: none;
    }
    .foot-down ul>li{
        padding:  10px 6px;
    }
}