/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
/* @import url("layout.css");
@import url("page.css"); */

/*---------- base ---------*/
@media (max-width: 1200px) and
(min-width: 768px) {
	.container {
	width: 1200px;
	background-color: red;
	}
}
@media (max-width: 768px) {
	.container {
	width: 100%;
	background-color: black;
	}
}
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
/* Source Han Sans CN */
body{
	font:12px;
	font-family: Source Han Sans CN,Source Han Sans CN-Medium;
}
img{
	border:none;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:underline;
}
ul{
	list-style:none;
}

input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width:100%;
}
.borderbottom{
	border-bottom: 1px solid #e6e6e6;
}
.header-container {
        max-width: 1200px;
        margin: 0 auto;
        /* height: 80px; */
    }
	.header-box {
		display: flex;
		align-items: center;
		height: 72px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.header-logo{
		     max-height: 44px;
		     max-width: 142px;
		     cursor: pointer;
	}
	.header-menu-txt{
		font-weight: 400;
		font-size: 16px;
		color: #181A1D;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none
	}
	.header-center-box {
	    display: flex;
	    align-items: center;
	    flex: 1;
	    padding-left: 30px;
		justify-content: flex-start;
		list-style-type: none; /* 移除列表项前的项目符号 */
	}
	#c_menu li a{
		text-decoration: none;
		box-sizing: border-box;
		/* color: inherit; */
		cursor: pointer;
		margin-right: 25px;
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		border-bottom: 2px solid transparent;
	}
	#menu li a{
		text-decoration: none;
		box-sizing: border-box;
		cursor: pointer;
		padding:3px 10px;
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		border: 1px solid transparent;
		margin: 3px;
		padding:3px 12px;
	}	
 /* 鼠标悬停时的样式变化 */
		
	#c_menu li a:hover {
		border-bottom: 2px solid #0064FF;
		color: #0064FF;
	}
	#menu li a:hover {
		border: 1px solid #0064FF;
		color: #0064FF;
		border-radius: 30px;
	}
	.header-active{
		border-bottom: 2px solid #0064FF !important;
		color: #0064FF;
	}
	.header-active_y{
		border: 1px solid #0064FF !important;
		color: #0064FF;
		border-radius: 30px;
	}	
	.header-top-bg {
	    background: url('/uploads/241212/1-24121209225M51.png') no-repeat;
	    background-size: cover;
	    background-position: center;
	    width: 100%;
	    height: 812px;
	    display: flex;
	    align-items: center;
		}
	.header-top-bg .hint {
	    width: 1200px;
		height: 100%;
	    margin: 0 auto;
	}
	.header-top-bg .list{
		margin-top: 78px;
	}
	.header-top-bg .title {
		font-weight: 500;
		font-size: 52px;
		color: #181C1F;
		line-height: 59px;
		text-align: left;
		font-style: normal;
		text-transform: none;
	}
	.header-top-bg .info {
		font-weight: 400;
		font-size: 20px;
		color: #181C1F;
		line-height: 36px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 14px;
	}
	.header-top-bg .btn-login {
		display: inline-block;
		text-align: center;
		margin-top: 72px;
		width: 320px;
		height: 56px;
		line-height: 56px;
		background: linear-gradient( 90deg, #A32EFF 0%, #1579FF 100%);
		font-weight: 500;
		font-size: 18px;
		color: #FFFFFF;
		cursor: pointer;
		border-radius: 16px 16px 16px 16px;
	}

	.header-top-bg .btn-login:hover {
		opacity: 0.8;
	}
	.header-top-bg .tab{
		display: flex;
		margin-top: 52px;
	}
	.header-top-bg .tab div{
		width: 48px;
		height: 6px;
		background: rgba(0,37,96,0.15);
		border-radius: 3px 3px 3px 3px;
		margin: 12px 12px 12px 0;
		cursor: pointer;
	}
	
	

/* 首页产品功能介绍 */
.home-itcolumn{
	display: flex;
	align-items: center;
    justify-content:space-around;
	
}
.home-itcolumn-wrap{
	flex-wrap: wrap;
	
}
.imgw img{
	width: 100%;
}

.d-c-c{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.title-cpgn{
	font-weight: 500;
	font-size: 17px;
	color: #333333;
	line-height: 22px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.title-syhy{
	font-weight: 400;
	font-size: 16px;
	color: #747677;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.title-font-18{
	font-weight: 400;
	font-size: 17px;
	color: #747677;
	line-height: 21px;
	text-align: center;
	font-style: normal;
	text-transform: none;	
}
/* 多语言字体 */
.title-dyy{
	font-weight: 500;
	font-size: 30px;
	color: #181C1F;
	line-height: 44px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
/* 标题样式 */
.home-itinfo{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.title-font{
    font-weight: bold;
    font-size: 31px;
    color: #181C1F;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.title-info{
	font-weight: 500;
	font-size: 21px;
	color: #666666;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.title-font-32{
	font-weight: bold;
	font-size: 26px;
	color: #444444;
	line-height: 33px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}



/* 字体边框 */
.font-border{
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #EEEEEE;
	padding: 3px 12px;
}

/* 圆角带隐藏 */
.round-all{
	border-radius: 32px;
	overflow: hidden;
}
.round-all-24{
	border-radius: 24px;
	overflow: hidden;
}
.round-all-16{
	border-radius: 16px;
	overflow: hidden;
}
.round-all-shadow{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.round-all-border{
	border: 1px solid #e6e6e6;
    border-radius: 7px;
    overflow: hidden;	
}

/* 间隔颜色灰 */
.even-color{
	background-color:#F8F9FA;
}
/* 白色 */
.bg-white{
	background-color: #FFFFFF;
}
/* 背景蓝色 */
.bg-blue{
	background-color: #0064FF;
}
.bg-F3F5FF{
	background-color: #F3F5FF;
}
.bg-F5F5F6{
	background-color: #F5F5F6;
}
.bg-E0E2EB{
	background-color: #E0E2EB;
}
/* 激活颜色蓝色 */
.activate-blue{
	color: #ffffff;
	background-color: #0064FF;
}


/* 多语言功能标题字体 */
.lang-title{
	/* width: 180px; */
	height: 100px;
	text-align: center;
	border-radius: 24px;
	line-height: 100px;
	font-size: 24px;
}
.list-grid{
	display: grid;
	grid-template-rows: auto;
	grid-gap: 20px;
}
.list-grid-col-2{
	grid-template-columns: repeat(2, 1fr);
}
.list-grid-col-5{
	grid-template-columns: repeat(5, 1fr);
}
.list-grid-col-3{
	grid-template-columns: repeat(3, 1fr);
}
.list-grid-col-4{
	grid-template-columns: repeat(4, 1fr);
}
.list-grid-col-6{
	grid-template-columns: repeat(6, 1fr);
}
.list-grid-col-7{
	grid-template-columns: repeat(7, 1fr);
}
.list-grid-flex{
	display: flex;
}
.list-grid-column{
	flex-direction: column;
}
.list-grid-justify{
	justify-content: space-between;
}
.list-flex-end{
	align-items: flex-end;
}
.a-i-c{
	align-items:center
}
.f-b-e-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
.d-j-f{
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
}
.list-flex-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: center;
}
.list-flex-center-item{
	flex-direction: column;
	flex-shrink: 0;
}
.flex-a-l-c{
	display: flex;
	align-items: center;
	grid-gap: 7px;
}

.margin{
	margin: 34px;
}
.margin-24{
	margin: 24px;
}
.margin-top-0{
	margin: 0 34px 34px 34px;
}
.margin-b-0{
	margin: 34px 34px 0 34px;
}
.margin-b-16{
	margin-bottom: 16px;
}

.margin-b-48{
	margin-bottom: 48px;
}
.margin-top-64{
	margin-top: 44px;
}
.margin-top-48{
	margin-top: 48px;
}
.list-grid-left{
	margin: 44px 15px 30px 34px;
}
.list-grid-right{
	margin: 16px 0;
}

.padding-24{
	padding: 24px;
}
.padding-36{
	padding: 31px;
}
.padding-16{
	padding: 16px;
}
.padding-t8-r35{
	padding: 8px 35px;
}
/* 小标题上下间距 */
.small-top-bottom{
	padding: 26px 20px;
}

/* 标题下方没描述 */
.title-top-bottom{
	padding-top: 49px;
	padding-bottom: 48px;
}
/* 标题下方有描述 */
.title-top-bottom-info{
	padding-top: 80px;
	padding-bottom: 8px;
}
/* 标题下方有描述底部间距 */
.title-t-b-info-interval{
	padding-bottom: 48px;
}
/* 间距 */
 .interval{
	padding-bottom: 40px;
}
 .interval-20{
	padding-bottom: 20px;
}
 .interval-24{
	padding-bottom: 20px;
}
 .interval-16{
	padding-bottom: 16px;
}
 .interval-t-b-24{
	padding: 19px 0 19px 0;
}
 .interval-t-b-10{
	padding: 10px 0;
}

/* 上下36 左右96 */
.title-padding-36{
	padding: 36px 96px;
}

.border-bottom{
	border-bottom: 1px solid #e6e6e6
}
	
.footer-font{
	font-weight: 400;
	font-size: 12px;
	color: #2E2E2E;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-top: 24px;
}

/* 首页产品功能 */
.cpgn li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cpgn li div:nth-child(1){
	padding-bottom: 15px;
}
.cpgn li div:nth-child(2){
    /* font-weight: 500; */
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.img-top-center{
	position: absolute;

	transform: translatey(calc((100% / 2 + 16px) * -1))
}
.bg-img-size-100{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* 立即下载免费体验 */
.button-ty{
	width: 428px;
	height: 66px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	font-weight: 500;
	font-size: 18px;
	color: #0064FF;
	line-height: 66px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}


/* 关于我们 */
	.about-left{
		height: auto; 
		width: 170px;
	}
	.about-left .left-title{
		cursor: pointer;
		font-size: 16px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 100%;
	}

	.about-left .select{
		background-color: #fff;
	}
	.about-right-box{
		flex: 1;
		margin-left: 48px;
		}
	.about-right-box .item{
		margin-bottom: 60px;
	}
/* 	.about-right-box .item img{
		width: 182px;
		height: 250px;
	} */
	.about-right-box .title{
		    border-left: 3px solid #0064FF;
		    font-size: 24px;
		    font-weight: 700;
		    line-height: 24px;
		    margin-bottom: 16px;
		    padding-left: 7px;
	}
	.about-right-box .text{
		    color: #999;
		    font-size: 14px;
		    line-height: 30px;
		    text-indent: 2em;
	}
	#allmap {
	        width: 100%;
	        height: 100%;
	        overflow: hidden;
	        margin: 0;
	    }

/* 客服 */
.call-us{
	width: 64px;
	height: 216px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(0,100,255,0.05);
	border-radius: 32px 32px 32px 32px;
	border: 1px solid #EAEBEB;	
    bottom: 20vh;
    position: fixed;
    right: 20px;
    z-index: 999;	
}
.ellipse span{
    background-color: #d9f7e4;
    border-radius: 20px;
    color: #18703a;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    padding: 2px 11px;	
}
.down-bnt{
	align-items: center;
    background: #fff;
    border: 1px solid #0064FF;
    border-radius: 40px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-top: 30px;
    padding: 7px 25px;
	min-width: 100px;
}
.down-bnt-blue{
	align-items: center;
    background: #0064FF;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-top: 30px;
    padding: 7px 25px;
	min-width: 100px;
}
 
 /* 客服 */
.call-us{
		position: fixed;
		right: 20px;
		bottom: 20vh;
		z-index: 999;
	}
	.hover-box{
			background: #fff;
		    border-radius: 10px;
		    box-shadow: 1px 0 4px #646464;
		    display: none;
		    padding: 11px;
		    position: absolute;
		    right: 76px;
		    top: 0;
		    width: 223px;
	}
	.call-item{
		cursor: pointer;
		display: flex;
		align-items: center;
		height: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
	}
	.hover1 :hover + .hover-box{
		display: block;
	}
	.hover-box:before{
		border: 10px solid transparent;
		border-bottom-color: #d2d2d2;
		content: "";
		display: inline-block;
		position: absolute;
		right: -20px;
		top: 29px;
		transform: rotate(90deg);
		z-index: -2;	
	}
	.hover2 :hover + .hover-box{
		display: block;
		top: 80px;
	}
		
	.call-item .img {
                    width: 28px;
                    height: 28px;
                    margin: auto 0;
                }

    .call-item .hover-box .title {
                    font-weight: 200;
                    font-size: 14px;
                    color: #060606;
                }
     .call-item .hover-box .right-box-title{
                        margin: 8px 0;
                }
				
				
	.popup-btn:hover + .popup-box{
		display: block;
		left:50%;
		transform:translateX(-50%) translateY(-219px);
	}

.text span{
	margin: 0 20px;
}

#sjgd > div{
	grid-gap: 3px;
	padding: 8px 34px;
}
.button{
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #0064FF;
    border-radius: 4px;
    box-sizing: border-box;
    color: #0064FF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 9px 20px;
    text-align: center;
    transition: .1s;
    white-space: nowrap;	
}
.button:hover + .el-popper{
	display: block !important;

}
.el-popper:hover {
	display: block !important;
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.el-scrollbar {
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
    position: relative
}

.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%
}

.el-popper {
	margin: 0;
	padding-top: 10px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
    top: 4px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
}
.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #FFF
}

.el-select-dropdown__item.hover,.el-select-dropdown__item:hover {
    background-color: #F5F7FA
}

