@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100);

#particles-js,#parallax, .layer, .some-space, .some-more-space {
  height:100%;
  position: absolute;
  width: 97%;
}

#particles-js {
  opacity: 0.6;
}

.some-space {
  animation: rotate 18s 0.5s infinite linear reverse;
}

.some-more-space {
  -webkit-animation: rotate 15s 0.1s infinite linear;
  animation: rotate 15s 0.1s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }
}
nav{
    position: fixed;
    width: 100%;
    display: block;
    height: 90px;
    line-height: 98px;
    z-index: 999;
    color: #35496f;
    font-size: 20px;
    background: #fff;
    top: 23px;
    border-bottom: 1px solid #e4e4e4;
}
nav ul {
    width: 80%;
}
nav ul li{
    width: 130px;
    text-align: center;
    cursor: pointer;
    height: 90px
}
nav ul li a{
    display: inline-block;
    width: 100%;
}
.now_btn{
    background: #e89b04;
    /* background: #ccc !important; */
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-top: 31px;
    border-radius: 25px;
    font-size: 16px;
    margin-left: 30px;
    width: 120px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.now_btn:hover{
    background: #ffaa03;  
}
nav>div{
    width: 1200px;
    margin: 0 auto;
}
nav img{
    height: 37px;
    margin-top: 29px;
    width: 100px;
}
banner{
    max-height: 700px;
    min-height: 550px;
    height: 65%; 
    position: relative;
    display: block;
    top: 114px;
    background: url('../img/banner.png?v20180917') no-repeat;
    background-size: 100% 100%;
}
banner img{
    width: 100%;
}
banner .banner_desc{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px
}
.money_btn{
    background: #00adee;
    color: #fff !important;
}
.banner_desc li{
    width: 150px;
}
.banner_desc li h3{
    font-size: 36px;
}
.banner_desc li p{
    font-size: 24px;
}
.nav_active{
    color: #00adee;
    border-bottom: 2px solid #00adee;
}
.nav_active a{
    color: #00adee;
}
.content{
    margin-top: 160px;
    color: #333;
}
.content h3{
    margin: 50px;
    font-size: 24px;
    color: #1b3663;
    opacity: 0.85;
}

.section{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.section1 p{
    font-size: 16px;
    line-height: 30px;
}
.section2 img{
    width: 100%;
}
.quanyi_item{
    position: relative;
    top: -130px;
}
.bg_blue_title{
    background: #00adee;
}
.bg_yellow_title{
    background: #e89b04;
}
.quanyi_item h5{
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.quanyi_item li{
    height: 280px;
    background: #fff;
    color: #333;
    width: 225px;
}
.quanyi_item li span{
    margin-top: 70px;
    display: inline-block;
    line-height: 23px;
    font-size: 14px;
}
.quanyi_item li:hover{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section3{
    margin-top: 80px
}
.section3_1{
    min-height: 700px; 
}
.section3_1{
    background: url('../img/u26.png')no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.section3_1 h3{
    padding-top: 45px;
    margin-bottom: 25px;
}
.section3_1 ul{
    padding: 0 26px 25px;
    box-sizing: border-box;
}
.section3_1 ul li{
    width: 49%;
    margin-bottom: 25px;
}
.bg1{
    background: #bfd7ff;
}
.bg2{
    background: #e6efff;
}
.bg3{
    background: #ebf8fe;
}
.section3_1 li h4{
    height: 40px;
    background: #1b3663;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}
.section3_1 table{
    width: 100%;
    text-align: left;
    display: inline-block;
    width: 100%;
    min-height: 263px;
    height: 263px;
    overflow: auto;
}
.section3_1 table tbody{
    width: 100%;
    display: inline-block;
}
.section3_1 table tr{
    width: 100%;
}
.section3_1 table th, .section3_1 table td{
    height: 40px;
    color: #1b3663;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 50px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}
.section3_1 table td{
    color: #000000; 
    font-size: 12px;
    font-weight: normal;
}
.section3_1 table tr td:first-child, .section3_1 table tr th:first-child{
    width: 25%;
}
.section4_box{
    height: 420px;
    background: url('../img/u2.png')no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 180px;
}
.section4 {
    position: relative;
}
.section4 h3{
    position: relative;
    top: -130px;
}
.section4 img{
    width: 100%;
}
.section5 .tab_content{
    text-align: left;
    text-align: left;
    border: 1px solid #e4e4e4;
    padding: 20px 30px 20px 30px;
    line-height: 27px;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
}
.section5 .tab_title li{
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    width: 137px;
    border-bottom: none;
    margin-left: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #1b3663;
    cursor: pointer;
    font-size: 14px;
}
.section5 h3{
    margin-top: 100px;
}
.hover{
    background: #1b3663;
    color: #fff !important;
}
.section6_box{
    background: #1b3663;
    opacity: 0.85;
    padding-bottom: 60px;
}
.section6{
    color: #fff;
    text-align: left;
}
.section6 ul li{
    background: #fff;
}
.section6 h3{
    color: #fff;
    padding-top: 50px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}
.section6 h3 span{
    font-size: 16px;
}
.section6 p{
    font-size: 14px;
}
.url_jump:hover{
    text-decoration: underline;
    cursor: pointer;
}
.sideBar{
    position: fixed;
    right: 10px;
    top: 40%;
    height: 300px;
    width: 50px;
    color: #fff;
    border-radius: 50px;
}
.sideBar ul{
    border-radius: 50px;
    padding: 10px 0 0 0;
    text-align: center;
}
.sideBar ul li:first-child{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.sideBar ul li:last-child{
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom-left-radius: 30px;
}
.sideBar ul li{
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 0;
    cursor: pointer;
}
.sideBar ul li a{
    display: inline-block;
    color: #fff;
}
.sideBar ul li img{
    vertical-align: bottom;
}
.sideBar span{
    width: 20px;
    height: 10px 
}
.bdsharebuttonbox{
    position: absolute;
    right: 65px;
    top: 88px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px 5px;
    border-radius: 50px;
    display: none;
}
.bdsharebuttonbox a{
    margin-left: 0 !important;
    margin-top: 5px !important;
}
#page_footer{
    padding: 30px 0;
    text-align: center;
    line-height: 25px;
    color: #999;
    background: #545454;

}
#page_footer li{
    display: inline;
    padding:0 3px;
    line-height: 12px;
    overflow: hidden;

}
#page_footer li:after{
    content: "|";
    padding-left: 8px;
}
#page_footer li:last-of-type:after{
    content: "";
}
#page_footer a{
    color: #999;
}
#page_footer a:hover{
    color: #fff;
    text-decoration: underline;
}
#top-box {
    height: 30px;
}

#top-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}
.pdk_item_box li{
    width: 280px;
    height: 350px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.pdk_item_box li p{
    font-size: 15px;
    margin-top: 25px;
}
.pdk_item_box li p a{
    color: #1b3663 !important;
}

.pdk_item_box li p:hover{
    text-decoration: underline;
}
.detail_btn{
    width: 120px;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00adee;
    display: inline-block;
    margin-top: 25px;
    color: #00adee;
}

.detail_btn:hover{
    background: #00adee;
    color: #fff;
}
.consult{
    position: relative;
}
.consult_img{
    position: absolute;
    top:54px;
    left: -111px;
    width: 100px;
    display: none;
    height: 100px;
}
.pdk_item_box{
    margin-bottom: 50px;
}
.section7 ul{
    width: 900px;
    margin: 0 auto;
}
.section7 ul li{
    width: 300px;
    margin-bottom: 50px;
    position: relative;
}
.section7 ul li span{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: inline-block;
    width: 110%;
    height: 110%;
    z-index: 9;
    top: 0;
    left: 0;
    text-align: left;
    border-radius: 5px;
    padding: 25px 20px;
    box-sizing: border-box;
    display: none;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.section8_box{
    text-align: center;
    background: #e6e6e6;
    padding: 40px 0;
}
.section8_box img{
    vertical-align: bottom;
}
.section8 a{
    display: inline-block;
    margin-right: 70px;
}
.section9_box{
    background: #333333;
}
.concat{
    color: #fff;
    border-right: 1px solid #434343;
    margin: 40px 40px 40px 0;
    padding-right: 50px;
    width: 441px;
}
.concat p{
    padding-top: 50px;
    margin-left: 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    width: 222px;
}
.about{
    color: #fff;
    text-align: left;
    margin: 40px 40px 40px 0;
    line-height: 20px;
    width: 679px
}
.about h4{
    font-size: 18px;
}
.about p{
    font-size: 14px;
}


/* pdk_detail 页面样式 */
.pdk_section_1 ul li{
    background: #f3f5f7;
    margin-bottom: 20px;
    padding: 30px 30px;
    border-radius: 5px;
    height: 300px;
    box-sizing: border-box;
}
.pdk_section_1 ul li img{
    margin-right: 45px;
    width: 168px;
    height: 174px;
    flex-shrink: 0;
}
.pdk_right {
    text-align: left;
    line-height: 28px;
    color: #1b3663;
}
.pdk_right h4{
    font-size: 24px;
    margin-bottom: 15px;
}
.pdk_right p{
    font-size: 16px;
}
.pdk_download_box {
    margin-top: 35px;
}
.pdk_download_box a{
    border: 1px solid #00adee;
    color: #00adee;
    width: 150px;
    display: inline-block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.downlaod_btn:hover{
    background: #00adee;
    color: #fff;
}
.money_btn:hover{
    background: #0088bb;
    color: #fff;
    border: 1px solid #0077bb;
}
.see_detail:hover{
    text-decoration: underline;
}
.section_detail_2>div{
    text-align: left;
    margin-bottom: 50px;
    font-size: 14px;
}


/* 表单页面样式 */
.info_section{
    text-align: left;
    margin-top: 150px;
    font-size: 16px;
}
.info_section h4{
    border-left: 7px solid #00adee;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
    margin: 25px 0;
}
.info_section h4 span{
    color: #e89b04;
    font-size: 14px;
    margin-left: 10px;
}
.info_nav{
    border-bottom: 1px solid #e4e4e4;
}
.info_section h3{
    font-size: 30px;
    color: #09347a;
}
.info_left{
    width: 50%;
    margin-right: 50px;
}

.info_left select,.info_left textarea, .info_left input, .info_right input{
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: #fff;
}
.info_right >div{
    display: inline
}
.info_left select{
    color: #757575;
}
.info_left p, .info_right p{
    margin-bottom: 5px;
    margin-top: 15px;
}
.info_left ins{
    color: #d22222;
}
.info_textarea{
    height: 100px;
    resize:none;
}
.info_right{
    width: 50%;
}
.inner_font { 
    width: 49%;
    border: 1px solid #ccc;
    font-size: 0.875em;
    padding: 10px;
    line-height: 1;
    color: #757575;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background: #fff;
}
#province{
    margin-right: 10px
}
#residecitybox{
    margin-bottom: 10px;
}
.submit_btn{
    display: block;
    margin: 40px auto 50px auto;
    background: #00abee;
    border: none;
    color: #fff;
    text-align: center;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.section3_2{
    padding-bottom: 50px;
}
.works_list li{
    width: 280px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.works_list li a{
    display: block;
    text-align: left;
}
.works_list li a p{
    font-size: 18px;
    margin: 10px 0;
}
.works_list li a span{
    font-size: 14px;
    display: block;
    color: #a7a7a7;
}
.works_list li img{
    width: 100%;
    height: 180px;
}
.pageNav a{
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    background: #ccc;
    margin: 0 5px;
    border-radius: 3px;
}
.pageNav span{
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    margin: 0 5px;
    background: #00adee;
    border-radius: 3px;
}
.success_info {
    border-radius: 5px
}
.success_info .layui-layer-title{
    background: #fff;
    border: none;
    border-radius: 5px;
    /* display: none */
}
.success_info .layui-layer-content{
    padding-top: 0 !important;
}
.pop_content h3{
    color: #00abee;
    font-size: 24px;
    text-align: center;
}
.pop_content .pop_desc{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.pop_content img{
    width: 120px;
    height: 120px;
    margin: 15px 20px 0px 20px;
}
.pop_qrcode p{
 margin: 35px 10px 0 -7px;
}
/* .line{
    width: 1000px;
    display: block;
    margin: 30px auto;
    border: 1px solid #333;
    } */
    .line{
        width: 250px;
        display: block;
        margin: 30px auto;
        border: 1px solid #333; 
    }


    .active_line{
        /* width: 1000px; */
/*     width: 0;
    display: block;
    margin: 30px auto;
    border: 1px solid #00adee;
    position: absolute;
    top: 24px;
    left: 100px; */
}
.round{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333;
    display: block;
    position: absolute;
    top: 42px;
    z-index: 9
}
/* .round span{
    position: absolute;
    z-index: 0
    } */
    .section2 ul li{
        text-align: left
    }
    .round1{
        left: 26px;
    }
    .round2{
        left: 273px;
    }
    .round3{
        left: 531px;   
    }
    .round4{
        left: 783px;   
    }
    .round_longString{
        background: #00adee !important;
        color: #00adee !important;
        border: 1px solid #00adee !important;
    }
    .step_time_desc{
        color: #00adee !important;
    }
    .round5{
        left: 1040px;
    }
    .long_string{
        position: absolute;
        top: 38px;
        height: 26px;
        border: 1px solid #333;
    }
    .long_string_active{
        border: 1px solid #00adee;
    }
    .long_string1{
        left: 34px
    }
    .long_string2{
        left: 282px;
    }
    .long_string3{
        left: 540px;
    }
    .long_string4{
        left: 791px;
    }
    .long_string5{
        left: 1049px;
    }
    .step_time{
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        position: relative;
        left: -85px;
    }
    .step_time5{
        left: -45px;
        top: -30px
    }

    .step_desc{
        font-size: 18px;
        font-weight: bold;
        opacity: 0.9;
        position: relative;
        left: -72px;
    }
    .step_desc5{
        bottom: -30px;
        left: -42px;
    }
    .active_round{
        background:#00adee;
        border: 2px solid #00adee;
    }
    .active_font{
        color: #00adee;
    }
    #section3, #section5, #section9, #section3_1, #section10{
        position: relative;
        top: -100px;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .input_error_tip{
        border: 1px solid #d22222 !important;
    }
    .error_tip{
        color: #d22222;
        text-align: right;
    }
    .idt-win .part-one .five{
        width: 217.9px !important;
    }
    .idt-win .five-mark{
        width: 207.9px !important;
    }
    .excellent{
        width: 336px;
        display: inline-block;
        font-size: 14px;
        margin-left: 90px;
        line-height: 32px;
    }
    .excellent a:hover{
        text-decoration: underline;
        color: blue !important;
    }
    .ml0{
        margin-left: 0 !important;
    }
    .excellent_title{
        font-size: 16px;
        margin: 10px 0;
    }
    .limit{
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .wh70{
        width: 70%;
    }
    .wh22{
        width: 22%;
    }