.wrap{
	background-color: #fff;
}
.contactBanner{
	width: 100%;
	height: auto;
	position: relative;
}

.contactImg{
    width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    opacity: 0;
	filter: alpha(opacity=0);
}

.contactImg{
    -webkit-animation: imgop 1s ease both .4s;
	animation: imgop 1s ease both .4s;
}

.contactTxt{
    position: absolute;
	z-index: 2;
	top: 50%;
	color: #000;
	width: 100%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}

.describeText{
	width: 366px;
	height: 132px;
	margin-left: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 26px 20px;
	opacity: 0;
}

.describeText h6 {
	font-size: 22px;
	color: #000;
}

.describeText h6:nth-child(odd){
	text-align: left;
}

.describeText h6:nth-child(even){
	margin-top: 38px;
	margin-right: 20px;
	text-align: right;
}

.describeText {
	-webkit-animation: indbanLeft 1s ease both .4s;
	animation: indbanLeft 1s ease both .4s;
}

@-webkit-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes imgop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@keyframes imgop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.nav-ul h3 a {
	color: #000;
}

.nav-ul li.on h3 i {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2B9CFF;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 29%;
}

.contactChance {
	width: 100%;
	height: 1410px;
	padding-top: 70px;
	background: #fff url(../img/contact/map.jpg) no-repeat center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.ww {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.addressDes{
	width: 1200px;
	height: 460px;
	background: linear-gradient(to right,#2B79FF,transparent);
	margin-top: 391px;
	padding: 55px 0 0 89px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.companyAddress{
	width: 244px;
	height: 108px;
	background: url(../img/contact/address.png) no-repeat center center;
	position: absolute;
	left:504px;
	top: 166px;
	font-size: 16px;
	color: #fff;
	line-height:74px;
	text-align: center;
}

.companyName{
	font-size: 22px;
	color: #fff;
	line-height: 50px;
}

.companyDes{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}