

/*新增banner调整*/
.swiper {

    height: 650px;
}
/* 图片容器样式 */
.swiper-slide {
    position: relative;
}
/* 文字容器样式 */
.banner-content-main {
    position: absolute;
    top: 20px; /* 调整文字距离顶部的位置 */
    left:10%;
    /*transform: translateX(-50%);*/
    /*background-color: #fff;*/
    /*color: white;*/
    /*padding: 10px;*/
    /*border-radius: 5px;*/
}
/*新增banner调整end*/

.btn-bg-three {
    background-color: #CD10E7
}

.btn-bg-three::before {
    border-color: #009EFF
}
.banner-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#51D6D8),to(#212C71));
    background-image: linear-gradient(to right,#51D6D8,#212C71);
    z-index: -1;
    opacity: .8
}
.header-main{
    background-color: transparent;
    top:0;
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #faf4f473;

}


.banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#51D6D8),to(#212C71));
    background-image: linear-gradient(to right,#51D6D8,#212C71);
    z-index: -1;
    opacity: .8
}
.banner-item-left{
 top: 0px;
}
.banner-content {
    max-width: 540px;
    margin-left: auto;


}

.banner-content span {
    color: #fff;
    margin-bottom: 10px
}

.banner-content h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #fff
}

.banner-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.banner-content ul li {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    -webkit-transition: .7s;
    transition: .7s
}

.banner-content ul li i {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.banner-content ul li:hover {
    color: #009EFF;
    letter-spacing: .25px
}

.banner-content .banner-btn {
    margin-top: 30px
}

.banner-content .banner-btn .get-btn {
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #009EFF;
    z-index: 1;
    border-radius: 50px
}

.banner-content .banner-btn .get-btn:hover {
    color: #009EFF;
    background-color: #fff
}

.banner-content .banner-btn .register-btn {
    margin-left: 20px;
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 50px
}

.banner-content .banner-btn .register-btn:hover {
    background-color: #009EFF;
    border-color: #009EFF
}

.banner-img {
    max-width: 800px;
    margin-right: auto;
    position: relative;
    z-index: 1;
    top: 0px;
    -webkit-animation: moveBounce 9s linear infinite;
    /*padding-top: 100px;*/
    padding-bottom: 20px;
}
/*.banner-img img{*/
/*    width: 800px;*/
/*    height: 640px;*/
/*}*/

.banner-area-two {
    padding-top: 240px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/home-two-bg.png)
}

.banner-area-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#FF00E6),to(#2E70EE));
    background-image: linear-gradient(to right,#FF00E6,#2E70EE);
    z-index: -1;
    opacity: .8
}

.banner-img2 {
    margin-bottom: 30px;
    -webkit-animation: moveBounce 9s linear infinite;
    animation: moveBounce 9s linear infinite
}

.banner-form-area .sub-title {
    color: #fff;
    margin-bottom: 10px
}

.banner-form-area h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #fff
}

.banner-form-area .banner-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.banner-form-area .banner-list li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
    z-index: 1;
    font-size: 16px
}

.banner-form-area .banner-list li::before {
    content: '';
    position: absolute;
    top: 10px;
    height: 10px;
    width: 1px;
    right: -20px;
    background-color: #fff
}

.banner-form-area .banner-list li:last-child {
    margin-right: 0
}

.banner-form-area .banner-list li:last-child::before {
    display: none
}

.banner-form-area .banner-list li a {
    color: #fff
}

.banner-form-area .banner-list li a span {
    margin-left: 10px
}

.banner-form-area .banner-form {
    background-color: #fff69;
    padding: 20px;
    border-radius: 0
}

.banner-form-area .banner-form .form-group {
    position: relative;
    margin-bottom: 0;
    position: relative
}

.banner-form-area .banner-form .form-group .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #0F0C0A;
    background-color: #fff;
    font-weight: 400;
    border-radius: 0;
    font-size: 15px
}

.banner-form-area .banner-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 5
}

.banner-form-area .banner-form .default-btn {
    float: right;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.banner-form-area .banner-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 52px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 0;
    background-color: #CD10E7;
    color: #0F0C0A
}

.banner-form-area .banner-form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,0.1);
    box-shadow: 0 0 29px 0 rgba(102,102,102,0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.banner-form-area .banner-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #0F0C0A;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.banner-form-area .banner-form .nice-select .list .option:hover {
    background-color: #CD10E7!important;
    color: #fff
}

.banner-form-area .banner-form .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.banner-form-area .banner-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #555;
    top: 45%;
    right: 20px
}

.banner-area-three {
    /*padding-top: 240px;*/
    /*padding-bottom: 160px;*/
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/vendor/home-one-bg.jpg);
    position: relative;
    z-index: 1
}

.banner-area-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#111A57),to(#05DCF4));
    background-image: linear-gradient(to right,#111A57,#05DCF4);
    z-index: -1;
    opacity: .9
}

.banner-content-two {
    padding-top: 100px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1
}


.banner-content-two span {
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff38;
    line-height: 1.2
}

.banner-content-two h1 {
    margin-top: 15px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}

.banner-content-two .banner-btn-area {
    margin-top: 30px
}

.banner-content-two .banner-btn-area .get-btn {
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #009EFF;
    z-index: 1
}

.banner-content-two .banner-btn-area .get-btn:hover {
    color: #009EFF;
    background-color: #fff
}

.banner-content-two .banner-btn-area .register-btn {
    margin-left: 20px;
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: 1
}

.banner-content-two .banner-btn-area .register-btn:hover {
    background-color: #009EFF;
    border-color: #009EFF
}

.banner-img-three {
    margin-bottom: 30px;
    padding-top: 100px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
    -webkit-animation: moveBounce 9s linear infinite;
    animation: moveBounce 9s linear infinite
}

.banner-shape .shape1 {
    position: absolute;
    top: -35px;
    right: 0
}

.banner-shape .shape2 {
    position: absolute;
    top: 0;
    right: 0
}


.main-header-menu-wrap{
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}


.inner-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#51D6D8),to(#212C71));
    background-image: linear-gradient(to right,#51D6D8,#212C71);
    z-index: -1;
    opacity: .8
}


@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}
.nav-btn {
    position: relative;
    top: 3px
}
.default-btn {
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .7s;
    transition: all .7s;
    border-style: solid;
    border-width: 80px 100px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.default-btn:hover {
    color: #fff!important
}

.default-btn:hover:before {
    border-color: #0F0C0A;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 1
}

.typed-cursor {
    opacity: 1;
}
.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .top-130px {
        position: relative;
        top: 130px;
    }
}

@media (max-width: 991px) {
    .banner-img {
         /*padding-top: 100px;*/
         padding-bottom: 90px;
        /*top:30px;*/
    }
}
