.pad60 {padding-left: 60px;}
.headNews {
	margin: 80px auto 20px;
}

.headNews a {
	font-weight: bold;
	color: #333;
}

.headNews a:hover {
	color: #337ab7;
}

/*slideNews*/
#slideNews {
	width: 100%;
}

#slideNews .slick_slideNews span {
	display: block;
	position: absolute;
	width: 570px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
}

#slideNews .slick_slideNews a {
	color: #FFF;
}

#slideNews .slick-slide a {
	overflow: hidden;
}

#slideNews .slick-list {
	width: 100%;
}

#slideNews .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#slideNews .slick-prev,
#slideNews .slick-next {
	width: 12px;
	height: 18px;
	bottom: 50%;
	top: auto;
	z-index: 9;
}

#slideNews .slick-prev {
	left: 10%;
	margin-left: -20px;
}

#slideNews .slick-next {
	right: 10%;
	margin-right: -18px;
}

#slideNews .slick-prev:before,
#slideNews .slick-next:before {
	content: "";
}

#slideNews .slick-prev {
	background: url("../img/iconprev.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#slideNews .slick-next {
	background: url("../img/iconnext.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#slideNews .slick-prev:hover {
	background: url("../img/iconprev2.png") no-repeat center;
	background-size: contain;
}

#slideNews .slick-next:hover {
	background: url("../img/iconnext2.png") no-repeat center;
	background-size: contain;
}

#slideNews .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#slideNews .custom_paging {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .6);
	box-shadow: 0 0 14px #999;
}

#slideNews .custom_paging li {
	display: none;
	font-weight: bold;
	font-size: 24px;
	color: #999;
}

#slideNews .custom_paging li.slick-active {
	display: block;
}

.productCenter .intitle {
	margin-bottom: 36px;
}

.productCenter .intitle h3 {
	float: left;
	padding-right: 10px;
	font-size: 30px;
	font-style: normal;
	color: #333;
	text-transform: uppercase;
}

.productCenter .intitle i {
	font-size: 38px;
	padding-right: 15px;
}

.productCenter .intitle dd {
	padding-top: 15px;
	font-size: 19px;
	font-style: italic;
	color: #999;
}

/*timeLine*/
.pdCenImg .timeLine {
	margin-top: 10px;
	list-style-type: none;
}

.pdCenImg .timeLine li {
	position: relative;
	padding-bottom: 30px;
	background: url("/template/pc/skin/img/version_line.png") repeat-y scroll 17.3% 0 transparent;
}

.pdCenImg .timeLine li.cur {
	background: none;
}

.pdCenImg .timeLine li .time {
	position: absolute;
	width: 13%;
	text-align: right;
	left: 0;
	top: -2px;
	color: #999;
}

.pdCenImg .timeLine li .number {
	position: absolute;
	background: url("/template/pc/skin/img/version_dot.png") no-repeat scroll 10% 0 transparent;
	width: 20px;
	height: 20px;
	left: 15%;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.pdCenImg .timeLine li.alt .number {
	background-image: url("/template/pc/skin/img/version_dot_alt.png");
}

.pdCenImg .timeLine li .content {
	margin-left: 27%;
}

.pdCenImg .timeLine li .content a {
	font-size: 15px;
	color: #333;
}

.pdCenImg .timeLine li .content a:hover {
	color: #0066FF;
}

.pdCenImg .timeLine li .content p {
	line-height: 25px;
	font-size: 12px;
	color: #999999;
}
/*content1*/
.content1 {
  padding: 10px 0 80px;
}
.content1 .explain {
  margin-top: 40px;
}
.content1 .explain li {
  float: left;
  width: 20%;
}
.content1 .explain li a {
  display: block;
  margin: 0 auto;
  width: 147px;
  overflow: hidden;
}
.content1 .explain li a .icon {
  background: url(../img/index_24.png) no-repeat center;
  height: 147px;
  width: 147px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -ms-transform: rotate(0);
      transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
}
.content1 .explain li a .text {
  text-align: center;
  margin-top: 10px;
  color: #282828;
}
.content1 .explain li a .text .p1 {
  font-size: 20px;
  font-weight: bold;
  color:#444;
}
.content1 .explain li a:hover .text .p1{color:#2f77c3;}
.content1 .explain li a .text .p2 {
  font-size: 13px;
  line-height: 30px;
  color:#444;
}
.content1 .explain li a:hover .icon {
  background-image: url(../img/index_21.png);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
}

.content1 .explain-text {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  line-height: 48px;
}

/*qualityEngineering*/
.qualityEngineering {
	position: relative;
	padding: 62px 0 120px;
	background: url(../img/case_bg.jpg) no-repeat center top;
}

.qualityEngineering:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 290px;
	background-color: #f9f9f9;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.qualityEngineering .intitle {
	width: 30%;
}

.qualityEngineering .intitle h3 {
	float: left;
	padding-right: 10px;
	font-size: 30px;
	font-style: normal;
	color: #333;
	text-transform: uppercase;
}

.qualityEngineering .intitle i {
	font-size: 38px;
	padding-right: 15px;
}

.qualityEngineering .intitle dd {
	padding-top: 15px;
	font-size: 19px;
	font-style: italic;
	color: #999;
	text-transform: capitalize;
}
/*slideQuality*/
#slideQuality {
	width: 100%;
}

#slideQuality .slick_slideQuality span {
	display: block;
	position: relative;
	line-height: 80px;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
}
#slideQuality .slick_slideQuality span a {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

#slideQuality .slick_slideQuality a {
	color: #FFF;
}
#slideQuality .slick-slide a {
	position: relative;
	height: 550px;
	overflow: hidden;
}
#slideQuality .slick-slide img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#slideQuality .slick-list {
	width: 100%;
}

#slideQuality .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#slideQuality .slick-prev,
#slideQuality .slick-next {
	width: 27px;
	height: 45px;
	bottom: 45%;
	top: auto;
	z-index: 9;
}

#slideQuality .slick-prev {
	left: 5%;
	margin-left: -20px;
}

#slideQuality .slick-next {
	right: 5%;
	margin-right: -18px;
}

#slideQuality .slick-prev:before,
#slideQuality .slick-next:before {
	content: "";
}

#slideQuality .slick-prev {
	background: url("../img/arrowsprev.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#slideQuality .slick-next {
	background: url("../img/arrowsnext.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#slideQuality .slick-prev:hover {
	background: url("../img/arrowsprev.png") no-repeat center;
	background-size: contain;
}

#slideQuality .slick-next:hover {
	background: url("../img/arrowsnext.png") no-repeat center;
	background-size: contain;
}

#slideQuality .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#slideQuality .custom_paging {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .6);
	box-shadow: 0 0 14px #999;
}

#slideQuality .custom_paging li {
	display: none;
	font-weight: bold;
	font-size: 24px;
	color: #999;
}

#slideQuality .custom_paging li.slick-active {
	display: block;
}


@media (max-width: 1199px) {

	/*slideNews*/
	#slideNews .custom_paging {
		width: 100%;
		height: 70px;
		line-height: 70px;
		bottom: -35px;
	}

	#slideNews .custom_paging li {
		font-size: 22px;
	}
	#slideNews .slick_slideNews span {
	display: block;
	position: absolute;
	width: 455px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
}
.pdCenImg .timeLine li .content p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
}
.pdCenImg .timeLine li .content a {
	display: block;
	height: 24px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
}
.h2, h2 {font-size: 2em;}
.qualityEngineering .intitle {
	width: 38%;
}

}

@media (max-width:991px) {

	/*slideNews*/
	#slideNews .custom_paging {
		width: 100%;
		height: 60px;
		line-height: 60px;
		bottom: -30px;
	}

	#slideNews .custom_paging li {
		font-size: 18px;
	}

	#slideNews .slick-prev {
		margin-left: -70px;
	}

	#slideNews .slick-next {
		margin-right: -68px;
	}
	
	/*content1*/
	.content1 .explain{
	  text-align: center;
	}
	.content1 .explain {
	  margin-top: 20px;
	}
	.content1 .explain li {
	  width: 32%;
	  margin-top: 20px;
	  display: inline-block;
	  float: none;
	}
}

@media (max-width:767px) {
.pad60 {padding-left: 15px;}
.headNews {
	margin: 30px auto 20px;
}
.headNews a {font-size: 23px;}
	/*slideNews*/
	#slideNews .slick img {
		position: relative;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
#slideNews .slick_slideNews span {
	display: block;
	position: absolute;
	width: 384px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
}
	#slideNews .custom_paging {
		width: 100%;
		height: 40px;
		line-height: 40px;
		bottom: -20px;
	}

	#slideNews .custom_paging li {
		font-size: 14px;
	}

	#slideNews .slick-prev,
	#slideNews .slick-next {
		width: 8px;
	}

	#slideNews .slick-prev {
		margin-left: -50px
	}

	#slideNews .slick-next {
		margin-right: -48px
	}
	/*productCenter*/
	.productCenter .intitle {
		margin: 36px auto;
	}
	.brandCenter .intitle,.qualityEngineering .intitle {
		width: 100%;
	}
	/*qualityEngineering*/
	.qualityEngineering {
		position: relative;
		padding: 80px 0 60px;
		background: url(../img/case_bg_xs.jpg) no-repeat center top;
	}
	
	#slideQuality .slick img {
		width: 100%;
	}
	#slideQuality .slick-slide a {
	position: relative;
	height: 200px;
	overflow: hidden;
}
	#slideQuality .slick_slideQuality span {
		line-height: 60px;
	}
	#slideQuality .slick_slideQuality span a{
		height: 60px;
	}
	.slick-dots {display: none!important;}
	
	/*content1*/
	.content1 {
	  padding: 0.5rem 0 1rem;
	  background: url(../img/wrap1.png) no-repeat center bottom;
	  background-size: 100% auto;
	}
	.content1 .explain li {
	  margin-top: 1.078;
	}
	.content1 .explain li a {
	  width: 9.7rem;
	  text-align: center;
	}
	.content1 .explain li a .icon {
	  display: inline-block;
	  width: 8.1rem;
	  height: 8.1rem;
	  background-size: 100% auto;
	  line-height: 8.1rem;
	}
	.content1 .explain li a .text .p1
	{
	  font-size: 1.8rem;
	  line-height: 2rem;
	}
	.content1 .explain li a .text .p2 {
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	}
	.content1 .explain {
	  margin-top: 0;
	}
	.content1 .explain li a .icon img {
	  width: 3.8rem;
	}

	.content1 .explain-text {
	  font-size: 0.2rem;
	  line-height: 0.36rem;
	}
	.content1 .explain-text {
	  margin-top: 0.4rem;
	}
.pdCenNav {
	width: 100%;
	margin-right: 0;
}

.pdCenNav .slick-list {
	overflow: unset;
}

.pdCenNav .navItem {
	float: left;
	position: relative;
	padding: 8px 0 5px;
	width: 33.333%;
	background-color: rgba(47, 119, 194, .9);
	transition: 300ms;
}

.pdCenNav .navItem dd {
	color: #fff;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.pdCenNav .navItem .addm {
	opacity: 0;
	position: absolute;
	width: 20px;
	height: 100%;
	text-align: center;
	background-color: #2f77c3;
	line-height: 38px;
	font-size: 25px;
	color: #fff;
	right: 0;
	top: 0;
}

.pdCenNav .navItem.cur,
.pdCenNav .navItem:hover {
	background-color: rgba(47, 119, 194, .8);
}

.pdCenNav .navItem.cur .addm,
.pdCenNav .navItem:hover .addm {
	opacity: 1;
}

.pdCenImg {
	width: 100%;
}

.pdCenImgBox {
	margin-left: 0;
	padding-top: 25px;
	padding-left: 0;
}

.pdCenImg .row {
	margin: 0 -30px;
	display: none;
}

.pdCenImg .row.cur {
	display: block;
	margin: 0;
}

.pdCenImg img {
	width: 100%;
}

.pdCenImg .imgItem {
	margin-bottom: 10px;
	padding: 0 30px;
}
.pdCenImg .timeLine li {
	position: relative;
	padding-bottom: 30px;
	background: url("/template/pc/skin/img/version_line.png") repeat-y scroll 4.6% 0 transparent;
}
.pdCenImg .timeLine li .content {
	margin-left: 13%;
}	
.pdCenImg .timeLine li .number {
	position: absolute;
	background: url("/template/pc/skin/img/version_dot.png") no-repeat scroll 10% 0 transparent;
	width: 20px;
	height: 20px;
	left: 2%;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
}

  .animated1 {
    animation: animated1 1s ease forwards;
    -webkit-animation: animated1 1s ease forwards;
    -moz-animation: animated1 1s ease forwards;
    opacity: 0;
  }
  @-webkit-keyframes animated1 {
    0% {
      transform: perspective(2000px) scale(1) rotateY(80deg);
      -webkit-transform: perspective(2000px) scale(1) rotateY(80deg);
      -moz-transform: perspective(2000px) scale(1) rotateY(80deg);
      -webkit-transform-origin: left;
              transform-origin: left;
      opacity: 0;
    }
    100% {
      transform: perspective(2000px) scale(1) rotateY(0);
      -webkit-transform: perspective(2000px) scale(1) rotateY(0);
      -moz-transform: perspective(2000px) scale(1) rotateY(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      opacity: 1;
    }
  }
  @keyframes animated1 {
    0% {
      transform: perspective(2000px) scale(1) rotateY(80deg);
      -webkit-transform: perspective(2000px) scale(1) rotateY(80deg);
      -moz-transform: perspective(2000px) scale(1) rotateY(80deg);
      -webkit-transform-origin: left;
              transform-origin: left;
      opacity: 0;
    }
    100% {
      transform: perspective(2000px) scale(1) rotateY(0);
      -webkit-transform: perspective(2000px) scale(1) rotateY(0);
      -moz-transform: perspective(2000px) scale(1) rotateY(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      opacity: 1;
    }
  }
  .animated2 {
    animation: animated2 1s ease forwards;
    -webkit-animation: animated2 1s ease forwards;
    -moz-animation: animated2 1s ease forwards;
    opacity: 0;
  }
  @-webkit-keyframes animated2 {
    0% {
      transform: translateX(-200px);
      -webkit-transform: translateX(-200px);
      -moz-transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes animated2 {
    0% {
      transform: translateX(-200px);
      -webkit-transform: translateX(-200px);
      -moz-transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      opacity: 1;
    }
  }