.mod_article {
    background-color: #1163bd;
}

.hmc1Rx * {
    color: #ffffff;
}

.hmc1Rx h2 {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.hmc1des {
    font-size: 16px;
	margin: 60px 0;
}

.hmc1des p{ margin-top:-45px;}

.hmc1ul {
    margin-top: 30px;
}

.hmc1ul li strong span,
.hmc1ul li p {
    color: #ffffff;
	text-align:center;
}

.in_bt {
    margin: 5vw 0 3vw;
}

.in_bt * {
    color: #ffffff;

}

.in003_qt {
    width: 100%;
    float: left;
    padding: 0 108px 150px 108px;
    background-image: url(../images/in_bj2.jpg);
    background-position: center bottom  !important;
    background-color: #00479d;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    height: 100%;
    overflow: hidden;
}

.in003 {
    width: 100%;
    height: 650px;
    float: left;
    position: relative;
}

.in003 .an01 {
    width: 46px;
    height: 21px;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    left: -23px;
    top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    background-image: url(../images/tl_an.png);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.in003 .an01:hover {
    left: -26px;
}

.in003 .an02 {
    width: 46px;
    height: 21px;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    right: -23px;
    top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    background-image: url(../images/tr_an.png);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.in003 .an02:hover {
    right: -26px;
}

.in003 ul {
    width: 100%;
    float: left;
    clear: both;
}

.in003 li {
    width: calc(25% - 29px);
    float: left;
}

.in003 li .nr_qt {
    width: 100%;
    clear: both;
}

.in003 li .nr_qt .wz1 {
    width: 15px;
    height: 20px;
    float: left;
    margin-top: 17px;
    display: inline;
    border-left: solid 1px #ffffff;
}

.in003 li .nr_qt .wz2 {
    line-height: 54px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Light";
    color: #fff;
}

.in003 li .tp1 {
    width: 100%;
    height: 248px;
    float: left;
    clear: both;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.in003 li dl {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 2px;
    display: inline;
    clear: both;
}

.in003 li dd {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
    display: inline;
    clear: both;
    font-family: "SourceHanSansCN-Light";
}

.in003 li dd .wz1 {
    width: 100%;
    height: 14px;
    float: left;
    text-indent: 6px;
    line-height: 14px;
    font-size: 14px;
    color: #ffffff;
    border-left: solid 1px #ffffff;
    margin-top: 6px;
    display: inline;
}

.in003 li dd .wz2 {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 6px;
    display: inline;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.in003 li .mor1 {
    width: 100%;
    height: 102px;
    float: left;
    line-height: 102px;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    display: inline;
    clear: both;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.in003 li .mor1:hover {
    background-color: #1163bd;
    box-shadow: 7px 9px 17px rgba(0, 0, 0, 0.31);
}

.online-dialog-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9980;
    display: none;
}

.online-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.online-dialog {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 852px;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

.online-dialog .tit-box {
    width: 100%;
    height: 95px;
    clear: both;
}

.online-dialog .tit-box .tit {
    font-size: 30px;
    line-height: 95px;
    color: #444;
    float: left;
    text-indent: 35px;
}

.online-dialog .tit-box .online-close {
    float: right;
    width: 24px;
    margin: 24px 23px 0 0;
}

.online-dialog .tit-box .online-close img {
    width: 100%;
    display: block;
}

.online-dialog .nr01 {
    width: 829px;
    height: 100%;
    float: left;
    overflow-x: hidden;
}

.online-dialog .nr01::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 7px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.online-dialog .nr01::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 100px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1163bd;
}

.online-dialog .nr01::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    background: #f0f0f0;
}

.online-dialog .nr01 ul {
    list-style-type: none;
}

.online-dialog .nr01 li {
    width: calc(100% - 110px);
    float: left;
    position: relative;
    border-bottom: solid 1px #dfdfdf;
    clear: both;
    padding: 33px 0 39px 83px;
    background-image: url(../images/in03_li_bj.jpg);
    background-repeat: repeat-y;
    background-position: 56px;
}

.online-dialog .nr01 li .wz1 {
    width: 21px;
    height: 21px;
    position: absolute;
    background-color: #fff;
    left: 46px;
    top: 39px;
    border: solid 4px #1163bd;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.online-dialog .nr01 li .wz2 {
    width: 100%;
    clear: both;
    line-height: 20px;
    font-size: 14px;
    color: #444;
}

.online-dialog .nr01 li .wz3 {
    width: 100%;
    clear: both;
    line-height: 37px;
    font-size: 14px;
    color: #444;
}

.online-dialog .nr01 li .wz4 {
    width: 100%;
    clear: both;
    margin-top: 13px;
    display: inline;
    line-height: 30px;
    font-size: 14px;
    color: #818181;
}

.online-dialog .nr01 li .wz4 img {
    max-width: 50%;
    height: auto;
    margin-right: 24px;
    display: inline;
    float: left;
}