/* 联系我们CSS */


/* 头部 */
/* 导航栏 */
.nav>li:nth-child(5){
  background-color: #076ce0;
}
.navbar-default .navbar-nav>li:nth-child(5)>a {
  color: #fff;
}

/* 联系我们 */
.contact{
  width: 68%;
  margin: 0 auto;
}
.contact h3{
  font-size: 1.67rem;
  color: #076ce0;
  font-family: cuheiti;
  margin-top: 4rem;
  margin-bottom: 1.67rem;
}
.contact h3 span{
  font-size: .975rem;
  color: #3e3e3e;
  font-family: lamp;
  margin-left: 1rem;
}
.contact p{
  font-size: .75rem;
  color: #3e3e3e;
  font-family: lamp;
  line-height: 1.17rem;
  margin-bottom: 2.67rem;
}
.contact img{
  display: block;
  width: 100%;
  height: 15.58rem;
  margin-bottom: 3.67rem;
}

/* 留言方式 */
.message{
  width: 68%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.message .text{
  width: 21.75rem;
}
.message .text h3{
  font-size: 1.67rem;
  color: #076ce0;
  font-family: cuheiti;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.message .text p{
  font-size: .8rem;
  color: #3e3e3e;
  font-family: lamp;
  line-height: 1.4rem;
  margin-bottom: 8.8rem;
  text-align: center;
  text-indent: 1em;
}
.message .form{
  width: 22.5rem;
}
.form form{
  width: 100%;
}
form p{
  font-size: .9rem;
  color: #3e3e3e;
  font-family: lamp;
  line-height: 1.5rem;
}
form input{
  width: 18.75rem;
  height: 1.7rem;
  border: 1px solid black;
  margin-bottom: 1rem;
}
form textarea{
  width: 18.75rem;
  height: 6.17rem;
  border: 1px solid black;
  margin-bottom: .8rem;
}
form input[type="submit"]{
  width: 7.42rem;
  height: 1.92rem;
  color: white;
  background-color: #5ab4ff;
}

/* 内容底部 */
.contbut{
  width: 100%;
  height: 9.9rem;
  background-image: url(../images/contact_pic02.jpg);
  background-size: 100%;
}
.contbut .contb{
  width: 68%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contb p{
  font-size: 1.1rem;
  color: white;
  font-family: cuheiti;
}