.layout {
  margin-top: 20px;
  margin-bottom: 40px;
}
.layout .breadcrumbs {
  display: flex;
  align-items: center;
  height: 75px;
}
.layout .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}
.layout .breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.layout .breadcrumbs .path {
  font-size: 20px;
}
.layout .breadcrumbs .path a {
  color: #333;
}
.layout .breadcrumbs .path a:hover {
  color: #366fca;
}
.layout .pub_title {
  font-size: 36px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 30px;
}
.layout .integration {
  margin-top: 30px;
  margin-bottom: 60px;
}
.layout .integration .integration_list {
  display: flex;
  justify-content: space-between;
}
.layout .integration .integration_list li {
  display: flex;
  justify-content: center;
  width: 310px;
  height: 317px;
  background: url(../images/integration_bg_1.png) no-repeat;
  background-size: 100% 100%;
}
.layout .integration .integration_list li .title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #016bb5;
  padding-top: 40px;
}
.layout .integration .integration_list li .title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 57px;
  height: 2px;
  background-color: #3c6cc2;
  transform: translateX(-50%);
}
.layout .integration .integration_list li:nth-child(2) {
  background-image: url(../images/integration_bg_2.png);
}
.layout .integration .integration_list li:nth-child(2) .title {
  color: #e99d1a;
}
.layout .integration .integration_list li:nth-child(2) .title::before {
  background-color: #e99d1a;
}
.layout .integration .integration_list li:nth-child(3) {
  background-image: url(../images/integration_bg_3.png);
}
.layout .integration .integration_list li:nth-child(3) .title {
  color: #41ae5d;
}
.layout .integration .integration_list li:nth-child(3) .title::before {
  background-color: #41ae5d;
}
.layout .integration .integration_list li:nth-child(4) {
  background-image: url(../images/integration_bg_4.png);
}
.layout .integration .integration_list li:nth-child(4) .title {
  color: #2198e3;
}
.layout .integration .integration_list li:nth-child(4) .title::before {
  background-color: #2198e3;
}
.layout .affairs {
  display: flex;
  justify-content: space-between;
}
.layout .affairs .affairs_left {
  width: 914px;
}
.layout .affairs .affairs_left .slide_head {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  color: #333;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.layout .affairs .affairs_left .slide_head li {
  cursor: pointer;
  margin-right: 42px;
}
.layout .affairs .affairs_left .slide_head li.on {
  color: #016bb5;
  font-size: 36px;
  font-weight: 700;
}
.layout .affairs .affairs_left .list {
  display: flex;
  flex-wrap: wrap;
}
.layout .affairs .affairs_left .list li {
  display: flex;
  align-items: flex-start;
  width: 304px;
  height: 160px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.layout .affairs .affairs_left .list li:nth-child(3n) {
  border-right: none;
}
.layout .affairs .affairs_left .list li:nth-last-child(-n + 3) {
  border-bottom: none;
}
.layout .affairs .affairs_left .list li .icon {
  margin-right: 20px;
}
.layout .affairs .affairs_left .list li .content {
  flex: 1;
  height: 100%;
}
.layout .affairs .affairs_left .list li .content .title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}
.layout .affairs .affairs_left .list li .content .links {
  line-height: 32px;
}
.layout .affairs .affairs_left .list li .content .links .link_item a {
  color: #999999;
}
.layout .affairs .affairs_left .list li .content .links .link_item a:hover {
  color: #016bb5;
}
.layout .affairs .affairs_left .other {
  display: flex;
  width: 100%;
  height: 330px;
}
.layout .affairs .affairs_left .other .hd {
  height: 100%;
}
.layout .affairs .affairs_left .other .hd .other_nav {
  width: 321px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.layout .affairs .affairs_left .other .hd .other_nav::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.layout .affairs .affairs_left .other .hd .other_nav::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.layout .affairs .affairs_left .other .hd .other_nav .left_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 14px;
  background-color: #e9f5ff;
  font-size: 24px;
  padding-left: 40px;
  cursor: pointer;
}
.layout .affairs .affairs_left .other .hd .other_nav .left_item.on {
  background-color: #4683e6;
  cursor: pointer;
  color: #fff;
}
.layout .affairs .affairs_left .other .other_main {
  flex: 1;
  margin-left: 30px;
}
.layout .affairs .affairs_left .other .other_main .other_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
.layout .affairs .affairs_left .other .other_main .other_right::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.layout .affairs .affairs_left .other .other_main .other_right::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #eeeeee;
}
.layout .affairs .affairs_left .other .other_main .other_right .right_item {
  width: 40%;
  margin-bottom: 20px;
}
.layout .affairs .affairs_left .other .other_main .other_right .right_item a {
  font-size: 17px;
  color: #333;
}
.layout .affairs .affairs_left .other .other_main .other_right .right_item a:hover {
  color: #4683e6;
}
.layout .affairs .affairs_right {
  width: 352px;
  height: 390px;
  background: url(../images/service_bg_5.png) no-repeat;
  background-size: 100% 100%;
  padding: 129px 30px 0 30px;
}
.layout .affairs .affairs_right .block .block_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 20px;
}
.layout .affairs .affairs_right .block .block_title img {
  margin-right: 10px;
}
.layout .affairs .affairs_right .block .block_desc {
  font-size: 18px;
  color: #333;
}
.layout .affairs .affairs_right .block .block_desc .num {
  font-size: 28px;
  color: #ff8b0f;
  font-weight: 700;
  margin: 0 10px;
}
.layout .guide {
  margin-top: 40px;
}
.layout .guide .main {
  display: flex;
  justify-content: space-between;
  height: 528px;
  border-radius: 20px;
  background-color: #e9f5ff;
  padding: 40px;
}
.layout .guide .main .side {
  width: 210px;
  height: 100%;
}
.layout .guide .main .side .side_title {
  font-size: 30px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 10px;
}
.layout .guide .main .side .side_nav li {
  display: flex;
  align-items: center;
  height: 35px;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 10px;
  cursor: pointer;
}
.layout .guide .main .side .side_nav li .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.layout .guide .main .side .side_nav li .default_img {
  display: block;
}
.layout .guide .main .side .side_nav li .active_img {
  display: none;
}
.layout .guide .main .side .side_nav li:hover {
  background-color: #3c6cc2;
  color: #fff;
}
.layout .guide .main .side .side_nav li:hover .default_img {
  display: none;
}
.layout .guide .main .side .side_nav li:hover .active_img {
  display: block;
}
.layout .guide .main .side .side_nav li.active {
  background-color: #3c6cc2;
  color: #fff;
}
.layout .guide .main .side .side_nav li.active .default_img {
  display: none;
}
.layout .guide .main .side .side_nav li.active .active_img {
  display: block;
}
.layout .guide .main .content {
  width: 767px;
  height: 100%;
  background: url(../images/life_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 45px;
}
.layout .guide .main .content .block {
  display: none;
  height: 100%;
}
.layout .guide .main .content .block.active {
  display: block;
}
.layout .guide .main .content .block .module {
  display: flex;
  height: 100%;
}
.layout .guide .main .content .block .module .module_left {
  width: 314px;
  height: 100%;
}
.layout .guide .main .content .block .module .module_left .list li {
  width: 100%;
  height: 48px;
  background: #e9f5ff;
  border: 1px solid #fff;
  margin-bottom: 12px;
  cursor: pointer;
}
.layout .guide .main .content .block .module .module_left .list li:hover {
  background-color: #016bb5;
}
.layout .guide .main .content .block .module .module_left .list li:hover a {
  color: #fff;
}
.layout .guide .main .content .block .module .module_left .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.layout .guide .main .content .block .module .module_left .check {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.layout .guide .main .content .block .module .module_left .check .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 35px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #3c6cc2;
  font-size: 14px;
  color: #016bb5;
}
.layout .guide .main .content .block .module .module_right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.layout .map {
  margin-top: 40px;
}
.layout .map .map_inner {
  height: 521px;
}
