/* 
    Editor: fan
    Time: 2020.11.30

    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/
@font-face {
  font-family: 'zhengti';
  src: url('../font/SQUARE721CNBTROMAN.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'siyuan';
  src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 线上共用的 */
.f_erimg img {
  width: 120px;
}
.rightfixed .item .f_erimg {
  top: 50%;
  transform: translateY(-50%);
  width: auto!important;
  height: auto!important;
}
.rightfixed .item .f_erimg .text {
  width: auto!important;
  background: #fff;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.2));
}
.rightfixed .item .f_erimg .text:after {
  border-left-color: #fff;
}
.rightfixed .item:hover .f_erimg {
  display: block;
}
.baseHover {
  position: relative;
}
.baseHover .f_hover {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 120px;
  transform: translateX(-50%);
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.baseHover .f_hover2 {
  bottom: inherit;
  top: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.baseHover .f_hover img {
  width: 100%;
}
.kun_btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 1000;
  width: 100%;
  padding: 0 5%;
}
.kun_btn .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  background: #25ba45;
}
@media (max-width: 767px) {
  .rightfixed .item .f_erimg {
    top: initial;
    bottom: 100%;
    left: 50%;
    margin-bottom: 0.2rem;
    transform: translateX(-50%) translateY(0);
  }
  .rightfixed .item .f_erimg .text:after {
    border: none;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    top: 100%;
  }
  .rightfixed .item {
    width: 20%;
  }
  .rightfixed .item .tit {
    font-size: 12px;
  }
  .kun_btn {
    display: block;
  }
  .rightfixed .item .f_erimg {
    display: none!important;
  }
}
/* End */
.basefont60 {
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .basefont60 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .basefont60 {
    font-size: 1.4rem;
  }
}
.basepage .f_frist,
.basepage .f_liast {
  width: auto;
  color: #666666;
}
.basepage .f_frist:hover,
.basepage .f_liast:hover {
  background: transparent;
  color: #0059aa;
}
.basepage .f_frist {
  margin-right: 0.3rem;
}
.basepage .f_liast {
  margin-left: 0.3rem;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
picture {
  display: block;
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img,
.base_img svg,
.base_img video {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
.basefont30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .basefont30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .basefont30 {
    font-size: 0.7rem;
  }
}
@media (max-width: 576px) {
  .basefont30 {
    font-size: 1rem;
  }
}
.basefont24 {
  font-size: 0.24rem;
}
@media (max-width: 1199px) {
  .basefont24 {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .basefont24 {
    font-size: 0.8rem;
  }
}
.basefont20 {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .basefont20 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .basefont20 {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .basefont20 {
    font-size: 0.8rem;
  }
}
.basefont18 {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .basefont18 {
    font-size: 16px;
  }
}
.basefont16 {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .basefont16 {
    font-size: 14px;
  }
}
.basefont14 {
  font-size: 14px;
}
@media (max-width: 1440px) {
  .basefont14 {
    font-size: 12px;
  }
}
/* 新增导航修改 */
.hdbox-sec2 {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont {
    max-height: calc(100vh - 83px);
  }
}
.hdbox-sec2 > .container {
  position: relative;
}
.hdbox-sec2 .f_close {
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 0.4s;
}
.hdbox-sec2 .f_close img,
.hdbox-sec2 .f_close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hdbox-sec2 .f_close:hover {
  transform: rotate(90deg);
}
.hdbox-sec2 .fz_list .cont .hd_pro2 {
  display: flex;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav {
  width: 20.71%;
  background-color: #f8faff;
  padding: 0.4rem 0;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li {
  width: 100%;
  display: block;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a {
  padding: 0.17rem 0.3rem;
  display: block;
  color: #333333;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a:before,
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a:after {
  width: 2px;
  background: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a:hover {
  background: #fff;
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav li a:hover:after {
  opacity: 1;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav > li {
  margin-bottom: 3px;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav > li.on2 > a {
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav > li ul {
  display: none;
  padding: 6px 0;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav > li ul li a {
  color: #666666;
  padding-left: 0.44rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .f_nav > li ul li.on a {
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt {
  width: 79.29%;
  padding: 0.54rem 0 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  overflow: hidden;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding-bottom: 0.2rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_chilend {
  max-height: 4.6rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1919px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_chilend {
    max-height: 5.4rem;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move {
  margin-top: 0.4rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  display: block;
  margin-bottom: 0.24rem;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_title {
    font-size: 20px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item {
  width: 33.33%;
  padding: 0 0.16rem;
  margin-bottom: 0.4rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list {
  display: flex;
  align-items: center;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .f_img {
  width: 40%;
  background: #f6f7f9;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .f_img:before {
  padding-top: 78.125%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font {
  width: 60%;
  padding: 8px 0 8px 20px;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font {
    padding-left: 18px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_tit {
  color: #333333;
  font-weight: bold;
  transition: all 0.4s;
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_tit {
    margin-bottom: 6px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_tit span {
  font-size: 12px;
  line-height: 1.33333333em;
  padding: 0 5px;
  position: relative;
  top: -0.2em;
  display: inline-block;
  color: #fff;
  margin-left: 6px;
  background-color: #ff0000;
  border-radius: 3px;
  font-weight: normal;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list .font .f_text {
  color: #666666;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.75em;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list:hover .f_img img {
  transform: scale(1.08);
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_pro .item .list:hover .font .f_tit {
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i {
  transition: all 0.4s;
  display: flex;
  margin-left: 0.1rem;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 5px;
}
@media (max-width: 1199px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i {
    width: 12px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i img,
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i svg {
  width: 100%;
  max-height: 100%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i img path,
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move i svg path {
  fill: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_move:hover i {
  transform: translateX(0.1rem);
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu {
  width: 27.818%;
  position: relative;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_img {
  width: 100%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_img:before {
  padding-top: 62.95081967%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.4s;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_logo {
  position: absolute;
  top: 0.26rem;
  left: 0.21rem;
  height: 24px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_logo {
    height: 22px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_logo img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_jiantou {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 40px;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_jiantou {
    width: 36px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .f_tu .f_jiantou img {
  width: 100%;
  max-height: 100%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font {
  width: 72.182%;
  padding: 0.12rem 2rem 0.12rem 0.7rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font .f_tit {
  color: #0059aa;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform .font .f_text {
  color: #666666;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 5.625em;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform:hover .f_tu .f_img:after {
  opacity: 0.3;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform:hover .f_tu .f_img img {
  transform: scale(1.08);
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_nei .f_rong .f_alist .f_platform:hover .f_tu .f_jiantou {
  opacity: 1;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px 0;
  margin-top: auto;
  position: relative;
  border-top: 1px solid #f3f3f3;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  color: #0059aa;
  margin-bottom: 0.16rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i {
  transition: all 0.4s;
  display: flex;
  margin-left: 0.1rem;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 5px;
}
@media (max-width: 1199px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i {
    width: 12px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i img,
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i svg {
  width: 100%;
  max-height: 100%;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i img path,
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move i svg path {
  fill: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_move:hover i {
  transform: translateX(0.1rem);
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel {
    padding: 16px 0;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .f_name {
  color: #333333;
  margin-right: 0.26rem;
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .but {
  width: 100px;
  height: 40px;
  background-color: #0059aa;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .but {
    width: 80px;
    height: 35px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_pro2 .gt .f_tel .but:hover {
  opacity: 0.8;
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont {
  margin: 0 -0.27rem 0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item {
  width: 33.333%;
  padding: 0 0.27rem;
  margin-bottom: 0.25rem;
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list {
  display: block;
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list .f_tit {
  color: #333333;
  transition: all 0.4s;
  font-weight: bold;
  margin-bottom: 0.1rem;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list .f_tit {
    font-size: 14px;
  }
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list .f_text {
  color: #666666;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.75em;
}
.hdbox-sec2 .fz_list .cont .hd_app .gt .f_nei .f_rong .f_alist .app_cont .item .list:hover .f_tit {
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .lt {
  width: 25.71%;
  padding: 0.67rem 0.7rem 0.67rem 0;
  border-right: 1px solid #f3f3f3;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .lt .f_title {
  color: #0c0c0f;
  font-weight: bold;
  margin-bottom: 0.13rem;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .lt .f_text {
  color: #666666;
  line-height: 1.875;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt {
  width: 74.29%;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link {
  display: flex;
  width: 100%;
  margin-bottom: 0.55rem;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item {
  width: 16.666%;
  padding-right: 0.2rem;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_tit {
  color: #0c0c0f;
  font-weight: bold;
  transition: all 0.4s;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_tit:hover {
  color: #0059aa;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children {
  padding-top: 0.2rem;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li {
  margin-bottom: 0.14rem;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li:last-child {
  margin-bottom: 0;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li a {
  transition: all 0.4s;
  color: #666666;
}
.hdbox-sec2 .fz_list .cont .hd_abt2 .gt .abt_link .item .f_children .li a:hover {
  color: #0059aa;
}
/* End */
/* 侧边栏修改 */
.rightfixed .item .f_erimg2 {
  padding-right: 0.23rem;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.rightfixed .item .f_erimg2 .f_imgcont {
  width: 200px;
  color: #0059aa;
  background: #0059aa;
  border-radius: 3px;
  color: #f8faff;
  text-align: center;
  padding: 0.35rem 0.35rem 0.25rem;
  position: relative;
}
.rightfixed .item .f_erimg2 .f_imgcont:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #0059aa;
}
.rightfixed .item .f_erimg2 .f_imgcont .text {
  width: 100%;
}
.rightfixed .item .f_erimg2 .f_imgcont img {
  margin-bottom: 0.14rem;
  width: 100%;
}
/* End */
/* 图片弹窗 */
.imgAlt {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 350px;
  max-width: 90%;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.imgAlt .f_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 14px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .imgAlt .f_close {
    right: 14px;
    top: 14px;
    width: 13px;
    height: 12px;
  }
}
.imgAlt .f_close img {
  width: 100%;
  max-height: 100%;
}
.imgAlt .f_close:hover {
  transform: rotate(90deg);
}
.imgAlt .f_hed {
  padding: 29px 32px 25px;
  background: url(../images/hedfaimfaz1.jpg) center / cover no-repeat;
}
@media (max-width: 576px) {
  .imgAlt .f_hed {
    padding: 21px 24px 17px;
  }
}
.imgAlt .f_hed img {
  width: auto;
  object-fit: contain;
  max-width: 100%;
  height: 46px;
}
@media (max-width: 1199px) {
  .imgAlt .f_hed img {
    height: 44px;
  }
}
@media (max-width: 576px) {
  .imgAlt .f_hed img {
    height: 36px;
  }
}
.imgAlt .font {
  padding: 50px 75px 45px;
  text-align: center;
}
@media (max-width: 576px) {
  .imgAlt .font {
    padding: 30px 55px 25px;
  }
}
.imgAlt .font .f_img {
  width: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #f0f0f0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .imgAlt .font .f_img {
    margin-bottom: 16px;
  }
}
.imgAlt .font .f_img:before {
  padding-top: 100%;
}
.imgAlt .font .f_but {
  width: 100px;
  height: 40px;
  background-color: #0059aa;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .imgAlt .font .f_but {
    width: 80px;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .imgAlt .font .f_but {
    margin-bottom: 12px;
  }
}
.imgAlt .font .f_text {
  color: #333333;
}
/* End */
/* 星辰AI算法库 */
.plboxbanner .img:after {
  display: none;
}
.plboxbanner .cont .f_tit {
  font-size: 0.6rem;
}
@media (max-width: 767px) {
  .plboxbanner .cont .f_tit {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .plboxbanner .cont .f_tit {
    font-size: 1.4rem;
  }
}
.plboxbanner .cont .f_form {
  margin: 0.49rem auto;
  width: 450px;
  max-width: 100%;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .plboxbanner .cont .f_form {
    width: 100%;
    margin-top: 1rem;
  }
}
.plboxbanner .cont .f_form input {
  background: #fff;
  flex: 1 1 auto;
  padding: 17px 21px;
}
@media (max-width: 1199px) {
  .plboxbanner .cont .f_form input {
    padding: 10px 18px;
  }
}
.plboxbanner .cont .f_form input::-webkit-input-placeholder {
  color: #999999;
}
.plboxbanner .cont .f_form .f_sub {
  flex: 0 0 auto;
  width: 1rem;
  background: #0059aa;
  color: #fff;
}
@media (max-width: 1199px) {
  .plboxbanner .cont .f_form .f_sub {
    width: 1.6rem;
  }
}
@media (max-width: 576px) {
  .plboxbanner .cont .f_form .f_sub {
    width: 2.2rem;
  }
}
.public-plan-list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
@media (max-width: 767px) {
  .public-plan-list {
    margin: 0 -5px;
  }
}
.public-plan-list .item {
  width: 25%;
  height: auto;
  padding: 0 9px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .public-plan-list .item {
    width: 33.333%;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .public-plan-list .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .public-plan-list .item {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .public-plan-list .item:last-child {
    margin-bottom: 0;
  }
}
.public-plan-list .item .list {
  display: block;
  height: 100%;
  background: #fff;
  transition: all 0.4s;
}
.public-plan-list .item .list .f_img {
  display: block;
}
.public-plan-list .item .list .f_img:before {
  padding-top: 67.46268657%;
}
.public-plan-list .item .list .font {
  padding: 0.25rem 0.2rem 0.28rem;
}
@media (max-width: 767px) {
  .public-plan-list .item .list .font {
    padding: 0.5rem 0.4rem 0.56rem;
  }
}
@media (max-width: 576px) {
  .public-plan-list .item .list .font {
    padding: 1rem 0.8rem 1.02rem;
  }
}
.public-plan-list .item .list .font .f_tit {
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .public-plan-list .item .list .font .f_tit {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .public-plan-list .item .list .font .f_tit {
    margin-bottom: 12px;
    font-size: 0.96rem;
  }
}
.public-plan-list .item .list .font .f_label {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  height: 2.3em;
  overflow: hidden;
}
.public-plan-list .item .list .font .f_label .li {
  border-radius: 3px;
  border: solid 1px #eaeaea;
  padding: 0 17px;
  color: #999999;
  height: 2.28em;
  line-height: 2.28em;
  float: left;
  display: block;
  margin-right: 5px;
  margin-bottom: 0.25em;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .public-plan-list .item .list .font .f_label .li {
    padding: 0 14px;
  }
}
.public-plan-list .item .list .font .f_label .li:hover {
  border-color: #0059aa;
  color: #0059aa;
}
.public-plan-list .item .list .font .f_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.625;
  color: #666;
  height: 3.25em;
}
.public-plan-list .item .list:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.public-plan-list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.planstorebox-sec1.on {
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .planstorebox-sec1.on {
    padding: 1rem 0 0.92rem;
  }
}
.planstorebox-sec1.on .f_nav .f_item .f_jut .li {
  width: 12.5%;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px 14px;
}
@media (max-width: 1440px) {
  .planstorebox-sec1.on .f_nav .f_item .f_jut .li {
    width: 16.666%;
  }
}
@media (max-width: 991px) {
  .planstorebox-sec1.on .f_nav .f_item .f_jut .li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .planstorebox-sec1.on .f_nav .f_item .f_jut .li {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .planstorebox-sec1.on .f_nav .f_item .f_jut .li {
    width: 33.333%;
    font-size: 0.6rem;
    padding: 8px 0.2rem;
  }
}
.planstorebox-sec1.on .f_nav .f_item .f_jut .li.on {
  background-color: #f3f3f3;
}
.planstorebox-sec1.on .f_nav .f_item .f_jut .li:hover:not(.on) {
  color: #0059aa;
}
/* End */
/* 算法详情 */
.public-but {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #0059aa;
  border-radius: 3px;
  color: #ffffff;
  border: solid 1px transparent;
  padding: 0.12rem 0.28rem;
}
@media (max-width: 1199px) {
  .public-but {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  .public-but {
    padding: 0.24rem 0.56rem;
  }
}
@media (max-width: 576px) {
  .public-but {
    padding: 0.4rem 0.8rem;
  }
}
.public-but i {
  display: block;
  width: 18px;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .public-but i {
    width: 14px;
  }
}
@media (max-width: 576px) {
  .public-but i {
    width: 12px;
  }
}
.public-but i img {
  width: 100%;
  max-height: 100%;
  display: none;
}
.public-but i img:nth-child(2) {
  display: block;
}
.public-but span {
  transition: all 0.4s;
  display: block;
}
.public-but:hover span {
  transform: translateX(0.1rem);
}
.public-but2 {
  border-color: #ffffff;
  background: transparent;
}
.arithinfo-sec1 {
  background-color: #f6f7f9;
}
.arithinfo-sec1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.arithinfo-sec1 .container .lt,
.arithinfo-sec1 .container .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt,
  .arithinfo-sec1 .container .gt {
    width: 100%;
  }
}
.arithinfo-sec1 .container .lt {
  padding-right: 1.14rem;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt {
    padding-right: 0;
    order: 1;
    margin-top: 1.2rem;
  }
}
.arithinfo-sec1 .container .lt .f_tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt .f_tit {
    margin-bottom: 0.36rem;
  }
}
.arithinfo-sec1 .container .lt .f_tit span {
  font-size: 12px;
  line-height: 1.33333333em;
  padding: 0 5px;
  position: relative;
  top: -0.26rem;
  display: inline-block;
  color: #fff;
  margin-left: 6px;
  background-color: #ff0000;
  border-radius: 3px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .arithinfo-sec1 .container .lt .f_tit span {
    top: -0.2rem;
  }
}
@media (max-width: 576px) {
  .arithinfo-sec1 .container .lt .f_tit span {
    top: -0.56rem;
  }
}
.arithinfo-sec1 .container .lt .f_text {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt .f_text {
    margin-bottom: 0.6rem;
  }
}
.arithinfo-sec1 .container .lt .f_label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt .f_label {
    margin-bottom: 0.8rem;
  }
}
.arithinfo-sec1 .container .lt .f_label .li {
  border-radius: 3px;
  border: solid 1px #e9e9e9;
  padding: 5px 17px;
  color: #666666;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .arithinfo-sec1 .container .lt .f_label .li {
    padding: 3px 14px;
  }
}
.arithinfo-sec1 .container .lt .f_label .li:hover {
  border-color: #0059aa;
  color: #0059aa;
}
.arithinfo-sec1 .container .lt .but .public-but {
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}
@media (max-width: 767px) {
  .arithinfo-sec1 .container .lt .but .public-but {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
  }
}
.arithinfo-sec1 .container .gt .f_img:before {
  padding-top: 60%;
}
.arithinfo-sec2 {
  background: #ffffff;
}
.arithinfo-sec2 .cont {
  background: transparent;
  padding: 0;
}
.arithinfo-sec2 .cont .gt {
  width: 100%;
}
.arithinfo-sec2 .cont .gt .f_nei {
  padding: 0;
}
.arithinfo-sec2 .cont .gt .f_nei .f_item {
  margin-bottom: 0;
  padding-top: 0.83rem;
}
@media (max-width: 767px) {
  .arithinfo-sec2 .cont .gt .f_nei .f_item {
    padding-top: 1.6rem;
  }
}
@media (max-width: 576px) {
  .arithinfo-sec2 .cont .gt .f_nei .f_item {
    padding-top: 2.2rem;
  }
}
.arithinfo-sec2 .cont .gt .f_nei .f_item:first-child {
  padding-top: 0;
}
.arithinfo-sec2 .cont .gt .f_nei .f_item .arithinfo2_video .arithinfo2_page {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .arithinfo-sec2 .cont .gt .f_nei .f_item .arithinfo2_video .arithinfo2_page {
    margin-top: 0.8rem;
  }
}
@media (max-width: 576px) {
  .arithinfo-sec2 .cont .gt .f_nei .f_item .arithinfo2_video .arithinfo2_page {
    margin-top: 1.4rem;
  }
}
.arithinfo-sec2 .cont .gt .f_nei .f_item .arithinfo2_video .arithinfo2_page span {
  background-color: #000000;
  opacity: 0.1;
}
.arithinfo-sec2 .cont .gt .f_nei .f_item .arithinfo2_video .arithinfo2_page .swiper-pagination-bullet-active {
  background: #0059aa;
  opacity: 1;
}
.arithinfo-sec2 + .arithinfo-sec4 {
  padding-top: 0;
}
.arithinfo-sec3 {
  background: #f6f7f9;
}
.arithinfo-sec3 .cont .proinfo9_cont .swiper-slide .item {
  display: block;
  background-color: #ffffff;
}
.arithinfo-sec3 .cont .proinfo9_cont .swiper-slide .item .img {
  background: #ffffff;
}
.arithinfo-sec3 .cont .proinfo9_cont .swiper-slide .font {
  border-top: 1px solid #e9eaeb;
}
.arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page {
    margin-top: 0.8rem;
  }
}
@media (max-width: 576px) {
  .arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page {
    margin-top: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page {
    display: none;
  }
}
.arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page span {
  background-color: #000000;
  opacity: 0.1;
}
.arithinfo-sec3 .cont .proinfo9_cont .proinfo9_page .swiper-pagination-bullet-active {
  background: #0059aa;
  opacity: 1;
}
.arithinfo-sec4 .f_title {
  margin-bottom: 0.58rem;
  text-align: center;
}
.arithinfo-sec4 .cont {
  position: relative;
}
.arithinfo-sec4 .cont .arithinfo4-next,
.arithinfo-sec4 .cont .arithinfo4-prev {
  opacity: 1;
  outline: 1;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1199px) {
  .arithinfo-sec4 .cont .arithinfo4-next,
  .arithinfo-sec4 .cont .arithinfo4-prev {
    display: none;
  }
}
.arithinfo-sec4 .cont .arithinfo4-prev {
  left: -54px;
  width: 15px;
  height: 26px;
  background-image: url(../images/jiantouimgf1.png);
}
@media (max-width: 1440px) {
  .arithinfo-sec4 .cont .arithinfo4-prev {
    width: 12px;
    height: 22px;
    left: -30px;
  }
}
.arithinfo-sec4 .cont .arithinfo4-prev:hover {
  background-image: url(../images/jiantouimgf1-1.png);
}
.arithinfo-sec4 .cont .arithinfo4-next {
  right: -54px;
  width: 15px;
  height: 26px;
  background-image: url(../images/jiantouimgf2.png);
}
@media (max-width: 1440px) {
  .arithinfo-sec4 .cont .arithinfo4-next {
    width: 12px;
    height: 22px;
    right: -30px;
  }
}
.arithinfo-sec4 .cont .arithinfo4-next:hover {
  background-image: url(../images/jiantouimgf2-1.png);
}
.arithinfo-sec4 .cont .arithinfo4_cont .item {
  margin-bottom: 0;
}
.arithinfo-sec4 .cont .arithinfo4_cont .item .list {
  height: 100%;
  border: solid 1px rgba(221, 221, 221, 0.5);
}
.arithinfo-sec4 .cont .arithinfo4_cont .item .list .f_img {
  margin: -1px;
}
.arithinfo-sec4 .cont .arithinfo4_cont .item .list:hover {
  transform: translateY(0);
}
.arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page {
    margin-top: 0.8rem;
  }
}
@media (max-width: 576px) {
  .arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page {
    margin-top: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page {
    display: none;
  }
}
.arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page span {
  background-color: #000000;
  opacity: 0.1;
}
.arithinfo-sec4 .cont .arithinfo4_cont .arithinfo4_page .swiper-pagination-bullet-active {
  background: #0059aa;
  opacity: 1;
}
/* End */
/* 应用案例详情banner */
.caseinfobanner .cont .f_but {
  display: flex;
  align-items: center;
  margin-top: 0.34rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .caseinfobanner .cont .f_but {
    margin-top: 0.68rem;
  }
}
@media (max-width: 576px) {
  .caseinfobanner .cont .f_but {
    margin-top: 1.2rem;
  }
}
.caseinfobanner .cont .f_but .public-but {
  margin: 0 0.1rem;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}
@media (max-width: 767px) {
  .caseinfobanner .cont .f_but .public-but {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
    margin: 0 0.2rem;
  }
}
@media (max-width: 576px) {
  .caseinfobanner .cont .f_but .public-but {
    margin: 0 0.4rem;
  }
}
.caseinfobox2-sec1 {
  background: #ffffff;
}
@media (min-width: 768px) {
  .caseinfobox2-sec1 {
    padding-bottom: 1.2rem;
  }
}
.caseinfobox2-sec1 .cont {
  padding: 0;
}
.caseinfobox2-sec1 .cont .gt {
  width: 100%;
}
.caseinfobox2-sec1 .cont .gt .f_nei {
  padding: 0;
}
.caseinfobox2-sec1 .cont .gt .f_nei .f_item {
  margin-bottom: 0;
  padding-top: 0.83rem;
}
@media (max-width: 767px) {
  .caseinfobox2-sec1 .cont .gt .f_nei .f_item {
    padding-top: 1.6rem;
  }
}
@media (max-width: 576px) {
  .caseinfobox2-sec1 .cont .gt .f_nei .f_item {
    padding-top: 2.2rem;
  }
}
.caseinfobox2-sec1 .cont .gt .f_nei .f_item:first-child {
  padding-top: 0;
}
.caseinfobox2-sec1 + .caseinfobox-sec2 {
  padding-top: 0;
}
.planbox-sec3 {
  padding-bottom: 1.4rem;
}
/* End */
/* 软件详情页 */
.planbox-sec1 .cont .gt {
  max-width: 74%;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 1919px) {
  .planbox-sec1 .cont .gt {
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  .planbox-sec1 .cont .gt {
    max-width: 66%;
  }
}
@media (max-width: 767px) {
  .planbox-sec1 .cont .gt {
    max-width: 100%;
  }
}
.planbox-sec1 .cont .gt .f_nav .item {
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .planbox-sec1 .cont .gt .f_nav .item {
    margin-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .planbox-sec1 .cont .f_navswiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .planbox-sec1 .cont .f_navswiper .swiper-wrapper .item {
    width: 100%;
    height: auto;
  }
}
.softwarebanner .img:after {
  opacity: 0;
}
.softwarebanner .cont .font {
  margin: 0 auto;
  max-width: 100%;
  width: 526px;
}
.softwarebox-sec1 .f_jt {
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .f_jt {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec1 .f_jt {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec1 .f_jt .text {
  color: #333333;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 0.53rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .f_jt .text {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec1 .f_jt .text {
    margin-bottom: 1.8rem;
  }
}
.softwarebox-sec1 .f_jt .f_img {
  width: 100%;
  text-align: center;
}
.softwarebox-sec1 .f_jt .f_img img {
  width: 100%;
}
.softwarebox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .cont {
    margin: 0 -0.2rem;
  }
}
.softwarebox-sec1 .cont .item {
  width: 25%;
  padding: 0 0.13rem;
  margin-top: 0.26rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .cont .item {
    width: 50%;
    padding: 0 0.2rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 376px) {
  .softwarebox-sec1 .cont .item {
    width: 100%;
    margin-top: 1rem;
  }
}
.softwarebox-sec1 .cont .item .list {
  background-color: #ffffff;
  box-shadow: -1px 5px 0.6rem 0px rgba(38, 38, 46, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 0.83rem 0.36rem 0.73rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .cont .item .list {
    padding: 1.4rem 0.9rem;
  }
}
.softwarebox-sec1 .cont .item .list .f_icon {
  height: 0.57rem;
  width: 100%;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .softwarebox-sec1 .cont .item .list .f_icon {
    height: 1.16rem;
    margin-bottom: 0.52rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec1 .cont .item .list .f_icon {
    height: 2rem;
    margin-bottom: 1rem;
  }
}
.softwarebox-sec1 .cont .item .list .f_icon img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.softwarebox-sec1 .cont .item .list .f_tit {
  color: #333333;
}
.softwarebox-sec2 {
  background-color: #f6f7f9;
}
.softwarebox-sec2 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec2 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec2 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec2 .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec2 .f_nav {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec2 .f_nav {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec2 .f_nav .softwarebox2_nav {
  margin: 0;
  max-width: 100%;
}
.softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide {
  width: auto;
  cursor: pointer;
  margin: 0 0.29rem;
}
@media (max-width: 767px) {
  .softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide {
    margin: 0 0.6rem;
  }
}
.softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide .f_tit {
  color: #666666;
  transition: all 0.4s;
  padding: 0 12px 16px;
  position: relative;
}
@media (max-width: 1440px) {
  .softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide .f_tit {
    padding: 0 8px 12px;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide .f_tit {
    font-size: 0.8rem;
    padding: 0 4px 6px;
  }
}
.softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #0059aa;
  transition: all 0.4s;
}
@media (max-width: 576px) {
  .softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide .f_tit:before {
    height: 1px;
  }
}
.softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide-thumb-active .f_tit {
  color: #0059aa;
}
.softwarebox-sec2 .f_nav .softwarebox2_nav .swiper-slide-thumb-active .f_tit:before {
  width: 100%;
}
.softwarebox-sec2 .softwarebox2_cont .swiper-slide {
  background: rgba(255, 255, 255, 0.94);
  height: auto;
}
.softwarebox-sec2 .softwarebox2_cont .swiper-slide .f_img {
  padding-top: 28.57142857%;
}
@media (max-width: 767px) {
  .softwarebox-sec2 .softwarebox2_cont .swiper-slide .f_img {
    padding-top: 50%;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec2 .softwarebox2_cont .swiper-slide .f_img {
    padding-top: 70%;
  }
}
.softwarebox-sec2 .softwarebox2_cont .swiper-slide .font {
  padding: 0.46rem 0.82rem;
  text-align: center;
  color: #333333;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .softwarebox-sec2 .softwarebox2_cont .swiper-slide .font {
    padding: 0.8rem 1rem;
  }
}
.softwarebox-sec3 {
  padding-bottom: 1.4rem;
}
@media (max-width: 576px) {
  .softwarebox-sec3 {
    padding-bottom: 3rem;
  }
}
.softwarebox-sec3 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec3 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec3 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec3 .cont {
  flex-wrap: nowrap;
  margin: 0 -0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .softwarebox-sec3 .cont {
    margin: 0;
    flex-wrap: wrap;
  }
}
.softwarebox-sec3 .cont .item {
  flex: 1 1 auto;
  width: 33.333%;
  padding: 0 0.1rem;
  margin-bottom: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .softwarebox-sec3 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.softwarebox-sec3 .cont .item .list {
  border-radius: 0;
  height: 4rem;
  background-color: #f6f7f9;
  padding: 0.52rem 0.4rem 0.42rem;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .softwarebox-sec3 .cont .item .list {
    height: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .softwarebox-sec3 .cont .item .list {
    height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .softwarebox-sec3 .cont .item .list {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec3 .cont .item .list {
    padding: 1rem 0.8rem 0.84rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec3 .cont .item .list {
    padding: 1.8rem 1.6rem 1.6rem;
  }
}
.softwarebox-sec3 .cont .item .list .img {
  width: 100%;
  text-align: center;
  height: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec3 .cont .item .list .img {
    margin-bottom: 0.88rem;
    height: 2rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec3 .cont .item .list .img {
    height: 3rem;
  }
}
.softwarebox-sec3 .cont .item .list .img img:nth-child(2) {
  display: none;
}
.softwarebox-sec3 .cont .item .list .font {
  width: 100%;
  text-align: center;
}
.softwarebox-sec3 .cont .item .list .font .tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
@media (max-width: 576px) {
  .softwarebox-sec3 .cont .item .list .font .tit {
    margin-bottom: 0.3rem;
  }
}
.softwarebox-sec3 .cont .item .list .font .text {
  color: #666666;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  height: 7.5em;
}
@media (max-width: 991px) {
  .softwarebox-sec3 .cont .item .list .font .text {
    height: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .softwarebox-sec3 .cont .item:hover {
    width: 50%;
  }
  .softwarebox-sec3 .cont .item:hover .list {
    background: #0059aa;
  }
  .softwarebox-sec3 .cont .item:hover .list .img img {
    display: none;
  }
  .softwarebox-sec3 .cont .item:hover .list .img img:nth-child(2) {
    display: block;
  }
  .softwarebox-sec3 .cont .item:hover .list .font .tit {
    color: #ffffff;
  }
  .softwarebox-sec3 .cont .item:hover .list .font .text {
    color: #ffffff;
    display: block;
    height: auto;
  }
}
.softwarebox-sec4 {
  background-color: #f6f7f9;
}
.softwarebox-sec4 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec4 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec4 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec4 .f_nei {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 576px) {
  .softwarebox-sec4 .f_nei {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec4 .f_nei .cont {
    width: 940px;
  }
}
.softwarebox-sec4 .cont {
  display: flex;
}
.softwarebox-sec4 .cont .item {
  width: 38.7%;
  background: #ffffff;
  height: 100%;
  margin-top: 0.1rem;
}
@media (max-width: 576px) {
  .softwarebox-sec4 .cont .item {
    margin-top: 0.3rem;
  }
}
.softwarebox-sec4 .cont .item:nth-child(1) {
  width: 22.8%;
}
.softwarebox-sec4 .cont .item:nth-child(3) {
  width: 38.5%;
}
.softwarebox-sec4 .cont .item .f_hed {
  background-color: #efefef;
  height: 0.6rem;
  color: #666;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .softwarebox-sec4 .cont .item .f_hed {
    height: 1.3rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec4 .cont .item .f_hed {
    height: 2rem;
  }
}
.softwarebox-sec4 .cont .item .f_body {
  padding: 0 20px;
}
.softwarebox-sec4 .cont .item .f_body .li {
  padding: 15px 0;
  color: #999999;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1199px) {
  .softwarebox-sec4 .cont .item .f_body .li {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec4 .cont .item .f_body .li {
    padding: 8px 0;
  }
}
.softwarebox-sec4 .cont .item .f_body .li .f_name {
  text-align: center;
  color: #999999;
}
.softwarebox-sec4 .cont .item .f_body .li .f_wen,
.softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
  display: -webkit-inline-block;
  display: inline-block;
  color: #333333;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen,
  .softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen,
  .softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
    margin-right: 12px;
  }
}
.softwarebox-sec4 .cont .item .f_body .li .f_wen img {
  position: relative;
  top: 0.4em;
  transform: translateY(-50%);
  width: 18px;
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen img {
    width: 16px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen img {
    width: 12px;
  }
}
.softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
  padding-left: 0.32rem;
  position: relative;
}
@media (max-width: 991px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
    padding-left: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec4 .cont .item .f_body .li .f_wen2 {
    padding-left: 1rem;
  }
}
.softwarebox-sec4 .cont .item .f_body .li .f_wen2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.14rem;
  top: 0.75em;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #999999;
  border-radius: 50%;
}
.softwarebox-sec4 .cont .item .f_body .li .f_name2 {
  display: inline;
}
.softwarebox-sec4 .cont .item .f_body .li:last-child {
  border-bottom: none;
}
.softwarebox-sec4 .cont .item:nth-child(2) {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 0.1rem;
  box-shadow: -1px 5px 0.3rem 0px rgba(38, 38, 46, 0.1);
}
@media (max-width: 767px) {
  .softwarebox-sec4 .cont .item:nth-child(2) {
    box-shadow: -1px 5px 0.6rem 0px rgba(38, 38, 46, 0.1);
  }
}
@media (max-width: 576px) {
  .softwarebox-sec4 .cont .item:nth-child(2) {
    padding-bottom: 0.3rem;
    box-shadow: -1px 5px 0.9rem 0px rgba(38, 38, 46, 0.1);
  }
}
.softwarebox-sec4 .cont .item:nth-child(2) .f_hed {
  height: 0.7rem;
  background: #0059aa;
  color: #fff;
}
@media (max-width: 991px) {
  .softwarebox-sec4 .cont .item:nth-child(2) .f_hed {
    height: 1.4rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec4 .cont .item:nth-child(2) .f_hed {
    height: 2.3rem;
  }
}
.softwarebox-sec5 {
  background: #ffffff;
  padding-bottom: 0.1rem;
}
.softwarebox-sec5 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec5 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec5 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec5 .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec5 .f_nav {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec5 .f_nav {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec5 .f_nav .softwarebox5_nav {
  margin: 0;
  max-width: 100%;
}
.softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide {
  width: auto;
  cursor: pointer;
  margin: 0 0.29rem;
}
@media (max-width: 767px) {
  .softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide {
    margin: 0 0.6rem;
  }
}
.softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide .f_tit {
  color: #666666;
  transition: all 0.4s;
  padding: 0 12px 16px;
  position: relative;
}
@media (max-width: 1440px) {
  .softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide .f_tit {
    padding: 0 8px 12px;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide .f_tit {
    font-size: 0.8rem;
    padding: 0 4px 6px;
  }
}
.softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #0059aa;
  transition: all 0.4s;
}
@media (max-width: 576px) {
  .softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide .f_tit:before {
    height: 1px;
  }
}
.softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide-thumb-active .f_tit {
  color: #0059aa;
}
.softwarebox-sec5 .f_nav .softwarebox5_nav .swiper-slide-thumb-active .f_tit:before {
  width: 100%;
}
.softwarebox-sec5 .softwarebox5_cont {
  background: #ffffff;
  box-shadow: -1px 5px 0.3rem 0px rgba(38, 38, 46, 0.1);
}
.softwarebox-sec6 .wf_title {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec6 .wf_title {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec6 .wf_title {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec7 {
  background-color: #f6f7f9;
}
.softwarebox-sec7 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.softwarebox-sec7 .cont {
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont {
    margin-bottom: 1.6rem;
  }
}
.softwarebox-sec7 .cont:last-child {
  margin-bottom: 0;
}
.softwarebox-sec7 .cont .f_title2 {
  color: #333333;
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .f_title2 {
    font-size: 1rem;
  }
}
.softwarebox-sec7 .cont .faq_cont {
  margin-top: 5px;
}
.softwarebox-sec7 .cont .faq_cont .item {
  background: #ffffff;
  margin-top: 0.2rem;
  transition: all 0.4s linear;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item {
    margin-top: 0.4rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item {
    margin-top: 0.6rem;
  }
}
.softwarebox-sec7 .cont .faq_cont .item .f_hed {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.4s linear;
  justify-content: space-between;
  padding: 0.25rem 0.3rem 0.24rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed {
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed {
    padding: 0.8rem 0.6rem;
  }
}
.softwarebox-sec7 .cont .faq_cont .item .f_hed .f_tit {
  color: #333333;
  position: relative;
  top: 0.2em;
  width: calc(100% - 0.7rem);
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed .f_tit {
    width: calc(100% - 1.3rem);
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed .f_tit {
    width: calc(100% - 2rem);
    font-size: 0.8rem;
    top: 0.3em;
  }
}
.softwarebox-sec7 .cont .faq_cont .item .f_hed i {
  transition: all 0.4s linear;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #dfdfdf;
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed i {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed i {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.softwarebox-sec7 .cont .faq_cont .item .f_hed i img {
  width: 8px;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_hed i img {
    width: 6px;
  }
}
.softwarebox-sec7 .cont .faq_cont .item .f_text {
  padding: 6px 1.82rem 0 0.3rem;
  color: #666666;
  display: none;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_text {
    padding-left: 0.6rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item .f_text {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.softwarebox-sec7 .cont .faq_cont .item:nth-child(5) ~ .item {
  display: none;
}
.softwarebox-sec7 .cont .faq_cont .item.on {
  padding-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .faq_cont .item.on {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .faq_cont .item.on {
    padding-bottom: 0.8rem;
  }
}
.softwarebox-sec7 .cont .faq_cont .item.on .f_hed {
  padding-bottom: 0;
}
.softwarebox-sec7 .cont .faq_cont .item.on .f_hed i {
  transform: rotate(90deg);
}
.softwarebox-sec7 .cont .f_btn {
  margin-top: 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .f_btn {
    margin-top: 0.8rem;
  }
}
.softwarebox-sec7 .cont .f_btn .f_but {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  color: #666666;
  display: -webkit-inline-flex;
  display: inline-flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .f_btn .f_but {
    width: 140px;
    height: 45px;
  }
}
.softwarebox-sec7 .cont .f_btn .f_but span:nth-child(2) {
  display: none;
}
.softwarebox-sec7 .cont .f_btn .f_but i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 8px;
  margin-left: 14px;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .f_btn .f_but i {
    margin-left: 10px;
    width: 16px;
    height: 7px;
  }
}
.softwarebox-sec7 .cont .f_btn .f_but i img:nth-child(2) {
  display: none;
}
.softwarebox-sec7 .cont.on .faq_cont .item:nth-child(5) ~ .item {
  display: block;
}
.softwarebox-sec7 .cont.on .f_btn .f_but {
  color: #0059aa;
}
.softwarebox-sec7 .cont.on .f_btn .f_but span {
  display: none;
}
.softwarebox-sec7 .cont.on .f_btn .f_but span:nth-child(2) {
  display: block;
}
.softwarebox-sec7 .cont.on .f_btn .f_but i {
  transform: rotate(180deg);
}
.softwarebox-sec7 .cont.on .f_btn .f_but i img {
  display: none;
}
.softwarebox-sec7 .cont.on .f_btn .f_but i img:nth-child(2) {
  display: block;
}
.softwarebox-sec7 .cont .down_cont,
.softwarebox-sec7 .cont .video_cont {
  display: flex;
  flex-wrap: wrap;
  margin: -0.08rem -0.14rem 0;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .down_cont,
  .softwarebox-sec7 .cont .video_cont {
    margin: 0;
  }
}
.softwarebox-sec7 .cont .down_cont .item,
.softwarebox-sec7 .cont .video_cont .item {
  width: 50%;
  padding: 0 0.14rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .down_cont .item,
  .softwarebox-sec7 .cont .video_cont .item {
    padding: 0;
    width: 100%;
    margin-top: 0.8rem;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list {
  display: block;
  background: #ffffff;
  height: 100%;
}
.softwarebox-sec7 .cont .down_cont .item .list .f_tu {
  position: relative;
}
.softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_img {
  height: 3rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_img {
    height: 5rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_img {
    height: 10rem;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.4s;
}
.softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 50px;
  background: #0059aa;
  transition: all 0.4s;
  color: #ffffff;
  opacity: 0;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_but {
    width: 140px;
    height: 45px;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_but img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .down_cont .item .list .f_tu .f_but img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list .font {
  display: flex;
  padding: 0.2rem 0.35rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .down_cont .item .list .font {
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .down_cont .item .list .font {
    padding: 0.6rem 0.8rem;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list .font .f_wen {
  flex: 1 1 auto;
  margin-top: auto;
  margin-bottom: auto;
}
.softwarebox-sec7 .cont .down_cont .item .list .font .f_wen .f_tit,
.softwarebox-sec7 .cont .down_cont .item .list .font .f_wen .f_name {
  color: #999999;
  display: inline-block;
}
.softwarebox-sec7 .cont .down_cont .item .list .font .f_wen .f_tit {
  color: #333333;
  display: inline;
  position: relative;
  top: 0.1em;
}
.softwarebox-sec7 .cont .down_cont .item .list .font .f_wen .f_name {
  margin-left: 14px;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .down_cont .item .list .font .f_wen .f_name {
    margin-left: 12px;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list .font .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: solid 1px #dfdfdf;
  margin-left: 0.26rem;
  color: #666666;
  width: 120px;
  height: 40px;
}
@media (max-width: 1440px) {
  .softwarebox-sec7 .cont .down_cont .item .list .font .f_but {
    width: 100px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .down_cont .item .list .font .f_but {
    width: 90px;
    height: 30px;
    margin-left: 0.46rem;
  }
}
.softwarebox-sec7 .cont .down_cont .item .list:hover .f_tu .f_img img {
  transform: scale(1.08);
}
.softwarebox-sec7 .cont .down_cont .item .list:hover .f_tu .f_img:after {
  opacity: 0.5;
}
.softwarebox-sec7 .cont .down_cont .item .list:hover .f_tu .f_but {
  opacity: 1;
}
.softwarebox-sec7 .cont .video_cont .item .list {
  display: block;
  height: 100%;
  cursor: pointer;
  background: #ffffff;
}
.softwarebox-sec7 .cont .video_cont .item .list .f_tu {
  position: relative;
}
.softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_img {
  padding-top: 56.20437956%;
}
.softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.4s;
}
.softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_videoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.56reme;
  height: 0.56rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_videoicon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_videoicon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.softwarebox-sec7 .cont .video_cont .item .list .f_tu .f_videoicon img {
  width: 100%;
  height: 100%;
}
.softwarebox-sec7 .cont .video_cont .item .list .font {
  padding: 0.25rem 0.36rem;
}
@media (max-width: 767px) {
  .softwarebox-sec7 .cont .video_cont .item .list .font {
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 576px) {
  .softwarebox-sec7 .cont .video_cont .item .list .font {
    padding: 0.7rem 0.8rem;
  }
}
.softwarebox-sec7 .cont .video_cont .item .list .font .f_tit {
  color: #333333;
}
.softwarebox-sec7 .cont .video_cont .item .list:hover .f_tu .f_img img {
  transform: scale(1.08);
}
/* End */
/* 产品详情页1 */
.chipbox-sec4 {
  background: #ffffff;
}
/* End */
/* 产品详情2 */
.edgebox-sec1.on {
  background: #f6f7f9;
}
.edgebox-sec2 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .edgebox-sec2 {
    padding-top: 3rem;
  }
}
.edgebox-sec10 .planbox_tit {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .edgebox-sec10 .planbox_tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 576px) {
  .edgebox-sec10 .planbox_tit {
    margin-bottom: 1.4rem;
  }
}
.edgebox-sec10 .edgebox10_cont .f_img:before {
  padding-top: 42.85714286%;
}
@media (max-width: 576px) {
  .edgebox-sec10 .edgebox10_cont .f_img:before {
    padding-top: 60%;
  }
}
.edgebox-sec10 .edgebox10_cont .edgebox10_page {
  bottom: 0.38rem;
  width: 100%;
}
.edgebox-sec10 .edgebox10_cont .edgebox10_page span {
  background-color: #ffffff;
  opacity: 0.8;
  margin: 0 6px;
}
.edgebox-sec10 .edgebox10_cont .edgebox10_page .swiper-pagination-bullet-active {
  background: #0059aa;
  opacity: 1;
}
/* End */
/* 解决方案 */
.public-pagin {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0;
}
.public-pagin span {
  background-color: #000000;
  opacity: 0.1;
  margin: 0 6px;
}
.public-pagin .swiper-pagination-bullet-active {
  background: #0059aa;
  opacity: 1;
}
.planinfobanner .cont .font .but .f_but1 {
  cursor: pointer;
}
@media (max-width: 1919px) {
  .planbox-sec1 .cont .lt a,
  .planbox-sec1 .cont .lt span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .planbox-sec1 .cont .lt a,
  .planbox-sec1 .cont .lt span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .planbox-sec1 .cont .lt a,
  .planbox-sec1 .cont .lt span {
    font-size: 10px;
  }
}
.planbox-sec1 .cont .gt .f_nav .item {
  margin-left: 0.28rem;
}
@media (max-width: 1919px) {
  .planbox-sec1 .cont .gt .f_nav .item {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .planbox-sec1 .cont .gt .f_nav .item {
    margin-left: 0.2rem;
  }
}
@media (max-width: 1199px) {
  .planbox-sec1 .cont .gt .f_nav .item {
    font-size: 14px;
    margin-left: 0.18rem;
  }
}
@media (max-width: 991px) {
  .planbox-sec1 .cont .gt .f_nav .item {
    font-size: 11px;
  }
}
.planbox-sec1 .cont .gt .f_nav .item:first-child {
  margin-left: 0;
}
.planbox-sec4.on {
  padding-bottom: 1.4rem;
  background-color: #f6f7f9;
}
@media (max-width: 767px) {
  .planbox-sec4.on {
    padding-bottom: 3rem;
  }
}
.planbox-sec4.on2 {
  padding-bottom: 1.4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .planbox-sec4.on2 {
    padding-bottom: 3rem;
  }
}
.planbox-sec4.on2 .cont {
  box-shadow: -1px 5px 0.3rem 0px rgba(38, 38, 46, 0.1);
}
.planbox-sec6 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .planbox-sec6 {
    padding-bottom: 3rem;
  }
}
.planbox-sec6.on {
  background-color: #f6f7f9;
}
.planbox-sec5.on {
  background: #ffffff;
}
.planbox-sec5.on .planbox5_cont {
  box-shadow: -1px 5px 0.3rem 0px rgba(38, 38, 46, 0.1);
}
.planbox-sec5.on .planbox5_page {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .planbox-sec5.on .planbox5_page {
    margin-top: 0.8rem;
  }
}
.planinfobox-sec4 .planinfobox4_page {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .planinfobox-sec4 .planinfobox4_page {
    margin-top: 0.8rem;
  }
}
.planinfobox-sec4.on2 {
  background: #ffffff;
}
.edgebox-sec1.on {
  background: #f6f7f9;
}
.edgebox-sec1.on .cont .item {
  background: rgba(255, 255, 255, 0.8);
  background: #ffffff;
}
.planbox-sec3 .planbox3_page {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .planbox-sec3 .planbox3_page {
    margin-top: 1.2rem;
  }
}
.plan2box-sec1 .f_text {
  text-align: center;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .plan2box-sec1 .f_text {
    margin-bottom: 1.6rem;
  }
}
.plan2box-sec1 .plan2box_nav {
  width: auto;
  margin: 0 -0.1rem 25px;
}
@media (max-width: 1440px) {
  .plan2box-sec1 .plan2box_nav {
    margin-bottom: 20px;
  }
}
.plan2box-sec1 .plan2box_nav .swiper-slide {
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .plan2box-sec1 .plan2box_nav .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  .plan2box-sec1 .plan2box_nav .swiper-slide {
    width: 50%;
  }
}
.plan2box-sec1 .plan2box_nav .swiper-slide .item {
  cursor: pointer;
  background-color: #f6f7f9;
  color: #333333;
  text-align: center;
  transition: all 0.4s;
  padding: 0.22rem 0.3rem;
}
@media (max-width: 767px) {
  .plan2box-sec1 .plan2box_nav .swiper-slide .item {
    padding: 0.56rem 0.5rem;
  }
}
.plan2box-sec1 .plan2box_nav .swiper-slide-thumb-active .item {
  background: #0059aa;
  color: #fff;
}
.plan2box-sec1 .plan2box_nav.on .swiper-slide {
  flex: none;
  width: 50%;
  flex: 1 1 auto;
}
@media (max-width: 576px) {
  .plan2box-sec1 .plan2box_nav.on .swiper-slide {
    flex: none;
  }
}
.plan2box-sec1 .plan2box_cont {
  width: auto;
  margin: 0 -0.2rem;
  padding: 0 0.2rem;
}
.plan2box-sec1 .plan2box_cont .swiper-slide::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.plan2box-sec1 .plan2box_cont .swiper-slide::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.plan2box-sec1 .plan2box_cont .swiper-slide::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  .plan2box-sec1 .plan2box_cont .swiper-slide .f_nei {
    margin: 0 -0.3rem;
  }
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item {
    width: 50%;
    padding: 0 0.3rem;
    margin-bottom: 0.5rem;
  }
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list {
  display: block;
  box-shadow: 0px 5px 0.2rem rgba(0, 0, 0, 0.05);
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list .f_img:before {
  padding-top: 67.46268657%;
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list .f_tit {
  color: #333333;
  text-align: center;
  padding: 0.18rem 0.24rem;
}
@media (max-width: 767px) {
  .plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list .f_tit {
    padding: 0.36rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list .f_tit {
    font-size: 0.6rem;
    padding: 0.6rem 0.5rem;
  }
}
.plan2box-sec1 .plan2box_cont .swiper-slide .f_nei .item .list:hover .f_img img {
  transform: scale(1.08);
}
.softwarebox-sec6.on {
  background: #f6f7f9;
}
.softwarebox-sec6.on .cont .f_jut .caseinfobox2_cont .item .list {
  background: #ffffff;
}
@media (max-width: 1440px) {
  .hdbox-sec1 .container .cont .lt .navb li .tit {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) and (max-width: 1366px) {
  .hdbox-sec1 .container .cont .lt .navb li .tit {
    margin: 0 6px;
  }
}
.planstoreinfo-sec1 .cont .gt .f_nei .f_item .f_video {
  position: relative;
  height: auto;
}
.planstoreinfo-sec1 .cont .gt .f_nei .f_item .f_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.planstoreinfo-sec1 .cont .gt .f_nei .f_item .f_video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 991px) {
  .fotbox-sec1 .cont {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .fotbox-sec1 .cont .lt {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .fotbox-sec1 .cont .lt {
    margin-bottom: 0.8rem;
    text-align: center;
  }
  .fotbox-sec1 .cont .lt .logo {
    margin: 0 auto 20px;
  }
}
.fotbox-sec1 .cont .gt {
  width: 71%;
  max-width: none;
}
@media (max-width: 1199px) {
  .fotbox-sec1 .cont .gt {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .fotbox-sec1 .cont .gt {
    width: 100%;
  }
}
/* End */
@media (min-width: 1441px) {
  .fotbox-sec2 .cont .gt .font {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .newsinfo-sec2 {
    padding-top: 0.5rem;
  }
}
