@charset "utf-8";
/* CSS Document */

/* *{ -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0; outline: none;}
body{overflow-x:hidden; max-width: 1920px; margin: 0 auto; font:12px/1.4 '微软雅黑','Arial'; font-weight: 500; background:#fff;color:#666666; -webkit-font-smoothing: antialiased;/*这个属性可以使页面上的字体抗锯齿*/ }
a{ text-decoration:none; color:#666666;}
/*a:hover,a:hover *{ color: #b40002;}*/
li{ list-style:none;}
i,em{ font-style:normal;}
/* .fl{float:left;}
.fr{ float:right;} */
.clearfix:after{ content: ''; display: block; clear:both; width: 0; height: 0;}
img{ vertical-align:middle; border:none; max-width:100%;}
.img{ width: 100%; height: 100%; object-fit: cover;}
input,textarea,select{ font-size: var(--text-size); font-family: 'Microsoft Yahei'; color: #666; font-weight: 500;}
input:focus,textarea:focus,select:focus{ outline: none;}

::-webkit-input-placeholder{color: #999;}
::-moz-placeholder{color: #999;}
:-moz-placeholder{color: #999;}
:-ms-input-placeholder{color: #999;}
::placeholder{color: #999;}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width:0px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0,0,0,0.4);
}



.over { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.over2 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;}
.disFlex{ display: flex; justify-content: space-between; align-items: center;}
.disFlexc{ display: flex; justify-content: center; align-items: center;}
.disFlexs{ display: flex; flex-direction: column; justify-content: center; align-items: center;}

.wrapper{ max-width: 1390px; margin: 0 auto; padding: 0 5%;}
 

.textlinear{ -webkit-background-clip:text; -webkit-text-fill-color: transparent;}

/* top */
.top{ position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 99px; padding: 0 5.625vw; box-sizing: border-box;}
.top .logo{ position: relative; z-index: 1; min-width: 200px; width: 250px;}
.logo > img{ width: 100%; height: 51px; object-fit: contain;}
.top .nav ul li{ position: relative; z-index: 1; margin-left: 48px;}
.top .nav ul li > a{ position: relative; z-index: 1; min-width: 2em; line-height: 95px; font-size: 23px; color: #fff; font-weight: 500; white-space: nowrap;}
.top .nav ul li:hover > a{ color: #0165fb;}
.top .nav ul li:hover::after{ content: ''; position: absolute; bottom: -4px; left: 0; right: 0; z-index: 12; width: 100%; border-bottom: 4px solid #0165fb;}
.top .nav ul li .submenu{ display: none; position: absolute; top: 100%; left: -10px; z-index: 10; width: calc(100% + 20px); background-color: #fff; border-radius: 8px; overflow: hidden;}
.top .nav ul li:hover .submenu{ display: block; padding: 22px 0;}
.top .nav ul li:hover .submenu a{ display: block; line-height: 55px; text-align: center; font-size: 16px; color: #3f3d3d;}
.top .nav ul li:hover .submenu a:hover{ color: #0165fb;}

/*  */
.container{ position: relative; z-index: 1;}
.banner{ position: relative; z-index: 1;}
.banner .swiper-slide > img{ height: 764px; object-fit: cover;}
.nban{ position: relative; z-index: 1;}
.banfont{ position: absolute; top: 27.5%; left: 0; z-index: 10; width: 100%; text-align: center;}
.banfont .sear{ position: relative; z-index: 1; width: 455px; margin: 60px auto 0;}
.banfont .sear .searbtn{ position: absolute; top: 0; right: 12px; z-index: 1; width: 40px; height: 50px; background: url(../img/searbtn.png) no-repeat center;}
.banfont .sear input{ width: 455px; height: 50px; border: 0 none; background-color: #fff; padding: 0 70px 0 25px; border-radius: 50px; box-sizing: border-box;}


/* index */
.ititle{ padding-top: 48px; font-size:36px; font-weight: bold; color: #000; text-align: center; background: url(../img/ititlebg.png) no-repeat center;}
.ititle.cfff{ color: #fff;}
.ititle .name{ position: relative; z-index: 1; min-width: 4em; min-height: 68px; padding: 0 70px;}
.ititle .name::before{ content: ''; position: absolute; left: 0; z-index: 1; width: 52px; height: 100%; background: url(../img/title-iconr.png) no-repeat center;}
.ititle .name::after{ content: ''; position: absolute; right: 0; z-index: 1; width: 52px; height: 100%; background: url(../img/title-iconr.png) no-repeat center;}

.main{ padding-bottom: 48px;}
.main .maint{ padding-top: 13px;}
.main .block{ margin-top: 23px; width: 100%; padding: 1.25vw; border-radius: 16px; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05); box-sizing: border-box;}
.main .maint .block{ width: 49%;}
.main .block .pic{ width: 100%;}
.main .block .pic img{ width: 100%; height: 224px; object-fit: cover;}
.main .block .name{ justify-content: flex-start; align-items: unset; margin-top: 28px; font-size: 27px; color: #333; font-weight: bold;}
.main .block .name img{ width: 4.2vw; margin-right: 28px;}
.main .block .name p{ background: url(../img/mainbord.png) no-repeat left bottom;}
.main .block .sm{ margin-top: 28px; font-size: 15px; color: rgba(51, 51, 51, 0.65); -webkit-line-clamp: 3;}

.inews{ padding-bottom: 48px; background-color: #f5f5f5;}
.inewscont{ align-items: flex-start; margin-top: 74px;}
.inewscont .list{ width: 46.5%; padding: 24px 35px; box-sizing: border-box;}
.inewscont .list .item{ position: relative; z-index: 1; display: block; padding-left: 40px; margin-bottom: 24px;}
.inewscont .list .item::before{ content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 24px; height: 24px; background: url(../img/yd.png) no-repeat center;}
.inewscont .list .item::after{ content: ''; position: absolute; top: 36px; left: 11px; z-index: 1; width: 0px; height: 54px; border: 0 none; border-left: 1px dashed #1672FB;}
.inewscont .list .name{ font-size: 18px; color: #000;}
.inewscont .list .time{ margin-top: 8px; font-size: 15px; color: rgba(0, 0, 0, 0.5);}
.inewscont .imglist{ flex-wrap: wrap; padding-top: 25px; width: 50%;}
.inewscont .imglist .item{ margin-top: 15px; width: 48%;}
.inewscont .imglist .item img{ width: 100%; aspect-ratio: 333/145; object-fit: cover; border-radius: 24px;}
.inewscont .imglist .item p{ text-align: center; margin-top: 29px; font-size: 18px; color: #fff;}
.inewscont .list .imore{ width: 120px; height: 58px; margin: -15px auto 0; background-color: #1672FB; color: #fff; font-size: 18px;}

.iabout{ padding-bottom: 48px;}
.iaboutnr{ align-items: flex-start; width: 100%; padding: 69px 40px 169px; box-sizing: border-box;}
.iaboutnr .fl{ padding-top: 15px; width: 61%; line-height: 1.8; font-size: 18px; color: #000;}
.iaboutnr .fr{ width: 37.2%;}
.iaboutnr .fr img{ width: 100%; aspect-ratio: 650/381; object-fit: cover;}

.foot{ padding: 30px 0; background-color: #182947; font-size: 14px; color: #A7A9AB;}
.footop{ align-items: flex-start; padding: 0 5.625vw;}
.foot .footl .ewm{ margin-top: 40px;}
.foot .footl .addr span{ margin-right: 80px;}
.foot dd a{ display: block; line-height: 35px; color: #A7A9AB;}
.foot .footc{ align-items: flex-start; width: 50%; margin-left: 3%;}
.foot .footr{ margin-left: 4%;}
.foot .footr p{ margin-top: 10px; color: #fff;}
.foot dl{ margin-left: 2vw;}
.foot dl dt{ justify-content: flex-start; margin: 20px 0; line-height: 1; color: #fff; font-weight: bold;}
.foot dl dt a{ color: #fff;}
.foot .footr dd{ position: relative; z-index: 1; margin-bottom: 20px; padding-left: 2.6vw;}
.foot .footr dd img{ position: absolute; left: 0; z-index: 1;}
.foot .footr dd.s1{}
.foot .footr dd.s1 a{ line-height: 41px; margin-right: 15px; font-size: 24px; color: #8F9095; white-space: nowrap;}
.foot .footbm{ margin-top: 25px; text-align: center;}

@media screen and (max-width: 1280px) {
	.footop{ flex-wrap: wrap;}
	.foot .footc{ width: calc(100% - 300px);}
	.foot .footr{ margin-left: 0;}
	.foot .footr dd{ padding-left: 3.5vw;}
}


/* 文档中心 */
.ncont{ overflow-x: hidden;}
.bgf5{ background-color: #f5f5f5;}
.wdbg{ width: 100%;user-select: none;}

.wdcont{ position: relative; z-index: 10; max-width: 1175px; margin: 0 auto;}
.search{ position: relative; z-index: 1; width: 100%; margin-top: -44px;}
.search .inp{ width: 100%; height: 76px; padding: 0 24px; border-radius: 16px; background-color: #fff; border: 0 none; font-size: 14px; color: #49454F; overflow: hidden; box-shadow: 0px 2px 32px 4px rgba(0, 85, 124, 0.15); box-sizing: border-box;}
.search .searbtn{ position: absolute; top: 0; right: 24px; z-index: 10; width: 44px; height: 100%; background: url(../img/searicon.png) no-repeat center; cursor: pointer; border: 0 none;}

.wdcont .list{ flex-wrap: wrap; align-items: unset; padding-bottom: 240px;}
.wdcont .list .item{ margin-top: 62px; width: 48%; padding: 88px 48px; background-color: #fff; box-sizing: border-box; border-radius: 16px; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);}
.wdcont .list .item .name{ padding: 10px 0; font-size: 16px; font-weight: bold; color: #333;}

/* 文档中心2 */
.wdbg2{ width: 100%; user-select: none;}

.wdcont2{ align-items: unset; padding-bottom: 33px;}
.wdcont2 .wdmenu{ width: 360px; background-color: #f5f5f5;}
.wdcont2 .wdnr{ width: calc(100% - 360px); padding: 48px 88px; box-sizing: border-box; background-color: #fff;}
.wdcont2 .wdmenu .items{ padding-top: 12px;}
.wdcont2 .wdmenu .item{ justify-content: flex-start; position: relative; z-index: 1; height: 64px; padding: 0 24px; font-size: 16px; line-height: 22px; font-weight: bold; color: #000;}
.wdcont2 .wdmenu .item img{ margin-right: 8px; width: 24px; height: 24px; object-fit: contain;}
.wdcont2 .wdmenu .item i{ position: absolute; right: 24px; z-index: 1; width: 22px; height: 22px; background: url(../img/downicon.png) no-repeat center;}
.wdcont2 .wdmenu .op i{ position: absolute; top: 12px; right: 24px; z-index: 1; width: 22px; height: 22px; background: url(../img/downicon.png) no-repeat center; transition: 0.3s;}
.wdcont2 .wdmenu .op.active i{ transform: rotate(-180deg);}
.wdcont2 .wdmenu .op{ position: relative; z-index: 1; display: block; line-height: 44px; color: #000; font-size: 16px;}
.wdcont2 .wdmenu .op > a{ display: block; padding: 0 30px 0 48px;}
.wdcont2 .wdmenu .op ul{ display: none;}
.wdcont2 .wdmenu .op.active ul{ display: block;}
.wdcont2 .wdmenu .op li a{ display: block; padding: 0 30px 0 72px; font-size: 14px;}
.wdcont2 .wdmenu .op.active{}
.wdcont2 .wdmenu .op.active > a{ color: #096DD9; background-color: #fff;}
.wdcont2 .yd{ justify-content: flex-start; height: 43px; font-size: 18px; color: rgba(0, 0, 0, 0.3);}
.wdcont2 .yd a{ color: #000;}
.wdcont2 .title{ margin-top: 36px; line-height: 1; font-size:36px; font-weight: bold; color: #000;}
.wdcont2 .sm{ margin-top: 24px; line-height: 1.8; font-size: 18px; color: #000;}
.rtop{ position: fixed; bottom: 5%; right: 5px; z-index: 10000; width: 56px; height: 56px; border-radius: 8px; background-color: #eee; font-size: 16px; padding: 0 5px; box-sizing: border-box; text-align: center; cursor: pointer;}
.rtop:hover{ background-color: #1672FB; color: #fff;}


.gsjj{ padding-bottom: 48px; background-color: #fff;}
.gsjjcont{ align-items: flex-start; margin-top: 64px; padding: 35px; background: url(../img/gywmbg.png) no-repeat left bottom / cover;}
.gsjjcont .fl{ width: 45%;}
.gsjjcont .fr{ width: 50%;}
.gsjjcont .fl .name{ font-size:30px;background-image: linear-gradient(90deg, #1672FB, #001E4A); font-weight: 600;}
.gsjjcont .fl .txt{ margin-top: 28px; line-height: 1.8; font-size: 18px; color: #000;}

.gsdt{ padding-bottom: 85px; background-color: #f5f5f5;}
.dtswiper{ position: relative; z-index: 1; margin-top: 64px; padding: 0 53px;}
.dtswiper .big img{ width: 100%; aspect-ratio: 1268/521;}
.dtswiper .small{ margin-top: 34px; display: none;}
.dtswiper .small img{ width: 100%; aspect-ratio: 400/198;}
.dtswiper .small .swiper-slide::after{ content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);}
.dtswiper .small .swiper-slide.swiper-slide-thumb-active::after{ display: none;}

.ryzz{ padding-bottom: 18px; background-color: #fff;}
.ryzzswiper{ position: relative; z-index: 1; margin-top: 64px; padding: 0 64px;}
.ryzzswiper .swiper{ height: 566px; overflow: hidden;}
.ryzzswiper .swiper-slide{ height: 265px; background-color: #F6F6F6; box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);}
.ryzzswiper .swiper-slide img{ width: 100%; height: 100%; object-fit: contain;}
.ryzzswiper .swiper-button-prev::after, .ryzzswiper .swiper-button-next::after { font-size: 18px; color: #000;}


/* 产品与解决方案 */
.jjname{ margin-top: 64px; text-align: center; font-size: 27px; color: #333;}
.yqjs{ padding-bottom: 72px;}
.yqjscont{ margin-top: 78px;}
.yqdtcontswiper{ position: relative; z-index: 1; padding: 0 64px;}
.yqdtcontswiper .swiper-slide{ align-items: flex-start;}
.yqdtcontswiper .swiper-button-prev::after, .yqdtcontswiper .swiper-button-next::after { font-size: 28px;}
.yqjscont .fl{ width: 40%; padding-bottom: 60px; font-size: 18px; color: #000;}
.yqjscont .fr{ position: relative; z-index: 1; width: 38%; aspect-ratio: 530/363;}
.yqjscont .fr img{ position: absolute; top: 0; right: 0; z-index: -1; width: 100%; aspect-ratio: 530/363; object-fit: cover; border-radius: 10px;}

.yqyy{ background-color: #FFF;}
.yqyycont{ padding: 102px 30px 30px 63px;}
.yqyycont .fl{ width: 44.3%;}
.yqyycont .fr{ width: 40.6%; font-size: 18px; line-height: #000;}

.yqlb{ padding: 84px 0;}
.yqlb .wrapper{ align-items: unset;}
.yqlb .item{ justify-content: flex-start; width: 20%;}
.yqlb .item .name{ margin-top: 40px; line-height: 50px; font-size: 27px; color: #009BDF; font-weight: bold; text-shadow: 0px 4px 5.7px rgba(42, 95, 174, 0.32);}
.yqlb .item .sm{ margin-top: 16px; line-height: 1.8; font-size: 18px; color: rgba(0,0,0,0.65); text-align: center;}

.yqdt{ padding-bottom: 64px; background-color: #FFF;}
.yqdt .yqdtcont{ align-items: flex-start; position: relative; z-index: 1; margin-top: 84px; padding: 0 64px;}
.yqdt .yqdtswiper{ width: 39%;}
.yqdt .yqdtswiper .big{ width: 100%; border-radius: 8px;}
.yqdt .yqdtswiper .big img{ width: 100%; aspect-ratio: 487/323; object-fit: cover;}
.yqdt .yqdtswiper .small{ margin-top: 4px;}
.yqdt .yqdtswiper .small .swiper-slide{ border-radius: 8px; overflow: hidden;}
.yqdt .yqdtswiper .small img{ width: 100%; aspect-ratio: 160/74; object-fit: cover;}
.yqdt .yqdtswiper .swiper-button-prev{ top: 0; margin-top: 0; width: 36px; height: 100%; background-color: rgba(0, 0, 0, 0.05);}
.yqdt .yqdtswiper .swiper-button-next{ top: 0; margin-top: 0; width: 36px; height: 100%; background-color: rgba(0, 0, 0, 0.05);}
.yqdt .yqdtswiper .swiper-button-prev::after,.yqdt .yqdtswiper .swiper-button-next::after { font-size: 18px; color: #000; font-weight: bold;}
.yqdt .fr{ width: 58.7%;}
.yqdt .fr .name{ font-size: 27px; color: #1E2633;}
.yqdt .fr .tab{ margin-top: 16px; justify-content: flex-start; flex-wrap: wrap;}
.yqdt .fr .tab span{ margin-right: 17px; padding: 6px 12px; font-size: 14px; color: #fff; background-color: #1E2633; border-radius: 6px;}
.yqdt .fr .sm{ margin-top: 16px; line-height: 1.8; color: rgba(0,0,0,0.65);}


.yqlink{ padding-bottom: 100px;}
.yqlinkcont{ margin-top: 68px; flex-wrap: wrap;}
.yqlinkcont a{ margin: 12px; width: 235px; height: 100px; border-radius: 12px; background-color: #fff; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);}
.yqlinkcont a img{ width: 100%; height: 100%; object-fit: contain;}

.swhz{ padding-bottom: 129px; background-color: #FFF;}
.swhzcont{ margin-top: 48px;}
.swhzcont .ewm img{ width: 208px; aspect-ratio: 208/204; object-fit: contain;}
.swhzcont .sm{ margin-top: 24px; font-size: 24px; color: #000;}


.xjzs{ padding-bottom: 64px; background-color: #fff;}
.xjzscont{ margin-top: 24px; padding: 36px 50px;}
.xjzscont > img{ width: 54%; aspect-ratio: 701/466; object-fit: cover;}
.xjzscont .fr{ width: 43%; line-height: 1.8; font-size: 18px; color: rgba(0,0,0,0.65);}

.yycj{ padding-bottom: 112px; background-color: #f5f5f5;}
.yycj .yycjcont{ display: grid; grid-template-columns: repeat(3, 1fr); flex-wrap: wrap; margin-top: 48px; gap: 48px 24px;}
.yycj .yycjcont .item{ padding: 24px 0;}
.yycj .yycjcont .item img{ width: 128px; aspect-ratio: 1/1;}
.yycj .yycjcont .item p{ margin-top: 12px; font-size: 27px; color: #000; font-weight: bold;}

.kxjy{ padding-bottom: 64px; background-color: #fff;}
.kxjy .xjzscont{ margin-top: 64px; padding: 0;}

.jxcj{ padding-bottom: 108px; background-color: #f5f5f5;}
.jxcj .jxcjcont{ margin-top: 68px;}
.jxcj .jxcjcont .sm{ text-align: center; font-size: 27px; color: #242424;}

.xnqd{ padding-bottom: 64px; background-color: #fff;}
.xnqd .txt{ width: 59%; margin: 0 auto; margin-top: 68px; line-height: 1.8; font-size: 27px; color: #000; text-align: center;}
.xnqdcont{ margin-top: 64px;}
.xnqdcont .item img{ width: 268px; aspect-ratio: 268/265; object-fit: contain;}
.xnqdcont .item .nr{ width: 80%; margin: 0 auto; margin-top: -55px;}
.xnqdcont .item .name{ position: relative; z-index: 1; line-height: 1.8; font-size: 15px; color: #fff; background-color: #005DCE; border-radius: 8px; padding: 9.5px 12px; box-sizing: border-box; text-align: center;}
.xnqdcont .item .sm{ margin-top: -10px; padding: 10px 4px; font-size: 14px; line-height: 1.8; color: #005DCE; background-color: #D7E3FF; border-radius: 8px;}

.ljgd{ padding-bottom: 72px; background-color: #f5f5f5;}
.ljgd .btn{ width: 140px; height: 72px; color: #fff; background-color: #1672FB; font-size: 20px; border-radius: 8px; margin: 48px auto 0;}

.lytjs{ padding: 83px 5% 60px; background-color: #fff;}
.lytjscont > img{ margin-left: -4.362vw; width: 53.5%;}
.lytjscont .fr{ width: 45.5%;}
.lytjscont .fr .name{ font-size:34px; color: #000;}
.lytjscont .fr .txt{ margin-top: 30px; line-height: 1.8; font-size: 18px; color: #000;}
.lytjscont .fr .btn-ljxz{ display: inline-block; margin-top: 35px; padding: 13px 45px; line-height: 1.8; font-size: 18px; color: #1672FB; border-radius: 8px; border: 1px solid #1774FF;}

.wrap{ max-width: 1400px; margin: 0 auto; padding: 0 5%;}
.hxgn{  background-color: #fff;}
.bg1{ background-color: #f5f5f5;}
.hxgn .fl{ position: relative; z-index: 1;}
/* .hxgn .fl::after{ content: ''; position: absolute; top: -15%; right: -45%; z-index: -1; width: 37.03125vw; height: 100%; background: url(../img/lytbgicon.png) no-repeat top center / 100% auto;} */
.hxgncont{ align-items: flex-start; margin-top: 120px; padding-top: 120px;}
.hxgncont .fl{ margin-top: 1vw; margin-left: -2vw;}
.lytblock{ padding: 19px 27px; border-radius: 24px; background-color: rgba(22, 114, 251, 0.1);}
.lytblock .name{ font-size: 27px; color: #1672FB;}
.lytblock .sm{ margin-top: 5px; line-height: 1.8; font-size: 18px; color: rgba(0,0,0,0.65);}

.bxycont{ align-items: unset; flex-direction: row-reverse; padding-top: 50px;}
.bxycont .fl{ margin-left: 0; margin-top: 3vw;}
.bxycont img{ margin-left: -3.5vw;}
.bxfcont{ align-items: unset; padding: 4vw 6vw 0;}
.bxfcont .fl{ margin-top: 1.458vw;}
.pyqcont{ align-items: unset; flex-direction: row-reverse; padding-top: 4vw;}
.pyqcont .fl{ margin-top: 1.458vw;}
.pyqcont img{ margin-left: 6vw;}

.xwzxcont{ align-items: unset; padding-top: 7.5vw;}
.xwzxcont .fl{ margin-left: 5.2vw;}
.xwzxcont img{ margin-right: -2vw;}
.hgcont{ padding: 5vw 5.7vw;}
.hgcont .fl{ width: 100%; box-sizing: border-box;}
.hgcont img{ margin-top: 4vw;}
.typecont{ flex-wrap: wrap; justify-content: flex-start; padding: 64px 0;}
.typecont .item{ width: calc(25% - 13.5px); padding: 1.25vw; margin-right: 18px; margin-top: 1.2vw; box-sizing: border-box;}
.typecont .item:nth-child(4n + 4){ margin-right: 0;}
.typecont .item img{ border-radius: 32px;}
.typecont .item .name{ margin-top: 8px; font-size: 20px; color: #000;}
.typecont .item .sm{ margin-top: 8px; line-height: 1.8; font-size: 14px; color: rgba(0, 0, 0, 0.85); text-align: center;}

.hztx{ padding-bottom: 64px; background-color: #fff;}
.hztxcont{ justify-content: flex-start; margin-top: 4.8vw;}
.hztxcont .item{ width: calc(25% - 13.5px); padding: 1.25vw; margin-right: 18px; margin-top: 1.2vw; box-sizing: border-box; background-color: rgba(166, 187, 197, 0.05); border-radius: 16px;}
.hztxcont .item:nth-child(4n + 4){ margin-right: 0;}
.hztxcont .item .name{ margin-top: 8px; font-size: 20px; color: #000;}
.hztxcont .item .sm{ margin-top: 8px; line-height: 1.8; font-size: 14px; color: rgba(0, 0, 0, 0.85); text-align: center;}

.lxwm{ background-color: #f5f5f5;}
.lxwm .tel a{ display: block; padding: 48px 0; font-size: 27px; font-weight: bold; color: #333;}


.banxw{ width: 100%; background-color: #111e2e;}
.xwzx{ padding: 95px 0 70px; background-color: #f5f5f5;}
.xwtype{ align-items: unset;}
.xwtype a{ margin: 0 1.7vw; width: 15vw; height: 70px; border: 1px solid #d3d3d3; border-radius: 9px; box-sizing: border-box; font-size: 16px; color: #3f3d3d;}
.xwtype a.active{ background-color: #1672fb; border-color: transparent; color: #fff;}
.xwzt{}
.xwzt a:not(:last-child){ margin-right: 20px;}
.xwzt a{ width: 25%; border-radius: 28px; overflow: hidden;}
.xwlist{}
.xwlist .item{ align-items: unset; padding: 44px 0; border-bottom: 2px dashed #dedede;}
.xwlist .item .fl{ width: 320px;}
.xwlist .item .fr{ justify-content: space-between; align-items: flex-end; width: calc(100% - 370px);}
.xwlist .item .date{ color: #333333; font-family: 'din-mm'; font-size: 49px;}
.xwlist .item .date .year{ font-size: 14px; color: #999;}
.xwlist .item .fl img{ width: 247px; aspect-ratio: 247/176; object-fit: cover; border-radius: 10px;}
.xwlist .item .fr .name{ width: 100%; font-size: 16px; color: #333;}
.xwlist .item .fr .sm{ width: 100%; height: 56px; line-height: 28px; font-size: 14px; color: #999;}
.xwlist .item .fr .more{ margin-top: 20px; width: 37px; height: 37px; border-radius: 50%; border: 1px solid #e3e3e3;}
.xwlist .item .fr .more::after{ content: '>'; font-size: 14px; font-family: '宋体'; font-weight: bold; color: #666;}
.xwlist .item:hover{ border-color: #bad2f7;}
.xwlist .item:hover .date{ color: #1672fb;}
.xwlist .item:hover .date .year{ color: #1672fb;}
.xwlist .item:hover .name{ color: #1672fb;}
.xwlist .item:hover .sm{ color: #1672fb;}
.xwlist .item:hover .more{ background-color: #1672fb; border-color: #1672fb;}
.xwlist .item:hover .more::after{ color: #fff;}

.m-page{ margin-top: 74px;}
.m-page a{ margin: 0 11px; min-width: 54px; padding: 0 20px; line-height: 54px; background-color: #ededed; font-size: 14px; color: #333; text-align: center; box-sizing: border-box;}
.m-page a.z-crt{ background-color: #1672fb; color: #fff;}

/* 详情 */
.xwtitle{ padding: 15px 0 70px; text-align: center; font-size: 21px; color: #000; border-bottom: 1px solid #e7e7e7;}
.xwtitle .ops{ margin-top: 40px; font-size: 15px; color: #999;}
.xwzx .dtxt{ padding: 70px 0; line-height: 2; font-size: 15px; color: #333;}










