@font-face {
	font-family: pf;
	src: url(../font/PingFang-SC-Regular.ttf);
}
@font-face {
	font-family: e;
	src: url(../font/Ephesis.ttf);
}
body {
            scroll-behavior: smooth;
        }
body::-webkit-scrollbar {
            width: 0px;
            display: none;
        }
        body::-webkit-scrollbar-track {
            background: #e2e8f0;
            border-radius: 10px;
        }
        body::-webkit-scrollbar-thumb {
            background: #F7CF9D;
            border-radius: 10px;
            transition: background 0.2s;
        }
        body::-webkit-scrollbar-thumb:hover {
            background: #2563eb;
        }
@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: pf, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }
textarea{
	font-family: pf;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;

}
.clearfix{
	zoom: 1;
}
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
.clear{ clear:both;}
div,ul ,li, input{
	box-sizing: border-box;
}
em, i, strong{
	font-style: normal;
}


.bgbl_pics img{
	position: absolute;
    inset: 0;
    width: 100%;
    height: 8.24rem;
    object-fit: cover;
    transition: all .4s;
    opacity: 0;
}
.bgbl_pics img.show{
	opacity: 1;
}

.bgbl-process-line{
	border: none;
	position: relative;
	border-top: none !important;
}
.bgbl-process-line div{
	position: relative;
	z-index: 99;
}
.bgbl-process-line div::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 58%;
	top: .2rem;
	z-index: -1;
	background: #d9d9d9;
}
.bgbl-process-line div:last-child::after{
	display: none;
}
.bgbl-process-line div:hover{
	transform: translate(0) !important;
}
.bgbl-process-line div.active b{
	background: linear-gradient(#AD46FE, #2F59FC) !important;
	color: #fff !important;
}
.bgbl-process-line div.active span{
	color: #663FCC;
}
.bgbl-process-line div.active::after{
	background: #663FCC;
}
.bgbl-service-card .bgbl-service-icon.b{
	display: none;
}
.bgbl-service-card:hover .bgbl-service-icon.a{
	display: none;
}
.bgbl-service-card:hover .bgbl-service-icon.b{
	display: block;
}
.bgbl-service-card:hover h3{
	color: #663FCC !important;
}
.bgbl-service-card::before, .bgbl-feature-case::before{
	display: none !important;
}
.product-info-thumbs .mySwiper1 .swiper-slide{
	height: 1.2rem;
}
.product-info-thumbs img{
	width: 80%;
	height: 80%;
}
.main_form_toast{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	z-index: 1060;
}
.main_form_toast .form_toast{
	width: 5.4rem;
	position: relative;
	border: 1px dashed #016581;
	border-radius: .1rem;
	padding: .4rem;
	background: #011C35;
}
.main_form_toast .form_toast .icon{
	width: .48rem;
	display: block;
	margin: 0 auto;
}
.main_form_toast .form_toast p{
	text-align: center;
	font-size: .24rem;
	color: #fff;
	margin-top: .26rem;
	font-weight: bold;
}
.main_form_toast .form_toast p span{
	color: #098FEA;
	font-weight: bold;
	padding: 0 .1rem;
}
.main_form_toast .form_toast em{
	text-align: center;
	font-size: .16rem;
	color: #fff;
	display: block;
	margin-top: .16rem;
}
.main_form_toast .form_toast em span{
	color: #098FEA;
	padding: 0 .1rem;
}
.main_form_toast .form_toast .close{
	width: .3rem;
	position: absolute;
	right: .26rem;
	top: .13rem;
	cursor: pointer;
}

.main_form_stauts{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1060;
	display: none;
}

.main_form_stauts .box{
	width: 5.4rem;
	background: #043759;
	border-radius: .1rem;
	border: 1px solid #02405E;
	padding: .28rem .22rem .3rem .22rem;
}
.main_form_stauts .box .head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_form_stauts .box .head .icon{
	display: flex;
	align-items: center;
	font-size: .24rem;
	font-weight: bold;
	color: #fff;
}
.main_form_stauts .box .head .icon img{
	width: .4rem;
	margin-right: .14rem;
}
.main_form_stauts .box .head > img{
	width: .3rem;
	cursor: pointer;
}
.main_form_stauts .box .status{
	position: relative;
	border: 1px dashed #016581;
	border-radius: .1rem;
	padding: .4rem;
	margin-top: .6rem;
}
.main_form_stauts .box .status img{
	width: .48rem;
	display: block;
	margin: 0 auto;
}
.main_form_stauts .box .status p{
	text-align: center;
	font-size: .28rem;
	font-weight: bold;
	color: #0994E9;
	margin-top: .2rem;
}
.main_form_stauts .box .status em{
	display: block;
	text-align: center;
	margin-top: .1rem;
	font-size: .2rem;
	color: #fff;
}
.main_form_stauts .box .status em span{
	color: #0994E9;
}
.main_form_stauts .box .button{
	height: .48rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .1rem;
	margin: 0 auto;
	font-size: .2rem;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #03B2DE, #065CA4);
	width: 2.4rem;
	margin-top: .4rem;
}
.main_form_stauts .box .button a {
	width: 100%;
	height: 100%;
	display: flex;
	font-size: .2rem;
	color: #fff;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.main_form_stauts .box .button img{
	width: .24rem;
	margin-right: .06rem;
}
.main_form_stauts .box > em{
	display: block;
	text-align: center;
	font-size: .12rem;
	margin-top: .12rem;
	color: #fff;
}
.main_form_stauts .box > span{
	display: block;
	text-align: center;
	font-size: .12rem;
	margin-top: .3rem;
	color: #99a1af;
}
.pcb-side > a:hover .tels{
	opacity: 1;
	visibility: inherit;
}
.tels{
	    width: 2rem;
    position: absolute;
    right: 140%;
    border: 0.01rem solid rgba(0, 184, 219, 0.1);
    border-radius: 0.14rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.tels p{
	font-size: .14rem;
	color: #fff;
}
.tels em{
	font-size: .2rem;
	color: #065CA4;
	margin-top: .1rem;
	font-weight: bold;
	display: block;
}