@charset "UTF-8";
.padding_div {
  padding: 40px 10px;
  box-sizing: border-box;
  /* 禁止文本图标被鼠标拖动选中 */
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.padding_div .width_div {
  width: 80%;
  margin: auto;
}

.padding_div .max_width_div {
  width: 80%;
}

.bg_color {
  background: #F4F7FB;
}

.bg_width_height {
  width: 100%;
  height: 20px;
}

.div_advantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_advantage .img_div {
  width: 260px;
  height: 260px;
}

.div_advantage .img_div img {
  width: 100%;
  height: 100%;
}

.div_series {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_series .button_div {
  width: 145px;
  height: 145px;
  border: 1px dashed #88949F;
  border-radius: 8px;
  margin: 10px 15px 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.div_series .button_div:hover img {
  display: block;
}

.div_series .button_div:hover > div p {
  color: #fff;
}

.div_series .button_div:hover > div span {
  color: #fff;
}

.div_series .button_div img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

.div_series .button_div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div_series .button_div > div p {
  margin-top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2A3540;
}

.div_series .button_div > div span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #88949F;
  margin-top: -15px;
}

.div_optionalFeatures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_optionalFeatures .button_div {
  width: 210px;
  height: 45px;
  margin: 10px 23px 10px;
  background: #E3EAF3;
  text-align: center;
  cursor: pointer;
}

.div_optionalFeatures .button_div:hover {
  background: #2787DB;
}

.div_optionalFeatures .button_div:hover p {
  color: #fff;
}

.div_optionalFeatures .button_div p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 45px;
  color: #2A3540;
}

.div_software_title {
  width: 100%;
  height: 61px;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DCE0E4;
}

.div_software_title::-webkit-scrollbar {
  display: none;
}

.div_software_title .wh_title {
  width: 120px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.div_software_title .wh_title p {
  width: 120px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

.div_software_content {
  width: 100%;
  overflow-x: auto;
  display: flex;
  display: none;
}

.div_software_content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #EEF0F2;
}

.div_software_content::-webkit-scrollbar-thumb {
  background-color: #2787DB;
}

.div_software_content .wh_img {
  width: 245px;
  height: 215px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 35px 20px 35px 5px;
}

.div_software_content .wh_img:hover {
  box-shadow: none;
  cursor: pointer;
}

.div_software_content .wh_img:last-child {
  margin-right: 5px;
}

.div_software_content .wh_img img {
  width: 245px;
  height: 160px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}

.div_software_content .wh_img p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 55px;
  color: #1E1E1E;
}

.div_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div_news .div_div {
  width: 40%;
}

.div_news .div_div img {
  width: 100%;
  overflow: hidden;
}

.div_news .div_div ul {
  width: 100%;
}

.div_news .div_div ul li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.div_news .div_div ul li p {
  width: calc(100% - 12px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1E1E1E;
  cursor: pointer;
}

.div_news .div_div ul li p:hover {
  color: #4784EC;
}

.div_news .div_div ul li p:active {
  color: #296fe9;
}

.div_news .div_div ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4784EC;
  margin-right: 6px;
}

.div_product {
  width: 100%;
  height: 60px;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
}

.div_product::-webkit-scrollbar {
  display: none;
}

.div_product .product_title {
  width: 110px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.div_product .product_title p {
  width: 110px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

.div_product .product_title:first-child {
  color: #2787DB;
}

.download_trial {
  padding: 30px 0 40px;
  background: #F4F7FB;
  background-image: url("../../images/a/productlist/pdt_bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download_trial > img {
  width: 125px;
  height: 125px;
}

.download_trial p {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  color: #222527;
  margin: 5px 0;
}

.download_trial span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #525F6B;
}

.download_trial div {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2787DB;
  border: none;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.download_trial div:active {
  background: #2668a1;
}

.download_trial div > img {
  width: 13px;
  height: 15px;
}

.div_highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_highlights .img_div {
  width: 365px;
  width: 350px;
  min-height: 287px;
  margin: 30px 10px 10px;
  background: linear-gradient(180deg, #E4F2FF 0%, #FFFFFF 15%, #FFFFFF 100%);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 45px 25px 20px;
}

.div_highlights .img_div > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.div_highlights .img_div > p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #222527;
  margin-bottom: 20px;
}

.div_highlights .img_div > ul {
  width: 100%;
}

.div_highlights .img_div > ul li {
  width: 100%;
  display: flex;
}

.div_highlights .img_div > ul li > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}

.div_highlights .img_div > ul li > p {
  width: calc(100% - 14px);
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #88949F;
  margin-bottom: 10px;
  margin-left: 2px;
}

.div_nineadvantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_nineadvantage .img_div {
  width: 365px;
  width: 350px;
  min-height: 197px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 10px;
  box-sizing: border-box;
  padding: 25px 20px 35px;
  position: relative;
}

.div_nineadvantage .img_div > div {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.div_nineadvantage .img_div > div > p {
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #222527;
}

.div_nineadvantage .img_div > span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #88949F;
}

.wh_introduce {
  padding: 60px 0;
}

.wh_introduce .div_block {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.wh_introduce .div_block > div {
  height: 315px;
  width: 280px;
}

.wh_introduce .div_block > div > p:nth-child(1) {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  color: #222527;
}

.wh_introduce .div_block > div > p:nth-child(2) {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 45px;
  opacity: 0.4;
  margin-bottom: 10px;
}

.wh_introduce .div_block > div ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wh_introduce .div_block > div ul li {
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
}

.wh_introduce .div_block > div ul li p {
  width: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2A3540;
  cursor: pointer;
}

.wh_introduce .div_block > div ul li p:hover {
  color: #4784EC;
}

.wh_introduce .div_block > div ul li p:active {
  color: #296fe9;
}

.wh_introduce .div_block > div ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4784EC;
  margin-right: 6px;
}

.wh_introduce .div_block > div > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wh_introduce .div_block > div > div p {
  width: 88px;
  height: 30px;
  background: #FFF0E1;
  border-radius: 19px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #F29D48;
  margin-top: 12px;
}

.wh_introduce .div_block .img_div {
  width: 470px;
  height: 280px;
}

.wh_introduce2 {
  padding: 60px 0;
}

.wh_introduce2 .div_block {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.wh_introduce2 .div_block .img_div {
  width: 470px;
}

.wh_introduce2 .div_block > div {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wh_introduce2 .div_block > div > p {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  color: #222527;
}

.wh_introduce2 .div_block > div > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #2A3540;
  margin: 25px 0;
}

.wh_introduce2 .div_block > div > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wh_introduce2 .div_block > div > div p {
  width: 88px;
  height: 30px;
  background: #FFF0E1;
  border-radius: 19px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #F29D48;
}

.div_whintroduce {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_whintroduce .img_div {
  width: 500px;
  margin: 10px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.div_whintroduce .img_div > img {
  width: 90px;
  height: 90px;
}

.div_whintroduce .img_div > p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #222527;
  margin: 20px 0 15px;
}

.div_whintroduce .img_div > span {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #88949F;
}

.div_whintroduce .img_div > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_whintroduce .img_div > div p {
  width: 130px;
  height: 30px;
  padding: 0 15px;
  background: #FFF0E1;
  border-radius: 19px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #F29D48;
  margin: 12px 5px 0;
}

.div_whintroduce .img_div:nth-child(1) > div p {
  width: 88px;
}

.div_whintroduce .img_div:nth-child(4) > div p {
  width: 140px;
}

.div_about_company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_about_company > p {
  width: calc(100% - 468px);
  box-sizing: border-box;
  padding-right: 27px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 28px;
  color: #222527;
}

.div_about_company > div {
  width: 468px;
  height: 386px;
  overflow: hidden;
}

.div_about_company > div img {
  width: 100%;
}

.div_honor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.div_honor > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_honor > div .img_div {
  box-sizing: border-box;
}

.div_honor > div .img_div img {
  width: 100%;
  height: 100%;
}

.div_honor .honor_img_w .img_div {
  width: 280px;
  height: 180px;
  margin: 0 13px 24px;
}

.div_honor .honor_img_h {
  height: 274px;
  overflow: hidden;
}

.div_honor .honor_img_h .img_div {
  width: 184px;
  height: 250px;
  margin: 0 10px 24px;
}

.div_honor > p {
  margin: auto;
  width: 390px;
  height: 40px;
  background: #2787DB;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
}

.div_corporate_culture {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.div_corporate_culture > div {
  width: 40%;
  display: flex;
}

.div_corporate_culture > div:first-child {
  justify-content: flex-end;
}

.div_corporate_culture > div:last-child {
  justify-content: flex-start;
}

.div_corporate_culture > div > div > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div_corporate_culture > div > div > div > p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 30px;
  color: #222527;
  margin: 40px 0 12px;
}

.div_corporate_culture > div > div > div > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #2A3540;
  margin-bottom: 5px;
}

.div_corporate_culture > div > div > div:first-child > p {
  margin-top: 0;
}

.div_corporate_culture > p {
  width: 1px;
  height: 350px;
  background: #707070;
}

.div_management_idea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_management_idea .idea_div {
  width: 530px;
  min-height: 186px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 12px 10px;
  margin: 25px 20px 0;
}

.div_management_idea .idea_div > p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 28px;
  color: #F29D48;
  margin-bottom: 15px;
}

.div_management_idea .idea_div > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}

.div_contact_us {
  width: 100%;
}

.div_contact_us img {
  width: 100%;
}

.div_news_information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div_news_information:hover {
  cursor: pointer;
}

.div_news_information:hover div:nth-child(2) P {
  color: #2787DB !important;
}

.div_news_information:hover div:nth-child(2) P:nth-child(2) > span {
  color: #2787DB !important;
}

.div_news_information:hover div:nth-child(2) P:nth-child(3) > span {
  color: #2787DB !important;
}

.div_news_information div:nth-child(1) {
  width: 520px;
  height: 320px;
  overflow: hidden;
  margin-right: 60px;
  border-radius: 5px;
}

.div_news_information div:nth-child(1) img {
  width: 100%;
}

.div_news_information div:nth-child(2) {
  width: calc(100% - 580px);
  height: 320px;
}

.div_news_information div:nth-child(2) > P {
  width: 100%;
}

.div_news_information div:nth-child(2) p:nth-child(1) {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 33px;
  color: #000000;
  opacity: 0.9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_information div:nth-child(2) p:nth-child(2) {
  margin: 12px 0 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_information div:nth-child(2) p:nth-child(2) > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #525F6B;
}

.div_news_information div:nth-child(2) p:nth-child(2) > span:first-child {
  margin-right: 20px;
}

.div_news_information div:nth-child(2) p:nth-child(3) {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang SC;
  line-height: 36px;
  color: #000000;
  opacity: 0.8;
  text-indent: 35px;
}

.div_news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.div_news_list > div {
  display: flex;
  margin-bottom: 60px;
}

.div_news_list > div:hover {
  cursor: pointer;
}

.div_news_list > div:hover > a > P {
  color: #2787DB !important;
}

.div_news_list > div:hover > a > P > span {
  color: #2787DB !important;
}

.div_news_list > div:hover > a > p:nth-child(1) > span:nth-child(1) {
  border-left: 13px solid #2787DB;
}

.div_news_list > div > img {
  width: 380px;
  height: 200px;
  border-radius: 5px;
}

.div_news_list > div > a {
  width: calc(100% - 420px);
  height: 200px;
  margin-left: 40px;
}

.div_news_list > div > a > P {
  width: 100%;
}

.div_news_list > div > a > p:nth-child(1) {
  height: 40px;
  display: flex;
  align-items: center;
}

.div_news_list > div > a > p:nth-child(1) > span:nth-child(1) {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #F1A34F;
  border-right: 10px solid transparent;
  border-top: 7px solid transparent;
}

.div_news_list > div > a > p:nth-child(1) > span:nth-child(2) {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  opacity: 0.9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_list > div > a > p:nth-child(2) {
  margin: 10px 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_list > div > a > p:nth-child(2) > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #525F6B;
}

.div_news_list > div > a > p:nth-child(2) > span:first-child {
  margin-right: 20px;
}

.div_news_list > div > a > p:nth-child(3) {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang SC;
  line-height: 36px;
  color: #000000;
  opacity: 0.8;
  text-indent: 35px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.div_news_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.div_news_details > P {
  width: 100%;
}

.div_news_details .p1 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 33px;
  color: #000000;
  opacity: 0.9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_details .p2 {
  margin-top: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div_news_details .p2 > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #525F6B;
}

.div_news_details .p2 > span:first-child {
  margin-right: 20px;
}

.div_news_details > img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0;
}

.div_news_details .div3 {
  display: inline-block;
  font-size: 20px;
  font-family: PingFang SC;
  line-height: 38px;
  color: #000000;
  opacity: 0.8;
  text-indent: 35px;
}

.show_edition {
  display: none;
}

.div_download {
  width: 100%;
  height: 61px;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DCE0E4;
}

.div_download::-webkit-scrollbar {
  display: none;
}

.div_download .download_title {
  width: 110px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.div_download .download_title p {
  width: 110px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.div_download .download_title:nth-child(1) {
  color: #2787DB;
  border-bottom: 2px solid #2787DB;
}

.div_edition {
  width: 100%;
  height: 75px;
  overflow-x: scroll;
  display: flex;
  justify-content: center;
}

.div_edition::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #EEF0F2;
  border-radius: 5px;
}

.div_edition::-webkit-scrollbar-thumb {
  background-color: #2787DB;
  border-radius: 5px;
}

.div_edition .edition_title,
.div_edition .edition_title1 {
  width: 110px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.div_edition .edition_title p,
.div_edition .edition_title1 p {
  width: 110px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.div_edition .edition_title:first-child,
.div_edition .edition_title1:first-child {
  color: #2787DB;
}

.div_edition1 {
  justify-content: flex-start;
}

.div_edition_tips {
  width: 100%;
  height: 52px;
  background: #FBF1E7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 12px;
}

.div_edition_tips > img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.div_edition_tips > p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #F29D48;
}

.div_download_list {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 40px;
  display: flex;
}

.div_download_list .div_content {
  width: calc(100% - 390px);
}

.div_download_list .div_content > p {
  font-size: 16px;
  font-family: PingFang SC;
  line-height: 22px;
  font-weight: 400;
  color: #222527;
}

.div_download_list .div_content .p1 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.div_download_list .div_content .p1 > span:nth-child(2) {
  color: #525F6B;
  margin-left: 5px;
}

.div_download_list .div_content .pc {
  margin-top: 15px;
}

.div_download_list .div_content .ps {
  color: #F29D48;
  margin: 20px 0;
}

.div_download_list .div_content .pb {
  width: 305px;
  height: 37px;
  padding-left: 10px;
  background: linear-gradient(90deg, #E2F1FF 0%, #EEF7FF 54%, #FFFFFF 100%);
  border-radius: 6px;
  line-height: 37px;
  color: #2787DB;
  margin-bottom: 60px;
}

.div_download_list .div_content > div {
  display: flex;
  cursor: pointer;
}

.div_download_list .div_content > div > p {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2787DB;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.div_download_list .div_content > div > p:last-child {
  background: #F29D48;
  margin-left: 40px;
}

.div_download_list .div_content > div > p:active {
  background: #2668a1;
}

.div_download_list .div_content > div > p > img {
  width: 13px;
  height: 15px;
}

.div_download_list .div_img {
  width: 390px;
  height: auto;
  background: #f5f6f7;
}

.div_download_list .div_img > p {
  border-radius: 50%;
  border: 1px dashed #a1a1a1;
  box-sizing: border-box;
  padding: 30px;
}

.div_download_list .div_img > p img {
  width: 100%;
  border-radius: 50%;
}

.div_download_instructions > p {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px 50px;
  display: flex;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 26px;
  color: #222527;
}

.div_download_instructions > div {
  width: 100%;
  height: auto;
  background: #FBF1E7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 30px;
}

.div_download_instructions > div > p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 26px;
  color: #F29D48;
  margin-bottom: 10px;
}

.div_download_instructions > div > span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 26px;
  color: #F29D48;
}

.div_download_module {
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}

.div_download_module .module_title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 26px;
  color: #222527;
}

.div_download_module > div {
  box-sizing: border-box;
  margin-top: 20px;
}

.div_download_module > div > table {
  width: 100%;
  border-color: #DCE0E4;
}

.div_download_module > div > table > tbody {
  width: 100%;
}

.div_download_module > div > table > tbody > tr {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}

.div_download_module > div > table > tbody > tr > td {
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #525F6B;
}

.div_download_module > div > table > tbody > tr .fw {
  font-weight: 600;
  color: #222527;
}

.div_add_function {
  width: 100%;
  background: #E5F3FF;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px 40px;
  display: flex;
}

.div_add_function ul li {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 38px;
  color: #2787DB;
}

.div_add_function ul:first-child {
  margin-right: 20px;
}

.div_financial_version {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div_financial_version .img_div {
  width: 46%;
  margin-bottom: 20px;
}

.div_financial_version .img_div img {
  width: 100%;
}

.div_mobile_download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div_mobile_download .mobile_download_list {
  width: 46%;
  display: flex;
  margin: 20px 0 50px;
}

.div_mobile_download .mobile_download_list .div_img {
  width: 220px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-right: 30px;
}

.div_mobile_download .mobile_download_list .div_img img {
  width: 100%;
  height: 100%;
}

.div_mobile_download .mobile_download_list .div_content {
  width: calc(100% - 220px - 30px);
}

.div_mobile_download .mobile_download_list .div_content > p {
  font-size: 16px;
  font-family: PingFang SC;
  line-height: 22px;
  font-weight: 400;
  color: #222527;
}

.div_mobile_download .mobile_download_list .div_content .p1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.div_mobile_download .mobile_download_list .div_content .p1 > span:nth-child(2) {
  color: #525F6B;
  margin-left: 5px;
}

.div_mobile_download .mobile_download_list .div_content .pc {
  margin-top: 15px;
}

.div_mobile_download .mobile_download_list .div_content .pb {
  width: 305px;
  height: 37px;
  padding-left: 10px;
  background: linear-gradient(90deg, #E2F1FF 0%, #EEF7FF 54%, #FFFFFF 100%);
  border-radius: 6px;
  line-height: 37px;
  color: #2787DB;
  margin-top: 25px;
}

.div_shareholder {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.div_shareholder > img {
  width: 100%;
}

.div_pager {
  height: 30px;
  display: flex;
  align-items: center;
}

.div_pager a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #525F6B;
  margin: 0 15px;
}

.div_pager a:hover {
  color: #2787DB;
}

.div_pager > p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #525F6B;
  background: none;
  display: flex;
}

.div_pager > p > a {
  background: none;
  border: none;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .div_about_company {
    flex-direction: column;
  }
  .div_about_company > p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .div_about_company > div {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .div_news_information {
    flex-direction: column;
  }
  .div_news_information > div:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .div_news_information > div:nth-child(2) {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .div_news_list > div {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .div_news_list > div > img {
/*    width: 100%;
    height: auto;*/
  }
  .div_news_list > div > a {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
  }
  .div_download_list .div_content {
    width: 100%;
    margin-right: 10px;
  }
  .div_download_list .div_content .pb {
    margin-bottom: 40px;
  }
  .div_download_list .div_content > div > p {
    width: 130px;
  }
  .div_download_list .div_img {
    width: 100%;
    margin: auto;
  }
  .div_mobile_download .mobile_download_list {
    width: 100%;
    margin: 10px 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .width_div {
    width: 70% !important;
  }
  .div_software_title {
    justify-content: flex-start;
  }
  .div_software_title .wh_title {
    width: 90px;
    height: 60px;
    line-height: 60px;
  }
  .div_software_title .wh_title p {
    width: 90px;
    text-align: center;
    margin: 0 5px;
  }
  .wh_introduce {
    padding: 40px 0;
  }
  .wh_introduce .div_block {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-around;
  }
  .wh_introduce .div_block > div {
    width: 220px;
    height: 280px;
  }
  .wh_introduce .div_block > div > p:nth-child(1) {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #222527;
  }
  .wh_introduce .div_block > div > p:nth-child(2) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.4;
    margin: 10px 0;
  }
  .wh_introduce .div_block > div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .wh_introduce .div_block > div ul li {
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block > div > div p {
    width: 66px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }
  .wh_introduce .div_block .img_div {
    width: 360px;
    height: 255px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block .img_div img {
    width: 100%;
  }
  .wh_introduce2 {
    padding: 20px 0;
  }
  .wh_introduce2 .div_block {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .wh_introduce2 .div_block .img_div {
    width: 340px;
    height: 140px;
  }
  .wh_introduce2 .div_block .img_div img {
    width: 100%;
  }
  .wh_introduce2 .div_block > div {
    height: 180px;
    margin-left: 30px;
  }
  .wh_introduce2 .div_block > div > p {
    font-size: 22px;
    line-height: 30px;
  }
  .wh_introduce2 .div_block > div > span {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
  .wh_introduce2 .div_block > div > div p {
    height: 24px;
    line-height: 24px;
  }
  .div_about_company {
    flex-direction: column;
  }
  .div_about_company > p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .div_about_company > div {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .div_news_information {
    flex-direction: column;
  }
  .div_news_information > div:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .div_news_information > div:nth-child(2) {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(1) {
    font-size: 20px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(2) {
    margin: 10px 0 15px;
  }
  .div_news_list > div {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .div_news_list > div > img {
/*    width: 100%;
    height: auto;*/
  }
  .div_news_list > div > a {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(1) {
    border-bottom: 7px solid transparent;
    border-left: 12px solid #F1A34F;
    border-right: 10px solid transparent;
    border-top: 7px solid transparent;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(2) {
    font-size: 20px;
  }
  .div_news_list > div > a > p:nth-child(2) {
    margin: 10px 0 15px;
  }
  .div_news_details .p1 {
    font-size: 20px;
  }
  .div_news_details .p2 {
    margin-top: 10px;
  }
  .div_news_details > img {
    margin: 30px 0;
  }
  .div_download_list .div_content {
    width: 100%;
    margin-right: 10px;
  }
  .div_download_list .div_content > p {
    font-size: 14px;
  }
  .div_download_list .div_content .p1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .div_download_list .div_content .ps {
    margin: 20px 0;
  }
  .div_download_list .div_content .pb {
    width: 200px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .div_download_list .div_content > div {
    display: flex;
  }
  .div_download_list .div_content > div > p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .div_download_list .div_content > div > p:last-child {
    margin-left: 20px;
  }
  .div_download_list .div_content > div > p > img {
    width: 11px;
    height: 12px;
  }
  .div_download_list .div_img {
    width: 100%;
    margin: auto;
  }
  .div_download_instructions > p {
    font-size: 14px;
    line-height: 22px;
  }
  .div_download_instructions > div > p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .div_download_instructions > div > span {
    font-size: 12px;
    line-height: 22px;
  }
  .div_add_function {
    flex-direction: column;
  }
  .div_add_function ul {
    margin-bottom: 20px;
  }
  .div_add_function ul:first-child {
    margin-right: 0px;
  }
  .div_add_function ul:last-child {
    margin-bottom: 0px;
  }
  .div_mobile_download .mobile_download_list {
    width: 100%;
    margin: 10px 0 40px;
  }
}

@media screen and (min-width: 575px) and (max-width: 768px) {
  .padding_div {
    padding: 30px 10px;
  }
  .bg_width_height {
    height: 15px;
  }
  .width_div {
    width: 70% !important;
  }
  .div_advantage .img_div {
    width: 230px;
    height: 230px;
  }
  .div_series .button_div {
    width: 125px;
    height: 125px;
    margin: 8px;
  }
  .div_series .button_div p {
    font-size: 16px;
  }
  .div_series .button_div span {
    font-size: 12px;
  }
  .div_optionalFeatures .button_div {
    width: 180px;
    height: 40px;
    margin: 10px;
  }
  .div_optionalFeatures .button_div p {
    font-size: 14px;
    line-height: 40px;
  }
  .div_software_title {
    justify-content: flex-start;
  }
  .div_software_title .wh_title {
    width: 90px;
    height: 60px;
    line-height: 60px;
  }
  .div_software_title .wh_title p {
    width: 9px;
    margin: 0 5px;
    text-align: center;
  }
  .div_software_content .wh_img {
    width: 215px;
    height: 195px;
    margin: 35px 20px 35px 5px;
  }
  .div_software_content .wh_img img {
    width: 215px;
    height: 140px;
  }
  .div_software_content .wh_img p {
    font-size: 14px;
    line-height: 55px;
  }
  .wh_introduce {
    padding: 30px 0;
  }
  .wh_introduce .div_block {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
  }
  .wh_introduce .div_block > div {
    width: 220px;
    height: 255px;
  }
  .wh_introduce .div_block > div > p:nth-child(1) {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #222527;
  }
  .wh_introduce .div_block > div > p:nth-child(2) {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.4;
    margin: 10px 0;
  }
  .wh_introduce .div_block > div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .wh_introduce .div_block > div ul li {
    width: 140px;
    height: 26px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block > div > div p {
    width: 66px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 8px;
  }
  .wh_introduce .div_block .img_div {
    width: 280px;
    height: 255px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block .img_div img {
    width: 100%;
  }
  .div_whintroduce .img_div {
    width: 80%;
    margin: 10px;
    padding: 20px 20px 15px;
  }
  .div_whintroduce .img_div > img {
    width: 70px;
    height: 70px;
  }
  .div_whintroduce .img_div > p {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  .div_whintroduce .img_div > div p {
    width: 120px;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
  }
  .div_whintroduce .img_div:nth-child(1) > div p {
    width: 70px;
  }
  .div_whintroduce .img_div:nth-child(4) > div p {
    width: 140px;
  }
  .wh_introduce2 {
    padding: 20px 0;
  }
  .wh_introduce2 .div_block {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .wh_introduce2 .div_block .img_div {
    width: 340px;
    height: 140px;
  }
  .wh_introduce2 .div_block .img_div img {
    width: 100%;
  }
  .wh_introduce2 .div_block > div {
    height: 180px;
    margin-left: 15px;
  }
  .wh_introduce2 .div_block > div > p {
    font-size: 22px;
    line-height: 30px;
  }
  .wh_introduce2 .div_block > div > span {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
  .wh_introduce2 .div_block > div > div p {
    height: 24px;
    line-height: 24px;
  }
  .div_about_company {
    flex-direction: column;
  }
  .div_about_company > p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .div_about_company > div {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .div_corporate_culture {
    align-items: flex-start;
  }
  .div_corporate_culture > div {
    width: 46%;
  }
  .div_corporate_culture > div > div > div {
    min-height: 77px;
  }
  .div_corporate_culture > div > div > div > p {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 6px;
  }
  .div_corporate_culture > div > div > div > span {
    font-size: 12px;
    line-height: 20px;
  }
  .div_corporate_culture > p {
    width: 1px;
    height: 380px;
    margin-top: 60px;
    background: #707070;
  }
  .div_news_information {
    flex-direction: column;
  }
  .div_news_information > div:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .div_news_information > div:nth-child(2) {
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(1) {
    font-size: 18px;
    line-height: 28px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(2) {
    margin: 6px 0 10px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(2) > span {
    font-size: 14px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(3) > span {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
  }
  .div_news_list > div {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .div_news_list > div > img {
    width: 100%;
    height: auto;
  }
  .div_news_list > div > a {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
  }
  .div_news_list > div > a > p:nth-child(1) {
    height: 28px;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(1) {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #F1A34F;
    border-right: 8px solid transparent;
    border-top: 5px solid transparent;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(2) {
    font-size: 18px;
  }
  .div_news_list > div > a > p:nth-child(2) {
    margin: 6px 0 10px;
  }
  .div_news_list > div > a > p:nth-child(2) > span {
    font-size: 14px;
  }
  .div_news_list > div > a > p:nth-child(3) {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
  }
  .div_news_details .p1 {
    font-size: 18px;
    line-height: 28px;
  }
  .div_news_details .p2 {
    margin-top: 6px;
  }
  .div_news_details .p2 > span {
    font-size: 14px;
  }
  .div_news_details > img {
    margin: 20px 0;
  }
  .div_news_details .div3 {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
  }
  .div_download .download_title {
    width: 90px;
  }
  .div_download .download_title p {
    width: 90px;
    font-size: 14px;
  }
  .div_edition {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .div_edition .edition_title,
  .div_edition .edition_title1 {
    width: 70px;
  }
  .div_edition .edition_title p,
  .div_edition .edition_title1 p {
    width: 70px;
    font-size: 14px;
  }
  .div_edition_tips {
    width: 100%;
    height: auto;
    padding: 10px 12px;
    margin-top: 20px;
  }
  .div_edition_tips > img {
    width: 18px;
    height: 18px;
  }
  .div_edition_tips > p {
    font-size: 12px;
    line-height: 20px;
  }
  .div_download_list {
    padding: 20px 10px;
    flex-wrap: wrap-reverse;
  }
  .div_download_list .div_content {
    width: 100%;
  }
  .div_download_list .div_content > p {
    font-size: 14px;
  }
  .div_download_list .div_content .p1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .div_download_list .div_content .ps {
    margin: 20px 0;
  }
  .div_download_list .div_content .pb {
    width: 200px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .div_download_list .div_content > div {
    display: flex;
  }
  .div_download_list .div_content > div > p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .div_download_list .div_content > div > p:last-child {
    margin-left: 20px;
  }
  .div_download_list .div_content > div > p > img {
    width: 11px;
    height: 12px;
  }
  .div_download_list .div_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .div_download_instructions > p {
    padding: 0px 15px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .div_download_instructions > div {
    padding: 10px 15px;
  }
  .div_download_instructions > div > p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .div_download_instructions > div > span {
    font-size: 12px;
    line-height: 22px;
  }
  .div_download_module {
    padding: 0 15px;
  }
  .div_download_module .module_title {
    font-size: 16px;
    line-height: 26px;
  }
  .div_download_module > div {
    box-sizing: border-box;
    margin-top: 20px;
  }
  .div_download_module > div > table > tbody > tr > td {
    font-size: 14px;
  }
  .div_add_function {
    padding: 10px;
    flex-direction: column;
  }
  .div_add_function ul {
    margin-bottom: 10px;
  }
  .div_add_function ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .div_add_function ul:first-child {
    margin-right: 0px;
  }
  .div_add_function ul:last-child {
    margin-bottom: 0px;
  }
  .div_financial_version .img_div {
    width: 100%;
  }
  .div_mobile_download {
    justify-content: center;
  }
  .div_mobile_download .mobile_download_list {
    width: 100%;
    margin: 10px 0 40px;
    flex-direction: column;
  }
  .div_mobile_download .mobile_download_list .div_img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .div_mobile_download .mobile_download_list .div_img img {
    width: 100%;
    height: 100%;
  }
  .div_mobile_download .mobile_download_list .div_content {
    width: 100%;
  }
  .div_mobile_download .mobile_download_list .div_content > p {
    font-size: 14px;
  }
  .div_mobile_download .mobile_download_list .div_content .p1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .div_mobile_download .mobile_download_list .div_content .ps {
    margin: 20px 0;
  }
  .div_mobile_download .mobile_download_list .div_content .pb {
    width: 200px;
    height: 35px;
    border-radius: 6px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .padding_div {
    padding: 20px 10px;
  }
  .mb-4 {
    margin-bottom: 12px !important;
  }
  .bg_width_height {
    height: 10px;
  }
  .width_div {
    width: 80% !important;
  }
  .div_advantage .img_div {
    width: 200px;
    height: 200px;
  }
  .div_series .button_div {
    width: 95px;
    height: 95px;
    margin: 5px;
  }
  .div_series .button_div p {
    font-size: 16px;
  }
  .div_series .button_div span {
    font-size: 12px;
  }
  .div_optionalFeatures .button_div {
    width: 150px;
    height: 30px;
    margin: 10px;
  }
  .div_optionalFeatures .button_div p {
    font-size: 14px;
    line-height: 30px;
  }
  .div_software_title {
    justify-content: flex-start;
  }
  .div_software_title .wh_title {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .div_software_title .wh_title p {
    width: 60px;
    margin: 0 5px;
    text-align: center;
  }
  .div_software_content .wh_img {
    width: 185px;
    height: 175px;
    margin: 35px 20px 35px 5px;
  }
  .div_software_content .wh_img img {
    width: 185px;
    height: 120px;
  }
  .div_software_content .wh_img p {
    font-size: 14px;
    line-height: 55px;
  }
  .wh_introduce {
    padding: 20px 0;
  }
  .wh_introduce .div_block {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .wh_introduce .div_block > div {
    width: 220px;
    height: 255px;
  }
  .wh_introduce .div_block > div > p:nth-child(1) {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #222527;
  }
  .wh_introduce .div_block > div > p:nth-child(2) {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.4;
    margin: 10px 0;
  }
  .wh_introduce .div_block > div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .wh_introduce .div_block > div ul li {
    width: 140px;
    height: 26px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block > div > div p {
    width: 66px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 8px;
  }
  .wh_introduce .div_block .img_div {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
  }
  .wh_introduce .div_block .img_div img {
    width: 100%;
  }
  .div_whintroduce .img_div {
    width: 90%;
    margin: 10px;
    padding: 20px 20px 15px;
  }
  .div_whintroduce .img_div > img {
    width: 50px;
    height: 50px;
  }
  .div_whintroduce .img_div > p {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .div_whintroduce .img_div > span {
    line-height: 20px;
  }
  .div_whintroduce .img_div > div p {
    width: 120px;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
  }
  .div_whintroduce .img_div:nth-child(1) > div p {
    width: 70px;
  }
  .div_whintroduce .img_div:nth-child(4) > div p {
    width: 140px;
  }
  .wh_introduce2 {
    padding: 20px 0;
  }
  .wh_introduce2 .div_block {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .wh_introduce2 .div_block .img_div {
    width: 260px;
    height: 140px;
  }
  .wh_introduce2 .div_block .img_div img {
    width: 100%;
  }
  .wh_introduce2 .div_block > div {
    height: 180px;
  }
  .wh_introduce2 .div_block > div > p {
    font-size: 20px;
    line-height: 30px;
  }
  .wh_introduce2 .div_block > div > span {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
  .wh_introduce2 .div_block > div > div p {
    height: 24px;
    line-height: 24px;
  }
  .div_about_company {
    flex-direction: column;
  }
  .div_about_company > p {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    padding-right: 0;
  }
  .div_about_company > div {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .div_honor .honor_img_w .img_div {
    width: 140px;
    height: 90px;
    margin: 0 5px 12px;
  }
  .div_honor .honor_img_h .img_div {
    width: 60px;
    height: 83px;
    margin: 0 5px 12px;
  }
  .div_honor > p {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .div_corporate_culture {
    align-items: flex-start;
  }
  .div_corporate_culture > div {
    width: 46%;
  }
  .div_corporate_culture > div > div > div {
    min-height: 77px;
  }
  .div_corporate_culture > div > div > div > p {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 6px;
  }
  .div_corporate_culture > div > div > div > span {
    font-size: 12px;
    line-height: 20px;
  }
  .div_corporate_culture > p {
    width: 1px;
    height: 550px;
    margin-top: 40px;
    background: #707070;
  }
  .div_management_idea .idea_div {
    width: 100%;
    padding: 10px 12px;
    margin: 10px 5px 0;
  }
  .div_management_idea .idea_div > p {
    font-size: 16px;
    line-height: 26px;
  }
  .div_management_idea .idea_div > span {
    font-size: 12px;
    line-height: 24px;
  }
  .div_news_information {
    flex-direction: column;
  }
  .div_news_information > div:nth-child(1) {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .div_news_information > div:nth-child(2) {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(1) {
    font-size: 16px;
    line-height: 28px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(2) {
    margin: 6px 0 10px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(2) > span {
    font-size: 12px;
  }
  .div_news_information > div:nth-child(2) > p:nth-child(3) > span {
    font-size: 12px;
    line-height: 28px;
    text-indent: 25px;
  }
  .div_news_list > div {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .div_news_list > div > img {
    width: 100%;
    height: auto;
  }
  .div_news_list > div > a {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
  }
  .div_news_list > div > a > p:nth-child(1) {
    height: 28px;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(1) {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #F1A34F;
    border-right: 8px solid transparent;
    border-top: 5px solid transparent;
  }
  .div_news_list > div > a > p:nth-child(1) > span:nth-child(2) {
    font-size: 16px;
  }
  .div_news_list > div > a > p:nth-child(2) {
    margin: 2px 0 8px;
  }
  .div_news_list > div > a > p:nth-child(2) > span {
    font-size: 12px;
  }
  .div_news_list > div > a > p:nth-child(3) {
    font-size: 12px;
    line-height: 28px;
    text-indent: 25px;
  }
  .div_news_details .p1 {
    font-size: 16px;
    line-height: 28px;
  }
  .div_news_details .p2 {
    margin-top: 6px;
  }
  .div_news_details .p2 > span {
    font-size: 12px;
  }
  .div_news_details > img {
    margin: 10px 0;
  }
  .div_news_details .div3 {
    font-size: 12px;
    line-height: 28px;
    text-indent: 25px;
  }
  .div_download .download_title {
    width: 80px;
  }
  .div_download .download_title p {
    width: 80px;
    font-size: 12px;
  }
  .div_edition {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .div_edition .edition_title,
  .div_edition .edition_title1 {
    width: 60px;
  }
  .div_edition .edition_title p,
  .div_edition .edition_title1 p {
    width: 60px;
    font-size: 12px;
  }
  .div_edition_tips {
    width: 100%;
    height: auto;
    padding: 10px 12px;
    margin-top: 20px;
  }
  .div_edition_tips > img {
    width: 18px;
    height: 18px;
  }
  .div_edition_tips > p {
    font-size: 12px;
    line-height: 20px;
  }
  .div_download_list {
    padding: 20px 10px;
    flex-wrap: wrap-reverse;
  }
  .div_download_list .div_content {
    width: 100%;
  }
  .div_download_list .div_content > p {
    font-size: 12px;
  }
  .div_download_list .div_content .p1 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .div_download_list .div_content .pc {
    margin-top: 8px;
  }
  .div_download_list .div_content .ps {
    margin: 15px 0;
  }
  .div_download_list .div_content .pb {
    width: 150px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .div_download_list .div_content > div {
    display: flex;
  }
  .div_download_list .div_content > div > p {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .div_download_list .div_content > div > p:last-child {
    margin-left: 20px;
  }
  .div_download_list .div_content > div > p > img {
    width: 11px;
    height: 12px;
  }
  .div_download_list .div_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .div_download_list .div_img > p {
    padding: 15px;
  }
  .div_download_instructions > p {
    padding: 0px 15px 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .div_download_instructions > div {
    padding: 10px 15px;
  }
  .div_download_instructions > div > p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .div_download_instructions > div > span {
    font-size: 12px;
    line-height: 22px;
  }
  .div_download_module {
    padding: 0 15px;
  }
  .div_download_module .module_title {
    font-size: 16px;
    line-height: 26px;
  }
  .div_download_module > div {
    box-sizing: border-box;
    margin-top: 20px;
  }
  .div_download_module > div > table > tbody > tr {
    height: auto;
  }
  .div_download_module > div > table > tbody > tr > td {
    font-size: 12px;
  }
  .div_add_function {
    padding: 10px;
    flex-direction: column;
  }
  .div_add_function ul {
    margin-bottom: 10px;
  }
  .div_add_function ul li {
    font-size: 12px;
    line-height: 24px;
  }
  .div_add_function ul:first-child {
    margin-right: 0px;
  }
  .div_add_function ul:last-child {
    margin-bottom: 0px;
  }
  .div_financial_version .img_div {
    width: 100%;
    margin-bottom: 6px;
  }
  .div_mobile_download {
    justify-content: center;
  }
  .div_mobile_download .mobile_download_list {
    width: 100%;
    margin: 10px 0 30px;
    flex-direction: column;
  }
  .div_mobile_download .mobile_download_list .div_img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .div_mobile_download .mobile_download_list .div_img img {
    width: 100%;
    height: 100%;
  }
  .div_mobile_download .mobile_download_list .div_content {
    width: 100%;
  }
  .div_mobile_download .mobile_download_list .div_content > p {
    font-size: 12px;
  }
  .div_mobile_download .mobile_download_list .div_content .p1 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .div_mobile_download .mobile_download_list .div_content .pc {
    margin-top: 8px;
  }
  .div_mobile_download .mobile_download_list .div_content .pb {
    width: 150px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    margin-top: 15px;
  }
}
