/*声明 WebFont*/
@font-face {
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  src: url('../font/sourcehansanssc-regular.eot');
  src: url('../font/sourcehansanssc-regular.eot') format('embedded-opentype'), url('../font/sourcehansanssc-regular.woff') format('woff'), url('../font/sourcehansanssc-regular.ttf') format('truetype'), url('../font/sourcehansanssc-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  
  src: url('../font/sourcehansanssc-bold.eot');
  src: url('../font/sourcehansanssc-bold.eot') format('embedded-opentype'), url('../font/sourcehansanssc-bold.woff') format('woff'), url('../font/sourcehansanssc-bold.ttf') format('truetype'), url('../font/sourcehansanssc-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
  src: url('../font/sourcehansanssc-medium.eot');
  src: url('../font/sourcehansanssc-medium.eot') format('embedded-opentype'), url('../font/sourcehansanssc-medium.woff') format('woff'), url('../font/sourcehansanssc-medium.ttf') format('truetype'), url('../font/sourcehansanssc-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
header {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 70px;
  margin: 0px auto;
  border-bottom: 1px solid #eee;
  font-family: 'bestFont regular';
}
header .content {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
header .content .kefu {
  color: #444;
}
header .content .logo {
  display: inline-block;
  width: 300px;
  font-size: 16px;
  font-family: 'bestFont bold';
  line-height: 20px;
  padding-top: 20px;
}
header .content .logo a {
  text-decoration: none;
  color: #111;
}
header .content .naviList {
  display: inline-block;
  width: calc(100% - 310px);
  text-align: right;
  padding-right: 145px;
  vertical-align: top;
}
header .content .naviList li {
  display: inline-block;
  position: relative;
}
header .content .naviList li a {
  display: inline-block;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #111;
  margin: 0 21px;
  padding: 0 5px;
  box-sizing: border-box;
}
header .content .naviList li a i {
  font-size: 14px;
  margin-left: 5px;
}
header .content .naviList li a:hover,
header .content .naviList li a.active {
  font-weight: bold;
  color: #fc592d;
}
header .content .naviList li .indexCurrent {
  font-weight: bold;
}
header .content .naviList li.buybtn {
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
header .content .naviList li.buybtn a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: white;
  background-color: #fc592d;
  border-radius: 16px;
  padding: 0;
  margin-right: 0;
}
header .content .naviList li.buybtn a:hover {
  background-color: #ff5a18;
}
header .content .topSearch {
  position: absolute;
  right: 105px;
  top: 0px;
  width: 560px;
  height: 70px;
  color: #bbb;
  z-index: 3;
}
header .content .topSearch i {
  position: absolute;
  left: 6px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
}
header .content .topSearch #searchValueId {
  border: none;
  border-bottom: 1px solid #bbb;
  background: none;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  padding: 10px 100px 0 50px;
  width: 410px;
}


.pagebar {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.pagination-list {
  text-align: center;
  min-width: 560px;
  margin: 15px 0;
}
.pagination-list .pagination-main {
  display: inline-block;
  line-height: 30px;
}
.pagination-item {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.pagination-list02 .pagination-item {
  margin: 0 7px 0 0;
  border: 1px solid #E9E9E9;
  color: #999;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination-list02 .prev-page, .pagination-list02 .next-page {
  font-family: cursive;
}




header .content .topSearch .searchButtom {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0px;
}
header .content .topSearch .hotSearch {
  width: 100%;
  height: 135px;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 8px 8px rgba(190, 198, 211, 0.3);
  padding: 30px 20px;
  position: absolute;
  top: 52px;
  left: 0;
}
header .content .topSearch .hotSearch label {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
header .content .topSearch .hotSearch .main {
  display: inline-block;
  width: calc(100% - 90px);
  height: 90px;
  overflow: hidden;
  vertical-align: top;
}
header .content .topSearch .hotSearch .main a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 14px;
  color: #333;
  background-color: rgba(7, 63, 146, 0.04);
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  padding: 0 20px;
  margin: 0 20px 20px 0;
}
header .content .topSearchImg {
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  right: 105px;
  top: 15px;
  z-index: 2;
}
header .content .topSearchImg img {
  cursor: pointer;
}
header .content .topSearchImg:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
header .content .menuSarch .searchButtom {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;
}
header .content .menuSarch #searchValueMenu {
  color: #999;
}
footer {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
  background-color: #f6f8fa;
}
footer .content {
  width: 1200px;
  margin: 0px auto;
  color: #676770;
}
footer .content .friendlink {
  padding: 17px 0;
  border-bottom: 1px solid rgba(103, 103, 112, 0.12);
  font-weight: bold;
}
footer .content .friendlink a {
  color: #676770;
  font-weight: normal;
  margin-right: 10px;
}
footer .content .friendlink a:hover {
  text-decoration: underline;
}
footer .content .footMenu {
  padding: 40px 0 70px;
}
footer .content .footMenu .logo {
  padding-top: 40px;
}
footer .content .footMenu .logo img {
  vertical-align: middle;
}
footer .content .footMenu .logo span {
  color: #000;
  font-size: 24px;
  font-family: 'bestFont bold';
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}
footer .content .footMenu .menuItem {
  position: relative;
  text-align: center;
}
footer .content .footMenu .menuItem p {
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 18px;
}
footer .content .footMenu .menuItem ul {
  line-height: 26px;
}
footer .content .footMenu .menuItem ul a {
  color: #676770;
}
footer .copyright {
  text-align: center;
  color: #676770;
  background-color: #f6f8fa;
}
footer .copyright .content {
  padding: 10px 0;
  border-top: 1px solid rgba(103, 103, 112, 0.12);
}
footer .copyright .content > p {
  padding: 5px 0;
}
footer .copyright .content a {
  color: #676770;
}
footer .copyright .content a:hover {
  color: #fc592d;
}
.idx_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 640px;
  background: url('../image/idx_banner.png') no-repeat center center;
}
.idx_banner .content {
  width: 1200px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding-top: 162px;
}
.idx_banner .content .title {
  font-size: 66px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.idx_banner .content .desc {
  font-size: 28px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 20px;
}
.idx_banner .content .btns {
  margin-top: 74px;
}
.idx_banner .content .btns a {
  display: inline-block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin: 0 12px;
}
.idx_banner .content .btns a.buynow {
  color: white;
  background-color: #fc592d;
}
.idx_banner .content .btns a.buynow:hover {
  background-color: #ff4311;
}
.idx_banner .content .btns a.download {
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid white;
  box-sizing: border-box;
}
.idx_banner .content .btns label {
  display: none;
}
.idx_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 107px auto 0;
}
.idx_m1 .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.idx_m1 .content .tag {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
}
.idx_m1 .content .title {
  line-height: 60px;
  font-size: 48px;
  
  margin-top: 5px;
  position: relative;
}
.idx_m1 .content .title::before {
  content: '';
  width: 66px;
  height: 53px;
  background: url('../image/icon_01.png') no-repeat center center;
  position: absolute;
  top: -20px;
  left: 195px;
}
.idx_m1 .content .title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #2a67ff;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.idx_m1 .content .desc {
  width: 57%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 54px;
}
.idx_m1 .content > .more {
  display: inline-block;
  width: 98px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #2a67ff;
  background-color: rgba(42, 103, 255, 0.06);
  border-radius: 16.5px;
  position: absolute;
  top: 69px;
  right: 0;
}
.idx_m1 .content .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
.idx_m1 .content .wrapper .item {
  width: 280px;
  height: 300px;
  border-radius: 20px;
  background-color: #f4f8fd;
  text-align: center;
  padding-top: 33px;
  position: relative;
}
.idx_m1 .content .wrapper .item i {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.idx_m1 .content .wrapper .item .v_title {
  margin-top: 21px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 20px;
}
.idx_m1 .content .wrapper .item .v_desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 20px;
}
.idx_m1 .content .wrapper .item .more {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.idx_m1 .content .wrapper .item:nth-of-type(1) i {
  background: url('/rzxt/acticee/images/idx_m1_icon1.png') no-repeat center;
}
.idx_m1 .content .wrapper .item:nth-of-type(2) i {
  background: url('/rzxt/acticee/images/idx_m1_icon2.png') no-repeat center;
}
.idx_m1 .content .wrapper .item:nth-of-type(3) i {
  background: url('/rzxt/acticee/images/idx_m1_icon3.png') no-repeat center;
}
.idx_m1 .content .wrapper .item:nth-of-type(4) i {
  background: url('/rzxt/acticee/images/idx_m1_icon4.png') no-repeat center;
}
.idx_m1 .content .wrapper .item.active {
  color: white;
  background-image: linear-gradient(to bottom, #4086da, #185ad6);
}
.idx_m1 .content .wrapper .item.active .v_desc {
  color: white;
  opacity: 0.6;
}
.idx_m1 .content .wrapper .item.active .more {
  color: white;
  display: inline-block;
}
.idx_m1 .content .wrapper .item.active:nth-of-type(1) i {
  background: url('/rzxt/acticee/images/idx_m1_icon1_a.png') no-repeat center;
}
.idx_m1 .content .wrapper .item.active:nth-of-type(2) i {
  background: url('/rzxt/acticee/images/idx_m1_icon2_a.png') no-repeat center;
}
.idx_m1 .content .wrapper .item.active:nth-of-type(3) i {
  background: url('/rzxt/acticee/images/idx_m1_icon3_a.png') no-repeat center;
}
.idx_m1 .content .wrapper .item.active:nth-of-type(4) i {
  background: url('/rzxt/acticee/images/idx_m1_icon4_a.png') no-repeat center;
}
.idx_m2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 175px auto 265px;
  position: relative;
}
.idx_m2 .content {
  width: 1200px;
  margin: 0 auto;
}
.idx_m2 .content > div {
  width: 25%;
}
.idx_m2 .content .tag {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
}
.idx_m2 .content .title {
  line-height: 60px;
  font-size: 48px;
  
  margin-top: 5px;
  position: relative;
}
.idx_m2 .content .title::before {
  content: '';
  width: 74px;
  height: 53px;
  background: url('../image/icon_02.png') no-repeat center center;
  position: absolute;
  top: -20px;
  left: 92px;
}
.idx_m2 .content .title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #2a67ff;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.idx_m2 .content .desc {
  width: 95%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 62px;
}
.idx_m2 .content .more {
  display: inline-block;
  width: 98px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: white;
  background-color: #0058ff;
  border-radius: 16.5px;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 57px;
}
.idx_m2 .content ul {
  margin-top: 67px;
}
.idx_m2 .content ul li {
  font-size: 18px;
  line-height: 60px;
  color: #7c7b82;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  cursor: pointer;
}
.idx_m2 .content ul li.active {
  color: #000;
  
}
.idx_m2 .right {
  width: 60.104%;
  text-align: right;
  /* padding-top: 35px; */
  font-size: 0;
  position: absolute;
  top: -55px;
  right: 0;
}
.idx_m2 .right .row {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}

.idx_m2 .right .row:nth-of-type(2) {
  width: 32.84%;
  padding: 0 5px;
}
.idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow {
  padding-top: 50px;
}
.idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .v_desc {
  margin-top: 20px;
}
.idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .more {
  margin-top: 30px;
}
.idx_m2 .right .row:nth-of-type(2) .item:last-child {
  margin-top: 10px;
}
.idx_m2 .right .row:nth-of-type(3) {
  width: 34.75%;
  padding-left: 5px;
}
.idx_m2 .right .row:nth-of-type(3) .item:last-child {
  margin-top: 10px;
}
.idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow {
  padding-top: 50px;
}
.idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .v_desc {
  margin-top: 20px;
}
.idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .more {
  margin-top: 20px;
}
.idx_m2 .right .item {
  position: relative;
  width: 31%;
  margin-bottom: 29px;
  margin-right: 20px;
  height: 240px;
}
.idx_m2 .right .item:nth-child(3n){
  margin-right: 0;
}
.idx_m2 .right .item > img.pc_show {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.idx_m2 .right .item > img.m_show {
  display: none;
}
.idx_m2 .right .item .shadow {
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_m2 .right .item .shadow .v_title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_m2 .right .item .shadow .v_desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  padding: 0 30px;
  margin-top: 22px;
  opacity: 0.6;
}
.idx_m2 .right .item .shadow .more {
  display: inline-block;
  color: #fc592d;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 66px;
}
.idx_m2 .right .item.active .shadow {
  display: inline-block;
}
@media screen and (max-width: 1441px) {
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow {
    padding-top: 35px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow .v_desc {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow .more {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow {
    padding-top: 25px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .v_desc {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .more {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow {
    padding-top: 45px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow .v_desc {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow .more {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow {
    padding-top: 15px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .v_desc {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1367px) {
  .idx_m2 .right .row:nth-of-type(1) .item:first-child .shadow {
    padding-top: 40px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:first-child .shadow .v_desc {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:first-child .shadow .more {
    margin-top: 40px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow {
    padding-top: 35px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow .v_desc {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(1) .item:last-child .shadow .more {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow {
    padding-top: 25px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .v_desc {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:first-child .shadow .more {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow {
    padding-top: 45px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow .v_desc {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(2) .item:last-child .shadow .more {
    margin-top: 20px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow {
    padding-top: 15px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .v_desc {
    margin-top: 10px;
  }
  .idx_m2 .right .row:nth-of-type(3) .item:last-child .shadow .more {
    margin-top: 10px;
  }
}
.idx_m3 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #3f51b51f, #f4f8fd);
}
.idx_m3 .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 65px;
  position: relative;
}
.idx_m3 .content .title {
  font-size: 48px;
  
}
.idx_m3 .content .desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 3px;
}
.idx_m3 .content .more {
  display: inline-block;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #0058ff;
  margin-top: 23px;
}
.idx_m3 .content .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 70px;
}
.idx_m3 .content .swiper-slide {
  height: 450px;
  padding-top: 40px;
}
.idx_m3 .content .swiper-slide .item {
  width: 390px;
  height: 300px;
  border-radius: 20px;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.06);
  padding-left: 40px;
  padding-top: 85px;
  position: relative;
}
.idx_m3 .content .swiper-slide .item > img {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(0, -32%);
}
.idx_m3 .content .swiper-slide .item .v_title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  
}
.idx_m3 .content .swiper-slide .item .v_desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  padding-right: 40px;
  margin-top: 10px;
  color: #7c7b82;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_m3 .content .swiper-slide .item .buynow {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #fc592d;
  border: 1px solid #fc592d;
  border-radius: 26px;
  box-sizing: border-box;
  position: absolute;
  bottom: 44px;
  left: 40px;
}
.idx_m3 .content .swiper-slide .item .buynow.active,
.idx_m3 .content .swiper-slide .item .buynow:hover {
  color: white;
  background-color: #fc592d;
}
.idx_m3 .content .idx_swiper_next {
  width: 80px;
  height: 30px;
  background: url('/rzxt/acticee/images/arrow_right.png') no-repeat center center;
  top: 149px;
}
.idx_m4 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 70px auto 0;
}
.idx_m4 .content {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  background: url('../image/idx_m4_bg2.png') no-repeat center center;
  border-radius: 20px;
  box-shadow: 0 14px 20px rgba(29, 66, 119, 0.16);
  color: white;
  padding-top: 42px;
  text-align: center;
}
.idx_m4 .content .left {
  vertical-align: top;
}
.idx_m4 .content .left .title {
  font-size: 48px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.idx_m4 .content .left .desc {
  font-size: 18px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 10px;
}
.idx_m4 .content .right {
  padding-top: 35px;
  vertical-align: top;
}
.idx_m4 .content .right .buynow {
  display: inline-block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 26px;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
}
.idx_m4 .content .right label {
  display: none;
}
.idx_m5 {
  width: 100%;
  max-width: 1740px;
  min-width: 1200px;
  margin: 0px auto;
}
.idx_m5 .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 165px;
  padding-bottom: 110px;
}
.idx_m5 .content h3 {
  font-size: 48px;
  
  display: inline-block;
  color: #111;
  vertical-align: top;
}
.idx_m5 .content .category {
  display: inline-block;
  height: 77px;
  vertical-align: top;
  margin-left: 30px;
  padding-top: 20px;
}
.idx_m5 .content .category li {
  display: inline-block;
  font-size: 16px;
  font-family: bestFont regular;
  font-weight: bold;
  margin-right: 18px;
  padding: 2px 7px 3px;
  cursor: pointer;
}
.idx_m5 .content .category li.active,
.idx_m5 .content .category li:hover {
  position: relative;
}
.idx_m5 .content .category li.active::after,
.idx_m5 .content .category li:hover::after {
  content: '';
  width: 70px;
  height: 7px;
  background-color: #ff6000;
  position: absolute;
  left: 4px;
  bottom: 3px;
  z-index: -1;
}
.idx_m5 .content .main {
  margin-top: 83px;
}
.idx_m5 .content .main > div {
  display: flex;
  justify-content: space-between;
}
.idx_m5 .content .main .item {
  width: 360px;
  margin-bottom: 50px;
}
.idx_m5 .content .main .time {
  font-size: 14px;
  font-family: Helvetica;
  color: #565c6b;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 17px;
}
.idx_m5 .content .main .title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-family: bestFont regular;
  color: #111;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx_m5 .content .main .title:hover {
  color: #fc592d;
}
.idx_m5 .content .main .desc {
  font-size: 14px;
  font-family: bestFont regular;
  line-height: 24px;
  color: #7c7b82;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_m5 .content .main .more {
  display: inline-block;
  font-size: 14px;
  font-family: bestFont regular;
  line-height: 36px;
  margin-top: 25px;
  color: #fc592d;
}
.idx_m5 .content .main .more i {
  display: inline-block;
  width: 5px;
  transition: all 0.5s;
}
.idx_m5 .content .main .more:hover i {
  width: 15px;
}
.prod_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 450px;
  background: url('../image/prod_banner.png') no-repeat center center;
}
.prod_banner .content {
  width: 1200px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding-top: 92px;
}
.prod_banner .content .title {
  font-size: 60px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.prod_banner .content .desc {
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 14px;
}
.prod_banner .content .buynow {
  display: inline-block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
  color: white;
  background-color: #fc592d;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 57px;
}
.prod_banner .content .buynow:hover {
  background-color: #ff4311;
}
.prod_menu {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 70px;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.prod_menu .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.prod_menu .content .left span {
  display: inline-block;
  height: 100%;
  line-height: 70px;
  font-size: 16px;
  font-family: 'Arial Regular';
  margin-right: 48px;
  cursor: pointer;
}
.prod_menu .content .left span.active {
  color: #fc592d;
  font-weight: bold;
  position: relative;
}
.prod_menu .content .left span.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fc592d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prod_menu .content a.download {
  display: inline-block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fc592d;
  background-color: rgba(252, 89, 45, 0.06);
  border: 1px solid #fc592d;
  border-radius: 22px;
  font-size: 16px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.prod_menu .content a.download:hover {
  color: white;
  background-color: #fc5411;
}
.prod_menu.prodMenu30 {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod_menu.prodMenu60 {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.prod_t1_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffffff, #f4f8fd);
}
.prod_t1_m1 .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 176px;
}
.prod_t1_m1 .content .title {
  font-size: 48px;
  padding-top: 124px;
  
}
.prod_t1_m1 .content .desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  padding: 0 20px;
  margin-top: 13px;
}
.prod_t1_m1 .content .img {
  margin-top: 67px;
}
.prod_t1_m1 .content .img img:last-child {
  display: none;
}
.prod_t1_m1 .content .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.prod_t1_m1 .content .wrapper .item {
  width: 385px;
  height: 300px;
  background-color: white;
  border-radius: 20px;
  text-align: left;
  padding: 30px 29px 0;
  margin-bottom: 60px;
  box-shadow: 0 20px 70px rgba(40, 50, 93, 0.1);
}
.prod_t1_m1 .content .wrapper .item .v_title {
  font-size: 24px;
  
  margin-top: 13px;
}
.prod_t1_m1 .content .wrapper .item .v_desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 18px;
}
.prod_t1_m1 .content .wrapper .item.no {
  background-color: transparent;
  box-shadow: none;
}
.prod_t1_m1 .content .btns {
  margin-top: 36px;
}
.prod_t1_m1 .content .btns span {
  display: inline-block;
  color: #0058ff;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
  cursor: pointer;
}
.prod_t1_m2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 280px;
  background: url('/rzxt/acticee/images/prod_t1_m2_bg.png') no-repeat center center;
  box-shadow: 0 14px 20px rgba(29, 66, 119, 0.16);
}
.prod_t1_m2 .content {
  width: 1200px;
  margin: 0 auto;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding-top: 82px;
}
.prod_t1_m2 .content .left {
  width: 75%;
  padding-left: 75px;
  vertical-align: top;
}
.prod_t1_m2 .content .left .title {
  font-size: 48px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.prod_t1_m2 .content .left .desc {
  font-size: 18px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 10px;
}
.prod_t1_m2 .content .right {
  width: 25%;
  padding-left: 10px;
  padding-top: 35px;
  vertical-align: top;
}
.prod_t1_m2 .content .right .buynow {
  display: inline-block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: white;
  background-color: #fc592d;
  border-radius: 26px;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
}
.prod_t1_m2 .content .right .buynow:hover {
  background-color: #ff4311;
}
.prod_t1_m3 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffffff, #f4f8fd);
}
.prod_t1_m3 .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 132px;
  padding-bottom: 175px;
}
.prod_t1_m3 .content .title1 {
  font-size: 48px;
  
  text-align: center;
}
.prod_t1_m3 .content table {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 165px;
}
.prod_t1_m3 .content table thead tr {
  height: 64px;
  
  color: white;
  background-image: linear-gradient(to top, #27436e, #4a648e);
  font-size: 20px;
}
.prod_t1_m3 .content table thead tr th:first-child {
  width: 25%;
}
.prod_t1_m3 .content table tbody tr td {
  height: 74px;
  font-size: 16px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 50px;
}
.prod_t1_m3 .content table tbody tr td.yes {
  background: #fff url('/rzxt/acticee/images/yes.png') no-repeat center center;
}
.prod_t1_m3 .content table tbody tr td[colspan] {
  height: 64px;
  font-size: 18px;
  
  color: #000;
  background-color: rgba(83, 132, 224, 0.04);
  border-bottom: 1px solid rgba(83, 132, 224, 0.04);
  padding-left: 25px;
  cursor: pointer;
}
.prod_t1_m3 .content table tbody tr td[colspan] i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.prod_t1_m3 .content table tbody tr td[colspan] i.add {
  background: url('/rzxt/acticee/images/add.png') no-repeat center center;
}
.prod_t1_m3 .content table tbody tr td[colspan] i.sub {
  background: url('/rzxt/acticee/images/sub.png') no-repeat center center;
}
.prod_t1_m3 .content .title2 {
  font-size: 48px;
  
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 128px;
  padding-bottom: 10px;
}
.prod_t1_m3 .content .main {
  margin-top: 42px;
}
.prod_t1_m3 .content .main .v_title {
  font-size: 24px;
  
  margin-top: 35px;
}
.prod_t1_m3 .content .main .v_desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 10px;
}
.prod_t1_m3 .content .language {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 45px;
}
.dl_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 320px;
  background: url('/rzxt/acticee/images/dl_banner.png') no-repeat center center;
}
.dl_banner .content {
  width: 1200px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding-top: 85px;
}
.dl_banner .content .title {
  font-size: 60px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.dl_banner .content .desc {
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 14px;
}
.dl_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto 180px;
  background-image: linear-gradient(to top, #ffffff, #f4f8fd);
}
.dl_m1 .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 124px;
}
.dl_m1 .content .title1 {
  font-size: 48px;
  
}
.dl_m1 .content table {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 165px;
  box-shadow: 0 20px 70px rgba(40, 50, 93, 0.1);
}
.dl_m1 .content table thead tr {
  height: 64px;
  
}
.dl_m1 .content table thead tr:first-child {
  color: white;
  background-image: linear-gradient(to top, #27436e, #4a648e);
  font-size: 20px;
  text-align: left;
}
.dl_m1 .content table thead tr:first-child th:first-child {
  padding-left: 38px;
}
.dl_m1 .content table thead tr:first-child th:first-child i {
  margin-right: 12px;
}
.dl_m1 .content table thead tr:last-child {
  background-color: rgba(83, 132, 224, 0.04);
}
.dl_m1 .content table thead tr:last-child th {
  width: 16.67%;
  font-size: 16px;
}
.dl_m1 .content table thead tr:last-child th:first-child,
.dl_m1 .content table thead tr:last-child th:last-child {
  width: 25%;
}
.dl_m1 .content table tbody tr {
  height: 112px;
  background-color: white;
}
.dl_m1 .content table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.dl_m1 .content table tbody tr td {
  width: 16.67%;
  font-size: 16px;
  text-align: center;
  font-size: 14px;
  color: #7c7b82;
}
.dl_m1 .content table tbody tr td:first-child {
  width: 25%;
  padding-left: 38px;
  text-align: left;
}
.dl_m1 .content table tbody tr td:first-child > div {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}
.dl_m1 .content table tbody tr td:first-child .v_title {
  font-size: 18px;
  
  color: #000;
}
.dl_m1 .content table tbody tr td:first-child .v_desc {
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
}
.dl_m1 .content table tbody tr td:last-child {
  width: 25%;
}
.dl_m1 .content table tbody tr td:last-child a {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin: 0 5px;
  vertical-align: top;
}
.dl_m1 .content table tbody tr td:last-child a.buynow {
  color: white;
  background-color: #fc592d;
}
.dl_m1 .content table tbody tr td:last-child a.buynow:hover {
  background-color: #ff4311;
}
.dl_m1 .content table tbody tr td:last-child a.download {
  color: #fc592d;
  border: 1px solid #fc592d;
  background-color: rgba(252, 89, 45, 0.06);
  box-sizing: border-box;
}
.dl_m1 .content table tbody tr td:last-child label {
  display: none;
}
.dl_m1 .content .title2 {
  font-size: 48px;
  
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 120px;
  padding-bottom: 10px;
}
.dl_m1 .content .desc {
  font-size: 14px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  color: #7c7b82;
  margin-top: 45px;
}
.buy_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 160px;
  background: url('/rzxt/acticee/images/buy_banner.png') no-repeat center center;
}
.buy_banner .content {
  width: 1200px;
  margin: 0 auto;
  color: white;
  text-align: center;
  padding-top: 48px;
}
.buy_banner .content .title {
  font-size: 48px;
  font-family: 'SourceHanSansSC-Medium, bestFont medium';
}
.buy_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffffff, #f4f8fd);
}
.buy_m1 .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 150px;
}
.buy_m1 .content .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buy_m1 .content .wrapper .item {
  width: 290px;
  height: 362px;
  border-radius: 20px;
  background-color: white;
  padding: 80px 20px 0;
  position: relative;
  box-shadow: 0 20px 70px rgba(40, 50, 93, 0.1);
}
.buy_m1 .content .wrapper .item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.buy_m1 .content .wrapper .item .v_title {
  font-size: 24px;
  
}
.buy_m1 .content .wrapper .item .v_desc {
  font-size: 14px;
  line-height: 24px;
  color: #7c7b82;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 8px;
}
.buy_m1 .content .wrapper .item .v_desc div {
  display: inline-block;
  position: relative;
}
.buy_m1 .content .wrapper .item .v_desc div i {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url('/rzxt/acticee/images/icon_info.png') no-repeat center center;
  margin-top: 3px;
  vertical-align: top;
  cursor: pointer;
}
.buy_m1 .content .wrapper .item .v_desc div i:hover + span {
  display: inline-block;
}
.buy_m1 .content .wrapper .item .v_desc div span {
  display: none;
  min-width: 60px;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1;
}
.buy_m1 .content .wrapper .item .v_price {
  text-align: center;
  position: absolute;
  bottom: 41px;
}
.buy_m1 .content .wrapper .item .v_price span {
  display: inline-block;
  font-size: 30px;
  
  color: #fc592d;
  padding-left: 15px;
  position: relative;
}
.buy_m1 .content .wrapper .item .v_price span::before {
  content: '￥';
  font-size: 14px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.buy_m1 .content .wrapper .item .v_price .buynow {
  display: inline-block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: white;
  background-color: #fc592d;
  border-radius: 26px;
  font-size: 20px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
  margin-top: 5px;
}
.buy_m1 .content .wrapper .item .v_price .buynow:hover {
  background-color: #ff4311;
}
.buy_m1 .content .compare {
  text-align: center;
  margin-top: 96px;
}
.buy_m1 .content .compare a {
  color: #0058ff;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular, bestFont regular';
}
.buy_m1 .content .compare a:hover {
  text-decoration: underline;
}
.buy_m1 .content .service {
  margin-top: 176px;
}
.buy_m1 .content .service .title {
  font-size: 32px;
  
}
.buy_m1 .content .service .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.buy_m1 .content .service .main .v_title {
  font-size: 20px;
  margin-top: 20px;
}
.help-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 400px;
  background: url('/rzxt/acticee/images/supportbanner.png!p95') no-repeat;
  position: relative;
}
.help-banner .help-banner-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 93px;
  color: #fff;
  text-align: center;
}
.help-banner .help-banner-content h2 {
  font-size: 60px;
}
.help-banner .help-banner-content .searchWrapper {
  padding-top: 50px;
}
.help-banner .help-banner-content .searchWrapper input {
  display: inline-block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  border: 0;
  font-size: 16px;
  color: #666;
  padding: 0 0 0 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  vertical-align: middle;
}
.help-banner .help-banner-content .searchWrapper button {
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #fc592d;
  font-size: 16px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -5px;
  vertical-align: middle;
  cursor: pointer;
}
.help-banner .help-banner-content .searchWrapper button img {
  width: 20%;
}
.help-banner .help-banner-content .searchWrapper .tag {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
.help-banner .help-banner-content .searchWrapper .tag a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.help-banner .help-banner-content .searchWrapper .tag a:hover {
  color: #fc592d;
}
.help-pos {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
  margin: 0 auto;
}
.help-pos .help-pos-content {
  width: 1200px;
  margin: 0px auto;
  padding: 55px 0 45px;
  font-size: 16px;
}
.help-pos .help-pos-content span {
  color: #fc592d;
}
.help-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #f6f9fa;
}
.help-news .help-news-content {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 120px;
}
.help-news .help-news-content .help-news_list {
  display: inline-block;
  width: 755px;
  padding: 38px 20px 95px 38px;
  background-color: #fff;
  box-shadow: 0 8px 35px rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  vertical-align: top;
}
.help-news .help-news-content .help-news_list .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #fc592d;
}
.help-news .help-news-content .help-news_list .pageInfo {
  padding: 20px 0 0;
}
.help-news .help-news-content .help-news_list .pageInfo a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 2px 15px;
  margin: 0 2px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.help-news .help-news-content .help-news_list .pageInfo a.active {
  color: #fff;
  background-color: #fc592d;
}
.help-news .help-news-content .help-news-menu {
  display: inline-block;
  width: 395px;
  margin-left: 45px;
  vertical-align: top;
}
.help-news .help-news-content .help-news-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.help-news .help-news-content .help-news-menu .menu > a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 35px rgba(38, 14, 70, 0.08);
  margin: 0 0 20px 0;
  cursor: pointer;
}
.help-news .help-news-content .help-news-menu .menu > a.active {
  color: #fff;
  background-color: #fc592d;
}
.help-news .help-news-content .help-news-menu .adv {
  display: inline-block;
  width: 395px;
  height: 284px;
  background: url('/rzxt/acticee/images/supportadv.png!p95') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 20px;
  padding-top: 70px;
  text-align: center;
}
.help-news .help-news-content .help-news-menu .adv > div {
  font-size: 22px;
  color: #fff;
  font-family: bestFont regular;
}
.help-news .help-news-content .help-news-menu .adv > div:first-child {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 36px;
}
.help-news .help-news-content .help-news-menu .adv .buy {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #fc592d;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  margin-top: 30px;
}
.help-news .help-news-content .help-news-menu .qq {
  display: inline-block;
  width: 395px;
  height: auto;
  background-color: #fff;
  margin-top: 50px;
  padding: 26px 20px;
  border-radius: 4px;
  box-shadow: 0 8px 35px rgba(38, 14, 70, 0.08);
}
.help-news .help-news-content .help-news-menu .qq > div:first-child {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.help-news .help-news-content .help-news-menu .qq > div:first-child img {
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.help-news .help-news-content .help-news-menu .qq > div:nth-child(2) {
  font-size: 18px;
  padding: 27px 0 19px;
}
.help-news .help-news-content .help-news-menu .qq > div:nth-child(2) a {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 10px;
  font-size: 16px;
  background-color: #ffe6df;
  color: #ee4e31;
  border-radius: 4px;
}
.help-news .help-news-content .help-news-menu .qq .number {
  font-size: 14px;
  color: #999;
}
.help-news .help-news-content .help-news-menu .qq .download {
  text-align: left;
  margin-top: 40px;
  padding-bottom: 5px;
}
.help-news .help-news-content .help-news-menu .qq .download a {
  display: inline-block;
  width: 141px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #ffe6df;
  color: #fc592d;
  font-size: 16px;
  border-radius: 4px;
}
.help-news .help-news-content .help-news-menu .qq .download .desc {
  width: 46%;
  margin: 10px auto 0;
}
.help-news .help-news-content .help-news-menu .hot {
  padding-top: 70px;
}
.help-news .help-news-content .help-news-menu .hot .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #fc592d;
}
.help-news_item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
.help-news_item:last-of-type {
  border-bottom: none;
}
.help-news_item > img {
  width: 180px;
  height: 146px;
  display: inline-block;
  vertical-align: top;
}
.help-news_item .wrapper {
  display: inline-block;
  width: calc(100% - 190px);
  padding: 0 25px;
}
.help-news_item .wrapper .itemTitle {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_item .wrapper .itemTitle:hover {
  color: #fc592d;
  font-weight: bold;
}
.help-news_item .wrapper .desc {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_item .wrapper .more {
  font-size: 14px;
  color: #fc592d;
}
.help-news_item .wrapper .tag {
  width: 100%;
  padding-top: 40px;
  color: rgba(51, 51, 51, 0.5);
}
.help-news_item .wrapper .tag > div {
  display: inline-block;
  font-weight: bold;
  padding-left: 40px;
}
.help-news_item .wrapper .tag > div a {
  color: rgba(51, 51, 51, 0.5);
}
.help-news_hotItem {
  margin-bottom: 35px;
}
.help-news_hotItem .left {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.help-news_hotItem .left .itemTitle {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_hotItem .left .itemTitle:hover {
  color: #fc592d;
}
.help-news_hotItem .left .desc {
  width: 100%;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-news_hotItem .right {
  display: inline-block;
  width: 30%;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.5);
  margin-left: -5px;
  text-align: right;
  vertical-align: top;
}
.news_content .news_detail a {
  color: #fc592d;
}
.news_content .news_detail a:hover {
  text-decoration: underline;
}
.news_content a:hover {
  color: #fc592d;
  text-decoration: underline;
}
.searchResult h1 {
  font-size: 14px;
  margin-bottom: 20px;
}
.searchResult ul {
  font-size: 14px;
  line-height: 25px;
}
.searchResult ul li {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.searchResult ul li a {
  color: #09f;
}
.searchResult ul li a .keywords {
  color: #fc592d;
  background-color: #ffe6df;
}
.about {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
}
.about .about-content {
  width: 1200px;
  margin: 0px auto;
  padding: 30px 0 80px;
}
.about .about-content .menu {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.about .about-content .menu ul {
  font-size: 20px;
}
.about .about-content .menu ul li {
  display: inline-block;
  width: 80%;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}
.about .about-content .menu ul li.active a,
.about .about-content .menu ul li:hover a {
  color: #fc592d;
}
.about .about-content .content {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content p {
  padding: 15px 0;
}
.about .about-content .content_yinsi {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content_yinsi h1 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.about .about-content .content_yinsi p {
  padding: 15px 0;
  text-indent: 2em;
}
.about .about-content .content_map {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.about .about-content .content_map .sitemapHTML {
  min-height: 700px;
}
.about .about-content .content_map .sitemapHTML h2 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C2BEBE;
  margin: 0 0 10px 0;
}
.about .about-content .content_map .sitemapHTML .sitemapCategory {
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px #C2BEBE dashed;
  margin: 0 0 10px 0;
}
.about .about-content .content_map .sitemapHTML h3 {
  font-size: 14px;
  text-indent: 28px;
  float: left;
}
.about .about-content .content_map .sitemapHTML .openSitemap {
  cursor: pointer;
  font-size: 12px;
  float: right;
}
.about .about-content .content_map .sitemapHTML .sitemapNews {
  clear: both;
  display: none;
}
.about .about-content .content_map .sitemapHTML .sitemapNews li {
  font-size: 14px;
  text-indent: 56px;
  line-height: 25px;
}
.friendlink {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
}
.friendlink .friendlink-content {
  width: 1200px;
  min-height: 500px;
  margin: 0px auto;
}
.friendlink .friendlink-content h2 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
}
.friendlink .friendlink-content ul {
  padding: 20px 0 50px;
  line-height: 30px;
  overflow: hidden;
}
.friendlink .friendlink-content ul li {
  display: inline-block;
  margin: 0 10px;
}
