/*首页应用的头部css*/
.in{
   /* width: 1200px;
    margin: auto;*/
}
.header-title{
   height: 120px;
}
.heads-img{
    margin-top: 35px;
}
.heads-img img{
    height: 50px;
}
.serach{
    float: right;
    height: 120px;
    line-height: 120px;
}
.search-btn{
    vertical-align: middle;
    height: 40px;
    float: left;
    margin-right: 55px;
}
.search-btn .search-bs{
    border: 1px solid #bababa;
    width: 280px;
    height: 40px;
    position: relative;
    top: 39.4px;
    left: 6px;
    display: inline-block;
}
.search-btn select{
    width: 90px;
    height: 38px;
    border: none;
    background-color: #eee;
}
.search-btn input{
    height: 40px;
    border: 1px solid #bababa;
    width: 280px;
    vertical-align:middle;
}
.search-btn button{
    border: none;
    width: 45px;
    height: 40px;
    background-color: #246fd4;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    vertical-align:middle;
    position: relative;
    left: -5px;
}
.serach a{
    width:70px;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-left: 10px;
    text-align: center;
}
.serach a:hover{
    color: #246fd4;
}
.nav{
    background-color: #246fd4;
}
.nav ul li{
    float: left;
    width: 150px;
    text-align: center;
    height:50px;
}
.nav ul li:hover{
    background-color: #1459b4;
}
.nav ul li.active{
    background-color: #1459b4;
}
.nav ul li a{
    display: block;
    line-height: 50px;
    color: #fff;
    font-size:18px;
}

footer{
    padding: 40px 0;
    background: #333333;
}
.foot_left ul{
    display: flex;
}
.foot_left ul li{
    width: 20%;
    text-align:center;
}
.foot_left ul li a{
    font-size: 16px;
    color: #eeeeee;
    line-height: 80px;
    letter-spacing: 0px;
}
.foot_left p{
    text-align: center;
}
.foot_left span{
    font-size: 16px;
    color: #eee;
    line-height: 32px;
    margin-right: 25px;
    margin-left: 25px;
}
.foot_left span b{
    font-size: 36px;
    color: #fff;
    line-height: 48px;
}
.foot_right{
    text-align: center;
}
.foot_right img{
    width: 100%;
}
.foot_right span{
    display: inline-block;
    font-size: 16px;
    color: #eee;
    line-height: 32px;
    margin-top: 10px;
}
.foot-bottom{
    height: 50px;
    background: #454545;
}
.foot-bottom p{
    text-align: center;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 50px;
    letter-spacing: 0px;
}
.foot-bottom a{
    color: #c3c3c3;
}
@media screen and (max-width: 1200px) {
    body{
        width: 1200px;
    }
    .in{
        width: 1200px;
    }
}
@media (max-width: 768px){
    body{
        width: 100%;
    }
    .in{
        width: 100%;
    }
}