body {
	padding-top: 1rem;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */

}

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

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

input {
	outline: 0;
	background: #fff;
}

img {
	object-fit: cover;
	cursor: pointer;
	/*display: block;*/
}

/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word;
white-space: pre-wrap!important;
word-wrap: break-word!important;
 */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
/* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.detail-btnbox a {
	color: #000000;
	font-size: 0.14rem;
	margin-bottom: 0.26rem;
	display: block;
}

.detail-btnbox a:hover {
	opacity: 0.85;
}


.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

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

/* 水波纹效果 */
.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);
	}
}

/* 滚动条样式 */
.ele::-webkit-scrollbar {
	width: 7px;
}

.ele::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.ele::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.w1500 {
	max-width: 15rem !important;
	width: 94% !important;
	margin: 0 auto;
}


.common-title span {
	position: relative;
	font-size: 0.4rem;
	color: #333;
	font-weight: bold;
}

.common-title span::before {
	content: '';
	width: 0.49rem;
	height: 0.49rem;
	position: absolute;
	background: url('../image/b1.png') no-repeat;
	background-size: 100% 100%;
	left: -0.2rem;
	top: -0.1rem;
	z-index: -1;
}

.banner {
	height: 6rem;
}

.banner img {
	width: 100%;
	height: 100%;
}

.brand {
	height: 0.8rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0rem 0rem 0rem 0rem;
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
}

.brand.light {
    position: fixed;
    top: 1.05rem;
    z-index: 9;
}

.brand a,
span {
	color: #333333;
	font-size: 0.2rem;
}

.brand span {
	margin: 0 .05rem;
}

.comtitle {
	text-align: center;
	position: relative;
	padding-bottom: 0.25rem;
	color: #333333;
	font-size: 0.4rem;
	font-weight: bold;
}

.comtitle::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 1.09rem;
	height: 0.04rem;
	background: #004FA3;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}

.brand-flex {
	display: flex;
	justify-content: space-between;
}

.brand-right a {
	margin-left: 0.5rem;
	color: #666666;
	font-size: 0.18rem;
}

.brand-right a.active {
	color: #333333;
	font-weight: bold;
}

.fenyebox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fenyebox span {
	color: #333;
	font-size: 14px;
}
.page-box{
	margin: 0 0.23rem;
	display: flex;
	align-items: center;
}
.page-box a{
	width: 0.32rem;
	height: 0.32rem;
	background: #FFFFFF;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid #E5E5E5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.1rem;
}
.page-box a:last-child{
	margin-right: 0;
}
.page-box a.active{
	background: linear-gradient(86deg, #004FA3 0%, #157CC5 100%);
	color: #fff;
}
.inputbox{
	display: flex;
	align-items: center;
}
.inputbox span{
	color: #333333;
	font-size: 0.14rem;
}
.inputbox input{
	width: 0.79rem;
	height: 0.32rem;
	background: #FFFFFF;
	border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
	border: 0.01rem solid #B3B3B3;
	margin: 0 0.07rem;
	text-align: center;
}

.index-two-list {
	display: flex;
	justify-content: space-between;
	margin-top: 1.4rem;
}

.index-two-name {
	color: #333333;
	font-size: 0.2rem;
	margin-bottom: 0.17rem;
	text-align: center;
}

.index-two-num {
	font-size: 0.8rem;
	color: #004FA3;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .banner{
        height: 2rem;
    }
    .brand-left{
        display: none;
    }
    .brand-right a{
        font-size: 12px;
    }
    .brand-right a{
        margin-left: 0.3rem;
        font-size: 12px;
        display: table-cell;
        text-align: center;
        padding: 0 14px;
    }
.index-two-many,.index-two-name,.index-two-dw{
        font-size: 12px;
    }
    .index-two-list{
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
    }
    .index-two-numbox{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-two-item{
        margin-bottom: 40px;
        flex: 0 0 50%;
    }
    
    .comtitle{
        font-size: 18px;
    }
    .fenyebox{
        display: none;
    }
    .index-two-num{
        font-size: 30px;
    }
}
