#baiduMap{
	border:1px solid #eee;
	height:550px;
}
.contact{
	background:#f6f6f6;
	padding:65px 0;
}

.contact-title{
	font-size:24px;
	font-weight:700;
}
.contact-title img{
	margin-right:10px;
	position:relative;
	top:-5px;
}
.contact .time{
	display:flex;
	align-items:center;
	justify-content:center;
	height:480px;
}
.contact .time img{
	display:block;
	margin:0 auto;
}
.contact .time p{
	color: #f54336;
	padding:25px 0;
}
#myform p{
	margin:15px 0;
}
#myform  .top_input{
	display:flex;
}
#myform input{
	display:block;
	border:none;
	background:#fff;
	height:60px;
	line-height:60px;
	font-size:16px;
	box-sizing:border-box;
	padding:0 15px;
	float:left;
	color:#000;
	width:50%;
}
#myform .username{
	margin-right:10px;
	
}


#myform .tips{
	font-size:14px;
	color:#666;
}

#myform input::-webkit-input-placeholder{
	color:#333;
}
#myform input::-moz-placeholder{   
	color:#333;
}
#myform input:-moz-placeholder{  
	color:#333;
}
#myform input:-ms-input-placeholder{  
	color:#333;
}

#myform textarea{
	display:block;
	width:100%;
	border:none;
	background:#fff;
	box-sizing:border-box;
	padding:15px;
	font-size:16px;
}
#myform textarea::-webkit-input-placeholder{
	color:#333;
}
#myform textarea::-moz-placeholder{   
	color:#333;
}
#myform textarea:-moz-placeholder{  
	color:#333;
}
#myform textarea:-ms-input-placeholder{  
	color:#333;
}
#myform button{
	border:none;
	display:block;
	background:#2655A3;
	height:60px;
	width:100%;
	color:#fff;
	width:50%;
	font-size:16px;
	opacity:0.9;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button img{
	width:18px;
	position:relative;
	margin-left:15px;
	right:0px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button:hover{
	opacity:1;
}
#myform button:hover img{
	right:-10px;
}

.userInfo{
	margin-left:40px;
}
.userInfo .r1{
	font-size:24px;
	font-weight:700;
	color:#2655A3;
	margin:50px 0 25px 0;
}
.userInfo .r2 li{
	font-size:15px;
	margin:8px 0;
}
.userInfo .r3{
	padding:45px 0 30px 0;
	border-bottom:1px solid #d9d9d9;
}
.userInfo .r3 .ewm{
	display:inline-block;
	text-align:center;
}
.userInfo .r3 .ewm p{
	line-height:36px;
	font-size:15px;
}
.userInfo .r4{
	font-size:15px;
	padding:40px 0;
	line-height:30px;
}
.userInfo .r5{
	font-size:15px;
	line-height:30px;
}


.add-p1{
	display: block;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #2655A3;
    margin-bottom: 5px;
	text-align:center;
	padding-top:50px;
}
.add-p2{
	display: block;
    font-size: 11px;
    color: #c5c5c5;
    line-height: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
	text-align:center;
}
.address{
	display:flex;
	padding:60px 0;
	justify-content:space-between;
}
.address .title{
	margin-bottom:-70px;
}
.address .item .title img{
	display:block;
	margin:0 auto;
}
.address .item .title p{
	text-align:center;
	font-weight:700;
	font-size:18px;
}
.address .item .list{
	border:1px solid #eee;
	padding:100px 30px 30px 30px;
	margin-bottom:0px;
}
.address .item .list p{
	margin:20px 0;
}
.address .item .list p img{
	margin-right:5px;
}

.address .item  .btimg{
	display:block;
	margin:0 auto;
}

@media screen and (max-width:768px){
	.add-p1{font-size:22px;padding-top:30px;}
	.address{flex-wrap:wrap;}
	.address .item{margin-bottom:15px;}
	#baiduMap{height:300px;}
	.contact-title{font-size:24px;}
	#myform input{height:50px;line-height:50px;}
	#myform textarea{height:180px;}
	
	.userInfo{margin-left: 0px;}
}




