html,body{padding: 0;margin: 0;font-size: 16px;color: #333;/*min-width: 1200px;*/ /* overflow-x: hidden; */}
.wrap{margin: 0 auto;max-width: 1180px;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.txtH{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s;}
.txtH:hover{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1); }

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

/**导航菜单**/
header{ position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;transition: all .5s;height: 101px; }
header .headerTop{background:linear-gradient(to right, #1e40af, #2563eb) ; } 
header .headerTop .wrap{height: 57px;color: #fff; }
header .headerTop a{height: 57px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;padding: 13px 0;}
header .headerTop a p{color: #fff;margin-left: 10px;font-weight: bold; }
header .headerTop img{max-height: 80%;}
header .introDiv{height: 57px; }
header .introDiv i{font-size: 16px;color: #fff; }
header .introDiv .caozuoDiv{height: 57px;display: none; }
header .introDiv .caozuoDiv i{font-weight: bold;margin-right: 20px;font-size: 18px; }
header .introDiv .telDiv p{margin-left: 10px;font-weight: bold; }
header .introDiv .searchDiv{margin: 0 25px; }
header .introDiv .searchDiv form{position: relative;width: 172px;}
header .introDiv .searchDiv form i{position: absolute;left: 10px;top: 50%;z-index: 1;transform: translateY(-50%);color: #1d4ed8;font-weight: bold;font-size: 18px; }
header .introDiv .searchDiv form input{width: 100%;line-height: 28px;border-radius: 20px;background: #e2e8f0;padding: 0 10px 0 35px;border: 0;font-size: 12px;font-weight: bold; }
header .introDiv .langDiv{position: relative; }
header .introDiv .langDiv>a{color: #fff;}
header .introDiv .langDiv>a i.icon-arrow-down{font-size: 12px;}
header .introDiv .langDiv>a span{font-size: 14px;font-weight: bold;margin: 0 4px; }
header .introDiv .langDiv .aDiv{position: absolute;left: 50%;width: max-content;background: rgba(255,255,255,1);top: 80%;font-size: 14px;display: none;text-align: center;z-index: 22;padding: 5px 0;border-radius: 4px;font-weight: bold;box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);min-width: 80px;transform: translateX(-50%); }
header .introDiv .langDiv .aDiv a{color: #333;display: block;padding: 8px;height: initial;text-align: center; }
header .introDiv .langDiv .aDiv a:hover{background: #dbeafe; }
header .introDiv .langDiv:hover .aDiv{display: block; }
header .header-container{background: #fff;box-shadow: 0px 5px 10px rgba(0,0,0,.1); }
header .header-container .menu>ul{display: inline-block!important; }
header .header-container .menu>ul>li{float: left;margin: 0 45px 0 0; }
header .header-container .menu>ul>li>a{height: 44px;text-align: left;color: #11181c;position: relative;font-size: 14px;display: flex;justify-content: center;align-items: center;font-weight: bold; }
header .header-container .menu>ul>li>a i{color: #11181c;font-size: 14px;margin-right: 3px; }
header .header-container .menu>ul>li:hover>a,
header .header-container .menu>ul>li:focus>a,
header .header-container .menu>ul>li.on>a,
header .header-container .menu>ul>li.active>a{color: #11181c; }
header .header-container .caozuoDiv{height: 44px; }
header .header-container .caozuoDiv i{color: #11181c;font-weight: bold;margin-left: 20px;font-size: 18px; }
header .header-container .caozuoDiv a:hover i{color: #2563eb; }
header .mbtn {width: 50px;height: 57px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;left: 0;display: none; }
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide.png) no-repeat center center;background-size: 22px auto;}


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;position: relative; }
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;position: relative;}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li.active>a,.menu>ul>li.active>a{color:#fff}
/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul li.proLi{position: initial; }
.menu ul li.proLi>ul{position:absolute;text-align: left; width: 100%; top: 100%;left:0;opacity: 0;visibility: hidden;padding-top: 5px; }
.menu ul li.proLi>ul .ul{background: #fff;box-shadow: 0px 6px 16px rgba(89,89,89,.11);border-radius: 7px;padding: 20px;position: relative; }
.menu ul li.proLi>ul .ul a.menu-close{border: none;border-top-right-radius: 8px;color: #fff;cursor: pointer;height: 65px;overflow: hidden;position: absolute;right: -1px;top: -1px;width: 55px;z-index: 1; }
.menu ul li.proLi>ul .ul a.menu-close i{color: #fff;position: absolute;z-index: 1;right: 7px;top: 5px; }
.menu ul li.proLi>ul .ul a.menu-close:before{background: #2563eb;border-bottom: 40px solid transparent;border-color: transparent transparent #2563eb;border-style: solid;border-width: 0 40px 40px;content: "";display: block;height: 0;left: 4px;position: absolute;top: -8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: border-color .3sease;transition: border-color .3sease;width: 0;z-index: -1; }
.menu ul li.proLi>ul .ul .flexbet{align-items: stretch; }
.menu>ul>li.proLi.active>ul{height: initial;visibility: visible;opacity: 1;transition: all .3s; }
.menu>ul>li.proLi>ul .ul .flexbet>li{padding: 0 15px;border-left: 1px solid #f1f5f9; }
.menu>ul>li.proLi>ul .ul .flexbet>li>a{font-weight: bold;color: #11181c; }
.menu>ul>li.proLi>ul .ul .flexbet>li ul{margin-top: 15px; }
.menu>ul>li.proLi>ul .ul .flexbet>li li{margin-top: 10px; }
.menu>ul>li.proLi>ul .ul .flexbet>li li a{text-align: left;color: #64748b;font-size: 13px; }
.menu>ul>li.proLi>ul .ul .flexbet>li>a:hover{color: #334155; }
.menu>ul>li.proLi>ul .ul .flexbet>li li a:hover{color: #334155; }

.menu ul>li:not(.proLi)>ul{position:absolute;background: #fff;width: 1;min-width: 136px; top: 100%;left:50%;transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);transform: translateX(-50%);border-radius: 0 0 10px 10px;padding-bottom: 10px; }
.menu>ul>li:not(.proLi):hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu>ul>li:not(.proLi) li a{line-height: 20px;text-align: center;display: block;color: #33373d;position: relative;z-index: 1;font-size: 14px;padding: 7px 20px;font-weight: bold; }
.menu>ul>li:not(.proLi) li a:hover{background: #dbeafe; }

/****底部***/
.footerDiv{background: #003; }
.footerDiv .hdDiv{align-items: stretch;border-bottom: 1px solid #1e293b;color: #fff; }
.footerDiv .hdDiv .leftDiv{width: 30%;padding: 40px 20px 40px 0; } 
.footerDiv .hdDiv .leftDiv .fwrx {font-weight: bold; }
.footerDiv .hdDiv .leftDiv .fwrx p{color: #3b82f6;margin-left: 10px; }
.footerDiv .hdDiv .leftDiv .lxDiv .p{margin-top: 35px;font-size: 14px; }
.footerDiv .hdDiv .leftDiv .lxDiv .p p{margin-left: 10px;color: #94a3b8; }
.footerDiv .hdDiv .leftDiv .lxDiv .p p a{color: #94a3b8; }
.footerDiv .hdDiv .leftDiv .lxDiv .p i{margin: 0 10px;color: #3b82f6; }
.footerDiv .shareDiv{margin-top: 35px; }
.footerDiv .shareDiv a{margin-right: 25px;width: 28px;height: 28px;background: #334155;border-radius: 50%;position: relative; }
.footerDiv .shareDiv a i{font-size: 16px;color: #fff; }
.footerDiv .shareDiv a:last-child{margin-right: 0; }
.footerDiv .shareDiv a:hover{background: #3b82f6; }
.footerDiv .shareDiv .ewmDiv{width: 150px;text-align: center;position: absolute;left: 50%;transform: translateX(-50%);bottom: 32px;border-radius: 10px;overflow: hidden;display: none; }
.footerDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .hdDiv .rightDiv{width: 70%;align-items: stretch; } 
.footerDiv .hdDiv .listDiv:nth-child(1){width: 45%; } 
.footerDiv .hdDiv .listDiv:nth-child(2){width: 40%; } 
.footerDiv .hdDiv .listDiv:nth-child(3){width: 15%; }
.footerDiv .hdDiv .listDiv{padding: 40px 0 0 40px;border-left: 1px solid #1e293b; }
.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 35px;color: #94a3b8;font-weight: bold;position: relative; }
.footerDiv .hdDiv .listDiv>span::after{content: "";width: 20px;height: 4px;background: #3b82f6;position: absolute;left: 0;bottom: -5px; }
.footerDiv .hdDiv .aDiv ul.flexsta{flex-wrap: wrap; }
.footerDiv .hdDiv .aDiv ul.flexsta li{width: 50%; }
.footerDiv .hdDiv .aDiv ul li{margin-bottom: 20px; }
.footerDiv .hdDiv .aDiv a{font-size: 14px;color: #fff; }
.footerDiv .hdDiv .aDiv a:hover{color: #3b82f6; }
.footerDiv .bdDiv{padding: 20px 0;text-align: center;flex-wrap: wrap;color: #94a3b8;font-size: 14px; }
.footerDiv .bdDiv img{height: 18px;margin-right: 10px; }
.footerDiv .bdDiv a{color: #94a3b8;}
.footerDiv .bdDiv a:hover{color: #fff;}

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 101px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 600px;}
.index-banner .img img{width: 100%;height: 100%;object-fit: cover; }
/* .index-banner .swiper-slide-active .imgDiv{ transform: scale(1.3); } */
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/
/* .index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 40px; } */
.index-banner .swiper-pagination-bullet{width: 6px;height: 4px;background: #b2b2b2;border-radius: 2px;opacity: 1;position: relative;transition: all .5s; }
.index-banner .swiper-pagination-bullet-active{width: 50px; }
.index-banner .swiper-pagination-bullet::before{content: "";position: absolute;width: 0;height: 100%;background-color: #ea4036;top: 0;left: 0;border-radius: 2px; }
.index-banner .swiper-pagination-bullet-active::before{animation-name: tr-animate-proress;
animation-duration: 12s;
animation-timing-function: linear;
animation-fill-mode: forwards;
transition: background-color .25s linear; }

@keyframes tr-animate-proress {
    0% {
        width: 0
    }

    to {
        width: 50px
    }
}


/* .index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px;} */
/* .index-banner .bgOver{background: #13D6CB0A;height: 100%;width: 100%;top: 0;left: 0;position: absolute;z-index: 1; }
.index-banner .textDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 50px;z-index: 2;align-items: flex-end; }
.index-banner .textDiv .text{max-width: 55%; }
.index-banner .textDiv .p1{font-size: 50px;color: #8db0ae;font-weight: 700; }
.index-banner .textDiv .p2{font-size: 55px;line-height: 1.4;margin-bottom: 50px;color: #149890; }
.index-banner .textDiv a{color: #136762;border:2px solid #1f736d;padding: 20px 54px;font-size: 18px;font-weight: 600;border-radius: 10px;display: inline-block; }
.index-banner .textDiv a:hover{background: #1f736d;color: #fff; } */
.index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 20px;height: 20px;margin-top: -20px;background: none; }
.index-banner .swiper-button-prev i,.index-banner .swiper-button-next i{font-size: 20px;color: #e2e8f0;display: block;}
.index-banner .swiper-button-prev{left: 3vw; }
.index-banner .swiper-button-next{right: 3vw; }


.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{display: block;font-weight: bold;color: #000; }
.indexTitle i{width: 24px;height: 4px;background: #ea4036;margin: 0 10px; }
.indexTitle.cfff span{color: #fff; }
.indexTitle .line{width: 40px;height: 3px;background: #ea4036;margin: 5px 0 0; }
.indexTitle.tc .line{margin: 5px auto 0; }
.indexTitle .p{margin-top: 35px;color: #324a6d; }

a.imoreBtn{width: 171px;height: 47px;background: #1f736d;color: #fff;border-radius: 24px;border: 1px solid #1f736d; }
a.imoreBtn:hover{background: #ffff;color: #1f736d; }

.f46{font-size: 46px;}
.f40{font-size: 40px;}
.f38{font-size: 38px;}
.f36{font-size: 36px;}
.f32{font-size: 32px;}
.f30{font-size: 30px;}
.f28{font-size: 28px;}
.f25{font-size: 25px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}
.bold{font-weight: bold; }

.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1{padding: 50px 0 80px;overflow: hidden; }
.indexDiv1 .bdDiv{margin-top: 30px; }
.indexDiv1 .bdDiv .row{margin: 0 -8px; }
.indexDiv1 .bdDiv .row>div{padding: 0 8px;margin-top: 16px; }
.indexDiv1 .bdDiv .row>div a{display: block;background-color: #eff6ff;
background-image: linear-gradient(10deg, #fff 50%, hsla(0, 0%, 100%, 0));
transition: background-color .3sease-in;padding: 15px;border-radius: 15px;height: 100%;border: 1px solid rgba(59,130,246,.2);transition: all .5s; }
.indexDiv1 .bdDiv .row>div a:hover{border: 1px solid rgba(59,130,246,1);background-color: #bfdbfe; }
.indexDiv1 .bdDiv .row>div .imgDiv{height: 184px;display: flex;align-items: center;justify-content: center; }
.indexDiv1 .bdDiv .row>div .imgDiv img{max-height: 120px;max-width: 100%; }
.indexDiv1 .bdDiv .row>div .textDiv .title{color: #000; }
.indexDiv1 .bdDiv .row>div .textDiv p{color: #94a3b8;font-size: 14px;margin-top: 10px; }

.indexDiv2{padding: 50px 0;overflow: hidden;background: #0f172a;color: #fff;position: relative; }
.indexDiv2 .bgDiv{background: linear-gradient(180deg, #172554, #181a1c 90%);overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.indexDiv2 .bgDiv::before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;--_line-size: 0.5px;--_line-color: #fff;--_bg-size: 1.5rem;content: "";background-image: linear-gradient(#999 .5px, transparent 0, transparent calc(100% - .5px), #999 calc(100% - .5px)), linear-gradient(90deg, #999 .5px, transparent 0, transparent calc(100% - .5px), #999 calc(100% - .5px));background-size: 1.5rem 1.5rem;mask-image: linear-gradient(180deg, #000, transparent);opacity: .07; }
.indexDiv2 .bdDiv{margin-top: 50px;position: relative; }
.indexDiv2 .bdDiv a .imgDiv{padding-top: 79.7%;overflow: hidden; }
.indexDiv2 .bdDiv a .textDiv{padding-top: 20px; }
.indexDiv2 .bdDiv a .textDiv span{display: inline-block;background: #2563eb;color: #fff;border-radius: 4px;padding: 3px 5px;font-size: 12px; }
.indexDiv2 .bdDiv a .textDiv .title{color: #fff;margin: 15px 0;font-size: 14px;font-weight: bold; }
.indexDiv2 .bdDiv a .textDiv .morebBtn{color: #94a3b8;font-size: 14px; }
.indexDiv2 .swiper-button-prev,.indexDiv2 .swiper-button-next{width: 20px;height: 20px;margin-top: -20px;background: none; }
.indexDiv2 .swiper-button-prev i,.indexDiv2 .swiper-button-next i{font-size: 25px;color: #fff;display: block;}
.indexDiv2 .swiper-button-prev{left: -40px; }
.indexDiv2 .swiper-button-next{right: -40px; }

.indexDiv3{padding: 50px 0 65px;overflow: hidden; }
.indexDiv3 .bdDiv{
	margin-top: 50px;
	-webkit-mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
	mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
}
.indexDiv3 .bdDiv>div{width: 100%;height: 80px;overflow: hidden;border-top: 1px solid #eff6ff;}
.indexDiv3 .bdDiv>div:last-child{border-bottom: 1px solid #eff6ff;}
.indexDiv3 .bdDiv ul li {float: left;width: 200px;height: 80px;border-right: 1px solid #eff6ff;}
.indexDiv3 .bdDiv ul li img {display: block;width: 150px;}

.indexDiv4{padding: 50px 0;overflow: hidden;background: #f1f5f9; }
.indexDiv4 .bdDiv{margin: 30px -5px 0; }
.indexDiv4 .bdDiv .swiper-container{padding: 5px; }
.indexDiv4 .swiper-slide{height: initial;/* opacity: 0;transition: 0.3s 0s; */ }
/* .indexDiv4 .swiper-slide-active, .indexDiv4 .swiper-slide-next, .indexDiv4 .swiper-slide-next + .swiper-slide, .indexDiv4 .swiper-slide-next + .swiper-slide + .swiper-slide{opacity: 1; } */
.indexDiv4 .bdDiv a{display: block;background: #fff;border-radius: 10px;box-shadow: 0 4px 6px -1px #bfdbfe, 0 2px 4px -2px #bfdbfe;height: 100%; }
.indexDiv4 .bdDiv a .imgDiv{padding-top: 51.66%;overflow: hidden; }
.indexDiv4 .bdDiv a .textDiv{padding: 20px 15px; }
.indexDiv4 .bdDiv a .textDiv .flexsta{font-size: 12px; }
.indexDiv4 .bdDiv a .textDiv .flexsta span{color: #2563eb;font-weight: bold; }
.indexDiv4 .bdDiv a .textDiv .flexsta .date{color: #94a3b8;margin-left: 15px; }
.indexDiv4 .bdDiv a .textDiv .title{color: #334155;margin: 13px 0;font-size: 14px;font-weight: bold;height: 42px; }
.indexDiv4 .bdDiv a .textDiv .morebBtn svg{width: 24px;height: 24px;border-radius: 50%; }
.indexDiv4 .bdDiv a:hover .textDiv .morebBtn svg{color: #fff;background-color: #2563eb; }
.indexDiv4 .swiper-button-prev,.indexDiv4 .swiper-button-next{width: 20px;height: 20px;margin-top: initial;background: none;position: relative;top: initial;left: initial;right: initial; }
.indexDiv4 .swiper-button-prev i,.indexDiv4 .swiper-button-next i{font-size: 25px;color: #2563eb;display: block;}
.indexDiv4 .swiper-button-next{margin-left: 15px; }

.indexDiv5{padding: 50px 0; }
.indexDiv5 .indexTitle span{color: #172554; }
.indexDiv5 .indexTitle span em{color: #dc2626; }
.indexDiv5 .indexTitle p{color: #64748b;margin-top: 30px; }
.indexDiv5 .bdDiv .row>div{margin-top: 45px; } 
.indexDiv5 .bdDiv .row>div .conDiv .num{color: #2563eb;font-weight: bold;margin-right: 15px; }
.indexDiv5 .bdDiv .row>div .conDiv p{color: #334155;font-weight: bold; }

.bottomDiv {background: #cbd5e1; }
.bottomDiv .bdDiv{padding: 20px 0;-webkit-mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
	mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0)); }
.bottomDiv .bdDiv>div{width: 100%;overflow: hidden;height: 36px; }
.bottomDiv .bdDiv ul li {float: left;width: 110px;height: 36px;margin-right: 32px; }
.bottomDiv .bdDiv ul li img {display: block;width: 100%;}

/* .nyMain{margin-top: 140px; } */

.nyBanner .wrap{position:relative;height: 30.2vw;color: #fff;text-align: center; }
.nyBanner span{font-size: 2.5vw; }
.nyBanner p{font-size: 1vw;text-transform: uppercase; }

/* .nyHead{border-bottom: 1px solid #eeeeee;position: sticky;top: 140px;left: 0;background: #fff; }
.nyHead .wrap{flex-wrap: wrap; } */
.breadcrumbDiv{color: #94a3b8;font-size: 12px;margin-bottom: 35px;flex-wrap: wrap; }
.breadcrumbDiv a{color: #94a3b8;} 
.breadcrumbDiv a:hover{color: #94a3b8; }

.twoMenuDiv{display: flex;flex-wrap: wrap;  }
.twoMenuDiv a{padding: 5px;color: #222222;position: relative;width: 16.66%;text-align: center;min-height: 77px; }
.twoMenuDiv a:first-child{margin-left: 0; }
.twoMenuDiv a.on{color: #fff;background: #149890;}
.twoMenuDiv a:hover{color: #fff;background: #149890;}
.twoMenuDiv a::after{content: "";width: 1px;height: 48px;background: #e1e1e1;position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
.twoMenuDiv a.on::after{background: #fff; }

.caseDiv{padding: 50px 0;background: #f1f5f9; }
.caseDiv .bdDiv{margin-top: 50px;position: relative; }
.caseDiv .bdDiv .row>div{margin-bottom: 30px; }
.caseDiv .bdDiv a {background: #fff;display: block;border-radius: 10px;overflow: hidden;height: 100%;box-shadow: 0 4px 6px -1px #e1e1e1, 0 2px 4px -2px #e1e1e1; }
.caseDiv .bdDiv a .imgDiv{padding-top: 79.7%;overflow: hidden; }
.caseDiv .bdDiv a .textDiv{padding: 15px; }
.caseDiv .bdDiv a .textDiv span{display: inline-block;background: #2563eb;color: #fff;border-radius: 4px;padding: 3px 5px;font-size: 12px; }
.caseDiv .bdDiv a .textDiv .title{color: #11181c;margin: 15px 0;font-size: 14px;font-weight: bold;height: 42px; }
.caseDiv .bdDiv a .textDiv .morebBtn{color: #94a3b8;font-size: 14px; }
.caseDiv .bdDiv a:hover{box-shadow: 0 4px 6px -1px #bfdbfe, 0 2px 4px -2px #bfdbfe; }

.newsDiv{padding: 50px 0;background: #f1f5f9; }
.newsDiv .bdDiv{margin-top: 50px;position: relative; }
.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
.newsDiv .bdDiv a {background: #fff;display: block;border-radius: 10px;overflow: hidden;height: 100%;box-shadow: 0 4px 6px -1px #e1e1e1, 0 2px 4px -2px #e1e1e1; }
.newsDiv .bdDiv a .imgDiv{padding-top: 100%;overflow: hidden; }
.newsDiv .bdDiv a .textDiv{padding: 15px; }
.newsDiv .bdDiv a .textDiv span{display: inline-block;background: #2563eb;color: #fff;border-radius: 4px;padding: 3px 5px;font-size: 12px; }
.newsDiv .bdDiv a .textDiv .title{color: #11181c;margin: 15px 0;font-size: 14px;font-weight: bold;height: 42px; }
.newsDiv .bdDiv a .textDiv .date{font-size: 12px;color: #94a3b8; }
.newsDiv .bdDiv a .textDiv .date i{font-size: 15px; }
.newsDiv .bdDiv a .textDiv .morebBtn{color: #2563eb;font-size: 12px; }
.newsDiv .bdDiv a:hover{box-shadow: 0 4px 6px -1px rgba(59,130,246,.7), 0 2px 4px -2px rgba(59,130,246,.7); }


.detailDiv {padding: 35px 0;background: #f1f5f9; }
.detailDiv .bdDiv{align-items: flex-start; }
.detailDiv .blDiv{width: calc(100% - 296px);background: #fff;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);border-radius: 5px;padding: 50px; }
.detailDiv .blDiv .titleDiv{text-align: center;font-weight: bold; }
.detailDiv .blDiv .smTitle{position: relative;margin: 20px 0;color: #2563eb; }
.detailDiv .blDiv .smTitle::before{content: "";width: 100%;height: 1px;background: #cbd5e1;position: absolute;left: 0;top: 50%; }
.detailDiv .blDiv .smTitle span{padding: 0 20px;background: #fff;position: relative; }
.detailDiv .blDiv .textDiv{color: #334155;line-height: 1.8; }
.detailDiv .brDiv{width: 264px; }
.detailDiv .brDiv .hd{font-size: 14px;font-weight: bold;position: relative; }
.detailDiv .brDiv .hd::before{content: "";width: 100%;height: 1px;background: #cbd5e1;position: absolute;left: 0;top: 50%; }
.detailDiv .brDiv .hd svg{width: 16px; }
.detailDiv .brDiv .hd .tit{background: #f1f5f9;padding: 0 10px;position: relative; }
.detailDiv .brDiv .xiangguanDiv{margin-bottom: 40px; }
.detailDiv .brDiv .xiangguanDiv ul li{margin-top: 15px; }
.detailDiv .brDiv .xiangguanDiv ul li a{padding: 15px 10px;border-radius: 5px;overflow: hidden;background: #fff;box-shadow: 0 4px 3px -1px #bfdbfe, 0 2px 3px -2px #bfdbfe; }
.detailDiv .brDiv .xiangguanDiv ul li .imgDiv{width: 50px;height: 50px;margin-right: 10px; }
.detailDiv .brDiv .xiangguanDiv ul li .textDiv{width: calc(100% - 60px); }
.detailDiv .brDiv .xiangguanDiv ul li .textDiv span{font-weight: bold;color: #2563eb;font-size: 14px; }
.detailDiv .brDiv .xiangguanDiv ul li .textDiv p{color: #64748b;font-size: 12px; }
.detailDiv .brDiv .xiangguanDiv ul li a:hover .textDiv span{color: #3b82f6; }
.detailDiv .brDiv .moreCaseDiv ul li{margin-top: 15px; }
.detailDiv .brDiv .moreCaseDiv ul li a{padding: 15px 10px;border-radius: 5px;overflow: hidden;background: #fff;box-shadow: 0 4px 3px -1px #bfdbfe, 0 2px 3px -2px #bfdbfe;display: block; }
.detailDiv .brDiv .moreCaseDiv ul li .title{font-weight: bold;color: #334155;font-size: 14px;margin-bottom: 15px; }
.detailDiv .brDiv .moreCaseDiv ul li span{color: #2563eb;font-size: 12px; }
.detailDiv .brDiv .moreCaseDiv ul li svg{width: 20px;color: #93c5fd; }
.detailDiv .brDiv .moreCaseDiv ul li a:hover svg{color: #2563eb; }
.detailDiv .brDiv .moreCaseDiv ul li a:hover .title{color: #000; }


.contactDiv {background: #f3f4f6;padding: 50px 0; }
.contactDiv .hdDiv {margin: 30px 0;align-items: stretch;gap: 1rem;}
.contactDiv .hdDiv .hlDiv{width: 66.666667%; }
.contactDiv .hdDiv .hlDiv ul{grid-template-columns: repeat(3, minmax(0, 1fr));display: grid;gap: 1rem;height: 100%; }
.contactDiv .hdDiv .hlDiv ul li{height: 100%; }
.contactDiv .hdDiv .hrDiv{width: 33.333333%; }
.contactDiv .hdDiv .conDiv{padding: 15px;border-radius: 10px;height: 100%;background: #fff;height: 100%;align-items: stretch;position: relative;box-shadow: 0 4px 6px -1px #bfdbfe, 0 2px 4px -2px #bfdbfe; }
.contactDiv .hdDiv .conDiv .icon{height: 35px;position: absolute;right: 15px;top: 15px; }
.contactDiv .hdDiv .conDiv .icon i{color: #38bdf8;font-size: 35px; }
.contactDiv .hdDiv .conDiv span{font-weight: bold;display: block; }
.contactDiv .hdDiv .conDiv p{color: #38bdf8;margin-top: 5px;font-weight: bold; }

.contactDiv .bdDiv{position: relative;background: #fff;padding: 20px;border-radius: 10px;align-items: stretch; }
.contactDiv .bdDiv .formDiv{width: 60%;background: #f8fafc;padding: 15px;border-radius: 10px;overflow: hidden; }
.contactDiv .mapDiv{width: 38%;border-radius: 10px;overflow: hidden; }
.contactDiv #allmap{height: 100%; }
.contactDiv .bdDiv .formDiv .title {font-weight: bold; }
.contactDiv .bdDiv .formDiv .title i{color: #2563eb;margin-right: 10px; }
.contactDiv .bdDiv .formDiv .p{font-size: 14px;margin: 10px 0 30px;color: #6b7280; }
.contactDiv .bdDiv .formDiv .row>div{margin-bottom: 25px; }
.contactDiv .bdDiv .formDiv form{width: 100%; }
.contactDiv .bdDiv .formDiv form p{font-weight: bold; }
.contactDiv .bdDiv .formDiv form p i{color: #ef4444;margin-bottom: 5px; }
.contactDiv .bdDiv .formDiv form .inputDiv input{line-height: 40px;border: 1px solid #cbd5e1;color: #000;background: #fff;border-radius: 6px;padding: 0 10px;width: 100%; }
.contactDiv .bdDiv .formDiv form .inputDiv select{height: 42px;border: 1px solid #cbd5e1;color: #000;background: #fff;border-radius: 6px;padding: 0 10px;width: 100%; }
.contactDiv .bdDiv .formDiv form textarea{width: 100%;border: 1px solid #cbd5e1;background: #fff;border-radius: 6px;padding: 10px;color: #000;resize: none;height: 138px;display: block; }
.contactDiv .bdDiv .formDiv form button{width: 100%;height: 40px;border: 0;color: #fff;background: #2563eb;cursor: pointer;padding: 0;border-radius: 6px; }


.aboutDiv1{padding: 50px 0;overflow: hidden; }
.aboutDiv1 .imgDiv {margin: 20px 0; }
.aboutDiv1 .textDiv{margin-top: 20px;color: rgb(71 85 105);text-indent: 2em;line-height: 2; }
.aboutDiv2 .bdDiv{margin-top: 20px;position: relative; }
.aboutDiv2 .bdDiv .swiper-container{padding-bottom:240px; }
.aboutDiv2 .parallax-bg {position: absolute;left: 0;top: 0;width: 130%;height: 100%;-webkit-background-size: cover;background-size: cover;background-position: center;}
.aboutDiv2 .bdDiv .swiper-slide{height: initial; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv{position: relative;flex-direction: column;align-items: center;z-index: 2;justify-content: flex-end;padding-bottom: 90px;height: 100%; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv .textDiv p{font-size: 14px;color: #11181c;padding-left: 16px;position: relative; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv .textDiv p:before{content: "";width: 6px;height: 6px;background: #b02713;border-radius: 50%;position: absolute;left: 0px;top: 7px; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv .year{margin-top: 40px;width: 80px;height: 24px;background: #3b5493;color: #fff;text-align: center;border-radius: 12px;position: relative;font-size: 15px; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv .year::before{content: "";width: 10px;height: 10px;background: #3b5493;border-radius: 50%;position: absolute;left: calc(50% - 5px);top: -30px; }
.aboutDiv2 .bdDiv .swiper-slide .conDiv .year::after{content: "";width: 1px;height: 140px;background: linear-gradient(180deg,#3b5493,transparent);border-radius: 50%;position: absolute;left: calc(50% - 0.5px);top: -30px;z-index: -1; }
.aboutDiv2 .bdDiv .swiper-slide:nth-of-type(even) .conDiv .year{background: #4673b2; }
.aboutDiv2 .bdDiv .swiper-slide:nth-of-type(even) .conDiv .year:before{background: #4673b2; }
.aboutDiv2 .bdDiv .swiper-slide:nth-of-type(even) .conDiv .year:after{background: linear-gradient(180deg,#4673b2,transparent); }
.aboutDiv2 .swiper-button-prev,.aboutDiv2 .swiper-button-next{width: 20px;height: 20px;margin-top: -20px;background: none; }
.aboutDiv2 .swiper-button-prev i,.aboutDiv2 .swiper-button-next i{font-size: 25px;color: #4673b2;display: block;}
.aboutDiv2 .swiper-button-prev{left: -20px; }
.aboutDiv2 .swiper-button-next{right: -20px; }

.aboutDiv3{padding: 40px 0; }
.aboutDiv3 .bdDiv{flex-wrap: wrap; }
.aboutDiv3 .bdDiv .item{margin: 30px 0; }
.aboutDiv3 .bdDiv .item span{background: #2563eb;color: #fff;padding: 3px 6px;font-size: 14px; }
.aboutDiv3 .bdDiv .item ul{flex-wrap: wrap; }
.aboutDiv3 .bdDiv .item ul li{height: 128px;margin-right: 35px;margin-top: 10px; }
.aboutDiv3 .bdDiv .item ul li img{max-height: 100%; }
.fill-blue-400{fill:#60a5fa}.fill-indigo-100{fill:#e0e7ff}.fill-indigo-300{fill:#a5b4fc}.fill-indigo-400{fill:#818cf8}.fill-pink-400{fill:#f472b6}.fill-pink-50{fill:#fdf2f8}
.fill-purple-200{fill:#e9d5ff}.fill-purple-400{fill:#c084fc}.fill-sky-200{fill:#bae6fd}.fill-sky-400{fill:#38bdf8}.stroke-blue-200{stroke:#bfdbfe}.stroke-blue-50{stroke:#eff6ff}
.downloadDiv{padding: 35px 0;background: #f1f5f9; }
.downloadDiv .bdDiv{align-items: stretch; }
.downloadDiv .bdDiv .blDiv{width: calc(100% - 300px); }
.downloadDiv .bdDiv .blDiv>div{background: #fff;border-radius: 8px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1); }
.downloadDiv .bdDiv .blDiv .blhDiv{padding: 20px;margin-bottom: 15px; }
.downloadDiv .bdDiv .blDiv .blhDiv .indexTitle p{font-size: 14px;color: #94a3b8;margin-top: 20px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row{margin: 0 -8px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div{padding: 0 8px;margin-top: 16px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div a{border: 1px solid #e5e7eb;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);border-radius: 8px;padding: 12px;height: 100%; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div .titleDiv{width: calc(100% - 40px);color: #333; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div .titleDiv svg{width: 24px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div .titleDiv span{font-weight: 500; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div .num{padding: 0 5px;background: #2563eb;color: #fff;border-radius: 8px;font-size: 12px;height: 16px;min-width: 16px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div:nth-child(6) .titleDiv svg{width: 16px; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div a.on{background: #2563eb; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div a.on .titleDiv{color: #fff; }
.downloadDiv .bdDiv .blDiv .blhDiv .row>div a.on .num{background: #fff;color: #2563eb; }
.downloadDiv .bdDiv .blDiv .blbDiv{padding: 10px 20px; } 
.downloadDiv .bdDiv .blDiv .blbDiv .searchDiv{margin-bottom: 30px; }
.downloadDiv .bdDiv .blDiv .blbDiv .searchDiv form{position: relative; }
.downloadDiv .bdDiv .blDiv .blbDiv .searchDiv input{width: 100%;line-height: 50px;border: 0;border-bottom: 2px solid #2563eb;padding: 0 0 0 35px; }
.downloadDiv .bdDiv .blDiv .blbDiv .searchDiv i{position: absolute;left: 8px;top: 50%;transform: translateY(-50%);font-size: 16px;color: #2563eb;font-weight: bold; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv{margin: 10px 0;color: #11181c; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li{margin-bottom: 10px;padding: 5px 10px;background: #f3f4f6;border-radius: 6px;border-bottom: 2px solid #e5e7eb; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .hd {cursor: pointer; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .hd .titleDiv{height: 40px;font-weight: bold;color: #11181c;font-size: 14px; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .hd .titleDiv span{width: 24px;height: 24px;background: #fff;border-radius: 50%;margin-right: 10px; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .hd i{font-size: 10px;transition: all .3s; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li.on .hd i{transform: rotate(-90deg); }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd {margin-top: 5px; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table{width: 100%; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table th{font-size: 12px;color: #64748b;font-weight: normal;width: 20%;padding: 5px 0; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table th:last-child{text-align: right; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td{width: 20%;font-size: 14px;padding: 10px 0;border-top: 1px solid #e2e8f0;font-weight: 500;}
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td a{color: #1d4ed8; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td a i{margin-right: 5px; }
.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td a:hover{text-decoration: underline; }
.downloadDiv .bdDiv .brDiv{width: 280px; }
.downloadDiv .bdDiv .brDiv>div{background: #2563eb;border-radius: 8px;overflow: hidden;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);margin-bottom: 20px; }
.downloadDiv .bdDiv .brDiv .bh{padding: 10px 24px;color: #fff;font-weight: 500; }
.downloadDiv .bdDiv .brDiv .bb{background: #fff;border-radius: 8px;overflow: hidden;padding: 0 20px;  }
.downloadDiv .bdDiv .brDiv .bb ul li a{border-bottom: 1px solid #e5e7eb;padding: 12px 0;color: #11181c;font-size: 14px;position: relative; }
.downloadDiv .bdDiv .brDiv .bb ul li a .tt{font-weight: 500; }
.downloadDiv .bdDiv .brDiv .bb ul li a p{font-size: 12px;color: #94a3b8cc;margin-top: 5px; }
.downloadDiv .bdDiv .brDiv .bb ul li a span{padding: 0 5px;background: #2563eb;color: #fff;border-radius: 8px;font-size: 12px;height: 16px;min-width: 16px;position: relative; }
.downloadDiv .bdDiv .brDiv .bb ul li a:hover{color: #2563eb; }
.downloadDiv .bdDiv .brDiv .bb ul li:last-child a{border-bottom: 0; }
.downloadDiv .bdDiv .brDiv .bb ul li.on a{color: #2563eb; }
.downloadDiv .bdDiv .brDiv .bb ul li.on span{opacity: 0; }
.downloadDiv .bdDiv .brDiv .bb ul li.on a:after{content: "";width: 20px;height: 20px;background: url(../img/dui.png) no-repeat center center/100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}


.pageDiv{text-align: center;margin: 20px 0 10px;}
.pageDiv a{display: inline-block;line-height: 34px;margin: 0 3px;color: #333;font-size: 16px;width: 36px;text-align: center;border-radius: 4px;font-weight: 500; }
.pageDiv a.cur{border: 1px solid #e2e8f0; }
.pageDiv a:hover{background: #e2e8f0; }

body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
body.mark:after,body.on-menu:after {
    display: block;
}

.commonDiv{padding: 30px 0 0;align-items: stretch;position: relative; }
.commonDiv .comLeftDiv{width: 15%; }
.commonDiv .comLeftDiv .scrollDiv{min-height: calc(100vh - 120px);height: calc(100vh - 120px);overflow-y: auto;position: sticky;top: 120px;left: 0; }
.commonDiv .comLeftDiv .scrollDiv .ul>li{margin-bottom: 25px;list-style: none; }
.commonDiv .comLeftDiv .scrollDiv .ul>li>a{font-size: 14px;font-weight: 600;color: #11181c; }
.commonDiv .comLeftDiv .scrollDiv .ul>li.on>a{color: #2563eb!important; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul{margin-top: 15px;border-left: 1px solid #e2e8f0; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul li{margin: 10px 0; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul li a{display: block;padding: 3px 0;font-size: 12px;color: #64748bcc;padding-left: 12px;font-weight: 500;position: relative; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul li.on a{color: #2563eb!important; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul li a:hover{color: #11181c; }
.commonDiv .comLeftDiv .scrollDiv .ul>li ul li a:hover::before{content: "";width: 1px;height: 100%;background: #334155;position: absolute;left: -1px;top: 50%;transform: translateY(-50%); }
.commonDiv .comRightDiv{width: 85%;padding-left: 30px;padding-bottom: 50px; }
.productDiv .crhDiv .textDiv{width: 75%; }
.productDiv .crhDiv .textDiv .p{margin-top: 35px;color: #64748b;font-size: 14px; }
.productDiv .crhDiv .imgDiv{width: 22%; }
.productDiv .cateDiv{margin: 20px 0;flex-wrap: wrap; }
.productDiv .cateDiv a{padding: 5px 12px;border: 1px solid #1d4ed8;border-radius: 7px;color: #2563eb;font-size: 12px;font-weight: 500;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);margin-right: 30px;margin-bottom: 10px; }
.productDiv .cateDiv a i{font-size: 16px;margin-left: 5px; }
.productDiv .cateDiv a.on{color: #fff;background: linear-gradient(to right,#2563eb,#0ea5e9);border-color: #FFF; }
.productDiv .proListDiv .plh{padding: 20px 0;border-top: 1px solid #f1f5f9;border-bottom: 1px solid #f1f5f9; }
.productDiv .proListDiv .plh .title{font-size: 14px;font-weight: 500; }
.productDiv .proListDiv .plh .title i{margin-right: 5px;font-size: 14px; }
.productDiv .proListDiv .plh .num{font-size: 14px;color: #11181c; }
.productDiv .proListDiv .plh .num span{padding: 1px 4px;background: #2563eb;color: #fff;border-radius: 3px;margin-right: 5px; }
.productDiv .proListDiv .plb{align-items: stretch;padding-top: 20px; }
.productDiv .proListDiv .plb .listDiv{width: 75%;}
.productDiv .proListDiv .plb .listDiv ul li{margin-bottom: 15px;border: 1px solid #e2e8f0;background: rgba(248,250,252,.5);padding: 10px;border-radius: 7px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); }
.productDiv .proListDiv .plb .listDiv ul li .alDiv{width: calc(100% - 30px); }
.productDiv .proListDiv .plb .listDiv ul li .alDiv .imgDiv{width: 60px;height: 60px; }
.productDiv .proListDiv .plb .listDiv ul li .alDiv .imgDiv img{max-height: 100%; }
.productDiv .proListDiv .plb .listDiv ul li .alDiv .textDiv{width: calc(100% - 70px); }
.productDiv .proListDiv .plb .listDiv ul li .alDiv .textDiv span{font-weight: bold;color: #11181c; } 
.productDiv .proListDiv .plb .listDiv ul li .alDiv .textDiv p{font-size: 13px;color: #94a3b8;margin-top: 8px;font-weight: 600; }
.productDiv .proListDiv .plb .listDiv ul li .dibi{width: 30px;display: flex;justify-content: flex-start; }
.productDiv .proListDiv .plb .listDiv ul li .dibi i{font-size: 18px;color: #cbd5e1;cursor: pointer; }
.productDiv .proListDiv .plb .listDiv ul li:hover{background: rgba(239,246,255,.7);border-color: #93c5fd; }
.productDiv .proListDiv .plb .listDiv ul li .dibi i:hover{color: #2563eb; }
.productDiv .proListDiv .plb .shaixuanDiv{width: 22%;}
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv{margin-bottom: 15px;border: 1px solid rgba(37,99,235,.3);border-right-width: 3px;border-bottom-width: 3px;border-radius: 7px;overflow: hidden; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ih{padding: 8px 16px;background: #eff6ff;font-size: 14px;color: #11181c;font-weight: 500; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ih i{font-size: 12px;color: #1d4ed8;font-weight: 300; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib{padding-right: 5px;max-height: 205px;overflow-y: auto; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li{padding: 0 10px 0 20px;cursor: pointer; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li label{width: calc(100% - 24px);font-size: 13px;padding: 10px 0;margin: 0;font-weight: 500;cursor: pointer; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li label .tt{color: #11181c;width: calc(100% - 30px); }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li label .num{color: #94a3b8; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li input{width: 16px;height: 16px;border-color: #2563eb; }
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib ul li:hover label .tt{color: #2563eb; }
 
.commonDiv .comLeftDiv .scrollDiv::-webkit-scrollbar  {  width: 4px;  height: 10px;  background-color: #f8fafc;}  
.commonDiv .comLeftDiv .scrollDiv::-webkit-scrollbar-track  {  border-radius: 10px;  background-color: #f8fafc;}  
.commonDiv .comLeftDiv .scrollDiv::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #e2e8f0;}
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib::-webkit-scrollbar  {  width: 3px;  height: 10px;  background-color: #e2e8f0;}  
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib::-webkit-scrollbar-track  {  border-radius: 10px;  background-color: #e2e8f0;}  
.productDiv .proListDiv .plb .shaixuanDiv .itemDiv .ib::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #2563eb;}


.productDetailDiv .breadcrumbDiv1{margin-bottom: 30px;position: relative; }
.productDetailDiv .breadcrumbDiv1::after{content: "";width: 100%;height: 1px;background: #e2e8f0;position: absolute;left: 0;top: 50%; }
.productDetailDiv .breadcrumbDiv1 .breadcrumbDiv{position: relative;z-index: 1;margin-bottom: 0;background: #fff;padding-right: 30px; }
.productDetailDiv .breadcrumbDiv1 .imgDiv{height: 23px;background: #fff;padding: 0 15px;position: relative;z-index: 1;margin-right: 25px; }
.productDetailDiv .breadcrumbDiv1 .imgDiv img{max-height: 100%; }

.productDetailDiv .hdDiv .leftDiv{width: 240px; }
.productDetailDiv .hdDiv .rightDiv{width: calc(100% - 300px); }
.productDetailDiv .hdDiv .leftDiv .lunboDiv{position: relative; }
.productDetailDiv .hdDiv .leftDiv .lunboDiv .fdImg{position: absolute;right: 0;bottom: 0;z-index: 1; }
.productDetailDiv .hdDiv .leftDiv .lunboDiv .fdImg svg{width: 20px; }
.productDetailDiv .hdDiv .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic{padding-top: 100%;position: relative;width: 100%;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv img{max-width: 90%;max-height: 90%;object-fit: contain; }
.productDetailDiv .hdDiv .leftDiv .gallery-top {width: 100%;border: 1px solid #e5e7eb; }
.productDetailDiv .hdDiv .leftDiv .smallDiv{position: relative;padding: 0; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 15px 0 0;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide {width: 20%;opacity: 1;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic{padding-top: 100%; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic::before{content: "";width: 100%;height: 100%;border: 1px solid #e5e7eb;position: absolute;left: 0;top: 0;z-index: 1; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic .imgDiv img{max-width: 100%;max-height: 100%; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic::before{border-color: #2563eb; }
.productDetailDiv .hdDiv .rightDiv{color: rgba(61, 61, 61, 0.6); }
.productDetailDiv .hdDiv .rightDiv .indexTitle p{margin-top: 15px;color: #1d4ed8;font-size: 14px; }
.productDetailDiv .hdDiv .rightDiv .p{margin: 0 0 30px; }
.productDetailDiv .hdDiv .rightDiv .p p{position: relative;padding-left: 30px;background: url(../img/dui_.png) no-repeat left center/18px;margin-top: 20px;font-size: 14px;color: #94a3b8; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a{padding: 5px 12px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);border-radius: 8px;font-size: 14px; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a.ljzx{color: #fff;background: linear-gradient(to right,#2563eb,#0ea5e9);border: 2px solid #fff; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a.duibi{border: 1px solid #1d4ed8;color: #1d4ed8;margin-left: 20px; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a i{margin-right: 5px; }
.productDetailDiv .bdDiv{margin-top: 55px; }
.productDetailDiv .bdDiv .tabsDiv{color: #64748b;font-size: 14px;border-top: 1px solid #f1f5f9;border-bottom: 1px solid #f1f5f9;padding: 10px 0;position: sticky;top: 101px;left: 300px;background: #fff;z-index: 99; }
.productDetailDiv .bdDiv .tabsDiv ul li{padding: 4px 16px;text-align: center;font-size: 14px;font-weight: 500;color: #64748b;margin-right: 25px;border-radius: 4px;cursor: pointer; }
.productDetailDiv .bdDiv .tabsDiv ul li:last-child{margin-right: 0; }
.productDetailDiv .bdDiv .tabsDiv ul li.on{background: #dbeafecc;color: #020817; }
.productDetailDiv .bdDiv .tabsDiv ul li span{min-width: 15px;padding: 0 4px;background: #2563eb;border-radius: 50%;height: 16px;color: #fff;font-size: 12px;margin-left: 5px; }
.productDetailDiv .bdDiv .tabsConDiv{margin-top: 35px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv{margin-bottom: 30px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv .table{margin-top: 10px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table{width: 100%;border: 1px solid #e2e8f0; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td{border-top: 1px solid #e2e8f0;padding: 12px 20px;font-size: 14px;color: #334155; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td:nth-child(1){width: 30%;background: rgba(241,245,249,.7);border-right: 1px solid #e2e8f0; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td:nth-child(2){width: 70%;}
.productDetailDiv .bdDiv .zlxzDiv .listDiv{margin: 10px 0;color: #11181c; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li{margin-bottom: 15px;padding: 5px 10px;background: linear-gradient(to bottom,#f8fafc,rgba(248,250,252,0));border-radius: 6px;border: 1px solid rgba(191,219,254,.7);border-bottom-width: 3px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd {cursor: pointer; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd .titleDiv{height: 40px;font-weight: bold;color: #11181c;font-size: 14px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd .titleDiv span{width: 24px;height: 24px;background: #fff;border-radius: 50%;margin-right: 10px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd i{font-size: 10px;transition: all .3s; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li.on .hd i{transform: rotate(-90deg); }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd {margin-top: 5px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table{width: 100%; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table th{font-size: 12px;color: #64748b;font-weight: normal;width: 20%;padding: 5px 0; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table th:last-child{text-align: right; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td{width: 20%;font-size: 14px;padding: 10px 0;border-top: 1px solid #e2e8f0;font-weight: 500;}
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a{color: #1d4ed8; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a i{margin-right: 5px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a:hover{text-decoration: underline; }
.productDetailDiv .bdDiv .yyalDiv .row>div{margin-bottom: 30px; }
.productDetailDiv .bdDiv .yyalDiv .row>div a{display: block;height: 100%; }
.productDetailDiv .bdDiv .yyalDiv .row>div .imgDiv{padding-top: 46.93%;border-radius: 10px;overflow: hidden; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv{margin-top: 15px;font-size: 14px; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv span{color: #2563eb; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv .title{font-weight: 500;margin: 10px 0;color: #334155; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv p{color: #94a3b8;font-size: 12px; }
.productDetailDiv .bdDiv .yyalDiv .row>div a:hover .textDiv .title{color: #11181c; }
.productDetailDiv .bdDiv .zsfxDiv .row>div{margin-bottom: 20px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a{height: 100%;padding: 16px;border: 1px solid #e2e8f0;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .iconDiv{width: 36px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv{width: calc(100% - 50px); }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv .title{font-size: 14px;color: #0f172a;margin-bottom: 10px;font-weight: 500; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv p{font-size: 12px;color: #94a3b8; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv p span{margin-right: 5px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a:hover{box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); }
.productDetailDiv .bdDiv .xgcpDiv .row>div a{margin-bottom: 15px;border: 1px solid #e2e8f0;
background-color: #eff6ff;
background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
transition: background-color .3sease-in;padding: 10px;border-radius: 7px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv{width: calc(100% - 30px); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .imgDiv{width: 60px;height: 60px; }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .imgDiv img{max-height: 100%; }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv{width: calc(100% - 70px); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv span{font-weight: bold;color: #11181c; } 
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv p{font-size: 13px;color: #94a3b8;margin-top: 8px;font-weight: 600; }
.productDetailDiv .bdDiv .xgcpDiv .row>div i{font-size: 18px;color: #2563eb;cursor: pointer;font-weight: 600; }
.productDetailDiv .bdDiv .xgcpDiv .row>div a:hover{background-color: #bfdbfe; }

.duibiDiv{padding: 40px 0;background: #f8fafc; }
.duibiDiv .bdDiv{border: 1px solid #e5e7eb;margin-top: 25px;border-radius: 8px;overflow: hidden; }
.duibiDiv .bdDiv .hd{background: #fff;align-items: stretch; }
.duibiDiv .bdDiv .hlDiv{width: 25%;/* border-right: 1px solid #e5e7eb; */padding: 16px; }
.duibiDiv .bdDiv .hlDiv form{width: 100%;position: relative;overflow: hidden; }
.duibiDiv .bdDiv .hlDiv form input{width: 100%;line-height: 36px;border: 1px solid #2563eb;border-radius: 5px;padding: 0 40px 0 10px;font-size: 14px; }
.duibiDiv .bdDiv .hlDiv form button{position: absolute;right: 0;top: 0;width: 36px;height: 100%;background: #2563eb;border: 0;padding: 0;color: #ff;border-radius:  0 5px 5px 0;cursor: pointer; }
.duibiDiv .bdDiv .hlDiv form button i{color: #fff;font-size: 18px; }
.duibiDiv .bdDiv .hlDiv .formDiv p{font-size: 12px;color: #94a3b8;margin-top: 10px; }
.duibiDiv .bdDiv .hlDiv .yixuanDiv{margin: 50px 0; }
.duibiDiv .bdDiv .hlDiv .yixuanDiv span{padding: 7px 8px;background: #f1f5f9;font-size: 14px;border-radius: 5px;font-weight: 500; }
.duibiDiv .bdDiv .hlDiv .aDiv p{margin: 20px 0 4px; } 
.duibiDiv .bdDiv .hlDiv .aDiv p a{font-size: 14px;color: #11181c; }
.duibiDiv .bdDiv .hlDiv .aDiv p a svg{width: 16px;margin-right: 5px; }
.duibiDiv .bdDiv .hlDiv .aDiv p a:hover{color: #2563eb;text-decoration: underline; }
.duibiDiv .bdDiv .hrDiv{width: 75%;position: relative; }
.duibiDiv .bdDiv .hrDiv .swiper-container{height: 100%; }
.duibiDiv .bdDiv .hrDiv .swiper-slide{height: initial; }
/* .duibiDiv .bdDiv .hrDiv .swiper-slide:nth-child(1) a{border-left: 0; } */
.duibiDiv .bdDiv .hrDiv .swiper-slide a{height: 100%;border-left: 1px solid #e5e7eb;display: block;position: relative;padding: 16px; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .removeA{position: absolute;width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #cbd5e1;right: 10px;top: 10px;z-index: 99; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .removeA img{width: 12px; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .imgDiv{padding-top: 69%; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .imgDiv img{max-height: 100%;max-width: 80%; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .textDiv .title{margin: 8px 0;color: #11181c;font-weight: 500; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .textDiv .p{color: #94a3b8;font-weight: 500;font-size: 12px;padding-bottom: 16px;border-bottom: 1px solid #f1f5f9;margin-bottom: 16px; }
.duibiDiv .bdDiv .hrDiv .swiper-slide .textDiv .moreBtn{border: 1px solid #2563eb;color: #2563eb;border-radius: 6px;padding: 8px;font-size: 14px; }
.duibiDiv .bdDiv .hrDiv .swiper-slide a:hover .textDiv .title{color: #2563eb; }
.duibiDiv .bdDiv .itemDiv{border-top: 1px solid #e5e7eb; }
.duibiDiv .bdDiv .itemDiv .tt{padding: 10px 15px; }
.duibiDiv .bdDiv .itemDiv .table{margin: 0; }
.duibiDiv .bdDiv .itemDiv table{width: 100%;background: #fff; border-bottom: 0;border-right: 0;}
.duibiDiv .bdDiv .itemDiv table td{word-break:break-all;border-top: 1px solid #e2e8f0;padding: 12px 20px;font-size: 14px;color: #334155;border-right: 1px solid #e2e8f0;width: 25%; }
.duibiDiv .bdDiv .itemDiv table td:last-child{border-right: 0; }

.duibiDiv .swiper-button-prev,.duibiDiv .swiper-button-next{width: 20px;height: 20px;margin-top: -20px;background: none; }
.duibiDiv .swiper-button-prev{left: 0;opacity: 1; }
.duibiDiv .swiper-button-next{right: 0;opacity: 1; }
.duibiDiv .swiper-button-disabled{opacity: 0; }
.duibiDiv .noProDiv{min-height: 400px;padding: 80px 10px;border: 0; }
.duibiDiv .noProDiv .iconDiv i{font-size: 64px;color: #94a3b8;font-weight: 500; }
.duibiDiv .noProDiv .p1{margin: 20px 0 40px;color: #575569;font-weight: bold; }
.duibiDiv .noProDiv .p2{color: #94a3b8;font-weight: 500; }
.duibiDiv .noProDiv .p2 span{width: 28px;height: 28px;background: #fff;border: 1px solid #2563eb;border-radius: 4px;color: #2563eb;margin: 0 3px; }
.duibiDiv .noProDiv .p2 span i{font-weight: 600; }
.duibiDiv .noProDiv .mulu{margin-top: 80px; }
.duibiDiv .noProDiv .mulu a{color: #2563eb; }
.duibiDiv .noProDiv .mulu svg{width: 20px; }



/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/


@media (max-width:1420px) {
	.f46{font-size: 40px;}
	.f40{font-size: 34px;}
	.f38{font-size: 32px;}
	.f36{font-size: 30px;}
	.f32{font-size: 28px;}
	.f30{font-size: 26px;}
	.f28{font-size: 25px;}
	.f25{font-size: 24px;}
	.f24{font-size: 23px;}
	.wrap{padding: 0 50px; }

}
@media (max-width:1220px) {
	.f46{font-size: 36px;}
	.f40{font-size: 32px;}
	.f38{font-size: 30px;}
	.f36{font-size: 28px;}
	.f32{font-size: 27px;}
	.f30{font-size: 24px;}
	.f28{font-size: 23px;}
	.f26{font-size: 22px;}
	.f24{font-size: 21px;}
	.f22{font-size: 20px;}
	.f20{font-size: 19px;}
	.indexDiv2 .swiper-button-next{right: -30px; }
	.indexDiv2 .swiper-button-prev{left: -30px; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row{margin: 0 -5px; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row>div{padding: 0 5px;margin-top: 10px;flex: 0 0 33.3%;max-width: 33.3%; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row>div a{padding: 8px; }
}


@media (max-width:1100px) {
	header .wrap,.wrap{padding: 0 30px; }
}
@media (max-width:991px){
	
	/* .wrap,header .wrap{padding: 0 20px;} */
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.1);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		right: auto;
		left: 0;
		width: 100%;
		height: 57px;
		transition: left 300ms !important;
	}
	/* header .header-container{height: 50px;} */
	
	header .headerTop a.logo {margin-left: 20px; }
	header .headerTop a.logo p{display: none; }
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header{background:  #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .header-container .menu {
		float: right;
		position: fixed;
		top: 57px;
		width: 100%;
		height: calc(100% - 57px);
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: left 300ms;
		left: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .header-container .menu{
		background-color: #fff;
	}
	header .header-container .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .header-container .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .header-container .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .header-container .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .header-container .menu {left: 0;}
	body.on-menu .main {right: 0;}
	header .header-container .menu>ul>li>a{padding:0 15px;background: none;}
	header .header-container .menu>ul>li>a::after{display: none;}
	header .header-container .menu>ul>li:hover>a, header .header-container .menu>ul>li:focus>a, header .header-container .menu>ul>li.on>a, header .header-container .menu>ul>li.active>a{font-weight: bold;}
	header .header-container .menu>ul>li>a span{line-height: 50px;}
	header .header-container .menu>ul>li>a i{position: absolute;right: 10px; }
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 57px; }
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .header-container .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	header .header-container .menu>ul>li>a i{display: none; }
	.menu ul li.proLi>ul{position: relative;padding-top: 0; }
	.menu ul li.proLi>ul.open{opacity: 1;visibility:visible; }
	.menu ul li.proLi>ul .ul{box-shadow: none;padding: 0; }
	.menu ul li.proLi>ul .ul a.menu-close{display: none; }
	.menu ul li.proLi>ul .ul .flexbet{display: block; }
	.menu ul li.proLi>ul .ul .flexbet li{width: 100%;padding: 0 5px; }
	.menu>ul>li.proLi>ul .ul .flexbet>li ul{margin-top: 0; }
	.menu>ul>li.proLi>ul .ul .flexbet>li li{margin-top: 0; }
	.menu ul>li:not(.proLi)>ul{position: relative;box-shadow: none;height: initial;visibility: visible;opacity: 1;padding-bottom: 0; }
	.menu>ul>li:not(.proLi) li a{padding: 0 0 0 30px; }
	header .header-container .caozuoDiv{display: none; }
	header .introDiv .caozuoDiv{display: flex; }
	
	.f46{font-size: 32px;}
	.f40{font-size: 30px;}
	.f38{font-size: 27px;}
	.f36{font-size: 26px;}
	.f32{font-size: 25px;}
	.f30{font-size: 23px;}
	.f28{font-size: 22px;}
	.f26{font-size: 21px;}
	.f24{font-size: 20px;}
	.f22{font-size: 19px;}
	.f20{font-size: 18px;}
	.f18{font-size: 17px;}
	.contactDiv .hdDiv {display: block; }
	.contactDiv .hdDiv .hlDiv{width: 100%; }
	.contactDiv .hdDiv .hrDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .bdDiv .tabsDiv{top: 50px;} 
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{font-size: 15px;}
	/* body{padding-bottom: 60px; } */
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.wrap,header .wrap{padding: 0 15px;}
	
	.f46{font-size: 27px;}
	.f40{font-size: 26px;}
	.f38{font-size: 25px;}
	.f36{font-size: 24px;}
	.f32{font-size: 23px;}
	.f30{font-size: 22px;}
	.f28{font-size: 21px;}
	.f25{font-size: 20px;}
	.f24{font-size: 19px;}
	.f22{font-size: 18px;}
	.f20{font-size: 17px;}
	.f18{font-size: 16px;}
	
	header .headerTop a.logo{margin-left: 40px; }
	header .introDiv .telDiv{display: none; }
	header .introDiv .searchDiv{margin-left: 0;margin-right: 10px;display: none; }
	header .introDiv .langDiv>a span,header .introDiv .langDiv>a i.icon-arrow-down{display: none; }
	
	
	.index-banner .img{height: 35vh;}
/* 	.index-banner .textDiv{padding: 35px 15px; }
	.index-banner .textDiv .text{max-width: 70%; }
	.index-banner .textDiv .p1{font-size: 15px;line-height: 1.4; }
	.index-banner .textDiv .p2{font-size: 20px;margin-bottom: 15px; }
	.index-banner .textDiv a{padding: 5px 10px;font-size: 14px; } */
	
	.indexTitle span{font-size: 20px; }
	
	.indexDiv1{padding: 50px 0; }
	.indexDiv1 .bdDiv{margin-top: 10px; }
	.indexDiv2 .bdDiv{margin-top: 30px; }
	.indexDiv3 .bdDiv{margin-top: 30px; }
	.indexDiv5 .bdDiv .row{margin: 0 -10px; }
	.indexDiv5 .bdDiv .row>div{padding: 0 10px;margin-top: 40px; }
	.indexDiv5 .bdDiv .row>div .conDiv .num{margin-right: 10px; }
	.indexDiv5 .bdDiv .row>div p{font-size: 14px; }
	.bottomDiv .bdDiv{padding: 10px 0; }
	
	.footerDiv .hdDiv{flex-direction: column-reverse; }
	.footerDiv .hdDiv .leftDiv{width: 100%;padding: 25px 0; }
	.footerDiv .hdDiv .leftDiv .fwrx p{font-size: 20px; }
	.footerDiv .hdDiv .leftDiv .lxDiv .p{margin-top: 20px; }
	.footerDiv .hdDiv .rightDiv{width: 100%;display: block; }
	.footerDiv .hdDiv .listDiv{width: 100%!important;margin-top: 20px;max-width: 100%;margin-left: 0;border: 0;padding: 0 0 10px 0;border-bottom: 1px solid #1e293b; }
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 30px; }
	.footerDiv .hdDiv .listDiv ul{display: flex;justify-content: flex-start;flex-wrap: wrap; }
	.footerDiv .hdDiv .listDiv ul li{width: 33.3%!important;font-size: 12px; }
	.footerDiv .hdDiv .aDiv ul li{margin-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:first-child{width: 100%; }
	.footerDiv .bdDiv{font-size: 12px;padding: 15px 0;text-align: center;display: block; }
	.footerDiv .bdDiv .p{justify-content: center; }
	.footerDiv .bdDiv img{display: none; }
	
	.nyBanner .wrap{height: 40vw; }
	.nyBanner span{font-size: 18px; }
	.nyBanner p{font-size: 12px; }
	.breadcrumbDiv{font-size: 14px;}
	.twoMenuDiv a{font-size: 14px; }
	
	
	.caseDiv .bdDiv{margin-top: 30px; }
	.caseDiv .bdDiv .row{margin: 0 -10px; }
	.caseDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.caseDiv .bdDiv a .textDiv .title{height: initial; }
	
	.newsDiv .bdDiv{margin-top: 30px; }
	.newsDiv .bdDiv .row{margin: 0 -10px; }
	.newsDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.newsDiv .bdDiv a .textDiv .title{height: initial; }
	
	.contactDiv .hdDiv .hlDiv ul{grid-template-columns: repeat(1, minmax(0, 1fr)); }
	.contactDiv .bdDiv{display: block;padding: 15px; }
	.contactDiv .bdDiv .formDiv{width: 100%; }
	.contactDiv .bdDiv .formDiv .row>div{margin-bottom: 20px; }
	.contactDiv .bdDiv .formDiv form button{margin: 20px auto 0;width: 180px;height: 56px; }
	.contactDiv .mapDiv{width: 100%;height: 200px;margin-top: 20px; }
	
	.aboutDiv2 .bdDiv .swiper-container{padding-bottom: 180px; }
	.aboutDiv2 .swiper-button-prev{left: 0; }
	.aboutDiv2 .swiper-button-next{right: 0; }
	.aboutDiv3 .bdDiv .item ul li{margin-right: 20px; }
	.aboutDiv3 .bdDiv .item{margin: 30px 0 0; }
	
	.detailDiv .bdDiv{display: block; }
	.detailDiv .blDiv{width: 100%;padding: 20px; }
	.detailDiv .brDiv{width: 100%;margin-top: 40px; }
	
	.downloadDiv .bdDiv{display: block; }
	.downloadDiv .bdDiv .blDiv{width: 100%; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row{margin: 0 -5px; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row>div{padding: 0 5px;margin-top: 10px;flex: 0 0 50%;max-width: 50%; }
	.downloadDiv .bdDiv .blDiv .blhDiv .row>div a{padding: 8px; }
	.downloadDiv .bdDiv .blDiv .blbDiv .searchDiv input{line-height: 40px; }
	.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table th{width: initial; }
	.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td{width: initial;font-size: 12px; }
	.downloadDiv .bdDiv .blDiv .blbDiv .listDiv ul li .bd table td a i{font-size: 12px;margin-right: 2px; }
	.downloadDiv .bdDiv .brDiv{width: 100%;margin-top: 20px; }
	
	
	.commonDiv .comLeftDiv{display: none; }
	.commonDiv .comRightDiv{width: 100%;padding-left: 0; }
	.productDiv .crhDiv{display: block; }
	.productDiv .crhDiv .textDiv{width: 100%; }
	.productDiv .crhDiv .imgDiv{width: 100%;margin-top: 30px;text-align: center; }
	.productDiv .cateDiv{margin-top: 40px; }
	.productDiv .cateDiv a{margin-right: 15px; }
	.productDiv .proListDiv .plb{display: block; }
	.productDiv .proListDiv .plb .listDiv{width: 100%; }
	.productDiv .proListDiv .plb .shaixuanDiv{width: 100%;margin-top: 30px; }
	
	.productDetailDiv .hdDiv{display: block; }
	.productDetailDiv .hdDiv .leftDiv{margin: 0 auto 30px; }
	.productDetailDiv .hdDiv .rightDiv{width: 100%; }
	.productDetailDiv .bdDiv .tabsDiv ul{justify-content: space-between;margin: 0 -6px; }
	.productDetailDiv .bdDiv .tabsDiv ul li{margin-right: 0;padding: 2px;font-size: 12px; }
	.productDetailDiv .bdDiv .tabsDiv ul li span{margin-left: 2px;min-width: 13px;height: 13px;font-size: 10px; }
	.productDetailDiv .bdDiv .tabsConDiv{margin-top: 20px; }
	.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table th{width: initial; }
	.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td{width: initial;font-size: 12px; }
	.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a i{font-size: 12px;margin-right: 2px; }

	.duibiDiv .bdDiv .hd{display: block; }
	.duibiDiv .bdDiv .hlDiv{width: 100%; }
	.duibiDiv .bdDiv .hlDiv .yixuanDiv{margin: 30px 0; }
	.duibiDiv .bdDiv .hrDiv{width: 100%;border-top: 1px solid #e5e7eb; }
	.duibiDiv .bdDiv .hrDiv .swiper-slide a{border: 0; }
	.duibiDiv .bdDiv .itemDiv table td{padding: 5px 10px; }
	.duibiDiv .bdDiv .itemDiv .tt{padding: 10px; }
	.duibiDiv .noProDiv{padding: 10vh 0; }
	.duibiDiv .noProDiv .p2{flex-wrap: wrap; }
	
	
	@media (max-width:320px) {
		
	}
	
}
