.company{
	text-align:center;
	margin:60px 0;
}

.company ul{
	margin-top:80px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.company ul li{
	width:280px;
	margin:0 24px;
}

.company ul li img{
	width:50px;
	height:50px;
}
.company ul li span{
	display:block;
	margin:26px 0 8px 0;
	font-size: 20px;
	color: #666666;
	letter-spacing: 0.33px;
}

.company ul li p{
	font-size: 20px;	
	letter-spacing: 0.37px;
}

.contact-way{
	background:url('../img/contact/contactWay.jpg') no-repeat;
	min-height:598px;
}


.contact-way h2{
	font-size: 26px;
	color: #FFFFFF;
	text-align:center;
	margin:60px 0 50px 0;
	font-weight:600;
}

.contact-way ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.contact-way ul h3{
	text-align:center;
	line-height:90px;
	font-size: 26px;
	font-weight:500;
}
.contact-way ul li{
	width:242px;
	height:380px;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	background: #FFFFFF;
	margin:0 10px;
}

.contact-way ul li img{
	width:28px;
	height:28px;
	vertical-align:middle;
	margin:0 15px 0 40px;
}

.contact-way ul li P{	
	line-height:50px;
}


.contact-way ul li a{
	display:block;
	width:200px;
	margin:20px auto;
	height:42px;
	background: #2F69BF;
	color: #FFFFFF;
	border-radius: 4px;
	text-align:center;
	line-height:42px;
}
.contact-way ul li a:hover{
	background:#005399;
}
.map{
width:100%;
height:624px;
}

#container{
    width:100%;
    height:100%;
}


#info {
    margin-top: 10px;
}




@media screen and (max-width:768px){
.company{
	margin:0.4rem 0;
}

.company h2{
	font-size:0.36rem;
}


.company ul{

	margin:0.1rem 0;
}


.company ul li{
	margin:0.5rem 0 0 0;
	width:100%;
	
}

.company ul li img{
	width:0.6rem;
	height:0.6rem;
}


.company ul li span{
	font-size:0.26rem;
	margin:0.2rem 0 0.1rem 0;
}

.company ul li p{
	font-size:0.28rem;
}
.contact-way{
	background:#FFF;
	margin:0.8rem 0;
}
.contact-way h2{
	font-size:0.36rem;	
	color: #333333;
	margin:0.2rem 0;
}
.w1320{
	padding:0.3rem;
}

.contact-way ul li{
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding:0.6rem;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	position:relative;
	margin-top:0.4rem;
}

.contact-way ul h3{
	text-align:left;
	font-size:0.3rem;
	line-height:0.5rem;
	font-weight: bold;
}

.contact-way ul li p{
	line-height:0.78rem;
}


.contact-way ul li img{
	width:0.48rem;
	height:0.48rem;
	margin:0 0.2rem 0 0;
	
}
.contact-way ul li a{
	width:2.3rem;
	height:0.7rem;
	line-height:0.7rem;
	font-size:0.3rem;
	border-radius: 0.35rem;
	margin:0;
	position:absolute;
	right:0.6rem;
	bottom:0.6rem;
}

.map{
	height:5.6rem;
}































}






















































