/******** 通用样式 *******/
*{margin:0;padding:0;font-family:"微软雅黑";box-sizing:initial !important;}
body{margin: 0;padding: 0;color:#333; font-size: 14px;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;font-family: "微软雅黑";}
a{text-decoration:none;outline:none;color:#333;}
a:active,a:focus{outline: none; border:0; border:none;}
img{border:none;margin: 0;padding: 0;}
p img{border:none;margin: 0;padding: 0;width:100%;}
form,fieldset,legend{margin:0;padding:0; list-style:none;border:0; border:none;}
input,button,textarea,select{font-size:100%;outline: none;resize: none; font-family:"微软雅黑";margin:0;padding:0; list-style:none;border:0; border:none; }
ul li,ol dl{list-style: none;}

/*清除浮动*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\0020";clear:both;height:0;}
.clearfix{*zoom:1;}
/*卡片效果*/
.m_card{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

/* 回到顶部 */
.goTop{position: fixed;bottom: 80px;right: 10px;border-radius: 50%;border: 1px solid #eee;width: 50px; height: 50px;background: #fff;
    font-size: 10px;line-height: 15px;display: flex;align-items: center;justify-content: center;cursor: pointer;}

/* ********************* */
body{background-color: #F7F7F7;width: 100%;height: 100vh;}
hr{border-width: 0.5px;margin: 10px 0;}
xmp{background-color: #F9F9FA;line-height: 30px;width: 100%;overflow: hidden;white-space: pre-wrap;}
.content{width: 100%;height: 100%;}
.com_width{width: 90%;padding: 0 5%; margin: 0 auto;}

.header_div{
	/* width: 100%; */
	height: 90px;
	background: #FFFFFF; 
	border-bottom: 20px solid #f4f4f4;    
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_div_con{display: flex;justify-content: flex-start;align-items: center;}
.header_div_con img {padding: 12px 20px 12px 0;}
.header_div_con p {padding: 12px 0px;text-transform: uppercase;}

.main_div{display: block;width: 100%;height: calc(100% - 110px); overflow: hidden;}

/* tab选项卡 */
.tabItems{display: flex; justify-content: center; align-items: center; height: 60px;}
.tabItems li{text-transform: uppercase;width: max-content;margin: 10px;padding: 7px 15px;color: #2A2A2A;cursor: pointer;}
.tabItems .active{background: #FCCC05;border-radius: 4px;color: #FFFFFF;}
.tabItems .active a{color: #FFFFFF;}

.tabConts{background-color: #FFFFFF;height: 100%;overflow: hidden;}
.tabConts_div{display: flex;justify-content: space-between;    height: 100%;}
/* 侧栏标题 */
.bank_left{background-color: #f4f4f4;height:100%;width: calc(5% + 275px);padding-left: 5%;overflow: auto;}
.left_menu1{overflow-y: auto; height: 100%; width: 300px;padding-bottom: 80px;}

/* 隐藏滚动条的样式 */

.bank_left {
    /* 确保可滚动 */
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE/Edge 隐藏滚动条 */
    scrollbar-width: none;     /* Firefox 隐藏滚动条 */
}

/* Chrome, Safari, Edge */
.bank_left::-webkit-scrollbar {
    display: none;
}
.left_menu1::-webkit-scrollbar {
    display: none;
}
.left_menu1{
	scrollbar-width: none;
	-ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.left_menu1 li{}
.left_menu1 li a{line-height: 40px;padding-left: 16px;display: block;position: relative;cursor: pointer;}
.left_menu1 li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 16px;
	height: 40px;
	transform: rotate(0deg);
	display: block;
	background-image: url(../img/icon_right.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.left_menu1 li.active a{background: #e2e2e2;}
.left_menu1 li.active ul li a{background-color: transparent;}
.left_menu1 li.active a::after {margin-top: -17px;transform: rotate(90deg);}
.left_menu1 li.active ul li a::after {margin-top: -20px;transform: rotate(0deg);}

.left_menu1 li .left_menu2{display: none;padding-left: 15px;}
.left_menu1 li .left_menu3{display: none;padding-left: 15px;}
.left_menu1 li .left_menu4{display: none;padding-left: 15px;}
.left_menu1 li .left_menu3 a,
.left_menu1 li .left_menu4 a{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.left_menu2 li.active a{background: #e2e2e2;}
.left_menu2 li.active ul li a{background-color: transparent;}
.left_menu3 li.active a{background: #e2e2e2;}
.left_menu3 li.active ul li a{background-color: transparent;}

.left_fixed{position: fixed;top: 0;padding-top: 20px;height: 100vh;}
.right_fi{margin-left: calc(5% + 275px);}

.right_textcon{background-color: #FFFFFF;width: calc(95% - 275px);height: 100%; padding: 0px 0px 5px;font-size: 16px;}
.right_textcon pre, .right_textcon xmp{ 
	font-size: 14px;
}
.overflow_y{overflow-y: auto;}
.textcon_div{padding: 0px 10%;}

.textcon_div h1,.textcon_div h2,.textcon_div h3,.textcon_div h4,.textcon_div h5,.textcon_div h6{padding-top: 15px;}

.textcon_div h1{font-size: 24px;line-height: 60px;}
.textcon_div h2{font-size: 18px;line-height: 48px;}
.textcon_div h3{font-size: 17px;line-height: 48px;}
.textcon_div h4{font-size: 16px;line-height: 48px;}
.textcon_div h5{font-size: 14px;line-height: 48px;font-weight: normal;}
.textcon_div h6{font-size: 14px;line-height: 48px;font-weight: normal;}
.textcon_div p{font-size: 14px;line-height: 48px;padding-bottom: 10px;}
.textcon_div pre{background: #F9F9FA; width: 100%; display: block;line-height: 48px;padding: 10px;}
.textcon_div table{width: 100%;border-radius: 10px;padding: 0;margin: 0;box-shadow: 0 0px 20px 0 rgba(93, 91, 91, 0.1), 0 0px 20px 0 rgba(93, 91, 91, 0.1);margin: 15px 0;}
.textcon_div table tr{padding: 0;margin: 0;}
.textcon_div table tr td{border-bottom: 1px solid #eee;border-right: 1px solid #eee;padding: 8px 15px;text-align: left;line-height: 48px;}
.textcon_div table tr:last-child td{border-bottom:none;}
.textcon_div table tr td:last-child{border-right:none;}
.textcon_div ul{}
.textcon_div ul.ul_style li{position: relative;padding-left: 15px;font-size: 14px;line-height: 48px;}
.textcon_div ul.ul_style li::after{content: '';position: absolute;top: 20px;left: 0;width: 8px;height: 8px;background: #608BD9;transform: rotate(45deg);}
.textcon_div span.color_red{color: #F03939;display: block;}
.textcon_div_bottom{color: #999999;text-align: center;line-height: 30px;border-top: 1px solid #EDEDED;font-size: 12px;}

.bg_clolr_a{background-color: #F6F8FF;}
.text_center{text-align: center!important;}
.color_w_150{background-color: #F6F8FF;width: 150px;}


/* demo页 */
.demo_cont{
	width: 90%;
	padding: 80px 0;
	margin: 0 auto;
	height: calc(100% - 110px);
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none; /* IE 10+ */
	scrollbar-width: none; /* Firefox */
}
.demo_cont::-webkit-scrollbar {
    display: none;
}

/* 流加载 */
#lazy{height: 500px;display: block;overflow-y: scroll;}
#lazy .loadmore{width: 46%;display: inline-block;margin-right: 4%;height: 125px;line-height: 125px;}
.container{height: 400px;display: block; overflow-y: scroll;}
.container img{width: 300px;height: 200px;margin-bottom: 20px;}

/* 时间选择器 */
.inlink_text,.inlink_text label,.inlink_text .cc{display: inline-block;}

/* 下来菜单 */
.select_div{display: block;}
.select_div div{display: inline-block;margin: 0 20px;}

/* table */
.delBtn{ background-color: red;color: #fff; padding: 2px 7px; border-radius: 4px; margin-right: 6px;}
.editBtn{ background-color: #0069ff;color: #fff; padding: 2px 7px; border-radius: 4px; margin-right: 6px;}
.lookBtn{ background-color: #FF5722;color: #fff; padding: 2px 7px; border-radius: 4px;}

table#opendiv{
	width: 100%;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0px 20px 0 rgba(93, 91, 91, 0.1), 0 0px 20px 0 rgba(93, 91, 91, 0.1);
	margin: 15px 0;
}
table#opendiv tr td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 8px 15px;
	text-align: left;
	line-height: 48px;
}
table#opendiv tr td:last-child{border-right: none;}
table#opendiv tr:last-child td{border-bottom:none;}
table.xui_table td span.default{font-size: 14px;border: 0;box-shadow: none;}


/* 树状结构 */
#treemodel1,
#treemodel2,
#treemodel3{margin-bottom: 20px;padding: 10px;border: 1px solid #ddd;border-radius: 5px;}

/* 导航菜单 */
#testmenu1{margin-bottom: 20px;}
#testmenu2{width: 200px;margin-bottom: 20px;}


/* 下载模块 */
.download_list{
	background-color: rgb(247, 247, 247);
	padding: 15px;
	border-radius: 2px;
}
.download_list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 30px;
}
.download_list li span{text-align: center;width: 20%;}
.download_list li span:nth-child(1){width: 100px;}
.download_list li span:nth-child(2){width: 10%;}
.download_list li span:nth-child(3){width: 20%;}
.download_list li span:nth-child(4){width: 25%;}
.download_list li span:nth-child(5){width: 10%;}
.download_list li span button,
.download_list li span .a_btn{
	padding: 6px 30px;
    border-radius: 4px;
    background-color: #f8d33a;
    color: #fff;
}

.zoom95 * {
	zoom: 0.95;
}

ul.tabItems li{
	position: relative;
}
.submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	width: max-content;
	border-radius: 5px;
	z-index: 100;
}
.submenu li {
	width: initial;
}
.submenu li:hover {
	background-color: #f8d33a;
}
.submenu li:hover a {
	color: #fff!important;
}
.submenu li a {
	font-size: 12px;
	color: #000!important;
}
.submenu li.active a {
	color: #fff!important;
}
.tabItem:hover .submenu{
	display: block;
}

/* 联系我们 */
ul.contact-us-list {
	width: 44px;
	position: fixed;
	top: 50%;
	right: 20px;
	margin: -102px 0 0;
	z-index: 3000;
}
ul.contact-us-list li {
	position: relative;
	margin-bottom: 1px;
}
ul.contact-us-list li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: #e02d39;
}
ul.contact-us-list li a img {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}
ul.contact-us-list li a img.ico_cur {
	filter: Alpha(Opacity=0);
	opacity: 0;
}
ul.contact-us-list li:hover a {
	background-color: #ebebeb;
}
ul.contact-us-list li:hover a img.ico_cur {
	filter: Alpha(Opacity=100);
	opacity: 1.00;
}
.float_ma {
	position: absolute;
	bottom: -30px;
	right: 45px;
	width: 145px;
	height: 181px;
	padding: 1px 7px 1px 1px;
	background: url("/img/us/float_01.png") no-repeat;
	text-align: center;
	font-size: 12px;
	color: #e02d39;
	display: none;
}
.float_ma img{padding-right: 7px;}
.float_tel {
	position: absolute;
	top: 5px;
	left: -150px;
	color: #e02d39;
	width: 145px;
	height: 33px;
	line-height: 33px;
	padding-left: 15px;
	background: url("/img/us/float_02.png") no-repeat;
	display: none;
}
ul.contact-us-list li:hover .float_info {
	display: block;
}
















