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: 1000px;
    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
}


/*表格样式定义 */

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: #c90000;
}

.color {
    color: #c90000;
}

/*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{position:absolute;bottom:15px;z-index:2;width:100%;text-align:center;}
.banner .flex-control-nav li{display:inline-block;width:10px;height:10px;margin:0 5px;*display:inline;zoom:1;}
.banner .flex-control-nav a{display:inline-block;width:10px;height:10px;line-height:40px;overflow:hidden;background:#fff;cursor:pointer;border-radius: 50%;}
.banner .flex-control-nav .flex-active{background:#c00909;}

/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 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: 25px;height: 48px;background:url(../images/public/banner_btn.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-position:-25px 0; }

/*header*/
.header-top {line-height: 80px;color: #595959;font-size: 24px;box-shadow:0 5px 5px -4px rgba(0,0,0,0.2)}
.header-top .fl{margin-top: 22px;}
.header-top .fr img{padding: 8px 5px 0 30px;height: 25px;}
.header{width: 100%;}
.logo{margin: 30px 0;}
.logo img{margin: 0 auto; display: block;}

.Topnav{width: 100%;height: 70px;position: relative;z-index: 99}
.nav>li{float: left;width: 200px;height: 70px;line-height: 25px;}
.nav>li.hover>a,.nav>li:hover>a{color: #4e4e4e;}
.nav>li.hover,.nav>li:hover{background: url(../images/navlibg.jpg) no-repeat bottom center;}
.nav>li>a>h1{text-align: center;display: block;font-weight: normal;font-size: 18px;}
.nav>li>a>span{display: block;text-align: center;font-size: 16px;text-transform:uppercase;}

.erji{background-color:rgba(27,27,27,0.7);margin-top: 20px;display: none;}
.erji>li{height: 36px;font-size: 16px;line-height: 36px; }
.erji>li>a{color: #fefbfb;line-height: 36px;text-align: center;display: block;margin: 0 auto}
.erji>li:hover a{color: #c00909}

@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}
/*footer*/
.footer {width: 100%;padding: 60px 0;background: #000000;color: #fff;font-size: 16px;line-height: 32px;}

.footer .foot_t{margin-bottom: 15px;padding-bottom: 10px;background:url(../images/foot_line.png) no-repeat bottom left;}
.footer .foot_t h2{font-size: 22px;}
.footer .foot_t span{font-size: 40px;font-family: "Impact";}

.footer .fl{width: 500px;}
.footer .fl .txt{margin-top: 30px;}
.footer .fl .txt ul li{width: 170px;float: left;}
.footer .fl .txt ul li a{color: #fff;}
.footer .fl .contact ul li{font-size: 16px;line-height: 32px;padding-left: 32px;background: url(../images/icon01.png) no-repeat left center;}
.footer .fl .contact ul li.li02{background: url(../images/icon02.png) no-repeat left center;}
.footer .fl .contact ul li.li03{background: url(../images/icon03.png) no-repeat left center;}
.footer .fl .contact ul li.li04{background: url(../images/icon04.png) no-repeat left center;}
.footer .fl .contact ul li.li05{background: url(../images/icon05.png) no-repeat left center;}

.footer .fr{width: 580px;height: 420px;}
.footer .fr #container {overflow: hidden;width: 100%;height: 100%;margin: 0;}

.foot_bot {width: 100%;color: #fff;text-align: center;background: #c90000;line-height: 50px;font-size: 16px;}
.foot_bot span a {color: #fff;}