.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.read_more_btn {
  display: block;
  width: 120px;
  margin: 0 auto;
  line-height: 32px;
  border-radius: 100px;
  border: 1px solid #1f3684;
  background-color: transparent;
  color: #1f3684 !important;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.read_more_btn img {
  margin-left: 10px;
  vertical-align: middle;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.首页-banner .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.首页-banner .item img {
  width: 100%;
  vertical-align: middle;
}
.首页-banner .banner-next,
.首页-banner .banner-prev {
  width: 51px;
  height: 86px;
  background: url(../image/banner-l1.png) no-repeat center;
  background-size: 100%;
}
.首页-banner .banner-next {
  right: 5%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.首页-banner .banner-prev {
  left: 5%;
}
.首页-banner .banner-page {
  width: 100%;
  top: auto;
  bottom: 28px;
}
.首页-banner .banner-page .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: #fff;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.首页-banner .banner-page .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #f67c00;
}
.section {
  padding-top: 80px;
  background-color: #fff;
}
.首页_title {
  position: relative;
  z-index: 10;
  text-align: center;
}
.首页_title .t {
  color: #222222;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Archivo-Bold';
  display: inline-block;
  line-height: 1;
  margin-bottom: 0px;
}
.首页_title .t .red {
  color: #1f3684;
}
.首页_title .sub_t {
  font-size: 14px;
  color: #888888;
}
.首页_title .line {
  width: 56px;
  height: 2px;
  display: block;
  margin: 10px auto;
  background-color: #1f3684;
}
.首页-service-list {
  margin-top: 110px;
}
.首页-service-list li {
  width: 20%;
  float: left;
  text-align: center;
}
.首页-service-list li:hover p {
  color: #1f3684;
}
.首页-service-list li a {
  display: block;
}
.首页-service-list li img {
  max-width: 100%;
}
.首页-service-list li p {
  margin-top: 20px;
  font-size: 16px;
  color: #27292c;
  font-family: 'Archivo-Bold';
}
.首页-advantage .advantage-wp {
  margin-top: 56px;
}
.首页-advantage .advantage-wp .leo_panel {
  width: 50%;
  float: left;
}
.首页-advantage .advantage-wp .leo_panel .cover {
  max-width: 100%;
}
.首页-advantage .advantage-wp .leo_panel .ys_item {
  position: relative;
  width: 50%;
  padding: 18.225% 0;
  min-height: 100px;
  float: left;
  background-color: #fff;
  background-size: cover;
  color: #fff;
}
.首页-advantage .advantage-wp .leo_panel .ys_item:hover .text {
  bottom: 46px;
}
.首页-advantage .advantage-wp .leo_panel .ys_item:nth-child(1) {
  width: 100%;
}
.首页-advantage .advantage-wp .leo_panel .ys_item .text {
  position: absolute;
  bottom: 36px;
  left: 74px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.首页-advantage .advantage-wp .leo_panel .ys_item .text .ico {
  margin-bottom: 26px;
  display: block;
  width: 40px;
}
.首页-advantage .advantage-wp .leo_panel .ys_item .text .ico img {
  width: 100%;
}
.首页-advantage .advantage-wp .leo_panel .ys_item .text h4 {
  margin-bottom: 5px;
  font-size: 30px;
  font-family: 'Archivo-Bold';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.首页-advantage .advantage-wp .leo_panel .ys_item .text p {
  width: 80%;
  font-size: 16px;
}
.首页-route {
  position: relative;
  padding-bottom: 52%;
}
.首页-route .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.首页-procedure {
  height: 710px;
  background-color: #eee;
}
.首页-procedure .process_wrapper {
  margin-top: 72px;
}
.首页-procedure .procedure_list {
  position: relative;
  z-index: 10;
  text-align: center;
}
.首页-procedure .procedure_list dd {
  width: 244px;
  height: 204px;
  margin: 0 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.首页-procedure .procedure_list dd:hover .info {
  color: #213884;
}
.首页-procedure .procedure_list dd:hover .info .default {
  display: none;
}
.首页-procedure .procedure_list dd:hover .info .hover {
  display: inline-block;
}
.首页-procedure .procedure_list dd .info {
  width: 80%;
  margin-top: 26px;
  margin-left: 18%;
  text-align: center;
  color: #000;
}
.首页-procedure .procedure_list dd .info .default {
  display: inline-block;
}
.首页-procedure .procedure_list dd .info .hover {
  display: none;
}
.首页-procedure .procedure_list dd .info .t {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Archivo-Bold';
}
.首页-procedure .procedure_list dd .info p {
  width: 70%;
  margin: 0 auto;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.首页-procedure .procedure_list .procedure_1 {
  background-image: url(../image/H_procedure_01.png);
}
.首页-procedure .procedure_list .procedure_1:hover {
  background-image: url(../image/H_procedure_01_hover.png);
}
.首页-procedure .procedure_list .procedure_2 {
  background-image: url(../image/H_procedure_02.png);
}
.首页-procedure .procedure_list .procedure_2:hover {
  background-image: url(../image/H_procedure_02_hover.png);
}
.首页-procedure .procedure_list .procedure_3 {
  background-image: url(../image/H_procedure_03.png);
}
.首页-procedure .procedure_list .procedure_3:hover {
  background-image: url(../image/H_procedure_03_hover.png);
}
.首页-procedure .procedure_list .procedure_4 {
  background-image: url(../image/H_procedure_04.png);
}
.首页-procedure .procedure_list .procedure_4:hover {
  background-image: url(../image/H_procedure_04_hover.png);
}
.首页-procedure .procedure_list .procedure_5 {
  background-image: url(../image/H_procedure_05.png);
}
.首页-procedure .procedure_list .procedure_5:hover {
  background-image: url(../image/H_procedure_05_hover.png);
}
.首页-procedure .procedure_list .procedure_6 {
  background-image: url(../image/H_procedure_06.png);
}
.首页-procedure .procedure_list .procedure_6:hover {
  background-image: url(../image/H_procedure_06_hover.png);
}
.首页-procedure .procedure_list .procedure_7 {
  background-image: url(../image/H_procedure_07.png);
}
.首页-procedure .procedure_list .procedure_7:hover {
  background-image: url(../image/H_procedure_07_hover.png);
}
.首页-procedure .procedure_list .procedure_8 {
  background-image: url(../image/H_procedure_08.png);
}
.首页-procedure .procedure_list .procedure_8:hover {
  background-image: url(../image/H_procedure_08_hover.png);
}
.首页-procedure .procedure_list .procedure_9 {
  background-image: url(../image/H_procedure_09.png);
}
.首页-procedure .procedure_list .procedure_9:hover {
  background-image: url(../image/H_procedure_09_hover.png);
}
.首页-case {
  padding-top: 106px;
}
.case_wrapper {
  margin-top: 56px;
}
.case_wrapper .case_item {
  display: table;
  width: 100%;
  position: relative;
}
.case_wrapper .case_item:nth-child(1) .info {
  padding-left: 64px;
}
.case_wrapper .case_item:nth-child(2) .info {
  margin-left: 28%;
  width: 78%;
  padding-right: 130px;
}
.case_wrapper .case_item .leo_panel {
  position: relative;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.case_wrapper .case_item .info {
  width: 74%;
  box-sizing: border-box;
}
.case_wrapper .case_item .info:hover h4 a {
  color: #1f3684;
}
.case_wrapper .case_item .info h4 a {
  font-size: 30px;
  color: #000;
  font-family: 'Archivo-Bold';
}
.case_wrapper .case_item .info ul {
  margin-top: 52px;
}
.case_wrapper .case_item .info div {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  /*padding-left: 22px;*/
  /*background: url(../image/icon_star.png) no-repeat top 3px left 4px;*/
     white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 20px 0;
    line-height: 36px;
}
.case_wrapper .case_item .img {
  width: 100%;
}
.case_wrapper .case_item .img img {
  width: 100%;
}
.首页-about {
  position: relative;
  padding-bottom: 118px;
}
.首页-about .首页-about-container {
  display: table;
  margin-top: 60px;
}
.首页-about .首页-about-container .video_l {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.首页-about .首页-about-container .info_r {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-right: 92px;
}
.首页-about .videoBox {
  position: relative;
  cursor: pointer;
}
.首页-about .videoBox .cover {
  position: absolute;
  z-index: 5;
  box-shadow: -20px 20px #dddddd;
}
.首页-about .videoBox img {
  width: 100%;
}
.首页-about .about_c .img {
  margin-bottom: 18px;
}
.首页-about .about_c .img img {
  width: 140px;
}
.首页-about .about_c .dec {
  height: 188px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}
.首页-about .about_c .more_about {
  width: 160px;
  height: 40px;
  text-align: center;
  display: block;
  margin-top: 60px;
  margin-bottom: 94px;
  line-height: 40px;
  text-transform: uppercase;
  border: 1px solid #1f3684;
  font-size: 14px;
  color: #1f3684;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.首页-about .about_c figure img {
  width: 100%;
}
.首页-about .tell {
  margin-top: 36px;
  text-align: center;
}
.首页-about .tell img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.首页-about .tell .hotline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
  font-size: 14px;
  line-height: 0.8;
  text-align: left  ;
}
.首页-about .tell .hotline b {
  font-family: 'Archivo-Bold';
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.首页-about .tell .phone-num {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Archivo-Bold';
  font-size: 48px;
  line-height: 1;
  color: #1f3684;
}
.首页-news {
  padding-bottom: 160px;
}
.news_body .news_item {
  margin-top: 40px;
}
.news_body .news_item ul {
  margin: 0 -20px;
}
.news_body .news_item li {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
  width: 33.333%;
}
.news_body .news_item li:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.news_body .news_item li:hover .info .t {
  color: #1f3684;
}
.news_body .news_item li .img {
  overflow: hidden;
}
.news_body .news_item li .img img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.news_body .news_item li .info {
  position: relative;
  padding: 36px 30px;
  height: 376px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f8f8f8;
}
.news_body .news_item li .info .t {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Archivo-Bold';
  color: #000;
}
.news_body .news_item li .info p {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.news_body .news_item li .info .time {
  display: inline-block;
  color: #888888;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.首页-partners {
  padding-bottom: 80px;
  background-color: #f4f4f4;
}
.首页-partners .swiper-partner {
  margin-top: 48px;
}
.首页-partners .swiper-partner .item {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.首页-partners .swiper-partner .item img {
  width: 100%;
}
.首页-partners .swiper-partner .pagination-partner {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.首页-partners .swiper-partner .pagination-partner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #0a0c12;
  box-sizing: border-box;
}
.首页-partners .swiper-partner .pagination-partner .swiper-pagination-bullet-active {
  background-color: #0a0c12;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 70%;
  position: fixed;
  z-index: 60;
  top: 10%;
  left: 50%;
  margin-left: -35%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
