body {
        margin: 0px auto;
        padding: 0px;
        font-size: 14px;
        line-height: 28px;
        color: #222;
        font-family: Microsoft YaHei;
        box-sizing: border-box;
    }
    
    * {
        box-sizing: border-box;
    }
    
    div {
        margin: 0px;
        padding: 0px;
    }
    
    span,
    p,
    h3 {
        margin: 0px;
        padding: 0px;
    }
    
    img {
        margin: 0px;
        padding: 0px;
    }
    
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    h2 {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    img {
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
    
    form,
    input,
    select {
        margin: 0px;
        padding: 0px;
    }
    
    ul {
        list-style-type: none;
    }
    
    em {
        font-style: normal;
    }
    
    a {
        text-decoration: none;
        color: #222;
        font-size: 14px;
    }
    
    a:hover {
        color: #0167bb;
        text-decoration: blink;
        font-size: 14px;
    }
    
    .cp img {
        border: solid #ddd 2px;
    }
    
    .cp a:hover img {
        border: solid #0abd56 2px;
    }
    
    .fr {
        float: right;
    }
    
    .fl {
        float: left;
    }
    
    .kg {
        width: 1300px;
        height: 20px;
    }
    
    .kg1 {
        width: 1300px;
        height: 30px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg2 {
        width: 1300px;
        height: 40px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg3 {
        width: 1300px;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg80 {
        width: 1300px;
        height: 80px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .bz {
        width: 1300px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .bz1 {
        width: 1300px;
        margin: 0 auto;
        height: 117px;
    }
    
    .clear {
        height: 0;
        overflow: hidden;
        clear: both;
    }
    
    @font-face {
        font-family: Hos;
        src: url(https://memberpic.114my.com.cn/0340601/cssnew/Hos.ttf.txt)
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4869207 */
        src: url('//at.alicdn.com/t/c/font_4869207_evlyeu5y1ci.woff2?t=1742914734427') format('woff2'), url('//at.alicdn.com/t/c/font_4869207_evlyeu5y1ci.woff?t=1742914734427') format('woff'), url('//at.alicdn.com/t/c/font_4869207_evlyeu5y1ci.ttf?t=1742914734427') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    
    @font-face {
        font-family: DIN Medium;
        src: url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
    }
    /*head*/
    /*宽度*/
    
    .w1400 {
        margin: 0 auto;
        width: 1400px;
    }
    
    .gy {
        max-width: 1400px;
        margin: 0 auto;
        min-width: 1200px;
    }
    
    .gyc {
        margin: 0 auto;
        max-width: 90%;
        min-width: 1200px;
    }
    
    .head {
        padding: 33px 0;
        height: 100px;
        position: relative;
    }
    
    .head_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .head_logo {
        float: left;
    }
    
    .head_logo img {
        height: 50px;
    }
    
    .head_name {
        font-size: 20px;
        line-height: 32px;
        float: left;
        margin-left: 20px;
        font-weight: lighter;
        margin-top: 5px;
    }
    
    .head_name span {
        color: #0167bb;
    }
    
    .head_nav {
        float: left;
        margin-left: 105px;
        width: 588px;
    }
    
    .head_nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head_nav li {
        flex: 1;
        z-index: 5;
        text-align: center;
        line-height: 34px;
    }
    
    .head_nav>li:hover a,
    .head_nav>ul>li.cur a {
        color: #0167bb;
    }
    
    .head_nav li>a {
        font-size: 16px;
        position: relative;
        padding-bottom: 40px;
    }
    
    .head_nav li>a:hove {
        color: #c8000a;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #0167bb;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scaleX(0);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    
    .head_nav>ul>li:hover a:after,
    .head_nav>ul>li.cur a:after {
        transition: 0.5s;
        transform: scaleX(1);
    }
    
    .head_phone {
        font-size: 22px;
        line-height: 32px;
        float: right;
        font-family: Arial;
    }
    
    .head_phone i {
        font-size: 24px;
        color: #999999;
        margin-right: 5px;
        vertical-align: top;
    }
    
    .dropmenu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #0167bb;
        top: 100px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        z-index: 333;
        text-align: center;
    }
    
    .dropmenu table td table {
        display: none;
    }
    
    .dropmenu a,
    .dropmenu table td a {
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }
    
    .dropmenu a+a {
        margin-left: 100px;
    }
    
    .dropmenu table,
    .dropmenu table tbody {
        width: 100% !important;
        display: block;
    }
    
    .dropmenu table tr {
        display: flex;
        justify-content: space-evenly;
    }
    
    .dropmenu table tr td {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .dropmenu table tr+tr {
        margin-left: 25px;
    }
    
    .head_nav li:hover .dropmenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .page {
        margin: 0 auto;
        width: 1400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page1 {
        margin: 0 auto;
        width: 1400px
    }
    /*幻灯*/
    
    .boyh .txt {
        width: 90%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        z-index: 999;
    }
    
    .boyh .txt h2 {
        font-size: 3.5vw;
        color: #fff;
        text-transform: uppercase;
        line-height: 90px;
        padding: 17% 0 1% 0;
        text-shadow: 5px 0 10px rgba(0, 0, 0, .3);
        font-family: hs_l;
    }
    
    .boyh .txt p {
        font-size: 27px;
        color: #fff;
        line-height: 38px;
        font-family: hs_l;
    }
    
    .boyh .txt .morelink {
        margin-top: 25px;
        min-width: 180px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    
    .boyh .txt .morelink i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
    }
    
    .boyh .txt .morelink:hover {
        color: #fff;
    }
    
    .btn-3 {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .morelink {
        display: inline-block;
        position: relative;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        padding: 9px 24px;
        background-color: #0167bb;
        border-radius: 6px;
        text-transform: capitalize;
        transition: all 0.3s;
    }
    
    .bannersldtxt_p .links .item {
        margin-right: 1vw;
        padding: 15px 0 15px 15px;
        height: 78px;
        border-radius: 5px;
        background: rgba(128, 142, 162, .2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    
    .bannersldtxt_p .links .item .icon {
        font-size: 0;
        margin-right: 16px;
    }
    
    .bannersldtxt_p .links .item .txt {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    
    @media (max-width:1280px) {
        .bannersldtxt_p .links .item .txt {
            font-size: 14px
        }
    }
    
    @media (max-width:1024px) {
        .bannersldtxt_p .links .item {
            padding: 15px 10px
        }
        .bannersldtxt_p .links .item .txt {
            font-size: 12px
        }
    }
    
    .bannersldtxt_p .links .item:last-child {
        margin-right: 0
    }
    
    .idx_banner ul li .center .info .img {
        width: 50%;
        font-size: 0;
        text-align: center
    }
    /*about*/
    
    .ab_bg {
        padding: 70px 0;
        z-index: 1;
        position: relative;
        background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250623/20250623183251_916645369.jpg) center no-repeat;
        height: 600px;
    }
    
    .ab_fl {
        float: left;
        width: 45%;
    }
    
    .ab_t {
        font-size: 40px;
        font-weight: bold;
        color: #333;
        padding-top: 20px;
    }
    
    .ab_t b {
        font-size: 40px;
        position: relative;
        color: #0167bb;
    }
    
    .ab_t1 {
        font-size: 18px;
        color: #666;
        padding-top: 15px;
    }
    
    .ab_t1 b {
        padding-right: 10px;
    }
    
    .ab_w {
        color: #666;
        font-size: 16px;
        padding-top: 35px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .ab_w a {
        font-size: 16px;
    }
    
    .ab_w a img {
        margin-top: 40px;
    }
    
    .ab_w a b {
        position: absolute;
        font-weight: lighter;
        left: 30px;
        top: 3px;
        font-size: 16px;
    }
    
    .ab_w a:hover {
        color: #0167bb;
    }
    
    .ab_fr {
        float: right;
        border: 15px solid #fff;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        overflow: hidden;
    }
    
    .ab_fr img {
        border-radius: 15px;
        transition: all linear 0.5s;
        width: 100%;
    }
    
    .ab_fr:hover img {
        -webkit-transform: scale(1.12, 1.12);
        transform: scale(1.12, 1.12);
    }
    
    .adout_button {
        margin-top: 20px;
    }
    
    .adout_button a {
        float: left;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .adout_button a+a {
        margin-left: 72px;
    }
    
    .adout_button a i {
        font-size: 28px;
        line-height: 30px;
        color: #ffffff;
        background: #0167bb;
        padding: 10px;
        border-radius: 50%;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        box-shadow: 1px 1px 5px 5px rgb(3, 71, 167 / 75%);
        -webkit-box-shadow: 1px 1px 5px 5px rgb(3, 71, 167 / 75%);
        -moz-box-shadow: 1px 1px 17px 21px rgba(3, 71, 167, 0.75);
    }
    
    .adout_button a em {
        display: block;
        margin-left: 8px;
        font-size: 22px;
        line-height: 22px;
        color: #444;
        font-weight: bold;
    }
    
    .adout_button a em p {
        margin-top: 8px;
        font-family: Arial;
        font-size: 12px;
        line-height: 10px;
        color: #999;
        font-weight: normal;
    }
    /*pro*/
    
    .pro {
        width: 100%;
        background: #f8f8f8;
        padding: 90px 0;
        overflow: hidden;
    }
    
    .pro_box {
        width: 1400px;
        margin: 0 auto;
    }
    /*bt*/
    
    .one_title {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .one_title p {
        font-size: 44px;
    }
    
    .one_title p b {
        color: #0167bb;
        font-weight: bold;
    }
    
    .one_title span {
        display: inline-block;
        font-size: 18px;
        color: #999;
        margin-top: 18px;
        position: relative;
    }
    
    .one_title span i {
        width: 12px;
        height: 12px;
        position: absolute;
        top: calc(50% - 6px);
    }
    
    .one_title span i:first-child {
        left: -20px;
    }
    
    .one_title span i:last-child {
        right: -20px;
    }
    
    .one_title span i:before,
    .one_title span i:after {
        content: '';
        position: absolute;
    }
    
    .one_title span i:before {
        width: 5px;
        height: 2px;
        background: #999;
        top: calc(50% - 1px);
    }
    
    .one_title span i:after {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        border: 2px solid #999;
        left: 0;
        top: 0;
    }
    
    .one_title span i:first-child:before {
        left: -10px;
        animation: oneTitleBefore infinite 3s linear;
    }
    
    .one_title span i:last-child:before {
        right: -10px;
        animation: oneTitleAfter infinite 3s linear;
    }
    
    .one_title1 {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .one_title1 p {
        font-size: 44px;
        color: #fff;
        font-weight: bold;
    }
    
    .one_title1 span {
        display: inline-block;
        font-size: 18px;
        color: #eee;
        margin-top: 12px;
        position: relative;
    }
    
    .one_title1 span i {
        width: 12px;
        height: 12px;
        position: absolute;
        top: calc(50% - 6px);
    }
    
    .one_title1 span i:first-child {
        left: -20px;
    }
    
    .one_title1 span i:last-child {
        right: -20px;
    }
    
    .one_title1 span i:before,
    .one_title1 span i:after {
        content: '';
        position: absolute;
    }
    
    .one_title1 span i:before {
        width: 5px;
        height: 2px;
        background: #eee;
        top: calc(50% - 1px);
    }
    
    .one_title1 span i:after {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        border: 2px solid #eee;
        left: 0;
        top: 0;
    }
    
    .one_title1 span i:first-child:before {
        left: -10px;
        animation: oneTitleBefore infinite 3s linear;
    }
    
    .one_title1 span i:last-child:before {
        right: -10px;
        animation: oneTitleAfter infinite 3s linear;
    }
    
    .pro_tab {
        margin-top: 60px;
    }
    
    .prod_list {
        float: left;
        width: 330px;
        position: relative;
        z-index: 333;
    }
    
    .prod_list_r2 * {
        transition: 0.3s all ease;
    }
    
    .prod_list_r2>table>tbody>tr,
    .prod_list_r2>table>tbody,
    .prod_list_r2>table {
        display: block;
        width: 100%;
        border: 0 none;
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child {
        line-height: 60px;
        width: 100%;
        display: block;
        padding: 0 !important;
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b>a {
        color: #fff !important;
        background: #099847;
        background: -moz-linear-gradient(left, #0167bb 0%, #0076d7 100%);
        background: -webkit-linear-gradient(left, #0167bb 0%, #0076d7 100%);
        background: linear-gradient(to right, #0167bb 0%, #0076d7 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#099847', endColorstr='#0aac51', GradientType=1);
        display: block;
        position: absolute;
        left: 0;
        width: 330px;
        top: 0;
        font-size: 18px;
        font-weight: normal;
        padding: 0 30px 0 75px;
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b>a:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 30px;
        top: 15px;
        background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250623/20250623184610_2104128896.png) no-repeat center;
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b {
        font-size: 0px;
        font-size: 0em;
        display: block;
        position: relative;
        height: 60px;
    }
    
    .prod_list_r2>table>tbody>tr>td>div {
        width: 100%;
        padding: 15px 0;
        background: #fff;
    }
    
    .prod_list_r2>table>tbody>tr>td>div:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .prod_list_r2>table>tbody>tr>td>div>a {
        display: block;
        padding: 0 0 0 25px !important;
        line-height: 40px;
        width: 205px;
        font-size: 13px;
        color: #666 !important;
        border-top: 1px dashed #e5e5e5;
        float: left;
        margin: 0 25px;
        background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20210427/20210427164703_1810943897.png) no-repeat 0px 53%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .prod_list_r2>table>tbody>tr>td>div>a:first-child {
        border-top: 0 none;
    }
    
    .prod_list_r2>table>tbody>tr:nth-child(3)>td>div {
        display: none;
    }
    
    .prod_list_r3 {
        background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250623/20250623183348_1435158168.jpg) no-repeat center;
        height: 100px;
        padding: 25px 25px 25px 95px;
        font-size: 15px;
        color: #fff;
        line-height: 20px;
    }
    
    .prod_list_r3>strong {
        display: block;
        color: #fff;
        font-size: 22px;
        font-family: arial;
        line-height: 30px;
    }
    
    .prod_cont {
        float: right;
        width: 1050px;
    }
    
    .prod_cont_r1 {
        width: 1000px;
        height: 350px;
        background: #fff;
        margin-bottom: 30px;
        padding: 25px;
    }
    
    .prod_cont_r1 .prod_cont_r1_l {
        float: left;
        width: 480px;
        padding: 40px;
    }
    
    .prod_cont_r1 .prod_cont_r1_l strong {
        font-size: 36px;
        font-weight: normal;
        color: #343434;
        line-height: 40px;
        display: block;
        padding-bottom: 10px;
    }
    
    .prod_cont_r1 .prod_cont_r1_l p {
        font-size: 15px;
        line-height: 32px;
        color: #787878;
        padding: 10px 0 40px;
        display: block;
    }
    
    .prod_cont_r1 img {
        float: right;
        height: 300px;
    }
    
    .prod_cont_r1 .prod_cont_r1_l strong .en {
        display: block;
        font-size: 12px;
        color: #999;
        text-transform: capitalize;
    }
    
    .prod_btn {
        width: 330px;
        height: 44px;
    }
    
    .prod_btn a {
        font-size: 15px;
        line-height: 42px;
        width: 128px;
        display: block;
        text-align: center;
        float: left;
        transition: 0.3s all ease-in-out;
    }
    
    .prod_btn .prod_btn1 {
        color: #0167bb;
        padding-left: 10px;
        border: 1px solid #0167bb;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        overflow: hidden;
        transform: rotate(0deg);
    }
    
    .prod_btn .prod_btn1:hover {
        color: #fff;
        background: #c8000a;
        border: 1px solid #c8000a;
    }
    
    .prod_btn .prod_btn2 {
        color: #fff;
        background: #0167bb;
        padding-right: 10px;
        border: 1px solid #0167bb;
        overflow: hidden;
        transform: rotate(0deg);
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    .prod_cont_r2 .divproduct_new_div_item {
        width: 235px;
        height: auto;
        position: relative;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item:nth-child(4n) {
        margin-right: 0;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a,
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content {
        height: 97px;
        background: #fff;
        padding: 0px;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        color: #343434;
        text-align: center;
        position: relative;
        padding-top: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 30px;
        width: 210px;
        margin: 0 auto;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
        color: #999;
        font-size: 13px;
        text-align: center;
        display: block;
        line-height: 22px;
        height: 0;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a:after {
        content: 'Read More >';
        display: block;
        position: absolute;
        font-family: arial;
        color: #0167bb;
        font-size: 13px;
        width: 100%;
        bottom: 0px;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a img {
        width: 100%;
        padding: 20px 10%;
        background: #fff;
    }
    /*merit*/
    
    .indexTit1 {
        padding-bottom: 6%;
        margin-bottom: 3%;
        text-align: center;
    }
    
    .flexBetween {
        /*display: -webkit-flex;display: flex;justify-content: space-between;flex-wrap: wrap;*/
    }
    
    .indexTit1 .boxLeft .top h4 {
        font-size: 40px;
        color: #0167bb;
    }
    
    .indexTit1 .boxLeft .top h5 {
        font-size: 20px;
        color: #666;
        margin-top: 1rem;
        font-weight: normal;
    }
    
    @media screen and (max-width: 1366px) {
        .indexTit1 .boxLeft .top h5 {
            margin-top: 0rem;
        }
    }
    
    .indexTit1 .boxLeft .bot h6 {
        font-size: 0.9rem;
        color: #999;
        margin-top: 0.1rem;
    }
    
    .flexStart {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .indexTit1 .boxRight div p {
        width: 3.4375rem;
        height: 3.4375rem;
        border-radius: 50%;
        background: linear-gradient(270deg, #0167bb-18.95%, #3871c1 9.48%, #3871c1 75.22%);
    }
}
.indexTit1 .boxRight {
    margin-top: 1rem;
}
.indexTit1 .boxRight div span {
    font-size: 1rem;
    color: #000;
    line-height: 3.4375rem;
    transition: all 0.3s;
    position: relative;
    left: -2.1875rem;
}
.indexTit1 .boxRight a {
    display: inline-block;
    margin-top: 10px;
}
.indexTit1 .boxRight div span font {
    display: inline-block;
    width: 0.75rem;
    height: 0.125rem;
    background: #000;
    vertical-align: middle;
    margin-right: 0.7rem;
}
.indexTit1 .boxRight div:hover span {
    left: -3.125rem;
}
.xz_tit {
    text-align: center;
}
.xz_tit b {
    font-size: 42px;
    color: #0167bb;
    display: block;
}
.xz_tit b span {
    font-size: 40px;
    color: #333;
}
.xz_tit p {
    font-size: 16px;
    color: #999;
    padding: 6px 0 14px 0;
}
.xz_btn {
    font-size: 24px;
}
.dfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mer_bg {
    width: 100%;
    background: #fff url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250623/20250623195424_412719489.png)no-repeat center 20px;
    padding: 100px 0;
}
.mer_con {
    align-items: end;
    padding-top: 90px;
    height: auto;
}
.merc_le,
.merc_ri {
    width: calc((100% - 694px) / 2);
    height: 675px;
    padding-top: 78px;
}
.mer_item {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}
.mer_item+.mer_item {
    margin-top: 70px;
}
.mer_ri {
    text-align: right;
}
.mer_le .mi_num {
    margin-right: 15px;
}
.mer_ri .mi_num {
    margin-left: 15px;
}
.mi_num {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mi_num:before {
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.mi_num em {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    font-family: num;
    position: relative;
    z-index: 9;
    font-style: normal;
}
.mi_text {
    width: calc(100% - 75px);
}
.mi_text p {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    font-family: hs_b;
}
.mi_text span {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    height: 45px;
}
.merc_cen {
    width: 594px;
    height: 675px;
    background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250623/20250623194744_1167000669.png) no-repeat center;
    position: relative;
}
.merc_cen i {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.merc_cen i img {
    width: 100px;
}
.merc_cen i:after,
.merc_cen i:before {
    content: '';
    position: absolute;
    animation: merNum 2s infinite ease;
}
.merc_cen i:before {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background: rgba(255, 255, 255, 0.6);
    top: calc(50% - 80px);
    left: calc(50% - 80px);
}
.merc_cen i:after {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: rgba(255, 255, 255, 0.3);
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    animation-delay: 0.8s;
}
.merc_cen i .icon {
    width: 3%;
    height: 88px;
    position: relative;
    z-index: 2;
}
.merc_cen i .icon img {
    width: 100px;
}
.mer_btm {
    width: 650px;
    height: 70px;
    margin: 60px auto 0;
    padding: 10px;
    border-radius: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.mer_btm li {
    width: 31%;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding-right: 8%;
    float: left;
}
.mer_btm li:nth-child(1) {
    background: #0167bb;
}
.mer_btm li:nth-child(2) {
    background: #c8000a;
}
.mer_btm li:nth-child(3) {
    background: #3871c1;
}
.mer_btm li:nth-child(4) {
    background: #fb7700;
    padding-right: 0;
}
.mer_btm li+li {
    margin-left: -8%;
}
@keyframes merNum {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/*application*/
.app_bc {
    overflow: hidden;
    padding-bottom: 150px;
    position: relative;
}
.app_bc:before {
    content: "";
    width: 100%;
    height: 600px
    /*;background: #f0f9ff;*/
    
    position: absolute;
    left: 0;
    bottom: 0;
}
.app_c {
    padding: 100px 0 0;
    /* padding-left: calc(50% - 750px);*/
    
    position: relative;
    display: flex;
    justify-content: space-between;
}
.app_c:before {
    content: "";
    position: absolute;
    top: 0;
    /* right:50%;transform:translateX(750px);*/
    
    width: 100%;
    height: 100%;
}
.app_rc .divdgweb_new_div {
    display: flex;
    transition: all 0.5s;
}
.app_lc {
    width: 28%;
    margin-left: 5%;
}
.app_rc {
    width: 1482px;
    position: absolute;
    left: 39%;
    top: 10%;
    overflow: hidden;
}
.app_rc button {
    display: none!important;
}
img.news_div_item_image {
    width: 100%;
}
.app_rc .divdgweb_new_div_item {
    width: 460px;
    flex-shrink: 0;
    margin: 0 17px;
    position: relative;
    border: 5px solid #ddd;
    overflow: hidden;
}
.app_c * {
    z-index: 2;
}
.app_lc>b {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 42px;
}
.app_lc>b span {
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    margin-right: 20px;
}
.app_lc>p {
    font-size: 18px;
    color: rgba(0, 0, 0N, 0.7);
    width: 92%;
    line-height: 30px;
    margin: 12px 0 46px;
}
.app_lc>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app_lc>ul>li {
    width: 46%;
}
.app_lc>ul>li a {
    font-size: 16px;
    color: #666;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.app_lc>ul>li:nth-child(n+3) {
    margin-top: 20px;
}
.app_btn {
    display: flex;
    padding-top: 24%;
}
.app_btn span {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px 0;
    background: rgb(1 103 187 / 100%);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.5s;
}
.app_btn span a i {
    padding-right: 8px;
}
.app_btn span a {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}
.app_btn span+span {
    margin-left: 10px;
    transform: rotate(180deg);
}
.app_btn span:hover {
    background: #c8000a;
    width: 150px;
    transition: 0.5s;
    border-radius: 0px;
}
.app_rc .divdgweb_new_div_item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    background: rgba(1, 103, 187, 0.72);
    padding: 6% 6% 0;
    transition: all .5s;
}
.app_rc .divdgweb_new_div_item:hover .divdgweb_new_div_item_content,
.app_rc .divdgweb_new_div_item.on .divdgweb_new_div_item_content {
    height: 12%;
}
.app_rc .divdgweb_new_div_item.on:hover .divdgweb_new_div_item_content {
    height: 12%;
}
.app_rc .divdgweb_new_div_item_a {
    font-size: 18px;
    color: #fff;
    font-family: hs_b;
    display: block;
    position: relative;
    padding-bottom: 6%;
}
.app_rc .divdgweb_new_div_item:hover .divdgweb_new_div_item_a,
.app_rc .divdgweb_new_div_item.on .divdgweb_new_div_item_a {
    color: #fff;
}
.app_rc .divdgweb_new_div_item_body {
    display: none;
}
.app_rc .divdgweb_new_div_item_a:after {
    display: none;
}
.app_lc>ul>li.on a,
.app_lc>ul>li:hover a {
    color: #fff;
    background: linear-gradient(to right, #0167bb, #3871c1);
    border: none;
}
@media screen and (max-width:1600px) {
    .app_lc>ul>li a {
        font-size: 15px;
    }
    
    .app_lc>p {
        width: 100%;
    }
    
    .app_lc>b {
        font-size: 38px;
    }
    
    .app_lc {
        width: 27%;
    }
}
@media screen and (max-width:1400px) {
    .app_lc>ul>li a {
        font-size: 14px;
    }
    
    .app_lc {
        width: 28%;
    }
}

/*adv*/
.adv {
    min-height: 902px;
    background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250624/20250624153716_1731202085.jpg) no-repeat top center;
    padding-top: 70px;
}
.advleft {
    width: 1180px;
}
.advwa {
    height: 180px;
    width: 100%;
    background: #fff;
    padding: 30px 50px;
}
.advw {
    width: 790px;
}
.advw p:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    margin-bottom: 10px;
}
.advw p:nth-child(2) {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 20px;
}
.advconcat {
    font-size: 33px;
    color: #222222;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.advconcat span {
    display: block;
    padding-left: 30px;
    background: url(https://memberpic.114my.com.cn/0340601/uploadfile/image/20250325/20250325233919_951283125.png) no-repeat left center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.advtab li {
    width: 220px;
    height: 112px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #0167bb;
    color: #fff;
    padding: 30px 0px 0px 30px;
    transition: all .4s ease;
    cursor: pointer;
}
.advtab li p {
    float: left;
}
.advtab li p:nth-child(1) {
    font-size: 45px;
    font-family: Antonio, Arial;
    padding-top: 16px;
}
.advtab li p:nth-child(2) {
    font-size: 25px;
    line-height: 28px;
    margin: 10px 0px 0px 10px;
}
.advtab li p:nth-child(2) span {
    font-size: 12px;
    display: block;
    line-height: 12px;
}
.adver {
    width: 220px;
    height: 182px;
    background: #0167bb;
    text-align: center;
    padding-top: 16px;
}
.adver img {
    width: 150px;
    border: 10px solid #fff;
}
.advtab li.on {
    background-image: linear-gradient(to top, #c8000a, #c8000a);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*新闻*/
.newsbg {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5 url(https://memberpic.114my.com.cn/0340601/uploadfile/image/20250324/20250324152357_925447743.jpg) center no-repeat;
    padding: 75px 0;
}
.news {}
.news_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.new_tl>b {
    display: block;
    color: #e9e9e9;
    font-size: 52px;
}
.new_tl>b span {
    color: #0167bb;
}
.new_tl>i {
    margin-top: 10px;
    font-weight: 700;
    font-size: 28px;
}
.new_tl>i em {
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    height: 1px;
    background: #e6e6e6;
}
.news_nav a {
    display: inline-block;
    margin-left: 60px;
    font-size: 20px;
    line-height: 20px;
    color: #444;
}
.news_nav a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 30px;
    line-height: 30px;
    color: #666;
    vertical-align: middle;
}
.news_nav a:hover,
.news_nav a.news_cur {
    color: #0167bb;
    font-weight: bold;
}
.news_nav a:hover i,
.news_nav a.news_cur i {
    color: #0167bb;
    font-weight: normal;
}
.news .tempWrap {
    margin-top: 34px;
}
.news_cont .news_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news_cont .news_div_item {
    width: 450px;
    height: 560px;
    background: #fff;
    position: relative;
    transition: 0.5s;
}
.news_cont .news_div_item_date {
    position: absolute;
    left: 290px;
    top: 250px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    transition: 0.5s;
    background: rgba(1 103 187);
    padding: 10px;
    z-index: 1111;
}
.news_cont .news_div_item_year,
.news_cont .news_div_item_month,
.news_cont .news_div_item_day {
    float: left;
}
.news_cont .news_div_item_date i {
    float: left;
    display: block;
    font-size: 23px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
.news_cont .news_div_item_content {
    position: absolute;
    left: 30px;
    top: 327px;
}
.news_cont .news_div_item_title a {
    font-size: 20px;
    line-height: 20px;
    color: #222;
    font-weight: bold;
    transition: 0.5s;
}
.news_cont .news_div_item_body {
    width: 400px;
    margin-top: 23px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    transition: 0.5s;
}
.news_cont .news_div_item_pic {
    position: absolute;
    left: 29px;
    top: 29px;
    border: 1px solid #eee;
}
.news_cont .news_div_item_pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 391px;
    height: 257px;
    overflow: hidden;
}
.news_cont .news_div_item_pic a img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.news_cont .news_div_item_details {
    position: absolute;
    left: 30px;
    bottom: 38px;
}
.news_cont .news_div_item_details a {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    transition: 0.5s;
}
.news_cont .news_div_item_details a i {
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
    line-height: 16px;
}
.news_cont .news_div_item:hover {}
.news_cont .news_div_item:hover .news_div_item_date,
.news_cont .news_div_item:hover .news_div_item_body,
.news_cont .news_div_item:hover .news_div_item_details a {
    color: rgba(0, 0, 0, .6);
}
.news_cont .news_div_item:hover .news_div_item_title a,
.news_cont .news_div_item:hover .news_div_item_details a {
    color: #0167bb;
}
.news_cont .news_div_item:hover .news_div_item_date {
    color: #fff;
    background: rgb(3, 71, 167, , 0.8);
}
.news_cont .news_div_item:hover .news_div_item_pic a img {
    transform: scale(1.1);
}

/*底部*/
.copy_bc {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #0167bb url(https://memberpic.114my.com.cn/0340601/uploadfile/image/20250324/20250324140930_1307774406.png) no-repeat bottom;
    padding: 70px 0 30px 0;
}
.copy_item {
    float: left;
    padding-left: 145px;
}
.copy_item1 {
    float: right;
    padding-left: 60px;
    border-left: 1px solid #403f3f;
    height: 250px;
}
.copy_item ul proadvong {
    display: block;
    padding: 0 0 30px;
    position: relative;
}
.copy_item ul proadvong a {
    display: block;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 18px;
}
.copy_item ul proadvong a .en {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-transform: capitalize;
}
.copy_item ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    line-height: 32px;
    font-size: 14px;
}
.copy_item ul li {
    display: block;
}
.copy_item ul li a:hover {
    color: #fff;
}
.copy_item ul proadvong::after {
    position: absolute;
    content: "";
    top: 50px;
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px;
}
.copy_item:hover proadvong::after {
    position: absolute;
    content: "";
    top: 50px;
    width: 77px;
    height: 2px;
    background-color: #ffffff;
    ;
    left: 0px;
    transition: 0.5s;
}
.crconcat {
    width: 32%;
}
.copy_row1 {
    width: 68%;
}
.social {
    padding-top: 0px;
    clear: both;
}
.social a {
    position: relative;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s all ease-in-out;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 4%;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
}
.social a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    text-align: center;
    line-height: 35px;
}
.social a img {
    display: block
}
.social a:hover {
    background: #d30006;
}
.social a:hover img {
    filter: contrast(0) brightness(2);
}
.social a:hover .ewm img {
    filter: grayscale(1%);
}
.social a:nth-child(4) i {}
.social .ewm {
    position: absolute;
    width: 100px;
    bottom: 45px;
    right: -35px;
    z-index: 1;
    display: none;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.social .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: calc((100% - 10px) / 2);
}
.social .ewm img {
    display: block;
    width: 100%;
    height: auto;
}
.cr_tel {
    padding-bottom: 15px;
    font-size: 16px;
    color: #fff;
}
.cr_tel img {
    float: left;
}
.cr_tel em {
    float: left;
    padding-left: 10px;
    font-size: 35px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 5px;
}
.cr_tel em b {
    display: block;
    font-weight: normal;
    line-height: 36px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0px;
}
.craddr {
    margin-top: 10px;
    font-size: 16px;
    color: #b0b0b0;
    line-height: 35px;
}
.craddr {
    color: rgba(255, 255, 255, 0.8);
}
.craddr span {
    font-size: 14px;
    opacity: 0.95;
    margin-top: 15px;
    display: block;
}
.craddr span i {
    font-size: 18px;
    padding-right: 10px;
}
.craddr b {
    color: rgba(255, 255, 255, 0.95);
    font-size: 30px;
    font-weight: bold;
    display: block;
font-family: Arial, Helvetica, sans-serif;
    
}
.craddr p {
    font-size: 15px;
    font-weight: lighter;
    line-height: 38px;
}

/*db*/
.Copyright_t {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin-top: 60px;
}
.Copyright {
    margin-top: 40px;
}
.Copyright,
.Copyright a {
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: lighter;
    font-size: 15px;
}
.Copyright a:hover {
    color: rgba(255, 255, 255, 1);
}

/*友情链接*/
.links {
    float: right;
    width: 180px;
    margin-top: 10px;
    padding-left: 15px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    background: url(https://memberpic.114my.com.cn/0340601/uploadfile/image/20250325/20250325233723_406837644.png) 160px center no-repeat;
}
.links_cont {
    height: 0;
    position: absolute;
    bottom: 41px;
    left: -1px;
    visibility: hidden;
    background: #fff;
    overflow-y: auto;
}
.links:hover .links_cont {
    height: auto;
    max-height: 200px;
    visibility: visible;
    transition: 0.5s all ease-in-out;
}
.linkTagcs {}
.linkTagcs li {
    float: none;
    width: 100%;
}
.linkTagcs li a {
    display: block !important;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #555 !important;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
}
.linkTagcs li a:hover {
    color: #333 !important;
    background-color: rgba(255, 255, 255, .8);
}
    .feedbackbox {
        border-radius: 20px;
        margin: 0px auto;
        padding: 10px;
        position: relative;
    }
    
    .feedbackbox>#feedback_form>.name,
    .feedback>#feedback_form>.tel {
        width: 50%;
        float: left;
        margin-bottom: 6px;
    }
    
    .feedbackbox>#feedback_form>.tel {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    
    .feedbackbox>#feedback_form>.fcontent {
        clear: both;
        margin: 20px auto 15px auto;
        display: block;
        width: 100%;
        float: none;
    }
    
    .feedbackbox>#feedback_form>.fcontent textarea {
        width: 98%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        line-height: 20px;
        height: 74px;
        padding: 12px 20px;
        color: #454545;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>.col4 input {
        width: 96%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 14px;
        color: #454545;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>#tianxieone>#tianxiethree input {
        width: 158px;
        line-height: 50px;
        height: 50px;
        border: 1px solid #ccc;
        padding: 0 20px 0 20px;
        display: inline-block;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>#tianxieone>#tianxiethree img {
        height: 30px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 10px;
        top: 13px;
        cursor: pointer;
    }
    
    .feedbackbox>#feedback_form>#tianxieone {
        position: relative;
        width: 270px;
        float: left;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn {
        width: 540px;
        height: 46px;
        display: inline-block;
        cursor: pointer;
    }
    
    .feedbackbox>#feedback_form:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn input {
        width: 258px;
        height: 100%;
        display: block;
        line-height: 46px;
        border: 0 none;
        background: #0167bb;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        margin-top: 15px;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn:hover input {
        background: #c8000a;
    }
    
    input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }
    
    textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }
    
    #frame5 {
        height: 100%;
    }
    
    #frame5 .left {
        width: 50%;
        padding: 5% 80px 5% calc((100% - 1400px)/2);
        background-color: #f9fafc;
    }
    
    @media screen and (max-width: 1366px) {
        #frame5 .left {
            padding: 6% 80px 40px calc((100% - 1400px)/2);
        }
    }
    
    #frame5 .right {
        width: 50%;
        padding: 5% calc((100% - 1400px)/2) 80px 5%;
        background: url(https://memberpic.114my.com.cn/dgmx8888/uploadfile/image/20250624/20250624200402_1796723761.jpg) center right;
    }
    
    @media screen and (max-width: 1366px) {
        #frame5 .right {
            padding: 6% calc((100% - 1400px)/2) 40px 80px;
        }
    }
    
    #frame5 .title {
        margin-bottom: 25px;
    }
    
    #frame5 .title h3 {
        font-size: 24px;
        color: #f83e40;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }
    
    #frame5 .title h2 {
        font-size: 40px;
        line-height: 70px;
        color: #140000;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        margin-top: 8px;
    }
    
    #frame5 .title p {
        font-size: 18px;
        line-height: 30px;
        color: #777;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        margin-top: 0px;
    }
    
    #frame5 .morelink:hover {
        color: #0167bb;
    }
    
    #frame5 .faqlist dl {
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 25px;
        background-color: #fff;
    }
    
    #frame5 .faqlist dl dt {
        padding: 20px 20px 20px 20px;
        position: relative;
        font-size: 18px;
        line-height: 36px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #frame5 .faqlist dl dt:before {
        font-family: iconfont;
        font-size: 30px;
        line-height: 46px;
        position: absolute;
        left: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    
    #frame5 .faqlist dl dd {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    
    #frame5 .faqlist dl.active dt {
        background-color: #0167bb;
        color: #fff;
    }
    
    #frame5 .faqlist dl.active dt:before {
        transform: rotate(90deg);
    }
    
    #frame5 .faqlist dl.active dd {
        padding: 35px 20px;
        height: auto;
        line-height: 24px;
    }
        .flex_between {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%;
    }
    
     .sc_ic ul {
        display: flex;
        justify-content: space-evenly;
    }
    
    .sc_ic {
        overflow: hidden;
    }
    
    .sc_ic button {
        display: none!important;
    }
    
    .sc_ic ul img {
        width: 100%;
        height: auto;
    }
    
    .sc_ic ul li {
        width: 23.5%;
        flex-shrink: 0;
        margin: 0 1%;
    }
    
    .sc_ic ul li p>a {
        display: block;
        height: 55px;
        background: #f3f4f4;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-weight: lighter;
    }
    
    .sc_ic ul li>a {
        display: block;
        position: relative;
    }
    
    .sc_ic ul li>a:before,
    .sc_ic ul li>a:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
        top: 0;
        left: 0;
    }
    
    .sc_ic ul li:hover>a:before {
        opacity: 1;
    }
    
    .sc_ic ul li>a:after {
        position: absolute;
        content: "+";
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, opacity 0.3s;
        margin-top: -20px;
        margin-left: -20px;
        font-weight: bold;
        transform: scale(1.5);
        opacity: 0;
        color: transparent;
    }
    
    .sc_ic ul li:hover>a:after {
        opacity: 1;
        transform: scale(1);
        color: #332a4e;
    }
    
    .w1400 {
        width: 1400px;
        margin: 0 auto;
    }