/********************鏈嶅姟涓績**********************/
.serve_zc01 {
    width: 100%;
    padding: 60px 30px;
}

.serve_zc01 .serve_zc01_main {
    max-width: 1400px;
    width: 94%;
    margin: 0 auto;
    padding-top: 60px;
}

.serve_zc01 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.serve_zc01 ul li {
    width: 33.33%;
    padding: 10px;
}

.serve_zc01 ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 22px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: 0.2s all ease-in;
}

.serve_zc01 ul li a span {
    width: 85px;
    height: 85px;
    transition: 0.2s all ease-in;
    border-radius: 50%;
    background: rgba(255, 116, 65, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.serve_zc01 ul li a span i {
    color: #0363a4;
    font-size: 40px;
    transition: 0.2s all ease-in;
}

.serve_zc01 ul li a .mfont {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.serve_zc01 ul li a:hover {
    transform: translateY(-3px);
}

.serve_zc01 ul li a:hover span {
    background: #0363a4;
}

.serve_zc01 ul li a:hover span i {
    color: #fff;
}

.serve_zc02 {
    width: 100%;
    padding: 0px 30px 60px;
    background: url(../images/fz_bg1.jpg) no-repeat center bottom;

}

.serve_zc02 .serve_zc02_main {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serve_zc02 .mleft {
    position: relative;
    max-width: 614px;
    width: 100%;
    height:330px;
    margin-right: 80px;
}

.serve_zc02 .mleft .mimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 5;
}

.serve_zc02 .mleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s all ease-in;
}

.serve_zc02 .mleft .mbg {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(193, 193, 193, 0.2);
    transition: 0.2s all ease-in;
    position: absolute;
    top: -100px;
    left: -100px;
}

.serve_zc02 .mleft:hover .mbg {
    transform: translate(30px, -35px);
}

.serve_zc02 .mleft:hover .mimg img {
    transform: scale(1.03);
}

.serve_zc02 .mright {
    flex: 1;
}
.serve_zc02 .mright p{
    line-height: 36px;
    font-size: 18px;
    color: #333;
}
.s.serve_zc02 .mright ul {
    width: 100%;
}

.serve_zc02 .mright ul li {
    display: flex;
    margin-bottom: 100px;
}

.serve_zc02 .mright ul li .mitem {
    width: 33.33%;
    transition: 0.2s all ease-in;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.serve_zc02 .mright ul li .mitem i {
    transition: color 0.2s ease-in;
    color: #333;
    font-size: 40px;
    margin-bottom: 10px;
}

.serve_zc02 .mright ul li .mitem p {
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    transition: 0.2s all ease-in;
}

.serve_zc02 .mright ul li span {
    width: 1px;
    height: 60px;
    background: #d9d9d9;
    display: block;
    margin-top: 15px;
    transition: 0.2s all ease-in;
}

.serve_zc02 .mright ul li .mitem:hover {
    transform: translateY(-3px);
}

.serve_zc02 .mright ul li .mitem:hover i {
    color: #0363a4;
    transform: rotateY(360deg);
    transition: transform 0.4s ease-in;
}

.serve_zc02 .mright ul li .mitem:hover p {
    color: #0363a4;
}

.serve_zc02 .mright ul li:last-child {
    margin-bottom: 0;
}

.serve_zc03 {
    width: 100%;
    padding:0px 40px;

}

.serve_zc03 .serve_zc03_main {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.serve_zc03 ul {
    width: 100%;
    display: flex;
}

.serve_zc03 li {
    width: 25%;
    padding: 12px;
    transition: 0.2s all ease-in;
}

.serve_zc03 .mitem {
    padding: 20px;
    position: relative;
    height: 339px;
    transition: 0.2s all ease-in;
}

.serve_zc03 .mitem .toptop {
    width: 100%;
    height: 4px;
    background: #0363a4;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s all ease-in;
    z-index: 1;
}

.serve_zc03 .mitem .mtop {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
    z-index: 8;
}

.serve_zc03 .mitem .mtop h3 {
    transition: 0.2s all ease-in;
    font-size: 80px;
    font-weight: bold;
    font-family: enfont;
    color: #fff;
    z-index: 8;
    mix-blend-mode: overlay;
}

.serve_zc03 .mitem .mtop p {
    transition: 0.2s all ease-in;
    transform: translateY(-10px);
    font-size: 20px;
    font-weight: bold;
    font-family: enfont;
    margin-left: 10px;
    color: #fff;mix-blend-mode: overlay;
    z-index: 8;
}

.serve_zc03 .mitem .mmid span {
    transition: 0.2s all ease-in;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: enfont;
}

.serve_zc03 .mitem .mmid h4 {
    color: #333;
    font-weight: bold;
    margin: 5px 0 10px 0;
    font-size: 22px;
    transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .desc {
    color: #666;    
    margin: 5px 0 10px 0;
    font-size: 16px;
    transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .mline {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: 0.2s all ease-in;
}

.serve_zc03 .mitem .mline p {
    transition: 0.2s all ease-in;
    width: 25%;
    height: 2px;
    background: #0363a4;
    position: absolute;
    left: 0;
    top: 0;
}

.serve_zc03 .mitem .mline span {
    transition: 0.2s all ease-in;
    display: block;
    width: 100%;
    height: 2px;
    background: #F0F0F0;
}

.serve_zc03 .mitem h4 {
    font-size: 15px;
    color: #333;
    transition: 0.2s all ease-in;
}

.serve_zc03 .mitem .mfang {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.2s all ease-in;
    width: 55px;
    height: 55px;
    background: #0363a4 url(../images/small_l.png) no-repeat center center;
}

.serve_zc03 .mitem:hover {
    transform: translateY(-3px);
}

.serve_zc03 .mitem:hover .toptop {
    height: 120px;
}

.serve_zc03 .mitem:hover .mtop p {
    color: #fff;
}

.serve_zc03 .mitem:hover .mtop h3 {
    color: #fff;
}

.serve_zc03 .mitem:hover .mline p {
    width: 10%;
}

.serve_zc03 .mitem:hover .mfang {
    border-radius: 80px 0 0 0;
    background: #0363a4 url(../images/small_l2.png) no-repeat center center;
}

.servezl_top {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 20;
}

.servezl_top .servezl_top_main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.servezl_top .servezl_top_main h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.servezl_top .mmain {
    width: 100%;
}

.servezl_top .mmain .layui-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servezl_top .mmain .mleft {
    display: flex;
    align-items: center;
}

.servezl_top .mmain .mleft .layui-form-item {
    width: 250px;
    margin-right: 10px;
    margin-bottom: 0;
}

.servezl_top .mmain .mleft .layui-form-item .layui-form-select .layui-input {
    padding-left: 25px;
    background: #f4f4f4;
    height: 45px;
}

.servezl_top .mmain .mleft .layui-form-item .layui-form-select .layui-edge {
    right: 25px;
}

.servezl_top .mmain .mleft .layui-form-select dl dd.layui-this {
    background: #000;
}

.servezl_top .mmain .xhsearch {
    display: flex;
    align-items: center;
}

.servezl_top .mmain .xhsearch .mfont {
    width: 250px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    position: relative;
}

.servezl_top .mmain .xhsearch .mfont input {
    font-size: 15px;
    border: none;
    flex: 1;
    padding-left: 25px;
    height: 100%;
    background: #f4f4f4;
}

.servezl_top .mmain .xhsearch .mfont i {
    color: #999;
}

.servezl_top .mmain .xhsearch a {
    background: #000;
    width: 80px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in;
    margin-left: 10px;
    border-radius: 3px;
}

.servezl_top .mmain .xhsearch a:hover {
    background: #0363a4;
}

.servezl_mbom {
    width: 100%;
    background: #fff;
    padding: 0 30px 60px 30px;
}

.servezl_mbom .servezl_mbom_main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.servezl_mbom ul {
    width: 100%;
}

.servezl_mbom ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
    height: 70px;
}

.servezl_mbom ul li h4 {
    width: 24%;
    font-size: 14px;
    transition: 0.2s all ease-in;
}

.servezl_mbom ul li span {
    width: 20%;
    font-size: 14px;
    padding: 0 5px;
}

.servezl_mbom ul li a {
    width: 10%;
    font-size: 14px;
    color: #0363a4;
}

.servezl_mbom ul li a i {
    font-size: 20px;
}

.servezl_mbom ul li:nth-child(2n) {
    background: #fff;
}

.servezl_mbom ul li:nth-child(2n+1) {
    background: #F4F4F4;
}

.servezl_mbom ul li:first-child {
    background: #000;
    height: 60px;
}

.servezl_mbom ul li:first-child h4 {
    color: #fff;
}

.servezl_mbom ul li:first-child span {
    color: #fff;
}

.servezl_mbom ul li:first-child a {
    color: #fff;
}

.servezl_mbom ul li:hover h4 {
    color: #0363a4;
}

.servezl_mbom ul li:first-child:hover h4 {
    color: #fff;
}

.servewd_top {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
}

.servewd_top .servewd_top_main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 650px;
}

.servewd_top .mleft {
    max-width: 945px;
    width: 100%;
    margin-right: 45px;
    background: #F4F4F4;
    height: 100%;
}

.servewd_top .mright {
    height: 100%;
}

.servewd_top .mright .layui-form {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.servewd_top .mright .layui-form-item {
    width: 250px;
    margin-right: 10px;
    margin-bottom: 0;
}

.servewd_top .mright .layui-form-item .layui-form-select .layui-input {
    padding-left: 25px;
    background: #f4f4f4;
    height: 45px;
}

.servewd_top .mright .layui-form-item .layui-form-select .layui-edge {
    right: 25px;
}

.servewd_top .mright .layui-form-select dl dd.layui-this {
    background: #000;
}

.servewd_top .mright .xhsearch a {
    background: #000;
    width: 80px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in;
    border-radius: 3px;
}

.servewd_top .mright .xhsearch a:hover {
    background: #0363a4;
}

.servewd_top .mright .xhsearch #but_chong {
    margin-right: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #efefef;
}

.servewd_top .mright .xhsearch #but_chong:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.servewd_top .mright .mmain {
    height: calc(100% - 100px);
    overflow-y: auto;
    padding-right: 30px;
}

.servewd_top .mright .mmain .mitem {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.servewd_top .mright .mmain .mitem i {
    font-size: 25px;
    color: #0363a4;
}

.servewd_top .mright .mmain .mitem hr {
    display: block;
    border: none;
    width: 1px;
    height: 60px;
    background: #ededed;
    margin: 0 30px;
}

.servewd_top .mright .mmain .mitem h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.servewd_top .mright .mmain .mitem p {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.servewd_top .mright .mmain .mitem span {
    color: #999;
    font-size: 14px;
}

.serve_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 42px;
}

.serve_title h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.serve_title p {
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    max-width: 692px;
}

.serve_bicp01 {
    width: 100%;
    background: #fff;
    padding: 60px 30px;
}

.serve_bicp01 .serve_bicp_main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.serve_bicp01 .serve_bicp_main ul {
    display: flex;
}

.serve_bicp01 .serve_bicp_main ul li {
    width: 25%;
    padding: 15px;
    transition: 0.2s all ease-in;
}

.serve_bicp01 .serve_bicp_main ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s all ease-in;
}

.serve_bicp01 .serve_bicp_main ul a img {
    width: 100px;
    margin-bottom: 15px;
}

.serve_bicp01 .serve_bicp_main ul a h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s all ease-in;
}

.serve_bicp01 .serve_bicp_main ul a span {
    width: 53px;
    height: 4px;
    border-radius: 3px;
    background: #0363a4;
    margin: 17px 0;
    transition: 0.2s all ease-in;
}

.serve_bicp01 .serve_bicp_main ul a p {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    max-width: 225px;
    text-align: center;
}

.serve_bicp01 .serve_bicp_main ul a:hover {
    transform: translateY(-3px);
}

.serve_bicp01 .serve_bicp_main ul a:hover h3 {
    color: #0363a4;
}

.serve_bicp01 .serve_bicp_main ul a:hover span {
    width: 20px;
}

.pers_sec03 {
    width: 100%;
    padding: 80px 30px;
    position: relative;
    background: #fff;
}

.pers_sec03 .serve_title {
    position: relative;
    z-index: 10;
}

.pers_sec03 .pers_sec03_bg {
    background: #E9E8E7;
    border-radius: 0 0 150px 0;
    width: 100%;
    height: 416px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.pers_sec03 .pers_sec03_line {
    width: 65px;
    height: 3px;
    background: #333;
    display: block;
    margin: 27px auto 49px auto;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.pers_sec03 .pers_sec03_main {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px rgba(146, 14, 14, 0.12);
    position: relative;
    z-index: 10;
}

.pers_sec03 .mitem {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s all ease-in;
}

.pers_sec03 .mitem img {
    width: 71px;
    transition: 0.2s all ease-in;
}

.pers_sec03 .mitem h3 {
    font-size: 18px;
    color: #333;
    margin: 24px 0;
    font-weight: bold;
    transition: 0.2s all ease-in;
    text-align: center;
}

.pers_sec03 .mitem p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.pers_sec03 .mitem:hover {
    transform: translateY(-5px);
}

.pers_sec03 .mitem:hover img {
    transform: scale(1.05);
}

.pers_sec03 .mitem:hover h3 {
    color: #0363a4;
}

.pers_sec02 {
    background: #fff;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
}

.pers_sec02 .pers_sec02_main {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}

.pers_sec02 .mright {
    width: 50%;
}

.pers_sec02 .mright img {
    width: 100%;
    transition: 0.2s all ease-in;
}

.pers_sec02 .mright img:hover {
    transform: scale(1.02);
}

.pers_sec02 .mleft {
    width: 45%;
    position: relative;
    z-index: 5;
}

.pers_sec02 .mleft .minfo {
    font-size: 18px;
    line-height: 160%;
}

.pers_sec02 .mleft .minfo p {
    margin-bottom: 15px;
}

.pers_sec02 .mleft .minfo span {
    font-weight: bold;
    color: #0363a4;
}

.pers_sec02 .mbgbox {
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 2;
    animation: mbgbox_move 15s linear infinite;
}

/*****************琛屼笟瑙ｅ喅鏂规******************/

@font-face {
    font-family: "iconfont";
    /* Project id 3611632 */
    src: url('//at.alicdn.com/t/c/font_3611632_f6egbygoctm.woff2?t=1691978665090') format('woff2'),
        url('//at.alicdn.com/t/c/font_3611632_f6egbygoctm.woff?t=1691978665090') format('woff'),
        url('//at.alicdn.com/t/c/font_3611632_f6egbygoctm.ttf?t=1691978665090') format('truetype');
}

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

.icon-duoyuyan:before {
    content: "\e657";
}

.icon-icon_yiwenkongxin:before {
    content: "\eb89";
}

.icon-fanganzhiding:before {
    content: "\e643";
}

.icon-jiejuefangan:before {
    content: "\e645";
}

.icon-yizhanshijiejuefangan:before {
    content: "\e647";
}

.icon-Vector-31:before {
    content: "\e642";
}

.icon-Vector2:before {
    content: "\e63f";
}

.icon-Vector-11:before {
    content: "\e640";
}

.icon-Vector-22:before {
    content: "\e641";
}

.icon-PDF:before {
    content: "\e63e";
}

.icon-xinxi:before {
    content: "\e763";
}

.icon-caozuo:before {
    content: "\e636";
}

.icon-jiageguanxiguanli:before {
    content: "\e638";
}

.icon-fangan:before {
    content: "\e63a";
}

.icon-wentihuibao:before {
    content: "\e6b7";
}

.icon-xianchangguankong:before {
    content: "\e63b";
}

.icon-kefu2:before {
    content: "\e633";
}

.icon-kuaisuyunxing01:before {
    content: "\e634";
}

.icon-jiantou-youshang:before {
    content: "\e665";
}

.icon-add-o:before {
    content: "\e632";
}

.icon-jiantou_xiangyou_o:before {
    content: "\eb94";
}

.icon-24xiaoshiqiantai:before {
    content: "\e67e";
}

.icon-luosi:before {
    content: "\e639";
}

.icon-luosi1:before {
    content: "\e631";
}

.icon-wapianjiancha:before {
    content: "\edca";
}

.icon-gongren:before {
    content: "\100e8";
}

.icon-huodongtuiguang:before {
    content: "\e62e";
}

.icon-keji:before {
    content: "\e62f";
}

.icon-chuguo:before {
    content: "\e630";
}

.icon-gaokeji:before {
    content: "\e656";
}

.icon-feiyongguanli:before {
    content: "\ea98";
}

.icon-lingdao:before {
    content: "\e790";
}

.icon-duliang:before {
    content: "\e627";
}

.icon-fuwudiqiu:before {
    content: "\ec0f";
}

.icon-renzhengdunpaianquanbaozhangzhibao-xianxing:before {
    content: "\e7af";
}

.icon-24gl-clipboardChecklist:before {
    content: "\eabb";
}

.icon-xiaoxigoutong:before {
    content: "\e629";
}

.icon-anquanbaozhang1:before {
    content: "\e635";
}

.icon-goutong_quxiao:before {
    content: "\e62a";
}

.icon-xiazai:before {
    content: "\e655";
}

.icon-24gl-newspaper2:before {
    content: "\e8af";
}

.icon-anquanbaozhang:before {
    content: "\e683";
}

.icon-fuwu:before {
    content: "\e625";
}

.icon-fuwu1:before {
    content: "\e626";
}

.icon-kefu:before {
    content: "\e610";
}

.icon-anquan:before {
    content: "\e62d";
}

.icon-shui:before {
    content: "\e654";
}

.icon-kefu1:before {
    content: "\ec2e";
}

.icon-xitongfuzai:before {
    content: "\e662";
}

.icon-xitong-:before {
    content: "\e615";
}

.icon-xitong:before {
    content: "\e616";
}

.icon-jiancha:before {
    content: "\e617";
}

.icon-shop03:before {
    content: "\e61e";
}

.icon-jisuanqi:before {
    content: "\e66d";
}

.icon-icon-:before {
    content: "\e726";
}

.icon-24gl-play:before {
    content: "\ea6d";
}

.icon-bofang1:before {
    content: "\e653";
}

.icon-sousuo:before {
    content: "\e602";
}

.icon-you1:before {
    content: "\e644";
}

.icon-you:before {
    content: "\e649";
}

.icon-zuo-copy:before {
    content: "\e64a";
}

.icon-shang-copy:before {
    content: "\e64b";
}

.icon-xia-copy:before {
    content: "\e64c";
}

.icon-shangsanjiao:before {
    content: "\e64d";
}

.icon-zuosanjiao-copy:before {
    content: "\e64e";
}

.icon-xiasanjiao-copy:before {
    content: "\e64f";
}

.icon-xiala:before {
    content: "\e611";
}

.icon-youla-copy:before {
    content: "\e650";
}

.icon-shangla-copy:before {
    content: "\e651";
}

.icon-zuola-copy:before {
    content: "\e652";
}

.icon-weixuanzhong1:before {
    content: "\e620";
}

.icon-xuanzhong1:before {
    content: "\e621";
}

.icon-dui:before {
    content: "\e609";
}

.icon-left-circle-fill:before {
    content: "\eb22";
}

.icon-left-circle-fill-copy:before {
    content: "\eb23";
}

.icon-hanhan-01-01:before {
    content: "\e6a4";
}

.icon-hanhan-01-01-copy:before {
    content: "\eb24";
}

.icon-left:before {
    content: "\e676";
}

.icon-left-copy:before {
    content: "\eb25";
}

.icon-yousheng:before {
    content: "\e6d4";
}

.icon-you2:before {
    content: "\e608";
}

.icon-jia:before {
    content: "\e659";
}

.icon-jiahao:before {
    content: "\e6be";
}

.icon-zuozhijiantou1:before {
    content: "\e619";
}

.icon-zuozhijiantou1-copy:before {
    content: "\eb26";
}

.icon-htmal5icon19:before {
    content: "\e637";
}

.icon-bofang:before {
    content: "\e6d1";
}

.icon-zuo:before {
    content: "\e600";
}

.icon-caidanguanli:before {
    content: "\e601";
}

.icon-hanhan-01-011:before {
    content: "\e69c";
}

.icon-hanhan-01-011-copy:before {
    content: "\eb27";
}

.icon-Vector-1:before {
    content: "\e603";
}

.icon-a-:before {
    content: "\e604";
}

.icon-Vector:before {
    content: "\e605";
}

.icon-Frame:before {
    content: "\e606";
}

.icon-Vector1:before {
    content: "\e607";
}

.icon-yanjing_kai:before {
    content: "\e61b";
}

.icon-yanjing_bi:before {
    content: "\e61c";
}

.icon-shimingrenzheng:before {
    content: "\e69a";
}

.icon-Vector-4:before {
    content: "\e60a";
}

.icon-Vector-2:before {
    content: "\e60b";
}

.icon-Vector-3:before {
    content: "\e60c";
}

.icon-a-Vector4Stroke:before {
    content: "\e614";
}

.icon-zuo1:before {
    content: "\e63c";
}

.icon-you3:before {
    content: "\e63d";
}

.icon-dianhua:before {
    content: "\e623";
}

.icon-dizhi:before {
    content: "\e628";
}

.icon-youxiang:before {
    content: "\e6cb";
}

.icon-a-23123:before {
    content: "\e62b";
}

.icon-a-433:before {
    content: "\e62c";
}

.icon-time:before {
    content: "\e612";
}

.icon-more:before {
    content: "\e613";
}

.icon-Vector-21:before {
    content: "\e618";
}

.icon-Vector3:before {
    content: "\e61a";
}

.icon-a-Group21:before {
    content: "\e61d";
}

.icon-a-23232:before {
    content: "\e61f";
}

.icon-a-567:before {
    content: "\e622";
}

.icon-wodewo:before {
    content: "\e6e0";
}

.icon-shangkelaoshiwo:before {
    content: "\e6e1";
}

.icon-woxiezuoye:before {
    content: "\e6e2";
}

.icon-loufangfangzi:before {
    content: "\e729";
}

.icon-guanbi:before {
    content: "\e60d";
}

.icon-guanbishixin:before {
    content: "\e8dc";
}

.icon-guanbi1:before {
    content: "\e624";
}

.icon-guanbi2:before {
    content: "\eb6a";
}

.icon-guanbi3:before {
    content: "\eca0";
}

.icon-weixuanzhongyuanquan:before {
    content: "\e60e";
}

.icon-31xuanzhong:before {
    content: "\e60f";
}




.Technology { width: 100%; position: relative;background: url(../images/bg.png) no-repeat top / 100%;}

.kcxfz {
    display: flex;
    width: 100%;
}

.kcxfz li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.kcxfz .houseList-img {
    width: 100%;
    height: 200px;padding:0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: #f5f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kcxfz .houseList-img img {
   width:100%;
    height:100%;
    object-fit: contain;
    transition: 0.3s all ease-in;
}

.kcxfz .houseList-con {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 10px 10px;
    transition: 0.3s all ease-in;
}

.kcxfz li:hover .houseList-img img {
    transform: scale(1.1);
}

.kcxfz li:hover .houseList-con {
    box-shadow: 0px 10px 30px rgba(3, 99, 164, 0.2);
    transform: translateY(-5px);
}

.kcxfz .title {
    color: #0363a4;
    font-weight: bold;
    margin-bottom: 15px;
}

.kcxfz .text {
    color: #666;
    line-height: 1.8;
}

.kcxfz-title {
    margin-bottom: 60px;
    text-align: center;
}

.kcxfz-title .title-en {
    font-size: 48px;
    font-weight: 700;
    font-family: "gilroy-extrabold";
    color: #0363a4;
    margin-bottom: 10px;
}

.kcxfz-title .title-cn {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.kcxfz-title .title-desc2 {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
}

.kcxfz-wrapper {
    margin-bottom: 80px;
}

.kcxfz-card-title {
    font-size: 22px;
    color: #0363a4;
    font-weight: bold;
    margin-bottom: 15px;
}

.kcxfz-card-text {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.kcxfz-card-content {
    padding: 30px 25px;
}

.kcxfz-gray-bg {
    background:url(../images/fzbg1.jpg) no-repeat top / cover;
    padding: 80px 0;

}

.kcxfz-section {
    margin-top: 80px;
}

.kcxfz-blue-bg {
    background:url(../images/fzbg2.jpg) no-repeat top / cover;
    padding: 80px 0;

}

.kcxfz-blue-bg .title-cn {
    color: #fff;
}

.kcxfz-blue-bg .title-desc2 {
    color: rgba(255,255,255,0.8);
}

.kcxfz-blue-bg .num {
    justify-content: center; display: flex;    justify-content: space-evenly;
}

.kcxfz-blue-bg .num li p {
    color: #fff;
}

.kcxfz-blue-bg .num li p:last-child {
    color: rgba(255,255,255,0.7); text-align: center; font-size: 16px;
}

.kcxfz-commitment {
    margin-bottom: 50px;
}

.kcxfz-tech-margin {
    margin-top: 50px;
}

.kcxfz-measure-margin {
    margin-top: 50px;
}

.kcxfz-num-title span {
    display: inline-block;
}

.kcxfz-num-title .countup {
    font-size: 24px;
    font-weight: bold;
    color: #0363a4;
    background: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 15px;
 
}

.kcxfz-blue-bg .kcxfz-num-title .countup {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* .Technology2 { width: 100%; position: relative; background: url(../images/clbg2.jpg) no-repeat bottom / 100% fixed; padding: 5rem 0; border-radius: 30px; margin-bottom: 5rem; } */
.Technology2 {  position: relative; background: url(../images/clbg2.jpg) no-repeat; padding: 5rem 0; border-radius: 30px; margin-bottom: 5rem; }

.tech-innovation-section {
    padding: 80px 0;
    /* background: #f8f9fa; */
}

.tech-innovation-header {
    text-align: center;
    margin-bottom: 60px;
}

.tech-title {
    font-size: 32px;
    font-weight: bold;
    color: #0363a4;
    margin-bottom: 15px;
}

.tech-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.tech-content-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tech-left-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.tech-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.tech-left-image:hover img {
    transform: scale(1.1);
}

.tech-right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
}

.tech-item {
    display: flex;
    flex-direction: column;
}

.tech-icon {
    width: 60px;
    height: 60px;
    background: #d5effc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #0363a4;
    transition: all 0.3s ease;
}

.tech-icon svg {
    width: 42px;
    height: 42px;
}

.tech-item:hover .tech-icon {
    background: #0363a4;
    color: #fff;
    transform: translateY(-3px);
}

.tech-item-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.tech-item-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.tech-commitment-section {
    width: 100%;
}

.tech-commitment-bg {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.tech-commitment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(3, 99, 164, 0.9) 0%, rgba(3, 99, 164, 0.7) 100%);
}

.tech-commitment-content {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
}

.tech-commitment-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.tech-commitment-title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.tech-commitment-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

@media (max-width: 768px) {
    .tech-commitment-bg {
        min-height: 400px;
    }

    .tech-commitment-title {
        font-size: 32px;
    }

    .tech-commitment-desc {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .tech-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tech-left-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .tech-right-grid {
        gap: 30px 20px;
    }
}

@media (max-width: 576px) {
    .tech-innovation-section {
        padding: 50px 0;
    }

    .tech-title {
        font-size: 28px;
    }

    .tech-right-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .tech-icon {
        width: 45px;
        height: 45px;
    }

    .tech-icon svg {
        width: 20px;
        height: 20px;
    }

    .tech-item-title {
        font-size: 18px;
    }
}

.serve_ul {
    display: flex;
    width: 100%;flex-wrap: nowrap;
    justify-content: space-between;
}

.serve_ul li {
    width: 33.33%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    margin: 0 15px;
    transition: 0.3s all ease-in;
}

.serve_ul li:first-child {
    margin-left: 0;
}

.serve_ul li:last-child {
    margin-right: 0;
}

.serve_ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.serve_ul li .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}

.serve_ul li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serve_ul li .text h4 {
    font-size: 22px;
    color: #0363a4;
    margin-bottom: 10px;
    font-weight: bold;
}

.serve_ul li .text p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}


.fzcx-1 {
    background:#fff url(../images/fzcx-1.jpg) no-repeat top / 100%;
}
.fzcx-2 {
    background:#fff url(../images/fzcx-2.jpg) no-repeat top / 100%;
}
.fzcx-3 {
    background:#fff url(../images/fzcx-3.jpg) no-repeat top / 100%;
}
.fzcx-4 {
    background:#fff url(../images/fzcx-4.jpg) no-repeat top / 100%;
}


@media (max-width: 768px) {
.serve_zc03 li { width:100%;}
.serve_zc03 ul {flex-direction: column;}

.serve_zc02 .serve_zc02_main {flex-direction: column;}

.serve_zc02 .mleft {  margin-right: 0px; margin-bottom: 25px;}

.serve_zc02 .mright ul li { margin-bottom: 20px;}

.serve_zc02 {padding: 40px 5%;}
.serve_zc03 {
     padding: 40px 5%;
 }
.serve_zc03 .mitem {
    background: #0363a4;}
.serve_zc03 .serve_zc03_main { padding-top: 25px;} 
.serve_zc03 .mitem .mmid h4 { color: #fff;} 
.serve_zc03 .mitem .desc{ color: #fff; }
 .serve_zc03 .mitem .mline p { background: #ff820e;} 
 .serve_zc03 .mitem .mfang {background: #ff820e url(../images/small_l.png) no-repeat center center; border-radius: 30px 0 0 0; } 
.serve_zc03 .mitem .mtop h3{
        color: #fff;
    }


}