.about_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
/*about导航*/
.about_menu{
	width: 100%;
	height: 65px;
	background-color: #f1f1f1;
	overflow: hidden;
	margin-bottom: 55px;
}
.about_menu a{
	display:inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top:12.5px;
}
.about_menu a.about_now{
	background-color: #c8000f;
	color: #FFF;
}
.about_menu a:hover{
	background-color: #c8000f;
	color: #FFF;
}
@media only screen and (max-width:767px ) {
	.about_menu{
		margin-bottom: 35px;
	}
	.about_menu a{
		width: 90px;
	}
}
/*分页的公共字大小*/
.about_box{
	width: 100%;
	overflow: hidden;
}
.about_box h1{
	font-size: 36px;
	text-align: center;
	color: #000;
}
.about_title{
	width: 100%;
	text-align: center;
	color: #a1a1a1;
	margin-bottom: 20px;
}
@media only screen and (max-width:767px ) {
	.about_box h1{
		font-size: 30px;
	}
}
/*企业简介*/
.about_company{
	width: 100%;
	overflow: hidden;
	color: #7c7c7c;
	font-size: 14px;
	line-height: 25px;
}
.company_details {
	padding-bottom: 53px;
}
.company_details h1{
	margin-bottom: 45px;
}
.office_environment{
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}
.office_environment .about_title h1{
	margin:50px 0 10px;
}
.office_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 38px;
}
.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;
}
.office_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.office_img img{
	width: 100%;
}
.office_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;
}
.office_maskLeft,.office_maskRight{
	width: 350px;
	height: 100%;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
}
.office_maskRight{
	left: auto;
	right: 0;
	top: 0;
}
.swiper-slide-active .office_img h4{
	display: block;
}
@media only screen and (max-width:767px ) {
	.office_maskLeft,.office_maskRight{
		display: none;
	}
	.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;
	}
	.about_company{
		font-size: 12px;
		line-height: 20px;
	}
	.company_details h1{
		margin-bottom: 25px;
	}
	.office_img h4{
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: center;
		background-color: rgba(200,0,15,0.71);
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 12px;
		z-index: 10;
		display: none;
	}
}
@media only screen and (min-width:768px ) {
	.office_maskLeft,.office_maskRight{
		display: none;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 0px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 0px;
	}
}
@media only screen and (min-width:992px ) {
	
}
@media only screen and (min-width:1200px ) {
	.office_maskLeft,.office_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;
	}
}
/*研发中心*/
.about_research{
	width: 100%;
	overflow: hidden;
	color: #7c7c7c;
	font-size: 14px;
	line-height: 25px;
}
.about_research h1{
	margin-bottom: 45px;
}
.about_research ul{
	width: 100%;
	overflow: hidden;
	margin: 73px 0;
}
.about_research ul li{
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.about_research ul li img{
	width: 100%;
	transition: all 0.5s;
}
.research_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(200,0,15,0.7);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 65px;
	line-height: 20px;
	opacity: 0;
	transition: all 0.5s;
}
.research_mask h3{
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 26px;
}
.research_mask h3:last-of-type{
	margin-bottom: 10px;
}
/*.about_research ul li:hover .research_mask{
	opacity: 1;
}*/
.about_research ul li:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:767px ) {
	.about_research{
		font-size: 12px;
		line-height: 20px;
	}
	.about_research h1{
		margin-bottom: 25px;
	}
	.research_mask{
		padding:25px 0;
		text-align: center;
	}
	.research_mask h3{
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 20px;
	}
    .about_research_imgPc {
      display:none;
    }
    .about_research_imgMob {
      display:block;
      margin-top:5px;
    }
}
@media only screen and (min-width:768px ) {
	.research_mask{
		padding:45px 25px;
	}
	.research_mask h3{
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.research_mask{
		padding:65px 55px;
	}
     .about_research_imgPc {
      
       display:block;
      margin-top:5px;
    }
    .about_research_imgMob {
     display:none;
    }
}
@media only screen and (min-width:1200px ) {
	.research_mask{
		padding: 65px;
	}
     .about_research_imgPc {
      
       display:block;
      margin-top:5px;
    }
    .about_research_imgMob {
     display:none;
    }
}
/*企业文化*/
.about_culture{
	width: 100%;
	overflow: hidden;
}
.about_culture h5{
	text-align: center;
	color: #757575;
	font-size: 16px;
	margin: 20px 0 60px;
}
.about_culture ul{
	width: 100%;
	overflow: hidden;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 80px;
}
.about_culture ul h2{
	font-size: 26px;
	color: #090104;
}
.about_culture ul span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #C8000F;
	margin: 10px 0 25px;
}
.about_culture ul li:nth-of-type(1){
	padding-right: 60px;
}
.about_culture ul li:nth-of-type(2){
	padding-left: 20px;
	padding-right: 40px;
}
.about_culture ul li:nth-of-type(3){
	padding-left: 40px;
	padding-right: 20px;
}
.about_culture ul li:nth-of-type(4){
	padding-left: 60px;
}
.culture_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.culture_box .about_title h1{
	margin:50px 0 10px;
}
.culture_banner{
	margin-top: 25px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media only screen and (max-width:767px ) {
	.about_culture ul li:nth-of-type(1){
		padding-right: 10px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(2){
		padding-left: 10px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(3){
		padding-left: 0px;
		padding-right: 10px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(4){
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.about_culture ul{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.about_culture ul h2{
		font-size: 16px;
	}
	.culture_information{
		height: 305px;
		padding: 70px 25px;
		color: #616161;
		font-size: 14px;
	}
	.culture_information p{
		margin-bottom: 15px;
	}
}
@media only screen and (min-width:768px ) {
	.about_culture ul li:nth-of-type(1){
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(2){
		padding-left: 20px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(3){
		padding-left: 0px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.about_culture ul li:nth-of-type(4){
		padding-left: 20px;
		margin-bottom: 30px;
	}
}
@media only screen and (min-width:992px ) {
	.about_culture ul li:nth-of-type(1){
		padding-right: 30px;
		margin-bottom: 0px;
	}
	.about_culture ul li:nth-of-type(2){
		padding-left: 10px;
		padding-right: 20px;
		margin-bottom: 0px;
	}
	.about_culture ul li:nth-of-type(3){
		padding-left: 20px;
		padding-right: 10px;
		margin-bottom: 0px;
	}
	.about_culture ul li:nth-of-type(4){
		padding-left: 30px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width:1200px ) {
	.about_culture ul li:nth-of-type(1){
		padding-right: 60px;
	}
	.about_culture ul li:nth-of-type(2){
		padding-left: 20px;
		padding-right: 40px;
	}
	.about_culture ul li:nth-of-type(3){
		padding-left: 40px;
		padding-right: 20px;
	}
	.about_culture ul li:nth-of-type(4){
		padding-left: 60px;
	}
}



/*制造基地*/
#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: 444px;
	z-index: 10;
}

#panda-show  .swiper-container {
	overflow: visible;
	height: 444px;
}

#panda-show  .swiper-slide {
	height: 444px;
	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;
	}
}

