@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ol,
ul {
    list-style: none;
}

body a {
    text-decoration: none
}

body a:hover {
    text-decoration: none;
}

body a:visited {
    text-decoration: none;
}

body a:-webkit-any-link {
    text-decoration: none;
}

body a:-moz-any-link {
    text-decoration: none;
}

a img {
    border: 0px;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

html,
body {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 14px;
}

.clear {
    clear: both;
}


/* nav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
} */

#DID .bannerWrap {
    background-color: #c9e3f4;
}

#DID .banner {
    height: 535px;
    background: url('../images/banner-did.jpg') no-repeat;
    background-size: 1920px 579px;
    overflow: hidden;
    border-bottom: 1px solid #f2f6fd;
    background-position: 50%;
    display: flex;
    align-items: center;
    padding: 0;
}

#DID .banner .content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

#DID .banner .left {
    width: 600px;
    margin-top: -50px;
}


/* .banner .left img {
    margin-bottom: 20px;
} */


/* .banner .right {
    display: flex;
    align-items: center;
    flex-direction: column;
} */

#DID .banner h1 {
    font-size: 36px;
    color: #000;
    display: flex;
    align-items: center;
}

#DID .banner h1 img {
    margin-right: 4px;
}

#DID .banner h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 20px 0 30px;
}

#DID .banner p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

#DID .all-button {
    margin-top: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
}

#DID .all-button a {
    padding: 12px 12px;
    background-color: #3b6cee;
    color: #fff;
    border-radius: 4px 14px 4px 14px;
    -webkit-border-radius: 4px 14px 4px 14px;
    -moz-border-radius: 4px 14px 4px 14px;
    -ms-border-radius: 4px 14px 4px 14px;
    -o-border-radius: 4px 14px 4px 14px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

#DID .all-button a:hover {
    background-color: #4f7bf3;
}

#DID .advantage {
    padding: 60px 0;
    background-color: #fff;
}

#DID .advantage h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

#DID .advantage .content {
    width: 1280px;
    margin: 0 auto;
}

#DID .advantage .content>div {
    display: flex;
    justify-content: space-between;
}

#DID .advantage .content .item {
    width: 32%;
    padding: 20px;
    height: 165px;
    border-radius: 8px;
    background: #f9fafa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0 2px 12px rgb(59, 99, 170, 0.16);
    margin-top: 40px;
    cursor: pointer;
}

#DID .advantage .content .item span {
    color: #333;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
}

#DID .advantage .content .item>div {
    display: flex;
    align-items: center;
}

#DID .advantage .content .item p {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    line-height: 24px;
}

#DID .advantage .content .item5 p,
#DID .advantage .content .item6 p {
    margin-top: 18px;
}

#DID .advantage .content .item:hover {
    background: linear-gradient(to top, #fff, #f9f6ff, #f9f6ff);
}

#DID .system {
    padding: 60px 0;
    background-color: #f9fafc;
}

#DID .system h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

#DID .system h2 {
    font-size: 14px;
    color: #999;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

#DID .system .content {
    width: 1280px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#DID .system .content .item {
    width: 380px;
    background: linear-gradient(0deg, #fff, #eceff4);
    border: 2px solid #fff;
    box-shadow: 0 2px 20px 0 rgba(55, 99, 170, .1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    cursor: pointer;
}

#DID .system .content .item b {
    font-size: 20px;
    color: #000;
}

#DID .system .content .item p {
    color: #666;
    margin-top: 10px;
}

#DID .system .content .item:hover {
    box-shadow: 0px 2px 20px 0 rgba(55, 99, 170, .2);
}

#DID .system .content .item:hover b {
    color: #3662e1;
}

#DID .serviceWR {
    width: 1280px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#DID .serviceWR h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

#DID .serviceWR h2 {
    width: 780px;
    font-size: 14px;
    color: #999;
    text-align: center;
    font-weight: normal;
    margin: 10px auto;
    line-height: 24px;
}

#DID .serviceWR ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

#DID .serviceWR ul li {
    margin: 0 30px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
}

#DID .serviceWR ul li.active {
    border-bottom: 2px solid #3b6cee;
}

#DID .serviceWR .content {
    width: 1280px;
    height: 466px;
    box-shadow: 0 0 10px rgb(230, 230, 230);
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

#DID .serviceWR .content .left {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#DID .serviceWR .content .right {
    width: 420px;
    padding: 30px;
    background: linear-gradient(90deg, #f5f5f8, #f3faff);
    display: flex;
    align-items: center;
}

#DID .serviceWR .content .right h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

#DID .serviceWR .content .right p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

#DID .serviceWR .content2 {
    display: none;
}