/*左边导航的样式*/
#fp-nav.fp-nav-bg{
	width: 1px;
	height: 100%;
	left: 60px;
	background-color: rgba(255,255,255,0.43);
	/*animation: left_a 1s 1s forwards;*/
	display: none;
	transition: all 1s;
}
#fp-nav #index_nav{
	width: 3px;
	position: absolute;
    top: 50%;
    margin-left: -1.5px;
    transform: translateY(-50%);
}
#fp-nav #index_nav li{
	height: 74px;
	width: 3px;
	margin: 1px 0;
	position: relative;
	font-size: 14px;
	line-height: 75px;
	color: #fff;
}
#fp-nav #index_nav li.hove_now{
	background-color: #c7000b;
}
#fp-nav #index_nav li.active{
	background-color: #c7000b;
}
#fp-nav #index_nav li a{
	display: block;
	width: 150px;
	position: absolute;
	left: -50px;
	padding-left: 25px;
	z-index: 120;
	color: #fff;
}
#fp-nav #index_nav li p{
	width: 80px;
	margin-left: 20px;
	display: none;
	z-index: 110;
}
#fp-nav #index_nav li.active p{
	display: block;
}
#fp-nav #index_nav li a:hover + p{
	display: block;
}
/*@keyframes left_a{
	from{left:-60px;}
	to{left:60px;}
}*/
@media only screen and (min-width:992px ) {
	#fp-nav.fp-nav-bg{
		display: block;
	}
}
/*左边导航的样式 end end end*/
/*底部滚动*/
.scroll_down{
	width: 100px;
	height: 100px;
	font-size: 14px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	bottom:-100px;
	z-index: 200;
	color: #fff;
	cursor: pointer;
	animation: scroll_down 1s 2s forwards;
}
.scroll_down_circular{
	margin: 15px auto 7px;
	width: 20px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 25px;
}
.small_circular{
	width: 5px;
	height: 7px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 5px auto;
}
.scroll_down span{
	display: block;
	width: 1px;
	height: 25px;
	margin: 0 auto;
	background-color: #fff;
}
.scroll_down:hover{
	color: #c7030e;
}
@keyframes scroll_down{
	from{bottom: -100px;}
	to{bottom: 30px;}
}
@media only screen and (max-width:767px ) {
	.scroll_down{
		width: 60px;
		height: 90px;
	}
	.scroll_down_circular{
		margin: 5px auto;
		width: 20px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 25px;
	}
	@keyframes scroll_down{
		from{bottom: -100px;}
		to{bottom: 5px;}
	}
}
/*菜单按钮 end end end*/
/*菜单按钮*/
/*修改公共样式*/
.header{
	width: 100%;
	height: 55px;
	padding: 0;
	position: fixed;
	top:-55px;
	z-index: 301;
	animation: header_a 1s 1.5s forwards;
}
.menu_icon{
	width: 55px;
	height: 55px;
	padding: 10.5px;
	border-radius: 55px;
	border: 2px solid #fff;
	position: absolute;
	right: -75px;
	top: 0px;
	cursor: pointer;
	transition: all 0.5s;
	overflow: hidden;
}
.menu_icon ul li{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top:-0.5px;
}
.logo img{
	height: 55px;
	position: absolute;
	left: auto;
	right: 0;
	cursor: pointer;
}
.logo img:last-of-type{
	display: none;
}

@media only screen and (max-width: 767px) {
	.header{
		width: 100%;
		height: 55px;
		padding: 0;
		position: fixed;
		top: 10px;
		z-index: 301;
	}
	.menu_icon{
		right: 7px;
		transform: scale(0.7);
	}
	.logo img{
		height: 55px;
		position: absolute;
		left: -25px;
		cursor: pointer;
		transform: scale(0.7);
	}
	@keyframes header_a{
		from{top: -55px;opacity: 0;}
		to{top: 10px;opacity: 1;}
	}
}
@media only screen and (min-width:768px ) {
	.menu_icon{
		width: 55px;
		height: 55px;
		padding: 10.5px;
		border-radius: 55px;
		border: 2px solid #fff;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		transition: all 0.5s;
		overflow: hidden;
	}
	.header{
		width: 100%;
		height: 55px;
		padding: 0;
		position: fixed;
		top: 30px;
		z-index: 301;
		opacity: 0;
	}
	.logo img{
		height: 55px;
		position: absolute;
		left: auto;
		right: 75px;
		cursor: pointer;
	}
	@keyframes header_a{
		from{top: -55px;opacity: 0;}
		to{top: 30px;opacity: 1;}
	}
}
@media only screen and (min-width:992px ) {
}
@media only screen and (min-width: 1200px) {
	.menu_icon{
		right: -75px;
	}
	.header{
		top: -55px;
	}
	.logo img{
		right: 0;
	}
	@keyframes header_a{
		from{top: -55px;opacity: 0;}
		to{top: 60px;opacity: 1;}
	}
}
/*修改公共样式*/
.section{
	overflow: hidden;
}
.section1{
	background: var(--yx-asset-6-gif) no-repeat 100px 200px;
	background-size:50% 50%;
}
@media only screen and (max-width:767px ) {
	.section1{
		background: var(--yx-asset-6-gif) no-repeat top center;
		background-size:100%;
	}
	.section1 div{
		display: none;
	}
	.section1 div:nth-of-type(4){
		display: block;
	}
}
@media only screen and (min-width:768px ) {
	.section1 div{
		display: none;
	}
	.section1 div:nth-of-type(3){
		display: block;
	}
	.section1{
		background: var(--yx-asset-6-gif) no-repeat 52px 122px;
	}
}
@media only screen and (min-width:992px ) {
	.section1 div{
		display: none;
	}
	.section1 div:nth-of-type(2){
		display: block;
	}
	.section1{
		background: var(--yx-asset-6-gif) no-repeat 100px 145px;
	}
}
@media only screen and (min-width:1200px ) {
	.section1 div{
		display: none;
	}
	.section1 div:nth-of-type(1){
		display: block;
	}
	.section1{
		background: var(--yx-asset-6-gif) no-repeat 100px 200px;
		background-size:50% 50%;
	}
}
/*第二屏*/
.section2{
	background-image: var(--yx-asset-banner2-jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:100% 100%;
}
.index_about{
	margin-top: 210px;
}
.index_about .index_about_text{
	padding-top: 144px;
	width: 455px;
	height: 545px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	float: left;
	opacity: 0;
	transition: all 1s;
	position: relative;
	top: 800px;
}
.index_about_text h1{
	font-size: 40px;
	margin-bottom: 20px;
}
.index_about_text a{
	margin-top: 70px;
	display: block;
	width: 230px;
	height: 55px;
	color: #fff;
	text-align: center;
	line-height: 51px;
	border: 2px solid #fff;
	transition: all 0.3s;
}
.index_about_text a:hover{
	color: #c7030e;
	background-color: #fff;
}
.index_about .index_about_video{
	width: 545px;
	height: 545px;
	overflow: hidden;
	border: 2px solid #c7030e;
	border-radius: 545px;
	float: right;
	padding: 60px;
	position: relative;
	right: -800px;
	opacity: 0;
	transition: all 1s 0.5s;
}
.index_about_videoBox{
	width: 100%;
	height: 100%;
	line-height: 425px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}
.index_about_videoBox>img{
	width: 100%;
}
.index_about_videoBox .index_about_videoMask{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}
.active .index_about .index_about_text{
	opacity: 1;
	top: 0px;
}
.active .index_about .index_about_video{
	opacity: 1;
	right: 0px;
}
@media only screen and (max-width:767px ) {
	.index_about{
		margin-top: 80px;
	}
	.index_about_text h1{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.index_about_text p{
		display: none;
	}
	.index_about_text a{
		display: block;
		width: 140px;
		height: 30px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		border: 2px solid #fff;
		transition: all 0.3s;
		margin: 20px auto 0;
	}
	.index_about .index_about_text{
		padding-top: 40px;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		float: none;
		opacity: 0;
		transition: all 1s;
		position: relative;
		top: 200px;
		left: 0;
		text-align: center;
	}
	.index_about .index_about_video{
		width: 220px;
		height:220px;
		margin-top: 20px;
		overflow: hidden;
		border: 1px solid #c7030e;
		border-radius: 50%;
		float: none;
		padding: 30px;
		position: relative;
		right: -100%;
		opacity: 0;
		transition: all 1s 0.5s;
	}
	.active .index_about .index_about_video{
		opacity: 1;
		right: 0;
		margin:20px auto 0;
	}
	.index_about_videoBox{
		width: 100%;
		height: 100%;
		line-height: 158px;
		overflow: hidden;
		position: relative;
		border-radius: 100%;
		text-align: center;
		cursor: pointer;
	}
	.section2{
		background-image: var(--yx-asset-banner2-sm-jpg);
	}
}
@media only screen and (min-width:768px ) {
	.index_about{
		margin-top: 320px;
	}
	.index_about .index_about_text{
		padding-top: 50px;
		width: 330px;
		height: 545px;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: left;
		opacity: 0;
		transition: all 1s;
		position: relative;
		top: 800px;
		left: 20px;
	}
	.index_about_text h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.index_about_text a{
		margin-top: 30px;
		display: block;
		width: 200px;
		height: 40px;
		color: #fff;
		text-align: center;
		line-height: 36px;
		border: 2px solid #fff;
		transition: all 0.3s;
	}
	.index_about .index_about_video{
		width: 300px;
		height:300px;
		overflow: hidden;
		border: 2px solid #c7030e;
		border-radius: 50%;
		float: right;
		padding: 50px;
		position: relative;
		right: -800px;
		opacity: 0;
		transition: all 1s 0.5s;
	}
	.index_about_videoBox{
		width: 100%;
		height: 100%;
		line-height: 196px;
		overflow: hidden;
		position: relative;
		border-radius: 100%;
		text-align: center;
		cursor: pointer;
	}
	.active .index_about .index_about_video{
		opacity: 1;
		right: 20px;
	}
	.section2{
		background-image: var(--yx-asset-banner2-sm-jpg);
	}
}
@media only screen and (min-width:992px ) {
	.index_about{
		margin-top: 170px;
	}
	.index_about_text h1{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.index_about_text a{
		margin-top: 70px;
		display: block;
		width: 230px;
		height: 55px;
		color: #fff;
		text-align: center;
		line-height: 51px;
		border: 2px solid #fff;
		transition: all 0.3s;
	}
	.index_about .index_about_text{
		padding-top: 80px;
		width: 425px;
		height: 545px;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: left;
		opacity: 0;
		transition: all 1s;
		position: relative;
		top: 800px;
		left: 100px;
	}
	.index_about .index_about_video{
		width: 405px;
		height:405px;
		overflow: hidden;
		border: 2px solid #c7030e;
		border-radius: 50%;
		float: right;
		padding: 60px;
		position: relative;
		right: -800px;
		opacity: 0;
		transition: all 1s 0.5s;
	}
	.index_about_videoBox{
		width: 100%;
		height: 100%;
		line-height: 281px;
		overflow: hidden;
		position: relative;
		border-radius: 100%;
		text-align: center;
		cursor: pointer;
	}
	.active .index_about .index_about_video{
		opacity: 1;
		right: 0px;
	}
	.section2{
		background-image: var(--yx-asset-banner2-ipad-jpg);
	}
}
@media only screen and (min-width:1200px ) {
	.index_about{
		margin-top: 210px;
	}
	.index_about .index_about_video{
		width: 545px;
		height: 545px;
	}
	.index_about_videoBox{
		line-height: 425px;
	}
	.index_about .index_about_text{
		width: 455px;
		padding-top: 144px;
		left: 0px;
	}
	.section2{
		background-image: var(--yx-asset-banner2-jpg);
	}
}
/*第三屏*/
.index_research{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_research .index_research_text{
	margin-top: 330px;
	width: 455px;
	overflow: hidden;
	color: #898989;
	font-size: 14px;
	float: left;
	position: relative;
	z-index: 11;
	opacity: 0;
	top: 800px;
	transition: all 1s 0.5s;
}
.index_research_text h1{
	font-size: 50px;
	color: #000;
	margin-bottom: 20px;
}
.index_research_text a{
	margin-top: 70px;
	display: block;
	width: 230px;
	height: 55px;
	color: #000;
	text-align: center;
	line-height: 51px;
	border: 2px solid #000;
	transition: all 0.3s;
}
.index_research_text a:hover{
	color: #fff;
	background-color:#c7030e;
	border-color: #c7030e;
}
.active .index_research .index_research_text{
	top: 0px;
	opacity: 1;
}
/*四层包裹图片*/
@media only screen and (max-width:767px ) {
	.index_research .index_research_text{
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: left;
		position: relative;
		z-index: 11;
		opacity: 0;
		top: 800px;
		left: 0px;
		transition: all 1s 0.5s;
		text-align: center;
		line-height: 25px;
		margin: 170px auto 0;
	}
	.index_research_text h1{
		font-size: 30px;
		color: #fff;
		margin-bottom: 20px;
	}
	.index_research_text a{
		display: block;
		width: 140px;
		height: 30px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		border: 2px solid #fff;
		transition: all 0.3s;
		margin: 40px auto 0;
	}
	.index_research_onebox{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.index_research_twobox{
		width: 100%;
		height: 100%;
	}
	.index_research_threebox{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index_research_threebox img{
		height: 100%;
	}
}
@media only screen and (min-width:768px ) {
	.index_research .index_research_text{
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: left;
		position: relative;
		z-index: 11;
		opacity: 0;
		top: 800px;
		left: 0px;
		transition: all 1s 0.5s;
		text-align: center;
		line-height: 25px;
		margin: 330px auto 0;
	}
	.index_research_text h1{
		font-size: 40px;
		color: #fff;
		margin-bottom: 20px;
	}
	.index_research_text a{
		display: block;
		width: 230px;
		height: 55px;
		color: #fff;
		text-align: center;
		line-height: 51px;
		border: 2px solid #fff;
		transition: all 0.3s;
		margin: 70px auto 0;
	}
	.index_research_onebox{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.index_research_twobox{
		width: 100%;
		height: 100%;
	}
	.index_research_threebox{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index_research_threebox img{
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.index_research .index_research_text{
		margin-top: 280px;
		width: 455px;
		overflow: hidden;
		color: #898989;
		font-size: 14px;
		float: left;
		position: relative;
		z-index: 11;
		opacity: 0;
		top: 800px;
		left: 100px;
		transition: all 1s 0.5s;
	}
	.index_research_text h1{
		font-size: 40px;
		color: #000;
		margin-bottom: 20px;
	}
	.index_research_text a{
		margin-top: 70px;
		display: block;
		width: 230px;
		height: 55px;
		color: #000;
		text-align: center;
		line-height: 51px;
		border: 2px solid #000;
		transition: all 0.3s;
	}
	.index_research_onebox{
		position: absolute;
		right:-100%;
		top: -140px;
		width: calc(50% + 115px);
		height: calc(100% + 280px);
		padding: 78px;
		padding-right: 0;
		border: 1px solid #c7030e;
		border-right:none;
		border-radius: 642.5px 0 0 642.5px;
		z-index: 10;
		opacity: 0;
		transition: all 1.5s 1s;
	}
	.index_research_twobox{
		width: 100%;
		height: 100%;
		border: 2px solid #c7030e;
		border-right:none;
		border-radius: 564.5px 0 0 564.5px;
		padding: 28px;
		padding-right: 0;
	}
	.index_research_threebox{
		width: 100%;
		height: 100%;
		border: 30px solid #c7030e;
		border-right:none;
		background-color: #c7030e;
		border-radius: 535.5px 0 0 535.5px;
		overflow: hidden;
	}
	.index_research_threebox img{
		height: auto;
	}
	.active .index_research_onebox{
		right: 0;
		opacity: 1;
	}
}
@media only screen and (min-width:1200px ) {
	.index_research .index_research_text{
		margin-top: 330px;
		width: 455px;
		overflow: hidden;
		color: #898989;
		font-size: 14px;
		float: left;
		position: relative;
		z-index: 11;
		opacity: 0;
		top: 800px;
		left: 0px;
		transition: all 1s 0.5s;
	}
	.index_research_text h1{
		font-size: 50px;
		color: #000;
		margin-bottom: 20px;
	}
	.index_research_text a{
		margin-top: 70px;
		display: block;
		width: 230px;
		height: 55px;
		color: #000;
		text-align: center;
		line-height: 51px;
		border: 2px solid #000;
		transition: all 0.3s;
	}
}
/*第四屏*/
.index_testing{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_testing .index_testing_text{
	margin-top: 330px;
	width: 455px;
	overflow: hidden;
	color: #898989;
	font-size: 14px;
	float: right;
	position: relative;
	top: 800px;
	z-index: 11;
	opacity: 0;
	transition: all 1s 0.5s;
   
}
.index_testing_text h1{
	font-size: 50px;
	color: #000;
	margin-bottom: 20px;
    text-align:left;
}
.index_testing_text p {
     text-align:left;

}
.index_testing_text a{
	margin-top: 70px;
	display: block;
	width: 230px;
	height: 55px;
	color: #000;
	text-align: center;
	line-height: 51px;
	border: 2px solid #000;
	transition: all 0.3s;
}
.index_testing_text a:hover{
	color: #fff;
	background-color:#c7030e;
	border-color: #c7030e;
}
.active .index_testing .index_testing_text{
	opacity: 1;
	top: 0;
}
/*四层包裹图片*/
@media only screen and (max-width:767px ) {
	.index_testing_onebox{
		position: absolute;
		left:0;
		top: 0;
		width:100%;
		height:100%;
	}
	.index_testing_twobox{
		width: 100%;
		height: 100%;
	}
	.index_testing_threebox{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index_testing_threebox img{
		height: 100%;
	}
	.index_testing .index_testing_text{
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: none;
		position: relative;
		top: 800px;
		z-index: 11;
		opacity: 0;
		transition: all 1s 0.5s;
		margin: 170px auto 0;
	}
	.index_testing_text h1{
		font-size: 30px;
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
	}
	.index_testing_text p{
		text-align: center;
	}
	.index_testing_text a{
		display: block;
		width: 140px;
		height: 30px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		border: 2px solid #fff;
		transition: all 0.3s;
		margin: 40px auto 0;
	}
}
@media only screen and (min-width:768px ) {
	.index_testing_onebox{
		position: absolute;
		left:0;
		top: 0;
		width:100%;
		height:100%;
	}
	.index_testing_twobox{
		width: 100%;
		height: 100%;
	}
	.index_testing_threebox{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index_testing_threebox img{
		height: auto;
	}
	.index_testing .index_testing_text{
		width: 80%;
		overflow: hidden;
		color: #fff;
		font-size: 14px;
		float: none;
		position: relative;
		top: 800px;
		z-index: 11;
		opacity: 0;
		transition: all 1s 0.5s;
		text-align: center;
		margin: 330px auto 0;
	}
	.index_testing_text h1{
		font-size: 40px;
		color: #fff;
		margin-bottom: 20px;
		text-align: center;
	}
	.index_testing_text p{
		text-align: center;
	}
	.index_testing_text a{
		display: block;
		width: 230px;
		height: 55px;
		color: #fff;
		text-align: center;
		line-height: 51px;
		border: 2px solid #fff;
		transition: all 0.3s;
		margin: 70px auto 0;
	}
}
@media only screen and (min-width:992px ) {
	.index_testing .index_testing_text{
		margin-top: 280px;
		width: 425px;
		overflow: hidden;
		color: #898989;
		font-size: 14px;
		float: right;
		position: relative;
		top: 800px;
		z-index: 11;
		opacity: 0;
		transition: all 1s 0.5s;
	}
	.index_testing_text h1{
		font-size: 40px;
		color: #000;
		margin-bottom: 20px;
		text-align: center;
	}
	.index_testing_text a{
		margin-top: 70px;
		display: block;
		width: 230px;
		height: 55px;
		color: #000;
		text-align: center;
		line-height: 51px;
		border: 2px solid #000;
		transition: all 0.3s;
	}
	.index_testing_onebox{
		position: absolute;
		left:-50%;
		top: -140px;
		width: calc(50% + 115px);
		height: calc(100% + 280px);
		padding: 78px;
		padding-left: 0;
		border: 1px solid #c7030e;
		border-left:none;
		border-radius:0 642.5px 642.5px 0;
		z-index: 10;
		opacity: 0.5;
		transition: all 1.5s 0.2s;
	}
	.index_testing_twobox{
		width: 100%;
		height: 100%;
		border: 2px solid #c7030e;
		border-left:none;
		border-radius:0 564.5px 564.5px 0;
		padding: 28px;
		padding-left: 0;
	}
	.index_testing_threebox{
		width: 100%;
		height: 100%;
		border: 30px solid #c7030e;
		border-left:none;
		border-radius:0 535.5px 535.5px 0;
		overflow: hidden;
	}
	.index_testing_threebox img{
		height: auto;
		float: right;
	}
	.active .index_testing_onebox{
		left: 0;
		opacity: 1;
	}
}
@media only screen and (min-width:1200px ) {
	.index_testing .index_testing_text{
		margin-top: 330px;
		width: 455px;
		overflow: hidden;
		color: #898989;
		font-size: 14px;
		float: right;
		position: relative;
		top: 800px;
		z-index: 11;
		opacity: 0;
		transition: all 1s 0.5s;
	}
	.index_testing_text p{
		text-align: left;
	}
	.index_testing_text h1{
		font-size: 50px;
		color: #000;
		margin-bottom: 20px;
		text-align: left;
	}
	.index_testing_text a{
		margin-top: 70px;
		display: block;
		width: 230px;
		height: 55px;
		color: #000;
		text-align: center;
		line-height: 51px;
		border: 2px solid #000;
		transition: all 0.3s;
	}
}
/*第五屏*/
.index_news{
	margin-top:210px;
	height: auto;
	overflow: hidden;
}
.index_news h1{
	text-align: center;
	font-size: 50px;
}
.index_news_banner{
	width: 1050px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.index_news_box{
	display: block;
	width: 100%;
	height: 465px;
	overflow: hidden;
	cursor: pointer;
}
.index_news_boxImg{
	width: 333px;
	height: 333px;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #c7030e;
	border-radius: 333px;
	position: relative;
}
.index_news_boxImg li:last-of-type{
	position: absolute;
	left: -1px;
	top: 50%;
	z-index:10;
	width: 333px;
	height: 166px;
	background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));;
}
.index_news_img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	z-index:11;
}
.index_news_img>img{
	height: 100%;
	transition: all 0.5s;
}
.index_news_imgMask{
	width: 100%;
	height: 100%;
	line-height: 273px;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.index_news_box h3{
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #555;
	font-weight: bold;
}
.index_news_box:hover .index_news_imgMask{
	opacity: 1;
}
.index_news_box:hover h3{
	color: #c7030e;
}
.index_news_box:hover .index_news_boxImg{
	border-width: 2px;
	padding: 29px;
}
.index_news_box:hover .index_news_img>img{
	transform: scale(1.1);
}
.index_news>a{
	display: block;
	width: 230px;
	height: 55px;
	border: 2px solid #c7030e;
	color: #c7030e;
	line-height: 51px;
	text-align: center;
	font-size: 14px;
	margin: 30px auto 0;
	transition: all 0.3s;
}
.index_news>a:hover{
	background-color: #c7030e;
	color: #fff;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc252a;
}
@media only screen and (max-width:767px ) {
	.index_news{
		margin-top:100px;
		height: auto;
		overflow: hidden;
	}
	.index_news_banner{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
	}
	.index_news_box{
		display: block;
		width: 100%;
		height: 325px;
		overflow: hidden;
		cursor: pointer;
	}
	.index_news_boxImg{
		width: 240px;
		height: 240px;
		padding: 30px;
		margin: 0 auto;
		border: 1px solid #c7030e;
		border-radius: 300px;
		position: relative;
	}
	.index_news_boxImg li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		z-index:10;
		width: 241px;
		height: 121px;
		background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));;
	}
	.index_news h1{
		text-align: center;
		font-size: 30px;
		padding: 0;
	}
	.index_news_box h3{
		margin: 0 auto;
		margin-top: 10px;
		width: 220px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color: #555;
		font-weight: bold;
	}
	.index_news>a{
		display: block;
		width: 140px;
		height: 30px;
		border: 2px solid #c7030e;
		color: #c7030e;
		line-height: 26px;
		text-align: center;
		font-size: 14px;
		margin: 15px auto 0;
		transition: all 0.3s;
	}
}
@media only screen and (min-width:768px ) {
	.index_news{
		margin-top:210px;
		height: auto;
		overflow: hidden;
	}
	.index_news_banner{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 60px;
	}
	.index_news_box{
		display: block;
		width: 100%;
		height: 465px;
		overflow: hidden;
		cursor: pointer;
	}
	.index_news_boxImg{
		width: 333px;
		height: 333px;
		padding: 30px;
		margin: 0 auto;
		border: 1px solid #c7030e;
		border-radius: 333px;
		position: relative;
	}
	.index_news_boxImg li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		z-index:10;
		width: 334px;
		height: 167px;
		background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));;
	}
	.index_news h1{
		text-align: center;
		font-size: 50px;
		padding: 0;
	}
	.index_news_box h3{
		margin: 0 auto;
		margin-top: 30px;
		width: 300px;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
		color: #555;
		font-weight: bold;
	}
	.index_news>a{
		display: block;
		width: 230px;
		height: 55px;
		border: 2px solid #c7030e;
		color: #c7030e;
		line-height: 51px;
		text-align: center;
		font-size: 14px;
		margin: 30px auto 0;
		transition: all 0.3s;
	}
}
@media only screen and (min-width:992px ) {
	.index_news{
		margin-top:105px;
		height: auto;
		overflow: hidden;
	}
	.index_news_banner{
		width: 800px;
		overflow: hidden;
		margin-left: 100px;
		margin-top: 60px;
	}
	.index_news_box{
		display: block;
		width: 100%;
		height: 390px;
		overflow: hidden;
		cursor: pointer;
	}
	.index_news_boxImg{
		width: 250px;
		height: 250px;
		padding: 30px;
		margin: 0 auto;
		border: 1px solid #c7030e;
		border-radius: 333px;
		position: relative;
	}
	.index_news_boxImg li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		z-index:10;
		width: 250px;
		height: 125px;
		background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));;
	}
	.index_news h1{
		text-align: center;
		font-size: 50px;
		padding-left: 32px;
	}
	.index_news_box h3{
		margin: 0 auto;
		margin-top: 30px;
		width: 230px;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
		color: #555;
		font-weight: bold;
	}
	.index_news>a{
		display: block;
		width: 230px;
		height: 55px;
		border: 2px solid #c7030e;
		color: #c7030e;
		line-height: 51px;
		text-align: center;
		font-size: 14px;
		margin: 30px 0 0 385px;
		transition: all 0.3s;
	}
}
@media only screen and (min-width:1200px ) {
	.index_news{
		margin-top:210px;
		height: auto;
		overflow: hidden;
	}
	.index_news_banner{
		width: 1050px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 60px;
	}
	.index_news_box{
		display: block;
		width: 100%;
		height: 465px;
		overflow: hidden;
		cursor: pointer;
	}
	.index_news_boxImg{
		width: 333px;
		height: 333px;
		padding: 30px;
		margin: 0 auto;
		border: 1px solid #c7030e;
		border-radius: 333px;
		position: relative;
	}
	.index_news_boxImg li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		z-index:10;
		width: 333px;
		height: 166px;
		background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));;
	}
	.index_news h1{
		text-align: center;
		font-size: 50px;
		padding: 0;
	}
	.index_news_box h3{
		margin: 0 auto;
		margin-top: 30px;
		width: 300px;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
		color: #555;
		font-weight: bold;
	}
	.index_news>a{
		display: block;
		width: 230px;
		height: 55px;
		border: 2px solid #c7030e;
		color: #c7030e;
		line-height: 51px;
		text-align: center;
		font-size: 14px;
		margin: 30px auto 0;
		transition: all 0.3s;
	}
}
.footer_common {
	padding-top: 1px;
}
.footer_common .footer_contact{
	display: none;
}
.footer_nav{
	width: 100%;
	margin-top: 65px;
}
@media only screen and (max-width:767px ) {
	.footer_nav{
		margin-top: 0px;
	}
}