@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: "Microsoft YaHei-Regular", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  padding-bottom: 90px;
}
html, body {
  min-width: 1250px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}
b {
  font-weight: normal;
}
i {
  font-style: normal;
}
input {
  outline: none;
  border: none;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  display: block;
  font-size: 12px;
}
.flo {
  zoom: 1;
}
.flo:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.contentCenter {
  width: 1200px;
  margin: auto;
}
.header {
  height: 95px;
}
.header .contentCenter {
  padding-top: 10px;
}
.header .contentCenter .nav-logo {
  float: left;
}
.header .contentCenter .nav-logo a {
  color: #333333;
}
.header .contentCenter .nav-logo a img {
  border: 0 none;
}
.header .contentCenter .nav-a {
  float: right;
  line-height: 70px;
}
.header .contentCenter .nav-a a {
  position: relative;
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: 115px;
  font-size: 18px;
  color: #666666;
}
.header .contentCenter .nav-a a.header-action {
  color: #101010;
}
.header .contentCenter .nav-a a.header-action::after, .header .contentCenter .nav-a a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 4px;
  background-color: #0079e2;
  border-radius: 2px;
}
.index-banner {
  background: url("../images/home_bg.jpg") no-repeat center center / cover;
  height: 615px;
}
.index-banner .contentCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 90px;
}
.index-banner .contentCenter .index-banner-left {
  width: 550px;
}
.index-banner .contentCenter .index-banner-left .index-banner-title {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 35px;
}
.index-banner .contentCenter .index-banner-left .index-banner-text {
  color: #FFFFFF;
  font-size: 26px;
  font-family: 'Microsoft YaHei', serif;
}
.index-banner .contentCenter .index-banner-left .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 220px;
  height: 65px;
  background-color: #f28d62;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 40px;
  border-radius: 10px;
  transition: 0.5s;
}
.index-banner .contentCenter .index-banner-left .download:hover {
  /*background-color: #e2e2e2;*/
  filter: brightness(1.2);
}
.index-banner .contentCenter .index-banner-left .index-banner-p4 {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  font-family: 'Microsoft YaHei UI Light', serif;
}
.index-banner .contentCenter .index-banner-left .index-banner-p4 span {
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 20px;
}
.index-banner .contentCenter .index-banner-left .index-banner-tip {
  color: #e66b37;
}
.index-banner .contentCenter .index-banner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 725px;
  height: 440px;
  margin-left: 75px;
  background: url("../images/wrp_bg.png") no-repeat 0 0;
  background-size: 100% auto;
}
.index-banner .contentCenter .index-banner-right .banner-pic {
  width: 610px;
  height: 383px;
}
.index-banner .contentCenter .index-banner-right .banner-pic img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.icon-down {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url("../images/icon_win.png") no-repeat 0px 1px;
  margin-right: 5px;
}
.icon-win7 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_win.png") no-repeat -20px 0px;
  margin-right: 5px;
}
.icon-win10 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_win.png") no-repeat -40px 0px;
  margin-right: 5px;
}
.icon-table {
  display: inline-block;
  width: 80px;
  height: 55px;
  background: url("../images/icon_win.png") no-repeat -78px 0px;
  margin-right: 5px;
}
.icon-win11 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_win.png") no-repeat -60px 0px;
  margin-right: 5px;
}
.index-main-top {
  text-align: center;
  padding: 50px 0 85px 0;
}
.index-main-top .main-top-p1 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
}
.index-main-top .main-top-p1 span {
  position: relative;
  font-size: 44px;	
}
.index-main-top .main-top-p1 span:after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -8px;
  height: 8px;
  width: 80%;
  background-color: #c3defb;
}
.index-main-top .main-top-p2 {
  font-size: 18px;
  color: #999999;
  margin-top: 5px;
}
.index-main {
  width: 100%;
  margin: 0 126px 20px 30px;
  border-left: 1px dashed #ccc;
}
.index-main .index-main-center .method {
  text-align: center;
  margin-bottom: 90px;
}
.index-main .index-main-center .method span {
  padding: 20px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #358ff0;
  background-image: linear-gradient(to right, #f2d4fc, #ffffff);
}
.index-main .index-main-center .pic-slide {
  margin-bottom: 90px;
  position: relative;
}
.index-main .index-main-center .i_step {
  position: absolute;
  background: url("../images/i_step.png") no-repeat;
  width: 28px;
  height: 28px;
  left: -14px;
  top: 0;
  z-index: 1;
}
.index-main .index-main-center .wrap-step {
  position: absolute;
  top: -30px;
  padding-left: 15px;
}
.index-main .index-main-center .wrap-step .iocn-step1 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat 0 -80px;
}
.index-main .index-main-center .wrap-step .iocn-step2 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -120px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step3 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -240px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step4 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -360px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step5 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -480px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step6 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -600px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step7 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -720px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step8 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -840px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step9 {
  display: block;
  width: 105px;
  height: 60px;
  background: url("../images/step.png") no-repeat -960px -80px;
}
.index-main .index-main-center .wrap-step .iocn-step10 {
  display: block;
  width: 115px;
  height: 60px;
  background: url("../images/step.png") no-repeat 0 -8px;
}
.index-main .index-main-center .wrap-step .iocn-step11 {
  display: block;
  width: 115px;
  height: 60px;
  margin-left: 17px;
  background: url("../images/step.png") no-repeat -134px -8px;
}
.index-main .index-main-center .wrap-step .iocn-step12 {
  display: block;
  width: 115px;
  height: 60px;
  margin-left: 17px;
  background: url("../images/step.png") no-repeat -278px -8px;
}
.index-main .index-main-center .wrap-step .iocn-step13 {
  display: block;
  width: 115px;
  height: 60px;
  margin-left: 17px;
  background: url("../images/step.png") no-repeat -422px -8px;
}
.index-main .index-main-center .wrap-step .iocn-step14 {
  display: block;
  width: 115px;
  height: 60px;
  margin-left: 17px;
  background: url("../images/step.png") no-repeat -566px -8px;
}
.index-main .index-main-center .wrap-step .iocn-step15 {
  display: block;
  width: 115px;
  height: 60px;
  margin-left: 17px;
  background: url("../images/step.png") no-repeat -710px -8px;
}
.index-main .index-main-center .title {
  font-size: 26px;
  color: #586383;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 100px;
}
.index-main .index-main-center .info {
  color: #999999;
  font-size: 18px;
  line-height: 30px;
  padding-left: 35px;
  padding-top: 40px;
  margin: 10px 0;
}
.index-main .index-main-center img {
  max-width: 920px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 75px;
}
.shortcut {
  background-color: #f6fbff;
  padding: 30px 0;
  position: relative;
  height: 55px;
}
.shortcut .relative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shortcut .tip-title {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  color: #5090c7;
  font-size: 24px;
}
.shortcut .shortcut-btn {
  display: inline-block;
  vertical-align: top;
  z-index: 99;
}
.shortcut .shortcut-btn .key-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-right: 30px;
}
.shortcut .shortcut-btn .key-btn .input-text {
  position: relative;
  width: 235px;
  height: 40px;
  line-height: 40px;
  padding: 5px 15px;
  font-size: 14px;
  color: #4c5c6b;
}
.shortcut .shortcut-btn .key-btn .input-text .icon {
  position: absolute;
  right: 10px;
  top: 30%;
  width: 25px;
  height: 20px;
  background: url("../images/jiantouxia.png") no-repeat center center;
  background-size: 100% auto;
}
.shortcut .shortcut-btn .key-btn .key-list {
  z-index: 99;
  background-color: #ffffff;
  display: none;
  width: 100%;
}
.shortcut .shortcut-btn .key-btn .key-list ul {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.shortcut .shortcut-btn .key-btn .key-list ul li {
  font-size: 12px;
  color: #696969;
  padding: 10px;
}
.shortcut .shortcut-btn .key-btn .key-list ul li:hover {
  transition: 0.5s;
  background-color: #fabd00;
  color: #ffffff;
}
.shortcut .shortcut-btn .key-btn .key-list ul li.on {
  transition: 0.5s;
  background-color: #fabd00;
  color: #ffffff;
}
.shortcut .shortcut-btn .btn-all {
  display: inline-block;
  vertical-align: top;
  width: 111px;
  height: 36px;
  line-height: 36px;
  background-color: #289efc;
  text-align: center;
}
.shortcut .shortcut-btn .btn-all a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
}
.shortcut .shortcut-btn .btn-all a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/home_page_btn_arrow_right.png") no-repeat center center;
  background-size: 100% auto;
  margin-left: 5px;
}
.shortcut .tip-content {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  width: 354px;
}
.shortcut .tip-content .text-tip {
  color: #999999;
  font-size: 14px;
}
.shortcut .tip-content .text-tip i {
  color: #358ff0;
}
.tab_nav {
  margin-top: 70px;
  margin-bottom: 80px;
}
.tab_nav .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.tab_nav a {
  cursor: pointer;
  width: 30%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  margin: 0 25px;
  text-align: center;
  color: #358ff0;
  background: #f6fbff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 40px;
}
.tab_nav a.on {
  background: #358ff0;
  color: #ffffff;
}
.tab_nav a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.customerService {
  position: fixed;
  right: 0px;
  top: 60%;
  width: 70px;
  z-index: 99;
}
.customerService > a .customer-div span {
  font-size: 14px;
  display: inline-block;
  margin-top: 45px;
  color: #ffffff;
}
.customerService .customerService-qqq {
  display: block;
  position: relative;
  height: 70px;
  width: 70px;
}
.customerService .customerService-qqq:hover .customer-div1 {
  opacity: 1;
  position: absolute;
  transform: scale(1);
}
.customerService .customerService-qqq .customer-div {
  display: block;
  background: url("../images/qqq2.png") no-repeat center 10px;
  transition: 0.4s linear;
  width: 70px;
  height: 70px;
  background-color: #358ff0;
  border-right: none;
  text-align: center;
  margin-top: 3px;
  cursor: pointer;
}
.customerService .customerService-qqq .customer-div1 {
  border: solid 1px #d9d9d9;
  background: #fff;
  opacity: 0;
  text-align: center;
  z-index: 0;
  transform: scale(0.01);
  transform-origin: 100% 0%;
  transition: 0.4s linear;
  width: 155px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  color: #333;
  position: absolute;
  right: 90px;
  top: 0px;
  margin-top: 0.3px;
}
.customerService .customerService-qqq .customer-div1 span:nth-child(1) {
  display: inline-block;
  margin: 10px 0px;
}
.customerService .customerService-qqq .customer-div1 > div {
  width: 110px;
  height: 110px;
  margin: auto;
  margin-bottom: 8px;
}
.customerService .customerService-qqq .customer-div1 img {
  width: 110px;
  height: 110px;
  display: block;
  margin: auto;
}
.customerService .customerService-qqq .customer-div1 .customerService-sj {
  display: block;
  font-size: 12px;
}
.index-download {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 95px;
  background: #FFFEFE;
  z-index: 2;
  border-top: 1px solid #fafafa;
  -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
}
.footer {
  height: 143px;
  background-color: #28466c;
  text-align: center;
  color: #FFFFFF;
}
.footer .footer p {
  font-size: 14px;
  line-height: 21px;
  color: #fffefe;
}
.footer .footer-p {
  padding-top: 50px;
}
.footer .copyright {
  margin-top: 10px;
}
.index-download {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 95px;
  background: #FFFEFE;
  z-index: 2;
  border-top: 1px solid #fafafa;
  -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.02);
}
.index-download {
  background-color: #f6fbff;
  box-shadow: 0px -1px 5px #eeeeee;
}
.index-download .download {
  display: inline-block;
  width: 150px;
  height: 50px;
  color: #fff;
  background-color: #358ff0;
  background-size: 300% 100%;
  text-align: center;
  line-height: 50px;
  transition: box-shadow 0.2s ease-out, background 0.3s linear;
  border-radius: 4px;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.index-download .download:hover {
  background-color: #277cd9;
}
.thunderbolt-nofollow {
  margin-left: 40px;
}
/*满足不同场景*/
.menu_box {
  margin-top: 20px;
  padding: 140px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_box h1 {
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
}
.menu_box ul {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.menu_box ul li {
  position: relative;
  padding-top: 14px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 282px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #f0f2f4;
  background: #f6f8fa;
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  transform: translateY(0px);
  transition: all 0.3s;
  cursor: default;
}
.menu_box ul li:nth-child(4n) {
  margin-right: 0;
}
.menu_box ul li:nth-child(n + 4) {
  margin-bottom: 0;
}
.menu_box ul li img {
    margin-bottom: 34px;
    width:254px;
	height: 198px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.menu_box li:hover {
  transform: translateY(-10px);
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.menu_box ul li img.zhuan {
    position: absolute;
    bottom: 67px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
	height:auto;
}