html{
    min-width: 1270px;
}
/*head开始*/
.banner{
    height: 300px;
    background: url("../image/banner-top.jpg") no-repeat center;
    background-size: cover;
}
.head .container{
    padding: 15px;
}
.navbar-brand{
    padding: 0 15px;
    font-weight: 700;
    line-height: 50px;
}
.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结束*/
.img-back {
    padding: 35px 0 60px;
    background: no-repeat center;
    background-size: cover;
}
.foot .img-back {
    padding: 60px 0;
    background: url("../image/foot-back.jpg") no-repeat center;
    background-size: cover;
}
.foot .left-list>div,
.foot .right-list>div{
    margin: 10px;
}
.foot .right-list{
    text-align: right;
}
.container{
    width: 1170px;
}
