@charset "gb2312";
/* ���� common */
body {
  background-color: #ffffff;
}
.load {
  line-height: 100px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  color: #268ff7;
}
.load .loading {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
  border: 5px solid rgba(38, 143, 247, 0.42);
  border-top: 5px solid #268ff7;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.read_more {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #268ff7;
  width: 100%;
}
.read_more:hover {
  color: #FFFFFF;
  font-weight: bolder;
  background-color: rgba(38, 143, 247, 0.8);
}
.section_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.section_title h1 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-end;
}
.section_title h1 em {
  font-weight: bolder;
  font-size: 36px;
  color: #424242;
  letter-spacing: 2px;
}
.section_title h1 i {
  font-size: 10px;
  color: #7e7e7e;
  margin: 0 5px 2px;
}
.section_title h1 .line {
  flex-grow: 1;
  display: block;
  margin-bottom: 2px;
  height: 1px;
  background-color: #7e7e7e;
}
.section_title .more {
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 15px;
  text-align: center;
  font-weight: bolder;
  color: #FFFFFF;
  background-color: #268ff7;
  transition: 300ms;
}
.section_title .more:hover {
  border-radius: 50%;
}
/* ���� section_content */
.section_content {
  background: url("../images/bg_1.png") no-repeat top center;
  height: 720px;
  padding-top: 75px;
  margin: -57px auto 0;
}
.section_content .main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.section_content .main .l_box {
  width: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.section_content .main .l_box .btn_box {
  margin-bottom: 17px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.section_content .main .l_box .btn_box .logo {
  background: url("../images/logo.png") no-repeat;
  width: 237px;
  display: inline-block;
  height: 141px;
}
.section_content .main .l_box .btn_box .download {
  background: url("../images/download.png") no-repeat;
  width: 237px;
  display: inline-block;
  height: 141px;
  cursor: pointer;
}
.section_content .main .l_box .btn_box .download:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.section_content .main .l_box .am_swiper {
  width: 100%;
  position: relative;
  max-height: 512px;
}
.section_content .main .l_box .am_swiper .swiper-pagination {
  width: 95%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.section_content .main .l_box .am_swiper .swiper-pagination .swiper-pagination-bullet {
  transition: 300ms;
  position: relative;
  width: 30px;
  height: 10px;
  transform: skewX(-30deg);
  border-radius: unset;
  background-color: #ffffff;
  opacity: 1;
}
.section_content .main .l_box .am_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #268ff7;
}
.section_content .main .r_box {
  width: 700px;
}
.section_content .main .r_box .article_list {
  display: flex;
  flex-direction: column;
}
.section_content .main .r_box .article_list li {
  background-color: #eaebef;
  margin-bottom: 18px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: row;
}
.section_content .main .r_box .article_list li .img_box {
  width: 210px;
  height: 140px;
  line-height: 140px;
  overflow: hidden;
}
.section_content .main .r_box .article_list li .img_box:hover img {
  transform: scale(1.05);
}
.section_content .main .r_box .article_list li .img_box img {
  transition: 100ms;
  width: 100%;
  vertical-align: middle;
}
.section_content .main .r_box .article_list li .text_box {
  width: 490px;
}
.section_content .main .r_box .article_list li .text_box:hover p,
.section_content .main .r_box .article_list li .text_box:hover h2 {
  color: black;
}
.section_content .main .r_box .article_list li .text_box h2 {
  font-size: 18px;
  color: #666666;
  padding: 10px 20px;
  font-weight: bolder;
}
.section_content .main .r_box .article_list li .text_box p {
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.section_content .main .r_box .article_list li .text_box p:hover {
  color: black;
}
.section_content .main .r_box .article_list li.headline .text_box h2 {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.62);
}
.section_content .main .r_box .article_list li a:hover {
  color: unset;
}
.section_content .main .r_box .read_more {
  margin-top: 7px;
}
/* ����� section_welfare */
.section_welfare {
  background-color: #eaebef;
}
.section_welfare .main {
  padding: 40px 0 50px;
}
.section_welfare .main .swiper_box {
  position: relative;
  margin: 40px auto 0;
}
.section_welfare .main .swiper_box .welfare_swiper {
  width: 90%;
  margin: 0 auto;
}
.section_welfare .main .swiper_box .welfare_swiper ul li {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section_welfare .main .swiper_box .welfare_swiper ul li a {
  display: block;
}
.section_welfare .main .swiper_box .welfare_swiper ul li:hover .img_box img {
  transform: scale(1.05);
}
.section_welfare .main .swiper_box .welfare_swiper ul li .img_box {
  border: 4px solid #268ff7;
  width: 324px;
  overflow: hidden;
  text-align: center;
}
.section_welfare .main .swiper_box .welfare_swiper ul li .img_box img {
  transition: 300ms;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.section_welfare .main .swiper_box .welfare_swiper ul li .date {
  font-size: 20px;
  margin-top: 20px;
  color: #424242;
}
.section_welfare .main .swiper_box .next,
.section_welfare .main .swiper_box .prev {
  background: url("../images/icon_1.png") no-repeat;
  width: 42px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 35px;
  opacity: 1;
}
.section_welfare .main .swiper_box .next:hover,
.section_welfare .main .swiper_box .prev:hover {
  cursor: pointer;
  opacity: 0.9;
}
.section_welfare .main .swiper_box .next {
  left: unset;
  transform: rotate(180deg);
  right: 0;
}
/* ������ͼ section_maps */
.section_maps {
  margin: 40px auto;
  min-height: 534px;
}
.section_maps .nav_box {
  position: absolute;
  top: 10px;
  left: 230px;
  display: flex;
}
.section_maps .nav_box li {
  color: #7e7e7e;
  margin-right: 25px;
  font-size: 18px;
  font-weight: bolder;
}
.section_maps .nav_box li.on,
.section_maps .nav_box li:hover {
  color: #288bee;
  border-bottom: 3px solid #288bee;
  padding-bottom: 4px;
  cursor: pointer;
}
.section_maps .item_box .item {
  display: none;
  margin: 10px auto 24px;
}
.section_maps .item_box .item.on {
  display: block;
}
.section_maps .item_box .item .search_box {
  background-color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_maps .item_box .item .search_box .keyword {
  height: 100%;
  padding: 0 10px;
  background-color: unset;
  font-size: 15px;
}
.section_maps .item_box .item .search_box .keyword::placeholder {
  color: rgba(169, 169, 169, 0.64);
}
.section_maps .item_box .item .search_box .search_btn {
  background: url("../images/btn_search.png") no-repeat;
  width: 18px;
  height: 18px;
  padding-right: 30px;
}
.section_maps .item_idea .type_box,
.section_maps .item_map .type_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 24px;
  background-color: #eaebef;
  padding: 10px 20px;
}
.section_maps .item_idea .type_box ul,
.section_maps .item_map .type_box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.section_maps .item_idea .type_box ul li,
.section_maps .item_map .type_box ul li {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-right: 5px;
  transform: skewX(-30deg);
}
.section_maps .item_idea .type_box ul li.on,
.section_maps .item_map .type_box ul li.on,
.section_maps .item_idea .type_box ul li:hover,
.section_maps .item_map .type_box ul li:hover {
  background-color: #268ff7;
  cursor: pointer;
}
.section_maps .item_idea .type_box ul li i,
.section_maps .item_map .type_box ul li i {
  transform: skewX(30deg);
  display: block;
  padding: 5px 15px;
  font-size: 14px;
}
.section_maps .item_idea .content ul,
.section_maps .item_map .content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.section_maps .item_idea .content ul li,
.section_maps .item_map .content ul li {
  color: #666666;
  font-size: 16px;
  text-align: center;
  width: 23%;
  margin-bottom: 20px;
  background-color: black;
}
.section_maps .item_idea .content ul li .img_box,
.section_maps .item_map .content ul li .img_box {
  width: 100%;
  position: relative;
  height: 178px;
  overflow: hidden;
}
.section_maps .item_idea .content ul li .img_box::after,
.section_maps .item_map .content ul li .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.section_maps .item_idea .content ul li .text_box,
.section_maps .item_map .content ul li .text_box {
  width: 245px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 14px;
  padding-bottom: 17px;
}
.section_maps .item_idea .content ul li .text_box .name,
.section_maps .item_map .content ul li .text_box .name {
  margin: 15px 0 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.8;
}
.section_maps .item_idea .content ul li .text_box .name em,
.section_maps .item_map .content ul li .text_box .name em {
  color: #b70000;
}
.section_maps .item_idea .content ul li .text_box .author,
.section_maps .item_map .content ul li .text_box .author {
  font-size: 13px;
  color: #c4c9cf;
  margin: 15px 0 10px;
}
.section_maps .item_idea .content ul li .text_box .tag_box,
.section_maps .item_map .content ul li .text_box .tag_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section_maps .item_idea .content ul li .text_box .tag_box span,
.section_maps .item_map .content ul li .text_box .tag_box span {
  font-size: 13px;
  color: #c4c9cf;
  display: inline-block;
  padding: 7px 5px;
  border: 1px solid #35414d;
  margin-right: 5px;
  margin-top: 5px;
}
.section_maps .item_idea .content ul li a,
.section_maps .item_map .content ul li a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.section_maps .item_idea .content ul li a img,
.section_maps .item_map .content ul li a img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  display: block;
}
.section_maps .item_idea .content ul li a:hover,
.section_maps .item_map .content ul li a:hover {
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  transition: hover 1s linear 0ms;
  -webkit-animation: hover 1s linear 0ms;
}
.section_maps .item_idea .content ul li a:hover .img_box::after,
.section_maps .item_map .content ul li a:hover .img_box::after {
  background: none;
}
.section_maps .item_idea .content ul li a:hover .name,
.section_maps .item_map .content ul li a:hover .name {
  opacity: 1;
}
.section_maps .item_idea .content ul li.l_ele,
.section_maps .item_map .content ul li.l_ele {
  margin-bottom: 0;
  height: 0;
}
.section_maps .item_new .search_box {
  background-color: #eaebef !important;
  padding: 10px 20px;
}
.section_maps .item_new .search_box input {
  width: 100%;
}
.section_maps .item_new .content .new_ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px;
}
.section_maps .item_new .content .new_ul li {
  margin-top: 23px;
  width: 100%;
  background-color: #111c2e;
}
.section_maps .item_new .content .new_ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_maps .item_new .content .new_ul li a .l_box {
  width: 324px;
  text-align: center;
  margin-bottom: -2px;
}
.section_maps .item_new .content .new_ul li a .l_box img {
  width: 100%;
}
.section_maps .item_new .content .new_ul li a .r_box {
  width: 830px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  color: #c4c9cf;
  padding: 10px 20px;
}
.section_maps .item_new .content .new_ul li a .r_box h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.section_maps .item_new .content .new_ul li a .r_box .data {
  width: 80%;
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section_maps .item_new .content .new_ul li a .r_box .info {
  line-height: 1.8;
  margin-bottom: 25px;
}
.section_maps .item_new .content .new_ul li a .r_box .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.section_maps .item_new .content .new_ul li a .r_box .bottom .residue {
  font-size: 18px;
  color: #de882c;
  margin-right: 20px;
}
.section_maps .item_new .content .new_ul li a .r_box .bottom button {
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 2px;
}
.section_maps .item_new .content .new_ul li a .r_box .bottom .btn_order {
  background-color: #357ede;
}
.section_maps .item_new .content .new_ul li a .r_box .bottom .btn_exp {
  margin-left: 8px;
  background-color: #00a3e3;
}
.section_maps .item_idea {
  margin-top: 30px !important;
}
/* ��Ʒ�ص� section_features */
.section_features {
  padding: 40px 0 60px;
  background-color: #eaebef;
}
.section_features .main .nav_box {
  display: flex;
  flex-direction: row;
  margin: 42px 20px 24px;
}
.section_features .main .nav_box li {
  cursor: pointer;
}
.section_features .main .nav_box li.off {
  transform: skewX(-45deg);
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 25px;
  background-color: #268ff7;
  margin-right: 10px;
}
.section_features .main .nav_box li.off i {
  transform: skewX(45deg);
  display: block;
}
.section_features .main .nav_box li.on {
  cursor: pointer;
  color: #000000;
  background-color: #FFFFFF;
}
.section_features .main .banner_box {
  height: 677px;
  overflow: hidden;
}
.section_features .main .banner_box img {
  width: 100%;
}
/* �������� friendship */
.friendship {
  padding: 60px 0;
}
.friendship .section_title {
  background: url("../images/icon_2.png") no-repeat left bottom;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.friendship .section_title h1 {
  font-size: 24px;
  color: #272a2c;
  padding-left: 10px;
  border-left: 3px solid #268ff7;
}
.friendship .links {
  display: flex;
}
.friendship .links a {
  display: block;
  color: #272a32;
  font-size: 14px;
  margin-right: 30px;
  position: relative;
}
.friendship .links a:hover {
  color: #268ff7;
}
.friendship .links a:hover::after {
  color: #272a32;
}
.friendship .links a::after {
  content: '|';
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}
.friendship .links a:nth-last-child(1)::after {
  display: none;
}
/*����*/
@-webkit-keyframes hover {
  0% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes hover {
  0% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.95);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.95);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/*# sourceMappingURL=main.css.map */