@charset "utf-8";

/*
* Css3 reset base.
* @Author nlwy update 2016-03-17
* Copyright caikr 2014-2016.
*/

em,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b {
  font-style: normal;
  font-weight: normal;
}


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


a:visited,
a:active,
a:focus {
  outline: none table border-spacing: 0 border-collapse: collapse
}


nav,
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}


body {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  /* width: 100%; */
  min-width: 1200px;
  margin: 0;
  background-color: #fff;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}

.nav-content {
  width: 1200px;
  height: 86px;
  line-height: 86px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-content img {
  width: 151px;
  height: 44px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.nav-content div a {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 25px;
  padding: 0 72px;
  position: relative;
}

.nav-content div a:last-child:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 3px;
}

.zaxd-banner {
  /* margin-top: 86px; */
  /* height: 558px; */
  overflow: hidden;
}

.swiper-container {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  max-height: 558px;
}

.swiper-slide-img1 {
  width: 100%;
  height: 100%;
  background-image: url('./../images/zaxd-banner-one.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-slide-img2 {
  width: 100%;
  height: 100%;
  background-image: url('./../images/zaxd-banner-two.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-slide-img3 {
  width: 100%;
  height: 100%;
  background-image: url('./../images/zaxd-banner-three.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-pagination-bullets {
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 54px;
  height: 3px;
  border-radius: 0;
  margin: 0 8px !important;
  background-color: rgba(204, 204, 204, 0.5);
}

.swiper-pagination-bullet-active {
  width: 54px;
  height: 3px;
  margin: 0 8px !important;
  background-color: #fff;
  border-radius: 0;
}

/*快速便捷section*/
.section-one {
  width: 1200px;
  height: 598px;
  margin: 0 auto;
  overflow: hidden;
}

.zaxd-section h1 {
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 50px;
  text-align: center;
  position: relative;
  margin-top: 100px;
}

.zaxd-section h1:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 8px;
  background: rgba(18, 194, 135, 1);
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

.section-one-ul {
  display: flex;
  width: 1120px;
  /* justify-content: center; */
  padding: 0;
  margin: 0 auto;
  margin-top: 70px;
}

.section-one-ul li {
  text-align: center;
  ;
}

.section-one-ul li:nth-child(2) {
  margin: 0 260px;
}

.section-one-ul li img {
  width: 144px;
  height: 144px;
  /* margin: 0 auto; */
}

.section-one-ul li h3 {
  font-size: 28px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  margin: 0;
  margin-top: 32px;
  text-align: center;
}

.section-one-ul li p {
  font-size: 22px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  margin-top: 12px;
  text-align: center;
}

.section-two {
  background-color: rgba(247, 247, 247, 1);
  height: 830px;
  overflow: hidden;
}

.section-two-ul1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.section-two-ul1 li img {
  width: 342px;
  height: 420px;
}

.line {
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  margin-top: 31px;
}

.secton-two-ul2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.secton-two-ul2 li {
  width: 342px;
  display: flex;
  justify-content: center;
  position: relative;
}

.secton-two-ul2 li:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 15px;
  position: absolute;
  top: -41px;
  left: 50%;
  /* z-index: 10; */
  transform: translateX(-50%);
  background-color: #f7f7f7;
}

.secton-two-ul2 li img {
  width: 58px;
  height: 50px;
}

.section-three {
  height: 610px;
  width: 1200px;
  margin: 0 auto;
}

.section-three-ul1 {
  display: flex;
  margin-top: 88px;
  padding-bottom: 59px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.section-three-ul2 {
  border: none;
}

.section-three-ul1 li {
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.section-three-ul1 li img {
  width: 100px;
  height: 122px;
}

.section-three-text {
  flex: 1;
  margin-left: 23px;
}

.section-three-text h3 {
  font-size: 22px;
  font-family: PingFangSC-Medium,
    PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  margin: 0;
}

.section-three-text p {
  font-size: 14px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  line-height: 20px;
  width: 346px;
  margin-top: 8px;
}

.vigilant-banner {
  width: 100%;
  height: 340px;
  margin-top: 40px;
}

footer {
  background-color: rgba(247, 247, 247, 1);
  height: 326px;
}

.zaxd-footer {
  width: 1200px;
  margin: 0 auto;
}

.zaxd-footer ul {
  display: flex;
  margin-top: 62px;
}

.zaxd-footer ul li {
  flex: 1;
}

.zaxd-footer ul li h5 {
  font-size: 16px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
  color: rgba(34, 34, 34, 1);
  line-height: 22px;
  margin: 62px 0 30px 0;
}

.zaxd-footer ul li h5 > span:nth-child(2) {
  margin-left: 48px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 600;
}

.zaxd-footer ul li h5 > a {
  font-size: 16px;
}

.zaxd-footer ul li a {
  font-size: 14px;
  font-family: PingFangSC-Semibold,
    PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  margin: 20px 0;
}

.zaxd-footer ul li p {
  font-size: 14px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  line-height: 30px;
  margin: 20px 0;
}

.codes {
  margin-top: 30px !important;
  padding: 0;
}

.codes li {
  width: 100px;
  height: 100px;
  margin-right: 22px;
  text-align: center;
}

.codes li img {
  width: 100px;
  height: 100px;
}

.codes li p {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  margin: 5px !important;
}

.zaxd-copyright {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular,
    PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  text-align: center;
  margin-top: 107px;
}

.notice{
  width: 64px;
  height: 64px;
  background: url('../images/tz-icon.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0;
  top: 188px;
  z-index: 998;
  cursor: pointer;
}

.notice-container{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.notice-box{
  width: 688px;
  height: 256px;
  background: url('../images/box-bg.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  box-sizing: border-box;
  padding:24px 30px 0 30px;
}

.notice-box h2{
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 22px;
}

.notice-box p{
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  display: flex;

}

.notice-box p b{
  display: inline-block;
}

.notice-container .close{
  width: 28px;
  height: 28px;
  background: url('../images/close.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top:-50px;
  cursor: pointer;
}