html,body{scroll-behavior: smooth;}
html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;max-width: 1920px;margin: 0 auto;padding-left: 80px;padding-right: 80px;}
.w1520{position: relative;width: 1520px;margin: 0 auto;}
.w1280{position: relative;width: 1280px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}


.h-header-zw{height: 90px;}
.h-header{background: #ffffff;z-index: 9998;position: fixed;top: 0;left: 0;width: 100%;border-bottom: 1px solid #eee;}
.h-header>div{display: flex;align-items: center;}
.h-logo{margin-right: auto;}
.h-nav{display: flex;margin-right: 100px;}
.h-nav .li{position: relative;}
.h-nav .li+.li{margin-left: 60px;}
.h-nav .li a{display: block;font-size: 18px;color: #333333;line-height: 90px;}

.h-nav .h-subnav {width:160px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translate(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.h-nav .h-subnav ol {padding:12px 0;}
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 15px 10px;box-sizing: border-box; width: 100%; display:block;line-height:18px;color:#333;font-size: 14px;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#152c8d;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.h-more{display: flex;align-items: center;justify-content: center;margin-right: 20px;}
.h-lang{display: flex;align-items: center;justify-content: center;padding: 0 10px;position: relative;z-index: 9;}
.h-lang span{font-size: 16px;color: #152c8d;line-height: 40px;}
.h-lang img{margin-left: 10px;}
.h-lang a {
    font-weight: bold;
    color: #152c8d; /* 可选：保持颜色一致 */
    text-decoration: none; /* 可选：去除下划线 */
    margin-left: 5px; /* 可选：添加一些间距 */
}


.wap-header{display: none;}
.wap-header{background: #ffffff;height:60px;z-index: 9998;position: fixed;top: 0;left: 0;width: 100%;border-bottom: 1px solid #eee;}
.wap-header>div{display: flex;align-items: center;height: 100%;z-index: 9;background: #ffffff;}
.wap-header .toggle{display: block; width: 30px; height: 18px; position: relative; z-index: 6;padding: 0 10px;}
.wap-header .toggle i{display: block; width: 30px; height: 3px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap-header .toggle i:nth-of-type(1){top: 0;}
.wap-header .toggle i:nth-of-type(2){top: 10px;}
.wap-header .toggle i:nth-of-type(3){top: 20px;}
.wap-header .toggle.on i{background: #000;}
.wap-header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap-header .toggle.on i:nth-of-type(2){width: 0;}
.wap-header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap-header .w-logo{margin-right: auto;height: 50px;position: relative;z-index: 9;}
.wap-header .w-logo img{height: 100%;}
.h-lang span,
.h-lang a {
    color: #152c8d;
}

/* 可选：加粗电话号码 */
.h-lang a {
    font-weight: bold;
    text-decoration: none;  /* 去掉下划线 */
    margin-left: 4px;      /* 调整间距 */
}

.wap-header .w-nav{width: 100%; background: #fff; height: 100vh; padding: 60px 0 20px 0; position: fixed; left: 0; top: 0; z-index: 5; transform: translateY(-100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap-header .w-nav.open{transform: translateY(0); opacity: 1;}
.wap-header .w-nav > ul{height: 100%;width:100%; margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap-header .w-nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap-header .w-nav > ul > li:first-child{border-top: 0 none;}
.wap-header .w-nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap-header .w-nav ul li a:active  {color: #152c8d !important;}
.wap-header .w-nav ul li ul{display: none;}
.wap-header .w-nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap-header .w-nav ul li i.down{color: #152c8d; transform: rotate(90deg);}
.wap-header .w-nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap-header .w-nav ul li ul li{margin-right: 0;}
.wap-header .w-nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap-header .w-nav ul li ul li i{top: -10px;}




.mySwiperBanner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperBanner .swiper-slide {font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.bannerItem{display: block;width: 100%;height: calc(100vh - 90px);overflow: hidden;position: relative;}
.bannerItem .img{height: 100%;}
.bannerItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bannerItem .desc{position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.bannerItem .desc .atit{font-size: 60px;color: #FFFFFF;line-height: 1.5;letter-spacing: 5px;margin-bottom: 5px;font-weight: bold;}
.bannerItem .desc .btit{font-size: 18px;color: #FFFFFF;line-height: 1.5;margin-bottom: 45px;font-weight: bold;}
.bannerItem .desc .ctit{display: flex;}
.bannerA{display: flex;align-items: center;justify-content: center;width: 200px;height: 50px;border: 1px solid #FFFFFF;border-radius: 25px;font-size: 17px;color: #FFFFFF;font-weight: bold;line-height: 1.2;}
.bannerA img{margin-right: 10px;}
.bannerA:hover{background: #152c8d;border-color: #152c8d;}
.banner .swiper-pagination{display: flex;justify-content: center;}
.banner .swiper-pagination-bullet{display: block;width: 70px;height: 2px;background: #FFFFFF;margin: 0 5px !important;opacity: 1;transition: .3s;}
.banner .swiper-pagination-bullet-active{background: #152c8d;}


.swiper-slide-active .bannerItem .desc .atit {animation: bannerupB .8s ease both;animation-delay:100ms;}
.swiper-slide-active .bannerItem .desc .btit {animation: bannerupB .8s ease both;animation-delay:400ms;}
.swiper-slide-active .bannerItem .desc .ctit {animation: bannerupB .8s ease both;animation-delay:700ms;}
@keyframes bannerupT {0% {transform: translateY(-60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannerupB {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}



.indTitle{display: flex;padding: 30px 0 30px;position: relative;}
.indTitle .atit{font-size: 40px;font-weight: bold;color: #333333;line-height: 1.5;position: relative;z-index: 9;}
.indTitle .btit{margin-left: auto;position: relative;z-index: 9;}
.indTitle .bgtit{font-size: 280px;font-weight: bold;font-family: Arial;color: #EAEAEA;opacity: 0.59;position: absolute;left: -30px;top: 50%;transform: translateY(-40%);line-height: 1;}
.indTitle.white .atit{color: #ffffff;}
.indTitle.center{text-align: center;justify-content: center;}

.indA{width: 165px;height: 50px;background: #152c8d;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #FFFFFF;}
.indA img{margin-left: 5px;display: block;}
.indA:hover{transform: translateY(-5px);box-shadow: 0px 5px 10px 0 #ccc;}
.indA.white{background: #ffffff;color: #152c8d;}
.indA.white:hover{box-shadow: 0px 5px 10px 0 #333;}

.sec1{padding: 20px 20px 40px;}
.indProList{display: flex;flex-wrap: wrap;}
.indProItem{width: calc(50% - 10px);margin: 0 20px 20px 0;position: relative;}
.indProItem:nth-of-type(2n){margin-right: 0;}
.indProItem .img{overflow: hidden;}
.indProItem .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.indProItem .desc{position: absolute;bottom: 20px;left: 0;width: 100%;z-index: 2;text-align: center;padding:  0 20px;}
.indProItem .desc .atit{font-size: 22px;font-weight: bold;color: #FFFFFF;line-height: 1.5;margin-bottom: 10px;}
.indProItem .desc .btit{font-size: 20px;color: #FFFFFF;line-height: 1.5;margin-bottom: 28px;}
.indProItem .desc .ctit{font-size: 18px;color: #FFFFFF;}
.indProItem:hover .img img{transform: scale(1.08);}



.sec2{background: url(../images/sec2Bg.jpg) fixed center/cover;padding: 200px 0 150px;}
.indab_box{padding: 0 20px;max-width: 1100px;margin: 0 auto;}
.indab_box .atit{font-size: 40px;font-weight: bold;color: #FFFFFF;line-height: 1.4;text-align: center;}
.indab_box .btit{font-size: 20px;color: #FFFFFF;line-height: 30px;padding: 50px 0 90px;}
.indab_box .ctit{text-align: center;}
.indab_box .video_open{display: inline-block;cursor: pointer;}
.indab_box .ctit img{padding-right: 15px;}
.indab_box .ctit span{font-size: 18px;color: #FFFFFF;line-height: 48px;display: inline-block;}

.layui-layer-video{max-width: 1200px;}
.layui-layer-video video{display: block;width: 100%;}



.sec3{background: #F2F2F2;padding-bottom: 70px;}
.indProductList{display: flex;flex-wrap: wrap;}
.indProductItem{width: calc(25% - 24px);margin: 0 32px 32px 0;transition: .3s;}
.indProductItem:nth-of-type(4n){margin-right: 0;}
.indProductItem .img{overflow: hidden;background: #ffffff;}
.indProductItem .img img{width: 100%;transition: .5s;}
.indProductItem .desc{line-height: 90px;height: 90px;padding: 0 30px;text-align: center;font-size: 18px;color: #333333;background: #f2f2f2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indProductItem:hover{box-shadow: 0px 10px 25px 0 #ccc;transform: translateY(-10px);}
.indProductItem:hover .img img{transform: scale(1.05);}
.indProductItem:hover .desc{color: #152c8d;} 

.mySwiperPro {width: 100%;height: 100%;position: relative;overflow: hidden;padding: 20px 0;margin: -20px 0;}
.mySwiperPro .swiper-slide {display: flex;justify-content: center;align-items: center;}



.sec4{background: url(../images/sec4Bg.jpg) center/cover;padding: 100px 0 60px;}
.indCaseBox{display: flex;flex-wrap: wrap;align-items: center;}
.indCaseBox .desc{width: 40%;padding-right: 140px;}
.indCaseBox .indTitle{padding-top: 0;}
.indCaseBox .desc .line{display: block;width: 65px;height: 4px;background: #FFFFFF;margin-bottom: 40px;}
.indCaseBox .desc .btit{font-size: 18px;color: #FFFFFF;line-height: 30px;margin-bottom: 70px;}
.indCaseBox .caseList{width: 60%;display: flex;flex-wrap: wrap;}
.caseItem{width: calc(50% - 12.5px);margin: 0 25px 25px 0;position: relative;background: #0D3188;}
.caseItem:nth-of-type(2n){margin-right: 0;}
.caseItem .img{overflow: hidden;}
.caseItem .img img{width: 100%;transition: .5s;}
.caseItem p{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;text-align: center;padding: 0 10px;font-size: 30px;color: #FFFFFF;line-height: 1.3;opacity: 0;transition: .3s;}
.caseItem:hover .img img{opacity: .5;transform: scale(1.08);}
.caseItem:hover p{opacity: 1;}


.sec5{padding: 90px 0;}
.indAbout{display: flex;overflow: hidden;}
.indAbout .indAbL{width: 52%;padding-right: 35px;}
.indAbout .indTitle{padding: 0 0 25px;}
.indAbout .desc{font-size: 16px;color: #555555;line-height: 1.6;text-indent: 0em;}
.indAbout .desc p+p{margin-top: 30px;}

.indNumBox{display: flex;justify-content: space-between;padding: 40px 0 80px;}
.indNumItem{display: flex;align-items: center;}
.indNumItem+.indNumItem{margin-left: 20px;}
.indNumItem .icon{margin-right: 15px;}
.indNumItem .nDesc{}
.indNumItem .nDesc p{font-size: 16px;color: #333;line-height: 1;}
.indNumItem .nDesc p b{font-size: 30px;font-weight: bold;}
.indNumItem .nDesc span{font-size: 14px;color: #555;line-height: 1.2;display: block;margin-top: 14px;}

.inaba{display: flex;align-items: center;}
.inaba .indA{flex-shrink: 0;}
.inaba span{display: block;padding-left: 40px;font-size: 100px;font-family: Arial;font-weight: bold;color: rgba(0,0,0,.08);line-height: .7;}

.indAbout .indAbR{width: 48%;}
.indAbout .indAbR img{width: 100%;height: 100%;object-fit: cover;object-position: center;}



.sec6{background: #f9f9f9;padding-bottom: 80px;}
.indnews_box{display: flex;flex-wrap: wrap;}
.indnews_item{transition: .4s;width: calc(25% - 30px);margin-right: 40px;}
.indnews_item:nth-of-type(4n){margin-right: 0;}
.indnews_item .img{overflow: hidden;}
.indnews_item .img img{width: 100%;transition: .5s;}
.indnews_item .desc{padding: 30px 30px 20px 20px;background: #ffffff;}
.indnews_item .desc .atit{font-size: 18px;color: #333333;line-height: 20px;max-height:40px;transition: .3s;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indnews_item .desc .btit{font-size: 12px;color: #888888;line-height: 20px;max-height:60px;margin: 22px 0 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.indnews_item .desc .ctit{font-size: 14px;color: #565759;line-height: 24px;}

.indnews_item:hover{transform: translateY(-30px);box-shadow: 0px 5px 15px 0px #ccc;}
.indnews_item:hover .atit{color: #152c8d;}




.sec7{background: url(../images/sec7Bg.jpg) center/cover;text-align: center;padding: 140px 0 85px;}
.sec7 .atit{font-size: 40px;font-weight: bold;color: #FFFFFF;line-height: 1.5;}
.sec7 .btit{font-size: 20px;color: #FFFFFF;line-height: 1.5;margin: 6px 0 30px;}
.sec7 .ctit{}
.sec7 .ctit a{display: flex;align-items: center;justify-content: center;margin: 0 auto;width: 200px;height: 52px;background: #e51111;color: #fff;font-size: 16px;font-weight: bold;}
.sec7 .ctit a span{padding: 0 5px 0 10px;}
.sec7 .ctit a:hover{transform: translateY(-5px);box-shadow: 0px 5px 10px 0 #333;}



.sec8{padding: 80px 0;}
.BKList{display: flex;flex-wrap: wrap;}
.BKItem{width: calc(33.3333% - 26px);margin-right: 38px;position: relative;}
.BKItem:nth-of-type(3n){margin-right: 0;}
.BKItem .img{overflow: hidden;background: #0D3188;}
.BKItem .img img{width: 100%;transition: .5s;}
.BKItem p{display: block;position: absolute;bottom: 0;left: 0;font-size: 30px;color: #FFFFFF;line-height: 1.5;padding: 20px 40px;}
.BKItem:hover .img img{opacity: .5;transform: scale(1.08);}




.foot1{background: #152c8d;padding: 80px 0 80px;}
.foot1>div{display: flex;justify-content: space-between;max-width: 1760px;}
.foot1 .dt{position: relative;}
.foot1 .dt::after{content: "";display: block;width: 65px;height: 0px;background: #CBCED2;margin: 18px 0;}
.foot1 .dt a{font-size: 18px;color: #FFFFFF;line-height: 1.5;display: block;font-weight: bold;}
.foot1 .dd{margin-bottom: 3px;}
.foot1 .dd a{font-size: 15px;color: #f3f3f3;line-height: 1.5;display: block;font-weight: bold;}

.foot1 a:hover{color: #6882ef;}

.f-more{padding-left: 40px;
  position: relative;
  width: 480px;
  box-sizing: border-box;}
.f-more b{font-size: 18px;color: #FFFFFF;font-weight: normal;line-height: 1.5;display: block;margin-bottom: 18px;font-weight: bold;}
.f-more p{font-size: 15px;color: #f3f3f3;line-height: 1.6;font-weight: bold;}
.f-more p+p{margin-top: 15px;}
.f-more .ewm{width: 100px;position: absolute;top: 5px;right: 0;}
.f-more .ewm .img{background: #ffffff;}
.f-more .ewm img{width: 100%;display: block;}
.f-more .ewm p{text-align: center;font-size: 14px;color: #ffffff;line-height: 18px;margin-top: 5px;}


.foot2{background: #0f2275;padding: 28px 0 28px;}
.foot2>div{display: flex;align-items: center;max-width: 1760px;}
.foot2 .bq_box{margin-left: auto;display: flex;flex-wrap: wrap;}
.foot2 .bq_box a{margin-left: 4px;}
.foot2 .bq_box a:nth-of-type(1){margin-left: 20px;}
.foot2 a,.foot2 span{color: #FFFFFF;font-size: 14px;}
.foot2 a:hover{opacity: .7;}






.nyBanner{height: 500px;position: relative;}
.nyBanner .img{height: 100%;background: #000;}
.nyBanner .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: .9;}
.nyBanner .desc{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;font-size: 36px;color: #FFFFFF;line-height: 1.5;}
.mbxBox{position: absolute;bottom: 0;left: 0;width: 100%;}
.mbxBox>div{display: flex;background: rgba(255,255,255,.7);min-height: 70px;}
.mbxBox .mbL{display: flex;align-items: center;padding: 0 20px;}
.mbxBox .mbL img{margin-right: 10px;}
.mbxBox .mbL a,.mbxBox .mbL span{font-size: 16px;color: #555555;line-height: 1.5;display: block;margin: 0 2px;}
.mbxBox .mbL a:hover{color: #152c8d;}
.mbxBox .mbR{margin-left: auto;display: flex;}
.mbxBox .mbR a{display: block;line-height: 70px;padding: 0 20px;font-size: 16px;color: #555555;}
.mbxBox .mbR a.active,.mbxBox .mbR a:hover{background: #152c8d;color: #ffffff;}

.wapmbx{background: #152c8d;display: none;}
.mySwiperMbx {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperMbx .swiper-wrapper{}
.mySwiperMbx .swiper-slide {display: flex;justify-content: center;align-items: center;width: auto;}
.wapmbx a{line-height: 45px;padding: 0 15px;color: #ffffff;}
.wapmbx a.active{background: #f3f3f3;color: #333333;}

.greyBg{background: #FAFAFA;}
.lightblueBg{background: #F4F7F9;}
.nyPD{padding: 50px 0 50px;}


/* Contact */
.contact_tit{margin: 50px 0;}
.contact_tit p{font-size: 40px;font-family: Microsoft YaHei;font-weight: bold;color: #1D1D1F;line-height: 40px;text-align: center;display: block;padding-bottom: 10px;}
.contact_tit span{font-size: 16px;font-family: Microsoft YaHei;font-weight: normal;color: #555555;line-height: 40px;text-align: center;display: block;}

.contact_one{ overflow:hidden; margin-bottom:6%; background:#f5f5f5; position:relative;display: flex;}
.contact_one .contact_one_l{ width:50%;overflow:hidden;}
.contact_one .contact_one_l img{ width:100%;}
.contact_one .contact_one_r{ width:50%; overflow:hidden;}
.contact_one .contact_one_r .contact_scroll{ overflow:hidden;padding: 35px 40px;max-width: 680px;}
.contact_one .contact_one_r #srcolls{ overflow:hidden; overflow-y:auto; }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar {width: 5px;height: 10px;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb { /*background-image:url(../images/product_bg1.png); background-position:center center; background-repeat:no-repeat; background-size:10px 6px;*/background-color: #104c94;}
.contact_one .contact_one_r #srcolls:hover::-webkit-scrollbar-thumb {background-color: #152c8d;}
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-thumb:hover { background-color: #152c8d;-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }
.contact_one .contact_one_r #srcolls::-webkit-scrollbar-track {  background-color:#e6e6e6;}
.contact_one .contact_one_r ul li{ font-size:16px; overflow:hidden; margin-top:3%; margin-bottom:5%; padding-bottom:5%; border-bottom:1px solid #e3e3e3;}
.contact_one .contact_one_r strong{font-size: 26px;font-weight: bold;line-height: 1.5;}
.contact_one .contact_one_r b{font-size: 16px;color: #333;font-weight: bold;display: block;line-height: 1.5;margin-bottom: 15px;}
.contact_one .contact_one_r p{font-size: 16px;color: #777;display: block;line-height: 1.5;margin-top: 12px;}

.my-map { margin: 0 auto; width: 100%; height: 100%; } 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }

.feedback_div{ margin:0 auto;padding-bottom:5%; overflow:hidden; text-align:center;}
.feedback_div label{ display:block; color:#555; text-align:left; margin-bottom:2%; font-size:16px;}
.feedback_div label.bgs2{ margin-bottom:1%;}
.feedback_div .divs{float:left; width:calc(50% - 100px); margin-right:200px;margin-bottom:2%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#F7F7F8; height:54px; line-height:54px; font-size:16px; color:#666; border:none; outline:none;  text-indent:3%; }
.feedback_div select::-ms-expand { display: none; } 
.feedback_div .textarea{ padding:1%; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#fff; font-size:16px; border:none; outline:none;margin-bottom:2%; color:#cccccc; height:170px;  background: #F7F7F8;}
.feedback_div .textarea:focus{ color:#666;}
.feedback_div .bnts2{  border: none; width:30%; max-width:200px;font-size: 16px; height: 54px; background: #152c8d;  text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto; margin-top:2%;}

@media screen and (max-width:1520px) {
	.feedback_div .divs{width: 49%;margin-right: 2%;}
}
@media screen and (max-width:1199px) {
	.contact_tit p{font-size: 32px;line-height: 32px;}
	.contact_tit span{font-size: 14px;line-height: 20px;}
	.contact_one .contact_one_r .contact_scroll{width: 100%;right: 0;}
	.feedback_div label{margin-bottom: 5px;}
	.feedback_div .inputs2{height: 45px;line-height: 45px;}
	.feedback_div .divs{margin-bottom: 1%;}
	.contact_one .contact_one_r p{font-size: 14px;margin-top: 5px;}
}
@media screen and (max-width:780px) {
	.contact_one .contact_one_l{width: 100%;}
	.contact_one .contact_one_r{width: 100%;position: relative;}
	.contact_one .contact_one_r .contact_scroll{height: 100%;position: relative;padding: 20px 15px;}
	.feedback_div{width: 100%;}
	.feedback_div .bnts2{height: 45px;font-size: 14px;}
	.contact_tit{margin: 40px 0 20px;}
	.contact_tit p{font-size: 26px;}
	.contact_one{flex-wrap: wrap;}
	.my-map{height: 40vh;}
}
@media screen and (max-width:580px) {
	.feedback_div .divs{width: 100%;margin-bottom: 10px;}
	.feedback_div label{font-size: 14px;line-height: 18px;}
	.feedback_div .inputs2{height: 40px;line-height: 40px;}
	.feedback_div .textarea{height: 100px;}
}




/* Product */
.nyLRBox{display: flex;flex-wrap: wrap;}
.nyLRBox .wapBar{display: none;width: 100%;position: relative;margin-bottom: 20px;}
.nyLRBox .LeftBar{width: 300px;background: #FFFFFF;height: 100%;}
.nyLRBox .RightBox{width: calc(100% - 350px);background: #FFFFFF;margin-left: auto;padding: 35px 40px;}

.LeftBar {padding: 15px 0 80px 0;}
.LeftBar .li{padding: 0 40px 0 15px;position: relative;border-bottom: 1px solid #DADADA;}
.LeftBar .li::before{content: "";display: block;width: 2px;height: 0px;background: #152c8d;position: absolute;left: 0;top: 18px;transition: .3s;}
.LeftBar .li .a{display: flex;align-items: center;font-size: 18px;color: #555555;line-height: 65px;transition: .3s;}
.LeftBar .li .a span{display: block;width: calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.LeftBar .li .a i{display: block;width: 20px;height: 20px;background: url(../images/iconRight4.png);margin-left: auto;transition: .3s;background-repeat: no-repeat;background-position: center;}
.LeftBar .li.active::before{height: 30px;}
.LeftBar .li.active .a,.LeftBar .li .a:hover{color: #152c8d;}
.LeftBar .li.active .a i,.LeftBar .li .a:hover i{background-image: url(../images/iconRight5.png);}

.erjiBox{display: none;}
.erjiBox a{display: block;padding: 10px 10px 10px 15px;color: #555;font-size: 14px;}
.erjiBox a.active{color: #152c8d;}
.LeftBar .li.open i{transform: rotate(90deg);}
.LeftBar .li.block .erjiBox{display: block;}

.wapBar{position: relative;}
.wapBar .showB{display: flex;align-items: center;width: 100%;border: 1px #CCCCCC solid;border-radius: 11px;padding: 0 15px;background: #ffffff;}
.wapBar .showB span{display: block;font-size: 16px;color:#666666;line-height: 50px;width: calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wapBar .showB i{margin-left: auto;color: #999999;border-width: 15px;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 8px dashed;width: 0;height: 0;display: block;}
.wapBar .ListB{display:none;width: 100%;max-height: 300px;border: 0;overflow-y: scroll;margin-top: 5px;position: absolute;top: 100%;left: 0;z-index: 1000;min-width: 160px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;background-color: #fff;background-clip: padding-box;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);border-radius: 4px;}
.wapBar .ListB .itemB a{padding: 10px 15px;color: #666666;display: flex;align-items: center;}
.wapBar .ListB .itemB a span{display: block;width: calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wapBar .ListB .itemB a i{display: block;width: 20px;height: 20px;background: url(../images/iconRight4.png);margin-left: auto;transition: .3s;background-repeat: no-repeat;background-position: center;}
.wapBar .erjiBox a{padding: 5px 25px !important;}
.wapBar .ListB .itemB.active a{color: #152c8d;}
.wapBar .ListB .itemB.active a i{background-image: url(../images/iconRight5.png);}
.wapBar .ListB .itemB.open a i{transform: rotate(90deg);}

.productList{display: flex;flex-wrap: wrap;}
.productItem{width: calc(25% - 21px);margin: 0 28px 40px 0;border: 2px solid #F2F2F2;background: #FFFFFF;}
.productItem:nth-of-type(4n){margin-right: 0;}
.productItem .img{overflow: hidden;position: relative;}
.productItem .img img{width: 100%;transition: .5s;}
.productItem .img::after{content: "";display: block;width: 0;height: 32px;bottom: 15px;right: 15px;position: absolute;border-radius: 30px;background-image: url(../images/iconRight1.png);background-position: 50%;background-repeat: no-repeat;background-color: transparent;background-size: 20px;transition: all .35s ease-out;}
.productItem p{line-height: 56px;height: 56px;padding: 0 10px;text-align: center;font-size: 16px;color: #333333;background: #F2F2F2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.productItem:hover{box-shadow: 0px 10px 25px 0 #ccc;}
.productItem:hover .img img{transform: scale(1.05);}
.productItem:hover .img::after{width: 60px;background-color: rgba(0, 0, 0, .34);}

.productList.protj .productItem{width: calc(25% - 38px);margin: 0 50px 0px 0;}
.productList.protj .productItem:nth-of-type(3n){margin-right: 50px;}
.productList.protj .productItem:nth-of-type(4n){margin-right: 0;}



.proContent{padding-bottom: 20px;}
.proBox {display: flex;flex-wrap: wrap;margin-bottom: 60px;position: relative;}
.proBox .swiper {width: 100%;height: auto;position: relative;overflow: hidden;}
.proBox .swiper-slide {display: flex;justify-content: center;align-items: center;}
.proBox .img{overflow: hidden;width: 100%;}
.proBox .img img{width: 100%;transition: .5s;}
.proBox .imgsB{width: 580px;border: 2px solid #EEEEEE;height: 100%;position: relative;}
.proBox .desc{width: calc(100% - 580px);padding-left: 75px;display: flex;flex-direction: column;padding-bottom: 10px;}
.proBox .desc .atit{font-size: 30px;font-weight: bold;color: #333333;line-height: 1.5;margin-top: 15px;}
.proBox .desc .btit{font-size: 14px;color: #666666;line-height: 2.1;}
.proBox .desc .line{display: block;width: 100%;height: 1px;background: #E5E5E5;position: relative;margin: 20px 0;}
.proBox .desc .line::before{content: "";display: block;width: 100%;height: 1px;background: #E5E5E5;position: absolute;left: 0;top: -2px;}
.proBox .desc .line::after{content: "";display: block;width: 100%;height: 1px;background: #E5E5E5;position: absolute;left: 0;top: 2px;}
.proBox .imgsS{width: calc(100% - 650px);max-width: 560px;position: absolute;left: 650px;bottom: 0;}
.proBox .imgsS .img{border: 1px solid #EEEEEE;position: relative;}
.proBox .imgsS .img::after{content: "";display: block;width: 0%;height: 2px;background: #152c8d;position: absolute;bottom: 0;transition: .3s;}
.imgsS .swiper-slide-thumb-active .img::after{width: 100%;}

.proBox .swiper-button-prev:after,.proBox .swiper-button-next:after{display: none;}
.proBox .swiper-button-prev,.proBox .swiper-button-next{display: block;width: 40px;height: 40px;margin-top:-20px;background-image: url(../images/iconRight6.png);background-position: center;background-repeat: no-repeat;background-color: rgba(0,0,0,.3);border-radius: 100%;transition: .3s;}
.proBox .swiper-button-prev{transform: rotate(180deg);}
.proBox .swiper-button-prev:hover,.proBox .swiper-button-next:hover{background-color: #152c8d;}

.proDescTitle{font-size: 18px;font-weight: bold;line-height: 30px;color: #333333;padding: 18px 20px;background: #F2F2F2;margin: 30px 0;}
.proFWB{font-size: 16px;color: #666666;line-height: 1.8;}
.proFWB img{display: block;max-width: 100%;margin: 0 auto;}
.proFWB table{margin: 0 auto;max-width: 100%;overflow: auto;}
.proFWB table td{padding: 5px;font-size: 15px;color: #333;border: 1px solid #333;}
@media screen and (max-width:780px) {
	.proFWB table td{font-size: 14px;}
}



.proBtns{display: flex;flex-direction: column;align-items: flex-end;padding: 70px 0 30px;}
.proBtns .a{font-size: 16px;font-weight: bold;color: #000000;line-height: 2;}
.proBtns .a:hover{color: #152c8d;}
.infoIconList{display: flex;flex-wrap: wrap;margin-top: 30px;}
.infoIconList a {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #3b4b57;
    color: white; /* Added to ensure text color is white */
    text-decoration: none; /* Optional: removes underline from link */
    padding: 0 30px; /* Added padding to accommodate the text */
    width: auto; /* Changed from fixed width to auto to fit content */
}
.infoIconList a:hover {
    background: #152c8d;
}


/* Down */
.downList{display: flex;flex-wrap: wrap;}
.downItem{width: calc(50% - 18px);margin: 0 36px 36px 0;box-shadow: 0px 0px 15px #eee;background: #ffffff;}
.downItem:nth-of-type(2n){margin-right: 0;}
.downItem .img{overflow: hidden;}
.downItem .img img{width: 100%;}
.downItem .desc{padding: 30px 20px 40px;}
.downItem .desc .tit{font-size: 17px;color: #888888;line-height: 1.3;text-align: center;margin-bottom: 32px;}
.downItem .desc .btn{display: flex;justify-content: center;}
.downItem .desc .btn a{display: block;width: 150px;line-height: 40px;border: 2px solid #152c8d;border-radius: 30px;text-align: center;color: #888888;font-size: 17px;}
.downItem .desc .btn a:nth-of-type(2){background: #152c8d;color: #FFFFFF;margin-left: 45px;}
.downItem .desc .btn a:hover{transform: translateY(-5px);box-shadow: 0px 3px 5px 0 #152c8d;}

.appDowntitle{font-size: 30px;font-weight: bold;color: #152c8d;line-height: 1.2;text-align: center;}
.apDownItem{display: flex;padding: 80px 0;}
.appDownList:nth-of-type(2n) .apDownItem{flex-direction: row-reverse;}
.appDownList+.appDownList{margin-top: 40px;}
.apDownItem .img{width: 55%;margin-right: -5%;}
.apDownItem .img img{width: 100%;}
.apDownItem .desc{margin-left: auto;width: 50%;font-size: 16px;color: #555555;line-height: 2.2;}
.apDownItem .desc .down{display: block;width: 250px;line-height: 60px;background: #152c8d;font-size: 18px;font-weight: bold;color: #FFFFFF;border-radius: 30px;display: flex;align-items: center;justify-content: center;position: relative;}
.apDownItem .desc .down:hover{transform: translateY(-5px);box-shadow: 0px 5px 10px 0 #ccc;}

.apDownItem .desc .downBtnBox{display: flex;flex-wrap: wrap;margin: 40px -10px 0;}
.apDownItem .desc .downBtn{position: relative;margin: 5px 10px;}
.apDownItem .desc .down .icon{display: block;width: 20px;height: 20px;background-size: 100%;}
.apDownItem .desc .down .icon.android{background-image: url(../images/android.png);}
.apDownItem .desc .down .icon.ios{background-image: url(../images/ios.png);}
.apDownItem .desc .downBtn .img{width: 120px;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);opacity: 0;margin-top: 20px;visibility: hidden;transition: .3s;z-index: 999;}
.apDownItem .desc .downBtn .img img{width: 100%;}
.apDownItem .desc .downBtn:hover .img{margin-top: 10px;opacity: 1;visibility: visible;}


/* about */
.about1{padding: 100px 0 20px;}
.about1>div{display: flex;}
.mySwiperAbout {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiperAbout .swiper-slide {display: flex;justify-content: center;align-items: center;}
.aboutLeft{width: 50%;padding-right: 20px;}
.aboutLeft .atit{font-size: 36px;font-weight: bold;color: #333333;line-height: 1.2;margin-bottom: 50px;}
.aboutLeft .btit{font-size: 16px;color: #555555;line-height: 1.8;}
.aboutLeft .btit p+p{margin-top: 30px;}
.aboutRight{width: 50%;}
.aboutRight .img{width: 100%;overflow: hidden;}
.aboutRight .img img{width: 100%;}
.aboutRight .swiper-button-next:after,.aboutRight .swiper-button-prev:after{display: none;}
.aboutRight .swiper-button-next,.aboutRight .swiper-button-prev{width: 30px;height: 80px;background-color: #3d3d3d;background-position: center;background-repeat: no-repeat;background-image: url(../images/iconRight6.png);margin-top: -40px;transition: .3s;}
.aboutRight .swiper-button-prev{left: 0;transform: rotate(180deg);}
.aboutRight .swiper-button-next{right: 0;}
.aboutRight .swiper-button-next:hover,.aboutRight .swiper-button-prev:hover{background-color: #152c8d;}



.about2{background-image: url(../images/about2Bg.jpg);background-position: center bottom;background-size: cover;background-repeat: no-repeat;padding-bottom: 60px;}
.fzlc_lb{margin: 30px 0 0px;}
.mySwiper-fzlc {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper-fzlc .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.fzlc_item{position: relative;padding: 0 45px;padding-top: 35px;width: 100%;}
.fzlc_item::after{content: "";display: block;width: 14px;height: 14px;background: #152c8d;border-radius: 50%;position: absolute;top: 0;left: 50%;z-index: 9;}
.fzlc_item::before{content: "";display: block;width: 100%;height: 1px;background: #CDCDCD;position: absolute;top: 7px;left: 0%;}
.mySwiper-fzlc .swiper-slide:first-child .fzlc_item::before{left: 50%;}
.mySwiper-fzlc .swiper-slide:last-child .fzlc_item::before{left: auto;right: 50%;}
.fzlc_item .atit{font-size: 36px;font-weight: bold;color: #333333;text-align: center;}
.fzlc_item .btit{padding-top: 50px;}
.fzlc_item .btit p{display: block;font-size: 16px;color: #333333;line-height: 30px;padding-left: 15px;position: relative;}
.fzlc_item .btit p::after{content: "";display: block;width: 7px;height: 7px;background: #000000;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.lb_pnp {display: flex;justify-content: center;align-items: center;margin: 100px 0 0;}
.lb_pnp .swiper-button-next:after,.lb_pnp .swiper-button-prev::after{display: none;}
.lb_pnp .swiper-button-prev,.lb_pnp .swiper-button-next{position: relative;left:auto;right:auto;bottom: auto;margin: 0;display: block;height: 32px;width: 32px;background: url(../images/iconRight7.png) no-repeat center ;}
.lb_pnp .swiper-button-prev{transform: rotate(180deg);}
.lb_pnp .swiper-button-next{}
.lb_pnp .swiper-pagination{position: relative;left: auto;bottom: auto;width: auto;font-size: 18px;padding: 0 20px;}


.qywh_box{display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 70px;}
.qywh_box .img{width: 50%;}
.qywh_box .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.qywh_box .desc{width: 50%;padding-left: 50px;}
.qywh_box .desc b{font-size: 24px;font-weight: bold;color: #152c8d;line-height: 32px;display: block;}
.qywh_box .desc p{font-size: 18px;font-weight: normal;color: #555555;line-height: 32px;display: block;}
.qywh_box .desc p+b{margin-top: 24px;}


.about4{background: url(../images/about5Bg.jpg) center/cover;padding-bottom: 50px;}
.mySwiper-ryzz {width: 100%;height: auto;position: relative;overflow: hidden;}
.mySwiper-ryzz .swiper-slide {width:60%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.tdfcItem{width: 100%;}
.tdfcItem .img{overflow: hidden;}
.tdfcItem .img img{width: 100%;}
.tdfcItem p{text-align: center;font-size: 18px;font-weight: bold;color: #000000;display: block;margin: 20px 0;opacity: 0;transition: .3s;}
.tdfcBox{position: relative;}
.tdfcBox .swiper-button-next::after,.tdfcBox .swiper-button-prev::after{display: none;}
.tdfcBox .swiper-button-next,.tdfcBox .swiper-button-prev{width: 30px;height: 80px;background-color: #3d3d3d;background-position: center;background-repeat: no-repeat;background-image: url(../images/iconRight6.png);margin-top: -75px;transition: .3s;}
.tdfcBox .swiper-button-prev{left: 0;transform: rotate(180deg);}
.tdfcBox .swiper-button-next{right: 0;}
.tdfcBox .swiper-button-next:hover,.tdfcBox .swiper-button-prev:hover{background-color: #152c8d;}
.tdfcBox .swiper-slide-active .tdfcItem p{opacity: 1;}




.about5{background: #FBFBFB;padding: 50px 0 30px;overflow: hidden;}
.honorBox .swiper {width: 100%;height: auto;position: relative;overflow: hidden;}
.honorBox .swiper-slide {display: flex;justify-content: center;align-items: center;}
.honorItem{display: block;width: 100%;background: #FFFFFF;border-radius: 10px;overflow: hidden;}
.honorItem .img{overflow: hidden;padding:10px;border-radius: 10px 10px 0 0;border: 1px solid transparent;text-align: center;transition: .3s;}
.honorItem .img img{max-width: 245px;width: 100%;}
.honorItem p{display: block;line-height: 60px;height: 60px;text-align: center;background: #EEEEEE;font-size: 17px;color: #333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.honorItem:hover .img{border-color: #152c8d;}
.honorItem:hover p{background: #152c8d;color: #ffffff;}
.honorBox .swiper-pagination{position: relative;display: flex;justify-content: center;bottom: 0;margin: 30px 0;}
.honorBox .swiper-pagination-bullet{background: none;transition: .3s;width: 16px;height: 16px;border: 2px solid #CDCDCD;border-radius: 50%;opacity: 1;}
.honorBox .swiper-pagination-bullet-active{border-color:#152c8d;}



.hzkhBox .swiper-containerHZKH {width: 100%;height: auto;position: relative;overflow: hidden;}
.hzkhBox .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.hdkhItem{border: 1px solid #EEEEEE;overflow: hidden;width: 100%;}
.hdkhItem img{width: 100%;transition: .5s;}
.hdkhItem:hover img{transform: scale(1.08);}
.hzkhBox .swiper-pagination{position: relative;display: flex;justify-content: center;bottom: 0;margin: 60px 0 75px;}
.hzkhBox .swiper-pagination-bullet{background: #E2E2E2;transition: .3s;width: 40px;height: 3px;border-radius: 0;opacity: 1;}
.hzkhBox .swiper-pagination-bullet-active{background:#152c8d;}



/* CASE */
.nycaseList{display: flex;flex-wrap: wrap;margin: 20px 0;}
.nycaseItem{width: calc(50% - 60px);margin: 0 120px 80px 0;display: block;}
.nycaseItem:nth-of-type(2n){margin-right: 0;}
.nycaseItem .img{overflow: hidden;}
.nycaseItem .img img{width: 100%;transition: .5s;}
.nycaseItem .desc{background: #F2F2F2;border-radius: 0px 10px 10px 10px;overflow: hidden;padding: 24px 24px 30px;}
.nycaseItem .desc .atit{font-size: 21px;font-weight: bold;color: #333333;line-height: 30px;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.nycaseItem .desc .btit{font-size: 15px;line-height: 24px;height:72px;color: #666666;margin: 18px 0 30px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.nycaseItem .desc .ctit{display: flex;align-items: center;font-size: 13px;color: #555555;line-height: 1.2;}
.nycaseItem .desc .ctit img{margin-left: 5px;}
.nycaseItem:hover .img img{transform: scale(1.08);}
.nycaseItem:hover .desc .atit{color: #152c8d;}


/* NEWS */
.NewsList{display: flex;flex-wrap: wrap;}
.NewsItem{width: calc(33.333% - 30px);margin: 0 45px 45px 0;display: block;}
.NewsItem:nth-of-type(3n){margin-right: 0;}
.NewsItem .img{overflow: hidden;}
.NewsItem .img img{width: 100%;transition: .5s;}
.NewsItem .desc{position: relative;}
.NewsItem .desc::after{content: "";display: block;width: 0%;height: 2px;background: #152c8d;transition: .3s;}
.NewsItem .desc .atit{font-size: 16px;color: #555555;line-height: 24px;margin: 24px 0 15px;}
.NewsItem .desc .btit{font-size: 20px;color: #333333;line-height: 28px;height: 28px;margin-bottom: 24px;transition: .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.NewsItem:hover .img img{transform: scale(1.08);}
.NewsItem:hover .desc::after{width: 100%;}
.NewsItem:hover .desc .btit{color: #152c8d;}

.newsContent{}
.newsContent .newsTitle{text-align: center;font-size: 30px;font-weight: bold;color: #333333;line-height: 1.3;}
.newsContent .newsEtitle{display: flex;justify-content: center;align-items: center;font-size: 18px;color: #888888;line-height: 1.2;position: relative;margin: 30px 0;}
.newsContent .newsEtitle::before{content: "";display: block;position: absolute;top: 50%;left: 0;width: 100%;height: 1px;background: #DEDEDE;}
.newsContent .newsEtitle span{display: block;padding: 0 15px;background: #FAFAFA;position: relative;z-index: 9;}
.newsContent .newsDesc{font-size: 16px;color: #666666;line-height: 1.8;}
.newsContent .newsBtns{display: flex;flex-wrap: wrap;margin-top: 80px;}
.newsContent .newsBtns a{display: block;font-size: 16px;font-weight: bold;color: #222222;line-height: 1.8;}
.newsContent .newsBtns a+a{margin-left: auto;}
.newsContent .newsBtns a:hover{color: #152c8d;}
.newsContent .newsDesc img{display: block;max-width: 100%;margin: 0 auto;}

/* Q&A */
.fwList{}
.fwItem{display: block;width: 100%;}
.fwItem+.fwItem{margin-top: 5px;}
.fwItem .qTitle{display: flex;align-items: center;padding: 8px 0;}
.fwItem .qTitle span{display: block;font-size: 16px;line-height:1.5;color: #333333;width: calc(100% - 10px);padding-right: 10px;transition: .3s;}
.fwItem .qTitle i{display: block;width: 9px;height: 15px;background: url(../images/iconRight4.png);transition: .3s;}
.fwItem .aTitle{display: none;padding: 0 0 20px;border-bottom: 1px solid #eee;font-size: 16px;line-height:1.5;color: #888888;}
.fwItem .aTitle img{max-width: 100%;}
.fwItem.active .qTitle i{transform: rotate(90deg);}
.fwItem:hover .qTitle span{color: #152c8d;}
.fwItem:hover .qTitle i{background: url(../images/iconRight5.png);}



/* Recruit */
.rczp1_box{position: relative;display: flex;flex-wrap: wrap;padding: 20px 0 20px;}
.rczp1_box .img{width: 50%;}
.rczp1_box .img .bg{background-position: center !important;background-size: cover !important;height: 100%;width: 100%;}
.rczp1_box .desc{width: 50%;float: right;padding: 60px 60px 60px;background: #F7F7F8;}
.rczp1_box .desc .tit{font-size: 36px;font-weight:bold;font-family: Microsoft YaHei;color: #333333;line-height: 36px;}
.rczp1_box .desc .info{}
.rczp1_box .desc .info p{font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #555555;line-height: 30px;margin-top: 25px;}

.rczp2_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px;
}

/* 描述区域（默认左侧） */
.rczp2_box .desc {
    width: 50%;
    padding: 60px 60px 60px;
    background: #F7F7F8;
    order: 1; /* 桌面端：描述区域在左 */
}

/* 图片区域（默认右侧） */
.rczp2_box .img {
    width: 50%;
    order: 2; /* 桌面端：图片区域在右 */
}

.rczp2_box .img .bg {
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}

/* 标题和内容样式 */
.rczp2_box .desc .tit {
    font-size: 36px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 36px;
}

.rczp2_box .desc .info p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    margin-top: 25px;
}

/* 手机端适配（屏幕宽度 ≤ 768px） */
@media (max-width: 768px) {
    .rczp2_box {
        flex-direction: column; /* 改为垂直排列 */
    }
    .rczp2_box .desc,
    .rczp2_box .img {
        width: 100%; /* 宽度占满整行 */
        order: initial; /* 重置 order，按 HTML 顺序显示 */
    }
    .rczp2_box .desc {
        padding: 40px 20px; /* 手机端减少内边距 */
    }
}


.rczp4{padding-bottom: 20px;}
.recruitment-title { padding: 16px 74px 16px 30px; font-size: 0; background-color: #152c8d; color: #fff; margin-top: 20px; }
.recruitment-title span { width: 25%; display: inline-block; vertical-align: top; font-size: 16px;}
.recruitment-title span:last-child { width: 20%;}
.join-fourtop { position: relative; width: 100%; padding: 26px 74px 26px 30px; font-size: 0; border: 1px solid #e5e5e5; cursor: pointer; }
.join-fourtop .join-fourp1 { display: inline-block; vertical-align: top; width: 25%; padding-right: 5px; font-size: 14px; color: #888888; }
.join-fourtop .join-fourp2 { display: inline-block; vertical-align: top; width: 20%; padding-right: 5px; font-size: 14px; color: #888888; }
.join-fourtop:after, .join-fourtop:before { position: absolute; top: 50%; right: 57px; width: 1px; height: 36px; background: #bfbfbf; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }
.join-fourtop:before { right: 40px; width: 36px; height: 1px; }
.join-fourul li.active .join-fourtop{background: #F9F9F9;border-color: transparent}
.join-fourul li.active .join-fourtop:after, .join-fourul li.active .join-fourtop:before {-webkit-transform: translateY(-50%) rotate(45deg);-moz-transform: translateY(-50%) rotate(45deg);-ms-transform: translateY(-50%) rotate(45deg);-o-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);background: #152c8d;}
.join-fouricon {display: inline-block;vertical-align: middle;width: 21px;height: 16px;background: url(../images/join-fouricon1.png) no-repeat center center;margin-right: 10px;margin-bottom: 3px;}
.join-fourul li.active .join-fouricon {background-image: url(../images/join-fouricon2.png);}
.join-fourbtm {padding: 25px 30px 5px;font-size: 14px;color: #888888;display: none;}
.mailto {min-width: 142px;padding: 0 10px;text-align: center;display: inline-block;vertical-align: top;background-color: #152c8d;color: #fff;line-height: 40px;margin-top: 40px;margin-bottom: 25px;}
.join-fourul li {margin-top: 20px;}




.pagination {text-align:center;padding: 20px 0 20px;}
.pagination li {display:inline-block;color:#333333;margin:0px 5px 0px 0px;vertical-align:middle;}
.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}
.pagination li a:hover {background:#152c8d;color:#ffffff;}
.pagination li a.thisclass {background:#152c8d;color:#ffffff;border:1px solid #152c8d;cursor:default;}
.pagination li a.thisclass:hover {background:#152c8d;color:#ffffff;border:1px solid #152c8d;cursor:default;}
.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}
.pagination li .pageinfo strong {color:#555555;font-weight:normal;}
.pagination table {text-align:center;margin:10px 0px 0px 25%;}
.pagination table td {padding:0px 2px;}
#pages {text-align:right;}
#pages a {display:inline-block;height:33px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages span {display:inline-block;height:33px;padding:0 14px;line-height:30px;background:#152c8d;border:1px solid #152c8d;color:#ffffff;text-align:center;}





.videoList{display: flex;flex-wrap: wrap;}
.videoItem{display: block;width: calc(33.333% - 14px);margin: 0 20px 30px 0;cursor: pointer;}
.videoItem:nth-of-type(3n){margin-right: 0;}
.videoItem .img{overflow: hidden;position: relative;}
.videoItem .img::after{content: "";display: block;width: 50px;height: 50px;background: url(../images/home_btn_play.png);background-size: 100%;position: absolute;bottom: 15px;right: 15px;}
.videoItem .img img{width: 100%;transition: .5s;}
.videoItem p{text-align: center;font-size: 17px;color: #888888;line-height: 1.3;padding: 10px 0;}
.videoItem:hover .img img{transform: scale(1.08);}




@media screen and (max-width:1720px) {
	.h-nav{margin-right: 50px;}
	.h-nav .li+.li{margin-left: 50px;}
	
	.inaba span{font-size: 80px;}
	
	.w1520{width: 1320px;}
	.w1280{width: 1000px;}
	
}
@media screen and (max-width:1520px) {
	.container{padding-left: 50px;padding-right: 50px;}
	.w1520{width: 1120px;}
	.w1280{width: 1000px;}
	.h-nav{margin-right: 35px;}
	.h-nav .li a{font-size: 16px;}
	.h-nav .li+.li{margin-left: 40px;}
	
	.indProItem .desc{padding: 30px 20px;}
	.indProItem .desc .atit{font-size: 20px;}
	.indProItem .desc .btit{font-size: 18px;margin-bottom: 20px;}
	.indProItem .desc .ctit{font-size: 16px;}
	
	.indProductItem .desc{line-height: 80px;height: 80px;}
	
	.indCaseBox .desc{padding-right: 80px;}
	.indCaseBox .desc .btit{font-size: 16px;}
	.indAbout .desc{line-height: 1.8;}
	.indAbout .desc p+p{margin-top: 15px;}
	.inaba span{font-size: 60px;}
	
	.indnews_box{}
	.indnews_item{width: calc(25% - 15px);margin-right: 20px;}
	.sec7 .atit{font-size: 36px;}
	.sec7 .btit{font-size: 16px;}
	.BKItem p{font-size: 24px;}
	
	
	.bannerItem .desc .atit{font-size: 50px;}
	.bannerItem .desc .btit{font-size: 16px;}
	
	.nyLRBox .LeftBar{width: 250px;}
	.LeftBar .li{padding: 0 25px 0 15px;}
	.LeftBar .li .a{font-size: 16px;}
	.nyLRBox .RightBox{width: calc(100% - 280px);}
	
	.indTitle .bgtit{font-size: 200px;}
	
	.nycaseItem{width: calc(50% - 30px);margin: 0 60px 40px 0;}
	
	
	.proBox .imgsB{width: 500px;}
	.proBox .imgsS{left: 550px;width: calc(100% - 550px);}
	.proBox .desc{width: calc(100% - 500px);padding-left: 50px;padding-bottom: 10px;}
	.proBox .desc .btit{margin-bottom: 25px;line-height: 1.8;}
	
	.mbxBox .mbR a{padding: 0 15px;;font-size: 14px;color: #555555;}
	
}
@media screen and (max-width:1320px) {
	.w1520{width: 1000px;}
	.w1280{width: 1000px;}
	
	.indTitle .atit{font-size: 36px;}
	
	.h-logo{zoom: .8;}
	.h-nav{margin-right: 10px;}
	.h-nav .li+.li{margin-left: 25px;}
	.indProItem .desc{padding: 20px 15px;}
	.indProItem .desc .atit{font-size: 18px;margin-bottom: 4px;}
	.indProItem .desc .btit{font-size: 16px;margin-bottom: 10px;}
	.indProItem .desc .ctit{font-size: 14px;}
	
	.sec2{padding: 150px 0 120px;}
	.indab_box .btit{padding: 40px 0 60px;}
	.indProductItem{width: calc(25% - 15px);margin: 0 20px 20px 0;}
	.indProductItem .desc{line-height: 70px;height: 70px;font-size: 16px;}
	
	.indCaseBox .desc{padding-right: 50px;}
	.caseItem{width: calc(50% - 10px);margin: 0 20px 20px 0;}
	.indNumBox{flex-wrap: wrap;padding: 20px 0 40px;}
	.indNumItem{width: 50%;margin: 10px 0!important;}
	.inaba span{font-size: 50px;}
	
	.proBox .desc{padding-bottom: 10px;}
	
}
@media screen and (max-width:1199px) {
	.h-header-zw{height: 60px;}
	.h-header{display: none;}
	.wap-header{display: block;}
	
	.container{padding-left: 20px;padding-right: 20px;}
	.w1520{width: 100%;padding: 0 20px;}
	.w1280{width: 100%;padding: 0 20px;}
	
	.bannerItem{height: calc(70vh - 60px);}
	.bannerItem .desc{text-align: center;top: 5%;transform: translateY(0);padding-top: 40px;}
	.bannerItem .desc .atit{}
	.bannerItem .desc .btit{font-size: 14px;}
	.bannerItem .desc .ctit{justify-content: center;}
	.banner .swiper-pagination-bullet{width: 35px;}
	
	.indTitle{padding: 20px 0 20px;}
	.indTitle .atit{font-size: 28px;}
	.indA{width: 140px;height: 45px;}
	
	.sec1 .container{padding: 0!important;}
	.indProItem{width: 100%;margin: 0 0 20px 0!important;}
	
	.sec3{padding-bottom: 50px;}
	.indProductItem{width: calc(50% - 10px);margin: 0 20px 20px 0;}
	.indProductItem:nth-of-type(2n){margin-right: 0px;}
	.indProductItem .desc{line-height: 60px;height: 60px;}
	
	.sec4{padding: 80px 0 60px;}
	.indCaseBox .desc{padding-right: 20px;}
	.indCaseBox .desc .line{margin-bottom: 30px;}
	.indCaseBox .desc .btit{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
	
	.indAbout{flex-wrap: wrap;}
	.indAbout .indAbR{width: 100%;margin-top: 20px;}
	.indAbout .indAbL{width: 100%;padding-right: 0;}
	.sec5{padding: 60px 0;}
	
	.sec6{padding-bottom: 50px;}
	.indnews_item{width: calc(50% - 10px);margin: 0 20px 20px 0;}
	.indnews_item:nth-of-type(2n){margin-right: 0;}
	
	.sec8{padding: 50px 0;}
	.BKItem{width: calc(33.3333% - 14px);margin-right: 20px;}
	.BKItem p{padding: 15px 20px;font-size: 20px;}
	
	.foot1{padding: 50px 0 40px;}
	.foot1 .dl{display: none;}
	.f-more{padding: 0;width: 100%;}
	.foot2>div{flex-wrap: wrap;flex-direction: column;align-items: center;}
	.foot2 .bq_box{margin: 0 auto;flex-direction: column;align-items: center;}
	.foot2 .bq_box a:nth-of-type(1){margin-left: 0;}
	.foot2 a, .foot2 span{display: inline-block;text-align: center;}
	
	.nyBanner{height: 360px;}
	.nyBanner .desc{font-size: 28px;}
	
	.mbxBox>div{min-height: 50px;}
	.mbxBox .mbL{padding: 0;}
	.mbxBox .mbR{display: none;}
	.mbxBox .mbL a, .mbxBox .mbL span{font-size: 14px;}
	
	.wapmbx{display: block;}
	
	
	.nyLRBox .wapBar{display: block;}
	.nyLRBox .LeftBar{display: none;}
	.nyLRBox .RightBox{width: 100%;}
	
	
	.downItem .desc .btn a:nth-of-type(2){margin-left: 20px;}
	
	
	.apDownItem{flex-wrap: wrap;padding: 20px 0;}
	.apDownItem .img{width: 100%;margin: 0 auto;max-width: 500px;}
	.apDownItem .desc{width: 100%;}
	/* .apDownItem .desc .down{margin: 30px auto 0;} */
	.apDownItem .desc .downBtnBox{margin: 30px -10px 0;}
	
	.indTitle .bgtit{font-size: 160px;}
	
	.aboutLeft .atit{font-size: 28px;}
	
	.nycaseItem{width: calc(50% - 20px);margin: 0 40px 30px 0;}
	
	.NewsItem{width: calc(50% - 10px);margin: 0 20px 20px 0;}
	.NewsItem:nth-of-type(3n){margin-right: 20px;}
	.NewsItem:nth-of-type(2n){margin-right: 0px;}
	
	.rczp1_box .desc{padding: 40px 40px 40px;}
	.rczp1_box .desc .tit{font-size: 24px;}
	.rczp1_box .desc .info p{font-size: 14px;line-height: 22px;margin-top: 20px;}

        .rczp2_box .desc{padding: 40px 40px 40px;}
	.rczp2_box .desc .tit{font-size: 24px;}
	.rczp2_box .desc .info p{font-size: 14px;line-height: 22px;margin-top: 20px;}
	
	
	.proBox .imgsB{width: 400px;}
	.proBox .imgsS{left: 430px;width: calc(100% - 430px);}
	.proBox .desc{width: calc(100% - 400px);padding-left: 30px;}
	
	
	
	.videoItem{width: calc(50% - 10px);margin: 0 20px 20px 0;}
	.videoItem:nth-of-type(3n){margin-right: 20px;}
	.videoItem:nth-of-type(2n){margin-right: 0px;}
		
	
}
@media screen and (max-width:780px) {
	.container{padding-left: 15px;padding-right: 15px;}
	.w1520{padding: 0 15px;}
	.w1280{padding: 0 15px;}
	
	.bannerItem .desc .atit{font-size: 28px;font-weight: bold;margin-bottom: 10px;}
	.bannerItem .desc .btit{font-size: 14px;margin-bottom: 35px;}
	
	.indProItem{margin: 0 0 8px 0!important;}
	.indProItem .desc{padding: 15px 10px;}
	.indProItem .desc .atit{font-size: 18px;}
	.indProItem .desc .btit{font-size: 14px;}
	
	.indProductItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	
	.indCaseBox .desc{width: 100%;padding: 0 0 40px 0;}
	.indCaseBox .caseList{width: 100%;}
	.caseItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	
	.indNumItem .icon{margin-right: 10px;}
	
	.inaba span{font-size: 36px;padding-left: 20px;}
	
	.indnews_item{width: 100%;margin: 0 0px 10px 0;}
	.indnews_item .desc{padding: 20px 15px 15px;}
	.indnews_item .desc .btit{margin: 10px 0 15px;}
	
	.sec7{padding: 120px 0 100px;}
	.sec7 .atit{font-size: 32px;}
	.sec7 .btit{font-size: 14px;}
	.sec8{padding: 30px 0;}
	.BKItem{width: 100%;margin: 0 0 10px 0!important;}
	
	.nyBanner{height: 35vh;}
	.nyBanner .desc{padding-bottom: 30px;}
	
	
	.nyPD{padding: 20px 0 20px;}
	
	.nyLRBox .RightBox{padding: 15px;}
	.productItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.productItem:nth-of-type(3n){margin-right: 10px;}
	.productItem:nth-of-type(2n){margin-right: 0px;}
	.productItem p{line-height: 50px;height: 50px;font-size: 16px;}
	
	.downItem{width: 100%;margin: 0 0 20px 0;}
	.downItem .desc{padding: 30px 15px 40px;}
	.downItem .desc .btn a{width: 120px;font-size: 16px;}
	
	
	.appDowntitle{font-size: 24px;}
	.apDownItem .desc{font-size: 14px;}
	
	
	.indTitle .bgtit{font-size: 120px;left: 0;}
	
	.about1{padding: 50px 0 5px;}
	.about1>div{flex-wrap: wrap;}
	.aboutLeft{width: 100%;padding: 0 0 20px;}
	.aboutRight{width: 100%;}
	.aboutLeft .atit{margin-bottom: 20px;}
	.aboutLeft .btit p+p{margin-top: 15px;}
	
	.lb_pnp{display: flex;}
	.fzlc_item .btit{padding-top: 30px;}
	.fzlc_item .btit p{font-size: 16px;line-height: 28px;}
	
	.qywh_box .img{width: 100%;}
	.qywh_box .desc{width: 100%;padding: 20px 0 0;}
	.qywh_box .desc p+b{margin-top: 15px;}
	
	.honorItem p{line-height: 50px;height: 50px;font-size: 15px;}
	
	.hzkhBox .swiper-pagination{margin: 40px 0 60px;}
	.hzkhBox .swiper-pagination-bullet{width: 20px;}
	
	.mySwiper-ryzz .swiper-slide{width: 100%;}
	
	
	.nycaseItem{width: 100%;margin: 0 0 10px 0;}
	
	.NewsItem{width: 100%;margin: 0 0 15px 0!important;}
	.NewsItem .desc .atit{margin: 10px 0 5px;font-size: 16px;}
	.NewsItem .desc .btit{margin-bottom: 15px;font-size: 18px;}
	.newsContent .newsTitle{font-size: 25px;}
	.newsContent .newsEtitle{font-size: 14px;margin: 15px 0;}
	.newsContent .newsEtitle span{padding: 0 10px;}
	.newsContent .newsBtns{margin-top: 40px;}
	
	.fwItem .aTitle{font-size: 14px;}
	
	.rczp1_box .img{position: relative;width: 100%;height: 400px;}
	.rczp1_box .desc{width: 100%;padding: 20px 20px 20px;}
	
	.rczp2_box .img{position: relative;width: 100%;height: 400px;}
	.rczp2_box .desc{width: 100%;padding: 20px 20px 20px;}

	.recruitment-title {display: none;}
	.join-fourtop {padding: 10px 20px;}
	.join-fourtop .join-fourp1{width: 25%!important;}
	.join-fourtop .join-fourp2{width: 25%!important;margin: 0 !important;}
	.join-fourtop:before{width: 20px;right: 10px;}
	.join-fourtop::after{height: 20px;right: 20px;}
	.join-fourtop .join-fourp1{width: 100% !important;}
	.join-fourtop .join-fourp2{width: 100% !important;}
	
	.proBox{margin-bottom: 0px;}
	.proBox .imgsB{width: 100%;border: 1px solid #EEEEEE;}
	.proBox .imgsS{position: relative;left: 0;width: 100%;margin: 10px 0;}
	.proBox .desc{width: 100%;padding: 0;}
	.proBox .desc .atit{font-size: 24px;}
	.proBox .desc .btit{margin-bottom: 10px;}
	.proContent{padding-bottom: 0;}
	.proDescTitle{padding: 12px 15px;font-size: 16px;margin-bottom: 15px;}
	.proBtns{padding: 50px 0 10px;}
	.productList.protj .productItem{width: calc(50% - 5px);margin: 0 10px 10px 0!important;}
	.productList.protj .productItem:nth-of-type(2n){margin-right: 0!important;}
	
	.pagination {padding: 10px 0;}
	
	.videoItem{width: 100%;margin: 0 0px 20px 0!important;}
	
	.rczp1_box{padding: 20px 0 20px;}
	.rczp2_box{padding: 20px 0 20px;}
	
	
}





/**新增搜索**/
.h-search{border:1px solid #333;border-radius: 34px;overflow-x: hidden;height: 34px;line-height: 30px;display: flex;width: 220px;}
.h-search .search-input{padding-left:15px;width: 180px;}
.search-icon .search-submit{width:20px;height: 20px;margin-left: 10px;background: url('../images/iconSearch1.png');background-size: 100% 100%;margin-top: 6px;cursor: pointer;}
.wap-header .search_item{width: 25px;height: 25px;margin-right: 15px;z-index:6;display: block;}
.wap-header .search_item img{width: 25px;height: 25px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.search-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 9999;}
.search-alert {position: fixed;z-index: 100;background: rgba(0,0,0,.7);left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 9999;}
.search-alert input::-webkit-input-placeholder {color: #fff !important;}
.search-alert input::-moz-placeholder {/* Mozilla Firefox 19+ */color: #fff !important;}
.search-alert input:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #fff !important;}
.search-alert input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #fff !important;}
.search-alert .cent-form {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);-webkit-transition: all .5s;transition: all .5s;}
.search-alert .close {width: 30px;height: 30px;position: absolute;top: 38px;right: 2.6%;cursor: pointer;background: url(../images/colse.png) no-repeat center;background-size: 18px auto;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 60px;margin-top: -63px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.search-alert .cent-form:before {content: "";color: #fff;font-size: 30px;position: absolute;left: 0;height: 50px;width: 50px;top: 50%;margin-top: -25px;background: url(../images/z_img9.png) no-repeat center;background-size: 28px auto;}
.search-alert .cent-form .tex {border: none;font-size: 26px;height: 50px;line-height: 50px;text-align: center;width: 100%;color: #fff;background: none;padding-left: 100px;padding-right: 140px;box-sizing: border-box;}
.search-alert .cent-form .sub-butn {border: none;height: 50px;font-size: .8rem;line-height: 50px;color: #fff;text-align: right;background: none;position: absolute;right: 0;top: 0;width: 120px;text-align: center;font-size: 26px;cursor: pointer;}
.search-alert {-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s .5s;transition: transform .3s .5s;}
.search-alert.active {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.search-alert.active .cent-form {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .5s .3s;transition: all .5s .3s;}
