@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout_head {
  height: 37px;
  position: relative;
}
.layout_head .head_p {
  padding-left: 13px;
  position: relative;
  float: left;
  height: 37px;
  font-size: 28px;
  color: #200F0E;
  line-height: 37px;
}
.layout_head .head_a {
  float: right;
  margin-top: 18px;
  height: 19px;
  font-size: 14px;
  color: #F83635;
  line-height: 19px;
}
.layout_head .head_tips {
  margin-left: 26px;
  margin-top: 16px;
  float: left;
  font-size: 16px;
  color: #7B6C6C;
  line-height: 21px;
}
.layout_head .trial {
  display: block;
  float: right;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #F83635;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 2px;
}
.layout_head:before {
  content: "";
  position: absolute;
  background: url(../images/layout_head_icon.png) no-repeat;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
}
.container_wrap {
  min-width: 1180px;
  overflow: hidden;
}
#headbar {
  background: #F9FAFF;
}
.headbar .headbar_left {
  float: left;
  color: #7A8BA6;
  font-size: 14px;
  line-height: 40px;
}
.headbar .headbar_left ul {
  height: 40px;
}
.headbar .headbar_left ul li {
  float: left;
  color: #7A8BA6;
  font-size: 14px;
  line-height: 40px;
}
.headbar .headbar_right ul li {
  border-right: 1px solid #7A8BA6;
}
.headbar .headbar_right ul li a {
  color: #7A8BA6;
}
#headnav {
  border-bottom: none;
}
.column {
  padding: 60px 0;
}
.column .header {
  margin-bottom: 40px;
}
.column .header .title {
  font-size: 28px;
  font-weight: bold;
  color: #374567;
  line-height: 37px;
  text-align: center;
}
.column .header .sub-title {
  font-size: 18px;
  color: #7A8BA6;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.column-one {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.column-one .column-item {
  position: relative;
  border: 1px solid #E2E6EF;
  padding: 30px;
  width: 550px;
}
.column-one .column-item:after {
  content: " ";
  position: absolute;
  top: -45px;
  right: 0;
  width: 215px;
  height: 89px;
  background: url(../images/background-one.png) center no-repeat;
}
.column-one .column-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #374567;
  line-height: 24px;
  margin-bottom: 14px;
  word-break: break-all;
}
.column-one .column-item .content {
  font-size: 16px;
  color: #7A8BA6;
  line-height: 28px;
  word-break: break-all;
}
.column-two {
  padding-bottom: 50px;
}
.column-two .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.column-two .row:last-child {
  margin-bottom: 0;
}
.column-two .column-item {
  width: 270px;
  height: 162px;
  border: 1px solid #E2E6EF;
  padding: 30px 20px 0;
  background: #fff;
}
.column-two .column-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #374567;
  line-height: 24px;
  word-break: break-all;
  padding-left: 32px;
  position: relative;
}
.column-two .column-item .title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.column-two .column-item .title.title-one:before {
  background: url(../images/icon-one.png) 0 center no-repeat;
}
.column-two .column-item .title.title-two:before {
  background: url(../images/icon-two.png) 0 center no-repeat;
}
.column-two .column-item .title.title-three:before {
  background: url(../images/icon-three.png) 0 center no-repeat;
}
.column-two .column-item .title.title-four:before {
  background: url(../images/icon-four.png) 0 center no-repeat;
}
.column-two .column-item .title.title-five:before {
  background: url(../images/icon-five.png) 0 center no-repeat;
}
.column-two .column-item .title.title-six:before {
  background: url(../images/icon-six.png) 0 center no-repeat;
}
.column-two .column-item .title.title-serven:before {
  background: url(../images/icon-serven.png) 0 center no-repeat;
}
.column-two .column-item .title.title-eight:before {
  background: url(../images/icon-eight.png) 0 center no-repeat;
}
.column-two .column-item .content {
  margin-top: 14px;
  font-size: 16px;
  color: #7A8BA6;
  line-height: 28px;
  word-break: break-all;
}
.column-three .body {
  border: 1px solid #E2E6EF;
  padding: 30px 0 30px 30px;
}
.column-three .column-item {
  margin-bottom: 30px;
}
.column-three .column-item:last-child {
  margin-bottom: 0;
}
.column-three .column-item .item_head {
  float: left;
  width: 150px;
  height: 50px;
  background: #3E7EFE;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  margin-right: 22px;
}
.column-three .column-item .item_content {
  float: left;
  width: 952px;
}
.column-three .column-item .item_content .item {
  background: #F9FAFF;
  cursor: pointer;
  float: left;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #7B8CA7;
}
.column-three .column-item .item_content .item:nth-child(6n) {
  margin-right: 0;
}
.column-three .column-item .item_content .item:hover {
  background: #3E7EFE;
  color: #fff;
}
.column-three .column-item .item_content .item:hover span,
.column-three .column-item .item_content .item:hover .item_title,
.column-three .column-item .item_content .item:hover .item_name {
  color: #fff;
}
.column-three .column-item .item_content .mb20 {
  margin-bottom: 20px;
}
.column-three .more-wrap {
  position: relative;
}
.column-three .more-wrap .more {
  position: absolute;
  right: 30px;
  bottom: 16px;
  font-size: 16px;
  color: #7B8CA7;
  line-height: 21px;
}
.column-four .body {
  display: flex;
  justify-content: space-between;
}
.column-four .item {
  position: relative;
  width: 270px;
  height: 292px;
  background: #FFFFFF;
  border: 1px solid #E2E6EF;
  box-sizing: border-box;
  padding: 57px 10px 0 10px;
}
.column-four .img {
  width: 100%;
  height: 73px;
}
.column-four .img img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.column-four .item_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #374567;
  line-height: 24px;
}
.column-four .item_detail {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #7A8BA6;
  line-height: 28px;
}
.column-five .body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.column-five .item {
  position: relative;
}
.column-five .item:after {
  content: " ";
  position: absolute;
  right: -98px;
  top: 50%;
  margin-top: -6px;
  width: 125px;
  height: 11px;
  background: url(../images/arrow.png) center no-repeat;
}
.column-five .item:last-child::after {
  content: "";
  position: static;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 0;
  height: 0;
  background: none;
}
.column-five .item .item-hd {
  height: 95px;
}
.column-five .item .item-hd img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.column-five .item .item-bd {
  font-size: 18px;
  color: #374567;
  line-height: 24px;
  margin-top: 14px;
}
.column-six .body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.column-six .body .item {
  width: 365px;
  height: 220px;
}
.column-serven .body {
  display: flex;
  justify-content: space-between;
}
.column-serven .item {
  position: relative;
  width: 365px;
  height: 200px;
  background: #FFFFFF;
  border: 1px solid #E2E6EF;
  box-sizing: border-box;
  padding: 50px 0 0 0;
}
.column-serven .item-hd {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-serven .item-hd img {
  display: block;
  width: auto;
  height: auto;
}
.column-serven .item-bd {
  font-size: 16px;
  color: #7A8BA6;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
}
.column-eight .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.column-eight .row:last-child {
  margin-bottom: 0;
}
.column-eight .item {
  width: 210px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E2E6EF;
  font-size: 18px;
  font-weight: bold;
  color: #374567;
  line-height: 100px;
  text-align: center;
}
