html{
    min-width: 1270px;
}
/*head开始*/
.head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.head .container{
    padding: 15px;
}
.navbar-brand{
    padding: 0 15px;
    font-weight: 700;
    line-height: 50px;
}
/*.navbar-brand{
    position: relative;
    width: 200px;
    padding: 0;
    line-height: 1;
}
.navbar-brand .website-name{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-brand .name-zh{
    font-weight: 700;
    letter-spacing: 5px;
}
.navbar-brand .name-en{
    margin-top: 5px;
    font-size: 14px;
}*/
.navbar-toggle>div{
    display: inline-block;
}

.navbar-brand>img{
    display: inline-block;
    width: 60px;
}
.navbar-nav{
    text-align: center;
}
.nav li{
    padding: 0 15px;
}
.nav > li > a{
    padding: 15px 0 5px;
}
/*下拉菜单*/
.menuOut{
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: absolute;
    transition: opacity 1s ease;
    left: -9999px;
    opacity: 0;
     /*display: flex;
     display: -webkit-flex;
     flex-flow: column;*/
    margin-top: 0;
}
ul.menuOut>li{
    background: none;
    width: 100%;
}
.menuOut a{
    white-space: nowrap;
    padding: 15px 0;
    display: block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
}
.nav li:hover ul{
    left: 0;
    opacity: 1;
    z-index: 99;
}
.nav li:hover ul a {
    background: none;
    border-radius: 0;
}
.nav>li:nth-child(3){
    background:none ;
    cursor: pointer;
}
.head_menu .menuOut li a{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
/*下拉菜单结束*/

/*head结束*/

/*foot开始*/
.foot{
}
.foot-list{
   /* padding-top: 30px;
    padding-bottom: 30px;*/
}
.foot-list>div{
    line-height: 30px;
    text-align: center;
}

.foot img{
    margin-top: 35px;
    width: 100%;
}
@media (max-width: 767px) {
    .foot .item{
        display: none;
    }
}
/*foot结束*/
.foot-back {
    padding: 35px 0 60px;
    background: no-repeat center;
    background-size: cover;
}
.foot .foot-back {
    padding: 60px 0;
}
.foot .left-list>div,
.foot .right-list>div{
    margin: 10px;
}
.foot .right-list{
    text-align: right;
}
.container{
    width: 1170px;
}
.content{
    margin-top: 80px;
}
