* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html{
  overflow-x: hidden;
  overflow-y: scroll;
}
body{
  background: #fff;
  font-family: 'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}
.l-content {
    width: 1000px;
    /*padding-left:20px;padding-right:20px;*/
    margin: auto;
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.inlineblock {
    display: inline-block;
}
.hide {
display: none;
}
.center {
text-align: center;
}
.blod {
font-weight: 800;
}
.middle {
vertical-align: middle;
}
.float-r {
float: right;
}
.float-l {
float: left;
}
.pointer {
cursor: pointer;
}
.ellipsis {
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.l-body {
min-width: 1000px;
/* max-width: 1920px; */
margin: auto;
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
		/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
		font-family: "微软雅黑",sans-serif, inherit; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
		/*font-size: 0.12rem;*/
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
		border-bottom: 1px dotted;
		cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
		font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* 重置 hr */
hr {
		border: none;
		height: 1px;
}

/*超出内容显示省略号*/
.ellipsis{  max-width: 100%;  white-space: nowrap;  text-overflow:ellipsis;  overflow:hidden;  }
/*清除浮动*/
.clearfix {  *zoom: 1;  }
.clearfix:before,
.clearfix:after {  display: table;  line-height: 0;  content: "";  }
.clearfix:after {  clear: both;  }






.l-top {
  background: #f5f5f5;
  text-align: center;
}
.l-top .arrow-png {
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/43.jpg") no-repeat center center;
}
.l-top .top-left,
.l-top .top-right {
  display: inline-block;
}
.l-top .top-div-block {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
  line-height: 30px;
}
.l-top .top-div-block a {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}
.l-top .top-div-block a:hover {
  color: #d5431c;
}
.l-top .top-div-block .sel-top {
  font-size: 12px;
  vertical-align: middle;
}
.l-top .top-div-block .line {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -9px 0 5px;
}
.l-top .top-div-block:hover .select-more {
  color: #f00;
}
.l-top .top-div-block:hover .line {
  color: #000;
}
.l-top .top-div-block.active a {
  color: #f00;
}
.l-top .top-content {
  position: relative;
}
.l-top .slide-down-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 29px;
  z-index: 99;
  padding: 15px;
  background: #fff;
  text-align: left;
}
.l-top .slide-down-wrap a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 24px;
  margin: 5px;
}
.l-top .slide-down-wrap a:hover {
  color: #d5431c;
}
.l-top .slide-down-wrap2 {
  display: none;
  position: absolute;
  width: 82px;
  left: 60px;
  top: 29px;
  background: #fff;
}
.l-top .slide-down-wrap2 a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 24px;
  margin: 5px;
  border-bottom: 1px solid #f8f8f8;
}
.l-top .slide-down-wrap2 a:hover {
  color: #d5431c;
}
.l-top .slide-down-wrap2 a:last-child {
  border: none;
}
.l-top .change-one:hover .slide-down-wrap {
  display: block;
}
.l-top .change-two:hover .slide-down-wrap2 {
  display: block;
}
.l-logo {
  height: 204px;
  padding: 40px 0 0;
  margin-bottom: -46px;
  background: url(../images/logobg.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
.l-logo .logo-content{
  height: 100%;
}
.l-logo .logo-left {
  margin: 4px 0;
}
.l-logo .logo-center {
  font-size: 50px;
  line-height: 102px;
  padding-top: 28px !important;
  color: #2a3d66;
  font-family: "zihun19hao-xingyunfeibaiti";
}
.l-logo .logo-center img{
  vertical-align: top !important;
}
.l-logo .logo-right{
  position: absolute;
  bottom: 15px;
  right: -80px;
}
@media screen and (max-width: 1200px) {
  .l-logo .logo-right{
    right: 0px;
  }
}
.l-nav {
  width: 100%;
  height: 56px;
  background-color: #d91427;
  z-index: 1;
  border-bottom: 6px solid #e8727d;
}
.l-nav .nav-ul {
  font-size: 0;
  position: relative;
}
.l-nav .nav-ul li {
  text-align: center;
  display: inline-block;
  width: 10%;
  position: relative;
  cursor: pointer !important;
}
.l-nav .nav-ul li:nth-child(1) {
  border-left: none;
}
.l-nav .nav-ul li:last-child {
  border-right: none;
}
.l-nav .nav-ul li.active,.l-nav .nav-ul li:hover{
  background-color: #333333;
  border-bottom: 10px solid #1a1a1a;
  height: 56px;
}
.l-nav .nav-ul li.active:after,.l-nav .nav-ul li:hover:after{
  width: 100%;
  height: 100%;
}
.l-nav .nav-ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 0;
  z-index: 2;
  background:url(../images/navlogo.png) no-repeat top right;
}
.l-nav .nav-ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  padding: 0 10px;
  position: relative !important;
  z-index: 3 !important;
}


.l-foot {
  padding: 40px 0 45px;
  font-size: 13px;
  line-height: 22px;
  color: #cfcfcf;
  text-align: center;
  background: #333333;
  text-align: left;
}
.l-foot::after{
  content: '';
  display: block;
  clear: both;
}
.l-foot .foot-code::after{
  content: '';
  display: block;
  clear: both;
}
.l-foot .foot-code .foot-item:last-child{
  margin-left: 16px;
}
.l-foot .foot-item .name{
  color: #cfcfcf;
  font-size: 13px;
  text-align: center;
}
.l-foot p {
  margin: 0;
}
.topmenu_r a.arrow1{
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  width: 80px !important;
}