.p14-infolist-1{margin:0 auto; padding-top:35px;}
  .slmore a{display: block;margin-top: 12px;width:158px;height: 42px;line-height: 42px;border-radius: 30px;box-sizing: border-box;font-size: 15px;color:#fff;font-weight: normal;position: relative;background: #0168b5;text-align: center;}
.slmore a:before{content: "";position: absolute;background: url(images/jt3.png) no-repeat;width: 16px;height: 7px;left:18px;top:16px;}

  
        .p14-infolist-1-list dl {
            border-bottom:1px solid #e4e4e4;
            padding: 22px 50px;
            background: #fff;
            overflow: hidden;
        }
       
        .p14-infolist-1-list dt {
            width: 40%;
            float: right;
            margin-left: 5.8%;
        }
 
        
        .p14-infolist-1-list dt img {
            width:100%; 
            display: block;transition: ease .65s;
        }
        .p14-infolist-1-list dl:hover dt img{transform: scale(1.05)}
        .p14-infolist-1-list dd h4 {
           padding-top:36px;
            transition: ease .65s;
           /* height: 40px; */
            font-weight: bold;
            font-size:24px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 25px;
            overflow: hidden;
            position: relative;
        }
        .p14-infolist-1-list dl:hover h4{transform: translateX(20px);
    transition-delay: .25s;}
        .p14-infolist-1-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
      
        .p14-infolist-1-list dl:hover h4 a {
            color: #0168b5;
        }
        
        .p14-infolist-1-list-desc {
            max-height: 150px;transition: ease .65s;
            font-size: 16px;
            line-height: 30px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-desc{transform: translateX(20px);}
        
        .p14-infolist-1-list-deta {
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            float: right;
            background: #e6212a;
            color: #fff;
        }



.i-service {
    width: 100vw;
    height: 40vw;
    position: relative;
    color: #feffff;
	background: rgba(0,0,0);
}

.i-service .item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
        padding-top: 3%;
        padding-left: 8%;
        padding-right: 8%;
    z-index: -1
}

.i-service .item.on {
    opacity: 0.8;
    z-index: 0
}

.i-service .i-title .zh {
    color: inherit;
	font-size: 40px;
	    font-weight: bold;
}

.i-service .con {
    width: 25vw;
    height: 29.9479vw;
    background: rgba(0,0,0,.2);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5.20833vw;
    padding-left: 3.64583vw;
    padding-right: 4.6875vw;
    color: #fff
}

.i-service .con .color-text {
    font-size: 1.5625vw;
    font-weight: 700
}

.i-service .con .text {
    margin-top: 1.5625vw;
}

.i-service .con .i-more {
    margin-top: 3.125vw;
    --border-color: rgba(255, 255, 255, 0.5)
}

.i-service .options {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25vw
}

.i-service .options .btnx {
    height:3vw;
    padding-left: 3.02083vw;
    position: relative;
    font-size: 18px;
}

/* .i-service .options .btnx:first-child {
    border-top: 1px solid rgba(255,255,255,.3)
} */
.i-service .options .btnx::before {
    content: '';
    display: block;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .5s
}

.i-service .options .btnx::after {
    content: '';
    display: block;
    background: linear-gradient(to right, #0075cc, #319ff0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .5s
}

.i-service .options .btnx.on::before,.i-service .options .btnx:hover::before {
    opacity: 0
}

.i-service .options .btnx.on::after,.i-service .options .btnx:hover::after {
    opacity: 1
}

.i-service .options .wrap {
    position: relative;
    z-index: 1;
    height: 100%
}
.i-service .options .wrap span{
	display: block;
	line-height: 3vw;
}
.i-service .options .icon {
    --size: 41px;
    width: var(--size);
    height: var(--size);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

.i-service .options .icon img {
    width: 22px
}

.i-service .options .arr {
    width: 6.25vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.i-service .options .arr::after {
    content: url(//cdn.myxypt.com/5aaa7531/23/02/0900ba123956016eb095c011c3f973d8c0150b69.png);
    display: block;
    width: 34px;
    transition: opacity .4s;
    opacity: .5
}

.i-service .options .btnx.on .arr::after,.i-service .options .btnx:hover .arr::after {
    opacity: 1
}

.i-style {
    width: 100vw;
    height: 56.25vw;
    position: relative
}

.i-style .i-title {
    position: absolute;
    color: #fff;
    left: var(--margin);
    top: 8.33333vw;
    z-index: 1
}

.i-style .i-title .zh {
    color: inherit
}

.i-style .swiper {
    z-index: 0;
    height: 100%;
    user-select: none
}

.i-style .fraction {
    position: absolute;
    right: var(--margin);
    bottom: 10.9375vw;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.i-style .fraction .swiper-pagination-current {
    font-size: 40px
}

.fade-swiper-nav {
    position: absolute;
    bottom: 4.16666vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center
}

.fade-swiper-nav .swiper-btn {
    --bg: var(--theme-color3);
    border: none
}

.fade-swiper-nav li {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin: 0 45px; */
    cursor: pointer;
    user-select: none;
    position: relative;
    height: 105px
}

.fade-swiper-nav .dot {
    --size: 42px;
    --bg: transparent;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.fade-swiper-nav li.active .dot {
    --bg: var(--theme-color3)
}

.fade-swiper-nav .dot::before {
    content: '';
    display: block;
    --size: 11px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #fff
}

.fade-swiper-nav li.swiper-slide-active .dot {
    --bg: var(--theme-color3)
}

.fade-swiper-nav .swiper-btn.swiper-button-disabled {
    visibility: hidden
}

.fade-swiper-nav::before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,.2);
    position: absolute;
    left: calc(0px - var(--margin));
    z-index: -1
}

.fade-swiper-nav li p {
    margin-top: auto
}


.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		max-height:500px;
		overflow:hidden
    }
	.swiper-slide img{width:100%}
.nbanner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nbanner_img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 36.458333333%;
}

.nbanner_img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 2;
}

.nbanner_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.nbanner_txt {
	position: absolute;
	z-index: 3;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
	left: 0;
	top: calc(50% + 50px);
	transform: translate(0%, -50%);
}

.nbanner_txt_cn {
	font-size: 45px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 10px;
	background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nbanner_txt_en {
	font-size: 36px;
	color: #FFF;
	font-weight: lighter;
	/* font-family: 'Courier New', Courier, monospace; */
	font-family: 'misans-regular', sans-serif;
}


/*小屏幕*/
@media screen and (min-width: 960px) and (max-width: 1600px) {


    .nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nbanner_img {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-bottom: 36.458333333%;
	}

	.nbanner_img::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.35);
		z-index: 2;
	}

	.nbanner_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	.nbanner_txt {
		position: absolute;
		z-index: 3;
		width: auto;
		height: auto;
		overflow: hidden;
		text-align: left;
		left: 0;
		top: calc(50% + 50px);
		transform: translate(0%, -50%);
	}

	.nbanner_txt_cn {
		font-size: 45px;
		font-weight: 600;
		color: #FFF;
		margin-bottom: 10px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nbanner_txt_en {
		font-size: 36px;
		color: #FFF;
		font-weight: lighter;
		/* font-family: 'Courier New', Courier, monospace; */
		font-family: 'misans-regular', sans-serif;
	}

}

/*移动端默认样式*/
@media screen and (max-width: 960px) {
	  .i-service {
	        height: 100vh
	    }
	.i-service .options .wrap span{
		line-height: 50px;
	}
	    .i-service .options {
	        width: 100vw;
	        bottom: 0
	    }
	.i-title{display: none;}
	    .i-service .options .btnx {
	        height: 50px;
	        font-size: 20px
	    }
	
	    .i-service .options .arr {
	        width: 65px
	    }
	
	    .i-service .con {
	        width: 100vw;
	        height: auto;
	        padding: 3vw 2.5vw;
	        display: flex;
	        flex-direction: column;
	        padding-bottom: 30px;
	        transition: .8s;
	        background: rgba(0,0,0,.5);
	        margin-bottom: 130px;
	        transform-origin: bottom;
	        transform: rotateX(90deg)
	    }
	
	    .i-service .item.on .con.on {
	        transform: rotateX(0)
	    }
	
	    .i-service .con .color-text {
	        font-size: 22px;
	        margin-top: auto
	    }
	
	    .i-style {
	        height: 65vh
	    }
	
	    .i-style .swiper-slide .imgbox img {
	        width: auto;
	        height: 100%
	    }
	
	    .i-style .fraction {
	        bottom: 12vh
	    }
	
	    .fade-swiper-nav li {
	        height: 90px;
	        margin: 0 20px
	    }
	
	    .fade-swiper-nav .dot {
	        --size: 35px
	    }
	
	    .fade-swiper-nav .dot::before {
	        --size: 6px
	    }

	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nbanner_img {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-bottom: 80%;
	}

	.nbanner_img::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.35);
		z-index: 2;
	}

	.nbanner_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	.nbanner_txt {
		position: absolute;
		z-index: 3;
		width: auto;
		height: auto;
		overflow: hidden;
		text-align: left;
		left: 0;
		top: calc(50% + 10px);
		transform: translate(0%, -50%);
	}

	.nbanner_txt_cn {
		font-size: 26px;
		font-weight: 600;
		color: #FFF;
		margin-bottom: 0px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.nbanner_txt_en {
		font-size: 16px;
		color: #FFF;
		font-weight: lighter;
		/* font-family: 'Courier New', Courier, monospace; */
		font-family: 'misans-regular', sans-serif;
	}

}



.nnav {
	position: relative;
	z-index: 4;
	width: 100%;
	height: auto;
	overflow: hidden;

}

.nnav_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}

.nnav_list a {
	position: relative;
	display: inline-block;
	padding: 20px 2vw;
}

.nnav_list a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #0168b5;
	left: 50%;
	top: 98%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
}

.nnav_list a:hover::before,
.nnav_list a.active::before {
	width: 50%;
	left: 50%;
	top: 98%;
	transform: translate(-50%, -50%);
}


/* 位置 */
#nabout_weizhi {
	position: absolute;
	top: -80px;
}

#nzuzhi_weizhi {
	position: absolute;
	top: -80px;
}

#nhuoban_weizhi {
	position: absolute;
	top: -80px;
}

#ntouzi_weizhi {
	position: absolute;
	top: -80px;
}

/* 关于我们 */

.nabout {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
}

.nabout_box1 {
	position: relative;
	display: grid;
	grid-template-columns: 1fr ;
	gap: 30px;
	margin: 50px auto 0;
}
.nabout_box {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 50px auto 0;
}

.nabout_left {
	position: relative;
	width: 100%;
	height: auto;
	overflow: visible;
}

.nabout_left_txt {
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 28px;
	color: #1a1a1a;
	padding:26px 30px;
	margin: 20px 0;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	margin-left: -234px;
	text-align: justify;
}

.nabout_left_txt p {
	margin-bottom: 20px;
}

.nabout_left_kuang {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-2vw) translateY(3vw);
	transform: translateX(1vw) translateY(2vw);
	width: 8vw;
	height: 8vw;
	z-index: 1;
	/* background-image: linear-gradient(300deg, #46bfea 15%, #c0d500 65%); */
	background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
	opacity: 1;
}

.nabout_right {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	/* -webkit-transform: translateY(70px);
	transform: translateY(70px); */

	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;

}

.nabout_right_img {
	width: 100%;
	padding-bottom: 117.142857%;
}

.nabout_right img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}




/* 组织架构 */
.nzuzhi {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;
	background: #fff;
}

.nzuzhi_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.nzuzhi_img img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}


.nzuzhi_img img.zzjgwap{
	display: none;
}


/* 合作伙伴 */
.nhuoban {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;
	background: #f7f7f7;
}


.huobanlist {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin: 50px auto 0;
}

.caselist {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin: 50px auto 0;
}


.huoban_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}


.huoban_box:hover {
	box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
	transition: all .36s ease;
	cursor: pointer;
}

.huoban_box img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
	transition: all .3s;
}

.huoban_box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.huoban_txt {
	display: none;

	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: all .36s ease;
	background: rgba(1, 104, 181, 0.9);
	/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
}

.huoban_txt span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}


.huoban_box:hover .huoban_txt {
	top: 0;
	left: 0;
	opacity: 1;
}



.shuoming {
	font-size: 16px;
	color: #1a1a1a;
	padding-top: 30px;
}


.ntouzi {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
}


.ntouzilist {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin: 50px auto 0;
}


.ntouzi_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}


.ntouzi_box:hover {
	box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
	transition: all .36s ease;
	cursor: pointer;
}

.ntouzi_box img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
	transition: all .3s;
}

.ntouzi_box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ntouzi_txt {
	display: none;

	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transition: all .36s ease;
	background: rgba(1, 104, 181, 0.95);
	/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
}

.ntouzi_txt span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}


.ntouzi_box:hover .ntouzi_txt {
	top: 0;
	left: 0;
	opacity: 1;
}





/* 产品与创新 */

/* 三轴图 */
.sanzhoutu {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 0;
	background: #fff;
}

.sanzhoutu_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 100px auto 0;
}

.sanzhoutu_img img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.sanzhoutu_box {
	position: relative;
	left: 3vw;
	z-index: 3;
	/* width: 100%; */
	width: 1610px;
	height: 650px;
	/* overflow: hidden; */
	margin: 50px auto 0;
}



.sanxian01 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sanxian01 img {
	max-height: 550px;
	transform: rotate(10deg);
	transform-origin: bottom;
	position: relative;
	bottom: 0;
	left: 5px;

	animation: gaodu_sanxian01 1000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */

}

@keyframes gaodu_sanxian01 {
	from {
		max-height: 10px;
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		max-height: 550px;
		opacity: 1;
	}
}




.sanxian02 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sanxian02 img {
	max-height: 750px;
	transform: rotate(45deg);
	transform-origin: bottom;
	position: relative;
	bottom: 20px;
	left: -30px;

	animation: gaodu_sanxian02 1000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

@keyframes gaodu_sanxian02 {
	from {
		max-height: 10px;
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		max-height: 750px;
		opacity: 1;
	}
}




.sanxian03 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sanxian03 img {
	max-height: 550px;
	transform: rotate(0deg);
	transform-origin: bottom;
	position: relative;
	bottom: 0px;
	left: 20px;

	animation: gaodu_sanxian03 1500ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

@keyframes gaodu_sanxian03 {
	from {
		max-height: 10px;
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		max-height: 550px;
		opacity: 1;
	}
}



.sanxian04 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sanxian04 img {
	max-height: 200px;
	transform: rotate(0deg);
	transform-origin: bottom;
	position: relative;
	bottom: 0px;
	left: 20px;

	animation: gaodu_sanxian04 2000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

@keyframes gaodu_sanxian04 {
	from {
		max-height: 10px;
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		max-height: 200px;
		opacity: 1;
	}
}


.sanxian01_txt {
	position: absolute;
	bottom: 85%;
	left: 10%;

	animation: gaodu_sanxian_txt_01 1000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

.sanxian01_txt span {
	font-weight: 600;
	display: block;
	font-size: 20px;
	text-align: center;
}

@keyframes gaodu_sanxian_txt_01 {
	from {
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		bottom: 85%;
		left: 10%;
	}
}



.sanxian02_txt {
	position: absolute;
	bottom: 85%;
	left: 33%;
	animation: gaodu_sanxian_txt_02 1000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

.sanxian02_txt span {
	font-weight: 600;
	display: block;
	font-size: 20px;
	text-align: center;
}

@keyframes gaodu_sanxian_txt_02 {
	from {
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		bottom: 85%;
		left: 33%;
	}
}


.sanxian03_txt {
	position: absolute;
	bottom: 82%;
	left: 72%;
	animation: gaodu_sanxian_txt_03 1500ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

.sanxian03_txt span {
	font-weight: 600;
	display: block;
	font-size: 20px;
	text-align: center;
}

@keyframes gaodu_sanxian_txt_03 {
	from {
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		bottom: 82%;
		left: 72%;
	}
}





.sanxian04_txt {
	position: absolute;
	bottom: 20%;
	left: 92%;
	animation: gaodu_sanxian_txt_04 2000ms;
	animation-fill-mode: forwards;
	/* 保持动画结束后的状态 */
}

.sanxian04_txt span {
	font-weight: 600;
	display: block;
	font-size: 20px;
	text-align: center;
}

@keyframes gaodu_sanxian_txt_04 {
	from {
		opacity: 0;
		left: 0;
		bottom: 0;
	}

	to {
		bottom: 20%;
		left: 92%;
	}
}




.sanxian01_img {
	position: absolute;
	bottom: 20%;
	left: -4%;
	max-width: 100px;
}

.sanxian01_img img {
	max-width: 100%;
}

.sanxian01_img span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.sanxian01_img span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian01_img::before {
	content: "";
	position: absolute;
	right: -30px;
	bottom: 50px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian02_img01 {
	position: absolute;
	bottom: 225px;
	left: 95px;
	width: 100px;
}

.sanxian02_img01 img {
	max-width: 100%;
}

.sanxian02_img01 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 40px;
	bottom: -70px;
}

.sanxian02_img01 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian02_img01::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian02_img02 {
	position: absolute;
	bottom: 310px;
	left: 180px;
	width: 100px;
}

.sanxian02_img02 img {
	max-width: 100%;
}

.sanxian02_img02 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 40px;
	bottom: -70px;
}

.sanxian02_img02 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian02_img02::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}



.sanxian02_img03 {
	position: absolute;
	bottom: 385px;
	left: 265px;
	max-width: 100px;
}

.sanxian02_img03 img {
	max-width: 100%;
}

.sanxian02_img03 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 30px;
	bottom: -100px;
}

.sanxian02_img03 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian02_img03::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}



.sanxian03_img01 {
	position: absolute;
	bottom: 150px;
	left: 175px;
	width: 100px;
}

.sanxian03_img01 img {
	max-width: 100%;
}

.sanxian03_img01 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -90px;
	width: 100px;
	z-index: 3;
}

.sanxian03_img01 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img01::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -25px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img02 {
	position: absolute;
	bottom: 200px;
	left: 270px;
	width: 100px;
}

.sanxian03_img02 img {
	max-width: 100%;
}

.sanxian03_img02 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -90px;
	width: 100px;
	z-index: 3;
}

.sanxian03_img02 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img02::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -25px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img03 {
	position: absolute;
	bottom: 250px;
	left: 365px;
	width: 100px;
}

.sanxian03_img03 img {
	max-width: 100%;
}

.sanxian03_img03 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -90px;
	width: 100px;
	z-index: 3;
}

.sanxian03_img03 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img03::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -25px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img04 {
	position: absolute;
	bottom: 308px;
	left: 460px;
	width: 100px;
}

.sanxian03_img04 img {
	max-width: 100%;
}

.sanxian03_img04 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -90px;
	width: 100px;
	z-index: 3;
}

.sanxian03_img04 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img04::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img05 {
	position: absolute;
	bottom: 330px;
	left: 555px;
	width: 100px;
}

.sanxian03_img05 img {
	max-width: 100%;
}

.sanxian03_img05 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -90px;
	width: 100px;
	z-index: 3;
}

.sanxian03_img05 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img05::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -20px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img06 {
	position: absolute;
	bottom: 393px;
	left: 655px;
	width: 100px;
}

.sanxian03_img06 img {
	max-width: 100%;
}

.sanxian03_img06 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: -110px;
	width: 100px;
	s
}

.sanxian03_img06 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img06::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}

.sanxian03_img07 {
	position: absolute;
	bottom: 430px;
	left: 745px;
	width: 100px;
}

.sanxian03_img07 img {
	max-width: 100%;
}

.sanxian03_img07 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -110px;
	width: 100px;
}

.sanxian03_img07 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img07::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian03_img08 {
	position: absolute;
	bottom: 470px;
	left: 840px;
	width: 100px;
}

.sanxian03_img08 img {
	max-width: 100%;
}

.sanxian03_img08 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: -115px;
	width: 100px;
}

.sanxian03_img08 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img08::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -40px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}



.sanxian03_img09 {
	position: absolute;
	bottom: 500px;
	left: 935px;
	width: 100px;
}

.sanxian03_img09 img {
	max-width: 100%;
}

.sanxian03_img09 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: -110px;
	width: 100px;
}

.sanxian03_img09 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian03_img09::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -32px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian04_img01 {
	position: absolute;
	bottom: 125px;
	left: 600px;
	width: 100px;
}

.sanxian04_img01 img {
	max-width: 100%;
}

.sanxian04_img01 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: -20px;
	bottom: -95px;
	width: 150px;
}

.sanxian04_img01 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian04_img01::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -25px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}


.sanxian04_img02 {
	position: absolute;
	bottom: 150px;
	left: 850px;
	width: 100px;
}

.sanxian04_img02 img {
	max-width: 100%;
}

.sanxian04_img02 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: -20px;
	bottom: -105px;
	width: 150px;
}

.sanxian04_img02 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian04_img02::before {
	content: "";
	position: absolute;
	right: 40px;
	bottom: -35px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}



.sanxian04_img03 {
	position: absolute;
	bottom: 180px;
	left: 1100px;
	width: 100px;
}

.sanxian04_img03 img {
	max-width: 100%;
}

.sanxian04_img03 span {
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: -20px;
	bottom: -130px;
	width: 150px;
}

.sanxian04_img03 span b {
	color: #0168b5;
	font-size: 16px;
}

.sanxian04_img03::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -53px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #333;
}



/* 产品列表 */

/* 位置 */
#zhineng_weizhi {
	position: absolute;
	top: -90px;
}

#GIBC_weizhi {
	position: absolute;
	top: -90px;
}

#ESC_weizhi {
	position: absolute;
	top: -90px;
}

#EPB_weizhi {
	position: absolute;
	top: -90px;
}

#ABS_weizhi {
	position: absolute;
	top: -90px;
}

#GDBC_weizhi {
	position: absolute;
	top: -90px;
}

#GIBS_weizhi {
	position: absolute;
	top: -90px;
}

#iCDS_weizhi {
	position: absolute;
	top: -90px;
}

#EMB_weizhi {
	position: absolute;
	top: -90px;
}





.nproductlist {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;

}


.nproductlist_mian {
	padding: 0 5vw;
}

.nproductlist_box {
	position: relative;
	width: 100%;
	height: auto;
	/* display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px; */
	margin: 0px auto;
	display: flex;
	padding: 30px 0;
	/* border-bottom: 1px solid #ddd; */
}


/* @media screen and (max-width: 760px) {
	
	.nproductlist_box{
		display: grid;
		grid-gap: 30px;
	}
	
} */

.nproductlist_box:nth-child(even) {
	flex-direction: row-reverse;
	/* background: #f9f9f9; */
}




.nproductlist_box_left {
	position: relative;
	width: 100%;
	height: auto;
	/* background: #000; */

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}


.nproductlist_box .nproductlist_box_left:before {
	content: "";
	position: absolute;
	/* background: rgba(255, 255, 255, 0); */
	left: -10px;
	bottom: 0;
	border-bottom: 20vw solid #31599e;
	border-right: 20vw solid transparent;
	z-index: -1;
	box-shadow: -5px 5px 10px #999;
}

.nproductlist_box:nth-child(even) .nproductlist_box_left:before {
	display: none;
}

.nproductlist_box:nth-child(even) .nproductlist_box_left:after {
	content: "";
	position: absolute;
	/* background: rgba(255, 255, 255, 0); */
	right: -10px;
	bottom: 0px;
	border-bottom: 20vw solid #31599e;
	border-left: 20vw solid transparent;
	z-index: -1;
	box-shadow: 5px 5px 10px #999;
}



.nproductlist_box .nproductlist_box_left .pro-tu a img {
	float: left;
}

.nproductlist_box:nth-child(even) .nproductlist_box_left .pro-tu a img {
	float: right;
}


.nproductlist_box .nproductlist_box_right:before {
	content: "";
	position: absolute;
	/* background: rgba(255, 255, 255, 0); */
	right: 0px;
	top: -10px;
	border-top: 20vw solid #31599e;
	border-left: 20vw solid transparent;
	z-index: -2;
	box-shadow: 5px -5px 10px #ddd;
}

.nproductlist_box:nth-child(even) .nproductlist_box_right:before {
	display: none;
}

.nproductlist_box:nth-child(even) .nproductlist_box_right:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -10px;
	border-bottom: 20vw solid #31599e;
	border-right: 20vw solid transparent;
	z-index: -2;
	box-shadow: -5px 5px 10px #ddd;
}




.nproductlist_box_right {
	position: relative;
	width: 100%;
	height: auto;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;

	/* box-shadow: 10px 0px 10px #ddd; */
}




.pro-tu {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	bottom: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}



.pro-tu a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}



.pro-tu a img {
	max-width: 100%;
	width: 95%;
	position: relative;
	transition: .5s;
	display: block;
	margin: 0px auto;
	/* box-shadow: -5px 4px 0px #357cff; */
}

.pro-tu a img:before {}



.pro-tu a video {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: .5s;
}

.pro-tu a .view1 {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(35, 94, 181, 0.9);
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
}

.pro-tu a .index-pro-tit {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 50%;
	top: calc(50% + 20px);
	opacity: 1;
	transition: .5s;
	transform: translate(-50%, -50%);
}

.pro-tu a .index-pro-tit h3 {
	display: inline-block;
	font-size: 36px;
	height: auto;
	max-width: 96%;
	margin: 0 auto;
	margin-bottom: 0px;
	font-family: "misans-demibold";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
}

.pro-tu a .index-pro-tit span.ge {
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px auto;
	background: #fff;
}

.pro-tu a .index-pro-tit h4 {
	display: block;
	font-size: 36px;
	line-height: 48px;
	height: auto;
	max-width: 96%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-family: "misans-regular";
	text-transform: uppercase;
}

.pro-tu:hover a .view1 {
	opacity: 1
}

.pro-tu:hover a .index-pro-tit {
	top: 50%;
	opacity: 1;
}

.pro-tu:hover a img {
	/* transform: scale(1.05); */
}


.pro-txt {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-left: 2vw;
	padding-right: 1vw;
	z-index: 1;
	background: #fff;
	padding-top: 2vw;
}

.pro-en {
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
	font-family: "misans-demibold";
}

.pro-cn {
	font-size: 20px;
	line-height: 30px;
	color: #333333;

}

.pro-des {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.pro-des-dd {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: flex;
	margin-bottom: 50px;
}

.pro-des-dd a {
	padding: 10px 20px;
	background: #0168b5;
	border-radius: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
}

.pro-des ul li {
	float: left;
}

.pro-des li {
	display: flex;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #4c4c4c;
}

.pro-des li.w50 {
	float: left;
	width: 50% !important;
}

.pro-des li i {
	color: #0168b5;
	color: #0168b5;
	font-size: 26px;
	line-height: 26px;
	margin-top: 1px;
	margin-right: 5px;
}



.pw3 {
	padding: 0px 3vw;
}

.pw5 {
	padding: 0px 5vw;
}

.pw10 {
	padding: 0px 10vw;
}


/* 生产与制造 */


/* 位置 */
#zhizao_weizhi {
	position: absolute;
	top: -20px;
}

#chanxian_weizhi {
	position: absolute;
	top: -20px;
}


.nshengchan {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;
	background: #fff;
}

.nshengchan_box {
	width: 100%;
	height: auto;
	display: flex;

	margin: 100px auto 0;
}


.nshengchan_box:nth-child(even) {
	flex-direction: row-reverse;
	/* background: #f9f9f9; */
}


.nshengchan_box_tupian {
	width: 55%;
	padding-bottom: 35%;
	overflow: inherit;
	position: relative;
}


.nshengchan_box_tupian .nshengchan_da {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.nshengchan_box_tupian .nshengchan_da img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}


.nshengchan_box_tupian .nshengchan_xiao {
	position: absolute;
	right: -5vw;
	bottom: 0vw;
	width: 10vw;
	z-index: 2;
	object-fit: cover;

	animation: huxi 2s linear infinite;
}

.nshengchan_box_tupian .nshengchan_xiao img {
	max-width: 100%;
	border-radius: 50%;
}

@keyframes huxi {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}


.nshengchan_xiao::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
	animation: bgIco2 1s 0.18s infinite alternate;
}

@keyframes bgIco2 {
	0% {
		opacity: 0.8;
		transform: scale(1)
	}

	100% {
		opacity: 0.28;
		transform: scale(1.05)
	}
}

.nshengchan_xiao::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(200, 200, 200, 0.6);
	animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
	0% {
		opacity: 0.4;
		transform: scale(1)
	}

	100% {
		opacity: 0.6;
		transform: scale(1.15)
	}
}




.nshengchan_box_txt {
	width: 45%;
	padding-left: 5vw;
	padding-top: 6vw;
}

.nshengchan_box_txt span {
	display: block;
}

.nshengchan_box_txt span.nshengchan_box_txt_one {
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
}

.nshengchan_box_txt span.nshengchan_box_txt_two {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
}

.nshengchan_box_txt .nshengchan_box_txt_three {
	margin-top: 1.5vw;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: justify;
}

.nshengchan_box_txt .nshengchan_box_txt_three b {
	color: #333;
}


.nshengchan_box:nth-child(2n+2) .nshengchan_box_tupian .nshengchan_xiao {
	position: absolute;
	left: -5vw;
	bottom: 0vw;
	width: 10vw;
	z-index: 2;
	object-fit: cover;
}

.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt {
	width: 45%;
	padding-left: 0vw;
	padding-right: 5vw;
}

/* 
.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_one{
	font-size: 36px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
	text-align: right;
}
.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_two{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt .nshengchan_box_txt_three{
	margin-top: 3vw;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	text-align: justify;
	text-align: right;
} */


.nchanxian {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;
	background: #f7f7f7;
}

.nchanxian_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

.nchanxian_box_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nchanxian_box_list img {
	display: block;
	object-fit: cover;
	width: 100%;
	margin: 0px auto;
}

.nchanxian_box_list span {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #fff;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nchanxian_box_list span::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;

	opacity: 0;
	width: 0;
	height: 3px;
	background: #0168b5;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.nchanxian_box .swiper-slide:hover .nchanxian_box_list span::after {
	opacity: 1;
	width: 100%;
}


.nchanxian_btn {
	margin: 50px auto 0;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.nchanxian_btn i {
	font-weight: 600;
}

.nchanxian-pagination {
	width: auto !important;
	margin: 0 10px;
}


.nchanxian-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	position: relative;
	background: none;
	opacity: 1;
	margin: -2px 0.1vw !important;
	outline: none;
	cursor: pointer;
}

.nchanxian-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #999;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nchanxian-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
	background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nchanxian-pagination .swiper-pagination-bullet-active:after {
	opacity: 0;
}

.nchanxian-pagination .swiper-pagination-bullet-active:before {
	opacity: 1;
}






.nshiyan {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 50px;
	background: #fff;
}

.nshiyan_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

.nshiyan_box_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nshiyan_box_list img {
	display: block;
	object-fit: cover;
	width: 100%;
	margin: 0px auto;
}

.nshiyan_box_list span {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #f7f7f7;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nshiyan_box_list span::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;

	opacity: 0;
	width: 0;
	height: 3px;
	background: #0168b5;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.nshiyan_box .swiper-slide:hover .nshiyan_box_list span::after {
	opacity: 1;
	width: 100%;
}


.nshiyan_btn {
	margin: 50px auto 0;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.nshiyan_btn i {
	font-weight: 600;
}

.nshiyan-pagination {
	width: auto !important;
	margin: 0 10px;
}


.nshiyan-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	position: relative;
	background: none;
	opacity: 1;
	margin: -2px 0.1vw !important;
	outline: none;
	cursor: pointer;
}

.nshiyan-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #999;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nshiyan-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
	background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nshiyan-pagination .swiper-pagination-bullet-active:after {
	opacity: 0;
}

.nshiyan-pagination .swiper-pagination-bullet-active:before {
	opacity: 1;
}




/* 新闻开始 */
.nnews {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 30px;

	background: #fff;
}

.nnews_box {
	width: 100%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}


.nnews_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.nnews_list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: none;
	background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
	background-blend-mode: normal, normal;
	transition: all .6s;
}

.nnews_list:hover {
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);

}

.nnews_list a {
	display: block;
}

.nnews_list_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic {
	position: relative;
	padding-bottom: 58%;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic img {
	display: block;
	margin: 0px auto;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nnews_info {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 30px 20px 10px 20px;
	transition: all .3s;
}

.nnews_info span {
	display: block;
}

.nnews_info span.nnews_title {
	font-size: 18px;
	font-weight: 600;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	min-height: 60px;
}

.nnews_info span.nnews_des {
	margin: 15px auto;
	line-height: 26px;
	font-size: 14px;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.nnews_info span.nnews_date {
	display: flex;

	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;

	font-size: 16px;
	line-height: 30px;
	color: #a6a6a6;
}

.nnews_info span.nnews_date i {
	font-size: 24px;
	margin-right: 5px;
}


.nnews_info span.nnews_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	font-size: 14px;
	color: #666;
}


.nnews_list:hover .nnews_pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nnews_list:hover span {
	color: #fff;
}


.canvas {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	opacity: 0.1;
	width: 100%;
	height: 200px;
}


.nnews_dibu {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.nnews_dibu img {
	display: block;
	margin: 0px auto;
}



/* 新闻详细页 */

.nnews_page {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.nnews_page_box {
	position: relative;
	width: 100%;
	padding: 2.5vw 2vw;
	background: #fff;
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
}

.nnews_page_bt {
	font-size: 1.6vw;
	color: #333333
}

.nnews_page_xbt {
	color: #999999;
	margin-top: 16px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #f2f2f2;
}

.nnews_page_neirong {
	line-height: 1.8;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.nnews_page_neirong p{
	margin-bottom: 10px;
}

.nnews_page_neirong img {
	max-width: 1000px;
	display: inline-block;
	/* width: 100%; */
}


.nnews_page_links {
	display: flex;
	margin: 50px 0 0;
	-webkit-align-items: center;
	align-items: center;

}

.nnews_page_links_box {
	width: calc(100% - 10vw);
	padding-right: 20px;
	font-size: 16px;
	line-height: 38px;
}

.nnews_page_links_btn {
	width: 10vw;
	text-align: center;
	background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a {
	padding-left: 25%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	color: #ffffff;
}

.nnews_page_links_btn a i {
	font-size: 24px;
	padding-left: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a:hover i {
	padding-left: 10px;
}



/* 加入我们 */



/* 位置 */
#linian_weizhi {
	position: absolute;
	top: -20px;
}

#zhaopin_weizhi {
	position: absolute;
	top: -20px;
}


.w100 {
	width: 100%;
}

.njob {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 30px;

	background: #fff;
}

.njob_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.njob_list {
	width: 100%;
	height: auto;
	overflow: hidden;

	margin-top: 60px;
	display: flex;

}


.njob_list:nth-child(2) {
	flex-direction: row-reverse;
	/* 从右边开始 */
}

.njob_list_img {
	position: relative;
	z-index: 2;
	width: 50%;
	padding-bottom: 25%;
}

.njob_list_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.njob_list_txt_box {
	position: relative;
	z-index: 3;
	width: 50%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	background: #f9f9f9;
	border-radius: 1px;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.njob_list_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	/* left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}


.njob_list_txt_t1 {
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
}

.njob_list_txt_t2 {
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.njob_list_txt_t2 p {
	font-size: 16px;
	line-height: 32px;
}

.njob_list:hover .njob_list_img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}



.njob_btn {
	position: relative;
	width: 100%;
	height: auto;

	margin: 100px auto;

	display: flex;
}

.njob_btn_left {
	width: 100%;
	height: auto;


	display: flex;
	align-items: center;

	justify-content: right;
	padding-right: 5vw;

	font-size: 26px;
	line-height: 38px;
	color: #333;
	font-weight: bold;

}

.njob_btn i {
	margin-right: 1vw;
	font-size: 36px;
	background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.njob_btn_right {
	width: 100%;
	height: auto;

	display: flex;
	align-items: center;

	justify-content: left;
	padding-left: 5vw;

	font-size: 26px;
	line-height: 38px;
	color: #333;
	font-weight: bold;
}

.njob_btn a {
	color: #1a1a1a;
	position: relative;
}

.njob_btn a::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 3px;
	background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
	-webkit-transition: all .6s;
	transition: all .6s;

}

.njob_btn a:hover::before {
	width: 100%;
}



.njob_btn i.yidong {
	position: absolute;
	right: -11vw;
	bottom: 0vw;
	width: 10vw;
	z-index: 2;
	object-fit: cover;
	border-radius: 50%;
	font-size: 30px;

	animation: dianji 1.5s linear infinite;
}


@keyframes dianji {
	0% {
		right: -12vw;
		transform: scale(0.88);
	}

	50% {
		right: -11vw;
		transform: scale(1);
	}

	100% {
		right: -12vw;
		transform: scale(0.88);
	}
}



/*联系我们*/


.lianxi {
	width: 100%;
}

.tit-in {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 50px;
	color: #1a1a1a;
	font-weight: bold;
	border-bottom: 4px solid #080405;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.subtit {
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0;
	color: #757575;
}
.mail-icon{
	background:url(../images/mail.png) center center no-repeat;
	background-size: 56px;
	width: 56px;
	height: 56px;
	display: block;
	margin:0px auto
}
.contactlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.contactlist ul li {
	float: left;
}

.contactlist .con_one li {
	width: 33.3%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 25px 0;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.contactlist .con_two li {
    width: 50%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.contactlist .con_two img{
    position: relative;
    padding: 0 30px;
}
.contactlist .con_two li i{
    margin-top: 18px;
}

.contactlist li:last-child {
	margin-right: 0;
}

.contactlist li i {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 20px;

	position: relative;
	display: inline-block;
}

.contactlist li span {
	display: block;
    padding: 0 15px;
	font-size: 16px;
	line-height: 26px;
}

.contactlist li:hover {
	background-color: #0168b5;
	color: #fff;
}

.contactlist li:hover i {
	animation: mybox 1s linear infinite;
}

@keyframes mybox {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(18deg);
		font-size: 45px;
	}

	100% {
		transform: rotate(0);
	}
}












/*小屏幕*/
@media screen and (min-width: 960px) and (max-width: 1600px) {



	.nnav {
		position: relative;
		z-index: 4;
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	.nnav_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		border-bottom: 1px solid #ddd;
		background: #f9f9f9;
	}

	.nnav_list a {
		position: relative;
		display: inline-block;
		padding: 15px 2vw;
		font-size: 14px;
	}

	.nnav_list a::before {
		content: "";
		position: absolute;
		width: 0;
		height: 3px;
		background: #0168b5;
		left: 50%;
		top: 98%;
		transform: translate(-50%, -50%);
		transition: all .3s ease-in-out;
	}

	.nnav_list a:hover::before,
	.nnav_list a.active::before {
		width: 50%;
		left: 50%;
		top: 98%;
		transform: translate(-50%, -50%);
	}


	/* 位置 */
	#nabout_weizhi {
		position: absolute;
		top: -100px;
	}

	#nzuzhi_weizhi {
		position: absolute;
		top: -100px;
	}

	#nhuoban_weizhi {
		position: absolute;
		top: -100px;
	}

	#ntouzi_weizhi {
		position: absolute;
		top: -100px;
	}

	/* 关于我们 */

	.nabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	}

	.nabout_box {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin: 50px auto 0;
	}

	.nabout_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.nabout_left_txt {
		position: relative;
		z-index: 2;
		font-size: 15px;
		line-height: 28px;
		color: #1a1a1a;
		padding: 20px;
		margin: 50px 0;
		background: rgba(255, 255, 255, .9);
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		margin-left: -150px;
		text-align: justify;
	}

	.nabout_left_txt p {
		margin-bottom: 20px;
	}

	.nabout_left_kuang {
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-2vw) translateY(3vw);
		transform: translateX(1vw) translateY(2vw);
		width: 8vw;
		height: 8vw;
		z-index: 1;
		/* background-image: linear-gradient(300deg, #46bfea 15%, #c0d500 65%); */
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		opacity: 1;
	}

	.nabout_right {
		width: 100%;
		height: 100%;
		position: relative;
		left: 0;
		top: 0;
		/* -webkit-transform: translateY(70px);
		transform: translateY(70px); */

		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.nabout_right_img {
		width: 100%;
		padding-bottom: 117.142857%;
	}

	.nabout_right img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
	}




	/* 组织架构 */
	.nzuzhi {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	}

	.nzuzhi_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}

	.nzuzhi_img img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}



	/* 合作伙伴 */
	.nhuoban {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #f7f7f7;
	}


	.huobanlist {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		gap: 20px;
		margin: 50px auto 0;
	}


	.huoban_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	.huoban_box:hover {
		box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
		transition: all .36s ease;
		cursor: pointer;
	}

	.huoban_box img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		transition: all .3s;
	}

	.huoban_box:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}


	.huoban_txt {
		display: none;

		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transition: all .36s ease;
		background: rgba(1, 104, 181, 0.9);
		/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
	}

	.huoban_txt span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: 400;
		color: #fff;
	}


	.huoban_box:hover .huoban_txt {
		top: 0;
		left: 0;
		opacity: 1;
	}



	.shuoming {
		font-size: 16px;
		color: #1a1a1a;
		padding-top: 30px;
	}


	.ntouzi {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	}


	.ntouzilist {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 30px;
		margin: 50px auto 0;
	}


	.ntouzi_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	.ntouzi_box:hover {
		box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
		transition: all .36s ease;
		cursor: pointer;
	}

	.ntouzi_box img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		transition: all .3s;
	}

	.ntouzi_box:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.ntouzi_txt {
		display: none;

		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transition: all .36s ease;
		background: rgba(1, 104, 181, 0.95);
		/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
	}

	.ntouzi_txt span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: 400;
		color: #fff;
	}


	.ntouzi_box:hover .ntouzi_txt {
		top: 0;
		left: 0;
		opacity: 1;
	}





	/* 产品与创新 */

	/* 三轴图 */
	.sanzhoutu {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0 0;
		background: #fff;
	}

	.sanzhoutu_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 100px auto 0;
	}

	.sanzhoutu_img img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
	}

	.sanzhoutu_box {
		position: relative;
		left: 3vw;
		z-index: 3;
		/* width: 100%; */
		width: 1610px;
		height: 650px;
		/* overflow: hidden; */
		margin: 50px auto 0;
	}



	.sanxian01 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian01 img {
		max-height: 550px;
		transform: rotate(10deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0;
		left: 5px;

		animation: gaodu_sanxian01 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */

	}

	@keyframes gaodu_sanxian01 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 550px;
			opacity: 1;
		}
	}




	.sanxian02 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian02 img {
		max-height: 750px;
		transform: rotate(45deg);
		transform-origin: bottom;
		position: relative;
		bottom: 20px;
		left: -30px;

		animation: gaodu_sanxian02 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian02 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 750px;
			opacity: 1;
		}
	}




	.sanxian03 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian03 img {
		max-height: 550px;
		transform: rotate(0deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0px;
		left: 20px;

		animation: gaodu_sanxian03 1500ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian03 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 550px;
			opacity: 1;
		}
	}



	.sanxian04 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian04 img {
		max-height: 200px;
		transform: rotate(0deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0px;
		left: 20px;

		animation: gaodu_sanxian04 2000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian04 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 200px;
			opacity: 1;
		}
	}


	.sanxian01_txt {
		position: absolute;
		bottom: 85%;
		left: 10%;

		animation: gaodu_sanxian_txt_01 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian01_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_01 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 85%;
			left: 10%;
		}
	}



	.sanxian02_txt {
		position: absolute;
		bottom: 85%;
		left: 33%;
		animation: gaodu_sanxian_txt_02 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian02_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_02 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 85%;
			left: 33%;
		}
	}


	.sanxian03_txt {
		position: absolute;
		bottom: 82%;
		left: 72%;
		animation: gaodu_sanxian_txt_03 1500ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian03_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_03 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 82%;
			left: 72%;
		}
	}





	.sanxian04_txt {
		position: absolute;
		bottom: 20%;
		left: 92%;
		animation: gaodu_sanxian_txt_04 2000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian04_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_04 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 20%;
			left: 92%;
		}
	}




	.sanxian01_img {
		position: absolute;
		bottom: 20%;
		left: -4%;
		max-width: 100px;
	}

	.sanxian01_img img {
		max-width: 100%;
	}

	.sanxian01_img span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}

	.sanxian01_img span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian01_img::before {
		content: "";
		position: absolute;
		right: -30px;
		bottom: 50px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian02_img01 {
		position: absolute;
		bottom: 225px;
		left: 95px;
		width: 100px;
	}

	.sanxian02_img01 img {
		max-width: 100%;
	}

	.sanxian02_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 40px;
		bottom: -70px;
	}

	.sanxian02_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian02_img02 {
		position: absolute;
		bottom: 310px;
		left: 180px;
		width: 100px;
	}

	.sanxian02_img02 img {
		max-width: 100%;
	}

	.sanxian02_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 40px;
		bottom: -70px;
	}

	.sanxian02_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img02::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian02_img03 {
		position: absolute;
		bottom: 385px;
		left: 265px;
		max-width: 100px;
	}

	.sanxian02_img03 img {
		max-width: 100%;
	}

	.sanxian02_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 30px;
		bottom: -100px;
	}

	.sanxian02_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian03_img01 {
		position: absolute;
		bottom: 150px;
		left: 175px;
		width: 100px;
	}

	.sanxian03_img01 img {
		max-width: 100%;
	}

	.sanxian03_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img02 {
		position: absolute;
		bottom: 200px;
		left: 270px;
		width: 100px;
	}

	.sanxian03_img02 img {
		max-width: 100%;
	}

	.sanxian03_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img02::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img03 {
		position: absolute;
		bottom: 250px;
		left: 365px;
		width: 100px;
	}

	.sanxian03_img03 img {
		max-width: 100%;
	}

	.sanxian03_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img04 {
		position: absolute;
		bottom: 308px;
		left: 460px;
		width: 100px;
	}

	.sanxian03_img04 img {
		max-width: 100%;
	}

	.sanxian03_img04 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img04 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img04::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img05 {
		position: absolute;
		bottom: 330px;
		left: 555px;
		width: 100px;
	}

	.sanxian03_img05 img {
		max-width: 100%;
	}

	.sanxian03_img05 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img05 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img05::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -20px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img06 {
		position: absolute;
		bottom: 393px;
		left: 655px;
		width: 100px;
	}

	.sanxian03_img06 img {
		max-width: 100%;
	}

	.sanxian03_img06 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: -110px;
		width: 100px;
		s
	}

	.sanxian03_img06 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img06::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}

	.sanxian03_img07 {
		position: absolute;
		bottom: 430px;
		left: 745px;
		width: 100px;
	}

	.sanxian03_img07 img {
		max-width: 100%;
	}

	.sanxian03_img07 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -110px;
		width: 100px;
	}

	.sanxian03_img07 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img07::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img08 {
		position: absolute;
		bottom: 470px;
		left: 840px;
		width: 100px;
	}

	.sanxian03_img08 img {
		max-width: 100%;
	}

	.sanxian03_img08 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -115px;
		width: 100px;
	}

	.sanxian03_img08 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img08::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian03_img09 {
		position: absolute;
		bottom: 500px;
		left: 935px;
		width: 100px;
	}

	.sanxian03_img09 img {
		max-width: 100%;
	}

	.sanxian03_img09 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 10px;
		bottom: -110px;
		width: 100px;
	}

	.sanxian03_img09 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img09::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -32px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian04_img01 {
		position: absolute;
		bottom: 125px;
		left: 600px;
		width: 100px;
	}

	.sanxian04_img01 img {
		max-width: 100%;
	}

	.sanxian04_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -95px;
		width: 150px;
	}

	.sanxian04_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian04_img02 {
		position: absolute;
		bottom: 150px;
		left: 850px;
		width: 100px;
	}

	.sanxian04_img02 img {
		max-width: 100%;
	}

	.sanxian04_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -105px;
		width: 150px;
	}

	.sanxian04_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img02::before {
		content: "";
		position: absolute;
		right: 40px;
		bottom: -35px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian04_img03 {
		position: absolute;
		bottom: 180px;
		left: 1100px;
		width: 100px;
	}

	.sanxian04_img03 img {
		max-width: 100%;
	}

	.sanxian04_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -130px;
		width: 150px;
	}

	.sanxian04_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -53px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	/* 产品列表 */

	/* 位置 */
	#zhineng_weizhi {
		position: absolute;
		top: -90px;
	}

	#GIBC_weizhi {
		position: absolute;
		top: -90px;
	}

	#ESC_weizhi {
		position: absolute;
		top: -90px;
	}

	#EPB_weizhi {
		position: absolute;
		top: -90px;
	}

	#ABS_weizhi {
		position: absolute;
		top: -90px;
	}

	#GDBC_weizhi {
		position: absolute;
		top: -90px;
	}

	#GIBS_weizhi {
		position: absolute;
		top: -90px;
	}

	#iCDS_weizhi {
		position: absolute;
		top: -90px;
	}

	#EMB_weizhi {
		position: absolute;
		top: -90px;
	}





	.nproductlist {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0 50px;

	}


	.nproductlist_mian {
		padding: 0 5vw;
	}

	.nproductlist_box {
		position: relative;
		width: 100%;
		height: auto;
		/* display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px; */
		margin: 0px auto;
		display: flex;
		padding: 30px 0;
		/* border-bottom: 1px solid #ddd; */
	}


	/* @media screen and (max-width: 760px) {
		
		.nproductlist_box{
			display: grid;
			grid-gap: 30px;
		}
		
	} */

	.nproductlist_box:nth-child(even) {
		flex-direction: row-reverse;
		/* background: #f9f9f9; */
	}




	.nproductlist_box_left {
		position: relative;
		width: 100%;
		height: auto;
		/* background: #000; */

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}


	.nproductlist_box .nproductlist_box_left:before {
		content: "";
		position: absolute;
		/* background: rgba(255, 255, 255, 0); */
		left: -5px;
		bottom: 0;
		border-bottom: 20vw solid #31599e;
		border-right: 20vw solid transparent;
		z-index: -1;
		box-shadow: -5px 5px 10px #999;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left:before {
		display: none;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left:after {
		content: "";
		position: absolute;
		/* background: rgba(255, 255, 255, 0); */
		right: -5px;
		bottom: 0px;
		border-bottom: 20vw solid #31599e;
		border-left: 20vw solid transparent;
		z-index: -1;
		box-shadow: 5px 5px 10px #999;
	}



	.nproductlist_box .nproductlist_box_left .pro-tu a img {
		float: left;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left .pro-tu a img {
		float: right;
	}


	.nproductlist_box .nproductlist_box_right:before {
		content: "";
		position: absolute;
		/* background: rgba(255, 255, 255, 0); */
		right: 0px;
		top: -5px;
		border-top: 20vw solid #31599e;
		border-left: 20vw solid transparent;
		z-index: -2;
		box-shadow: 5px -5px 10px #ddd;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_right:before {
		display: none;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_right:after {
		content: "";
		position: absolute;
		left: 0px;
		bottom: -5px;
		border-bottom: 20vw solid #31599e;
		border-right: 20vw solid transparent;
		z-index: -2;
		box-shadow: -5px 5px 10px #ddd;
	}




	.nproductlist_box_right {
		position: relative;
		width: 100%;
		height: auto;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;

		/* box-shadow: 10px 0px 10px #ddd; */
	}




	.pro-tu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		bottom: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

	}



	.pro-tu a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		color: #fff;
		overflow: hidden;
	}



	.pro-tu a img {
		max-width: 100%;
		width: 95%;
		position: relative;
		transition: .5s;
		display: block;
		margin: 0px auto;
		/* box-shadow: -5px 4px 0px #357cff; */
	}

	.pro-tu a img:before {}



	.pro-tu a video {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		transition: .5s;
	}

	.pro-tu a .view1 {
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(35, 94, 181, 0.9);
		left: 0;
		top: 0;
		opacity: 0;
		transition: .5s;
	}

	.pro-tu a .index-pro-tit {
		position: absolute;
		width: 100%;
		text-align: center;
		left: 50%;
		top: calc(50% + 20px);
		opacity: 1;
		transition: .5s;
		transform: translate(-50%, -50%);
	}

	.pro-tu a .index-pro-tit h3 {
		display: inline-block;
		font-size: 36px;
		height: auto;
		max-width: 96%;
		margin: 0 auto;
		margin-bottom: 0px;
		font-family: "misans-demibold";
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #fff;
		text-transform: uppercase;
	}

	.pro-tu a .index-pro-tit span.ge {
		display: block;
		width: 50px;
		height: 2px;
		margin: 15px auto;
		background: #fff;
	}

	.pro-tu a .index-pro-tit h4 {
		display: block;
		font-size: 36px;
		line-height: 48px;
		height: auto;
		max-width: 96%;
		margin: 0 auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #fff;
		font-family: "misans-regular";
		text-transform: uppercase;
	}

	.pro-tu:hover a .view1 {
		opacity: 1
	}

	.pro-tu:hover a .index-pro-tit {
		top: 50%;
		opacity: 1;
	}

	.pro-tu:hover a img {
		/* transform: scale(1.05); */
	}


	.pro-txt {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-left: 2vw;
		padding-right: 0.5vw;
		z-index: 1;
		background: #fff;
		padding-top: 2vw;
	}

	.pro-en {
		font-size: 26px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
		font-family: "misans-demibold";
	}

	.pro-cn {
		font-size: 16px;
		line-height: 26px;
		color: #333333;

	}

	.pro-des {
		width: auto;
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}

	.pro-des-dd {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		display: flex;
		margin-bottom: 20px;
	}

	.pro-des-dd a {
		padding: 8px 8px;
		background: #0168b5;
		border-radius: 15px;
		margin-right: 10px;
		color: #fff;
		font-size: 12px;
	}

	.pro-des ul li {
		float: left;
	}

	.pro-des li {
		display: flex;
		width: 100%;
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 5px;
		color: #4c4c4c;
	}

	.pro-des li.w50 {
		float: left;
		width: 50% !important;
	}

	.pro-des li i {
		color: #0168b5;
		color: #0168b5;
		font-size: 18px;
		line-height: 26px;
		margin-top: 1px;
		margin-right: 1px;
	}



	.pw3 {
		padding: 0px 3vw;
	}

	.pw5 {
		padding: 0px 5vw;
	}

	.pw10 {
		padding: 0px 10vw;
	}


	/* 生产与制造 */


	/* 位置 */
	#zhizao_weizhi {
		position: absolute;
		top: -20px;
	}

	#chanxian_weizhi {
		position: absolute;
		top: -20px;
	}


	.nshengchan {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0 50px;
		background: #fff;
	}

	.nshengchan_box {
		width: 100%;
		height: auto;
		display: flex;

		margin: 80px auto 0;
	}


	.nshengchan_box:nth-child(even) {
		flex-direction: row-reverse;
		/* background: #f9f9f9; */
	}


	.nshengchan_box_tupian {
		width: 55%;
		padding-bottom: 35%;
		overflow: inherit;
		position: relative;
	}


	.nshengchan_box_tupian .nshengchan_da {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
	}

	.nshengchan_box_tupian .nshengchan_da img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
	}


	.nshengchan_box_tupian .nshengchan_xiao {
		position: absolute;
		right: -6vw;
		bottom: 0vw;
		width: 12vw;
		z-index: 2;
		object-fit: cover;

		animation: huxi 2s linear infinite;
	}

	.nshengchan_box_tupian .nshengchan_xiao img {
		max-width: 100%;
		border-radius: 50%;
	}

	@keyframes huxi {
		0% {
			transform: scale(0.9);
		}

		50% {
			transform: scale(1);
		}

		100% {
			transform: scale(0.9);
		}
	}


	.nshengchan_xiao::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #fff;
		animation: bgIco2 1s 0.18s infinite alternate;
	}

	@keyframes bgIco2 {
		0% {
			opacity: 0.8;
			transform: scale(1)
		}

		100% {
			opacity: 0.28;
			transform: scale(1.05)
		}
	}

	.nshengchan_xiao::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: rgba(200, 200, 200, 0.6);
		animation: bgIco1 1s infinite alternate;
	}

	@keyframes bgIco1 {
		0% {
			opacity: 0.4;
			transform: scale(1)
		}

		100% {
			opacity: 0.6;
			transform: scale(1.15)
		}
	}




	.nshengchan_box_txt {
		width: 45%;
		padding-left: 6vw;
		padding-top: 5vw;
	}

	.nshengchan_box_txt span {
		display: block;
	}

	.nshengchan_box_txt span.nshengchan_box_txt_one {
		font-size: 28px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}

	.nshengchan_box_txt span.nshengchan_box_txt_two {
		font-size: 20px;
		line-height: 28px;
		font-weight: bold;
		color: #333333;
	}

	.nshengchan_box_txt .nshengchan_box_txt_three {
		margin-top: 1.5vw;
		font-size: 16px;
		line-height: 32px;
		color: #666;
		text-align: justify;
	}

	.nshengchan_box_txt .nshengchan_box_txt_three b {
		color: #333;
		font-size: 16px;
	}


	.nshengchan_box:nth-child(2n+2) .nshengchan_box_tupian .nshengchan_xiao {
		position: absolute;
		left: -6vw;
		bottom: 0vw;
		width: 12vw;
		z-index: 2;
		object-fit: cover;
	}

	.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt {
		width: 45%;
		padding-left: 0vw;
		padding-right: 5vw;
	}

	/* 
	.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_one{
		font-size: 36px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
		text-align: right;
	}
	.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_two{
		font-size: 20px;
		line-height: 28px;
		font-weight: bold;
		color: #333333;
		text-align: right;
	}
	.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt .nshengchan_box_txt_three{
		margin-top: 3vw;
		font-size: 18px;
		line-height: 30px;
		color: #666;
		text-align: justify;
		text-align: right;
	} */


	.nchanxian {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0 50px;
		background: #f7f7f7;
	}

	.nchanxian_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
	}

	.nchanxian_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nchanxian_box_list img {
		display: block;
		object-fit: cover;
		width: 100%;
		margin: 0px auto;
	}

	.nchanxian_box_list span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 15px;
		text-align: center;
		line-height: 45px;
		background: #fff;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nchanxian_box_list span::after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		opacity: 0;
		width: 0;
		height: 3px;
		background: #0168b5;
		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.nchanxian_box .swiper-slide:hover .nchanxian_box_list span::after {
		opacity: 1;
		width: 100%;
	}


	.nchanxian_btn {
		margin: 50px auto 0;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.nchanxian_btn i {
		font-weight: 600;
	}

	.nchanxian-pagination {
		width: auto !important;
		margin: 0 10px;
	}


	.nchanxian-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		position: relative;
		background: none;
		opacity: 1;
		margin: -2px 0.1vw !important;
		outline: none;
		cursor: pointer;
	}

	.nchanxian-pagination .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #999;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nchanxian-pagination .swiper-pagination-bullet:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
		background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
		opacity: 0;
		z-index: 2;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nchanxian-pagination .swiper-pagination-bullet-active:after {
		opacity: 0;
	}

	.nchanxian-pagination .swiper-pagination-bullet-active:before {
		opacity: 1;
	}






	.nshiyan {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0 50px;
		background: #fff;
	}

	.nshiyan_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
	}

	.nshiyan_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nshiyan_box_list img {
		display: block;
		object-fit: cover;
		width: 100%;
		margin: 0px auto;
	}

	.nshiyan_box_list span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 15px;
		text-align: center;
		line-height: 45px;
		background: #f7f7f7;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nshiyan_box_list span::after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		opacity: 0;
		width: 0;
		height: 3px;
		background: #0168b5;
		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.nshiyan_box .swiper-slide:hover .nshiyan_box_list span::after {
		opacity: 1;
		width: 100%;
	}


	.nshiyan_btn {
		margin: 50px auto 0;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.nshiyan_btn i {
		font-weight: 600;
	}

	.nshiyan-pagination {
		width: auto !important;
		margin: 0 10px;
	}


	.nshiyan-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		position: relative;
		background: none;
		opacity: 1;
		margin: -2px 0.1vw !important;
		outline: none;
		cursor: pointer;
	}

	.nshiyan-pagination .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #999;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nshiyan-pagination .swiper-pagination-bullet:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
		background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
		opacity: 0;
		z-index: 2;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nshiyan-pagination .swiper-pagination-bullet-active:after {
		opacity: 0;
	}

	.nshiyan-pagination .swiper-pagination-bullet-active:before {
		opacity: 1;
	}




	/* 新闻开始 */
	.nnews {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 30px;

		background: #fff;
	}

	.nnews_box {
		width: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
	}


	.nnews_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);

	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 20px 20px 10px 20px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 16px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 28px;
		color: #333;
		min-height: 60px;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;

		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;

		font-size: 15px;
		line-height: 30px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 24px;
		margin-right: 5px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	.canvas {
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: -1;
		opacity: 0.1;
		width: 100%;
		height: 200px;
	}


	.nnews_dibu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}

	.nnews_dibu img {
		display: block;
		margin: 0px auto;
	}



	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 2.5vw 2vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 1.6vw;
		color: #333333
	}

	.nnews_page_xbt {
		color: #999999;
		margin-top: 16px;
		padding-bottom: 26px;
		margin-bottom: 26px;
		border-bottom: 1px solid #f2f2f2;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	
	.nnews_page_neirong p{
		margin-bottom: 10px;
	}
	
	.nnews_page_neirong img {
		max-width: 700px;
		display: inline-block;
	}


	.nnews_page_links {
		display: flex;
		margin: 50px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

	.nnews_page_links_box {
		width: calc(100% - 10vw);
		padding-right: 20px;
		font-size: 16px;
		line-height: 38px;
	}

	.nnews_page_links_btn {
		width: 10vw;
		text-align: center;
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}



	/* 加入我们 */



	/* 位置 */
	#linian_weizhi {
		position: absolute;
		top: -20px;
	}

	#zhaopin_weizhi {
		position: absolute;
		top: -20px;
	}


	.w100 {
		width: 100%;
	}

	.njob {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0 30px;

		background: #fff;
	}

	.njob_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.njob_list {
		width: 100%;
		height: auto;
		overflow: hidden;

		margin-top: 50px;
		display: flex;

	}


	.njob_list:nth-child(2) {
		flex-direction: row-reverse;
		/* 从右边开始 */
	}

	.njob_list_img {
		position: relative;
		z-index: 2;
		width: 50%;
		padding-bottom: 25%;
	}

	.njob_list_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.njob_list_txt_box {
		position: relative;
		z-index: 3;
		width: 50%;
		height: auto;
		overflow: hidden;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		background: #f9f9f9;
		border-radius: 1px;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}

	.njob_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		position: relative;
		/* left: 50%;
		top: 50%;
		transform: translate(-50%,-50%); */
	}


	.njob_list_txt_t1 {
		font-size: 28px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}

	.njob_list_txt_t2 {
		font-size: 16px;
		line-height: 32px;
		color: #333;
	}

	.njob_list_txt_t2 p {
		font-size: 16px;
		line-height: 32px;
	}

	.njob_list:hover .njob_list_img img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}



	.njob_btn {
		position: relative;
		width: 100%;
		height: auto;

		margin: 100px auto;

		display: flex;
	}

	.njob_btn_left {
		width: 100%;
		height: auto;


		display: flex;
		align-items: center;

		justify-content: right;
		padding-right: 5vw;

		font-size: 22px;
		line-height: 38px;
		color: #333;
		font-weight: bold;

	}

	.njob_btn i {
		margin-right: 1vw;
		font-size: 36px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.njob_btn_right {
		width: 100%;
		height: auto;

		display: flex;
		align-items: center;

		justify-content: left;
		padding-left: 5vw;

		font-size: 22px;
		line-height: 38px;
		color: #333;
		font-weight: bold;
	}

	.njob_btn a {
		color: #1a1a1a;
		position: relative;
	}

	.njob_btn a::before {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 0;
		height: 3px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-transition: all .6s;
		transition: all .6s;

	}

	.njob_btn a:hover::before {
		width: 100%;
	}



	.njob_btn i.yidong {
		position: absolute;
		right: -11vw;
		bottom: 0vw;
		width: 10vw;
		z-index: 2;
		object-fit: cover;
		border-radius: 50%;
		font-size: 30px;

		animation: dianji 1.5s linear infinite;
	}


	@keyframes dianji {
		0% {
			right: -12vw;
			transform: scale(0.88);
		}

		50% {
			right: -11vw;
			transform: scale(1);
		}

		100% {
			right: -12vw;
			transform: scale(0.88);
		}
	}



	/*联系我们*/


	.lianxi {
		width: 100%;
	}

	.tit-in {
		display: inline-block;
		vertical-align: top;
		font-size: 26px;
		line-height: 36px;
		color: #1a1a1a;
		font-weight: bold;
		border-bottom: 4px solid #080405;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}

	.subtit {
		font-size: 16px;
		line-height: 28px;
		padding: 5px 0;
		color: #757575;
	}

	.contactlist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 50px;
	}

	.contactlist ul li {
		float: left;
	}

	.contactlist li {
		width: 32%;
		height: auto;
		overflow: hidden;
		text-align: center;
		padding: 30px 0;
		border: 1px solid #ddd;
		box-sizing: border-box;
		margin-right: 2%;

		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.contactlist li:last-child {
		margin-right: 0;
	}

	.contactlist li i {
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 20px;

		position: relative;
		display: inline-block;
	}

	.contactlist li span {
		display: block;

		font-size: 16px;
		line-height: 26px;
	}

	.contactlist li:hover {
		background-color: #0168b5;
		color: #fff;
	}

	.contactlist li:hover i {
		animation: mybox 1s linear infinite;
	}

	@keyframes mybox {
		0% {
			transform: rotate(0);
		}

		50% {
			transform: rotate(18deg);
			font-size: 45px;
		}

		100% {
			transform: rotate(0);
		}
	}

}











/*小屏幕*/
@media screen and (min-width: 0) and (max-width: 960px) {

    .p14-infolist-1-list dl{
        padding: 20px;
    }
    .p14-infolist-1-list dt {
        width: 100%;
        float: none;
        margin-left:0;
    }


	.nnav {
		position: relative;
		z-index: 4;
		width: 100%;
		height: auto;
		overflow: hidden;

	}

	.nnav_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		border-bottom: 1px solid #ddd;
		background: #f9f9f9;
	}

	.nnav_list a {
		position: relative;
		display: inline-block;
		padding: 15px 2vw;
		font-size: 14px;
	}

	.nnav_list a::before {
		content: "";
		position: absolute;
		width: 0;
		height: 3px;
		background: #0168b5;
		left: 50%;
		top: 98%;
		transform: translate(-50%, -50%);
		transition: all .3s ease-in-out;
	}

	.nnav_list a:hover::before,
	.nnav_list a.active::before {
		width: 50%;
		left: 50%;
		top: 98%;
		transform: translate(-50%, -50%);
	}


	/* 位置 */
	#nabout_weizhi {
		position: absolute;
		top: -100px;
	}

	#nzuzhi_weizhi {
		position: absolute;
		top: -100px;
	}

	#nhuoban_weizhi {
		position: absolute;
		top: -100px;
	}

	#ntouzi_weizhi {
		position: absolute;
		top: -100px;
	}

	/* 关于我们 */

	.nabout {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nabout_box {
		position: relative;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 30px auto 0;
	}

	.nabout_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.nabout_left_txt {
		position: relative;
		z-index: 2;
		font-size: 13px;
		line-height: 24px;
		color: #1a1a1a;
		padding: 20px;
		margin: 0px auto;
		background: rgba(255, 255, 255, .9);
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		margin-left: 0px;
		text-align: justify;
	}

	.nabout_left_txt p {
		margin-bottom: 10px;
	}

	.nabout_left_kuang {
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-2vw) translateY(3vw);
		transform: translateX(1vw) translateY(2vw);
		width: 8vw;
		height: 8vw;
		z-index: 1;
		/* background-image: linear-gradient(300deg, #46bfea 15%, #c0d500 65%); */
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		opacity: 1;
	}

	.nabout_right {
		width: 100%;
		height: 100%;
		position: relative;
		left: 0;
		top: 0;
		/* -webkit-transform: translateY(70px);
			transform: translateY(70px); */

		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.nabout_right_img {
		width: 100%;
		padding-bottom: 117.142857%;
	}

	.nabout_right img {
		width: 100%;
		height: 100%;
		position: relative;
		object-fit: cover;
	}




	/* 组织架构 */
	.nzuzhi {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nzuzhi_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nzuzhi_img img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	
	.nzuzhi_img img.zzjgpc{
		display: none;
	}
	.nzuzhi_img img.zzjgwap{
		display: block;
	}


	/* 合作伙伴 */
	.nhuoban {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f7f7f7;
	}


	.huobanlist {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		margin: 30px auto 0;
	}
.caselist{
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin: 30px auto 0;
	}

	.huoban_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	.huoban_box:hover {
		box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
		transition: all .36s ease;
		cursor: pointer;
	}

	.huoban_box img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		transition: all .3s;
	}

	.huoban_box:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}


	.huoban_txt {
		display: none;

		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transition: all .36s ease;
		background: rgba(1, 104, 181, 0.9);
		/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
	}

	.huoban_txt span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: 400;
		color: #fff;
	}


	.huoban_box:hover .huoban_txt {
		top: 0;
		left: 0;
		opacity: 1;
	}



	.shuoming {
		font-size: 13px;
		color: #1a1a1a;
		padding-top: 20px;
	}


	.ntouzi {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}


	.ntouzilist {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin: 30px auto 0;
	}


	.ntouzi_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}


	.ntouzi_box:hover {
		box-shadow: 0 0 20px rgba(1, 104, 181, 0.3);
		transition: all .36s ease;
		cursor: pointer;
	}

	.ntouzi_box img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
		transition: all .3s;
	}

	.ntouzi_box:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.ntouzi_txt {
		display: none;

		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transition: all .36s ease;
		background: rgba(1, 104, 181, 0.95);
		/* background-image: linear-gradient(315deg, rgba(156, 246, 245, 0.95), rgba(8, 144, 245, 0.95)); */
	}

	.ntouzi_txt span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: 400;
		color: #fff;
	}


	.ntouzi_box:hover .ntouzi_txt {
		top: 0;
		left: 0;
		opacity: 1;
	}





	/* 产品与创新 */

	/* 三轴图 */
	.sanzhoutu {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 0;
		background: #fff;
	}

	.sanzhoutu_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 50px auto 0;
	}

	.sanzhoutu_img img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
	}

	.sanzhoutu_box {
		position: relative;
		left: 3vw;
		z-index: 3;
		/* width: 100%; */
		width: 1610px;
		height: 650px;
		/* overflow: hidden; */
		margin: 50px auto 0;
	}



	.sanxian01 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian01 img {
		max-height: 550px;
		transform: rotate(10deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0;
		left: 5px;

		animation: gaodu_sanxian01 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */

	}

	@keyframes gaodu_sanxian01 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 550px;
			opacity: 1;
		}
	}




	.sanxian02 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian02 img {
		max-height: 750px;
		transform: rotate(45deg);
		transform-origin: bottom;
		position: relative;
		bottom: 20px;
		left: -30px;

		animation: gaodu_sanxian02 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian02 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 750px;
			opacity: 1;
		}
	}




	.sanxian03 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian03 img {
		max-height: 550px;
		transform: rotate(0deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0px;
		left: 20px;

		animation: gaodu_sanxian03 1500ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian03 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 550px;
			opacity: 1;
		}
	}



	.sanxian04 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sanxian04 img {
		max-height: 200px;
		transform: rotate(0deg);
		transform-origin: bottom;
		position: relative;
		bottom: 0px;
		left: 20px;

		animation: gaodu_sanxian04 2000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	@keyframes gaodu_sanxian04 {
		from {
			max-height: 10px;
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			max-height: 200px;
			opacity: 1;
		}
	}


	.sanxian01_txt {
		position: absolute;
		bottom: 85%;
		left: 10%;

		animation: gaodu_sanxian_txt_01 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian01_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_01 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 85%;
			left: 10%;
		}
	}



	.sanxian02_txt {
		position: absolute;
		bottom: 85%;
		left: 33%;
		animation: gaodu_sanxian_txt_02 1000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian02_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_02 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 85%;
			left: 33%;
		}
	}


	.sanxian03_txt {
		position: absolute;
		bottom: 82%;
		left: 72%;
		animation: gaodu_sanxian_txt_03 1500ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian03_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_03 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 82%;
			left: 72%;
		}
	}





	.sanxian04_txt {
		position: absolute;
		bottom: 20%;
		left: 92%;
		animation: gaodu_sanxian_txt_04 2000ms;
		animation-fill-mode: forwards;
		/* 保持动画结束后的状态 */
	}

	.sanxian04_txt span {
		font-weight: 600;
		display: block;
		font-size: 20px;
		text-align: center;
	}

	@keyframes gaodu_sanxian_txt_04 {
		from {
			opacity: 0;
			left: 0;
			bottom: 0;
		}

		to {
			bottom: 20%;
			left: 92%;
		}
	}




	.sanxian01_img {
		position: absolute;
		bottom: 20%;
		left: -4%;
		max-width: 100px;
	}

	.sanxian01_img img {
		max-width: 100%;
	}

	.sanxian01_img span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}

	.sanxian01_img span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian01_img::before {
		content: "";
		position: absolute;
		right: -30px;
		bottom: 50px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian02_img01 {
		position: absolute;
		bottom: 225px;
		left: 95px;
		width: 100px;
	}

	.sanxian02_img01 img {
		max-width: 100%;
	}

	.sanxian02_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 40px;
		bottom: -70px;
	}

	.sanxian02_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian02_img02 {
		position: absolute;
		bottom: 310px;
		left: 180px;
		width: 100px;
	}

	.sanxian02_img02 img {
		max-width: 100%;
	}

	.sanxian02_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 40px;
		bottom: -70px;
	}

	.sanxian02_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img02::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian02_img03 {
		position: absolute;
		bottom: 385px;
		left: 265px;
		max-width: 100px;
	}

	.sanxian02_img03 img {
		max-width: 100%;
	}

	.sanxian02_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 30px;
		bottom: -100px;
	}

	.sanxian02_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian02_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian03_img01 {
		position: absolute;
		bottom: 150px;
		left: 175px;
		width: 100px;
	}

	.sanxian03_img01 img {
		max-width: 100%;
	}

	.sanxian03_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img02 {
		position: absolute;
		bottom: 200px;
		left: 270px;
		width: 100px;
	}

	.sanxian03_img02 img {
		max-width: 100%;
	}

	.sanxian03_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img02::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img03 {
		position: absolute;
		bottom: 250px;
		left: 365px;
		width: 100px;
	}

	.sanxian03_img03 img {
		max-width: 100%;
	}

	.sanxian03_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img04 {
		position: absolute;
		bottom: 308px;
		left: 460px;
		width: 100px;
	}

	.sanxian03_img04 img {
		max-width: 100%;
	}

	.sanxian03_img04 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img04 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img04::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img05 {
		position: absolute;
		bottom: 330px;
		left: 555px;
		width: 100px;
	}

	.sanxian03_img05 img {
		max-width: 100%;
	}

	.sanxian03_img05 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -90px;
		width: 100px;
		z-index: 3;
	}

	.sanxian03_img05 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img05::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -20px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img06 {
		position: absolute;
		bottom: 393px;
		left: 655px;
		width: 100px;
	}

	.sanxian03_img06 img {
		max-width: 100%;
	}

	.sanxian03_img06 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: -110px;
		width: 100px;
		s
	}

	.sanxian03_img06 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img06::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}

	.sanxian03_img07 {
		position: absolute;
		bottom: 430px;
		left: 745px;
		width: 100px;
	}

	.sanxian03_img07 img {
		max-width: 100%;
	}

	.sanxian03_img07 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -110px;
		width: 100px;
	}

	.sanxian03_img07 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img07::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian03_img08 {
		position: absolute;
		bottom: 470px;
		left: 840px;
		width: 100px;
	}

	.sanxian03_img08 img {
		max-width: 100%;
	}

	.sanxian03_img08 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 5px;
		bottom: -115px;
		width: 100px;
	}

	.sanxian03_img08 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img08::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -40px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian03_img09 {
		position: absolute;
		bottom: 500px;
		left: 935px;
		width: 100px;
	}

	.sanxian03_img09 img {
		max-width: 100%;
	}

	.sanxian03_img09 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: 10px;
		bottom: -110px;
		width: 100px;
	}

	.sanxian03_img09 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian03_img09::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -32px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian04_img01 {
		position: absolute;
		bottom: 125px;
		left: 600px;
		width: 100px;
	}

	.sanxian04_img01 img {
		max-width: 100%;
	}

	.sanxian04_img01 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -95px;
		width: 150px;
	}

	.sanxian04_img01 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img01::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -25px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}


	.sanxian04_img02 {
		position: absolute;
		bottom: 150px;
		left: 850px;
		width: 100px;
	}

	.sanxian04_img02 img {
		max-width: 100%;
	}

	.sanxian04_img02 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -105px;
		width: 150px;
	}

	.sanxian04_img02 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img02::before {
		content: "";
		position: absolute;
		right: 40px;
		bottom: -35px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	.sanxian04_img03 {
		position: absolute;
		bottom: 180px;
		left: 1100px;
		width: 100px;
	}

	.sanxian04_img03 img {
		max-width: 100%;
	}

	.sanxian04_img03 span {
		font-weight: 600;
		display: block;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		position: absolute;
		left: -20px;
		bottom: -130px;
		width: 150px;
	}

	.sanxian04_img03 span b {
		color: #0168b5;
		font-size: 16px;
	}

	.sanxian04_img03::before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: -53px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		border: 3px solid #333;
	}



	/* 产品列表 */

	/* 位置 */
	#zhineng_weizhi {
		position: absolute;
		top: -90px;
	}

	#GIBC_weizhi {
		position: absolute;
		top: -90px;
	}

	#ESC_weizhi {
		position: absolute;
		top: -90px;
	}

	#EPB_weizhi {
		position: absolute;
		top: -90px;
	}

	#ABS_weizhi {
		position: absolute;
		top: -90px;
	}

	#GDBC_weizhi {
		position: absolute;
		top: -90px;
	}

	#GIBS_weizhi {
		position: absolute;
		top: -90px;
	}

	#iCDS_weizhi {
		position: absolute;
		top: -90px;
	}

	#EMB_weizhi {
		position: absolute;
		top: -90px;
	}





	.nproductlist {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 50px;

	}

	.nproductlist .mb-50 {
		margin-bottom: 20px;
	}

	.nproductlist_mian {
		padding: 0 5vw;
	}

	.nproductlist_box {
		position: relative;
		width: 100%;
		height: auto;
		/* display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 0px;
			grid-row-gap: 0px; */
		margin: 0px auto;
		display: grid;
		grid-row-gap: 10px;
		padding: 0px 0 30px;
		/* border-bottom: 1px solid #ddd; */
	}


	.nproductlist_box:nth-child(even) {
		flex-direction: row-reverse;
		/* background: #f9f9f9; */
	}


	.nproductlist_box_left {
		position: relative;
		width: 100%;
		height: auto;
		/* background: #000; */

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}


	.nproductlist_box .nproductlist_box_left:before {
		content: "";
		position: absolute;
		left: -3px;
		bottom: 0;
		border-bottom: 40vw solid #31599e;
		border-right: 40vw solid transparent;
		z-index: -1;
		box-shadow: -3px 3px 5px #999;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left:before {
		display: none;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left:after {
		content: "";
		position: absolute;
		right: -3px;
		bottom: 0px;
		border-bottom: 40vw solid #31599e;
		border-left: 40vw solid transparent;
		z-index: -1;
		box-shadow: 3px 3px 5px #999;
	}



	.nproductlist_box .nproductlist_box_left .pro-tu a img {
		float: left;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_left .pro-tu a img {
		float: right;
	}


	.nproductlist_box .nproductlist_box_right:before {
		content: "";
		position: absolute;
		/* background: rgba(255, 255, 255, 0); */
		right: 0px;
		top: -3px;
		border-top: 40vw solid #31599e;
		border-left: 40vw solid transparent;
		z-index: -2;
		box-shadow: 3px -3px 5px #ddd;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_right:before {
		display: none;
	}

	.nproductlist_box:nth-child(even) .nproductlist_box_right:after {
		content: "";
		position: absolute;
		left: 0px;
		bottom: -3px;
		border-bottom: 40vw solid #31599e;
		border-right: 40vw solid transparent;
		z-index: -2;
		box-shadow: -3px 3px 5px #ddd;
	}




	.nproductlist_box_right {
		position: relative;
		width: 100%;
		height: auto;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;

		/* box-shadow: 10px 0px 10px #ddd; */
	}




	.pro-tu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		bottom: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

	}



	.pro-tu a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		color: #fff;
		overflow: hidden;
	}



	.pro-tu a img {
		max-width: 100%;
		width: 100%;
		position: relative;
		transition: .5s;
		display: block;
		margin: 0px auto;
		/* box-shadow: -5px 4px 0px #357cff; */
	}

	.pro-tu a img:before {}



	.pro-tu a video {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		transition: .5s;
	}

	.pro-tu a .view1 {
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(35, 94, 181, 0.9);
		left: 0;
		top: 0;
		opacity: 0;
		transition: .5s;
	}

	.pro-tu a .index-pro-tit {
		position: absolute;
		width: 100%;
		text-align: center;
		left: 50%;
		top: calc(50% + 20px);
		opacity: 1;
		transition: .5s;
		transform: translate(-50%, -50%);
	}

	.pro-tu a .index-pro-tit h3 {
		display: inline-block;
		font-size: 36px;
		height: auto;
		max-width: 96%;
		margin: 0 auto;
		margin-bottom: 0px;
		font-family: "misans-demibold";
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #fff;
		text-transform: uppercase;
	}

	.pro-tu a .index-pro-tit span.ge {
		display: block;
		width: 50px;
		height: 2px;
		margin: 15px auto;
		background: #fff;
	}

	.pro-tu a .index-pro-tit h4 {
		display: block;
		font-size: 36px;
		line-height: 48px;
		height: auto;
		max-width: 96%;
		margin: 0 auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #fff;
		font-family: "misans-regular";
		text-transform: uppercase;
	}

	.pro-tu:hover a .view1 {
		opacity: 1
	}

	.pro-tu:hover a .index-pro-tit {
		top: 50%;
		opacity: 1;
	}

	.pro-tu:hover a img {
		/* transform: scale(1.05); */
	}


	.pro-txt {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-left: 2vw;
		padding-right: 0.5vw;
		z-index: 1;
		background: #fff;
		padding-top: 2vw;
	}

	.pro-en {
		font-size: 18px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
		font-family: "misans-demibold";
	}

	.pro-cn {
		font-size: 15px;
		line-height: 26px;
		color: #333333;

	}

	.pro-des {
		width: auto;
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}

	.pro-des-dd {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		display: flex;
		margin-bottom: 20px;
	}

	.pro-des-dd a {
		padding: 8px 8px;
		background: #0168b5;
		border-radius: 15px;
		margin-right: 10px;
		color: #fff;
		font-size: 12px;
	}

	.pro-des ul li {
		float: left;
	}

	.pro-des li {
		display: flex;
		width: 100%;
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 5px;
		color: #4c4c4c;
	}

	.pro-des li.w50 {
		float: left;
		width: 100% !important;
	}

	.pro-des li i {
		color: #0168b5;
		color: #0168b5;
		font-size: 18px;
		line-height: 26px;
		margin-top: -2px;
		margin-right: 1px;
	}



	.pw3 {
		padding: 0;
	}

	.pw5 {
		padding: 0px 5vw;
	}

	.pw10 {
		padding: 0px 10vw;
	}


	/* 生产与制造 */


	/* 位置 */
	#zhizao_weizhi {
		position: absolute;
		top: -20px;
	}

	#chanxian_weizhi {
		position: absolute;
		top: -20px;
	}


	.nshengchan {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 50px;
		background: #fff;
	}

	.nshengchan_box {
		width: 100%;
		height: auto;
		display: grid;
		grid-row-gap: 10px;
		margin: 30px auto 0;
	}


	.nshengchan_box:nth-child(even) {
		flex-direction: row-reverse;
		/* background: #f9f9f9; */
	}


	.nshengchan_box_tupian {
		width: 100%;
		padding-bottom: 55%;
		overflow: inherit;
		position: relative;
	}


	.nshengchan_box_tupian .nshengchan_da {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
	}

	.nshengchan_box_tupian .nshengchan_da img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
	}


	.nshengchan_box_tupian .nshengchan_xiao {
		position: absolute;
		left: 1vw;
		bottom: 1vw;
		width: 20vw;
		z-index: 2;
		object-fit: cover;

		animation: huxi 2s linear infinite;
	}

	.nshengchan_box_tupian .nshengchan_xiao img {
		max-width: 100%;
		border-radius: 50%;
	}

	@keyframes huxi {
		0% {
			transform: scale(0.9);
		}

		50% {
			transform: scale(1);
		}

		100% {
			transform: scale(0.9);
		}
	}


	.nshengchan_xiao::before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #fff;
		animation: bgIco2 1s 0.18s infinite alternate;
	}

	@keyframes bgIco2 {
		0% {
			opacity: 0.8;
			transform: scale(1)
		}

		100% {
			opacity: 0.28;
			transform: scale(1.05)
		}
	}

	.nshengchan_xiao::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: rgba(200, 200, 200, 0.6);
		animation: bgIco1 1s infinite alternate;
	}

	@keyframes bgIco1 {
		0% {
			opacity: 0.4;
			transform: scale(1)
		}

		100% {
			opacity: 0.6;
			transform: scale(1.15)
		}
	}




	.nshengchan_box_txt {
		width: 100%;
		padding-left: 1vw;
	}

	.nshengchan_box_txt span {
		display: block;
	}

	.nshengchan_box_txt span.nshengchan_box_txt_one {
		font-size: 16px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}

	.nshengchan_box_txt span.nshengchan_box_txt_two {
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
		color: #333333;
	}

	.nshengchan_box_txt .nshengchan_box_txt_three {
		margin-top: 1.5vw;
		font-size: 14px;
		line-height: 24px;
		color: #666;
		text-align: justify;
	}

	.nshengchan_box_txt .nshengchan_box_txt_three b {
		color: #333;
		font-size: 14px;
	}


	.nshengchan_box:nth-child(2n+2) .nshengchan_box_tupian .nshengchan_xiao {
		position: absolute;
		left: 1vw;
		bottom: 1vw;
		width: 20vw;
		z-index: 2;
		object-fit: cover;
	}

	.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt {
		width: 100%;
		padding-left: 1vw;
		padding-right: 0vw;
	}

	/* 
		.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_one{
			font-size: 36px;
			color: #1a1a1a;
			position: relative;
			font-weight: 600;
			text-align: right;
		}
		.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt span.nshengchan_box_txt_two{
			font-size: 20px;
			line-height: 28px;
			font-weight: bold;
			color: #333333;
			text-align: right;
		}
		.nshengchan_box:nth-child(2n+2) .nshengchan_box_txt .nshengchan_box_txt_three{
			margin-top: 3vw;
			font-size: 18px;
			line-height: 30px;
			color: #666;
			text-align: justify;
			text-align: right;
		} */


	.nchanxian {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 50px;
		background: #f7f7f7;
	}

	.nchanxian_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 0;
	}

	.nchanxian_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nchanxian_box_list img {
		display: block;
		object-fit: cover;
		width: 100%;
		margin: 0px auto;
	}

	.nchanxian_box_list span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 15px;
		text-align: center;
		line-height: 45px;
		background: #fff;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nchanxian_box_list span::after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		opacity: 0;
		width: 0;
		height: 3px;
		background: #0168b5;
		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.nchanxian_box .swiper-slide:hover .nchanxian_box_list span::after {
		opacity: 1;
		width: 100%;
	}


	.nchanxian_btn {
		margin: 30px auto 0;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.nchanxian_btn i {
		font-weight: 600;
	}

	.nchanxian-pagination {
		width: auto !important;
		margin: 0 10px;
	}


	.nchanxian-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		position: relative;
		background: none;
		opacity: 1;
		margin: -2px 0.1vw !important;
		outline: none;
		cursor: pointer;
	}

	.nchanxian-pagination .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #999;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nchanxian-pagination .swiper-pagination-bullet:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
		background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
		opacity: 0;
		z-index: 2;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nchanxian-pagination .swiper-pagination-bullet-active:after {
		opacity: 0;
	}

	.nchanxian-pagination .swiper-pagination-bullet-active:before {
		opacity: 1;
	}






	.nshiyan {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 50px;
		background: #fff;
	}

	.nshiyan_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 0;
	}

	.nshiyan_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nshiyan_box_list img {
		display: block;
		object-fit: cover;
		width: 100%;
		margin: 0px auto;
	}

	.nshiyan_box_list span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 15px;
		text-align: center;
		line-height: 45px;
		background: #f7f7f7;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nshiyan_box_list span::after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		opacity: 0;
		width: 0;
		height: 3px;
		background: #0168b5;
		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.nshiyan_box .swiper-slide:hover .nshiyan_box_list span::after {
		opacity: 1;
		width: 100%;
	}


	.nshiyan_btn {
		margin: 30px auto 0;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.nshiyan_btn i {
		font-weight: 600;
	}

	.nshiyan-pagination {
		width: 135px !important;
		margin: 0 10px;
		overflow: hidden;
		height: 20px;
	}


	.nshiyan-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		position: relative;
		background: none;
		opacity: 1;
		margin: -2px 0.1vw !important;
		outline: none;
		cursor: pointer;
	}

	.nshiyan-pagination .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #999;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nshiyan-pagination .swiper-pagination-bullet:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 50%;
		left: 25%;
		top: 25%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background-image: -webkit-linear-gradient(270deg, #9cf6f5, #0168b5);
		background-image: linear-gradient(325deg, #9cf6f5, #0168b5);
		opacity: 0;
		z-index: 2;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nshiyan-pagination .swiper-pagination-bullet-active:after {
		opacity: 0;
	}

	.nshiyan-pagination .swiper-pagination-bullet-active:before {
		opacity: 1;
	}




	/* 新闻开始 */
	.nnews {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 30px;

		background: #fff;
	}

	.nnews_box {
		width: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}


	.nnews_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);

	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 10px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 15px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 24px;
		color: #333;
		min-height: auto;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto 0;
		font-size: 13px;
		line-height: 26px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 18px;
		margin-right: 3px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	.canvas {
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: -1;
		opacity: 0.1;
		width: 100%;
		height: 200px;
	}


	.nnews_dibu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}

	.nnews_dibu img {
		display: block;
		margin: 0px auto;
	}



	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 15px;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 16px;
		color: #333333
	}

	.nnews_page_xbt {
		font-size: 14px;
		color: #999999;
		margin-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #f2f2f2;
	}

	.nnews_page_neirong {
		font-size: 13px;
		line-height: 24px;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	
	.nnews_page_neirong p{
		margin-bottom: 10px;
	}
	
	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}


	.nnews_page_links {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 20px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.nnews_page_links_btn {
		width: 40vw;
		text-align: center;
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		margin: 0px;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 38px;
		font-size: 14px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}



	/* 加入我们 */



	/* 位置 */
	#linian_weizhi {
		position: absolute;
		top: -20px;
	}

	#zhaopin_weizhi {
		position: absolute;
		top: -20px;
	}


	.w100 {
		width: 100%;
	}

	.njob {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 30px;

		background: #fff;
	}

	.njob_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.njob_list {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-row-gap: 0;
		margin: 30px auto 0;

	}


	.njob_list:nth-child(2) {
		flex-direction: row-reverse;
		/* 从右边开始 */
	}

	.njob_list_img {
		position: relative;
		z-index: 2;
		width: 100%;
		padding-bottom: 50%;
	}

	.njob_list_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: cover;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.njob_list_txt_box {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		background: #f9f9f9;
		border-radius: 1px;
		padding: 30px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}

	.njob_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		position: relative;
		/* left: 50%;
			top: 50%;
			transform: translate(-50%,-50%); */
	}


	.njob_list_txt_t1 {
		font-size: 18px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}

	.njob_list_txt_t2 {
		font-size: 13px;
		line-height: 24px;
		color: #333;
	}

	.njob_list_txt_t2 p {
		font-size: 13px;
		line-height: 24px;
	}

	.njob_list:hover .njob_list_img img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}



	.njob_btn {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;

		display: grid;
		grid-row-gap: 10px;
		margin: 30px auto;
	}

	.njob_btn_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: left;
		padding-left: 5vw;
		padding-right: 0;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
		color: #333;
		font-weight: bold;
	}

	.njob_btn i {
		margin-right: 2vw;
		font-size: 26px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.njob_btn_right {
		width: 100%;
		height: auto;

		display: flex;
		align-items: center;

		justify-content: left;
		padding-left: 5vw;

		font-size: 16px;
		line-height: 26px;
		color: #333;
		font-weight: bold;
	}

	.njob_btn a {
		color: #1a1a1a;
		position: relative;
	}

	.njob_btn a::before {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 0;
		height: 3px;
		background-image: linear-gradient(325deg, #9cf6f5, #0890f5);
		-webkit-transition: all .6s;
		transition: all .6s;

	}

	.njob_btn a:hover::before {
		width: 100%;
	}



	.njob_btn i.yidong {
		position: absolute;
		right: -11vw;
		bottom: 0vw;
		width: 8vw;
		z-index: 2;
		object-fit: cover;
		border-radius: 50%;
		font-size: 30px;

		animation: dianji 1.5s linear infinite;
	}


	@keyframes dianji {
		0% {
			right: -12vw;
			transform: scale(0.88);
		}

		50% {
			right: -11vw;
			transform: scale(1);
		}

		100% {
			right: -12vw;
			transform: scale(0.88);
		}
	}



	/*联系我们*/


	.lianxi {
		width: 100%;
	}

	.tit-in {
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		line-height: 26px;
		color: #1a1a1a;
		font-weight: bold;
		border-bottom: 4px solid #080405;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}

	.subtit {
		font-size: 13px;
		line-height: 28px;
		padding: 5px 0;
		color: #757575;
	}

	.contactlist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 30px;
	}

	.contactlist ul li {
		float: left;
	}

	.contactlist li {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		padding: 15px 0;
		border: 1px solid #ddd;
		box-sizing: border-box;
		margin-right: 2%;
		margin-bottom: 2%;
		-webkit-transition: all .6s;
		transition: all .6s;
	}

	.contactlist li:last-child {
		margin-right: 0;
	}
	
	.form-1 .item{width: 100% !important;}

	.contactlist li i {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 5px;

		position: relative;
		display: inline-block;
	}

	.contactlist li span {
		display: block;

		font-size: 14px;
		line-height: 24px;
	}

	.contactlist li:hover {
		background-color: #0168b5;
		color: #fff;
	}

	.contactlist li:hover i {
		animation: mybox 1s linear infinite;
	}

	@keyframes mybox {
		0% {
			transform: rotate(0);
		}

		50% {
			transform: rotate(18deg);
			font-size: 45px;
		}

		100% {
			transform: rotate(0);
		}
	}

}