﻿.InBeijing-head{
    width: 100%;
    height: 239px;
    background: url(../images/zxtop-bg.png) top center no-repeat;
    position: relative;
    min-width: 1200px;
}
#inputBox{
    width: 582px;
    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);
    background-image: url(magnifier.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.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: 219px;
    height: 55px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: center;
    position: relative;
    background: url(../images/vicenav-li-bg.png);
    margin-right: 2px;
}
.vicenav-li.index-home{
    width: 93px;
    line-height: 68px;
}
.vicenav-li.index-home a{
    display: inline-block;
}
.vicenav-li a{
    color: #fff;
}
.vicenav-li i{
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    background: url(../images/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;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.vicenav-li.capital-active{
    background: #004ea2;
}
.vicenav-li.capital-active a{
    color: #fff;
}
.vicenav-li.capital-active i{
    background: url(../images/white-arrow.png) no-repeat;
    transform: rotate(0deg) scale(1,1);
	-ms-transform: rotate(0deg) scale(1,1);
	-moz-transform: rotate(0deg) scale(1,1);
	-webkit-transform: rotate(0deg) scale(1,1);
	-o-transform: rotate(0deg) scale(1,1);
}
.capital-vicenav-box{
    width: 189px;
    position: absolute;
    left: 0;
    top: 55px;
    background-color: rgb(48, 111, 194);
    opacity: 0.922;
    display: none;
    z-index: 1000;
    font-weight: normal;
    padding: 0 15px;
}
.capital-vicenav-box ul{
    padding: 5px 0;
}
.capital-vicenav-box li{
    width: 189px;
    /* height: 40px; */
    text-align: left;
    line-height: 40px;
    /* overflow: hidden; */
}
.capital-vicenav-box li a{
    font-size: 16px;
    color: #fff;
}
.capital-vicenav-box li a:hover{
    text-decoration: underline;
}
.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(../images/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;
}
/* 弹出框样式 */
.outer-chain-openShadow{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.outer-chain-openBox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outer-chain-openBoxList{
    z-index: 30;
    width: 540px;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #929292;
    border-radius: 12px;
    overflow: hidden;
}
.outer-chain-openBoxList p{
    font-size: 18px;
    color: #777;
    line-height: 1.333;
}
.outer-chain-openBtnBox{
    display: flex;
    justify-content: center;
}
.outer-chain-openBtnBox button{
    padding: 6px 28px 2px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 20px 30px 0;
    outline: none;
}
.outer-chain-openBoxList button.openGo{
    background: #2750b7;
    color: #fff;
    border: none;
}
.outer-chain-openBoxList button.openNo{
    border: 2px solid #cfcfcf;
    background: #fff;
    color: #777;
}