@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.intitle h3 {
  font-size: 72px;
  color: #ddd;
  font-weight: bold;
}
.intitle h2 {
  font-size: 36px;
  font-weight: bold;
}
.intitle p {
  color: #aaa;
}
.more1 a {
  display: flex;
  justify-content: space-between;
  color: #1f6dea;
  border: solid 1px #1f6dea;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  transition: all 0.5s;
}
.more1 a:hover {
  background-color: #1f6dea;
  color: #fff;
}
.rentopheight {
  height: 100px;
}
/* 头部 */
.header {
  position: relative;
  z-index: 99999999;
}
.header .navbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .navbox .pctop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header .navbox .pctop .logo .colour-logo {
  display: none;
}
.header .navbox .pctop .logo .white-logo {
  display: block;
}
.header .navbox .pctop .pcnav {
  display: flex;
  padding-right: 60px;
  align-items: center;
}
.header .navbox .pctop .pcnav ul {
  display: flex;
}
.header .navbox .pctop .pcnav ul li {
  line-height: 100px;
  margin: 0 30px;
  overflow: hidden;
}
.header .navbox .pctop .pcnav ul li a {
  color: #fff;
}
.header .navbox .pctop .pcnav ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #1f6dea;
  opacity: 0;
  transition: all 0.5s;
  width: 0;
}
.header .navbox .pctop .pcnav ul li a:hover::after {
  opacity: 1;
  width: 100%;
}
.header .navbox .pctop .pcnav ul .active a {
  color: #1f6dea !important;
}
.header .navbox .pctop .pcnav ul .active a::after {
  background: #1f6dea !important;
  width: 100% !important;
  opacity: 1;
}
.header .navbox .pctop .pcnav .onpcnav {
  margin: 0 30px;
}
.header .navbox .pctop .pcnav .onpcnav a i {
  font-size: 26px;
  color: #fff;
  line-height: 60px;
}
.header .pcnavbg .navbox {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header .pcnavbg .navbox .pctop .pcnav ul li a {
  color: #333;
}
.header .pcnavbg .navbox .pctop .pcnav ul li a:hover {
  color: #1f6dea;
}
.header .pcnavbg .navbox .pctop .pcnav .onpcnav a i {
  color: #333;
}
.header .pcnavbg .navbox .logo .colour-logo {
  display: block;
}
.header .pcnavbg .navbox .logo .white-logo {
  display: none;
}
.header .pcnavbg .sidebar-search {
  color: #333;
}
.header .sidebar-search {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  z-index: 99;
}
.header .sidebar-search i {
  font-size: 26px;
  cursor: pointer;
}
.header .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 98;
}
.header .sidebar .sidebar-nav {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.header .sidebar .sidebar-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.header .sidebar .sidebar-nav ul li a {
  color: #fff;
}
.header .sidebar .sidebar-nav ul li a:hover {
  color: #ddd;
}
.header .sidebar .sidebar-nav ul li a i {
  display: block;
  font-size: 26px;
  padding-bottom: 10px;
}
.header .sidebar .sidebar-nav ul li a b {
  font-weight: normal;
  font-size: 16px;
}
.header .header-search {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.header .header-search .layui-form-select dl dd.layui-this {
  background-color: #1f6dea;
}
.header .header-search .w1800 {
  position: relative;
  height: 100%;
}
.header .header-search .search-close {
  position: absolute;
  top: 40px;
  right: 0;
}
.header .header-search .search-close i {
  cursor: pointer;
  font-size: 26px;
}
.header .header-search .search-input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  color: #808080;
  padding-bottom: 25px;
}
.header .header-search .search-input i {
  font-size: 32px;
}
.header .header-search .search-input .layui-input {
  text-align: center;
  border: none;
  font-size: 60px;
  line-height: 70px;
  height: 70px;
  color: #808080;
}
.header .header-search .search-input .layui-btn-normal {
  width: 130px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 24px;
  background-color: #1f6dea;
  border-radius: 10px;
}
.header .header-search .search-input .layui-select-title .layui-input {
  font-size: 30px;
}
.header .banner .swiper-pagination {
  bottom: 70px;
  left: 5%;
  text-align: left;
}
.header .banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.header .banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #1f6dea;
  background: #1f6dea;
}
.header .banner .swiper-slide img {
  width: 100%;
}
.header .banner .swiper-title {
  position: absolute;
  bottom: 70px;
  right: 10%;
  color: #fff;
  z-index: 9999;
}
.header .banner .swiper-title b {
  font-size: 48px;
}
.header .banner .swiper-icon {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  color: #fff;
}
.header .banner .swiper-icon i {
  font-size: 30px;
}
.header .banner .con {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
.header .banner .con p {
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  .header .banner .swiper-pagination {
    bottom: 0.3rem;
    left: 0;
    text-align: center;
  }
  .header .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border: 0.03rem solid #fff;
  }
  .header .banner .con {
    position: absolute;
    top: 1.2rem;
    left: 10%;
    transform: translate(0, 0);
    color: #fff;
    font-size: 0.3rem;
  }
  .header .banner .con p {
    padding: 0.05rem 0;
  }
  .rentopheight {
    height: 1rem;
  }
  .mnavbox .sp_header {
    height: 1rem;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  .mnavbox .sp_logo {
    padding: 0.1rem;
    line-height: 1rem;
  }
  .mnavbox .sp_logo img {
    height: 0.8rem;
  }
  .mnavbox .sp_nav {
    width: 0.5rem;
    float: right;
    position: relative;
    cursor: pointer;
    height: 0.3rem;
  }
  .mnavbox .sp_nav span {
    display: block;
    background: #1f6dea;
    width: 0.3rem;
    height: 2px;
    position: absolute;
    left: 0.1rem;
    transition: all ease 0.35s;
  }
  .mnavbox .sp_nav span:nth-of-type(1) {
    top: 0px;
  }
  .mnavbox .sp_nav span:nth-of-type(2) {
    top: 0.1rem;
  }
  .mnavbox .sp_nav span:nth-of-type(3) {
    top: 0.2rem;
  }
  .mnavbox .sp_nav_se span:nth-of-type(1) {
    top: 0.1rem;
    transform: rotate(45deg);
  }
  .mnavbox .sp_nav_se span:nth-of-type(2) {
    width: 0;
  }
  .mnavbox .sp_nav_se span:nth-of-type(3) {
    top: 0.1rem;
    transform: rotate(-45deg);
  }
  .mnavbox .sjj_nav {
    position: fixed;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: calc(100% - 1rem);
    font-size: 0.24rem;
    line-height: 0.6rem;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
  }
  .mnavbox .nav_show {
    top: 1rem;
  }
  .mnavbox .sjj_nav .active a {
    color: #1f6dea;
  }
  .mnavbox .sjj_nav ul li i {
    position: absolute;
    top: 0.07rem;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 0.7rem;
    padding: 0px 0.15rem;
  }
  .mnavbox .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
  }
  .mnavbox .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
  }
  .mnavbox .sjj_nav ul li {
    border-top: 1px #f5f5f5 solid;
    margin-left: 0.2rem;
    position: relative;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .mnavbox .sjj_nav > ul > li:last-child {
    border-bottom: 1px #f5f5f5 solid;
  }
  .mnavbox .sjj_nav ul li ul {
    display: none;
  }
  .mnavbox .sjj_nav ul li a {
    color: #666;
    width: 80%;
  }
  .mnavbox .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }
  .mnavbox .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
  }
  .mnavbox .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #1f6dea;
  }
  .mnavbox .sjj_nav ul li ul li > ul {
    margin-left: 10px;
  }
  .mnavbox .mnav-foot {
    padding: 0.5rem 0;
  }
  .mnavbox .mnav-foot dl {
    display: flex;
    justify-content: space-around;
  }
  .mnavbox .mnav-foot dl dd a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #808080;
  }
  .mnavbox .mnav-foot dl dd a i {
    font-size: 0.5rem;
  }
  .mnavbox .mnav-foot dl dd a b {
    font-size: 0.26rem;
  }
  .mnavbox .mnav-search {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 0.1rem 0.3rem 0.1rem 0.1rem;
  }
  .mnavbox .mnav-search i {
    position: static !important;
    border: none !important;
    height: auto !important;
    font-size: 0.32rem;
  }
  .mnavbox .mnav-search .layui-input {
    background-color: #f5f5f5;
    border: none;
    text-align: center;
    height: 0.5rem;
  }
  .mnavbox .mnav-search .layui-form-select {
    height: 0.5rem;
  }
  .mnavbox .mnav-search .layui-form-select dl dd.layui-this {
    background-color: #1f6dea;
  }
}
/* 关于我们 */
.inabout {
  background: #f6f7f9 url(../images/p2-2.jpg) no-repeat left top;
  position: relative;
  overflow: hidden;
}
.inabout .w1800 {
  position: relative;
  z-index: 2;
}
.inabout .about {
  width: 50%;
  padding-top: 130px;
}
.inabout .about .item-con {
  color: #808080;
  line-height: 36px;
}
.inabout .video {
  position: absolute;
  width: 570px;
  top: 150px;
  left: 60%;
  overflow: hidden;
  border-radius: 20px;
}
.inabout .video .item-img {
  position: relative;
  cursor: pointer;
}
.inabout .video .item-img .item-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inabout .parameter {
  width: 60%;
  margin: 70px 0;
}
.inabout .parameter ul {
  display: flex;
  justify-content: space-between;
}
.inabout .parameter ul li {
  color: #808080;
}
.inabout .parameter ul li h3 i {
  font-size: 48px;
  color: #1f6dea;
  font-weight: bold;
}
.inabout .parameter ul li h3 span {
  margin-left: 10px;
}
.inabout .parameter ul li p {
  margin-top: 10px;
}
.inabout .imgbg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #1f6dea;
}
.inabout .imgbg img {
  height: 100%;
  object-fit: cover;
}
.pc-display {
  display: block;
}
.m-display {
  display: none;
}
.imgbox {
  overflow: hidden;
}
.imgbox img {
  transition: all 0.5s;
}
.imgbox:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 769px) {
  .intitle h3 {
    font-size: 0.8rem;
  }
  .intitle h2 {
    font-size: 0.4rem;
  }
  .more1 a {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    justify-content: center;
  }
  .inabout .w1800 {
    position: relative;
    z-index: 2;
  }
  .inabout .about {
    width: 100%;
    padding-top: 0.9rem;
  }
  .inabout .about .item-con {
    line-height: 0.5rem;
  }
  .inabout .video {
    position: static;
    width: 100%;
    text-align: center;
  }
  .inabout .video img {
    width: 100%;
  }
  .inabout .parameter {
    width: 100%;
    margin: 0.7rem 0 0 0;
  }
  .inabout .parameter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inabout .parameter ul li {
    width: 45%;
    margin-bottom: 0.7rem;
  }
  .inabout .parameter ul li h3 i {
    font-size: 0.5rem;
  }
  .inabout .parameter ul li h3 span {
    margin-left: 0.1rem;
  }
  .inabout .parameter ul li p {
    margin-top: 0.1rem;
  }
  .inabout .imgbg {
    display: none;
  }
  .pc-display {
    display: none;
  }
  .m-display {
    display: block;
  }
}
/* 热门产品 */
.inpro {
  padding: 80px 0;
}
.inpro .intitle {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 30px;
}
.inpro .intitle .more {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.inpro .intitle .more a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #1f6dea;
  color: #1f6dea;
  text-align: center;
  transition: all 0.5s;
}
.inpro .intitle .more a:hover {
  background: #1f6dea;
  color: #fff;
}
.inpro .inprotab .tag_nav {
  width: 33%;
  background: #f9f9f9;
  float: left;
}
.inpro .inprotab .tag_nav ul li {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ddd;
  cursor: pointer;
  position: relative;
}
.inpro .inprotab .tag_nav ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.inpro .inprotab .tag_nav ul li .item-fl {
  font-size: 72px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  width: 100px;
  box-sizing: border-box;
}
.inpro .inprotab .tag_nav ul li .item-con {
  position: relative;
  z-index: 1;
  width: calc(100% - 160px);
}
.inpro .inprotab .tag_nav ul li .item-con h3 {
  font-size: 24px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inpro .inprotab .tag_nav ul li .item-con p {
  font-size: 14px;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inpro .inprotab .tag_nav ul li .item-fr {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0);
}
.inpro .inprotab .tag_nav ul li .item-fr i {
  font-size: 20px;
  color: #aaa;
}
.inpro .inprotab .tag_nav ul .active,
.inpro .inprotab .tag_nav ul li:hover {
  color: #fff;
}
.inpro .inprotab .tag_nav ul .active::before,
.inpro .inprotab .tag_nav ul li:hover::before {
  width: 100%;
  background-color: #1f6dea;
}
.inpro .inprotab .tag_nav ul .active .item-con h3,
.inpro .inprotab .tag_nav ul li:hover .item-con h3 {
  color: #fff;
}
.inpro .inprotab .tag_nav ul .active .item-con p,
.inpro .inprotab .tag_nav ul li:hover .item-con p {
  color: #fff;
}
.inpro .inprotab .tag_nav ul .active .item-fr,
.inpro .inprotab .tag_nav ul li:hover .item-fr {
  background-color: #fff;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.8);
}
.inpro .inprotab .tag_con {
  float: right;
  width: 50%;
}
.inpro .inprotab .tag_con .item-con h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0;
}
.inpro .inprotab .tag_con .item-con h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: url(../images/line1.png) no-repeat left center;
  margin-top: 10px;
}
.inpro .inprotab .tag_con .item-con p {
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #808080;
}
.inpro .inprotab .tag_con .item-img {
  width: 70%;
  margin-top: 60px;
  padding: 30px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.inpro .inprotab .tag_con .item-img::after {
  content: '';
  display: block;
  width: 367px;
  height: 270px;
  background: url(../images/p3-2.png) no-repeat left center;
  position: absolute;
  right: -140px;
  bottom: -60px;
}
.inpro .inprotab .tag_con .item-img img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .inpro {
    padding: 0.8rem 0;
  }
  .mpro .mpro-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f6dea;
    color: #fff;
    padding: 0.3rem 0.5rem;
  }
  .mpro .mpro-top .item-fl {
    font-size: 0.7rem;
    font-weight: bold;
    width: 1rem;
  }
  .mpro .mpro-top .item-con {
    flex: 1;
    width: calc(100% - 2rem);
  }
  .mpro .mpro-top .item-con h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.34rem;
    font-weight: bold;
  }
  .mpro .mpro-top .item-con p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.24rem;
  }
  .mpro .mpro-top .item-fr {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 0.1rem 0.02rem rgba(255, 255, 255, 0.8);
  }
  .mpro .mpro-top .item-fr i {
    color: #1f6dea;
    font-size: 0.2rem;
  }
  .mpro .mpro-con {
    background-color: #f9f9f9;
    padding: 0.5rem;
  }
  .mpro .mpro-con .item-con h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .mpro .mpro-con .item-con h3::after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.06rem;
    background: url(../images/line1.png) no-repeat left center;
    margin-top: 0.1rem;
    background-size: 100%;
  }
  .mpro .mpro-con .item-con p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    overflow: hidden;
    height: 1.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #808080;
  }
  .mpro .mpro-more {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #1f6dea;
    color: #fff;
    text-align: center;
    margin-top: 0.3rem;
    border-radius: 50px;
  }
  .mpro .mpro-more a {
    display: block;
    color: #fff;
  }
}
/* 优势 */
.inadvantage {
  background: #2b74e7;
  background-size: 100% 100%;
  padding: 40px 0 100px 0;
}
.inadvantage .intitle {
  position: relative;
}
.inadvantage .intitle h3 {
  opacity: 0.2;
  position: absolute;
}
.inadvantage .intitle h2 {
  color: #fff;
  padding-top: 70px;
}
.inadvantage .intitle p {
  color: #fff;
}
.inadvantage ul {
  display: flex;
  justify-content: space-between;
}
.inadvantage ul li {
  width: 20%;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 130px;
}
.inadvantage ul li .item-img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background-color: #2b74e7;
}
.inadvantage ul li .item-img img {
  mix-blend-mode: screen;
}
.inadvantage ul li .item-con {
  padding-top: 60px;
}
.inadvantage ul li .item-con h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .inadvantage {
    padding: 0.4rem 0 1rem 0;
  }
  .inadvantage .intitle h3 {
    opacity: 0.2;
    position: absolute;
  }
  .inadvantage .intitle h2 {
    padding-top: 0.7rem;
  }
  .inadvantage ul {
    flex-wrap: wrap;
  }
  .inadvantage ul li {
    width: 45%;
    padding: 0.3rem;
    margin-top: 1.5rem;
  }
  .inadvantage ul li .item-img {
    top: -1rem;
    width: 2rem;
  }
  .inadvantage ul li .item-con {
    padding-top: 0.6rem;
  }
  .inadvantage ul li .item-con h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
/* 新闻 */
.innew {
  padding: 50px 0;
}
.innew .innew-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.innew .innew-top .intitle {
  position: relative;
}
.innew .innew-top .intitle h3 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}
.innew .innew-top .intitle h2 {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
.innew .innew-top .intitle p {
  position: relative;
  z-index: 2;
}
.innew .innew-nav ul {
  display: flex;
  align-items: center;
}
.innew .innew-nav ul li {
  margin: 0 30px;
}
.innew .innew-nav ul li::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
}
.innew .innew-nav ul li:last-child::after {
  display: none;
}
.innew .innew-nav ul li:hover::after {
  background-color: #1f6dea;
}
.innew .innew-nav ul li a:hover {
  color: #1f6dea;
}
.innew .innew-con {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.innew .innew-con .innew-fl {
  width: 35%;
}
.innew .innew-con .innew-fl .item-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.innew .innew-con .innew-fl .item-con {
  box-shadow: 0px 0px 10px 0px #d7d7d7;
  padding: 20px;
}
.innew .innew-con .innew-fl .item-con h3 {
  font-size: 18px;
  font-weight: bold;
}
.innew .innew-con .innew-fl .item-con p {
  font-size: 14px;
  color: #aaa;
  margin: 20px 0;
}
.innew .innew-con .innew-fl .item-con .time {
  display: flex;
  justify-content: space-between;
  color: #aaa;
}
.innew .innew-con .innew-fl .item-con .time span {
  font-size: 12px;
}
.innew .innew-con .innew-fl .item-con .time i {
  font-size: 12px;
}
.innew .innew-con .innew-fr {
  width: 57%;
}
.innew .innew-con .innew-fr .innew-fr-imglist {
  margin-bottom: 30px;
}
.innew .innew-con .innew-fr .innew-fr-imglist ul {
  display: flex;
  justify-content: space-between;
}
.innew .innew-con .innew-fr .innew-fr-imglist ul li {
  width: 30%;
}
.innew .innew-con .innew-fr .innew-fr-imglist ul li .item-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.innew .innew-con .innew-fr .innew-fr-imglist ul li .item-con h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  margin: 15px 0;
}
.innew .innew-con .innew-fr .innew-fr-imglist ul li .item-con p {
  font-size: 12px;
  color: #aaa;
}
.innew .innew-con .innew-fr .innew-fr-textlist {
  border-top: 1px dashed #e0e0e0;
}
.innew .innew-con .innew-fr .innew-fr-textlist ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.innew .innew-con .innew-fr .innew-fr-textlist ul li a {
  display: flex;
  justify-content: space-between;
}
.innew .innew-con .innew-fr .innew-fr-textlist ul li a h3 {
  font-size: 16px;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.innew .innew-con .innew-fr .innew-fr-textlist ul li a p {
  width: 150px;
  color: #aaa;
  text-align: right;
}
@media screen and (max-width: 769px) {
  .innew {
    padding: 0.5rem 0;
  }
  .innew .innew-top {
    display: flex;
    flex-wrap: wrap;
  }
  .innew .innew-top .intitle {
    position: relative;
    width: 100%;
  }
  .innew .innew-top .intitle h2 {
    padding-top: 0.7rem;
  }
  .innew .innew-nav {
    display: none;
  }
  .innew .innew-nav ul {
    display: flex;
    align-items: center;
  }
  .innew .innew-nav ul li {
    margin: 0 30px;
  }
  .innew .innew-nav ul li::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 10px;
    background-color: #fff;
  }
  .innew .innew-nav ul li:last-child::after {
    display: none;
  }
  .innew .innew-nav ul li:hover::after {
    background-color: #1f6dea;
  }
  .innew .innew-nav ul li a:hover {
    color: #1f6dea;
  }
  .innew .innew-con {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .innew .innew-con .innew-fl {
    width: 100%;
  }
  .innew .innew-con .innew-fl .item-img img {
    height: 3.8rem;
  }
  .innew .innew-con .innew-fl .item-con {
    padding: 0.2rem;
  }
  .innew .innew-con .innew-fl .item-con h3 {
    font-size: 0.28rem;
  }
  .innew .innew-con .innew-fl .item-con p {
    font-size: 0.24rem;
    margin: 0.2rem 0;
  }
  .innew .innew-con .innew-fl .item-con .time span {
    font-size: 0.22rem;
  }
  .innew .innew-con .innew-fl .item-con .time i {
    font-size: 0.22rem;
  }
  .innew .innew-con .innew-fr {
    width: 100%;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist {
    margin: 0.3rem 0;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul {
    display: flex;
    justify-content: space-between;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul li {
    width: 48%;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul li:last-child {
    display: none;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul li .item-img img {
    height: 1.9rem;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul li .item-con h3 {
    font-size: 0.26rem;
    margin: 0.15rem 0;
  }
  .innew .innew-con .innew-fr .innew-fr-imglist ul li .item-con p {
    font-size: 0.22rem;
  }
  .innew .innew-con .innew-fr .innew-fr-textlist ul li {
    padding: 0.2rem 0;
  }
  .innew .innew-con .innew-fr .innew-fr-textlist ul li a h3 {
    font-size: 0.26rem;
  }
  .innew .innew-con .innew-fr .innew-fr-textlist ul li a p {
    width: 2rem;
  }
}
/* 企业运作 */
.inoperate {
  background: #f9f9f9 url(../images/p5-1.jpg) no-repeat top center;
  padding: 40px 0;
}
.inoperate .intitle {
  position: relative;
}
.inoperate .intitle h3 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}
.inoperate .intitle h2 {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
.inoperate .intitle p {
  position: relative;
  z-index: 2;
}
.inoperate .inoperate-item {
  display: flex;
  justify-content: space-between;
}
.inoperate .inoperate-item .inoperate-item-fl {
  position: relative;
  width: 720px;
  height: 720px;
}
.inoperate .inoperate-item .inoperate-item-fr {
  width: calc(100% - 800px);
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-container {
  margin-top: 40px;
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.6;
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide img {
  width: 100%;
  height: 285px;
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide-active,
.inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-button-next,
.inoperate .inoperate-item .inoperate-item-fr .swiper-button-prev {
  width: 33px;
  height: 33px;
  background-size: 33px 33px;
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-button-prev {
  background: url(../images/arrow-left.png);
}
.inoperate .inoperate-item .inoperate-item-fr .swiper-button-next {
  background: url(../images/arrow-right.png);
}
.inoperate .inoperate-nav {
  position: absolute;
  top: 78px;
  left: 72px;
  z-index: 20;
}
.inoperate .inoperate-nav ul {
  width: 580px;
  height: 580px;
  border-radius: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.inoperate .inoperate-nav ul li {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 1px solid rgba(211, 211, 211, 0);
  padding: 7px;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
.inoperate .inoperate-nav ul li .item {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
.inoperate .inoperate-nav ul li:nth-child(1) {
  top: -61px;
  left: 236px;
}
.inoperate .inoperate-nav ul li:nth-child(2) {
  top: -28px;
  right: 65px;
}
.inoperate .inoperate-nav ul li:nth-child(3) {
  top: 83px;
  right: -33px;
}
.inoperate .inoperate-nav ul li:nth-child(4) {
  top: 229px;
  right: -68px;
}
.inoperate .inoperate-nav ul li:nth-child(5) {
  top: 369px;
  right: -40px;
}
.inoperate .inoperate-nav ul li:nth-child(6) {
  bottom: -25px;
  right: 71px;
}
.inoperate .inoperate-nav ul li:nth-child(7) {
  bottom: -63px;
  right: 210px;
}
.inoperate .inoperate-nav ul li:nth-child(8) {
  bottom: -27px;
  left: 93px;
}
.inoperate .inoperate-nav ul li:nth-child(9) {
  bottom: 77px;
  left: -15px;
}
.inoperate .inoperate-nav ul li:nth-child(10) {
  top: 224px;
  left: -52px;
}
.inoperate .inoperate-nav ul li:nth-child(11) {
  top: 84px;
  left: -11px;
}
.inoperate .inoperate-nav ul li:nth-child(12) {
  top: -21px;
  left: 91px;
}
.inoperate .inoperate-nav ul li:hover,
.inoperate .inoperate-nav ul .active {
  border: 1px solid #ddd;
  background: #fff;
}
.inoperate .inoperate-nav ul li:hover .item,
.inoperate .inoperate-nav ul .active .item {
  border: 1px solid #1f6dea;
  background-color: #1f6dea;
  color: #fff;
}
.inoperate .inoperate-nav-dy {
  position: absolute;
  top: 155px;
  left: 156px;
  z-index: 2;
}
.inoperate .inoperate-nav-xy {
  position: absolute;
  top: 218px;
  left: 220px;
  z-index: 3;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f5f5f5;
  border: solid 1px #dddddd;
  font-size: 16px;
  font-weight: bold;
}
.inoperate .inoperate-nav-xy ul {
  position: relative;
  width: 300px;
  height: 300px;
}
.inoperate .inoperate-nav-xy ul li {
  position: absolute;
}
.inoperate .inoperate-nav-xy ul li:nth-child(1) {
  top: 82px;
  left: 16px;
}
.inoperate .inoperate-nav-xy ul li:nth-child(2) {
  top: 82px;
  right: 16px;
}
.inoperate .inoperate-nav-xy ul li:nth-child(3) {
  bottom: 30px;
  left: 93px;
}
.inoperate .inoperate-nav-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  z-index: 4;
}
.inoperate .inoperate-nav-con::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 133px 227.2px 133px;
  border-color: transparent transparent #ddd transparent;
  position: absolute;
  left: 238px;
  top: 220px;
}
.inoperate .inoperate-nav-con::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 130px 225.2px 130px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 241px;
  top: 221px;
}
.inoperate .inoperate-nav-con .item-img {
  position: absolute;
  top: 324px;
  left: 330px;
  z-index: 6;
}
.inoperate .inoperate-nav-con ul {
  display: block;
  position: relative;
}
.inoperate .inoperate-nav-con ul li {
  text-align: center;
  position: absolute;
  z-index: 7;
}
.inoperate .inoperate-nav-con ul li b {
  display: block;
  font-weight: bold;
  width: 80px;
  margin-bottom: 10px;
}
.inoperate .inoperate-nav-con ul li span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1f6dea;
  margin: 0 auto;
}
.inoperate .inoperate-nav-con ul li:nth-child(1) {
  top: 181px;
  left: 331px;
}
.inoperate .inoperate-nav-con ul li:nth-child(2) {
  top: 435px;
  left: 474px;
  transform: rotate(123deg);
}
.inoperate .inoperate-nav-con ul li:nth-child(3) {
  top: 432px;
  left: 188px;
  transform: rotate(-121deg);
}
.inoperate .inoperate-list .inoperate-list-title {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0;
}
.inoperate .inoperate-list .inoperate-list-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: url(../images/line1.png) no-repeat left center;
  margin-top: 10px;
}
.inoperate .inoperate-list .inoperate-list-nav ul {
  margin-left: -5%;
}
.inoperate .inoperate-list .inoperate-list-nav ul li {
  width: 15%;
  margin: 0 0 20px 5%;
  background: #333;
  color: #fff;
  float: left;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.inoperate .inoperate-list .inoperate-list-nav ul li i {
  display: inline-block;
  transform: translateY(2px);
  font-size: 20px;
}
.inoperate .inoperate-list .inoperate-list-nav ul li:hover,
.inoperate .inoperate-list .inoperate-list-nav ul .active {
  background: #1f6dea;
}
.inoperate .inoperate-list .inoperate-list-con .item-title {
  font-size: 18px;
  margin: 20px 0;
}
.inoperate .inoperate-list .inoperate-list-con .item-title i {
  font-size: 20px;
}
.inoperate .inoperate-list .inoperate-list-con .item-con {
  font-size: 14px;
  color: #aaa;
  line-height: 20px;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.innew-mob-link {
  display: none;
}
@media screen and (max-width: 1440px) {
  .inoperate .inoperate-item .inoperate-item-fl {
    width: 600px;
    height: 600px;
    transform: scale(0.8);
  }
  .inoperate .inoperate-item .inoperate-item-fr {
    width: calc(100% - 700px);
  }
}
@media screen and (max-width: 1200px) {
  .inoperate .inoperate-item {
    flex-wrap: wrap;
  }
  .inoperate .inoperate-item .inoperate-item-fl {
    width: 720px;
    height: 720px;
    margin: 0 auto;
    transform: scale(1);
  }
  .inoperate .inoperate-item .inoperate-item-fr {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inoperate {
    padding: 0.8rem 0;
    background-size: 100%;
  }
  .inoperate .intitle h2 {
    padding-top: 0.7rem;
  }
  .inoperate .inoperate-item {
    flex-wrap: wrap;
  }
  .inoperate .inoperate-item .inoperate-item-fl {
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
  }
  .inoperate .inoperate-item .inoperate-item-fr {
    width: 100%;
  }
  .inoperate .inoperate-item .inoperate-item-fr .swiper-container {
    margin-top: 0.4rem;
  }
  .inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide {
    font-size: 0.28rem;
  }
  .inoperate .inoperate-item .inoperate-item-fr .swiper-container .swiper-slide img {
    width: 100%;
    height: 2.8rem;
  }
  .inoperate .inoperate-item .inoperate-item-fr .swiper-button-next,
  .inoperate .inoperate-item .inoperate-item-fr .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.4rem 0.4rem;
  }
  .inoperate .inoperate-nav {
    position: absolute;
    top: 0.78rem;
    left: 0.72rem;
    z-index: 20;
  }
  .inoperate .inoperate-nav ul {
    width: 5.8rem;
    height: 5.8rem;
  }
  .inoperate .inoperate-nav ul li {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0.07rem;
  }
  .inoperate .inoperate-nav ul li .item {
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(1) {
    top: -0.61rem;
    left: 2.36rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(2) {
    top: -0.28rem;
    right: 0.65rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(3) {
    top: 0.83rem;
    right: -0.33rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(4) {
    top: 2.29rem;
    right: -0.68rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(5) {
    top: 3.69rem;
    right: -0.4rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(6) {
    bottom: -0.25rem;
    right: 0.71rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(7) {
    bottom: -0.63rem;
    right: 2.1rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(8) {
    bottom: -0.27rem;
    left: 0.93rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(9) {
    bottom: 0.77rem;
    left: -0.15rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(10) {
    top: 2.24rem;
    left: -0.52rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(11) {
    top: 0.84rem;
    left: -0.11rem;
  }
  .inoperate .inoperate-nav ul li:nth-child(12) {
    top: -0.21rem;
    left: 0.91rem;
  }
  .inoperate .inoperate-nav-dy {
    top: 1.55rem;
    left: 1.6rem;
    width: 4.3rem;
  }
  .inoperate .inoperate-nav-xy {
    top: 2.18rem;
    left: 2.2rem;
    width: 3rem;
    height: 3rem;
    font-size: 0.26rem;
  }
  .inoperate .inoperate-nav-xy ul {
    width: 3rem;
    height: 3rem;
  }
  .inoperate .inoperate-nav-xy ul li:nth-child(1) {
    top: 0.82rem;
    left: -0.5rem;
  }
  .inoperate .inoperate-nav-xy ul li:nth-child(2) {
    top: 0.82rem;
    right: -0.5rem;
  }
  .inoperate .inoperate-nav-xy ul li:nth-child(3) {
    bottom: 0.3rem;
    left: 0.7rem;
  }
  .inoperate .inoperate-nav-con {
    width: 2.6rem;
    height: 2.6rem;
  }
  .inoperate .inoperate-nav-con::before {
    border-width: 0 1.33rem 2.272rem 1.33rem;
    left: 2.38rem;
    top: 2.2rem;
  }
  .inoperate .inoperate-nav-con::after {
    border-width: 0 1.3rem 2.252rem 1.3rem;
    left: 2.41rem;
    top: 2.21rem;
  }
  .inoperate .inoperate-nav-con .item-img {
    top: 3.24rem;
    left: 3.3rem;
    width: 0.8rem;
  }
  .inoperate .inoperate-nav-con ul li b {
    width: 0.8rem;
    margin-bottom: 0.1rem;
  }
  .inoperate .inoperate-nav-con ul li span {
    width: 0.1rem;
    height: 0.1rem;
  }
  .inoperate .inoperate-nav-con ul li:nth-child(1) {
    top: 1.7rem;
    left: 3.31rem;
  }
  .inoperate .inoperate-nav-con ul li:nth-child(2) {
    top: 4.3rem;
    left: 4.8rem;
  }
  .inoperate .inoperate-nav-con ul li:nth-child(3) {
    top: 4.3rem;
    left: 1.8rem;
  }
  .inoperate .inoperate-list .inoperate-list-title {
    font-size: 0.34rem;
    margin: 0.4rem 0;
  }
  .inoperate .inoperate-list .inoperate-list-title::after {
    width: 0.5rem;
    height: 0.06rem;
    background-size: 100%;
    margin-top: 0.1rem;
  }
  .inoperate .inoperate-list .inoperate-list-nav ul {
    margin-left: -5%;
  }
  .inoperate .inoperate-list .inoperate-list-nav ul li {
    width: 28.3%;
    margin: 0 0 0.2rem 5%;
    line-height: 0.6rem;
  }
  .inoperate .inoperate-list .inoperate-list-nav ul li i {
    transform: translateY(0.02rem);
    font-size: 0.3rem;
  }
  .inoperate .inoperate-list .inoperate-list-con .item-title {
    font-size: 0.28rem;
    margin: 0.2rem 0;
  }
  .inoperate .inoperate-list .inoperate-list-con .item-title i {
    font-size: 0.3rem;
  }
  .inoperate .inoperate-list .inoperate-list-con .item-con {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 769px) {
  .inoperate .intitle h3 {
    font-weight: 500;
    font-size: 0.7rem;
  }
  .innew-mob-link {
    margin-top: 0.6rem;
  }
  .innew-mob-link a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #1f6dea;
    color: #fff;
    padding: 0.3rem 0.5rem;
    font-size: 0.24rem;
  }
  .innew-mob-link a i {
    font-size: 0.2rem;
  }
}
/* 底部 */
.footer {
  background-color: #1c1c1c;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #1f6dea;
}
.footer .footeranv {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.footer .footeranv .footeranv-fl {
  width: 42%;
  display: flex;
  justify-content: space-between;
}
.footer .footeranv .footeranv-fl .item dl dt {
  font-size: 18px;
  margin-bottom: 40px;
}
.footer .footeranv .footeranv-fl .item dl dt span {
  display: none;
}
.footer .footeranv .footeranv-fl .item dl dd {
  margin-bottom: 15px;
  font-size: 12px;
}
.footer .footeranv .footeranv-fl .item dl dd a {
  color: #aaa;
}
.footer .footeranv .footeranv-fl .item dl dd a:hover {
  color: #1f6dea;
}
.footer .footeranv .footeranv-con {
  width: 26%;
}
.footer .footeranv .footeranv-con dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footeranv .footeranv-con dl dt {
  margin-bottom: 40px;
  width: 100%;
}
.footer .footeranv .footeranv-con dl dd {
  width: 45%;
  height: 55px;
  line-height: 55px;
  background-color: #1f6dea;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.footer .footeranv .footeranv-con dl dd a {
  color: #fff;
  display: block;
}
.footer .footeranv .footeranv-con dl dd i {
  font-size: 20px;
}
.footer .footeranv .footeranv-con dl dd:hover {
  color: #fff;
}
.footer .footeranv .footeranv-con dl .qrcode {
  background-color: #eeeeee;
}
.footer .footeranv .footeranv-con dl .qrcode a {
  color: #333;
}
.footer .footeranv .footeranv-con dl .qrcode:hover {
  color: #333;
}
.footer .footeranv .footeranv-con .qrcode-hover {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
  z-index: 5;
}
.footer .footeranv .footeranv-con .qrcode-hover img {
  height: 120px;
}
.footer .footeranv .footeranv-con .qrcode-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footeranv .footeranv-fr {
  width: 20%;
  text-align: right;
  font-size: 12px;
  color: #aaa;
}
.footer .footeranv .footeranv-fr b {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .footeranv .footeranv-fr h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1f6dea;
}
.footer .footeranv .footeranv-fr p {
  margin-bottom: 15px;
}
.footer .footeranv .footeranv-fr p i {
  margin-left: 5px;
  font-size: 12px;
}
.footer .footeranv .footeranv-fr .time {
  margin: 30px 0;
}
.footer .footeranv .footeranv-fr .wx a {
  display: inline-block;
  border: 1px solid #4b4b4b;
  padding: 10px 30px;
  color: #aaa;
}
.footer .footeranv .footeranv-fr .wx a i {
  margin-right: 5px;
}
.footer .footeranv .footeranv-fr .wx a:hover {
  border-color: #1f6dea;
  color: #1f6dea;
}
.footer .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #272727;
}
.footer .footer-copyright .footer-copyright-fl {
  font-size: 12px;
  color: #aaa;
  line-height: 30px;
}
.footer .footer-copyright .footer-copyright-fl a {
  color: #aaa;
}
.footer .footer-copyright .footer-copyright-fl a:hover {
  color: #1f6dea;
}
.footer .footer-copyright .footer-copyright-fr ul {
  display: flex;
}
.footer .footer-copyright .footer-copyright-fr ul li {
  margin: 0 10px;
  position: relative;
}
.footer .footer-copyright .footer-copyright-fr ul li a i {
  font-size: 26px;
  color: #aaa;
}
.footer .footer-copyright .footer-copyright-fr ul li a:hover i {
  color: #1f6dea;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode {
  display: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.65);
  position: absolute;
  top: -180px;
  left: -40px;
  width: 120px;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode img {
  margin: 20px;
  border: 1px solid #fc6e00;
}
.footer .footer-copyright .footer-copyright-fr ul li .footerqrcode b {
  display: block;
  width: 100%;
  line-height: 40px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 769px) {
  .footer .footeranv {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .footer .footeranv .footeranv-fl {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .footeranv .footeranv-fl .item {
    width: 100%;
  }
  .footer .footeranv .footeranv-fl .item dl dt {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #333;
    padding: 0.2rem 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footeranv .footeranv-fl .item dl dt span {
    display: block;
  }
  .footer .footeranv .footeranv-fl .item dl dd {
    margin: 0.2rem 0;
    font-size: 0.24rem;
    display: none;
  }
  .footer .footeranv .footeranv-fl .item dl dd:last-child {
    border-bottom: 1px solid #333;
    padding-bottom: 0.2rem;
    margin-bottom: 0;
  }
  .footer .footeranv .footeranv-con {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .footer .footeranv .footeranv-con dl dt {
    margin-bottom: 0.4rem;
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer .footeranv .footeranv-con dl dd {
    display: none;
    width: 45%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-con dl dd i {
    font-size: 0.3rem;
  }
  .footer .footeranv .footeranv-con .qrcode-hover {
    padding: 0.1rem;
    margin-top: 0.15rem;
  }
  .footer .footeranv .footeranv-con .qrcode-hover img {
    height: 1.5rem;
  }
  .footer .footeranv .footeranv-fr {
    width: 100%;
    text-align: left;
    font-size: 0.22rem;
  }
  .footer .footeranv .footeranv-fr b {
    font-size: 0.26rem;
  }
  .footer .footeranv .footeranv-fr h3 {
    font-size: 0.35rem;
  }
  .footer .footeranv .footeranv-fr p {
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-fr p i {
    display: none;
    margin-left: 0.1rem;
    font-size: 0.22rem;
  }
  .footer .footeranv .footeranv-fr .time {
    margin: 0.3rem 0;
  }
  .footer .footeranv .footeranv-fr .wx {
    margin-bottom: 0.2rem;
  }
  .footer .footeranv .footeranv-fr .wx a {
    display: inline-block;
    border: 1px solid #4b4b4b;
    padding: 0.1rem 0.3rem;
    color: #aaa;
  }
  .footer .footeranv .footeranv-fr .wx a i {
    margin-right: 5px;
    display: inline-block;
  }
  .footer .footeranv .footeranv-fr .wx a:hover {
    border-color: #1f6dea;
    color: #1f6dea;
  }
  .footer .footer-copyright .footer-copyright-fl {
    font-size: 0.22rem;
    line-height: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .footer .footer-copyright .footer-copyright-fr {
    display: none;
  }
}
/* 内页 */
.renbaner {
  background: #f4f4f4;
  position: relative;
}
.renbaner .item-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.renbaner .item-img img {
  max-width: none;
  height: 100%;
}
.renbaner .w1800 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 440px;
  position: relative;
  z-index: 2;
}
.renbaner .w1800 h3 {
  font-size: 45px;
  color: rgba(211, 211, 211, 0.5);
}
.renbaner .w1800 h2 {
  font-size: 54px;
  font-weight: bold;
  display: block;
  transform: translateY(-30px);
}
.renbaner .w1800 p {
  font-size: 22px;
  color: #aaa;
  transform: translateY(-20px);
}
.renbaner .w1800 .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #1f6dea;
  color: #1f6dea;
  display: block;
  transition: all 0.5s;
}
.renbaner .w1800 .btn:hover {
  background-color: #1f6dea;
  color: #fff;
}
.rensubnav {
  background-color: #fff;
  position: relative;
  height: 50px;
}
.rensubnav .rensubnav-list {
  position: absolute;
  top: -40px;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
}
.rensubnav ul {
  height: 90px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  line-height: 90px;
  justify-content: space-around;
  background-color: #fff;
  box-sizing: border-box;
}
.rensubnav ul li {
  text-align: center;
  flex: 1;
  border-radius: 10px;
  transition: all 0.5s;
}
.rensubnav ul li a {
  font-size: 22px;
  color: #808080;
}
.rensubnav ul li a i {
  font-size: 22px;
}
.rensubnav ul li:hover,
.rensubnav ul .active {
  background: #1f6dea;
}
.rensubnav ul li:hover a,
.rensubnav ul .active a {
  color: #fff;
}
.rensubnav ul li:hover a:hover,
.rensubnav ul .active a:hover {
  color: #ddd;
}
@media screen and (max-width: 769px) {
  .renbaner .item-img {
    height: 4rem;
  }
  .renbaner .item-img img {
    max-width: none;
    height: 100%;
  }
  .renbaner .w1800 {
    height: 4rem;
  }
  .renbaner .w1800 h3 {
    font-size: 0.45rem;
  }
  .renbaner .w1800 h2 {
    font-size: 0.54rem;
    transform: translateY(-0.3rem);
  }
  .renbaner .w1800 p {
    font-size: 0.3rem;
    transform: translateY(-0.2rem);
  }
  .renbaner .w1800 .btn {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
  }
  .rensubnav {
    height: 0.5rem;
  }
  .rensubnav .rensubnav-list {
    top: -0.4rem;
  }
  .rensubnav ul {
    height: 0.9rem;
    border-radius: 0.1rem;
    line-height: 0.9rem;
  }
  .rensubnav ul li {
    border-radius: 0.1rem;
  }
  .rensubnav ul li a {
    font-size: 0.24rem;
  }
  .rensubnav ul li a i {
    font-size: 0.24rem;
  }
}
/* 关于企友通 */
.about-js {
  display: flex;
  align-items: center;
  padding: 150px 0;
}
.about-js .item-img {
  margin-right: 100px;
  position: relative;
}
.about-js .item-img::after {
  content: '';
  display: block;
  width: 90%;
  height: 100%;
  background: #1f6dea;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.about-js .item-img img {
  width: 540px;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.about-js .item-con {
  flex: 1;
}
.about-js .item-con .title {
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: bold;
}
.about-js .item-con .con {
  font-size: 16px;
  line-height: 34px;
}
.about-data {
  background: #f9f9f9 url(../images/about03.jpg) no-repeat center bottom;
  padding-top: 100px;
}
.about-data .about-data-con {
  display: flex;
  align-items: center;
}
.about-data .about-data-con .item-con {
  flex: 1;
}
.about-data .about-data-con .item-con .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-data .about-data-con .item-con .con {
  font-size: 16px;
  line-height: 34px;
}
.about-data .about-data-con .item-img {
  width: 660px;
}
.about-data .about-data-list {
  margin-top: 30px;
}
.about-data .about-data-list ul {
  display: flex;
}
.about-data .about-data-list ul li {
  width: 20%;
  position: relative;
  box-sizing: border-box;
  padding: 70px 40px;
  transition: all 0.5s;
}
.about-data .about-data-list ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.about-data .about-data-list ul li p {
  position: relative;
  z-index: 1;
  color: #808080;
  line-height: 34px;
  font-size: 14px;
  transition: all 0.5s;
}
.about-data .about-data-list ul li img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.about-data .about-data-list ul li:hover {
  background: rgba(31, 109, 234, 0.8);
}
.about-data .about-data-list ul li:hover h3 {
  color: #fff;
}
.about-data .about-data-list ul li:hover p {
  color: #fff;
}
.about-data .about-data-list ul li:hover img {
  opacity: 0.5;
}
.about-advantage h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.about-advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-advantage ul li {
  width: 16%;
  margin: 30px 3%;
  text-align: center;
}
.about-advantage ul li img {
  width: 100px;
}
.about-advantage ul li h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.about-advantage ul li p {
  font-size: 16px;
  color: #808080;
}
.about-honor {
  padding: 70px 0;
  position: relative;
}
.about-honor::before {
  content: '';
  display: block;
  width: 100%;
  height: 40%;
  background: #1f6dea;
  position: absolute;
  top: 0;
}
.about-honor h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
.about-honor .w1800 {
  position: relative;
}
.about-honor .swiper-container {
  max-width: 1440px;
}
.about-honor .swiper-container .swiper-wrapper {
  padding: 30px 0;
}
.about-honor .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.about-honor .swiper-container .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  height: 290px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.about-honor .swiper-button-prev {
  position: absolute;
  left: 0;
  background: url(../images/arrow-left.png);
  width: 34px;
  height: 33px;
}
.about-honor .swiper-button-next {
  position: absolute;
  right: 0;
  background: url(../images/arrow-right.png);
  width: 34px;
  height: 33px;
}
.about-future {
  padding: 100px 0;
  background: #f2f2f9;
}
.about-future .title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.about-future .about-future-box {
  position: relative;
}
.about-future .tag_line {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.about-future .tag_line ul {
  display: flex;
  justify-content: space-around;
}
.about-future .tag_line ul li {
  flex: 1;
  height: 2px;
  background: #ededed;
}
.about-future .tag_line ul .active {
  background: #1f6dea;
}
.about-future .tag_nav {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.about-future .tag_nav ul {
  display: flex;
  justify-content: space-around;
}
.about-future .tag_nav ul li {
  text-align: center;
}
.about-future .tag_nav ul li .imgon {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.about-future .tag_nav ul li .ingoff {
  display: none;
  margin: 0 auto;
  cursor: pointer;
}
.about-future .tag_nav ul li span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  color: #adadad;
  cursor: pointer;
}
.about-future .tag_nav ul .active .imgon {
  display: none;
}
.about-future .tag_nav ul .active .ingoff {
  display: block;
}
.about-future .tag_nav ul .active span {
  color: #1f6dea;
}
.about-future .tag_con h3 {
  font-size: 24px;
  font-weight: bold;
}
.about-future .tag_con p {
  font-size: 16px;
  color: #808080;
  margin: 30px 0;
}
.about-future .tag_con img {
  border-radius: 10px;
}
.about-future .about-future-con {
  margin-top: 80px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}
.about-future .about-future-con::before {
  content: '';
  display: block;
  width: 52px;
  height: 43px;
  background: url(../images/about06-3.png);
  position: absolute;
  top: -20px;
  left: 30px;
  opacity: 0.6;
  transform: rotate(180deg);
}
.about-future .about-future-con::after {
  content: '';
  display: block;
  width: 52px;
  height: 43px;
  background: url(../images/about06-3.png);
  position: absolute;
  bottom: -10px;
  right: 30px;
}
@media screen and (max-width: 769px) {
  .about-js {
    flex-direction: column;
    padding: 1.5rem 0;
  }
  .about-js .item-img {
    margin-right: 0;
  }
  .about-js .item-img::after {
    top: 0.2rem;
  }
  .about-js .item-img img {
    width: 5.4rem;
    height: 3.8rem;
    margin-left: 0.2rem;
  }
  .about-js .item-con {
    flex: 1;
    width: 95%;
    margin-top: 0.5rem;
  }
  .about-js .item-con .title {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .about-js .item-con .con {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .about-data {
    background-size: 100%;
    padding-top: 1rem;
  }
  .about-data .about-data-con {
    flex-direction: column;
  }
  .about-data .about-data-con .item-con {
    flex: 1;
  }
  .about-data .about-data-con .item-con .title {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .about-data .about-data-con .item-con .con {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .about-data .about-data-con .item-img {
    width: 6rem;
    margin: 0.3rem 0;
  }
  .about-data .about-data-list {
    margin-top: 0.3rem;
  }
  .about-data .about-data-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .about-data .about-data-list ul li {
    width: 100%;
    padding: 0.4rem;
  }
  .about-data .about-data-list ul li h3 {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .about-data .about-data-list ul li p {
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .about-data .about-data-list ul li img {
    bottom: 0.1rem;
    right: 0.1rem;
  }
  .about-advantage h2 {
    font-size: 0.4rem;
    margin-bottom: 1rem;
  }
  .about-advantage ul {
    justify-content: space-around;
  }
  .about-advantage ul li {
    width: 40%;
    margin: 0.3rem 0;
  }
  .about-advantage ul li img {
    width: 1rem;
  }
  .about-advantage ul li h3 {
    font-size: 0.3rem;
    margin: 0.1rem 0;
  }
  .about-advantage ul li p {
    font-size: 0.26rem;
  }
  .about-honor {
    padding: 0.7rem 0;
  }
  .about-honor h2 {
    font-size: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .about-honor .swiper-container .swiper-wrapper .swiper-slide img {
    height: 2.9rem;
    padding: 0.1rem;
  }
  .about-future {
    padding: 1rem 0;
  }
  .about-future .title {
    font-size: 0.4rem;
  }
  .about-future .tag_nav {
    margin-top: 0.8rem;
  }
  .about-future .tag_nav ul li span {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .about-future .tag_con h3 {
    font-size: 0.34rem;
  }
  .about-future .tag_con p {
    font-size: 0.26rem;
    margin: 0.3rem 0;
  }
  .about-future .about-future-con {
    margin-top: 0.8rem;
    padding: 0.5rem;
    position: relative;
  }
  .about-future .about-future-con::before {
    width: 0.52rem;
    height: 0.43rem;
    top: -0.2rem;
    left: 0.3rem;
    background-size: 100% 100%;
  }
  .about-future .about-future-con::after {
    width: 0.52rem;
    height: 0.43rem;
    bottom: -0.1rem;
    right: 0.3rem;
    background-size: 100% 100%;
  }
}
/* 代理商 */
.agentjoin .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.agentjoin .cooperate {
  background: #fafcfe url(../images/dlp1.jpg) no-repeat top left;
  background-size: 100% 100%;
}
.agentjoin .cooperate ul {
  display: flex;
  justify-content: space-between;
}
.agentjoin .cooperate ul li {
  text-align: center;
}
.agentjoin .cooperate ul li i {
  font-size: 60px;
  color: #1f6dea;
}
.agentjoin .cooperate ul li p {
  font-size: 20px;
  margin-top: 30px;
}
.agentjoin .support {
  background: #fafcfe url(../images/dlp2.jpg) no-repeat top left;
  background-size: 100% 100%;
}
.agentjoin .support ul {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
.agentjoin .support ul li {
  width: 21%;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}
.agentjoin .support ul li span {
  position: absolute;
  top: -40px;
  right: 30px;
  font-size: 80px;
  font-weight: bold;
  color: #1f6dea;
}
.agentjoin .support ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.agentjoin .support ul li p {
  font-size: 14px;
  color: #808080;
}
.agentjoin .join {
  background: #1f6dea;
}
.agentjoin .join .title {
  color: #fff;
  padding: 50px 0;
}
.agentjoin .join ul {
  display: flex;
}
.agentjoin .join ul li {
  position: relative;
}
.agentjoin .join ul li img {
  width: 100%;
}
.agentjoin .join ul li p {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 50px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 34px;
}
.agentjoin .join .more {
  padding: 40px 0;
}
.agentjoin .join .more a {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #1f6dea;
}
.agentjoin .join .more a:hover {
  opacity: 0.8;
}
.agentjoin .path ul {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}
.agentjoin .path ul li {
  text-align: center;
}
.agentjoin .path ul li span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #1f6dea;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  border: 1px dashed #1f6dea;
  margin: 0 auto;
}
.agentjoin .path ul li p {
  margin-top: 15px;
}
.agentjoin .path ul li i {
  font-size: 30px;
  font-weight: bold;
  color: #1f6dea;
  margin-top: 20px;
  display: block;
}
.agentjoin .path dl {
  background: url(../images/dlp4.jpg) no-repeat left top;
  background-size: 100% 100%;
  padding: 30px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.agentjoin .path dl dt {
  background: #1f6dea;
  color: #fff;
  padding: 5px 20px;
  display: block;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 10px;
}
.agentjoin .path dl dd {
  flex: 1;
}
.agentjoin .path dl dd p {
  padding: 10px 0;
}
.agentjoin .citypath {
  background: #1f6dea url(../images/dlp7.jpg) no-repeat top left;
  background-size: 100% 100%;
  color: #fff;
}
.agentjoin .citypath .ww {
  width: 1000px;
}
.agentjoin .citypath ul li span {
  color: #fff;
  border-color: #fff;
}
.agentjoin .citypath ul li i {
  color: #fff;
}
.agentjoin .formshow {
  position: relative;
  padding-bottom: 150px;
}
.agentjoin .formshow::after {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  background: #1f6dea;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.agentjoin .formshow .ww {
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 8px solid #1f6dea;
  border-radius: 10px;
}
.agentjoin .formshow .ww ul {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.agentjoin .formshow .ww ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.agentjoin .formshow .ww ul li label {
  width: 120px;
}
.agentjoin .formshow .ww ul li .item {
  flex: 1;
  margin: 0 5px;
}
.agentjoin .formshow .ww ul li .layui-input {
  height: 50px;
  line-height: 50px;
  background-color: #fafafa;
  border: none;
  font-size: 14px;
}
.agentjoin .formshow .ww ul li .layui-btn {
  margin: 0 auto;
  width: 245px;
  height: 50px;
  line-height: 50px;
  background: #1f6dea;
  border-radius: 10px;
  font-size: 16px;
}
.agentjoin .formshow .ww ul li .layui-form-select dl dd.layui-this {
  background-color: #1f6dea;
}
.agentjoin .formshow #img_captcha {
  width: 250px;
}
.agentjoin .formshow .formtextarea {
  background-color: #fafafa;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.agentjoin .joinmode {
  padding: 150px 0;
}
.agentjoin .joinmode ul {
  display: flex;
  justify-content: space-between;
}
.agentjoin .joinmode ul li {
  width: 47%;
  background: url(../images/dlp6.jpg) no-repeat right bottom;
  min-height: 180px;
  box-shadow: 0px 0px 16px 0px rgba(31, 109, 234, 0.08);
  border-radius: 10px;
  border: solid 1px #f9f9f9;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.agentjoin .joinmode ul li b {
  font-size: 24px;
  font-weight: bold;
}
.agentjoin .joinmode ul li p {
  color: #1f6dea;
  margin-top: 20px;
}
.agentjoin .joinmode ul li i {
  font-size: 100px;
  color: #1f6dea;
}
.agentjoin .operate {
  padding-bottom: 150px;
  display: flex;
}
.agentjoin .operate .operate-fl {
  width: 740px;
  margin-right: 140px;
  position: relative;
}
.agentjoin .operate .operate-fl img {
  border-radius: 10px;
}
.agentjoin .operate .operate-fl dl {
  border-radius: 10px;
  background: #1f6dea;
  color: #fff;
  font-size: 28px;
  width: 270px;
  box-sizing: border-box;
  padding: 30px;
  position: absolute;
  left: 30px;
  bottom: -70px;
}
.agentjoin .operate .operate-fl dl dt {
  text-align: right;
  margin-bottom: 70px;
}
.agentjoin .operate .operate-fl dl dd p {
  padding-bottom: 10px;
}
.agentjoin .operate .operate-fr {
  flex: 1;
  color: #808080;
}
.agentjoin .operate .operate-fr .item-con h3 {
  padding: 10px 20px;
  background: #1f6dea;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  margin: 30px 0;
}
.agentjoin .operate .operate-fr .item-con ul {
  border-left: 1px solid #cbcbcb;
}
.agentjoin .operate .operate-fr .item-con ul li {
  line-height: 34px;
}
.agentjoin .operate .operate-fr .item-con ul li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #cbcbcb;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateX(-3px);
}
@media screen and (max-width: 769px) {
  .agentjoin .title {
    font-size: 0.4rem;
  }
  .agentjoin .cooperate ul li i {
    font-size: 0.7rem;
  }
  .agentjoin .cooperate ul li p {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  .agentjoin .support ul {
    padding-top: 1.2rem;
    flex-wrap: wrap;
  }
  .agentjoin .support ul li {
    width: 48%;
    padding: 0.5rem 0.3rem;
    margin-bottom: 0.5rem;
  }
  .agentjoin .support ul li span {
    top: -0.4rem;
    right: 0.3rem;
    font-size: 0.8rem;
  }
  .agentjoin .support ul li img {
    width: 0.6rem;
  }
  .agentjoin .support ul li h3 {
    font-size: 0.3rem;
    margin: 0.2rem 0;
  }
  .agentjoin .support ul li p {
    font-size: 0.24rem;
  }
  .agentjoin .join .title {
    padding: 0.5rem 0;
  }
  .agentjoin .join ul li p {
    padding: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .agentjoin .join .more {
    padding: 0.4rem 0;
  }
  .agentjoin .join .more a {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .agentjoin .path ul {
    padding: 0.9rem 0;
    flex-wrap: wrap;
  }
  .agentjoin .path ul li {
    margin-bottom: 0.3rem;
  }
  .agentjoin .path ul li span {
    font-size: 0.4rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  .agentjoin .path ul li p {
    margin-top: 0.15rem;
  }
  .agentjoin .path ul li i {
    font-size: 0.2rem;
    margin-top: 0.4rem;
  }
  .agentjoin .path dl {
    padding: 0.3rem;
    font-size: 0.24rem;
  }
  .agentjoin .path dl dt {
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
  }
  .agentjoin .path dl dd p {
    padding: 0.1rem 0;
  }
  .agentjoin .citypath .ww {
    width: 95%;
  }
  .agentjoin .formshow {
    padding-bottom: 1.5rem;
  }
  .agentjoin .formshow::after {
    font-size: 0.26rem;
  }
  .agentjoin .formshow .ww {
    border-top: 0.1rem solid #1f6dea;
    border-radius: 0.1rem;
  }
  .agentjoin .formshow .ww ul {
    width: 90%;
    padding-bottom: 0.8rem;
  }
  .agentjoin .formshow .ww ul li {
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
  }
  .agentjoin .formshow .ww ul li label {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
  }
  .agentjoin .formshow .ww ul li .item {
    margin: 0 0.1rem;
  }
  .agentjoin .formshow .ww ul li .layui-input {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .agentjoin .formshow .ww ul li .layui-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    font-size: 0.26rem;
  }
  .agentjoin .formshow #img_captcha {
    width: 2.5rem;
  }
  .agentjoin .formshow .formtextarea {
    padding: 0.1rem;
  }
  .agentjoin .joinmode {
    padding: 1.5rem 0;
  }
  .agentjoin .joinmode ul {
    flex-wrap: wrap;
  }
  .agentjoin .joinmode ul li {
    min-height: 2rem;
    padding: 0 0.5rem;
    width: 100%;
    margin-bottom: 30px;
  }
  .agentjoin .joinmode ul li b {
    font-size: 0.3rem;
  }
  .agentjoin .joinmode ul li p {
    margin-top: 0.2rem;
  }
  .agentjoin .joinmode ul li i {
    font-size: 1rem;
  }
  .agentjoin .operate {
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .agentjoin .operate .operate-fl {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .agentjoin .operate .operate-fl img {
    border-radius: 0.1rem;
  }
  .agentjoin .operate .operate-fl dl {
    border-radius: 0.1rem;
    font-size: 0.3rem;
    width: 3rem;
    padding: 0.3rem;
    left: 0.3rem;
    bottom: -0.7rem;
  }
  .agentjoin .operate .operate-fl dl dt {
    margin-bottom: 0.7rem;
  }
  .agentjoin .operate .operate-fl dl dd p {
    padding-bottom: 0.1rem;
  }
  .agentjoin .operate .operate-fr {
    margin-top: 1rem;
    width: 100%;
  }
  .agentjoin .operate .operate-fr .item-con h3 {
    padding: 0.1rem 0.4rem;
    font-size: 0.3rem;
    margin: 0.3rem 0;
  }
  .agentjoin .operate .operate-fr .item-con ul li {
    line-height: 0.5rem;
  }
}
/* 公司介绍 */
.company .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.company .founder ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.company .founder ul li .item-fl {
  width: 430px;
}
.company .founder ul li .item-fl img {
  width: 100%;
}
.company .founder ul li .item-fl .con {
  background: url(../images/js01.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company .founder ul li .item-fl .con b {
  font-size: 24px;
  line-height: 34px;
}
.company .founder ul li .item-fl .con p {
  text-align: center;
  line-height: 34px;
}
.company .founder ul li .item-fr {
  width: calc(100% - 500px);
}
.company .founder ul li .item-fr h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.company .founder ul li .item-fr .con {
  font-size: 16px;
  line-height: 34px;
}
.company .founder ul li .item-fr .con p {
  text-indent: 2em;
}
.company .founder ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.company .work .work-list {
  overflow-x: auto;
  white-space: nowrap;
}
.company .work .work-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}
.company .work .work-list::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #eee;
}
.company .work .work-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f6dea;
}
.company .work .work-list ul {
  margin-bottom: 30px;
}
.company .work .work-list ul li {
  display: inline-block;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.company .work .work-list ul li img {
  height: 360px;
}
@media screen and (max-width: 769px) {
  .company .title {
    font-size: 0.4rem;
  }
  .company .founder ul li {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .company .founder ul li .item-fl {
    width: 5rem;
    margin: 0 auto;
  }
  .company .founder ul li .item-fl .con {
    min-height: 1.5rem;
  }
  .company .founder ul li .item-fl .con b {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .company .founder ul li .item-fl .con p {
    line-height: 0.5rem;
  }
  .company .founder ul li .item-fr {
    width: 100%;
    margin-top: 0.9rem;
  }
  .company .founder ul li .item-fr h3 {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .company .founder ul li .item-fr .con {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .company .work .work-list::-webkit-scrollbar-track {
    border-radius: 0.1rem;
  }
  .company .work .work-list::-webkit-scrollbar {
    width: 0.1rem;
    border-radius: 0.1rem;
  }
  .company .work .work-list::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
  }
  .company .work .work-list ul {
    margin-bottom: 0.3rem;
  }
  .company .work .work-list ul li {
    margin-right: 0.3rem;
    border-radius: 0.1rem;
  }
  .company .work .work-list ul li img {
    height: 3.5rem;
  }
}
/* 前沿资讯 */
.newbox .new-fl {
  float: left;
  width: calc(100% - 400px);
}
.newbox .new-fr {
  float: right;
  width: 300px;
}
.newbox .new-list ul {
  margin-left: -4%;
}
.newbox .new-list ul li {
  float: left;
  width: 29.3%;
  margin: 0 0 60px 4%;
  transition: all 0.5s;
}
.newbox .new-list ul li a .item-img {
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.newbox .new-list ul li a .item-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
}
.newbox .new-list ul li a .item-con {
  border-radius: 0px 0px 10px 10px;
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
  padding: 25px;
}
.newbox .new-list ul li a .item-con h3 {
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newbox .new-list ul li a .item-con p {
  height: 19px;
  font-size: 14px;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px 0 60px 0;
}
.newbox .new-list ul li a .item-con .time {
  display: flex;
  justify-content: space-between;
}
.newbox .new-list ul li a .item-con .time span {
  color: #ababab;
}
.newbox .new-list ul li a .item-con .time i {
  color: #1f6dea;
}
.newbox .new-list ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.newbox .new-list ul li:hover a .item-img img {
  transform: scale(1.1);
}
.newbox .new-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.newbox .new-title img {
  height: 19px;
  margin-right: 20px;
}
.newbox .new-title h2 {
  font-size: 24px;
  font-weight: bold;
}
.newbox .new-top ul li {
  margin-top: 30px;
}
.newbox .new-top ul li a {
  display: flex;
}
.newbox .new-top ul li a .item-num {
  font-size: 26px;
  font-weight: bold;
  color: #bbb;
  margin-right: 10px;
}
.newbox .new-top ul li a .item-con {
  flex: 1;
}
.newbox .new-top ul li a .item-con h3 {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newbox .new-top ul li a .item-con .time {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.newbox .new-top ul li a .item-con .time span {
  font-size: 12px;
  color: #bbb;
}
.newbox .new-top ul li a .item-con .time i {
  font-size: 12px;
  color: #aaa;
}
.newshow {
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.newshow .new-show h1 {
  font-size: 30px;
  font-weight: bold;
}
.newshow .new-show .item-time {
  color: #c3c3c3;
  font-size: 12px;
}
.newshow .new-show .item-con {
  color: #808080;
  text-indent: 2em;
  font-size: 14px;
}
.newshow .new-show .item-con p {
  padding: 15px 0;
}
.newshow .new-show .item-tag {
  margin-top: 30px;
}
.newshow .new-show .item-tag span {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  margin-right: 10px;
  color: #999;
}
.position b a {
  color: #1f6dea;
}
.position b i {
  display: inline-block;
  transform: rotate(180deg);
}
.position span {
  padding: 0 10px;
}
.nextbox {
  margin-top: 40px;
}
.nextbox ul {
  display: flex;
  justify-content: space-between;
}
.nextbox ul li {
  max-width: 45%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nextbox ul li span {
  color: #1f6dea;
}
@media screen and (max-width: 769px) {
  .newbox .new-fl {
    float: none;
    width: 100%;
  }
  .newbox .new-fr {
    float: none;
    width: 100%;
    margin-top: 0.7rem;
  }
  .newbox .new-list ul {
    margin-left: -5%;
  }
  .newbox .new-list ul li {
    float: left;
    width: 45%;
    margin: 0 0 0.6rem 5%;
  }
  .newbox .new-list ul li a .item-img {
    height: 2.6rem;
  }
  .newbox .new-list ul li a .item-img img {
    height: 2.6rem;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .newbox .new-list ul li a .item-con {
    border-radius: 0px 0px 0.1rem 0.1rem;
    padding: 0.25rem;
  }
  .newbox .new-list ul li a .item-con h3 {
    font-size: 0.3rem;
  }
  .newbox .new-list ul li a .item-con p {
    font-size: 0.24rem;
    margin: 0.2rem 0 0.6rem 0;
  }
  .newbox .new-list ul li:hover {
    transform: translateY(-0.1rem);
  }
  .newbox .new-title {
    margin-bottom: 0.3rem;
  }
  .newbox .new-title img {
    height: 0.2rem;
    margin-right: 0.3rem;
  }
  .newbox .new-title h2 {
    font-size: 0.3rem;
  }
  .newbox .new-top ul li {
    margin-top: 0.3rem;
  }
  .newbox .new-top ul li a .item-num {
    font-size: 0.4rem;
    margin-right: 0.2rem;
  }
  .newbox .new-top ul li a .item-con h3 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .newbox .new-top ul li a .item-con .time {
    margin-top: 0.2rem;
  }
  .newbox .new-top ul li a .item-con .time span {
    font-size: 0.22rem;
  }
  .newbox .new-top ul li a .item-con .time i {
    font-size: 0.22rem;
  }
  .newshow {
    padding: 0.5rem;
  }
  .newshow .new-show h1 {
    font-size: 0.4rem;
  }
  .newshow .new-show .item-time {
    font-size: 0.24rem;
  }
  .newshow .new-show .item-con {
    font-size: 0.24rem;
  }
  .newshow .new-show .item-con p {
    padding: 0.15rem 0;
  }
  .newshow .new-show .item-tag {
    margin-top: 0.3rem;
  }
  .newshow .new-show .item-tag span {
    padding: 0.05rem 0.1rem;
    font-size: 0.22rem;
    margin-right: 0.1rem;
  }
  .position span {
    padding: 0 0.1rem;
  }
  .nextbox {
    margin-top: 0.4rem;
  }
  .nextbox ul {
    flex-wrap: wrap;
  }
  .nextbox ul li {
    margin: 0.1rem 0;
    max-width: 100%;
  }
  .nextbox ul li span {
    color: #1f6dea;
  }
}
/* 搜索列表 */
.searchlist h2 {
  font-size: 36px;
  font-weight: bold;
}
.searchlist .searchlist-pro ul li {
  padding: 30px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}
.searchlist .searchlist-pro ul li a {
  display: flex;
  align-items: center;
}
.searchlist .searchlist-pro ul li a .item-img {
  width: 460px;
  margin-right: 90px;
}
.searchlist .searchlist-pro ul li a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.searchlist .searchlist-pro ul li a .item-con {
  flex: 1;
  color: #808080;
  max-width: calc(100% - 550px);
}
.searchlist .searchlist-pro ul li a .item-con .title h3 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.searchlist .searchlist-pro ul li a .item-con .title p {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.searchlist .searchlist-pro ul li a .item-con .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: url(../images/line1.png) no-repeat top left;
  margin-top: 20px;
}
.searchlist .searchlist-pro ul li a .item-con .con {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 25px 0;
}
.searchlist .searchlist-pro ul li a .more {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #1f6dea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  color: #1f6dea;
  transition: all 0.5s;
}
.searchlist .searchlist-pro ul li:hover a .item-con .title h3 {
  color: #1f6dea;
}
.searchlist .searchlist-pro ul li:hover a .more {
  background-color: #1f6dea;
  color: #fff;
}
.searchlist .searchlist-new h2 {
  border-bottom: 1px dashed #aaa;
}
.searchlist .searchlist-new ul li {
  padding: 20px;
  border-bottom: 1px dashed #aaa;
  box-sizing: border-box;
}
.searchlist .searchlist-new ul li a {
  display: flex;
  justify-content: space-between;
}
.searchlist .searchlist-new ul li a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.searchlist .searchlist-new ul li a span {
  color: #aaa;
  margin-left: 60px;
}
.searchlist .searchlist-other ul li {
  background-color: #f9f9f9;
  padding: 30px;
}
.searchlist .searchlist-other ul li h3 {
  font-size: 24px;
  font-weight: bold;
}
.searchlist .searchlist-other ul li p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 30px 0;
}
.searchlist .searchlist-other ul li .more {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #1f6dea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  color: #1f6dea;
  transition: all 0.5s;
}
.searchlist .searchlist-other ul li:hover .more {
  background: #1f6dea;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .searchlist h2 {
    font-size: 0.46rem;
  }
  .searchlist .searchlist-pro ul li {
    padding: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .searchlist .searchlist-pro ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .searchlist .searchlist-pro ul li a .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .searchlist .searchlist-pro ul li a .item-img img {
    width: 100%;
    height: 2.5rem;
  }
  .searchlist .searchlist-pro ul li a .item-con .title h3 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .searchlist .searchlist-pro ul li a .item-con .title p {
    font-size: 0.28rem;
  }
  .searchlist .searchlist-pro ul li a .item-con .title::after {
    width: 0.5rem;
    height: 0.06rem;
    margin-top: 0.2rem;
  }
  .searchlist .searchlist-pro ul li a .item-con .con {
    font-size: 0.26rem;
    line-height: 0.5rem;
    height: 1rem;
    margin: 0.25rem 0;
  }
  .searchlist .searchlist-pro ul li a .more {
    width: 2rem;
    height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .searchlist .searchlist-pro ul li a .more i {
    font-size: 0.22rem;
  }
  .searchlist .searchlist-new ul li {
    padding: 0.2rem;
  }
  .searchlist .searchlist-new ul li a span {
    color: #aaa;
    margin-left: 0.6rem;
  }
  .searchlist .searchlist-other ul li {
    padding: 0.3rem;
  }
  .searchlist .searchlist-other ul li h3 {
    font-size: 0.34rem;
  }
  .searchlist .searchlist-other ul li p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .searchlist .searchlist-other ul li .more {
    width: 2rem;
    height: 0.6rem;
    padding: 0 0.2rem;
  }
  .searchlist .searchlist-other ul li .more i {
    font-size: 0.22rem;
  }
}
/* 产品 */
.probox .prolist {
  padding: 60px 0 160px 0;
}
.probox .prolist .prolist-fl {
  float: left;
  width: 300px;
  position: relative;
}
.probox .prolist .prolist-fl ul {
  height: 560px;
}
.probox .prolist .prolist-fl ul li {
  height: auto;
}
.probox .prolist .prolist-fl ul li a {
  display: block;
  padding: 30px;
  overflow: hidden;
  line-height: 34px;
}
.probox .prolist .prolist-fl ul li a span {
  font-size: 26px;
  font-weight: bold;
  color: #bbb;
  float: left;
}
.probox .prolist .prolist-fl ul li a b {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.probox .prolist .prolist-fl ul li a i {
  float: right;
  font-size: 20px;
  color: #1f6dea;
  opacity: 0;
}
.probox .prolist .prolist-fl ul #active a span {
  color: #1f6dea;
}
.probox .prolist .prolist-fl ul #active a b {
  color: #1f6dea;
}
.probox .prolist .prolist-fl ul #active a i {
  opacity: 1;
}
.probox .prolist .prolist-fl .swiper-button-prev {
  background: none;
  border: 1px solid #1f6dea;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1f6dea;
  position: static;
  margin: 0 auto;
}
.probox .prolist .prolist-fl .swiper-button-prev i {
  display: block;
  transform: rotate(180deg);
}
.probox .prolist .prolist-fl .swiper-button-next {
  background: none;
  border: 1px solid #1f6dea;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1f6dea;
  position: static;
  margin: 0 auto;
}
.probox .prolist .prolist-fr {
  float: left;
  width: calc(100% - 300px);
  min-height: 700px;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 50px 90px;
}
.probox .prolist .prolist-fr .prolist-fr-item {
  display: flex;
  align-items: center;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-img {
  width: 460px;
  margin-right: 90px;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-con {
  flex: 1;
  color: #808080;
  max-width: calc(100% - 550px);
}
.probox .prolist .prolist-fr .prolist-fr-item .item-con .title h3 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-con .title p {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-con .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: url(../images/line1.png) no-repeat top left;
  margin-top: 20px;
}
.probox .prolist .prolist-fr .prolist-fr-item .item-con .con {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 25px 0;
}
.probox .prolist .prolist-fr .prolist-fr-con {
  padding: 80px 0;
  color: #808080;
  line-height: 34px;
}
.probox .procase {
  background: #1f6dea;
  color: #fff;
  padding: 60px 0 160px 0;
}
.probox .procase .intitle h3 {
  opacity: 0.3;
}
.probox .procase .intitle h2 {
  transform: translateY(-60px);
}
.probox .procase ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.1);
}
.probox .procase ul li .hovershow {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background: #347aeb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  width: 100%;
}
.probox .procase ul li .hovershow h3 {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.probox .procase ul li .hovershow p {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  height: 120px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.probox .procase ul li:hover .hovershow {
  opacity: 1;
  height: 100%;
}
.probox .procase .swiper-button-prev {
  position: absolute;
  right: 80px;
  left: auto;
  top: 100px;
  width: 54px;
  height: 54px;
  background: url(../images/arrow2-left.png);
  background-size: 100% 100%;
}
.probox .procase .swiper-button-next {
  position: absolute;
  right: 0;
  top: 100px;
  width: 54px;
  height: 54px;
  background: url(../images/arrow2-right.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 769px) {
  .probox .prolist {
    padding: 0.6rem 0;
  }
  .probox .prolist .prolist-fl {
    float: none;
    width: 100%;
  }
  .probox .prolist .prolist-fl ul {
    height: auto;
  }
  .probox .prolist .prolist-fl ul li a {
    padding: 0;
    line-height: 0.4rem;
    display: flex;
  }
  .probox .prolist .prolist-fl ul li a span {
    font-size: 0.36rem;
  }
  .probox .prolist .prolist-fl ul li a b {
    font-size: 0.3rem;
    margin: 0 0.1rem;
  }
  .probox .prolist .prolist-fl ul li a i {
    font-size: 0.3rem;
  }
  .probox .prolist .prolist-fl .swiper-button-prev {
    display: none;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 100%;
    position: absolute;
  }
  .probox .prolist .prolist-fl .swiper-button-prev i {
    display: block;
    transform: rotate(90deg);
  }
  .probox .prolist .prolist-fl .swiper-button-next {
    display: none;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 100%;
    position: absolute;
  }
  .probox .prolist .prolist-fl .swiper-button-next i {
    display: block;
    transform: rotate(-90deg);
  }
  .probox .prolist .prolist-fr {
    float: none;
    width: 100%;
    min-height: auto;
    padding: 0.3rem;
    margin-top: 1rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item {
    flex-wrap: wrap;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-img {
    width: 100%;
    margin-right: 0;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-img img {
    width: 100%;
    height: 2.4rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-con {
    max-width: 100%;
    width: 100%;
    margin-top: 0.3rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-con .title h3 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-con .title p {
    font-size: 0.28rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-con .title::after {
    width: 0.5rem;
    height: 0.1rem;
    margin-top: 0.2rem;
  }
  .probox .prolist .prolist-fr .prolist-fr-item .item-con .con {
    font-size: 0.26rem;
    line-height: 0.5rem;
    height: 1.5rem;
    margin: 0.25rem 0;
  }
  .probox .prolist .prolist-fr .prolist-fr-con {
    padding: 0.8rem 0;
    line-height: 0.5rem;
  }
  .probox .procase {
    padding: 0.6rem 0 1.6rem 0;
  }
  .probox .procase .intitle h2 {
    transform: translateY(-0.6rem);
  }
  .probox .procase ul li {
    height: 4rem;
  }
  .probox .procase ul li .hovershow {
    padding: 0 0.6rem;
  }
  .probox .procase ul li .hovershow h3 {
    margin-bottom: 0.5rem;
    font-size: 0.3rem;
  }
  .probox .procase ul li .hovershow p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.6rem;
  }
  .probox .procase .swiper-button-prev {
    right: 0.8rem;
    top: 1rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .probox .procase .swiper-button-next {
    top: 1rem;
    width: 0.54rem;
    height: 0.54rem;
  }
}
/* 发展历史 */
.history {
  background: url(../images/lsbg.jpg) no-repeat bottom center;
  background-size: 100%;
}
.history .history-list {
  background: url(../images/ls01.jpg) repeat-y top center;
  padding: 10px 0;
}
.history .history-list .item ul li {
  width: 50%;
  text-align: right;
  margin-bottom: 70px;
  float: left;
  position: relative;
  padding-right: 10%;
  box-sizing: border-box;
}
.history .history-list .item ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 0;
  right: 0;
}
.history .history-list .item ul li::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #1f6dea;
  position: absolute;
  right: -6px;
  top: -6px;
}
.history .history-list .item ul li .con {
  border: solid 1px #efefef;
  padding: 30px;
  box-sizing: border-box;
}
.history .history-list .item ul li .con h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
}
.history .history-list .item ul li .con h3::after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #1f6dea;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.history .history-list .item ul li .con p {
  font-size: 20px;
  color: #808080;
  line-height: 34px;
  position: relative;
  padding-right: 15px;
}
.history .history-list .item ul li .con p::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #808080;
  position: absolute;
  right: 0;
  top: 15px;
}
.history .history-list .item ul li:nth-child(even) {
  float: right;
  margin-top: 140px;
  padding-left: 10%;
  padding-right: 0;
  text-align: left;
}
.history .history-list .item ul li:nth-child(even)::after {
  top: -6px;
  left: -6px;
  right: auto;
}
.history .history-list .item ul li:nth-child(even) .con h3::after {
  right: auto;
  left: 0;
}
.history .history-list .item ul li:nth-child(even) .con p {
  padding-right: 0;
  padding-left: 15px;
}
.history .history-list .item ul li:nth-child(even) .con p::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 769px) {
  .history .history-list {
    background: url(../images/ls01.jpg) repeat-y top left;
    padding: 0.1rem 0;
  }
  .history .history-list .item ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 0.7rem;
    padding-right: 0;
    padding-left: 10%;
  }
  .history .history-list .item ul li::before {
    right: auto;
    left: 0;
  }
  .history .history-list .item ul li::after {
    width: 0.14rem;
    height: 0.14rem;
    right: auto;
    left: -0.07rem;
    top: -0.07rem;
  }
  .history .history-list .item ul li .con {
    padding: 0.3rem;
  }
  .history .history-list .item ul li .con h3 {
    font-size: 0.34rem;
    margin-bottom: 0.4rem;
  }
  .history .history-list .item ul li .con h3::after {
    width: 0.3rem;
    height: 0.05rem;
    bottom: -0.2rem;
    right: auto;
    left: 0;
  }
  .history .history-list .item ul li .con p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding-left: 0.15rem;
    padding-right: 0;
  }
  .history .history-list .item ul li .con p::before {
    width: 0.06rem;
    height: 0.06rem;
    right: auto;
    top: 0.2rem;
    left: 0;
  }
  .history .history-list .item ul li:nth-child(even) {
    float: left;
    margin-top: 0;
    padding-left: 10%;
    padding-right: 0;
    text-align: left;
  }
  .history .history-list .item ul li:nth-child(even)::after {
    top: -0.07rem;
    left: -0.07rem;
    right: auto;
  }
  .history .history-list .item ul li:nth-child(even) .con h3::after {
    right: auto;
    left: 0;
  }
  .history .history-list .item ul li:nth-child(even) .con p {
    padding-left: 0.15rem;
  }
  .history .history-list .item ul li:nth-child(even) .con p::before {
    right: auto;
    left: 0;
  }
}
.mapbox #container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: '微软雅黑';
}
.about-map {
  position: relative;
}
.about-map #map {
  width: 100%;
  height: 800px;
}
.about-map .con {
  position: absolute;
  top: 10%;
  right: 10%;
  padding: 50px;
  background-color: #1f6dea;
  border-radius: 15px;
  color: #fff;
}
.about-map .con dl dt {
  font-size: 30px;
  margin-bottom: 30px;
}
.about-map .con dl dt::after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  margin-top: 20px;
}
.about-map .con dl dd {
  padding: 20px 20px 20px 30px;
  position: relative;
  font-size: 16px;
}
.about-map .con dl dd i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 20px;
}
.about-map .con dl dd b {
  font-size: 30px;
}
.about-map .BMapLabel {
  background: #1f6dea !important;
  color: #fff !important;
  line-height: 60px !important;
  border-radius: 15px !important;
  border: none !important;
  padding: 0 20px !important;
  font-size: 16px !important;
}
@media screen and (max-width: 769px) {
  .about-map {
    position: relative;
  }
  .about-map #map {
    width: 100%;
    height: 8rem;
  }
  .about-map .con {
    display: none;
  }
  .about-map .BMapLabel {
    line-height: 0.6rem !important;
    border-radius: 0.15rem !important;
    border: none !important;
    padding: 0 0.2rem !important;
    font-size: 0.26rem !important;
  }
}
.about-p1 {
  background-color: #347aeb;
  color: #fff;
  display: flex;
  overflow: visible;
  margin-top: 150px;
}
.about-p1 .item-img {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  transform: translateY(-80px);
}
.about-p1 .item-con {
  flex: 1;
  padding: 60px;
}
.about-p1 .item-con b {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-p1 .item-con p {
  line-height: 30px;
}
@media screen and (max-width: 769px) {
  .about-p1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .about-p1 .item-img {
    width: 100%;
    transform: translateY(0);
  }
  .about-p1 .item-con {
    width: 100%;
    flex: 1;
    padding: 0.4rem;
  }
  .about-p1 .item-con b {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .about-p1 .item-con p {
    line-height: 0.5rem;
  }
}
.abouttab .item-title span {
  color: #1a6fff;
}
.abouttab .tabbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abouttab .tabbox .tag_con {
  width: 32%;
  box-sizing: border-box;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
}
.abouttab .tabbox .tag_con .tabimg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
}
.abouttab .tabbox .tag_con dl {
  position: relative;
  z-index: 88;
}
.abouttab .tabbox .tag_con dl dt {
  font-size: 24px;
  padding-bottom: 20px;
  color: #1a6fff;
}
.abouttab .tabbox .tag_con dl dd {
  padding: 5px 0 5px 15px;
  color: #666;
  position: relative;
}
.abouttab .tabbox .tag_con dl dd::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #1a6fff;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .abouttab .tabbox {
    display: flex;
  }
  .abouttab .tabbox .tag_con {
    width: 48%;
    padding: 0.3rem;
  }
  .abouttab .tabbox .tag_con .tabimg {
    width: 1.3rem;
    height: 1.2rem;
  }
  .abouttab .tabbox .tag_con dl dt {
    font-size: 0.36rem;
    padding-bottom: 0.3rem;
  }
  .abouttab .tabbox .tag_con dl dd {
    padding: 0.05rem 0 0.05rem 0.2rem;
  }
  .abouttab .tabbox .tag_con dl dd::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #1a6fff;
    position: absolute;
    top: 0.18rem;
    left: 0;
  }
}
.aboutsm-1 {
  background: #296dff url('https://statics-qyt-com.oss-cn-hangzhou.aliyuncs.com/static/newqyt/images/aboutp3.jpg') no-repeat bottom right;
  background-size: 100%;
  color: #fff;
}
.aboutsm-1 .item-con {
  width: 50%;
  line-height: 40px;
}
.aboutsm-2 {
  display: flex;
}
.aboutsm-2 .item-img {
  width: 40%;
  margin-right: 50px;
}
.aboutsm-2 .item-con {
  flex: 1;
  line-height: 40px;
}
@media screen and (max-width: 769px) {
  .aboutsm-1 .item-con {
    width: 100%;
    line-height: 0.6rem;
  }
  .aboutsm-2 {
    flex-wrap: wrap;
  }
  .aboutsm-2 .item-img {
    width: 100%;
    margin-right: 50px;
  }
  .aboutsm-2 .item-con {
    flex: 1;
    line-height: 0.6rem;
    margin-top: 0.5rem;
  }
}
