@charset 'utf-8';
/* ---------- reset ---------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, 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, textarea, select {
    font: 12px/1.5 Arial, 'microsoft yahei', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none;
}

img {
    border: 0 none;
}

i, em {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0
}

/* ---------- common ---------- */
html {
    color: #333;
    background: #fff
}

.fr {
    float: right;
}

.ta-c {
    text-align: center !important;
}

.container {
    width: 1210px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container {
    *zoom: 1
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

a,
a:hover {
    text-decoration: none;
}

.module-word {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.module-gray {
    background-color: #fff;
    padding: 80px 0;
}

.module-darkgray {
    background-color: #667588;
}

.sc-title {
    font-size: 36px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.sc-subtitle {
    font-size: 16px;
    color: #82939e;
    line-height: 2;
    margin-bottom: 40px;
    text-align: center;
}

.module-darkgray .sc-title,
.module-darkgray .sc-subtitle,
.module-cyan .sc-title,
.module-cyan .sc-subtitle,
.module-nightgray .sc-title,
.module-nightgray .sc-subtitle,
.module-nightblue .sc-title,
.module-nightblue .sc-subtitle,
.module-skyblue .sc-title,
.module-skyblue .sc-subtitle,
.module-darkbrown .sc-title,
.module-darkbrown .sc-subtitle,
.module-black .sc-title,
.module-wz-white .sc-title,
.module-wz-white .sc-subtitle,
.module-black3 .sc-title {
    color: #fff;
}

.btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #3DBAF7;
    padding: 12px 25px;
    border-radius: 10px;
}

.btn:hover {
    color: #ffd600;
    background-color: #0083e6;
}

.btn img {
    vertical-align: middle;
    margin-right: 5px;
}

@-webkit-keyframes bounce {
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    0% {
        -webkit-transition-timing-function: cubic-bezier(1, 1, 1, 1);
        transition-timing-function: cubic-bezier(1, 1, 1, 1);
        -webkit-transform: translate(0, 30px) scale(1.1);
        transform: translate(0, 30px) scale(1.1);
    }
}

@keyframes bounce {
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    0% {
        -webkit-transition-timing-function: cubic-bezier(1, 1, 1, 1);
        transition-timing-function: cubic-bezier(1, 1, 1, 1);
        -webkit-transform: translate(0, 30px) scale(1.1);
        -ms-transform: translate(0, 30px) scale(1.1);
        transform: translate(0, 30px) scale(1.1);
    }
}

@-webkit-keyframes bouncebig {
    0% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transition-timing-function: cubic-bezier(1, 1, 1, 1);
        transition-timing-function: cubic-bezier(1, 1, 1, 1);
        -webkit-transform: translate(0, 30px) scale(1.1);
        transform: translate(0, 30px) scale(1.1);
    }
}

@keyframes bouncebig {
    0% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transition-timing-function: cubic-bezier(1, 1, 1, 1);
        transition-timing-function: cubic-bezier(1, 1, 1, 1);
        -webkit-transform: translate(0, 30px) scale(1.1);
        -ms-transform: translate(0, 30px) scale(1.1);
        transform: translate(0, 30px) scale(1.1);
    }
}

.index-plan {
    background: #1e2134 url(../images/index_plan_bg.jpg) no-repeat;
}

.index-plan .plan-slide {
    width: 980px;
    margin: 0 auto;
}

.index-plan .plan-slide .hd {
    margin-bottom: 20px;
    overflow: hidden;
}

.index-plan .plan-slide .hd li {
    float: left;
    width: 120px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.index-plan .plan-slide .hd li p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
}

.index-plan .plan-slide .bd {
    height: 400px;
    overflow: hidden;
    margin: 0 10px;
}

.index-plan .plan-slide .bd li {
    overflow: hidden;
    height: 400px;
    background: #fff;
}

.index-plan .plan-slide .bd li .img {
    float: left;
}

.index-plan .plan-slide .bd li .info {
    margin-left: 430px;
    margin-top: 30px;
    margin-right: 30px;
}

.index-plan .plan-slide .bd li .info .title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

.index-plan .plan-slide .bd li .info .subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    color: #82939e;
}

.index-plan .plan-slide .bd li .info p {
    font-size: 16px;
    height: 190px;
    line-height: 28px;
    text-indent: 30px;
}

.index-plan .plan-slide .bd li .info .hot-line {
    background: url(../images/index_plan_phone.png) left center no-repeat;
    padding-left: 50px;
}

.index-plan .plan-slide .bd li .info .hot-line .hot {
    font-size: 18px;
}

.index-plan .plan-slide .bd li .info .hot-line .line {
    color: #3DBAF7;
    font-size: 18px;
}

.index-needs .needs-slide {
    height: 710px;
    border: 1px solid #3DBAF7;
}

.index-needs .needs-slide .hd {
    width: 278px;
    height: 710px;
    float: left;
    background: #3DBAF7 url(../images/index_needs_logo.png) 40px 20px no-repeat;
    overflow: hidden;
}

.index-needs .needs-slide .hd ul {
    margin-top: 160px;
    margin-left: 40px;
}

.index-needs .needs-slide .hd li {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
}

.index-needs .needs-slide .hd li.on {
    color: #3DBAF7;
}

.index-needs .needs-slide .hd li p {
    font-size: 24px;
}

.index-needs .needs-slide .hd li span {
    font-size: 14px;
}

.index-needs .needs-slide .hd li .li-hd {
    position: relative;
    z-index: 4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.index-needs .needs-slide .hd li.on .li-hd,
.index-needs .needs-slide .hd li .li-hd:hover {
    padding-left: 5px;
}

.index-needs .needs-slide .hd li .li-bd {
    position: absolute;
    z-index: 1;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

.index-needs .needs-slide .hd li.on .li-bd {
    width: 100%;
}

.index-needs .needs-slide .bd {
    margin-left: 279px;
    height: 705px;
    text-align: center;
    background-color: #fff;
}

.index-needs .needs-slide .bd ul {
    padding: 50px;
}

.index-needs .needs-slide .bd h3 {
    font-size: 30px;
    color: #3DBAF7;
    margin-bottom: 10px;
}

.index-needs .needs-slide .bd p {
    font-size: 14px;
    color: #82939e;
    margin-bottom: 20px;
}

div.needs-slide .bd ul li strong {
    margin-top: 2px;
    font-size: 20px;
}

/*电商价格*/
.wsycms_tablebox {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 80px;
}

.wsycms_tablebox .table {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #3D3D3D;
    text-align: center !important;
    border-collapse: collapse;
    height: auto;
    /*border:1px solid #CED6D9;*/
}

.wsycms_tablebox .table thead th {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.wsycms_tablebox .table td {
    border: 1px solid #CED6D9;
    padding: 0;
    margin: 0;
    vertical-align: middle !important;
}

.mall-indexpic {
    padding-top: 150px;
    height: 950px;
    /* Firefox*/
    background-image: -moz-linear-gradient(top, #0072ff, #0072ff);
    /* Safari & Chrome */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c6ff));
}

.mall-indexpic > h2 {
    margin-top: 60px;
}

.mall-indexpic > h2, .mall-indexpic > h3 {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font: normal 40px cursive;
    margin-top: -20px;
}

.mall-indexpic .pic-imgs {
    width: 1200px;
    margin: 60px auto;
    padding-left: 10px;
    position: relative;
}

.mall-indexpic .pic-imgs a {
    display: inline-block;
    width: 370px;
    margin-right: 20px;
}

.mall-indexpic .pic-imgs a > p {
    font: normal 26px simhei;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.mall-indexpic .pic-imgs a > img {
    width: 370px;
    height: 210px;
}

.mall-indexpic .pic-imgs a:hover img {
    box-shadow: 0 1px 30px rgba(5, 5, 5, .6);
}

.text-icons {
    width: 1200px;
    text-align: center;
    margin: 50px auto;
}

.text-icons span {
    font: normal 22px "微软雅黑";
    margin-right: 80px;
    color: #fff;
}

.text-icons span > i {
    color: #F0F1F9;
}

.mall-indexpic > a {
    font: normal 22px simhei;
    color: #fff;
    display: block;
    background-color: #FF9800;
    text-decoration: none;
    border-radius: 22px;
    width: 10%;
    padding: 10px 20px;
    text-align: center;
    margin: 10px auto;
    outline: none;
}

.mall-indexpic > a:hover {
    background-color: #ff5722;
    outline: none;
}

.mall-indexpic > a:focus {
    outline: none;
}

.pic-imgs .shading {
    position: relative;
    bottom: 250px;
    left: 2%;
    opacity: 1;
    transition: all 0.4s linear .1s;
    /* Safari */
    -webkit-transition: all 0.4s linear .1s;
}

.pic-imgs .shading > button {
    height: 40px;
    padding-top: 6px;
    outline: none;
}

.pic-imgs > a:hover .shading {
    opacity: 1;
}