﻿/*author:tangxue*/
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  line-height: 1;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  *margin-top: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.wid300 {
  width: 300px;
}

.wid390 {
  width: 390px;
}

.new-right-m1 {
  box-sizing: border-box;
  background: url(../images/right-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 !important;
}
.new-right-m1 * {
  box-sizing: border-box;
}
.new-right-m1 .toggle-title {
  margin: 20px 0;
}
.new-right-m1 .toggle-title .title-l, .new-right-m1 .toggle-title .title-r {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.new-right-m1 .toggle-title .title-l span, .new-right-m1 .toggle-title .title-r span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.new-right-m1 .toggle-title .title-l span i, .new-right-m1 .toggle-title .title-r span i {
  color: #ffee8f;
}
.new-right-m1 .toggle-title .title-l.active span::after, .new-right-m1 .toggle-title .title-r.active span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon2.png) no-repeat;
  width: 82px;
  height: 6px;
  bottom: -10px;
  left: 50%;
  margin-left: -41px;
}
.new-right-m1 .toggle-title .title-r {
  background: url(../images/icon3.png) no-repeat left center;
}
.new-right-m1 .toggle-title .title-r span::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -40px;
  background: url(../images/icon1.png) no-repeat;
  width: 43px;
  height: 32px;
}
.new-right-m1 .form-box {
  width: 90%;
  margin: 0 auto;
}
.new-right-m1 .form-box form {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(255, 127, 0, 0.58);
  border-radius: 4px;
  padding-bottom: 19px;
}
.new-right-m1 .form-box form .title-box .title {
  display: none;
  height: 76px;
  text-align: center;
  padding: 20px 0 0;
  background: none;
}
.new-right-m1 .form-box form .title-box .title:first-child {
  display: block;
}
.new-right-m1 .form-box form .title-box .title .p1 {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.new-right-m1 .form-box form .title-box .title .p1::before, .new-right-m1 .form-box form .title-box .title .p1::after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon4.png) no-repeat;
  top: 4px;
}
.new-right-m1 .form-box form .title-box .title .p1::before {
  left: 20%;
}
.new-right-m1 .form-box form .title-box .title .p1::after {
  right: 20%;
}
.new-right-m1 .form-box form .title-box .title .p2 {
  position: relative;
  font-size: 14px;
  color: #ff8a64;
  margin-top: 8px;
  display: inline-block;
}
.new-right-m1 .form-box form .title-box .title .p2::before, .new-right-m1 .form-box form .title-box .title .p2::after {
  display: block;
  position: absolute;
  content: "";
  width: 67px;
  height: 1px;
  background-color: #ff9c66;
  top: 7px;
}
.new-right-m1 .form-box form .title-box .title .p2::before {
  left: -76px;
}
.new-right-m1 .form-box form .title-box .title .p2::after {
  right: -76px;
}
.new-right-m1 .form-box form .title-box .title .p3 {
  line-height: 38px;
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.new-right-m1 .form-box form .title-box .title .p3::before, .new-right-m1 .form-box form .title-box .title .p3::after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon4.png) no-repeat;
  top: 42%;
}
.new-right-m1 .form-box form .title-box .title .p3::before {
  left: 10%;
}
.new-right-m1 .form-box form .title-box .title .p3::after {
  right: 10%;
}
.new-right-m1 .form-box form .input-box {
  width: 90%;
  margin: 0 auto 11px;
  height: 35px;
  line-height: 35px;
}
.new-right-m1 .form-box form .input-box label {
  float: left;
  width: 30%;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.new-right-m1 .form-box form .input-box input {
  font-family: "Microsoft YaHei";
  float: left;
  width: 65%;
  height: 35px;
  line-height: 35px;
  background: url(../images/input-bg1.png) no-repeat;
  background-size: 100% 100%;
  outline: none;
  border: none;
  text-indent: 12px;
}
.new-right-m1 .form-box form .btn-box {
  width: 90%;
  margin: 0 auto;
}
.new-right-m1 .form-box form .btn-box a, .new-right-m1 .form-box form .btn-box input {
  font-family: "Microsoft YaHei";
  float: left;
  width: 45%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  outline: none;
  border: none;
  background-image: linear-gradient(-26deg, #ff7537 0%, #ff9363 100%);
  box-shadow: 0px 2px 8px 0px rgba(255, 145, 96, 0.58);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.new-right-m1 .form-box form .btn-box a {
  margin-left: 14px;
  background-image: linear-gradient(163deg, #ffd987 0%, #ffbd2f 100%);
  color: #98762c;
}
.new-right-m1 .form-box .tel {
  line-height: 63px;
  height: 63px;
  text-align: center;
}
.new-right-m1 .form-box .tel span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #ffee8f;
  background: url(../images/tel-icon.png) no-repeat left center;
  padding-left: 60px;
  background-size: 74px 74px;
}

.public-input {
  font-family: "Microsoft YaHei";
  display: block;
  width: 92%;
  margin: 0 auto 10px;
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 15px;
}

.public-btn {
  margin: 0 auto;
  width: 92%;
}
.public-btn a, .public-btn input {
  font-family: "Microsoft YaHei";
  width: 100%;
  display: block;
  box-shadow: 6px 0px 15px 0px rgba(32, 112, 203, 0.15);
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  outline: none;
  border: none;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.new-right-m2 {
  box-sizing: border-box;
  background: url(../images/right-bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 !important;
}
.new-right-m2 * {
  box-sizing: border-box;
}
.new-right-m2 .m2-toptitle {
  margin-left: 6%;
  padding-top: 22px;
  text-align: left;
}
.new-right-m2 .m2-toptitle .p1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.new-right-m2 .m2-toptitle .p2 {
  text-align: center;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 124px;
  font-size: 26px;
  color: #3a96ff;
  font-weight: bold;
  background: url(../images/t-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 7px;
}
.new-right-m2 .form-box form {
  background: rgba(255, 255, 255, 0.95);
  width: 92%;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
}
.new-right-m2 .form-box form .toggle-title {
  margin-bottom: 20px;
}
.new-right-m2 .form-box form .toggle-title div {
  font-size: 18px;
  float: left;
  color: #fff;
  background-color: #2acdf0;
  width: 50%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  cursor: pointer;
}
.new-right-m2 .form-box form .toggle-title div.active {
  color: #3a96ff;
  background: rgba(255, 255, 255, 0.95);
}
.new-right-m2 .form-box form .toggle-title .title-l {
  border-radius: 10px 0px 0px 0px;
}
.new-right-m2 .form-box form .toggle-title .title-r {
  border-radius: 0px 10px 0px 0px;
}
.new-right-m2 .form-box form .time-down {
  display: none;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.new-right-m2 .form-box form .time-down span {
  display: inline-block;
}
.new-right-m2 .form-box form .time-down span.time {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(0deg, #3f97fb 0%, #5faaff 100%), linear-gradient(#ff6c44, #ff6c44);
  border-radius: 4px;
  font-weight: normal;
}
.new-right-m2 .form-box form .time-down span.mh {
  font-size: 20px;
  color: #3f97fb;
}
.new-right-m2 .form-box form .public-input {
  border: solid 1px #7fccff;
}
.new-right-m2 .form-box form .btn-box {
  padding-bottom: 10px;
}
.new-right-m2 .form-box form .btn-box input {
  background-image: linear-gradient(0deg, #3f97fb 0%, #5faaff 100%), linear-gradient(#3f97fb, #3f97fb);
}
.new-right-m2 .form-box form .btn-box a {
  background-image: linear-gradient(0deg, #29ccef 0%, #34d5f8 100%), linear-gradient(#29ccef, #29ccef);
}
.new-right-m2 .form-box form .btn-box.active input, .new-right-m2 .form-box form .btn-box.active a {
  width: 48%;
  float: left;
}
.new-right-m2 .form-box form .btn-box.active input {
  margin-right: 2%;
}
.new-right-m2 .tel {
  line-height: 42px;
  height: 42px;
  text-align: center;
}
.new-right-m2 .tel span {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  background: url(../images/tel-icon1.png) no-repeat left center;
  padding-left: 34px;
}

.new-right-m3 {
  box-sizing: border-box;
  background: url(../images/right-bg3.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0 0 10px 0 !important;
}
.new-right-m3 * {
  box-sizing: border-box;
}
.new-right-m3 .form-box .toggle-title {
  margin-bottom: 20px;
}
.new-right-m3 .form-box .toggle-title div {
  font-size: 20px;
  float: left;
  color: #fff;
  background-color: #ffb548;
  width: 50%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  cursor: pointer;
}
.new-right-m3 .form-box .toggle-title div.active {
  background: none;
}
.new-right-m3 .form-box .toggle-title .title-l {
  border-radius: 10px 0px 0px 0px;
}
.new-right-m3 .form-box .toggle-title .title-r {
  border-radius: 0px 10px 0px 0px;
}
.new-right-m3 .form-box form {
  width: 92%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
}
.new-right-m3 .form-box form .title-box {
  text-align: center;
}
.new-right-m3 .form-box form .title-box .p1 {
  font-size: 26px;
  color: #444444;
  padding: 20px 0 16px;
  font-weight: bold;
}
.new-right-m3 .form-box form .title-box .p4 {
  display: none;
  margin-bottom: 20px;
}
.new-right-m3 .form-box form .title-box .p4 span {
  display: inline-block;
  background: url(../images/dz-icon.png) no-repeat left center;
  font-size: 16px;
  color: #ff6d46;
  padding-left: 20px;
  margin-right: 10px;
}
.new-right-m3 .form-box form .public-input {
  border: solid 1px #ff9b7f;
  background-color: #ffefeb;
}
.new-right-m3 .form-box form .btn-box {
  padding-bottom: 10px;
}
.new-right-m3 .form-box form .btn-box input {
  background-image: linear-gradient(0deg, #ff6c44 0%, #ff7e5b 100%), linear-gradient(#3f97fb, #3f97fb);
}
.new-right-m3 .form-box form .btn-box a {
  background-image: linear-gradient(0deg, #ffb448 0%, #ffbc47 100%), linear-gradient(#ffb448, #ffb448);
}
.new-right-m3 .form-box .tel {
  line-height: 51px;
  height: 51px;
  text-align: center;
}
.new-right-m3 .form-box .tel span {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  background: url(../images/tel-icon1.png) no-repeat left center;
  padding-left: 34px;
}

.new-right-m4 {
  box-sizing: border-box;
  background: url(../images/right-bg4.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 !important;
}
.new-right-m4 * {
  box-sizing: border-box;
}
.new-right-m4 .toggle-title {
  margin: 17px 0 10px;
}
.new-right-m4 .toggle-title .title-l, .new-right-m4 .toggle-title .title-r {
  float: left;
  text-align: center;
  width: 48%;
  text-align: center;
  cursor: pointer;
}
.new-right-m4 .toggle-title .title-l span, .new-right-m4 .toggle-title .title-r span {
  width: 102px;
  height: 48px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.new-right-m4 .toggle-title .title-l span i, .new-right-m4 .toggle-title .title-r span i {
  color: #ffee8f;
}
.new-right-m4 .toggle-title .title-l.active span, .new-right-m4 .toggle-title .title-r.active span {
  background: url(../images/t-bg1.png) no-repeat;
}
.new-right-m4 .form-box {
  width: 90%;
  margin: 0 auto;
}
.new-right-m4 .form-box form {
  background-color: #ffffff;
  border-radius: 10px;
}
.new-right-m4 .form-box form .title-box .title {
  display: none;
  height: 76px;
  text-align: center;
  padding: 20px 0 0;
  background: none;
}
.new-right-m4 .form-box form .title-box .title:first-child {
  display: block;
}
.new-right-m4 .form-box form .title-box .title .p1 {
  font-size: 26px;
  color: #1881ed;
  font-weight: bold;
  line-height: 1;
}
.new-right-m4 .form-box form .title-box .title .p2 {
  font-size: 17px;
  color: #98b6d9;
  margin-top: 8px;
  background: url(../images/t-bg2.png) no-repeat center;
  line-height: 1;
}
.new-right-m4 .form-box form .title-box .title .p3 {
  line-height: 38px;
  position: relative;
  font-size: 20px;
  color: #1881ed;
  font-weight: bold;
}
.new-right-m4 .form-box form .public-input {
  border: solid 1px #cce5ff;
  background-color: #f7fafc;
}
.new-right-m4 .form-box form .btn-box {
  padding-bottom: 10px;
}
.new-right-m4 .form-box form .btn-box input {
  background-image: linear-gradient(0deg, #1575ec 0%, #23a9ef 100%), linear-gradient(#3f97fb, #3f97fb);
}
.new-right-m4 .form-box form .btn-box a {
  background-image: linear-gradient(0deg, #f85b31 0%, #ff8b5e 100%), linear-gradient(#ffb448, #ffb448);
}
.new-right-m4 .form-box .tel {
  text-align: center;
}
.new-right-m4 .form-box .tel .span1 {
  display: inline-block;
  line-height: 43px;
  height: 43px;
  font-size: 26px;
  font-weight: bold;
  color: #1576ec;
  background: url(../images/tel-icon2.png) no-repeat left center;
  padding-left: 24px;
}
.new-right-m4 .form-box .tel .span2 {
  display: none;
  font-size: 15px;
  color: #59a0d9;
  line-height: 1.6;
  padding: 10px 0;
}

.apTopDiv {
  display: none;
  position: relative;
  top: 0;
}

/*# sourceMappingURL=style.css.map */
.zdy{margin-bottom: 30px;}