body{
    font-family: "Poppins", "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
.pro-banner{
    width:100%;
    height:450px;
    background:url(../images/events-banner.jpg) no-repeat center center;
}
.pro-banner h2{
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	text-align:center;
	padding-top:150px;
	font-size:32px;
    color:#fff;
    letter-spacing: 1px;
    text-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	font-style: oblique;
	/* font-weight:bold; */
}
.pro-banner h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
    padding-top:12px;
    letter-spacing: 1px;
    text-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	color:rgba(255,255,255,.8);
	text-align:center;
	font-style: oblique;
}

.prod-banner{
    width:100%;
    height:450px;
    background:url(../images/prod-banner.jpg) no-repeat center center;
}
.prod-banner h2{
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	text-align:center;
	padding-top:150px;
	font-size:32px;
    color:#fff;
    letter-spacing: 1px;
    text-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	font-style: oblique;
	/* font-weight:bold; */
}
.prod-banner h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
    padding-top:12px;
    letter-spacing: 1px;
    text-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	color:rgba(255,255,255,.8);
	text-align:center;
	font-style: oblique;
}

.news-content{
    width:1120px;
    margin:50px auto;
}
.news-content .title{
    font-size:14px;
    line-height:24px;
    /* border:1px solid #ddd; */
    padding:0 12px 20px;
}

.news-content dl.news-item{
    width:1120px;
    height:270px;
    margin-bottom:100px;
    display: flex;
    justify-content: space-between;
}

.news-content dl.news-item dt.pic{
    width:440px;
    height:270px;
    display:block;
    overflow:hidden;
}
.news-content dl.news-item dt.pic img{
    width:440px;
    height:auto;
    display:block;
    transition: .3s all;
}
.news-content dl.news-item dt.pic img:hover{
    transform: scale(1.1);
}
.news-content dl.news-item dd{
    width:640px;
    height:270px;
    display:block;
    position: relative;
}
.news-content dl.news-item dd h3{
    font-size: 20px;
    font-family: "Poppins", "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-weight:600;
    line-height:30px;
    margin-bottom:30px;
}

.news-content dl.news-item dd p{
    font-size:16px;
    font-family: "Open Sans","Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-weight:400;
    line-height:26px; 
}
.news-content dl.news-item dd .timer{
    color:#8c98a4!important;
    margin-top:10px;
    font-size:14px;
}
.news-content dl.news-item dd a{
    width:185px;
    height:45px;
    box-sizing: border-box;
    border:1px solid #2e3187;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    font-size:16px;
    color:#2e3187;
    line-height:45px;
    transition: .3s all;
}
.news-content dl.news-item dd a:hover{
    background-color:#2e3187;
    color:#fff;
}


.show-page{
    text-align:center;
    font-size:14px;
}
.show-page a,.show-page b {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #666;
    text-decoration: none;
}
.show-page a:nth-child(1){
    padding:0;
    border:0;
    margin:0;
}
.show-page a:hover,.show-page > b {
    background: #2e3187; /* 悬停和当前页背景色 */
    color: #fff;
    border-color: #2e3187;
}

.news-container{
    width:100%;
    background:rgb(247, 250, 255);
    padding-bottom:100px;
}
.news-container .page-pos{
    width:1000px;
    margin:0 auto;
    text-indent:1em;
    color:#8c98a4;
    padding-top:40px;
}
.news-container .news-wrapper{
    width:1000px;
    min-height:500px;
    background:#fff;
    box-sizing: border-box;
    border-radius:13px;
    padding:30px;
    border:1px solid rgb(231, 234, 243);
    box-shadow: rgba(140, 152, 164, 0.125) 0px 6px 24px 0px;
    margin:20px auto 0;
}

.news-container .news-wrapper h1{
    line-height:54px;
    font-size:36px;
    color:rgb(30, 32, 34);
    font-weight:700;
    font-family: Poppins, "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
.news-container .news-wrapper h1.foot-line{
    padding-bottom:20px;
    border-bottom:1px solid rgb(231, 234, 243);
}

.news-container .news-wrapper .text-desc{
    padding:20px 0;
    border-top:1px solid rgb(231, 234, 243);
    border-bottom:1px solid rgb(231, 234, 243);
    margin:20px 0;
    font-size:14px;
    color:rgb(144, 152, 164);
}
.news-container .news-wrapper .text-desc.none-foot-line{
    border-bottom:0
}
.news-container .news-wrapper .text-content{
    line-height:1.8;
}
.news-container .news-wrapper .text-content.pt40{
    padding-top:40px;
}
.news-container .news-wrapper .text-content strong{
    font-weight:700;
}

.news-container .news-wrapper .return-wrapper{
    text-align:center;
    margin-top:30px;
    background:rgb(247, 250, 255);
    padding:20px 16px;
    box-sizing: border-box;
}
.news-container .news-wrapper .return-wrapper a.return-btn{
    font-size:16px;
    width:188px;
    height:42px;
    background:#2e3187;
    display: block;
    color:#fff;
    line-height:42px;
    text-align:center;
    border-radius:4px;
    transition:.3s all;
}
.news-container .news-wrapper .return-wrapper a.return-btn:hover{
    background-color:#2e3187;
    color:#fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.news-container .rec-wrapper{
    width:100%;
}
.news-container .recommend-wrapper h2{
    padding:30px 0 ;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.news-container .rec-wrapper .rec-item{
    width:288px;
    padding:16px;
    font-size:16px;
    font-weight:700;
    line-height:26px;
    box-sizing: border-box;
    height:300px;
    border-radius:13px;
    border: 1px solid rgb(231, 234, 243);
}
.news-container .rec-wrapper .rec-item a{
    color:rgb(103, 119, 136);
    transition:.3s all
}
.news-container .rec-wrapper .rec-item a:hover{
    color:#2e3187;
}
.news-container .rec-wrapper .rec-item .rec-img{
    width:256px;
    height:144px;
    border-radius: 16px;
    overflow: hidden;
}
.news-container .rec-wrapper .rec-item .rec-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.news-container .rec-wrapper .rec-item .rec-title{
    padding-top:20px;
}


/* solution */
.solution-banner{
    width:100%;
    height:600px;
}
.solution-banner .banner-item{
    width:100%;
    height: 600px;
    position: relative;
    background: url('/static/images/solution-banner.jpg') no-repeat center center;
    /* background-size: cover; */
}
.solution-banner .banner-item .text-wrap{
    font-size:36px;
    font-family: Poppins, "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    text-align:center;
    color:#ddd;
    line-height:600px;
    font-weight:700;
    font-style: italic;
}

.solution-banner .banner-item .users{
    width:230px;
    height:40px;
    position: absolute;
    left:18%;
    top:40px;
    text-align:center;
    color:#fff;
    border-radius:20px;
    background:rgba(0, 0, 0, 0.3);
}

.solution-banner .users .users-icons{
    float:left;
    width:100px;
    margin:4px 0 4px 4px;
    height:32px;
    position:relative;
}
.solution-banner .users .users-icons li{
    position:absolute;
    left:0;
    border:1px solid #ccc;
    top:0;
    border-radius:50%;
    width:32px;
    height:32px;
    overflow:hidden;
    box-sizing: border-box;
    
}
.solution-banner .users .users-icons li img{
    width:32px;
    display: block;
    height:32px;
}
.solution-banner .users .users-icons li.icon2{
    left:18px;
    
}
.solution-banner .users .users-icons li.icon3{
    left:36px;
    
}
.solution-banner .users .users-icons li.icon4{
    left:54px;
    
}

.solution-banner .users .user-nb{
    float:left;
    font-size:16px;
    line-height:40px;
}

.solution-banner .banner-item .scenes{
    width:230px;
    height:40px;
    position: absolute;
    right:18%;
    top:40px;
    text-align:center;
    color:#fff;
    border-radius:20px;
    background:rgba(0, 0, 0, 0.3);
}
.solution-banner .scenes .scenes-nb{
    font-size:16px;
    line-height:40px;
}

.sol-rec{
    width:1120px;
    margin:80px auto;
}
.sol-rec .sol-rec-tit{
    text-align: center;
}
.sol-rec .sol-rec-tit h2{
    font-size:36px;
    font-weight:700;
}
.sol-rec .sol-rec-tit p{
    color:#666;
    margin-top:20px;
    font-size:16px;
}

.sol-rec-wrapper{
    width:1120px;
    margin:20px auto 0;
}
.sol-rec-wrapper .item{
    width:340px;
    height:326px;
    border:1px solid #ebebeb;
    padding:20px;
    box-sizing: border-box;
    float:left;
    margin-top:30px;
    margin-right:30px;
    background:url(../images/rec-item-icon.png) no-repeat 280px 20px;
    border-radius:17px;
}
.sol-rec-wrapper .item:nth-child(3n){
    margin-right:0;
}
.sol-rec-wrapper .item .imgbox{
    width:298px;
    height:80px;
    margin:20px 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.sol-rec-wrapper .item .imgbox .black-cover{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.sol-rec-wrapper .item .imgbox img{
    width:100%;
    top:-100px;
    height:auto;
    display:block;
    left:0;
    position: absolute;
}
.sol-rec-wrapper .item h3{
    font-size:16px;
    line-height:1;
    padding-top:20px;
    font-weight:700;
}
.sol-rec-wrapper .item  p{
    font-size:14px;
    line-height:1.6;
}
.sol-rec-wrapper .item .view-more{

    margin-top:20px;

}
.sol-rec-wrapper .item .view-more a{
    line-height:36px;
    font-size:16px;
    color:#2e3187;
    font-weight: 700;
    transition: .3s all;
}
.sol-rec-wrapper .item .view-more a .iconfont{
    font-size:16px;
    padding-left:10px;
}
.sol-rec-wrapper .item .view-more a:hover{
    color:#111;
}


.sol-media-wrapper{
    width:1120px;
    margin:80px auto;
}
.sol-media-wrapper .sol-scroll-wrapper{
    width:560px;
    float:left;
}

.sol-media-wrapper .sol-scroll-wrapper .sol-scroll-tit{
    width:560px;
    font-weight:700;
    font-size:36px;
    line-height:1;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-scroll-main{
    font-size:16px;
    color:#666;
    margin-top:20px;
    line-height:1.8;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container{
    width:560px;
    height: 392px;
    margin-top: 20px;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item{
    width:560px;
    height:392px;
    position: relative;
    overflow: hidden;
    z-index:1;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item img{
    width:560px;
    height:392px;
    display:block;
    z-index:1;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit{
    display:block;
    position: absolute;
    left:36px;
    bottom:36px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.03);
    z-index:2;
    width:280px;
    height:96px;
    background:#fff;
    padding:30px 30px 0 30px;
    box-sizing: border-box;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit .sol-tit-wrap{
    width:180px;
    float:left;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit .sol-tit-wrap h2{
    font-size:14px;
    font-weight:700;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit .sol-tit-wrap p{
    font-size: 12px;
    color:#999;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit .sol-tit-icon{
    width:30px;
    height:30px;
    float:right;
    box-sizing: border-box;
    padding:8px 7px 7px 8px;
    border-radius: 50%;
    background:#2e3187;
    transition: .5s all;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit .sol-tit-icon img{
    width:15px;
    height:15px;
    display:block;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit a{
    transition: .5 all;
}
.sol-media-wrapper .sol-scroll-wrapper .sol-container .sol-item .sol-item-tit a:hover .sol-tit-icon{
    background:#fd7538;
}



.sol-media-wrapper .sol-media-adv{
    width:520px;
    float:right;
    margin-top:56px;
    height:490px;
}
.sol-media-wrapper .sol-media-adv dl{
    width:520px;
    margin-top:8px;
}
.sol-media-wrapper .sol-media-adv dl:nth-child(1){
    margin-top:0;
}
.sol-media-wrapper .sol-media-adv dt{
    height:72px;
    font-weight:700;
    width:100%;
    font-size:24px;
    padding:20px 30px 0 30px;
    line-height:32px;
    background:#f7f7f7;
    box-sizing: border-box;
}
.sol-media-wrapper .sol-media-adv dt.active{
    background:#2e3187;
    color:#fff;
}
.sol-media-wrapper .sol-media-adv dd{
    height: auto;
    width: 520px;
    border-top: 5px solid #f7f7f7;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    background: #2e3187;
    max-height: 0;           /* 初始状态折叠 */
    overflow: hidden;        /* 隐藏溢出内容 */
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out; /* 平滑过渡 */
    padding: 0 30px;         /* 折叠时内边距为0 */
}

.sol-media-wrapper .sol-media-adv dd.active{
    max-height: 300px;       /* 展开状态，值需大于实际内容高度 */
    padding: 20px 30px;      /* 展开时恢复内边距 */
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}




.sol-adbanner{
    width: 1120px;
    height:400px;
    z-index:1;
    margin:80px auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.sol-adbanner img{
    width:1120px;
    transition: 1s all;
    display:block;
    height:400px;
}
.sol-adbanner img:hover{
    transform: scale(1.2);
}
.sol-adbanner .btn-wrapper{
    position: absolute;
    left:50%;
    width:280px;
    margin-left:-140px;
    height:50px;
    padding-top:50px;
    top:-50px;
    border-radius:30px;
    background:#fff;
    z-index:2;
    display:flex;
    justify-content: space-around;
}
.sol-adbanner .btn-wrapper a{
    display:inline-block;
}
.sol-adbanner .btn-wrapper a.btn1{
    width:120px;
    line-height:42px;
    height:42px;
    text-align:center;
    background:#2e3187;
    border-radius: 21px;
    margin:0 0 0 15px;
    font-size:14px;
    color:#fff;
}
.sol-adbanner .btn-wrapper a.btn2{
    width:120px;
    line-height:42px;
    height:42px;
    text-align:center;
    background:#fff;
    border:2px solid #fd7538;
    border-radius: 21px;
    margin:0 15px 0 0;
    font-size:14px;
    box-sizing: border-box;
    color:#fd7538;
}


.sol-more-wrapper{
    margin:80px auto 0;
    width:1120px;
}
.sol-more-wrapper .sol-more-tit{
    font-size:24px;
    font-weight:700;
}
.sol-more-wrapper .sol-more-container{
    margin:40px auto;
}
.sol-more-wrapper .sol-more-container .sol-more-item{
    width:336px;
    height:450px;
    margin-right:56px;
    float:left;
    position: relative;
}
.sol-more-wrapper .sol-more-container .sol-more-item:nth-child(3n){
    margin-right:0;
}
.sol-more-wrapper .sol-more-container .sol-more-item .img-box{
    width:336px;
    height:235px;
    overflow:hidden;
    
}
.sol-more-wrapper .sol-more-container .sol-more-item .img-box img{
    width:336px;
    height:235px;
    transition: .3s all;
    object-fit: cover;
}
.sol-more-wrapper .sol-more-container .sol-more-item .img-box img:hover{
    transform: scale(1.1);

}
.sol-more-wrapper .sol-more-container .sol-more-item h3{
    width:100%;
    height:36px;
    position: absolute;
    top:199px;
    background:rgba(0, 0, 0, 0.3);
    font-size:20px;
    line-height:36px;
    color:#fff;
    text-indent:20px;
    font-weight:700;
}
.sol-more-wrapper .sol-more-container .sol-more-item p{
    font-size:14px;
    line-height:1.5;
    padding:10px 0;
    height:126px;
}
.sol-more-wrapper .sol-more-container .sol-more-item .view-more{
    margin-top:12px;
    width:128px;
    height:34px;
    
    color:#fff;
    line-height:34px;
    text-align:center;
}
.sol-more-wrapper .sol-more-container .sol-more-item .view-more a{
    display: block;
    width:100%;
    height:100%;
    text-align:center;
    line-height:34px;
    font-size:14px;
    color:#333;
    box-sizing: border-box;
    border:1px solid #333;
    border-radius:17px;
    background:#fff;
    border-radius:5px;
    transition: .3s all;
}
.sol-more-wrapper .sol-more-container .sol-more-item .view-more a:hover{
    background-color:#2e3187;
    color:#fff;
}
.sol-more-wrapper .sol-more-container .sol-more-item .view-more a .iconfont{
    vertical-align: middle;
    margin-left:5px;
}



.sol-quote{
    width:1120px;
    height:360px;
    margin:80px auto;
    background:#f7f7f7;
    border-radius:22px;
}
.sol-quote .sol-quote-tit{
    text-align: center;
    padding:30px 0;
}
.sol-quote .sol-quote-tit h2{
    font-size:36px;
    font-weight:700;
}
.sol-quote .sol-quote-tit p{
    color:#999;
    font-size:16px;
}
.sol-quote .quote-wrapper{
    width:948px;
    height:144px;
    background:#fff;
    padding:20px 30px;
    box-sizing: border-box;
    border-radius:20px;
    margin:0 auto;
}
.sol-quote .name-box,.sol-quote .email-box,.sol-quote .phone-box{
    width:228px;
    margin-right:24px;
    float:left;
}
.sol-quote label{
    display:block;
    font-size:16px;
    line-height:40px;
    padding-top:20px;
}
.sol-quote .input1,.sol-quote .input2,.sol-quote .input3{
    width:100%;
    height:34px;
    padding:5px 8px;
    border-radius:5px;
    background:#f8f8f8;
    box-sizing: border-box;
    border:1px solid #ebebeb;
}
.sol-quote .input1:focus,.sol-quote .input2:focus,.sol-quote .input3:focus{
    border:1px solid #2e3187;
}
.sol-quote .submit{
    width:128px;
    float:right;
}
.sol-quote .submit .btn{
    background:#2e3187;
    margin-top:60px;
    text-align: center;
    line-height:36px;
    cursor: pointer;
    font-size:14px;
    color:#fff;
    border:0;
    width:100%;
    border-style: none;
    border-radius:5px;
}

.solution-page{
    width:100%;
}
.solution-page .img-box{
    width:40%;
    float:left;
}
.solution-page .img-box img{
    width:100%;
    height:auto;
    display:block;
}

.product-page-list{
    /* margin-top:50px; */
    justify-content: flex-start;
    display:flex;
    flex-wrap: wrap;
}
.product-page-list li{
    width:255px;
    height:120px;
    margin-right:30px;
    padding:20px 20px 0;
    margin-top:30px;
    background:#f7f7f7;
    border-radius:12px;
    box-sizing: border-box;
    font-size:16px;
    font-weight:700;
    text-align: center;
}
.product-page-list li:nth-child(4n){
    margin-right:0;
}
.product-page-list li:hover{
    background:#f1f1f1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
