.baise {
	color: #fff !important;
}

.baise_bj {
	background: #fff !important;
}

.daname {
	font-size: 36px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
}

.daname.tubiao::before {
	font-family: "iconfont" !important;

	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0px;
	margin-left: -58px;
	margin-top: -15px;
	color: #0168b5;
	z-index: -1;
	/* background: url(../images/more.png) no-repeat center; */
	background-size: cover;
}

.gebtnimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 8%;
}

.geimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 12%;
}
/*核心优势*/
.hexinimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 20%;
}

.xfmimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}

.ge {
	width: 40px;
	height: 3px;
	background: #0168b5;
	margin: 15px auto;
}

.ge_left {
	width: 40px;
	height: 3px;
	background: #0168b5;
	margin: 15px 0;
}

.xiaoname {
	width: 100%;
	font-size: 18px;
	color: #111;
	line-height: 36px;
	margin: 0px auto;
	/* font-family: 'misans-regular', sans-serif; */
}

.xiaoname_en {
	width: 100%;
	font-size: 18px;
	color: #111;
	line-height: 36px;
	margin: 0px auto;
	font-family: 'misans-regular', sans-serif;
}

.daxie{
	text-transform:uppercase;
}


/* 按钮样式 */
.anniu_btn_text {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	width: 200px;
	box-sizing: border-box;
	text-transform: uppercase;
	/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
	position: relative;
	z-index: 2;
	margin: 30px auto;
	transition: all .3s;
}

.anniu_btn_text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 2;
}

.anniu_btn_text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	/* -webkit-transform: scale(3);
    transform: scale(3); */
	background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}


.anniu_line {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 25%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-image: linear-gradient(325deg, #fff 30%, #fff);
	z-index: 0;
	opacity: 0.6;
}

.anniu_min_icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

.anniu_min_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.anniu_max_icon {
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}

.anniu_max_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.anniu_btn_text:hover:before {
	opacity: 1;
}

.anniu_btn_text:hover .anniu_line {
	opacity: 1;
	width: 35%;
	background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
}

.anniu_btn_text:hover .anniu_min_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.anniu_btn_text:hover .anniu_max_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}


/* 首页关于我们 */

.iabout {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;

	/* margin-top: 100vh; */
}

.iabout_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 80px auto 0;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}



/* 数字轮播 */
.shuzhi {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 70px 0 0;
}

.shuzhi_box {
	width: 100%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.shuzhi_box_txt {
	background: #f5f5f5;
	border-top-left-radius: 60px;
	padding: 50px 0;
	position: relative;
}

.shuzhi_box_txt_main{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.shuzhi_box_txt i {
	font-size: 60px;
	color: #0168b5;
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.shuzhi-number {
	position: relative;
	text-align: center;
}



.shuzhi-number .timer {
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	color: #0168b5;
	font-family: impact;
}

.shuzhi-number h5 {
	display: inline;
	font-size: 46px;
	padding-right: 5px;
	font-family: "MiSans";
	/* font-family: impact; */

	padding-left: 80px;
}

.shuzhi-number span {
	position: absolute;
	top: -20px;
	color: #0168b5;
	font-size: 30px;

}

.shuzhi-des {
	font-size: 16px;
	line-height: 35px;
	text-align: center;

	padding-left: 80px;
}



.iabout_shipin {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50%;

	background-repeat: no-repeat !important;
	background-position: center !important;
	background-position: right;
	background-size: cover !important;
}

.iabout_shipin img {
	position: relative;
	/* width: 100%; */
	/* height: 100%; */
}

.iabout_shipin img.v1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 2s;

	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* 红心圈开始 */
.merit_dot_list {
	position: absolute;
	top: 50%;
	left: 25%;
}

.merit_dot {
	position: absolute;
	left: 0;
	top: 0;
	background: #0168b5;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
}

.merit_product_item_active .dot1 {
	opacity: 1;
}

.merit_product_item_active .dot2 {
	-webkit-animation: jing_scale 2.5s linear infinite normal both;
	animation: jing_scale 2.5s linear infinite normal both;
}

.merit_product_item_active .dot3 {
	-webkit-animation: jing_scale 2.5s linear .625s infinite normal both;
	animation: jing_scale 2.5s linear .625s infinite normal both;
}

.merit_product_item_active .dot4 {
	-webkit-animation: jing_scale 2.5s linear 1.3s infinite normal both;
	animation: jing_scale 2.5s linear 1.3s infinite normal both;
}

.merit_product_item_active .dot5 {
	-webkit-animation: jing_scale 2.5s linear 1.925s infinite normal both;
	animation: jing_scale 2.5s linear 1.925s infinite normal both;
}

@-webkit-keyframes jing_scale {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(3);
		opacity: 0.4;
	}

	40% {
		transform: scale(5);
		opacity: 0.3;
	}

	60% {
		transform: scale(7);
		opacity: .2;
	}

	80% {
		transform: scale(9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jing_scale {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(3);
		opacity: 0.4;
	}

	40% {
		transform: scale(5);
		opacity: 0.3;
	}

	60% {
		transform: scale(7);
		opacity: .2;
	}

	80% {
		transform: scale(9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.merit_line_list_wap {
	display: none;
}

.merit_line_list {
	position: absolute;
	width: 0;
	height: 110px;
	overflow: hidden;
	-webkit-transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
	transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
}

.merit_product_item_active .merit_line_list {
	width: 200px;
}

.merit_line_list svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.merit_text {
	position: absolute;
	font-size: 15px;
	line-height: 28px;
	color: #595757;
	width: 186px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
	transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
}

.merit_product_item_active .merit_text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.merit_product_item1 .merit_text {
	right: 214px;
	top: -118px;
}

.merit_product_item2 .merit_text {
	right: 214px;
	top: 101px;
}

.merit_product_item3 .merit_text {
	width: 226px;
	left: 224px;
	top: -118px;
}

.merit_product_item1 .merit_line_list {
	right: -5px;
	bottom: -5px;
}

.merit_product_item1 .merit_line_list svg {
	right: 0;
	bottom: 0;
}

.merit_product_item2 .merit_line_list {
	top: 5px;
	right: -5px;
}

.merit_product_item2 .merit_line_list svg {
	top: 0;
	right: 0;
}

.merit_product_item3 .merit_line_list {
	left: 5px;
	bottom: -5px;
}

.merit_product_item3 .merit_line_list svg {
	left: 0;
	bottom: 0;
}

/* 红心圈结束 */

.iqiyuan {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/service02.jpg) no-repeat center;
	background-size: cover;
	margin-top: 0vh;
	/* background-attachment: fixed; */
}

.iqiyuan_txt {
	font-size: 20px;
	line-height: 34px;
	padding: 30px 0;
}

.iqiyuan_txt p.iqiyuan_cn {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 10px;
}

.iqiyuan_txt p.iqiyuan_en {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	margin: 0px auto 0;
	font-family: 'misans-regular', sans-serif;
}

/* 使命 */
.ishiming {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
}

.ishiming_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 30px 0;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

.ishiming_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.ishiming_list img.jz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 2s;
}

.ishiming_list_txt {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 50px 60px;
}

.ishiming_list_txt p {
	font-size: 20px;
	line-height: 34px;
}

.ishiming_list_txt p.ishiming_list_txt_cn {
	font-size: 20px;
	line-height: 34px;
}

.ishiming_list_txt p.ishiming_list_txt_en {
	font-family: 'misans-regular', sans-serif;
	font-size: 18px;
	line-height: 30px;
}

/* 按钮样式 */
.ishiming_list_txt .anniu_btn_text {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	width: 200px;
	box-sizing: border-box;
	text-transform: uppercase;
	/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	transition: all .3s;
}

.ishiming_list_txt .anniu_btn_text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 2;
}

.ishiming_list_txt .anniu_btn_text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	/* -webkit-transform: scale(3);
    transform: scale(3); */
	background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}


.ishiming_list_txt .anniu_line {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 25%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	z-index: 0;
	opacity: 0.6;
}

.ishiming_list_txt .anniu_min_icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

.ishiming_list_txt .anniu_min_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.ishiming_list_txt .anniu_max_icon {
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}

.ishiming_list_txt .anniu_max_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.ishiming_list_txt .anniu_btn_text:hover:before {
	opacity: 1;
}

.ishiming_list_txt .anniu_btn_text:hover .anniu_line {
	opacity: 1;
	width: 35%;
	background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
}

.ishiming_list_txt .anniu_btn_text:hover .anniu_min_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.ishiming_list_txt .anniu_btn_text:hover .anniu_max_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}


/*联系我们*/
.lianxiwomen {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0 0;
	background: #FFFFFF;
	/*margin-top: 100vh;*/
}

.lianxiwomen_box {
	background: #f7f7f7;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;

}

.lianxiwomen_box_er {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;
}

.lianxiwomen_box_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-position: right;
	background-size: cover !important;
	transition: all .3s;
}

.lianxiwomen_box_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}

.lianxiwomen_box_list_img img {
	position: absolute;
	width: 100%;
	max-width: 980px;
	/* height: 100%; */
}

.lianxiwomen_box_list_img:hover {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}

.lianxiwomen_box_list_txt {
	padding: 5vw 1vw 5vw 5vw;

	height: 390px;
}

.lianxiwomen_box_list_txt.juzuo8w{
	padding: 5vw 1vw 5vw 8vw;
}

.lianxiwomen_box_list_txt p {
	font-size: 20px;
	line-height: 36px;
}

.lianxiwomen_box_list_txt p.lianxiwomen_box_list_txt_cn {
	font-size: 17px;
	line-height: 34px;
	margin-top: 30px;
}

.lianxiwomen_box_list_txt p.lianxiwomen_box_list_txt_en {
	font-family: 'misans-regular', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.yingyong_box {
	background: #FFFFFF;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 20px;
}

.yingyong_box_list {
	width: 97%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	transition: all .3s;
}

.yingyong_box_list2 {
	width: 100%;
	height: auto;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	transition: all .3s;
}

.yingyong_box_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}

.yingyong_box_list_img:hover {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}

/*招聘按键*/
.zhaopinanjian {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0 0;
	background: #f7f7f7;
	margin-top: 0vh;
}
.zhaopinanjian_box {
	display: grid;
	grid-template-columns: 300px 300px;
	gap: 0px;
}
.zhaopinanjian_box_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-position: right;
	background-size: cover !important;
	transition: all .3s;
}
.zhaopinanjian_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}
.zhaopinanjian_box_list_img img {
	position: absolute;
	width: 100%;
	max-width: 980px;
	/* height: 100%; */
}
.zhaopinanjian_list_img:hover {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
/*招聘按键*/

/*价值目标 */
.jiazhimubiao {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0 0;
	background: #FFFFFF;
	margin-top: 0vh;
}

.jiazhimubiao_box {
	background: #FFFFFF;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	/*gap: 0px;*/
}

.jiazhimubiao_box_er {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.jiazhimubiao_box_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;

	background-repeat: no-repeat !important;
	background-position: center !important;
	background-position: right;
	background-size: cover !important;
	transition: all .3s;
}

.jiazhimubiao_box_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}

.jiazhimubiao_box_list_img img {
	position: absolute;
	width: 100%;
	max-width: 980px;
	/* height: 100%; */
}

.jiazhimubiao_box_list_img:hover {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}

.jiazhimubiao_box_list_txt {
	padding: 5vw 1vw 5vw 5vw;
	
	height: 390px;
}

.jiazhimubiao_box_list_txt.juzuo8w{
	padding: 5vw 1vw 5vw 8vw;
}

.jiazhimubiao_box_list_txt p {
	font-size: 20px;
	line-height: 36px;
}

.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_cn {
	font-size: 17px;
	line-height: 34px;
	margin-top: 30px;
}

.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_en {
	font-family: 'misans-regular', sans-serif;
	font-size: 16px;
	line-height: 24px;
}


/* 按钮样式 */
.jiazhimubiao_box_list_txt .anniu_btn_text {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	width: 200px;
	box-sizing: border-box;
	text-transform: uppercase;
	/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
	position: relative;
	z-index: 2;
	margin: 40px 0 0;
	transition: all .3s;
}

.jiazhimubiao_box_list .anniu_btn_text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 2;
}

.jiazhimubiao_box_list .anniu_btn_text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	/* -webkit-transform: scale(3);
    transform: scale(3); */
	background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}


.jiazhimubiao_box_list .anniu_line {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 25%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	z-index: 0;
	opacity: 0.6;
}

.jiazhimubiao_box_list .anniu_min_icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

.jiazhimubiao_box_list .anniu_min_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.jiazhimubiao_box_list .anniu_max_icon {
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}

.jiazhimubiao_box_list .anniu_max_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.jiazhimubiao_box_list .anniu_btn_text:hover:before {
	opacity: 1;
}

.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_line {
	opacity: 1;
	width: 35%;
	background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
}

.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_min_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}

.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_max_icon:after {
	border-right: 1px solid #0890f5;
	border-bottom: 1px solid #0890f5;
}




.iyoushi {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #fff;

}

.qiuqiu {
	position: absolute;
	top: -200px;
	left: -200px;
}

.qiuqiu img {
	width: 400px;
	opacity: 0.5;
}


.iyoushi_box {
	width: 100%;
	height: 100%;
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;

	min-height: 100%;

	/* background: url(../images/jiazhi.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed; */
}

.iyoushi_list {
	width: 100%;
	height: 100%;

	min-height: 300px;
	/* border-radius: 30px; */
	overflow: hidden;
	position: relative;
	/* border-right: 1px solid #e5e5e5; */
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	background: rgba(153, 153, 153, 0.1);

}



.iyoushi_list:last-child {
	border-right: none;
}

.iyoushi_list_name {
	position: absolute;
	width: 100%;

	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	color: #1a1a1a;

	transition: all .4s ease .3s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
}

.iyoushi_list_name i {
	display: block;
	font-size: 60px;
}

.iyoushi_list_name img {
	display: block;
	margin: 20px auto;
	max-height: 80px;
}

.iyoushi_list_txt {
	position: absolute;
	width: calc(100% - 30px);
	padding: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.iyoushi_list_txt_t1 {

	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	color: #1a1a1a;
	position: relative;

	margin-bottom: 10px;
	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.iyoushi_list_txt_t1 i {
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}

.iyoushi_list_txt_t1 img {
	display: block;
	margin-bottom: 10px;
	max-height: 50px;
}

.iyoushi_list_txt_t2 {

	font-size: 16px;
	color: #1a1a1a;
	text-align: justify;
	position: relative;

	opacity: 0;
	transform: translateY(60px);
	transition: all .4s ease;
}

.iyoushi_list:hover {
	background: rgba(0, 104, 181, 0.1);
	transition: all .4s ease;
}

.iyoushi_list:hover .iyoushi_list_name {
	opacity: 0;
	transform: translate(-100%, -50%);
	transition: all .4s ease;
}

.iyoushi_list:hover .iyoushi_list_txt {
	opacity: 1;
	transition: all .4s ease;
}

.iyoushi_list:hover .iyoushi_list_txt_t1 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .3s;
}

.iyoushi_list:hover .iyoushi_list_txt_t2 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease .4s;
}


.inews {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;

	background: #fff;
}

.inews_box {
	width: 100%;
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}


.inews_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.inews_list {
	display: block;

	width: 100%;
	height: auto;
	overflow: hidden;


	background: #f7f7f7;
	transition: all .3s;
}

.inews_list a {
	display: block;

}

.inews_list_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_pic img {
	display: block;
	width: 100%;
	margin: 0px auto;
}

.inews_info {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 30px;
	transition: all .3s;
}

.inews_info span {
	display: block;
}

.inews_info span.inews_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;
}

.inews_info span.inews_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;
}

.inews_info span.inews_date {
	font-size: 15px;
	line-height: 24px;
	color: #ccc;
}

.inews_info span.inews_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	font-size: 14px;
	color: #666;
}

.inews_list:hover {
	background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);
	background-blend-mode: normal, normal;
}

.inews_list:hover .inews_pic img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

.inews_list:hover span {
	color: #fff;
}


.canvas {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	opacity: 0.1;
	width: 100%;
	height: 200px;
}


.inews_dibu {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.inews_dibu img {
	display: block;
	margin: 0px auto;
}



/* 首页产品视频 */

.iproduct {
	position: relative;
	z-index: 9;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0;

	background: #fff;
}

.iproduct_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
}


.iproduct_box_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.iproduct_box_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all .3s;
}
.iproduct_box_img img{
	width: 100%;
	height: auto;
}
.iproduct_box_img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .35);
	transition: all .3s;
}



.play {
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;

	text-align: center;
	font-size: 18px;
	color: #fff;
}

.play svg {
	width: 100%;
	height: 100%;
}

.play circle {
	cx: 55px;
	cy: 55px;
	r: 52px;
}

.play i {
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: #fff url(../images/play.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.play .button-svg {
	stroke-dasharray: 251 251;
	stroke-dashoffset: 251;
	stroke: #fff;
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.iproduct_box_list:hover .iproduct_box_img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.iproduct_box_list:hover .iproduct_box_img::before {
	background: rgba(0, 0, 0, .55);
}

.iproduct_box_list:hover .play .button-svg {
	stroke-dashoffset: 0;
}

div.video-play {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	display: none
}

div.video-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1001;
	background: #0b0b0b;
	opacity: .9;
}

div.video-wrap {
	z-index: 1002;
	position: fixed;
	top: 52%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -52%, 0);
	transform: translate3d(-50%, -52%, 0);
	width: 1200px;
	height: auto;
	max-height: 100%;

	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .5s .1s ease;
	transition: all .5s .1s ease;
}

div.video-wrap video {
	width: 100%;
	height: auto
}

div.close-btn {
	cursor: pointer;
	transition: all .36s;

	text-align: center;
	line-height: 40px;
	z-index: 9999;
	position: absolute;
	background: #000;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.5;
	right: -20px;
	top: -25px;
}

div.close-btn:hover {
	transform: rotate(180deg);
	opacity: 1;
}


/* 悬停文字显示 */
/* .pro-tu {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #000;
}

.pro-tu a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.pro-tu a img {
	display: block;
	width: 100%;
	position: relative;
	transition: .5s;
}

.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: 20px;
	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)
} */



/* .iproduct_right {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.iproduct_right img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.iproduct_right:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.iproduct_right:after {
	height: 0;
	-webkit-transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
} */


.fadeInUp {
	opacity: 0;
}

.AddFadeInUp {
	-webkit-animation: AddFadeInUp 1s both normal;
	animation: AddFadeInUp 1s both normal;
	animation-delay: 0s;
}



@keyframes AddFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes AddFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes AddFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}


/*小屏幕*/
@media screen and (min-width: 960px) and (max-width: 1600px) {

	.daname {
		font-size: 30px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}

	.daname.tubiao::before {
		font-family: "iconfont" !important;
	
		content: "";
		position: absolute;
		height: 60px;
		width: 60px;
		top: 0px;
		margin-left: -58px;
		margin-top: -15px;
		color: #0168b5;
		z-index: -1;
		/*background: url(../images/more.png) no-repeat center;*/
		background-size: cover;
	}
	
	
	.ge {
		width: 40px;
		height: 3px;
		background: #0168b5;
		margin: 15px auto;
	}
	
	.ge_left {
		width: 40px;
		height: 3px;
		background: #0168b5;
		margin: 10px 0;
	}
	
	.xiaoname {
		width: 100%;
		font-size: 16px;
		color: #111;
		line-height: 32px;
		margin: 0px auto;
		/* font-family: 'misans-regular', sans-serif; */
	}
	
	.xiaoname_en {
		width: 100%;
		font-size: 16px;
		color: #111;
		line-height: 32px;
		margin: 0px auto;
		font-family: 'misans-regular', sans-serif;
	}
	
	
	/* 按钮样式 */
	.anniu_btn_text {
		font-size: 16px;
		line-height: 58px;
		text-align: center;
		color: #fff;
		width: 200px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 30px auto;
		transition: all .3s;
	}
	
	.anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #fff 30%, #fff);
		z-index: 0;
		opacity: 0.6;
	}
	
	.anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	
	/* 首页关于我们 */
	.iabout {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: #fff;
	
		margin-top: 0vh;
	}
	
	.iabout_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 80px auto 0;
	
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	/* 数字轮播 */
	.shuzhi {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 70px 0 0;
	}
	
	.shuzhi_box {
		width: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	
	.shuzhi_box_txt {
		background: #f5f5f5;
		border-top-left-radius: 60px;
		padding: 50px 0;
		position: relative;
	}
	
	
	.shuzhi_box_txt_main{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	
	
	.shuzhi_box_txt i {
		font-size: 50px;
		color: #0168b5;
		position: absolute;
		left: 25%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	
	.shuzhi-number {
		position: relative;
		text-align: center;
	}
	
	
	
	.shuzhi-number .timer {
		font-weight: 600;
		font-size: 36px;
		line-height: 40px;
		color: #0168b5;
		font-family: impact;
	}
	
	.shuzhi-number h5 {
		display: inline;
		font-size: 46px;
		padding-right: 5px;
		font-family: "MiSans";
		/* font-family: impact; */
	
		padding-left: 50px;
	}
	
	.shuzhi-number span {
		position: absolute;
		top: -10px;
		color: #0168b5;
		font-size: 26px;
	}
	
	.shuzhi-des {
		font-size: 16px;
		line-height: 35px;
		text-align: center;
	
		padding-left: 50px;
	}
	
	
	
	.iabout_shipin {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	
	
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position: right;
		background-size: cover !important;
	}
	
	.iabout_shipin img {
		position: relative;
		/* width: 100%; */
		/* height: 100%; */
	}
	
	.iabout_shipin img.v1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition-duration: 2s;
	
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	
	/* 红心圈开始 */
	.merit_dot_list {
		position: absolute;
		top: 50%;
		left: 25%;
	}
	
	.merit_dot {
		position: absolute;
		left: 0;
		top: 0;
		background: #0168b5;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		opacity: 1;
	}
	
	.merit_product_item_active .dot1 {
		opacity: 1;
	}
	
	.merit_product_item_active .dot2 {
		-webkit-animation: jing_scale 2.5s linear infinite normal both;
		animation: jing_scale 2.5s linear infinite normal both;
	}
	
	.merit_product_item_active .dot3 {
		-webkit-animation: jing_scale 2.5s linear .625s infinite normal both;
		animation: jing_scale 2.5s linear .625s infinite normal both;
	}
	
	.merit_product_item_active .dot4 {
		-webkit-animation: jing_scale 2.5s linear 1.3s infinite normal both;
		animation: jing_scale 2.5s linear 1.3s infinite normal both;
	}
	
	.merit_product_item_active .dot5 {
		-webkit-animation: jing_scale 2.5s linear 1.925s infinite normal both;
		animation: jing_scale 2.5s linear 1.925s infinite normal both;
	}
	
	@-webkit-keyframes jing_scale {
		0% {
			transform: scale(1);
			opacity: 0;
		}
	
		20% {
			transform: scale(3);
			opacity: 0.4;
		}
	
		40% {
			transform: scale(5);
			opacity: 0.3;
		}
	
		60% {
			transform: scale(7);
			opacity: .2;
		}
	
		80% {
			transform: scale(9);
			opacity: 0;
		}
	
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
	
	@keyframes jing_scale {
		0% {
			transform: scale(1);
			opacity: 0;
		}
	
		20% {
			transform: scale(3);
			opacity: 0.4;
		}
	
		40% {
			transform: scale(5);
			opacity: 0.3;
		}
	
		60% {
			transform: scale(7);
			opacity: .2;
		}
	
		80% {
			transform: scale(9);
			opacity: 0;
		}
	
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
	
	.merit_line_list_wap {
		display: none;
	}
	
	.merit_line_list {
		position: absolute;
		width: 0;
		height: 110px;
		overflow: hidden;
		-webkit-transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
		transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
	}
	
	.merit_product_item_active .merit_line_list {
		width: 200px;
	}
	
	.merit_line_list svg {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.merit_text {
		position: absolute;
		font-size: 15px;
		line-height: 28px;
		color: #595757;
		width: 186px;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
		transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
	}
	
	.merit_product_item_active .merit_text {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.merit_product_item1 .merit_text {
		right: 214px;
		top: -118px;
	}
	
	.merit_product_item2 .merit_text {
		right: 214px;
		top: 101px;
	}
	
	.merit_product_item3 .merit_text {
		width: 226px;
		left: 224px;
		top: -118px;
	}
	
	.merit_product_item1 .merit_line_list {
		right: -5px;
		bottom: -5px;
	}
	
	.merit_product_item1 .merit_line_list svg {
		right: 0;
		bottom: 0;
	}
	
	.merit_product_item2 .merit_line_list {
		top: 5px;
		right: -5px;
	}
	
	.merit_product_item2 .merit_line_list svg {
		top: 0;
		right: 0;
	}
	
	.merit_product_item3 .merit_line_list {
		left: 5px;
		bottom: -5px;
	}
	
	.merit_product_item3 .merit_line_list svg {
		left: 0;
		bottom: 0;
	}
	
	/* 红心圈结束 */
	.iqiyuan {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: url(../images/service02.jpg) no-repeat center;
		background-size: cover;
		margin-top: 0vh;
		/* background-attachment: fixed; */
	}
	
	.iqiyuan_txt {
		font-size: 18px;
		line-height: 32px;
		padding: 20px 0;
	}
	
	.iqiyuan_txt p.iqiyuan_cn {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	.iqiyuan_txt p.iqiyuan_en {
		width: 100%;
		font-size: 16px;
		color: #fff;
		line-height: 26px;
		margin: 0px auto 0;
		font-family: 'misans-regular', sans-serif;
	}

	/* 使命 */
	
	.ishiming {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: #fff;
		background-size: cover;
		background-attachment: fixed;
	}
	
	.ishiming_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 30px 0;
	
		display: grid;
		grid-template-columns: 1.25fr 1fr;
		gap: 5px;
	}
	
	.ishiming_list {
		width: 100%;
		height: auto;
		overflow: visible;
		position: relative;
	}
	
	.ishiming_list img.jz {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition-duration: 2s;
	}
	
	.ishiming_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 50px 60px;
	}
	
	.ishiming_list_txt p {
		font-size: 18px;
		line-height: 34px;
	}
	
	.ishiming_list_txt p.ishiming_list_txt_cn {
		font-size: 18px;
		line-height: 34px;
	}
	
	.ishiming_list_txt p.ishiming_list_txt_en {
		font-family: 'misans-regular', sans-serif;
		font-size: 16px;
		line-height: 32px;
	}
	
	
	/* 按钮样式 */
	.ishiming_list_txt .anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 50px 0 0;
		transition: all .3s;
	}
	
	.ishiming_list_txt .anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.ishiming_list_txt .anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.ishiming_list_txt .anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
		z-index: 0;
		opacity: 0.6;
	}
	
	.ishiming_list_txt .anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.ishiming_list_txt .anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.ishiming_list_txt .anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}


	/*招聘按键*/
	.zhaopinanjian {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px 0 0;
		background: #f7f7f7;
		margin-top: 0vh;
	}
	.zhaopinanjian_box {
		display: grid;
		grid-template-columns: 125px 113px;
		gap: 0px;
	}
	.zhaopinanjian_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position: right;
		background-size: cover !important;
		transition: all .3s;
	}
	.zhaopinanjian_list_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all .3s;
	}
	.zhaopinanjian_box_list_img img {
		position: absolute;
		width: 100%;
		max-width: 980px;
		/* height: 100%; */
	}
	.zhaopinanjian_list_img:hover {
		-webkit-transform: scale(1.1) !important;
		transform: scale(1.1) !important;
	}
	/*招聘按键*/

	/* 价值目标 */
	.jiazhimubiao {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 25px 0 0;
		background: #FFFFFF;
		margin-top: 0vh;
	}
	
	.jiazhimubiao_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
		/*gap: 0px;*/
	}
	
	
	.jiazhimubiao_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position: right;
		background-size: cover !important;
		transition: all .3s;
	}
	
	
	
	.jiazhimubiao_box_list_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all .3s;
	}
	
	.jiazhimubiao_box_list_img img {
		position: absolute;
		width: 100%;
		max-width: 980px;
		/* height: 100%; */
	}
	
	.jiazhimubiao_box_list_img:hover {
		-webkit-transform: scale(1.1) !important;
		transform: scale(1.1) !important;
	}
	
	.jiazhimubiao_box_list_txt {
		
		padding: 5vw 1vw 5vw 8vw;
		height: 330px;
	}
	
	.jiazhimubiao_box_list_txt p {
		font-size: 18px;
		line-height: 34px;
	}
	
	.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_cn {
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
	}
	
	.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_en {
		font-family: 'misans-regular', sans-serif;
		font-size: 15px;
		line-height: 25px;
	}
	
	
	/* 按钮样式 */
	.jiazhimubiao_box_list_txt .anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 40px 0 0;
		transition: all .3s;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.jiazhimubiao_box_list .anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
		z-index: 0;
		opacity: 0.6;
	}
	
	.jiazhimubiao_box_list .anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.jiazhimubiao_box_list .anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.jiazhimubiao_box_list .anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	
	
	
	.iyoushi {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: #fff;
	
	}
	
	.qiuqiu {
		position: absolute;
		top: -200px;
		left: -200px;
	}
	
	.qiuqiu img {
		width: 400px;
		opacity: 0.5;
	}
	
	
	.iyoushi_box {
		width: 100%;
		height: 100%;
		margin: 50px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
	
		min-height: 100%;
	
		/* background: url(../images/jiazhi.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed; */
	}
	
	.iyoushi_list {
		width: 100%;
		height: 100%;
	
		min-height: 300px;
		/* border-radius: 30px; */
		overflow: hidden;
		position: relative;
		/* border-right: 1px solid #e5e5e5; */
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		background: rgba(153, 153, 153, 0.1);
	
	}
	
	
	
	.iyoushi_list:last-child {
		border-right: none;
	}
	
	.iyoushi_list_name {
		position: absolute;
		width: 100%;
	
		font-size: 18px;
		font-weight: 600;
		line-height: 34px;
		color: #1a1a1a;
	
		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}
	
	.iyoushi_list_name i {
		display: block;
		font-size: 60px;
	}
	
	.iyoushi_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 80px;
	}
	
	.iyoushi_list_txt {
		position: absolute;
		width: calc(100% - 30px);
		padding: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	
	.iyoushi_list_txt_t1 {
	
		font-size: 18px;
		font-weight: 600;
		line-height: 34px;
		color: #1a1a1a;
		position: relative;
	
		margin-bottom: 10px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}
	
	.iyoushi_list_txt_t1 i {
		display: block;
		font-size: 35px;
		margin-bottom: 10px;
	}
	
	.iyoushi_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}
	
	.iyoushi_list_txt_t2 {
	
		font-size: 14px;
		color: #1a1a1a;
		text-align: justify;
		position: relative;
	
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover {
		background: rgba(0, 104, 181, 0.1);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_name {
		opacity: 0;
		transform: translate(-100%, -50%);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}
	
	
	.inews {
		position: relative;
		z-index: 2;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
	
		background: #fff;
	}
	
	.inews_box {
		width: 100%;
		margin: 50px auto 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
	}
	
	
	.inews_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
	}
	
	.inews_list {
		display: block;
	
		width: 100%;
		height: auto;
		overflow: hidden;
	
	
		background: #f7f7f7;
		transition: all .3s;
	}
	
	.inews_list a {
		display: block;
	
	}
	
	.inews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_pic img {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	
	.inews_info {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 30px;
		transition: all .3s;
	}
	
	.inews_info span {
		display: block;
	}
	
	.inews_info span.inews_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;
	}
	
	.inews_info span.inews_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;
	}
	
	.inews_info span.inews_date {
		font-size: 15px;
		line-height: 24px;
		color: #ccc;
	}
	
	.inews_info span.inews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		font-size: 14px;
		color: #666;
	}
	
	.inews_list:hover {
		background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);
		background-blend-mode: normal, normal;
	}
	
	.inews_list:hover .inews_pic img {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
	}
	
	.inews_list:hover span {
		color: #fff;
	}
	
	
	.canvas {
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: -1;
		opacity: 0.1;
		width: 100%;
		height: 200px;
	}
	
	
	.inews_dibu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
	
	.inews_dibu img {
		display: block;
		margin: 0px auto;
	}
	
	
	
	/* 首页产品视频 */
	
	.iproduct {
		position: relative;
		z-index: 9;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px 0;
	
		background: #fff;
	}
	
	.iproduct_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
	
	
	.iproduct_box_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.iproduct_box_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all .3s;
	}
	.iproduct_box_img img{
		width: 100%;
		height: auto;
	}
	.iproduct_box_img::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .35);
		transition: all .3s;
	}
	
	
	
	.play {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	
		text-align: center;
		font-size: 16px;
		color: #fff;
	}
	
	.play svg {
		width: 100%;
		height: 100%;
	}
	
	.play circle {
		cx: 55px;
		cy: 55px;
		r: 40px;
	}
	
	.play i {
		width: 50%;
		height: 50%;
		border-radius: 50%;
		background: #fff url(../images/play.png) no-repeat center center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
	}
	
	.play .button-svg {
		stroke-dasharray: 251 251;
		stroke-dashoffset: 251;
		stroke: #fff;
		transition: all 1s;
		-o-transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
	}
	
	.iproduct_box_list:hover .iproduct_box_img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.iproduct_box_list:hover .iproduct_box_img::before {
		background: rgba(0, 0, 0, .55);
	}
	
	.iproduct_box_list:hover .play .button-svg {
		stroke-dashoffset: 0;
	}
	
	div.video-play {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 10001;
		display: none
	}
	
	div.video-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		z-index: 1001;
		background: #0b0b0b;
		opacity: .9;
	}
	
	div.video-wrap {
		z-index: 1002;
		position: fixed;
		top: 52%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -52%, 0);
		transform: translate3d(-50%, -52%, 0);
		width: 80%;
		height: auto;
		max-height: 100%;
	
		opacity: 1;
		pointer-events: auto;
		-webkit-transition: all .5s .1s ease;
		transition: all .5s .1s ease;
	}
	
	div.video-wrap video {
		width: 100%;
		height: auto
	}
	
	div.close-btn {
		cursor: pointer;
		transition: all .36s;
	
		text-align: center;
		line-height: 40px;
		z-index: 9999;
		position: absolute;
		background: #000;
		border: 2px solid #fff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		opacity: 0.5;
		right: -20px;
		top: -25px;
	}
	
	div.close-btn:hover {
		transform: rotate(180deg);
		opacity: 1;
	}
	
	
	/* 悬停文字显示 */
	/* .pro-tu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #000;
	}
	
	.pro-tu a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		color: #fff;
		overflow: hidden;
	}
	
	.pro-tu a img {
		display: block;
		width: 100%;
		position: relative;
		transition: .5s;
	}
	
	.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: 20px;
		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)
	} */
	
	
	
	/* .iproduct_right {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	
	.iproduct_right img {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.iproduct_right:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	
	.iproduct_right:after {
		height: 0;
		-webkit-transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
		transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
	} */
	
	
	.fadeInUp {
		opacity: 0;
	}
	
	.AddFadeInUp {
		-webkit-animation: AddFadeInUp 1s both normal;
		animation: AddFadeInUp 1s both normal;
		animation-delay: 0s;
	}
	
	
	
	@keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	@-webkit-keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	@keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	
	.anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 30px auto;
		transition: all .3s;
	}

}



/*移动端默认样式*/
@media screen and (max-width: 960px) {
	
	
	.pl-60 {
	  padding-left: 25px;
	}
	
	.daname {
		font-size: 20px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}
	
	/*核心产品标题字 小屏幕960px*/
	.daname.tubiao::before {
		font-family: "iconfont" !important;
		content: "";
		position: absolute;
		height: 28px;
		width: 28px;
		top: 0px;
		margin-left: -30px;
		margin-top: -5px;
		color: #0168b5;
		z-index: -1;
		/*background: url(../images/more.png) no-repeat center;*/
		background-size: cover;
	}
	
	
	.ge {
		width: 40px;
		height: 2px;
		background: #0168b5;
		margin: 10px auto;
	}
	
	.ge_left {
		width: 40px;
		height: 2px;
		background: #0168b5;
		margin: 10px 0;
	}
	
	.xiaoname {
		width: 100%;
		font-size: 13px;
		color: #111;
		line-height: 24px;
		margin: 0px auto;
		/* font-family: 'misans-regular', sans-serif; */
	}
	
	.xiaoname_en {
		width: 100%;
		font-size: 14px;
		color: #111;
		line-height: 24px;
		margin: 0px auto;
		font-family: 'misans-regular', sans-serif;
	}
	
	
	/* 按钮样式 */
	.anniu_btn_text {
		font-size: 16px;
		line-height: 58px;
		text-align: center;
		color: #fff;
		width: 200px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 30px auto;
		transition: all .3s;
	}
	
	.anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #fff 30%, #fff);
		z-index: 0;
		opacity: 0.6;
	}
	
	.anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	
	/* 首页关于我们 */
	
	.iabout {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	
		margin-top: 0;
	}
	
	.iabout_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
	
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	
	
	/* 数字轮播 */
	.shuzhi {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 70px 0 0;
	}
	
	.shuzhi_box {
		width: 100%;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.shuzhi_box_txt {
		background: #f5f5f5;
		border-top-left-radius: 30px;
		padding: 30px 0;
		position: relative;
	}
	
	.shuzhi_box_txt_main{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	
	
	.shuzhi_box_txt i {
		font-size: 36px;
		color: #0168b5;
		position: absolute;
		left: 20%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	
	.shuzhi-number {
		position: relative;
		text-align: center;
	}
	
	
	
	.shuzhi-number .timer {
		font-weight: 600;
		font-size: 20px;
		line-height: 20px;
		color: #0168b5;
		font-family: impact;
	}
	
	.shuzhi-number h5 {
		display: inline;
		font-size: 46px;
		padding-right: 5px;
		font-family: "MiSans";
		/* font-family: impact; */
	
		padding-left: 50px;
	}
	
	.shuzhi-number span {
		position: absolute;
		top: -10px;
		color: #0168b5;
		font-size: 20px;
	
	}
	
	.shuzhi-des {
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		padding-left: 50px;
	}
	
	
	
	.iabout_shipin {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 200px;
		overflow: hidden;
		
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position: right;
		background-size: cover !important;
	}
	
	.iabout_shipin img {
		position: relative;
		/* width: 100%; */
		/* height: 100%; */
	}
	
	.iabout_shipin img.v1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition-duration: 2s;
	
		width: 100%;
		height: 100%;
	}
	
	
	
	/* 红心圈开始 */
	.merit_dot_list {
		position: absolute;
		top: 50%;
		left: 25%;
	}
	
	.merit_dot {
		position: absolute;
		left: 0;
		top: 0;
		background: #0168b5;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		opacity: 1;
	}
	
	.merit_product_item_active .dot1 {
		opacity: 1;
	}
	
	.merit_product_item_active .dot2 {
		-webkit-animation: jing_scale 2.5s linear infinite normal both;
		animation: jing_scale 2.5s linear infinite normal both;
	}
	
	.merit_product_item_active .dot3 {
		-webkit-animation: jing_scale 2.5s linear .625s infinite normal both;
		animation: jing_scale 2.5s linear .625s infinite normal both;
	}
	
	.merit_product_item_active .dot4 {
		-webkit-animation: jing_scale 2.5s linear 1.3s infinite normal both;
		animation: jing_scale 2.5s linear 1.3s infinite normal both;
	}
	
	.merit_product_item_active .dot5 {
		-webkit-animation: jing_scale 2.5s linear 1.925s infinite normal both;
		animation: jing_scale 2.5s linear 1.925s infinite normal both;
	}
	
	@-webkit-keyframes jing_scale {
		0% {
			transform: scale(1);
			opacity: 0;
		}
	
		20% {
			transform: scale(3);
			opacity: 0.4;
		}
	
		40% {
			transform: scale(5);
			opacity: 0.3;
		}
	
		60% {
			transform: scale(7);
			opacity: .2;
		}
	
		80% {
			transform: scale(9);
			opacity: 0;
		}
	
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
	
	@keyframes jing_scale {
		0% {
			transform: scale(1);
			opacity: 0;
		}
	
		20% {
			transform: scale(3);
			opacity: 0.4;
		}
	
		40% {
			transform: scale(5);
			opacity: 0.3;
		}
	
		60% {
			transform: scale(7);
			opacity: .2;
		}
	
		80% {
			transform: scale(9);
			opacity: 0;
		}
	
		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
	
	.merit_line_list_wap {
		display: none;
	}
	
	.merit_line_list {
		position: absolute;
		width: 0;
		height: 110px;
		overflow: hidden;
		-webkit-transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
		transition: all .6s .6s cubic-bezier(.61, .24, .51, .87);
	}
	
	.merit_product_item_active .merit_line_list {
		width: 200px;
	}
	
	.merit_line_list svg {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.merit_text {
		position: absolute;
		font-size: 15px;
		line-height: 28px;
		color: #595757;
		width: 186px;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
		transition: all .6s 1.2s cubic-bezier(.61, .24, .51, .87);
	}
	
	.merit_product_item_active .merit_text {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.merit_product_item1 .merit_text {
		right: 214px;
		top: -118px;
	}
	
	.merit_product_item2 .merit_text {
		right: 214px;
		top: 101px;
	}
	
	.merit_product_item3 .merit_text {
		width: 226px;
		left: 224px;
		top: -118px;
	}
	
	.merit_product_item1 .merit_line_list {
		right: -5px;
		bottom: -5px;
	}
	
	.merit_product_item1 .merit_line_list svg {
		right: 0;
		bottom: 0;
	}
	
	.merit_product_item2 .merit_line_list {
		top: 5px;
		right: -5px;
	}
	
	.merit_product_item2 .merit_line_list svg {
		top: 0;
		right: 0;
	}
	
	.merit_product_item3 .merit_line_list {
		left: 5px;
		bottom: -5px;
	}
	
	.merit_product_item3 .merit_line_list svg {
		left: 0;
		bottom: 0;
	}
	
	/* 红心圈结束 */
	
	
	
	
	
	.iqiyuan {
		position: relative;
		z-index: 2;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		background: url(../images/service02.jpg) no-repeat center;
		/*background: rgba(5, 60, 100, 1) url(../images/iqiyuan_bj.png) no-repeat center bottom;*/
		background-size: cover;
		/* background-attachment: fixed; */
	}
	
	.iqiyuan_txt {
		font-size: 18px;
		line-height: 32px;
		padding: 50px 0;
	}
	
	.iqiyuan_txt p.iqiyuan_cn {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.iqiyuan_txt p.iqiyuan_en {
		width: 100%;
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin: 0px auto 0;
		font-family: 'misans-regular', sans-serif;
	}
	
	
	/* 使命 */
	
	.ishiming {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 0;
		background: #fff;
		background-size: cover;
		background-attachment: fixed;
	}
	
	.ishiming_box {
		width: 100%;
		height: auto;
		overflow: visible;
		position: relative;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	.ishiming_list {
		width: 100%;
		height: auto;
		overflow: visible;
		position: relative;
		
		/* min-height: 200px; */
	}
	
	.ishiming_list img.jz {
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(-0%, -0%);
		transition-duration: 2s;
	}
	
	.ishiming_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 25px;
	}
	
	.ishiming_list_txt p {
		font-size: 18px;
		line-height: 34px;
	}
	
	.ishiming_list_txt p.ishiming_list_txt_cn {
		font-size: 14px;
		line-height: 24px;
	}
	
	.ishiming_list_txt p.ishiming_list_txt_en {
		font-family: 'misans-regular', sans-serif;
		font-size: 14px;
		line-height: 20px;
	}
	
	
	/* 按钮样式 */
	.ishiming_list_txt .anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 30px 0 0;
		transition: all .3s;
	}
	
	.ishiming_list_txt .anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.ishiming_list_txt .anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.ishiming_list_txt .anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
		z-index: 0;
		opacity: 0.6;
	}
	
	.ishiming_list_txt .anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.ishiming_list_txt .anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.ishiming_list_txt .anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.ishiming_list_txt .anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	
	/* 价值目标 */
	.jiazhimubiao {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px 0;
		background: #f7f7f7;
		margin-top: 0vh;
	}
	
	.jiazhimubiao_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.jiazhimubiao_box_er {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.jiazhimubiao_box_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-position: right;
		background-size: cover !important;
		transition: all .3s;
		
		min-height: 160px;
	}
	
	
	
	.jiazhimubiao_box_list_img {
		position: relative;
		width: calc(100% - 30px);
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.jiazhimubiao_box_list_img img {
		position: absolute;
		width: 100%;
		max-width: 980px;
		/* height: 100%; */
	}
	
	.jiazhimubiao_box_list_txt {
		padding: 10vw 1vw 5vw 10vw;
		height: auto;
	}
	
	.jiazhimubiao_box_list_txt.juzuo8w {
	  padding: 10vw 1vw 5vw 10vw;
	}
	
	.jiazhimubiao_box_list_txt p {
		font-size: 18px;
		line-height: 34px;
	}
	
	.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_cn {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	
	.jiazhimubiao_box_list_txt p.jiazhimubiao_box_list_txt_en {
		font-family: 'misans-regular', sans-serif;
		font-size: 12px;
		line-height: 20px;
	}
	
	
	/* 按钮样式 */
	.jiazhimubiao_box_list_txt .anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 40px 0 0;
		transition: all .3s;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .4);
		z-index: 2;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 1;
		/* -webkit-transform: scale(3);
	    transform: scale(3); */
		background-image: linear-gradient(345deg, #06a1d9 30%, #046ab6);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	
	.jiazhimubiao_box_list .anniu_line {
		position: absolute;
		left: 100%;
		top: 50%;
		height: 1px;
		width: 25%;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
		z-index: 0;
		opacity: 0.6;
	}
	
	.jiazhimubiao_box_list .anniu_min_icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 22px;
		height: 22px;
	}
	
	.jiazhimubiao_box_list .anniu_min_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_max_icon {
		position: absolute;
		right: -12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
	}
	
	.jiazhimubiao_box_list .anniu_max_icon:after {
		content: "";
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		width: 60%;
		height: 60%;
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover:before {
		opacity: 1;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_line {
		opacity: 1;
		width: 35%;
		background-image: linear-gradient(325deg, #06a1d9 30%, #046ab6);
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_min_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	.jiazhimubiao_box_list .anniu_btn_text:hover .anniu_max_icon:after {
		border-right: 1px solid #0890f5;
		border-bottom: 1px solid #0890f5;
	}
	
	
	
	
	.iyoushi {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	
	}
	
	.qiuqiu {
		position: absolute;
		top: -75px;
		left: -75px;
	}
	
	.qiuqiu img {
		width: 150px;
		opacity: 0.5;
	}
	
	
	.iyoushi_box {
		width: 100%;
		height: 100%;
		margin: 20px auto 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	
		min-height: 100%;
	
		/* background: url(../images/jiazhi.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed; */
	}
	
	.iyoushi_list {
		width: 100%;
		height: 100%;
	
		min-height: 200px;
		/* border-radius: 30px; */
		overflow: hidden;
		position: relative;
		/* border-right: 1px solid #e5e5e5; */
		box-sizing: border-box;
		color: #111;
		cursor: pointer;
		background: rgba(153, 153, 153, 0.1);
	
	}
	
	
	
	.iyoushi_list:last-child {
		border-right: none;
	}
	
	.iyoushi_list_name {
		position: absolute;
		width: 100%;
	
		font-size: 16px;
		font-weight: 600;
		line-height: 32px;
		color: #1a1a1a;
	
		transition: all .4s ease .3s;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		opacity: 1;
	}
	
	.iyoushi_list_name i {
		display: block;
		font-size: 60px;
	}
	
	.iyoushi_list_name img {
		display: block;
		margin: 20px auto;
		max-height: 80px;
	}
	
	.iyoushi_list_txt {
		position: absolute;
		width: calc(100% - 10px);
		padding: 10px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	
	.iyoushi_list_txt_t1 {
	
		font-size: 16px;
		font-weight: 600;
		line-height: 32px;
		color: #1a1a1a;
		position: relative;
	
		margin-bottom: 10px;
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}
	
	.iyoushi_list_txt_t1 i {
		display: block;
		font-size: 35px;
		margin-bottom: 10px;
	}
	
	.iyoushi_list_txt_t1 img {
		display: block;
		margin-bottom: 10px;
		max-height: 50px;
	}
	
	.iyoushi_list_txt_t2 {
	
		font-size: 14px;
		color: #1a1a1a;
		text-align: justify;
		position: relative;
	
		opacity: 0;
		transform: translateY(60px);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover {
		background: rgba(0, 104, 181, 0.1);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_name {
		opacity: 0;
		transform: translate(-100%, -50%);
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt {
		opacity: 1;
		transition: all .4s ease;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt_t1 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .3s;
	}
	
	.iyoushi_list:hover .iyoushi_list_txt_t2 {
		opacity: 1;
		transform: translateY(0);
		transition: all .6s ease .4s;
	}
	
	
	.inews {
		position: relative;
		z-index: 2;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
	
		background: #fff;
	}
	
	.inews_box {
		width: 100%;
		margin: 50px auto 0;
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
	}
	
	
	.inews_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
	}
	
	.inews_list {
		display: block;
	
		width: 100%;
		height: auto;
		overflow: hidden;
	
	
		background: #f7f7f7;
		transition: all .3s;
	}
	
	.inews_list a {
		display: block;
	
	}
	
	.inews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_pic {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_pic img {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	
	.inews_info {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		padding: 30px;
		transition: all .3s;
	}
	
	.inews_info span {
		display: block;
	}
	
	.inews_info span.inews_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;
	}
	
	.inews_info span.inews_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;
	}
	
	.inews_info span.inews_date {
		font-size: 15px;
		line-height: 24px;
		color: #ccc;
	}
	
	.inews_info span.inews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		font-size: 14px;
		color: #666;
	}
	
	.inews_list:hover {
		background-image: linear-gradient(-90deg, #0b59c3 0%, #0168b5 100%);
		background-blend-mode: normal, normal;
	}
	
	.inews_list:hover .inews_pic img {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
	}
	
	.inews_list:hover span {
		color: #fff;
	}
	
	
	.canvas {
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: -1;
		opacity: 0.1;
		width: 100%;
		height: 200px;
	}
	
	
	.inews_dibu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
	
	.inews_dibu img {
		display: block;
		margin: 0px auto;
	}
	
	
	
	/* 首页产品视频 */
	
	.iproduct {
		position: relative;
		z-index: 9;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px 0;
	
		background: #fff;
	}
	
	.iproduct_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	
	.iproduct_box_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.iproduct_box_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		transition: all .3s;
	}
	.iproduct_box_img img{
		width: 100%;
		height: auto;
	}
	.iproduct_box_img::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .35);
		transition: all .3s;
	}
	
	
	
	.play {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	
		text-align: center;
		font-size: 14px;
		color: #fff;
	}
	
	.play svg {
		width: 100%;
		height: 100%;
	}
	
	.play circle {
		cx: 55px;
		cy: 55px;
		r: 30px;
	}
	
	.play i {
		width: 40%;
		height: 40%;
		border-radius: 50%;
		background: #fff url(../images/play.png) no-repeat center center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
	}
	
	.play .button-svg {
		stroke-dasharray: 251 251;
		stroke-dashoffset: 251;
		stroke: #fff;
		transition: all 1s;
		-o-transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
	}
	
	.iproduct_box_list:hover .iproduct_box_img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.iproduct_box_list:hover .iproduct_box_img::before {
		background: rgba(0, 0, 0, .55);
	}
	
	.iproduct_box_list:hover .play .button-svg {
		stroke-dashoffset: 0;
	}
	
	div.video-play {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 10001;
		display: none
	}
	
	div.video-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		z-index: 1001;
		background: #0b0b0b;
		opacity: .9;
	}
	
	div.video-wrap {
		z-index: 1002;
		position: fixed;
		top: 52%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -52%, 0);
		transform: translate3d(-50%, -52%, 0);
		width: 80%;
		height: auto;
		max-height: 100%;
	
		opacity: 1;
		pointer-events: auto;
		-webkit-transition: all .5s .1s ease;
		transition: all .5s .1s ease;
	}
	
	div.video-wrap video {
		width: 100%;
		height: auto
	}
	
	div.close-btn {
		cursor: pointer;
		transition: all .36s;
	
		text-align: center;
		line-height: 40px;
		z-index: 9999;
		position: absolute;
		background: #000;
		border: 2px solid #fff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		opacity: 0.5;
		right: -20px;
		top: -25px;
	}
	
	div.close-btn:hover {
		transform: rotate(180deg);
		opacity: 1;
	}
	
	
	/* 悬停文字显示 */
	/* .pro-tu {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #000;
	}
	
	.pro-tu a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		color: #fff;
		overflow: hidden;
	}
	
	.pro-tu a img {
		display: block;
		width: 100%;
		position: relative;
		transition: .5s;
	}
	
	.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: 20px;
		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)
	} */
	
	
	
	/* .iproduct_right {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	
	.iproduct_right img {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.iproduct_right:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	
	.iproduct_right:after {
		height: 0;
		-webkit-transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
		transition: all 2.4s cubic-bezier(0.16, 1, 0.3, 1);
	} */
	
	
	.fadeInUp {
		opacity: 0;
	}
	
	.AddFadeInUp {
		-webkit-animation: AddFadeInUp 1s both normal;
		animation: AddFadeInUp 1s both normal;
		animation-delay: 0s;
	}
	
	
	
	@keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	@-webkit-keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	@keyframes AddFadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	
	
	.anniu_btn_text {
		font-size: 13px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		width: 140px;
		box-sizing: border-box;
		text-transform: uppercase;
		/* background-image: linear-gradient(325deg, #0168b5 30%, #fff); */
		position: relative;
		z-index: 2;
		margin: 30px auto;
		transition: all .3s;
	}
	
	
}
