﻿body {
  font: 12px/1.5 "PFRegular", arial, simsun, sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #f7faff;
  overflow-x: hidden;
  color: #333;
}

/*链接整体设置*/
a {
  text-decoration: none;
  color: #333;
  transition: all 0.15s;
}
a:hover {
  color: #006eff;
}
a:active {
  color: #333;
}
a {
  blr: expression(this.onFocus=this.close());
}
a {
  blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.8);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.8);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
}
input[type="button"],
input[type="submit"],
input[type="file"],
button,
select {
  -webkit-appearance: none;
}

/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "PFRegular";
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  -o-object-fit: cover;
  object-fit: cover;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.w {
  max-width: 1450px;
  width: 85%;
  margin: 0 auto;
  max-height: 999999px;
}
.comflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comflex1 {
  display: flex;
  flex-wrap: wrap;
}
.comflex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.comflex3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comflex5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comflex4 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.comflex3_1 {
  align-items: center;
}
.pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s;
  display: block;
}
.dfimg {
  display: block;
  width: 100%;
}
.pic_w {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pic_w a {
  display: block;
}
@font-face {
  font-family: PFRegular;
  src: url("PingFang Regular.ttf");
}
@font-face {
  font-family: PFMedium;
  src: url("PingFang Medium.ttf");
}

/*header*********************************************************************/
.head {
  position: relative;
  transition: all linear 0.2s;
  z-index: 505;
}
.head-fixed {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all linear 0.2s;
  background: rgba(255, 255, 255, 0.3);
}
.head-fixed .w {
  max-width: 100%;
  width: 100%;
}
.head-fixed * {
  font-family: "PFMedium";
}
.logo {
  width: 14.95%;
  padding: 0 0 0 20px;
}
.logo img {
  height: 18px;
  display: block;
}
.nav .plebans {
  font-size: 16px;
  line-height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav li {
  margin-right: 40px;
}
.nav li:last-child {
  margin-right: 0;
}
.nav li .jd {
  margin-left: 10px;
  width: 10px;
  height: 6px;
  background: url(../images/point1_1.png) 0 0 no-repeat;
  background-size: cover;
  transition: all linear 0.2s;
}
.nav li.on .plebans a {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
}
.nav li.on .jd {
  background-image: url(../images/point1_2.png);
}
.nav_bg {
  display: none;
}
.goutp {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(to bottom, #f9f9f9, #fff 10%);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.goutp .w {
  position: relative;
}
.n_del {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 14;
  cursor: pointer;
}
.n_del:before {
  color: #333;
}
.goutp .n_txt {
  width: 14.9%;
  background: #f0f5ff;
  position: relative;
  z-index: 12;
  padding: 30px 0;
}
.goutp .n_txt em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding-bottom: 5px;
}
.goutp .n_txt em a {
  display: inline-block;
  padding: 0 15px 0 26px;
  background: url(../images/ico0.png) left center no-repeat,
    url(../images/point3.png) right center no-repeat;
}
.goutp .n_txt .txt p {
  font-size: 12px;
  margin-top: 9px;
  line-height: 2.75;
}
.goutp .n_txt .txt p a {
  padding: 0 15px;
  display: block;
  border-radius: 4px;
  transition: all linear 0.2s;
}
.goutp .n_txt .txt p i {
  color: #7a818d;
}
.goutp .n_txt .txt p a:hover {
  background: linear-gradient(to right, #c4d7ff, #c6e5ff);
}
.goutp .n_txt .txt p a:hover i {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
}
.goutp .n_rt {
  width: 85.1%;
  position: relative;
  z-index: 12;
  padding: 2.083333333333333%;
}
.p_search {
  width: 100%;
}
.p_i_intxt {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background: url(../images/search.svg) 9px center / 14px 14px no-repeat;
  padding: 0 15px 0 33px;
  font-size: 14px;
  line-height: 2.285714285714286;
  margin-right: 12px;
  width: 28.45%;
}
.p_i_inbut {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  transition: all linear 0.2s;
  background: #e4e4e4;
  font-size: 14px;
  color: #666;
  line-height: 2.285714285714286;
  padding: 0 19px;
  cursor: pointer;
}
.p_i_inbut:hover {
  background: #006eff;
  border-color: #006eff;
  color: #fff;
}
.goutp .n_rt .clear {
  padding-top: 10px;
  margin-right: -5.8%;
}
.goutp .n_rt dl {
  margin: 25px 5.8% 0 0;
}
.goutp .n_rt dl dt {
  width: 100%;
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}
.goutp .n_rt dl dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 2px;
  background: #165fff;
  font-size: 0;
  overflow: hidden;
}
.goutp .n_rt dl dt a {
  font-weight: bold;
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
}
.goutp .n_rt dl dd {
  padding-top: 14px;
}
.goutp .n_rt dl dd a {
  display: block;
}
.goutp .n_rt dl dd span {
  display: block;
  font-size: 14px;
  font-family: "PFMedium";
}
.goutp .n_rt dl dd p {
  color: #7a818d;
  font-size: 12px;
  margin-top: 3px;
}

.hrt {
  flex-grow: 1;
  align-items: center;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.search {
  border-left: 1px solid #e5eaf2;
  padding: 12px 0 12px 55px;
}
.s_inbut {
  border: none;
  width: 14px;
  height: 14px;
  background: url(../images/search.svg) 0 0 no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.s_intxt {
  font-size: 16px;
  line-height: 36px;
  border: none;
  background: none;
  width: 155px;
}
.hrt a {
  line-height: 60px;
  background: linear-gradient(to right, #165dff, #1fa2ff);
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 8.59375%;
  min-width: 100px;
}
.head_h {
  height: 60px;
}
.head_on.head-fixed,
.head-fixed.hover {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.sanh {
  width: 50px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -37.5px;
  display: none;
}
.sanh > div {
  height: 5px;
  margin: 10px 0px;
  width: 100%;
  transition: transform 0.5s, opacity 0.5s;
}
.sanh > div {
  background-color: #3e3eff;
}
.tesd > div {
  background-color: #3e3eff !important;
}
.tesd > div:nth-child(1) {
  transform: translate3d(0px, 15px, 0px) rotate(45deg);
}
.tesd > div:nth-child(2) {
  opacity: 0;
}
.tesd > div:nth-child(3) {
  transform: translate3d(0px, -15px, 0px) rotate(-45deg);
}

.banner .swiper-slide {
  min-height: 540px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.banner .swiper-slide .w {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .swiper-slide .w .txt {
  width: 100%;
}
.banner .swiper-slide .w em {
  transform: translateX(-80px);
  opacity: 0;
  font-size: 44px;
  font-family: "PFMedium";
  display: block;
}
.banner .swiper-slide .w p {
  transform: translateX(-90px);
  opacity: 0;
  font-size: 16px;
  color: #666;
}
.banner .swiper-slide .com_buts {
  margin-top: 36px;
}
.banner .swiper-slide .w a {
  transform: translateX(-100px);
  opacity: 0;
  padding: 0 45px;
  width: auto;
  font-size: 16px !important;
  line-height: 3 !important;
  margin-right: 20px;
}
.banner .swiper-slide .com_buts a.zx_but:after {
  background: #f3f4fc;
}
.banner .swiper-slide.swiper-slide-active .txt * {
  transition: all 1s ease 1s;
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-button-prev {
  left: 3.3%;
}
.banner .swiper-button-next {
  right: 3.3%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 60px;
  opacity: 0;
  transition: all 0.6s;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
  font-size: 22px;
}
.banner .swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.banner .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.banner .swiper-pagination {
  bottom: 42px;
}
.banner .swiper-pagination-bullet {
  width: 90px;
  height: 1px;
  background: #000;
  opacity: 0.2;
  margin: 0 5px !important;
  transition: all 0.6s;
  border-radius: 2px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 0.6;
  height: 2px;
}
.banner.hover .swiper-button-prev,
.banner.hover .swiper-button-next {
  opacity: 1;
}

.nyban .swiper-slide {
  min-height: 620px;
}
.fl_con {
  position: relative;
  z-index: 55;
}
.fl_con .w {
  position: absolute;
  left: 50%;
  top: -88px;
  transform: translate(-50%, 0);
}
.fl_conc {
  padding: 0 8.25%;
  position: relative;
  text-align: center;
}
.fl_conc ul li {
  padding: 3px 0;
}
.fl_conc ul li em {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
}
.fl_conc ul li p {
  font-size: 14px;
  color: #999;
  font-family: "PFMedium";
  margin-top: 5px;
}
.fl_conc ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: #f7f8fa;
  font-size: 0;
  overflow: hidden;
}
.fl_conc ul li.active:after {
  background: #1663fe;
}
.fl_conc ul li.active p {
  color: #333;
}
.fl_conc .swiper-button-prev {
  left: 24px;
}
.fl_conc .swiper-button-next {
  right: 24px;
}
.fl_conc .swiper-button-prev:after,
.fl_conc .swiper-button-next:after {
  font-size: 36px;
  color: #c3c5c8;
  transition: all 0.6s;
}
.fl_conc .swiper-button-prev:hover:after,
.fl_conc .swiper-button-next:hover:after {
  color: #006eff;
}

.titc {
  text-align: center;
}
.titc em {
  font-size: 36px;
  display: block;
  font-weight: bold;
  color: #020814;
}
.titc p {
  font-size: 16px;
  color: #666;
  padding: 6px 0;
}

.con0 {
  background: #fff;
  padding: 26px 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}
.con0_list {
  width: 100%;
}
.con0_list li {
  width: 25%;
  border-right: 1px solid #c1c1c1;
  padding: 2px 0;
}
.con0_list li:last-child {
  border-right: none;
}
.con0_list li img {
  height: 44px;
  margin-right: 18px;
}
.con0_list li .txt {
  line-height: 1;
  padding: 2px 0;
}
.con0_list li .txt em {
  font-size: 18px;
  display: block;
  font-family: "PFMedium";
}
.con0_list li .txt em font {
  margin-right: 12px;
}
.con0_list li .txt p {
  font-size: 13px;
  color: #999;
  margin-top: 9px;
}
.con0_list1 {
  text-align: center;
}

.com_c {
  padding-bottom: 70px;
  width: 100%;
  overflow: hidden;
}
.com_tab {
  width: 100%;
  margin-top: 35px;
}
.com_tab .swiper-slide {
  font-size: 18px;
  color: #020814;
  padding: 0 15px 5px 15px;
  width: auto;
  cursor: pointer;
}
.com_tab .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: #f7f8fa;
  font-size: 0;
  overflow: hidden;
}
.com_tab .swiper-slide-thumb-active:after {
  background: #1663fe;
}

.con1c {
  position: relative;
  padding: 0 6.896551724137931%;
  margin-top: 50px;
}
.con1c .swiper-button-prev,
.con1c .swiper-button-next {
  top: 0;
  margin: 0;
  height: 54px;
}
.con1c .swiper-button-prev {
  left: 32px;
}
.con1c .swiper-button-next {
  right: 32px;
}
.con1c .swiper-button-prev:after,
.con1c .swiper-button-next:after {
  font-size: 36px;
  color: #c3c5c8;
  transition: all 0.6s;
}
.con1c .swiper-button-prev:hover:after,
.con1c .swiper-button-next:hover:after {
  color: #006eff;
}
.con1_tab ul li {
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  cursor: pointer;
}
.con1_tab ul li .pic {
  height: 30px;
  display: flex !important;
  padding: 1px;
}
.con1_tab ul li .pic img {
  max-height: 100%;
}
.con1_tab ul li p {
  font-size: 14px;
  font-family: "PFMedium";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  margin-top: 6px;
}
.con1_tab li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #f7f8fa;
  font-size: 0;
  overflow: hidden;
}
.con1_tab .swiper-slide-thumb-active:after {
  background: #1663fe;
}
.con1_bot {
  width: 100%;
  background: url(../images/bg1.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 0 2.4% 2.4% 2.4%;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  border-radius: 15px;
  margin: 50px auto 0 auto;
}
.con1_list {
  width: 102.521008403361345%;
}
.con1_list li {
  box-shadow: 0 0 20px 0 rgba(37, 61, 124, 0.07);
  border-radius: 10px;
  padding: 1.680672268907563%;
  background: #fff;
  margin: 2.521008403361345% 2.521008403361345% 0 0;
  width: 30.81232492997199%;
}
.con1_list li.li1 {
  width: 64.14565826330532%;
}
.con1_list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con1_list li .c1_tit {
   /*min-height: 112px;*/
}
.con1_list li .c1_tit em {
  font-size: 23px;
  font-weight: bolder;
  display: inline-block;
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
}
.con1_list li .c1_tit p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 1px;
}
.con1_list li .c1_tit p font {
  color: #999;
}
.con1_list li.li1 .c1_tit span {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}
.con1_list li.li1 .c1_tit span span {
  max-height: 33px;
  display: block;
}
.con1_list li.li1 .c1_tit span:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 1000px;
  width: 4px;
  height: 26px;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: #1a67fa;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
.con1_list li.li1 .c1_tit p {
  font-size: 23px;
  margin-top: 15px;
}
.con1_list li .txtc {
  font-size: 15px;
  color: #7a818d;
  line-height: 1.8;
  height: 81px;
  position: relative;
}
.con1_list li .txtc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.6s;
}
.c1_but {
  font-size: 18px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 2;
  width: 46.51162790697674%;
  text-align: center;
  padding: 2px;
  color: #fff;
  background: linear-gradient(to right, #165dff, #1fa2ff);
  transition: all 0.6s;
}
.con1_list li .c1_but {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 300px;
  transform: translate(-50%, 0);
}
.con1_list li .next_but {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.con1_list li .next_but:after {
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  background: #fff;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
.con1_list li .next_but i {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.con1_list li.hover .txtc p {
  filter: alpha(opacity=0);
  opacity: 0;
}
.con1_list li.hover .txtc span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.con2_bot {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  border-radius: 15px;
  margin-top: 50px;
}
.con2_bot .swiper-slide {
  overflow: hidden;
}
.con2_txt {
  width: 37.32394366197183%;
  padding: 0 4.225352112676056% 0 1.408450704225352%;
}
.con2_txt h3 {
  font-size: 34px;
  font-weight: bold;
}
.con2_txt .txt1,
.about1 .txt {
  font-size: 13px;
  color: #7a818d;
  line-height: 1.769230769230769;
}
.con2_txt .txt1 p,
.about1 .txt p {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  padding-right: 13%;
}
.con2_txt .txt1 p:before,
.about1 .txt p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 13px;
  width: 23px;
  background: url(../images/point2.png) 0 0 no-repeat;
  background-size: cover;
  font-size: 0;
  overflow: hidden;
}
.con2_txt .txt2 {
  display: flex;
  margin-top: 55px;
}
.con2_txt .txt2 dt {
  font-size: 18px;
}
.con2_txt .txt2 dd {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.8;
}
.con2_txt .txt2 dd p {
  margin-bottom: 8px;
}
.con2_txt .txt2 dd p:last-child {
  margin-bottom: 0;
}
.con2_txt .txt2 dd p a {
  background: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "PFMedium";
}
.com_buts {
  margin-top: 55px;
}
.com_buts a {
  font-size: 18px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 2.444444444444444;
  width: 46.51162790697674%;
  text-align: center;
  padding: 2px;
  color: #fff;
  background: linear-gradient(to right, #165dff, #1fa2ff);
  position: relative;
  transition: all 0.6s;
  max-width: 210px;
}
.com_buts a.zx_but:after {
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  background: #fff;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
.com_buts a.zx_but i {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.com_buts a:hover {
  background: linear-gradient(to left, #165dff, #1fa2ff);
}
.con2_pic {
  width: 62.67605633802817%;
}
.con2_pic .pic {
  border-radius: 10px;
}
.con2_pic .pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.con3 .w {
  max-width: 1650px;
}
.con3c {
  height: 205px;
  margin: 20px -20px -20px -20px;
}
.con3c .swiper {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.con3c .swiper-slide {
  overflow: hidden;
  transition: all 0.6s;
  background: #fff;
  height: calc((100% - 35px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  cursor: pointer;
  border-radius: 12px;
}
.con3c .swiper-slide img {
  transition: all 0.6s;
  display: block;
  max-width: 80%;
  max-height: 80%;
  transform: scale(1);
}
.con3c .swiper-slide.hover img {
  transform: scale(1.03);
}

.con4c {
  padding: 0 3.31%;
}
.con4_bot {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  border-radius: 15px;
  margin-top: 50px;
}
.con4_lf {
  width: 42.23744292237443%;
}
.tj_list {
  width: 100%;
}
.tj_list li {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
}
.tj_list li a {
  display: block;
}
.tj_list li .pic_w img {
  width: 100%;
  height: 100%;
}
.tj_list li .txt {
  position: relative;
  padding: 11px 20px 11px 130px;
}
.tj_list li .time {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 108px;
  text-align: center;
  line-height: 1;
}
.tj_list li .time em {
  font-size: 40px;
  font-family: "PFMedium";
  display: block;
  margin-top: 5px;
}
.tj_list li h3 {
  font-size: 18px;
  font-family: "PFMedium";
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  line-height: 1.2;
}
.tj_list li p {
  font-size: 14px;
  color: #7a818d;
  margin-top: 15px;
}
.con4_rt {
  width: 55.93607305936073%;
}
.con4_list {
  width: 100%;
}
.con4_list li {
  position: relative;
  font-size: 14.5px;
  line-height: 2.551724137931034;
  padding: 0 80px 0 10px;
}
.con4_list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1663fe;
  font-size: 0;
  overflow: hidden;
  z-index: 1;
}
.con4_list li em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
}
.con4_list li em a {
  color: #7a818d;
}
.con4_list li em a:hover {
  color: #006eff;
}
.con4_list li span {
  color: #7a818d;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.acon1_list {
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
.acon1_list li {
  margin: 50px 3.448275862068966% 0 0;
  width: 25.17241379310345%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
}
.acon1_list li:last-child {
  margin-right: 0;
}
.acon1_list li .pic {
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
}
.acon1_list li .pic_w img {
  width: 100%;
  height: 100%;
}
.acon1_list li h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 24px;
}
.acon1_list li .txt {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin: 0 auto 24px auto;
  padding: 15px 6.85%;
  width: 89.04109589041096%;
  position: relative;
}
.acon1_list li .txt i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: linear-gradient(to right, #165fff, #1fa1ff);
}
.acon1_list li .txt i:after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  background: #fff;
  font-size: 0;
  overflow: hidden;
}
.acon1_list li .txt i.i1 {
  top: 6px !important;
}
.acon1_list li .txt i.i1,
.acon1_list li .txt i.i2:after {
  left: 0;
  top: 0;
}
.acon1_list li .txt i.i2,
.acon1_list li .txt i.i1:after {
  bottom: 0;
  right: 0;
}

.acon2c {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  border-radius: 15px;
  margin-top: 40px;
}
.acon2c .txt {
  font-size: 13px;
  color: #7a818d;
  line-height: 1.769230769230769;
  margin-top: 25px;
  letter-spacing: 1.3px;
}
.acon2_1 .con2_txt {
  padding-top: 24px;
}
.acon2_1 .txt {
  padding-right: 11.5%;
}
.acon2_2 {
  width: 103.169%;
}
.acon2_2 li {
  text-align: center;
  margin: 0.69% 3.169% 0 0;
  width: 16.831%;
  box-shadow: 0 0 20px 0 rgba(37, 61, 124, 0.07);
  border-radius: 10px;
  padding: 0px 0 0px 0;
}
.acon2_2 li em {
  font-size: 18px;
  /* font-weight: bolder; */
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.acon2_2 li p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
}
.acon2_2 li img {
  display: block;
  height: 35px;
  margin: 3px auto 0 auto;
}
.acon2_3 {
  padding-top: 70px;
}
.acon2_3 .con2_txt {
  text-align: right;
  padding: 0 2.408450704225352% 0 3.225352112676056%;
}
.acon2_3 .txt {
  padding-left: 11%;
}
.acon2_4 {
  padding-top: 90px;
}
.acon2_4 .txt {
  padding-right: 11.5%;
}
.acon2_4 .con2_pic {
  padding: 0 2.408450704225352% 0 3.225352112676056%;
}
.acon2_4 .a4_txt {
  font-size: 16px;
  line-height: 1.75;
}
.acon2_4 .a4_txt p {
  padding-left: 1em;
  position: relative;
  margin-bottom: 22px;
}
.acon2_4 .a4_txt p em {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  display: inline-block;
}
.acon2_4 .a4_txt p:last-child {
  margin-bottom: 0;
}
.acon2_4 .a4_txt p:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: linear-gradient(to right, #165fff, #1fa2ff);
  font-size: 0;
  overflow: hidden;
}

.acon2_5 {
  padding-top: 70px;
}
.acon2_5 .con2_txt {
  text-align: right;
  padding: 0 2.408450704225352% 0 3.225352112676056%;
}
.acon2_5 .txt {
  padding-left: 11%;
}
.acon2_5 .con2_pic ul li {
  width: 27%;
  text-align: center;
}
.acon2_5 .con2_pic ul li .m_txt {
  width: 43.75%;
  margin: 15px auto;
  position: relative;
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  border-radius: 50%;
}
.acon2_5 .con2_pic ul li .m_txt img {
  display: block;
  width: 100%;
}
.acon2_5 .con2_pic ul li .m_txt em {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.25;
  font-family: "PFMedium";
}
.acon2_5 .con2_pic ul li .txt1 {
  font-size: 13px;
  line-height: 1.769230769230769;
  position: relative;
  min-height: 115px;
}
.acon2_5 .con2_pic ul li .txt1 .clear {
  width: 100%;
}
.acon2_5 .con2_pic ul li .txt1 em {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.acon2_5 .con2_pic ul li .txt1 em:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: linear-gradient(to right, #165fff, #1fa2ff);
  font-size: 0;
  overflow: hidden;
}
.acon2_5 .con2_pic ul li:nth-child(2) .txt1 {
  position: relative;
}
.acon2_5 .con2_pic ul li:nth-child(2) .txt1:before,
.acon2_5 .con2_pic ul li:nth-child(2) .txt1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 1px;
  background: #999;
  font-size: 0;
  overflow: hidden;
}
.acon2_5 .con2_pic ul li:nth-child(2) .txt1:before {
  left: 0;
}
.acon2_5 .con2_pic ul li:nth-child(2) .txt1:after {
  right: 0;
}
.acon2_5 .con2_pic ul li .txt1:nth-child(1) {
  display: flex;
  align-items: flex-end;
  min-height: 138px;
}

.acon2_6 {
  padding-top: 90px;
}
.acon2_6 .con2_txt {
  width: 43.30985915492958%;
  padding: 0 5.633802816901408% 0 5.985915492957746%;
}
.acon2_6 .con2_pic {
  width: 56.69014084507042%;
}

.acon2_7 .con2_txt {
  width: 56.69014084507042%;
}
.acon2_7 .txt {
  padding-left: 1%;
}
.acon2_7 .com_buts {
  padding-left: 44.09937888198758%;
}
.acon2_7 .con2_pic {
  width: 43.30985915492958%;
}

.acon2_8 {
  padding-top: 90px;
}
.acon2_8 .txt {
  padding-right: 11.5%;
}
.acon2_8 .a8_txt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.acon2_8 .a8_txt p {
  padding-left: 15px;
  position: relative;
  margin-top: 26px;
}
.acon2_8 .a8_txt p:nth-child(1) {
  margin-top: 0;
}
.acon2_8 .a8_txt p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: linear-gradient(to right, #165fff, #1fa2ff);
  font-size: 0;
  overflow: hidden;
}
.acon2_8 .a8_txt p em {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.acon2_9 .a9_txt {
  width: 76.40449438202247%;
  margin: 0 auto;
  position: relative;
}
.acon2_9 .a9_txt .m_txt {
  position: absolute;
  width: 47.35294117647059%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.acon2_9 .a9_txt .m_txt img {
  display: block;
  width: 100%;
}
.acon2_9 .a9_txt ul {
  padding-bottom: 25px;
}
.acon2_9 .a9_txt ul li {
  width: 36.03%;
  border-top: 2px dashed #165eff;
  margin-top: 25px;
}
.acon2_9 .a9_txt ul li:nth-child(2n) {
  padding-left: 10.58823529411765%;
}
.acon2_9 .a9_txt ul li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  padding-left: 15px;
  position: relative;
}
.acon2_9 .a9_txt ul li p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: linear-gradient(to right, #165fff, #1fa2ff);
  font-size: 0;
  overflow: hidden;
}
.acon2_9 .a9_txt ul li p em {
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.acon2_10 {
  padding: 75px 0 0 0;
}
.acon2_10 .con2_txt {
  width: 42.6056338028169%;
  padding: 0 4.929577464788732% 0 5.985915492957746%;
}
.acon2_10 .txt {
  padding-left: 1%;
}
.acon2_10 .con2_pic,
.acon2_11 .con2_pic {
  width: 57.3943661971831%;
}

.acon2_11 {
  padding: 75px 0 15px 0;
}
.acon2_11 .con2_txt {
  text-align: right;
  width: 42.6056338028169%;
  padding: 0 5.985915492957746% 0 4.929577464788732%;
}
.acon2_11 .txt {
  padding-left: 11.5%;
}

.com li .pic_w img {
  display: block;
  transition: all 0.6s;
  max-height: 100%;
  max-width: 100%;
}
.com li.hover .pic_w img {
  transform: scale(1.05);
}

/*foot style*********************************************************************/
.footer {
  width: 100%;
  border-top: 1px solid #e3e6ea;
  overflow: hidden;
}
.footer .w {
  max-width: 1780px;
  width: 92.5%;
}
.foot1 {
  padding: 60px 0;
}
.f_logo {
  width: 167px;
  margin-top: 5px;
}
.f_logo a {
  display: inline-block;
}
.f_logo img {
  display: block;
  width: 100%;
}
.f_logo p {
  margin-top: 24px;
}
.f_nav {
  width: 57.9%;
  text-align: center;
}
.f_nav li {
  width: 14.28571428571429%;
}
.foot1 span {
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  position: relative;
  font-family: "PFMedium";
}
.foot1 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  height: 4px;
  width: 20px;
  background: linear-gradient(to right, #165fff, #1fa2ff);
  font-size: 0;
  overflow: hidden;
}
.foot1 .txt {
  padding-top: 4px;
}
.foot1 p {
  font-size: 13px;
  line-height: 1.692307692307692;
  margin-top: 8px;
  color: #7a818d;
}
.f_nav li p a {
  color: #999;
}
.f_nav li a:hover {
  color: #006eff;
}
.f_ewm {
  width: 27.25%;
  text-align: left;
  min-width: 200px;
}
.f_ewm li span:after {
  left: 0;
  margin-left: 0;
}
.f_ewm li em {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.f_ewm li em img {
  display: block;
  width: 66px;
}
.f_ewm li .ewmc {
  text-align: center;
  margin-top: 20px;
  padding-left: 2px;
}
.f_ewm li .ewmc .clear {
  margin-right: 30px;
}
.f_ewm li .ewmc .clear:last-child {
  margin-right: 0;
}

.about1 {
  background: #fff;
  padding: 25px 4.5%;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
  border-radius: 15px;
  margin: 50px auto 0 auto;
  width: 69%;
}
.about1 ul {
  text-align: center;
}
.about1 ul li em {
  display: inline-block;
  background-image: linear-gradient(to right, #165dff, #1fa3ff);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
  font-size: 36px;
}
.about1 ul li p {
  font-size: 13px;
  margin-top: 4px;
}
.about1 .txt {
  padding-top: 10px;
}
.about1 .txt p {
  padding-right: 0;
}

.com_but {
  position: relative;
  padding: 0 4.5%;
  margin-top: 40px;
}
.com_but .swiper {
  padding-top: 4px;
}
.com_but:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  border-top: 2px dashed #709cff;
  font-size: 0;
  overflow: hidden;
}
.com_but .swiper-slide {
  padding-top: 60px;
  text-align: center;
}
.com_but .swiper-slide:before,
.com_but .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
.com_but .swiper-slide:before {
  background-image: linear-gradient(to right, #ccdcff, #cde9ff);
  top: 0;
  width: 16px;
  height: 16px;
}
.com_but .swiper-slide:after {
  background-image: linear-gradient(to right, #1a60ff, #219eff);
  top: 4px;
  width: 8px;
  height: 8px;
}
.com_but .swiper-slide .bot {
  height: 110px;
}
.com_but .swiper-slide .bot em {
  display: inline-block;
  line-height: 1;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding-left: 12px;
}
.com_but .swiper-slide .bot em:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0;
  overflow: hidden;
  width: 4px;
  height: 14px;
  background: linear-gradient(to right, #165dff, #1fa3ff);
}
.com_but .swiper-slide .bot .txt {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  padding: 0 10%;
}
.com_but .swiper-button-prev {
  left: 0;
}
.com_but .swiper-button-next {
  right: 0;
}
.com_but .swiper-button-prev,
.com_but .swiper-button-next {
  background: none;
  top: 0;
  background: #f7faff;
  border: 2px solid #709cff;
  border-radius: 50%;
  margin: 0;
  width: 24px;
  height: 24px;
  transition: all 0.6s;
}
.com_but .swiper-button-prev:after,
.com_but .swiper-button-next:after {
  color: #709cff;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.6s;
}
.com_but .swiper-button-prev:hover,
.com_but .swiper-button-next:hover,
.con3c .swiper-button-next {
  border-color: #165dff;
}
.com_but .swiper-button-prev:hover:after,
.com_but .swiper-button-next:hover:after,
.con3c .swiper-button-next:after {
  color: #165dff;
}

.com_but .swiper-slide .pic_w img {
  width: 100%;
  height: 100%;
}

.about4c .swiper-slide.li1 {
  width: 12.12121212121212%;
}
.about4c .swiper-slide.li2 {
  width: 27.27272727272727%;
  text-align: left;
}
.about4c .swiper-slide.li2 .bot .txt {
  padding: 0;
}

.about5c {
  margin-top: 40px;
}
.about5 .swiper {
  overflow: visible;
}
.about5 .swiper-slide {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
}
.about5 .swiper-slide a {
  display: block;
}
.about5 .swiper-slide .pic {
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(121, 130, 153, 0.1);
}
.about5 .swiper-slide .pic_w img {
  width: 100%;
  height: 100%;
}
.about5 .swiper-slide .bot {
  padding: 10px;
}
.about5 .swiper-slide .bot h3 {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
}
.about5 .swiper-slide .bot .txt {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  margin-top: 5px;
}
.about5 .swiper-slide .bot .time {
  font-size: 14px;
  color: #666;
  margin: 9px 0 3px 0;
  padding-left: 25px;
  background: url(../images/time.png) left center no-repeat;
  background-size: 16px 16px;
}

/*右侧浮窗 style*********************************************************************/
.right-menu {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 877;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.right-menu .btn {
  width: 44px;
  height: 124px;
  padding: 5px;
  border-radius: 22px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #1660ff;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgba(117, 117, 117, 0.3);
}
.right-menu .btn:last-child {
  margin-bottom: 0;
}
.right-menu .btn-top {
  height: 44px;
  background: #fff;
}
.right-menu .btn:hover {
  opacity: 0.9;
}
.right-menu .btn a {
  color: #fff;
}
.right-menu p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 20px;
}
.right-menu .btn-tell .txt {
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
  width: 140px;
  height: 72px;
  background: #22609b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 72px;
  padding-left: 5px;
  border-radius: 5px 0 0 5px;
}
.right-menu .btn-wx .pic {
  position: absolute;
  right: 100%;
  top: -34px;
  display: none;
  width: 140px;
  height: 140px;
  box-shadow: 0 1px 3px rgba(2, 2, 2, 0.26);
}
