* {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #6e6e6e;
}

img {
    border: none;
    /* vertical-align: top; */
}

.clearfix:after,
.col-extra:after,
.col-sub:after,
.layout:after,
.main-wrap:after,
.tb-module:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.col-extra,
.col-sub,
.layout,
.main-wrap,
.tb-module {
    *zoom: 1
}

li.last-child {
    margin-right: 0;
}

.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.layout-grid-0 {
    width: 100%;
}

.site-nav .site-nav-bd {
    width: 1190px !important
}

.layout-grid-0 .body {
    height: 540px;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.grid-0 .container h2 {
    color: #ffffff;
    font-size: 30px;
    padding: 44px 0 30px 0;
    text-align: center;
}

.grid-0 .container p {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

.grid-1 .container h2,
.grid-1 .container p,
.grid-1 .container h3,
.grid-3 .title p,
.grid-4 .title p {
    color: #222222;
    text-align: center;
}

.grid-1 .container h2,
.grid-3 .title h2,
.grid-4 .title h2 {
    font-size: 24px;
    padding: 54px 0 10px 0;
    text-align: center;
    color: #000;
}

.layout-grid-0 .container h3 {
    color: #ffffff;
    text-align: center;
}

.grid-0 .container p,
.grid-3 .title p,
.grid-4 .title p {
    font-size: 16px;
    margin: 15px 0 25px;
}

.layout-grid-1 .container p {
    font-size: 14px;
    margin-bottom: 50px;
    color: #383e4b;
}

.layout-grid-0 .container .content {
    width: 1200px;
}

.layout-grid-0 .container .content li {
    width: 300px;
    float: left;
    height: 400px;
    overflow: hidden;
}

.container .content .item-content {
    position: absolute;
    left: 0;
    top: 130px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.container .content a {}

.container .content .item-con {
    display: block;
    position: relative;
}

.container .content .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container .content .mask .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #161A1D;
    opacity: 0.55;
    filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
}

.container .content .mask .bg.other-bg {
    background: #161A1D;
    opacity: 0.85;
    filter: alpha(opacity=85);
}



.container .content li:hover .item-content {
    top: 30px;
}

.mask .item-content h3 {
    font-size: 20px;
    line-height: 45px;
}

.mask .item-content h4 {
    font-size: 16px;
    line-height: 18px;
    color: #ccc;
    margin-bottom: 12px;
}

.mask .item-content p {
    height: 88px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 30px;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    text-align: left;
}

.container .content li:hover .des {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    height: 88px;
    text-align: left;
}

.mask .item-content .item-link {
    display: inline-block;
    width: 94px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 62px;
    background: rgb(89, 102, 157);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mask .item-content .item-link:hover {
    color: #26346c;
    margin-top: 62px;
    background: #fff;
    text-align: center;
}

/*社交电商引流*/
.grid-1 {
    width: 1200px;
    margin: 0 auto;
}

.grid-1 .title {
    margin-bottom: 30px;
    margin-top: 35px;
}

.grid-1 .title h2,
.plan .title h2 {
    text-align: center;
    font-size: 24px;
    line-height: 70px;
}

.grid-1 .title p,
.plan .title p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #6e6e6e;
}

.grid-1 .contact {
    height: 240px;
    margin-top: 50px;
}

.grid-1 .contact li {
    float: left;
    width: 100px;
    margin-right: 29px;
    perspective: 400px;
}

.grid-1 .contact .item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.grid-1 .contact .item a {
    display: block;
    line-height: 30px;
    border: 1px solid #0a6dee;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.2s ease-in;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.grid-1 .contact li:hover .item {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.grid-1 .contact li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid-1 .contact li:last-child {
    margin-right: 0;
}

.grid-1 .contact .p1 {
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    font-weight: 600;
}

.grid-1 .contact .p2 {
    font-size: 12px;
    line-height: 20px;
    color: #6E6E6E;
    height: 80px;
}

.grid-1 .contact img {
    width: 100px;
    height: 100px;
}

/*解决方案*/
.plan {
    width: 1200px;
    margin: 40px auto;
}

.plan li {
    float: left;
    width: 232px;
    margin-right: 10px;
}

.plan .plan-list {
    height: 270px;
}

.plan .plan-list li {
    position: relative;
    overflow: hidden;
}

.plan-list .bg {
    width: 101%;
    height: 100%;
    position: absolute;
    top: 250px;
    left: 0;
    background: #0a6dee;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.plan-list .bg h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

.plan-list .bg p {
    color: #fff;
    padding: 10px;
    line-height: 22px;
}

.plan-list .bg span {
    position: absolute;
    width: 85px;
    height: 35px;
    border-radius: 5px;
    bottom: 20px;
    left: 50%;
    margin-left: -42.5px;
    background: #fff;
    color: #0a6dee;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.plan-list li:hover .bg {
    top: 0;
}

.plan-list li:hover h3 {
    color: #343434;
}

.plan .plan-list h3 {
    height: 72px;
    line-height: 72px;
    background: #343434;
    text-align: center;
    color: #fff;
}

.plan li:last-child {
    margin-right: 0;
}

.plan .title {
    position: relative;
    top: 70px;
}

/*service*/
.grid-2 .service {
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    background: url("../images/service-bg.png") no-repeat;
    height: 140px;
}

.grid-2 .service p {
    text-align: center;
    line-height: 140px;
    color: #fff;
    font-size: 16px;
}

.grid-2 .service p strong {
    color: #fb642d;
    font-size: 42px;
    font-weight: normal;
    display: inline-block;
    margin: 0 30px;
}

.grid-2 .service img {
    width: 100%;
    height: 100%
}

/*客户案例*/
.grid-3 {
    /*margin-top:30px;*/
}

.grid-3 .case {
    padding-bottom: 58px;
}

.footer {
    background: #06141e !important;
}

/* .side-menu .li1 p{
    background:url(../images/phone2.png)no-repeat!important;
} */
.side-menu .free-phone p {
    background: url(../images/mian-bg.png)no-repeat !important;
}

.grid-3 .case-list li {
    width: 218px;
    height: 200px;
    float: left;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.grid-3 .case-list li a {
    cursor: default;
}

.grid-3 .case-list li:hover {
    box-shadow: 0 2px 20px #e6e5e5;
}

.grid-3 .case-list li img {
    transition: all 0.3s ease-in;
}

.grid-3 li.last,
.grid-4 .partner li.last {
    margin-right: 0;
}

.grid-3 .title p a {
    color: #25497d;
    margin-left: 25px;
}

/*合作伙伴*/
.grid-4 {
    background: #f0f4f8;
    padding-bottom: 78px;
}

.grid-4 .partner li {
    float: left;
    margin-right: 35px;
    width: 210px;
    height: 65px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-4 .partner li.list1 {
    background: url("../images/0.png") no-repeat;
}

.grid-4 .partner li.list2 {
    background: url("../images/1.png") no-repeat;
}

.grid-4 .partner li.list3 {
    background: url("../images/2.png") no-repeat;
}

.grid-4 .partner li.list4 {
    background: url("../images/3.png") no-repeat;
}

.grid-4 .partner li.list5 {
    background: url("../images/4.png") no-repeat;
}

.grid-4 .list {
    margin-top: 40px;
}

.grid-5 {}

.free {
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    min-height: 272px;
    background-size: 100%;
    width: 100%;
    max-width: 1920px;
}

.grid-5 .free div {
    position: absolute;
    left: 45%;
    top: 66%;
    width: 10%;
    height: 10%;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 30px;
}

.grid-5 .free img {
    width: 100%;
    height: 100%
}

/*   */
.grid-6 .open {
    /*margin: auto;overflow: hidden;margin-left: -960px;left: 50%;position: relative;*/
    margin: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url("../images/back.png") center no-repeat;
    height: 200px;
    background-size: 100% 100%;
}

.grid-6 .open h2 {
    line-height: 80px;
    margin-top: 20px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.grid-6 .open img {
    width: 100%;
    height: 100%
}

.grid-6 .open div.btn a {
    display: inline-block;
    width: 214px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    height: 50px;
    width: 214px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0994FF;
}

/*底部*/
.footer {
    background: url("../images/footer.png") no-repeat #2a2a2a;
    color: #ffffff;
}

.footer .slogan {
    padding: 32px 0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    width: 1200px;
}

.footer .slogan li {
    float: left;
    margin-right: 120px;
    padding-left: 58px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.footer .slogan li.s1 {
    background: url("../images/1.png") no-repeat;
}

.footer .slogan li.s2 {
    background: url("../images/2.png") no-repeat;
}

.footer .slogan li.s3 {
    background: url("../images/3.png") no-repeat;
}

.footer .slogan li.s4 {
    background: url("../images/4.png") no-repeat;
}

.footer .slogan .last {
    margin-right: 0;
}

.footer .link .last {
    margin-right: 0;
}

.footer .link {
    margin-top: 43px;
    /*padding-bottom: 40px;*/
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.footer .link dl {
    width: 100px;
    float: left;
    margin-right: 80px;
}

.footer .link dt {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer .link dd {
    line-height: 22px;
}

.footer a {
    font-size: 12px;
    color: #c5c6c4;
}

.footer .link .call {
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 70px;
    margin-left: 125px;
}

.footer .info {
    padding: 15px 0;
}

.footer .link .call p {
    font-size: 18px;
    line-height: 52px;
    color: #fff;
}

.footer .link .new {
    float: left;
    width: 150px;
    text-align: center;
}

.footer .link .new p {
    font-size: 14px;
    line-height: 52px;
    color: #c5c6c4;
    text-align: center;
}

.footer .jimu {
    height: 77px;
    line-height: 52px;
    margin-top: 20px;
    float: left;
}

.footer .jimu a {
    margin-right: 40px;
}

.footer .info p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #c5c6c4;
}