﻿.InBeijing-head{
    width: 100%;
    height: 239px;
    background: url(fu-header.jpg) top center no-repeat;
    position: relative;
    min-width: 1200px;
}
#inputBox{
    width: 400px;
    height: 58px;
    outline: none;
    border: 0;
    color: #333333;
    float: left;
    line-height: 58px;
    padding-left: 16px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#btn{
    width: 130px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #004ea2;
    border: none;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.capital-vicenav{
    width: 100%;
    height: 55px;
    min-width: 1200px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.capital-vicenav .capital-vicenav-ul{
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}
.vicenav-li{
    width: 198px;
    height: 55px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: center;
    position: relative;
    background: url(vicenav-li-bg.png);
    margin-right: 2px;
}
.vicenav-li a{
    color: #fff;
}
.vicenav-li i{
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    background: url(white-arrow.png) no-repeat;
    _margin-top: 5px;
    transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.vicenav-li.capital-active{
    background: #004ea2;
}
.vicenav-li.capital-active a{
    color: #fff;
}
.vicenav-li.capital-active i{
    background: url(white-arrow.png) no-repeat;
    transform: rotate(180deg) scale(1,1);
	-ms-transform: rotate(180deg) scale(1,1);
	-moz-transform: rotate(180deg) scale(1,1);
	-webkit-transform: rotate(180deg) scale(1,1);
	-o-transform: rotate(180deg) scale(1,1);
}
.capital-vicenav-box{
    width: 168px;
    position: absolute;
    left: 0;
    top: 55px;
    background-color: rgb(48, 111, 194);
    opacity: 0.922;
    display: none;
    z-index: 10;
    font-weight: normal;
    padding: 0 15px;
}
.capital-vicenav-box ul{
    padding: 5px 0;
}
.capital-vicenav-box li{
    width: 180px;
    /* height: 40px; */
    text-align: left;
    line-height: 40px;
    /* overflow: hidden; */
}
.capital-vicenav-box li a{
    font-size: 16px;
    color: #fff;
}
.index-search-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
.index-search-zhezhao{
    width: 100%;
    height: 100%;
    background: url(search-zhezhao.png);
    opacity: 0.702;
}
.index-search-content-list{
    width: 948px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -474px;
}
.index-search-content-list-start{
    width: 730px;
    height: 60px;
    padding: 70px 85px;
    background: #f5f6f8;
    float: left;
}
.index-close{
    width: 48px;
    height: 48px;
    float: left;
    cursor: pointer;
}