@charset "utf-8";

/* CSS Document */
* {
    -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: 1200px;
    text-align: center;
}

.headerbg {
    background: #1284d0;
    background-color: #1284d0 \9;
}

.jiaoyubg {
    background: #f6f6f6;
    height: 670px;
    padding: 50px 0;
}

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

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

.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;
}

.allgood {
	display: inline-block \9;
	vertical-align:top;
}

.allgood p {
    height: 170px;
    text-align: right;
    font-size: 16px;
    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);
    padding-top: 15px;
    padding: 15px 10px 0 10px;
}

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

.jiangbei {
display: inline-block \9;
vertical-align:top;
}

.jiangbeiimg {
    width: 698px;
    cursor: pointer;
    height: 377px;
}

.jiangbeiimg2 {
    width: 160px;
    height: 160px;
}

.textright p {
    text-align: left;
}

.textleft p {
    text-align: right;
}

.wewpst .wewpstsp1 {
    width: 750px;
    padding: 30px 50px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
    text-indent: 32px
}

.wewpst .wewpstsp2 {
    padding: 60px 80px;
}

/*全方位优势*/
.youshilist {
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: 200ms;
    -webkit-transition: 200ms;
}

.yslist {
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 2;
    display: inline-block \9;
    vertical-align:top;
}

.yslist img {
    height: 100px;
    transition: 1500ms;
    -webkit-transition: 1500ms;
}

.yslist span {
    height: 100px;
    line-height: 100px;
    position: relative;
    font-size: 30px;
    display: block;
    top: -100px;
    color: #fff;
}

.yslistcont {
    width: 860px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    background: #fff;
    padding-right: 80px;
    padding-left: 50px;
    margin-left: -30px;
    transition: 200ms;
    -webkit-transition: 200ms;
      display: inline-block \9;
      vertical-align:top;
}

.youshilist:hover .yslistcont {
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 0.8)
}

.youshilist:hover .yslist img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
    -o-transform: rotate(360deg); /* Opera */
}

.sanjiao {
    width: 0;
    height: 0;
    border-left: 40px solid #fff;
    border-bottom: 32px solid transparent;
    border-top: 33px solid transparent;
    margin-top: 20px;
    position: relative;
    z-index: 2;
      display: inline-block \9;
      vertical-align:top;
      margin-left: -5px;
}

.yuans {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #72dfff;
    display: inline-block;
    margin-right: 5px;
}

.shbutton {
    display: flex;
    justify-content: center;
    display: none;
    transition: 2000ms;
    -webkit-transition: 2000ms;
     width: 245px \9;
}

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

.shbutton a:hover {
    background: #518ffd;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
     display: inline-block;
}

/*产品推荐*/
.gnjs {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    background-size: cover;
    /*! margin: 60px auto 0 auto; */
    padding-bottom: 20px;
}

.gnjslist {
    width: 260px;
    height: 280px;
    margin: 50px auto 0px auto;
    display: inline-block \9;
    width: 230px \9;
    transition: 200ms;
    -webkit-transition: 200ms;
    cursor: pointer
}

.gnjslist:hover {
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1)
}

.gnjslist p {
    color: #333;
    line-height: 22px
}

.gnjslist p:first-child {
    color: #333;
    padding-top: 35px
}

.yuan {
    margin: auto;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: 25px auto 10px auto;
    border: 1px solid #1abbd3;
}

.yuan img {
    margin: 35px auto;
    text-align: center;
}

.gnjste {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.gnjslist:hover div.yuan {
    -webkit-animation: turn 1s 1;
    animation: turn 1s 1;
}

.gnjslist2:hover div.yuan {
    -webkit-animation: turn 1s 1;
    animation: turn 1s 1;
}

.donut-front {
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes turn {
    to {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes turn {
    to {
        transform: rotateY(360deg);
    }
}

/*按钮样式*/
.baojia {
    text-decoration: none;
    width: 200px;
    line-height: 40px;
    height: 40px;
    background-color: rgba(255, 96, 0, 1);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
    -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);
    display: inline-block;
    margin-top: 50px;
}

.baojia:hover {
    background-color: rgba(255, 96, 0, 0.6);
    color: #fff;
}

/*售后体系*/

.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;
      display: inline-block \9;
       width: 245px \9;
}

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

.shtitle img {
    /*! width: 50px; */
    /*! height: 50px; */
 width: 245px \9;
}

.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.04);
    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, 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;
}

.animations {
    position: relative;
}

.ball {
    display: none;
}

.shouhou: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);
    }
}

/*运营群体*/
.yyqt {
    width: 100%;
    min-width: 1200px;
    margin: 60px auto 0 auto;
    padding-bottom: 50px;
    background: #f6f6f6
}

.yunyong {
    height: 300px;
    width: 370px;
    margin: 20px 20px 0 20px;
    display: inline-block \9;
    width: 350px \9;
}

.yunyong img {
    height: 180px;
    width: 370px;

}

.yunyong .yyqttitle {
    font-size: 22px;
    color: #333333;
    text-align: left;
    line-height: 60px;
}

.yunyong .yyqpcont {
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 25px;
    padding-top: 5px;
}

.zhanweifu {
    height: 2px;
    background: #e7980f;
    width: 50px;
    display: block;
}

/*合作客户*/
.hzhb {
    background: url(../../newImages/special/dianshang/177.png);
}

/*热门行业解决方案*/
.hotjjfa {
    display: flex;
    justify-content: center;
}

.hotlist {
    height: 95px;
    width: 185px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    margin: 15px 10px;
    -webkit-transition: 200ms;
    cursor: pointer;
    display: inline-block \9;
    width: 175px \9;
}

.hotlist:hover {
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 20px 5px rgba(196, 200, 204, 1)
}

.hotlist:hover img {
    -webkit-animation: turn 1s 1;
    animation: turn 1s 1;
}

.hotlist p {
    height: 95px;
    line-height: 95px;
    padding-left: 3px;
    color: #333;
    width: 100px;
    font-size: 16px;
    display: inline-block \9;
    
}

.hotlistimg {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    margin-top: 22.5px;
    display: inline-block \9;
    vertical-align:top;
}

.hotlistimg img {
    margin: auto;
    margin-top: 10px;
}

.hotbg1 {
    background: #fde8eb;
}

.hotbg2 {
    background: #e5f1ff;
}

.hotbg3 {
    background: #ffe8ce;
}

.hotbg4 {
    background: #e9e9ff;
}

.hotbg5 {
    background: #ddf6f3;
}

.hotbg6 {
    background: #fdece8;
}

/*我们的产品价值*/
.chanpinjz {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
}

.cpjzlist {
    width: 320px;
    height: 400px;
    text-align: center;
    margin: 0 35px;
    display: inline-block \9;
    vertical-align:top;
}

.cpjztit {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px
}

.cpjzjt {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #d5f9ee;
    border-right: 20px solid transparent;
    margin: 15px auto 0 auto;
}

.cpjzjt2 {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #b9e3f7;
    border-right: 20px solid transparent;
    margin: 15px auto 0 auto;
}

.cpjzjt3 {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #f5d7f5;
    border-right: 20px solid transparent;
    margin: 15px auto 0 auto;
}

.cpjzcont {
    height: 300px;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    padding-top: 40px;
    min-width: 320px;
}

/*幽灵按钮 动画*/
#d1 {
    transition: 500ms all linear;
    position: relative;
    -webkit-transition: 200ms;
    cursor: pointer
}

#md1 {
    transition: 500ms all linear;
    position: relative;
    -webkit-transition: 200ms;
    cursor: pointer
}

#md2 {
    transition: 500ms all linear;
    position: relative;
    -webkit-transition: 200ms;
    cursor: pointer
}

#d2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    transition: 500ms;
}

#d3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    transition: 500ms;
}

#d4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    transition: 500ms 500ms;
}

#d5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 0;
    transition: 500ms 500ms;
}

#d1:hover {
    background: #50cbb3;
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 10px 2px rgba(196, 200, 204, 0.8)
}

#d1:hover #d2, #d1:hover #d3 {
    width: 320px;
    background: #50cbb3;
}

#d1:hover #d4, #d1:hover #d5 {
    background: #50cbb3;
    height: 300px;
}

#md1:hover {
    background: #5fb5ef;
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 10px 2px rgba(196, 200, 204, 0.8)
}

#md1:hover #d2, #md1:hover #d3 {
    width: 320px;
    background: #5fb5ef;
}

#md1:hover #d4, #md1:hover #d5 {
    background: #5fb5ef;
    height: 300px;
}

#md2:hover {
    background: #cb74ec;
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    box-shadow: 0px 0px 10px 2px rgba(196, 200, 204, 0.8)
}

#md2:hover #d2, #md2:hover #d3 {
    width: 320px;
    background: #cb74ec;
}

#md2:hover #d4, #md2:hover #d5 {
    background: #cb74ec;
    height: 300px;
}

/*圆形发光体动画*/
.circle_box {
    position: relative;
    width: 698px;
    height: 377px;
    margin-top: -377px;
    display: none\9
}

.round:nth-child(1) {
    position: absolute;
    padding: 13px;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 999;
}

.round:nth-child(1) div:first-child {
    width: 160px;
    height: 160px;
    margin-top: 6px;
}

.round:nth-child(1) div:first-child a {
    line-height: 99px;
}

.round:nth-child(1) div:nth-child(2) {
    width: 190px;
    height: 190px;
    background: #ff459d;
}

.round:nth-child(1) div:nth-child(3) {
    width: 240px;
    height: 240px;
    background: #ff76b7;
}

.round:nth-child(1) div:last-child {
    width: 333px;
    height: 333px;
    background: #ff99c9;
}

.circle a {
    font-size: 18px;
    line-height: 100px;
    color: #000735;
    font-weight: bold;
}

.circle {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    z-index: 999;
    text-align: center;
    top: 18px;
    left: 18px;
    position: absolute;
}

.circle_bottom {
    background: rgba(58, 150, 225, 0.4);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    filter: alpha(opacity=40);
    z-index: -100;
    position: absolute;
    top: 10px;
    left: 2px;
}

.circle_bottom2 {
    background: rgba(58, 150, 225, 0.2);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    filter: alpha(opacity=20);
    z-index: -110;
    position: relative;
    top: -28px;
    left: -34px;
}

.circle_bottom3 {
    background: rgba(58, 150, 225, 0.2);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    filter: alpha(opacity=20);
    z-index: -130;
    position: absolute;
    top: -61px;
    left: -67px;
}

.animation {;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation2 {;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation3 {;
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

/*我们的特色功能*/
.hotjjfatt {
    display: flex;
    justify-content: center;
}

.hotlisttt {
    height: 155px;
    width: 128px;
    -webkit-transition: 200ms;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block \9
}

.hotlisttt:hover .hotlistimgtt {
    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, 0.8);
}

.hotlisttt:hover img {
    -webkit-animation: turn 1s 1;
    animation: turn 1s 1;

}

.hotlisttt p {
    height: 35px;
    line-height: 35px;
    color: #333;
    width: 128px;
    text-align: center;
    font-size: 16px;
}

.hotlistimgtt {
    height: 120px;
    width: 120px;
    border-radius: 10px;
    margin: 0 auto;
    transition: 200ms;
}

.hotlistimgtt img {
    margin: auto;
    margin-top: 22.5px;
}

.button_zx {
    display: inline-block;
    height: 55px;
    width: 370px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #518ffd;
    color: #518ffd;
    margin: 15px;
    cursor: pointer;
    transition: 200ms;
    -webkit-transition: 200ms;
    border-radius: 2px;
}

.button_zx:hover {
    background: #518ffd;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

/*底部数据*/
.dibusj {
    width: 200px;
    height: 180px;
    padding: 30px 0;
    display: inline-block \9;
     width: 150px \9;
}

.dibusjtit {
    display: flex;
    justify-content: center;
}

.dbsjtit2 {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 45px;
}

.dbsjtit {
    color: yellow;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}

/*留言*/
.redin {
    color: red;
}

.name {
    width: 400px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dedede;
    margin-right: 50px;
    text-indent: 1em;
}

.phone {
    width: 400px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dedede;
    text-indent: 1em;
}

.liuyans {
    display: flex;
    text-align: left;
    padding-left: 135px;
    margin-top: 50px;
}

.liuyan {
    width: 900px;
    height: 130px;
    resize: none;
    text-indent: 1em;
    padding: 5px;
}
.left_but{
	display: inline-block \9;
vertical-align:top;
}
.right_but{
	display: inline-block \9;
vertical-align:top;
}
