/* 字体 */
body, html,input{font-family:"SimSun" !important;}
ul,
ol {
  list-style: none;
}
body{
	width: 100%;
}

.span1{
	color: rgb(28,117,226);
	font-weight: bold;
	font-size: 22px;
}
.span2{
	color: rgb(127,127,127);
	font-size: 16px;
}


.topImgDiv{
	width: 100%;
	height: 2.8rem;
	background: url(../images/conTactUsImg1.png);
	background-size: 100% 100%;
}


.contactMode{
	width: 90%;
	height: 5rem;
	margin: 0 auto;
	padding: 0.2rem;
	margin-top:0.3rem;
	margin-bottom:0.3rem;
}

.information{
	padding-top:0.3rem;
	width: 40%;
	height: 100%;
	float: left;
}
.map{
	padding-top:0.3rem;
	width: 59%;
	height: 100%;
	float: left;
	margin-left: 1%;
}


/* 信息内容 */
.information>div{
	background-color: #fff;
	width: 76%;
	height: 88%;
	margin: 0 auto;
	border:0.02rem solid #c0c0c0;
    box-shadow: darkgrey 0rem 0rem 0.06rem 0.02rem;/* 边框阴影 */
}
.information .info1{
	background-color: rgb(30,155,222);
	width: 100%;
	text-align: center;
	color: #fff;
	line-height:0.6rem;
	font-size: 22px;
}

.information .info2{
	width: 94%;
	padding-left:6%;
	text-align: left;
	line-height:0.6rem;
	font-size: 14px;
	border-bottom: 0.01rem solid rgb(232,232,232); 
}
/* 文字图标外加圆圈 */
/* .service_icon{
	border-radius:50%;
	border: 0.02rem solid rgb(0,105,224); 
	padding: 0.06rem;
} */


.info3{
	text-align: center;
}
.info3 img{
	padding-top:0.04rem;
	width: 28%;
	height: 28%;
}
.info3 span{
	font-size: 14px;
	color: rgb(136,136,136);
}


/* 地图 */
.map>div{
	background-color: #fff;
	width: 96%;
	height: 88%;
	margin: 0 auto;
}
/* 表单 */
.formDiv{
	width: 70%;
	margin: 0 auto;
	height: 4.9rem;
	margin-top: 0.2rem;
	margin-bottom: 0.6rem;
	text-align: center;
}
.formDiv .label1{
	color:rgb(3,109,224);
	font-size: 24px;
	font-weight: bold;
}
.formDiv input,textarea{
	padding: 0.1rem 0.1rem 0.1rem 0.2rem;
}
.formDiv table{
	padding-top:0.2rem;
	margin: 0 auto;
}
.formDiv label{
	color:rgb(60,60,60);
	line-height: 0.6rem;
}

.formDiv button {
	color: #fff;
	font-size:18px;
	background-color: rgb(3,109,224);
	padding: 0.08rem 0.34rem;
	border: 0rem;
	margin-top:0.2rem;
	margin-bottom: 0.3rem;
	
}
.tip1{
	color: red;
	font-size: 14px;
	margin-bottom: 0.2rem;
}
.tip2{
	color: rgb(168,168,168);
	font-size: 14px;
	margin-bottom: 0.2rem;
}
.topImgDiv{
	margin-top: 1.1rem;
}
.comfoot{
 	height:3.5rem;
 }
 
     /* 大屏幕（大桌面显示器，大于等于 1910px） */
@media screen and (min-width: 1900px) {
.topImgDiv {
     height: 5rem;
     margin-top: 1.7rem;
}
.contactMode{
	height: 6rem;
}
.contactMode{
	width: 12.2rem;
	height: 5rem;
	margin-top:0.7rem;
	margin-bottom:1.06rem;
}
}
