.swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	opacity: .2;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.aboutUsPart{
	height: 530px;
	padding-top: 80px;
	box-sizing: border-box;
	width:100%;
	text-align: center;
	background: url(../images/product01.jpg) 0 0 no-repeat;
	margin:30px 0;
}
.aboutUsPart a {
	color: #999999;
}
.aboutUsPart .titleCenter {
	color: #666666;
}

.aboutUsPart .seeMore {
	background: url(../images/moreIcon01.png) right center no-repeat;
	background-size: 12px 12px;
}

.aboutUsPart .aboutUsContent {
	height: 246px;
	font-size: 0px;
	margin-top: 60px;
}

.aboutUsPart .aboutUsContent .aboutUsList {
	width: 255px;
	height: 246px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsPic {}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsLeft {
	position: absolute;
	left: 0;
	top: 0;
	height: 245px;
	width: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transform: all 0.3s ease;
}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsLeft .aboutUsLeftBg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 246px;
}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsLeft p {
	height: 245px;
	width: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
	position: relative;
}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsLeft .aboutUsTriangle {
	width: 0;
	height: 0;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 32px;
	right: -8px;
}

.aboutUsPart .aboutUsContent .aboutUsList .aboutUsLeft .aboutUsText {
	display: inline-block;
	width: 30px;
	position: absolute;
	left: 10px;
	text-align: center;
	top: 59px;
	padding-top: 32px;
	height: 128px;
}

.aboutUsPart .aboutUsContent .aboutUsList:first-child .aboutUsLeft .aboutUsText {
	background: url(../images/gk.png) center 0 no-repeat;
}

.aboutUsPart .aboutUsContent .aboutUsList:nth-child(2) .aboutUsLeft .aboutUsText {
	background: url(../images/fz.png) center 0 no-repeat;
}

.aboutUsPart .aboutUsContent .aboutUsList:nth-child(3) .aboutUsLeft .aboutUsText {
	background: url(../images/ry.png) center 0 no-repeat;
}

.aboutUsPart .aboutUsContent .aboutUsList:nth-child(4) .aboutUsLeft .aboutUsText {
	background: url(../images/wh.png) center 0 no-repeat;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transform: all 0.3s ease;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverBg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent {
	width: 212px;
	height: 184px;
	margin: 35px 22px 20px 21px;
	padding: 0 15px 15px;
	color: #fff;
	position: relative;
	background: url(../images/hoverBg.png) left top no-repeat;
	background-size: 212px 184px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent p:first-child span {
	display: inline-block;
	width: 125px;
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 8px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent .companyProfile {
	background: url(../images/gk.png) left center no-repeat;
	background-size: 21px 21px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent .developmentHistory {
	background: url(../images/fz.png) left center no-repeat;
	background-size: 21px 21px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent .companyHonor {
	background: url(../images/ry.png) left center no-repeat;
	background-size: 21px 21px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent .companyCulture {
	background: url(../images/wh.png) left center no-repeat;
	background-size: 21px 21px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .hoverAppearContent p:nth-child(2) {
	text-align: left;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .seeDetailsP {
	padding: 0 22px 0 21px;
	text-align: right;
}

.aboutUsPart .aboutUsContent .aboutUsList .hoverAppear .seedetailsSpan {
	display: inline-block;
	width: 60px;
	text-align: left;
	color: #fff;
	background: url(../images/search.png) right center no-repeat;
	position: relative;
}

.aboutUsPart .aboutUsContent .aboutUsList:hover .aboutUsLeft {
	transform: translate(-58px, 0);
	-webkit-transform: translate(-58px, 0);
	-moz-transform: translate(-58px, 0);
	-ms-transform: translate(-58px, 0);
}

.aboutUsPart .aboutUsContent .aboutUsList:hover .hoverAppear {
	opacity: 1;
}

.wrap .content .productDisplay {
	width: 100%;
	height: 620px;
	overflow: hidden;
	background-size: auto 100%;
	position: relative;
}

.productDisplay .titleCenter {
	margin-top: 60px;
}

.productDisplay .productShow {
	width: 1100px;
	margin: 0 auto;
}

.productDisplay .productShow .centerAndRight {
	color: #005caf;
	width: 1024px;
	margin: 5px auto 30px auto;
}

.productDisplay .productShow .seeMore {
	color: #fff;
	background: url(../images/moreIcon02.png) right center no-repeat;
	background-size: 12px 12px;
}
.swiperBefore{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.swiper-container02 {
	height: 204px;
	position: relative;
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
}
.swiper-container02 .swiper-slide {
	box-shadow: 2px 2px 3px #938f8f;
}

.swiper-button-next {
	background-image: url("../images/next03.png");
	right: -60px;
}

.swiper-button-prev {
	background-image: url("../images/prev03.png");
	left: -60px;
}

.swiper-container02 .swiper-slide .productSwiperTop img {
	width: 100%;
}

.swiper-container02 .productSwiperBottom {
	width: 100%;
	height: 55px;
	background: #fff;
	padding: 20px 15px;
	color: #666666;
	overflow: hidden;
}

.swiper-container02 .productSwiperBottom .productTitle01 {
	color: #0063bb;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 10px;
}
.news-case{
	width:1100px;
	margin:30px auto;
}
.news,.app{
	vertical-align:top;
	width:48%;
	display:inline-block;
}
.app{
	margin-left:3%;
}
.news h3,.app h3{
	font-size: 18px;
	width:100%;
	line-height: 50px;
	border-bottom:#bababa dotted 1px;
}
.news h3 a,.app h3 a{
	float: right;
}
.news ul li{
	line-height: 50px;
	border-bottom:#bababa dashed 1px;
	background: url("../images/icon.jpg") no-repeat left center;
	padding-left: 20px;
}
.news ul li time{
	float: right;
}

.app dl{
	padding: 20px 10px;
	clear:both;
}
.app dl img{
	float: left;
	margin-right: 20px;
}
.app dl dt{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.app dl dd{
	line-height: 24px;
}
.app dl dd a{
	color:#004581;
	float: right;
}


/* --------------- */
.proucts{
	overflow: hidden;
}
.proucts ul li{
	position: relative;
	width: 336px;
	height: 230px;
	float: left;
	margin: 15px 15px;
	overflow: hidden;
}
.proucts ul li img{
	width: 100%;
	height: 100%;
}
.proucts ul li p{
	position: absolute;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;
	padding: 80px 10px 10px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.proucts ul li:hover p{
	top: 0px;
}