@charset "utf-8";

/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wewweb {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.header {
    /*! height: 500px; */
    width: 100%;
    margin: auto;
}

.headercent {
    margin: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.headercent img {
    width: 100%;
    min-width: 1200px;
    cursor: pointer;
}

.title {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title img {
    text-align: center;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.wewpresent {
    margin: 0 auto;
    text-align: center;
}

.wewpresent .title {
    margin-top: 0;
}

.wewpresent h3 {
    font-weight: bold;
    font-size: 24px;
    height: 80px;
    line-height: 100px;
}

.wewpresent h3 img {
    height: 40px;
}

.zhanwei {
    width: 60px;
    height: 5px;
    margin: 0 auto;
    position: relative;
}

.wewpst {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    /*! border-top:1px solid #000 ; */
    margin-top: -1px;
    -webkit-justify-content: center;
    justify-content: center;
}

.shbutton {
    display: flex;
    justify-content: center;
    display: none;
    transition: 2000ms;
    -webkit-transition: 2000ms;
}

.shbutton a {
    display: inline-block;
    height: 35px;
    width: 85px;
    line-height: 33px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #3bc167;
    color: #3bc167;
    margin: 15px;
    cursor: pointer;
    transition: 200ms;
    -webkit-transition: 200ms;
    border-radius: 2px;
}

.shbutton a:hover {
    background: #3bc167;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

/*售后体系*/

.shouhou {
    width: 285px;
    height: 445px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    margin: 40px 10px;
    overflow: hidden;
    background: #f9f9f9;
    transition: 200ms;
    -webkit-transition: 200ms;

}

.shtitle {
    background: #FFFFFF;
    width: 285px;
    height: 181px;
    margin: auto;
}

.shtitle img {
    /*! width: 50px; */
    /*! height: 50px; */

}

.shtitle p {

    font-size: 18px;
    font-weight: bold;
}

.shouhou:hover .shbutton {
    display: block
}

.shouhou:hover {
    border-radius: 10px;
    border: 1px solid #72dfff;
    transform: scale(1.02);
    transition: all .5s ease 0s;
    -webkit-transform: scale(1.02);
    -webkit-transform: all .5s ease 0s;
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 0.8);

}

.shouhou:hover .shtitle p {
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(176, 31, 184, 1)), to(rgba(255, 71, 76, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shcont {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 35px;
    text-align: left;
    padding-left: 20px;
    padding: 0 10px;
    padding: 0 15px;
}

.shcont p:first-child {
    margin-top: 15px;
    height: 150px;
}

.animations {
    position: relative;
}

.ball {
    display: none;
}

.shshouhou:hover .ball {
    display: inline-block;
    position: absolute;
    top: -5px;
    width: auto;
    transform-origin: 0 60px;
    animation: ballRotate 2.5s infinite linear;
    z-index: 9999;
}

@keyframes ballRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.shshouhou {
    width: 324px;
    height: 315px;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    margin: 40px 15px;
}

.shshtitle {
    border-radius: 300px;
    background: #FFFFFF;
    width: 110px;
    height: 110px;
    margin: auto;
}

.shshtitle img {
    width: 50px;
    height: 50px;
    margin: 10px auto 0 auto;
}

.shshtitle p {

    font-size: 18px;
    font-weight: bold;
}

.shshouhou:hover {
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
    border-radius: 10px;
}

.shshouhou:hover .shshtitle {
    transform: scale(1.14);
    transition: all .5s ease 0s;
    -webkit-transform: scale(1.08);
    -webkit-transform: all .5s ease 0s;

    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1);
}

.shshouhou:hover .shshtitle p {
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(176, 31, 184, 1)), to(rgba(255, 71, 76, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shshcont {
    font-size: 14px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    padding: 0 10px;
    padding: 0 15px;
}

.shshcont p:first-child {
    margin-top: 15px;
}

.shanimations {
    position: relative;
}

.shball {
    display: none;
}

.shshouhou:hover .shball {
    display: inline-block;
    position: absolute;
    top: -5px;
    width: auto;
    transform-origin: 0 60px;
    animation: ballRotate 2.5s infinite linear;
    z-index: 9999;
}

/* 我们的优势  start  */
.good {
    background: #f0f0f0;
}

.good .container {
    position: relative;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 65px;
}

.en_p {
    font-size: 80px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    color: #e4e4e4;
    text-align: center;
}

.t_p {
    position: relative;
    z-index: 1;
    top: 25px;
    color: #4c4a4a;
    font-size: 37px;
    text-align: center;
}

.t_p i {
    color: #4D49DE;
}

.solve_list {
    margin-top: 100px;
}

.solve_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.solve_list dl {
    float: left;
    margin-left: 21px;
    width: 223px;
    background: white;
    position: relative;
}

dl.ml0 {
    margin-left: 0;
}

.solve_list dt {
    height: 114px;
}

.solve_list dd {
    height: 240px;
    box-sizing: border-box;
    border: 1px solid #e9e4e4;
    border-top: none;
    padding: 40px 19px 40px 25px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
}

.solve_list p {
    color: #444343;
    font-size: 14px;
    text-align: left;
    margin-bottom: 36px;
    line-height: 1.5;
}

.solve_list_button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    z-index: 20;
}

.solve_list_button a {
    display: inline-block;
    width: 84px;
    line-height: 27px;
    height: 29px;
    border: 1px solid #63BB71;
    text-align: center;
    color: #63BB71;
    border-radius: 15px;
    transition: 0.2s all;
    font-size: 12px;
}

.solve_list_button a.hover_active {
    color: white;
    background: #63BB71;
}

.solve_list_button a:hover {
    color: white;
    background: #63BB71;
}

/* 我们的优势  end  */

/* 行业解决方案  start  */
.plan {
    padding-top: 46px;
    padding-bottom: 108px;
    text-align: center;
}

.plan > img:nth-of-type(1) {
    margin-top: 40px;
    margin-bottom: 54px;
}

.plan-ul {
    overflow: hidden;
    padding: 0 12px;
}

.plan-ul li {
    float: left;
    margin-right: 17px;
    width: 281px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    transition: all 0.2s;
    padding-top: 27px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
}

.plan-ul li.hover_active {
    border: 1px solid #63BB71;
}

.plan-ul li:hover {
    border: 1px solid #2dbea6;
}

.plan-ul li img {
    margin-bottom: 16px;
    width: 103px;
    height: 118px;
}

.plan-ul li p {
    width: 192px;
    height: 120px;
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: 9px;
    margin-bottom: 30px;
}

.plan-ul li a {
    display: inline-block;
    width: 160px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    color: black;
    font-size: 14px;
    background: white;
    border: 1px solid #d8d8d8;
    transition: all 0.2s;
}

.plan-ul li a.hover_active {
    background: #63BB71;
    color: white;
    border: 1px solid #63BB71;
}

.plan-ul li a:hover {
    background: #2dbea6;
    color: white;
    border: 1px solid #2dbea6;
}

.grayLine2 {
    width: 1px;
    height: 25px;
    background: #d8d8d8;
    margin: 0 auto;
}

.plan-ul_title {
    color: #333333;
    font-size: 21px;
    text-align: center;
    margin: 6px;
}

/* 行业解决方案  end  */

/* 特色功能  start  */
.spe {
    background-image: url(../../../newImages/product/b2c/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 857px;
}

.spe .t_p {
    text-align: center;
    top: 30px;
}

.lineAr {
    text-align: center;
    padding-top: 1px;
    margin-top: 45px;
    margin-bottom: 40px;
}

.grayLine3 {
    width: 97px;
    height: 1px;
    background: #d8d8d8;
    display: inline-block;
    vertical-align: super;
}

.ar {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #d8d8d8;
    margin: 0 19px;
}

.spe-list {
    margin: 0 79px;
    overflow: hidden;
    position: relative;
}

.spe-list-ul1 {
    float: left;
}

.spe-list-ul1 li {
    width: 296px;
    height: 62px;
    margin-bottom: 22px;
    font-size: 24px;
    color: black;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
    line-height: 62px;
    padding-left: 45px;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
}

.spe-list-ul1 li span {
    font-size: 18px;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}

.spe-list-ul1 li i {
    position: relative;
    z-index: 1;
}

.spe-list-ul1 li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.spe-list-ul1 li:nth-of-type(2) i {
    color: #1981c4;
}

.spe-list-ul1 li:nth-of-type(3) i {
    color: #20c1cb;
}

.spe-list-ul1 li:nth-of-type(4) i {
    color: #ff9e20;
}

.spe-list-ul1 li:nth-of-type(5) i {
    color: #fb0a1b;
}

.spe-list-ul1 li:nth-of-type(6) i {
    color: #fe62ab;
}

.spe-list-ul1 li:nth-of-type(7) i {
    color: #1bbc6c;
}

.spe-list-ul1 li:nth-of-type(8) i {
    color: #fbb305;
}

.spe-list-ul2 {
    float: left;
    width: 656px;
    height: 650px;
    position: relative;
    margin-left: 45px;
    padding: 60px 98px 45px 79px;
    box-sizing: border-box;
}

.spe-list-ul2 li {
    position: relative;
    z-index: 1;
    display: none;
}

.spe-list-ul2 li p:nth-of-type(1) {
    color: #3c3b3b;
    font-size: 24px;
}

.spe-list-ul2 li p:nth-of-type(2) {
    color: #3c3b3b;
    font-size: 18px;
    margin: 20px 0 50px 0;
}

.bgC {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #ffffff;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
}
/* 特色功能  end  */


/* 新闻中心 */
.new_center{width: 1200px; margin: 0 auto; padding:30px 0; overflow: hidden;}
.new_center .title_m{width: 100%; margin: 20px auto; text-align: center;}
.new_center .title_m img{display: block; margin: 0 auto;}
.new_center ul{width: 560px;float: left;margin: 0 20px;}
.new_center_title{background: #e3e3e3; color: #333;line-height: 26px;font-size: 15px; padding: 10px 10px; overflow: hidden; margin-bottom: 10px;}
.new_center_title_left{float: left;display: inline-block;}
.new_center_title_left img{display: block; width: 8px; height: 26px; float: left;margin-right: 4px}
.new_center_title a{display: inline-block; float: right;font-size: 14px;}
.new_center ul li{padding: 4px 0; line-height: 26px; font-size: 14px;border-bottom:1px #eee dashed;}
.new_center_l{width: 400px; float: left; height: 26px; line-height: 26px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.new_center_r{width:140px; float: right; text-align: right;}

/* 分页 */
.seepage {margin-top:20px;}
.seepage a {color: inherit; display: inline-block; width: 100%; height: 100%;}
.seepage ul {}
.seepage ul li, .seepage .pageup, .seepage .pagedown { width:26px;height:26px;line-height:26px; text-align: center; float:left;color: #666; border:1px solid #eee;margin:2px 5px; padding: 0; -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);-moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);}
.seepage .pageup {}
.seepage ul li.nowpage, .seepage ul li:hover, .seepage .pageup:hover, .seepage .pagedown:hover { color: #fff; border:1px solid #4d90f4; background: #4d90f4;}