@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.c {
    clear: both;
}

a {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

.kong {
    height: 10px;
}

li {
    list-style: none;
}

/*滚动条凹槽的颜色，还可以设置边框属性 */
::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 9px;
}

/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*滚动条鼠标移上去*/
::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.blueColorWord {
    color: #108ee9;
}

.whiteColorWord {
    color: #ffffff;
}

.grayColorWord {
    color: #c8d0dc;
}

.inner1 {
    margin: 0 auto;
    /*width: 1200px;*/
    /*border: 1px solid red;*/
}

.inner2 {
    margin: 0 auto;
    width: 95%;
    /*height: 500px;*/
    /*border: 1px solid orange;*/
}

#main1 {
    height: 560px;
    /*border: 3px solid yellow;*/
}

#playButton {
    position: absolute;
    margin-left: 300px;
    margin-top: -320px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FFFFFF;
    /*border: 1px solid black;*/
    box-shadow: 0 0 6px #cde6ff;
    color: #0e6dce;
}

#playButton img {
    width: 24px;
    margin-left: 12px;
    margin-top: 10px;
}

#playButton:hover {
    cursor: pointer;
}

.videolist {
    position: absolute;
    margin-left: 100px;
    margin-top: -20px;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {}

.videos {
    display: none;
    /*border: 1px solid #080808;*/
    position: fixed;
    z-index: 99999;
    width: 62.8%;
    height: 540px;
    margin-top: -500px;
    margin-left: 18%;
}

.vclose {
    position: absolute;
    right: -26px;
    top: 0%;
    /*border-radius:100%;*/
    cursor: pointer;
}

.slideImg1 {
    /*border: 4px solid black;*/
    height: 560px;
    background: url("../image/33.jpg") no-repeat center top;
    /*background-color: blue;*/
}

.slideImg2 {
    /*border: 4px solid black;*/
    height: 560px;
    background: url("../image/22.jpg") no-repeat center top;
    /*background-color: orange;*/
}

.slideImg3 {
    /*border: 4px solid black;*/
    height: 560px;
    background: url("../image/11.jpg") no-repeat center top;
    /*background-color: pink;*/
}





#loginbox {
    position: absolute;
    margin-top: -450px;
    margin-left: 60%;
    width: 280px;
    height: 300px;
    border: 1px solid transparent;
    background-color: rgba(51, 56, 63, 0.66);
    text-align: center;
    /*display: none;*/
}

#loginbox li {
    list-style: none;
}

.denglu {
    color: #ffffff;
    float: left;
    margin-left: 32%;
    margin-top: 10%;
    font-size: 17px;
}

#erwei1 {
    float: right;
}

#erwei1 img {
    width: 60px;
}

#erwei2 {
    float: right;
}

#erwei2 img {
    width: 60px;
}

.inputimg img {
    width: 30px;
    margin-top: -1px;
}

#loginbox input {
    height: 30px;
}

#wangjimm {
    color: #ffffff;
    font-size: 12px;
    margin-top: 2%;
    float: right;
    margin-right: 8%;
}

#denglubox {
    margin: 10px auto;
    width: 220px;
    height: 30px;
    line-height: 30px;
    background-color: #2a89fd;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    border-radius: 5px;
}

#denglubox:hover {
    background-color: #47afff;
    cursor: pointer;
}

#mianfeizc {
    color: #00aaee;
    font-size: 13px;
    float: right;
    margin-right: 12%;
}

#downloadWWW {
    margin-top: 2%;
    color: #ffffff;
    font-size: 12px;
}

#downloadWWW a {
    color: #ffffff;
    text-decoration: none;
}

#downloadWWW a:hover {
    color: #f0ad4e;
}




#erweilogin {
    position: absolute;
    margin-top: -450px;
    margin-left: 60%;
    width: 280px;
    height: 280px;
    border: 1px solid transparent;
    background-color: rgba(51, 56, 63, 0.66);
    text-align: center;
    display: none;
}

#erweilogin li {
    list-style: none;
}

.erweitu {
    margin: auto;
}

.erweitu img {
    width: 140px;
}

.saoma {
    color: #ffffff;
    font-size: 14px;
}

#companyName {
    margin-top: -450px;
    margin-left: 60%;
    width: 280px;
    height: 280px;
    background-color: rgba(51, 56, 63, 0.66);
    position: absolute;
    border-radius: 3px;
    display: none;
    /*overflow:auto;*/
}

#companyNameResult {
    overflow: auto;
    border: 1px solid transparent;
    height: 168px;
    margin-top: 10px;
}

.companyNameChoose {
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
}

.companyNameBox {
    width: 240px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    margin: auto;
    border: 1px solid transparent;
    color: #ffffff;
    margin-top: 7px;
}

.companyNameBox:hover {
    cursor: pointer;
    background-color: rgba(13, 133, 231, 0.62);
}

.companyNameBoxPos {
    margin-top: 10px;
}

.companyNameHeadImg {
    /*width: 50px;*/
    border: 1px solid transparent;
    float: left;
}

.companyNameHeadImg img {
    width: 50px;
}

.companyNameBoxWord {
    width: 240px;
    border: 1px solid transparent;
    height: 40px;
    font-size: 14px;
    margin-left: 8px;
    float: left;
    /*background-color: rgba(255, 255, 255, 0.68);*/
    /*text-align: center;*/
    margin-top: 5px;
}

.companyNameBoxWord:hover {
    /*color: #0d85e7;*/
    /*background-color: rgba(13, 133, 231, 0.62);*/
}

.companyNameBoxWordLine {
    line-height: 20px;
}

#companyNameBoxWordPull {
    display: none;
}

.companyNameReturn {
    width: 160px;
    height: 34px;
    background-color: #2a89fd;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    /*margin: 10px 60px;*/
    float: left;
    margin-top: 14px;
    margin-left: 60px;
}

.companyNameReturn:hover {
    background-color: #47afff;
}

.companyNamePull {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.30);
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    margin-top: 12px;
    margin-left: 16px;
}

.companyNamePull:hover {
    cursor: pointer;
}



#headerTop {
    position: absolute;
    margin-top: -584px;
    height: 74px;
    width: 100%;
    border: 1px solid transparent;
    z-index: 999;
    background-color: rgba(55, 59, 68, 0.33);
}

#headerTop:hover {
    background-color: rgba(55, 59, 68, 0.82);
}

.headerTopLogo {
    width: 20%;
    /*height: 70px;*/
    border: 1px solid transparent;
    float: left;
    color: #ffffff;
}

.headerTopLogoImg {
    margin-top: 5%;
    float: left;
    /*margin-left: 8px;*/
}

.headerTopLogoImg1 {
    margin-top: 8.2%;
    float: left;
    margin-left: 8px;
}

.headerTopLogoImg img {
    height: 50px;
}

.headerTopLogoImg1 img {
    height: 26px;
}

.headerTopLogoLine1 {
    float: left;
    font-size: 26px;
    font-weight: 200;
    margin-left: 3%;
    margin-top: 4.6%;
}

.headerTopLogoLine2 {
    float: left;
    font-size: 22px;
    margin-top: 6.8%;
    font-weight: 300;
    margin-left: 4%;
}

.headerTopWord {
    width: 15%;
    /*height: 70px;*/
    border: 1px solid transparent;
    float: left;
}

#headerTopHomepageWord {
    border-bottom: 1.5px solid #108ee9;
}

.headerTopWord div {
    float: left;
    line-height: 70px;
    /*color: #ffffff;*/
    margin-left: 17%;
    /*line-height: 78px;*/
}

.headerTopWord div:hover {
    cursor: pointer;
    border-bottom: 1.5px solid #108ee9;
    color: #108ee9;
}

#loginPay {
    float: right;
    margin-right: 3%;
    width: 11%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #2a89fd;
    color: #ffffff;
    text-align: center;
    margin-top: 1.2%;
}

#loginPay:hover {
    cursor: pointer;
    /*color: rgba(205,205,205,0.83);*/
    background-color: #47afff;
}

#headerBottom {
    position: absolute;
    margin-top: -140px;
    height: 116px;
    width: 100%;
    border: 1px solid transparent;
    z-index: 999;
    background-color: rgba(55, 59, 68, 0.55);
}

.headerBottomBox {
    width: 25%;
    height: 114px;
    border: 1px solid transparent;
    float: left;
}

.headerBottomBox:hover {
    background-color: #108ee9;
    cursor: pointer;
}

.headerBottomBoxTitle {
    margin-top: 4%;
    font-size: 20px;
    color: #ffffff;
    margin-left: 6.2%;
}

.headerBottomBoxWord {
    width: 92%;
    border: 1px solid transparent;
    margin-left: 5%;
}

.headerBottomBoxLine1 {
    margin-top: 3%;
    font-size: 14px;
    color: #ffffff;
    margin-left: 1%;
}

/*.headerBottomBoxLine2{*/
/*    margin-top: 1%;*/
/*    font-size: 14px;*/
/*    color: #ffffff;*/
/*    margin-left: 1%;*/
/*}*/

#gonggao {
    height: 70px;
    background-color: #f5f6fa;
    margin-top: -24px;
}

#gonggao img {
    width: 34px;
    float: left;
    margin-left: 2%;
    margin-top: 16px;
}

.gonggaoWord {
    float: left;
    line-height: 70px;
    margin-left: 5%;
    font-size: 14px;
}

.gonggaoWord1 {
    float: left;
    line-height: 70px;
    margin-left: 16%;
    font-size: 14px;
    color: #108ee9;
}

.gonggaoBox {
    width: 30px;
    height: 14px;
    line-height: 14px;
    background-color: #ff4444;
    color: #FFFFFF;
    border-radius: 2px;
    float: left;
    margin-left: 2%;
    font-size: 7px;
    margin-top: 27px;
    text-align: center;
}

#main2 {
    height: 400px;
    /*border: 1px solid green;*/
    margin-top: 80px;
}

.serveCapacity {
    border: 1px solid transparent;
    text-align: center;
    font-size: 40px;
}

.main2Box {
    width: 17.8%;
    height: 36%;
    border-radius: 5px;
    box-shadow: 0 0 6px #cecece;
    /*margin-top: 1%;*/
    text-align: center;
    float: left;
}

.main2Box:hover {
    border: 2px solid #0d85e7;
    cursor: pointer;
}

.main2Box1 {
    position: absolute;
    /*margin-left: 30px;*/
    margin-top: 2%;
    margin-left: 0.5%;
}

.main2Box2 {
    position: absolute;
    margin-left: 19.5%;
    margin-top: 2%;
}

.main2Box3 {
    position: absolute;
    margin-left: 38.5%;
    margin-top: 2%;
}

.main2Box4 {
    position: absolute;
    margin-left: 57.5%;
    margin-top: 2%;
}

.main2Box5 {
    position: absolute;
    margin-left: 76.5%;
    margin-top: 2%;
}

.main2Box img {
    margin-top: 32px;
    width: 52px;
}

.main2BoxTitle {
    margin-top: 10px;
    font-size: 20px;
}

.main2BoxLine1 {
    margin-top: 30px;
    color: #8b93a7;
    font-size: 15px;
}

.main2BoxLine2 {
    color: #8b93a7;
    font-size: 15px;
}


#main3 {
    height: 400px;
    /*border: 1px solid pink;*/
    margin-top: 80px;
}

.main3Box {
    width: 22.70%;
    /*height: 241px;*/
    border-radius: 6px;
    /*border-radius: 30px;*/
    /*border: 1px solid black ;*/
    box-shadow: 0 0 6px #cecece;
    /*margin-top: 38px;*/
    /*text-align: center;*/
    float: left;
}

.main3Box:hover {
    /*color: #ffffff;*/
    cursor: pointer;
}

.main3Box1 {
    position: absolute;
    /*margin-left: 24px;*/
    margin-top: 2%;
    margin-left: 0.5%;
}

.main3Box2 {
    position: absolute;
    margin-left: 24.25%;
    margin-top: 2%;
}

.main3Box3 {
    position: absolute;
    margin-left: 48%;
    margin-top: 2%;
}

.main3Box4 {
    position: absolute;
    margin-left: 71.75%;
    margin-top: 2%;
}

.main3BoxImg {
    /*border-radius: 6px;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*height: 158px;*/
    /*border: 1px solid transparent;*/
}

.main3BoxImg img {
    width: 100%;
    /*height: 158px;*/
}

/*.main3BoxImg1{*/
/*    background: url("../image/dongtai1.png");*/
/*}*/
/*.main3BoxImg2{*/
/*    background: url("../image/dongtai2.png");*/
/*}*/
/*.main3BoxImg3{*/
/*    background: url("../image/dongtai3.png");*/
/*}*/
/*.main3BoxImg4{*/
/*    background: url("../image/dongtai4.png");*/
/*}*/

.main3BoxWordBox {
    border: 1px solid transparent;
    height: 84px;
    margin-top: -1px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*.main3BoxWordBox:hover{*/
/*    background-color: #108ee9;*/
/*}*/
.main3BoxWord {
    font-size: 18px;
    margin-left: 18px;
    margin-top: 8px;
}

.main3BoxWord1 {
    font-size: 18px;
    margin-left: 18px;
}

/*#main3BoxWordBox1:hover{*/
/*    animation: white-blue 1s ;*/
/*    animation-fill-mode : forwards;*/
/*}*/
/*@keyframes white-blue {*/
/*    0% {*/
/*        background: #ffffff;*/
/*    }*/
/*    100% {*/
/*        background: #108ee9;*/
/*    }*/
/*}*/
#main3BoxWordBox2:hover {
    animation: white-blue 1s;
    animation-fill-mode: forwards;
}

#main3BoxWordBox3:hover {
    animation: white-blue 1s;
    animation-fill-mode: forwards;
}

#main3BoxWordBox4:hover {
    animation: white-blue 1s;
    animation-fill-mode: forwards;
}


#main4 {
    height: 480px;
    border: 1px solid transparent;
    margin-top: 80px;
}

.main4Box {
    width: 380px;
    height: 380px;
    border-radius: 5px;
    box-shadow: 0 0 6px #cecece;
    margin-top: 38px;
    /*text-align: center;*/
    float: left;
}

.main4Box1 {
    margin-left: 24px;
}


#main5 {
    height: 440px;
    border: 1px solid transparent;
    margin-top: 80px;
}

.main5Box {
    width: 23.2%;
    height: 250px;
    border-radius: 5px;
    box-shadow: 0 0 6px #cecece;
    margin-top: 38px;
    /*text-align: center;*/
    float: left;
    background-color: #f4f5fa;
}

.main5Box0 {
    margin-left: 0.5%;
}

.main5Box1 {
    position: absolute;
    margin-top: 38px;
    margin-left: 35.8%;
}

.main5Box2 {
    position: absolute;
    margin-top: 38px;
    margin-left: 71.1%;
}

.main5Point {
    width: 36px;
    height: 60px;
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 6px #cecece;*/
    /*text-align: center;*/
    float: left;
}

.main5Point1 {
    position: absolute;
    margin-top: 130px;
    margin-left: 28.4%;
}

.main5Point2 {
    position: absolute;
    margin-top: 130px;
    margin-left: 64.2%;
}

.main5Point img {
    width: 32px;
}

.main5number {
    font-size: 76px;
    color: #c8d0dc;
    margin-left: 20px;
}

.main5BoxTitle {
    font-size: 24px;
    margin-left: 20px;
    margin-top: -4px;
}

.main5BoxLine {
    font-size: 14px;
    margin-top: 24px;
    margin-left: 20px;
}

.main5BoxLine1 {
    font-size: 14px;
    /*margin-top: 24px;*/
    margin-left: 20px;
}

#loginPayButton {
    width: 20%;
    height: 42px;
    border: 1px solid #108ee9;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    margin-top: 40px;
    margin-left: 28.5%;
    color: #108ee9;
    float: left;
}

#loginPayButton:hover {
    background-color: #e8f4fd;
    cursor: pointer;
}

#contactPayButton {
    width: 20%;
    height: 42px;
    border: 1px solid #108ee9;
    background-color: #0289ff;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    margin-top: 40px;
    margin-left: 30px;
    color: #ffffff;
    float: left;
}

#contactPayButton:hover {
    background-color: #319ffe;
    cursor: pointer;
}



#main6 {
    height: 320px;
    /*border: 1px solid black;*/
    margin-top: 80px;
    background-color: #2b3341;
}

.main6Box {
    width: 9%;
    height: 160px;
    border-radius: 5px;
    /*box-shadow: 0 0 6px #cecece;*/
    margin-top: 38px;
    /*text-align: center;*/
    float: left;
    margin-left: 1%;
    /*background-color: #f4f5fa;*/
}

.main6Box1 {
    width: 10%;
    height: 160px;
    border-radius: 5px;
    /*box-shadow: 0 0 6px #cecece;*/
    margin-top: 38px;
    margin-left: 8%;
    /*text-align: center;*/
    float: left;
    /*background-color: #f4f5fa;*/
}

.main6Box2 {
    width: 20%;
    height: 160px;
    border-radius: 5px;
    /*box-shadow: 0 0 6px #cecece;*/
    margin-top: 38px;
    margin-left: 6%;
    /*text-align: center;*/
    float: left;
    /*background-color: #f4f5fa;*/
}

.main6Box3 {
    width: 12%;
    height: 220px;
    border-radius: 5px;
    /*box-shadow: 0 0 6px #cecece;*/
    margin-top: 38px;
    /*margin-left: 18%;*/
    text-align: center;
    float: right;
    color: #8b93a7;
    font-size: 14px;
    /*background-color: #f4f5fa;*/
}

/*.main6BoxPos{*/
/*    margin-left: 50px;*/
/*}*/
.main6BoxTitle {
    color: #ffffff;
    margin-top: 12px;
}

.main6BoxLine {
    color: #8b93a7;
    font-size: 14px;
    margin-top: 22px;
}

.main6BoxLine1 {
    color: #8b93a7;
    font-size: 14px;
    margin-top: 14px;
}

.main6Box3 img {
    width: 128px;
}

.main6Box3Line {
    margin-top: 20px;
}

.footerWord {
    color: #8b93a7;
    text-align: center;
    margin-top: 18px;
    font-size: 15px;
}