/* crumbs_box */
.crumbs_box {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
  background: #f6f6f6;
}

.crumbs_list {
  width: 100%;
  height: auto;
}

.crumbs_list ul li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 16px;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 20px;
}

.crumbs_list ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 20px;
}

.crumbs_list ul li span {
  float: left;
  width: auto;
  height: auto;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 20px;
  margin-left: 16px;
}

.crumbs_list ul li a:hover {
  color: #46aef7;
}

/* contact_page */
.contact_page {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background: #fcfcfc;
}

.contact_page .title_box {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}

.contact_page .title_box h2 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact_page .title_box p {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}

.contact_section2_box {
  width: 100%;
  height: 550px;
  padding-right: 490px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.contact_section2_box .contact_map {
  width: 100%;
  height: 550px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}



.contact_section2_box .contact_right_box {
  width: 460px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #46aef7;
  padding: 35px 40px;
  padding-right: 20px;
  box-sizing: border-box;
}

.contact_right_box h2 {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: bold;
}

.contact_right_list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.contact_right_list ul li {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;

  font-weight: bold;
  padding-left: 55px;
  box-sizing: border-box;
}

.contact_right_list ul li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  
  font-weight: bold;
}

.contact_right_list ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  
  font-weight: bold;
}

.contact_right_list ul li svg {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
}

.contact_right_code {
  width: 320px;
  height: auto;
  margin: 0 auto;
}

.contact_right_code .item {
  float: left;
  width: 130px;
  height: auto;
  margin: 0 15px;
}

.contact_right_code .item img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.contact_right_code .item p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}

.contact_message_section {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background: #f6f6f6;
  margin-top: 80px;
}

.contact_message_box {
  width: 100%;
  height: auto;
}

.about_message_form {
  max-width: 680px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.about_message_form form {
  width: 100%;
  height: auto;
}

.about_message_form .item {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-left: 70px;
  box-sizing: border-box;
  position: relative;
}

.about_message_form .item label {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  position: absolute;
  top: 9px;
  left: 0;
}

.about_message_form .item input {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.about_message_form .item textarea {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif;
}

.about_message_form .item_btn {
  margin-top: 30px;
}

.about_message_form .item_btn input {
  float: none;
  display: block;
  width: 180px;
  height: 52px;
  background: #46aef7;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 5px;
  cursor: pointer;
}

.about_message_form .item_btn input:hover {
  background: #1fd3e7;
}

@media (max-width: 768px) {
  .contact_page{padding: 7vw 0;}
  .contact_page .title_box{margin-bottom: 5vw;}
  .contact_page .title_box h2{font-size: 20px;}
  .contact_page .title_box p{font-size: 18px;}
  .contact_section2_box{padding-right: 0; width: 100%; height: auto;}
  .contact_section2_box .contact_right_box{width: 100%;}
}