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: #0a519a;
    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: 'iconfont';
    src: url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.eot.txt');
    src: url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.eot.txt?#iefix') format('embedded-opentype'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.woff2.txt') format('woff2'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.woff.txt') format('woff'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.ttf.txt') format('truetype'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.svg.txt#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*head*/

.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: #0a519a;
}

.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: #099847;
}

.head_nav li>a {
    font-size: 16px;
    position: relative;
    padding-bottom: 40px;
}

.head_nav li>a:hove {
    color: #099847;
}

.head_nav>ul>li>a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #0a519a;
    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: #0a519a;
    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: #0a519a;
        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
    }


/*search*/

.search_big {
    height: 130px;
}

.search {
    background: #f8f8f8;
    height: 105px;
    line-height: 105px;
    position: relative;
}

#search_nr {
    width: 1400px;
    margin: 0 auto;
    height: 105px;
    border-radius: 8px;
}

#search-i {
    float: left;
    width: 30px;
    height: 33px;
    overflow: hidden;
    margin-top: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

#search-bg {
    float: left;
    width: 172px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    padding-left: 14px;
    margin-top: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.search-text {
    width: 873px;
    float: left;
    font-size: 14px;
    line-height: 105px;
    height: 105px;
    color: #999999;
    margin-left: 3%;
}

.search-text a {
    font-size: 15px;
    color: #999999 !important;
}

.search-text a:hover {
    font-size: 15px;
    color: #ffffff;
}

.search-text span {
    float: left;
    color: #888888;
    font-size: 15px;
}

#infoname {
    border: none;
    background: none;
    outline: none;
}

.search_name {
    float: left;
    font-size: 26px;
    color: #ffffff;
    line-height: 32px;
    position: relative;
    z-index: 5;
    padding: 34px 0;
    width: 283px;
    height: 130px;
    background: #0a519a;
    text-align: center;
}


/*mol*/

.mol {
    padding: 91px 0;
    overflow: hidden;
    position: relative;
}

.mol_box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.mol_video {
    float: left;
}


/*视频*/

.video_sp {
    float: left;
    padding: 27px 0px;
}

.ripple img {
    margin-left: 15px;
    margin-top: 12px;
    width: 32px;
    height: 32px;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    left: 50%;
    top: 52%;
    height: 65px;
    width: 65px;
    margin-top: -34px;
    margin-left: -33px;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 #fff;
    animation: ripple 3s infinite;
}

.ripple {
    padding: 6px 3px;
    background: rgba(255, 255, 255, 0.5);
}

.ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video_box {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 600ms ease;
}

.video_box.cur {
    opacity: 1;
    z-index: 999;
    transition: 600ms ease;
}

.video {
    position: fixed;
    top: -100%;
    left: 71%;
    margin-top: -250px;
    margin-left: -575px;
    transition: 600ms ease;
    z-index: 999;
}

.video_box.cur .video,
.video_box.cur .video_x {
    top: 40%;
    transition: 600ms ease;
}

.video_x1 {
    width: 632px;
    height: 469px;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327160300_1576607525.jpg)no-repeat center;
    position: relative;
    float: left;
}

.video_x1:before {
    content: "";
    width: 100%;
    height: 217px;
    position: absolute;
    opacity: 0.4;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right {
    BOTTOM: -34px !important;
}

.ripple,
.ripple:before,
.ripple:after {
    left: 41% !important;
    margin-left: -26px !important;
}

.mol_con {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 904px;
    height: 390px;
    background: #ffffff;
    padding-left: 50px;
}

.mol_con b {
    font-size: 70px;
    color: #eeeeee;
    line-height: 70px;
    padding-top: 20px;
    display: inline-block;
}

.mol_con p {
    font-size: 22px;
    line-height: 30px;
    color: #666666
}

.mol_con p span {
    color: #0a519a;
    margin-top: 30px;
    display: inline-block;
}

.mol_con em {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    display: inline-block;
    margin-top: 45px;
}

.mol_con a {
    font-size: 16px;
    color: #0a519a;
    line-height: 20px;
    margin-top: 30px;
    display: inline-block;
}

.mol_txt {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327155532_1188039851.png)no-repeat #3cba73 16px 48px;
    position: absolute;
    top: 0;
    right: 0;
    width: 139px;
    height: 147px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 72px;
    letter-spacing: 1px;
}

.mol:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105411_324004523.jpg)no-repeat;
    position: absolute;
    bottom: 91px;
    right: 0;
    width: 574px;
    height: 116px;
}


/*pro*/

.pro {
    width: 100%;
    background: #f8f8f8;
    padding: 90px 0;
    overflow: hidden;
}

.pro_box {
    width: 1400px;
    margin: 0 auto;
}

.pro_tit {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-weight: lighter;
    margin-bottom: 60px;
}

.pro_tit:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327164717_1658395586.png)no-repeat;
    width: 43px;
    height: 9px;
    position: absolute;
    bottom: -25px;
    left: 48%;
}

.pro_tit span {
    color: 0a519a;
    font-weight: bold;
}

.pro_tit p {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
}

.pro_tab {
    margin-top: 60px;
}

.prod_list {
    float: left;
    width: 330px;
    position: relative;
    z-index: 333;
}

.prod_list_r1 {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327195050_1578771952.jpg) no-repeat center;
    width: 330px;
    height: 100px;
}

.prod_list_r1 a {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    padding: 22px 22px 22px 30px;
    height: 56px;
}

.prod_list_r1 a .en {
    text-transform: capitalize;
    display: block;
    color: #5d97c4;
    line-height: 20px;
    font-size: 16px;
}

.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, #099847 0%, #0aac51 100%);
    background: -webkit-linear-gradient(left, #099847 0%, #0aac51 100%);
    background: linear-gradient(to right, #099847 0%, #0aac51 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/0427801/uploadfile/image/20210427/20210427164633_2141648296.png) no-repeat center;
}

.prod_list_r2>table>tbody>tr:nth-child(2)>td:first-child>b>a:after {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20210427/20210427164647_1163505464.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/0427801/uploadfile/image/20250327/20250327195252_1568149387.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: 20px;
    padding: 25px;
}

.prod_cont_r1 .prod_cont_r1_l {
    float: left;
    width: 370px;
    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 50px;
    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: #0a519a;
    padding-left: 10px;
    border: 1px solid #0a519a;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    transform: rotate(0deg);
}

.prod_btn .prod_btn1:hover {
    color: #fff;
    background: #0aaf52;
    border: 1px solid #0aaf52;
}

.prod_btn .prod_btn2 {
    color: #fff;
    background: #0a519a;
    padding-right: 10px;
    border: 1px solid #0a519a;
    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: #0a519a;
    font-size: 13px;
    width: 100%;
    bottom: 0px;
}

.prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a img {
    width: 100%;
    padding: 30px 10%;
    background: #fff;
}

.pro_more {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.pro_more a {
    font-size: 16px;
    color: #ffffff;
    width: 167px;
    height: 47px;
    line-height: 47px;
    padding-left: 40px;
    background: #0a519a;
    border-radius: 40px;
    margin: 0 13px;
    transition: 0.5s;
}

.pro_more a:first-child {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105254_1282737263.png)no-repeat #3cba73 120px 14px;
}

.pro_more a:last-child {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105254_1902860322.png)no-repeat #0a519a 120px 14px;
}

.pro_more a:hover {
    width: 177px;
    transition: 0.5s;
}


/*int*/

.int {
    padding: 80px 0 80px 0;
    overflow: hidden;
}

.int_box {
    width: 1400px;
    margin: 0 auto;
}

.int_tit {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-weight: lighter;
}

.int_tit:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327164717_1658395586.png)no-repeat;
    width: 43px;
    height: 9px;
    position: absolute;
    bottom: -25px;
    left: 48%;
}

.int_tit span {
    color: 0a519a;
    font-weight: bold;
}

.int_tit p {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
}

.int_con {
    width: 1400px;
    margin-top: 85px;
    height: auto;
}

.int_con ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.int_con li {
    height: 350px;
    background: #f5f5f5;
    flex: 1;
    border-radius: 10px;
    padding: 63px 36px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}

.int_con li.on {
    height: 350px;
    transition: 0.5s;
    background: #0a519a;
    transform: translateY(-30px);
}

.int_con li.on b,
.int_con li.on p,
.int_con li.on p span,
.int_con li.on em {
    color: #ffffff;
}

.int_con li+li {
    margin-left: 13px;
}

.int_con li b {
    font-size: 56px;
    line-height: 60px;
    color: #dddddd;
}

.int_con li p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    margin-top: 45px;
}

.int_con li p span {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    display: flex;
    font-weight: normal;
    margin-top: 20px;
}

.int_con li i {
    width: 20px;
    height: 2px;
    background: #0a519a;
    display: inline-block;
    margin-top: 42px;
}

.int_con li em {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dddddd;
    display: block;
    margin-top: 32px;
}


/*mod*/

.mod {
    width: 100%;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327172448_397490037.jpg)no-repeat center;
    height: 286px;
    padding: 62px 0;
}

.mod_box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mod_box:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327180440_1774491036.png)no-repeat;
    width: 416px;
    height: 500px;
    position: absolute;
    top: -140px;
    left: 0;
}

.mod_con {
    color: #ffffff;
    margin-right: 10%;
}

.mod_con b {
    font-size: 42px;
    line-height: 44px;
}

.mod_con em {
    font-size: 22px;
    font-weight: lighter;
    line-height: 46px;
    display: block;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327180150_1970932077.png)no-repeat;
    width: 471px;
    height: 46px;
    padding-left: 16px;
    margin: 23px 0 23px 0;
}

.mod_con p {
    font-size: 21px;
    line-height: 25px;
}

.mod_con p span {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: block;
    letter-spacing: -0.38px;
}

.mod_phone {
    color: #ffffff;
}

.mod_phone p {
    background: url()no-repeat 0 12px;
    font-size: 16px;
    padding-left: 60px;
    margin-bottom: 15px;
}

.mod_phone p span {
    font-size: 29px;
    line-height: 32px;
    display: block;
    font-family: Arial;
}

.mod_phone a {
    font-size: 16px;
    color: #ffffff;
    width: 122px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.mod_phone a+a {
    margin-left: 12px;
}

.mod_phone a:before,
.mod_phone a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border: 1px solid;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease;
}

.mod_phone a:before {
    top: 2px;
    left: 2px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
}

.mod_phone a:hover:before,
.mod_phone a:hover:after {
    border-color: #fff;
    height: 100%;
    width: 100%;
}

.mod_phone a:hover:before,
.mod_phone a:hover:after {
    border-color: #fff;
    height: 100%;
    width: 100%;
}

.mod_phone a:after {
    bottom: 2px;
    right: 2px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.mod_phone a:hover {
    border: none;
}


/*appli*/

.appli {
    padding: 100px 0;
    overflow: hidden;
}

.appli_box {
    width: 1400px;
    margin: 0 auto;
}

.appli_tit {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-weight: lighter;
}

.appli_tit:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327164717_1658395586.png)no-repeat;
    width: 43px;
    height: 9px;
    position: absolute;
    bottom: -25px;
    left: 48%;
}

.appli_tit span {
    color: 0a519a;
}

.appli_tit p {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
}

.appli_call {
    margin-top: 54px;
}

.appli_call tr td {
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 0 !important;
    overflow: hidden;
    position: relative;
}

.appli_call tr td img {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.appli_call tr td+td {
    margin-left: 14px;
}

.appli_call div {
    height: 42px;
    background: rgba(200, 21, 0, 0.7);
    line-height: 42px;
    padding-top: 0 !important;
    transition: all 0.3s linear;
    width: 100%;
    position: absolute;
    bottom: -42px;
}

.appli_call div a {
    font-size: 1rem;
    color: #ffffff !important;
}

.appli_call tr td:hover:before {
    height: 100%;
}

.appli_call tr td:before {
    height: 0%;
    width: 3px;
}

.appli_call tr td:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0a519a;
    transition: all 0.5s ease;
    z-index: 1;
}

.appli_call tr td:hover:after {
    width: 100%;
}

.appli_call tr td:after {
    width: 0%;
    height: 3px;
}

.appli_call tr td:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0a519a;
    transition: all 0.5s ease;
    z-index: 1;
}

.appli_call table tr td a:hover:before {
    height: 100%;
}

.appli_call table tr td a:before {
    width: 3px;
    height: 0%;
}

.appli_call table tr td a:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #0a519a;
    transition: all 0.5s ease;
    z-index: 1;
}

.appli_call table tr td a:hover:after {
    width: 100%;
}

.appli_call table tr td a:after {
    width: 0%;
    height: 3px;
}

.appli_call table tr td a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #0a519a;
    transition: all 0.5s ease;
    z-index: 1;
}

.appli_call tr td:hover div {
    bottom: 2px;
}

.appli_call table tr td:hover div a {
    display: block;
    transition: all 0.3s linear;
}

.appli_call table tr td:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.appli_call table tr td a {
    display: block;
    overflow: hidden;
}

.appli_call table tr td br {
    display: none;
}


/*adv*/

.adv {
    width: 100%;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105123_495841956.png)no-repeat center;
    height: 1201px;
    padding: 200px 0;
    overflow: hidden;
}

.adv_box {
    width: 1400px;
    margin: 0 auto;
}

.adv_tit {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.adv_tit:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327164717_1658395586.png)no-repeat;
    width: 43px;
    height: 9px;
    position: absolute;
    bottom: -25px;
    left: 48%;
}

.adv_tit p {
    font-size: 18px;
    color: #888888;
    line-height: 36px;
}

.adv_tab {
    position: relative;
    margin-top: 90px;
}

.adv_nav {
    width: 416px;
    height: 521px;
    background: #282828;
    position: absolute;
    right: 0;
    top: 0;
    padding: 52px 55px;
    z-index: 5;
}

.adv_nav ul {
    margin-top: 44px;
}

.adv_nav li {
    width: 307px;
    height: 99px;
    background: #333333;
    display: flex;
    align-items: center;
    padding: 0 23px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: 0.5s;
}

.adv_nav li.on {
    background: #0a519a;
    transition: 0.5s;
}

.adv_nav li.on i {
    color: #0a519a;
    transition: 0.5s;
    transform: rotate(360deg);
}

.adv_nav li i {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #333333;
}

.adv_nav li p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 18px;
    font-weight: bold;
}

.adv_nav li p span {
    font-size: 15px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}

.adv_txt {
    font-size: 30px;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 3px;
    line-height: 30px;
}

.adv_txt span {
    font-size: 20px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
}

.adv_con {}

.adv_big {}

.adv_big p {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}

.adv_big p span {
    font-size: 15px;
    line-height: 30px;
    color: #888888;
    display: block;
    margin-top: 10px;
    width: 889px;
}

.adv_big i {
    margin-top: 35px;
    display: inline-block;
}


/*case*/

.case {
    padding: 90px 0;
    overflow: hidden;
}

.case_box {
    width: 1400px;
    margin: 0 auto;
}

.case_tit {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.case_tit:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327164717_1658395586.png)no-repeat;
    width: 43px;
    height: 9px;
    position: absolute;
    bottom: -25px;
    left: 48%;
}

.case_tit span {
    color: 0a519a;
}

.case_tit p {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
}


/*新闻中心*/

.news {
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
    height: 842px;
}

.news_box {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.news_tab {
    margin-top: 62px;
}

.news_Cen {
    font-size: 38px;
    line-height: 40px;
    color: #0a519a;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105049_1712254317.png)160px 21px no-repeat;
    float: left;
}

.news_Cen span {
    color: #0a519a;
}

.news_Cen p {
    font-size: 16px;
    color: #888888;
    line-height: 42px;
}

.news_pic {
    width: 600px;
    float: left;
    margin-top: 30px;
    position: relative;
    height: 570px;
}

.news_nav {
    float: right;
    overflow: hidden;
}

.news_dyn {
    display: inline-block;
    float: right;
}

.news_dyn ul {
    list-style: none;
}

.news_dyn ul li {
    width: 150px;
    float: left;
    background: #3cba73;
    text-align: center;
    margin-right: 12px;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.news_dyn ul li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.news_y .news_div_item_year,
.news_div_item_month,
.news_div_item_day {
    float: left;
}

.news_div_item_title a {
    font-size: 16px;
    line-height: 40px;
}

.news_div_item_title a:hover {
    color: #0a519a;
}

.news_div_item_body {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.news_y .news_div_item_date {
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 26px;
    left: 200px;
    margin-left: 24px;
}

.news_y .news_div_item {
    position: relative;
    float: left;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 21px;
    margin-top: 26px;
}

.news_y .news_div_item_content {
    width: 540px;
    float: right;
    margin-left: 24px;
}

.news_y .news_div_item_pic {
    float: left;
}

.news_y img.news_div_item_image {
    width: 200px;
    height: 150px;
}

.news_y .news_div {
    display: inline-block;
}

.news_pic .news_div {
    display: inline-block;
}

.news_pic .news_div_item_content {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #dddddd;
    height: 115px;
}

.news_call {
    width: 1400px !important;
}

.news_y {
    width: 765px;
    float: right;
    display: inline-block;
    margin-top: 5px;
}

.news_dyn ul li.on a {
    background: #0a519a;
    color: #ffffff;
    transition: 0.5s;
}

.news_dyn li.on:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 9px solid #0a519a;
    border-right: 7px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 54px;
    left: 45%;
    transition: 0.5s;
}

.news_pic img.news_div_item_image {
    width: 600px;
    height: 450px;
}

.news_y .news_div_item:nth-child(1) {
    display: none;
}


/*底部导航*/

#b_nav_bg {
    width: 100%;
    height: 443px;
    background: #383b42;
}

#b_nav_bg li {
    float: left;
    width: 20%;
    cursor: pointer;
    height: 443px;
    color: #727886;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327193450_861397487.png) right no-repeat;
}

#b_nav_bg li:nth-child(5) {
    background: none;
}

#b_nav_bg li a {
    font-size: 15px;
    color: #727886;
}

#b_nav_bg li a:hover {
    font-size: 15px;
    color: #3cba73;
}

#b_nav_bg li.on {
    background: #0a519a;
    color: #fff;
}

#b_nav_bg li.on a {
    color: #fff;
}

#b_nav_bg li.on a:hover {
    font-size: 15px;
    color: #3cba73;
}

#b_nav_bg li.on .b_top span {
    background: #fff;
}

#b_nav_bg li .b_kuandu {
    padding-top: 60px;
    padding-left: 65px;
}

#b_nav_bg li .b_top {
    font-size: 15px;
    text-transform: uppercase;
}

#b_nav_bg li .b_top span {
    width: 25px;
    height: 3px;
    background: #818898;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 8px;
}

#b_nav_bg li .b_top p {
    color: #fff;
    font-size: 25px;
    padding-top: 10px;
}

#b_nav_bg li .b_bottom {
    padding-top: 30px;
    line-height: 36px;
}

#b_nav_bg li .b_bottom b {
    font-weight: normal;
    font-family: fontDin1;
    font-size: 30px;
    color: #fff;
}

#copyright_bg {
    width: 100%;
    background: #f5f5f5;
    color: #96989d;
    font-size: 14px;
    padding: 30px 0px;
    line-height: 30px;
}

#copyright_bg a {
    color: #96989d;
    font-size: 14px;
}

#copyright_bg a:hover {
    color: #0a519a;
    font-size: 14px;
}

#copyright_l {
    float: left;
    padding-left: 65px;
}

#copyright_r {
    float: right;
    padding-right: 65px;
}

.sc_ic ul {
    display: flex;
}

.sc_ic {
    margin-bottom: 80px!important;
    margin-top: 80px!important;
    overflow: hidden;
}

.sc_ic button {
    display: none!important;
}

.sc_ic ul img {
    width: 100%;
    height: auto;
}

.sc_ic ul li {
    width: 25%;
    flex-shrink: 0;
    margin: 0 0.12%;
}

.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(10, 81, 154, 0.6);
    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;
}

.page,
.content {
    width: 1400px;
    margin: 0 auto;
}


/**/

.g-super {
    height: auto;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329105021_1884001320.jpg) no-repeat center top;
    padding: 30px 0 103px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.g-super .tit01 {
    height: 122px;
}

.super {
    position: relative;
}

.super-nav {
    height: 160px;
}

.super-nav li {
    font-size: 30px;
    width: 25%;
    line-height: 36px;
    float: left;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    color: #333333;
    position: relative;
}

.super-nav li:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 9.375vw;
    top: 75px;
    right: -4.68vw;
    background: #e6e6e6;
}

.super-nav li:last-child:after {
    width: 0;
}

.super-nav li em {
    display: block;
    width: 58px;
    height: 46px;
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
}

.super-nav li em img {
    width: 58px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}

.super-nav li i {
    font-size: 14px;
    color: #cccccc;
    line-height: 36px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}

.super-nav li.cur {
    color: #0a519a;
}

.super-nav li.cur em img {
    top: -46px;
}

.super-con {
    position: relative;
}

.super-prev {
    width: 22px;
    height: 40px;
    position: absolute;
    left: 10%;
    top: 37%;
    margin-top: -20px;
    z-index: 5;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104932_1309635982.png) no-repeat;
}

.super-next {
    width: 22px;
    height: 40px;
    position: absolute;
    right: 10%;
    top: 37%;
    margin-top: -20px;
    z-index: 5;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104932_1894255740.png) no-repeat;
}

.super-con dl {
    width: 70.72%;
    position: relative;
}

.super-con dt {
    width: 100%;
    position: relative;
}

.super-con dt img {
    width: 100%;
    display: block;
}

.super-con dd {
    height: 203px;
    margin: -4.375vw auto 0;
    position: relative;
    z-index: 1;
    display: none;
}

.super-con dd .content {
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104851_1905031590.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 203px;
    box-shadow: 0 0 30px #eaeaea;
    padding: 45px 0 0;
    box-sizing: border-box;
}

.super-con dd .desc {
    width: 60%;
    float: left;
    margin-left: 40px;
}

.super-con dd h4 {
    font-size: 26px;
    color: #0a519a;
    font-weight: bold;
    margin: auto;
    padding-bottom: 20px;
}

.super-con dd p {
    font-size: 15px;
    color: #666666;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.super-con dd p:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 2px;
    top: 10px;
    left: 0;
    background: #666666;
}

.super-con dd li {
    float: left;
    width: 216px;
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    line-height: 40px;
}

.super-con dd li b {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(51, 51, 51, 0.88);
}

.super-con dd li em {
    display: block;
    position: relative;
}

.super-con dd li i {
    font-size: 16px;
    color: #ffffff;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327185528_1262465807.png) no-repeat center center;
    text-align: center;
    font-weight: normal;
    width: 28px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    font-family: "Arial";
    position: absolute;
    bottom: 10px;
    right: 50px;
    border-radius: 100%;
}

.super-con dd li:nth-child(2) {
    padding-left: 44px;
    border-left: 1px solid #e8e8e9;
}

.swiper-slide-active dd {
    display: block;
}

@media screen and (max-width:1680px) {
    .super-nav li {
        font-size: 26px;
    }
    .super-con dd .desc {
        width: 60%;
        margin-left: 20px;
    }
    .super-con dd p {
        font-size: 15px;
    }
    .super-con dd li {
        width: 188px;
    }
    .super-con dd li b {
        font-size: 40px;
    }
    .super-con dd li i {
        font-size: 15px;
    }
}


/**/

.g-cases {
    height: auto;
    background: #fff url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250328/20250328110851_2084457648.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0 80px;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    position: relative;
    max-width: 1920px;
    overflow: hidden;
    ;
}

.g-cases .tit01 {
    height: 125px;
}

.g-cases .tit01 h2 a {
    color: #fff;
}

.g-cases .tit01 p {
    color: #fff;
}

.g-cases .content {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0 40px 40px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.24);
}

.case-nav {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
    height: 125px;
    border-bottom: 1px solid #efefef;
}

.case-nav a {
    display: block;
    text-align: center;
    width: 12.5%;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    font-weight: normal;
    border-right: 1px solid #e5e5e5;
    float: left;
}

.case-nav h3 {
    width: 100%;
    float: left;
    ;
}

.case-nav h3 a {
    width: 16.6%;
}

.case-nav a.case-more {
    border-right: 0;
}

.case-nav a::after {
    content: "";
    width: 0%;
    height: 3px;
    background: url() no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.case-nav em {
    width: 50px;
    height: 36px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px auto 10px;
}

.case-nav em img {
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.case-nav a:hover,
.case-nav a.cur {
    color: #0a519a;
    font-weight: bold;
}

.case-nav a:hover em img,
.case-nav a.cur em img {
    top: -36px;
}

.case-con,
.pat-con {
    overflow: hidden;
}

.case-con dl {
    position: relative;
    clear: both;
    overflow: hidden;
}

.case-con dt {
    width: 50%;
    float: left;
}

.case-con dt img {
    width: 100%;
    display: block;
}

.case-con dd {
    width: 40.15%;
    padding: 52px 0 0 40px;
    box-sizing: border-box;
    float: left;
}

.case-con dd h4 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-con dd h4 a {
    color: #333333;
}

.case-con dd p {
    line-height: 26px;
    font-size: 16px;
    color: #666666;
    text-align: justify;
}

.case-con dd span {
    display: block;
    margin: 40px 0 0;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250327/20250327190713_1174813618.png) no-repeat;
    width: 181px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

.partner {
    margin-top: 27px;
}

.partner li {
    width: 15.37%;
}

.partner li img {
    width: 100%;
    display: block;
}

@media screen and (max-width:1620px) {
    .cases li .desc h3 {
        font-size: 22px;
        margin-top: 0.56vw;
    }
    .cases li .desc h3 b {
        font-size: 24px;
    }
    .cases li .desc p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0.56vw;
    }
}


/*合作客户*/

.partner .tempWrap {
    width: 1300px !important;
    padding: 0 10px;
    margin-left: -10px;
}

.partner_d {
    margin-top: 2%
}

.partner_d tr {
    display: block;
    padding: 10px 0!important;
}

.partner_d td {
    width: 19%;
    height: auto;
    display: block;
    float: left;
    margin-right: 1%;
    padding-left: 0px !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.partner_d td div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    padding-top: 0 !important;
    line-height: 186px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease;
}

.partner_d td div a {
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.partner_d td:hover div {
    left: 0px;
}

.partner_d td img {
    width: 100%;
    height: 100%;
}

.partner_btn {
    width: 31px;
    height: 40px;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104746_922278912.png)no-repeat center;
    position: absolute;
    top: -80px;
}

.partner .btnl {
    left: -76px;
}

.partner .btnr {
    right: -76px;
    transform: rotate(180deg);
}

.partner_b {
    position: relative;
}

i,
em {
    font-style: normal;
}


/*mod*/

.mod1 {
    padding: 3% 1%;
    overflow: hidden;
    background-color: #0a519a;
}

.mod_box1 {
    width: 1400px;
    margin: 0 auto;
}

.mod_con1 {}

.mod_con1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod_con1 li {
    display: flex;
    align-items: center;
}

.mod_con1 li i {
    font-size: 45px;
    color: #fff;
}

.mod_con1 li p {
    font-size: 20px;
    line-height: 20px;
    padding-left: 12px;
    color: #fff;
}

.mod_con1 li p span {
    display: flex;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.honor_bg {
    padding: 4% 0;
    background: #f8f8f8;
    margin-top: 0%;
    overflow: hidden;
}

.honor {
    position: relative;
    background: url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104609_879033015.png)no-repeat top right;
}

.honor:after,
.honor:before {
    content: "";
    border-radius: 100%;
    border: 2px #eee dotted;
    position: absolute;
    z-index: -1;
}

.honor:after {
    top: -21%;
    left: 52%;
    margin-left: -3vw;
    width: 55rem;
    height: 55rem;
    animation: hafter 200s linear infinite;
}

.honor:before {
    top: -4%;
    left: 52%;
    width: 40rem;
    height: 40rem;
    margin-left: 3vw;
    animation: hbefore 250s linear infinite;
}

@keyframes hafter {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes hbefore {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.honor_bg {}

.honor_l {
    height: 100%;
    position: relative;
    z-index: 2;
}

.honor_l h3 {
    font-size: 2.2vw;
    color: #111;
    line-height: 2.6vw;
}

.honor_l h3 p {
    margin-bottom: 20px;
}

.honor_l h3 b {
    color: #0a519a;
}

.honor_l dd {
    font-size: 18px;
    line-height: 30px;
    margin-top: 2vw;
}

.honor_l a {
    width: 190px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    background: #ee2e24;
    margin-top: 4vw;
    border-radius: 100px;
    box-shadow: 0 0 50px #ee2e24;
    transition: 0.3s ease all;
}

.honor_l a:hover {
    width: 260px;
}

.honor_r {
    width: 45%;
    position: relative;
    z-index: 2;
}

.honor_r * {
    display: block;
}

.honor_r .tempWrap {
    width: 68% !important;
    margin: 0 auto;
}

.honor_r ul {
    margin: 0 auto;
}

.honor_r li {
    padding-left: 0px !important;
}

.honor_r li img {
    width: 100%;
    height: auto;
}

.honor_r li p a {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.honor_r {
    position: relative;
}

.honor_btn {
    position: absolute;
    top: 0px;
    width: 100%;
    top: 45%;
}

.honor_btnl,
.honor_btnr {
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: #a0a0a0 url(https://memberpic.114my.com.cn/0427801/uploadfile/image/20250329/20250329104428_607255557.png)no-repeat center;
    border-radius: 50%;
    position: absolute;
}

.honor_btnl {
    left: 2vw;
}

.honor_btnr {
    right: 2vw;
    transform: rotate(180deg);
}

.honor_btnl:hover,
.honor_btnr:hover {
    background-color: #ee2e24;
}

.appli_call {
    position: relative;
    z-index: 9;
    margin-top: 118px;
}

.appli_call tr {
    display: flex;
    justify-content: space-between;
}

.appli_call tr td {
    display: inline-block;
    padding-left: 0 !important;
    overflow: hidden;
    width: 23%;
}

.appli_call tr td img {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%;
    height: auto;
}

.appli_call tr td+td {
    margin-left: 10px;
}

.appli_call div {
    height: 56px;
    background: #f5f5f5;
    line-height: 56px;
    padding-top: 0 !important;
    transition: all 0.3s linear;
}

.appli_call div a {
    font-size: 1rem;
    color: #333333;
    line-height: 56px;
}

.appli_call table tr td:hover div a {
    background: #0a519a;
    color: #ffffff;
    display: block;
    transition: all 0.3s linear;
    display: block;
}

.appli_call table tr td:hover img {}

.appli_call table tr td a {
    display: block;
    overflow: hidden;
}

.appli_call table tr td br {
    display: none;
}