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;
}


/* 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*/

.banner02 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner02 .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner02 .slides {
    position: relative;
    z-index: 1;
}

.banner02 .slides li {
    height: 100%;
}

.banner02 .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
    display: none
}

/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #ba2632;
}

.color {
    color: #ba2632;
}

/*header*/
.header_top {padding: 10px 0;}
.header_top .logo{display: block;}
.header_top .header_tel{background: url(../images/header_tel.png) no-repeat left center;padding-left: 65px;font-size: 18px;color:#363636;margin-top: 20px;}
.header_top .header_tel span{font-weight: bold;font-size: 28px;color: #ba2632;display: block;}

.header_nav {height: 50px;position: relative;z-index: 99;background: url(../images/header_bg.jpg) no-repeat}
.menu>ul>li {float: left;height: 50px;line-height:50px;width:149px;text-align: center;position: relative;border-left: 1px solid #000000;}
.menu>ul>li.first{border-left: none;}
.menu>ul>li>a {font-size: 18px;color: #fff;}
.menu>ul>li:hover,.menu>ul>li.hover{background:url(../images/nav_hover.jpg) no-repeat center;background-size:cover;}

.erji{position: absolute;top:50px;left: 0;width: 200px; z-index: 19;display: none;}
.erji>li{height: 48px;line-height: 48px;padding-left: 20px;text-align: left;border-bottom: 1px dashed #5b5b5b;background: #2f2c2d;}
.erji>li>a{color: #fff;font-size: 16px;}
.erji>li:hover{background: #ba2632;}

.header_nav.nav01 {position: fixed;top: 0;left: 0;z-index: 999;width: 100%;min-width: 1200px;}


/*footer*/
.footer {
    width: 100%;
    padding: 80px 0 55px 0;
    background: #211d1e;
    position: relative;
}

.footer .footer_nav {
    text-align: center;
    font-size: 0;
    background: url(../images/foot_nav.png) no-repeat top center;
    width: 100%;
    position: absolute;
    top: -15px;
}
.footer .footer_nav li {
    display: inline-block;
    padding: 16px 0;
    line-height: 15px;
}
.footer .footer_nav li a {
    font-size: 18px;
    color: #faf6f6;
    padding: 0 20px;
    border-left: 1px solid #fff;
}
.footer .footer_nav li.first a{border-left:none;}

.footerC .chat ul li{display: inline-block;margin-left: 20px;}
.footerC .chat img {
    width: 140px;
    height: 140px;
    display: block;
}
.footerC .chat p {
    color: #9a9999;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.footerC .ce {
    text-align: left;
    padding: 0 40px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    width: 340px;
}
.footerC .ce p {
    font-size: 19px;
    line-height:44px;
    color: #c1c1c2;
}
.footerC .ce p span{
   font-weight: bold;
}

.footerC .logo {
    width: 290px;
    margin-right: 40px;
    margin-top: 25px;
}

.foot_bot {
    width: 100%;
    color: #e1eae3;
    text-align: center;
    background: #ba2632;
}
.foot_bot span {
    line-height: 35px;
    font-size: 14px;
    width: 33.3%;
    display: inline-block;
    padding: 0;
}
.foot_bot span a {
    color: #e1eae3;
}

.layer {
    width: 140px;
    position: fixed;
    right: 0;
    top: 200px;
    background: #FFF;
    text-align: center;
    font-size: 13px;
    z-index: 1200;
    padding-bottom: 10px;
}

.layer img {
    display: block;
    margin: 10px auto;
    width: 120px;
}