@charset "utf-8";
/* CSS Document */

/*Contact 主体内容 开始*/
.Contact_Main {
  width: 100%;
  background: url(../images/Contact_Bg1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.Contact_con {
  margin: 0 auto;
}

.Contact_Main .Contact_l {
  width: 50%;
  float: left;
}

.Contact_l .Contact_tit {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  overflow: hidden;
}

.Contact_l .Contact_tit b {
  font-size: 32px;
  font-weight: normal;
  color: #ff6b03;
  display: block;
  margin-bottom: 20px;
}

.Contact_l .Contact_tit p {
  font-size: 18px;
  font-weight: lighter;
  color: #222;
  line-height: 32px;
}

.Contact_l .Contact_btn p {
  font-size: 44px;
  color: #222;
}

.Contact_l .Contact_btn a {
  display: block;
  width: 435px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #222;
  border: 2px solid #ff6b03;
  border-radius: 0 15px 0 15px;
  margin-top: 40px;
  padding: 0 25px;
  background: url(../images/jt11.png) no-repeat 95% center;
}

.Contact_l .Contact_btn a img {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: -2px 15px 0 0;
}

.Contact_l .Contact_btn a:hover {
  background: #fff url(../images/jt11.png) no-repeat 95% center;
}

.Contact_l .Contact_btn a:hover img {
  margin: 0 20px 0 0;
}

.Contact_Main .Contact_r {
  width: 30%;
  height: auto;
  float: right;
  background: #fff;
  border-radius: 0 30px 0 30px;
  padding: 40px;
}

.Contact_r dl {
  margin-bottom: 25px;
}

.Contact_r dl dt {
  font-size: 24px;
  color: #222;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
  width: 75%;
  margin-bottom: 20px;
}

.Contact_r dl dt img {
  display: inline-block;
  margin: -4px 10px 0 0;
}

.Contact_r dl dd {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.Contact_r dl.lxdh {
  margin-bottom: 0;
}

.Contact_r dl.lxdh dd {
  width: 50%;
  margin: 0 0 20px;
  float: left;
}

.Contact_r dl.lxdh dd span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  margin-bottom: 4px;
}

.Contact_r dl.lxdh dd span img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}

.Contact_r dl.lxdh dd p {
  height: 24px;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}

.Contact_r dl.lxdh dd p a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}

.Contact_r dl.lxdh dd p a:hover {
  color: #e76102;
}

.Contact_r ul li {
  display: inline-block;
  width: 50px;
  margin: 0 18px 0 0;
  position: relative;
}

.Contact_r ul li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Contact_r ul li a img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 4px auto;
  padding: 0;
}

.Contact_r ul li p {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Contact_r ul li p span {
  display: block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  background-color: #50576f;
}

.Contact_r ul li p i {
  display: block;
  width: 12px;
  height: 8px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: url(../images/jt10.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.Contact_r ul li:hover p {
  bottom: 100%;
  opacity: 1;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .Contact_Main {
    padding: 80px 0;
  }

  .Contact_Main .Contact_r {
    width: 40%;
    height: auto;
  }

  .Contact_l .Contact_btn p {
    font-size: 40px;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  .Contact_Main {
    padding: 70px 0;
  }

  .Contact_l .Contact_tit p {
    font-size: 17px;
    line-height: 30px;
  }

  .Contact_l .Contact_btn p {
    font-size: 36px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .Contact_Main {
    padding: 60px 0;
  }

  .Contact_l .Contact_tit b {
    font-size: 28px;
  }

  .Contact_l .Contact_btn p {
    font-size: 32px;
  }

  .Contact_Main .Contact_r {
    width: 45%;
    padding: 30px;
  }

  .Contact_r dl dt {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Contact_Main {
    padding: 50px 0;
  }

  .Contact_Main .Contact_l {
    width: 40%;
  }

  .Contact_l .Contact_tit b {
    font-size: 24px;
  }

  .Contact_l .Contact_tit p {
    font-size: 16px;
    line-height: 28px;
  }

  .Contact_l .Contact_btn p {
    font-size: 28px;
  }

  .Contact_l .Contact_btn a {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 17px;
  }

  .Contact_Main .Contact_r {
    width: 50%;
  }
}

@media (max-width:920px) {
  .Contact_Main {
    padding: 40px 0;
  }

  .Contact_Main .Contact_l {
    width: 45%;
  }

  .Contact_l .Contact_tit b {
    font-size: 22px;
  }

  .Contact_l .Contact_tit p {
    font-size: 15px;
    line-height: 26px;
  }

  .Contact_l .Contact_btn p {
    font-size: 26px;
  }

  .Contact_Main .Contact_r {
    padding: 25px;
  }

  .Contact_r dl dt {
    font-size: 20px;
  }
}

@media (max-width:820px) {
  .Contact_Main .Contact_l {
    width: 100%;
    margin-bottom: 50px;
  }

  .Contact_l .Contact_tit {
    margin: 0 0 30px;
  }

  .Contact_l .Contact_tit b {
    margin-bottom: 10px;
  }

  .Contact_l .Contact_btn a {
    width: 50%;
    height: 60px;
    line-height: 56px;
    font-size: 16px;
    margin-top: 20px;
  }

  .Contact_l .Contact_btn a img {
    width: 32px;
    height: 32px;
  }

  .Contact_Main .Contact_r {
    width: 100%;
    padding: 30px;
  }

  .Contact_r dl dt {
    width: 100%;
  }
}

@media (max-width:767px) {
  .Contact_Main {
    padding: 20px 0;
  }

  .Contact_Main .Contact_l {
    margin-bottom: 20px;
  }

  .Contact_l .Contact_tit {
    margin: 0 0 20px;
  }

  .Contact_l .Contact_tit b {
    font-size: 20px;
  }

  .Contact_l .Contact_tit p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
  }

  .Contact_l .Contact_btn p {
    font-size: 24px;
  }

  .Contact_l .Contact_btn a {
    width: 100%;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
  }

  .Contact_Main .Contact_r {
    padding: 20px 20px 10px;
  }

  .Contact_r dl dt {
    height: 50px;
    line-height: 40px;
    font-size: 18px;
  }

  .Contact_r dl dd {
    font-size: 15px;
  }
}

@media (max-width:570px) {
  .Contact_l .Contact_btn p {
    font-size: 22px;
  }

  .Contact_l .Contact_btn a {
    padding: 0 15px;
  }
}

@media (max-width:390px) {
  .Contact_l .Contact_btn p {
    font-size: 20px;
  }
}

@media (max-width:375px) {
  .Contact_l .Contact_btn a {
    width: 100%;
  }

  .Contact_l .Contact_btn a img {
    margin: 0 10px 0 0;
  }
}

@media (max-width:320px) {
  .Contact_r dl.lxdh dd {
    width: 100%;
    float: none;
  }
}

/*Contact 主体内容 结束*/

/*Order 主体内容 开始*/
.Order_Main {
  background: #fff;
  padding: 80px 0 140px;
  overflow: hidden;
}

.Order_con {
  margin: 0 auto;
}

.Order_Main .Order_l {
  width: 28%;
  height: 600px;
  overflow: hidden;
  margin: 0;
  padding: 130px 50px 0 60px;
  background: #fb982c url(../images/Order_Bg.png) center center no-repeat;
  background-size: cover;
  float: left;
  border-radius: 0 0 0 60px;
}

.Order_l img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 0 25px;
  padding: 0;
}

.Order_l p {
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #fff;
  font-size: 48px;
  margin: 0 auto 40px;
  padding: 0;
}

.Order_l span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  word-break: break-all;
  text-align: justify;
  margin: 30px auto 0;
  padding: 0;
}

.Order_Main .Order_r {
  width: 72%;
  float: right;
  border-top: 1px solid #eceff6;
  border-right: 1px solid #eceff6;
  border-bottom: 4px solid #ff6b03;
  overflow: hidden;
  height: 600px;
  padding: 60px 40px;
  border-radius: 0 60px 0 0;
}

.Order_r ul li.msg_ipt {
  width: 48.5%;
  overflow: hidden;
  margin: 0 3% 25px 0;
  padding: 0;
  float: left;
}

.Order_r ul li.msg_ipt:nth-child(2n+2) {
  margin: 0 0 20px;
}

.Order_r ul li.msg_tara {
  width: 100%;
  margin: 0 auto 30px;
  float: inherit;
}

.Order_r ul li.msg_btn {
  width: 100%;
  margin: 0 auto;
  float: inherit;
}

.Order_r ul li.msg_ipt input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #555;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #eceff6;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Order_r ul li.msg_tara textarea {
  display: block;
  width: 100%;
  height: 215px;
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 20px;
  border: 1px solid #eceff6;
  border-radius: 5px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Order_r ul li.msg_btn input {
  display: block;
  width: 273px;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 20px 0 0;
  padding: 0 20px;
  border: 0;
  outline: none;
  border-radius: 50px;
  cursor: pointer;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Order_r ul li.msg_btn input.MsgBtn1 {
  background-image: linear-gradient(to right, #ffa234, #e76102);
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .Order_l p {
    font-size: 36px;
  }
}

@media (max-width:1560px) {
  .Order_Main {
    padding: 80px 0 180px;
  }
}

@media (max-width:1440px) {
  .Order_l {
    padding: 130px 50px 0 50px;
  }

  .Order_l p {
    font-size: 32px;
  }

}

@media (max-width:1366px) {
  .Order_Main {
    padding: 70px 0 160px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .Order_Main {
    padding: 60px 0 150px;
  }

  .Order_Main .Order_l {
    width: 32%;
    padding: 120px 40px 0 40px;
  }

  .Order_l p {
    font-size: 30px;
  }

  .Order_l span {
    font-size: 16px;
  }

  .Order_Main .Order_r {
    width: 68%;
  }

  .Order_r ul li.msg_ipt input {
    font-size: 18px;
  }

  .Order_r ul li.msg_tara textarea {
    font-size: 18px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Order_Main {
    padding: 50px 0 140px;
  }

  .Order_Main .Order_l {
    width: 32%;
  }

  .Order_l p {
    font-size: 30px;
  }

  .Order_l span {
    font-size: 16px;
  }

  .Order_Main .Order_r {
    width: 68%;
  }

  .Order_r ul li.msg_ipt input {
    font-size: 16px;
  }

  .Order_r ul li.msg_tara textarea {
    font-size: 16px;
  }

  .Order_r ul li.msg_btn input {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (max-width:920px) {
  .Order_Main {
    padding: 40px 0 130px;
  }

  .Order_Main .Order_l {
    width: 34%;
    height: 550px;
    padding: 120px 40px 0 40px;
  }

  .Order_l p {
    font-size: 30px;
  }

  .Order_l span {
    font-size: 15px;
  }

  .Order_Main .Order_r {
    width: 66%;
    height: 550px;
    padding: 45px 35px 60px;
  }

  .Order_r ul li.msg_ipt input {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }

  .Order_r ul li.msg_tara textarea {
    font-size: 15px;
  }
}

@media (max-width:820px) {
  .Order_Main .Order_l {
    width: 100%;
    padding: 50px;
    border-radius: 0 60px 0 0;
    height: auto;
  }

  .Order_l img {
    width: 50px;
    height: 50px;
    float: left;
    margin: -8px 10px 0 0;
  }

  .Order_l p {
    font-size: 28px;
    margin: 0 auto 10px;
  }

  .Order_l span {
    margin: 0;
  }

  .Order_Main .Order_r {
    width: 100%;
    border-top: 0;
    border-left: 1px solid #eceff6;
    border-radius: 0 0 0 60px;
    height: auto;
  }

  .Order_r ul li.msg_btn input {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .Order_Main {
    padding: 20px 0 60px;
  }

  .Order_Main .Order_l {
    padding: 20px;
    border-radius: 0 40px 0 0;
  }

  .Order_l p {
    font-size: 24px;
  }

  .Order_Main .Order_r {
    padding: 20px;
    border-radius: 0 0 0 40px;
  }

  .Order_r ul li.msg_ipt input {
    font-size: 14px;
  }

  .Order_r ul li.msg_tara {
    margin: 0 auto 20px;
  }

  .Order_r ul li.msg_tara textarea {
    font-size: 14px;
  }

  .Order_r ul li.msg_ipt {
    margin: 0 3% 20px 0;
  }

  .Order_l span {
    font-weight: normal;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*Order 主体内容 结束*/