.quality_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
/*新闻导航*/
.quality_menu{
	width: 100%;
	height: 65px;
	background-color: #f1f1f1;
	overflow: hidden;
	margin-bottom: 55px;
}
.quality_menu a{
	display:inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top:12.5px;
}
.quality_menu a.quality_now{
	background-color: #c8000f;
	color: #FFF;
}
.quality_menu a:hover{
	background-color: #c8000f;
	color: #FFF;
}
@media only screen and (max-width:767px ) {
	.quality_menu a{
		width: 32%;
		font-size: 12px;
	}
}
/*铸造工艺*/
.quality_title{
	width: 880px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	color: #a1a1a1;
	font-size: 14px;
	line-height: 20px;
    margin-bottom:20px;
}
.quality_title h1{
	font-size: 36px;
	color: #000;
	margin-bottom: 25px;
}
.casting_img{
	width: 100%;
	overflow: hidden;
	margin: 55px 0 75px;
}
.casting_img img{
	width: 100%;
}

/*铸造现场*/
.casting_scene{
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}
.casting_scene .quality_title h1{
	margin:50px 0 10px;
}
.scene_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.swiper-container{
	width: 100%;
	height: 100%;
	z-index: 10;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next_w.png);
    background-size: 100% auto;
    right: 310px;
    left: auto;
    width: 50px;
    height: 50px;
    z-index: 40;
    opacity:0.7;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background-image: url(../img/prev_w.png);
    left: 310px;
    right: auto;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    z-index: 40;
    opacity:0.7;
}
.scene_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scene_img img{
	width: 100%;
}
.scene_img h4{
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: rgba(200,0,15,0.71);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	z-index: 10;
	display: none;
}
.scene_maskLeft,.scene_maskRight{
	width: 415px;
	height: 100%;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
}
.scene_maskRight{
	left: auto;
	right: 0;
	top: 0;
}
.swiper-slide-active .scene_img h4{
	display: block;
}
@media only screen and (max-width:767px ) {
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 0px;
	    width: 30px;
	    height: 30px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 0px;
	    width: 30px;
	    height: 30px;
	}
	.scene_maskLeft,.scene_maskRight{
		display: none;
	}
	.quality_title{
		width: 100%;
		font-size: 12px;
	}
	.quality_title h1{
		font-size: 30px;
		color: #000;
		margin-bottom: 10px;
	}
	.casting_scene .quality_title h1{
		margin:30px 0 10px;
	}
	.scene_img h4{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.scene_banner{
		margin-top: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 0px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 0px;
	}
	.scene_maskLeft,.scene_maskRight{
		display: none;
	}
	.quality_title{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.quality_title{
		width: 880px;
	}
	
}
@media only screen and (min-width:1200px ) {
	.scene_maskLeft,.scene_maskRight{
		display: block;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 310px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 310px;
	}
}





/*制造基地*/
#panda-show {
	background-size: 100% auto;
	width: 100%;
	overflow: hidden;
}

#panda-show .shuffer-title {
	height: 70px;
	padding-top: 12px;
	text-align: center;
	box-sizing: border-box;
}

#panda-show  .full {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

#panda-show  .content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width:991px ) {
	#panda-show  .full {
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}
	
	#panda-show  .content {
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	#panda-show  .full {
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}
	
	#panda-show  .content {
		width: 100%;
	}
}
@media screen and (min-width:1400px) {
	#panda-show	.content {
		width: 1200px;
	}
}

@media screen and (min-width:1660px) {
	#panda-show	.content {
		width: 1200px;
	}
}

#panda-show  .cover-left {
	width: 2000px;
	position: absolute;
	left: -2000px;
	top: 0;
	opacity: 0.7;
	background: #000;
	height: 640px;
	z-index: 15;
}

#panda-show  .cover-right {
	width: 2000px;
	position: absolute;
	right: -2000px;
	top: 0;
	background: #000;
	opacity: 0.7;
	height: 613px;
	z-index: 10;
}

#panda-show  .swiper-container {
	overflow: visible;
	height: 613px;
}

#panda-show  .swiper-slide {
	height: 613px;
	background: #000;
	position: relative;
}

#panda-show  .swiper-slide img {
	max-width: 100%;
	
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
}

#panda-show  .swiper-slide  a:hover img {
	opacity: 1;
}

#panda-show  .arrow-left {
   background: url(../img/prev_w.png) no-repeat left top;

	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -40px;
	width: 70px;
	height: 80px;
	z-index: 19;
}

#panda-show .arrow-right {

	background: url(../img/next_w.png) no-repeat right top;
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -40px;
	width: 70px;
	height: 80px;
	z-index: 15;
}
/**/
#panda-show .shuffer-line {
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	 background-color: rgba(200,0,15,1);
}

#panda-show a:hover .shuffer-line {
	height: 70px;
    background-color: rgba(200,0,15,0.71);
}

#panda-show .stars-info {
	height: 70px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	color: #fff;
}

#panda-show a:hover .stars-info {
	height: 55px;
	border-bottom: 0 none;
}

#panda-show .stars-info .name {
	font-size: 20px;
	height: 26px;
     opacity:0;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show a:hover .stars-info .name {
	margin: 8px 0 0;
    opacity:1;
}

#panda-show .stars-info .intro {
	padding: 0 10px;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin: 5px 0 30px;
	color: rgba(255,255,255,.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show .stars-info .icon-shuffer-live {
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 29px;
	height: 9px;
	margin-left: -15px;
	background: url(/Dist/img/live.png) no-repeat;
	opacity: 1;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
}

#panda-show a:hover .stars-info .icon-shuffer-live {
	opacity: 0;
}

#panda-show .stars-info .number {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	height: 20px;
	line-height: 20px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
}

#panda-show .stars-info .number i {
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url(/Dist/img/eye.png) no-repeat center;
	margin-right: 8px;
}
@media only screen and (max-width:991px){
	#panda-show  .swiper-container {
		height: auto;
	}
	#panda-show  .swiper-slide {
		height: auto;
	}
	#panda-show .stars-info .name {
		font-size: 12px;
		height: 30px;
	    opacity:1;
		line-height: 30px;
	}
	#panda-show .stars-info {
		height: 30px;
	}
	#panda-show .shuffer-line {
		height: 30px;
		opacity: 1;
	}
	#panda-show a:hover .stars-info {
		height: 30px;
	}
	#panda-show a:hover .shuffer-line {
		height: 30px;
	}
	#panda-show a:hover .stars-info .name {
		margin: 0;
	}
}
@media only screen and (max-width:767px ) {
	#panda-show  .swiper-container {
		height: auto;
	}
	#panda-show  .swiper-slide {
		height: auto;
	}
	#panda-show .stars-info .name {
		font-size: 12px;
		height: 20px;
	    opacity:1;
		line-height: 20px;
	}
	#panda-show .stars-info {
		height: 20px;
	}
	#panda-show .shuffer-line {
		height: 20px;
		opacity: 1;
	}
	#panda-show a:hover .stars-info {
		height: 20px;
	}
	#panda-show a:hover .shuffer-line {
		height: 20px;
	}
	#panda-show a:hover .stars-info .name {
		margin: 0;
	}
}


