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;
    font-weight: bold;
}

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: #333;
    /*文字颜色定义 */
    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: #035a92;
}

.color {
    color: #035a92;
}


/*header*/
.header_top {width: 100%;background: #fff;padding: 8px 0;}
.header_top .logo{display: block;height: 100px;}
/*.header_top ul li{float: left;font-size: 14px;color: #4c4c4c;line-height: 28px;padding-left: 50px;margin-left: 20px;}
.header_top ul li span{color: #035a92;}
.header_top ul li.li01{background: url(../images/top_tel.png) no-repeat left center;}
.header_top ul li.li02{background: url(../images/top_email.png) no-repeat left center;}
.header_top ul li.li03{background: url(../images/top_stock.png) no-repeat left center;}*/
.header_phone {
    width: 263px;
    /* height: 46px; */
    margin-top: 27px;
    text-align: center;
}

.header_phone p {
    font-size: 18px;
    color: black;
    letter-spacing: 2px;
    background: url("../images/h2.png") no-repeat center;
    height: 24px;
    background-position-x: 29px;
}

.header_phone h2 {
    font-size: 28px;
    color: #FE940E;
    line-height: 30px;
}


.header_nav{text-align: center;z-index: 9999;position: relative;border-top: 1px solid #e5e5e5;background: #fff;}
.menu>li {float: left;position: relative;height: 49px;line-height: 49px;padding: 0 22px;}
.menu>li>a {font-size: 17px;color: #333;font-weight: 700;}
.menu>li:hover,.menu>li.hover{background: url(../images/header_hover.jpg) no-repeat bottom center;}

.erji{position: absolute;top:49px;left: 0;background: #fff;z-index: 19;display: none;width: 172px;}
.erji>li{height: 49px;line-height: 49px;padding-left: 22px;text-align: left;border-bottom: 1px solid #e5e5e5;}
.erji>li>a{color: #333;font-size: 14px;}
.erji>li:hover>a{color: #035a92;}

.header_nav .search_cnt1{width: 240px;height: 34px;position: relative;background: #f4f4f4;margin-top: 7px;}
.header_nav .search_cnt1 .txt{ font-family: "Microsoft YaHei";font-size: 14px;width:238px;height: 34px;line-height: 34px;padding-left: 10px;color:#333;border: 1px solid #f4f4f4;background: none;}
.header_nav .search_cnt1 .search_btn{width: 48px;height: 34px;background: url("../images/btn.jpg") no-repeat;position: absolute;right: 0;top: 0;border: none;}


.header_nav.nav01 {position: fixed;top: 0;left: 0;z-index: 999;width: 100%;min-width: 1200px;}


/*首页banner*/
.index_banner {position: relative;z-index: 2;overflow: hidden;}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/
.footer{background: url("../images/foot_bg.jpg") no-repeat top center;}

.foot_con{padding-top: 50px;}
.foot_con>li{width: 470px;float: left;height: 260px;font-size: 16px;color: #333;line-height: 40px;}
.foot_con li strong{font-size:18px;display:block;margin-bottom:10px;color: #333;}
.foot_con li h3{font-size: 16px;color: #8c8c8c;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: #333;}

.foot {font-size: 16px;text-align: center;background: #1b1b1b;}
.ddb p { float: left;line-height: 44px;color: #cccccc; width: 33.3%; }
.ddb p a{ color: #cccccc;}

.chat{position: fixed;right: 0;top: 62%;border: 2px solid #035a92;background: #fff;padding: 5px;z-index: 9999;text-align: center;}
.chat img{width: 160px;}
.chat p{font-size: 16px;color: #333;margin-top: 5px;}
.chat p span{font-weight: bold;font-size: 24px;color: #035a92;}