@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
  cursor: pointer;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}
input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #D42516;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  border: 1px solid #D42516;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7c7c7c;
}
input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #7c7c7c;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7c7c7c;
}

.both {
  clear: both;
}

.pubilctitle {
  padding: 55px 0 30px;
  text-align: center;
}
.pubilctitle .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #262628;
}
.pubilctitle .title::before, .pubilctitle .title::after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 16px;
  background: url(/img/index/title-left-bg.png) no-repeat;
  margin: 0 7px;
}
.pubilctitle .title::after {
  background-image: url(/img/index/title-right-bg.png);
}
.pubilctitle .desc {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #8B8B8B;
  margin-top: 15px;
}
.pubilctitle.white .title {
  color: #FFFFFF;
}
.pubilctitle.white .title::before {
  background: url(/img/index/title-left-white-bg.png) no-repeat;
}
.pubilctitle.white .title::after {
  background: url(/img/index/title-right-white-bg.png) no-repeat;
}
.pubilctitle.white .desc {
  color: #999999;
}

body {
  background: #f5f5f5;
}

.crumbs {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #5C5C5C;
  line-height: 56px;
}
.crumbs a {
  color: #5C5C5C;
}
.crumbs a:hover {
  color: #F44444;
}

.information {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.information:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft {
  width: 960px;
  float: left;
}
.information .infLeft .infbox:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .infbox .infitem {
  float: left;
  margin-bottom: 12px;
  border-top: 2px solid #F44444;
  width: 475px;
  height: 513px;
  position: relative;
  background: #fff;
}
.information .infLeft .infbox .infitem:nth-child(2n) {
  float: right;
}
.information .infLeft .infbox .infitem .itemTitle {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 32px;
  box-sizing: border-box;
  padding-top: 24px;
}
.information .infLeft .infbox .infitem .itemTitle li {
  font-size: 16px;
  color: #181818;
  float: left;
  margin-right: 48px;
  height: 32px;
  cursor: pointer;
}
.information .infLeft .infbox .infitem .itemTitle li.active {
  font-weight: 600;
  color: #F44444;
  border-bottom: 2px solid #F44444;
}
.information .infLeft .infbox .infitem .itemInner li {
  display: none;
}
.information .infLeft .infbox .infitem .itemInner li.active {
  display: block;
}
.information .infLeft .infbox .infitem .itemInner li .itemTop {
  height: 79px;
  border-bottom: 1px dashed #8D8D8D;
  line-height: 79px;
  padding-right: 22px;
  box-sizing: border-box;
}
.information .infLeft .infbox .infitem .itemInner li .itemTop img {
  float: right;
  margin-top: 35px;
}
.information .infLeft .infbox .infitem .itemInner li .itemTop a {
  font-size: 14px;
  color: #181818;
  float: right;
  padding: 0 20px;
}
.information .infLeft .infbox .infitem .itemInner li .itemTop a:hover {
  color: #F44444;
}
.information .infLeft .infbox .infitem .itemInner li .font a {
  display: block;
  width: 100%;
  height: 168px;
  padding: 22px 31px 0 31px;
  box-sizing: border-box;
}
.information .infLeft .infbox .infitem .itemInner li .font a:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .infbox .infitem .itemInner li .font a .imgs {
  width: 176px;
  height: 126px;
  overflow: hidden;
  float: left;
}
.information .infLeft .infbox .infitem .itemInner li .font a .imgs img {
  width: 100%;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner {
  overflow: hidden;
  height: 118px;
  float: left;
  width: 220px;
  margin-left: 16px;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner h6 {
  font-size: 18px;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner h6:hover {
  color: #F44444;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner span {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 35px;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner p {
  font-size: 14px;
  color: #8C8C8C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 25px;
  -webkit-box-orient: vertical;
}
.information .infLeft .infbox .infitem .itemInner li .font a .fontinner p span {
  font-size: 14px;
  color: #F44444;
  float: right;
  line-height: 25px;
}
.information .infLeft .infbox .infitem .itemInner li .abox a {
  display: block;
  height: 51px;
  border-top: 1px dashed #8D8D8D;
  font-size: 15px;
  color: #181818;
  position: relative;
}
.information .infLeft .infbox .infitem .itemInner li .abox a:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .infbox .infitem .itemInner li .abox a:after {
  content: "";
  width: 18px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -2px;
  right: 0;
}
.information .infLeft .infbox .infitem .itemInner li .abox a span {
  float: right;
  line-height: 51px;
  margin-right: 20px;
  font-size: 16px;
  color: #8C8C8C;
}
.information .infLeft .infbox .infitem .itemInner li .abox a p {
  line-height: 51px;
  padding-left: 52px;
  width: 350px;
  float: left;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../img/information02.png) no-repeat;
  background-position: 32px center;
}
.information .infLeft .infbox .infitem .itemInner li .abox a p:hover {
  color: #F44444;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg {
  margin-top: 22px;
  padding: 0 31px;
  box-sizing: border-box;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg .imgs {
  width: 422px;
  height: 126px;
  overflow: hidden;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg .imgs img {
  width: 100%;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg h6 {
  font-size: 18px;
  color: #181818;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg p {
  font-size: 14px;
  color: #8C8C8C;
}
.information .infLeft .infbox .infitem .itemInner li .itemmsg p span {
  font-size: 14px;
  color: #F44444;
  float: right;
  line-height: 25px;
}
.information .infLeft .infboxImg {
  margin-bottom: 10px;
}
.information .infLeft .infboxImg img {
  width: 100%;
}
.information .infLeft .infboxslist h6 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #2F2F2F;
  font-weight: 600;
}
.information .infLeft .infboxslist .infboxsitem {
  width: 234px;
  height: 300px;
  float: left;
  margin-left: 8px;
  background: #fff;
}
.information .infLeft .infboxslist .infboxsitem .infboxsTop {
  height: 58px;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../img/information05.png) no-repeat;
}
.information .infLeft .infboxslist .infboxsitem .infboxsTop h5 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  float: left;
}
.information .infLeft .infboxslist .infboxsitem .infboxsTop a {
  display: block;
  width: 50px;
  font-size: 12px;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 19px;
  text-align: center;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}
.information .infLeft .infboxslist .infboxsitem .infboxsTop a:hover {
  color: #F44444;
  border: 1px solid #F44444;
}
.information .infLeft .infboxslist .infboxsitem ul li {
  font-size: 14px;
  padding-left: 24px;
  box-sizing: border-box;
  margin-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.information .infLeft .infboxslist .infboxsitem ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #F44444;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.information .infLeft .infboxslist .infboxsitem ul li a {
  color: #181818;
}
.information .infLeft .infboxslist .infboxsitem ul li a:hover {
  color: #F44444;
}
.information .infLeft .infboxslist .infboxsitem:first-child {
  margin-left: 0;
}
.information .infLeft .infboxslist .infboxsitem:first-child .infboxsTop {
  background: url(../img/information06.png) no-repeat;
}
.information .infLeft .infboxslist .infboxsitem:first-child + div .infboxsTop {
  background: url(../img/information07.png) no-repeat;
}
.information .infLeft .infboxslist .infboxsitem:first-child + div + div .infboxsTop {
  background: url(../img/information04.png) no-repeat;
}
.information .infLeft .inListbox:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .inListbox .inListNav {
  float: left;
  width: 136px;
}
.information .infLeft .inListbox .inListNav li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.information .infLeft .inListbox .inListNav li.active {
  background: #F44444;
}
.information .infLeft .inListbox .inListNav li.active a {
  color: #fff;
}
.information .infLeft .inListbox .inListNav li.active a:hover {
  color: #fff;
}
.information .infLeft .inListbox .inListNav li a {
  color: #181818;
}
.information .infLeft .inListbox .inListNav li a:hover {
  color: #F44444;
}
.information .infLeft .inListbox .inListInner {
  float: right;
  width: 811px;
  background: #fff;
  border: 1px solid #E1E1E1;
}
.information .infLeft .inListbox .inListInner.active {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.information .infLeft .inListbox .inListInner.active li {
  padding: 39px 10px;
}
.information .infLeft .inListbox .inListInner.active li p.active {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .infLeft .inListbox .inListInner li {
  padding: 39px 35px;
  box-sizing: border-box;
  border-bottom: 1px dashed #e1e1e1;
}
.information .infLeft .inListbox .inListInner li:last-child {
  border-bottom: none;
}
.information .infLeft .inListbox .inListInner li a {
  display: block;
}
.information .infLeft .inListbox .inListInner li h6 {
  font-size: 18px;
  color: #181818;
  font-weight: 600;
}
.information .infLeft .inListbox .inListInner li h6:hover {
  color: #F44444;
}
.information .infLeft .inListbox .inListInner li .timeBox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.information .infLeft .inListbox .inListInner li .timeBox:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .inListbox .inListInner li .timeBox .time {
  float: left;
  width: 140px;
  height: 28px;
  background: url(../img/information11.png) no-repeat;
  background-position: 10px center;
  font-size: 12px;
  color: #181818;
  padding-left: 40px;
  line-height: 28px;
  cursor: default;
}
.information .infLeft .inListbox .inListInner li .timeBox .label {
  min-width: 20px;
  min-height: 28px;
  float: left;
  margin-left: 20px;
  line-height: 28px;
  font-size: 14px;
  color: #999999;
}
.information .infLeft .inListbox .inListInner li p {
  font-size: 14px;
  color: #7C7C7C;
  line-height: 22px;
  margin-top: 20px;
}
.information .infLeft .particulars {
  background: #fff;
  padding: 47px 26px;
  box-sizing: border-box;
}
.information .infLeft .particulars h2 {
  font-size: 20px;
  color: #181818;
  font-weight: 600;
}
.information .infLeft .particulars .label {
  height: 50px;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
}
.information .infLeft .particulars .label a {
  color: #999999;
  margin-right: 10px;
}
.information .infLeft .particulars .label a:first-child {
  padding-left: 20px;
  background: url(../img/information12.png) no-repeat;
  background-position: left center;
}
.information .infLeft .particulars .label a:hover {
  color: #F44444;
}
.information .infLeft .particulars .label span {
  margin-right: 20px;
}
.information .infLeft .particulars .label span i {
  font-style: normal;
  color: #F44444;
}
.information .infLeft .particulars h6 {
  font-size: 16px;
  color: #181818;
  line-height: 60px;
}
.information .infLeft .particulars p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 20px;
}
.information .infLeft .particulars .forms {
  width: 426px;
  height: 441px;
  background: url(../img/information13.png) no-repeat;
  margin: 50px auto;
  padding: 160px 23px 0 23px;
  box-sizing: border-box;
}
.information .infLeft .particulars .forms input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  outline-color: #F44444;
}
.information .infLeft .particulars .forms input[type=button] {
  background: #F44444;
  border: none;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
.information .infLeft .particulars .forms .agreement {
  margin-top: 0;
  font-size: 12px;
  text-align: justify;
  color: #b2b2b2;
  line-height: 1.5;
  letter-spacing: -1px;
}
.information .infLeft .particulars .forms .agreement a {
  color: #5289bc;
}
.information .infLeft .particulars .buttons a {
  width: 162px;
  height: 40px;
  background: #F44444;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  float: left;
  margin: 0 auto;
  margin-left: 72px;
}
.information .infLeft .particulars .buttons a:first-child {
  background: #FFF4F4;
  border: 1px solid #F44444;
  color: #F44444;
  margin-left: 251px;
}
.information .infLeft .particulars .isoff {
  padding: 42px 0;
}
.information .infLeft .particulars .isoff:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .particulars .isoff li {
  float: left;
  width: 438px;
  height: 110px;
  border: 1px solid #ebebeb;
  margin-top: 42px;
  padding: 20px;
  box-sizing: border-box;
}
.information .infLeft .particulars .isoff li:first-child + li {
  float: right;
}
.information .infLeft .particulars .isoff li a {
  display: block;
  font-size: 14px;
}
.information .infLeft .particulars .isoff li a span {
  color: #999999;
}
.information .infLeft .particulars .isoff li a span:hover {
  color: #F44444;
}
.information .infLeft .particulars .isoff li a p {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
  line-height: 25px;
}
.information .infLeft .particulars .isoff li a p:after {
  content: "";
  width: 3px;
  height: 15px;
  background: #F44444;
  position: absolute;
  top: 5px;
  left: 0;
}
.information .infLeft .particulars .isoff li a > .label {
  padding-left: 20px;
  line-height: 28px;
  height: 28px;
  margin-top: 10px;
  background: url(../img/information12.png) no-repeat;
  background-position: left center;
}
.information .infLeft .particulars .related:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.information .infLeft .particulars .related h6 {
  line-height: 60px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  color: #F44444;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
}
.information .infLeft .particulars .related h6:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #F44444;
}
.information .infLeft .particulars .related ul {
  width: 50%;
  float: left;
}
.information .infLeft .particulars .related ul li {
  margin-top: 15px;
  background: url(../img/information14.png) no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .infLeft .particulars .related ul li a {
  font-size: 14px;
  color: #181818;
}
.information .infLeft .particulars .related ul li a:hover {
  color: #F44444;
}
.information .inRight {
  float: right;
  width: 234px;
}
.information .inRight .hotbox {
  background: #fff;
}
.information .inRight .hotbox .hotTop {
  height: 48px;
  background: url(../img/information08.png) no-repeat;
  border-top: 2px solid #F44444;
}
.information .inRight .hotbox ul {
  padding-bottom: 30px;
}
.information .inRight .hotbox ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
}
.information .inRight .hotbox ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F44444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.information .inRight .hotbox ul li a {
  font-size: 14px;
  color: #181818;
}
.information .inRight .hotbox ul li a:hover {
  color: #F44444;
}
.information .inRight .zxun {
  width: 100%;
  margin: 15px 0;
}
.information .inRight .zxun a {
  display: block;
  width: 100%;
}
.information .inRight .zxun a img {
  width: 100%;
}
.information .inRight .recommend {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.information .inRight .recommend ul {
  box-sizing: border-box;
}
.information .inRight .recommend ul li {
  width: 234px;
  height: 140px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.information .inRight .recommend ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 140px;
}
.information .inRight .recommend ul li a .classes {
  width: 38px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.information .inRight .recommend ul li a:hover .sbname {
  opacity: 1;
}
.information .inRight .recommend ul li a img {
  width: 100%;
  vertical-align: middle;
}
.information .inRight .recommend ul li a .sbname {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding-top: 40px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}
.information .inRight .recommend ul li a .sbname span {
  font-size: 14px;
}
.information .inRight .recommend ul li a .sbname div {
  width: 82px;
  height: 28px;
  background-color: #f44444;
  border-radius: 3px;
  margin: 5px auto;
  line-height: 28px;
  text-align: center;
}

.statement {
  background-color: #fff8f3;
  border-radius: 4px;
  border: solid 1px #fbe2cf;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #5c5c5c;
}/*# sourceMappingURL=information.css.map */