﻿@charset "utf-8";

/* reset */
/* *,*:before,*:after { -webkit-transition: .5s; transition: .5s; } */
body {
    min-width: 1200px;
    font-size: 18px;
    font-family: "Microsoft Yahei", "\5b8b\4f53", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input,
select,
button,
textarea {
    font-size: 100%;
    font-family: inherit;
    outline: none;
    border: none;
}
i{font-style:normal}
ul,
ol,
li {
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2b4c99;
    text-decoration: none;
    cursor: pointer;
}
li img {
    display: block;
    margin: 0 auto;
}
a img {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    min-width: 1280px;
    font-size: 18px;
    font-family: "Microsoft Yahei", "\5b8b\4f53", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #333;
}
/*clearfix*/
.clearfix:after {
    clear: both;
    height: 0;
    display: block;
    content: '';
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.of {
    overflow: hidden;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.posr {
    position: relative;
}
.posa {
    position: absolute;
}

.margin-top-20 {
    margin-top: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-43 {
    margin-top: 43px;
}
.margin-top-45 {
    margin-top: 45px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-75 {
    margin-top: 75px;
}


/* img-zoom */
.img-zoom .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #dddada;
}
.img-zoom .image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.img-zoom .image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
/* img-load */
.img-load .image,
img.img-load,
.img-load img {
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
}
.J_lazyImg {
    /*width: auto !important;*/
    margin: 0 auto;
    background-color: #f5f5f5;
}

.home-slide-pic .prev,
.home-slide-pic .next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 30px;
    height: 60px;
    margin-top: -25px;
    background: url('../images/icon_slider_arrow_right.png') no-repeat;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-slide-pic .prev {
    left: -50px;
    background: url('../images/icon_slider_arrow_left.png') no-repeat;
    background-position: left top;
}
.home-slide-pic .next {
    right: -50px;
    background-position: right bottom;
}

/* footer */
.footer {
    /* height: 239px; */
    width: 100%;
    padding: 50px 0 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: #0073d5;
    border-top: 9px solid #1f8def;
}
.footer,
.footer a,
.footer a:hover {
    color: #fff;
}
.footer .link a {
    margin: 0 10px;
}
.footer .logo {
    margin-top: 10px;
}