/* CSS Document */

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

* {
    margin: 0px;
    padding: 0px;
}

*html .fixed {
    height: 1%;
}

.arial,
.arial a {
    font-family: Arial;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
}

.content_box {
    position: relative;
    overflow: hidden;
    font-size: 1em;
}

.show {
    visibility: hidden;
    position: relative;
    z-index: 501
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

.leftMenu {
    width: 60px;
    position: fixed;
    height: 60px;
    right: 43px;
    top: 40%;
    z-index: 9000;
    margin-top: 30px;
}

.leftMenu li {
    padding: 5px 0;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    list-style-type: none;
}

.leftMenu li a {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -47px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    display: block;
    padding-left: 20px;
    width: 40px;
    text-decoration: none;
}

.leftMenu li a.cur {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -1px;
    line-height: 20px;
    color: ##eb6622;
    display: block;
    padding-left: 20px;
}

.leftMenu li a:hover {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -1px;
    color: ##eb6622;
}

.leftMenu li.on a {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -25px;
    color: #bbb;
    line-height: 20px;
    display: block;
    width: 40px;
    padding-left: 20px;
    text-decoration: none;
}

.leftMenu li.on a.cur {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -47px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding-left: 20px;
}

.leftMenu li.on a:hover {
    background: url(../../../front/common/images/nav.png) no-repeat 0 -47px;
    color: #fff;
}

.leftnav li.lefttop {
    display: none;
    height: 20px;
    margin-top: 5px;
    background: url(../home/images/about/top.gif) no-repeat center;
    cursor: pointer;
}

.lefttop2 {
    width: 46px;
    height: 46px;
    background: url(../../../front/common/images/ico_top.png);
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 2px;
}

.lefttop2:hover {
    background: url(../../../front/common/images/ico_top_hover.png);
}

.ele1 {
    width: 100%;
    position: relative;
    min-height: 622px;
}

.ele1 .cont1 {
    position: fixed;
    top: 150px !important;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    z-index: 1
}

.ele1 .cont1 .txt1 {
    color: #fff;
    margin-bottom: 40px;
}

.ele1 .cont1 .txt1 h3 {
    font-size: 60px;
    line-height: 100px;
    font-weight: normal;
}

.ele1 .cont1 .txt1 p {
    height: 52px;
    width: 337px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    font-size: 24px;
    line-height: 52px;
    font-family: "Microsoft YaHei UI Light";
}

.ele1 .cont1 .txt2 {
    color: #fff;
    width: 80%;
    margin: auto 10%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.ele1 .cont1 .txt2 p {
    text-indent: 2em;
    margin: 0;
}

.ele1 .cont1 .txt3 {
    color: #f9d115;
    font-size: 24px;
    line-height: 42px;
    margin-top: 45px;
}

.ele1 .bg {
    position: fixed;
    top: 0px;
    z-index: 0;
}

.ele5 {
    width: 100%;
    position: relative;
    height: 100%;
}

.ele5 .bg {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}

.ele5 .bg img {
    width: 100%;
    height: 100%;
}

.cont5 {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cont5 h3 {
    font-size: 48px;
    color: #333333;
    font-weight: normal;
    line-height: 112px;
    margin-top: 60px;
}

.cont5 .img {
    position: absolute;
    bottom: 50px;
    left: 10%;
}

.cont5 .txt1 {
    position: absolute;
    top: 200px;
    left: 40%;
    width: 532px;
    line-height: 46px;
    text-align: left;
    text-indent: 2em;
    font-size: 22px;
    font-weight: normal;
    color: #666666;
}

.ele2 {
    width: 100%;
    position: relative;
    min-height: 897px;
}

.ele2 .bg {
    position: fixed;
    top: 0;
    z-index: 10
}

.ele2bg1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.ele2bg2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.ele2bg3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.cont2 {
    position: fixed;
    top: 0;
    z-index: 11;
    overflow: hidden;
    background: url(../../../front/common/images/txt.png);
    background-repeat: no-repeat;
    background-position: 50% 200px;
}

.cont2 .txt {
    display: none;
    width: 100%;
    left: 0px;
    top: 0;
    position: absolute;
    padding: 0;
    color: #fff;
    text-align: right;
    font-size: 18px;
}

.cont2 .txt ul {}

.cont2 .ani {
    position: relative;
    width: 80%;
    margin-right: 15%;
    padding: 30px 0;
    text-align: right;
    border-right: 3px solid #fff;
    line-height: 32px;
}

.cont2 .ani h1 {
    font-size: 48px;
    line-height: 80px;
}

.cont2 .ani img {
    position: absolute;
    top: 55px;
    right: -14px;
}

.ele3 {
    width: 100%;
    position: relative;
    min-height: 882px;
}

.ele3 .bg {
    position: fixed;
    top: 0;
    z-index: 15;
}

.cont3 {
    position: absolute;
    top: 0;
    z-index: 16;
    width: 100%;
}

.cont3 .txt {
    width: 100%;
    position: absolute;
    z-index: 17;
    color: #2a72c1;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.cont3 h1 {
    font-size: 48px;
    color: #0350a6;
    font-weight: normal;
    line-height: 125px;
    margin-top: 70px;
}

.cont3 h2 {
    font-size: 30px;
    color: #fff;
    line-height: 54px;
    font-weight: normal;
    float: left;
    width: 217px;
    height: 54px;
    display: block;
    background-image: url(../../../front/common/images/gsln_bg.png);
}

.cont3 .p {
    line-height: 54px;
    width: 677px;
    margin: 0 auto;
    overflow: hidden;
    height: 110px;
}

.cont3 .p p {
    font-size: 24px;
    color: #2a72c1;
    float: left;
    padding-left: 10px;
}

.gsln-img {
    width: 1300px;
    height: 453px;
    margin: 0 auto;
    background-image: url(../../../front/common/images/gsln_img.png);
    margin-top: 70px;
}

.ele4 {
    width: 100%;
    position: relative;
    min-height: 875px;
}

.cont4 {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 21;
    text-align: center;
    color: #e5f5fd;
}

.cont4 h3 {
    font-size: 48px;
    font-weight: normal;
    line-height: 160px;
}

.cont4 .txt .con {
    font-size: 14px;
    text-align: left;
}

.cont4 .txt .con h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 42px;
}
h3.jianrong{
  margin-top: -12px;
  margin-bottom: -20px;  
}
.cont4 .txt .con p {
    font-weight: normal;
    line-height: 22px;
}

.ele4 .bg {
    position: fixed;
    top: 0px;
    z-index: 20;
}

@media screen and (max-width: 1367px) {
    .cont4 h3 {
        line-height: 55px;
    }
    .cont4 .txt .con h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .cont4 .txt .con p {
        font-size: 12px;
        line-height: 20px;
    }
}

.footer {
    position: fixed;
    width: 100%;
    left: 0;
    overflow: hidden;
    z-index: 500;
}

.links {
    display: none!important;
}

.login-bottom {
    display: none!important;
}


/**********************************************************************/

.ele5 .cont5 .txt .t3 .t3_l {
    position: relative;
    left: -100%;
    background-image: url(../../../front/common/images/emp1.png);
    width: 480px;
    height: 341px;
    float: left;
    margin-left: 50px;
}

.ele5 .cont5 .txt .t3 .t3_r {
    position: relative;
    right: -100%;
    background-image: url(../../../front/common/images/emp2.png);
    width: 480px;
    height: 341px;
    float: right;
    margin-right: 50px;
}

.ele5 .cont5 .txtt .t2 {
    width: 440px;
    margin: 20px auto;
    height: 40px;
}

.ele5 .cont5 .txtt .t2 ul li {
    width: 130px;
    height: 40px;
    border: 2px solid #B9B4AE;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.ele5 .cont5 .txtt .t2 ul .cur {
    color: #fff;
    background: #d4203d;
    border: 2px solid #d4203d;
}

.ele5 .cont5 .txtt .t3 {
    width: 1155px;
    margin: 70px auto;
    /* overflow: hidden; */
    position: relative;
}

.ele5 .cont5 .txtt .t3 #item1>div>span {
    color: #fff;
    font-size: 20px;
    margin-top: 170px;
    display: inline-block;
    padding: 0px 58px;
    line-height: 40px;
}

.ele5 .cont5 .txtt .t3 .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.ele5 .cont5 .txtt .t3 .box ul.items {
    margin: 0 auto;
    margin-top: 0px;
    width: 1155px;
    height: 300px;
    font-size: 0;
    overflow: hidden;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.ele5 .cont5 .txtt .t3 .box ul.items li.bgg.all {
    position: absolute;
    width: 1155px;
    height: 300px;
    background-color: White;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-top: 0 !important;
}

.ele5 .cont5 .txtt .t3 .box ul.items li {
    position: relative;
    padding: 0;
    width: 230px;
    height: 150px;
    overflow: hidden;
    z-index: 10;
}

.box ul.items li.bgg.one {
    position: absolute !important;
    background: #eee;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: none;
}

.box ul.items li.t {
    border-bottom: 1px dotted #ddd;
}

.box ul.items li.r {
    border-right: 1px dotted #ddd;
}

.box #more-0 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients2.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.cctv.active {
    background: url(../../../front/common/images/clients.png) no-repeat 0px -150px;
}

.box #more-1 li.cctv.active {
    background: url(../../../front/common/images/clients2.png) no-repeat 0px -150px;
}

.box #more-0 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients2.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.qinghua.active {
    background: url(../../../front/common/images/clients.png) no-repeat -460px -150px;
}

.box #more-1 li.qinghua.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -460px -150px;
}

.box #more-0 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients2.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.lenovo.active {
    background: url(../../../front/common/images/clients.png) no-repeat -2530px -150px;
}

.box #more-1 li.lenovo.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -2530px -150px;
}

.box #more-0 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients2.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.cas.active {
    background: url(../../../front/common/images/clients.png) no-repeat -690px -150px;
}

.box #more-1 li.cas.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -690px -150px;
}

.box #more-0 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients2.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.apple.active {
    background: url(../../../front/common/images/clients.png) no-repeat -230px -150px;
}

.box #more-1 li.apple.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -230px -150px;
}

.box #more-0 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients2.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.das.active {
    background: url(../../../front/common/images/clients.png) no-repeat -1380px -150px;
}

.box #more-0 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.das.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -1380px -150px;
}

.box #more-1 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients2.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.ata.active {
    background: url(../../../front/common/images/clients.png) no-repeat -1150px -150px;
}

.box #more-0 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.ata.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -1150px -150px;
}

.box #more-1 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients2.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.zhongxin.active {
    background: url(../../../front/common/images/clients.png) no-repeat -920px -150px;
}

.box #more-0 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.zhongxin.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -920px -150px;
}

.box #more-1 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients2.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.haier.active {
    background: url(../../../front/common/images/clients.png) no-repeat -2772px -150px;
}

.box #more-0 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.haier.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -2772px -150px;
}

.box #more-1 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients2.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.cosco.active {
    background: url(../../../front/common/images/clients.png) no-repeat -1610px -150px;
}

.box #more-0 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.cosco.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -1610px -150px;
}

.box #more-1 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients2.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.zhongying.active {
    background: url(../../../front/common/images/clients.png) no-repeat -2990px -150px;
}

.box #more-0 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.zhongying.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -2990px -150px;
}

.box #more-1 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients2.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.toread.active {
    background: url(../../../front/common/images/clients.png) no-repeat -3220px -150px;
}

.box #more-0 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.toread.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -3220px -150px;
}

.box #more-1 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients2.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.neusoft.active {
    background: url(../../../front/common/images/clients.png) no-repeat -1840px -150px;
}

.box #more-0 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.neusoft.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -1840px -150px;
}

.box #more-1 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients2.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-0 li.zjgl.active {
    background: url(../../../front/common/images/clients.png) no-repeat -2300px -150px;
}

.box #more-0 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-1 li.zjgl.active {
    background: url(../../../front/common/images/clients2.png) no-repeat -2300px -150px;
}

.box #more-1 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients2.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

#item3 {
    width: 1155px;
    float: left;
}

#item3 .item3_left {
    width: 500px;
    float: left;
}

#item3 .item3_left>ul {
    padding-top: 15px;
}

#item3 .item3_left>ul>li {
    width: 330px;
    margin: 0px auto;
    height: 70px;
    border-bottom: 1px solid #ccc;
}

#item3 .item3_left>ul>li .bold {
    display: block;
    text-align: left;
    color: #004E97;
    font-weight: bold;
    font-size: 16px;
    padding-top: 13px;
}

#item3 .item3_left>ul>li .normal {
    display: block;
    text-align: left;
    line-height: 22px;
}

#item3 .item3_right {
    height: 370px;
    width: 655px;
    float: right;
}

#item3 .item3_right .ct {
    width: 600px;
    height: 350px;
    overflow: hidden;
}

#item3 .item3_right .ct .go_left {
    cursor: pointer;
    float: left;
    width: 50px;
    height: 100%;
    background-image: url(../../../front/common/images/go_left.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#item3 .item3_right .ct .mid_info {
    overflow: hidden;
    float: left;
    width: 500px;
    height: 340px;
}

#item3 .item3_right .ct .mid_info ul {
    margin-left: 0px;
    width: 6000; //增加图片个数需修改该宽度
    height: 100%;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

#item3 .item3_right .ct .mid_info ul li {
    width: 500px;
    height: 340px;
    background-image: url(../../../front/common/images/nice.jpg);
    float: left;
}

#item3 .item3_right .ct .go_right {
    cursor: pointer;
    float: left;
    width: 50px;
    height: 100%;
    background-image: url(../../../front/common/images/go_right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

#item3 .item3_right .mouse {
    width: 100%;
    height: 20px;
}

#item3 .item3_right .mouse ul {
    width: 240px;
    margin: 2px auto;
    padding-right: 28px;
}

#item3 .item3_right .mouse ul li {
    width: 20px;
    height: 20px;
    background-image: url(../../../front/common/images/nav.png);
    background-position: 0 -23px;
    float: left;
    cursor: pointer;
}

#item3 .item3_right .mouse ul li.cur {
    background-position: 0 0px;
}

#item4 {}

#item4 ul {}

#item4 ul li {
    width: 313px;
    float: left;
    height: 390px;
    background: #f0f;
    margin: 0px 20px;
    position: relative;
    left: 10%;
    opacity: 0;
}

#item4 ul li>div {
    width: 313px;
    height: 171px;
}

#item4 ul li>h1 {
    color: #fff;
    font-size: 32px;
    padding: 15px 0;
}

#item4 ul li>span {
    color: #fff;
    padding: 0px 30px;
    display: block;
    line-height: 22px;
    text-align: left;
}

.ele6 {
    width: 100%;
    position: relative;
    min-height: 875px;
}

.ele6 .cont6 {
    position: absolute;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    z-index: 21;
    width: 100%;
    top: 0px;
}

.ele6 .cont6 .txt {
    width: 875px;
    margin: 120px auto;
    position: relative;
}

.ele6 .cont6 .txt .t1 {
    height: 80px;
}

.ele6 .cont6 .txt h1 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
}

.ele6 .cont6 .txt .t2 {}

.ele6 .cont6 .txt h2 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding-top: 15px;
}

.ele6 .cont6 .txt .t3 {
    width: 874px;
    margin: 55px auto;
    height: 450px;
    overflow: hidden;
}

.ele6 .cont6 .txt .t3 .t3_l {
    left: -397px;
    width: 397px;
    height: 450px;
    background: #DD4545;
    float: left;
    position: relative;
}

.ele6 .cont6 .txt .t3 .t3_r {
    right: -397px;
    background: #DD9100;
    width: 397px;
    height: 450px;
    float: right;
    position: relative;
}

.ele6 .cont6 .txt .t3 .t3_l .t3_l_t {
    height: 190px;
}

.ele6 .cont6 .txt .t3 h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0px;
}

.ele6 .cont6 .txt .t3 span {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding: 0px 30px;
    line-height: 36px;
}

.ele6 .cont6 .txt .t3 .t3_l .t3_l_b {
    width: 397px;
    height: 260px;
    background-image: url(../../../front/common/images/ele6_l.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.ele6 .cont6 .txt .t3 .t3_r .t3_r_t {
    height: 190px;
}

.ele6 .cont6 .txt .t3 .t3_r .t3_r_b {
    width: 397px;
    height: 260px;
    background-image: url(../../../front/common/images/ele6_r.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.ele6 .bg {
    position: fixed;
    top: 0px;
    z-index: 20;
    width: 100%;
}

.main>.page {
    margin-top: 0px;
    overflow: hidden;
}

.page1 {
    background: url(../../../front/common/images/ele1.jpg);
    padding-top: 80px;
    background-size: 100% 100%;
}

.page1 .about_us {
    margin: 100px auto 30px;
    width: 240px;
}

.page1 .about_us h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.page1 .about_title {
    margin: 40px auto;
    width: 337px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.page1 .about_title p {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    font-family: "Microsoft YaHei UI Light";
    color: #fff;
    text-align: center;
}

.page1 .about_desc {
    color: #fff;
    width: 80%;
    margin: auto 10%;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.page1 .about_desc p {
    text-indent: 2em;
}

.page1 .about_tail {
    color: #f9d115;
    font-size: 24px;
    line-height: 40px;
    margin: 30px auto;
    width: 650px;
    text-align: center;
}

.page2 {}

.page3 {
    background: url(../../../front/common/images/ele2.jpg);
    background-size: 100%;
}

.page3 .produ {
    background: url(../../../front/common/images/txt.png);
    width: 632px;
    height: 1292px;
    margin: 50px auto;
}

.page4 {
    background: url(../../../front/common/images/ele3.jpg);
    background-size: 100% 100%;
}

.page5 {
    background: url(../../../front/common/images/ele4.jpg);
    background-size: 100%;
}

.page6 {
    background: url(../../../front/common/images/ele2-3.jpg);
    background-size: 100% 100%;
}

.page7 {
    background: url(../../../front/common/images/ele6.jpg);
    background-size: 100% 100%;
}

.history {
    background: url(../../../front/common/images/history.jpg) no-repeat center bottom;
    height: 712px;
    background-size: 100% 100%;
}

.history_con .tit {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    margin-top: -96px;
}

.history_con {
    width: 1200px;
    margin: 200px auto;
    position: relative;
    height: 600px;
}

.his {
    width: 0px;
    height: 600px;
    background: url(../../../front/common/images/line.png) no-repeat left top;
    margin-top: 93px;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
}

.his_con {
    width: 1200px;
    height: 600px;
    margin: 0px auto;
    position: absolute;
    top: 77px;
    left: 0px;
}

.age {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.age li {
    position: absolute;
    width: 120px;
    text-align: center;
    display: none;
    z-index: 5;
    cursor: pointer;
}

.age li>div {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 24px;
    border: solid 10px #aeb2bb;
    margin: 15px auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.age li>div:hover,
.age li.curr>div {
    border-color: #e9c733;
}

.age .age01 {
    left: -60px;
    top: 460px;
}

.age .age02 {
    left: 50px;
    top: 420px;
}

.age .age03 {
    left: 160px;
    top: 390px;
}

.age .age04 {
    left: 270px;
    top: 323px;
}

.age .age05 {
    left: 380px;
    top: 323px;
}

.age .age06 {
    left: 490px;
    top: 275px;
}

.age .age07 {
    left: 600px;
    top: 185px;
}

.age .age08 {
    left: 710px;
    top: 148px;
}

.age .age09 {
    left: 820px;
    top: 150px;
}

.age .age10 {
    left: 930px;
    top: 113px;
}

.age .age11 {
    left: 1040px;
    top: 105px;
}

.age .age12 {
    left: 1130px;
    top: 37px;
}

.age_con {
    position: relative;
    z-index: 8;
}

.age_con li {
    width: 325px;
    position: absolute;
    color: #fff;
    display: none;
    z-index: 8;
}

.age_con li h2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
}

.age_con li>div {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    line-height: 25px;
}

.age_con li>div:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #ffd426;
    position: absolute;
    left: 5px;
    top: 70px;
}

.age_con .con01 {
    left: 18px;
    top: 445px;
}

.age_con .con02 {
    left: 128px;
    top: 405px;
}

.age_con .con03 {
    left: 240px;
    top: 375px;
}

.age_con .con04 {
    left: 350px;
    top: 305px;
}

.age_con .con05 {
    left: 460px;
    top: 305px;
}

.age_con .con06 {
    left: 570px;
    top: 260px;
}

.age_con .con07 {
    left: 680px;
    top: 165px;
}

.age_con .con08 {
    left: 790px;
    top: 130px;
}

.age_con .con09 {
    left: 900px;
    top: 135px;
}

.age_con .con10 {
    left: 1010px;
    top: 95px;
}

.age_con .con11 {
    left: 1120px;
    top: 90px;
}

.age_con .con12 {
    left: 1210px;
    top: 20px;
}

.page6 h3 {
    font-size: 48px;
    color: #333;
    font-weight: normal;
    line-height: 110px;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.page6 .title2 {
    width: 1000px;
    text-align: center;
    font-size: 18px;
    color: #444;
    margin: 0 auto;
    line-height: 30px;
}

.page6 .con {
    margin: 0 auto;
    overflow: hidden;
    width: 1144px;
    margin-top: 50px;
}

.page6 .con li {
    width: 270px;
    height: 110px;
    margin: 8px;
    float: left;
    position: relative;
}

.box #more-2 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients3.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients4.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.cctv.active {
    background: url(../../../front/common/images/clients3.png) no-repeat 0px -150px;
}

.box #more-3 li.cctv.active {
    background: url(../../../front/common/images/clients4.png) no-repeat 0px -150px;
}

.box #more-2 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients3.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients4.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.qinghua.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -460px -150px;
}

.box #more-3 li.qinghua.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -460px -150px;
}

.box #more-2 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients3.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients4.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.lenovo.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -2530px -150px;
}

.box #more-3 li.lenovo.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -2530px -150px;
}

.box #more-2 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients3.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients4.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.cas.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -690px -150px;
}

.box #more-3 li.cas.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -690px -150px;
}

.box #more-2 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients3.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients4.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.apple.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -230px -150px;
}

.box #more-3 li.apple.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -230px -150px;
}

.box #more-2 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients3.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients4.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.das.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -1380px -150px;
}

.box #more-2 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients3.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.das.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -1380px -150px;
}

.box #more-3 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients4.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.ata.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -1150px -150px;
}

.box #more-2 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients3.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.ata.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -1150px -150px;
}

.box #more-3 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients4.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.zhongxin.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -920px -150px;
}

.box #more-2 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients3.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.zhongxin.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -920px -150px;
}

.box #more-3 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients4.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.haier.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -2772px -150px;
}

.box #more-2 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients3.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.haier.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -2772px -150px;
}

.box #more-3 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients4.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.cosco.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -1610px -150px;
}

.box #more-2 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients3.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.cosco.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -1610px -150px;
}

.box #more-3 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients4.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.zhongying.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -2990px -150px;
}

.box #more-2 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients3.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.zhongying.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -2990px -150px;
}

.box #more-3 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients4.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.toread.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -3220px -150px;
}

.box #more-2 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients3.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.toread.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -3220px -150px;
}

.box #more-3 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients4.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.neusoft.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -1840px -150px;
}

.box #more-2 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients3.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.neusoft.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -1840px -150px;
}

.box #more-3 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients4.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-2 li.zjgl.active {
    background: url(../../../front/common/images/clients3.png) no-repeat -2300px -150px;
}

.box #more-2 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients3.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-3 li.zjgl.active {
    background: url(../../../front/common/images/clients4.png) no-repeat -2300px -150px;
}

.box #more-3 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients4.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients5.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.cctv {
    top: 600px;
    background: url(../../../front/common/images/clients6.png) no-repeat;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.cctv.active {
    background: url(../../../front/common/images/clients5.png) no-repeat 0px -150px;
}

.box #more-5 li.cctv.active {
    background: url(../../../front/common/images/clients6.png) no-repeat 0px -150px;
}

.box #more-4 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients5.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.qinghua {
    top: 450px;
    background: url(../../../front/common/images/clients6.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.qinghua.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -460px -150px;
}

.box #more-5 li.qinghua.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -460px -150px;
}

.box #more-4 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients5.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.lenovo {
    top: 600px;
    background: url(../../../front/common/images/clients6.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.lenovo.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -2530px -150px;
}

.box #more-5 li.lenovo.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -2530px -150px;
}

.box #more-4 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients5.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.cas {
    top: -550px;
    background: url(../../../front/common/images/clients6.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.cas.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -690px -150px;
}

.box #more-5 li.cas.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -690px -150px;
}

.box #more-4 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients5.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.apple {
    top: -400px;
    background: url(../../../front/common/images/clients6.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.apple.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -230px -150px;
}

.box #more-5 li.apple.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -230px -150px;
}

.box #more-4 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients5.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.das {
    top: 300px;
    background: url(../../../front/common/images/clients6.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.das.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -1380px -150px;
}

.box #more-4 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients5.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.das.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -1380px -150px;
}

.box #more-5 li.ata {
    top: -400px;
    background: url(../../../front/common/images/clients6.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.ata.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -1150px -150px;
}

.box #more-4 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients5.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.ata.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -1150px -150px;
}

.box #more-5 li.zhongxin {
    top: 450px;
    background: url(../../../front/common/images/clients6.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.zhongxin.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -920px -150px;
}

.box #more-4 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients5.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.zhongxin.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -920px -150px;
}

.box #more-5 li.haier {
    top: -550px;
    background: url(../../../front/common/images/clients6.png) no-repeat -2772px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.haier.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -2772px -150px;
}

.box #more-4 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients5.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.haier.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -2772px -150px;
}

.box #more-5 li.cosco {
    top: 450px;
    background: url(../../../front/common/images/clients6.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.cosco.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -1610px -150px;
}

.box #more-4 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients5.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.cosco.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -1610px -150px;
}

.box #more-5 li.zhongying {
    top: 600px;
    background: url(../../../front/common/images/clients6.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.zhongying.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -2990px -150px;
}

.box #more-4 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients5.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.zhongying.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -2990px -150px;
}

.box #more-5 li.toread {
    top: -700px;
    background: url(../../../front/common/images/clients6.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.toread.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -3220px -150px;
}

.box #more-4 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients5.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.toread.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -3220px -150px;
}

.box #more-5 li.neusoft {
    top: 300px;
    background: url(../../../front/common/images/clients6.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.neusoft.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -1840px -150px;
}

.box #more-4 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients5.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.neusoft.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -1840px -150px;
}

.box #more-5 li.zjgl {
    top: -700px;
    background: url(../../../front/common/images/clients6.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-4 li.zjgl.active {
    background: url(../../../front/common/images/clients5.png) no-repeat -2300px -150px;
}

.box #more-4 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients5.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.box #more-5 li.zjgl.active {
    background: url(../../../front/common/images/clients6.png) no-repeat -2300px -150px;
}

.box #more-5 li.report {
    top: 300px;
    background: url(../../../front/common/images/clients6.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

/*2021.03.24新增*/
.history_con{margin-top: 130px;}
.his_con{margin-top:55px;}
.his_con ul li{overflow: hidden;color:#fff;font-size:15px;line-height:20px;}
.his-yw{float: left;width:550px;text-align:right;min-height:40px;}
.his-time{float: left;width:100px;text-align: center;font-size:18px;font-weight: bold;}
.his-org{float: left;width:550px;text-align: left;}
.his-time span{display: block;width:2px;height:25px;margin:0 auto;background: rgba(255, 255, 255, 0.6);}
.his-zt .his-yw{text-shadow:1px 3px 3px rgba(9, 48, 125, 0.8);}
.his-time em{font-style:normal;}
.his-time1 span{height:40px;}
.page1 .about_desc{font-size:17px;}
.h30{height:30px;}
.ele5 .cont5 .txtt .t3 .box ul.items li{width: 1084px;height: 266px;}
.ele5 .cont5 .txtt .t3 .box ul.items li img{width: 1084px;height: 266px;}

/*2022.03.23新增*/
.scrollbox{ width:1200px; margin: 0 auto; overflow: hidden;padding: 10px; }
#scrollDiv{width:1200px;height:640px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
.scroltit .updown{width:31px; height:31px; margin-left:575px;margin-top: 10px;}
#but_up{ background:url(../../../front/common/images/btn-next.png) no-repeat 0 0; text-indent:-9999px;margin-top: 665px;}
#but_down{ background:url(../../../front/common/images/btn-pre.png) no-repeat 0 0; text-indent:-9999px}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}










