/*header*/
.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 240px;
    z-index: 9990;
    border-bottom: 2px solid #002168;
}

.header-d1 {
    width: 222px;
    float: left;
    padding-top: 24px;
}

.header-d2 {
    float: right;
}

.header-d2 ul li {
    float: left;
    padding: 0 15px;
    position: relative;
}

.header-d2 ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 44px;
    right: 0;
}

.header-d2 ul li:last-child:before {
    display: none;
}

.header-d2 ul li a {
    display: block;
    line-height: 100px;
    padding: 0 15px;
    font-size: 16px;
    color: #ffffff;
}

.header-d2 .header-d2-dq a {
    color: #fa8c00;
}

.header-d2 .header-d2-dq a:before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fa8c00;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}
.header-d2 .header-d2-dq1 a {
    color: #fa8c00;
}
.header-d2 .header-d2-dq1 .header-d2-dq1-a:before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fa8c00;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}
.header-d2 .sub {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    display: none;
}

.header-d2 .sub div {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 25px;
    box-shadow: 0 2px 10px 1px #afbad3;
}

.header-d2 .sub div a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #404040;
    margin-bottom: 15px;
}

.header-d2 .sub .sub-dq {
    color: #f78b00;
}

@media screen and (max-width: 1800px) {
    .header {
        padding: 0 200px;
    }
}

@media screen and (max-width: 1700px) {
    .header {
        padding: 0 150px;
    }
}

@media screen and (max-width: 1600px) {
    .header {
        padding: 0 120px;
    }
}

@media screen and (max-width: 1500px) {
    .header {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1400px) {
    .header {
        padding: 0 50px;
    }

    .header-d2 ul li {
        padding: 0 10px;
    }

}

@media screen and (max-width: 1300px) {
    .header {
        padding: 0 20px;
    }

    .header-d2 ul li {
        padding: 0 5px;
    }

}

/*index-banner*/
.index-banner {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.index-banner ul {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    margin-left: -960px;
    height: 100%;
}

.index-banner li {
    width: 100%;
    text-align: center;
}

.index-banner .front-banner-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    z-index: 999;
}

.index-banner .front-banner-nav a {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    text-indent: -9000px;
    background-color: #fff;
    opacity: .5;
    border-radius: 5px;
}

.index-banner .front-banner-nav a.activeSlide {
    background-color: #fff;
    opacity: 1;
    width: 45px;
}

/*index-d1*/
.index-d1 {
    width: 100%;
    height: 924px;
    background-color: #f4f5fa;
}

.index-d1-d1 {
    text-align: center;
    height: 146px;
}

.index-d1-d1 h1 {
    font-size: 36px;
    color: #202020;
    padding-top: 55px;
}

.index-d1-d2 {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.index-d1-d2 > div {
    width: 280px;
    height: 340px;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.index-d1-d2 > div > img {
    margin: 0 auto;
}

.index-d1-d2 > div > h2 {
    text-align: center;
    font-size: 18px;
    color: #202020;
    padding-top: 35px;
}

.index-d1-d2 > div > p {
    text-align: center;
    font-size: 16px;
    color: #787878;
    padding-top: 10px;
}

.index-d1-d2 > div > div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fa8c00;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: none;
}

.index-d1-d2 > div:hover > div {
    display: block;
}

.index-d1-d2 > div > div h3 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 55px 0 10px;
}

.index-d1-d2 > div > div h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: normal;
}

.index-d1-d2 > div > div a {
    display: block;
    width: 140px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fa8c00;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -70px;
    box-shadow: 0 0 5px 5px #f97b00;
}

/*index-d2*/
.index-d2 {
    width: 100%;
    background-color: #002982;
}

.index-d2-d1 {
    width: 100%;
    height: 302px;
    background: url("../images/index-d2-d1-bjt_03.png") no-repeat;
}

.index-d2-d1 h1 {
    text-align: center;
    font-size: 36px;
    color: #002982;
    padding-top: 120px;
}

.index-d2-d2 {
    position: relative;
    width: 100%;
    height: 298px;
}

.index-d2-d2 > a {
    display: block;
    text-align: center;
}

.index-d2-d2 > a:nth-child(1) {
    position: absolute;
    top: 0;
    left: 3px;
}

.index-d2-d2 > a:nth-child(2) {
    position: absolute;
    top: 0;
    left: 182px;
}

.index-d2-d2 > a:nth-child(3) {
    position: absolute;
    top: 0;
    left: 360px;
}

.index-d2-d2 > a:nth-child(4) {
    position: absolute;
    top: 0;
    left: 538px;
}

.index-d2-d2 > a:nth-child(5) {
    position: absolute;
    top: 0;
    left: 719px;
}

.index-d2-d2 > a:nth-child(6) {
    position: absolute;
    top: 0;
    left: 898px;
}

.index-d2-d2 > a:nth-child(7) {
    position: absolute;
    top: 0;
    left: 1080px;
}

.index-d2-d2 > a img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index-d2-d2 > a p {
    font-size: 18px;
    color: #ffffff;
    padding-top: 160px;
}

/*index-d3*/
.index-d3 {
    width: 100%;
    background-color: #f4f5fa;
}

.index-d3-d1 {
    height: 474px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.index-d3-d1 > div {
    width: 360px;
}

.index-d3-d1-d1 {
    width: 100%;
    height: 180px;
    position: relative;
}

.index-d3-d1-d1 img {
    width: 100%;
    height: 180px;
}

.index-d3-d1-d1 h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .5);
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    overflow: hidden;
}

.index-d3-d1-d2 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.index-d3-d1-d2 h3 {
    float: left;
    font-weight: normal;
    font-size: 18px;
    padding-top: 15px;
    height: 50px;
    color: #010101;
    border-bottom: 2px solid #0c78be;
}

.index-d3-d1-d2 a {
    float: right;
    font-size: 14px;
    color: #101010;
    margin-top: 18px;
}

.index-d3-d1-d3 {
    padding-top: 20px;
}

.index-d3-d1-d3 ul li {
    line-height: 30px;
}

.index-d3-d1-d3 ul li h4 {
    float: left;
    font-weight: normal;
    font-size: 14px;
    color: #101010;
}

.index-d3-d1-d3 ul li h4 a {
    color: #101010;
}

.index-d3-d1-d3 ul li span {
    float: right;
    font-size: 12px;
    color: #404040;
}

.multipleColumn {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.multipleColumn .hd {
    text-align: center;
    height: 90px;
}

.multipleColumn .hd ul {
    display: inline-block;
    padding-top: 15px;
}

.multipleColumn .hd ul li {
    float: left;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c8c8c8;
    border-radius: 10px;
    margin: 0 5px;
}

.multipleColumn .hd ul li.on {
    background-color: #0c78be;
}

.multipleColumn .bd {
    overflow: hidden;
}

.multipleColumn .bd ul {
    overflow: hidden;
    width: 1200px;
    float: left;
    _display: inline;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.multipleColumn .bd ul li {
    margin: 0 0 14px;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 226px;
    height: 138px;
}

.multipleColumn .bd ul li img {
    width: 226px;
    height: 138px;
}

/*index-d5*/
.index-d5 {
    width: 100%;
    background-color: #f4f5fa;
    padding-bottom: 70px;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #191e2b;
}

.footer-d1 {
    padding-bottom: 30px;
}

.footer-d1-d1 {
    width: 180px;
    height: 300px;
    float: left;
}

.footer-d1-d1 h2 {
    font-weight: normal;
    font-size: 18px;
    color: #f4f5fa;
    padding: 45px 0 20px;
}

.footer-d1-d1 p {
    line-height: 40px;
}

.footer-d1-d1 p a {
    font-size: 16px;
    color: #7e8087;
}

.footer-d1-d2 {
    width: 370px;
    float: left;
}

.footer-d1-d2 h2 {
    font-weight: normal;
    font-size: 18px;
    color: #f4f5fa;
    padding: 45px 0 20px;
}

.footer-d1-d2 div {
    width: 230px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-d1-d2 div p {
    line-height: 40px;
    padding-right: 15px;
}

.footer-d1-d2 div p a {
    font-size: 16px;
    color: #7e8087;
}

.footer-d1-d3 {
    width: 440px;
    float: left;
}

.footer-d1-d3 h2 {
    font-weight: normal;
    font-size: 18px;
    color: #f4f5fa;
    padding: 45px 0 20px;
}

.footer-d1-d3 div {
    width: 255px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-d1-d3 div p {
    line-height: 40px;
    padding-right: 15px;
}

.footer-d1-d3 div p a {
    font-size: 16px;
    color: #7e8087;
}

.footer-d1-d4 {
    width: 380px;
    float: left;
}

.footer-d1-d4 h2 {
    font-weight: normal;
    font-size: 18px;
    color: #f4f5fa;
    padding: 45px 0 20px;
}

.footer-d1-d4 p {
    line-height: 40px;
    font-size: 16px;
    color: #7e8087;
}

.footer-d2 {
    line-height: 50px;
    border-top: 1px solid #0c0f17;
    text-align: center;
}

.footer-d2 a, .footer-d2 p {
    display: inline-block;
    font-size: 16px;
    color: #5e6267;
}

.footer-d2 a {
    margin-right: 20px;
}

/*about-d1*/
.about-d1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.about-d1 img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.about-d2-d1 p {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
    padding-bottom: 15px;
}

.about-d2-d1 img {
    padding: 40px 0 80px;
}

/*about-d3*/
.about-d3 {
    width: 100%;
    height: 600px;
    background: url("../images/about-d3-bjt_02.jpg") no-repeat center;
}

.about-d3-d1 {
    text-align: center;
    height: 148px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    padding-top: 60px;
}

.about-d3-d2 {
    padding-left: 500px;
}

.about-d3-d2 > div {
    width: 688px;
    height: 370px;
    background-color: #fff;
    padding: 0 40px;
}

.about-d3-d2 > div h2 {
    border-bottom: 1px solid #e5e6ea;
    margin-bottom: 10px;
}

.about-d3-d2 > div h2 span {
    display: inline-block;
    font-size: 22px;
    color: #202020;
    padding: 40px 0 10px;
    border-bottom: 3px solid #0c78be;
}

.about-d3-d2 > div p {
    font-size: 18px;
    line-height: 40px;
    color: #404040;
}

/*about-d4*/
.about-d4 {
    width: 100%;
    background-color: #f4f5fa;
    padding-bottom: 80px;
}

.about-d4-d1 {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.about-d4-d1 > div:nth-child(1) {
    width: 287px;
    height: 368px;
    background-color: #fff;
}

.about-d4-d1 > div:nth-child(2) {
    width: 288px;
    height: 368px;
    background-color: #fff;
}

.about-d4-d1 > div:nth-child(3) {
    width: 278px;
    height: 368px;
    background-color: #fff;
}

.about-d4-d1 > div:nth-child(4) {
    width: 338px;
    height: 368px;
    background-color: #fff;
}

.about-d4-d1 > div img {
    margin: 0 auto;
}

.about-d4-d1 > div h2 {
    font-weight: normal;
    font-size: 24px;
    color: #002020;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.about-d4-d1 > div span {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #0c78be;
    margin: 0 auto 15px;
    border-radius: 5px;
}

.about-d4-d1 > div p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #505050;
}

/*about-d5*/
.about-d5 {
    padding-bottom: 80px;
}

/*about-d6*/
.about-d6 {
    width: 100%;
    height: 1532px;
    background: url("../images/about-d6-bjt_02.jpg") no-repeat center;
}

.about-d6-d1 {
    text-align: center;
    height: 136px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    padding-top: 55px;
}

.about-d6-d2 {
    height: 1329px;
    padding: 0 28px 0 30px;
    background: url("../images/about-d6-hj_03.png") no-repeat top center;
}

.about-d6-d2-d1 {
    float: left;
}

.about-d6-d2-d1 > div {
    width: 520px;
    padding: 20px 30px;
    background-color: rgba(0, 32, 100, .5);
    position: relative;
}

.about-d6-d2-d1 > div:before {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background: url("../images/about-d6-Ljt_03.png") no-repeat;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -9px;
}

.about-d6-d2-d1 > div:nth-child(1) {
    margin-top: 108px;
    margin-bottom: 40px;
}

.about-d6-d2-d1 > div:nth-child(2) {
    margin-bottom: 58px;
}

.about-d6-d2-d1 > div:nth-child(3) {
    margin-bottom: 70px;
}

.about-d6-d2-d1 > div:nth-child(4) {
    margin-bottom: 32px;
}

.about-d6-d2-d1 > div:nth-child(5) {
    margin-bottom: 32px;
}

.about-d6-d2-d1 > div:nth-child(6) {
    margin-bottom: 32px;
}

.about-d6-d2-d1 > div h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 10px;
}

.about-d6-d2-d1 > div p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.about-d6-d2-d2 {
    float: right;
}

.about-d6-d2-d2 > div {
    width: 520px;
    padding: 20px 30px;
    background-color: rgba(0, 32, 100, .5);
    position: relative;
}

.about-d6-d2-d2 > div:before {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background: url("../images/about-d6-Rjt_07.png") no-repeat;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -9px;
}

.about-d6-d2-d2 > div:nth-child(1) {
    margin-top: 138px;
    margin-bottom: 92px;
}

.about-d6-d2-d2 > div:nth-child(2) {
    margin-bottom: 25px;
}

.about-d6-d2-d2 > div:nth-child(3) {
    margin-bottom: 51px;
}

.about-d6-d2-d2 > div:nth-child(4) {
    margin-bottom: 30px;
}

.about-d6-d2-d2 > div:nth-child(5) {
    margin-bottom: 30px;
}

.about-d6-d2-d2 > div h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 10px;
}

.about-d6-d2-d2 > div p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

/*security-banner*/
.security-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.security-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*inner-d1*/
.inner-d1 {
    width: 240px;
    text-align: center;
    float: left;
    padding-top: 40px;
    background-color: #fff;
}

.inner-d1 a {
    display: block;
    width: 100%;
    line-height: 46px;
    font-size: 18px;
    color: #404040;
    margin-bottom: 15px;
}

.inner-d1 .inner-d1-dq {
    background-color: #0080cc;
    color: #fff;
}

/*inner-d2*/
.inner-d2 {
    width: 960px;
    padding-bottom: 100px;
    float: right;
    border-left: 1px solid #e0e0e0;
    margin-top: 40px;
}

/*security_1*/
.security_1-d1 {
    width: 100%;
    padding-bottom: 25px;
}

.security_1-d1 h2 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.security_1-d1 img {
    margin: 0 auto;
}

/*security_2*/
.security_2 {
    padding-left: 70px;
}

.security_2-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_2-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_2-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_2-d1-d1 table {
    border-collapse: collapse;
}

.security_2-d1-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.security_2-d1-d1 table th, .security_2-d1-d1 table td {
    border: 1px solid #999;
}

.security_2-d1-d1 table tr td {
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.security_2-d1-d1 table tr td:nth-child(1) {
    padding: 0 15px;
    background-color: #ddf2ff;

}

.security_2-d1-d1 table tr td:nth-child(2) {
    padding: 30px;
    background-color: #f5f5f5;
}

.security_2-d1-d1 table tr td:nth-child(2) p {
    position: relative;
}

/*security_3*/
.security_3 {
    padding-left: 70px;
}

.security_3-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_3-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_3-d1 > img {
    width: 100%;
    padding: 15px 0;
}

/*security_4*/
.security_4 {
    padding-left: 70px;
}

.security_4-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_4-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_4-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_4-d1-d1-d1 {
    width: 440px;
    float: left;
}

.security_4-d1-d1-d1 p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_4-d1-d1-d2 {
    width: 400px;
    float: right;
}

/*security_5*/
.security_5 {
    padding-left: 70px;
}

.security_5-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_5-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_5-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_5-d1-d1 table {
    border-collapse: collapse;
}

.security_5-d1-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.security_5-d1-d1 table th, .security_5-d1-d1 table td {
    border: 1px solid #999;
}

.security_5-d1-d1 table tr td {
    color: #444;
    line-height: 30px;
}

.security_5-d1-d1 table tr td:nth-child(1) {
    padding: 0 15px;
    background-color: #ddf2ff;
    font-size: 18px;

}

.security_5-d1-d1 table tr td:nth-child(2) {
    padding: 30px;
    background-color: #f5f5f5;
}

.security_5-d1-d1 table tr td:nth-child(2) p {
    position: relative;
    font-size: 16px;
}

.security_5-d1-d1 table tr td:nth-child(3) {
    padding: 30px;
    background-color: #f5f5f5;
}

.security_5-d1-d1 table tr td:nth-child(3) p {
    position: relative;
    font-size: 16px;
}

.security_5-d1-d1 table tr td:nth-child(4) {
    padding: 30px;
    background-color: #f5f5f5;
}

.security_5-d1-d1 table tr td:nth-child(4) p {
    position: relative;
    font-size: 16px;
}

/*security_6*/
.security_6 {
    padding-left: 70px;
}

.security_6-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_6-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_6-d1 > img {
    width: 100%;
    padding: 15px 0;
}

/*security_7*/
.security_7 {
    padding-left: 70px;
}

.security_7-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_7-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_7-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_7-d1-d1 table {
    border-collapse: collapse;
}

.security_7-d1-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.security_7-d1-d1 table th, .security_7-d1-d1 table td {
    border: 1px solid #999;
}

.security_7-d1-d1 table tr td {
    color: #444;
    line-height: 30px;
}

.security_7-d1-d1-tr2 td {
    background-color: #ddf2ff;
    font-size: 18px;
    color: #444444;
    text-align: center;
}

.security_7-d1-d1-tr3 td {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #444444;
}

.security_7-d1-d1-tr3 td:nth-child(1) {
    text-align: center;
}

.security_7-d1-d1-tr3 td:nth-child(2) {
    text-align: center;
}

.security_7-d1-d1-tr3 td:nth-child(3) {
    padding: 15px 30px;
}

/*security_8*/
.security_8 {
    padding-left: 70px;
}

.security_8-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_8-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_8-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_8-d1-d1 table {
    border-collapse: collapse;
}

.security_8-d1-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.security_8-d1-d1 table th, .security_8-d1-d1 table td {
    border: 1px solid #999;
}

.security_8-d1-d1 table tr td {
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.security_8-d1-d1 table tr td:nth-child(1) {
    padding: 0 15px;
    background-color: #ddf2ff;

}

.security_8-d1-d1 table tr td:nth-child(2) {
    padding: 30px;
    background-color: #f5f5f5;
}

.security_8-d1-d1 table tr td:nth-child(2) p {
    position: relative;
}

/*security_9*/
.security_9 {
    padding-left: 70px;
}

.security_9-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 35px 0 10px;
}

.security_9-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.security_9-d1 > img {
    width: 100%;
    padding: 15px 0;
}

.security_9-d1-d1 table {
    border-collapse: collapse;
}

.security_9-d1-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.security_9-d1-d1 table th, .security_9-d1-d1 table td {
    border: 1px solid #999;
}

.security_9-d1-d1-tr2 td:nth-child(1) {
    background-color: #ddf2ff;
    font-size: 18px;
    color: #444444;
    text-align: center;
}

.security_9-d1-d1-tr2 td:nth-child(2) {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #444444;
    padding: 15px 30px;
    line-height: 30px;
}

.security_9-d1-d1-tr2 td:nth-child(3) {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #444444;
    text-align: center;
}

/*fhdb*/
.fhdb {
    width: 36px;
    height: 38px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: #ccc;
    z-index: 9999;
}

/*Content-banner*/
.Content-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.Content-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*Content_1_01*/
.Content_1_01 {
    padding-left: 70px;
}

.Content_1_01-d1 {
    padding-top: 15px;
}

.Content_1_01-d1 p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    color: #797979;
}

.Content_1_01-d2 {
    padding: 15px 0 40px;
}

.Content_1_01-d3 {
    padding-bottom: 40px;
}

.Content_1_01-d3 p {
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    text-indent: 2em;
}

.Content_1_01-d3 i {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    padding-left: 40px;
    position: relative;
}

.Content_1_01-d3 i:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 25px;
}

.Content_1_01-d3 img {
    margin: 0 auto;
}

.Content_1_01-d4 table {
    border-collapse: collapse;
}

.Content_1_01-d4 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.Content_1_01-d4 table th, .Content_1_01-d4 table td {
    border: 1px solid #999;
}

.Content_1_01-d4 table tr td {
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.Content_1_01-d4 table tr td:nth-child(1) {
    padding: 0 15px;
    background-color: #ddf2ff;

}

.Content_1_01-d4 table tr td:nth-child(2) {
    padding: 30px;
    background-color: #f5f5f5;
}

.Content_1_01-d4 table tr td:nth-child(2) p {
    position: relative;
    padding-left: 15px;
}

.Content_1_01-d4 table tr td:nth-child(2) p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 0;
}

/*Content_1_05*/
.Content_1_05 {
    padding-left: 70px;
}

.Content_1_05-d1 {
    padding: 20px 0 40px;
}

.Content_1_05-d2 {
    padding: 17px 0;
}

.Content_1_05-d2 h2 {
    font-size: 16px;
    line-height: 16px;
    color: #555555;
    border-left: 4px solid #f08300;
    padding-left: 8px;
}

.Content_1_05-d3 {
    padding-bottom: 60px;
}

.Content_1_05-d3 table {
    border-collapse: collapse;
}

.Content_1_05-d3 table th {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.Content_1_05-d3 table th, .Content_1_05-d3 table td {
    border: 1px solid #999;
}

.Content_1_05-d3 table tr td {
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.Content_1_05-d3 table tr td:nth-child(1) {
    text-align: center;
    background-color: #ddf2ff;

}

.Content_1_05-d3 table tr td:nth-child(2) {
    padding: 15px 30px;
    background-color: #f5f5f5;
}

.Content_1_05-d3 table tr td:nth-child(2) p {
    position: relative;
    padding-left: 15px;
}

.Content_1_05-d3 table tr td:nth-child(2) p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 0;
}

.Content_1_05-d4 {
    padding-bottom: 40px;
}

.Content_1_05-d4 > h2 {
    line-height: 54px;
    text-align: center;
    background-color: #007dcc;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

.Content_1_05-d4 table {
    border-collapse: collapse;
}

.Content_1_05-d4 table th {
    font-size: 18px;
    color: #444;
    line-height: 58px;
    background-color: #ddf2ff;
    text-align: center;
    font-weight: normal;
}

.Content_1_05-d4 table th, .Content_1_05-d4 table td {
    border: 1px solid #999;
}

.Content_1_05-d4 table tr td {
    font-size: 18px;
    color: #444;
    line-height: 30px;
    background-color: #f5f5f5;
    padding: 15px 50px;
}

.Content_1_05-d4 table tr td p {
    position: relative;
    padding-left: 15px;
}

.Content_1_05-d4 table tr td p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 0;
}

.Content_1_05-d5 {
    padding-bottom: 40px;
}

.Content_1_05-d5-d1 div {
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #007dcc;
    text-align: center;
}

.Content_1_05-d5-d1 div:nth-child(1) {
    width: 129px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

.Content_1_05-d5-d1 div:nth-child(2) {
    width: 305px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

.Content_1_05-d5-d1 div:nth-child(3) {
    width: 455px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

.Content_1_05-d5-d2 > div {
    float: left;
}

.Content_1_05-d5-d2-d1 {
    width: 128px;
    height: 297px;
    background-color: #ddf2ff;
    font-size: 18px;
    color: #444;
    line-height: 30px;
    text-align: center;
    padding-top: 118px;
    border: 1px solid #999;
}

.Content_1_05-d5-d2-d2 div {
    width: 100px;
    text-align: center;
    background-color: #ddf2ff;
    font-size: 18px;
    color: #444;
}

.Content_1_05-d5-d2-d2 div:nth-child(1) {
    height: 93px;
    line-height: 93px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d2 div:nth-child(2) {
    height: 78px;
    line-height: 78px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d2 div:nth-child(3) {
    height: 126px;
    line-height: 126px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d3 div {
    width: 205px;
    background-color: #f5f5f5;
    padding: 0 5px;
}

.Content_1_05-d5-d2-d3 div:nth-child(1) {
    height: 93px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 3px;
}

.Content_1_05-d5-d2-d3 div:nth-child(2) {
    height: 78px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 10px;
}

.Content_1_05-d5-d2-d3 div:nth-child(3) {
    height: 74px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 8px;
}

.Content_1_05-d5-d2-d3 div:nth-child(4) {
    height: 52px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 11px;
}

.Content_1_05-d5-d2-d3 div p {
    font-size: 16px;
    color: #444;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
}

.Content_1_05-d5-d2-d3 div p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
}

.Content_1_05-d5-d2-d4 div {
    width: 172px;
    background-color: #ddf2ff;
    text-align: center;
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.Content_1_05-d5-d2-d4 div:nth-child(1) {
    height: 171px;
    line-height: 171px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d4 div:nth-child(2) {
    height: 74px;
    line-height: 74px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d4 div:nth-child(3) {
    height: 52px;
    line-height: 52px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Content_1_05-d5-d2-d5 div {
    width: 284px;
    background-color: #f5f5f5;
    padding-left: 30px;
    font-size: 16px;
    color: #444;
    line-height: 28px;
}

.Content_1_05-d5-d2-d5 div:nth-child(1) {
    height: 171px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 14px;
}

.Content_1_05-d5-d2-d5 div:nth-child(2) {
    height: 74px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 8px;
}

.Content_1_05-d5-d2-d5 div:nth-child(3) {
    height: 52px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 11px;
}

.Content_1_05-d5-d2-d5 div p {
    position: relative;
    padding-left: 15px;
}

.Content_1_05-d5-d2-d5 div p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
}

.Content_1_05-d6 h2 {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: normal;
}

.Content_1_05-d6 p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
}

.Content_1_05-d6 p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 11px;
    left: 0;
}

/*Content_2*/
.Content_2 {
    padding-left: 70px;
}

.Content_2-d1 {
    padding: 25px 0 40px;
}

.Content_2-d2 p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.Content_2-d2 i {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.Content_2-d2 img {
    margin: 20px auto;
}

.Content_2-d2 h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08300;
    margin: 35px 0 10px;
}

.Content_2-d2 h3 {
    font-weight: normal;
    font-size: 16px;
    color: #0081cc;
    line-height: 30px;
}

/*.Content_3*/
.Content_3 {
    padding-left: 70px;
}

.Content_3-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
    padding-bottom: 30px;
}

.Content_3-d1 > img {
    margin: 0 auto;
}

.Content_3-d1 table {
    border-collapse: collapse;
}

.Content_3-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.Content_3-d1 table th, .Content_3-d1 table td {
    border: 1px solid #999;
}

.Content_3-d1 table td:nth-child(1) {
    background-color: #ddf2ff;
    padding-left: 70px;
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.Content_3-d1 table td:nth-child(2) {
    background-color: #f5f5f5;
    padding: 25px;
    font-size: 16px;
    color: #444;
    line-height: 28px;
}

.Content_3-d1 table td:nth-child(2) p {
    position: relative;
    padding-left: 15px;
}

.Content_3-d1 table td:nth-child(2) p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
}

/*Content_4*/
.Content_4 {
    padding-left: 70px;
}

.Content_4-d1 > h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 8px;
    border-left: 4px solid #f08200;
    margin: 17px 0 17px;
}

.Content_4-d1 > p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-indent: 2em;
}

.Content_4-d1 > i {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    position: relative;
    padding-left: 30px;
}

.Content_4-d1 > i:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.Content_4-d1 > img {
    margin: 0 auto;
    padding: 20px 0;
}

.Content_4-d1 table {
    border-collapse: collapse;
}

.Content_4-d1 table th, .Content_4-d1 table td {
    border: 1px solid #999;
}

.Content_4-d1 table th {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-color: #007dcc;
    text-align: center;
    font-weight: normal;
}

.Content_4-d1 table td:nth-child(1) {
    background-color: #ddf2ff;
    padding-left: 40px;
    font-size: 18px;
    color: #444;
}

.Content_4-d1 table td:nth-child(2) {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    padding: 15px 60px;
}

.Content_4-d1 table td:nth-child(2) i {
    display: block;
    padding-left: 15px;
}

.Content_4-d1 table td:nth-child(2) p {
    position: relative;
    padding-left: 15px;
}

.Content_4-d1 table td:nth-child(2) p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f08200;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
}

/*dynamic*/
.dynamic {
    padding-left: 40px;
}

.dynamic ul li {
    padding-bottom: 50px;
}

.dynamic ul li a {
    display: block;
}

.dynamic-d1 {
    width: 260px;
    float: left;
}

.dynamic-d1 img {
    width: 260px;
    height: 160px;
}

.dynamic-d2 {
    width: 640px;
    height: 160px;
    float: right;
    position: relative;
}

.dynamic-d2 h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #363636;
    padding-bottom: 10px;
}

.dynamic-d2 p {
    font-size: 14px;
    line-height: 25px;
    color: #505050;
}

.dynamic-d2 span {
    font-size: 14px;
    color: #787878;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dynamic-d3 {
    text-align: right;
}

.dynamic-d3 a {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #505050;
}

.dynamic-d3 .dynamic-d3-dq {
    background-color: #fa8c00;
    color: #fff;
}

/*dynamic-banner*/
.dynamic-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.dynamic-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*dynamic_01-d1*/
.dynamic_01-d1 h2 {
    text-align: center;
    font-size: 26px;
    color: #202020;
    font-weight: normal;
}

.dynamic_01-d1 h3 {
    text-align: center;
    padding: 15px 0 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.dynamic_01-d1 h3 span {
    font-size: 16px;
    color: #787878;
    font-weight: normal;
    margin: 0 15px;
}

.dynamic_01-d1 p {
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    text-indent: 2em;
    padding-bottom: 15px;
}

.dynamic_01-d1 img {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 15px;
}

.dynamic_01-d2 {
    padding-top: 50px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.dynamic_01-d2 a {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #505050;
}

/*advantage-banner*/
.advantage-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.advantage-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*advantage*/
.advantage {
    width: 100%;
    background-color: #f4f5fa;
    padding-top: 100px;
}

.advantage-d1-d1 {
    width: 546px;
    height: 240px;
    padding-top: 10px;
    padding-left: 33px;
    float: left;
}

.advantage-d1-d1-d1 {
    width: 80px;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #d1d1d6;
}

.advantage-d1-d1-d2 {
    width: 400px;
    float: right;
}

.advantage-d1-d1-d2 h2 {
    font-size: 20px;
    color: #202020;
}

.advantage-d1-d1-d2 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1f8ac7;
    margin: 10px 0 15px;
}

.advantage-d1-d1-d2 p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
}

.advantage-d1-d2 {
    width: 546px;
    height: 240px;
    padding-top: 10px;
    padding-left: 33px;
    float: right;
}

.advantage-d1-d2-d1 {
    width: 80px;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #d1d1d6;
}

.advantage-d1-d2-d2 {
    width: 400px;
    float: right;
}

.advantage-d1-d2-d2 h2 {
    font-size: 20px;
    color: #202020;
}

.advantage-d1-d2-d2 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1f8ac7;
    margin: 10px 0 15px;
}

.advantage-d1-d2-d2 p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
}

/*partner-banner*/
.partner-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.partner-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*partner*/
.partner {
    padding-bottom: 60px;
}

.partner h1 {
    text-align: center;
    font-size: 36px;
    color: #202020;
    padding: 55px 0 45px;
}

.partner img {
    margin: 0 auto;
}

/*contact-banner*/
.contact-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.contact-banner img {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*contact*/
.contact {
    padding: 60px 0 80px;
}

.contact-d1-d1 {
    width: 640px;
    height: 410px;
    float: left;
}

.contact-d1-d2 {
    width: 560px;
    height: 410px;
    float: left;
    padding: 30px 0 0 50px;
}

.contact-d1-d2 h1 {
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #151515;
}

.contact-d1-d2 p {
    font-size: 18px;
    padding-bottom: 15px;
    color: #505050;
}

.contact-d1-d2 p img {
    display: inline-block;
    vertical-align: top;
}
/*index-d6*/
.index-d6 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #008edf;
    width: 230px;
}

.index-d6-d1 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #00aef3;
    line-height: 36px;
    border: 1px solid #008edf;
    background-color: #d6f3ff;
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.index-d6-d2 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #00aef3;
    line-height: 24px;
    border: 1px solid #008edf;
    background-color: #d6f3ff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.index-d6-d3 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #00aef3;
    line-height: 24px;
    border: 1px solid #008edf;
    background-color: #d6f3ff;
    padding: 10px 15px 20px;
    border-radius: 10px;
}

.index-d6-d3 p {
    padding-bottom: 5px;
}

.index-d6-d3 img {
    margin: 0 auto;
}
