img {
  display: block;
}
.mr5 {
  margin-right: 5px;
}
.fs14 {
  font-size: 14px;
}
.alignItems {
  display: flex;
  align-items: center;
}
.justifyB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.justifyC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout {
  width: 1180px;
  margin: 0 auto;
}
.block {
  display: block;
}
.header1 {
  font-size: 14px;
  background: #20242b;
  height: 40px;
  color: #fff;
}
.header1 .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.header1 .phone {
  display: flex;
  align-items: center;
}
.header1 .phone img {
  margin-right: 5px;
}
.header1 .right {
  display: flex;
  align-items: center;
}
.header1 .right .phone {
  cursor: pointer;
  height: 40px;
  padding: 0 10px;
  position: relative;
}
.header1 .right .phone:hover .qrCode {
  display: block;
}
.header1 .right .phone .qrCode {
  display: none;
  z-index: 10;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px #00000030;
  padding: 8px;
}
.header1 .right .phone .qrCode p {
  margin-top: 10px;
  color: #666;
  text-align: center;
}
.header1 .right .phone .qrCode img {
  width: 200px;
  height: 200px;
}
.header1 .right .login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  color: #fff;
  background: #4280e7;
  margin-left: 20px;
}
.header2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header2 .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: relative;
  width: 100px;
  height: 60px;
}
.header2 .nav a.active,
.header2 .nav a:hover {
  color: #4280e7;
}
.header2 .nav a.active:before,
.header2 .nav a:hover:before {
  display: block;
  width: 42px;
  height: 5px;
  background: #4280e7;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner {
  background-repeat: no-repeat;
}
.module1 .content {
  margin-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module1 .content .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 230px;
  color: #5a5a5a;
  text-align: center;
}
.module1 .content .item h1 {
  font-size: 20px;
  color: #1e1e1e;
  margin: 25px 0 15px;
}
.headerTitle {
  color: #5a5a5a;
  width: 1063px;
  margin: 70px auto;
  text-align: center;
}
.headerTitle h1 {
  font-size: 44px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.module2 {
  background: url("../images/icon1-12.png") center;
  height: 693px;
  overflow: hidden;
}
.module2 .header {
  font-size: 44px;
  text-align: center;
  color: #ffffff;
  margin: 90px 0 60px;
}
.module2 .swiper-jy {
  position: relative;
}
.module2 .swiper-jy .swiper-button-next,
.module2 .swiper-jy .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-sizing: content-box;
}
.module2 .swiper-jy .swiper-button-next:hover,
.module2 .swiper-jy .swiper-button-prev:hover {
  opacity: 1;
}
.module2 .swiper-jy .swiper-button-next {
  right: -84px;
  background: url(../images/icon1-20.png);
}
.module2 .swiper-jy .swiper-button-prev {
  left: -84px;
  background: url(../images/icon1-19.png);
}
.module2 .swiper-jy .item {
  display: flex;
  align-items: center;
  height: 381px;
  background: #fff;
  flex-direction: column;
  color: #5a5a5a;
  text-align: center;
  padding: 0 30px;
  line-height: 2;
}
.module2 .swiper-jy .item img {
  margin-top: 40px;
}
.module2 .swiper-jy .item h1 {
  font-size: 30px;
  color: #1e1e1e;
  margin: 15px 0 5px;
}
.module3 .swiper2 {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 65px;
}
.module3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module3 .content .right {
  width: 521px;
  height: 481px;
  background: #f0f3f6;
  color: #5a5a5a;
  box-sizing: border-box;
  padding: 0 60px;
}
.module3 .content .right .qrCode {
  width: 130px;
  margin-top: 30px;
}
.module3 .content .right h1 {
  font-size: 40px;
  color: #1e1e1e;
  margin: 60px 0 30px;
}
.moreLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 51px;
  font-size: 14px;
  color: #ffffff;
  background: #4280e7;
  border-radius: 2px;
  margin-top: 100px;
}
.module4 {
  background: #f0f3f6;
  overflow: hidden;
}
.module4 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.module4 .content .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  text-align: center;
  width: 280px;
  height: 341px;
  background: #fff;
  margin-bottom: 15px;
  padding: 0 35px;
  box-sizing: border-box;
}
.module4 .content .item h1 {
  font-size: 24px;
  color: #1e1e1e;
  margin: 35px 0 20px;
}
.module4 .content .item p {
  height: 90px;
  overflow: hidden;
}
.module4 .moreLink {
  margin: 20px auto 50px;
}
.headerTitle2 {
  font-size: 40px;
  color: #1e1e1e;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin: 40px 0;
}
.headerTitle2:before {
  display: block;
  width: 62px;
  height: 5px;
  background: #4280e7;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.module5 {
  background: url("../images/icon1-35.png") center;
  height: 590px;
  overflow: hidden;
}
.module5 .content {
  margin-top: 67px;
  background: #fff;
  height: 459px;
  padding: 50px;
}
.module5 .content .right {
  color: #5a5a5a;
  box-sizing: border-box;
  margin-right: 50px;
}
.module5 .content .right .moreLink {
  margin-top: 50px;
}
.module5 .content .right h1 {
  font-size: 40px;
  color: #1e1e1e;
  margin: -10px 0 25px;
}
.module6 {
  margin-bottom: 50px;
}
.module6 .header {
  font-size: 40px;
  color: #1e1e1e;
  text-align: center;
  margin: 30px 0;
}
.module6 .content {
  overflow: hidden;
}
.module6 .content a {
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  width: 280px;
  height: 76px;
  display: block;
  float: left;
  margin-right: 20px;
}
.module6 .content a:nth-child(4n) {
  margin-right: 0;
}
.module6 .content img {
  width: 100%;
  height: 100%;
}
.footer {
  height: 264px;
  background: url("../images/icon1-52.png") center;
  overflow: hidden;
  color: #fff;
}
.footer .bottom {
  color: #ffffff90;
  text-align: center;
  font-size: 14px;
}
.footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 20px;
}
.footer .content .info img {
  margin-bottom: 30px;
}
.footer .content .info div {
  margin-right: 60px;
  line-height: 1.5;
}
.footer .content .qrCode {
  width: 100px;
  text-align: center;
  margin-left: 25px;
}
.footer .content .qrCode img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.module7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 100px;
}
.module7 .left {
  width: 500px;
}
.module7 .left h1 {
  font-size: 40px;
  color: #1e1e1e;
  margin-bottom: -10px;
}
.module7 .left .title {
  font-size: 18px;
  color: #abaaab;
}
.module7 .left .content {
  margin-top: 40px;
  color: #5a5a5a;
}
.module7 .left .content p {
  text-indent: 2em;
}
.module7 .right {
  position: relative;
  width: 626px;
  height: 377px;
}
.module7 .right img {
  position: absolute;
  top: 0;
  left: 0;
}
.module7 .right img:nth-child(2) {
  top: auto;
  bottom: 0;
}
.module7 .right img:nth-child(3) {
  left: auto;
  right: 0;
}
.module8 {
  background: #f0f3f6;
  overflow: hidden;
}
.module8 .carousel {
  position: relative;
  width: 1200px;
  margin: 0 auto 50px;
}
.module8 .carousel:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  width: 1180px;
  margin: auto;
  border-bottom: 1px solid #d3d3d3;
}
.module8 .carousel .list {
  position: relative;
}
.module8 .carousel .list li {
  position: relative;
  float: left;
  width: 377px;
  height: 550px;
  margin: 0 15px;
}
.module8 .carousel .list li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid;
  background-color: #fff;
}
.module8 .carousel .list img {
  width: 376px;
  height: 291px;
  box-shadow: 0 0 18px 0 rgba(1, 1, 1, 0.08);
  overflow: hidden;
}
.module8 .carousel .list .content {
  padding: 20px;
  text-align: center;
}
.module8 .carousel .list .content h1 {
  font-size: 24px;
}
.module8 .carousel .list .content p {
  color: #5a5a5a;
}
.module8 .carousel .prev,
.module8 .carousel .next {
  position: absolute;
  bottom: 0;
  background: left no-repeat;
  width: 49px;
  height: 49px;
  cursor: pointer;
  z-index: 2;
  background: #f0f3f6;
}
.module8 .carousel .prev {
  left: 0;
  background-image: url(../images/icon1-66.png);
}
.module8 .carousel .prev:hover {
  background-image: url(../images/icon1-68.png);
}
.module8 .carousel .next {
  right: 0;
  background-image: url(../images/icon1-67.png);
}
.module8 .carousel .next:hover {
  background-image: url(../images/icon1-69.png);
}
.module9 {
  text-align: center;
  margin: 50px auto 150px;
}
.module9 .title {
  font-size: 18px;
  color: #abaaab;
}
.module9 .title h1 {
  font-size: 40px;
  color: #1e1e1e;
  margin-bottom: -10px;
}
.module9 .content {
  font-size: 18px;
  color: #5a5a5a;
  margin-top: 30px;
}
.module10 {
  position: relative;
  margin: 0 auto 80px;
}
.module10 .position-map {
  margin-top: 60px;
  width: 100%;
  height: 515px;
}
.module10 .position-map img {
  max-width: none !important;
}
.module10 .position-map .input {
  display: block;
  margin-top: 10px;
}
.module10 .position-map .outset {
  min-height: 30px;
  padding: 0;
}
.module10 .position-map .btn {
  margin-left: 5px;
}
.module10 .address-info {
  width: 356px;
  height: 428px;
  position: absolute;
  top: -55px;
  right: 40px;
  z-index: 10;
  padding: 0 30px;
  color: #fff;
  background: #4280e7;
  box-sizing: border-box;
}
.module10 .address-info .title {
  padding: 40px 0 20px;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}
.module10 .address-info .title p {
  font-size: 24px;
  margin-bottom: 5px;
}
.module10 .address-info .form {
  font-size: 16px;
}
.module10 .address-info .input {
  height: 41px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0 12px;
  margin: 15px 0;
  color: #333;
}
.module10 .address-info .submit {
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  display: block;
}
.module10 .address-info .submit button {
  cursor: pointer;
}
.module10 .address-info .submit icon {
  position: relative;
  top: 3px;
}
.headerTitle3 {
  color: #abaaab;
  padding: 50px 0;
  text-align: center;
}
.headerTitle3 h1 {
  font-size: 40px;
  color: #1e1e1e;
}
.module11 {
  overflow: hidden;
}
.module11 .content {
  margin-bottom: 110px;
}
.module11 .content .item {
  float: left;
  width: 213px;
  color: #5a5a5a;
  text-align: center;
  font-size: 20px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.module11 .content .item img {
  margin-bottom: 10px;
}
.module11 .content .item:nth-child(5n) {
  margin-right: 0;
}
.module12 {
  background: url("../images/icon1-80.png") top no-repeat;
  background-size: auto 591px;
}
.module12 .headerTitle3 {
  color: #fff;
}
.module12 .headerTitle3 h1 {
  color: #fff;
}
.module12 .bottom {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 1180px;
  height: 654px;
  padding: 0 50px;
  background: #fff;
  box-shadow: 0 0 20px #00000020;
  box-sizing: border-box;
}
.module12 .bottom h1 {
  font-size: 24px;
  text-align: center;
  margin: 55px 0;
}
.module12 .bottom .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module12 .bottom .content .item div {
  display: flex;
  align-items: center;
  width: 229px;
  height: 69px;
  background: #ecf2fd;
  border-radius: 40px;
  font-size: 18px;
  margin-bottom: 20px;
}
.module12 .bottom .content .item div img {
  margin: 0 17px;
}
.module13 {
  padding: 70px 0 100px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module13 .left {
  width: 600px;
}
.module13 .left .tip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 51px;
  background: #4280e7;
  color: #ffffff;
  border-radius: 30px;
  font-size: 20px;
}
.module13 .left .title {
  font-size: 24px;
  margin: 30px 0;
}
.module13 .left .content {
  color: #5a5a5a;
}
.module13 .left .content p {
  margin-top: 15px;
}
.module13 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  position: relative;
}
.module13 .right .tip {
  position: absolute;
  right: -15px;
  top: -30px;
}
.module14 {
  overflow: hidden;
}
.module14 .content {
  margin-bottom: 110px;
}
.module14 .content .item {
  float: left;
  width: 101px;
  text-align: center;
  font-size: 20px;
  margin-right: 114px;
  margin-bottom: 50px;
}
.module14 .content .item img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
.module14 .content .item:nth-child(6n) {
  margin-right: 0;
}
.module15 {
  padding: 90px 0 120px;
  background: #f0f3f6;
}
.module15 .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
}
.module15 .title {
  text-align: center;
  font-size: 28px;
}
.module15 .left h1 {
  font-size: 24px;
  color: #4280e7;
}
.module15 .left .content {
  color: #5a5a5a;
}
.module15 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.module15 .right img {
  margin-right: 20px;
}
.module16 {
  color: #ffffff;
}
.module16 .content {
  background: url("../images/icon2-19.png") center no-repeat;
  width: 1180px;
  height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 100px;
}
.module16 .content h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.module16 .content div {
  width: 390px;
}
.module14 {
  overflow: hidden;
}
.module14 .carousel {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.module14 .carousel .list {
  position: relative;
}
.module14 .carousel .list li {
  position: relative;
  float: left;
  width: 384px;
  height: 440px;
  margin-right: 13px;
}
.module14 .carousel .list li:nth-child(3n) {
  margin-right: 0;
}
.module14 .carousel .list img {
  width: 384px;
  height: 251px;
  box-shadow: 0 0 18px 0 rgba(1, 1, 1, 0.08);
  overflow: hidden;
}
.module14 .carousel .list .content {
  padding: 20px;
  text-align: center;
}
.module14 .carousel .list .content h1 {
  font-size: 24px;
}
.module14 .carousel .list .content p {
  color: #5a5a5a;
}
/*# sourceMappingURL=style.css.map */