@charset "utf-8";



/* CSS Document */



/*



 * @description: boogoo365 website main css.



 * @author: Yao/jingo123@163.com



 * @update: v1(2020-09-15 10:00)



 百度地图调用*/



/* 主导航样式-一级列表-开始 */



ul.uc_nav{



		padding:0px;



		margin:0px;



		list-style-type: none;



		width:100%;



		/*background-color:#8bd400;*/



		/*background: #faa819 url("images/uc_nav_bg.png") repeat-x;



		float:left;*/



		overflow: hidden;/*可以使用overflow:hidden;技术让父元素包含浮动子元素*/



	}



 



	ul.uc_nav li{



		/*display: inline;*/



		float: left;/*当元素浮动 将不再占据文档流中的任何位置 父列表实际上没有内容 就会收缩 从而隐藏列表背景*/



	    border-bottom: 1px solid #bbb;



	}



 



/* 除了最后一个选项(last-child) 其他的都添加分割线 */



   ul.uc_nav li:last-child {



      border-bottom: : none;



     }











	ul.uc_nav a{



		display:block;



		width:480px;



		height: 40px;



		font-size: 14px;



		padding:0 10px;/*每个按钮的宽度由锚文本的尺寸决定 所以不设置显示的宽度 而是在每个锚链接的左右设置一定的内边距*/



		line-height: 40px;



		text-decoration:none;



		/*background:url("images/main_nav_bg.png") repeat;*/



	}



 



	ul.uc_nav.first a {



		background-image: none;/*去掉第一个链接不必要的分割线*/



	}



	ul.uc_nav a:hover, ul.nav a:focus{



		color: #030;

		background-color:#FFF;



	}







/* 主导航样式--结束 */







/* 二级导航样式--结束 */







ul.uc_child_nav{



		padding:0px;



		list-style-type: none;



		width:100%;



		background-color: #f2f2f2;



		/*background: #faa819 url("images/uc_nav_bg.png") repeat-x;



		float:left;*/



		overflow: hidden;/*可以使用overflow:hidden;技术让父元素包含浮动子元素*/



	}



 



	ul.uc_child_nav li{



		/*display: inline;*/



		float: left;/*当元素浮动 将不再占据文档流中的任何位置 父列表实际上没有内容 就会收缩 从而隐藏列表背景*/



	    border-bottom: 1px solid #bbb;



	}



 



/* 除了最后一个选项(last-child) 其他的都添加分割线 */



   ul.uc_child_nav li:last-child {



      border-bottom: : none;



     }











	ul.uc_child_nav a{  



         



		display:block;



		width:240px;



		height: 30px;



		font-size: 12px;



		padding:0 10px;/*每个按钮的宽度由锚文本的尺寸决定 所以不设置显示的宽度 而是在每个锚链接的左右设置一定的内边距*/



		line-height: 30px;



		text-decoration:none;



		background:url("images/uc_nav_bg.png") repeat;



	}

 



	ul.uc_child_nav.first a {



		background-image: none;/*去掉第一个链接不必要的分割线*/



	}



	ul.uc_child_nav a:hover, ul.nav a:focus{



		color:#8090AB;



	}















/* 二级航样式--结束 */







.uc_sidebar{



	 margin: 10px 0;



	float: left;



	width: 20%;



	padding-bottom: 10px;





}
/*侧方广告*/

.leftbar_AD

{
    
  width:100%;  
  overflow: hidden;
  margin-top: 20px;
    
    
}

 

 .titleh2{



            width:100%;

            height: 30px;


            line-height: 30px;


            font-weight:900;


            font-size: 14px;


            text-align: center;

			background-color: #EEEEEA;



   

}

/* 操作信息提示*/
.uc_tips{
    
     width:90%;
     font-size: 14px;
     color:#ff0000;
     text-align: center;
   	 background-color: #EEEEEA;
     height: 30px;
     line-height: 30px;
     margin-bottom:10px;
     margin-left:10px;
}

















.uc_content{



	padding: 10px 0;



	width: 80%;



	float: right;



}







/* ~~ 此分组的选择器为 .content 区域中的列表提供了空间 ~~ */



.uc_content ul, .uc_content ol { 



	padding: 0 15px 15px 40px; /* 此填充反映上述标题和段落规则中的右填充。填充放置于下方可用于间隔列表中其它元素，置于左侧可用于创建缩进。您可以根据需要进行调整。 */



}















/*表格样式 */



table {



    border-collapse: collapse;



    border-spacing: 0;



	margin-left:10px;



}



 



td,th {



    padding: 0;



}



 



.pure-table {



    border-collapse: collapse;



    border-spacing: 0;



    empty-cells: show;



    border: 1px solid #EEEEEA;



	}



  



.pure-table td,.pure-table th {



	height:35px;



    border-left: 1px solid  #EEEEEA;



    border-width: 0 0 0 1px;



    font-size: inherit;



    margin: 0;



    overflow: visible;



    padding: .5em 1em; 



	}



 



.pure-table thead {



    background-color: #e0e0e0;



    color: #000;



    text-align: left;



    vertical-align: bottom;



}



 



.pure-table td {



    background-color: transparent;



}



 



.pure-table-odd td {



    background-color: #f2f2f2;



}


.pure-table-green td {


    color:#FF0000;
    background-color: #EFFFD7;



}




/* tilist style*/







.pure-tb_list {



    border-collapse: collapse;



    border-spacing: 0;



    empty-cells: show;



    border: 1px solid  #EEEEEA;



	}



  



.pure-tb_list td,.pure-tb_list th {



	height:20px;



    border-left: 1px solid #EEEEEA;



    border-width: 0 0 0 1px;



    font-size: inherit;



    margin: 0;



    overflow: visible;



    padding: .5em 1em; 



	text-align:center;



	vertical-align:middle;



}



 



.pure-tb_list thead{



    background-color: #EEEEEA;



    text-align: center;



    vertical-align: bottom;



	font-weight:900;



}



 .pure-tb_list tfoot{



    background-color: #EEEEEA;


    text-align: center;



    vertical-align: bottom;



	font-weight:900;



}



.pure-tb_list td {



    background-color: transparent;



}




.pure-tb_list-odd td {



    background-color: #f2f2f2;



}



