﻿/*声明 WebFont*/
@font-face {
  src: url('../fonts/sourcehansanscn-regular.eot');
  src: url('../fonts/sourcehansanscn-regular.eot') format('embedded-opentype'), url('../fonts/sourcehansanscn-regular.woff') format('woff'), url('../fonts/sourcehansanscn-regular.ttf') format('truetype'), url('../fonts/sourcehansanscn-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BestFont-Bold';
  src: url('../fonts/sourcehansanscn-bold.eot');
  src: url('../fonts/sourcehansanscn-bold.eot') format('embedded-opentype'), url('../fonts/sourcehansanscn-bold.woff') format('woff'), url('../fonts/sourcehansanscn-bold.ttf') format('truetype'), url('../fonts/sourcehansanscn-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BestFont-Medium';
  src: url('../fonts/sourcehansanscn-medium.eot');
  src: url('../fonts/sourcehansanscn-medium.eot') format('embedded-opentype'), url('../fonts/sourcehansanscn-medium.woff') format('woff'), url('../fonts/sourcehansanscn-medium.ttf') format('truetype'), url('../fonts/sourcehansanscn-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.BestFont-Regular {
  font-family: 'Microsoft YaHei';
}
.BestFont-Bold {
  font-family: 'Microsoft YaHei';
}
.BestFont-Medium {
  font-family: 'Microsoft YaHei';
}
* {
  font-family: "Microsoft YaHei";
  font-weight: normal!important;
}
header {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 70px;
  margin: 0px auto;
}
header .content {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
header .content .kefu {
  color: #444;
}
header .content .logo {
  display: inline-block;
  width: 260px;
  font-size: 14px;
  
  /* padding-left: 44px; */
  padding-top: 15px;
  position: relative;
  vertical-align: top;
}
header .content .logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .content .logo .info {
  float: left;
  margin-left: 10px;
}
header .content .logo .info .name {
  font-size: 14px;
  line-height: 20px;
}
header .content .logo .info .flogo {
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
}
header .content .logo div {
  font-size: 16px;
  margin-top: -5px;
}
header .content .logo sup {
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: -22px;
}
header .content .naviList {
  display: inline-block;
  width: calc(100% - 277px);
  height: 70px;
  line-height: 70px;
  text-align: right;
  padding-right: 0;
  color: #000;
  background-color: transparent;
}
header .content .naviList .layui-nav-bar {
  background-color: transparent;
}
header .content .naviList li {
  display: inline-block;
  margin-right: 49px;
  position: relative;
}
header .content .naviList li.layui-nav-item {
  vertical-align: baseline;
}
header .content .naviList li.layui-nav-item .layui-nav-more {

  border-color: #333 transparent transparent;
}
header .content .naviList li .layui-nav-child a {
  display:block;
  width: 100%;
  text-align: left;
}
header .content .naviList li a {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  background-color: transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
}
header .content .naviList li a i {
  font-size: 14px;
  margin-left: 5px;
}
header .content .naviList li a:hover,
header .content .naviList li a.active {
  color: #333;
  
}
header .content .naviList li .indexCurrent {
  
}
header .content .naviList li:nth-last-child(3) {
  margin-right: 34px;
}
header .content .naviList li.buybtn {
  margin-right: 10px;
  padding-right: 30px;
  box-sizing: border-box;
}
header .content .naviList li.buybtn a {
  padding: 0 15px;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  color: white;
  background-color: #f7503a;
  font-size: 16px;
  
}
header .content .topSearch {
  position: absolute;
  right: 4px;
  top: 0px;
  width: 560px;
  height: 70px;
  overflow: hidden;
  color: #bbb;
  z-index: 3;
}
header .content .topSearch i {
  position: absolute;
  left: 6px;
  top: 25px;
  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: 15px 100px 0 50px;
  width: 410px;
}
header .content .topSearch .searchButtom,
header .content .topSearch .searchButtom2 {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;
  background:#fff;
  border:0;
}
header .content .topSearch .searchButtom {
  display: none;
}
header .content .topSearchImg {
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 2;
}
header .content .topSearchImg img {
  cursor: pointer;
}
header .content .topSearchImg img:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
header .content .menuSarch .searchButtom {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0px;
}
header .content .menuSarch #searchValueMenu {
  color: #999;
}
header .content .layui-nav .layui-nav-child dd.layui-this a,
header .content .layui-nav-child dd.layui-this {
  background-color: transparent;
  color: #333;
}
header.headMenu30,
header.headMenu60 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #eee;
}
header.headMenu30 {
  top: 30px;
}
header.headMenu60 {
  top: 60px;
}
footer {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 160px auto 0;
  background-color: #152438;
}
footer .friendlink {
  font-size: 12px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
  
  border-bottom: 1px solid rgba(219, 220, 224, 0.1);
}
footer .friendlink .content {
  width: 1200px;
  margin: 0px auto;
}
footer .friendlink .content a {
  color: #b2b9c1;
  
  margin-right: 10px;
}
footer .friendlink .content a:hover {
  text-decoration: underline;
}
footer .content {
  width: 1200px;
  margin: 0px auto;
  color: #747b89;
}
footer .content .footMenu {
  padding: 35px 0 26px;
}
footer .content .footMenu .logo {
  padding-top: 36px;
}
footer .content .footMenu .logo > div {
  display: flex;
  align-items: center;
}
footer .content .footMenu .logo > div img {
  width: auto;
}
footer .content .footMenu .logo label {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}
footer .content .footMenu .menuItem {
  position: relative;
  text-align: center;
}
footer .content .footMenu .menuItem p {
  color: #fff;
  padding-bottom: 8px;
  font-size: 16px;
  
}
footer .content .footMenu .menuItem ul {
  line-height: 26px;
}
footer .content .footMenu .menuItem ul a {
  font-size: 14px;
  color: #747b89;
}
footer .copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #747b89;
  background-color: #152438;
  border-top: 1px solid rgba(118, 119, 126, 0.2);
}
footer .copyright .content {
  padding: 10px 0;
}
footer .copyright .content > p {
  padding: 5px 0;
}
footer .copyright .content a {
  color: #747b89;
}
footer .copyright .content a:hover {
  color: #fa4f31;
}
/*
    icon
*/
.icon {
  display: inline-block;
  margin: 0 2px;
}
.icon.icon-ellipsis {
  width: 17px;
  height: 17px;
  background: url('../images/icon_ellipsis.png') no-repeat center center;
  background-size: 100% 100%;
}
.icon.icon-phone {
  width: 21px;
  height: 21px;
  background: url('../images/icon_phone.png') no-repeat center center;
  background-size: 100% 100%;
}
/*
    index
*/
.idx_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 640px;
  background: url('../images/idx_banner.png') no-repeat center center;
}
.idx_banner .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.idx_banner .content .title {
  
  font-style: normal;
  font-size: 66px;
  line-height: 66%;
  color: #FFFFFF;
}
.idx_banner .content .desc {
  
  font-style: normal;
  font-size: 40px;
  line-height: 180%;
  color: #FFFFFF;
  margin-top: 20px;
}
.idx_banner .content .btns {
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx_banner .content .btns a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 8px;
  margin: 0 18px;
}
.idx_banner .content .btns a.orange {
  background-color: #FA4F31;
}
.idx_banner .content .btns a.blue {
  background-color: #2F80ED;
}
/*
    产品页
*/
.prod_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 640px;
  background: url('../images/idx_banner.png') no-repeat center center;
}
.prod_banner .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.prod_banner .content.left {
  align-items: flex-start;
}
.prod_banner .content.left .desc {
  width: auto;
  text-align: left;
  margin: 20px 0 0;
}
.prod_banner .content.left .btns {
  margin-left: -18px;
}
.prod_banner .content .title {
  
  font-style: normal;
  font-size: 66px;
  line-height: 66%;
  color: #FFFFFF;
}
.prod_banner .content .desc {
  width: 917px;
  
  font-style: normal;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #FFFFFF;
  margin: 20px auto 0;
}
.prod_banner .content .btns {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_banner .content .btns a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 8px;
  margin: 0 18px;
}
.prod_banner .content .btns a.orange {
  background-color: #FA4F31;
}
.prod_banner .content .btns a.blue {
  background-color: #2F80ED;
}
.prod_menu {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #EEF2F9;
}
.prod_menu .content {
  width: 1200px;
  margin: 0 auto;
}
.prod_menu .content .line1 {
  height: 70px;
  display: flex;
  align-items: center;
}
.prod_menu .content .line1 a {
  
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-right: 100px;
  white-space: nowrap;
}
.prod_menu .content .line1 a.active {
  position: relative;
}
.prod_menu .content .line1 span.more {
  
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #2F80ED;
  white-space: nowrap;
  cursor: pointer;
}
.prod_menu .content .line1 span.zixun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 38px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  color: #FA4F31;
  background: rgba(250, 79, 49, 0.16);
}
.prod_menu .content .line2 {
  display: flex;
}
.prod_menu .content .line2 .left {
  width: calc(100% - 150px);
  height: 70px;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.prod_menu .content .line2 .left::-webkit-scrollbar {
  display: none;
}
.prod_menu .content .line2 .left a {
  
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-right: 100px;
  white-space: nowrap;
}
.prod_menu .content .line2 .left a.active {
  position: relative;
}
.prod_menu .content .line2 .right {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.prod_menu .content .line2 .right a.zixun {
  width: 120px;
  height: 38px;
  
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  background: #FA4F31;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod_menu .content .line2 .right span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 38px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
.prod_menu .content .line2 .right span.zixun {
  color: #FA4F31;
  background: rgba(250, 79, 49, 0.16);
}
.prod_menu .content .line2 .right span.xiazai {
  color: #2F80ED;
  background: rgba(47, 128, 237, 0.16);
}
/*
    购买页
*/
.buy_module {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 708px;
  background: url('../images/buy_bg.png') no-repeat center center;
}
.buy_module .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 0;
}
.buy_module .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66%;
  color: #000000;
}
.buy_module .content .desc {
  
  font-style: normal;
  font-size: 18px;
  line-height: 180%;
  color: #666666;
  margin-top: 14px;
}
.buy_module .content .main,
.buy_module .content #applybuy_1_0 {
  margin-top: 40px;
  height: 440px;
  background: #FFFFFF;
  border: 1px solid #EDF0F2;
  box-shadow: 10px 10px 20px rgba(240, 243, 245, 0.7);
  border-radius: 20px;
}
.buy_module .content .main .phone,
.buy_module .content #applybuy_1_0 .phone {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-style: normal;
  font-size: 24px;
  line-height: 180%;
  color: #FD7615;
  border: 1px solid #EDF0F2;
  box-shadow: 10px 10px 20px rgba(240, 243, 245, 0.7);
}
.buy_module .content .main .form,
.buy_module .content #applybuy_1_0 .form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 80px 0;
}
.buy_module .content .main .form .form-item,
.buy_module .content #applybuy_1_0 .form .form-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
}
.buy_module .content .main .form .form-item:nth-child(even),
.buy_module .content #applybuy_1_0 .form .form-item:nth-child(even) {
  justify-content: flex-end;
}
.buy_module .content .main .form .form-item label,
.buy_module .content #applybuy_1_0 .form .form-item label {
  width: 92px;
  
  font-style: normal;
  font-size: 18px;
  line-height: 180%;
  color: #000000;
  text-align: left;
}
.buy_module .content .main .form .form-item .input,
.buy_module .content #applybuy_1_0 .form .form-item .input {
  width: 370px;
  height: 38px;
  border: 1px solid #D6D8DB;
  border-radius: 8px;
  padding-left: 20px;
}
.buy_module .content .main .form .form-item .yzm,
.buy_module .content #applybuy_1_0 .form .form-item .yzm {
  width: 250px;
  height: 38px;
  border: 1px solid #D6D8DB;
  border-radius: 8px 0 0 8px;
  padding-left: 20px;
}
.buy_module .content .main .form .form-item .yzmcode,
.buy_module .content #applybuy_1_0 .form .form-item .yzmcode {
  width: 120px;
  height: 38px;
  border: 1px solid #D6D8DB !important;
  border-radius: 0 8px 8px 0;
  margin-left: -1px;
  position: static !important;
}
.buy_module .content .main .form .form-item .yzmcode#yzmBtn,
.buy_module .content #applybuy_1_0 .form .form-item .yzmcode#yzmBtn {
  cursor: pointer;
}
.buy_module .content .main button.buy_submit_form,
.buy_module .content #applybuy_1_0 button.buy_submit_form {
  width: 200px;
  height: 50px;
  
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
  background-color: #2F80ED !important;
  border-radius: 8px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.buy_module .content #applybuy_1_0 #yzmBtn {
  border-width: 1px;
}
/*
    模块组件
*/
.module1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 100px auto 0;
}
.module1 .content {
  width: 1200px;
  margin: 0 auto;
}
.module1 .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module1 .content .desc {
  max-width: 936px;
  margin: 10px auto 0;
  
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #666666;
}
.module1 .content .video {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
.module1 .content .video i.player {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0) 0%, #F6F8FB 100%);
}
.module2 .content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 140px;
}
.module2 .content .title {
  
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module2 .content .tab {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module2 .content .tab h3 {
  display: block;
  
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.015em;
  color: #000000;
  cursor: pointer;
}
.module2 .content .tab h3.active {
  font-weight:bold!important;
  color: #2F80ED;
  position: relative;
}
.module2 .content .tab h3.active::before {
  content: '';
  width: 108px;
  height: 3px;
  background: linear-gradient(90.01deg, #FFFFFF 0.01%, #2F80ED 53.65%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.module2 .content .tab > a {
  
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #2F80ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module2 .content .tab_main {
  width: 100%;
  margin: 60px auto 0;
}
.module2 .content .tab_main .item {
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  border: 1px solid #EDF0F2;
  box-shadow: 10px 10px 20px #F0F3F5;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
}
.module2 .content .tab_main .item .left .item_title {
  
  font-style: normal;
  font-size: 30px;
  line-height: 140%;
  color: #000000;
  margin-top: 30px;
  position: relative;
}
.module2 .content .tab_main .item .left .item_title::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #FD7615;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.module2 .content .tab_main .item .left .item_desc {
  width: 376px;
  
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-top: 61px;
}
.module2 .content .tab_main .item .left a.more {
  display: inline-block;
  
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
}
.module2 .content .tab_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module2 .content .tab_pagination i {
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #E0E0E0;
  border-radius: 21px;
  margin: 70px 2px 0;
  transition: width 0.5s;
  transform-origin: 50% 50%;
}
.module2 .content .tab_pagination i.active {
  width: 46px;
  background: #FD7615;
}
.module3 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
}
.module3 .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 160px;
  text-align: center;
}
.module3 .content .h_title {
  font-size: 48px;
  
  display: inline-block;
}
.module3 .content .category {
  display: inline-block;
  height: 77px;
  padding-top: 25px;
}
.module3 .content .category li {
  display: inline-block;
  font-size: 16px;
  
  
  margin-right: 18px;
  padding: 2px 7px 3px;
  cursor: pointer;
}
.module3 .content .category li.active,
.module3 .content .category li:hover {
  position: relative;
  z-index: 1;
}
.module3 .content .category li.active::after,
.module3 .content .category li:hover::after {
  content: '';
  width: 70px;
  height: 7px;
  background-color: #ff6000;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  z-index: -1;
}
.module3 .content .main {
  margin-top: 46px;
  text-align: left;
}
.module3 .content .main > div {
  display: flex;
  justify-content: space-between;
}
.module3 .content .main .item {
  width: 360px;
}
.module3 .content .main .time {
  font-size: 14px;
  font-family: Helvetica;
  color: #565c6b;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 17px;
}
.module3 .content .main .title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  
  color: #111;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module3 .content .main .title:hover {
  color: #FF5A3D;
}
.module3 .content .main .desc {
  font-size: 14px;
  
  line-height: 24px;
  color: #333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.module3 .content .main .more {
  display: inline-block;
  font-size: 14px;
  
  line-height: 36px;
  margin-top: 25px;
  color: #FF5A3D;
}
.module3 .content .main .more i {
  display: inline-block;
  width: 5px;
  transition: all 0.5s;
}
.module3 .content .main .more:hover i {
  width: 10px;
}
.module4 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module4 .content {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 70px 0;
}
.module4 .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66%;
}
.module4 .content .desc {
  width: 480px;
  
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
}
.module4 .content .btns {
  margin-top: 50px;
}
.module4 .content .btns a {
  width: 180px;
  height: 52px;
  
  font-style: normal;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  background: #FA4F31;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module5 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module5 .content {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0;
  text-align: center;
}
.module5 .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66%;
}
.module5 .content .desc {
  width: 100%;
  
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  color: #666;
}
.module5 .content .thumb {
  margin-top: 50px;
}
.module5 .content .thumb img {
  max-width: 100%;
}
.module5 .content .thumb img.pc_show {
  display: inline-block;
}
.module5 .content .thumb img.m_show {
  display: none;
}
.module6 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto 0;
}
.module6 .content {
  width: 1200px;
  margin: 0 auto;
}
.module6 .content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 140px auto 0;
}
.module6 .content .item.reverse {
  flex-direction: row-reverse;
}
.module6 .content .item.reverse .left {
  padding-left: 75px;
}
.module6 .content .item .left {
  width: 580px;
}
.module6 .content .item .left .item_title {
  
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
.module6 .content .item .left .item_desc {
  
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  margin-top: 20px;
}
.module6 .content .item .right {
  width: 580px;
}
.module6 .content .item .right img {
  max-width: 100%;
}
.module7 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module7 .content {
  width: 1200px;
  margin: 0 auto;
}
.module7 .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module7 .content .desc {
  
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}
.module7 .content .main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.module7 .content .main .item {
  width: 370px;
  margin-right: 40px;
  margin-top: 70px;
}
.module7 .content .main .item:nth-child(3n) {
  margin-right: 0;
}
.module7 .content .main .item.more {
  height: 240px;
  background: linear-gradient(117.38deg, #ADC0D7 16.67%, #354D61 107.24%), #ECF3FC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module7 .content .main .item.more .item_title {
  color: #fff;
}
.module7 .content .main .item img {
  max-width: 100%;
}
.module7 .content .main .item .item_title {
  
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-top: 20px;
}
.module7 .content .main .item .item_desc {
  
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-top: 10px;
}
.module8 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module8 .title {
  
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module8 .scene {
  margin-top: 100px;
}
.module8 .scene .liMarquee {
  background-color: transparent !important;
}
.module8 .scene .liMarquee img{max-width: 100%;}
.module9 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module9 .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module9 .content .item .item_title {
  font-family: 'DIN';
  font-style: normal;
  font-size: 66px;
  line-height: 81px;
  text-align: center;
}
.module9 .content .item .item_desc {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.module10 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module10 .content {
  width: 1200px;
  margin: 0 auto;
}
.module10 .content .title {
  
  font-style: normal;
  font-size: 36px;
  line-height: 72px;
  color: #000000;
  border-bottom: 1px solid #E9E9E9;
}
.module10 .content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.module10 .content ul li {
  width: 47%;
  list-style: disc;
  margin-left: 30px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 22px;
  line-height: 250%;
  letter-spacing: -0.015em;
  color: #000000;
}
.module11 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module11 .content {
  width: 1200px;
  margin: 0 auto;
}
.module11 .content .title {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module11 .content .desc {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
}
.module11 .content table {
  margin-top: 50px;
  width: 100%;
}
.module11 .content table thead tr {
  background: linear-gradient(270deg, #221E37 0%, #453B69 100%), linear-gradient(90deg, #B6C2DB 0%, #374868 67.19%), #F8FBFD;
}
.module11 .content table thead th {
  width: 240px;
  height: 72px;
  line-height: 72px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}
.module11 .content table thead th:first-child {
  text-align: left;
  padding-left: 20px;
}
.module11 .content table tbody tr:nth-child(even) {
  background-color: #F1F1FB;
}
.module11 .content table tbody td {
  height: 60px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: center;
}
.module11 .content table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}
.module11 .content table tbody td.yes {
  background: url('../images/yes.png') no-repeat center center;
}
.module12 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module12 .content {
  width: 1200px;
  margin: 0 auto;
}
.module12 .content .title {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module12 .content table {
  margin-top: 50px;
  width: 100%;
}
.module12 .content table thead tr {
  background: linear-gradient(270deg, #221E37 0%, #453B69 100%), linear-gradient(90deg, #B6C2DB 0%, #374868 67.19%), #F8FBFD;
}
.module12 .content table thead th {
  width: 200px;
  height: 72px;
  line-height: 72px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}
.module12 .content table thead th:first-child {
  width: 220px;
  text-align: left;
  padding-left: 20px;
}
.module12 .content table thead th:nth-child(2) {
  width: 380px;
}
.module12 .content table tbody tr:nth-child(even) {
  background-color: #F1F1FB;
}
.module12 .content table tbody td {
  height: 60px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: center;
}
.module12 .content table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}
.module12 .content table tbody td:nth-child(2) {
  text-align: left;
}
.module12 .content table tbody td.yes {
  background: url('../images/yes.png') no-repeat center center;
}
.module12 .content table tbody td.no {
  background: url('../images/no.png') no-repeat center center;
}
.module12 .content table tbody td a.applyBuyBtn {
  width: 120px;
  margin: 0 auto;
  height: 32px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  background: #FA4F31;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module12 .content .tips {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  color: #666666;
  margin-top: 50px;
}
.module13 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module13 .content {
  width: 1200px;
  margin: 0 auto;
}
.module13 .content .title {
  
  font-style: normal;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
  color: #000000;
}
.module13 .content .desc {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
}
.module13 .content table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.module13 .content table thead th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 22px;
}
.module13 .content table thead th:first-child {
  font-size: 30px;
  
}
.module13 .content table thead th:last-child {
  border-right: none;
}
.module13 .content table thead th > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.module13 .content table thead th > div span {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
.module13 .content table thead th > div a {
  width: 157.89px;
  height: 50px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 22px;
  color: #FFFFFF;
  background: #FA4F31;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.module13 .content table tbody tr:nth-child(odd) {
  background-color: #F8FBFD;
}
.module13 .content table tbody tr:nth-child(even) {
  background-color: #F1F6FB;
}
.module13 .content table tbody tr td {
  height: 60px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: center;
}
.module13 .content table tbody tr td:first-child {
  padding-left: 20px;
  text-align: left;
}
.module13 .content table tbody tr td.tab_title {
  font-size: 26px;
  
}
.module13 .content table tbody tr td.tab_line {
  background-color: white;
}
.module13 .content table tbody tr td.yes {
  background: url('../images/yes.png') no-repeat center center;
}
.module13 .content .viewAll {
  width: 100%;
  height: 100px;
  background-color: #F8FBFD;
  font-size: 24px;
}
.module13 .content .viewAll > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module13 .content .viewAll i.pdf {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url('../images/icon_pdf.png') no-repeat center center;
}
.module14 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module14 .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 37px 0 0;
  height: 300px;
  background: url('../images/prod_m2_bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.module14 .content .title {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 36px;
  line-height: 54px;
  color: #000000;
}
.module14 .content .desc {
  width: 664px;
  margin: 0 auto;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #666666;
}
.module14 .content .btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module14 .content .btns a {
  width: 159px;
  height: 45px;
  font-family: 'Inter';
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFF9F9;
  background: #FA4F31;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module15 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.module15 .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.module15 .content .title {
  font-size: 48px;
  line-height: 66px;
  color: #000;
}
.module15 .content .desc {
  font-size: 16px;
  line-height: 24px;
  margin: 26px auto 0;
}
.module15 .content .desc a {
  color: #1645EE;
}
.module15 .content .module15Swiper {
  width: 100%;
  height: 100%;
  margin-top: 65px;
}
.module15 .content .module15Swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.module15 .content .module15Swiper .swiper-slide .item {
  height: 420px;
  background-color: rgba(0, 0, 0, 0.06);
  margin-right: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 80px 0 0;
}
.module15 .content .module15Swiper .swiper-slide .item:last-child {
  margin-right: 0;
}
.module15 .content .module15Swiper .swiper-slide .item .item_title {
  width: 100%;
  display: block;
  margin-top: 45px;
  color: #000;
  font-size: 20px;
}
.module15 .content .module15Swiper .swiper-slide .item .item_desc {
  padding: 0 20px;
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}
.anli_module {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 70px auto 0;
}
.anli_module:first-child {
  margin-top: 100px;
}
.anli_module .content {
  width: 1200px;
  margin: 0 auto;
}
.anli_module .content .title {
  font-size: 48px;
  line-height: 66px;
  color: #000;
  text-align: center;
}
.anli_module .content .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.anli_module .content .main .item {
  width: 268px;
  height: 185px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.anli_module .content .main .item .img_wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.anli_module .content .main .item .item_title {
  width: 268px;
  height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;

        width: 1200px;
        margin: 0 auto;
*/
/*
    产品页
*/
/*
    购买页
*/
.buy_20220413 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.buy_20220413 .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.buy_20220413 .content .title {
  font-size: 36px;
  text-align: center;
}
.buy_20220413 .content .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 46px;
}
.buy_20220413 .content .main .module {
  width: 580px;
  min-height: 700px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 46px 34px 0 50px;
}
.buy_20220413 .content .main .module .it_name {
  font-size: 36px;
}
.buy_20220413 .content .main .module .it_name span {
  display: inline-block;
  color: #fc6e34;
  margin-top: 8px;
}
.buy_20220413 .content .main .module .it_desc {
  font-size: 18px;
  line-height: 32px;
  color: #747B88;
}
.buy_20220413 .content .main .module .it_list {
  font-size: 18px;
  margin-top: 20px;
}
.buy_20220413 .content .main .module .it_list .list_title {
  color: #333;
}
.buy_20220413 .content .main .module .it_list ul {
  margin-top: 20px;
}
.buy_20220413 .content .main .module .it_list ul li {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.buy_20220413 .content .main .module .it_list ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  background-color: #2E83F0;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 6px;
}
.buy_20220413 .content .main .module .it_btns div {
  height: 48px;
  color: #ff8a00;
  margin-top: 8px;
  font-size: 30px;
  
}
.buy_20220413 .content .main .module .it_btns a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background: #2F80ED;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
}
.service_banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 720px;
  background: url('../images/service_bg.jpg') no-repeat center center;
}
.service_banner .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.service_banner .content .title {
  font-size: 36px;
  
  color: #000;
}
.service_banner .content .desc {
  font-size: 16px;
  
  color: #000;
  margin-top: 5px;
}
.service_banner .content .searchWrapper {
  padding-top: 58px;
}
.service_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;
}
.service_banner .content .searchWrapper button {
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #2e90ff;
  font-size: 16px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -5px;
  vertical-align: middle;
  cursor: pointer;
}
.service_banner .content .searchWrapper button img {
  width: 20%;
}
.service_banner .content .searchWrapper .tag {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
.service_banner .content .searchWrapper .tag a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.service_banner .content .searchWrapper .tag a:hover {
  color: #111;
}
.service_banner .content .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.service_banner .content .category .item {
  width: 388px;
  height: 280px;
  border-radius: 20px;
  border: 1px solid #e8ebf3;
  background-color: white;
}
.service_banner .content .category .item > img {
  display: block;
  margin: 40px auto 0;
}
.service_banner .content .category .item .v_title {
  display: inline-block;
  font-size: 30px;
  
  color: #000;
  margin-top: 28px;
}
.service_banner .content .category .item .v_title img {
  max-width: 90px;
  max-height: 90px;
}
.service_banner .content .category .item .v_title:hover {
  color: #FF5A3D;
}
.service_banner .content .category .item .v_desc {
  font-size: 16px;
  
  color: #747b89;
  margin-top: 4px;
}
.service_banner .content .category .item:hover {
  box-shadow: 0 14px 27px rgba(217, 221, 234, 0.2);
}
.service_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0px auto;
}
.service_m1 .content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 30px;
  text-align: center;
}
.service_m1 .content h3 {
  font-size: 36px;
  
  display: inline-block;
}
.service_m1 .content .category {
  display: inline-block;
  height: 77px;
  padding-top: 20px;
}
.service_m1 .content .category li {
  display: inline-block;
  font-size: 16px;
  
  
  margin-right: 18px;
  padding: 2px 7px 3px;
  cursor: pointer;
}
.service_m1 .content .category li.active,
.service_m1 .content .category li:hover {
  position: relative;
}
.service_m1 .content .category li.active::after,
.service_m1 .content .category li:hover::after {
  content: '';
  width: 70px;
  height: 7px;
  background-color: #ff6000;
  position: absolute;
  left: 4px;
  bottom: 3px;
  z-index: -1;
}
.service_m1 .content .main {
  margin-top: 70px;
  text-align: left;
}
.service_m1 .content .main > div {
  display: flex;
  justify-content: space-between;
}
.service_m1 .content .main .item {
  width: 360px;
}
.service_m1 .content .main .time {
  font-size: 14px;
  font-family: Helvetica;
  color: #565c6b;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 17px;
}
.service_m1 .content .main .title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  
  color: #111;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service_m1 .content .main .title:hover {
  color: #FF5A3D;
}
.service_m1 .content .main .desc {
  font-size: 14px;
  
  line-height: 24px;
  color: #333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.service_m1 .content .main .more {
  display: inline-block;
  font-size: 14px;
  
  line-height: 36px;
  margin-top: 25px;
  color: #FF5A3D;
}
.service_m1 .content .main .more i {
  display: inline-block;
  width: 5px;
  transition: all 0.5s;
}
.service_m1 .content .main .more:hover i {
  width: 10px;
}
.help-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 400px;
  background: url('../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: #111;
  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: #111;
}
.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: #111;
}
.help-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #f6f9fa;
  margin-bottom: -160px;
}
.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;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #FF5A3D;
}
.help-news .help-news-content .help-news_list .pageInfo {
  padding: 20px 0 0;
}
.help-news .help-news-content .help-news_list .pageInfo li{
  display: inline-block;
  
}
.help-news .help-news-content .help-news_list .pageInfo li a{display: 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 li.active a {
  color: #fff;
  background-color: #FF5A3D;
  display: block
}
.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: #FF5A3D;
}
.help-news .help-news-content .help-news-menu .adv {
  display: inline-block;
  width: 395px;
  height: 284px;
  background: url('../images/supportadv.png') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 20px;
  padding-top: 45px;
  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 {
  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: #FF5A3D;
  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;
  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: #111;
  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;
  padding-left: 20px;
  margin-bottom: 28px;
  border-left: 4px solid #FF5A3D;
}
.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: #111;
}
.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: #111;
}
.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;
  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: #111;
}
.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: #111;
}
.news_content .news_detail a:hover {
  text-decoration: underline;
}
.news_content a:hover {
  color: #111;
  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: #111;
  background-color: #ffe6df;
}
.about {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-color: #f6f9fa;
  margin: 0 auto;
}
.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: #111;
}
.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;
  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;
}
