@font-face {
	font-family: PingFang SC;
	src: url('../font/PingFang\ SC.ttf');
}
@font-face {
	font-family: Montserrat;
	src: url('../font/Montserrat-Regular.ttf');
}
@font-face {
	font-family: Source Han Sans SC;
	src: url('../font/Source\ Han\ Sans\ SC\ Regular.otf');
}
@font-face {
	font-family: Source Han Sans;
	src: url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face {
	font-family: Chiron Sans HK Pro;
	src: url('../font/din-bold_.otf');
}
	
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* 英文开启 */
	word-wrap: break-word !important;
	word-break: normal !important;
}
.tab {
	cursor: pointer;
}

strong *,
strong,
b {
	font-weight: bold;
	font-size: inherit;
}




:root {
	--c: #1D4098;
	--s_tran: 0.3s ease-in-out;
	--l_tran: 0.6s ease-in-out;
}

.main {
	max-width: 15.5rem;
	width: 100%;
	margin: 0 auto;
}


.lmx_h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	text-indent: -9999em;
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.fill_btn {
	display: block;
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

hr {
	border: none;
}

/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

/* 左右flex布局 */
.flex_box {
	display: flex;
	flex-wrap: nowrap;
}

.flex_box_jc {
	justify-content: space-between;
}
.flex_center{
	align-items: center;
}
.flex_start {
	align-items: flex-start;
}


/* 列表flex布局 */
.list_flex {
	display: flex;
	flex-wrap: wrap;
}



/*多行溢出*/
.line1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}



/* 水波纹效果 */
/* .btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
} */

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}



.pointer {
	cursor: pointer;
}


/* 公共面包屑 */
.bread1{
	
}


/* hover-图片放大1.1 */
.scale_box {
	display: block;
	width: auto;
	overflow: hidden;
}
.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}
.hover_box:hover .scale_img {
	transform: scale(1.08);
}


/* hover-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
}
.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}
.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}




/* 页码 */
.page {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.page .list {
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #999999;
}

.page .list .item {
	width: 0.3rem;
	height: 0.3rem;
	display: block;
	margin: 0 0.05rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #999999;
	text-align: center;
	line-height: 0.3rem;
}

.page .list .item:hover {
	color: #104198;
	border: none;
}

.page .list .active {
	color: #104198;
	border: none;
}

.page .btn {
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 0.07rem;
}
.page .btn.next{
	text-align: left;
}

.page .btn:hover {
	background: #005073;
	color: #fff;
}




.innerBanner{
	width: 100%;
	height: 5rem;
	position: relative;
}
.innerBanner .inBannerImg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.innerBanner .inBannerImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.innerBanner{
	height: 4rem;
	position: relative;
}
.inBannerTitle{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 1.85rem;
}
.inBannerTitle .inTxt{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.4rem;
	color: #FFFFFF;
}


/* 公共面包屑 */
.bread{
	height: 0.8rem;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}

.bread .main{
	height: 100%;
}
.bread .flex_box{
	display: flex;
	justify-content: space-between;
}
.bread .flex_box1 {
	display: flex;
}

.bread .flex_box1 a:first-child img{
	width: 0.31rem;
	height: 0.31rem;
	margin-right: 0.1rem;
}
.bread .flex_box1 a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #666666;
	display: flex;
	align-items: center;
}
.bread .flex_box1 a::after{
	content: '>';
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #666666;
	display: flex;
	align-items: center;
	margin: 0 0.06rem;
}
.bread .flex_box1 a:last-child::after{
	display: none;
}

.bread .flex_box2 .all{
	width: 1rem;
	height: 0.4rem;
	background: #104198;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.4rem;
	margin-right: 0.2rem;
}

.bread .flex_box2 .layui-form{
	width: 2rem;
	height: 0.4rem;
	margin-right: 0.1rem;
}
.bread .flex_box2 .layui-col-md6{
	width: 2rem;
	height: 0.4rem;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	border: 0.01rem solid #EEEEEE;
	/* overflow: hidden; */
	position: relative;
}
.bread .flex_box2 .layui-col-md6::after{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	display: block;
	background: url(../img/select_icon.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0.1rem;
	top: 0.08rem;
	transition: all 0.5s;
}
.bread .flex_box2 .layui-form-select,
.bread .flex_box2 .layui-form-select .layui-select-title{
	height: 100%;
}
.bread .flex_box2 .layui-form-select .layui-input{
	width: 100%;
	height: 100%;
	border: unset;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.bread .flex_box2 .layui-form-select dl{
	top: 0.49rem;
	border: unset;
	height: 1.95rem;
	overflow-y: auto;
	padding: 0.05rem 0;
	box-shadow: unset;
}
.bread .flex_box2 .layui-form-selected::before{
	/*content: '';*/
	width: 2rem;
	height: 2.05rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	padding: 0.1rem 0;
	position: absolute;
	left: 0;
	top: 0.39rem;
	z-index: 1;
}
.bread .flex_box2 .layui-form-select dl dd,
.bread .flex_box2 .layui-form-select dl dt {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 0.18rem;
	color: #999999;
	margin-bottom: 0.1rem;
}
.bread .flex_box2 .layui-form-select dl dd:last-child,
.bread .flex_box2 .layui-form-select dl dt:last-child{
	margin-bottom: 0;
}
.layui-form-select dl dd.layui-this,
.bread .flex_box2 .layui-form-select dl dd:hover{
	background: unset !important;
	color: #104198;
}
.bread .flex_box2 .layui-form-select dl dd, 
.bread .flex_box2 .layui-form-select dl dt{
	line-height: 0.27rem;
	margin-bottom: 0.15rem;
}


.bread .flex_box2 .layui-form-select dl::-webkit-scrollbar {
    width: 0.04rem;
    background: #EDEDED;
    border-radius:0.02rem;
	margin-right: 0.02rem;
	margin: 0.1rem 0;
	height: 80%;
}

.bread .flex_box2 .layui-form-select dl::-webkit-scrollbar-thumb {
    width: 0.04rem;
    background: #104198;
    border-radius:0.02rem;
}
.bread .flex_box2 .layui-input:focus, .layui-textarea:focus{
	box-shadow: unset;
}

.bread .flex_box2 .layui-col-md6:has(input:focus)::after{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	display: block;
	background: url(../img/select_icon.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0.1rem;
	top: 0.08rem;
	rotate: 180deg;
	transition: all 0.5s;
}
.bread .flex_box2 .searchBox{
	width: 3.4rem;
	height: 0.4rem;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	border: 0.01rem solid #EEEEEE;
}
.bread .flex_box2 .searchBox .img{
	padding-left: 0.2rem;
	padding-right: 0.1rem;
	display: flex;
}
.bread .flex_box2 .searchBox .img img{
	width: 0.2rem;
	height: 0.2rem;
}
.bread .flex_box2 .searchBox input{
	width: 2.1rem;
	flex: 1;
}
.bread .flex_box2 .searchBox input,
.bread .flex_box2 .searchBox input::placeholder{
	height: 100%;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #999999;
	line-height: 0.34rem;
}

.bread .flex_box2 .searchBox .btn{
	width: 0.8rem;
	height: 0.38rem;
	background: #EEEEEE;
	border-radius: 0rem 0.2rem 0.2rem 0rem;
	border: 0.01rem solid #EEEEEE;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	line-height: 0.34rem;
	color: #999999;
	text-align: center;
	cursor: pointer;
}


.page_inner{
	padding-top: 1rem;
}


.sqbgWrap{
    background: url(../img/sqbBg.png);
    background-size: 100% 100%;
    padding-top: 0.99rem;
    padding-bottom: 0.9rem;
}
.sqbgWrap .sqTitle{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.26rem;
}
.sqbgWrap .sqTxt{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #D6DDE8;
    opacity: 0.85;
    font-size: 0.16rem;
    line-height: 0.32rem;
    text-align: center;
}
.sqbgWrap .sqTxt span{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #104198;
    margin-bottom: 0.5rem;
}
.sqbgWrap .sqb{
    width: 11.04rem;
    margin-left: auto;
    margin-right: auto;
}
.sqbgWrap .sqb .sqTabel{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.sqbgWrap .sqb .sqInp{
    width: 5.11rem;
    display: flex;
    margin-bottom: 0.3rem;
}
.sqbgWrap .sqb .sqInp label{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #D6DDE8;
    opacity: 0.85;
    text-align: right;
    width: 1.11rem;
    padding-right: 0.1rem;
    line-height: 0.48rem;
}
.sqbgWrap .sqb .sqInp label span{
    display: inline-block;
    margin-right: 0.03rem;
    color: #D6DDE8;
    opacity: 0.85;
}
.sqbgWrap .sqb .sqInp input{
    width: 4rem;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #EEEEEE;
    padding: 0 0.15rem;
    background: #FFFFFF;
}
.sqbgWrap .sqb .sqInp input::placeholder{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}
.sqbgWrap .sqb .xy{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    gap: 0 .1rem;
}
.sqbgWrap .sqb .xy input{
    /*width: 0.14rem;*/
    /*height: 0.14rem;*/
    /*background: #FFFFFF;*/
    /*border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;*/
    /*border: 0.01rem solid #E2E2E2;*/
    /*margin-right: 0.05rem;*/
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
}
.sqbgWrap .sqb .xy div,
.sqbgWrap .sqb .xy a{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #D6DDE8!important;
    opacity: 0.85;
}
.sqbgWrap .sqb .xy a{
    opacity: 1;
}
.sqbgWrap .sqb .submit{
    width: 2rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.3rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #104198;
    cursor: pointer;
}

.bread2{
	height: 0.8rem;
	background: #FFFFFF;
}
.bread2 .tab_wrap{
	padding: 0 0.55rem;
}
.bread2 .tab{
	padding: 0 0.15rem;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.8rem;
	margin: 0 0.84rem;
	position: relative;
}

.bread2 .tab::after{
	content: '';
	width: 0%;
	height: 0.04rem;
	background: #104198;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.bread2 .tab.active,
.bread2 .tab:hover{
	color: #104198;
	transition: all 0.5s;
}
.bread2 .tab.active::after,
.bread2 .tab:hover::after{
	content: '';
	width: 100%;
	height: 0.04rem;
	background: #104198;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
.bread .flex_box1 a::after{
	font-size: .24rem;
}
.bread .flex_box1 a{
	font-size: .24rem;
}
.bread .flex_box1{
	margin-left: .2rem;
	display: none;
}
.bread2{
	height: auto;
}
.bread2 .tab_wrap{
	padding: 0 .3rem;
	display: block;
	height: auto;
    overflow: hidden;
}
.bread2 .tab{
	margin: 0;
	width: auto;
	float: left;
}
.bread2 .tab{
	font-size: .24rem;
}
*{
	font-size: .24rem;
}
.sqbgWrap .sqb{
	width: 100%;
}
.sqbgWrap .sqTxt{
	font-size: .24rem;
}
.sqbgWrap .sqb .sqInp label{
	width: 30%;
	font-size: .24rem;
}
.sqbgWrap .sqb .sqInp{
	width: 100%;
}
.sqbgWrap .sqb .sqInp input::placeholder{
	font-size: .24rem;
}
.sqbgWrap .sqb .sqInp input{
	width: 60%;
}
.sqbgWrap .sqb .xy a{
	font-size: .24rem;
}
.sqbgWrap .sqb .submit{
	min-width: 30%;
	width: fit-content;
	height: auto;
	font-size: .24rem;
	padding: .15rem;
}
.flex_box_jc {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}
.bread{
	height: auto;
}
.bread .flex_box{
	display: block;
}
.bread .flex_box2 .all{
	width: 30%;
	font-size: .24rem;
}
.bread .flex_box2{
	display: flex;
	padding: .3rem;
}
.bread .searchBox{
	display: flex;
}
.bread .flex_box2 .searchBox input, .bread .flex_box2 .searchBox input::placeholder{
	font-size: .24rem;
}
.bread .flex_box2 .searchBox .btn{
	font-size: .24rem;
}
.bread .flex_box2 .layui-form-select dl{
	height: auto;
}
.bread .flex_box2 .layui-form-select dl dd, .bread .flex_box2 .layui-form-select dl dt{
	font-size: .24rem;
}
.innerSzll_detail .left .szDeBox1 .imgBox{
	width: 35%;
}
.innerSzll_detail .left .szDeBox1 .txtBox{
	width: 60%;
}
.sqbgWrap .sqb .xy div, .sqbgWrap .sqb .xy a{
    font-size: .24rem;
}
}