/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url(../font/Poppins-Regular.ttf);
}
body,*{
  font-family:'Poppins', sans-serif,Arial !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.maximg img{
  max-width: 100%;
  height: auto !important;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_padding {
  padding: 100px 0 60px;
}
.container_content_padding {
  padding-top: 60px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
  transition: 0.4s ease-in;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.uppercase {
  text-transform: uppercase;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.row {
  margin: 0;
  padding: 0;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
}
.lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes biger {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-aos="fadeInLeft"] {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition-property: transform, opacity;
}
[data-aos="fadeInLeft"].aos-animate {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.paging {
  margin-bottom: 40px;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #000;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #3D86C4;
  border-color: #3D86C4;
}
.head {
  text-align: center;
  margin-bottom: 60px;
}
.head .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #3D86C4;
}
.head .sub_head {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 20px auto;
}
.modal {
  padding: 0;
}
.glyphicon-file:before,.glyphicon-folder-open:before,.glyphicon-trash:before{
  display: none;
}
/*.modal .modal-content {
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}*/
.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #3D86C4;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #3D86C4;
}
.mui_player_video {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.mui_player_video .mplayer-header {
  display: none !important;
}
.mui_player_video .mplayer-error {
  display: none;
}
.mui_player_video .mplayer-footer {
  display: none;
}
.mui_player_video .mplayer-loading {
  display: none;
}
.mui_player_video .progress {
  background: none;
  box-shadow: none;
}
.mui_player_video .close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 3;
  background: #f5f5f5;
}
.mui_player_video .close .iconfont {
  font-size: 36px;
  color: #111;
  font-weight: 500;
}
.openMuiPlayer {
  visibility: initial;
  opacity: 1;
}
.index .index_demo {
  height: 100vh;
}
.index .index_demo .item {
  position: relative;
}
.index .index_demo .echarts_item {
  height: 100vh;
}
.index .index_demo .echarts_item #pie {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .index_demo .echarts_item .menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  padding: 0 10px;
}
.index .index_demo .echarts_item .menu .content {
  text-align: center;
  padding: 40px 0;
  cursor: pointer;
  transition: 0.4s ease;
}
.index .index_demo .echarts_item .menu .content .icon .iconfont {
  display: inline-block;
  font-size: 54px;
  font-weight: 500;
  color: #848484;
}
.index .index_demo .echarts_item .menu .content .lead {
  font-size: 28px;
  color: #848484;
  font-weight: 500;
  margin-top: 10px;
}
.index .index_demo .echarts_item .menu .content:hover {
  transform: translateY(-10px);
}
.index .index_demo .echarts_item .menu .content:hover .iconfont,
.index .index_demo .echarts_item .menu .content:hover .lead {
  color: #3D86C4;
}
.index .index_demo .video_item {
  height: 100vh;
}
.index .index_demo .video_item .operate {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s ease;
}
.index .index_demo .video_item .operate .head .title,
.index .index_demo .video_item .operate .head .sub_head {
  color: #fff;
}
.index .index_demo .video_item .operate .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .index_demo .video_item .operate .play .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}
.index .index_demo .video_item .operate .play .icon .iconfont {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.index .index_demo .video_item .operate .play .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  animation: biger 2s infinite;
}
.index .index_demo .video_item .operate .play .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  animation: biger 2s infinite;
}
.index .index_demo .video_item .operate .more {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.index .index_demo .video_item .operate .more .link {
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 4px;
  border: 1px solid #fff;
  position: relative;
}
.index .index_demo .video_item .operate .more .link .text,
.index .index_demo .video_item .operate .more .link .iconfont {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.index .index_demo .video_item .operate .more .link .text {
  padding-right: 6px;
}
.index .index_demo .video_item .operate .more .link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
}
.index .index_demo .video_item .operate .more .link:hover .text,
.index .index_demo .video_item .operate .more .link:hover .iconfont {
  color: #3D86C4;
}
.index .index_demo .video_item .operate .more .link:hover::before {
  background: #fff;
  width: 100%;
}
.index .index_demo .video_item .operate_show {
  opacity: 0;
}
.index .index_demo .spread .spread_item .box {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.index .index_demo .spread .spread_item .box .icon .iconfont {
  font-size: 46px;
  font-weight: 500;
  color: #ABABAB;
}
.index .index_demo .spread .spread_item .box .title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin: 20px 0;
}
.index .index_demo .spread .spread_item .box .more {
  margin-top: 50px;
}
.index .index_demo .spread .spread_item .box .more .link {
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 4px;
  border: 1px solid #9E9E9E;
  position: relative;
  z-index: 1;
}
.index .index_demo .spread .spread_item .box .more .link .text,
.index .index_demo .spread .spread_item .box .more .link .iconfont {
  font-size: 16px;
  font-weight: 500;
  color: #9E9E9E;
}
.index .index_demo .spread .spread_item .box .more .link .text {
  padding-right: 6px;
}
.index .index_demo .spread .spread_item .box .more .link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
}
.index .index_demo .spread .spread_item .box .more .link:hover {
  border-color: #3D86C4;
}
.index .index_demo .spread .spread_item .box .more .link:hover .text,
.index .index_demo .spread .spread_item .box .more .link:hover .iconfont {
  color: #fff;
}
.index .index_demo .spread .spread_item .box .more .link:hover::before {
  background: #3D86C4;
  width: 100%;
}
.index .index_demo .spread .spread_item .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
}
.index .index_demo .spread .spread_item .box .bg .cover_box {
  height: 100%;
}
.index .index_demo .spread .spread_item .box .bg .cover_box .cover {
  height: 100%;
}
.index .index_demo .spread .spread_item .box .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #3d86c400 0%, #3d86c4 100%);
}
.index .index_demo .spread .active .box .icon .iconfont {
  color: #fff;
}
.index .index_demo .spread .active .box .title {
  color: #fff;
}
.index .index_demo .spread .active .box .more .link {
  border-color: #fff;
}
.index .index_demo .spread .active .box .more .link .text,
.index .index_demo .spread .active .box .more .link .iconfont {
  color: #fff;
}
.index .index_demo .spread .active .box .bg {
  opacity: 1;
}
.index .index_demo .news_item {
  height: 100vh;
  padding: 150px 0 100px;
}
.index .index_demo .news_item .head .title {
  color: #000;
}
.index .index_demo .news_item .head .sub_head {
  color: #B2B2B2;
}
.index .index_demo .news_item .main .col_md {
  padding: 0 24px;
}
.index .index_demo .news_item .main .left {
  padding: 10px;
  transition: 0.6s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.index .index_demo .news_item .main .left .news_swiper .left_item:hover .cover {
  transform: scale(1.05);
}
.index .index_demo .news_item .main .left:hover {
  background: #3D86C4;
}
.index .index_demo .news_item .main .right .content {
  display: none;
}
.index .index_demo .news_item .main .right .active {
  display: block;
}
.index .index_demo .news_item .main .right .date .day {
  font-size: 68px;
  font-weight: 600;
  color: #3D86C4;
  transition: 0.3s ease-out;
}
.index .index_demo .news_item .main .right .date .year {
  font-size: 22px;
  font-weight: 600;
  color: #979797;
}
.index .index_demo .news_item .main .right .title {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
}
.index .index_demo .news_item .main .right .more {
  margin: 20px 0;
  display: inline-block;
}
.index .index_demo .news_item .main .right .more .link {
  border: 1px solid #CCCCCC;
  width: 210px;
  padding: 16px 0;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.index .index_demo .news_item .main .right .more .link span {
  position: relative;
  font-size: 16px;
  color: #676767;
}
.index .index_demo .news_item .main .right .more .link span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  width: 16px;
  height: 2px;
  background: #676767;
}
.index .index_demo .news_item .main .right .more .link span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 16px;
  height: 2px;
  background: #676767;
}
.index .index_demo .news_item .main .right .more .link:hover {
  background: #3D86C4;
}
.index .index_demo .news_item .main .right .more .link:hover span {
  color: #fff;
}
.index .index_demo .news_item .main .right .more .link:hover span::after,
.index .index_demo .news_item .main .right .more .link:hover span::before {
  background: #fff;
}
.index .index_demo .news_item .main .right .menu {
  margin-top: 10px;
  transform: translateX(-10px);
}
.index .index_demo .news_item .main .right .menu .col_md {
  padding: 0 10px;
}
.index .index_demo .news_item .main .right .menu .item {
  padding: 8px;
  background: #F6F6F6;
  cursor: pointer;
  transition: 0.2s ease-out;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.index .index_demo .news_item .main .right .menu .item:hover .cover {
  transform: scale(1.05);
}
.index .index_demo .news_item .main .right .menu .active {
  background: #3D86C4;
}
.index .index_demo .footer_item {
  height: 420px;
}
.index .index_demo .swiper-pagination {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 20;
}
.index .index_demo .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  opacity: 1;
  margin: 20px 0;
  position: relative;
  background: none;
}
.index .index_demo .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
}
.index .index_demo .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
}
.index .index_demo .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.index .index_demo .index_pagination_default .swiper-pagination-bullet::after {
  background: #3D86C4;
}
.index .index_demo .index_pagination_default .swiper-pagination-bullet-active::before {
  border-color: #3D86C4;
}
.index .index_demo .language {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10;
}
.footer {
  background: #F8F8F8;
  border-top: 1px solid #E2E2E2;
}
.footer .main {
  padding: 80px 0 40px;
}
.footer .main .list .title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
}
.footer .main .list .ul {
  margin-top: 10px;
}
.footer .main .list .ul .li .link {
  font-size: 14px;
  line-height: 24px;
  color: #BCBCBC;
  font-weight: 500;
  padding: 6px 0;
  transition: 0.3s ease-out;
}
.footer .main .list .ul .li .link .iconfont {
  padding-right: 4px;
}
.footer .main .list .ul .li .link:hover {
  transform: skew(6deg) translateX(10px);
  color: #3D86C4;
}
.footer .main .right .lead {
  padding: 10px 0;
  color: #BCBCBC;
  text-align: center;
}
.footer .copyright {
  border-top: 1px solid #E2E2E2;
  padding: 24px 0;
  text-align: center;
}
.footer .copyright span,
.footer .copyright .link {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  padding: 0 5px;
}
.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  padding: 0 10px;
}
.banner .content .title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.banner .content .lead {
  color: #fff;
  margin: 16px 0;
  width: 50%;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20;
  transition: 0.4s ease-out;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  flex: none;
  height: 50px;
}
.header .content .logo .cover {
  width: 118px;
  height: 50px;
  object-fit: contain;
}
.header .content .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .content .right .nav {
  display: flex;
  align-items: center;
  transition: 0.6s ease-in-out;
}
.header .content .right .nav .li {
  padding: 0 12px;
  position: relative;
}
.header .content .right .nav .li .link {
  font-size: 16px;
  color: #000;
  padding: 23px 10px;
  font-weight: 500;
}
.header .content .right .nav .li .link:hover {
  color: #3D86C4;
}
.header .content .right .nav .active .link {
  color: #3D86C4;
  font-weight: 600;
}
.header .content .right .search {
  padding: 8px 10px;
  border-radius: 50%;
  background: #3D86C4;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.header .content .right .search .iconfont {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.header .content .right .search:hover {
  background: #fff;
}
.header .content .right .search:hover .iconfont {
  color: #3D86C4;
}
.header .content .right .language_wrap {
  margin-left: 24px;
  display: flex;
  justify-content: flex-end;
}
.header .content .right .language_wrap .wrap {
  position: relative;
}
.header .content .right .language_wrap .wrap .select {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  background: #3D86C4;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.header .content .right .language_wrap .wrap .select .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .wrap .select .text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 0 6px;
}
.header .content .right .language_wrap .wrap .select .iconfont {
  margin-top: 2px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.header .content .right .language_wrap .wrap .select:hover {
  background: #3D86C4;
}
.header .content .right .language_wrap .wrap .select:hover .text,
.header .content .right .language_wrap .wrap .select:hover .iconfont {
  color: #fff;
}
.header .content .right .language_wrap .wrap .select:hover .iconfont {
  transform: rotate(-180deg);
}
.header .content .right .language_wrap .language_list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #3D86C4;
  display: none;
  padding: 6px 0;
}
.header .content .right .language_wrap .language_list .li .link {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
}
.header .content .right .language_wrap .language_list .li .link .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .language_list .li .link .text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 6px;
}
.header .content .right .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .content .right .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .content .right .menu .lis:nth-child(1) {
  top: 0;
}
.header .content .right .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .content .right .menu .lis:nth-child(3) {
  top: 98%;
}
.header .content .right .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .content .right .active .lis:nth-child(2) {
  display: none;
}
.header .content .right .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header_200 {
  background: rgba(255, 255, 255, 0.8);
}
.header_400 {
  background: rgba(255, 255, 255, 0.9);
}
.header_600 {
  background: #ffffff;
}
.title_line {
  height: 1px;
  margin: 20px 0 30px;
  position: relative;
}
.title_line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-5px);
  width: 10%;
  height: 5px;
  border-radius: 6px;
  background: #3D86C4;
}
.crumbs .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs .list a {
  width: auto;
  padding: 19px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.crumbs .list .iconfont {
  padding: 0 6px;
}
.crumbs .list .iconfont{
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.crumbs .list .link:hover .iconfont{
  color: #3D86C4;
  font-weight: 600;
}
.search_crumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_crumbs .right_search {
  padding: 20px 0;
}
.search_crumbs .right_search .search_item {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 45px;
  overflow: hidden;
}
.search_crumbs .right_search .search_item .search_input {
  border: 0;
  outline: 0;
  height: 40px;
  padding: 0 20px;
  width: 340px;
  font-size: 16px;
  font-weight: 500;
}
.search_crumbs .right_search .search_item .search_input:focus {
  border: 0;
  box-shadow: none;
}
.search_crumbs .right_search .search_item .search_icon {
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #C8C8C8;
  cursor: pointer;
  background: none;
  border: none;
}
.search_crumbs .right_search .search_item .search_icon:hover {
  color: #3D86C4;
}
.classify {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.classify .item {
  margin: 0 20px 20px 0;
}
.classify .item .link {
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 180px;
  text-align: center;
  background: #F3F3F3;
}
.classify .active .link {
  background: #3D86C4;
  color: #fff;
}
.about_us .main .desc {
  padding: 40px 0 100px;
}
.about_us .main .desc .cover_wrap {
  position: relative;
}
.about_us .main .desc .cover_wrap .cover1 {
  width: 90%;
}
.about_us .main .desc .cover_wrap .cover1 .cover {
  height: 100%;
}
.about_us .main .desc .cover_wrap .cover2 {
  position: absolute;
  right: -5%;
  bottom: -10%;
}
.about_us .main .desc .cover_wrap .cover2 .cover {
  height: 100%;
}
.about_us .main .desc .content {
  padding-left: 80px;
  padding-top: 30px;
}
.about_us .main .desc .content .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_us .main .desc .content .wrap {
  margin-top: 30px;
}
.about_us .main .desc .content .lead,
.about_us .main .desc .content p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
.about_us .main .our_vision .head .title {
  color: #fff;
}
.about_us .main .our_vision .head .sub_head {
  color: #fff;
}
.about_us .main .our_vision .list {
  padding: 80px 0 40px;
}
.about_us .main .our_vision .list .item {
  height: 300px;
  text-align: center;
  box-shadow: 0 0 46px #00000026;
  padding: 10px 30px;
  border-radius: 100px 0;
}
.about_us .main .our_vision .list .item .icon {
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  animation: our_sinion1 4s infinite linear alternate-reverse;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.about_us .main .our_vision .list .item .icon .iconfont {
  font-size: 40px;
  color: #3D86C4;
}
.about_us .main .our_vision .list .item .content {
  transform: translateY(-20px);
}
.about_us .main .our_vision .list .item .title {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
}
.about_us .main .our_vision .list .item .lead {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  min-height: 56px;
}
.about_us .main .our_vision .list .item .more {
  margin-top: 30px;
  text-align: center;
}
.about_us .main .our_vision .list .item .more .link {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us .main .our_vision .list .item .more .link .text,
.about_us .main .our_vision .list .item .more .link .iconfont {
  padding: 0 3px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.about_us .main .our_vision .list .item .more:hover .link .text,
.about_us .main .our_vision .list .item .more:hover .link .iconfont {
  color: #3D86C4;
}
.about_us .main .our_vision .list .col_md:nth-child(1) .item {
  background: linear-gradient(219.63deg, #c7df8f 0%, #1ea4ae 100%);
}
.about_us .main .our_vision .list .col_md:nth-child(2) .item {
  background: linear-gradient(45deg, #d74177 0%, #ffe98a 100%);
}
.about_us .main .our_vision .list .col_md:nth-child(3) .item {
  background: linear-gradient(44.37deg, #bec95b 0%, #ffc400 100%);
}
.about_us .main .our_vision .list .col_md:nth-child(4) .item {
  background: linear-gradient(44.37deg, #d18cf3 0%, #73b8fe 100%);
}
.about_us .main .philosophy {
  padding-bottom: 100px;
}
.about_us .main .philosophy .right {
  position: relative;
}
.about_us .main .philosophy .right .cover_box {
  width: 96%;
}
.about_us .main .philosophy .right .cover_box .cover {
  animation: animateCover 4s infinite linear alternate-reverse;
}
.about_us .main .philosophy .right::before {
  content: '';
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 70%;
  height: 40%;
  z-index: -1;
  background: #3D86C4;
}
.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 83%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
/*.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}*/
.product .list {
  padding: 40px 0 0;
}
.product .list .item {
  margin-bottom: 30px;
}
.product .list .item .link {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 14px;
  background: #fff;
  border-radius: 3px;
  transition: 0.6s ease;
  border: 4px solid #fff;
}
.product .list .item .link .cover_box .cover {
  max-height: 370px;
}
.product .list .item .link .title {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.product .list .item .link:hover {
  border-color: #3D86C4;
  transform: translateY(-6px);
}
.product .list .item .link:hover .title {
  color: #3D86C4;
}
.product_details .classify {
  justify-content: center;
}
.product_details .main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
.product_details .main .product_swiper .product_content {
  padding: 2px;
}
.product_details .main .product_swiper .product_content .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product_details .main .product_swiper .product_content .item .cover_box .cover {
  height: 500px;
}
.product_details .main .product_swiper .menu_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details .main .product_swiper .menu_wrap .arrow {
  width: 24px;
  height: 96px;
  line-height: 96px;
  font-size: 16px;
  color: #fff;
  background: #E5E5E5;
  text-align: center;
  flex: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.product_details .main .product_swiper .menu_wrap .arrow:hover {
  background: #3D86C4;
}
.product_details .main .product_swiper .menu_wrap .product_menu {
  flex: 1;
  padding: 2px 10px;
}
.product_details .main .product_swiper .menu_wrap .product_menu .item {
  border: 4px solid #fff;
  cursor: pointer;
}
.product_details .main .product_swiper .menu_wrap .product_menu .item .cover_box .cover {
  width: 100%;
  height: 88px;
}
.product_details .main .product_swiper .menu_wrap .product_menu .active {
  border-color: #3D86C4;
}
.product_details .main .product_swiper .content {
  padding: 10px 30px;
}
.product_details .main .product_swiper .content .title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.product_details .main .product_swiper .content .title_line {
  background: rgba(0, 0, 0, 0.1);
}
.product_details .main .product_swiper .content .lead,
.product_details .main .product_swiper .content p,
.product_details .main .product_swiper .content span {
  color: #5D5D5D;
  margin-bottom: 20px;
}
.product_details .main .product_swiper .content .btn_box .link {
  width: auto;
  background: #B5B5B5;
  padding: 12px 0;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
  margin: 40px 20px 20px 0;
}
.product_details .main .product_swiper .content .btn_box .link .text,
.product_details .main .product_swiper .content .btn_box .link .iconfont {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.product_details .main .product_swiper .content .btn_box .link:hover {
  background: #3D86C4;
}
.product_details .main .product_presentation {
  padding: 40px 10px;
}
.product_details .main .product_presentation .title_line {
  background: rgba(0, 0, 0, 0.1);
}
.product_details .main .product_presentation .lead,
.product_details .main .product_presentation p,
.product_details .main .product_presentation span {
  margin-bottom: 10px;
}
.product_details .main .product_presentation .picture {
  margin-top: 40px;
}
.news .main {
  display: none;
}
.news .main .introduction {
  padding: 30px 0;
}
.news .main .introduction .cover_box {
  height: 460px;
}
.news .main .introduction .cover_box .cover {
  height: 100%;
}
.news .main .introduction .content {
  padding: 20px 0;
}
.news .main .introduction .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
}
.news .main .introduction .content .date {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 28px;
  padding: 16px 0;
}
.news .main .introduction .content .lead {
  font-size: 16px;
  line-height: 34px;
  color: #9F9F9F;
}
.news .main .introduction .content .btn_box {
  padding-top: 30px;
}
.news .main .introduction .content .btn_box .link {
  padding: 16px 0;
  max-width: 200px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #3D86C4;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.news .main .introduction .content .btn_box .link .text {
  padding-right: 10px;
}
.news .main .introduction .content .btn_box .link:hover {
  background: #3D86C4;
}
.news .main .introduction .swiper_page {
  width: 50%;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.news .main .news_list {
  margin-top: 30px;
}
.news .main .news_list .item {
  margin-bottom: 30px;
}
.news .main .news_list .item .link {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}
.news .main .news_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #3D86C4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.news .main .news_list .item .link .date .year {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.news .main .news_list .item .link .date .time {
  font-size: 14px;
  color: #fff;
}
.news .main .news_list .item .link .cover_box {
  height: 280px;
}
.news .main .news_list .item .link .cover_box .cover {
  height: 100%;
}
.news .main .news_list .item .link .content {
  padding: 20px 0;
}
.news .main .news_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.news .main .news_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.news .main .news_list .item .link:hover {
  background: #3D86C4;
}
.news .main .news_list .item .link:hover .cover {
  transform: scale(1.05);
}
.news .main .news_list .item .link:hover .date {
  opacity: 1;
}
.news .main .news_list .item .link:hover .content .name {
  color: #fff;
}
.news .main .news_list .item .link:hover .content .lead {
  color: #fff;
}
.news .active {
  display: block;
}
.details {
  background: #FBFBFB;
}
.details .main {
  padding: 50px 0 40px;
}
.details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
}
.details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.details .main .content p,
.details .main .content div,
.details .main .content span.lead {
  font-size: 16px;
  line-height: 32px;
  color: #464646;
  margin-bottom: 10px;
}
.details .main .content .cover_box {
  margin: 20px 0;
  width: 96%;
}
.casetitle{
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact_us .main .information .title {
  text-align: center;
}
.contact_us .main .information .subhead {
  font-size: 16px;
  line-height: 26px;
  color: #B8B8B8;
  text-align: center;
  padding: 10px 0;
}
.contact_us .main .information .mobile {
  text-align: center;
  font-size: 26px;
  color: #3D86C4;
  font-weight: 600;
  margin-top: 20px;
}
.contact_us .main .information .list {
  margin-top: 30px;
  padding: 30px 0;
}
.contact_us .main .information .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 122px;
  display: flex;
  transition: 0.7s ease-in-out;
}
.contact_us .main .information .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact_us .main .information .list .item .content {
  padding-left: 20px;
}
.contact_us .main .information .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .information .list .item .content .text,.contact_us .main .information .list .item .content a{
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.contact_us .main .information .list .item:hover {
  background: #3D86C4;
}
.contact_us .main .information .list .item:hover .icon .iconfont {
  color: #fff;
}
.contact_us .main .information .list .item:hover .content .name {
  color: #fff;
}
.contact_us .main .information .list .item:hover .content .text,.contact_us .main .information .list .item:hover .content a {
  color: #fff;
}
.contact_us .main .information .map {
  height: 540px;
  margin-top: 20px;
  background: #F5F5F5;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .left_cover .cover {
  object-fit: contain;
}
.contact_us .main .message_box .right_content {
  padding: 30px 0;
}
.contact_us .main .message_box .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #3D86C4;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 480px;
  height: 480px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.data_upload .main .row {
  padding: 0;
}
.data_upload .main .col_md {
  padding: 0;
}
.data_upload .main .left {
  position: relative;
}
.data_upload .main .left .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
.data_upload .main .left .cover_box .cover {
  height: 100vh;
}
.data_upload .main .left .content {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.data_upload .main .left .content .title {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0;
}
.data_upload .main .left .content .lead {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.data_upload .main .right {
  padding: 30px 50px;
}
.data_upload .main .right .title {
  margin-bottom: 20px;
}
.data_upload .main .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DCDCDC;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 0 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.data_upload .main .right .item .icon {
  flex: none;
}
.data_upload .main .right .item .icon .iconfont {
  font-size: 20px;
  color: #A5A5A5;
  font-weight: 500;
}
.data_upload .main .right .item .input_box {
  flex: 1;
}
.data_upload .main .right .item .input_box .input {
  height: 44px;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-left: 16px;
}
.data_upload .main .right .item .input_box .input:focus {
  box-shadow: none;
}
.data_upload .main .right .select_item {
  position: relative;
  padding: 0;
}
.data_upload .main .right .select_item .icon {
  position: absolute;
  position: 50%;
  left: 20px;
  z-index: 1;
}
.data_upload .main .right .select_item .layui-input {
  padding: 0 20px 0 55px;
  height: 44px;
}
.data_upload .main .right .select_item .layui-form-select dl {
  top: 44px;
  padding: 0;
}
.data_upload .main .right .select_item .layui-form-select dl dd.layui-this {
  color: #3D86C4;
}
.data_upload .main .right .upload_item {
  padding: 20px 20px 30px;
  flex-direction: column;
}
.data_upload .main .right .upload_item .lead {
  width: 100%;
  font-size: 16px;
  color: #BFBFBF;
  line-height: 24px;
  text-align: left;
}
.data_upload .main .right .upload_item .upload {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 24px 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.data_upload .main .right .upload_item .upload .iconfont {
  font-size: 36px;
  font-weight: 500;
  color: #A5A5A5;
}
.data_upload .main .right .btn_item {
  margin-top: 30px;
  text-align: center;
}
.data_upload .main .right .btn_item .submit_btn {
  background: #3D86C4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  margin: 0 10px;
  opacity: 1;
}
.data_upload .main .right .btn_item .link {
  width: auto;
  background: #D56300;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  margin: 0 10px;
  opacity: 1;
}
.data_upload .main .data_list {
  padding: 30px 50px;
}
.data_upload .main .data_list .title {
  margin-bottom: 20px;
}
.data_upload .main .data_list .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.data_upload .main .data_list .list .item .cover_box {
  width: 68px;
}
.data_upload .main .data_list .list .item .link {
  width: 120px;
  text-align: center;
  background: #3D86C4;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
}
.data_upload .main .data_list .list .item .content {
  flex: 1;
  padding: 0 20px;
}
.data_upload .main .data_list .list .item .content .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
}
.data_upload .main .data_list .list .item .content .size,
.data_upload .main .data_list .list .item .content .date {
  font-size: 14px;
  color: #BFBFBF;
  font-weight: 500;
}
.data_upload .main .data_list .list .item .content .date {
  margin-top: 20px;
}
.data_upload .main .data_list .list .btn_item {
  margin-top: 30px;
  text-align: right;
}
.data_upload .main .data_list .list .btn_item .link {
  width: auto;
  background: #3D86C4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  margin: 0 10px;
  opacity: 1;
}
