@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%;
    min-width: 1240px;
}

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;
    -webkit-appearance: none;
    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;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Ë«²ã±³¾° */

.bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-lf,
.bg-rt {
    width: 50%;
    height: 100%
}

.bg-lf {
    float: left;
    margin-left: -958px;
}

.bg-rt {
    float: right;
    margin-right: -958px;
}


/* btn */

.down-btn {
    width: 240px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(26, 30, 43, 0.3);
    border-radius: 10px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.down-btn span {
    display: inline-block;
    line-height: 68px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: #1B212B;
    padding-left: 62px;
    background: url("../images/windows.png") no-repeat left center;
}


/* header */

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(2, 2, 2, .5);
}

.logo {
    float: left;
    line-height: 46px;
    height: 50px;
}

.logo img {
    max-height: 38px;float: left;
    margin-top: 3px;
}
.logo span{padding-left:10px;color:#ffffff;font-size:20px;}
.nav-list {
    overflow: hidden;
}

.nav-list li {
    float: left;
    padding: 8px 5px;
    position: relative;
}

.nav-list li a {
    display: block;
    line-height: 34px;
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
}

.nav-list li a:hover {
    color: #3A78EA;
}


.nav-down {
    display: block;
    width: 128px;
    height: 36px;
    text-align: center;
    margin-top: 7px;
    font-size: 0;
    background: #fff;
    border-radius: 5px;
}

.nav-down span {
    line-height: 36px;
    color: #1A1E2B;
    font-size: 16px;
    display: inline-block;
    padding-left: 32px;
    background: url("../images/icon_xiazai.png") no-repeat left center;
}

.dwon-an {
    position: absolute;
    width: 260px;
    height: 260px;
    left: 50%;
    top: 50%;
    background: rgba(58, 120, 234, .1);
    margin-top: -130px;
    margin-left: -130px;
    z-index: 1;
    animation: bigyuan 1.2s infinite;
    -webkit-animation: bigyuan 1.2s infinite;
    border-radius: 100%;
}

@keyframes bigyuan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes bigyuan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}


/* footer */

footer {
    line-height: 50px;
    background-color: #262F3A;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}


/*  */

.index-line-center {
    padding: 60px 0;
}

.index-line-center>h2 {
    color: #1B212B;
    font-size: 34px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
}

.index-line-center>p {
    font-size: 16px;
    color: #6D6F79;
    line-height: 1.5;
    text-align: center;
}

.index-line-center>h2.no-after::after {
    background: none;
}

.swiper-padding {
    padding: 0 60px;
    position: relative;*background:url(../images/ie7pinglun.png) center bottom;*height:400px;
}

.index-line-center .swiper-slide {
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto!important;
}

.comment-ctt {
    padding: 30px;
    background: #FDFEFF;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(30, 98, 188, 0.1);
}

.comment-ctt .time {
    display: block;
    text-align: right;
    color: #B6BCCA;
    margin-top: 20px;
}

.index-line-center .swiper-container {
    overflow: visible;
}

.swiper-ov {
    overflow: hidden;*display:none;
    padding: 30px 0;
}

.comment-head {
    overflow: hidden;
}

.comment-head>img {
    float: left;
    width: 70px;
}

.conment-head-right {
    margin-left: 90px;
    padding: 5px 0;
}

.conment-head-right h3 {
    font-size: 20px;
    color: #1B212B;
    line-height: 1.5;
}

.conment-head-right div {
    margin-top: 10px;
    overflow: hidden;
}

.conment-head-right div img {
    display: block;
    float: left;
    height: 17px;
}

.conment-head-right div span {
    float: right;
    color: #6D6F79;
    font-size: 12px;
    line-height: 14px;
}

.comment-ctt>p {
    color: #6D6F79;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    min-height: 84px;
}

.swiper-padding .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background: url("../images/icon_zjt.png") no-repeat center center;
}

.swiper-padding .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background: url("../images/icon_yjt.png") no-repeat center center;
}


/* ²à±ß */

#YSF-BTN-HOLDER {
    display: none!important;
}

.side-box {
    position: fixed;
    right: 0;
    top: 95%;
    margin-top: -80px;
    z-index: 100;
}

.ysf-icon {
    width: 80px;
    border-radius: 4px;
    background-color: #0E62E8;
    border-bottom: 1px solid #0855CF;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}

.ysf-icon p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    line-height: 1;
    background: url("../images/icon_kefu.png") no-repeat top center;
}

.ysf-icon i {
    position: absolute;
    top: -80px;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../images/server.gif") no-repeat;
}