
/* CSS Document */

/*-----------CSS Reset-----------*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
::selection {
	color:#fff;
    background-color: #255ed9
}

::-moz-selection {
	color:#fff;
    background-color: #255ed9;
}

::-webkit-selection {
	color:#fff;
    background-color: #255ed9;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.center_qb{ width:1180px; margin:0 auto;}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*top_box*/
.top_box{ height:45px; line-height:45px; border-bottom:1px solid #eee; background:#eaeaea;}
.top{ width:1180px; margin:0 auto;}
.top_left{ width:350px; float:left;}
.top_right{ width:244px; float:right; text-align:right;}
.top_right a{ display:block; background:url(../image/top_line.jpg) no-repeat 0 15px; float:left; width:80px; text-align:center;}


.header_box{background:url(../image/header_bg.jpg) no-repeat  center top; height:164px; width:100%; }
.header{ width:1180px; margin:0 auto; padding-top:50px;}
.logo{ width:117px; height:50px; float:left;}
.logo_box{ width:360px; float:left;}
.logo_wen{text-align:center;}
.lg_w1{ font-size:24px; color:#255ed9; font-weight:bold;}

.phone_box{ width:286px; float:right;}
.phone_tubiao{ background:url(../image/phone_tu.jpg) no-repeat; width:73px; height:77px; float:left;}
.phone{ width:200px; float:right; text-align:left;}
.phone p{ font-size:26px; color:#255ed9;}




.fixedNav{position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100000;
	_position:absolute;
  _top:expression(eval(document.documentElement.scrollTop));}

/*nav_box*/
.nav_box{ background:#255ed9; height:60px; width:100%;}
.nav{ width:1180px; margin:0 auto;}
.nav ul li{ float:left; width:117px; text-align:center; background:url(http://www.nmgdl2007.com/templates/pc_wjdh/images/nav_line.jpg) no-repeat 0 25px}
.nav ul li a{ font-size:14px; line-height:60px; display:block; color:#fff;}
.nav ul li a:hover{color:#fff;text-decoration:none; margin:0 auto; width:117px; background:#333;}
.nav ul li.another a{color:#fff;text-decoration:none; margin:0 auto; width:117px; background:#333;}




/*footer_box*/
.footer_box{ background:#255ed9; height:200px;}
.footer{ width:1180px; margin:0 auto; padding-top:20px;}
.footer_left{ width:300px; float:left;}
.footer_left ul li{ float:left; width:100px; text-align:center; line-height:40px; height:40px; display:block;}
.footer_left ul li a{ color:#0095f5;}
.footer_line{ background:url(../image/footer_line.jpg) repeat-y; width:2px; height:150px; float:left;}
.footer_midd{ width:600px; float:left; margin-left:30px; color:#0095f5; line-height:30px;}
.footer_midd a{ color:#0095f5;}
.footer_right{ width:200px; float:right;}
.footer_right img{ width:150px; height:150px; padding:5px; background:#005fbe;}


