@charset "utf-8";
/* banner */
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
    
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .jumpBtn{
    /*margin-top: 1em;*/
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #51E334;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}

.VivaTimeline dd {
    margin-bottom: 0; 
}

.circ{
    background-color: #fff;
    top:22px;
}


/*关于PG*/
body{
    background-color: #1C1CC6 !important;
}
.header-logo{
    height: 100vh;
    background-color: rgba(28,28,198,1);
}
.header-pglogo{
    margin:2em 2em 0em 2em;
}
.content_first{
    height: 100vh;
    background-color: #FFFFFF;
    padding-top: 8em;
}
.content_second{
    height: 100vh;
    background-color: #FFFFFF;
}
.content_second_right{
    background:url(../images/home/bg1-pg.jpg) no-repeat center center;
    background-size:100% 100%;
}

.content_third{
    height: 100vh;
    background-color: #FFFFFF;
}
.content_third_right{
    background:url(../images/home/bg2-pg.png) no-repeat center center;
    background-size:100% 100%;
}

.content_four{
    height: 100vh;
    background-color: #FFFFFF;
    padding-top: 8em;
}

.content_dev{
    font-size:60px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(35,35,217,1);
}

.content_dev span{
    border-bottom: 8px solid #51E334;
}

.content_pos{
    font-size:20px;
    font-family:Microsoft YaHei UI;
    font-weight:bold;
    color:rgba(10,10,10,1);
}
.content_db{
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:300;
    color:rgba(85,84,84,1);
    padding: 10px 0 20px 0;
}
.content_firstone_right{
    padding-top: 2em;
}
.content_po{
    font-size:26px;
    font-family:Gotham Rounded;
    font-weight:normal;
    color:rgba(35,35,217,1);
}
.content_fz{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(35,35,217,1);
}
.content_pg{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(52,52,52,1);
}
.content_intr{
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(10,10,10,1);
    padding-top: 20px;
    line-height:36px;
}
.content_intr span{
    font-weight:bold;
}
.content_firsttwo_left img{
    margin-left: 10%;
}
.content_second_left{
    padding-top: 5em;
}
.one{
    font-size:400px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(82,227,53,1);
}
.one_title{
    font-size:26px;
    font-family:Microsoft YaHei UI;
    font-weight:bold;
    color:rgba(36,36,217,1);
    margin-right: -40px;
    letter-spacing: 2px;
    position: relative;
}
.one_word{
    font-size:48px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(36,36,217,1);
    position: absolute;
    top: 48%;
}

.content_second_left li{
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.content_second_left li:before{    
    color: #51E334;
    display: inline-block;
    content: "●";
    margin-right: 10px;
}

.one_title span{
    border-bottom: 5px solid #51E334;
    padding-bottom: 10px;
}

.right_one_left{
    width:50px;
    height:50px;
    border-radius:50%;
    font-size:30px;
    font-family:Gotham Rounded;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 50px;
    margin-right: 40px;
    border:1px solid rgba(81,227,52,1);
}
.left_one_li{
    padding-bottom: 15px;
}
.leftdown{
    margin-top: -80px;
}
.one_left_top{
    font-size:26px;
    font-family:Microsoft YaHei UI;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.one_left_bot{
    font-size:24px;
    font-family:Gotham Rounded;
    font-weight:300;
    color:rgba(255,255,255,1);
    margin-top: 15px;
}
.one_left_bot span{
    padding-right: 10px;
}
.second_right{
    margin-left: 17%;
    margin-top: 10em;
}
.second_right li{
    padding-bottom: 4em;
    cursor:pointer;
}
.third_right{
    margin-left: 33.3333333%;
    margin-top: 5em;
}
.content_why{
    font-size:60px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.content_why span{
    border-bottom: 8px solid #51E334;
}
.content_se{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.content_post{
    font-size:26px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.third_bot{
    float: right;
    margin-top: 4em;
}
.third_bot li{
    padding-bottom: 4em;
    cursor:pointer;
}
.third_bot_title{
    float: right;
    font-size:24px;
    font-family:Gotham Rounded;
    font-weight:300;
    color:rgba(255,255,255,1);
    padding-right: 35px;
}
.third_bot_name{
    float: right;
    text-align: right;
    font-size:26px;
    font-family:Microsoft YaHei UI;
    font-weight:300;
    color:rgba(255,255,255,1);
    margin-top: 20px;
    margin-right: 35px;
}
.third_bot_name span{
    padding-right: 10px;
}
.why_down{
    margin-top: 10px;
}
.two{
    font-size:400px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(82,227,53,1);
}
.two_title{
    font-size:26px;
    font-family:Microsoft YaHei UI;
    font-weight:bold;
    color:rgba(36,36,217,1);
    margin-top: -37%;
    letter-spacing: 2px;
}
.two_word{
    font-size:48px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(36,36,217,1);
    position: absolute;
    top: 43%;
}
.rightdown{
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 5em;
    line-height:30px;
}
.third_left{
    margin-left: 16.6666667%;
    padding-top: 11em;
}
.num{
    padding-left: 20px;
}
.two_title span{
    border-bottom: 5px solid #51E334;
    padding-bottom: 10px;
}
.img{
    margin-right: 4.16666667%;
    box-shadow:0px 9px 28px 1px rgba(0, 0, 0, 0.07);
}
.img1{
    box-shadow:0px 9px 28px 1px rgba(0, 0, 0, 0.07);
}
.img_div{
    margin-top: 50px;
}
.img:hover, .img1:hover{
    box-shadow:0px 17px 27px 2px rgba(0, 0, 0, 0.14);
}

/*底部样式*/
.input_con{
    border-bottom:#ccc 1px solid;
    border-left-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    width: 100%;
    padding: 10px;
    outline:none;
    font-size:18px;
    font-family:Gotham;
    font-weight:bold;
    color:rgba(51,51,51,1);
    background-color: transparent;
}
.input_con::placeholder {
    font-size:18px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.input_con:focus {
    border-bottom:#535353 1px solid;
}
.btn {
    position: relative;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    float: right;
    padding: 20px 55px 20px 28px !important;
}

.btn-deco__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,255,1);
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.btn-deco__inner {
    position: relative;
    font-size:16px;
    font-family:Gotham Rounded;
    font-weight:bold;
    color:rgba(81,227,52,1);
}
.btn-deco__line {
    position: absolute;
    transform: matrix(1, 0, 0, 1, 0, 0); 
    right: -20px;
    top: 50%;
    width: 52px;
    border-top: 1px solid #51E334;
}

.btn:hover {
    color: black;
    padding: 20px 28px 20px 55px !important;
}

.btn:hover > .btn-deco__bg{
    background-color: #51E334;
}

.btn:hover > .btn-deco__inner{
    color:rgba(28,28,198,1);
}

.btn:hover > .btn-deco__line{
    position: absolute;
    top: 50%;
    left: -20px;
    border-top: 1px solid #0000FF;
    right: auto;
    width: 52px;
    transform-origin: left 50% 0px;
}
.end{
    margin-top: 8em;
}
.end_title{
    font-size:24px;
    /*font-family:Gotham Rounded;*/
    font-weight:500;
    color:rgba(204,204,204,1);
    letter-spacing: 15px;
}
.end_span{
    color:#51E334;
}

.end_img{
    position: absolute;
    bottom: 10px;
}

.end_line{
    padding: 0px 0px 5px 50px !important;
    color:rgba(204,204,204,1);
}
.end_email{
    font-size:18px;
    /*font-family:Gotham Rounded;*/
    font-weight:500;
    color:rgba(204,204,204,1);
    letter-spacing: 2px;
    margin-top: 5px;
}
.end_btn{
    border: 1px solid #51E334 !important;
    border-radius: 0 !important;
}
.end_btn .btn-deco__bg{
    background-color: #1C1CC6;
}
.botom_intr span{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.38;
}

.botom{
    text-align: center;
    margin-top: 4em;
    margin-bottom: 10em;
}

.botom_img{
    margin-left: 10px;
    cursor: pointer;
    opacity:0.38;
}

.second-middle-line:before{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #51E334;
    position: relative;
    top: 25px;/*调节线高*/
    left: calc(-100% - 90px);
}
.third-middle-line:before{
    content: '';
    display: block;
    height: 3px;
    width: 60%;
    background-color: #51E334;
    position: relative;
    top: 25px;/*调节线高*/
    left: calc(100% + 50px);
}

/*微信二维码*/
.wxqr{
    position: absolute;
    margin-top: 32px;
    margin-left: -76px;
    display: none;
}
/*微信二维码*/



/*底部样式*/


/*适配笔记本电脑*/
@media screen and (max-width: 1366px) {
    .content_first {
        padding-top: 2em;
    }
    .content_firsttwo_left img {
        margin-left: 0;
        margin-top: -4em;
    }
    .content_second_left {
        padding-top: 2em;
    }
    .content_second_left li{
        font-size: 16px;
    }
    .left_one_li{
        padding-bottom: 10px;
    }
    .second_right {
        margin-top: 8em;
    }
    .second_right li {
        padding-bottom: 1.5em;
    }
    .one_left_top {
        font-size: 20px;
    }
    .one_left_bot {
        font-size: 16px;
    }
    .one, .two {
        font-size: 300px;
    }
    .one_word {
        font-size: 40px;
        top: 47%;
    }
    .one_title {
        font-size: 23px;
    }
    .second_left{
        margin-top: -4em;
    }
    .third_right {
        margin-top: 2em;
    }
    .third_left {
        padding-top: 0;
    }
    .third_bot_name {
        font-size: 20px;
        margin-top: 15px;
    }
    .third_bot_title {
        font-size: 16px;
    }
    .third_bot li {
        padding-bottom: 2em;
    }
    .third_bot {
        margin-top: 2em;
    }
    .rightdown {
        font-size: 15px;
        line-height:25px;
    }
    .two_word {
        font-size: 40px;
        top: 30%;
    }
    .two_title {
        font-size: 23px;
        margin-top: -40%;
    }
    .img img, .img1 img{
        width: 100%;
    }
    .c-banner .jumpBtn {
        margin-top: -2em;
    }
    .c-banner .jumpBtn ul li {
        width: 14px;
        height: 14px;
    }
    .content_four{
        padding-top: 2em;
    }
    .bot_long{
        width: 120% !important;
    }
    .third-middle-line:before{
        width: 50%;
    }
    .content_intr{
        padding-top: 10px;
        line-height:33px;
    }
}
/*适配笔记本电脑*/
/*适配手机端*/
@media screen and (max-width: 768px) {
    .header-pglogo{
        width: 160px;
        height: auto;
    }
    .header-logo{
        margin:2em 2em 0em 1em;
    }

    .c-banner{
        width: 100%;
        height: 345px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }

}
/*适配手机端*/