html, body {
  position: relative;
  height: 100%;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

a {
  color: #258AFF;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

div, :after, :before {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}

/*.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  border-bottom: 1px solid transparent;
  z-index: 99;
}

.header .logo {
  margin: 20px 40px;
}

.header .logo-main {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.header .logo-main a {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 130px 40px;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
}

.header .logo-yun {
  float: left;
}

.header .logo-yun a {
  display: block;
  background: url(../images/logo-yun.png) no-repeat 0 0;
  background-size: 127px 40px;
  width: 127px;
  height: 40px;
  text-indent: -9999px;
}

.header .logo-yun a:hover {
  display: block;
  background: url(../images/logo-yun-hover.png) no-repeat 0 0;
  background-size: 127px 40px;
  width: 127px;
  height: 40px;
  text-indent: -9999px;
}

.header .menu {
  margin-right: 20px;
}

.header .menu li {
  float: left;
  font-size: 16px;
  line-height: 77px;
  padding: 0 20px;
}

.header .menu a {
  display: inline-block;
  color: #FFF;
}

.header .menu .active {
  border-bottom: 3px solid #FFF;
}*/

.header-scroll,
.header-fixed {
  background: #FFF;
  border-bottom: 1px solid #f2f2f2;
}

.header-scroll .menu a,
.header-fixed .menu a {
  color: #000;
}

.header-scroll .menu .active,
.header-fixed .menu .active {
  border-bottom: 3px solid #a68a6b;
}

.header-scroll .menu .active a,
.header-fixed .menu .active a {
  color: #a68a6b;
}

/*.swiper-container {
  width: 100%;
  height: 100vh;
}*/






.header-home {
  background: #FFF;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  padding: 20px 40px;
}

.header-home .left {
  float: left;
  width: 500px;
  text-align: left;
}

.header-home .left a {
  color: #1D293F;
  margin-right: 28px;
}

.header-home .right {
  float: right;
  width: 500px;
  text-align: right;
}

.header-home .right a {
  color: #1D293F;
  margin-left: 28px;
}

.header-home .right a.active {
  color: #379AFB;
}

.header-home .right a.btn {
  display: inline-block;
  background: #0F53FA;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  padding: 0px 12px;
  border: 2px solid #0F53FA;
  border-radius: 5px;
}

.header-home .logo a {
  display: inline-block;
  background: url(../images/logo-small.png) no-repeat 0 0;
  background-size: 30px 30px;
  color: #A5896B;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 40px;
}

.feature {
  background: url(../images/bg-feature.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
  color: #FFF;
}

.feature .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.feature .text h2 {
  font-size: 52px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 30px;
}

.feature .text p {
  font-size: 16px;
  line-height: 26px;
}

.feature .text .apply-form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: #FFF;
  height: 100px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.feature .text .apply-form form {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 1000px;
}

.feature .text .apply-form form .row .wid-50 {
  float: left;
}

.feature .text .apply-form form .row .area-cascader-wrap {
  margin: 30px 0 6px;
}

.feature .text .apply-form form .row .area-select.large {
  width: 220px;
  height: 40px;
  color: #8C97AC;
  border: none;
}

.feature .apply-form input {
  width: 200px;
  height: 40px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  color: #8C97AC;
  margin: 30px 0 0;
  padding: 0 20px;
  border: none;
  border-right: 3px dotted #E2E4E8;
  outline: none;
}

.feature .apply-form input::placeholder {
  color: #8C97AC;
}

.feature .apply-form select {
  width: 190px;
  height: 40px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  color: #8C97AC;
  margin: 30px 20px 30px 0;
  padding: 0 30px;
  border: none;
  outline: none;
}

.feature .apply-form button {
  background: #22B0FC;
  width: 264px;
  height: 100px;
  font-size: 16px;
  color: #FFF;
  margin: 0;
  padding: 0 40px;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

.section {
  padding: 80px 0;
}

.section .title {
  text-align: center;
  margin-bottom: 40px;
}

.section .title h2 {
  font-size: 42px;
  color: #1D293F;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 30px;
}

.section .title p {
  font-size: 16px;
  color: #7C8087;
  line-height: 26px;
  margin-bottom: 20px;
}

.section .title p:last-child {
  margin-bottom: 0;
}

.last {
  margin-bottom: 0 !important;
}

.flex-text-img,
.flex-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-text-img .text,
.flex-img-text .text {
}

.flex-text-img .text h2,
.flex-img-text .text h2 {
  font-size: 42px;
  color: #1D293F;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 40px;
}

.flex-text-img .text h3,
.flex-img-text .text h3 {
  font-size: 38px;
  color: #1D293F;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 30px;
}

.flex-text-img .text p,
.flex-img-text .text p {
  font-size: 16px;
  color: #7C8087;
  line-height: 26px;
  margin-bottom: 20px;
}

.flex-text-img img {
  margin-left: 40px;
}

.flex-img-text img {
  margin-right: 40px;
}

.ul-a {
  padding-top: 20px;
}

.ul-a li {
  background: url(../images/icon-checked.png) no-repeat 0 0;
  width: 140px;
  font-size: 16px;
  color: #1D293F;
  line-height: 36px;
  margin-bottom: 20px;
  padding-left: 46px;
  float: left;
}

.ul-b {
  margin-bottom: 30px;
  padding-top: 10px;
}

.ul-b li {
  font-size: 16px;
  color: #7C8087;
  line-height: 26px;
  margin-right: 40px;
  float: left;
}

.ul-b li span {
  display: block;
  font-size: 30px;
  line-height: 40px;
}

.ul-c {
  margin-left: -20px;
}

.ul-c li {
  background: #fff;
  width: 270px;
  height: 210px;
  margin: 0 0 20px 20px;
  padding: 20px 25px;
  border-radius: 10px;
  float: left;
}

.ul-c li img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.ul-c li h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
}

.ul-c li span {
  color: #258AFF;
}

.ul-c li p {
  color: #858A8F;
  margin-bottom: 10px;
}

.ul-c li p:last-child {
  margin-bottom: 0;
}

.ul-d {
  margin-left: -20px;
}

.ul-d li {
  background: #fff;
  width: 320px;
  height: 390px;
  margin: 0 0 0 20px;
  border-radius: 10px;
  float: left;
}

.ul-d li img {
  width: 320px;
  height: 220px;
  border-radius: 10px 10px 0 0;
}

.ul-d li .text {
  padding: 18px 20px 20px;
}

.ul-d li .text h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.ul-d li .text p {
  color: #858A8F;
}

.dl-a {
  padding-top: 20px;
}

.dl-a dt {
  width: 80px;
  float: left;
}

.dl-a dt img {
  width: 60px;
  height: 60px;
  margin: 0;
}

.dl-a dd {
  margin-left: 80px;
}

.dl-a dd h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.banner-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/19.jpg) no-repeat 0 0;
  width: 1000px;
  height: 160px;
  color: #fff;
  margin: 0 auto;
  padding: 0 60px;
  border-radius: 10px;
}

.banner-apply p {
  font-size: 24px;
  line-height: 34px;
}

.apply .apply-form {
  padding: 20px 100px 100px;
}

.apply .apply-form .row {
  margin-bottom: 40px;
}

.apply .apply-form .wid-50 {
  width: 50%;
  padding: 0 10px;
  float: left;
}

.apply .apply-form .wid-100 {
  width: 100%;
  padding: 0 10px;
}

.apply .apply-form label {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.apply .apply-form input {
  width: 340px;
  height: 30px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 5px 18px;
  border: 2px solid #f0f0f0;
  outline: 0;
}

.apply .apply-form select {
  width: 380px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  height: 44px;
  padding: 5px 15px;
  border: 2px solid #f0f0f0;
  outline: 0;
}

.apply .area-select.large {
  width: 380px !important;
  height: 44px !important;
  border: 2px solid #f0f0f0 !important;
  border-radius: 0 !important;
}

.apply .apply-form textarea {
  width: 746px;
  height: 90px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 5px 15px;
  border: 2px solid #f0f0f0;
  outline: 0;
}

.apply .apply-form textarea::placeholder {
  color: #AAB0B7;
}

.apply .apply-form .agree-checkbox {
  float: left;
  width: 30px;
  margin-right: 10px;
}

.apply .apply-form .agree-label {
  color: #858A8F;
  font-weight: normal;
  line-height: 30px;
  padding: 0;
}

.apply .apply-form .button {
  text-align: right;
}

.apply .apply-form .button button {
  width: 200px;
  height: 44px;
}

.kehu {
  background: #F5FAFD;
}

.kehu-list {
  width: 1000px;
  margin: 0 auto;
}

.kehu-list li {
  float: left;
  background: #FFF;
  width: 281px;
  text-align: justify;
  line-height: 22px;
  margin: 20px 10px 20px;
  padding: 15px 15px;
  border: 1px solid #E2E4E8;
  border-radius: 10px;
}

.kehu-list li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.kehu-list li img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
}

.kehu-list li h4 {
  color: #1D293F;
}

.kehu-list li p {
  color: #7C8087;
}

.fangan {
  position: relative;
}

.fangan .title {
  text-align: left;
}

.tabs {
  position: absolute;
  top: 28px;
  right: 0;
  /* width: 300px; */
  width: 150px;
  height: 44px;
  border: 2px solid #FFD166;
  border-radius: 10px;
}

.tabs li {
  float: left;
  width: 150px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.tabs li a {
  color: #1D293F;
  text-decoration: none;
}

.tabs li.current {
  background: #FFD166;
}

.table-fa {
  width: 100%;
  font-size: 16px;
  color: #1D293F;
  line-height: 30px;
}

.table-fa tr td {
  vertical-align: top;
  padding: 20px 0;
  border-top: 1px solid #ECEFF4;
}

.table-fa td .banben {
  font-size: 18px;
  font-weight: bold;
}

.table-fa td .price {
  font-size: 48px;
  line-height: 60px;
  margin-left: -10px;
}

.table-fa td .btn-white {
  display: block;
  background: #FFF;
  text-align: center;
  padding: 7px 0;
  border: 2px solid #E2E4E8;
  border-radius: 5px;
}

.table-fa td .btn-blue {
  display: block;
  background: #0F53FA;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-bottom: 12px;
  padding: 7px 0;
  border: 2px solid #0F53FA;
  border-radius: 5px;
}

.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.why .text {
  padding-right: 50px;
}

.why .text h2 {
  font-size: 42px;
  color: #1D293F;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 40px;
}

.why .text p {
  font-size: 16px;
  color: #1D293F;
  line-height: 26px;
  margin-bottom: 20px;
}

.btn-blue {
  display: inline-block;
  background: #0F53FA;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 8px 26px;
  border: 2px solid #0F53FA;
  border-radius: 5px;
  cursor: pointer;
}

.btn-blue .phone {
  display: inline-block;
  background: url(../images/icon-phone.png) no-repeat 0 50%;
  background-size: 20px 20px;
  padding-left: 28px;
}

.shipin {
  background: #F5FAFD;
}

.banner {
  margin-bottom: 40px;
}

.main {
}

.main .sidebar {
  width: 300px;
  font-size: 16px;
  line-height: 26px;
  border: 2px solid #F5F6FA;
  padding: 20px 20px 10px;
  border-radius: 8px;
  float: left;
}

.main .sidebar dl {
  margin-bottom: 10px;
}

.main .sidebar dl dt {
  width: 90px;
  color: #333;
  float: left;
}

.main .sidebar dl dd {
  color: #858A8F;
  margin-left: 90px;
}

.main .sidebar dl dd a {
  color: #377DFF;
}

.main .content {
  margin-left: 340px;
  font-size: 16px;
  line-height: 26px;
}

.main .content h3,
.main .content h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  margin-bottom: 20px;
}

.main .content h4 {
  font-size: 18px;
}

.main .content p {
  color: #858A8F;
  margin-bottom: 20px;
}

.main .content span.infohold {
  display: inline-block;
  background: url(../images/infohold.png) no-repeat 50% 2px;
  background-size: 150px 20px;
  width: 150px;
  height: 22px;
  text-indent: -9999px;
}

.footer {
  position: relative;
  background: #1D293F;
  color: #8C97AC;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-top: 80px;
}

.footer .info .left {
  width: 270px;
}

.footer .info .left span {
  display: block;
  background: url(../images/logo-small.png) no-repeat 0 0;
  background-size: 30px 30px;
  color: #A5896B;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 40px;
}

.footer .info .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.footer .info .links {
  margin-left: 60px;
}

.footer .info .links a {
  color: #E9F7FE;
}

.footer .info .links h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .info .links span {
  color: #FFD166;
}

.footer .copyright {
  color: #8C97AC;
  padding: 12px 0;
  border-top: 1px solid #313D55;
}

.footer .copyright span {
  margin: 0 10px;
}

.footer .copyright a {
  color: #8C97AC;
}

.footer .footer-blue {
  position: absolute;
  top: -136px;
  right: 0;
  background: url(../images/footer-blue.png);
  background-size: 172px 417px;
  width: 172px;
  height: 417px;
}

.footer .footer-yellow {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/footer-yellow.png);
  background-size: 129px 123px;
  width: 129px;
  height: 123px;
}

#swiper-a {
  padding-top: 180px;
}

#swiper-a img {
  width: 30px;
  margin-bottom: 20px;
}

#swiper-a .swiper-slide {
  background: #FFF;
  width: 220px;
  height: 180px;
  font-size: 16px;
  color: #1D293F;
  padding: 50px 40px;
  box-shadow: 0 2px 4px 0 rgba(14, 86, 124, 0.17);
}

#swiper-a .swiper-button-prev,
#swiper-a .swiper-button-next {
  top: 75px;
  right: 160px;
  left: auto;
  background: #22B0FC;
  width: 40px;
  height: 40px;
  color: #FFF;
  line-height: 40px;
  border: 1px solid #22B0FC;
  border-radius: 50%;
}

#swiper-a .swiper-button-prev {
  right: 210px;
}

#swiper-a .swiper-button-prev:after,
#swiper-a .swiper-button-next:after {
  font-size: 14px;
}

#swiper-a .swiper-button-prev.swiper-button-disabled,
#swiper-a .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: none;
  color: #22B0FC;
  border: 1px solid #22B0FC;
}

#swiper-a .swiper-title {
  position: absolute;
  top: 50px;
  left: 160px;
}

#swiper-a .swiper-title h2 {
  font-size: 42px;
  color: #1D293F;
  font-weight: normal;
  line-height: 52px;
}

#swiper-b {
  padding: 220px 40px 50px;
}

#swiper-b .swiper-slide {
  padding: 25px 20px;
  border: 1px solid #E2E4E8;
  border-radius: 10px;
}

#swiper-b .swiper-button-prev,
#swiper-b .swiper-button-next {
  top: 165px;
  right: 260px;
  left: auto;
  width: 40px;
  height: 40px;
  color: #258AFF;
  line-height: 40px;
  font-weight: bold;
}

#swiper-b .swiper-button-prev {
  right: 310px;
}

#swiper-b .swiper-button-prev:after,
#swiper-b .swiper-button-next:after {
  font-size: 24px;
}

#swiper-b .swiper-button-prev.swiper-button-disabled,
#swiper-b .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #E2E4E8;
}

#swiper-b .swiper-pagination {
  text-align: left;
  padding-left: 40px;
}

#swiper-b .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
}

#swiper-b .swiper-title {
  position: absolute;
  top: 0px;
  left: 40px;
}

#swiper-b .swiper-title img {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}

#swiper-b .swiper-title h2 {
  font-size: 42px;
  color: #1D293F;
  font-weight: normal;
  line-height: 52px;
}

#swiper-b .swiper-slide img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 50%;
}

#swiper-b .swiper-slide p {
  font-size: 14px;
}

#swiper-c {
  padding-top: 0;
  margin-bottom: 40px;
}

#swiper-c .swiper-slide {
  display: flex;
  background: #F7F8FA;
  width: 280px;
  font-size: 18px;
  color: #1D293F;
  padding: 20px 10px 20px 15px;
  border-radius: 10px;
}

#swiper-c .swiper-slide img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

#swiper-c .swiper-slide h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}

#swiper-c .swiper-slide p {
  font-size: 14px;
}