@charset "utf-8";
#indexDH {
    position: relative;
}

#indexDH.layui-carousel {
    background-color: #f3f7fd;
}

#indexDH.layui-carousel>[carousel-item]>* {
    background-color: #f3f7fd;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#indexDH img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
}

#indexDH .layui-container {
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}

#indexDH .indexDHContent {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(5, 43, 94, 0.85);
    box-shadow: 0px 2px 10px rgba(20, 40, 65, 0.6);
    -moz-box-shadow: 0px 2px 10px rgba(20, 40, 65, 0.6);
    -webkit-box-shadow: 0px 2px 10px rgba(20, 40, 65, 0.6);
    padding: 0 25px;
    box-sizing: border-box;
}

@media screen and (min-width: 200px) {
    #indexDH .indexDHContent {
        width: 420px !important;
    }
}

@media screen and (min-width: 850px) {
    #indexDH .indexDHContent {
        width: 420px !important;
    }
}

@media screen and (min-width: 992px) {
    #indexDH .indexDHContent {
        width: 420px !important;
    }
}

@media screen and (min-width: 1230px) {
    #indexDH .indexDHContent {
        width: 420px !important;
    }
}

@media screen and (min-width: 1630px) {
    #indexDH .indexDHContent {
        width: 480px;
    }
}

#indexDH .indexDHContent h1 {
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 35px;
    color: #FFF;
}

#indexDH .indexDHContent p {
    font-size: 16px;
    line-height: 37px;
    color: #FFF;
    display: block;
    margin: 00px auto 40px;
}

#indexDH.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: auto;
    bottom: -55px;
    top: auto;
    font-size: 34px;
}

#indexDH.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    left: auto !important;
    bottom: -75px;
    top: auto;
}

#indexDH .layui-carousel-arrow {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #142842;
    color: #FFF;
    border-radius: 0;
}

#indexDH .layui-carousel-arrow:hover {
    background-color: #4575c8;
}

.indexLine1 {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.indexLine1 div {
    text-align: center;
}

.indexLine1 div i {
    font-size: 60px;
    display: block;
    color: #3467c2;
}

.indexLine1 div p {
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
    color: #041b4c;
    margin-top: 15px;
}

.indexLine1 div p i {
    font-size: 35px;
    color: #041b4c;
    font-style: normal;
    display: inline-block;
}

.indexLine1 div h1 {
    line-height: 38px;
    font-size: 22px;
    color: #3467c2;
    display: block;
    margin-top: 5px;
}

.indexLine1 div span {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    color: #3c3c3c;
    display: block;
}

.indexLine2 {
    position: relative;
    background-color: #FFF;
}

.indexLine2>.layui-container {
    overflow: hidden
}

.indexLine2Content {
    position: relative;
    padding-bottom: 30px;
    background: url(../images/indexLine2ContentBg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.indexLine2ContentBox {
    display: flex;
    justify-content: space-between;
}

.indexLine2Content .indexLine2ContentLeft {
    width: 35%;
}

.indexLine2Content .indexLine2ContentLeft h1 {
    color: #FFF;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.indexLine2Content .indexLine2ContentLeft p {
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
}

.indexLine2Content .indexLine2ContentRight {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    width: calc(65% - 20px);
    padding-left: 120px;
    box-sizing: border-box;
}

.indexLine2Content .indexLine2ContentRight h1 {
    color: #FFF;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin-top: 40px;
}

.indexLine2Content .indexLine2ContentRight>div {
    width: 44%;
    position: relative;
    margin-bottom: 20px;
}

.indexLine2Content .indexLine2ContentRight>div:before {
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to bottom, transparent, #1b325b);
    content: '';
    bottom: 0;
    z-index: 1;
}

.indexLine2Content .indexLine2ContentRight div h1 {
    display: flex;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.indexLine2Content .indexLine2ContentRight div h1 i {
    font-size: 30px;
    margin-right: 10px;
    color: #FFF;
}

.indexLine2Content .indexLine2ContentRight div p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 3px;
    line-height: 25px;
    padding: 8px 20px 8px 0;
    display: flex;
}

.indexLine2Content .indexLine2ContentRight div p::before {
    content: '>';
    margin-right: 5px;
    margin-left: 16px;
}

.indexLine2Content .indexLine2ContentRight>div:first-of-type::after {
    content: '';
    width: 1px;
    height: 75%;
    position: absolute;
    right: 0;
    background-color: #465669;
    top: 50px;
}

.indexLine2Content .indexLine2ContentRight>div:last-of-type {
    margin-left: 70px;
}

.indexLine2Content .indexLine2ContentRight>div>div {
    height: 160px;
    overflow: hidden;
}

.indexLine2 img {
    right: 0;
    bottom: 0%;
    position: absolute;
    z-index: 1;
}

.indexLine2 .mCSB_scrollTools {
    right: 15px;
}

.indexLine2 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.indexLine2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #334458;
}

.indexLine2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.indexLine2 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #334458;
}

.indexLine2 .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.indexLine2 .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 20px;
}

.indexLine3>h1 {
    line-height: 30px;
    display: inline-block;
    font-size: 35px;
    color: #041b4c;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    margin: 45px auto 29px;
}

.indexLine3 .indexLine3Content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.indexLine3 .indexLine3Content>div {
    margin-right: 40px;
    margin-bottom: 46px;
    width: calc((100% - 80px) / 3);
}

.indexLine3 .indexLine3Content>div * {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.indexLine3 .indexLine3Content>div>div:first-of-type {
    position: relative;
    height: 190px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* .indexLine3 .indexLine3Content>div>div:first-of-type img:first-of-type {
    position: absolute;
    left: 8px;
    top: 8px;
} */

.indexLine3 .indexLine3Content>div>div:first-of-type img:last-of-type {
    min-width: 100%;
    width: auto;
    height: 190px;
}

.indexLine3 .indexLine3Content>div:last-of-type {
    margin-right: 0;
}

.indexLine3 .indexLine3Content>div>div:last-of-type {
    background-color: #FFF;
    padding: 0 27px;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 190px);
}

.indexLine3 .indexLine3Content>div>div:last-of-type span {
    color: #3467c2;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
    display: block;
}

.indexLine3 .indexLine3Content>div>div:last-of-type h1 {
    font-size: 18px;
    color: #041b4c;
    line-height: 28px;
    margin-top: 10px;
    display: block;
    height: 56px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    margin-bottom: 20px;
}

.indexLine3 .indexLine3Content>div>div:last-of-type h1.overText::after {
    content: '...';
    position: absolute;
    right: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), #FFF, #FFF);
    text-align: right;
}

.indexLine3 .indexLine3Content>div>div:last-of-type>p {
    font-size: 15px;
    line-height: 27px;
    color: #3c3c3c;
    margin-top: 38px;
    margin-bottom: 21px;
    box-sizing: border-box;
    height: 55px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    display: none;
}

.indexLine3 .indexLine3Content>div>div:last-of-type>p.overText::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), #FFF, #FFF);
    text-align: right;
}

.indexLine3 .indexLine3Content>div>div div {
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #d8d8d8 solid;
}

.indexLine3 .indexLine3Content>div>div div p {
    font-size: 15px;
    color: #3c3c3c;
}

.indexLine3 .indexLine3Content>div>div div i {
    font-size: 15px;
    color: #3c3c3c;
}

.indexLine3 .indexLine3Content>div:hover {
    -moz-box-shadow: 0px 0px 8px rgba(20, 40, 60, 0.1);
    -webkit-box-shadow: 0px 0px 8px rgba(20, 40, 60, 0.1);
    box-shadow: 0px 0px 8px rgba(20, 40, 60, 0.1);
}

.indexLine3 .indexLine3Content>div:hover>div div * {
    color: #3467c2 !important;
}

.indexLine4 {
    background: url(../images/indexLine4BG.jpg);
    background-image: url("../images/indexLine4.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}

.indexLine4 h1 {
    line-height: 65px;
    display: inline-block;
    font-size: 30px;
    color: #FFF;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    margin: 40px auto 0;
}

.indexLine4 p {
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    display: block;
    margin-top: 3px;
}

.indexLine4 .indexLine4Content {
    margin-top: 40px;
    display: flex;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p {
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p font {
    width: 55px;
    margin-right: 4px;
    display: inline-block;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p:hover,
.indexLine4 .indexLine4Content .indexLine4ContentItem p.hover {
    color: #FFF;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p:last-of-type {
    margin-bottom: 125px;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p:last-of-type::after {
    display: none;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p::before {
    content: '<';
    margin-right: 16px;
}

.indexLine4 .indexLine4Content .indexLine4ContentItem p::after {
    content: '';
    width: 210px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.indexLine4 .indexLine4Content .indexLine4ContentPic {
    position: relative;
}

.indexLine4 .indexLine4Content .indexLine4ContentPic #pie2 {
    width: 800px;
    height: 800px;
    top: -75px;
    position: absolute;
    left: -80px;
    zoom: 1 !important;
}

@media screen and (min-width: 1230px) {
    .indexLine4 .indexLine4Content .indexLine4ContentPic #pie2 {
        width: 740px;
        height: 740px;
    }
}

@media screen and (max-width: 768px) {
    .layui-container {
        padding: 0 10px;
    }
    #indexDH .layui-container {
        position: relative;
    }
    #indexDH {
        height: 240px !important;
    }
    #indexDH.layui-carousel>[carousel-item]>* {
        background-size: cover;
    }
    #indexDH .layui-container {
        padding: 0;
        bottom: 0;
    }
    #indexDH .indexDHContent {
        width: 100% !important;
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        height: 176px;
    }
    #indexDH .indexDHContent h1 {
        margin-top: 15px;
        line-height: 30px;
        font-size: 1.25rem;
        font-weight: normal;
    }
    #indexDH .indexDHContent p {
        font-size: 0.875rem;
        line-height: 24px;
        margin: 10px auto 20px;
    }
    .indexLine1 {
        flex-wrap: wrap;
        margin-top: 210px;
        padding-bottom: 10px;
    }
    .indexLine1 div {
        width: calc((100% - 20px)/2);
        margin-bottom: 15px;
    }
    .indexLine1 div i {
        font-size: 2.5rem;
    }
    .indexLine1 div p {
        font-size: 1.5rem;
        margin-top: 10px;
        line-height: 30px;
    }
    .indexLine1 div p i {
        font-size: 1.6rem;
    }
    .indexLine1 div h1 {
        font-size: 1.124rem;
    }
    .indexLine1 div span {
        font-size: 0.875rem;
        text-align: justify;
        line-height: 24px;
    }
    .indexLine1 div span br {
        display: none;
    }
    .indexLine2Content {
        background-size: cover;
        padding-bottom: 0;
    }
    .indexLine2ContentBox {
        flex-wrap: wrap;
    }
    .indexLine2Content .indexLine2ContentLeft {
        width: 100%;
    }
    .indexLine2Content .indexLine2ContentLeft h1 {
        font-size: 1.124rem;
        line-height: 30px;
        margin-top: 18px;
        margin-bottom: 14px;
    }
    .indexLine2Content .indexLine2ContentLeft p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .indexLine2Content .indexLine2ContentRight {
        width: 100%;
        padding-left: 0;
        justify-content: space-between;
    }
    .indexLine2Content .indexLine2ContentRight h1 {
        font-size: 1.124rem;
        line-height: 30px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .indexLine2Content .indexLine2ContentRight>div {
        width: 100%;
        margin-bottom: 28px;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px 15px;
        box-sizing: border-box;
        border-radius: 3px;
    }
    .indexLine2Content .indexLine2ContentRight>div:before {
        display: none;
    }
    .indexLine2Content .indexLine2ContentRight>div:first-of-type::after {
        display: none;
    }
    .indexLine2Content .indexLine2ContentRight>div:last-of-type {
        margin-left: 0;
    }
    .indexLine2Content .indexLine2ContentRight div h1 {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .indexLine2Content .indexLine2ContentRight div h1 i {
        font-size: 1.5rem;
        font-weight: normal;
    }
    .indexLine2Content .indexLine2ContentRight>div>div {
        height: auto;
    }
    .indexLine2Content .indexLine2ContentRight div p {
        font-size: 0.875rem;
        line-height: 26px;
        padding: 0;
        display: inline-flex;
        margin-right: 15px;
        min-width: calc(50% - 15px);
    }
    .indexLine2Content .indexLine2ContentRight div p::before {
        content: '·';
        margin-left: 0;
    }
    .indexLine3>h1 {
        font-size: 1.872rem;
        margin: 30px 0 20px;
    }
    .indexLine3 .indexLine3Content {
        flex-wrap: wrap;
    }
    .indexLine3 .indexLine3Content>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .indexLine3 .indexLine3Content>div>div:first-of-type {
        height: auto;
    }
    .indexLine3 .indexLine3Content>div>div:first-of-type img:last-of-type {
        width: 100%;
        min-width: unset;
        min-height: unset;
        display: none;
    }
    .indexLine3 .indexLine3Content>div>div:last-of-type {
        height: auto;
        padding: 0 10px;
    }
    .indexLine3 .indexLine3Content>div>div:last-of-type span {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .indexLine3 .indexLine3Content>div>div:last-of-type h1 {
        font-size: 1.125rem;
        height: auto;
        line-height: 30px;
        margin-top: 5px;
    }
    .indexLine3 .indexLine3Content>div>div:last-of-type>p {
        font-size: 0.875rem;
        height: auto;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: justify;
    }
    .indexLine3 .indexLine3Content>div>div div {
        height: 45px;
    }
    .indexLine4 {
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .indexLine4 h1 {
        font-size: 1.872rem;
        line-height: 30px;
        margin-top: 35px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .indexLine4 p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-top: 0;
    }
    .indexLine4 .indexLine4Content {
        flex-wrap: wrap;
        display: none;
    }
    .indexLine4 .indexLine4Content .indexLine4ContentPic {
        width: 100%;
    }
    .indexLine4 .indexLine4Content .indexLine4ContentPic #pie2 {
        width: 355px;
        height: 355px;
        position: relative;
        top: 0;
        left: 0;
    }
    .indexLine4 .indexLine4ContentMobile {
        margin-top: 20px;
        border: 0;
    }
    .indexLine4 .layui-collapse.indexLine4ContentMobile,
    .indexLine4 .layui-collapse.indexLine4ContentMobile .layui-colla-content,
    .indexLine4 .layui-collapse.indexLine4ContentMobile .layui-colla-item {
        border-color: rgba(255, 255, 255, 0.3);
        border: 0;
    }
    .indexLine4 .layui-colla-title {
        background-color: transparent;
        color: #FFF;
        font-size: 1.125rem;
        font-weight: normal;
        height: 45px;
        line-height: 45px;
        padding: 0;
    }
    .indexLine4 .layui-colla-icon {
        left: auto;
        right: 0;
        font-size: 1.125rem;
    }
    .indexLine4 .layui-collapse.indexLine4ContentMobile .layui-colla-content {
        border: 0;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 15px;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 10px 0;
    }
    .indexLine4 .layui-colla-content p {
        font-size: 0.875rem;
        line-height: 24px;
        min-width: 50%;
        display: inline-flex;
    }
    .indexLine4 .layui-colla-content p::before {
        content: '·';
        font-weight: bold;
        margin-right: 8px;
    }
}