html, body {
    background: #fff;
    min-width: 120px;
}

.container, .footer {
    min-width: 1200px;
}

.box {
    width: 1200px;
    margin: auto;
}
.flex-box {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 51px auto 38px;
    display: flex;
}
.flex-column {
    flex-direction: column;
}


header {
    height: 60px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #f2f2f2;
}
.header {
    display: flex;
    align-content: center;
    height: 60px;
}
.ty-logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.ty-logo img {
    width: 145px;
    height: auto;
}
.ty-nav {
    display: flex;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #06091F;
    line-height: 60px;
    align-content: center;
}
.ty-li {
    color: #06091F;
    display: block;
    padding: 0 36px;
}
.ty-li.active, .ty-li:hover {
    background: #E6F9FA;
    border-bottom: 4px solid #31D1DB;
}

.container {
    padding-top: 60px;
}


.slider {
    width: 100%;
    height: 440px;
}
.slider-banner {
    height: 440px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color:#fff;
    opacity: 1;
    background: rgba(256, 256, 256, .5);
}
.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    line-height: 12px;
    color:#fff;
    background: rgba(256, 256, 256, 1);
}

.banner-1 {
    background: url("../images/qiansheng/banner_bg.png?v=1.0.1") no-repeat center;
    background-size: cover;
}
.banner-2 {
    background: url("../images/qiansheng/banner_bg2.png?v=1.0.1") no-repeat center;
    background-size: cover;
}
.banner-box .box {
    position: relative;
    height: 100%;
}
.banner-box .box-link {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.banner-logo {
    padding-top: 100px;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 24px;
}
.banner-logo img {
    display: block;
    height: 30px;
    width: 28px;
    object-fit: contain;
}
.banner-desc {
    padding-top: 9px;
}
.banner-desc img {
    height: 43px;
    width: auto;
}
.banner-btn {
    margin-top: 46px;
    width: 120px;
    height: 38px;
    background: url("../images/qiansheng/button_bg.png") no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    text-indent: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #1A63F7;
}
.banner-btn a {
    color: #1A63F7;
}

.module-box {
    padding: 70px 0 20px;
}

.module-title {
    text-align: center;
}
.module-title div {
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 500;
    color: #262626;
    line-height: 1;
    display: inline-block;
    margin: auto;
}
.module-title div:before {
    content: attr(data-text);
    position: relative;
    z-index: 1;
}
.module-title div:after {
    content: ' ';
    width: 100%;
    height: 12px;
    background: linear-gradient(180deg, #50D5B8 0%, rgba(136, 236, 221, 0) 100%);
    position: absolute;
    bottom: -6px;
    left: 0;
}

.server-target {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    line-height: 1.1;
}
.server-target-chunk {
    flex: 1;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.server-target-chunk span {
    font-size: 40px;
    color: #031025;
    margin-bottom: 5px;
}

.server-target-chunk div{
    margin-bottom: 6px;
}
.server-target-chunk div:last-of-type {
    margin-bottom: 0;
}


.module-about {
    /*background: #F8F9FC;*/
    height: 687px;
    box-sizing: border-box;
}
.about-img {
    flex-basis: 360px;
    margin-left: auto;
    margin-top: 20px;
}
.about-img img {
    width: 360px;
    height: 360px;
    object-fit: contain;
}

.about-desc {
    flex-basis: 640px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.about-desc .logo{

}
.about-desc .logo img {
    width: 230px;
    height: auto;
    display: block;
}
.about-desc .title {
    padding-top: 27px;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    color: #202020;
}
.about-desc .desc {
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    line-height: 30px;
}
.about-desc .ul {
    padding-top: 50px;
}
.about-desc .li {
    display: flex;
    padding-bottom: 18px;
}
.about-desc .li span {
    font-size: 18px;
    font-weight: 400;
    color: #5E6A68;
    line-height: 26px;
}
.about-desc .li span:first-of-type {
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    line-height: 26px;
    padding-left: 18px;
    word-break: keep-all;
    position: relative;
}
.about-desc .li span:first-of-type:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #2CE5AB;
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
}


.module-business {
    background: #F8F9FC;
    /*padding-bottom: 80px;*/
}
.module-it-sign {
    padding-bottom: 90px;
    background: #F8F9FC;
}
.business-box {
    padding-top: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business-chunk{
    flex-basis: 384px;
    width: 384px;
    height: 180px;
    padding-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(0, 16, 63, 0.14);
    border-radius: 10px;
    margin-bottom: 24px;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
}
.business-chunk:hover {
    border-color: #25CB94;
}
.business-chunk-other:hover {
    border-color: #FC5653;
}
.business-chunk-2:hover {
    border-color: #5099FF;
}

.business-chunk div {
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    text-align: center;
    padding-top: 4px;
}
.business-chunk div:first-of-type img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.business-chunk div:nth-of-type(2) {
    font-size: 20px;
    font-weight: 500;
    color: #2B2B2B;
    line-height: 33px;
    padding-top: 16px;
    padding-bottom: 6px;
}


.technology-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.technology-box .tabs {
    display: flex;
    padding-top: 20px;
}
.technology-box .tabs div {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #E0E0DF;

    font-size: 14px;
    font-weight: 400;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.technology-box .tabs div.active {
    background: #50D5B8;
    border-color: #50D5B8;
    color: #ffffff;
}

.channels-box {
    display: flex;
    padding-top: 11px;
    flex-wrap: wrap;
}
.channels-box div{
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    background: #fff;
    margin: 0 12px 12px 0;

    box-shadow: 3px 3px 8px 0px rgba(0, 16, 63, 0.06);
    border-radius: 4px;
}
.channels-box div:nth-of-type(6n) {
    margin-right: 0;
}
.channels-box img {
    display: block;
    width: 150px;
    height: 60px;
    object-fit: contain;
}


footer {
    background: #161D30;
    padding: 0;
}
.footer {
    display: flex;
    /*height: 370px;*/
    /*height: 310px;*/
    background: #161D30;
}
.footer > div {
    flex: 1;
}

.copyright-box {
    flex-basis: 33%;
    max-width: 33%;
    margin-right: 10px;
}
.copyright-box .logo{
    height: 51px;
}
.copyright-box .logo img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.copy-line {
    width: 24px;
    height: 2px;
    background: #31CED8;
    margin-top: 35px;
}
.copy-desc {
    padding-top: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #767A82;
    line-height: 12px;
}
.copy-desc div {
    padding-top: 10px;
}


.concat-us .title {
    margin-top: 10px;
    margin-left: -3px;
    color: #fff;
}
.concat-us-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.field-box {
    flex-basis: 50%;
    margin-top: 20px;
    font-size: 14px;
    width: 150px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.field-box div:first-of-type {
    color: #6B6F76;
    font-size: 14px;
    padding-bottom: 6px;
}

.qr {
    flex-basis: 300px;
    max-width: 300px;
    margin-left: auto;
    /*margin-right: 30px;*/
    /*padding-left: 0px;*/
}
.qr > div {
    padding-left: 26px;
}
.qr .title {
    margin-top: 10px;
    margin-left: -3px;
    color: #fff;
}
.qr-box {
    padding-top: 42px;
    display: flex;
    justify-content: space-between;
}
.qr-box > div{
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qr-box img {
    width: 114px;
    height: 114px;
    object-fit: contain;
    border-radius: 6px;
}
.qr-box > div > div {
    color: #fff;
    padding-top: 14px;
    font-size: 14px;
}




.content-card {
    text-align: center;
    line-height: 1;
    transition: all .5s ease;
    width: 275px;
    /*height: 490px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 0px;
}
.content-card-img{
    width:260px;
    height:360px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    background: #fff;
}
.content-card-img img{
    width: 100%;
    object-fit: cover;
}
.card-type-left{
    position: absolute;
    left:0;
    top:0px;
    transform: scale(.673);
}
.card-type-left .content-card-img img,
.card-type-right .content-card-img img
{
    opacity: .4;
}
.card-type-left2 .content-card-img img,
.card-type-right2 .content-card-img img
{
    opacity: .7;
}
.card-type-left2, .card-type-right2 {
    position: relative;
    z-index: 1;
}

.card-type-left2{
    position: absolute;
    left:168px;
    top:0px;
    transform: scale(.8);
}
.card-type-right2{
    position: absolute;
    left: 737px;
    top:0px;
    transform: scale(.8);
}
.card-type-right{
    position: absolute;
    left: 910px;
    top:0px;
    transform: scale(.673);
}
.card-type-active{
    background:rgba(255,255,255,1);
    position: absolute;
    left: calc(50% - 130px);
}
.card-type-active .content-card-img{
    box-shadow: 6px 6px 14px -6px #777;
}
.card-type-hide{
    position: absolute;
    left:calc(100% + 140px);
    opacity:0;
    transform: scale(.3);
}
.card-type-hide-left{
    position: absolute;
    left: -440px;
    opacity:0;
    transform: scale(.3);

}
.card-type-hide-right {
    position: absolute;
    left: initial;
    right: -440px;
    opacity:0;
    transform: scale(.3);
}

.module-content-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 14px;
    position: relative;
}
.module-content-box .btn-arrow{
    width:21px;
    height:37px;
    position: absolute;
    left: 20px;
    top: 240px;
    cursor: pointer;
    z-index:2;
}
.module-content-box .arrow-prev{
    background: url("../images/icon_arrow_prev.png") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}
.module-content-box .arrow-next{
    left: inherit;
    right:20px;
    background: url("../images/icon_arrow_next.png") no-repeat center;
    -webkit-background-size: cover;
    background-size:cover;
}
.beian {
    color: #767A82;
    padding: 9px 0;
    border-color: #2A334A;
    width: 80%;
    min-width: 1200px;
    margin: auto;

}
.beian .a-ICP {
    color: #757A82;
}

