

/* banner */
.banner {
    height: 920px;
    background: url('../images/banner.jpg') no-repeat top center / auto 100%;
}

.banner_inner {
    position: relative;
}

.banner_inner .banner_text {
    color: #fff;
}

.banner_inner .banner_text h2 {
    font-size: 54px;
    line-height: 100px;
    position: absolute;
    top: 245px;
    opacity: 0;
    left: -100%;
    transition: all 1s;
}

.banner_inner .banner_text h2.ac {
    left: 0;
    opacity: 1;
}

.banner_inner .banner_text .text_inner {
    position: absolute;
    top: 350px;
    left: -100%;
    opacity: 0;
    transition: all 1.5s;
    animation-duration: 1.2s;
}

.banner_inner .banner_text .text_inner.ac {
    opacity: 1;
    left: 0;
}

.banner_inner .banner_text .text_inner p {
    font-size: 18px;
    line-height: 40px;
}

.banner_inner .banner_text .btns {
    position: absolute;
    top: 608px;
    left: -100%;
    opacity: 0;
    transition: all 1.6s;
    animation-duration: 1s;
}

.banner_inner .banner_text .btns.ac {
    left: 0;
    opacity: 1;
}

.banner_inner .banner_text .btns .banner_btn {
    color: #ffffff;
    font-size: 18px;
    display: block;
    cursor: pointer;
    padding: 15px 48px;
    border: 1px solid #fff;
    border-radius: 24px;
    margin-right: 44px;
    position: relative;
    overflow: hidden;
}

.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
    animation: anim-out-pseudo-two 3s
}

.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim,
.banner_inner .banner_text .btns .banner_btn .bannerBtnAnim::after {
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

.banner_inner .banner_text .btns .banner_btn.bg1 {
    background: #ff6132;
    border-color: #ff6132;
}

.banner_inner .banner_text .btns .banner_btn:last-child {
    margin-right: 0;
}

.banner_inner .banner_img {
    /* position: absolute;
    right: 0;
    top: 245px; */
}

.banner_inner .banner_img .banner_1_img {
    position: absolute;
    right: -100%;
    top: 190px;
    transition: all 1.5s;
    animation-duration: 1s;
    opacity: 0;
}

.banner_inner .banner_img .banner_1_img.ac {
    right: -60px;
    opacity: 1;
}

.banner_inner .banner_img .banner_2_img {
    position: absolute;
    right: -100%;
    top: 350px;
    transition: all 2s;
    animation-duration: 1s;
    opacity: 0;
}

.banner_inner .banner_img .banner_2_img.ac {
    right: -30px;
    opacity: 1;
}

/* 统计 */
.statistical {
    position: relative;
    margin-top: -105px;
    z-index: 15;
    margin-bottom: 130px;
}

.statistical .item {
    width: 640px;
    height: 290px;
    border-radius: 20px;
    background: #fff;
    margin-right: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 5px rgb(231 231 231 / 25%);
}

.statistical .item:last-child {
    margin-right: 0;
}

.statistical .item .t1 {
    height: 190px;
    background: #fafbff;
    position: relative;
    text-align: center;
    line-height: 190px;
}

.statistical .item .t1 .number {
    color: #1d69ff;
    font-size: 90px;
    position: relative;
}

.statistical .item .t1 .number .rightext {
    position: absolute;
    right: -15px;
    top: -3px;
    font-size: 18px;
    line-height: 1;
}

.statistical .item .t1 .number .rightext2 {
    position: absolute;
    right: -15px;
    top: -3px;
    font-size: 36px;
    line-height: 1;
}

.statistical .item .t2 {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    height: 100px;
    line-height: 100px;
    background: #fff;
}

/* 选择我们 */
.choice {}

.choice .title {
    color: #383838;
    font-size: 48px;
    text-align: center;
    /* font-weight: bold; */
}

.choice .text_list {
    color: #737373;
    font-size: 20px;
    padding: 0 80px 0 236px;
    margin-top: 50px;
    margin-bottom: 125px;
}
.choice .text_list li{
    margin-bottom: 15px;
}
.choice .text_list li span {
    color: #383838;
    font-weight: bold;
}

.wrap {
    position: relative;
    font-size: 0;
    -webkit-text-size-adjust: 100%;
    padding: 110px 0 130px;
    background: url(../images/wrap_line.png) no-repeat bottom center;
}

.wrap .leftText {
    width: 57%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 18px;
}

.wrap .leftText h3 {
    color: #2a2a2a;
    font-size: 42px;
    margin-bottom: 40px;
}

.wrap .leftText .t {
    color: #383838;
    font-size: 20px;
    line-height: 38px;
}

.wrap .rightImg {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: right;
}

.wrap .rightImg.tLeft {
    text-align: left;
}

.wrap.even.curr h3,
.wrap.even.curr .t,
.wrap.odd.curr img {
    animation-name: fadeInLeft;
    animation-duration: 1s;
}

.wrap.odd.curr h3,
.wrap.odd.curr .t,
.wrap.even.curr img {
    animation-name: fadeInRight;
    animation-duration: 1s;
}
.wrap.curr .even{
    animation-name: fadeInLeft;
    animation-duration: 1s;
}
.wrap.curr .odd{
    animation-name: fadeInRight;
    animation-duration: 1s;
}

/* 产品演示 */
.demo {
    margin-bottom: 70px;
}

.demo .demoTitle {
    text-align: center;
    color: #383838;
    font-size: 48px;
    padding: 86px 0 60px;
    font-weight: 500;
}

.demo .demo-list li {
    position: relative;
    float: left;
    width: 264px;
    height: 364px;
    margin-right: 10px;
    text-align: center;
    background: #fff url('../images/dome_bg.png') center no-repeat;
    cursor: pointer;
}

.demo .demo-list li.last {
    margin-right: 0;
}

.demo .demo-list li .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.demo .demo-list li .img .ewm {
    display: none;
    position: relative;
    width: 146px;
    height: 146px;
    margin: 30px auto;
    background: #fff;
    animation: topFadeIn .25s ease-out;
    z-index: 2;
}

.demo .demo-list li:hover .ewm {
    display: block;
}

.demo .demo-list li .img .ewm img {
    width: 100%;
    height: 100%;
}

.demo-list li .img .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.demo .demo-list li.app .img .icon {
    position: absolute;
    left: 105px;
    top: 53px;
}

.demo .demo-list li.pc .img .icon {
    left: 77px;
    top: 53px;
}

.demo .demo-list li.wap .img .icon {
    position: absolute;
    left: 105px;
    top: 53px;
}

.demo .demo-list li.h5 .img .icon {
    left: 105px;
    top: 53px;
}

.demo .demo-list li.applet .img .icon {
    left: 105px;
    top: 53px;
}

.demo .demo-list li .info {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
}

.demo .demo-list li .info h3 {
    font-size: 28px;
    color: #383838;
    line-height: 40px;
    padding: 5px 0 25px;
}

.demo .demo-list li .info p {
    font-size: 16px;
    color: #383838;
    line-height: 22px;
}

.demo .demo-list li:hover {
    z-index: 2;
}

.demo .demo-list li:hover h3,
.demo .demo-list li:hover p,
.demo .demo-list li:hover a {
    color: #000;
}

.demo .demo-list li .bg {
    position: absolute;
    /* left: -21px;
    top: -10px;
    right: -21px;
    bottom: -32px; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-size: 0;
}

.demo .demo-list li:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    background-size: auto;
}

.demo .demo-list li.demo1 .bg {
    background: #fff url('../images/home_dome1.png') no-repeat center center;
}

.demo .demo-list li.demo2 .bg {
    background: #fff url('../images/home_dome2.png') no-repeat center center;
}

.demo .demo-list li.demo3 .bg {
    background: #fff url('../images/home_dome3.png') no-repeat center center;
}

.demo .demo-list li.demo4 .bg {
    background: #fff url('../images/home_dome4.png') no-repeat center center;
}

.demo .demo-list li.demo5 .bg {
    background: #fff url('../images/home_dome5.png') no-repeat center center;
}

/* 核心功能 */
.moduleWrap {
    background-image: linear-gradient(-90deg, rgb(245, 246, 248) 0%, rgba(245, 246, 248, 0) 100%);
}

.module {}

.module .moduleTitleBox {
    text-align: center;
    margin-bottom: 90px;
}

.module .moduleTitleBox .t1 {
    color: #383838;
    font-size: 48px;
    padding: 118px 0 30px;
    font-weight: 500;

}

.module .moduleTitleBox .t2 {
    color: #383838;
    font-size: 20px;
}

.module .m-list li {
    display: inline-block;
    margin-right: 66px;
    margin-bottom: 106px;
    width: 216px;
    position: relative;
    height: 207px;
    padding: 0 35px;
}

.module .m-list li:nth-child(5n) {
    margin-right: 0;
}

.module .m-list li .txt {
    width: 146px;
    height: 146px;
    transform-origin: center center;
    position: relative;
}

.module .m-list li .tit {
    padding-top: 45px;
    transition: opacity .1s;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1;
    position: absolute;
    top: 128px;
    width: 100%;
    left: 0
}

.module .m-list li .inner {
    position: relative;
    width: 146px;
    height: 146px;
    transition: all .3s;
    cursor: pointer;
    border-radius: 50%;
}

.module .m-list li .inner:hover {
    /* transform: scale(1.1); */
    box-shadow: 0px 14px 20px 0px rgb(193 193 193 / 57%);
}

.module .m-list li .inner .bg2 {
    width: 146px;
    height: 146px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 73px;
    transition: all .3s;
    transform-origin: center center;
    overflow: visible
}

.module .m-list li.m1 .bg2 {
    background-image: linear-gradient(to bottom, #44d5fd, #27cdf8);
}

.module .m-list li.m2 .bg2 {
    background-image: linear-gradient(to bottom, #ffa164, #ff775d);
}

.module .m-list li.m3 .bg2 {
    background-image: linear-gradient(to bottom, #fcd12f, #fcb12e);
}

.module .m-list li.m4 .bg2 {
    background-image: linear-gradient(to bottom, #b989ff, #b557ff);
}

.module .m-list li.m5 .bg2 {
    background-image: linear-gradient(to bottom, #6bc7ff, #3a93ff);
}

.module .m-list li.m6 .bg2 {
    background-image: linear-gradient(to bottom, #9db6fe, #8e81fc);
}

.module .m-list li.m7 .bg2 {
    background-image: linear-gradient(to bottom, #6cc7ff, #3992ff);
}

.module .m-list li.m8 .bg2 {
    background-image: linear-gradient(to bottom, #8ca1fe, #9679fe);
}

.module .m-list li.m9 .bg2 {
    background-image: linear-gradient(to bottom, #5bf1ce, #2fe5de);
}

.module .m-list li.m10 .bg2 {
    background-image: linear-gradient(to bottom, #ff9f63, #ff765d);
}

.module .m-list li.m11 .bg2 {
    background-image: linear-gradient(to bottom, #fec669, #ff984b);
}

.module .m-list li.m12 .bg2 {
    background-image: linear-gradient(to bottom, #56f897, #20eb74);
}

.module .m-list li.m13 .bg2 {
    background-image: linear-gradient(to bottom, #68e7e5, #5acce9);
}

.module .m-list li.m14 .bg2 {
    background-image: linear-gradient(to bottom, #c07dff, #9e76ff);
}

.module .m-list li.m15 .bg2 {
    background-image: linear-gradient(to bottom, #5af1ce, #2fe5de);
}

.module .m-list li.m16 .bg2 {
    background-image: linear-gradient(to bottom, #6cc8ff, #3991ff);
}

.module .m-list li.m17 .bg2 {
    background-image: linear-gradient(to bottom, #ff9082, #ff6b65);
}

.module .m-list li.m18 .bg2 {
    background-image: linear-gradient(to bottom, #53f895, #20ed74);
}

.module .m-list li.m19 .bg2 {
    background-image: linear-gradient(to bottom, #fe7d9c, #fb648f);
}

.module .m-list li.m20 .bg2 {
    background-image: linear-gradient(to bottom, #fccf2f, #f7ac2f);
}

.module .m-list li.m21 .bg2 {
    background-image: linear-gradient(to bottom, #fe7e9d, #fb648f);
}

.module .m-list li.m22 .bg2 {
    background-image: linear-gradient(to bottom, #fcd02e, #fbac2e);
}

.module .m-list li.m23 .bg2 {
    background-image: linear-gradient(to bottom, #bbf66d, #5cf084);
}

.module .m-list li.m24 .bg2 {
    background-image: linear-gradient(to bottom, #feaf73, #fa7984);
}

.module .m-list li.m25 .bg2 {
    background-image: linear-gradient(to bottom, #68b7ff, #6795ff);
}

.module .m-list li .inner .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 146px;
    transition: opacity .3s;
    z-index: 3;
}

.module .m-list li .inner .icon img {
    position: relative;
    vertical-align: middle;
}

.module .m-list li.m1 .inner .icon img {
    top: -4px;
}

.module .m-list li.m3 .inner .icon img {
    left: 7px;
    top: 6px;
}

.module .m-list li.m8 .inner .icon img {
    /* top: 7px; */
}

.module .m-list li.m10 .inner .icon img {
    /* top: 4px; */
}

.module .m-list li.m22 .inner .icon img {
    top: 4px;
}

.module .m-list li.m26 .inner .icon img {
    left: 4px;
    top: -4px;
}

.module .m-list li.m27 .inner .icon img {
    top: -4px;
}

.module .m-list li.m29 .inner .icon img {
    left: 4px;
    top: -4px;
}

.module .m-list li.m30 .inner .icon img {
    top: 7px;
}

.module .m-list li .inner:hover .iconbox .bg2 {
    height: 159px;
    width: 236px;
    left: -45px;
    top: -13px;
    border-radius: 20px 20px 0 0/20px 20px 0 0;
}
/*2022双11活动弹窗*/
.activity-overlay20221111 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    /*display: none;*/
    z-index: 999;
}

.activity-overlay20221111 .activity-inner20221111 {
    width: 800px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    animation: slide-bottom .7s linear alternate forwards;
}

.activity-overlay20221111 .activity-inner20221111 img {
    display: block;
}

.activity-overlay20221111 .activity-inner20221111 .activity-close20221111 {
    cursor: pointer;
    position: absolute;
    right:0;
}

@keyframes slide-bottom {
    0% {
        top: -100%;
    }

    50% {
        top: 50%;
        margin-top: -400px;
    }

    /* 向上移动 */
    65% {
        top: 2%;
        margin-top: 0;
    }

    75%{
        top: 50%;
        margin-top: -400px;
    }

    /* 向上移动 */
    85%{
        top: 6%;
        margin-top: 0;
    }

    100% {
        top: 50%;
        margin-top: -400px;
    } 
}


@keyframes topFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 页面滚动动画 */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}



/* 新闻资讯 start */
.newsShow {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 42px 60px;
}

.newsShow .newsShowLf,
.newsShow .newsShowRt {
	width: 587px;
}

.newsShow .newsShowLf {
	float: left;
	padding-top: 6px;
}

.newsShow .newsShowRt {
	float: right;
}

.newsShow .newsShowLf .newsImg {
	width: 100%;
}

.newsShow .newsShowLf .newsImg img {
	display: block;
	width: 100%;
	height: 352px;
}

.comNews .comNewsHead {
	width: 100%;
	overflow: hidden;
	margin: 39px 0 33px;
	background: url('../images/tabIcon2.png') left center no-repeat;
	background-size: 20px 20px;
	box-sizing: border-box;
	padding-left: 27px;
}

.comNews .comNewsHead2 {
	background: url('../images/tabIcon1.png') left center no-repeat;
	background-size: 20px 20px;
}

.comNews .comNewsHead3 {
	background: url('../images/tabIcon3.png') left center no-repeat;
	background-size: 20px 20px;
}

.noticeBox {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 40px;
}

.noticeBox .comNewsHead {
	width: 100%;
	overflow: hidden;
	margin: 0 0 33px;
}

.comNews .comNewsHead .txt1 {
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	color: #383838;
}

.comNews .comNewsHead .txt2 {
	float: right;
	font-size: 16px;
	color: #616CFF;
	position: relative;
	padding-right: 14px;
}

.comNews .comNewsHead .txt2::after {
	content: '';
	position: absolute;
	border: 1px solid #616CFF;
	width: 5px;
	height: 5px;
	top: 5px;
	right: 6px;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(-45deg);
}

.comNewsList .comNewsItem {
	margin-bottom: 22px;
	overflow: hidden;
}

.comNewsList .comNewsItem:last-child {
	margin-bottom: 0;
}

.comNewsList .comNewsItem .comNewsLink {
	color: #383838;
	font-size: 16px;
	overflow: hidden;
}

.comNewsList .comNewsItem .comNewsLink .text {
	display: block;
	float: left;
	max-width: 450px;
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
}

.comNewsList .comNewsItem .comNewsLink .text:hover {
	color: #616CFF;
}

.comNewsList .comNewsItem .comNewsLink .text::before {
	transform: rotate(45deg);
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #616CFF;
	position: absolute;
	top: 36%;
	left: 2px;
}

.comNewsList .comNewsItem .comNewsLink .time {
	color: #848484;
	font-size: 16px;
	float: right;
}

/* 新闻资讯 end */
