img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
img.hover{
    transform: scale(1.15);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
li{
    list-style: none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
}
input[type="text"],
input[type="number"]{
    -webkit-appearance: none;
}
textarea {
    overflow: auto; 
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i, em{
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.w1260 {
    width: 1260px;
    margin: 0 auto;
}
.w370 {
    width: 370px;
}
.head {
position: relative;
font-size: 13px;
z-index: 100;
}
.head .top{
    padding-top: 10px;
    padding-bottom: 10px;
}
.top .login ul{
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}
.top .login li {
    float: left;
    margin-left: 10px;
    color: #999;
    line-height: 24px;
    height: 24px;
}
.top .login li a {
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft Yahei' !important;
}
.top .login form{
    display: inline-block;
    float: right;
    border: 2px solid #1967b9;
    margin-top: 15px;
}
.top .login input.submit {
    border: none;
    background: #1967b9;
    color: #fff;
    cursor: pointer;
line-height: 38px;
height: 38px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.top .login input.keywords{
    border: none;
outline: none;
padding: 0 0 0 10px;
font-size: 16px;
width: 240px;
line-height: 38px;
height: 38px;
background: none;
float: left;
color: #666;
}
.nav {
    background: url(../img/navback.jpg) repeat-x;
    height: 50px;
}
.nav li{
    background: url(../img/navli.png) no-repeat right center;
    width: 150px;
    padding-top: 10px;
    height: 40px;
        list-style: none;
    float: left;
}
.nav li i {
    background-image: url(../img/navlilogo.png);
    height: 28px;
    width:32px;
    display: block;
    float: left;
}
.nav li i.icon2{
    background-position: -155px 0px;
}
.nav li i.icon3{
    background-position: -357px 0px;
    width: 37px;
}
.nav li i.icon4{
    background-position: -513px 0px;
}
.nav li i.icon5{
    background-position: -661px 0px;
}
.nav li i.icon6{
    background-position: -815px 0px;
}
.nav li i.icon7{
    background-position: -960px 0px;
}
.nav li i.icon8{
    background-position: -1114px 0px;
}
.nav li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 100px;
    margin:0 auto;
    text-align: center;
    height: 32px;
    line-height: 29px;
    padding-left: 5px;
padding-right: 5px;
}
.nav li.on a {
    color: #fff;
}
.nav li.active a {
        border-bottom: 2px solid rgb(0, 132, 255);
}

.footer{
    width: 100%;
    height: 156px;
    background: url(../img/footerbk.jpg) repeat-x;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.footer .wxewm {
    margin-left: 350px;
    margin-top: 30px;
    text-align: center;
    border-right: 2px solid white;
    margin-right: 25px;
    padding-right: 25px;
}
.footer .copyright {
    overflow: hidden;
    padding-top: 25px;
}
.footer .copyright p{
    line-height: 25px;
}
