.banner{
	height: 930px;
	background: url(../img/contact/1-2.jpg) center center / cover no-repeat;
}
.partOne{
	padding: 110px 0 120px 0;
}
.partOne p{
	font-size: 16px;
	width: 70%;
	text-indent: 2em;
	text-align: left;
	margin: 0 auto;
	line-height: 2rem;
}
.text{
	width: 80%;
	margin: 0 auto;
}
#toQQ:hover{
	cursor: pointer;
}
.partTwo{
	background-color: #fafafa;
	padding-top: 100px;
	padding-bottom: 100px;
}
.partTwo .list,.method,.address{
	width: 50%;
	margin: 0 auto;
}
.partTwo .center{
	height: 80px;
	text-align: center;
	margin-bottom: 40px;
}
.partTwo .title{
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.partTwo h3{
	margin-bottom: 18px;
}
.colorIcon{
	font-size: 22px;
	font-weight: normal;
	position: relative;
}
.colorIcon::before{
	content: "";
	position: absolute;
	background-color: #31a9fc;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: -20px;
	top: 7px;
}
.list li:nth-of-type(2) .colorIcon::before{
	background-color: #bd55e4;
}
.list li:nth-of-type(3) .colorIcon::before{
	background-color: #ff6000;
}
.list li:nth-of-type(4) .colorIcon::before{
	background-color: #1ffa2a;
}
.list li:nth-of-type(5) .colorIcon::before{
	background-color: #f850c6;
}
.list li:nth-of-type(6) .colorIcon::before{
	background-color: #ffea2d;
}
.partTwo p{
	font-size: 16px;
	margin-bottom: 60px;
}
.partThree{
	padding-top: 110px;
	padding-bottom: 80px;
}
.method .colorIcon::before{
	background-color: #399232;
}

.method h3{
	margin-bottom: 50px;
}
.address .colorIcon::before{
	background-color: #ff0000;
}
.address h3{
	margin-bottom: 30px;
}
.address h4{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
}
.address p{
	margin-bottom: 40px;
}
.iconList li{
	/* width: 170px; */
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.iconList p{
	margin: 10px 0 60px 0;
}
.iconList:nth-of-type(1) .icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #02caa7;
	margin: 0 auto;
}
/* .text,.list,.method,.address{ */
	/*opacity: 0;*/
/* } */
.show{
	opacity: 1;
}
footer .list{
	opacity: 1;
}
.nav li a{
	color: white;
}
.nav_item li a{
	color: black;
}
@media only screen and (max-width:980px){
	.banner{
		height: 600px;
	}
}