﻿body{
    font-size: 14px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.more{
    position: absolute;
    right: 5px;
    bottom: 25px;
    font-style: italic;
}
.more a{
    font-size: 16px;
    color: #2d79cb;
    text-decoration: underline;
}
.capital-content{
    width: 100%;
    height: 100%;
    max-width: 1920px;
    min-width: 1200px;
}
.capital-top-banner{
    height: 700px;
    position: relative;
    background: url(xtop-bg.jpg) top center no-repeat;
    min-width: 1200px;
}
.capital-top-nav{
    /* background: url(top-nav-bg.png); */
    height: 35px;
    line-height: 35px;
}
.capital-top-nav ul li{
    float: left;
    margin-right: 34px;
}
.capital-top-nav ul li a{
    font-size: 12px;
    color: #fff;
    display: inline-block;
}
.chinese{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 8px;
    background: url(chinese.png) no-repeat;
}
.index-search{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    cursor: pointer;
    background: url(index-search.png) no-repeat;
}
.mobile{
    display: block;
    float: left;
    width: 12px;
    height: 18px;
    margin-right: 8px;
    margin-top: 8px;
    background: url(mobile.png) no-repeat;
}
.capital-search-box{
    width: 730px;
    height: 60px;
    margin: 0 auto;
    margin-top: 400px;
    border-radius: 5px;
    overflow: hidden;
}
#inputBox{
    width: 582px;
    height: 58px;
    outline: none;
    border: 0;
    font-size: 20px;
    color: #333333;
    float: left;
    line-height: 58px;
    padding-left: 16px;
}
#btn{
    width: 130px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    background: #004ea2;
    border: none;
    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(vicenav-li-bg.png);
    margin-right: 2px;
}
.vicenav-li.index-home {
    width: 93px;
    line-height: 68px;
}
.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;
    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(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: 10;
    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(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-search-content-list-start #inputBox{
    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);
}
.index-search-content-list-start #btn{
    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);
}
.index-close{
    width: 48px;
    height: 48px;
    float: left;
    cursor: pointer;
}
.capital-wheel-planting{
    width: 100%;
    height: 580px;
    overflow: hidden;
    min-width: 1200px;
    background: #ffffff;
}
.capital-wheel-planting-box{
    height: 478px;
    margin-top: 50px;
}
.capital-wheel-planting-box .banner-a{
    width: 1130px;
    height: 478px;
    margin: 0 auto;
    position: relative;
}
.capital-wheel-planting-box .banner-a-img{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.capital-wheel-planting-box .banner-a-img ul{
    width: 20000px;
}
.capital-wheel-planting-box .banner-a-img ul li{
    float: left;
    width: 1130px;
    height: 478px;
    position: relative;
}
.aImg,
.aImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner-a-page a {
    display: block;
    position: absolute;
    top: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
    cursor: pointer;
    /* opacity: 0.6;
    filter: alpha(opacity=60); */
}
.banner-a-page .btnLeft {
    left: -35px;
    background: url(btn-left.jpg) no-repeat;
}
.banner-a-page .btnRight {
    right: -35px;
    background: url(btn-right.jpg) no-repeat;
}
.capital-wheel-planting-box .banner-a-nav {
    display: none;
}
.capital-latest-news{
    width: 1130px;
    height: 100px;
    margin: 0 auto;
}
.capital-latest-news i{
    display: block;
    width: 55px;
    height: 100px;
    float: left;
    background: url(horn.png) left center no-repeat;
}
.capital-latest-news-text{
    width: 1055px;
    height: 100px;
    float: left;
    margin-left: 20px;
    line-height: 100px;
    white-space: nowrap;
    overflow: hidden;
}
.capital-latest-news-text-a{
    float: left;
    width: 200px;
}
.capital-latest-news-text a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.capital-latest-news-text-box{
    width: 815px;
    float: right;
    overflow: hidden;
    margin-right: 8px;
}
.capital-latest-news-text-box ul{
    width: 15000px;
    overflow: hidden;
}
.capital-latest-news-text-box ul li{
    float: left;
    margin-left: 45px;
}
.capital-latest-news-text-box ul li a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.capital-Youmayneed{
    width: 100%;
    height: 710px;
    overflow: hidden;
    background: #f4f6f7;
    min-width: 1200px;
}
.capital-Youmayneed-more{
    height: 113px;
    line-height: 113px;
}
.capital-Youmayneed-more a{
    font-size: 36px;
    color: #004ea2;
    font-weight: bold;
}
.capital-Youmayneed-list{
    width: 1200px;
    height: 540px;
    overflow: hidden;
}
.capital-Youmayneed-list li{
    width: 385px;
    float: left;
    position: relative;
}
.capital-Youmayneed-list li.capital-Youmayneed-list-one{
    width: 345px;
    height: 540px;
}
.capital-Youmayneed-list-img{
    width: 100%;
    height: 100%;
}
.capital-Youmayneed-list-text{
    width: 351px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 17px;
    display: none;
}
.capital-Youmayneed-list-title{
    margin-bottom: 10px;
}
.capital-Youmayneed-list-title a{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.capital-Youmayneed-list-abstract a{
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}
.capital-Youmayneed-list-shadow{
    width: 385px;
    height: 269px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    background: url(shadow.png);
}
.capital-Youmayneed-list-one .capital-Youmayneed-list-img{
    height: 540px;
}
.capital-Youmayneed-list li.capital-Youmayneed-list-two{
    margin-left: 21px;
    margin-bottom: 20px;
    width: 264px;
    height: 260px;
}
.capital-Youmayneed-list li.capital-Youmayneed-list-three{
    margin-left: 21px;
    width: 406px;
    height: 260px;
}
.capital-Youmayneed-list-two .capital-Youmayneed-list-img{
    height: 260px;
}
.capital-Youmayneed-list-two .capital-Youmayneed-list-shadow{
    height: 168px;
}
.capital-Mostrequested-Contact{
    width: 100%;
    height: 505px;
    background: #fff;
    min-width: 1200px;
}
.capital-Mostrequested-box{
    width: 804px;
    padding-top: 30px;
    float: left;
    position: relative;
}
.capital-Mostrequested-more{
    width: 804px;
    height: 70px;
    line-height: 70px;
}
.capital-Mostrequested-more a{
    font-size: 36px;
    color: #004ea2;
    font-weight: bold;
}
.capital-Mostrequested-list-box{
    width: 800px;
    height: 343px;
    overflow: hidden;
    position: relative;
}
.capital-Mostrequested-list{
    width: 1608px;
    height: 343px;
    position: relative;
}
.capital-Mostrequested-list li{
    width: 804px;
    height: 344px;
    float: left;
    overflow: hidden;
}
.capital-Mostrequested-list ul div{
    width: 265px;
    height: 170px;
    border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    float: left;
}
.capital-Contact-box{
    width: 355px;
    height: 477px;
    padding-top: 30px;
    float: right;
    margin-right: 3px;
    position: relative;
}
.capital-Contact-more{
    width: 355px;
    height: 70px;
    line-height: 70px;
}
.capital-Contact-more a{
    font-size: 36px;
    color: #004ea2;
    font-weight: bold;
}
.capital-Contact-list{
    width: 355px;
    overflow: hidden;
}
.capital-Contact-list li{
    width: 355px;
    height: 106px;
    overflow: hidden;
    /* border-radius: 10px; */
    margin-bottom: 12px;
}
.capital-Foreigners{
    width: 100%;
    height: 505px;
    background: #f4f6f7;
    min-width: 1200px;
}
.capital-Foreigners-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.capital-Foreigners-content .more{
    bottom: 52px;
}
.capital-Foreigners-more{
    width: 100%;
    height: 124px;
    line-height: 145px;
}
.capital-Foreigners-more a{
    font-size: 36px;
    color: #004ea2;
    font-weight: bold;
}
.capital-Foreigners-list{
    width: 1200px;
    height: 381px;
}
.capital-Foreigners-list ul{
    width: 1200px;
    height: 381px;
}
.capital-Foreigners-list ul li{
    width: 385px;
    height: 290px;
    float: left;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(10, 9, 11, 0.25);
}
.capital-Foreigners-list-img{
    width: 385px;
    height: 290px;
}
.capital-Foreigners-list-shadow{
    width: 385px;
    height: 168px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    background: url(blue-shadow.png);
}
.capital-Foreigners-list-title{
    width: 351px;
    padding: 17px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.capital-Foreigners-list-title a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    overflow: hidden;
}
.capital-Foreigners-list1,
.capital-Foreigners-list2{
    margin-left: 22px;
}
.capital-Foreigners-list ul li.Foreigners-active .capital-Foreigners-list-shadow{
    display: block;
}
.capital-footer{
    width: 100%;
    height: 100%;
    background: #004ea2;
    min-width: 1200px;
}
.capital-footer-content{
    padding: 55px 0;
}
.capital-footer-column{
    width: 199px;
    float: left;
    border-right: 1px solid #185fb2;
}
.capital-footer-column-title{
    width: 199px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.capital-footer-column-title a{
    color: #fff;
}
.capital-footer-column li{
    /* margin-bottom: 14px; */
    margin-bottom: 20px;
}
.capital-footer-column li a{
    /* display: inline-block; */
    font-size: 16px;
    color: #fff;
    /* height: 14px; */
    /* padding-top: 6px; */
    /* overflow: hidden; */
}
.capital-footer-column li a:hover{
    text-decoration: underline;
}
.capital-footer-column.capital-footer-columnNum{
    width: 179px;
    padding-left: 20px;
}
.capital-footer-column-title-box{
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.capital-footer-column-title-box a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.capital-footer-column-title-box 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;
}
.capital-footer-column-title-box.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-footer-column-title-box-xiala{
    width: 180px;
    position: absolute;
    left: 0;
    top: 16px;
    display: none;
    z-index: 10;
    font-weight: normal;
    background: #004ea2;
    padding-top: 5px;
}
.capital-footer-column-title-box-xiala li{
    width: 154px;
    height: 30px;
    padding: 0 13px;
    line-height: 30px;
    margin-bottom: 1px;
    background-color: #185fb2;
}
.capital-footer-column-title-box-xiala li:hover{
    background: #1157a9;;
}
.capital-footer-column-title-box-xiala li a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.capital-footer-share-box li{
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 6px;
    margin-right: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.capital-footer-share-box li a{
    display: block;
    width: 48px;
    height: 48px;
}
.capital-footer-share-box li:hover{
    background-color: #185fb2;
}
.capital-footer-share-weibo{
    background-image: url(footer-share-weibo.png);
}
.capital-footer-share-wiexin{
    background-image: url(footer-share-wiexin.png);
}
.capital-footer-share-email{
    background-image: url(footer-share-email.png);
}
.capital-footer-share-link{
    background-image: url(footer-share-link.png);
}
.capital-footer-share-weibo .bshare-sinaminiblog{
    width: 48px;
    height: 48px;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.share-weixin-box{
    display: none;
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(10, 9, 11, 0.4);
    overflow: hidden;
    position: relative;
    position: absolute;
    left: -100px;
    top: 40px;
    z-index: 10;
}
#share-weixin{
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-top: 24px;
    overflow: hidden;
}
.close{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(close.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    cursor: pointer;
}
.close:hover{
    background: url(close-ac.png) no-repeat;
}
.return-to-top{
    background: url(to-Top.png) no-repeat;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 13px;
    bottom: 13px;
    z-index: 20;
    display: none;
}
.return-to-top:hover{
    background: url(to-Top-hover.png) no-repeat;
}

.banner-nav {height: 16px;padding: 24px 0;margin-left: 48%;}
.banner-nav li {width: 16px;height: 16px;margin-left: 8px;float: left;}
.banner-nav li span {display: block;width: 15px;height: 15px;border-radius: 50% 50%;border:1px solid #dcdddd;background: #f4f6f7;cursor: pointer;}
.banner-nav li .active {background: #004ea2;border:1px solid #004ea2}

/* 高频事项不轮播样式 */
.banner-nav-Mostrequested {height: 16px;padding: 24px 0;margin-left: 48%;}
.banner-nav-Mostrequested li {width: 16px;height: 16px;margin-left: 8px;float: left;}
.banner-nav-Mostrequested li span {display: block;width: 15px;height: 15px;border-radius: 50% 50%;border:1px solid #dcdddd;background: #f4f6f7;cursor: pointer;}
.banner-nav-Mostrequested li .active {background: #004ea2;border:1px solid #004ea2}
.capital-footer-two{
    width: 100%;
    background: #185fb2;
    /* height: 64px; */
    text-align: center;
    padding: 20px 0;
}
.capital-footer-two-content{
    width: 1200px;
    margin: 0 auto;
}
.capital-footer-two-content p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
/* 调查问卷 */
.diaocha{
    width: 204px;
    height: 172px;
    background: url(dc-icon.png);
    position: fixed;
    right: 70px;
    bottom: 5px;
    text-align: center;
}
.diaocha a{
    display: block;
    width: 100%;
    height: 100%;
}
.diaocha a p{
    padding: 0 10px;
    font-size: 14px;
    color: #1b67be;
    font-weight: bold;
    line-height: 1.1;
    position: absolute;
    bottom: 15px;
}
.diaocha-guanbi{
    width: 19px;
    height: 19px;
    position: absolute;
    top: 11px;
    right: 11px;
}
.diaocha-guanbi img{
    width: 100%;
    height: 100%;
}
/* news specials */
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.news-specials-box{
    padding-top: 34px;
    background: #fff;
}
.news-box{
    width: 580px;
    float: left;
    padding-bottom: 30px;
    position: relative;
}
.news-specials-line1{
    padding-bottom: 1px;
    border-bottom: 1px solid #d4ebfb;
}
.news-specials-line2{
    border-bottom: 1px solid #d4ebfb;
}
.news-specials-title{
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #004ea2;
    padding: 10px 30px 10px 3px;
    position: relative;
    top: 1px;
    border-bottom: 4px solid #004ea2;
}
.news-box-list li{
    padding: 20px 10px 20px 30px;
    border-bottom: 1px solid #d4ebfb;
    background-image: url(faqs-disc-m.png);
    background-repeat: no-repeat;
    background-size: 5px 5px;
    background-position: left 12px center;
}
.news-box-list li:hover{
    background-color: #f2f9fd;
}
.news-box-list li a{
    font-size: 19px;
    color: #003f82;
    font-weight: bold;
}
.news-box .more,
.specials-box .more{
    bottom: 0;
}
.specials-box{
    width: 580px;
    padding-bottom: 44px;
    float: right;
    position: relative;
}
.specials-box-list ul{
    width: 600px;
    margin-top: 20px;
}
.specials-box-list li{
    width: 280px;
    float: left;
    margin-right: 20px;
}
.specials-box-list-img{
    width: 280px;
    height: 190px;
}
.specials-box-list-txt{
    padding: 15px 0;
}
.specials-box-list-txt a{
    font-size: 18px;
    color: #003f82;
    line-height: 1.333;
}
/* Related Links */
.capital-Related-Links{
    width: 100%;
    min-width: 1200px;
    background: #fff;
}
.capital-Related-Links-con{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 45px;
}
.capital-Related-Links-title{
    font-size: 20px;
    color: #004ea2;
    margin-bottom: 20px;
    font-weight: bold;
}
.capital-Related-Links-list ul{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #004ea2;
}
.capital-Related-Links-list li{
    margin-top: 20px;
    margin-right: 60px;
}
.capital-Related-Links-list li a{
    font-size: 18px;
    color: #004ea2;
}
/* 弹出框样式 */
.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;
}
/* 高频事项不轮播加文字 */
.capital-Mostrequested-list-img-box{
    background: #e9f5fe;
    text-align: center;
}
.capital-Mostrequested-list-img-box a{
    display: inline-block;
}
.capital-Mostrequested-list-img{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.capital-Mostrequested-list-txt{
    width: 100%;
    font-size: 24px;
    color: #003f82;
    font-weight: 500;
}
.capital-Mostrequested-list-link{
    padding: 5px 20px;
    background: #004ea2;
    font-size: 14px;
    color: #fefefe;
    font-weight: bold;
    border-radius: 24px;
    margin-top: 10px;
}