@font-face {
	font-family: Poppins, Poppins;
	src: url('../font/Poppins/Poppins-Regular.otf');
}
@font-face {
	font-family: Anton;
	src: url('../font/Anton-Regular-2.ttf');
}
@font-face {
	font-family: LINESeedSans_Bd;
	src: url('../font/LINESeedSans_Bd.otf');
}
@font-face {
	font-family: LINESeedSans_XBd;
	src: url('../font/LINESeedSans_XBd.otf');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}
.tab {
	cursor: pointer;
}

strong *,
strong,
b {
	font-weight: bold;
	font-size: inherit;
}




:root {
	--c: #1D4098;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.6s ease-in-out;
}

.main {
	max-width: 14rem;
	width: 100%;
	margin: 0 auto;
}


.lmx_h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	text-indent: -9999em;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.fill_btn {
	display: block;
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

hr {
	border: none;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 左右flex布局 */
.flex_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.flex_box_jc {
	justify-content: space-between;
}
.flex_start {
	align-items: flex-start;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.line1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}


/* 板块标题 */
.index_title {}


/* 内页标题 */
.inner_title {
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	text-align: center;
}

.inner_title::after {
	content: '';
	width: 0.8rem;
	height: 0.03rem;
	background: var(--c);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.2rem;
}
.inner_title_left {
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	text-align: left;
}

.inner_title_left::after {
	content: '';
	width: 0.8rem;
	height: 0.03rem;
	background: var(--c);
	display: block;
	margin-left: 0;
	margin-top: 0.2rem;
}


/* 水波纹效果 */
 .btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%) scale(0);
} 

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}


.videjobtn {
    width: .55px;
    height: .55px;
    animation: videoBtn 3s linear infinite;
    transition: all .3s;
}

.videjobtn a{
    display: flex;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@keyframes videoBtn{
    0%{
        opacity: 1;
    }
    50%{
        opacity: .5;
    }
    100%{
        opacity: 1;
    }
}


.more {
	width: 1.6rem;
	height: 0.5rem;
	background: rgba(255,255,255,0.31);
	border: 0.01rem solid #FFFFFF;
	border-radius: 0.25rem;
	transition: all 0.5s;
}
.more2{
	background: none;
	border-color:#1C50A1;
}
.more2 a{
    color: #1C50A1 !important;
}
.more2 a i{
    display: block;
    width: 0.16rem;
    height: 0.08rem;
    margin-left: 0.1rem;
    background: url(../img/common/more_icon2.png) center no-repeat;
    background-size: contain;
}
.more2:hover{
	background: #1C50A1 !important;
	border-color:#1C50A1;
}
.more2:hover a{
	color: #fff !important;
}
.more2:hover a i{
    background: url(../img/common/more_icon1.png) center no-repeat;
    background-size: contain;
}
.more a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.5rem;
}

.more a img{
	width: 0.16rem;
	height: 0.08rem;
	margin-left: 0.1rem;
}


.more a .img2{
	display: none;
}

.more2 a img:last-child,.more2:hover a img:first-child{
    display: none;
}
.more2:hover a img:last-child{
    display: block;
}

.more12 a img:last-child{
    display: none;
}
.more12 a img.img2{
    display: block;
}

.ibannerTxt .more {
     border:0.01rem solid #1D50A2;
    background: #fff;
}

.ibannerTxt .more a {
         color: #1D50A2;
}

.ibannerTxt .more a .img2{
    display: block;
}

.ibannerTxt .more a .img1,.ibannerTxt .more:hover a .img2{
    display: none;
}

.ibannerTxt .more:hover{
    background:#1D50A2;
}

.ibannerTxt .more:hover a{
    color: #fff;
}

.ibannerTxt .more:hover a .img1{
     display: block;
}

.more12 {
	width: 1.6rem;
	height: 0.5rem;
	/* background: rgba(255,255,255,0.31); */
	border: 0.01rem solid #1D50A2;
	border-radius: 0.25rem;
	transition: all 0.5s;
}
.more12 a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 0.16rem;
	color: #1D50A2;
	line-height: 0.5rem;
}
.more12 a img{
	width: 0.16rem;
	height: 0.08rem;
	margin-left: 0.1rem;
}
.more12 a .img1{
	display: none;
}

.more12:hover{
	border-color: #1D50A2;
	background: #1D50A2;
}
.more12:hover a{
	color: #FFFFFF;
}
.more12:hover .img1{
	display: block !important;
}
.more12:hover .img2{
	display: none !important;
}
.pointer {
	cursor: pointer;
}



/* 公共面包屑 */
.bread{
	background: #FAFAFA;
	height: 0.7rem;
}

.bread .flex_box2 .list_flex {
	justify-content: flex-end;
}

.bread .flex_box2 .item{
    width: 1.5rem;
    padding: 0.23rem 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
}
.bread .flex_box2 .item img{
	width: 0.08rem;
	height: 0.11rem;
	margin-right: 0.1rem;
}
.bread .flex_box2 .list_flex a {
	width: auto;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #242424;
	/*display: flex;*/
	/*align-items: center;*/
}
.bread .flex_box2 .item::before{
	content: '';
	width: 0.01rem;
	height: 0.14rem;
	display: block;
	background: #CECECE;
	position: absolute;
	top: 0.28rem;
	right: 0rem;
}
.bread .flex_box2 .item:after{
    content: '';
    width: 0rem;
    height: 0rem;
    border-top: 0.08rem solid #FFFFFF;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    position: absolute;
    top: 32px;
    left: 28px;
    transform: rotate(270deg);
    display: none;
}
.bread .flex_box2 .item.active{
    display: flex;
    justify-content: right;
}
.bread .flex_box2 .item.active::after{
    display: block;
}

.bread .flex_box2 .item:hover,
.bread .flex_box2 .item.active{
	background: #1D50A2 !important;
}
.bread .flex_box2 .item:hover a,
.bread .flex_box2 .item.active a{
	color: #FFFFFF;
}
.bread .flex_box2 .item:hover::before,
.bread .flex_box2 .item.active::before{
	display: none;
}
.bread .flex_box1 {
	display: flex;
}
.bread .flex_box1 .index_icon{
	width: 0.13rem;
	height: 0.13rem;
	margin-right: 0.13rem;
}
.bread .flex_box1 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #8E8E8E;
	display: flex;
	align-items: center;
	line-height: 0.7rem;
}
.bread .flex_box1 a::after{
	content: '-';
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #8E8E8E;
	display: flex;
	align-items: center;
	margin: 0 0.06rem;
}
.bread .flex_box1 a:last-child{
	color: #030303;
}
.bread .flex_box1 a:last-child::after{
	display: none;
}
.bread .flex_box3 {
	width: 0.2rem;
	flex: 0 0 0.2rem;
	margin-right: 0.1rem;
	height: auto;
}

.bread .active span {
	color: rgba(233, 238, 255, 1);
}

.bread .list {
	justify-content: flex-end;
}

/* hover-图片放大1.1 */
.scale_box {
	display: block;
	width: auto;
	overflow: hidden;
}
.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}
.hover_box:hover .scale_img {
	transform: scale(1.1);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
}
.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}
.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}




/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	margin-top: 0.41rem;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	color: rgba(125, 125, 125, 1);
}

.page .list .item {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid #E5E5E5;
	text-align: center;
	line-height: 0.32rem;
	cursor: pointer;
	overflow: hidden;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #9A9A9A;
}

.page .list .item:hover {
	background: #1D50A2;
	color: white;
	border: 0.01rem solid #1D50A2;
}

.page .list .active {
	background: #1D50A2;
	color: white;
	border: 0.01rem solid #1D50A2;
}

.page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.03rem;
	margin-right: 0.03rem;
	border: 0.01rem solid rgba(222, 222, 222, 1);
	cursor: pointer;
	overflow: hidden;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.page .btn img {
	height: 0.13rem;
	object-fit: contain;
}

.page .btn:hover {
	background: #1D50A2;
}

.page .btn:hover img {
	filter: brightness(0) invert(1);
}

.page .total {
	margin-right: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
}

.page .to_page {
	font-size: 0.14rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #9A9A9A;
	margin-left: 0.17rem;
}

.page .to_page input {
	width: 0.54rem;
	height: 0.3rem;
	margin: 0 0.05rem;
	padding: 0 0.1rem;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	border: 0.01rem solid rgba(222, 222, 222, 1);
	outline: none;
	font-size: 0.14rem;
	color: rgba(125, 125, 125, 1);
	background: transparent;
}

.prev_next {
	margin-top: 0.54rem;
	border-top: 0.01rem solid #DCDCDC;
	border-bottom: 0.01rem solid #DCDCDC;
}

.prev_next .prev a,
.prev_next .next a {
	height: 0.98rem;
	line-height: 0.98rem;
	color: #666666;
	display: block;
	width: 100%;
	transition: var(--s_tran);
}

.prev_next .next a {
	text-align: right;
}

.prev_next .prev a::before {
	content: '<';
	margin-right: 0.3rem;
	padding-right: 0.16rem;
	border-right: 0.01rem solid #949494;
}

.prev_next .next a::after {
	content: '>';
	margin-left: 0.3rem;
	padding-left: 0.16rem;
	border-left: 0.01rem solid #949494;
}

.prev_next .prev a::before,
.prev_next .next a::after {
	font-size: 0.16rem;
	color: #949494;
	font-family: '宋体';
	font-weight: 700;
	transition: var(--s_tran);
}

.prev_next .prev,
.prev_next .next {
	flex: 1;
	width: 50%;
}

.prev_next .prev a:hover,
.prev_next .next a:hover {
	color: var(--c);
}

.prev_next .prev a:hover::before,
.prev_next .next a:hover::after {
	color: var(--c);
}

.prev_next .back {
	flex: 0 0 0.3rem;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	filter: grayscale(1);
}
.prev_next .back:hover {
	filter: grayscale(0);
}


.box1 .cate_list {
	display: flex;
	margin-bottom: 0.5rem;
}

.box1 .cate_list a {
	border: 0.01rem solid rgba(214, 214, 214, 1);
	border-radius: 0.5rem;
	width: fit-content;
	padding: 0 0.3rem;
	color: #333;
	line-height: 0.4rem;
	font-size: 0.18rem;
	display: block;
	margin-right: 0.4rem;
}

.box1 .cate_list a:hover,
.box1 .cate_list a.active {
	color: #fff;
	background: var(--c);
	border: 0.01rem solid var(--c);
}




.innerBanner{
	width: 100%;
	height: 6rem;
	position: relative;
}
.innerBanner .inBannerImg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.innerBanner .inBannerImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.innerBanner .inBannerTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.innerBanner .inBannerTitle .inBannerTxt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.4rem;
	color: #FFFFFF;
	text-align: center;
}
.innerBanner .inBannerTitle .inBannerTxt2{
	font-family: Anton, Anton;
	/*font-weight: bold;*/
	font-size: 1rem;
	color: transparent; /* 将文字颜色设置为透明 */
	-webkit-text-stroke: 0.01rem rgba(255, 255, 255, 0.13); /* 添加文字边框 */
	text-stroke: 0.01rem rgba(255, 255, 255, 0.2);
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.index_partTitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.35rem;
	color: #444444;
}
.index_partTitle span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.35rem;
	color: #1D50A2;
}

.page_wrap{
	padding-top: 1rem;
}



.pdBox5{
    padding-top: 0.91rem;
    padding-bottom: 0.48rem;
    position: relative;
}
.pdBox5 .pdb5Txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.66rem;
}
.pdBox5 #swiper3 .xcImg{
    width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}
.pdBox5 #swiper3 .xcImg image{
    width: 100%;
    height: 100%;
}
.pdBox5 #swiper3 .xcImg::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0,0.63);
    position: absolute;
    top: 0;
    left: 0;
}
.pdBox5 #swiper3 .xcTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    text-align: center;
    margin-top: 0.3rem;
}
.pdBox5 #swiper3 .swiper-slide .xcTxt{
    display: none;
}
.pdBox5 #swiper3 .swiper-slide.swiper-slide-active .xcTxt{
    display: block;
}
.pdBox5 #swiper3 .swiper-slide.swiper-slide-active .xcImg::after{
    display: none !important;
}
.pdBox5::after{
    content: '';
    width: 100%;
    height: 16rem;
    height: calc(100% + 3rem);
    display: block;
    background: url(../img/products/pdBox5_bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pdBox5 #swiper3{
    /*padding-bottom: 0.5rem;*/
    /*height: 5rem;*/
}

.pdBox5 #swiper3 a{
    display: flex;
    width: 100%;
    height: 100%;
}

.pdBox5 #swiper3 .swiper-button-next,
.pdBox5 #swiper3 .swiper-button-prev{
    width: 0.51rem;
    height: 0.51rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    border-radius: 50%;
}
.pdBox5 #swiper3 .swiper-button-next img,
.pdBox5 #swiper3 .swiper-button-prev img{
    width: 0.16rem;
    height: 0.08rem;
}
.pdBox5 #swiper3 .swiper-button-prev img{
    transform: rotate(180deg) scaleY(-1);
}
.pdBox5 #swiper3 .swiper-button-next::after,
.pdBox5 #swiper3 .swiper-button-prev::after{
    content: '';
}
.pdBox5 #swiper3 .swiper-button-next{
    right: 6.34rem;
    right: 2.6rem;
    /*top: auto;*/
    /*bottom: 0.1rem;*/
}
.pdBox5 #swiper3 .swiper-button-prev{
    left:  6.34rem;
    left: 2.6rem;
   /*top: auto;*/
    /*bottom: 0.1rem;*/
}

.pdBox5 #swiper3 .swiper-button-next .img1,
.pdBox5 #swiper3 .swiper-button-prev .img1{
    display: none;
}
.pdBox5 #swiper3 .swiper-button-next .img2,
.pdBox5 #swiper3 .swiper-button-prev .img2{
    display: block;
}
.pdBox5 #swiper3 .swiper-button-next:hover,
.pdBox5 #swiper3 .swiper-button-prev:hover{
    background: #1D50A2;
}
.pdBox5 #swiper3 .swiper-button-next:hover .img1,
.pdBox5 #swiper3 .swiper-button-prev:hover .img1{
    display: block !important;
}
.pdBox5 #swiper3 .swiper-button-next:hover .img2,
.pdBox5 #swiper3 .swiper-button-prev:hover .img2{
    display: none !important;
}
@media only screen and (max-width: 1024px) {
.flex_box_jc{
	display: block;
}
.bread .flex_box1{
	padding: 0 .3rem;
}
.bread .flex_box1 a{
	font-size: 0.24rem;
}
.bread .flex_box2 .list_flex a{
	font-size: 0.24rem;
}
.bread .flex_box2 .list_flex {
  justify-content: flex-start;
}
.bread .flex_box2 .item.active::after{
	display: none;
}
.bread .flex_box2 .item{
	width: auto;
	padding: 0.23rem 0.2rem;
}
.bread{
	height: auto;
	overflow: hidden;
}
.more a{
	font-size: 0.24rem;
}
.caseD2{
	padding: 1rem 0.3rem;
}
.more12{
	width: 30%;
}
.more12 a{
	font-size: 0.24rem;
}
.innerBanner{
	height: 5rem !important;
}
.page .list .item{
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
}
.page .btn{
	 width: 0.5rem;
  height: 0.5rem;
}
.page .to_page{
	font-size: 0.24rem;
}
}