.title{
	text-align: center;
}
.title h1{
	font-size: .48rem;
    font-weight: 600;
    background: linear-gradient(to right,  #f83f1e, #a70202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title p{
	font-size: .2rem;
    font-weight: 300;
    color: #646c74;
}


.introduct{
	overflow: hidden;
	padding: 1.4rem 0 0.6rem;
	border-bottom: 1px solid #e6e4e4;
}
.introduct .intro_left{	
	float: left;
	width: calc(100% - 678px);
}
.introduct h1{
    display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: .6rem;
	line-height: .62rem;
	font-weight: 800;
	color: #0e0c36;
	position: relative;
	letter-spacing: -2px;
}
.introduct .pro_logo{
	width: .62rem;
	margin-right: .16rem;
	margin-top: -.1rem;
}
.introduct h1 .mark_img {
    position: absolute;
	z-index: 2;
    top: -.1rem;
    left: 6.25rem;
	animation: pronamei 1s infinite both;
    -webkit-animation: pronamei 1s infinite both;
}
@keyframes pronamei {
  0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

@-webkit-keyframes pronamei {
   0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

.introduct p{
	width: 90%;
	font-size: .33rem;    
	line-height: .36rem;
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: .12rem;
}
.introduct .p_2 {
    font-size: .18rem;
    margin-bottom: .12rem;
    color: #D20000;
}
.introduct .intro_right{
	float: right;
    width: 618px;
    padding: 16px;
    margin: .2rem 30px .3rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 10px 20px rgba(214, 213, 233, 0.5);
    backdrop-filter: blur(8px);
	
}
.introduct iframe{
	width: 583px;
    height: 328px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.s_tel{
	display: block;
	font-size: 30px;
	color: #D20000;
	font-style: italic;
	background: url("../../index.html") no-repeat 10px center;
	margin-bottom: .4rem;
}
.s_tel i{
	font-size: 40px;
	font-family: Barlow;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.introduct .btn {
	padding: .12rem .6rem;
	margin-right: .12rem;
	margin-bottom: .12rem;
}
.introduct .btn:hover {
	padding: .12rem .8rem .12rem .4rem;
}
.introduct .btn:after {
    right: .8rem;
}
.introduct .btn:hover:after {
    right: .4rem;
}

.download_box{
	margin-top: 30px;
}
.download_box span{
	display: block;
	float: left;
	line-height: 26px;
}
.download_box a{
	height: 26px;
	display: block;
	float: left;
	margin-left: 10px;
}
.download_box a.ico{
	width: 26px;
	background: url("../images/ico_terminal.png") no-repeat;
}
.download_box a.ico1{
	background-position: 0 0;
}
.download_box a.ico2{
	background-position: 0 -26px;
}
.download_box a.ico3{
	background-position: 0 -52px;
}
.download_box a.ico4{
	background-position: 0 -78px;
}
.download_box a.ico5{
	line-height: 26px;
	padding: 0 10px;
	border-radius: 4px !important;
	background: #D20000;
	color: #fff;
}




.esignType {    
	margin: 1rem auto 0;
}
.esignType ul {
	overflow: hidden;
	padding-bottom: .3rem;
}
.esignType li{
	float: left;
	width: 28%;
	margin: 2% 1.5%;    
}
.esignType li:nth-child(2){
	width: 34%;   
}
.esignType li>div {
	background: url("../images/esignType_bg.png") no-repeat;
	background-size: cover;
	border: 1px solid #cbc7ff;
	overflow: hidden;
	padding: 30px 20px 40px;
	border-radius: 20px!important;
	position: relative;
	height: 520px;    
    margin-top: 30px;
	transition: all .3s;
}
.esignType li:nth-child(2)>div {
    margin-top: 0;
    height: 580px;
}
.esignType li:hover>div,
.esignType li.on>div{
	box-shadow: 0 20px 20px rgba(14,12,54,0.1);
	background: #fff0de;
	border: 1px solid #ff6300;
	transition: all .3s;
}
.esignType li .img_angle{
	position: absolute;
	right: 0;
	top: 0;
	width: 89px;
}
.esignType li dl {
	margin-bottom: 30px;
}
.esignType li dt {
	float: left;
	margin-right: 12px;
}
.esignType li h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
    color: #0e0c36;
	margin-bottom: 0;
	margin-top: 0;
}
.esignType li h1 i {
	font-family: Barlow;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1px;
}
.esignType li h1 span {
	font-size: 16px;
	font-weight: 300;
    color: #0e0c36;
	margin-left: 8px;
}
.esignType li p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #646c74;
	margin-bottom: 12px;
}
.esignType li .label_box { 
	font-size:0;
    overflow: hidden;
}
.esignType li .label_box span {
    color: #0E0C36;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
    border: 2px solid #fff;
	margin-bottom: 4%;
	text-align: center;
	float: left;
	position: relative;
	display: grid;
    place-items: center;
}
.esignType li:hover .label_box span,
.esignType li.on .label_box span{
	background: #fff;
}
.esignType li .label_box span ii{
	font-size: 13px;
	line-height: 20px;
	display: block;
	font-style: italic;
}
.esignType li .label_box span .angle_coming {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
}
.w100{
	width: 100%!important;
}
.w23{
	width: 23%!important;
}
.w23_5{
	width: 23.5%!important;
}
.w30{
	width: 30%!important;
}
.w32{
	width: 32%!important;
}
.w66{
	width: 66%!important;
}
.h84{
	height: 84px!important;
}
.mr2{
	margin-right: 2%!important;
}
.mr4{
	margin-right: 4%!important;
}
.pd6{
	padding: 6px!important;
}
.tex_l{
	text-align: left!important;
}
.esignType li i{
	font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    color: #646c74;
	display: inline-block;
}

.esignType li ul{
	margin-bottom: 16px;    
	color: #646c74;
	background: rgba(255,255,255,.6);
	border-radius: 12px!important;
	padding: 16px 10px;
}
.esignType li ul span{
	color: #D20000;
    font-style: italic;
    font-weight: 600;
}
.esignType li ul li{
	float: left;
	width: 100%;
	margin: 0;
	font-weight: 100;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	letter-spacing: -0.3px;
}
.esignType li ul li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 6px;
	background: url("../images/application-icon.png") no-repeat left center;
	background-size: 12px 12px;
}
.esignType li ul li i{
	display: block;
	font-size: 13px;
	letter-spacing: -0.2px;
}
.esignType li ul b{
	float: right;
	font-size: 18px;
	color: #D20000;
}
.esignType li ul b em {
    font-family: Barlow;
    font-style: normal;
}

.esignType .btn_box{
	position: absolute;
	bottom: 30px;
	width: calc(100% - 40px);
	text-align: center;
}


.esignType .btn {
	padding: .16rem .3rem;
}
.esignType .btn_box .btn:first-child {
	background: #0e0c36;
}
.esignType .btn:hover {
	padding: .16rem .44rem .16rem .16rem;
}
.esignType .btn:after {
    right: .44rem;
}
.esignType .btn:hover:after {
    right: .16rem;
}
.esignType .btn_xs {
	margin-left: .12rem;
}


.btn_box2{
	overflow: hidden;
	margin: 0 auto;
	padding: .4rem 0 .2rem;
}
.btn_box2 li{
	width: 29.33%;
	margin: 2%;
	float: left;
	border-radius: 16px;
	transition: all .3s;
	border: 1px solid #eee;
	background: #f4f3ff;
	position: relative;
}
.btn_box2 li:hover{
	box-shadow: 0 20px 40px rgba(14,12,54,0.1);
	transform: translateY(-6px);
	transition: all .3s;
	border: 1px solid #D20000;
}
.btn_box2 li:after{
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: .2rem;
	bottom: .2rem;
	background: url("../images/link_ico_1.png") no-repeat left center;
	background-size: 1rem 1rem!important;
}
.btn_box2 li:nth-child(2):after{
	background: #f4f3ff url("../images/link_ico_2.png") no-repeat right bottom;
}
.btn_box2 li:nth-child(3):after{
	background: #f4f3ff url("../images/link_ico_3.png") no-repeat right bottom;
}
.btn_box2 li a{
	padding: .3rem;
	display: block;
	cursor: pointer;
}
.btn_box2 li h2{
	font-size: .24rem;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: .12rem;
	letter-spacing: -2px;
}
.btn_box2 li p{
	width: 65%;
	font-size: .18rem;
	font-weight: 300;
	line-height: .24rem;
	height: .48rem;
    color: #646c74;
}



.function{
	margin: 0 auto;
	padding: .8rem 0;
	background: #faf8fd url(../images/function_bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.functionBox{
	position: relative;
}
.functionBox .btn{
	position: absolute;
	bottom: .3rem;
	left: 7.8rem;
	z-index: 2;
}

.functionBox .fun_tab{
	padding: 0 10px;
	text-align: center;
	border-bottom: 1px solid rgba(14,12,54,.3);
	overflow: hidden;
}
.functionBox .fun_tab li{
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 15px;
	padding: 20px 0;
	font-size: 20px;
    color: #0e0c36;
    font-weight: 300;
	letter-spacing: -1px;
}
.functionBox .fun_tab li.active{
	font-size: 22px;
    font-weight: 600;
	border-bottom: 5px solid #0e0c36;
}

.functionBox .functionSwiper{
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}
.functionBox .cont_l{
	float: left;
	width: 6.6rem;
	height: 4.46rem;
	padding: .16rem;
	margin: .2rem .3rem .3rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 10px 20px rgba(14,12,54,0.1);
	backdrop-filter: blur(8px);
}
.functionBox .cont_l span{
	display: inline-block;
    border-radius: 20px;
    background: #fff;
	overflow: hidden;
}
.functionBox .cont_l .pro_img{
	width: 100%;
	height: 100%;
}


.functionBox dl{
	width: calc(100% - 8rem);
	margin-left: .6rem;
	float: left;
	text-align: left;
	padding: 20px 0;
}
.functionBox dl p{ 
	font-size: .3rem;
	line-height: .4rem;
    font-weight: 300;
    color: #0e0c36;
}
.functionBox dl span{ 
	display: block;
	font-size: .22rem;
	line-height: .3rem;
    font-weight: 300;
    color: #0e0c36;
}
.functionBox dl a{ 
	display: block;
	font-size: .2rem;
	line-height: .3rem;
    font-weight: 600;
    color: #D20000;
}




.function-editor {
	margin: .6rem auto .8rem;
}
.function-editor li {    
	width: 18%;
    margin: 1%;
	height: 3.5rem;
    float: left;
    border-radius: 16px;
    text-align: center;
    transition: all .3s;
	 background: rgba(255, 255, 255, .6);
    border: 1px solid  rgba(255, 255, 255, 1);/*核心功能模块框*/
    padding: .24rem;
	 box-shadow: 0 2px 8px rgba(14,12,54,0.1);
}
.function-editor li:hover{
	box-shadow: 0 5px 15px rgba(14,12,54,0.1);
	transform: translateY(-16px);
	transition: all .3s;
	border: 1px solid #D20000;


}




.function-editor img {
    width: .8rem;
	margin: 0 auto .12rem;
}
.function-editor h2 {
	color: #0e0c36;
    font-size: .24rem;
	line-height: .3rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
	letter-spacing: -1.6px;
}
.function-editor p {
	font-size: .18rem;
    font-weight: 300;
    line-height: .3rem;
    color: #646c74;
}



.advantage{
	margin: .8rem auto;
}
.advantage ul {
	overflow: hidden;
}
.advantage li {
	width: 47%;  /*好打印优势*/
    margin: 1.5%;
    border: 2px solid #fff;
    float: left;
    border-radius: 16px;
    padding: 0.3rem;
    transition: all .3s;
    background: rgba(255, 255, 255, .6);
	border: 1px solid  rgba(255, 255, 255, 1);/*核心功能模块框*/
   	 box-shadow: 0 2px 10px rgba(14,12,54,0.1);
}
.advantage li:hover{
	box-shadow: 0 5px 15px rgba(14,12,54,0.1);
	transform: translateY(-10px);
	transition: all .3s;
	border: 1px solid #D20000;
}



.advantage .fun_icon {
	width: 1rem;
    height: 1rem;
    display: block;
    float: left;
}
.advantage .fun_icon img {
	width: 100%;
}
.advantage .fun_text{
	float: right;
	width: calc(100% - 1.2rem);
}
.advantage h2 {
	color: #0e0c36;
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
	letter-spacing: -1px;
}
.advantage p {
	font-size: .2rem;
    font-weight: 300;
    line-height: .32rem;
    height: .64rem;
    color: #646c74;
}



.bangg{
	text-align: center;
	padding: .6rem 0;
	border-radius: 30px;
	background: url("../images/  ") no-repeat 0px 0px;
	background-size: cover;
	margin: .8rem auto .6rem;
}
.bangg h1{
	color: #0e0c36;
	font-size: .46rem;
	font-weight: 800;
	margin-bottom: .2rem;
	letter-spacing: -1px;
}
.bangg h1 span{
	color: #D20000;
}

.bangg .download_box {    
	display: inline-block;
}
.bangg .download_box span{
	font-size: 22px;
	line-height: 40px;
}

.bangg .download_box a{
	height: 40px;
	display: block;
	float: left;
	margin-left: 16px;
	cursor: pointer;
}
.bangg .download_box a.ico{
	width: 40px;
	background: url("../images/ico_terminal2.png") no-repeat;
}
.bangg .download_box a.ico1{
	background-position: 0 0;
}
.bangg .download_box a.ico2{
	background-position: 0 -40px;
}
.bangg .download_box a.ico3{
	background-position: 0 -80px;
}
.bangg .download_box a.ico4{
	background-position: 0 -120px;
}
.bangg .download_box a.ico5 {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 4px !important;
    background: #D20000;
    color: #fff;
	font-size: 18px;
}



.links{
	margin: 0 auto .4rem;
}
.links .links_title{
	float: left;
	padding: 0 .3rem;
	color: rgba(14,12,54,1);
	font-size: .46rem;
	line-height: .46rem;
	font-family: Barlow;
	font-weight: 600;
	text-transform: capitalize;
	background: url(../images/link_jt.png) no-repeat right center;
}
.links ul{
	float: left;
	margin-left: .3rem;
}
.links ul li {
	display: inline-block;
    margin: 0 10px;
    font-size: .18rem;
	height: .56rem;
    line-height: .56rem;
    color: #646c74;
    cursor: pointer;
    border-radius: 40px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #eee;
    padding: 0 .4rem;
    transition: all .3s;
}
.links ul li a {
	display: block;  
	color: #0e0c36;
    font-weight: 500;
}
.links ul li:hover {
	border: 1px solid #D20000;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 20px 40px rgba(14,12,54,0.1);
    transform: translateY(-6px);
    transition: all .3s;
    color: #D20000;
}
.links ul li:hover a {
    color: #D20000;
}
