﻿@charset "utf-8";blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:lighter}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;line-height:1.75;font-size:1.6rem;color:#333;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{width:100%;height:auto;position:relative}
/*公共样式*/
.container{width:100%;max-width:1600px;margin:auto;}
.img-cover{ position: relative; padding-bottom: 75%;}
.img-cover img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
.img-contain{ position: relative; padding-bottom: 75%;}
.img-contain img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: contain;}
.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}
.flwrap{  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.fixed{ position: fixed;}
/*按钮hover效果*/
.btn-ripple {background-color: #025bc3;color: #fff;position: relative;overflow: hidden;}
.btn-ripple::after {content: "";position: absolute; top: 50%;left: 50%;width: 0;height: 0;background: rgba(0, 0, 0, 0.2);border-radius: 50%;transform: translate(-50%, -50%);transition: width 0.6s ease, height 0.6s ease; }
.btn-ripple:hover::after {width: 30rem; height: 30rem;}
/*头部样式*/
.header{ width: 100%; padding: 0 1.5rem; box-sizing:border-box; z-index: 999; transition: all 0.5s; background: #fff;}
.header.hbbg{ box-shadow: 0 0 1rem rgba(0,0,0,.1); background: #fff;}
.header .box.flex{ justify-content: space-between;}
.header .logo{ position: relative; z-index: 1002; padding: 1rem;}
.header .logo img{ max-height: 6rem;}
.header .lang{ position: relative; z-index: 1002; margin-left: 5%;}
.navbox{position: relative; z-index: 1001; width: 100%; -webkit-justify-content:flex-end; justify-content:flex-end}
.nav{width: auto; min-width: 80rem; height: 8rem; line-height: 8rem; padding:0 3rem}
.nav > ul > li{ position: relative; width:auto;}
.nav > ul > li>a{ position: relative; z-index: 1; display: block; width: 100%; padding: 0 1rem;  text-align: center; font-size: 1.8rem; font-weight: bold; transition: all 0.5s;}
.nav ul li:hover > a,.nav ul li.active > a{ color:#025bc3}
.nav ul li .subnav{ position: absolute; left: -50%; top: 8rem; min-width: 200%; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#f5f5f5;}
.nav ul li:hover .subnav{max-height: 100rem;}
.nav .subnav > a{ display: block; line-height:1.5; padding: 1.5rem 3rem; color:#333; font-size: 1.5rem; border-left: 3px solid #f5f5f5; text-align: center; transition: all 0.5s; background: center;white-space: nowrap;}
.nav .subnav > a:hover{ color: #025bc3; border-left: 3px solid #025bc3; background:url(../images/arrow-drop-right-line.png) no-repeat 95% center #fff;}
.nav > ul > li > a::before {position: absolute;bottom: 0;left: 50%;display: block;width: 0;height: 4px;background-color: #025bc3;content: '';transition: all .2s ease;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);}
.nav > ul > li > a:hover::before {width: 100%;}
/*移动端导航样式*/
.menu-handler{position: relative;z-index:1012;left:0;top:0;width:auto; width: 7rem; height:7rem; padding: 1.5rem; overflow:hidden;cursor:pointer;}
.menu-handler .icon-menu{ position: relative; width: 4rem; height: 4rem; background: #025bc3;}
.menu-handler .burger{position:absolute;z-index:5;top:1rem;left:0.8rem;display:block;width:3rem;height:2px;margin:0;background:#fff;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-1{ width: 2.4rem;}
.menu-handler .burger-2{ width: 2.4rem; top:1.9rem}
.menu-handler .burger-3{ width: 2.4rem; left: auto; right: 0.8rem; top:2.8rem}
.menu-handler.active .burger-1{ width: 2.4rem; top:2rem;-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2{opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{width: 2.4rem; top:2rem;-webkit-transform:rotate(-225deg);transform:rotate(-225deg);}
.menuBlack{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:#fff;display:none}
.menuBox{position:fixed;width:100%;top:0;left:-100%;height:100%; z-index:1001;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;background:url(../images/hbg.jpg) no-repeat center #fff; background-size: cover;}
.navMobile{margin-top:10rem;padding:3rem 0; display: flex; justify-content: center; flex-wrap: wrap;}
.navMobile dd{ width: 16%;}
.navMobile dd a{display:block;line-height:1;color:#333;font-weight:400;font-size:2.4rem;text-align:center;}
.navMobile dd p{ border-right: 1px solid rgba(0,0,0,0.1);}
.navMobile dd:last-child p{ border-right:0;}
.navMobile dd p a.act{color:#025bc3}
.navMobile dd a:hover{color: #025bc3;}
.navMobile .mtnav{ margin-top: 3rem; max-height: 50rem; overflow-y: hidden;}
.navMobile .mtnav a{ line-height: 5rem; font-size:1.6rem}
.navMobile .mtnav a:hover{ color: #025bc3;}
.menuBox .hfoot{ justify-content: flex-end; margin-top: 3rem;}
.menuBox .hfoot a{ display: block; padding: 0 3rem; font-size: 1.4rem; font-weight: bold; border-right: 1px solid rgba(0,0,0,.1);}
.menuBox .hfoot a:hover{ color: #025bc3;}
/*幻灯大图*/
.home{width:100%;height:auto; padding-top: 8rem; overflow:hidden; position:relative;}
.home .swiper-container{width:100%;height:100%}
.home .swiper-slide{position:relative;background:#fff;overflow:hidden}
.home .swiper-slide-txt{ position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}
.home .swiper-slide-txt .swiper-slide-txt-box{ max-width: 1000px; padding-bottom: 10rem;}
.home .swiper-slide-txt h3{ font-size: 3rem; color: #fff; opacity: 0; transform: translateY(30px); transition: all 0.5s;}
.home .swiper-slide-txt h1{ text-transform: uppercase; height: auto; line-height: 4.5rem; font-size: 4.5rem; margin-bottom: 2rem; color: #fff; opacity: 0; transform: translateY(80px); transition: all 1s; justify-content: flex-start; align-items: stretch;}
.home .swiper-slide-txt h1 span.color1,.home .swiper-slide-txt h1 span.color2{ display: block; width: 2rem; height: 5rem;}
.home .swiper-slide-txt h1 span.color1{ background: #025bc3;}
.home .swiper-slide-txt h1 span.color2{ background: #fff;}
.home .swiper-slide-txt h1 span:last-child{ margin-left: 2rem;}

.home .swiper-slide-txt p{ margin: 2rem 0; font-size: 2rem; line-height: 1.5; color: #fff; font-weight: normal; opacity: 0; transform: translateY(30px); transition: all 0.5s; margin-bottom: 6rem;}
.home .swiper-slide-txt a{ display: inline-block; width: auto; height: 5rem; line-height: 5rem; font-size: 1.6rem; padding:0 2rem; color: #fff; background: #025bc3; border-radius: 1rem;}
.home .swiper-slide-txt a span{ display: inline-block;}
.home .swiper-slide-txt a span:last-child{ display: inline-block; margin-left: 3rem; width: 1rem; height: 1rem; background: url(../images/arrow-l.png) no-repeat center;}
.home .swiper-slide-active .swiper-slide-txt h3 {opacity: 1; transform: translateY(0px);}
.home .swiper-slide-active .swiper-slide-txt h1 {opacity: 1; transform: translateY(0px);}
.home .swiper-slide-active .swiper-slide-txt p {opacity: 1; transform: translateY(0px);}
.home .swiper-slide-img{ width: 100%; height: auto; background: #000;}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1); opacity: 0.7;}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.swiper-pagination-box{ position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;}
.home .swiper-pagination{ top: calc(50% + 12rem); width: 30rem; height: 3rem; text-align: left;}
.home .swiper-pagination-bullet{width:1.2rem;height:1.2rem; margin-right: 2rem; border-radius: 1.2rem; opacity:1;background:rgba(255,255,255,.5);transition:all .5s}
.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0.5rem;}
.home .swiper-pagination-bullet-active{ background:#025bc3;}
.home .swiper-button-next,.home .swiper-button-prev{ right: 2.85rem; left: auto; top: 50%; width:4rem ;height:4rem; border-radius: 4rem; border: 2px solid #fff; }
.home .swiper-button-next{ background: url(../images/l.png) no-repeat center;background-size: 2rem; margin-top: -10rem; }
.home .swiper-button-prev{ background: url(../images/r.png) no-repeat center;background-size: 2rem; margin-top: 6rem; }
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background-color: #025bc3; border-color: #025bc3;}
.mouse_icon{ position: absolute; left: 50%; bottom:5rem; cursor:pointer; margin-left: -8rem; width: 16rem; padding: 1rem; height: auto;color: rgba(255, 255, 255, .75); text-align: center; z-index: 1002;}
.mouse_icon p{ font-size: 1.4rem; display: block; margin-top: 0.5rem;  padding: 0 1rem;}
.mouse_icon .mouse{ width: 2.5rem; height: auto; margin:auto; position: relative;}
.mouse_icon .mouse img{ -webkit-animation: upAnimate 2s ease infinite; width: 100%;}
@-webkit-keyframes upAnimate{
    0%,100%{
        -webkit-transform: translateY(-4px);
    }
    50%{
        -webkit-transform: translateY(4px);
    }
}
.mouse_icon .icon{ width: 12px; margin: 0px auto;}
.mouse_icon .icon img{ -webkit-animation: upAnimate2 2s ease infinite;} 
@-webkit-keyframes upAnimate2{
    0%,100%{
        -webkit-transform: translateY(-1px);
    }
    50%{
        -webkit-transform: translateY(3px);
    }
}
/*底部*/
.footer{position: relative; width: 100%; height: auto; padding: 5rem 0; background: url(../images/map_bg.png) no-repeat center #f5f5f5; background-size: cover; overflow: hidden; border-top: 5px solid #025bc3;}
.footer .lbox{ width: 30rem;}
.footer .lbox img.flogo{filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); opacity: 0.5;}
.footer .lbox .WeChat{ margin-top: 5rem;}
.footer .lbox .WeChat .item{ width: calc(50% - 1rem)}
.footer .lbox .WeChat img{ width: 100%; max-width: 15rem;}
.footer .lbox .WeChat p{ padding-top: 1rem; line-height: 1.5; font-size: 1.4rem;}
.footer .rbox{ width: calc(100% - 30rem); max-width: 1000px;}
.footer .rbox ul.fast-nav{ height: auto; overflow: hidden; margin: 5rem 0; align-items: stretch;}
.footer .rbox ul li{margin: 0 1rem;}
.footer .rbox ul li h3{ padding-bottom: 2rem; font-size: 1.8rem;} 
.footer .rbox ul li h3 a{ color: #025bc3;}
.footer .rbox ul li p{ max-width: 25rem; line-height: 1.2; margin: 1rem 0;}
.footer .rbox ul li p a{ font-size: 1.4rem;}
.footer .rbox ul li p a:hover{ color: #025bc3;}
.footer .share{ width: 100%; height: auto; padding: 3rem 0; justify-content: flex-end;}
.footer .share a{ display: block; margin-left: 1rem; width: 4rem; height: 4rem; border-radius: 50%; background: #aaa; padding: 1rem;}
.footer .share a img{ display: block; max-width: 100%;}
.footer .share a:hover{ background: #025bc3;}
.footer .copyright{ padding-top: 3rem; font-size: 1.4rem; line-height: 2; color: #666; border-top: 1px solid #ddd;}
.footer .copyright a{ color: #333;}
.footer .copyright a:hover{ color: #025bc3;}
/*侧边栏客服代码*/
.return {position: fixed;z-index: 998;width: 5rem;height: 5rem;bottom: 2rem;right: 2.5rem;opacity: 0;background-color: #025bc3;border-radius: 50%;background-repeat: no-repeat;background-position: center;cursor: pointer;background-image: url(../images/fanhui.png);transition: all 0.5s;}
.return.on{ opacity: 1;}
/* 语言选择容器 - 核心样式 */
.custom-select{position: relative;width: auto;margin: 0 1rem;}
.select-trigger {padding:0 1rem;height: 3rem;line-height: 3rem;font-weight: bold; padding-right: 3rem;font-size: 1.8rem; cursor: pointer;position: relative;transition: border-color 0.2s; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.select-trigger::after {content: ""; background: url(../images/down.png) no-repeat center; width: 3rem; height: 2rem; position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 1.2rem;color: #999;transition: transform 0.2s; background-size: 1.2rem;}
.select-trigger.active::after {transform: translateY(-50%) rotate(180deg);}
.select-options {position: absolute;top: calc(100% + 2.5rem);right: 0; background-color: #f5f5f5; max-height: 0; overflow: hidden;transition: max-height 0.2s ease;z-index: 100;}
.select-options.show {max-height: 500px;}

.chinese_simplified > a{ background: url(../images/lang1.png) no-repeat 1rem center;}
.chinese_traditional > a{ background: url(../images/lang2.png) no-repeat 1rem center;}
.english > a{ background: url(../images/lang3.png) no-repeat 1rem center;}
.indonesian > a{ background: url(../images/lang4.png) no-repeat 1rem center;}
.hindi > a{ background: url(../images/lang5.png) no-repeat 1rem center;}
.thai > a{ background: url(../images/lang6.png) no-repeat 1rem center;}
.tamil > a{ background: url(../images/lang7.png) no-repeat 1rem center;}
.vietnamese > a{ background: url(../images/lang8.png) no-repeat 1rem center;}
.korean > a{ background: url(../images/lang9.png) no-repeat 1rem center;}
.malay > a{ background: url(../images/lang10.png) no-repeat 1rem center;}
.filipino > a{ background: url(../images/lang11.png) no-repeat 1rem center;}
.japanese > a{ background: url(../images/lang12.png) no-repeat 1rem center;}

.select-options a{ display: block; padding: 1rem 1rem 1rem 5rem; color: #333; font-size: 1.2rem; background-size: 3rem;}
.select-option { cursor: pointer;transition: background-color 0.2s;}
.select-option:hover {background-color: #fff;}
.select-option.selected {background-color: #fff; font-weight: 500;}
/*不同语种自定义样式*/
.russian .nav > ul > li > a{ font-size: 1.2rem;}
.tamil .nav > ul > li > a,.tamil .nav .subnav > a{ font-size: 1.2rem;}
.english .nav .subnav > a{ font-size: 1.2rem;}

/*搜索框*/
.search_container {width: 600px;height: 250px;margin: 0 auto;position: fixed;top: 240px;left: 50%;transform: translateX(-50%);z-index: 999;background-color: #fff;padding: 60px 0;display: none;box-shadow: 0 0 3rem rgba(0,0,0,0.1);}
.search_container input {position: relative;border: none;background: #f5f5f5;padding-left: 70px;font-size: 20px;color: #3a434a;width: 500px;margin: 0 auto;display: block;font-weight: 400;line-height: 60px;}
.search_container #searchBtn {background: url(../images/search_btn.png) no-repeat center center;background-size: 25px 25px;display: block;width: 60px;height: 40px;position: absolute;top: 70px;left: 55px;}
.search_container .search_close {background: url(../images/search_close.png) no-repeat center center;background-size: 15px 15px;width: 25px;height: 25px;display: block;position: absolute;top: 22px;right: 22px;cursor: pointer;}
.search_container .search_list {position: absolute;top: 130px;left: 55px;}
.search_container .search_list ul {display: flex; flex-wrap: wrap; justify-content: flex-start;align-items: center;}
.search_container .search_list ul li {margin-right: 20px;}
.search_container .search_list ul li a {font-size: 14px;color: #b2b2b2;transition: 0.5s;}
.search_container .search_list ul li a:hover {color: #025bc3;}
.search_container .search_list ul li:first-child {margin-right: 10px;}
.search_container .search_list ul li:first-child a {color: #4c4c4c;}
/*按钮*/
a.more {display: inline-block;width: auto;height: 5rem;line-height: 5rem;font-size: 1.6rem;padding: 0 2rem;color: #fff;background: #025bc3;border-radius: 1rem;}
a.more span:last-child {display: inline-block;margin-left: 3rem;width: 1rem;height: 1rem;background: url(../images/arrow-l.png) no-repeat center;}
button.more {display:block; width: auto;height: 5rem;line-height: 5rem;font-size: 1.6rem;padding: 0 2rem;color: #fff;background: #025bc3;border-radius: 1rem;}
button.more span:last-child {display: inline-block;margin-left: 3rem;width: 1rem;height: 1rem;background: url(../images/arrow-l.png) no-repeat center;}

/*首页*/
.wrapper{position: relative; width: 100%; height: auto; overflow: hidden; background: #fff;}
.l_title{ position: relative; width: 100%; height: auto; line-height: 5rem; font-size: 4rem; font-weight: bold; display: flex; justify-content: flex-start; margin-bottom: 1rem; color: #025bc3;}
.l_title span.dot{ display: block; width: 4rem; height: 5rem; position: relative;}
.l_title span:not(.dot){ padding: 0 3rem;}
.l_title span.dot::before{ content: ""; position: absolute; left: 0; top: 0; width: 2rem; height: 5rem; background: #025bc3;}
.l_title span.dot::after{ content: ""; position: absolute; right: 0; top: 0; width: 2rem; height: 5rem; background: #fff;}
.l_title.color span.dot::after{ background: #eee;}

.moduleA{ width: 100%; height: auto; overflow: hidden; padding: 5rem 0;}
.numCount{ width: 100%; height: auto; overflow: hidden; float: left; margin: 5rem 0;}
.numCount .item{ width:25%; border-left: 1px solid rgba(0,0,0,.2); padding:0 1rem;cursor: pointer;}
.numCount .item:first-child{ border-left: 0;}
.numCount .item .txt{ text-align: center;}
.numCount .item .txt h3{ transition: all 0.5s; font-size: 8rem;color:#025bc3}
.numCount .item .txt h3 sup{font-size:3rem; font-weight: normal; color: #025bc3; vertical-align: top; top: 2rem;}
.numCount .item .txt p{ color:#333; font-size: 1.8rem; line-height: 1.2; margin-top: 3rem; font-weight: bold;}
.moduleA .box{ width: 100%; margin: 5rem 0;}
.moduleA .left{ width: calc(50% - 5rem);}
.moduleA .right{ width: calc(50% - 5rem);}
.moduleA .left h3{ font-size: 2.5rem; color: #666; font-weight: normal; margin: 3rem 0;}
.moduleA .left p{ line-height: 3rem; font-size: 1.6rem; color: #666; margin: 3rem 0; text-align: justify; display: -webkit-box; overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.moduleA .right{ border-top-left-radius: 6rem; border-bottom-right-radius: 6rem; overflow: hidden;}
.moduleA .right .img-cover{ padding-bottom: 65%;}
.moduleA .right .imgbox{ position: relative;}
.moduleA .right .vbtn{ position: absolute; z-index: 999; width: 8rem; height: 8rem; text-align: center; left: 50%; top: 50%; margin-top: -4rem; margin-left: -4rem; color: #fff; cursor: pointer; padding-top: 5rem; background: url(../images/video.png) no-repeat center top; background-size: 5rem;}

.moduleB{ width: 100%; height: auto; overflow: hidden; padding: 10rem 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover;}
.moduleB .tit{ position: relative; width: 100%; height: 5rem; line-height: 5rem; font-size: 4rem; font-weight: bold; display: flex; justify-content: center;}
.moduleB .tit span.dot{ display: block; width: 4rem; height: 5rem; position: relative;}
.moduleB .tit span:not(.dot){ padding: 0 3rem;}
.moduleB .tit span.dot::before{ content: ""; position: absolute; left: 0; top: 0; width: 2rem; height: 5rem; background: #025bc3;}
.moduleB .tit span.dot::after{ content: ""; position: absolute; right: 0; top: 0; width: 2rem; height: 5rem; background: #eee;}
.moduleB_menu{ width: 100%; height: auto; overflow: hidden; margin: 5rem auto;}
.moduleB_menu .flex{ justify-content: center;}
.moduleB_menu a{ display: block; padding: 1rem 3rem; margin:0.5rem; background: #f5f5f5; border-radius: 1rem; font-size: 1.4rem; line-height: 1.2;}
.moduleB_menu a.on,.moduleB_menu a:hover{ background: #025bc3; color: #fff;}
.moduleB_box ul{ justify-content: flex-start;}
.moduleB_box ul li{ width: calc(25% - 3rem); margin-right: 4rem; margin-bottom: 4rem;}
.moduleB_box ul li:nth-child(4n){ margin-right: 0;}
.moduleB_box ul li a{ display: block; border-radius: 1rem; background: #eee; padding: 1rem;} 
.moduleB_box ul li .img{ border-radius: 1rem; padding: 3rem; background: #fff;}
.moduleB_box ul li .img-contain{ padding-bottom: 66.667%;}
.moduleB_box ul li .txt{ background: #eee; padding: 2rem 0; font-weight: bold; text-align: center; line-height: 1.2;}
.moduleB_box ul li:hover a,.moduleB_box ul li:hover .txt{ background: #025bc3; color: #fff;}
/*应用领域*/
.moduleC{ position: relative; width: 100%; height: auto; padding: 10rem 0; overflow: hidden; background: #f5f5f5;}
.moduleC .des{ font-size: 1.4rem; color: #666;}
.moduleC_box{ margin-top: 5rem;}
 /* 手风琴容器 - 还原原始样式 */
.accordion-container {width: 100%; margin: 0 auto; height: 600px; display: flex; gap: 2rem; overflow: visible;}
.accordion-item {flex: 1; height: 100%; position: relative;overflow: hidden;cursor: pointer;transition: flex 0.5s ease;border-radius: 1rem;box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);}
.accordion-container:hover .accordion-item {flex: 1; }
.accordion-container:hover .accordion-item:hover {flex: 2; }
.accordion-item:first-child {flex: 2;}
.accordion-img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.8s ease;transform: scale(1);}
.accordion-item:hover .accordion-img,
.accordion-item:first-child .accordion-img {transform: scale(1.05);}
.accordion-container:hover .accordion-item:not(:hover) .accordion-img {transform: scale(1);}
.accordion-text {position: absolute;bottom: 0;left: 0;width: 100%;padding: 20px;color: #fff;min-height: 80px;display: flex;flex-direction: column;background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);transition: background 0.3s ease;}
.accordion-item:hover .accordion-text,
.accordion-item:first-child .accordion-text {background: linear-gradient(to top, rgba(0, 51, 153, 0.8) 0%, rgba(0, 51, 153, 0) 100%);}
.accordion-container:hover .accordion-item:not(:hover) .accordion-text {background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);}
.text-title {font-size: 1.8rem;font-weight: bold;margin-bottom: 1rem;height: auto;line-height: 3rem;flex-shrink: 0;}
.text-desc {font-size: 1.2rem;line-height: 1.4;opacity: 0;max-width: 90%;transition: opacity 0.3s ease 0.2s;height: 40px;flex-shrink: 0;visibility: hidden;}
.accordion-item:hover .text-desc,
.accordion-item:first-child .text-desc {opacity: 1;visibility: visible;}
.accordion-container:hover .accordion-item:not(:hover) .text-desc {opacity: 0;visibility: hidden;}
@media (max-width: 1199px) {
    .accordion-container {display: grid;grid-template-columns: 1fr 1fr; /* 每行2个卡片 */grid-template-rows: auto auto;   /* 自动分2行 */grid-gap: 1rem; /* 卡片间距（行列都生效） */width: 100%;    /* 占满屏幕宽度 */min-height: auto;/* 取消最小高度，自适应内容 */}
    .accordion-item {flex: none; /* 取消flex伸缩 */width: 100%; /* 占满网格单元格 */height: auto; /* 高度自适应padding-top */border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);}
    .accordion-container:hover .accordion-item,
    .accordion-container:hover .accordion-item:hover,
    .accordion-item:first-child {flex: none;width: 100%;height: auto;}
    .accordion-img {transform: scale(1.05) !important;}
    .accordion-text {background: linear-gradient(to top, rgba(0, 51, 153, 0.8) 0%, rgba(0, 51, 153, 0) 100%) !important;min-height: 70px;padding: 15px 12px;}
    .text-title {font-size: 2rem;height: auto;line-height: 2rem;margin-bottom: 1rem;white-space: normal; /* 允许换行 */max-width: 95%;}
    .text-desc {font-size: 1.4rem;height: auto;max-width: 95%;line-height: 1.3;opacity: 1 !important;visibility: visible !important;}
    
}
@media (max-width: 768px) {
    .tamil .accordion-container{grid-template-columns: 1fr;height: auto;}
}
/*新闻*/
.moduleD{position: relative; width: 100%; height: auto; padding: 10rem 0; overflow: hidden; background: #fff;}
.moduleD .submenu{ justify-content: flex-end;}
.moduleD .submenu a{ display: block; padding: 1rem 3rem; margin-left: 1rem; border-radius: 1rem; background: #eee; font-size: 1.4rem;}
.moduleD .submenu a:hover{ background: #025bc3; color: #fff;}
.moduleD_box{ margin-top: 5rem;}
.moduleD_box ul{ align-items: stretch;}
.moduleD_box ul li{ width: calc(25% - 3rem);border-radius: 1rem;}
.moduleD_box ul li a{ display: block; width: 100%; height: 100%; overflow: hidden; background: #f0f0f0; border-radius: 1rem; transition: all 0.5s;}
.moduleD_box ul li .img{ overflow: hidden;}
.moduleD_box ul li .txt{ position: relative; padding: 1.5rem; padding-top: 4rem;}
.moduleD_box ul li .txt h3{ font-size: 1.6rem; line-height: 1.5;}
.moduleD_box ul li .txt p{ font-size: 1.4rem; line-height: 1.5; color: #666; margin: 2rem 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.moduleD_box ul li .txt .date{ position: absolute; left: 1rem; top: -2rem; background: #025bc3; border-radius: 1rem; padding: 1rem 3rem; color: #fff; font-size: 1.2rem;}
.moduleD_box ul li:hover{box-shadow: 0 0 3rem rgba(0, 0, 0, .2);}
.moduleD_box ul li:hover a{ background: #025bc3; }
.moduleD_box ul li:hover h3,.moduleD_box ul li:hover p{ color: #fff;}
.moduleD_box ul li:hover .date{ background: #fff; color: #025bc3;}
.moduleD_box ul li img{ transform: scale(1.1); transition: all 0.5s;}
.moduleD_box ul li:hover img{ transform: scale(1);}
 
/*联系*/
.moduleE{position: relative; width: 100%; height: auto; padding: 10rem 0; overflow: hidden; background: url(../images/contact_bg.jpg) no-repeat center; background-size: cover;}
.moduleE_box .txt{width: 50%;}
.moduleE_box .txt h1{ font-size: 2rem; margin-bottom: 3rem;}
.moduleE_box .contact p{ justify-content: flex-start; align-items: stretch;}
.moduleE_box .contact p span{ padding: 1rem 1rem 1rem 0; display: block;}

.moduleE_box .msg{width: 40%;}
.moduleE_box .form-container {width: 100%;margin: 0 auto; background: #fff; box-shadow: 0 0 1rem rgba(0, 0, 0, .1); }
.moduleE_box .form-header {background-color: #025bc3;color: #fff;padding: 3rem; font-size: 3rem; }
.moduleE_box .form-body {padding: 3rem;}
.moduleE_box .form-control-custom { height: 6rem; border: none; border-bottom: 1px solid #ddd; border-radius: 0; padding: 1rem 0; line-height: 3rem; font-size: 1.6rem;box-shadow: none;}
.moduleE_box .form-control-custom:focus {border-color: #025bc3;outline: none;box-shadow: none;}
.moduleE_box button{ margin-top: 3rem; border: none}

@media (max-width: 1199px) {

}
@media (max-width: 768px) {
    
}