.banner{
    background: #ffffff;
    height: 500px;
}
.banner-inner{
    width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 10px;
}
.banner-right{
    position: relative;
    height: 500px;
}
.fw-200{
    font-weight: 200;
}
.fs-30{
    font-size: 30px;
}
.fs-22{
    font-size: 22px;
}
.w-480{
    width: 480px;
    margin: 0 auto;
}

.lh-defult{
    line-height: 1.5;
}
.m-r-0{
    margin-right: 0;
}
.phone{
    width: 230px;
    height: 470px;
}

.main{
    height: 780px;
    background: #f6f9fc;
}
.in-main{
    width: 1100px;
    margin: 100px auto 0 auto;
    position: relative;
    height: 500px;

}

.in-adv-l{
    height: 400px;
    background-image: url("../webroot/img/te_new/adv1.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 55px 20px;
}
.in-adv-r{
    height: 400px;
    background-image: url("../webroot/img/te_new/adv2.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 55px 20px;
}
.adv-st{
    position: absolute;
    width: 85px;
}

.adv-l-1{
    top: 25px;
    left: -30px;
}
.adv-l-2{
    top: 10px;
    width: 70px;
    left: 400px;
}
.adv-l-3{
    top: 250px;
    left: -30px;
}

.adv-l-4{
    top: 230px;
    left: 430px;
}
.adv-l-5{
    top: 98px;
    left: 195px;
}
.advr-5{
    top: 90px;
    left: -20px;
}


/*.adv-l-2*/
/*.adv-l-2*/

.h3{
    color: #4b4c6e;
}
.m-t-200{
    padding-top: 210px;
}
.process{
    background: #ffffff;
    height: 500px;
}
.in-process{
    width: 1100px;
    margin: 0 auto;
    padding-top: 25px;
}

.fw-defult{
    font-weight:400;
}

.down{
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin:0 auto;
}
.down .downbox{
    width: 700px;
    margin: 100px auto;
}
.downbox .db-l{
    width: 450px;
    color: #0c284c;
    float: left;
    margin-top: 15px;
}
.downbox .db-l dl dt{
    float: left;
}
.downbox .db-l dl dd{
    float: left;
    font-size: 18px;
    margin: 10px 20px;
}
.downbox .db-l dl dd p{
    line-height: 35px;
}
.downbox .db-r{
    width: 106px;
    float: right;
    border: 1px solid #e5e5e5;
}
.downbox .db-r dl{
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.down .round-blue{
    width: 1500px;
    height: 1500px;
    border-radius: 48.5%;
    position: absolute;
    left: -200px;
    top: 420px  ;
    animation: rotate 18s infinite linear;
    background: #00a7ff;
    z-index: 99;
}
.down .round-one{
    width: 300px;
    height: 300px;
    border-radius: 46.5%;
    position: absolute;
    left: 0;
    top: 460px  ;
    animation: rotate 14s infinite linear;
    background: #79a8a9;
    opacity: 0.4;
    z-index: 98;

}
.down .round-two{
    width: 500px;
    height: 500px;
    border-radius: 47.5%;
    position: absolute;
    left: 700px;
    top: 460px  ;
    animation: rotate 25s infinite linear;
    background: #79a8a9;
    opacity: 0.6;
}
@keyframes rotate {
    0% {

    }
    100% {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); 	/* IE 9 */
        -moz-transform:rotate(360deg); 	/* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg);
    }
}
