﻿@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
	padding: 0;
	background-color: #e5e5e5;
	/* font-family:"微软雅黑"; */
	font-size:18px;
	font-weight:bold;
}  

/*
html,body {
			    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
			    -webkit-filter: grayscale(100%);
			    -moz-filter: grayscale(100%);
			    -ms-filter: grayscale(100%);
			    -o-filter: grayscale(100%);
			    filter: grayscale(100%);
			    filter: gray;
			}

*/
/* 列表a标签字体 */
.a_list{
	color: #002142;
	font-weight: normal;
	font-family: "微软雅黑";	
	font-size: 16px;
	line-height: 30px;
	text-indent:38px;
}
.a_list:hover{
	text-decoration: none;
	color: red;
}


/* 正文字体 */
.zwzt{
	color: #002142;
	font-weight: normal;
	font-family: "微软雅黑";	
	font-size: 16px;
	line-height: 30px;
	text-indent:38px;
}

/* .zwzt:hover{
	 text-decoration: none;    
	 color: red;
} */



.p_titleDiv{
	width: 100%; border-bottom: 1px solid #bcc0f8; margin-bottom: 5px;
}
.p_title {
    border-bottom: 3px solid #0172c0;    
    width: 130px;
    left: 0px;
    bottom: -2px;
    font-size: 18px;
    font-weight: bold;
    color: #006699;
    padding: 0px 0px 0px 0px;
}



a:hover{
	 text-decoration: none;    
	 color: red;
}



/* footer样式 */

.footer-div{
	height: 280px; width: 100%; margin-top: 10px;min-width: 1300px;
	padding-top: 38px;
}

.footer-div span{
	 font-family:"微软雅黑";
	 font-size:16px;
	 font-weight:bold;	
	 padding: 8px 0px;
	 color: #fff; 
	 position: relative; 
	 z-index: 2000; 
	 text-align: center;
	 text-decoration: none;
	 font-weight: 400;
	letter-spacing:2px;	
	/* opacity:0.8; */
	line-height: 30px;
}

.footer-ui{
	flex-direction:row;	
}

.footer-ui li{
	display: inline;
	width: 140px; 
	padding-left: 0px;
	padding-right: 10px;
}


.footer-ui li a{
	font-family:"微软雅黑";
	font-size:22px;
	font-weight:bold;	
	/* padding: 8px 8px; */
	color: #fff; 
	position: relative; 
	z-index: 2000; 
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	letter-spacing:6px;	
}

.linkDiv{
	width: 1300px;
}

.linkDiv li{
	display: inline;
	height: 50px;	
	margin-right: 40px;
}

.linkDiv li img{	
	height: 45px;	
}
