.product_banner {
    /* background: url(/template/home/default/img/bg_banner.png) no-repeat center center; */
    height: 440px;
    margin-top: 90px;
}

.product_banner_title {
    padding-top: 70px;
    color: #fff;
    font-size: 32px;
}

.product_banner_line {
    margin-top: 30px;
    width: 90px;
    height: 4px;
    background-color: #1A71FF;
}

.product_banner_text {
    width: 560px;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    white-space: pre-line;
}

.product_banner_btn {
    width: 400px;
    margin-top: 44px;
    text-align: center;
}

.product_banner_iphone {
    float: left;
}

.product_banner_iphone:nth-child(2n){
    margin-left:20px;
    margin-bottom:20px;
}
.aqh_img {
    padding-top: 6px;
}

.aqh_use {
    padding-top: 8px;
}

.product_banner_btn a {
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #fff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.product_aqh_btn a {
    height: 50px;
    line-height: 37px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
}

.product_aqh_btn a.aqh_btn_use {
    background-color: #19BA6C;
}

.iphone_img {
    float: left;
    padding: 13px 0 0 19px;
}

.iphone_right {
    float: right;
    padding: 7px 29px 0 0;
    color: #2E65FF;
}

.iphone_download {
    font-size: 16px;
    /* padding-top: 10px;
    text-align: left; */
}

.iphone_download_text {
    font-size: 16px;
    color: #2E65FF;
}


/* 功能特色样式 */

.product_fun_wrap {
    width: 1100px;
    margin: 100px auto;
    overflow: hidden;
}

.product_fun_title {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.product_fun_title_new {
    color: #333;
    font-size: 28px;
    text-align: center;
}

.product_fun_list {
    margin-top: 30px;
}

.product_fun_list ul li {
    float: left;
    width: 500px;
    height: 140px;
    padding: 50px;
    margin: 40px 19px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #F0F4FF;
    cursor: pointer;
    position: relative;
}

.product_fun_actived {
    box-shadow: 0 0 10px #F0F4FF;
    background-color: #F0F4FF;
}

.zyff_img {
    /* background: url(/template/home/default/img/function_icon1.png) no-repeat; */
    width: 120px;
    height: 240px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.zyff_img_scale {
    animation: productimg 3s;
    -webkit-animation: productimg 3s;
}

@keyframes productimg {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        /* background: url(/template/home/default/img/function_icon11.png) no-repeat; */
        width: 120px;
        height: 240px;
        position: absolute;
        right: 0px;
        top: 30px;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        /* background: url(/template/home/default/img/function_icon11.png) no-repeat; */
        width: 120px;
        height: 240px;
        position: absolute;
        right: 0px;
        top: 30px;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-webkit-keyframes productimg
/* Safari 与 Chrome */

{
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        /* background: url(/template/home/default/img/function_icon11.png) no-repeat; */
        width: 120px;
        height: 240px;
        position: absolute;
        right: 0px;
        top: 30px;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.product_fun_left {
    width: 324px;
    float: left;
}

.product_fun_zyff {
    font-size: 34px;
    color: #333;
    position: relative;
}

.product_fun_zyff:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #3375ED;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.product_fun_text {
    margin-top: 34px;
    font-size: 16px;
    color: #222;
}

.product_fun_right {
    float: right
}


/* 产品优势 */

.product_good {
    /* background: url(/template/home/default/img/product/product_good.png) no-repeat center center; */
    /* height: 786px; */
    background-color: #E9F0FF;
    background: -ms-linear-gradient(top, #E9F0FF, #F8FCFF);
    /* IE 10 */
    background: -moz-linear-gradient(top, #E9F0FF, #F8FCFF);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9F0FF), to(#F8FCFF));
    /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9F0FF), to(#F8FCFF));
    /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #E9F0FF, #F8FCFF);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #E9F0FF, #F8FCFF);
    /*Opera 11.10+*/
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
    width: 100%;
}

.product_good:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/template/home/default/img/product/bg_cpys.png) no-repeat center center;
    width: 100%;
    height: 460px;
    z-index: -1;
}

.product_good_title {
    padding-top: 80px;
}

.product_good_list {
    margin-top: 1100px;
    margin: 80px auto;
}

.product_good_list ul {
    display: flex;
    flex-flow: row wrap;
}

.product_good_list ul li {
    width: 350px;
    height: 150px;
    margin-right: 16px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product_rhtx_list ul li {
    height: 180px;
}

.product_good_list ul li:last-child {
    margin-right: 0;
}

.product_good_list ul li img {
    padding-top: 28px;
}

.product_goodlist_title {
    margin-top: 20px;
    color: #333;
    font-size: 30px;
}

.product_goodlist_text {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}


/* 应用场景 */

.scene_wrap {
    overflow: hidden;
}

.scene_list {
    margin-top: 100px;
}

.scene_list ul li {
    margin-bottom: 120px;
}

.scenelist_left {
    float: left;
    width: 560px;
    margin-right: 120px;
    padding-top: 80px;
}

.scenelist_left_wuliu {
    float: left;
    width: 600px;
    margin-right: 100px;
}

.scenelist_title {
    color: #333;
    font-size: 40px;
}

.scenelist_text {
    margin-top: 34px;
    color: #333;
    font-size: 20px;
    line-height: 48px;
}

.scenelist_right_wuliu {
    padding-top: 80px;
}


/* 联系我们 */

.product_contactus {
    background: url(/template/home/default/img/about_us/20211021/contact_us.png) no-repeat center center;
    height: 364px;
}

.product_contactus_btn {
    /* width: 700px; */
    margin: 60px auto;
    text-align: center;
}

.product_contactus_btn a {
    display: inline-block;
    width: 266px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: -ms-linear-gradient(left, #FB802D, #FDCD5D);
    /* IE 10 */
    background: -moz-linear-gradient(left, #FB802D, #FDCD5D);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FB802D), to(#FDCD5D));
    /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FB802D), to(#FDCD5D));
    /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(left, #FB802D, #FDCD5D);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(left, #FB802D, #FDCD5D);
    /*Opera 11.10+*/
}

.product_contactus_btn a img {
    vertical-align: middle;
    margin-right: 11px;
    width: 30px;
    height: 30px;
}

.product_contactus_btn a.productus_phone {
    margin-left: 80px;
    background: -ms-linear-gradient(left, #2E65FF, #31D0DF);
    /* IE 10 */
    background: -moz-linear-gradient(left, #2E65FF, #31D0DF);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2E65FF), to(#31D0DF));
    /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2E65FF), to(#31D0DF));
    /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(left, #2E65FF, #31D0DF);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(left, #2E65FF, #31D0DF);
    /*Opera 11.10+*/
}


/* 应用场景动画实现 */

.play {
    -webkit-animation: rise-up 1s forwards;
    animation: rise-up 1s forwards;
}

.scenepic img {
    box-shadow: 0 0 10px #F0F4FF;
}

@-webkit-keyframes rise-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes rise-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* 商务通样式 */

/* .product_banner {
    background: url(/template/home/default/img/swt/bg_banner.png) no-repeat center center;
} */

.product_good_line {
    margin: 50px auto 0;
    width: 60px;
    height: 4px;
    background-color: #3375ED;
}

.product_swt_text {
    text-align: center;
    margin-top: 20px;
    padding: 0 39px;
}


/* 灵听 */

/* .product_lingting_banner {
    background: url(../images/product/lingting/bg_banner.png) no-repeat center center;
} */

.scenelist_lingting_left {
    margin-right: 270px;
}

.productgoodlist_content {
    display: flex;
    flex-flow: row wrap;
}

.product_function .gnts_img{
    width: 9rem;
}
.product_fun_list ul li:nth-child(2n) {
    margin-right: 0;
}

.product_ytjimg {
    margin: 80px auto;
    text-align: center;
}

.product_goodwrap {
    background-color: #F5F7FB;
    overflow: hidden;
}

.product_llzx_list {
    width: 1100px;
    margin: 80px auto 40px;
}

.product_llzx_list ul {
    display: flex;
    flex-flow: row wrap;
}

.product_llzx_list ul li {
    width: 260px;
    margin: 0 56px 40px;
    text-align: center;
}

.product_llzx_list ul li:nth-child(3n) {
    margin-right: 0;
}

.product_llzx_title {
    margin-top: 37px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.product_llzx_text {
    margin-top: 14px;
    font-size: 14px;
    color: #666;
}

.new_productgood {
    width: 50px;
    margin: 0 auto;
}

.new_productgood img {
    width: 100%;
}

.new_fungood {
    width: 110px;
    margin: 0 auto;
}

.new_fungood img {
    width: 100%;
}

.my_animate {
    width: 30px;
}

.my_animate img {
    width: 100%;
}