.title{text-align:center; padding-bottom:18px;}
.title h2{font-size:28px;}
.title p{opacity:.88; font-size:16px; word-break:normal; word-wrap:normal;overflow-wrap: normal; text-align: left; text-indent: 2em; margin-top: 10px;}
@media(max-width:767px){ 
.title{padding-bottom:12px;}
.title h2{font-size:24px;}
.title p{font-size:16px;}
}


.product{padding: 20px 0;}
.product-title{text-align:center;}
.product-title p{font-size:16px; color:;}
.product-title b{text-align:center; padding:0 0 2px 0; display:block; position:relative; overflow:hidden; color:#1258af;}
.product-title b:before,
.product-title b:after{width:88px; height:0; position:absolute; content:''; right:50%; margin-right:28px; bottom:50%; border-bottom:1px dashed #b8b8b8;}
.product-title b:after{left:50%; margin:0 0 0 28px}
.product-title b i{font-size:16px; color:#1258af;}
.product-title h2{font-size:36px; line-height:1; font-weight:bold; margin-top:8px;}

.product-name>ul{text-align:center; font-size:0;}
.product-name>ul>li{float:left; width:20%;margin-top: 5px;padding: 3px 5px;}
.product-name>ul>li>a{border-radius:5px; display:block; background-color: #eaf4fe; border:1px solid #c7e5f7;}
.product-name>ul>li>a:hover{border-color:#1258af;}
.product-name>ul>li.on>a{border-color: red;}

.product-content{margin-top:10px;}
.product-content .plist{display:none;}
.product-content .plist.on{display:block;}
.product-content .plist>ul{display: flex;justify-content: center; flex-wrap: wrap;}
.product-content .plist>ul>li{width:20%; padding:0 12px; margin-top:15px;}
.product-content ins{display:block; overflow:hidden;}
.product-content ins>img{display:block; width:100%; transition:.3s;}
.product-content a:hover ins>img{transform:scale(1.05);}
.product-content span{display:block; line-height:28px; padding:14px 0;}
.product-content span:after{display:block; content:''; clear:both;}
.product-content span>h3{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.product-content span>i{float:right; border-left:1px dashed #d8d8d8; font-size:22px; width:38px; text-align:center; line-height:inherit;}
.product-content span+u{display:block; text-decoration:none; height:1px; width:100%; background:#d8d8d8; transition:.3s;}
.product-content span+u:before{display:block; content:''; transition:.3s; width:0; height:100%; background:#1258af;}
.product-content a:hover span+u:before{width:100%;}

.product-more{text-align:center; padding-top:20px;}
.product-more>a{display:inline-block; padding:8px 28px; position:relative; border-radius:3px; border:1px solid #d8d8d8;}
.product-more>a:before,
.product-more>a:after{position:absolute; width:28px; height:1px; content:''; background:#d8d8d8; top:50%; transition:.3s;}
.product-more>a:before{right:100%; margin-right:-8px;}
.product-more>a:after{left:100%; margin-left:-8px;}
.product-more>a:hover{color:#fff; border-color:#1258af; background:#1258af;}
.product-more>a:hover:before{margin-right:-18px;}
.product-more>a:hover:after{margin-left:-18px;}
@media(max-width:1200px){
.product-name>ul>li>a{padding:2px 12px;}
.product-content .plist>ul{margin:0 -8px;}
.product-content .plist>ul>li{padding:10px;}
.product-more{padding-top:28px;}
}
@media(max-width:992px){
.product-content .plist>ul{margin:0 -4px;}
.product-content .plist>ul>li{width:50%; padding:0 4px; margin-top:10px;}
.product-content span{line-height:22px; padding:8px 0;}
.product-content span>h3{font-size:15px;}
.product-content span>i{font-size:18px; width:28px;}

.product-name>ul>li{width:20%;}
}
@media(max-width:767px){
.product-title p{font-size:14px;}
.product-title h2{font-size:24px;}
.product-more>a{padding:4px 18px;}
}


.introduce{overflow:hidden; background:; }
.introduce .introduce-content{margin-top:10px; text-align: center; display: flex; justify-content: center;flex-wrap: wrap;}
.introduce .introduce-content .introduce-left{
    width: 50%;
    padding: 10px;
}
.introduce .introduce-content .introduce-left img,
.introduce .introduce-content .introduce-left video{border-radius: 10px;}
.introduce .introduce-content aside{width: 50%; padding:10px;}
.introduce .introduce-content aside p{text-indent: 2em; text-align: left; font-size: 16px; word-break:normal; line-height: 30px; margin-bottom: 10px;}


a.introduce-more{display:inline-block; padding:10px 50px; margin-top: 10px; position:relative; border-radius:3px; border:1px solid #d8d8d8;}
a.introduce-more:before,
a.introduce-more:after{position:absolute; width:28px; height:1px; content:''; background:#d8d8d8; top:50%; transition:.3s;}
a.introduce-more:before{right:100%; margin-right:-8px;}
a.introduce-more:after{left:100%; margin-left:-8px;}
a.introduce-more:hover{color:#fff; border-color:#1258af; background:#1258af;}
a.introduce-more:hover:before{margin-right:-18px;}
a.introduce-more:hover:after{margin-left:-18px;}

@media(min-width:991px){
    .introduce .introduce-content aside{padding: 10px 20px;}
}
@media(max-width:767px){
    .introduce .introduce-content .introduce-left,
    .introduce .introduce-content aside{
        width: 100%;
    }
}


/* advantage */
.advantage {
    background: #fff;
    padding:28px 0;
}

.advantage img {
    height: 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.advantage ul {
    display: flex;
    gap: 0 1.33%;
}

.advantage ul li {
    width: 24%;
    padding: 10px 15px;
    background: #f2f2f2;
    background-size: 100% 100%;
    padding: 20px 20px 40px 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}
.advantage li p {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 20px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
.advantage li p::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: -2%;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.advantage li h6 {
    color: rgba(102, 102, 102, 0.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

.advantage li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-size: cover;
    background: url(../../uploads/photo/images/sq1.png) no-repeat center;
}

.advantage li:hover::before {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.advantage li:hover p::before {
    background: #fff;
}
.advantage li:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
.advantage li:hover h6 {
    color: #fff;
}
.advantage li:hover p {
    font-weight: bold;
    color: #fff;
}


@media(max-width:1600px) {
    .advantage li p {
        font-size: 19px;
        margin: 20px 0;
    }
}

@media(max-width:1200px) {
    .advantage li p {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .advantage img {
        height: 30px;
    }
    .advantage ul {
        flex-wrap: wrap;
        gap: 20px 2%;
    }
    .advantage ul li {
        width: 49%;
    }
    .advantage li p {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .advantage ul li {
        width: 100%;
    }
    .advantage img {
        height: 25px;
    }
}


/* How to buy */
.service {
	padding-bottom: 20px;
	padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.service-content dl {
	align-items: center;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-content dl dt {
	width: 16%;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.service-content dl dt>i {
	position: absolute;
	top: 20%;
	right: -20px;
	font-size: 30px;
	color: #c9c9c9;
}

.service-content dl dt:last-child i {
	display: none;
}



.service-content dl .ico {
	width: 86px;
	height: 86px;
	margin: 0 auto;
	background: #585858;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
    border-radius: 8px;
}

.service-content dl .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;

}

.service-content dl .ico:hover{background-color:#f9da31; color: #222;}

.service-content dl .ico img:hover{color: #222;}

.service-content dl p {
	margin-top: 18px;
	font-size: 15px;
	color: #333;
	text-transform: lowercase;
}

.service-content dl dt:hover .ico {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.service-content dl dt:hover>i {
	animation: lr .5s linear 0s infinite alternate
}

.service-content dl dt p{
    word-break:normal; word-wrap:normal;overflow-wrap: normal;
}


@media(max-width:1600px) {
	.service-content dl .ico {
		width: 80px;
		height: 80px;
	}
	.service-content dl dt{height: 115px;}
}


@media(max-width:992px) {
	.service-content dl {
		width: 100%;
		margin: 40px 0 0 0;
	}
    .service-content dt{height: 105px;}
    
    .service-content dl .ico {
		width: 70px;
		height: 70px;
	}

	.service-content dl .ico img {
		height: 40px;
	}

    .service-content dl dt>i {
		top: 10%;
	}
}
    
    
@media(max-width:767px) {
    .service-content dt{height: 105px;}
	.service-content .ico {
		width: 60px;
		height: 60px;
	}

	.service-content dl .ico img {
		height: 34px;
	}

	.service-content dl p {
		font-size: 14px;
	}

	.service-content dl dt>i {
		font-size: 16px;
        top:15px;
        right: -10px;
	}

}

@media(max-width:560px) {
	.service-content dl .ico {
		width: 44px;
		height: 44px;
	}

	.service-content .ico img {
		height: 24px;
	}

	.service-content p {
		margin-top: 10px;
		font-size: 12px;
	}

	.service-content dt>i {
		right: -8px;
		font-size: 16px;
	}
}


.link {
    padding: 20px 0;
}

.link-content a {
    text-decoration: none;
    float: left;
    background-color: #f2f2f2;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}

