.faq{
	background: #f0f4f8;
	padding: 50px;
}
.faqtit{
	font-size:22px;
	color: #333;
	font-weight: bold;
}
.faqtit span{
	display: inline-block;
	background:#333;
	border-radius: 3px;
	font-size: 16px;
	padding: 0 5px;
	color: #fff;
	margin-right: 10px;
}
.da{
	color: #999;
	padding: 10px 0 0 30px;
}
.wuliulian{
	overflow: hidden;
	margin-top: 20px;
}
.wuliulian a{
	display: block;
	float: left;
	background: #0094de;
	color: #fff;
	padding: 5px 15px;
	margin: 0 10px 0 0;
	border-radius: 3px;
	
}
/*Lid*/
.Lid {
  padding: 30px 0px;
  padding-top:20px;
}

.Lid .container {
  position: relative;
  display:flex;
}
.Lid .container .left{
  width:50%;
}
.Lid .container .left h4 img{
	margin-right:10px;
}
.Lid .container .right{
  width:50%;
}
.zjsbxie{
	overflow: hidden;
}
.Lid .lid_wx {
  float: right;
	width: 230px;
	margin-top: 35px;
}
.Lid .lid_wx img{
	border: 0px solid #e1e1e1;
	margin-bottom: 5px;
	width:230px;
}
.Lid .lid_wx p{
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: center;
}
.Lid h4 {
  font-size: 36px;
  line-height: 30px;
  color: #333;
  font-weight:bold;
}
.Lid .container > p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.Lid_contact {
  margin-top: 35px;
  width:100%;
	float: left;
	    padding-left: 80px;
}
.Lid_contact .iconfont {
  color: #0094de;
  font-size: 18px;
  padding-right: 10px;
}
.Lid_contact > div p {
  font-size: 15px;
  line-height: 22px;
  color: #666;
	font-family: 'ProximaNova-Regular',"Microsoft Yahei";
}
.Lid_contact > div {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.Lid_contact > div:nth-of-type(4) {
  align-items: initial;
}
.addres {
  display: flex;
}
.Lid_contact > div:nth-of-type(4) p {
  line-height: 27px;
}
.Contact_person {
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
	clear: both;
}
.Contact_person2{
	display: none;
}
.Contact_person .row {
  padding-bottom: 48px;
}
.Contact_person .row > div {
  display: flex;
  margin-top: 48px;
}
.Contact_person .row > div a{
	display: flex;
}
.Contact_person .row > div img {
  margin-right: 20px;
	width: 100px;
	height: 100px;
	transition: all .3s;
}
.Contact_person .row > div:hover img{
	    transform: scale(1.1, 1.1);
}
.person h5 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
	font-weight: 700;
}
.person p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
	font-family: 'ProximaNova-Regular';
}
.person span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.message {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
	padding: 100px 0;
	padding-bottom:60px;
}

.cmap{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:700px;
}
.message_cont {
/*
  position: absolute;
  top: 80px;
*/
  background-color: #fff;
  border-radius: 5px;
  width: 440px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(1, 73, 145, 0.2);
z-index: 999;
    position: relative;
}
.message_cont h4 {
  font-size: 33px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.message form {
  margin-top: 38px;
}
.message form > div input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.message textarea {
  padding: 10px 20px;
  line-height: 30px;
  width: 100%;
  border: 1px solid #ccc;
  height: 100px;
}
.message form > div {
  margin-top: 19px;
  position: relative;
}
.message form > div .iconfont {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 22px;
  color: #0094de;
}
.submitBnt {
  background-color: #014991;
  color: #fff;
  width: 196px;
  height: 61px;
  margin:18px auto 0 auto;
  display: block;
  transition: all 0.3s;
}
.submitBnt:hover {
  color: #FFF;
  background-color: #0193DD;
  border: 1px solid #0193DD;
}
@media(max-width: 975px) {
  .Contact_person .row > div img {
    margin-right: 16px;
  }
  .Lid_contact {
    margin-top: 35px;
    width: 60%;
  }
	.Contact_person3 {
  display: none;
}
.Contact_person2{
	display: block;
}
}
@media (max-width: 780px) {
	.faq {
    padding: 30px;
}
	.wuliulian a{
		width: 45%;
		text-align: center;
		 margin: 0 10px 5px 0;
	}
}
@media (max-width: 580px) {
	.person p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
	.faqtit{
		font-size: 16px;
	}
	.faqtit span {
    display: inline-block;
    background: #333;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 5px;
    color: #fff;
    margin-right: 10px;
}
	.person span {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
	.ditu{
		display: none;
	}
  .cont_tiele {
    bottom: 30px;
    width: 100%;
  }
  .dtimg {
    height: 200px;
  }
  .cont_tiele h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .cont_tiele span {
    font-size: 14px;
    display: inline-block;
    padding: 0px 40px;
    text-align: center;
    width: 100%;
    line-height: 16px;
  }
  .Lid {
    padding: 50px 20px;
  }
  .Lid h4 {
    font-size: 20px;
    line-height: 25px;
	  font-weight: 700;
  }
  .Lid .container > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .Lid_contact > div p {
    line-height: 18px;
    font-size: 14px;
  }
  .Lid_contact > div:nth-of-type(4) p {
    line-height: 18px;
    font-size: 14px;
  }
  .addres {
    margin-top: 3px;
  }
  .Lid .lid_wx {
    display: none;
  }
  .Lid_contact {
    margin-top: 20px;
    width: 100%;
  }
  .Lid_contact > div {
    margin-top: 5px;
  }
  .Contact_person {
    margin-top: 25px;
  }
  .Contact_person .row > div {
    margin-top: 15px;
  }
  .Contact_person .row {
    padding-bottom: 20px;
  }
  /*	message*/
  .message {
background: none;
	  padding: 0;
  }
  .message_cont {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .message_cont h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .message form {
    margin-top: 15px;
  }
  .message form > div {
    margin-top: 12px;
  }
  .message .container {
    position: static;
  }
	.message form > div input,.message textarea{
	padding-left:15px;
	}
	.wuliulian a{
		width: 90%;
		text-align: center;
		 margin: 0 10px 5px 0;
		font-size: 14px;
	}
	.da p{
		font-size: 14px;
		line-height: 18px;
	}
}