
/* .accordion::-webkit-scrollbar {
	width: 4px;
}
.accordion::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.accordion::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
} */

/* .divsonbox::-webkit-scrollbar {
	width: 4px;    
}
.divsonbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.divsonbox::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

} */

.accordion {
	min-width: 360px;
	margin: 0px auto 10px;
	background: #202020;
}

.accordion .link {
	cursor: default;
	display: block;
	padding: 15px 15px 15px 22px;
	color: #cccccc;
	font-size: 14px;
	border-bottom: 1px solid #333333;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link .product-menu {
	cursor: pointer;
}
.accordion li:not(.open) .link .product-menu:hover {
	color: #fdd000;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

/* 技术支持-证书认证 */
.accordion .link2 {
	cursor: default;
	display: block;
	padding: 15px 15px 15px 22px;
	color: #cccccc;
	font-size: 14px;
	border-bottom: 1px solid #333333;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link2 .product-menu {
	cursor: pointer;
}
.accordion .link2 .product-menu:hover {
	color: #fdd000;
	font-weight: 700;
}
.accordion li:last-child .link2 {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.iconfont {
	right: 12px;
	left: auto;
	font-size: 18px;
}

.accordion li.open .link {
	color: #fdd000;
	font-weight: bold;
}

.accordion li.open i {
	color: #fdd000;
}

.accordion li.open i.iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #333333;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #181818;
  color: #ffffff;
}
.submenu_act{
	background: #F7F8FA;
	color: #333333;
}
.bhg:hover .hr {
	background-color: #fdd000;
}

.divbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	padding-bottom: 40px;
}

.divsonbox {
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.divtitleboxspan {
    font-size: 22px;
    color: #fdd000;
    line-height: 55px;
}

.divtitlebox {
	width: 100%;
	padding: 0 22px;
	background-color: #FFF;
	box-sizing: border-box;
}

.hr {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	transition: all 0.25s ease;
}

.submenu li {
	position: relative;
}
/* ä¸‹è½½ä¸­å¿ƒ */

.bannerbottom_ll a:hover{
	background-color: #FE5C0C;
color: #FFF !important;
}

@media screen and (max-width: 1445px) {
	.accordion{
		min-width: 300px !important;
	}
	.divson1box{
		width: 900px !important;
	}
	.bannerbx_boxc{
		width: 97% !important;
	}
	.subbox{
		width: 50% !important;
		height: 40px !important;
	}
	.inputbox {
		width: 80% !important;
		height: 100% !important;
	}
	.subbtn {
		width: 12% !important;
		height: 40px !important;
	}
   }
   @media screen and (max-width: 1240px) {
	.divson1box{
		width: 700px !important;
	}
   }



.divson1box {
	width: 1070px;
	min-height: 1000px;
	background-color: #FFF;
	border: 1px solid #eee;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 80px 50px;
}

.son1cont1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

/*.son1cont1 :nth-of-type(odd) {*/
/*    background-color: #fcfcfc;*/
/*}*/

/*!*å¥‡æ•°è¡Œ*!*/
/*.son1cont1 :nth-of-type(even) {*/
/*    background-color: #fff;*/
/*}*/

/*!*å¶æ•°è¡Œ*!*/
.div_line {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0px;
	height: 50px;
}

.div_line_l {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 4;
}
.div_line_ls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 1;

}

.div_line_limg {
	margin-right: 5px;
	width: 20px;
}

.div_line_c {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 2;
}

.div_line_ltext {
	font-size: 14px;
	font-family: 'OPPOSans-Ver2-Medium';
	/* font-weight: bold; */
	color: #eeeeee;

}

.div_line_ctext {
	font-size: 12px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: bold;
	color: #6D6D6D;
}

.div_line_rtext {
	font-size: 14px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #b19619;
	margin-left: 5px;
}

.cs_th3:hover .div_line_rtext {
	color: #fdd000;
}
.buttonbox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.buytton{
	width: 130px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #3F3F3F;
	border-radius: 5px;
}
.button_text{
	font-size: 14px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #3F3F3F;
	margin: 0 5px 0 0;
}
.headsonbox{
	width: 100%;
	background-color: #f4f6f8;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 300px;
}
.subbox{
	width: 40%;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.inputbox{
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #FFF;
}
.inputbox input{
	width: 100%;
	font-size: 16px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 400;
	color: #7A7A7A;
	border: none;
	height: 100%;

}

.inputbox input::-webkit-input-placeholder { /* WebKit browsers */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input::-moz-placeholder { /* Mozilla Firefox 19+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.inputbox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	border: none;
	font-family: 'OPPOSans-Ver2-Medium';
}
.subbtn{
	width: 15%;
	height: 55px;
	background-color: #FE5C0C;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subbtn span{

	font-size: 20px;
	font-family: 'OPPOSans-Ver2-Medium';
	font-weight: 500;
	color: #FFFFFF;
}

.accordions{
	height: 620px;
	overflow-y: scroll;
}

