/*----------index-first-page----------*/
@keyframes upAndDownFast{0%{top:-1%}to{top:0}}
@keyframes upAndDownSlow{0%{top:0}to{top:2%}}
@keyframes upAndDownMiddle1{0%{top:0}to{top:2.5%}}
@keyframes upAndDownMiddle2{0%{top:0}to{top:1%}}
#first-page #first-banner {
    position: relative;
}
#first-page .first-page-strangle{
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 122%;
    height: 30%;
    border-bottom: 33rem solid #e7ebef;
    border-right: 170rem solid transparent;
}
#first-page .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    /* background: linear-gradient(160deg,#001980,#2493b5,#d5f5ba);*/
    background: -webkit-radial-gradient(100% 130%, farthest-corner,#d5f5ba,#2493b5,#001980); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(100% 130%, farthest-corner,#d5f5ba,#2493b5,#001980); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(100% 130%, farthest-corner,#d5f5ba,#2493b5,#001980); /* Firefox 3.6 - 15 */
    background: radial-gradient(100% 130%, farthest-corner,#d5f5ba,#2493b5,#001980); /* 标准的语法（必须放在最后） */
    background: url("../images/bg-index-basic-cover.png") center top repeat;
}
#first-page .banner-bg img {
    position: relative;
    left: 0;
    width: 100%;
}

#first-page .animate_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#first-page .animate_img img{
    max-width: 100%;
    height: auto;
}
#first-page .animate_img.animate_fast{
    animation: upAndDownFast 2s ease-in-out infinite alternate;
}
#first-page .animate_img.animate_middle1{
    animation: upAndDownMiddle1 3s ease-in-out infinite alternate;
}
#first-page .animate_img.animate_middle2{
    animation: upAndDownMiddle2 3.5s ease-in-out infinite alternate;
}
#first-page .animate_img.animate_slow{
    animation: upAndDownSlow 2.5s ease-in-out infinite alternate;
}
#first-page .title-wrap {
    padding: 14em 24em 0 0;
    text-align: center;
}
#first-page .title-wrap h4 {
    color: #fff;
    padding-left: 2em;
}

#first-page .first-page-pic {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#first-page .first-page-pic .txt_block{
    border-radius: 10px;
    height: 425px;
    padding: 3% 7%;
    color: #666;
    line-height: 2.3rem;
}
#first-page .first-page-pic .txt_block .txt_block_title{
    padding-top: 7rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    margin-left: -1rem;
    position: relative;
}
#first-page .first-page-pic .txt_block .txt_block_title:after{
    display: block;
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 0;
    width:160px;
    height: 8px;
    background: url("../images/bg-index-line1.png") left top no-repeat;
}
#first-page .first-page-pic .index-video-wrap {
    position: relative;
    display: inline-block;
}
#first-page .first-page-pic img {
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    border-radius: 8px;
}
#first-page .first-page-pic .index-video-wrap video {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

#second-page .box_border_out,
#second-page .box_border_in{
    border:1px solid #80aaf1;
    position: relative;
}
#second-page .box_border_out:after,
 #second-page .box_border_in:after{
    display: block;
    content: "";
    position: absolute;
    right: -9px;
    bottom: -11px;
    width: 20px;
    height: 24px;
    background-color: #fff;
    border-left: 1px solid #80aaf1;
    transform: rotate(45deg);
 }

#third-page .page-box{
}
#third-page .page-box>.row{
    background-color: #fff;
    padding: 1rem;
}
#third-page .page-box .page-box-block{
    border: 1px solid #eef2f6;
}
#third-page .page-box .page-box-block .l3{
    padding: 1rem 0 0;
}
#third-page .page-box .page-box-block .l9{
    padding: 0;
}
#third-page .page-box .page-box-block .right-align a{
    color:#78a5f0;
}

#forth-page .col-show{
    position: relative;
}
#forth-page .col-show h4{
    position: absolute;
    left: 23%;
    width: 66%;
    line-height: 4rem;
    height: 0;
    color: #fff;
}
#forth-page .col-pc-phone{
    padding-top: 3rem;
}

nav .sidenav-trigger i{
    color: #fff;
}

/*mobile*/
@media only screen and (max-width: 600px) {
    #first-page .banner-bg{
        height: 250px;
    }
    #first-page .title-wrap{
        padding: 13rem 0 0;
    }
    #first-page .title-wrap h4{
        padding-left: 0;
        margin: 1rem 0 0;
        font-size: 1rem;
    }
    #first-page .first-page-pic{
        position: relative;
        margin: 2rem 0;
    }
    #first-page .first-page-pic .txt_block{
        height: auto;
        margin-bottom: 1rem;
    }
    #first-page .first-page-pic .txt_block .txt_block_title{
        padding-top: 0;
    }
    #second-page .box_border_out, #second-page .box_border_in{
        height: auto;
    }
    #second-page .box_border_out{
        padding: 0 1.5rem;
    }
    #second-page .box_border_in{
        padding: 0 1rem;
        line-height: 2.5rem;
        color: #666;
        font-size: 1.2rem;
        width: 100%;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    #forth-page .col-show h4{
        top: 16%;
    }
}
/*pad*/
@media only screen and (min-width: 601px) and (max-width: 992px) {
    #first-banner,
    #first-page .banner-bg{
        height: 750px;
    }
}
/*pc*/
@media only screen and (min-width: 993px) {
    #first-banner,
    #first-page .banner-bg{
        height: 1450px;
    }
    #second-page{
        padding-top: 4rem;
        padding-bottom: 1rem;
    }
}
/*no mobile*/
@media only screen and (min-width: 601px){
    #first-page .first-page-pic .l5:first-child .txt_block{
        background: #fff url("../images/bg-index-crown.png") 80% 150% no-repeat;
    }
    #first-page .first-page-pic .l5:last-child .txt_block{
        background: #fff url("../images/bg-index-star.png") 90% 135% no-repeat;
    }
    #first-page .first-page-pic .l5:first-child .txt_block_title{
        background: url("../images/icon-index-crown.png") left top no-repeat;
    }
    #first-page .first-page-pic .l5:last-child .txt_block_title{
        background: url("../images/icon-index-star.png") left top no-repeat;
    }
    #first-page .first-page-pic .txt_block{
        font-size: 1.2rem;
    }
    #second-page .box_border_out,
    #second-page .box_border_in{
        border:1px solid #80aaf1;
        position: relative;
        height: 532px;
    }
    #second-page .box_border_out{
        padding: 0 1.5rem;
    }
    #second-page .box_border_in{
        padding: 0 2.6rem;
        line-height: 3.9rem;
        color: #666;
        font-size: 1.6rem;
        width: 112%;
        margin-top: 1.5rem;
    }
    #second-page,
    #third-page,
    #forth-page,
    #fifth-page,
    #sixth-page{
        padding-bottom: 3rem;
        overflow: hidden;
    }
    #forth-page .col-show h4{
        top: 33%;
        font-size: 2.2rem;
    }
}
/*no pc*/
@media only screen and (max-width: 992px) {
}
