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: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    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;
}


/* 点击激活链接 */

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
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #d94c4a;
}

.color {
    color: #d94c4a;
}


/*header*/
.header{position: relative;}
.header_top {position: absolute;width: 100%;top: 30px;left: 0;z-index: 99;}

.header_nav {height: 41px;}
.header_nav ul li {float: left;height: 41px;line-height:41px;width:110px;text-align: center;}
.header_nav ul li a {font-size: 18px;color: #ffffff;}
.header_nav ul li span{display: block;}
.header_nav ul li b{display: none;}
.header_nav ul li:hover span,.header_nav ul li.hover span{display: none;}
.header_nav ul li:hover b,.header_nav ul li.hover b{display: block;}

.header_top.nav01 {position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;min-width: 1350px;background: #fff;}

/*首页banner*/
.banner{width: 100%;overflow: hidden;position: relative;z-index: 1;}
.banner .flexslider{width: 1920px;height: 100%;position: relative;left: 50%;margin-left: -960px;overflow: hidden;min-width: 1200px;}
.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{position:absolute;left:45%;bottom: 20px; z-index:100;text-align:left}
.banner .flex-control-nav li{display:inline-block;width:60px;height:4px;margin:0 20px;zoom:1;font-size: 0;}
.banner .flex-control-nav a{display:inline-block;width:60px;height:4px;line-height:4px;overflow:hidden;cursor:pointer}
.banner .flex-control-nav .flex-active{background-position:0 0}
.flex-control-paging li a {width:60px;height:4px; line-height:4px;display: block;cursor: pointer; text-indent: 0px; text-align: center;-webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px;border-radius:2px;text-decoration: none;background-color:#ededed}
.flex-control-paging li a:hover{background-color:#ededed; color: #ededed;}
.flex-control-paging li a.flex-active {background-color:#d81e06;cursor: pointer; color:#d81e06}

.banner .flex-direction-nav {width: 1200px;height: 64px;position: absolute;left: 50%;top: 50%;margin:-32px 0 0 -600px;  z-index: 1;display: none;}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 64px;height: 64px;background:url(../images/public/left3.png) no-repeat;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background:url(../images/public/right3.png) no-repeat;}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*footer*/
.footer { height:73px; font-size: 16px;text-align: center;}
.ddb p { float: left;line-height: 73px;color: #333; width: 33.3%; }
.ddb p a{ color: #333}
#returnTop{cursor:pointer;position:fixed;right:29px;bottom:100px;}
