﻿@charset "utf-8";

/* reset */

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body {
    font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #666666;
    background-color: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

textarea {
    resize: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #B5B5B5;
}

textarea::-webkit-input-placeholder {
    color: #B5B5B5;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0 none;
}

img {
    vertical-align: middle;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

hr {
    border: 0;
    height: 1px;
    background-color: #D9D9D9;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button,
input {
    border: 0;
    background: 0;
   
    outline: 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #666666;
    outline: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

em,
i {
    font-style: normal
}

label {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}


/*====================== mouse =======================*/

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.cna {
    cursor: not-allowed;
}


/*====================== position =======================*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-left {
    position: absolute;
    right: 0
}

.abs-right {
    position: absolute;
    right: 0
}

.abs-top {
    position: absolute;
    top: 0
}

.abs-bottom {
    position: absolute;
    bottom: 0
}

.abs-lt {
    position: absolute;
    left: 0;
    top: 0;
}

.abs-lb {
    position: absolute;
    left: 0;
    bottom: 0
}

.abs-rt {
    position: absolute;
    right: 0;
    top: 0
}

.abs-rb {
    position: absolute;
    right: 0;
    bottom: 0
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.ib {
    display: inline-block;
}

.inline {
    display: inline;
}

.block {
    display: block;
}


/**/

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt33 {
    margin-top: 33px;
}


/* banner */

.index-banner {
    height: 460px;
}

.swiper-container.banner {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    height: 100%;
    overflow: hidden;
}

.index-banner .pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin: 0 6px;
    border: 2px solid #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none!important;
    cursor: pointer;
}

.swiper-pagination-switch.swiper-active-switch {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    width: 70px;
    height: 130px;
    margin-top: -65px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, .1);
    display: none;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev {
    display: block;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-switchs .swiper-pagination-switch {
    margin: 0 6px;
}

.index-banner .swiper-button-prev {
    background: url("icon-left.png") no-repeat center center;
}

.index-banner .swiper-button-next {
    background: url("icon-right.png") no-repeat center center;
}

.index-banner .swiper-button-prev:hover {
    background: url("icon-left-h.png") no-repeat center center;
    background-color: rgba(57, 118, 208, .55);
}

.index-banner .swiper-button-next:hover {
    background: url("icon-right-h.png") no-repeat center center;
    background-color: rgba(57, 118, 208, .55);
}

.swiper-slide {
    position: relative;
}

.bg-rp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-lf {
    width: 50%;
    float: left;
    margin-left: -958px;
    height: 100%;
}

.bg-rt {
    width: 50%;
    float: left;
    margin-left: 958px;
    height: 100%;
}

.banner-line {
    height: 460px;
}

.banner-line .bg1 {
    background: url("banner-bg1.png") no-repeat top center;
    height: 460px;
    position: relative;
    z-index: 2;
}

.bg1-l {
    background: url("bg1-l.jpg") repeat-x;
}

.bg1-r {
    background: url("bg1-r.jpg") repeat-x;
}

.banner-line .bg2 {
    background: url("banner-bg2.png") no-repeat top center;
    height: 460px;
    position: relative;
    z-index: 2;
}

.bg2-l {
    background-color: #5A22EF;
}

.bg2-r {
    background-color: #5E27F1;
}

.banner-line .bg3 {
    background: url("banner-bg3.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg3-l {
    background-color: #254fd7;
}

.bg3-r {
    background-color: #5f31e9;
}

.banner-line .bg8 {
    background: url("banner-bg8.png") no-repeat top center;
    height: 460px;
    position: relative;
    z-index: 2;
    background-color: #3B20B8;
}

.banner-line .bg4 {
    background: url("banner-bg4.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg4-l {
    background-color: #2E2E2E;
}

.bg4-r {
    background-color: #121212;
}

.banner-line .bg5 {
    background: url("banner-bg5.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg5-l {
    background-color: #285EE8;
}

.bg5-r {
    background-color: #1D86A8;
}

.banner-line .bg6 {
    background: url("banner-bg6.png") no-repeat top center;
    height: 460px;
}

.bg6-rp {
    background: url("bg6-l.jpg") repeat-x;
}

.banner-line .bg7 {
    background: url("banner-bg7.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg7-l {
    background-color: #0C57D8;
}

.bg7-r {
    background: url("bg7-r.png") repeat-x;
}

.banner-line .bg9 {
    background: url("banner-bg9.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg9-l {
    background: url("bg9-r.png") repeat-x;
}

.bg9-r {
    background: url("bg9-r.png") repeat-x;
}

.banner-line .bg10 {
    background: url("banner-bg10.png") no-repeat top center;
    position: relative;
    height: 460px;
    z-index: 2;
}

.bg10-l {
    background: url("bg10-l.png") repeat-x;
}

.bg10-r {
    background: url("bg10-r.png") repeat-x;
}

.banner-center {
    padding-top: 90px;
    overflow: hidden;
}

.banner-text {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.banner-text h2 {
    font-size: 48px;
    font-size: 48px;
    color: #fff;
    padding-left: 60px;
    min-height: 70px;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 14px;
}

.banner-text h2 span {
    font-size: 30px;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
}

.banner-text h2.lg1 {
    background: url("logo_big_1.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg2 {
    background: url("logo_big_2.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg3 {
    background: url("logo_big_3.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg4 {
    background: url("logo_big_4.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg5 {
    background: url("logo_big_5.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg6 {
    background: url("logo_big_7.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg7 {
    background: url("logo_big_10.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg8 {
    background: url("logo_big_8.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg9 {
    background: url("logo_big_9.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg10 {
    background: url("logo_big_20_white.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg11 {
    background: url("logo_big_21.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg12 {
    background: url("logo_bigborder_22.png") no-repeat left center;
    background-size: 50px;
}

.banner-text h2.lg13 {
    background: url("logo_big_23.png") no-repeat left center;
    background-size: 50px;
}

.banner-list {
    overflow: hidden;
    width: 80%;
}

.banner-list li {
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 1.6;
    color: #fff;
    font-size: 16px;
    background: url("icon_r.png") no-repeat left center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.banner-text-btn {
    margin-top: 40px;
}

.dwon-li {
    float: left;
    margin-right: 10px;
}

.dwon-li a {
    display: block;
    width: 210px;
    background-color: #fff;
    border-radius: 48px;
    text-align: center;
    font-size: 0;
}

.dwon-li a:hover {
    background-color: #f0f0f0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}

.dwon-li a:active {
    background-color: #fff;
}

.dwon-li a span {
    display: inline-block;
    padding-left: 36px;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    color: #3076d4;
    background: url("icon_dwon.png") no-repeat left center;
}


.dwon-li p {
    font-size: 13px;
    color: #8fc1f3;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
}

.banner-text>p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
    width: 490px;
    max-width: 100%;
}

.banner-text>p span {
    display: inline-block;
}

.banner-img {
    width: 50%;
    float: left;
    text-align: right;
}

.banner-img img {
    max-width: 100%;
}

.editor-banner {
    height: 460px;
    background: url("../images/dwon/banner-bg2.jpg") no-repeat top center;
    background-color: #1959b3;
    position: relative;
}

.editor-banner .bg-ocr {
    background: url("banner-bg3.png") no-repeat top center;
    position: relative;
    z-index: 2;
    height: 460px;
}

.editor-banner.bg-Printer {
    background: url("../images/dwon/banner-bg4.jpg") no-repeat top center;
    background-color: #2c65d6;
}

.editor-banner.bg-caj {
    background: url("../images/dwon/banner-bg5.jpg") no-repeat top center;
    background-color: #1a63ca;
}

.editor-banner .bg-compress {
    background: url("banner-bg6.jpg") no-repeat top center;
    height: 460px;
    z-index: 2;
    position: relative;
}

.editor-banner.bg-mobileConverter {
    background: url("../images/dwon/banner-bg7.jpg") no-repeat top center;
    background-color: #1a58af;
}

.editor-banner.bg-Reader {
    background: url("../images/dwon/banner-bg8.jpg") no-repeat top center;
    background-color: #1a58af;
}

.editor-banner.bg-mobileOcr {
    background: url("../images/dwon/banner-bg9.jpg") no-repeat top center;
    background-color: #1a58af;
}

.editor-banner.bg-Recordings {
    background: url("../images/dwon/banner-bg10.jpg") no-repeat top center;
    background-color: #1a58af;
}

.editor-banner.bg-voice {
    background: url("../images/dwon/banner-bg11.jpg") no-repeat top center;
    background-color: #2a76fd;
}

.editor-banner .banner-text {
    padding-left: 50px;
}

.editor-banner .banner-text h2 {
    font-size: 48px;
    min-height: 70px;
    line-height: 66px;
    padding-left: 60px;
}

.editor-banner .banner-text h2.lg1,
.editor-banner .banner-text h2.lg2,
.editor-banner .banner-text h2.lg3,
.editor-banner .banner-text h2.lg4,
.editor-banner .banner-text h2.lg5,
.editor-banner .banner-text h2.lg6,
.editor-banner .banner-text h2.lg7,
.editor-banner .banner-text h2.lg8,
.editor-banner .banner-text h2.lg9,
.editor-banner .banner-text h2.lg10 {
    background-size: 50px;
}

.editor-banner .banner-text>p {
    font-size: 18px;
    margin-top: 10px;
}

.banner-text-btn.mt-70 {
    margin-top: 70px;
}

.banner-text-btn.mt-90 {
    margin-top: 90px;
}

.editor-banner.bg-Printer .banner-img {
    text-align: right;
}

@media (max-width: 1000px) {
    .editor-banner .banner-text h2 {
        font-size: 36px;
    }
}

@media (max-width: 750px) {
    .editor-banner .banner-text h2 {
        font-size: 24px;
        display: inline-block;
        margin-right: 0!important;
    }
    .banner-center {
        padding-top: 35px;
        text-align: center;
    }
    .banner-text>p {
        width: 100%;
    }
}