@charset "gb2312";
/* CSS Document */
/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Î¢ÈíÑÅºÚ";
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 1.5s;
}

.header-bg {
    width: 100%;
    margin: 0 auto;
    background-color: #e8e8e8;
    height: 40px;
    position: fixed;
    float: left;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    position: fixed;
    background-color: #161b2b;
    color: #eee;
    font-size: 18px;
}

.l-title {
    font-family: "Tahoma";
    position: absolute;
    top: 10px;
    left: 156px;
}

#header {
    height: 40px;
    position: relative;
    z-index: 1;
}

.r {
    position: absolute;
    right: 3%;
    top: -47%;
}

.back_top {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
}

.back_alert {
    position: fixed;
    width: 40px;
    height: 20px;
    color: #eee;
    bottom: 70px;
    right: 28px;
    z-index: 100;
}

.back {
    display: none;
}

.op_back {
    width: 50px;
    height: 30px;
    margin-top: -15px
}

.h_nav1 .header-selected a {
    color: #fff;
}

.h_nav1 li {
    height: 42px;

}

.selects {
    color: #fff;
}

.h_nav1 li a:hover {
    color: #FFF;
}

.h_nav1 li a, .h_nav2 li a {
    font-size: 16px;
    color: #13e8e1;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}

.h_nav2 li a {
    padding: 0;

}

.page-slide {
    width: 300%;
    overflow: hidden;
    height: 100%;
}

.title img {
    width: 100%;
    height: 100%;
}

.title {
    width: 33.3333%;
    height: 100%;
    position: relative;
    float: left;
}

.title1, .title2 {
    position: absolute;
    width: 45%;
    height: 600px;
    left: 27.5%;
    top: 45.5%;
}

.title3 {
    position: absolute;
    width: 45%;
    height: 600px;
    left: 27.5%;
    top: 38.5%;
}

.title1 p, .title2 p, .title3 p {
    color: #80FFFB;
    font-size: 20px;
    padding-top: 18px;
    text-align: center;
}

.title1 h3, .title2 h3, .title3 h3 {
    font-size: 40px;
    color: #13e8e1;
    text-align: center;
}

.title2 h6 {
    font-size: 20px;
    color: #13e8e1;
    padding-top: 10px;
    text-align: center;
}

.left-list ul .isChecked {
    color: #12E8DF;
}

.header ul .title_selected {
    color: #fff;
}

.left-list img {
    position: absolute;
    left: 50px;
    top: 64px;
}

.change-bottom {
    width: 40%;
    height: 10px;
    position: absolute;
    left: 37%;
    top: 640px;
}

.change-bottom ul li {
    display: block;
    width: 50px;
    height: 2px;
    background: #626262;
    float: left;
    border-radius: 1px;
    margin-left: 10%;
    cursor: pointer;
}

.change-bottom ul .selected-bottom {
    background: #44ebe5;
}

.h_nav1 li:hover a {
    color: #FFF;
}

.h_nav1 li, .h_nav2 li, .sliders > li {
    list-style-type: none;
    display: inline-block
}

.sliders > li {
    width: 20%;
}

.header ul, .product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slides h4 {
    font-size: 20px;
    color: #eee;
}

ul.sliders {
    text-align: left;
    list-style: none;
    width: 500%;
    margin: 0;
    padding: 0;
    animation: pslider 20s infinite alternate;
    -webkit-animation: pslider 20s infinite alternate;
}

@keyframes pslider {
    0% {
        margin-left: 0;
    }
    10% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    30% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    50% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    70% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    100% {
        margin-left: -400%;
    }
}

@-webkit-keyframes pslider {
    0% {
        margin-left: 0;
    }
    10% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    30% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    50% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    70% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    100% {
        margin-left: -400%;
    }
}

#homepage-article {
    width: 100%;
    height: 655px;
    overflow: hidden;
    position: relative;
}

.home-img-wrap {
    width: 100%;
}

.homepage-logo {
    position: absolute;
    left: 35%;
    top: 220px;
}

.homepage-introduction {
    position: absolute;
    left: 45%;
    top: 380px;
    font-size: 40px;
    color: #0da8a3;
}

.homepage-website {
    position: absolute;
    left: 39%;
    top: 379px;
    font-size: 45px;
    color: #DBDBDB;
    font-family: "Î¢ÈíÑÅºÚ";
}

.foot {
    background: #161b2b;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    bottom: 10px;
    width: 100%;
    height: 82px;
}

.about-us-footer {
    position: absolute;
    margin-top: 441px;
    width: auto;
    height: 63px;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-left: 112px;
    padding-right: 112px;
    padding-top: 15px;
    line-height: 26px;
    bottom: 12px;
    z-index: 2;
}

.footer-content {
    margin-left: 15.5%;
    padding-top: 20px;
    height: 16px;
    width: 70%;
    font-size: 16px;
}

.co-icon {
    margin-top: 8px;
    margin-left: 3%;
    width: 125px;
}

#about-us {
    margin: 0 auto;
    width: 100%;
    height: 652px;
    background: url(../img/US.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.about-us {
    color: #12E8DF;
    padding-top: 80px;
    padding-left: 102px;
    font-size: 28px;
}

.c-about-us {
    padding-left: 102px;
    color: #fbfbfb;
    font-size: 14px;
}

.footer-content > p.recruiting-footer-link > div {
    padding-bottom: 10px;
}

.recruiting-footer-link > div > a:link {
    color: white;
    text-decoration: none;
}

/* Î´ï¿½ï¿½ï¿½ï¿½ï¿½Êµï¿½ï¿½ï¿½ï¿½ï¿½     */
.recruiting-footer-link > div > a:visited {
    color: #cdcb65
}

/* ï¿½Ñ±ï¿½ï¿½ï¿½ï¿½Ê¹ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½    */
.recruiting-footer-link > div > a:hover {
    text-decoration: underline
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ïµï¿½ï¿½ï¿½ï¿½ï¿?  */
.recruiting-footer-link > div > a:active {
    color: black
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð¼ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½    */

.recruiting-footer-link div img {
    position: relative;
    top: -25px;
    padding-top: 13px;
    left: 5%;
}

.recruiting-footer-link div a {
    position: relative;
    left: 7%;
    top: -33px;
}

.introduction, .service-introduction {
    font-size: 16px;
    text-align: center;
    color: #909090;
    width: 59%;
    margin-left: 21%;
    margin-top: 24px;
}

.line1, .line2 {
    width: 70%;
    height: 0;
    margin-left: 15%;
    border-top: 1px solid #909090;;
}

.line3 {
    width: 30%;
    height: 0;
    margin-left: 35%;
    border-top: 1px solid #909090;;
}

.us-content {
    margin-top: 100px;
}

.a-title {
    font-size: 24px;
    margin-top: 16px;
    color: #80FFFB;
    margin-left: 20px;
}

.a-article {
    font-size: 14px;
    margin-top: 18px;
    width: 70%;
    color: #9EFFFC;
    line-height: 24px;
}

.main-services {
    margin-left: 48%;
}

.content-size > div {
    margin: 0 auto;
}

.teams {
    margin-left: 48%;
}

.development {
    margin-left: 48%;
}

#product-solution, #service, #recruiting {

    margin: 0 auto;
    width: 100%;
    height: 670px;
    overflow: hidden;
}

#service {
    position: relative;
}

.w_line {
    width: 80%;
    position: absolute;
    top: 327px;
    left: 10%;
    border: 1px solid #666666;
}

.h_line {
    width: 3px;
    height: 25px;
    background: #12E8DF;
    position: absolute;
    left: 48%;
    margin-top: 3px;
}

#product-solution {
    background: url("../img/PRODUCTS.jpg") no-repeat;
    background-color: #666;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

.opacity-back {
    position: absolute;
    width: 200px;
    height: 280px;
    z-index: 1;
    top: 180px;
    background: #161b2b;
    opacity: 0.1;
}

.left-list {
    position: absolute;
    width: 200px;
    top: 140px;
    padding-top: 56px;
    padding-left: 60px;
    margin-top: 20px;
}

.left-list ul li {
    padding: 7px;
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

.product-solution {
    padding-left: 102px;
    padding-top: 80px;
    text-align: left;
    font-size: 28px;
    color: #12E8DF
}

.c-product-solution {
    padding-left: 102px;
    text-align: left;
    font-size: 14px;
    color: #fbfbfb;
}

.product ol li {
    font-size: 18px;
    color: #DBDBDB;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.product ol li:hover {
    color: #FFF;
}

.product ol .selected {
    color: #ffffff;
}

.product {
    position: relative;
    width: auto;
    height: 523px;
    margin-top: 80px;
    background-color: #0da8a3;
    overflow: hidden;
}

.product-introduction {
    width: 600%;
    float: left;
}

.list {
    float: left;
}

.product-information {
    width: 43%;
    height: 450px;
    padding-left: 250px;
    margin-top: 39px;
    overflow: hidden;
}

.img-change {
    background-color: rgba(0, 0, 0, 0.1);
    width: 33%;
    float: right;
    height: 430px;
    position: relative;
}

.img-change img {
    position: absolute;
    /* left: 763px; */
    top: 45px;

    width: 100%;
}

.slide2 {
    width: 90%;
}

.product-information p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.product-information h6 {
    font-size: 20px;
    color: #eee;
}

.banner {
    left: 48%;
    position: absolute;
    bottom: 63px;
}

img.linch1 {
    position: absolute;
    top: 45px;
}

img.linch2 {
    position: absolute;
    top: 45px;
}

img.yunyin1 {
    position: absolute;
    top: 45px;
}

img.yunyin2 {
    position: absolute;
    top: 45px;
}

img.yunyin3 {
    position: absolute;
    top: 45px;
}

img.rule {
    position: absolute;
    top: 45px;
}

img.dashu {
    position: absolute;
    top: 45px;
}

.circle1 {
    left: 48%;
    position: absolute;
    bottom: 63px;
}

.circle1 ul .selected {
    background: #e7a389;
}

.circle1 ul li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    border: 1px solid #e7a389;
    cursor: pointer;
}

.banner ul li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    border: 1px solid #e7a389;
    cursor: pointer;
}

.banner ul .selected {
    background: #e7a389;
}

.image {
    width: auto;
}

.product-content > p, .service-introduction > p {
    margin-bottom: 14px;
    color: #eee;
}

.service-supports {
    color: #12E8DF;
    padding-top: 80px;
    padding-left: 93px;
    font-size: 28px;
    width: 100%;
}

.c-service-supports {
    padding-left: 102px;
    color: #fbfbfb;
    font-size: 14px;
}

.service-explain {
    width: auto;
    position: relative;
    padding-top: 65px;
}

.consult-article h4 {
    color: #2E343F;
    font-size: 18px;
}

.service-explain p {
    color: #2f3866;
    font-size: 14px;
}

.service {
    width: 100%;
    height: 100%;
    background: url(../img/SERVICE.jpg) 0 0 / 100% 100% no-repeat;
    background-color: #666;
    background-size: 100% 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.lin-img-wrap {
    position: absolute;
    margin-top: 86px;
    margin-left: 50.1%;
    height: 398px;
}

.lin-img-wrap > img {
    height: 100%;
    z-index: 1;
}

.service-icon {
    margin-left: 49.1%;
    margin-bottom: 65px;
}

.service-icon-wrap {
    position: absolute;
    left: 48.2%;
    margin-top: 73px;
}

.icon {
    z-index: 2;
}

.service-title {
    font-size: 18px;
    color: #eeeeee;
}

.service-content {
    color: #eeeeee;
    font-size: 14px;
    margin-top: 10px;
}

.con-article {
    position: absolute;
    left: 10%;
    width: 30%;
    margin-top: 48px;
}

.con-article p {
    padding-top: 15px;
    width: 100%;
    text-align: right;
    color: #eee;
    line-height: 24px;
}

.con-article h4 {
    text-align: right;
    color: #fff;
}

.img1 {
    left: 42%;
    top: 158px;
}

.img2 {
    right: 42.5%;
    top: 158px;
}

.img3 {
    left: 42%;
    top: 280px;
}

.img4 {
    right: 42.5%;
    top: 280px;
}

.insert_img {
    position: absolute;
    width: 65px;
    height: 65px;
}

.product-implemente {
    position: absolute;
    left: 59.5%;
    width: 30%;
    margin-top: 44px;
}

.product-implemente p {
    padding-top: 15px;
    width: 111%;
    text-align: left;
    color: #eee;
    line-height: 24px;
}

.product-implemente h4 {
    text-align: left;
    color: #fff;
}

.tech-train {
    position: absolute;
    left: 10%;
    width: 30%;
    padding-top: 228px;
}

.tech-train p {
    color: #eee;
    width: 100%;
    text-align: right;
    line-height: 24px;
}

.tech-train h4 {
    text-align: right;
    padding-top: 15px;
    color: #fff;
}

.service-content > p {
    margin-bottom: 5px;
}

.af-service {
    position: absolute;
    left: 59.560%;
    width: 30%;
    padding-top: 231px;
}

.af-service p {
    color: #eee;
    width: 75%;
    text-align: left;
    line-height: 24px;
}

.af-service h4 {
    color: #fff;
    text-align: left;
    padding-top: 15px;
}

.service-icon:hover {
    transform: scale(1.5, 1.5);
    cursor: pointer;
}

.recruiting {
    margin: 0 auto;
}

.recruiting-content {
    margin-top: 96px;
    font-size: 24px;
    width: 80%;
    padding-left: 8%;
    padding-right: 10%;
    color: #fcfcfc;
    font-weight: bold;
    font-family: Century Gothic;
}

.recruiting-footer {
    margin-top: 10%;
    width: 70%;
    margin-left: 30%;
    height: 91px;
    color: white;
    text-algin: center;
    background-color: #0da8a3;
}

.contact-us-information {
    position: relative;
    width: 50%;
    height: 25px;
    color: #eee;
}

.recruiting-footer-link {
    margin-left: 40px;
    padding-top: 20px;
    height: 16px;
    width: 90%;
    text-align: left;
    font-size: 16px;
}

.contact-us {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #909090;
    background-color: #161b2b;
}

.left-contact {
    width: 360px;
    float: left;
    left: 150px;
    text-align: left;
    position: relative;
}

.left-contact > p > span {
    margin-left: 68px;
}

.left-contact > p, .right-contact > p {
    margin-bottom: 20px;
}

.right-contact {
    width: calc(100% - 160px - 360px - 150px - 190px);
    float: left;
    left: 190px;
    position: relative;
}

.name {
    position: relative;
    height: 40px;
    border: 1px solid #909090;
}

.email {
    position: relative;
    height: 40px;
    border: 1px solid #909090;
    border-top: none;
}

input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.name > input:focus, .email > input:focus, .message > textarea:focus {
    outline: none;
}

.message {
    position: relative;
    height: 90px;
    border: 1px solid #909090;
    border-top: none;
}

.name > input, .email > input {
    background-color: #161b2b;
    font-size: 14px;
    color: #909090;
    width: 270px;
}

.message > textarea {
    background-color: #161b2b;
    font-size: 14px;
    color: #909090;
}

.message > textarea {
    position: absolute;
    margin-top: 6px;
    resize: none;
    left: 5%;
    width: 90%;
    height: 85%;
    padding-top: 6px;
}

.name > label, .email > label {
    font-size: 14px;
    color: #909090;
    margin-left: 10px;
}

.commit-message {
    position: relative;
    text-align: left;
    margin-top: 20px;
}

.commit-message > input {
    width: 98px;
    height: 34px;
    background-color: #161b2b;
    color: #eee;
    font-size: 14px;
    border: 1px solid #0da8a3;
    border-radius: 17px;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.contact-wrap {
    width: 100%;
    height: 240px;
    position: relative;
    top: 120px;
    text-align: center;
}

.slide-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slide-d {
    display: block;
}

#name {
    position: absolute;
    width: 90%;
    left: 5%;
    line-height: 39px;
}

#email {
    position: absolute;
    left: 5%;
    width: 90%;
    line-height: 40px;
}

.over {
    position: absolute;;
    width: 100%;
    top: 5%;
    display: none;
    text-align: center;
    z-index: 10;
}

.recruiting-header {
    color: #12E8DF;
    padding-top: 80px;
    padding-left: 102px;
    font-size: 28px;
}

.c-recruiting-header {
    padding-left: 102px;
    color: #fbfbfb;
    font-size: 14px;
}

.contact-us-header {
    color: #12E8DF;
    padding-top: 80px;
    padding-left: 102px;
    font-size: 28px;
}

.c-contact-us-header {
    padding-left: 102px;
    color: #fbfbfb;
    font-size: 14px;
}

.author {
    float: right;
}

.offer {
    width: 90%;
    height: 200px;
    padding-left: 7%;
    padding-top: 54px;
    position: absolute;
}

.zhaop {
    width: 269px;
    height: 44px;
    background: #161b2b;
    position: absolute;
    bottom: 60px;
    right: -50px;
    color: #b8b8b8;
    opacity: 0.4;
    border-radius: 25px;
    z-index: 1;
}

.zhaop {
    background: #161b2b;
    bottom: 72px;
    right: 66px;
    opacity: 0.4;
    border-radius: 25px;
    bottom: 60px;
    right: -50px;
}

.morer {
    position: absolute;
    z-index: 2;
    width: 269px;
    height: 44px;
    right: -116px;
    bottom: 53px;
    font-size: 24px;
    font-family: "Î¢ÈíÑÅºÚ";

}

.morer a {
    text-decoration: none;
    color: #b8b8b8;
}

.offer .position:hover {
    background: #2DE8DE;
    color: #606068;
    /*opacity: 1;*/
}

.position {
    width: 20%;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    height: 64px;
    padding: 10px;
    font-size: 16px;
    background: rgba(205, 205, 205, 0.4);
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.position a {
    color: #000;
}

#recruiting {
    background: url("../img/RECRUIT.jpg") no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

#contact-us {
    background: #000;
    height: 730px;
    overflow: hidden;
    position: relative;
}

.qrcode {
    width: 160px;
    height: 100%;
    float: left;
    left: 102px;
    position: relative;
}

.qrcode img {
    width: 100%;
}


#channel {
    position: relative;
    background: url("../img/CHANNEL.jpg") 0 0 / 100% 100% no-repeat;
}

.channelTitle {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    left: 102px;
    top: 80px;
}

.channelTitle > span:first-child {
    color: #15CFCA;
    font-size: 28px;
}

.channelTitle > span:last-child {
    color: #fff;
    font-size: 14px;
}

.channelNav {
    position: absolute;
    top: 240px;
    left: 60px;
    color: #fff;
    width: 85px;
    z-index: 10;
}

.channelNav > div {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}

.channelNav > div > img {
    display: none;
    width: 10px;
    margin-right: 10px;
}

.selectedNav {
    color: #15CFCA !important;
}

.selectedNav > img {
    display: block !important;
}

.channelBody {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 200px;
    padding-left: 200px;
    box-sizing: border-box;
    text-align: center;
}

.system {
    height: 80%;
    width: auto;
    margin: 0 auto;
}

.support {
    height: 80%;
    margin: 0 auto;
}

.friend {
    width: 900px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.friend > div {
    width: 256px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-left: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.5s;
}

.friend > div:hover {
    background: #2DE8DE;
}

.friend > div > img {
    width: auto;
    height: auto;
}

.contact {
    margin: 0 auto;
    width: 500px;
    height: 300px;
    display: flex;
    padding: 0 150px 0 70px;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #13e8e1;
}

.line {
    width: 1px;
    height: 150px;
    background: #fff;
}

.contact > img {
    transform: scale(0.8);
}

.contact > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 150px;
    width: 200px;
}

.contact > div:last-child > div {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact > div:last-child > div > img {
    width: 20px;
    margin-right: 10px;
}


.contact, .support, .friend {
    display: none;
}

