html {
    background: transparent !important;
}

p {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

.h-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ttt {
    overflow: hidden;
}

.t-b {
    font-size: 15px;
    cursor: pointer;
    float: left;
    padding: 15px 0px;
    margin: 0 15px !important;
    color: #333;
}

.t-b.active {

    color: #1E9FFF;
    border-bottom: 2px solid #1E9FFF;
}

.ttt {
    padding-left: 20px;
}

body {
    min-width: 1200px;
}

.layadmin-user-login-body .layui-form-item {
    position: relative
}

.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2
}


.login-header {
    padding-top: 10px;
    height: 80px;
    line-height: 38px;
    padding-top: 20px;
    color: #fff;

    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    min-width: 1200px !important;
}

.login-header.active{
    border-bottom: 1px solid #eee;
}

.login-header.active * {
    color: #666;
}

.login-header.active a:hover {
    color: #458BE9;
}

.login-header.active .h-btn-hover:hover {
    border-color: #458BE9 !important;
}

body .login-header .h-inner .h-btn.h-btn-hover.active {
    color: #458BE9 !important;
    border-bottom: 2px solid #458BE9;
}

body .login-header .h-inner .h-btn.h-btn-hover.active a {
    color: #458BE9 !important;
}

.login-header.active .l-btn:hover {
    background: rgb(30, 106, 218);
}

.login-header.active .l-btn:hover {
    color: #fff !important;
}

.login-header.active .l-btn {
    background-color: #fff;
    color: rgb(30, 106, 218) !important;
    border: 1px solid rgb(30, 106, 218) !important;
}

.h-logo {
    height: 40px;
}

.h-btn {
    display: inline-block;
    margin-left: 30px;
}

.h-btn a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.h-btn-hover:hover {
    border-bottom: 2px solid #fff;
}

.l-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

.l-btn:hover {
    background-color: #fff;
    color: rgb(30, 106, 218) !important;
}

.home-title {
    padding: 80px 0;
    font-size: 36px;
    text-align: center;
}

.maxwidth {
    width: 1200px;
    margin: auto;
}

.zuo {
    margin: 0;
    padding: 0;
    border: none;
    height: 68px;
}

.zuo li {
    font-size: 20px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    background: rgba(245, 245, 245, 1);
    width: 400px;
}

.zuo.layui-tab-title .layui-this:after {
    display: none;
}

.zuo li.layui-this {
    color: #fff !important;
    background-color: #548CE2 !important;
}

.banner-item {
    display: block;
    position: relative;
}

.bi-img {
    position: relative;
    /* width: 100%; */
}

.znh {
    top: 200px;
    z-index: 10;
    margin: auto;
    font-size: 72px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.texth {
    top: 380px;
    z-index: 10;
    margin: auto;
    font-size: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 65px;
}

.textbtn {

    top: 570px;
    z-index: 10;
    margin: auto;
    text-align: center;
    margin-top: 110px;
}

.textbtn-button {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: rgba(240, 181, 0, 1);
    border-radius: 6px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    user-select: none;
}

.textbtn-button:hover {
    background: #f0a900;
}

.textbox {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
}

.animate-section {
    position: relative;
}

.bg1 {
    width: 1100px;
    margin: auto;
    display: block;
}

.diqiu {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
}

.rotate-circle {
    animation: rotateCircle 15s linear none infinite;
    -webkit-animation: rotateCircle 15s linear none infinite;
    -moz-animation: rotateCircle 15s linear none infinite;
    -o-animation: rotateCircle 15s linear none infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.yunfuwu {
    position: absolute;
    top: 188px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;

    font-size: 36px;
    font-weight: 400;
    color: rgba(84, 140, 226, 1);
}

.small-box {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.bg-small {
    width: 76px;
}

.bs-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    color: #999999;
    font-size: 16px;
}

.zixun {
    height: 725px;
    margin-top: 100px;
}

.zixun-img {
    width: 88px;
    margin-top: 56px;
}

.zixun-box {
    width: 1200px;
    margin: auto;
}

.zixun-item {
    border-radius: 5px;
    padding: 25px;
    background: #fff;
    width: 269px;
    height: 440px;
    float: left;
    margin: 0px 15px;
}

.zixun-t1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    color: #333;
}

.zixun-t2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    margin-top: 30px;
}

.youshi-row {
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.youshi-item {
    background: #fff;
    width: 370px;
    float: left;
    overflow: hidden;
    margin-right: 29px;
}

.youshi-item-left {
    float: left;
    width: 88px;
}

.youshi-item-left img {
    width: 88px;
}

.youshi-item-right {
    width: 275px;
    float: right;
}

.yir-t1 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.yir-t2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    margin-top: 10px;
}

.xiaolv {
    height: 300px;
    background: transparent;
}


.home-footer {
    min-width: 1200px;
    background-color: #28292d;
}

.home-footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.home-footer .inner>div {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding: 5px 0;
}

.xiaolv-text {
    font-size: 40px;
    font-weight: 100;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    padding-top: 80px;
}

.xiaolv-button {
    display: inline-block;
    background: rgba(240, 181, 0, 1);
    border-radius: 6px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    user-select: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: rgba(69, 139, 233, 1);
    border-radius: 25px;
    text-align: center;
}


.anitr {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.ani {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.yg {
    height: 460px;
    margin-top: 80px;
}

.yg-left {
    float: left;
}

.yg-img {
    width: 488px;
}

.yg-right {
    float: right;
}

.yg-title {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.yg-line {
    width: 48px;
    height: 4px;
    background: rgba(69, 139, 234, 1);
    margin-top: 20px;
}

.yg-text {
    width: 480px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 50px;
    line-height: 40px;

}

.yg-l {
    margin-top: 50px;
}

.yg-l a {
    color: rgba(84, 140, 226, 1);
}

.yg-l a:hover {
    color: rgb(30, 106, 218) !important;
}

.znh1 {
    top: 50px;
    z-index: 10;
    margin: auto;
    font-size: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.textbox1 {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
}

.texth1 {
    z-index: 10;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 20px;
}

.textbtn1 {
    z-index: 10;
    margin: auto;
    text-align: center;
    margin-top: 38px;
}

.textbtn-button1 {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: rgba(69, 139, 234, 1);
    border-radius: 25px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    user-select: none;
}

.textbtn-button2 {
    display: inline-block;
    line-height: 72px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    user-select: none;

    width: 223px;
    height: 72px;
    background: rgba(69, 139, 234, 1);
    border-radius: 6px;
    position: relative;
}

.textbtn-button2 img.dicon {
    position: relative;
    bottom: 5px;
    right: 8px;
}



.yg2 {
    height: 540px;
    padding-top: 70px;
}

.yg2-left {
    float: left;
}

.yg2-img {}

.yg2-right {
    float: right;
}

.yg2-title {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.yg2-line {
    width: 48px;
    height: 4px;
    background: rgba(69, 139, 234, 1);
    margin-top: 20px;
}

.yg2-text {
    width: 510px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 30px;
    line-height: 30px;

}

.yg2-l {
    margin-top: 20px;
}

.yg2-l a {
    color: rgba(84, 140, 226, 1);
}

.yg2-l a:hover {
    color: rgb(30, 106, 218) !important;
}

.yg2-item-row {
    overflow: hidden;
    margin-bottom: 5px;
}

.yg2-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(86, 149, 235, 1);
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.yg2-item-text {
    display: inline-block;
    width: 150px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.yg2-item {
    float: left;
}

.section-bg {
    background: rgba(245, 245, 245, 1);
}

.home-tabs {
    height: 120px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    bottom: 30px;
}

.ht-item {
    display: inline-block;
    width: 100px;
    margin-top: 31px;
    cursor: pointer;
    margin-right: 11px;
}

.ht-icon {
    width: 30px;
}

.ht-item:hover div {
    color: rgba(69, 139, 233, 1);
}

.home-tabs2 .ht-item {
    width: 94px;
    margin-right: 0;
}

.codeimg {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.textbtn-button2:hover .codeimg {
    display: block;
}

.xiaolv-button:hover,
.textbtn-button1:hover,
.textbtn-button2:hover {
    background: rgb(30, 106, 218) !important;
}

@-webkit-keyframes rotation {
    0% {}

    50% {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.small-box:hover .bg-small {
    -webkit-transform: rotate(360deg);
    animation: rotation 0.5s linear;
    -moz-animation: rotation 0.5s linear;
    -webkit-animation: rotation 0.5s linear;
    -o-animation: rotation 0.5s linear;
}

.gx .layui-colla-title {
    background-color: #fff;
    padding-left: 0;
}

.gx .layui-collapse {
    border-top: none;
    border-left: none;
    border-right: none;
}

.gx .layui-colla-content {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
}

.gx .layui-colla-icon {
    right: 0;
    left: initial;
}
