.banner-section {
  width: 100%;
  min-width: 1300px;
  height: 420px;
  position: relative;
  overflow: hidden;
  background: url("../images/home/banner.jpg") no-repeat center;
}

.banner-section .cont {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
}

.banner-section .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.banner-section .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}


.banner-section .count {
  display: flex;
  justify-content: center;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  background: rgba(10, 10, 80, 0.4);
}

.banner-section .item {
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
  width: 340px;
}

.banner-section .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background: #c3c4d0;
  margin-left: 50px;
}

.banner-section .item:nth-last-child(1):after {
  display: none;
}

.banner-section .item .icon {
  width: 56px;
  height: 75px;
  margin-right: 10px;
  font-size: 16px;
}

.banner-section .item span {
  font-size: 32px;
  color: #00f0ff;
}

.banner-section .item .icon1 {
  background: url("../images/home/icon-count-01.png") no-repeat center;
}

.banner-section .item .icon2 {
  background: url("../images/home/icon-count-02.png") no-repeat center;
}

.banner-section .item .icon3 {
  background: url("../images/home/icon-count-03.png") no-repeat center;
}

.banner-section .item .icon4 {
  background: url("../images/home/icon-count-04.png") no-repeat center;
}

.home-keydirect .con {
  display: flex;
  align-items: center;
  padding: 10px 35px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #e2effd 0, #fce6e8 100%);
}

.home-keydirect .title {
  color: #0072ff;
  font-size: 16px;
}

.home-keydirect .title .icon-lb {
  width: 25px;
  height: 25px;
  background: url("../images/home/icon-a1.png") no-repeat center;
  margin-right: 10px;
}


.home-keydirect ul {
  display: flex;
}

.home-keydirect li {
  margin: 0 10px;
  padding: 0 27px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}

.home-keydirect .more {
  flex: 1;
  text-align: right;
}

.home-keydirect .more em {
  font-family: 'simsun';
  font-size: 20px;
  font-weight: 600;
  color: #0072ff;
}




.home-title {
  position: relative;
}

.home-title h2 {
  display: flex;
  align-items: center;
  margin: 25px 15px;
  font-size: 24px;
  color: #262632;
  font-weight: bold;
}

.home-title .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.home-title .icon-t01 {
  background: url("../images/home/icon-szpt.png") no-repeat center;
}

.home-title .icon-t02 {
  background: url("../images/home/icon-t02.png") no-repeat center;
}

.home-title .icon-t03 {
  background: url("../images/home/icon-t03.png") no-repeat center;
}

.home-title .icon-t04 {
  background: url("../images/home/icon-t04.png") no-repeat center;
}

.home-title .icon-t05 {
  background: url("../images/home/icon-t05.png") no-repeat center;
}

.home-more-btn {
  position: absolute;
  right: 15px;
  top: 10px;
}

.home-more-btn a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  font-family: 'simsun';
  color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #6db5ff 0, #056eff 100%);
}

.home-more-btn a:hover {
  opacity: .9;
}

.home-kydt {
  padding: 35px 0;
  background: url("../images/home/kydt-bg.jpg") no-repeat center;
  background-size: cover;
}

.home-kydt .title {
  display: flex;
}

.home-kydt .title .icon {
  width: 28px;
  height: 25px;
  margin-right: 10px;
}

.home-kydt .title span {
  font-size: 20px;
  color: #22252c;
}

.home-kydt .title .icon-01 {
  background: url("../images/home/icon-dongtai.png") no-repeat center;
}

.home-kydt .title .icon-02 {
  background: url("../images/home/icon-tp.png") no-repeat center;
}

.section-zxdt {
  width: 400px;
  background: rgba(255, 255, 255, 0.7);
}

.section-zxdt {
  padding: 25px;
  width: 405px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.7);
}

.section-zxdt a {
  display: block;
  height: 100%;
}

.section-zxdt .img {
  width: 350px;
  height: 225px;
  border-radius: 11px;
  overflow: hidden;
}

.section-zxdt a:hover .img img {
  transition: all .3s;
}

.section-zxdt a:hover .img img {
  transform: scale(1.05);
}

.section-zxdt h3 {
  font-size: 18px;
  line-height: 30px;
}

.section-zxdt .desc {
  padding: 18px;
  line-height: 24px;
  color: #7b7b85;
  border-radius: 6px;
  background: #edf1fc;
}

.section-zxdt .el-carousel__indicator--horizontal {
  padding: 0 4px !important;
}

.section-zxdt .el-carousel__indicators--horizontal {
  bottom: 0;
  left: auto !important;
  right: 0;
  transform: translateX(0%);
}

.section-zxdt .el-carousel__button {
  display: block;
  opacity: .48;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
}

.section-zxdt .is-active .el-carousel__button {
  opacity: 1;
  background: #ff6c00;
}

.section-yjtp {
  padding: 30px;
  width: 750px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.7);
}

.section-yjtp .item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #abacaf;
}

.section-yjtp .item a {
  display: flex;
  height: 100%;
  padding: 10px 30px 20px 0;
}

.section-yjtp .item:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
}

.section-yjtp .date {
  flex-shrink: 0;
  padding: 3px;
  width: 100px;
  height: 102px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, #c8c6ec 0, #9fc2fd 100%);
}

.section-yjtp .date span {
  display: block;
  height: 65px;
  font-size: 62px;
  font-family: Arial;
}

.section-yjtp h3 {
  font-size: 18px;
}

.section-yjtp .desc {
  font-size: 14px;
  line-height: 24px;
  color: #7b7b85;
}

.home-tec .item {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 115px;
  border-radius: 5px;
  border: 1px solid #f0eff2;
  background: #f5f8ff;
}

.home-tec .item:hover {
  background: #eff3fb;
}


.home-tec .item .img {
  width: 216px;
  height: 145px;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

.home-tec .item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #010204;
}

.home-tec .item .btns {
  display: flex;
}

.home-tec .item .btns a {
  margin-right: 8px;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #3671e5;
  background: #fff;
  border: 1px solid #80b3f2;
  border-radius: 3px;
}

.home-tec .item .details {
  display: flex;
  flex-wrap: wrap;
}

.home-tec .item .details p {
  color: #1f2e4b;
  margin-bottom: 12px;
  width: 33%;
}

.home-tec .item .title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.home-tec .item .title::before {
  content: "";
  width: 3px;
  height: 24px;
  background: #3671e5;
  margin-right: 15px;
}

.home-tec .item .title h3 {
  width: 50%;
}

.home-expert {
  padding: 40px;
  background: url(../images/home/expert-bg.jpg) no-repeat center;
  background-size: cover;
}

.home-expert .title {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
}

.home-expert .title .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.home-expert .title .icon-01 {
  background: url(../images/home/icon-expert.png) no-repeat center;
}

.home-expert .title .icon-02 {
  background: url(../images/home/icon-team.png) no-repeat center;
}

.home-expert .title span {
  font-size: 20px;
  color: #22252c;
}

.home-expert .expert-list {
  display: flex;
  justify-content: space-between;
}

.home-expert .expert-list .item {
  position: relative;
  width: 265px;
  min-height: 337px;
  border-radius: 7px;
  background: url(../images/home/expert-item-bg.jpg) no-repeat center;
  background-size: cover;
}

.home-expert .expert-list .item a {
  display: block;
  height: 100%;
  padding: 25px 25px 75px;
}

.home-expert .expert-list .item .img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.home-expert .expert-list .item .img img {
  width: 100%;
  height: 100%;
}

.home-expert .expert-list .item a:hover {
  box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

.home-expert .expert-list .item .name {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  color: #22252c;
}

.home-expert .expert-list .item .tags {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.home-expert .expert-list .item .tag {
  margin: 0 10px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: #fff;
}

.home-expert .expert-list .item .blue {
  color: #53a3f4;
  border: 1px solid #53a3f4;
}

.home-expert .expert-list .item .orange {
  color: #f48c53;
  border: 1px solid #f48c53;
}

.home-expert .expert-list .item .desc {
  line-height: 24px;
  color: #1f3239;
}

.home-expert .expert-list .zstp-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.home-expert .team-list {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(25, 65, 155, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

.home-expert .team-list .item {
  width: 370px;
  height: 215px;
}

.home-expert .team-list .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.home-expert .team-list .img img {
  width: 100%;
  height: 100%;
}

.home-expert .team-list .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.home-expert .team-list .item .desc {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.home-expert .team-list .item a:hover .name {
  display: none;
}

.home-expert .team-list .item a:hover .desc {
  opacity: 1;
  transition: all 0.3s ease;
}

.home-expert .team-list .item .desc h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.home-expert .team-list .item .desc p {
  line-height: 26px;
}

.home-kypt .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.home-kypt .con .item {
  margin-bottom: 20px;
  width: 560px;
  height: 185px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: url(../images/home/kypt-item-bg.jpg) no-repeat center center;
}

.home-kypt .con .item a {
  display: block;
  padding: 22px 0;
  width: 100%;
  height: 100%;
}

.home-kypt .con .item a:hover {
  transition: all 0.3s ease;
  box-shadow: 0 0 18px rgba(30, 30, 135, 0.06);
}

.home-kypt .con .item .name {
  padding-left: 20px;
  font-size: 20px;
  color: #010204;
  height: 24px;
  line-height: 24px;
  border-left: 2px solid #0072ff;
}

.home-kypt .con .item .tags {
  display: flex;
  padding-left: 15px;
}

.home-kypt .con .item .tag {
  margin: 0 10px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  background: #fff;
}

.home-kypt .con .item .blue {
  color: #53a3f4;
  border: 1px solid #53a3f4;
  background: #f4f6fc;
}

.home-kypt .con .item .orange {
  color: #f48c53;
  border: 1px solid #f48c53;
  background: #fff7f8;
}

.home-kypt .con .item .desc {
  color: #1f2e4b;
  padding-left: 30px;
}

.home-zthb {
  padding: 40px 0;
  background: url(../images/home/zthb-bg.jpg) no-repeat center;
  background-size: cover;
}

.home-zthb .title {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
}

.home-zthb .title .icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.home-zthb .title .icon-01 {
  background: url(../images/home/icon-jszt.png) no-repeat center;
}

.home-zthb .title .icon-02 {
  background: url(../images/home/icon-cghb.png) no-repeat center;
}

.home-zthb .title span {
  font-size: 20px;
  color: #22252c;
}

.home-zthb .jszt-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 22px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.home-zthb .jszt-list .item {
  width: 260px;
  height: 270px;
  margin-bottom: 24px;
}

.home-zthb .jszt-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dae1ed;
}

.home-zthb .jszt-list .item a .img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.home-zthb .jszt-list .item a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.home-zthb .jszt-list .item a .desc {
  padding: 0 15px;
  line-height: 24px;
  color: #a1a6b3;
}

.home-zthb .jszt-list .item a h4 {
  font-size: 16px;
  color: #22252c;
  text-align: center;
  margin-bottom: 10px;
}

.home-zthb .jszt-list .item a:hover {
  box-shadow: 0 0 24px rgba(20, 30, 255, 0.1);
}

.home-zthb .jszt-list .item a:hover h4 {
  color: #0072ff;
}

.home-zthb .jszt-list .item a:hover .img img {
  transform: scale(1.06);
}

.home-zthb .cghb-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 22px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.home-zthb .cghb-list .item {
  width: 160px;
  height: 270px;
  margin-bottom: 24px;
}

.home-zthb .cghb-list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-zthb .cghb-list .cover {
  position: relative;
  padding: 16px;
  width: 100%;
  height: 230px;
  background: url(../images/common/bg-dzhb-list1.png) no-repeat center;
  background-size: cover !important;
  transform: scale(1);
}

.home-zthb .cghb-list a:hover .cover {
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

.home-zthb .cghb-list .cover-bg1 {
  background: url(../images/common/bg-dzhb-list1.png) no-repeat center;
}

.home-zthb .cghb-list .cover-bg2 {
  background: url(../images/common/bg-dzhb-list2.png) no-repeat center;
}

.home-zthb .cghb-list .cover-bg1 {
  background: url(../images/common/bg-dzhb-list3.png) no-repeat center;
}

.home-zthb .cghb-list .cover .num {
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
}

.home-zthb .cghb-list .name {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 20px;
  width: 100%;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.home-zthb .cghb-list h4 {
  margin-top: 3px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #2b334d;
}

.home-title-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.home-title-tabs li {
  padding: 5px 2px 20px;
  cursor: pointer;
  font-size: 20px;
  margin-right: 80px;
  color: #545454;
}

.home-title-tabs li:hover,
.home-title-tabs li.active {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #007aff;
}

.home-szpt {
  padding: 25px;
  background: url(../images/home/szpt-bg.png) no-repeat center;
  background-size: cover;
}

.home-szpt .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
}

.home-szpt .box-title .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.home-szpt .box-title .icon-01 {
  background: url(../images/home/icon-t01.png) no-repeat center;
}

.home-szpt .box-title .icon-02 {
  background: url(../images/home/icon-t02.png) no-repeat center;
}

.home-szpt .box-title .icon-03 {
  background: url(../images/home/icon-t03.png) no-repeat center;
}

.home-szpt .znt-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}

.home-szpt .znt-box .box-title {
  width: 200px;
  height: 57px;
  background: url(../images/home/szpt-title.png) no-repeat center;
}

.home-szpt .znt-box .con {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  margin: 8px;
  height: 46px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

.home-szpt .znt-box .con a {
  margin-right: 50px;
}

.home-szpt .znt-box .home-more-btn {
  right: 0;
  top: 7px;
  width: 40px;
}

.home-szpt .szpt-items {
  width: 558px;
  height: 415px;
  background: url(../images/home/szpt-item-bg.png) no-repeat center;
}

.home-szpt .szpt-items .box-title {
  width: 180px;
  height: 57px;
}

.home-szpt .szpt-items .con {
  padding: 20px 10px 20px 20px;
}

.home-szpt .szpt-items .title {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #2b334d;
  height: 24px;
}

.home-szpt .szpt-items .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.home-szpt .szpt-items .icon-a1 {
  background: url("../images/home/icon-b1.png") no-repeat center;
}

.home-szpt .szpt-items .icon-a2 {
  background: url("../images/home/icon-b2.png") no-repeat center;
}

.home-szpt .szpt-items .icon-a3 {
  background: url("../images/home/icon-b3.png") no-repeat center;
}

.home-szpt .szpt-items .icon-a4 {
  background: url("../images/home/icon-b4.png") no-repeat center;
}

.home-szpt .szpt-items .icon-b1 {
  background: url("../images/home/icon-c1.png") no-repeat center;
}

.home-szpt .szpt-items .icon-b2 {
  background: url("../images/home/icon-c2.png") no-repeat center;
}

.home-szpt .szpt-items .icon-b3 {
  background: url("../images/home/icon-c3.png") no-repeat center;
}

.home-szpt .szgj-box .item {
  margin-bottom: 25px;
}

.home-szpt .szgj-box ul {

  padding: 10px 0 0 15px;
}

.home-szpt .szgj-box li {
  display: inline-block;
  margin-right: 20px;
}

.home-szpt .szgj-box li a {
  padding-left: 15px;
  background: url("../images/home/icon-dot.png") no-repeat left center;
}

.zstp-box .zy-tabs {
  display: flex;
  align-items: center;
}

.zstp-box .zy-tabs span {
  margin-right: 10px;
  padding: 10px;
  width: 68px;
  text-align: center;
  border: 1px solid #c9d6e4;
  border-radius: 3px;
  cursor: pointer;
  background: #f9fcff;
}

.zstp-box .zy-tabs span:hover {
  color: #fff;
  background: #007aff;
  border: 1px solid #007aff;
}

.zstp-box .hz-more {
  display: block;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  background: #007aff;
  border: 1px solid #007aff;
}

.zstp-box .hz-more em {
  font-family: 'simsun';
  font-size: 18px;
  font-weight: 600;
}

.zstp-box .hz-more:hover {
  opacity: .9;
}

.zstp-box .search-bar {
  display: flex;
  flex: 1;
  padding-right: 16px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.zstp-box .search-bar input {
  flex: 1;
  padding: 8px 12px;
  background: #fcfeff;
  border: 1px solid #d7e2ed;
}

.zstp-box .search-bar button {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  background: #007aff;
}

.home-szpt .zstp-box .item:nth-child(1) {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7e2ed;
}

.home-szpt .zstp-box .list .el-button {
  color: #454e57;
  background: #f9fcff;
  border: 1px solid #c9d6e4;
}

.home-szpt .zstp-box .list .el-button:hover {
  color: #fff;
  background: #007aff;
  border: 1px solid #007aff;
}

/* 引导 */
.home-wrap {
  position: relative;
}

.home-wrap .overgray {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
}

.guide-item .main-box {
  z-index: 1001;
}

.guide-pop .cont {
  position: relative;
  padding: 30px 35px;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffffff 0, #d4e5f8 100%);
}

.guide-pop .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}

.guide-pop .guide-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}

.guide-pop .guide-line.up {
  width: 22px;
  height: 55px;
  background: url(../images/guide/line-up.png) no-repeat;
}

.guide-pop .guide-line.left {
  width: 56px;
  height: 22px;
  background: url(../images/guide/line-left.png) no-repeat;
}

.guide-pop .guide-line.right {
  width: 56px;
  height: 22px;
  background: url(../images/guide/line-right.png) no-repeat;
}

.guide-pop .cont .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.guide-pop .icon-guide {
  width: 26px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/guide/icon-guide.png) no-repeat;
}

.guide-pop .cont .title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #454e57;
  background-image: linear-gradient(to right, #495dd2, #17acfa);
  color: transparent;
  -webkit-background-clip: text;
}

.guide-pop .cont .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.guide-pop .icon-dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  vertical-align: middle;
  background: #35354a;
  border-radius: 50%;
}

.guide-pop .cont .sub-title h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.guide-pop .cont .desc {
  font-size: 14px;
  line-height: 30px;
  color: #31344d;
}

.guide-pop .bg-zy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 275px;
  height: 200px;
  background: url(../images/guide/box-bg.png) no-repeat right bottom;
  background-size: cover;
}

.guide-pop .btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.guide-pop .btns .btn {
  padding: 7px 25px;
  height: 36px;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
}

.guide-pop .btns .btn:hover {
  color: #f9f9f9;
  opacity: .9;
}

.guide-pop .btns em {
  font-family: 'simsun';
}

.guide-pop .btns .btn-1 {
  border: 1px solid #fff;
}

.guide-pop .btns .btn-2 {
  background-image: linear-gradient(120deg, #61afff, #0185fc 50%, #4c88fb 100%);
}

.guide-pop .btns .line {
  margin-top: -17px;
  margin-right: 4px;
  width: 45px;
  height: 38px;
  background: url(../images/guide/gudie-arw.png) no-repeat center;
}

.guide-pop .item-1 .main-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.guide-pop .item-1 .cont {
  width: 650px;
}

.guide-pop .item-2 .img1 {
  top: 685px;
}

.guide-pop .item-2 .guide-line {
  top: 758px;
}

.guide-pop .item-2 .main-box {
  position: absolute;
  left: 50%;
  top: 810px;
  transform: translateX(-50%);
}

.guide-pop .item-2 .cont {
  width: 650px;
}

.guide-pop .item-3 .img1 {
  top: 770px;
  margin-left: -295px;
}

.guide-pop .item-3 .img2 {
  top: 0px;
  left: 770px;
  margin-left: -75px;
  transform: translateX(0);
}

@media screen and (max-width: 1500px) {
  .guide-pop .item-3 .img2 {
    left: 690px;
  }
}

.guide-pop .item-3 .img3 {
  top: 0px;
  right: 3px;
  left: auto !important;
  transform: translateX(0);
  margin-left: -295px;
}

.guide-pop .item-3 .img4 {
  top: 1440px;
  margin-left: -245px;
}

.guide-pop .item-3 .img5{
  top: 1405px; 
  margin-left: 418px;
}

.guide-pop .item-3 .img6{
  top: 1540px; 
  margin-left: 418px;
}

.guide-pop .item-3 .img7{
  top: 1675px; 
  margin-left: 418px;
}

.guide-pop .item-3 .img8{
  top: 1675px; 
  margin-left: -195px;
}

.guide-pop .item-3 .guide-line {
  top: 810px;
  margin-left: 24px;
}

.guide-pop .item-3 .main-box {
  position: absolute;
  left: 50%;
  top: 800px;
  transform: translateX(-50%);
  margin-left: 302px;
}

.guide-pop .item-3 .cont {
  width: 500px;
}

.guide-pop .item-4 .img1 {
  top: 770px;
  margin-left: 295px;
}

.guide-pop .item-4 .img2 {
  top: 4px;
  left: 580px;
  transform: translateX(0);
}

.guide-pop .item-4 .img3 {
  top: 1440px;
  margin-left: -110px;
}

.guide-pop .item-4 .img4{
  top: 1405px; 
  margin-left: 550px;
}

.guide-pop .item-4 .img5{
  top: 1540px; 
  margin-left: 550px;
}

.guide-pop .item-4 .img6{
  top: 1675px; 
  margin-left: 550px;
}

.guide-pop .item-4 .img7{
  top: 1675px; 
  margin-left: -70px;
}

@media screen and (max-width: 1500px) {
  .guide-pop .item-4 .img2 {
    left: 525px;
  }
}

.guide-pop .item-4 .guide-line {
  top: 810px;
  margin-left: -20px;
}

.guide-pop .item-4 .main-box {
  position: absolute;
  left: 50%;
  top: 800px;
  transform: translateX(-50%);
  margin-left: -302px;
}

.guide-pop .item-4 .cont {
  width: 500px;
}

.guide-pop .item-5 .img1 {
  top: -1px;
  margin-left: 20px;
}

.guide-pop .item-5 .guide-line {
  top: 60px;
  margin-left: -105px;
}

.guide-pop .item-5 .main-box {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  margin-left: -385px;
}

.guide-pop .item-5 .cont {
  width: 500px;
}

.guide-pop .item-6 .main-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.guide-pop .item-6 .cont {
  width: 650px;
}

.guide-pop .item-6 .guide-line {
  position: fixed !important;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin-top: 100px;
}

.guide-pop .item-6 .btns {
  margin-top: 50px !important;
}

.guide-pop .item-6 .btn {
  padding: 7px 45px;
}