a{
	/* color: inherit; */
}



.banner-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.banner1{
	height: 300px;
}
.block-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.bg-bread-list {
	background-color: #444;
}


.bread-list {
	padding: 30px 0;
	color: #fafafa;
}


.bread-list h2{color: #FBC815;padding: 10px 0;}
.bread-list a {
	font-size: 14px;
	padding: 0 10px;
	color: #fafafa;
}

.bread-list a:first-child {
	padding-left: 0;
}


.support-title {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.support-title h4 {
	font-size: 20px;
	line-height: 60px;
}

.support-title p {
	font-size: 16px;
}

.support-service-list {
	text-align: center;
}

.support-service-list a {
	display: inline-block;
	border: 1px solid #707473;
	border-radius: 5px;
	padding: 25px 42px;
}

.support-service-list a:hover {
	background-color: #f7f8f9;
	color: #707473;
}

.support-service-list a img {
	width: 60px;
	height: 60px;
}

.support-service-list a p {
	font-size: 16px;
	margin-top: 10px;
}

.support-body{
	padding-bottom: 80px;
}

.bg2{background-color: #f7f8f9;}
.bg2 h4{padding: 20px 0;}

img.img-on1,img.img-on2{width: 93px;height: 66px;}
img.img-on2{display: none;}
.support-contact-us li p{margin-top: 75px;font-weight: 600;font-size: 16px;}
.support-contact-us li{position: relative;}
.support-contact-us li img{position: absolute;left: -14px;}
.support-contact-us li:hover img.img-on1{display: none;}
.support-contact-us li:hover img.img-on2{display: block;animation: img-in-out  1s;}
.support-contact-us li:hover p{color: #FBC815;animation: img-in-out  1s;}

.support-contact-us li.active img.img-on1{display: none;scroll-behavior:smooth;}
.support-contact-us li.active img.img-on2{display: block;}
.support-contact-us li.active p{color: #FBC815;}


.border-top{border-top: solid 1px #e5e5e5;}
.close{display: none;}
.open{display: block;}

.detail{min-height: 400px;}
.detail .border-top{margin-top: 40px;padding: 50px 0;}
.detail2 .flex-row div:nth-child(2){width: 150px;}
.detail3 li{width: 150px;}
.detail3 li img{width: 100%;}

@keyframes img-in-out{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes detail3{
	
}


.sup-pro .left-cate{width: 250px;}
.left-cate li:nth-child(n+2){margin-top: 40px;}
.left-cate li a{line-height: 40px;font-size: 18px;padding-bottom: 10px;}
.left-cate li a:hover, .left-cate li a.a-active{border-bottom:2px solid #FBC815;}

.sup-pro .right-pro{flex: 1;}
.right-pro li{width: 245px;height: 245px;margin: 0 30px;}
.right-pro li img{width: 200px;}
.right-pro li  p{margin-top: 10px;font-weight: 300;font-size: 18px;}
.left-pro-img img{width: 300px;}
.sup-pro .rig-pro-title{margin-left: 30px;width: 400px;}
.sup-question-icon img{width: 80px;height: 80px;}
.sup-question-icon li{margin: 0 50px;}
.sup-question-icon li.active p{color: #FBC815;}

h3.border-top{padding-top: 30px;}
.sup-question-list{padding: 80px 50px;}


.sup-question-list li{min-height: 100px;}
.sup-question-list li:nth-child(n+2){margin-top: 30px;}
.sup-question-list h6{color: #FBC815;line-height: 35px;font-size: 14px;}
.sup-question-list p{color: #f0f0f0;font-size: 13px;line-height: 30px;padding-left: 25px;padding-right: 25px;}

@media  screen and (max-width: 768px)    {
	.bg-bread-list{
		padding: 0 5px;
	}
	.support-title {
		width: 100%;
		margin-top: 20px;
	}
	.sup-pro{padding: 0 5px;}
	.sup-pro .left-cate{width: 180px;}
	.right-pro li{width: 200px;height: 200px;margin: 0;}
	.left-pro-img{width: 200px;margin-left:auto;margin-right:auto;}
	.left-pro-img img{width: 100%;}
	.sup-pro .rig-pro-title{margin-left: 0;margin-top: 25px;}
	.sup-question-icon li{margin: 0 10px;}
	h3.border-top{padding-left: 5px;}
	.sup-question-list{padding: 20px 10px;}
	.detail3 li {width: 120px;margin-top: 30px;}
	
}

