/* Variables */


/* Mixins */

body {
    padding: 0;
    font-family: "Lantinghei SC", "Open Sans", Arial, "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    background-color: #f5f5f5;
    color: #2b2b2b;
    letter-spacing:.5px;
}

div,
body,
p,
ul,
li,
dl,
dt,
dd,
span,
strong h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
table,
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

span,
i,
strong,
a,
img,
li {
    display: inline-block;
}

img {
    vertical-align: middle;
}

.form-group select.form-control,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url(../img/dropdown-arrow-small.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 4px;
}

iframe {
    display: block;
}

.fl {
    position: relative;
    float: left;
}

.fr {
    position: relative;
    float: right;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.trim {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}


/* Hide from IE Mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.divHide {
    display: none;
}

p {
    /* text-indent: 28px; */
    padding: 0px;
    margin: 0px;
}

a {
    color: #2b2b2b;
    font-family: "Microsoft YaHei",Verdana,Arial,Helvetica,Georgia,Sans-serif;
}

a:hover {
    color: #2b2b2b;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.txt-sm {
    font-size: 12px;
}

.txt-md {
    font-size: 14px;
}

.txt-lg {
    font-size: 18px;
}

.txt-xl {
    font-size: 24px;
}

.fl {
    position: relative;
    float: left;
}

.fr {
    position: relative;
    float: right;
}

/* 
 * bootstrap 默认容器，不考虑网页自适应，设置固定宽度 1170px
 */

.container {
    width: 1200px !important;
    margin: 0 auto;
    padding:  0 10px;
}


/* 
 * 页面上宽度 100% 的 div，将页面最外层横向分成若干部分
 */

.d-h {
    position: relative;
    background-color: #f0f0f0;
}

.d-h-white {
    position: relative;
    background-color: #fff;
}



.d-h-menu {
    position: relative;
    background-color: #bb0200;
}

.d-h-top {
    height: 30px;
}


.d-h-top_topBar_fl {
    position: relative;
    float: left;
}

.d-h-top_topBar_fl li {
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
}

.d-h-top_topBar_fl li+li {
    border-left: 1px solid #e3e3e3;
}

.d-h-top_topBar_fr {
    position: relative;
    float: right;
    margin-right: -10px;
}

.d-h-top_topBar_fr li {
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
}

.d-h-top_topBar_fr li+li {
    border-left: 1px solid #e3e3e3;
}




.dh_menuNav {
    padding-left:40px;
}

.dh_menuNav_ul a{
    padding: 0 15px;
}
.dh_menuNav_ul li {
    position: relative;
    line-height: 42px;
    padding: 0 10px;
    /* padding: 0 15px; */
}

.menuNav_on {
   border-bottom:4px solid #fff;
}

.menuNav_on i {
    color: #ffea00 !important;
}

.dh_menuNav_ul li+li:before {
    content: "|";
    padding-right: 20px;
    /* padding-right: 40px; */
    color: #e7f1fd;
}





.swiper-container .swiper-wrapper {
    height: 340px;
}

.swiper-container {
    width: 1000px;
}

.d-h-content {
    position: relative;
    background-color: #f3f3f3;
}

.home_newInfo_fl {
    height: 300px;
    width: 635px;
    float: left;
    margin-right: 40px;
}

.home_newInfo_fr {
    overflow: hidden;
    margin-bottom: 20px;

}

.home_newInfo_fl_box {
    padding: 35px 0 0 5px;
}

.home_newInfo_fr_box {
    margin: 60px 0px 0 0px;
    background-color: #d3ebf9;
    padding: 20px 20px 0px 20px;
}

.home_newInfo_fr_serveJpg {
    position: relative;
    width: 264px;
    height: 70px;
    background-image: url(../img/serve.jpg)
}

.home_newInfo_fr_line {
    line-height: 30px;
    border-bottom: 1px dotted #333333;
}

.home_newInfo_fr_num {
    color: #ff8400;
    margin-left: 10px;
    font-size: 18px;
}

.home_titleLabel {
    border-bottom: 1px solid #95aabe;
    padding-bottom: 6px;
}

.home_titleLabel_txt {
    font-size: 18px;
    color: #2f74b7;
    border-left: 4px solid #2f74b7;
    padding-left: 20px;
    font-weight: bold;
}

.home_titleLabel_more {
    font-size: 14px;
    color: #2f74b7;
    display: inline-block;
}

.home_titleLabel_more:hover,
.home_titleLabel_more:focus {
    font-size: 14px;
    color: #2f74b7;
}

.home-newListImg {
    float: left;
    width: 290px;
    margin-right: 20px;
    overflow: hidden;
}

.home-newListTxt {
    overflow: hidden;
}

.swiper-imgcontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-imgcontainer .swiper-wrapper {
    width: 174px;
}

.home-newListImg {
    margin-top: 15px;
}

.swiper-container .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #007aff !important;
}

.swiper-imgcontainer .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #3c3b39;
    border-radius: 0px;
}

.swiper-imgcontainer .swiper-pagination {
    text-align: right;
}

.swiper-imgcontainer>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px;
}

.swiper-imgcontainer>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-imgcontainer .swiper-pagination-bullet-active {
    background: #b70000;
}

.swiper-imgcontainer .swiper-pagination-bullet+.swiper-pagination-bullet {
    border-left: 1px solid #fff;
}

.swiper-imgcontainer .swiper-pagination {
    background-image: url(../img/bgline.png);
    background-repeat: repeat-y;
    background-position: right;

}

.home-newListTxt_line {
    height: 80px;
    margin-top: 15px;
}

.home_newData {

    height: 100%;
    text-align: center;
    border-left: 1px dotted #333333;
    padding-top: 20px;
    font-style: italic;
    overflow: hidden;
    padding-left: 10px;

}

.home_newInfo_fr_enter {
    position: absolute;
    width: 50px;
    height: 25px;
    right: 10px;
    top: 25px;
}

.home_newData_txt {
    width: 245px;
    float: left;

}

.home_newData span {
    font-style: normal;
    font-size: 12px;
}

.home_newData_txt_title a {
    color: #2e73b7;
    font-size: 14px;
    font-weight: bolder;
}

.home_newData_txt_com {
    height: 60px;
}

.conBgWhite {
    background: #fff;
    padding: 0 20px;
}

.home_newInfo_login {
    margin-top: 45px;
    width: 285px;
    height: 205px;
    background-image: url(../img/loginBg.jpg);
    position: relative;
}

.loginBtn {
    position: absolute;
    width: 89px;
    height: 33px;
    display: inline-block;
    background-image: url(../img/login.png);
    bottom: 10px;
    left: 5px;
}

.regBtn {
    position: absolute;
    width: 89px;
    height: 33px;
    display: inline-block;
    background-image: url(../img/reg.png);
    bottom: 10px;
    left: 99px;
}

.forpasswordBtn {
    position: absolute;
    width: 89px;
    height: 33px;
    display: inline-block;
    background-image: url(../img/forget.png);
    bottom: 10px;
    left: 192px;
}

.home-newListImg_swiperTitle {
    padding: 0 10px;
    margin-top: -10px;
}

.conBggray {
    padding: 20px 20px;
}

.homestyle {
    margin-top: 25px;
}

.homestyle_box {
    position: relative;
    float: left;
    width: 300px;
}

.homestylebox_img {
    width: 300px;
    height: 120px;
    overflow: hidden;
}

.homestylebox_img img {
    width: 100%;
    height: 100%;
}

.imgBox_1Line {
    border-top: 2px solid #009944;
}

.imgBox_2Line {
    border-top: 2px solid #00a0e9;
}

.imgBox_3Line {
    border-top: 2px solid #ff0000;
}

.homestyle_title {
    line-height: 30px;
    margin-top: 10px;
    font-size: #000;
}

.homestyle_box+.homestyle_box {
    margin-left: 47px;
}

.home_part {
    position: relative;
    float: left;
    padding: 10px 0px;
    width: 300px;
    margin-top: 10px;
}

.home_part+.home_part {
    margin-left: 25px;
}

.home_part_lineTitle {
    margin-top: 10px;
}

.home_part_line_conTxt {
    padding: 0 10px;
    line-height: 30px;
    border-bottom: 1px dotted #cccccc;
}

.home_part_line_conTxt_data {
    position: relative;
    float: right;
}

.home_part_line_conTxt_con {
    position: relative;
    float: left;
    width: 230px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/dot.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 10px;
}

.home_part_line_conTxt img {
    margin-right: 10px;
}

.concatMeBox_fl {
    width: 540px;
    margin-right: 20px;
}

.concatMeBox_fr {
    width: 400px;
}

.concatMeBox {
    padding: 20px 20px;
}

.concatMeBox_icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
    background-color: #2f74b7;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.concatMeBox_con {
    overflow: hidden;
}

.concatMeBox_con {
    color: #a9a8a8;
    font-size: 12px;
    line-height: 25px;
}

.concatMeBox_title {
    color: #707070;
    font-size: 14px;

}

.concateMeInputBox {
    padding: 10px 20px;
}

.concateMeInput {
    position: relative;
    float: left;
    width: 285px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.concateMeInput+.concateMeInput {
    margin-left: 20px;
}

.form-group select.form-control,
select.form-control {
    background-image: url(../img/dropdown-arrow-small.png)
}

.concateMe_searchBtn {
    position: absolute;
    line-height: 30px;
    margin-left: -30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.d-h-footer {
    position: relative;
    background-color: #2655a5;
}

.d-h-main {
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
}

.footer {
    padding: 30px 20px;
    background-color: #2655a5;
}

.footer span {
    display: block;
    line-height: 30px;
    color: #fff;
}

.mainPageBg {
    background-color: #f6f6f6;
}

.mainPageBg_conFl {
    width: 250px;
    padding: 20px;

}

.mainPageBg_conFr {
    width: 750px;
    padding: 10px;
}

.mainPageBg_conFl_Box {
    line-height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.mainPageBg_conFl_Box_title {
    padding: 10px 20px;
    color: #000;
    font-weight: bolder;
    font-size: 14px;

}

.mainPageBg_conFl_Box_menu {
    background-color: #0062ac;
    padding: 0 20px;

}

.mainPageBg_conFl_Box_menu li {
    display: block;
}

.mainPageBg_conFl_Box_menu li a {
    line-height: 40px;
    color: #fff;
    display: block;
    font-weight: bolder;
}

.mainPageBg_conFl_Box_menu li a:hover {
    /* color: #000 */
}

.mainPageBg_conFl_Box_menu li+li {
    border-top: 1px dotted #d1d1d1;
}

.mainPageBg_conFr {
    background-color: #fff;
}

.mainPageBg_conFr_label {
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;

}

.mainPageBg_conFr_content {
    padding: 10px;
    border: 1px solid #e4e4e4;
}

.fl {
    position: relative;
    float: left;
}

.homestyle_footer {
    padding: 30px 50px;
}

.homestyle_footer-fl {
    width: 100%;
    text-align: center;
}

.homestyle_footer-middel {
    width: 310px;
    margin-top: 10px;
}

.homestyle_footer-fr {
    width: 290px;
    font-size: 14px;
    margin-top: 20px;
}

.homestyle_footer-middel a {
    color: #fff;
    padding: 10px 30px;
}




























/* _________________ */
.d-h-banner {
    height: 120px;
    background-color: #233880;
}

.d-h-banner img {
    position: relative;
    float: left;
}

.banner-fr {
    width: 680px;
    position: relative;
    float: right;
    margin-right: 20px;

}

.home_part_style {
    background-image: url(../img/dot1.jpg);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    margin-top: 20px;

}

.home_part_style a {
    color: #3d76bf;
}

.homestyle_drop_main_ul a {}






/*热点资讯*/
.d-h-info {
    padding: 48px 20px;
    background-color: #fff;
}

.d-h-info .title {
    margin: 0 auto;
    width: 600px;
    color: #78b429;
    font-size: 24px;
    overflow: hidden;
    z-index: 1;


}

.d-h-info .title .line {
    background-color: #b2d3e8;
    margin-top: 15px;
    float: left;
    width: 210px;
    height: 1px;
}

.d-h-info .title .text {
    padding: 0 30px;
    float: left;
    margin: 0 10px;
}

.d-h-link .title {
    margin: 0 auto;
    width: 600px;
    color: #78b429;
    font-size: 24px;
    overflow: hidden;
    z-index: 1;


}

.d-h-link .title .line {
    background-color: #b2d3e8;
    margin-top: 30px;
    float: left;
    width: 210px;
    height: 1px;
}

.d-h-link .title .text {
    padding: 0 30px;
    float: left;
    margin: 0 10px;
}





.d-h-info .infoCon {
    margin-top: 36px;
    width: 100%;
    padding: 0 20px;
}

.d-h-info .infoCon .imgCon {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
}

.d-h-info .infoCon .imgCon img {
    width: 100%;
    height: 100%;
}

.d-h-info .infoCon .imgCon .maskInfo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 0, 0, .5);
    width: 100%;
    padding: 10px;
}

.d-h-info .infoCon .imgCon .maskInfo .t {
    font-size: 16px;
    color: #fff;
}

.d-h-info .infoCon .imgCon .maskInfo .txt {
    font-size: 14px;
    color: #fff;
    height: 50px;
}

.d-h-info .infoCon .imgCon .maskInfo .more {
    position: relative;
    float: right;
    color: #a3aeb1;
    display: inline-block;
}

.solidLine {
    width: 100%;
    border-bottom: 1px dotted #fff;
    height: 1px;
    margin: 5px 0px;
}

.d-h-info .infoCon .listCon {
    width: 700px;
    position: relative;
    float: left;
    margin-left: 20px;
}

.listCon .infoBar {
    /* margin-bottom:10px; */
}

.listCon .infoBar:last-child {
    margin-bottom: 0
}

.listCon .infoBar .txtBar .t {
    font-size: 18px;
    color: #000;
    max-width: 580px;
    line-height: 25px;
}

.listCon .infoBar .txtBar .data {
    float: right;
    font-size: 14px;
    color: #8c8c8c;
    margin-left: 10px;
    line-height: 25px;
    vertical-align: bottom;
}

.listCon .infoBar .conT {
    width: 700px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}


/*功能链接*/

.d-h-part {
    padding: 50px 0px;
    background-color: #3c90d6;

}

/* .d-h-part .title{
    display: flex;
    margin:0 auto;
    width: 60%;
    color: #fff;
    font-size: 24px;

}
.d-h-part .title .line{
    flex: 1;
    position: relative;
    top:-15px;
    border-bottom: 1px solid #b2d3e8;
}

.d-h-part .title .text{
    padding: 0 30px;
} */


.d-h-part .title {
    margin: 0 auto;
    width: 600px;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    z-index: 1;


}

.d-h-part .title .line {
    background-color: #b2d3e8;
    margin-top: 15px;
    float: left;
    width: 210px;
    height: 1px;
}

.d-h-part .title .text {
    padding: 0 30px;
    float: left;
    margin: 0 10px;
}



.d-h-part .itxt {
    margin: 20px auto;
    color: #9ad2ff;
    width: 100%;
    text-align: center;

}

.d-h-part .partIcon .partBar {
    width: 199px;
    height: 220px;
    position: relative;
    float: left;
    margin: 0 auto;

}

.d-h-part .partIcon .partBar+.partBar {
    margin-left: 1px;
}

.d-h-part .partIcon .t1 {
    width: 199px;
    /*height: 220px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    margin-top: 104px;
    color: #fff;
    font-size: 16px;
}

.d-h-part .partIcon .t2 {
    width: 120px;
    /*height: 220px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    margin-top: 136px;
    color: #a3d6ff;
    font-size: 12px;
    margin-left: 40px;
    /*margin:0 auto;*/
}

.d-h-part .partIcon .clickBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    margin-top: 182px;
    color: #fff;
    font-size: 12px;
    margin-left: 60px;
}

/*部分介绍*/
.troView .title {}

.troView .itro {
    margin: 0px auto;
    color: #9d9d9d;
    width: 100%;
    text-align: center;
    padding: 20px 0px;

}

.troView .viewList {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

.troView .viewList .box {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.troView .viewList .box .img {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.troView .viewList .box .img img {
    width: 100%;
    height: 100%;
}

.troView .viewList .box .contentPart {
    position: relative;
    float: left;
    margin-left: 10px;
    min-height: 156px;
}

.troView .viewList .box .contentPart .name {
    font-size: 18px;
    color: #000;
    /* margin-bottom: 5px; */
}

.troView .viewList .box .contentPart .con {
    font-size: 14px;
    color: #7c7c7c;
}

.troView .viewList .box .contentPart .con .bar {
    width: 290px;
    vertical-align: top;
}

.troView .viewList .box .contentPart .con .data {
    float: right;
    margin-left: 10px;
}

.moreB {
    border: 0px;
    padding: 2px 25px;
    background-color: #78b429;
    color: #fff;
    /* margin-top: 5px; */
}

.moreB:hover {
    color: #fff;
}

.ad {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

.troView .viewList .box:last-child {
    border-right: 0px;
}

.iBox {
    padding-bottom: 40px;
}

.iBox img {
    margin-left: 22px;
}

/**/

.d-h-link {
    background-color: #fff;
}


.d-h-link {
    padding: 0px 20px;
    background-color: #fff;
}

.d-h-link .title {
    display: flex;
    margin: 0 auto;
    width: 60%;
    color: #78b429;
    font-size: 24px;

}

.d-h-link .title .line {
    flex: 1;
    position: relative;
    top: -15px;
    border-bottom: 1px solid #b2d3e8;
}

.d-h-link .title .text {
    padding: 0 30px;
}

.homestyle_drop {
    padding: 10px 0;
    background-color: #fff;
}

.homestyle_drop_on {
    color: #fff;
    background-color: #2655a5;
}

.homestyle_drop_menuLabel {
    line-height: 50px;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.homestyle_drop_menu {
    position: relative;
    float: left;
    z-index: 11;
    border-right: 1px solid #cccccc;

}

.homestyle_drop_menuTitle {
    line-height: 50px;
    width: 200px;
    height: 50px;
    border-right: none;
    text-align: center;
    cursor: pointer;
}

.homestyle_drop_main {
    position: relative;
    float: left;
    margin-left: -1px;
    z-index: 10;
    background-color: #fff;
    width: 760px;
    min-height: 250px;
    display: none;
}

.homestyle_drop_main_ul {
    padding: 10px 40px;
}

.homestyle_drop_main_ul a {
    display: inline-block;
    padding: 0 20px;
    cursor: default;
    line-height: 30px;
    background-image: url(../img/dot2.jpg);
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position-y: 12px;
}

.displayBlock {
    display: block
}


.homestyle_linkCon {
    padding: 20px 70px;
}

.homestyle_linkLabel {
    font-size: 16px;
    border-bottom: 1px solid #a0a0a0;
    line-height: 40px;
}

.homestyle_linkBar_t {
    padding-right: 20px;
    display: inline-block;
    line-height: 40px;
}

.swiperBox {
    position: relative;
}

.swiper-containerNum {
    width: 245px;
    overflow: hidden;
}

.swiper-containerNum .swiper-pagination-bullet {
    background: #444 !important;
    opacity: 1;
}

.swiper-containerNum .swiper-pagination-bullet-active {
    background: #007aff !important;
}

.swiper-containerNum .swiper-pagination-bullets {
    bottom: 0px;
}





/* --------------北京银行添加-------------- */
.d-search {
    height: 37px;
    position: relative;
    /* margin-left: 60px; */
    top: 30px;
    width: 450px;
}
.iconClass {
    font-size: 18px;
    color: #636363;
    vertical-align: middle;
}

#search_keywords {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #919191;
    float: left;
    font-family: "Microsoft Yahei", "SimHei", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 10px;
    width: 400px;
    outline: none;
    border-radius: 10px 0px 0px 10px;
}

#search_submit {
    border: 0 none;
    float: left;
    height: 37px;
    width: 50px;
    background-color: #fff;
    outline: none;
    border-radius: 0px 10px 10px 0px;
    
}

.d-search span {
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
}


.d-h-bj {
    position: relative;
    background-color: #cd1f04;
}

.d-h-swapper{
    margin-bottom:145px;
}

.d-h-swapperBar{
    position: fixed; 
    width:100%;
    z-index: 100;
    left:0px;
    top:0px;
}
.d-h-bj-line{
    border-bottom:1px solid #8f1603;   
    
}

.bj_top-logo{
    position: relative;
    float: left;
    width:170px;
}
.bj_top-search{
    position: relative;
    float: left;
    margin-left:280px;
}
.bj_top-sign{
    position: relative;
    float: right;
    width:180px;
    margin-top: 35px;
}


.loginBar {
    width: 300px;
    position: absolute;
    right:-120px;
    display: inline-block;
    color: #fff;
}
/* 新增的北京微信公众号样式 */
#qrcode {
    display: none;
    position: absolute;
    top: 30px;
    left: 7px;
    width: 116px;
    z-index:999;
    border-radius: 5px; /* 将图片设置为圆角 */
    background-color: #FFFFFF;
    opacity: 0;
    transition: opacity 1s;

}

#qrcode img {
    padding: 15px;
    width: 115px;
    z-index:999;
}

#qrcode::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* 提示工具头部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    z-index:999;
    border-color: transparent transparent #ffffff transparent;
}

#wechat:hover + #qrcode, #qrcode:hover {
    display: block;
    opacity: 1;
}
.loginBar a{
    color: #fff;
}
.loginBar li {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    padding:0 30px;
}

.loginBar li:after {
    content: "|";
    position: absolute;
    right: -5px;
}

.loginBar li:last-child:after {
    content: "";
}
.d-h-bj-menu{
    height: 45px;
    box-shadow:0px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 101;
}

.dh_menuNav_ul .menu {
    display: none;
    position: absolute;
    top: 43px;
    left: 8px;
    padding-top: 2px;
    z-index: 1001;
}

.dh_menuNav_ul .sub {
    position: relative;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.095); */
    width: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px 0;
}

.dh_menuNav_ul .sub a {
    display: block;
    padding: 2px 20px;
    color: #444;
    font-size: 14px;
}

.dh_menuNav_ul .sub a:hover {
    background-color: #eee;
    color: #444;
}

.dh_menuNav_ul li:hover .menu,
.dh_menuNav_ul li:focus .menu {
    display: block;
}
.dh_menuNav_ul li a {
    color: #fff;
    font-size: 14px;
}

/* swiper */


.d-h-swiper{
    position: relative;
    color: #fff;
    height: 440px;
    background-color: #cd1f04;
    top:0px;
    left:0px;
    /* margin-top:145px; */
}


.d-h-img .pageNum {
    width: 100%;
    height: 425px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.d-h-img .nop {
    display: none;
}

.d-h-img .pageChild {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}

.d-h-img .page {
    width: 1280px;
    height: 114px;
    border-radius: 20px 20px 0 0;
    background: #383c3b;
    bottom: 0px;
    color: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    box-shadow: 5px 5px 24px rgba(0, 0, 0, .4), 0 -1px 24px rgba(0, 0, 0, .4);
    background: rgba(0, 0, 0, 0.73);
    filter: Alpha(opacity=73);
    text-align: center;
}

.d-h-img .cir-btn {
    left: 50%;
    margin-left: -10px;
    bottom: 25px;
    position: absolute;

}

.d-h-img .cir-btn button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    background: #858685;
    cursor: pointer;
    border: 0;
    outline: none;
}

.d-h-img .cir-btn .choice {
    background: #fff;
}

.pageChild .page h2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}

.pageChild .page .info {
    padding-top: 10px;
    font-size: 14px;
    padding: 10px 20px 0 20px;
}

.d-h-content {
    position: relative;
    background-color: #f4f4f4;
}

.bj-viewSwapper{
    position: relative;
    float: left;
    margin-top:30px;
}
.bj-contentSwapper{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    border-radius:10px;
    background-color: #fff;
}
.bj-con_news{
    position: relative;
    float: left;
    width:800px;
    padding:30px 40px 10px 40px;
}

.bj-labelBar{
    border-bottom:2px solid #e2e2e2;
    background-image: url(../img/labelBg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 40px;
    padding-top:5px;
}
.bj-menuTab{
    position: relative;
    float: left;
    line-height: 33px;
    font-size: 18px;
    padding: 0 15px;
    color: #a4a4a4;
    cursor: pointer;
}
.bj-menuTab-active{
    color: #5a5a5a;
    border-bottom:2px solid #cd1f04;
}
.moreBtn{
    float: right;
    line-height: 33px;
    color: #a4a4a4;
}
.bj-newslineSwapper{
    padding: 15px 0px 0 0;
    height:300px;
}
.bj-newsTxt{
    position: relative;
    float: left;
    padding-left:20px;
    height: 30px;
    line-height: 30px;
    width: 560px;
    background-image: url(../img/dot.jpg);
    background-repeat: no-repeat;
    background-position: 8px 11px;
    color: #2b2b2b;
}
.bj-newDate{
    position: relative;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #9b9b9b;
}


/* login */
.bj-con_login{
    position: relative;
    float: left;
    width:350px;
    margin-left:30px;
    padding:30px 30px 40px 30px;
    
}
.bj-loginLogo{
    text-align: center;
}
.bj-login_btn{
    position: relative;
    border-radius: 10px;
    background-color: #cd1f04;
    width:290px;
    height: 50px;
    margin-top:30px;
    overflow: hidden;
}
.bj-login_btnTip{
    position: relative;
    float: left;
    width:50px;
    height: 50px;
    padding-left:15px;
    padding-top:13px;
    background-color: #b21800;
}
.bj-login_btnTip::after{
    z-index: 9999;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b21800;
    position: absolute;
    left: 50px;
    top: 20px;
}

.bj-login_btnTxt{
    position: relative;
    float: left;
    width: 240px;
    line-height: 50px;
    padding-left:50px;
    letter-spacing:2px;
    color: #fff;
}

.bj-con_box{
    position: relative;
    float: left;
    height:300px;
    width:575px;
    padding:30px 40px 10px 40px;
}

.bj-newsboxTxt{
    position: relative;
    float: left;
    padding-left:20px;
    height: 30px;
    line-height: 30px;
    max-width: 360px;
    background-image: url(../img/dot.jpg);
    background-repeat: no-repeat;
    background-position: 8px 13px;
    color: #2b2b2b;
}
.ml-30{
    margin-left:30px;
}


.bj-con_pre{
    position: relative;
    float: left;
    width:1180px;
    padding:30px 20px 30px 20px;
}

.bj-con_preLabel{
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    line-height: 60px;
    border-bottom:2px solid #cd1f04;
    display: inline-block;
    /* padding:0 10px; */
}
.bj-con_preInfo{
    font-size: 14px;
    text-align: center;
    color: #989898;
    margin-top:20px; 
}
.bj-iconSwapper{
    margin-top:30px;
}
.bj-iconSwapper_box{
    position: relative;
    float: left;
    width:285px;
    text-align: center;
}
.bj-iconSwapper_icon{
    margin-bottom:10px;
}
.bj-iconSwapper_txt{
    font-size: 24px;
    color: #cd1f04;
    margin-bottom:10px;
    line-height: 50px;
}
.bj-iconSwapper_btn{
    display: inline-block;
    width:240px;
    height: 40px;
    line-height: 40px;
    background-color: #cd1f04;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin-bottom:10px;
    outline: none;
    border:none;
}

.bj-iconSwapper_btn:hover {
	color: #fff;
}

.bj-iconSwapper_btn:visited {
	color: #fff;
}

.bj-iconSwapper_box+.bj-iconSwapper_box{
    border-left:1px solid #d6d6d6;
}

.menuTab_hide{
    display: none;
}

.password{
    font-size: 18px;
    color: #fff;
    margin-left:2px;
    /* line-height: 30px; */
}












































.bannerBox {
    position: relative;
}

.d-h-blue {
    position: relative;
    background-color: #0071c1;
}

.bank_swapper {
    margin-top: 60px;
    /* background-color: #fff; */
}

.bank_newsBanner-fl {
    position: relative;
    width: 700px;
    margin-right: 20px;
    background-color: #fff;
    padding: 45px 50px 25px 50px;
}

.bank_newsBanner-fr {
    position: relative;
    width: 270px;
    background-color: #fff;
    padding: 45px 20px 25px 20px;
}

.bank_newsBanner-title {
    position: absolute;
    top: -12px;
    padding: 5px 20px;
    background-color: #2655a5;
    color: #fff;
}

.bank_newsBanner-txt {
    position: relative;
    float: left;
    margin-right: 20px;
    max-width: 500px;
    line-height: 25px;
}

.bank_newsBanner-txt1 {
    position: relative;
    float: left;
    margin-right: 20px;
    max-width: 130px;
    line-height: 25px;
}

.bank_newsBanner-data {
    position: relative;
    float: right;
    line-height: 25px;
}

.bank_newsBanner-btn {
    width: 100%;
    line-height: 25px;
    background-color: #bb0200;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
.bank_newsBanner-btn:hover,.bank_newsBanner-btn:focus{
    color: #fff;
}

.bank_newsBanner-swapper {
    position: relative;
    width: 320px;
    background-color: #fff;
    padding: 45px 20px 25px 20px;
}

.bank_newsBanner-swapper+.bank_newsBanner-swapper {
    margin-left: 15px;
}






.d-h-footer {
    position: relative;
    background-color: #cd1f03;
}

.d-h-main {
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
}

.footer {
    padding: 30px 20px;
    background-color: #cd1f03;
}

.footer span {
    display: block;
    line-height: 30px;
    color: #fff;
}


.homestyle_footer-ul {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 50px;
}

.homestyle_footer-ul li {
    position: relative;
    display: inline-block;

}

.homestyle_footer-ul a {
    position: relative;
    color: #fff;
    padding: 0 60px;
}

.homestyle_footer-ul a:first-child:after {
    content: "";
    position: absolute;
    left: 0px;
}

.homestyle_footer-ul a::after {
    content: "|";
    position: absolute;
    left: 0px;
}

.iconClassWhite {
    font-size: 14px;
    /* color: #fff; */
    vertical-align: middle;
    padding-left: 10px;
}

.bank_newsBanner_line1{
    padding:0 15px;
    height: 50px;
    line-height: 50px;
}
.bank_newsBanner_line1 span{
    display:inline-block;
    padding: 0 5px;
    color: #bb0200;
}
.bank_newsBanner_line1+.bank_newsBanner_line1{
    border-top:1px dotted #000;
}
