/* 微信平台 */
/* 应用功能亮点 */
.function{
    width: 100%;
    height: auto;
    background-image: url('../imgs/backg_function.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.function .main-title{
    padding-top: 50px;
}
.function .main-title h2{
    font-weight: bold;
    color: #202020;
    margin-bottom: 31px;
}
.fun-content{
    width: 1200px;
    height: 524px;
    margin: 0 auto;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
}
.funItem{
    width: 330px;
    height: 524px;
}
.funItem li{
    width: 248px;
    height: 68px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 98px;
    color: #454545;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.funItem li:first-child{
    margin-top: 0;
}
.funItem li img{
    width: 32px;
    height: 32px;
    margin-left: 50px;
    display: block;
    margin-right: 30px;
    transition: all .3s;
    line-height: 32px;
}
.funItem li.active{
    background: linear-gradient(180deg, rgba(37,216,164,0.1) 0%, rgba(9,195,131,0.1) 100%);
    color: #09C383;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 4px
}

.funItem li:hover img{
    transform: rotate(360deg);
}
.funItem li.active img.img2{
    display: block;
}
.funItem li.active img.img1{
    display: none;
}
.funList{
    position: relative;
    width: 787px;
    height: 524px;
}
.funList li{
    width: 100%;
    height: 524px;
    display: none;
}
.funList li img{
    width: 100%;
    height: 444px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.funList li:first-child{
    display: block;
}
.funList .swiper-container{
    width: 100%;
    height: 444px;
}
/*.funList .swiper-container .swiper-button-prev,.funList .swiper-container .swiper-button-next{*/
/*    margin-top: 0;*/
/*    top: 226px;*/
/*}*/
.funList p{
    line-height: 25px;
    font-size: 14px;
    color: #858585;
    padding-top: 30px;
}
/* 广告植入 */
.swiper-container-advertis {
    height: 326px;
    padding-top: 50px;
}
.swiper-container-advertis .swiper-slide .advItem{
    display: block;
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-repeat: no-repeat;
    background-position: 21px 25px;
    padding: 25px 21px 25px 130px;
    padding-left: 130px;
    box-sizing: border-box;
    transition: all .2s linear;
}
.swiper-container-advertis .swiper-slide .advItem:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.swiper-container-advertis .swiper-slide .advItem h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #525252;
}
.swiper-container-advertis .advItem .new{
    float: right;
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #E8F2EA;
    font-size: 12px;
    color: #09C383;
    text-align: center;
    border-radius: 3px;
}
.swiper-container-advertis .advItem .text{
    color: #989898;
    font-size: 14px;
    margin: 3px 0;
}
.swiper-container-advertis .advItem .info span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    color: #555555;
    text-align: center;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 3px;
}
.swiper-container-advertis .swiper-slide .xian{
    position: relative;
    display: block;
    width: 110%;
    height: 32px;
    text-align: center;
    margin-top: 40px;
    margin-left: -5%;
}
.swiper-container-advertis .swiper-slide .time{
    position: relative;
    z-index: 1;
    width: 61px;
    height: 32px;
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    padding: 0 8px;
}

.swiper-container-advertis .swiper-slide .xian::after{
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #D6D3D3;
}
.swiper-container-advertis .swiper-button-prev-radius,
.swiper-container-advertis .swiper-button-next-radius{
    top: 244px;
    background-color: #eceaea;
}
.swiper-container-advertis .swiper-button-prev-radius:hover,
.swiper-container-advertis .swiper-button-next-radius:hover{
    background-color: #09C383;
}
/* 模板应用 */
.template-application{
    width: 100%;
    height: 790px;
    background: url(../imgs/template-bg.png) no-repeat;
    background-size: cover;
}
.template-application .main-title{
    padding-top: 40px;
}
.template-application .main-title h2{
    font-size: 48px;
    line-height: 64px;
    color: #444;
}
.template-application .main-title p{
    font-size: 16px;
    line-height: 22px;
    padding-top: 22px;
    color: #858885;
}
.template-application .bottom{
    background-color: rgba(255,255,255,0.5);
    padding: 40px 95px 65px 95px;
    margin-top: 40px;
}
.template-application .bottom ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.template-application .bottom ul li{
    width: 230px;
    height: 88px;
    background: #fff;
    margin-top: 25px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 4px;
    padding-left: 68px;
    box-sizing: border-box;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: 20px 20px;
    background-repeat: no-repeat;

}
.template-application .bottom ul li p{
    padding-left: 10px;
    line-height: 32px;
    font-size: 24px;
    color: #444;
    padding-top: 10px;
}
.template-application .bottom ul li:hover p{
    color: #09C383;
}
.template-application .bottom ul li span{
    padding-top: 10px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 18px;
    color: #666;
    display: block;
}
/* 功能演示 */
.core-product{
    width: 100%;
    padding-bottom: 50px;
    background: #ECF0F7;
}
.core-product .core-product-wrap{
    width: 1140px;
    min-width: 1160px;
}
.core-product .main-title{
    padding-top: 40px;
}
.core-product .main-title p{
    padding-top: 20px;
}
.core-product .bottom .b-item{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch;
    margin-top: 20px;
}
.core-product .bottom .b-item li{
    width: 162px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.core-product .bottom .b-item li:last-child{
    margin-right: 0;
}
.core-product .bottom .b-item a{
    font-size: 18px;
    color: #444;
}
.core-product .bottom .b-item li.active{
    background-color: #09C383;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
.core-product .bottom .b-item li.active a{
    color: #ffffff;
}
/* hover */
.core-product .bottom .b-item li:hover{
    background-color: #09C383;
    box-shadow: 0px 5px 15px rgba(9, 195, 131, 0.14);
}
.core-product .bottom .b-item li:hover a{
    color: #ffffff;
}
.core-product .bottom .b-content{
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(29, 63, 70, 0.16);
}
.core-product .b-content .item{
    padding: 30px;
    box-sizing: border-box;
}
.core-product .b-content .item .text{
    width: 500px;
    height: 450px;
    padding-right: 50px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.core-product .b-content .item .text h4{
    font-size: 24px;
    color: #444444;
    padding-bottom: 31px;
}
.core-product .b-content .item .text p{
    font-size: 16px;
    line-height: 30px;
    color: #757575;
}
.core-product .b-content .item .imgbox{
    width: 600px;
    height: 450px;
    overflow: hidden;
}
.core-product .b-content .item .imgbox img{
    width: 100%;
    height: 450px;
    transition: all .3s;
}
.core-product .b-content .item .imgbox img:hover {
    transform: scale(1.1);
}
/* 我们的优势 */
.myAdvantage .main-title{
    margin-top: 55px;
}
.myAdvantage .main-title p{
    margin-top: 35px;
}

.myAdvantage .bottom{
    margin-top: 48px;
}
.myAdvantage .bottom li{
    float: left;
    width: 32%;
    margin-bottom: 83px;
    cursor: pointer;
}
.myAdvantage .bottom li:nth-child(2),
.myAdvantage .bottom li:nth-child(5){
    margin: 0 2%;
}
.myAdvantage .bottom li:hover img{
    transform: rotate(360deg);
}
.myAdvantage .bottom li:hover p{
    color: #09C383;
}
.myAdvantage .bottom img{
    width: 76px;
    height: 76px;
    transition: all .3s;
}
.myAdvantage .bottom .text{
    position: relative;
    top: 9px;
    width: calc(100% - 76px);
    padding-left: 37px;
}
.myAdvantage .bottom .text h4{
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 12px;
}
.myAdvantage .bottom .text p{
    font-size: 14px;
    font-weight: 400;
    color: #989898;
}
/* 立即体验 */
.atOnce{
    width: 100%;
    height: 170px;
    background: #16CF90;
}
.atOnce p{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 170px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.atOnce button{
    display: block;
    width: 177px;
    height: 63px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 400;
    color: #09C383;
    margin-left: 102px;
    cursor: pointer;
}
.atOnce button:hover{
    font-size: 26px;
    font-weight: bold;
}