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: #e92829;
}

.color {
  color: #e92829;
}

/*header*/
.header_top {
  padding: 50px 0;
  background: url(../images/header_bg.jpg) no-repeat center;
}
.header_top .logo {
  display: block;
}
.header_top .header_tel {
  background: url(../images/header_tel.png) no-repeat left center;
  padding-left: 70px;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  margin-top: 18px;
  font-family: 'SimSun';
  font-weight: bolder;
  letter-spacing: 1px;
}

.header_nav {
  position: relative;
}
.menu {
  background: #ececed;
  width: 100%;
  z-index: 99;
}
.menu > ul > li {
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
  line-height: 62px;
}
.menu > ul > li > a {
  font-size: 18px;
  color: #000000;
}
.menu > ul > li:hover,
.menu > ul > li.hover {
  background: url(../images/nav_hover.jpg) no-repeat bottom center;
}

.erji {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 19;
  display: none;
  background: url(../images/erji_bg.png) repeat;
  padding: 8px 0;
}
.erji > li {
  height: 38px;
  line-height: 38px;
  margin: 0 8px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.erji > li > a {
  color: #fff;
  font-size: 16px;
}

.menu.nav01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 1200px;
}

/*首页banner*/
.index_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index_banner .flexslider {
  width: 1920px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
  min-width: 1200px;
}
.index_banner .slides {
  position: relative;
  z-index: 1;
}
.index_banner .slides li {
  height: 100%;
}
.index_banner .slides li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.index_banner .flex-control-nav {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  margin-left: -780px;
  text-align: center;
  display: none;
}
.index_banner .flex-control-nav li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 10px 0;
  *display: inline;
  zoom: 1;
}
.index_banner .flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.index_banner .flex-control-nav .flex-active {
  background: #1d78cd;
}

.index_banner .flex-direction-nav {
  width: 1200px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -600px;
  z-index: 1;
  display: none;
}
.index_banner:hover .flex-direction-nav {
  display: none;
}
.index_banner .flex-direction-nav a.flex-prev,
.index_banner .flex-direction-nav a.flex-next {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../images/public/left3.png) no-repeat;
  font-size: 0;
}
.index_banner .flex-direction-nav a.flex-prev {
  left: 0;
}
.index_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 {
  background: #383838;
  padding: 55px 0;
  border-bottom: 6px solid #e92829;
}
.foot_nav ul {
  font-size: 0;
  width: 270px;
  margin-left: 60px;
}
.foot_nav ul li {
  display: inline-block;
  width: 135px;
  line-height: 50px;
}
.foot_nav ul li a {
  font-size: 18px;
  padding-left: 13px;
  color: #fff;
  background: url(../images/foot_line.jpg) no-repeat left center;
}

.foot_contact {
  margin-left: 60px;
  margin-top: 8px;
}
.foot_contact p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.foot_contact p span {
  margin-left: 30px;
}
.foot_contact p a {
  color: #fff;
}

.foot_chat {
  margin-right: 60px;
}
.foot_chat img {
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto;
}
.foot_chat h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-weight: normal;
}

.conent {
  position: absolute;
  top: 20px;
  z-index: 10000;
}
.conent .sition {
  width: 215px;
  height: 76px;
  position: relative;
}
.conent .sition .c_header {
  width: 90px;
  text-align: center;
  cursor: move;
}
.conent .sition .c_header .txt {
  color: #00cc00;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  box-shadow: 1px 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
}
.conent .sition .c_adver {
  width: 204px;
  height: 68px;

  cursor: pointer;
}

.conent .sition .sign {
  width: 0px;
  height: 10px;
  border: 2px solid #000;
  display: block;
  position: absolute;
  top: 27px;
  left: 46px;
}
