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: #d91318;
}

.color {
    color: #d91318;
}


/*header*/
.header_top {margin:30px 0;}
.header_top ul li{text-align: center; display: inline-block;width: 33.3%;color: #2e2e2e;}
.header_top ul li.fl{text-align: left; }
.header_top ul li.fr{margin-top: 15px;width: 220px;text-align: right; font-size: 28px;color:#d91318;background:url("../images/tel_bg.png") no-repeat left;}
.header_top ul li h2{font-size: 23px;line-height: 40px;}
.header_top ul li p{font-size: 20px;}

.header_nav {height: 60px;border-top: 1px solid #e4e4e4;}
.header_nav>ul>li {float: left;height: 60px;line-height:60px;width:171px;text-align: center;position: relative;}
.header_nav>ul>li>a {font-size: 18px;color: #333333;}
.header_nav>ul>li:hover,.header_nav>ul>li.hover{background: url("../images/hover.png") no-repeat center ;}
.header_nav>ul>li:hover>a,.header_nav>ul>li.hover>a{color:#fff;}

.erji{position: absolute;top:60px;left: 0;right: 0; z-index: 19;display: none;}
.erji>li{height: 48px;line-height: 48px;text-align: center;background: #fff;}
.erji>li>a{color: #333333;font-size: 18px;}
.erji>li:hover{background: #d91318;}
.erji>li:hover>a{color: #fff;}

/*footer*/
.footer{background: #333333;color: #fff;}

.foot_con{padding-top: 50px;}
.foot_con>li{width: 470px;float: left;height: 260px;font-size: 16px;line-height: 40px;}
.foot_con li strong{font-size:18px;display:block;margin-bottom:10px;}
.foot_con li h3{font-size: 16px;line-height: 27px;font-weight: normal;margin-bottom: 15px;}
.foot_con li p{line-height: 27px;}

.foot_con li.last{width: 135px;float: right;}
.foot_con li.last img{width: 135px;height: 135px;display: block;margin: 15px auto 0;}

.foot_con li.second{padding-left: 140px;width: 400px;}
.foot_con li ul{overflow: hidden;width: 400px;}
.foot_con li ul li{width:190px;float: left;}
.foot_con li ul li a{color: #fff;}

.foot {font-size: 16px;text-align: center;background: #1b1b1b;}
.ddb p { float: left;line-height: 44px;color: #fff; width: 50%; }
.ddb p a{ color: #fff;}
