/*@media (min-width:1200px) {
	html{font-size: 6.25px !important;}
}
@media (min-width:1280px) {
	html{font-size: 6.6px !important;}
}
@media (min-width:1920px) {
	html{font-size: 10px !important;}
}
*/

@media (max-width:991.5px) {
/*html{font-size:10px  !important;} */
	html{font-size:1.25vw  !important;} /*默认是10px/(800/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}

@media (min-width:992px) {
html{font-size:0.78125vw  !important;} /*默认是10px/(1280/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/

/*html{font-size:0.52083vw  !important;} 默认是10px/(1920/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}

body{
	height: 100%;
}
.container-fluid{
	padding: 0px;
}
/*定义页面宽度 1200px*/
@media (min-width:1280px){ 

	.container {
		width: 1280px !important;
	}
}


/*背景色,主要用于上下两个板块的间隔背景色，如一白一灰*/
.bg202203111527{
	background-color: #eee;
}

/*主题颜色，如左侧栏目标题的背景色，字体颜色，大小等*/
.zhu_ti_yan_se{
	color:#fff;
	background-color: #000;
}

@media(max-width:767.5px){
	/*手机版内容的左右页边距*/
	.wap_pd{
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*每个板块之间的行间距*/
/*手机端*/
.jian_ju202203111528{
	height: 30px;
	clear: both;
}
/*非手机端*/
@media(min-width:768px){
	.jian_ju202203111528{
		height: 80px;
	}
}

#box20220702004812 .logo img {
    height: 5rem !important;
}

.yyui_menu1_one>.yyui_menu1_one_title>a:before {
    background: #16aa6e !important;
}

.box20221022155857 .myicon {

    background: #16aa6e !important;

}
.box20220702095846 .zoomImage2 {
    padding-bottom: 75% !important;
}
.box20220516173058_bt {

    background-color: #16aa6e !important;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #16aa6e !important;
}
.box2111171618_box1 {
    background: #16aa6e !important;
}
.box2111171618_box5 {
    border-bottom: 1px #16aa6e solid !important;
}
.box2111171618_box4 {
    border-bottom: 1px #16aa6e solid !important;
}
.box1_202112031612 {
    background-color: #16aa6e !important;
}
.box20230620162656 {
    background-color: #16aa6e !important;
}
.box202307121202 .bt.cur {
    background-color: #16aa6e !important;
}
.box202307121202 a .box_bg {
    background-color: #16aa6e !important;
}
#showbox {
     border: 1px solid #CCC !important;
}
.box20220222152803 {

    color: #16aa6e;
}