@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
  cursor: url(../images/cursor_01.png), auto;
  background: url(../images/bg_01.png) repeat;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: url(../images/cursor_02.png), auto;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: "";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.new-engine {
  text-align: center;
  padding: 150px 0 300px;
}

.new-engine p {
  font-size: 20px;
  font-weight: 600;
  color: #4f4f4f;
  line-height: 35px;
}

.new-engine .ewm {
  width: 182px;
  height: 182px;
  margin: 50px auto 0;
  background: #fff;
  border: 1px solid #3b3b3b;
}

.new-engine .ewm img {
  width: 100%;
}

.new-engine .people {
  margin-top: 100px;
  height: 111px;
  background: url(../images/peo_01.png) center center no-repeat;
}

.headers {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  padding: 0 12.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  min-width: 1200px;
}

.headers .lf {
  float: left;
  width: 228px;
  height: 111px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-top: 6px;
  margin-left: -50px;
}

.headers .lf a {
  display: block;
  width: 100%;
  height: 100%;
}

.rtbox {
  height: 77px;
  position: relative;
  margin-left: 18%;
}

.item {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 11.8055555556%;
  padding-top: 22px;
  margin: 0 0.5%;
}

.znsoma {
  font-size: 18px;
  color: #dbdbdb;
  line-height: 1;
  padding-bottom: 8px;
  transition: all 0.3s;
}

.ensoma {
  font-size: 12px;
  color: #6e6f74;
  line-height: 1;
  transition: all 0.3s;
}

.item:hover .znsoma {
  color: #ae2020;
}

.item:hover .ensoma {
  color: #ae2020;
}

.rt {
  position: absolute;
  right: 0;
  padding-top: 10px;
  margin-right: 15px;
}

.rt a {
  width: 163px;
  height: 23px;
  border: 1px solid #454242;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  margin-bottom: 6px;
  line-height: 23px;
}

.rt a.service {
  border: 1px solid #c70408;
  background: url(../images/btn_service.jpeg) no-repeat top;
  color: #fff;
}

.rt a:hover {
  filter: brightness(120%);
}

@media (max-width: 1440px) {
  .headers {
    padding: 0;
  }
  .headers .lf {
    margin-left: 10px;
  }
  .headers .navbox .item {
    width: 12.5%;
  }
}
