/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
hr {
  margin: 10px 0 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.arrow-t {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-b {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: relative;
  top: -3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-l {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrow-r {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt-line-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.home-title {
  font-size: 36px;
  color: #25a2fd;
  margin: 65px 0 24px;
}
.home-title2 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 50px;
}
.color-white {
  color: white;
}
.box .navigation {
  display: block;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
ul {
  padding-left: 0px;
}
.paging {
  padding: 30px 0 50px;
}
.paging::before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.paging .count {
  margin-right: 20px;
}
.paging .current {
  color: white;
  background: #25a2fd;
  border: 1px solid #25a2fd;
}
.paging .next {
  float: right;
  width: 80px;
}
.paging .previous {
  float: left;
  width: 80px;
}
.paging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
  color: #e0e0e0;
  text-decoration: none;
}
.paging a:hover {
  background: #12476d;
  color: white;
}
.small-nav {
  height: 80px;
  background: #366BEE;
  text-align: center;
  margin-bottom: 0;
}
.small-nav .current_page_item a {
  border-bottom: 3px solid white;
}
.small-nav .page_item {
  display: inline-block;
  line-height: 80px;
  font-size: 24px;
  padding: 0 70px;
}
.small-nav .page_item a {
  display: block;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  top: -3px;
}
.small-nav .page_item a:hover {
  border-bottom: 3px solid white;
}
.box {
  width: 100%;
  height: 435px;
  text-align: center;
  position: relative;
  margin: 50px auto;
  overflow: hidden;
}
.box > ul {
  height: 800px;
  width: 100%;
  position: relative;
}
.box > ul > li {
  width: 100%;
  height: 435px;
  top: 0;
  position: absolute;
}
.box > ol {
  padding-left: 0;
  position: absolute;
  bottom: 15px;
  width: 260px;
  margin-left: -130px;
  left: 50%;
  z-index: 20;
  text-align: center;
}
.box > ol > a {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
}
.box > ol > a.active {
  width: 24px;
  height: 8px;
  background-color: #25a2fd;
  border-radius: 4px;
  z-index: 18;
}
.box .box-ul {
  padding-left: 0;
}
.header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
.header #searchText {
  cursor: pointer;
}
.header #searchform {
  display: none;
}
.header #searchform input {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-indent: 8px;
}
.header #searchform button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.header .nav-top {
  width: 100%;
  padding: 0 10%;
  height: 100px;
}
.header .nav-top .mask {
  display: none;
  font-size: 16px;
  color: white;
}
.header .nav-top .mask a {
  color: white;
}
.header .nav-top .mask a:hover {
  text-decoration: none;
}
.header .nav-top .mask .mask-left {
  margin: 30px 0;
  border-right: 1px solid #8a8a8a;
}
.header .nav-top .mask .mask-right {
  margin: 30px 0;
}
.header .nav-top .mask .mask-right li {
  margin-bottom: 20px;
}
.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.header .navbar-default .navbar-collapse .navbar-search {
  display: flex;
  float: right;
  margin-top: 30px;
}
.header .navbar-default .navbar-collapse .navbar-search li {
  color: white;
  margin-right: 30px;
  line-height: 29px;
  font-size: 16px;
}
.header .navbar-default .navbar-collapse .navbar-search li .nav-en {
  text-decoration: none;
  color: white;
}
.header .navbar-default .navbar-collapse .navbar-search li .nav-en:hover {
  color: red;
}
.header .navbar-default .navbar-collapse .nav-title {
  float: right;
  position: relative;
  height: 100%;
}
.header .navbar-default .navbar-collapse .nav-title li {
  height: 100%;
}
.header .navbar-default .navbar-collapse .nav-title li a {
  line-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.header .navbar-default .navbar-collapse .nav-title li a:hover {
  border-bottom: 2px solid #25a2fd;
}
.header .navbar-default .navbar-collapse .nav-title .active a {
  background: transparent;
  color: #25a2fd;
}
.header .navbar-default .navbar-header {
  padding-top: 13px;
  padding-bottom: 26px;
}
.header .navbar-default .navbar-header .logo {
  float: left;
  position: relative;
}
.header .navbar-default .navbar-header .logo-text {
  display: inline-block;
  margin-left: 12px;
}
.header .navbar-default .navbar-header .logo-text .logo-title {
  color: white;
  font-size: 24px;
  margin: 0px 0 6px 0;
  text-align: left;
}
.header .navbar-default .navbar-header .logo-text .logo-describe {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'SourceHanSansCN-Normal';
}
.header .navbar-default .navbar-header p {
  color: black;
  font-size: 13px;
}
.header .navbar-default .navbar-header h1 {
  color: black;
  float: right;
  font-size: 29px;
}
.footer {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #262626;
}
.footer .footer-top {
  padding: 20px 0;
}
.footer .footer-top .footer-logo {
  color: white;
  border-right: 1px solid #262626;
}
.footer .footer-top .footer-logo p {
  font-size: 13px;
}
.footer .footer-top .relation {
  border-right: 1px solid #262626;
  padding-left: 80px;
}
.footer .footer-top .relation .telephone .telephone-text {
  color: white;
  display: inline-block;
}
.footer .footer-top .relation .telephone .telephone-text .refer {
  color: #9d9d9d;
  font-size: 16px;
}
.footer .footer-top .relation .telephone img {
  position: relative;
  top: -18px;
  margin-right: 10px;
}
.footer .footer-top .footer-nav {
  padding-left: 100px;
}
.footer .footer-top .footer-nav .nav-item li {
  margin-bottom: 14px;
}
.footer .footer-top .footer-nav .nav-item .nav-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: white;
}
.footer .footer-top .footer-nav .nav-item a {
  text-decoration: none;
  color: #9d9d9d;
  font-size: 14px;
}
.footer-bottom {
  background: #000000;
  color: #9d9d9d;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 44px;
  margin-bottom: 0;
}
.bigPic {
  color: white;
}
.bigPic .video_box {
  position: relative;
  height: 100vh;
}
.bigPic .video_box video {
  width: 100%;
}
.bigPic .video_box .index_text_box {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigPic .video_box .index_text_box img {
  width: 80%;
}
.bigPic .bigPic-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
}
.bigPic .bigPic-bg .index_head {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.bigPic h2,
.bigPic h3 {
  margin: 0;
}
.bigPic .bg_text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigPic .picTitle {
  padding: 100px 0 20px;
}
.bigPic .not-home {
  background-size: cover;
  background: center center no-repeat;
  height: 620px;
}
.banner .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #939393;
  border: none;
  padding: 0;
  margin: 0;
}
.banner .carousel .carousel-indicators .active {
  background-color: #e30b20;
}
.banner .item {
  height: 710px;
}
.banner .item .bannerMsg {
  position: absolute;
  right: 15%;
  top: 30%;
}
.case_bg {
  position: relative;
}
.case_bg .case_bg_img {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.case_bg .title_text_outer .title_text_box {
  margin-top: 40px;
}
.case_bg .title_text_outer .title_text_box div {
  position: relative;
}
.case_bg .title_text_outer .title_text_box div .line_one {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 42px;
  background: #469DFF;
  border-radius: 3px;
}
.case_bg .title_text_outer .title_text_box div .case_text_box {
  margin-left: 20px;
}
.case_bg .title_text_outer .title_text_box div .case_text_box h3 {
  font-size: 36px;
}
.case_bg .title_text_outer .title_text_box div .case_text_box h4 {
  font-size: 24px;
  font-weight: normal;
}
.case_bg .title_text_outer .title_text_box div .black_line {
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 20px;
}
.case_bg .title_text_outer .title_text_box .introduce_box {
  margin-left: 20px;
  padding-top: 14px;
  font-size: 20px;
}
.case_bg .title_text_outer .title_text_box .more_btn {
  margin-left: 20px;
  background: #6791FF;
  padding: 5px 18px;
  color: #FFF;
  border: none;
  margin-top: 22px;
  font-size: 20px;
}
.case_bg .title_text_outer .title_text_box .more_btn a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.case_bg .title_text_outer .about_pic_box {
  margin-top: 72px;
}
.case_bg .title_text_outer .about_pic_box img {
  width: 100%;
  margin-left: 20px;
}
.case_bg .title_text_outer .proj_case_box {
  padding-top: 28px;
  padding-bottom: 45px;
}
.case_bg .title_text_outer .proj_case_box ul {
  display: flex;
  justify-content: space-evenly;
}
.case_bg .title_text_outer .proj_case_box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case_bg .title_text_outer .proj_case_box ul li .proj_case_text {
  color: #6791FF;
  font-size: 42px;
}
.case_bg .title_text_outer .proj_case_box ul li .proj_case_text span {
  font-size: 96px;
  line-height: 96px;
  margin-right: 10px;
}
.case_bg .title_text_outer .proj_case_box ul li .proj_case_introduce {
  color: #919191;
  font-size: 20px;
  line-height: 20px;
}
.service_proj {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 606px;
}
.service_proj .p_text {
  font-size: 24px;
}
.service_proj .p_text_big {
  font-size: 36px;
}
.service_proj .line_two {
  width: 54px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.flow_style_one {
  height: 436px;
}
.flow_style_one .flow_half_one {
  height: 436px;
  background: #414141;
}
.flow_style_one .flow_half_one .outer_box {
  display: flex;
  align-items: center;
}
.flow_style_one .flow_half_one .outer_box .text_box {
  display: flex;
  height: 436px;
  align-items: center;
  justify-content: flex-end;
}
.flow_style_one .flow_half_one .outer_box .text_box ul {
  display: flex;
  flex-direction: column;
  height: 240px;
  justify-content: space-between;
  margin-right: 20px;
}
.flow_style_one .flow_half_one .outer_box .text_box ul li {
  width: 250px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
}
.flow_style_one .flow_half_one .outer_box .text_box ul li a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.flow_style_one .flow_half_one .outer_box .text_box ul li:hover {
  background: #CBCDCE;
  color: #000;
}
.flow_style_one .flow_half_one .outer_box .text_box_left {
  display: flex;
  height: 436px;
  align-items: center;
  justify-content: flex-start;
}
.flow_style_one .flow_half_one .outer_box .text_box_left ul {
  display: flex;
  flex-direction: column;
  height: 240px;
  justify-content: space-between;
  margin-left: 40px;
  align-items: center;
}
.flow_style_one .flow_half_one .outer_box .text_box_left ul li {
  width: 250px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #000;
  text-align: center;
}
.flow_style_one .flow_half_one .outer_box .text_box_left ul li a {
  color: #000;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.flow_style_one .flow_half_one .outer_box .text_box_left ul li:hover {
  background: #414141;
}
.flow_style_one .flow_half_one .outer_box .text_box_left ul li:hover a {
  color: #fff;
}
.flow_style_one .pic_part .img_position {
  height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_style_one .flow_half_two {
  height: 436px;
}
.flow_style_one .flow_half_two .bg_and_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg {
  background: #6791FF;
  height: 436px;
  position: absolute;
  left: 0;
  top: 0;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg .box_btn {
  position: absolute;
  right: -50px;
  bottom: 50px;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg .box_btn .btn_left {
  width: 70%;
  background: #000;
  color: #fff;
  text-align: left;
  font-size: 20px;
  text-indent: 10px;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg .box_btn .btn_left a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg .box_btn .btn_right {
  width: 30%;
  background: #000;
  font-size: 20px;
  color: #fff;
}
.flow_style_one .flow_half_two .bg_and_btn .box_bg .box_btn .btn_right a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .text_box_div {
  display: flex;
  flex-direction: column;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .text_box_div .text_eng {
  font-size: 36px;
  text-align: end;
  margin-top: 48px;
  color: #000000;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .text_box_div .text_chs {
  font-size: 36px;
  text-align: end;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .text_box_div .text_eng_left {
  font-size: 36px;
  text-align: left;
  margin-top: 48px;
  color: #000000;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .text_box_div .text_chs_left {
  font-size: 36px;
  text-align: left;
}
.flow_style_one .flow_half_two .bg_and_btn .text_box .txt_introduce {
  font-size: 24px;
  color: #000000;
  line-height: 52px;
}
.case {
  padding-bottom: 70px;
}
.case .case-top .case-list {
  height: 200px;
  border-bottom: solid 1px rgba(177, 177, 177, 0.3);
  padding: 50px 15%;
}
.case .case-top .case-list .case-item {
  border-right: 1px solid rgba(177, 177, 177, 0.3);
  text-align: center;
  display: inline-block;
}
.case .case-top .case-list .case-item .case-num {
  font-size: 40px;
  font-family: 'DINAlternate-Bo';
  color: #25a2fd;
}
.case .case-top .case-list .case-item .case-num .case-unit {
  font-size: 14px;
  color: #333;
}
.case .case-top .case-list .case-item .case-describe {
  font-size: 16px;
}
.case .case-top .case-list .last {
  border: none;
}
.case .case-bottom .case-patientprogram .left,
.case .case-bottom .case-patientprogram .right {
  background-size: 100%;
  height: 475px;
  padding: 109px;
  text-align: center;
  color: white;
}
.case .case-bottom .case-patientprogram .left h3,
.case .case-bottom .case-patientprogram .right h3 {
  margin: 23px 0 27px;
}
.case .case-bottom .case-patientprogram .left p,
.case .case-bottom .case-patientprogram .right p {
  margin-bottom: 42px;
}
.case .case-bottom .case-patientprogram .left a,
.case .case-bottom .case-patientprogram .right a {
  display: inline-block;
  width: 131px;
  border: 1px solid #25a2fd;
  border-radius: 50px;
  padding: 5px 0;
  text-decoration: none;
}
.select .select-bg {
  height: 821px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 111px;
}
.select .select-bg .line {
  width: 54px;
  height: 1px;
  background: #fff;
  margin: 50px auto;
}
.select .select-bg .home-title {
  margin-top: 0;
}
.select .select-bg .select-list .select-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.select .select-bg .select-list .select-item .select_item_bg {
  width: 301px;
  height: 102px;
}
.select .select-bg .select-list .select-item .select_item_bg .text_title {
  font-size: 24px;
  line-height: 102px;
}
.select .select-bg .select-list .select-item .text_detail {
  font-size: 20px;
  width: 400px;
  margin-left: 25px;
  margin-top: 10px;
}
.select .select-bg .select-list .select-item .select-icon {
  position: relative;
  top: 8px;
}
.select .select-bg .select-list .select-item .select-text {
  margin-left: 25px;
}
.select .select-bg .select-list .select-item .select-text p {
  color: white;
  width: 219px;
  line-height: 24px;
}
.select .select-bg .select-list .select-item .select-text h3 {
  margin: 0 0 26px 0;
  font-size: 24px;
  color: #25a2fd;
}
.select .select-bg .select-list .bottom-left {
  position: relative;
  right: 50px;
}
.select .select-bg .select-list .bottom-right {
  position: relative;
  left: 50px;
  top: -12px;
}
.dynamic {
  padding-bottom: 79px;
  margin-top: 40px;
}
.dynamic .banner .item {
  height: auto;
  padding: 10px 20px;
}
.dynamic .banner .carousel-control {
  width: 0;
  color: black;
  top: 100%;
  bottom: 0;
}
.dynamic .banner .carousel-control:hover {
  color: #25a2fd;
}
.dynamic .banner .carousel-control:focus {
  color: #25a2fd;
}
.dynamic .banner .left {
  left: 45%;
}
.dynamic .banner .right {
  right: 45%;
}
.dynamic .dynamic-list {
  padding-left: 0;
}
.dynamic .dynamic-list .dynamic-item {
  padding: 41px 32px;
}
.dynamic .dynamic-list .dynamic-item:hover {
  box-shadow: 0 0 5px #e2e2e2;
}
.dynamic .dynamic-list .dynamic-item:hover .dynamic-item-title {
  color: #25a2fd;
}
.dynamic .dynamic-list .dynamic-item:hover .more {
  background: #25a2fd;
  color: white;
  border-color: #25a2fd;
}
.dynamic .dynamic-list .dynamic-item .year {
  color: #666;
  font-size: 14px;
  margin-bottom: 27px;
}
.dynamic .dynamic-list .dynamic-item .month {
  font-size: 24px;
  color: #333;
}
.dynamic .dynamic-list .dynamic-item .line {
  width: 41px;
  border-bottom: 2px solid #b1b1b1;
  margin-bottom: 32px;
}
.dynamic .dynamic-list .dynamic-item .dynamic-item-title {
  margin-bottom: 39px;
}
.dynamic .dynamic-list .dynamic-item .dynamic-item-describe {
  color: #666;
  margin-bottom: 41px;
  height: 60px;
}
.dynamic .dynamic-list .dynamic-item .more {
  display: inline-block;
  width: 70px;
  height: 29px;
  border: solid 1px rbga(102, 102, 102, 0.3);
  background: #366BEE;
  border-radius: 0;
  color: #666;
  font-weight: bold;
  line-height: 29px;
}
.dynamic .dynamic-control .left {
  margin-right: 30px;
}
.dynamic .dynamic-control .right {
  margin-left: 30px;
}
.dynamic .dynamic-control li {
  display: inline-block;
  cursor: pointer;
}
.dynamic .dynamic-control li i {
  font-size: 24px;
}
.dynamic .dynamic-control li:hover i {
  color: #25a2fd;
}
.bg_text_service {
  width: 75%;
  margin-left: 0px;
  margin-top: 120px;
}
.service-box {
  padding: 50px 0 0 0;
}
.service-box .service-page .service-page-item {
  margin-bottom: 50px;
}
.service-box .service-page .service-page-item:hover .service-page-content {
  background: #eeeeee;
}
.service-box .service-page .service-page-item .service-page-pic {
  width: 100%;
  margin-bottom: 0;
  background: white;
  height: 289px;
  position: relative;
}
.service-box .service-page .service-page-item .service-page-pic:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.service-box .service-page .service-page-item .service-page-pic .mask {
  display: table-cell;
  transition: opacity 1s;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
.service-box .service-page .service-page-item .service-page-pic .mask .text {
  vertical-align: middle;
  width: 111px;
  height: 33px;
  border: 1px solid white;
  border-radius: 33px;
  text-align: center;
  color: white;
  line-height: 33px;
  margin: 100px auto;
  font-weight: bold;
}
.service-box .service-page .service-page-item .service-page-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-box .service-page .service-page-item .service-page-content {
  padding: 20px 12px 26px;
}
.service-box .service-page .service-page-item .service-page-content .service-page-title {
  display: block;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  padding-bottom: 17px;
}
.service-box .service-page .service-page-item .service-page-content .service-page-describe {
  font-size: 14px;
  color: #666666;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}
.service-box .service-page .service-page-item .service-page-content .service-page-more {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.cooperation .cooperation-bg {
  height: 821px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 111px;
}
.cooperation .cooperation-bg .home-title {
  margin-top: 0;
}
.cooperation .cooperation-bg .box .swiper-slide {
  padding: 0 12%;
}
.cooperation .cooperation-bg .box .swiper-slide .cooperation-item img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: #fff;
  padding: 20px;
}
.cooperation .cooperation-bg .box .swiper-slide .even {
  margin-top: 75px;
}
.cooperation .cooperation-bg .box .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
}
.cooperation .cooperation-bg .box-xs .cooperation-item {
  margin-bottom: 10px;
}
.cooperation .cooperation-bg .box-xs .cooperation-item img {
  padding: 15px;
  width: 100%;
  height: 80px;
  object-fit: contain;
  background: #fff;
}
.cooperation .cooperation-bg .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #DAEBFF;
  border-radius: 50%;
}
.cooperation .cooperation-bg .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #469DFF;
  border-radius: 50%;
}
.bg_text_dynamic {
  width: 65%;
  margin-left: -50px;
  margin-top: 120px;
}
.dynamic_box {
  position: relative;
}
.dynamic_box .case_bg_img {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.dynamic_box .dynamic {
  margin-top: 40px;
}
.dynamic_box .title_box {
  position: relative;
}
.dynamic_box .title_box .line {
  position: absolute;
  left: 0;
  top: 40px;
  width: 10px;
  height: 42px;
  background: #469DFF;
  border-radius: 3px;
}
.dynamic_box .title_box .title_box_inner {
  margin-left: 20px;
}
.dynamic_box .title_box .title_box_inner h3 {
  font-size: 36px;
}
.dynamic_box .title_box .title_box_inner h4 {
  font-size: 24px;
  font-weight: normal;
}
.dynamic_box .title_box .black_line {
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 20px;
  top: 100px;
}
.dynamic_box .subtitle_box {
  color: #0F0F0F;
  font-size: 24px;
  margin-left: 40px;
  margin-top: 40px;
}
.dynamic_box .dynamic_item_box {
  margin: 10px auto;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner {
  height: 450px;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box {
  padding: 20px;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 20px #ccc;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner .inner_title {
  color: #4F4F6F;
  font-size: 32px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner .inner_date {
  color: #999999;
  font-size: 20px;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner .inner_line {
  width: 80px;
  height: 1px;
  background: #469DFF;
  margin: 20px 0;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner .inner_content {
  font-size: 20px;
  color: #999999;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner button {
  background: #6791FF;
  padding: 5px 18px;
  color: #FFF;
  border: none;
  margin-top: 22px;
  font-size: 20px;
}
.dynamic_box .dynamic_item_box .dynamic_item_inner .item_box .item_box_inner button .more_btn_a {
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}
.dynamic_box .dynamic_item_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #DAEBFF;
}
.dynamic_box .dynamic_item_box .swiper-pagination-bullet-active {
  background: #469DFF;
}
.dynamic-box .dynamic-page .dynamic-page-item {
  padding: 40px 0 0;
}
.dynamic-box .dynamic-page .dynamic-page-item .container {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #f7f7f7;
}
.dynamic-box .dynamic-page .dynamic-page-item:hover {
  background: #f7f7f7;
}
.dynamic-box .dynamic-page .dynamic-page-item .left-label {
  background: white;
  padding-right: 0;
  padding-left: 0;
}
.dynamic-box .dynamic-page .dynamic-page-item .left-label .square {
  border-radius: 2px 0 0 2px;
  height: 170px;
  width: 170px;
  background: #366BEE;
  padding-top: 40px;
  color: white;
}
.dynamic-box .dynamic-page .dynamic-page-item .left-label .square .iconPic i {
  font-size: 36px;
}
.dynamic-box .dynamic-page .dynamic-page-item .time {
  border-radius: 0 2px 2px 0;
  padding-top: 30px;
  background: white;
  padding-left: 0;
  height: 170px;
}
.dynamic-box .dynamic-page .dynamic-page-item .time .month {
  font-size: 24px;
  padding-bottom: 40px;
}
.dynamic-box .dynamic-page .dynamic-page-item .time .year {
  padding-top: 10px;
  display: inline-block;
  border-top: 1px solid #e0e0e0;
}
.dynamic-box .dynamic-page .dynamic-page-item .program-page-content {
  padding-left: 40px;
  padding-top: 15px;
}
.dynamic-box .dynamic-page .dynamic-page-item .program-page-content .page-title {
  text-decoration: none;
  font-size: 20px;
  color: black;
  margin-bottom: 25px;
  display: block;
}
.dynamic-box .dynamic-page .dynamic-page-item .program-page-content .page-describe {
  color: #707070;
  font-size: 14px;
  margin-bottom: 25px;
}
.dynamic-box .dynamic-page .dynamic-page-item .program-page-content .page-more {
  color: #366BEE;
  text-decoration: none;
  border: 1px solid #366BEE;
  border-radius: 4px;
  padding: 5px 18px;
}
.aboutWe-box .aboutWe-title {
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 36px;
  color: #25a2fd;
}
.aboutWe-box .aboutWe-p {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.aboutWe-box .company p {
  line-height: 24px;
  margin-bottom: 30px;
}
.aboutWe-box .bottom {
  margin-top: 90px;
}
.aboutWe-box .product-item .product-bg {
  height: 420px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.aboutWe-box .product-item .product-bg .product-advantage {
  color: white;
  background: #25a2fd;
  font-size: 24px;
  line-height: 62px;
  text-align: center;
  width: 220px;
  height: 62px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutWe-box .product-item .advantage-describe {
  padding: 0 11px;
}
.aboutWe-box .product-item .advantage-describe:before {
  content: '';
  display: block;
  width: 81px;
  height: 2px;
  background: #25a2fd;
  margin: 50px auto;
}
.aboutWe-box .value {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 90px;
  margin-bottom: 40px;
}
.aboutWe-box .value .value-box {
  background: #f7f7f7;
  display: flex;
}
.aboutWe-box .value .value-box .value-pic {
  width: 50%;
  height: 100%;
  position: relative;
}
.aboutWe-box .value .value-box .value-pic .value-pic-text {
  position: absolute;
  bottom: 50px;
  right: 40px;
  font-size: 36px;
  color: white;
}
.aboutWe-box .value .value-box .value-pic img {
  width: 100%;
  height: auto;
}
.aboutWe-box .value .value-box .value-text {
  flex: 1;
  height: 100%;
  padding: 50px;
}
.aboutWe-box .value .value-box .value-text h4 {
  margin-top: 50px;
}
.aboutWe-box .value .value-box .value-text p {
  color: #666666;
}
.bg_text_box {
  padding-top: 100px;
}
.bg_text_relation {
  width: 90%;
  margin-left: 70px;
  margin-top: 100px;
}
.relation_box {
  margin-bottom: 55px;
}
.relation_box h5 {
  color: #999999;
}
.relation_box .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.relation_box .icon_box .line {
  width: 60px;
  border-bottom: 1px solid #000;
}
.relation_box .icon_box .img_box {
  margin-left: 20px;
  margin-right: 20px;
}
.content_box {
  margin-top: 30px;
}
.content_box h3 {
  color: #366BEE;
}
.content_box h3 span {
  color: #999999;
}
.content_box .relation_msg_box {
  color: #666666;
  margin-top: 80px;
}
.content_box .relation_msg_box .msg_phone {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content_box .relation_msg_box .msg_email {
  margin-bottom: 40px;
}
.leave_msg_box {
  margin-bottom: 55px;
}
.leave_msg_box h3 {
  color: #366BEE;
  margin-bottom: 34px;
}
.leave_msg_box h3 span {
  color: #999999;
}
.leave_msg_box .msg_box_outer {
  padding-right: 20px;
}
.leave_msg_box .msg_box_inner {
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leave_msg_box .msg_box_inner input {
  background: #E6E6E6;
  width: 90%;
}
.leave_msg_box .msg_box_inner textarea {
  width: 95%;
  height: 100px;
  resize: none;
  background: #E6E6E6;
}
.leave_msg_box .submit_btn {
  background: #366BEE;
  color: white;
  border: none;
  padding-left: 73px;
  padding-right: 73px;
  height: 38px;
  margin-left: 56px;
  margin-top: 44px;
  font-size: 16px;
}
.relation-box .realtion-bg img {
  width: 100%;
  height: auto;
}
.relation-box .realtion-methods h3 {
  color: #366BEE;
  margin-bottom: 34px;
}
.relation-box .realtion-methods h3 span {
  color: #999999;
}
.relation-box .realtion-methods .methods {
  position: relative;
  top: -130px;
  height: 560px;
  background: white;
  padding: 35px 58px;
}
.relation-box .realtion-methods .methods .en {
  color: #000000;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
  font-size: 14px;
}
.relation-box .realtion-methods .methods h2 {
  font-weight: normal;
}
.relation-box .realtion-methods .methods h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.relation-box .realtion-methods .methods p {
  color: #666666;
  font-size: 16px;
}
.relation-box .realtion-methods .cooperation {
  height: 560px;
}
.relation-box .realtion-methods .cooperation h2 {
  font-weight: normal;
  color: white;
}
.relation-box .realtion-methods .cooperation .en {
  display: inline-block;
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
}
.relation-box .realtion-methods .cooperation label {
  width: 100%;
  display: inline-block;
}
.relation-box .realtion-methods .cooperation :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.relation-box .realtion-methods .cooperation ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.relation-box .realtion-methods .cooperation input:-ms-input-placeholder,
.relation-box .realtion-methods .cooperation textarea:-ms-input-placeholder {
  color: #fff;
}
.relation-box .realtion-methods .cooperation input::-webkit-input-placeholder,
.relation-box .realtion-methods .cooperation textarea::-webkit-input-placeholder {
  color: #fff;
}
.relation-box .realtion-methods .cooperation input {
  width: 50%;
  background: #E6E6E6;
  border: none;
  height: 40px;
  text-indent: 10px;
  margin-bottom: 20px;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.relation-box .realtion-methods .cooperation input::-webkit-input-placeholder {
  color: #999999;
}
.relation-box .realtion-methods .cooperation input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.relation-box .realtion-methods .cooperation input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.relation-box .realtion-methods .cooperation input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.relation-box .realtion-methods .cooperation input[type="submit"] {
  color: #fff;
  background: #366BEE;
  width: 25%;
}
.relation-box .realtion-methods .cooperation br {
  line-height: 0;
}
.relation-box .realtion-methods .cooperation textarea::-webkit-input-placeholder {
  color: #999999;
}
.relation-box .realtion-methods .cooperation textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.relation-box .realtion-methods .cooperation textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.relation-box .realtion-methods .cooperation textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.relation-box .realtion-methods .cooperation textarea {
  resize: none;
  width: 100%;
  background: #E6E6E6;
  border: none;
  height: 122px;
  text-indent: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.big-box {
  height: 1000px;
}
.big-box .date {
  font-size: 24px;
  color: #25a2fd;
}
.big-box .title {
  color: #000000;
  font-size: 20px;
}
.big-box p {
  color: #666;
}
.big-box .air {
  width: auto;
  height: 950px;
  position: relative;
  top: 30px;
}
.big-box .center .line {
  width: 8px;
  height: 800px;
  background: #edf5f8;
  margin: 0 auto;
}
.big-box .right {
  position: relative;
  left: -50px;
  margin-top: 160px;
}
.big-box .right .date:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #25a2fd;
  border-radius: 8px;
  background: white;
  position: relative;
  top: -3px;
  left: -5px;
}
.big-box .right .text-left {
  height: 227px;
}
.big-box .left {
  position: relative;
  right: -50px;
  margin-top: 270px;
}
.big-box .left .date:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #25a2fd;
  border-radius: 8px;
  background: white;
  position: relative;
  top: -3px;
  left: 5px;
}
.big-box .left .text-right {
  height: 227px;
}
.talents-box {
  margin-top: 40px;
  margin-bottom: 60px;
}
.talents-box .talents-text {
  margin-bottom: 60px;
}
.talents-box .talents-text .mail {
  color: #25a2fd;
}
.talents-box .talents-text p {
  font-size: 16px;
  color: #666;
}
.talents-box .talents-text p .bold {
  font-weight: bold;
  color: #666;
}
.talents-box .talents-table .table-box > div:nth-of-type(odd) {
  background: #fff;
}
.talents-box .talents-table .table-box .table-header {
  margin-bottom: 30px;
  font-size: 30px;
  height: 50px;
}
.talents-box .talents-table .table-box .table-body {
  line-height: 70px;
  height: 70px;
  background: #ddf1ff;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
}
.talents-box .talents-table .table-box .table-pull {
  display: none;
}
.talents-box .talents-table .table-box .table-pull .pull-box {
  min-height: 300px;
  border: 4px solid #ddf1ff;
  position: relative;
  top: -4px;
  padding: 30px 0;
}
.talents-box .talents-table .table-box .table-pull p {
  font-size: 16px;
  color: #666666;
}
.talents-box .talents-table .table-box .table-pull div {
  margin-bottom: 10px;
}
.single .single-title {
  margin-bottom: 39px;
}
.single .single-title h1 {
  margin-bottom: 19px;
}
.single .single-title p span {
  color: #666666;
  font-size: 14px;
}
.single .single-content .single-text {
  padding: 0 40px;
  margin-bottom: 153px;
}
.single .single-content .consult {
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
}
.single .single-content .consult-list {
  padding: 0 40px;
}
.single .single-content .consult-list .consult-item {
  font-size: 14px;
  border-bottom: 1px solid #ebe8e1;
  margin-bottom: 10px;
}
.single .single-content .consult-list .consult-item .consult-time {
  float: right;
}
.single .single-content .consult-list .consult-item .consult-title {
  color: black;
  text-decoration: none;
}
.enfont {
  font-family: 华文细黑;
  letter-spacing: 0.06em;
  transform: scale(1, 1.1);
  text-transform: uppercase;
}
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 62px 0;
}
.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.kwicks .kwicks-processed > * {
  margin: 0;
  position: absolute;
}
.kwicks-horizontal > * {
  float: left;
}
.kwicks-horizontal > :first-child {
  margin-left: 0;
}
.kwicks-vertical > :first-child {
  margin-top: 0;
}
.kwicks,
.kwicks > li,
.sermod,
.sermod2 {
  height: 316px;
}
.kwicks > li {
  float: left;
}
.sermod {
  color: #fff;
  width: 225px;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.sermod b {
  position: absolute;
  width: 0;
  right: -12px;
  height: 0;
  top: 50%;
  margin-top: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sermod i {
  display: block;
  padding-top: 20px;
  height: 100px;
  background-position: left 20px;
  background-repeat: no-repeat;
}
.sermod h4 {
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}
.sermod h5 {
  line-height: 45px;
  font-size: 34px;
  margin: 0;
}
.sermod p {
  padding-top: 15px;
  line-height: 21px;
  font-size: 14px;
}
.sermod2 {
  z-index: 0;
  width: 230px;
  float: left;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sermod2 i {
  background: #000;
  left: 0;
  opacity: 0.5;
  filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.sermod2-wrap {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.sermod2-wrap a {
  display: block;
  margin: 0 auto;
  width: 102px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #898b8c;
}
.b1 .sermod2-wrap a:hover {
  border: 1px solid #4f9cdb;
  background: #4f9cdb;
  text-decoration: none;
}
.b2 .sermod2-wrap a:hover {
  border: 1px solid #7b99ee;
  background: #7b99ee;
  text-decoration: none;
}
.b3 .sermod2-wrap a:hover {
  border: 1px solid #50d2b7;
  background: #50d2b7;
  text-decoration: none;
}
.b4 .sermod2-wrap a:hover {
  border: 1px solid #fdad73;
  background: #fdad73;
  text-decoration: none;
}
.sermod.b1 {
  background: #4f9cdb;
}
.sermod.b2 {
  background: #7b99ee;
}
.sermod.b3 {
  background: #50d2b7;
}
.sermod.b4 {
  background: #fdad73;
}
.sermodwrap {
  width: 455px;
}
.sermod.b1 b {
  border-left: 12px solid #4f9cdb;
}
.sermod.b2 b {
  border-left: 12px solid #7b99ee;
}
.sermod.b3 b {
  border-left: 12px solid #50d2b7;
}
.sermod.b4 b {
  border-left: 12px solid #fdad73;
}
.big-event {
  min-height: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 150px;
}
.big-event .big-item {
  width: 360px;
  height: 130px;
}
.big-event .big-item > .title {
  color: #000000;
  font-size: 20px;
}
.big-event .big-item > .date {
  font-size: 24px;
  color: #25a2fd;
}
.big-event .big-item > p {
  color: #666;
}
.big-event .big-item:nth-child(odd) {
  text-align: left;
  margin-left: 55%;
}
.big-event .big-item:nth-child(odd) > .date .arrows {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/big-right.png');
  background-size: contain;
  position: relative;
  top: -7px;
  left: -138px;
}
.big-event .big-item:nth-child(odd) > .date:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #25a2fd;
  border-radius: 8px;
  background: white;
  position: relative;
  top: -3px;
  left: -5px;
}
.big-event .big-item:nth-child(even) {
  text-align: right;
  margin-left: 12%;
  position: relative;
  top: 10px;
}
.big-event .big-item:nth-child(even) > .date {
  position: relative;
  left: 58px;
}
.big-event .big-item:nth-child(even) > .date > .arrows {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/big-left.png');
  background-size: contain;
  position: relative;
  top: -7px;
  left: 19px;
}
.big-event .big-item:nth-child(even) > .date > .number:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #25a2fd;
  border-radius: 8px;
  background: white;
  position: relative;
  top: -3px;
  left: 5px;
}
.aid-box {
  padding: 50px 0 0 0;
}
.aid-box .aid-page .aid-page-item {
  margin-bottom: 50px;
}
.aid-box .aid-page .aid-page-item .aid-page-pic {
  width: 100%;
  margin-bottom: 0;
  background: white;
  height: 167px;
  position: relative;
}
.aid-box .aid-page .aid-page-item .aid-page-pic .mask {
  display: table-cell;
  transition: opacity 1s;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
.aid-box .aid-page .aid-page-item .aid-page-pic .mask .text {
  vertical-align: middle;
  width: 111px;
  height: 33px;
  border: 1px solid white;
  border-radius: 33px;
  text-align: center;
  color: white;
  line-height: 33px;
  margin: 100px auto;
  font-weight: bold;
}
.aid-box .aid-page .aid-page-item .aid-page-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aid-box .aid-page .aid-page-item .aid-page-content {
  padding: 20px 12px 26px;
}
.aid-box .aid-page .aid-page-item .aid-page-content .aid-page-title {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  text-decoration: none;
  margin-bottom: 17px;
  min-height: 54px;
}
.aid-box .aid-page .aid-page-item .aid-page-content .aid-page-describe {
  font-size: 14px;
  color: #666666;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}
.aid-box .aid-page .aid-page-item .aid-page-content .aid-page-more {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.aid-box .aid-page .aid-page-item:hover .aid-page-content {
  background: #eeeeee;
}
.aid-box .aid-page .aid-page-item:hover .aid-page-pic .mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
/*# sourceMappingURL=./sangou.css.map */