/* 公共样式表 */

html {
    width: 100%;
    height: 100%;
    display: block;
}

/* 版心1200px */

.w {
    width: 1200px;
    margin: 0 auto;
}

/* 版心1000px */

.w2 {
    width: 1000px;
    margin: 0 auto;
}

.container {
    width: 100%;
    min-height: 607px;
}

/* 标题色 */

.title_style {
    color: #333;
}

/* 主题色 */

.theme_color {
    background-color: #002A66;
}

/* 鼠标经过标题颜色 */

.title_hover_style:hover {
    color: #004099;
}

.title_hover_bgc:hover {
    background-color: #004099;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header-menu:hover {
    background-color: #004099;
}

.titleHover:hover~.secondTitle {
    display: block;
}

.section-text-sub01:hover {
    color: #004099;
}

/* 公共头部样式 */

/* 公用头部样式-搜索栏样式 */

body {
    height: 100%;
}

.search {
    height: 49px;
    background-color: #fff;
}

.search .dropdown {
    width: 72px;
    font-size: 16px;
    color: #666;
    height: 49px;
    line-height: 49px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.search .dropdown .iconfont {
    font-size: 8px;
}

.search .dropdown ul{
    width: 100px;
    height: 92px;
    position: absolute;
    display: none;
    bottom: -92px;
    left: -33px;
    z-index: 99;
    background-color: #fff;
}

.search .dropdown ul li{
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.search .dropdown ul li:first-child{
    margin-top: 10px;
}

.search .dropdown ul li:hover{
    background-color: #E9F1FB;
}

.search .searchSubBtn {
    height: 25px;
    margin-top: 8px;
}

.search .searchSubBtn .iconfont {
    font-size: 24px;
    margin-right: 20px;
}

.searchSubBtn .iconsousuo:before {
    font-size: 22px;
}

.searchSubBtn .iconrss:before {
    font-size: 21px;
}

.searchSubBtn .iconfont:hover {
    color: #002A66;
}

.searchSubBtn a {
    color: #999;
}

.search .register {
    padding: 0 10px;
    margin-top: 14px;
    font-size: 14px;
    color: #666;
}

.search .register.login{
    position: relative;
    margin-top: 0px;
}

.search .register.login span{
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}

.search .register.login ul{
    width: 112px;
    height: 92px;
    position: absolute;
    display: none;
    bottom: -92px;
    left: 9px;
    z-index: 99;
    background-color: #fff;
}

.search .register.login li{
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.search .register.login li:hover{
    background-color: #E9F1FB;
}

.search .register.login li:first-child{
    margin-top: 10px;
}

.search .register a:hover {
    color: #002A66;
}

.search .register a {
    color: #666;
    font-size: 16px;
}

.search .registerBtn {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #DDDDDD;
}

/* 公用头部样式-头部导航栏样式 */

.header {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #002A66;
}

.header-warry {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.header-logo {
    height: 67px;
    width: 288px;
    float: left;
    margin-top: 22px;
}

.header-nav {
    float: left;
}

.header-logo-img {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.header-nav .header-menu {
    float: left;
    color: #FFFFFF;
    height: 42px;
    width: 112px;
    margin-left: 40px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border-radius: 21px;
    margin-top: 29px;
}

.header-menu a {
    font-size: 18px;
    color: #fff;
}

.header-nav .header-menu.active {
    background: #004099;
}

/* 公用底部样式 */

/* 页脚网站信息模块 */

.siteinfo #dLabel {
    background-color: #999;
}

.siteinfoBox {
    background: rgba(153, 153, 153, 1);
}

.siteinfo {
    padding: 15px 30px;
    height: 50px;
}

.siteinfoItem .triangle {
    position: absolute;
    top: 0;
    right: 17px;
    width: 0;
    height: 13px;
    border: 6px solid;
    border-color: transparent transparent #fff;
}

.siteinfoItem {
    position: relative;
    width: 228px;
    height: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.siteinfoItem::before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: -2px;
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.siteinfoItem .dropup {
    width: 100%;
}

.siteinfoItem .dropup .dropdown-menu {
    padding: 21px 0 0 0;
    max-height: 400px;
    width: 102%;
    overflow: auto;
    bottom: 32px;
    box-shadow: none;
    border-bottom: 0;
    background-color: #999999;
    border-radius: 0;
    border-top: 4px solid #666;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #f5f5f5;
}

.siteinfoItem .dropup .dropdown-menu li a{
    color: #fff;
}

.siteinfoItem .dropup .dropdown-menu li:hover a{
    background-color:#808080;
}

/*修改滚动条样式*/
.siteinfoItem .dropup .dropdown-menu::-webkit-scrollbar {
     /*高宽分别对应横竖滚动条的尺寸*/
    width: 10px;    
    height: 1px;

}
.siteinfoItem .dropup .dropdown-menu::-webkit-scrollbar-thumb {
    /* 滑块 */
    max-height: 176px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ccc;
}
.siteinfoItem .dropup .dropdown-menu::-webkit-scrollbar-track {
    /* 轨道 */
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #A6A6A6;
}
/* :end */
.siteinfoItem .dropup .dropdown-menu li {
    padding-left: 0px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}



/* 底部 */

.fotter {
    position: relative;
    width: 100%;
    height: 130px;
    font-size: 14px;
    color: #9A9A9A;
    background-color: #383838;
}

.contactUs {
    position: absolute;
    left: 40%;
    top: 20px;
}

.contactUsText {
    position: relative;
    padding-right: 23px;
    margin-right: 26px;
    border-right: 1px solid #9A9A9A;
}

.contactUsText a {
    color: #9A9A9A;
}

.siteinfo-legal {
    position: absolute;
    left: 37%;
    top: 80px;
}

.share {
    position: absolute;
    top: 0;
    right: -344px;
}

.shareImg {
    width: 44px;
    height: 36px;
}

.marginStyle {
    margin: 0 !important;
}


/*  */

.triangle {
    width: 0;
    height: 14px;
    border: 5px solid;
    border-color: transparent transparent #fff;
}


/* 原点样式 */

.list {
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.list a .item2 {
    color: rgba(0, 42, 102, 1);
}

.list .item1 {
    margin-right: 14px;
    color: #999;
}

.list .item2 {
    margin-right: 5px;
}

.list .item3 {
    color: #333;
    font-weight: 400;
}

.list .item4 {
    font-size: 16px;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    text-align: right;
}


/* end */


/* 要闻动态头部变色 */

.header .btnItem a:hover {
    color: #002A66;
}


/* 模态框 */

.modal {
    top: 50%;
    transform: translateY(-50%);
}

.modal-header .iconfont {
    font-size: 14px;
    color: #999;
}

.modal-header {
    padding: 18px 19px 0 0;
    border: 0;
}

.modal-content {
    width: 600px;
    height: 300px;
    border-radius: 10px;
}

.modal-body {
    padding-top: 62px;
    padding-bottom: 40px;
    text-align: center;
    border: 0;
    font-size: 24px;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
}

.modal-footer {
    border: 0;
    text-align: center;
}

.modal-footer .btn {
    width: 200px;
    height: 50px;
    background-color: #002A66;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.close .iconfont:hover {
    color: #004099;
}

.modal-footer .btn:hover {
    background-color: #003580;
    color: #fff;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.btn-active {
    background-color: #002A66;
}

.btn-active:hover {
    outline: none;
    background-color: #003580;
}