* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,body{
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
html{
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust:none;
}
input{
  -webkit-appearance:none;
  outline:none;
}
input:focus {    
  outline:none;
}
a {
  text-decoration: none;
  color: #333; }

::selection {
  color: #333; }

::-moz-selection {
  color: #333; }

::-webkit-selection {
  color: #333; }

img{
    pointer-events: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select:none;  
    -o-user-select:none;  
    user-select:none;  
}

body:before,body:after{content:"";display:table;clear:both;}
ul, li {
  list-style: none; }
  section{
    position: relative;
  }
.clear, section:before, section:after, #box:before, #box:after, li:before, li:after {
  content: "";
  display: table;
  clear: both; }
#box{margin-top:262px;
  background:white;
}
pre {
  white-space: pre-wrap;
  display: block; }

.boxCenter, #box {
  width: 1200px;
  margin:100px auto; }

  #box::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 30%;
    background-color: #67bf8f;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 0;
  }
  #box::after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 30%;
    background-color: #67bf8f;
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
  }

.positionMiddle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.positionCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

section {
  width: 100%;
  height: auto;
  margin-bottom:100px; }
  .contact_box{
    width: 1200px;
    margin: 0 auto;
  }
.contact_box h5{
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1c9c52;
  font-size: 24px;
  font-weight: bold;
}
.yuan_she{
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yuan-margin{
  margin: 10px 20px;
}
.yuan-margin div{
  min-height: 36px;
  line-height: 36px;
 
}
.yuan-color{
  width: 100%;
  color: #333;
  font-size:16px;
  font-weight: 500;
  display: flex;
}
.lian-title{
  color: #000;
  font-weight: bold;
  min-height: 36px;
  display: inline-block;
  width: 80px;
  flex-shrink: 0;
  font-size: 16px;
}
.lian-title1{
  color: #000;
  font-weight: bold;
  min-height: 36px;
  display: inline-block;
  width: 160px;
  flex-shrink: 0;
  font-size: 16px;
}
.yuan-title{
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #18994e;
  font-size: 18px;
  font-weight: bold;
}
.yuan-title1{
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #18994e;
  font-size: 18px;
  font-weight: bold;
}
.yuan-kuang{
  width: 48%;
  margin-top: 40px;
  border: 1px solid #999;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

  .top_banner{
    width: 100vw;
    overflow: hidden;
    margin-top: 120px;
    position: relative;
  }
  
  .top_banner .image_bg,.top_banner .image_bg img{
    width: 100vw;
  }
  .contact_biaozhi{
    position: absolute;
    bottom: 26px;
    right: 186px;
  }
  .contact_name{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 140px;
    width: 280px;
    height: 68px;
    font-size: 68px;
    color: rgba(255,255,255,1);
    line-height: 68px;
  }
#box > * {
  float: left; }

.left_img {
  width: 50%; }

.left_img img {
  width: 100%;
height: 500px; }

.right_table {
  width: 50%;
  position: relative;
  height: 500px;
  box-shadow: 0px 4px 19px 0px rgba(178, 178, 178, 0.2); }

.right_table h1 {
  width: 100%;
  padding: 30px 60px;
  height: 100px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: justify;
  color: #333333; }

.right_table form {
  width: 100%;
  padding: 0 74px; }

.right_table form ul {
  width: 100%; }

.right_table form ul li {
  width: 100%; }

.right_table form ul li:not(:first-child) {
  margin-top: 17px; }

.right_table form ul li > * {
  float: left; }

.right_table form ul li p {
  width: 52px;
  height: 40px;
  line-height: 40px; }

.right_table form ul li input, .right_table form ul li textarea, .right_table form ul li select {
  width: calc(100% - (126px - 74px));
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  height: 40px; }

.right_table form ul li textarea {
  height: 112px; }

#submit_form {
  width: 80px;
  height: 36px;
  background: #009341;
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 36px;
  margin-left: calc((100% - 80px) / 2);
  text-align: center;
  border: none;
  margin-top: 17px;
  -webkit-appearance:none;
  cursor: pointer; }

#submit_form::after {
  border: none; }

#contact_way {
  width: 100%;
  background: #009341;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0; }

#contact_way div {
  float: left;
  width: 234px;
  height: 100%; }

#contact_way div h1 {
  margin-top: 12px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: white;
  line-height: 36px;
  text-align: center;
  padding: 0;
  height: auto; }

#contact_way div.contact_way_left p {
  width: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 26px;
  padding: 0;
  height: auto;
  text-align: center; }

#contact_way .contact_way_right {
  width: calc(100% - 235px); }

em {
  height: 55px;
  width: 1px;
  background: white;
  float: left;
  margin-top: 12px; }

.contact_way_right p {
  width: calc(100% - 58px);
  margin-left: 58px;
  padding-left: 30px;
  margin-top: 13px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 22px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center; }

.contact_way_right p:last-child {
  background-image: url(../images/mail.png);
  margin-top: 10px; }

@media (max-width: 450px) {
  #box::before,#box::after{
    display: none;
  }
  .right_table{
    height: auto;
  }
  .contact_biaozhi{
    bottom: 10%;
    right: 8%;
    width: 36vw;
    height: 42px;
  }
  .contact_box{
    width: 100%;
  }
  .yuan-title{
    font-size: 16px;
  }
  .yuan-title1{
    color: #18994e;
   
    font-weight: bold;
    font-size: 16px;
    height: 55px;
    line-height: 20px !important;
  }
  .lian-title{
    font-size:14px ;
  }
  .lian-title1{
    font-size:14px
  }
  .yuan-color{
    font-size:14px;
  }
  .contact_box h5{
    font-size: 18px;
  }
  .yuan-kuang{
    width: 96%;
    margin: 20px auto;
  }
  .contact_name{
    top: 35%;
    left: 8%;
    width: 40vw;
    height:22px;
    font-size: 22px;
    line-height: 22px;
    text-shadow:0px 4px 4px rgba(0, 0, 0, 0.75);
    font-weight: bold;   
  }
  section {
    margin: 50px 0 0; }
  .top_banner{
    margin: 0;
  }

  .boxCenter, #box, #box {
    width: 100%;
    margin: 15px 0; }

  .left_img {
    display: none; }

  .right_table {
    width: 100%; }

  .right_table h1 {
    padding: 0 24px;
    font-size: 17px;
    line-height: 23px;
    height: 62px; }

  .right_table form {
    padding: 0 28px; }

  .right_table form ul li p {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 38px; }

  .right_table form ul li input, .right_table form ul li textarea, .right_table form ul li select {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    width: calc(100% - 38px); }

  .right_table form ul li textarea {
    height: 105px; }

  .right_table form ul li {
    margin-top: 20px; }

  .right_table form ul li:not(:first-child) {
    margin-top: 32px; }

  #contact_way {
    display: none; }

  #submit_form {
    margin-top: 30px;
    width: 90px;
    height: 40px;
    font-size: 20px;
    border-radius: 2px; } }

/*# sourceMappingURL=contact_us.css.map */
