.banner{
    margin-top: -80px;
    background-color: #3697fc;
    width: 100%;
    height: 520px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.font-ff{
    color: #ffffff;
}
.w-500{
    width: 500px;
    margin:0 auto;
}
.w-400{
    width: 400px;
}
.w-170{
    width: 170px;
    margin: 0 auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}
.p0{
    padding: 0;
}
.main1 .w-170{
    width: 185px;
}
.main3 .w-170{
    max-width: 173px;
}

.banner-inner{
    width: 1100px;
    margin: 0 auto;
}
.banner-inner .cardbox{
    width: 100%;
}
.banner-inner .card-img{
    width: 610px;
    margin-top: 60px;
}
.bus-pcimg{

    width: 100%
}
.main{
    width: 100%;
}
.main1{
    width: 1100px;
    margin: 0 auto;
    margin-top: 260px;
    height: 420px;
    text-align: center;
}

.main2 {
    height:750px;
    width: 100%;
    background-image: url("../webroot/img/te_new/dashboard-bg.svg");
    background-size: cover;
}

.main2 .pc-box{
    height: 550px;
    background-size: 874px 500px;
    background-image: url("../webroot/img/te_new/pc.png") ;
    background-position: -80px;
    background-repeat: no-repeat;
}
/*.swiper-slide{*/
    /*background: #79a8a9;*/
/*}*/

.main2 .font-2-normal{
    font-size: 16px;
}
.main3{
    background: #f6f9fc;
}
.main3 .inner-main3{
    width: 1002px;
    margin: 0 auto;
    min-height: 680px ;
}
.main3 .inner-main3 .col-lg-3{
    background: #ffffff;
    height: 260px;
    width: 230px;
    margin: 20px 10px;
    padding: 0;
    box-shadow: 0 0 25px 0 rgba(113,150,193,.2);
}

.adv-img{
    width: 73px;
    height: 73px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.main4{
    height: 350px;
    background-size: 100% 100%;
    background-image: url("../webroot/img/te_new/bg.png");
}

.try {
    width: 100%;
    height: 160px;
    margin-top:60px;
}

.try .try-inner {
    width: 1100px;
    margin: 0 auto;
}

.try .try-inner .input {
    text-indent: 20px;
    height: 40px;
    width: 500px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    position: relative;
    left: 40%;
    color: #666666;
    margin-left: -215px;
}

.try .try-inner button {
    width: 120px;
    height: 40px;
    background: #00c859;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    font-size: 12px;
    outline: none;
    opacity: 1;
    display: block;
    margin: 0 auto;
}
.try .try-inner button:hover {
    opacity: .9;
}
