﻿@charset "utf-8";
/* CSS Document */



/*-----------CSS Reset-----------*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
::selection {
	color:#fff;
    background-color: #2b7de1;
}

::-moz-selection {
	color:#fff;
    background-color: #2b7de1;
}

::-webkit-selection {
	color:#fff;
    background-color: #2b7de1;
}

::-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: #333;
    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: #333;
    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;
}

.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}
.headbg{width:100%;background: #fff;}
.head{ width:1180px; margin:0 auto; height:110px;}
.head .logo{ float:left; padding-top:30px;}
.head .nav{ float:right;}
.head .nav ul li{ float:left; padding:0px 18px;height:110px; line-height:110px;}
.head .nav ul li:hover,.head .nav ul li.another{ background:url(../images/navhoer.jpg) no-repeat;}
.head .nav ul li:hover a,.head .nav ul li.another a{ color:#FFF;}



.banquanbg{ background:#1a1a1c; width:100%; padding:45px 0px; overflow:hidden;}
.banquanbg .banquan{ width:1180px; margin:0 auto; color:#b3b3b4;}
.banquan .lianxi{ width:654px; float:left; line-height:30px;}
.banquan .lianxi a{ color:#b5b5b6;}
.lxt{ font-size:23px; font-weight:bold; color:#b3b3b4;text-transform : uppercase; padding-bottom:15px;}
.lxt h4{font-size:18px;}


.banquan .erweima{ float:right;}
.banquan .erweima img{ width:120px; height:120px;}
.erweima .lxt{ text-align:center;}
.banquan .dbdh{ float:right; width:246px;}
.banquan .dbdh ul li{ float:left; width:122px; text-align:right; line-height:32px; float:left;}
.banquan .dbdh ul li a{color:#b3b3b4;}
.dbdh .lxt{ text-align:right;}

