/*通用样式*/
:root{
    --public-color:#2e3b7b;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Roboto','Outfit',Arial,Helvetica,sans-serif}
a{color:#333;display:inline-block;}
a:hover{color:var(--public-color)}
.swiper-pagination-bullet-active{background:var(--public-color)}
.page-item.active .page-link {color: #fff;background-color: var(--public-color);border-color: var(--public-color);}
body,div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
img{aspect-ratio:attr(width) / attr(height);}
ul,ol,li,dl,dd,dt{list-style-type:none}
.img-width{width:100%;height:auto}
.img-height{height:100%;width:auto}
.img-fluid {max-width: 100%;height: auto;}
.main-container{margin-bottom:40px;margin-top:40px}
.tkanniu{cursor:pointer}
.card-thumb img{transition:all .4s ease}
.card-thumb:hover img{transform:scale(1.1)}
.container-xl{max-width:var(--max)}
.container-xl.m-right{margin:0 0 0 auto;padding:0}
.container-xl.m-left{margin:0 auto 0 0;padding:0}
@media(max-width:768px){
    body{font-size:14px;line-height:20px;padding-top:50px;}
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}

.x3-title{font-size:16px;line-height:24px;margin-top:15px;display:block;text-align:center;}

/*默认导航样式*/
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav > .nav-item{font-size:16px;padding:0 45px;}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#666666;padding:0;height:80px;display:flex;align-items:center;justify-content:center;font-weight:400;text-transform:capitalize;font-size:18px;line-height:32px}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:10px;display:none;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotateX(180deg);color:var(--public-color)}
/* .navbar-custom .navbar-nav .nav-link:hover{color:#fff;} */
.navbar-custom .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}
.navbar-custom .navbar-nav .show > .nav-link,.navbar-custom .navbar-nav .active > .nav-link,.navbar-custom .navbar-nav .nav-link.show,.navbar-custom .navbar-nav .nav-link.active{}
.navbar-custom .navbar-text{color:rgba(0,0,0,0.5)}
.navbar-custom .navbar-text a{color:rgba(0,0,0,0.9)}
.navbar-custom .navbar-text a:hover,.navbar-custom .navbar-text a:focus{color:rgba(0,0,0,0.9)}

/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid var(--public-color);z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:#000}
    .header-mb .top-mb .icon-bars{color:#000}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#fff}
    .top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
    .top-mb-search-box .search-group{width:100%;height:34px}
    .top-mb-feed i{font-size:16px;color:#000}
    .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
    .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
    .head_nav li.has-child a:hover b{border-color:#111}
    .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
    .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
    .head_nav li,.head_nav li.has-child{padding-left:0}
    .head_nav li li,.head_nav li li.has-child{padding-left:15px}
    .head_nav li.active>a>b:after{display:none}
    .head_nav li.active>a>b{background-color:#111}
    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
    .mobile-ico-close{width:30px;height:30px;background-color:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .search-box .icon{color:#b3190d}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/

/*#region 移动端栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #5bb44e; color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #5bb44e }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

/* 浮窗 */
#float{position:fixed;right:0;bottom:165px;margin-top:-60px;z-index:380;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:var(--public-color)}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background:var(--public-color);border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:var(--public-color);color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:var(--public-color);transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}

/*默认详情设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6; text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

/*#弹出框*/
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:150px;left:50%;margin-left:-25%;width:50%;position:absolute;z-index:1001;padding:35px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal .title{font-size:30px;text-align:center;margin-bottom:25px}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}
@media(max-width:768px){
    .reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
    .reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}

/*#留言表单*/
.form-feedback .btn{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:var(--public-color);color:#fff}
@media(max-width:768px){
    .form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
    .form-feedback .btn{padding-top:10px;padding-bottom:10px}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}
.form-row>.col,.form-row>[class*="col-"]{padding:0 15px}
.form-feedback .btn-c{background-color:#0b3b8d;height:100%;padding:10px 20px;transition:all .6s}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#24b66f 0%,#88ca4e 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}

.was-validated .form-control:invalid,.form-control.is-invalid {border-color:#f5543f;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}

/*#搜索*/
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px;}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:#d22c2c;border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}

/*#展会信息*/
.zhbg{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:9999;display:none;align-items:center;justify-content:center;}
.zhbg .box{width:50%;background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);padding:30px 50px;position:relative;}
.zhbg .box .cloes{position:absolute;right:-15px;top:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;z-index:99999;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;}
.zhbg .box .zh-t1{display:flex;margin-bottom:25px;}
.zhbg .box .zh-t1 span{background:var(--public-color);display:inline-block;padding:10px;font-size:22px;color:#fff;}
.zhbg .box .zh-t2{font-size:26px;font-weight:bold;margin-bottom:15px;color:var(--public-color);}
.zhbg .box .zh-t3{font-size:18px;margin-bottom:15px;font-weight:bold;}
.zhbg .box .place{font-size:16px;line-height:24px;}
.zhbg .box .place p{margin-bottom:10px;}
.zhbg .box .place p i{color:var(--public-color);min-width:22px;}
.zhbg .box .place p strong{color:var(--public-color);}
.zhbg.on{display:flex;}

@media(max-width:768px) {.zhbg .box{width:80%;padding:15px;}}

/*#视频详情*/
.video-nr{position:relative;background:#f4f6f9;padding:30px;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:1px solid #ddd;}
.video-nr .v-content{width:76%;height:100%;overflow:auto;}
.video-nr .v-content::-webkit-scrollbar{display:none;}
.video-nr .v-content .v-title{font-size:34px;line-height:42px;font-weight:600;margin-top:35px;margin-bottom:15px;color:#666666;}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-content .v-desc .left{font-size:14px;color:#777;}
.video-nr .v-content .v-desc .left i{margin-left:75px;margin-right:10px;}
.video-nr .v-content .v-desc .left i:first-child{margin-left:0;}
.video-nr .v-content .v-desc .right .v-ly{background:#2e3b7b;border:1px solid #2e3b7b; display: inline-flex;padding:5px 20px;align-items:center;color:#fff;font-size:16px;line-height:24px;}
.video-nr .v-content .v-desc .right .v-ly i{margin-right:8px;}
.video-nr .v-content .v-desc .right .v-ly:hover{box-shadow: 0 2px 10px rgb(0 0 0 / 20%);}
.video-nr .v-content .v-desc .right .v-fx{background:#fff;border:1px solid #2e3b7b;display: inline-flex;margin-left:15px; padding:5px 20px;align-items:center;color:#333;}
.video-nr .v-content .v-desc .right .v-fx i{margin-right:8px;}
.video-nr .v-content .v-desc .right .v-fx:hover{background:var(--public-color);border-color:var(--public-color);color:#fff;}
.video-nr .v-content .v-nr{padding:10px 0 20px 0;font-size:16px;line-height:28px;color:#999999;}
.video-nr .v-content .v-nr ul{display:flex;flex-wrap:wrap;margin-bottom:20px;}
.video-nr .v-content .v-nr ul li{margin-left:20px;}
.video-nr .v-content .v-nr ul li:first-child{margin-left:0;}
.video-nr .v-content .v-nr a{color:var(--public-color);}
.video-nr .v-content .v-nr a:hover{text-decoration:underline;}
.video-nr .v-content .v-title2{border-top:1px solid #ddd;font-size:34px;font-weight:bold;line-height:42px;padding-top:30px;padding-bottom:10px;margin-top:45px;position:relative;}
.video-nr .v-content .v-title2 .left::before{content:"";width:15px;height:30px;background:url(../../images/v-title-icon.webp) no-repeat;
background-size:cover;display:inline-block;position:relative;top:3px;margin-right:15px;}
.video-nr .v-content .v-title2 .right{font-size:16px;line-height:24px;color:#4bcd65;cursor:pointer;font-weight:initial;}
.video-nr .v-content .v-title2 .right:hover{color:var(--public-color);}
.video-nr .v-content .v-massage{font-size:16px;line-height:24px;}
.video-nr .v-content .v-massage p{position:relative;display:flex;align-items:center;}
.video-nr .v-content .v-massage p:before{content:"\f406";font-family:cmsfont; width:40px;height:40px;text-align:center;color:#fff;line-height:40px;font-size:20px; background:#ff6200;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage ul{padding:10px 10px 10px 50px;}
.video-nr .v-content .v-massage ul li{position:relative;display:flex;margin-bottom:10px;}
.video-nr .v-content .v-massage ul li:before{content:"\f406";font-family:cmsfont;width:24px;height:24px;text-align:center;line-height:24px; color:#fff;background:#ff9e43;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage strong{margin-right:0px;}

.video-nr .v-side{width:22%;height:100%;overflow:auto;}
.video-nr .v-side::-webkit-scrollbar{display:none;}
.video-nr .v-side .v-pro{background:#fff;padding:15px;border-radius:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-side .v-pro .img{width:30%;}

.video-nr .v-side .v-pro .text{width:67%;}
.video-nr .v-side .v-pro .text .t1{font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;
white-space:normal !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.video-nr .v-side .v-pro .d-flex{margin-top:20px;}
.video-nr .v-side .v-pro .d-flex a{display:inline-block;margin-right:10px;padding:5px 10px;border:1px solid #4bcd65;border-radius:50px;font-size:14px;line-height:20px;} 
.video-nr .v-side .v-pro .d-flex a:last-child{margin-right:0p;}
.video-nr .v-side .v-pro .d-flex a:hover{background:#4bcd65;color:#fff;}
.video-nr .v-side .v-pro .d-flex a:first-child{background:#4bcd65;color:#fff;}
.video-nr .v-side .v-pro .d-flex a:first-child:hover{box-shadow: 0 2px 10px rgb(0 0 0 / 20%);}
.video-nr .v-side .v-rel{background:#fff;padding:15px;border-radius:20px;}
.video-nr .v-side .v-rel .big-t1{font-size:22px;line-height:28px;font-weight:bold;margin-bottom:15px;position:relative;}
.video-nr .v-side .v-rel .big-t1::before{content:"";width:15px;height:22px;background:url(../../images/v-title-icon.webp)no-repeat;background-size:cover;display:inline-block;
position:relative;top:3px;margin-right:15px;}
.video-nr .v-side .v-rel .v-video-item{padding-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #eeeeee;}
.video-nr .v-side .v-rel .v-video-item .left{width:54%;position:relative;border-radius:5px;overflow:hidden;}
.video-nr .v-side .v-rel .v-video-item .left a{position:absolute;left:0;right:0;bottom:0;top:0;z-index:99;}
.video-nr .v-side .v-rel .v-video-item .right{width:42%;}
.video-nr .v-side .v-rel .v-video-item .t1{font-size:14px;line-height:20px;margin-bottom:8px;}
.video-nr .v-side .v-rel .v-video-item .t2{font-size:12px;color:#999;line-height:20px;}

.v-feed-box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.v-feed-box .pro{width:30%;}
.v-feed-box .pro a{transition:none;}
.v-feed-box .right{width:68%;}
.v-feed-box .right .title{text-align:left;}
.v-feed-box .pro .text p{font-size: 15px;line-height: 22px;color: #666;position: relative;padding-left: 35px;margin-bottom: 0;} 
.v-feed-box .pro .text p::before{content: url(../../images/sign-2.webp);font-family: 'cmsfont';line-height: 32px;font-size: 14px;position: absolute;left: 0;top: 0px;color: var(--public-color);font-weight: bold;}
.v-feed-box .pro h5{font-size: 15px;line-height: 22px;color: #666666;font-family: 'Rubik';font-weight: 400;margin-top:15px; margin-bottom: 15px;
text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}

.v-share_bot{margin-top: 30px;border: 1px solid var(--public-color);border-radius: 30px;padding: 6px;display: flex;justify-content: space-between;overflow: hidden;}
.v-share_bot input{border:0;color:#666;font-size:14px;padding-left:10px;width:100%;box-sizing:border-box;outline:0;overflow:hidden;text-overflow:ellipsis;}
.v-share_bot button{width:114px;height:42px;line-height:42px;color:#fff;border:0;background:var(--public-color);border-radius:20px;flex-shrink:0;cursor:pointer;}

@media(max-width:768px) {
    .video-nr .v-side .v-pro .d-flex a{padding:5px 10px;}
    .v-feed-box .pro{display:none;}
    .v-feed-box .right{width:100%;}
    .video-nr{height:auto;padding:15px;}
    .video-nr .v-content{width:100%;}
    .video-nr .v-side{width:100%;}
    .video-nr .v-content .v-desc .right{width:100%;}
    .video-nr .v-content .v-nr ul li{margin-left:0;margin-right:10px;}
    .video-nr .v-content .v-massage ul{padding-left:17px;}
    .video-nr .v-content .v-massage p{display:block;}
    .video-nr .v-content .v-massage ul li{display:block;}
}

.reveal-modal#mb-share{left:60%;margin-left:-30%;width:40%;}

.v-share-box .share{display:flex;margin-top:30px;font-size:0;transition:all .3s ease-in-out;justify-content:space-between;}
.v-share-box .share_cell{font-size:16px;color:#333;text-align:center;}
.v-share-box .share_cell p{margin-bottom:0;}
.v-share-box .share_cell .icon.wa {background-position:-3px -180px;}
.v-share-box .share_cell .icon.fb {background-position:-185px -235px;}
.v-share-box .share_cell .icon.tw {background-position:-124px -177px;}
.v-share-box .share_cell .icon.em {background-position:-64px -237px;}
.v-share-box .share_cell .icon.li {background-position:-241px -204px;}
.v-share-box .share_cell .icon:hover{box-shadow:0 2px 6px rgb(0 0 0 / 25%);}
.v-share-box .share_cell .icon{width:55px;height:55px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;
background:url(../../images/vc-sprite.webp) no-repeat -3px -180px;background-size:300px;border-radius:50%;}

@media(max-width:768px) {.reveal-modal#mb-share{left:10%;margin-left:-5%;width:90%;}}
.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);
gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media (min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media (min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media (min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media (min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media (min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}
@media(max-width:768px){.grid{gap:var(--bs-gap,0.5rem)}}
@media (max-width:768px) {
    .t1{font-size:24px;line-height:32px;}
    .t2{font-size:18px;line-height:26px;}
    .msg{font-size:14px;line-height:22px}
    
    .mb-t1{font-size:24px !important;line-height:32px !important;}
    .mb-t2{font-size:18px !important;line-height:26px !important;}
    .mb-msg{font-size:14px !important;line-height:22px !important;}
    .mb-block{display:block !important;}
    .mb-block >:first-child{width:100% !important;}
    .mb-block >:nth-child(2){width:100% !important;margin-top:20px !important;}

    .mb-flex{flex-wrap:wrap;}
    .mb-flex >:first-child{width:100% !important;order:2 !important;margin-top:20px !important;}
    .mb-flex >:nth-child(2){width:100% !important;order:1 !important;}
}

.t1{font-size:40px;line-height:56px;font-weight:500;color:#333333;}
.msg{font-size:16px;line-height:24px;color:#999999;}

.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff;border-bottom:1px solid #ebebeb;}
.header.fadeInDown{position:fixed;left:0;top:0;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.1);}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:75px;transition:all .5s;}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link:hover{color:#fff;}

.header .nav-item{position:relative;}
.header .nav-item::before{content:"";width:100%;height:0;background-color:#d22c2c;position:absolute;left:0;bottom:0;
clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);}
.header .nav-item:hover::before{height:100%;transition:all .5s;}
.header .nav-item:hover a{color:#fff;font-weight:600;}
.header .navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{color:#fff;}
.header .nav-item .dropdown-menu a.dropdown-item{color:#212529;font-weight:400;}

.header .top-search-box{margin:0 18px 0 25px;display:flex;align-items:center;position:relative;}
.header .top-search-box.added-class .top-search{display:block;left:auto;right:0;}
.header .search-tb{display:flex;align-items:center;}
.header .top-lang .dropdown.lang{display:flex;align-items:center;height:100%;}
.header .dropdown.lang .dropdown-toggle{padding:0 0 0 15px;background-color:transparent;border-left:1px solid #d1d1d1;border-radius:0;display:flex;align-items:center;}
.header .dropdown.lang .dropdown-toggle:after{display:none;}
.header .top-lang .dropdown-menu{left:auto;right:0;}

@media (max-width:1400px) {
    .navbar-custom .navbar-nav > .nav-item{padding:0 30px;}
    .header .top-search-box{margin-left:15px;}
}

.home-banner{margin-top:80px;position:relative;}
.home-banner .banner-img img{width:100%;}
.home-banner .banner-text{align-items:flex-end;text-align:left;}
.home-banner .container-xl{display:flex;justify-content:space-between;align-items:center;}
.home-banner .left{width:41.5%;}
.home-banner .t1{font-size:46px;line-height:56px;font-weight:500;color:#333333;letter-spacing:-1px;}
.home-banner .t1 span{display:inline-block;position:relative;z-index:10;color:#d22c2c;}
.home-banner .msg{font-size:16px;line-height:28px;color:#666666;margin-top:25px;}
.home-banner .btns{margin-top:35px;}
.home-banner .icon{margin-top:65px;}
.home-banner .right{width:57.2%;display:flex;justify-content:flex-end;}

@media (max-width:1660px) {
    .home-banner .t1{font-size:28px;line-height:40px;}
    .home-banner .msg{margin-top:20px;}
    .home-banner .btns{margin-top:20px;}
    .home-banner .icon{margin-top:20px;}
    .home-banner .right{width:45%;}
}

.max-1290{max-width:1290px;}
.home-pro{margin-top:140px;padding-bottom:250px;}
.home-pro .top{text-align:center;position:relative;}
.home-pro .top::before{content:"";width:296px;height:256px;background:url(../../images/home-pro-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:38%;top:-30px;z-index:-1;}

.home-pro .sign{position:relative;}
.home-pro .sign:after{content:"";width:18px;height:10px;background-color:#d22c2c;clip-path:polygon(0 0,100% 0,50% 100%);
position:absolute;left:49.2%;bottom:-10px;display:block;}
.home-pro .sign div{font-size:16px;line-height:28px;font-weight:500;color:#fff;width:465px;height:36px;background-color:#d22c2c;position:relative;
display:flex;align-items:center;justify-content:center;margin:0 auto;clip-path:polygon(5px 0,100% 0,460px 100%,0 100%);font-style:italic;}
.home-pro .sign div a{color:#fff;}

.home-pro .t1{margin-top:20px;}
.home-pro .top .msg{width:64%;display:table;margin:25px auto 0 auto;color:#999999;}

.home-pro .center{margin-top:85px;display:flex;justify-content:space-between;}
.home-pro .center .box{width:31%;}
.home-pro .box .num{font-size:34px;line-height:46px;font-weight:500;color:#2e3b7b;display:flex;align-items:center;justify-content:center;}
.home-pro .box:nth-child(1) .num::before{content:"";width:45px;height:40px;background:url(../../images/home-pro-num-icon1.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.home-pro .box:nth-child(2) .num::before{content:"";width:35px;height:36px;background:url(../../images/home-pro-num-icon2.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.home-pro .box:nth-child(3) .num::before{content:"";width:67px;height:40px;background:url(../../images/home-pro-num-icon3.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.home-pro .box .msg{font-size:16px;line-height:28px;color:#999999;display:table;margin:20px auto 0 auto;text-align:center;width:72%;}

.home-pro .grid{margin-top:85px;gap:var(--bs-gap,45px);}
.home-pro .g-col-xl-4{padding:30px 30px 0 30px;background-color:#666666;}
.home-pro .type{font-size:16px;line-height:24px;font-weight:600;color:#666666;height:28px;background-color:#fff;
clip-path:polygon(5% 0,96% 0,100% 100%,0 100%);display:table;align-items:center;justify-content:center;padding:2px 15px 0 15px;margin:0 auto;}
.home-pro .title{font-size:20px;line-height:28px;font-weight:500;color:#fff;text-align:center;margin:20px auto 0 auto;display:table;}
.home-pro .title:hover{text-decoration:underline;}
.home-pro .msg{font-size:16px;line-height:24px;color:#fff;text-align:center;margin-top:20px;}
.home-pro .msg::after{content:"";width:18px;height:10px;background-color:#fff;clip-path:polygon(0 0,100% 0,50% 100%);display:table;margin:25px auto 0 auto;}
.home-pro .img{height:240px;display:flex;justify-content:center;align-items:center;position:relative;margin-top:-50px;top:90px;}
.home-pro .img a img{transition:all .5s;}
.home-pro .img a:hover img{transform:scale(1.1);transition:all .5s;}

.home-pro .g-col-xl-4:hover{background-color:#2e3b7b;}

.home-solu{padding-bottom:120px;}
.home-solu .max-1660{max-width:1660px;display:flex;}
.home-solu .left{width:54.8%;}
.home-solu .right{width:37.4%;position:relative;left:-65px;margin-top:110px;}
.home-solu .t1{position:relative;}
.home-solu .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:10px;}
.home-solu .msg{margin-top:25px;}
.home-solu .tip{margin-top:60px;}
.home-solu .tip p{font-size:18px;line-height:40px;color:#666666;}
.home-solu .tip p span{color:#2e3b7b;font-weight:500;}
.home-solu .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp)no-repeat;display:inline-block;margin-right:25px;
position:relative;top:2px;}
.home-solu a{margin-top:45px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.home-solu a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.home-solu a:hover{text-decoration:underline;}

.home-solu .under{margin-top:85px;}
.home-solu .container-xl{display:flex;justify-content:space-between;position:relative;}
.home-solu .box{width:17.9%;text-align:center;}
.home-solu .box .img{text-align:left;}
.home-solu .title{font-size:28px;line-height:40px;margin-top:15px;}
.home-solu .box:nth-child(3) .title{text-align:end;}

.home-solu .swiper{padding:10px 0;}
.home-solu .under .swiper-slide{box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.home-solu .under .text{font-size:16px;line-height:32px;color:#666666;display:flex;justify-content:center;align-items:center;padding:15px 0;}

.home-solu .swiper-button-prev{width:59px;height:59px;top:40%;left:-15px;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.home-solu .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-solu-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.home-solu .swiper-button-next{width:59px;height:59px;top:40%;right:-15px;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.home-solu .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-solu-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;transform:rotate(180deg);}

@media (max-width:1500px) {
    .home-solu .swiper-button-prev{left:0;}
    .home-solu .swiper-button-next{right:0;}
}

.home-choose{padding:100px 0 60px 0;background-color:#f6f9fb;text-align:center;}
.home-choose .top{position:relative;}
.home-choose .top::before{content:"";width:296px;height:256px;background:url(../../images/home-pro-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:38%;top:-30px;}
.home-choose .t1{width:50%;margin:0 auto;position:relative;}
.home-choose .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:15px;}
.home-choose .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:15px;}
.home-choose .top .msg{width:55%;display:table;margin:25px auto 0 auto;}

.home-choose .grid{margin-top:50px;gap:var(--bs-gap,0);}
.home-choose .g-col-xl-4{padding:30px 35px 40px 35px;min-height:332px;}
.home-choose .img{width:98px;height:98px;margin:0 auto;display:flex;justify-content:center;align-items:center;border-radius:50%;}
.home-choose .img img:nth-child(2){display:none;}
.home-choose .title{font-size:20px;line-height:28px;margin-top:30px;}
.home-choose .msg{margin-top:20px;}

.home-choose .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 30px 1px rgba(0,0,0,.1);}
.home-choose .g-col-xl-4:hover .img{background-color:#2e3b7b;}
.home-choose .g-col-xl-4:hover .img img{display:none;}
.home-choose .g-col-xl-4:hover .img img:nth-child(2){display:block;}

.home-choose a{margin-top:50px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.home-choose a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.home-choose a:hover{text-decoration:underline;}

.home-about{margin-top:130px;}
.home-about .max-1660{width:1660px;position:relative;}
.home-about .left{width:69.1%;}
.home-about .right{width:46.1%;padding:100px 0 0 100px;background-color:rgba(255,255,255,.8);position:absolute;right:0;bottom:0;}
.home-about .t1{position:relative;}
.home-about .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:15px;}
.home-about .msg:nth-child(2){margin-top:30px;}
.home-about .tip{margin-top:75px;}
.home-about .tip  p{font-size:18px;line-height:28px;color:#666666;margin-bottom:20px;}
.home-about .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
margin-right:15px;position:relative;top:2px;}
.home-about .tip  p:last-child{margin-bottom:0;}

.home-about a{margin-top:65px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.home-about a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.home-about a:hover{text-decoration:underline;}

@media (max-width:1700px) {
    .home-about .max-1660{width:100%;}
}

.home-ship{margin-top:170px;position:relative;}
.home-ship .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.home-ship .box{width:37.9%;padding-left:40px;}
.home-ship .t1{letter-spacing:-1px;}
.home-ship .msg{margin-top:50px;}
.home-ship .msg span{color:#d22c2c;font-weight:500;}
.home-ship .icon{margin-top:85px;}

.home-faq{margin-top:150px;padding-bottom:220px;}
.home-faq .container-xl{display:flex;justify-content:space-between;}
.home-faq .left{width:54.3%;padding-left:30px;}

.home-faq .faq-item{padding:35px 0;border-bottom:1px solid #e9e9e9;}
.home-faq .faq-title{font-size:18px;line-height:28px;font-weight:500;color:#222222;position:relative;}
.home-faq .faq-title::before{content:"";width:15px;height:15px;background:url(../../images/home-faq-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:5px;}
.home-faq .faq-content{font-size:16px;line-height:28px;color:#666666;height:0;overflow:hidden;transition:all .5s;}
.home-faq .faq-item.active .faq-title::before{width:15px;height:3px;background:url(../../images/home-faq-icon2.webp)no-repeat;background-size:cover;
top:12px;}
.home-faq .faq-item.active .faq-content{margin-top:25px;height:auto;transition:all .5s;}

.home-faq .right{width:25.8%;}
.home-faq .t1{padding-left:40px;position:relative;}
.home-faq .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:12px;}
.home-faq .msg{margin-top:30px;}
.home-faq .box{padding:45px 30px;background-color:#f6f9fb;margin-top:55px;}
.home-faq .box a{display:block;}

.home-faq .box .a1{margin-top:65px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);display:inline-block;}
.home-faq .box .a1::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.home-faq .box .a1:hover{text-decoration:underline;}

.home-faq .pdf1{margin-top:35px;font-size:18px;line-height:28px;color:#666666;}
.home-faq .pdf1::before{content:"";width:20px;height:22px;background:url(../../images/home-faq-a-icon1.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:13px;position:relative;top:3px;}
.home-faq .pdf1:hover{color:#2e3b7b;}
.home-faq .pdf1:hover::before{background:url(../../images/home-faq-a-icon11.webp)no-repeat;}
.home-faq .video1{margin-top:25px;}
.home-faq .video1::before{content:"";width:22px;height:17px;background:url(../../images/home-faq-a-icon2.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:12px;position:relative;top:2px;}
.home-faq .video1:hover{color:#2e3b7b;}
.home-faq .video1:hover::before{background:url(../../images/home-faq-a-icon21.webp)no-repeat;}

.home-service{position:relative;}
.home-service .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.home-service .contain .container-xl{display:flex;justify-content:space-between;align-items:center;}
.home-service .left{width:41.1%;padding-left:30px;}
.home-service .t1{color:#fff;position:relative;}
.home-service .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-service-t1-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:12px;}
.home-service .msg{color:#fff;margin-top:30px;}
.home-service .tip{margin-top:50px;}
.home-service .tip p{font-size:18px;line-height:40px;color:#fff;margin-bottom:5px;}
.home-service .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-service-tip-icon.webp)no-repeat;
background-size:cover;display:inline-block;margin-right:15px;position:relative;top:2px;}
.home-service .tip p:last-child{margin-bottom:0;}

.home-service .right{width:36.9%;box-shadow:0 0 30px 1px rgba(0,0,0,.1);position:relative;}
.home-service .box{position:absolute;left:0;top:0;width:100%;height:100%;padding:65px 70px 0 60px;}
.home-service .form-row>[class*="col-"]{margin-bottom:20px;padding:0;}
.home-service .form-feedback .form-control{font-size:16px;line-height:26px;color:#333333;border-color:transparent;background-color:#f0f0f0;
padding:10px 15px 10px 30px;}
.home-service .form-feedback .form-control::placeholder{font-size:16px;line-height:28px;color:#333333;}
.home-service .col-md-12{position:relative;}
.home-service .form-row:nth-child(6) .col-md-12:nth-child(1)::before,.home-service .form-row:nth-child(6) .col-md-12:nth-child(2)::before,
.home-service .form-row:nth-child(6) .col-md-12:nth-child(3)::before,.home-service .form-row:nth-child(6) .col-md-12:nth-child(5)::before
{content:"";width:6px;height:16px;background:url(../../images/home-service-skip.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:15px;top:15px;}

.home-service .btn{margin:40px 0 0 auto;display:table;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.home-service .btn::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.home-service .btn:hover{text-decoration:underline;}

@media (max-width:1660px) {
    .home-service .msg{margin-top:0px;}
    .home-service .tip{margin-top:10px;}
}

.home-new{margin-top:240px;padding-bottom:180px;}
.home-new .t1{width:31%;margin:0 auto;position:relative;}
.home-new .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-45px;top:15px;}
.home-new .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-45px;top:15px;}

.home-new .grid{margin-top:95px;gap:var(--bs-gap,60px);}
.home-new .g-col-xl-4{background-color:#666666;padding:40px 30px;}
.home-new .date{font-size:14px;line-height:22px;color:#ffffff;}
.home-new .title{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;margin-top:30px;}
.home-new .last{margin-top:20px;}

.home-new .g-col-xl-4:hover{background-color:#2e3b7b;}
.home-new .title:hover{text-decoration:underline;}

footer{background:url(../../images/footer-bg.webp)no-repeat;background-size:cover;}
footer .top{padding:70px 0 25px 0;position:relative;}
footer .top::before{content:"";width:477px;height:417px;background:url(../../images/footer-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;z-index:-1;}
footer .top .container-xl{display:flex;justify-content:space-between;}
footer .box:nth-child(1){width:34.3%;}
footer .msg{margin-top:50px;color:#606064;}
footer .share1{color:#606064;margin-top:75px;margin-bottom:15px;}
footer .share{display:flex;align-items:center;}
footer .share .social,footer .share a{margin-right:18px;}

footer .title{font-size:18px;line-height:28px;font-weight:500;color:#666666;text-transform:uppercase;margin-top:10px;margin-bottom:35px;}
footer .box:nth-child(2){width:29.7%;}
footer .box:nth-child(2) a{font-size:16px;line-height:28px;color:#8a8b8b;margin-bottom:35px;padding-left:40px;position:relative;display:block;}
footer .box:nth-child(2) a::before{content:"";width:22px;height:8px;background:url(../../images/footer-box-a-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:7px;}
footer .box:nth-child(2) a:hover{text-decoration:underline;}
footer .box:nth-child(2) a:last-child{margin-bottom:0;}
footer .box:nth-child(3){width:17.9%;}
footer .box1{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;}
footer .box .icon{width:18px;display:flex;justify-content:center;margin-top:3px;}
footer .box .texts{width:86%;}
footer .box .text1{font-size:16px;line-height:28px;font-weight:500;color:#666666;margin-bottom:5px;}
footer .box .text2{font-size:16px;line-height:28px;color:#666666;}
footer .box .text2:hover{text-decoration:underline;}
footer .box1:last-child{margin-bottom:0;}

footer .under{padding:20px 0 25px 0;font-size:16px;line-height:28px;color:#666666;border-top:1px solid #d9dcdd;}

@media (max-width:768px) {
    .t1{font-size:18px;line-height:26px;}
    .msg{font-size:14px;line-height:22px;}
    .header .icon-whatsapp{color:#000;}

    .home-banner{margin-top:0;}
    .home-banner .banner-text{align-items:center;}
    .home-banner .left{width:100%;}
    .home-banner .t1{font-size:18px;line-height:26px;margin-top:0;}
    .home-banner .t1 span::before{display:none;}
    .home-banner .msg{font-size:14px;line-height:22px;margin-top:0;}
    .home-banner .btns,.home-banner .icon{display:none;}
    .home-banner .right{display:none;}

    .home-pro{margin-top:20px;padding-bottom:20px;}
    .home-pro .top::before{display:none;}
    .home-pro .sign div{width:100%;font-size:14px;line-height:22px;height:48px;}
    .home-pro .top .msg{width:100%;margin-top:5px;font-size:14px;line-height:22px;}
    .home-pro .msg::after{display:none;}
    .home-pro .center{flex-wrap:wrap;margin-top:15px;}
    .home-pro .center .box{width:48%;}
    .home-pro .box .num{font-size:18px;line-height:26px;justify-content:flex-start;}
    .home-pro .box .msg{font-size:14px;line-height:22px;margin-top:5px;width:100%;text-align:left;}
    .home-pro .box:nth-child(1) .num::before,.home-pro .box:nth-child(2) .num::before,.home-pro .box:nth-child(3) .num::before{margin-right:10px;}

    .home-pro .grid{margin-top:20px;gap:var(--bs-gap,25px);}
    .home-pro .title{font-size:18px;line-height:26px;}
    .home-pro .msg{font-size:14px;;line-height:22px;margin-top:10px;}
    .home-pro .img{position:static;margin-top:10px;height:225px;}

    .home-solu{padding-bottom:20px;}
    .home-solu .max-1660{max-width:100%;flex-wrap:wrap;padding:0 15px;}
    .home-solu .left{width:100%;}
    .home-solu .right{width:100%;left:0;margin-top:15px;}
    .home-solu .t1::before{display:none;}
    .home-solu .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-solu .tip{margin-top:10px;}
    .home-solu .tip p{font-size:14px;line-height:22px;}
    .home-solu .tip p::before{margin-right:10px;}
    .home-solu .under{margin-top:20px;}
    .home-solu .container-xl{flex-wrap:wrap;}
    .home-solu .box{width:40%;}
    .home-solu .box .img{height:125px;}
    .home-solu .title{font-size:18px;line-height:26px;margin-top:5px;}
    .home-solu a{font-size:16px;line-height:24px;margin-top:30px;padding:10px 35px 10px 40px;}

    .home-choose{padding:20px 0;}
    .home-choose .top::before{display:none;}
    .home-choose .t1{width:100%;}
    .home-choose .t1::before,.home-choose .t1::after{display:none;}
    .home-choose .top .msg{width:100%;margin-top:5px;}
    .home-choose .grid{margin-top:20px;}
    .home-choose .g-col-xl-4{padding:15px;}
    .home-choose .title{font-size:18px;line-height:26px;margin-top:10px;}
    .home-choose .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-choose a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;}

    .home-about{margin-top:20px;}
    .home-about .left{width:100%;}
    .home-about .right{position:static;width:100%;padding:10px 15px 0 15px;}
    .home-about .t1::before{display:none;}
    .home-about .msg:nth-child(2){margin-top:5px;}
    .home-about .tip{margin-top:15px;}
    .home-about .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .home-about a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;}
    
    .home-ship{margin-top:20px;padding-top:20px;padding-bottom:20px;background-color:#f6f9fb;}
    .home-ship .bg{display:none;}
    .home-ship .contain{position:static;}
    .home-ship .box{width:100%;padding-left:0;}
    .home-ship .msg{margin-top:10px;}
    .home-ship .icon{margin-top:20px;}

    .home-faq{margin-top:20px;padding-bottom:20px;}
    .home-faq .container-xl{flex-wrap:wrap;}
    .home-faq .left{width:100%;order:2;}
    .home-faq .right{width:100%;}
    .home-faq .t1{padding-left:0;}
    .home-faq .t1::before{display:none;}
    .home-faq .msg{margin-top:5px;}
    .home-faq .box{display:none;}
    .home-faq .faq-item{padding:15px 0;}
    .home-faq .faq-title{font-size:16px;line-height:24px;}
    .home-faq .faq-content{font-size:14px;line-height:22px;}
    .home-faq .faq-item.active .faq-content{margin-top:5px;}

    .home-service{padding:20px 0;background-color:#59628f;}
    .home-service .bg{display:none;}
    .home-service .contain{position:static;}
    .home-service .contain .container-xl{flex-wrap:wrap;}
    .home-service .left{width:100%;padding-left:0;}
    .home-service .msg{margin-top:10px;}
    .home-service .tip{margin-top:10px;}
    .home-service .tip p{font-size:14px;line-height:22px;}
    .home-service .tip p::before{margin-right:10px;}
    .home-service .right{width:100%;margin-top:20px;}
    .home-service .box{padding:10px 25px 0 25px;}
    .home-service .form-row>[class*="col-"]{margin-bottom:10px;}
    .home-service .form-feedback .form-control{padding:8px 15px 8px 30px;font-size:14px;line-height:22px;}
    .home-service .btn{font-size:16px;line-height:24px;margin-top:0;padding:10px 35px 10px 40px;}

    .home-new{margin-top:20px;padding-bottom:20px;}
    .home-new .t1{width:100%;text-align:center;}
    .home-new .t1::before,.home-new .t1::after{display:none;}
    .home-new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .home-new .g-col-xl-4{padding:25px;}
    .home-new .title{font-size:18px;line-height:26px;margin-top:10px;}
    .home-new .last{margin-top:10px;}

    footer .top{padding:30px 0 20px 0;}
    footer .top::before{display:none;}
    footer .top .container-xl{flex-wrap:wrap;}
    footer .box:nth-child(1),footer .box:nth-child(2),footer .box:nth-child(3){width:100%;}
    footer .box:nth-child(2),footer .box:nth-child(3){margin-top:10px;}
    footer .title{margin-top:0;margin-bottom:10px;}
    footer .msg{margin-top:15px;}
    footer .box:nth-child(2) a{font-size:14px;line-height:22px;margin-bottom:10px;padding-left:0px;display:block;}
    footer .box:nth-child(2) a::before{display:none;}
    footer .under{padding:10px 0;font-size:14px;line-height:22px;}
    footer .box1{margin-bottom:10px;}
    footer .box .texts{width:90%;}
    footer .box .text1,footer .box .text2{font-size:14px;line-height:22px;}
    footer .share1{margin-top:0;margin-bottom:10px;}
}   

.banner{margin-top:80px;}
.banner .banner-img img{width:100%;}
.banner .container-xl{position:relative;height:100%;display:flex;align-items:center;}
.banner .box{width:100%;}
.banner .msg{margin-top:20px;}
.banner .msg::after{content:"";width:22px;height:11px;background-color:#d22c2c;clip-path:polygon(0 0 ,100% 00,50% 100%);display:block;margin:25px auto 0 auto;}

.banner .breadcrumb{position:absolute;left:15px;bottom:25px;}
.banner .breadcrumb-item{display:flex;align-items:center;}
.banner .breadcrumb-item a,.banner .breadcrumb-item+.breadcrumb-item a{font-size:16px;line-height:24px;color:#666666;}
.banner .breadcrumb-item a:hover{text-decoration:underline;}
.banner .breadcrumb-item+.breadcrumb-item{padding-left:5px;}
.banner .breadcrumb-item+.breadcrumb-item::before{content:"";width:8px;height:8px;background:url(../../images/breadcrumb-item-icon.webp)no-repeat;
background-size:cover;margin-right:5px;}

@media (max-width:768px) {
    .banner{background-color:#f6f9fb;margin-top:0;}
    .banner .banner-img{display:none;}
    .banner .banner-text{position:static;padding:20px 0 5px 0;}
    .banner .container-xl{height:100%;display:block;}
    .banner .msg{margin-top:0;}
    .banner .msg::after{display:none;}

    .banner .breadcrumb{position:static;margin-top:15px;}
    .banner .breadcrumb-item a, .banner .breadcrumb-item+.breadcrumb-item a{font-size:14px;line-height:22px;}
}

.new{margin-top:70px;padding-bottom:90px;}
.new .items{display:flex;border-bottom:2px solid #cccccc;}
.new .item{padding:15px 25px;background-color:#f0f0f0;font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-right:40px;
border-top-left-radius:20px;border-top-right-radius:20px;width:190px;display:flex;justify-content:center;align-items:center;}
.new .item.active{background-color:#2e3b7b;color:#fff;}
.new .item:hover{background-color:#2e3b7b;color:#fff;}
.new .item:last-child{margin-right:0;}

.new .grid{margin-top:80px;gap:var(--bs-gap,45px);}
.new .g-col-xl-4{padding:25px;background-color:#f3f3f3;}
.new .title{margin-top:30px;font-size:20px;line-height:28px;color:#333333;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new .title:hover{color:var(--public-color);text-decoration:underline;}
.new .msg{margin-top:10px;}
.new .date{font-size:16px;line-height:24px;color:#999999;margin-top:20px;}
.new .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 30px 1px rgba(0,0,0,.1);}

.cert{margin-top:90px;padding-bottom:130px;}
.cert .grid{gap:var(--bs-gap,30px);}
.cert .g-col-xl-3{padding:20px 20px 30px 20px;background-color:#f3f3f3;}
.cert .title{margin-top:30px;text-align:center;font-size:20px;line-height:28px;color:#333333;}
.cert .g-col-xl-3:hover{background-color:#fff;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}

.video{margin-top:70px;padding-bottom:70px;}
.video .grid{gap:var(--bs-gap,65px);}
.video .g-col-xl-4{padding:25px;background-color:#f3f3f3;}
.video .img{position:relative;}
.video .video-btn{position:absolute;left:15px;bottom:15px   ;}
.video .title{font-size:20px;line-height:28px;color:#333333;margin-top:25px;}
.video .title:hover{color:var(--public-color);text-decoration:underline;}
.video .date{font-size:16px;line-height:24px;color:#999999;margin-top:25px;}
.video .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 30px 1px rgba(0,0,0,.1);}

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:20px;}
    .new .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .new .title{font-size:18px;line-height:26px;margin-top:15px;}

    .cert{margin-top:20px;padding-bottom:20px;}
    .cert .grid{margin-top:0;gap:var(--bs-gap,10px);}
    .cert .g-col-xl-3{padding:10px;}
    .cert .img a{display:block;}
    .cert .img a img{width:100%;}
    .cert .title{font-size:18px;line-height:26px;margin-top:10px;}

    .video{margin-top:20px;padding-bottom:20px;}
    .video .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .video .g-col-xl-4{padding:15px;}
    .video .title{font-size:18px;line-height:26px;margin-top:15px;}
    .video .date{margin-top:10px;font-size:14px;line-height:22px;}

}

.contact{margin-top:90px;}
.contact .grid{gap:var(--bs-gap,60px);}
.contact .g-col-xl-3{padding-right:30px;border-right:2px solid #efefef;}
.contact .texts{display:flex;align-items:center;margin-bottom:15px;}
.contact .icon{margin-right:15px;}
.contact .title{font-size:20px;line-height:28px;color:#333333;font-weight:500;}
.contact a,.contact .text{font-size:20px;line-height:32px;color:#666666;}
.contact a:hover{color:var(--public-color);}
.contact .g-col-xl-3:last-child{border-color:transparent;}

.warry{position:relative;margin-top:200px;margin-bottom:260px;}
.warry .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.warry .contain .container-xl{display:flex;justify-content:space-between;align-items:center;}
.warry .left{width:50%;}
.warry .tip p{font-size:20px;line-height:28px;color:#666666;margin-bottom:75px;}
.warry .tip p span{color:#2e3b7b;font-weight:500;}
.warry .tip p::before{content:"";width:29px;height:29px;background:url(../../images/warry-icon.webp)no-repeat;background-size:cover;
display:inline-block;position:relative;top:6px;margin-right:20px;}
.warry .left{width:50%;}
.warry .tip p:last-child{margin-bottom:0;}

.warry .right{width:36.9%;box-shadow:0 0 30px 1px rgba(0,0,0,.1);position:relative;}
.warry .box{position:absolute;left:0;top:0;width:100%;height:100%;padding:65px 70px 0 60px;}
.warry .form-row>[class*="col-"]{margin-bottom:20px;padding:0;}
.warry .form-feedback .form-control{font-size:16px;line-height:26px;color:#333333;border-color:transparent;background-color:#f0f0f0;
padding:10px 15px 10px 30px;}
.warry .form-feedback .form-control::placeholder{font-size:16px;line-height:28px;color:#333333;}
.warry .col-md-12{position:relative;}
.warry .form-row:nth-child(6) .col-md-12:nth-child(1)::before,.warry .form-row:nth-child(6) .col-md-12:nth-child(2)::before,
.warry .form-row:nth-child(6) .col-md-12:nth-child(3)::before,.warry .form-row:nth-child(6) .col-md-12:nth-child(5)::before
{content:"";width:6px;height:16px;background:url(../../images/home-service-skip.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:15px;top:15px;}

.warry .btn{margin:40px 0 0 auto;display:table;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.warry .btn::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.warry .btn:hover{text-decoration:underline;}

@media (max-width:768px){
    .contact{margin-top:20px;}
    .contact .grid{gap:var(--bs-gap,20px);}
    .contact .icon{margin-right:10px;}
    .contact .title{font-size:18px;line-height:26px;}
    .contact a, .contact .text{font-size:16px;line-height:24px;}

    .warry{background-color:#f6f9fb;margin-top:20px;padding:20px 0;margin-bottom:0;}
    .warry .bg{display:none;}
    .warry .contain{position:static;}
    .warry .contain .container-xl{flex-wrap:wrap;}
    .warry .left{width:100%;}
    .warry .tip p{font-size:18px;line-height:26px;margin-bottom:15px;}
    .warry .tip p::before{width:20px;height:20px;margin-right:10px;top:2px;}
    .warry .right{width:100%;margin-top:20px;}
    .warry .box{padding:30px 25px 0 25px;}
    .warry .form-row>[class*="col-"]{margin-bottom:10px;}
    .warry .form-feedback .form-control{line-height:24px;padding:8px 15px 8px 30px;}
    .warry .btn{font-size:16px;line-height:24px;margin-top:10px;padding:10px 35px 10px 40px;}
}

.faq{margin-top:100px;padding-bottom:100px;}
.faq .container-xl{display:flex;justify-content:space-between;}
.faq .left{width:24%;}
.faq .item{font-size:24px;line-height:32px;color:#666666;font-style:italic;background-color:#f3f3f3;width:100%;
padding:34px 50px 34px 40px;display:flex;justify-content:space-between;align-items:center;}
.faq .item:hover{background-color:#2e3b7b;color:#fff;}
.faq .item:hover::after{content:"";width:19px;height:7px;background:url(../../images/faq-item-icon.webp)no-repeat;background-size:cover;display:block;}
.faq .item.active{background-color:#2e3b7b;color:#fff;}
.faq .item.active::after{content:"";width:19px;height:7px;background:url(../../images/faq-item-icon.webp)no-repeat;background-size:cover;display:block;}

.faq .right{width:52.2%;}
.faq .faq-item{padding:35px 0;border-bottom:1px solid #e9e9e9;}
.faq .faq-title{font-size:18px;line-height:30px;font-weight:500;color:#222222;position:relative;}
.faq .faq-title::before{content:"";width:15px;height:15px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-30px;top:7px;}
.faq .faq-content{font-size:16px;line-height:30px;color:#666666;height:0;overflow:hidden;}
.faq .faq-item.active .faq-title::before{content:"";width:15px;height:3px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;top:12px;}
.faq .faq-item.active .faq-content{margin-top:25px;height:auto;transition:all .5s;}

@media (max-width:768px){
    .faq{margin-top:20px;padding-bottom:20px;}
    .faq .right{width:100%;}
    .faq .faq-item{padding:15px 0;}
    .faq .faq-title{line-height:26px;padding-left:30px;}
    .faq .faq-title::before{left:0;top:4px;}
    .faq .faq-item .faq-content{font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{margin-top:10px;}
    .faq .faq-item.active .faq-title::before{top:11px;}
}

.bread{margin-top:100px;}
.bread .breadcrumb-item{display:flex;align-items:center;}
.bread .breadcrumb-item a,.bread .breadcrumb-item+.breadcrumb-item a{font-size:16px;line-height:24px;color:#666666;}
.bread .breadcrumb-item a:hover{text-decoration:underline;}
.bread .breadcrumb-item+.breadcrumb-item{padding-left:5px;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:"";width:8px;height:8px;background:url(../../images/breadcrumb-item-icon.webp)no-repeat;
background-size:cover;margin-right:5px;}

@media (max-width:768px) {
    .bread{margin-top:10px;}
    .bread .breadcrumb-item a, .bread .breadcrumb-item+.breadcrumb-item a{font-size:14px;line-height:22px;}
}

.new-cont{margin-top:50px;}
.max-1630{max-width:1630px;}
.new-cont .all-box{padding-bottom:180px;display:flex;justify-content:space-between;}
.new-cont .left{width:20%;}
.new-cont .table-box{position:sticky;top:100px;}

.new-cont .table-title{font-size:28px;line-height:40px;font-weight:500;color:#333333;padding:14px 0 14px 25px;background-color:#f8f8f8;}
.new-cont .table-title::before{content:"";width:11px;height:22px;background:url(../../images/table-title-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;}
.new-cont .table-of-content-list{margin-top:40px;}
.new-cont .table-text{padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.new-cont .table-text a{font-size:22px;line-height:32px;font-weight:500;color:#333333;}
.new-cont .sub-list{margin-top:30px;}
.new-cont .sub-list a{font-size:18px;line-height:32px;color:#666666;margin-bottom:20px;}
.new-cont .sub-list a:hover{color:#1a4a92;text-decoration:underline;}

.new-cont .right{width:76.9%;display:flex;justify-content:space-between;}
.new-cont .box-left{width:66.2%;}

.new-cont .t1{font-size:36px;line-height:48px;color:#333333;}
.new-cont .box{display:flex;align-items:center;margin-top:50px;}
.new-cont .box div{font-size:16px;line-height:32px;color:#999999;font-weight:600;}
.new-cont .box div:nth-child(1){margin-right:40px;color:#999999;}
.new-cont .box div:nth-child(2){text-transform:uppercase;}
.new-cont .center{margin-top:30px;padding:40px 0;border-top:1px solid #e5e5e5;}
.new-cont .center p{font-size:16px;line-height:30px;color:#666666;}

.new-cont .box-right{width:27.3%;}
.new-cont .doublebox{padding:20px 30px 50px 30px;background-color:#f8f8f8;}
.new-cont .doublebox .title{font-size:28px;line-height:40px;color:#333333;font-weight:500;}
.new-cont .doublebox .title::before{content:"";width:11px;height:22px;background:url(../../images/table-title-icon.webp) no-repeat;background-size:cover;
display:inline-block;margin-right:15px;}
.new-cont .doublebox a{display:block;}
.new-cont .doublebox .contactbtn{display:table;margin-top:45px;padding:13px 15px 13px 20px;text-align:center;background-color:#2e3b7b;font-size:16px;line-height:24px;color:#fff;text-transform:uppercase;}
.new-cont .doublebox .contactbtn::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp) no-repeat;
background-size:cover;display:inline-block;margin-left:10px;position:relative;top:-4px;}
.new-cont .contactbtn:hover{text-decoration:underline;}

.new-cont .downbtn{margin-top:40px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .downbtn::before{content:"";width:20px;height:22px;background:url(../../images/downbtn-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:25px;position:relative;top:3px;}
.new-cont .faqbtn{margin-top:20px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .faqbtn::before{content:"";width:26px;height:26px;background:url(../../images/faqbtn-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:25px;position:relative;top:5px;}
.new-cont .videobtn{margin-top:20px;font-size:18px;line-height:26px;color:#666666;}
.new-cont .videobtn::before{content:"";width:26px;height:20px;background:url(../../images/videobtn-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:25px;position:relative;top:3px;}

.new-cont .downbtn:hover{color:#1a4a92;}
.new-cont .faqbtn:hover{color:#1a4a92;}
.new-cont .videobtn:hover{color:#1a4a92;}

.new-cont .downbtn:hover::before{background:url(../../images/downbtn-icon1.webp)no-repeat;}
.new-cont .faqbtn:hover::before{background:url(../../images/faqbtn-icon1.webp)no-repeat;}
.new-cont .videobtn:hover::before{background:url(../../images/videobtn-icon1.webp)no-repeat;}
.new-cont .doublebox:nth-child(1){margin-bottom:40px}

.new-cont .doublebox:nth-child(2){padding:25px 30px 0px 30px;}
.new-cont .new-box{padding:30px 0;border-bottom:1px solid #dddddd;}
.new-cont .new-box p{display:inline-block;}
.new-cont .new-box p:nth-child(2){font-size:16px;line-height:30px;color:#999999;margin-top:20px;}
.new-cont .new-box .title1{font-size:22px;line-height:32px;color:#333333;margin-top:10px;font-weight:400;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new-cont .new-box .title1:hover{color:var(--public-color);text-decoration:underline;}
.new-cont .new-box .last1{margin-top:25px;}

.hs1{margin-top:210px;margin-bottom:260px;}

.hot-pro{padding-bottom:230px;;}
.hot-pro .t1{text-align:center;width:22%;margin:0 auto;position:relative;}
.hot-pro .t1::before{content:"";width:18px;height:31px;background: url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-45px;top:15px;}
.hot-pro .t1::after{content:"";width:18px;height:31px;background: url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-45px;top:15px;}

.hot-pro .grid{margin-top:100px;gap:var(--bs-gap,65px);}
.hot-pro .g-col-xl-4{background-color:#666666;padding:30px 40px 0 40px;}
.hot-pro .g-col-xl-4:hover{background-color:#2e3b7b;}
.hot-pro .title{font-size:20px;line-height:28px;font-weight:500;color:#fefefe;text-align:center;}
.hot-pro .img{margin-top:-40px;position:relative;top:80px;}
.hot-pro .img a img{transition:all .5s}
.hot-pro .img a:hover img{transform:scale(1.1);transition:all .5s;}

@media (max-width:1660px) {
    .hot-pro .grid{gap:var(--bs-gap,40px);}
}
@media (max-width:768px) {
    .new-cont{margin-top:10px;}
    .new-cont .left{display:none;}
    .new-cont .right{width:100%;display:block;}
    .new-cont .box-left{width:100%;}
    .new-cont .t1{font-size:18px;line-height:26px;}
    .new-cont .box{margin-top:10px;}
    .new-cont .box div{font-size:14px;line-height:22px;}
    .new-cont .center{margin-top:10px;padding:15px 0;}

    .new-cont .box-right{width:100%;}
    .new-cont .doublebox{padding:20px;}
    .new-cont .doublebox:nth-child(1){margin-bottom:15px;}
    .new-cont .doublebox .title{font-size:18px;line-height:26px;}
    .new-cont .doublebox .title::before{display:none;}
    .new-cont .downbtn,.new-cont .faqbtn,.new-cont .videobtn{margin-top:10px;font-size:16px;line-height:24px;}
    .new-cont .doublebox .contactbtn{margin-top:20px;}
    .new-cont .new-box{padding:15px 0;}
    .new-cont .new-box .title1{font-size:16px;line-height:24px;margin-top:0;}
    .new-cont .new-box p:nth-child(2){font-size:14px;line-height:22px;margin-top:10px;}
    .new-cont .all-box{padding-bottom:0;}

    .hs1{margin-top:20px;margin-bottom:20px;}

    .hot-pro{padding-bottom:20px;}
    .hot-pro .t1{width:100%;}
    .hot-pro .t1::before,.hot-pro .t1::after{display:none;}
    .hot-pro .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .hot-pro .g-col-xl-4{padding:25px;}
    .hot-pro .title{font-size:18px;line-height:26px;}
    .hot-pro .img{position:static;margin-top:10px;}
}

.max-1350{max-width:1350px;}
.seam{margin-top:80px;}
.seam .grid{gap:var(--bs-gap,60px);}
.seam .g-col-xl-4{display:flex;justify-content:space-between;align-items:center;}
.seam .img{width:82px;display:flex;justify-content:center;}
.seam .texts{width:71%;}
.seam .title{font-size:24px;line-height:32px;font-weight:500;color:#2e3b7b;}
.seam .msg{font-size:18px;line-height:26px;color:#666666;margin-top:10px;}

.service{margin-top:160px;padding-bottom:160px;}
.service .box{display:flex;justify-content:space-between;margin-bottom:110px;}
.service .left{width:44.9%;}
.service .left img{border-radius:5px;}
.service .right{width:43.6%;padding-top:60px;}
.service .t1{position:relative;}
.service .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:10px;}
.service .msg{margin-top:35px;}
.service .msg span{color:#2e3b7b;font-weight:500;}
.service .tip{margin-top:45px;}
.service .tip p{font-size:18px;line-height:26px;color:#666666;margin-bottom:30px;}
.service .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
margin-right:15px;position:relative;top:2px;}

.service .box:last-child{margin-bottom:0;}
.service .box:nth-child(odd) .right{padding-left:30px;order:-1;}

@media (max-width:768px) {
    .seam{margin-top:20px;}
    .seam .grid{gap:var(--bs-gap,15px);}
    .seam .title{font-size:18px;line-height:26px;}
    .seam .msg{font-size:14px;line-height:22px;margin-top:0;}

    .service{margin-top:30px;padding-bottom:20px;}
    .service .box{display:block;margin-bottom:20px;}
    .service .left{width:100%;}
    .service .right{width:100%;padding:0;}
    .service .box:nth-child(odd) .right{padding-left:0;padding-top:0;}
    .service .t1{margin-top:20px;}
    .service .t1::before{display:none;}
    .service .msg{margin-top:5px;}
    .service .tip{margin-top:10px;}
    .service .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}
}

.qua-banner .msg{width:58%;margin:20px auto 0 auto;}

.cutt{margin-top:150px;}
.cutt .box{display:flex;justify-content:space-between;align-items:center;}
.cutt .left{width:44.9%;}
.cutt .left img{border-radius:5px;}
.cutt .right{width:39.3%;}
.cutt .t1{position:relative;}
.cutt .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:10px;}
.cutt .box .msg{margin-top:30px;}
.cutt .grid{margin-top:90px;gap:var(--bs-gap,80px);}
.cutt .g-col-xl-4 img{border-radius:10px;}
.cutt .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;text-align:center;margin-top:40px;}
.cutt .g-col-xl-4 .msg{text-align:center;margin-top:20px;}

.duc{margin-top:150px;padding-bottom:140px;}
.duc .container-xl{display:flex;justify-content:space-between;align-items:center;}
.duc .left{width:39.1%;order:2;}
.duc .left img{border-radius:5px;}
.duc .right{width:55%;}
.duc .t1{padding-left:30px;position:relative;}
.duc .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:0px;top:12px;}
.duc .msg{padding-left:30px;width:72%;margin-top:25px;}
.duc .grid{margin-top:95px;gap:var(--bs-gap,70px);}
.duc .g-col-xl-6 img{border-radius:15px;}
.duc .title{text-align:center;margin-top:30px;font-size:20px;line-height:28px;font-weight:500;color:#333333;}
.duc .text{font-size:16px;line-height:24px;color:#999999;text-align:center;margin-top:25px;}

.ported{position:relative;}
.ported .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.ported .t1{width:39%;margin:0 auto;text-align:center;position:relative;}
.ported .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}
.ported .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-40px;top:12px;}
.ported .msg{width:63%;text-align:center;margin:25px auto 0 auto;}
.ported .boxs{display:flex;justify-content:space-between;align-items:center;margin-top:55px;}
.ported .box{width:14.7%;}
.ported .box:nth-child(5){width: 17.4%;}

.oning{margin-top:100px;}
.oning .container-xl{display:flex;justify-content:space-between;}
.oning .left{width:47.9%;}
.oning .left img{border-radius:5px;}
.oning .right{width:38.6%;padding-top:90px;}
.oning .t1{position:relative;}
.oning .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}
.oning .msg{margin-top:40px;}

.rd{margin-top:150px;padding-bottom:180px;text-align:center;}
.rd .t1{width:22%;margin:0 auto;position:relative;}
.rd .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}
.rd .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-40px;top:12px;}
.rd .msg{width:68%;margin:30px auto 0 auto;}
.rd .boxs{margin-top:50px;position:relative;}
.rd .box{width:79.3%;margin:0 auto;}
.rd .swiper-button-prev{width:30px;height:54px;left:0;}
.rd .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/rd-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.rd .swiper-button-next{width:30px;height:54px;right:0;}
.rd .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/rd-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

@media (max-width:1600px) {
    .duc .grid{gap:var(--bs-gap,30px);}
}
@media (max-width:768px) {
    .cutt{margin-top:20px;}
    .cutt .box{flex-wrap:wrap;}
    .cutt .left{width:100%;}
    .cutt .right{width:100%;margin-top:10px;}
    .cutt .box .msg{margin-top:5px;}

    .cutt .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .cutt .title{font-size:18px;line-height:26px;margin-top:10px;}
    .cutt .g-col-xl-4 .msg{margin-top:5px;}

    .duc{margin-top:20px;padding-bottom:20px;}
    .duc .container-xl{display:block;}
    .duc .left{width:100%;}
    .duc .right{width:100%;}
    .duc .t1{padding-left:0;margin-top:10px;}
    .duc .t1::before{display:none;}
    .duc .msg{width:100%;padding-left:0;margin-top:5px;}
    .duc .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .duc .title{font-size:18px;line-height:26px;margin-top:10px;}
    .duc .text{font-size:14px;line-height:22px;margin-top:5px;}

    .ported{background-color:#f6f9fb;padding:15px 0;}
    .ported .bg{display:none;}
    .ported .contain{position:static;}
    .ported .t1{width:100%;}
    .ported .t1::before,.ported .t1::after{display:none;}
    .ported .msg{width:100%;margin-top:5px;}
    .ported .boxs{margin-top:10px;flex-wrap:wrap;}
    .ported .box{width:30%;}
    .ported .box:nth-child(4),.ported .box:nth-child(5),.ported .box:nth-child(6){margin-top:10px;}

    .oning{margin-top:20px;}
    .oning .container-xl{flex-wrap:wrap;}
    .oning .left{width:100%;}
    .oning .right{width:100%;padding-top:10px;}
    .oning .msg{margin-top:5px;}

    .rd{margin-top:20px;padding-bottom:20px;}
    .rd .t1{width:100%;}
    .rd .t1::before,.rd .t1::after{display:none;}
    .rd .msg{width:100%;margin:5px auto 0 auto;}
}

.probanner .banner-text{align-items:flex-start;top:130px;}
.probanner .container-xl{height:auto;}
.probanner .t1{font-size:48px;line-height:62px;color:#fff;}
.probanner .t1::after{content:"";width:18px;height:9px;background-color:#fff;clip-path:polygon(0 0,100% 0,50% 100%);display:block;margin:30px auto 0 auto;}
.probanner .breadcrumb{position:static;}
.probanner .breadcrumb-item a,.probanner .breadcrumb-item+.breadcrumb-item a{color:#fff;}
.probanner .breadcrumb{margin-top:30px;}

@media (max-width:1919px) {
    .probanner .banner-text{top:0;align-items:center;}
}
@media (max-width:768px) {
    .probanner .banner-img{display:block;}
    .probanner .banner-text{position:absolute;top:auto;}
    .probanner .t1{font-size:18px;line-height:26px;}
    .probanner .t1::after{display:none;}
    .probanner .breadcrumb{margin-top:5px;}
}

.max-1610{max-width:1610px;}
.proindex{margin-top:-200px;position:relative;z-index:100;}
.proindex .contain{padding:70px 0 160px 0;background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px;}
.proindex .box{display:flex;justify-content:space-between;}
.proindex .left{width:50%;}
.proindex .imgs{width:60%;margin:10px auto 0 auto;display:flex;justify-content:space-between;}
.proindex .img{width:45.8%;}
.proindex .right{width:46.1%;}
.proindex .t1{position:relative;}
.proindex .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-30px;top:12px;}
.proindex .t1:hover{text-decoration:underline;color:#333;}
.proindex .msg{margin-top:40px}
.proindex .tip{margin-top:65px;}
.proindex .tip p{font-size:18px;line-height:28px;color:#666666;margin-bottom:30px;}
.proindex .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
margin-right:15px;position:relative;top:2px;}
.proindex .tip p:last-child{margin-bottom:0;}

.proindex .box:nth-child(1){margin-bottom:200px;}
.proindex .box:nth-child(2){margin-bottom:250px;}
.proindex .box:nth-child(1) .right{padding-top:90px;}
.proindex .box:nth-child(2) .left{order:2;}
.proindex .box:nth-child(2) .right{padding-left:40px;padding-top:20px;width:42.9%;}
.proindex .box:nth-child(2) .tip{margin-top:40px;}
.proindex .box:nth-child(3) .right{padding-top:60px;}

.prolist-app{margin-top:-200px;position:relative;z-index:100;text-align:center;}
.prolist-app .contain{padding:60px 0 160px 0;background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px;}
.prolist-app .t1{width:24%;margin:0 auto;position:relative;}
.prolist-app .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-75px;top:12px;}
.prolist-app .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-75px;top:12px;}
.prolist-app .msg{width:52%;margin:30px auto 0 auto;}

.prolist-app .grid{margin-top:110px;gap:var(--bs-gap,80px);}
.prolist-app .g-col-xl-4{background-color:#fff;border-radius:15px;box-shadow:0 0 20px 1px rgba(0,0,0,.1);padding-bottom:25px;}
.prolist-app .img{height:230px;display:flex;align-items:center;justify-content:center;}
.prolist-app .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:5px;}

.prolist-app .g-col-xl-4:last-child{display:flex;align-items:center;padding-bottom:0;background:#2e3b7b;}
.prolist-app .g-col-xl-4:last-child .title{font-size:24px;line-height:32px;color:#fff;}
.prolist-app .g-col-xl-4:last-child .text{font-size:18px;line-height:26px;margin-top:20px;color:#fff;}

.prolist-app .g-col-xl-4:last-child a{margin-top:20px;font-size:20px;line-height:28px;font-weight:500;color:#2e3b7b;background-color:#fff;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.prolist-app .g-col-xl-4:last-child a::after{content:"";width:19px;height:7px;background:url(../../images/dve-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.prolist-app .g-col-xl-4:last-child a:hover{text-decoration:underline;}


.icat{position:relative;}
.icat .contain{position:absolute;left:0;top:60px;width:100%;height:100%;}
.icat .t1{color:#fff;width:36%;margin:0 auto;position:relative;text-align:center;}
.icat .t1::before{content:"";width:18px;height:31px;background:url(../../images/icat-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-60px;top:13px;}
.icat .t1::after{content:"";width:18px;height:31px;background:url(../../images/icat-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:-60px;top:13px;}
.icat .boxs{position:relative;margin-top:70px;}
.icat .box{width:94.3%;margin:0 auto;}
.icat .title{font-size:28px;line-height:40px;text-align:center;color:#ffffff;}
.icat .img{margin-top:35px;height:220px;display:flex;align-items:center;justify-content:center;}
.icat .img a img{transition:all .5s;}
.icat .img a:hover img{transform:scale(1.1);transition:all .5s;}
.icat .swiper-button-prev{width:30px;height:54px;}
.icat .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/icat-icon.webp)no-repeat;
background-size:cover;display:block;}
.icat .swiper-button-next{width:30px;height:54px;}
.icat .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/icat-icon.webp)no-repeat;
background-size:cover;display:block;transform:rotate(180deg);}

@media (max-width:1660px) {
    .icat .boxs{margin-top:0;}
    .icat .img{margin-top:0;}
}

.pag{margin-top:220px;padding-bottom:180px;}
.pag .t1{width:26%;margin:0 auto;position:relative;}
.pag .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-60px;top:12px;}
.pag .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-60px;top:12px;}
.pag .msg{width:41%;text-align:center;margin:35px auto 0 auto;}
.pag .grid{margin-top:60px;gap:var(--bs-gap,85px);}
.pag .g-col-xl-4{border-radius:10px;overflow:hidden;box-shadow:0 0 30px 1px rgba(0,0,0,.1);}
.pag img{width:100%;}
.pag .box{background-color:#f6f9fb;padding:10px 15px;text-align:center;}
.pag .title{width:100%;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:28px;color:#333333;position:relative;}
.pag .title::after{content:"";width:100%;height:1px;background-color:rgba(0, 0, 0, .2);display:block;position:absolute;left:0;bottom:-10px;}
.pag .text{font-size:16px;line-height:24px;color:#666;margin-top:20px;}
.pag .g-col-xl-4:hover .box{color:#fff;background-color:#2e3b7b;}
.pag .g-col-xl-4:hover .box .title{color:#fff;}
.pag .g-col-xl-4:hover .title::after{background-color:#fff;}
.pag .g-col-xl-4:hover .text{color:#fff;}

.faq1{margin-top:200px;padding-bottom:100px;}
.faq1 .container-xl{display:flex;justify-content:space-between;}
.faq1 .left{width:41.5%;padding-left:40px;padding-top:75px;}
.faq1 .t1{position:relative;}
.faq1 .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}
.faq1 .msg{margin-top:35px;width:66%;}
.faq1 a{margin-top:80px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.faq1 a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.faq1 a:hover{text-decoration:underline;}

.faq1 .right{width:52.2%;}
.faq1 .faq-item{padding:30px 0;border-bottom:1px solid #e9e9e9;}
.faq1 .faq-title{font-size:18px;line-height:28px;font-weight:500;color:#222222;position:relative;}
.faq1 .faq-title::before{content:"";width:15px;height:15px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-30px;top:5px;}
.faq1 .faq-content{font-size:16px;line-height:30px;color:#666666;height:0;overflow:hidden;}

.faq1 .faq-item.active .faq-title::before{content:"";width:15px;height:3px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;top:12px;}
.faq1 .faq-item.active .faq-content{margin-top:20px;height:auto;transition:all .5s;}

.about{margin-top:-200px;position:relative;z-index:100;}
.about .contain{padding:60px 0 0 0;background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px;}
.about .box{position:relative;}
.about .left{width:58.9%;}
.about .right{width:55.8%;position:absolute;right:0;bottom:0;background-color:rgba(255,255,255,.9);padding:85px 0 125px 100px;}
.about .title{font-size:20px;line-height:28px;font-weight:500;color:#d22c2c;}
.about .t1{margin-top:15px;}
.about .t1 span{color:#2e3b7b;}
.about .msg{color:#666666;}
.about .msg span{color:#2e3b7b;font-weight:500;}
.about .msg:nth-child(3){margin-top:40px;}
.about .msg:nth-child(4){margin-top:25px;}
@media (max-width:1919px) {
    .proindex{margin-top:-60px;}
    .prolist-app{margin-top:-60px;}
    .about{margin-top:-60px;}
}
@media (max-width:768px) {
    .proindex{margin-top:20px;}
    .proindex .contain{padding:0;}
    .proindex .contain .container-xl{padding:0;}
    .proindex .imgs{width:100%;}
    .proindex .img{width:48%;}
    .proindex .box:nth-child(1) .right{padding-top:0;}
    .proindex .t1::before{display:none;}
    .proindex .msg{margin-top:5px;}
    .proindex .tip{margin-top:10px;}
    .proindex .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}
    .proindex .box:nth-child(1),.proindex .box:nth-child(2){margin-bottom:20px;}
    .proindex .box:nth-child(2) .right{padding-left:0;padding-top:0;}
    .proindex .box:nth-child(2) .tip{margin-top:10px;}
    .proindex .box:nth-child(3) .right{padding-top:0;}

    .prolist-app{margin-top:0;}
    .prolist-app .contain{padding:15px 0;}
    .prolist-app .contain .container-xl{padding:0;}
    .prolist-app .t1{width:100%;}
    .prolist-app .t1::before,.prolist-app .t1::after{display:none;}
    .prolist-app .msg{width:100%;margin-top:5px;}
    .prolist-app .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .prolist-app .title{font-size:18px;line-height:26px;}

    .icat{margin-top:20px;}
    .icat .bg{display:none;}
    .icat .contain{position:static;}
    .icat .t1{color:#333;width:100%;text-align:center;}
    .icat .boxs{margin-top:20px;}
    .icat .title{font-size:16px;line-height:24px;color:#333;}
    .icat .img{margin-top:10px;}

    .pag{margin-top:30px;padding-bottom:30px;}
    .pag .t1{width:100%;text-align:center;}
    .pag .msg{margin-top:5px;width:100%;}
    .pag .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .pag .title{height:auto;font-size:18px;line-height:26px;}

    .faq1{margin-top:20px;padding-bottom:20px;}
    .faq1 .left{padding-left:0;padding-top:0;}
    .faq1 .t1::before{display:none;}
    .faq1 .msg{width:100%;margin-top:5px;}
    .faq1 a{font-size:16px;line-height:24px;margin-top:10px;padding:10px 35px 10px 40px;}

    .faq1 .faq-item{padding:10px 0;}
    .faq1 .faq-title{padding-left:30px;line-height:26px;}
    .faq1 .faq-title::before{left:0;}
    .faq1 .faq-item .faq-content{font-size:14px;line-height:22px;}
    .faq1 .faq-item.active .faq-content{margin-top:5px;}
}

.capa{margin-top:120px;}
.capa .container-xl{display:flex;justify-content:space-between;}
.capa .left{width:40.9%;order:2;}
.capa .right{width:47.2%;padding-top:75px;}
.capa .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:inline-block;position:relative;top:0px;margin-right:15px;}
.capa .tips{padding-left:60px;margin-top:90px;}
.capa .tip{margin-bottom:50px;}
.capa .tip:last-child{margin-bottom:0;}
.capa .title{font-size:18px;line-height:26px;font-weight:500;color:#666666;position:relative;}
.capa .title::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
position:absolute;left:-35px;top:3px;}
.capa .msg{margin-top:15px;}
.capa a{margin-top:70px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.capa a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.capa a:hover{text-decoration:underline;}

.history{padding:90px 0;background-color:#f6f9fb;margin-top:80px;}
.history .t1{position:relative;width:42%;margin:0 auto;}
.history .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-60px;top:12px;}
.history .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-60px;top:12px;}
.history .grid{margin-top:100px;text-align:center;gap:var(--bs-gap,100px);position:relative;}
.history .grid::before{content:"";width:100%;height:2px;background-color:#d22c2c;position:absolute;left:0;top:32%;}
.history .title{font-size:18px;line-height:26px;color:#666666;font-weight:500;}
.history .title::after{content:"";width:20px;height:12px;background-color:#d22c2c;clip-path:polygon(50% 0,100% 100%,0 100%);display:block;margin:25px auto 0 auto;}
.history .img{margin-top:40px;}
.history .last{margin-top:130px;}
.history .last img{mix-blend-mode:darken;}

.tate{margin-top:160px;padding-bottom:170px;}
.tate .box{display:flex;justify-content:space-between;align-items:center;}
.tate .left{width:48%;position:relative;border-radius:10px;overflow:hidden;}
.tate .tate-btn{position:absolute;left:42%;top:40%;}
.tate .tate-btn img{transition:all .5s;}
.tate .tate-btn:hover img{transform:scale(1.1);transition:all .5s;}
.tate .right{width:42.2%;}
.tate .t1{position:relative;}
.tate .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}

.tate .msg{margin-top:25px;}
.tate .msg span{color:#2e3b7b;font-weight:500;}
.tate .tip{margin-top:50px;}
.tate .tip p{font-size:18px;line-height:28px;color:#666666;padding-left:40px;position:relative;margin-bottom:20px;}
.tate .tip p span{color:#2e3b7b;font-weight:500;}
.tate .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp)no-repeat;display:inline-block;margin-right:25px;
position:absolute;top:5px;left:0;}
.tate .grid{margin-top:65px;gap:var(--bs-gap,80px);}
.tate .img{border-radius:10px;overflow:hidden;}
.tate .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;text-align:center;margin-top:50px;}

.world{position:relative;}
.world .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.world .container-xl{display:flex;justify-content:space-between;align-items:center;}
.world .left{width:44.3%;order:2;}
.world .left img{border-radius:10px;}
.world .right{width:43.6%;padding-left:35px;}
.world .t1{line-height:48px;position:relative;}
.world .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:8px;}
.world .msg{margin-top:40px;}
.world .msg span{color:#2e3b7b;font-weight:500;}

.ale{margin-top:170px;padding-bottom:190px;}
.ale .box{position:relative;}
.ale .left{width:55.5%;}
.ale .right{width:55.8%;position:absolute;right:0;bottom:0;padding:70px 0 0 110px;background-color:rgba(255,255,255,.9);}
.ale .t1{position:relative;}
.ale .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:12px;}
.ale .msg{margin-top:20px;}
.ale .msg span{color:#2e3b7b;font-weight:500;}
.ale .tip{margin-top:35px;}
.ale .tip p{font-size:18px;line-height:28px;color:#666666;padding-left:40px;position:relative;margin-bottom:25px;}
.ale .tip p span{color:#2e3b7b;font-weight:500;}
.ale .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp)no-repeat;display:inline-block;margin-right:25px;
position:absolute;top:5px;left:0;}
.ale .tip p:last-child{margin-bottom:0;}
.ale a{margin-top:40px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.ale a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.ale a:hover{text-decoration:underline;}

.dve{position:relative;text-align:center;}
.dve .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.dve .t1{width:42%;color:#fff;position:relative;margin:0 auto;}
.dve .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-service-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:-60px;top:12px;}
.dve .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-service-t1-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:-60px;top:12px;}
.dve .msg{color:#fff;width:50%;margin:50px auto 0 auto;}
.dve a{margin-top:50px;font-size:20px;line-height:28px;font-weight:500;color:#2e3b7b;background-color:#fff;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.dve a::after{content:"";width:19px;height:7px;background:url(../../images/dve-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.dve a:hover{text-decoration:underline;}

@media (max-width:1450px) {
    .dve .msg{margin-top:20px;}
    .dve a{margin-top:20px;}
}
@media (max-width:768px) {
    .about{margin-top:0;}
    .about .right{width:100%;position:static;padding:0;}
    .about .contain{padding:20px 0;}
    .about .contain .container-xl{padding:0;}
    .about .left{width:100%;}
    .about .right{margin-top:10px;}
    .about .t1{margin-top:5px;}
    .about .msg:nth-child(3){margin-top:10px;}
    .about .msg:nth-child(4){margin-top:10px;}

    .capa{margin-top:0;}
    .capa .container-xl{display:block;}
    .capa .left{width:100%;}
    .capa .right{width:100%;margin-top:10px;padding-top:0;}
    .capa .t1::before{display:none;}
    .capa .tips{margin-top:10px;padding-left:30px;}
    .capa .tip{margin-bottom:10px;}
    .capa .title::before{left:-25px;}
    .capa .msg{margin-top:5px;}
    .capa a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;}

    .history{margin-top:20px;}
    .history .t1{width:100%;}
    .history .t1::before,.history .t1::after{display:none;}
    .history .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .history .grid::before{display:none;}
    .history .title{font-size:16px;line-height:24px;height:72px;}
    .history .title::after{display:none;}
    .history .img{margin-top:10px;}
    .history .last{margin-top:20px;}

    .tate{margin-top:20px;padding-bottom:20px;}
    .tate .tate-btn{width:75px;left:40%;top:35%;}
    .tate .tate-btn img{width:100%;}
    .tate .msg{margin-top:5px;}
    .tate .tip{margin-top:10px;}
    .tate .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}
    .tate .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .tate .title{font-size:18px;line-height:26px;margin-top:10px;}

    .world .bg{display:none;}
    .world .contain{position:static;}
    .world .g-col-12 img{width:100%;}
    .world .right{padding-left:0;}
    .world .t1{line-height:26px;}
    .world .t1::before{display:none;}
    .world .msg{margin-top:5px;}

    .ale{margin-top:20px;padding-bottom:20px;}
    .ale .left{width:100%;}
    .ale .right{position:static;width:100%;padding:0;}
    .ale .t1{margin-top:10px;}
    .ale .t1::before{display:none;}
    .ale .msg{margin-top:5px;}
    .ale .tip{margin-top:10px;}
    .ale .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}
    .ale a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;}

    .dve{background-color:#58618d;padding:15px 0;}
    .dve .bg{display:none;}
    .dve .contain{position:static;}
    .dve .t1{width:100%;}
    .dve .t1::before,.dve .t1::after{display:none;}
    .dve .msg{width:100%;margin-top:10px;}
    .dve a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;margin-top:20px;}
}

.prolist{margin-top:-200px;;padding-bottom:120px;position:relative;z-index:100}
.prolist .contain{padding:70px 0 0 0;background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px;}
.prolist .msg{width:70%;margin:0 auto;text-align:center;}
.prolist .boxs{margin-top:60px;display:flex;justify-content:space-between;}
.prolist .box{display:flex;align-items:center;justify-content:space-between;}
.prolist .icon{width:80px;display:flex;justify-content:center;}
.prolist .box .text1{font-size:24px;line-height:32px;font-weight:500;color:#2e3b7b;}
.prolist .box:nth-child(1){width:18.3%;}
.prolist .box:nth-child(1) .texts{width:60.8%;}
.prolist .box:nth-child(2){width:21.5%;}
.prolist .box:nth-child(2) .texts{width:65%;}
.prolist .box:nth-child(3){width:23.3%;}
.prolist .box:nth-child(3) .texts{width:69%;}

.prolist .grid{margin-top:100px;gap:var(--bs-gap,115px);}
.prolist .img{height:265px;display:flex;justify-content:center;align-items:center;background-color:#666666;}
.prolist .img:hover{background-color:#2e3b7b;}
.prolist .img a img{transition:all .5s;}
.prolist .img a:hover img{transform:scale(1.1);transition:all .5s;}
.prolist .type{font-size:16px;line-height:24px;font-weight:500;color:#2e3b7b;margin-top:30px;}
.prolist .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:15px;}
.prolist .title:hover{color:var(--public-color);text-decoration:underline;}
.prolist table{margin-top:30px;width:100%;}
.prolist table tr{padding:13px 20px;display:flex;justify-content:space-between;align-items:center;}
.prolist table tr td{border-color:transparent;font-size:16px;line-height:24px;color:#666666;}
.prolist table tr td:nth-child(2){text-align:right;}
.prolist table tr:nth-child(odd){background-color:#f6f9fb;}

.pdv{position:relative;}
.pdv .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.pdv .t1{color:#fff;text-align:center;width:38%;margin:0 auto;position:relative;}
.pdv .t1::before{content:"";width:18px;height:31px;background:url(../../images/icat-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-60px;top:13px;}
.pdv .t1::after{content:"";width:18px;height:31px;background:url(../../images/icat-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:-60px;top:13px;}
.pdv .grid{margin-top:45px;gap:var(--bs-gap,135px);}
.pdv .icon{width:60px;height:60px;display:flex;align-items:center;}
.pdv .title{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;margin-top:30px;}
.pdv .msg{line-height:28px;color:#fff;font-weight:300;margin-top:15px;}
.pdv .g-col-xl-6:nth-child(3),.pdv .g-col-xl-6:nth-child(4){margin-top:-80px;}

.cess{margin-top:140px;}
.cess .t1{width:47%;text-align:center;margin:0 auto;position:relative;}
.cess .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-60px;top:13px;}
.cess .t1::after{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:-60px;top:13px;}
.cess .box{margin-top:90px;display:flex;justify-content:space-between;}
.cess .left{width:44%;padding-left:40px;}
.cess .title{font-size:40px;line-height:48px;font-weight:500;color:#333333;position:relative;}
.cess .title::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-40px;top:8px;}
.cess .tip{margin-top:60px;}
.cess .tip p{margin-bottom:40px;font-size:16px;line-height:28px;color:#666666;position:relative;}
.cess .tip p:nth-child(1)::before{content:"";width:25px;height:25px;background:url(../../images/cess-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:0;}
.cess .tip p:nth-child(2)::before{content:"";width:25px;height:25px;background:url(../../images/cess-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:0;}
.cess .tip p:nth-child(3)::before{content:"";width:25px;height:25px;background:url(../../images/cess-icon3.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:-40px;top:0;}
.cess .tip p:last-child{margin-bottom:0;}
.cess .right{width:48.3%;}

.cess .grid{margin-top:100px;gap:var(--bs-gap,50px);}
.cess .text{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:30px;text-align:center;}

.gear{margin-top:160px;padding-bottom:130px;}
.gear .container-xl{display:flex;justify-content:space-between;align-items:flex-end;}
.gear .left{width:44.2%;position:relative;border-radius:5px;overflow:hidden;}
.gear .gear-btn{position:absolute;left:41%;top:38%;}
.gear .right{width:45.4%;}
.gear .t1{position:relative;}
.gear .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-40px;top:13px;}
.gear .tip{margin-top:30px;}
.gear .tip p{font-size:16px;line-height:48px;color:#666666;}
.gear .tip p::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
margin-right:30px;position:relative;top:2px;}
.gear a{margin-top:55px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.gear a::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.gear a:hover{text-decoration:underline;}

.rial{position:relative;}
.rial .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.rial .container-xl{display:flex;justify-content:space-between;}
.rial .left{width:54%;padding-left:40px;}
.rial .t1{position:relative;}
.rial .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-40px;top:10px;}
.rial .title{font-size:20px;line-height:28px;font-weight:500;color:#2e3b7b;}
.rial .left .title{margin-top:50px;}
.rial .msg{margin-top:35px;}
.rial .msg span{color:var(--public-color);font-weight:500;}
.rial .grid{margin-top:20px;}
.rial .g-col-xl-4{display:flex;}
.rial .icon{width:30px;margin-right:25px;}
.rial .text{font-size:18px;line-height:28px;color:#666666;}
.rial .right{width:33.3%;}
.rial .right .title{margin-top:18px;}
.rial .text1{font-size:18px;line-height:28px;color:#666666;margin-bottom:35px;}
.rial .text1::before{content:"";width:19px;height:7px;background:url(../../images/rial-last-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:25px;position:relative;top:-5px;}
.rial .text1:nth-child(2){margin-top:35px;}
.rial .text1:last-child{margin-bottom:0;}

@media (max-width:1600px) {
    .rial .t1{font-size:28px;line-height:40px;}
    .rial .msg{margin-top:10px;}
    .rial .left{padding-left:0;}
    .rial .t1{font-size:18px;line-height:26px;}
    .rial .t1::before{display:none;}
    .rial .left .title{margin-top:20px;}
    .rial .text1{margin-bottom:10px;}
    .rial .text1:nth-child(2){margin-top:15px;}
    .rial .left .title{margin-top:10px;}
    .rial .grid{margin-top:10px;}
}

.logy{margin-top:140px;}
.logy .t1{padding-left:40px;position:relative;}
.logy .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;top:10px;}
.logy .msg{padding-left:40px;margin-top:25px;width:52.9%;}
.logy .msg span{color:#2e3b7b;font-weight:500;}
.logy .box{display:flex;align-items:center;margin-top:40px;}
.logy .box p{font-size:40px;line-height:48px;color:#d90011;font-weight:500;display:flex;align-items:center;}
.logy .box p:nth-child(1)::after{content:"";width:82px;height:27px;background:url(../../images/logy-icon.webp)no-repeat;background-size:cover;
display:block;margin-left:75px;margin-right:60px;}
.logy .last{margin-top:55px;}

.profaq{margin-top:120px;padding-bottom:110px;}
.profaq .container-xl{display:flex;justify-content:space-between;}
.profaq .left{width:25.8%;order:2;}
.profaq .t1{position:relative;text-transform:uppercase;margin-top:80px;}
.profaq .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;
display:inline-block;position:relative;margin-right:20px;}
.profaq .msg{margin-top:30px;}
.profaq .right{width:54.3%;padding-left:30px;}
.profaq .faq-item{padding:30px 0;border-bottom:1px solid #e9e9e9;}
.profaq .faq-title{font-size:18px;line-height:28px;font-weight:500;color:#222222;position:relative;}
.profaq .faq-title::before{content:"";width:15px;height:15px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:-30px;top:5px;}
.profaq .faq-content{font-size:16px;line-height:30px;color:#666666;height:0;overflow:hidden;}
.profaq .faq-item.active .faq-title::before{content:"";width:15px;height:3px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;top:12px;}
.profaq .faq-item.active .faq-content{margin-top:20px;height:auto;transition:all .5s;}

@media (max-width:1919px) {
    .prolist{margin-top:0;}
}
@media (max-width:1600px) {
    .prolist .grid{gap:var(--bs-gap,40px);}
    .pdv .grid{gap:var(--bs-gap,20px);margin-top:20px;}
    .pdv .g-col-xl-6:nth-child(3), .pdv .g-col-xl-6:nth-child(4){margin-top:0;}
    .pdv .t1{font-size:18px;line-height:26px;}
    .pdv .title{margin-top:10px;font-size:16px;line-height:24px;}
    .pdv .msg{line-height:24px;margin-top:5px;}
}
@media (max-width:768px) {
    .prolist{margin-top:20px;padding-bottom:20px;}
    .prolist .contain{padding:0;}
    .prolist .contain .container-xl{padding:0;}
    .prolist .msg{width:100%;}
    .prolist .boxs{margin-top:20px;flex-wrap:wrap;}
    .prolist .box:nth-child(1),.prolist .box:nth-child(2),.prolist .box:nth-child(3){width:48%;display:block;}
    .prolist .icon{width:50px;}
    .prolist .box:nth-child(1) .texts,.prolist .box:nth-child(2) .texts,.prolist .box:nth-child(3) .texts{width:100%;}
    .prolist .box:nth-child(3){margin-top:20px;}

    .prolist .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .prolist .type{font-size:14px;line-height:22px;margin-top:10px;}
    .prolist .title{font-size:18px;line-height:26px;margin-top:0;}
    .prolist table{margin-top:10px;}
    .prolist table tr{padding:10px 15px;}
    .prolist table tr td{font-size:14px;line-height:22px;}

    .pdv{background-color:#59628e;padding:15px 0;}
    .pdv .bg{display:none;}
    .pdv .contain{position:static;}
    .pdv .t1{width:100%;}
    .pdv .t1::before,.pdv .t1::after{display:none;}

    .cess{margin-top:20px;}
    .cess .t1{width:100%;}
    .cess .t1::before,.cess .t1::after{display:none;}
    .cess .box{margin-top:10px;flex-wrap:wrap;}
    .cess .left{width:100%;padding-left:0;}
    .cess .right{width:100%;order:-1;}

    .cess .title{font-size:18px;line-height:26px;margin-top:10px;}
    .cess .tip{margin-top:10px;}
    .cess .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}
    .cess .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .cess .grid img{width:100%;}
    .cess .text{font-size:16px;line-height:24px;margin-top:10px;}

    .gear{margin-top:20px;padding-bottom:20px;}
    .gear .tip{margin-top:10px;}
    .gear .tip p{font-size:14px;line-height:22px;}
    .gear .tip p::before{margin-right:15px;}
    .gear a{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;margin-top:20px;}

    .rial{background-color:#f6f9fb;padding:15px 0;}
    .rial .bg{display:none;}
    .rial .contain{position:static;}
    .rial .title{font-size:18px;line-height:26px;}
    .rial .text{font-size:14px;line-height:22px;}
    .rial .text1{font-size:14px;line-height:22px;}

    .logy{margin-top:20px;}
    .logy .t1{padding-left:0;}
    .logy .t1::before{display:none;}
    .logy .msg{width:100%;padding-left:0;margin-top:10px;}
    .logy .box{margin-top:10px;}
    .logy .box p:nth-child(1)::after{margin-left:20px;margin-right:20px;}
    .logy .last{margin-top:15px;}

    .profaq{margin-top:20px;padding-bottom:20px;}
    .profaq .t1{margin-top:20px;}
    .profaq .t1::before{display:none;}
    .profaq .msg{margin-top:5px;}
    .profaq .right{padding-left:0;}
    .profaq .faq-item{padding:10px 0;}
    .profaq .faq-title{padding-left:30px;font-size:18px;line-height:26px;}
    .profaq .faq-item .faq-title::before{left:0;}
    .profaq .faq-item .faq-content{font-size:14px;line-height:22px;}
    .profaq .faq-item.active .faq-content{margin-top:5px;}
}

.pro-head{margin-top:45px;}
.pro-head .container-xl{display:flex;justify-content:space-between;}
.pro-head .left{width:42.9%;height:560px;}
.pro-head figure.mz-figure{background-color:#f6f9fb;}
.pro-head .left img{mix-blend-mode:darken;}
.pro-head .product-thumb{border-color:transparent;height:100%;}
.pro-head .product-thumb a,.pro-head figure.mz-figure{height:100%;}
.pro-head figure.mz-figure{display:flex;align-items:center;justify-content:center;}
.pro-head .right{width:50%;}
.pro-head .type{font-size:20px;line-height:28px;font-weight:500;color:#2e3b7b;}
.pro-head .t1{font-size:34px;line-height:42px;margin-top:15px;}
.pro-head .msg{margin-top:20px;}

.pro-head .boxs{width:80.8%;margin-top:25px;}
.pro-head .box{margin-bottom:12px;display:flex;justify-content:space-between;}
.pro-head .left-side{font-size:16px;line-height:24px;color:#333333;width:36.2%;padding:12px 0 12px 15px;background-color:#f0f0f0;}
.pro-head .left-side::before{content:"";width:6px;height:16px;background:url(../../images/left-side-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:2px;}
.pro-head .right-side{width:63.8%;font-size:16px;line-height:24px;color:#333333;padding:12px 0 0 0;background-color:#f0f0f0;}
.pro-head .right-side:hover{cursor:pointer;}
.pro-head .right-side .item{position:relative;font-size:16px;line-height:24px;color:#999999;padding-right:25px;padding-left:10px;}
.pro-head .right-side .item::after{content:"";width:17px;height:10px;background:url(../../images/pro-head-item-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:25px;top:7px;}
.pro-head .right-side .item.select{color:#333333;font-weight:500;}

.pro-head ul.choice{height:0;overflow:hidden;transition:all .5s;}
.pro-head ul.choice li{font-size:16px;line-height:28px;color:#333333;padding:5px 10px;}
.pro-head ul.choice li:hover{cursor:pointer;}
.pro-head .right-side.active .item::after{transform:rotate(180deg);transition:all .5s;}
.pro-head .right-side.active ul.choice{margin-top:5px;height:auto;transition:all .5s;}

.pro-head .box:last-child .right-side{display:flex;justify-content:space-between;align-items:center;padding:0px 25px 0 10px;}
.pro-head .box:last-child input{width:80%;background-color:transparent;border:0px solid transparent;padding:0;font-size:16px;line-height:24px;
font-weight:500;color:#333333;height:auto;}
.pro-head .box:last-child input::placeholder{font-size:16px;line-height:24px;font-weight:500;color:#999999;}
.pro-head .box:last-child .text{width:15%;}

.pro-head .box:last-child{margin-bottom:0;}
.pro-head ul.choice li:hover{background-color:var(--public-color);color:#fff;}

.pro-head .box:nth-child(2) .right-side{display:block;padding-top:12px;padding: 12px 0 0 0;}

.pro-head .last{display:flex;margin-top:60px;}
.pro-head .c4{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.pro-head .c4::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.pro-head .c4:hover{text-decoration:underline;}

.pro-head .provideo{width:88px;height:72px;display:flex;justify-content:center;align-items:center;background-color:#d22c2c;
clip-path:polygon(15% 0%,100% 0,85% 100%,0 100%);}

.pro-cont-icon{margin-top:90px;}
.pro-cont-icon img{border-radius:5px;}
.pro-cont-icon .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;text-align:center;margin-top:25px;}

.navi{margin-top:100px;}
.navi.top{margin-top:0;position:fixed;top:-100%;left:0;width:100%;background-color:#fff;z-index:998;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.navi.top .box{border:0 solid transparent;}
.navi.top.active{top:75px;transition:all .5s;}

.navi .box{display:flex;border-bottom:2px solid #cccccc;}
.navi a{padding:15px 20px;text-align:center;font-size:20px;line-height:28px;color:#333333;background-color:#f0f0f0;margin-right:20px;
border-top-left-radius:15px;border-top-right-radius:15px;}
.navi a:last-child{margin-right:0;}
.navi a.active{background-color:#2e3b7b;color:#fff;}
.navi a:hover{background-color:#2e3b7b;color:#fff;}

@media (max-width:1380px) {
    .navi a{font-size:18px;line-height:26px;padding:15px 10px;}
}

.pboxs{margin-top:50px;}
.pboxs .container-xl{display:flex;justify-content:space-between;}
.pboxs .left{width:62.9%;}
.pboxs .p1,.pboxs .p2,.pboxs .p3,.pboxs .p4{padding-bottom:60px;}
.pboxs .p1 img,.pboxs .p2 img,.pboxs .p3 img{max-width:100%;}
.pboxs .t1{font-size:24px;line-height:32px;font-weight:500;color:#333333;background-color:#f0f0f0;padding:15px 35px 15px 65px;position:relative;
margin-bottom:30px;}
.pboxs .t1::before{content:"";width:18px;height:31px;background:url(../../images/home-choose-t1-icon.webp)no-repeat;background-size:cover;
display:inline-block;position:absolute;left:35px;}
.pboxs p{font-size:16px;line-height:24px;color:#999999;}
.pboxs strong{font-size:18px;line-height:26px;color:#666666;font-weight:400;}
.pboxs strong::before{content:"";width:21px;height:16px;background:url(../../images/home-solu--tip-icon.webp) no-repeat;display:inline-block;
margin-right:15px;position:relative;top:0px;}

.pboxs table{width:100%;overflow-x:auto;display:block;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar; }
.pboxs table tr td{font-size:16px;line-height:24px;color:#666666;border:2px solid #e7e7e7;padding:15px 35px;}
.pboxs table tr td:nth-child(1){background-color:#f0f0f0;}
.pboxs table tr:nth-child(even) td{background-color:#f6f9fb;}

.pboxs .p4 img{border-radius:10px;width:100%;}
.pboxs .p4 .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:25px;text-align:center;}
.pboxs .p4 .msg{text-align:center;margin-top:10px;}

.pboxs .p5{padding-bottom:60px;}
.pboxs .p5 .img{background-color:#f6f9fb;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;}
.pboxs .p5 .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:25px;padding:0 15px;text-align:center;}

.pboxs .rist{padding-bottom:50px;}
.pboxs .box1{padding:40px;display:flex;justify-content:space-between;align-items:center;}
.pboxs .box1 .left{width:44.5%;}
.pboxs .box1 .right{width:48.75%;}
.pboxs .box1:nth-child(odd) .left{order:2;}
.pboxs .box1:nth-child(even){background-color:#f0f0f0;}
.pboxs .box1 .title{font-size:24px;line-height:32px;font-weight:500;color:#333333;}
.pboxs .box1 .tip{margin-top:35px;}
.pboxs .box1 .tip p{font-size:18px;line-height:26px;color:#666666;margin-bottom:20px;}
.pboxs .box1 .title::before{content:"";width:64px;height:47px;background:url(../../images/rist-icon1.webp);background-size:cover;display:inline-block;
margin-right:10px;mix-blend-mode:darken;}
.pboxs .box1:nth-child(2) .title::before{background:url(../../images/rist-icon2.webp)no-repeat;}
.pboxs .box1:nth-child(3) .title::before{background:url(../../images/rist-icon3.webp)no-repeat;}
.pboxs .box1:nth-child(3) .title::before{background:url(../../images/rist-icon3.webp)no-repeat;}
.pboxs .box1:nth-child(4) .title::before{background:url(../../images/rist-icon4.webp)no-repeat;}
.pboxs .box1:nth-child(5) .title::before{background:url(../../images/rist-icon5.webp)no-repeat;}

.pboxs .right{width:25.8%;}
.pboxs .box{background-color:#f6f9fb;padding:45px 30px;position:sticky;top:160px;}
.pboxs .box a{display:block;}
.pboxs .box .c4{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:22px 50px 22px 45px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);display:inline-block;}
.pboxs .c4::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.pboxs .c4:hover{text-decoration:underline;}

.pboxs .downbtn{margin-top:35px;font-size:18px;line-height:26px;color:#666666;}
.pboxs .downbtn::before{content:"";width:20px;height:22px;background:url(../../images/downbtn-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:3px;}

.pboxs .videobtn{margin-top:25px;font-size:18px;line-height:26px;color:#666666;}
.pboxs .videobtn::before{content:"";width:26px;height:20px;background:url(../../images/videobtn-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:10px;position:relative;top:3px;}

.pboxs .downbtn:hover{color:#1a4a92;}
.pboxs .videobtn:hover{color:#1a4a92;}

.pboxs .downbtn:hover::before{background:url(../../images/downbtn-icon1.webp)no-repeat;}
.pboxs .videobtn:hover::before{background:url(../../images/videobtn-icon1.webp)no-repeat;}

.hn1 .t1{width:51%;}
.hp1{margin-top:160px;padding-bottom:140px;}
.hn2 .t1{width:18%;}

@media (max-width:768px) {
    .pro-head .left{height:auto;}
    .pro-head .type{font-size:16px;line-height:24px;}
    .pro-head .t1{font-size:18px;line-height:26px;margin-top:0;}
    .pro-head .msg{margin-top:10px;}
    .pro-head .boxs{width:100%;margin-top:10px;}
    .pro-head .box{align-items:center;}
    .pro-head .left-side{font-size:14px;line-height:22px;width:34%;padding:5px 0 5px 10px;}
    .pro-head .right-side{display:flex;padding:5px 10px 5px 0;align-items:center;}
    .pro-head .last{margin-top:0;}
    .pro-head .c4{font-size:16px;line-height:24px;margin:30px auto 0 0;padding:10px 35px 10px 40px;margin-top:20px;}

    .pro-cont-icon{margin-top:20px;}
    .pro-cont-icon .title{font-size:16px;line-height:24px;margin-top:10px;}

    .pboxs{margin-top:20px;}
    .pboxs .p1, .pboxs .p2, .pboxs .p3, .pboxs .p4{padding-bottom:15px;}
    .pboxs .t1{font-size:18px;line-height:26px;padding-top:10px;padding-bottom:10px;margin-bottom:15px;padding-left:15px;}
    .pboxs .t1::before{display:none;}
    .pboxs p{font-size:14px;line-height:22px;}
    .pboxs strong{font-size:14px;line-height:22px;}
    .pboxs .p5 .title{font-size:16px;line-height:24px;margin-top:10px;}

    .pboxs .rist,.pboxs .p5{padding-bottom:20px;}
    .pboxs .box1{padding:15px;}
    .pboxs .box1 .title{font-size:18px;line-height:26px;}
    .pboxs .box1 .title::before{display:none;}
    .pboxs .box1 .tip{margin-top:10px;}
    .pboxs .box1 .tip p{font-size:14px;line-height:22px;margin-bottom:10px;}

    .pboxs .box{padding:15px;}
    .pboxs .box .c4{font-size:16px;line-height:24px;margin:0px auto 0 0;padding:10px 35px 10px 40px;margin-top:20px;}
    .pboxs .box a{margin-top:10px;}
    .pboxs .downbtn,.pboxs .videobtn{font-size:16px;line-height:24px;}

    .hp1{margin-top:20px;padding-bottom:20px;}
    .hn1 .t1{width:100%;}
    .hn2 .t1{width:100%;}
}

.videobox{margin-top:25px;margin-bottom:100px;}
.videobox .video-nr{background-color:#fff;border:none;padding:0;}
.videobox .video-nr .v-side .v-pro{box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.videobox .video-nr .v-side .v-pro .text .t1 a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.videobox .video-nr .v-side .v-pro .msg{margin-top:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5;}

.videobox .video-nr .v-side .v-pro .c4{margin-top:15px;font-size:20px;line-height:28px;font-weight:500;color:#ffffff;background-color:#2e3b7b;padding:15px 30px 15px 25px;
clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);}
.videobox .video-nr .v-side .v-pro .c4::after{content:"";width:19px;height:7px;background:url(../../images/home-solu-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;top:-4px;}
.videobox .video-nr .v-side .v-pro .c4:hover{text-decoration:underline;}
.video-nr .v-content .v-desc .left{font-size:16px;line-height:24px;font-weight:600;color:#9a9a9a;}

@media (max-width:768px) {
    .video-nr .v-content .v-title{font-size:18px;line-height:26px;margin-top:5px;margin-bottom:0;}
    .video-nr .v-content .v-nr{font-size:14px;line-height:22px;padding:0;}
    .video-nr .v-content .v-desc{margin-top:10px;}
    .video-nr .v-content .v-desc .left{font-size:14px;line-height:22px;}
    .video-nr .v-content .v-desc .left i{margin-left:15px;}
    .video-nr .v-content .v-desc .right{margin-top:10px;}

    .video-nr .v-content .v-title2{font-size:18px;line-height:26px;margin-top:10px;padding:10px 0;}
    .video-nr .v-content .v-title2 .left::before{display:none;}
    .videobox .video-nr .v-side .v-pro .c4{font-size:16px;line-height:24px;margin-top:0;padding:10px 35px 10px 40px;margin-top:10px;}
    .video-nr .v-side .v-rel .big-t1::before{display:none;}
    .video-nr .v-side .v-rel .big-t1{font-size:18px;line-height:26px;}
    .videobox{margin-bottom:0px;}
}


#myfloat{position:fixed;top:30%;right:2%;overflow:hidden;width:120px;border:1px solid #dadada;border-radius:8px;z-index:100;
background:#FFF;padding:10px 10px 0 10px;transition:all 1s;}
#myfloat .box{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.3);}
#myfloat .box:nth-child(1){padding-top:5px;}
#myfloat .box:last-child{border-bottom:none;padding-bottom:0;}
#myfloat a{width:100%;}  
#myfloat .icon{font-size:20px;line-height:28px;text-align:center;width:100%;color:#000;}
#myfloat .icon-comment-alt-lines::before{content:"";width:25px;height:25px;background:url(../../images/emaildcdc.webp)no-repeat;background-size:cover;
display:block;margin:0 auto;}
#myfloat .icon-whatsapp::before{content:"";width:25px;height:25px;background:url(../../images/whatsapp11.webp)no-repeat;background-size:cover;
display:block;margin:0 auto;}
#myfloat p{font-size:14px;line-height:22px;font-weight:500;color:#2e3b7b;text-align:center;margin-top:5px;}
#myfloat .box.hide{padding:5px 0;}
#myfloat .icon-weixin{color:#07C160;}
#myfloat .icon-times{text-align:right;font-size:16px;line-height:24px;}
#myfloat .icon-times:hover{cursor:pointer;}

#showmenu{position:fixed;top:30%;right:-100px;display:block;overflow:hidden;overflow:hidden;width:38px;height:192px;
background:url(../../images/myshowbtn.webp) no-repeat center center;cursor:pointer;z-index:100;}

#myfloat.yc{right:-200px;transition:all 1s;}
#showmenu.show{animation:showmenu .5s forwards .5s;}

@keyframes showmenu {
    0% {
        right: -100px;
    }
    100% {
        right: 0;
    }
}

/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:var(--public-color);margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;margin-top: 0;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid var(--public-color);color:var(--public-color);display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:var(--public-color);color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{border-radius:0;padding:10px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

.z1-hmpro{padding: 60px 0;}
.z1-hmpro .z1-t1{font-size: 36px;line-height: 55px;font-weight: bold;text-align: center;}
.z1-hmpro .z1-t2{font-size: 16px;line-height: 24px;color: #999999;text-align: center;width: 40%;margin: 20px auto 40px;}
.z1-hmpro .z1-list .z1-item .img{background:url(../../images/z1-bg1.webp) no-repeat left;width: 50%;display: flex;justify-content: flex-end;padding-right: 45px;}
.z1-hmpro .z1-list .z1-item:nth-child(2) .img{background:url(../../images/z1-bg2.webp) no-repeat right;justify-content: flex-start;order: 13;}
.z1-hmpro .z1-list .z1-item{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;flex-wrap: wrap;}
.z1-hmpro .z1-list .z1-item .text{width: 50%;display: flex;justify-content: flex-start;padding-left: 45px;}
.z1-hmpro .z1-list .z1-item:nth-child(2) .text{justify-content: flex-end;padding-left: 0px;padding-right:45px; }
.z1-hmpro .z1-list .z1-item .text .text-box{width: 630px;}
.z1-hmpro .z1-t3{font-size:32px;font-weight:bold;position: relative;}
.z1-hmpro .z1-t3:before{content: "";display: block;width:18px;height:31px;background:url(../../images/z1-tb1.webp) no-repeat;position:absolute;left:-35px;top:-4px; }
.z1-hmpro .z1-t3:after{content: ">>";color: #d22c2c;display: inline-block;margin-left: 10px;}
.z1-hmpro .z1-t4{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;margin-bottom: 35px;}
.z1-hmpro .z1-list .z1-item ul li{font-size: 16px;line-height: 24px;color: #666;position: relative;padding-left: 25px;margin-top: 10px;}
.z1-hmpro .z1-list .z1-item ul li:before{content: "\f00c";color: #d22c2c;font-family: cmsfont;position: absolute;left: 0;}

@media(max-width:768px) {
    .z1-hmpro{padding: 40px 0;}
    .z1-hmpro .z1-t1{font-size: 26px;line-height: 32px;}
    .z1-hmpro .z1-t2{font-size: 14px;line-height: 22px;width: 100%;margin: 10px auto 20px;}
    .z1-hmpro .z1-list .z1-item .img{width: 100%;}
    .z1-hmpro .z1-list .z1-item .text{width: 100%;margin-top: 20px;}
    .z1-hmpro .z1-list .z1-item:nth-child(2) .img{order: -1;}
    .z1-hmpro .z1-t3{font-size: 22px;line-height: 26px;}
    .z1-hmpro .z1-t3:after{display: none;}
    .z1-hmpro .z1-t4{font-size: 14px;line-height: 22px;margin-top: 15px;margin-bottom: 20px;}
    .z1-hmpro .z1-list .z1-item ul li{font-size: 14px;line-height: 22px;margin-top: 0;}
    .z1-hmpro .z1-list .z1-item .text{padding: 15px;}
    .z1-hmpro .z1-list .z1-item:nth-child(2) .text{padding: 15px;}
    .z1-hmpro .z1-t3:before{display: none;}
    .z1-hmpro .z1-list .z1-item:last-child{margin-bottom: 0;}
}

.z2-sol{background: url(../../images/z2-bg.webp) no-repeat right;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.z2-sol .left{width: 60%;}
.z2-sol .left .imgs-row{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
.z2-sol .left .imgs-row .img-item{width: 48.5%;position: relative;margin-bottom: 30px;}
.z2-sol .left .imgs-row .img-item .z2-t1{background: rgba(0, 0, 0, 0.502);position: absolute; z-index: 1; left: 0;right: 0;bottom: 0;height: 45px;display: flex;justify-content: center;align-items: center;}
.z2-sol .left .imgs-row .img-item .z2-t1 a{color: #fff;font-size: 20px;text-align: center;}
.z2-sol .left .imgs-row .img-item .z2-t1 a:hover{text-decoration: underline;}
.z2-sol .right{width: 40%;padding-left: 120px;display: flex;align-items: center;}
.z2-sol .right .z2-text{width: 360px;}
.z2-sol .right .z2-text .z2-t2{font-size:32px;font-weight:bold;position: relative;line-height:42px; }
.z2-sol .right .z2-text .z2-t2:before{content: "";display: block;width:18px;height:31px;background:url(../../images/z1-tb1.webp) no-repeat;position:absolute;left:-35px;top:6px; }
.z2-sol .right .z2-text p{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;}
.z2-sol .right .z2-text .z2-more{background-color: rgb(210, 44, 44);clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);font-size: 20px;color: #fff;display: flex;width: 276px;height: 52px;margin-top: 110px; align-items: center;justify-content: center;}
.z2-sol .right .z2-text .z2-more:hover{text-decoration: underline;}

@media(max-width:768px) {
    .z2-sol .left{width: 100%;}
    .z2-sol .right{width: 100%;padding: 15px;}
    .z2-sol .left .imgs-row .img-item{margin-bottom: 15px;}
    .z2-sol .left .imgs-row .img-item .z2-t1 a{font-size: 16px;}
    .z2-sol .right .z2-text .z2-t2{font-size: 24px;line-height: 28px;}
    .z2-sol .right .z2-text .z2-t2:before{display: none;}
    .z2-sol .right .z2-text p{font-size: 14px;line-height: 22px;margin-top: 15px;}
    .z2-sol .right .z2-text{width: 100%;}
    .z2-sol .right .z2-text .z2-more{margin-top: 30px;}
}

.z3-about{background: url(../../images/z3-bg.webp) no-repeat right;margin-top: 100px;margin-bottom: 100px;}
.z3-about .container-xl{height: 720px;display: flex;align-items: flex-end;}
.z3-about .container-xl .text{background: rgba(255, 255, 255, 0.8);width: 800px;padding: 30px;}
.z3-about .z3-t2{font-size:32px;font-weight:bold;position: relative;line-height:42px;margin-top: 70px;}
.z3-about .z3-t2:before{content: "";display: block;width:18px;height:31px;background:url(../../images/z1-tb1.webp) no-repeat;position:absolute;left:-35px;top:6px; }
.z3-about .container-xl .text p{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;}
.z3-about .container-xl .text ul{margin-top: 60px;}
.z3-about .container-xl .text ul li{font-size: 16px;line-height: 24px;color: #666;position: relative;padding-left: 25px;margin-top: 10px;}
.z3-about .container-xl .text ul li:before{content: "\f00c";color: #d22c2c;font-family: cmsfont;position: absolute;left: 0;}
.z3-about .container-xl .text .z3-more{background-color: rgb(210, 44, 44);clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);font-size: 20px;color: #fff;display: flex;width: 240px;height: 52px;margin-top: 60px; align-items: center;justify-content: center;}
.z3-about .container-xl .text .z3-more:hover{text-decoration: underline;}

@media(max-width:768px) {
    .z3-about{margin-top: 40px;margin-bottom: 40px;background-size: cover;padding: 30px 0;}
    .z3-about .container-xl{height: auto;}
    .z3-about .container-xl .text{width: 100%;padding: 15px;}
    .z3-about .z3-t2{margin-top: 0;}
    .z3-about .z3-t2:before{display: none;}
    .z3-about .z3-t2{font-size: 24px;line-height: 28px;}
    .z3-about .container-xl .text p{font-size: 14px;line-height: 22px;margin-top: 15px;}
    .z3-about .container-xl .text ul{margin-top: 30px;}
    .z3-about .container-xl .text ul li{font-size: 14px;line-height: 22px;}
    .z3-about .container-xl .text .z3-more{margin-top: 30px;}
}

.z4-ser{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 100px 0;position: relative;}
.z4-ser .z4-item{width: 24%;margin-bottom: 20px;}
.z4-ser .z4-text-box{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.z4-ser .z4-text-box .z4-text{background: rgba(0, 0, 0, 0.5);max-width: 1380px;padding: 45px 85px;}
.z4-ser .z4-text-box .z4-text .z4-t1{font-size: 36px;line-height: 42px; color: #fff;text-align: center;width: 70%;margin: 0 auto 50px;}
.z4-ser .z4-text-box .z4-text ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.z4-ser .z4-text-box .z4-text ul li{font-size: 18px;margin-bottom: 20px;position: relative;padding-left: 25px;color: #fff;width: 45%;}
.z4-ser .z4-text-box .z4-text ul li:before{content: "\f00c";color: #fff;font-family: cmsfont;position: absolute;left: 0;}
.z4-ser .z4-text-box .z4-text .z4-more{background-color: rgb(210, 44, 44);font-size: 20px;color: #fff;display: flex;width: 240px;margin: 40px auto 0; height: 52px;align-items: center;justify-content: center;}
.z4-ser .z4-text-box .z4-text .z4-more:hover{text-decoration: underline;}

@media(max-width:768px) {
    .z4-ser{margin: 40px 0;}
    .z4-ser .z4-item{width: 48%;}
    .z4-ser .z4-text-box .z4-text{max-width: 90%;padding: 30px;}
    .z4-ser .z4-text-box .z4-text .z4-t1{font-size: 24px;line-height: 28px;width: 100%;margin: 0 auto 20px;}
    .z4-ser .z4-text-box .z4-text ul li{font-size: 14px;line-height: 22px;width: 100%;}
    .z4-ser .z4-text-box .z4-text .z4-more{margin-top: 30px;}
}

.z5-market{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 100px 0;padding: 0 50px;align-items: center;}
.z5-market .left{width: 55%;}
.z5-market .right{width: 45%;display: flex;justify-content: flex-start;padding-left: 40px;}
.z5-market .right .z5-text{width: 550px;}
.z5-market .right .z5-text .z5-t1{font-size:32px;font-weight:bold;position: relative;line-height:42px;}
.z5-market .right .z5-text .z5-t1:before{content: "";display: block;width:18px;height:31px;background:url(../../images/z1-tb1.webp) no-repeat;position:absolute;left:-35px;top:6px; }
.z5-market .right .z5-text p{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;}
.z5-market .right .z5-text p span{color: #d22c2c;}
.z5-market .right .z5-text .z5-link{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.z5-market .right .z5-text .z5-link .z5-item{margin-top: 30px;}

@media(max-width:768px) {
    .z5-market{margin: 40px 0;padding: 15px;}
    .z5-market .left{width: 100%;}
    .z5-market .right{width: 100%;padding: 0;margin-top: 20px;}
    .z5-market .right .z5-text .z5-t1{font-size: 24px;line-height: 28px;}
    .z5-market .right .z5-text p{font-size: 14px;line-height: 22px;margin-top: 15px;}
    .z5-market .right .z5-text .z5-link{margin-top: 20px;}
    .z5-market .right .z5-text .z5-link .z5-item{margin-top: 15px;width: 48%;}
}

.z6-yl{background: url(../../images/z6-bg.webp) no-repeat center;padding: 95px 0;}
.z6-yl .container-xl{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-end;height: 470px;}
.z6-yl .container-xl .left{width: 31%;}
.z6-yl .container-xl .right{width: 66%;position: relative;overflow: hidden;}
.z6-yl .container-xl .right .qh{width: 100%;}
.z6-yl .container-xl .right .qh .swiper-slide{padding: 18px;}
.z6-yl .container-xl .right .qh .swiper-slide .z6-item{box-shadow: 6px 0 18px rgba(43, 53, 72, 0.08);}
.z6-yl .container-xl .right .qh .t3{background: #fff;padding: 25px;}
.z6-yl .container-xl .hmyl-qh-btn{position: relative;}
.z6-yl .z6-t1{font-size:32px;font-weight:bold;position: relative;line-height:42px;}
.z6-yl .z6-t1:before{content: "";display: block;width:18px;height:31px;background:url(../../images/z6-tb1.webp) no-repeat;position:absolute;left:-35px;top:6px; }
.z6-yl p{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;margin-bottom: 120px;}
.z6-yl .hmyl-qh-btn{width: 230px;display: flex;justify-content: space-between;height: 58px;margin-bottom: 50px;}
.z6-yl .hmyl-qh-btn .swiper-button{width: 58px;height: 58px;display: flex;align-items: center;justify-content: center;box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1);background: #fff;}
.z6-yl .hmyl-qh-btn .swiper-button:after{font-size: 20px;color: #d22c2c;font-weight: bold;}
.z6-yl .hmyl-qh-btn .swiper-button-hmyl-prev{left: 0;}
.z6-yl .hmyl-qh-btn .swiper-button-hmyl-next{right: 0;}
.z6-yl .hmyl-qh-btn .swiper-pagination{width: 100px;left: calc(50% - 50px);}
.z6-yl .hmyl-qh-btn .swiper-button-next.swiper-button-disabled,.z6-yl .hmyl-qh-btn .swiper-button-prev.swiper-button-disabled{opacity: 1;}
.z6-yl .hmyl-qh-btn .swiper-button-next.swiper-button-disabled:after,.z6-yl .hmyl-qh-btn .swiper-button-prev.swiper-button-disabled:after{color: #333;}

@media(max-width:768px) {
    .z6-yl{background: #f5f6f9;padding: 40px 0;}
    .z6-yl .container-xl{height: auto;}
    .z6-yl .container-xl .left{width: 100%;}
    .z6-yl .container-xl .right{width: 100%;}
    .z6-yl .z6-t1{font-size: 24px;line-height: 28px;}
    .z6-yl p{font-size: 14px;line-height: 22px;margin-top: 15px;margin-bottom: 25px;}
    .z6-yl .hmyl-qh-btn{margin-bottom: 20px;}
    .z6-yl .container-xl .right .qh .t3{padding: 15px;}
}

.z7-news{padding: 100px 0;}
.z7-news .z7-t1{font-size:32px;font-weight:bold;position: relative;line-height:42px;text-align: center;}
.z7-news .z7-t2{font-size: 16px;line-height: 24px;color: #999999;margin-top: 20px;text-align: center;margin-bottom: 60px;}
.z7-news .z7-item .z7-t3{font-size: 19px;line-height: 26px;margin-top: 20px;margin-bottom: 15px;font-weight: bold;}
.z7-news .z7-item .z7-t3 a{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.z7-news .z7-item p{font-size: 16px;line-height: 24px;color: #999999;}
.z7-news .z7-item time{font-size: 18px;color: #666666;display: block;margin-top: 35px;}

@media(max-width:768px) {
    .z7-news{padding: 40px 0;}
    .z7-news .z7-t1{font-size: 24px;line-height: 28px;}
    .z7-news .z7-t2{font-size: 14px;line-height: 22px;margin-top: 15px;margin-bottom: 25px;}
    .z7-news .z7-item p{font-size: 14px;line-height: 22px;}
    .z7-news .z7-item{margin-bottom: 15px;}
    .z7-news .z7-item .z7-t3{margin-top: 15px;}
    .z7-news .z7-item time{margin-top: 10px;font-size: 16px;}
}

.z8-contact{background: url(../../images/z8-bg.webp) no-repeat center;padding: 80px 0;background-size: cover;}
.z8-contact .container-xl{display: flex;justify-content: space-between;flex-wrap: wrap;}
.z8-contact .left{width: 60%;}
.z8-contact .right{width: 30%;}
.z8-contact .left .z8-t1{font-size:32px;font-weight:bold;position: relative;line-height:42px;}
.z8-contact .left p{font-size: 16px;line-height: 24px;color: #999999;margin-top: 25px;}
.z8-contact .left .z8-more{background-color: rgb(210, 44, 44);clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);font-size: 20px;color: #fff;display: flex;width: 260px;height: 52px;margin-top: 35px; align-items: center;justify-content: center;}
.z8-contact .left .z8-more:hover{text-decoration: underline;}
.z8-contact .z8-t2{font-size: 18px;font-weight: bold;border-bottom: 1px solid #cccccc;position: relative;padding-bottom: 15px;margin-bottom: 20px;}
.z8-contact .z8-t2:after{content: "";width: 158px;height: 1px;background-color: #e60012;position: absolute;left: 0;bottom: -1px;z-index: 1;}
.z8-contact ul li{font-size: 16px;line-height: 24px;color: #666;position: relative;padding-left: 25px;margin-top: 15px;}
.z8-contact ul li:before{content: "\f00c";color: #d22c2c;font-family: cmsfont;position: absolute;left: 0;}

@media(max-width:768px) {
    .z8-contact{padding: 40px 0;}
    .z8-contact .left{width: 100%;}
    .z8-contact .right{width: 100%;margin-top: 25px;}
    .z8-contact .left .z8-t1{font-size: 24px;line-height: 28px;}
    .z8-contact .left p{font-size: 14px;line-height: 22px;}
    .z8-contact .left .z8-more{margin-top: 20px;}
}

.z9-footer .z9-top{background: #2e3b7b;padding: 60px 0;color: #fff;}
.z9-footer a{color: #fff;}
.z9-footer a:hover{text-decoration: underline;}
.z9-footer .z9-top .container-xl{display:flex;flex-wrap: wrap;justify-content: space-between;}
.z9-footer .z9-top .z9-box1{width: 29%;}
.z9-footer .z9-top .z9-box2{width: 29%;}
.z9-footer .z9-top .z9-box3{width: 20%;}
.z9-footer .z9-bottom{background-color: #434f88;font-size: 16px;line-height: 37px;color: #fff;padding: 11px 0;}
.z9-footer .z9-top .z9-desc{margin: 20px 0 80px;}
.z9-footer .z9-top .z9-share{display: flex;align-items: center;}
.z9-footer .z9-top .z9-share .z9-share-item{cursor: pointer; width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;background: #586295;margin-right: 13px;}
.z9-footer .z9-top .z9-share .z9-share-item:hover{background: #d22c2c;transition: all 0.5s;}
.z9-footer .z9-top .z9-t1{font-size: 18px;font-weight: bold;margin-bottom: 35px;}
.z9-footer .z9-top ul li{margin-bottom: 25px;position: relative;padding-left: 40px;}
.z9-footer .z9-top ul li:before{content: "";width:21px;height:7px;background:url(../../images/z9-tb1.webp) no-repeat;position:absolute;left:0;top:6px; }
.z9-footer .z9-top ul li:last-child{margin-bottom: 0;}
.z9-footer .z9-top .addr-item{position: relative;padding-left: 30px;margin-bottom: 25px;}
.z9-footer .z9-top .addr-item:before{content: "\f879";font-family: cmsfont;font-size: 18px;position: absolute;left: 0;top: 0;}
.z9-footer .z9-top .addr-item:nth-child(3):before{content: "\f0e0";}
.z9-footer .z9-top .addr-item:nth-child(4):before{content: "\f232";}
.z9-footer .z9-top .addr-item:last-child{margin-bottom: 0;}

@media(max-width:768px) {
    .z9-footer .z9-top{padding: 40px 0;}
    .z9-footer .z9-top .z9-box1{width: 100%;}
    .z9-footer .z9-top .z9-box2{width: 100%;margin-top: 30px;}
    .z9-footer .z9-top .z9-box3{width: 100%;margin-top: 30px;}
    .z9-footer .z9-bottom{font-size: 14px;line-height: 22px;text-align: center;}
    .z9-footer .z9-top .z9-desc{margin-bottom: 30px;}
}

.z10-banner{margin-top: 81px;position: relative;}
.z10-banner .z10-box{max-width: 600px;color: #333;text-align: left;}
.z10-banner .z10-box .z10-t1{font-size: 38px;line-height: 44px;font-weight: bold;}
.z10-banner .z10-box p{font-size: 16px;line-height: 28px;color: #666;margin-top: 30px;}
.z10-banner .z10-box p span{color: #d22c2c;}

@media(max-width:768px) {
    .z10-banner{margin-top: 0;}
    .z10-banner .z10-box .z10-t1{font-size: 28px;line-height: 32px;}
    .z10-banner .z10-box p{display: none;}
}