body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1600px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1600 ? "1600px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
    -webkit-text-fill-color: #fff;
}


/*表格样式定义 */

.checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-control-nav {
    display: none;
}

.banner .flex-direction-nav {
    display: block;
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 50%;
    margin-top: -32px;
    line-height: 0;
    font-size: 0;
    height: 64px;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 10%;
    background: url(../images/public/left3.png) no-repeat;
}

.banner .flex-direction-nav li a.flex-next {
    right: 10%;
    background: url(../images/public/right3.png) no-repeat;
}

.header {
    width: 100%;
    background: #f7f7f7;
    z-index: 1000;
    height: 85px
}

.header .wrap2 {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.header .logo a img {
    display: block;
    margin: 9px 0 0;
}

.header .info {
    width: 80%;
}

.header .info .ico {
    padding: 20px 0 0;
    position: relative;
}

.header .info .ico a {
    display: inline-block;
}

.header .info .ico a:first-child {
    border-right: 1px solid #5e5d5e;
}

.header .info .ico .layer {
    width: 160px;
    height: 160px;
    background: #FFF;
    position: absolute;
    left: 40px;
    top: 80px;
    z-index: 1000;
    display: none;
}

.header .info .ico .layer img {
    width: 140px;
    height: 140px;
    margin: 10px;
}

.header .info .ico .wxico:hover .layer {
    display: block;
}


/*public*/

.size1 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #56c3ea;
}

.color {
    color: #56c3ea
}


/*menu*/

.nav-menu {
    position: relative;
    z-index: 101;
    margin-right: 10%;
    width: 50%;
}

.nav-menu>li {
    text-align: center;
    display: inline-block;
    line-height: 81px;
    position: relative;
    width: 16%;
}

.nav-menu li a {
    font-size: 16px;
    color: #1eb9e7;
    display: inline-block;
}

.nav-menu li.active a,
.nav-menu li:hover a {
    border-bottom: 2px solid #56c3ea;
}

.nav01 {
    /* position: fixed; */
    width: 100%;
    background: #f7f7f7;
}

.nav01 .nav-menu li a {
    color: #000;
}

.main {
    margin-bottom: 10px;
}


/* @media (max-width: 1200px) {
    .header {
        width: 1200px;
    }
} */


/*footer*/


/*footer*/

.footer {
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.footerTop {
    overflow: hidden;
    background: #56c3ea;
    height: 260px
}

.footerTop>ul {
    overflow: hidden;
    margin: 50px auto;
}

.footerTop ul>li {
    width: 25%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.footerTop ul>li>a {
    font-size: 18px;
    color: #FFF;
}

.footerTop ul>li ul {
    margin-top: 15px;
}

.footerTop ul>li ul li {
    width: 100%;
    line-height: 25px;
}

.footerTop ul>li ul li a {
    font-size: 14px;
    opacity: .8;
}

.footer .foot_nav {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 0
}

.footer .foot_nav span {
    padding: 25px 0;
    line-height: 20px;
    font-size: 14px;
    width: 22%;
    text-align: center;
    display: inline-block;
}

.footer .foot_nav span:first-child {
    width: 30%;
}

.footer .foot_nav span a {
    color: #000;
}

.footer .foot_nav span img {
    display: inline-block;
    vertical-align: middle;
}