/*banner样式*/
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.banner {
    width: 100%;
    height: 716px;
}

.banner ul {
    height: 100%;
}

.banner ul li {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner .b-box {
    position: absolute;
    left: 8%;
    top: 36%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}

.banner .title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner .con {
    font-size: 24px;
    margin-bottom: 50px;
}

.banner .operate .btns {
    font-size: 19px;
    width: 220px;
    height: 50px;
    line-height: 48px;
    border:  1px solid #000;
    border-radius: 50px;
    color: #000;
    display: block;
    text-align: center;
}

.header.header-small {
    background-color: rgba(0, 0, 0, .7) !important;
}
.xcxBigBox{
    margin-top: 74px;
}

/*section11*/
.section11 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section11 .list {
    margin-bottom: 80px;
}

.section11 .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section11 .product-list li {
    width: 360px;
    height: 112px;
    background: #fff;
    box-shadow: 0 4px 20px 5px rgba(68, 93, 127, 0.1);
    border-radius: 4px;
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    margin: 0 15px 30px;
}


.section11 .product-list li .product-card {
    display: block;
    width: 100%;
    height: 100%;
    transition: filter .3s, transform .3s;
    padding: 20px 20px 20px 90px;
    box-sizing: border-box;
}

.section11 .product-list .product-item .product-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
}
.section11 .product-list .product-item .product-icon img{
    width: 50px;
}
.section11 .product-list .product-item .product-name {
    line-height: 20px;
    font-size: 18px;
    color: #333;
}

.section11 .product-list .product-item .product-desc {
    margin-top: 12px;
    color: #999;
    font-size: 13px;
}

.section11 .product-list .product-item .product-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2576fb;
    background: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    transition: margin-top .3s ease, opacity .3s ease;
    opacity: 0;
    z-index: 2;
}

.section11 .product-list .product-card::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6c5d6;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 1;
    border-radius: 4px;
}

.section11 .product-list .product-item:hover .product-link {
    opacity: 1;
    margin-top: -17px;
}

.section11 .product-list .product-item:hover .product-card::before {
    display: block;
}

.section11 .product-list .product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 15px 0 rgba(68, 93, 127, 0.24);
}

/*section22*/
.section22{
    margin: 20px 0 100px;
}
.section22 .section22Con .big-list {
    width: 66.66%;
    padding: 24px 12px 0;
    float: right;
}

.section22 .section22Con .big-list .con {
    height: 490px;
    background: linear-gradient(299deg, #09a0ff 0%, #24abff 100%);
    border-radius: 20px;
    position: relative;
    padding: 102px 0 0 88px;
    overflow: hidden;
}

.section22 .section22Con .big-list .con .pic1 {
    display: block;
    width: 210px;
}

.section22 .section22Con .big-list .con .pic2 {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 346px;
    display: block;
}

.section22 .section22Con .big-list .con .index-title {
    color: #ffffff;
    margin: 0 0 32px;
    max-width: 400px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.section22 .section22Con .big-list .con a {
    display: block;
    width: 176px;
    line-height: 48px;
    color: #009DFF;
    background-color: #ffffff;
    transition: 0.2s;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(53, 48, 48, 0.02);
    font-size: 17px;
}

.section22 .list {
    float: left;
    width: 33.33%;
    padding: 24px 12px 0;
}

.section22 .list .con {
    background: linear-gradient(118deg, rgba(249, 253, 255, 0.7), rgba(224, 243, 255, 0.7) 100%);
    border-radius: 20px;
    height: 232px;
    padding: 56px 56px 0 56px;
    transition: 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.section22 .list .con .index-sub-title {
    position: relative;
    line-height: 48px;
    text-align: left;
    font-size: 24px;
    color: #353030;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section22 .list .con p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(53, 48, 48, 0.7);
    margin-top: 24px;
    max-width: 290px;
}
.section22 .list .con .index-sub-title img {
    display: block;
    width: 62px;
    filter: alpha(opacity=50);
    margin-right: 6px;
    opacity: .8;
    transition: all .4s
}
.section22 .list .con:hover img{
    transform: scale(1.1);
}
/*小程序展示*/
.section11 .content{
    background-color: #EAF7FF;
    padding: 80px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.content {
    /*max-width: 1320px;*/
    width: calc(90% - 0.3rem);
    margin-left: auto;
    margin-right: auto;

}

.g-title h2 {
    font-size: 0.4rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.g-title .summery {
    font-size: 20px;
    color: #8f8e8e;
}

.g-title {
    text-align: center;
    margin-bottom: 50px;
}

.section13 .list .item {
    width: 236px;
    height: 456px;
    float: left;
    position: relative;
    top: 0;
    transition: transform .3s ease, box-shadow .3s ease;
    background-image: url("/static/xxyc/images//simulation_bg.png");
    background-repeat: no-repeat;
    padding: 32px 15px 70px 10px;
}

.section13 .list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.section13 .list .item img {
    width: 100%;
    height: 100%;
}

.section13 .list .item:hover {
    transform: translate(0, -10px);
}

/*结尾*/
.section44 {
    text-align: center;
    padding-bottom: .8rem;
    padding-top: 0.8rem;
    background-image: url("../images/lxfsBj.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}
.section44 .section44Mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
}
.section44 .concatMy {
    width: calc(90% - .3rem);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.section44 .concatMy h2 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.section44 .concatMy h4 {
    margin-bottom: .3rem;
    font-weight: normal;
    font-size: 28px;
    color: #fff;
}

.section44 .concatMy p {
    font-size: 18px;
    color: #fff;
}

.section44 .concatMy .concatPhone {
    width: 400px;
    margin: 40px auto 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section44 .concatMy .concatPhone:hover span {
    transform: scale(1.2);
}

.section44 .concatMy .concatPhone img {
    width: 78px;
    margin-right: 20px;
}

.section44 .concatMy .concatPhone span {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    transition: all .4s;
    cursor: pointer;
}


/*模板*/
.section13{
    padding-top: 120px;
}
.section13 .swiper-wrapper{
    padding: 0 10px;
    width: calc(100% - 60px);
    margin-bottom: 36px;
}
.section13 .xcxAl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.listSwiperOne,
.listAwiperTwo{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
}
.listSwiper .swiper-button-prev,
.listSwiper .swiper-button-next{
    display: none;
}
.listSwiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
