@charset "utf-8";

/******************************************************
 功能：主样式表
 ******************************************************/

/* 全局背景、字体、字号、颜色、行高、页边距等 */

html {
  -webkit-text-size-adjust: none;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #000;
  font-family: tahoma, arial, 微软雅黑, 宋体, sans-serif;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}

/* CSS3盒子模型 */

ul,
li,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

em,
i {
  font-style: normal;
}

em {
  display: inline-block;
  vertical-align: middle;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/* 公共匹配样式 */

* {
  outline: none;
}

a,
img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  color: #333;
}

/* CSS Document */

/* 
ul li:first-child{}
ul li:nth-child(2){} 
*/

.hang1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.hang2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fb {
  font-weight: bold;
}

.rel {
  position: relative;
}

.header .nav ul li .daoers {
  position: absolute;
  z-index: 99;
  background: #e5e5e5;
  text-align: center;
  width: 200px;
  height: auto;
  display: none;
  left: 0;
}

.header .nav ul li .daoers li {
  line-height: 40px;
  width: 100%;
}

.header .nav ul li .daoers li a {
  padding: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}

.header .nav ul li .daoers li a:hover {
  color: #be0017;
}

.header .nav ul li:hover .daoers {
  display: block;
}

.jindis {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 0px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yishduw {
  display: none;
}

.yishduw2 {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  z-index: 999;
  background: #334454;
}

.hueasdw:hover {
  background: #334454;
}

.hueasdw:hover a {
  color: #fff !important;
}

.hueasdw:hover .yishduw2 {
  display: block;
}

.hudfe {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #333;
  float: left;
  margin-top: 20px;
}
