body,div,span,object,iframe,input,h1,h2,h3,h4,h5,h6,p,pre,a,acronym,address,code,del,em,font,img,ins,strong,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input,select {
    vertical-align: middle
}

input,textarea,select {
    font: 12px/1.5 "microsoft yahei",Arial,sans-serif
}

fieldset,img {
    border: 0
}

address,code,th,em {
    font-style: normal
}

ol,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

body {
    margin: 0 auto;
    font: 14px/1.5 "microsoft yahei",Arial,sans-serif;
    color: #2d2928;
    background: #fff
}

button {
    font: 14px/1.5 "microsoft yahei",Arial,sans-serif;
    outline: 0;
    border: 0
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px
}

.minwidth {
    width: 1024px
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.clearfix {
    zoom:1}

.clear {
    clear: both
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.box {
    position: relative
}

.no-border {
    border-bottom: 0!important
}

input {
    box-sizing: content-box;
    outline: 0
}

input::-ms-clear {
    display: none
}

input::-ms-clear {
    width: 0;
    height: 0
}

::-ms-reveal {
    width: 0;
    height: 0
}

.color-red {
    color: #e64100
}

a.color-red:hover {
    text-decoration: underline
}

.loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 35%;
    text-align: center;
    margin: -32px 0 0 -32px;
    color: #999
}

.loading i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center center no-repeat;
    margin-bottom: 10px
}

.create-project-loading {
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    padding: 13px 45px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
    margin: 0
}

.create-project-loading .create-box {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -32px 0 0 -32px
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-top {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hvr-icon-wobble-top {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9,.9,.9);
        transform: scale3d(0.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97,.97,.97);
        transform: scale3d(0.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9,.9,.9);
        transform: scale3d(0.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97,.97,.97);
        transform: scale3d(0.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bouncein {
    -webkit-animation: bounceIn cubic-bezier(0.14,.68,.52,1.03) .4s forwards;
    animation: bounceIn cubic-bezier(0.14,.68,.52,1.03) .4s forwards
}

@keyframes upsideDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }
}

@-webkit-keyframes upsideDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0)
    }
}

@keyframes popupAnim {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(120deg);
        transform: rotateY(120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes popupAnim {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(120deg);
        transform: rotateY(120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,360px,0);
        transform: translate3d(0,360px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp forwards;
    animation: fadeInUp forwards
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight forwards;
    animation: fadeInRight forwards
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft forwards;
    animation: fadeInLeft forwards
}

@-webkit-keyframes fadeInLeftS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    90% {
        opacity: .8
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftS {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    90% {
        opacity: .8
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftS {
    -webkit-animation: fadeInLeftS forwards;
    animation: fadeInLeftS forwards
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown forwards;
    animation: fadeInDown forwards
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation: fadeInUp2 forwards;
    animation: fadeInUp2 forwards
}

@-webkit-keyframes fadeInUpLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0) scale3d(0,1,1);
        transform: translate3d(0,100%,0) scale3d(0,1,1)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0) scale3d(0,1,1);
        transform: translate3d(0,100%,0) scale3d(0,1,1)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpLeft {
    -webkit-animation: fadeInUpLeft forwards;
    animation: fadeInUpLeft forwards
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes translateLeftRight {
    0% {
        -webkit-transform: none;
        transform: none
    }

    25% {
        -webkit-transform: translate3d(30px,0,0);
        transform: translate3d(30px,0,0)
    }

    50% {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }
}

@keyframes translateLeftRight {
    0% {
        -webkit-transform: none;
        transform: none
    }

    33% {
        -webkit-transform: translate3d(30px,0,0);
        transform: translate3d(30px,0,0)
    }

    66% {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }

    100% {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0)
    }
}

@-webkit-keyframes fadeScale {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.86,.86,1);
        transform: scale3d(0.86,.86,1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}

@keyframes fadeScale {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.86,.86,1);
        transform: scale3d(0.86,.86,1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left,top,-webkit-transform;
    transition-property: left,top,-webkit-transform;
    transition-property: transform,left,top;
    transition-property: transform,left,top,-webkit-transform;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

html {
    width: 100%;
    height: 100%
}

body {
    position: relative!important;
    min-width: 1200px;
    min-height: 100%;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 202px
}

.header {
    height: 92px;
    line-height: 92px;
    background: #fff;
    border-bottom: 2px solid #2b91ef
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

.main-cont {
    min-height: 798px;
    background: #fff
}

.logo {
    float: left;
    font-weight: 400
}

.logo a {
    display: inline-block;
    height: 100%;
    line-height: 92px
}

.logo .web-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 262px
}

.logo .web-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000
}

.header-r {
    height: 100%;
    overflow: visible
}

.nav-list {
    float: right;
    height: 100%;
    line-height: 85px;
    overflow: hidden;
    font-size: 0;
    margin-right: 46px
}

.nav-list .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 15px;
    margin-left: 2px;
    font-size: 16px;
    color: #000;
    background: #fff;
    z-index: 1;
    transition: all linear .2s;
    -webkit-transition: all linear .2s
}

.nav-list .nav-item:after {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0;
    width: 0;
    height: 5px;
    background: #2b91ef;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all cubic-bezier(0.17,.67,.65,.98) .2s;
    -webkit-transition: all cubic-bezier(0.17,.67,.65,.98) .2s
}

.nav-list .nav-item:hover,.nav-list .nav-item.on {
    color: #2241e3
}

.nav-list .nav-item:hover:after,.nav-list .nav-item.on:after {
    opacity: 1;
    width: 100%;
    filter: alpha(opacity=100);
    transform: none;
    -webkit-transform: none
}

.operate-r-wrap {
    float: right;
    min-width: 150px;
    height: 88px;
    font-size: 0
}

.operate-r-wrap .operate-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 20px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #2b91ef;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.operate-r-wrap .operate-item:hover,.operate-r-wrap .operate-item.on {
    height: 40px;
    line-height: 38px;
    color: #fff;
    border-color: #fff;
    background: #2b91ef;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#29cfff),to(#2b93ef));
    background: -o-linear-gradient(top,#29cfff,#2b93ef)
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #ddd;
    height: 202px;
    text-align: center;
    background: #595959;
    z-index: 50
}

.footer p {
    padding-top: 70px;
    line-height: 1.8
}

.btn-blue {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #2b91ef;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#29cfff),to(#2b91ef));
    background: -o-linear-gradient(top,#29cfff,#2b91ef);
    overflow: hidden;
    z-index: 1
}

.btn-blue:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background: 0 0;
    border-radius: 5px;
    z-index: -1;
    transition: all cubic-bezier(0.38,.77,.45,.98) .3s;
    -webkit-transition: all cubic-bezier(0.38,.77,.45,.98) .3s
}

.btn-blue:hover:before,.btn-blue:active:before {
    height: 100%;
    background: #2b94f0;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#29cfff),to(#2b94f0));
    background: -o-linear-gradient(top,#29cfff,#2b94f0)
}

.btn-blue.disable {
    color: gray;
    background: #e2e0e0;
    cursor: default
}

.btn-blue.disable:hover:before {
    color: gray;
    background: #e2e0e0;
    cursor: default
}

.btn-gray {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    background: #a4a4a4;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden
}

.btn-gray:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background: 0 0;
    z-index: -1;
    transition: all cubic-bezier(0.38,.77,.45,.98) .3s;
    -webkit-transition: all cubic-bezier(0.38,.77,.45,.98) .3s
}

.btn-gray:hover:before {
    height: 100%;
    background: #9a9a9a;
    background-color: #9a9a9a;
    background-image: -webkit-linear-gradient(top,#9a9a9a 0,#a4a4a4 100%);
    background-image: linear-gradient(to bottom,#9a9a9a 0,#a4a4a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a9a9a', endColorstr='#a4a4a4', GradientType=0)
}

.btn-solid-blue {
    position: relative;
    display: inline-block;
    width: 122px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #2b91ef;
    overflow: hidden;
    z-index: 1
}

.btn-solid-blue:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background: 0 0;
    border-radius: 5px;
    z-index: -1;
    transition: all cubic-bezier(0.38,.77,.45,.98) .3s;
    -webkit-transition: all cubic-bezier(0.38,.77,.45,.98) .3s
}

.btn-solid-blue:hover:before,.btn-solid-blue:active:before {
    height: 100%;
    background: #2b94f0;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#29cfff),to(#2b94f0));
    background: -o-linear-gradient(top,#29cfff,#2b94f0)
}

.go-top {
    position: fixed;
    bottom: -60px;
    right: -60px;
    width: 51px;
    height: 44px;
    background: url(../img/spr.png) 0 -323px no-repeat;
    transform: scale(0,0) rotateZ(-400deg);
    -webkit-transform: scale(0,0) rotateZ(-400deg);
    -webkit-transition-property: bottom,right,-webkit-transform;
    transition-property: bottom,right,-webkit-transform;
    transition-property: bottom,right,transform;
    transition-property: bottom,right,transform,-webkit-transform;
    -webkit-transition-property: bottom,right,transform;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.38,.77,.57,.98);
    -webkit-transition-timing-function: cubic-bezier(0.38,.77,.57,.98);
    z-index: 51
}

.go-top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 22px;
    height: 24px;
    margin-top: -12px;
    margin-left: -11px;
    background: url(../img/spr.png) -114px -323px no-repeat
}

.go-top:hover {
    background-position: -58px -323px
}

.go-top:hover:before {
    animation: hvr-icon-wobble-top linear 3s forwards;
    -webkit-animation: hvr-icon-wobble-top linear 3s forwards
}

.go-top.appear {
    bottom: 202px;
    right: 50px;
    transform: none;
    -webkit-transform: none
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    z-index: 100
}

.popup-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.popup-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/alpha30.png) repeat
}

.popup-wrap .popup {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    background: #fff;
    z-index: 101;
    animation: popupAnim cubic-bezier(0.31,.75,.45,.91) .48s;
    -webkit-animation: popupAnim cubic-bezier(0.31,.75,.45,.91) .48s
}

.popup-wrap .popup-top-wrap {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0
}

.popup-wrap .popup-tit {
    font-weight: 400;
    padding: 0 20px;
    font-size: 18px;
    color: #666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.popup-wrap .btn-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: url(../img/spr3.png) -448px -447px no-repeat;
    cursor: pointer;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform linear .2s;
    transition: -webkit-transform linear .2s;
    transition: transform linear .2s;
    transition: transform linear .2s,-webkit-transform linear .2s;
    -webkit-transition: transform linear .2s
}

.popup-wrap .btn-close:hover {
    background-position: -448px -467px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg)
}

.popup-wrap .popup-cont-wrap {
    padding: 20px 50px
}

.popup-wrap .tip-txt {
    font-size: 16px;
    color: #666
}

.popup-wrap .btn-wrap {
    padding: 20px 10px;
    text-align: center;
    font-size: 0
}

.popup-wrap .btn-blue {
    margin: 0 14px;
    height: 44px;
    line-height: 44px;
    width: 120px;
    font-size: 18px
}

.popup-wrap .btn-gray {
    width: 120px;
    margin: 0 14px
}

.popup-delete .tip-txt {
    text-align: center;
    padding: 30px 20px
}

.popup-edit .tip-txt {
    text-align: left;
    line-height: 1
}

.popup-edit .form-l {
    float: left;
    width: 100%
}

.popup-edit .form-r {
    height: 44px
}

.popup-edit .form-vali-code .form-l {
    width: 206px
}

.popup-edit .form-vali-code .btn-blue {
    width: 120px;
    margin: 0;
    font-size: 18px
}

.popup-edit .form-vali-code .form-item {
    text-align: left
}

.popup-edit .form-vali-code .form-item input {
    width: 100%
}

.popup-edit .form-item {
    text-align: left
}

.popup-edit .form-item input {
    width: 100%
}

.popup-edit .form-item .tip {
    text-align: left
}

.evaluation-main {
    width: 100%;
    height: 100%
}

.upgrade-wrapper {
    width: 1000px;
    margin: 0 auto
}

.upgrade-wrapper .upgrade-title {
    padding-top: 200px;
    text-align: center;
    font-size: 50px;
    color: #818181
}

.upgrade-wrapper .upgrade-content p {
    font-size: 24px;
    margin-top: 30px;
    color: #666;
    text-align: center
}

.upgrade-wrapper .upgrade-list {
    margin-top: 30px;
    text-align: center
}

.upgrade-wrapper .upgrade-list li {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 145px;
    height: 250px;
    padding: 15px;
    text-align: center
}

.upgrade-wrapper .upgrade-list .browser {
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border: 1px solid #CCC;
    background: #fff url(../img/browser-spr.png) no-repeat
}

.upgrade-wrapper .upgrade-list .browser-ie {
    background-position: -127px 6px
}

.upgrade-wrapper .upgrade-list .browser-360 {
    background-position: -53px 6px
}

.upgrade-wrapper .upgrade-list .browser-chrome {
    background-position: -198px 6px
}

.upgrade-wrapper .upgrade-list .browser-sg {
    background-position: 6px 6px
}

.upgrade-wrapper .upgrade-list p {
    width: 145px;
    height: 50px;
    font: 400 20px/50px "MicorSaft YaHei";
    color: #444546
}

.upgrade-wrapper .upgrade-list .browser-button {
    margin: 0 auto;
    width: 115px;
    height: 35px;
    display: block;
    background: #2b91ef;
    font: 700 15px/35px "MicorSoft YaHei";
    color: #FFF;
    text-decoration: none
}

.banner-wrap {
    position: relative;
    width: 100%
}

.banner-wrap:hover .arrow-left,.banner-wrap:hover .arrow-right {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
    -webkit-transform: none
}

.banner-wrap .banner-bg {
    width: 100%;
    height: auto
}

.banner-wrap .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-wrap .swiper-container,.banner-wrap .swiper-wrapper,.banner-wrap .swiper-slide,.banner-wrap .swiper-slide a,.banner-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.banner-wrap .pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 15px;
    font-size: 0;
    text-align: center
}

.banner-wrap .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 30px;
    margin: 0 5px
}

.banner-wrap .swiper-pagination-switch:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 30px;
    height: 1px;
    background: #8f8f8f
}

.banner-wrap .swiper-pagination-switch:hover:before,.banner-wrap .swiper-pagination-switch.swiper-active-switch:before {
    background: #fff
}

.banner-wrap .arrow-left,.banner-wrap .arrow-right {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 108px;
    margin-top: -54px;
    background-color: #919191;
    background-color: rgba(145,145,145,.6);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all cubic-bezier(0.38,.77,.75,.99) .3s;
    -webkit-transition: all cubic-bezier(0.38,.77,.75,.99) .3s
}

.banner-wrap .arrow-left:before,.banner-wrap .arrow-right:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 12px;
    height: 18px;
    margin-top: -9px
}

.banner-wrap .arrow-left:hover,.banner-wrap .arrow-right:hover {
    background-color: #2b91ef
}

.banner-wrap .arrow-left:hover:before,.banner-wrap .arrow-right:hover:before {
    transform: scale3d(0.96,.96,1);
    -webkit-transform: scale3d(0.96,.96,1)
}

.banner-wrap .arrow-left {
    left: 0;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px)
}

.banner-wrap .arrow-left:before {
    margin-left: -8px;
    background: url(../img/spr.png) -138px -324px no-repeat
}

.banner-wrap .arrow-right {
    right: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px)
}

.banner-wrap .arrow-right:before {
    margin-left: -2px;
    background: url(../img/spr.png) -138px -348px no-repeat
}

.sec-part {
    padding-top: 30px;
    padding-bottom: 55px
}

.sec-tit-wrap {
    position: relative;
    text-align: center
}

.sec-tit-wrap .sec-tit {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 44px;
    color: #333;
    padding: 24px 52px
}

.sec-tit-wrap .sec-tit:before,.sec-tit-wrap .sec-tit:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 68px;
    height: 1px;
    background: #2b91ef
}

.sec-tit-wrap .sec-tit:before {
    left: -52px
}

.sec-tit-wrap .sec-tit:after {
    right: -52px
}

.sec-tit-wrap .sec-intro {
    min-height: 96px;
    line-height: 1.8;
    font-size: 18px;
    color: #666
}

.sec-part1 {
    background: #fff
}

.sec-part1 .compos-list {
    padding-top: 10px;
    text-align: center;
    font-size: 0;
    min-height: 270px
}

.sec-part1 .compos-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 32px;
    padding-top: 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sec-part1 .compos-item:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 156px;
    height: 156px;
    margin-left: -78px;
    background: url(../img/spr.png) no-repeat
}

.sec-part1 .compos-item:after {
    position: absolute;
    top: 50%;
    right: 1px;
    content: "";
    width: 1px;
    height: 200px;
    margin-top: -100px;
    background: #dcdcdc
}

.sec-part1 .compos-item.ico-bzhfwhzjh {
    padding-left: 0
}

.sec-part1 .compos-item.ico-bzhfwhzjh:before {
    margin-left: -96px;
    background-position: 32px 8px
}

.sec-part1 .compos-item.ico-hljxffk:before {
    background-position: -134px 0
}

.sec-part1 .compos-item.ico-kszzjyywyy:before {
    background-position: -311px 3px
}

.sec-part1 .compos-item.ico-dlyjyyyzc {
    padding-right: 0
}

.sec-part1 .compos-item.ico-dlyjyyyzc:before {
    margin-left: -48px;
    background-position: -478px 0
}

.sec-part1 .compos-item.ico-dlyjyyyzc:after {
    width: 0
}

.sec-part1 .tit {
    font-weight: 600;
    font-size: 18px;
    color: #666
}

.sec-part1 .intro {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    max-width: 252px
}

.sec-part2 {
    background: #f8f8f8
}

.sec-part2 .system-list {
    position: relative;
    width: 100%;
    min-height: 616px
}

.sec-part2 .system-item {
    position: absolute;
    text-align: center;
    font-size: 0;
    width: 438px;
    height: 293px;
    background: url(../img/bg-duobianxing.png) center center no-repeat
}

.sec-part2 .system-item:hover .tit:before {
    opacity: .8;
    animation: hvr-icon-wobble-top linear 2s infinite alternate;
    -webkit-animation: hvr-icon-wobble-top linear 2s infinite alternate
}

.sec-part2 .system-item:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part2 .sys-wrap {
    display: inline-block;
    vertical-align: middle
}

.sec-part2 .tit {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #666;
    padding-top: 100px
}

.sec-part2 .tit:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100px;
    height: 84px;
    margin-left: -50px;
    background: url(../img/spr.png) no-repeat;
    -webkit-transition: -webkit-transform linear .5s;
    transition: -webkit-transform linear .5s;
    transition: transform linear .5s;
    transition: transform linear .5s,-webkit-transform linear .5s;
    -webkit-transition: transform linear .5s
}

.sec-part2 .ico-jysj {
    top: 50%;
    left: 0;
    margin-top: -147px
}

.sec-part2 .ico-jysj .tit:before {
    background-position: -99px -159px
}

.sec-part2 .ico-jyyq {
    bottom: 0;
    left: 50%;
    margin-left: -219px
}

.sec-part2 .ico-jyyq .tit:before {
    background-position: 4px -159px
}

.sec-part2 .ico-jyzy {
    top: 50%;
    right: 0;
    margin-top: -147px
}

.sec-part2 .ico-jyzy .tit:before {
    background-position: -219px -159px
}

.sec-part2 .ico-jyzj {
    top: 0;
    left: 50%;
    margin-left: -219px
}

.sec-part2 .ico-jyzj .tit:before {
    background-position: -344px -159px
}

.sec-part2 .intro {
    padding-top: 10px;
    line-height: 1.8;
    font-size: 14px;
    color: #999;
    min-height: 98px
}

.sec-part3 {
    background: #fff
}

.layer-list {
    width: 998px;
    min-height: 517px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    border-bottom: 0
}

.layer-item {
    position: relative;
    height: 76px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    transition: all cubic-bezier(0.38,.77,.57,.98) .1s;
    -webkit-transition: all cubic-bezier(0.38,.77,.57,.98) .1s
}

.layer-item:hover,.layer-item.on {
    height: 130px
}

.layer-item:hover .tit,.layer-item.on .tit {
    line-height: 130px
}

.layer-item:hover .tit,.layer-item.on .tit {
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg)
}

.layer-item:hover .hover-plane,.layer-item.on .hover-plane {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
    -webkit-transform: none;
    z-index: 10
}

.layer-item .tit {
    position: relative;
    display: inline-block;
    min-width: 202px;
    text-align: left;
    padding-left: 96px;
    height: 100%;
    line-height: 76px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all cubic-bezier(0.38,.77,.57,.98) .06s;
    -webkit-transition: all cubic-bezier(0.38,.77,.57,.98) .06s
}

.layer-item .tit:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 54px;
    height: 54px;
    background: url(../img/spr.png) no-repeat
}

.layer-item .hover-plane {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 127px;
    width: 1200px;
    height: 130px;
    margin-top: -65px;
    margin-left: -600px;
    border: 1px solid #2b91ef;
    border-top: 4px solid #2b91ef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transition: all cubic-bezier(0.38,.77,.57,.98) .5s;
    -webkit-transition: all cubic-bezier(0.38,.77,.57,.98) .5s
}

.layer-item dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 125px;
    background: #fff;
    border-right: 1px solid #2b91ef
}

.layer-item dt:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
    background: url(../img/spr.png) no-repeat
}

.layer-item .cont-r {
    height: 100%;
    background: #f4f9fe;
    text-align: center
}

.layer-item .tit-clone {
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 22px;
    color: #333
}

.layer-item .detail-c-wrap {
    overflow-y: hidden;
    overflow-x: auto;
    height: 77px
}

.layer-item .detail-c-list {
    padding-top: 15px;
    white-space: nowrap;
    text-align: center;
    font-size: 0
}

.layer-item .detail-c-list span {
    display: inline-block;
    height: 32px;
    margin: 0 50px;
    line-height: 32px;
    padding: 0 18px;
    max-width: 180px;
    font-size: 14px;
    color: #fff;
    background: #2b91ef;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ico-yyc-outer .tit:before,.ico-yyc-outer dt:before {
    background-position: 0 -256px
}

.ico-yyc-outer .detail-c-list span {
    margin: 0 30px
}

.ico-yyc-inner .tit:before,.ico-yyc-inner dt:before {
    background-position: -82px -256px
}

.ico-zjc .tit:before,.ico-zjc dt:before {
    background-position: -163px -256px
}

.ico-zjc .detail-c-list span {
    margin: 0 16px
}

.ico-fwc .tit:before,.ico-fwc dt:before {
    background-position: -258px -261px
}

.ico-fwc .detail-c-list span {
    margin: 0 16px
}

.ico-kxjcfwc .tit:before,.ico-kxjcfwc dt:before {
    background-position: -345px -256px
}

.ico-sjc .tit:before,.ico-sjc dt:before {
    background-position: -425px -256px
}

.sec-part4 {
    background: #f8f8f8
}

.sec-part4 .makeup-wrap {
    position: relative;
    height: 610px;
    margin-bottom: 7px
}

.sec-part4 .m-group {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 594px;
    width: 626px;
    margin-left: -313px;
    margin-top: -297px
}

.sec-part4 .blue-circle,.sec-part4 .yellow-circle,.sec-part4 .red-circle {
    position: absolute;
    width: 363px;
    height: 363px;
    font-size: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sec-part4 .blue-circle:before,.sec-part4 .yellow-circle:before,.sec-part4 .red-circle:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part4 .blue-circle {
    top: 0;
    left: 0;
    padding-left: 108px;
    background: url(../img/blue-circle.png) center center no-repeat;
    z-index: 3
}

.sec-part4 .yellow-circle {
    top: 0;
    right: 0;
    padding-left: 148px;
    background: url(../img/yellow-circle.png) center center no-repeat;
    z-index: 1
}

.sec-part4 .red-circle {
    padding-top: 32px;
    bottom: 0;
    left: 50%;
    margin-left: -178px;
    padding-left: 131px;
    background: url(../img/red-circle.png) center center no-repeat;
    z-index: 2
}

.sec-part4 .cont-wrap {
    display: inline-block;
    vertical-align: middle
}

.sec-part4 .tit {
    font-size: 24px;
    color: #333;
    text-align: left
}

.sec-part4 .makeup-list {
    margin-top: 15px
}

.sec-part4 .makeup-list span {
    display: block;
    max-width: 230px;
    margin: 2px 0;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sec-part4 .l-group {
    position: absolute;
    left: 0;
    width: 324px;
    height: 460px
}

.sec-part4 .l-group .gray-void-circle {
    right: 8px
}

.sec-part4 .l-group .dot-list-wrap {
    top: 0;
    left: 0;
    width: 128px
}

.sec-part4 .l-group li {
    display: inline-block;
    width: 128px;
    height: 128px;
    text-align: center;
    margin: 20px 0;
    font-size: 0;
    background: url(../img/green-circle.png) center center no-repeat
}

.sec-part4 .l-group li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part4 .l-group span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 18px;
    color: #fff
}

.sec-part4 .r-group {
    position: absolute;
    right: 0;
    width: 324px;
    height: 460px
}

.sec-part4 .r-group .gray-void-circle {
    left: -15px
}

.sec-part4 .r-group .dot-list-wrap,.sec-part4 .r-group .dot-list-wrap2 {
    width: 68px
}

.sec-part4 .r-group .dot-list-wrap {
    top: 0;
    right: 67px
}

.sec-part4 .r-group .dot-list-wrap2 {
    top: 0;
    right: 0
}

.sec-part4 .r-group li {
    display: inline-block;
    width: 68px;
    height: 68px;
    text-align: center;
    margin: 7px 0;
    font-size: 0;
    background: url(../img/green-circle2.png) center center no-repeat
}

.sec-part4 .r-group li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part4 .r-group span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 14px;
    color: #fff
}

.sec-part4 .dot-list-wrap,.sec-part4 .dot-list-wrap2 {
    position: absolute;
    font-size: 0;
    height: 100%;
    z-index: 2
}

.sec-part4 .dot-list-wrap:before,.sec-part4 .dot-list-wrap2:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part4 .dot-list {
    display: inline-block;
    vertical-align: middle
}

.sec-part4 .gray-void-circle {
    position: absolute;
    top: 50%;
    margin-top: -116px;
    width: 232px;
    height: 232px;
    background: url(../img/gray-circle-border.png) center center no-repeat;
    font-size: 0
}

.sec-part4 .gray-void-circle:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.sec-part4 .gray-void-circle h4 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #2b91ef
}

.sec-part5 {
    background: #fff;
    text-align: center
}

.sec-part5 .cover-wrap {
    position: relative;
    margin-top: 10px;
    min-height: 528px;
    padding-top: 195px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sec-part5 .img-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1041px;
    height: 162px;
    margin-left: -520px;
    z-index: 7
}

.sec-part5 .cover-item {
    display: inline-block;
    vertical-align: top;
    width: 174px;
    padding: 0 11px
}

.sec-part5 .cover-item dt,.sec-part5 .cover-item img {
    display: block;
    width: 100%;
    height: auto
}

.sec-part5 .cover-item dd {
    padding-top: 14px;
    text-align: center
}

.sec-part5 .tit {
    font-size: 18px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sec-part5 .cover-item-list {
    padding-top: 10px
}

.sec-part5 .cover-item-list li {
    margin: 5px 0;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sec-part5 .xqjy,.sec-part5 .gdjy,.sec-part5 .qypx {
    margin-top: -138px
}

.sec-part5 .see-more {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #2b91ef;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sec-part5 .see-more:hover {
    height: 38px;
    line-height: 36px;
    color: #fff;
    border-color: #fff;
    background: #2b91ef;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#29cfff),to(#2b91ef));
    background: -o-linear-gradient(top,#29cfff,#2b91ef)
}

.sec-part6 {
    background: #f8f8f8;
    text-align: center
}

.sec-part6 .two-step-list {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin-top: 136px
}

.sec-part6 .two-step-list:before {
    position: absolute;
    top: 0;
    left: -140px;
    content: "";
    width: 300px;
    height: 3px;
    background: #f8f8f8;
    z-index: 2
}

.sec-part6 .two-step-list:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 160px;
    height: 3px;
    background: #f8f8f8;
    z-index: 2
}

.sec-part6 .step-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 340px;
    border-top: 2px solid #c8c8c8
}

.sec-part6 .step-item h3 {
    position: absolute;
    top: -160px;
    left: 82px;
    font-weight: 400;
    font-size: 28px;
    color: #2b91ef
}

.sec-part6 .step-item span {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    font-weight: 700;
    font-size: 98px
}

.sec-part6 .step-item span:after {
    position: absolute;
    bottom: 18px;
    right: 3px;
    content: "";
    width: 48px;
    height: 48px;
    background: url(../img/line-xie.png) center center no-repeat;
    z-index: 5
}

.sec-part6 .step-item p {
    position: relative;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    color: #666
}

.sec-part6 .step-item p:before {
    position: absolute;
    top: -11px;
    left: 50%;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(../img/gray-circle.png) center center no-repeat
}

.sec-part6 .btn-wrap {
    padding: 35px 0
}

.sec-part6 .btn-blue {
    width: 274px
}

.sec-part6 .step-after-wrap {
    padding-top: 5px;
    text-align: center
}

.sec-part6 .step-after-wrap .tip {
    font-size: 20px;
    color: #666
}

.sec-part6 .other-step-list {
    position: relative;
    display: inline-block;
    margin-top: 36px;
    font-size: 0
}

.sec-part6 .other-step-list:before,.sec-part6 .other-step-list:after {
    position: absolute;
    top: 0;
    content: "";
    width: 123px;
    height: 3px;
    background: #f8f8f8;
    z-index: 2
}

.sec-part6 .other-step-list:before {
    left: 0
}

.sec-part6 .other-step-list:after {
    right: 0
}

.sec-part6 .other-step-item {
    position: relative;
    display: inline-block;
    width: 246px;
    border-top: 2px solid #c8c8c8
}

.sec-part6 .other-step-item span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #2b91ef;
    padding: 24px 0
}

.sec-part6 .other-step-item span:before {
    position: absolute;
    top: -11px;
    left: 50%;
    content: "";
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(../img/gray-circle.png) center center no-repeat;
    z-index: 5
}

.sec-banner {
    min-height: 181px;
    background: #2b91ef
}

.sec-banner img {
    display: block;
    width: 100%;
    height: auto
}

.btn-loaddown-caseapp {
    position: fixed;
    top: 39%;
    right: 50px;
    width: 230px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px 0 88px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #2b91ef;
    border-radius: 6px;
    z-index: 50;
    display: none
}

.btn-loaddown-caseapp:before {
    position: absolute;
    top: 13px;
    left: 16px;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/spr.png) -323px -447px no-repeat
}

.btn-loaddown-caseapp:after {
    position: absolute;
    top: 0;
    left: 62px;
    content: "";
    width: 1px;
    height: 100%;
    background: #95c8f7
}

.btn-loaddown-caseapp:hover {
    background: #0079c2
}

.btn-loaddown-caseapp:hover:before {
    animation: upsideDown linear .5s infinite alternate;
    -webkit-animation: upsideDown linear .5s infinite alternate
}

.btn-loaddown-caseapp:hover:after {
    background: #228ccc
}

.index-btn-loaddown-caseapp {
    top: 68%
}

.txt-center {
    text-align: center
}

.sec-module-intro-wrap {
    padding: 18px 0 36px
}

.sec-module-intro-wrap .intro-p {
    padding: 0 54px;
    margin: 36px 0;
    font-size: 16px;
    color: #666;
    line-height: 2
}

.bg-gray {
    background: #f8f8f8
}

.business-area-wrap {
    margin: 50px 0
}

.business-area-item {
    display: inline-block;
    width: 558px;
    height: 245px;
    border: 1px solid #dcdcdc;
    border-top: 4px solid #2b91ef
}

.business-area-item dt {
    float: left
}

.business-area-item .img-cover {
    display: block;
    width: 279px;
    height: 245px
}

.business-area-item dd {
    position: relative;
    padding-left: 279px;
    height: 100%;
    text-align: center;
    font-size: 0
}

.business-area-item dd:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.business-area-item .dd-cont {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 225px
}

.business-area-item .tit {
    position: relative;
    padding-bottom: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    color: #2b91ef
}

.business-area-item .tit:after {
    position: absolute;
    content: "";
    width: 72px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -36px;
    background: #95c8f7
}

.business-area-item .intro {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 2
}

.sec-module-tit-wrap {
    margin: 35px 0;
    text-align: center
}

.sec-module-tit-wrap .sec-module-tit {
    position: relative;
    display: inline-block;
    padding: 0 32px;
    font-weight: 400;
    font-size: 38px;
    color: #333
}

.sec-module-tit-wrap .sec-module-tit:before,.sec-module-tit-wrap .sec-module-tit:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 68px;
    height: 1px;
    background: #2b91ef
}

.sec-module-tit-wrap .sec-module-tit:before {
    left: -68px
}

.sec-module-tit-wrap .sec-module-tit:after {
    right: -68px
}

.core-adv-list {
    margin: 35px 0;
    text-align: center
}

.core-adv-item {
    display: inline-block;
    width: 370px;
    padding: 38px 36px;
    height: 314px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-top: 4px solid #2b91ef
}

.core-adv-item .tit {
    position: relative;
    padding-top: 84px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.core-adv-item .tit:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 62px;
    height: 56px;
    margin-left: -31px;
    background: url(../img/spr.png) no-repeat
}

.core-adv-item .intro {
    text-align: left;
    margin-top: 16px;
    font-size: 14px;
    color: #999
}

.core-adv-ffpt {
    float: left
}

.core-adv-ffpt .tit:before {
    background-position: -271px -323px
}

.core-adv-yxxx .tit:before {
    background-position: -344px -323px
}

.core-adv-xxsj {
    float: right
}

.core-adv-xxsj .tit:before {
    background-position: -410px -323px
}

.platform-adv-list {
    padding-bottom: 15px
}

.platform-adv-item {
    float: left;
    width: 260px;
    min-height: 195px;
    margin: 45px 0 45px 52px
}

.platform-adv-item .tit {
    position: relative;
    padding-top: 74px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.platform-adv-item .tit:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 54px;
    height: 46px;
    margin-left: -27px;
    background: url(../img/spr.png) no-repeat
}

.platform-adv-item .intro {
    padding-top: 10px;
    font-size: 14px;
    color: #999
}

.platform-adv-jyst {
    margin-left: 0
}

.platform-adv-jyst .tit:before {
    background-position: -240px -386px
}

.platform-adv-gjhqqh .tit:before {
    background-position: -302px -388px
}

.platform-adv-gmk .tit:before {
    background-position: -368px -388px
}

.platform-adv-yxxx .tit:before {
    background-position: -427px -388px
}

.platform-adv-sjhxx {
    margin-left: 0
}

.platform-adv-sjhxx .tit:before {
    background-position: -486px -384px
}

.platform-adv-jyffl .tit:before {
    background-position: -556px -386px
}

.platform-adv-hljpzy .tit:before {
    background-position: -490px -320px
}

.platform-adv-vrjy .tit:before {
    background-position: -552px -308px
}

.use-intro-cont {
    padding-top: 40px
}

.use-intro-cont .wrapper {
    position: relative
}

.left-catalog-wrap {
    float: left;
    width: 270px;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 5;
    margin-bottom: 50px
}

.left-catalog-wrap .tit {
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #2b91ef
}

.cata-nav-list {
    width: 100%
}

.cata-nav-item {
    position: relative;
    width: 100%;
    background: #fff;
    padding-left: 20px;
    box-sizing: border-box
}

.cata-nav-item>a {
    display: block;
    padding: 0 22px 0 0;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    box-sizing: border-box
}

.cata-nav-item>a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: transparent;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -webkit-transition: -webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: -webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s,-webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    -webkit-transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s
}

.cata-nav-item>a:hover,.cata-nav-item>a.on {
    color: #2b91ef
}

.cata-nav-item>a:hover:before,.cata-nav-item>a.on:before {
    transform: none;
    -webkit-transform: none;
    background: url(../img/spr.png) -306px -447px no-repeat
}

.cata-nav-item.has-child>a {
    position: relative;
    cursor: pointer;
    z-index: 3
}

.cata-nav-item.has-child>a:hover {
    color: #2b91ef
}

.cata-nav-item.has-child>a:hover:before {
    width: 0;
    height: 0
}

.cata-nav-item.has-child:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 12px;
    height: 18px;
    background: url(../img/spr.png) -240px -446px no-repeat;
    z-index: 1
}

.cata-nav-item.has-child:hover>a {
    color: #2b91ef
}

.cata-nav-item.has-child:hover:after {
    background-position: -262px -446px
}

.cata-nav-item.has-child.on:after {
    top: 20px;
    width: 18px;
    height: 12px;
    background: url(../img/blue-arrow.png) center 0 no-repeat
}

.cata-nav-item.has-child.on>a {
    color: #2b91ef
}

.first-nav-list {
    width: 100%
}

.first-nav-item {
    position: relative;
    background: #fff
}

.first-nav-item>a {
    display: block;
    padding: 0 42px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: not-allowed
}

.first-nav-item.has-child>a {
    position: relative;
    cursor: pointer;
    z-index: 3
}

.first-nav-item.has-child:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 30px;
    width: 12px;
    height: 18px;
    background: url(../img/spr.png) -240px -446px no-repeat;
    z-index: 1
}

.first-nav-item.has-child:hover>a {
    color: #2b91ef
}

.first-nav-item.has-child:hover:after {
    background-position: -262px -446px
}

.first-nav-item.has-child.on:after {
    top: 20px;
    width: 18px;
    height: 12px;
    background-position: -280px -448px
}

.first-nav-item.has-child.on:hover>a {
    color: #333
}

.sec-nav-list {
    display: none;
    width: 100%;
    padding: 5px 0;
    background: #e9f4fd
}

.sec-nav-item>a {
    display: block;
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 20px 0 58px;
    font-size: 16px;
    color: #999
}

.sec-nav-item>a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 31px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: transparent;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -webkit-transition: -webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: -webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s,-webkit-transform cubic-bezier(0.17,.67,.8,1.02) .34s;
    -webkit-transition: transform cubic-bezier(0.17,.67,.8,1.02) .34s
}

.sec-nav-item:hover a,.sec-nav-item.on a {
    color: #2b91ef
}

.sec-nav-item:hover a:before,.sec-nav-item.on a:before {
    transform: none;
    -webkit-transform: none;
    background: url(../img/spr.png) -306px -447px no-repeat
}

.right-detail-area {
    position: relative;
    overflow: hidden;
    padding-left: 60px;
    min-height: 1023px;
    padding-bottom: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden
}

.right-detail-wrap .detail-tit {
    font-weight: 400;
    font-size: 28px;
    color: #2b91ef;
    padding: 10px 0
}

.right-detail-wrap .detail-cont {
    font-size: 14px!important;
    color: #999!important;
    line-height: 1.8!important;
    word-wrap: word-break;
    word-break: break-all
}

.right-detail-wrap .detail-cont img {
    max-width: 100%
}

.right-detail-wrap .detail-cont p {
    margin: 20px 0;
    font-size: 16px!important;
    color: #000!important;
    word-wrap: word-break;
    word-break: break-all
}

.sec-module-intro-wrap .tit-s {
    margin: 45px 0;
    font-weight: 400;
    font-size: 20px;
    color: #333
}

.close-circle-wrap {
    margin: 56px 0;
    text-align: center
}

.close-circle {
    position: relative;
    display: inline-block
}

.close-circle .part-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 372px;
    height: 323px;
    font-size: 0;
    margin-left: -186px;
    margin-top: -169px;
    background: url(../img/bg-part-center.png) center center no-repeat;
    z-index: 10
}

.close-circle .part-center:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.close-circle .part-center .tit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 37px;
    color: #2b91ef;
    padding-bottom: 28px
}

.close-circle .part-center .tit:after {
    position: absolute;
    bottom: 16px;
    left: 50%;
    content: "";
    width: 242px;
    margin-left: -121px;
    height: 3px;
    background: url(../img/line-colorful.jpg) center center no-repeat
}

.close-circle-cont {
    position: relative;
    display: inline-block
}

.close-circle-cont .bg-img {
    display: block;
    width: 786px;
    height: 778px
}

.close-circle-cont .tit {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.close-circle-cont .intro {
    padding-left: 40px;
    padding-bottom: 14px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    max-height: 118px;
    overflow: hidden
}

.close-circle-cont .part-item {
    position: absolute;
    font-size: 0;
    z-index: 5
}

.close-circle-cont .part-item:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%
}

.close-circle-cont .part-cont {
    display: inline-block;
    vertical-align: middle
}

.close-circle-cont .part-jiao {
    top: 0;
    left: 200px;
    height: 196px;
    width: 384px
}

.close-circle-cont .part-xue {
    top: 94px;
    right: 12px;
    width: 300px;
    height: 288px
}

.close-circle-cont .part-lian {
    bottom: 140px;
    right: 10px;
    width: 280px;
    height: 266px
}

.close-circle-cont .part-lian .intro {
    padding-left: 0
}

.close-circle-cont .part-ce {
    bottom: 12px;
    left: 199px;
    width: 391px;
    height: 221px
}

.close-circle-cont .part-ping {
    bottom: 157px;
    left: 0;
    width: 286px;
    height: 236px
}

.close-circle-cont .part-tuijian {
    top: 72px;
    left: 25px;
    width: 288px;
    height: 348px
}

.close-circle-cont .part-tuijian .intro {
    padding-left: 0
}

.busi-prog-list {
    padding-bottom: 40px
}

.busi-prog-item {
    position: relative;
    margin-bottom: 40px
}

.busi-prog-item .role-list-l {
    position: absolute;
    bottom: 0;
    left: 0
}

.role-list-l {
    width: 206px;
    font-size: 14px;
    color: #999;
    text-align: right
}

.role-list-l>span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 64px;
    margin-right: 30px;
    min-width: 50px;
    text-align: center;
    line-height: 1
}

.role-list-l>span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 57px;
    background: url(../img/spr.png) no-repeat
}

.role-list-l .role-teacher:before {
    width: 60px;
    margin-left: -24px;
    background-position: -235px -487px
}

.role-list-l .role-stu:before {
    width: 46px;
    margin-left: -23px;
    background-position: -300px -487px
}

.busi-cont-r {
    padding-left: 206px;
    overflow: hidden
}

.busi-cont-r>.tit {
    font-weight: 400;
    font-size: 22px;
    color: #2b91ef;
    text-align: left;
    margin: 5px 0 18px
}

.busi-cont-r .prog-list-s .prog-cont {
    min-width: auto
}

.busi-cont-r .prog-list-s .prog-cont:after {
    right: -13px;
    border-top: 25px solid transparent;
    border-left: 13px solid #50b4d6;
    border-bottom: 25px solid transparent
}

.busi-cont-r .prog-item {
    float: left;
    text-align: center;
    background: transparent
}

.busi-cont-r .prog-item.blue-l .prog-cont {
    background: #50b4d6
}

.busi-cont-r .prog-item.blue-l .prog-cont:after {
    border-left-color: #50b4d6
}

.busi-cont-r .prog-item.blue-m .prog-cont {
    background: #3a88c8
}

.busi-cont-r .prog-item.blue-m .prog-cont:after {
    border-left-color: #3a88c8
}

.busi-cont-r .prog-item.blue-r .prog-cont {
    background: #1463b0
}

.busi-cont-r .prog-item.blue-r .prog-cont:after {
    border-left-color: #1463b0
}

.busi-cont-r .prog-cont {
    position: relative;
    display: inline-block;
    padding: 12px 21px 12px 36px;
    min-width: 142px;
    background: #50b4d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.busi-cont-r .prog-cont:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 18px solid #50b4d6;
    border-bottom: 40px solid transparent;
    z-index: 5
}

.busi-cont-r .prog-cont>h5 {
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.busi-cont-r .prog-cont .intro {
    padding-top: 4px;
    font-size: 16px;
    color: #fff
}
