img{width: 100%;display: block;}
.index_index_main{overflow:hidden}

/*video*/
.index_index_main .index_index_main_video{
	position: relative;
}
.index_index_main .index_index_main_video_1{
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	position: absolute;
	top:  0;
	left: 0;
}
.index_index_main .index_index_main_video_2{
	width: 7.1%;
	position: absolute;
	top: 40%;
	left: 46.1%;
}

/*轮播图*/
.index_index_main .index_index_main_lunbo{
	/*margin-top: 2%;*/
	border-bottom: 0.36vw solid #12036f;
	padding-bottom: 0.3%;
}



/*走进我们、新闻资讯、产品展示*/
.index_index_main .index_index_main_three{
	margin-top: 10.7%;
	display: flex;
	overflow: hidden;
}
.index_index_main .index_index_main_three .index_index_main_three_left{
	width: 65.1%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm{
	display: flex;
	justify-content: space-between;
	background-color: #eeeeee;
	opacity: 0;
}
.index_index_main .index_index_main_three .zjwm_into {
	animation: zjwminto 1s linear 0.5s 1 normal none;
	animation-fill-mode: forwards;
}
@keyframes zjwminto{
	0%{
		opacity: 0;
		/*margin-top: 10%;*/
		transform: translate(0,50%);
	}
	100%{
		opacity: 1;
		/*margin-top: 0;*/
		transform: translate(0,0);
	}
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_left{
	width: 31.1%;
	border-right: 0.2vw solid #12036f;
}
.index_index_main .index_index_main_three a{
	display: block;
	position: relative;
}
.index_index_main .index_index_main_three a img{
	position: absolute;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_left a:hover >img{
	top: -2px;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_left a:first-of-type{
	width: 35%; 
	margin-left: 53%;
	margin-top: 69%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_left a:nth-of-type(2){
	width: 21.8%;
	margin-left: 74.5%;
	/*margin-top: 2%;*/
	margin-top: 78%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right{
	width: 68.6%;
	overflow: hidden;
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right div{
	width: 100%;
	transition: all 1s ease-out 0s;
	transform: scale(1);
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right div:hover{
	transition: all 1.5s ease-out 0s;
	transform: scale(1.5);
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right img{
	opacity: 0;
	/*transition: all 1s ease-out 0s;*/
	/*transform: scale(1);*/
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right img:hover{
	/*transition: all 1.5s ease-out 0s;*/
	/*transform: scale(1.5);*/
}
.index_index_main .index_index_main_three .index_index_main_three_left_zjwm_right .zjwmimg_into{
	animation: zjwmimginto 1s linear 1.2s 1 normal none;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes zjwmimginto{
	0%{
		opacity: 0;
		transform: translate(0,50%);
	}
	100%{
		opacity: 1;
		transform: translate(0,0);
	}
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx{
	display: flex;
	background-color: #12036f;
	margin-top: 1%;
	opacity: 0;
}
.index_index_main .index_index_main_three .xwzu_into{
	animation: xwzxinto 1s linear 2s 1 normal none;
	animation-fill-mode: forwards;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_left{
	width: 69.3%;
	overflow: hidden;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_left img{
	transition: all 1s ease-out 0s;
	transform: scale(1);
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_left img:hover{
	transition: all 1.5s ease-out 0s;
	transform: scale(1.5);
}
@keyframes xwzxinto{
	0%{
		opacity: 0;
		/*margin-top: 10%;*/
		transform: translate(0,50%);
	}
	100%{
		opacity: 1;
		/*margin-top: 1%;*/
		transform: translate(0,0);
	}
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right{
	width: 30.7%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right>img:first-of-type{
	/*width: 86%;*/
	width: 76%;
	margin-left: 3%;
	margin-top: 34%;
}
/*.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right>img:nth-of-type(2){
	width: 94%;
	margin-left: 3%;
	margin-top: 2%;
}*/
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right>img:nth-of-type(2){
	width: 94%;
	margin-left: 3%;
	margin-top: 7%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right a:hover >img{
	margin-top: -2px;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right a:first-of-type{
	width: 51.7%;
	margin-left: 34%;
	margin-top: 46%;
}
.index_index_main .index_index_main_three .index_index_main_three_left_xwzx_right a:nth-of-type(2){
	width: 44.1%;
	margin-left: 53%;
	/*margin-top: 3%;*/
	margin-top: 56%;
}
.index_index_main .index_index_main_three .index_index_main_three_right{
	width: 34.1%;
	margin-left: 0.8%;
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs{
	background-color: #c4c2c2;
	opacity: 0;
}
.index_index_main .index_index_main_three .cpzs_into{
	animation: cpzsinto 1s linear 0s 1 normal none;
	animation-fill-mode: forwards; 
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_above{
	width: 100%;
	/*transform-origin: 100% 0;*/
	overflow: hidden;
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_above img{
	transition: all 1s ease-out 0s;
	transform: scale(1);
}
@keyframes cpzsinto{
	0%{
		display: none;
		/*transform: scale(2,1);*/
		transform: translate(0,70%);
	}
	100%{
		display: block;
		/*transform: scale(1,1);*/
		transform: translate(0,0);
	}
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_above img:hover{
	transition: all 1.5s ease-out 0s;
	transform: scale(1.5);
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_below{
	width: 100%;
	padding-bottom: 13.9%;
	margin-top: 0.2vw;
	border-top: 0.2vw solid #12036f;
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_below a:hover >img{
	margin-top: -2px;
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_below a:first-of-type{
	width: 21.8%;
	margin-left: 12%;
	margin-top: 6%;
}
.index_index_main .index_index_main_three .index_index_main_three_right_cpzs_below a:nth-of-type(2){
	width: 23.1%;
	margin-left: 20%;
	/*margin-top: 2%;*/
	margin-top: 12%;
}


/*品牌故事*/
.index_index_main .index_index_main_ppgs{
	width: 100%;
	border-top: 0.36vw solid #170169;
	padding-top: 0.3%;
	margin-top: 9.7%;
}
.index_index_main .index_index_main_ppgs_bg{
	width: 89.9%;
}
.index_index_main .index_index_main_ppgs_main_tit{
	width: 76.5%;
	margin-left: 23.5%;
	position: relative;
	margin-top: -27.4%;
	z-index: 1;
}
.index_index_main .index_index_main_ppgs_main_tit>div:first-of-type{
	position: absolute;
	width: 13.3%;
	left: 4.2%;
	top: 30.2%;
}
.index_index_main .index_index_main_ppgs_main_tit>div:nth-of-type(2){
	position: absolute;
	width: 7.6%;
	left: 19.9%;
	top: 46.9%;
}
.index_index_main .index_index_main_ppgs_main{
	width: 76.5%;
	margin-left: 23.5%;
	background-color: #dcdcdc;
	margin-top: -3.1%;
	position: relative;
	padding-top: 6%;
	padding-bottom: 3.5%;
}
.index_index_main .index_index_main_ppgs_main_content{
	/*width: 73.9%;*/
	width: 1085px;
	transform-origin: 0 0;
	margin-left: 13.1%;
}
.index_index_main .index_index_main_ppgs_main_content p{
	color: #252525;
	width: 100%;
	white-space: nowrap;
	text-indent: 0em;
	line-height: 1.9vw;
	font-size: 19px;
	transform-origin: 0% 0%;
	text-align-last: justify;
}
.index_index_main .index_index_main_ppgs_main_content .p_last{
	letter-spacing: 2px;
	text-align-last: left;
}



/*荣耀之路*/
.index_index_main .index_index_main_ryzl{
	margin-top: 12.5%;
	display: flex;
} 
.index_index_main .index_index_main_ryzl .index_index_main_ryzl_left{
	width: 25.2%;
	/*background-image: url("../../img/index/ryzl-left.jpg");*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*padding-bottom: 6%;*/
	position: relative;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_main{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_above{
	margin-top: 6%;
	height: 20.2%;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_above img:hover{
	transition: all 0.5s linear;
	transform: scale(1.2);
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center{
	/*margin-top: 12%;*/
	height: 35.4%;
	display: flex;
	align-items: center;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_below{
	/*margin-top: 12%;*/
	height: 20.2%;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_below img:hover{
	transition: all 0.5s linear;
	transform: scale(1.2);
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_dot{
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #fff;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_line{
	width: 1px;
	height: 75.6%;
	margin: 0 auto;
	background-color: #fff;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_pre{
	width: 100%;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_pre div{
	width: 5%;
	margin: 0 auto;
	cursor: pointer;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_next{
	width: 100%;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_next div{
	width: 5%;
	margin: 0 auto;
	cursor: pointer;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center{}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul{
	width: 100%;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul li{
	/*display: none; */
	color: #fff;
	font-size: 32px;
	width: 100%;
	text-align: center;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul .nianfen_current{
	display: block;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul .nianfen_topre{
	animation: nianfen_topre 1s linear 0s 1 normal none;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul .nianfen_tonext{
	animation: nianfen_tonext 1s linear 0s 1 normal none;
}
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul .nianfen_pre{
	animation: nianfen_pre 1s linear 0s 1 normal none;
} 
.index_index_main_ryzl .index_index_main_ryzl_left .index_index_main_ryzl_left_center ul .nianfen_next{
	animation: nianfen_next 1s linear 0s 1 normal none;
}
@keyframes nianfen_topre{
	from{
		opacity: 1;
		margin-top: 0px;
		display: block;
	}
	to{
		opacity: 0;
		margin-top: -200px;
		display: none;
	}
}
@keyframes nianfen_tonext{
	from{
		opacity: 1;
		margin-top: 0px;
		display: block;
	}
	to{
		opacity: 0;
		margin-top: 200px;
		display: none;
	}
}
@keyframes nianfen_pre{
	from{
		opacity: 0;
		margin-top: -200px;
		display: none;
	}
	to{
		opacity: 1;
		margin-top: 0px;
		display: block;
	}
}
@keyframes nianfen_next{
	from{
		opacity: 0;
		margin-top: 200px;
		display: none;
	}
	to{
		opacity: 1;
		margin-top: 0px;
		display: block;
	}
}
.index_index_main .index_index_main_ryzl .index_index_main_ryzl_right{
	width: 74.8%;
	position: relative;
	overflow: hidden;
	transform-origin: 0% 0%;
} 
.index_index_main .index_index_main_ryzl .index_index_main_ryzl_right>div{
	width: 100%;
	width: 1160px;
	height: 570px;
	transform-origin: 0% 0%;
	/*width: 942px;*/
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 8.2%;
	left: 6.3%;
	/*background-color: #e6e6e6;*/
} 
.index_index_main .index_index_main_ryzl .index_index_main_ryzl_right .index_index_main_ryzl_right_main{
	position: absolute;
	top: 0;
	left: 0;
	width: 81.5%;
	height: 85.4%;
	/*margin-left: 7.8%;*/
	/*margin-top: 5%;*/
	/*overflow-y: scroll;*/
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul{
	/*width: 85%;*/
	width: 1140px;
	display: none;
	margin-top: 0;
	background-color: #e6e6e6;
	transform-origin: 0 0;
	/*overflow: scroll;*/ 
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main .shiji_current{
	display: block;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul li{
	width: 100%;
	margin-top: 5%;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul li:first-of-type{
	margin-top: 0;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul li span{
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul li span:first-of-type{
	font-weight: bold;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_main ul li div{
	width: 81.5%;
	margin-top: 3%;
}
.index_index_main .index_index_main_ryzl  .index_index_main_ryzl_right_bottomline{
	width: 100%;
	position: absolute;
	border-bottom: 0.1vw solid #12036f;
	left: 0px;
	bottom: -0.3vw;
}

/*滚动条样式*/
.index_index_main_ryzl_right>div::-webkit-scrollbar{
	width: 0.5vw;
	height: 100%;
	border-radius: 2px;
}
.index_index_main_ryzl_right>div::-webkit-scrollbar-track-piece {
	/*background-color: transparent; //滚动槽*/
	background-color: #fff; //滚动槽
	-webkit-border-radius: 6px;
}
.index_index_main_ryzl_right>div::-webkit-scrollbar-thumb:vertical {
	height: 12px;
	/*background-color: #BDBDBD;*/
	background-color: #12036f;
	-webkit-border-radius: 6px;
}
.index_index_main_ryzl_right>div::-webkit-scrollbar-thumb:horizontal {
	width: 12px;
	/*background-color: #BDBDBD;*/
	background-color: #12036f;
	-webkit-border-radius: 6px;
}
/*滚动条鼠标移上去的样式*/
.index_index_main_ryzl_right>div::-webkit-scrollbar-thumb:vertical:hover,::-webkit-scrollbar-thumb:horizontal:hover
{
	/*background-color: #808080;*/
}



/*联系我们*/
.index_index_main .index_index_main_lxwm{
	margin-top: 13.3%;
	/*border-bottom: 0.2vw solid #12036f;*/
	/*padding-bottom: 0.2vw;*/
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_tit{
	width: 100%;
	position: relative;
	z-index: 1;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_tit>div:first-of-type{
	position: absolute;
	width: 10.2%;
	left: 9.9%;
	top: 34.7%;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_tit>div:nth-of-type(2){
	position: absolute;
	width: 6.5%;
	left: 15.3%;
	top: 107.1%;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_main{
	width: 100%;
	display: flex;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left{
	width: 23.8%;
	height: 704px;
	background-color: #d2d2d2;
	padding-bottom: 5%;
	position: relative;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left .index_index_main_lxwm_left_gsjj{
	/*width: 54.9%;*/
	width: 204px;
	height: 196px;
	margin-top: 14%;
	margin-left: 45%;
	transform-origin: 0 0;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left .index_index_main_lxwm_left_gsjj p{
	/*text-indent: 2em;*/
	width: 100%;
	/*margin-top: 14%;*/
	line-height: 179%;
	color: #000;
	font-size: 20px;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left .index_index_main_lxwm_left_lxfs{
	/*width: 83%;*/
	width: 357px;
	height: 79px;
	margin-top: 48.5%;
	margin-left: 15.1%;
	transform-origin: 0 0;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left .index_index_main_lxwm_left_lxfs p{
	/*text-indent: 2em;*/
	width: 100%;
	margin-top: 5%;
	color: #000;
	font-size: 15px;
}
/*.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left div:nth-of-type(3){
	width: 45%;
	margin-top: 10%;
	margin-left: 45%;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_left div:nth-of-type(4){
	width: 78.3%;
	margin-top: 36%;
	margin-left: 15.1%;
}*/
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_right{
	width: 76.2%;
}
.index_index_main .index_index_main_lxwm .index_index_main_lxwm_right div{
	/*width: 100%;*/
	/*padding-top: 2em;*/
}

/*荣誉称号*/
.index_index_main .index_index_main_rych{
	margin-top: 12.1%;
	border-top: 0.36vw solid #1d2088;
	padding-top: 1%;
}
.index_index_main .index_index_main_rych ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_index_main .index_index_main_rych ul li{
	/*width: 25%;*/
	background-color: #c9c9c9;
	padding-bottom: 1.7%;
}
.index_index_main .index_index_main_rych ul li>div:first-of-type{
	width: 100%;
}
.index_index_main .index_index_main_rych ul li>div:nth-of-type(2){
	margin: 0 auto;
	margin-top: 6%;
}