@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height: auto;
	margin:0 auto;
	font-size:12px;
	color:#666;
	font-family: "微软雅黑","宋体"!important;
}
/* 重置 */
div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input,textarea {
	margin:0;
	padding:0;
}
p,li,div{/* add */
	line-height:20px;
}
/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */
img, a img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}
/* 链接样式 */
a:link {
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
}
/** 图片链接效果 **/
.pic a {

}
.pic a:hover {
 
}
*{
	padding:0px;
	margin:0px;
}

.top{
	width:100%;
	height:135px;
	margin:0 auto;
	max-width:1920px;
	background:url(../images/top_bj.png);
	position:relative;
	z-index:1;
        background: #fff;
        position: fixed;
        top:0px;
        z-index: 99999;
        border-bottom: 3px solid #02a0e5;
}
.toubu{
    width: 1100px;
    height: 34px;
    line-height: 34px;
    margin:0 auto;
    border-bottom: 1px solid #eee;
}
.toubu_left{
    width: 800px;
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: left;
    font-size: 14px;
}
.toubu_right{
    width: 300px;
    height: 34px;
    line-height: 34px;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #d10019;
    font-weight: bold;
}
.header{
	width:1100px;
	height:100px;
	margin:0 auto;
	position:relative;
}

.logo{
	width:218px;
	height:80px;
	position:absolute;
	left:0px;
        top:10px;
}
.menu{
	width:800px;
	height:100px;
	position:absolute;
	right:0px;
}
.menu ul li{
	float:left;
}
.menu ul li a:link{
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:16px;
	color:#333;
}
.menu ul li a:hover{
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:16px;
	color:#fff !important;
	text-decoration:none;
	background:#1e81bd;
        font-weight:bold;
}
.menu ul li a:visited{
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:16px;
	color:#333;
}


.main{
	width:100%;
	overflow:hidden;
}
.ny_banner{ width:100%;overflow:hidden; margin-top: 135px;}
.ny_banner_photo{width:1440px;	height:150px; position:relative; left:50%;	margin-left:-720px; overflow: hidden;}

.nr{
	width:1100px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}


.foot{
	width:100%;
	height:50px;
	background:url(../images/top_bj.png);
	position:relative;
	border-top:1px solid #ccc;
}
.footer{
	width:1100px;
	height:50px;
	margin:0 auto;
	position:relative;
	
}
.footer_fl{
	width:540px;
	height:50px;
	position:absolute;
	left:0px;
}
.footer_fl ul li{
	float:left;
	width:95px;
	height:18px;
	text-align:center;
	line-height:18px;
	margin-top:17px;
	border-right:1px solid #999;
	
}
.footer_fl ul .sea{
	width:220px;
	height:25px;
	
}
.footer_fl ul .sea .tt{
	width:175px;
	height:25px;
	border:none;
	float:left;
	background:#eee;
	border-radius:10px;
	padding-left:5px;
	color:#666;
	font-size:12px;
}
.footer_fl ul .sea .but{
	width:40px;
	height:25px;
	border:none;
	float:left;
	background:url(../images/sea.png) no-repeat;
}
.footer_fl ul li a:link{
	display:block;
	width:75px;
	margin:0 auto;
	color:#333;
	
}
.footer_fl ul li a:hover{
	display:block;
	width:75px;
	margin:0 auto;
	color:#333;
}
.footer_fl ul li a:visited{
	display:block;
	width:75px;
	margin:0 auto;
	color:#333;
}

.bq{
	position:absolute;
	right:0px;
}
.bq p{
	height:50px;
	line-height:50px;
	color:#333;
}
.bq p a:link{
	color:#333;
}
.bq p a:hover{
	color:#333;
}
.bq p a:visited{
	color:#333;
}



.left{
	width:250px;
	background:url(../images/com_bg.png) right no-repeat;
	float:left;
}
.left_top{
	width:233px;
	height:150px;
	background:#0478c3;
}
.left_top div{
	font-size:27px;
	color:#fff;
	width:110px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding-top:50px;
}
.left_top div p{
	width:70px;
	height:3px;
	background:#fff;
}
.left_fl{
	width:233px;
	padding-top:20px;
        background: #f8f8f8;
}
.left_fl ul li a:link{
	display:block;
	width:233px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#333;
	border-bottom:1px solid #ddd;
	font-size:14px;
}
.left_fl ul li a:hover{
	display:block;
	width:233px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#0478c3;
	color:#fff !important;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	font-size:14px;
}

.left_fl ul li a:visited{
	display:block;
	width:233px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#333;
	border-bottom:1px solid #ddd;
	font-size:14px;
}
.left-link{
	margin-top:20px;
}
.left-link A:link{
	
    color: #333;
    display: block;
    height: 54px;
    line-height: 54px;
	font-size:14px;
    padding-left: 65px;
}
.left-link A:hover {
    color: #0478c3;
    text-decoration: none;
	font-size:14px;
}
.left-link A:visited{
	font-size:14px;
    color: #333;
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 65px;
}
.left-link A IMG {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: left;
    margin: 15px 17px 0 0;
}
.inside-nav-shadow {
    //background:url(../images/bg_shadow04.jpg) no-repeat scroll right top;
    float: left;
    height: 19px;
    width: 250px;
    display: none;
}

.right{
	width:830px;
	min-height:430px;
	float:left;
	margin-left:20px;
	margin-bottom:50px;
	
}

.right_bottom{ width:800px;  margin:0 auto; margin-top:20px;}


.mbx{
	width:830px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
.mbx div{
	color:#999;
	height:40px;
	line-height:40px;
}
.mbx div a:link{
	color:#999;
}
.mbx div a:hover{
	color:#999;
}
.mbx div a:visited{
	color:#999;
}


.ny_lx{
	width:233px;
	padding-bottom:30px;
}
.ny_lx span{
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	background:#ccc;
	margin-top:20px;
	color:#fff;
	font-size:14px;
}
.ny_lx span a:link{
	display:block;
	width:180px;
	height:30px;
	line-height:30px;
	padding-left:17px;
	float:left;
	color:#fff;
}
.ny_lx span a:hover{
	display:block;
	width:180px;
	height:30px;
	line-height:30px;
	padding-left:17px;
	float:left;
	color:#fff;
}
.ny_lx span a:visited{
	display:block;
	width:180px;
	height:30px;
	line-height:30px;
	padding-left:17px;
	float:left;
	color:#fff;
}
.ny_lx p{
	width:170px;
	line-height:25px;
	margin:0 auto;
}
.menu_erji{
                width: 150px;
                position: absolute;
                display: none;
            }
            .menu_erji ul li{
                width: 150px;
                height: 40px;
                float: left;
                border-bottom: 1px solid #fff;
            }
            .menu_erji ul li a:link{
                display: block;
                width: 140px;
                height: 40px;
                line-height: 40px;
                background:url(../images/menu_erji.png);
                color: #fff;
                font-size: 14px;
                text-align: left;
                padding-left: 10px;
                
            }
            .menu_erji ul li a:hover{
                display: block;
                width: 140px;
                height: 40px;
                line-height: 40px;
                background: #0478c3 !important;
                color: #fff !important;
                font-size: 14px;
                text-align: left;
                padding-left: 10px;
            }
            .menu_erji ul li a:visited{
                display: block;
                width: 140px;
                height: 40px;
                line-height: 40px;
                background:url(../images/menu_erji.png);
                color: #fff;
                font-size: 14px;
                text-align: left;
                padding-left: 10px;
            }


